@font-face {
    font-family: "Forum";
    src: url("/static/fonts/Forum-Regular.ff57d0d9febd.ttf") format("truetype");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

:root {
    --yellow: #f1d84a;
    --orange: #c95426;
    --red: #c91835;
    --red-dark: #9f1429;
    --olive: #899100;
    --charcoal: #2b2929;
    --night: #1c1a1a;
    --cream: #f2e6c9;
    --paper: #fff9e9;
    --paper-muted: #d9ccb0;
    --line-dark: rgba(242, 230, 201, .22);
    --line-light: rgba(43, 41, 41, .22);
    --shadow-dark: 0 28px 70px rgba(0, 0, 0, .42);
    --shadow-card: 0 20px 46px rgba(0, 0, 0, .46);
    font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    color: var(--cream);
    background: var(--night);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 88px; }
body { margin: 0; min-height: 100vh; overflow-wrap: break-word; background: var(--night); color: var(--cream); }
body::before { content: ""; position: fixed; inset: 0; z-index: -1; border: 1px solid rgba(201, 24, 53, .7); pointer-events: none; }
img { display: block; max-width: 100%; }
a { color: inherit; }
a:focus-visible, summary:focus-visible { outline: 3px solid var(--yellow); outline-offset: 4px; }
.document a:focus-visible { outline-color: var(--red-dark); }
.skip-link { position: fixed; top: -100px; left: 16px; z-index: 100; padding: 12px 18px; background: var(--paper); color: var(--charcoal); }
.skip-link:focus { top: 8px; }
.mobile-menu { display: none; }
.mobile-menu summary { cursor: pointer; min-height: 44px; padding: 12px; color: var(--cream); }
.mobile-menu nav { position: absolute; top: 100%; left: 0; right: 0; display: grid; padding: 12px 20px; border-bottom: 1px solid var(--red); background: var(--night); max-height: 70svh; overflow-y: auto; }
.mobile-menu nav a { display: flex; align-items: center; min-height: 44px; padding: 10px; text-underline-offset: 4px; }
p, li { text-wrap: pretty; }
.site-shell { width: min(1180px, calc(100% - 40px)); margin: 0 auto; }

.site-header { position: sticky; top: 0; z-index: 30; background: rgba(28, 26, 26, .96); border-bottom: 1px solid rgba(201, 24, 53, .75); backdrop-filter: blur(16px); }
.nav { min-height: 80px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { color: var(--cream); text-decoration: none; font: 400 1.55rem/1 "Forum", Georgia, serif; white-space: nowrap; }
.brand span { color: var(--red); }
.nav-links { display: flex; align-items: center; justify-content: flex-end; gap: 22px; color: var(--paper-muted); font-size: .91rem; }
.nav-links a { text-decoration: none; transition: color .2s ease, border-color .2s ease; }
.nav-links a:not(.button):hover { color: var(--yellow); }
.audience-link { padding: 9px 0 7px; border-bottom: 1px solid transparent; }
.audience-link.active { color: var(--cream); border-color: var(--red); }

.button { display: inline-flex; min-height: 50px; align-items: center; justify-content: center; padding: 0 25px; border: 1px solid var(--red); border-radius: 999px; background: var(--red); color: var(--paper); font-weight: 760; text-align: center; text-decoration: none; cursor: pointer; transition: transform .22s ease, box-shadow .22s ease, background .22s ease, color .22s ease, border-color .22s ease; }
.button-small { min-height: 44px; padding: 0 22px; }
.button-large { min-width: 330px; min-height: 62px; padding: 0 34px; font-size: 1.05rem; }
.button-plan { width: 100%; margin-top: auto; }
.button-disabled { cursor: default; border-color: rgba(242, 230, 201, .18); background: rgba(242, 230, 201, .08); color: rgba(242, 230, 201, .58); box-shadow: none; }
.button-disabled:hover { border-color: rgba(242, 230, 201, .18); background: rgba(242, 230, 201, .08); color: rgba(242, 230, 201, .58); box-shadow: none; transform: none; }
.button-outline-light { background: transparent; color: var(--cream); border-color: rgba(242, 230, 201, .55); }
.text-button { display: inline-flex; align-items: center; min-height: 48px; padding: 0 6px; color: var(--cream); text-underline-offset: 8px; text-decoration-color: var(--red); font-weight: 700; transition: color .2s ease, text-shadow .2s ease; }
.text-button:hover { color: var(--yellow); text-shadow: 0 0 22px rgba(241, 216, 74, .5); }
.button:focus-visible, .text-button:focus-visible, .nav-links a:focus-visible { outline: 3px solid var(--yellow); outline-offset: 4px; }

@media (hover: hover) {
    .button:hover { transform: translateY(-2px); background: #df1c3c; border-color: var(--yellow); box-shadow: 0 0 0 1px rgba(241, 216, 74, .7), 0 0 34px rgba(241, 216, 74, .38), 0 14px 36px rgba(201, 24, 53, .38); }
    .button-outline-light:hover { background: var(--red); color: var(--paper); }
}

.hero { position: relative; min-height: calc(100svh - 80px); overflow: hidden; isolation: isolate; border-bottom: 1px solid rgba(201, 24, 53, .75); background-color: var(--night); background-image: url("/static/site/hero-folk-ornaments-1540.10c2db19f614.webp"); background-repeat: no-repeat; background-position: center bottom; background-size: min(1540px, 100vw) auto; }
.hero::before, .hero::after { content: ""; position: absolute; left: 32px; right: 32px; z-index: -1; border-top: 1px solid rgba(201, 24, 53, .8); }
.hero::before { top: 18px; }
.hero::after { bottom: 18px; }
.hero-content { position: relative; z-index: 5; max-width: 960px; padding-top: clamp(42px, 8vh, 92px); padding-bottom: 430px; text-align: center; }
.status-pill { display: inline-flex; max-width: min(100%, 620px); min-height: 38px; align-items: center; justify-content: center; gap: 10px; padding: 8px 18px; border: 1px solid rgba(242, 230, 201, .35); border-radius: 999px; color: var(--paper-muted); font-size: .9rem; line-height: 1.35; text-align: center; }
.status-pill span { width: 8px; height: 8px; border-radius: 50%; background: #55b468; box-shadow: 0 0 12px rgba(85, 180, 104, .5); }
.hero h1 { margin: 18px auto 14px; font: 400 clamp(4.4rem, 7.7vw, 7.4rem)/.88 "Forum", Georgia, serif; letter-spacing: -.02em; text-wrap: balance; }
.hero-personal h1 { max-width: 1100px; font-size: clamp(3.8rem, 6.2vw, 6.3rem); line-height: .94; }
.hero h1 > span, .hero h1 > em { display: block; }
.hero h1 em { color: var(--yellow); font-style: normal; }
.title-ornament { width: 280px; height: 1px; margin: 26px auto 22px; background: var(--red); }
.hero-lead { max-width: 650px; margin: 0 auto; color: var(--paper-muted); font-size: clamp(1.05rem, 1.7vw, 1.3rem); line-height: 1.55; }
.hero-actions { display: flex; align-items: center; justify-content: center; gap: 22px; margin-top: 25px; }
.hero-note { margin: 16px 0 0; color: rgba(242, 230, 201, .72); font-size: .88rem; }
.hero-card-stage { position: absolute; z-index: 2; left: 50%; bottom: -210px; width: min(930px, 90vw); height: 610px; transform: translateX(-50%); pointer-events: none; }
.hero-card { position: absolute; top: 20px; left: 50%; width: clamp(210px, 22vw, 305px); height: auto; border-radius: 14px; box-shadow: var(--shadow-card); will-change: transform; transition: filter .25s ease; }
.hero-card-left { transform: translate(calc(-108% + var(--card-x, 0px)), calc(12% + var(--card-y, 0px))) rotate(calc(-10deg + var(--card-r, 0deg))); }
.hero-card-center { z-index: 2; transform: translate(-50%, 0); will-change: auto; }
.hero-card-right { transform: translate(calc(8% + var(--card-x, 0px)), calc(12% + var(--card-y, 0px))) rotate(calc(10deg + var(--card-r, 0deg))); }

.section { padding: 96px 0; }
.section-cream { background: var(--cream); color: var(--charcoal); }
.section-heading { max-width: 900px; margin-bottom: 44px; }
.section-heading.centered { margin-right: auto; margin-left: auto; text-align: center; }
.section-heading h2, .final-cta h2 { margin: 14px 0 14px; font: 400 clamp(2.85rem, 4.5vw, 4.5rem)/1.02 "Forum", Georgia, serif; text-wrap: balance; }
.section-heading p { margin: 0; color: #655d4f; font-size: 1.08rem; line-height: 1.65; }
.section-heading.centered p { max-width: 62ch; margin-right: auto; margin-left: auto; text-wrap: balance; }
.section-label { display: inline-flex; padding: 8px 15px; border: 1px solid rgba(201, 24, 53, .45); border-radius: 999px; color: var(--red); font-size: .76rem; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.dark-label { color: var(--yellow); border-color: rgba(241, 216, 74, .35); }
.light-heading h2 { color: var(--cream); }
.light-heading p { color: var(--paper-muted); }

.situations-panel { display: grid; grid-template-columns: 1.05fr .95fr; gap: 28px 46px; margin-bottom: 82px; padding: 42px; border: 1px solid rgba(43, 41, 41, .2); border-radius: 24px; background: rgba(255, 249, 233, .55); box-shadow: 0 18px 54px rgba(43, 41, 41, .08); }
.situations-copy { align-self: center; }
.situations-kicker { color: var(--red); font-size: .74rem; font-weight: 850; letter-spacing: .13em; text-transform: uppercase; }
.situations-copy h2 { max-width: 560px; margin: 15px 0 12px; font: 400 clamp(2.25rem, 4vw, 3.7rem)/1.02 "Forum", Georgia, serif; text-wrap: balance; }
.situations-copy p { max-width: 590px; margin: 0; color: #655d4f; line-height: 1.62; }
.situations-list { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; align-content: center; margin: 0; padding: 0; list-style: none; }
.situations-list li { position: relative; min-height: 48px; display: flex; align-items: center; padding: 10px 14px 10px 34px; border: 1px solid rgba(43, 41, 41, .14); border-radius: 14px; background: rgba(242, 230, 201, .68); color: #4f493f; font-size: .9rem; font-weight: 690; line-height: 1.28; }
.situations-list li::before { content: ""; position: absolute; left: 14px; width: 7px; height: 7px; border-radius: 50%; background: var(--red); box-shadow: 0 0 0 4px rgba(201, 24, 53, .1); }
.situations-note { grid-column: 1 / -1; margin: 0; padding-top: 22px; border-top: 1px solid var(--line-light); color: #655d4f; font-size: .92rem; line-height: 1.62; text-align: center; }

.steps { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line-light); border-bottom: 1px solid var(--line-light); }
.step { min-height: 250px; padding: 30px 30px 34px 0; }
.step + .step { padding-left: 30px; border-left: 1px solid var(--line-light); }
.step span, .feature span, .benefit-row > span { color: var(--red); font-size: .76rem; font-weight: 850; letter-spacing: .14em; }
.step strong { display: block; margin: 42px 0 12px; font: 400 1.8rem/1.08 "Forum", Georgia, serif; }
.step p { margin: 0; color: #655d4f; line-height: 1.62; }
.cycle-steps { display: grid; grid-template-columns: repeat(5, 1fr); border-top: 1px solid var(--line-light); border-bottom: 1px solid var(--line-light); }
.cycle-step { min-width: 0; padding: 28px 20px 30px; }
.cycle-step + .cycle-step { border-left: 1px solid var(--line-light); }
.cycle-step span { color: var(--red); font-size: .76rem; font-weight: 850; letter-spacing: .14em; }
.cycle-step strong { display: block; min-height: 2.2em; margin: 30px 0 12px; font: 400 1.55rem/1.08 "Forum", Georgia, serif; }
.cycle-step p { margin: 0; color: #655d4f; font-size: .95rem; line-height: 1.58; }
.cycle-formula { max-width: 36ch; margin: 34px auto 0; color: var(--red); font: 400 clamp(1.7rem, 3vw, 2.45rem)/1.25 "Forum", Georgia, serif; text-align: center; text-wrap: balance; }

.showcase-section { background: var(--night); }
.demo-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; align-items: stretch; }
.cycle-demo-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.telegram-demo { display: grid; min-height: 640px; grid-template-rows: auto 1fr auto; overflow: hidden; border: 1px solid rgba(242, 230, 201, .22); border-radius: 24px; background: #111b25; box-shadow: var(--shadow-dark); }
.demo-header { display: flex; min-height: 76px; align-items: center; gap: 13px; padding: 12px 18px; border-bottom: 1px solid rgba(242, 230, 201, .12); background: #1b2837; }
.demo-header img { width: 48px; height: 48px; border: 2px solid rgba(241, 216, 74, .65); border-radius: 50%; object-fit: cover; }
.demo-header div { display: grid; gap: 2px; }
.demo-header strong { color: #fff; font-size: 1.02rem; }
.demo-header span { color: #9fb2c8; font-size: .84rem; }
.demo-chat { display: flex; min-height: 0; flex-direction: column; gap: 15px; padding: 22px 18px; background: #101923; }
.demo-bubble { max-width: 92%; padding: 16px; border-radius: 18px 18px 18px 5px; background: #1b2b3a; color: #fff; }
.demo-bubble strong { display: block; margin-bottom: 8px; font-size: 1rem; }
.demo-bubble p { margin: 0; color: #e4edf5; font-size: .92rem; line-height: 1.55; }
.demo-user-message { align-self: flex-end; max-width: 84%; padding: 11px 15px; border-radius: 18px 18px 5px; background: var(--red); color: #fff; font-size: .9rem; }
.demo-actions { display: grid; gap: 9px; margin-top: auto; }
.demo-button-row { display: grid; grid-template-columns: 1fr 1fr; gap: 9px; }
.demo-button { display: flex; min-height: 46px; align-items: center; justify-content: center; padding: 9px 12px; border: 1px solid rgba(242, 230, 201, .15); border-radius: 13px; background: #2a3849; color: #fff; font-size: .86rem; font-weight: 750; cursor: default; }
.demo-button.is-selected { border-color: var(--yellow); background: var(--red); color: #fff; box-shadow: 0 0 0 1px rgba(241, 216, 74, .45), 0 0 26px rgba(241, 216, 74, .28); }
.demo-card-row { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 8px; padding: 13px; border: 1px solid rgba(242, 230, 201, .13); border-radius: 18px; background: #1b2837; }
.demo-card-row img { width: 100%; aspect-ratio: 2 / 3; border-radius: 7px; object-fit: cover; box-shadow: 0 8px 18px rgba(0, 0, 0, .32); }
.demo-result { max-width: 100%; }
.demo-focus { margin-top: 14px; padding-top: 12px; border-top: 1px solid rgba(242, 230, 201, .15); color: #fff; font-size: .87rem; line-height: 1.45; }
.demo-focus span { color: var(--yellow); font-weight: 800; }
.demo-caption { display: flex; min-height: 68px; align-items: center; margin: 0; padding: 16px 20px; border-top: 1px solid rgba(242, 230, 201, .12); background: var(--charcoal); color: var(--paper-muted); line-height: 1.35; }
.demo-caption span { margin-right: 9px; color: var(--yellow); font-size: .75rem; font-weight: 850; letter-spacing: .1em; }
.demo-saved { display: grid; gap: 4px; margin-top: auto; padding: 13px 15px; border: 1px solid rgba(85, 180, 104, .35); border-radius: 14px; background: rgba(85, 180, 104, .1); color: #e8f5eb; font-size: .84rem; line-height: 1.4; }
.demo-saved span { color: #b8c9bc; }
.bot-gallery { display: grid; grid-template-columns: 1.05fr 1fr 1fr; gap: 20px; align-items: start; }
.bot-shot { margin: 0; overflow: hidden; border: 1px solid rgba(242, 230, 201, .2); border-radius: 24px; background: var(--charcoal); box-shadow: var(--shadow-dark); }
.bot-shot img { width: 100%; height: 420px; object-fit: cover; object-position: top; background: var(--charcoal); }
.bot-shot-tall img { height: 560px; }
.bot-shot figcaption { min-height: 74px; display: flex; align-items: center; padding: 18px 20px; color: var(--paper-muted); line-height: 1.4; }
.center-action { display: flex; justify-content: center; margin-top: 34px; }

.feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.trust-grid { grid-template-columns: repeat(4, 1fr); }
.feature { min-height: 280px; padding: 28px; border: 1px solid var(--line-light); border-radius: 20px; }
.feature h3 { margin: 62px 0 12px; font: 400 2rem/1.05 "Forum", Georgia, serif; }
.feature p { margin: 0; color: #655d4f; line-height: 1.62; }
.boundary-note { max-width: 940px; margin: 30px auto 0; padding: 20px 24px; border-left: 4px solid var(--red); background: rgba(255, 249, 233, .58); color: #655d4f; line-height: 1.65; }

.pricing-section { background: #242222; }
.pricing-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; align-items: stretch; }
.pricing-grid-focused { grid-template-columns: repeat(2, minmax(0, 1fr)); max-width: 880px; margin: 0 auto; }
.plan-card { position: relative; display: flex; min-height: 520px; flex-direction: column; padding: 30px; border: 1px solid rgba(242, 230, 201, .24); border-radius: 22px; background: var(--charcoal); }
.featured-plan { border-color: var(--yellow); box-shadow: 0 0 0 1px rgba(241, 216, 74, .25), 0 24px 70px rgba(0, 0, 0, .34); transform: translateY(-12px); }
.best-value { position: absolute; top: -16px; right: 22px; padding: 8px 14px; border-radius: 999px; background: var(--yellow); color: var(--charcoal); font-size: .74rem; font-weight: 850; text-transform: uppercase; letter-spacing: .08em; }
.plan-kicker { color: var(--yellow); font-size: .76rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.plan-card h3 { margin: 18px 0 8px; font: 400 2.35rem/1 "Forum", Georgia, serif; }
.plan-price { margin: 12px 0 18px; color: var(--yellow); font: 400 3.65rem/1 "Forum", Georgia, serif; }
.plan-stars { margin: -8px 0 18px; color: var(--paper-muted); font-size: .9rem; }
.plan-card > p { margin: 0; color: var(--paper-muted); line-height: 1.6; }
.plan-card ul { margin: 28px 0 30px; padding: 22px 0 0; list-style: none; border-top: 1px solid var(--line-dark); color: var(--cream); }
.plan-card li { position: relative; padding-left: 18px; line-height: 1.55; }
.plan-card li::before { content: ""; position: absolute; top: .65em; left: 0; width: 6px; height: 6px; border-radius: 50%; background: var(--olive); }
.plan-card li + li { margin-top: 10px; }
.pricing-note { max-width: 820px; margin: 24px auto 0; color: rgba(242, 230, 201, .66); font-size: .88rem; line-height: 1.6; text-align: center; }
.pricing-reassurance { max-width: 880px; margin: 32px auto 0; padding: 22px 24px; border: 1px solid rgba(241, 216, 74, .34); border-left: 4px solid var(--yellow); background: rgba(255, 255, 255, .035); color: var(--cream); }
.pricing-reassurance strong { color: var(--yellow); }
.pricing-reassurance p { margin: 8px 0 0; color: var(--paper-muted); line-height: 1.6; }
.pricing-reassurance a { color: var(--cream); text-underline-offset: 4px; }

.professional-showcase { display: grid; grid-template-columns: .9fr 1.1fr; gap: 68px; align-items: center; }
.professional-demo { width: 100%; max-width: 520px; min-height: 640px; }
.bot-shot-wide img { width: 100%; height: auto; }
.professional-copy { display: grid; gap: 6px; }
.benefit-row { display: grid; grid-template-columns: 44px 1fr; gap: 18px; padding: 24px 0; border-bottom: 1px solid var(--line-dark); }
.benefit-row h3 { margin: 0 0 8px; font: 400 2rem/1 "Forum", Georgia, serif; }
.benefit-row p { margin: 0; color: var(--paper-muted); line-height: 1.62; }
.pro-value-grid { display: grid; grid-template-columns: 1.2fr .8fr; gap: 70px; align-items: center; }
.pro-value-grid .section-heading { margin-bottom: 0; }
.honesty-note { padding: 30px; border: 1px solid var(--line-light); border-left: 5px solid var(--red); background: rgba(255, 249, 233, .35); }
.honesty-note strong { font: 400 1.8rem/1 "Forum", Georgia, serif; }
.honesty-note p { margin-bottom: 0; color: #655d4f; line-height: 1.65; }

.final-cta { border-top: 1px solid rgba(201, 24, 53, .7); background: var(--night); }
.final-cta-inner { max-width: 900px; text-align: center; }
.final-cta h2 { margin: 20px auto 14px; color: var(--cream); }
.final-cta-copy { max-width: 58ch; margin: 0 auto 28px; color: var(--paper-muted); font-size: 1.08rem; line-height: 1.6; text-wrap: balance; }

.document { width: min(900px, calc(100% - 40px)); margin: 60px auto 90px; padding: 54px; border: 1px solid rgba(201, 24, 53, .5); border-radius: 24px; background: var(--cream); color: var(--charcoal); box-shadow: var(--shadow-dark); }
.document > .eyebrow { color: var(--red); font-size: .76rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.document h1, .document h2, .document h3 { font-family: "Forum", Georgia, serif; font-weight: 400; line-height: 1.05; text-wrap: balance; }
.document h1 { margin: 18px 0 26px; font-size: clamp(3rem, 6vw, 5.4rem); }
.document h2 { margin: 48px 0 18px; font-size: clamp(2.1rem, 4vw, 3.2rem); }
.document h3 { margin: 30px 0 12px; font-size: 1.75rem; }
.document p, .document li { line-height: 1.72; }
.document > p, .document > ul, .document > ol { max-width: 70ch; }
.document .lead, .document .meta { color: #655d4f; font-size: 1.08rem; }
.document .price-card { margin: 36px 0; }
.notice { margin: 28px 0; padding: 20px 22px; border-left: 4px solid var(--red); background: var(--paper); }
.notice > strong:first-child { display: block; margin-bottom: 6px; }
.facts { margin: 28px 0; padding: 0; list-style: none; border-top: 1px solid var(--line-light); }
.facts li { display: grid; grid-template-columns: 180px 1fr; gap: 20px; padding: 14px 0; border-bottom: 1px solid var(--line-light); }
.grid-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.payment-method-grid { grid-template-columns: repeat(2, 1fr); }
.card { padding: 24px; border: 1px solid var(--line-light); border-radius: 18px; background: rgba(255, 249, 233, .4); }
.card strong { display: block; margin-bottom: 10px; font: 400 1.55rem/1.05 "Forum", Georgia, serif; }
.card p { margin: 0; color: #655d4f; line-height: 1.6; }
.card p + p { margin-top: 10px; }
.price-card { display: grid; grid-template-columns: 1fr auto; gap: 28px; align-items: center; padding: 34px; border-radius: 20px; background: var(--charcoal); color: var(--cream); }
.featured-price-card { border: 2px solid var(--yellow); }
.price-card h2 { margin-top: 0; color: var(--cream); }
.price-card p { color: var(--paper-muted); }
.price-column { min-width: 230px; }
.price { color: var(--yellow); font: 400 clamp(2.7rem, 6vw, 4.6rem)/1 "Forum", Georgia, serif; white-space: nowrap; }
.document-links { display: flex; flex-wrap: wrap; gap: 10px 22px; margin-top: 24px; }
.document-links a { color: var(--red-dark); font-weight: 700; text-underline-offset: 4px; }
.document a, .footer-links a { overflow-wrap: anywhere; }
.eyebrow.light { color: var(--yellow); }
.fine { color: var(--paper-muted); font-size: .9rem; line-height: 1.6; }

.site-footer { padding: 54px 0; border-top: 1px solid rgba(201, 24, 53, .75); background: #171616; color: var(--cream); }
.footer-grid { display: grid; grid-template-columns: 1.35fr .8fr 1fr; gap: 42px; }
.footer-links { display: grid; align-content: start; gap: 10px; font-size: .88rem; }
.footer-links a { color: var(--paper-muted); text-underline-offset: 4px; }
.footer-links a:hover { color: var(--yellow); }

@media (max-width: 980px) {
    .desktop-link { display: none; }
    .hero-content { padding-bottom: 385px; }
    .hero h1 { font-size: clamp(4rem, 9vw, 6rem); }
    .hero-card-stage { bottom: -190px; }
    .demo-grid { gap: 14px; }
    .cycle-steps { grid-template-columns: repeat(2, 1fr); border: 0; gap: 1px; background: var(--line-light); }
    .cycle-step { background: var(--cream); }
    .cycle-step + .cycle-step { border-left: 0; }
    .cycle-demo-grid, .trust-grid { grid-template-columns: repeat(2, 1fr); }
    .telegram-demo { min-height: 610px; }
    .demo-header { padding-right: 14px; padding-left: 14px; }
    .demo-chat { padding-right: 14px; padding-left: 14px; }
    .bot-gallery { grid-template-columns: 1fr 1fr; }
    .bot-shot-tall { grid-row: span 2; }
    .pricing-grid { grid-template-columns: 1fr; max-width: 660px; margin: 0 auto; }
    .plan-card { min-height: 0; }
    .featured-plan { transform: none; }
    .professional-showcase, .pro-value-grid { grid-template-columns: 1fr; gap: 40px; }
    .professional-showcase .bot-shot, .professional-showcase .telegram-demo { max-width: 620px; margin: 0 auto; }
    .situations-panel { grid-template-columns: 1fr; }
}

@media (max-width: 760px) {
    .hero { background-image: none; }
    .site-shell { width: min(100% - 28px, 1180px); }
    .nav { min-height: 72px; justify-content: space-between; gap: 14px; }
    .mobile-menu { display: block; }
    .brand { font-size: 1.25rem; }
    .brand span { display: none; }
    .nav-links { display: none; }
    .button-small { display: none; }
    .hero { min-height: 870px; }
    .hero::before, .hero::after { left: 14px; right: 14px; }
    .hero-content { padding-top: 54px; padding-bottom: 330px; }
    .hero h1 { margin-top: 22px; font-size: clamp(3.7rem, 15vw, 5.4rem); line-height: .92; }
    .title-ornament { width: 180px; margin-top: 22px; }
    .hero-lead { max-width: 520px; font-size: 1rem; }
    .hero-actions { flex-direction: column; gap: 4px; }
    .button-large { width: min(100%, 360px); min-width: 0; }
    .hero-card-stage { bottom: -90px; width: 100%; height: 360px; }
    .hero-card { width: clamp(150px, 42vw, 205px); border-radius: 9px; }
    .section { padding: 70px 0; }
    .section-heading { margin-bottom: 32px; }
    .section-heading h2, .final-cta h2 { font-size: clamp(2.5rem, 10vw, 3.5rem); line-height: 1.03; }
    .situations-panel { gap: 28px; margin-bottom: 58px; padding: 28px 22px; }
    .situations-list { grid-template-columns: 1fr; }
    .situations-note { text-align: left; }
    .steps, .cycle-steps, .feature-grid, .trust-grid, .grid-3, .price-card, .footer-grid { grid-template-columns: 1fr; }
    .step { min-height: 0; padding: 25px 0; }
    .step + .step { padding-left: 0; border-top: 1px solid var(--line-light); border-left: 0; }
    .cycle-step { padding: 24px 0; }
    .cycle-step + .cycle-step { border-top: 1px solid var(--line-light); }
    .cycle-step strong { min-height: 0; margin-top: 18px; }
    .step strong { margin-top: 18px; }
    .demo-grid, .cycle-demo-grid, .bot-gallery { grid-template-columns: 1fr; }
    .telegram-demo { min-height: 590px; }
    .bot-shot-tall { grid-row: auto; }
    .bot-shot img, .bot-shot-tall img { height: auto; }
    .feature { min-height: 0; }
    .feature h3 { margin-top: 34px; }
    .document { width: min(100% - 24px, 900px); margin-top: 28px; padding: 28px 22px; }
    .document h1 { font-size: clamp(1.75rem, 7.5vw, 2.7rem); line-height: 1.12; overflow-wrap: normal; hyphens: auto; }
    .document h2 { font-size: clamp(1.65rem, 6.5vw, 2.3rem); line-height: 1.15; }
    .document .button { max-width: 100%; padding: 12px 18px; }
    .facts li { grid-template-columns: 1fr; gap: 4px; }
    .price-card { padding: 26px; }
    .price-column { min-width: 0; }
    .document-links { display: grid; gap: 12px; }
}

@media (max-width: 430px) {
    .nav-links { gap: 9px; }
    .audience-link { max-width: 82px; text-align: center; line-height: 1.1; }
    .hero { min-height: 820px; }
    .hero-content { padding-top: 44px; padding-bottom: 305px; }
    .status-pill { min-height: 34px; font-size: .78rem; }
    .hero h1 { font-size: 3.75rem; }
    .hero-personal h1 { font-size: 3.25rem; }
    .hero-note { font-size: .78rem; }
    .hero-card-stage { bottom: -82px; }
    .plan-card { padding: 26px 22px; }
    .plan-price { font-size: 3.3rem; }
}

@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; }
    .hero-card { --card-x: 0px !important; --card-y: 0px !important; --card-r: 0deg !important; }
}
