:root{
  --navy:#063b78;
  --navy-deep:#032c5d;
  --blue:#12a9eb;
  --blue-2:#147ae8;
  --sky:#eef8ff;
  --text:#173a5b;
  --muted:#607890;
  --line:#dcecf7;
  --gold:#e6a000;
  --white:#fff;
  --shadow:0 18px 45px rgba(5,52,106,.10);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth;overflow-x:hidden}
body{margin:0;font-family:"Inter",ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color:var(--text);background:#fff;overflow-x:hidden;-webkit-font-smoothing:antialiased}
h1,h2,h3,.brand,.button{font-family:"Manrope","Inter",sans-serif}
img{max-width:100%;display:block} a{color:inherit} button,input,textarea{font:inherit} section{scroll-margin-top:106px}
.shell{width:min(1340px,calc(100% - 48px));margin-inline:auto}

/* Header */
.site-header{position:sticky;top:0;z-index:100;background:rgba(255,255,255,.975);backdrop-filter:blur(12px);border-bottom:1px solid #eaf2f7;box-shadow:0 4px 18px rgba(10,58,104,.035)}
.nav-shell{min-height:94px;display:flex;align-items:center;gap:30px}
.brand{display:flex;align-items:center;flex:0 0 auto;text-decoration:none}
.brand img{width:212px;height:auto}
.nav{display:flex;align-items:center;justify-content:center;gap:29px;margin-left:auto}
.nav a{position:relative;padding:36px 0 31px;text-decoration:none;color:#24435f;font-size:14px;font-weight:700;white-space:nowrap}
.nav a::after{content:"";position:absolute;left:50%;bottom:23px;width:0;height:3px;border-radius:99px;background:linear-gradient(90deg,var(--blue),var(--blue-2));transform:translateX(-50%);transition:.18s ease}
.nav a:hover::after,.nav a.active::after{width:100%}
.button{display:inline-flex;align-items:center;justify-content:center;gap:10px;border:0;text-decoration:none;font-weight:800;cursor:pointer;transition:transform .16s ease,box-shadow .16s ease}
.button:hover{transform:translateY(-1px)}
.whatsapp-button{background:linear-gradient(135deg,#0db1ef,#087fdc);color:#fff;border-radius:999px;box-shadow:0 11px 28px rgba(13,150,223,.22)}
.header-cta{padding:13px 22px;font-size:14px;white-space:nowrap}.wa-icon{font-size:18px;line-height:1}.menu-toggle{display:none;border:0;background:transparent;color:var(--navy);font-size:28px;cursor:pointer}

/* Hero */
.hero{background:linear-gradient(90deg,#f6fbff 0%,#eef8ff 42%,#fff 42%);border-bottom:1px solid #edf4f8}
.hero-grid{display:grid;grid-template-columns:minmax(470px,.88fr) minmax(0,1.12fr);align-items:stretch;min-height:500px}
.hero-copy{padding:52px 48px 48px 0;display:flex;flex-direction:column;justify-content:center}
.hero h1{margin:0 0 19px;color:var(--navy);font-size:clamp(46px,4vw,64px);line-height:1.02;letter-spacing:-.045em;font-weight:800}
.hero h1 span{display:block;color:var(--blue)}
.hero-copy>p{margin:0 0 29px;max-width:610px;font-size:18.5px;line-height:1.52;color:#244b6f}
.benefits{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px;margin:2px 0 31px}
.benefit{text-align:center;color:#234b70;font-size:13.5px;font-weight:700;line-height:1.25}
.benefit-icon{width:64px;height:64px;margin:0 auto 10px;display:grid;place-items:center;border-radius:20px;background:linear-gradient(145deg,#fff,#e9f6ff);box-shadow:0 10px 25px rgba(12,130,207,.10),inset 0 0 0 1px #dceffd;color:var(--blue-2)}
.benefit-icon svg{width:36px;height:36px;fill:none;stroke:currentColor;stroke-width:2.5;stroke-linecap:round;stroke-linejoin:round}
.benefit:first-child .benefit-icon svg circle{fill:none}
.primary-button{align-self:flex-start;padding:15px 26px;background:linear-gradient(135deg,#16afea,#087fdf);color:#fff;border-radius:999px;font-size:15px;box-shadow:0 13px 30px rgba(6,151,223,.18)}
.play-dot{display:grid;place-items:center;width:28px;height:28px;border:2px solid rgba(255,255,255,.95);border-radius:50%;font-size:10px;padding-left:2px}
.hero-visual-wrap{min-height:500px;display:flex;align-items:stretch;justify-content:stretch;overflow:hidden;background:#f3f8fb}
.hero-visual{width:100%;height:100%;min-height:500px;object-fit:cover;object-position:center;border-radius:0;box-shadow:none}

/* Generic */
.section{padding:64px 0}
.section-title{text-align:center;margin-bottom:34px}
.section-title h2{margin:0;color:var(--navy);font-size:clamp(36px,3vw,47px);line-height:1.04;letter-spacing:-.035em;font-weight:800}
.section-title p{margin:8px 0 0;color:#3d6790;font-size:16px}

/* How */
.how-section{background:#fff}
.steps-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:30px}
.step-card{position:relative;min-width:0}
.step-card:not(:last-child)::after{content:"→";position:absolute;top:77px;right:-23px;color:#08a3e8;font-size:36px;font-weight:600;line-height:1;filter:drop-shadow(0 4px 8px rgba(8,163,232,.12))}
.step-picture{height:180px;display:flex;align-items:center;justify-content:center;border-radius:20px;background:linear-gradient(145deg,#fbfdff,#edf8ff);overflow:hidden;border:1px solid #e8f2f8;box-shadow:0 13px 30px rgba(8,67,122,.055)}
.step-picture img{width:100%;height:100%;object-fit:cover;object-position:center}
.visitor-picture,.phone-step-picture{background:linear-gradient(145deg,#fff,#f6fbff)}
.visitor-picture img{object-fit:contain;object-position:center;padding:0}
.phone-step-picture img{object-fit:contain;object-position:center;padding:8px 14px}
.cloud-picture{overflow:visible;background:transparent;border:0;box-shadow:none}
.cloud-mark{position:relative;width:100%;height:180px;display:grid;place-items:center}
.cloud-svg{width:228px;height:154px;overflow:visible;filter:drop-shadow(0 11px 18px rgba(18,140,220,.14))}
.cloud-shape{fill:#fff;stroke:url(#cloudStroke);stroke-width:7;stroke-linejoin:round}
.server-rack rect{fill:#0a4b8e;stroke:#06366f;stroke-width:1}.server-rack circle{fill:#1fd2ff}.server-rack path{stroke:#fff;stroke-width:2;stroke-linecap:round}
.cloud-label{position:absolute;top:97px;left:50%;transform:translateX(-50%);min-width:150px;text-align:center;line-height:1}.cloud-label strong{display:block;color:var(--navy);font-family:"Manrope",sans-serif;font-size:13px;letter-spacing:.015em}.cloud-label small{display:block;margin-top:4px;color:#2e7ab7;font-size:10px;font-weight:600}
.step-copy{display:flex;gap:12px;align-items:flex-start;margin-top:17px}
.step-number{flex:0 0 38px;width:38px;height:38px;border-radius:50%;display:grid;place-items:center;background:linear-gradient(145deg,#17b3ef,#1079e6);color:#fff;font-family:"Manrope";font-size:18px;font-weight:800;box-shadow:0 8px 18px rgba(10,137,223,.18)}
.step-copy h3{margin:1px 0 5px;color:var(--navy);font-size:16px;font-weight:800}.step-copy p{margin:0;color:#385d7c;font-size:12.5px;line-height:1.48}

/* Solutions */
.solutions-section{background:linear-gradient(180deg,#eef8ff 0%,#f8fcff 100%)}
.solutions-grid{display:grid;grid-template-columns:1fr 1.48fr .82fr;gap:19px;align-items:stretch}
.service-card{background:rgba(255,255,255,.96);border:1px solid #c9e2f3;border-radius:18px;padding:25px 26px;box-shadow:0 14px 32px rgba(7,59,122,.05)}.vip-card{border-color:#edc266}
.service-heading{display:flex;align-items:center;gap:15px}.service-icon{width:58px;height:58px;flex:0 0 58px;display:grid;place-items:center;border-radius:50%;color:#fff;font-size:26px;font-weight:800;box-shadow:0 10px 20px rgba(0,0,0,.08)}.service-icon.blue{background:linear-gradient(145deg,#0c80d4,#075eb4)}.service-icon.gold{background:linear-gradient(145deg,#f3b413,#de8a00)}
.service-heading h3{margin:0;color:var(--navy);font-size:24px;line-height:1}.vip-card h3{color:#e99b00}.service-heading p{margin:6px 0 0;color:#355c7f;font-size:14px;line-height:1.3}
.service-card ul{list-style:none;padding:0;margin:23px 0 0;display:grid;gap:10px}.service-card li{position:relative;padding-left:25px;font-size:13px;color:#234d71;line-height:1.35}.service-card li::before{content:"✓";position:absolute;left:0;color:#0b9de4;font-weight:900;font-size:15px}.vip-list{display:grid;grid-template-columns:1fr 1fr;gap:14px}
.property-card{background:transparent;align-self:stretch;display:flex;flex-direction:column;justify-content:flex-end}.property-card img{width:100%;height:100%;max-height:245px;object-fit:cover;border-radius:18px}.property-card p{margin:11px 4px 0;color:#214f74;font-size:15px;line-height:1.42}

/* Videos */
.videos-section{background:#fff}.videos-layout{display:grid;grid-template-columns:minmax(0,1fr) 250px;gap:30px;align-items:end}.compact-title{margin-bottom:22px}.video-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}
.video-card{appearance:none;border:0;background:transparent;text-align:left;padding:0;color:inherit;cursor:pointer;min-width:0}.video-thumb{position:relative;display:block;width:100%;aspect-ratio:16/9;border-radius:14px;background:#eef6fb;overflow:hidden;border:1px solid #e6eef4;box-shadow:0 10px 25px rgba(8,61,112,.065)}.video-thumb img{width:100%;height:100%;object-fit:cover;object-position:center}.video-thumb::after{content:"▶";position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:54px;height:54px;border-radius:50%;display:grid;place-items:center;padding-left:3px;background:rgba(8,28,47,.58);border:2px solid rgba(255,255,255,.9);color:#fff;font-size:19px;box-shadow:0 7px 22px rgba(0,0,0,.18)}
.video-card strong{display:block;margin-top:10px;color:var(--navy);font-size:14px}.video-card p{margin:4px 0 0;color:#41617d;font-size:12px;line-height:1.45}
.connectivity-card{background:linear-gradient(180deg,#eff9ff,#f7fbff);border-radius:18px;padding:25px 18px;text-align:center;box-shadow:0 11px 26px rgba(7,59,122,.05);border:1px solid #e4f0f8}.connectivity-icon{width:72px;height:72px;border-radius:22px;margin:0 auto 8px;display:grid;place-items:center;background:#fff;box-shadow:0 10px 22px rgba(10,121,197,.08);color:var(--blue)}.connectivity-icon svg{width:44px;height:44px;fill:none;stroke:currentColor;stroke-width:2.6;stroke-linecap:round}.connectivity-card h3{margin:0 0 10px;color:var(--navy);font-size:23px;line-height:1.05}.connectivity-card p{margin:7px 0;color:#41617d;font-size:12px;line-height:1.45}.connectivity-card strong{color:#1787c7}

/* FAQ */
.faq-section{background:linear-gradient(180deg,#f8fcff,#eef8ff)}.faq-grid{display:grid;grid-template-columns:1fr 1fr;gap:11px 18px}details{background:#fff;border:1px solid #e3eef6;border-radius:10px;overflow:hidden;box-shadow:0 5px 13px rgba(7,59,122,.035)}summary{list-style:none;cursor:pointer;display:flex;align-items:center;gap:10px;position:relative;padding:14px 42px 14px 15px;color:#173f66;font-size:13px;font-weight:700;line-height:1.35}summary::-webkit-details-marker{display:none}summary::after{content:"⌄";position:absolute;right:15px;top:50%;transform:translateY(-56%);color:#3977aa;font-size:17px}details[open] summary::after{transform:translateY(-45%) rotate(180deg)}summary span{color:#1b89cf;font-weight:900}details p{margin:0;padding:0 18px 16px 39px;color:#4c6b83;font-size:12.5px;line-height:1.5}

/* Contact */
.contact-section{position:relative;overflow:hidden;background:linear-gradient(90deg,#092f5d 0%,#073d76 55%,#06417b 100%);color:#fff;min-height:190px}.contact-image{position:absolute;left:0;top:0;bottom:0;width:31%;background-image:linear-gradient(90deg,rgba(4,43,82,.04),rgba(6,58,111,.28)),url('assets/cta-building.jpg');background-size:cover;background-position:center}.contact-grid{position:relative;z-index:2;display:grid;grid-template-columns:1.3fr auto;align-items:center;gap:22px;min-height:190px;padding:28px 0 27px 34%}.contact-copy h2{margin:0 0 8px;font-size:35px;line-height:1.04;letter-spacing:-.03em}.contact-copy p{margin:0;max-width:470px;font-size:13px;line-height:1.45;color:#d8e9f7}.contact-button{padding:14px 25px;min-width:205px}.contact-points{grid-column:1/-1;display:flex;justify-content:flex-end;gap:24px;color:#dff2ff;font-size:11px}

/* Footer */
.footer{background:#fff}.footer-top{display:flex;align-items:center;gap:34px;padding:19px 0 15px;border-bottom:1px solid #edf3f7}.footer-brand img{width:174px;height:auto}.footer-nav{display:flex;flex-wrap:wrap;gap:20px;margin-left:auto}.footer-nav a{text-decoration:none;color:#315a7e;font-size:11px;font-weight:700}.company-info{display:flex;justify-content:center;flex-wrap:wrap;gap:8px 20px;padding:12px 0 4px;color:#496a86;font-size:11px}.company-info a{text-decoration:none;color:#236da8;font-weight:700}.footer-bottom{display:flex;justify-content:space-between;align-items:center;padding:7px 0 18px;color:#6d8294}.footer-bottom small{font-size:10px}

/* Modal */
.demo-modal{border:0;border-radius:18px;padding:0;width:min(520px,calc(100% - 30px));box-shadow:0 30px 90px rgba(0,0,0,.28)}.demo-modal::backdrop{background:rgba(3,37,72,.58)}.modal-close{position:absolute;right:12px;top:8px;border:0;background:transparent;color:#42647f;font-size:30px;cursor:pointer}.modal-body{padding:36px 34px 30px}.modal-body h3{margin:0 0 8px;color:var(--navy);font-size:26px}.modal-body p{margin:0;color:#557089;line-height:1.55}

@media (max-width:1160px){
  .nav{gap:16px}.nav a{font-size:12px}.header-cta{display:none}.brand img{width:182px}
  .hero-grid{grid-template-columns:1fr 1fr}.hero-copy{padding-right:34px}.hero h1{font-size:50px}.benefits{grid-template-columns:repeat(2,1fr)}.hero-visual-wrap,.hero-visual{min-height:520px}
  .steps-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:38px 42px}.step-card::after{display:none}
  .solutions-grid{grid-template-columns:1fr 1.4fr}.property-card{grid-column:1/-1;display:grid;grid-template-columns:260px 1fr;align-items:center;gap:18px}.property-card img{max-height:190px}.property-card p{margin:0}
  .videos-layout{grid-template-columns:1fr}.connectivity-card{display:grid;grid-template-columns:80px 190px 1fr;align-items:center;text-align:left;gap:16px}.connectivity-icon{margin:0}.connectivity-card h3,.connectivity-card p{margin:0}
}
@media (max-width:820px){
  .shell{width:min(100% - 28px,720px)}.nav-shell{min-height:78px}.brand img{width:154px}.menu-toggle{display:block;margin-left:auto}.nav{display:none;position:absolute;top:78px;left:0;right:0;flex-direction:column;align-items:stretch;background:#fff;padding:8px 22px 18px;border-bottom:1px solid #e8f0f5;box-shadow:0 16px 24px rgba(7,59,122,.08)}.nav.open{display:flex}.nav a{padding:11px 0}.nav a::after{bottom:4px;left:0;transform:none}
  .hero{background:linear-gradient(#f7fbff 0 52%,#fff 52%)}.hero-grid{grid-template-columns:1fr}.hero-copy{padding:40px 0 30px}.hero h1{font-size:44px}.hero-copy>p{font-size:17px}.benefits{grid-template-columns:repeat(4,1fr)}.hero-visual-wrap{min-height:0;height:auto;margin-bottom:24px;border-radius:18px;overflow:hidden}.hero-visual{min-height:0;height:auto;aspect-ratio:16/9;object-fit:cover}
  .section{padding:50px 0}.section-title h2{font-size:35px}.steps-grid{grid-template-columns:1fr}.step-card{display:grid;grid-template-columns:170px 1fr;gap:16px;align-items:center}.step-picture{height:136px}.step-copy{margin:0}.cloud-mark{height:136px}.cloud-svg{width:185px}.cloud-label{top:77px}
  .solutions-grid{grid-template-columns:1fr}.vip-list{grid-template-columns:1fr}.property-card{display:block;grid-column:auto}.property-card img{max-height:none;width:100%}.property-card p{margin-top:12px}
  .video-grid{grid-template-columns:1fr}.video-card{display:grid;grid-template-columns:170px 1fr;gap:0 14px;align-items:start}.video-thumb{grid-row:1/3}.video-card strong{margin-top:0}.video-card p{margin-top:3px}.connectivity-card{display:block;text-align:center}.connectivity-icon{margin:0 auto 8px}.connectivity-card h3{margin-bottom:10px}.connectivity-card p{margin:7px 0}.faq-grid{grid-template-columns:1fr}
  .contact-image{position:relative;width:100%;height:160px}.contact-grid{grid-template-columns:1fr;padding:24px 0 28px;min-height:0}.contact-button{justify-self:start}.contact-points{grid-column:auto;justify-content:flex-start;flex-wrap:wrap}.footer-top{flex-direction:column;align-items:flex-start}.footer-nav{margin-left:0}.company-info{justify-content:flex-start}
}
@media (max-width:560px){
  .brand img{width:138px}.hero h1{font-size:38px}.benefits{grid-template-columns:repeat(2,1fr)}.benefit-icon{width:58px;height:58px}.step-card{grid-template-columns:122px 1fr}.step-picture{height:112px}.cloud-mark{height:112px}.cloud-svg{width:122px}.cloud-label{top:62px;min-width:118px}.cloud-label strong{font-size:10px;line-height:1.05}.cloud-label small{font-size:8.5px;margin-top:3px;line-height:1.05}.phone-step-picture img{width:100%;height:100%;max-width:none;padding:0;object-fit:cover;object-position:center}.video-card{display:block}.video-thumb{margin-bottom:8px}.video-card p{margin-bottom:18px}.service-card{padding:21px}.contact-copy h2{font-size:31px}
}
@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}.button{transition:none}}

/* Mobile cloud artwork v3: use a dedicated composition so server icon and labels never overlap. */
.cloud-mobile-img{display:none}
@media (max-width:560px){
  .cloud-picture{display:flex;align-items:center;justify-content:center;overflow:visible}
  .cloud-picture .cloud-mark{display:none!important}
  .cloud-mobile-img{display:block;width:120px;height:auto;max-width:100%;object-fit:contain}
}
