.ga-page {
    position: relative;
    overflow-x: clip;
    background:
        radial-gradient(circle at 12% 8%, rgba(43, 84, 160, 0.24), transparent 34%),
        radial-gradient(circle at 86% 12%, rgba(60, 108, 190, 0.2), transparent 36%),
        linear-gradient(180deg, #050810 0%, #071327 42%, #050810 100%);
}

.ga-page::before {
    content: "";
    position: fixed;
    inset: 0;
    pointer-events: none;
    background-image: radial-gradient(rgba(255, 255, 255, 0.2) 0.65px, transparent 0.65px);
    background-size: 28px 28px;
    opacity: 0.12;
    z-index: 1;
}

.ga-shell {
    width: min(1240px, calc(100% - 46px));
    margin: 0 auto;
    position: relative;
    z-index: 3;
}

.ga-section {
    position: relative;
    padding: clamp(74px, 8.2vw, 112px) 0;
}

.ga-section + .ga-section {
    border-top: 1px solid rgba(132, 175, 241, 0.09);
}

.ga-kicker {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 8px 16px;
    border-radius: 999px;
    border: 1px solid rgba(155, 189, 244, 0.28);
    background: linear-gradient(170deg, rgba(14, 28, 54, 0.76), rgba(7, 13, 26, 0.86));
    font-family: var(--font-secondary);
    font-size: 0.76rem;
    line-height: 1;
    letter-spacing: 1.1px;
    text-transform: uppercase;
    color: rgba(223, 237, 255, 0.9);
}

.ga-kicker::before {
    content: "";
    width: 6px;
    height: 6px;
    border-radius: 999px;
    background: linear-gradient(180deg, #f2d78f, #d3a02f);
}

.ga-highlight {
    background: linear-gradient(90deg, #bf953f 0%, #fcf6ba 35%, #b38728 68%, #fbf5b7 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.ga-section-head {
    width: min(780px, 100%);
    margin-bottom: 36px;
}

.ga-section-head h2 {
    margin-top: 16px;
    color: #fff;
    font-family: var(--font-primary);
    font-size: clamp(2rem, 4.1vw, 3.15rem);
    line-height: 1.12;
    letter-spacing: 0;
}

.ga-section-head p {
    margin-top: 16px;
    color: rgba(214, 231, 254, 0.84);
    font-family: var(--font-secondary);
    font-size: 1.04rem;
    line-height: 1.7;
}

.ga-hero {
    min-height: 98vh;
    display: grid;
    align-items: center;
    padding: 112px 0 86px;
    position: relative;
}

.ga-hero-bg {
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(94deg, rgba(4, 7, 14, 0.97) 0%, rgba(4, 9, 18, 0.9) 28%, rgba(5, 10, 20, 0.74) 48%, rgba(5, 9, 18, 0.52) 68%, rgba(5, 8, 16, 0.66) 100%),
        radial-gradient(circle at 78% 28%, rgba(109, 174, 255, 0.16), transparent 26%),
        radial-gradient(circle at 78% 82%, rgba(211, 160, 47, 0.08), transparent 24%),
        url("../assets/img/bg/google-ads-hero-bg.png?v=20260513c");
    background-size: cover, auto, auto, cover;
    background-position: center, 78% 28%, 78% 82%, center;
    background-repeat: no-repeat;
    filter: saturate(0.82) brightness(0.68);
    z-index: 0;
}

.ga-hero-layout {
    display: grid;
    grid-template-columns: minmax(0, 0.88fr) minmax(280px, 1.12fr);
    gap: clamp(26px, 3.8vw, 52px);
    align-items: center;
}

.ga-hero-copy {
    max-width: 760px;
}

.ga-hero-copy h1 {
    margin-top: 18px;
    color: #fff;
    font-family: var(--font-primary);
    font-size: clamp(36px, 4vw, 52px);
    line-height: 1.12;
    font-weight: 700;
    letter-spacing: -0.02em;
    max-width: 11.6ch;
    text-wrap: balance;
}

.ga-hero-copy p {
    margin-top: 22px;
    width: min(58ch, 100%);
    color: rgba(225, 238, 255, 0.88);
    font-family: var(--font-secondary);
    font-size: 17px;
    line-height: 1.62;
    font-weight: 400;
}

.ga-hero-points {
    margin: 20px 0 0;
    padding: 0;
    list-style: none;
    display: grid;
    gap: 9px;
    width: min(64ch, 100%);
}

.ga-hero-points li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    font-family: var(--font-secondary);
    font-size: 0.95rem;
    line-height: 1.5;
    color: rgba(222, 236, 255, 0.9);
}

.ga-hero-points li::before {
    content: "";
    margin-top: 7px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    flex: 0 0 auto;
    background: linear-gradient(180deg, #fcf6ba, #b38728);
    box-shadow: 0 0 9px rgba(252, 246, 186, 0.34);
}

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

.evmt-premium-cta {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 56px;
    padding: 0 34px;
    border-radius: 999px;
    text-decoration: none;
    overflow: hidden;
    text-transform: uppercase;
    font-family: var(--font-primary);
    font-size: 0.82rem;
    font-weight: 700;
    letter-spacing: 0.7px;
    transition: transform 0.24s ease;
    z-index: 1;
}

.evmt-premium-cta::before {
    content: "";
    position: absolute;
    z-index: -2;
    animation: gaHeroBeam 7s linear infinite;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: conic-gradient(from 0deg, transparent 0deg, transparent 82deg, rgba(211, 160, 47, 0.95) 150deg, rgba(255, 255, 255, 0.78) 170deg, transparent 212deg);
}

.evmt-premium-cta::after {
    content: "";
    position: absolute;
    inset: 1.5px;
    border-radius: 999px;
    z-index: -1;
    background: rgba(2, 17, 36, 0.92);
}

.evmt-premium-cta span {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: linear-gradient(90deg, #bf953f 0%, #fcf6ba 35%, #b38728 68%, #fbf5b7 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.evmt-premium-cta svg {
    width: 16px;
    height: 16px;
    fill: currentColor;
    transition: transform 0.22s ease;
}

.evmt-premium-cta:hover {
    transform: translateY(-2px);
}

.evmt-premium-cta:hover svg {
    transform: translateX(2px);
}

@keyframes gaHeroBeam {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.ga-hero-cta {
    min-width: 240px;
}

.ga-btn {
    min-height: 52px;
    padding: 0 24px;
    border-radius: 999px;
    border: 1px solid transparent;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-family: var(--font-primary);
    font-size: 0.97rem;
    font-weight: 700;
    letter-spacing: 0;
    transition: transform 0.24s ease, box-shadow 0.24s ease, border-color 0.24s ease;
}

.ga-btn-primary {
    color: #0b1223;
    background: linear-gradient(120deg, #bf953f 0%, #fcf6ba 35%, #b38728 68%, #fbf5b7 100%);
    box-shadow: 0 14px 36px rgba(10, 20, 38, 0.45);
}

.ga-btn-secondary {
    color: rgba(233, 243, 255, 0.93);
    border-color: rgba(149, 185, 242, 0.32);
    background: linear-gradient(162deg, rgba(12, 25, 48, 0.76), rgba(7, 13, 26, 0.92));
}

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

.ga-btn-primary:hover {
    box-shadow: 0 16px 40px rgba(10, 20, 38, 0.56);
}

.ga-btn-secondary:hover {
    border-color: rgba(214, 231, 255, 0.46);
}

.ga-mini-metrics {
    margin-top: 26px;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
}

.ga-mini-metrics article {
    padding: 14px 14px 13px;
    border-radius: 13px;
    border: 1px solid rgba(145, 182, 238, 0.24);
    background: linear-gradient(165deg, rgba(9, 18, 35, 0.92), rgba(6, 11, 22, 0.95));
}

.ga-mini-metrics span {
    display: block;
    font-family: var(--font-secondary);
    font-size: 0.73rem;
    text-transform: uppercase;
    letter-spacing: 1.05px;
    color: rgba(184, 207, 240, 0.82);
}

.ga-mini-metrics strong {
    display: block;
    margin-top: 6px;
    font-size: 0.91rem;
    line-height: 1.33;
    color: rgba(241, 248, 255, 0.97);
}

.ga-hero-panel {
    border-radius: 22px;
    border: 1px solid rgba(148, 183, 237, 0.26);
    background:
        radial-gradient(circle at 20% 0%, rgba(60, 108, 189, 0.2), transparent 42%),
        linear-gradient(166deg, rgba(12, 23, 44, 0.93), rgba(7, 13, 25, 0.96));
    box-shadow: 0 24px 58px rgba(4, 9, 19, 0.58);
    overflow: hidden;
}

.ga-panel-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    padding: 18px 22px 16px;
    border-bottom: 1px solid rgba(141, 178, 236, 0.16);
}

.ga-panel-head h3 {
    font-size: 1.02rem;
    color: #fff;
}

.ga-panel-head span {
    font-family: var(--font-secondary);
    font-size: 0.74rem;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: rgba(188, 208, 239, 0.78);
}

.ga-panel-rows {
    padding: 18px 22px 8px;
    display: grid;
    gap: 14px;
}

.ga-panel-row label {
    display: block;
    margin-bottom: 7px;
    font-family: var(--font-secondary);
    font-size: 0.84rem;
    color: rgba(216, 231, 250, 0.89);
}

.ga-meter-track {
    width: 100%;
    height: 9px;
    border-radius: 999px;
    border: 1px solid rgba(142, 180, 237, 0.22);
    background: rgba(255, 255, 255, 0.08);
    overflow: hidden;
}

.ga-meter-track i {
    display: block;
    width: 0%;
    height: 100%;
    border-radius: inherit;
    background: linear-gradient(90deg, #7da9eb 0%, #fcf6ba 52%, #b38728 100%);
    transition: width 1.1s cubic-bezier(0.16, 1, 0.3, 1);
}

.ga-panel-notes {
    list-style: none;
    margin-top: 8px;
    padding: 12px 22px 20px;
    border-top: 1px solid rgba(141, 178, 236, 0.14);
    display: grid;
    gap: 9px;
}

.ga-panel-notes li {
    display: flex;
    align-items: center;
    gap: 9px;
    font-family: var(--font-secondary);
    font-size: 0.9rem;
    line-height: 1.45;
    color: rgba(218, 232, 251, 0.86);
}

.ga-panel-notes em {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: linear-gradient(180deg, #fcf6ba, #b38728);
    box-shadow: 0 0 10px rgba(252, 246, 186, 0.35);
    flex: 0 0 auto;
}

.ga-fade {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 120px;
    background: linear-gradient(180deg, transparent 0%, #050810 86%);
    z-index: 2;
}

.ga-section-policy {
    overflow: hidden;
    background: linear-gradient(180deg, rgba(5, 10, 20, 0) 0%, rgba(8, 16, 31, 0.74) 44%, rgba(5, 10, 20, 0.96) 100%);
}

.ga-signal-canvas {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    opacity: 0.46;
    z-index: 1;
}

.ga-section-policy::after {
    content: "";
    position: absolute;
    inset: auto 0 0;
    height: 44%;
    pointer-events: none;
    background: linear-gradient(180deg, transparent, rgba(5, 10, 20, 0.72));
    z-index: 2;
}

.ga-policy-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 13px;
}

.ga-card {
    position: relative;
    border-radius: 15px;
    border: 1px solid rgba(140, 178, 236, 0.2);
    background: linear-gradient(164deg, rgba(12, 24, 47, 0.8), rgba(6, 11, 22, 0.9));
    padding: 20px 18px;
    transition: transform 0.22s ease, border-color 0.22s ease, box-shadow 0.22s ease;
    overflow: hidden;
}

.ga-card::after {
    content: "";
    position: absolute;
    left: 18px;
    right: 18px;
    bottom: 17px;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(252, 246, 186, 0.45), transparent);
    opacity: 0.46;
    transform: scaleX(0.72);
    transition: opacity 0.24s ease, transform 0.24s ease;
}

.ga-card span {
    font-size: 1.42rem;
    line-height: 1;
    font-weight: 800;
    color: rgba(247, 232, 185, 0.9);
}

.ga-card h3 {
    margin-top: 10px;
    font-size: 1.06rem;
    line-height: 1.28;
    color: #fff;
}

.ga-card em {
    display: block;
    margin-top: 16px;
    font-family: var(--font-secondary);
    font-style: normal;
    font-size: 0.74rem;
    font-weight: 800;
    line-height: 1;
    letter-spacing: 1.05px;
    text-transform: uppercase;
    color: rgba(240, 208, 117, 0.94);
}

.ga-card p {
    margin-top: 8px;
    font-family: var(--font-secondary);
    font-size: 0.92rem;
    line-height: 1.58;
    color: rgba(208, 224, 247, 0.84);
}

.ga-card:hover {
    transform: translateY(-3px);
    border-color: rgba(240, 208, 117, 0.36);
    box-shadow: 0 14px 28px rgba(8, 17, 33, 0.45), 0 0 34px rgba(211, 160, 47, 0.12);
}

.ga-card:hover::after {
    opacity: 0.92;
    transform: scaleX(1);
}

.ga-section-intent {
    background: linear-gradient(180deg, rgba(5, 10, 20, 0.98), rgba(8, 17, 33, 0.92));
}

.ga-intent-layout {
    display: grid;
    grid-template-columns: minmax(0, 1.02fr) minmax(0, 0.98fr);
    gap: 14px;
}

.ga-intent-steps {
    display: grid;
    gap: 12px;
}

.ga-engine-panel {
    --engine-x: 0px;
    --engine-y: 0px;
    position: relative;
    min-height: 520px;
    border-radius: 18px;
    border: 1px solid rgba(143, 181, 238, 0.22);
    background:
        radial-gradient(circle at 48% 50%, rgba(211, 160, 47, 0.1), transparent 28%),
        radial-gradient(circle at 72% 22%, rgba(77, 132, 218, 0.2), transparent 44%),
        linear-gradient(166deg, rgba(12, 25, 48, 0.82), rgba(7, 12, 23, 0.94));
    overflow: hidden;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.ga-engine-panel::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background-image:
        linear-gradient(rgba(155, 189, 244, 0.06) 1px, transparent 1px),
        linear-gradient(90deg, rgba(155, 189, 244, 0.05) 1px, transparent 1px);
    background-size: 72px 72px;
    mask-image: radial-gradient(circle at 50% 50%, #000 0%, transparent 72%);
    opacity: 0.6;
}

.ga-engine-panel::after {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background: radial-gradient(circle at 50% 52%, rgba(211, 160, 47, 0.16), transparent 22%);
    animation: gaCoreAura 4.8s ease-in-out infinite;
}

.ga-engine-panel canvas {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    opacity: 0.58;
    z-index: 1;
}

.ga-engine-title {
    position: absolute;
    top: 18px;
    left: 20px;
    z-index: 4;
    font-family: var(--font-secondary);
    font-size: 0.76rem;
    font-weight: 800;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    color: rgba(240, 208, 117, 0.92);
}

.ga-query-stream,
.ga-output-stack,
.ga-kpi-layer,
.ga-engine-core {
    position: absolute;
    z-index: 4;
}

.ga-query-stream {
    inset: 0;
    transform: translate(var(--engine-x), var(--engine-y));
    transition: transform 0.35s ease-out;
}

.ga-query-chip {
    position: absolute;
    top: var(--row);
    left: -38%;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    max-width: 190px;
    padding: 8px 11px;
    border-radius: 999px;
    border: 1px solid rgba(145, 182, 238, 0.24);
    background: rgba(6, 14, 28, 0.72);
    box-shadow: 0 0 22px rgba(74, 127, 212, 0.12);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    color: rgba(238, 246, 255, 0.9);
    font-family: var(--font-secondary);
    font-size: 0.72rem;
    line-height: 1.1;
    white-space: nowrap;
    opacity: 0;
    animation: gaQueryFlow 22s linear infinite;
    animation-delay: var(--delay);
    will-change: transform, opacity;
}

.ga-query-chip::before {
    content: "";
    width: 6px;
    height: 6px;
    border-radius: 999px;
    background: rgba(125, 182, 255, 0.82);
    box-shadow: 0 0 10px rgba(125, 182, 255, 0.34);
    flex: 0 0 auto;
}

.ga-query-chip.is-qualified::before {
    background: #f0d075;
    box-shadow: 0 0 12px rgba(240, 208, 117, 0.4);
}

.ga-query-chip.is-filtered {
    animation-name: gaQueryFilter;
    color: rgba(209, 222, 243, 0.74);
}

.ga-engine-core {
    left: 50%;
    top: 52%;
    width: 154px;
    height: 154px;
    border-radius: 50%;
    transform: translate(calc(-50% + var(--engine-x)), calc(-50% + var(--engine-y)));
    display: grid;
    place-items: center;
    text-align: center;
    background:
        radial-gradient(circle at 50% 46%, rgba(252, 246, 186, 0.32), rgba(211, 160, 47, 0.18) 34%, rgba(7, 13, 26, 0.92) 68%);
    border: 1px solid rgba(240, 208, 117, 0.42);
    box-shadow:
        0 0 32px rgba(211, 160, 47, 0.2),
        inset 0 0 28px rgba(125, 182, 255, 0.08);
    animation: gaCorePulse 4.2s ease-in-out infinite;
}

.ga-engine-core strong {
    position: relative;
    z-index: 3;
    font-family: var(--font-primary);
    font-size: 0.92rem;
    line-height: 1.2;
    color: #fff;
}

.ga-engine-core::before,
.ga-engine-core::after {
    content: "";
    position: absolute;
    inset: -18px;
    border-radius: inherit;
    border: 1px solid rgba(240, 208, 117, 0.22);
    animation: gaCorePing 3.6s ease-out infinite;
}

.ga-engine-core::after {
    inset: -34px;
    border-color: rgba(125, 182, 255, 0.14);
    animation-delay: 1.8s;
}

.ga-core-orbit {
    position: absolute;
    inset: -52px;
    border-radius: 50%;
    border: 1px solid rgba(125, 182, 255, 0.18);
    animation: gaOrbit 26s linear infinite;
}

.ga-core-orbit em {
    position: absolute;
    top: -8px;
    left: 50%;
    transform: translateX(-50%);
    padding: 5px 8px;
    border-radius: 999px;
    border: 1px solid rgba(146, 184, 238, 0.22);
    background: rgba(7, 14, 28, 0.84);
    color: rgba(226, 238, 255, 0.86);
    font-family: var(--font-secondary);
    font-size: 0.62rem;
    font-style: normal;
    line-height: 1;
    white-space: nowrap;
}

.orbit-two {
    inset: -74px;
    border-color: rgba(240, 208, 117, 0.18);
    animation-duration: 34s;
    animation-direction: reverse;
}

.orbit-three {
    inset: -96px;
    border-color: rgba(125, 182, 255, 0.12);
    animation-duration: 42s;
}

.ga-output-stack {
    top: 20%;
    right: 22px;
    bottom: 14%;
    width: min(218px, 34%);
}

.ga-output-pill {
    position: absolute;
    right: 0;
    width: 100%;
    padding: 11px 13px;
    border-radius: 13px;
    border: 1px solid rgba(146, 184, 238, 0.25);
    background: rgba(7, 15, 30, 0.78);
    color: rgba(238, 246, 255, 0.93);
    font-family: var(--font-secondary);
    font-size: 0.78rem;
    font-weight: 700;
    line-height: 1.25;
    box-shadow: 0 0 24px rgba(74, 127, 212, 0.1);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
}

.output-one { top: 4%; }
.output-two { top: 42%; }
.output-three { bottom: 4%; }

.ga-output-line {
    position: absolute;
    right: 100%;
    width: 132px;
    height: 1px;
    transform-origin: right center;
    background: linear-gradient(90deg, rgba(125, 182, 255, 0), rgba(125, 182, 255, 0.28), rgba(240, 208, 117, 0.42));
    overflow: hidden;
}

.ga-output-line::after {
    content: "";
    position: absolute;
    inset: 0;
    width: 40%;
    background: linear-gradient(90deg, transparent, rgba(252, 246, 186, 0.85), transparent);
    animation: gaLinePulse 2.8s ease-in-out infinite;
}

.line-one {
    top: 14%;
    transform: rotate(-12deg);
}

.line-two {
    top: 50%;
    transform: rotate(1deg);
}

.line-three {
    bottom: 14%;
    transform: rotate(12deg);
}

.line-two::after { animation-delay: 0.6s; }
.line-three::after { animation-delay: 1.2s; }

.ga-kpi-layer {
    inset: 0;
    pointer-events: none;
}

.ga-kpi-layer span {
    position: absolute;
    display: inline-flex;
    align-items: center;
    gap: 7px;
    padding: 7px 9px;
    border-radius: 999px;
    border: 1px solid rgba(146, 184, 238, 0.18);
    background: rgba(7, 15, 30, 0.62);
    color: rgba(224, 238, 255, 0.76);
    font-family: var(--font-secondary);
    font-size: 0.65rem;
    line-height: 1;
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    animation: gaKpiFade 9.6s ease-in-out infinite;
    animation-delay: var(--delay);
}

.ga-kpi-layer span::before {
    content: "";
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #f0d075;
}

.ga-kpi-layer span:nth-child(1) { left: 7%; top: 18%; }
.ga-kpi-layer span:nth-child(2) { left: 8%; bottom: 18%; }
.ga-kpi-layer span:nth-child(3) { right: 9%; top: 11%; }
.ga-kpi-layer span:nth-child(4) { right: 8%; bottom: 10%; }

.ga-core-burst {
    position: absolute;
    left: 50%;
    top: 52%;
    z-index: 5;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    pointer-events: none;
    background: #f0d075;
    box-shadow: 0 0 18px rgba(240, 208, 117, 0.68);
    animation: gaCoreBurst 1s ease-out forwards;
}

.ga-intent-paused .ga-query-chip,
.ga-intent-paused .ga-engine-core,
.ga-intent-paused .ga-engine-core::before,
.ga-intent-paused .ga-engine-core::after,
.ga-intent-paused .ga-core-orbit,
.ga-intent-paused .ga-output-line::after,
.ga-intent-paused .ga-kpi-layer span {
    animation-play-state: paused;
}

@keyframes gaQueryFlow {
    0% { opacity: 0; transform: translate3d(0, 0, 0) scale(0.96); }
    10% { opacity: 0.82; }
    46% { opacity: 0.9; transform: translate3d(48vw, calc(var(--end-y) - var(--row)), 0) scale(1); }
    58% { opacity: 0.58; transform: translate3d(55vw, calc(var(--end-y) - var(--row)), 0) scale(0.98); }
    78% { opacity: 0.76; transform: translate3d(84vw, calc(var(--end-y) - var(--row) + 12px), 0) scale(0.98); }
    100% { opacity: 0; transform: translate3d(104vw, calc(var(--end-y) - var(--row) + 20px), 0) scale(0.96); }
}

@keyframes gaQueryFilter {
    0% { opacity: 0; transform: translate3d(0, 0, 0) scale(0.96); }
    12% { opacity: 0.66; }
    38% { opacity: 0.68; transform: translate3d(42vw, calc(var(--end-y) - var(--row)), 0) scale(0.98); }
    54% { opacity: 0; transform: translate3d(51vw, calc(var(--end-y) - var(--row)), 0) scale(0.9); filter: blur(2px); }
    100% { opacity: 0; transform: translate3d(51vw, calc(var(--end-y) - var(--row)), 0) scale(0.9); filter: blur(2px); }
}

@keyframes gaQueryMobile {
    0% { opacity: 0; transform: translate3d(0, 0, 0) scale(0.96); }
    12% { opacity: 0.76; }
    45% { opacity: 0.86; transform: translate3d(96px, calc(var(--end-y) - var(--row)), 0) scale(1); }
    70% { opacity: 0.62; transform: translate3d(150px, calc(var(--end-y) - var(--row) + 8px), 0) scale(0.98); }
    100% { opacity: 0; transform: translate3d(230px, calc(var(--end-y) - var(--row) + 16px), 0) scale(0.96); }
}

@keyframes gaCorePulse {
    0%, 100% { box-shadow: 0 0 30px rgba(211, 160, 47, 0.18), inset 0 0 28px rgba(125, 182, 255, 0.08); }
    50% { box-shadow: 0 0 48px rgba(211, 160, 47, 0.28), inset 0 0 34px rgba(125, 182, 255, 0.12); }
}

@keyframes gaCorePing {
    0% { opacity: 0.58; transform: scale(0.9); }
    100% { opacity: 0; transform: scale(1.18); }
}

@keyframes gaCoreAura {
    0%, 100% { opacity: 0.52; }
    50% { opacity: 0.92; }
}

@keyframes gaOrbit {
    to { transform: rotate(360deg); }
}

@keyframes gaLinePulse {
    0% { transform: translateX(-120%); opacity: 0; }
    35% { opacity: 1; }
    100% { transform: translateX(260%); opacity: 0; }
}

@keyframes gaKpiFade {
    0%, 100% { opacity: 0.28; transform: translateY(0); }
    45%, 58% { opacity: 0.86; transform: translateY(-3px); }
}

@keyframes gaCoreBurst {
    0% { opacity: 0.82; transform: translate(-50%, -50%) scale(0.45); }
    100% { opacity: 0; transform: translate(-50%, -50%) scale(6); }
}

.ga-section-conversion {
    background: linear-gradient(180deg, rgba(8, 17, 33, 0.9), rgba(5, 10, 20, 0.98));
}

.ga-conversion-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 12px;
}

.ga-section-metrics {
    background: linear-gradient(180deg, rgba(7, 14, 28, 0.95), rgba(5, 10, 20, 0.98));
}

.ga-metric-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
}

.ga-section-faq {
    background: linear-gradient(180deg, rgba(5, 10, 20, 0.98), rgba(4, 9, 18, 1));
}

.ga-faq-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
}

.ga-faq-item {
    border-radius: 14px;
    border: 1px solid rgba(140, 178, 236, 0.18);
    background: linear-gradient(164deg, rgba(11, 22, 42, 0.82), rgba(6, 11, 22, 0.92));
    overflow: hidden;
}

.ga-faq-question {
    width: 100%;
    text-align: left;
    border: none;
    background: transparent;
    padding: 15px 16px;
    font-family: var(--font-primary);
    font-size: 0.95rem;
    font-weight: 700;
    line-height: 1.45;
    color: rgba(240, 248, 255, 0.96);
    cursor: pointer;
}

.ga-faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.34s ease;
}

.ga-faq-answer p {
    padding: 0 16px 16px;
    font-family: var(--font-secondary);
    font-size: 0.89rem;
    line-height: 1.56;
    color: rgba(203, 221, 247, 0.83);
}

.ga-faq-item.is-open .ga-faq-answer {
    max-height: 180px;
}

.ga-section-cta {
    padding-top: 82px;
    padding-bottom: 112px;
}

.ga-cta-box {
    border-radius: 22px;
    border: 1px solid rgba(146, 182, 238, 0.28);
    background:
        radial-gradient(circle at 82% 0%, rgba(71, 120, 208, 0.3), transparent 42%),
        linear-gradient(164deg, rgba(13, 27, 52, 0.88), rgba(7, 13, 24, 0.96));
    box-shadow: 0 24px 56px rgba(4, 9, 18, 0.58);
    padding: clamp(28px, 4vw, 52px);
}

.ga-cta-box h2 {
    font-size: clamp(1.86rem, 4.4vw, 2.95rem);
    line-height: 1.14;
    color: #fff;
}

.ga-cta-box p {
    margin-top: 14px;
    width: min(760px, 100%);
    font-family: var(--font-secondary);
    font-size: 1.01rem;
    line-height: 1.68;
    color: rgba(216, 233, 255, 0.85);
}

@media (max-width: 1160px) {
    .ga-shell {
        width: min(1240px, calc(100% - 34px));
    }

    .ga-hero-layout,
    .ga-intent-layout {
        grid-template-columns: 1fr;
    }

    .ga-hero-copy {
        max-width: 680px;
    }

    .ga-policy-grid,
    .ga-conversion-grid,
    .ga-ops-list {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 900px) {
    .ga-page::before {
        opacity: 0.09;
        background-size: 24px 24px;
    }

    .ga-hero {
        min-height: auto;
        padding-top: 100px;
        padding-bottom: 72px;
    }

    .ga-hero-bg {
        background-image:
            linear-gradient(180deg, rgba(4, 7, 14, 0.96) 0%, rgba(4, 8, 16, 0.82) 34%, rgba(5, 9, 18, 0.72) 54%, rgba(5, 9, 18, 0.9) 100%),
            radial-gradient(circle at 72% 22%, rgba(109, 174, 255, 0.12), transparent 22%),
            radial-gradient(circle at 76% 82%, rgba(211, 160, 47, 0.08), transparent 18%),
            url("../assets/img/bg/google ads mobile bg.png?v=20260514c");
        background-size: cover, auto, auto, cover !important;
        background-position: center, 72% 22%, 76% 82%, center top !important;
        filter: saturate(0.78) brightness(0.56);
    }

    .ga-hero-copy h1 {
        font-size: clamp(1.82rem, 6.2vw, 2.22rem);
        line-height: 1.18;
        letter-spacing: -0.01em;
        max-width: none;
    }

    .ga-hero-copy p,
    .ga-section-head p,
    .ga-cta-box p {
        font-size: 0.94rem;
        line-height: 1.62;
    }

    .ga-hero-copy p {
        max-width: 32ch;
    }

    .ga-btn {
        width: 100%;
        min-height: 50px;
        font-size: 0.91rem;
    }

    .ga-hero-points {
        gap: 8px;
    }

    .ga-hero-points li {
        font-size: 0.9rem;
        line-height: 1.48;
    }

    .ga-hero-actions .ga-hero-cta {
        width: 100%;
        min-width: 0;
        height: 52px;
        font-size: 0.78rem;
        letter-spacing: 0.6px;
    }

    .ga-mini-metrics,
    .ga-policy-grid,
    .ga-conversion-grid,
    .ga-ops-list,
    .ga-metric-grid,
    .ga-faq-grid {
        grid-template-columns: 1fr;
    }

    .ga-signal-canvas {
        display: none;
    }

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

    .ga-section-head {
        margin-bottom: 28px;
    }

    .ga-section-head h2 {
        font-size: clamp(1.7rem, 8vw, 2.22rem);
        line-height: 1.16;
    }

    .ga-engine-panel {
        min-height: 430px;
    }

    .ga-engine-title {
        top: 14px;
        left: 16px;
        font-size: 0.68rem;
    }

    .ga-query-chip {
        left: 10px;
        max-width: 158px;
        padding: 7px 9px;
        font-size: 0.66rem;
        animation-name: gaQueryMobile;
        animation-duration: 18s;
    }

    .ga-query-chip.mobile-soft-hide,
    .ga-query-chip.is-filtered,
    .ga-kpi-layer span:nth-child(n+3) {
        display: none;
    }

    .ga-engine-core {
        left: 38%;
        width: 118px;
        height: 118px;
        top: 49%;
    }

    .ga-engine-core strong {
        font-size: 0.76rem;
    }

    .ga-core-orbit {
        inset: -36px;
    }

    .orbit-two {
        inset: -52px;
    }

    .orbit-three {
        display: none;
    }

    .ga-core-orbit em {
        display: none;
    }

    .ga-output-stack {
        right: 10px;
        top: 22%;
        bottom: 16%;
        width: 43%;
    }

    .ga-output-pill {
        padding: 9px 10px;
        font-size: 0.64rem;
    }

    .ga-output-line {
        width: 46px;
        opacity: 0.62;
    }

    .ga-kpi-layer span {
        font-size: 0.58rem;
    }

    .ga-kpi-layer span:nth-child(1) {
        left: 6%;
        top: 16%;
    }

    .ga-kpi-layer span:nth-child(2) {
        left: 6%;
        bottom: 10%;
    }

    .ga-faq-question {
        font-size: 0.9rem;
    }

    .ga-faq-answer p {
        font-size: 0.84rem;
    }

    .ga-cta-box h2 {
        font-size: clamp(1.52rem, 7.2vw, 2.02rem);
    }
}
