@import"https://fonts.googleapis.com/css2?family=Noto+Sans:wght@400;500;600;700&family=Noto+Serif:wght@400;500;600;700&display=swap";:root{--ink: #13292f;--teal: #00a6a6;--blue: #2f6fff;--gold: #ffb000;--coral: #ff6b4a;--white: #ffffff;--museum: #fafaf7;--mist: #e8f3f1;--charcoal: #15191b;--border: rgba(19, 41, 47, .1);--shadow: 0 20px 50px rgba(19, 41, 47, .12);--font-sans: "Noto Sans", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--font-serif: "Noto Serif", Georgia, serif;color-scheme:light;font-family:var(--font-sans)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--museum);color:var(--charcoal);font-size:16px;line-height:1.6;text-rendering:optimizeLegibility}img,svg{display:block}img{max-width:100%}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}h1,h2,h3,p{margin:0}h1,h2,h3{color:var(--ink);font-family:var(--font-serif);font-weight:500;line-height:1.08;letter-spacing:0}h1{font-size:clamp(2.75rem,5vw,3.75rem);max-width:12ch}h2{font-size:clamp(1.875rem,3vw,2.25rem)}h3{font-size:1.12rem}ul{margin:0;padding:0}.container{width:min(100% - 2rem,1160px);margin:0 auto}.narrow{max-width:760px}.center{text-align:center;margin-inline:auto}.muted{color:#15191b9e}.lead{max-width:650px;margin-top:1.4rem;color:#15191bbd;font-size:clamp(1.08rem,2vw,1.22rem);line-height:1.7}.eyebrow{display:inline-flex;align-items:center;gap:.6rem;margin-bottom:1rem;color:var(--teal);font-size:.76rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase}.eyebrow:before{width:1.5rem;height:1px;background:currentColor;content:""}.eyebrow--blue{color:var(--blue)}.eyebrow--gold{color:var(--gold)}.eyebrow--coral{color:var(--coral)}.section{background:var(--white);padding:5.5rem 0}.section--light{background:var(--museum)}.section--mist{background:var(--mist)}.section--dark{background:var(--ink);color:var(--white)}.section--dark h2,.section--dark h3{color:var(--white)}.section-heading{max-width:760px;margin-bottom:2.7rem}.section-heading h1{max-width:920px;font-size:clamp(2.25rem,4vw,3rem)}.section-heading p{margin-top:1rem;color:#15191bad}.section-heading--inline{display:flex;max-width:none;align-items:end;justify-content:space-between;gap:1rem}.section-heading--inline a{color:var(--teal);font-weight:700}.actions{display:flex;flex-wrap:wrap;gap:.85rem;margin-top:2rem}.button{display:inline-flex;min-height:2.8rem;align-items:center;justify-content:center;border:1px solid transparent;border-radius:6px;padding:.72rem 1.05rem;font-weight:500;line-height:1;gap:.45rem;transition:transform .16s ease,background .16s ease,border-color .16s ease}.button:hover{transform:translateY(-1px)}.button--primary{background:var(--teal);color:var(--white)}.button--blue{background:var(--blue);color:var(--white)}.button--ghost{color:var(--ink)}.button--ghost:hover,.button--outline:hover{background:var(--mist)}.button--outline{border-color:var(--border);color:var(--ink)}.button--dark-outline{border-color:#ffffff47;color:var(--white)}.site-header{position:sticky;top:0;z-index:50;border-bottom:1px solid var(--border);background:#fafaf7e6;backdrop-filter:blur(16px)}.site-header__inner{display:flex;width:min(100% - 2rem,1160px);height:4.5rem;align-items:center;justify-content:space-between;margin:0 auto;gap:1.5rem}.brand-mark{display:inline-flex;align-items:center;gap:.6rem;color:var(--ink);font-size:1.05rem;font-weight:800}.brand-mark__icon{position:relative;display:inline-flex;width:2.1rem;height:2.1rem;align-items:center;justify-content:center;border-radius:7px;background:var(--ink)}.brand-mark__icon:after{position:absolute;top:-.22rem;right:-.22rem;width:.65rem;height:.65rem;border-radius:999px;background:var(--teal);content:""}.brand-mark svg{width:1rem;fill:none;color:var(--white)}.brand-mark--footer{color:var(--white)}.brand-mark--footer .brand-mark__icon{background:#ffffff1f}.site-nav,.site-header__actions{display:flex;align-items:center}.site-nav{gap:1.65rem;color:#13292fbd;font-size:.95rem}.site-nav a:hover{color:var(--ink)}.site-nav__item{position:relative}.site-nav__trigger{display:inline-flex;align-items:center;gap:.25rem}.site-nav__dropdown{position:absolute;top:100%;left:50%;width:19rem;padding-top:.8rem;opacity:0;pointer-events:none;transform:translate(-50%,.35rem);transition:opacity .16s ease,transform .16s ease}.site-nav__item:hover .site-nav__dropdown,.site-nav__item:focus-within .site-nav__dropdown{opacity:1;pointer-events:auto;transform:translate(-50%)}.site-nav__dropdown a{display:block;border:1px solid var(--border);border-bottom:0;background:var(--white);padding:.75rem .85rem}.site-nav__dropdown a:first-child{border-radius:8px 8px 0 0}.site-nav__dropdown a:last-child{border-bottom:1px solid var(--border);border-radius:0 0 8px 8px}.site-nav__dropdown span{display:block;color:var(--ink);font-weight:700}.site-nav__dropdown small{display:block;margin-top:.1rem;color:#15191b99}.site-header__actions{gap:.75rem}.menu-toggle{display:none;width:2.5rem;height:2.5rem;align-items:center;justify-content:center;border:0;border-radius:6px;background:transparent;color:var(--ink)}.menu-toggle__bar{display:block;width:1.25rem;height:2px;margin:2px 0;background:currentColor}.sr-only{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0)}.mobile-menu{display:none;border-top:1px solid var(--border);background:var(--white);padding:1rem}.mobile-menu a{display:block;padding:.65rem 0;color:var(--ink)}.mobile-menu .button{margin-top:.5rem}.hero{background:var(--museum);padding:5.5rem 0 6.5rem}.hero__grid{display:grid;grid-template-columns:1.05fr .95fr;gap:4rem;align-items:center}.hero h1 span{color:var(--teal)}.hero--split h1{max-width:18ch;font-size:clamp(2.25rem,4vw,3rem)}.hero--split .hero__grid,.hero--advertisers .hero__grid{grid-template-columns:minmax(0,1.18fr) minmax(0,.82fr)}.hero--advertisers h1{max-width:13.5ch}.hero__badges{display:flex;flex-wrap:wrap;gap:1.2rem;margin-top:2rem;color:#15191b9e;font-size:.95rem}.hero__badges span{display:inline-flex;align-items:center;gap:.5rem}.hero__badges span:before{width:.45rem;height:.45rem;border-radius:50%;background:var(--teal);content:""}.hero__badges span:nth-child(2):before{background:var(--gold)}.hero__badges span:nth-child(3):before{background:var(--blue)}.hero-stats{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem;max-width:28rem;margin-top:2rem}.hero-stats small{display:block;color:#15191b8f;font-size:.72rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase}.hero-stats span{display:block;margin-top:.28rem;color:var(--ink);font-size:.9rem;line-height:1.35}.actor-tag{display:inline-flex;align-items:center;gap:.5rem;margin-bottom:1.15rem;color:var(--teal);font-size:.72rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase}.actor-tag--blue{color:var(--blue)}.actor-tag--coral{color:var(--coral)}.actor-tag .icon-box{width:1.75rem;height:1.75rem;margin:0;background:currentColor;color:var(--white)}.actor-tag .icon-box svg{width:1rem;height:1rem}.image-panel{position:relative}.image-panel:before{position:absolute;inset:-1rem;border-radius:18px;background:var(--mist);content:"";transform:rotate(1deg)}.image-panel img{position:relative;width:100%;height:min(55vw,30rem);min-height:24rem;border-radius:12px;object-fit:cover;box-shadow:var(--shadow)}.phone-card,.sponsor-card{position:absolute;z-index:2;display:flex;align-items:center;gap:.9rem;border:1px solid var(--border);border-radius:8px;background:var(--white);box-shadow:var(--shadow)}.phone-card{bottom:-1.3rem;left:-1.1rem;padding:.9rem 1rem}.phone-card__icon{display:inline-flex;width:2.4rem;height:2.4rem;align-items:center;justify-content:center;border-radius:6px;background:var(--ink);color:var(--white);font-size:.68rem;font-weight:800;text-transform:uppercase}.phone-card__icon svg{width:1rem;height:1rem}.phone-card small{display:block;color:#15191b8f;font-size:.75rem}.phone-card strong{display:block;color:var(--ink)}.mini-wave{display:flex;height:1.5rem;align-items:end;gap:.16rem;margin-left:auto}.mini-wave i{display:block;width:.25rem;border-radius:2px;background:var(--teal)}.sponsor-card{top:-1.1rem;right:-1.1rem;padding:.62rem .75rem;color:#15191bb8;font-size:.78rem}.sponsor-card:before{width:.55rem;height:.55rem;border-radius:999px;background:var(--gold);content:""}.audio-card{position:absolute;right:1.1rem;bottom:-1.5rem;left:1.1rem;z-index:2;border:1px solid var(--border);border-radius:8px;background:var(--white);padding:1rem;box-shadow:var(--shadow)}.audio-card__label{display:flex;align-items:center;gap:.5rem;color:#15191b8f;font-size:.72rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase}.audio-card__label span{width:.55rem;height:.55rem;border-radius:999px;background:var(--gold)}.audio-card p{margin-top:.6rem;color:var(--ink);line-height:1.45}.audio-card__wave{display:flex;height:1.8rem;align-items:end;gap:.25rem;margin-top:.75rem}.audio-card__wave i{width:.34rem;border-radius:2px;background:var(--gold)}.audio-card__wave .is-blue{background:var(--blue)}.audio-card__wave .is-gold{background:var(--gold)}.card-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1.2rem}.card-grid--two{grid-template-columns:repeat(2,minmax(0,1fr))}.card-grid--four{grid-template-columns:repeat(4,minmax(0,1fr))}.card{border:1px solid var(--border);border-radius:8px;background:var(--white);padding:1.55rem}.card--soft{background:var(--museum)}.card--dark{border-color:transparent;background:var(--ink);color:var(--white)}.card--dark h3{color:var(--white)}.actor-card-grid .card h3{line-height:1.35}.card--link{transition:box-shadow .16s ease,transform .16s ease}.card--link:hover{box-shadow:var(--shadow);transform:translateY(-2px)}.card p{margin-top:.65rem;color:#15191bad}.card--dark p{color:#ffffffb8}.card span{display:inline-flex;margin-top:1.25rem;color:var(--teal);font-weight:800}.icon-box{display:inline-flex;width:2.6rem;height:2.6rem;align-items:center;justify-content:center;margin-top:0;margin-bottom:1.2rem;border-radius:6px;background:var(--mist);color:var(--teal)}.icon-box svg{width:1.25rem;height:1.25rem}.two-column{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:4rem;align-items:center}.panel{border:1px solid var(--border);border-radius:8px;background:var(--museum);padding:2rem}.panel--mist{background:var(--mist)}.panel--horizontal{display:flex;align-items:center;justify-content:space-between;gap:2rem}.plain-list{display:grid;gap:.9rem;margin-top:1.7rem;list-style:none}.plain-list li{position:relative;padding-left:1.25rem;color:#15191bd1}.plain-list li:has(.list-icon){padding-left:3.25rem}.plain-list li:has(.list-icon):before{display:none}.list-icon{position:absolute;top:0;left:0;display:inline-flex;width:2.5rem;height:2.5rem;align-items:center;justify-content:center;border-radius:6px;background:var(--ink);color:var(--white)}.plain-list li p{margin-top:.3rem;color:#15191bb3}.plain-list li:before{position:absolute;top:.67rem;left:0;width:.42rem;height:.42rem;border-radius:999px;background:var(--teal);content:""}.plain-list--coral li:before{background:var(--coral)}.check-list{display:grid;gap:.85rem;margin-top:1.6rem;list-style:none}.check-list li{position:relative;padding-left:2rem;color:#15191bd6}.check-list li:before{position:absolute;top:.2rem;left:0;display:inline-flex;width:1.2rem;height:1.2rem;align-items:center;justify-content:center;border-radius:999px;background:var(--teal);color:var(--white);content:"✓";font-size:.74rem;font-weight:900}.steps{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:1.5rem;margin-top:3rem}.steps span{display:block;color:var(--teal);font-size:3.2rem;font-weight:400;line-height:1}.microtitle{margin-bottom:.75rem;font-size:.72rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase}.microtitle--gold{color:var(--gold)}.microtitle--teal{color:var(--teal)}.steps h3{margin-top:.75rem}.steps p{margin-top:.65rem;color:#15191bad}.feature-band{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.wave-card{border:1px solid rgba(255,255,255,.14);border-radius:12px;background:#ffffff0f;padding:2rem}.wave-card p{color:#ffffffd1;line-height:1.65}.wave-meta{display:flex;align-items:center;gap:.45rem;margin-top:1.15rem;color:#ffffff8f;font-size:.78rem}.feature-chips{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.75rem;margin-top:1rem}.feature-chips div{display:flex;align-items:center;gap:.5rem;min-height:3.1rem;border:1px solid rgba(255,255,255,.12);border-radius:6px;background:#ffffff0f;padding:.75rem;color:#ffffffd1;font-size:.78rem;line-height:1.25}.feature-chips span{display:inline-flex;width:1.6rem;height:1.6rem;align-items:center;justify-content:center;flex:0 0 auto;border-radius:4px;color:var(--white)}.wave-bars{display:flex;height:4.5rem;align-items:end;gap:.45rem;margin:1.6rem 0}.wave-bars span{width:.55rem;border-radius:3px;background:var(--teal)}.wave-bars span:nth-child(2n){background:var(--gold)}.quote-band,.cta-band{background:var(--ink);color:var(--white)}.quote-band{padding:4.5rem 0}.quote-band p,.cta-band h2{color:var(--white)}.quote-band__icon,.section-icon{display:flex;width:max-content;justify-content:center;margin:0 auto 1.35rem;color:var(--gold)}.section-icon{color:var(--teal)}.quote-band p{font-size:clamp(1.8rem,4vw,2.7rem);line-height:1.2}.pull-quote{color:var(--ink);font-size:clamp(1.6rem,3vw,2.25rem);line-height:1.25}.cta-band{padding:4rem 0}.cta-band__inner{display:grid;grid-template-columns:minmax(0,2fr) minmax(18rem,1fr);gap:2rem;align-items:center}.cta-band p{margin-top:.8rem;color:#ffffffb8}.form-card{border:1px solid var(--border);border-radius:8px;background:var(--white);padding:1.75rem}.form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem}.field{display:block}.field span{color:var(--ink);font-size:.9rem;font-weight:700}.field input,.field select,.field textarea{width:100%;min-height:2.8rem;margin-top:.45rem;border:1px solid var(--border);border-radius:6px;background:var(--museum);padding:.65rem .75rem;outline:0}.field textarea{min-height:7rem;resize:vertical}.field input:focus,.field select:focus,.field textarea:focus{border-color:var(--blue)}.legal-hero{padding-bottom:2.5rem}.legal-card{max-width:960px;border:1px solid var(--border);border-radius:8px;background:var(--white);padding:2rem}.legal-card h2{margin-top:1.7rem;font-size:1.55rem}.legal-card p{margin-top:1rem}.legal-card a{color:var(--blue);font-weight:700}.site-footer{background:#0c1e23;color:var(--white)}.site-footer__grid{display:grid;grid-template-columns:2fr repeat(3,1fr);gap:2.5rem;padding:4rem 0}.site-footer p{max-width:23rem;margin-top:1rem;color:#ffffffad}.site-footer h2{margin-bottom:1rem;color:#ffffff80;font-size:.78rem;letter-spacing:.12em;text-transform:uppercase}.site-footer ul{display:grid;gap:.65rem;list-style:none}.site-footer a:not(.brand-mark){color:#ffffffc7}.site-footer a:hover{color:var(--white)}.site-footer__bottom{border-top:1px solid rgba(255,255,255,.1)}.site-footer__bottom .container{display:flex;justify-content:space-between;gap:1rem;padding:1.1rem 0;color:#ffffff80;font-size:.88rem}@media(max-width:920px){h1{max-width:13ch}.site-nav,.site-header__actions{display:none}.menu-toggle{display:grid}.mobile-menu.is-open{display:block}.hero__grid,.two-column,.feature-band,.cta-band__inner{grid-template-columns:1fr}.hero{padding-top:4rem}.card-grid,.card-grid--two,.card-grid--four,.steps,.site-footer__grid{grid-template-columns:repeat(2,minmax(0,1fr))}.panel--horizontal,.section-heading--inline{align-items:start;flex-direction:column}}@media(max-width:640px){.container{width:min(100% - 1.25rem,1160px)}.section,.hero{padding:4rem 0}.card-grid,.card-grid--two,.card-grid--four,.steps,.site-footer__grid,.form-grid{grid-template-columns:1fr}.image-panel:before,.sponsor-card{display:none}.image-panel img{height:22rem;min-height:0}.phone-card{right:.75rem;bottom:.75rem;left:.75rem}.site-footer__bottom .container{flex-direction:column}}
