/* =========================================================
   AARAV DIGITAL
   DIGITAL STRATEGY PAGE
   BLACK + GOLD + WHITE
========================================================= */

.ads-ds-page {
    --ds-bg: #070707;
    --ds-card: #0d0d0d;
    --ds-card-2: #111111;
    --ds-gold: #f5b51b;
    --ds-gold-light: #ffc43d;
    --ds-white: #ffffff;
    --ds-text: #b8b8b8;
    --ds-muted: #777777;
    --ds-border: #2b2b2b;

    width: 100%;
    background: var(--ds-bg);
    color: var(--ds-white);
    font-family: Arial, Helvetica, sans-serif;
    overflow: hidden;
}

.ads-ds-page *,
.ads-ds-page *::before,
.ads-ds-page *::after {
    box-sizing: border-box;
}


/* =========================================================
   GLOBAL
========================================================= */

.ads-ds-page a {
    text-decoration: none;
}

.ads-ds-page p,
.ads-ds-page h1,
.ads-ds-page h2,
.ads-ds-page h3,
.ads-ds-page h4 {
    margin-top: 0;
}

.ds-section {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    padding: 58px 30px;
}

.ds-section-heading {
    text-align: center;
    margin-bottom: 34px;
}

.ds-section-heading h2 {
    margin: 0;
    font-size: 30px;
    line-height: 1.2;
    font-weight: 800;
    color: #fff;
}

.ds-section-heading h2 span {
    color: var(--ds-gold);
}


/* =========================================================
   BUTTONS
========================================================= */

.ds-btn {
    min-height: 54px;
    padding: 0 25px;
    border-radius: 7px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 13px;
    font-size: 15px;
    font-weight: 700;
    transition: .25s ease;
}

.ds-btn span {
    font-size: 21px;
}

.ds-btn-gold {
    color: #090909;
    background: var(--ds-gold);
    border: 1px solid var(--ds-gold);
    box-shadow: 0 12px 35px rgba(245,181,27,.16);
}

.ds-btn-gold:hover {
    background: var(--ds-gold-light);
    transform: translateY(-2px);
    color: #000;
}

.ds-btn-outline {
    color: #fff;
    border: 1px solid var(--ds-gold);
    background: transparent;
}

.ds-btn-outline:hover {
    color: #000;
    background: var(--ds-gold);
}


/* =========================================================
   HERO
========================================================= */

.ds-hero {
    width: 100%;
    background:
        radial-gradient(
            circle at 74% 35%,
            rgba(245,181,27,.08),
            transparent 31%
        ),
        #070707;
}

.ds-hero-inner {
    max-width: 1280px;
    min-height: 650px;
    margin: auto;
    padding: 30px;
    display: grid;
    grid-template-columns: .9fr 1.1fr;
    gap: 38px;
    align-items: center;
}


/* HERO CONTENT */

.ds-hero-content {
    padding: 15px 0;
}

.ds-badge {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    border: 1px solid var(--ds-gold);
    border-radius: 50px;
    padding: 10px 17px;
    color: var(--ds-gold);
    font-size: 13px;
    font-weight: 800;
    letter-spacing: .5px;
    margin-bottom: 25px;
}

.ds-badge-icon {
    font-size: 20px;
}

.ds-hero-content h1 {
    margin-bottom: 22px;
    font-size: clamp(46px, 4.5vw, 68px);
    line-height: .99;
    font-weight: 900;
    letter-spacing: -1.8px;
    color: #fff;
}

.ds-hero-content h1 span {
    color: var(--ds-gold);
}

.ds-hero-content > p {
    max-width: 600px;
    margin-bottom: 28px;
    font-size: 17px;
    line-height: 1.75;
    color: #bcbcbc;
}

.ds-hero-buttons {
    display: flex;
    gap: 14px;
    flex-wrap: wrap;
}

.ds-hero-stats {
    margin-top: 36px;
    display: flex;
    align-items: center;
    gap: 20px;
}

.ds-hero-stat {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.ds-hero-stat strong {
    color: var(--ds-gold);
    font-size: 23px;
}

.ds-hero-stat small {
    color: #aaa;
    font-size: 11px;
}

.ds-stat-divider {
    width: 1px;
    height: 38px;
    background: #444;
}

.ds-google-partner {
    display: flex;
    align-items: center;
    gap: 7px;
}

.google-g {
    font-size: 34px;
    font-weight: 900;
    color: #4285f4;
}

.ds-google-partner strong {
    display: block;
    font-size: 14px;
    color: #fff;
}

.ds-google-partner small {
    color: #aaa;
}


/* =========================================================
   DASHBOARD
========================================================= */

.ds-dashboard {
    min-height: 480px;
    padding: 25px;
    border: 1px solid #8f6b00;
    border-radius: 13px;
    background:
        radial-gradient(
            circle at 75% 0%,
            rgba(245,181,27,.10),
            transparent 30%
        ),
        #0d0d0d;
    box-shadow:
        0 0 45px rgba(245,181,27,.08),
        inset 0 0 35px rgba(255,255,255,.01);
}

.ds-dashboard-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.ds-dashboard-top span {
    font-size: 15px;
    font-weight: 700;
}

.ds-date {
    padding: 8px 12px;
    border: 1px solid #353535;
    border-radius: 5px;
    color: #aaa;
    font-size: 11px;
}

.ds-date span {
    margin-left: 5px;
}


.ds-dashboard-metrics {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap: 10px;
}

.ds-metric {
    padding: 16px;
    border: 1px solid #292929;
    border-radius: 7px;
    background: rgba(255,255,255,.015);
}

.ds-metric small {
    display: block;
    margin-bottom: 7px;
    color: #888;
    font-size: 11px;
}

.ds-metric strong {
    display: block;
    font-size: 21px;
    margin-bottom: 7px;
}

.ds-metric em {
    font-size: 9px;
    font-style: normal;
    color: #54b948;
}


/* CHART */

.ds-chart-area {
    position: relative;
    height: 320px;
    margin-top: 20px;
    padding-left: 35px;
    padding-right: 150px;
}

.ds-chart-y {
    position: absolute;
    left: 0;
    top: 5px;
    bottom: 25px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.ds-chart-y span {
    color: #555;
    font-size: 9px;
}

.ds-chart {
    position: relative;
    height: 100%;
}

.ds-grid-line {
    position: absolute;
    left: 0;
    right: 0;
    height: 1px;
    background: #222;
}

.ds-grid-line.line-1 { top: 5%; }
.ds-grid-line.line-2 { top: 27%; }
.ds-grid-line.line-3 { top: 49%; }
.ds-grid-line.line-4 { top: 71%; }
.ds-grid-line.line-5 { top: 93%; }

.ds-line-chart {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 93%;
    overflow: visible;
}

.ds-line-chart .ds-area {
    fill: url(#dsAreaGradient);
}

.ds-line-chart .ds-line {
    fill: none;
    stroke: var(--ds-gold);
    stroke-width: 4;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.ds-line-chart circle {
    fill: var(--ds-gold);
    stroke: #111;
    stroke-width: 2;
}

.ds-chart-months {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    justify-content: space-between;
}

.ds-chart-months span {
    color: #666;
    font-size: 9px;
}


/* DONUT */

.ds-source-box {
    position: absolute;
    right: 0;
    top: 5px;
    width: 135px;
    padding: 14px;
    border: 1px solid #292929;
    border-radius: 7px;
    background: #0e0e0e;
}

.ds-source-box h4 {
    margin-bottom: 13px;
    font-size: 11px;
}

.ds-donut {
    width: 82px;
    height: 82px;
    margin: 0 auto 14px;
    border-radius: 50%;
    background:
        conic-gradient(
            #f5b51b 0 45%,
            #4285f4 45% 75%,
            #ef5350 75% 90%,
            #67b96a 90% 97%,
            #9565c4 97% 100%
        );
    display: grid;
    place-items: center;
}

.ds-donut-hole {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: #0d0d0d;
    display: grid;
    place-items: center;
    color: #fff;
    font-size: 10px;
    font-weight: 700;
}

.ds-source-row {
    display: grid;
    grid-template-columns: 8px 1fr auto;
    gap: 5px;
    align-items: center;
    margin-top: 7px;
    font-size: 7px;
    color: #aaa;
}

.ds-source-row i {
    width: 6px;
    height: 6px;
    border-radius: 50%;
}

.ds-source-row b {
    color: #aaa;
    font-weight: 400;
}

.source-yellow { background:#f5b51b; }
.source-blue { background:#4285f4; }
.source-red { background:#ef5350; }
.source-green { background:#67b96a; }
.source-purple { background:#9565c4; }


/* =========================================================
   WHY CARDS
========================================================= */

.ds-five-grid {
    display: grid;
    grid-template-columns: repeat(5,1fr);
    border: 1px solid #292929;
    border-radius: 12px;
    overflow: hidden;
}

.ds-info-card {
    min-height: 190px;
    padding: 28px 20px;
    text-align: center;
    border-right: 1px solid #292929;
    background: #0c0c0c;
}

.ds-info-card:last-child {
    border-right: 0;
}

.ds-card-icon {
    color: var(--ds-gold);
    font-size: 42px;
    line-height: 1;
    margin-bottom: 22px;
    text-shadow: 0 0 18px rgba(245,181,27,.25);
}

.ds-info-card h3 {
    margin-bottom: 9px;
    font-size: 17px;
}

.ds-info-card p {
    margin: 0;
    color: #999;
    font-size: 13px;
    line-height: 1.6;
}


/* =========================================================
   SERVICES
========================================================= */

.ds-services-grid {
    display: grid;
    grid-template-columns: repeat(6,1fr);
    gap: 10px;
}

.ds-service-card {
    min-height: 190px;
    position: relative;
    padding: 23px 18px;
    border: 1px solid #2b2b2b;
    border-radius: 9px;
    background: #0c0c0c;
    transition: .25s ease;
}

.ds-service-card:hover {
    border-color: var(--ds-gold);
    transform: translateY(-4px);
    box-shadow: 0 12px 35px rgba(245,181,27,.08);
}

.ds-number {
    position: absolute;
    top: 10px;
    right: 12px;
    color: #444;
    font-size: 9px;
}

.ds-service-icon {
    color: var(--ds-gold);
    font-size: 36px;
    line-height: 1;
    margin: 18px 0 24px;
}

.ds-service-card h3 {
    font-size: 15px;
    margin-bottom: 10px;
}

.ds-service-card p {
    color: #999;
    font-size: 11px;
    line-height: 1.55;
    margin: 0;
}


/* =========================================================
   PROCESS
========================================================= */

.ds-process {
    position: relative;
    display: grid;
    grid-template-columns: repeat(6,1fr);
    gap: 20px;
    padding: 15px 0;
}

.ds-process-line {
    position: absolute;
    top: 47px;
    left: 8%;
    right: 8%;
    border-top: 1px dashed #705400;
}

.ds-process-step {
    position: relative;
    z-index: 2;
    text-align: center;
}

.ds-process-icon {
    width: 62px;
    height: 62px;
    margin: 0 auto 12px;
    border: 2px solid var(--ds-gold);
    border-radius: 50%;
    display: grid;
    place-items: center;
    background: #0b0b0b;
    color: var(--ds-gold);
    font-size: 25px;
    box-shadow: 0 0 22px rgba(245,181,27,.13);
}

.ds-process-step > strong {
    color: var(--ds-gold);
    font-size: 12px;
}

.ds-process-step h3 {
    margin: 8px 0;
    font-size: 15px;
}

.ds-process-step p {
    margin: 0;
    color: #888;
    font-size: 10px;
    line-height: 1.5;
}


/* =========================================================
   RESULTS
========================================================= */

.ds-results {
    border: 1px solid #806000;
    border-radius: 10px;
    padding: 25px;
    background:
        radial-gradient(
            circle at 90% 10%,
            rgba(245,181,27,.08),
            transparent 25%
        ),
        #0b0b0b;
}

.ds-results-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.ds-results-header h2 {
    margin: 0;
    font-size: 24px;
}

.ds-results-header h2 span {
    color: var(--ds-gold);
}

.ds-growth {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.ds-growth strong {
    color: #52c64e;
    font-size: 18px;
}

.ds-growth small {
    color: #666;
    font-size: 9px;
}

.ds-results-layout {
    display: grid;
    grid-template-columns: .8fr 1.2fr;
    gap: 22px;
}

.ds-results-stats {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 10px;
}

.ds-result-card {
    min-height: 145px;
    padding: 20px;
    border: 1px solid #2c2c2c;
    border-radius: 8px;
    background: #0c0c0c;
}

.ds-result-icon {
    color: var(--ds-gold);
    font-size: 28px;
    margin-bottom: 13px;
}

.ds-result-card strong {
    display: block;
    color: var(--ds-gold);
    font-size: 26px;
    margin-bottom: 10px;
}

.ds-result-card span {
    display: block;
    color: #999;
    font-size: 11px;
    margin-bottom: 7px;
}

.ds-result-card em {
    color: #4caf50;
    font-style: normal;
    font-size: 9px;
}

.ds-growth-chart {
    min-height: 300px;
    padding: 20px;
    border: 1px solid #2b2b2b;
    border-radius: 8px;
    background: #0c0c0c;
}

.ds-growth-title {
    display: flex;
    justify-content: space-between;
    color: #aaa;
    font-size: 12px;
}

.ds-growth-title strong {
    color: #555;
}

.ds-bars {
    height: 220px;
    margin-top: 20px;
    display: flex;
    align-items: flex-end;
    gap: 12px;
    border-bottom: 1px solid #333;
}

.ds-bars i {
    flex: 1;
    display: block;
    min-width: 8px;
    border-radius: 4px 4px 0 0;
    background: linear-gradient(
        to top,
        #c78d00,
        #ffc33b
    );
    box-shadow: 0 0 15px rgba(245,181,27,.12);
}

.ds-bar-labels {
    display: flex;
    justify-content: space-between;
    padding-top: 8px;
    color: #666;
    font-size: 9px;
}


/* =========================================================
   BOTTOM
========================================================= */

.ds-bottom-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px;
}

.ds-packages,
.ds-faq {
    border: 1px solid #292929;
    border-radius: 10px;
    padding: 25px;
    background: #0b0b0b;
}

.ds-mini-title {
    color: var(--ds-gold);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 1px;
}

.ds-packages h2,
.ds-faq h2 {
    margin: 13px 0 25px;
    font-size: 28px;
}

.ds-packages h2 span {
    color: var(--ds-gold);
}

.ds-package-grid {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 8px;
}

.ds-package {
    position: relative;
    min-height: 330px;
    padding: 20px 14px;
    border: 1px solid #303030;
    border-radius: 7px;
    background: #0e0e0e;
}

.ds-package h3 {
    font-size: 15px;
    margin-bottom: 20px;
}

.ds-price {
    font-size: 22px;
    font-weight: 800;
    margin-bottom: 23px;
}

.ds-price small {
    color: #777;
    font-size: 8px;
    font-weight: 400;
}

.ds-package ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.ds-package li {
    position: relative;
    padding-left: 14px;
    margin-bottom: 12px;
    color: #aaa;
    font-size: 10px;
}

.ds-package li::before {
    content: "✓";
    position: absolute;
    left: 0;
    color: var(--ds-gold);
}

.ds-package > a {
    position: absolute;
    bottom: 17px;
    left: 14px;
    right: 14px;
    min-height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid var(--ds-gold);
    border-radius: 5px;
    color: #fff;
    font-size: 11px;
    font-weight: 700;
}

.ds-package-popular {
    border-color: var(--ds-gold);
}

.ds-package-popular > a {
    background: var(--ds-gold);
    color: #000;
}

.ds-popular {
    position: absolute;
    top: -14px;
    left: 50%;
    transform: translateX(-50%);
    padding: 7px 14px;
    white-space: nowrap;
    border-radius: 4px;
    background: var(--ds-gold);
    color: #000;
    font-size: 8px;
    font-weight: 800;
}


/* FAQ */

.ds-faq details {
    border: 1px solid #292929;
    border-radius: 6px;
    margin-bottom: 8px;
    background: #0d0d0d;
}

.ds-faq details[open] {
    border-color: #806000;
}

.ds-faq summary {
    min-height: 48px;
    padding: 0 14px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    list-style: none;
}

.ds-faq summary::-webkit-details-marker {
    display: none;
}

.ds-faq summary span {
    color: var(--ds-gold);
    font-size: 20px;
}

.ds-faq details p {
    margin: 0;
    padding: 0 14px 16px;
    color: #999;
    font-size: 10px;
    line-height: 1.6;
}

.ds-faq-button {
    display: flex;
    width: max-content;
    margin: 17px auto 0;
    padding: 10px 18px;
    border: 1px solid var(--ds-gold);
    border-radius: 5px;
    color: #fff;
    font-size: 10px;
}


/* =========================================================
   FINAL CTA
========================================================= */

.ds-final-cta {
    min-height: 170px;
    padding: 30px 45px;
    border: 1px solid #806000;
    border-radius: 11px;
    display: grid;
    grid-template-columns: 110px 1fr auto;
    gap: 25px;
    align-items: center;
    background:
        radial-gradient(
            circle at 15% 50%,
            rgba(245,181,27,.11),
            transparent 25%
        ),
        #0b0b0b;
}

.ds-final-icon {
    width: 82px;
    height: 82px;
    border: 1px solid var(--ds-gold);
    border-radius: 50%;
    display: grid;
    place-items: center;
    color: var(--ds-gold);
    font-size: 43px;
    box-shadow: 0 0 25px rgba(245,181,27,.13);
}

.ds-final-content > span {
    color: var(--ds-gold);
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 1px;
}

.ds-final-content h2 {
    margin: 8px 0;
    font-size: 29px;
    line-height: 1.15;
}

.ds-final-content h2 strong {
    color: var(--ds-gold);
}

.ds-final-content p {
    margin: 0;
    color: #888;
    font-size: 12px;
}


/* =========================================================
   RESPONSIVE
========================================================= */

@media (max-width: 1100px) {

    .ds-hero-inner {
        grid-template-columns: 1fr;
    }

    .ds-hero-content {
        text-align: center;
    }

    .ds-hero-content > p {
        margin-left: auto;
        margin-right: auto;
    }

    .ds-hero-buttons,
    .ds-hero-stats {
        justify-content: center;
    }

    .ds-five-grid {
        grid-template-columns: repeat(3,1fr);
    }

    .ds-info-card:nth-child(3) {
        border-right: 0;
    }

    .ds-services-grid {
        grid-template-columns: repeat(3,1fr);
    }

    .ds-process {
        grid-template-columns: repeat(3,1fr);
        row-gap: 35px;
    }

    .ds-process-line {
        display: none;
    }
}


@media (max-width: 850px) {

    .ds-section {
        padding: 45px 18px;
    }

    .ds-dashboard {
        padding: 18px;
    }

    .ds-dashboard-metrics {
        grid-template-columns: repeat(2,1fr);
    }

    .ds-chart-area {
        padding-right: 0;
    }

    .ds-source-box {
        display: none;
    }

    .ds-results-layout,
    .ds-bottom-grid {
        grid-template-columns: 1fr;
    }

    .ds-final-cta {
        grid-template-columns: 75px 1fr;
    }

    .ds-final-cta > .ds-btn {
        grid-column: 1 / -1;
    }

    .ds-package-grid {
        grid-template-columns: 1fr;
    }

    .ds-package {
        min-height: 300px;
    }
}


@media (max-width: 650px) {

    .ds-hero-inner {
        padding: 20px 16px;
        min-height: auto;
    }

    .ds-hero-content h1 {
        font-size: 42px;
        line-height: 1;
    }

    .ds-hero-content > p {
        font-size: 15px;
    }

    .ds-hero-stats {
        flex-wrap: wrap;
    }

    .ds-stat-divider {
        display: none;
    }

    .ds-dashboard {
        min-height: auto;
    }

    .ds-dashboard-top {
        align-items: flex-start;
        gap: 10px;
        flex-direction: column;
    }

    .ds-dashboard-metrics {
        grid-template-columns: 1fr 1fr;
    }

    .ds-chart-area {
        height: 280px;
    }

    .ds-five-grid {
        grid-template-columns: 1fr;
    }

    .ds-info-card {
        border-right: 0;
        border-bottom: 1px solid #292929;
    }

    .ds-info-card:last-child {
        border-bottom: 0;
    }

    .ds-services-grid {
        grid-template-columns: 1fr 1fr;
    }

    .ds-process {
        grid-template-columns: 1fr 1fr;
    }

    .ds-results {
        padding: 17px;
    }

    .ds-results-header {
        flex-direction: column;
        align-items: flex-start;
        gap: 12px;
    }

    .ds-results-stats {
        grid-template-columns: 1fr 1fr;
    }

    .ds-final-cta {
        padding: 25px;
        grid-template-columns: 1fr;
        text-align: center;
    }

    .ds-final-icon {
        margin: auto;
    }

    .ds-final-content h2 {
        font-size: 25px;
    }
}


@media (max-width: 450px) {

    .ds-services-grid {
        grid-template-columns: 1fr;
    }

    .ds-process {
        grid-template-columns: 1fr;
    }

    .ds-results-stats {
        grid-template-columns: 1fr;
    }

    .ds-dashboard-metrics {
        grid-template-columns: 1fr;
    }

    .ds-hero-buttons {
        flex-direction: column;
    }

    .ds-btn {
        width: 100%;
    }
}
/* =========================================================
   DIGITAL STRATEGY - FINAL TYPOGRAPHY OVERRIDE
   KEEP DESIGN SAME / ONLY FONT + TEXT COLOR
========================================================= */

/* ---------- GLOBAL TEXT ---------- */

.ads-ds-page {
    color: #ffffff !important;
    font-size: 16px;
}

/* Force all major headings to WHITE */
.ads-ds-page h1,
.ads-ds-page h2,
.ads-ds-page h3,
.ads-ds-page h4,
.ads-ds-page h5,
.ads-ds-page h6 {
    color: #ffffff !important;
}

/* Gold words remain GOLD */
.ads-ds-page h1 span,
.ads-ds-page h2 span,
.ads-ds-page .ds-mini-title,
.ads-ds-page .ds-badge,
.ads-ds-page .ds-card-icon,
.ads-ds-page .ds-service-icon,
.ads-ds-page .ds-result-icon,
.ads-ds-page .ds-growth strong,
.ads-ds-page .ds-hero-stat strong {
    color: #f5b51b !important;
}


/* =========================================================
   HERO - BIGGER
========================================================= */

.ds-hero-content h1 {
    font-size: clamp(52px, 5vw, 76px) !important;
    line-height: 1.02 !important;
    letter-spacing: -1.5px;
}

.ds-hero-content > p {
    font-size: 19px !important;
    line-height: 1.75 !important;
}

.ds-badge {
    font-size: 14px !important;
    padding: 11px 19px;
}

.ds-btn {
    font-size: 16px !important;
    min-height: 56px;
    padding-left: 28px;
    padding-right: 28px;
}

.ds-hero-stat strong {
    font-size: 25px !important;
}

.ds-hero-stat small {
    font-size: 13px !important;
}


/* =========================================================
   DASHBOARD
========================================================= */

.ds-dashboard-top span {
    font-size: 17px !important;
    color: #ffffff !important;
}

.ds-date {
    font-size: 12px !important;
}

.ds-metric {
    padding: 18px !important;
}

.ds-metric small {
    font-size: 12px !important;
    color: #bdbdbd !important;
}

.ds-metric strong {
    font-size: 25px !important;
    color: #ffffff !important;
}

.ds-metric em {
    font-size: 11px !important;
}


/* =========================================================
   SECTION HEADINGS
========================================================= */

.ds-section-heading h2 {
    font-size: 36px !important;
    line-height: 1.2 !important;
    color: #ffffff !important;
}


/* =========================================================
   WHY DIGITAL STRATEGY
========================================================= */

.ds-info-card {
    padding: 32px 22px !important;
}

.ds-card-icon {
    font-size: 46px !important;
    margin-bottom: 24px !important;
}

.ds-info-card h3 {
    font-size: 20px !important;
    color: #ffffff !important;
    margin-bottom: 12px !important;
}

.ds-info-card p {
    font-size: 15px !important;
    line-height: 1.65 !important;
    color: #bdbdbd !important;
}


/* =========================================================
   SERVICES
========================================================= */

.ds-service-card {
    padding: 26px 20px !important;
    min-height: 215px;
}

.ds-number {
    font-size: 11px !important;
}

.ds-service-icon {
    font-size: 40px !important;
    margin-bottom: 25px !important;
}

.ds-service-card h3 {
    font-size: 18px !important;
    color: #ffffff !important;
    margin-bottom: 12px !important;
}

.ds-service-card p {
    font-size: 13px !important;
    line-height: 1.65 !important;
    color: #bdbdbd !important;
}


/* =========================================================
   PROCESS
========================================================= */

.ds-process-step > strong {
    font-size: 14px !important;
}

.ds-process-step h3 {
    font-size: 19px !important;
    color: #ffffff !important;
}

.ds-process-step p {
    font-size: 12px !important;
    line-height: 1.65 !important;
    color: #bdbdbd !important;
}

.ds-process-icon {
    width: 66px !important;
    height: 66px !important;
    font-size: 27px !important;
}


/* =========================================================
   RESULTS
========================================================= */

.ds-results-header h2 {
    font-size: 30px !important;
    color: #ffffff !important;
}

.ds-growth strong {
    font-size: 20px !important;
}

.ds-growth small {
    font-size: 11px !important;
}

.ds-result-card {
    padding: 23px !important;
}

.ds-result-icon {
    font-size: 32px !important;
}

.ds-result-card strong {
    font-size: 30px !important;
    color: #f5b51b !important;
}

.ds-result-card span {
    font-size: 13px !important;
    color: #bdbdbd !important;
}

.ds-result-card em {
    font-size: 11px !important;
}


/* Growth graph title */

.ds-growth-title {
    font-size: 14px !important;
    color: #ffffff !important;
}

.ds-growth-title strong {
    font-size: 13px !important;
}

.ds-bar-labels {
    font-size: 11px !important;
}


/* =========================================================
   PACKAGES
========================================================= */

.ds-mini-title {
    font-size: 14px !important;
}

.ds-packages h2,
.ds-faq h2 {
    font-size: 34px !important;
    color: #ffffff !important;
}

.ds-package {
    padding: 23px 16px !important;
}

.ds-package h3 {
    font-size: 18px !important;
    color: #ffffff !important;
}

.ds-price {
    font-size: 27px !important;
    color: #ffffff !important;
}

.ds-price small {
    font-size: 10px !important;
}

.ds-package li {
    font-size: 12px !important;
    line-height: 1.5;
}

.ds-package > a {
    font-size: 13px !important;
}

.ds-popular {
    font-size: 9px !important;
}


/* =========================================================
   FAQ
========================================================= */

.ds-faq summary {
    font-size: 14px !important;
    color: #ffffff !important;
    min-height: 55px;
}

.ds-faq summary span {
    font-size: 23px !important;
}

.ds-faq details p {
    font-size: 12px !important;
    line-height: 1.7 !important;
    color: #bdbdbd !important;
}

.ds-faq-button {
    font-size: 12px !important;
}


/* =========================================================
   FINAL CTA
========================================================= */

.ds-final-content > span {
    font-size: 13px !important;
}

.ds-final-content h2 {
    font-size: 34px !important;
    color: #ffffff !important;
}

.ds-final-content p {
    font-size: 14px !important;
    color: #bdbdbd !important;
}

.ds-final-icon {
    font-size: 45px !important;
}


/* =========================================================
   FORCE WHITE ON DARK/BLACK TEXT
========================================================= */

/* These specifically fix the black/dark text visible
   in your screenshots */

.ads-ds-page .ds-info-card h3,
.ads-ds-page .ds-service-card h3,
.ads-ds-page .ds-process-step h3,
.ads-ds-page .ds-results-header h2,
.ads-ds-page .ds-packages h2,
.ads-ds-page .ds-faq h2,
.ads-ds-page .ds-package h3,
.ads-ds-page .ds-final-content h2,
.ads-ds-page .ds-dashboard-top span,
.ads-ds-page .ds-metric strong,
.ads-ds-page .ds-faq summary {
    color: #ffffff !important;
}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 850px) {

    .ds-section-heading h2 {
        font-size: 32px !important;
    }

    .ds-info-card h3 {
        font-size: 19px !important;
    }

    .ds-service-card h3 {
        font-size: 18px !important;
    }

    .ds-packages h2,
    .ds-faq h2 {
        font-size: 31px !important;
    }
}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 650px) {

    .ds-hero-content h1 {
        font-size: 44px !important;
    }

    .ds-hero-content > p {
        font-size: 16px !important;
    }

    .ds-section-heading h2 {
        font-size: 29px !important;
    }

    .ds-info-card h3 {
        font-size: 20px !important;
    }

    .ds-info-card p {
        font-size: 14px !important;
    }

    .ds-service-card h3 {
        font-size: 19px !important;
    }

    .ds-service-card p {
        font-size: 14px !important;
    }

    .ds-process-step h3 {
        font-size: 19px !important;
    }

    .ds-process-step p {
        font-size: 12px !important;
    }

    .ds-results-header h2 {
        font-size: 27px !important;
    }

    .ds-result-card strong {
        font-size: 27px !important;
    }

    .ds-packages h2,
    .ds-faq h2 {
        font-size: 29px !important;
    }

    .ds-package h3 {
        font-size: 19px !important;
    }

    .ds-price {
        font-size: 27px !important;
    }

    .ds-package li {
        font-size: 13px !important;
    }

    .ds-faq summary {
        font-size: 14px !important;
    }

    .ds-final-content h2 {
        font-size: 28px !important;
    }
}