
*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
:root{
  --navy:#0B1F3A;
  --teal:#0E7C86;
  --teal-lt:#13A8B4;
  --teal-pale:#E8F6F8;
  --white:#FFFFFF;
  --off-white:#F4F9FA;
  --gray:#6B7A8D;
  --gray-lt:#C9DDE0;
  --text:#1A2B3C;
}
html{scroll-behavior:smooth}
body{font-family:'DM Sans',sans-serif;color:var(--text);background:var(--white);overflow-x:hidden}
.container{max-width:1200px;margin:0 auto;padding:0 5%}
h1,h2,h3{line-height:1.2}
img{max-width:100%;display:block}
a{text-decoration:none;color:inherit}

/* ── TOP BAR ── */
.topbar{background:var(--navy);padding:8px 5%;display:flex;justify-content:space-between;align-items:center;font-size:.82rem;color:rgba(255,255,255,.7);overflow:hidden;max-height:60px;opacity:1}.topbar.hidden{opacity:0;max-height:0;padding:0}
.topbar a{color:rgba(255,255,255,.7);margin-left:16px;transition:color .2s}
.topbar a:hover{color:var(--teal-lt)}
.topbar-left{display:flex;align-items:center;gap:6px}
.phone-ring{display:inline-block;position:relative;animation:phone-shake .6s ease-in-out infinite;}
.phone-ring::before,.phone-ring::after{content:'';position:absolute;border-radius:50%;border:2px solid var(--teal-lt);opacity:0;top:50%;left:50%;transform:translate(-50%,-50%) scale(0);}
.phone-ring::before{animation:sound-wave 1.4s ease-out .2s infinite;}
.phone-ring::after{animation:sound-wave 1.4s ease-out .7s infinite;}
@keyframes phone-shake{0%,100%{transform:rotate(0deg);}15%{transform:rotate(-15deg);}30%{transform:rotate(12deg);}45%{transform:rotate(-10deg);}60%{transform:rotate(8deg);}75%{transform:rotate(-5deg);}90%{transform:rotate(3deg);}}
@keyframes sound-wave{0%{width:10px;height:10px;opacity:.8;transform:translate(-50%,-50%) scale(0);}100%{width:40px;height:40px;opacity:0;transform:translate(-50%,-50%) scale(1);}}

/* ── HEADER ── */
.header-wrap{position:sticky;top:0;z-index:1000;background:transparent;transition:transform 2.5s ease;transform:translateY(0);}.header-wrap.hidden{transform:translateY(-100%);}
header{background:#fff;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border-bottom:1px solid rgba(11,31,58,.08);margin:0;border-radius:0}
.header-inner{display:flex;align-items:center;justify-content:space-between;padding:14px 5%}
.logo{display:flex;align-items:center;gap:10px;font-family:'DM Sans',sans-serif;font-size:1.3rem;color:var(--navy)}
.logo-mark{width:38px;height:38px;background:var(--teal);border-radius:8px;display:flex;align-items:center;justify-content:center;color:white;font-family:'DM Sans',sans-serif;font-size:1.1rem;flex-shrink:0}
.logo span{font-size:.72rem;font-family:'DM Sans',sans-serif;font-weight:500;color:var(--gray);display:block;letter-spacing:.05em;text-transform:uppercase}
nav{display:flex;align-items:center;gap:0}
.nav-item{position:relative}
.nav-link{padding:10px 16px;font-size:.88rem;font-weight:500;color:var(--navy);display:block;transition:color .2s;white-space:nowrap}
.nav-link:hover,.nav-link.active{color:var(--teal)}
.nav-link.active::after{content:'';position:absolute;bottom:0;left:16px;right:16px;height:2px;background:var(--teal);border-radius:2px}
.dropdown{position:absolute;top:100%;left:0;background:var(--white);border:1px solid var(--gray-lt);border-radius:8px;box-shadow:0 8px 32px rgba(11,31,58,.12);min-width:240px;opacity:0;pointer-events:none;transform:translateY(8px);transition:all .2s;z-index:100}
.nav-item:hover .dropdown{opacity:1;pointer-events:all;transform:translateY(0)}
.dropdown a{display:block;padding:10px 18px;font-size:.86rem;color:var(--navy);border-bottom:1px solid var(--gray-lt);transition:background .15s,color .15s}
.dropdown a:last-child{border-bottom:none}
.dropdown a:hover{background:var(--teal-pale);color:var(--teal)}
.header-cta{margin-left:12px}
.header-cta.btn-primary{border-radius:10px;font-size:.85rem;padding:0;gap:0}
.header-cta.btn-primary span{padding:12px 20px}
.header-cta.btn-primary::after{width:44px;border-left:1px solid rgba(255,255,255,.25);font-size:1rem}
.hamburger{display:none;flex-direction:column;gap:5px;cursor:pointer;padding:4px}
.hamburger span{display:block;width:22px;height:2px;background:var(--navy);border-radius:2px;transition:all .3s}

/* ── BREADCRUMB ── */
.breadcrumb{padding:10px 5%;font-size:.82rem;color:var(--gray);background:var(--off-white);border-bottom:1px solid var(--gray-lt)}
.breadcrumb a{color:var(--teal);text-decoration:none}
.breadcrumb a:hover{text-decoration:underline}

/* ── PAGE HERO ── */
.page-hero{background:linear-gradient(rgba(11,31,58,.88),rgba(11,31,58,.92)),url('../../../images/abs-lobby.png') center/cover no-repeat;padding:60px 5%;color:#fff;position:relative;overflow:hidden}
.page-hero::before{content:'';position:absolute;inset:0;background:
  radial-gradient(ellipse 55% 80% at 88% 40%,rgba(19,168,180,.15) 0%,transparent 65%),
  radial-gradient(ellipse 30% 60% at 5% 90%,rgba(14,124,134,.10) 0%,transparent 60%);
pointer-events:none}
.page-hero-inner{max-width:700px;position:relative;z-index:2}
.page-hero-eyebrow{font-size:11px;font-weight:700;letter-spacing:.2em;text-transform:uppercase;color:var(--teal-lt);margin-bottom:14px;display:flex;align-items:center;gap:8px}
.page-hero-eyebrow::before{content:'';display:block;width:20px;height:2px;background:var(--teal-lt)}
.page-hero h1{font-family:'DM Serif Display',serif;font-size:clamp(2rem,4vw,3rem);font-weight:700;line-height:1.15;color:#fff;margin-bottom:16px}
.page-hero h1 em{font-family:'DM Serif Display',serif;font-weight:400;font-style:italic;color:var(--teal-lt)}
.page-hero-sub{color:rgba(255,255,255,.8);font-size:1rem;line-height:1.7;max-width:580px;margin-bottom:36px}

/* HERO PROOF STRIP */
.hero-proof{display:flex;gap:0;border-top:1px solid rgba(255,255,255,.12);padding-top:28px}
.proof-item{flex:1;padding-right:28px}
.proof-item:not(:first-child){padding-left:28px;border-left:1px solid rgba(255,255,255,.12)}
.proof-num{font-family:'DM Serif Display',serif;font-size:1.45rem;color:var(--teal-lt);line-height:1}
.proof-label{font-size:.76rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:rgba(255,255,255,.5);margin-top:4px}

/* ── SECTION SHARED ── */
.section-eyebrow{font-size:10px;font-weight:700;letter-spacing:.2em;text-transform:uppercase;color:var(--teal);margin-bottom:10px;display:flex;align-items:center;gap:8px}
.section-eyebrow::before{content:'';display:block;width:16px;height:2px;background:var(--teal)}
.section-title{font-family:'DM Serif Display',serif;font-size:clamp(1.7rem,3vw,2.4rem);color:var(--navy);line-height:1.15;margin-bottom:12px}
.section-title em{font-style:italic;color:var(--teal)}
.section-lead{font-size:.95rem;color:var(--gray);line-height:1.75;max-width:600px}

/* ── REASONS SECTION ── */
.reasons-section{background:var(--off-white);padding:72px 5%}
.reasons-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;margin-top:48px}
.reason-card{background:var(--white);border:1.5px solid #e4e8ec;border-radius:16px;padding:28px 24px;position:relative;transition:all .3s}
.reason-card:hover{box-shadow:0 12px 32px rgba(14,124,134,.14);transform:translateY(-4px);border-color:#8dd4da}
.reason-icon{width:46px;height:46px;background:var(--teal-pale);border-radius:12px;display:flex;align-items:center;justify-content:center;margin-bottom:14px}
.reason-icon svg{width:22px;height:22px;stroke:var(--teal);fill:none;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}
.reason-check{position:absolute;top:20px;right:20px;width:24px;height:24px;background:var(--teal);border-radius:50%;display:flex;align-items:center;justify-content:center}
.reason-check svg{stroke:#fff}
.reason-title{font-size:.97rem;font-weight:700;color:var(--navy);margin-bottom:8px;line-height:1.3;padding-right:12px}
.reason-body{font-size:.84rem;color:var(--gray);line-height:1.72}

/* ── COMPARISON STRIP ── */
.compare-section{background:var(--white);padding:72px 5%}
.compare-grid{display:grid;grid-template-columns:1fr 1fr;gap:24px;margin-top:48px;align-items:start}
.compare-col{border-radius:16px;padding:32px 30px}
.compare-col-abs{background:var(--navy);position:relative;overflow:hidden}
.compare-col-abs::after{content:'';position:absolute;right:-40px;bottom:-40px;width:260px;height:260px;border-radius:50%;background:radial-gradient(circle,rgba(19,168,180,.15) 0%,transparent 70%);pointer-events:none}
.compare-col-other{background:var(--off-white);border:1.5px solid #e4e8ec}
.compare-col-title{font-family:'DM Serif Display',serif;font-size:1.2rem;margin-bottom:6px}
.compare-col-abs .compare-col-title{color:#fff}
.compare-col-other .compare-col-title{color:var(--navy)}
.compare-col-sub{font-size:.8rem;font-weight:600;letter-spacing:.06em;text-transform:uppercase;margin-bottom:24px}
.compare-col-abs .compare-col-sub{color:var(--teal-lt)}
.compare-col-other .compare-col-sub{color:var(--gray)}
.compare-list{list-style:none;display:flex;flex-direction:column;gap:12px;position:relative;z-index:2}
.compare-list li{display:flex;align-items:flex-start;gap:12px;font-size:.88rem;line-height:1.55}
.compare-col-abs .compare-list li{color:rgba(255,255,255,.82)}
.compare-col-other .compare-list li{color:var(--gray)}
.ci-check{width:20px;height:20px;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0;margin-top:1px}
.ci-check-yes{background:rgba(19,168,180,.2)}
.ci-check-yes svg{stroke:var(--teal-lt)}
.ci-check-no{background:rgba(107,122,141,.15)}
.ci-check-no svg{stroke:#9BA8B5}

/* ── TECHNOLOGY SECTION ── */
.tech-section{background:var(--off-white);padding:72px 5%}
.tech-grid{display:grid;grid-template-columns:1fr 1fr;gap:56px;align-items:start;margin-top:48px}
.tech-text p{font-size:.94rem;color:var(--gray);line-height:1.82;margin-bottom:16px}
.tech-text p:last-child{margin-bottom:0}
.tech-features{display:flex;flex-direction:column;gap:14px}
.tech-feature{background:var(--white);border:1.5px solid #e4e8ec;border-radius:12px;padding:20px 22px;display:flex;align-items:flex-start;gap:16px;transition:all .25s}
.tech-feature:hover{border-color:#8dd4da;box-shadow:0 6px 20px rgba(14,124,134,.1)}
.tf-icon{width:40px;height:40px;background:var(--teal-pale);border-radius:10px;display:flex;align-items:center;justify-content:center;flex-shrink:0}
.tf-icon svg{width:20px;height:20px;stroke:var(--teal);fill:none;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}
.tf-title{font-size:.9rem;font-weight:700;color:var(--navy);margin-bottom:4px}
.tf-body{font-size:.82rem;color:var(--gray);line-height:1.65}

/* ── TRUST STRIP ── */
.trust-section{background:var(--navy);padding:56px 5%}
.trust-inner{display:grid;grid-template-columns:repeat(4,1fr);gap:1px;background:rgba(255,255,255,.1);border-radius:16px;overflow:hidden}
.trust-item{background:var(--navy);padding:32px 24px;text-align:center}
.trust-icon{width:44px;height:44px;background:rgba(19,168,180,.15);border-radius:10px;display:flex;align-items:center;justify-content:center;margin:0 auto 14px}
.trust-icon svg{width:22px;height:22px;stroke:var(--teal-lt);fill:none;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}
.trust-num{font-family:'DM Serif Display',serif;font-size:2rem;color:#fff;line-height:1}
.trust-label{font-size:.76rem;font-weight:600;letter-spacing:.07em;text-transform:uppercase;color:rgba(255,255,255,.45);margin-top:5px}

/* ── TESTIMONIALS ── */
.testimonials-section{background:var(--off-white);padding:72px 5%}
.testi-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;margin-top:48px}
.testi-card{background:var(--white);border:1.5px solid #e4e8ec;border-radius:16px;padding:30px 26px;display:flex;flex-direction:column;box-shadow:0 2px 10px rgba(0,0,0,.06);transition:all .3s;position:relative}
.testi-card:hover{box-shadow:0 12px 32px rgba(14,124,134,.13);transform:translateY(-4px);border-color:#8dd4da}
.testi-card.featured-testi{grid-column:span 3;display:grid;grid-template-columns:1fr auto;gap:40px;align-items:center;background:var(--navy);border-color:transparent}
.testi-card.featured-testi:hover{box-shadow:0 16px 40px rgba(11,31,58,.25);border-color:rgba(19,168,180,.3)}
.testi-stars{display:flex;gap:3px;margin-bottom:16px}
.testi-stars svg{width:15px;height:15px;fill:#F5A623;stroke:none}
.testi-card.featured-testi .testi-stars svg{fill:var(--teal-lt)}
.testi-quote{font-family:'DM Serif Display',serif;font-size:1rem;color:var(--text);line-height:1.65;font-style:italic;flex:1;margin-bottom:22px;position:relative;padding-left:18px}
.testi-card.featured-testi .testi-quote{font-size:1.2rem;color:#fff;padding-left:0}
.testi-quote::before{content:'\201C';position:absolute;left:0;top:-4px;font-size:2rem;color:var(--teal);opacity:.4;line-height:1;font-family:'DM Serif Display',serif}
.testi-card.featured-testi .testi-quote::before{display:none}
.testi-attribution{display:flex;align-items:center;gap:12px;margin-top:auto}
.testi-avatar{width:40px;height:40px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-family:'DM Serif Display',serif;font-size:1rem;font-weight:400;flex-shrink:0}
.testi-avatar-std{background:var(--teal-pale);color:var(--teal)}
.testi-card.featured-testi .testi-avatar{background:rgba(19,168,180,.2);color:var(--teal-lt)}
.testi-name{font-size:.88rem;font-weight:700;color:var(--navy);line-height:1.2}
.testi-card.featured-testi .testi-name{color:#fff}
.testi-role{font-size:.76rem;color:var(--gray);margin-top:2px}
.testi-card.featured-testi .testi-role{color:rgba(255,255,255,.55)}
.testi-featured-icon{width:80px;height:80px;background:rgba(19,168,180,.12);border-radius:18px;display:flex;align-items:center;justify-content:center;flex-shrink:0}
.testi-featured-icon svg{width:38px;height:38px;stroke:var(--teal-lt);fill:none;stroke-width:1.5;stroke-linecap:round;stroke-linejoin:round}
@media(max-width:960px){.testi-grid{grid-template-columns:1fr 1fr}.testi-card.featured-testi{grid-column:span 2;grid-template-columns:1fr}}
@media(max-width:600px){.testi-grid{grid-template-columns:1fr}.testi-card.featured-testi{grid-column:span 1}}

/* ── CTA STRIP ── */
.cta-strip{background:linear-gradient(135deg,var(--teal) 0%,var(--teal-lt) 100%);padding:52px 5%}
.cta-inner{max-width:1200px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;gap:28px;flex-wrap:wrap}
.cta-inner h2{font-family:'DM Serif Display',serif;font-size:1.7rem;color:#fff;margin-bottom:5px}
.cta-inner p{font-size:.92rem;color:rgba(255,255,255,.82)}
.btn-white{display:inline-block;background:var(--white);color:var(--teal);padding:13px 30px;border-radius:6px;font-size:.9rem;font-weight:600;text-decoration:none;transition:all .2s;white-space:nowrap}
.btn-white:hover{background:var(--navy);color:#fff;transform:translateY(-2px)}

/* ── FOOTER ── */
footer{background:var(--navy);color:rgba(255,255,255,.75);padding:60px 5% 30px}
.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:40px;margin-bottom:48px}
.footer-brand p{font-size:.88rem;line-height:1.7;margin-top:12px;max-width:280px}
.footer-col h4{font-size:.78rem;font-weight:700;letter-spacing:.16em;text-transform:uppercase;color:var(--teal-lt);margin-bottom:16px}
.footer-col a{display:block;font-size:.88rem;color:rgba(255,255,255,.7);margin-bottom:10px;transition:color .2s}
.footer-col a:hover{color:var(--teal-lt)}
.footer-bottom{border-top:1px solid rgba(255,255,255,.1);padding-top:24px;display:flex;justify-content:space-between;align-items:center;font-size:.8rem;color:rgba(255,255,255,.45);flex-wrap:wrap;gap:12px}

@media(max-width:960px){
  .reasons-grid{grid-template-columns:1fr 1fr}
  .compare-grid,.tech-grid{grid-template-columns:1fr;gap:24px}
  .trust-inner{grid-template-columns:1fr 1fr}
  .footer-grid{grid-template-columns:1fr 1fr}
  .hero-proof{flex-wrap:wrap;gap:20px}
  .proof-item:not(:first-child){border-left:none;padding-left:0}
}
@media(max-width:600px){
  .reasons-grid{grid-template-columns:1fr}
  .trust-inner{grid-template-columns:1fr 1fr}
  nav{display:none}
  .hamburger{display:flex}
  nav.open{display:flex;flex-direction:column;position:absolute;top:100%;left:0;right:0;background:var(--white);border-bottom:1px solid var(--gray-lt);padding:16px 5%;gap:0;box-shadow:0 8px 24px rgba(0,0,0,.1)}
  nav.open .nav-link{padding:12px 0;border-bottom:1px solid var(--gray-lt)}
  nav.open .dropdown{position:static;opacity:1;pointer-events:all;transform:none;box-shadow:none;border:none;background:var(--off-white);border-radius:0;margin:0 0 8px 16px}
  .header-cta{display:none}
  .topbar{display:none}
  .footer-grid{grid-template-columns:1fr}
  .cta-inner{flex-direction:column;text-align:center}
}

.hamburger{display:none;flex-direction:column;gap:5px;cursor:pointer;padding:4px}
.topbar-item{display:inline-flex;align-items:center;gap:7px;padding:0 16px;color:rgba(255,255,255,.7);transition:color .2s}
.topbar-divider{width:1px;height:14px;background:rgba(255,255,255,.18)}
[hidden]{display:none!important}@media(prefers-reduced-motion:reduce){*,*::before,*::after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important}}