.nav.svelte-1h32yp1{position:fixed;top:0;left:0;right:0;z-index:100;padding:1rem 0;transition:all .3s ease}.nav.scrolled.svelte-1h32yp1{background:#ffffffeb;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);box-shadow:0 1px 3px #0000000f;padding:.6rem 0}.nav-inner.svelte-1h32yp1{display:flex;align-items:center;justify-content:space-between}.logo.svelte-1h32yp1{display:flex;align-items:center;gap:.5rem;font-family:var(--font-heading);font-weight:700;font-size:1.25rem;color:var(--gray-900)}.logo-icon.svelte-1h32yp1{display:flex;align-items:center;justify-content:center;width:36px;height:36px;background:linear-gradient(135deg,var(--lavender-300),var(--lavender-500));color:#fff;border-radius:10px;font-size:1.25rem;font-family:serif}.nav-links.svelte-1h32yp1{display:flex;align-items:center;gap:2rem}.nav-links.svelte-1h32yp1 a:where(.svelte-1h32yp1){font-size:.925rem;font-weight:500;color:var(--gray-600);transition:color .2s}.nav-links.svelte-1h32yp1 a:where(.svelte-1h32yp1):hover{color:var(--lavender-500)}.btn-sm{padding:.6rem 1.4rem;font-size:.875rem}.hamburger.svelte-1h32yp1{display:none;flex-direction:column;gap:5px;background:none;padding:4px}.hamburger.svelte-1h32yp1 span:where(.svelte-1h32yp1){display:block;width:24px;height:2px;background:var(--gray-700);border-radius:2px;transition:all .3s ease}.hamburger.active.svelte-1h32yp1 span:where(.svelte-1h32yp1):nth-child(1){transform:rotate(45deg) translate(5px,5px)}.hamburger.active.svelte-1h32yp1 span:where(.svelte-1h32yp1):nth-child(2){opacity:0}.hamburger.active.svelte-1h32yp1 span:where(.svelte-1h32yp1):nth-child(3){transform:rotate(-45deg) translate(5px,-5px)}@media(max-width:768px){.hamburger.svelte-1h32yp1{display:flex}.nav-links.svelte-1h32yp1{position:fixed;top:0;right:-100%;width:280px;height:100vh;flex-direction:column;background:#fff;padding:5rem 2rem 2rem;gap:1.5rem;box-shadow:var(--shadow-xl);transition:right .3s ease}.nav-links.open.svelte-1h32yp1{right:0}.nav-links.svelte-1h32yp1 a:where(.svelte-1h32yp1){font-size:1.1rem}}.hero.svelte-1q37ri0{position:relative;min-height:100vh;display:flex;align-items:center;padding:7rem 0 4rem;background:linear-gradient(180deg,var(--lavender-50) 0%,var(--bg-primary) 100%);overflow:hidden}.hero-bg.svelte-1q37ri0{position:absolute;inset:0;pointer-events:none}.floating-kanji.svelte-1q37ri0{position:absolute;font-family:"Noto Serif JP",serif;color:var(--lavender-400);-webkit-user-select:none;user-select:none;animation:svelte-1q37ri0-float linear infinite}@keyframes svelte-1q37ri0-float{0%,to{transform:translateY(0) rotate(0)}25%{transform:translateY(-20px) rotate(5deg)}50%{transform:translateY(-10px) rotate(-3deg)}75%{transform:translateY(-25px) rotate(3deg)}}.hero-content.svelte-1q37ri0{position:relative;text-align:center;max-width:800px;margin:0 auto}.hero-badge.svelte-1q37ri0{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem 1.25rem;background:#fff;border:1px solid var(--lavender-200);border-radius:50px;font-size:.875rem;font-weight:500;color:var(--gray-600);margin-bottom:2rem;box-shadow:var(--shadow-sm)}.badge-dot.svelte-1q37ri0{width:8px;height:8px;background:var(--mint-400);border-radius:50%;animation:svelte-1q37ri0-pulse 2s ease-in-out infinite}@keyframes svelte-1q37ri0-pulse{0%,to{opacity:1}50%{opacity:.5}}.hero-title.svelte-1q37ri0{font-size:clamp(2.75rem,6vw,4.5rem);font-weight:800;letter-spacing:-.02em;margin-bottom:1.5rem;line-height:1.1}.gradient-text.svelte-1q37ri0{background:linear-gradient(135deg,var(--lavender-500),var(--coral-400));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.hero-subtitle.svelte-1q37ri0{font-size:clamp(1.075rem,2vw,1.25rem);color:var(--gray-500);line-height:1.7;max-width:620px;margin:0 auto 2.5rem}.hero-buttons.svelte-1q37ri0{display:flex;align-items:center;justify-content:center;gap:1rem;flex-wrap:wrap;margin-bottom:3.5rem}.btn-lg{padding:1rem 2.5rem;font-size:1.075rem}.hero-stats.svelte-1q37ri0{display:flex;align-items:center;justify-content:center;gap:2rem}.stat.svelte-1q37ri0{display:flex;flex-direction:column;align-items:center}.stat-number.svelte-1q37ri0{font-family:var(--font-heading);font-size:1.5rem;font-weight:700;color:var(--gray-900)}.stat-label.svelte-1q37ri0{font-size:.825rem;color:var(--gray-400);margin-top:.2rem}.stat-divider.svelte-1q37ri0{width:1px;height:40px;background:var(--gray-200)}@media(max-width:768px){.hero.svelte-1q37ri0{padding:6rem 0 3rem}.hero-stats.svelte-1q37ri0{gap:1.25rem}.stat-number.svelte-1q37ri0{font-size:1.25rem}}@media(max-width:480px){.hero-buttons.svelte-1q37ri0{flex-direction:column}.hero-buttons.svelte-1q37ri0 .btn:where(.svelte-1q37ri0){width:100%}}.features.svelte-1dpem8h{padding:var(--section-padding);background:var(--bg-primary)}.features-grid.svelte-1dpem8h{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}.feature-card.svelte-1dpem8h{padding:2rem;background:#fff;border:1px solid var(--gray-100);border-radius:var(--radius);transition:all .3s ease}.feature-card.svelte-1dpem8h:hover{transform:translateY(-4px);box-shadow:var(--shadow-lg);border-color:var(--lavender-200)}.feature-icon.svelte-1dpem8h{width:56px;height:56px;display:flex;align-items:center;justify-content:center;border-radius:14px;font-size:1.5rem;margin-bottom:1.25rem}.feature-card.svelte-1dpem8h h3:where(.svelte-1dpem8h){font-size:1.2rem;font-weight:600;margin-bottom:.625rem}.feature-card.svelte-1dpem8h p:where(.svelte-1dpem8h){font-size:.95rem;color:var(--text-secondary);line-height:1.6}@media(max-width:768px){.features-grid.svelte-1dpem8h{grid-template-columns:repeat(2,1fr);gap:1rem}}@media(max-width:480px){.features-grid.svelte-1dpem8h{grid-template-columns:1fr}}.how-it-works.svelte-1e6pjgp{padding:var(--section-padding);background:var(--lavender-50)}.steps.svelte-1e6pjgp{display:flex;align-items:flex-start;justify-content:center;gap:1rem;max-width:900px;margin:0 auto}.step.svelte-1e6pjgp{flex:1;text-align:center;padding:2rem 1.5rem;background:#fff;border-radius:var(--radius);box-shadow:var(--shadow-sm);position:relative}.step-number.svelte-1e6pjgp{position:absolute;top:-12px;left:50%;transform:translate(-50%);width:28px;height:28px;background:linear-gradient(135deg,var(--lavender-400),var(--lavender-500));color:#fff;border-radius:50%;font-family:var(--font-heading);font-weight:700;font-size:.825rem;display:flex;align-items:center;justify-content:center}.step-icon.svelte-1e6pjgp{font-size:2.5rem;margin-bottom:1rem}.step.svelte-1e6pjgp h3:where(.svelte-1e6pjgp){font-size:1.25rem;font-weight:600;margin-bottom:.5rem}.step.svelte-1e6pjgp p:where(.svelte-1e6pjgp){font-size:.925rem;color:var(--text-secondary);line-height:1.6}.step-connector.svelte-1e6pjgp{display:flex;align-items:center;padding-top:4rem}@media(max-width:768px){.steps.svelte-1e6pjgp{flex-direction:column;gap:1.5rem}.step-connector.svelte-1e6pjgp{display:none}}.levels.svelte-1rlx6xt{padding:var(--section-padding);background:var(--bg-primary)}.levels-grid.svelte-1rlx6xt{display:grid;grid-template-columns:repeat(5,1fr);gap:1.25rem}.level-card.svelte-1rlx6xt{padding:1.75rem 1.5rem;background:var(--card-bg);border:1px solid color-mix(in srgb,var(--card-color) 25%,transparent);border-radius:var(--radius);text-align:center;transition:all .3s ease}.level-card.svelte-1rlx6xt:hover{transform:translateY(-4px);box-shadow:var(--shadow-lg)}.level-badge.svelte-1rlx6xt{display:inline-flex;align-items:center;justify-content:center;width:52px;height:52px;background:var(--card-color);color:#fff;border-radius:50%;font-family:var(--font-heading);font-size:1.2rem;font-weight:700;margin-bottom:1rem}.level-card.svelte-1rlx6xt h3:where(.svelte-1rlx6xt){font-size:1.1rem;font-weight:600;margin-bottom:.5rem}.level-desc.svelte-1rlx6xt{font-size:.85rem;color:var(--text-secondary);line-height:1.5;margin-bottom:1rem}.level-card.svelte-1rlx6xt ul:where(.svelte-1rlx6xt){text-align:left}.level-card.svelte-1rlx6xt li:where(.svelte-1rlx6xt){display:flex;align-items:center;gap:.5rem;font-size:.825rem;color:var(--gray-600);padding:.3rem 0}.level-card.svelte-1rlx6xt li:where(.svelte-1rlx6xt) svg:where(.svelte-1rlx6xt){flex-shrink:0}@media(max-width:1024px){.levels-grid.svelte-1rlx6xt{grid-template-columns:repeat(3,1fr)}}@media(max-width:640px){.levels-grid.svelte-1rlx6xt{grid-template-columns:repeat(2,1fr);gap:1rem}}@media(max-width:400px){.levels-grid.svelte-1rlx6xt{grid-template-columns:1fr}}.testimonials.svelte-1jhcrt0{padding:var(--section-padding);background:var(--lavender-50)}.testimonials-grid.svelte-1jhcrt0{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}.testimonials-grid.svelte-1jhcrt0>:where(.svelte-1jhcrt0):nth-child(4){grid-column:1 / 2}.testimonials-grid.svelte-1jhcrt0>:where(.svelte-1jhcrt0):nth-child(5){grid-column:2 / 4}.testimonial-card.svelte-1jhcrt0{padding:1.75rem;background:#fff;border-radius:var(--radius);box-shadow:var(--shadow-sm);border:1px solid var(--gray-100);transition:all .3s ease}.testimonial-card.svelte-1jhcrt0:hover{box-shadow:var(--shadow-md)}.stars.svelte-1jhcrt0{display:flex;gap:2px;margin-bottom:1rem}.testimonial-text.svelte-1jhcrt0{font-size:.95rem;color:var(--gray-700);line-height:1.7;margin-bottom:1.25rem;font-style:italic}.testimonial-author.svelte-1jhcrt0{display:flex;align-items:center;gap:.75rem}.avatar.svelte-1jhcrt0{width:40px;height:40px;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;font-weight:600;font-size:.825rem;flex-shrink:0}.author-name.svelte-1jhcrt0{font-weight:600;font-size:.925rem;color:var(--gray-800)}.author-meta.svelte-1jhcrt0{font-size:.8rem;color:var(--gray-400);margin-top:.1rem}@media(max-width:768px){.testimonials-grid.svelte-1jhcrt0{grid-template-columns:1fr}.testimonials-grid.svelte-1jhcrt0>:where(.svelte-1jhcrt0):nth-child(4),.testimonials-grid.svelte-1jhcrt0>:where(.svelte-1jhcrt0):nth-child(5){grid-column:auto}}.faq.svelte-1t8i6y4{padding:var(--section-padding);background:var(--lavender-50)}.faq-list.svelte-1t8i6y4{max-width:720px;margin:0 auto;display:flex;flex-direction:column;gap:.75rem}.faq-item.svelte-1t8i6y4{background:#fff;border-radius:var(--radius-sm);border:1px solid var(--gray-100);overflow:hidden;transition:all .3s ease}.faq-item.svelte-1t8i6y4:hover{border-color:var(--lavender-200)}.faq-item.open.svelte-1t8i6y4{border-color:var(--lavender-300);box-shadow:var(--shadow-sm)}.faq-question.svelte-1t8i6y4{width:100%;display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:1.25rem 1.5rem;background:none;text-align:left;font-size:1rem;font-weight:600;color:var(--gray-800);font-family:var(--font-heading)}.faq-chevron.svelte-1t8i6y4{flex-shrink:0;color:var(--gray-400);transition:transform .3s ease}.faq-item.open.svelte-1t8i6y4 .faq-chevron:where(.svelte-1t8i6y4){transform:rotate(180deg);color:var(--lavender-500)}.faq-answer.svelte-1t8i6y4{max-height:0;overflow:hidden;transition:max-height .3s ease}.faq-item.open.svelte-1t8i6y4 .faq-answer:where(.svelte-1t8i6y4){max-height:300px}.faq-answer.svelte-1t8i6y4 p:where(.svelte-1t8i6y4){padding:0 1.5rem 1.25rem;font-size:.95rem;color:var(--text-secondary);line-height:1.7}.contact.svelte-wt4tt0{padding:6rem 1.5rem;background:linear-gradient(180deg,#fff,#f0f4ff)}.container.svelte-wt4tt0{max-width:1100px;margin:0 auto}.section-header.svelte-wt4tt0{text-align:center;margin-bottom:3rem}.section-badge.svelte-wt4tt0{display:inline-block;background:linear-gradient(135deg,#e8f4f8,#f0e8ff);color:#6b5ce7;padding:.4rem 1rem;border-radius:999px;font-size:.85rem;font-weight:600;margin-bottom:1rem}.section-header.svelte-wt4tt0 h2:where(.svelte-wt4tt0){font-family:Outfit,sans-serif;font-size:2.2rem;font-weight:700;color:#1a1a2e;margin-bottom:1rem}.section-desc.svelte-wt4tt0{font-size:1.05rem;color:#64748b;max-width:550px;margin:0 auto;line-height:1.7}.contact-grid.svelte-wt4tt0{display:grid;grid-template-columns:1.3fr .7fr;gap:3rem;align-items:start}.success-message.svelte-wt4tt0{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:3rem 2rem;background:#fff;border:1px solid #e2e8f0;border-radius:16px;box-shadow:0 4px 20px #0000000a}.success-icon.svelte-wt4tt0{width:56px;height:56px;border-radius:50%;background:linear-gradient(135deg,#6b5ce7,#a78bfa);color:#fff;font-size:1.4rem;font-weight:700;display:flex;align-items:center;justify-content:center;margin-bottom:1.25rem}.success-message.svelte-wt4tt0 h3:where(.svelte-wt4tt0){font-family:Outfit,sans-serif;font-size:1.3rem;color:#1a1a2e;margin-bottom:.5rem}.success-message.svelte-wt4tt0 p:where(.svelte-wt4tt0){font-size:.95rem;color:#64748b;margin-bottom:1.5rem}.contact-form.svelte-wt4tt0{background:#fff;padding:2rem;border-radius:16px;border:1px solid #e2e8f0;box-shadow:0 4px 20px #0000000a}.form-row.svelte-wt4tt0{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.form-group.svelte-wt4tt0{margin-bottom:1.25rem}label.svelte-wt4tt0{display:block;font-size:.8rem;font-weight:600;color:#475569;letter-spacing:.03em;text-transform:uppercase;margin-bottom:.4rem}input.svelte-wt4tt0,textarea.svelte-wt4tt0,select.svelte-wt4tt0{width:100%;background:#f8fafc;border:1.5px solid #e2e8f0;border-radius:10px;padding:.75rem 1rem;font-family:Inter,sans-serif;font-size:.95rem;color:#1a1a2e;transition:all .2s ease;outline:none;box-sizing:border-box}input.svelte-wt4tt0:focus,textarea.svelte-wt4tt0:focus,select.svelte-wt4tt0:focus{border-color:#a78bfa;background:#fff;box-shadow:0 0 0 3px #6b5ce714}input.svelte-wt4tt0::placeholder,textarea.svelte-wt4tt0::placeholder{color:#94a3b8}select.svelte-wt4tt0{appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%2394a3b8' stroke-width='2'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 1rem center;padding-right:2.5rem}textarea.svelte-wt4tt0{resize:vertical;min-height:120px}.btn-submit.svelte-wt4tt0{display:inline-flex;align-items:center;gap:.5rem;padding:.85rem 2rem;background:linear-gradient(135deg,#6b5ce7,#a78bfa);color:#fff;border:none;border-radius:10px;font-family:Inter,sans-serif;font-size:.95rem;font-weight:600;cursor:pointer;transition:all .3s ease}.btn-submit.svelte-wt4tt0:hover{transform:translateY(-2px);box-shadow:0 8px 25px #6b5ce74d}.btn-submit.svelte-wt4tt0:disabled{opacity:.6;cursor:not-allowed;transform:none}.contact-info.svelte-wt4tt0{display:flex;flex-direction:column;gap:1.25rem}.info-card.svelte-wt4tt0{background:#fff;border:1px solid #e2e8f0;border-radius:14px;padding:1.5rem;box-shadow:0 2px 12px #00000008;transition:all .3s ease}.info-card.svelte-wt4tt0:hover{transform:translateY(-2px);box-shadow:0 6px 20px #0000000f}.info-icon.svelte-wt4tt0{font-size:1.5rem;margin-bottom:.5rem}.info-card.svelte-wt4tt0 h4:where(.svelte-wt4tt0){font-family:Outfit,sans-serif;font-size:1rem;font-weight:600;color:#1a1a2e;margin-bottom:.3rem}.info-card.svelte-wt4tt0 p:where(.svelte-wt4tt0),.info-card.svelte-wt4tt0 a:where(.svelte-wt4tt0){font-size:.9rem;color:#64748b;text-decoration:none;line-height:1.5}.info-card.svelte-wt4tt0 a:where(.svelte-wt4tt0):hover{color:#6b5ce7}@media(max-width:768px){.contact.svelte-wt4tt0{padding:4rem 1.25rem}.section-header.svelte-wt4tt0 h2:where(.svelte-wt4tt0){font-size:1.7rem}.contact-grid.svelte-wt4tt0{grid-template-columns:1fr;gap:2rem}.form-row.svelte-wt4tt0{grid-template-columns:1fr}.contact-form.svelte-wt4tt0{padding:1.5rem}}.cta-section.svelte-jz8lnl{padding:4rem 1.5rem;background:var(--bg-primary)}.cta-box.svelte-jz8lnl{text-align:center;padding:4rem 2rem;background:linear-gradient(135deg,var(--lavender-100),var(--lavender-50),var(--peach-50));border-radius:1.5rem;border:1px solid var(--lavender-200)}.cta-box.svelte-jz8lnl h2:where(.svelte-jz8lnl){font-size:clamp(1.75rem,3.5vw,2.5rem);font-weight:700;margin-bottom:.75rem}.cta-box.svelte-jz8lnl p:where(.svelte-jz8lnl){font-size:1.1rem;color:var(--text-secondary);margin-bottom:2rem;max-width:480px;margin-left:auto;margin-right:auto}.footer.svelte-jz8lnl{background:var(--gray-900);color:var(--gray-300);padding:4rem 1.5rem 2rem}.footer-grid.svelte-jz8lnl{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:3rem;margin-bottom:3rem}.footer-logo.svelte-jz8lnl{display:flex;align-items:center;gap:.5rem;font-family:var(--font-heading);font-weight:700;font-size:1.2rem;color:#fff;margin-bottom:.75rem}.logo-icon.svelte-jz8lnl{display:flex;align-items:center;justify-content:center;width:32px;height:32px;background:linear-gradient(135deg,var(--lavender-300),var(--lavender-500));color:#fff;border-radius:8px;font-size:1.1rem;font-family:serif}.footer-brand.svelte-jz8lnl p:where(.svelte-jz8lnl){font-size:.9rem;line-height:1.6;color:var(--gray-400);margin-bottom:1.25rem}.social-links.svelte-jz8lnl{display:flex;gap:.75rem}.social-links.svelte-jz8lnl a:where(.svelte-jz8lnl){display:flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:8px;background:var(--gray-800);color:var(--gray-400);transition:all .2s}.social-links.svelte-jz8lnl a:where(.svelte-jz8lnl):hover{background:var(--lavender-500);color:#fff}.footer-col.svelte-jz8lnl h4:where(.svelte-jz8lnl){font-family:var(--font-heading);font-size:.9rem;font-weight:600;color:#fff;margin-bottom:1rem}.footer-col.svelte-jz8lnl{display:flex;flex-direction:column;gap:.6rem}.footer-col.svelte-jz8lnl a:where(.svelte-jz8lnl){font-size:.875rem;color:var(--gray-400);transition:color .2s}.footer-col.svelte-jz8lnl a:where(.svelte-jz8lnl):hover{color:var(--lavender-300)}.footer-bottom.svelte-jz8lnl{border-top:1px solid var(--gray-800);padding-top:1.5rem;text-align:center}.footer-bottom.svelte-jz8lnl p:where(.svelte-jz8lnl){font-size:.825rem;color:var(--gray-500)}@media(max-width:768px){.footer-grid.svelte-jz8lnl{grid-template-columns:1fr 1fr;gap:2rem}.footer-brand.svelte-jz8lnl{grid-column:1 / -1}}@media(max-width:480px){.footer-grid.svelte-jz8lnl{grid-template-columns:1fr}}
