.lang-switcher{display:inline-flex;align-items:center}.lang-switcher__select{padding:.35rem 1.75rem .35rem .65rem;font-size:.75rem;font-weight:700;color:var(--text);background:var(--surface-muted) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%234a3f6b' d='M3 4.5 6 7.5 9 4.5'/%3E%3C/svg%3E") no-repeat right .45rem center;border:1px solid rgba(74,63,107,.12);border-radius:999px;cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none;max-width:9.5rem}.lang-switcher__select:hover{border-color:#4a3f6b40}.lang-switcher__select:focus-visible{outline:2px solid var(--accent-yellow);outline-offset:2px}.visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.theme-toggle{display:inline-flex;align-items:center;justify-content:center;width:2.25rem;height:2.25rem;border-radius:999px;background:var(--chip-bg);border:1px solid var(--border-subtle);transition:background .2s,transform .2s}.theme-toggle:hover{background:var(--surface);transform:scale(1.05)}.theme-toggle__icon{display:none;font-size:1rem;line-height:1}.theme-toggle__icon--auto{font-size:1.15rem;font-weight:700;color:var(--purple-deep)}.theme-toggle--system .theme-toggle__icon--auto,.theme-toggle--light .theme-toggle__icon--moon,.theme-toggle--dark .theme-toggle__icon--sun{display:block}.header{position:sticky;top:0;z-index:100;padding:1.25rem 0;background:var(--header-bg);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);border-bottom:1px solid var(--header-border)}.header__inner{display:flex;align-items:center;gap:2rem}.header__brand{display:flex;align-items:center;gap:.65rem;margin-right:auto}.header__hex{width:2.5rem;height:2.5rem}.header__name{font-size:1.15rem;font-weight:800;color:var(--text);letter-spacing:-.02em}.header__nav{display:flex;align-items:center;gap:2rem}.header__link{display:inline-flex;align-items:center;gap:.35rem;font-size:.95rem;font-weight:500;color:var(--text-muted);transition:color .2s}.header__link:hover{color:var(--text)}.header__cta{padding:.65rem 1.35rem;font-size:.9rem}@media(max-width:768px){.header__nav{display:none}}.header__actions{display:flex;align-items:center;gap:.75rem}.header__email{font-size:.8rem;font-weight:600;color:var(--purple-deep);padding:.4rem .85rem;background:var(--surface-muted);border-radius:999px;border:1px solid var(--border-subtle);transition:background .2s}.header__email:hover{background:var(--surface)}.header__menu-btn{display:none;flex-direction:column;gap:5px;padding:.5rem}.header__menu-btn span{display:block;width:22px;height:2px;background:var(--text);border-radius:2px;transition:transform .2s,opacity .2s}.header--open .header__menu-btn span:nth-child(1){transform:translateY(7px) rotate(45deg)}.header--open .header__menu-btn span:nth-child(2){opacity:0}.header--open .header__menu-btn span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}@media(max-width:960px){.header__email{display:none}.header__menu-btn{display:flex}.header__nav{display:none;position:absolute;top:100%;left:0;right:0;flex-direction:column;padding:1rem 1.25rem 1.5rem;background:var(--header-nav-bg);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);border-bottom:1px solid var(--border-subtle);gap:.25rem}.header--open .header__nav{display:flex}.header{position:sticky}.header__inner{position:relative;flex-wrap:wrap}.header__link{padding:.65rem 0;width:100%}}@media(max-width:768px){.header__nav{display:none}.header--open .header__nav{display:flex}}.header__nav .header__link--legal{color:var(--purple-deep);font-weight:600}@media(min-width:961px){.header__nav{flex-wrap:wrap;justify-content:center;max-width:52rem}}.header__stores{display:flex;align-items:center;gap:.5rem}.header__cta--play{padding:.5rem .85rem;font-size:.8rem;white-space:nowrap}@media(max-width:900px){.header__stores{display:none}.header--open .header__stores{display:flex;flex-direction:column;width:100%}.header--open .header__cta{width:100%;justify-content:center}}.hero{position:relative;padding:4rem 0 6rem;min-height:88vh;display:flex;align-items:center;overflow:hidden}.hero__wave{position:absolute;border-radius:50%;filter:blur(60px);opacity:.6;pointer-events:none}.hero__wave--1{width:500px;height:400px;background:var(--hero-wave-1);top:-10%;right:-5%}.hero__wave--2{width:400px;height:350px;background:var(--hero-wave-2);bottom:5%;left:-10%}.hero__grid{display:grid;grid-template-columns:1fr 1.05fr;gap:3rem;align-items:center;position:relative}.hero__title{font-size:clamp(2.5rem,5.5vw,3.75rem);font-weight:800;line-height:1.1;letter-spacing:-.04em;color:var(--text);margin-bottom:1.25rem}.hero__title span{color:var(--purple-deep)}.hero__desc{font-size:1.1rem;color:var(--text-muted);max-width:26rem;margin-bottom:2rem;line-height:1.7}.hero__scene{position:relative;width:100%;max-width:520px;margin-left:auto;aspect-ratio:1}.hero__blob{position:absolute;border-radius:50%;filter:blur(40px)}.hero__blob--1{width:70%;height:70%;top:10%;left:15%;background:var(--hero-blob-1);opacity:.7}.hero__blob--2{width:50%;height:50%;bottom:5%;right:10%;background:var(--hero-blob-2);opacity:.6}.hero__device{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:72%;z-index:2}.hero__device-screen{background:var(--hero-device-bg);border-radius:24px;padding:1rem;box-shadow:var(--shadow-card);border:3px solid var(--hero-device-border)}.hero__device-bar{width:40%;height:6px;background:var(--hero-device-bar);border-radius:999px;margin:0 auto 1rem}.hero__app-grid{display:flex;justify-content:center;gap:.75rem;flex-wrap:wrap}.hero__app-grid img{border-radius:14px;box-shadow:0 4px 16px #4a3f6b1f}.hero__float{position:absolute;border-radius:14px;box-shadow:var(--shadow-soft);z-index:3;animation:heroFloat 4s ease-in-out infinite}.hero__float--0{top:8%;right:5%;animation-delay:0s}.hero__float--1{bottom:20%;left:0;animation-delay:.5s}.hero__float--2{top:35%;left:5%;animation-delay:1s}.hero__deco{position:absolute;font-size:1.75rem;z-index:4}.hero__deco--plant{bottom:12%;right:8%}.hero__deco--star{top:15%;right:25%;opacity:.6}@keyframes heroFloat{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}@media(max-width:900px){.hero__grid{grid-template-columns:1fr;text-align:center}.hero__desc{margin-inline:auto}.hero__scene{margin-inline:auto;max-width:380px}.hero{min-height:auto;padding-top:2rem}}.hero__eyebrow{display:inline-block;font-size:.8rem;font-weight:600;color:var(--purple-deep);background:var(--chip-bg);padding:.35rem .85rem;border-radius:999px;margin-bottom:1.25rem;border:1px solid var(--border-subtle)}.hero__actions{display:flex;flex-wrap:wrap;gap:.85rem;margin-bottom:1.25rem}.hero__support-hint{font-size:.85rem;color:var(--text-soft)}.hero__support-hint a{color:var(--purple-deep);font-weight:600}.vision{padding:2.5rem 0 1rem}.vision__quote{margin:0 0 2rem;padding:0;border:none;text-align:center}.vision__slogan{font-size:clamp(1.75rem,4.5vw,2.5rem);font-weight:800;line-height:1.35;color:var(--purple-deep);letter-spacing:-.02em}.vision__lead{margin-top:1.25rem;font-size:1.05rem;line-height:1.7;color:var(--text-muted);max-width:40rem;margin-inline:auto}.vision__body{max-width:42rem;margin:0 auto 2rem;padding:1.75rem 2rem;background:var(--glass);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border:1px solid var(--glass-border);border-radius:var(--radius-lg);box-shadow:var(--shadow-soft)}.vision__body p{font-size:.95rem;line-height:1.8;color:var(--text-muted)}.vision__mission{margin-top:1.25rem;padding-top:1.25rem;border-top:1px solid rgba(74,63,107,.1);font-weight:700;color:var(--text);font-size:.95rem}.vision__values{list-style:none;display:grid;grid-template-columns:repeat(4,1fr);gap:1rem;margin:0;padding:0}.vision__values li{padding:1.25rem 1rem;text-align:center;background:var(--vision-value-bg);border:1px solid var(--glass-border);border-radius:var(--radius-md)}.vision__values strong{display:block;font-size:.9rem;font-weight:800;color:var(--purple-deep);margin-bottom:.35rem}.vision__values span{font-size:.78rem;line-height:1.5;color:var(--text-soft)}@media(max-width:900px){.vision__values{grid-template-columns:repeat(2,1fr)}}@media(max-width:520px){.vision__body{padding:1.25rem}.vision__values{grid-template-columns:1fr}}.trust-bar{padding:0 0 1rem;margin-top:-1rem}.trust-bar__inner{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem}.trust-bar__item{display:flex;align-items:center;justify-content:center;gap:.5rem;padding:.85rem 1rem;background:var(--glass);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid var(--glass-border);border-radius:var(--radius-md);font-size:.85rem;font-weight:600;color:var(--text-muted);box-shadow:var(--shadow-soft)}.trust-bar__icon{font-size:1.1rem}@media(max-width:768px){.trust-bar__inner{grid-template-columns:repeat(2,1fr)}}.about{padding:2rem 0 3rem}.about__inner{display:flex;align-items:center;justify-content:space-between;gap:3rem;flex-wrap:wrap;padding:2rem 2.5rem;background:var(--glass);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border:1px solid var(--glass-border);border-radius:var(--radius-lg);box-shadow:var(--shadow-soft)}.about__text{flex:1;min-width:240px;font-size:1rem;color:var(--text-muted);line-height:1.75;max-width:42rem}.about__stats{list-style:none;display:flex;gap:2.5rem;flex-wrap:wrap}.about__stats li{text-align:center}.about__stats strong{display:block;font-size:1.5rem;font-weight:800;color:var(--purple-deep)}.about__stats span{font-size:.8rem;color:var(--text-soft)}@media(max-width:768px){.about__inner{flex-direction:column;text-align:center}.about__stats{justify-content:center}}.section-header--left{text-align:left;margin-bottom:2rem}.section-header--left p{font-size:.85rem;color:var(--text-soft)}.about.section{padding-top:2rem;padding-bottom:2rem}.services{background:transparent}.services__grid{list-style:none;display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}.service-card{padding:2rem 1.75rem;border-radius:var(--radius-lg);border:1px solid var(--service-card-border);box-shadow:var(--shadow-soft);transition:transform .25s,box-shadow .25s}.service-card:hover{transform:translateY(-6px);box-shadow:var(--shadow-card)}.service-card--pink{background:var(--pink-card)}.service-card--lavender{background:var(--lavender-card)}.service-card--yellow{background:var(--yellow-card)}.service-card__icon{width:64px;height:64px;margin-bottom:1.25rem;display:flex;align-items:center;justify-content:center}.service-card__svg{width:56px;height:56px}.service-card h3{font-size:1.2rem;font-weight:700;margin-bottom:.65rem;color:var(--text)}.service-card p{font-size:.9rem;color:var(--text-muted);line-height:1.65}@media(max-width:900px){.services__grid{grid-template-columns:1fr}}.why-bulb{background:linear-gradient(180deg,transparent,rgba(235,232,255,.35))}.why-bulb__grid{list-style:none;display:grid;grid-template-columns:repeat(4,1fr);gap:1rem}.why-bulb__card{padding:1.75rem 1.5rem;background:var(--why-card-bg);border-radius:var(--radius-lg);border:1px solid rgba(74,63,107,.06);box-shadow:var(--shadow-soft);transition:transform .2s,box-shadow .2s}.why-bulb__card:hover{transform:translateY(-4px);box-shadow:var(--shadow-card)}.why-bulb__card h3{font-size:1.05rem;font-weight:700;margin-bottom:.5rem;color:var(--purple-deep)}.why-bulb__card p{font-size:.9rem;color:var(--text-muted)}@media(max-width:900px){.why-bulb__grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:500px){.why-bulb__grid{grid-template-columns:1fr}}.timeline-section{padding-top:2rem}.timeline{list-style:none;display:grid;grid-template-columns:repeat(4,1fr);gap:1.25rem;position:relative}.timeline:before{content:"";position:absolute;top:1.25rem;left:5%;right:5%;height:2px;background:var(--timeline-line);z-index:0}.timeline__item{position:relative;z-index:1;padding:1.5rem 1.25rem;background:var(--glass);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border:1px solid var(--glass-border);border-radius:var(--radius-md);box-shadow:var(--shadow-soft)}.timeline__year{display:inline-block;font-size:.75rem;font-weight:800;color:var(--accent-yellow-text);background:var(--accent-yellow);padding:.2rem .6rem;border-radius:999px;margin-bottom:.65rem}.timeline__item p{font-size:.88rem;color:var(--text-muted);line-height:1.55}@media(max-width:900px){.timeline{grid-template-columns:1fr 1fr}.timeline:before{display:none}}@media(max-width:500px){.timeline{grid-template-columns:1fr}}.phone-mockup{display:inline-flex;justify-content:center}.phone-mockup--lg{width:min(58%,200px)}.phone-mockup--sm{width:52px}.phone-mockup__device{position:relative;width:100%}.phone-mockup__bezel{position:relative;display:block;width:100%;aspect-ratio:9 / 19.5;padding:9px;border-radius:42px;background:linear-gradient(155deg,#5a5a5e,#2a2a2c 18%,#1a1a1c 55%,#3d3d40);box-shadow:inset 0 0 0 1px #ffffff24,inset 0 1px #fff3,0 0 0 1px #00000059,0 20px 40px #00000038,0 8px 16px #0000001f}.phone-mockup--sm .phone-mockup__bezel{padding:4px;border-radius:18px;box-shadow:inset 0 0 0 1px #ffffff1f,0 0 0 1px #00000040,0 6px 14px #0000002e}.phone-mockup__screen{position:relative;display:block;width:100%;height:100%;border-radius:34px;overflow:hidden;background:#000}.phone-mockup--sm .phone-mockup__screen{border-radius:14px}.phone-mockup__screen img{width:100%;height:100%;object-fit:cover;object-position:top center;display:block}.phone-mockup__island{position:absolute;top:16px;left:50%;z-index:2;width:30%;min-width:52px;max-width:88px;height:22px;transform:translate(-50%);border-radius:999px;background:#000;box-shadow:0 0 0 1px #ffffff0f}.phone-mockup--sm .phone-mockup__island{top:7px;min-width:22px;max-width:28px;height:8px}.phone-mockup__home-indicator{position:absolute;bottom:10px;left:50%;z-index:2;width:34%;min-width:48px;max-width:96px;height:4px;transform:translate(-50%);border-radius:999px;background:#ffffff6b}.phone-mockup--sm .phone-mockup__home-indicator{bottom:5px;min-width:18px;max-width:24px;height:2px}.phone-mockup__glare{position:absolute;top:9px;right:9px;bottom:9px;left:9px;border-radius:34px;pointer-events:none;background:linear-gradient(125deg,rgba(255,255,255,.22) 0%,rgba(255,255,255,.04) 28%,transparent 52%);z-index:3}.phone-mockup--sm .phone-mockup__glare{top:4px;right:4px;bottom:4px;left:4px;border-radius:14px}.phone-mockup__btn{position:absolute;background:linear-gradient(90deg,#4a4a4c,#2c2c2e);border-radius:2px;box-shadow:inset 0 1px #ffffff26}.phone-mockup__btn--silent{left:-2px;top:18%;width:3px;height:22px}.phone-mockup__btn--volume{left:-2px;top:28%;width:3px;height:36px}.phone-mockup__btn--power{right:-2px;top:24%;width:3px;height:44px}.phone-mockup--sm .phone-mockup__btn{display:none}.products__head{display:flex;align-items:flex-end;justify-content:space-between;gap:1rem;margin-bottom:2.5rem;flex-wrap:wrap}.products__header{text-align:left;margin-bottom:0}.products__view-all{white-space:nowrap}.products__showcase{list-style:none;display:grid;grid-template-columns:repeat(3,1fr);gap:1.25rem;margin-bottom:3rem}.showcase-card{display:flex;flex-direction:column;border-radius:var(--radius-lg);overflow:hidden;min-height:280px;box-shadow:var(--shadow-card);transition:transform .25s;border:1px solid var(--showcase-border)}.showcase-card:hover{transform:translateY(-4px)}.showcase-card--green{background:var(--showcase-green)}.showcase-card--blue{background:var(--showcase-blue)}.showcase-card--orange{background:var(--showcase-orange)}.showcase-card__info{padding:1.25rem;display:flex;gap:.85rem;align-items:flex-start}.showcase-card__info img{border-radius:14px;box-shadow:0 4px 12px #0000001a;flex-shrink:0}.showcase-card__info h3{font-size:.95rem;font-weight:700;margin-bottom:.35rem;line-height:1.3;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.showcase-card__info p{font-size:.75rem;color:var(--text-muted);display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;margin-bottom:.35rem}.showcase-card__rating{font-size:.7rem;font-weight:600;color:var(--purple-deep)}.showcase-card__preview{flex:1;display:flex;align-items:flex-end;justify-content:center;padding:0 1rem .5rem}.showcase-card__preview .phone-mockup{filter:drop-shadow(0 12px 20px rgba(0,0,0,.15))}.products__filters{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1.5rem;justify-content:center}.products__filters button{padding:.5rem 1.1rem;border-radius:999px;font-size:.85rem;font-weight:600;color:var(--text-muted);background:var(--filter-pill-bg);border:1px solid rgba(74,63,107,.1);transition:all .2s}.products__filters button.active{background:var(--accent-yellow);color:var(--accent-yellow-text);border-color:transparent}.products__grid{list-style:none;display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:.85rem}.product-mini{display:flex;align-items:center;gap:.85rem;padding:1rem 1.15rem;background:var(--glass);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border:1px solid var(--glass-border);border-radius:var(--radius-md);transition:box-shadow .2s,transform .2s}.product-mini:hover{box-shadow:var(--shadow-soft);transform:translateY(-2px)}.product-mini__icon{flex-shrink:0;border-radius:12px;box-shadow:0 2px 8px #00000014}.product-mini h4{font-size:.9rem;font-weight:600;margin-bottom:.15rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.product-mini span{font-size:.75rem;color:var(--text-soft)}@media(max-width:900px){.products__showcase{grid-template-columns:1fr}.products__head{flex-direction:column;align-items:flex-start}}.faq{background:var(--faq-section-bg)}.faq__grid{display:grid;grid-template-columns:1fr 1.4fr;gap:3rem;align-items:start}.faq__intro .section-label{display:inline-block;font-size:.75rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--purple-deep);margin-bottom:.5rem}.faq__intro h2{font-size:clamp(1.75rem,4vw,2.25rem);font-weight:800;margin-bottom:.75rem}.faq__intro p{color:var(--text-muted);font-size:.95rem}.faq__intro a{color:var(--purple-deep);font-weight:600;text-decoration:underline}.faq__list{list-style:none;display:flex;flex-direction:column;gap:.65rem}.faq__list li{background:var(--surface);border:1px solid rgba(74,63,107,.08);border-radius:var(--radius-md);overflow:hidden;box-shadow:0 4px 16px #4a3f6b0a}.faq__list button{width:100%;display:flex;justify-content:space-between;align-items:center;gap:1rem;padding:1.1rem 1.25rem;text-align:left;font-weight:600;font-size:.95rem;color:var(--text)}.faq__chevron{flex-shrink:0;width:1.75rem;height:1.75rem;display:flex;align-items:center;justify-content:center;background:#4a3f6b0f;border-radius:50%;font-size:1.1rem;color:var(--purple-deep)}.faq__list li.is-open .faq__chevron{background:var(--accent-yellow)}.faq__answer{padding:0 1.25rem 1.1rem;border-top:1px solid rgba(74,63,107,.06)}.faq__answer p{font-size:.9rem;color:var(--text-muted);line-height:1.65}@media(max-width:768px){.faq__grid{grid-template-columns:1fr;gap:2rem}}.contact-strip{padding:2rem 0 4rem}.contact-strip__inner{display:grid;grid-template-columns:1.2fr 1fr;gap:2rem;align-items:stretch}.contact-strip__card{padding:2.5rem;background:var(--contact-card);border-radius:var(--radius-lg);border:1px solid var(--contact-card-border);box-shadow:var(--shadow-card)}.contact-strip__card h2{font-size:1.75rem;font-weight:800;margin-bottom:.5rem}.contact-strip__card>p{color:var(--text-muted);margin-bottom:1.5rem;max-width:28rem}.contact-strip__methods{display:flex;flex-wrap:wrap;gap:1rem;align-items:center}.contact-strip__email{padding:1rem 1.25rem;background:var(--surface);border-radius:var(--radius-md);border:1px solid rgba(74,63,107,.08);transition:box-shadow .2s}.contact-strip__email:hover{box-shadow:var(--shadow-soft)}.contact-strip__label{display:block;font-size:.7rem;text-transform:uppercase;letter-spacing:.08em;color:var(--text-soft);margin-bottom:.25rem}.contact-strip__email strong{font-size:1rem;color:var(--purple-deep)}.contact-strip__tips{list-style:none;display:flex;flex-direction:column;justify-content:center;gap:1rem;padding:1.5rem;background:var(--glass);border:1px solid var(--glass-border);border-radius:var(--radius-lg)}.contact-strip__tips li{font-size:.9rem;color:var(--text-muted);line-height:1.5}.contact-strip__tips a{color:var(--purple-deep);font-weight:600;text-decoration:underline}@media(max-width:768px){.contact-strip__inner{grid-template-columns:1fr}}.contact-strip__stores{display:flex;flex-wrap:wrap;gap:.75rem}.footer{margin-top:2rem}.footer__cta-wrap{position:relative;padding:5rem 0 6rem;overflow:hidden}.footer__wave{position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(ellipse 80% 60% at 50% 100%,rgba(200,190,255,.5),transparent 70%),radial-gradient(ellipse 60% 50% at 20% 80%,rgba(255,200,220,.4),transparent 60%),var(--footer-fade);pointer-events:none}.footer__cta{position:relative;text-align:center}.footer__cta h2{font-size:clamp(1.75rem,4vw,2.5rem);font-weight:800;letter-spacing:-.03em;margin-bottom:.75rem;color:var(--text)}.footer__cta p{color:var(--text-muted);margin-bottom:1.75rem;font-size:1.05rem}.footer__bar{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:1.5rem 2rem;padding:2rem 0 2.5rem;border-top:1px solid rgba(74,63,107,.08)}.footer__bar-cta{padding:.6rem 1.25rem;font-size:.85rem}.footer__nav{display:flex;flex-wrap:wrap;gap:1.5rem;justify-content:center}.footer__nav a{font-size:.9rem;font-weight:500;color:var(--text-muted);transition:color .2s}.footer__nav a:hover{color:var(--text)}.footer__social{display:flex;gap:.75rem}.footer__social a{width:40px;height:40px;display:flex;align-items:center;justify-content:center;border-radius:50%;background:var(--chip-bg);color:var(--purple-deep);box-shadow:var(--shadow-soft);transition:transform .2s}.footer__social a:hover{transform:scale(1.08)}.footer__copy{font-size:.8rem;color:var(--text-soft);grid-column:1 / -1;text-align:center;margin-top:.5rem}@media(max-width:768px){.footer__bar{grid-template-columns:1fr;text-align:center;justify-items:center}.footer__bar-cta{display:none}}.footer__logo{font-weight:800;font-size:1.1rem;color:var(--text)}.footer__bottom{padding:1.25rem 0 2rem;text-align:center;border-top:1px solid rgba(74,63,107,.06)}.footer__bottom p{font-size:.8rem;color:var(--text-soft);margin-bottom:.35rem}.footer__support a{color:var(--purple-deep);font-weight:600}.footer__nav a:hover{color:var(--purple-deep)}.legal-page{min-height:100vh}.legal-header{padding:1.25rem 0;background:var(--legal-header-bg);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid rgba(74,63,107,.08);position:sticky;top:0;z-index:50}.legal-header__inner{display:flex;align-items:center;justify-content:space-between}.legal-header__back{font-size:.9rem;font-weight:600;color:var(--text-muted)}.legal-header__back:hover{color:var(--purple-deep)}.legal-header__brand{font-weight:800;font-size:1.1rem;color:var(--text)}.legal-content{padding:3rem 0 5rem;max-width:800px}.legal-content__head{margin-bottom:2.5rem;padding-bottom:1.5rem;border-bottom:1px solid rgba(74,63,107,.1)}.legal-content__head h1{font-size:2rem;font-weight:800;margin-bottom:.5rem}.legal-content__head p{color:var(--text-muted);font-size:.9rem}.legal-toc{padding:1.25rem 1.5rem;background:var(--glass);border:1px solid var(--glass-border);border-radius:var(--radius-md);margin-bottom:2.5rem}.legal-toc__label{font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:var(--text-soft);margin-bottom:.75rem}.legal-toc ol{margin:0;padding-left:1.25rem;columns:2;column-gap:2rem}.legal-toc a{font-size:.9rem;color:var(--purple-deep);font-weight:500}.legal-toc a:hover{text-decoration:underline}.legal-sections section{margin-bottom:2rem;scroll-margin-top:5rem}.legal-sections h2{font-size:1.15rem;font-weight:700;margin-bottom:.75rem;color:var(--text)}.legal-sections p{font-size:.95rem;color:var(--text-muted);line-height:1.75;margin-bottom:.75rem;white-space:pre-line}.legal-footer-note{margin-top:3rem;padding-top:1.5rem;border-top:1px solid rgba(74,63,107,.1);text-align:center}.legal-footer-note p{font-size:.9rem;color:var(--text-muted);margin-bottom:.5rem}.legal-footer-note a{color:var(--purple-deep);font-weight:600}.legal-footer-note__links{display:flex;justify-content:center;gap:.75rem;align-items:center}@media(max-width:600px){.legal-toc ol{columns:1}}.legal-header__right{display:flex;align-items:center;gap:1rem}:root{color-scheme:light;--bg: #faf8f5;--bg-warm: #fff5ee;--text: #2d2640;--text-muted: #6b6280;--text-soft: #8a8199;--accent-yellow: #ffd54a;--accent-yellow-hover: #f5c832;--accent-yellow-text: #3d3208;--purple-deep: #4a3f6b;--pink-card: linear-gradient(145deg, #ffe8f0 0%, #ffd6e8 100%);--lavender-card: linear-gradient(145deg, #ebe8ff 0%, #ddd6ff 100%);--yellow-card: linear-gradient(145deg, #fff8e1 0%, #ffecb3 100%);--glass: rgba(255, 255, 255, .72);--glass-border: rgba(255, 255, 255, .9);--shadow-soft: 0 20px 60px rgba(74, 63, 107, .08);--shadow-card: 0 12px 40px rgba(74, 63, 107, .1);--radius-lg: 28px;--radius-md: 20px;--radius-sm: 14px;--max-width: 1180px;--font: "Plus Jakarta Sans", "Noto Sans SC", system-ui, sans-serif;--page-glow-1: rgba(255, 200, 220, .45);--page-glow-2: rgba(200, 190, 255, .4);--page-glow-3: rgba(255, 230, 180, .35);--header-bg: rgba(250, 248, 245, .75);--header-border: rgba(255, 255, 255, .6);--header-nav-bg: rgba(250, 248, 245, .98);--surface: #ffffff;--surface-muted: rgba(255, 255, 255, .85);--chip-bg: rgba(255, 255, 255, .7);--border-subtle: rgba(74, 63, 107, .08);--border-medium: rgba(74, 63, 107, .15);--showcase-green: linear-gradient(160deg, #e8f5e9 0%, #c8e6c9 50%, #a5d6a7 100%);--showcase-blue: linear-gradient(160deg, #e3f2fd 0%, #bbdefb 50%, #90caf9 100%);--showcase-orange: linear-gradient(160deg, #fff3e0 0%, #ffe0b2 50%, #ffcc80 100%);--showcase-border: rgba(255, 255, 255, .6);--filter-pill-bg: rgba(255, 255, 255, .7);--contact-card: linear-gradient(135deg, #ebe8ff 0%, #ffe8f0 100%);--contact-card-border: rgba(255, 255, 255, .8);--footer-fade: linear-gradient(180deg, transparent 0%, #f0e8ff 40%, #ffe8f0 100%);--hero-wave-1: linear-gradient(135deg, #ffc8dd, #e8d5ff);--hero-wave-2: linear-gradient(135deg, #ffe0b2, #fff9c4);--hero-blob-1: linear-gradient(160deg, #c8b6ff, #ffc8dd);--hero-blob-2: linear-gradient(160deg, #ffe082, #ffccbc);--hero-device-bg: linear-gradient(180deg, #fff 0%, #f8f6ff 100%);--hero-device-border: rgba(255, 255, 255, .9);--hero-device-bar: #e8e4f0;--faq-section-bg: rgba(255, 255, 255, .5);--why-card-bg: #ffffff;--timeline-line: linear-gradient(90deg, #ffc8dd, #c8b6ff, #ffe082);--legal-header-bg: rgba(250, 248, 245, .9);--vision-value-bg: rgba(255, 255, 255, .75);--service-card-border: rgba(255, 255, 255, .8)}[data-theme=dark]{color-scheme:dark;--bg: #121018;--bg-warm: #181520;--text: #f2eff7;--text-muted: #b0a8c0;--text-soft: #8a8199;--accent-yellow: #e6c23a;--accent-yellow-hover: #d4b02e;--accent-yellow-text: #1a1608;--purple-deep: #c9b8ff;--pink-card: linear-gradient(145deg, #2a1f28 0%, #352430 100%);--lavender-card: linear-gradient(145deg, #221f32 0%, #2a2640 100%);--yellow-card: linear-gradient(145deg, #2a2618 0%, #353020 100%);--glass: rgba(28, 25, 38, .88);--glass-border: rgba(255, 255, 255, .08);--shadow-soft: 0 20px 60px rgba(0, 0, 0, .35);--shadow-card: 0 12px 40px rgba(0, 0, 0, .45);--page-glow-1: rgba(120, 80, 140, .25);--page-glow-2: rgba(80, 70, 160, .2);--page-glow-3: rgba(140, 110, 60, .15);--header-bg: rgba(18, 16, 24, .85);--header-border: rgba(255, 255, 255, .06);--header-nav-bg: rgba(18, 16, 24, .98);--surface: #242030;--surface-muted: rgba(36, 32, 48, .95);--chip-bg: rgba(36, 32, 48, .9);--border-subtle: rgba(255, 255, 255, .08);--border-medium: rgba(255, 255, 255, .14);--showcase-green: linear-gradient(160deg, #1a2e1c 0%, #243828 50%, #2d4530 100%);--showcase-blue: linear-gradient(160deg, #1a2438 0%, #243048 50%, #2d3a58 100%);--showcase-orange: linear-gradient(160deg, #2e2418 0%, #3d3020 50%, #4a3a28 100%);--showcase-border: rgba(255, 255, 255, .08);--filter-pill-bg: rgba(36, 32, 48, .9);--contact-card: linear-gradient(135deg, #221f32 0%, #2a1f28 100%);--contact-card-border: rgba(255, 255, 255, .08);--footer-fade: linear-gradient(180deg, transparent 0%, #1e1a2a 40%, #241e28 100%);--hero-wave-1: linear-gradient(135deg, #4a3050, #3a3560);--hero-wave-2: linear-gradient(135deg, #4a4030, #3a3828);--hero-blob-1: linear-gradient(160deg, #4a3a70, #503848);--hero-blob-2: linear-gradient(160deg, #5a4830, #503838);--hero-device-bg: linear-gradient(180deg, #2a2638 0%, #1e1c28 100%);--hero-device-border: rgba(255, 255, 255, .1);--hero-device-bar: #3a3548;--faq-section-bg: rgba(18, 16, 24, .6);--why-card-bg: #1e1c28;--timeline-line: linear-gradient(90deg, #503848, #403060, #504030);--legal-header-bg: rgba(18, 16, 24, .95);--vision-value-bg: rgba(36, 32, 48, .75);--service-card-border: rgba(255, 255, 255, .06)}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:var(--font);background:var(--bg);color:var(--text);line-height:1.6;-webkit-font-smoothing:antialiased;overflow-x:hidden;transition:background-color .25s ease,color .25s ease}a{color:inherit;text-decoration:none}img{display:block;max-width:100%}button{font:inherit;cursor:pointer;border:none;background:none}.page-bg{position:fixed;top:0;right:0;bottom:0;left:0;z-index:-1;pointer-events:none;background:radial-gradient(ellipse 70% 50% at 10% 0%,var(--page-glow-1),transparent 55%),radial-gradient(ellipse 60% 45% at 90% 10%,var(--page-glow-2),transparent 50%),radial-gradient(ellipse 50% 40% at 50% 100%,var(--page-glow-3),transparent 55%),var(--bg);transition:background .25s ease}.container{width:min(100% - 2.5rem,var(--max-width));margin-inline:auto}.section{padding:5rem 0}.section-header{text-align:center;margin-bottom:3rem}.section-header h2{font-size:clamp(1.75rem,4vw,2.25rem);font-weight:800;letter-spacing:-.03em;color:var(--text);margin-bottom:.5rem}.section-header p{color:var(--text-muted);font-size:1rem}.btn-yellow{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.85rem 1.75rem;background:var(--accent-yellow);color:var(--accent-yellow-text);font-weight:700;font-size:.95rem;border-radius:999px;box-shadow:0 8px 24px #ffd54a73;transition:transform .2s,box-shadow .2s,background .2s}.btn-yellow:hover{background:var(--accent-yellow-hover);transform:translateY(-2px);box-shadow:0 12px 32px #ffd54a80}.btn-text{font-weight:600;color:var(--purple-deep);font-size:.95rem;transition:opacity .2s}.btn-text:hover{opacity:.7}.btn-outline{display:inline-flex;align-items:center;padding:.85rem 1.75rem;border-radius:999px;font-weight:700;font-size:.95rem;color:var(--purple-deep);background:var(--chip-bg);border:2px solid var(--border-medium);transition:background .2s,transform .2s}.btn-outline:hover{background:var(--surface);transform:translateY(-2px)}@media(max-width:768px){.section{padding:3.5rem 0}}.section-label{display:inline-block;font-size:.75rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--purple-deep);margin-bottom:.5rem}:focus-visible{outline:2px solid var(--purple-deep);outline-offset:2px}
