:root{--navy:#10192b;--navy-2:#1b2740;--paper:#fff;--panel:#f6f7f9;--ink:#14202b;--muted:#5b6b78;--border:#dde3e8;--accent:#d92b2b;--accent-dark:#b31e1e;--accent-soft:#fdeceb;--gold:#f2b134;--radius:10px;--font-display:var(--font-display,system-ui);--font-body:var(--font-body,system-ui)}*{box-sizing:border-box}body{margin:0;font-family:var(--font-body),system-ui,-apple-system,"Segoe UI",sans-serif;color:var(--ink);background:var(--paper);line-height:1.5}h1,h2,h3{font-family:var(--font-display),system-ui,sans-serif;font-weight:800;line-height:1.15;margin:0 0 .5rem}a{color:var(--accent)}main{max-width:720px;margin:0 auto;padding:2rem 1.25rem 4rem}button{font:inherit;font-weight:700;padding:.7rem 1.3rem;border-radius:999px;border:none;background:var(--accent);color:#fff;cursor:pointer;transition:background-color .15s ease,transform .15s ease}button:hover:not(:disabled){background:var(--accent-dark)}button:disabled{opacity:.6;cursor:default}.site-header{background:var(--navy);color:#fff}.site-header__inner{max-width:1080px;margin:0 auto;padding:1rem 1.25rem;justify-content:space-between;gap:1rem}.site-header__brand,.site-header__inner{display:flex;align-items:center}.site-header__brand img{border-radius:50%;display:block}.site-header__nav{display:flex;align-items:center;gap:1.5rem;flex-wrap:wrap}.site-header__nav a{color:#fff;text-decoration:none;font-weight:600;font-size:.95rem}.site-header__nav a:hover{color:var(--gold)}.site-header__nav button{padding:.5rem 1.1rem;font-size:.9rem}.hero{background:var(--navy);color:#fff;padding:4rem 1.25rem 5rem}.hero__inner{max-width:1080px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;align-items:center;grid-gap:3rem;gap:3rem;text-align:left}.hero__text{min-width:0}.hero__image{display:block;width:100%;height:auto;border-radius:var(--radius);box-shadow:0 20px 50px rgba(0,0,0,.35)}@media (max-width:800px){.hero__inner{grid-template-columns:1fr;gap:2rem}.hero__image{order:-1}}.hero__badge{display:inline-block;border:1px solid hsla(0,0%,100%,.3);border-radius:999px;padding:.35rem .9rem;font-size:.8rem;font-weight:600;letter-spacing:.04em;text-transform:uppercase;color:var(--gold);margin-bottom:1.25rem}.hero h1{font-size:clamp(2.2rem,5vw,3.2rem);color:#fff}.hero p{font-size:1.15rem;color:hsla(0,0%,100%,.82);max-width:46ch;margin-bottom:2rem}.hero__actions{display:flex;align-items:center;gap:1.25rem;flex-wrap:wrap}.hero__actions a{color:#fff;font-weight:600;text-decoration:underline}.hero__actions .hero__cta{display:inline-block;padding:.7rem 1.3rem;border:1px solid hsla(0,0%,100%,.5);border-radius:999px;font-weight:700;text-decoration:none;color:#fff}.hero__actions .hero__cta:hover{border-color:#fff}.section{max-width:1000px;margin:0 auto;padding:4rem 1.25rem}.section--panel{max-width:none;background:var(--panel)}.section--panel>*{max-width:1000px;margin-left:auto;margin-right:auto}.section__title{color:var(--navy);font-size:clamp(1.6rem,3.5vw,2.2rem);text-align:center;margin-bottom:2.5rem}.how-it-works__image{display:block;width:100%;height:auto;border-radius:var(--radius);margin-bottom:3rem}.step-grid,.value-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));grid-gap:1.75rem;gap:1.75rem}.step-card{padding:1.5rem}.step-card__number{display:block;font-family:var(--font-display),sans-serif;font-weight:800;font-size:1.75rem;color:var(--accent);margin-bottom:.5rem}.step-card h3,.value-card h3{color:var(--navy);font-size:1.1rem}.step-card p,.value-card p{color:var(--muted);margin:0}.value-card{background:var(--paper);border:1px solid var(--border);border-radius:var(--radius);padding:1.5rem}.cta-banner{background:var(--accent);color:#fff;padding:3.5rem 1.25rem;text-align:center}.cta-banner__inner{max-width:640px;margin:0 auto}.cta-banner h2{color:#fff;font-size:clamp(1.6rem,3.5vw,2.1rem)}.cta-banner p{color:hsla(0,0%,100%,.9);margin-bottom:1.5rem}.cta-banner__contact{display:flex;justify-content:center;gap:1.5rem;flex-wrap:wrap;font-weight:700;font-size:1.1rem}.cta-banner__contact a{color:#fff;text-decoration:underline}.cta-banner__contact a:hover{color:var(--gold)}.faq-list{max-width:720px;margin:0 auto;display:grid;grid-gap:1.75rem;gap:1.75rem}.faq-item h3{color:var(--navy);font-size:1.05rem}.faq-item p{color:var(--muted);margin:0}.site-footer{background:var(--navy);color:hsla(0,0%,100%,.75);padding:2.5rem 1.25rem}.site-footer__inner{max-width:1000px;margin:0 auto;display:flex;justify-content:space-between;align-items:flex-start;gap:1.5rem;flex-wrap:wrap}.site-footer__brand{display:flex;align-items:flex-start;gap:.75rem}.site-footer__brand img{border-radius:50%;flex-shrink:0}.site-footer strong{color:#fff;font-family:var(--font-display),sans-serif}.site-footer p{margin:.35rem 0 0;font-size:.9rem}.site-footer p a{color:hsla(0,0%,100%,.8);text-decoration:none}.site-footer p a:hover{color:var(--gold)}.site-footer__links{display:flex;align-items:center;gap:1.5rem;flex-wrap:wrap}.site-footer__links a{color:hsla(0,0%,100%,.8);text-decoration:none;font-weight:600;font-size:.9rem}.site-footer__links a:hover{color:var(--gold)}.site-footer__links button{padding:.45rem 1rem;font-size:.85rem}.opt-in-form{display:grid;grid-gap:.75rem;gap:.75rem;max-width:380px}.opt-in-form input{padding:.75rem .9rem;border:1px solid var(--border);border-radius:8px;font:inherit}.opt-in-form button{margin-top:.25rem}.opt-in-form__error{color:var(--accent-dark);font-size:.9rem}.offer-page{max-width:480px;margin:0 auto;padding:2rem 1.25rem 4rem;text-align:left}.offer-page__home{display:inline-flex;align-items:center;gap:.5rem;color:var(--muted);text-decoration:none;font-weight:600;font-size:.9rem;margin-bottom:2rem}.offer-page__home img{border-radius:50%}.offer-page__home:hover{color:var(--ink)}.offer-page__eyebrow{display:inline-block;color:var(--accent);font-weight:700;font-size:.85rem;text-transform:uppercase;letter-spacing:.06em;margin-bottom:.5rem}.offer-page h1{font-size:2.1rem;margin-bottom:.75rem}.offer-page>p{color:var(--muted);margin-bottom:1.5rem}.offer-page__skip{display:inline-block;margin-top:1.1rem;color:var(--muted);font-size:.9rem}.status-page{max-width:480px;margin:4rem auto;padding:0 1.25rem;text-align:center}.status-page h1{color:var(--navy)}.dashboard{max-width:880px}.dashboard__header{display:flex;align-items:center;justify-content:space-between;gap:1rem;flex-wrap:wrap}.dashboard__header h1{color:var(--navy)}.ad-slot-card{background:var(--panel);border:1px solid var(--border);border-radius:var(--radius);padding:1.5rem;margin-top:1.25rem}.ad-slot-card h2{color:var(--navy);font-size:1.25rem}.ad-slot-card__meta{color:var(--muted);margin-top:-.4rem}.ad-slot-card__stats{display:flex;gap:2.5rem;margin:1.25rem 0}.ad-slot-card__stats strong{display:block;font-family:var(--font-display),sans-serif;font-size:1.75rem;color:var(--accent)}.ad-slot-card__stats span{color:var(--muted);font-size:.85rem;text-transform:uppercase;letter-spacing:.03em}.lead-table{width:100%;border-collapse:collapse;background:var(--paper)}.lead-table td,.lead-table th{text-align:left;padding:.6rem;border-bottom:1px solid var(--border)}.lead-table th{color:var(--muted);font-size:.8rem;text-transform:uppercase;letter-spacing:.03em}.admin{max-width:940px}.admin h1{color:var(--navy)}.admin-form{display:grid;grid-gap:.9rem;gap:.9rem;grid-template-columns:repeat(2,1fr);align-items:end;background:var(--panel);border:1px solid var(--border);border-radius:var(--radius);padding:1.5rem;margin:1.5rem 0 2.5rem}.admin-form label{display:flex;flex-direction:column;gap:.35rem;font-size:.85rem;font-weight:600;color:var(--muted)}.admin-form input,.admin-form select{padding:.7rem .85rem;border:1px solid var(--border);border-radius:8px;font:inherit;color:var(--ink);background:var(--paper)}.admin-form button{grid-column:1/-1;justify-self:start}.admin-table{width:100%;border-collapse:collapse}.admin-table td,.admin-table th{text-align:left;padding:.7rem .6rem;border-bottom:1px solid var(--border);font-size:.9rem}.admin-table th{color:var(--muted);font-size:.78rem;text-transform:uppercase;letter-spacing:.03em}.admin-table button{padding:.4rem .9rem;font-size:.82rem;background:var(--navy)}.admin-table button:hover:not(:disabled){background:var(--navy-2)}.privacy-policy{max-width:680px}.privacy-policy h1{color:var(--navy);font-size:1.9rem}.privacy-policy h2{color:var(--navy);font-size:1.2rem;margin-top:2rem}.privacy-policy li,.privacy-policy p{color:var(--ink)}.privacy-policy hr{border:none;border-top:1px solid var(--border);margin:2rem 0 1rem}@font-face{font-family:__Poppins_75265a;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/29e7bbdce9332268-s.woff2) format("woff2");unicode-range:u+0900-097f,u+1cd0-1cf9,u+200c-200d,u+20a8,u+20b9,u+20f0,u+25cc,u+a830-a839,u+a8e0-a8ff,u+11b00-11b09}@font-face{font-family:__Poppins_75265a;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/c3bc380753a8436c-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:__Poppins_75265a;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/0484562807a97172-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:__Poppins_75265a;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/29a4aea02fdee119-s.woff2) format("woff2");unicode-range:u+0900-097f,u+1cd0-1cf9,u+200c-200d,u+20a8,u+20b9,u+20f0,u+25cc,u+a830-a839,u+a8e0-a8ff,u+11b00-11b09}@font-face{font-family:__Poppins_75265a;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/a1386beebedccca4-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:__Poppins_75265a;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/b957ea75a84b6ea7-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:__Poppins_75265a;font-style:normal;font-weight:800;font-display:swap;src:url(/_next/static/media/28485c0de2075f40-s.woff2) format("woff2");unicode-range:u+0900-097f,u+1cd0-1cf9,u+200c-200d,u+20a8,u+20b9,u+20f0,u+25cc,u+a830-a839,u+a8e0-a8ff,u+11b00-11b09}@font-face{font-family:__Poppins_75265a;font-style:normal;font-weight:800;font-display:swap;src:url(/_next/static/media/5fb25f343c7550ca-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:__Poppins_75265a;font-style:normal;font-weight:800;font-display:swap;src:url(/_next/static/media/7db6c35d839a711c-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:__Poppins_Fallback_75265a;src:local("Arial");ascent-override:93.62%;descent-override:31.21%;line-gap-override:8.92%;size-adjust:112.16%}.__className_75265a{font-family:__Poppins_75265a,__Poppins_Fallback_75265a;font-style:normal}.__variable_75265a{--font-display:"__Poppins_75265a","__Poppins_Fallback_75265a"}@font-face{font-family:__Inter_f367f3;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/ba9851c3c22cd980-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:__Inter_f367f3;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/21350d82a1f187e9-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:__Inter_f367f3;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/c5fe6dc8356a8c31-s.woff2) format("woff2");unicode-range:u+1f??}@font-face{font-family:__Inter_f367f3;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/19cfc7226ec3afaa-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:__Inter_f367f3;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/df0a9ae256c0569c-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:__Inter_f367f3;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/8e9860b6e62d6359-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:__Inter_f367f3;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/e4af272ccee01ff0-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:__Inter_Fallback_f367f3;src:local("Arial");ascent-override:90.49%;descent-override:22.56%;line-gap-override:0.00%;size-adjust:107.06%}.__className_f367f3{font-family:__Inter_f367f3,__Inter_Fallback_f367f3;font-style:normal}.__variable_f367f3{--font-body:"__Inter_f367f3","__Inter_Fallback_f367f3"}