*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--color-brand: #FF6B35;--color-brand-dark: #e55a26;--color-bg: #ffffff;--color-surface: #f8f8f8;--color-border: #e5e5e5;--color-text: #0f172a;--color-text-muted: #64748b;--color-link: #FF6B35;--radius: 10px;--max-width: 820px;--nav-height: 60px}html{font-size:16px;scroll-behavior:smooth}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;color:var(--color-text);background:var(--color-bg);line-height:1.6;-webkit-font-smoothing:antialiased}a{color:var(--color-link);text-decoration:none}a:hover{text-decoration:underline}img,svg{display:block;max-width:100%}.nav{position:sticky;top:0;z-index:100;height:var(--nav-height);background:#fff;border-bottom:1px solid var(--color-border);display:flex;align-items:center;padding:0 1.25rem}.nav__inner{width:100%;max-width:var(--max-width);margin:0 auto;display:flex;align-items:center;justify-content:space-between}.nav__logo{font-size:1.35rem;font-weight:800;color:var(--color-brand);letter-spacing:-.5px;text-decoration:none}.nav__links{display:flex;gap:1.5rem;list-style:none}.nav__links a{font-size:.9rem;font-weight:500;color:var(--color-text)}.nav__links a:hover,.nav__links a.active{color:var(--color-brand);text-decoration:none}.page{min-height:calc(100vh - var(--nav-height));display:flex;flex-direction:column}.container{width:100%;max-width:var(--max-width);margin:0 auto;padding:0 1.25rem}.hero{background:linear-gradient(135deg,#fff7f4,#fff 60%);padding:5rem 1.25rem 4rem;text-align:center}.hero__badge{display:inline-block;background:#fff0eb;color:var(--color-brand);font-size:.78rem;font-weight:600;letter-spacing:.06em;text-transform:uppercase;padding:.3rem .8rem;border-radius:20px;margin-bottom:1.25rem}.hero__title{font-size:clamp(2rem,6vw,3.2rem);font-weight:800;line-height:1.15;letter-spacing:-1px;margin-bottom:1rem;color:var(--color-text)}.hero__title span{color:var(--color-brand)}.hero__subtitle{font-size:1.1rem;color:var(--color-text-muted);max-width:520px;margin:0 auto 2rem}.hero__cta{display:inline-flex;align-items:center;gap:.5rem;background:var(--color-brand);color:#fff;font-weight:600;font-size:.95rem;padding:.75rem 1.6rem;border-radius:var(--radius);cursor:default;opacity:.7}.hero__cta-label{font-size:.78rem;color:var(--color-text-muted);margin-top:.75rem}.features{padding:4rem 1.25rem}.features__grid{display:grid;grid-template-columns:1fr;gap:1.5rem}.feature-card{background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius);padding:1.5rem}.feature-card__icon{font-size:2rem;margin-bottom:.75rem}.feature-card__title{font-size:1rem;font-weight:700;margin-bottom:.4rem}.feature-card__body{font-size:.9rem;color:var(--color-text-muted)}.section-title{font-size:clamp(1.5rem,4vw,2rem);font-weight:800;letter-spacing:-.5px;margin-bottom:.5rem}.section-subtitle{color:var(--color-text-muted);margin-bottom:2rem}.support-section{padding:3rem 1.25rem}.faq-item{border-bottom:1px solid var(--color-border);padding:1.25rem 0}.faq-item__q{font-weight:600;margin-bottom:.4rem}.faq-item__a{color:var(--color-text-muted);font-size:.95rem}.chat-banner{background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius);padding:1.5rem;text-align:center;margin-top:2.5rem}.chat-banner__icon{font-size:2rem;margin-bottom:.5rem}.chat-banner__title{font-weight:700;margin-bottom:.25rem}.chat-banner__body{font-size:.9rem;color:var(--color-text-muted)}.contact-section{padding:3rem 1.25rem}.contact-card{background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius);padding:1.5rem;margin-bottom:1rem;display:flex;align-items:flex-start;gap:1rem}.contact-card__icon{font-size:1.5rem;flex-shrink:0}.contact-card__label{font-size:.8rem;font-weight:600;color:var(--color-text-muted);text-transform:uppercase;letter-spacing:.05em;margin-bottom:.2rem}.contact-card__value{font-weight:600;color:var(--color-text)}.contact-card__value a{color:var(--color-text)}.contact-card__value a:hover{color:var(--color-brand)}.legal-section{padding:3rem 1.25rem}.legal-draft-banner{background:#fffbeb;border:1px solid #fde68a;border-radius:var(--radius);padding:.9rem 1.1rem;font-size:.88rem;color:#92400e;margin-bottom:2rem}.legal-section h2{font-size:1.1rem;font-weight:700;margin:2rem 0 .5rem}.legal-section p{color:var(--color-text-muted);font-size:.95rem;margin-bottom:.75rem}.legal-section ul{padding-left:1.25rem;color:var(--color-text-muted);font-size:.95rem;margin-bottom:.75rem}.legal-section ul li{margin-bottom:.3rem}.footer{margin-top:auto;border-top:1px solid var(--color-border);padding:2rem 1.25rem;text-align:center}.footer__links{display:flex;flex-wrap:wrap;justify-content:center;gap:.25rem 1.25rem;list-style:none;margin-bottom:1rem}.footer__links a{font-size:.85rem;color:var(--color-text-muted)}.footer__links a:hover{color:var(--color-brand);text-decoration:none}.footer__copy{font-size:.8rem;color:var(--color-text-muted)}@media (min-width: 600px){.features__grid{grid-template-columns:repeat(2,1fr)}}@media (min-width: 820px){.features__grid{grid-template-columns:repeat(3,1fr)}.hero{padding:6rem 1.25rem 5rem}}
