:root {
  --forest: #173f36;
  --forest-deep: #0e2e28;
  --moss: #397565;
  --sage: #dce9df;
  --sage-light: #eef4ef;
  --cream: #f7f3eb;
  --paper: #fffdf8;
  --peach: #e98968;
  --peach-light: #f8ded2;
  --yellow: #f2d978;
  --ink: #18352f;
  --muted: #65746f;
  --line: rgba(23, 63, 54, .14);
  --danger: #943e31;
  --shadow-sm: 0 10px 30px rgba(19, 57, 49, .07);
  --shadow-lg: 0 30px 80px rgba(19, 57, 49, .13);
  --radius: 22px;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  background: var(--cream);
  font-synthesis: none;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; min-width: 280px; line-height: 1.55; background: var(--cream); }
body::before { content: ""; position: fixed; inset: 0 0 auto; height: 520px; z-index: -1; background: radial-gradient(circle at 82% 12%, rgba(220,233,223,.8), transparent 34rem), radial-gradient(circle at 12% -12%, rgba(248,222,210,.75), transparent 30rem); pointer-events: none; }
a { color: var(--forest); text-decoration-thickness: .08em; text-underline-offset: .2em; }
button, input, textarea, select { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { line-height: 1.04; letter-spacing: -.045em; overflow-wrap: anywhere; }
h1 { max-width: 860px; margin-bottom: 24px; font-size: clamp(2.7rem, 7vw, 6.6rem); font-weight: 680; }
h2 { font-size: clamp(2rem, 4vw, 4rem); font-weight: 650; }
h3 { font-size: 1.35rem; }
main { min-height: calc(100vh - 250px); }
.site-header, main, .site-footer { width: min(1220px, calc(100% - 48px)); margin-inline: auto; }
.skip-link { position: fixed; top: 10px; left: 10px; z-index: 100; padding: 10px 14px; color: white; background: var(--forest-deep); border-radius: 9px; transform: translateY(-160%); }
.skip-link:focus { transform: translateY(0); }
.site-header { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 38px; min-height: 88px; }
.brand { display: inline-flex; align-items: center; gap: 10px; color: var(--forest-deep); font-weight: 800; font-size: 1.06rem; letter-spacing: -.02em; text-decoration: none; }
.brand-mark { display: grid; place-items: center; width: 39px; height: 39px; color: white; background: var(--forest); border-radius: 50% 50% 50% 12px; font-family: Georgia, serif; font-size: 1.3rem; }
.brand-word { white-space: nowrap; }
.site-nav { display: flex; justify-content: flex-end; gap: 28px; }
.site-nav a { color: var(--ink); font-size: .92rem; text-decoration: none; }
.site-nav a:hover { color: var(--moss); }
.header-action { min-height: 42px !important; padding: 9px 16px !important; }
.site-footer { display: grid; grid-template-columns: 1.3fr 1fr 1fr; gap: 50px; padding: 44px 0 52px; border-top: 1px solid var(--line); color: var(--muted); font-size: .88rem; }
.site-footer h3 { margin-bottom: 12px; color: var(--ink); font-size: .9rem; letter-spacing: 0; }
.site-footer p, .site-footer a { margin-bottom: 8px; }
.footer-brand { margin-bottom: 13px; }
.footer-links { display: flex; flex-direction: column; align-items: flex-start; }
.footer-status { display: inline-flex; align-items: center; gap: 7px; padding: 7px 10px; color: var(--forest); background: var(--sage); border-radius: 999px; font-weight: 700; }
.footer-status::before { content: ""; width: 7px; height: 7px; background: #52a76b; border-radius: 50%; }

.eyebrow { margin-bottom: 14px; color: var(--moss); font-size: .75rem; font-weight: 850; letter-spacing: .14em; text-transform: uppercase; }
.lead { max-width: 660px; color: #4f625c; font-size: clamp(1.1rem, 2vw, 1.34rem); }
.microcopy, .hint { color: var(--muted); font-size: .88rem; }
.display-accent { color: var(--peach); font-family: Georgia, serif; font-style: italic; font-weight: 500; }
.hero-copy .display-accent { font-size: .84em; }
.actions { display: flex; align-items: center; gap: 12px; flex-wrap: wrap; margin: 28px 0 18px; }
button, .button { display: inline-flex; min-height: 50px; align-items: center; justify-content: center; padding: 13px 21px; border: 1px solid transparent; border-radius: 999px; color: white; background: var(--forest); font-weight: 760; text-align: center; text-decoration: none; cursor: pointer; transition: transform .18s ease, box-shadow .18s ease, background .18s ease; }
button:hover, .button:hover { background: var(--forest-deep); box-shadow: 0 10px 24px rgba(19,57,49,.15); transform: translateY(-2px); }
button:focus-visible, .button:focus-visible, input:focus-visible, textarea:focus-visible, select:focus-visible, a:focus-visible { outline: 3px solid var(--peach); outline-offset: 3px; }
.button.secondary, button.secondary { color: var(--forest); background: transparent; border-color: rgba(23,63,54,.28); }
.button.secondary:hover, button.secondary:hover { background: var(--sage-light); }
.button.light { color: var(--forest); background: var(--paper); }
.button.light:hover { background: white; }
.button.text { min-height: 44px; padding-inline: 10px; color: var(--forest); background: transparent; box-shadow: none; }
.link-button, .danger-link { min-height: 44px; padding: 7px 3px; color: var(--forest); background: none; border: 0; border-radius: 0; box-shadow: none; text-decoration: underline; }
.danger-link { color: var(--danger); }
.link-button:hover, .danger-link:hover { background: none; box-shadow: none; transform: none; }

/* Landing */
.hero { display: grid; grid-template-columns: minmax(0, 1.12fr) minmax(400px, .88fr); align-items: center; gap: clamp(36px, 5vw, 68px); min-height: 700px; padding: 62px 0 96px; }
.hero-copy h1 { max-width: 720px; font-size: clamp(3.15rem, 6.5vw, 6.35rem); }
.hero-copy .lead { max-width: 610px; }
.hero-facts { display: flex; gap: 22px; flex-wrap: wrap; margin-top: 28px; }
.hero-facts span { display: flex; gap: 7px; align-items: baseline; color: var(--muted); font-size: .82rem; }
.hero-facts b { color: var(--forest); font-size: 1.15rem; }
.product-stage { position: relative; min-height: 560px; padding: 60px 28px; background: var(--sage); border-radius: 44px 44px 14px 44px; overflow: hidden; }
.product-stage::before { content: ""; position: absolute; width: 270px; height: 270px; right: -80px; top: -80px; border: 70px solid rgba(255,255,255,.35); border-radius: 50%; }
.app-window { position: relative; z-index: 2; max-width: 390px; margin: 0 auto; padding: 16px; background: rgba(255,253,248,.96); border: 1px solid rgba(23,63,54,.12); border-radius: 28px; box-shadow: var(--shadow-lg); }
.app-bar { display: flex; justify-content: space-between; align-items: center; padding: 4px 5px 14px; color: var(--muted); font-size: .72rem; }
.app-bar b { color: var(--forest); font-size: .85rem; }
.preview-practice { padding: 22px; color: white; background: var(--forest); border-radius: 20px; }
.preview-practice .preview-label { color: #bad1c9; font-size: .7rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.preview-practice h3 { margin: 10px 0 18px; font-size: 1.85rem; }
.preview-progress { height: 5px; margin: 16px 0 20px; background: rgba(255,255,255,.2); border-radius: 99px; }
.preview-progress span { display: block; width: 36%; height: 100%; background: var(--yellow); border-radius: inherit; }
.preview-step { display: grid; grid-template-columns: 34px 1fr; gap: 11px; align-items: center; padding: 10px 0; border-top: 1px solid rgba(255,255,255,.14); font-size: .86rem; }
.preview-step span { display: grid; place-items: center; width: 30px; height: 30px; color: var(--forest); background: var(--yellow); border-radius: 50%; font-weight: 850; }
.preview-step small { display: block; color: #bfd1ca; }
.floating-card { position: absolute; z-index: 3; max-width: 190px; padding: 14px 16px; background: var(--paper); border: 1px solid var(--line); border-radius: 17px; box-shadow: var(--shadow-sm); font-size: .78rem; }
.floating-card b { display: block; margin-bottom: 3px; color: var(--forest); font-size: .95rem; }
.floating-card.profile { top: 32px; left: 10px; }
.floating-card.time { right: 7px; bottom: 32px; }
.signal-strip { display: grid; grid-template-columns: repeat(3, 1fr); margin: 0 0 130px; padding: 24px 0; border-block: 1px solid var(--line); }
.signal-item { padding: 8px 30px; border-right: 1px solid var(--line); }
.signal-item:first-child { padding-left: 0; }
.signal-item:last-child { border-right: 0; }
.signal-item b { display: block; margin-bottom: 5px; color: var(--forest); }
.signal-item span { color: var(--muted); font-size: .9rem; }
.section-heading { display: grid; grid-template-columns: .7fr 1.3fr; gap: 50px; align-items: end; margin-bottom: 46px; }
.section-heading h2 { margin-bottom: 0; }
.section-heading p:last-child { max-width: 580px; margin-left: auto; color: var(--muted); }
.journey { padding: 0 0 140px; }
.journey-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.journey-card { min-height: 280px; padding: 28px; background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius); }
.journey-card:nth-child(2) { background: var(--peach-light); }
.journey-card:nth-child(3) { background: var(--sage); }
.journey-card:nth-child(4) { color: white; background: var(--forest); }
.journey-number { display: grid; place-items: center; width: 38px; height: 38px; margin-bottom: 72px; border: 1px solid currentColor; border-radius: 50%; font-size: .8rem; font-weight: 800; }
.journey-card h3 { margin-bottom: 9px; }
.journey-card p { margin-bottom: 0; color: var(--muted); font-size: .9rem; }
.journey-card:nth-child(4) p { color: #c9dad4; }
.product-preview { margin: 0 calc(50% - 50vw); padding: 120px max(24px, calc((100vw - 1220px) / 2)); color: white; background: var(--forest-deep); }
.product-preview .section-heading p { color: #b8ccc5; }
.preview-grid { display: grid; grid-template-columns: .9fr 1.1fr .9fr; gap: 18px; align-items: center; }
.screen-card { min-height: 400px; padding: 25px; color: var(--ink); background: var(--paper); border-radius: 27px; box-shadow: 0 25px 60px rgba(0,0,0,.19); }
.screen-card.featured { min-height: 470px; transform: translateY(-12px); }
.screen-kicker { color: var(--moss); font-size: .68rem; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
.screen-card h3 { margin: 15px 0 24px; font-size: 1.8rem; }
.profile-row { display: flex; justify-content: space-between; gap: 15px; padding: 14px 0; border-top: 1px solid var(--line); color: var(--muted); font-size: .84rem; }
.profile-row b { color: var(--ink); }
.mini-choice { padding: 14px; margin: 8px 0; background: var(--sage-light); border-radius: 13px; font-size: .85rem; }
.mini-choice.active { color: white; background: var(--forest); }
.mini-chat { padding: 13px; margin-bottom: 10px; background: var(--sage-light); border-radius: 15px 15px 15px 4px; font-size: .84rem; }
.mini-chat.user { margin-left: 24px; color: white; background: var(--moss); border-radius: 15px 15px 4px 15px; }
.adapt-section { display: grid; grid-template-columns: .85fr 1.15fr; gap: 90px; align-items: center; padding: 145px 0; }
.time-orbit { position: relative; display: grid; place-items: center; min-height: 430px; background: var(--peach-light); border-radius: 50% 50% 18px 50%; }
.time-core { display: grid; place-items: center; width: 170px; height: 170px; color: white; background: var(--forest); border-radius: 50%; text-align: center; }
.time-core b { display: block; font-size: 2.5rem; line-height: 1; }
.time-pill { position: absolute; padding: 12px 18px; background: var(--paper); border-radius: 999px; box-shadow: var(--shadow-sm); font-weight: 750; }
.time-pill.one { top: 40px; right: 42px; }
.time-pill.two { left: 26px; bottom: 88px; }
.time-pill.three { right: 25px; bottom: 40px; }
.feature-list { padding: 0; list-style: none; }
.feature-list li { position: relative; padding: 13px 0 13px 32px; border-bottom: 1px solid var(--line); }
.feature-list li::before { content: "✓"; position: absolute; left: 0; color: var(--peach); font-weight: 900; }
.telegram-section { display: grid; grid-template-columns: 1fr .85fr; gap: 80px; align-items: center; margin-bottom: 140px; padding: clamp(34px, 6vw, 72px); background: var(--yellow); border-radius: 36px 36px 12px 36px; }
.telegram-section h2 { max-width: 640px; }
.telegram-phone { max-width: 340px; margin: auto; padding: 16px; background: var(--paper); border: 8px solid var(--forest-deep); border-radius: 34px; box-shadow: var(--shadow-lg); }
.telegram-phone .mini-chat { background: #e7f2ee; }
.trust-section { padding: 0 0 140px; }
.trust-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.trust-card { padding: 28px; border-top: 2px solid var(--forest); }
.trust-card span { display: block; margin-bottom: 38px; color: var(--peach); font-size: 1.5rem; }
.final-cta { display: grid; grid-template-columns: 1.2fr auto; align-items: end; gap: 40px; margin-bottom: 110px; padding: clamp(38px, 7vw, 80px); color: white; background: var(--forest); border-radius: 38px 38px 12px 38px; }
.final-cta h2 { max-width: 760px; margin-bottom: 0; }

/* Product pages */
.page-intro { max-width: 860px; padding: 80px 0 38px; }
.page-intro h1 { font-size: clamp(2.8rem, 6vw, 5.5rem); }
.page-intro > p:last-child { max-width: 710px; color: var(--muted); font-size: 1.08rem; }
.flow-nav { display: grid; grid-template-columns: repeat(4, 1fr); gap: 8px; padding-top: 34px; color: #83908c; font-size: .75rem; }
.flow-nav span { padding: 12px; border-top: 2px solid var(--line); }
.flow-nav .active { color: var(--forest); border-color: var(--forest); font-weight: 800; }
.panel, .practice-card, .assessment-card, .admin-login { padding: clamp(24px, 4vw, 42px); background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow-sm); }
.panel.muted { background: var(--sage-light); }
.product-shell { display: grid; grid-template-columns: minmax(220px, .55fr) minmax(0, 1.45fr); gap: 20px; align-items: start; margin-bottom: 90px; }
.product-aside { position: sticky; top: 24px; padding: 28px; color: white; background: var(--forest); border-radius: var(--radius); }
.product-aside h2 { font-size: 1.7rem; }
.product-aside p { color: #c7d9d3; font-size: .9rem; }
.aside-list { padding: 0; margin: 28px 0 0; list-style: none; }
.aside-list li { padding: 11px 0; border-top: 1px solid rgba(255,255,255,.15); font-size: .87rem; }
.returning, .assessment-card { max-width: 800px; }
.progress { width: 100%; height: 6px; margin-bottom: 28px; overflow: hidden; background: var(--sage-light); border-radius: 999px; }
.progress span { display: block; width: 16.66%; height: 100%; background: var(--peach); transition: width .2s ease; }
fieldset { padding: 0; margin: 0; border: 0; }
legend { margin-bottom: 25px; font-size: clamp(1.55rem, 3vw, 2.4rem); line-height: 1.15; font-weight: 720; letter-spacing: -.035em; }
.choice-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.choice-grid label { margin: 0; cursor: pointer; }
.choice-grid input { position: absolute; opacity: 0; pointer-events: none; }
.choice-grid span { display: flex; min-height: 68px; align-items: center; padding: 15px 17px; border: 1px solid rgba(23,63,54,.25); border-radius: 15px; background: white; font-weight: 700; }
.choice-grid input:checked + span { color: var(--forest); border-color: var(--forest); background: var(--sage); box-shadow: inset 0 0 0 1px var(--forest); }
.choice-grid input:focus-visible + span { outline: 3px solid var(--peach); outline-offset: 2px; }
.choice-grid.compact { grid-template-columns: 1fr 1fr; max-width: 380px; }
.form-actions { display: flex; justify-content: flex-end; gap: 12px; margin-top: 30px; }
.notice { max-width: 800px; padding: 18px 20px; border-radius: 14px; }
.notice.error, #admin-error:not(:empty) { color: var(--danger); background: #fae8e2; }
.success { max-width: 800px; border-color: #9fc1b7; background: var(--sage-light); }
.profile-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; margin: 0 0 24px; }
.profile-grid div { padding: 10px 0 16px; border-bottom: 1px solid var(--line); }
.profile-grid dt { color: var(--muted); font-size: .78rem; }
.profile-grid dd { margin: 4px 0 0; font-weight: 780; }
.duration, .starters { display: flex; gap: 9px; flex-wrap: wrap; margin-bottom: 22px; }
.duration button, .starters button { min-height: 46px; color: var(--forest); background: var(--paper); border-color: var(--line); }
.duration button.active, .duration button[aria-pressed="true"] { color: white; background: var(--forest); }
.practice-card { max-width: 860px; }
.practice-head { display: flex; align-items: flex-start; justify-content: space-between; gap: 18px; }
.time-badge { display: inline-flex; flex: 0 0 auto; align-items: center; padding: 8px 13px; color: var(--forest); background: var(--sage); border-radius: 999px; font-size: .82rem; font-weight: 800; }
.exercise-list { padding: 0; margin: 28px 0; list-style: none; }
.exercise-list li { display: grid; grid-template-columns: 36px 1fr; gap: 14px; padding: 18px 0; border-top: 1px solid var(--line); }
.exercise-list li > span { display: grid; place-items: center; width: 32px; height: 32px; color: var(--forest); background: var(--yellow); border-radius: 50%; font-weight: 850; }
.exercise-list p { margin: 4px 0 0; color: var(--muted); }
.demo-note { padding: 13px 16px; color: #68592e; background: #fbf2cd; border-radius: 12px; font-size: .86rem; }
#feedback-form { max-width: 860px; margin-top: 24px; }
label { display: block; margin: 18px 0; color: var(--ink); font-weight: 680; }
input, select, textarea { display: block; width: 100%; min-height: 50px; margin-top: 7px; padding: 12px 14px; color: var(--ink); background: white; border: 1px solid #9faeaa; border-radius: 12px; }
.choice-grid input { width: 1px; min-height: 1px; margin: 0; padding: 0; }
textarea { resize: vertical; }
.chat { min-height: 320px; max-height: 520px; max-width: 860px; padding: 24px; overflow-y: auto; background: var(--sage-light); border: 1px solid var(--line); border-radius: var(--radius); }
.bubble { width: fit-content; max-width: min(82%, 650px); margin: 12px 0; padding: 14px 17px; overflow-wrap: anywhere; background: white; border-radius: 17px 17px 17px 4px; box-shadow: 0 4px 15px rgba(29,65,58,.05); }
.bubble.user { margin-left: auto; color: white; background: var(--moss); border-radius: 17px 17px 4px 17px; }
.bubble b { display: block; margin-bottom: 3px; font-size: .72rem; opacity: .72; }
.bubble p { margin: 0; white-space: pre-wrap; }
.bubble.loading { color: var(--muted); font-style: italic; }
.chat-form { display: grid; grid-template-columns: 1fr auto; gap: 10px; max-width: 860px; margin-top: 12px; padding: 0; background: transparent; border: 0; box-shadow: none; }
.chat-form input { margin: 0; }
.admin-login { display: grid; grid-template-columns: 1fr auto; align-items: end; gap: 12px; max-width: 680px; margin-bottom: 22px; }
.admin-login label { margin: 0; }
.warning { max-width: 820px; padding: 14px 16px; color: #694c18; background: #fff1ca; border-radius: 12px; }
.metric-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; margin-bottom: 20px; }
.metric-card { padding: 20px; background: var(--paper); border: 1px solid var(--line); border-radius: 16px; }
.metric-card h2 { font-size: 1.1rem; }
.metric-card p { display: flex; justify-content: space-between; gap: 12px; margin: 8px 0; color: var(--muted); }
.metric-card b { color: var(--ink); text-align: right; }
.table-wrap { overflow-x: auto; }
table { width: 100%; border-collapse: collapse; }
th, td { padding: 11px; text-align: left; border-bottom: 1px solid var(--line); }
.split { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; margin: 30px 0 90px; }
.prose { max-width: 860px; margin-bottom: 90px; }
.prose h2 { margin-top: 40px; font-size: 1.65rem; }
.checklist { padding: 0; list-style: none; }
.checklist li { position: relative; padding: 8px 0 8px 30px; }
.checklist li::before { content: "✓"; position: absolute; left: 0; color: var(--moss); font-weight: 900; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
[hidden] { display: none !important; }

@media (max-width: 980px) {
  .site-header { grid-template-columns: auto 1fr; }
  .site-nav { order: 3; grid-column: 1 / -1; justify-content: flex-start; padding-bottom: 18px; }
  .hero { grid-template-columns: 1fr 1fr; gap: 30px; min-height: 620px; }
  .journey-grid { grid-template-columns: 1fr 1fr; }
  .journey-card { min-height: 230px; }
  .journey-number { margin-bottom: 42px; }
  .preview-grid { grid-template-columns: 1fr 1fr; }
  .screen-card:last-child { grid-column: 1 / -1; min-height: auto; }
  .adapt-section { gap: 45px; }
}

@media (max-width: 760px) {
  .site-header, main, .site-footer { width: min(100% - 32px, 1220px); }
  .site-header { gap: 16px; min-height: 78px; }
  .header-action { justify-self: end; }
  .site-nav { gap: 10px 20px; overflow: visible; flex-wrap: wrap; padding-bottom: 14px; }
  .site-nav a { white-space: nowrap; }
  .hero { grid-template-columns: 1fr; min-height: 0; padding: 54px 0 88px; }
  .hero-copy h1 { font-size: clamp(3rem, 13vw, 5rem); }
  .product-stage { min-height: 500px; }
  .signal-strip { grid-template-columns: 1fr; margin-bottom: 90px; }
  .signal-item { padding: 18px 0; border-right: 0; border-bottom: 1px solid var(--line); }
  .signal-item:last-child { border-bottom: 0; }
  .section-heading { grid-template-columns: 1fr; gap: 12px; }
  .section-heading p:last-child { margin-left: 0; }
  .journey { padding-bottom: 95px; }
  .product-preview { padding-block: 90px; }
  .preview-grid { grid-template-columns: 1fr; }
  .screen-card, .screen-card.featured { min-height: auto; transform: none; }
  .screen-card:last-child { grid-column: auto; }
  .adapt-section, .telegram-section, .final-cta { grid-template-columns: 1fr; }
  .adapt-section { padding: 100px 0; }
  .telegram-section { gap: 40px; margin-bottom: 100px; }
  .trust-grid { grid-template-columns: 1fr; }
  .trust-card span { margin-bottom: 15px; }
  .product-shell { grid-template-columns: 1fr; }
  .product-aside { position: static; }
  .flow-nav { overflow: visible; grid-template-columns: repeat(2, minmax(0,1fr)); }
  .split { grid-template-columns: 1fr; }
  .site-footer { grid-template-columns: 1fr 1fr; }
  .footer-about { grid-column: 1 / -1; }
  .metric-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 480px) {
  .site-header, main, .site-footer { width: min(100% - 24px, 1220px); }
  .brand-word { display: none; }
  .header-action { padding-inline: 14px !important; font-size: .84rem; }
  .hero { padding-top: 38px; }
  .hero-copy h1, h1 { font-size: clamp(2.65rem, 14vw, 4.2rem); }
  .hero-actions > *, .form-actions > *, .duration button { width: 100%; }
  .hero-facts { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; }
  .hero-facts span { display: block; }
  .product-stage { min-height: 445px; padding: 58px 12px 38px; border-radius: 30px 30px 10px 30px; }
  .floating-card { max-width: 150px; padding: 10px 12px; }
  .floating-card.profile { left: 5px; }
  .floating-card.time { right: 4px; bottom: 12px; }
  .app-window { padding: 10px; }
  .preview-practice { padding: 18px; }
  .journey-grid { grid-template-columns: 1fr; }
  .journey-card { min-height: auto; }
  .journey-number { margin-bottom: 36px; }
  .time-orbit { min-height: 330px; }
  .time-core { width: 135px; height: 135px; }
  .time-pill { padding: 9px 13px; font-size: .8rem; }
  .telegram-section, .final-cta { border-radius: 26px 26px 9px 26px; }
  .site-footer { grid-template-columns: 1fr; gap: 25px; }
  .footer-about { grid-column: auto; }
  .page-intro { padding-top: 55px; }
  .choice-grid, .profile-grid, .metric-grid { grid-template-columns: 1fr; }
  .form-actions { flex-direction: column-reverse; }
  .practice-head { display: block; }
  .time-badge { margin-bottom: 18px; }
  .chat-form, .admin-login { grid-template-columns: 1fr; }
  .bubble { max-width: 92%; }
}

@media (max-width: 340px) {
  .site-header, main, .site-footer { width: min(100% - 18px, 1220px); }
  .header-action { padding-inline: 11px !important; }
  .hero-copy h1, h1 { font-size: 2.45rem; }
  .hero-facts { grid-template-columns: 1fr; }
  .product-stage { min-height: 430px; }
  .floating-card { display: none; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
}
