:root {
    --ao-blue: #2f63eb;
    --ao-blue-deep: #1846bd;
    --ao-cyan: #19b8ff;
    --ao-ink: #101a33;
    --ao-muted: #66708a;
    --ao-line: rgba(90, 116, 170, 0.16);
    --ao-surface: rgba(255, 255, 255, 0.92);
    --ao-pale: #f4f8ff;
    --ao-green: #1fb980;
    --ao-yellow: #ffb629;
    --ao-shadow: 0 30px 80px rgba(48, 84, 157, 0.13);
}

html {
    scroll-behavior: smooth;
}

body.analytics-landing-v2 {
    margin: 0;
    overflow-x: hidden;
    color: var(--ao-ink);
    background:
        radial-gradient(circle at 8% 10%, rgba(79, 151, 255, 0.14), transparent 28rem),
        radial-gradient(circle at 93% 23%, rgba(51, 197, 255, 0.11), transparent 31rem),
        linear-gradient(180deg, #f9fbff 0%, #f4f8ff 32%, #ffffff 75%);
    font-family: "Onest", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

body.analytics-landing-v2 *,
body.analytics-landing-v2 *::before,
body.analytics-landing-v2 *::after {
    box-sizing: border-box;
}

body.analytics-landing-v2 a {
    text-decoration: none;
}

body.analytics-landing-v2::before {
    position: fixed;
    inset: 0;
    z-index: -2;
    pointer-events: none;
    content: "";
    opacity: 0.42;
    background-image: radial-gradient(rgba(37, 91, 219, 0.13) 0.65px, transparent 0.65px);
    background-size: 19px 19px;
    mask-image: linear-gradient(to bottom, #000, transparent 62%);
}

.ao-page {
    isolation: isolate;
}

.ao-container {
    width: min(1280px, calc(100% - 48px));
    margin: 0 auto;
}

.ao-section {
    position: relative;
    padding: 118px 0;
}

.ao-section-heading {
    max-width: 790px;
    margin-bottom: 48px;
}

.ao-section-heading.is-centered {
    margin-right: auto;
    margin-left: auto;
    text-align: center;
}

.ao-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    margin-bottom: 16px;
    color: var(--ao-blue);
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.ao-eyebrow::before {
    width: 7px;
    height: 7px;
    content: "";
    border-radius: 50%;
    background: currentColor;
    box-shadow: 0 0 0 7px rgba(47, 99, 235, 0.1);
}

.ao-section h2 {
    margin: 0;
    color: var(--ao-ink);
    font-size: clamp(34px, 4.1vw, 62px);
    font-weight: 800;
    line-height: 1.04;
    letter-spacing: -0.045em;
}

.ao-section-heading > p {
    max-width: 720px;
    margin: 20px 0 0;
    color: var(--ao-muted);
    font-size: clamp(17px, 1.5vw, 21px);
    line-height: 1.65;
}

.ao-section-heading.is-centered > p {
    margin-right: auto;
    margin-left: auto;
}

.ao-btn {
    display: inline-flex;
    min-height: 54px;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 0 24px;
    border: 1px solid transparent;
    border-radius: 14px;
    font-size: 15px;
    font-weight: 800;
    line-height: 1;
    text-decoration: none;
    transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease, background 180ms ease;
}

.ao-btn:hover {
    transform: translateY(-2px);
}

.ao-btn.is-primary {
    color: #fff;
    background: linear-gradient(135deg, #3473f2, #2453d9);
    box-shadow: 0 16px 36px rgba(40, 94, 228, 0.3);
}

.ao-btn.is-primary:hover {
    box-shadow: 0 20px 40px rgba(40, 94, 228, 0.4);
}

.ao-btn.is-secondary {
    color: #244586;
    border-color: rgba(54, 99, 194, 0.17);
    background: rgba(255, 255, 255, 0.8);
    box-shadow: 0 12px 30px rgba(61, 91, 151, 0.1);
}

.ao-btn.is-secondary:hover {
    border-color: rgba(54, 99, 194, 0.35);
    background: #fff;
}

.ao-btn svg {
    flex: 0 0 auto;
}

.ao-hero {
    position: relative;
    padding: 44px 0 28px;
}

.ao-hero::before {
    position: absolute;
    top: -90px;
    left: 50%;
    z-index: -1;
    width: min(1500px, 94vw);
    height: 760px;
    content: "";
    transform: translateX(-50%);
    border-radius: 0 0 96px 96px;
    background:
        linear-gradient(112deg, rgba(244, 249, 255, 0.96), rgba(222, 236, 255, 0.74)),
        radial-gradient(circle at 74% 40%, rgba(74, 158, 255, 0.32), transparent 36%);
    box-shadow: inset 0 -1px rgba(47, 99, 235, 0.08);
}

.ao-hero-card {
    position: relative;
    min-height: 650px;
    overflow: hidden;
    border: 1px solid rgba(73, 111, 189, 0.14);
    border-radius: 36px;
    background: rgba(244, 249, 255, 0.76);
    box-shadow: 0 42px 90px rgba(68, 105, 176, 0.14);
}

.ao-hero-card::before {
    position: absolute;
    inset: 0;
    z-index: 1;
    pointer-events: none;
    content: "";
    background:
        linear-gradient(90deg, rgba(255, 255, 255, 0.94) 0%, rgba(255, 255, 255, 0.88) 31%, rgba(246, 250, 255, 0.64) 47%, rgba(235, 245, 255, 0.08) 68%, transparent 100%),
        radial-gradient(circle at 8% 10%, rgba(255, 255, 255, 0.8), transparent 31%);
}

.ao-hero-copy {
    position: relative;
    z-index: 2;
    width: 57%;
    padding: 74px 0 46px 72px;
}

.ao-product-chip {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 10px 15px;
    border: 1px solid rgba(36, 87, 203, 0.12);
    border-radius: 999px;
    color: #234da8;
    background: rgba(255, 255, 255, 0.84);
    box-shadow: 0 10px 28px rgba(54, 101, 198, 0.1);
    font-size: 13px;
    font-weight: 800;
}

.ao-product-chip i {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #21c78b;
    box-shadow: 0 0 0 5px rgba(33, 199, 139, 0.13);
}

.ao-hero h1 {
    max-width: 780px;
    margin: 28px 0 24px;
    color: #0c1429;
    font-size: clamp(46px, 5.2vw, 76px);
    font-weight: 800;
    line-height: 0.99;
    letter-spacing: -0.057em;
}

.ao-hero h1 span {
    display: block;
    color: var(--ao-blue);
}

.ao-hero-lead {
    max-width: 650px;
    margin: 0;
    color: #4f5c77;
    font-size: clamp(18px, 1.55vw, 22px);
    line-height: 1.58;
}

.ao-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 30px;
}

.ao-hero-note {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-top: 20px;
    color: #68758c;
    font-size: 13px;
    font-weight: 600;
}

.ao-hero-note span {
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.ao-hero-note i {
    display: grid;
    width: 18px;
    height: 18px;
    place-items: center;
    border-radius: 50%;
    color: #fff;
    background: var(--ao-green);
    font-size: 11px;
    font-style: normal;
}

.ao-hero-visual {
    position: absolute;
    inset: 0;
    height: 100%;
    pointer-events: none;
}

.ao-hero-visual img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: right center;
    filter: saturate(1.03) contrast(1.01);
}

.ao-floating-metric {
    position: absolute;
    z-index: 3;
    display: flex;
    min-width: 150px;
    align-items: center;
    gap: 10px;
    padding: 12px 15px;
    border: 1px solid rgba(255, 255, 255, 0.88);
    border-radius: 15px;
    color: #26395f;
    background: rgba(255, 255, 255, 0.81);
    box-shadow: 0 18px 42px rgba(48, 78, 136, 0.18);
    backdrop-filter: blur(14px);
    font-size: 12px;
    font-weight: 700;
    animation: ao-float 5s ease-in-out infinite;
}

.ao-floating-metric strong {
    display: block;
    color: var(--ao-ink);
    font-size: 18px;
    line-height: 1.1;
}

.ao-floating-metric b {
    display: grid;
    width: 36px;
    height: 36px;
    flex: 0 0 auto;
    place-items: center;
    border-radius: 11px;
    color: var(--ao-blue);
    background: #edf4ff;
    font-size: 17px;
}

.ao-floating-metric.is-one {
    top: 88px;
    right: 27px;
}

.ao-floating-metric.is-two {
    right: 22%;
    bottom: 82px;
    animation-delay: -2.4s;
}

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

.ao-hero-stats {
    position: relative;
    z-index: 4;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    width: 55%;
    gap: 14px;
    padding: 0 0 54px 72px;
}

.ao-hero-stat {
    min-height: 104px;
    padding: 18px 18px 16px;
    border: 1px solid rgba(80, 112, 179, 0.13);
    border-radius: 17px;
    background: rgba(255, 255, 255, 0.79);
    box-shadow: 0 14px 36px rgba(57, 87, 146, 0.08);
    backdrop-filter: blur(12px);
}

.ao-hero-stat strong {
    display: block;
    color: var(--ao-blue);
    font-size: 26px;
    font-weight: 800;
    letter-spacing: -0.04em;
}

.ao-hero-stat span {
    display: block;
    margin-top: 6px;
    color: #5e6a82;
    font-size: 13px;
    line-height: 1.35;
}

.ao-trust-strip {
    display: grid;
    grid-template-columns: 1.25fr repeat(3, 1fr);
    align-items: center;
    gap: 18px;
    padding: 30px 0 0;
}

.ao-trust-intro {
    color: #65718a;
    font-size: 14px;
    line-height: 1.5;
}

.ao-trust-intro strong {
    display: block;
    margin-bottom: 4px;
    color: var(--ao-ink);
    font-size: 17px;
}

.ao-trust-item {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 13px 15px;
    border: 1px solid rgba(68, 103, 176, 0.11);
    border-radius: 14px;
    color: #54617a;
    background: rgba(255, 255, 255, 0.62);
    font-size: 13px;
    font-weight: 700;
}

.ao-trust-item i {
    display: grid;
    width: 34px;
    height: 34px;
    flex: 0 0 auto;
    place-items: center;
    border-radius: 10px;
    color: var(--ao-blue);
    background: #edf4ff;
    font-style: normal;
}

.ao-feature-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 18px;
}

.ao-feature-card {
    position: relative;
    min-height: 260px;
    overflow: hidden;
    padding: 27px 25px;
    border: 1px solid rgba(75, 108, 172, 0.13);
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.85);
    box-shadow: 0 20px 50px rgba(52, 82, 143, 0.08);
    transition: transform 200ms ease, box-shadow 200ms ease, border-color 200ms ease;
}

.ao-feature-card::after {
    position: absolute;
    right: -35px;
    bottom: -55px;
    width: 145px;
    height: 145px;
    content: "";
    border-radius: 50%;
    background: radial-gradient(circle, rgba(56, 131, 245, 0.11), transparent 68%);
}

.ao-feature-card:hover {
    transform: translateY(-5px);
    border-color: rgba(47, 99, 235, 0.26);
    box-shadow: 0 28px 64px rgba(42, 83, 170, 0.14);
}

.ao-feature-icon {
    display: grid;
    width: 48px;
    height: 48px;
    place-items: center;
    margin-bottom: 30px;
    border: 1px solid rgba(47, 99, 235, 0.12);
    border-radius: 14px;
    color: var(--ao-blue);
    background: linear-gradient(145deg, #f3f8ff, #e4eeff);
}

.ao-feature-icon svg {
    width: 24px;
    height: 24px;
}

.ao-feature-card h3 {
    margin: 0 0 11px;
    color: var(--ao-ink);
    font-size: 20px;
    font-weight: 800;
    line-height: 1.2;
    letter-spacing: -0.025em;
}

.ao-feature-card p {
    margin: 0;
    color: var(--ao-muted);
    font-size: 14px;
    line-height: 1.6;
}

.ao-feature-card .ao-card-tag {
    position: absolute;
    top: 27px;
    right: 24px;
    color: #91a0bb;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.08em;
}

.ao-screenshot-stage {
    position: relative;
    padding: 36px;
    border: 1px solid rgba(59, 101, 187, 0.13);
    border-radius: 34px;
    background:
        radial-gradient(circle at 87% 9%, rgba(45, 160, 255, 0.18), transparent 27%),
        linear-gradient(145deg, #eaf2ff, #f8fbff);
    box-shadow: var(--ao-shadow);
}

.ao-screenshot-stage::before,
.ao-screenshot-stage::after {
    position: absolute;
    z-index: -1;
    content: "";
    border-radius: 50%;
    filter: blur(4px);
}

.ao-screenshot-stage::before {
    top: -54px;
    right: 10%;
    width: 180px;
    height: 180px;
    background: rgba(75, 166, 255, 0.12);
}

.ao-screenshot-stage::after {
    bottom: -42px;
    left: 4%;
    width: 130px;
    height: 130px;
    background: rgba(47, 99, 235, 0.1);
}

.ao-browser-frame {
    position: relative;
    overflow: hidden;
    border: 1px solid rgba(45, 76, 137, 0.15);
    border-radius: 20px;
    background: #fff;
    box-shadow: 0 24px 60px rgba(43, 72, 131, 0.18);
}

button.ao-browser-frame {
    display: block;
    width: 100%;
    padding: 0;
    cursor: zoom-in;
    text-align: left;
}

.ao-browser-bar {
    display: flex;
    height: 42px;
    align-items: center;
    gap: 7px;
    padding: 0 15px;
    border-bottom: 1px solid #e9eef7;
    background: #fff;
}

.ao-browser-bar i {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #dbe3ef;
}

.ao-browser-bar span {
    display: flex;
    height: 22px;
    max-width: 260px;
    flex: 1;
    align-items: center;
    margin-left: 6px;
    padding-left: 12px;
    border-radius: 7px;
    color: #8290a8;
    background: #f4f7fb;
    font-size: 9px;
}

.ao-browser-frame img {
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 1895 / 1061;
    object-fit: cover;
}

.ao-stage-callout {
    position: absolute;
    z-index: 2;
    display: flex;
    max-width: 230px;
    gap: 12px;
    padding: 16px;
    border: 1px solid rgba(255, 255, 255, 0.9);
    border-radius: 16px;
    color: #53617a;
    background: rgba(255, 255, 255, 0.91);
    box-shadow: 0 18px 46px rgba(45, 77, 142, 0.18);
    backdrop-filter: blur(12px);
    font-size: 12px;
    line-height: 1.45;
}

.ao-stage-callout strong {
    display: block;
    margin-bottom: 3px;
    color: var(--ao-ink);
    font-size: 14px;
}

.ao-stage-callout i {
    display: grid;
    width: 34px;
    height: 34px;
    flex: 0 0 auto;
    place-items: center;
    border-radius: 10px;
    color: #fff;
    background: var(--ao-blue);
    font-style: normal;
}

.ao-stage-callout.is-kpi {
    top: 13%;
    right: -24px;
}

.ao-stage-callout.is-action {
    bottom: 13%;
    left: -26px;
}

.ao-showcase-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
    margin-top: 30px;
}

.ao-showcase-point {
    display: flex;
    gap: 14px;
    padding: 20px;
    border: 1px solid rgba(63, 99, 174, 0.12);
    border-radius: 17px;
    background: rgba(255, 255, 255, 0.74);
}

.ao-showcase-point b {
    display: grid;
    width: 34px;
    height: 34px;
    flex: 0 0 auto;
    place-items: center;
    border-radius: 10px;
    color: var(--ao-blue);
    background: #eaf2ff;
    font-size: 13px;
}

.ao-showcase-point strong {
    display: block;
    margin-bottom: 5px;
    font-size: 15px;
}

.ao-showcase-point p {
    margin: 0;
    color: var(--ao-muted);
    font-size: 13px;
    line-height: 1.5;
}

.ao-outcomes {
    overflow: hidden;
    border-radius: 40px;
    background:
        radial-gradient(circle at 88% 10%, rgba(40, 145, 255, 0.22), transparent 30%),
        linear-gradient(145deg, #112965, #1d51c5 58%, #147ee9);
    box-shadow: 0 38px 90px rgba(30, 70, 160, 0.28);
}

.ao-outcomes-inner {
    display: grid;
    grid-template-columns: 0.85fr 1.15fr;
    gap: 60px;
    padding: 70px;
}

.ao-outcomes-copy {
    color: #fff;
}

.ao-outcomes-copy .ao-eyebrow {
    color: #8fdcff;
}

.ao-outcomes-copy h2 {
    color: #fff;
}

.ao-outcomes-copy > p {
    margin: 22px 0 0;
    color: rgba(255, 255, 255, 0.73);
    font-size: 18px;
    line-height: 1.65;
}

.ao-action-loop {
    display: grid;
    gap: 14px;
}

.ao-loop-step {
    display: grid;
    grid-template-columns: 48px 1fr auto;
    align-items: center;
    gap: 16px;
    padding: 18px;
    border: 1px solid rgba(255, 255, 255, 0.13);
    border-radius: 19px;
    color: #fff;
    background: rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(10px);
}

.ao-loop-step > b {
    display: grid;
    width: 48px;
    height: 48px;
    place-items: center;
    border-radius: 14px;
    color: #194db9;
    background: #fff;
    font-size: 15px;
}

.ao-loop-step strong {
    display: block;
    font-size: 16px;
}

.ao-loop-step span {
    display: block;
    margin-top: 4px;
    color: rgba(255, 255, 255, 0.66);
    font-size: 13px;
    line-height: 1.4;
}

.ao-loop-step i {
    color: #80d7ff;
    font-size: 22px;
    font-style: normal;
}

.ao-proof-list {
    display: grid;
    gap: 90px;
}

.ao-proof {
    display: grid;
    grid-template-columns: 0.86fr 1.14fr;
    align-items: center;
    gap: 60px;
}

.ao-proof:nth-child(even) {
    grid-template-columns: 1.14fr 0.86fr;
}

.ao-proof:nth-child(even) .ao-proof-copy {
    order: 2;
}

.ao-proof-copy h3 {
    margin: 0 0 16px;
    color: var(--ao-ink);
    font-size: clamp(28px, 3vw, 44px);
    font-weight: 800;
    line-height: 1.08;
    letter-spacing: -0.04em;
}

.ao-proof-copy > p {
    margin: 0;
    color: var(--ao-muted);
    font-size: 17px;
    line-height: 1.7;
}

.ao-proof-copy ul {
    display: grid;
    gap: 12px;
    margin: 24px 0 0;
    padding: 0;
    list-style: none;
}

.ao-proof-copy li {
    position: relative;
    padding-left: 30px;
    color: #34425e;
    font-size: 14px;
    line-height: 1.55;
}

.ao-proof-copy li::before {
    position: absolute;
    top: 1px;
    left: 0;
    display: grid;
    width: 20px;
    height: 20px;
    place-items: center;
    content: "✓";
    border-radius: 50%;
    color: #fff;
    background: var(--ao-green);
    font-size: 11px;
    font-weight: 900;
}

.ao-proof-visual {
    padding: 20px;
    border: 1px solid rgba(64, 101, 178, 0.12);
    border-radius: 27px;
    background: linear-gradient(145deg, #edf4ff, #fafcff);
    box-shadow: 0 30px 70px rgba(55, 86, 148, 0.13);
}

.ao-proof-visual .ao-browser-frame {
    border-radius: 15px;
}

.ao-mid-cta {
    display: grid;
    grid-template-columns: 1fr auto;
    align-items: center;
    gap: 34px;
    margin-top: 80px;
    padding: 34px 38px;
    border: 1px solid rgba(47, 99, 235, 0.13);
    border-radius: 27px;
    background:
        radial-gradient(circle at 90% 20%, rgba(63, 156, 255, 0.18), transparent 27%),
        #eef5ff;
}

.ao-mid-cta h3 {
    margin: 0;
    font-size: 25px;
    letter-spacing: -0.03em;
}

.ao-mid-cta p {
    margin: 7px 0 0;
    color: var(--ao-muted);
    font-size: 14px;
}

.ao-pricing-wrap {
    display: grid;
    grid-template-columns: 1fr 1.05fr;
    align-items: start;
    gap: 22px;
}

.ao-price-card,
.ao-included-card {
    border: 1px solid rgba(61, 100, 184, 0.14);
    border-radius: 30px;
    background: rgba(255, 255, 255, 0.86);
    box-shadow: 0 28px 70px rgba(52, 84, 151, 0.11);
}

.ao-price-card {
    position: relative;
    overflow: hidden;
    padding: 42px;
}

.ao-price-card::after {
    position: absolute;
    right: -65px;
    bottom: -65px;
    width: 240px;
    height: 240px;
    content: "";
    border-radius: 50%;
    background: radial-gradient(circle, rgba(40, 131, 244, 0.22), transparent 68%);
}

.ao-price-badge {
    display: inline-flex;
    padding: 8px 12px;
    border-radius: 999px;
    color: #137a59;
    background: #e6f8f1;
    font-size: 12px;
    font-weight: 800;
}

.ao-price-card h3 {
    margin: 22px 0 4px;
    font-size: 30px;
    letter-spacing: -0.04em;
}

.ao-price {
    display: flex;
    align-items: baseline;
    gap: 8px;
    margin-top: 22px;
}

.ao-price strong {
    color: var(--ao-ink);
    font-size: 58px;
    line-height: 1;
    letter-spacing: -0.055em;
}

.ao-price span {
    color: var(--ao-muted);
    font-size: 15px;
}

.ao-price-note {
    margin: 12px 0 28px;
    color: var(--ao-muted);
    font-size: 14px;
}

.ao-price-card .ao-btn {
    position: relative;
    z-index: 2;
    width: 100%;
    box-sizing: border-box;
}

.ao-included-card {
    padding: 36px;
}

.ao-included-card h3 {
    margin: 0 0 22px;
    font-size: 22px;
    letter-spacing: -0.025em;
}

.ao-included-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 13px;
}

.ao-included-item {
    display: flex;
    min-height: 72px;
    align-items: center;
    gap: 12px;
    padding: 14px;
    border: 1px solid rgba(66, 101, 174, 0.11);
    border-radius: 14px;
    color: #35445f;
    background: #f8faff;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.4;
}

.ao-included-item i {
    display: grid;
    width: 31px;
    height: 31px;
    flex: 0 0 auto;
    place-items: center;
    border-radius: 9px;
    color: var(--ao-blue);
    background: #e7f0ff;
    font-style: normal;
}

.ao-bidder-bridge {
    display: grid;
    grid-template-columns: 1fr 0.92fr;
    align-items: center;
    gap: 60px;
    padding: 56px 62px;
    border: 1px solid rgba(66, 103, 184, 0.13);
    border-radius: 34px;
    background:
        radial-gradient(circle at 92% 0%, rgba(38, 146, 255, 0.16), transparent 33%),
        rgba(255, 255, 255, 0.84);
    box-shadow: var(--ao-shadow);
}

.ao-bidder-bridge h2 {
    font-size: clamp(32px, 3.6vw, 52px);
}

.ao-bidder-bridge p {
    margin: 20px 0 28px;
    color: var(--ao-muted);
    font-size: 17px;
    line-height: 1.65;
}

.ao-bridge-diagram {
    display: grid;
    grid-template-columns: 1fr 62px 1fr;
    align-items: center;
}

.ao-bridge-card {
    min-height: 165px;
    padding: 24px;
    border: 1px solid rgba(47, 99, 235, 0.14);
    border-radius: 21px;
    background: #fff;
    box-shadow: 0 18px 48px rgba(50, 81, 142, 0.1);
}

.ao-bridge-card i {
    display: grid;
    width: 42px;
    height: 42px;
    place-items: center;
    margin-bottom: 20px;
    border-radius: 12px;
    color: #fff;
    background: var(--ao-blue);
    font-style: normal;
    font-weight: 900;
}

.ao-bridge-card strong {
    display: block;
    font-size: 18px;
}

.ao-bridge-card span {
    display: block;
    margin-top: 7px;
    color: var(--ao-muted);
    font-size: 12px;
    line-height: 1.45;
}

.ao-bridge-arrow {
    position: relative;
    height: 2px;
    background: linear-gradient(90deg, #7ba9ff, #2e63e9);
}

.ao-bridge-arrow::before,
.ao-bridge-arrow::after {
    position: absolute;
    top: 50%;
    content: "";
    transform: translateY(-50%);
}

.ao-bridge-arrow::before {
    left: -1px;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #7ba9ff;
}

.ao-bridge-arrow::after {
    right: -1px;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 8px solid #2e63e9;
}

.ao-faq-list {
    display: grid;
    max-width: 920px;
    gap: 12px;
    margin: 0 auto;
}

.ao-faq {
    overflow: hidden;
    border: 1px solid rgba(67, 103, 180, 0.13);
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.84);
    box-shadow: 0 14px 36px rgba(55, 86, 148, 0.07);
}

.ao-faq summary {
    position: relative;
    padding: 22px 58px 22px 23px;
    cursor: pointer;
    list-style: none;
    color: var(--ao-ink);
    font-size: 16px;
    font-weight: 800;
}

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

.ao-faq summary::after {
    position: absolute;
    top: 50%;
    right: 21px;
    display: grid;
    width: 27px;
    height: 27px;
    place-items: center;
    content: "+";
    transform: translateY(-50%);
    border-radius: 50%;
    color: var(--ao-blue);
    background: #edf4ff;
    font-size: 18px;
    transition: transform 180ms ease;
}

.ao-faq[open] summary::after {
    transform: translateY(-50%) rotate(45deg);
}

.ao-faq p {
    max-width: 780px;
    margin: -3px 0 0;
    padding: 0 23px 23px;
    color: var(--ao-muted);
    font-size: 14px;
    line-height: 1.65;
}

.ao-final {
    padding-top: 40px;
    padding-bottom: 110px;
}

.ao-final-card {
    position: relative;
    overflow: hidden;
    padding: 76px 40px;
    border-radius: 38px;
    color: #fff;
    text-align: center;
    background:
        radial-gradient(circle at 14% 22%, rgba(82, 196, 255, 0.31), transparent 28%),
        radial-gradient(circle at 87% 76%, rgba(83, 122, 255, 0.35), transparent 30%),
        linear-gradient(145deg, #10265e, #1d59cf 57%, #1598e4);
    box-shadow: 0 40px 88px rgba(31, 73, 165, 0.28);
}

.ao-final-card::before {
    position: absolute;
    inset: 0;
    pointer-events: none;
    content: "";
    opacity: 0.35;
    background-image: radial-gradient(rgba(255, 255, 255, 0.7) 0.7px, transparent 0.7px);
    background-size: 22px 22px;
    mask-image: radial-gradient(circle at center, #000, transparent 75%);
}

.ao-final-card > * {
    position: relative;
}

.ao-final-card h2 {
    max-width: 800px;
    margin: 0 auto;
    color: #fff;
}

.ao-final-card p {
    max-width: 640px;
    margin: 20px auto 30px;
    color: rgba(255, 255, 255, 0.75);
    font-size: 18px;
    line-height: 1.6;
}

.ao-final-card .ao-btn {
    color: #1d4eb7;
    background: #fff;
    box-shadow: 0 18px 40px rgba(5, 32, 97, 0.24);
}

.ao-final-meta {
    display: flex;
    justify-content: center;
    gap: 22px;
    margin-top: 22px;
    color: rgba(255, 255, 255, 0.68);
    font-size: 12px;
    font-weight: 700;
}

.ao-final-meta span::before {
    margin-right: 6px;
    content: "✓";
    color: #79f0c1;
}

.ao-lightbox {
    position: fixed;
    inset: 0;
    z-index: 2147483100;
    display: grid;
    padding: 32px;
    place-items: center;
    visibility: hidden;
    opacity: 0;
    background: rgba(6, 13, 32, 0.86);
    backdrop-filter: blur(14px);
    transition: opacity 180ms ease, visibility 180ms ease;
}

.ao-lightbox.is-open {
    visibility: visible;
    opacity: 1;
}

.ao-lightbox img {
    max-width: min(1500px, 96vw);
    max-height: 90vh;
    border-radius: 18px;
    box-shadow: 0 30px 90px rgba(0, 0, 0, 0.5);
}

.ao-lightbox button {
    position: absolute;
    top: 22px;
    right: 22px;
    display: grid;
    width: 44px;
    height: 44px;
    padding: 0;
    cursor: pointer;
    place-items: center;
    border: 1px solid rgba(255, 255, 255, 0.24);
    border-radius: 50%;
    color: #fff;
    background: rgba(255, 255, 255, 0.1);
    font-size: 25px;
}

.ao-reveal {
    opacity: 0;
    transform: translateY(24px);
    transition: opacity 650ms ease, transform 650ms cubic-bezier(0.2, 0.8, 0.2, 1);
}

.ao-reveal.is-visible {
    opacity: 1;
    transform: translateY(0);
}

.ao-feature-card:nth-child(2),
.ao-showcase-point:nth-child(2) { transition-delay: 70ms; }
.ao-feature-card:nth-child(3),
.ao-showcase-point:nth-child(3) { transition-delay: 140ms; }
.ao-feature-card:nth-child(4) { transition-delay: 210ms; }
.ao-feature-card:nth-child(5) { transition-delay: 60ms; }
.ao-feature-card:nth-child(6) { transition-delay: 130ms; }
.ao-feature-card:nth-child(7) { transition-delay: 200ms; }
.ao-feature-card:nth-child(8) { transition-delay: 270ms; }

.analytics-landing-v2 .mobile-sticky-cta {
    display: none;
}

@media (max-width: 1120px) {
    .ao-hero-card {
        min-height: 690px;
    }

    .ao-hero-copy {
        width: 63%;
        padding-left: 52px;
    }

    .ao-hero-stats {
        width: 62%;
        padding-left: 52px;
    }

    .ao-hero-visual {
        right: -13%;
        width: 67%;
    }

    .ao-feature-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .ao-outcomes-inner {
        gap: 42px;
        padding: 54px;
    }

    .ao-proof {
        gap: 38px;
    }

    .ao-bidder-bridge {
        gap: 40px;
        padding: 48px;
    }
}

@media (max-width: 860px) {
    .ao-container {
        width: min(100% - 32px, 720px);
    }

    .ao-section {
        padding: 86px 0;
    }

    .ao-hero {
        padding-top: 24px;
    }

    .ao-hero-card {
        min-height: auto;
    }

    .ao-hero-copy {
        width: auto;
        padding: 50px 34px 0;
        text-align: center;
    }

    .ao-product-chip {
        margin: 0 auto;
    }

    .ao-hero h1,
    .ao-hero-lead {
        margin-right: auto;
        margin-left: auto;
    }

    .ao-hero-actions,
    .ao-hero-note {
        justify-content: center;
    }

    .ao-hero-visual {
        position: relative;
        inset: auto;
        width: 100%;
        height: 420px;
        margin-top: 10px;
    }

    .ao-hero-visual img {
        inset: 0;
        width: 100%;
        object-position: 70% center;
    }

    .ao-floating-metric.is-one {
        top: 42px;
        right: 28px;
    }

    .ao-floating-metric.is-two {
        right: auto;
        bottom: 46px;
        left: 24px;
    }

    .ao-hero-stats {
        width: auto;
        padding: 0 28px 34px;
    }

    .ao-trust-strip {
        grid-template-columns: 1fr 1fr;
    }

    .ao-trust-intro {
        grid-column: 1 / -1;
    }

    .ao-screenshot-stage {
        padding: 24px;
    }

    .ao-stage-callout {
        display: none;
    }

    .ao-showcase-grid {
        grid-template-columns: 1fr;
    }

    .ao-outcomes-inner,
    .ao-proof,
    .ao-proof:nth-child(even),
    .ao-pricing-wrap,
    .ao-bidder-bridge {
        grid-template-columns: 1fr;
    }

    .ao-proof:nth-child(even) .ao-proof-copy {
        order: initial;
    }

    .ao-outcomes-inner {
        padding: 44px 34px;
    }

    .ao-proof-list {
        gap: 72px;
    }

    .ao-proof-copy {
        text-align: center;
    }

    .ao-proof-copy ul {
        max-width: 520px;
        margin-right: auto;
        margin-left: auto;
        text-align: left;
    }

    .ao-mid-cta {
        grid-template-columns: 1fr;
        text-align: center;
    }

    .ao-bidder-bridge {
        padding: 42px 34px;
    }
}

@media (max-width: 620px) {
    body.analytics-landing-v2 {
        padding-bottom: 82px;
    }

    .ao-container {
        width: calc(100% - 24px);
    }

    .ao-section {
        padding: 70px 0;
    }

    .ao-section-heading {
        margin-bottom: 32px;
    }

    .ao-section h2 {
        font-size: 34px;
    }

    .ao-hero::before {
        height: 860px;
        border-radius: 0 0 46px 46px;
    }

    .ao-hero-card {
        border-radius: 24px;
    }

    .ao-hero-copy {
        padding: 38px 20px 0;
    }

    .ao-hero h1 {
        margin-top: 22px;
        font-size: 43px;
    }

    .ao-hero-lead {
        font-size: 17px;
    }

    .ao-hero-actions {
        display: grid;
    }

    .ao-btn {
        width: 100%;
    }

    .ao-hero-note {
        display: grid;
        gap: 7px;
    }

    .ao-hero-visual {
        height: 330px;
    }

    .ao-floating-metric {
        display: none;
    }

    .ao-hero-stats {
        grid-template-columns: 1fr;
        gap: 8px;
        padding: 0 16px 18px;
    }

    .ao-hero-stat {
        min-height: 80px;
        text-align: left;
    }

    .ao-hero-stat strong {
        display: inline;
        margin-right: 8px;
        font-size: 22px;
    }

    .ao-hero-stat span {
        display: inline;
    }

    .ao-trust-strip,
    .ao-feature-grid {
        grid-template-columns: 1fr;
    }

    .ao-feature-card {
        min-height: 225px;
    }

    .ao-screenshot-stage {
        padding: 10px;
        border-radius: 21px;
    }

    .ao-browser-frame {
        border-radius: 13px;
    }

    .ao-browser-bar {
        height: 30px;
    }

    .ao-browser-bar span {
        height: 17px;
    }

    .ao-outcomes {
        border-radius: 28px;
    }

    .ao-outcomes-inner {
        padding: 36px 22px;
    }

    .ao-loop-step {
        grid-template-columns: 42px 1fr;
    }

    .ao-loop-step > b {
        width: 42px;
        height: 42px;
    }

    .ao-loop-step i {
        display: none;
    }

    .ao-proof-visual {
        padding: 9px;
        border-radius: 18px;
    }

    .ao-mid-cta,
    .ao-price-card,
    .ao-included-card,
    .ao-bidder-bridge {
        padding: 28px 22px;
        border-radius: 23px;
    }

    .ao-price strong {
        font-size: 48px;
    }

    .ao-included-grid {
        grid-template-columns: 1fr;
    }

    .ao-bridge-diagram {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .ao-bridge-arrow {
        width: 2px;
        height: 34px;
        margin: 0 auto;
        background: linear-gradient(#7ba9ff, #2e63e9);
    }

    .ao-bridge-arrow::before {
        top: -1px;
        left: 50%;
        transform: translateX(-50%);
    }

    .ao-bridge-arrow::after {
        top: auto;
        right: auto;
        bottom: -1px;
        left: 50%;
        transform: translateX(-50%);
        border-top: 8px solid #2e63e9;
        border-right: 5px solid transparent;
        border-bottom: 0;
        border-left: 5px solid transparent;
    }

    .ao-final {
        padding-bottom: 92px;
    }

    .ao-final-card {
        padding: 52px 22px;
        border-radius: 27px;
    }

    .ao-final-meta {
        display: grid;
        gap: 7px;
    }

    .analytics-landing-v2 .mobile-sticky-cta {
        position: fixed;
        right: 12px;
        bottom: 12px;
        left: 12px;
        z-index: 2147482900;
        display: flex;
        min-height: 58px;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        padding: 8px 18px;
        border: 1px solid rgba(255, 255, 255, 0.32);
        border-radius: 16px;
        color: #fff;
        background: linear-gradient(135deg, #3473f2, #2453d9);
        box-shadow: 0 18px 44px rgba(34, 80, 194, 0.35);
        text-decoration: none;
    }

    .analytics-landing-v2 .mobile-sticky-cta span {
        font-size: 15px;
        font-weight: 800;
    }

    .analytics-landing-v2 .mobile-sticky-cta small {
        margin-top: 2px;
        color: rgba(255, 255, 255, 0.76);
        font-size: 10px;
    }

    .analytics-landing-v2 .bb-chat-widget {
        right: 16px;
        bottom: 90px;
    }
}

@media (prefers-reduced-motion: reduce) {
    html {
        scroll-behavior: auto;
    }

    .ao-reveal {
        opacity: 1;
        transform: none;
        transition: none;
    }

    .ao-floating-metric {
        animation: none;
    }
}
