:root{--purple:#4b1763;--purple2:#6e2688;--orange:#ff7800;--ink:#211729;--cream:#fff9f4;--muted:#726b76}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,sans-serif;color:var(--ink);background:var(--cream);line-height:1.55}a{color:inherit;text-decoration:none}header{height:82px;padding:0 max(24px,calc((100vw - 1180px)/2));display:flex;align-items:center;justify-content:space-between;background:#fffaf7dd;backdrop-filter:blur(16px);position:sticky;top:0;z-index:20;border-bottom:1px solid #51205b10}.brand{display:flex;align-items:center;gap:10px;font-size:21px;font-weight:900;color:var(--purple)}.brand img{width:44px;height:44px;object-fit:contain}nav{display:flex;align-items:center;gap:28px;font-weight:700;color:#514858}nav a:hover{color:var(--orange)}.menu{display:none;border:0;background:transparent;font-size:28px}.button{display:inline-flex;justify-content:center;align-items:center;padding:15px 24px;border-radius:999px;background:linear-gradient(135deg,var(--orange),#f15100);color:#fff!important;font-weight:900;box-shadow:0 12px 30px #ef650035;transition:.2s}.button:hover{transform:translateY(-2px)}.button.small{padding:11px 19px}.hero{max-width:1180px;margin:auto;min-height:690px;padding:80px 24px;display:grid;grid-template-columns:1.08fr .92fr;align-items:center;gap:45px}.eyebrow{font-size:13px;letter-spacing:.16em;font-weight:900;color:var(--orange)}h1{font-size:clamp(52px,6vw,82px);line-height:.98;margin:18px 0 24px;letter-spacing:-.055em;color:var(--purple)}h1 em{font-style:normal;color:var(--orange)}.hero p{font-size:20px;color:var(--muted);max-width:660px}.actions{display:flex;gap:22px;align-items:center;margin:32px 0}.secondary{font-weight:900;color:var(--purple)}.trust{display:flex;gap:20px;flex-wrap:wrap;color:#655b69;font-size:14px;font-weight:750}.hero-art{position:relative;min-height:520px;display:grid;place-items:center}.orb{width:min(440px,85vw);aspect-ratio:1;border-radius:48% 52% 45% 55%;overflow:hidden;background:linear-gradient(145deg,#ffd4ae,#b878c7);box-shadow:0 35px 80px #4b17633a}.orb img{width:100%;height:100%;object-fit:cover}.float{position:absolute;background:#fff;padding:13px 17px;border-radius:16px;box-shadow:0 14px 35px #40134b28;font-weight:850}.f1{left:0;top:14%}.f2{right:-4%;top:45%}.f3{left:3%;bottom:9%}.stats{max-width:1180px;margin:0 auto 80px;background:#fff;border-radius:26px;padding:28px;display:grid;grid-template-columns:repeat(4,1fr);box-shadow:0 20px 55px #3911440e}.stats div{display:grid;text-align:center;border-right:1px solid #eee}.stats div:last-child{border:0}.stats b{font-size:28px;color:var(--purple)}.stats span{color:var(--muted);font-size:14px}.section{max-width:1180px;margin:auto;padding:110px 24px}.section h2{font-size:clamp(38px,5vw,58px);line-height:1.08;letter-spacing:-.04em;color:var(--purple);margin:15px 0}.lead{font-size:19px;color:var(--muted);max-width:700px}.cards{display:grid;grid-template-columns:repeat(4,1fr);gap:18px;margin-top:45px}.cards article{background:#fff;padding:28px;border-radius:22px;border:1px solid #4b176312}.cards i{font-style:normal;color:var(--orange);font-weight:900}.cards h3{font-size:23px;margin-bottom:8px}.cards p{color:var(--muted)}.dark{max-width:none;background:var(--purple);color:white;text-align:center}.dark h2{color:#fff}.languages{max-width:1050px;margin:45px auto 0;display:flex;flex-wrap:wrap;justify-content:center;gap:13px}.languages span{padding:13px 19px;border-radius:999px;background:#ffffff13;border:1px solid #ffffff25;font-weight:800}.split{display:grid;grid-template-columns:1.2fr .8fr;gap:70px;align-items:center}.split p,.split li{font-size:18px;color:var(--muted)}.split li{margin:10px}.family-card{min-height:360px;border-radius:36px;background:linear-gradient(145deg,#fff,#ffead6);box-shadow:0 25px 60px #6a26651c;display:grid;place-content:center;text-align:center;padding:40px}.family-card span{font-size:72px}.family-card b{font-size:28px;color:var(--purple)}.price{text-align:center}.price-card{max-width:520px;margin:45px auto 0;background:#fff;padding:38px;border-radius:30px;box-shadow:0 25px 70px #4b17631c;display:grid;gap:20px}.price-card div{display:flex;justify-content:center;align-items:end;gap:10px}.price-card b{font-size:62px;line-height:1;color:var(--purple)}.price-card ul{text-align:left}.price-card li{margin:10px}.cta{background:linear-gradient(135deg,var(--purple),#7e2d92);color:white;text-align:center;padding:85px 24px}.cta h2{font-size:clamp(36px,5vw,62px);margin:0}.cta p{font-size:19px}.button.light{background:white;color:var(--purple)!important;margin-top:18px}footer{padding:50px max(24px,calc((100vw - 1180px)/2));display:grid;gap:24px;background:#22142a;color:#eee}footer div:nth-child(2){display:flex;flex-wrap:wrap;gap:20px;color:#d9cdda}footer p{font-size:13px;color:#a99dac}@media(max-width:900px){header nav{display:none;position:absolute;top:82px;left:12px;right:12px;padding:22px;background:#fff;border-radius:18px;box-shadow:0 14px 40px #0002;flex-direction:column;align-items:stretch}header nav.open{display:flex}.menu{display:block}.hero{grid-template-columns:1fr;padding-top:54px}.hero-art{min-height:430px}.stats{margin:0 16px 40px;grid-template-columns:1fr 1fr;gap:25px}.stats div{border:0}.cards{grid-template-columns:1fr 1fr}.split{grid-template-columns:1fr}}@media(max-width:560px){h1{font-size:50px}.hero{padding-inline:20px}.actions{align-items:stretch;flex-direction:column}.cards{grid-template-columns:1fr}.stats{grid-template-columns:1fr 1fr}.float{font-size:12px}.f2{right:0}.section{padding:80px 20px}}
