@import "tailwindcss";
:root{--ink:#2d1e36;--muted:#746579;--purple:#70408f;--purple-dark:#4e2868;--cream:#fbf8fc;--paper:#fff;--coral:#ef8f7d;--line:#e8dfeb;--shadow:0 26px 70px rgba(55,31,68,.13)}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--cream);color:var(--ink);font-family:Inter,ui-sans-serif,system-ui,-apple-system,"Segoe UI",sans-serif;line-height:1.55}.shell{width:min(1160px,calc(100% - 40px));margin-inline:auto}a{color:inherit;text-decoration:none}
.nav{height:84px;display:flex;align-items:center;justify-content:space-between;gap:24px}.brand{display:flex;align-items:center;gap:12px}.brand>span:last-child{display:grid}.brand b{font-size:1.05rem;letter-spacing:.03em}.brand small{color:var(--muted);font-size:.72rem}.brand-mark{width:44px;height:44px;border-radius:50%;display:grid;place-items:center;color:#fff;font-size:1.25rem;font-weight:900;background:linear-gradient(145deg,#9d70c2,var(--purple-dark));box-shadow:0 10px 24px #68418038}.nav-actions{display:flex;align-items:center;gap:16px}.language-picker{display:flex;align-items:center;gap:8px;color:var(--muted);font-size:.83rem}.language-picker select{border:1px solid var(--line);border-radius:11px;padding:9px 30px 9px 11px;background:#fff;color:var(--ink);font:inherit}.login-link{font-weight:750;color:var(--purple-dark)}
.hero{min-height:680px;display:grid;grid-template-columns:1.08fr .92fr;align-items:center;gap:62px;padding:70px 0 110px}.eyebrow{display:inline-flex;align-items:center;gap:9px;margin:0;color:var(--purple-dark);font-weight:800;font-size:.84rem;text-transform:uppercase;letter-spacing:.08em}.eyebrow span{width:9px;height:9px;border-radius:50%;background:var(--coral)}h1{margin:22px 0 24px;max-width:720px;font-size:clamp(3.6rem,7.2vw,6.6rem);line-height:.94;letter-spacing:-.065em}.lead{max-width:640px;margin:0 0 32px;color:var(--muted);font-size:clamp(1.12rem,2vw,1.35rem)}.hero-actions{display:flex;flex-wrap:wrap;gap:12px}.button{min-height:54px;padding:0 22px;border:1px solid transparent;border-radius:15px;display:inline-flex;align-items:center;justify-content:center;gap:16px;font-weight:800;transition:transform .2s,box-shadow .2s}.button:hover{transform:translateY(-2px)}.primary{color:#fff;background:var(--purple);box-shadow:0 14px 30px #70408f38}.secondary{background:#fff;border-color:var(--line)}.proof-row{display:flex;flex-wrap:wrap;gap:18px;margin:28px 0 0;padding:0;list-style:none;color:var(--muted);font-size:.88rem}.proof-row span{color:var(--purple);font-weight:900;margin-right:6px}
.sabi-stage{position:relative;min-height:460px;display:grid;place-items:center}.sabi-stage:before{content:"";position:absolute;width:390px;height:390px;border-radius:50%;background:radial-gradient(circle at 35% 28%,#fff 0 9%,#f5d9ee 24%,#b888cd 62%,#694383 100%);box-shadow:var(--shadow)}.orbit{position:absolute;border:1px solid #b88dc970;border-radius:50%}.orbit-one{width:440px;height:440px;transform:rotate(18deg)}.orbit-two{width:500px;height:330px;transform:rotate(-16deg)}.avatar-card{position:relative;display:grid;place-items:center;gap:18px}.avatar-face{width:245px;height:245px;border-radius:48% 52% 49% 51%/44% 46% 54% 56%;display:grid;place-items:center;color:#fff;background:linear-gradient(145deg,#b48bd0,#5f3579);border:8px solid #ffffff87;box-shadow:0 22px 50px #3b204b40}.avatar-face span{font-size:9rem;line-height:1;font-weight:950;text-shadow:0 8px 22px #3b204b4d}.speech-card{min-width:270px;padding:15px 19px;border-radius:17px;display:grid;background:#fff;box-shadow:0 16px 40px #3821412a}.speech-card b{color:var(--purple);font-size:.78rem;letter-spacing:.1em}.speech-card span{font-weight:700}
.section{padding:100px 0}.section-heading{max-width:760px;margin-bottom:46px}.section-heading>p{margin:0;color:var(--purple);font-size:.78rem;font-weight:850;text-transform:uppercase;letter-spacing:.12em}.section-heading h2{margin:10px 0 15px;font-size:clamp(2.25rem,4.7vw,4rem);line-height:1.05;letter-spacing:-.045em}.section-heading>span{color:var(--muted);font-size:1.08rem}.feature-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.feature-card{min-height:240px;padding:25px;border:1px solid var(--line);border-radius:23px;background:#fff}.feature-number{display:inline-grid;place-items:center;width:42px;height:42px;border-radius:13px;background:#f2eaf7;color:var(--purple);font-weight:900}.feature-card h3{margin:42px 0 9px;font-size:1.18rem}.feature-card p{margin:0;color:var(--muted)}
.steps-wrap{background:var(--ink);color:#fff}.section-heading.light>p{color:#d4aee4}.steps{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.steps article{display:flex;gap:18px;padding:27px;border:1px solid #ffffff24;border-radius:22px;background:#ffffff09}.steps b{flex:0 0 auto;width:38px;height:38px;border-radius:50%;display:grid;place-items:center;background:var(--coral);color:var(--ink)}.steps h3{margin:2px 0 7px}.steps p{margin:0;color:#d8cddc}
.pricing{padding-bottom:120px}.plan-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px;max-width:900px}.plan-card{padding:34px;border:1px solid var(--line);border-radius:27px;background:#fff}.plan-card.featured{color:#fff;background:linear-gradient(145deg,var(--purple),var(--purple-dark));box-shadow:var(--shadow)}.plan-label{font-weight:850;text-transform:uppercase;letter-spacing:.1em;font-size:.77rem}.plan-card h3{font-size:3.3rem;line-height:1;margin:26px 0 18px;letter-spacing:-.05em}.plan-card h3 small{display:block;margin-top:8px;font-size:.83rem;font-weight:600;letter-spacing:0}.plan-card p{min-height:55px;color:var(--muted)}.featured p{color:#eadff0}.wide{width:100%;margin-top:18px}.featured .primary{color:var(--purple-dark);background:#fff}.plan-note{display:block;margin-top:14px;color:#decae6}.final-cta{margin-bottom:60px;padding:56px;display:flex;align-items:center;justify-content:space-between;gap:32px;color:#fff;border-radius:30px;background:linear-gradient(135deg,#81519e,#4e2868)}.final-cta p{margin:0 0 8px;color:#ddbee9;font-size:.78rem;font-weight:850;letter-spacing:.12em}.final-cta h2{font-size:clamp(2rem,4vw,3.4rem);line-height:1;margin:0 0 12px;letter-spacing:-.045em}.light-button{background:#fff;color:var(--purple-dark);white-space:nowrap}footer{min-height:92px;border-top:1px solid var(--line);display:flex;align-items:center;justify-content:space-between;color:var(--muted)}.brand.compact .brand-mark{width:36px;height:36px;font-size:1rem}
@media(max-width:900px){.hero{grid-template-columns:1fr;padding-top:45px}.sabi-stage{min-height:400px}.feature-grid{grid-template-columns:repeat(2,1fr)}.steps{grid-template-columns:1fr}.plan-grid{grid-template-columns:1fr}.plan-card p{min-height:0}}
@media(max-width:600px){.shell{width:min(100% - 26px,1160px)}.nav{height:72px}.brand small,.language-picker span{display:none}.nav-actions{gap:11px}.hero{min-height:auto;padding:52px 0 75px;gap:28px}h1{font-size:3.7rem}.lead{font-size:1.05rem}.hero-actions,.button{width:100%}.proof-row{gap:10px 18px}.sabi-stage{min-height:330px}.sabi-stage:before{width:280px;height:280px}.orbit-one{width:310px;height:310px}.orbit-two{width:340px;height:235px}.avatar-face{width:175px;height:175px}.avatar-face span{font-size:6.5rem}.speech-card{min-width:230px}.section{padding:74px 0}.feature-grid{grid-template-columns:1fr}.feature-card{min-height:0}.feature-card h3{margin-top:24px}.final-cta{padding:35px 25px;flex-direction:column;align-items:flex-start}footer{font-size:.82rem}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.button{transition:none}}
