:root { color-scheme: light; font-family: Inter, ui-sans-serif, system-ui, sans-serif; }
* { box-sizing: border-box; }
body { margin: 0; color: #13251f; background: #f8f5ed; }
.page { min-height: 100vh; overflow: hidden; }
.nav, .hero, .features { width: min(1120px, calc(100% - 48px)); margin: 0 auto; }
.nav { display: flex; justify-content: space-between; align-items: center; padding: clamp(16px, 2.6vh, 28px) 0; }
.nav-link { color: #52625a; font-size: .92rem; font-weight: 600; text-decoration: none; }
.nav-link:hover { color: #154d3f; }
.brand { color: #154d3f; font-size: 1.1rem; font-weight: 800; letter-spacing: -.04em; text-decoration: none; }
.brand span { color: #c4552e; }
.login, .cta { display: inline-flex; justify-content: center; align-items: center; border-radius: 999px; font-weight: 700; text-decoration: none; cursor: pointer; }
.login { padding: 10px 18px; color: #154d3f; border: 1px solid #cdd9cf; }
.hero { position: relative; display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(300px, .9fr); gap: 80px; align-items: center; padding: clamp(44px, 7.4vh, 84px) 0 clamp(48px, 8.4vh, 96px); }
.eyebrow { margin: 0 0 18px; color: #c4552e; font-size: .78rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
h1 { max-width: 710px; margin: 0; font-family: Georgia, serif; font-size: clamp(2.9rem, min(6vw, 8.6vh), 5.8rem); font-weight: 500; line-height: .98; letter-spacing: -.065em; }
h1 em { color: #1c715b; font-style: normal; }
.intro { max-width: 520px; margin: clamp(16px, 2.6vh, 30px) 0; color: #52625a; font-size: 1.12rem; line-height: 1.65; }
.cta { padding: 15px 24px; color: #fff; background: #195f4d; box-shadow: 0 12px 24px #195f4d33; }
.cta:hover { background: #124837; }
.cta-ghost { display: inline-flex; justify-content: center; align-items: center; padding: 14px 24px; border: 1px solid #cdd9cf; border-radius: 999px; color: #154d3f; font-weight: 700; text-decoration: none; }
.cta-ghost:hover { border-color: #195f4d; }
.hero-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 14px; }
.note { margin: 16px 0 0; color: #718078; font-size: .84rem; }
.card { position: relative; padding: 32px; border: 1px solid #d9ddd0; border-radius: 28px; background: #fffdf8; box-shadow: 18px 20px 0 #dbe7da; }
.card::before { position: absolute; top: -34px; right: -30px; width: 120px; height: 120px; border-radius: 50%; background: #d9aa44; content: ''; z-index: -1; }
.card-label { color: #1c715b; font-size: .75rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.message { margin-top: 24px; padding: 18px; border-radius: 16px 16px 16px 3px; color: #285244; background: #e8f1e7; line-height: 1.5; }
.question { margin: 14px 0 0 38px; padding: 15px 18px; border-radius: 16px 16px 3px; color: #785234; background: #f9ecd2; line-height: 1.4; }
.features { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; padding-bottom: clamp(16px, 3.6vh, 32px); }
.feature { padding-top: 22px; border-top: 2px solid #bfd2c3; }
.feature b { display: block; margin-bottom: 8px; font-size: 1rem; }
.feature p { margin: 0; color: #627168; font-size: .9rem; line-height: 1.5; }

.quote { width: min(880px, calc(100% - 48px)); margin: 0 auto; padding: 0 0 0 28px; border-left: 3px solid #d9aa44; font-family: Georgia, serif; font-size: clamp(1.15rem, 2.2vh, 1.45rem); font-style: italic; line-height: 1.45; color: #285244; }
.section { width: min(1120px, calc(100% - 48px)); margin: 0 auto; padding-top: clamp(44px, 7vh, 84px); }
.section-eyebrow { margin: 0 0 14px; color: #c4552e; font-size: .78rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
h2 { max-width: 760px; margin: 0 0 28px; font-family: Georgia, serif; font-size: clamp(1.7rem, min(3.4vw, 4vh), 2.6rem); font-weight: 500; line-height: 1.08; letter-spacing: -.03em; }
.section-lead { max-width: 640px; margin: -14px 0 28px; color: #52625a; font-size: 1.05rem; line-height: 1.6; }
.duo, .goals { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; }
.panel { padding: 24px 26px; border: 1px solid #d9ddd0; border-radius: 20px; background: #fffdf8; }
.panel h3 { margin: 0 0 10px; font-size: 1.02rem; }
.panel p { margin: 0; color: #52625a; line-height: 1.6; }
.panel--green { border-top: 3px solid #1c715b; }
.panel--ochre { border-top: 3px solid #d9aa44; }
.goals ul { margin: 4px 0 0; padding: 0; list-style: none; }
.goals li { position: relative; margin: 10px 0; padding-left: 24px; color: #52625a; line-height: 1.55; }
.goals li::before { position: absolute; top: .45em; left: 2px; width: 9px; height: 9px; border-radius: 50%; background: #1c715b; content: ''; }
.programs { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.program { display: flex; flex-direction: column; gap: 10px; padding: 26px; border: 1px solid #d9ddd0; border-radius: 22px; background: #fffdf8; box-shadow: 8px 10px 0 #dbe7da; }
.program-tag { color: #1c715b; font-size: .72rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.program h3 { margin: 0; font-family: Georgia, serif; font-size: 1.3rem; font-weight: 500; letter-spacing: -.02em; }
.program p { margin: 0; color: #52625a; font-size: .95rem; line-height: 1.6; }
.cta-band { width: min(1120px, calc(100% - 48px)); margin: clamp(44px, 7vh, 84px) auto 0; padding: clamp(32px, 6vh, 56px) clamp(24px, 4vw, 48px); border-radius: 28px; background: #195f4d; color: #fff; text-align: center; }
.cta-band h2 { margin: 0 auto 14px; color: #fff; }
.cta-band p { margin: 0 0 24px; color: #cfe0d2; line-height: 1.6; }
.cta-band .cta { background: #fffdf8; color: #195f4d; box-shadow: none; }
.cta-band .cta:hover { background: #e8f1e7; }
.site-footer { width: min(1120px, calc(100% - 48px)); margin: 0 auto; padding: 12px 0 16px; border-top: 1px solid #e3e0d3; display: flex; flex-wrap: wrap; gap: 8px 24px; align-items: baseline; justify-content: space-between; }
.site-footer nav { display: flex; flex-wrap: wrap; gap: 6px 20px; }
.site-footer a { color: #52625a; font-size: .85rem; text-decoration: none; }
.site-footer a:hover { color: #154d3f; text-decoration: underline; }
.site-footer p { margin: 0; color: #718078; font-size: .78rem; }
.login-dialog { position: fixed; inset: 0; z-index: 2; display: none; place-items: center; padding: 24px; background: #13251f66; }
.login-dialog:target { display: grid; }
.login-panel { width: min(100%, 420px); padding: 32px; border-radius: 28px; background: #fffdf8; box-shadow: 0 24px 70px #13251f44; }
.login-panel h2 { margin: 0 0 8px; font-family: Georgia, serif; font-size: 2rem; font-weight: 500; letter-spacing: -.04em; }
.login-panel p { margin: 0 0 24px; color: #52625a; line-height: 1.5; }
.login-panel label { display: block; margin: 16px 0 7px; color: #285244; font-size: .88rem; font-weight: 700; }
.login-panel input { width: 100%; min-height: 46px; padding: 11px 13px; border: 1px solid #cdd9cf; border-radius: 12px; color: #13251f; background: #fff; font: inherit; }
.login-panel input:focus { outline: 3px solid #dbe7da; border-color: #195f4d; }
.login-submit { width: 100%; margin-top: 24px; border: 0; }
.login-error { margin-bottom: 16px !important; padding: 11px 13px; border-radius: 12px; color: #8d2d1c !important; background: #fbe3dc; font-size: .9rem; }
.login-close { float: right; display: inline-flex; justify-content: center; align-items: center; width: 30px; height: 30px; margin: -4px -6px 0 0; border-radius: 50%; color: #52625a; }
.login-close:hover { color: #154d3f; background: #e8f1e7; }
.login-panel .remember { display: flex; align-items: center; gap: 10px; }
.login-panel input.remember-input { width: 20px; min-height: 20px; height: 20px; margin: 0; padding: 0; }
.login-alt { display: flex; align-items: center; gap: 14px; margin: 24px 0 14px; color: #718078; font-size: .85rem; white-space: nowrap; }
.login-alt::before, .login-alt::after { flex: 1; height: 1px; background: #cdd9cf; content: ''; }
.oauth-row { display: flex; justify-content: center; gap: 14px; }
.oauth-btn { display: inline-flex; justify-content: center; align-items: center; width: 46px; height: 46px; border: 1px solid #cdd9cf; border-radius: 50%; background: #fff; font-size: 1.25rem; font-weight: 800; line-height: 1; text-decoration: none; cursor: pointer; }
.oauth-btn:hover { border-color: #195f4d; box-shadow: 0 6px 14px #13251f1f; }
.oauth-yandex { color: #fc3f1d; font-family: Georgia, serif; }
.oauth-mailru { color: #005ff9; }
@media (min-width: 721px) and (max-height: 820px) { .hero { padding: clamp(36px, 6.4vh, 52px) 0 clamp(40px, 7vh, 60px); } .intro { margin: clamp(16px, 2.4vh, 22px) 0; } .note { margin: 12px 0 0; } .features { padding-bottom: clamp(12px, 2.4vh, 24px); } }
@media (max-width: 720px) { .nav, .hero, .features, .site-footer { width: min(100% - 32px, 1120px); } .nav { padding: 28px 0; } .intro { margin: 30px 0; } .hero { grid-template-columns: 1fr; gap: 54px; padding: 52px 0 72px; } .features { grid-template-columns: 1fr; gap: 22px; padding-bottom: 54px; } .card { margin-right: 14px; } .quote, .section, .cta-band { width: min(100% - 32px, 1120px); } .duo, .goals, .programs { grid-template-columns: 1fr; } .hero-actions .cta, .hero-actions .cta-ghost { width: 100%; } }
