:root {
    --ink: #12211f;
    --muted: #5c6865;
    --line: rgba(35, 48, 43, 0.12);
    --paper: #fffefa;
    --soft: #f7f2e9;
    --sky: #e9f5fb;
    --deep: #0c1e1b;
    --green: #52b788;
    --blue: #3a86ff;
    --amber: #f2b705;
    --coral: #ff6b57;
    --violet: #7765e3;
    --mint: #1fb6a6;
    --shadow: 0 22px 70px rgba(18, 33, 31, 0.12);
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
    min-height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
}

body {
    margin: 0;
    min-height: 100%;
    max-width: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    background:
        linear-gradient(180deg, #fbf7ef 0%, #f7f2e9 44%, #eef7f5 100%);
    color: var(--ink);
    font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    line-height: 1.5;
    overscroll-behavior-y: auto;
    -webkit-overflow-scrolling: touch;
}

a {
    color: inherit;
    text-decoration: none;
}

.site-shell {
    min-height: auto;
    padding-bottom: 8px;
    background:
        radial-gradient(740px 360px at 82% 6%, rgba(123, 190, 255, 0.22), transparent 70%),
        radial-gradient(620px 340px at 8% 14%, rgba(255, 213, 144, 0.22), transparent 72%),
        linear-gradient(135deg, #fbf7ef 0%, #f7f2e8 48%, #edf7f4 100%);
}

.topbar {
    position: sticky;
    top: 0;
    z-index: 10;
    isolation: isolate;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    width: min(1180px, calc(100% - 32px));
    margin: 0 auto;
    padding: 16px 0;
    color: var(--ink);
}

.topbar::before {
    content: "";
    position: absolute;
    z-index: -1;
    inset: 8px -18px;
    border: 1px solid rgba(58, 134, 255, 0.1);
    border-radius: 14px;
    background: rgba(252, 248, 240, 0.92);
    box-shadow: 0 14px 38px rgba(69, 82, 68, 0.08);
    pointer-events: none;
}

.brand,
.topbar-action,
.button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.brand {
    gap: 10px;
    font-weight: 800;
    font-size: 20px;
}

.brand-mark {
    display: block;
    width: 42px;
    height: 42px;
    flex: 0 0 auto;
}

.brand-mark img {
    display: block;
    width: 100%;
    height: 100%;
}

.nav-links {
    display: flex;
    align-items: center;
    gap: 22px;
    color: #566460;
    font-size: 15px;
}

.nav-links a,
.footer a {
    transition: color 0.2s ease;
}

.nav-links a:hover,
.footer a:hover {
    color: var(--amber);
}

.topbar-actions {
    position: relative;
    display: flex;
    align-items: center;
    gap: 14px;
    margin-left: auto;
    padding: 5px;
    border: 1px solid rgba(58, 134, 255, 0.13);
    border-radius: 12px;
    background: rgba(255, 253, 247, 0.9);
    box-shadow: 0 14px 34px rgba(30, 105, 190, 0.1);
    backdrop-filter: none;
}

.topbar-action {
    position: relative;
    isolation: isolate;
    gap: 8px;
    min-height: 40px;
    padding: 0 16px;
    overflow: hidden;
    border: 1px solid rgba(82, 156, 245, 0.24);
    border-radius: 8px;
    background:
        linear-gradient(135deg, rgba(255, 255, 255, 0.32), transparent 38%),
        linear-gradient(135deg, #72c2ff 0%, #3b9af2 56%, #247fdf 100%);
    color: #fff;
    font-size: 14px;
    font-weight: 800;
    white-space: nowrap;
    box-shadow:
        0 12px 28px rgba(47, 141, 241, 0.2),
        0 4px 12px rgba(31, 126, 223, 0.1),
        inset 0 1px 0 rgba(255, 255, 255, 0.42);
    transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.topbar-action::before {
    content: "";
    position: absolute;
    z-index: 0;
    inset: 0;
    background: linear-gradient(110deg, transparent 0 32%, rgba(255, 255, 255, 0.28) 48%, transparent 66% 100%);
    transform: translateX(-112%);
    pointer-events: none;
    transition: transform 0.46s ease;
}

.topbar-action span,
.topbar-action svg {
    position: relative;
    z-index: 1;
}

.topbar-action svg {
    width: 19px;
    height: 19px;
    stroke-width: 2.2;
}

.topbar-action:hover {
    transform: translateY(-1px);
    border-color: rgba(82, 156, 245, 0.36);
    box-shadow:
        0 16px 34px rgba(47, 141, 241, 0.26),
        0 6px 16px rgba(31, 126, 223, 0.12),
        inset 0 1px 0 rgba(255, 255, 255, 0.48);
}

.topbar-action:hover::before {
    transform: translateX(112%);
}

.hero {
    position: relative;
    display: flex;
    align-items: center;
    min-height: auto;
    overflow: hidden;
    background: transparent;
}

.hero-content {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(0, 1fr) 360px;
    gap: 58px;
    align-items: center;
    width: min(1180px, calc(100% - 32px));
    margin: 0 auto;
    padding: 18px 0 26px;
    color: var(--ink);
}

.hero-copy {
    position: relative;
    z-index: 2;
    max-width: 760px;
}

.eyebrow {
    margin: 0 0 14px;
    color: var(--mint);
    font-weight: 800;
    font-size: 13px;
    letter-spacing: 0;
    text-transform: uppercase;
}

.hero h1 {
    margin: 0;
    max-width: 760px;
    font-size: 86px;
    line-height: 0.92;
    letter-spacing: 0;
    color: #162321;
}

.hero-lead {
    max-width: 650px;
    margin: 16px 0 0;
    color: #4d5e5a;
    font-size: 19px;
}

.hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 22px;
}

.button {
    position: relative;
    isolation: isolate;
    gap: 9px;
    min-height: 56px;
    padding: 0 24px;
    overflow: hidden;
    border-radius: 10px;
    font-weight: 800;
    border: 1px solid transparent;
    line-height: 1;
    white-space: nowrap;
    transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.button > span,
.button > svg {
    position: relative;
    z-index: 1;
}

.button svg {
    width: 20px;
    height: 20px;
    flex: 0 0 auto;
    stroke-width: 2.4;
}

.button:hover,
.topbar-action:hover,
.price-card a:hover {
    transform: translateY(-2px);
}

.button-primary {
    border-color: rgba(82, 156, 245, 0.32);
    background:
        linear-gradient(135deg, rgba(255, 255, 255, 0.24), transparent 36%),
        linear-gradient(135deg, #61b4ff 0%, #2f8df1 52%, #1e76db 100%);
    color: #ffffff;
    box-shadow:
        0 18px 40px rgba(47, 141, 241, 0.28),
        0 8px 18px rgba(30, 118, 219, 0.12),
        inset 0 1px 0 rgba(255, 255, 255, 0.38),
        inset 0 -1px 0 rgba(4, 58, 132, 0.12);
}

.button-primary::before {
    content: "";
    position: absolute;
    z-index: 0;
    inset: -2px;
    background: linear-gradient(110deg, transparent 0 30%, rgba(255, 255, 255, 0.34) 46%, transparent 62% 100%);
    transform: translateX(-120%);
    pointer-events: none;
    transition: transform 0.56s ease;
}

.button-primary::after {
    content: "";
    position: absolute;
    z-index: 0;
    right: 10px;
    bottom: -20px;
    width: 82px;
    height: 46px;
    border-radius: 999px;
    background: rgba(151, 211, 255, 0.3);
    filter: blur(16px);
    pointer-events: none;
}

.button-primary:hover {
    box-shadow:
        0 22px 50px rgba(47, 141, 241, 0.34),
        0 10px 22px rgba(30, 118, 219, 0.16),
        inset 0 1px 0 rgba(255, 255, 255, 0.44);
}

.button-primary:hover::before {
    transform: translateX(118%);
}

.final-telegram-button {
    position: relative;
    isolation: isolate;
    flex: 0 0 auto;
    gap: 11px;
    min-height: 58px;
    padding: 0 26px;
    overflow: hidden;
    border-color: rgba(255, 255, 255, 0.22);
    background:
        linear-gradient(135deg, rgba(255, 255, 255, 0.22), transparent 38%),
        linear-gradient(135deg, #26a8ff 0%, #0567ff 48%, #1fb6a6 100%);
    color: #fff;
    box-shadow:
        0 20px 46px rgba(5, 103, 255, 0.34),
        inset 0 1px 0 rgba(255, 255, 255, 0.28);
}

.final-telegram-button::before {
    content: "";
    position: absolute;
    z-index: 0;
    inset: -2px;
    background: linear-gradient(110deg, transparent 0 28%, rgba(255, 255, 255, 0.42) 42%, transparent 58% 100%);
    transform: translateX(-120%);
    pointer-events: none;
    animation: button-shine 3.8s ease-in-out infinite;
}

.final-telegram-button::after {
    content: "";
    position: absolute;
    z-index: 0;
    inset: 6px;
    border-radius: inherit;
    background: rgba(255, 255, 255, 0.2);
    filter: blur(18px);
    opacity: 0.55;
    pointer-events: none;
}

.final-telegram-button span {
    position: relative;
    z-index: 1;
}

.final-telegram-button svg {
    position: relative;
    z-index: 1;
    display: block;
}

.final-telegram-label {
    display: inline-flex;
    align-items: center;
    line-height: 1;
    white-space: nowrap;
    letter-spacing: 0;
}

.final-telegram-button:hover {
    box-shadow:
        0 26px 60px rgba(5, 103, 255, 0.42),
        inset 0 1px 0 rgba(255, 255, 255, 0.32);
}

.telegram-button-icon,
.telegram-button-arrow {
    flex: 0 0 auto;
}

.telegram-button-icon {
    width: 20px;
    height: 20px;
    transform: none;
}

.telegram-button-arrow {
    width: 18px;
    height: 18px;
    transition: transform 0.2s ease;
}

.final-telegram-button:hover .telegram-button-arrow {
    transform: translate(2px, -2px);
}

.button-secondary {
    background: #ffffff;
    border-color: rgba(42, 126, 226, 0.16);
    color: #155d9e;
    box-shadow: 0 12px 28px rgba(31, 97, 165, 0.08);
}

.button-tariffs {
    position: relative;
    overflow: hidden;
    border-color: rgba(42, 126, 226, 0.22);
    background: linear-gradient(180deg, #ffffff 0%, #f7fbff 100%);
    color: #155d9e;
    box-shadow:
        0 14px 32px rgba(31, 97, 165, 0.1),
        0 5px 14px rgba(31, 182, 166, 0.05),
        inset 0 1px 0 rgba(255, 255, 255, 0.95);
}

.button-tariffs::before {
    content: "";
    position: absolute;
    z-index: 0;
    inset: 0;
    background: linear-gradient(110deg, transparent 0 32%, rgba(82, 156, 245, 0.12) 48%, transparent 66% 100%);
    transform: translateX(-115%);
    pointer-events: none;
    transition: transform 0.45s ease;
}

.button-tariffs:hover {
    border-color: rgba(42, 126, 226, 0.32);
    background: linear-gradient(180deg, #ffffff 0%, #eef7ff 100%);
    color: #0f5597;
    box-shadow:
        0 18px 42px rgba(31, 97, 165, 0.14),
        0 7px 18px rgba(31, 182, 166, 0.08),
        inset 0 1px 0 rgba(255, 255, 255, 1);
}

.button-tariffs:hover::before {
    transform: translateX(115%);
}

.button-card-emoji {
    position: relative;
    z-index: 1;
    display: inline-grid;
    place-items: center;
    width: 30px;
    height: 30px;
    flex: 0 0 auto;
    border: 1px solid rgba(42, 126, 226, 0.18);
    border-radius: 10px;
    background:
        radial-gradient(circle at 28% 24%, rgba(255, 255, 255, 0.96), transparent 38%),
        linear-gradient(135deg, #f7fbff 0%, #ffffff 52%, #eaf5ff 100%);
    font-size: 19px;
    line-height: 1;
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.9),
        0 8px 18px rgba(58, 134, 255, 0.16);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.button-tariffs > span:last-child {
    position: relative;
    z-index: 1;
    font-weight: 900;
}

.button-tariffs:hover .button-card-emoji {
    transform: translateY(-1px);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.95),
        0 12px 24px rgba(58, 134, 255, 0.22);
}

@keyframes button-shine {
    0%,
    62% {
        transform: translateX(-120%);
    }
    100% {
        transform: translateX(120%);
    }
}

@keyframes link-shine {
    0%,
    66% {
        transform: translateX(-115%);
    }
    100% {
        transform: translateX(115%);
    }
}

@media (prefers-reduced-motion: reduce) {
    .final-telegram-button::before {
        animation: none;
    }

    .button-primary::before,
    .button-tariffs::before,
    .button-card-emoji,
    .topbar-action::before,
    .telegram-button-arrow {
        transition: none;
    }
}

.hero-bot-card {
    position: relative;
    display: flex;
    align-items: center;
    gap: 22px;
    width: min(100%, 720px);
    min-height: 196px;
    margin-top: 22px;
    padding: 18px 22px 18px 306px;
    overflow: hidden;
    border: 0;
    border-radius: 0;
    background:
        linear-gradient(90deg, rgba(255, 253, 247, 0.54) 0%, rgba(241, 250, 248, 0.36) 56%, rgba(235, 247, 255, 0) 100%);
    box-shadow: none;
}

.hero-bot-card::before {
    content: "";
    position: absolute;
    inset: 10px auto 10px 0;
    width: 288px;
    border-radius: 8px;
    background: linear-gradient(135deg, rgba(255, 253, 247, 0.86), rgba(237, 249, 246, 0.68));
    box-shadow:
        0 16px 40px rgba(28, 95, 156, 0.08),
        inset 0 0 0 1px rgba(54, 129, 214, 0.08);
}

.hero-bot-card::after {
    content: "";
    position: absolute;
    top: 28px;
    bottom: 28px;
    left: 292px;
    width: 1px;
    background: linear-gradient(180deg, rgba(58, 134, 255, 0), rgba(58, 134, 255, 0.18), rgba(58, 134, 255, 0));
}

.hero-bot-card img {
    position: absolute;
    z-index: 1;
    left: 38px;
    top: 50%;
    display: block;
    width: 250px;
    height: 172px;
    flex: 0 0 auto;
    border-radius: 8px;
    object-fit: cover;
    object-position: center 42%;
    transform: translateY(-50%);
    box-shadow:
        0 12px 28px rgba(17, 78, 144, 0.1),
        inset 0 0 0 1px rgba(255, 255, 255, 0.36);
}

.hero-bot-card > div {
    position: relative;
    z-index: 1;
    max-width: 350px;
}

.hero-bot-card strong,
.hero-bot-card span {
    display: block;
}

.hero-bot-card strong {
    margin-bottom: 5px;
    font-size: 20px;
    line-height: 1.18;
}

.hero-bot-card span {
    color: var(--muted);
    font-size: 14px;
}

.hero-metrics {
    display: none;
    flex-wrap: wrap;
    gap: 10px;
    max-width: 850px;
    margin: 24px 0 0;
}

.hero-metrics div {
    display: flex;
    align-items: center;
    gap: 9px;
    min-height: 58px;
    padding: 10px 13px;
    border: 1px solid rgba(58, 134, 255, 0.18);
    border-radius: 8px;
    background: #ffffff;
    box-shadow: 0 18px 42px rgba(17, 78, 144, 0.1);
}

.hero-metrics dt {
    font-weight: 900;
    font-size: 18px;
    white-space: nowrap;
}

.hero-metrics dd {
    max-width: 142px;
    margin: 0;
    color: var(--muted);
    font-size: 12px;
    line-height: 1.25;
}

.hero-phone {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 560px;
    user-select: none;
}

.hero-phone::before {
    content: "";
    position: absolute;
    inset: 28px 0 24px 66px;
    border: 1px solid rgba(58, 134, 255, 0.14);
    border-radius: 8px;
    background:
        linear-gradient(135deg, rgba(255, 255, 255, 0.86), rgba(214, 239, 255, 0.8)),
        linear-gradient(180deg, rgba(255, 255, 255, 0), rgba(58, 134, 255, 0.12));
    box-shadow: 0 32px 74px rgba(58, 134, 255, 0.16);
    pointer-events: none;
}

.phone-device {
    position: relative;
    z-index: 1;
    width: min(100%, 300px);
    height: 552px;
    padding: 13px;
    border: 1px solid #2f333a;
    border-radius: 56px;
    background:
        linear-gradient(90deg, rgba(255, 255, 255, 0.22), rgba(255, 255, 255, 0) 18% 82%, rgba(255, 255, 255, 0.1)),
        linear-gradient(145deg, #444852 0%, #090b10 45%, #242933 100%);
    box-shadow:
        0 38px 98px rgba(10, 39, 74, 0.32),
        0 14px 28px rgba(6, 18, 34, 0.18),
        inset 0 1px 0 rgba(255, 255, 255, 0.32),
        inset 0 -5px 12px rgba(0, 0, 0, 0.5);
}

.phone-device::before {
    content: "";
    position: absolute;
    inset: 4px;
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 52px;
    pointer-events: none;
}

.phone-screen {
    position: relative;
    display: flex;
    flex-direction: column;
    height: 100%;
    overflow: hidden;
    border-radius: 44px;
    background:
        radial-gradient(circle at 74% 12%, rgba(255, 255, 255, 0.22), transparent 19%),
        linear-gradient(180deg, #269fe5 0%, #1d8ad0 18%, #c7d9e4 18%, #d8e6ed 100%);
    box-shadow:
        inset 0 0 0 1px rgba(255, 255, 255, 0.16),
        inset 0 -20px 40px rgba(0, 0, 0, 0.18);
}

.phone-screen::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 0;
    background:
        radial-gradient(circle at 14% 72%, rgba(0, 175, 255, 0.1), transparent 28%),
        radial-gradient(circle at 82% 66%, rgba(11, 140, 200, 0.12), transparent 28%),
        linear-gradient(118deg, rgba(255, 255, 255, 0.12), transparent 34%);
    pointer-events: none;
}

.phone-screen::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    border-radius: inherit;
    background: linear-gradient(112deg, rgba(255, 255, 255, 0.12), transparent 20% 78%, rgba(255, 255, 255, 0.08));
    opacity: 0.24;
    pointer-events: none;
}

.phone-button {
    position: absolute;
    z-index: 0;
    width: 4px;
    border-radius: 4px;
    background: #17191e;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.22);
}

.phone-button-left-one {
    top: 128px;
    left: -6px;
    height: 54px;
}

.phone-button-left-two {
    top: 198px;
    left: -6px;
    height: 82px;
}

.phone-button-right {
    top: 176px;
    right: -6px;
    height: 96px;
}

.phone-notch {
    position: absolute;
    z-index: 3;
    top: 12px;
    left: 50%;
    width: 94px;
    height: 29px;
    transform: translateX(-50%);
    border-radius: 999px;
    background: #050608;
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.06),
        0 3px 8px rgba(0, 0, 0, 0.24);
}

.phone-notch::before,
.phone-notch::after {
    content: "";
    position: absolute;
    top: 11px;
    border-radius: 50%;
}

.phone-notch::before {
    left: 28px;
    width: 34px;
    height: 5px;
    border-radius: 8px;
    background: #171b22;
}

.phone-notch::after {
    right: 18px;
    width: 8px;
    height: 8px;
    background: radial-gradient(circle at 35% 35%, #293a58, #0b1020 72%);
}

.phone-toolbar {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 38px;
    padding: 11px 22px 0;
    background: #269fe5;
    color: #fff;
    font-size: 12px;
    font-weight: 800;
}

.phone-toolbar span:first-child {
    min-width: 62px;
}

.phone-toolbar span:nth-child(2) {
    margin-left: auto;
    margin-right: 8px;
}

.phone-battery {
    display: inline-block;
    width: 24px;
    height: 11px;
    border: 1px solid rgba(255, 255, 255, 0.86);
    border-radius: 3px;
    background: linear-gradient(90deg, #fff 0 68%, transparent 68% 100%);
}

.telegram-chat-app {
    position: relative;
    z-index: 2;
    display: flex;
    flex: 1;
    min-height: 0;
    flex-direction: column;
    background: #c9d8e1;
}

.telegram-chat-header {
    display: flex;
    align-items: center;
    gap: 9px;
    min-height: 58px;
    padding: 8px 12px 9px;
    background: linear-gradient(180deg, #269fe5 0%, #218fd1 100%);
    color: #fff;
    box-shadow: 0 8px 18px rgba(24, 86, 124, 0.18);
}

.phone-chat-back {
    font-size: 30px;
    font-weight: 400;
    line-height: 1;
    transform: translateY(-1px);
}

.phone-chat-avatar {
    display: grid;
    place-items: center;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: linear-gradient(145deg, #0b67d8, #2bd4bf);
    color: #fff;
    font-size: 12px;
    font-weight: 900;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.32);
}

.phone-chat-title {
    display: grid;
    gap: 1px;
    min-width: 0;
}

.phone-chat-title strong {
    overflow: hidden;
    font-size: 15px;
    font-weight: 900;
    line-height: 1.1;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.phone-chat-title small {
    color: rgba(255, 255, 255, 0.84);
    font-size: 11px;
    font-weight: 700;
}

.phone-chat-menu {
    margin-left: auto;
    color: rgba(255, 255, 255, 0.82);
    font-size: 14px;
    letter-spacing: 1px;
}

.telegram-chat-body {
    position: relative;
    display: grid;
    flex: 1;
    min-height: 0;
    align-content: start;
    gap: 6px;
    padding: 8px 10px 56px;
    overflow: hidden;
    background:
        radial-gradient(circle at 12px 14px, rgba(82, 113, 129, 0.18) 0 1.1px, transparent 1.6px),
        radial-gradient(circle at 34px 35px, rgba(255, 255, 255, 0.42) 0 1.2px, transparent 1.8px),
        linear-gradient(135deg, #d9e7ee 0%, #c9dbe4 52%, #dfeaf0 100%);
    background-size: 42px 42px, 58px 58px, 100% 100%;
}

.phone-chat-date {
    justify-self: center;
    padding: 3px 9px;
    border-radius: 999px;
    background: rgba(87, 119, 137, 0.42);
    color: #fff;
    font-size: 10px;
    font-weight: 800;
}

.phone-chat-bubble {
    display: grid;
    gap: 3px;
    max-width: 85%;
    padding: 8px 9px 6px;
    box-shadow: 0 6px 16px rgba(44, 72, 88, 0.1);
}

.phone-chat-bubble p {
    margin: 0;
    color: #1d2b34;
    font-size: 11px;
    font-weight: 650;
    line-height: 1.25;
}

.phone-chat-bubble span {
    justify-self: end;
    color: #7d939d;
    font-size: 9px;
    font-weight: 750;
    line-height: 1;
}

.phone-bot-bubble {
    justify-self: start;
    border-radius: 7px 15px 15px 15px;
    background: rgba(255, 255, 255, 0.98);
}

.phone-user-bubble {
    justify-self: end;
    border-radius: 15px 7px 15px 15px;
    background: #dff8cf;
}

.phone-bot-menu-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 6px;
    width: 100%;
}

.phone-bot-menu-grid span {
    min-width: 0;
    padding: 7px 5px;
    border: 1px solid rgba(46, 132, 210, 0.16);
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.98);
    color: #1774b7;
    font-size: 10px;
    font-weight: 900;
    line-height: 1.12;
    text-align: center;
    box-shadow: 0 5px 12px rgba(50, 86, 116, 0.08);
}

.phone-bot-tariff-card,
.phone-bot-payment-card {
    border: 1px solid rgba(35, 127, 204, 0.14);
    border-radius: 13px;
    background: rgba(255, 255, 255, 0.98);
    box-shadow: 0 8px 18px rgba(44, 72, 88, 0.12);
}

.phone-bot-tariff-card {
    display: grid;
    gap: 1px;
    padding: 8px 10px;
}

.phone-bot-tariff-card small,
.phone-bot-payment-card small {
    color: #6d8490;
    font-size: 9px;
    font-weight: 850;
    text-transform: uppercase;
}

.phone-bot-tariff-card strong,
.phone-bot-payment-card strong {
    color: #132f49;
    font-size: 13px;
    font-weight: 950;
    line-height: 1.1;
}

.phone-bot-tariff-card span {
    color: #39748f;
    font-size: 10px;
    font-weight: 750;
}

.phone-bot-payment-card {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    min-height: 37px;
    padding: 6px 8px 6px 34px;
    border-color: rgba(23, 171, 103, 0.24);
    background:
        linear-gradient(135deg, rgba(255, 255, 255, 0.98), rgba(230, 255, 243, 0.98));
    box-shadow:
        0 7px 16px rgba(12, 95, 65, 0.12),
        inset 0 1px 0 rgba(255, 255, 255, 0.82);
}

.phone-bot-payment-card::before {
    content: "₽";
    position: absolute;
    left: 8px;
    top: 50%;
    display: grid;
    place-items: center;
    width: 21px;
    height: 21px;
    transform: translateY(-50%);
    border-radius: 50%;
    background: linear-gradient(145deg, #20c47a, #0a8f5c);
    color: #fff;
    font-size: 12px;
    font-weight: 950;
    box-shadow: 0 5px 12px rgba(12, 143, 92, 0.24);
}

.phone-bot-payment-card div {
    display: grid;
    gap: 1px;
}

.phone-bot-payment-card strong {
    color: #068557;
    font-size: 12.5px;
}

.phone-bot-payment-card > span {
    flex: 0 0 auto;
    padding: 4px 6px;
    border-radius: 999px;
    background: rgba(24, 175, 116, 0.13);
    color: #08734e;
    font-size: 8.5px;
    font-weight: 900;
}

.phone-chat-input {
    position: absolute;
    z-index: 3;
    right: 10px;
    bottom: 20px;
    left: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 34px;
    padding: 0 8px 0 12px;
    border: 1px solid rgba(81, 111, 126, 0.16);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.98);
    color: #8296a2;
    font-size: 11px;
    font-weight: 750;
    box-shadow: 0 8px 18px rgba(44, 72, 88, 0.14);
}

.phone-chat-input b {
    display: grid;
    place-items: center;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: #269fe5;
    color: #fff;
    font-size: 18px;
    font-weight: 800;
    line-height: 1;
}

.phone-home-indicator {
    position: absolute;
    z-index: 5;
    left: 50%;
    bottom: 9px;
    width: 94px;
    height: 4px;
    transform: translateX(-50%);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.78);
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.14);
}

@keyframes live-pulse {
    0%,
    100% {
        box-shadow: 0 0 0 5px rgba(50, 239, 159, 0.14);
        opacity: 0.82;
    }

    50% {
        box-shadow: 0 0 0 8px rgba(50, 239, 159, 0.08);
        opacity: 1;
    }
}

.proof-strip {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    width: min(1180px, calc(100% - 32px));
    margin: 12px auto 0;
    background: var(--paper);
    border: 1px solid var(--line);
    border-radius: 8px;
    box-shadow: var(--shadow);
}

.proof-item {
    display: grid;
    gap: 8px;
    padding: 28px;
}

.proof-item + .proof-item {
    border-left: 1px solid var(--line);
}

.proof-item svg {
    color: var(--mint);
}

.proof-item strong {
    font-size: 18px;
}

.proof-item span:last-child {
    color: var(--muted);
}

.section {
    width: min(1180px, calc(100% - 32px));
    margin: 0 auto;
    padding: 92px 0;
}

.section-heading {
    max-width: 720px;
    margin-bottom: 36px;
}

.section-heading h2,
.split-copy h2,
.final-cta h2 {
    margin: 0;
    font-size: 52px;
    line-height: 1.02;
    letter-spacing: 0;
}

.section-heading p:not(.eyebrow),
.split-copy p,
.final-cta p:not(.eyebrow) {
    color: var(--muted);
    font-size: 18px;
}

.feature-grid,
.security-grid,
.pricing-grid,
.faq-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

.feature-card,
.security-grid article,
.price-card,
.faq-grid article {
    border: 1px solid var(--line);
    border-radius: 8px;
    background: var(--paper);
    box-shadow: 0 14px 40px rgba(18, 33, 31, 0.06);
}

.feature-card {
    padding: 28px;
}

.feature-icon {
    display: grid;
    place-items: center;
    width: 44px;
    height: 44px;
    margin-bottom: 20px;
    border-radius: 12px;
    color: #fff;
}

.accent-green { background: var(--green); }
.accent-blue { background: var(--blue); }
.accent-amber { background: var(--amber); color: #1a1710; }
.accent-coral { background: var(--coral); }
.accent-violet { background: var(--violet); }
.accent-mint { background: var(--mint); }

.feature-card h3,
.security-grid h3,
.process-list h3,
.price-card h3,
.faq-grid h3 {
    margin: 0 0 10px;
    font-size: 20px;
}

.feature-card p,
.security-grid p,
.process-list p,
.price-card p,
.faq-grid p {
    margin: 0;
    color: var(--muted);
}

.split-section {
    display: grid;
    grid-template-columns: 1fr 420px;
    gap: 56px;
    align-items: center;
}

.niche-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 26px;
}

.niche-tags span {
    padding: 10px 14px;
    border-radius: 8px;
    background: #e8efe9;
    color: #263b36;
    font-weight: 700;
}

.bot-preview {
    display: flex;
    justify-content: center;
}

.phone-frame {
    width: min(100%, 370px);
    padding: 18px;
    border-radius: 32px;
    background: #101817;
    box-shadow: var(--shadow);
}

.phone-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 8px 10px 16px;
    color: #fff;
}

.phone-top span {
    display: block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: var(--green);
}

.chat-bubble,
.shop-card,
.quick-menu {
    border-radius: 18px;
    background: #e8fff2;
}

.chat-bubble {
    padding: 15px;
    margin-bottom: 12px;
}

.shop-card {
    padding: 18px;
    background: #fff;
}

.shop-card-title,
.shop-card-price {
    font-weight: 900;
}

.shop-card p {
    color: var(--muted);
}

.shop-card button {
    width: 100%;
    min-height: 44px;
    border: 0;
    border-radius: 12px;
    background: var(--amber);
    font-weight: 900;
    cursor: default;
}

.quick-menu {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 8px;
    margin-top: 12px;
    padding: 10px;
    background: #dfe7e4;
}

.quick-menu span {
    display: grid;
    place-items: center;
    min-height: 38px;
    border-radius: 10px;
    background: #fff;
    font-weight: 800;
    font-size: 13px;
}

.security-band {
    width: 100%;
    max-width: none;
    padding: 92px max(16px, calc((100vw - 1180px) / 2));
    background: var(--deep);
    color: #fff;
}

.security-band .section-heading p:not(.eyebrow),
.security-grid p {
    color: rgba(255, 255, 255, 0.72);
}

.security-grid article {
    padding: 30px;
    background: rgba(255, 255, 255, 0.08);
    border-color: rgba(255, 255, 255, 0.14);
}

.security-grid svg {
    color: var(--amber);
    margin-bottom: 16px;
}

.process-list {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
    padding: 0;
    margin: 0;
    list-style: none;
}

.process-list li {
    padding: 26px;
    border-top: 4px solid var(--mint);
    background: var(--paper);
    border-radius: 8px;
}

.process-list span {
    display: inline-block;
    margin-bottom: 18px;
    color: var(--coral);
    font-weight: 900;
}

.pricing-section {
    width: 100%;
    max-width: none;
    padding: 92px max(16px, calc((100vw - 1180px) / 2));
    background: #edf2ec;
}

.pricing-grid {
    grid-template-columns: repeat(6, minmax(0, 1fr));
}

.price-card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-height: 270px;
    padding: 22px;
}

.price-card.highlight {
    border-color: rgba(31, 182, 166, 0.55);
    box-shadow: 0 22px 70px rgba(31, 182, 166, 0.18);
}

.price-card.strong {
    background: var(--deep);
    color: #fff;
}

.price-card.strong p {
    color: rgba(255, 255, 255, 0.72);
}

.badge {
    position: absolute;
    top: -14px;
    right: 16px;
    padding: 7px 10px;
    border-radius: 8px;
    background: var(--mint);
    color: #fff;
    font-weight: 900;
    font-size: 12px;
}

.price {
    margin: 12px 0;
    color: var(--ink);
    font-weight: 950;
    font-size: 34px;
}

.price-card.strong .price {
    color: #fff;
}

.price span {
    color: var(--muted);
    font-size: 14px;
    font-weight: 700;
}

.price-card a {
    display: grid;
    place-items: center;
    min-height: 42px;
    margin-top: auto;
    border-radius: 12px;
    background: var(--amber);
    color: #1a1710;
    font-weight: 900;
    transition: transform 0.2s ease;
}

.faq-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.faq-grid article {
    padding: 26px;
}

.seo-links-section {
    padding-top: 36px;
}

.seo-link-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
}

.seo-link-grid a {
    display: grid;
    gap: 12px;
    min-height: 220px;
    padding: 24px;
    border: 1px solid rgba(58, 134, 255, 0.14);
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 16px 42px rgba(18, 33, 31, 0.08);
    transition: transform 0.2s ease, border-color 0.2s ease;
}

.seo-link-grid a:hover {
    transform: translateY(-3px);
    border-color: rgba(58, 134, 255, 0.34);
}

.seo-link-grid span {
    color: var(--mint);
    font-weight: 900;
}

.seo-link-grid strong {
    font-size: 22px;
    line-height: 1.16;
}

.seo-link-grid em {
    color: var(--muted);
    font-style: normal;
}

.seo-page-shell {
    background:
        radial-gradient(700px 340px at 82% 8%, rgba(123, 190, 255, 0.18), transparent 70%),
        linear-gradient(135deg, #fbf7ef 0%, #edf7f4 100%);
}

.seo-main {
    background:
        linear-gradient(180deg, #f7f2e9 0%, #eef7f5 100%);
}

.seo-hero {
    width: min(1180px, calc(100% - 32px));
    margin: 0 auto;
    padding: 72px 0 88px;
}

.breadcrumbs {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 28px;
    color: var(--muted);
    font-size: 14px;
    overflow-wrap: anywhere;
}

.breadcrumbs a {
    color: #125dcc;
    font-weight: 800;
}

.seo-hero h1 {
    max-width: 900px;
    margin: 0;
    color: #162321;
    font-size: clamp(34px, 3.55vw, 48px);
    font-weight: 680;
    line-height: 1.12;
    letter-spacing: 0;
    overflow-wrap: anywhere;
}

.seo-hero p {
    max-width: 780px;
    margin: 24px 0 0;
    color: #4d5e5a;
    font-size: 21px;
    overflow-wrap: anywhere;
}

.seo-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 32px;
}

.seo-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 340px;
    gap: 24px;
}

.seo-content,
.seo-aside-card,
.seo-card {
    min-width: 0;
    overflow-wrap: anywhere;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 16px 42px rgba(18, 33, 31, 0.07);
}

.seo-aside {
    display: grid;
    gap: 16px;
    align-content: start;
    min-width: 0;
}

.seo-content {
    padding: 34px;
}

.seo-content h2,
.seo-card h2 {
    margin: 0 0 16px;
    font-size: 34px;
    line-height: 1.12;
}

.seo-content h3 {
    margin: 30px 0 10px;
    font-size: 24px;
}

.seo-content p,
.seo-content li,
.seo-aside-card p,
.seo-card p {
    color: var(--muted);
}

.seo-content p {
    margin: 0 0 16px;
}

.seo-content ul,
.seo-content ol {
    display: grid;
    gap: 10px;
    margin: 0 0 24px;
    padding-left: 20px;
}

.seo-aside-card,
.seo-card {
    padding: 24px;
}

.seo-aside-card h2,
.seo-aside-card h3,
.seo-card h3 {
    margin: 0 0 12px;
}

.seo-aside-card ul {
    display: grid;
    gap: 10px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.seo-aside-card a {
    color: #125dcc;
    font-weight: 800;
}

.seo-card-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
}

.seo-depth-section,
.seo-faq-section {
    display: grid;
    gap: 20px;
}

.seo-depth-copy {
    box-shadow: 0 14px 34px rgba(18, 33, 31, 0.06);
}

.seo-depth-section .seo-card,
.seo-faq-section .seo-card {
    min-height: 100%;
}

.seo-faq-section .section-heading {
    margin-bottom: 0;
}

.seo-table {
    width: 100%;
    border-collapse: collapse;
    overflow: hidden;
    border: 1px solid var(--line);
    border-radius: 8px;
}

.seo-table th,
.seo-table td {
    padding: 14px 16px;
    border-bottom: 1px solid var(--line);
    text-align: left;
}

.seo-table th {
    background: #eef7ff;
}

.seo-table tr:last-child td {
    border-bottom: 0;
}

.pricing-discount-note,
.promo-note {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    margin-top: 24px;
    padding: 26px;
    border: 1px solid rgba(31, 182, 166, 0.26);
    border-radius: 8px;
    background: #ffffff;
    box-shadow: 0 16px 42px rgba(18, 33, 31, 0.07);
}

.pricing-discount-note h2,
.promo-note h3 {
    margin: 0 0 10px;
    color: #162321;
    font-size: 24px;
    line-height: 1.18;
}

.pricing-discount-note p:not(.eyebrow),
.promo-note p {
    max-width: 780px;
    margin: 0;
    color: var(--muted);
}

.legal-hero {
    position: relative;
    padding-top: 58px;
    padding-bottom: 58px;
    border-bottom: 1px solid rgba(35, 48, 43, 0.08);
}

.legal-hero::before {
    content: "";
    position: absolute;
    inset: 14px 0 auto;
    width: 78px;
    height: 4px;
    border-radius: 999px;
    background: linear-gradient(90deg, var(--blue), var(--mint));
}

.legal-hero .breadcrumbs {
    width: fit-content;
    margin-bottom: 28px;
    padding: 8px 12px;
    border: 1px solid rgba(58, 134, 255, 0.12);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.72);
    color: #6a7774;
    font-size: 13px;
}

.legal-hero .eyebrow {
    display: inline-flex;
    width: fit-content;
    margin: 0 0 16px;
    padding: 7px 11px;
    border: 1px solid rgba(31, 182, 166, 0.18);
    border-radius: 999px;
    background: rgba(31, 182, 166, 0.08);
    color: #0d8278;
    font-size: 12px;
    line-height: 1;
}

.legal-hero h1 {
    max-width: 920px;
    font-size: clamp(32px, 3.2vw, 44px);
    font-weight: 650;
    line-height: 1.14;
}

.legal-hero > p:not(.eyebrow) {
    max-width: 760px;
    color: #43524f;
    font-size: 20px;
    line-height: 1.62;
}

.legal-main .section {
    padding-top: 42px;
}

.legal-layout {
    align-items: start;
    grid-template-columns: minmax(0, 1fr) 320px;
    gap: 30px;
}

.legal-doc {
    position: relative;
    padding: 48px 54px;
    border-color: rgba(35, 48, 43, 0.1);
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(255, 255, 255, 0.98)),
        radial-gradient(540px 260px at 100% 0%, rgba(58, 134, 255, 0.08), transparent 70%);
    box-shadow: 0 28px 80px rgba(18, 33, 31, 0.1);
}

.legal-doc::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 28px;
    width: 1px;
    background: linear-gradient(180deg, transparent, rgba(58, 134, 255, 0.16), transparent);
}

.legal-doc > * {
    position: relative;
}

.legal-doc h2 {
    margin-top: 34px;
    padding-top: 28px;
    border-top: 1px solid rgba(58, 134, 255, 0.1);
    color: #142421;
    font-size: 25px;
    line-height: 1.24;
}

.legal-doc h2:first-child {
    margin-top: 0;
    padding-top: 0;
    border-top: 0;
}

.legal-doc p,
.legal-doc li {
    color: #41514d;
    font-size: 17px;
    line-height: 1.78;
}

.legal-doc p {
    max-width: 850px;
    margin-bottom: 17px;
}

.legal-doc ul,
.legal-doc ol {
    max-width: 850px;
    gap: 12px;
    padding-left: 22px;
}

.legal-doc li::marker {
    color: var(--mint);
    font-weight: 900;
}

.legal-doc a {
    color: #115ecb;
    font-weight: 850;
    text-decoration: underline;
    text-decoration-color: rgba(17, 94, 203, 0.28);
    text-decoration-thickness: 2px;
    text-underline-offset: 4px;
    transition: color 0.2s ease, text-decoration-color 0.2s ease, background 0.2s ease;
}

.legal-doc a:hover {
    color: #0b4ead;
    text-decoration-color: rgba(17, 94, 203, 0.62);
}

.legal-doc a[href^="mailto:"],
.legal-doc a[href*="t.me/MakegramProBot"],
.legal-note a[href^="mailto:"],
.legal-note a[href*="t.me/MakegramProBot"] {
    display: inline-flex;
    align-items: center;
    min-height: 34px;
    margin: 2px 3px;
    padding: 6px 12px;
    border: 1px solid rgba(58, 134, 255, 0.16);
    border-radius: 999px;
    background: #f2f7ff;
    color: #104fa8;
    font-size: 0.96em;
    line-height: 1;
    text-decoration: none;
    white-space: nowrap;
}

.legal-doc a[href^="mailto:"]::before,
.legal-note a[href^="mailto:"]::before {
    content: "Email";
    margin-right: 8px;
    color: #6a7a77;
    font-size: 11px;
    font-weight: 900;
    text-transform: uppercase;
}

.legal-doc a[href*="t.me/MakegramProBot"]::before,
.legal-note a[href*="t.me/MakegramProBot"]::before {
    content: "Telegram";
    margin-right: 8px;
    color: #6a7a77;
    font-size: 11px;
    font-weight: 900;
    text-transform: uppercase;
}

.legal-doc a[href^="mailto:"]:hover,
.legal-doc a[href*="t.me/MakegramProBot"]:hover,
.legal-note a[href^="mailto:"]:hover,
.legal-note a[href*="t.me/MakegramProBot"]:hover {
    background: #e8f1ff;
    color: #0b4ead;
}

.legal-layout .seo-aside {
    position: sticky;
    top: 96px;
}

.legal-layout .seo-aside-card {
    border-color: rgba(35, 48, 43, 0.1);
    background: rgba(255, 255, 255, 0.86);
    box-shadow: 0 18px 50px rgba(18, 33, 31, 0.08);
}

.legal-layout .seo-aside-card h2,
.legal-layout .seo-aside-card h3 {
    color: #142421;
    font-size: 19px;
}

.legal-layout .seo-aside-card li a {
    display: flex;
    align-items: center;
    min-height: 42px;
    padding: 10px 12px;
    border-radius: 8px;
    background: rgba(247, 251, 255, 0.7);
    color: #31433f;
    font-weight: 780;
    line-height: 1.25;
}

.legal-layout .seo-aside-card li a:hover {
    background: #eef7ff;
    color: #125dcc;
}

.legal-layout .seo-aside-card li a::before {
    content: "";
    width: 7px;
    height: 7px;
    margin-right: 10px;
    border-radius: 50%;
    background: var(--mint);
    flex: 0 0 auto;
}

.legal-note p {
    margin: 0;
    color: #465652;
    font-size: 15px;
    line-height: 1.6;
}

.final-cta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    width: min(1180px, calc(100% - 32px));
    margin: 0 auto 72px;
    padding: 42px;
    border-radius: 8px;
    background: var(--deep);
    color: #fff;
}

.final-cta p:not(.eyebrow) {
    color: rgba(255, 255, 255, 0.72);
}

.footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    padding: 34px max(16px, calc((100vw - 1180px) / 2));
    background: #081311;
    color: rgba(255, 255, 255, 0.74);
}

.footer-brand {
    display: flex;
    align-items: center;
    gap: 12px;
}

.footer-mark {
    width: 38px;
    height: 38px;
}

.footer-brand div {
    display: grid;
    gap: 4px;
}

.footer strong {
    color: #fff;
    font-size: 20px;
}

.footer nav {
    display: flex;
    flex-wrap: wrap;
    gap: 18px;
}

@media (max-width: 1080px) {
    .hero-content {
        grid-template-columns: minmax(0, 1fr) 300px;
        gap: 30px;
    }

    .hero h1 {
        font-size: 76px;
    }

    .phone-device {
        width: 280px;
        height: 532px;
    }

    .hero-phone {
        min-height: 540px;
    }

    .telegram-chat-header {
        min-height: 54px;
        padding: 7px 11px 8px;
    }

    .telegram-chat-body {
        gap: 6px;
        padding: 7px 9px 54px;
    }

    .phone-chat-bubble {
        padding: 7px 8px 6px;
    }

    .phone-chat-bubble p {
        font-size: 10.5px;
        line-height: 1.22;
    }

    .phone-bot-menu-grid {
        gap: 5px;
    }

    .phone-bot-menu-grid span {
        padding: 6px 4px;
        font-size: 9.5px;
    }

    .phone-bot-tariff-card {
        padding: 7px 9px;
    }

    .phone-bot-payment-card {
        min-height: 35px;
        padding: 6px 7px 6px 32px;
    }

    .phone-chat-input {
        height: 32px;
        bottom: 19px;
    }

    .pricing-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .process-list {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .split-section {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 780px) {
    .site-shell {
        min-height: auto;
    }

    .topbar {
        position: relative;
        top: auto;
        z-index: 4;
        align-items: flex-start;
        flex-direction: column;
        gap: 12px;
        width: 100%;
        margin: 0;
        padding: 12px 16px 10px;
        border-bottom: 1px solid rgba(18, 33, 31, 0.08);
        background: rgba(252, 248, 240, 0.96);
        box-shadow: 0 10px 26px rgba(69, 82, 68, 0.06);
        backdrop-filter: none;
    }

    .topbar::before {
        content: none;
    }

    .nav-links {
        width: 100%;
        flex-wrap: wrap;
        gap: 10px 16px;
        overflow: visible;
        padding-bottom: 0;
    }

    .topbar-action {
        display: none;
    }

    .topbar-actions {
        display: none;
    }

    .hero {
        min-height: auto;
    }

    .hero-content {
        grid-template-columns: 1fr;
        gap: 28px;
        padding: 18px 0 24px;
    }

    .hero-phone {
        display: none;
    }

    .hero-lead {
        margin-top: 14px;
        color: #334641;
        font-size: 17px;
        font-weight: 560;
        line-height: 1.56;
    }

    .hero h1 {
        font-size: 46px;
        font-weight: 760;
        line-height: 0.98;
    }

    .section-heading h2,
    .split-copy h2,
    .final-cta h2 {
        font-size: 38px;
    }

    .button,
    .hero-actions {
        width: 100%;
    }

    .hero-actions {
        gap: 10px;
        margin-top: 18px;
    }

    .hero-bot-card {
        align-items: flex-start;
        gap: 16px;
        min-height: 0;
        margin-top: 12px;
        padding: 9px;
    }

    .hero-bot-card::before,
    .hero-bot-card::after {
        display: none;
    }

    .hero-bot-card img {
        position: static;
        width: 76px;
        height: 76px;
        transform: none;
        box-shadow: none;
    }

    .hero-bot-card > div {
        max-width: none;
    }

    .hero-bot-card strong {
        font-size: 15px;
    }

    .hero-bot-card span {
        font-size: 12px;
    }

    .proof-strip,
    .feature-grid,
    .security-grid,
    .pricing-grid,
    .faq-grid,
    .process-list,
    .seo-link-grid,
    .seo-layout,
    .seo-card-grid {
        grid-template-columns: 1fr;
    }

    .pricing-discount-note,
    .promo-note {
        align-items: flex-start;
        flex-direction: column;
    }

    .seo-hero {
        padding: 44px 0 54px;
    }

    .seo-hero h1 {
        font-size: 34px;
        line-height: 1.16;
    }

    .seo-hero p {
        font-size: 18px;
    }

    .seo-content {
        padding: 24px;
    }

    .legal-hero {
        padding-top: 42px;
        padding-bottom: 42px;
    }

    .legal-hero h1 {
        font-size: 32px;
        line-height: 1.16;
    }

    .legal-hero > p:not(.eyebrow) {
        font-size: 17px;
    }

    .legal-layout .seo-aside {
        position: static;
    }

    .legal-doc {
        padding: 32px 28px;
    }

    .legal-doc::before {
        display: none;
    }

    .legal-doc h2 {
        margin-top: 28px;
        padding-top: 22px;
        font-size: 22px;
    }

    .legal-doc p,
    .legal-doc li {
        font-size: 16px;
        line-height: 1.72;
    }

    .legal-doc a[href^="mailto:"],
    .legal-doc a[href*="t.me/MakegramProBot"],
    .legal-note a[href^="mailto:"],
    .legal-note a[href*="t.me/MakegramProBot"] {
        max-width: 100%;
        white-space: normal;
    }

    .seo-table,
    .seo-table thead,
    .seo-table tbody,
    .seo-table tr,
    .seo-table th,
    .seo-table td {
        display: block;
        width: 100%;
    }

    .seo-table {
        border: 0;
    }

    .seo-table thead {
        display: none;
    }

    .seo-table tr {
        margin-bottom: 14px;
        border: 1px solid var(--line);
        border-radius: 8px;
        background: #fff;
        overflow: hidden;
    }

    .seo-table td {
        border-bottom: 1px solid var(--line);
    }

    .seo-table td:last-child {
        border-bottom: 0;
    }

    .seo-table td::before {
        display: block;
        margin-bottom: 3px;
        color: var(--mint);
        font-size: 12px;
        font-weight: 900;
        text-transform: uppercase;
    }

    .seo-table td:nth-child(1)::before {
        content: "Тариф";
    }

    .seo-table td:nth-child(2)::before {
        content: "Цена";
    }

    .seo-table td:nth-child(3)::before {
        content: "Оборот";
    }

    .seo-table td:nth-child(4)::before {
        content: "Для кого";
    }

    .hero-metrics {
        display: none;
    }

    .proof-strip {
        margin-top: 10px;
        border-radius: 0;
        width: 100%;
    }

    .proof-item + .proof-item {
        border-left: 0;
        border-top: 1px solid var(--line);
    }

    .section,
    .security-band,
    .pricing-section {
        padding-top: 64px;
        padding-bottom: 64px;
    }

    .final-cta,
    .footer {
        flex-direction: column;
        align-items: stretch;
    }

    .final-cta {
        gap: 22px;
        text-align: left;
    }

    .final-telegram-button {
        width: 100%;
        min-height: 62px;
        padding: 0 18px;
        gap: 10px;
        justify-content: center;
        border-radius: 10px;
        font-size: 16px;
        line-height: 1;
        white-space: nowrap;
    }

    .final-telegram-label {
        font-weight: 900;
    }
}

@media (max-width: 420px) {
    .hero h1 {
        font-size: 43px;
    }

    .section-heading h2,
    .split-copy h2,
    .final-cta h2 {
        font-size: 32px;
    }

    .feature-card,
    .security-grid article,
    .faq-grid article,
    .process-list li,
    .price-card,
    .seo-content,
    .seo-aside-card,
    .seo-card,
    .final-cta {
        padding: 22px;
    }

    .final-telegram-button {
        min-height: 58px;
        padding: 0 14px;
        gap: 8px;
        font-size: 15px;
    }

    .telegram-button-icon {
        width: 19px;
        height: 19px;
    }

    .telegram-button-arrow {
        width: 16px;
        height: 16px;
    }
}
