/* ==========================================================================
   ShipUp — Design System
   Ink navy + signal teal + amber pulse. Space Grotesk display / Inter body.
   ========================================================================== */

:root{
  /* Core palette */
  --ink:#0A0F1C;            /* primary dark surface */
  --ink-2:#101A2C;          /* secondary dark surface (cards on dark) */
  --ink-3:#16223A;          /* tertiary / hairline-on-dark */
  --teal:#0E9C8C;           /* primary accent — deep signal teal */
  --teal-dark:#0A7A6E;
  --teal-light:#EAF6F4;
  --teal-mid:#BEE6E0;
  --amber:#D98C2B;          /* secondary accent — used sparingly */
  --amber-light:#FBF0DF;

  --dark:#0E1525;           /* heading ink on light surfaces (legacy var, reused) */
  --dark2:#1C2A3F;
  --charcoal:#374151;
  --gray:#5B6472;
  --gray-light:#9CA3AF;

  --bg:#FFFFFF;
  --bg2:#F6F7F9;
  --bg3:#EFF6FF;

  --text:#0E1525;
  --text-muted:#5B6472;

  --border:#E4E7EC;
  --border-dark:rgba(255,255,255,0.10);
  --radius:10px;
  --radius-lg:18px;
  --shadow:0 4px 18px rgba(15,23,42,0.06);
  --shadow-lg:0 18px 50px rgba(15,23,42,0.10);

  --font-display:'Space Grotesk', 'Inter', system-ui, sans-serif;
  --font-body:'Inter', system-ui, -apple-system, sans-serif;
}

*{margin:0;padding:0;box-sizing:border-box;}
html{scroll-behavior:smooth;}
body{background:var(--bg);color:var(--text);font-family:var(--font-body);line-height:1.65;-webkit-font-smoothing:antialiased;}

h1,h2,h3,.section-title,.hero h1,.brand-logo,.eyebrow,.stat-num,.logo-wrap{
  font-family:var(--font-display);
}

a{color:inherit;}
img{max-width:100%;display:block;}

@media (prefers-reduced-motion: reduce){
  *{animation:none!important;transition:none!important;}
}

/* ==========================================================================
   BRAND / LOGO
   ========================================================================== */
.brand-logo{display:inline-flex;align-items:center;gap:0.55rem;text-decoration:none;font-weight:700;font-size:1.3rem;letter-spacing:-0.01em;color:#EDF1F5;}
.brand-logo .mark{
  width:30px;height:30px;border-radius:8px;background:linear-gradient(140deg,var(--teal) 0%,var(--teal-dark) 100%);
  display:flex;align-items:center;justify-content:center;flex-shrink:0;box-shadow:0 4px 14px rgba(14,156,140,0.35);
}
.brand-logo .mark svg{width:16px;height:16px;}
.brand-logo .up{color:var(--teal);}
footer .brand-logo{color:#F4F6F8;}

/* ==========================================================================
   NAV
   ========================================================================== */
nav{position:fixed;top:0;left:0;right:0;z-index:1000;background:rgba(10,15,28,0.92);backdrop-filter:blur(10px);border-bottom:1px solid rgba(255,255,255,0.06);}
.nav-inner{max-width:1240px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;height:72px;padding:0 2rem;}
.logo-wrap{display:flex;align-items:center;text-decoration:none;}
.logo-wrap img{height:46px;width:auto;}
.nav-links{list-style:none;display:flex;align-items:center;gap:0.3rem;flex-wrap:wrap;}
.nav-links a{color:rgba(237,241,245,0.72);text-decoration:none;padding:0.5rem 0.95rem;border-radius:7px;font-size:0.86rem;font-weight:500;transition:all 0.2s;}
.nav-links a:hover,.nav-links a.active{color:#fff;background:rgba(255,255,255,0.07);}
.nav-cta{background:var(--teal)!important;color:#fff!important;font-weight:700!important;padding:0.55rem 1.3rem!important;border-radius:8px!important;margin-left:0.4rem;}
.nav-cta:hover{background:var(--teal-dark)!important;color:#fff!important;}
.hamburger{display:none;flex-direction:column;gap:5px;cursor:pointer;padding:4px;}
.hamburger span{width:24px;height:2px;background:#fff;border-radius:2px;transition:all 0.3s;}
.mob-menu{display:none;position:fixed;top:72px;left:0;right:0;background:#0A0F1C;z-index:999;padding:1rem 2rem;flex-direction:column;border-top:1px solid rgba(255,255,255,0.08);max-height:calc(100vh - 72px);overflow-y:auto;}
.mob-menu a{color:rgba(237,241,245,0.8);text-decoration:none;padding:0.75rem 0;border-bottom:1px solid rgba(255,255,255,0.07);font-size:0.92rem;}
.mob-menu a:last-child{border-bottom:none;}
.mob-menu.open{display:flex;}

/* PAGE OFFSET */
main{padding-top:72px;}

/* ==========================================================================
   HERO
   ========================================================================== */
.hero{
  background:
    radial-gradient(ellipse 900px 480px at 85% -10%, rgba(14,156,140,0.16), transparent 60%),
    linear-gradient(160deg,#0A0F1C 0%,#0D1424 55%,#0A1420 100%);
  padding:6.5rem 2rem 4.5rem;color:#E7EBEF;position:relative;overflow:hidden;
}
.hero::before{
  content:'';position:absolute;inset:0;pointer-events:none;opacity:0.5;
  background-image:
    linear-gradient(rgba(255,255,255,0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.035) 1px, transparent 1px);
  background-size:44px 44px;
  -webkit-mask-image:linear-gradient(180deg, transparent, #000 18%, #000 70%, transparent);
  mask-image:linear-gradient(180deg, transparent, #000 18%, #000 70%, transparent);
}
.hero-inner{max-width:1240px;margin:0 auto;display:grid;grid-template-columns:1.05fr 0.95fr;gap:4rem;align-items:center;position:relative;z-index:1;}
.hero-badge{display:inline-flex;align-items:center;gap:8px;background:rgba(14,156,140,0.12);border:1px solid rgba(14,156,140,0.32);border-radius:100px;padding:0.42rem 1.05rem;font-size:0.74rem;color:#5FD9C7;font-weight:600;letter-spacing:0.06em;text-transform:uppercase;margin-bottom:1.6rem;}
.hero-badge::before{content:'';width:6px;height:6px;background:#5FD9C7;border-radius:50%;animation:blink 2.2s infinite;flex-shrink:0;}
@keyframes blink{0%,100%{opacity:1;}50%{opacity:0.25;}}
.hero h1{font-size:clamp(2.1rem,3.6vw,3rem);font-weight:700;line-height:1.18;letter-spacing:-0.015em;margin-bottom:1.25rem;color:#F4F7F9;}
.hero h1 .accent{color:var(--teal);}
.hero p{font-size:1.04rem;color:rgba(231,235,239,0.68);margin-bottom:2.1rem;max-width:500px;line-height:1.75;}
.hero-btns{display:flex;gap:1rem;flex-wrap:wrap;margin-bottom:2.6rem;}
.btn-primary{background:var(--teal);color:#fff;padding:0.85rem 2rem;border-radius:var(--radius);font-weight:700;text-decoration:none;font-size:0.92rem;transition:all 0.2s;border:none;cursor:pointer;display:inline-block;}
.btn-primary:hover{background:var(--teal-dark);transform:translateY(-1px);box-shadow:0 10px 26px rgba(14,156,140,0.3);}
.btn-outline{background:transparent;color:#fff;padding:0.85rem 2rem;border-radius:var(--radius);font-weight:700;text-decoration:none;font-size:0.92rem;border:1.5px solid rgba(255,255,255,0.28);transition:all 0.2s;cursor:pointer;display:inline-block;}
.btn-outline:hover{border-color:var(--teal);color:#5FD9C7;}
.btn-teal-outline{background:transparent;color:var(--teal-dark);padding:0.75rem 1.8rem;border-radius:var(--radius);font-weight:700;text-decoration:none;font-size:0.88rem;border:1.5px solid var(--teal);transition:all 0.2s;cursor:pointer;display:inline-block;}
.btn-teal-outline:hover{background:var(--teal);color:#fff;}

.hero-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem;max-width:480px;}
.stat-box{background:rgba(255,255,255,0.035);border:1px solid rgba(255,255,255,0.09);border-radius:var(--radius);padding:1rem 0.6rem;text-align:center;}
.stat-num{font-size:1.55rem;font-weight:700;color:var(--teal);line-height:1;}
.stat-num.amber{color:var(--amber);}
.stat-label{font-size:0.66rem;color:rgba(231,235,239,0.55);margin-top:0.4rem;text-transform:uppercase;letter-spacing:0.04em;line-height:1.3;}

/* Hero right: network console (signature element) */
.console{background:rgba(255,255,255,0.035);border:1px solid rgba(255,255,255,0.10);border-radius:var(--radius-lg);padding:0;overflow:hidden;box-shadow:0 30px 70px -20px rgba(0,0,0,0.55);}
.console-head{display:flex;align-items:center;justify-content:space-between;padding:1.1rem 1.4rem;border-bottom:1px solid rgba(255,255,255,0.08);}
.console-head h4{font-size:0.72rem;text-transform:uppercase;letter-spacing:0.1em;color:rgba(231,235,239,0.55);font-weight:700;}
.console-dot{display:flex;align-items:center;gap:6px;font-size:0.68rem;color:#5FD9C7;font-weight:600;}
.console-dot span{width:6px;height:6px;background:#5FD9C7;border-radius:50%;animation:blink 2.2s infinite;}
.console-row{padding:1.25rem 1.4rem;border-bottom:1px solid rgba(255,255,255,0.06);}
.console-row:last-child{border-bottom:none;}
.console-row h5{font-size:0.66rem;text-transform:uppercase;letter-spacing:0.09em;color:rgba(231,235,239,0.42);font-weight:700;margin-bottom:0.75rem;}
.chip-row{display:flex;flex-wrap:wrap;gap:0.5rem;}
.chip{display:inline-flex;align-items:center;gap:6px;background:rgba(255,255,255,0.045);border:1px solid rgba(255,255,255,0.10);color:rgba(231,235,239,0.88);padding:0.4rem 0.75rem;border-radius:8px;font-size:0.74rem;font-weight:600;}
.chip i{font-size:0.72rem;color:var(--teal);}
.chip.amber i{color:var(--amber);}

/* ==========================================================================
   TRUSTED BY
   ========================================================================== */
.trusted-strip{background:var(--bg2);border-bottom:1px solid var(--border);padding:2.1rem 2rem;}
.trusted-inner{max-width:1240px;margin:0 auto;display:flex;align-items:center;gap:2.2rem;flex-wrap:wrap;}
.trusted-label{font-size:0.72rem;font-weight:700;letter-spacing:0.05em;color:var(--gray);text-transform:uppercase;flex-shrink:0;}
.trusted-marks{display:flex;align-items:center;gap:2.4rem;flex-wrap:wrap;flex:1;}
.trusted-marks span{font-family:var(--font-display);font-weight:700;font-size:1.05rem;color:#9AA3AE;letter-spacing:-0.01em;transition:color 0.2s;cursor:default;}
.trusted-marks span:hover{color:var(--dark);}
.trusted-more{font-family:var(--font-body)!important;font-weight:600!important;font-size:0.82rem!important;color:var(--teal-dark)!important;background:var(--teal-light);padding:0.3rem 0.7rem;border-radius:100px;}

/* ==========================================================================
   COMPLIANCE STRIP
   ========================================================================== */
.comp-strip{background:#F0FAFB;border-top:1px solid var(--teal-mid);border-bottom:1px solid var(--teal-mid);padding:1rem 2rem;}
.comp-strip-inner{max-width:1200px;margin:0 auto;display:flex;gap:2rem;align-items:center;flex-wrap:wrap;justify-content:center;}
.cb{display:flex;align-items:center;gap:0.5rem;font-size:0.78rem;color:var(--charcoal);font-weight:600;}
.cb::before{content:'✓';color:var(--teal);font-weight:700;}

/* ==========================================================================
   SECTIONS
   ========================================================================== */
.section{padding:5.5rem 2rem;}
.section-inner{max-width:1240px;margin:0 auto;}
.section-alt{background:var(--bg2);}
.section-teal{background:linear-gradient(135deg,#0A0F1C,#0D1F2E);color:#fff;}
.eyebrow{font-size:0.74rem;text-transform:uppercase;letter-spacing:0.1em;color:var(--teal-dark);font-weight:700;margin-bottom:0.8rem;}
.section-teal .eyebrow{color:#5FD9C7;}
.section-title{font-size:clamp(1.85rem,3vw,2.4rem);font-weight:700;letter-spacing:-0.015em;margin-bottom:1.1rem;line-height:1.2;color:var(--dark);}
.section-teal .section-title{color:#fff;}
.section-sub{color:var(--text-muted);font-size:1rem;max-width:620px;line-height:1.75;}
.section-teal .section-sub{color:rgba(255,255,255,0.65);}
.divider{width:42px;height:3px;background:var(--teal);border-radius:2px;margin:1.25rem 0;}
.section-head{margin-bottom:2.5rem;}
.section-head.center{text-align:center;}
.section-head.center .divider{margin:1.25rem auto;}
.section-head.center .section-sub{margin:0 auto;}

/* ==========================================================================
   CARDS
   ========================================================================== */
.cards-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.4rem;margin-top:2.5rem;}
.card{background:#fff;border:1px solid var(--border);border-radius:var(--radius-lg);padding:1.85rem;transition:all 0.25s ease;box-shadow:var(--shadow);}
.card:hover{border-color:var(--teal);transform:translateY(-3px);box-shadow:var(--shadow-lg);}
.card-icon{width:48px;height:48px;background:var(--teal-light);border:1px solid var(--teal-mid);border-radius:12px;display:flex;align-items:center;justify-content:center;margin-bottom:1.2rem;font-size:1.3rem;}
.card h3{font-size:1.05rem;font-weight:700;margin-bottom:0.6rem;color:var(--dark);}
.card p{color:var(--text-muted);font-size:0.88rem;line-height:1.65;}
.card-link{color:var(--teal-dark);font-size:0.82rem;font-weight:700;margin-top:1rem;display:block;text-decoration:none;}
.card-link:hover{color:var(--teal);}

/* ==========================================================================
   PAGE HEADER (sub-pages)
   ========================================================================== */
.page-header{
  background:linear-gradient(160deg,#0A0F1C 0%,#0D1A2C 100%);
  padding:3.6rem 2rem 3.2rem;color:#fff;position:relative;overflow:hidden;
}
.page-header::before{
  content:'';position:absolute;inset:0;pointer-events:none;opacity:0.4;
  background-image:linear-gradient(rgba(255,255,255,0.04) 1px, transparent 1px),linear-gradient(90deg, rgba(255,255,255,0.04) 1px, transparent 1px);
  background-size:40px 40px;
  -webkit-mask-image:linear-gradient(180deg, transparent, #000 40%);
  mask-image:linear-gradient(180deg, transparent, #000 40%);
}
.page-header-inner{max-width:1240px;margin:0 auto;position:relative;z-index:1;}
.breadcrumb{font-size:0.78rem;color:rgba(255,255,255,0.5);margin-bottom:0.9rem;}
.breadcrumb a{color:rgba(255,255,255,0.5);text-decoration:none;}
.breadcrumb a:hover{color:var(--teal);}
.breadcrumb span{color:#5FD9C7;}
.page-header h1{font-family:var(--font-display);font-size:clamp(1.8rem,3vw,2.4rem);font-weight:700;margin-bottom:0.5rem;letter-spacing:-0.01em;}
.page-header p{color:rgba(255,255,255,0.62);font-size:0.96rem;}

/* ==========================================================================
   LEGAL CONTENT
   ========================================================================== */
.legal-content{max-width:860px;margin:0 auto;}
.legal-content h2{font-family:var(--font-display);font-size:1.18rem;font-weight:700;color:var(--dark);margin:2.1rem 0 0.7rem;padding-bottom:0.6rem;border-bottom:2px solid var(--teal-mid);}
.legal-content h3{font-size:1rem;font-weight:600;color:var(--teal-dark);margin:1.2rem 0 0.4rem;}
.legal-content p{color:var(--text-muted);font-size:0.92rem;line-height:1.75;margin-bottom:0.8rem;}
.legal-content ul{color:var(--text-muted);font-size:0.92rem;line-height:1.75;margin-bottom:0.8rem;padding-left:1.5rem;}
.legal-content ul li{margin-bottom:0.4rem;}
.highlight-box{background:var(--teal-light);border-left:4px solid var(--teal);border-radius:0 var(--radius) var(--radius) 0;padding:1.2rem 1.5rem;margin:1.2rem 0;}
.highlight-box p{color:var(--dark)!important;margin-bottom:0;}
.last-updated{font-size:0.8rem;color:var(--text-muted);font-style:italic;margin-bottom:2rem;padding:0.7rem 1rem;background:var(--bg2);border-radius:6px;}
.alert-box{background:var(--teal-light);border:1px solid var(--teal-mid);border-radius:var(--radius);padding:1.2rem 1.5rem;margin:1.2rem 0;display:flex;gap:0.8rem;align-items:flex-start;}
.alert-box .ai{font-size:1.1rem;margin-top:0.1rem;flex-shrink:0;}
.alert-box p{color:var(--dark)!important;margin:0;font-size:0.9rem;}

/* TIMELINE */
.timeline{position:relative;padding-left:2rem;margin-top:1.5rem;}
.timeline::before{content:'';position:absolute;left:8px;top:0;bottom:0;width:2px;background:var(--teal-mid);}
.tl-item{position:relative;margin-bottom:1.5rem;}
.tl-item::before{content:'';position:absolute;left:-1.6rem;top:0.4rem;width:10px;height:10px;background:var(--teal);border-radius:50%;border:2px solid #fff;box-shadow:0 0 0 2px var(--teal);}
.tl-item h4{font-size:0.9rem;font-weight:700;color:var(--dark);margin-bottom:0.3rem;}
.tl-item p{font-size:0.85rem;color:var(--text-muted);}

/* ==========================================================================
   CONTACT
   ========================================================================== */
.contact-grid{display:grid;grid-template-columns:1fr 1.6fr;gap:3rem;margin-top:3rem;}
.ci{display:flex;gap:1rem;margin-bottom:1.8rem;align-items:flex-start;}
.c-icon{width:44px;height:44px;background:var(--teal-light);border:1px solid var(--teal-mid);border-radius:10px;display:flex;align-items:center;justify-content:center;flex-shrink:0;font-size:1rem;}
.ci h4{font-size:0.85rem;font-weight:700;color:var(--dark);margin-bottom:0.25rem;}
.ci p,.ci a{font-size:0.85rem;color:var(--text-muted);text-decoration:none;}
.ci a:hover{color:var(--teal-dark);}
.form-card{background:#fff;border:1px solid var(--border);border-radius:var(--radius-lg);padding:2rem;box-shadow:var(--shadow);}
.form-card h3{color:var(--dark);margin-bottom:1.5rem;font-size:1.1rem;font-family:var(--font-display);}
.form-group{margin-bottom:1.1rem;}
.form-group label{display:block;font-size:0.78rem;font-weight:700;color:var(--charcoal);margin-bottom:0.4rem;text-transform:uppercase;letter-spacing:0.04em;}
.form-group input,.form-group textarea,.form-group select{width:100%;background:#fff;border:1.5px solid var(--border);border-radius:var(--radius);padding:0.7rem 1rem;color:var(--dark);font-size:0.9rem;font-family:inherit;outline:none;transition:border-color 0.2s;}
.form-group input:focus,.form-group textarea:focus,.form-group select:focus{border-color:var(--teal);box-shadow:0 0 0 3px rgba(14,156,140,0.12);}
.form-group textarea{height:120px;resize:vertical;}
.form-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem;}
.form-note{font-size:0.75rem;color:var(--text-muted);text-align:center;margin-top:0.8rem;}
.form-note a{color:var(--teal-dark);}

/* ==========================================================================
   ABOUT
   ========================================================================== */
.about-grid{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center;}
.values-list{list-style:none;margin-top:1.5rem;}
.values-list li{padding:0.75rem 0;border-bottom:1px solid var(--border);display:flex;align-items:center;gap:0.8rem;font-size:0.9rem;color:var(--text-muted);}
.values-list li::before{content:'✓';color:var(--teal);font-weight:700;font-size:1rem;flex-shrink:0;}
.about-vis{background:var(--teal-light);border:1px solid var(--teal-mid);border-radius:var(--radius-lg);padding:2rem;display:flex;flex-direction:column;gap:1rem;}
.comp-item{background:#fff;border-left:3px solid var(--teal);border-radius:0 var(--radius) var(--radius) 0;padding:1rem 1.2rem;box-shadow:var(--shadow);}
.comp-item h4{font-size:0.88rem;font-weight:700;color:var(--dark);margin-bottom:0.25rem;}
.comp-item p{font-size:0.8rem;color:var(--text-muted);}
.address-card{background:#fff;border:1px solid var(--border);border-radius:var(--radius-lg);padding:1.5rem;margin-top:1.5rem;box-shadow:var(--shadow);display:flex;gap:1rem;align-items:flex-start;}
.address-card .ai{font-size:1.5rem;}
.address-card h4{font-size:0.85rem;font-weight:700;color:var(--dark);margin-bottom:0.3rem;}
.address-card p{font-size:0.85rem;color:var(--text-muted);}

/* ==========================================================================
   VERTICALS GRID
   ========================================================================== */
.vert-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem;margin-top:2rem;}
.vert-card{background:#fff;border:1px solid var(--border);border-radius:var(--radius-lg);padding:1.5rem;transition:all 0.25s ease;box-shadow:var(--shadow);}
.vert-card:hover{border-color:var(--teal);transform:translateY(-2px);box-shadow:var(--shadow-lg);}
.vert-card .vi{font-size:1.7rem;margin-bottom:0.8rem;color:var(--teal-dark);}
.vert-card h3{font-size:1rem;font-weight:700;color:var(--dark);margin-bottom:0.4rem;}
.vert-card p{font-size:0.8rem;color:var(--text-muted);}

/* OPT OUT FORM */
.optout-box{background:var(--bg2);border:1px solid var(--border);border-radius:var(--radius-lg);padding:2rem;margin-top:2rem;}
.optout-box h3{color:var(--dark);margin-bottom:1.2rem;font-size:1.05rem;font-family:var(--font-display);}

/* ==========================================================================
   CTA SECTION
   ========================================================================== */
.cta-inner{text-align:center;max-width:700px;margin:0 auto;}
.cta-inner h2{font-family:var(--font-display);font-size:2rem;font-weight:700;color:#fff;margin-bottom:0.8rem;letter-spacing:-0.01em;}
.cta-inner p{color:rgba(255,255,255,0.68);margin-bottom:2rem;}
.cta-btns{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap;}

/* ==========================================================================
   FOOTER
   ========================================================================== */
footer{background:#0A0F1C;color:#fff;padding:4.5rem 2rem 2rem;}
.footer-inner{max-width:1240px;margin:0 auto;}
.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:3rem;margin-bottom:3rem;}
.footer-brand{display:flex;flex-direction:column;gap:1.1rem;}
.footer-brand img{width:8vw;}
.footer-brand p{color:rgba(255,255,255,0.5);font-size:0.85rem;line-height:1.7;}
.footer-col h5{font-size:0.72rem;text-transform:uppercase;letter-spacing:0.1em;color:#5FD9C7;font-weight:700;margin-bottom:1rem;}
.footer-col ul{list-style:none;}
.footer-col ul li{margin-bottom:0.55rem;}
.footer-col ul li a{color:rgba(255,255,255,0.5);text-decoration:none;font-size:0.85rem;transition:color 0.2s;}
.footer-col ul li a:hover{color:#5FD9C7;}
.footer-bottom{border-top:1px solid rgba(255,255,255,0.08);padding-top:1.5rem;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem;}
.footer-bottom p{font-size:0.78rem;color:rgba(255,255,255,0.38);}
.footer-legal a{color:rgba(255,255,255,0.38);font-size:0.78rem;text-decoration:none;margin-left:1.2rem;transition:color 0.2s;}
.footer-legal a:hover{color:#5FD9C7;}
.comp-badges{display:flex;gap:0.6rem;flex-wrap:wrap;margin-top:1rem;}
.badge{background:rgba(14,156,140,0.12);border:1px solid rgba(14,156,140,0.28);color:#5FD9C7;padding:0.28rem 0.7rem;border-radius:100px;font-size:0.72rem;font-weight:600;}

/* ==========================================================================
   RESPONSIVE
   ========================================================================== */
@media(max-width:900px){
  .hero-inner,.about-grid,.contact-grid,.footer-grid{grid-template-columns:1fr;}
  .footer-grid{grid-template-columns:1fr 1fr;}
  .nav-links{display:none;}
  .hamburger{display:flex;}
  .hero{padding:5.5rem 1.25rem 3.5rem;}
  .trusted-inner{flex-direction:column;align-items:flex-start;gap:1rem;}
}
@media(max-width:600px){
  .hero-stats{grid-template-columns:repeat(3,1fr);}
  .form-row{grid-template-columns:1fr;}
  .footer-grid{grid-template-columns:1fr;}
  .footer-bottom{flex-direction:column;text-align:center;}
  .section{padding:3.75rem 1.25rem;}
  .trusted-marks{gap:1.4rem;}
}
