*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth;-webkit-text-size-adjust:100%;overflow-x:hidden;width:100%}
body{font-family:ui-serif,Charter,"Iowan Old Style","Apple Garamond",Baskerville,"Times New Roman",serif;color:#1a1f2e;background:#fefcf7;line-height:1.55;font-weight:400;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;overflow-x:hidden;font-size:16px;width:100%;position:relative}
img,svg{display:block;max-width:100%;height:auto}
a{color:inherit}
button,input,textarea{font-family:inherit;font-size:inherit}
:root{--navy-deep:#0a1f3d;--navy:#15315a;--gold:#c9a14a;--gold-bright:#e0b95d;--gold-deep:#a8842f;--cream:#faf6ee;--cream-warm:#f4ecd8;--paper:#fefcf7;--ink:#1a1f2e;--ink-soft:#4a5163;--line:rgba(10,31,61,.12)}
h1,h2,h3,h4{font-family:ui-serif,Charter,"Iowan Old Style","Apple Garamond",Baskerville,"Times New Roman",serif;font-weight:500;letter-spacing:-.015em;color:var(--navy-deep);line-height:1.15}
.container{max-width:1200px;margin:0 auto;padding:0 16px}
@media (min-width:480px){.container{padding:0 20px}}
.announcement{display:block;background:var(--navy-deep);color:var(--cream);font-size:12px;padding:9px 16px;text-align:center;letter-spacing:.02em;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif;text-decoration:none;transition:background .15s;cursor:pointer}
.announcement:hover,.announcement:active{background:#15315a}
.announcement strong{color:var(--gold-bright);font-weight:600}
header{background:rgba(254,252,247,.97);border-bottom:1px solid var(--line);padding:12px 0;position:sticky;top:0;z-index:100;backdrop-filter:saturate(180%) blur(8px);-webkit-backdrop-filter:saturate(180%) blur(8px)}
.header-inner{display:flex;align-items:center;justify-content:space-between;gap:8px}
@media (min-width:480px){.header-inner{gap:12px}}
@media (min-width:768px){header{padding:14px 0}.header-inner{gap:16px}}
.logo{font-family:ui-serif,Charter,Baskerville,serif;font-weight:600;font-size:17px;color:var(--navy-deep);text-decoration:none;letter-spacing:-.01em;display:flex;align-items:center;gap:7px;flex-shrink:1;min-width:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
@media (min-width:380px){.logo{font-size:19px;gap:8px}}
@media (min-width:768px){.logo{font-size:22px;gap:10px}}
.logo-mark-svg{width:28px;height:28px;color:var(--gold-deep);display:flex;align-items:center;justify-content:center;flex-shrink:0}
@media (min-width:380px){.logo-mark-svg{width:30px;height:30px}}
@media (min-width:480px){.logo-mark-svg{width:32px;height:32px}}
@media (min-width:768px){.logo-mark-svg{width:34px;height:34px}}
.header-phone{display:inline-flex;align-items:center;gap:6px;color:var(--navy-deep);text-decoration:none;font-weight:600;font-size:13px;padding:6px 10px;border-radius:100px;background:var(--cream-warm);font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif;white-space:nowrap;flex-shrink:0;-webkit-tap-highlight-color:transparent;transition:background .2s ease,transform .15s ease,box-shadow .2s ease}
.header-phone:hover{background:var(--gold);box-shadow:0 4px 12px rgba(201,161,74,.3);transform:translateY(-1px)}
.header-phone:hover .header-phone-icon{background:var(--navy-deep)}
.header-phone-icon{transition:background .2s ease}
.header-phone-icon{width:20px;height:20px;background:var(--gold);border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;flex-shrink:0}
@media (min-width:380px){.header-phone{font-size:14px;padding:7px 12px;gap:7px}.header-phone-icon{width:22px;height:22px}}
@media (min-width:480px){.header-phone{font-size:15px;padding:8px 14px;gap:8px}.header-phone-icon{width:24px;height:24px}}
.hero{background:linear-gradient(135deg,var(--cream) 0%,var(--cream-warm) 100%);padding:42px 0 36px;position:relative;overflow:hidden}
.hero::before{content:"";position:absolute;top:-30%;right:-30%;width:500px;height:500px;background:radial-gradient(circle,rgba(201,161,74,.18) 0%,transparent 65%);border-radius:50%;pointer-events:none;z-index:0}
.hero .container{position:relative;z-index:1}
.hero-eyebrow{display:inline-flex;align-items:center;gap:8px;background:rgba(10,31,61,.07);padding:6px 12px;border-radius:100px;font-size:11px;font-weight:600;color:var(--navy-deep);letter-spacing:.08em;text-transform:uppercase;margin-bottom:18px;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif}
.hero-eyebrow::before{content:"";width:6px;height:6px;background:var(--gold);border-radius:50%}
.hero h1{font-size:clamp(34px,8vw,58px);margin-bottom:18px}
.hero h1 em{font-style:italic;color:var(--gold-deep)}
.hero p.lead{font-size:17px;color:var(--ink-soft);line-height:1.55;margin-bottom:28px;max-width:540px;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif}
.cta-group{display:flex;flex-direction:column;gap:10px;margin-bottom:32px}
.cta-btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;padding:15px 26px;border-radius:8px;font-size:15.5px;font-weight:600;letter-spacing:.005em;text-decoration:none;border:none;cursor:pointer;min-height:54px;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif;transition:transform .18s ease,box-shadow .22s ease,background .18s ease,color .18s ease,border-color .18s ease;-webkit-tap-highlight-color:transparent;will-change:transform}
.cta-btn:hover{transform:translateY(-1px)}
.cta-btn:active{transform:translateY(0) scale(.99);transition-duration:.08s}
.cta-primary{background:var(--navy-deep);color:var(--cream);box-shadow:0 1px 2px rgba(10,31,61,.10),0 4px 14px rgba(10,31,61,.12)}
.cta-primary:hover{background:#0d2748;box-shadow:0 2px 4px rgba(10,31,61,.12),0 8px 22px rgba(10,31,61,.18)}
.cta-secondary{background:transparent;color:var(--navy-deep);border:1.5px solid rgba(10,31,61,.22);box-shadow:none}
.cta-secondary:hover{border-color:var(--gold-deep);color:var(--gold-deep);box-shadow:0 1px 3px rgba(201,161,74,.16)}
.hero-trust{display:flex;flex-direction:column;gap:10px;margin:0 0 22px;padding:0;list-style:none;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif}
.hero-trust li{display:flex;align-items:center;gap:10px;font-size:14.5px;color:var(--ink-soft);line-height:1.35;font-weight:500}
.hero-trust svg{flex-shrink:0;color:var(--gold-deep);width:16px;height:16px}
.hero-trust strong{color:var(--navy-deep);font-weight:600}
@media (min-width:768px){.hero-trust{flex-direction:row;flex-wrap:wrap;gap:8px 20px;font-size:15px}}
.acc-marquee{background:var(--paper);padding:18px 0;overflow:hidden;position:relative;border-top:1px solid var(--line);max-width:880px;margin:0 auto}
.acc-marquee::before,.acc-marquee::after{content:"";position:absolute;top:0;bottom:0;width:48px;z-index:2;pointer-events:none}
.acc-marquee::before{left:0;background:linear-gradient(90deg,var(--paper) 0%,transparent 100%)}
.acc-marquee::after{right:0;background:linear-gradient(270deg,var(--paper) 0%,transparent 100%)}
.acc-track{display:flex;gap:24px;align-items:center;padding:0 16px;will-change:transform}
.acc-logo{flex:0 0 calc(33% - 18px);display:flex;align-items:center;justify-content:center;height:36px;opacity:.78}
.acc-logo:hover{opacity:1;transition:opacity .2s ease}
.acc-logo img{max-height:100%;max-width:100%;width:auto;display:block}
.acc-logo-sww{height:48px}
.acc-logo-cilex{height:38px}
.acc-logo-google{height:42px}
@media (prefers-reduced-motion: reduce){.acc-track{transform:none !important}}@media (min-width:768px){.acc-marquee{overflow:visible}.acc-marquee::before,.acc-marquee::after{display:none}.acc-track{justify-content:center !important;animation:none !important;transform:none !important}}
section{padding:56px 0}
.section-eyebrow{font-size:11px;font-weight:700;letter-spacing:.15em;text-transform:uppercase;color:var(--gold-deep);margin-bottom:14px;display:inline-block;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif}
.section-title{font-size:clamp(28px,6vw,44px);margin-bottom:16px;max-width:700px}
.section-title em{color:var(--gold-deep);font-style:italic}
.section-intro{font-size:16px;color:var(--ink-soft);max-width:580px;margin-bottom:40px;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif}
.why-grid{display:flex;flex-direction:column;gap:16px}
.why-card{background:var(--paper);border:1px solid var(--line);border-radius:8px;padding:24px;transition:transform .22s ease,box-shadow .22s ease,border-color .22s ease}
.why-card:hover{transform:translateY(-3px);box-shadow:0 12px 28px rgba(10,31,61,.08);border-color:rgba(201,161,74,.4)}
.why-icon{width:44px;height:44px;background:linear-gradient(135deg,var(--gold) 0%,var(--gold-deep) 100%);border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;font-family:ui-serif,Charter,Baskerville,serif;font-weight:600;font-size:18px;margin-bottom:16px}
.why-card h3{font-size:21px;margin-bottom:8px}
.why-card p{color:var(--ink-soft);line-height:1.6;font-size:15px;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif}
.services-bg{background:linear-gradient(180deg,var(--cream) 0%,var(--cream-warm) 100%)}
.team-bg{background:linear-gradient(180deg,var(--cream-warm) 0%,var(--cream) 100%)}
@media (min-width:768px){}
.reviews-bg{background:linear-gradient(180deg,var(--cream) 0%,var(--paper) 100%)}
.reviews-rating-strip{display:flex;flex-direction:column;align-items:center;gap:8px;margin-bottom:32px;text-align:center}
.reviews-rating-stars{color:#fbbc04;font-size:26px;letter-spacing:2px;line-height:1}
.reviews-rating-text{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif;font-size:14px;color:var(--ink-soft);font-weight:500}
.reviews-rating-text strong{color:var(--ink);font-weight:700}
.reviews-grid{display:flex;flex-direction:column;gap:18px}
.review-card{background:var(--paper);border:1px solid var(--line);border-radius:8px;padding:24px;display:flex;flex-direction:column;gap:14px;position:relative;transition:transform .22s ease,box-shadow .22s ease,border-color .22s ease}
.review-card:hover{transform:translateY(-3px);box-shadow:0 12px 28px rgba(10,31,61,.08);border-color:rgba(201,161,74,.4)}
.review-card::before{content:"";position:absolute;top:24px;right:24px;width:24px;height:24px;background:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48" width="48" height="48"><path fill="%234285F4" d="M45.12 24.5c0-1.56-.14-3.06-.4-4.5H24v8.51h11.84c-.51 2.75-2.06 5.08-4.39 6.64v5.52h7.11c4.16-3.83 6.56-9.47 6.56-16.17z"/><path fill="%2334A853" d="M24 46c5.94 0 10.92-1.97 14.56-5.33l-7.11-5.52c-1.97 1.32-4.49 2.1-7.45 2.1-5.73 0-10.58-3.87-12.31-9.07H4.34v5.7C7.96 41.07 15.4 46 24 46z"/><path fill="%23FBBC05" d="M11.69 28.18C11.25 26.86 11 25.45 11 24s.25-2.86.69-4.18v-5.7H4.34C2.85 17.09 2 20.45 2 24c0 3.55.85 6.91 2.34 9.88l7.35-5.7z"/><path fill="%23EA4335" d="M24 10.75c3.23 0 6.13 1.11 8.41 3.29l6.31-6.31C34.91 4.18 29.93 2 24 2 15.4 2 7.96 6.93 4.34 14.12l7.35 5.7c1.73-5.2 6.58-9.07 12.31-9.07z"/></svg>') no-repeat center/contain;opacity:.85}
.review-stars{color:#fbbc04;font-size:16px;letter-spacing:1.5px;line-height:1}
.review-quote{font-family:ui-serif,Charter,Baskerville,"Times New Roman",serif;color:var(--ink);font-size:16px;line-height:1.6;font-style:italic;margin:0;padding-right:36px}
.review-meta{display:flex;align-items:center;gap:10px;margin-top:auto;padding-top:6px;border-top:1px solid var(--line)}
.review-author{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif;font-weight:700;color:var(--navy-deep);font-size:14px}
.review-date{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif;color:var(--ink-soft);font-size:12px}
.review-source{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif;color:var(--ink-soft);font-size:12px;margin-left:auto}
.reviews-cta{text-align:center;margin-top:32px}
.reviews-cta a{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif;font-size:14px;color:var(--gold-deep);text-decoration:none;font-weight:600;border-bottom:1px dashed var(--gold)}
.reviews-cta a:hover{color:var(--navy-deep)}
@media (min-width:768px){.reviews-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.review-card{padding:28px}.review-quote{font-size:17px}}
.services-grid{display:flex;flex-direction:column;gap:14px}
.service-card{background:var(--paper);padding:22px;border-radius:8px;display:flex;gap:18px;border:1px solid var(--line);transition:transform .22s ease,box-shadow .22s ease,border-color .22s ease}
.service-card:hover{transform:translateY(-3px);box-shadow:0 12px 28px rgba(10,31,61,.08);border-color:rgba(201,161,74,.4)}
.service-card:hover .service-num{color:var(--gold-deep)}
.service-num{transition:color .22s ease}
.service-num{font-family:ui-serif,Charter,Baskerville,serif;font-size:36px;font-weight:500;color:var(--gold);line-height:1;flex-shrink:0}
.service-content h3{font-size:19px;margin-bottom:6px}
.service-content p{color:var(--ink-soft);font-size:14px;line-height:1.55;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif}
.steps-grid{display:flex;flex-direction:column;gap:30px}
.step-card{display:flex;gap:18px;align-items:flex-start}
.step-num-wrap{width:56px;height:56px;background:var(--paper);border:2px solid var(--gold);border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0}
.step-num{font-family:ui-serif,Charter,Baskerville,serif;font-size:24px;font-weight:600;color:var(--navy-deep)}
.step-card h3{font-size:19px;margin-bottom:6px}
.step-card p{color:var(--ink-soft);font-size:14px;line-height:1.55;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif}
.form-section{background:var(--navy-deep);color:var(--cream);position:relative;overflow:hidden}
.form-section::before{content:"";position:absolute;bottom:-150px;right:-150px;width:400px;height:400px;background:radial-gradient(circle,rgba(201,161,74,.15) 0%,transparent 70%);border-radius:50%}
.form-section .container{position:relative}
.form-section .section-title{color:var(--cream)}
.form-section .section-title em{color:var(--gold-bright)}
.form-section .section-intro{color:rgba(250,246,238,.78)}
.form-section .section-eyebrow{color:var(--gold-bright)}
.form-contact-options{margin-top:8px;margin-bottom:32px;padding-top:24px;border-top:1px solid rgba(250,246,238,.15)}
.contact-option{display:flex;align-items:center;gap:14px;padding:14px 14px;margin:0 -14px;color:var(--cream);text-decoration:none;border-radius:10px;transition:background .2s ease,transform .15s ease}
.contact-option:hover{background:rgba(201,161,74,.1);transform:translateX(4px)}
.contact-option:hover .contact-option-icon{background:rgba(201,161,74,.25);transform:scale(1.05)}
.contact-option:active{transform:translateX(4px) scale(.99)}
.contact-option-icon{transition:background .2s ease,transform .15s ease}
.contact-option-icon{width:42px;height:42px;background:rgba(201,161,74,.15);border:1px solid var(--gold);border-radius:50%;display:flex;align-items:center;justify-content:center;color:var(--gold-bright);flex-shrink:0;position:relative}
.contact-option-icon.pulse::before{content:"";position:absolute;inset:-1px;border-radius:50%;border:1px solid var(--gold);animation:phone-pulse 2.4s ease-out infinite;pointer-events:none}
@keyframes phone-pulse{0%{transform:scale(1);opacity:.8}70%{transform:scale(1.45);opacity:0}100%{transform:scale(1.45);opacity:0}}
@media (prefers-reduced-motion:reduce){.contact-option-icon.pulse::before{animation:none}}
.contact-option-label{font-size:10px;text-transform:uppercase;letter-spacing:.1em;color:rgba(250,246,238,.6);margin-bottom:2px;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif;font-weight:600}
.contact-option-value{font-family:ui-serif,Charter,Baskerville,serif;font-size:19px;font-weight:500}
.form-card{background:var(--paper);padding:28px 22px;border-radius:10px;box-shadow:0 20px 50px rgba(0,0,0,.3);color:var(--ink)}
.form-card h3{font-size:24px;margin-bottom:6px}
.form-card p.form-sub{color:var(--ink-soft);font-size:14px;margin-bottom:22px;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif}
.field-group{margin-bottom:14px}
.field-group label{display:block;font-size:13px;font-weight:600;color:var(--navy-deep);margin-bottom:6px;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif}
.field-group input,.field-group textarea{width:100%;padding:13px 14px;border:1px solid var(--line);border-radius:6px;font-size:16px;color:var(--ink);background:var(--paper);font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif;transition:border-color .18s ease,box-shadow .18s ease,background .18s ease}
.field-group input:hover,.field-group textarea:hover{border-color:rgba(201,161,74,.45)}
.field-group input:focus,.field-group textarea:focus{outline:none;border-color:var(--gold);box-shadow:0 0 0 3px rgba(201,161,74,.15);background:#fff}
.field-group textarea{min-height:80px;resize:vertical}
.form-toggle-optional{background:none;border:none;color:var(--gold-deep);font-size:14px;font-weight:600;cursor:pointer;padding:6px 0;margin-bottom:8px;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif;text-align:left;display:block}
.form-toggle-optional:hover{text-decoration:underline}
.form-submit{width:100%;padding:16px;background:var(--navy-deep);color:var(--cream);border:none;border-radius:6px;font-size:15px;font-weight:600;cursor:pointer;min-height:52px;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif;transition:background .2s ease,transform .15s ease,box-shadow .2s ease}
.form-submit:hover{background:var(--navy);box-shadow:0 6px 18px rgba(10,31,61,.25);transform:translateY(-1px)}
.form-submit:active{background:var(--navy);transform:translateY(0) scale(.99)}
.form-privacy{font-size:11px;color:var(--ink-soft);margin-top:12px;text-align:center;line-height:1.5;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif}
.faq-bg{background:var(--cream)}
.faq-header{text-align:center;margin-bottom:36px}
.faq-header .section-title{margin-left:auto;margin-right:auto}
.faq-container{max-width:760px;margin:0 auto}
details{border-bottom:1px solid var(--line);padding:0;transition:background .18s ease}
details:hover{background:rgba(201,161,74,.04)}
details summary{list-style:none;cursor:pointer;padding:18px 44px 18px 12px;position:relative;font-family:ui-serif,Charter,Baskerville,serif;font-size:18px;font-weight:500;color:var(--navy-deep);transition:color .18s ease;-webkit-tap-highlight-color:transparent}
details summary:hover{color:var(--gold-deep)}
details summary::-webkit-details-marker{display:none}
details summary::after{content:"+";position:absolute;right:12px;top:50%;transform:translateY(-50%);font-size:24px;color:var(--gold);line-height:1;transition:transform .25s ease,color .18s ease}
details summary:hover::after{color:var(--gold-deep);transform:translateY(-50%) rotate(90deg)}
details[open] summary::after{content:"−";transform:translateY(-50%) rotate(0deg)}
details[open] summary:hover::after{transform:translateY(-50%) rotate(180deg)}
details p{padding:0 12px 22px;color:var(--ink-soft);line-height:1.65;font-size:15px;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif}
.final-cta{background:linear-gradient(135deg,var(--cream-warm) 0%,var(--cream) 100%);text-align:center;padding:64px 20px}
.final-cta h2{font-size:clamp(30px,7vw,48px);margin-bottom:18px}
.final-cta h2 em{color:var(--gold-deep);font-style:italic}
.final-cta p{font-size:16px;color:var(--ink-soft);max-width:520px;margin:0 auto 28px;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif}
footer{background:var(--navy-deep);color:var(--cream);padding:40px 0 24px}
.footer-grid{display:flex;flex-direction:column;gap:32px;margin-bottom:32px}
.footer-logo-text{font-family:ui-serif,Charter,Baskerville,serif;font-size:24px;font-weight:600;color:var(--paper);margin-bottom:10px}
.footer-tagline{color:rgba(250,246,238,.7);font-size:13px;line-height:1.55;max-width:300px;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif}
.footer-col h4{color:var(--gold-bright);font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif;font-size:11px;font-weight:700;letter-spacing:.12em;text-transform:uppercase;margin-bottom:14px}
.footer-col a,.footer-col p{display:block;color:rgba(250,246,238,.75);text-decoration:none;font-size:14px;line-height:1.8;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif;transition:color .18s ease}
.footer-col a:hover{color:var(--gold-bright)}
.footer-bottom a{transition:color .18s ease}
.footer-bottom a:hover{color:var(--gold-bright)}
.footer-bottom{padding-top:24px;border-top:1px solid rgba(250,246,238,.12);display:flex;flex-direction:column;gap:10px;font-size:12px;color:rgba(250,246,238,.5);font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif}
.footer-bottom a{color:rgba(250,246,238,.5);text-decoration:none}
@media (min-width:768px){body{font-size:17px}.container{padding:0 32px}.hero{padding:72px 0 60px}.hero h1{font-size:clamp(44px,5.5vw,64px)}.hero p.lead{font-size:19px}.cta-group{flex-direction:row;flex-wrap:wrap}.cta-btn{flex:1;min-width:200px}.final-cta .cta-group{justify-content:center}section{padding:90px 0}.acc-marquee{padding:22px 0}.acc-track{gap:48px;padding:0 24px}.acc-logo{flex:0 0 calc(25% - 36px);height:40px}.acc-logo-sww{height:54px}.acc-logo-cilex{height:42px}.acc-logo-google{height:46px}.why-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.why-card{padding:32px 28px}.why-icon{width:52px;height:52px;font-size:22px}.why-card h3{font-size:23px}.services-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:20px}.service-card{padding:30px}.service-num{font-size:42px}.service-content h3{font-size:22px}.steps-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:32px}.step-card{flex-direction:column;text-align:center;align-items:center;gap:16px}.step-num-wrap{width:72px;height:72px}.step-num{font-size:32px}.step-card h3{font-size:22px}.form-section .container{display:grid;grid-template-columns:1fr 1fr;gap:64px;align-items:center}.form-card{padding:42px}.form-card h3{font-size:28px}details summary{font-size:21px;padding:22px 40px 22px 0}details p{font-size:16px}.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:40px}.footer-bottom{flex-direction:row;justify-content:space-between;align-items:center}}
.cookie-banner{position:fixed;bottom:0;left:0;right:0;background:var(--navy-deep);color:var(--cream);padding:16px 18px calc(16px + env(safe-area-inset-bottom,0px));z-index:200;box-shadow:0 -4px 20px rgba(0,0,0,.2);transform:translateY(100%);transition:transform .3s ease-out;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif}
.cookie-banner.visible{transform:translateY(0)}
.cookie-inner{max-width:1200px;margin:0 auto;display:flex;flex-direction:column;gap:14px}
.cookie-text{font-size:13px;line-height:1.55;color:rgba(250,246,238,.92)}
.cookie-text a{color:var(--gold-bright);text-decoration:underline}
.cookie-buttons{display:flex;gap:10px;flex-wrap:wrap}
.cookie-btn{padding:10px 18px;border-radius:6px;font-size:13px;font-weight:600;border:none;cursor:pointer;min-height:42px;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif}
.cookie-btn-reject{background:transparent;color:rgba(250,246,238,.85);border:1px solid rgba(250,246,238,.35);transition:background .18s ease,border-color .18s ease}.cookie-btn-reject:hover{background:rgba(250,246,238,.08);border-color:rgba(250,246,238,.55)}.cookie-btn-accept{background:var(--gold);color:var(--navy-deep);transition:background .18s ease,box-shadow .2s ease,transform .15s ease}
.cookie-btn-accept:hover{background:var(--gold-bright);box-shadow:0 4px 12px rgba(224,185,93,.4);transform:translateY(-1px)}
.cookie-btn-accept:active{transform:translateY(0) scale(.98)}
.cookie-text a{transition:color .18s ease}
.cookie-text a:hover{color:#fff}
@media (min-width:640px){.cookie-inner{flex-direction:row;align-items:center;justify-content:space-between}.cookie-text{flex:1}.cookie-buttons{flex-shrink:0}}

/* How It Works — desktop triangle layout (5 steps) */
@media (min-width:768px){
  #how-it-works .steps-grid{grid-template-columns:repeat(6,1fr);row-gap:48px}
  #how-it-works .step-card:nth-child(1){grid-column:1/span 2}
  #how-it-works .step-card:nth-child(2){grid-column:3/span 2}
  #how-it-works .step-card:nth-child(3){grid-column:5/span 2}
  #how-it-works .step-card:nth-child(4){grid-column:2/span 2}
  #how-it-works .step-card:nth-child(5){grid-column:4/span 2}
}
/* CTA buttons: equal min-width so callback matches call */
#how-it-works .how-it-works-cta .cta-btn{min-width:240px;justify-content:center;display:inline-flex;align-items:center}

