:root{--bg:#f0fdfa;--surface:#fff;--text:#111827;--muted:#475569;--accent:#0d9488;--border:#e5e7eb;--panel:#f8fafc}body.dark{--bg:#0f172a;--surface:#14263b;--text:#e2e8f0;--muted:#94a3b8;--accent:#2dd4bf;--border:#334155;--panel:#1e293b}*{box-sizing:border-box}#root,body,html{min-height:100%}body{background:#f0fdfa;background:var(--bg);color:#111827;color:var(--text);font-family:Segoe UI,Roboto,sans-serif;margin:0}a{color:inherit;text-decoration:none}.app-root{background:#f0fdfa;background:var(--bg);min-height:100vh}.site-header{background:#fff;background:var(--surface);border-bottom:1px solid #0f172a14;box-shadow:0 2px 16px #0f172a0d;position:-webkit-sticky;position:sticky;top:0;z-index:100}.header-inner{gap:16px;justify-content:space-between;margin:0 auto;max-width:1200px;padding:16px 5%}.brand,.header-inner{align-items:center;display:flex}.brand{gap:12px}.brand-logo{background:#0d948814;border-radius:12px;height:44px;object-fit:contain;padding:6px;width:44px}.brand strong{color:#0d9488;color:var(--accent);font-size:1.35rem}.brand-subtitle{color:#475569;color:var(--muted);font-size:.9rem;font-weight:600}.nav-links{align-items:center;display:flex;flex-wrap:wrap;gap:20px}.nav-links a{color:#111827;color:var(--text);font-weight:600}.cta-link{background:#0d9488;background:var(--accent);border-radius:8px;color:#fff;padding:10px 18px}.theme-toggle{background:#0000;border:1px solid #e5e7eb;border:1px solid var(--border);border-radius:999px;color:#111827;color:var(--text);cursor:pointer;font-weight:600;padding:10px 16px}.hero-section{background:linear-gradient(135deg,#ccfbf1f2,#ffffffe6);padding:70px 5%;text-align:center}.hero-copy{margin:0 auto;max-width:760px}.hero-section h1{font-size:clamp(2.5rem,4vw,3.8rem);line-height:1.05;margin-bottom:22px}.hero-section p{color:#475569;color:var(--muted);font-size:1.05rem;margin-bottom:28px}.hero-button{background:#0d9488;background:var(--accent);border-radius:10px;color:#fff;display:inline-block;font-weight:700;padding:14px 28px}.section-block{margin:0 auto;max-width:1200px;padding:60px 5%}.section-light{background:#fff;background:var(--surface)}.section-title{margin-bottom:40px;text-align:center}.section-title h2{font-size:2rem;margin-bottom:12px}.section-title p{color:#475569;color:var(--muted);margin:0 auto;max-width:720px}.cards-grid,.faq-grid,.testimonial-grid{grid-gap:24px;display:grid;gap:24px;grid-template-columns:repeat(auto-fit,minmax(260px,1fr))}.contact-panel,.faq-item,.info-panel,.service-card,.testimonial-card{background:#fff;background:var(--surface);border:1px solid #e5e7eb;border:1px solid var(--border);border-radius:20px;box-shadow:0 12px 30px #0f172a0f;padding:24px}.faq-item summary,.service-card summary{align-items:center;cursor:pointer;display:flex;font-size:1rem;font-weight:700;gap:12px;justify-content:space-between;list-style:none}.faq-item summary::-webkit-details-marker,.service-card summary::-webkit-details-marker{display:none}.service-title{align-items:center;display:flex;gap:14px}.service-icon{display:inline-flex;font-size:1.35rem}.contact-form input,.contact-form select,.faq-item p,.schedule-row,.service-card p,.testimonial-author,.testimonial-text{color:#475569;color:var(--muted)}.faq-item p,.service-card p{line-height:1.7;margin:18px 0 0}.faq-item{border-radius:20px}.faq-item summary{border-bottom:1px solid #e5e7eb;border-bottom:1px solid var(--border);padding-bottom:8px}.testimonial-card{display:flex;flex-direction:column;gap:18px}.before-after{grid-gap:14px;display:grid;gap:14px;grid-template-columns:1fr 1fr}.after-card,.before-card{align-items:center;border-radius:18px;color:#fff;display:flex;font-weight:700;justify-content:center;min-height:120px}.before-card{background:linear-gradient(135deg,#0ea5e9,#38bdf8)}.after-card{background:linear-gradient(135deg,#0d9488,#5eead4)}.testimonial-text{line-height:1.8;margin:0}.testimonial-author{color:#111827;color:var(--text);font-weight:700;margin:0}.section-grid{grid-gap:32px;align-items:start;display:grid;gap:32px;grid-template-columns:minmax(280px,1fr) minmax(320px,1fr)}.contact-panel h2,.info-panel h2{margin-top:0}.schedule-card{background:#f8fafc;background:var(--panel);border:1px solid #e5e7eb;border:1px solid var(--border);border-radius:16px;padding:20px}.schedule-row{border-bottom:1px solid #e5e7eb;border-bottom:1px solid var(--border);display:flex;justify-content:space-between;padding:12px 0}.schedule-row:last-child{border-bottom:none}.note-red{color:#dc2626;font-weight:700}.contact-form{grid-gap:16px;display:grid;gap:16px}.contact-form input,.contact-form select{background:#f8fafc;background:var(--panel);border:1px solid #e5e7eb;border:1px solid var(--border);border-radius:12px;color:#111827;color:var(--text);padding:14px 16px;width:100%}.contact-form button{background:#0d9488;background:var(--accent);border:none;border-radius:12px;color:#fff;cursor:pointer;font-weight:700;padding:14px 18px}.message-box{background:#1890ff1f;border-radius:12px;color:#0f766e;padding:14px 16px}.site-footer{background:#fff;background:var(--surface);border-top:1px solid #0f172a14;color:#475569;color:var(--muted);padding:30px 5%;text-align:center}.footer-note{font-size:.9rem;margin-top:8px}@media (max-width:900px){.section-grid{grid-template-columns:1fr}}@media (max-width:760px){.header-inner{align-items:stretch;flex-direction:column}.nav-links{justify-content:center}.hero-section{padding:50px 5%}.section-block{padding:40px 5%}.before-after{grid-template-columns:1fr}}@media (max-width:520px){.cta-link,.theme-toggle{text-align:center;width:100%}.header-inner{gap:12px}}
/*# sourceMappingURL=main.241fa70f.css.map*/