:root{--signal: #FF4D00;--signal-light: #FF8C55;--jade: #00A878;--jade-light: #00D49A;--ink: #0F0F0D;--cream: #FAF8F4;--blush: #FFF0EA;--mint: #E6F7F1;--slate: #6B6B68;--rule: #E4E0D9;--serif: "Syne", sans-serif;--sans: "DM Sans", sans-serif;--section-pad: 6rem 2.5rem;--section-pad-mobile: 4rem 1.25rem;--max-width: 1100px;--ease-out: cubic-bezier(.16, 1, .3, 1)}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{background:var(--cream);font-family:var(--sans);color:var(--ink);overflow-x:hidden;-webkit-font-smoothing:antialiased}@keyframes fadeUp{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes nodePulse{0%,to{transform:scale(1);opacity:.9}50%{transform:scale(1.08);opacity:1}}@keyframes lineGrow{0%{stroke-dashoffset:200}to{stroke-dashoffset:0}}.fade-up{opacity:0;transform:translateY(24px);transition:opacity .7s var(--ease-out),transform .7s var(--ease-out)}.fade-up.is-visible{opacity:1;transform:translateY(0)}.fade-up-1{transition-delay:.1s}.fade-up-2{transition-delay:.22s}.fade-up-3{transition-delay:.34s}.fade-up-4{transition-delay:.46s}.fade-up-5{transition-delay:.58s}section{padding:var(--section-pad)}.section-inner{max-width:var(--max-width);margin:0 auto}.section-eyebrow{font-size:.7rem;font-weight:600;letter-spacing:.14em;text-transform:uppercase;color:var(--jade);margin-bottom:.75rem;display:flex;align-items:center;gap:.6rem}.section-eyebrow:before{content:"";width:20px;height:2px;background:var(--jade);border-radius:1px}.section-title{font-family:var(--serif);font-size:clamp(1.8rem,3vw,2.75rem);font-weight:700;letter-spacing:-.025em;line-height:1.1;margin-bottom:1rem}.section-title em{font-style:italic;color:var(--signal)}.section-sub{font-size:1rem;color:var(--slate);line-height:1.75;max-width:52ch}nav{position:fixed;top:0;left:0;right:0;z-index:100;padding:0 2.5rem;height:64px;display:flex;align-items:center;justify-content:space-between;background:#faf8f4e0;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border-bottom:1px solid transparent;transition:border-color .3s}nav.scrolled{border-bottom-color:var(--rule)}.nav-logo{display:flex;align-items:center;gap:8px;text-decoration:none}.nav-logo-text{font-family:var(--serif);font-weight:700;font-size:1.05rem;letter-spacing:-.025em;color:var(--ink)}.nav-logo-text .dot{color:var(--signal)}.nav-links{display:flex;align-items:center;gap:2rem;list-style:none}.nav-links a{font-size:.85rem;font-weight:500;color:var(--slate);text-decoration:none;transition:color .2s}.nav-links a:hover{color:var(--ink)}.nav-cta{display:inline-flex;align-items:center;gap:.35rem;background:var(--signal);color:#fff!important;font-size:.82rem!important;font-weight:600!important;padding:.5rem 1.1rem;border-radius:7px;transition:background .2s!important}.nav-cta:hover{background:#d93d00!important;color:#fff!important}.nav-mobile-btn{display:none;background:none;border:none;cursor:pointer;padding:.25rem;z-index:110}.mobile-menu{display:none;position:fixed;top:0;right:0;bottom:0;left:0;z-index:105;background:#faf8f4fa;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);flex-direction:column;align-items:center;justify-content:center;gap:2rem;opacity:0;pointer-events:none;transition:opacity .3s ease}.mobile-menu.open{display:flex;opacity:1;pointer-events:auto}.mobile-menu a{font-family:var(--serif);font-size:1.5rem;font-weight:700;color:var(--ink);text-decoration:none;letter-spacing:-.02em;transition:color .2s}.mobile-menu a:hover{color:var(--signal)}.mobile-menu .mobile-cta{display:inline-flex;align-items:center;gap:.4rem;background:var(--signal);color:#fff;font-family:var(--sans);font-size:1rem;font-weight:600;padding:.85rem 1.65rem;border-radius:8px;text-decoration:none;margin-top:1rem;transition:background .2s}.mobile-menu .mobile-cta:hover{background:#d93d00}.btn-primary{display:inline-flex;align-items:center;gap:.4rem;background:var(--signal);color:#fff;font-family:var(--sans);font-size:.9rem;font-weight:600;padding:.85rem 1.65rem;border-radius:8px;text-decoration:none;border:none;cursor:pointer;transition:background .2s,transform .15s}.btn-primary:hover{background:#d93d00;transform:translateY(-1px)}.btn-secondary{display:inline-flex;align-items:center;gap:.4rem;background:transparent;color:var(--ink);font-family:var(--sans);font-size:.88rem;font-weight:500;padding:.85rem 1.4rem;border-radius:8px;border:1.5px solid var(--rule);text-decoration:none;transition:border-color .2s,color .2s}.btn-secondary:hover{border-color:var(--ink);color:var(--ink)}.btn-primary-lg{display:inline-flex;align-items:center;gap:.4rem;background:var(--signal);color:#fff;font-family:var(--sans);font-size:.95rem;font-weight:600;padding:1rem 2rem;border-radius:9px;text-decoration:none;transition:background .2s,transform .15s}.btn-primary-lg:hover{background:#d93d00;transform:translateY(-1px)}.btn-ghost-light{display:inline-flex;align-items:center;gap:.4rem;background:transparent;color:#ffffff73;font-family:var(--sans);font-size:.82rem;font-weight:500;padding:.85rem 0;text-decoration:none;transition:color .2s}.btn-ghost-light:hover{color:#ffffffd9}.btn-ghost-white{display:inline-flex;align-items:center;gap:.4rem;background:#ffffff14;color:#ffffffb3;font-family:var(--sans);font-size:.88rem;font-weight:500;padding:1rem 1.5rem;border-radius:9px;border:1px solid rgba(255,255,255,.12);text-decoration:none;transition:background .2s}.btn-ghost-white:hover{background:#ffffff24}.hero-card-float{background:#fff;border:1px solid var(--rule);border-radius:16px;padding:1.5rem;box-shadow:0 8px 40px #0f0f0d1a;position:absolute}.hero-card-main{width:78%;top:8%;left:0;animation:fadeUp .8s .3s var(--ease-out) both}.hero-card-secondary{width:58%;bottom:8%;right:0;padding:1.1rem 1.25rem;animation:fadeUp .8s .5s var(--ease-out) both}.hero-card-eyebrow{font-size:.62rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--jade);margin-bottom:.5rem}.hero-card-title{font-family:var(--serif);font-size:1rem;font-weight:700;letter-spacing:-.02em;margin-bottom:.5rem;line-height:1.3}.hero-card-body{font-size:.75rem;color:var(--slate);line-height:1.6;margin-bottom:.75rem}.hero-card-items{display:flex;flex-direction:column;gap:.35rem}.hero-card-item{display:flex;align-items:center;gap:.4rem;font-size:.72rem;color:var(--ink)}.hci-dot{width:5px;height:5px;border-radius:50%;background:var(--signal);flex-shrink:0}.hero-card-price{font-family:var(--serif);font-size:1.6rem;font-weight:800;letter-spacing:-.03em;color:var(--signal)}.hero-card-price-note{font-size:.65rem;color:var(--slate);margin-top:.1rem}.hero-card-btn{display:block;width:100%;background:var(--signal);color:#fff;font-size:.72rem;font-weight:700;padding:.5rem 0;border-radius:6px;text-align:center;text-decoration:none;margin-top:.75rem;transition:background .2s}.hero-card-btn:hover{background:#d93d00}.tier-card{background:#fff;border:1px solid var(--rule);border-radius:16px;overflow:hidden;transition:box-shadow .2s,transform .2s}.tier-card:hover{box-shadow:0 6px 28px #00000012;transform:translateY(-2px)}.tier-card-inner{padding:1.75rem 2rem}.tier-number{font-size:.62rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:#ccc;margin-bottom:.6rem}.tier-icon{width:40px;height:40px;border-radius:10px;display:flex;align-items:center;justify-content:center;margin-bottom:1.1rem;font-size:1.1rem}.tier-title{font-family:var(--serif);font-size:1.2rem;font-weight:700;letter-spacing:-.02em;line-height:1.2;margin-bottom:.6rem}.tier-pitch{font-size:.85rem;color:var(--slate);line-height:1.7}.tier-card-footer{padding:1rem 2rem 1.5rem;border-top:1px solid var(--rule);display:flex;align-items:center;justify-content:space-between;gap:1rem}.tier-price-note{font-size:.75rem;color:var(--slate);line-height:1.5}.tier-price-note strong{font-weight:600;color:var(--ink);display:block;font-size:.85rem}.tier-link{display:inline-flex;align-items:center;gap:.3rem;font-size:.78rem;font-weight:600;color:var(--jade);text-decoration:none;white-space:nowrap;transition:gap .2s;flex-shrink:0}.tier-link:hover{gap:.55rem}.problem-card{background:#fff;border:1px solid var(--rule);border-radius:14px;padding:1.25rem 1.5rem;display:flex;align-items:flex-start;gap:1rem;transition:box-shadow .2s}.problem-card:hover{box-shadow:0 4px 20px #0000000f}.problem-card-icon{font-size:1.25rem;flex-shrink:0;margin-top:.1rem}.problem-card-text h4{font-family:var(--serif);font-size:.95rem;font-weight:700;letter-spacing:-.01em;margin-bottom:.25rem}.problem-card-text p{font-size:.82rem;color:var(--slate);line-height:1.6}.faq-item{background:#fff;border:1px solid var(--rule);border-radius:14px;padding:1.5rem;transition:box-shadow .2s}.faq-item:hover{box-shadow:0 4px 20px #0000000d}.faq-q{font-family:var(--serif);font-size:.95rem;font-weight:700;letter-spacing:-.01em;color:var(--ink);margin-bottom:.65rem;line-height:1.3}.faq-a{font-size:.85rem;color:var(--slate);line-height:1.7}.faq-a strong{color:var(--signal);font-weight:600}.usp-banner{background:var(--blush);border:1px solid rgba(255,77,0,.12);border-radius:12px;padding:1.25rem 1.75rem;display:flex;align-items:center;gap:1.25rem}.usp-icon{font-size:1.4rem;flex-shrink:0}.usp-text{font-size:.88rem;color:var(--ink);line-height:1.65}.usp-text strong{font-weight:600;color:var(--signal)}.about-tag{display:inline-flex;align-items:center;gap:4px;background:#ffffffb3;border:1px solid var(--rule);border-radius:100px;padding:.3rem .75rem;font-size:.72rem;font-weight:500;color:var(--ink)}.hero-trust-item{display:flex;align-items:center;gap:.4rem;font-size:.75rem;color:var(--slate)}.trust-dot{width:4px;height:4px;border-radius:50%;background:var(--rule)}.hero{min-height:100vh;padding:120px 2.5rem 6rem;display:flex;align-items:center;position:relative;overflow:hidden;background:linear-gradient(160deg,#fff0ea,#faf8f4 55%,#e6f7f1)}.hero-noise{position:absolute;top:0;right:0;bottom:0;left:0;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)' opacity='0.035'/%3E%3C/svg%3E");pointer-events:none}.hero-graphic{position:absolute;right:-80px;top:50%;transform:translateY(-50%);opacity:.07;pointer-events:none}.hero-inner{max-width:var(--max-width);margin:0 auto;width:100%;display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.hero-badge{display:inline-flex;align-items:center;gap:6px;background:#ffffffb3;border:1px solid rgba(255,77,0,.15);border-radius:100px;padding:.35rem .9rem;font-size:.72rem;font-weight:600;color:var(--ink);margin-bottom:1.75rem;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.hero-badge-dot{width:6px;height:6px;border-radius:50%;background:var(--signal);animation:nodePulse 2s ease-in-out infinite}.hero-h1{font-family:var(--serif);font-size:clamp(2.5rem,5vw,4rem);font-weight:700;letter-spacing:-.03em;line-height:1.08;margin-bottom:1.25rem;color:var(--ink)}.hero-h1 em{font-style:italic;color:var(--signal)}.hero-sub{font-size:1.05rem;color:var(--slate);line-height:1.75;max-width:44ch;margin-bottom:2.25rem}.hero-actions{display:flex;align-items:center;gap:1rem;flex-wrap:wrap;margin-bottom:3rem}.hero-right{display:flex;align-items:center;justify-content:center;position:relative}.hero-visual{width:100%;max-width:420px;aspect-ratio:1;position:relative}.hero-trust{display:flex;align-items:center;gap:1rem;flex-wrap:wrap}.problem-section{background:var(--cream);border-top:1px solid var(--rule);border-bottom:1px solid var(--rule)}.problem-grid{display:grid;grid-template-columns:1fr 1fr;gap:5rem;align-items:center;margin-top:3.5rem}.problem-cards{display:flex;flex-direction:column;gap:1rem}.problem-right h3{font-family:var(--serif);font-size:clamp(1.4rem,2.5vw,2rem);font-weight:700;letter-spacing:-.025em;line-height:1.2;margin-bottom:1.25rem}.problem-right h3 em{font-style:italic;color:var(--signal)}.problem-right p{font-size:.95rem;color:var(--slate);line-height:1.8;margin-bottom:1rem}.problem-right p:last-of-type{margin-bottom:1.75rem}.services-section{background:linear-gradient(180deg,var(--cream) 0%,#fff 100%)}.tier1-card{background:linear-gradient(135deg,#0f0f0d,#1c3d30);border-radius:20px;overflow:hidden;margin-bottom:1.25rem;position:relative}.tier1-accent{position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,var(--signal),var(--signal-light),var(--jade))}.tier1-inner{padding:3rem 3.5rem;display:grid;grid-template-columns:1fr auto;gap:3rem;align-items:center}.tier1-tag{display:inline-flex;align-items:center;gap:5px;background:#ff4d0033;color:var(--signal-light);font-size:.65rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;padding:.3rem .75rem;border-radius:4px;margin-bottom:1.25rem}.tier1-tag-dot{width:5px;height:5px;border-radius:50%;background:var(--signal-light)}.tier1-title{font-family:var(--serif);font-size:clamp(1.75rem,3vw,2.5rem);font-weight:700;letter-spacing:-.03em;line-height:1.1;color:#fff;margin-bottom:.75rem}.tier1-title em{font-style:italic;color:var(--signal-light)}.tier1-pitch{font-size:1rem;color:#ffffff8c;line-height:1.75;max-width:52ch;margin-bottom:2rem}.tier1-includes{display:flex;flex-direction:column;gap:.55rem;margin-bottom:2rem}.tier1-include{display:flex;align-items:flex-start;gap:.65rem;font-size:.88rem;color:#ffffffb3;line-height:1.5}.tier1-include-dot{width:6px;height:6px;border-radius:50%;background:var(--signal);margin-top:.42rem;flex-shrink:0}.tier1-actions{display:flex;align-items:center;gap:1rem;flex-wrap:wrap}.tier1-right{display:flex;flex-direction:column;align-items:center;gap:1.5rem;flex-shrink:0}.tier1-price{font-family:var(--serif);font-size:3.5rem;font-weight:800;color:#fff;letter-spacing:-.04em;line-height:1;text-align:center}.tier1-price-label{font-size:.72rem;color:#ffffff4d;margin-top:.3rem;letter-spacing:.04em;text-align:center}.tier1-founding{background:#00a87833;border:1px solid rgba(0,168,120,.3);border-radius:8px;padding:.75rem 1rem;text-align:center}.tier1-founding-label{font-size:.65rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--jade-light);margin-bottom:.2rem}.tier1-founding-note{font-size:.7rem;color:#ffffff73;line-height:1.4}.tiers-row{display:grid;grid-template-columns:1fr 1fr;gap:1.25rem;margin-bottom:1.25rem}.how-section{background:#fff}.how-steps{display:grid;grid-template-columns:repeat(4,1fr);gap:0;margin-top:3.5rem;position:relative}.how-steps:before{content:"";position:absolute;top:28px;left:calc(12.5% + 1rem);right:calc(12.5% + 1rem);height:1px;background:linear-gradient(90deg,var(--signal),var(--jade));z-index:0}.how-step{display:flex;flex-direction:column;align-items:center;text-align:center;padding:0 1.5rem;position:relative;z-index:1}.how-step-num{width:56px;height:56px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-family:var(--serif);font-size:1.1rem;font-weight:700;margin-bottom:1.25rem;flex-shrink:0;border:2px solid var(--rule);background:var(--cream);transition:border-color .2s,background .2s}.how-step:hover .how-step-num{border-color:var(--signal);background:var(--blush)}.how-step-title{font-family:var(--serif);font-size:1rem;font-weight:700;letter-spacing:-.015em;margin-bottom:.5rem}.how-step-body{font-size:.8rem;color:var(--slate);line-height:1.65}.about-section{background:linear-gradient(160deg,#fff0ea,#faf8f4 55%,#e6f7f1);border-top:1px solid var(--rule)}.about-inner{display:grid;grid-template-columns:auto 1fr;gap:4rem;align-items:center;max-width:900px}.about-photo-wrap{flex-shrink:0}.about-photo{width:180px;height:180px;border-radius:50%;background:linear-gradient(135deg,#d4cfc8,#b8b2aa);display:flex;align-items:center;justify-content:center;border:4px solid #fff;box-shadow:0 8px 32px #0000001a;position:relative;overflow:hidden}.about-photo img{width:100%;height:100%;object-fit:cover}.about-photo-badge{position:absolute;bottom:8px;right:8px;width:32px;height:32px;background:var(--signal);border-radius:50%;border:2px solid #fff;display:flex;align-items:center;justify-content:center}.about-name{font-family:var(--serif);font-size:1.5rem;font-weight:700;letter-spacing:-.025em;margin-bottom:.2rem}.about-role{font-size:.8rem;color:var(--jade);font-weight:600;letter-spacing:.06em;text-transform:uppercase;margin-bottom:1.1rem}.about-bio{font-size:.95rem;color:var(--slate);line-height:1.8;margin-bottom:1.25rem}.about-tags{display:flex;flex-wrap:wrap;gap:.5rem}.faq-section{background:var(--cream)}.faq-grid{display:grid;grid-template-columns:1fr 1fr;gap:1rem;margin-top:3rem}.cta-section{background:linear-gradient(135deg,#0f0f0d,#1c3d30);padding:6rem 2.5rem;text-align:center;position:relative;overflow:hidden}.cta-section-bg{position:absolute;top:0;right:0;bottom:0;left:0;background-image:linear-gradient(rgba(255,255,255,.025) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.025) 1px,transparent 1px);background-size:48px 48px;pointer-events:none}.cta-section-inner{position:relative;z-index:1;max-width:640px;margin:0 auto}.cta-section-tag{display:inline-flex;align-items:center;gap:5px;background:#00a87833;color:var(--jade-light);font-size:.65rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;padding:.3rem .75rem;border-radius:4px;margin-bottom:1.5rem}.cta-section-title{font-family:var(--serif);font-size:clamp(1.75rem,3.5vw,3rem);font-weight:700;letter-spacing:-.03em;line-height:1.1;color:#fff;margin-bottom:1rem}.cta-section-title em{font-style:italic;color:var(--signal-light)}.cta-section-sub{font-size:1rem;color:#ffffff80;line-height:1.7;margin-bottom:2.5rem;max-width:40ch;margin-left:auto;margin-right:auto}.cta-section-actions{display:flex;justify-content:center;align-items:center;gap:1rem;flex-wrap:wrap;margin-bottom:1.75rem}.cta-section-note{font-size:.75rem;color:#ffffff40}footer{background:var(--ink);padding:3rem 2.5rem 2.5rem}.footer-inner{max-width:var(--max-width);margin:0 auto;display:grid;grid-template-columns:1fr auto;gap:3rem;align-items:start;border-bottom:1px solid rgba(255,255,255,.08);padding-bottom:2rem;margin-bottom:1.5rem}.footer-logo{display:flex;align-items:center;gap:8px;text-decoration:none;margin-bottom:.75rem}.footer-logo-text{font-family:var(--serif);font-weight:700;font-size:1rem;letter-spacing:-.025em;color:#fff}.footer-logo-text .dot{color:var(--signal)}.footer-tagline{font-size:.82rem;color:#ffffff59;line-height:1.6;max-width:32ch}.footer-links{display:flex;flex-direction:column;gap:.5rem;align-items:flex-end}.footer-link{font-size:.8rem;color:#fff6;text-decoration:none;transition:color .2s}.footer-link:hover{color:#fffc}.footer-bottom{max-width:var(--max-width);margin:0 auto;display:flex;align-items:center;justify-content:space-between;gap:1rem;flex-wrap:wrap}.footer-copy{font-size:.72rem;color:#fff3}.footer-accent-strip{height:3px;width:60px;background:linear-gradient(90deg,var(--signal),var(--jade));border-radius:2px}.footer-legal-links{display:flex;align-items:center;gap:.5rem}.footer-legal-link{font-size:.72rem;color:#fff3;text-decoration:none;transition:color .2s}.footer-legal-link:hover{color:#ffffff80}.footer-legal-sep{font-size:.72rem;color:#ffffff1f}@media(max-width:860px){nav{padding:0 1.25rem}.nav-links{display:none}.nav-mobile-btn{display:block}section{padding:var(--section-pad-mobile)}.cta-section{padding:var(--section-pad-mobile)}.hero{padding:100px 1.25rem 4rem;min-height:auto}.hero-inner{grid-template-columns:1fr;gap:3rem}.hero-right{display:none}.hero-h1{font-size:clamp(2rem,7vw,3rem)}.problem-grid{grid-template-columns:1fr;gap:2.5rem}.tier1-inner{grid-template-columns:1fr;gap:2rem;padding:2rem 1.75rem}.tier1-right{flex-direction:row;align-items:center}.tiers-row{grid-template-columns:1fr}.how-steps{grid-template-columns:1fr 1fr;gap:2rem}.how-steps:before{display:none}.about-inner{grid-template-columns:1fr;gap:2rem;text-align:center}.about-tags{justify-content:center}.faq-grid,.footer-inner{grid-template-columns:1fr}.footer-links{align-items:flex-start}}@media(max-width:480px){.hero{padding:90px 1rem 3rem}.hero-h1{font-size:1.75rem}.hero-sub{font-size:.95rem}.hero-actions{flex-direction:column;align-items:stretch}.hero-trust{flex-direction:column;align-items:flex-start;gap:.5rem}.trust-dot{display:none}.tier1-inner{padding:1.5rem 1.25rem}.tier1-price{font-size:2.5rem}.tier1-right{flex-direction:column}.how-steps{grid-template-columns:1fr}.about-photo{width:140px;height:140px}.cta-section-actions{flex-direction:column;align-items:stretch}.usp-banner{flex-direction:column;text-align:center}footer{padding:2rem 1rem 1.5rem}}.legal-hero{background:var(--ink);padding:9rem 2.5rem 4rem;text-align:center}.legal-hero-eyebrow{font-size:.7rem;font-weight:600;letter-spacing:.14em;text-transform:uppercase;color:var(--jade);margin-bottom:1rem}.legal-hero-title{font-family:var(--serif);font-size:clamp(2rem,4vw,3rem);font-weight:700;letter-spacing:-.03em;color:#fff;margin-bottom:.75rem}.legal-hero-sub{font-size:.9rem;color:#ffffff73;margin-bottom:.5rem}.legal-hero-updated{font-size:.75rem;color:#ffffff40}.legal-body{background:var(--cream);padding:5rem 2.5rem 6rem}.legal-inner{max-width:720px;margin:0 auto}.legal-back{display:inline-flex;align-items:center;gap:.4rem;font-size:.8rem;font-weight:500;color:var(--slate);text-decoration:none;margin-bottom:3rem;transition:color .2s}.legal-back:hover{color:var(--ink)}.legal-prose h2{font-family:var(--serif);font-size:1.25rem;font-weight:700;letter-spacing:-.02em;color:var(--ink);margin:2.5rem 0 .75rem}.legal-prose h2:first-child{margin-top:0}.legal-prose p{font-size:.92rem;line-height:1.8;color:var(--slate);margin-bottom:1rem}.legal-prose ul{margin:0 0 1rem 1.25rem}.legal-prose ul li{font-size:.92rem;line-height:1.8;color:var(--slate);margin-bottom:.35rem}.legal-prose a{color:var(--signal);text-decoration:none}.legal-prose a:hover{text-decoration:underline}.legal-prose strong{color:var(--ink);font-weight:600}.legal-divider{border:none;border-top:1px solid var(--rule);margin:2.5rem 0}@media(max-width:640px){.legal-hero{padding:8rem 1.25rem 3rem}.legal-body{padding:3rem 1.25rem 4rem}}
