@import url('https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@400;500;600;700&family=Inter:wght@400;500;600;700&family=IBM+Plex+Mono:wght@500&display=swap');

:root{
  --ink:#0A2536;
  --ocean:#0C5A78;
  --ocean-deep:#083F55;
  --aqua:#12AFC4;
  --aqua-light:#7FD8E3;
  --mist:#F1F8FA;
  --foam:#FFFFFF;
  --coral:#FF6B4A;
  --coral-deep:#E4562F;
  --line:#D7E7EB;
  --text-soft:#4C6B78;
  --radius:14px;
  --maxw:1180px;
  --shadow:0 20px 50px -25px rgba(10,37,54,.35);
}

*{box-sizing:border-box;}
html{scroll-behavior:smooth;}
body{
  margin:0;
  font-family:'Inter',sans-serif;
  color:var(--ink);
  background:var(--foam);
  -webkit-font-smoothing:antialiased;
  line-height:1.6;
}
h1,h2,h3,h4{
  font-family:'Space Grotesk',sans-serif;
  color:var(--ink);
  margin:0 0 .5em;
  line-height:1.12;
  letter-spacing:-.01em;
}
p{margin:0 0 1em;color:var(--text-soft);}
a{color:inherit;text-decoration:none;}
img{max-width:100%;display:block;}
ul{margin:0;padding:0;list-style:none;}
.wrap{max-width:var(--maxw);margin:0 auto;padding:0 28px;}
.eyebrow{
  font-family:'IBM Plex Mono',monospace;
  text-transform:uppercase;
  font-size:12px;
  letter-spacing:.14em;
  color:var(--ocean);
  display:flex;
  align-items:center;
  gap:10px;
  margin-bottom:14px;
}
.eyebrow::before{content:"";width:22px;height:2px;background:var(--coral);display:inline-block;}
section{padding:96px 0;}
.section-head{max-width:640px;margin-bottom:56px;}
.section-head h2{font-size:clamp(28px,3.6vw,42px);}
.section-head p{font-size:17px;}
.center{text-align:center;margin-left:auto;margin-right:auto;}

/* buttons */
.btn{
  display:inline-flex;align-items:center;justify-content:center;gap:8px;
  padding:14px 26px;border-radius:999px;font-weight:600;font-size:14.5px;
  cursor:pointer;border:1px solid transparent;transition:transform .18s ease, background .18s ease, color .18s ease, border-color .18s ease;
  white-space:nowrap;
}
.btn:hover{transform:translateY(-2px);}
.btn-primary{background:var(--coral);color:#fff;}
.btn-primary:hover{background:var(--coral-deep);}
.btn-outline{background:transparent;border-color:rgba(255,255,255,.5);color:inherit;}
.btn-outline.on-light{border-color:var(--ocean);color:var(--ocean);}
.btn-ghost{background:var(--mist);color:var(--ocean-deep);}

/* header */
header.site{
  position:sticky;top:0;z-index:100;
  background:rgba(255,255,255,.86);backdrop-filter:blur(10px);
  border-bottom:1px solid var(--line);
}
.nav{display:flex;align-items:center;justify-content:space-between;padding:16px 0;}
.brand{font-family:'Space Grotesk',sans-serif;font-weight:700;font-size:21px;display:flex;align-items:center;gap:8px;color:var(--ink);}
.brand .dot{width:9px;height:9px;border-radius:50%;background:var(--coral);}
.navlinks{display:flex;gap:30px;font-size:14.5px;font-weight:500;}
.navlinks a{color:var(--text-soft);position:relative;padding:4px 0;}
.navlinks a:hover,.navlinks a.active{color:var(--ocean-deep);}
.navlinks a.active::after{content:"";position:absolute;left:0;right:0;bottom:-4px;height:2px;background:var(--coral);}
.navcta{display:flex;align-items:center;gap:14px;}
.navmenu-toggle{display:none;background:none;border:none;font-size:22px;cursor:pointer;}
@media (max-width:900px){
  .navlinks{position:fixed;top:65px;left:0;right:0;background:#fff;flex-direction:column;padding:20px 28px;gap:16px;border-bottom:1px solid var(--line);transform:translateY(-130%);transition:transform .25s ease;}
  .navlinks.open{transform:translateY(0);}
  .navmenu-toggle{display:block;}
  .navcta .btn-primary{padding:10px 16px;font-size:13px;}
}

/* wave divider - signature element */
.wave-divider{position:relative;height:38px;overflow:hidden;}
.wave-divider svg{position:absolute;width:100%;height:100%;}
.tds-line{
  display:flex;align-items:center;gap:10px;font-family:'IBM Plex Mono',monospace;
  font-size:11px;color:var(--aqua);letter-spacing:.08em;
}
.tds-line svg{height:16px;width:80px;}

/* hero */
.hero{position:relative;padding:64px 0 90px;overflow:hidden;background:linear-gradient(180deg,var(--mist) 0%, #fff 100%);}
.hero-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:56px;align-items:center;}
.hero h1{font-size:clamp(38px,5.2vw,60px);}
.hero .lead{font-size:18px;max-width:480px;}
.hero-badges{display:flex;flex-wrap:wrap;gap:22px;margin-top:34px;font-size:13px;font-weight:600;color:var(--ocean-deep);}
.hero-badges span{display:flex;align-items:center;gap:8px;}
.hero-badges span::before{content:"";width:6px;height:6px;border-radius:50%;background:var(--aqua);}
.hero-actions{display:flex;gap:14px;margin-top:36px;flex-wrap:wrap;}
.hero-visual{position:relative;border-radius:24px;overflow:hidden;box-shadow:var(--shadow);aspect-ratio:4/5;}
.hero-visual img{width:100%;height:100%;object-fit:cover;}
.hero-stat-card{
  position:absolute;bottom:20px;left:20px;background:rgba(10,37,54,.82);backdrop-filter:blur(6px);
  color:#fff;padding:16px 20px;border-radius:14px;font-family:'IBM Plex Mono',monospace;font-size:12px;
}
.hero-stat-card b{display:block;font-family:'Space Grotesk',sans-serif;font-size:22px;color:var(--aqua-light);}

/* ticker */
.ticker-wrap{background:var(--ocean-deep);color:#fff;overflow:hidden;padding:13px 0;}
.ticker{display:flex;gap:48px;white-space:nowrap;animation:scroll 26s linear infinite;font-size:13.5px;font-weight:500;}
.ticker span{display:flex;align-items:center;gap:10px;}
.ticker span::before{content:"✓";color:var(--aqua-light);}
@keyframes scroll{from{transform:translateX(0);}to{transform:translateX(-50%);}}
@media (prefers-reduced-motion:reduce){.ticker{animation:none;}}

/* category chips */
.cat-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:14px;}
.cat-chip{
  background:var(--mist);border:1px solid var(--line);border-radius:16px;padding:22px 16px;text-align:center;
  font-weight:600;font-size:14px;color:var(--ocean-deep);transition:.2s ease;
}
.cat-chip:hover{background:var(--ocean-deep);color:#fff;transform:translateY(-4px);}
@media (max-width:900px){.cat-grid{grid-template-columns:repeat(3,1fr);}}
@media (max-width:560px){.cat-grid{grid-template-columns:repeat(2,1fr);}}

/* feature grid */
.feature-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2px;background:var(--line);border:1px solid var(--line);border-radius:var(--radius);overflow:hidden;}
.feature-card{background:#fff;padding:36px 30px;}
.feature-card .num{font-family:'IBM Plex Mono',monospace;font-size:12px;color:var(--coral);margin-bottom:14px;display:block;}
.feature-card h3{font-size:19px;}
.feature-card p{font-size:14.5px;margin:0;}
@media (max-width:860px){.feature-grid{grid-template-columns:1fr 1fr;}}
@media (max-width:560px){.feature-grid{grid-template-columns:1fr;}}

/* solution banners */
.banner{display:grid;grid-template-columns:1fr 1fr;gap:0;border-radius:var(--radius);overflow:hidden;box-shadow:var(--shadow);margin-bottom:26px;}
.banner img{width:100%;height:100%;min-height:320px;object-fit:cover;}
.banner-copy{background:var(--ocean-deep);color:#fff;padding:48px;display:flex;flex-direction:column;justify-content:center;}
.banner-copy .eyebrow{color:var(--aqua-light);}
.banner-copy .eyebrow::before{background:var(--coral);}
.banner-copy h3{color:#fff;font-size:26px;}
.banner-copy p{color:#CFE6EC;}
.banner:nth-child(even){grid-template-columns:1fr 1fr;}
.banner:nth-child(even) .banner-copy{order:2;}
.banner:nth-child(even) .img-wrap{order:1;}
@media (max-width:800px){.banner{grid-template-columns:1fr;}.banner img{min-height:220px;}}

/* process steps */
.steps{display:grid;grid-template-columns:repeat(5,1fr);gap:20px;position:relative;}
.step{position:relative;padding-top:12px;}
.step .n{
  font-family:'Space Grotesk',sans-serif;font-weight:700;font-size:15px;color:var(--ocean-deep);
  width:38px;height:38px;border:2px solid var(--aqua);border-radius:50%;display:flex;align-items:center;justify-content:center;margin-bottom:16px;
}
.step h4{font-size:16px;}
.step p{font-size:13.5px;}
@media (max-width:900px){.steps{grid-template-columns:1fr 1fr;}}
@media (max-width:560px){.steps{grid-template-columns:1fr;}}

/* tech grid */
.tech-block{display:grid;grid-template-columns:.9fr 1.1fr;gap:56px;align-items:center;}
.tech-image{position:relative;border-radius:20px;overflow:hidden;box-shadow:var(--shadow);}
.tech-image img{aspect-ratio:4/5;object-fit:cover;}
.tech-image .cap{position:absolute;bottom:0;left:0;right:0;background:linear-gradient(0deg,rgba(8,32,45,.88),transparent);color:#fff;padding:24px;font-size:13px;}
.tech-list{display:grid;grid-template-columns:1fr 1fr;gap:26px;}
.tech-item .tag{font-family:'IBM Plex Mono',monospace;font-size:11px;color:var(--coral);letter-spacing:.06em;}
.tech-item h4{font-size:17px;margin-top:6px;}
.tech-item p{font-size:13.5px;}
@media (max-width:860px){.tech-block{grid-template-columns:1fr;}}

/* industries */
.industry-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;}
.industry-tile{border:1px solid var(--line);border-radius:14px;padding:28px 18px;text-align:center;font-weight:600;color:var(--ocean-deep);background:#fff;transition:.2s;}
.industry-tile:hover{border-color:var(--aqua);background:var(--mist);}
@media (max-width:800px){.industry-grid{grid-template-columns:repeat(2,1fr);}}

/* products */
.product-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:26px;}
.product-card{border:1px solid var(--line);border-radius:var(--radius);overflow:hidden;background:#fff;display:flex;flex-direction:column;}
.product-card .thumb{aspect-ratio:4/3;overflow:hidden;position:relative;}
.product-card .thumb img{width:100%;height:100%;object-fit:cover;}
.product-card .thumb .tag{position:absolute;top:14px;left:14px;background:rgba(10,37,54,.85);color:#fff;font-size:11px;padding:5px 10px;border-radius:20px;font-family:'IBM Plex Mono',monospace;}
.product-card .body{padding:26px;display:flex;flex-direction:column;gap:12px;flex:1;}
.product-card h3{font-size:19px;margin:0;}
.product-card .specs{display:flex;flex-wrap:wrap;gap:8px;margin:6px 0 4px;}
.product-card .specs span{font-size:12px;background:var(--mist);color:var(--ocean-deep);padding:6px 10px;border-radius:20px;font-weight:600;}
.product-card .actions{display:flex;gap:10px;margin-top:auto;}
.product-card .actions .btn{flex:1;padding:11px 14px;font-size:13px;}
@media (max-width:900px){.product-grid{grid-template-columns:1fr 1fr;}}
@media (max-width:600px){.product-grid{grid-template-columns:1fr;}}

/* compare table */
.compare{width:100%;border-collapse:collapse;background:#fff;border-radius:var(--radius);overflow:hidden;box-shadow:var(--shadow);}
.compare th,.compare td{padding:16px 20px;text-align:left;border-bottom:1px solid var(--line);font-size:14.5px;}
.compare th{font-family:'Space Grotesk',sans-serif;background:var(--ocean-deep);color:#fff;font-weight:600;}
.compare td:first-child{font-weight:600;color:var(--ink);}
.compare tr:last-child td{border-bottom:none;}
.compare .yes{color:var(--aqua);font-weight:700;}
.compare .no{color:#B7C6CC;}
.compare th.hl,.compare td.hl{background:#EAF7F9;}

/* testimonials */
.test-row{display:grid;grid-template-columns:repeat(3,1fr);gap:22px;}
.test-card{border:1px solid var(--line);border-radius:var(--radius);padding:30px;background:var(--mist);}
.test-card p{font-size:15px;color:var(--ink);font-style:italic;}
.test-person{display:flex;align-items:center;gap:12px;margin-top:18px;}
.test-person img{width:44px;height:44px;border-radius:50%;object-fit:cover;}
.test-person .name{font-weight:700;font-size:14px;color:var(--ink);}
.test-person .role{font-size:12.5px;color:var(--text-soft);}
@media (max-width:900px){.test-row{grid-template-columns:1fr 1fr;}}
@media (max-width:600px){.test-row{grid-template-columns:1fr;}}

/* stat strip */
.stat-strip{display:grid;grid-template-columns:repeat(5,1fr);gap:20px;background:var(--ocean-deep);border-radius:var(--radius);padding:44px 30px;color:#fff;}
.stat-strip .stat{text-align:center;}
.stat-strip .stat b{display:block;font-family:'Space Grotesk',sans-serif;font-size:34px;color:var(--aqua-light);}
.stat-strip .stat span{font-size:12.5px;color:#B9DBE3;}
@media (max-width:800px){.stat-strip{grid-template-columns:repeat(2,1fr);}}

/* cities */
.city-grid{display:flex;flex-wrap:wrap;gap:12px;}
.city-chip{border:1px solid var(--line);border-radius:999px;padding:10px 20px;font-size:13.5px;font-weight:600;color:var(--ocean-deep);}

/* faq */
.faq-item{border-bottom:1px solid var(--line);}
.faq-q{display:flex;align-items:center;justify-content:space-between;padding:22px 4px;cursor:pointer;font-weight:600;font-size:15.5px;}
.faq-q .plus{font-size:20px;color:var(--coral);transition:.2s;flex:none;margin-left:20px;}
.faq-item.open .plus{transform:rotate(45deg);}
.faq-a{max-height:0;overflow:hidden;transition:max-height .25s ease;}
.faq-a p{padding:0 4px 22px;font-size:14.5px;}

/* CTA band */
.cta-band{position:relative;border-radius:24px;overflow:hidden;padding:70px 50px;color:#fff;text-align:center;}
.cta-band img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;z-index:0;}
.cta-band::after{content:"";position:absolute;inset:0;background:linear-gradient(120deg,rgba(8,32,45,.92),rgba(12,90,120,.82));z-index:1;}
.cta-band .inner{position:relative;z-index:2;}
.cta-band h2{color:#fff;font-size:clamp(26px,3.6vw,38px);}
.cta-band .actions{display:flex;gap:14px;justify-content:center;margin-top:26px;flex-wrap:wrap;}

/* footer */
footer.site{background:var(--ink);color:#B9CBD3;padding:70px 0 30px;}
.foot-grid{display:grid;grid-template-columns:1.4fr 1fr 1fr 1fr;gap:40px;}
.foot-brand .brand{color:#fff;}
.foot-brand p{color:#8CA3AC;font-size:14px;max-width:280px;}
.foot-contact{margin-top:18px;font-size:13.5px;display:flex;flex-direction:column;gap:8px;color:#B9CBD3;}
.foot-social{display:flex;gap:10px;margin-top:20px;}
.foot-social a{width:34px;height:34px;border:1px solid #294452;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:13px;}
footer.site h5{color:#fff;font-family:'Space Grotesk',sans-serif;font-size:13px;letter-spacing:.06em;text-transform:uppercase;margin-bottom:18px;}
footer.site ul li{margin-bottom:11px;font-size:14px;}
footer.site ul li a:hover{color:#fff;}
.foot-bottom{display:flex;justify-content:space-between;align-items:center;border-top:1px solid #22333C;margin-top:54px;padding-top:24px;font-size:12.5px;color:#7C929B;flex-wrap:wrap;gap:12px;}
.foot-bottom a{margin-left:18px;color:#7C929B;}
.foot-bottom a:hover{color:#fff;}
@media (max-width:860px){.foot-grid{grid-template-columns:1fr 1fr;}}
@media (max-width:560px){.foot-grid{grid-template-columns:1fr;}}

/* page hero (inner pages) */
.page-hero{padding:56px 0 70px;background:var(--mist);}
.breadcrumb{font-size:13px;color:var(--text-soft);margin-bottom:18px;}
.breadcrumb a{color:var(--ocean-deep);font-weight:600;}
.page-hero h1{font-size:clamp(32px,4.4vw,48px);max-width:720px;}
.page-hero .lead{max-width:560px;font-size:16.5px;}

/* form */
.form-card{background:#fff;border:1px solid var(--line);border-radius:20px;padding:40px;box-shadow:var(--shadow);}
.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:20px;}
.form-grid .full{grid-column:1/-1;}
label{display:block;font-size:13px;font-weight:600;margin-bottom:8px;color:var(--ink);}
input,select,textarea{
  width:100%;padding:13px 15px;border:1px solid var(--line);border-radius:10px;font-family:inherit;font-size:14.5px;background:var(--mist);
}
input:focus,select:focus,textarea:focus{outline:2px solid var(--aqua);outline-offset:1px;background:#fff;}
.contact-info-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;margin-bottom:50px;}
.info-tile{border:1px solid var(--line);border-radius:14px;padding:22px;background:#fff;}
.info-tile .lbl{font-size:12px;color:var(--text-soft);font-weight:600;text-transform:uppercase;letter-spacing:.06em;}
.info-tile .val{font-family:'Space Grotesk',sans-serif;font-weight:600;margin-top:8px;font-size:15px;}
@media (max-width:900px){.contact-info-grid{grid-template-columns:1fr 1fr;}.form-grid{grid-template-columns:1fr;}}

/* blog */
.blog-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:26px;}
.blog-card{border:1px solid var(--line);border-radius:var(--radius);overflow:hidden;background:#fff;display:flex;flex-direction:column;}
.blog-card .thumb{aspect-ratio:16/10;background:linear-gradient(135deg,var(--ocean-deep),var(--aqua));position:relative;}
.blog-card .thumb .tag{position:absolute;top:14px;left:14px;background:rgba(255,255,255,.92);color:var(--ocean-deep);font-size:11px;font-weight:700;padding:5px 10px;border-radius:20px;}
.blog-card .body{padding:24px;display:flex;flex-direction:column;gap:10px;flex:1;}
.blog-card h3{font-size:17px;}
.blog-card .meta{display:flex;justify-content:space-between;font-size:12.5px;color:var(--text-soft);margin-top:auto;padding-top:14px;font-family:'IBM Plex Mono',monospace;}
@media (max-width:900px){.blog-grid{grid-template-columns:1fr 1fr;}}
@media (max-width:600px){.blog-grid{grid-template-columns:1fr;}}

/* amc plan cards */
.plan-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;}
.plan-card{border:1px solid var(--line);border-radius:20px;padding:36px 30px;background:#fff;position:relative;display:flex;flex-direction:column;}
.plan-card.popular{border-color:var(--coral);box-shadow:var(--shadow);transform:translateY(-10px);}
.plan-card .badge{position:absolute;top:-13px;left:30px;background:var(--coral);color:#fff;font-size:11px;font-weight:700;padding:6px 14px;border-radius:20px;}
.plan-card h3{font-size:22px;}
.plan-card .tag{color:var(--text-soft);font-size:14px;margin-bottom:18px;}
.plan-card ul{margin:22px 0;display:flex;flex-direction:column;gap:12px;}
.plan-card li{font-size:14px;display:flex;gap:10px;align-items:flex-start;color:var(--ink);}
.plan-card li::before{content:"✓";color:var(--aqua);font-weight:700;}
.plan-card .btn{margin-top:auto;}
@media (max-width:900px){.plan-grid{grid-template-columns:1fr;}.plan-card.popular{transform:none;}}

@media (max-width:900px){
  .hero-grid{grid-template-columns:1fr;}
  .feature-grid{grid-template-columns:1fr 1fr;}
  .tech-list{grid-template-columns:1fr;}
  .steps{grid-template-columns:1fr 1fr;}
  .industry-grid{grid-template-columns:repeat(2,1fr)}
  .product-grid{grid-template-columns:1fr 1fr;}
  .stat-strip{grid-template-columns:1fr 1fr;}
}
section{padding:70px 0;}
@media (max-width:640px){section{padding:56px 0;}.cta-band{padding:50px 26px;}}
