@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600&display=swap";*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--bg-cream: #FDFBF3;--bg-plum: #F5E6F2;--bg-gold: #FBF7E0;--bg-light: #F5F5F5;--bg-dark: #1A1A1A;--text-1: #111111;--text-2: #555555;--text-muted: #888888;--accent: #5B4FE9;--accent-plum:#C06DB0;--accent-gold:#C9B030;--success: #2DB67D;--font: "Inter", system-ui, sans-serif;--radius: 12px;--nav-h: 72px}html{scroll-behavior:smooth;font-size:17px}body{font-family:var(--font);background:var(--bg-cream);color:var(--text-1);line-height:1.7;-webkit-font-smoothing:antialiased}a{color:inherit;text-decoration:none}img{display:block;max-width:100%}.container{max-width:1140px;margin:0 auto;padding:0 2rem}.section-cream{background:var(--bg-cream)}.section-plum{background:var(--bg-plum)}.section-gold{background:var(--bg-gold)}.section-light{background:var(--bg-light)}.section-dark{background:var(--bg-dark);color:#fff}section{padding:130px 0}.overline{display:inline-block;font-size:.72rem;font-weight:500;letter-spacing:.14em;text-transform:uppercase;color:var(--text-muted)}h1,h2,h3{line-height:1.15;font-weight:400;letter-spacing:-.02em}h1{font-size:clamp(3rem,7vw,5.8rem);font-weight:300}h2{font-size:clamp(2rem,4vw,3.2rem);font-weight:400}h3{font-size:1.45rem;font-weight:500}em{font-style:italic;font-weight:300}.section-header{margin-bottom:72px;display:flex;flex-direction:column;gap:16px}.btn-primary{display:inline-flex;align-items:center;gap:8px;background:var(--accent);color:#fff;padding:14px 28px;border-radius:40px;font-size:.95rem;font-weight:500;transition:background .2s,transform .15s;cursor:pointer;border:none}.btn-primary:hover{background:#4840d4;transform:translateY(-1px)}.btn-secondary{display:inline-flex;align-items:center;gap:8px;border:1.5px solid var(--text-1);color:var(--text-1);padding:13px 26px;border-radius:40px;font-size:.95rem;font-weight:500;transition:background .2s,transform .15s}.btn-secondary:hover{background:var(--text-1);color:#fff;transform:translateY(-1px)}.btn-ghost{display:inline-flex;align-items:center;gap:8px;color:var(--text-2);font-size:.95rem;font-weight:400;padding:14px 4px;border-bottom:1px solid transparent;transition:color .2s,border-color .2s}.btn-ghost:hover{color:var(--text-1);border-bottom-color:var(--text-1)}.btn-cta{display:inline-flex;align-items:center;background:var(--accent);color:#fff;padding:10px 22px;border-radius:40px;font-size:.875rem;font-weight:500;transition:background .2s;white-space:nowrap}.btn-cta:hover{background:#4840d4}.nav{position:fixed;top:0;left:0;right:0;z-index:100;background:#fdfbf3d9;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border-bottom:1px solid transparent;transition:border-color .2s,box-shadow .2s;height:var(--nav-h)}.nav-scrolled{border-bottom-color:#00000012;box-shadow:0 2px 20px #0000000a}.nav-inner{max-width:1140px;margin:0 auto;padding:0 2rem;height:var(--nav-h);display:flex;align-items:center;gap:40px}.nav-logo{font-size:1.05rem;font-weight:600;letter-spacing:-.03em;color:var(--text-1);flex-shrink:0}.nav-links{display:flex;gap:24px;align-items:center;flex:1}.nav-links a{font-size:.88rem;font-weight:400;color:var(--text-2);transition:color .15s;white-space:nowrap}.nav-links a:hover{color:var(--text-1)}.nav-links a.active{color:var(--text-1);font-weight:500}.nav-burger{display:none;flex-direction:column;gap:5px;background:none;border:none;cursor:pointer;padding:4px;margin-left:auto}.nav-burger span{display:block;width:22px;height:2px;background:var(--text-1);border-radius:2px;transition:transform .2s,opacity .2s}.nav-burger.active span:nth-child(1){transform:translateY(7px) rotate(45deg)}.nav-burger.active span:nth-child(2){opacity:0}.nav-burger.active span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}.nav-mobile{display:none;flex-direction:column;gap:0;padding:1rem 2rem 1.5rem;border-top:1px solid rgba(0,0,0,.07);background:#fdfbf3f7}.nav-mobile.open{display:flex}.nav-mobile a{font-size:1rem;padding:.75rem 0;color:var(--text-2);border-bottom:1px solid rgba(0,0,0,.06)}.nav-mobile .btn-cta{margin-top:1rem;align-self:flex-start}.hero{padding-top:calc(var(--nav-h) + 100px);padding-bottom:130px;min-height:95vh;display:flex;align-items:center}.hero-eyebrow{display:flex;align-items:center;gap:12px;margin-bottom:32px}.dot{display:block;width:4px;height:4px;border-radius:50%;background:var(--text-muted)}.hero-h1{margin-bottom:28px;max-width:680px}.hero-h1 em{color:var(--accent-plum)}.hero-sub{font-size:1.15rem;color:var(--text-2);margin-bottom:48px;line-height:1.7;max-width:520px}.hero-actions{display:flex;align-items:center;gap:24px;flex-wrap:wrap}.proof{padding:80px 0}.proof-label{margin-bottom:48px;display:block}.proof-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:2px;background:#0000000f;border-radius:var(--radius);overflow:hidden}.proof-item{background:var(--bg-light);padding:40px 32px;display:flex;flex-direction:column;gap:4px}.proof-number{font-size:clamp(2.4rem,4vw,3.6rem);font-weight:300;letter-spacing:-.04em;line-height:1;color:var(--text-1)}.proof-unit{font-size:1.1rem;color:var(--text-muted);font-weight:300;margin-top:-4px}.proof-desc{font-size:.875rem;color:var(--text-2);line-height:1.5;margin-top:12px}.services-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2px;background:#0000000f;border-radius:var(--radius);overflow:hidden}.service-card{background:var(--bg-plum);padding:48px 36px;display:flex;flex-direction:column;gap:12px;transition:background .2s;cursor:pointer;color:inherit}.service-card:hover{background:#eedceb}.service-icon{margin-bottom:8px}.service-tag{color:var(--accent-plum)}.service-card h3{font-size:1.6rem}.service-card p{color:var(--text-2);font-size:.95rem;line-height:1.65;flex:1}.service-link{font-size:.875rem;font-weight:500;color:var(--accent);margin-top:8px;transition:gap .2s}.service-card:hover .service-link{color:#4840d4}.grid-2{display:grid;grid-template-columns:1fr 1fr;gap:2px;background:#0000000f;border-radius:var(--radius);overflow:hidden}.grid-3{display:grid;grid-template-columns:repeat(3,1fr);gap:2px;background:#0000000f;border-radius:var(--radius);overflow:hidden}.grid-4{display:grid;grid-template-columns:repeat(4,1fr);gap:2px;background:#0000000f;border-radius:var(--radius);overflow:hidden}.card-plum{background:var(--bg-plum);padding:40px 32px;display:flex;flex-direction:column;gap:12px;transition:background .2s}.card-plum:hover{background:#eedceb}.card-gold{background:var(--bg-gold);padding:40px 32px;display:flex;flex-direction:column;gap:12px;transition:background .2s}.card-gold:hover{background:#f5f0d4}.card-cream{background:var(--bg-cream);padding:40px 32px;display:flex;flex-direction:column;gap:12px;transition:background .2s}.card-cream:hover{background:#f5f3ea}.card-light{background:var(--bg-light);padding:40px 32px;display:flex;flex-direction:column;gap:12px;transition:background .2s}.card-light:hover{background:#ececec}.card-plum h3,.card-gold h3,.card-cream h3,.card-light h3{font-size:1.3rem}.card-plum p,.card-gold p,.card-cream p,.card-light p{color:var(--text-2);font-size:.9rem;line-height:1.65;flex:1}.card-link{font-size:.875rem;font-weight:500;color:var(--accent);margin-top:8px}.process-steps{display:grid;grid-template-columns:1fr 40px 1fr 40px 1fr 40px 1fr;align-items:start;gap:0}.process-step{display:flex;flex-direction:column;gap:16px}.step-number{font-size:.72rem;font-weight:600;letter-spacing:.12em;color:var(--accent);font-family:Courier New,monospace}.step-content h3{font-size:1.25rem;margin-bottom:8px}.step-content p{font-size:.9rem;color:var(--text-2);line-height:1.65}.process-connector{display:flex;align-items:flex-start;justify-content:center;padding-top:6px;color:var(--text-muted);font-size:1.2rem;line-height:1}.process-connector:after{content:"→";color:var(--accent-plum);font-size:1.4rem;opacity:.5}.two-col{display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:center}.two-col-text{display:flex;flex-direction:column;gap:20px}.two-col-text p{color:var(--text-2);font-size:.975rem;line-height:1.75}.two-col-visual{background:#5b4fe90f;border-radius:var(--radius);padding:40px;display:flex;flex-direction:column;gap:12px}.stat-row{display:flex;align-items:baseline;gap:12px}.stat-big{font-size:2.4rem;font-weight:300;letter-spacing:-.04em;color:var(--accent)}.stat-text{font-size:.875rem;color:var(--text-2)}.feature-list{display:grid;grid-template-columns:1fr 1fr;gap:40px}.feature-item{display:flex;flex-direction:column;gap:10px}.feature-item h3{font-size:1.2rem}.feature-item p{font-size:.9rem;color:var(--text-2);line-height:1.65}.statement-inner{display:grid;grid-template-columns:1fr auto;gap:80px;align-items:center}.statement-quote blockquote{font-size:clamp(1.3rem,2.5vw,1.9rem);font-weight:300;line-height:1.55;color:var(--text-1);font-style:italic;margin-bottom:32px;max-width:640px}.statement-author{display:flex;align-items:center;gap:16px}.author-avatar{width:44px;height:44px;background:var(--accent-plum);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.8rem;font-weight:600;color:#fff;flex-shrink:0}.statement-author strong{display:block;font-size:.9rem;font-weight:600}.statement-author span{font-size:.8rem;color:var(--text-muted)}.statement-metrics{display:grid;grid-template-columns:1fr 1fr;gap:2px;background:#00000014;border-radius:var(--radius);overflow:hidden;min-width:240px}.metric{background:var(--bg-plum);padding:24px 20px;display:flex;flex-direction:column;gap:4px;align-items:center;text-align:center}.metric-num{font-size:2rem;font-weight:300;letter-spacing:-.04em;color:var(--accent-plum);line-height:1}.metric-label{font-size:.72rem;color:var(--text-muted);font-weight:500;letter-spacing:.06em}.check-list{list-style:none;padding:0;display:flex;flex-direction:column;gap:12px}.check-list li{font-size:.9rem;color:var(--text-2);padding-left:26px;position:relative;line-height:1.6}.check-list li:before{content:"✓";position:absolute;left:0;color:var(--success);font-weight:600;font-size:.9rem}.check-list-light li{color:#ffffffd9}.check-list-light li:before{color:var(--success)}.tag-row{display:flex;flex-wrap:wrap;gap:10px}.tag{font-size:.72rem;font-weight:500;padding:4px 10px;background:#c9b03026;color:var(--accent-gold);border-radius:20px;letter-spacing:.04em}.tag-plum{background:#5b4fe912;color:var(--accent)}.tag-cream{background:#0000000d;color:var(--text-2)}.cta-section{text-align:center}.cta-inner{max-width:680px;margin:0 auto;display:flex;flex-direction:column;align-items:center;gap:20px}.cta-inner h2{margin:0}.cta-inner p{color:var(--text-2);font-size:1rem}.cta-actions{display:flex;gap:20px;align-items:center;flex-wrap:wrap;justify-content:center;margin-top:8px}.footer{background:var(--bg-dark);color:#ffffffd9;padding:80px 0 40px}.footer-top{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:48px;margin-bottom:60px;padding-bottom:60px;border-bottom:1px solid rgba(255,255,255,.08)}.footer-logo{font-size:1.1rem;font-weight:600;color:#fff;letter-spacing:-.03em;display:block;margin-bottom:16px}.footer-brand p{font-size:.875rem;color:#ffffff80;line-height:1.65;margin-bottom:16px}.footer-location{font-size:.8rem;color:#ffffff59}.footer-col{display:flex;flex-direction:column;gap:12px}.footer-col h4{font-size:.72rem;font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:#fff6;margin-bottom:4px}.footer-col a{font-size:.9rem;color:#fff9;transition:color .15s}.footer-col a:hover{color:#fff}.footer-bottom{display:flex;justify-content:space-between;align-items:center;font-size:.8rem;color:#ffffff4d}.footer-made{font-size:.8rem}.page-hero{padding-top:calc(var(--nav-h) + 100px);padding-bottom:100px}.page-hero .overline{margin-bottom:20px}.page-hero h1{margin-bottom:24px}.page-hero p{max-width:560px;color:var(--text-2);font-size:1.1rem;margin-bottom:40px}.contact-grid{display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:start}.contact-info{display:flex;flex-direction:column;gap:32px}.contact-item{display:flex;flex-direction:column;gap:6px}.contact-item .overline{margin-bottom:4px}.contact-item strong{font-size:1rem}.contact-item a{color:var(--accent);font-size:.95rem}form{display:flex;flex-direction:column;gap:20px}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:16px}.form-group{display:flex;flex-direction:column;gap:8px}label{font-size:.8rem;font-weight:500;letter-spacing:.04em;color:var(--text-2);text-transform:uppercase}input,textarea,select{font-family:var(--font);font-size:.95rem;color:var(--text-1);background:#fff;border:1.5px solid rgba(0,0,0,.1);border-radius:8px;padding:12px 16px;transition:border-color .15s;outline:none;width:100%;resize:vertical}input:focus,textarea:focus,select:focus{border-color:var(--accent)}textarea{min-height:120px}.faq-list{display:flex;flex-direction:column;gap:2px;background:#0000000f;border-radius:var(--radius);overflow:hidden}.faq-item{background:var(--bg-cream)}.faq-q{padding:24px 32px;font-size:1.05rem;font-weight:500;color:var(--text-1);cursor:pointer;list-style:none;display:flex;justify-content:space-between;align-items:center;gap:16px}.faq-q::-webkit-details-marker{display:none}.faq-q:after{content:"+";font-size:1.4rem;color:var(--text-muted);font-weight:300}.faq-item[open] .faq-q:after{content:"−"}.faq-a{padding:0 32px 28px;color:var(--text-2);line-height:1.7;font-size:.95rem;max-width:720px}.faq-a p{margin-bottom:12px}.faq-a p:last-child{margin-bottom:0}.resource-list{display:flex;flex-direction:column;gap:2px;background:#0000000f;border-radius:var(--radius);overflow:hidden}.resource{background:var(--bg-cream);padding:32px 36px;display:grid;grid-template-columns:auto 1fr;gap:24px;align-items:flex-start;color:inherit;transition:background .2s}.resource:hover{background:#f5f3ea}.resource-ico{width:44px;height:44px;background:#5b4fe91a;border-radius:12px;display:flex;align-items:center;justify-content:center;color:var(--accent);flex-shrink:0}.resource-body{display:flex;flex-direction:column;gap:6px}.resource-title{font-size:1.05rem;font-weight:500;color:var(--text-1)}.resource-desc{font-size:.9rem;color:var(--text-2);line-height:1.65}.resource-meta{font-size:.72rem;color:var(--text-muted);font-weight:500;letter-spacing:.1em;text-transform:uppercase}@media(max-width:960px){section{padding:80px 0}.proof-grid{grid-template-columns:1fr 1fr}.services-grid{grid-template-columns:1fr}.grid-3,.grid-4{grid-template-columns:1fr 1fr}.process-steps{grid-template-columns:1fr;gap:32px}.process-connector{display:none}.two-col{grid-template-columns:1fr;gap:48px}.statement-inner{grid-template-columns:1fr;gap:40px}.footer-top{grid-template-columns:1fr 1fr}.feature-list{grid-template-columns:1fr}.contact-grid{grid-template-columns:1fr;gap:48px}.statement-metrics{min-width:0;grid-template-columns:repeat(4,1fr)}}@media(max-width:640px){h1{font-size:2.8rem}h2{font-size:2rem}.nav-links,.nav .btn-cta{display:none}.nav-burger{display:flex}.proof-grid{grid-template-columns:1fr 1fr;gap:2px}.footer-top,.form-row{grid-template-columns:1fr}.hero{min-height:auto}.hero-actions{gap:16px}.statement-metrics{grid-template-columns:1fr 1fr}.grid-3,.grid-4,.resource{grid-template-columns:1fr}.faq-q{padding:20px 22px}.faq-a{padding:0 22px 24px}}.further-links{list-style:none;padding:0;display:flex;flex-direction:column;gap:2px;background:#0000000f;border-radius:var(--radius);overflow:hidden}.further-links li{background:var(--bg-cream);padding:18px 24px;display:flex;flex-direction:column;gap:3px}.further-links a{color:var(--accent);font-weight:500;font-size:.95rem}.further-links a:hover{color:#4840d4}.further-links span{font-size:.85rem;color:var(--text-2);line-height:1.55}.ref-list{list-style:none;padding:0;display:flex;flex-direction:column;gap:12px}.ref-list li{font-size:.9rem;color:var(--text-2);line-height:1.6;padding-left:18px;position:relative}.ref-list li:before{content:"·";position:absolute;left:4px;color:var(--accent)}.color-plum-accent{color:var(--accent-plum)}.color-gold-accent{color:var(--accent-gold)}.color-accent{color:var(--accent)}.muted{color:var(--text-2)}.narrow{max-width:720px}.text-center{text-align:center}.mx-auto{margin-left:auto;margin-right:auto}.mt-16{margin-top:16px}.mt-24{margin-top:24px}.mt-32{margin-top:32px}.mt-48{margin-top:48px}.mb-12{margin-bottom:12px}.mb-16{margin-bottom:16px}.mb-24{margin-bottom:24px}.mb-32{margin-bottom:32px}.mb-48{margin-bottom:48px}@keyframes fadeUp{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}.hero .container{animation:fadeUp .7s ease both}
