:root {
    --telegram-blue: #2aabee;
    --buybot-accent: #9b86ff;
    --buybot-border: rgba(155, 107, 247, 0.22);
    --buybot-glass: rgba(14, 20, 53, 0.72);
}

body.buybot-page {
    background: var(--bg-dark);
}

.buybot-page main,
.buybot-page footer,
.buybot-page nav {
    position: relative;
    z-index: 1;
}

.buybot-page .navbar {
    position: fixed;
    z-index: 1000;
    background: rgba(10, 14, 39, 0.88);
}

.buybot-page .nav-links a.active {
    color: #fff;
    background: rgba(113, 50, 245, 0.2);
    box-shadow: inset 0 0 0 1px rgba(155, 107, 247, 0.24);
}

.skip-link {
    position: fixed;
    top: 12px;
    left: 12px;
    z-index: 3000;
    padding: 10px 16px;
    color: #fff;
    background: var(--purple);
    border-radius: 8px;
    transform: translateY(-160%);
    transition: transform 0.2s ease;
}

.skip-link:focus {
    transform: translateY(0);
}

.buybot-page a:focus-visible,
.buybot-page button:focus-visible,
.buybot-page summary:focus-visible {
    outline: 3px solid var(--purple-light);
    outline-offset: 4px;
}

.buybot-hero {
    position: relative;
    min-height: 920px;
    display: flex;
    align-items: center;
    overflow: hidden;
    padding: 190px 0 150px;
    background:
        radial-gradient(circle at 77% 42%, rgba(113, 50, 245, 0.2), transparent 34%),
        radial-gradient(circle at 15% 24%, rgba(46, 108, 255, 0.1), transparent 28%),
        linear-gradient(180deg, #080b20 0%, var(--bg-dark) 70%, var(--bg-section) 100%);
}

.buybot-hero::before {
    content: '';
    position: absolute;
    inset: 0;
    opacity: 0.24;
    background-image:
        linear-gradient(rgba(155, 107, 247, 0.08) 1px, transparent 1px),
        linear-gradient(90deg, rgba(155, 107, 247, 0.08) 1px, transparent 1px);
    background-size: 72px 72px;
    mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.9), transparent 82%);
}

.buybot-hero-grid {
    position: relative;
    z-index: 2;
    width: 100%;
    max-width: 1320px;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(480px, 0.95fr);
    gap: clamp(48px, 6vw, 92px);
    align-items: center;
}

.buybot-hero-copy {
    min-width: 0;
}

.buybot-eyebrow,
.buybot-kicker {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: var(--purple-light);
    font-family: var(--font-display);
    font-size: 0.82rem;
    font-weight: 900;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.buybot-eyebrow {
    margin-bottom: 22px;
    padding: 8px 14px;
    border: 1px solid rgba(155, 107, 247, 0.3);
    border-radius: 999px;
    background: rgba(113, 50, 245, 0.1);
}

.buybot-hero h1 {
    max-width: 720px;
    margin-bottom: 24px;
    color: #fff;
    font-family: 'Luckiest Guy', cursive;
    font-size: clamp(3.3rem, 5.8vw, 6.2rem);
    font-weight: 400;
    line-height: 0.98;
    letter-spacing: 0.015em;
    text-wrap: balance;
    text-shadow: 0 0 42px rgba(113, 50, 245, 0.26);
}

.buybot-hero-lede {
    max-width: 680px;
    margin-bottom: 34px;
    color: #b9bad0;
    font-size: clamp(1.05rem, 1.45vw, 1.28rem);
    line-height: 1.75;
}

.buybot-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    align-items: center;
}

.buybot-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-height: 56px;
    padding: 14px 24px;
    border: 1px solid transparent;
    border-radius: 999px;
    font-family: 'Luckiest Guy', cursive;
    font-size: 1.18rem;
    letter-spacing: 0.025em;
    text-align: center;
    transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease, border-color 0.25s ease;
}

.buybot-button:hover {
    color: #fff;
    transform: translateY(-3px);
}

.buybot-button-primary {
    color: #fff;
    background: linear-gradient(135deg, var(--purple-deep), var(--purple) 58%, #8e59ff);
    box-shadow: 0 12px 34px rgba(113, 50, 245, 0.32);
}

.buybot-button-primary:hover {
    box-shadow: 0 16px 44px rgba(113, 50, 245, 0.5);
}

.buybot-button-secondary {
    color: #f4f0ff;
    border-color: rgba(155, 107, 247, 0.38);
    background: rgba(255, 255, 255, 0.045);
    backdrop-filter: blur(14px);
}

.buybot-button-secondary:hover {
    border-color: rgba(155, 107, 247, 0.7);
    background: rgba(113, 50, 245, 0.15);
}

.buybot-proof-list {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 22px;
    margin-top: 26px;
    color: #a3a5bd;
    font-size: 0.93rem;
    list-style: none;
}

.buybot-proof-list li {
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.buybot-proof-list li span {
    color: var(--buybot-accent);
}

.buybot-hero-visual {
    position: relative;
    min-width: 0;
    isolation: isolate;
}

.buybot-hero-frame {
    position: relative;
    z-index: 2;
    overflow: hidden;
    border: 1px solid rgba(155, 107, 247, 0.36);
    border-radius: 34px;
    background: rgba(15, 20, 53, 0.75);
    box-shadow:
        0 34px 80px rgba(0, 0, 0, 0.42),
        0 0 70px rgba(113, 50, 245, 0.2),
        inset 0 1px 0 rgba(255, 255, 255, 0.1);
    transform: perspective(1100px) rotateY(-3deg) rotateX(1deg);
}

.buybot-hero-frame::after {
    content: '';
    position: absolute;
    inset: 0;
    pointer-events: none;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.12), transparent 28%, transparent 70%, rgba(113, 50, 245, 0.12));
}

.buybot-hero-frame img {
    width: 100%;
    aspect-ratio: 3 / 2;
    object-fit: cover;
}

.signal-ring {
    position: absolute;
    z-index: -1;
    border: 1px solid rgba(155, 107, 247, 0.24);
    border-radius: 50%;
    animation: signalRing 5s ease-in-out infinite;
}

.signal-ring-one {
    width: 108%;
    aspect-ratio: 1;
    top: -29%;
    left: -7%;
}

.signal-ring-two {
    width: 128%;
    aspect-ratio: 1;
    top: -39%;
    left: -17%;
    animation-delay: -2.5s;
}

@keyframes signalRing {
    0%, 100% { opacity: 0.18; transform: scale(0.96); }
    50% { opacity: 0.55; transform: scale(1.02); }
}

.buybot-float-card {
    position: absolute;
    z-index: 4;
    display: flex;
    align-items: center;
    gap: 11px;
    min-width: 180px;
    padding: 12px 14px;
    color: #fff;
    border: 1px solid rgba(155, 107, 247, 0.34);
    border-radius: 15px;
    background: rgba(8, 11, 32, 0.86);
    backdrop-filter: blur(16px);
    box-shadow: 0 14px 34px rgba(0, 0, 0, 0.34);
    animation: buybotFloat 4.5s ease-in-out infinite;
}

.buybot-float-card strong,
.buybot-float-card small {
    display: block;
    line-height: 1.35;
}

.buybot-float-card strong {
    font-size: 0.87rem;
}

.buybot-float-card small {
    color: #9699b3;
    font-size: 0.7rem;
}

.buybot-float-ink {
    top: -27px;
    right: -20px;
}

.buybot-float-community {
    bottom: -27px;
    left: -26px;
    animation-delay: -2.2s;
}

.float-icon {
    display: grid;
    width: 38px;
    height: 38px;
    place-items: center;
    color: #d8d0ff;
    border: 1px solid rgba(155, 134, 255, 0.32);
    border-radius: 50%;
    background: rgba(155, 134, 255, 0.12);
    font-family: var(--font-display);
    font-size: 0.74rem;
    font-weight: 900;
}

@keyframes buybotFloat {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-8px); }
}

.buybot-orb {
    position: absolute;
    border: 1px solid rgba(155, 107, 247, 0.18);
    border-radius: 50%;
    background: radial-gradient(circle at 35% 30%, rgba(155, 107, 247, 0.16), rgba(113, 50, 245, 0.02) 58%, transparent 70%);
    box-shadow: inset 0 0 30px rgba(113, 50, 245, 0.05);
}

.buybot-orb-one {
    width: 140px;
    height: 140px;
    top: 22%;
    left: -45px;
}

.buybot-orb-two {
    width: 70px;
    height: 70px;
    right: 6%;
    bottom: 16%;
}

.buybot-section {
    position: relative;
    padding: 105px 0;
}

.buybot-why,
.buybot-trending-section,
.buybot-help-section {
    background: var(--bg-section);
}

.buybot-alert-section,
.buybot-setup-section,
.buybot-faq-section {
    background: var(--bg-dark);
}

.buybot-section-heading {
    max-width: 830px;
    margin: 0 auto 58px;
    text-align: center;
}

.buybot-section-heading h2,
.buybot-alert-copy h2,
.buybot-trending-copy h2,
.buybot-help-copy h2,
.buybot-faq-intro h2,
.buybot-final-card h2 {
    margin: 12px 0 18px;
    color: #fff;
    font-family: 'Luckiest Guy', cursive;
    font-size: clamp(2.35rem, 4.5vw, 4.35rem);
    font-weight: 400;
    line-height: 1.05;
    text-wrap: balance;
}

.buybot-section-heading > p:last-child,
.buybot-alert-copy > p,
.buybot-trending-copy > p,
.buybot-help-copy > p,
.buybot-faq-intro > p,
.buybot-final-card > p {
    color: #a6a8c0;
    font-size: 1.05rem;
    line-height: 1.75;
}

.buybot-benefit-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 20px;
}

.buybot-benefit-card {
    position: relative;
    overflow: hidden;
    min-height: 286px;
    padding: 30px 26px;
    border: 1px solid var(--buybot-border);
    border-radius: 24px;
    background:
        linear-gradient(145deg, rgba(255, 255, 255, 0.055), rgba(255, 255, 255, 0.015)),
        rgba(10, 14, 39, 0.42);
    transition: transform 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
}

.buybot-benefit-card::after {
    content: '';
    position: absolute;
    width: 120px;
    height: 120px;
    right: -50px;
    bottom: -50px;
    border-radius: 50%;
    background: rgba(113, 50, 245, 0.12);
    filter: blur(12px);
}

.buybot-benefit-card:hover {
    transform: translateY(-7px);
    border-color: rgba(155, 107, 247, 0.48);
    box-shadow: 0 22px 48px rgba(0, 0, 0, 0.24);
}

.buybot-icon {
    display: grid;
    width: 54px;
    height: 54px;
    margin-bottom: 25px;
    place-items: center;
    color: var(--purple-light);
    border: 1px solid rgba(155, 107, 247, 0.28);
    border-radius: 16px;
    background: rgba(113, 50, 245, 0.11);
}

.buybot-icon svg,
.trending-node-icon svg {
    width: 26px;
    height: 26px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.buybot-benefit-card h3 {
    margin-bottom: 12px;
    color: #f3efff;
    font-family: 'Luckiest Guy', cursive;
    font-size: 1.5rem;
    font-weight: 400;
    letter-spacing: 0.02em;
}

.buybot-benefit-card p {
    position: relative;
    z-index: 1;
    color: #9395ae;
    font-size: 0.94rem;
    line-height: 1.72;
}

.buybot-alert-grid {
    display: grid;
    grid-template-columns: minmax(0, 0.92fr) minmax(430px, 0.78fr);
    gap: clamp(55px, 8vw, 110px);
    align-items: center;
    max-width: 1150px;
}

.buybot-alert-copy > p:not(.buybot-kicker) {
    margin-bottom: 27px;
}

.buybot-check-list {
    display: grid;
    gap: 16px;
    margin: 28px 0;
    list-style: none;
}

.buybot-check-list li {
    display: flex;
    gap: 12px;
    align-items: flex-start;
    color: #a6a8c0;
    line-height: 1.55;
}

.buybot-check-list li > span:first-child {
    display: grid;
    width: 24px;
    height: 24px;
    flex: 0 0 auto;
    place-items: center;
    color: var(--buybot-accent);
    border: 1px solid rgba(155, 134, 255, 0.28);
    border-radius: 50%;
    background: rgba(155, 134, 255, 0.09);
    font-size: 0.72rem;
}

.buybot-check-list strong {
    color: #eeebf9;
}

.buybot-note {
    padding-left: 15px;
    border-left: 2px solid rgba(155, 107, 247, 0.5);
    font-size: 0.82rem !important;
}

.telegram-alert {
    overflow: hidden;
    width: 100%;
    max-width: 470px;
    margin: 0 auto;
    border: 1px solid rgba(155, 107, 247, 0.28);
    border-radius: 28px;
    background: linear-gradient(180deg, #151b42, #0d1230);
    box-shadow: 0 35px 80px rgba(0, 0, 0, 0.38), 0 0 60px rgba(113, 50, 245, 0.13);
}

.telegram-alert-topbar {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 14px 17px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.telegram-avatar {
    overflow: hidden;
    width: 42px;
    height: 42px;
    flex: 0 0 auto;
    border: 2px solid rgba(155, 107, 247, 0.46);
    border-radius: 50%;
}

.telegram-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.telegram-alert-topbar strong,
.telegram-alert-topbar span {
    display: block;
    line-height: 1.35;
}

.telegram-alert-topbar strong {
    color: #fff;
    font-size: 0.94rem;
}

.telegram-alert-topbar div > span {
    color: #8589a7;
    font-size: 0.72rem;
}

.telegram-status {
    margin-left: auto;
    padding: 4px 7px;
    color: #fff;
    border-radius: 5px;
    background: rgba(42, 171, 238, 0.24);
    font-family: var(--font-display);
    font-size: 0.57rem !important;
    letter-spacing: 0.08em;
}

.telegram-alert-media {
    width: 100%;
    max-height: 260px;
    object-fit: cover;
}

.telegram-alert-body {
    padding: 21px 20px 20px;
}

.alert-title {
    margin-bottom: 6px;
    color: #fff;
    font-family: var(--font-display);
    font-size: 1.17rem;
    font-weight: 900;
    letter-spacing: 0.03em;
}

.alert-title span {
    color: var(--buybot-accent);
    text-shadow: 0 0 12px rgba(155, 134, 255, 0.45);
}

.alert-emoji-row {
    display: flex;
    gap: 5px;
    margin: 10px 0 18px;
}

.alert-emoji-row span {
    display: block;
    width: 16px;
    height: 16px;
    border: 2px solid #a173ff;
    border-radius: 50%;
    background: radial-gradient(circle at 35% 30%, #d6c7ff, #7132f5 48%, #321079);
    box-shadow: 0 0 10px rgba(113, 50, 245, 0.35);
}

.alert-stats {
    display: grid;
    gap: 0;
}

.alert-stats > div {
    display: flex;
    justify-content: space-between;
    gap: 16px;
    padding: 8px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.055);
}

.alert-stats dt {
    color: #8589a7;
    font-size: 0.76rem;
}

.alert-stats dd {
    color: #f0edf8;
    font-size: 0.78rem;
    text-align: right;
}

.alert-stats small {
    color: #9699b3;
}

.alert-positive {
    color: var(--buybot-accent) !important;
}

.alert-actions {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 8px;
    margin-top: 17px;
}

.alert-actions span {
    padding: 9px 6px;
    color: #fff;
    border: 1px solid rgba(42, 171, 238, 0.26);
    border-radius: 9px;
    background: rgba(42, 171, 238, 0.12);
    font-size: 0.7rem;
    text-align: center;
}

.buybot-trending-card,
.buybot-help-card {
    position: relative;
    overflow: hidden;
    padding: clamp(32px, 5vw, 64px);
    border: 1px solid var(--buybot-border);
    border-radius: 34px;
    background:
        radial-gradient(circle at 86% 14%, rgba(113, 50, 245, 0.2), transparent 28%),
        linear-gradient(135deg, rgba(255, 255, 255, 0.055), rgba(255, 255, 255, 0.012));
    box-shadow: 0 30px 70px rgba(0, 0, 0, 0.2);
}

.buybot-trending-card {
    display: grid;
    grid-template-columns: minmax(0, 0.9fr) minmax(440px, 1fr);
    gap: clamp(45px, 6vw, 86px);
    align-items: center;
}

.buybot-trending-copy > p:not(.buybot-kicker) {
    margin-bottom: 25px;
}

.buybot-check-list.compact {
    gap: 11px;
    margin: 24px 0 28px;
}

.trending-flow {
    display: grid;
    grid-template-columns: minmax(118px, 1fr) 48px minmax(130px, 1fr) 48px minmax(125px, 1fr);
    align-items: center;
}

.trending-node {
    position: relative;
    display: flex;
    min-height: 174px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 18px 12px;
    border: 1px solid rgba(155, 107, 247, 0.25);
    border-radius: 20px;
    background: rgba(7, 10, 31, 0.6);
    text-align: center;
}

.trending-node-icon {
    display: grid;
    width: 52px;
    height: 52px;
    margin-bottom: 13px;
    place-items: center;
    color: var(--purple-light);
    border-radius: 50%;
    background: rgba(113, 50, 245, 0.13);
}

.trending-node img {
    width: 58px;
    height: 58px;
    margin-bottom: 11px;
    border: 2px solid rgba(155, 107, 247, 0.45);
    border-radius: 50%;
    object-fit: cover;
}

.trending-node strong,
.trending-node small {
    display: block;
}

.trending-node strong {
    color: #fff;
    font-size: 0.88rem;
}

.trending-node small {
    margin-top: 6px;
    color: #8589a7;
    font-size: 0.67rem;
    line-height: 1.4;
}

.trending-node-beast {
    border-color: rgba(155, 107, 247, 0.48);
    box-shadow: 0 0 34px rgba(113, 50, 245, 0.13);
}

.trending-rank {
    display: inline-block;
    margin-bottom: 16px;
    padding: 6px 9px;
    color: var(--buybot-accent);
    border: 1px solid rgba(155, 134, 255, 0.28);
    border-radius: 999px;
    background: rgba(155, 134, 255, 0.09);
    font-family: var(--font-display);
    font-size: 0.57rem;
    font-weight: 900;
    letter-spacing: 0.08em;
}

.trending-connector {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}

.trending-connector span {
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: var(--purple-light);
    box-shadow: 0 0 10px rgba(155, 107, 247, 0.8);
    animation: connectorPulse 1.8s ease-in-out infinite;
}

.trending-connector span:nth-child(2) { animation-delay: 0.25s; }
.trending-connector span:nth-child(3) { animation-delay: 0.5s; }

@keyframes connectorPulse {
    0%, 100% { opacity: 0.25; transform: scale(0.75); }
    50% { opacity: 1; transform: scale(1.25); }
}

.setup-timeline {
    position: relative;
    display: grid;
    max-width: 920px;
    gap: 20px;
    margin: 0 auto;
    list-style: none;
}

.setup-timeline::before {
    content: '';
    position: absolute;
    top: 48px;
    bottom: 48px;
    left: 34px;
    width: 1px;
    background: linear-gradient(var(--purple), rgba(113, 50, 245, 0.12));
}

.setup-step {
    position: relative;
    display: grid;
    grid-template-columns: 68px 1fr;
    gap: 24px;
    align-items: start;
    padding: 25px 28px 25px 0;
    border: 1px solid rgba(155, 107, 247, 0.16);
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.027);
}

.setup-number {
    position: relative;
    z-index: 1;
    display: grid;
    width: 48px;
    height: 48px;
    margin-left: 10px;
    place-items: center;
    color: #fff;
    border: 1px solid rgba(155, 107, 247, 0.42);
    border-radius: 50%;
    background: linear-gradient(145deg, var(--purple), var(--purple-deep));
    font-family: 'Luckiest Guy', cursive;
    font-size: 1.35rem;
    box-shadow: 0 0 24px rgba(113, 50, 245, 0.27);
}

.setup-label {
    display: inline-block;
    margin-bottom: 6px;
    color: var(--purple-light);
    font-family: var(--font-display);
    font-size: 0.58rem;
    font-weight: 900;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.setup-step h3 {
    margin-bottom: 7px;
    color: #f5f2ff;
    font-family: 'Luckiest Guy', cursive;
    font-size: 1.45rem;
    font-weight: 400;
}

.setup-step p {
    color: #9396af;
    font-size: 0.93rem;
    line-height: 1.65;
}

.setup-step code,
.help-command {
    color: var(--buybot-accent);
    font-family: var(--font-display);
}

.setup-actions {
    display: flex;
    max-width: 920px;
    align-items: center;
    justify-content: space-between;
    gap: 28px;
    margin: 34px auto 0;
    padding: 24px 27px;
    border: 1px solid rgba(155, 134, 255, 0.22);
    border-radius: 20px;
    background: rgba(155, 134, 255, 0.055);
}

.setup-actions p {
    max-width: 500px;
    color: #9ea0b8;
    font-size: 0.87rem;
    line-height: 1.55;
}

.setup-actions p strong {
    color: #e9e6f4;
}

.buybot-help-card {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(270px, 0.37fr);
    gap: clamp(40px, 6vw, 80px);
    align-items: center;
}

.feature-pills {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 28px;
}

.feature-pills span {
    padding: 8px 12px;
    color: #c7c3d9;
    border: 1px solid rgba(155, 107, 247, 0.2);
    border-radius: 999px;
    background: rgba(113, 50, 245, 0.08);
    font-size: 0.76rem;
}

.buybot-help-action {
    padding: 30px;
    border: 1px solid rgba(155, 107, 247, 0.24);
    border-radius: 24px;
    background: rgba(7, 10, 31, 0.48);
    text-align: center;
}

.help-command {
    display: block;
    margin-bottom: 14px;
    font-size: 2.4rem;
    font-weight: 900;
    text-shadow: 0 0 22px rgba(155, 134, 255, 0.25);
}

.buybot-help-action p {
    margin-bottom: 22px;
    color: #9295ae;
    font-size: 0.84rem;
}

.buybot-faq-layout {
    display: grid;
    grid-template-columns: minmax(0, 0.55fr) minmax(440px, 1fr);
    gap: clamp(50px, 8vw, 110px);
    align-items: start;
}

.buybot-faq-intro {
    position: sticky;
    top: 160px;
}

.buybot-faq-list {
    display: grid;
    gap: 12px;
}

.buybot-faq-list details {
    border: 1px solid rgba(155, 107, 247, 0.17);
    border-radius: 17px;
    background: rgba(255, 255, 255, 0.028);
    transition: border-color 0.25s ease, background 0.25s ease;
}

.buybot-faq-list details[open] {
    border-color: rgba(155, 107, 247, 0.38);
    background: rgba(113, 50, 245, 0.055);
}

.buybot-faq-list summary {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding: 21px 22px;
    color: #f0edf8;
    cursor: pointer;
    list-style: none;
}

.buybot-faq-list summary::-webkit-details-marker {
    display: none;
}

.buybot-faq-list summary span {
    color: var(--purple-light);
    font-family: sans-serif;
    font-size: 1.4rem;
    transition: transform 0.25s ease;
}

.buybot-faq-list details[open] summary span {
    transform: rotate(45deg);
}

.buybot-faq-list details p {
    padding: 0 22px 22px;
    color: #9699b1;
    font-size: 0.9rem;
    line-height: 1.7;
}

.buybot-final-cta {
    position: relative;
    overflow: hidden;
    padding: 80px 0 110px;
    background: var(--bg-dark);
}

.buybot-final-card {
    position: relative;
    overflow: hidden;
    padding: clamp(48px, 7vw, 82px) 24px;
    border: 1px solid rgba(155, 107, 247, 0.3);
    border-radius: 34px;
    background:
        radial-gradient(circle at 50% 110%, rgba(113, 50, 245, 0.33), transparent 45%),
        linear-gradient(145deg, rgba(255, 255, 255, 0.055), rgba(255, 255, 255, 0.012));
    box-shadow: 0 30px 70px rgba(0, 0, 0, 0.28);
    text-align: center;
}

.buybot-final-card h2 {
    font-size: clamp(3rem, 7vw, 6rem);
}

.buybot-final-card > p:not(.buybot-kicker) {
    max-width: 580px;
    margin: 0 auto 30px;
}

.final-actions {
    justify-content: center;
}

.final-pulse {
    position: absolute;
    width: 360px;
    height: 360px;
    left: calc(50% - 180px);
    bottom: -270px;
    border: 1px solid rgba(155, 107, 247, 0.3);
    border-radius: 50%;
    box-shadow: 0 0 80px rgba(113, 50, 245, 0.25);
}

.buybot-footer-links {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px 25px;
}

.buybot-footer-links a {
    color: #a8aabd;
    font-size: 0.86rem;
    transition: color 0.25s ease;
}

.buybot-footer-links a:hover {
    color: var(--purple-light);
}

@media (max-width: 1180px) {
    .buybot-hero-grid {
        grid-template-columns: minmax(0, 1fr) minmax(420px, 0.9fr);
        gap: 45px;
    }

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

    .buybot-benefit-card {
        min-height: 245px;
    }

    .buybot-trending-card {
        grid-template-columns: 1fr;
    }

    .trending-flow {
        max-width: 690px;
        margin: 0 auto;
    }
}

@media (max-width: 960px) {
    .buybot-hero {
        padding-top: 170px;
    }

    .buybot-hero-grid,
    .buybot-alert-grid,
    .buybot-help-card,
    .buybot-faq-layout {
        grid-template-columns: 1fr;
    }

    .buybot-hero-copy {
        max-width: 760px;
        margin: 0 auto;
        text-align: center;
    }

    .buybot-hero h1,
    .buybot-hero-lede {
        margin-left: auto;
        margin-right: auto;
    }

    .buybot-hero-actions,
    .buybot-proof-list {
        justify-content: center;
    }

    .buybot-hero-visual {
        width: min(760px, 92%);
        margin: 35px auto 0;
    }

    .buybot-alert-copy {
        max-width: 720px;
        margin: 0 auto;
        text-align: center;
    }

    .buybot-check-list {
        max-width: 610px;
        margin-left: auto;
        margin-right: auto;
        text-align: left;
    }

    .telegram-alert {
        max-width: 500px;
    }

    .buybot-help-action {
        max-width: 430px;
        margin: 0 auto;
    }

    .buybot-faq-intro {
        position: static;
        max-width: 720px;
    }
}

@media (max-width: 768px) {
    .buybot-hero {
        min-height: auto;
        padding: 125px 0 120px;
    }

    .buybot-hero::before {
        background-size: 48px 48px;
    }

    .buybot-hero h1 {
        font-size: clamp(3rem, 14vw, 4.8rem);
    }

    .buybot-hero-lede {
        font-size: 1rem;
    }

    .buybot-hero-actions,
    .final-actions {
        flex-direction: column;
        align-items: stretch;
    }

    .buybot-button {
        width: 100%;
    }

    .buybot-proof-list {
        display: grid;
        justify-items: start;
        width: fit-content;
        margin-left: auto;
        margin-right: auto;
    }

    .buybot-hero-visual {
        width: 100%;
        margin-top: 28px;
    }

    .buybot-hero-frame {
        border-radius: 23px;
        transform: none;
    }

    .buybot-float-card {
        display: none;
    }

    .buybot-section {
        padding: 78px 0;
    }

    .buybot-section-heading {
        margin-bottom: 42px;
    }

    .buybot-benefit-grid {
        grid-template-columns: 1fr;
    }

    .buybot-benefit-card {
        min-height: 0;
    }

    .buybot-trending-card,
    .buybot-help-card {
        padding: 29px 21px;
        border-radius: 25px;
    }

    .trending-flow {
        grid-template-columns: 1fr;
        gap: 0;
        max-width: 330px;
    }

    .trending-node {
        width: 100%;
        min-height: 145px;
    }

    .trending-connector {
        height: 48px;
        flex-direction: column;
    }

    .setup-timeline::before {
        left: 28px;
    }

    .setup-step {
        grid-template-columns: 56px 1fr;
        gap: 15px;
        padding: 20px 17px 20px 0;
    }

    .setup-number {
        width: 40px;
        height: 40px;
        margin-left: 8px;
        font-size: 1.15rem;
    }

    .setup-actions {
        flex-direction: column;
        align-items: stretch;
        text-align: center;
    }

    .buybot-faq-list summary {
        padding: 18px;
    }

    .buybot-faq-list details p {
        padding: 0 18px 18px;
    }

    .buybot-final-cta {
        padding: 40px 0 80px;
    }

    .buybot-final-card {
        border-radius: 25px;
    }
}

@media (max-width: 480px) {
    .buybot-eyebrow,
    .buybot-kicker {
        font-size: 0.68rem;
        letter-spacing: 0.12em;
    }

    .buybot-eyebrow {
        max-width: 100%;
        justify-content: center;
        white-space: normal;
    }

    .buybot-hero h1 {
        font-size: 2.55rem;
    }

    .buybot-button {
        padding-right: 16px;
        padding-left: 16px;
        font-size: 1.02rem;
    }

    .buybot-section-heading h2,
    .buybot-alert-copy h2,
    .buybot-trending-copy h2,
    .buybot-help-copy h2,
    .buybot-faq-intro h2 {
        font-size: 2.35rem;
    }

    .telegram-alert-body {
        padding: 18px 15px;
    }

    .alert-stats > div {
        gap: 9px;
    }

    .alert-stats dt,
    .alert-stats dd {
        font-size: 0.7rem;
    }

    .setup-step h3 {
        font-size: 1.24rem;
    }
}

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

    .buybot-page .reveal {
        opacity: 1;
        transform: none;
    }
}
