/* Novis Integrated Systems — paid-traffic landing page
   Tokens from the design handoff. Poppins self-hosted (SIL OFL). */
@font-face{font-family:'Poppins';font-style:normal;font-weight:400;font-display:swap;src:url(assets/fonts/Poppins-400-latin.woff2) format('woff2')}
@font-face{font-family:'Poppins';font-style:normal;font-weight:500;font-display:swap;src:url(assets/fonts/Poppins-500-latin.woff2) format('woff2')}
@font-face{font-family:'Poppins';font-style:normal;font-weight:600;font-display:swap;src:url(assets/fonts/Poppins-600-latin.woff2) format('woff2')}

:root{
  --yellow:#EFD302;--black:#000;--white:#fff;
  --navy-900:#05131F;--navy-800:#0A2540;--navy-600:#14395F;
  --ink:#1C2022;--grey-700:#54595F;--grey-500:#7A7A7A;--grey-300:#CCD6DF;--grey-100:#F9FAFA;
  --hairline:#E6EBF0;--well:#F1F4F7;--error:#C0392B;
  --container:1200px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth;-webkit-text-size-adjust:100%}
body{margin:0;background:#fff;color:var(--ink);font-family:'Poppins','Helvetica Neue',Helvetica,Arial,sans-serif;-webkit-font-smoothing:antialiased;text-wrap:pretty;font-size:15px;line-height:1.6}
a{color:var(--navy-800);text-decoration:none}
a:hover{color:var(--navy-600)}
img{display:block;max-width:100%;height:auto}
button{font-family:inherit}
input::placeholder{color:var(--grey-500)}
summary::-webkit-details-marker{display:none}
h1,h2,h3{margin:0}
p,ul,ol,figure,blockquote{margin:0}
ul,ol{padding:0;list-style:none}
:focus-visible{outline:3px solid var(--navy-800);outline-offset:3px}
.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}

.container{max-width:var(--container);margin:0 auto;padding:0 24px}
.section{padding:clamp(56px,8vw,96px) 0}
.eyebrow{font-size:12px;font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:var(--grey-500)}
.eyebrow--yellow{color:var(--yellow)}
.h2{font-size:clamp(30px,3.4vw,40px);font-weight:600;line-height:1.1;letter-spacing:-.02em;color:var(--navy-800);text-wrap:balance}
.h2--white{color:#fff}
.lead{font-size:15px;line-height:1.6;color:var(--grey-700)}
.pill{font-size:11px;font-weight:600;letter-spacing:.1em;text-transform:uppercase;padding:6px 10px;border-radius:999px;white-space:nowrap;display:inline-flex;align-items:center}
.pill--yellow{background:var(--yellow);color:#000}
.pill--glass{background:rgba(255,255,255,.12);color:#fff}
.pill--grey{background:var(--well);color:var(--grey-700)}
.sq{width:8px;height:8px;border-radius:2px;background:var(--yellow);flex:none}

/* buttons */
.btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;font-size:15px;font-weight:600;letter-spacing:.01em;border-radius:12px;border:0;cursor:pointer;padding:16px 26px;line-height:1.2;transition:transform .18s ease,box-shadow .18s ease,background .18s ease,color .18s ease,border-color .18s ease;white-space:nowrap}
.btn--yellow{background:var(--yellow);color:#000}
.btn--yellow:hover{transform:translateY(-1px);box-shadow:0 10px 28px rgba(239,211,2,.35);color:#000}
.btn--yellow:active{transform:translateY(0)}
.btn--ghost-white{background:transparent;color:#fff;border:1px solid rgba(255,255,255,.4);padding:15px 22px;font-weight:500}
.btn--ghost-white:hover{background:rgba(255,255,255,.1);color:#fff}
.btn--black{background:#000;color:#fff;font-weight:500}
.btn--black:hover{transform:translateY(-1px);color:#fff}
.btn--ghost-black{background:transparent;color:#000;border:1px solid rgba(0,0,0,.3);padding:15px 22px;font-weight:500}
.btn--ghost-black:hover{background:rgba(0,0,0,.06);color:#000}
.btn--sm{font-size:14px;padding:14px 22px}
.btn--outline{background:transparent;color:var(--navy-800);border:1px solid var(--grey-300);font-size:14px;height:46px;padding:0 16px;width:100%}
.btn--outline:hover{background:var(--navy-800);border-color:var(--navy-800);color:#fff}
.btn--card{font-size:14px;height:46px;padding:0 16px;width:100%;border:1px solid var(--yellow)}
.card__fine{font-size:11px;line-height:1.5;color:var(--grey-500);margin-top:-8px}

/* top bar */
.topbar{background:var(--navy-800);color:#fff;font-size:13px;line-height:1.4}
.topbar__in{max-width:var(--container);margin:0 auto;padding:8px 20px;display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:6px 24px}
.topbar__tag{display:inline-flex;align-items:center;gap:8px;font-weight:500}
.topbar__tag .sq{width:7px;height:7px}
.topbar__contact{display:flex;flex-wrap:wrap;align-items:center;gap:6px 20px}
.topbar__contact span{display:inline-flex;align-items:center;gap:6px}
.topbar__contact .muted{color:rgba(255,255,255,.55)}
.topbar__contact .sep{color:rgba(255,255,255,.35)}
.topbar__contact a{color:#fff;font-weight:600}
.topbar__contact a:hover{color:var(--yellow)}

/* header */
.header{position:sticky;top:0;z-index:50;background:#fff;border-bottom:1px solid var(--hairline)}
.header__in{max-width:var(--container);margin:0 auto;padding:12px 20px;display:flex;align-items:center;justify-content:space-between;gap:16px}
.brand{display:flex;align-items:center;gap:clamp(14px,2vw,24px);min-width:0}
.brand__wordmark{height:clamp(17px,1.7vw,21px);width:auto}
.brand__divider{width:1px;height:28px;background:var(--hairline);flex:none}
.brand__endorse{display:flex;align-items:center;gap:10px}
.brand__endorse img{height:clamp(23px,2.4vw,28px);width:auto}
.header__nav{display:flex;align-items:center;gap:24px;flex:none}
.header__phones{display:flex;align-items:center;gap:20px}
.phone-stack{display:flex;flex-direction:column;line-height:1.2;color:var(--navy-800)}
.phone-stack:hover{color:var(--navy-600)}
.phone-stack small{font-size:11px;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:var(--grey-500)}
.phone-stack b{font-size:15px;font-weight:600}
.header__callicon{width:44px;height:44px;border-radius:12px;border:1px solid var(--hairline);display:none;align-items:center;justify-content:center;color:var(--navy-800)}

/* hero */
.hero{position:relative;background:var(--navy-900);overflow:hidden;color:#fff}
.hero__bg{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:72% 50%;opacity:.62}
.hero__scrim1{position:absolute;inset:0;background:linear-gradient(90deg,rgba(5,19,31,.97) 0%,rgba(5,19,31,.82) 40%,rgba(5,19,31,.28) 100%)}
.hero__scrim2{position:absolute;inset:0;background:linear-gradient(180deg,rgba(5,19,31,.2) 0%,rgba(5,19,31,0) 30%,rgba(5,19,31,.7) 100%)}
.hero__in{position:relative;max-width:var(--container);margin:0 auto;padding:clamp(48px,7vw,96px) 24px clamp(48px,7vw,88px);display:flex;flex-wrap:wrap;align-items:center;gap:clamp(36px,5vw,56px) 48px}
.hero__copy{flex:1 1 460px;min-width:0;display:flex;flex-direction:column;gap:clamp(18px,3vw,28px)}
.hero__logo{max-height:clamp(28px,4vw,36px);width:auto;max-width:100%;align-self:flex-start}
.hero__h1{font-size:clamp(38px,5vw,60px);font-weight:600;line-height:1.04;letter-spacing:-.02em;color:#fff;max-width:640px;text-wrap:balance}
.hero__lead{font-size:17px;line-height:1.6;color:rgba(255,255,255,.76);max-width:540px}
.hero__actions{display:flex;flex-wrap:wrap;gap:12px;align-items:center}
.hero__foot{font-size:13px;line-height:1.5;color:rgba(255,255,255,.6)}
.hero-facts{display:flex;flex-wrap:wrap;gap:18px 0;border-top:1px solid rgba(255,255,255,.16);padding-top:20px;max-width:660px}
.hero-facts li{display:flex;flex-direction:column;gap:4px;padding-right:22px;margin-right:22px;border-right:1px solid rgba(255,255,255,.16);flex:0 1 auto}
.hero-facts li:last-child{border-right:0;padding-right:0;margin-right:0}
.hero-facts b{font-size:21px;font-weight:600;line-height:1;letter-spacing:-.02em;color:#fff;white-space:nowrap}
.hero-facts b.hl{color:var(--yellow)}
.hero-facts span{font-size:12.5px;line-height:1.4;color:rgba(255,255,255,.62);max-width:148px}

/* quote form */
.quote{flex:0 1 420px;min-width:0;width:100%;max-width:440px;background:#fff;border-radius:20px;padding:clamp(20px,4vw,32px);box-shadow:0 30px 80px rgba(0,0,0,.4);color:var(--ink);scroll-margin-top:90px}
.quote__form{display:flex;flex-direction:column;gap:18px}
.quote__h{font-size:24px;font-weight:600;line-height:1.2;color:var(--navy-800);margin-bottom:6px}
.quote__sub{font-size:14px;line-height:1.5;color:var(--grey-700)}
.field{display:flex;flex-direction:column;gap:6px}
.field > span{font-size:13px;font-weight:500;color:var(--ink)}
.field input{font-family:inherit;font-size:15px;color:var(--ink);height:48px;padding:0 14px;border:1px solid var(--grey-300);border-radius:12px;background:#fff;outline:none;transition:border-color .15s ease,box-shadow .15s ease;width:100%}
.field input:focus{border-color:var(--navy-800);box-shadow:0 0 0 3px rgba(10,37,64,.12)}
.field input[aria-invalid="true"]{border-color:var(--error)}
.segs{display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:12px}
.seg{display:grid;grid-template-columns:1fr 1fr;gap:4px;padding:4px;border-radius:12px;background:var(--well)}
.seg button{font-size:13px;font-weight:500;color:var(--grey-700);background:transparent;border:0;border-radius:9px;height:36px;cursor:pointer;transition:background .15s ease}
.seg button:hover{background:rgba(10,37,64,.06)}
.seg button[aria-pressed="true"]{font-weight:600;color:#fff;background:var(--navy-800);box-shadow:0 2px 6px rgba(10,37,64,.25)}
.quote__error{font-size:13px;line-height:1.4;color:var(--error)}
.quote__error:empty{display:none}
.quote__submit{height:54px;width:100%;padding:0}
.quote__terms{font-size:13.5px;line-height:1.45}
.hp{position:absolute;left:-9999px;top:auto;width:1px;height:1px;overflow:hidden}
.quote__done{display:none;flex-direction:column;gap:14px;min-height:420px;justify-content:center}
.quote.is-done .quote__form{display:none}
.quote.is-done .quote__done{display:flex}
.quote__check{width:52px;height:52px;border-radius:14px;background:var(--yellow);display:flex;align-items:center;justify-content:center}
.quote__done p{font-size:15px;line-height:1.6;color:var(--grey-700)}
.quote__done p strong{color:var(--ink);font-weight:600}
.quote__done a{font-weight:600}
.quote__again{align-self:flex-start;font-size:13px;font-weight:500;color:var(--grey-700);background:transparent;border:0;padding:0;cursor:pointer;text-decoration:underline}
.btn[disabled]{opacity:.7;cursor:progress;transform:none!important;box-shadow:none!important}

/* trust strip */
.trust{background:#fff;border-bottom:1px solid var(--hairline)}
.trust__in{max-width:var(--container);margin:0 auto;padding:22px 24px;display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:16px 40px}
.trust__in > img{height:48px;width:auto}
.trust__list{display:flex;flex-wrap:wrap;gap:12px 32px;align-items:center}
.trust__list li{display:inline-flex;align-items:center;gap:10px;font-size:14px;font-weight:500;color:var(--navy-800)}

/* pricing */
.pricing{background:var(--grey-100)}
.pricing__in{display:flex;flex-direction:column;gap:clamp(28px,4vw,44px)}
.pricing__logo{max-height:32px;width:auto;max-width:100%;display:block;margin-bottom:20px;align-self:flex-start}
.diff__logo,.how__logo{max-height:40px;width:auto;max-width:100%;display:block;margin-bottom:20px;border-radius:8px;align-self:flex-start}
.pricing__head{display:flex;flex-wrap:wrap;justify-content:space-between;align-items:flex-end;gap:16px 40px}
.pricing__head > div{display:flex;flex-direction:column;gap:12px;max-width:640px}
.pricing__head > p{max-width:380px}
.featured{position:relative;background:var(--navy-800);border-radius:28px;padding:clamp(28px,4vw,48px);display:flex;flex-wrap:wrap;align-items:center;gap:32px 48px;overflow:hidden;box-shadow:0 30px 80px rgba(10,37,64,.25);color:#fff}
.featured__glow{position:absolute;right:-10%;top:-30%;width:60%;padding-top:60%;border-radius:50%;background:radial-gradient(circle,rgba(239,211,2,.28) 0%,rgba(239,211,2,0) 65%);pointer-events:none}
.featured__copy{position:relative;flex:1 1 380px;min-width:0;display:flex;flex-direction:column;gap:22px}
.featured__pills{display:flex;flex-wrap:wrap;gap:8px}
.featured__h{font-size:clamp(26px,3vw,34px);font-weight:600;line-height:1.1;letter-spacing:-.01em;color:#fff}
.featured__p{font-size:15px;line-height:1.6;color:rgba(255,255,255,.7);max-width:520px;margin-top:6px}
.paygrid{display:grid;grid-template-columns:repeat(auto-fit,minmax(158px,1fr));gap:12px}
.paygrid li{background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.12);border-radius:16px;padding:16px 18px;display:flex;flex-direction:column;gap:2px}
.paygrid b{font-size:clamp(36px,4vw,52px);font-weight:600;line-height:.95;letter-spacing:-.03em;color:var(--yellow)}
.paygrid b.word{font-size:clamp(22px,2.3vw,28px);letter-spacing:-.02em;white-space:nowrap}
.paygrid span{font-size:15px;font-weight:600;color:#fff;margin-top:6px}
.paygrid small{font-size:12.5px;line-height:1.4;color:rgba(255,255,255,.65)}
.checks{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:10px 24px;font-size:15px;line-height:1.5;color:#fff}
.checks li{display:flex;gap:10px;align-items:flex-start}
.checks li strong{font-weight:600}
.checks svg{flex:none;margin-top:2px}
.featured__cta{display:flex;flex-wrap:wrap;align-items:center;gap:14px 20px;margin-top:4px}
.featured__cta>span{font-size:13px;line-height:1.5;color:rgba(255,255,255,.85);max-width:420px}
.featured__img{position:relative;flex:1 1 300px;min-width:0;display:flex;justify-content:center}
.featured__img img{width:100%;max-width:440px;height:auto;filter:drop-shadow(0 30px 50px rgba(0,0,0,.45))}
.cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:16px}
.card{position:relative;background:#fff;border:1px solid var(--hairline);border-radius:20px;padding:28px 26px 26px;display:flex;flex-direction:column;gap:18px;overflow:hidden;transition:transform .25s ease,box-shadow .25s ease}
.card:hover{transform:translateY(-5px);box-shadow:0 24px 56px rgba(10,37,64,.12)}
.card--featured{border-color:var(--navy-800)}
.card--featured::before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:var(--yellow)}
.card__top{display:flex;justify-content:space-between;align-items:flex-start;gap:12px}
.card__top img{width:36px;height:36px}
.card__name{font-size:17px;font-weight:500;line-height:1.3;color:var(--ink);display:block}
.card__price{display:flex;align-items:baseline;gap:8px;margin-top:6px}
.card__price b{font-size:44px;font-weight:600;line-height:1;letter-spacing:-.03em;color:var(--navy-800)}
.card__price span{font-size:13px;color:var(--grey-500)}
.card__rule{height:1px;background:var(--hairline)}
.card__list{display:flex;flex-direction:column;gap:10px;font-size:14px;line-height:1.5;color:var(--grey-700)}
.card__list li{display:flex;gap:10px;align-items:flex-start}
.card__list svg{flex:none;margin-top:2px}
.card .btn{margin-top:auto}
.terms{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:12px 24px;padding-top:8px;border-top:1px solid var(--hairline)}
.terms li{display:flex;gap:10px;align-items:flex-start;padding-top:16px;font-size:13px;line-height:1.5;color:var(--grey-700)}
.terms li .sq{margin-top:6px}
.terms li strong{font-weight:600;color:var(--ink)}

/* app band */
.appband{background:var(--grey-100)}
.appband__tile{background:var(--navy-900);border-radius:24px;padding:clamp(24px,4vw,40px);display:flex;flex-wrap:wrap;align-items:center;gap:32px 48px;overflow:hidden;color:#fff}
.appband__copy{flex:1 1 320px;min-width:0;display:flex;flex-direction:column;gap:16px}
.appband__mark{display:flex;align-items:center;gap:14px}
.appband__mark span{background:#fff;border-radius:12px;padding:6px;display:inline-flex}
.appband__mark img{width:36px;height:36px}
.appband__h{font-size:32px;font-weight:600;line-height:1.15;letter-spacing:-.01em;color:#fff;text-wrap:balance}
.appband__p{font-size:15px;line-height:1.6;color:rgba(255,255,255,.72);max-width:460px}
.appband__list{display:flex;flex-wrap:wrap;gap:8px 24px;font-size:14px;font-weight:500;color:#fff}
.appband__list li{display:flex;align-items:center;gap:10px}
.appband__list .sq{width:6px;height:6px}
.appband__img{flex:1 1 280px;min-width:0;display:flex;justify-content:center}
.appband__img img{width:100%;max-width:420px}

/* how it works */
.how__in{display:flex;flex-wrap:wrap;align-items:stretch;gap:clamp(32px,5vw,64px)}
.how__left{flex:1 1 380px;min-width:0;display:flex;flex-direction:column;gap:24px}
.how__head{display:flex;flex-direction:column;gap:12px}
.how__head p{max-width:440px}
.how__photo{position:relative;flex:1;min-height:360px;border-radius:24px;overflow:hidden;background:var(--navy-900)}
.how__photo img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center top}
.how__photo::after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(5,19,31,0) 45%,rgba(5,19,31,.85) 100%)}
.how__pills{position:absolute;left:24px;right:24px;bottom:24px;display:flex;flex-wrap:wrap;gap:8px;z-index:1}
.how__pills .pill{font-size:12px;letter-spacing:.08em;padding:7px 11px}
.how__pills .pill--glass{background:rgba(255,255,255,.14)}
.how__left .btn{align-self:flex-start}
.how__right{flex:1 1 440px;min-width:0;background:var(--grey-100);border:1px solid var(--hairline);border-radius:28px;padding:clamp(24px,4vw,44px);display:flex;align-items:center}
.steps{position:relative;width:100%}
.steps__rail{position:absolute;left:27px;top:56px;bottom:56px;width:2px;background:linear-gradient(180deg,#0A2540 0%,#0A2540 70%,#EFD302 100%);opacity:.25}
.step{position:relative;display:flex;gap:clamp(16px,2.5vw,28px);align-items:flex-start;padding:28px 0}
.step:first-child{padding-top:0}
.step:last-child{padding-bottom:0}
.step__n{flex:none;width:56px;height:56px;border-radius:16px;background:var(--navy-800);color:#fff;display:flex;align-items:center;justify-content:center;font-size:17px;font-weight:600;letter-spacing:-.01em;box-shadow:0 10px 24px rgba(10,37,64,.18)}
.step--last .step__n{background:var(--yellow);color:#000}
.step__body{display:flex;flex-direction:column;gap:8px;padding-top:4px;min-width:0}
.step__t{display:flex;align-items:center;gap:12px;flex-wrap:wrap}
.step__t h3{font-size:clamp(19px,2vw,22px);font-weight:600;line-height:1.25;color:var(--navy-800)}
.step__t img{height:28px;width:auto;opacity:.9}
.step__body p{max-width:460px}

/* armed response */
.response{background:var(--navy-900);color:#fff}
.response__in{display:flex;flex-wrap:wrap;align-items:center;gap:48px}
.response__copy{flex:1 1 380px;min-width:0;display:flex;flex-direction:column;gap:22px}
.response__logo{max-height:40px;width:auto;max-width:100%;align-self:flex-start;border-radius:8px}
.response__p{font-size:17px;line-height:1.6;color:rgba(255,255,255,.74);max-width:520px}
.tiles{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:12px;margin-top:6px}
.tile{background:var(--navy-800);border-radius:16px;padding:18px 20px;display:flex;gap:14px;align-items:center}
.tile img{height:40px;width:auto}
.tile div{display:flex;flex-direction:column;gap:2px}
.tile b{font-size:15px;font-weight:600;color:#fff}
.tile span{font-size:13px;color:rgba(255,255,255,.6)}
.response__img{flex:1 1 380px;min-width:0;display:flex;justify-content:center}
.response__img img{width:100%;max-width:600px;border-radius:24px;box-shadow:0 30px 80px rgba(0,0,0,.5)}
.response__scroller{flex-direction:column;align-items:center;gap:16px;width:100%}
.response__scroller .response__frame{width:100%;max-width:600px;border-radius:24px;overflow:hidden;box-shadow:0 30px 80px rgba(0,0,0,.5)}
.response__scroller .response__track{display:flex;transition:transform .6s cubic-bezier(.4,0,.2,1)}
.response__scroller .response__track img{flex:0 0 100%;width:100%;max-width:none;aspect-ratio:3/2;object-fit:cover;border-radius:0;box-shadow:none}
.response__dots{display:flex;gap:8px}
.response__dots button{width:9px;height:9px;padding:0;border:0;border-radius:50%;background:rgba(255,255,255,.3);cursor:pointer}
.response__dots button.is-active{background:var(--yellow,#F5B700)}


/* the Fidelity ADT difference */
.diff{background:var(--grey-100)}
.diff__in{display:flex;flex-wrap:wrap;gap:16px;margin-top:clamp(28px,4vw,44px);align-items:flex-start}
.diff__main{flex:1 1 400px;min-width:0;background:#fff;border:1px solid var(--hairline);border-radius:20px;padding:clamp(24px,3vw,32px);display:flex;flex-direction:column;gap:14px}
.diff__main .card__list{margin-top:4px;gap:12px;font-size:15px;color:var(--ink)}
.diff__main .card__list strong{font-weight:600}
.diff__side{flex:1 1 380px;min-width:0;display:flex;flex-direction:column;gap:16px}
.diff__side article{background:#fff;border:1px solid var(--hairline);border-radius:20px;padding:clamp(22px,2.6vw,28px);display:flex;flex-direction:column;gap:8px}
.diff h3{font-size:19px;font-weight:600;letter-spacing:-.01em;color:var(--navy-800);line-height:1.25}

/* testimonials */
.reviews__in{display:flex;flex-direction:column;gap:44px}
.reviews__head{display:flex;flex-direction:column;gap:12px;max-width:600px}
.reviews__note{font-size:14px;line-height:1.6;color:var(--grey-500)}
.quotes{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:16px}
.quotecard{background:var(--grey-100);border:1px solid var(--hairline);border-radius:20px;padding:28px;display:flex;flex-direction:column;gap:18px;min-height:220px;transition:transform .25s ease,box-shadow .25s ease}
.quotecard:hover{transform:translateY(-3px);box-shadow:0 16px 40px rgba(10,37,64,.08)}
.quotecard__glyph{font-size:40px;line-height:.6;color:var(--yellow);font-weight:600}
.quotecard blockquote{font-size:16px;line-height:1.6;color:var(--ink)}
.quotecard figcaption{margin-top:auto;display:flex;flex-direction:column;gap:2px}
.quotecard figcaption b{font-size:14px;font-weight:600;color:var(--navy-800)}
.quotecard figcaption span{font-size:13px;color:var(--grey-500)}

/* areas */
.areas{background:#fff;border-top:1px solid var(--hairline)}
.areas__in{padding-top:clamp(36px,5vw,56px);padding-bottom:clamp(36px,5vw,56px);display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:20px 40px}
.areas__head{display:flex;flex-direction:column;gap:8px;max-width:520px}
.areas__head h2{font-size:clamp(22px,2.4vw,28px)}
.areas__list{display:flex;flex-wrap:wrap;gap:8px}
.areas__list li{font-size:14px;font-weight:500;color:var(--navy-800);background:var(--grey-100);border:1px solid var(--hairline);border-radius:999px;padding:8px 14px}

/* faq */
.faq{background:var(--grey-100)}
.faq__in{display:flex;flex-wrap:wrap;gap:48px 64px}
.faq__head{flex:1 1 300px;min-width:0;display:flex;flex-direction:column;gap:12px}
.faq__head a{font-weight:600}
.faq__list{flex:2 1 520px;min-width:0;display:flex;flex-direction:column;gap:10px}
.faq__list details{background:#fff;border:1px solid var(--hairline);border-radius:16px;padding:0 24px;overflow:hidden}
.faq__list summary{list-style:none;cursor:pointer;padding:20px 0;font-size:17px;font-weight:500;color:var(--navy-800);display:flex;justify-content:space-between;align-items:center;gap:16px}
.faq__list summary::after{content:"+";flex:none;width:28px;height:28px;border-radius:50%;background:var(--yellow);color:#000;display:inline-flex;align-items:center;justify-content:center;font-size:18px;line-height:1;transition:transform .2s ease}
.faq__list details[open] summary::after{transform:rotate(45deg)}
.faq__list details p{padding:0 0 22px;font-size:15px;line-height:1.6;color:var(--grey-700);max-width:640px}

/* final cta */
.final{background:var(--yellow)}
.final__in{padding-top:clamp(48px,6vw,72px);padding-bottom:clamp(48px,6vw,72px);display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:28px 48px}
.final__copy{display:flex;flex-direction:column;gap:10px;max-width:620px}
.final__copy h2{color:#000}
.final__copy p{color:rgba(0,0,0,.72)}
.final__actions{display:flex;flex-wrap:wrap;gap:12px;align-items:center}

/* footer */
.footer{background:var(--navy-900);color:rgba(255,255,255,.7)}
.footer__in{padding-top:64px;padding-bottom:40px;display:flex;flex-direction:column;gap:40px}
.footer__top{display:flex;flex-wrap:wrap;justify-content:space-between;gap:32px 48px}
.footer__brand{display:flex;flex-direction:column;gap:14px;max-width:340px}
.footer__wordmark{height:40px;width:auto;align-self:flex-start}
.footer__brand b{font-size:15px;font-weight:600;color:#fff}
.footer__brand p{font-size:13px;line-height:1.6}
.footer__colswrap{display:flex;flex-direction:column;gap:24px;align-items:flex-start}
.footer__cols{display:flex;flex-wrap:wrap;gap:32px 56px}
.footer__fidelity{max-height:56px;width:auto;max-width:100%}
.footer__cols div{display:flex;flex-direction:column;gap:10px}
.footer__cols span{font-size:12px;font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:rgba(255,255,255,.45)}
.footer__cols a{font-size:15px;font-weight:500;color:#fff}
.footer__cols a:hover{color:var(--yellow)}
.footer__bottom{border-top:1px solid rgba(255,255,255,.1);padding-top:24px;display:flex;flex-wrap:wrap;justify-content:space-between;gap:12px 32px;font-size:12px;line-height:1.5;color:rgba(255,255,255,.45)}
.footer__bottom a{color:rgba(255,255,255,.7)}
.footer__bottom a:hover{color:var(--yellow)}

/* persistent CTAs */
.callfab{position:fixed;right:24px;bottom:24px;z-index:60;display:flex;align-items:center;gap:12px;height:56px;padding:0 22px 0 16px;border-radius:999px;background:var(--yellow);color:#000;font-size:15px;font-weight:600;box-shadow:0 14px 36px rgba(0,0,0,.28);transition:transform .18s ease,box-shadow .18s ease,opacity .15s ease;opacity:1}
.callfab.is-hidden{opacity:0;pointer-events:none}
.callfab:hover{transform:translateY(-2px);box-shadow:0 18px 44px rgba(0,0,0,.32);color:#000}
.callfab span{width:36px;height:36px;border-radius:50%;background:#000;display:flex;align-items:center;justify-content:center;flex:none}

/* reveal */
[data-reveal]{opacity:0;transform:translateY(22px);transition:opacity .7s cubic-bezier(.2,.7,.2,1),transform .7s cubic-bezier(.2,.7,.2,1)}
[data-reveal].is-in{opacity:1;transform:none}
.no-js [data-reveal]{opacity:1;transform:none}
@media (prefers-reduced-motion:reduce){
  html{scroll-behavior:auto}
  [data-reveal]{opacity:1;transform:none;transition:none}
  .card,.quotecard,.btn,.callfab{transition:none}
}

/* breakpoint: 760 */
@media (max-width:759px){
  .topbar__contact,.header__phones,.header__cta,.callfab,.brand__endorse,.brand__divider{display:none}
  .brand__wordmark{height:20px}
  .header__in{padding:10px 16px}
  .header__callicon{display:flex}
  .hero__in{padding-top:40px}
  .hero-facts{flex-direction:column;gap:0;max-width:none}
  .hero-facts li{border-right:0;padding:12px 0;margin-right:0;flex-direction:row;align-items:baseline;gap:14px;border-bottom:1px solid rgba(255,255,255,.1)}
  .hero-facts li:first-child{padding-top:2px}
  .hero-facts li:last-child{border-bottom:0;padding-bottom:2px}
  .hero-facts b{min-width:112px;font-size:19px}
  .hero-facts span{max-width:none;flex:1}
  .quote{max-width:none}
  .appband__h{font-size:26px}
}
@media (max-width:400px){
  .brand__wordmark{height:18px}
}
@media (max-width:420px){
  .btn{white-space:normal}
  .hero__actions .btn{width:100%}
}
