:root{--navy-950:#0f1c2e;--navy-900:#152841;--navy-700:#27405f;--gold-500:#b78a38;--gold-300:#ddc28a;--cream-100:#f8f3ea;--cream-200:#efe4d2;--white:#ffffff;--ink:#1b2430;--muted:#5f6b7a;--border:rgba(21,40,65,0.12);--shadow:0 18px 50px rgba(13,22,38,0.08);--radius:22px;--max-width:1180px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Arial,Helvetica,sans-serif;color:var(--ink);background:linear-gradient(180deg,#fcfaf6,#ffffff 40%)}a{color:inherit;text-decoration:none}a:focus-visible,button:focus-visible,input:focus-visible,summary:focus-visible,textarea:focus-visible{outline:3px solid rgba(183,138,56,.55);outline-offset:3px}img{max-width:100%;height:auto}button,input,textarea{font:inherit}.site-shell{min-height:100vh}.container{width:min(var(--max-width),calc(100% - 2rem));margin:0 auto}.section{padding:4.5rem 0}.section-tight{padding:3rem 0}.eyebrow{display:inline-block;margin-bottom:.9rem;color:var(--gold-500);font-size:.9rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.section h1,.section h2,.section h3,.section-tight h2,.section-tight h3{margin:0 0 1rem;color:var(--navy-950);line-height:1.12}.section li,.section p,.section-tight li,.section-tight p{color:var(--muted);line-height:1.7}.grid{display:grid;grid-gap:1.5rem;gap:1.5rem}.grid-2{grid-template-columns:repeat(2,minmax(0,1fr))}.grid-3{grid-template-columns:repeat(3,minmax(0,1fr))}.grid-4{grid-template-columns:repeat(4,minmax(0,1fr))}.card{background:var(--white);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow);padding:1.6rem}.btn-row{display:flex;flex-wrap:wrap;gap:.9rem;margin-top:1.8rem}.btn{display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:.85rem 1.3rem;border-radius:999px;border:1px solid transparent;font-weight:700;transition:.2s ease}.btn-primary{background:var(--navy-950);color:var(--white)}.btn-primary:hover{background:var(--navy-900)}.btn-secondary{background:transparent;color:var(--navy-950);border-color:rgba(15,28,46,.18)}.btn-secondary:hover{background:rgba(15,28,46,.04)}.text-link{color:var(--navy-950);font-weight:800;text-decoration:underline;-webkit-text-decoration-color:var(--gold-500);text-decoration-color:var(--gold-500);text-underline-offset:.2em}.topbar{border-bottom:1px solid rgba(255,255,255,.08);background:var(--navy-950);color:rgba(255,255,255,.9)}.site-footer .container,.site-nav .container,.topbar .container{display:flex;align-items:center;justify-content:space-between;gap:1rem}.topbar .container{min-height:42px;font-size:.88rem}.site-nav{z-index:30;background:rgba(248,243,234,.94)}.brand{display:inline-flex;align-items:center;gap:.9rem}.brand-logo-image{display:block;width:clamp(220px,20vw,310px);height:auto}.nav-links{gap:.72rem;font-size:.92rem;font-weight:600;color:var(--navy-900)}.nav-links .btn{min-height:42px;padding:.7rem 1rem}.hero{position:relative;overflow:hidden;padding:5rem 0 3.75rem}.hero:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at top right,rgba(183,138,56,.18),transparent 35%),linear-gradient(180deg,rgba(21,40,65,.03),transparent 60%)}.hero-grid{position:relative;display:grid;grid-template-columns:minmax(0,1.2fr) minmax(320px,.8fr);grid-gap:2rem;gap:2rem;align-items:center}.hero-copy h1{font-size:clamp(2.55rem,5vw,4.45rem);letter-spacing:-.035em}.hero-copy p{font-size:1.12rem;max-width:62ch}.hero-points{display:grid;grid-gap:.9rem;gap:.9rem;margin:1.5rem 0 0;padding:0;list-style:none}.hero-points li{display:flex;gap:.7rem;align-items:flex-start;color:var(--navy-900);font-weight:600}.hero-points li:before{content:"";width:10px;height:10px;flex:0 0 auto;margin-top:.55rem;border-radius:50%;background:var(--gold-500)}.mobile-price-note{display:none;margin:1rem 0 0;color:var(--navy-950);font-weight:800}.stat-panel{background:linear-gradient(180deg,var(--navy-950),var(--navy-900));color:rgba(255,255,255,.9);border-radius:28px;padding:2rem;box-shadow:0 24px 60px rgba(15,28,46,.22)}.stat-panel h3,.stat-panel li,.stat-panel p{color:inherit}.stat-panel strong{color:var(--gold-300)}.offer-list{display:grid;grid-gap:.8rem;gap:.8rem;margin:1.2rem 0 0;padding:0;list-style:none}.offer-list li{color:rgba(255,255,255,.92);line-height:1.5;padding-left:1.25rem;position:relative}.offer-list li:before{content:"";position:absolute;left:0;top:.55rem;width:7px;height:7px;border-radius:50%;background:var(--gold-300)}.offer-button{margin-top:1.35rem;background:var(--gold-500);color:var(--navy-950)}.trust-proof-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:1rem;gap:1rem}.trust-proof-grid article{padding:1.2rem;border:1px solid var(--border);border-radius:20px;background:var(--white)}.trust-proof-grid h3,.trust-proof-grid p{margin:0}.trust-proof-grid p{margin-top:.45rem;color:var(--muted);line-height:1.6}.trust-bar{border-top:1px solid var(--border);border-bottom:1px solid var(--border);background:rgba(255,255,255,.72)}.trust-bar-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:1rem;gap:1rem;padding:1rem 0}.trust-bar-grid span{color:var(--navy-900);font-size:.92rem;font-weight:800;text-align:center}.soft-strip{background:var(--cream-100);border-top:1px solid rgba(15,28,46,.05);border-bottom:1px solid rgba(15,28,46,.05)}.logo-strip,.pill-list{display:flex;flex-wrap:wrap;gap:.8rem;padding:0;margin:1.2rem 0 0;list-style:none}.logo-pill,.pill{border-radius:999px;border:1px solid var(--border);background:var(--white);padding:.75rem 1rem;font-weight:700;color:var(--navy-900)}.split-panel{display:grid;grid-template-columns:minmax(0,1fr) minmax(280px,.85fr);grid-gap:2rem;gap:2rem;align-items:start}.faq-list,.meta-list,.step-list{display:grid;grid-gap:1rem;gap:1rem;padding:0;list-style:none}.faq-item,.step-item{padding:1.2rem 1.3rem;border-radius:18px;border:1px solid var(--border);background:var(--white)}.step-index{display:inline-flex;width:32px;height:32px;align-items:center;justify-content:center;border-radius:50%;background:var(--cream-200);color:var(--navy-950);font-weight:700;margin-bottom:.85rem}.kpi-row{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:1rem;gap:1rem}.kpi{padding:1rem;border-radius:18px;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.08)}.kpi strong{display:block;font-size:1.35rem;margin-bottom:.25rem}.page-hero{padding:4.8rem 0 3rem;background:radial-gradient(circle at top right,rgba(183,138,56,.12),transparent 30%),linear-gradient(180deg,rgba(21,40,65,.04),transparent 80%)}.page-hero h1{font-size:clamp(2.2rem,4vw,3.6rem)}.feature-list{display:grid;grid-gap:.85rem;gap:.85rem;padding:0;list-style:none}.feature-list li{padding-left:1.3rem;position:relative}.feature-list li:before{content:"";position:absolute;left:0;top:.65rem;width:8px;height:8px;border-radius:50%;background:var(--gold-500)}.faq-item summary{cursor:pointer;list-style:none;font-weight:700;color:var(--navy-950)}.faq-item summary::-webkit-details-marker{display:none}.faq-item p{margin:.85rem 0 0}.post-grid{display:grid;grid-gap:1.5rem;gap:1.5rem}.post-card h3,.service-card h3{margin-bottom:.7rem}.label{display:inline-flex;align-items:center;gap:.4rem;font-size:.82rem;font-weight:700;text-transform:uppercase;letter-spacing:.04em;color:var(--gold-500)}.form-grid{display:grid;grid-gap:1rem;gap:1rem}.field{display:grid;grid-gap:.5rem;gap:.5rem}.field label{font-weight:700;color:var(--navy-950)}.field input,.field select,.field textarea{width:100%;padding:.95rem 1rem;border-radius:16px;border:1px solid rgba(15,28,46,.12);background:var(--white);color:var(--ink)}.field textarea{min-height:140px;resize:vertical}.checkbox-field{display:flex;align-items:flex-start;gap:.75rem;color:var(--muted);line-height:1.6}.checkbox-field input{width:18px;height:18px;margin-top:.15rem}.honeypot-field{position:absolute;left:-9999px;width:1px;height:1px;overflow:hidden}.turnstile-shell{min-height:1px}.modal-overlay{position:fixed;inset:0;z-index:60;display:flex;align-items:center;justify-content:center;padding:1rem;background:rgba(15,28,46,.48)}.modal-card{width:min(680px,100%);max-height:calc(100vh - 2rem);overflow-y:auto}.modal-header{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem}.modal-close{min-height:40px}.form-note{font-size:.94rem;color:var(--muted)}.cta-banner,.resource-banner{background:linear-gradient(135deg,var(--navy-950),var(--navy-700));color:rgba(255,255,255,.92);border-radius:28px;padding:2.25rem}.resource-library-page{background:var(--white)}.resource-library-shell{max-width:1160px}.resource-library-masthead{display:grid;grid-gap:.75rem;gap:.75rem;margin-bottom:1.7rem;padding-bottom:1.25rem;border-bottom:1px solid rgba(15,28,46,.08)}.resource-library-intro{max-width:44rem}.resource-library-card h3,.resource-library-header h2,.resource-library-intro h1,.resource-library-note h2{font-family:Georgia,Times New Roman,serif;letter-spacing:-.03em}.resource-library-intro h1{margin:0 0 .7rem;font-size:clamp(2rem,3.5vw,3rem);line-height:1.08;color:#111111}.resource-library-card p,.resource-library-header p,.resource-library-intro p,.resource-library-note p{margin:0;color:#343434}.resource-library-layout{display:grid;grid-template-columns:minmax(0,1fr) 320px;grid-gap:2rem;gap:2rem;align-items:start}.resource-library-main,.resource-library-sidebar{display:grid;grid-gap:1.25rem;gap:1.25rem}.resource-library-header{max-width:42rem}.resource-library-header h2{margin:0 0 .8rem;font-size:clamp(1.8rem,3vw,2.5rem);line-height:1.12;color:#111111}.resource-library-feed{display:grid;grid-gap:0;gap:0;border-top:1px solid rgba(15,28,46,.08)}.resource-library-card{border-bottom:1px solid rgba(15,28,46,.08);background:var(--white)}.resource-library-card-link{display:grid;grid-template-columns:192px minmax(0,1fr);grid-gap:1rem;gap:1rem;align-items:start;padding:1.25rem 0}.resource-library-card-thumb{position:relative;aspect-ratio:4/3;overflow:hidden;border-radius:16px;background:#f2f2f2}.resource-library-card-thumb img{object-fit:cover}.resource-library-card-copy{display:grid;grid-gap:.45rem;gap:.45rem;min-height:100%}.resource-library-card h3{margin:0;color:#111111;font-size:clamp(1.25rem,1.8vw,1.55rem);line-height:1.16}.resource-library-meta{color:#6a6a6a;font-size:.84rem;font-weight:700;letter-spacing:.02em}.resource-library-readmore{margin-top:.25rem;color:#111111;font-size:.92rem;font-weight:700}.resource-library-note{padding:1.4rem;border:1px solid rgba(15,28,46,.08);border-radius:24px;background:var(--white)}.resource-library-note h2{margin:0 0 .9rem;color:#111111;font-size:clamp(1.4rem,2vw,1.75rem);line-height:1.16}.resource-quick-links{display:grid;grid-gap:.75rem;gap:.75rem}.resource-quick-link{display:inline-flex;align-items:center;min-height:48px;padding:.85rem 1rem;border-radius:18px;border:1px solid rgba(15,28,46,.08);background:var(--white);color:#111111;font-weight:700}.resource-download-card{padding:1.25rem;border-radius:22px;border:1px solid rgba(15,28,46,.08);background:var(--white);box-shadow:none}.resource-download-card h2{margin:0 0 .6rem;font-family:Georgia,Times New Roman,serif;font-size:clamp(1.55rem,2.4vw,2.05rem);line-height:1.12;letter-spacing:-.03em;color:#111111}.resource-download-details{margin-top:.85rem;padding:.9rem .95rem .2rem;border:1px solid rgba(15,28,46,.08);border-radius:18px;background:#fafafa}.resource-article-shell{max-width:780px}.resource-article-breadcrumb{display:flex;flex-wrap:wrap;gap:.45rem;margin-bottom:1rem;color:#6a6a6a;font-size:.9rem;font-weight:600}.resource-article-header{display:grid;grid-gap:.85rem;gap:.85rem;margin-bottom:2rem}.resource-article-cta h2,.resource-article-header h1,.resource-article-section h2{font-family:Georgia,Times New Roman,serif;letter-spacing:-.03em}.resource-article-header h1{margin:0;color:#111111;font-size:clamp(2rem,4vw,3.15rem);line-height:1.08}.resource-article-cta p,.resource-article-header p,.resource-article-section p{margin:0;color:#343434}.resource-video-frame{position:relative;overflow:hidden;margin-bottom:2rem;border-radius:24px;background:#111111;aspect-ratio:16/9}.resource-video-frame iframe{width:100%;height:100%;border:0}.resource-article-body{display:grid;grid-gap:1.75rem;gap:1.75rem}.resource-article-section{display:grid;grid-gap:.8rem;gap:.8rem}.resource-article-section h2{margin:0;color:#111111;font-size:clamp(1.45rem,2.8vw,2rem);line-height:1.12}.resource-article-cta{margin-top:2.5rem;padding-top:1.75rem;border-top:1px solid rgba(15,28,46,.08)}.resource-article-cta h2{margin:0 0 .7rem;color:#111111;font-size:clamp(1.55rem,2.8vw,2rem);line-height:1.14}.sample-card{background:var(--white);border:1px solid var(--border);border-radius:28px;box-shadow:var(--shadow);padding:clamp(1.4rem,3vw,2.3rem)}.sample-card-header{max-width:760px;margin-bottom:1.6rem}.sample-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:1rem;gap:1rem;margin:1.3rem 0}.sample-grid-compact{grid-template-columns:repeat(3,minmax(0,1fr))}.sample-detail{padding:1rem;border-radius:18px;border:1px solid var(--border);background:var(--cream-100)}.sample-detail span{display:block;margin-bottom:.35rem;color:var(--muted);font-size:.86rem;font-weight:700;text-transform:uppercase;letter-spacing:.04em}.sample-detail strong{display:block;color:var(--navy-950)}.sample-status{background:rgba(183,138,56,.12);border-color:rgba(183,138,56,.28)}.sample-subsection{margin-top:1.6rem}.timeline-list{display:grid;grid-gap:1rem;gap:1rem;margin:0;padding:0;list-style:none}.timeline-item{display:grid;grid-template-columns:150px minmax(0,1fr);grid-gap:1rem;gap:1rem;align-items:start;padding:1rem;border:1px solid var(--border);border-radius:18px;background:var(--cream-100)}.timeline-item time{color:var(--gold-500);font-weight:800}.timeline-item p{margin:.25rem 0 0}.sample-callout{display:flex;align-items:center;justify-content:space-between;gap:1.5rem;padding:1.5rem;border:1px solid var(--border);border-radius:24px;background:var(--cream-100)}.sample-callout h2,.sample-callout p{margin:0}.sample-callout p{margin-top:.4rem}.section-intro{max-width:760px;margin-bottom:1.6rem}.testimonial-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:1rem;gap:1rem}.testimonial-card{height:100%;padding:1.4rem;border:1px solid var(--border);border-radius:22px;background:var(--white);box-shadow:var(--shadow)}.testimonial-card blockquote{margin:1.4rem 0;border-left:4px solid var(--gold-500);padding:0 0 0 1rem;color:var(--navy-950);font-size:1.02rem;line-height:1.7}.testimonial-card p{margin:0;color:var(--navy-900);font-weight:800}.social-links{display:flex;flex-wrap:wrap;gap:.6rem;margin-top:1rem}.social-links a{display:inline-flex;align-items:center;justify-content:center;min-height:38px;padding:.55rem .85rem;border:1px solid rgba(183,138,56,.35);border-radius:999px;background:rgba(255,255,255,.08);color:inherit;font-size:.88rem;font-weight:800}.cta-banner h2,.cta-banner p,.resource-banner h2,.resource-banner p{color:inherit}.site-footer{margin-top:4rem;padding:2.5rem 0;background:var(--navy-950);color:rgba(255,255,255,.78)}.site-footer a{color:var(--white)}.footer-links{display:flex;flex-wrap:wrap;gap:1rem}.widget-shell{position:fixed;right:1rem;bottom:1rem;z-index:40;width:min(360px,calc(100vw - 2rem))}.widget-card{background:var(--white);border:1px solid var(--border);border-radius:24px;box-shadow:0 25px 50px rgba(15,28,46,.15);overflow:hidden}.widget-header{padding:1rem 1.1rem;background:var(--navy-950);color:var(--white)}.widget-body{padding:1rem}.widget-messages{display:grid;grid-gap:.8rem;gap:.8rem;max-height:280px;overflow-y:auto;margin-bottom:.8rem}.message{padding:.85rem .95rem;border-radius:16px;font-size:.95rem;line-height:1.6}.message.user{background:rgba(39,64,95,.08);color:var(--navy-950)}.message.assistant{background:var(--cream-100)}.widget-form{display:grid;grid-gap:.75rem;gap:.75rem}.widget-toggle{margin-left:auto;display:inline-flex;background:var(--navy-950);color:var(--white);border-radius:999px;padding:.95rem 1.15rem;border:0;font-weight:700;box-shadow:0 20px 40px rgba(15,28,46,.2)}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}@media (max-width:960px){.grid-2,.grid-3,.grid-4,.hero-grid,.kpi-row,.sample-grid,.split-panel,.testimonial-grid,.trust-proof-grid{grid-template-columns:1fr}.site-nav .container,.topbar .container{align-items:stretch;flex-direction:column}.topbar .container{gap:.25rem;justify-content:center;padding:.55rem 0}.site-nav .container{min-height:auto;padding:.75rem 0 .95rem}.brand{align-self:center;justify-content:center;width:100%}.brand-logo-image{width:min(270px,70vw);max-height:135px;object-fit:contain;border-radius:8px}.nav-links{display:flex;gap:.55rem;margin:.7rem -1rem 0;padding:0 1rem .15rem;overflow-x:auto;scrollbar-width:none;white-space:nowrap}.nav-links::-webkit-scrollbar{display:none}.nav-links a:not(.btn){flex:0 0 auto;padding:.62rem .82rem;border:1px solid var(--border);border-radius:999px;background:rgba(255,255,255,.72)}.nav-links .btn{flex:0 0 auto}}@media (max-width:640px){.hero{padding:3.25rem 0 2.75rem}.topbar span:first-child{display:none}.topbar .container{align-items:center;text-align:center;min-height:38px;padding:.45rem 0}.section{padding:3rem 0}.card{padding:1.25rem}.section-tight{padding:2.4rem 0}.hero-copy h1{font-size:clamp(2.25rem,12vw,3.1rem)}.btn-row{display:grid;grid-template-columns:1fr}.btn{width:100%}.mobile-price-note{display:block}.site-footer .container{flex-direction:column;align-items:flex-start}.widget-shell{right:.6rem;bottom:.6rem;width:min(340px,calc(100vw - 1.2rem))}.widget-card{max-height:calc(100vh - 2rem);overflow-y:auto}.widget-toggle{padding:.82rem 1rem;font-size:.92rem}.modal-header{flex-direction:column}.timeline-item{grid-template-columns:1fr}.sample-callout{align-items:flex-start;flex-direction:column}.trust-bar-grid{grid-template-columns:1fr}.trust-bar-grid span{text-align:left}}.topbar{display:none}.site-nav{position:-webkit-sticky;position:sticky;top:0;z-index:50;background:rgba(255,255,255,.97);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);border-bottom:1px solid rgba(15,28,46,.08)}.site-nav .container{min-height:92px;display:flex;align-items:center;justify-content:space-between;gap:1.25rem}.brand{justify-content:flex-start;width:auto}.brand-logo-image{width:clamp(220px,24vw,300px);max-height:none;object-fit:contain}.nav-toggle{display:none;width:56px;height:56px;padding:0;border:0;background:transparent;color:var(--navy-950)}.nav-toggle span{display:block;width:30px;height:3px;margin:6px auto;border-radius:999px;background:currentColor;transition:transform .2s ease,opacity .2s ease}.nav-toggle.is-open span:first-child{transform:translateY(9px) rotate(45deg)}.nav-toggle.is-open span:nth-child(2){opacity:0}.nav-toggle.is-open span:nth-child(3){transform:translateY(-9px) rotate(-45deg)}.nav-links{display:flex;align-items:center;gap:1.4rem;font-size:.95rem;font-weight:700;color:var(--navy-950)}.nav-links a{color:inherit}.nav-cta-link{display:inline-flex;align-items:center;justify-content:center;min-height:46px;padding:.82rem 1.15rem;border-radius:999px;background:var(--gold-500);color:var(--navy-950)}.home-section-heading{margin:0 0 1.15rem;color:var(--navy-950);font-family:Georgia,Times New Roman,serif;font-size:clamp(2rem,3.8vw,3rem);line-height:1.14;letter-spacing:-.03em;text-wrap:balance}.home-section-clean{background:var(--white)}.home-narrative-shell{max-width:1120px}.home-section-intro{max-width:42rem;margin-bottom:2rem}.home-hero-v2{background:radial-gradient(circle at 82% 16%,rgba(255,234,183,.12),transparent 18%),linear-gradient(180deg,#081525,#0f2037);color:var(--white)}.home-hero-v2-grid{display:grid;grid-template-columns:minmax(0,1.02fr) minmax(340px,.98fr);grid-gap:3rem;gap:3rem;align-items:center;min-height:clamp(560px,78vh,760px);padding:3rem 0}.home-hero-v2-copy{max-width:39rem;position:relative;z-index:2}.home-hero-v2-copy .eyebrow{color:var(--gold-300)}.home-hero-v2-copy h1{margin:0 0 1.35rem;color:var(--white);font-family:Georgia,Times New Roman,serif;font-size:clamp(3.15rem,6vw,5.3rem);line-height:.98;letter-spacing:-.045em;max-width:10.5ch;text-wrap:balance}.home-hero-v2-subheadline,.home-hero-v2-supporting{margin:0;color:rgba(255,255,255,.9);font-size:1.18rem;line-height:1.65;max-width:34rem}.home-hero-v2-supporting{margin-top:1.55rem;color:rgba(255,255,255,.98);font-weight:700}.home-hero-v2-visual{position:relative;min-height:clamp(420px,58vw,650px);border-radius:30px;overflow:hidden;background:rgba(6,16,30,.55)}.home-hero-v2-visual:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(8,21,37,.12),rgba(8,21,37,0));pointer-events:none}.home-hero-v2-image{object-fit:cover;object-position:76% center}.home-hero-v2-image-mobile{display:none}.home-process-list-v2{position:relative;margin:0;padding:0;list-style:none}.home-process-list-v2:before{content:"";position:absolute;left:24px;top:24px;bottom:24px;width:1px;background:rgba(183,138,56,.28)}.home-process-item-v2{position:relative;display:grid;grid-template-columns:72px minmax(0,1fr);grid-gap:1.4rem;gap:1.4rem;align-items:start;padding:1.4rem 0;border-bottom:1px solid rgba(15,28,46,.1)}.home-process-item-v2:first-child{border-top:1px solid rgba(15,28,46,.1)}.home-process-marker{position:relative;z-index:1}.home-process-marker span{display:inline-flex;width:48px;height:48px;align-items:center;justify-content:center;border-radius:50%;background:linear-gradient(180deg,#d5a052,#c38936);color:var(--white);font-size:1.2rem;font-weight:800}.home-process-content h3{margin:0 0 .4rem;color:var(--navy-950);font-family:Georgia,Times New Roman,serif;font-size:clamp(1.4rem,2vw,1.8rem);line-height:1.14}.home-process-content p{max-width:42rem;margin:0;color:var(--muted)}.home-what-copy-v2{max-width:40rem;margin:0 auto}.home-what-copy-v2 p{margin:0 0 1.2rem}.home-what-copy-v2 p:last-child{margin-bottom:0}.home-pricing-v2{display:grid;grid-template-columns:minmax(0,1fr) minmax(300px,.72fr);grid-gap:2rem;gap:2rem;align-items:center;max-width:1120px}.home-pricing-copy-v2{max-width:40rem}.home-price-line-v2{margin:0 0 1rem;color:var(--gold-500);font-size:clamp(2.25rem,4vw,3.25rem);font-weight:800;line-height:1.04;letter-spacing:-.04em}.home-pricing-copy-text{max-width:32rem;margin:0}.home-commitment-card-v2{padding:2rem;border-radius:26px;background:linear-gradient(180deg,#fffdf9,#f6efe2);border:1px solid rgba(183,138,56,.16)}.home-commitment-label-v2{margin:0 0 .6rem;color:var(--navy-950);font-family:Georgia,Times New Roman,serif;font-size:clamp(1.55rem,2.4vw,2.05rem);line-height:1.08}.home-commitment-card-v2 p:last-child{margin:0}.home-bottom-cta{background:var(--navy-950);text-align:center}.home-bottom-cta h2{color:var(--white);font-family:Georgia,Times New Roman,serif;font-size:clamp(2.2rem,4vw,3.2rem);letter-spacing:-.03em}.home-bottom-cta p{max-width:30rem;margin-left:auto;margin-right:auto;color:rgba(255,255,255,.88)}.home-bottom-cta-row{justify-content:center}.home-bottom-cta .btn-primary{display:inline-flex;justify-content:space-between;gap:1rem;min-width:min(100%,360px);min-height:58px;background:linear-gradient(180deg,#d8a555,#c18b3d);color:var(--navy-950)}.home-bottom-cta .btn-primary:after{content:"→";font-size:1.25rem;line-height:1}.home-cta-section-v2{background:transparent}.home-cta-block-v2{padding:clamp(2rem,4vw,3rem);border-radius:28px;background:var(--navy-950);text-align:center}.home-cta-block-v2 h2{margin:0 0 .8rem;color:var(--white);font-family:Georgia,Times New Roman,serif;font-size:clamp(2.2rem,4vw,3.2rem);letter-spacing:-.03em}.home-cta-block-v2 p{max-width:30rem;margin:0 auto 1.6rem;color:rgba(255,255,255,.88)}.home-cta-button-v2{min-width:min(100%,360px);min-height:58px;background:linear-gradient(180deg,#d8a555,#c18b3d);color:var(--navy-950)}.site-footer{margin-top:0;padding:2.8rem 0;background:#f8f3ea;color:var(--navy-900);border-top:1px solid rgba(15,28,46,.08)}.site-footer a{color:var(--navy-950)}.site-footer .container{align-items:flex-start}.footer-brand{max-width:24rem}.footer-brand strong{display:block;margin-bottom:.75rem;color:var(--navy-950);font-family:Georgia,Times New Roman,serif;font-size:1.15rem}.footer-brand p{margin:0;line-height:1.7}.footer-trust-line{margin-top:.8rem!important;font-weight:800;color:var(--navy-950)}.footer-links{display:grid;grid-gap:.75rem;gap:.75rem}.footer-contact{display:grid;grid-gap:.65rem;gap:.65rem;font-weight:700}.about-single-column{max-width:760px;margin:0 auto}.about-single-column h1{margin:0 0 1.35rem;color:var(--navy-950);font-family:Georgia,Times New Roman,serif;font-size:clamp(2.3rem,4.5vw,3.6rem);line-height:1.08;letter-spacing:-.04em;text-wrap:balance}.about-single-column p{margin:0 0 1.15rem;color:var(--muted);line-height:1.8}.about-section-heading{margin:0 0 1.2rem;color:var(--navy-950);font-family:Georgia,Times New Roman,serif;font-size:clamp(2rem,4vw,2.9rem);line-height:1.1;letter-spacing:-.035em;text-wrap:balance}.about-list{margin:0 0 1.2rem;padding:0;list-style:none;display:grid;grid-gap:.7rem;gap:.7rem}.about-list li{position:relative;padding-left:1.2rem;color:var(--muted);line-height:1.7}.about-list li:before{content:"";position:absolute;left:0;top:.7rem;width:7px;height:7px;border-radius:50%;background:var(--gold-500)}.about-trust-line{margin-top:1.55rem!important;color:var(--navy-950)!important;font-weight:800}.about-closing-line{color:var(--navy-950)!important;font-weight:700}@media (max-width:960px){.site-nav .container{min-height:84px;flex-direction:row;padding:.7rem 0}.brand{width:auto}.nav-toggle{display:inline-block}.nav-links{position:absolute;left:1rem;right:1rem;top:calc(100% + .5rem);display:none;padding:1rem;border:1px solid rgba(15,28,46,.08);border-radius:24px;background:rgba(255,255,255,.98);box-shadow:0 24px 50px rgba(15,28,46,.12)}.nav-links.is-open{display:grid}.nav-links a{padding:.8rem 0}.nav-cta-link{margin-top:.35rem}.home-hero-v2-grid,.home-pricing-v2,.resource-library-card,.resource-library-layout,.split-panel{grid-template-columns:1fr}.home-hero-v2-grid{gap:2rem;min-height:0;padding:2.25rem 0 2.75rem}.home-hero-v2-copy{max-width:100%}.home-hero-v2-copy h1{max-width:9.5ch}.home-hero-v2-visual{min-height:380px}.site-footer .container{flex-direction:column;gap:1.6rem}.resource-library-sidebar{order:-1}.resource-library-card-link{grid-template-columns:160px minmax(0,1fr)}}@media (max-width:640px){.site-nav .container{min-height:78px}.brand-logo-image{width:min(258px,68vw)}.home-hero-v2-grid{gap:1.5rem;padding:1.8rem 0 2.15rem}.home-hero-v2-copy h1{font-size:clamp(2.7rem,11vw,3.7rem);max-width:9ch}.home-hero-v2-subheadline,.home-hero-v2-supporting{font-size:1rem;max-width:100%}.home-hero-v2-visual{min-height:250px;border-radius:22px}.home-hero-v2-image-desktop{display:none}.home-hero-v2-image-mobile{display:block;object-position:center center}.home-section-intro{margin-bottom:1.35rem}.home-process-list-v2:before{left:22px;top:22px;bottom:22px}.home-process-item-v2{grid-template-columns:60px minmax(0,1fr);gap:1rem;padding:1.15rem 0}.home-process-marker span{width:44px;height:44px;font-size:1.08rem}.home-process-content h3{font-size:1.22rem}.home-section-heading{font-size:2.2rem}.home-pricing-v2{gap:1.5rem}.home-commitment-card-v2{padding:1.5rem}.home-cta-block-v2{padding:2rem 1.2rem}.footer-contact,.footer-links,.home-cta-button-v2{width:100%}.about-single-column h1{font-size:clamp(2.2rem,10vw,3.2rem)}.about-section-heading{font-size:clamp(1.9rem,8vw,2.6rem)}.resource-library-page{padding-top:2.2rem}.resource-library-shell{width:min(var(--max-width),calc(100% - 1.2rem))}.resource-library-masthead{gap:.85rem;margin-bottom:1.5rem;padding-bottom:1.15rem}.resource-library-intro h1{font-size:clamp(1.75rem,7.5vw,2.2rem)}.resource-download-card h2,.resource-library-header h2{font-size:clamp(1.4rem,6.3vw,1.9rem)}.resource-download-card,.resource-library-card,.resource-library-note{padding:1.15rem;border-radius:20px}.resource-library-card-link{grid-template-columns:132px minmax(0,1fr);gap:.8rem;padding:1rem 0}.resource-library-card-thumb{border-radius:14px}.resource-library-card h3{font-size:1.14rem}.resource-library-card p{font-size:.95rem;line-height:1.55}.resource-library-meta,.resource-library-readmore{font-size:.86rem}.resource-library-readmore,.resource-quick-link{width:100%}}