*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--font-display: "Bricolage Grotesque", sans-serif;--font-body: "DM Sans", sans-serif;--bg: #ECF0F7;--white: #FFFFFF;--purple: #4C42B2;--purple-deep: #3A3196;--purple-text: #4845AE;--teal: #19B89B;--teal-dark: #13A087;--teal-light: #E8FAF6;--logo-green: #1A5C45;--text: #1C1C2E;--text-muted: #6B6B80;--text-light: #9898AE;--border: #DDE3EF;--card: #FFFFFF;--shadow-sm: 0 2px 12px rgba(30, 30, 60, .06);--shadow-md: 0 4px 24px rgba(30, 30, 60, .1);--shadow-lg: 0 8px 48px rgba(30, 30, 60, .14);--radius-sm: 8px;--radius-md: 14px;--radius-lg: 20px;--radius-xl: 28px}html{font-size:16px;scroll-behavior:smooth}body{font-family:var(--font-body);background-color:var(--bg);color:var(--text);line-height:1.5;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;min-height:100vh}a{text-decoration:none;color:inherit}button{border:none;background:none;cursor:pointer;font-family:var(--font-body)}img,svg{display:block}.modal-overlay{position:fixed;inset:0;background:#0f0f1e80;backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;z-index:1000;padding:24px;animation:overlay-in .2s ease}@keyframes overlay-in{0%{opacity:0}to{opacity:1}}.modal-box{background:var(--white);border-radius:var(--radius-xl);padding:48px 40px 40px;max-width:400px;width:100%;position:relative;text-align:center;box-shadow:0 24px 64px #0f0f2833;animation:box-in .25s cubic-bezier(.34,1.56,.64,1)}@keyframes box-in{0%{opacity:0;transform:scale(.92) translateY(12px)}to{opacity:1;transform:scale(1) translateY(0)}}.modal-close{position:absolute;top:16px;right:16px;width:32px;height:32px;border-radius:50%;background:var(--bg);color:var(--text-muted);font-size:.75rem;display:flex;align-items:center;justify-content:center;transition:background .15s,color .15s}.modal-close:hover{background:var(--border);color:var(--text)}.navbar{position:sticky;top:0;z-index:100;background:var(--bg);border-bottom:1px solid var(--border)}.navbar-inner{max-width:1100px;margin:0 auto;padding:0 24px;height:152px;display:flex;align-items:center;justify-content:space-between}.logo{display:flex;align-items:center;cursor:pointer}.logo-img{height:144px;width:auto;object-fit:contain}.navbar-right{display:flex;align-items:center;gap:20px}.lang-switcher{display:flex;align-items:center;gap:4px}.lang-btn{padding:4px 10px;font-family:var(--font-body);font-size:.875rem;font-weight:500;color:var(--text-muted);border-radius:6px;transition:color .15s}.lang-btn:hover{color:var(--text)}.lang-btn--active{color:var(--text);font-weight:600}.btn-nav-download{padding:9px 20px;background:var(--teal);color:var(--white);font-family:var(--font-body);font-size:.875rem;font-weight:500;border-radius:50px;white-space:nowrap;transition:background .18s,transform .12s}.btn-nav-download:hover{background:var(--teal-dark);transform:translateY(-1px)}.btn-nav-download:active{transform:translateY(0)}@media(max-width:480px){.navbar-inner{padding:0 16px}.lang-switcher{display:none}}.reel{display:flex;flex-direction:column;align-items:center;gap:28px}.reel-track{position:relative;width:260px;height:564px}.reel-slide{position:absolute;inset:0;transition:transform .55s cubic-bezier(.4,0,.2,1),opacity .55s cubic-bezier(.4,0,.2,1);transform-origin:center center}.reel-img{width:100%;height:100%;object-fit:cover;border-radius:44px;box-shadow:0 28px 72px #1e1e4638,0 6px 20px #1e1e461a;-webkit-user-select:none;user-select:none}.reel-dots{display:flex;align-items:center;gap:8px}.reel-dot{height:8px;width:8px;border-radius:50%;background:var(--border);border:none;cursor:pointer;padding:0;transition:background .25s,width .25s,border-radius .25s}.reel-dot--active{width:24px;border-radius:4px;background:var(--teal)}@media(max-width:480px){.reel-track{width:220px;height:477px}}.hero{flex:1;padding:70px 24px 60px}.hero-inner{max-width:1100px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;align-items:center;gap:60px}.hero-text{display:flex;flex-direction:column;gap:20px}.hero-heading{font-family:var(--font-display);font-size:clamp(2.4rem,4.5vw,3.4rem);font-weight:800;line-height:1.1;letter-spacing:-.03em;color:var(--purple-text)}.hero-body{font-size:1rem;line-height:1.65;color:var(--text-muted);max-width:400px}.hero-ctas{display:flex;gap:12px;flex-wrap:wrap;margin-top:4px}.btn-store{display:flex;align-items:center;gap:8px;padding:11px 22px;background:var(--text);color:var(--white);font-family:var(--font-body);font-size:.9rem;font-weight:500;border-radius:50px;transition:background .18s,transform .12s}.btn-store:hover{background:#2a2a3e;transform:translateY(-1px)}.btn-store:active{transform:translateY(0)}.hero-visual{display:flex;justify-content:center;align-items:flex-start}.coming-soon-icon{font-size:2.5rem;margin-bottom:16px}.coming-soon-title{font-family:var(--font-display);font-size:1.4rem;font-weight:700;color:var(--text);letter-spacing:-.02em;margin-bottom:12px}.coming-soon-body{font-size:.95rem;color:var(--text-muted);line-height:1.65;margin-bottom:28px}.coming-soon-dismiss{width:100%;padding:12px;background:var(--teal);color:#fff;font-family:var(--font-body);font-size:.95rem;font-weight:600;border-radius:50px;transition:background .18s,transform .12s}.coming-soon-dismiss:hover{background:var(--teal-dark);transform:translateY(-1px)}@media(max-width:820px){.hero-inner{grid-template-columns:1fr;text-align:center;gap:48px}.hero-body{max-width:none;margin:0 auto}.hero-ctas{justify-content:center}.hero-visual{order:-1}}@media(max-width:480px){.hero{padding:48px 16px 40px}}.features{padding:0 24px 60px}.features-inner{max-width:1100px;margin:0 auto}.features-card{background:var(--white);border-radius:var(--radius-xl);padding:60px 48px;box-shadow:var(--shadow-sm)}.features-title{font-family:var(--font-display);font-size:clamp(1.5rem,2.5vw,2rem);font-weight:700;color:var(--purple-text);text-align:center;letter-spacing:-.02em;margin-bottom:12px}.features-subtitle{font-size:.95rem;color:var(--text-muted);text-align:center;max-width:520px;margin:0 auto 48px;line-height:1.65}.features-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.feature-item{background:var(--bg);border-radius:var(--radius-lg);padding:28px 24px;border:1px solid var(--border);transition:transform .2s,box-shadow .2s}.feature-item:hover{transform:translateY(-3px);box-shadow:var(--shadow-md)}.feature-icon{width:40px;height:40px;background:var(--white);border-radius:10px;display:flex;align-items:center;justify-content:center;margin-bottom:16px;color:var(--purple-text);box-shadow:var(--shadow-sm)}.feature-name{font-family:var(--font-display);font-size:1rem;font-weight:700;color:var(--purple-text);margin-bottom:10px;line-height:1.3}.feature-desc{font-size:.875rem;color:var(--text-muted);line-height:1.65}@media(max-width:820px){.features-grid{grid-template-columns:1fr}.features-card{padding:40px 24px}}@media(max-width:480px){.features{padding-left:16px;padding-right:16px}}.cta-section{padding:0 24px 60px}.cta-inner{max-width:1100px;margin:0 auto;background:linear-gradient(135deg,#5048be,#2e9e8a);border-radius:var(--radius-xl);padding:72px 48px;text-align:center;position:relative;overflow:hidden}.cta-inner:before{content:"";position:absolute;inset:0;background:radial-gradient(ellipse at 15% 50%,rgba(255,255,255,.07) 0%,transparent 55%),radial-gradient(ellipse at 85% 50%,rgba(255,255,255,.07) 0%,transparent 55%);pointer-events:none}.cta-title{font-family:var(--font-display);font-size:clamp(1.6rem,3vw,2.2rem);font-weight:800;color:#fff;letter-spacing:-.025em;line-height:1.2;margin-bottom:16px;position:relative}.cta-subtitle{font-size:1rem;color:#fffc;line-height:1.65;max-width:480px;margin:0 auto 36px;position:relative}.btn-cta-download{display:inline-flex;align-items:center;justify-content:center;padding:14px 36px;background:#fff;color:var(--purple);font-family:var(--font-body);font-size:1rem;font-weight:600;border-radius:50px;position:relative;box-shadow:0 4px 20px #00000026;transition:transform .15s,box-shadow .15s}.btn-cta-download:hover{transform:translateY(-2px);box-shadow:0 8px 28px #00000038}.btn-cta-download:active{transform:translateY(0)}@media(max-width:820px){.cta-inner{padding:52px 28px}}@media(max-width:480px){.cta-section{padding-left:16px;padding-right:16px}}.footer{padding:40px 24px 32px;border-top:1px solid var(--border)}.footer-inner{max-width:1100px;margin:0 auto;display:flex;flex-direction:column;align-items:center;gap:16px}.footer-links{display:flex;align-items:center;gap:28px;flex-wrap:wrap;justify-content:center}.footer-links a{font-size:.875rem;color:var(--text-muted);transition:color .15s}.footer-links a:hover{color:var(--text)}.footer-copy{font-size:.8rem;color:var(--text-light)}.page{min-height:100vh;display:flex;flex-direction:column}.legal-main{flex:1;padding:48px 24px 80px}.legal-inner{max-width:720px;margin:0 auto}.legal-back{display:inline-flex;align-items:center;gap:6px;font-family:var(--font-body);font-size:.875rem;font-weight:500;color:var(--teal);margin-bottom:32px;transition:opacity .15s}.legal-back:hover{opacity:.75}.legal-updated{font-size:.8rem;color:var(--text-light);margin-bottom:8px}.legal-title{font-family:var(--font-display);font-size:clamp(2rem,4vw,2.8rem);font-weight:800;color:var(--purple-text);letter-spacing:-.03em;line-height:1.1;margin-bottom:20px}.legal-intro{font-size:1.05rem;color:var(--text-muted);line-height:1.7;padding-bottom:40px;border-bottom:1px solid var(--border);margin-bottom:40px}.legal-sections{display:flex;flex-direction:column;gap:36px}.legal-section-title{font-family:var(--font-display);font-size:1.1rem;font-weight:700;color:var(--text);margin-bottom:10px;display:flex;align-items:baseline;gap:10px}.legal-section-num{color:var(--teal);font-size:.9rem;flex-shrink:0}.legal-section-content{font-size:.95rem;color:var(--text-muted);line-height:1.75}@media(max-width:480px){.legal-main{padding:32px 16px 64px}}.contact-main{flex:1;padding:48px 24px 80px}.contact-inner{max-width:720px;margin:0 auto}.contact-back{display:inline-flex;align-items:center;gap:6px;font-family:var(--font-body);font-size:.875rem;font-weight:500;color:var(--teal);margin-bottom:32px;transition:opacity .15s}.contact-back:hover{opacity:.75}.contact-title{font-family:var(--font-display);font-size:clamp(2rem,4vw,2.8rem);font-weight:800;color:var(--purple-text);letter-spacing:-.03em;line-height:1.1;margin-bottom:12px}.contact-subtitle{font-size:1.05rem;color:var(--text-muted);line-height:1.7;margin-bottom:40px}.contact-options{display:grid;grid-template-columns:repeat(auto-fit,minmax(190px,1fr));gap:16px;margin-bottom:48px}.contact-option{display:flex;gap:14px;align-items:flex-start;background:var(--white);border:1px solid var(--border);border-radius:var(--radius-lg);padding:20px}.contact-option-icon{font-size:1.4rem;line-height:1;flex-shrink:0}.contact-option-title{font-family:var(--font-display);font-size:.9rem;font-weight:700;color:var(--text);margin-bottom:4px}.contact-option-link{font-size:.875rem;color:var(--teal);text-decoration:none;font-weight:500;display:block;margin-bottom:4px;transition:opacity .15s}.contact-option-link:hover{opacity:.75}.contact-option-meta{font-size:.78rem;color:var(--text-light)}.contact-form-wrapper{background:var(--white);border:1px solid var(--border);border-radius:var(--radius-xl);padding:36px}.contact-form-title{font-family:var(--font-display);font-size:1.3rem;font-weight:700;color:var(--text);margin-bottom:28px}.contact-form{display:flex;flex-direction:column;gap:20px}.contact-row{display:grid;grid-template-columns:1fr 1fr;gap:16px}.contact-field{display:flex;flex-direction:column;gap:6px}.contact-field label{font-size:.85rem;font-weight:500;color:var(--text)}.contact-field input,.contact-field select,.contact-field textarea{font-family:var(--font-body);font-size:.95rem;color:var(--text);background:var(--bg);border:1.5px solid var(--border);border-radius:var(--radius-md);padding:10px 14px;transition:border-color .15s;outline:none;resize:vertical}.contact-field input:focus,.contact-field select:focus,.contact-field textarea:focus{border-color:var(--teal)}.contact-field input.error,.contact-field select.error,.contact-field textarea.error{border-color:#e05252}.contact-error{font-size:.78rem;color:#e05252}.contact-submit{align-self:flex-start;font-family:var(--font-body);font-size:.95rem;font-weight:600;color:var(--white);background:var(--teal);border-radius:var(--radius-md);padding:12px 28px;cursor:pointer;transition:background .15s,opacity .15s}.contact-submit:hover{background:var(--teal-dark)}.contact-submit:disabled{opacity:.6;cursor:not-allowed}.contact-success{display:flex;flex-direction:column;align-items:center;text-align:center;gap:12px;padding:24px 0}.contact-success-icon{display:flex;align-items:center;justify-content:center;width:52px;height:52px;border-radius:50%;background:var(--teal);color:var(--white);font-size:1.4rem;font-weight:700;margin-bottom:4px}.contact-success h3{font-family:var(--font-display);font-size:1.3rem;font-weight:700;color:var(--text)}.contact-success p{font-size:.95rem;color:var(--text-muted);max-width:360px;line-height:1.6}@media(max-width:600px){.contact-main{padding:32px 16px 64px}.contact-row{grid-template-columns:1fr}.contact-form-wrapper{padding:24px 20px}.contact-submit{width:100%;justify-content:center}}.faq-main{flex:1;padding:48px 24px 80px}.faq-inner{max-width:720px;margin:0 auto}.faq-back{display:inline-flex;align-items:center;gap:6px;font-family:var(--font-body);font-size:.875rem;font-weight:500;color:var(--teal);margin-bottom:32px;transition:opacity .15s}.faq-back:hover{opacity:.75}.faq-title{font-family:var(--font-display);font-size:clamp(2rem,4vw,2.8rem);font-weight:800;color:var(--purple-text);letter-spacing:-.03em;line-height:1.1;margin-bottom:12px}.faq-subtitle{font-size:1.05rem;color:var(--text-muted);line-height:1.7;margin-bottom:40px}.faq-list{display:flex;flex-direction:column;gap:0;border-radius:var(--radius-lg);overflow:hidden;border:1px solid var(--border);background:var(--white);margin-bottom:48px}.faq-item{border-bottom:1px solid var(--border)}.faq-item:last-child{border-bottom:none}.faq-question{display:flex;align-items:center;justify-content:space-between;gap:16px;width:100%;padding:20px 24px;text-align:left;font-family:var(--font-display);font-size:1rem;font-weight:600;color:var(--text);background:transparent;cursor:pointer;transition:background .15s}.faq-question:hover{background:var(--bg)}.faq-item--open .faq-question{color:var(--purple-text)}.faq-icon{flex-shrink:0;font-size:1.2rem;font-weight:400;color:var(--teal);line-height:1}.faq-answer{padding:0 24px 20px;font-size:.95rem;color:var(--text-muted);line-height:1.75}.faq-contact-prompt{display:flex;align-items:center;gap:12px;padding:20px 24px;background:var(--white);border:1px solid var(--border);border-radius:var(--radius-lg)}.faq-contact-prompt p{font-size:.95rem;color:var(--text-muted)}.faq-contact-link{font-size:.9rem;font-weight:600;color:var(--teal);text-decoration:none;white-space:nowrap;transition:opacity .15s}.faq-contact-link:hover{opacity:.75}@media(max-width:480px){.faq-main{padding:32px 16px 64px}.faq-question{padding:16px 18px;font-size:.95rem}.faq-answer{padding:0 18px 16px}.faq-contact-prompt{flex-direction:column;align-items:flex-start;gap:8px}}
