.footer{padding:1.5rem 1.5rem 2rem;background:var(--bg-warm);border-top:1px solid var(--glass-border-subtle)}.footer__inner{max-width:1200px;margin:0 auto;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem}.footer__copyright{font-size:.8125rem;color:var(--text-muted)}.footer__links{display:flex;gap:1.5rem}.footer__link{font-size:.8125rem;color:var(--text-muted);text-decoration:none;transition:color .2s;background:none;border:none;cursor:pointer;font-family:inherit;padding:0}.footer__links a.footer__link{text-decoration:none}.footer__link:hover{color:var(--accent-light)}@media(max-width:480px){.footer{padding:1rem .75rem 1.5rem}.footer__inner{flex-direction:column;text-align:center;gap:.75rem}.footer__links{gap:1rem}}.header{position:fixed;top:0;left:0;right:0;z-index:100;padding:max(.5rem,env(safe-area-inset-top)) max(1.5rem,env(safe-area-inset-right)) .5rem max(1.5rem,env(safe-area-inset-left));background:var(--glass-bg);backdrop-filter:blur(var(--glass-blur)) saturate(1.15);-webkit-backdrop-filter:blur(var(--glass-blur)) saturate(1.15);border-bottom:1px solid var(--glass-border-subtle);animation:headerFadeIn .6s ease-out}@keyframes headerFadeIn{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}.header__inner{max-width:1200px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;gap:1rem}.header__panel{display:flex;align-items:center;gap:1rem;margin-left:auto}.header__end{display:flex;align-items:center;gap:.625rem;flex-shrink:0}.header__nav{display:flex;align-items:center;gap:.25rem}.header__nav-link{padding:.375rem .875rem;font-size:.875rem;font-weight:600;color:var(--text-muted);text-decoration:none;border-radius:999px;transition:color .2s ease,background .2s ease}.header__nav-link:hover{color:var(--accent)}.header__nav-link--active{color:var(--accent);background:var(--accent-bg)}.header__logo{display:flex;align-items:center;gap:.625rem;text-decoration:none;flex-shrink:0}.header__logo-img{height:32px;width:auto;max-width:36px;object-fit:contain}.header__logo-text{font-family:var(--font-display);font-size:1.125rem;font-weight:600;color:var(--brand-navy);letter-spacing:-.02em}.header__lang{display:flex;align-items:center;font-size:.75rem;font-weight:500;color:var(--text-muted)}.header__lang-btn{background:none;border:none;padding:.25rem .125rem;font-size:inherit;font-weight:inherit;color:inherit;cursor:pointer;transition:color .2s}.header__lang-btn:hover{color:var(--brand-navy)}.header__lang-btn--active{color:var(--brand-navy);font-weight:600}.header__lang-sep{color:#1e274933;margin:0 .125rem;-webkit-user-select:none;user-select:none}.header__cta{padding:.625rem 1.25rem;text-decoration:none;background:var(--brand-navy);color:var(--brand-cream);border:none;border-radius:9999px;font-size:.9375rem;font-weight:600;cursor:pointer;box-shadow:var(--shadow-soft);transition:transform .2s,box-shadow .2s,background .2s;white-space:nowrap}.header__cta:hover{transform:translateY(-1px);background:var(--brand-slate);box-shadow:0 6px 24px #1e27492e}.header__cta--ghost{background:var(--brand-gold);color:var(--brand-navy);border:1px solid var(--accent-border);box-shadow:0 2px 12px #e7c97f59}.header__cta--ghost:hover{background:var(--brand-gold-light);border-color:var(--brand-gold);box-shadow:0 4px 16px #e7c97f73}.header__menu-toggle{display:none;align-items:center;justify-content:center;width:2.5rem;height:2.5rem;padding:0;border:1px solid var(--glass-border-subtle);border-radius:.75rem;background:#ffffffb8;color:var(--text-dark);cursor:pointer;transition:background .2s ease,border-color .2s ease;flex-shrink:0}.header__menu-toggle:hover{background:#ffffffeb;border-color:#1e27491f}.header__menu-icon{position:relative;display:block;width:1.125rem;height:.875rem}.header__menu-icon span{position:absolute;left:0;width:100%;height:2px;border-radius:999px;background:currentColor;transition:transform .22s ease,opacity .22s ease,top .22s ease}.header__menu-icon span:nth-child(1){top:0}.header__menu-icon span:nth-child(2){top:.375rem}.header__menu-icon span:nth-child(3){top:.75rem}.header--menu-open .header__menu-icon span:nth-child(1){top:.375rem;transform:rotate(45deg)}.header--menu-open .header__menu-icon span:nth-child(2){opacity:0}.header--menu-open .header__menu-icon span:nth-child(3){top:.375rem;transform:rotate(-45deg)}.header__backdrop{display:none}@media(max-width:768px){.header{padding:max(.4rem,env(safe-area-inset-top)) max(1rem,env(safe-area-inset-right)) .4rem max(1rem,env(safe-area-inset-left))}.header__logo-img{height:28px}.header__menu-toggle{display:inline-flex}.header__end{margin-left:auto;gap:.5rem}.header__cta{padding:.4375rem .875rem;font-size:.8125rem}.header__panel{position:fixed;top:calc(max(.4rem,env(safe-area-inset-top)) + 2.75rem);left:0;right:0;z-index:101;display:flex;flex-direction:column;align-items:stretch;gap:0;margin:0;max-height:calc(100dvh - max(.4rem,env(safe-area-inset-top)) - 2.75rem);padding:.75rem 1rem max(1.25rem,env(safe-area-inset-bottom));overflow-y:auto;background:#f7f2e8f5;backdrop-filter:blur(var(--glass-blur)) saturate(1.15);-webkit-backdrop-filter:blur(var(--glass-blur)) saturate(1.15);border-bottom:1px solid var(--glass-border-subtle);box-shadow:0 18px 40px #1e27491f;opacity:0;visibility:hidden;transform:translateY(-.375rem);pointer-events:none;transition:opacity .22s ease,transform .22s ease,visibility .22s ease}.header--menu-open .header__panel{opacity:1;visibility:visible;transform:translateY(0);pointer-events:auto}.header__nav{flex-direction:column;align-items:stretch;gap:.25rem;padding-bottom:.75rem;border-bottom:1px solid var(--glass-border-subtle)}.header__nav-link{padding:.875rem .75rem;font-size:.9375rem;border-radius:.75rem}.header__lang{justify-content:center;padding:.875rem 0;font-size:.8125rem}.header__backdrop{display:block;position:fixed;top:0;right:0;bottom:0;left:0;z-index:99;border:0;padding:0;background:#1e1a2447;opacity:0;visibility:hidden;pointer-events:none;cursor:pointer;transition:opacity .22s ease,visibility .22s ease}.header--menu-open .header__backdrop{opacity:1;visibility:visible;pointer-events:auto}}@media(max-width:480px){.header{padding:max(.375rem,env(safe-area-inset-top)) max(.75rem,env(safe-area-inset-right)) .375rem max(.75rem,env(safe-area-inset-left))}.header__logo-img{height:24px}.header__panel{top:calc(max(.375rem,env(safe-area-inset-top)) + 2.5rem);max-height:calc(100dvh - max(.375rem,env(safe-area-inset-top)) - 2.5rem);padding-inline:.75rem}.header__cta{padding:.375rem .75rem;font-size:.75rem}}@media(prefers-reduced-motion:reduce){.header,.header__panel,.header__backdrop,.header__menu-icon span{animation:none;transition:none}}.privacy-modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1000;background:#2d2d2d80;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;padding:1rem;animation:overlayFadeIn .2s ease-out}@keyframes overlayFadeIn{0%{opacity:0}to{opacity:1}}.privacy-modal{width:100%;max-width:560px;max-height:90vh;background:var(--bg-card-solid);border-radius:1rem;box-shadow:0 24px 48px #0003;display:flex;flex-direction:column;animation:modalSlideIn .3s ease-out}@keyframes modalSlideIn{0%{opacity:0;transform:translateY(-16px) scale(.98)}to{opacity:1;transform:translateY(0) scale(1)}}.privacy-modal__header{flex-shrink:0;display:flex;align-items:center;justify-content:space-between;padding:1.25rem 1.5rem;border-bottom:1px solid rgba(210,142,117,.2)}.privacy-modal__title{font-size:1.25rem;font-weight:700;color:var(--text-dark)}.privacy-modal__close{width:40px;height:40px;display:flex;align-items:center;justify-content:center;background:transparent;border:none;border-radius:.5rem;color:var(--text-muted);cursor:pointer;transition:background .2s,color .2s}.privacy-modal__close:hover{background:var(--accent-bg);color:var(--accent-light)}.privacy-modal__close svg{width:24px;height:24px}.privacy-modal__body{flex:1;min-height:0;overflow-y:auto;-webkit-overflow-scrolling:touch}.privacy-modal__content{padding:1.5rem}.privacy-modal__updated{font-size:.8125rem;color:var(--text-muted);margin-bottom:1.5rem}.privacy-modal__content h3{font-size:1rem;font-weight:600;color:var(--text-dark);margin:1.5rem 0 .5rem}.privacy-modal__content h3:first-of-type{margin-top:0}.privacy-modal__content p{font-size:.9375rem;line-height:1.7;color:var(--text-body);margin-bottom:.75rem}.privacy-modal__content ul{margin:.5rem 0 1rem 1.25rem}.privacy-modal__content li{font-size:.9375rem;line-height:1.6;color:var(--text-body);margin-bottom:.25rem}.privacy-modal__content strong{color:var(--text-dark)}@media(max-width:480px){.privacy-modal-overlay{padding:.5rem;align-items:flex-end}.privacy-modal{max-height:85vh;border-radius:1rem 1rem 0 0}.privacy-modal__header,.privacy-modal__content{padding:1rem}}.testimonials{padding:5rem 1.5rem;background:#e7c97f1f}.testimonials__inner{max-width:960px;margin:0 auto;text-align:center}.testimonials__eyebrow{font-size:.875rem;font-weight:600;letter-spacing:.04em;margin-bottom:.75rem}.testimonials__title{font-family:var(--font-display);font-size:clamp(1.75rem,4vw,2.25rem);font-weight:700;color:var(--text-dark);margin-bottom:3rem;line-height:1.35}.testimonials__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;text-align:left}.testimonials__card{margin:0;background:var(--bg-card);border-radius:1.5rem;padding:2rem 1.75rem;box-shadow:var(--shadow-card);transition:box-shadow .4s cubic-bezier(.22,1,.36,1);display:flex;flex-direction:column;min-height:100%}@media(hover:hover){.testimonials__card:hover{box-shadow:var(--shadow-elevated)}}.testimonials__quote{font-size:.9375rem;color:var(--text-body);line-height:1.7;margin:0;flex:1;position:relative}.testimonials__mark{display:block;font-family:var(--font-display);font-size:2rem;line-height:1;color:var(--accent-muted);margin-bottom:.25rem;opacity:.85}@media(max-width:900px){.testimonials{padding:3rem 1rem}.testimonials__grid{grid-template-columns:1fr}.testimonials__title{margin-bottom:2rem}}@media(max-width:480px){.testimonials{padding:2.5rem .75rem}.testimonials__card{padding:1.5rem 1.25rem;border-radius:1.25rem}}.store-badges{display:flex;flex-wrap:wrap;justify-content:center;align-items:stretch;gap:.625rem;width:100%}.store-badges--hero{max-width:440px;margin:0 auto;gap:.625rem}.store-badges__link{display:flex;align-items:center;justify-content:center;gap:.65rem;flex:1 1 160px;min-height:48px;max-width:100%;padding:.625rem 1.375rem;text-decoration:none;border-radius:9999px;border:1px solid transparent;transition:transform .22s cubic-bezier(.22,1,.36,1),box-shadow .22s ease,background .22s ease,border-color .22s ease}.store-badges__link--play{color:#fff;background:#2d2926;border-color:#2d2926;box-shadow:0 2px 8px #2d29261f}.store-badges__link--play:hover{transform:translateY(-1px);background:#3a3532;border-color:#3a3532;box-shadow:0 4px 14px #2d292629}.store-badges__link--apple{color:#2d2926;background:#fff;border-color:#2d292614;box-shadow:0 2px 8px #503c780f}.store-badges__link--apple:hover{transform:translateY(-1px);background:#fff;border-color:#2d292624;box-shadow:0 4px 14px #503c781a}.store-badges__link--soon{display:none}.store-badges__link:focus-visible{outline:2px solid var(--accent-light);outline-offset:3px}.store-badges__glyph{flex-shrink:0;display:block}.store-badges__glyph--play{color:#fff;margin-left:.05rem}.store-badges__glyph--apple{color:#2d2926;margin-left:.1rem}.store-badges__copy{display:flex;flex-direction:column;align-items:flex-start;justify-content:center;text-align:left;line-height:1.15;min-width:0}.store-badges__eyebrow{font-size:.625rem;font-weight:600;letter-spacing:.06em;text-transform:uppercase;opacity:.55}.store-badges--locale-ko .store-badges__eyebrow{text-transform:none;letter-spacing:.02em;font-weight:500;font-size:.6875rem}.store-badges__link--play .store-badges__title{font-size:.9375rem;font-weight:600;letter-spacing:-.02em;color:#fff}.store-badges__link--apple .store-badges__title{font-size:.9375rem;font-weight:500;letter-spacing:-.02em;color:#2d2926}.store-badges__link--apple .store-badges__eyebrow{color:#2d2926;opacity:.5}.store-badges--section{flex-direction:row;flex-wrap:wrap;justify-content:center;align-items:center;gap:.5rem;width:auto;max-width:100%}.store-badges--section .store-badges__link{flex:0 1 auto;width:auto;min-height:2.75rem;padding:.5rem .875rem}@media(max-width:380px){.store-badges:not(.store-badges--section) .store-badges__link{flex:1 1 100%;justify-content:center}.store-badges:not(.store-badges--section) .store-badges__copy{align-items:center;text-align:center}}.cta{padding:clamp(3rem,8vw,5rem) clamp(1rem,4vw,1.5rem)}.cta__inner{max-width:720px;margin:0 auto;text-align:center;padding:clamp(2.5rem,6vw,3.5rem) clamp(1.5rem,4vw,2.5rem);border-radius:var(--radius-xl);background:linear-gradient(145deg,var(--brand-navy) 0%,#2A3454 55%,#1A2038 100%);color:var(--brand-cream);box-shadow:var(--shadow-elevated);position:relative;overflow:hidden}.cta__inner:before{content:"";position:absolute;top:-40%;right:-20%;width:60%;aspect-ratio:1;background:radial-gradient(circle,rgba(231,201,127,.22),transparent 65%);pointer-events:none}.cta__logo{display:flex;justify-content:center;margin-bottom:1.5rem;position:relative}.cta__logo-img{max-width:200px;height:auto;object-fit:contain;filter:brightness(1.05)}.cta__title{font-family:var(--font-display);font-size:clamp(1.625rem,3.5vw,2.125rem);font-weight:600;color:var(--brand-cream);margin-bottom:.625rem;position:relative}.cta__subtitle{font-size:1rem;color:#f7f2e8d1;margin-bottom:1.25rem;line-height:1.6;position:relative}.cta__platforms{font-size:.75rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:#f7f2e88c;margin-bottom:.5rem;position:relative}.cta__stores{display:flex;justify-content:center;width:auto;max-width:100%;margin:.75rem auto 0;position:relative}@media(max-width:768px){.cta__logo-img{max-width:180px}}@media(max-width:480px){.cta__inner{padding:2rem 1.25rem}.cta__logo-img{max-width:160px}}.features-overview{padding:clamp(3rem,8vw,5rem) clamp(1rem,4vw,1.5rem);background:var(--bg-navy-soft)}.features-overview__inner{max-width:1100px;margin:0 auto}.features-overview__header{text-align:center;max-width:640px;margin:0 auto 2.5rem}.features-overview__header .section-eyebrow{justify-content:center}.features-overview__desc{margin-top:1rem;font-size:1.0625rem;color:var(--text-body);line-height:1.7}.features-overview__grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem}.features-overview__card{position:relative;background:var(--bg-card);border:1px solid var(--glass-border-subtle);border-radius:var(--radius-xl);padding:1.5rem;box-shadow:var(--shadow-soft);transition:transform .3s cubic-bezier(.22,1,.36,1),box-shadow .3s ease,border-color .3s ease;overflow:hidden}.features-overview__card:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(145deg,rgba(231,201,127,.08),transparent 55%);pointer-events:none;opacity:0;transition:opacity .3s ease}@media(hover:hover){.features-overview__card:hover{transform:translateY(-4px);box-shadow:var(--shadow-elevated);border-color:var(--accent-border)}.features-overview__card:hover:after{opacity:1}.features-overview__card--featured:hover{border-color:#e7c97f59;box-shadow:var(--shadow-elevated),0 0 0 1px #e7c97f33}}.features-overview__card--featured{background:linear-gradient(135deg,var(--brand-navy) 0%,#2A3454 100%);color:var(--brand-cream);border-color:transparent;box-shadow:var(--shadow-elevated)}.features-overview__card--featured .features-overview__icon{background:#e7c97f2e;color:var(--brand-gold)}.features-overview__card--featured .features-overview__card-title{color:var(--brand-cream)}.features-overview__card--featured .features-overview__card-desc{color:#f7f2e8d1}.features-overview__icon{width:2.75rem;height:2.75rem;border-radius:var(--radius-md);display:flex;align-items:center;justify-content:center;background:var(--accent-bg);color:var(--brand-navy);margin-bottom:1rem}.features-overview__icon svg{width:1.375rem;height:1.375rem}.features-overview__card-title{font-family:var(--font-display);font-size:1.125rem;font-weight:600;color:var(--text-dark);margin-bottom:.5rem;line-height:1.35}.features-overview__card-desc{font-size:.9375rem;color:var(--text-muted);line-height:1.65}@media(max-width:900px){.features-overview__grid:not(.features-overview__grid--four){grid-template-columns:repeat(2,minmax(0,1fr))}.features-overview__grid:not(.features-overview__grid--four) .features-overview__card--featured{grid-column:span 2}}.features-overview__grid--four{grid-template-columns:repeat(2,minmax(0,1fr))}.features-overview__grid--four .features-overview__card--featured{grid-column:auto}@media(max-width:560px){.features-overview__grid--four{grid-template-columns:1fr}}.hero-preview{position:relative;display:flex;justify-content:center;width:100%}.hero-preview__glow{position:absolute;top:50%;left:50%;width:min(420px,90%);aspect-ratio:1;transform:translate(-50%,-48%);background:radial-gradient(circle,rgba(231,201,127,.45) 0%,transparent 68%);pointer-events:none;filter:blur(24px)}.hero-preview__device{position:relative;width:100%;max-width:min(300px,100%);animation:previewFloat 6s ease-in-out infinite}@keyframes previewFloat{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.hero-preview__bezel{background:linear-gradient(155deg,#2A3454 0%,var(--brand-navy) 55%,#151B33 100%);border-radius:2.25rem;padding:.65rem;box-shadow:var(--shadow-elevated),inset 0 1px #ffffff1f,0 0 0 1px #ffffff0f}.hero-preview__screen{position:relative;border-radius:1.65rem;overflow:hidden;background:var(--brand-navy);aspect-ratio:458 / 1024;min-height:480px}.hero-preview__shot{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;object-position:top center;opacity:0;transition:opacity .45s ease;pointer-events:none}.hero-preview__shot--active{opacity:1;z-index:1}.hero-preview__status{display:flex;justify-content:space-between;align-items:center;padding:.625rem 1rem .25rem;font-size:.6875rem;font-weight:600;color:var(--brand-navy);background:var(--brand-cream);z-index:2;position:relative}.hero-preview__status-icons{letter-spacing:.12em;font-size:.5rem;opacity:.5}.hero-preview__panel{position:absolute;top:1.75rem;right:0;bottom:0;left:0;padding:.75rem;display:flex;flex-direction:column;gap:.625rem;opacity:0;transform:translateY(8px) scale(.98);transition:opacity .45s ease,transform .45s ease;pointer-events:none}.hero-preview__panel--active{opacity:1;transform:translateY(0) scale(1);pointer-events:auto}.hero-preview__header{display:flex;justify-content:space-between;align-items:center;gap:.5rem}.hero-preview__header-pill{font-size:.6875rem;font-weight:700;padding:.25rem .625rem;border-radius:999px;background:var(--brand-navy);color:var(--brand-cream)}.hero-preview__header-lang{font-size:.625rem;font-weight:600;color:var(--text-muted)}.hero-preview__split{flex:1;display:grid;grid-template-rows:1fr 1fr;gap:.5rem;min-height:0}.hero-preview__pane{border-radius:var(--radius-md);padding:.625rem .75rem;display:flex;flex-direction:column;gap:.375rem}.hero-preview__pane--source{background:#fff;border:1px solid rgba(30,39,73,.08)}.hero-preview__pane--target{background:var(--brand-slate);color:var(--brand-cream)}.hero-preview__pane-label{font-size:.5625rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;opacity:.65}.hero-preview__pane p{font-size:.8125rem;font-weight:500;line-height:1.45}.hero-preview__pane-extra{font-size:.6875rem;opacity:.75;margin-top:.25rem;line-height:1.4}.hero-preview__split--long{flex:1}.hero-preview__mic-row{display:flex;justify-content:center;padding-top:.25rem}.hero-preview__mic{display:inline-flex;align-items:center;gap:.375rem;font-size:.6875rem;font-weight:600;padding:.375rem .75rem;border-radius:999px;background:#e7c97f59;color:var(--brand-navy)}.hero-preview__mic-dot{width:6px;height:6px;border-radius:50%;background:#34c759;animation:micPulse 1.2s ease-in-out infinite}@keyframes micPulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(.85)}}.hero-preview__chat{flex:1;display:flex;flex-direction:column;gap:.5rem;justify-content:center;padding:.5rem 0}.hero-preview__bubble{max-width:82%;padding:.5rem .75rem;border-radius:1rem;font-size:.8125rem;line-height:1.4}.hero-preview__bubble--them{align-self:flex-start;background:#fff;border:1px solid rgba(30,39,73,.08);color:var(--brand-navy)}.hero-preview__bubble--me{align-self:flex-end;background:var(--brand-slate);color:var(--brand-cream)}.hero-preview__suggestions{display:flex;flex-direction:column;gap:.375rem}.hero-preview__suggestions-label{font-size:.625rem;font-weight:600;color:var(--text-muted)}.hero-preview__chips{display:flex;flex-wrap:wrap;gap:.375rem}.hero-preview__chips span{font-size:.6875rem;font-weight:500;padding:.3125rem .625rem;border-radius:999px;background:var(--accent-bg);color:var(--brand-navy);border:1px solid var(--accent-border)}.hero-preview__board-themes{display:flex;flex-wrap:wrap;gap:.3125rem}.hero-preview__theme{font-size:.625rem;font-weight:600;padding:.25rem .5rem;border-radius:999px;background:#1e27490f;color:var(--text-muted)}.hero-preview__theme--active{background:var(--brand-navy);color:var(--brand-cream)}.hero-preview__board-grid{flex:1;display:grid;grid-template-columns:1fr 1fr;gap:.375rem;align-content:start}.hero-preview__board-phrase{font-size:.6875rem;font-weight:500;padding:.625rem .5rem;border-radius:var(--radius-md);background:#fbf6ec;color:var(--brand-navy);text-align:center;border:1px solid rgba(231,201,127,.35)}.hero-preview__body-layout{flex:1;display:grid;grid-template-columns:1fr 1fr;gap:.5rem;align-items:center}.hero-preview__body-figure{position:relative;width:72px;height:140px;margin:0 auto}.hero-preview__body-head,.hero-preview__body-torso,.hero-preview__body-arm,.hero-preview__body-leg{position:absolute;background:#1e27491f;border-radius:999px}.hero-preview__body-head{width:28px;height:28px;top:0;left:50%;transform:translate(-50%)}.hero-preview__body-torso{width:36px;height:52px;top:32px;left:50%;transform:translate(-50%);border-radius:1rem}.hero-preview__body-torso--active,.hero-preview__body-arm--active{background:#e7c97f8c;box-shadow:0 0 0 2px var(--brand-gold)}.hero-preview__body-arm--left{width:14px;height:44px;top:36px;left:6px;transform:rotate(12deg)}.hero-preview__body-arm--right{width:14px;height:44px;top:36px;right:6px;transform:rotate(-12deg)}.hero-preview__body-leg--left{width:14px;height:48px;bottom:0;left:22px}.hero-preview__body-leg--right{width:14px;height:48px;bottom:0;right:22px}.hero-preview__body-symptoms{display:flex;flex-direction:column;gap:.375rem}.hero-preview__symptom{font-size:.6875rem;font-weight:500;padding:.375rem .625rem;border-radius:var(--radius-sm);background:#fff;border:1px solid rgba(30,39,73,.08);color:var(--text-muted)}.hero-preview__symptom--active{background:var(--brand-navy);color:var(--brand-cream);border-color:transparent}.hero-preview__body-sentence{display:flex;align-items:center;justify-content:space-between;gap:.5rem;padding:.625rem .75rem;border-radius:var(--radius-md);background:#fff;border:1px solid rgba(30,39,73,.08);font-size:.75rem;font-weight:600;color:var(--brand-navy)}.hero-preview__play{flex-shrink:0;border:none;border-radius:999px;padding:.3125rem .625rem;font-size:.625rem;font-weight:700;background:#34c759;color:#fff;cursor:default}.hero-preview__history-search{font-size:.6875rem;color:var(--text-muted);padding:.5rem .75rem;border-radius:var(--radius-md);background:#fff;border:1px solid rgba(30,39,73,.08)}.hero-preview__history-list{flex:1;display:flex;flex-direction:column;gap:.375rem}.hero-preview__history-item{padding:.625rem .75rem;border-radius:var(--radius-md);background:#fff;border:1px solid rgba(30,39,73,.08);display:flex;flex-direction:column;gap:.125rem}.hero-preview__history-item--active{border-color:var(--brand-gold);background:#fbf6ec}.hero-preview__history-title{font-size:.75rem;font-weight:600;color:var(--brand-navy)}.hero-preview__history-meta{font-size:.625rem;color:var(--text-muted)}.hero-preview__easy-tabs{display:flex;gap:.25rem;padding:.25rem;border-radius:999px;background:#1e27490f}.hero-preview__easy-tab{flex:1;text-align:center;font-size:.625rem;font-weight:600;padding:.375rem .25rem;border-radius:999px;color:var(--text-muted)}.hero-preview__easy-tab--active{background:var(--brand-navy);color:var(--brand-cream)}.hero-preview__easy-body{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.75rem;text-align:center;padding:1rem}.hero-preview__easy-start{display:inline-flex;align-items:center;justify-content:center;width:4rem;height:4rem;border-radius:50%;background:var(--brand-gold);color:var(--brand-navy);font-size:.6875rem;font-weight:700;box-shadow:var(--shadow-soft)}.hero-preview__easy-body p{font-size:.75rem;color:var(--text-muted);line-height:1.5}.hero-preview__tabs{display:flex;flex-wrap:wrap;justify-content:center;gap:.375rem;margin-top:1rem}.hero-preview__tab{border:1px solid var(--glass-border-subtle);background:var(--bg-card);color:var(--text-muted);font-size:.6875rem;font-weight:600;padding:.375rem .75rem;border-radius:999px;cursor:pointer;transition:background .2s,color .2s,border-color .2s,box-shadow .2s}.hero-preview__tab:hover{border-color:var(--accent-border);color:var(--brand-navy)}.hero-preview__tab--active{background:var(--brand-navy);color:var(--brand-cream);border-color:transparent;box-shadow:var(--shadow-soft)}@media(max-width:900px){.hero-preview__device{max-width:280px}.hero-preview__screen{min-height:420px}}@media(prefers-reduced-motion:reduce){.hero-preview__device,.hero-preview__mic-dot{animation:none}}.hero{position:relative;padding:clamp(5.5rem,12vw,7.5rem) clamp(1rem,4vw,2rem) clamp(3rem,8vw,5rem);max-width:1200px;margin:0 auto;animation:heroReveal .85s cubic-bezier(.22,1,.36,1)}.hero__grid{display:grid;grid-template-columns:minmax(0,1.14fr) minmax(0,.86fr);gap:clamp(1.75rem,4vw,3.25rem);align-items:center}.hero__content{text-align:left}.hero__tagline{display:inline-flex;align-items:center;gap:.5rem;font-size:.8125rem;font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:var(--brand-slate);margin-bottom:1rem;padding:.375rem .875rem;border-radius:999px;background:var(--bg-card);border:1px solid var(--glass-border-subtle);box-shadow:var(--shadow-soft)}.hero__tagline:before{content:"";width:6px;height:6px;border-radius:50%;background:var(--brand-gold);box-shadow:0 0 0 3px #e7c97f59}.hero__title{font-family:var(--font-hero);font-size:clamp(2rem,5.5vw,3.75rem);font-weight:600;color:var(--text-dark);line-height:1.15;margin-bottom:1.25rem;letter-spacing:-.03em}.hero__title-lead{display:block;margin-bottom:.15em}html[lang=ko] .hero__title{font-size:clamp(1.875rem,4.6vw,3.5rem);letter-spacing:-.04em}html[lang=ko] .hero__title-lead{white-space:nowrap}.hero__title-accent{display:block;color:var(--brand-slate);font-style:italic;background:linear-gradient(135deg,var(--brand-navy) 20%,#4A5578 100%);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}.hero__desc{font-size:clamp(1rem,2vw,1.125rem);color:var(--text-body);max-width:34rem;margin-bottom:1.5rem;line-height:1.75}.hero__pills{list-style:none;display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1.75rem}.hero__pill{font-size:.75rem;font-weight:600;padding:.4375rem .875rem;border-radius:999px;background:var(--accent-bg);color:var(--brand-navy);border:1px solid var(--accent-border)}.hero__visual{display:flex;justify-content:center;align-items:center}@keyframes heroReveal{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}@media(max-width:900px){.hero__grid{grid-template-columns:1fr;text-align:center}.hero__content{text-align:center}html[lang=ko] .hero__title-lead{white-space:normal}.hero__tagline,.hero__desc{margin-inline:auto}.hero__pills{justify-content:center}.hero__visual{order:-1}}@media(max-width:480px){.hero{padding-top:5rem}.hero__pill{font-size:.6875rem}}.hero .store-badges--hero{margin:0;justify-content:flex-start}@media(max-width:900px){.hero .store-badges--hero{justify-content:center;margin-inline:auto}}.listen{padding:5rem 1.5rem;background:var(--bg-main)}.listen__inner{max-width:1100px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}@media(max-width:768px){.listen{padding:3rem 1rem}.listen__inner{grid-template-columns:1fr;gap:2.5rem;text-align:center}.listen__tagline{justify-content:center}.listen__visual{min-height:260px}.listen__bubble{top:10%;right:5%;font-size:.8125rem}.listen__response{bottom:20%;left:5%;font-size:.8125rem}}@media(max-width:480px){.listen{padding:2.5rem .75rem}.listen__inner{gap:2rem}.listen__visual{min-height:220px}.listen__mic-btn{width:64px;height:64px}.listen__mic-btn svg{width:28px;height:28px}.listen-ring--3{width:200px;height:200px}}.listen__tagline{font-size:.9375rem;font-weight:600;margin-bottom:.5rem}.listen__title{font-family:var(--font-display);font-size:clamp(1.75rem,4vw,2.25rem);font-weight:700;color:var(--text-dark);margin-bottom:1rem}.listen__desc{font-size:1rem;color:var(--text-body);line-height:1.7}.listen__visual{position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:320px}.listen-rings{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center}.listen-ring{position:absolute;border:2px dashed var(--accent-muted);border-radius:50%;opacity:.5;animation:ringPulse 2.5s ease-in-out infinite}.listen-ring--1{width:120px;height:120px;animation-delay:0s}.listen-ring--2{width:180px;height:180px;animation-delay:.3s}.listen-ring--3{width:240px;height:240px;animation-delay:.6s}@keyframes ringPulse{0%,to{transform:scale(.9);opacity:.3}50%{transform:scale(1.05);opacity:.6}}.listen__mic-btn{position:relative;z-index:2;width:80px;height:80px;background:linear-gradient(135deg,var(--accent-light) 0%,var(--accent-muted) 100%);border-radius:1rem;display:flex;align-items:center;justify-content:center;color:#fff;box-shadow:var(--shadow-card)}.listen__mic-btn svg{width:36px;height:36px}.listen__bubble{position:absolute;top:20%;right:10%;padding:.5rem 1rem;background:var(--bg-card);border-radius:1rem;font-size:.9375rem;box-shadow:var(--shadow-soft);z-index:2;animation:bubbleFloat 3s ease-in-out infinite}.listen__response{position:absolute;bottom:25%;left:5%;padding:.5rem 1rem;background:var(--accent-bg);color:var(--accent);border-radius:1rem;font-size:.9375rem;font-weight:500;z-index:2;animation:bubbleFloat 3s ease-in-out infinite .5s}@keyframes bubbleFloat{0%,to{transform:translateY(0)}50%{transform:translateY(-4px)}}.listen__wave{position:absolute;bottom:0;right:0;display:flex;align-items:flex-end;gap:4px;height:32px}.listen__wave-bar{width:4px;background:linear-gradient(to top,var(--accent-muted),var(--accent-light));border-radius:2px;animation:waveBounce 1s ease-in-out infinite}@keyframes waveBounce{0%,to{height:8px}50%{height:24px}}.phrases{padding:5rem 1.5rem;background:var(--bg-main)}.phrases__inner{max-width:1100px;margin:0 auto;display:grid;grid-template-columns:1fr auto 1fr;gap:2rem;align-items:center}@media(max-width:900px){.phrases{padding:3rem 1rem}.phrases__inner{grid-template-columns:1fr;gap:1.5rem;text-align:center;align-items:center;justify-items:center}.phrases__text-block{order:1;width:100%}.phrases__list{order:2;max-width:320px;margin:0 auto;width:100%}.phrases__icon-circle{order:3}}@media(max-width:480px){.phrases{padding:2.5rem .75rem}.phrases__inner{gap:1.25rem}.phrases__list{max-width:280px}.phrases__item,.phrases__add{padding:.75rem 1rem;font-size:.875rem}.phrases__icon-circle{width:64px;height:64px;min-width:64px;min-height:64px}}.phrases__list{display:flex;flex-direction:column;gap:.75rem;min-width:0}.phrases__item{padding:.875rem 1.25rem;background:var(--bg-card);border-radius:1rem;font-size:.9375rem;color:var(--text-dark);box-shadow:var(--shadow-soft);display:flex;align-items:center;justify-content:space-between;text-align:left;transition:box-shadow .3s ease,transform .3s ease}@media(hover:hover){.phrases__item:hover{box-shadow:var(--shadow-card)}}.phrases__session{display:flex;flex-direction:column;gap:.125rem;flex:1;min-width:0;text-align:left}.phrases__meta{font-size:.75rem;color:var(--text-muted)}.phrases__item--saved .phrases__text{flex:1;text-align:left}.phrases__bookmark{color:var(--accent-light)}.phrases__add{text-align:left;padding:.875rem 1.25rem;border:2px dashed var(--accent-border);border-radius:1rem;background:transparent;color:var(--accent-light);font-size:.9375rem;font-weight:500;cursor:pointer;display:flex;align-items:center;gap:.5rem;transition:background .2s,border-color .2s}.phrases__add:hover{background:var(--accent-bg);border-color:var(--accent-light)}.phrases__add-icon{font-size:1.25rem}.phrases__icon-circle{width:80px;height:80px;min-width:80px;min-height:80px;flex-shrink:0;background:linear-gradient(135deg,var(--accent-light) 0%,var(--accent-muted) 100%);border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;box-shadow:var(--shadow-card)}.phrases__tagline{font-size:.9375rem;font-weight:600;margin-bottom:.5rem}.phrases__title{font-family:var(--font-display);font-size:clamp(1.75rem,4vw,2.25rem);font-weight:700;color:var(--text-dark);margin-bottom:1rem}.phrases__desc{font-size:1rem;color:var(--text-body);line-height:1.7}.target{padding:5rem 1.5rem;background:var(--bg-warm)}.target__inner{max-width:800px;margin:0 auto;text-align:center}.target__eyebrow{font-size:.875rem;font-weight:600;letter-spacing:.04em;margin-bottom:.75rem}.target__title{font-family:var(--font-display);font-size:clamp(1.75rem,4vw,2.25rem);font-weight:700;color:var(--text-dark);margin-bottom:3rem}.target__cards{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem}.target__card{background:var(--bg-card);border-radius:1.5rem;padding:2.5rem 2rem;text-align:left;box-shadow:var(--shadow-card);transition:box-shadow .4s cubic-bezier(.22,1,.36,1)}@media(hover:hover){.target__card:hover{box-shadow:var(--shadow-elevated)}}.target__icon-wrap{width:56px;height:56px;background:var(--accent-bg);border-radius:50%;display:flex;align-items:center;justify-content:center;margin-bottom:1.25rem}.target__icon-wrap svg{width:28px;height:28px;color:var(--accent-border)}.target__card-title{font-family:var(--font-display);font-size:1.125rem;font-weight:700;color:var(--text-dark);margin-bottom:1.25rem}.target__list{list-style:none;display:flex;flex-direction:column;gap:.75rem}.target__item{font-size:.9375rem;color:var(--text-body);line-height:1.6;padding-left:1.125rem;position:relative}.target__item:before{content:"";position:absolute;left:0;top:.55em;width:6px;height:6px;border-radius:50%;background:var(--accent-light)}@media(max-width:640px){.target{padding:3rem 1rem}.target__cards{grid-template-columns:1fr}.target__card{padding:2rem 1.5rem}.target__title{margin-bottom:2rem}}@media(max-width:480px){.target{padding:2.5rem .75rem}.target__card{padding:1.5rem 1.25rem;border-radius:1.25rem}}.voice{padding:5rem 1.5rem;background:linear-gradient(180deg,var(--bg-main) 0%,var(--bg-warm) 100%)}.voice__inner{max-width:1100px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}@media(max-width:768px){.voice{padding:3rem 1rem}.voice__inner{grid-template-columns:1fr;gap:2.5rem;text-align:center}.voice__text{order:-1}.voice__visual{min-height:220px}}@media(max-width:480px){.voice{padding:2.5rem .75rem}.voice__inner{gap:2rem}.voice__icon-btn{width:56px;height:56px}.voice__icon-btn svg{width:24px;height:24px}.voice__bg-shape{top:-10px;right:-10px;bottom:-10px;left:-10px}.voice__circle--4{width:200px;height:200px}}.voice__visual{position:relative;min-height:280px;display:flex;flex-direction:column;align-items:center;justify-content:center}.voice__bg-shape{position:absolute;top:-20px;right:-20px;bottom:-20px;left:-20px;background:linear-gradient(135deg,var(--accent-bg) 0%,rgba(232,228,255,.35) 100%);border-radius:2rem;z-index:0}.voice__concentric{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;z-index:1}.voice__circle{position:absolute;border:1px dashed var(--accent-muted);border-radius:50%;opacity:.4}.voice__circle--1{width:80px;height:80px}.voice__circle--2{width:120px;height:120px}.voice__circle--3{width:180px;height:180px}.voice__circle--4{width:240px;height:240px}.voice__icon-btn{position:relative;z-index:2;width:72px;height:72px;background:linear-gradient(180deg,var(--accent-light) 0%,var(--accent-muted) 100%);border-radius:1rem;display:flex;align-items:center;justify-content:center;color:#fff;box-shadow:var(--shadow-card);margin-bottom:1.5rem}.voice__icon-btn svg{width:32px;height:32px}.voice__waveform{position:relative;z-index:2;display:flex;align-items:flex-end;gap:6px;height:48px}.voice__wave-bar{width:6px;background:linear-gradient(to top,var(--accent-muted),var(--accent-light));border-radius:3px;animation:voiceWave 1.2s ease-in-out infinite}.voice__wave-bar:nth-child(odd){animation-delay:.2s}@keyframes voiceWave{0%,to{transform:scaleY(.5)}50%{transform:scaleY(1)}}.voice__tagline{font-size:.9375rem;font-weight:600;margin-bottom:.5rem}.voice__title{font-family:var(--font-display);font-size:clamp(1.75rem,4vw,2.25rem);font-weight:700;color:var(--text-dark);margin-bottom:1rem}.voice__desc{font-size:1rem;color:var(--text-body);line-height:1.7}.easy-use{padding:5rem 1.5rem;background:var(--bg-warm)}.easy-use__inner{max-width:1100px;margin:0 auto;display:grid;grid-template-columns:minmax(0,1.05fr) minmax(0,.95fr);gap:clamp(2.5rem,5vw,4rem);align-items:center}.easy-use__eyebrow{font-size:.9375rem;font-weight:600;margin-bottom:.5rem}.easy-use__title{font-family:var(--font-display);font-size:clamp(1.75rem,4vw,2.25rem);font-weight:600;color:var(--text-dark);line-height:1.35;margin-bottom:1rem}.easy-use__title-accent{display:block;color:var(--brand-slate);font-style:italic}.easy-use__desc{font-size:1rem;color:var(--text-body);line-height:1.7;max-width:32rem}.easy-use__features{list-style:none;display:flex;flex-direction:column;gap:.75rem}.easy-use__feature{display:flex;align-items:center;gap:1rem;padding:1rem 1.125rem;background:#ffffff8c;border:1px solid var(--glass-border-subtle);border-radius:1rem;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);box-shadow:var(--shadow-card);transition:border-color .25s ease,box-shadow .25s ease,transform .25s cubic-bezier(.22,1,.36,1)}@media(hover:hover){.easy-use__feature:hover{border-color:var(--accent-border);box-shadow:var(--shadow-elevated);transform:translateY(-1px)}}.easy-use__feature-icon{flex-shrink:0;width:2.75rem;height:2.75rem;border-radius:50%;display:flex;align-items:center;justify-content:center;color:var(--brand-navy);background:var(--accent-bg)}.easy-use__feature-icon svg{width:1.25rem;height:1.25rem}.easy-use__feature-label{font-size:.9375rem;font-weight:600;color:var(--text-dark);line-height:1.4}@media(max-width:768px){.easy-use{padding:3rem 1rem}.easy-use__inner{grid-template-columns:1fr;gap:2rem}.easy-use__desc{max-width:none}}@media(max-width:480px){.easy-use{padding:2.5rem .75rem}.easy-use__feature{padding:.875rem 1rem;gap:.875rem}.easy-use__feature-icon{width:2.5rem;height:2.5rem}.easy-use__feature-label{font-size:.875rem}}.faq{padding:0;background:transparent}.faq__inner{max-width:var(--support-max, 960px);margin:0 auto}.faq__eyebrow{font-size:.75rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--text-kicker);margin-bottom:.625rem}.faq__title{font-family:var(--font-display);font-size:var(--support-title, clamp(1.375rem, 2.6vw, 1.625rem));font-weight:700;color:var(--text-dark);margin-bottom:1.75rem;line-height:1.35}.faq__tabs{display:flex;flex-wrap:wrap;gap:.375rem;margin-bottom:1.25rem}.faq__tab{padding:.4375rem .875rem;border-radius:999px;border:1px solid rgba(210,142,117,.3);background:#ffffffc7;color:var(--text-muted);font-size:.8125rem;font-weight:600;cursor:pointer;transition:background .2s ease,color .2s ease,border-color .2s ease,box-shadow .2s ease}.faq__tab:hover{border-color:#c6573566;color:var(--accent)}.faq__tab--active{background:var(--accent);border-color:var(--accent);color:#fff;box-shadow:var(--shadow-soft)}.faq__list{display:flex;flex-direction:column;gap:.625rem}.faq__item{background:var(--bg-card);border:1px solid rgba(210,142,117,.12);border-radius:.875rem;box-shadow:var(--shadow-card);overflow:hidden;transition:box-shadow .25s ease,border-color .25s ease}.faq__item--open{border-color:#c6573538;box-shadow:var(--shadow-elevated)}.faq__question-wrap{margin:0}.faq__question{width:100%;display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:1rem 1.125rem;border:none;background:none;text-align:left;font-family:var(--font-display);font-size:.9375rem;font-weight:600;color:var(--text-dark);line-height:1.5;cursor:pointer}.faq__chevron{width:1.125rem;height:1.125rem;flex-shrink:0;color:var(--accent-light);transition:transform .25s ease}.faq__item--open .faq__chevron{transform:rotate(180deg)}.faq__answer-wrap{padding:0 1.125rem 1rem}.faq__answer{margin:0;font-size:.875rem;color:var(--text-body);line-height:1.7;border-top:1px solid rgba(210,142,117,.12);padding-top:.75rem}@media(max-width:768px){.faq__tabs{flex-wrap:nowrap;overflow-x:auto;padding-bottom:.25rem;-webkit-overflow-scrolling:touch;scrollbar-width:none}.faq__tabs::-webkit-scrollbar{display:none}.faq__tab{flex-shrink:0}}@media(max-width:480px){.faq__question{padding:.9375rem 1rem;font-size:.875rem}.faq__answer-wrap{padding:0 1rem .9375rem}}.inquiry-form{text-align:left;background:var(--bg-card);border-radius:1.125rem;padding:1.75rem;border:1px solid rgba(210,142,117,.16);box-shadow:var(--shadow-card)}.inquiry-form--success{text-align:center;padding:2.5rem 1.75rem}.inquiry-form__success-icon{width:2.75rem;height:2.75rem;margin:0 auto 1rem;border-radius:50%;background:var(--accent-bg);color:var(--accent);font-size:1.375rem;font-weight:700;display:flex;align-items:center;justify-content:center}.inquiry-form__success-title{font-family:var(--font-display);font-size:1.125rem;font-weight:700;color:var(--text-dark);margin-bottom:.375rem}.inquiry-form__success-desc{font-size:.875rem;color:var(--text-muted);line-height:1.65;margin-bottom:1.25rem}.inquiry-form__reset{padding:.5625rem 1.125rem;border-radius:999px;border:1px solid rgba(210,142,117,.4);background:transparent;color:var(--accent);font-size:.8125rem;font-weight:600;cursor:pointer;transition:background .2s ease}.inquiry-form__reset:hover{background:var(--accent-bg)}.inquiry-form__error{margin-bottom:.875rem;padding:.75rem .875rem;border-radius:.625rem;background:#fef2f2;color:#b91c1c;font-size:.8125rem;line-height:1.5}.inquiry-form__field{display:flex;flex-direction:column;gap:.3125rem;margin-bottom:.875rem}.inquiry-form__field label{font-size:.75rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase;color:var(--text-muted)}.inquiry-form__field input,.inquiry-form__field textarea{width:100%;padding:.6875rem .875rem;border:1px solid rgba(210,142,117,.3);border-radius:.625rem;font-family:var(--font-body);font-size:.9375rem;color:var(--text-dark);background:var(--bg-main);transition:border-color .2s ease,box-shadow .2s ease}.inquiry-form__field input::placeholder,.inquiry-form__field textarea::placeholder{color:var(--text-muted);opacity:.7}.inquiry-form__field input:focus,.inquiry-form__field textarea:focus{outline:none;border-color:var(--accent-border);box-shadow:0 0 0 3px #c657351a;background:var(--bg-card)}.inquiry-form__field textarea{resize:vertical;min-height:6.5rem}.inquiry-form__honeypot{position:absolute;left:-9999px;width:1px;height:1px;overflow:hidden}.inquiry-form__submit{width:100%;padding:.8125rem 1.25rem;border:none;border-radius:999px;background:linear-gradient(135deg,var(--accent) 0%,var(--accent-light) 100%);color:#fff;font-size:.9375rem;font-weight:600;cursor:pointer;box-shadow:var(--shadow-soft);transition:transform .2s ease,box-shadow .2s ease,opacity .2s ease;margin-top:.25rem}.inquiry-form__submit:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 6px 24px #c6573538}.inquiry-form__submit:disabled{opacity:.65;cursor:not-allowed}@media(max-width:480px){.inquiry-form{padding:1.375rem;border-radius:1rem}}.support-contact{padding:0;background:transparent}.support-contact__inner{max-width:var(--support-max, 960px);margin:0 auto;display:flex;flex-direction:column;gap:1.75rem}.support-contact__intro{max-width:32rem}.support-contact__title{font-family:var(--font-display);font-size:var(--support-title, clamp(1.375rem, 2.6vw, 1.625rem));font-weight:700;color:var(--text-dark);line-height:1.4;margin-bottom:1rem}.support-contact__tags{display:flex;flex-wrap:wrap;gap:.5rem}.support-contact__tag{display:inline-block;padding:.4375rem .75rem;background:var(--accent-bg);color:var(--accent);border:1px solid rgba(198,87,53,.18);font-size:.8125rem;font-weight:600;line-height:1.4;border-radius:999px}.support-contact__cards{display:grid;grid-template-columns:repeat(3,1fr);gap:.875rem}.support-contact__card{background:var(--bg-card);border:1px solid rgba(210,142,117,.16);border-radius:1rem;padding:1.25rem 1.375rem;box-shadow:var(--shadow-card);transition:box-shadow .25s ease,border-color .25s ease}.support-contact__card:hover{border-color:#c6573547;box-shadow:var(--shadow-elevated)}.support-contact__card-label{font-size:.75rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:var(--text-muted);margin-bottom:.5rem}.support-contact__card-value{font-family:var(--font-display);font-size:1rem;font-weight:700;color:var(--text-dark);line-height:1.45;margin:0}.support-contact__card-link{text-decoration:none;transition:color .2s ease}.support-contact__card-link:hover{color:var(--accent)}.support-contact__card-note{margin:.5rem 0 0;font-size:.8125rem;color:var(--text-muted);line-height:1.55}@media(max-width:768px){.support-contact__cards{grid-template-columns:1fr}}@media(max-width:480px){.support-contact__card{padding:1.125rem}}.support-page{--support-max: 960px;--support-narrow: 560px;--support-pad-x: clamp(1rem, 4vw, 1.5rem);--support-pad-y: clamp(3rem, 6vw, 4.5rem);--support-title: clamp(1.375rem, 2.6vw, 1.625rem);--support-hero-title: clamp(1.75rem, 3.8vw, 2.125rem);padding-top:4.5rem}.support-shell{max-width:var(--support-max);margin:0 auto;padding-left:var(--support-pad-x);padding-right:var(--support-pad-x)}.support-eyebrow{font-size:.75rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--text-kicker);margin-bottom:.625rem}.support-section-title{font-family:var(--font-display);font-size:var(--support-title);font-weight:700;color:var(--text-dark);line-height:1.35;margin-bottom:.625rem}.support-section-desc{font-size:.9375rem;color:var(--text-muted);line-height:1.65}.support-hero{padding:2.25rem 0 2.5rem;background:linear-gradient(180deg,#e8e4ff73,#fffbfd00);border-bottom:1px solid var(--glass-border-subtle)}.support-hero .support-shell{padding-left:var(--support-pad-x);padding-right:var(--support-pad-x)}.support-hero__title{font-family:var(--font-display);font-size:var(--support-hero-title);font-weight:700;color:var(--text-dark);line-height:1.3;margin-bottom:.625rem}.support-hero__desc{max-width:36rem;font-size:.9375rem;color:var(--text-muted);line-height:1.7}.support-page .support-contact{padding:var(--support-pad-y) 0;background:var(--bg-main)}.support-page .faq{padding:var(--support-pad-y) 0;background:var(--bg-warm)}.support-page .media{padding:var(--support-pad-y) 0;background:var(--bg-main)}.support-page .faq__inner,.support-page .media__inner,.support-page .support-contact__inner{max-width:var(--support-max);padding-left:var(--support-pad-x);padding-right:var(--support-pad-x)}.support-page .faq__title,.support-page .media__title{font-size:var(--support-title);margin-bottom:1.75rem;text-align:left}.support-page .faq__eyebrow,.support-page .media__eyebrow{text-align:left;font-size:.75rem;letter-spacing:.1em;text-transform:uppercase;color:var(--text-kicker);margin-bottom:.625rem}.support-page .faq__inner{text-align:left}.support-page .faq__tabs{justify-content:flex-start;margin-bottom:1.25rem}.support-page .media__inner{text-align:left}.support-page .media__group-label{font-size:.75rem;letter-spacing:.08em;color:var(--accent);padding-left:0}.inquiry-section{padding:var(--support-pad-y) 0 calc(var(--support-pad-y) + 1rem);background:linear-gradient(165deg,#e8e4ff6b,#fff8fcbf);border-top:1px solid var(--glass-border-subtle)}.inquiry-section__inner{max-width:var(--support-max)}.inquiry-section__layout{display:grid;grid-template-columns:minmax(0,.95fr) minmax(0,1.05fr);gap:clamp(2rem,4vw,3rem);align-items:start}.inquiry-section__copy{padding-top:.25rem}.inquiry-section__copy .support-section-desc{margin-top:.5rem}.support-page .media__group{margin-bottom:2rem}.support-page .media-card__title{font-size:1rem}.support-page .media-card__excerpt{font-size:.8125rem;-webkit-line-clamp:2}.support-page .media-card__body{padding:1.25rem 1.375rem 1.375rem}@media(max-width:768px){.support-page{padding-top:3.75rem}.support-hero{padding:1.75rem 0 2rem}.inquiry-section__layout{grid-template-columns:1fr;gap:1.5rem}}@media(max-width:480px){.support-hero{padding:1.5rem 0 1.75rem}}.purchase-hero-plans{display:grid;gap:1rem;margin-top:clamp(2rem,5vw,3rem);animation:purchasePlansIn .9s ease-out .15s both}@keyframes purchasePlansIn{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}.purchase-hero-plans__trial,.purchase-hero-plans__subscription{border-radius:1rem;border:1px solid rgba(210,142,117,.24);background:#ffffffeb;box-shadow:var(--shadow-soft)}.purchase-hero-plans__trial-inner,.purchase-hero-plans__subscription-grid{padding:clamp(1.25rem,3vw,1.75rem)}.purchase-hero-plans__trial-inner{display:flex;flex-direction:column;gap:1.25rem;height:100%}.purchase-hero-plans__subscription{position:relative;background:linear-gradient(165deg,#fffffffa,#fff8fcf0);box-shadow:var(--shadow-elevated)}.purchase-hero-plans__badge{position:absolute;top:0;left:50%;translate:-50% -50%;display:inline-flex;align-items:center;gap:.35rem;padding:.375rem .875rem;font-size:.75rem;font-weight:700;letter-spacing:-.01em;color:#fff;white-space:nowrap;background:linear-gradient(135deg,var(--accent) 0%,var(--accent-light) 100%);border-radius:999px;box-shadow:0 4px 14px #c657353d}.purchase-hero-plans__head{display:flex;flex-direction:column;gap:.375rem}.purchase-hero-plans__plan-name{font-size:1rem;font-weight:700;color:var(--text-dark)}.purchase-hero-plans__price{display:flex;align-items:baseline;flex-wrap:wrap;gap:.25rem .5rem;margin:.125rem 0 0}.purchase-hero-plans__price-value{font-family:var(--font-display);font-size:clamp(1.75rem,4vw,2.125rem);font-weight:900;letter-spacing:-.04em;line-height:1;color:var(--text-dark)}.purchase-hero-plans__price-value--accent{color:var(--accent)}.purchase-hero-plans__price-unit{font-size:.9375rem;font-weight:600;color:var(--text-muted)}.purchase-hero-plans__plan-note{font-size:.8125rem;color:var(--text-muted);line-height:1.5}.purchase-hero-plans__divider{border:0;border-top:1px dashed rgba(210,142,117,.35);margin:0}.purchase-hero-plans__list{list-style:none;display:flex;flex-direction:column;gap:.75rem}.purchase-hero-plans__list-item{display:flex;align-items:flex-start;gap:.5rem;font-size:.875rem;line-height:1.5;color:var(--text-body)}.purchase-hero-plans__check{flex-shrink:0;width:1rem;height:1rem;margin-top:.125rem;color:var(--accent)}.purchase-hero-plans__subscription-grid{display:grid;gap:1.5rem;padding-top:clamp(1.5rem,3vw,1.75rem)}.purchase-hero-plans__subscription-main{display:flex;flex-direction:column;gap:1.25rem}.purchase-hero-plans__features-heading{font-size:.875rem;font-weight:700;color:var(--text-dark);margin-bottom:.875rem}.purchase-hero-plans__stores{width:100%}.purchase-hero-plans__stores .store-badges{flex-direction:column;align-items:stretch;gap:.625rem;width:100%}.purchase-hero-plans__stores .store-badges__link{width:100%;min-height:3rem;justify-content:flex-start;border-radius:.75rem}@media(min-width:768px){.purchase-hero-plans{grid-template-columns:repeat(5,minmax(0,1fr));gap:0;align-items:stretch}.purchase-hero-plans__trial{grid-column:span 2;margin-block:.5rem;border-top-right-radius:0;border-bottom-right-radius:0;border-right:0}.purchase-hero-plans__subscription{grid-column:span 3;border-top-left-radius:0;border-bottom-left-radius:0}.purchase-hero-plans__subscription-grid{grid-template-columns:minmax(0,1fr) minmax(0,1.15fr);gap:clamp(1.25rem,3vw,2rem);align-items:start}}@media(max-width:767px){.purchase-hero-plans__subscription{padding-top:.75rem}}@media(prefers-reduced-motion:reduce){.purchase-hero-plans{animation:none}}.purchase-page{--purchase-max: 1120px;--purchase-pad-x: clamp(1rem, 4vw, 1.5rem);--purchase-pad-y: clamp(3.5rem, 7vw, 5rem);--purchase-hero-title: clamp(2.125rem, 5vw, 3rem);--purchase-title: clamp(1.5rem, 3vw, 1.875rem);padding-top:4.5rem;overflow-x:clip}.purchase-shell{max-width:var(--purchase-max);margin:0 auto;padding-left:var(--purchase-pad-x);padding-right:var(--purchase-pad-x)}.purchase-eyebrow,.purchase-features__eyebrow,.purchase-trial__eyebrow{display:inline-block;font-size:.75rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--brand-navy);margin-bottom:.75rem;padding:.3125rem .75rem;border-radius:999px;background:var(--accent-bg);border:1px solid var(--accent-border)}.purchase-section-title{font-family:var(--font-display);font-size:var(--purchase-title);font-weight:700;color:var(--text-dark);line-height:1.3;margin-bottom:.625rem}.purchase-section-desc{font-size:.9375rem;color:var(--text-muted);line-height:1.65;max-width:36rem}.purchase-hero{position:relative;padding:clamp(2.5rem,6vw,4.5rem) 0 clamp(3.5rem,7vw,5rem);background:radial-gradient(ellipse 70% 55% at 10% 0%,rgba(232,228,255,.72),transparent 60%),radial-gradient(ellipse 60% 50% at 95% 20%,rgba(255,232,244,.62),transparent 55%),radial-gradient(ellipse 50% 40% at 50% 100%,rgba(255,233,220,.45),transparent 60%),linear-gradient(180deg,#fff8fc8c,#fffbfd00);border-bottom:1px solid var(--glass-border-subtle);animation:purchaseHeroIn .85s ease-out}@keyframes purchaseHeroIn{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}.purchase-hero__orb{position:absolute;border-radius:50%;filter:blur(52px);pointer-events:none;opacity:.6}.purchase-hero__orb--1{width:320px;height:320px;top:-60px;right:5%;background:var(--candy-lavender);animation:purchaseOrbFloat 14s ease-in-out infinite alternate}.purchase-hero__orb--2{width:220px;height:220px;bottom:5%;left:-6%;background:var(--candy-peach);animation:purchaseOrbFloat 18s ease-in-out infinite alternate-reverse}.purchase-hero__orb--3{width:160px;height:160px;top:40%;right:42%;background:var(--candy-sky);opacity:.45;animation:purchaseOrbFloat 12s ease-in-out infinite alternate}.purchase-hero__spark{position:absolute;width:10px;height:10px;pointer-events:none;opacity:.55}.purchase-hero__spark:before,.purchase-hero__spark:after{content:"";position:absolute;background:var(--accent-light);border-radius:1px}.purchase-hero__spark:before{width:100%;height:2px;top:50%;left:0;transform:translateY(-50%)}.purchase-hero__spark:after{width:2px;height:100%;left:50%;top:0;transform:translate(-50%)}.purchase-hero__spark--1{top:18%;left:8%;animation:purchaseSpark 4s ease-in-out infinite}.purchase-hero__spark--2{bottom:22%;right:12%;animation:purchaseSpark 5s ease-in-out infinite 1.2s}@keyframes purchaseOrbFloat{0%{transform:translate(0) scale(1)}to{transform:translate(12px,-18px) scale(1.06)}}@keyframes purchaseSpark{0%,to{opacity:.25;transform:scale(.85) rotate(0)}50%{opacity:.75;transform:scale(1.15) rotate(45deg)}}.purchase-hero .purchase-shell{position:relative;z-index:1}.purchase-hero__intro{max-width:40rem;margin:0 auto;text-align:center;animation:purchaseCopyIn .9s ease-out .1s both}.purchase-hero__intro .purchase-eyebrow{margin-left:auto;margin-right:auto}@keyframes purchaseCopyIn{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}.purchase-hero__title{font-family:var(--font-display);font-size:var(--purchase-hero-title);font-weight:900;color:var(--text-dark);line-height:1.15;letter-spacing:-.03em;margin-bottom:.75rem}.purchase-hero__desc{font-size:1.0625rem;color:var(--text-body);line-height:1.7;margin:0 auto;max-width:34rem}.purchase-features{position:relative;padding:var(--purchase-pad-y) 0;background:radial-gradient(ellipse 80% 50% at 50% 0%,rgba(232,228,255,.5),transparent 55%),#ebe6f87a}.purchase-features__head{text-align:center;margin-bottom:2.75rem}.purchase-features__head .purchase-section-desc{margin:0 auto}.purchase-features__list{list-style:none;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:1rem}.purchase-features__item{position:relative;display:flex;flex-direction:column;gap:.625rem;min-height:100%;padding:1.375rem 1.25rem 1.25rem;background:#ffffffc7;border:1px solid var(--glass-border-subtle);border-radius:1.25rem;box-shadow:var(--shadow-card);overflow:hidden;animation:purchaseFeatureIn .6s ease-out both;transition:transform .28s cubic-bezier(.22,1,.36,1),box-shadow .28s ease}.purchase-features__item:before{content:"";position:absolute;left:0;top:0;bottom:0;width:4px;background:linear-gradient(180deg,var(--accent-light),var(--accent));opacity:0;transition:opacity .25s ease}@keyframes purchaseFeatureIn{0%{opacity:0;transform:translateY(14px)}to{opacity:1;transform:translateY(0)}}@media(hover:hover){.purchase-features__item:hover{transform:translateY(-4px);box-shadow:var(--shadow-elevated)}.purchase-features__item:hover:before{opacity:1}}.purchase-features__item:nth-child(4n+1){background:linear-gradient(165deg,#ffffffeb,#e8e4ff61)}.purchase-features__item:nth-child(4n+2){background:linear-gradient(165deg,#ffffffeb,#ffe8f461)}.purchase-features__item:nth-child(4n+3){background:linear-gradient(165deg,#ffffffeb,#e0f4ff61)}.purchase-features__item:nth-child(4n){background:linear-gradient(165deg,#ffffffeb,#ffe9dc61)}.purchase-features__index{position:absolute;top:1rem;right:1rem;font-size:.6875rem;font-weight:700;letter-spacing:.08em;color:#6b657859}.purchase-features__icon{width:2.75rem;height:2.75rem;display:flex;align-items:center;justify-content:center;border-radius:.875rem;color:var(--accent);background:var(--accent-bg);box-shadow:inset 0 1px #fff9}.purchase-features__icon svg{width:1.375rem;height:1.375rem}.purchase-features__item-title{font-family:var(--font-display);font-size:1rem;font-weight:700;color:var(--text-dark);line-height:1.35;padding-right:1.5rem}.purchase-features__item-desc{font-size:.8125rem;color:var(--text-muted);line-height:1.6}.purchase-trial{position:relative;padding:var(--purchase-pad-y) 0;background:radial-gradient(ellipse 70% 45% at 100% 50%,rgba(255,232,244,.4),transparent 55%),var(--bg-warm)}.purchase-trial__head{text-align:center;margin-bottom:1.5rem}.purchase-trial__head .purchase-section-desc{margin:0 auto}.purchase-trial__chips{list-style:none;display:flex;flex-wrap:wrap;justify-content:center;align-items:center;gap:.5rem;max-width:52rem;margin:0 auto 2rem}.purchase-trial__chip{display:inline-flex;align-items:center;gap:.4375rem;padding:.5rem .9375rem;font-size:.8125rem;font-weight:600;color:var(--text-dark);background:#ffffffd1;border:1px solid var(--glass-border-subtle);border-radius:999px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:0 2px 12px #503c780f;white-space:nowrap}.purchase-trial__chip-dot{width:7px;height:7px;border-radius:50%;flex-shrink:0}.purchase-trial__chip--launch{color:var(--accent);font-weight:700;background:#ffece4e6;border-color:var(--accent-border)}.purchase-trial__chip--launch .purchase-trial__chip-dot{background:linear-gradient(135deg,var(--accent),var(--accent-light));box-shadow:0 0 0 3px #c657352e}.purchase-trial__chip--trial .purchase-trial__chip-dot{background:linear-gradient(135deg,var(--accent),var(--accent-light));box-shadow:0 0 0 3px #c6573526}.purchase-trial__chip--stores .purchase-trial__chip-dot{background:linear-gradient(135deg,#7c6cf0,#b8a8ff)}.purchase-trial__chip--cancel .purchase-trial__chip-dot{background:linear-gradient(135deg,#5eb8d4,#a8e0f0)}.purchase-trial__steps{list-style:none;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem;counter-reset:trial}.purchase-trial__step{position:relative;display:flex;flex-direction:column;align-items:flex-start;gap:1rem;padding:1.625rem 1.375rem;background:var(--bg-card);border:1px solid var(--glass-border-subtle);border-radius:1.25rem;box-shadow:var(--shadow-card)}.purchase-trial__step:not(:last-child):after{content:"";position:absolute;top:2.75rem;right:-.625rem;width:1.25rem;height:2px;background:linear-gradient(90deg,var(--accent-muted),transparent);display:none}@media(min-width:769px){.purchase-trial__step:not(:last-child):after{display:block}}.purchase-trial__step-num{display:flex;align-items:center;justify-content:center;width:2.5rem;height:2.5rem;border-radius:50%;font-family:var(--font-display);font-size:1.0625rem;font-weight:800;color:#fff;background:linear-gradient(135deg,var(--accent) 0%,var(--accent-light) 100%);box-shadow:var(--shadow-soft)}.purchase-trial__step-text{font-size:.9375rem;color:var(--text-body);line-height:1.65}.purchase-cta{position:relative;padding:var(--purchase-pad-y) 0 calc(var(--purchase-pad-y) + 1.5rem);background:radial-gradient(ellipse 80% 60% at 50% 100%,rgba(232,228,255,.6),transparent 70%),linear-gradient(180deg,#fffbfd4d,#fff8fce0);overflow:hidden}.purchase-cta__orb{position:absolute;inset:20% 10% auto;height:260px;border-radius:50%;background:radial-gradient(circle,rgba(255,232,244,.55),transparent 70%);filter:blur(24px);pointer-events:none}.purchase-cta__ring{position:absolute;border-radius:50%;border:1px dashed rgba(198,87,53,.18);pointer-events:none}.purchase-cta__ring--1{width:280px;height:280px;top:10%;left:-80px;animation:purchaseRingSpin 40s linear infinite}.purchase-cta__ring--2{width:200px;height:200px;bottom:5%;right:-40px;animation:purchaseRingSpin 32s linear infinite reverse}@keyframes purchaseRingSpin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.purchase-cta__inner{position:relative;z-index:1;display:flex;justify-content:center}.purchase-cta__card{width:100%;max-width:34rem;padding:2.75rem 2.25rem 2.5rem;text-align:center;background:#ffffffd9;border:1px solid var(--glass-border-subtle);border-radius:1.875rem;box-shadow:var(--shadow-elevated);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.purchase-cta__card:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border-radius:inherit;padding:1px;background:linear-gradient(160deg,#ffffffe6,#e8e4ff66,#c6573533);mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;mask-composite:exclude;pointer-events:none}.purchase-cta__card{position:relative}.purchase-cta__logo{display:flex;justify-content:center;margin-bottom:1.25rem}.purchase-cta__logo-img{max-width:168px;height:auto;object-fit:contain}.purchase-cta__title{font-family:var(--font-display);font-size:clamp(1.625rem,3.5vw,2.125rem);font-weight:800;color:var(--text-dark);margin-bottom:.5rem;letter-spacing:-.02em}.purchase-cta__subtitle{font-size:.9375rem;color:var(--text-muted);line-height:1.55;margin-bottom:1.25rem}.purchase-cta__platforms{font-size:.75rem;font-weight:600;letter-spacing:.06em;color:var(--text-muted);margin-bottom:.875rem}.purchase-cta__stores{display:flex;justify-content:center}@media(max-width:1024px){.purchase-features__list{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:768px){.purchase-page{padding-top:4rem}.purchase-trial__steps{grid-template-columns:1fr}.purchase-cta__card{padding:2rem 1.5rem}}@media(max-width:540px){.purchase-features__list{grid-template-columns:1fr}}@media(max-width:480px){.purchase-hero{padding-bottom:2.5rem}}@media(prefers-reduced-motion:reduce){.purchase-hero,.purchase-hero__intro,.purchase-features__item,.purchase-hero__orb,.purchase-cta__ring{animation:none}@media(hover:hover){.purchase-features__item:hover{transform:none}}}
