
:root {
 --bg: #fffdf8;
 --text: #17213b;
 --muted: #5f687a;
 --green: #5f8f70;
 --green-soft: #eaf4e7;
 --yellow-soft: #fff4d8;
 --pink-soft: #fff0f2;
 --blue-soft: #eef6ff;
 --mint-soft: #eef7ef;
 --card: #ffffff;
 --line: rgba(23, 33, 59, 0.08);
 --shadow: 0 24px 70px rgba(39, 54, 78, 0.10);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; color: var(--text); background: var(--bg); line-height: 1.6; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
.container { width: min(1180px, calc(100% - 40px)); margin: 0 auto; }
.narrow { max-width: 820px; }
.section { padding: 52px 0; }
.site-header { position: sticky; top: 0; z-index: 10; background: rgba(255,253,248,.9); backdrop-filter: blur(16px); border-bottom: 1px solid var(--line); }
.nav { min-height: 72px; display: flex; align-items: center; justify-content: space-between; gap: 22px; }
.brand-logo img { width: 148px; height: 42px; object-fit: contain; }
.nav-home-link { display: inline-flex; align-items: center; justify-content: center; min-height: 42px; padding: 0 16px; border-radius: 12px; background: #fff; border: 1px solid var(--line); box-shadow: 0 8px 18px rgba(23,33,59,.06); color: #263049; font-weight: 700; font-size: 14px; white-space: nowrap; }
.nav-home-link:hover { color: var(--green); border-color: rgba(95,143,112,.35); }
.nav-links { display: flex; align-items: center; gap: 24px; color: #263049; font-weight: 600; font-size: 14px; }
.nav-links a:hover { color: var(--green); }
.nav-actions { display: flex; align-items: center; gap: 14px; }
.language-switch { display: inline-flex; padding: 4px; border-radius: 999px; background: #fff; border: 1px solid var(--line); box-shadow: 0 10px 24px rgba(23,33,59,.06); }
.lang-btn { border: 0; min-width: 40px; height: 36px; border-radius: 999px; background: transparent; color: var(--muted); font-family: inherit; font-weight: 800; cursor: pointer; }
.lang-btn.active { background: var(--green); color: #fff; }
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 10px; min-height: 54px; padding: 0 28px; border-radius: 16px; background: var(--green); color: #fff; font-weight: 700; box-shadow: 0 16px 30px rgba(95,143,112,.23); border: 0; cursor: pointer; font-family: inherit; }
.btn:hover { background: #4f7d60; }
.btn-small { min-height: 46px; padding: 0 20px; font-size: 14px; }
.btn-ghost { background: transparent; color: var(--text); box-shadow: none; border: 1px solid rgba(95,143,112,.35); }
.play { width: 32px; height: 32px; border-radius: 50%; display: grid; place-items: center; background: #edf6ea; color: var(--green); font-size: 12px; }
.hero { padding-top: 42px; padding-bottom: 30px; background: radial-gradient(circle at 0% 60%, rgba(178,212,168,.22), transparent 28%), radial-gradient(circle at 88% 12%, rgba(255,223,150,.20), transparent 26%); }
.hero-grid, .two-col { display: grid; grid-template-columns: 1fr 1.05fr; gap: 36px; align-items: center; }
.hero-copy { max-width: 620px; }
.eyebrow { display: inline-flex; margin-bottom: 16px; color: var(--green); font-weight: 800; font-size: 13px; text-transform: uppercase; letter-spacing: .08em; }
h1,h2,h3,p { margin-top: 0; }
h1 { font-size: clamp(32px, 4.2vw, 56px); line-height: 1.08; letter-spacing: -.04em; margin-bottom: 18px; }
h2 { font-size: clamp(30px, 3vw, 44px); line-height: 1.12; letter-spacing: -.035em; margin-bottom: 16px; }
h3 { font-size: 20px; line-height: 1.22; margin-bottom: 10px; }
.lead { color: var(--muted); font-size: 17px; max-width: 650px; margin-bottom: 22px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 16px; }
.hero-media { display: flex; justify-content: flex-end; }
.hero-media img, .rounded-media img { width: 100%; border-radius: 42px; box-shadow: var(--shadow); object-fit: cover; }
.hero-media img { aspect-ratio: 1.08 / 1; max-width: 92%; }
.rounded-media img { aspect-ratio: 1.55 / 1; }
.section-head { max-width: 700px; margin-bottom: 24px; }
.section-head.centered { margin-left: auto; margin-right: auto; text-align: center; }
.section-head p, .copy-block p { color: var(--muted); font-size: 17px; }
.feature-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 18px; }
.feature-card { min-height: 240px; padding: 26px 20px; border-radius: 26px; border: 1px solid var(--line); box-shadow: 0 16px 42px rgba(23,33,59,.05); }
.feature-card img { width: 66px; height: 66px; object-fit: contain; margin-bottom: 18px; border-radius: 20px; }
.feature-card p, .step-card p { color: var(--muted); font-size: 15px; margin-bottom: 0; }
.soft-green { background: var(--green-soft); } .soft-yellow { background: var(--yellow-soft); } .soft-pink { background: var(--pink-soft); } .soft-blue { background: var(--blue-soft); } .soft-mint { background: var(--mint-soft); }
.audience, .contact { background: #fff; }
.check-list { list-style: none; padding: 0; margin: 18px 0; display: grid; gap: 11px; }
.check-list li { position: relative; padding-left: 34px; color: #2b344e; font-weight: 600; }
.check-list li::before { content:"✓"; position:absolute; left:0; top:-1px; width:24px; height:24px; display:grid; place-items:center; border-radius:50%; background:#dcefd8; color:var(--green); font-size:13px; font-weight:800; }
.note { padding: 18px 20px; border-radius: 20px; background: #f6faf5; border: 1px solid rgba(95,143,112,.16); color: var(--muted); }
.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.step-card { position: relative; padding: 28px; border-radius: 28px; background: #fff; border: 1px solid var(--line); box-shadow: 0 18px 50px rgba(23,33,59,.06); }
.step-card img { width: 100%; height: 180px; object-fit: contain; margin-bottom: 20px; border-radius: 24px; background: #faf8f2; }
.step-number { position: absolute; top: -16px; left: 28px; width: 42px; height: 42px; border-radius: 50%; display: grid; place-items: center; background: #dcefd8; color: var(--text); font-weight: 800; border: 5px solid var(--bg); }
.download-card { display: grid; grid-template-columns: 1fr .9fr; gap: 32px; align-items: center; padding: 46px; border-radius: 42px; background: linear-gradient(135deg,#e9f5e4,#fff8e7); box-shadow: var(--shadow); overflow: hidden; }
.download-card p { color: var(--muted); font-size: 17px; }
.status-row { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 24px; }
.status-row span { padding: 12px 14px; border-radius: 999px; background: #fff; border: 1px solid var(--line); color: var(--muted); font-weight: 700; font-size: 14px; }
.download-preview img { width: 100%; max-height: 300px; object-fit: contain; filter: drop-shadow(0 28px 40px rgba(23,33,59,.15)); }
.contact-grid { display: grid; grid-template-columns: .95fr 1.05fr; gap: 38px; align-items: start; }
.contact-copy p { color: var(--muted); font-size: 17px; max-width: 560px; }
.contact-options { display: grid; gap: 14px; margin-top: 24px; }
.contact-option { display: flex; align-items: center; gap: 14px; padding: 16px 18px; border-radius: 20px; background: #fff; border: 1px solid var(--line); box-shadow: 0 14px 34px rgba(23,33,59,.05); }
.contact-option > span { width: 42px; height: 42px; border-radius: 16px; display: grid; place-items: center; background: var(--green-soft); color: var(--green); font-weight: 800; }
.contact-option strong { display: block; line-height: 1.2; }
.contact-option small { color: var(--muted); }
.contact-form, .legal-card, .legal-text { padding: 30px; border-radius: 30px; background: #fff; border: 1px solid var(--line); box-shadow: var(--shadow); }
.form-row { display: grid; gap: 8px; margin-bottom: 16px; }
.form-row label { font-weight: 700; color: #2b344e; }
.form-row input, .form-row select, .form-row textarea { width: 100%; border: 1px solid rgba(23,33,59,.14); border-radius: 16px; min-height: 50px; padding: 12px 14px; font-family: inherit; font-size: 15px; color: var(--text); background: #fffdf8; outline: none; }
.form-row textarea { resize: vertical; min-height: 120px; }
.consent { display: flex; align-items: flex-start; gap: 10px; color: var(--muted); font-size: 14px; margin: 8px 0 20px; }
.form-submit { width: 100%; }
.form-status { min-height: 22px; margin: 14px 0 0; color: var(--muted); font-size: 14px; }
.form-status.success { color: var(--green); font-weight: 700; }
.page-hero { background: radial-gradient(circle at 88% 12%, rgba(255,223,150,.20), transparent 26%); }
.legal-card p, .legal-text p { color: var(--muted); margin-bottom: 10px; }
.brand-seo { padding-top: 24px; padding-bottom: 24px; }
.brand-seo-card { padding: 18px 22px; border-radius: 22px; background: #f6faf5; border: 1px solid rgba(95,143,112,.16); }
.brand-seo-card p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.55; }
.site-footer { padding: 24px 0; border-top: 1px solid var(--line); background: #fff; }
.footer-grid { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 22px; }
.footer-logo { width: 120px; height: 34px; object-fit: contain; }
.footer-grid p { margin: 0; color: var(--muted); font-size: 14px; }
.footer-links { display: flex; gap: 18px; color: var(--muted); font-weight: 600; font-size: 14px; }
.floating-chat { position: fixed; right: 22px; bottom: 22px; z-index: 20; }
.chat-toggle { width: 60px; height: 60px; border: 0; border-radius: 22px; background: var(--green); color: #fff; box-shadow: 0 18px 40px rgba(39,54,78,.20); cursor: pointer; font-size: 24px; }
.chat-panel { position: absolute; right: 0; bottom: 74px; width: 240px; padding: 18px; border-radius: 22px; background: #fff; border: 1px solid var(--line); box-shadow: var(--shadow); display: none; }
.chat-panel.open { display: block; }
.chat-panel p { margin-bottom: 12px; color: var(--muted); font-size: 14px; }
.chat-panel a { display: block; padding: 11px 12px; border-radius: 14px; background: #f6faf5; margin-top: 8px; font-weight: 700; }
@media (max-width: 1040px) {
 .nav-links { display: none; }
 .hero-grid, .two-col, .download-card, .contact-grid { grid-template-columns: 1fr; }
 .feature-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 720px) {
 .container { width: min(100% - 28px, 1180px); }
 .section { padding: 38px 0; }
 .nav { min-height: 66px; }
 .btn-small { display: none; }
 .nav-actions { gap: 8px; }
 .language-switch { padding: 3px; }
 .lang-btn { min-width: 36px; height: 34px; font-size: 13px; }
 .brand-logo img { width: 126px; height: 36px; }
 .hero { padding-top: 28px; padding-bottom: 18px; }
 h1 { font-size: clamp(30px, 10vw, 44px); }
 .lead { font-size: 16px; }
 .feature-grid, .steps { grid-template-columns: 1fr; }
 .download-card, .contact-form, .legal-card, .legal-text { padding: 24px; border-radius: 24px; }
 .footer-grid { grid-template-columns: 1fr; }
 .footer-links { flex-wrap: wrap; }
 .floating-chat { right: 16px; bottom: 16px; }
 .chat-toggle { width: 56px; height: 56px; border-radius: 20px; }
}


.countdown-wrap { margin-top: 24px; }
.countdown-intro, .countdown-note { color: var(--muted); font-size: 16px; max-width: 620px; }
.countdown { display: flex; flex-wrap: wrap; gap: 14px; margin: 18px 0 16px; }
.countdown-item { min-width: 120px; padding: 16px 18px; border-radius: 22px; background: #fff; border: 1px solid var(--line); box-shadow: 0 14px 30px rgba(23,33,59,.06); text-align: center; }
.countdown-item strong { display: block; font-size: 34px; line-height: 1; margin-bottom: 8px; color: var(--text); }
.countdown-item span { color: var(--muted); font-weight: 700; font-size: 14px; }

.inline-legal {
 box-shadow: none;
 margin-top: 12px;
}


/* Legal pages refinement */
.legal-page .page-hero {
 padding-top: 34px;
 padding-bottom: 20px;
}
.legal-hero {
 max-width: 1120px;
}
.legal-page .page-hero h1 {
 font-size: clamp(34px, 4.2vw, 52px);
 line-height: 1.08;
 letter-spacing: -0.03em;
 margin-bottom: 16px;
 max-width: 760px;
}
.legal-page .page-hero .lead {
 font-size: 16px;
 line-height: 1.7;
 max-width: 760px;
 margin-bottom: 0;
}
.legal-page .section + .section {
 padding-top: 24px;
}
.legal-page .legal-text {
 padding: 34px 36px;
 border-radius: 28px;
 box-shadow: 0 18px 50px rgba(39,54,78,.08);
}
.legal-page .legal-text h2 {
 font-size: clamp(24px, 2.6vw, 34px);
 line-height: 1.18;
 letter-spacing: -0.02em;
 margin-top: 26px;
 margin-bottom: 12px;
}
.legal-page .legal-text h2:first-child {
 margin-top: 0;
}
.legal-page .legal-text p,
.legal-page .legal-card p {
 font-size: 16px;
 line-height: 1.8;
 color: var(--muted);
 margin-bottom: 14px;
}
.legal-page .inline-legal {
 margin-top: 14px;
 padding: 20px 22px;
 border-radius: 20px;
 background: #f8fbf7;
 border: 1px solid rgba(95,143,112,.14);
}
@media (max-width: 720px) {
 .legal-page .page-hero {
 padding-top: 24px;
 padding-bottom: 10px;
 }
 .legal-page .page-hero h1 {
 font-size: clamp(30px, 9vw, 42px);
 }
 .legal-page .page-hero .lead {
 font-size: 15px;
 }
 .legal-page .legal-text {
 padding: 24px 22px;
 border-radius: 24px;
 }
 .legal-page .legal-text h2 {
 font-size: 24px;
 }
 .legal-page .legal-text p,
 .legal-page .legal-card p {
 font-size: 15px;
 line-height: 1.72;
 }
}
