:root{--navy:#091a33;--navy-2:#102747;--red:#c93643;--red-dark:#a92733;--ink:#1e2d43;--muted:#627087;--line:#dfe5ec;--pale:#f4f7fa;--white:#fff;--shadow:0 24px 60px rgba(9,26,51,.13)}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;color:var(--ink);background:#fff;font-family:"DM Sans",sans-serif;font-size:16px;line-height:1.65}a{color:inherit}img{max-width:100%;display:block}.skip{position:absolute;left:-999px;top:0;background:var(--navy);color:#fff;padding:.7rem 1rem;z-index:100}.skip:focus{left:1rem;top:1rem}.site-header{height:76px;max-width:1200px;margin:auto;padding:0 24px;display:flex;align-items:center;justify-content:space-between}.brand{display:inline-flex;align-items:center;gap:10px;text-decoration:none;color:var(--navy);font:700 1rem/1 "Manrope",sans-serif}.brand-mark{width:30px;height:30px;border-radius:9px;background:var(--navy);color:white;display:grid;place-items:center}.header-cta{font-weight:700;color:var(--navy);text-decoration:none;border-bottom:1px solid var(--red);padding:.45rem 0}.hero{max-width:1440px;margin:auto;background:linear-gradient(135deg,#f3f6fa 0%,#f9fbfc 55%,#edf2f7 100%);min-height:690px;display:grid;grid-template-columns:minmax(0,1fr) minmax(420px,.85fr);align-items:center;gap:5vw;padding:80px max(5vw,40px);overflow:hidden}.hero-copy{max-width:680px}.eyebrow,.kicker{margin:0 0 16px;text-transform:uppercase;letter-spacing:.14em;color:var(--red);font-weight:700;font-size:.75rem}.eyebrow{display:flex;align-items:center;gap:10px}.eyebrow span{width:28px;height:2px;background:var(--red)}h1,h2,h3{font-family:"Manrope",sans-serif;color:var(--navy);margin-top:0}h1{font-size:clamp(2.9rem,5.5vw,5.25rem);line-height:1.02;letter-spacing:-.055em;margin-bottom:24px;max-width:760px}h2{font-size:clamp(2rem,3.3vw,3.25rem);line-height:1.12;letter-spacing:-.035em;margin-bottom:20px}h3{font-size:1.12rem;line-height:1.35;margin-bottom:8px}.hero-lead{font-size:1.17rem;color:#4e5d72;max-width:660px;margin:0 0 30px}.hero-actions{display:flex;align-items:flex-start;flex-direction:column;gap:14px}.hero-actions p{margin:0;color:#5b687b;font-size:.9rem}.hero-actions p span{color:var(--red);font-weight:800}.button{display:inline-flex;align-items:center;justify-content:center;gap:14px;text-decoration:none;border-radius:5px;padding:16px 21px;font-weight:700;line-height:1.2;transition:transform .2s ease,background .2s ease,box-shadow .2s ease}.button:hover{transform:translateY(-2px)}.button-primary{background:var(--red);color:white;box-shadow:0 10px 24px rgba(201,54,67,.2)}.button-primary:hover{background:var(--red-dark)}.trust-row{display:flex;gap:24px;margin-top:38px;padding-top:24px;border-top:1px solid #d8dfe7;color:var(--navy);font-weight:600;font-size:.82rem}.trust-row span:not(:first-child):before{content:"";display:inline-block;width:4px;height:4px;border-radius:50%;background:var(--red);margin:0 24px 2px 0}.hero-visual{position:relative;align-self:stretch;min-height:530px}.hero-visual:before{content:"";position:absolute;inset:4% -8% 13% 8%;border:1px solid #cbd5e1}.hero-visual img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center;border-radius:4px;box-shadow:var(--shadow);filter:saturate(.82) contrast(1.03)}.hero-visual:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 45%,rgba(9,26,51,.35));border-radius:4px}.audit-card{position:absolute;z-index:2;right:-30px;bottom:28px;background:white;width:min(360px,90%);padding:20px 22px;box-shadow:var(--shadow);border-top:3px solid var(--red)}.audit-card-top{display:flex;align-items:center;justify-content:space-between;font-size:.65rem;letter-spacing:.1em;font-weight:800;color:var(--navy)}.status{color:#187252;background:#eaf7f1;border-radius:20px;padding:4px 8px;letter-spacing:0}.audit-card-title{font:700 1.3rem/1.2 "Manrope",sans-serif;color:var(--navy);margin:14px 0 10px}.audit-card ul{list-style:none;padding:0;margin:0}.audit-card li{padding:7px 0;border-top:1px solid #edf0f3;font-size:.84rem}.audit-card li span{color:var(--red);font-weight:800;margin-right:8px}.section{max-width:1200px;margin:auto;padding:110px 24px}.section-heading{max-width:730px;margin-bottom:48px}.section-heading.centred{text-align:center;margin-left:auto;margin-right:auto}.split-heading{display:grid;grid-template-columns:1.45fr .7fr;gap:70px;max-width:none;align-items:end}.split-heading .kicker{grid-column:1/-1;margin-bottom:-42px}.split-heading h2{margin:0}.split-heading>p:last-child{margin:0;color:var(--muted)}.problem-grid{display:grid;grid-template-columns:repeat(4,1fr);border:1px solid var(--line)}.problem-grid article{padding:28px;min-height:180px;border-right:1px solid var(--line);display:flex;flex-direction:column;justify-content:space-between}.problem-grid article:last-child{border-right:0}.problem-grid span{color:var(--red);font-weight:700;font-size:.75rem}.problem-grid p{font-weight:600;color:var(--navy);margin:20px 0 0}.audit-section{max-width:none;background:var(--pale);padding-left:max(24px,calc((100vw - 1152px)/2));padding-right:max(24px,calc((100vw - 1152px)/2))}.card-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.feature-card{background:white;padding:28px 24px;min-height:260px;border:1px solid #e6ebf0;transition:transform .2s,box-shadow .2s}.feature-card:hover{transform:translateY(-4px);box-shadow:0 16px 35px rgba(9,26,51,.08)}.feature-card .icon{width:48px;height:48px;border-radius:50%;display:grid;place-items:center;background:#fbecef;color:var(--red);font:800 .85rem/1 "Manrope",sans-serif;margin-bottom:32px}.feature-card p{color:var(--muted);margin-bottom:0}.audit-note{margin-top:18px;background:var(--navy);color:#dbe4ef;display:flex;align-items:center;justify-content:space-between;gap:24px;padding:24px}.audit-note>div{display:flex;align-items:center;gap:15px}.audit-note p{margin:0}.audit-note strong{color:#fff}.person-icon{width:42px;height:42px;flex:0 0 42px;display:grid;place-items:center;border-radius:50%;background:#1c3a63;color:white}.process-section .section-heading{margin-bottom:28px}.steps{display:grid;grid-template-columns:repeat(4,1fr);gap:0;counter-reset:step}.steps article{padding:32px 28px 20px 0;min-height:180px;border-top:2px solid var(--navy);position:relative}.steps article:not(:last-child){margin-right:28px}.steps article:after{content:"";position:absolute;top:-5px;right:-2px;width:8px;height:8px;border-radius:50%;background:var(--red)}.steps article:last-child:after{display:none}.steps span{color:var(--red);font-weight:700;font-size:.75rem}.steps h3{margin-top:30px;font-size:1rem}.process-note{max-width:720px;margin:26px 0 0;color:var(--muted)}.audience-section{display:grid;grid-template-columns:.8fr 1.2fr;gap:9vw;align-items:start}.audience-copy>p:not(.kicker){color:var(--muted);max-width:450px}.check-list{list-style:none;padding:0;margin:0;display:grid;grid-template-columns:1fr 1fr;gap:14px}.check-list li{border:1px solid var(--line);padding:18px 18px 18px 50px;position:relative;font-weight:600;color:var(--navy)}.check-list li:before{content:"✓";position:absolute;left:18px;color:var(--red);font-weight:800}.legal-note{margin-top:36px;padding:18px 0;border-top:1px solid var(--line);display:grid;gap:4px;font-size:.88rem;color:var(--muted)}.legal-note strong{color:var(--navy)}.pack-section{padding-top:40px}.pack-card{background:var(--navy);color:#cbd7e5;padding:64px;display:grid;grid-template-columns:1fr .8fr;gap:9vw;position:relative;overflow:hidden}.pack-card:after{content:"UK";position:absolute;right:-25px;bottom:-80px;font:800 15rem/1 "Manrope",sans-serif;color:rgba(255,255,255,.025)}.pack-card h2{color:white}.pack-intro{position:relative;z-index:1}.pack-intro>p:not(.kicker){max-width:580px}.kicker.light{color:#ef8d95}.button-light{background:white;color:var(--navy);margin-top:18px}.pack-details{position:relative;z-index:1;background:#132d50;border:1px solid #294464;padding:30px}.mini-label{letter-spacing:.1em;font-weight:800;font-size:.68rem;color:#ef8d95;margin-top:0}.price{font:800 2.8rem/1.2 "Manrope",sans-serif;color:white;margin:20px 0}.price span{display:block;font:600 .78rem/1.5 "DM Sans",sans-serif;color:#aebed0}.price small{font-size:.8rem;color:#aebed0}.pack-details ul{list-style:none;padding:0;margin:0}.pack-details li{padding:9px 0 9px 27px;position:relative;border-top:1px solid #294464;font-size:.9rem}.pack-details li:before{content:"✓";position:absolute;left:0;color:#ef8d95}.faq-section{display:grid;grid-template-columns:.65fr 1fr;gap:8vw}.faq-list details{border-top:1px solid var(--line);padding:0}.faq-list details:last-child{border-bottom:1px solid var(--line)}summary{list-style:none;cursor:pointer;padding:21px 4px;font-weight:700;color:var(--navy);display:flex;justify-content:space-between;gap:20px}summary::-webkit-details-marker{display:none}summary span{font-size:1.4rem;color:var(--red);transition:transform .2s}details[open] summary span{transform:rotate(45deg)}details p{margin:-7px 40px 22px 4px;color:var(--muted)}.final-cta{background:var(--red);color:white;max-width:1440px;margin:auto;padding:76px max(5vw,40px);display:flex;justify-content:space-between;gap:60px;align-items:center}.final-cta h2{color:white;max-width:790px;margin-bottom:14px}.final-cta p:not(.kicker){margin:0;color:#ffe8ea}.final-cta .button{flex:0 0 auto;max-width:340px}footer{max-width:1200px;margin:auto;padding:32px 24px;display:flex;align-items:center;gap:32px;color:var(--muted);font-size:.84rem}footer p{margin:0 auto}footer nav{display:flex;gap:22px}footer nav a{text-decoration:none}.footer-brand{font-size:.9rem}
@media(max-width:960px){.hero{grid-template-columns:1fr;gap:55px;padding-top:65px}.hero-visual{min-height:560px}.split-heading{grid-template-columns:1fr;gap:18px}.split-heading .kicker{margin:0}.problem-grid,.card-grid,.steps{grid-template-columns:1fr 1fr}.problem-grid article:nth-child(2){border-right:0}.problem-grid article:nth-child(-n+2){border-bottom:1px solid var(--line)}.audit-note{align-items:flex-start;flex-direction:column}.steps article:nth-child(2):after{display:none}.audience-section,.faq-section{grid-template-columns:1fr;gap:30px}.pack-card{grid-template-columns:1fr;gap:40px}.final-cta{align-items:flex-start;flex-direction:column}.final-cta .button{margin-top:0}}
@media(max-width:640px){.site-header{height:68px}.header-cta{font-size:.82rem}.header-cta span{display:none}.hero{padding:56px 20px 52px;min-height:auto}.hero h1{font-size:2.65rem}.hero-lead{font-size:1.05rem}.button{width:100%}.trust-row{gap:0;justify-content:space-between;font-size:.72rem}.trust-row span:not(:first-child):before{display:none}.hero-visual{min-height:415px}.audit-card{right:-8px;bottom:18px}.audit-card li{font-size:.78rem}.section{padding:78px 20px}.problem-grid,.card-grid,.steps,.check-list{grid-template-columns:1fr}.problem-grid article{min-height:125px;border-right:0;border-bottom:1px solid var(--line)}.problem-grid article:last-child{border-bottom:0}.feature-card{min-height:auto}.steps article{min-height:140px;margin-right:0!important}.steps article:after{display:none}.audit-note{padding:22px 18px}.audit-note>div{align-items:flex-start}.audience-section{gap:16px}.pack-section{padding:20px 0 70px}.pack-card{padding:48px 20px}.pack-details{padding:24px 20px}.faq-section{gap:0}.final-cta{padding:58px 20px;gap:30px}footer{align-items:flex-start;flex-wrap:wrap}footer p{order:3;width:100%}footer nav{margin-left:auto}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.button,.feature-card,summary span{transition:none}}

/* Launch copy and mobile clarity refinements */
body{overflow-x:hidden}
.hero-lead{margin-bottom:8px}
.hero-support{max-width:660px;margin:0 0 26px;color:#4e5d72;font-size:1.03rem}
.sponsor-source{padding-left:18px;position:relative;max-width:560px}
.sponsor-source:before{content:"i";position:absolute;left:0;top:.12rem;width:13px;height:13px;border:1px solid var(--muted);border-radius:50%;display:grid;place-items:center;font:700 .6rem/1 "DM Sans",sans-serif}
.offer-line{font-weight:700;color:var(--navy)!important;margin-bottom:4px!important}
@media(max-width:640px){
  .hero-lead{margin-bottom:7px}
  .hero-support{font-size:.94rem;line-height:1.45;margin-bottom:17px}
  .sponsor-source{font-size:.76rem!important}
  summary{min-height:58px;align-items:center;padding:18px 4px}
}

/* Standalone audit confirmation page */
.thank-you-page{min-height:100vh;background:linear-gradient(145deg,#edf4fb 0%,#f8fafc 52%,#e8f1fa 100%)}
.thank-you-main{min-height:100vh;display:grid;place-items:center;padding:32px 20px;position:relative;overflow:hidden}
.thank-you-main:before{content:"";position:absolute;width:420px;height:420px;border:1px solid rgba(9,26,51,.1);border-radius:50%;top:-230px;right:-130px}
.thank-you-main:after{content:"";position:absolute;width:240px;height:240px;background:rgba(201,54,67,.06);border-radius:50%;bottom:-130px;left:-70px}
.thank-you-card{width:min(100%,720px);position:relative;z-index:1;background:var(--white);padding:52px 56px 46px;border-top:5px solid var(--red);box-shadow:0 24px 70px rgba(9,26,51,.12);text-align:center}
.thank-you-brand{display:inline-flex;align-items:center;gap:10px;color:var(--navy);font:700 .95rem/1 "Manrope",sans-serif;margin-bottom:42px}
.thank-you-icon{width:72px;height:72px;margin:0 auto 24px;display:grid;place-items:center;border-radius:50%;background:#eaf2fb;color:var(--red);border:1px solid #cbdceb;font:800 1.8rem/1 "Manrope",sans-serif}
.thank-you-card .kicker{margin-bottom:14px}
.thank-you-card h1{font-size:clamp(2rem,5vw,3.35rem);line-height:1.08;letter-spacing:-.045em;margin:0 auto 26px;max-width:620px}
.thank-you-copy{max-width:570px;margin:0 auto;color:#526177;font-size:1.08rem}
.thank-you-copy p{margin:0 0 13px}
.thank-you-copy strong{color:var(--navy)}
.thank-you-note{max-width:580px;margin:34px auto 0;padding-top:22px;border-top:1px solid var(--line);color:var(--muted);font-size:.84rem;line-height:1.55}
@media(max-width:640px){
  .thank-you-main{padding:18px 14px}
  .thank-you-card{padding:30px 22px 27px}
  .thank-you-brand{margin-bottom:27px;font-size:.86rem}
  .thank-you-brand .brand-mark{width:28px;height:28px}
  .thank-you-icon{width:60px;height:60px;margin-bottom:20px;font-size:1.45rem}
  .thank-you-card h1{font-size:2rem;margin-bottom:22px}
  .thank-you-copy{font-size:1rem;line-height:1.55}
  .thank-you-note{margin-top:26px;padding-top:18px;font-size:.78rem}
}

/* Conversion-focused refinements */
.site-header{gap:24px}
.header-cta{text-align:right}
.hero{min-height:650px;padding-top:64px;padding-bottom:64px}
.hero-copy{max-width:690px}
.hero h1{font-size:clamp(2.65rem,4.8vw,4.7rem)}
.hero h1 span{display:block;color:var(--red)}
.section-action{margin-top:28px}
.section-action .button{width:auto}
.optional-label{display:inline-block;margin:12px 0 20px;padding:7px 10px;border:1px solid #3b5575;border-radius:4px;color:#b8c7d8;font-size:.8rem;font-weight:600}
.button{min-height:54px}
.header-cta{display:inline-flex;align-items:center;justify-content:center;min-height:46px;padding:.55rem .9rem;border:0;border-radius:5px;background:var(--red);color:#fff;line-height:1.2}
.header-cta:hover{background:var(--red-dark)}
.pack-section{padding-top:28px;padding-bottom:78px}
.pack-card{display:block;padding:38px 42px;background:var(--pale);color:var(--muted);border:1px solid var(--line)}
.pack-card:after{display:none}
.pack-card h2{color:var(--navy);font-size:clamp(1.65rem,2.5vw,2.35rem);margin-bottom:12px}
.pack-intro{max-width:820px}
.pack-intro>p:not(.kicker){max-width:760px;margin-bottom:10px}
.pack-card .kicker.light{color:var(--red)}
.pack-card .button-light{background:var(--red);color:#fff}
.pack-card .button-light:hover{background:var(--red-dark)}
@media(max-width:640px){
  .site-header{height:64px;padding:0 16px;gap:12px}
  .brand>span:last-child{display:none}
  .header-cta{font-size:.72rem;line-height:1.2;max-width:230px;min-height:46px;padding:.5rem .75rem}
  .hero{padding:30px 20px 38px}
  .eyebrow{margin-bottom:11px}
  .hero h1{font-size:2.25rem;margin-bottom:16px}
  .hero-lead{font-size:1rem;line-height:1.5;margin-bottom:20px}
  .hero-actions{gap:10px}
  .hero-actions p{font-size:.8rem;line-height:1.45}
  .hero-visual{display:none}
  .trust-row{margin-top:24px;padding-top:18px}
  .audit-section{padding-top:58px;padding-bottom:58px}
  .audit-section .section-heading{margin-bottom:26px}
  .audit-section .section-heading h2{font-size:1.8rem}
  .card-grid{grid-template-columns:1fr 1fr;gap:10px}
  .feature-card{padding:17px 15px;min-height:190px}
  .feature-card .icon{width:40px;height:40px;margin-bottom:14px}
  .feature-card h3{font-size:.96rem;margin-bottom:6px}
  .feature-card p{font-size:.86rem;line-height:1.45}
  .audit-note{margin-top:12px}
  .process-section{padding-top:62px;padding-bottom:62px}
  .steps article{min-height:auto;padding:18px 0;border-top:1px solid var(--line)}
  .steps h3{margin:8px 0 0}
  .audience-section,.faq-section{padding-top:62px;padding-bottom:62px}
  .check-list{gap:8px}
  .check-list li{padding-top:14px;padding-bottom:14px}
  .pack-section{padding:8px 20px 58px}
  .pack-card{padding:28px 20px}
  .pack-card .button{margin-top:10px}
  .section-action .button{width:100%}
}

/* Final cascade overrides */
.hero-lead{margin-bottom:8px}
@media(max-width:640px){
  .hero-lead{margin-bottom:7px}
  .hero-support{font-size:.94rem;line-height:1.45;margin-bottom:17px}
  .sponsor-source{font-size:.76rem!important}
  summary{min-height:58px;align-items:center;padding:18px 4px}
}
