/* =========================================================
   AARAV DIGITAL — GOOGLE ADS PAGE
   PREMIUM BLACK / GOLD / WHITE
========================================================= */

#aarav-google-ads-page,
.aarav-google-ads-page,
.ga-page {
    --ga-black: #050505;
    --ga-panel: #0c0c0c;
    --ga-panel-2: #101010;
    --ga-border: rgba(255,255,255,.14);
    --ga-border-gold: rgba(247,183,25,.65);
    --ga-gold: #f7b719;
    --ga-gold-2: #ffca3a;
    --ga-white: #ffffff;
    --ga-text: #eeeeee;
    --ga-muted: #a8a8a8;
    --ga-green: #49d85a;

    width: 100%;
    max-width: 100%;
    overflow: hidden;
    background:
        radial-gradient(
            circle at 70% 5%,
            rgba(247,183,25,.055),
            transparent 32%
        ),
        #050505;
    color: var(--ga-white);
    font-family:
        Inter,
        -apple-system,
        BlinkMacSystemFont,
        "Segoe UI",
        sans-serif;
}

#aarav-google-ads-page *,
.aarav-google-ads-page *,
.ga-page * {
    box-sizing: border-box;
}

#aarav-google-ads-page a,
.aarav-google-ads-page a,
.ga-page a {
    text-decoration: none;
}

.ga-page img {
    max-width: 100%;
}


/* =========================================================
   GLOBAL
========================================================= */

.ga-section {
    width: min(1400px, calc(100% - 80px));
    margin: 0 auto;
    padding: 100px 0;
}

.ga-section-heading {
    margin-bottom: 55px;
}

.ga-section-heading.center {
    text-align: center;
}

.ga-section-heading > span,
.ga-label,
.ga-cta-content > span {
    display: block;
    color: var(--ga-gold);
    font-size: 14px;
    line-height: 1.2;
    font-weight: 800;
    letter-spacing: 1.8px;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.ga-section-heading h2,
.ga-results-left h2,
.ga-bottom-panel h2 {
    margin: 0;
    color: var(--ga-white);
    font-size: clamp(34px, 4vw, 56px);
    line-height: 1.05;
    font-weight: 800;
    letter-spacing: -1.5px;
}

.ga-section-heading h2 strong,
.ga-results-left h2 strong,
.ga-bottom-panel h2 strong,
.ga-cta-content h2 strong {
    color: var(--ga-gold);
    font-weight: 800;
}


/* =========================================================
   HERO
========================================================= */

.ga-hero {
    position: relative;
    width: min(1400px, calc(100% - 40px));
    margin: 0 auto;
    padding: 75px 0 90px;
}

.ga-hero-grid {
    display: grid;
    grid-template-columns: .88fr 1.12fr;
    gap: 70px;
    align-items: center;
}


/* HERO LEFT */

.ga-hero-content {
    min-width: 0;
}

.ga-badge {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 13px 20px;
    border: 1px solid var(--ga-gold);
    border-radius: 999px;
    color: #fff;
    background: rgba(247,183,25,.025);
    box-shadow:
        0 0 25px rgba(247,183,25,.06);
    font-size: 14px;
    font-weight: 800;
    letter-spacing: .5px;
}

.ga-google-a {
    color: #4285f4;
    font-size: 16px;
}

.ga-hero-content h1 {
    margin: 32px 0 28px;
    color: #fff;
    font-size: clamp(58px, 5.3vw, 86px);
    line-height: .98;
    font-weight: 900;
    letter-spacing: -3px;
    text-transform: uppercase;
}

.ga-hero-content h1 span {
    display: block;
    color: var(--ga-gold);
}

.ga-hero-text {
    max-width: 650px;
    margin: 0 0 32px;
    color: #c7c7c7;
    font-size: 19px;
    line-height: 1.75;
}

.ga-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    margin-bottom: 38px;
}

.ga-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 18px;
    min-height: 56px;
    padding: 0 27px;
    border-radius: 7px;
    font-size: 15px;
    font-weight: 800;
    transition:
        transform .25s ease,
        box-shadow .25s ease,
        background .25s ease;
}

.ga-btn span {
    font-size: 21px;
    line-height: 1;
}

.ga-btn-primary {
    color: #050505 !important;
    background: var(--ga-gold);
    box-shadow:
        0 15px 45px rgba(247,183,25,.18);
}

.ga-btn-primary:hover {
    color: #050505 !important;
    background: var(--ga-gold-2);
    transform: translateY(-3px);
    box-shadow:
        0 18px 50px rgba(247,183,25,.28);
}

.ga-btn-outline {
    color: #fff !important;
    border: 1px solid var(--ga-gold);
    background: transparent;
}

.ga-btn-outline:hover {
    color: #fff !important;
    background: rgba(247,183,25,.08);
    transform: translateY(-3px);
}


/* TRUST */

.ga-trust-row {
    display: flex;
    align-items: center;
    gap: 22px;
    flex-wrap: wrap;
}

.ga-partner {
    display: flex;
    align-items: center;
    gap: 10px;
}

.ga-g-logo {
    display: grid;
    place-items: center;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: #fff;
    color: #4285f4;
    font-size: 23px;
    font-weight: 900;
}

.ga-partner strong,
.ga-partner small {
    display: block;
}

.ga-partner strong {
    color: #fff;
    font-size: 14px;
}

.ga-partner small {
    color: #aaa;
    font-size: 11px;
}

.ga-trust-divider {
    width: 1px;
    height: 35px;
    background: rgba(255,255,255,.18);
}

.ga-trust-item strong,
.ga-trust-item small {
    display: block;
}

.ga-trust-item strong {
    color: #fff;
    font-size: 22px;
    line-height: 1.1;
}

.ga-trust-item small {
    margin-top: 5px;
    color: #8f8f8f;
    font-size: 10px;
}


/* =========================================================
   DASHBOARD
========================================================= */

.ga-dashboard-wrap {
    position: relative;
    min-width: 0;
}

.ga-dashboard-glow {
    position: absolute;
    inset: 10% 0 0;
    background:
        radial-gradient(
            ellipse at center,
            rgba(247,183,25,.18),
            transparent 60%
        );
    filter: blur(35px);
    pointer-events: none;
}

.ga-dashboard {
    position: relative;
    z-index: 2;
    padding: 25px;
    border: 1px solid var(--ga-border-gold);
    border-radius: 14px;
    background:
        linear-gradient(
            145deg,
            #111111,
            #0a0a0a
        );
    box-shadow:
        0 0 45px rgba(247,183,25,.07),
        inset 0 0 35px rgba(247,183,25,.018);
}

.ga-dashboard-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
}

.ga-dashboard-top span,
.ga-date {
    color: #b9b9b9;
    font-size: 13px;
}

.ga-date {
    padding: 9px 13px;
    border: 1px solid rgba(255,255,255,.12);
    border-radius: 6px;
}

.ga-date span {
    margin-left: 7px;
    color: var(--ga-gold);
}

.ga-metrics {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
}

.ga-metric {
    min-height: 86px;
    padding: 14px;
    border-radius: 7px;
    border: 1px solid rgba(255,255,255,.08);
}

.ga-metric small,
.ga-metric strong,
.ga-metric em {
    display: block;
}

.ga-metric small {
    margin-bottom: 6px;
    color: rgba(255,255,255,.7);
    font-size: 11px;
}

.ga-metric strong {
    color: #fff;
    font-size: 21px;
    line-height: 1;
}

.ga-metric em {
    margin-top: 7px;
    color: #56d95b;
    font-size: 9px;
    font-style: normal;
}

.ga-metric.blue {
    background: rgba(0,104,255,.72);
}

.ga-metric.red {
    background: rgba(220,45,45,.72);
}

.ga-metric.gold {
    background: rgba(247,183,25,.85);
}

.ga-metric.gold strong,
.ga-metric.gold small,
.ga-metric.gold em {
    color: #111;
}

.ga-metric.green {
    background: rgba(30,115,55,.72);
}


/* CHART */

.ga-chart-area {
    display: grid;
    grid-template-columns: 1fr 160px;
    gap: 22px;
    margin-top: 22px;
}

.ga-chart-main {
    position: relative;
    min-width: 0;
    min-height: 285px;
}

.ga-y-labels {
    position: absolute;
    top: 10px;
    bottom: 30px;
    left: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    color: #666;
    font-size: 9px;
}

.ga-line-chart {
    width: calc(100% - 32px);
    height: 245px;
    margin-left: 32px;
    display: block;
}

.ga-months {
    display: flex;
    justify-content: space-between;
    margin-left: 32px;
    color: #686868;
    font-size: 9px;
}

.ga-donut-box {
    min-width: 0;
    padding: 14px;
    border: 1px solid rgba(255,255,255,.08);
    border-radius: 8px;
    background: rgba(255,255,255,.015);
}

.ga-donut-box h4 {
    margin: 0 0 12px;
    color: #bbb;
    font-size: 12px;
}

.ga-donut {
    width: 100px;
    height: 100px;
    margin: 5px auto 15px;
    padding: 14px;
    border-radius: 50%;
    background:
        conic-gradient(
            #4285f4 0 62%,
            #ea4335 62% 84%,
            #34a853 84% 100%
        );
}

.ga-donut-inner {
    width: 100%;
    height: 100%;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background: #111;
}

.ga-donut-inner strong {
    color: #fff;
    font-size: 18px;
}

.ga-donut-list span {
    display: flex;
    align-items: center;
    gap: 5px;
    margin: 7px 0;
    color: #8f8f8f;
    font-size: 9px;
}

.ga-donut-list b {
    margin-left: auto;
    color: #bbb;
}

.dot {
    width: 6px;
    height: 6px;
    display: inline-block;
    border-radius: 50%;
}

.dot.blue {
    background: #4285f4;
}

.dot.red {
    background: #ea4335;
}

.dot.green {
    background: #34a853;
}

.ga-floating-google {
    position: absolute;
    z-index: 5;
    top: -14px;
    right: -14px;
    width: 58px;
    height: 58px;
    display: grid;
    place-items: center;
    border: 1px solid var(--ga-border-gold);
    border-radius: 12px;
    background: #111;
    box-shadow:
        0 0 35px rgba(247,183,25,.3);
}

.ga-floating-google span {
    width: 29px;
    height: 29px;
    display: block;
    border-radius: 8px;
    background:
        linear-gradient(
            135deg,
            #4285f4 0 30%,
            #fbbc05 30% 60%,
            #34a853 60% 80%,
            #ea4335 80%
        );
    transform: rotate(-25deg);
}


/* =========================================================
   CHALLENGES
========================================================= */

.ga-challenges {
    padding-top: 65px;
}

.ga-challenge-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    border: 1px solid rgba(255,255,255,.13);
    border-radius: 14px;
    overflow: hidden;
}

.ga-challenge-card {
    min-height: 235px;
    padding: 38px 30px;
    text-align: center;
    background: #0b0b0b;
    border-right: 1px solid rgba(255,255,255,.12);
}

.ga-challenge-card:last-child {
    border-right: 0;
}

.ga-big-icon {
    margin-bottom: 28px;
    color: var(--ga-gold);
    font-size: 37px;
    line-height: 1;
    text-shadow:
        0 0 18px rgba(247,183,25,.25);
}

.ga-challenge-card h3 {
    margin: 0 0 13px;
    color: #fff;
    font-size: 20px;
}

.ga-challenge-card p {
    max-width: 240px;
    margin: 0 auto;
    color: #999;
    font-size: 14px;
    line-height: 1.7;
}


/* =========================================================
   SERVICES
========================================================= */

.ga-services-grid {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 13px;
}

.ga-service-card {
    position: relative;
    min-height: 225px;
    padding: 28px 22px;
    border: 1px solid rgba(255,255,255,.13);
    border-radius: 10px;
    background: #0b0b0b;
    transition:
        transform .25s ease,
        border-color .25s ease,
        box-shadow .25s ease;
}

.ga-service-card:hover {
    transform: translateY(-5px);
    border-color: var(--ga-gold);
    box-shadow:
        0 15px 40px rgba(247,183,25,.08);
}

.ga-card-number {
    position: absolute;
    top: 16px;
    right: 18px;
    color: #444;
    font-size: 10px;
}

.ga-service-icon {
    margin: 10px 0 38px;
    color: var(--ga-gold);
    font-size: 32px;
    line-height: 1;
}

.ga-service-card h3 {
    margin: 0 0 12px;
    color: #fff;
    font-size: 18px;
}

.ga-service-card p {
    margin: 0;
    color: #969696;
    font-size: 13px;
    line-height: 1.6;
}


/* =========================================================
   PROCESS
========================================================= */

.ga-process-box {
    position: relative;
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 25px;
    padding: 40px 25px 35px;
    border: 1px solid rgba(255,255,255,.12);
    border-radius: 13px;
    background: #0a0a0a;
}

.ga-process-line {
    position: absolute;
    top: 78px;
    left: 9%;
    right: 9%;
    border-top: 1px dashed rgba(247,183,25,.35);
}

.ga-process-step {
    position: relative;
    z-index: 2;
    text-align: center;
}

.ga-process-circle {
    width: 64px;
    height: 64px;
    margin: 0 auto 12px;
    display: grid;
    place-items: center;
    border: 2px solid var(--ga-gold);
    border-radius: 50%;
    color: var(--ga-gold);
    background: #090909;
    box-shadow:
        0 0 25px rgba(247,183,25,.14);
    font-size: 23px;
}

.ga-step-number {
    display: block;
    margin-bottom: 7px;
    color: var(--ga-gold);
    font-size: 12px;
    font-weight: 800;
}

.ga-process-step h3 {
    margin: 0 0 8px;
    color: #fff;
    font-size: 15px;
}

.ga-process-step p {
    margin: 0;
    color: #888;
    font-size: 11px;
    line-height: 1.55;
}


/* =========================================================
   RESULTS
========================================================= */

.ga-results-grid {
    display: grid;
    grid-template-columns: .9fr 1.1fr;
    gap: 25px;
}

.ga-results-left,
.ga-performance {
    min-height: 480px;
    padding: 42px;
    border: 1px solid rgba(255,255,255,.13);
    border-radius: 14px;
    background: #0a0a0a;
}

.ga-results-left p {
    margin: 20px 0 30px;
    color: #909090;
    font-size: 15px;
}

.ga-result-stats {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 13px;
}

.ga-result-stats > div {
    min-height: 140px;
    padding: 25px;
    border: 1px solid rgba(255,255,255,.13);
    border-radius: 9px;
    background: #090909;
}

.ga-result-stats strong {
    display: block;
    margin-bottom: 15px;
    color: var(--ga-gold);
    font-size: 31px;
}

.ga-result-stats span {
    color: #929292;
    font-size: 12px;
    line-height: 1.5;
}


/* PERFORMANCE */

.ga-performance {
    border-color: rgba(247,183,25,.6);
}

.ga-performance-top {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.ga-performance-top span {
    display: block;
    margin-bottom: 10px;
    color: #888;
    font-size: 12px;
}

.ga-performance-top h3 {
    margin: 0;
    color: #fff;
    font-size: 24px;
}

.ga-performance-top > strong {
    color: #45d95a;
    font-size: 18px;
}

.ga-performance-bars {
    height: 315px;
    margin-top: 40px;
    padding: 0 10px;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 15px;
    border-bottom: 1px solid rgba(255,255,255,.08);
}

.ga-bar {
    flex: 1;
    height: var(--bar-height);
    max-width: 42px;
    border-radius: 5px 5px 0 0;
    background:
        linear-gradient(
            to top,
            #d79a08,
            #ffc63d
        );
    box-shadow:
        0 -10px 30px rgba(247,183,25,.12);
}

.ga-performance-labels {
    display: flex;
    justify-content: space-between;
    margin-top: 12px;
    color: #666;
    font-size: 10px;
}


/* =========================================================
   BOTTOM GRID
========================================================= */

.ga-bottom-grid {
    display: grid;
    grid-template-columns: .75fr 1.35fr 1fr;
    gap: 14px;
    align-items: stretch;
}

.ga-bottom-panel {
    min-width: 0;
    padding: 34px;
    border: 1px solid rgba(255,255,255,.13);
    border-radius: 12px;
    background: #0a0a0a;
}

.ga-bottom-panel h2 {
    margin-bottom: 30px;
    font-size: 29px;
}

.ga-check-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.ga-check-list li {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 15px 0;
    border-bottom: 1px solid rgba(255,255,255,.08);
    color: #c7c7c7;
    font-size: 13px;
}

.ga-check-list li span {
    color: var(--ga-gold);
    font-size: 18px;
    font-weight: 900;
}

.ga-google-partner-box {
    width: 160px;
    min-height: 65px;
    margin-top: 28px;
    padding: 10px 14px;
    display: flex;
    align-items: center;
    gap: 10px;
    border-radius: 6px;
    background: #fff;
}

.ga-google-letter {
    color: #4285f4;
    font-size: 27px;
    font-weight: 900;
}

.ga-google-partner-box strong,
.ga-google-partner-box small {
    display: block;
    color: #333;
}

.ga-google-partner-box strong {
    font-size: 15px;
}

.ga-google-partner-box small {
    font-size: 10px;
}


/* =========================================================
   PACKAGES
========================================================= */

.ga-packages {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
    align-items: stretch;
}

.ga-package {
    position: relative;
    min-width: 0;
    min-height: 380px;
    padding: 24px 17px;
    display: flex;
    flex-direction: column;
    border: 1px solid rgba(255,255,255,.13);
    border-radius: 9px;
    background: #080808;
}

.ga-package.featured {
    border-color: var(--ga-gold);
    box-shadow:
        0 0 30px rgba(247,183,25,.07);
}

.ga-popular {
    position: absolute;
    top: -15px;
    left: 50%;
    transform: translateX(-50%);
    padding: 8px 15px;
    white-space: nowrap;
    border-radius: 5px;
    color: #080808;
    background: var(--ga-gold);
    font-size: 9px;
    font-weight: 900;
}

.ga-package h3 {
    margin: 0 0 26px;
    color: #fff;
    font-size: 19px;
}

.ga-price {
    margin-bottom: 25px;
    color: #fff;
    font-size: 27px;
    font-weight: 800;
    white-space: nowrap;
}

.ga-price small {
    color: #777;
    font-size: 9px;
    font-weight: 500;
}

.ga-package ul {
    list-style: none;
    padding: 0;
    margin: 0 0 25px;
}

.ga-package li {
    margin-bottom: 13px;
    color: #a6a6a6;
    font-size: 11px;
    line-height: 1.4;
}

.ga-package li::first-letter {
    color: var(--ga-gold);
}

.ga-package a {
    width: 100%;
    min-height: 43px;
    margin-top: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--ga-gold);
    border-radius: 5px;
    color: #fff;
    font-size: 11px;
    font-weight: 800;
}

.ga-package.featured a {
    color: #090909;
    background: var(--ga-gold);
}

.ga-package a:hover {
    background: var(--ga-gold);
    color: #090909;
}


/* =========================================================
   FAQ
========================================================= */

.ga-faq {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.ga-faq details {
    border: 1px solid rgba(255,255,255,.13);
    border-radius: 8px;
    background: #090909;
    overflow: hidden;
}

.ga-faq details[open] {
    border-color: var(--ga-gold);
}

.ga-faq summary {
    min-height: 55px;
    padding: 0 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    cursor: pointer;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    list-style: none;
}

.ga-faq summary::-webkit-details-marker {
    display: none;
}

.ga-faq summary span {
    flex-shrink: 0;
    color: var(--ga-gold);
    font-size: 18px;
}

.ga-faq details p {
    margin: 0;
    padding: 0 15px 18px;
    color: #999;
    font-size: 11px;
    line-height: 1.7;
}


/* =========================================================
   FINAL CTA
========================================================= */

.ga-final-cta {
    position: relative;
    width: min(1400px, calc(100% - 80px));
    min-height: 215px;
    margin: 10px auto 70px;
    padding: 35px 45px;
    display: grid;
    grid-template-columns: 125px 1fr auto;
    gap: 35px;
    align-items: center;
    overflow: hidden;
    border: 1px solid var(--ga-gold);
    border-radius: 14px;
    background:
        radial-gradient(
            circle at 15% 50%,
            rgba(247,183,25,.12),
            transparent 30%
        ),
        #0a0a0a;
}

.ga-cta-glow {
    position: absolute;
    inset: 0;
    pointer-events: none;
    background:
        linear-gradient(
            90deg,
            transparent,
            rgba(247,183,25,.04),
            transparent
        );
}

.ga-cta-google {
    position: relative;
    z-index: 2;
    width: 90px;
    height: 90px;
    display: grid;
    place-items: center;
    border: 1px solid var(--ga-gold);
    border-radius: 50%;
    box-shadow:
        0 0 40px rgba(247,183,25,.18);
}

.ga-google-a-big {
    color: var(--ga-gold);
    font-size: 44px;
    font-weight: 900;
}

.ga-cta-content {
    position: relative;
    z-index: 2;
}

.ga-cta-content h2 {
    margin: 0 0 10px;
    color: #fff;
    font-size: clamp(29px, 3.3vw, 49px);
    line-height: 1.05;
    letter-spacing: -1px;
}

.ga-cta-content p {
    margin: 0;
    color: #898989;
    font-size: 13px;
}


/* =========================================================
   RESPONSIVE
========================================================= */

@media (max-width: 1200px) {

    .ga-hero-grid {
        grid-template-columns: 1fr;
        gap: 55px;
    }

    .ga-hero-content {
        max-width: 850px;
    }

    .ga-services-grid {
        grid-template-columns: repeat(3, 1fr);
    }

    .ga-bottom-grid {
        grid-template-columns: 1fr 1fr;
    }

    .ga-faq-panel {
        grid-column: 1 / -1;
    }

    .ga-process-box {
        grid-template-columns: repeat(3, 1fr);
        row-gap: 45px;
    }

    .ga-process-line {
        display: none;
    }
}


@media (max-width: 900px) {

    .ga-section {
        width: min(100% - 35px, 720px);
        padding: 75px 0;
    }

    .ga-hero {
        width: min(100% - 35px, 720px);
        padding: 55px 0 70px;
    }

    .ga-hero-content h1 {
        font-size: clamp(48px, 9vw, 72px);
    }

    .ga-challenge-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .ga-challenge-card:nth-child(2) {
        border-right: 0;
    }

    .ga-challenge-card:nth-child(-n+2) {
        border-bottom: 1px solid rgba(255,255,255,.12);
    }

    .ga-results-grid {
        grid-template-columns: 1fr;
    }

    .ga-bottom-grid {
        grid-template-columns: 1fr;
    }

    .ga-faq-panel {
        grid-column: auto;
    }

    .ga-final-cta {
        width: min(100% - 35px, 720px);
        grid-template-columns: 90px 1fr;
    }

    .ga-final-cta > .ga-btn {
        grid-column: 2;
        justify-self: start;
    }

}


@media (max-width: 650px) {

    .ga-section {
        width: calc(100% - 24px);
        padding: 60px 0;
    }

    .ga-hero {
        width: calc(100% - 24px);
        padding: 35px 0 55px;
    }

    .ga-hero-content h1 {
        margin-top: 25px;
        font-size: 48px;
        letter-spacing: -2px;
    }

    .ga-hero-text {
        font-size: 16px;
    }

    .ga-buttons {
        flex-direction: column;
    }

    .ga-btn {
        width: 100%;
    }

    .ga-trust-row {
        gap: 14px;
    }

    .ga-trust-divider {
        display: none;
    }

    .ga-dashboard {
        padding: 15px;
    }

    .ga-metrics {
        grid-template-columns: repeat(2, 1fr);
    }

    .ga-chart-area {
        grid-template-columns: 1fr;
    }

    .ga-donut-box {
        display: grid;
        grid-template-columns: auto 1fr;
        align-items: center;
        gap: 12px;
    }

    .ga-donut-box h4 {
        grid-column: 1 / -1;
        margin-bottom: 0;
    }

    .ga-donut {
        margin: 0;
    }

    .ga-donut-list {
        padding-right: 8px;
    }

    .ga-challenge-grid {
        grid-template-columns: 1fr;
    }

    .ga-challenge-card {
        min-height: 200px;
        border-right: 0 !important;
        border-bottom: 1px solid rgba(255,255,255,.12);
    }

    .ga-challenge-card:last-child {
        border-bottom: 0;
    }

    .ga-services-grid {
        grid-template-columns: 1fr 1fr;
    }

    .ga-process-box {
        grid-template-columns: 1fr 1fr;
        padding: 30px 15px;
    }

    .ga-results-left,
    .ga-performance {
        padding: 28px 20px;
    }

    .ga-result-stats {
        grid-template-columns: 1fr 1fr;
    }

    .ga-result-stats > div {
        padding: 18px;
        min-height: 120px;
    }

    .ga-packages {
        grid-template-columns: 1fr;
    }

    .ga-package {
        min-height: auto;
    }

    .ga-package.featured {
        margin-top: 12px;
    }

    .ga-bottom-panel {
        padding: 25px 20px;
    }

    .ga-final-cta {
        width: calc(100% - 24px);
        margin-bottom: 35px;
        padding: 30px 22px;
        grid-template-columns: 1fr;
        text-align: center;
    }

    .ga-cta-google {
        margin: 0 auto;
    }

    .ga-final-cta > .ga-btn {
        grid-column: auto;
        justify-self: stretch;
    }

}


@media (max-width: 460px) {

    .ga-services-grid {
        grid-template-columns: 1fr;
    }

    .ga-process-box {
        grid-template-columns: 1fr;
    }

    .ga-result-stats {
        grid-template-columns: 1fr;
    }

    .ga-performance-bars {
        gap: 7px;
    }

    .ga-bar {
        max-width: 25px;
    }

    .ga-hero-content h1 {
        font-size: 41px;
    }

}
/* =========================================================
   PREMIUM SVG ICONS
========================================================= */

.ga-svg-icon {
    color: #f7b719;
}

.ga-svg-icon svg {
    width: 100%;
    height: 100%;
    display: block;
    fill: none;
    stroke: currentColor;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.ga-big-icon.ga-svg-icon {
    width: 55px;
    height: 55px;
    margin: 0 auto 25px;
    display: grid;
    place-items: center;
    filter:
        drop-shadow(0 0 8px rgba(247,183,25,.28));
}

.ga-big-icon.ga-svg-icon svg {
    width: 50px;
    height: 50px;
}

.ga-service-icon.ga-svg-icon {
    width: 43px;
    height: 43px;
    margin: 8px 0 35px;
    filter:
        drop-shadow(0 0 7px rgba(247,183,25,.24));
}

.ga-service-icon.ga-svg-icon svg {
    width: 43px;
    height: 43px;
}

.ga-process-circle.ga-svg-icon {
    width: 64px;
    height: 64px;
    padding: 15px;
}

.ga-process-circle.ga-svg-icon svg {
    width: 100%;
    height: 100%;
}
/* =========================================================
   CAMPAIGN PERFORMANCE — REFERENCE STYLE
========================================================= */

.ga-performance {
    min-height: 0 !important;
    height: auto !important;
    padding: 18px !important;
    border: 1px solid rgba(247,183,25,.35) !important;
    border-radius: 10px;
    background: #0a0a0a;
}

.ga-performance-heading {
    margin-bottom: 12px;
}

.ga-performance-heading span {
    color: #fff;
    font-size: 11px;
    font-weight: 700;
}


/* METRIC CARDS */

.ga-performance-metrics {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 7px;
}

.ga-performance-metric {
    min-width: 0;
    padding: 8px 9px;
    border: 1px solid rgba(255,255,255,.09);
    border-radius: 5px;
    background: rgba(255,255,255,.015);
}

.ga-performance-metric small {
    display: block;
    margin-bottom: 3px;
    color: #858585;
    font-size: 7px;
}

.ga-performance-metric strong {
    display: block;
    color: #fff;
    font-size: 14px;
    line-height: 1.1;
}

.ga-performance-metric div {
    margin-top: 4px;
}

.ga-performance-metric em {
    color: #43d65a;
    font-size: 6px;
    font-style: normal;
}

.ga-performance-metric em.negative {
    color: #43d65a;
}


/* GRAPH */

.ga-real-chart {
    position: relative;
    display: flex;
    height: 165px;
    margin-top: 12px;
}

.ga-chart-y {
    width: 27px;
    padding: 3px 0 23px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.ga-chart-y span {
    color: #555;
    font-size: 7px;
}


.ga-bars-area {
    position: relative;
    flex: 1;
    min-width: 0;
    height: 100%;
}


.ga-grid-line {
    position: absolute;
    left: 0;
    right: 0;
    border-top: 1px solid rgba(255,255,255,.07);
    pointer-events: none;
}

.ga-grid-line.line-750 {
    top: 4px;
}

.ga-grid-line.line-500 {
    top: 38%;
}

.ga-grid-line.line-250 {
    top: 68%;
}

.ga-grid-line.line-0 {
    bottom: 23px;
}


/* BARS */

.ga-bars {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 23px;
    height: 130px;

    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 5px;
}

.ga-chart-bar {
    flex: 1;
    max-width: 9px;
    height: var(--bar-height);
    min-height: 18px;

    border-radius: 2px 2px 0 0;

    background:
        linear-gradient(
            to top,
            #e3a20b,
            #ffc63d
        );

    box-shadow:
        0 0 10px rgba(247,183,25,.15);
}


/* DATES */

.ga-chart-dates {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;

    display: flex;
    justify-content: space-between;

    color: #555;
    font-size: 7px;
}


/* =========================================================
   RESULTS HEIGHT
========================================================= */

.ga-results-left,
.ga-performance {
    min-height: 0 !important;
}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 650px) {

    .ga-performance {
        padding: 14px !important;
    }

    .ga-performance-metrics {
        gap: 5px;
    }

    .ga-performance-metric {
        padding: 7px 6px;
    }

    .ga-performance-metric strong {
        font-size: 12px;
    }

    .ga-performance-metric small {
        font-size: 6px;
    }

    .ga-performance-metric em {
        font-size: 5px;
    }

    .ga-real-chart {
        height: 145px;
    }

    .ga-bars {
        height: 110px;
    }

    .ga-chart-bar {
        max-width: 7px;
    }

}
/* =========================================================
   CAMPAIGN PERFORMANCE GRAPH
========================================================= */

.ga-performance {
    width: 100%;
    height: auto !important;
    min-height: 0 !important;

    padding: 20px !important;

    box-sizing: border-box;

    background: #0a0a0a;

    border: 1px solid rgba(247, 183, 25, 0.35);

    border-radius: 10px;

    overflow: hidden;
}


/* HEADING */

.ga-performance-heading {
    margin-bottom: 14px;
}

.ga-performance-heading span {
    color: #ffffff;

    font-size: 13px;

    font-weight: 600;
}


/* =========================================================
   METRICS
========================================================= */

.ga-performance-metrics {

    width: 100%;

    display: grid;

    grid-template-columns:
        repeat(4, minmax(0, 1fr));

    gap: 8px;

    box-sizing: border-box;
}


.ga-performance-metric {

    min-width: 0;

    padding: 11px;

    box-sizing: border-box;

    border: 1px solid rgba(255,255,255,0.09);

    border-radius: 6px;

    background: rgba(255,255,255,0.015);
}


.ga-performance-metric small {

    display: block;

    margin-bottom: 5px;

    color: #858585;

    font-size: 9px;

    line-height: 1.2;
}


.ga-performance-metric strong {

    display: block;

    color: #ffffff;

    font-size: 18px;

    font-weight: 700;

    line-height: 1.1;
}


.ga-performance-metric em {

    display: block;

    margin-top: 5px;

    color: #43d65a;

    font-size: 7px;

    font-style: normal;
}


/* =========================================================
   GRAPH CONTAINER
========================================================= */

.ga-real-chart {

    width: 100%;

    height: 260px !important;

    min-height: 260px !important;

    margin-top: 18px;

    display: flex;

    box-sizing: border-box;
}


/* Y AXIS */

.ga-chart-y {

    width: 32px;

    flex: 0 0 32px;

    padding-top: 2px;

    padding-bottom: 28px;

    box-sizing: border-box;

    display: flex;

    flex-direction: column;

    justify-content: space-between;
}


.ga-chart-y span {

    color: #555555;

    font-size: 8px;

    line-height: 1;
}


/* =========================================================
   GRAPH AREA
========================================================= */

.ga-bars-area {

    position: relative;

    width: 100%;

    height: 100%;

    flex: 1;

    min-width: 0;
}


/* GRID LINES */

.ga-grid-line {

    position: absolute;

    left: 0;

    right: 0;

    height: 1px;

    border-top:
        1px solid rgba(255,255,255,0.07);

    pointer-events: none;
}


.ga-grid-line.line-750 {
    top: 2px;
}


.ga-grid-line.line-500 {
    top: 34%;
}


.ga-grid-line.line-250 {
    top: 67%;
}


.ga-grid-line.line-0 {
    bottom: 28px;
}


/* =========================================================
   BARS
========================================================= */

.ga-bars {

    position: absolute;

    left: 0;

    right: 0;

    bottom: 28px;

    height: calc(100% - 28px);

    display: flex;

    align-items: flex-end;

    justify-content: space-between;

    gap: 5px;

    box-sizing: border-box;
}


.ga-chart-bar {

    display: block;

    width: 10px;

    max-width: 10px;

    min-height: 20px;

    height: var(--bar-height);

    flex: 1 1 auto;

    border-radius: 3px 3px 0 0;

    background:
        linear-gradient(
            to top,
            #e3a20b 0%,
            #ffc63d 100%
        );

    box-shadow:
        0 0 10px
        rgba(247,183,25,0.16);
}


/* =========================================================
   DATES
========================================================= */

.ga-chart-dates {

    position: absolute;

    left: 0;

    right: 0;

    bottom: 0;

    height: 18px;

    display: flex;

    align-items: flex-end;

    justify-content: space-between;
}


.ga-chart-dates span {

    color: #555555;

    font-size: 8px;

    line-height: 1;
}


/* =========================================================
   RESPONSIVE
========================================================= */

@media (max-width: 900px) {

    .ga-performance {
        padding: 16px !important;
    }

    .ga-real-chart {
        height: 240px !important;
        min-height: 240px !important;
    }

    .ga-chart-bar {
        max-width: 8px;
    }

}


@media (max-width: 600px) {

    .ga-performance {
        padding: 13px !important;
    }

    .ga-performance-metrics {
        grid-template-columns:
            repeat(2, minmax(0, 1fr));
    }

    .ga-performance-metric strong {
        font-size: 16px;
    }

    .ga-real-chart {
        height: 220px !important;
        min-height: 220px !important;
    }

    .ga-chart-y {
        width: 25px;
        flex-basis: 25px;
    }

    .ga-chart-bar {
        width: 7px;
        max-width: 7px;
    }

}