/*
 * xlog.lt counter registration — app-style landing
 * Scoped to .counter-landing so shared pages remain unchanged.
 */

.counter-landing {
    --counter-bg: #071015;
    --counter-panel: #0c171d;
    --counter-panel-soft: #101e25;
    --counter-panel-raised: #13242b;
    --counter-border: rgba(131, 160, 173, .18);
    --counter-border-strong: rgba(131, 160, 173, .28);
    --counter-text: #f4f8f6;
    --counter-copy: #aab7bd;
    --counter-muted: #73838c;
    --counter-green: #48df98;
    --counter-green-bright: #71edb1;
    --counter-green-soft: rgba(72, 223, 152, .11);
    --counter-blue: #58c4f6;
    --counter-violet: #9b8cf6;
    position: relative;
    isolation: isolate;
    overflow-x: clip;
    color: var(--counter-copy);
}

.counter-landing,
.counter-landing *,
.counter-landing *::before,
.counter-landing *::after {
    box-sizing: border-box;
}

.counter-landing::before {
    content: "";
    position: absolute;
    z-index: -2;
    top: -16px;
    left: 50%;
    width: 100vw;
    height: 790px;
    transform: translateX(-50%);
    pointer-events: none;
    background:
        radial-gradient(circle at 78% 20%, rgba(72, 223, 152, .12), transparent 25rem),
        radial-gradient(circle at 63% 47%, rgba(88, 196, 246, .07), transparent 22rem),
        linear-gradient(rgba(120, 164, 178, .035) 1px, transparent 1px),
        linear-gradient(90deg, rgba(120, 164, 178, .035) 1px, transparent 1px);
    background-size: auto, auto, 38px 38px, 38px 38px;
    -webkit-mask-image: linear-gradient(to bottom, #000 0%, rgba(0, 0, 0, .9) 67%, transparent 100%);
    mask-image: linear-gradient(to bottom, #000 0%, rgba(0, 0, 0, .9) 67%, transparent 100%);
}

.counter-landing svg {
    display: block;
    fill: none;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.counter-hero {
    display: grid;
    grid-template-columns: minmax(320px, .88fr) minmax(0, 1.12fr);
    align-items: center;
    gap: clamp(34px, 5vw, 76px);
    min-height: min(730px, calc(100vh - 70px));
    padding: clamp(52px, 7vw, 92px) 0 76px;
}

.counter-hero__copy {
    position: relative;
    z-index: 2;
    min-width: 0;
    max-width: 610px;
}

.counter-status-pill,
.counter-demo-badge,
.counter-period-chip {
    display: inline-flex;
    align-items: center;
    width: fit-content;
    border: 1px solid rgba(72, 223, 152, .2);
    color: #b9f5d5;
    background: rgba(72, 223, 152, .07);
    font-family: "JetBrains Mono", monospace;
    font-weight: 700;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.counter-status-pill {
    gap: 9px;
    min-height: 30px;
    padding: 6px 11px;
    border-radius: 999px;
    font-size: 10px;
}

.counter-status-pill__dot,
.counter-window-live span,
.counter-preview-metric.is-live small i,
.counter-live-widget strong i {
    width: 6px;
    height: 6px;
    flex: 0 0 auto;
    border-radius: 50%;
    background: var(--counter-green);
    box-shadow: 0 0 0 4px rgba(72, 223, 152, .08), 0 0 15px rgba(72, 223, 152, .65);
}

.counter-status-pill__dot {
    position: relative;
}

.counter-status-pill__dot::after {
    content: "";
    position: absolute;
    inset: -5px;
    border: 1px solid rgba(72, 223, 152, .45);
    border-radius: 50%;
    animation: counterLiveRing 2.2s ease-out infinite;
}

.counter-hero__title {
    max-width: 720px;
    margin: 23px 0 0;
    color: var(--counter-text);
    font-size: clamp(44px, 5.1vw, 68px);
    font-weight: 720;
    line-height: .98;
    letter-spacing: -.055em;
    text-wrap: balance;
}

.counter-hero__title::after {
    content: "";
    display: block;
    width: 78px;
    height: 3px;
    margin-top: 24px;
    border-radius: 99px;
    background: linear-gradient(90deg, var(--counter-green), rgba(88, 196, 246, .82));
    box-shadow: 0 0 18px rgba(72, 223, 152, .24);
}

.counter-hero__lead {
    max-width: 610px;
    margin: 25px 0 0;
    color: var(--counter-copy);
    font-size: clamp(15px, 1.4vw, 17px);
    line-height: 1.72;
}

.counter-hero__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 11px;
    margin-top: 31px;
}

.counter-button {
    display: inline-flex;
    min-height: 50px;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 12px 18px;
    border: 1px solid transparent;
    border-radius: 11px;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.2;
    text-align: center;
    transition: transform .22s ease, border-color .22s ease, color .22s ease, background-color .22s ease, box-shadow .22s ease;
}

.counter-button svg {
    width: 18px;
    height: 18px;
    stroke-width: 1.9;
    transition: transform .22s ease;
}

.counter-button:hover {
    transform: translateY(-2px);
}

.counter-button:hover svg:last-child {
    transform: translateX(3px);
}

.counter-button--primary {
    color: #04110b;
    background: linear-gradient(135deg, var(--counter-green-bright), var(--counter-green));
    box-shadow: 0 12px 34px rgba(72, 223, 152, .17), inset 0 1px rgba(255, 255, 255, .28);
}

.counter-button--primary:hover {
    color: #020b07;
    background: linear-gradient(135deg, #82f2ba, #4fe8a0);
    box-shadow: 0 16px 42px rgba(72, 223, 152, .25), inset 0 1px rgba(255, 255, 255, .3);
}

.counter-button--secondary {
    border-color: var(--counter-border-strong);
    color: #e2e9e6;
    background: rgba(13, 24, 30, .72);
    box-shadow: inset 0 1px rgba(255, 255, 255, .025);
}

.counter-button--secondary:hover {
    border-color: rgba(88, 196, 246, .35);
    color: #fff;
    background: rgba(18, 34, 42, .9);
}

.counter-button:focus-visible,
.counter-mobile-dock a:focus-visible {
    outline: 2px solid var(--counter-green);
    outline-offset: 3px;
}

.counter-proof-list {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 20px;
    margin: 25px 0 0;
    padding: 0;
    list-style: none;
}

.counter-proof-list li {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    color: #89989f;
    font-size: 12px;
    font-weight: 560;
}

.counter-proof-list svg {
    width: 17px;
    height: 17px;
    padding: 2px;
    border: 1px solid rgba(72, 223, 152, .22);
    border-radius: 50%;
    color: var(--counter-green);
    stroke-width: 2.3;
    background: var(--counter-green-soft);
}

.counter-preview-shell {
    position: relative;
    z-index: 1;
    min-width: 0;
    width: 100%;
    max-width: 690px;
    margin-left: auto;
}

.counter-preview-meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin: 0 3px 11px;
    color: #87959c;
    font-family: "JetBrains Mono", monospace;
    font-size: 10px;
    font-weight: 650;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.counter-demo-badge {
    min-height: 23px;
    padding: 4px 8px;
    border-color: rgba(88, 196, 246, .18);
    border-radius: 6px;
    color: #a9ddf5;
    background: rgba(88, 196, 246, .065);
    font-size: 8px;
}

.counter-product-window {
    position: relative;
    overflow: hidden;
    min-width: 0;
    border: 1px solid rgba(128, 160, 173, .27);
    border-radius: 22px;
    background: #081116;
    box-shadow:
        0 42px 90px rgba(0, 0, 0, .43),
        0 0 0 1px rgba(255, 255, 255, .015) inset,
        0 0 70px rgba(72, 223, 152, .065);
}

.counter-product-window::after {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    border-radius: inherit;
    box-shadow: inset 0 1px rgba(255, 255, 255, .045);
}

.counter-window-bar {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    min-height: 45px;
    padding: 0 14px;
    border-bottom: 1px solid var(--counter-border);
    background: linear-gradient(180deg, rgba(18, 31, 38, .97), rgba(12, 22, 28, .97));
}

.counter-window-controls {
    display: flex;
    gap: 6px;
}

.counter-window-controls i {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #34464f;
}

.counter-window-controls i:first-child { background: #e4746c; }
.counter-window-controls i:nth-child(2) { background: #e3b866; }
.counter-window-controls i:nth-child(3) { background: #57c98b; }

.counter-window-address {
    display: flex;
    min-width: 170px;
    height: 25px;
    align-items: center;
    justify-content: center;
    gap: 6px;
    padding: 0 11px;
    border: 1px solid rgba(128, 160, 173, .12);
    border-radius: 7px;
    color: #72828a;
    background: rgba(3, 9, 12, .34);
    font: 600 9px/1 "JetBrains Mono", monospace;
}

.counter-window-address svg {
    width: 11px;
    height: 11px;
    stroke-width: 1.5;
}

.counter-window-live {
    display: inline-flex;
    align-items: center;
    justify-self: end;
    gap: 6px;
    color: var(--counter-green);
    font: 700 8px/1 "JetBrains Mono", monospace;
    letter-spacing: .08em;
}

.counter-window-live span {
    width: 5px;
    height: 5px;
}

.counter-product-body {
    display: grid;
    grid-template-columns: 62px minmax(0, 1fr);
    min-height: 465px;
}

.counter-preview-nav {
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 13px;
    padding: 17px 11px;
    border-right: 1px solid var(--counter-border);
    background: rgba(7, 15, 19, .9);
}

.counter-preview-logo {
    display: grid;
    width: 31px;
    height: 31px;
    margin-bottom: 13px;
    place-items: center;
    border: 1px solid rgba(72, 223, 152, .28);
    border-radius: 9px;
    color: var(--counter-green);
    background: var(--counter-green-soft);
    font-size: 17px;
    font-weight: 800;
}

.counter-preview-nav > span {
    display: grid;
    width: 31px;
    height: 31px;
    place-items: center;
    border: 1px solid transparent;
    border-radius: 9px;
    color: #52636c;
}

.counter-preview-nav > span.is-active {
    border-color: rgba(72, 223, 152, .18);
    color: var(--counter-green);
    background: rgba(72, 223, 152, .075);
}

.counter-preview-nav svg {
    width: 15px;
    height: 15px;
    stroke-width: 1.55;
}

.counter-preview-dashboard {
    min-width: 0;
    padding: 22px;
    background:
        radial-gradient(circle at 84% 0%, rgba(72, 223, 152, .055), transparent 15rem),
        #0b151a;
}

.counter-preview-heading {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 13px;
}

.counter-preview-heading > div {
    min-width: 0;
}

.counter-preview-eyebrow {
    display: block;
    overflow: hidden;
    margin-bottom: 5px;
    color: #697b84;
    font: 600 8px/1.2 "JetBrains Mono", monospace;
    letter-spacing: .08em;
    text-overflow: ellipsis;
    text-transform: uppercase;
    white-space: nowrap;
}

.counter-preview-heading strong {
    display: block;
    color: #edf4f0;
    font-size: 17px;
    font-weight: 690;
    letter-spacing: -.025em;
}

.counter-period-chip {
    min-height: 26px;
    padding: 5px 8px;
    border-color: var(--counter-border);
    border-radius: 7px;
    color: #87969d;
    background: rgba(255, 255, 255, .018);
    font-size: 7px;
    white-space: nowrap;
}

.counter-preview-metrics {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 9px;
    margin-top: 18px;
}

.counter-preview-metric {
    position: relative;
    min-width: 0;
    min-height: 82px;
    padding: 12px;
    overflow: hidden;
    border: 1px solid var(--counter-border);
    border-radius: 11px;
    background: linear-gradient(145deg, rgba(17, 31, 38, .94), rgba(10, 20, 25, .94));
}

.counter-preview-metric::before {
    content: "";
    position: absolute;
    inset: 0 0 auto;
    height: 2px;
    background: var(--counter-green);
    opacity: .7;
}

.counter-preview-metric.is-blue::before { background: var(--counter-blue); }
.counter-preview-metric.is-live::before { background: #f1a666; }

.counter-preview-metric > span {
    display: block;
    overflow: hidden;
    color: #72838b;
    font-size: 8px;
    font-weight: 650;
    letter-spacing: .07em;
    text-overflow: ellipsis;
    text-transform: uppercase;
    white-space: nowrap;
}

.counter-preview-metric strong {
    display: block;
    margin-top: 9px;
    color: #f1f6f3;
    font: 700 21px/1 "JetBrains Mono", monospace;
    letter-spacing: -.05em;
}

.counter-preview-metric small {
    display: flex;
    align-items: center;
    gap: 5px;
    margin-top: 7px;
    color: var(--counter-green);
    font: 700 7px/1 "JetBrains Mono", monospace;
}

.counter-preview-metric.is-blue small { color: var(--counter-blue); }
.counter-preview-metric.is-live small { color: #efb37e; }

.counter-preview-metric.is-live small i {
    width: 4px;
    height: 4px;
    background: #f1a666;
    box-shadow: 0 0 9px rgba(241, 166, 102, .7);
}

.counter-preview-chart {
    position: relative;
    min-width: 0;
    height: 188px;
    margin-top: 9px;
    padding: 13px 13px 21px;
    overflow: hidden;
    border: 1px solid var(--counter-border);
    border-radius: 11px;
    background: rgba(8, 17, 22, .78);
}

.counter-preview-chart__head {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.counter-preview-chart__head > div span {
    display: block;
    color: #71828a;
    font-size: 8px;
    font-weight: 650;
    letter-spacing: .07em;
    text-transform: uppercase;
}

.counter-preview-chart__head > div strong {
    display: block;
    margin-top: 5px;
    color: #f0f5f2;
    font: 700 16px/1 "JetBrains Mono", monospace;
}

.counter-preview-chart__head > span {
    color: var(--counter-green);
    font: 700 8px/1 "JetBrains Mono", monospace;
}

.counter-preview-chart > svg {
    position: absolute;
    inset: 42px 10px 18px;
    width: calc(100% - 20px);
    height: calc(100% - 60px);
    overflow: visible;
}

.counter-chart-grid path {
    stroke: rgba(132, 161, 174, .1);
    stroke-width: 1;
}

.counter-chart-area {
    fill: url(#counterChartFill);
    stroke: none;
}

.counter-chart-line {
    fill: none;
    stroke: var(--counter-green);
    stroke-width: 2;
    vector-effect: non-scaling-stroke;
    filter: drop-shadow(0 0 5px rgba(72, 223, 152, .3));
    stroke-dasharray: 760;
    stroke-dashoffset: 760;
    animation: counterChartDraw 1.6s .2s ease-out forwards;
}

.counter-chart-days {
    position: absolute;
    right: 13px;
    bottom: 7px;
    left: 13px;
    display: flex;
    justify-content: space-between;
    color: #506069;
    font: 600 7px/1 "JetBrains Mono", monospace;
}

.counter-preview-footer {
    display: grid;
    grid-template-columns: minmax(0, .9fr) minmax(185px, 1.1fr);
    gap: 9px;
    margin-top: 9px;
}

.counter-source-list,
.counter-live-widget {
    min-width: 0;
    border: 1px solid var(--counter-border);
    border-radius: 11px;
    background: rgba(8, 17, 22, .76);
}

.counter-source-list {
    display: grid;
    gap: 7px;
    padding: 10px 11px;
}

.counter-source-list > div {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    color: #77878f;
    font-size: 8px;
}

.counter-source-list span {
    display: flex;
    min-width: 0;
    align-items: center;
    gap: 6px;
}

.counter-source-list i {
    width: 5px;
    height: 5px;
    flex: 0 0 auto;
    border-radius: 50%;
}

.counter-source-list i.is-green { background: var(--counter-green); }
.counter-source-list i.is-blue { background: var(--counter-blue); }
.counter-source-list i.is-violet { background: var(--counter-violet); }
.counter-source-list strong { color: #cbd5d1; font: 650 8px/1 "JetBrains Mono", monospace; }

.counter-live-widget {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 11px;
    padding: 10px 11px;
}

.counter-live-widget > div:first-child > span {
    display: block;
    color: #687982;
    font-size: 7px;
    font-weight: 650;
    letter-spacing: .06em;
    text-transform: uppercase;
}

.counter-live-widget strong {
    display: flex;
    align-items: center;
    gap: 6px;
    margin-top: 6px;
    color: #bff4d6;
    font-size: 9px;
    font-weight: 650;
}

.counter-live-widget strong i {
    width: 4px;
    height: 4px;
}

.counter-digit-row {
    display: flex;
    gap: 2px;
}

.counter-digit-row b {
    display: grid;
    width: 16px;
    height: 24px;
    place-items: center;
    border: 1px solid rgba(72, 223, 152, .17);
    border-radius: 3px;
    color: #d9f8e8;
    background: #07120e;
    font: 700 10px/1 "JetBrains Mono", monospace;
    box-shadow: inset 0 0 8px rgba(72, 223, 152, .06);
}

.counter-preview-orbit {
    position: absolute;
    z-index: -1;
    pointer-events: none;
    border: 1px solid rgba(72, 223, 152, .14);
    border-radius: 50%;
}

.counter-preview-orbit--one {
    top: 12%;
    right: -7%;
    width: 160px;
    height: 160px;
}

.counter-preview-orbit--two {
    bottom: -9%;
    left: -8%;
    width: 110px;
    height: 110px;
    border-color: rgba(88, 196, 246, .12);
}

.counter-section {
    padding: 82px 0;
    border-top: 1px solid rgba(131, 160, 173, .11);
}

.counter-section-heading {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 36px;
    margin-bottom: 31px;
}

.counter-section-heading > div {
    max-width: 700px;
}

.counter-section-kicker {
    display: block;
    margin-bottom: 12px;
    color: var(--counter-green);
    font: 700 10px/1.2 "JetBrains Mono", monospace;
    letter-spacing: .13em;
    text-transform: uppercase;
}

.counter-section-heading h2,
.counter-why-heading h2,
.counter-final-cta h2 {
    margin: 0;
    color: var(--counter-text);
    font-size: clamp(30px, 3.2vw, 43px);
    font-weight: 700;
    line-height: 1.08;
    letter-spacing: -.043em;
    text-wrap: balance;
}

.counter-section-heading > p {
    max-width: 440px;
    margin: 0;
    color: #8e9da4;
    font-size: 14px;
    line-height: 1.65;
}

.counter-steps {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 13px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.counter-step {
    position: relative;
    min-width: 0;
    min-height: 245px;
    padding: 21px;
    overflow: hidden;
    border: 1px solid var(--counter-border);
    border-radius: 15px;
    background:
        radial-gradient(circle at 100% 0%, rgba(72, 223, 152, .055), transparent 13rem),
        linear-gradient(145deg, rgba(15, 28, 34, .95), rgba(9, 18, 23, .95));
    box-shadow: inset 0 1px rgba(255, 255, 255, .02);
    transition: transform .24s ease, border-color .24s ease, box-shadow .24s ease;
}

.counter-step:hover {
    transform: translateY(-4px);
    border-color: rgba(72, 223, 152, .29);
    box-shadow: 0 18px 45px rgba(0, 0, 0, .16), inset 0 1px rgba(255, 255, 255, .03);
}

.counter-step__top {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.counter-step__number {
    color: #62737c;
    font: 700 11px/1 "JetBrains Mono", monospace;
    letter-spacing: .1em;
}

.counter-step__icon,
.counter-benefit-card__icon {
    display: grid;
    width: 43px;
    height: 43px;
    place-items: center;
    border: 1px solid rgba(72, 223, 152, .2);
    border-radius: 12px;
    color: var(--counter-green);
    background: rgba(72, 223, 152, .07);
}

.counter-step__icon svg,
.counter-benefit-card__icon svg {
    width: 21px;
    height: 21px;
    stroke-width: 1.55;
}

.counter-step h3 {
    margin: 41px 0 0;
    color: #edf3f0;
    font-size: 19px;
    font-weight: 670;
    letter-spacing: -.025em;
}

.counter-step p {
    margin: 11px 0 0;
    color: #8d9ca3;
    font-size: 14px;
    line-height: 1.65;
}

.counter-benefit-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.16fr) minmax(320px, .84fr);
    grid-template-rows: repeat(2, minmax(278px, auto));
    gap: 13px;
}

.counter-benefit-card {
    position: relative;
    min-width: 0;
    padding: 22px;
    overflow: hidden;
    border: 1px solid var(--counter-border);
    border-radius: 15px;
    background:
        radial-gradient(circle at 100% 0%, rgba(88, 196, 246, .045), transparent 15rem),
        linear-gradient(145deg, rgba(15, 28, 34, .97), rgba(9, 18, 23, .97));
    box-shadow: inset 0 1px rgba(255, 255, 255, .02);
}

.counter-benefit-card.is-large {
    grid-row: 1 / 3;
    padding: 27px;
}

.counter-benefit-card__head {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.counter-benefit-card__head > span:first-child {
    color: #5d6e77;
    font: 700 10px/1 "JetBrains Mono", monospace;
}

.counter-benefit-card__icon {
    width: 39px;
    height: 39px;
    border-color: rgba(88, 196, 246, .19);
    color: var(--counter-blue);
    background: rgba(88, 196, 246, .06);
}

.counter-benefit-card__icon svg {
    width: 19px;
    height: 19px;
}

.counter-benefit-card h3 {
    margin: 23px 0 0;
    color: #eef4f1;
    font-size: 22px;
    font-weight: 680;
    letter-spacing: -.035em;
}

.counter-benefit-card.is-large h3 {
    max-width: 520px;
    margin-top: 48px;
    font-size: clamp(26px, 2.7vw, 36px);
}

.counter-benefit-card > p {
    max-width: 610px;
    margin: 11px 0 0;
    color: #8f9ea5;
    font-size: 14px;
    line-height: 1.66;
}

.counter-benefit-analytics {
    position: absolute;
    right: 27px;
    bottom: 27px;
    left: 27px;
    min-height: 225px;
    padding: 18px;
    overflow: hidden;
    border: 1px solid rgba(72, 223, 152, .16);
    border-radius: 13px;
    background:
        linear-gradient(rgba(117, 154, 168, .055) 1px, transparent 1px),
        linear-gradient(90deg, rgba(117, 154, 168, .055) 1px, transparent 1px),
        rgba(7, 17, 21, .78);
    background-size: 32px 32px;
}

.counter-benefit-analytics > div {
    position: relative;
    z-index: 2;
    display: inline-grid;
    min-width: 120px;
    margin-right: 10px;
    padding: 11px 12px;
    border: 1px solid var(--counter-border);
    border-radius: 9px;
    background: rgba(12, 25, 30, .9);
}

.counter-benefit-analytics span {
    color: #6e7f87;
    font-size: 8px;
    font-weight: 700;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.counter-benefit-analytics strong {
    margin-top: 5px;
    color: #ecf3ef;
    font: 700 20px/1 "JetBrains Mono", monospace;
}

.counter-benefit-analytics i {
    position: absolute;
    top: 11px;
    right: 10px;
    color: var(--counter-green);
    font: normal 700 7px/1 "JetBrains Mono", monospace;
}

.counter-benefit-analytics svg {
    position: absolute;
    right: 13px;
    bottom: 13px;
    left: 13px;
    width: calc(100% - 26px);
    height: 105px;
}

.counter-benefit-area {
    fill: rgba(72, 223, 152, .12);
    stroke: none;
}

.counter-benefit-line {
    fill: none;
    stroke: var(--counter-green);
    stroke-width: 2;
    vector-effect: non-scaling-stroke;
}

.counter-ranking-preview {
    display: grid;
    gap: 9px;
    margin-top: 22px;
}

.counter-ranking-preview > div {
    display: grid;
    grid-template-columns: 21px minmax(58px, .65fr) minmax(60px, 1fr) 37px;
    align-items: center;
    gap: 8px;
    min-width: 0;
}

.counter-ranking-preview b,
.counter-ranking-preview strong {
    color: #63757e;
    font: 650 8px/1 "JetBrains Mono", monospace;
}

.counter-ranking-preview span {
    overflow: hidden;
    color: #b9c4c0;
    font-size: 9px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.counter-ranking-preview i {
    position: relative;
    height: 6px;
    overflow: hidden;
    border-radius: 99px;
    background: rgba(121, 151, 164, .11);
}

.counter-ranking-preview i::after {
    content: "";
    position: absolute;
    inset: 0 auto 0 0;
    width: var(--rank);
    border-radius: inherit;
    background: linear-gradient(90deg, #2fc986, var(--counter-green));
}

.counter-ranking-preview strong {
    color: #d4dcda;
    text-align: right;
}

.counter-code-preview {
    margin-top: 21px;
    overflow: hidden;
    border: 1px solid var(--counter-border);
    border-radius: 10px;
    background: #071015;
}

.counter-code-preview > div {
    display: flex;
    align-items: center;
    gap: 5px;
    min-height: 28px;
    padding: 0 10px;
    border-bottom: 1px solid var(--counter-border);
    background: rgba(255, 255, 255, .018);
}

.counter-code-preview > div i {
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #53646c;
}

.counter-code-preview > div i:first-child { background: #dd716b; }
.counter-code-preview > div i:nth-child(2) { background: #dbb361; }
.counter-code-preview > div i:nth-child(3) { background: #51c587; }

.counter-code-preview > div span {
    margin-left: 5px;
    color: #5e7078;
    font: 600 7px/1 "JetBrains Mono", monospace;
}

.counter-code-preview code {
    display: block;
    overflow: hidden;
    padding: 16px 12px 12px;
    color: #aab6ba;
    font: 500 8px/1.55 "JetBrains Mono", monospace;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.counter-code-preview code em { color: var(--counter-blue); font-style: normal; }
.counter-code-preview code strong { color: #d7bc75; font-weight: 550; }

.counter-code-preview > span {
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 0 12px 12px;
    color: var(--counter-green);
    font: 700 7px/1 "JetBrains Mono", monospace;
    text-transform: uppercase;
}

.counter-code-preview > span i {
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: var(--counter-green);
    box-shadow: 0 0 9px rgba(72, 223, 152, .55);
}

.counter-why-section {
    display: grid;
    grid-template-columns: minmax(260px, .7fr) minmax(0, 1.3fr);
    align-items: start;
    gap: clamp(38px, 7vw, 94px);
}

.counter-why-heading {
    position: sticky;
    top: 78px;
}

.counter-why-heading h2 {
    max-width: 430px;
}

.counter-why-grid {
    display: grid;
    gap: 12px;
}

.counter-why-grid article {
    display: grid;
    grid-template-columns: 47px minmax(0, 1fr);
    gap: 19px;
    padding: 23px;
    border: 1px solid var(--counter-border);
    border-radius: 15px;
    background: linear-gradient(145deg, rgba(15, 28, 34, .91), rgba(9, 18, 23, .91));
}

.counter-why-index {
    display: grid;
    width: 47px;
    height: 47px;
    place-items: center;
    border: 1px solid rgba(72, 223, 152, .18);
    border-radius: 12px;
    color: var(--counter-green);
    background: rgba(72, 223, 152, .06);
    font: 700 10px/1 "JetBrains Mono", monospace;
}

.counter-why-grid article > div svg {
    width: 20px;
    height: 20px;
    margin-bottom: 15px;
    color: var(--counter-green);
    stroke-width: 1.9;
}

.counter-why-grid p {
    margin: 0;
    color: #9aa8ae;
    font-size: 14px;
    line-height: 1.72;
}

.counter-final-cta {
    position: relative;
    display: flex;
    min-height: 270px;
    align-items: center;
    justify-content: space-between;
    gap: 42px;
    margin: 12px 0 72px;
    padding: clamp(31px, 5vw, 58px);
    overflow: hidden;
    border: 1px solid rgba(72, 223, 152, .22);
    border-radius: 20px;
    background:
        linear-gradient(120deg, rgba(18, 39, 43, .94), rgba(8, 20, 24, .98)),
        var(--counter-panel);
    box-shadow: 0 28px 70px rgba(0, 0, 0, .24), inset 0 1px rgba(255, 255, 255, .025);
}

.counter-final-cta::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background:
        linear-gradient(rgba(72, 223, 152, .035) 1px, transparent 1px),
        linear-gradient(90deg, rgba(72, 223, 152, .035) 1px, transparent 1px);
    background-size: 32px 32px;
    -webkit-mask-image: linear-gradient(90deg, transparent, #000 50%, transparent);
    mask-image: linear-gradient(90deg, transparent, #000 50%, transparent);
}

.counter-final-cta__glow {
    position: absolute;
    top: -170px;
    right: 8%;
    width: 360px;
    height: 360px;
    border-radius: 50%;
    pointer-events: none;
    background: rgba(72, 223, 152, .12);
    filter: blur(70px);
}

.counter-final-cta__content,
.counter-final-cta__actions {
    position: relative;
    z-index: 1;
}

.counter-final-cta__content {
    max-width: 720px;
}

.counter-final-cta h2 {
    max-width: 670px;
}

.counter-final-cta__content > p {
    max-width: 650px;
    margin: 15px 0 0;
    color: #9dabb1;
    font-size: 15px;
    line-height: 1.65;
}

.counter-final-cta__actions {
    display: grid;
    min-width: min(100%, 260px);
    justify-items: center;
    gap: 12px;
}

.counter-final-cta__actions .counter-button {
    width: 100%;
}

.counter-final-cta__actions small {
    color: #73838b;
    font-size: 11px;
    line-height: 1.4;
    text-align: center;
}

.counter-mobile-dock {
    display: none;
}

@keyframes counterLiveRing {
    0% { transform: scale(.75); opacity: .9; }
    78%, 100% { transform: scale(1.8); opacity: 0; }
}

@keyframes counterChartDraw {
    to { stroke-dashoffset: 0; }
}

@media (max-width: 1090px) {
    .counter-hero {
        grid-template-columns: minmax(310px, .76fr) minmax(0, 1.24fr);
        gap: 30px;
    }

    .counter-hero__title {
        font-size: clamp(42px, 5vw, 56px);
    }

    .counter-preview-dashboard {
        padding: 18px;
    }

    .counter-product-body {
        grid-template-columns: 54px minmax(0, 1fr);
    }

    .counter-preview-nav {
        padding-right: 8px;
        padding-left: 8px;
    }
}

@media (max-width: 920px) {
    .counter-hero {
        grid-template-columns: minmax(0, 1fr);
        min-height: auto;
        gap: 55px;
        padding-top: 52px;
    }

    .counter-hero__copy {
        max-width: 760px;
    }

    .counter-hero__title {
        max-width: 760px;
        font-size: clamp(45px, 7vw, 64px);
    }

    .counter-preview-shell {
        max-width: 780px;
        margin-right: auto;
    }

    .counter-section {
        padding: 70px 0;
    }

    .counter-benefit-grid {
        grid-template-columns: minmax(0, 1fr) minmax(300px, .86fr);
    }
}

@media (max-width: 767px) {
    .counter-landing {
        padding-bottom: 88px;
    }

    .counter-landing::before {
        height: 700px;
        background-size: auto, auto, 30px 30px, 30px 30px;
    }

    .counter-hero {
        gap: 44px;
        padding: 28px 0 56px;
    }

    .counter-status-pill {
        min-height: 29px;
        font-size: 9px;
    }

    .counter-hero__title {
        margin-top: 19px;
        font-size: clamp(37px, 11.5vw, 52px);
        line-height: 1.01;
        letter-spacing: -.052em;
    }

    .counter-hero__title::after {
        width: 58px;
        margin-top: 19px;
    }

    .counter-hero__lead {
        margin-top: 20px;
        font-size: 15px;
        line-height: 1.66;
    }

    .counter-hero__actions {
        display: grid;
        grid-template-columns: 1fr;
        margin-top: 25px;
    }

    .counter-button {
        width: 100%;
        min-height: 50px;
    }

    .counter-proof-list {
        display: grid;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 9px;
        margin-top: 21px;
    }

    .counter-proof-list li {
        align-items: flex-start;
        gap: 6px;
        font-size: 11px;
        line-height: 1.35;
    }

    .counter-proof-list svg {
        margin-top: -1px;
    }

    .counter-preview-meta {
        margin-bottom: 9px;
        font-size: 9px;
    }

    .counter-product-window {
        border-radius: 17px;
    }

    .counter-product-body {
        min-height: 430px;
    }

    .counter-section {
        padding: 57px 0;
    }

    .counter-section-heading {
        display: grid;
        gap: 17px;
        margin-bottom: 25px;
    }

    .counter-section-heading h2,
    .counter-why-heading h2,
    .counter-final-cta h2 {
        font-size: clamp(29px, 8.5vw, 38px);
    }

    .counter-section-heading > p {
        font-size: 14px;
    }

    .counter-steps {
        grid-template-columns: 1fr;
    }

    .counter-step {
        min-height: auto;
        padding: 20px 20px 22px;
    }

    .counter-step:not(:last-child)::after {
        content: "";
        position: absolute;
        z-index: 2;
        bottom: -14px;
        left: 41px;
        width: 1px;
        height: 14px;
        background: rgba(72, 223, 152, .35);
    }

    .counter-step h3 {
        margin-top: 24px;
        font-size: 18px;
    }

    .counter-step p {
        font-size: 14px;
    }

    .counter-benefit-grid {
        grid-template-columns: 1fr;
        grid-template-rows: none;
    }

    .counter-benefit-card,
    .counter-benefit-card.is-large {
        min-height: 300px;
        grid-row: auto;
        padding: 21px;
    }

    .counter-benefit-card.is-large {
        min-height: 570px;
    }

    .counter-benefit-card.is-large h3 {
        margin-top: 28px;
        font-size: 29px;
    }

    .counter-benefit-card > p {
        font-size: 14px;
    }

    .counter-benefit-analytics {
        right: 21px;
        bottom: 21px;
        left: 21px;
    }

    .counter-why-section {
        grid-template-columns: 1fr;
        gap: 26px;
    }

    .counter-why-heading {
        position: static;
    }

    .counter-why-grid article {
        grid-template-columns: 42px minmax(0, 1fr);
        gap: 15px;
        padding: 19px;
    }

    .counter-why-index {
        width: 42px;
        height: 42px;
    }

    .counter-final-cta {
        display: grid;
        min-height: 0;
        gap: 28px;
        margin: 8px 0 12px;
        padding: 27px 22px;
        border-radius: 16px;
    }

    .counter-final-cta__content > p {
        font-size: 14px;
    }

    .counter-final-cta__actions {
        width: 100%;
        min-width: 0;
    }

    .counter-mobile-dock {
        position: fixed;
        z-index: 40;
        right: 9px;
        bottom: max(9px, env(safe-area-inset-bottom));
        left: 9px;
        display: flex;
        min-height: 62px;
        align-items: center;
        justify-content: space-between;
        gap: 12px;
        padding: 8px 8px 8px 14px;
        border: 1px solid rgba(131, 160, 173, .3);
        border-radius: 16px;
        background: rgba(8, 18, 23, .93);
        box-shadow: 0 18px 48px rgba(0, 0, 0, .44), inset 0 1px rgba(255, 255, 255, .035);
        -webkit-backdrop-filter: blur(18px);
        backdrop-filter: blur(18px);
        transition: transform .25s ease, opacity .25s ease, visibility .25s ease;
    }

    .counter-mobile-dock.is-hidden {
        visibility: hidden;
        opacity: 0;
        transform: translateY(calc(100% + 24px));
        pointer-events: none;
    }

    .counter-mobile-dock > div {
        display: grid;
        gap: 3px;
        min-width: 0;
    }

    .counter-mobile-dock strong {
        color: var(--counter-green);
        font: 750 15px/1 "JetBrains Mono", monospace;
    }

    .counter-mobile-dock span {
        overflow: hidden;
        color: #829199;
        font-size: 9px;
        font-weight: 650;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .counter-mobile-dock a {
        display: inline-flex;
        min-height: 44px;
        align-items: center;
        justify-content: center;
        padding: 10px 15px;
        border-radius: 11px;
        color: #03110a;
        background: var(--counter-green);
        font-size: 12px;
        font-weight: 750;
        white-space: nowrap;
    }
}

@media (max-width: 540px) {
    .counter-window-bar {
        grid-template-columns: auto 1fr auto;
        padding: 0 10px;
    }

    .counter-window-address {
        min-width: 0;
        width: min(150px, 42vw);
        justify-self: center;
    }

    .counter-product-body {
        grid-template-columns: 1fr;
        min-height: 0;
    }

    .counter-preview-nav {
        display: none;
    }

    .counter-preview-dashboard {
        padding: 15px;
    }

    .counter-preview-heading strong {
        font-size: 15px;
    }

    .counter-period-chip {
        max-width: 112px;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .counter-preview-metrics {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 8px;
        margin-top: 14px;
    }

    .counter-preview-metric {
        min-height: 80px;
    }

    .counter-preview-metric.is-live {
        display: grid;
        grid-template-columns: 1fr auto;
        grid-column: 1 / -1;
        align-items: center;
        min-height: 59px;
    }

    .counter-preview-metric.is-live > span,
    .counter-preview-metric.is-live small {
        grid-column: 1;
    }

    .counter-preview-metric.is-live strong {
        grid-row: 1 / 3;
        grid-column: 2;
        margin: 0;
    }

    .counter-preview-chart {
        height: 174px;
    }

    .counter-preview-footer {
        grid-template-columns: 1fr;
    }

    .counter-source-list {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 6px;
    }

    .counter-source-list > div {
        display: grid;
        justify-items: start;
    }

    .counter-live-widget {
        min-height: 58px;
    }

    .counter-benefit-card.is-large {
        min-height: 600px;
    }

    .counter-benefit-analytics {
        min-height: 250px;
    }

    .counter-benefit-analytics > div {
        min-width: calc(50% - 7px);
        margin-right: 4px;
    }
}

@media (max-width: 380px) {
    .counter-hero__title {
        font-size: 35px;
    }

    .counter-proof-list {
        grid-template-columns: 1fr;
        gap: 7px;
    }

    .counter-proof-list li {
        align-items: center;
    }

    .counter-preview-meta > span:first-child {
        max-width: 175px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .counter-window-address {
        width: 112px;
    }

    .counter-preview-dashboard {
        padding: 12px;
    }

    .counter-preview-metric {
        padding: 10px;
    }

    .counter-preview-metric strong {
        font-size: 18px;
    }

    .counter-preview-chart {
        height: 164px;
        padding-right: 10px;
        padding-left: 10px;
    }

    .counter-source-list {
        padding: 9px;
    }

    .counter-digit-row b {
        width: 15px;
    }

    .counter-benefit-card.is-large {
        min-height: 625px;
    }

    .counter-benefit-analytics {
        right: 16px;
        bottom: 16px;
        left: 16px;
        min-height: 270px;
    }

    .counter-benefit-analytics > div {
        min-width: 100%;
        margin: 0 0 6px;
    }

    .counter-mobile-dock > div {
        display: none;
    }

    .counter-mobile-dock a {
        width: 100%;
    }
}

@media (prefers-reduced-motion: reduce) {
    .counter-status-pill__dot::after,
    .counter-chart-line {
        animation: none;
    }

    .counter-chart-line {
        stroke-dashoffset: 0;
    }

    .counter-button,
    .counter-button svg,
    .counter-step,
    .counter-mobile-dock {
        transition: none;
    }
}
