﻿/* =========================================================
   DotStark - Static Bootstrap 5 site
   ========================================================= */
:root {
    --brand: #ee5a2e;
    --brand-2: #f97316;
    --brand-dark: #c2410c;
    --brand-soft: #fff1ea;
    --brand-soft-2: #ffe6d8;
    --ink: #0a0a0a;
    --ink-2: #1a1a1f;
    --muted: #6b7280;
    --muted-2: #9ca3af;
    --line: #eef0f3;
    --bg: #ffffff;
    --bg-soft: #f2f2f2;
    --green: #16a34a;
    --green-soft: #dcfce7;
    --radius: 14px;
    --radius-lg: 22px;
    --shadow-sm: 0 1px 2px rgba(16, 24, 40, .04);
    --shadow-md: 0 10px 24px -8px rgba(15, 23, 42, .10);
    --shadow-lg: 0 24px 60px -20px rgba(15, 23, 42, .18);
    --font-sans: "DM Sans", sans-serif;
    --font-mono: "Space Mono", monospace;
    --font-display: "Syne", sans-serif;
}

* {
    box-sizing: border-box
}

html,
body {
    background: var(--bg);
    color: var(--ink);
    font-family: var(--font-sans);
    -webkit-font-smoothing: antialiased;
    font-feature-settings: "cv11", "ss01"
}

body {
    line-height: 1.55
}

a {
    color: inherit;
    text-decoration: none
}

    a:hover {
        color: var(--brand)
    }

img {
    max-width: 100%;
    height: auto
}

.container-xxl {
    max-width: 1240px;
}

/* Headings */
h1,
h2,
h3,
h4,
h5 {
    font-weight: 700;
    letter-spacing: -.02em;
    color: var(--ink);
    font-family: var(--font-display);
}

h1 {
    font-size: clamp(36px, 5vw, 50px);
    line-height: 1.05
}

h2 {
    font-size: clamp(30px, 4vw, 44px);
    line-height: 1.1
}

h3 {
    font-size: 1.25rem
}

.eyebrow {
    display: inline-block;
    font-family: var(--font-mono);
    font-size: .72rem;
    letter-spacing: .18em;
    text-transform: uppercase;
    color: var(--brand)
}

.text-brand {
    color: var(--brand) !important
}

.bg-brand-soft {
    background: var(--brand-soft)
}

.divider {
    height: 1px;
    background: var(--line)
}

/* Buttons */
.btn {
    font-weight: 600;
    border-radius: 12px;
    padding: .75rem 1.15rem;
    display: inline-flex;
    align-items: center;
    gap: .5rem;
    transition: all .2s ease;
    width: fit-content;
}

.btn-brand {
    background: var(--brand);
    color: #fff;
    border: 1px solid var(--brand);
    width: fit-content !important;
}

    .btn-brand:hover {
        background: var(--brand-dark);
        border-color: var(--brand-dark);
        color: #fff;
        transform: translateY(-1px);
        box-shadow: var(--shadow-md)
    }

.btn-outline-brand {
    background: #fff;
    border: 1px solid var(--brand);
    color: var(--brand);
    width: fit-content !important;
}

    .btn-outline-brand:hover {
        background: var(--brand-soft);
        color: var(--brand)
    }

.btn-ghost-dark {
    background: transparent;
    color: var(--ink);
    border: 1px solid var(--line)
}

    .btn-ghost-dark:hover {
        background: var(--bg-soft)
    }

.btn-pill {
    border-radius: 999px
}

/* ======= Announcement bar ======= */
.announce {
    background: var(--brand);
    color: #fff;
    font-size: .86rem;
    z-index: 9999;
    position: relative;
}

    .announce .container-xxl {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: .75rem;
        padding: .55rem 1rem;
        position: relative
    }

    .announce code {
        background: transparent;
        color: #fff;
        font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
        font-size: 14px;
        padding: 0
    }

    .announce .countdown {
        font-family: ui-monospace, SFMono-Regular, Menlo, monospace
    }

    .announce .free-audit {
        margin-left: auto;
        color: #fff;
        font-weight: 600;
        text-decoration: underline;
        text-underline-offset: 3px;
        margin-right: 12px;
    }

        .announce .free-audit:hover {
            color: var(--ink);
        }

    .announce .close {
        padding-bottom: 4px;
        background: transparent;
        border: 0;
        color: #fff;
        opacity: .9;
        font-size: 1.1rem;
        line-height: 1
    }

        .announce .close:hover {
            background-color: color-mix(in oklab, var(--ink) 10%, transparent);
        }

/* ======= Header ======= */
.site-header {
    background: #fff;
    border-bottom: 1px solid var(--line);
    position: sticky;
    top: 0;
    z-index: 1030
}

    .site-header .navbar-inner {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: .85rem 0;
        gap: 1rem
    }

.brand-logo {
    display: inline-flex;
    align-items: center;
    gap: .55rem;
    font-size: 1.4rem;
    letter-spacing: -.02em
}

    .brand-logo img {
        width: auto;
        display: block;
    }

.xbyk-footer-logo img {
    width: auto;
    display: block;
}

.brand-logo .dot {
    width: 34px;
    height: 34px;
    border-radius: 10px;
    background: var(--brand);
    color: #fff;
    display: inline-grid;
    place-items: center;
    font-size: 1.05rem;
    box-shadow: 0 6px 14px -6px rgba(238, 90, 46, .6)
}

.brand-logo .name {
    color: var(--ink)
}

    .brand-logo .name b {
        color: var(--brand);
    }

.main-nav {
    display: flex;
    gap: .25rem;
    align-items: center
}

.nav-item-wrap {
    position: static
}

.nav-link-btn {
    background: transparent;
    border: 0;
    color: var(--ink);
    font-weight: 500;
    font-size: .875rem;
    padding: .55rem .85rem;
    border-radius: 10px;
    display: inline-flex;
    align-items: center;
    gap: .35rem;
    cursor: pointer
}

    .nav-link-btn:hover,
    .nav-item-wrap.open .nav-link-btn,
    .nav-link-btn.active-nav {
        color: var(--brand)
    }

    .nav-link-btn .chev {
        transition: transform .2s
    }

.nav-item-wrap.open .nav-link-btn .chev {
    transform: rotate(180deg)
}

/* Mega dropdown */
.mega {
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    background: #fff;
    border-top: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
    box-shadow: 0 24px 40px -20px rgba(15, 23, 42, .12);
    padding: 2rem 0;
    display: none;
    z-index: 1020
}

    .mega::before {
        content: "";
        position: absolute;
        top: -1.25rem;
        left: 0;
        right: 0;
        height: 1.25rem;
        background: transparent
    }

    .mega.open {
        display: block
    }

    .mega .grid {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        gap: 1.25rem
    }

        .mega .grid.grid-3 {
            grid-template-columns: repeat(3, 1fr)
        }

    .mega .col-card {
        padding: 1rem 1.1rem;
        border-radius: 14px;
        transition: all .2s;
        border: 1.5px solid transparent
    }

        .mega .col-card:hover {
            background: #f5f5f3
        }

            .mega .col-card:hover h6 {
                color: var(--brand)
            }

        .mega .col-card h6 {
            font-weight: 700;
            font-size: .98rem;
            margin: 0 0 .2rem;
            display: flex;
            align-items: center;
            gap: .25rem
        }

        .mega .col-card p {
            margin: 0;
            color: var(--muted);
            font-size: .86rem
        }

        .mega .col-card.highlight {
            background: var(--brand-soft);
            border-color: var(--brand)
        }

            .mega .col-card.highlight:hover {
                background: var(--brand-soft)
            }

            .mega .col-card.highlight h6 {
                color: var(--brand)
            }

        .mega .col-card.highlight-grey {
            background: #f5f5f3
        }

            .mega .col-card.highlight-grey:hover {
                background: #f5f5f3
            }

            .mega .col-card.highlight-grey h6 {
                color: var(--brand)
            }

    .mega .featured {
        grid-column: span 1;
        grid-row: span 2;
        background: var(--brand);
        color: #fff;
        border-radius: 18px;
        padding: 1.4rem;
        display: flex;
        flex-direction: column
    }

        .mega .featured .tag {
            font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
            font-size: .7rem;
            letter-spacing: .18em;
            text-transform: uppercase;
            color: rgba(255, 255, 255, .85)
        }

        .mega .featured h5 {
            color: #fff;
            margin: .4rem 0 .5rem;
        }

        .mega .featured p {
            color: rgba(255, 255, 255, .9);
            font-size: .88rem;
            margin-bottom: .8rem
        }

        .mega .featured a {
            color: #fff;
            font-weight: 600;
            display: inline-flex;
            align-items: center;
            gap: .35rem;
            margin-top: auto
        }

.mobile-toggle {
    display: none;
    background: transparent;
    border: 0;
    font-size: 1.5rem;
    color: var(--ink)
}

/* ======= HERO ======= */
.hero {
    position: relative;
    overflow: hidden;
    /* Pure white-to-black, no blue.
     Video col is ~22vw wide sitting at the right end.
     Gradient reaches full black at ~78% so it's already black
     when the video starts - smooth transition, no hard line */
    /* background: linear-gradient(
    to right,
    #ffffff 0%,
    #f5f5f5 40%,
    #cccccc 50%,
    #888888 62%,
    #444444 70%,
    #111111 76%,
    #000000 78%
  ); */
    border-bottom: 1px solid var(--line);
}

/* Full-width flex layout: left+card constrained, video bleeds right */
.hero-layout {
    display: flex;
    align-items: flex-start;
    min-height: auto;
    position: relative;
    overflow: visible;
}

/* Container-bound portion holds left content + dashboard card */
.hero-container-bound {
    flex: 1 1 auto;
    min-width: 0;
    /* Align left edge with container-xxl, add right padding before video */
    padding: 2rem 0rem 0rem max(1.5rem, 5rem);
    overflow: hidden;
}

/* Two-col grid inside container: left content ~52%, card ~48% */
.hero-cols {
    display: grid;
    grid-template-columns: 1.1fr 1fr;
    align-items: center;
    max-width: 100%;
}

    .hero-cols > div:last-child {
        display: inline;
        align-items: center;
        justify-content: center;
    }

    .hero-cols img {
        width: 100%;
        height: auto;
        max-height: 700px;
        object-fit: contain;
    }

/* Card column - slight right padding keeps card from kissing the video edge */
.hero-card-col {
    padding-right: 0;
}

/* Video column: centered vertically, not full height */
.hero-video-col {
    flex: 0 0 22vw;
    min-width: 220px;
    max-width: 320px;
    flex-shrink: 0;
    position: relative;
    overflow: hidden;
    align-self: center;
    background: #000000;
}

.hero-bg-video {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    max-height: 480px;
    object-fit: cover;
}

/* No overlay on the video - gradient stops before it, so remove the fade */
.hero-video-fade {
    display: none;
}

.hero-row {
    position: relative;
    z-index: 2;
}

.hero-badge-pill {
    display: inline-flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.35rem 0.6rem;
    background: rgba(255, 255, 255, 0.92);
    color: var(--brand);
    border: 1.5px solid var(--brand);
    font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
    font-size: .68rem;
    font-weight: 700;
    letter-spacing: .06em;
    text-transform: uppercase;
    padding: .5rem 1rem;
    border-radius: 14px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
    max-width: 100%;
}

    .hero-badge-pill .dot-orange {
        color: var(--brand);
        flex-shrink: 0;
    }

    .hero-badge-pill .badge-item {
        white-space: nowrap;
    }

.hero-title {
    color: #111;
    font-size: clamp(36px, 5vw, 50px);
    line-height: 1.1;
    margin-top: 30px;
    letter-spacing: -.025em;
    margin-bottom: 1.2rem;
}

    .hero-title .accent-orange {
        color: var(--brand);
    }

.hero-subtitle {
    color: #4b5563;
    font-size: 1.05rem;
    line-height: 1.6;
    max-width: 500px;
    margin-bottom: 2rem;
}

.hero-cta-group {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
}

.btn-hero-cta {
    padding: 0.9rem 1.6rem;
    font-size: 0.95rem;
    font-weight: 700;
    border-radius: 10px;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    transition: all 0.3s ease;
}

.btn-hero-outline {
    background: rgba(255, 255, 255, 0.9);
    border: 1.5px solid #d1d5db;
    color: #1f2937;
}

    .btn-hero-outline:hover {
        background: #f9fafb;
        border-color: var(--brand);
        color: var(--brand);
    }

.play-icon-wrapper {
    width: 20px;
    height: 20px;
    background: var(--brand-soft);
    color: var(--brand);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

/* Metrics Row */
.hero-metrics-row {
    display: flex;
    flex-wrap: wrap;
    gap: 1.5rem;
    margin-bottom: 2rem;
    border-top: 1px solid rgba(0, 0, 0, 0.10);
    padding-top: 1.75rem;
}

.metric-item {
    display: flex;
    flex-direction: column;
    gap: 0.3rem;
    min-width: 80px;
}

.metric-icon {
    color: var(--brand);
    margin-bottom: 0.2rem;
}

.metric-val {
    font-size: 1.3rem;
    color: #111111;
    line-height: 1.1;
    letter-spacing: -0.01em;
}

.metric-label {
    font-size: 0.65rem;
    font-weight: 700;
    color: var(--muted);
    letter-spacing: 0.05em;
    line-height: 1.3;
}

/* Trusted industries */
.hero-trusted-industries {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.82rem;
    color: #6b7280;
}

.trusted-text {
    margin-right: 0.25rem;
    font-weight: 500;
}

.industry-chip {
    background: rgba(243, 244, 246, 0.9);
    color: #4b5563;
    padding: 0.35rem 0.75rem;
    border-radius: 99px;
    font-weight: 500;
    font-size: 0.78rem;
}

/* ======= Success Metrics Section ======= */
.hero-success-metrics-full-width {
    grid-column: 1 / -1;
    width: 100vw;
    margin-left: calc(-50vw + 50%);
    padding: 2rem;
    background: transparent;
    border-top: 1px solid var(--line);
    margin-top: 50px;
}

.hero-success-metrics-section {
    margin-top: 0;
    margin-bottom: 0;
    animation: fadeInUp 0.6s ease-out 0.2s both;
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* 2-Column Table Layout */
.success-metrics-table-wrapper {
    width: 100%;
    max-width: 1240px;
    margin: 0 auto;
    padding: 0 1rem;
}

.success-metrics-table-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
    width: 100%;
}

.success-metrics-table-col {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.success-metrics-item {
    display: grid;
    grid-template-columns: auto 1fr auto;
    gap: 1.25rem;
    align-items: flex-start;
    padding: 1rem 0;
    /* border-bottom: 1px solid var(--line); */
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

    .success-metrics-item:hover {
        border-bottom-color: rgba(238, 90, 46, 0.3);
        background: transparent;
    }

.metrics-item-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    min-width: 42px;
    background: rgba(238, 90, 46, 0.1);
    border-radius: 8px;
    color: var(--brand);
    flex-shrink: 0;
}

    .metrics-item-icon img {
        width: 20px;
        height: 20px;
    }

.metrics-item-content {
    display: flex;
    flex-direction: column;
    gap: 0.3rem;
    min-width: 0;
}

.metrics-item-title {
    font-size: 0.85rem;
    font-weight: 500;
    color: var(--ink);
    line-height: 2.5;
    margin: 0;
    word-break: break-word;
    overflow-wrap: break-word;
}

.metrics-item-metric {
    display: flex;
    flex-direction: column;
    gap: 0.15rem;
    align-items: flex-end;
    text-align: right;
    flex-shrink: 0;
    min-width: max-content;
}

.metrics-percentage {
    font-size: 1.3rem;
    font-weight: 800;
    color: var(--brand);
    line-height: 1;
    letter-spacing: -0.02em;
}

.metrics-label {
    font-size: 0.65rem;
    font-weight: 600;
    color: var(--muted-2);
    letter-spacing: 0.01em;
    line-height: 1.2;
    max-width: 90px;
    word-break: break-word;
}

/* ======= Responsive: Extra Large Tablet (900px) ======= */
@media (max-width: 900px) {
    .container-xxl {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
        padding-bottom: 1.5rem;
    }

    .cta-strip-visual {
        display: none;
        padding-bottom: 1.5rem;
    }

    .cta-strip-visual {
        display: none;
    }

    h1 {
        font-size: clamp(2rem, 5vw, 2.5rem);
    }

    h2 {
        font-size: clamp(1.6rem, 4vw, 2.2rem);
    }

    .hero-title {
        font-size: clamp(1.8rem, 5vw, 2.3rem);
    }

    .hero-subtitle {
        font-size: 1rem;
    }

    .btn {
        font-size: 0.95rem;
        padding: 0.7rem 1.1rem;
    }

    .success-metrics-table-row {
        gap: 1.75rem;
    }

    .why-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .case-grid {
        grid-template-columns: 1fr;
    }

    .blog-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .offices-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

/* ======= Responsive: Large Tablet (800px) ======= */
@media (max-width: 800px) {
    .container-xxl {
        padding-left: 1.25rem;
        padding-right: 1.25rem;
    }


    .hero-title {
        margin-bottom: 0.9rem;
    }

    .hero-subtitle {
        font-size: 0.95rem;
        margin-bottom: 1.2rem;
    }

    .hero-cta-group {
        gap: 0.6rem;
    }

    .btn-hero-cta {
        font-size: 0.88rem;
        padding: 0.6rem 1rem;
    }

    .success-metrics-table-row {
        gap: 1.5rem;
    }

    .success-metrics-item {
        gap: 0.9rem;
        padding: 0.7rem 0;
    }

    .metrics-item-icon {
        width: 36px;
        height: 36px;
    }

    .metrics-item-title {
        font-size: 0.78rem;
    }

    .metrics-percentage {
        font-size: 1.1rem;
    }

    .blog-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 1.25rem;
    }

    .case-grid {
        grid-template-columns: 1fr;
    }

    .why-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 1.25rem;
    }

    .section {
        padding: 2.25rem 0;
    }
}

/* ======= Responsive: Medium Tablet (700px) ======= */
@media (max-width: 700px) {
    .container-xxl {
        padding-left: 1.1rem;
        padding-right: 1.1rem;
    }


    .hero-subtitle {
        font-size: 0.93rem;
    }

    .hero-cta-group {
        gap: 0.5rem;
    }

    .success-metrics-table-row {
        gap: 1.3rem;
    }

    .success-metrics-item {
        gap: 0.8rem;
        padding: 0.65rem 0;
    }

    .metrics-item-icon {
        width: 34px;
        height: 34px;
    }

    .metrics-item-title {
        font-size: 0.75rem;
    }

    .why-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 1.1rem;
    }

    .blog-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 1.1rem;
    }

    .blog-card .body {
        padding: 0.9rem;
    }

    .case-card {
        gap: 1.2rem;
    }

    .section {
        padding: 2rem 0;
    }
}

/* ======= Responsive: Small Tablet (620px) ======= */
@media (max-width: 620px) {
    .container-xxl {
        padding-left: 1rem;
        padding-right: 1rem;
    }


    .hero {
        padding: 1.5rem 0;
    }

    .hero-title {
        margin-bottom: 0.75rem;
    }

    .hero-subtitle {
        font-size: 0.9rem;
        margin-bottom: 1rem;
    }

    .hero-cta-group {
        flex-direction: column;
        gap: 0.5rem;
    }

    .btn {
        width: 100%;
        font-size: 0.85rem;
        padding: 0.6rem 1rem;
    }

    .btn-hero-cta {
        width: 100%;
    }

    .success-metrics-table-row {
        grid-template-columns: 1fr;
        gap: 1rem;
    }

    .success-metrics-item {
        grid-template-columns: auto 1fr auto;
        gap: 0.75rem;
        padding: 0.6rem 0;
    }

    .metrics-item-icon {
        width: 32px;
        height: 32px;
    }

        .metrics-item-icon img {
            width: 16px;
            height: 16px;
        }

    .metrics-item-title {
        font-size: 0.73rem;
    }

    .metrics-percentage {
        font-size: 1rem;
    }

    .metrics-label {
        font-size: 0.55rem;
    }

    .why-grid {
        grid-template-columns: 1fr;
        gap: 1rem;
    }

    .why-card {
        padding: 1rem;
        gap: 0.7rem;
    }

    .blog-grid {
        grid-template-columns: 1fr;
        gap: 1rem;
    }

    .case-grid {
        grid-template-columns: 1fr;
        gap: 1.2rem;
    }

    .partners-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 1rem;
    }

    .offices-grid {
        grid-template-columns: 1fr;
        gap: 1rem;
    }

    .section {
        padding: 1.75rem 0;
    }

    .cta-strip-grid {
        grid-template-columns: 1fr;
        gap: 1.2rem;
    }

    .countdown-row {
        gap: 0.8rem;
    }

        .countdown-row .unit {
            min-width: 70px;
            padding: 0.65rem 0.8rem;
        }

            .countdown-row .unit .v {
                font-size: 1.4rem;
            }

            .countdown-row .unit .k {
                font-size: 0.65rem;
            }
}

/* ======= Responsive: Tablet (768px) ======= */
@media (max-width: 768px) {

    /* General */
    .container-xxl {
        padding-left: 1.25rem;
        padding-right: 1.25rem;
    }

    h1 {
        font-size: clamp(1.8rem, 6vw, 2.75rem);
    }

    h2 {
        font-size: clamp(1.5rem, 5vw, 2.2rem);
    }

    /* Hero */
    .hero {
        padding: 2rem 0;
    }

    .hero-title {
        font-size: clamp(1.6rem, 6vw, 2.4rem);
        margin-bottom: 1rem;
    }

    .hero-subtitle {
        font-size: 0.95rem;
        margin-bottom: 1.5rem;
    }

    .hero-cta-group {
        gap: 0.75rem;
        margin-bottom: 0;
        margin-bottom: 0;
    }

    .btn-hero-cta {
        font-size: 0.9rem;
        padding: 0.65rem 1rem;
    }

    /* Success metrics */
    .hero-success-metrics-full-width {
        padding: 1.5rem;
        margin-top: 1.5rem;
    }

    .success-metrics-table-row {
        gap: 1.5rem;
    }

    .success-metrics-item {
        gap: 1rem;
        padding: 0.75rem 0;
    }

    .metrics-item-icon {
        width: 38px;
        height: 38px;
    }

        .metrics-item-icon img {
            width: 18px;
            height: 18px;
        }

    .metrics-item-title {
        font-size: 0.8rem;
    }

    .metrics-percentage {
        font-size: 1.15rem;
    }

    .metrics-label {
        font-size: 0.6rem;
    }

    /* Sections */
    .section {
        padding: 2.5rem 0;
    }

    /* Brand slider */
    .brand-slider-section {
        padding: 1.5rem 0;
    }

    /* Why grid - 2 columns */
    .why-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 1.5rem;
    }

    .why-card {
        padding: 1.5rem;
    }

    /* Case cards */
    .case-grid {
        grid-template-columns: 1fr;
    }

    /* Blog grid - 2 columns */
    .blog-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 1.5rem;
    }

    /* Testimonials */
    .testimonials-grid-wrapper {
        grid-template-columns: 1fr;
        gap: 2rem;
    }

    /* WWD */
    .wwd {
        grid-template-columns: 1fr;
    }

    .wwd-list {
        flex-direction: row;
        overflow-x: auto;
    }

    .wwd-item {
        min-width: 140px;
        flex-shrink: 0;
    }

    /* FAQ */
    .faq-q {
        padding: 1rem 1.25rem;
        font-size: 0.95rem;
    }

    .faq-a {
        padding: 1rem 1.25rem;
        font-size: 0.9rem;
    }

    /* Footer */
    .xbyk-footer-top {
        grid-template-columns: repeat(2, 1fr);
        gap: 1.5rem;
    }

    /* Offices - 2 columns */
    .offices-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 1.5rem;
    }

    /* Countdown */
    .countdown-row {
        flex-wrap: wrap;
        justify-content: center;
        gap: 1rem;
    }

        .countdown-row .unit {
            min-width: 80px;
            padding: 0.75rem 1rem;
        }

    /* CTA strip */
    .cta-strip-grid {
        grid-template-columns: 1fr;
        gap: 2rem;
    }


    /* Tech marquee */
    .chip {
        min-width: 90px;
    }

    .chip-label {
        font-size: 0.75rem;
    }

    /* Buttons */
    .btn {
        padding: 0.65rem 1rem;
        font-size: 0.9rem;
    }

    /* Padding adjustments */
    .partners-grid {
        gap: 2rem;
    }

    .label-left,
    .label-center {
        padding: 0 0;
    }
}

/* ======= Responsive: Mobile (480px) ======= */
@media (max-width: 480px) {

    /* General */
    html,
    body {
        font-size: 14px;
    }

    .container-xxl {
        padding-left: 1rem;
        padding-right: 1rem;
    }


    h4,
    h5,
    h6 {
        font-size: 0.95rem;
    }

    /* Buttons */
    .btn {
        padding: 0.6rem 1rem;
        font-size: 0.85rem;
        border-radius: 8px;
    }

    .btn-brand,
    .btn-outline-brand {
        width: auto;
    }

    /* Hero section */
    .hero {
        padding: 1.5rem 0 0;
    }

    .hero-title {
        font-size: clamp(1.4rem, 6vw, 2rem);
        margin-bottom: 0.75rem;
    }

    .hero-subtitle {
        font-size: 0.9rem;
        line-height: 1.5;
        margin-bottom: 1rem;
    }

    .hero-cta-group {
        display: flex;
        flex-direction: column;
        gap: 0.5rem;
    }

    .btn-hero-cta {
        width: 100%;
        padding: 0.6rem 1rem;
        font-size: 0.85rem;
    }

    /* Success metrics - stack to single column */
    .hero-success-metrics-full-width {
        padding: 1rem;
        margin-top: 1.25rem;
        border-top: 1px solid var(--line);
    }

    .success-metrics-table-wrapper {
        padding: 0;
    }

    .success-metrics-table-row {
        grid-template-columns: 1fr;
        gap: 1rem;
    }

    .success-metrics-item {
        grid-template-columns: auto 1fr auto;
        gap: 0.6rem;
        padding: 0.6rem 0;
        min-height: auto;
    }

    .metrics-item-icon {
        width: 32px;
        height: 32px;
    }

        .metrics-item-icon img {
            width: 16px;
            height: 16px;
        }

    .metrics-item-title {
        font-size: 0.7rem;
        line-height: 1.2;
    }

    .metrics-percentage {
        font-size: 1rem;
    }

    .metrics-label {
        font-size: 0.55rem;
        max-width: 60px;
    }

    /* Sections */
    .section {
        padding: 2rem 0;
    }

        .section.bg-soft {
            padding: 2rem 0;
        }

    /* Labels */
    .label-left,
    .label-center {
        text-align: center;
        padding: 0;
    }

        .label-left h2,
        .label-center h2 {
            margin-bottom: 0.5rem;
        }

        .label-left p,
        .label-center p {
            font-size: 0.85rem;
            max-width: 100%;
        }

    /* Brand slider */
    .brand-slider-section {
        padding: 1rem 0;
    }

    .brand-slider-label {
        font-size: 0.85rem;
    }

    .chip {
        min-width: 70px;
        height: 60px;
    }

        .chip img {
            max-width: 35px;
        }

    .chip-label {
        font-size: 0.65rem;
        margin-top: 0.25rem;
    }

    /* Partners grid - single column */
    .partners-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 1rem;
    }

    .partner-card {
        padding: 1rem;
    }

        .partner-card img {
            max-height: 50px;
        }

    /* Case studies grid - single column */
    .case-grid {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }

    .case-card {
        flex-direction: column;
    }

    .case-visual-block {
        min-height: 200px;
        max-height: 250px;
    }

    .case-content {
        padding: 1rem;
    }

    .case-metrics {
        grid-template-columns: 1fr;
        gap: 1rem;
    }

    .case-metric {
        padding: 0.8rem 0.3rem !important;
    }

        .case-metric .v {
            font-size: 1.4rem;
        }

        .case-metric .k {
            font-size: 0.75rem;
        }

    /* Why cards - single column */
    .why-grid {
        grid-template-columns: 1fr;
        gap: 1rem;
    }

    .why-card {
        padding: 1rem;
        gap: 0.75rem;
    }

        .why-card .ic {
            width: 30px;
            height: 30px;
        }

        .why-card h3 {
            font-size: 0.95rem;
            margin: 0;
        }

        .why-card p {
            font-size: 0.8rem;
            margin: 0;
        }

    /* What We Do */
    .wwd {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }

    .wwd-list {
        display: flex;
        flex-direction: column;
        gap: 0;
    }

    .wwd-item {
        min-width: 100%;
        flex-shrink: 1;
        padding: 1rem;
        border-bottom: 1px solid var(--line);
    }

        .wwd-item.active {
            background: var(--brand-soft);
        }

        .wwd-item .num {
            font-size: 0.85rem;
        }

        .wwd-item h4 {
            font-size: 0.95rem;
            margin: 0.25rem 0;
        }

        .wwd-item p {
            font-size: 0.8rem;
            margin: 0;
        }

    .wwd-panel-content {
        padding: 1.5rem;
    }

    /* Blog grid - single column */
    .blog-grid {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }

    .blog-card {
        padding: 0;
    }

        .blog-card .cover {
            height: 200px;
        }

        .blog-card .body {
            padding: 1rem;
        }

        .blog-card h3 {
            font-size: 1rem;
            line-height: 1.3;
        }

        .blog-card p {
            font-size: 0.85rem;
        }

    /* Testimonials */
    .testimonials-grid-wrapper {
        grid-template-columns: 1fr;
        gap: 1rem;
    }

    .featured-video-card {
        max-width: 100%;
    }

    .video-preview {
        max-height: 300px;
    }

    .vertical-scroll-container {
        max-height: 350px;
    }

    .scroll-card {
        padding: 1rem;
    }

        .scroll-card .stars {
            font-size: 0.8rem;
        }

        .scroll-card .card-quote {
            font-size: 0.85rem;
            line-height: 1.4;
        }

    /* EOL Section */
    .eol-section {
        padding: 1.5rem;
    }

        .eol-section h2 {
            margin-bottom: 1rem;
        }

        .eol-section .lead {
            font-size: 0.9rem;
            line-height: 1.5;
            margin-bottom: 1rem;
        }

    support.container-xxl {
        max-width: 1240px;
        padding-top: 20px;
        padding-bottom: 40px;
    }

    .support-ends-label {
        font-size: 0.85rem;
        margin: 1rem 0 0.75rem;
    }

    .countdown-row {
        flex-wrap: wrap;
        justify-content: center;
        gap: 0.5rem;
    }

        .countdown-row .unit {
            min-width: 60px;
            padding: 0.5rem 0.75rem;
        }

            .countdown-row .unit .v {
                font-size: 1.3rem;
            }

            .countdown-row .unit .k {
                font-size: 0.7rem;
            }

    /* CTA Strip */
    .cta-strip-grid {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }

    .cta-strip-copy {
        text-align: center;
    }

        .cta-strip-copy h2 {
            margin-bottom: 0.75rem;
        }

        .cta-strip-copy p {
            font-size: 0.9rem;
            margin-bottom: 1rem;
        }

    .cta-strip-visual {
        max-height: 250px;
    }

    /* FAQ */
    .faq-list {
        gap: 0;
    }

    .faq-item {
        margin-bottom: 0;
        border-bottom: 1px solid var(--line);
    }

    .faq-q {
        padding: 1rem;
        font-size: 0.9rem;
        font-weight: 600;
    }

    .faq-a {
        padding: 1rem;
        font-size: 0.85rem;
        line-height: 1.5;
    }

    /* Global presence */
    .global-presence-header {
        text-align: center;
        margin-bottom: 1.5rem;
    }

        .global-presence-header p {
            font-size: 0.9rem;
        }

    /* Offices - single column */
    .offices-grid {
        grid-template-columns: 1fr;
        gap: 1rem;
    }

    .office-card {
        min-height: 200px;
    }

    .office-card-front h3 {
        font-size: 1rem;
    }

    .office-card-front p {
        font-size: 0.8rem;
    }

    .office-card-back h3 {
        font-size: 1rem;
        margin-bottom: 0.75rem;
    }

    .office-card-back p {
        font-size: 0.8rem;
        line-height: 1.4;
    }

    /* Footer */
    .xbyk-footer {
        padding: 1.5rem 0;
    }

    .xbyk-footer-top {
        grid-template-columns: 1fr;
        gap: 1.5rem;
        margin-bottom: 1.5rem;
    }

    .xbyk-footer-brand {
        margin-bottom: 1rem;
    }

    .xbyk-footer-tagline {
        font-size: 0.85rem;
        margin-bottom: 1rem;
    }

    .xbyk-footer-col {
        margin-bottom: 1rem;
    }

    .xbyk-footer-col-title {
        font-size: 0.95rem;
        margin-bottom: 0.75rem;
    }

    .xbyk-footer-col ul {
        gap: 0.5rem;
    }

    .xbyk-footer-col a {
        font-size: 0.85rem;
    }

    .xbyk-footer-badges-row {
        flex-wrap: wrap;
        gap: 1rem;
        justify-content: center;
        margin-bottom: 1.5rem;
    }

    .xbyk-footer-badge-pill {
        flex: 0 1 calc(50% - 0.5rem);
        max-width: 100px;
    }

        .xbyk-footer-badge-pill img {
            max-height: 40px;
        }

    .xbyk-footer-bottom {
        flex-direction: column;
        align-items: center;
        text-align: center;
        font-size: 0.8rem;
        gap: 1rem;
    }

    .xbyk-footer-legal {
        gap: 1rem;
        justify-content: center;
    }

        .xbyk-footer-legal a {
            font-size: 0.8rem;
        }

    /* Announcement bar */
    .announce {
        padding: 0.4rem 0.5rem;
    }

        .announce code {
            font-size: 0.75rem;
        }

        .announce .free-audit {
            font-size: 0.75rem;
            margin-right: 0.5rem;
        }

        .announce .close {
            padding: 0;
            font-size: 1rem;
        }

    /* Mobile nav */
    .mobile-toggle {
        display: inline-flex;
    }

    .header-cta {
        display: none;
    }
}


/* Right Section Container */
.hero-visual-container {
    display: flex;
    align-items: center;
    position: relative;
    width: 100%;
}

/* Dashboard Card */
.dashboard-card {
    width: 100%;
    min-width: 0;
    background: #ffffff;
    border-radius: 20px;
    border: 1px solid #e5e7eb;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.18);
    padding: 1.4rem;
    z-index: 10;
    position: relative;
}

.db-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0.75rem;
}

.db-meta-title {
    font-size: 0.72rem;
    color: var(--brand);
    letter-spacing: 0.08em;
}

.db-status {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    font-size: 0.78rem;
    font-weight: 700;
    color: var(--green);
}

.status-pulse-green {
    width: 7px;
    height: 7px;
    background-color: var(--green);
    border-radius: 50%;
    display: inline-block;
    box-shadow: 0 0 8px var(--green);
    animation: pulse-green 2s infinite;
}

@keyframes pulse-green {
    0% {
        transform: scale(0.95);
        box-shadow: 0 0 0 0 rgba(22, 163, 74, 0.7);
    }

    70% {
        transform: scale(1);
        box-shadow: 0 0 0 6px rgba(22, 163, 74, 0);
    }

    100% {
        transform: scale(0.95);
        box-shadow: 0 0 0 0 rgba(22, 163, 74, 0);
    }
}

.db-card-title {
    font-size: 1.15rem;
    color: #111111;
    margin-bottom: 1.2rem;
    letter-spacing: -0.015em;
}

/* Progress bar style */
.db-progress-wrapper {
    display: flex;
    align-items: center;
    gap: 0.85rem;
    margin-bottom: 1.5rem;
}

.db-progress-bar {
    flex-grow: 1;
    height: 8px;
    background-color: #f3f4f6;
    border-radius: 99px;
    overflow: hidden;
}

.db-progress-fill {
    height: 100%;
    background: linear-gradient(90deg, var(--brand) 0%, #f97316 100%);
    border-radius: 99px;
}

.db-progress-pct {
    font-size: 0.85rem;
    color: var(--brand);
    font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
}

/* Stats Row */
.db-stats-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0.4rem;
    margin-bottom: 1.4rem;
}

.db-stat-item {
    background: #fcfcfb;
    border: 1px solid #f3f4f6;
    border-radius: 12px;
    padding: 0.75rem 0.5rem;
    text-align: center;
    transition: transform 0.2s ease;
}

    .db-stat-item:hover {
        transform: translateY(-2px);
    }

.db-stat-icon {
    color: var(--brand);
    margin-bottom: 0.4rem;
    display: flex;
    justify-content: center;
}

.db-stat-val {
    font-size: 0.95rem;
    color: var(--brand);
    line-height: 1.1;
    margin-bottom: 0.2rem;
}

.db-stat-label {
    font-size: 0.62rem;
    font-weight: 600;
    color: var(--muted);
    line-height: 1.25;
}

/* Highlights */
.db-highlights-section {
    margin-bottom: 1.4rem;
}

.db-section-subtitle {
    font-size: 0.88rem;
    color: #111111;
    margin-bottom: 0.9rem;
}

.db-highlights-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.db-highlight-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.65rem 0;
    border-bottom: 1px solid #f3f4f6;
    font-size: 0.82rem;
    color: #374151;
}

    .db-highlight-item:last-child {
        border-bottom: none;
        padding-bottom: 0;
    }

    .db-highlight-item .highlight-text {
        display: flex;
        align-items: center;
        gap: 0.55rem;
        font-weight: 500;
    }

.highlight-check-icon {
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: var(--brand-soft);
    color: var(--brand);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.highlight-status {
    font-size: 0.72rem;
    font-weight: 700;
}

.highlight-completed {
    color: var(--green);
}

.highlight-inprogress {
    color: var(--brand);
}

/* Footer Row */
.db-footer-row {
    background-color: #f8fafc;
    border-top: 1px solid #f1f5f9;
    margin: 1.4rem -1.4rem -1.4rem;
    padding: 0.9rem 1.4rem;
    border-bottom-left-radius: 18px;
    border-bottom-right-radius: 18px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.db-footer-meta {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    font-size: 0.75rem;
    font-weight: 700;
    color: #334155;
}

    .db-footer-meta svg {
        color: var(--brand);
    }

/* Video & Connected Nodes Section - legacy, now replaced by .hero-video-col */
.nodes-visual-wrapper {
    display: none;
}

.nodes-bg-video {
    display: none;
}


/* ======= Brand Slider (Marquee) ======= */
.section {
    padding: 5rem 0
}

.section-tight {
    padding: 3rem 0
}

.bg-soft {
    background: var(--bg-soft)
}

.bg-warm {
    background: var(--brand-soft)
}

.brand-slider-section {
    padding: 1.2rem 0;
    background: var(--bg);
    border-top: 1px solid rgb(240, 240, 240);
    border-bottom: 1px solid rgb(240, 240, 240);
    width: 100%;
    max-width: 100%;
    overflow: hidden;
}

.brand-slider-wrapper {
    display: flex;
    align-items: center;
    gap: 1.5rem;
    width: 100%;
    max-width: 100%;
}

.brand-slider-label {
    font-family: var(--font-mono);
    font-size: 0.72rem;
    font-weight: 400;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--muted-2);
    white-space: nowrap;
    flex-shrink: 0;
    font-size: 13px;
    color: #999;
    white-space: nowrap;
    padding-right: 12px;
    /* border-right: 1px solid #e8e8e8; */
}

.brand-slider-divider {
    width: 1px;
    height: 22px;
    background: var(--line);
    flex-shrink: 0;
}

.brand-slider-marquee {
    flex-grow: 1;
    min-width: 0;
    width: 100%;
    max-width: 100%;
    overflow: hidden;
    position: relative;
    mask-image: linear-gradient(90deg, transparent, #000 4%, #000 96%, transparent);
    -webkit-mask-image: linear-gradient(90deg, transparent, #000 4%, #000 96%, transparent);
}

.marquee-track {
    display: flex;
    gap: 1rem;
    animation: scroll 10s linear infinite;
    width: max-content;
}

    .marquee-track .chip {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        padding: 0.5rem 1.5rem;
        background: #fff;
        min-width: 140px;
        box-shadow: var(--shadow-sm);
        flex-shrink: 0;
    }

        .marquee-track .chip img {
            max-height: 60px;
            max-width: 85%;
            object-fit: contain;
            display: block;
        }

@keyframes scroll {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-50%);
    }
}

/* ======= Stats Section ======= */
.stats-section {
    padding: 1.5rem 0;
    background-color: #f2f2f2;
    border: 1px solid #e5e5e0;
    border-width: 1px 0;
}

/* .stats-container-grey {
  padding: 2.5rem 2rem;
} */
.stats-grid-row {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    align-items: center;
}

.stat-col {
    text-align: center;
    padding: 1rem 1.5rem;
    position: relative;
    border-right: 1px solid #e0e0e0;
}

    .stat-col:last-child {
        border: none;
    }

    .stat-col:not(:last-child)::after {
        content: "";
        position: absolute;
        right: 0;
        top: 20%;
        height: 60%;
        width: 1px;
        background: var(--line);
    }

    .stat-col .num {
        font-size: clamp(36px, 5vw, 56px);
        font-weight: 700;
        color: var(--brand);
        letter-spacing: -0.03em;
        line-height: 1;
        font-family: var(--font-mono);
    }

    .stat-col .lbl {
        font-family: DM Sans, sans-serif;
        font-size: 0.72rem;
        font-weight: 500;
        color: var(--muted);
        letter-spacing: 0.08em;
        margin-top: 0.75rem;
        text-transform: uppercase;
        line-height: 1.4;
    }

/* ======= Partners ======= */
.partners-section {
    padding: 48px 0 0;
}

.partners-title {
    font-size: 1.875rem;
    font-weight: 700;
}

.partners-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1.5rem;
    margin-top: 2.5rem
}

.partner-card {
    padding: 1rem 1rem;
    text-align: center;
    transition: all .2s;
}

    .partner-card:hover {
        transform: translateY(-3px);
    }

    .partner-card img {
        width: auto;
        margin-bottom: 1rem;
        object-fit: contain;
        height: 60px;
    }

    .partner-card .name {
        font-weight: 700;
        font-size: .98rem
    }

/* ======= Case Studies ======= */
.label-left {
    text-align: left;
    margin-bottom: 2.5rem;
}

    .label-left h2 {
        font-weight: 700;
        letter-spacing: -.02em;
        margin-top: 0.5rem;
        font-family: "Syne", sans-serif;
    }

    .label-left p {
        font-size: 17px;
        color: #666;
        max-width: 560px;
        margin-top: 12px;
        line-height: 1.6;
    }

.case-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
    margin-top: 3rem;
}

.case-card {
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    transition: all .2s ease;
    overflow: hidden;
    box-shadow: var(--shadow-sm);
}

    .case-card:hover {
        transform: translateY(-4px);
        box-shadow: var(--shadow-md);
        border-color: var(--brand-soft-2);
    }

.case-visual-block {
    height: 230px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
}

    .case-visual-block img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
    }

    .case-visual-block.block-peach {
        background-color: #fff1ea;
    }

    .case-visual-block.block-blue {
        background-color: #f0f7ff;
    }

    .case-visual-block.block-purple {
        background-color: #f3f0ff;
    }

.migration-flow {
    display: flex;
    align-items: center;
    gap: 1.25rem;
}

.flow-box {
    background: #fff;
    border: 1.5px solid var(--line);
    border-radius: 10px;
    padding: 0.6rem 1.1rem;
    font-size: 0.75rem;
    font-weight: 700;
    color: var(--ink-2);
    box-shadow: var(--shadow-sm);
    min-width: 65px;
    text-align: center;
}

    .flow-box.active {
        background: var(--brand);
        border-color: var(--brand);
        color: #fff;
    }

.case-content {
    padding: 1.5rem 1.6rem 1.6rem;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.case-category {
    display: block;
    font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
    font-size: 0.75rem;
    font-weight: 700;
    margin-bottom: 0.75rem;
}

    .case-category.text-peach {
        color: var(--brand);
    }

    .case-category.text-blue {
        color: #2563eb;
    }

    .case-category.text-purple {
        color: #7c3aed;
    }

.case-content .case-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 0.4rem;
    margin-bottom: 0.75rem;
}

.case-card .tag-soft {
    font-family: var(--font-sans);
    text-transform: none;
    font-size: 0.72rem;
    font-weight: 700;
    padding: 0.25rem 0.6rem;
    border-radius: 6px;
}

.tag-soft {
    background: var(--brand-soft);
    color: var(--brand);
    font-size: .72rem;
    font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
    padding: .25rem .55rem;
    border-radius: 6px;
    font-weight: 700;
    text-transform: uppercase;
    width: fit-content;
}

.tag-grey {
    background: #f3f4f6;
    color: #374151;
    font-size: .72rem;
    font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
    padding: .25rem .55rem;
    border-radius: 6px;
    font-weight: 700;
    text-transform: uppercase;
}

.case-card h3 {
    font-size: 18px;
    color: #111;
    line-height: 1.3;
    margin-top: 12px;
    font-family: "Syne", sans-serif;
    margin-bottom: 1rem;
    min-height: 52px;
}

.case-metrics {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.75rem;
    padding: 1rem 0;
    border-top: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
    margin-bottom: 1rem;
}

.case-metric {
    display: flex;
    flex-direction: column;
    min-height: 96px;
    text-align: left;
    padding: 0.9rem 1rem;
    background: #f8fafc;
    border-radius: 14px;
}

    .case-metric .v {
        font-size: 1.4rem;
        color: var(--brand);
        line-height: 1.1;
        font-family: var(--font-mono);
    }

    .case-metric .k {
        font-size: 0.65rem;
        text-transform: uppercase;
        letter-spacing: 0.08em;
        margin-top: 0.35rem;
        line-height: 1.3;
    }

.case-foot {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 0.82rem;
    color: var(--muted);
    font-weight: 700;
    margin-top: auto;
}

    .case-foot span {
        font-weight: 500;
        color: var(--muted);
    }

    .case-foot a {
        color: var(--brand);
        font-weight: 700;
    }

.cta-row {
    text-align: center;
    margin-top: 2.5rem;
}

/* ======= What we do ======= */
.wwd {
    display: grid;
    grid-template-columns: 1fr 1.4fr;
    gap: 2rem;
    margin-top: 3rem
}

.wwd-list {
    display: flex;
    flex-direction: column;
    gap: .6rem
}

.wwd-item {
    padding: 1.2rem 1.3rem;
    border: 1px solid var(--line);
    border-radius: 16px;
    background: #fff;
    cursor: pointer;
    transition: all .2s
}

    .wwd-item:hover {
        border-color: var(--brand-soft-2)
    }

    .wwd-item.active {
        background: var(--brand-soft);
        border-color: var(--brand);
        border-left: 4px solid #f15d26;
    }

    .wwd-item .num {
        font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
        color: var(--brand);
        font-size: .78rem;
        font-weight: 700
    }

    .wwd-item h4 {
        font-size: 1.05rem;
        margin: .25rem 0 .15rem
    }

    .wwd-item p {
        margin: 0;
        color: var(--muted);
        font-size: .88rem
    }

.wwd-panel {
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 24px;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    box-shadow: var(--shadow-sm);
    position: relative;
}

/* Each panel content block is hidden by default, shown when active */
.wwd-panel-content {
    display: none;
    flex-direction: column;
    flex: 1;
}

    .wwd-panel-content.active {
        display: flex;
    }

.wwd-banner {
    width: 100%;
    height: 230px;
    overflow: hidden;
    position: relative;
    border-bottom: 1px solid var(--line);
}

    .wwd-banner img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
    }

.wwd-body {
    padding: 2.5rem;
    background: #fff;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

    .wwd-body h3 {
        font-size: 1.55rem;
        margin: 0 0 0.8rem;
        color: var(--ink);
    }

    .wwd-body p {
        color: rgba(107, 114, 128, 1);
        font-size: 0.95rem;
        line-height: 1.55;
        margin: 0 0 1.2rem;
    }

    .wwd-body ul {
        list-style: none;
        padding: 0;
        margin: 0 0 1.4rem;
    }

        .wwd-body ul li {
            padding: 0.35rem 0;
            color: rgba(107, 114, 128, 1);
            font-size: 0.95rem;
            position: relative;
            padding-left: 1.25rem;
        }

            .wwd-body ul li::before {
                content: "-";
                color: var(--brand);
                position: absolute;
                left: 0;
                font-weight: 700;
            }

    .wwd-body a.link-cta {
        color: var(--brand);
        font-weight: 500;
        display: inline-flex;
        align-items: center;
        gap: 0.35rem;
        transition: all 0.2s ease;
    }

        .wwd-body a.link-cta:hover {
            color: var(--brand-dark);
            transform: translateX(3px);
        }

/* ======= EOL Countdown ======= */
.eol-section {
    padding: 5rem 0;
    background: var(--brand-soft);
    color: var(--ink);
}

    .eol-section .container-xxl {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

.eol-eyebrow-pill {
    display: inline-block;
    border: 1px solid var(--brand-soft-2);
    border-radius: 99px;
    padding: 0.35rem 1rem;
    background: var(--bg);
}

    .eol-eyebrow-pill .eyebrow {
        margin: 0;
        font-size: 0.72rem;
        font-weight: 700;
    }

.eol-section h2 {
    color: var(--ink);
    max-width: 820px;
    margin-top: 1.25rem;
}

    .eol-section h2 .accent-color {
        color: var(--brand);
    }

.eol-section p.lead {
    color: var(--muted);
    max-width: 820px;
    font-size: 0.98rem;
    line-height: 1.6;
    margin: 1.2rem auto 2.5rem;
}

.support-ends-label {
    font-family: var(--font-sans);
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    color: var(--muted-2);
    margin-bottom: 1.25rem;
    text-transform: uppercase;
}

.countdown-row {
    display: flex;
    gap: 1.25rem;
    justify-content: center;
    margin-bottom: 1.5rem;
}

    .countdown-row .unit {
        background: #fff;
        border: 1px solid var(--brand-soft-2);
        border-radius: 16px;
        padding: 1.2rem 1.8rem;
        min-width: 120px;
        text-align: center;
        box-shadow: var(--shadow-sm);
    }

        .countdown-row .unit .v {
            font-size: 2.5rem;
            color: var(--brand);
            line-height: 1.1;
        }

        .countdown-row .unit .k {
            font-size: 0.72rem;
            font-weight: 700;
            letter-spacing: 0.08em;
            text-transform: uppercase;
            color: var(--muted);
            margin-top: 0.3rem;
        }

.eol-section .warn {
    color: var(--brand);
    font-size: 0.88rem;
    font-weight: 600;
    margin-bottom: 2.5rem;
}

.eol-cards-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
    max-width: 820px;
    width: 100%;
    margin: 0 auto 3rem;
    text-align: left;
}

.eol-card {
    background: #fff;
    border: 1px solid var(--brand-soft-2);
    border-radius: 12px;
    padding: 1rem 1.25rem;
    display: flex;
    align-items: center;
    gap: 0.85rem;
    box-shadow: var(--shadow-sm);
}

    .eol-card .check-icon {
        width: 22px;
        height: 22px;
        border-radius: 6px;
        background: #22c55e;
        color: #fff;
        display: inline-grid;
        place-items: center;
        font-size: 0.8rem;
        flex-shrink: 0;
    }

    .eol-card .text {
        font-size: 0.92rem;
        color: var(--ink-2);
        font-weight: 600;
        line-height: 1.4;
    }

.eol-cta-row {
    display: flex;
    justify-content: center;
    gap: 1rem;
    width: 100%;
}

    .eol-cta-row .btn-outline-brand,
    .testimonials-section .btn-outline-brand {
        background-color: transparent;
        width: auto;
    }

        .eol-cta-row .btn-outline-brand:hover,
        .testimonials-section .btn-outline-brand:hover {
            background-color: white;
            border: 1px solid var(--brand);
        }

/* ======= Why Choose ======= */
.why-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.25rem;
    margin-top: 3rem
}

.why-card {
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 18px;
    padding: 1.6rem 1.8rem 1.6rem 1.4rem;
    display: flex;
    align-items: center;
    gap: 1.25rem;
    transition: all .25s ease;
}

    .why-card:hover {
        transform: translateY(-3px);
        box-shadow: var(--shadow-md);
        border-left: 4px solid;
        border-color: var(--line) var(--line) var(--line) var(--brand);
    }

    .why-card .ic {
        width: 48px;
        height: 48px;
        border-radius: 50%;
        background: var(--brand-soft);
        color: var(--brand);
        display: flex;
        align-items: center;
        justify-content: center;
        flex-shrink: 0;
    }

.why-body {
    text-align: left;
}

    .why-body h3 {
        font-size: 1.1rem;
        margin: 0 0 .25rem;
        color: var(--ink);
    }

    .why-body p {
        color: var(--muted);
        font-size: .92rem;
        margin: 0;
        line-height: 1.4;
    }

/* ======= Testimonials Redesign ======= */
.testimonials-section {
    padding: 5rem 0;
    background: var(--brand-soft);
}

.testimonials-grid-wrapper {
    display: grid;
    grid-template-columns: 1.2fr 1fr;
    gap: 2rem;
    margin-top: 3rem;
}

.testimonials-main {
    display: flex;
    flex-direction: column;
}

.featured-video-card {
    background: #fff;
    border-radius: 18px;
    box-shadow: var(--shadow-md);
    overflow: hidden;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.video-preview {
    position: relative;
    background: #111;
    height: 270px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

    .video-preview video {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
        z-index: 1;
    }

.video-tag {
    display: none;
}

.video-preview .play-btn {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background: var(--brand);
    border: none;
    color: #fff;
    display: grid;
    place-items: center;
    cursor: pointer;
    box-shadow: 0 8px 20px rgba(238, 90, 46, 0.4);
    transition: transform 0.2s, background 0.2s;
    position: relative;
    z-index: 3;
}

    .video-preview .play-btn:hover {
        transform: scale(1.08);
        background: var(--brand-dark);
    }

.video-client-info {
    position: absolute;
    bottom: 1.25rem;
    left: 1.25rem;
    color: rgba(255, 255, 255, 0.85);
    font-size: 0.82rem;
    font-weight: 500;
    z-index: 3;
}

.featured-video-card .testimonial-body {
    padding: 2.2rem 2.2rem 2rem;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.featured-video-card .quote-icon {
    font-size: 3rem;
    color: var(--brand);
    line-height: 1;
    font-family: Georgia, serif;
    margin-bottom: -0.5rem;
}

.featured-video-card .testi-text {
    font-size: 1rem;
    color: var(--ink-2);
    line-height: 1.6;
    font-weight: 500;
    margin-bottom: 2rem;
    flex-grow: 1;
}

.featured-video-card .testimonial-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid var(--line);
    padding-top: 1.5rem;
    gap: 1rem;
}

.featured-video-card .author-info {
    display: flex;
    align-items: center;
    gap: 0.85rem;
}

.featured-video-card .avatar {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: var(--brand);
    color: #fff;
    display: inline-grid;
    place-items: center;
    font-size: 0.92rem;
}

.featured-video-card .author-details {
    display: flex;
    flex-direction: column;
}

    .featured-video-card .author-details .name {
        font-weight: 500;
        color: var(--ink);
        font-size: 0.95rem;
    }

    .featured-video-card .author-details .role {
        color: var(--muted);
        font-size: 0.82rem;
        margin-top: 0.1rem;
    }

.featured-video-card .rating-badge {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 0.4rem;
}

.featured-video-card .stars,
.scroll-card .stars {
    color: #f97316;
    font-size: 0.92rem;
    letter-spacing: 0.1em;
}

/* Right Side: Scrollable Testimonials List */
.testimonials-right {
    display: flex;
    flex-direction: column;
}

    .testimonials-right .right-header {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 1rem;
        padding: 0 0.25rem;
    }

    .testimonials-right .written-reviews-label {
        font-weight: 700;
        font-size: 0.92rem;
        color: var(--muted);
        text-transform: uppercase;
        letter-spacing: 0.05em;
    }

    .testimonials-right .avg-rating-badge {
        background: var(--brand);
        color: #fff;
        font-size: 0.76rem;
        font-weight: 700;
        padding: 0.3rem 0.75rem;
        border-radius: 99px;
        box-shadow: 0 4px 10px rgba(238, 90, 46, 0.2);
    }

.vertical-scroll-container {
    height: 611px;
    overflow-y: auto;
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
    padding-right: 0.6rem;
}

    .vertical-scroll-container::-webkit-scrollbar {
        width: 4px;
    }

    .vertical-scroll-container::-webkit-scrollbar-track {
        background: transparent;
    }

    .vertical-scroll-container::-webkit-scrollbar-thumb {
        background: var(--brand);
        border-radius: 99px;
    }

.scroll-card {
    background: #fff;
    border-radius: 14px;
    padding: 1.4rem;
    box-shadow: var(--shadow-sm);
    position: relative;
    border: 1px solid rgba(238, 90, 46, 0.06);
}

    .scroll-card .card-header {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 0.85rem;
    }

        .scroll-card .card-header .tag-soft {
            background: var(--brand-soft);
            color: var(--brand);
            font-size: 0.7rem;
            font-weight: 700;
            padding: 0.25rem 0.55rem;
            border-radius: 6px;
            text-transform: uppercase;
        }

    .scroll-card .card-quote {
        font-size: 0.92rem;
        color: var(--ink-2);
        line-height: 1.55;
        margin-bottom: 1.25rem;
        font-style: italic;
    }

    .scroll-card .card-footer {
        display: flex;
        align-items: center;
        gap: 0.75rem;
        border-top: 1px solid var(--line);
        padding-top: 0.85rem;
    }

    .scroll-card .avatar {
        width: 38px;
        height: 38px;
        border-radius: 50%;
        background: var(--brand);
        color: #fff;
        display: inline-grid;
        place-items: center;
        font-weight: 700;
        font-size: 0.85rem;
    }

    .scroll-card .author-details {
        display: flex;
        flex-direction: column;
    }

        .scroll-card .author-details .name {
            font-weight: 700;
            color: var(--ink);
            font-size: 0.88rem;
        }

        .scroll-card .author-details .role {
            color: var(--muted);
            font-size: 0.78rem;
            margin-top: 0.05rem;
        }

/* Bottom Stats Row */
.testimonials-stats-row {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    align-items: center;
    margin: 3.5rem auto 2.5rem;
    text-align: center;
    max-width: 600px;
    width: 100%;
    padding-top: 2rem;
}

.t-stat {
    position: relative;
    padding: 0.5rem 1rem;
}

    .t-stat:not(:last-child)::after {
        content: "";
        position: absolute;
        right: 0;
        top: 15%;
        height: 70%;
        width: 1px;
        background: rgba(238, 90, 46, 0.15);
    }

    .t-stat .v {
        color: var(--brand);
        line-height: 1;
        font-size: 26px;
        font-weight: 700;
        font-family: var(--font-mono);
    }

    .t-stat .k {
        margin-top: 0.5rem;
        font-size: 12px;
        color: #888;
        margin-top: 4px;
    }

/* ======= Tech Stack ======= */
.marquee {
    width: 100%;
    max-width: 100%;
    overflow: hidden;
    position: relative;
    mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent);
    -webkit-mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent)
}

/* Slower speed for tech section only */
.tech .marquee-track {
    animation-duration: 80s;
}

/* Pause on hover */
.tech:hover .marquee-track {
    animation-play-state: paused;
}

.tech .marquee-track .chip {
    background: transparent;
    border: none;
    border-radius: 0;
    padding: 1rem 1.5rem;
    box-shadow: none;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.75rem;
    text-align: center;
}

    .tech .marquee-track .chip img {
        height: 80px;
        width: auto;
        max-width: none;
        object-fit: contain;
        display: block;
        max-height: 60px;
    }

.chip-label {
    font-size: 0.85rem;
    color: #333;
    white-space: nowrap;
    letter-spacing: 0.3px;
}

/* ======= Blog ======= */
.blog-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
    margin-top: 3rem
}

.blog-card {
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 18px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    transition: all .2s
}

    .blog-card:hover {
        transform: translateY(-3px);
        box-shadow: var(--shadow-md);
        border-color: var(--brand-soft-2)
    }

    .blog-card .cover {
        height: 180px;
        overflow: hidden;
        position: relative
    }

        .blog-card .cover img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            display: block
        }

    .blog-card .body {
        padding: 1.4rem
    }

    .blog-card h3 {
        font-size: 1.1rem;
        line-height: 1.35;
        margin-top: .5rem
    }

    .blog-card p {
        color: var(--muted);
        font-size: .9rem;
        margin: .6rem 0 1rem
    }

    .blog-card .read {
        color: var(--brand);
        font-weight: 700;
        font-size: .9rem
    }

/* ======= CTA Strip ======= */
.cta-strip {
    padding: 5rem 0;
    color: #fff;
}

.cta-strip-grid {
    display: flex;
    grid-template-columns: minmax(0, 1.2fr) minmax(0, 0.8fr);
    gap: 2rem;
    align-items: center;
}

.cta-strip-copy {
    text-align: left;
}

    .cta-strip-copy h2 {
        color: #fff;
        max-width: 820px;
        margin: 0 0 1rem;
    }

    .cta-strip-copy p {
        color: rgba(255, 255, 255, .9);
        max-width: 640px;
        margin: 0 0 2rem;
        font-size: 1.05rem;
    }

.cta-strip-visual {
    display: flex;
    align-items: center;
    justify-content: center;
}

    .cta-strip-visual img {
        width: 100%;
        max-width: 520px;
        height: auto;
        display: block;
        border-radius: 1.5rem;
    }

.cta-strip .btn {
    background: #fff;
    color: var(--brand);
    border-color: #fff;
    width: fit-content;
}

    .cta-strip .btn:hover {
        background: var(--ink);
        color: #fff;
        border-color: var(--ink);
    }

.cta-strip .container-xxl {
    background: linear-gradient(135deg, var(--brand) 0%, var(--brand-dark) 100%);
    border-radius: 1.5rem;
    padding: 29px 2rem;
    width: fit-content;
}

@media (max-width: 900px) {
    .cta-strip-grid {
        grid-template-columns: 1fr;
        text-align: center;
    }

    .cta-strip-copy {
        text-align: center;
    }
}

/* ======= FAQ ======= */
.faq-list {
    max-width: 880px;
    margin: 3rem auto 0;
}

.faq-item {
    background: #fff;
    border: 1px solid var(--brand-soft-2);
    border-radius: 16px;
    margin-bottom: 0.75rem;
    overflow: hidden;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

    .faq-item:hover {
        border-color: var(--brand-soft);
        box-shadow: var(--shadow-sm);
    }

.faq-q {
    width: 100%;
    background: #fff;
    border: 0;
    padding: 1.4rem 1.8rem;
    font-weight: 700;
    text-align: left;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    font-size: 1.05rem;
    color: var(--ink);
    outline: none;
}

.faq-toggle {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background-color: var(--brand-soft);
    position: relative;
    flex-shrink: 0;
    transition: background-color 0.2s ease;
}

    .faq-toggle .icon-line {
        position: absolute;
        background-color: var(--brand);
        transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
        border-radius: 2px;
    }

    .faq-toggle .line-h {
        width: 14px;
        height: 2px;
        top: 17px;
        left: 11px;
    }

    .faq-toggle .line-v {
        width: 2px;
        height: 14px;
        top: 11px;
        left: 17px;
    }

/* Active (open) state transitions */
.faq-item.open .faq-toggle .line-v {
    transform: rotate(90deg);
    opacity: 0;
}

.faq-item.open .faq-toggle .line-h {
    transform: rotate(180deg);
}

.faq-a {
    padding: 0 1.8rem 1.5rem 1.8rem;
    color: var(--ink-2);
    font-size: 0.96rem;
    line-height: 1.6;
    display: none;
}

.faq-item.open .faq-a {
    display: block;
}

/* ======= Footer ======= */
footer {
    background: #fff;
    border-top: 1px solid var(--line);
    padding: 4rem 0 1.5rem
}

.footer-grid {
    display: grid;
    grid-template-columns: 1.4fr 1fr 1fr 1fr;
    gap: 2rem;
    margin-bottom: 3rem
}

    .footer-grid h6 {
        font-weight: 700;
        margin-bottom: 1rem;
        font-size: .98rem
    }

    .footer-grid ul {
        list-style: none;
        padding: 0;
        margin: 0
    }

    .footer-grid li {
        margin-bottom: .55rem
    }

    .footer-grid a {
        color: var(--muted);
        font-size: .92rem
    }

        .footer-grid a:hover {
            color: var(--brand)
        }

.footer-about {
    color: var(--muted);
    font-size: .92rem;
    max-width: 340px;
    line-height: 1.6;
    margin: 1rem 0 1.4rem
}

.socials {
    display: flex;
    gap: .5rem
}

    .socials a {
        width: 36px;
        height: 36px;
        border-radius: 50%;
        border: 1px solid var(--line);
        display: inline-grid;
        place-items: center;
        color: var(--muted)
    }

        .socials a:hover {
            color: var(--brand);
            border-color: var(--brand-soft-2)
        }

.contact-line {
    display: flex;
    align-items: center;
    gap: .5rem;
    color: var(--muted);
    font-size: .92rem;
    margin-bottom: .5rem
}

    .contact-line svg {
        color: var(--brand)
    }

.footer-badges {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1rem;
    padding: 1.5rem 0;
    border-top: 1px solid var(--line);
    border-bottom: 1px solid var(--line)
}

.fb-pill {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: .55rem;
    padding: .7rem 1rem;
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 12px;
    font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
    font-size: .72rem;
    text-transform: uppercase;
    letter-spacing: .1em;
    color: var(--ink-2);
    font-weight: 700
}

    .fb-pill .ic {
        width: 22px;
        height: 22px;
        border-radius: 6px;
        background: var(--brand-soft);
        color: var(--brand);
        display: inline-grid;
        place-items: center
    }

.foot-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 1.5rem;
    font-size: .88rem;
    color: var(--muted)
}

    .foot-bottom .links {
        display: flex;
        gap: 1.5rem
    }

.mobile-nav-cta {
    display: none;
}

/* ===== Responsive ===== */

/* Large screens only: narrow the card column */
@media (min-width: 1900px) {
    .hero-cols {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width:1100px) {
    .hero-blob {
        display: none
    }

    .arrow-svg {
        display: none
    }

    /* Tighten the video col at smaller desktop */
    .hero-video-col {
        flex: 0 0 15vw;
        min-width: 150px;
    }
}

@media (max-width:992px) {

    /* Hamburger transition to cross icon */
    .mobile-toggle svg line {
        transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
        transform-origin: center;
        transform-box: fill-box;
    }

    .site-header.nav-open .mobile-toggle svg .line-1 {
        transform: translateY(6px) rotate(45deg);
    }

    .site-header.nav-open .mobile-toggle svg .line-2 {
        opacity: 0;
        transform: scaleX(0);
    }

    .site-header.nav-open .mobile-toggle svg .line-3 {
        transform: translateY(-6px) rotate(-45deg);
    }

    .mobile-toggle {
        display: inline-flex
    }

    .main-nav {
        display: none;
        position: absolute;
        left: 0;
        right: 0;
        top: 100%;
        background: #fff;
        flex-direction: column;
        align-items: stretch;
        border-top: 1px solid var(--line);
        padding: 0;
        box-shadow: var(--shadow-md);
        gap: 0;
        max-height: calc(100vh - 70px);
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
    }

        .main-nav.open {
            display: flex
        }

    .nav-item-wrap {
        border-bottom: 1px solid var(--line);
        width: 100%;
    }

    .nav-link-btn {
        justify-content: space-between;
        width: 100%;
        padding: 1rem 1.25rem;
        font-size: 0.95rem;
        font-weight: 700;
        color: var(--ink);
    }

    /* On mobile, open navigation link color stays dark ink */
    .nav-item-wrap.open .nav-link-btn {
        color: var(--ink) !important;
    }

        /* Disable chevron rotation on mobile if you want it pointing down per screenshot */
        .nav-item-wrap.open .nav-link-btn .chev {
            transform: none !important;
        }

    .header-cta {
        display: none
    }

    /* Text-only list submenu on mobile */
    .mega {
        position: static;
        border: 0;
        box-shadow: none;
        padding: 0 1.25rem 0.75rem 2rem;
        background: #fff;
        border-radius: 0;
    }

        .mega .grid,
        .mega .grid.grid-3 {
            grid-template-columns: 1fr;
            gap: 0;
        }

        .mega .featured,
        .mega .case-visual-block {
            display: none !important;
        }

        .mega .col-card {
            background: transparent !important;
            border: none !important;
            box-shadow: none !important;
            padding: 0.55rem 0 !important;
            display: block !important;
            border-radius: 0 !important;
        }

            .mega .col-card p {
                display: none !important;
            }

            .mega .col-card h6 {
                font-weight: 500 !important;
                font-size: 0.95rem !important;
                color: var(--ink-2);
                margin: 0 !important;
                gap: 0 !important;
            }

                .mega .col-card h6 svg {
                    display: none !important;
                }

            .mega .col-card.highlight h6,
            .mega .col-card.active-page h6 {
                color: var(--brand) !important;
            }

    /* Mobile CTA Button styles */
    .mobile-nav-cta {
        display: block;
        padding: 1.5rem 1.25rem;
    }

        .mobile-nav-cta .btn {
            display: flex;
            justify-content: center;
            width: 100%;
            padding: 0.9rem 1.5rem;
            font-size: 1rem;
            font-weight: 700;
        }

    /* .hero {
    background: linear-gradient(180deg, #ffffff 0%, #f5f5f5 40%, #aaaaaa 60%, #333333 78%, #000000 100%);
  } */

    .hero-layout {
        flex-direction: column;
    }

    .hero-container-bound {
        padding: 3.5rem 1.25rem 2.5rem;
    }

    .hero-cols {
        grid-template-columns: 1fr;
        max-width: 100%;
        padding-right: 0;
        gap: 2rem;
    }

    .hero-card-col {
        max-width: 480px;
    }

    .hero-video-col {
        display: none;
    }

    .hero-visual-container {
        flex-direction: column;
        align-items: center;
    }

    .dashboard-card {
        width: 100%;
        max-width: 480px;
        margin: 0 auto;
    }

    .nodes-visual-wrapper {
        display: none;
    }

        .nodes-visual-wrapper::before {
            display: none;
        }

    .stats-grid-row,
    .partners-grid,
    .case-grid,
    .why-grid,
    .blog-grid,
    .footer-grid,
    .footer-badges {
        grid-template-columns: 1fr 1fr
    }

    .stat-col:not(:last-child)::after {
        display: none
    }

    .testimonials-grid-wrapper {
        grid-template-columns: 1fr
    }

    .testimonials-stats-row {
        grid-template-columns: 1fr 1fr 1fr 1fr;
        gap: 2rem;
        margin-top: 2.5rem;
        padding-top: 2rem
    }

    .t-stat:not(:last-child)::after {
        display: none
    }

    .eol-cards-grid {
        grid-template-columns: 1fr
    }

    .wwd {
        grid-template-columns: 1fr
    }

    .countdown-row {
        flex-wrap: wrap;
        justify-content: center
    }

        .countdown-row .unit {
            min-width: 100px;
            padding: 1rem 1.2rem
        }

            .countdown-row .unit .v {
                font-size: 1.9rem;
                font-family: var(--font-mono);
            }

    .eol-checks {
        grid-template-columns: 1fr
    }

    .announce {
        font-size: .74rem
    }

        .announce .container-xxl {
            padding-right: 2rem;
            flex-wrap: wrap;
            gap: .3rem;
            justify-content: center;
        }

    .footer-grid {
        grid-template-columns: 1fr 1fr
    }

    .foot-bottom {
        flex-direction: column;
        gap: .8rem
    }
}

@media (max-width:640px) {

    .stats-grid-row,
    .partners-grid,
    .case-grid,
    .why-grid,
    .blog-grid,
    .footer-grid,
    .footer-badges {
        grid-template-columns: 1fr
    }

    .testimonials-stats-row {
        grid-template-columns: 1fr 1fr;
        gap: 1.5rem
    }

    .case-metrics {
        grid-template-columns: repeat(3, 1fr)
    }

    .wwd-body {
        padding: 1.5rem
    }

    .eol-cta-row {
        flex-direction: column;
        align-items: stretch;
        gap: .75rem
    }

        .eol-cta-row .btn {
            width: 100%;
            justify-content: center
        }
}

@media (max-width:768px) {
    .brand-slider-section {
        width: 100%;
        max-width: 100%;
        overflow: hidden;
    }

    .brand-slider-wrapper {
        flex-direction: column;
        gap: 1rem;
        text-align: center;
        width: 100%;
        max-width: 100%;
    }

    .brand-slider-marquee {
        width: 100%;
        max-width: 100%;
    }

    .brand-slider-divider {
        display: none
    }
}

.label-center {
    text-align: center;
}

/* ══════════════════════════════════════════════
   GLOBAL PRESENCE
   ══════════════════════════════════════════════ */
.global-presence {
    background: #fff;
    color: var(--foreground);
    text-align: center;
}

    .global-presence .container {
        max-width: 1120px;
    }

    .global-presence .section-label {
        color: #a8c8ff;
        margin-bottom: 0.75rem;
    }

.global-presence-header {
    margin-bottom: 3rem;
}

    .global-presence-header .section-label {
        color: var(--primary);
        margin-bottom: 0.75rem;
    }

    .global-presence-header h2 {
        margin-bottom: 0.75rem;
        color: var(--foreground);
    }

    .global-presence-header p {
        color: var(--muted);
        max-width: 680px;
        margin: 0 auto;
    }


/* 4-column office cards */


.office-photo {
    height: 160px;
    overflow: hidden;
    background: var(--cool-grey);
}

    .office-photo img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
        transition: transform 0.3s ease;
    }


.office-info {
    padding: 1.25rem;
}

    .office-info h3 {
        font-size: 1.1rem;
        font-weight: 700;
        color: var(--foreground);
        margin-bottom: 0.25rem;
    }

    .office-info p {
        font-size: 0.875rem;
        color: var(--muted);
        margin-bottom: 0.75rem;
    }

    .office-info a {
        font-size: 0.8rem;
        font-weight: 600;
        color: var(--primary);
        transition: text-decoration 0.2s;
    }

        .office-info a:hover {
            text-decoration: auto;
        }

.offices-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
}


/* CARD */
.office-card {
    perspective: 1000px;
}

/* INNER */
.office-card-inner {
    position: relative;
    width: 100%;
    height: 320px;
    transition: transform 1.5s ease;
    transform-style: preserve-3d;
}

/* FLIP */
.office-card:hover .office-card-inner {
    transform: rotateY(180deg);
}

/* FRONT & BACK */
.office-card-front,
.office-card-back {
    position: absolute;
    width: 100%;
    height: 100%;
    backface-visibility: hidden;
    border-radius: 12px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 10px 25px rgba(0, 0, 0, .1);
}

    /* FRONT DESIGN */
    .office-card-front img {
        width: 100%;
        height: 200px;
        object-fit: cover;
    }

.office-info {
    padding: 18px;
}

    .office-info h3 {
        margin: 0;
        font-size: 20px;
    }

    .office-info p {
        color: #666;
        margin-top: 5px;
    }

/* BACK DESIGN */
.office-card-back {
    transform: rotateY(180deg);
    padding: 25px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

    .office-card-back h3 {
        margin-bottom: 10px;
    }

    .office-card-back p {
        font-size: 14px;
        line-height: 1.6;
        color: #444;
    }

@media (max-width: 567px) {
    .hero .btn {
        flex: 1;
        white-space: nowrap;
    }
}

@media (max-width: 992px) {
    .offices-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .office-card-front img {
        height: 300px;
    }

    .office-card-inner {
        height: 420px;
    }
}

@media (max-width: 600px) {
    .offices-grid {
        grid-template-columns: 1fr;
    }
}



/* =========================================================
   Kentico Development Page - kentico-development.html
   ========================================================= */

/* ---- Work section background ---- */
.xbyk-work-section {
    background: var(--bg-soft);
}

/* ---- Case category colors (extends existing case-category) ---- */
.case-category {
    display: block;
    font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
    font-size: 0.75rem;
    font-weight: 700;
    margin-bottom: 0.75rem;
}

    .case-category.text-peach {
        color: var(--brand);
    }

    .case-category.text-blue {
        color: #2563eb;
    }

    .case-category.text-purple {
        color: #7c3aed;
    }

/* ---- Services section - reuses xbyk-cost-grid layout ---- */
.xbyk-cost-card .d-flex .tag-soft,
.xbyk-cost-card .d-flex .tag-grey {
    display: inline-block;
}

/* ---- Architecture section nav-item highlight in mega ---- */
.mega .col-card.highlight {
    background: var(--brand-soft);
    border-color: var(--brand);
}

    .mega .col-card.highlight h6 {
        color: var(--brand);
    }

    .mega .col-card.highlight:hover {
        background: var(--brand-soft);
    }

/* ---- Tech stack step cards - left-aligned variant ---- */
.xbyk-step-card.align-items-start {
    align-items: flex-start;
}

.xbyk-step-card.text-start {
    text-align: left;
}

/* ---- Engagement card featured variant ---- */
.xbyk-step-card[style*="border-color:var(--brand)"] {
    background: var(--brand-soft);
}

/* ---- Certification stats ---- */
.xbyk-qf-stat {
    background: var(--bg-soft);
    border-radius: 8px;
    padding: 0.75rem;
    text-align: center;
}

/* ---- Blog grid (inherits from styles.css blog-grid) ---- */
.blog-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
    margin-top: 2rem;
}

.blog-card {
    background: #fff;
    border: 1px solid var(--line);
    border-radius: var(--radius-lg);
    overflow: hidden;
    transition: all .2s ease;
    box-shadow: var(--shadow-sm);
    display: flex;
    flex-direction: column;
}

    .blog-card:hover {
        transform: translateY(-4px);
        box-shadow: var(--shadow-md);
    }

    .blog-card .cover {
        height: 180px;
        overflow: hidden;
    }

        .blog-card .cover img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            display: block;
            transition: transform .3s ease;
        }

    .blog-card:hover .cover img {
        transform: scale(1.04);
    }

    .blog-card .body {
        padding: 1.5rem;
        display: flex;
        flex-direction: column;
        flex-grow: 1;
        gap: .6rem;
    }

        .blog-card .body h3 {
            font-size: 1.05rem;
            line-height: 1.35;
            margin: 0;
            color: var(--ink);
            font-family: var(--font-display);
        }

        .blog-card .body p {
            font-size: .875rem;
            color: var(--muted);
            line-height: 1.6;
            margin: 0;
            flex-grow: 1;
            display: -webkit-box;
            -webkit-line-clamp: 2;
            overflow: hidden;
            -webkit-box-orient: vertical;
        }

        .blog-card .body .read {
            font-size: .875rem;
            font-weight: 600;
            color: var(--brand);
            margin-top: auto;
        }

            .blog-card .body .read:hover {
                color: var(--brand-dark);
            }

/* ---- Active nav (already defined above in nav section) ---- */

/* ---- Responsive: blog grid ---- */
@media (max-width: 900px) {
    .blog-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 576px) {
    .blog-grid {
        grid-template-columns: 1fr;
    }
}

/* ---- Certification stat cards ---- */
.cert-stat-card {
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 14px;
    padding: 1.5rem 1rem;
}

.cert-stat-val {
    font-family: var(--font-mono);
    font-weight: 700;
    font-size: 2rem;
    color: var(--brand);
    line-height: 1;
}

.cert-stat-lbl {
    font-size: 0.72rem;
    font-weight: 600;
    letter-spacing: .06em;
    text-transform: uppercase;
    color: var(--muted);
    margin-top: .5rem;
    line-height: 1.4;
}

/* =========================================================
   Sprint Process Section - two-column timeline layout
   ========================================================= */

/* Section header - left-aligned */
.sp-header {
    text-align: left;
    margin-bottom: 3rem;
}

    .sp-header h2 {
        line-height: 1.12;
    }

.sp-lead {
    font-size: .95rem;
    color: #6b7280;
    margin-top: .75rem;
    font-weight: 500;
}

/* Two-column wrapper */
.sp-layout {
    display: grid;
    grid-template-columns: 300px 1fr;
    gap: 3rem;
    align-items: start;
}

/* ---- LEFT: timeline ---- */
.sp-timeline {
    display: flex;
    flex-direction: column;
}

.sp-step {
    display: flex;
    gap: .85rem;
    cursor: pointer;
    position: relative;
}

/* Dot column */
.sp-dot-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    flex-shrink: 0;
    width: 14px;
}

.sp-dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    border: 2px solid #ccc;
    background: #fff;
    flex-shrink: 0;
    margin-top: 3px;
    transition: border-color .2s, background .2s;
}

.sp-connector {
    width: 2px;
    flex: 1;
    min-height: 28px;
    background: #e5e5e0;
    margin-top: 4px;
    margin-bottom: 0;
}

/* Last step has no connector line */
.sp-step:last-child .sp-connector {
    display: none;
}

/* Step body text */
.sp-step-body {
    padding-bottom: 1.5rem;
    flex: 1;
}

.sp-step-label {
    display: block;
    font-family: var(--font-mono);
    font-size: .80rem;
    font-weight: 700;
    letter-spacing: .14em;
    text-transform: uppercase;
    color: var(--muted-2);
    margin-bottom: .2rem;
    transition: color .2s;
}

.sp-step-title {
    font-size: .95rem;
    font-weight: 700;
    color: var(--ink);
    line-height: 1.3;
    transition: color .2s;
}

.sp-step-weeks {
    font-size: .78rem;
    color: var(--muted);
    margin-top: .15rem;
}

/* Active step */
.sp-step.active .sp-dot {
    background: var(--brand);
    border-color: var(--brand);
    box-shadow: 0 0 0 3px rgba(238, 90, 46, .18);
}

.sp-step.active .sp-step-label {
    color: var(--brand);
}

.sp-step.active .sp-step-title {
    color: var(--brand);
}

.sp-step.active .sp-connector {
    background: var(--brand-soft-2);
}

/* Completed steps - filled dot + orange connector, text stays neutral */
.sp-step--completed .sp-dot {
    background: var(--brand);
    border-color: var(--brand);
}

.sp-step--completed .sp-connector {
    background: var(--brand-soft-2);
}

/* Hover (non-active, non-completed) */
.sp-step:not(.active):not(.sp-step--completed):hover .sp-dot {
    border-color: var(--brand);
}

.sp-step:not(.active):not(.sp-step--completed):hover .sp-step-title {
    color: var(--brand);
}

/* ---- RIGHT: detail card ---- */
.sp-detail-wrap {
    position: sticky;
    top: 100px;
}

.sp-detail-card {
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 18px;
    padding: 2rem 2.25rem;
    box-shadow: var(--shadow-sm);
    min-height: 240px;
}

/* All panels hidden by default */
.sp-panel {
    display: none;
}

    .sp-panel.active {
        display: block;
    }

.sp-panel-badge {
    display: inline-block;
    font-family: var(--font-mono);
    font-size: .65rem;
    font-weight: 700;
    letter-spacing: .14em;
    text-transform: uppercase;
    color: var(--brand);
    background: var(--brand-soft);
    padding: .3rem .75rem;
    border-radius: 6px;
    margin-bottom: 1rem;
}

.sp-detail-card h3 {
    font-size: 1.45rem;
    color: var(--ink);
    margin: 0 0 .85rem;
    font-family: var(--font-display);
    line-height: 1.2;
}

.sp-detail-card p {
    font-size: .9rem;
    color: var(--muted);
    line-height: 1.65;
    margin: 0 0 .65rem;
}

.sp-deliverable {
    font-size: .875rem !important;
    color: var(--ink-2) !important;
    font-weight: 500;
}

.sp-client-action {
    font-size: .82rem !important;
    color: var(--muted) !important;
}

.sp-duration-pill {
    display: inline-block;
    margin-top: .75rem;
    border: 1px solid var(--brand);
    border-radius: 999px;
    font-family: var(--font-mono);
    font-size: .7rem;
    font-weight: 700;
    letter-spacing: .08em;
    color: var(--brand);
    padding: .3rem .9rem;
}

/* Fade-in animation when panel switches */
.sp-panel.active {
    animation: sp-fade-in .25s ease;
}

@keyframes sp-fade-in {
    from {
        opacity: 0;
        transform: translateY(8px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Footer note below card */
.sp-footer-note {
    font-size: .82rem;
    color: var(--muted);
    text-align: center;
    margin-top: 1.25rem;
    font-style: italic;
}

/* ---- Responsive ---- */
@media (max-width: 900px) {
    .sp-layout {
        grid-template-columns: 1fr;
        gap: 2rem;
    }

    .sp-detail-wrap {
        position: static;
    }
}

@media (max-width: 576px) {
    .sp-detail-card {
        padding: 1.5rem;
    }
}

/* =========================================================
   Architecture Guide - 3-tab layout
   ========================================================= */

/* Tab bar */
.ag-tabs {
    display: flex;
    gap: .5rem;
    margin-bottom: 1.75rem;
    flex-wrap: wrap;
}

.ag-tab {
    font-family: var(--font-sans);
    font-size: .9rem;
    font-weight: 600;
    padding: .55rem 1.35rem;
    border-radius: 999px;
    border: 1.5px solid var(--line);
    background: #fff;
    color: var(--ink);
    cursor: pointer;
    transition: background .2s, color .2s, border-color .2s;
    line-height: 1;
}

    .ag-tab:hover {
        border-color: var(--brand);
        color: var(--brand);
    }

    .ag-tab.active {
        background: var(--brand);
        border-color: var(--brand);
        color: #fff;
    }

/* Panel visibility */
.ag-panel {
    display: none;
}

    .ag-panel.active {
        display: block;
        animation: ag-fade .22s ease;
    }

@keyframes ag-fade {
    from {
        opacity: 0;
        transform: translateY(6px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Panel card */
.ag-panel-inner {
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 20px;
    padding: 2.5rem;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
    align-items: start;
    box-shadow: var(--shadow-sm);
}

/* ---- Left content ---- */
.ag-when-title {
    font-size: 1rem;
    font-weight: 700;
    color: var(--ink);
    margin-bottom: .85rem;
}

.ag-list {
    list-style: none;
    padding: 0;
    margin: 0 0 1.25rem;
    display: flex;
    flex-direction: column;
    gap: .55rem;
}

    .ag-list li {
        font-size: .9rem;
        color: var(--ink-2);
        display: flex;
        align-items: flex-start;
        gap: .6rem;
        line-height: 1.45;
    }

/* Arrow bullets (when-to-choose list) */

.ag-best-for {
    font-size: .9rem;
    color: var(--ink);
    margin-bottom: .85rem;
}

.ag-recommend {
    font-size: .875rem;
    color: var(--brand);
    font-style: italic;
    line-height: 1.55;
    margin-top: 1.1rem;
    margin-bottom: 0;
}

/* ---- Right diagram ---- */
.ag-diagram {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: .75rem;
    background-color: #f9f9f7;
    border-radius: calc(var(--radius) + 4px);
}

.ag-diagram-label {
    font-family: var(--font-mono);
    font-size: .62rem;
    font-weight: 700;
    letter-spacing: .14em;
    text-transform: uppercase;
    color: var(--muted);
    text-align: center;
    margin-bottom: .5rem;
}

.ag-diagram-flow {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: .5rem;
    width: 100%;
}

.ag-flow-row {
    display: flex;
    gap: .6rem;
    justify-content: center;
    flex-wrap: wrap;
}

.ag-node {
    display: inline-block;
    background: #fff;
    border: 1.5px solid var(--line);
    border-radius: 8px;
    padding: .45rem 1rem;
    font-size: .8rem;
    font-weight: 600;
    color: var(--ink-2);
    white-space: nowrap;
    box-shadow: var(--shadow-sm);
}

.ag-node--primary {
    background: var(--brand);
    border-color: var(--brand);
    color: #fff;
    box-shadow: 0 4px 12px -4px rgba(238, 90, 46, .45);
}

.ag-flow-arrow {
    font-size: 1rem;
    color: var(--brand);
    line-height: 1;
    font-weight: 700;
}

/* Footer CTA */
.ag-footer-cta {
    text-align: center;
    font-size: .88rem;
    color: var(--muted);
    margin-top: 2rem;
}

    .ag-footer-cta a {
        color: var(--brand);
        font-weight: 600;
        text-decoration: underline;
        text-underline-offset: 3px;
    }

        .ag-footer-cta a:hover {
            color: var(--brand-dark);
        }

/* Responsive */
@media (max-width: 768px) {
    .ag-panel-inner {
        grid-template-columns: 1fr;
        gap: 2rem;
        padding: 1.75rem;
    }

    .ag-diagram {
        border-top: 1px solid var(--line);
        padding-top: 1.75rem;
    }
}

@media (max-width: 480px) {
    .ag-tab {
        font-size: .8rem;
        padding: .5rem 1rem;
    }
}



/* =========================================================
   WHAT HAPPENS NEXT
   ========================================================= */
.xbyk-next-section-ag {
    background: #fff3ee;
}

.xbyk-steps-grid-ag {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
}

.xbyk-step-card-ag {
    background: #fff;
    border: 1.5px solid #e8e8e8;
    border-radius: 16px;
    padding: 2.5rem 2rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 0;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

    .xbyk-step-card-ag:hover {
        transform: translateY(-6px);
        box-shadow: 0 12px 40px -12px rgba(238, 90, 46, 0.15);
        border-color: rgba(238, 90, 46, 0.3);
    }

.xbyk-step-icon-wrap-ag {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: #fff3ee;
    display: grid;
    place-items: center;
    margin-bottom: 1.5rem;
    color: var(--brand);
    flex-shrink: 0;
}

.xbyk-step-label-ag {
    font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
    font-size: 0.65rem;
    font-weight: 700;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: var(--brand);
    margin-bottom: 0.75rem;
}

.xbyk-step-card-ag h3 {
    font-size: 1.15rem;
    margin: 0 0 1rem;
    color: var(--ink);
    line-height: 1.3;
}

.xbyk-step-card-ag p {
    font-size: 0.9rem;
    color: #666;
    line-height: 1.65;
    margin: 0 0 1.5rem;
    flex-grow: 1;
}

.xbyk-step-time-ag {
    display: inline-block;
    font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
    font-size: 0.65rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--brand);
    background: transparent;
    padding: 0;
    border-radius: 0;
    margin-top: auto;
}

.xbyk-section-header-ag {
    text-align: center;
    margin-bottom: 3rem;
}

/* ---- Section base ---- */
.xbyk-section-ag {
    padding: 5rem 0;
}

/* ---- Section header ---- */
.xbyk-section-header-ag {
    text-align: center;
    margin-bottom: 3rem;
}

    .xbyk-section-header-ag h2 {
        margin-top: 0.75rem;
    }

.xbyk-section-sub-ag {
    color: var(--muted);
    font-size: 1rem;
    max-width: 680px;
    margin: 0.75rem auto 0;
    line-height: 1.6;
}

.xbyk-eyebrow-tag-ag {
    display: inline-block;
    font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: var(--brand);
    background: var(--brand-soft);
    padding: 0.35rem 0.85rem;
    border-radius: 999px;
}

.ag-list--arrow li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin-bottom: 12px;
}

.ag-list-icon {
    width: 16px;
    height: 16px;
    flex-shrink: 0;
    margin-top: 4px;
}

/* =========================================================
   Tech Stack Section - ts-* prefix
   ========================================================= */

.ts-section {
    padding: 5rem 0;
    background: var(--bg);
    border-top: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
}

/* Header */
.ts-header {
    margin-bottom: 2.5rem;
}

    .ts-header h2 {
        color: var(--ink);
        font-family: var(--font-display);
        margin-top: .5rem;
        margin-bottom: 0;
    }

/* Table wrapper */
.ts-table {
    display: flex;
    flex-direction: column;
}

/* Each row */
.ts-row {
    display: flex;
    align-items: flex-start;
    gap: 1.5rem;
    padding: 1.25rem 0;
    border-bottom: 1px solid var(--line);
}

.ts-row--last {
    border-bottom: none;
}

/* Category label - left column, fixed width */
.ts-row-label {
    flex-shrink: 0;
    width: 130px;
    font-family: var(--font-mono);
    font-size: .80rem;
    font-weight: 700;
    letter-spacing: .14em;
    text-transform: uppercase;
    color: var(--muted);
    padding-top: .55rem;
    line-height: 1.4;
}

/* Chips row */
.ts-chips {
    display: flex;
    flex-wrap: wrap;
    gap: .5rem;
    flex: 1;
}

/* Individual chip */
.ts-chip {
    display: inline-flex;
    align-items: center;
    gap: .5rem;
    background: var(--bg);
    border: 1.5px solid var(--line);
    border-radius: 999px;
    padding: .38rem .9rem .38rem .45rem;
    font-family: var(--font-sans);
    font-size: .875rem;
    font-weight: 500;
    color: var(--ink-2);
    line-height: 1;
    transition: border-color .18s, box-shadow .18s, transform .18s;
    cursor: default;
    white-space: nowrap;
}

    .ts-chip:hover {
        border-color: var(--brand-soft-2);
        box-shadow: 0 2px 10px -4px rgba(238, 90, 46, .18);
        transform: translateY(-1px);
    }

/* Icon wrapper inside chip */
.ts-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    flex-shrink: 0;
    overflow: hidden;
}

    .ts-icon svg {
        width: 26px;
        height: 26px;
        display: block;
    }

/* ---- Responsive ---- */
@media (max-width: 768px) {
    .ts-row {
        flex-direction: column;
        gap: .75rem;
        padding: 1.25rem 0;
    }

    .ts-row-label {
        width: auto;
        padding-top: 0;
    }
}

@media (max-width: 480px) {
    .ts-chip {
        font-size: .8rem;
        padding: .32rem .75rem .32rem .38rem;
    }

    .ts-icon {
        width: 22px;
        height: 22px;
    }

        .ts-icon svg {
            width: 22px;
            height: 22px;
        }
}

/* Tech Stack - img icon overrides */
.ts-icon {
    overflow: visible;
    background: transparent;
}

    .ts-icon img {
        width: 26px;
        height: 26px;
        object-fit: contain;
        display: block;
        border-radius: 4px;
    }

    /* cover crop for banner images used as fallback (Kentico rows) */
    .ts-icon .ts-img-cover {
        object-fit: cover;
        border-radius: 4px;
    }

/* =========================================================
   Engagement Models Section - em-* prefix
   ========================================================= */

.em-section {
    padding: 5rem 0;
    background: var(--brand-soft);
}

.em-header {
    margin-bottom: 2.5rem;
}

    .em-header h2 {
        color: var(--ink);
        font-family: var(--font-display);
        max-width: 720px;
        line-height: 1.1;
        margin-bottom: 0;
    }

/* Grid - equal height cols */
.em-grid {
    align-items: stretch;
}

    .em-grid > [class*="col"] {
        display: flex;
    }

/* ---- Base card shell ---- */
.em-card {
    display: flex;
    flex-direction: column;
    width: 100%;
    border-radius: 20px;
    overflow: hidden;
    /* clips the band */
    box-shadow: 0 2px 16px -6px rgba(0, 0, 0, .10);
    transition: transform .28s cubic-bezier(.16, 1, .3, 1), box-shadow .28s cubic-bezier(.16, 1, .3, 1);
    cursor: default;
}

/* ---- Hover: lift + themed glow ---- */
.em-card--light:hover {
    transform: translateY(-8px) scale(1.01);
    box-shadow: 0 24px 56px -16px rgba(238, 90, 46, .22), 0 4px 16px -4px rgba(0, 0, 0, .08);
}

.em-card--featured:hover {
    transform: translateY(-8px) scale(1.015);
    box-shadow: 0 28px 64px -16px rgba(238, 90, 46, .55), 0 6px 20px -4px rgba(238, 90, 46, .25);
}

.em-card--dark:hover {
    transform: translateY(-8px) scale(1.01);
    box-shadow: 0 24px 56px -16px rgba(0, 0, 0, .55), 0 4px 16px -4px rgba(0, 0, 0, .18);
}

/* ============================================================
   TOP BAND - coloured header strip
   ============================================================ */
.em-card-band {
    padding: 1.75rem 1.85rem 1.6rem;
    flex-shrink: 0;
}

/* Light card band - white with bottom border */
.em-card-band--light {
    background: #000000;
    border-bottom: 1.5px solid var(--line);
}

/* Featured card band - solid brand orange */
.em-card-band--featured {
    background: var(--brand);
}

/* Dark card band - near-black */
.em-card-band--dark {
    background: #111;
}

/* Title + badge row (featured only) */
.em-title-badge-row {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: .65rem;
    margin-bottom: .55rem;
    flex-wrap: nowrap;
}

/* Card title */
.em-card-title {
    font-family: var(--font-display);
    font-size: 1.3rem;
    font-weight: 700;
    letter-spacing: -.02em;
    line-height: 1.2;
    margin: 0 0 .55rem;
}

.em-card-band--light .em-card-title {
    color: var(--ink);
}

.em-card-band--featured .em-card-title {
    color: #fff;
    margin-bottom: 0;
    flex: 1;
}

.em-card-band--dark .em-card-title {
    color: #fff;
}

/* Sub-description under title */
.em-card-sub {
    font-size: .875rem;
    line-height: 1.55;
    margin: 0;
}

.em-card-band--light .em-card-sub {
    color: var(--muted);
}

.em-card-band--featured .em-card-sub {
    color: rgba(255, 255, 255, .88);
    margin-top: .5rem;
}

.em-card-band--dark .em-card-sub {
    color: rgba(255, 255, 255, .65);
}

/* "Most Popular" badge */
.em-badge {
    flex-shrink: 0;
    align-self: flex-start;
    font-family: var(--font-mono);
    font-size: .58rem;
    font-weight: 700;
    letter-spacing: .12em;
    text-transform: uppercase;
    background: rgba(255, 255, 255, .2);
    color: #fff;
    border: 1.5px solid rgba(255, 255, 255, .4);
    border-radius: 999px;
    padding: .28rem .72rem;
    white-space: nowrap;
    margin-top: .1rem;
    backdrop-filter: blur(4px);
}

/* ============================================================
   BODY - always white
   ============================================================ */
.em-card-body {
    flex: 1;
    display: flex;
    flex-direction: column;
    background: #fff;
    padding: 1.75rem 1.85rem 1.85rem;
}

/* "Best for" line */
.em-best-for {
    font-size: .875rem;
    color: var(--ink-2);
    line-height: 1.5;
    margin-bottom: 1.1rem;
}

/* Feature list */
.em-list {
    list-style: none;
    padding: 0;
    margin: 0 0 1.75rem;
    display: flex;
    flex-direction: column;
    gap: .6rem;
    flex: 1;
}

    .em-list li {
        display: flex;
        align-items: center;
        gap: .65rem;
        font-size: .9rem;
        color: var(--ink-2);
        line-height: 1.4;
    }

/* Featured card list items - white text */
.em-card--featured .em-list li {
    color: rgba(255, 255, 255, 0.95);
}

/* Orange circle-check icon */
.em-list li::before {
    content: "";
    width: 18px;
    height: 18px;
    flex-shrink: 0;
    border-radius: 50%;
    border: 2px solid var(--brand);
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12'%3E%3Cpath d='M2 6l3 3 5-5' stroke='%23ee5a2e' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round' fill='none'/%3E%3C/svg%3E");
    background-size: 10px 10px;
    background-repeat: no-repeat;
    background-position: center;
}

/* Featured card list items - white checkmarks */
.em-card--featured .em-list li::before {
    border-color: rgba(255, 255, 255, 0.8);
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12'%3E%3Cpath d='M2 6l3 3 5-5' stroke='white' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round' fill='none'/%3E%3C/svg%3E");
}

/* Footer sits at the bottom of body */
.em-card-footer {
    margin-top: auto;
}

/* ---- CTA Buttons ---- */
.em-btn {
    display: block;
    width: 100%;
    text-align: center;
    font-family: var(--font-sans);
    font-size: .9375rem;
    font-weight: 700;
    padding: .88rem 1.25rem;
    border-radius: 10px;
    text-decoration: none;
    line-height: 1;
    transition: background .2s, color .2s, border-color .2s, box-shadow .2s, transform .18s;
}

/* Outline - light card */
.em-btn--outline {
    background: transparent;
    border: 2px solid var(--brand);
    color: var(--brand);
}

    .em-btn--outline:hover {
        background: var(--brand);
        color: #fff;
        box-shadow: 0 6px 18px -6px rgba(238, 90, 46, .45);
        transform: translateY(-2px);
    }

/* Solid white - featured orange card */
.em-btn--solid {
    background: var(--brand);
    border: 2px solid var(--brand);
    color: #fff;
}

    .em-btn--solid:hover {
        background: var(--ink);
        border-color: var(--ink);
        color: #fff;
        box-shadow: 0 6px 20px -6px rgba(238, 90, 46, .55);
        transform: translateY(-2px);
    }

/* Outline - dark card (orange tinted on white body, same as light) */
.em-btn--outline-dark {
    background: transparent;
    border: 2px solid var(--brand);
    color: var(--brand);
}

    .em-btn--outline-dark:hover {
        background: var(--brand);
        color: #fff;
        box-shadow: 0 6px 18px -6px rgba(238, 90, 46, .45);
        transform: translateY(-2px);
    }

/* Footer note below grid */
.em-footer-note {
    text-align: center;
    font-size: .82rem;
    color: var(--muted);
    margin-top: 2rem;
    margin-bottom: 0;
}

/* ---- Responsive ---- */
@media (max-width: 768px) {

    .em-card-band,
    .em-card-body {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }
}

@media (max-width: 576px) {

    .em-card {
        border-radius: 16px;
    }

    .em-card-band {
        padding: 1.5rem;
    }

    .em-card-body {
        padding: 1.5rem;
    }
}

/* =========================================================
   Explore Related Services - ers-* prefix
   ========================================================= */

.ers-section {
    padding: 3.5rem 0 4rem;
    background: var(--brand-soft);
    border-top: 1px solid var(--line);
}

/* Eyebrow label with side lines */
.ers-eyebrow {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 0;
}

.ers-eyebrow-text {
    font-family: var(--font-mono);
    font-size: 1.25rem;
    font-weight: 700;
    color: var(--brand);
    white-space: nowrap;
}


/* ---- Card ---- */
.ers-card {
    display: flex;
    flex-direction: column;
    height: 100%;
    background: #fff;
    border: 1.5px solid var(--line);
    border-radius: 16px;
    padding: 1.75rem 1.85rem 1.6rem;
    text-decoration: none;
    color: inherit;
    transition: border-color .22s ease, box-shadow .22s ease, transform .25s cubic-bezier(.16, 1, .3, 1);
}

    .ers-card:hover {
        border-color: var(--brand);
        box-shadow: 0 8px 32px -10px rgba(238, 90, 46, .22);
        transform: translateY(-5px);
        color: inherit;
    }

/* Active / highlighted card - orange border on rest */
.ers-card--active {
    border-color: var(--brand);
    box-shadow: 0 4px 20px -8px rgba(238, 90, 46, .18);
}

    .ers-card--active:hover {
        box-shadow: 0 12px 40px -10px rgba(238, 90, 46, .32);
        transform: translateY(-6px);
    }

/* Card title */
.ers-card-title {
    font-family: var(--font-display);
    font-size: 1.05rem;
    font-weight: 700;
    color: var(--ink);
    margin: 0 0 .55rem;
    letter-spacing: -.01em;
    line-height: 1.3;
    transition: color .2s;
}

.ers-card:hover .ers-card-title {
    color: var(--brand);
}

/* Description */
.ers-card-desc {
    font-size: .875rem;
    color: var(--muted);
    line-height: 1.55;
    margin: 0 0 1.25rem;
    flex: 1;
}

/* Learn more link */
.ers-link {
    font-family: var(--font-sans);
    font-size: .875rem;
    font-weight: 600;
    color: var(--brand);
    display: inline-flex;
    align-items: center;
    gap: .25rem;
    transition: gap .2s ease, color .2s;
    margin-top: auto;
}

.ers-card:hover .ers-link {
    gap: .5rem;
    color: var(--brand-dark);
}

/* Responsive */
@media (max-width: 576px) {
    .ers-section {
        padding: 2.5rem 0 3rem;
    }

    .ers-card {
        padding: 1.4rem;
    }
}

/* kd hero section */

.dev-hero {
    background: #fff;
    position: relative;
    overflow: hidden;
    padding: 1rem 0 4rem;
}

.dev-hero-blob {
    position: absolute;
    right: -8rem;
    top: -8rem;
    width: 520px;
    height: 520px;
    border-radius: 50%;
    background: rgba(238, 90, 46, 0.10);
    filter: blur(60px);
    pointer-events: none;
    z-index: 0;
}

.dev-hero-grid {
    display: grid;
    grid-template-columns: 7fr 5fr;
    gap: 2.5rem;
    align-items: start;
    position: relative;
    z-index: 1;
    padding-bottom: 1.5rem;
}

.dev-hero-left {
    display: flex;
    flex-direction: column;
}

.dev-hero-h1 {
    font-size: clamp(36px, 5vw, 50px);
    line-height: 1.2;
    letter-spacing: -0.02em;
    color: var(--ink);
    margin: 0 0 1.5rem;
}

.dev-accent {
    color: var(--brand);
}

.dev-hero-lead {
    font-size: 1.125rem;
    color: #444;
    line-height: 1.65;
    max-width: 640px;
    margin: 0 0 2rem;
}

.dev-hero-ctas {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
}

.dev-btn-primary {
    background: var(--brand);
    color: #fff;
    font-weight: 600;
    font-size: 0.9375rem;
    padding: 0.875rem 1.5rem;
    border-radius: 8px;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    transition: background 0.2s, transform 0.2s;
    border: none;
    text-decoration: none;
    cursor: pointer;
}

.dev-btn-outline {
    border: 1px solid var(--brand);
    color: var(--brand);
    font-weight: 600;
    font-size: 0.9375rem;
    padding: 0.875rem 1.5rem;
    border-radius: 8px;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    transition: background 0.2s, color 0.2s;
    text-decoration: none;
    background: transparent;
}

    .dev-btn-outline:hover {
        background: var(--brand);
        color: #fff;
    }

.dev-btn-primary:hover {
    background: var(--brand-dark);
    transform: scale(1.03);
    color: #fff;
}

.dev-trust-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 14px 20px;
    /* row-gap column-gap */
    align-items: center;
    padding-top: 15px;
}

@media (max-width: 992px) {

    /* Remove right image */
    .dev-hero-right {
        display: none;
    }

    /* Make grid single column */
    .dev-hero-grid {
        grid-template-columns: 1fr !important;
    }

    /* Left content full width */
    .dev-hero-left {
        width: 100%;
        max-width: 100%;
        flex: 0 0 100%;
    }

    /* Optional */
    .dev-hero {
        overflow: hidden;
    }
}

/* <!-- ============== CERTIFICATION ============== --> */

.cert-stat-icon {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 28px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.06), 0 2px 8px rgba(0, 0, 0, 0.04);
}

    .cert-stat-icon img {
        width: 70px;
        height: 70px;
        object-fit: contain;
    }

.cert-stat-modern {
    background: #fdf1eb;
    border-radius: 28px;
    padding: 38px 24px;
    height: 100%;
    transition: 0.3s ease;
}

    .cert-stat-modern:hover {
        transform: translateY(-6px);
        box-shadow: 0 8px 24px rgb(50 15 5 / 16%);
    }



/* =========================================================
   xbyk-migration.html - Kentico Migration Services page
   All classes prefixed with "km-" to avoid conflicts
   ========================================================= */

/* ---- HERO ---- */
.km-hero {
    background: #fff;
    position: relative;
    overflow: hidden;
    padding: 1rem 0 0;
    border-bottom: 1px solid var(--line);
}

/* Two-col layout: Bootstrap row handles the column split.
   min-height and padding-bottom kept for visual spacing */
.km-hero-grid {
    min-height: 300px;
    padding-bottom: 3.5rem;
}

/* LEFT: left-aligned text */
.km-hero-left {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
}

.km-hero-eyebrow {
    margin-bottom: 1.25rem;
}

.km-hero-h1 {
    font-size: clamp(2.4rem, 5.5vw, 3.75rem);
    line-height: 1.08;
    letter-spacing: -0.025em;
    color: var(--ink);
    margin: 0 0 1.25rem;
    text-align: left;
}

.km-hero-lead {
    font-size: 1rem;
    color: #555;
    line-height: 1.65;
    max-width: 520px;
    margin: 0 0 2rem;
    text-align: left;
}

.km-hero-ctas {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    align-items: center;
}

/* RIGHT: decorative concentric circles (matches design) */
.km-hero-right {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    min-height: 300px;
    overflow: visible;
}

.km-hero-circle-outer {
    width: 380px;
    height: 380px;
    border-radius: 50%;
    border: 1.5px solid rgba(238, 90, 46, 0.18);
    background: rgba(238, 90, 46, 0.05);
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: -80px;
    top: 50%;
    transform: translateY(-50%);
    flex-shrink: 0;
}

.km-hero-circle-inner {
    width: 240px;
    height: 240px;
    border-radius: 50%;
    border: 1.5px solid rgba(238, 90, 46, 0.22);
    background: rgba(238, 90, 46, 0.07);
}

/* Partner badges: full-width separator bar at bottom of hero */
.km-hero-badges-bar {
    border-top: 1px solid var(--line);
    background: #fff;
    padding: 1rem 0;
}

.km-hero-badges {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 0;
}

.km-hero-badge-pill {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.55rem;
    padding: 0.5rem 2rem;
    border-right: 1px solid var(--line);
    font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
    font-size: 0.65rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--muted);
    white-space: nowrap;
}

    .km-hero-badge-pill:last-child {
        border-right: none;
    }

    .km-hero-badge-pill img {
        height: 50px;
        width: auto;
        object-fit: contain;
        display: block;
        flex-shrink: 0;
    }

@media (max-width: 576px) {
    .km-hero-badge-pill {
        padding: 0.5rem 1rem;
        font-size: 0.6rem;
    }

        .km-hero-badge-pill span {
            display: none;
            /* show only logos on very small screens */
        }

    .km-hero-badge-pill {
        border-right: none;
    }
}

/* ---- STAKES SECTION ---- */
.km-stakes-section {
    background: #111;
    padding: 5rem 0;
}

/* Left-aligned header on dark bg */
.km-stakes-header {
    margin-bottom: 3rem;
    max-width: 640px;
}

.km-stakes-eyebrow {
    display: inline-block;
    font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
    font-size: 0.68rem;
    font-weight: 700;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: var(--brand);
    margin-bottom: 1rem;
}

.km-stakes-header h2 {
    color: #fff;
    line-height: 1.3;
    margin: 0 0 1rem;
    letter-spacing: -0.02em;
}

.km-stakes-sub {
    font-size: 0.9rem;
    color: rgba(255, 255, 255, 0.55);
    line-height: 1.65;
    margin: 0;
}

/* override the global #stakes-heading white rule - no longer needed */
#stakes-heading {
    color: #fff;
}

/* 4-col card grid - Bootstrap row/col handles layout now */
/* .km-stakes-grid kept as reference only */

/* Dark card */
.km-stake-card {
    background: #1a1a1f;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: var(--radius);
    padding: 1.75rem 1.5rem;
    transition: transform 0.2s ease, border-color 0.2s ease;
    display: flex;
    flex-direction: column;
    gap: 0;
}

    .km-stake-card:hover {
        transform: translateY(-4px);
        border-color: rgba(238, 90, 46, 0.35);
    }

/* Orange icon box */
.km-stake-icon {
    width: 42px;
    height: 42px;
    border-radius: 10px;
    background: rgba(238, 90, 46, 0.15);
    color: var(--brand);
    display: grid;
    place-items: center;
    margin-bottom: 1.25rem;
    flex-shrink: 0;
}

/* Orange metric value */
.km-stake-metric {
    font-size: 1.2rem;
    font-weight: 700;
    color: var(--brand);
    margin-bottom: 0.4rem;
    line-height: 1.2;
}

/* White card title */
.km-stake-title {
    font-size: 1rem;
    font-weight: 700;
    color: #fff;
    margin: 0 0 0.75rem;
}

/* Muted grey description */
.km-stake-desc {
    font-size: 0.82rem;
    color: rgba(255, 255, 255, 0.5);
    line-height: 1.7;
    margin: 0;
}

/* ---- MIGRATION PATHS ---- */
.km-paths-section {
    background: #fff;
    padding: 5rem 0;
}

/* Bootstrap row/col handles the 3-col grid layout */

/* Warm cream card with minimal border */
.km-path-card {
    background: var(--bg-soft);
    border: 1px solid rgba(0, 0, 0, 0.06);
    border-radius: 16px;
    padding: 1.75rem 1.75rem 1.5rem;
    display: flex;
    flex-direction: column;
    gap: 0;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

    .km-path-card:hover {
        transform: translateY(-4px);
        box-shadow: 0 12px 32px -8px rgba(0, 0, 0, 0.10);
    }

/* Top row: "From" label (left) + orange arrow (right) */
.km-path-top-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 1rem;
}

/* Small grey monospace "From" label */
.km-path-from {
    font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
    font-size: 0.7rem;
    font-weight: 600;
    color: #999;
    letter-spacing: 0.04em;
}

/* Orange arrow icon */
.km-path-arrow {
    color: var(--brand);
    display: flex;
    align-items: center;
    flex-shrink: 0;
}

/* "To" destination - H3, large and prominent */
.km-path-to {
    font-size: 1.2rem;
    font-weight: 700;
    color: var(--ink);
    margin: 0 0 0.85rem;
    line-height: 1.3;
    letter-spacing: -0.015em;
}

/* Description text */
.km-path-desc {
    font-size: 0.85rem;
    color: #666;
    line-height: 1.7;
    margin: 0 0 1.25rem;
    flex-grow: 1;
}

/* Timeline: orange clock icon + monospace text */
.km-path-timeline {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
    font-size: 0.75rem;
    font-weight: 700;
    color: var(--brand);
}

/* ---- SIX-PHASE PROCESS ---- */
.km-process-section {
    background: var(--bg-soft);
    padding: 5rem 0;
}

/* Bootstrap row/col handles the 3-col 2-row layout */

.km-phase-card {
    background: #fff;
    border: 1px solid var(--line);
    border-radius: var(--radius-lg);
    padding: 2rem 1.75rem;
    position: relative;
    overflow: hidden;
    transition: all 0.25s ease;
    box-shadow: var(--shadow-sm);
}

    .km-phase-card:hover {
        transform: translateY(-5px);
        box-shadow: 0 12px 40px -12px rgba(238, 90, 46, 0.15);
        border-color: rgba(238, 90, 46, 0.3);
    }

.km-phase-num {
    position: absolute;
    top: 1.25rem;
    right: 1.5rem;
    font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
    font-size: 3.5rem;
    font-weight: 700;
    color: #f3f4f6;
    line-height: 1;
    pointer-events: none;
}

.km-phase-icon {
    width: 48px;
    height: 48px;
    border-radius: 12px;
    background: var(--brand-soft);
    color: var(--brand);
    display: grid;
    place-items: center;
    margin-bottom: 1.25rem;
    flex-shrink: 0;
    position: relative;
    z-index: 1;
}

.km-phase-card h3 {
    font-size: 1.1rem;
    font-weight: 700;
    margin: 0 0 0.75rem;
    color: var(--ink);
    position: relative;
    z-index: 1;
}

.km-phase-card p {
    font-size: 0.875rem;
    color: var(--muted);
    line-height: 1.65;
    margin: 0;
    position: relative;
    z-index: 1;
}

/* ---- COMPLEXITY ESTIMATOR ---- */
.km-estimator-section {
    background: #fff;
}

.km-estimator-card {
    background: var(--bg-soft);
    border: 1px solid var(--line);
    border-radius: var(--radius-lg);
    padding: 2.5rem;
    box-shadow: var(--shadow-sm);
    /* Bootstrap row/col handles the questions + result-panel columns */
}

.km-estimator-questions {
    display: flex;
    flex-direction: column;
    gap: 1.75rem;
}

.km-est-group {
    border: none;
    padding: 0;
    margin: 0;
}

.km-est-label {
    display: block;
    font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
    font-size: 0.65rem;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--muted);
    margin-bottom: 0.75rem;
}

.km-est-options {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
}

.km-est-option {
    position: relative;
    cursor: pointer;
}

    .km-est-option input[type="radio"] {
        position: absolute;
        opacity: 0;
        width: 0;
        height: 0;
        pointer-events: none;
    }

    .km-est-option span {
        display: inline-block;
        padding: 0.5rem 1rem;
        border: 1.5px solid var(--line);
        border-radius: 8px;
        font-size: 0.875rem;
        font-weight: 500;
        color: var(--ink);
        background: #fff;
        cursor: pointer;
        transition: all 0.15s ease;
        user-select: none;
    }

    .km-est-option:hover span {
        border-color: var(--brand);
        background: var(--brand-soft);
        color: var(--brand);
    }

    .km-est-option input[type="radio"]:checked + span {
        border-color: var(--brand);
        background: var(--brand);
        color: #fff;
    }

/* Result panel */
.km-est-result {
    background: #fff;
    border: 1px solid var(--line);
    border-radius: var(--radius);
    padding: 2rem;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    position: sticky;
    top: 100px;
    box-shadow: var(--shadow-md);
}

.km-est-result-label {
    font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
    font-size: 0.62rem;
    font-weight: 700;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: var(--brand);
}

.km-est-result-msg {
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--ink);
    line-height: 1.2;
    min-height: 2.5rem;
}

.km-est-progress-wrap {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.km-est-progress-bar {
    height: 6px;
    background: var(--line);
    border-radius: 999px;
    overflow: hidden;
}

.km-est-progress-fill {
    height: 100%;
    background: linear-gradient(90deg, var(--brand) 0%, var(--brand-2) 100%);
    border-radius: 999px;
    transition: width 0.3s ease;
}

.km-est-progress-count {
    font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
    font-size: 0.7rem;
    color: var(--muted);
}

.km-est-result-hint {
    font-size: 0.82rem;
    color: var(--muted);
    line-height: 1.55;
    margin: 0;
}

.km-est-cta-btn {
    text-align: center;
    justify-content: center;
    width: 100%;
    margin-top: 0.5rem;
}

/* ---- SCOPE SECTION ---- */
.km-scope-section {
    background: var(--brand-soft);
    padding: 5rem 0;
}

/* Left column text */
.km-scope-eyebrow {
    display: inline-block;
    font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
    font-size: 0.68rem;
    font-weight: 700;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: var(--brand);
    margin-bottom: 1rem;
}

.km-scope-heading {
    font-size: clamp(1.75rem, 3vw, 2.4rem);
    font-weight: 700;
    color: var(--ink);
    line-height: 1.15;
    letter-spacing: -0.02em;
    margin: 0 0 1.25rem;
}

.km-scope-desc {
    font-size: 0.875rem;
    color: #777;
    line-height: 1.7;
    margin: 0;
    max-width: 300px;
}

/* Individual white pill row */
.km-scope-pill {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.07);
    border-radius: 10px;
    padding: 0.85rem 1.1rem;
    font-size: 0.875rem;
    font-weight: 500;
    color: var(--ink);
    transition: box-shadow 0.15s ease, transform 0.15s ease;
    height: 100%;
}

    .km-scope-pill:hover {
        box-shadow: 0 4px 14px -4px rgba(0, 0, 0, 0.10);
        transform: translateY(-1px);
    }

    .km-scope-pill img {
        flex-shrink: 0;
    }

/* Stale old classes - kept so no 404 on class refs in responsive rules */
.km-scope-grid {
    display: none;
}

.km-scope-item {
    display: none;
}

/* ---- GO-LIVE CUTOVER ---- */
/* Section wraps two subsections: white top + dark bottom */
.km-golive-section {
    overflow: hidden;
}

/* TOP half: white bg, steps cards */
.km-golive-top {
    background: #fff;
    padding: 5rem 0 4rem;
}

/* 4-col step cards - Bootstrap row/col handles layout */
/* .km-golive-cards kept as reference only */

/* Individual step card - cream background */
.km-golive-card {
    background: var(--bg-soft);
    border: 1px solid rgba(0, 0, 0, 0.06);
    border-radius: 14px;
    padding: 1.5rem 1.5rem 1.75rem;
    display: flex;
    flex-direction: column;
    gap: 0;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

    .km-golive-card:hover {
        transform: translateY(-3px);
        box-shadow: 0 10px 28px -8px rgba(0, 0, 0, 0.10);
    }

/* Large orange step number */
.km-golive-card-num {
    font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--brand);
    line-height: 1;
    margin-bottom: 1rem;
}

.km-golive-card-title {
    font-size: 0.975rem;
    font-weight: 700;
    color: var(--ink);
    margin: 0 0 0.6rem;
    line-height: 1.3;
}

.km-golive-card-desc {
    font-size: 0.82rem;
    color: #777;
    line-height: 1.65;
    margin: 0;
}

/* BOTTOM half: dark bg, stats + quote */
.km-golive-dark {
    background: #111;
    padding: 4rem 0 5rem;
}

/* Stats: Bootstrap row/col handles layout. Each stat styled individually */
.km-golive-stats {
    margin-bottom: 3.5rem;
}

/* Stats card - no margin hacks needed, Bootstrap gutter handles spacing */
.km-golive-stat {
    text-align: center;
    padding: 2rem 1.5rem;
    background: #1a1a1f;
    border: 1px solid rgba(255, 255, 255, 0.07);
    border-radius: 12px;
}

.km-golive-stat-val {
    font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
    font-size: 2.25rem;
    font-weight: 700;
    color: var(--brand);
    line-height: 1;
    margin-bottom: 0.5rem;
}

.km-golive-stat-lbl {
    font-size: 0.75rem;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.5);
    line-height: 1.4;
    text-transform: none;
    letter-spacing: 0;
}

/* Centered quote on dark bg */
.km-golive-quote {
    max-width: 680px;
    margin: 0 auto;
    text-align: center;
    border: none;
    padding: 0;
    background: transparent;
}

    .km-golive-quote p {
        font-size: 1.15rem;
        color: #fff;
        line-height: 1.7;
        font-style: normal;
        font-weight: 500;
        margin: 0 0 1rem;
        quotes: "\201C" "\201D";
    }

    .km-golive-quote span {
        font-family: var(--font-mono);
        font-size: 0.72rem;
        color: rgba(255, 255, 255, 0.45);
        letter-spacing: 0.06em;
        font-style: italic;
    }

/* Old unused classes kept as stubs so responsive overrides don't break */
.km-golive-steps,
.km-golive-step,
.km-golive-connector,
.km-golive-step-num,
.km-golive-step-content,
.km-golive-testimonial {
    display: none;
}

/* ---- RISK MANAGEMENT ---- */
.km-risk-section {
    background: #ffffff;
    padding: 5rem 0;
}

/* 2-column split table layout */
.km-risk-table {
    max-width: 860px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    background: transparent;
    border: none;
}

/* km-risk-row: spacing between rows */
.km-risk-row {
    border-bottom: none;
    margin-bottom: 0;
}

/* Left cell: risk name with X icon */
.km-risk-left {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 1.1rem 1.5rem;
    background: #f6f5f3;
    border-radius: 12px;
    border: none;
    height: 100%;
}

/* Right cell: solution with check icon */
.km-risk-right {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 1.1rem 1.5rem;
    background: #fff2eb;
    border-radius: 12px;
    border: none;
    height: 100%;
}

/* Orange X circle icon container (making transparent, as the SVG is a circle) */
.km-risk-x {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: auto;
    height: auto;
    background: transparent;
    border-radius: 0;
}

/* Orange check circle icon container */
.km-risk-check {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: auto;
    height: auto;
    background: transparent;
    border-radius: 0;
}

/* Risk name text */
.km-risk-name {
    font-size: 0.875rem;
    font-weight: 500;
    color: var(--ink);
    line-height: 1.4;
}

/* Solution text */
.km-risk-sol-text {
    font-size: 0.875rem;
    font-weight: 500;
    color: var(--ink);
    line-height: 1.4;
}

/* ---- RELATED SERVICES ---- */
.km-related-section {
    background: #f6f5f3;
    padding: 5rem 0;
}

    .km-related-section .ers-eyebrow {
        justify-content: center;
        margin-bottom: 2.5rem;
    }

    .km-related-section .ers-eyebrow-text {
        font-size: 0.72rem;
        letter-spacing: 0.18em;
        text-transform: uppercase;
    }

/* Card with minimal border */
.km-related-card {
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.08);
    border-radius: 16px;
    padding: 1.75rem 1.75rem 1.5rem;
    text-decoration: none;
    color: var(--ink);
    display: flex;
    flex-direction: column;
    gap: 0;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

    .km-related-card:hover {
        transform: translateY(-4px);
        box-shadow: 0 12px 32px -8px rgba(0, 0, 0, 0.08);
        color: var(--ink);
    }

/* Top row: icon (left) + diagonal arrow (right) */
.km-related-card-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 1.25rem;
}

/* Small orange icon wrapper (no background box) */
.km-related-card-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: auto;
    height: auto;
    background: transparent;
    color: var(--brand);
    flex-shrink: 0;
}

/* Diagonal arrow - muted grey, turns orange on hover */
.km-related-ext-arrow {
    color: #bbb;
    display: flex;
    align-items: center;
    transition: color 0.2s, transform 0.2s;
    flex-shrink: 0;
}

.km-related-card:hover .km-related-ext-arrow {
    color: var(--brand);
    transform: translate(2px, -2px);
}

/* Card title */
.km-related-card-title {
    font-size: 1rem;
    font-weight: 700;
    color: var(--ink);
    margin: 0 0 0.5rem;
    line-height: 1.3;
}

/* Card description */
.km-related-card-desc {
    font-size: 0.82rem;
    color: #888;
    line-height: 1.6;
    margin: 0;
}

/* ---- FAQ section (reuses xbyk-faq-section styles) ---- */
.km-faq-section {
    background: var(--bg-soft);
}

/* ---- FINAL CTA - migration page version (white section, brand box inside, same as upgrade page) ---- */
.km-final-cta-section {
    background: var(--bg-soft);
}

    .km-final-cta-section .xbyk-final-cta-box {
        background: var(--brand);
    }

/* =========================================================
   RESPONSIVE BREAKPOINTS - xbyk-migration.html
   Only custom overrides needed beyond Bootstrap's built-in grid
   ========================================================= */

/* ≤ 768px - visual tweaks only (layout handled by Bootstrap col-*) */
@media (max-width: 768px) {

    /* Hero */
    .km-hero {
        padding: 2.75rem 0 0;
    }

    .km-hero-right {
        display: none;
        /* hide decorative circle on small screens */
    }

    .km-hero-h1 {
        font-size: clamp(2rem, 8vw, 2.6rem);
    }

    .km-hero-lead {
        font-size: 0.95rem;
    }

    .km-hero-ctas {
        flex-direction: row;
        align-items: flex-start;
    }

    .km-hero-badges-bar {
        padding: 0.75rem 0;
    }

    .km-hero-badges {
        flex-wrap: wrap;
        justify-content: center;
    }

    .km-hero-badge-pill {
        padding: 0.5rem 1rem;
        font-size: 0.6rem;
    }

        .km-hero-badge-pill img {
            height: 22px;
        }

    /* Estimator */
    .km-estimator-card {
        padding: 1.5rem;
    }

    .km-est-options {
        gap: 0.4rem;
    }

    /* Go-live dark half */
    .km-golive-top {
        padding: 3rem 0 2.5rem;
    }

    .km-golive-dark {
        padding: 2.5rem 0 3rem;
    }

    .km-golive-stat {
        border-radius: 8px;
    }

    .km-golive-stat-val {
        font-size: 1.5rem;
    }

    .km-golive-quote p {
        font-size: 1rem;
    }
}

/* ≤ 480px */
@media (max-width: 480px) {

    .km-hero {
        padding: 2.25rem 0 0;
    }

    .km-hero-badge-pill {
        padding: 0.5rem 0.75rem;
        font-size: 0.58rem;
    }

    .km-estimator-card {
        padding: 1.25rem;
    }
}

/* 1024px - estimator panel goes full-width */
@media (max-width: 1024px) {
    .km-estimator-card {
        grid-template-columns: 1fr;
    }

    .km-est-result {
        position: static;
    }
}


/* =========================================================
   AI Solutions Page - ais-* prefix
   ========================================================= */

/* ---- Hero ---- */
.ais-hero {
    background: #fff;
    position: relative;
    overflow: hidden;
    padding: 4rem 0 5rem;
}

.ais-hero-blob {
    position: absolute;
    right: -8rem;
    top: -8rem;
    width: 500px;
    height: 500px;
    border-radius: 50%;
    background: rgba(238, 90, 46, .08);
    filter: blur(64px);
    pointer-events: none;
    z-index: 0;
}

.ais-hero h1,
.ais-hero .ais-hero-h1,
.ais-hero .ais-hero-lead,
.ais-hero .ais-hero-ctas,
.ais-hero .ais-trust-list,
.ais-hero .ais-partner-badges,
.ais-hero .xbyk-qf-card {
    position: relative;
    z-index: 1;
}

.ais-hero-h1 {
    font-family: var(--font-display);
    font-size: clamp(2rem, 4.5vw, 3.25rem);
    line-height: 1.08;
    letter-spacing: -.025em;
    color: var(--ink);
    margin: 0;
}

.ais-accent {
    color: var(--brand);
}

.ais-hero-lead {
    font-size: 1.05rem;
    color: #444;
    line-height: 1.65;
    max-width: 580px;
}

/* Trust checklist */
.ais-trust-list {
    display: flex;
    flex-wrap: wrap;
    gap: .55rem .5rem;
    list-style: none;
    padding: 0;
    margin: 0;
}

.ais-trust-item {
    display: inline-flex;
    align-items: center;
    gap: .4rem;
    font-size: .875rem;
    font-weight: 500;
    color: var(--ink-2);
}

/* ---- Two-layer cards ---- */
.ais-layer-card {
    border-radius: var(--radius-lg);
    padding: 2rem;
    height: 100%;
    border: 1.5px solid var(--line);
    transition: transform .25s cubic-bezier(.16, 1, .3, 1), box-shadow .25s cubic-bezier(.16, 1, .3, 1);
}

    .ais-layer-card:hover {
        transform: translateY(-5px);
        box-shadow: var(--shadow-md);
    }

.ais-layer-card--kentico {
    background: var(--brand-soft);
    border-color: var(--brand-soft-2);
}

.ais-layer-card--microsoft {
    background: #f0f6ff;
    border-color: #c7deff;
}

.ais-layer-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: 1.25rem;
    flex-wrap: wrap;
}

.ais-layer-badge {
    font-family: var(--font-mono);
    font-size: .62rem;
    font-weight: 700;
    letter-spacing: .14em;
    text-transform: uppercase;
    padding: .3rem .8rem;
    border-radius: 999px;
}

.ais-layer-badge--kentico {
    background: var(--brand);
    color: #fff;
}

.ais-layer-badge--microsoft {
    background: #0078d4;
    color: #fff;
}

.ais-layer-title {
    font-family: var(--font-display);
    font-size: 1.25rem;
    color: var(--ink);
    margin: 0 0 .75rem;
    line-height: 1.25;
}

.ais-layer-desc {
    font-size: .9rem;
    color: var(--ink-2);
    line-height: 1.65;
    margin-bottom: 1.25rem;
}

.ais-feature-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: .6rem;
}

    .ais-feature-list li {
        display: flex;
        align-items: flex-start;
        gap: .6rem;
        font-size: .875rem;
        color: var(--ink-2);
        line-height: 1.45;
    }

        .ais-feature-list li img {
            flex-shrink: 0;
            margin-top: .1rem;
        }

.ais-layer-note {
    font-size: .8rem;
    color: var(--muted);
    font-style: italic;
    margin-bottom: 0;
}

/* ---- AIRA feature cards ---- */
.ais-aira-card {
    background: #fff;
    border: 1.5px solid var(--line);
    border-radius: var(--radius);
    padding: 1.75rem;
    height: 100%;
    display: flex;
    flex-direction: column;
    transition: transform .25s cubic-bezier(.16, 1, .3, 1), box-shadow .25s cubic-bezier(.16, 1, .3, 1), border-color .2s;
}

    .ais-aira-card:hover {
        transform: translateY(-5px);
        box-shadow: var(--shadow-md);
        border-color: var(--brand-soft-2);
    }

.ais-aira-icon {
    width: 48px;
    height: 48px;
    background: var(--brand-soft);
    border-radius: 12px;
    display: grid;
    place-items: center;
    margin-bottom: 1.1rem;
    flex-shrink: 0;
}

.ais-aira-title {
    font-family: var(--font-display);
    font-size: 1.05rem;
    color: var(--ink);
    margin: 0 0 .6rem;
    line-height: 1.3;
}

.ais-aira-desc {
    font-size: .875rem;
    color: var(--muted);
    line-height: 1.6;
    margin: 0;
    flex: 1;
}

.ais-aira-note {
    display: flex;
    align-items: center;
    gap: .5rem;
    font-size: .82rem;
    color: var(--muted);
    font-style: italic;
    justify-content: center;
}

/* ---- Architecture stack ---- */
.ais-arch-section {
    background: var(--ink);
}

    .ais-arch-section .xbyk-section-header h2,
    .ais-arch-section .xbyk-section-header .xbyk-section-sub {
        color: rgba(255, 255, 255, .9);
    }

    .ais-arch-section .xbyk-eyebrow-tag {
        background: rgba(238, 90, 46, .2);
        color: var(--brand);
    }

.ais-arch-stack {
    display: flex;
    flex-direction: column;
    gap: 0;
    max-width: 860px;
    margin: 0 auto;
}

.ais-arch-layer {
    border-radius: var(--radius);
    padding: 1.25rem 1.5rem;
}

.ais-arch-layer--neutral {
    background: rgba(255, 255, 255, .06);
    border: 1px solid rgba(255, 255, 255, .1);
}

.ais-arch-layer--aira {
    background: rgba(238, 90, 46, .15);
    border: 1px solid rgba(238, 90, 46, .35);
}

.ais-arch-layer--microsoft {
    background: rgba(0, 120, 212, .12);
    border: 1px solid rgba(0, 120, 212, .3);
}

.ais-arch-layer-label {
    font-family: var(--font-mono);
    font-size: .6rem;
    font-weight: 700;
    letter-spacing: .16em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, .5);
    margin-bottom: .85rem;
    display: flex;
    align-items: center;
    gap: .75rem;
    flex-wrap: wrap;
}

.ais-arch-layer-note {
    background: rgba(255, 255, 255, .12);
    color: rgba(255, 255, 255, .7);
    font-size: .55rem;
    padding: .2rem .55rem;
    border-radius: 999px;
    letter-spacing: .1em;
}

.ais-arch-arrow {
    text-align: center;
    color: rgba(255, 255, 255, .25);
    font-size: 1.25rem;
    line-height: 1.6;
}

.ais-arch-chip {
    display: inline-block;
    font-size: .78rem;
    font-weight: 500;
    color: rgba(255, 255, 255, .75);
    background: rgba(255, 255, 255, .08);
    border: 1px solid rgba(255, 255, 255, .12);
    border-radius: 8px;
    padding: .35rem .75rem;
    white-space: nowrap;
}

.ais-arch-chip--brand {
    background: rgba(238, 90, 46, .25);
    border-color: rgba(238, 90, 46, .4);
    color: #ffc4a8;
}

.ais-arch-chip--dark {
    background: rgba(0, 120, 212, .22);
    border-color: rgba(0, 120, 212, .4);
    color: #93c5fd;
}

.ais-arch-footnote {
    text-align: center;
    font-size: .82rem;
    color: rgba(255, 255, 255, .45);
    margin-top: 1.5rem;
    font-style: italic;
}

/* ---- AI Credentials cards ---- */
.ais-cred-card {
    background: #fff;
    border: 1.5px solid var(--line);
    border-radius: var(--radius);
    padding: 1.75rem;
    height: 100%;
    text-align: center;
    transition: transform .25s cubic-bezier(.16, 1, .3, 1), box-shadow .25s cubic-bezier(.16, 1, .3, 1);
}

    .ais-cred-card:hover {
        transform: translateY(-5px);
        box-shadow: var(--shadow-md);
        border-color: var(--brand-soft-2);
    }

.ais-cred-icon {
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1rem;
}

.ais-cred-title {
    font-family: var(--font-display);
    font-size: 1.1rem;
    color: var(--ink);
    margin: 0 0 .65rem;
}

.ais-cred-desc {
    font-size: .875rem;
    color: var(--muted);
    line-height: 1.6;
    margin: 0;
}

/* ---- Testimonial pull-quote ---- */
.ais-testi-quote {
    border-left: 3px solid var(--brand);
    padding-left: 1.75rem;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}

.ais-testi-text {
    font-size: 1.1rem;
    color: var(--ink-2);
    line-height: 1.6;
    font-style: italic;
    font-weight: 400;
    margin: .6rem 0 .5rem;
    border: none;
    padding: 0;
}

.ais-testi-cite {
    font-size: .875rem;
    color: var(--muted);
    font-style: normal;
}

/* ---- Security cards ---- */
.ais-security-card {
    background: #fff;
    border: 1.5px solid var(--line);
    border-radius: var(--radius);
    padding: 1.75rem;
    height: 100%;
    transition: transform .25s cubic-bezier(.16, 1, .3, 1), box-shadow .25s cubic-bezier(.16, 1, .3, 1), border-color .2s;
}

    .ais-security-card:hover {
        transform: translateY(-4px);
        box-shadow: var(--shadow-md);
        border-color: var(--brand-soft-2);
    }

.ais-security-icon {
    width: 48px;
    height: 48px;
    background: var(--brand-soft);
    border-radius: 12px;
    display: grid;
    place-items: center;
    margin-bottom: 1rem;
}

.ais-security-title {
    font-family: var(--font-display);
    font-size: 1rem;
    color: var(--ink);
    margin: 0 0 .6rem;
}

.ais-security-desc {
    font-size: .875rem;
    color: var(--muted);
    line-height: 1.6;
    margin: 0;
}

/* ---- Responsive ---- */
@media (max-width: 992px) {
    .ais-hero {
        padding: 3rem 0 4rem;
    }

    .ais-arch-stack {
        max-width: 100%;
    }
}

@media (max-width: 768px) {
    .ais-hero-h1 {
        font-size: clamp(1.75rem, 6vw, 2.5rem);
    }

    .ais-layer-card {
        padding: 1.5rem;
    }

    .ais-arch-layer {
        padding: 1rem;
    }

    .ais-arch-chip {
        font-size: .72rem;
        padding: .28rem .6rem;
    }
}

@media (max-width: 576px) {
    .ais-hero {
        padding: 2.5rem 0 3rem;
    }

    .ais-trust-list {
        gap: .45rem;
    }

    .ais-aira-card,
    .ais-cred-card,
    .ais-security-card {
        padding: 1.5rem;
    }
}

/* =========================================================
   AI Solutions Page - unique section classes (ais-*)
   All colors/fonts from :root only
   ========================================================= */

/* ---- Section base ---- */
.ais-section {
    padding: 5rem 0;
    background: var(--bg);
}

.ais-soft {
    padding: 5rem 0;
    background: var(--bg-soft);
}

.ais-section--soft {
    background: var(--brand-soft);
}

/* ---- Section header ---- */
.ais-section-hd {
    text-align: center;
    margin-bottom: 3rem;
}

    .ais-section-hd h2 {
        font-family: var(--font-display);
        color: var(--ink);
        margin-top: .75rem;
        line-height: 1.1;
    }

.ais-section-sub {
    font-family: var(--font-sans);
    color: var(--muted);
    font-size: 1rem;
    max-width: 680px;
    margin: .75rem auto 0;
    line-height: 1.6;
}

/* ---- Eyebrow tag ---- */
.ais-eyebrow-tag {
    display: inline-block;
    font-family: var(--font-mono);
    font-size: .72rem;
    font-weight: 700;
    letter-spacing: .18em;
    text-transform: uppercase;
    color: var(--brand);
    background: var(--brand-soft);
    padding: .35rem .85rem;
    border-radius: 999px;
}

/* ---- Quick-answer card (hero right) ---- */
.ais-qf-card {
    background: var(--bg);
    border-radius: var(--radius-lg);
    border: 1px solid var(--line);
    padding: 2rem;
    box-shadow: 0 20px 60px -20px rgba(15, 23, 42, .15), 0 4px 16px -4px rgba(0, 0, 0, .06);
}

.ais-qf-eyebrow {
    font-family: var(--font-mono);
    font-size: .625rem;
    font-weight: 700;
    letter-spacing: .14em;
    text-transform: uppercase;
    color: var(--brand);
    margin-bottom: .25rem;
    display: block;
}

.ais-qf-sub {
    font-family: var(--font-sans);
    font-size: .875rem;
    color: var(--muted);
    line-height: 1.55;
    margin-bottom: .75rem;
}

.ais-qf-stats {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: .75rem;
    margin-top: 1.5rem;
}

.ais-qf-stat {
    background: var(--bg-soft);
    border-radius: 8px;
    padding: .75rem;
    text-align: center;
}

.ais-qf-stat-val {
    font-family: var(--font-mono);
    font-weight: 700;
    font-size: 1.125rem;
    color: var(--brand);
    line-height: 1;
    display: block;
}

.ais-qf-stat-lbl {
    font-family: var(--font-sans);
    font-size: .625rem;
    text-transform: uppercase;
    letter-spacing: .08em;
    color: var(--muted);
    margin-top: .25rem;
    line-height: 1.3;
    display: block;
}

/* ---- Integration cards ---- */
.ais-int-card {
    background: var(--bg);
    border-radius: var(--radius);
    padding: 2rem 1.75rem;
    border-left: 3px solid var(--brand);
    border-top: 1px solid var(--line);
    border-right: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
    height: 100%;
    transition: transform .25s cubic-bezier(.16, 1, .3, 1), box-shadow .25s cubic-bezier(.16, 1, .3, 1);
    box-shadow: 0 2px 8px rgba(0, 0, 0, .04);
}

    .ais-int-card:hover {
        transform: translateY(-4px);
        box-shadow: 0 12px 32px -10px rgba(238, 90, 46, .16);
    }

    .ais-int-card h4 {
        font-family: var(--font-display);
        font-size: 1.05rem;
        color: var(--ink);
        margin: 0 0 .75rem;
        line-height: 1.3;
    }

    .ais-int-card p {
        font-family: var(--font-sans);
        font-size: .88rem;
        color: var(--muted);
        line-height: 1.65;
        margin: 0;
    }

.ais-int-icon {
    width: 40px;
    height: 40px;
    border-radius: 8px;
    background: var(--brand-soft);
    display: grid;
    place-items: center;
    margin-bottom: 1.25rem;
}

/* ---- Tag pills ---- */
.ais-tag-brand {
    display: inline-block;
    background: var(--brand-soft);
    color: var(--brand);
    font-family: var(--font-mono);
    font-size: .68rem;
    font-weight: 700;
    padding: .25rem .6rem;
    border-radius: 6px;
    text-transform: uppercase;
    letter-spacing: .04em;
}

.ais-tag-neutral {
    display: inline-block;
    background: #f3f4f6;
    color: #374151;
    font-family: var(--font-mono);
    font-size: .68rem;
    font-weight: 700;
    padding: .25rem .6rem;
    border-radius: 6px;
    text-transform: uppercase;
    letter-spacing: .04em;
}

/* ---- Delivery process steps ---- */
.ais-step-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
}

.ais-step-card {
    background: var(--bg);
    border: 1.5px solid var(--line);
    border-radius: var(--radius);
    padding: 2.5rem 2rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    transition: transform .3s cubic-bezier(.16, 1, .3, 1), box-shadow .3s cubic-bezier(.16, 1, .3, 1), border-color .2s;
}

    .ais-step-card:hover {
        transform: translateY(-6px);
        box-shadow: 0 16px 40px -12px rgba(238, 90, 46, .18);
        border-color: rgba(238, 90, 46, .3);
    }

.ais-step-icon {
    width: 72px;
    height: 72px;
    border-radius: 50%;
    background: var(--brand-soft);
    display: grid;
    place-items: center;
    margin-bottom: 1.5rem;
    flex-shrink: 0;
    color: var(--brand);
}

.ais-step-num {
    font-family: var(--font-mono);
    font-size: .65rem;
    font-weight: 700;
    letter-spacing: .16em;
    text-transform: uppercase;
    color: var(--brand);
    margin-bottom: .75rem;
}

.ais-step-card h3 {
    font-family: var(--font-display);
    font-size: 1.1rem;
    color: var(--ink);
    margin: 0 0 .85rem;
    line-height: 1.3;
}

.ais-step-card p {
    font-family: var(--font-sans);
    font-size: .9rem;
    color: var(--muted);
    line-height: 1.65;
    margin: 0 0 1.5rem;
    flex-grow: 1;
}

.ais-step-duration {
    font-family: var(--font-mono);
    font-size: .65rem;
    font-weight: 700;
    letter-spacing: .1em;
    text-transform: uppercase;
    color: var(--brand);
    margin-top: auto;
}

/* ---- Stats row ---- */
.ais-stats-row {
    padding: 1.5rem 0;
    background: var(--brand-soft);
    border: 1px solid var(--line);
    border-width: 1px 0;
    border-radius: 0;
    margin-top: 43px;
    border-radius: var(--radius);
}

.ais-stats-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    align-items: center;
}

.ais-stat-col {
    text-align: center;
    padding: 1rem 1.5rem;
    position: relative;
}

    .ais-stat-col:not(:last-child)::after {
        content: "";
        position: absolute;
        right: 0;
        top: 20%;
        height: 60%;
        width: 1px;
        background: var(--line);
    }

    .ais-stat-col .num {
        font-family: var(--font-mono);
        font-size: clamp(1.75rem, 3vw, 2.5rem);
        font-weight: 700;
        color: var(--brand);
        letter-spacing: -.03em;
        line-height: 1;
    }

    .ais-stat-col .lbl {
        font-family: var(--font-sans);
        font-size: .72rem;
        font-weight: 500;
        color: var(--muted);
        letter-spacing: .06em;
        margin-top: .6rem;
        text-transform: uppercase;
        line-height: 1.4;
    }

/* ---- FAQ accordion ---- */
.ais-faq-list {
    max-width: 860px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: .75rem;
}

.ais-faq-item {
    background: var(--bg);
    border: 1.5px solid var(--line);
    border-radius: var(--radius);
    overflow: hidden;
    transition: border-color .2s, box-shadow .2s;
}

    .ais-faq-item.open {
        box-shadow: 0 4px 16px rgba(0, 0, 0, .06);
        border-color: var(--line);
    }

.ais-faq-q {
    width: 100%;
    background: transparent;
    border: none;
    padding: 1.25rem 1.5rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    font-family: var(--font-sans);
    font-size: .95rem;
    font-weight: 700;
    color: var(--ink);
    text-align: left;
    cursor: pointer;
    transition: color .2s;
}

    .ais-faq-q:hover {
        color: var(--brand);
    }

.ais-faq-plus {
    flex-shrink: 0;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: var(--brand-soft);
    color: var(--brand);
    display: grid;
    place-items: center;
    font-size: 1.4rem;
    font-weight: 300;
    line-height: 1;
    transition: background .2s;
    font-family: Arial, sans-serif;
    user-select: none;
}

.ais-faq-a {
    max-height: 0;
    overflow: hidden;
    transition: max-height .35s ease, padding .35s ease;
    padding: 0 1.5rem;
}

.ais-faq-item.open .ais-faq-a {
    max-height: 400px;
    padding: 0 1.5rem 1.25rem;
}

.ais-faq-a p {
    font-family: var(--font-sans);
    font-size: .9rem;
    color: var(--muted);
    line-height: 1.7;
    margin: 0;
}

/* ---- Contact section ---- */
.ais-contact-section {
    background: var(--bg-soft);
}

.ais-contact-inner {
    display: grid;
    grid-template-columns: .9fr 1.1fr;
    gap: 3rem;
    align-items: start;
    margin-top: 3rem;
}

.ais-contact-left-title {
    font-family: var(--font-display);
    font-size: 1.25rem;
    color: var(--ink);
    margin: 0 0 1.5rem;
}

.ais-what-you-get {
    margin-bottom: 2rem;
}

.ais-get-list {
    list-style: none;
    padding: 0;
    margin: 0;
    counter-reset: get-counter;
    display: flex;
    flex-direction: column;
    gap: .75rem;
}

    .ais-get-list li {
        counter-increment: get-counter;
        display: flex;
        align-items: center;
        gap: .75rem;
        font-family: var(--font-sans);
        font-size: .9rem;
        color: var(--ink);
        font-weight: 500;
    }

        .ais-get-list li::before {
            content: counter(get-counter);
            width: 28px;
            height: 28px;
            border-radius: 50%;
            background: var(--brand);
            color: #fff;
            display: grid;
            place-items: center;
            font-size: .75rem;
            flex-shrink: 0;
            font-family: var(--font-sans);
        }

.ais-contact-badges {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1rem;
    margin-bottom: 1.5rem;
}

.ais-cbadge {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: .5rem;
    background: var(--bg);
    border: 1px solid var(--line);
    border-radius: var(--radius);
    padding: 1rem .5rem;
    text-align: center;
}

.ais-cbadge-icon {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: var(--brand-soft);
    display: grid;
    place-items: center;
}

.ais-cbadge span {
    font-family: var(--font-sans);
    font-size: .7rem;
    font-weight: 700;
    color: var(--ink-2);
    line-height: 1.3;
}

.ais-contact-proof {
    font-family: var(--font-sans);
    font-size: .9rem;
    font-weight: 600;
    color: var(--ink-2);
    display: flex;
    align-items: center;
    gap: .5rem;
}

/* ---- Contact form ---- */
.ais-form {
    background: var(--bg);
    border: 1px solid var(--line);
    border-radius: var(--radius-lg);
    padding: 2.5rem;
    box-shadow: 0 4px 24px rgba(0, 0, 0, .06);
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
}

.ais-form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1.25rem;
}

.ais-form-group {
    display: flex;
    flex-direction: column;
    gap: .5rem;
}

    .ais-form-group label {
        font-family: var(--font-mono);
        font-size: .62rem;
        font-weight: 700;
        letter-spacing: .12em;
        text-transform: uppercase;
        color: #888;
    }

.ais-req {
    color: var(--brand);
}

.ais-form-group input,
.ais-form-group select,
.ais-form-group textarea {
    padding: 1rem 1.1rem;
    border: 1.5px solid var(--line);
    border-radius: 10px;
    font-size: .92rem;
    font-family: var(--font-sans);
    color: var(--ink);
    background: var(--bg);
    outline: none;
    transition: border-color .2s, box-shadow .2s;
    width: 100%;
}

    .ais-form-group input:focus,
    .ais-form-group select:focus,
    .ais-form-group textarea:focus {
        border-color: var(--brand);
        box-shadow: 0 0 0 3px rgba(238, 90, 46, .08);
    }


/* =========================================================
   AI Solutions - Delivery Process cards (ais-dp-*)
   ========================================================= */

.ais-dp-card {
    background: var(--bg);
    border: 1.5px solid var(--line);
    border-radius: 18px;
    padding: 1.75rem 1.85rem;
    height: 100%;
    display: flex;
    flex-direction: column;
    box-shadow: var(--shadow-sm);
    transition: transform .25s cubic-bezier(.16, 1, .3, 1), box-shadow .25s cubic-bezier(.16, 1, .3, 1), border-color .2s;
}

    .ais-dp-card:hover {
        transform: translateY(-5px);
        box-shadow: 0 16px 40px -12px rgba(238, 90, 46, .15);
        border-color: var(--brand-soft-2);
    }

/* Top row: step label left, icon right */
.ais-dp-top-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 1.25rem;
}

.ais-dp-step-num {
    font-family: var(--font-mono);
    font-size: .68rem;
    font-weight: 700;
    letter-spacing: .2em;
    text-transform: uppercase;
    color: var(--brand);
}

/* Orange circle icon */
.ais-dp-icon-wrap {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: var(--brand-soft);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

/* Title */
.ais-dp-title {
    font-family: var(--font-display);
    font-size: 1.2rem;
    font-weight: 700;
    color: var(--ink);
    line-height: 1.2;
    letter-spacing: -.015em;
    margin: 0 0 .85rem;
}

/* Body text */
.ais-dp-desc {
    font-family: var(--font-sans);
    font-size: .875rem;
    color: var(--muted);
    line-height: 1.65;
    margin: 0;
    flex: 1;
}

/* Footer pills row */
.ais-dp-footer {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: .5rem;
    margin-top: 1.5rem;
    padding-top: 1.25rem;
    border-top: 1px solid var(--line);
}

/* Pill base */
.ais-dp-pill {
    display: inline-block;
    font-family: var(--font-sans);
    font-size: .75rem;
    font-weight: 500;
    line-height: 1;
    padding: .38rem .75rem;
    border-radius: 999px;
    white-space: nowrap;
}

/* Grey pill - deliverable label */
.ais-dp-pill--grey {
    background: var(--bg-soft);
    color: var(--ink-2);
    border: 1px solid var(--line);
}

/* Orange pill - duration */
.ais-dp-pill--orange {
    background: var(--brand-soft);
    color: var(--brand);
    border: 1px solid var(--brand-soft-2);
    font-weight: 600;
}

/* Responsive */
@media (max-width: 576px) {
    .ais-dp-card {
        padding: 1.5rem;
    }
}

/* =========================================================
   AI Solutions - AIRA Feature cards (ais-feat-*)
   ========================================================= */

.ais-feat-card {
    background: var(--bg);
    border: 1.5px solid var(--line);
    border-radius: 18px;
    padding: 2rem;
    height: 100%;
    display: flex;
    flex-direction: column;
    box-shadow: var(--shadow-sm);
    transition: transform .25s cubic-bezier(.16, 1, .3, 1), box-shadow .25s cubic-bezier(.16, 1, .3, 1), border-color .2s;
}

    .ais-feat-card:hover {
        transform: translateY(-5px);
        box-shadow: 0 16px 40px -12px rgba(238, 90, 46, .13);
        border-color: var(--brand-soft-2);
    }

/* Orange circle icon - top left */
.ais-feat-icon-wrap {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: var(--brand-soft);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    margin-bottom: 1.25rem;
}

/* Title */
.ais-feat-title {
    font-family: var(--font-display);
    font-size: 1.2rem;
    font-weight: 700;
    color: var(--ink);
    letter-spacing: -.015em;
    line-height: 1.2;
    margin: 0 0 .75rem;
}

/* Body text */
.ais-feat-desc {
    font-family: var(--font-sans);
    font-size: .875rem;
    color: var(--muted);
    line-height: 1.65;
    margin: 0 0 1.1rem;
}

/* Arrow bullet list */
.ais-feat-list {
    list-style: none;
    padding: 0;
    margin: 0 0 1.5rem;
    display: flex;
    flex-direction: column;
    gap: .45rem;
    flex: 1;
}

    .ais-feat-list li {
        font-family: var(--font-sans);
        font-size: .84rem;
        color: var(--ink-2);
        line-height: 1.45;
        display: flex;
        align-items: flex-start;
        gap: .55rem;
    }

        /* Orange → arrow */
        .ais-feat-list li::before {
            content: "→";
            color: var(--brand);
            font-weight: 700;
            flex-shrink: 0;
            line-height: 1.45;
        }

/* Tag pills row */
.ais-feat-tags {
    display: flex;
    flex-wrap: wrap;
    gap: .45rem;
    margin-top: auto;
    padding-top: 1.25rem;
    border-top: 1px solid var(--line);
}

/* Individual tag pill */
.ais-feat-tag {
    display: inline-block;
    font-family: var(--font-sans);
    font-size: .75rem;
    font-weight: 500;
    color: var(--ink-2);
    background: var(--bg);
    border: 1.5px solid var(--line);
    border-radius: 999px;
    padding: .3rem .75rem;
    white-space: nowrap;
    transition: border-color .18s, color .18s;
}

.ais-feat-card:hover .ais-feat-tag {
    border-color: var(--brand-soft-2);
}

/* Responsive - already 2-col on md+, stack on mobile */
@media (max-width: 576px) {
    .ais-feat-card {
        padding: 1.5rem;
    }
}

/* =========================================================
   Index Hero - right column: video on top, image below
   ========================================================= */

.hero-right-col {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    align-self: flex-start;
    /* aligns to top of hero-cols */
}

@media (max-width: 992px) {
    .hero-right-col {
        display: none;
    }
}

.hero-right-video {
    width: 100%;
    max-height: 210px;
    object-fit: cover;
    border-radius: var(--radius) var(--radius) 0 0;
    display: block;
}

.hero-right-img {
    width: 100%;
    max-height: 700px;
    display: block;
    border-radius: 0 0 var(--radius) var(--radius);
}

@media (max-width: 768px) {
    .hero-right-col {
        margin-top: 0;
        margin-top: 0;
    }

    .hero-right-video {
        max-height: 180px;
        border-radius: var(--radius);
    }

    .hero-right-img {
        border-radius: var(--radius);
        margin-top: .5rem;
    }
}


/* =========================================================
   hire-kentico-developers.html - 3 new sections
   All classes prefixed with "hkd-" to avoid conflicts
   ========================================================= */

/* ============================================================
   SECTION 1 - DotStark vs The Alternatives
   ============================================================ */
.hkd-compare-section {
    background: #fff;
    padding: 5rem 0;
}

/* Card base - shared */
.hkd-compare-card {
    border-radius: 16px;
    height: 100%;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

/* Neutral variant - Freelancer & Generic Agency */
.hkd-compare-neutral {
    background: #f6f5f3;
    border: 1px solid rgba(0, 0, 0, 0.08);
    box-shadow: none;
}

    /* Alternate row colors for neutral card */
    .hkd-compare-neutral .hkd-compare-item:nth-child(odd) {
        background: #ffffff;
    }

    .hkd-compare-neutral .hkd-compare-item:nth-child(even) {
        background: transparent;
    }

/* Brand variant - DotStark (orange outline) */
.hkd-compare-brand {
    background: #fff;
    border: 2px solid var(--brand);
    box-shadow: 0 8px 32px rgba(238, 90, 46, 0.07);
}

    .hkd-compare-brand .hkd-compare-card-header {
        background: var(--brand);
    }

    /* Alternate row colors for brand card */
    .hkd-compare-brand .hkd-compare-item:nth-child(odd) {
        background: #ffffff;
    }

    .hkd-compare-brand .hkd-compare-item:nth-child(even) {
        background: var(--brand-soft);
    }

/* Card header */
.hkd-compare-card-header {
    padding: 1.5rem 1.5rem 1.25rem;
    min-height: 125px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

/* "RECOMMENDED" badge */
.hkd-compare-badge {
    display: inline-block;
    font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
    font-size: 0.6rem;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    background: rgba(255, 255, 255, 0.22);
    color: #fff;
    padding: 0.2rem 0.6rem;
    border-radius: 4px;
    margin-bottom: 0.6rem;
    width: fit-content;
}

/* Card title */
.hkd-compare-card-title {
    font-size: 1.05rem;
    font-weight: 700;
    color: var(--ink);
    margin-bottom: 0.2rem;
    line-height: 1.3;
}

.hkd-compare-card-title--white {
    color: #fff;
    font-size: 1.35rem;
    font-weight: 800;
}

/* Card subtitle */
.hkd-compare-card-subtitle {
    font-size: 0.75rem;
    color: var(--muted);
    font-style: italic;
}

.hkd-compare-card-subtitle--white {
    color: rgba(255, 255, 255, 0.8);
    font-style: normal;
    font-size: 0.8rem;
}

/* List - no gap, rows separated by border-bottom */
.hkd-compare-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

/* Each row item */
.hkd-compare-item {
    display: flex;
    align-items: center;
    gap: 0.65rem;
    font-size: 0.83rem;
    line-height: 1.45;
    padding: 0.75rem 1.5rem;
    border-bottom: 1px solid rgba(0, 0, 0, 0.055);
    color: #444;
}

    /* Remove border from last item */
    .hkd-compare-item.hkd-item-last,
    .hkd-compare-list li:last-child {
        border-bottom: none;
    }

/* Brand card items inherit standard item colors, override specific brand card overrides */
.hkd-compare-brand .hkd-compare-item {
    color: #444;
    border-bottom-color: rgba(0, 0, 0, 0.055);
}

/* Ensure icon doesn't shrink */
.hkd-compare-item img {
    flex-shrink: 0;
}

/* Footnote below table */
.hkd-compare-footnote {
    font-size: 0.78rem;
    color: var(--muted);
    font-style: italic;
}

/* ============================================================
   SECTION 2 - Engagement Models
   ============================================================ */
.hkd-engage-section {
    background: var(--bg-soft);
    padding: 5rem 0;
}

.hkd-engage-card {
    background: #fff;
    border: none;
    border-radius: var(--radius-lg);
    padding: 2.25rem 2rem 2.25rem;
    display: flex;
    flex-direction: column;
    gap: 0;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.04);
}

    .hkd-engage-card:hover {
        transform: translateY(-5px);
        box-shadow: 0 12px 30px rgba(0, 0, 0, 0.07);
    }

/* Orange icon box (circular) */
.hkd-engage-icon {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: var(--brand-soft);
    display: grid;
    place-items: center;
    margin-bottom: 1.25rem;
    flex-shrink: 0;
}

.hkd-engage-title {
    font-size: 1.2rem;
    font-weight: 600;
    color: var(--ink);
    margin: 0 0 0.75rem;
    line-height: 1.3;
}

.hkd-engage-desc {
    font-size: 0.85rem;
    color: var(--muted);
    line-height: 1.65;
    margin: 0 0 1rem;
}

.hkd-engage-features {
    list-style: none;
    padding: 0;
    margin: 0 0 1.5rem;
    display: flex;
    flex-direction: column;
    gap: 0.65rem;
    flex-grow: 1;
}

    .hkd-engage-features li {
        font-size: 0.85rem;
        color: var(--ink);
        padding-left: 1.2rem;
        position: relative;
    }

        .hkd-engage-features li::before {
            content: "✓";
            position: absolute;
            left: 0;
            color: var(--brand);
            font-weight: 800;
            font-size: 0.85rem;
        }

/* "Best for" tag */
.hkd-engage-best-for {
    font-size: 0.75rem;
    color: var(--muted);
    background: #f1f0ec;
    border-radius: 99px;
    padding: 0.4rem 1rem;
    margin-bottom: 0;
    font-style: normal;
    font-family: var(--font-mono);
}

/* .hkd-engage-best-for span {
    color: var(--ink);
    font-weight: 600;
} */

/* ============================================================
   SECTION 3 - Certified Developer Team
   ============================================================ */
.hkd-team-section {
    background: var(--bg-soft);
    padding: 5rem 0;
}

/* Developer card */
.hkd-dev-card {
    background: #fff;
    border: 1px solid var(--line);
    border-radius: var(--radius-lg);
    padding: 1.5rem 1.5rem 1.25rem;
    display: flex;
    flex-direction: column;
    box-shadow: var(--shadow-sm);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

    .hkd-dev-card:hover {
        transform: translateY(-3px);
        box-shadow: var(--shadow-md);
        border-color: var(--brand-soft-2);
    }

/* Orange badges container and tag */
.hkd-dev-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 0.35rem;
    margin-bottom: 1rem;
}

.hkd-dev-badge {
    display: inline-block;
    font-size: 0.7rem;
    font-weight: 600;
    color: var(--brand);
    background: var(--brand-soft);
    border: 1px solid rgba(238, 90, 46, 0.12);
    border-radius: 5px;
    padding: 0.2rem 0.55rem;
    white-space: nowrap;
}

/* Developer name & experience */
.hkd-dev-name {
    font-size: 1.05rem;
    font-weight: 700;
    color: var(--ink);
    margin: 0 0 0.25rem;
    line-height: 1.3;
}

.hkd-dev-exp {
    font-size: 0.78rem;
    color: var(--muted);
    margin: 0 0 0.85rem;
}

/* Skill tag pills */
.hkd-dev-skills {
    display: flex;
    flex-wrap: wrap;
    gap: 0.35rem;
}

.hkd-dev-skill {
    display: inline-block;
    font-size: 0.7rem;
    font-weight: 600;
    color: var(--ink);
    background: var(--bg-soft);
    border: 1px solid var(--line);
    border-radius: 5px;
    padding: 0.2rem 0.55rem;
    white-space: nowrap;
}

/* Availability badges */
.hkd-dev-avail {
    font-size: 0.75rem;
    font-weight: 600;
}

.hkd-dev-avail--now {
    color: var(--green);
}

/* Team footnote */
.hkd-team-footnote {
    font-size: 0.85rem;
    color: var(--muted);
}

/* ============================================================
   RESPONSIVE - hkd sections
   ============================================================ */
@media (max-width: 768px) {

    .hkd-compare-section,
    .hkd-engage-section,
    .hkd-team-section {
        padding: 3.5rem 0;
    }

    .hkd-compare-list {
        padding: 0.75rem 1.25rem 1rem;
    }

    .hkd-engage-card {
        padding: 1.5rem 1.25rem 1.25rem;
    }
}

@media (max-width: 480px) {

    .hkd-compare-section,
    .hkd-engage-section,
    .hkd-team-section {
        padding: 2.5rem 0;
    }

    .hkd-dev-card {
        padding: 1.25rem;
    }
}

/* =========================================================
   Support Page Sections
   ========================================================= */

/* ---- Support Coverage Section ---- */
.support-coverage-card {
    background: var(--bg);
    border-radius: var(--radius);
    padding: 2rem;
    height: 100%;
    box-shadow: var(--shadow-sm);
    border: 1px solid var(--line);
}

    .support-coverage-card h3 {
        font-family: var(--font-display);
        font-size: 1.25rem;
        font-weight: 600;
        color: var(--ink);
        margin-bottom: 1.5rem;
    }

.support-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

    .support-list li {
        display: flex;
        align-items: flex-start;
        gap: 0.75rem;
        padding: 0.5rem 0;
        font-size: 0.95rem;
        line-height: 1.4;
        color: var(--ink-2);
    }

        .support-list li img {
            margin-top: 0.1rem;
            flex-shrink: 0;
        }

.support-coverage-footer {
    text-align: center;
    margin-top: 3rem;
    padding: 1.5rem;
    background: var(--bg);
    border-radius: var(--radius);
    border: 1px solid var(--line);
}

    .support-coverage-footer p {
        margin: 0;
        color: var(--ink);
        font-size: 0.95rem;
    }

/* ============================================================
   SUPPORT PLANS SECTION - Redesigned to match image
   ============================================================ */
.support-plans-section {
    background: #f9f9f9;
    padding: 4rem 0;
}

.support-plans-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
    margin-bottom: 2.5rem;
}

.support-plan-card {
    background: #fff;
    border: 1.5px solid #e5e5e5;
    border-radius: 16px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    position: relative;
    transition: all 0.3s ease;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
}

    .support-plan-card:hover {
        transform: translateY(-4px);
        box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
    }

.support-plan-essential {
    background: #fff;
}

.support-plan-professional {
    background: #fff;
}

.support-plan-enterprise {
    background: #fff;
}

.support-plan-badge {
    position: absolute;
    top: 1.25rem;
    right: 1.25rem;
    background: rgba(0, 0, 0, 0.15);
    color: #fff;
    padding: 0.35rem 0.75rem;
    border-radius: 6px;
    font-size: 0.65rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.support-plan-header {
    margin-bottom: 0;
    padding: 2.25rem 1.75rem 1.75rem 1.75rem;
}

.support-plan-essential .support-plan-header {
    background: #f5f5f5;
}

.support-plan-professional .support-plan-header {
    background: var(--brand);
}

.support-plan-enterprise .support-plan-header {
    background: #0a0a0a;
}

.support-plan-header h3 {
    font-family: var(--font-display);
    font-size: 1.6rem;
    font-weight: 700;
    margin-bottom: 0.4rem;
    color: var(--ink);
    letter-spacing: -0.01em;
}

.support-plan-professional .support-plan-header h3,
.support-plan-enterprise .support-plan-header h3 {
    color: #fff;
}

.support-plan-subtitle {
    font-size: 0.82rem;
    color: #6b7280;
    margin: 0;
    line-height: 1.4;
}

.support-plan-professional .support-plan-subtitle {
    color: rgba(255, 255, 255, 0.75);
}

.support-plan-enterprise .support-plan-subtitle {
    color: rgba(255, 255, 255, 0.65);
}

.support-plan-features {
    list-style: none;
    padding: 0;
    margin: 0 0 2rem 0;
    flex: 1;
    padding-left: 1.75rem;
    padding-right: 1.75rem;
    padding-top: 1.75rem;
}

    .support-plan-features li {
        display: flex;
        align-items: flex-start;
        gap: 0.65rem;
        padding: 0.45rem 0;
        font-size: 0.88rem;
        line-height: 1.5;
        color: var(--ink-2);
    }

.support-plan-professional .support-plan-features li {
    color: black;
}

.support-plan-enterprise .support-plan-features li {
    color: black;
}

.support-plan-features li svg {
    flex-shrink: 0;
    margin-top: 0.15rem;
    color: #f97316;
}

.support-plan-professional .support-plan-features li svg {
    color: #f97316;
}

.support-plan-enterprise .support-plan-features li svg {
    color: #f97316;
}

.support-plan-cta {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 0.85rem 1.5rem;
    border-radius: 0;
    font-weight: 600;
    font-size: 0.9rem;
    text-decoration: none;
    transition: all 0.2s ease;
    border: 2px solid;
    margin-top: auto;
    margin-left: 1.75rem;
    margin-right: 1.75rem;
    margin-bottom: 1.75rem;
    width: calc(100% - 3.5rem);
    border-radius: 10px;
}

.support-plan-essential .support-plan-cta {
    background: transparent;
    border-color: var(--brand);
    color: var(--brand);
}

    .support-plan-essential .support-plan-cta:hover {
        background: var(--brand);
        color: #fff;
        transform: translateY(-1px);
    }

.support-plan-professional .support-plan-cta {
    background: white;
    border-color: black;
    color: black;
}

    .support-plan-professional .support-plan-cta:hover {
        background: white;
        border-color: black;
        transform: translateY(-1px);
    }

.support-plan-enterprise .support-plan-cta {
    background: black;
    border-color: black;
    color: white;
}

    .support-plan-enterprise .support-plan-cta:hover {
        background: black;
        border-color: black;
        transform: translateY(-1px);
    }

.support-plans-footer {
    text-align: center;
    margin-top: 2rem;
    padding: 0;
    background: transparent;
    border-radius: 0;
}

    .support-plans-footer p {
        margin: 0;
        color: #6b7280;
        font-size: 0.85rem;
        line-height: 1.6;
    }

/* ============================================================
   SUPPORT COVERAGE SECTION - Redesigned to match image
   ============================================================ */
.support-coverage-section {
    background: #f5f5f3;
    padding: 4rem 0;
}

.support-coverage-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
    margin-bottom: 2.5rem;
}

.support-coverage-card {
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.06);
    border-radius: 14px;
    padding: 0;
    overflow: hidden;
    transition: all 0.3s ease;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
}

    .support-coverage-card:hover {
        transform: translateY(-2px);
        box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
    }

.support-coverage-header {
    padding: 1.75rem 2rem 1.5rem;
    background: #fff;
    border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}

    .support-coverage-header h3 {
        font-family: var(--font-display);
        font-size: 1.15rem;
        font-weight: 700;
        margin: 0;
        color: var(--ink);
        letter-spacing: -0.01em;
    }

.support-coverage-list {
    list-style: none;
    padding: 2rem;
    margin: 0;
}

    .support-coverage-list li {
        display: flex;
        align-items: flex-start;
        gap: 0.7rem;
        padding: 0.5rem 0;
        font-size: 0.88rem;
        line-height: 1.6;
        color: var(--ink-2);
    }

        .support-coverage-list li svg {
            flex-shrink: 0;
            margin-top: 0.2rem;
            color: #9ca3af;
        }

.support-coverage-footer {
    text-align: center;
    margin-top: 2rem;
    padding: 0;
}

    .support-coverage-footer p {
        margin: 0;
        color: #6b7280;
        font-size: 0.88rem;
        line-height: 1.7;
        max-width: 800px;
        margin: 0 auto;
    }

/* ============================================================
   RESPONSIVE - Support Plans & Coverage
   ============================================================ */
@media (max-width: 992px) {
    .support-plans-grid {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }

    .support-coverage-grid {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }

    .support-plan-card {
        max-width: 600px;
        margin: 0 auto;
    }
}

/* ======= Responsive: Tablet (799px) ======= */
@media (max-width: 799px) {
    .support-plans-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 1.5rem;
    }

    .support-plan-card {
        max-width: 100%;
        margin: 0;
    }

    .support-plan-header {
        padding: 1.75rem 1.5rem 1.5rem 1.5rem;
    }

        .support-plan-header h3 {
            font-size: 1.35rem;
        }

    .support-plan-subtitle {
        font-size: 0.8rem;
    }

    .support-plan-features {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
        padding-top: 1.5rem;
    }

        .support-plan-features li {
            font-size: 0.82rem;
        }

    .support-plan-cta {
        margin-left: 1.5rem;
        margin-right: 1.5rem;
        margin-bottom: 1.5rem;
        width: calc(100% - 3rem);
    }
}

@media (max-width: 768px) {

    .support-plans-section,
    .support-coverage-section {
        padding: 3rem 0;
    }

    .support-plan-card {
        padding: 2rem 1.5rem;
    }

    .support-plan-header h3 {
        font-size: 1.4rem;
    }

    .support-coverage-header {
        padding: 1.5rem 1.5rem 1.25rem;
    }

    .support-coverage-list {
        padding: 1.5rem;
    }

        .support-plan-features li,
        .support-coverage-list li {
            font-size: 0.85rem;
        }
}

@media (max-width: 480px) {

    .support-plans-section,
    .support-coverage-section {
        padding: 2.5rem 0;
    }

    .support-plan-card {
        padding: 1.75rem 1.25rem;
    }

    .support-plan-header {
        margin-bottom: 1.5rem;
    }

        .support-plan-header h3 {
            font-size: 1.3rem;
        }

    .support-plan-subtitle {
        font-size: 0.8rem;
    }

    .support-plan-badge {
        top: 1rem;
        right: 1rem;
        font-size: 0.6rem;
        padding: 0.3rem 0.65rem;
    }

    .support-coverage-header {
        padding: 1.25rem 1.25rem 1rem;
    }

        .support-coverage-header h3 {
            font-size: 1.05rem;
        }

    .support-coverage-list {
        padding: 1.25rem;
    }

        .support-plan-features li,
        .support-coverage-list li {
            font-size: 0.82rem;
            padding: 0.4rem 0;
        }

    .support-plans-footer p,
    .support-coverage-footer p {
        font-size: 0.8rem;
    }
}

/* ---- Support Process Section ---- */
.support-process-flow {
    margin: 3rem 0 2rem;
}

.process-row {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    margin-bottom: 2.5rem;
    flex-wrap: wrap;
}

.process-row-bottom {
    justify-content: center;
    margin-left: 0;
    gap: 0.5rem;
    margin-bottom: 3rem;
}

.process-step {
    display: flex;
    flex-direction: row;
    align-items: center;
    text-align: left;
    gap: 0.75rem;
    padding: 0.85rem 1.15rem;
    background: #fff;
    border: 1.5px solid var(--line);
    border-radius: 10px;
    min-width: auto;
    transition: all 0.2s ease;
}

    .process-step:hover {
        border-color: var(--brand);
        transform: translateY(-2px);
        box-shadow: var(--shadow-sm);
    }

.process-icon {
    width: 38px;
    height: 38px;
    background: transparent;
    border: none;
    border-radius: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
    flex-shrink: 0;
}

    .process-icon img {
        width: 20px;
        height: 20px;
        opacity: 0.75;
    }

.process-step h4 {
    font-size: 0.8rem;
    font-weight: 600;
    color: var(--ink);
    margin: 0;
    line-height: 1.3;
    white-space: nowrap;
}

.process-arrow {
    font-size: 1.2rem;
    color: var(--brand);
    font-weight: 400;
    margin: 0;
    flex-shrink: 0;
}

.process-arrow-up {
    transform: none;
    margin-top: 0;
}

.process-detail-card {
    background: rgba(250, 250, 250, 0.5);
    border: 1px solid rgba(0, 0, 0, 0.06);
    border-radius: 12px;
    padding: 1.75rem 1.5rem;
    text-align: left;
    transition: all 0.2s ease;
}

    .process-detail-card:hover {
        background: rgba(248, 248, 248, 0.8);
        border-color: rgba(0, 0, 0, 0.08);
    }

.process-detail-badge {
    display: inline-block;
    padding: 0.4rem 0.9rem;
    border-radius: 20px;
    font-size: 0.7rem;
    font-weight: 600;
    text-transform: capitalize;
    letter-spacing: 0.03em;
    margin-bottom: 0.85rem;
    background: rgba(238, 90, 46, 0.08);
    color: var(--brand);
    border: 1px solid rgba(238, 90, 46, 0.2);
}

.process-badge-critical {
    background: rgba(238, 90, 46, 0.08);
    color: var(--brand);
    border: 1px solid rgba(238, 90, 46, 0.2);
}

.process-badge-standard {
    background: rgba(22, 163, 74, 0.08);
    color: var(--green);
    border: 1px solid rgba(22, 163, 74, 0.2);
}

.process-detail-card p {
    margin: 0;
    font-size: 0.88rem;
    color: var(--ink-2);
    line-height: 1.5;
}

.process-guarantee-card {
    text-align: center;
    padding: 2rem 1.5rem;
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.06);
    border-radius: 12px;
    transition: all 0.2s ease;
}

    .process-guarantee-card:hover {
        border-color: rgba(0, 0, 0, 0.08);
        box-shadow: var(--shadow-sm);
    }

.process-guarantee-icon {
    margin-bottom: 1.25rem;
    display: flex;
    justify-content: center;
}

    .process-guarantee-icon img {
        opacity: 0.5;
        width: 32px;
        height: 32px;
    }

.process-guarantee-card h4 {
    font-size: 0.88rem;
    font-weight: 600;
    color: var(--ink-2);
    line-height: 1.6;
    margin: 0;
}

/* Responsive styles for support sections */
@media (max-width: 768px) {

    .process-row {
        flex-direction: column;
        gap: 1rem;
    }

    .process-step {
        width: 100%;
        max-width: 340px;
    }

    .process-arrow {
        transform: rotate(90deg);
    }

    .process-arrow-up {
        transform: rotate(90deg);
    }

    .process-row-bottom {
        margin-left: 0;
        justify-content: center;
    }

    .process-detail-card {
        padding: 1.5rem 1.25rem;
        text-align: center;
    }

    .process-guarantee-card {
        padding: 1.75rem 1.25rem;
    }
}

@media (max-width: 480px) {
    .process-step {
        flex-direction: row;
        padding: 0.75rem 1rem;
        gap: 0.6rem;
    }

        .process-step h4 {
            font-size: 0.75rem;
            white-space: normal;
        }

    .process-icon {
        width: 32px;
        height: 32px;
    }

        .process-icon img {
            width: 18px;
            height: 18px;
        }

    .process-detail-card {
        padding: 1.25rem 1rem;
    }

    .process-detail-badge {
        font-size: 0.65rem;
        padding: 0.35rem 0.8rem;
    }

    .process-detail-card p {
        font-size: 0.82rem;
    }

    .process-guarantee-card {
        padding: 1.5rem 1rem;
    }

        .process-guarantee-card h4 {
            font-size: 0.82rem;
        }
}


/* ======= ULTRA-RESPONSIVE: GRANULAR BREAKPOINTS FOR EVERY DIMENSION ======= */

/* 595px Breakpoint - Specific for awkward screen sizes */
@media (max-width: 595px) and (min-width: 481px) {
    .container-xxl {
        padding-left: 1rem;
        padding-right: 1rem;
    }

    .hero-title {
        margin-bottom: 0.7rem;
    }

    .hero-subtitle {
        font-size: 0.92rem;
        margin-bottom: 1.1rem;
    }

    .hero-cta-group {
        flex-direction: column;
        gap: 0.5rem;
    }

    .btn {
        width: 100%;
        font-size: 0.84rem;
        padding: 0.58rem 1rem;
    }

    .success-metrics-table-row {
        grid-template-columns: 1fr;
        gap: 1rem;
    }

    .success-metrics-item {
        gap: 0.7rem;
        padding: 0.6rem 0;
    }

    .metrics-item-icon {
        width: 32px;
        height: 32px;
    }

    .metrics-item-title {
        font-size: 0.71rem;
    }

    .metrics-percentage {
        font-size: 1rem;
    }

    .why-grid {
        grid-template-columns: 1fr;
        gap: 1rem;
    }

    .blog-grid {
        grid-template-columns: 1fr;
        gap: 1rem;
    }

    .case-grid {
        grid-template-columns: 1fr;
    }

    .section {
        padding: 1.75rem 0;
    }

    .countdown-row .unit {
        min-width: 65px;
        padding: 0.6rem 0.75rem;
    }

        .countdown-row .unit .v {
            font-size: 1.3rem;
        }
}

/* 550px - Mid Mobile Range */
@media (max-width: 550px) {
    .container-xxl {
        padding-left: 0.95rem;
        padding-right: 0.95rem;
    }

    h1 {
        font-size: clamp(1.15rem, 5vw, 1.8rem);
    }

    h2 {
        font-size: clamp(1rem, 4vw, 1.65rem);
    }

    .hero-title {
        font-size: clamp(1.15rem, 7vw, 2.8rem);
        margin-bottom: 0.65rem;
    }

    .hero-subtitle {
        font-size: 0.88rem;
    }

    .btn {
        font-size: 0.81rem;
        padding: 0.56rem 0.95rem;
    }

    .success-metrics-item {
        gap: 0.65rem;
        padding: 0.58rem 0;
    }

    .metrics-item-icon {
        width: 30px;
        height: 30px;
    }

    .metrics-item-title {
        font-size: 0.68rem;
    }

    .metrics-percentage {
        font-size: 0.95rem;
    }

    .metrics-label {
        font-size: 0.51rem;
    }

    .countdown-row .unit {
        min-width: 60px;
        padding: 0.55rem 0.7rem;
    }

        .countdown-row .unit .v {
            font-size: 1.25rem;
        }
}

/* 500px - Small Mobile */
@media (max-width: 500px) {
    .container-xxl {
        padding-left: 0.9rem;
        padding-right: 0.9rem;
    }


    .hero {
        padding: 1.2rem 0 0;
    }

    .hero-title {
        margin-bottom: 0.6rem;
    }

    .hero-subtitle {
        font-size: 0.85rem;
        margin-bottom: 0.9rem;
    }

    .btn {
        font-size: 0.8rem;
        padding: 0.54rem 0.9rem;
        border-radius: 6px;
    }

    .hero-cta-group {
        gap: 0.45rem;
    }

    .success-metrics-item {
        gap: 0.62rem;
        padding: 0.55rem 0;
    }

    .metrics-item-icon {
        width: 30px;
        height: 30px;
    }

    .metrics-item-title {
        font-size: 0.66rem;
    }

    .metrics-percentage {
        font-size: 0.93rem;
    }

    .section {
        padding: 1.5rem 0;
    }

    .countdown-row .unit {
        min-width: 58px;
        padding: 0.52rem 0.65rem;
    }

        .countdown-row .unit .v {
            font-size: 1.2rem;
        }
}

/* 450px - Mid-Small Mobile */
@media (max-width: 450px) {
    .container-xxl {
        padding-left: 0.85rem;
        padding-right: 0.85rem;
    }

    .hero-title {
        margin-bottom: 0.55rem;
    }

    .hero-subtitle {
        font-size: 0.82rem;
        margin-bottom: 0.85rem;
    }

    .btn {
        font-size: 0.78rem;
        padding: 0.52rem 0.85rem;
    }

    .success-metrics-item {
        gap: 0.6rem;
        padding: 0.52rem 0;
    }

    .metrics-item-icon {
        width: 28px;
        height: 28px;
    }

    .metrics-item-title {
        font-size: 0.64rem;
    }

    .metrics-percentage {
        font-size: 0.9rem;
    }

    .metrics-label {
        font-size: 0.5rem;
    }

    .countdown-row .unit {
        min-width: 55px;
        padding: 0.5rem 0.6rem;
    }

        .countdown-row .unit .v {
            font-size: 1.15rem;
        }

        .countdown-row .unit .k {
            font-size: 0.6rem;
        }
}

/* 380px - Extra Small Mobile */
@media (max-width: 380px) {
    .container-xxl {
        padding-left: 0.75rem;
        padding-right: 0.75rem;
    }

    html,
    body {
        font-size: 13px;
    }



    .hero-title {
        margin-bottom: 0.5rem;
    }

    .hero-subtitle {
        font-size: 0.8rem;
        margin-bottom: 0.8rem;
    }

    .btn {
        font-size: 0.76rem;
        padding: 0.5rem 0.8rem;
    }

    .success-metrics-item {
        gap: 0.55rem;
        padding: 0.5rem 0;
    }

    .metrics-item-icon {
        width: 26px;
        height: 26px;
    }

        .metrics-item-icon img {
            width: 13px;
            height: 13px;
        }

    .metrics-item-title {
        font-size: 0.62rem;
    }

    .metrics-percentage {
        font-size: 0.85rem;
    }

    .metrics-label {
        font-size: 0.48rem;
        max-width: 45px;
    }

    .countdown-row {
        gap: 0.3rem;
    }

        .countdown-row .unit {
            min-width: 50px;
            padding: 0.45rem 0.55rem;
        }

            .countdown-row .unit .v {
                font-size: 1.05rem;
            }

            .countdown-row .unit .k {
                font-size: 0.55rem;
            }

    .section {
        padding: 1.2rem 0;
    }

    .eol-section {
        padding: 0.9rem;
    }

        .eol-section h2 {
            margin-bottom: 0.6rem;
        }

        .eol-section .lead {
            font-size: 0.78rem;
            margin-bottom: 0.7rem;
        }

    .brand-slider-label {
        font-size: 0.75rem;
    }

    .chip {
        min-width: 55px;
        height: 50px;
    }

        .chip img {
            max-width: 25px;
        }

    .chip-label {
        font-size: 0.55rem;
    }

    .why-card {
        padding: 0.8rem;
    }

    .blog-card .body {
        padding: 0.8rem;
    }

    .case-content {
        padding: 0.8rem;
    }

    .countdown-row .unit .v {
        font-size: 1rem;
    }

    .xbyk-footer-col-title {
        font-size: 0.85rem;
    }

    .xbyk-footer-col a {
        font-size: 0.74rem;
    }
}

/* ======= Ultra Small Mobile (320px) ======= */
@media (max-width: 320px) {
    .container-xxl {
        padding-left: 0.6rem;
        padding-right: 0.6rem;
    }

    html,
    body {
        font-size: 12px;
    }

    .hero-title {
        margin-bottom: 0.4rem;
    }

    .hero-subtitle {
        font-size: 0.75rem;
        margin-bottom: 0.7rem;
    }

    .btn {
        font-size: 0.7rem;
        padding: 0.45rem 0.7rem;
        border-radius: 4px;
    }

    .success-metrics-item {
        gap: 0.5rem;
        padding: 0.45rem 0;
    }

    .metrics-item-icon {
        width: 24px;
        height: 24px;
    }

        .metrics-item-icon img {
            width: 12px;
            height: 12px;
        }

    .metrics-item-title {
        font-size: 0.6rem;
    }

    .metrics-percentage {
        font-size: 0.8rem;
    }

    .metrics-label {
        font-size: 0.45rem;
        max-width: 40px;
    }

    .countdown-row .unit {
        min-width: 45px;
        padding: 0.4rem 0.5rem;
    }

        .countdown-row .unit .v {
            font-size: 0.95rem;
        }

        .countdown-row .unit .k {
            font-size: 0.5rem;
        }

    .section {
        padding: 1rem 0;
    }

    .chip {
        min-width: 50px;
        height: 45px;
    }

    .chip-label {
        font-size: 0.5rem;
    }
}


/* ======= CTA SECTION MOBILE FIXES ======= */

/* Hide CTA strip visual on all mobile sizes */
@media (max-width: 900px) {
    .cta-strip-visual {
        display: none !important;
    }

    .cta-strip-grid {
        grid-template-columns: 1fr;
    }

    .cta-strip-copy {
        text-align: left;
    }
}

@media (max-width: 768px) {
    .cta-strip-visual {
        display: none !important;
    }

    .cta-strip-copy {
        padding: 0;
    }

        .cta-strip-copy h2 {
            margin-bottom: 1rem;
        }

        .cta-strip-copy p {
            font-size: 0.95rem;
            margin-bottom: 1.2rem;
        }
}

@media (max-width: 620px) {
    .cta-strip-visual {
        display: none !important;
    }

    .cta-strip-grid {
        padding: 0;
    }

    .cta-strip-copy {
        padding: 0;
    }
}

@media (max-width: 480px) {
    .cta-strip {
        padding: 1.5rem 0;
    }

        .cta-strip .container-xxl {
            padding-left: 1rem;
            padding-right: 1rem;
        }

    .cta-strip-visual {
        display: none !important;
    }

    .cta-strip-grid {
        grid-template-columns: 1fr;
        gap: 0;
    }

    .cta-strip-copy {
        padding: 0;
    }

        .cta-strip-copy h2 {
            margin-bottom: 0.8rem;
        }

        .cta-strip-copy p {
            font-size: 0.85rem;
            margin-bottom: 1rem;
            line-height: 1.5;
        }
}

@media (max-width: 400px) {
    .cta-strip {
        padding: 1.25rem 0;
    }

        .cta-strip .container-xxl {
            padding-left: 0.9rem;
            padding-right: 0.9rem;
        }

    .cta-strip-copy h2 {
        margin-bottom: 0.6rem;
    }

    .cta-strip-copy p {
        font-size: 0.8rem;
    }
}

@media (max-width: 320px) {
    .cta-strip {
        padding: 1rem;
    }

        .cta-strip .container-xxl {
            padding-left: 0.75rem;
            padding-right: 0.75rem;
        }

    .cta-strip-copy p {
        font-size: 0.75rem;
    }
}

/* ======= GLOBAL MOBILE PADDING ======= */

@media (max-width: 768px) {
    .container-xxl {
        padding-left: 1.25rem;
        padding-right: 1.25rem;
    }

    .section {
        padding-left: 0;
        padding-right: 0;
    }
}

@media (max-width: 620px) {
    .container-xxl {
        padding-left: 1.1rem;
        padding-right: 1.1rem;
    }
}

@media (max-width: 500px) {
    .container-xxl {
        padding-left: 1rem;
        padding-right: 1rem;
    }
}

@media (max-width: 400px) {
    .container-xxl {
        padding-left: 0.9rem;
        padding-right: 0.9rem;
    }
}

@media (max-width: 320px) {
    .container-xxl {
        padding-left: 0.75rem;
        padding-right: 0.75rem;
    }
}


/* ============================================================
   PROACTIVE SUPPORT SECTION
   ============================================================ */
.proactive-support-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
    margin-top: 3rem;
}

.proactive-support-column {
    display: flex;
    flex-direction: column;
}

.proactive-support-title {
    font-family: var(--font-display);
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
    color: var(--ink);
}

.proactive-support-list {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.proactive-support-item {
    display: flex;
    gap: 1rem;
    padding: 1.25rem;
    border-radius: var(--radius);
    border: 1.5px solid #e5e5e5;
}

    .proactive-support-item.reactive {
        background: #fef2f2;
        border-color: #fee2e2;
    }

    .proactive-support-item.proactive {
        background: #f0fdf4;
        border-color: #dcfce7;
    }

.proactive-support-icon {
    flex-shrink: 0;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 0.25rem;
}

.proactive-support-item.reactive .proactive-support-icon {
    color: #dc2626;
}

.proactive-support-item.proactive .proactive-support-icon {
    color: #16a34a;
}

.proactive-support-text h4 {
    font-family: var(--font-display);
    font-size: 0.95rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
    color: var(--ink);
}

.proactive-support-text p {
    font-size: 0.85rem;
    color: #666;
    margin: 0;
}

@media (max-width: 768px) {
    .proactive-support-grid {
        grid-template-columns: 1fr;
        gap: 2rem;
    }
}

/* ============================================================
   WHY CHOOSE DOTSTARK SECTION
   ============================================================ */
.why-dotstark-stats {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 2rem;
    margin-bottom: 3rem;
    text-align: center;
}

.why-dotstark-stat {
    padding: 2rem;
    background: #fff;
    border-radius: var(--radius);
    border: 1.5px solid #e5e5e5;
}

.why-dotstark-number {
    font-family: var(--font-display);
    font-size: 2.5rem;
    font-weight: 900;
    color: var(--brand);
    margin-bottom: 0.5rem;
}

.why-dotstark-label {
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.05em;
    color: #6b7280;
    text-transform: uppercase;
}

.why-dotstark-cards {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
    margin-bottom: 3rem;
}

.why-dotstark-card {
    padding: 2rem;
    background: #fff;
    border-radius: var(--radius);
    border: 1.5px solid #e5e5e5;
    display: flex;
    flex-direction: column;
}

    .why-dotstark-card h3 {
        font-family: var(--font-display);
        font-size: 1.05rem;
        font-weight: 700;
        margin-bottom: 1rem;
        color: var(--ink);
    }

    .why-dotstark-card p {
        font-size: 0.85rem;
        color: #666;
        line-height: 1.6;
        margin: 0;
    }

.why-dotstark-testimonial {
    background: #fff;
    border-radius: var(--radius);
    border: 1.5px solid #e5e5e5;
    padding: 2.5rem;
    position: relative;
    margin-top: 2rem;
}

.why-dotstark-quote-mark {
    position: absolute;
    top: 1rem;
    left: 1.5rem;
    font-size: 3rem;
    color: var(--brand);
    opacity: 0.3;
    line-height: 1;
}

.why-dotstark-quote-text {
    font-size: 1.1rem;
    font-style: italic;
    color: var(--ink);
    margin-bottom: 1.5rem;
    line-height: 1.8;
}

.why-dotstark-attribution {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.why-dotstark-author-circle {
    width: 48px;
    height: 48px;
    background: var(--brand);
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 0.9rem;
    flex-shrink: 0;
}

.why-dotstark-author-info {
    flex-grow: 1;
}

.why-dotstark-author-name {
    font-weight: 700;
    color: var(--ink);
    font-size: 0.95rem;
}

.why-dotstark-author-title {
    font-size: 0.8rem;
    color: #6b7280;
    margin-top: 0.25rem;
}

.why-dotstark-rating {
    display: flex;
    gap: 0.25rem;
    flex-shrink: 0;
}

@media (max-width: 1024px) {
    .why-dotstark-stats {
        grid-template-columns: repeat(2, 1fr);
    }

    .why-dotstark-cards {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 768px) {
    .why-dotstark-stats {
        grid-template-columns: repeat(2, 1fr);
        gap: 1.5rem;
    }

    .why-dotstark-stat {
        padding: 1.5rem;
    }

    .why-dotstark-number {
        font-size: 2rem;
    }

    .why-dotstark-testimonial {
        padding: 1.5rem;
    }

    .why-dotstark-quote-text {
        font-size: 1rem;
    }

    .why-dotstark-attribution {
        flex-wrap: wrap;
    }
}

@media (max-width: 480px) {
    .why-dotstark-stats {
        grid-template-columns: 1fr;
    }

    .why-dotstark-card h3 {
        font-size: 1rem;
    }

    .why-dotstark-card p {
        font-size: 0.8rem;
    }
}


/* =========================================================
   xbyk-upgrade.css - Kentico XbyK Upgrade page styles
   ========================================================= */


/* ---- Scroll reveal animations ---- */
.reveal-up {
    opacity: 0;
    transform: translateY(28px);
    transition: opacity 0.55s cubic-bezier(0.16, 1, 0.3, 1), transform 0.55s cubic-bezier(0.16, 1, 0.3, 1);
    transition-delay: var(--delay, 0ms);
}

.reveal-left {
    opacity: 0;
    transform: translateX(-28px);
    transition: opacity 0.6s cubic-bezier(0.16, 1, 0.3, 1), transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}

.reveal-right {
    opacity: 0;
    transform: translateX(28px);
    transition: opacity 0.6s cubic-bezier(0.16, 1, 0.3, 1), transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}

    .reveal-up.visible,
    .reveal-left.visible,
    .reveal-right.visible {
        opacity: 1;
        transform: none;
    }

/* =========================================================
   BLACK EOL BAR - sits below navbar, above breadcrumb
   ========================================================= */
.xbyk-eol-bar {
    background: #111;
    color: #fff;
    text-align: center;
    font-size: 0.8125rem;
    padding: 0.625rem 1rem;
    line-height: 1.5;
}

.xbyk-eol-bar-inner {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    flex-wrap: wrap;
    justify-content: center;
}

    .xbyk-eol-bar-inner strong {
        font-weight: 700;
    }

.xbyk-eol-days {
    font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
    color: var(--brand);
    font-weight: 600;
}

.xbyk-eol-link {
    color: #fff;
    text-decoration: underline;
    text-underline-offset: 3px;
    display: inline-flex;
    align-items: center;
    gap: 0.25rem;
    transition: color 0.2s;
    white-space: nowrap;
}

    .xbyk-eol-link:hover {
        color: var(--brand);
    }

/* ---- Section base ---- */
.xbyk-section {
    padding: 5rem 0;
}

/* ---- Section header ---- */
.xbyk-section-header {
    text-align: center;
    margin-bottom: 3rem;
}

    .xbyk-section-header h2 {
        margin-top: 0.75rem;
    }

.xbyk-section-sub {
    color: var(--muted);
    font-size: 1rem;
    max-width: 783px;
    margin: 0.75rem auto 0;
    line-height: 1.6;
}

.xbyk-eyebrow-tag {
    display: inline-block;
    font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: var(--brand);
    padding: 0.35rem 0.85rem;
    border-radius: 999px;
}

.xbyk-btn-lg {
    padding: 0.85rem 1.6rem;
    font-size: 1rem;
    border-radius: 14px;
}

/* =========================================================
   ANNOUNCEMENT BAR - dark #111, centered, brand-colored days
   ========================================================= */
.xbyk-announce-bar {
    background: #111;
    color: #fff;
    text-align: center;
    font-size: 0.8125rem;
    padding: 0.625rem 1rem;
    line-height: 1.5;
}

.xbyk-announce-inner {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    flex-wrap: wrap;
    justify-content: center;
}

    .xbyk-announce-inner strong {
        font-weight: 700;
    }

.xbyk-announce-days {
    font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
    color: var(--brand);
    font-weight: 600;
}

.xbyk-announce-link {
    color: #fff;
    text-decoration: underline;
    text-underline-offset: 3px;
    display: inline-flex;
    align-items: center;
    gap: 0.25rem;
    transition: color 0.2s;
    white-space: nowrap;
}

    .xbyk-announce-link:hover {
        color: var(--brand);
    }

/* =========================================================
   BREADCRUMB BAR - white bar below navbar, border-bottom
   ========================================================= */
.xbyk-breadcrumb-bar {
    background: #fff;
    border-bottom: 1px solid var(--line);
}

.xbyk-breadcrumb-nav {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 1rem 0;
    font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
    font-size: 0.6875rem;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--muted);
    flex-wrap: wrap;
}

    .xbyk-breadcrumb-nav a {
        color: var(--muted);
        transition: color 0.2s;
    }

        .xbyk-breadcrumb-nav a:hover {
            color: var(--brand);
        }

.xbyk-bc-current {
    color: var(--brand);
}

/* =========================================================
   HERO - white bg, right-side orange blur blob
   ========================================================= */
.xbyk-hero {
    background: #fff;
    position: relative;
    overflow: hidden;
    padding: 2rem 0 3rem;
}

.xbyk-hero-blob {
    position: absolute;
    right: -8rem;
    top: -8rem;
    width: 520px;
    height: 520px;
    border-radius: 50%;
    background: rgba(238, 90, 46, 0.10);
    filter: blur(60px);
    pointer-events: none;
    z-index: 0;
}

/* 12-col grid: left=span 6, right=span 6 */
.xbyk-hero-grid {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    gap: 2rem;
    align-items: start;
    position: relative;
    z-index: 1;
}

/* ---- LEFT column - span 6 ---- */
.xbyk-hero-left {
    display: flex;
    flex-direction: column;
    grid-column: span 6;
}

/* ---- RIGHT column - span 6 ---- */
.xbyk-hero-right {
    grid-column: span 6;
    top: 0;
}

/* Partner badge pills - orange tint */
.xbyk-hero-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    margin-bottom: 1.25rem;
}

.xbyk-hero-badge {
    font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
    font-size: 0.625rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    padding: 0.25rem 0.625rem;
    border-radius: 4px;
    background: #fff3ee;
    color: var(--brand);
    border: 1px solid rgba(238, 90, 46, 0.2);
}

/* Eyebrow line */
.xbyk-eyebrow-text {
    font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
    font-size: 0.6875rem;
    font-weight: 700;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: var(--brand);
    margin-bottom: 1rem;
}

/* H1 - clamp 36px→60px */
.xbyk-hero-h1 {
    font-size: clamp(36px, 5vw, 60px);
    line-height: 1.04;
    letter-spacing: -0.02em;
    color: var(--ink);
    margin: 0 0 1.5rem;
}

.xbyk-accent {
    color: var(--brand);
}

/* Lead paragraph */
.xbyk-hero-lead {
    font-size: 1.125rem;
    color: #444;
    line-height: 1.65;
    max-width: 640px;
    margin: 26px 0 4.5rem;
}

/* Countdown - #fff3ee bg, white cards with orange border */
.xbyk-countdown-block {
    background: #fff3ee;
    /* border: 1px solid #f7c9b2; */
    border-radius: 12px;
    padding: 1.25rem;
    margin-bottom: 1.5rem;
    display: block;
    width: 100%;
}

.xbyk-countdown-label {
    font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
    font-size: 1.1rem;
    color: #888;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    margin-bottom: 0.75rem;
    font-weight: 700;
}

.xbyk-countdown-units {
    display: grid;
    grid-template-columns: repeat(3, 1fr) auto;
    gap: 0.75rem;
    align-items: center;
    width: 100%;
}

.xbyk-cd-unit {
    background: #fff;
    border: 1px solid #f7c9b2;
    border-radius: 10px;
    padding: 1rem 0.75rem;
    text-align: center;
}

.xbyk-cd-val {
    display: block;
    font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
    font-size: 2.5rem;
    font-weight: 700;
    color: #f15d26;
    line-height: 1;
}

.xbyk-hero-ctas {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
    gap: 0.75rem;
    width: 100%;
}

.xbyk-cd-lbl {
    display: block;
    font-family: var(--font-sans);
    font-size: 0.55rem;
    color: #888;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    margin-top: 0.5rem;
    font-weight: 600;
}

.xbyk-warn-text {
    margin-top: 0.625rem;
    font-size: 0.75rem;
    font-weight: 500;
    color: #e05a20;
}

/* Industry pills / trust line */
.xbyk-industry-pills {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    margin-bottom: 2rem;
}

.xbyk-pill {
    font-size: 0.85rem;
    padding: 0;
    border-radius: 0;
    background: transparent;
    border: none;
    color: #555;
    font-weight: 500;
    font-style: italic;
}

.xbyk-btn-primary {
    background: var(--brand);
    color: #fff;
    font-weight: 600;
    font-size: 1rem;
    padding: 1rem 1.5rem;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    transition: background 0.2s, transform 0.2s;
    border: none;
    text-decoration: none;
    cursor: pointer;
    white-space: nowrap;
}

    .xbyk-btn-primary:hover {
        background: var(--brand-dark);
        transform: scale(1.03);
        color: #fff;
    }

.xbyk-btn-outline {
    border: 1px solid var(--brand);
    color: var(--brand);
    font-weight: 600;
    font-size: 1rem;
    padding: 1rem 1.5rem;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    transition: background 0.2s, color 0.2s;
    text-decoration: none;
    background: transparent;
    white-space: nowrap;
}

    .xbyk-btn-outline:hover {
        background: var(--brand);
        color: #fff;
    }

.xbyk-qf-card {
    background: #fff;
    border-radius: 16px;
    border: 1px solid var(--line);
    padding: 1.75rem;
    box-shadow: 0 20px 60px -20px rgba(15, 23, 42, 0.15), 0 4px 16px -4px rgba(0, 0, 0, 0.06);
}

.xbyk-qf-eyebrow {
    font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--brand);
    margin-bottom: 0.25rem;
    MARGIN-TOP: 3.25rem;
}

.xbyk-qf-sub {
    font-size: 0.875rem;
    color: var(--muted);
    margin: 0 0 1.25rem;
    line-height: 1.5;
}

.xbyk-qf-form {
    display: flex;
    flex-direction: column;
}

.xbyk-qf-input {
    width: 100%;
    padding: 0.875rem 1rem;
    border-radius: 8px;
    border: 1px solid var(--line);
    font-size: 0.875rem;
    font-family: var(--font-sans);
    color: var(--ink);
    outline: none;
    transition: border-color 0.2s;
}

    .xbyk-qf-input:focus {
        border-color: var(--brand);
    }

.xbyk-form-group select {
    width: 100%;
    padding: 0.875rem 1rem;
    border-radius: 8px;
    border: 1px solid var(--line);
    font-size: 0.875rem;
    font-family: var(--font-sans);
    color: #6b7280;
    background: #fff url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6 9L12 15L18 9' stroke='%236b7280' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") no-repeat right 1rem center;
    background-size: 1rem;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    padding-right: 2.75rem;
}

    .xbyk-form-group select:focus {
        color: #111;
        border-color: var(--brand);
        outline: none;
    }

    .xbyk-form-group select option {
        color: #111;
    }

.xbyk-qf-btn {
    margin-top: 0.75rem;
    width: 100%;
    background: var(--brand);
    color: #fff;
    font-weight: 600;
    font-size: 0.9rem;
    padding: 0.875rem 1rem;
    border-radius: 8px;
    border: none;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    transition: background 0.2s, transform 0.15s;
}

    .xbyk-qf-btn:hover {
        background: var(--brand-dark);
        transform: scale(1.01);
    }

.xbyk-qf-privacy {
    margin-top: 0.75rem;
    font-size: 0.6875rem;
    color: var(--muted);
    text-align: center;
}

.xbyk-qf-link {
    display: block;
    text-align: center;
    font-size: 0.75rem;
    color: var(--brand);
    margin-top: 0.75rem;
    text-decoration: none;
}

    .xbyk-qf-link:hover {
        text-decoration: underline;
        color: var(--brand);
    }

/* Stats 2×2 grid inside card */
.xbyk-qf-stats {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0.75rem;
    margin-top: 1.5rem;
}

.xbyk-qf-stat {
    background: #fff1ea;
    border-radius: 8px;
    padding: 1.75rem;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.75rem;
}

.xbyk-qf-stat-icon {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    box-shadow: 0 2px 8px rgba(238, 90, 46, 0.12);
}

    .xbyk-qf-stat-icon img {
        width: 180px;
        height: 63px;
        object-fit: contain;
    }

.xbyk-qf-stat-val {
    font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
    font-weight: 700;
    font-size: 1.125rem;
    color: var(--brand);
    line-height: 1;
}

.xbyk-qf-stat-lbl {
    font-size: 0.625rem;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: var(--muted);
    margin-top: 0.25rem;
    line-height: 1.3;
}

/* =========================================================
   INSIGHTS SECTION
   ========================================================= */
.xbyk-insights-section {
    background: var(--bg-soft);
}

.xbyk-insights-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.25rem;
    margin-bottom: 2.5rem;
}

.xbyk-insight-card {
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 16px;
    padding: 1.75rem 1.5rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1.25rem;
    transition: all 0.2s ease;
    box-shadow: var(--shadow-sm);
}

    .xbyk-insight-card:hover {
        transform: translateY(-3px);
        box-shadow: var(--shadow-md);
        border-color: var(--brand-soft-2);
    }

.xbyk-insight-body {
    flex: 0 0 50%;
    width: 50%;
    min-width: 0;
}

.xbyk-insight-img-wrap {
    flex: 0 0 50%;
    width: 50%;
    display: flex;
    align-items: stretch;
    justify-content: center;
}

    .xbyk-insight-img-wrap img {
        width: 60%;
        height: 60%;
        object-fit: cover;
        border-radius: 12px;
        display: block;
        border-right: 4px solid var(--brand);
    }

.xbyk-insight-icon {
    font-size: 2.5rem;
    width: 100%;
    height: 100px;
    background: var(--brand-soft);
    border-radius: 14px;
    display: grid;
    place-items: center;
}

.xbyk-insight-body h4 {
    font-size: 1.15rem;
    font-weight: 700;
    margin: 0 0 0.5rem;
    color: var(--ink);
}

.xbyk-insight-body p {
    font-size: 0.95rem;
    color: var(--muted);
    margin: 0;
    line-height: 1.6;
}

.xbyk-insights-cta {
    text-align: center;
}

/* =========================================================
   WHAT HAPPENS NEXT
   ========================================================= */
.xbyk-next-section {
    background: #fff;
}

.xbyk-steps-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
}

.xbyk-step-card {
    background: #fff;
    border: 1.5px solid #e8e8e8;
    border-radius: 16px;
    padding: 2.5rem 2rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 0;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

    .xbyk-step-card:hover {
        transform: translateY(-6px);
        box-shadow: 0 12px 40px -12px rgba(238, 90, 46, 0.15);
        border-color: rgba(238, 90, 46, 0.3);
    }

.xbyk-step-icon-wrap {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: #fff3ee;
    display: grid;
    place-items: center;
    margin-bottom: 1.5rem;
    color: var(--brand);
    flex-shrink: 0;
}

.xbyk-step-label {
    font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
    font-size: 1.3rem;
    font-weight: 700;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: var(--brand);
    margin-bottom: 0.75rem;
}

.xbyk-step-card h3 {
    font-size: 1.25rem;
    margin: 0 0 1rem;
    color: var(--ink);
    line-height: 1.3;
    font-weight: 700;
}

.xbyk-step-card p {
    font-size: 0.95rem;
    color: #666;
    line-height: 1.65;
    margin: 0 0 1.5rem;
    flex-grow: 1;
}

.xbyk-step-time {
    display: inline-block;
    font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
    font-size: 0.68rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--brand);
    background: transparent;
    padding: 0;
    border-radius: 0;
    margin-top: auto;
}

/* =========================================================
   COST OF WAITING
   ========================================================= */
.xbyk-cost-section {
    background: var(--bg-soft);
}

.xbyk-cost-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
}

.xbyk-cost-card {
    background: #fff;
    border-radius: 12px;
    padding: 2rem 1.75rem;
    border-left: 3px solid var(--brand);
    transition: all 0.3s ease;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
}

    .xbyk-cost-card:hover {
        transform: translateY(-4px);
        box-shadow: 0 8px 24px rgba(238, 90, 46, 0.12);
    }

.xbyk-cost-icon {
    width: 40px;
    height: 40px;
    border-radius: 8px;
    background: #fff3ee;
    color: var(--brand);
    display: grid;
    place-items: center;
    margin-bottom: 1.25rem;
}

.xbyk-cost-card h4 {
    font-size: 1.05rem;
    margin: 0 0 0.75rem;
    color: var(--ink);
    line-height: 1.3;
}

.xbyk-cost-card p {
    font-size: 0.88rem;
    color: #666;
    line-height: 1.65;
    margin: 0;
}

/* =========================================================
   PLATFORM COMPARISON
   ========================================================= */
.xbyk-compare-section {
    background: #fff;
}

.xbyk-compare-table-wrap {
    overflow-x: auto;
    border-radius: 16px;
    border: 1px solid #e8e8e8;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.04);
    background: #fff;
}

.xbyk-compare-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 0.9rem;
}

    .xbyk-compare-table thead tr {
        background: #fafafa;
        border-bottom: 1px solid #e8e8e8;
    }

    .xbyk-compare-table th,
    .xbyk-compare-table td {
        padding: 1rem 1.5rem;
        text-align: left;
        border-bottom: 1px solid #f0f0f0;
    }

    .xbyk-compare-table tbody tr:last-child td {
        border-bottom: none;
    }

    .xbyk-compare-table tbody tr:hover {
        background: #fafafa;
    }

/* Feature column - no tint */
.xbyk-ct-feature {
    font-weight: 600;
    color: #333;
    width: 35%;
    font-size: 0.88rem;
    background: transparent;
}

/* Kentico 13 column - red tint ONLY in header */
thead .xbyk-ct-old {
    background: #fff5f5;
}

tbody .xbyk-ct-old {
    background: transparent;
}

/* XbyK column - green tint ONLY in header */
thead .xbyk-ct-new {
    background: #f0fdf4;
}

tbody .xbyk-ct-new {
    background: transparent;
}

.xbyk-ct-old {
    width: 32.5%;
}

.xbyk-ct-new {
    width: 32.5%;
}

.xbyk-ct-head-inner {
    display: flex;
    align-items: center;
    gap: 0.6rem;
}

.xbyk-ct-badge {
    display: inline-block;
    font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
    font-size: 0.6rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    padding: 0.25rem 0.6rem;
    border-radius: 6px;
    white-space: nowrap;
}

.xbyk-ct-badge-eol {
    background: #fee2e2;
    color: #dc2626;
}

.xbyk-ct-badge-new {
    background: #dcfce7;
    color: #16a34a;
}

.xbyk-ct-platform {
    font-size: 0.95rem;
    color: var(--ink);
}

.xbyk-ct-bad {
    color: #dc2626;
    font-size: 0.88rem;
    white-space: nowrap;
}

.xbyk-ct-good {
    color: #16a34a;
    font-weight: 500;
    font-size: 0.88rem;
    white-space: nowrap;
}

    .xbyk-ct-bad svg,
    .xbyk-ct-good svg {
        display: inline;
        vertical-align: middle;
        margin-right: 0.35rem;
        flex-shrink: 0;
    }

.xbyk-ct-icon-x {
    color: #dc2626;
}

.xbyk-ct-icon-check {
    color: #16a34a;
}

.xbyk-compare-cta {
    text-align: center;
    margin-top: 2.5rem;
}

/* =========================================================
   METHODOLOGY - REPLICATE FIRST. EVOLVE SECOND.
   ========================================================= */
.xbyk-methodology-section {
    background: var(--bg-soft);
}

.xbyk-phases-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
    margin-top: 3rem;
}

.xbyk-phase-card {
    background: #fff;
    border: 1px solid #e8e8e8;
    border-radius: 16px;
    padding: 2.5rem;
    display: flex;
    flex-direction: column;
    position: relative;
    transition: all 0.3s ease;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.04);
}

    .xbyk-phase-card:hover {
        transform: translateY(-6px);
        box-shadow: 0 12px 40px -12px rgba(238, 90, 46, 0.15);
        border-color: rgba(238, 90, 46, 0.3);
    }

.xbyk-phase-badge {
    display: inline-block;
    font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
    font-size: 0.80rem;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: #fff;
    background: var(--brand);
    padding: 0.35rem 0.75rem;
    border-radius: 6px;
    margin-bottom: 1.5rem;
    width: fit-content;
}

.xbyk-phase-number {
    position: absolute;
    top: 2rem;
    right: 2rem;
    font-size: 5rem;
    color: #f5f5f5;
    line-height: 1;
    font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
    pointer-events: none;
}

.xbyk-phase-card h3 {
    font-size: 1.35rem;
    margin: 0 0 1rem;
    color: var(--ink);
    line-height: 1.3;
    position: relative;
    z-index: 1;
}

.xbyk-phase-card p {
    font-size: 0.92rem;
    color: #666;
    line-height: 1.65;
    margin: 0 0 1.5rem;
    flex-grow: 1;
    position: relative;
    z-index: 1;
}

.xbyk-phase-duration {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
    font-size: 0.7rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--brand);
    position: relative;
    z-index: 1;
}

    .xbyk-phase-duration svg {
        color: var(--brand);
    }

.xbyk-phases-total {
    font-size: 0.95rem;
    font-weight: 600;
    color: #666;
    text-align: center;
    margin-top: 2rem;
    font-style: italic;
}

/* =========================================================
   TESTIMONIALS
   ========================================================= */
.xbyk-testi-section {
    background: var(--bg-soft);
}

.xbyk-testi-list {
    max-width: 900px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.xbyk-testi-card {
    background: #fff;
    border-radius: 12px;
    padding: 2rem 2.25rem;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.04);
    display: flex;
    flex-direction: column;
    transition: all 0.3s ease;
    border-left: 3px solid var(--brand);
    position: relative;
}

    .xbyk-testi-card:hover {
        transform: translateY(-4px);
        box-shadow: 0 8px 24px rgba(238, 90, 46, 0.12);
    }

.xbyk-testi-quote-mark {
    color: var(--brand);
    margin-bottom: 1rem;
    line-height: 1;
    opacity: 0.8;
}

.xbyk-testi-text {
    font-size: 0.95rem;
    color: #333;
    line-height: 1.7;
    font-weight: 400;
    margin: 0 0 1.5rem;
}

.xbyk-testi-footer {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 1.5rem;
    flex-wrap: wrap;
}

.xbyk-testi-author-info {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
}

.xbyk-testi-name {
    font-weight: 700;
    font-size: 0.95rem;
    color: var(--ink);
}

.xbyk-testi-role {
    font-size: 0.82rem;
    color: #666;
}

.xbyk-testi-meta {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 0.5rem;
}

.xbyk-testi-tag {
    font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
    font-size: 0.6rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    background: transparent;
    color: var(--brand);
    padding: 0;
}

.xbyk-testi-stars {
    color: var(--brand);
    font-size: 0.9rem;
    letter-spacing: 0.1em;
}

/* =========================================================
   CONTACT / ASSESSMENT FORM
   ========================================================= */
.xbyk-contact-section {
    background: var(--bg-soft);
}

.xbyk-contact-inner {
    display: grid;
    grid-template-columns: 0.9fr 1.1fr;
    gap: 3rem;
    align-items: start;
    margin-top: 3rem;
}

.xbyk-contact-left-title {
    font-size: 1.25rem;
    margin: 0 0 1.5rem;
    color: var(--ink);
}

.xbyk-contact-sub {
    color: var(--muted);
    font-size: 1rem;
    line-height: 1.6;
    margin-bottom: 2rem;
}

.xbyk-what-you-get {
    background: transparent;
    border: none;
    border-radius: 0;
    padding: 0;
    margin-bottom: 2rem;
}

    .xbyk-what-you-get h4 {
        display: none;
    }

.xbyk-get-list {
    list-style: none;
    padding: 0;
    margin: 0;
    counter-reset: get-counter;
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

    .xbyk-get-list li {
        counter-increment: get-counter;
        display: flex;
        align-items: center;
        gap: 0.75rem;
        font-size: 0.9rem;
        color: var(--ink);
        font-weight: 500;
    }

        .xbyk-get-list li::before {
            content: counter(get-counter);
            width: 28px;
            height: 28px;
            border-radius: 50%;
            background: var(--brand);
            color: #fff;
            display: grid;
            place-items: center;
            font-size: 0.75rem;
            flex-shrink: 0;
        }

.xbyk-contact-badges {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1.5rem;
    margin-bottom: 1.5rem;
}

.xbyk-cbadge {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
    background: #fef6f2;
    border: none;
    border-radius: 24px;
    padding: 1rem 1.5rem;
    text-align: center;
    transition: all 0.3s ease;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
}

    .xbyk-cbadge:hover {
        transform: translateY(-4px);
        box-shadow: 0 8px 24px rgba(238, 90, 46, 0.1);
    }

.xbyk-cbadge-icon {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: #fff;
    color: var(--brand);
    display: grid;
    place-items: center;
    font-size: 2.5rem;
    box-shadow: 0 4px 12px rgba(238, 90, 46, 0.12);
}

    .xbyk-cbadge-icon svg {
        width: 40px;
        height: 53px;
        stroke-width: 1.5;
    }

.xbyk-cbadge span {
    font-size: 1rem;
    font-weight: 700;
    color: var(--brand);
    line-height: 1.3;
    margin-top: 0.5rem;
}

    .xbyk-cbadge span:last-child {
        font-size: 0.85rem;
        color: #888;
        font-weight: 500;
    }

.xbyk-contact-proof {
    font-size: 0.9rem;
    font-weight: 600;
    color: #333;
    font-style: normal;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

    .xbyk-contact-proof svg {
        color: var(--brand);
        flex-shrink: 0;
    }

/* Form */
.xbyk-form {
    background: #fff;
    border: 1px solid #e8e8e8;
    border-radius: 20px;
    padding: 2.5rem;
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.06);
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
}

.xbyk-form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1.25rem;
}

.xbyk-form-group {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.xbyk-form-full {
    grid-column: span 2;
}

.xbyk-form-group label {
    font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #888;
}

.xbyk-form-group .req {
    color: var(--brand);
}

.xbyk-form-group input,
.xbyk-form-group select,
.xbyk-form-group textarea {
    padding: 1rem 1.1rem;
    border: 1.5px solid #e0e0e0;
    border-radius: 10px;
    font-size: 0.92rem;
    font-family: var(--font-sans);
    color: var(--ink);
    background: #fff;
    outline: none;
    transition: border-color 0.2s, box-shadow 0.2s;
    width: 100%;
    appearance: auto;
}

    .xbyk-form-group input::placeholder,
    .xbyk-form-group textarea::placeholder {
        color: #d0d0d0;
    }

.xbyk-form-group select {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%23666' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 1.1rem center;
    background-size: 1rem;
    padding-right: 3rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

    .xbyk-form-group select option {
        color: #333;
    }

        .xbyk-form-group select option:checked {
            color: var(--ink);
        }

    .xbyk-form-group input:focus,
    .xbyk-form-group select:focus,
    .xbyk-form-group textarea:focus {
        border-color: var(--brand);
        box-shadow: 0 0 0 3px rgba(238, 90, 46, 0.08);
    }

.xbyk-form-group textarea {
    resize: vertical;
    min-height: 120px;
}

/* Big full-width orange submit button */
.xbyk-form-submit-btn {
    width: 100%;
    background: var(--brand);
    color: #fff;
    font-weight: 700;
    font-size: 1.05rem;
    padding: 1.1rem 1.5rem;
    border-radius: 12px;
    border: none;
    cursor: pointer;
    text-align: center;
    transition: background 0.2s, transform 0.15s;
    margin-top: 0.25rem;
    letter-spacing: 0.01em;
}

    .xbyk-form-submit-btn:hover {
        background: var(--brand-dark);
        transform: scale(1.01);
    }

.xbyk-form-submit {
    padding: 1rem 1.5rem;
    font-size: 1rem;
    border-radius: 12px;
    margin-top: 0.25rem;
}

.xbyk-form-privacy {
    font-size: 0.78rem;
    color: #999;
    text-align: center;
    margin: 0;
}

/* =========================================================
   FAQ
   ========================================================= */
.xbyk-faq-section {
    background: #fff;
}

.xbyk-faq-list {
    max-width: 860px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.xbyk-faq-item {
    background: #fff;
    border: 1.5px solid #e8e8e8;
    border-radius: 14px;
    overflow: hidden;
    transition: border-color 0.2s, box-shadow 0.2s;
}

    .xbyk-faq-item.open {
        border-color: #e8e8e8;
        box-shadow: 0 4px 16px rgba(0, 0, 0, 0.06);
    }

.xbyk-faq-q {
    width: 100%;
    background: transparent;
    border: none;
    padding: 1.25rem 1.5rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    font-size: 0.95rem;
    font-weight: 700;
    color: var(--ink);
    text-align: left;
    cursor: pointer;
    font-family: var(--font-sans);
    transition: color 0.2s;
}

    .xbyk-faq-q:hover {
        color: var(--brand);
    }

/* + icon in orange circle */
.xbyk-faq-plus {
    flex-shrink: 0;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: #fff3ee;
    color: var(--brand);
    display: grid;
    place-items: center;
    font-size: 1.4rem;
    font-weight: 300;
    line-height: 1;
    transition: background 0.2s;
    font-family: Arial, sans-serif;
    user-select: none;
}

.xbyk-faq-item.open .xbyk-faq-plus {
    background: #fff3ee;
    color: var(--brand);
}

.xbyk-faq-a {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.35s ease, padding 0.35s ease;
    padding: 0 1.5rem;
}

.xbyk-faq-item.open .xbyk-faq-a {
    max-height: 400px;
    padding: 0 1.5rem 1.25rem;
}

.xbyk-faq-a p {
    font-size: 0.9rem;
    color: #666;
    line-height: 1.7;
    margin: 0;
    border-top: 1px solid #f0f0f0;
    padding-top: 1rem;
}

/* =========================================================
   FINAL CTA SECTION
   ========================================================= */
.xbyk-final-cta-section {
    background: #fff;
    padding: 5rem 0;
}

.xbyk-final-cta-box {
    background: var(--brand);
    border-radius: 24px;
    display: grid;
    grid-template-columns: 55% 45%;
    overflow: hidden;
    min-height: 360px;
    align-items: stretch;
}

/* LEFT - text content */
.xbyk-final-cta-left {
    padding: 3rem 2.5rem 3rem 3rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

    .xbyk-final-cta-left h2 {
        color: #fff;
        font-size: clamp(1.5rem, 2.5vw, 2.1rem);
        line-height: 1.15;
        margin: 0 0 0.6rem;
    }

    .xbyk-final-cta-left > p {
        color: rgba(255, 255, 255, 0.8);
        font-size: 0.88rem;
        line-height: 1.6;
        margin: 0 0 1.5rem;
    }

/* Countdown inside CTA */
.xbyk-final-countdown {
    display: block;
    background: rgba(0, 0, 0, 0.15);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 12px;
    padding: 1.5rem;
    margin-bottom: 1.5rem;
    width: 100%;
}

.xbyk-final-cd-label {
    font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
    font-size: 0.65rem;
    font-weight: 700;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.7);
    margin-bottom: 1rem;
    display: block;
}

.xbyk-final-cd-units {
    display: flex;
    gap: 1rem;
    align-items: center;
}

.xbyk-final-cd-unit {
    text-align: center;
    background: rgba(0, 0, 0, 0.2);
    border-radius: 8px;
    padding: 1rem 1.25rem;
    flex: 1;
    min-width: 0;
}

.xbyk-final-cd-val {
    display: block;
    font-size: 2.75rem;
    color: #fff;
    line-height: 1;
    font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
    letter-spacing: -0.03em;
    font-weight: 700;
}

.xbyk-final-cd-lbl {
    display: block;
    font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
    font-size: 0.6rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.65);
    margin-top: 0.5rem;
}

/* CTA button - white on orange */
.xbyk-final-cta-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    background: #fff;
    color: var(--brand);
    font-weight: 700;
    font-size: 1rem;
    padding: 1rem 1.75rem;
    border-radius: 8px;
    text-decoration: none;
    transition: all 0.2s;
    width: stretch;
}

    .xbyk-final-cta-btn:hover {
        background: #f5f5f5;
        color: var(--brand);
        transform: scale(1.02);
    }

.xbyk-final-trust {
    font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
    font-size: 0.58rem;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.45);
    margin: 0;
}

/* RIGHT - image area */
.xbyk-final-cta-right {
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    min-height: 360px;
}

.xbyk-final-img-placeholder {
    width: 100%;
    height: 100%;
    min-height: 360px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1.5rem;
}

    .xbyk-final-img-placeholder img {
        width: 100%;
        max-width: 420px;
        height: auto;
        object-fit: contain;
        display: block;
    }

/* Responsive */
@media (max-width: 900px) {
    .xbyk-final-cta-box {
        grid-template-columns: 1fr;
    }

    .xbyk-final-cta-right {
        display: none;
    }

    .xbyk-final-cta-left {
        padding: 2.5rem 2rem;
    }
}

/* =========================================================
   FOOTER
   ========================================================= */
.xbyk-footer {
    background: #fff;
    color: #444;
    border-top: 1px solid #e8e8e8;
    padding: 3rem 0 0;
}

.xbyk-footer-top {
    display: grid;
    grid-template-columns: 1.4fr 1fr 1fr 1fr;
    gap: 2.5rem;
    padding-bottom: 2.5rem;
    border-bottom: 1px solid #e8e8e8;
}

/* Logo */
.xbyk-footer-logo {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    text-decoration: none;
    margin-bottom: 1rem;
}

.xbyk-footer-logo-icon {
    width: 32px;
    height: 32px;
    border-radius: 8px;
    background: var(--brand);
    color: #fff;
    display: grid;
    place-items: center;
    font-size: 1rem;
    flex-shrink: 0;
}

.xbyk-footer-logo-name {
    font-size: 1.1rem;
    font-weight: 700;
    color: #111;
}

    .xbyk-footer-logo-name b {
        color: var(--brand);
    }

.xbyk-footer-tagline {
    font-size: 0.82rem;
    color: #666;
    line-height: 1.6;
    margin-bottom: 1.25rem;
    max-width: 280px;
}

.xbyk-footer-socials {
    display: flex;
    gap: 0.5rem;
}

.xbyk-social-link {
    width: 30px;
    height: 30px;
    border-radius: 6px;
    background: #f3f3f3;
    color: #555;
    display: grid;
    place-items: center;
    transition: all 0.2s;
}

    .xbyk-social-link:hover {
        background: var(--brand);
        color: #fff;
    }

/* Nav columns */
.xbyk-footer-col-title {
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    color: #111;
    margin-bottom: 1rem;
    font-family: var(--font-sans);
    text-transform: none;
}

.xbyk-footer-col ul {
    list-style: none;
    padding: 0;
    margin: 0 0 1.25rem;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

    .xbyk-footer-col ul li a {
        font-size: 0.82rem;
        color: #555;
        transition: color 0.2s;
        text-decoration: none;
    }

        .xbyk-footer-col ul li a:hover {
            color: var(--brand);
        }

/* Contact block inside Company column */
.xbyk-footer-contact-block {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    padding-top: 0.75rem;
    border-top: 1px solid #e8e8e8;
}

.xbyk-footer-contact-item {
    display: inline-flex;
    align-items: flex-start;
    gap: 0.4rem;
    font-size: 0.78rem;
    color: #555;
    transition: color 0.2s;
    text-decoration: none;
    line-height: 1.4;
}

    .xbyk-footer-contact-item svg {
        flex-shrink: 0;
        margin-top: 1px;
        color: var(--brand);
    }

    .xbyk-footer-contact-item:hover {
        color: var(--brand);
    }

/* Partner badge pills row */
.xbyk-footer-badges-row {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 1.5rem 0;
    border-bottom: 1px solid #e8e8e8;
    flex-wrap: wrap;
}

.xbyk-footer-badge-pill {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
    font-size: 0.6rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--brand);
    padding: 0.4rem 1rem;
    background: transparent;
}

    .xbyk-footer-badge-pill img {
        height: 40px;
        width: auto;
        object-fit: contain;
        display: block;
    }

/* Footer bottom bar */
.xbyk-footer-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1.1rem 0;
    font-size: 0.75rem;
    color: #888;
    flex-wrap: wrap;
    gap: 0.75rem;
}

.xbyk-footer-legal {
    display: flex;
    gap: 1.25rem;
}

    .xbyk-footer-legal a {
        color: #888;
        font-size: 0.75rem;
        transition: color 0.2s;
        text-decoration: none;
    }

        .xbyk-footer-legal a:hover {
            color: var(--brand);
        }

/* =========================================================
   RESPONSIVE
   ========================================================= */

/* ---- 1100px ---- */
@media (max-width: 1100px) {
    .xbyk-hero-inner {
        grid-template-columns: 1fr;
    }

    .xbyk-quick-form-card {
        position: static;
        max-width: 560px;
    }

    .xbyk-insights-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .xbyk-testi-list {
        gap: 1.25rem;
    }

    .xbyk-footer-top {
        grid-template-columns: 1fr 1fr;
        gap: 2rem;
    }
}

/* ---- 768px ---- */
@media (max-width: 768px) {
    .xbyk-hero-grid {
        grid-template-columns: 1fr;
    }

    .xbyk-hero-right {
        position: static;
    }

    .xbyk-steps-grid {
        grid-template-columns: 1fr;
        max-width: 560px;
        margin: 0 auto;
    }

    .xbyk-cost-grid {
        grid-template-columns: 1fr 1fr;
    }

    .xbyk-phases-grid {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }

    .xbyk-contact-inner {
        grid-template-columns: 1fr;
        gap: 2.5rem;
    }

    .xbyk-compare-table th,
    .xbyk-compare-table td {
        padding: 0.75rem 0.9rem;
        font-size: 0.85rem;
    }

    .xbyk-countdown-block {
        padding: 1.25rem;
        margin: 1.5rem 0;
    }

    .xbyk-countdown-label {
        font-size: 0.75rem;
        margin-bottom: 0.85rem;
    }

    .xbyk-countdown-units {
        gap: 0.85rem;
    }

    .xbyk-cd-val {
        font-size: 1.8rem;
    }

    .xbyk-final-cd-units {
        gap: 1rem;
    }

    .xbyk-final-cd-val {
        font-size: 2rem;
    }

    .xbyk-section {
        padding: 2.5rem 0;
    }

    .xbyk-hero {
        padding: 1.5rem 0 2.5rem;
    }

    .xbyk-hero-h1 {
        font-size: clamp(1.75rem, 6vw, 2.4rem);
    }

    .xbyk-partner-badges {
        gap: 1rem;
        width: 100%;
    }

    .xbyk-testi-list {
        max-width: 100%;
    }

    .xbyk-form-row {
        grid-template-columns: 1fr;
    }

    .xbyk-form-full {
        grid-column: span 1;
    }

    .xbyk-contact-badges {
        grid-template-columns: repeat(2, 1fr);
    }

    .xbyk-footer-top {
        grid-template-columns: 1fr;
        gap: 2rem;
    }

    .xbyk-footer-contact-block {
        gap: 0.4rem;
    }

    .xbyk-footer-partner-row {
        gap: 1rem;
    }

    .xbyk-footer-bottom {
        flex-direction: column;
        align-items: flex-start;
    }
}

/* ---- 480px ---- */
@media (max-width: 480px) {
    .xbyk-hero-ctas {
        flex-direction: column;
        gap: 0.75rem;
    }

        .xbyk-hero-ctas .btn {
            width: 100%;
            justify-content: center;
            padding: 0.8rem 1rem;
            font-size: 0.9rem;
        }

    .xbyk-hero-h1 {
        font-size: clamp(1.5rem, 5vw, 2rem);
        line-height: 1.2;
    }

    .xbyk-hero-lead {
        font-size: 0.9rem;
        line-height: 1.5;
    }

    .xbyk-countdown-block {
        margin: 1.5rem 0;
        padding: 1rem;
        background: #fafafa;
        border-radius: 8px;
    }

    .xbyk-countdown-label {
        font-size: 0.7rem;
        letter-spacing: 0.08em;
        margin-bottom: 0.75rem;
    }

    .xbyk-countdown-units {
        gap: 0.5rem;
        flex-wrap: wrap;
    }

    .xbyk-cd-unit {
        min-width: calc(25% - 0.4rem);
        flex: 1 1 calc(25% - 0.4rem);
    }

    .xbyk-cd-val {
        font-size: 1.4rem;
        font-weight: 800;
    }

    .xbyk-cd-label {
        font-size: 0.55rem;
    }

    .xbyk-qf-card {
        padding: 1.25rem;
        margin-top: 2rem;
    }

    .xbyk-qf-stats {
        grid-template-columns: 1fr 1fr;
        gap: 0.75rem;
    }

    .xbyk-insights-grid {
        grid-template-columns: 1fr;
        gap: 1rem;
    }

    .xbyk-compare-table .xbyk-ct-feature {
        display: none;
    }

    .xbyk-compare-table th,
    .xbyk-compare-table td {
        width: 50%;
        padding: 0.7rem 0.75rem;
        font-size: 0.8rem;
    }

    .xbyk-final-countdown {
        padding: 1.25rem 1.5rem;
        margin: 1.5rem 0;
    }

    .xbyk-final-cd-label {
        font-size: 0.7rem;
        margin-bottom: 0.75rem;
    }

    .xbyk-final-cd-units {
        gap: 0.5rem;
        flex-wrap: wrap;
    }

    .xbyk-final-cd-unit {
        min-width: calc(25% - 0.4rem);
        flex: 1 1 calc(25% - 0.4rem);
    }

    .xbyk-final-cd-val {
        font-size: 1.4rem;
        font-weight: 800;
    }

    .xbyk-final-cd-label-sub {
        font-size: 0.55rem;
    }

    .xbyk-testi-footer {
        flex-direction: column;
        align-items: flex-start;
        gap: 1rem;
    }

    .xbyk-footer-top {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }

    .xbyk-footer-contact-block {
        gap: 0.3rem;
    }

    .xbyk-hero {
        padding: 1.5rem 0 2rem;
    }

    .xbyk-section {
        padding: 2.5rem 0;
    }

    .xbyk-steps-grid,
    .xbyk-phases-grid,
    .xbyk-cost-grid {
        grid-template-columns: 1fr;
        max-width: 100%;
    }

    .announce code {
        font-size: 0.8rem;
    }

    .announce .countdown {
        font-size: 0.75rem;
    }
}


/* =========================================================
   TECHNOLOGY STACK - ALTERNATE ROW COLORS
   ========================================================= */
.ts-row--alt-0 {
    background-color: #f9f9f9;
    padding: 1.25rem 1rem;
    margin: 0 -1rem;
    padding-left: 1rem;
}

.ts-row--alt-1 {
    background-color: #fff3ee;
    padding: 1.25rem 1rem;
    margin: 0 -1rem;
    padding-left: 1rem;
}


/* ======= ULTRA-RESPONSIVE: GRANULAR BREAKPOINTS FOR EVERY DIMENSION ======= */

/* 595px Breakpoint - Specific for awkward screen sizes */
@media (max-width: 595px) and (min-width: 481px) {
    .xbyk-hero-grid {
        grid-template-columns: 1fr !important;
        gap: 2rem !important;
    }

    .xbyk-hero-left h1 {
        font-size: clamp(1.2rem, 5vw, 1.8rem) !important;
    }

    .xbyk-hero-lead {
        font-size: 0.92rem;
    }

    .xbyk-countdown-units {
        display: flex;
        flex-direction: column;
        gap: 1rem;
        align-items: stretch;
    }

    .xbyk-cd-unit {
        display: flex;
        gap: 0.8rem;
        align-items: center;
        justify-content: space-between;
        padding: 0.75rem;
    }

    .xbyk-cd-val {
        font-size: 1.8rem !important;
        min-width: 60px;
    }

    .xbyk-cd-lbl {
        font-size: 0.7rem;
        text-align: right;
    }

    .xbyk-hero-ctas {
        flex-direction: column !important;
        gap: 0.5rem !important;
        width: 100% !important;
    }

    .xbyk-btn-primary,
    .xbyk-btn-outline {
        width: 100% !important;
        font-size: 0.84rem;
    }

    .xbyk-qf-card {
        padding: 1.5rem;
    }

    .xbyk-qf-stats {
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 1rem !important;
    }

    .xbyk-content-block {
        grid-template-columns: 1fr !important;
    }
}

/* 550px - Mid Mobile Range */
@media (max-width: 550px) {
    .xbyk-hero-grid {
        grid-template-columns: 1fr !important;
        gap: 1.5rem !important;
    }

    .xbyk-hero-left h1 {
        font-size: clamp(1.15rem, 5vw, 1.8rem) !important;
    }

    .xbyk-hero-lead {
        font-size: 0.88rem;
    }

    .xbyk-countdown-units {
        display: flex;
        flex-direction: column;
        gap: 0.9rem;
    }

    .xbyk-cd-unit {
        display: flex;
        gap: 0.7rem;
        align-items: center;
        padding: 0.7rem;
    }

    .xbyk-cd-val {
        font-size: 1.7rem !important;
    }

    .xbyk-hero-ctas {
        flex-direction: column !important;
        gap: 0.45rem !important;
    }

    .xbyk-btn-primary,
    .xbyk-btn-outline {
        width: 100% !important;
        font-size: 0.81rem;
    }

    .xbyk-qf-stats {
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 0.9rem !important;
    }

    .xbyk-content-block {
        grid-template-columns: 1fr !important;
    }
}

/* 500px - Small Mobile */
@media (max-width: 500px) {
    .xbyk-hero-grid {
        grid-template-columns: 1fr !important;
        gap: 1.2rem !important;
    }

    .xbyk-hero-left h1 {
        font-size: clamp(1.1rem, 5vw, 1.7rem) !important;
    }

    .xbyk-hero-lead {
        font-size: 0.85rem;
    }

    .xbyk-countdown-units {
        flex-direction: column;
        gap: 0.8rem;
    }

    .xbyk-cd-unit {
        flex-direction: row;
        gap: 0.6rem;
        padding: 0.6rem;
    }

    .xbyk-cd-val {
        font-size: 1.5rem !important;
    }

    .xbyk-cd-lbl {
        font-size: 0.65rem;
    }

    .xbyk-hero-ctas {
        flex-direction: column !important;
        gap: 0.4rem !important;
        width: 100% !important;
    }

    .xbyk-btn-primary,
    .xbyk-btn-outline {
        width: 100% !important;
        font-size: 0.8rem;
        padding: 0.54rem 0.9rem !important;
    }

    .xbyk-qf-card {
        padding: 1.25rem;
    }

    .xbyk-qf-stats {
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 0.8rem !important;
    }



    .xbyk-content-block {
        grid-template-columns: 1fr !important;
    }
}

/* 450px - Mid-Small Mobile */
@media (max-width: 450px) {
    .xbyk-hero-grid {
        grid-template-columns: 1fr !important;
        gap: 1rem !important;
    }

    .xbyk-hero-left h1 {
        font-size: clamp(1.05rem, 5vw, 1.6rem) !important;
    }

    .xbyk-hero-lead {
        font-size: 0.82rem;
    }

    .xbyk-countdown-units {
        gap: 0.7rem;
    }

    .xbyk-cd-unit {
        padding: 0.55rem;
        gap: 0.5rem;
    }

    .xbyk-cd-val {
        font-size: 1.4rem !important;
    }

    .xbyk-hero-ctas {
        width: 100% !important;
    }

    .xbyk-btn-primary,
    .xbyk-btn-outline {
        width: 100% !important;
        font-size: 0.78rem;
        padding: 0.52rem 0.85rem !important;
    }

    .xbyk-qf-stats {
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 0.75rem !important;
    }

    .xbyk-content-block {
        grid-template-columns: 1fr !important;
    }
}

/* 380px - Extra Small Mobile */
@media (max-width: 380px) {

    html,
    body {
        font-size: 13px;
    }

    .xbyk-hero-grid {
        grid-template-columns: 1fr !important;
        gap: 0.9rem !important;
    }

    .xbyk-hero-left h1 {
        font-size: clamp(1rem, 5vw, 1.5rem) !important;
    }

    .xbyk-hero-lead {
        font-size: 0.8rem;
    }

    .xbyk-countdown-label {
        font-size: 0.7rem;
    }

    .xbyk-countdown-units {
        gap: 0.6rem;
    }

    .xbyk-cd-unit {
        padding: 0.5rem;
        gap: 0.45rem;
    }

    .xbyk-cd-val {
        font-size: 1.3rem !important;
    }

    .xbyk-cd-lbl {
        font-size: 0.6rem;
    }

    .xbyk-hero-ctas {
        gap: 0.35rem !important;
    }

    .xbyk-btn-primary,
    .xbyk-btn-outline {
        width: 100% !important;
        font-size: 0.76rem;
        padding: 0.5rem 0.8rem !important;
    }

    .xbyk-qf-card {
        padding: 1rem;
    }

    .xbyk-qf-stats {
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 0.65rem !important;
    }

    .xbyk-qf-stat-val {
        font-size: 1.4rem;
    }

    .xbyk-qf-stat-lbl {
        font-size: 0.65rem;
    }

    .xbyk-content-block {
        grid-template-columns: 1fr !important;
    }
}

/* 320px - Ultra Small Mobile */
@media (max-width: 320px) {

    html,
    body {
        font-size: 12px;
    }

    .xbyk-hero-grid {
        grid-template-columns: 1fr !important;
        gap: 0.8rem !important;
    }

    .xbyk-hero-left h1 {
        font-size: clamp(0.95rem, 5vw, 1.4rem) !important;
    }

    .xbyk-hero-lead {
        font-size: 0.75rem;
    }

    .xbyk-countdown-label {
        font-size: 0.65rem;
    }

    .xbyk-countdown-units {
        gap: 0.5rem;
    }

    .xbyk-cd-unit {
        padding: 0.45rem;
        gap: 0.4rem;
    }

    .xbyk-cd-val {
        font-size: 1.2rem !important;
    }

    .xbyk-cd-lbl {
        font-size: 0.55rem;
    }

    .xbyk-btn-primary,
    .xbyk-btn-outline {
        width: 100% !important;
        font-size: 0.7rem;
        padding: 0.45rem 0.7rem !important;
    }

    .xbyk-qf-card {
        padding: 0.9rem;
    }

    .xbyk-qf-stats {
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 0.5rem !important;
    }

    .xbyk-qf-stat-val {
        font-size: 1.3rem;
    }

    .xbyk-qf-stat-lbl {
        font-size: 0.6rem;
    }

    .xbyk-content-block {
        grid-template-columns: 1fr !important;
    }



    h3 {
        font-size: clamp(0.8rem, 3vw, 1.1rem) !important;
    }
}

/* 550px - Mid Mobile Range */
@media (max-width: 550px) {
    .xbyk-hero-h1 {
        font-size: clamp(1.15rem, 5vw, 1.8rem);
    }

    .xbyk-hero-subtitle {
        font-size: 0.88rem;
    }

    .btn {
        font-size: 0.81rem;
        padding: 0.56rem 0.95rem;
    }

    .xbyk-hero-ctas {
        flex-direction: column;
        gap: 0.5rem;
    }
}

/* 500px - Small Mobile */
@media (max-width: 500px) {
    .xbyk-hero-h1 {
        font-size: clamp(1.1rem, 5vw, 1.7rem);
    }

    .xbyk-hero-subtitle {
        font-size: 0.85rem;
    }

    .btn {
        font-size: 0.8rem;
        padding: 0.54rem 0.9rem;
    }

    .xbyk-hero-grid {
        grid-template-columns: 1fr;
    }

    .xbyk-content-block {
        grid-template-columns: 1fr;
    }

    h2 {
        font-size: clamp(0.95rem, 6vw, 2rem);
    }
}

/* 450px - Mid-Small Mobile */
@media (max-width: 450px) {
    .xbyk-hero-h1 {
        font-size: clamp(1.05rem, 5vw, 1.6rem);
    }

    .xbyk-hero-subtitle {
        font-size: 0.82rem;
    }

    .btn {
        font-size: 0.78rem;
        padding: 0.52rem 0.85rem;
    }

    .xbyk-hero-ctas {
        width: 100%;
    }

        .xbyk-hero-ctas .btn {
            width: 100%;
        }
}

/* 380px - Extra Small Mobile */
@media (max-width: 380px) {

    html,
    body {
        font-size: 13px;
    }

    .xbyk-hero-h1 {
        font-size: clamp(1rem, 5vw, 1.5rem);
    }

    .xbyk-hero-subtitle {
        font-size: 0.8rem;
    }

    .btn {
        font-size: 0.76rem;
        padding: 0.5rem 0.8rem;
    }



    h3 {
        font-size: clamp(0.9rem, 3vw, 1.2rem);
    }
}

/* 320px - Ultra Small Mobile */
@media (max-width: 320px) {

    html,
    body {
        font-size: 12px;
    }

    .xbyk-hero-h1 {
        font-size: clamp(0.95rem, 5vw, 1.4rem);
    }

    .xbyk-hero-subtitle {
        font-size: 0.75rem;
    }

    .btn {
        font-size: 0.7rem;
        padding: 0.45rem 0.7rem;
    }



    h3 {
        font-size: clamp(0.8rem, 3vw, 1.1rem);
    }
}


/* ======= CTA SECTION MOBILE FIXES ======= */

/* Hide CTA visual and add padding */
@media (max-width: 900px) {
    .xbyk-cta-visual {
        display: none !important;
    }

    .xbyk-cta-content {
        width: 100%;
    }
}

@media (max-width: 768px) {
    .xbyk-cta-visual {
        display: none !important;
    }

    .xbyk-cta-content {
        padding: 0 1.25rem;
    }

        .xbyk-cta-content h2 {
            font-size: clamp(1.4rem, 4vw, 2rem);
            margin-bottom: 1rem;
        }

        .xbyk-cta-content p {
            font-size: 0.95rem;
            margin-bottom: 1.2rem;
        }
}

@media (max-width: 620px) {
    .xbyk-cta-visual {
        display: none !important;
    }

    .xbyk-cta-content {
        padding: 0 1.1rem;
    }

        .xbyk-cta-content h2 {
            font-size: clamp(1.2rem, 4vw, 1.8rem);
        }
}

@media (max-width: 500px) {
    .xbyk-cta-visual {
        display: none !important;
    }

    .xbyk-cta-content {
        padding: 0 1rem;
    }

        .xbyk-cta-content h2 {
            font-size: clamp(1.1rem, 4vw, 1.6rem);
            margin-bottom: 0.8rem;
        }

        .xbyk-cta-content p {
            font-size: 0.85rem;
            margin-bottom: 1rem;
        }
}

@media (max-width: 400px) {
    .xbyk-cta-visual {
        display: none !important;
    }

    .xbyk-cta-content {
        padding: 0 0.9rem;
    }

        .xbyk-cta-content h2 {
            font-size: clamp(1rem, 4vw, 1.5rem);
        }

        .xbyk-cta-content p {
            font-size: 0.8rem;
        }
}

@media (max-width: 320px) {
    .xbyk-cta-visual {
        display: none !important;
    }

    .xbyk-cta-content {
        padding: 0 0.75rem;
    }

        .xbyk-cta-content h2 {
            font-size: clamp(0.95rem, 4vw, 1.4rem);
        }

        .xbyk-cta-content p {
            font-size: 0.75rem;
        }
}

/* ======= GLOBAL MOBILE PADDING FOR XBYK ======= */

@media (max-width: 768px) {

    .container,
    .container-xxl {
        padding-left: 1.25rem;
        padding-right: 1.25rem;
    }

    .xbyk-section {
        padding-left: 0;
        padding-right: 0;
    }
}

@media (max-width: 620px) {

    .container,
    .container-xxl {
        padding-left: 1.1rem;
        padding-right: 1.1rem;
    }

    .xbyk-hero {
        padding-left: 1.1rem;
        padding-right: 1.1rem;
    }
}

@media (max-width: 500px) {

    .container,
    .container-xxl {
        padding-left: 1rem;
        padding-right: 1rem;
    }

    .xbyk-hero {
        padding-left: 1rem;
        padding-right: 1rem;
    }
}

@media (max-width: 400px) {

    .container,
    .container-xxl {
        padding-left: 0.9rem;
        padding-right: 0.9rem;
    }

    .xbyk-hero {
        padding-left: 0.9rem;
        padding-right: 0.9rem;
    }
}

@media (max-width: 320px) {

    .container,
    .container-xxl {
        padding-left: 0.75rem;
        padding-right: 0.75rem;
    }

    .xbyk-hero {
        padding-left: 0.75rem;
        padding-right: 0.75rem;
    }
}


/* ======= HERO SECTION PADDING ADJUSTMENTS ======= */

@media (max-width: 1100px) {
    .xbyk-hero {
        padding: 1.75rem 0 2.75rem;
    }
}

@media (max-width: 768px) {
    .xbyk-hero {
        padding: 1.5rem 0 2.5rem;
    }
}

@media (max-width: 620px) {
    .xbyk-hero {
        padding: 1.25rem 0 2rem;
    }
}

@media (max-width: 500px) {
    .xbyk-hero {
        padding: 1rem 0 1.75rem;
    }
}

@media (max-width: 400px) {
    .xbyk-hero {
        padding: 0.75rem 0 1.5rem;
    }
}

@media (max-width: 320px) {
    .xbyk-hero {
        padding: 0.6rem 0 1.25rem;
    }
}