:root{
  --ink:#21152c;
  --muted:#665b70;
  --purple-950:#2b0d4f;
  --purple-900:#3b1769;
  --purple-800:#4c1d95;
  --purple-700:#5b21b6;
  --purple-600:#6d28d9;
  --purple-500:#7c3aed;
  --purple-200:#ddd0ff;
  --purple-100:#eee8ff;
  --purple-50:#f8f5ff;
  --white:#fff;
  --line:#e7e0ec;
  --success:#176b49;
  --shadow:0 20px 50px rgba(55,24,86,.12);
  --shadow-sm:0 9px 28px rgba(55,24,86,.09);
  --radius-xl:34px;
  --radius-lg:24px;
  --radius-md:16px;
  --container:min(1180px,calc(100% - 40px));
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;color:var(--ink);background:var(--white);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;line-height:1.65;-webkit-font-smoothing:antialiased}
img{display:block;max-width:100%}
a{color:inherit;text-decoration:none}
button,input,select,textarea{font:inherit}
button{cursor:pointer}
:focus-visible{outline:3px solid #f0c419;outline-offset:3px}
.skip-link{position:fixed;left:16px;top:-80px;background:var(--ink);color:white;padding:12px 18px;border-radius:10px;z-index:9999}.skip-link:focus{top:16px}
.container{width:var(--container);margin-inline:auto}
.eyebrow{display:inline-flex;align-items:center;gap:9px;font-size:.77rem;line-height:1.2;letter-spacing:.16em;text-transform:uppercase;font-weight:800;color:var(--purple-700)}
.eyebrow:before{content:"";width:28px;height:2px;background:currentColor;border-radius:2px}
.section{padding:96px 0}
.section-tight{padding:68px 0}
.section-soft{background:linear-gradient(180deg,#fbfaff 0%,var(--purple-50) 100%)}
.section-dark{background:var(--purple-950);color:white;position:relative;overflow:hidden}
.section-dark:after{content:"";position:absolute;right:-160px;top:-190px;width:520px;height:520px;border:1px solid rgba(255,255,255,.12);border-radius:50%;box-shadow:0 0 0 70px rgba(255,255,255,.03),0 0 0 140px rgba(255,255,255,.02)}
h1,h2,h3,h4{font-family:Georgia,"Times New Roman",serif;line-height:1.08;margin:0 0 .55em;letter-spacing:-.025em}
h1{font-size:clamp(2.65rem,6vw,5.7rem)}
h2{font-size:clamp(2.15rem,4.5vw,4rem)}
h3{font-size:clamp(1.35rem,2vw,1.85rem)}
p{margin:0 0 1.15em}.lead{font-size:clamp(1.05rem,1.7vw,1.28rem);color:var(--muted);max-width:68ch}.lead-light{color:rgba(255,255,255,.77)}
.header-shell{position:sticky;top:0;z-index:100;background:rgba(255,255,255,.94);backdrop-filter:blur(16px);border-bottom:1px solid rgba(76,29,149,.08)}
.site-header{min-height:84px;display:flex;align-items:center;justify-content:space-between;gap:28px}
.brand{display:flex;align-items:center;gap:12px;min-width:0}.brand img{width:48px;height:48px;flex:none}.brand-name{font-weight:850;letter-spacing:-.035em;font-size:clamp(.92rem,1.55vw,1.18rem);white-space:nowrap}
.primary-nav{display:flex;align-items:center;gap:5px}.primary-nav a{padding:10px 11px;border-radius:999px;font-size:.91rem;font-weight:700;color:#514759}.primary-nav a:hover,.primary-nav a[aria-current="page"]{color:var(--purple-700);background:var(--purple-50)}
.nav-cta{background:var(--purple-700)!important;color:white!important;padding-inline:17px!important;box-shadow:0 7px 18px rgba(91,33,182,.2)}
.menu-toggle{display:none;width:46px;height:46px;border:0;border-radius:14px;background:var(--purple-50);color:var(--purple-800);align-items:center;justify-content:center}.menu-toggle span,.menu-toggle span:before,.menu-toggle span:after{display:block;width:22px;height:2px;background:currentColor;border-radius:2px;content:"";position:relative}.menu-toggle span:before{position:absolute;top:-7px}.menu-toggle span:after{position:absolute;top:7px}
.hero{padding:70px 0 52px;overflow:hidden;position:relative;background:radial-gradient(circle at 15% 10%,#f1eaff 0,rgba(241,234,255,0) 40%),linear-gradient(135deg,#fff 42%,#faf7ff 42%)}
.hero-grid{display:grid;grid-template-columns:minmax(0,1.02fr) minmax(360px,.98fr);gap:66px;align-items:center}.hero-copy{position:relative;z-index:2}.hero h1 span{color:var(--purple-600)}
.hero-actions,.button-row{display:flex;flex-wrap:wrap;gap:13px;margin-top:28px}.btn{display:inline-flex;align-items:center;justify-content:center;min-height:50px;padding:13px 21px;border-radius:999px;border:1px solid transparent;font-weight:800;line-height:1.2;transition:.2s ease}.btn-primary{background:var(--purple-700);color:white;box-shadow:0 12px 30px rgba(91,33,182,.25)}.btn-primary:hover{background:var(--purple-800);transform:translateY(-1px)}.btn-secondary{background:white;border-color:var(--purple-200);color:var(--purple-800)}.btn-secondary:hover{border-color:var(--purple-600);background:var(--purple-50)}.btn-light{background:white;color:var(--purple-800)}
.hero-visual{position:relative}.hero-photo{position:relative;border-radius:48px 48px 18px 48px;overflow:hidden;box-shadow:var(--shadow);aspect-ratio:1.08/1}.hero-photo img{width:100%;height:100%;object-fit:cover}.hero-photo:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 55%,rgba(31,15,45,.25))}.hero-note{position:absolute;left:-34px;bottom:28px;max-width:270px;background:white;padding:19px 20px;border-radius:18px;box-shadow:var(--shadow);z-index:2;border-left:5px solid var(--purple-500)}.hero-note strong{display:block;font-size:1rem;margin-bottom:4px}.hero-note span{font-size:.88rem;color:var(--muted)}
.trust-row{display:grid;grid-template-columns:repeat(4,1fr);gap:1px;background:var(--line);border:1px solid var(--line);border-radius:22px;overflow:hidden;margin-top:52px;box-shadow:var(--shadow-sm)}.trust-item{background:white;padding:22px}.trust-item b{display:block;color:var(--purple-800);font-size:.96rem}.trust-item span{font-size:.84rem;color:var(--muted)}
.section-head{display:flex;justify-content:space-between;align-items:end;gap:40px;margin-bottom:42px}.section-head>*{max-width:670px}.section-head p{margin-bottom:0}
.cards{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.card{background:white;border:1px solid var(--line);border-radius:var(--radius-lg);overflow:hidden;box-shadow:var(--shadow-sm)}.card-media{aspect-ratio:1.35/1;overflow:hidden}.card-media img{width:100%;height:100%;object-fit:cover;transition:.45s ease}.card:hover .card-media img{transform:scale(1.035)}.card-body{padding:26px}.card-body p{color:var(--muted)}.card-link{display:inline-flex;gap:8px;align-items:center;color:var(--purple-700);font-weight:850}
.split{display:grid;grid-template-columns:1fr 1fr;gap:64px;align-items:center}.split.reverse .split-media{order:2}.split-media{border-radius:var(--radius-xl);overflow:hidden;box-shadow:var(--shadow);aspect-ratio:1.18/1}.split-media img{width:100%;height:100%;object-fit:cover}.split-copy ul,.check-list{list-style:none;padding:0;margin:25px 0}.check-list li{display:flex;gap:12px;padding:10px 0;color:var(--muted)}.check-list li:before{content:"✓";width:26px;height:26px;border-radius:50%;display:grid;place-items:center;background:var(--purple-100);color:var(--purple-700);font-weight:900;flex:none}
.number-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.number-card{padding:27px;border-radius:22px;background:white;border:1px solid var(--line)}.number-card .num{display:grid;place-items:center;width:42px;height:42px;border-radius:14px;background:var(--purple-700);color:white;font-weight:900;margin-bottom:18px}.number-card p{color:var(--muted);font-size:.94rem;margin:0}
.quote-panel{display:grid;grid-template-columns:.85fr 1.15fr;border-radius:36px;overflow:hidden;background:var(--purple-950);color:white}.quote-panel img{width:100%;height:100%;min-height:430px;object-fit:cover}.quote-copy{padding:clamp(40px,7vw,82px);display:flex;flex-direction:column;justify-content:center}.quote-copy blockquote{font-family:Georgia,"Times New Roman",serif;font-size:clamp(1.8rem,3.5vw,3rem);line-height:1.22;margin:0 0 26px}.quote-copy p{color:rgba(255,255,255,.7)}
.cta-band{background:linear-gradient(135deg,var(--purple-800),var(--purple-500));color:white;border-radius:34px;padding:48px;display:flex;align-items:center;justify-content:space-between;gap:34px;box-shadow:var(--shadow)}.cta-band h2{font-size:clamp(2rem,4vw,3.3rem);margin-bottom:.25em}.cta-band p{color:rgba(255,255,255,.78);max-width:640px;margin:0}
.page-hero{padding:58px 0 70px;background:linear-gradient(180deg,#faf7ff 0%,white 100%)}.page-hero-grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:56px;align-items:center}.page-hero-media{border-radius:30px;overflow:hidden;aspect-ratio:1.55/1;box-shadow:var(--shadow)}.page-hero-media img{width:100%;height:100%;object-fit:cover}.breadcrumb{display:flex;gap:8px;align-items:center;color:var(--muted);font-size:.86rem;margin-bottom:22px}.breadcrumb a{color:var(--purple-700);font-weight:700}
.pill-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.pill-card{padding:28px;border-radius:24px;border:1px solid var(--line);background:white}.pill-card .icon{width:46px;height:46px;border-radius:16px;background:var(--purple-100);color:var(--purple-700);display:grid;place-items:center;font-size:1.2rem;font-weight:900;margin-bottom:19px}.pill-card p{color:var(--muted);margin:0}
.matrix{display:grid;grid-template-columns:repeat(2,1fr);gap:18px}.matrix-item{padding:26px;border-radius:22px;background:var(--purple-50);border:1px solid var(--purple-100)}.matrix-item b{display:block;font-size:1.06rem;margin-bottom:7px}.matrix-item p{color:var(--muted);margin:0}
.timeline{display:grid;gap:0;counter-reset:step}.timeline-item{display:grid;grid-template-columns:74px 1fr;gap:24px;position:relative;padding-bottom:35px;counter-increment:step}.timeline-item:before{content:counter(step);width:54px;height:54px;border-radius:18px;background:var(--purple-700);color:white;display:grid;place-items:center;font-weight:900;font-size:1.1rem}.timeline-item:not(:last-child):after{content:"";position:absolute;left:26px;top:61px;bottom:7px;width:2px;background:var(--purple-200)}.timeline-item p{color:var(--muted);margin:0}
.insight-list{display:grid;gap:18px}.insight{display:grid;grid-template-columns:92px 1fr;gap:20px;align-items:start;padding:25px;border:1px solid var(--line);border-radius:22px}.insight .tag{background:var(--purple-100);color:var(--purple-800);padding:9px;border-radius:14px;text-align:center;font-size:.78rem;font-weight:900;text-transform:uppercase}.insight p{color:var(--muted);margin:0}
.faq-list{display:grid;gap:13px}.faq-item{border:1px solid var(--line);border-radius:18px;background:white;overflow:hidden}.faq-question{width:100%;border:0;background:white;color:var(--ink);padding:21px 24px;display:flex;justify-content:space-between;gap:20px;text-align:left;font-weight:850}.faq-question span:last-child{color:var(--purple-700);font-size:1.3rem}.faq-answer{display:none;padding:0 24px 22px;color:var(--muted)}.faq-item.open .faq-answer{display:block}.faq-item.open .faq-question span:last-child{transform:rotate(45deg)}
.contact-layout{display:grid;grid-template-columns:.8fr 1.2fr;gap:32px;align-items:start}.contact-card{background:var(--purple-950);color:white;border-radius:28px;overflow:hidden}.contact-card img{width:100%;aspect-ratio:1.45/1;object-fit:cover}.contact-info{padding:30px}.contact-info p{color:rgba(255,255,255,.75)}.identity-box{margin-top:25px;padding:22px;border:1px solid rgba(255,255,255,.16);border-radius:18px;background:rgba(255,255,255,.06)}.identity-row{padding:10px 0;border-bottom:1px solid rgba(255,255,255,.11)}.identity-row:last-child{border-bottom:0}.identity-row b{display:block;font-size:.78rem;letter-spacing:.1em;text-transform:uppercase;color:#cab5ff}.identity-row span{display:block;margin-top:4px}
.form-shell{background:white;border:1px solid var(--line);border-radius:28px;padding:clamp(26px,4vw,44px);box-shadow:var(--shadow-sm)}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px}.form-group{display:grid;gap:7px}.form-group.full{grid-column:1/-1}.form-group label{font-size:.9rem;font-weight:800}.form-group small{color:var(--muted)}.form-group input,.form-group select,.form-group textarea{width:100%;border:1px solid #d9d1df;border-radius:13px;background:#fff;padding:13px 14px;color:var(--ink);min-height:48px}.form-group textarea{min-height:145px;resize:vertical}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{border-color:var(--purple-600);box-shadow:0 0 0 4px var(--purple-100);outline:0}.checkbox{display:flex;gap:10px;align-items:flex-start}.checkbox input{width:18px;height:18px;margin-top:4px}.honeypot{position:absolute!important;left:-9999px!important;width:1px!important;height:1px!important;overflow:hidden!important}
.legal-wrap{display:grid;grid-template-columns:250px 1fr;gap:48px;align-items:start}.legal-nav{position:sticky;top:110px;border:1px solid var(--line);border-radius:20px;padding:20px}.legal-nav a{display:block;padding:9px 10px;border-radius:10px;color:var(--muted);font-size:.91rem}.legal-nav a:hover{background:var(--purple-50);color:var(--purple-700)}.legal-content{max-width:820px}.legal-content h2{font-size:2rem;margin-top:1.6em}.legal-content h3{font-size:1.35rem;margin-top:1.5em}.legal-content p,.legal-content li{color:#554b5d}.legal-banner{height:260px;border-radius:30px;overflow:hidden;margin-bottom:35px}.legal-banner img{width:100%;height:100%;object-fit:cover}
.site-footer{background:#180c22;color:white;padding:70px 0 24px}.footer-grid{display:grid;grid-template-columns:1.35fr .8fr .8fr .9fr;gap:36px}.footer-brand{display:flex;gap:12px;align-items:center;margin-bottom:18px}.footer-brand img{width:46px}.footer-brand b{font-size:1rem}.footer-copy{color:rgba(255,255,255,.64);max-width:370px}.footer-heading{font-weight:900;margin-bottom:16px}.footer-links{display:grid;gap:9px}.footer-links a{color:rgba(255,255,255,.66);font-size:.92rem}.footer-links a:hover{color:white}.footer-bottom{border-top:1px solid rgba(255,255,255,.12);margin-top:46px;padding-top:22px;display:flex;justify-content:space-between;gap:20px;color:rgba(255,255,255,.55);font-size:.85rem}
.notice{padding:18px 20px;border-radius:16px;background:var(--purple-50);border-left:4px solid var(--purple-600);color:#51475a}.notice strong{color:var(--ink)}
.center{text-align:center}.max-760{max-width:760px;margin-inline:auto}.spacer-24{height:24px}.spacer-40{height:40px}
@media(max-width:1060px){
  .menu-toggle{display:flex}.primary-nav{position:fixed;top:84px;left:20px;right:20px;background:white;border:1px solid var(--line);border-radius:22px;padding:14px;box-shadow:var(--shadow);display:none;flex-direction:column;align-items:stretch}.primary-nav.open{display:flex}.primary-nav a{padding:13px 15px}.nav-cta{text-align:center}
  .hero-grid,.page-hero-grid{grid-template-columns:1fr}.hero-copy{max-width:780px}.hero-visual{max-width:790px}.hero-note{left:18px}.cards{grid-template-columns:repeat(2,1fr)}.number-grid{grid-template-columns:repeat(2,1fr)}.footer-grid{grid-template-columns:1.4fr 1fr 1fr}.footer-grid>div:last-child{grid-column:1/-1}.contact-layout{grid-template-columns:1fr}.contact-card{display:grid;grid-template-columns:.8fr 1.2fr}.contact-card img{height:100%;aspect-ratio:auto}.legal-wrap{grid-template-columns:1fr}.legal-nav{position:static;display:flex;flex-wrap:wrap;gap:5px}
}
@media(max-width:800px){
  :root{--container:min(100% - 28px,1180px)}.section{padding:72px 0}.section-tight{padding:54px 0}.site-header{min-height:74px}.primary-nav{top:74px}.brand img{width:42px;height:42px}.brand-name{font-size:.86rem}.hero{padding-top:44px}.hero-grid{gap:36px}.hero-photo{border-radius:30px 30px 14px 30px}.hero-note{position:relative;left:auto;bottom:auto;margin:-28px 16px 0}.trust-row{grid-template-columns:repeat(2,1fr)}.section-head{display:block}.section-head .btn{margin-top:18px}.cards,.pill-grid{grid-template-columns:1fr 1fr}.split,.quote-panel{grid-template-columns:1fr;gap:34px}.split.reverse .split-media{order:0}.split-media{max-height:520px}.quote-panel img{min-height:330px}.matrix{grid-template-columns:1fr}.cta-band{padding:34px;display:block}.cta-band .btn{margin-top:22px}.contact-card{grid-template-columns:1fr}.contact-card img{aspect-ratio:1.7/1}.footer-grid{grid-template-columns:1fr 1fr}.footer-grid>div:first-child,.footer-grid>div:last-child{grid-column:1/-1}
}
@media(max-width:560px){
  h1{font-size:2.55rem}h2{font-size:2.15rem}.brand-name{max-width:210px;white-space:normal;line-height:1.05}.site-header{gap:10px}.hero-actions,.button-row{display:grid}.btn{width:100%}.trust-row,.cards,.pill-grid,.number-grid,.form-grid{grid-template-columns:1fr}.form-group{grid-column:1/-1}.hero-note{margin-top:-18px}.page-hero{padding:38px 0 50px}.page-hero-grid{gap:30px}.section{padding:58px 0}.section-tight{padding:44px 0}.cta-band{padding:28px 22px;border-radius:25px}.footer-grid{grid-template-columns:1fr}.footer-grid>*{grid-column:1!important}.footer-bottom{display:block}.footer-bottom span{display:block;margin-bottom:8px}.contact-info,.form-shell{padding:24px}.legal-banner{height:190px}.legal-nav{display:none}.insight{grid-template-columns:1fr}.insight .tag{width:max-content}.timeline-item{grid-template-columns:54px 1fr;gap:16px}.timeline-item:before{width:44px;height:44px}.timeline-item:not(:last-child):after{left:21px;top:51px}
}
@media(prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;transition:none!important}}
