:root{--ink:#092534;--deep:#071d2b;--lagoon:#0aa6a6;--coral:#e66a4e;--sand:#f3ead8;--paper:#f7f0e2;--card:#fffaf0;--muted:#60717a;--line:#d9cfbd;--green:#4b876d}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--paper);color:var(--ink);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;line-height:1.65}a{color:inherit;text-decoration:none}.skip{position:absolute;left:-999px}.skip:focus{left:1rem;top:1rem;background:#fff;padding:.7rem;z-index:9}header{height:76px;display:flex;align-items:center;gap:2rem;padding:0 clamp(1rem,4vw,4rem);border-bottom:1px solid rgba(255,255,255,.12);position:absolute;z-index:5;width:100%;color:#fff}.brand{font-family:Georgia,serif;font-weight:700;font-size:1.35rem;white-space:nowrap}.brand span{color:#42d1cc;font-style:italic}nav{display:flex;gap:1.25rem;margin-left:auto}nav a{font-size:.8rem;font-weight:650;opacity:.78}nav a:hover{opacity:1}.guide-cta{border:1px solid rgba(255,255,255,.4);padding:.55rem .85rem;border-radius:999px;font-size:.76rem;font-weight:700}.menu{display:none;background:none;border:1px solid currentColor;color:inherit;border-radius:99px;padding:.45rem .8rem}.hero{min-height:720px;padding:170px clamp(1.2rem,8vw,9rem) 110px;background:radial-gradient(circle at 80% 15%,rgba(10,166,166,.2),transparent 35%),linear-gradient(135deg,#061b29,#0d3b4b);color:#fff;display:flex;flex-direction:column;justify-content:center}.eyebrow{text-transform:uppercase;letter-spacing:.14em;font-size:.69rem;font-weight:800;color:var(--lagoon)}.hero .eyebrow{color:#66dbd5}.hero h1,.page-head h1{font:400 clamp(3.1rem,8vw,7rem)/.94 Georgia,serif;letter-spacing:-.045em;max-width:1000px;margin:.45rem 0 1.4rem}.hero h1 em{color:#66dbd5;font-weight:400}.lede{font-size:clamp(1rem,2vw,1.25rem);max-width:720px;color:inherit;opacity:.78}.actions{display:flex;gap:.8rem;flex-wrap:wrap;margin-top:2rem}.primary,.secondary{display:inline-flex;padding:.85rem 1.1rem;border-radius:4px;font-weight:750;font-size:.86rem}.primary{background:var(--coral);color:#fff}.secondary{border:1px solid rgba(255,255,255,.35)}section{padding:clamp(4rem,8vw,7rem) clamp(1.2rem,8vw,9rem)}section h2{font:400 clamp(2.2rem,4vw,4rem)/1.05 Georgia,serif;margin:.4rem 0 1rem}.section-intro{max-width:720px;color:var(--muted);margin-bottom:2rem}.grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem;margin:2rem 0}.card{min-height:170px;padding:1.4rem;background:#fff;border:1px solid var(--line);display:flex;flex-direction:column;justify-content:space-between;transition:.2s}.card:hover{transform:translateY(-3px);border-color:var(--lagoon);box-shadow:0 14px 40px rgba(9,37,52,.09)}.card span{font:500 1.3rem Georgia,serif}.card b,.text-link{font-size:.78rem;color:var(--lagoon)}.card i{font-style:normal}.audiences{background:var(--sand)}.feature{padding:2rem;min-height:270px;color:#fff}.feature small{text-transform:uppercase;letter-spacing:.13em;font-weight:800}.feature h3{font:400 2rem/1.1 Georgia,serif}.coral{background:#a64d3b}.blue{background:#16546b}.green{background:#386c5a}.split{display:grid;grid-template-columns:1.2fr .8fr;gap:clamp(2rem,8vw,8rem);align-items:center;background:#fff}.phone{border:10px solid var(--deep);border-radius:32px;padding:2rem;background:#eef8f6;min-height:360px;box-shadow:0 25px 60px rgba(9,37,52,.18);display:flex;flex-direction:column;gap:1rem}.phone strong{font:500 3rem Georgia,serif}.phone div{background:#fff;padding:1rem;border-radius:10px}.youtube{background:var(--deep);color:#fff;display:flex;align-items:center;justify-content:space-between;gap:2rem}.page-head{padding-top:160px;background:linear-gradient(135deg,#082638,#125266);color:#fff}.page-head h1{font-size:clamp(3rem,7vw,6rem)}.checks{list-style:none;padding:0}.checks li{padding:.6rem 0;border-bottom:1px solid var(--line)}.checks li:before{content:"✓";color:var(--green);font-weight:900;margin-right:.8rem}.guide-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem}.guide{padding:1.6rem;background:#fff;border:1px solid var(--line);min-height:250px}.guide span{color:var(--coral);font-weight:800}.guide h2{font-size:1.7rem}.guide p{color:var(--muted)}.guide a{color:var(--lagoon);font-weight:700;font-size:.8rem}footer{background:#04151f;color:#d7e2e4;padding:4rem clamp(1.2rem,8vw,9rem);display:grid;grid-template-columns:2fr 1fr 1fr;gap:3rem}footer div{display:flex;flex-direction:column;gap:.5rem}footer a,footer p{font-size:.8rem;opacity:.75}footer small{grid-column:1/-1;border-top:1px solid rgba(255,255,255,.12);padding-top:1.2rem;opacity:.6}@media(max-width:980px){header{position:absolute;flex-wrap:wrap}.menu{display:block;margin-left:auto}header nav{display:none;position:absolute;top:68px;left:1rem;right:1rem;background:var(--deep);padding:1rem;flex-direction:column}header nav.open{display:flex}.guide-cta{display:none}.grid,.guide-grid{grid-template-columns:repeat(2,1fr)}.split{grid-template-columns:1fr}}@media(max-width:640px){.hero{min-height:680px}.grid,.guide-grid{grid-template-columns:1fr}.feature{min-height:220px}.youtube{align-items:flex-start;flex-direction:column}footer{grid-template-columns:1fr}.page-head{padding-top:130px}}
