/* =========================================================
   GARUDA3D – 3D Modelling & Design Services Page
   ========================================================= */

/* Page-scoped CSS variables (inherited by all children) */
.ds-page {
    --orange: #e05c2a;
    --orange2: #e8470a;
    --dark: #1a1a1a;
    --charcoal: #222;
    --mid: #555;
    --light: #f5f5f5;
    --white: #fff;
    --border: #e0e0e0;
    --font-head: 'Barlow Condensed', sans-serif;
    --font-body: 'Barlow', sans-serif;
    --font-mono: 'DM Mono', monospace;
    font-family: 'Barlow', sans-serif;
    color: #1a1a1a;
}

.ds-page img {
    display: block;
    max-width: 100%;
    height: auto;
}

.ds-page a {
    text-decoration: none;
    color: inherit;
}

.ds-page ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

/* Container override for this page */
.ds-page .container {
    max-width: 1180px;
    margin: 0 auto;
    padding: 0 24px;
}

/* ── SECTION SHARED ── */
.sec-eyebrow {
    font-family: var(--font-mono);
    font-size: 0.66rem;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: var(--orange);
    display: block;
    margin-bottom: 12px;
}

.sec-h2 {
    font-family: var(--font-head);
    font-size: 56px;
    font-weight: 800;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    line-height: 1.1;
    margin-bottom: 12px;
}

.sec-h2 span {
    color: var(--orange);
}

.ds-page h2+p {
    font-size: 15px;
    margin-top: 0;
}

.ds-page .sec-eyebrow+h2,
.ds-page .sec-eyebrow+.sec-h2 {
    margin-top: 0;
}

.ds-page .sec-h2 {
    margin-top: 0;
}

.ds-page h2 {
    margin-top: 0;
}

/* ── HERO ── */
.ds-hero {
    background:
        url('/preview/assets/images/3d modelling to design.webp') center / cover no-repeat,
        var(--dark);
    color: var(--white);
    min-height: 100vh;
    padding: 110px 0 60px;
    overflow: hidden;
    position: relative;
    display: flex;
    align-items: center;
}

.ds-hero > .container {
    width: 100%;
}

.ds-hero::before {
    content: '';
    position: absolute;
    inset: 0;
    background:
        repeating-linear-gradient(0deg, transparent, transparent 47px, rgba(255, 255, 255, 0.03) 48px),
        repeating-linear-gradient(90deg, transparent, transparent 47px, rgba(255, 255, 255, 0.03) 48px),
        linear-gradient(to right, rgba(26, 26, 26, 0.65) 35%, rgba(26, 26, 26, 0.1) 60%, rgba(26, 26, 26, 0.1) 100%);
    pointer-events: none;
}

.ds-hero .ds-hero__mobile-img {
    display: none;
}

.ds-hero__eyebrow {
    font-family: var(--font-mono);
    font-size: 0.68rem;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: var(--orange);
    display: block;
    margin-bottom: 30px;
    position: relative;
}

.ds-hero__eyebrow::before {
    content: ' ADDITIVE MANUFACTURING \2022  ';
    opacity: 0.5;
}

.ds-hero h1 {
    font-family: var(--font-head);
    font-size: 65px;
    font-weight: 900;
    letter-spacing: 0.03em; line-height: 1;
    text-transform: uppercase;
    position: relative;
    margin-bottom: 28px;
}

.ds-hero__sub {
    font-size: 1rem;
    color: #fff;
    line-height: 1.7;
    margin-bottom: 36px;
    position: relative;
}

.ds-hero__ctas {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
    position: relative;
}

.btn-primary-hero {
    display: inline-block;
    padding: 13px 8px;
    background: var(--orange);
    color: var(--white);
    font-family: var(--font-head);
    font-weight: 700;
    font-size: 0.95rem;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    border-radius: 4px;
    transition: background .2s;
}

.btn-primary-hero:hover {
    background: var(--orange2);
    color: var(--white);
}

.btn-ghost-hero {
    display: inline-block;
    padding: 13px 8px;
    border: 1px solid #555;
    color: #ccc;
    font-family: var(--font-head);
    font-weight: 700;
    font-size: 0.95rem;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    border-radius: 4px;
    transition: border-color .2s, color .2s;
}

.btn-ghost-hero:hover {
    border-color: var(--orange);
    color: var(--orange);
}

.ds-hero__stats {
    display: flex;
    gap: 48px;
    margin-top: 12px;
    padding-top: 40px;
    position: relative;
}

.ds-stat-num {
    font-family: var(--font-head);
    font-size: 2.4rem;
    font-weight: 800;
    color: var(--orange);
    line-height: 1;
}

.ds-stat-label {
    font-family: var(--font-mono);
    font-size: 0.62rem;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: #fffefe;
    margin-top: 4px;
}

/* ── WHAT WE DO ── */
.ds-what {
    padding: 40px 0;
    background: var(--white);
}

.ds-what__body {
    font-size: 1.05rem;
    color: var(--mid);
    line-height: 1.75;
    margin-bottom: 48px;
}

.ds-what__pills {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.ds-what__pill {
    padding: 9px 18px;
    border: 1px solid var(--border);
    border-radius: 4px;
    font-family: var(--font-head);
    font-size: 0.88rem;
    font-weight: 600;
    letter-spacing: 0.05em;
    color: var(--dark);
    background: var(--light);
    transition: border-color .2s, color .2s;
    cursor: default;
}

.ds-what__pill:hover {
    border-color: var(--orange);
    color: var(--orange);
}

/* ── SERVICES OFFERED ── */
.ds-services {
    padding: 40px 0;
    background: var(--dark);
    color: var(--white);
}

.ds-services .sec-h2 {
    color: var(--white);
}

.ds-services__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1px;
    background: #2c2c2c;
    border: 1px solid #2c2c2c;
}

.ds-svc {
    background: #1a1a1a;
    padding: 32px 28px;
    border-bottom: 3px solid transparent;
    transition: border-color .2s, background .2s;
}

.ds-svc:hover {
    background: #202020;
    border-bottom-color: var(--orange);
}

.ds-svc__num {
    font-family: var(--font-mono);
    font-size: 0.62rem;
    letter-spacing: 0.18em;
    color: var(--orange);
    margin-bottom: 14px;
}
.ds-svc__desc{
    font-size: 15px;
}

.ds-svc h3 {
    font-family: var(--font-head);
    font-size: 1.15rem;
    font-weight: 800;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: var(--white);
    margin-bottom: 16px;
}

.ds-svc ul {
    display: flex;
    flex-direction: column;
    gap: 7px;
}

.ds-svc ul li {
    font-size: 0.87rem;
    color: #ffffff;
    padding-left: 14px;
    position: relative;
    line-height: 1.4;
}

.ds-svc ul li::before {
    content: '\203A';
    position: absolute;
    left: 0;
    color: var(--orange);
}

/* ── WHY DESIGN FOR 3D PRINTING ── */
.ds-why {
    padding: 40px 0;
    background: var(--light);
}

.ds-why__inner {
    max-width: 720px;
}

.ds-why__intro {
    font-size: 0.95rem;
    color: var(--mid);
    line-height: 1.7;
    margin-bottom: 8px;
}

.ds-why__intro+.ds-why__intro {
    margin-bottom: 28px;
}

.ds-why__list {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.ds-why__list li {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 0.92rem;
    color: var(--dark);
}

.ds-why__check {
    width: 20px;
    height: 20px;
    background: var(--orange);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    color: #fff;
    font-size: 0.7rem;
    font-weight: 700;
}


/* ── OUR DESIGN APPROACH ── */
.ds-approach {
    padding: 40px 0;
    background: var(--white);
}

.ds-approach__steps {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0;
    position: relative;
    row-gap: 40px;
}

.ds-approach__steps::before {
    display: none;
}

.ds-step {
    text-align: center;
    padding: 0 12px;
    position: relative;
}

.ds-step__dot {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background: var(--dark);
    border: 3px solid var(--orange);
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: var(--font-head);
    font-weight: 800;
    font-size: 1rem;
    color: var(--orange);
    margin: 0 auto 16px;
    position: relative;
    z-index: 1;
}

.ds-step__label {
    font-family: var(--font-head);
    font-size: 0.85rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    line-height: 1.3;
    color: var(--dark);
}

/* ── KEY DFAM STRATEGIES ── */
.ds-strategies {
    padding: 40px 0;
    background: var(--dark);
    color: var(--white);
}

.ds-strategies .sec-h2 {
    color: var(--white);
}

.ds-strategies__grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
}

.ds-strategy {
    background: #222;
    border: 1px solid #2c2c2c;
    border-radius: 6px;
    padding: 32px;
    transition: border-color .2s;
}

.ds-strategy:hover {
    border-color: var(--orange);
}

.ds-strategy h3 {
    font-family: var(--font-head);
    font-size: 1.1rem;
    font-weight: 800;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: var(--orange);
    margin-bottom: 10px;
}

.ds-strategy p {
    font-size: 0.9rem;
    color: #999;
    line-height: 1.65;
    margin-bottom: 20px;
}

.ds-strategy__img {
    border-radius: 4px;
    height: 300px;
    overflow: hidden;
}

.ds-strategy__img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
}

/* ── INDUSTRIES SERVED ── */
.ds-industries {
    padding: 40px 0;
    background: var(--light);
}

.ds-industries__grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 16px;
}

.ds-ind {
    background: var(--white);
    border: 1px solid var(--border);
    border-radius: 6px;
    padding: 24px 16px;
    text-align: center;
    transition: border-color .2s, box-shadow .2s;
}

.ds-ind:hover {
    border-color: var(--orange);
    box-shadow: 0 4px 16px rgba(224, 92, 42, 0.1);
}

.ds-ind__icon {
    width: 36px;
    height: 36px;
    margin: 0 auto 12px;
    color: var(--orange);
}

.ds-ind span {
    font-family: var(--font-head);
    font-size: 0.88rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: var(--dark);
}

/* ── WHY GARUDA3D ── */
.ds-why-g3d {
    padding: 40px 0;
    background: var(--white);
}

.ds-why-g3d__inner {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 64px;
    align-items: start;
}

.ds-why-g3d__list {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.ds-why-g3d__list li {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    font-size: 0.93rem;
    color: var(--dark);
    line-height: 1.5;
}

.ds-bullet {
    width: 6px;
    height: 6px;
    background: var(--orange);
    border-radius: 50%;
    flex-shrink: 0;
    margin-top: 8px;
}

.ds-why-g3d__stats {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

.ds-g3d-stat {
    background: var(--light);
    border: 1px solid var(--border);
    border-radius: 6px;
    padding: 24px;
}

.ds-g3d-stat__num {
    font-family: var(--font-head);
    font-size: 2.4rem;
    font-weight: 800;
    color: var(--orange);
    line-height: 1;
}

.ds-g3d-stat__label {
    font-family: var(--font-mono);
    font-size: 0.62rem;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--mid);
    margin-top: 6px;
}

/* ── APPLICATIONS ── */
.ds-apps {
    padding: 40px 0;
    background: var(--dark);
    color: var(--white);
}

.ds-apps .sec-h2 {
    color: var(--white);
}

.ds-apps__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.ds-app {
    background: #222;
    border: 1px solid #2c2c2c;
    border-radius: 6px;
    padding: 28px;
    transition: border-color .2s;
}

.ds-app:hover {
    border-color: var(--orange);
}

.ds-app__icon {
    width: 40px;
    height: 40px;
    margin-bottom: 16px;
    color: var(--orange);
}

.ds-app h3 {
    font-family: var(--font-head);
    font-size: 1rem;
    font-weight: 800;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: var(--white);
    margin-bottom: 8px;
}

.ds-app p {
    font-size: 0.85rem;
    color: #888;
    line-height: 1.6;
}

/* ── PROCESS IMAGES ── */
.ds-process-imgs {
    padding: 40px 0;
    background: var(--light);
}

.ds-process-imgs__grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
}

.ds-proc-img {
    border-radius: 6px;
    overflow: hidden;
}

.ds-proc-img__slot {
    height: 200px;
    background: #ddd;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 8px;
    color: #fff;
    font-family: var(--font-mono);
    font-size: 0.65rem;
    text-align: center;
    border-radius: 6px;
}

.ds-proc-img__label {
    margin-top: 10px;
    font-family: var(--font-head);
    font-size: 0.82rem;
    font-weight: 800;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--dark);
}

/* ── CTA / LEAD ── */
.ds-cta {
    padding: 40px 0;
    background: linear-gradient(135deg, #111 0%, #200e05 100%);
}

.ds-cta__inner {
    max-width: 680px;
    margin: 0 auto;
    text-align: center;
}

.ds-cta h2 {
    font-family: var(--font-head);
    font-size: 56px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    color: var(--white);
    line-height: 1.15;
    margin-bottom: 20px;
}

.ds-cta h2 span {
    color: var(--orange);
}

.ds-cta p {
    font-size: 0.98rem;
    color: #999;
    line-height: 1.7;
    margin-bottom: 36px;
}

/* ── TRUST INDICATORS ── */
.ds-trust {
    padding: 10px 0;
    background: var(--dark);
    border-top: 1px solid #222;
    border-bottom: 1px solid #222;
}

.ds-trust__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1px;
    background: #2a2a2a;
    border: 1px solid #2a2a2a;
    border-radius: 8px;
    overflow: hidden;
}

.ds-trust__item {
    display: flex;
    align-items: center;
    gap: 18px;
    padding: 32px 28px;
    background: #8c8a8a73;
    transition: background .2s;
}

.ds-trust__item:hover {
    background: #1f1f1f;
}

.ds-trust__icon {
    flex-shrink: 0;
    width: 52px;
    height: 52px;
    border-radius: 50%;
    background: rgba(230, 81, 0, 0.1);
    border: 1px solid rgba(230, 81, 0, 0.25);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--orange);
}

.ds-trust__text {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.ds-trust__text strong {
    font-family: var(--font-head);
    font-size: 1rem;
    color: var(--white);
    font-weight: 600;
    letter-spacing: 0.01em;
}

.ds-trust__text span {
    font-size: 0.82rem;
    color: #faf9f9;
    line-height: 1.4;
}

.ds-cta__btn {
    display: inline-block;
    padding: 16px 40px;
    background: var(--orange);
    color: var(--white);
    font-family: var(--font-head);
    font-weight: 800;
    font-size: 1rem;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    border-radius: 4px;
    transition: background .2s;
}

.ds-cta__btn:hover {
    background: var(--orange2);
    color: var(--white);
}

.ds-cta__notes {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin-top: 32px;
    max-width: 860px;
    margin-left: auto;
    margin-right: auto;
}

.ds-cta__note {
    background: rgba(255,255,255,0.04);
    border: 1px solid rgba(255,255,255,0.10);
    border-radius: 8px;
    padding: 20px 22px;
    text-align: left;
}

.ds-cta__note h4 {
    font-family: var(--font-head);
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--orange);
    margin-bottom: 10px;
}

.ds-cta__note p {
    font-size: 13px;
    color: #888;
    line-height: 1.65;
    margin: 0;
}

/* ── RESPONSIVE: TABLET (≤ 960px) ── */
@media (max-width: 960px) {
    .ds-services__grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .ds-why-g3d__inner {
        grid-template-columns: 1fr;
        gap: 32px;
    }

    .ds-approach__steps {
        grid-template-columns: repeat(2, 1fr);
        gap: 32px;
        row-gap: 32px;
    }

    .ds-approach__steps::before {
        display: none;
    }

    .ds-industries__grid {
        grid-template-columns: repeat(4, 1fr);
    }

    .ds-apps__grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .ds-process-imgs__grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .ds-strategies__grid {
        grid-template-columns: 1fr 1fr;
    }
}

/* ── RESPONSIVE: MOBILE (≤ 640px) ── */
@media (max-width: 640px) {
    .ds-hero {
        padding: 56px 0 40px;
    }

    .ds-hero h1 {
        font-size: clamp(2.4rem, 10vw, 3.5rem);
    }

    .ds-hero__stats {
        flex-wrap: wrap;
        gap: 24px;
    }

    .ds-stat-num {
        font-size: 2rem;
    }

    .ds-services__grid {
        grid-template-columns: 1fr;
    }

    .ds-strategies__grid {
        grid-template-columns: 1fr;
    }

    .ds-industries__grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .ds-apps__grid {
        grid-template-columns: 1fr;
    }

    .ds-process-imgs__grid {
        grid-template-columns: 1fr 1fr;
    }

    .ds-why__inner {
        gap: 24px;
    }

    .ds-why-g3d__inner {
        gap: 24px;
    }

    .ds-why-g3d__stats {
        grid-template-columns: 1fr 1fr;
        gap: 12px;
    }

    .ds-approach__steps {
        grid-template-columns: repeat(2, 1fr);
        gap: 24px;
        row-gap: 24px;
    }

    .ds-trust__grid {
        grid-template-columns: 1fr;
    }

    .ds-trust__item {
        padding: 20px 18px;
        gap: 14px;
    }

    .ds-trust__icon {
        width: 44px;
        height: 44px;
    }

    .ds-cta__notes {
        grid-template-columns: 1fr;
    }

    .sec-h2 {
        margin-bottom: 24px;
        font-size: 36px;
    }

    .ds-cta h2 {
        font-size: 36px;
    }

    .ds-what,
    .ds-services,
    .ds-why,
    .ds-approach,
    .ds-strategies,
    .ds-industries,
    .ds-why-g3d,
    .ds-apps,
    .ds-process-imgs,
    .ds-trust,
    .ds-cta {
        padding: 40px 0;
    }
}

/* ── RESPONSIVE: EXTRA SMALL (≤ 400px) ── */
@media (max-width: 400px) {
    .ds-industries__grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
    }

    .ds-process-imgs__grid {
        grid-template-columns: 1fr;
    }

    .ds-why-g3d__stats {
        grid-template-columns: 1fr;
    }
}

/* ── RESPONSIVE: TABLET/LARGE MOBILE (≤ 768px) ── */
@media (max-width: 768px) {
    /* Reduce container side padding */
    .ds-page .container {
        padding: 0 16px;
    }

    /* Hero: tighten vertical padding and font; remove bg image on mobile */
    .ds-hero {
        padding: 48px 0 36px;
        background: var(--dark);
    }

    .ds-hero h1 {
        font-size: clamp(2rem, 8vw, 3rem);
    }

    .ds-hero .ds-hero__mobile-img {
        display: block;
        width: 100%;
        height: auto;
        border-radius: 6px;
        margin: 20px 0 4px;
    }

    /* Hero stats: tighter gap so 3 items don't crowd */
    .ds-hero__stats {
        gap: 28px;
        padding-top: 28px;
    }

    /* Trust: stack to 1 column on tablet */
    .ds-trust__grid {
        grid-template-columns: 1fr;
    }

    .ds-trust__item {
        padding: 22px 20px;
    }

    /* Section heading: step down between 56px (desktop) and 36px (mobile) */
    .sec-h2 {
        font-size: clamp(1.8rem, 6vw, 2.6rem);
    }

    /* CTA heading */
    .ds-cta h2 {
        font-size: clamp(1.8rem, 6vw, 2.6rem);
    }

    /* Why-G3D two-column gap is 64px at desktop — reduce at mid-tablet */
    .ds-why-g3d__inner {
        gap: 28px;
    }

    /* Strategy images: reduce fixed height so tall images don't dominate */
    .ds-strategy__img {
        height: 220px;
    }

    /* Industries: 4-col is tight at 768 — drop to 3-col */
    .ds-industries__grid {
        grid-template-columns: repeat(3, 1fr);
    }

    /* Approach: 4-col → 2-col at tablet (960px already does this,
       but target 768 explicitly for better spacing) */
    .ds-approach__steps {
        grid-template-columns: repeat(2, 1fr);
        gap: 24px;
        row-gap: 28px;
    }
}

/* ── RESPONSIVE: SMALL MOBILE (≤ 480px) ── */
@media (max-width: 480px) {
    /* Further tighten container */
    .ds-page .container {
        padding: 0 12px;
    }

    /* Hero vertical padding */
    .ds-hero {
        padding: 40px 0 28px;
    }

    /* Hero heading — absolute floor */
    .ds-hero h1 {
        font-size: clamp(1.75rem, 9vw, 2.4rem);
        margin-bottom: 18px;
    }

    /* Hero subtitle */
    .ds-hero__sub {
        font-size: 0.9rem;
        margin-bottom: 24px;
    }

    /* Hero CTA buttons: stack on very small screens */
    .ds-hero__ctas {
        flex-direction: column;
        gap: 10px;
    }

    .btn-primary-hero,
    .btn-ghost-hero {
        text-align: center;
        width: 100%;
        box-sizing: border-box;
    }

    /* Hero stats: wrap cleanly in 2 columns */
    .ds-hero__stats {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 16px;
        padding-top: 20px;
        margin-top: 20px;
    }

    /* Section headings: safe minimum */
    .sec-h2 {
        font-size: clamp(1.55rem, 7.5vw, 2rem);
        margin-bottom: 16px;
    }

    .ds-cta h2 {
        font-size: clamp(1.55rem, 7.5vw, 2rem);
    }

    /* Service cards: reduce padding on narrow screens */
    .ds-svc {
        padding: 24px 18px;
    }

    /* Strategy cards: reduce padding and image height */
    .ds-strategy {
        padding: 22px 18px;
    }

    .ds-strategy__img {
        height: 180px;
    }

    /* Approach: 2-col still fine at 480 but reduce padding */
    .ds-step {
        padding: 0 6px;
    }

    .ds-step__dot {
        width: 44px;
        height: 44px;
        font-size: 0.9rem;
    }

    /* Industries: keep 2-col (already set at 640px), tighten padding */
    .ds-ind {
        padding: 16px 10px;
    }

    /* Applications: 1-col already at 640px — reduce padding */
    .ds-app {
        padding: 20px 18px;
    }

    /* Process images: keep 2-col, but reduce slot height */
    .ds-proc-img__slot {
        height: 160px;
    }

    /* Why-G3D stat boxes */
    .ds-g3d-stat {
        padding: 16px;
    }

    .ds-g3d-stat__num {
        font-size: 1.8rem;
    }

    /* CTA section inner */
    .ds-cta__inner {
        padding: 0 4px;
    }

    .ds-cta__btn {
        padding: 13px 24px;
        font-size: 0.9rem;
    }

    /* What-pills: full-width tags on very small screens */
    .ds-what__pill {
        font-size: 0.82rem;
        padding: 7px 12px;
    }
}