/* =========================================================
   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.1
}

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: var(--font-display);
    padding: 0
}

.announce .countdown {
    font-family: var(--font-display)
}

.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;
    height: 45px;
}

.xbyk-footer-logo img {
    width: auto;
    display: block;
    height: 45px;
}

.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);
}

.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;
    }

    .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;
    }

    /* Platform Overview */
    .platform-overview {
        grid-template-columns: 1fr;
        gap: 2rem;
    }

    .platform-overview-left h2 {
        font-size: clamp(1.3rem, 4vw, 1.8rem);
    }

    .platform-overview-left p {
        font-size: 0.85rem;
    }

    .platform-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 1rem;
    }

    .platform-card {
        padding: 1.25rem;
    }

    .platform-card-icon {
        width: 40px;
        height: 40px;
    }

    .platform-card-icon svg {
        width: 20px;
        height: 20px;
    }

    .platform-card h4 {
        font-size: 0.9rem;
    }

    .platform-card p {
        font-size: 0.75rem;
    }

    .why-choose-section {
        grid-template-columns: 1fr;
        gap: 2rem;
    }

    .why-choose-benefits {
        gap: 1.5rem;
    }

    .benefit-item {
        gap: 1rem;
    }

    .benefit-circle {
        width: 45px;
        height: 45px;
        min-width: 45px;
        font-size: 0.9rem;
    }

    .benefit-content h4 {
        font-size: 0.95rem;
        margin-bottom: 0.4rem;
    }

    .benefit-content p {
        font-size: 0.8rem;
        line-height: 1.5;
    }

    .credentials-box {
        padding: 1.5rem;
        border-width: 2px;
    }

    .credentials-box h4 {
        font-size: 1rem;
    }

    .credentials-label {
        font-size: 0.75rem;
        margin-bottom: 1.25rem;
    }

    .credentials-checklist {
        gap: 0.7rem;
        margin-bottom: 1.25rem;
    }

    .credentials-checklist li {
        font-size: 0.8rem;
        gap: 0.7rem;
    }

    .check-circle {
        min-width: 18px;
        width: 18px;
        height: 18px;
        font-size: 0.65rem;
    }

    .credentials-stats-row {
        gap: 0.8rem;
        padding-top: 1.25rem;
    }

    .stat-num {
        font-size: 1.2rem;
    }

    .stat-name {
        font-size: 0.65rem;
    }

    .eol-benefits-grid {
        grid-template-columns: 1fr !important;
        gap: 0.75rem;
        margin-bottom: 2rem;
    }

    .eol-benefit-card {
        padding: 1.25rem;
    }

    .eol-benefit-card h4 {
        font-size: 0.88rem;
    }

    .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 .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;
    }

    /* Platform Overview */
    .platform-overview {
        grid-template-columns: 1fr;
        gap: 2.5rem;
    }

    .platform-overview-left h2 {
        font-size: clamp(1.5rem, 4vw, 2rem);
    }

    .platform-overview-left p {
        font-size: 0.9rem;
    }

    .platform-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 1.25rem;
    }

    .platform-card {
        padding: 1.5rem;
    }

    .platform-card h4 {
        font-size: 0.95rem;
    }

    .platform-card p {
        font-size: 0.8rem;
    }

    /* Why Choose DotStark Grid */
    .why-choose-section {
        grid-template-columns: 1fr;
        gap: 2.5rem;
    }

    .why-choose-benefits {
        gap: 1.75rem;
    }

    .benefit-item {
        gap: 1.25rem;
    }

    .benefit-circle {
        width: 50px;
        height: 50px;
        min-width: 50px;
        font-size: 1rem;
    }

    .benefit-content h4 {
        font-size: 1rem;
    }

    .benefit-content p {
        font-size: 0.85rem;
    }

    .credentials-box {
        padding: 1.75rem;
    }

    .credentials-box h4 {
        font-size: 1.05rem;
    }

    .credentials-checklist {
        gap: 0.85rem;
        margin-bottom: 1.5rem;
    }

    .credentials-checklist li {
        font-size: 0.85rem;
    }

    .credentials-stats-row {
        gap: 1rem;
    }

    .stat-num {
        font-size: 1.4rem;
    }

    /* EOL Benefits Grid */
    .eol-benefits-grid {
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 1rem;
        margin-bottom: 2.5rem;
    }

    .eol-benefit-card {
        padding: 1.25rem;
    }

    .eol-benefit-card h4 {
        font-size: 0.9rem;
    }

    /* 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;
    }
}

@media (max-width: 992px) {
    .why-choose-section {
        grid-template-columns: 1fr !important;
    }
}

/* ======= 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: 4rem 0;
    }

    .section.bg-soft {
        padding: 4rem 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;
    }

    /* Platform Overview Mobile */
    .platform-overview {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }

    .platform-overview-left .eyebrow {
        font-size: 0.65rem;
    }

    .platform-overview-left h2 {
        font-size: clamp(1.2rem, 5vw, 1.6rem);
        margin-bottom: 0.5rem;
    }

    .platform-overview-left p {
        font-size: 0.8rem;
        line-height: 1.5;
    }

    .platform-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 0.9rem;
    }

    .platform-card {
        padding: 1rem;
        gap: 0.75rem;
    }

    .platform-card-icon {
        width: 36px;
        height: 36px;
    }

    .platform-card-icon svg {
        width: 18px;
        height: 18px;
    }

    .platform-card h4 {
        font-size: 0.85rem;
        margin: 0;
    }

    .platform-card p {
        font-size: 0.7rem;
        margin: 0;
    }

    /* Why Choose DotStark Mobile */
    .why-choose-section {
        grid-template-columns: 1fr;
        gap: 1.5rem;
        margin-top: 2rem;
    }

    .why-choose-benefits {
        gap: 1.25rem;
    }

    .benefit-item {
        gap: 0.9rem;
        align-items: flex-start;
    }

    .benefit-circle {
        width: 40px;
        height: 40px;
        min-width: 40px;
        font-size: 0.85rem;
    }

    .benefit-content h4 {
        font-size: 0.9rem;
        margin-bottom: 0.3rem;
    }

    .benefit-content p {
        font-size: 0.75rem;
        line-height: 1.4;
    }

    .why-choose-credentials {
        display: flex;
    }

    .credentials-box {
        padding: 1rem;
        border-radius: 12px;
    }

    .credentials-box h4 {
        font-size: 0.95rem;
        margin-bottom: 0.2rem;
    }

    .credentials-label {
        font-size: 0.7rem;
        margin-bottom: 1rem;
    }

    .credentials-checklist {
        gap: 0.6rem;
        margin-bottom: 1rem;
    }

    .credentials-checklist li {
        font-size: 0.75rem;
        gap: 0.5rem;
    }

    .check-circle {
        min-width: 16px;
        width: 16px;
        height: 16px;
        font-size: 0.6rem;
    }

    .credentials-stats-row {
        gap: 0.5rem;
        padding-top: 1rem;
    }

    .stat {
        text-align: center;
    }

    .stat-num {
        font-size: 1rem;
    }

    .stat-name {
        font-size: 0.6rem;
    }

    /* 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 h3 {
        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;
    }

    .testimonials-grid-wrapper-cards {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }

    .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;
    }

    .testimonial-card-content {
        padding: 1.5rem;
    }

    .testimonial-cta-box {
        padding: 1.5rem;
    }

    /* EOL Section */
    .eol-section {
        padding: 3rem 1.5rem;
    }

    .eol-section h2 {
        margin-bottom: 1rem;
    }

    .eol-section .lead {
        font-size: 0.9rem;
        line-height: 1.5;
        margin-bottom: 1rem;
    }

    .eol-benefits-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 0.75rem;
        margin-bottom: 2rem;
    }

    .eol-benefit-card {
        padding: 1.25rem;
    }

    .eol-benefit-card h4 {
        font-size: 0.9rem;
    }

    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 .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;
    }

    .testimonial-card-content {
        padding: 1.25rem;
    }

    .testimonial-card-content .quote-icon {
        font-size: 2rem;
    }

    .testimonial-card-content .testimonial-quote {
        font-size: 0.9rem;
        line-height: 1.6;
    }

    .testimonial-cta-box {
        padding: 1.25rem;
    }

    .testimonial-cta-box .cta-heading {
        font-size: 1.1rem;
    }

    .testimonial-cta-box .cta-description {
        font-size: 0.9rem;
    }

    .testimonial-cta-box .btn-cta {
        font-size: 0.88rem;
        padding: 0.75rem 1rem;
    }

    /* 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> :not(:first-child) {
        padding-left: 80px;
        margin-top: 19px;
    }

    .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 {
        display: flex;
        gap: 1.25rem;
        margin-right: 85px;
    }

    .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: 3rem 0
}

.section-tight {
    padding: 3rem 0
}

.bg-soft {
    background: var(--bg-soft)
}

.bg-soft-ml {
    background: var(--brand-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: var(--ink-2);
    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: var(--ink-2);
    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);
    font-family: var(--font-mono);
    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);
}

/* ======= EOL Benefits Grid ======= */
.eol-benefits-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1rem;
    max-width: 1000px;
    width: 100%;
    margin: 0 auto 3rem;
}

.eol-benefit-card {
    background: #fff;
    border: 1px solid var(--brand-soft-2);
    border-radius: 14px;
    padding: 1.5rem;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
    box-shadow: var(--shadow-sm);
    transition: all 0.25s ease;
}

.eol-benefit-card:hover {
    transform: translateY(-2px);
    box-shadow: var(--shadow-md);
    border-color: var(--brand);
}

.eol-card-icon {
    width: 48px;
    height: 48px;
    border-radius: 12px;
    background: rgba(238, 90, 46, 0.1);
    color: var(--brand);
    display: inline-grid;
    place-items: center;
    flex-shrink: 0;
}

.eol-card-icon img {
    width: 24px;
    height: 24px;
}

.eol-benefit-card h4 {
    font-size: 0.95rem;
    color: var(--ink);
    margin: 0;
    line-height: 1.4;
    font-weight: 600;
}

/* ======= Platform Overview ======= */
.platform-overview {
    display: grid;
    grid-template-columns: 1fr 1.1fr;
    gap: 3.5rem;
    margin-top: 3rem;
    align-items: center;
}

.platform-overview-left {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
}

.platform-overview-left .eyebrow {
    display: inline-block;
    width: fit-content;
    font-size: 0.7rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--brand);
    font-family: var(--font-mono);
}

.platform-overview-left h2 {
    font-size: clamp(1.8rem, 4vw, 2.5rem);
    line-height: 1.2;
    margin: 0;
    color: var(--ink);
}

.platform-overview-left p {
    margin: 0;
    color: var(--muted);
    font-size: 0.95rem;
    line-height: 1.65;
}

.platform-overview-right {
    display: flex;
}

.platform-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
    width: 100%;
}

.platform-card {
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 14px;
    padding: 1.75rem;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    align-items: flex-start;
    transition: all 0.25s ease;
}

.platform-card:hover {
    border-color: var(--brand);
    box-shadow: var(--shadow-md);
    transform: translateY(-2px);
}

.platform-card-icon {
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--brand-soft);
    border-radius: 10px;
    color: var(--brand);
    flex-shrink: 0;
}

.platform-card-icon svg {
    width: 24px;
    height: 24px;
    color: var(--brand);
}

.platform-card h4 {
    margin: 0;
    color: var(--ink);
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.3;
}

.platform-card p {
    margin: 0;
    color: var(--muted);
    font-size: 0.85rem;
    line-height: 1.4;
}

/* ======= 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 Choose DotStark for Kentico ======= */
.why-choose-section {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
    margin-top: 3rem;
    align-items: flex-start;
}

.why-choose-benefits {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.benefit-item {
    display: flex;
    gap: 1.5rem;
    align-items: flex-start;
}

.benefit-circle {
    width: 56px;
    height: 56px;
    min-width: 56px;
    background: var(--brand);
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 800;
    font-size: 1.1rem;
    font-family: var(--font-mono);
}

.benefit-content h4 {
    margin: 0 0 0.6rem 0;
    color: var(--ink);
    font-size: 1.05rem;
    font-weight: 700;
    line-height: 1.4;
}

.benefit-content p {
    margin: 0;
    color: var(--muted);
    font-size: 0.9rem;
    line-height: 1.6;
}

.why-choose-credentials {
    display: flex;
}

.credentials-box {
    width: 100%;
    border: 2px solid var(--brand);
    border-radius: 16px;
    padding: 2rem;
    background: #fff;
}

.credentials-box h4 {
    margin: 0 0 0.3rem 0;
    color: var(--ink);
    font-size: 1.15rem;
    font-weight: 700;
}

.credentials-label {
    margin: 0 0 1.5rem 0;
    color: var(--muted);
    font-size: 0.8rem;
    font-weight: 500;
}

.credentials-checklist {
    list-style: none;
    margin: 0 0 2rem 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.credentials-checklist li {
    display: flex;
    align-items: center;
    gap: 0.85rem;
    font-size: 0.9rem;
    color: var(--ink);
    font-weight: 500;
    line-height: 1.4;
}

.check-circle {
    width: 20px;
    height: 20px;
    min-width: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: var(--green);
    color: #fff;
    font-size: 0.75rem;
    font-weight: 700;
}

.credentials-stats-row {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.25rem;
    padding-top: 1.5rem;
    border-top: 1px solid var(--line);
}

.stat {
    text-align: center;
}

.stat-num {
    font-size: 1.6rem;
    font-weight: 800;
    color: var(--brand);
    line-height: 1;
    margin-bottom: 0.4rem;
    font-family: var(--font-mono);
}

.stat-name {
    font-size: 0.7rem;
    font-weight: 700;
    color: var(--muted);
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.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;
}

/* ======= Testimonials Cards Grid Layout ======= */
.testimonials-grid-wrapper-cards {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
    margin-top: 3rem;
    align-items: stretch;
}

.testimonial-card-item {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.testimonial-card-content {
    background: #fff;
    border-radius: 16px;
    padding: 2rem;
    box-shadow: var(--shadow-md);
    display: flex;
    flex-direction: column;
    height: 100%;
    border: 1px solid rgba(238, 90, 46, 0.08);
}

.testimonial-card-content .quote-icon {
    font-size: 2.5rem;
    color: var(--brand);
    line-height: 1;
    font-family: Georgia, serif;
    margin-bottom: 0.5rem;
}

.testimonial-card-content .testimonial-quote {
    font-size: 0.95rem;
    color: var(--ink-2);
    line-height: 1.65;
    font-weight: 500;
    margin-bottom: 1.5rem;
    flex-grow: 1;
}

.testimonial-card-content .testimonial-footer-card {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    border-top: 1px solid var(--line);
    padding-top: 1.25rem;
    gap: 1rem;
}

.testimonial-card-content .author-info-card {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.testimonial-card-content .avatar-card {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: var(--brand);
    color: #fff;
    display: inline-grid;
    place-items: center;
    font-size: 0.88rem;
    font-weight: 700;
}

.testimonial-card-content .author-details-card {
    display: flex;
    flex-direction: column;
}

.testimonial-card-content .author-details-card .name-card {
    font-weight: 600;
    color: var(--ink);
    font-size: 0.92rem;
}

.testimonial-card-content .author-details-card .role-card {
    color: var(--muted);
    font-size: 0.8rem;
    margin-top: 0.1rem;
}

.testimonial-card-content .rating-badge-card {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.testimonial-card-content .stars-card {
    color: #f97316;
    font-size: 0.9rem;
    letter-spacing: 0.1em;
}

/* CTA Box */
.testimonial-cta-box {
    background: linear-gradient(135deg, #fff1ea 0%, rgba(255, 241, 234, 0.5) 100%);
    border: 2px solid var(--brand);
    border-radius: 16px;
    padding: 2rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

.testimonial-cta-box .cta-heading {
    font-size: 1.2rem;
    font-weight: 700;
    color: var(--ink);
    margin-bottom: 1rem;
    line-height: 1.3;
}

.testimonial-cta-box .cta-description {
    font-size: 0.95rem;
    color: var(--ink-2);
    line-height: 1.6;
    margin-bottom: 1.5rem;
    flex-grow: 1;
}

.testimonial-cta-box .cta-buttons {
    display: flex;
    flex-direction: column;
    gap: 0.85rem;
    margin-bottom: 1.25rem;
}

.testimonial-cta-box .btn-cta {
    width: 100%;
    justify-content: center;
    font-size: 0.92rem;
    font-weight: 600;
    padding: 0.85rem 1.25rem;
}

.testimonial-cta-box .btn-cta:hover {
    box-shadow: 0 8px 20px rgba(238, 90, 46, 0.2);
}

.testimonial-cta-box .cta-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
}

.testimonial-cta-box .cta-tag {
    background: rgba(238, 90, 46, 0.1);
    color: var(--brand);
    font-size: 0.75rem;
    font-weight: 600;
    padding: 0.4rem 0.75rem;
    border-radius: 6px;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

/* 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;
    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;
}


/* 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;
}


/* 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: 3.5rem 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 {
    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.290rem;
    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: 40px;
    height: 40px;
    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 rgba(50, 15, 5, 0.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: 3.5rem 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 {
    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: 1rem;
    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);
}

.ais-section-ai {
    background: var(--bg-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;
    min-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: #bebebe;
}

.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-header {
        margin-bottom: 1.5rem;
    }
}

/* =========================================================
   Form Validation Styles
   ========================================================= */
.error-message {
    color: #dc2626;
    font-size: 0.875rem;
    margin-top: 0.375rem;
    display: none;
}

.error-message.show {
    display: block;
}

.form-control.is-invalid,
.form-select.is-invalid {
    border-color: #dc2626;
}

.form-control.is-invalid:focus,
.form-select.is-invalid:focus {
    border-color: #dc2626;
    box-shadow: 0 0 0 0.2rem rgba(220, 38, 38, 0.25);
}

.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: 4rem 0;
    }

    .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, 8vw, 2.8rem);
    }

    h2 {
        font-size: clamp(1rem, 8vw, 2rem);
    }

    .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;
    }

    .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: 4rem 0;
    }

    .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 .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 .v {
        font-size: 1.05rem;
    }

    .countdown-row .unit .k {
        font-size: 0.55rem;
    }

    .section {
        padding: 4rem 0;
    }

    .eol-section {
        padding: 2rem 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 .v {
        font-size: 0.95rem;
    }

    .countdown-row .unit .k {
        font-size: 0.5rem;
    }

    .section {
        padding: 4rem 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: 2.5rem 1rem;
    }

    .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: 2.25rem 1rem;
    }

    .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: 2rem 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;
    }
}

/* ======= Career Section ======= */

.career-jobs-section {
    background: #f7f7f5;
    padding-top: 120px;
    padding-bottom: 120px;
}

.career-section-title {
    max-width: 700px;
    margin: auto;
}

.career-section-desc {
    max-width: 620px;
    margin: 15px auto 0;
    color: var(--muted);
}

.career-filters {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
}

.filter-btn {
    border: 1px solid var(--line);
    background: white;
    padding: 10px 18px;
    border-radius: 999px;
    font-size: 14px;
    transition: .3s;
}

.filter-btn:hover {
    border-color: var(--brand);
}

.filter-btn.active {
    background: var(--brand);
    color: white;
    border-color: var(--brand);
}

.career-jobs-wrapper {
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.job-card {
    background: white;
    border: 1px solid #ececec;
    border-radius: 20px;
    padding: 32px;
    transition: .3s;
}

.job-card:hover {
    border-color: var(--brand);
    transform: translateY(-3px);
    box-shadow: var(--shadow-md);
}

.job-meta {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
    margin-bottom: 12px;
}

.job-tag {
    background: #fff1ea;
    color: var(--brand);
    padding: 5px 12px;
    border-radius: 999px;
    font-size: 11px;
    font-weight: 600;
}

.job-badge {
    background: #f2f2f2;
    color: #555;
    padding: 5px 12px;
    border-radius: 999px;
    font-size: 11px;
}

.job-card h4 {
    font-size: 24px;
    margin-bottom: 10px;
}

.job-card p {
    color: var(--muted);
    max-width: 700px;
    margin-bottom: 15px;
}

.job-skills {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.job-skills span {
    background: #f5f5f5;
    padding: 5px 10px;
    border-radius: 999px;
    font-size: 12px;
}

@media(max-width:991px) {

    .job-card {
        padding: 24px;
    }

    .job-card h4 {
        font-size: 20px;
    }
}

/* ======= Benifits Section ======= */
.benefits-section {
    padding: 120px 0;
    background: #fff;
}

.benefit-title {
    text-align: center;
    margin-bottom: 15px;
}

.benefit-subtitle {
    text-align: center;
    max-width: 650px;
    margin: auto;
    color: var(--muted);
}

.benefit-card {
    height: 100%;
    padding: 35px;
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 20px;
    transition: .3s;
}

.benefit-card:hover {
    transform: translateY(-6px);
    box-shadow: var(--shadow-md);
}

.benefit-icon {
    width: 52px;
    height: 52px;
    border-radius: 14px;
    background: var(--brand-soft);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    margin-bottom: 20px;
}

.benefit-card h5 {
    margin-bottom: 12px;
    font-size: 20px;
}

.benefit-card p {
    margin: 0;
    color: var(--muted);
    font-size: 15px;
    line-height: 1.7;
}

/* ======= CAN'T FIND THE RIGHT ROLE?" + RESUME FORM ======= */

.resume-section {
    background: #fdf3ee;
    padding: 120px 0;
}

.resume-header h2 {
    margin-top: 10px;
    margin-bottom: 15px;
}

.resume-header p {
    max-width: 650px;
    margin: auto;
    color: var(--muted);
}

.resume-side-title {
    margin-bottom: 35px;
}

.resume-benefits {
    display: flex;
    flex-direction: column;
    gap: 28px;
}

.resume-benefit {
    display: flex;
    gap: 16px;
    align-items: flex-start;
}

.resume-check {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: var(--brand);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    flex-shrink: 0;
}

.resume-benefit h6 {
    margin-bottom: 6px;
    font-weight: 700;
}

.resume-benefit p {
    margin: 0;
    color: var(--muted);
    font-size: 15px;
    line-height: 1.7;
}

.resume-email {
    margin-top: 35px;
    color: var(--brand);
    font-weight: 600;
}

.resume-form-card {
    background: #fff;
    padding: 40px;
    border-radius: 24px;
    box-shadow: var(--shadow-md);
    border: 1px solid var(--line);
}

.resume-form-card h4 {
    margin-bottom: 8px;
}

.form-subtitle {
    color: var(--muted);
    margin-bottom: 30px;
}

.resume-form-card label {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 8px;
    display: block;
}

.resume-form-card .form-control,
.resume-form-card .form-select {
    height: 52px;
    border-radius: 12px;
    border: 1px solid #e5e7eb;
}

.resume-form-card textarea.form-control {
    height: auto;
    resize: none;
}

.iti--separate-dial-code {
    max-width: 100%;
    width: 100%;
}

.iti--separate-dial-code .iti__selected-flag,
.iti--separate-dial-code .iti__country-list {
    position: relative;
    max-width: 100%;
    overflow: hidden;
}

.iti__country-list {
    max-height: 300px;
    overflow-y: auto;
    z-index: 1000;
}

/* Fix phone input field width and styling */
.iti {
    width: 100% !important;
    display: flex !important;
    align-items: stretch !important;
}

.iti--separate-dial-code {
    flex-wrap: nowrap !important;
}

.iti__selected-flag {
    flex-shrink: 0 !important;
}

.iti__input {
    width: 100% !important;
    flex: 1 !important;
    min-width: 0 !important;
    height: 52px !important;
    padding: 12px 16px !important;
    border: 1px solid #e5e7eb !important;
    border-radius: 12px !important;
    font-size: 1rem !important;
    line-height: 1.5 !important;
    appearance: none !important;
    -webkit-appearance: none !important;
    background-color: #ffffff !important;
}

/* File Upload Zone Styling */
.file-upload-zone {
    width: 100%;
    min-height: 180px;
    border: 2px dashed #d1d5db;
    border-radius: 12px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 32px 24px;
    transition: all 0.3s ease;
    background-color: #fafbfc;
}

.file-upload-zone:hover {
    border-color: #9ca3af;
    background-color: #f3f4f6;
}

.file-upload-zone:focus-within {
    border-color: #ea6f2a;
    background-color: #fff7f3;
    box-shadow: 0 0 0 3px rgba(234, 111, 42, 0.1);
}

.file-upload-zone.drag-over {
    border-color: #ea6f2a;
    background-color: #fff7f3;
}

.file-input-hidden {
    display: none !important;
    opacity: 0;
    position: absolute;
    width: 0;
    height: 0;
}

.file-upload-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    pointer-events: none;
    width: 100%;
}

.upload-icon {
    width: 48px;
    height: 48px;
    color: #ea6f2a;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.upload-text {
    font-size: 15px;
    color: #6b7280;
    margin: 0;
    text-align: center;
    font-weight: 500;
}


.upload-box {
    border: 2px dashed #e5e7eb;
    border-radius: 16px;
    padding: 30px;
    text-align: center;
}

.upload-icon {
    font-size: 32px;
    margin-bottom: 12px;
    color: var(--brand);
}

.upload-box p {
    color: var(--muted);
    margin-bottom: 15px;
}

.submit-btn {
    height: 56px;
    font-size: 16px;
    font-weight: 600;
    border-radius: 12px;
    width: 100% !important;
    display: block !important;
    margin-top: 8px;
    padding: 0 16px !important;
    white-space: nowrap;
}

.resume-form-card .col-12 {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.form-note {
    text-align: center;
    margin-top: 20px;
    font-size: 13px;
    color: var(--muted);
}


/* =========================================================
   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;
}

/* ============================================================
   Testimonials Page - The Numbers Behind the Trust
   ============================================================ */
.tms-trust-section {
    background: var(--brand);
    padding: 5rem 0;
    color: #ffffff;
    overflow: hidden;
}

.tms-trust-eyebrow {
    display: inline-block;
    font-family: var(--font-mono);
    font-size: 0.72rem;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.75);
    margin-bottom: 1rem;
}

.tms-trust-heading {
    color: #ffffff;
    line-height: 1.15;
    margin-bottom: 3rem;
    font-weight: 700;
    font-family: var(--font-display);
}

.tms-trust-stats-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2.5rem 2rem;
}

.tms-trust-stat-item {
    display: flex;
    flex-direction: column;
}

.tms-trust-stat-number {
    font-family: var(--font-mono);
    font-size: clamp(1rem, 6vw, 3rem);
    font-weight: 800;
    line-height: 1;
    color: #ffffff;
    margin-bottom: 0.5rem;
}

.tms-trust-stat-label {
    text-transform: uppercase;
    letter-spacing: 0.08em;
    font-size: 13px;
    color: rgba(255, 255, 255, 0.75);
    font-weight: 600;
}

/* Card Styling */
.tms-trust-card {
    background: #ffffff;
    border-radius: 24px;
    padding: 3rem;
    color: var(--ink);
    box-shadow: var(--shadow-lg);
}

.tms-trust-card-title {
    color: var(--ink);
    font-size: clamp(1.4rem, 3vw, 1.8rem);
    font-weight: 700;
    line-height: 1.25;
    margin-bottom: 1rem;
    font-family: var(--font-display);
}

.tms-trust-card-desc {
    color: var(--muted);
    font-size: 0.95rem;
    line-height: 1.6;
    margin-bottom: 2rem;
}

.tms-trust-card-actions {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    margin-bottom: 1.25rem;
}

.tms-trust-card-actions .btn {
    width: 100% !important;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 12px;
    font-size: 0.95rem;
    font-weight: 600;
    padding: 0.85rem 1.5rem;
    transition: all 0.2s ease-in-out;
    margin: 0;
}

.tms-trust-card-actions .btn-brand {
    background: var(--brand);
    border-color: var(--brand);
    color: #ffffff;
}

.tms-trust-card-actions .btn-brand:hover {
    background: var(--brand-dark);
    border-color: var(--brand-dark);
    color: #ffffff;
    transform: translateY(-1px);
    box-shadow: var(--shadow-md);
}

.tms-trust-card-actions .btn-outline-brand {
    background: #ffffff;
    border-color: var(--brand);
    color: var(--brand);
}

.tms-trust-card-actions .btn-outline-brand:hover {
    background: var(--brand-soft);
    color: var(--brand);
    transform: translateY(-1px);
}

.tms-trust-card-email {
    text-align: center;
    font-size: 0.85rem;
    color: var(--muted);
    margin-bottom: 2rem;
}

.tms-trust-card-email a {
    color: var(--brand);
    font-weight: 600;
    transition: color 0.15s ease;
}

.tms-trust-card-email a:hover {
    color: var(--brand-dark);
}

.tms-trust-card-badges {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.75rem;
    border-top: 1px solid var(--line);
    padding-top: 1.5rem;
}

.tms-trust-badge {
    background: #f3f4f6;
    border: 1px solid rgba(0, 0, 0, 0.04);
    border-radius: 99px;
    padding: 0.4rem 0.85rem;
    font-size: 0.75rem;
    font-weight: 500;
    color: #4b5563;
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
}

.tms-badge-check {
    color: #4b5563;
    font-weight: bold;
}

/* Responsiveness Media Queries */
@media (max-width: 992px) {
    .tms-trust-section {
        padding: 5rem 0;
    }

    .tms-trust-left-content {
        margin-bottom: 2rem;
    }

    .tms-trust-heading {
        margin-bottom: 2.5rem;
    }

    .tms-trust-card {
        padding: 2.5rem;
    }
}

@media (max-width: 576px) {
    .tms-trust-section {
        padding: 4rem 0;
    }

    .tms-trust-stats-grid {
        gap: 1.75rem 1.25rem;
    }

    .tms-trust-card {
        padding: 1.75rem;
        border-radius: 20px;
    }

    .tms-trust-card-badges {
        flex-direction: column;
        align-items: stretch;
        gap: 0.5rem;
    }

    .tms-trust-badge {
        justify-content: center;
    }
}

/* ============================================================
   Testimonials Page - Hero Section
   ============================================================ */
.tms-hero-section {
    padding: 6rem 0;
    background: #ffffff;
    overflow: hidden;
}

.tms-hero-eyebrow {
    display: inline-block;
    font-family: var(--font-mono);
    font-size: 0.72rem;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--brand);
    background: var(--brand-soft);
    padding: 0.4rem 0.9rem;
    border-radius: 99px;
    margin-bottom: 1.5rem;
    font-weight: 600;
}

.tms-hero-heading {
    margin-bottom: 1.5rem;
    letter-spacing: -0.02em;
}

.tms-hero-desc {
    font-size: 1.05rem;
    line-height: 1.6;
    color: var(--muted);
    margin-bottom: 2.5rem;
    max-width: 540px;
}

/* Stats Row */
.tms-hero-stats {
    display: flex;
    align-items: center;
    gap: 1.5rem;
    margin-bottom: 3rem;
    flex-wrap: wrap;
}

.tms-hero-stat-item {
    display: flex;
    flex-direction: column;
}

.tms-hero-stat-number {
    font-size: clamp(1.8rem, 4vw, 2.2rem);
    font-weight: 800;
    color: var(--brand);
    line-height: 1.1;
    font-family: var(--font-mono);
}

.tms-hero-stat-label {
    font-size: 0.68rem;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: var(--muted);
    font-weight: 600;
    margin-top: 0.25rem;
}

.tms-hero-stat-divider {
    width: 1px;
    height: 35px;
    background: var(--line);
}

/* Buttons */
.tms-hero-actions {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
}

.tms-hero-actions .btn {
    font-size: 0.95rem;
    padding: 0.85rem 1.75rem;
    border-radius: 10px;
}

/* Card Wrapper & Positioning */
.tms-hero-card-wrapper {
    position: relative;
    padding: 10px 0;
    max-width: 500px;
    margin: 0 auto;
}

.tms-hero-card {
    background: #ffffff;
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
}

/* Verified Badge */
.tms-badge-verified {
    position: absolute;
    top: -6px;
    right: 20px;
    background: #ffffff;
    border-radius: 99px;
    padding: 0.45rem 1rem;
    font-size: 0.72rem;
    font-weight: 600;
    color: var(--ink);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
    display: flex;
    align-items: center;
    z-index: 10;
}

.tms-badge-verified-dot {
    width: 7px;
    height: 7px;
    background-color: var(--green);
    border-radius: 50%;
    display: inline-block;
    margin-right: 6px;
}

/* Rating Badge */
.tms-badge-rating {
    position: absolute;
    bottom: -6px;
    left: 20px;
    background: #ffffff;
    border-radius: 99px;
    padding: 0.45rem 1rem;
    font-size: 0.72rem;
    font-weight: 600;
    color: var(--ink);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
    display: flex;
    align-items: center;
    z-index: 10;
    display: none;
}

.tms-badge-rating-star {
    color: #fbbf24;
    font-size: 0.85rem;
    margin-right: 4px;
    display: inline-block;
    line-height: 1;
}

/* Video Thumbnail Container */
.tms-hero-video-container {
    height: 270px;
    position: relative;
    overflow: hidden;
    border-top-left-radius: 24px;
    border-top-right-radius: 24px;
    background-color: #000000;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 1.5rem;
    color: #ffffff;
    cursor: pointer;
}

.tms-hero-video-tag {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
    z-index: 0;
}

.tms-hero-video-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.5) 100%);
    z-index: 1;
}

.tms-badge-video {
    background: rgba(0, 0, 0, 0.6);
    backdrop-filter: blur(4px);
    padding: 0.35rem 0.75rem;
    border-radius: 99px;
    font-size: 0.65rem;
    font-weight: 700;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    align-self: flex-start;
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    z-index: 2;
    color: #ffffff;
}

.tms-badge-video-play-mini {
    font-size: 0.55rem;
    color: #ffffff;
}

/* Video Play Button */
.tms-video-play-btn {
    width: 65px;
    height: 65px;
    border-radius: 50%;
    background: var(--brand);
    border: none;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    cursor: pointer;
    box-shadow: 0 6px 20px rgba(238, 90, 46, 0.4);
    transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
    z-index: 2;
    padding: 0;
}

.tms-video-play-btn:hover {
    transform: translate(-50%, -50%) scale(1.08);
    background: var(--brand-dark);
    box-shadow: 0 8px 25px rgba(238, 90, 46, 0.6);
}

.tms-video-play-icon {
    width: 0;
    height: 0;
    border-top: 9px solid transparent;
    border-bottom: 9px solid transparent;
    border-left: 15px solid #ffffff;
    margin-left: 5px;
}

/* Video Footer */
.tms-hero-video-footer {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    z-index: 2;
    width: 100%;
}

.tms-client-name {
    font-size: 1.15rem;
    font-weight: 700;
    margin: 0;
    color: #ffffff;
}

.tms-client-role {
    font-size: 0.75rem;
    color: rgba(255, 255, 255, 0.8);
    margin: 0.15rem 0 0 0;
}

.tms-client-stars {
    color: #fbbf24;
    font-size: 0.95rem;
    letter-spacing: 0.05em;
}

/* Card Body Portion */
.tms-hero-card-body {
    padding: 2rem;
    background: #ffffff;
    display: none;
}

.tms-card-meta {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    margin-bottom: 1.25rem;
    flex-wrap: wrap;
}

.tms-badge-tech {
    background: var(--brand-soft);
    color: var(--brand);
    font-size: 0.72rem;
    font-weight: 600;
    padding: 0.3rem 0.75rem;
    border-radius: 99px;
    display: inline-block;
}

.tms-meta-duration {
    font-size: 0.75rem;
    color: var(--muted);
}

.tms-card-quote {
    font-size: 0.92rem;
    line-height: 1.6;
    font-style: italic;
    color: #4b5563;
    margin: 0 0 1.25rem 0;
    font-weight: 500;
}

.tms-card-link {
    font-size: 0.82rem;
    font-weight: 700;
    color: var(--brand);
    display: inline-flex;
    align-items: center;
    transition: color 0.15s ease;
}

.tms-card-link:hover {
    color: var(--brand-dark);
}

/* Hero Section Responsiveness */
@media (max-width: 992px) {
    .tms-hero-section {
        padding: 5rem 0;
    }

    .tms-hero-content {
        margin-bottom: 3.5rem;
        text-align: center;
    }

    .tms-hero-desc {
        margin-left: auto;
        margin-right: auto;
    }

    .tms-hero-stats {
        justify-content: center;
    }

    .tms-hero-actions {
        justify-content: center;
    }

    .tms-hero-card-wrapper {
        margin-top: 1.5rem;
    }
}

@media (max-width: 576px) {
    .tms-hero-section {
        padding: 4rem 0;
        margin-top: 2rem;
    }

    .tms-hero-stats {
        gap: 0.75rem;
    }

    .tms-hero-stat-divider {
        display: none;
    }

    .tms-hero-stat-item {
        flex: 0 0 calc(50% - 0.75rem);
        text-align: center;
        background: var(--bg-soft);
        padding: 0.75rem 0.5rem;
        border-radius: 10px;
    }

    .tms-hero-stat-number {
        font-size: 1.6rem;
    }

    .tms-hero-actions {
        flex-direction: column;
        align-items: stretch;
    }

    .tms-hero-actions .btn {
        width: 100% !important;
        justify-content: center;
    }

    .tms-hero-video-container {
        height: 230px;
        padding: 1.2rem;
    }

    .tms-video-play-btn {
        width: 55px;
        height: 55px;
    }

    .tms-badge-verified {
        right: 10px;
        top: -10px;
        padding: 0.35rem 0.75rem;
        font-size: 0.68rem;
    }

    .tms-badge-rating {
        left: 10px;
        bottom: -10px;
        padding: 0.35rem 0.75rem;
        font-size: 0.68rem;
    }
}

/* ============================================================
   Testimonials Page - Grid Section
   ============================================================ */
.tms-grid-section {
    padding: 6rem 0;
    background: #ffffff;
}

.tms-grid-header {
    text-align: center;
    max-width: 800px;
    margin: 0 auto 3rem;
}

.tms-grid-eyebrow {
    display: inline-block;
    font-family: var(--font-mono);
    font-size: 0.72rem;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: var(--brand);
    margin-bottom: 1rem;
    font-weight: 600;
}

.tms-grid-title {
    color: var(--ink);
    margin-bottom: 1.25rem;
    line-height: 1.15;
}

.tms-grid-subtitle {
    font-size: 1.05rem;
    color: var(--muted);
    line-height: 1.6;
}

/* Filters */
.tms-grid-filters {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.75rem;
    margin-bottom: 4rem;
}

.tms-filter-btn {
    background: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.08);
    color: #444;
    font-size: 0.85rem;
    padding: 0.5rem 1.35rem;
    border-radius: 99px;
    cursor: pointer;
    transition: all 0.25s ease;
}

.tms-filter-btn:hover {
    border-color: var(--brand);
    color: var(--brand);
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.04);
}

.tms-filter-btn.active {
    background: var(--brand);
    border-color: var(--brand);
    color: #ffffff;
    box-shadow: 0 4px 15px rgba(238, 90, 46, 0.25);
}

/* Grid Items & Transitions */
.tms-grid-item {
    transition: opacity 0.3s ease, transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    will-change: opacity, transform;
}

/* Card Style */
.tms-grid-card {
    background: #ffffff;
    border-radius: 16px;
    padding: 2.25rem;
    height: 100%;
    display: flex;
    flex-direction: column;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.04);
    border: 1px solid rgba(0, 0, 0, 0.05);
    border-left: 4px solid var(--brand);
    transition: all 0.3s ease;
}

.tms-grid-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 35px rgba(0, 0, 0, 0.08);
}

/* Top Row */
.tms-card-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1.25rem;
}

.tms-card-stars {
    color: #fbbf24;
    font-size: 0.95rem;
    letter-spacing: 0.05em;
}

.tms-badge-category {
    background: var(--brand-soft);
    color: var(--brand);
    font-size: 0.7rem;
    font-weight: 600;
    padding: 0.25rem 0.7rem;
    border-radius: 99px;
}

/* Quote Icon */
.tms-card-quote-icon {
    font-family: var(--font-display);
    font-size: 3rem;
    line-height: 1;
    color: var(--brand);
    opacity: 0.25;
    margin-bottom: -1rem;
}

/* Quote Text */
.tms-card-text {
    font-size: 0.92rem;
    line-height: 1.65;
    font-style: italic;
    color: #4b5563;
    margin-bottom: 1.5rem;
    flex-grow: 1;
}

/* Divider */
.tms-card-divider {
    height: 1px;
    background: var(--line);
    margin-bottom: 1.5rem;
    width: 100%;
}

/* Author Row */
.tms-card-author {
    display: flex;
    align-items: center;
    gap: 0.85rem;
}

.tms-author-avatar {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: var(--brand);
    color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 700;
    font-size: 0.9rem;
    letter-spacing: 0.02em;
}

.tms-author-name {
    font-size: 0.95rem;
    font-weight: 700;
    color: var(--ink);
    margin: 0;
}

.tms-author-role {
    font-size: 0.75rem;
    color: var(--muted);
    margin: 0.15rem 0 0 0;
}

/* Responsiveness */
@media (max-width: 992px) {
    .tms-grid-section {
        padding: 5rem 0;
    }

    .tms-grid-filters {
        margin-bottom: 3rem;
    }
}

@media (max-width: 576px) {
    .tms-grid-section {
        padding: 4rem 0;
    }

    .tms-grid-title {
        margin-bottom: 1rem;
    }

    .tms-grid-filters {
        gap: 0.5rem;
        margin-bottom: 2rem;
    }

    .tms-filter-btn {
        padding: 0.4rem 1.15rem;
        font-size: 0.8rem;
    }

    .tms-grid-card {
        padding: 1.75rem;
    }
}

/* ============================================================
   Testimonials Page - Scattered Photopile Section
   ============================================================ */
.tms-pile-section {
    padding: 5rem 0;
    background: var(--bg-soft);
    overflow: hidden;
}

.tms-pile-title {
    color: var(--ink);
    text-align: center;
    font-family: var(--font-display);
    margin-bottom: 2.5rem;
    font-weight: 700;
}

.tms-pile-container {
    background: #ffffff;
    border: 2px solid var(--brand);
    border-radius: 24px;
    padding: 2.5rem;
    position: relative;
    overflow: hidden;
    box-shadow: var(--shadow-lg);
    max-width: 1140px;
    margin: 0 auto;
}

.photopile-wrapper {
    position: relative;
    width: 100%;
    height: 520px;
}

.photopile {
    position: relative;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
}

.photopile li {
    position: absolute;
    width: 240px;
    list-style: none;
    background: #ffffff;
    padding: 4px 4px 4px 4px;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12), 0 1px 3px rgba(0, 0, 0, 0.06);
    cursor: pointer;
    transition: transform 0.5s cubic-bezier(0.25, 0.8, 0.25, 1), left 0.5s cubic-bezier(0.25, 0.8, 0.25, 1), top 0.5s cubic-bezier(0.25, 0.8, 0.25, 1), box-shadow 0.3s ease;
    user-select: none;
    border: 1px solid rgba(0, 0, 0, 0.06);
}

.photopile li a {
    display: block;
    width: 100%;
    height: 100%;
}

.photopile li img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 8px;
}

/* Active card styling */
.photopile li.active {
    cursor: zoom-in;
    box-shadow: 0 25px 60px rgba(0, 0, 0, 0.25), 0 5px 15px rgba(0, 0, 0, 0.1);
    border-color: rgba(238, 90, 46, 0.2);
}

/* Nav button styles */
.tms-pile-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: var(--brand);
    color: #ffffff;
    border: none;
    font-size: 1.25rem;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 120;
    transition: all 0.25s ease;
    box-shadow: 0 4px 12px rgba(238, 90, 46, 0.3);
}

.tms-pile-nav:hover {
    background: var(--brand-dark);
    transform: translateY(-50%) scale(1.1);
    box-shadow: 0 6px 16px rgba(238, 90, 46, 0.45);
}

.tms-pile-prev {
    left: calc(50% - 240px);
}

.tms-pile-next {
    right: calc(50% - 240px);
}

/* Responsiveness */
@media (max-width: 991px) {
    .tms-pile-prev {
        left: 20px;
    }

    .tms-pile-next {
        right: 20px;
    }
}

@media (max-width: 767px) {
    .tms-pile-section {
        padding: 3rem 0;
    }

    .tms-pile-container {
        padding: 0 !important;
        border-radius: 16px;
    }

    .photopile-wrapper {
        height: auto;
    }

    .photopile {
        display: flex;
        flex-wrap: nowrap;
        overflow-x: auto;
        padding: 2rem 1.5rem;
        gap: 1.25rem;
        scroll-snap-type: x mandatory;
        -webkit-overflow-scrolling: touch;
        height: auto;
        scrollbar-width: none;
    }

    .photopile::-webkit-scrollbar {
        display: none;
    }

    .photopile li {
        position: relative !important;
        left: auto !important;
        top: auto !important;
        transform: none !important;
        width: 280px !important;
        max-width: 85% !important;
        flex: 0 0 auto;
        scroll-snap-align: center;
        box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08) !important;
        margin-bottom: 0 !important;
        height: auto !important;
    }

    .photopile li a {
        height: auto !important;
    }

    .photopile li.active {
        box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08) !important;
        cursor: pointer;
    }

    .tms-pile-nav {
        display: none !important;
    }
}

/* ============================================================
   Testimonials Page - Ratings Strip Section
   ============================================================ */
.tms-ratings-strip {
    padding: 2.25rem 0;
    background: #ffffff;
    border-top: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
}

.tms-rating-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.75rem;
}

.tms-rating-logo-wrap {
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.tms-rating-logo {
    max-height: 100%;
    max-width: 100%;
    object-fit: contain;
    transition: transform 0.3s ease;
}

.tms-rating-logo-wrap:hover .tms-rating-logo {
    transform: scale(1.05);
}

.tms-rating-stars-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.25rem;
}

.tms-rating-star-svg {
    width: 16px;
    height: 16px;
    display: inline-block;
    vertical-align: middle;
}

.tms-rating-num {
    font-family: var(--font-sans);
    font-weight: 700;
    font-size: 0.95rem;
    color: var(--ink);
    margin-left: 0.4rem;
    line-height: 1;
}

@media (max-width: 991px) {
    .tms-ratings-strip {
        padding: 1.75rem 0;
    }
}

/* =========================================================
   Our Company Page — oc-* prefix
   ========================================================= */

/* ---- Hero ---- */
.oc-hero {
    background: var(--bg);
    position: relative;
    overflow: hidden;
    padding: 4.5rem 0 5.5rem;
}

.oc-hero-blob {
    position: absolute;
    right: -10rem;
    top: -10rem;
    width: 560px;
    height: 560px;
    border-radius: 50%;
    background: rgba(238, 90, 46, .08);
    filter: blur(72px);
    pointer-events: none;
    z-index: 0;
}

.oc-hero>.container-xxl {
    position: relative;
    z-index: 1;
}

.oc-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;
}

.oc-accent {
    color: var(--brand);
}

.oc-hero-lead {
    font-family: var(--font-sans);
    font-size: 1.05rem;
    color: #444;
    line-height: 1.65;
    max-width: 580px;
}

/* Hero stat pills */
.oc-hero-stat {
    display: inline-flex;
    align-items: center;
    gap: .4rem;
    background: var(--bg-soft);
    border: 1px solid var(--line);
    border-radius: 999px;
    padding: .4rem .9rem;
    font-family: var(--font-sans);
    font-size: .82rem;
    font-weight: 600;
    color: var(--ink-2);
}

.oc-hero-stat-emoji {
    font-size: 1rem;
}

/* Credential card */
.oc-cred-card {
    background: var(--bg);
    border: 1.5px solid var(--line);
    border-radius: var(--radius-lg);
    padding: 1.75rem;
    box-shadow: var(--shadow-md);
}

.oc-cred-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 1.25rem;
    border-bottom: 1px solid var(--line);
    margin-bottom: 1.25rem;
}

.oc-cred-brand {
    display: flex;
    align-items: center;
    gap: .75rem;
}

.oc-cred-brand-name {
    font-family: var(--font-display);
    font-size: 1rem;
    font-weight: 700;
    color: var(--ink);
}

.oc-cred-brand-since {
    font-family: var(--font-mono);
    font-size: .65rem;
    color: var(--muted);
    letter-spacing: .08em;
}

.oc-cred-badges-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: .75rem;
    margin-bottom: 1.25rem;
}

.oc-cred-badge {
    background: var(--bg-soft);
    border: 1px solid var(--line);
    border-radius: var(--radius);
    padding: 1rem .85rem;
    text-align: center;
    transition: border-color .2s, transform .2s;
}

.oc-cred-badge:hover {
    border-color: var(--brand-soft-2);
    transform: translateY(-2px);
}

.oc-cred-badge img {
    max-height: 36px;
    object-fit: contain;
    display: block;
    margin: 0 auto .5rem;
}

.oc-cred-badge-text {
    font-family: var(--font-sans);
    font-size: .78rem;
    font-weight: 600;
    color: var(--ink-2);
    line-height: 1.3;
}

.oc-cred-badge-status {
    font-family: var(--font-mono);
    font-size: .62rem;
    font-weight: 700;
    margin-top: .25rem;
    letter-spacing: .06em;
}

.oc-cred-badge-status--green {
    color: var(--green);
}

.oc-cred-numbers {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: .75rem;
    padding: 1.25rem 0;
    border-top: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
}

.oc-cred-num {
    text-align: center;
}

.oc-cred-num-val {
    font-family: var(--font-mono);
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--brand);
    line-height: 1;
}

.oc-cred-num-lbl {
    font-family: var(--font-sans);
    font-size: .68rem;
    font-weight: 600;
    color: var(--muted);
    text-transform: uppercase;
    letter-spacing: .06em;
    margin-top: .3rem;
}

.oc-flag-pill {
    display: inline-block;
    font-family: var(--font-sans);
    font-size: .8rem;
    font-weight: 500;
    color: var(--ink-2);
    background: var(--bg-soft);
    border: 1px solid var(--line);
    border-radius: 999px;
    padding: .28rem .75rem;
}

/* ---- Value cards ---- */
.oc-value-card {
    background: var(--bg);
    border: 1.5px solid var(--line);
    border-radius: var(--radius);
    padding: 1.5rem;
    height: 100%;
    transition: transform .25s cubic-bezier(.16, 1, .3, 1), box-shadow .25s, border-color .2s;
}

.oc-value-card:hover {
    transform: translateY(-4px);
    box-shadow: var(--shadow-md);
    border-color: var(--brand-soft-2);
}

.oc-value-icon {
    width: 44px;
    height: 44px;
    background: var(--brand-soft);
    border-radius: 12px;
    display: grid;
    place-items: center;
    margin-bottom: 1rem;
}

.oc-value-title {
    font-family: var(--font-display);
    font-size: .95rem;
    font-weight: 700;
    color: var(--brand);
    margin: 0 0 .5rem;
}

.oc-value-desc {
    font-family: var(--font-sans);
    font-size: .85rem;
    color: var(--muted);
    line-height: 1.6;
    margin: 0;
}

.oc-subheading {
    font-family: var(--font-display);
    font-size: 1.25rem;
    color: var(--ink);
}

.oc-des {
    color: var(--muted);
}

/* ---- Timeline ---- */
.oc-timeline {
    display: flex;
    flex-direction: column;
    max-width: 760px;
    margin: 0 auto;
}

.oc-tl-item {
    display: grid;
    grid-template-columns: 48px 24px 1fr;
    gap: 0 1.25rem;
    align-items: start;
    padding-bottom: .25rem;
}

.oc-tl-year {
    font-family: var(--font-mono);
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--line);
    line-height: 1.4;
    text-align: right;
}

.oc-tl-item--active .oc-tl-year {
    color: var(--brand-soft-2);
}

.oc-tl-dot-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.oc-tl-dot {
    width: 14px;
    height: 14px;
    border-radius: 50%;
    border: 2px solid var(--muted-2);
    background: var(--bg);
    flex-shrink: 0;
    margin-top: .35rem;
    transition: border-color .2s;
}

.oc-tl-dot--active {
    background: var(--brand);
    border-color: var(--brand);
    box-shadow: 0 0 0 4px rgba(238, 90, 46, .18);
}

.oc-tl-line {
    width: 2px;
    flex: 1;
    min-height: 40px;
    background: var(--line);
    margin-top: 6px;
}

.oc-tl-body {
    padding-bottom: 2rem;
}

.oc-tl-label {
    font-family: var(--font-display);
    font-size: .95rem;
    font-weight: 700;
    color: var(--ink);
    margin-bottom: .15rem;
}

.oc-tl-date {
    font-family: var(--font-mono);
    font-size: .65rem;
    font-weight: 700;
    letter-spacing: .12em;
    text-transform: uppercase;
    color: var(--brand);
    margin-bottom: .5rem;
}

.oc-tl-desc {
    font-family: var(--font-sans);
    font-size: .875rem;
    color: var(--muted);
    line-height: 1.6;
    margin: 0;
}

/* ---- Team cards ---- */
.oc-team-card {
    background: var();
    border: 1.5px solid var(--line);
    border-radius: var(--radius-lg);
    padding: 1.75rem;
    height: 100%;
    display: flex;
    gap: 1rem;
    transition: transform .25s cubic-bezier(.16, 1, .3, 1), box-shadow .25s, border-color .2s;
}

.oc-team-card:hover {
    transform: translateY(-5px);
    box-shadow: var(--shadow-md);
    border-color: var(--brand-soft-2);
}

/* 
.oc-team-avatar {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: var(--brand);
  color: #fff;
  font-family: var(--font-display);
  font-size: 1.05rem;
  font-weight: 700;
  display: grid;
  place-items: center;
  flex-shrink: 0;
} */

.oc-team-info {
    flex: 1;
    min-width: 0;
}

.oc-team-name {
    font-family: var(--font-display);
    font-size: 1rem;
    font-weight: 700;
    color: var(--ink);
    margin-bottom: .15rem;
}

.oc-team-role {
    font-family: var(--font-sans);
    font-size: .82rem;
    color: var(--muted);
    font-weight: 500;
}

.oc-team-bio {
    font-family: var(--font-sans);
    font-size: .82rem;
    color: var(--muted);
    line-height: 1.6;
    margin: 0;
}

.oc-team-avatar {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    overflow: hidden;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f3f4f6;
}

.oc-team-avatar img {
    width: 100%;
    height: 100%;
    display: block;
}

/* ---- Culture chips ---- */
.oc-culture-chip {
    background: var(--bg);
    border: 1.5px solid var(--line);
    border-radius: var(--radius);
    padding: 1.25rem 1rem;
    text-align: center;
    transition: transform .2s, border-color .2s, box-shadow .2s;
}

.oc-culture-chip:hover {
    transform: translateY(-3px);
    border-color: var(--brand-soft-2);
    box-shadow: var(--shadow-sm);
}

.oc-culture-icon {
    font-size: 1.75rem;
    margin-bottom: .5rem;
}

.oc-culture-label {
    font-family: var(--font-display);
    font-size: .85rem;
    font-weight: 700;
    color: var(--ink);
}

.oc-culture-sub {
    font-family: var(--font-mono);
    font-size: .62rem;
    font-weight: 700;
    color: var(--brand);
    letter-spacing: .1em;
    text-transform: uppercase;
    margin-top: .2rem;
}

/* ---- Foundation ---- */
.oc-foundation-card {
    background: var(--brand-soft);
    border: 1.5px solid var(--brand-soft-2);
    border-radius: var(--radius-lg);
    padding: 2.25rem;
    border-left: 4px solid var(--brand);
}

.oc-foundation-quote-icon {
    margin-bottom: .75rem;
}

.oc-foundation-quote {
    font-family: var(--font-sans);
    font-size: .95rem;
    font-style: italic;
    color: var(--ink-2);
    line-height: 1.7;
    border: none;
    padding: 0;
    margin: 0 0 1rem;
}

.oc-foundation-cite {
    font-family: var(--font-mono);
    font-size: .7rem;
    font-weight: 700;
    letter-spacing: .1em;
    text-transform: uppercase;
    color: var(--brand);
}

.oc-foundation-focus {
    display: inline-block;
    font-family: var(--font-sans);
    font-size: .875rem;
    font-weight: 600;
    color: var(--ink-2);
    background: var(--brand-soft);
    border: 1.5px solid var(--brand-soft-2);
    border-radius: 999px;
    padding: .45rem 1rem;
}

/* ---- Partner cards ---- */
.oc-partner-card {
    background: var(--bg);
    border: 1.5px solid var(--line);
    border-radius: var(--radius-lg);
    padding: 2rem;
    height: 100%;
    transition: transform .25s cubic-bezier(.16, 1, .3, 1), box-shadow .25s, border-color .2s;
}

.oc-partner-card:hover {
    transform: translateY(-5px);
    box-shadow: var(--shadow-md);
    border-color: var(--brand-soft-2);
}

.oc-partner-header {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding-bottom: 1.25rem;
    border-bottom: 1px solid var(--line);
}

.tech-stack {
    margin-top: 3.0rem;
    padding-top: 2.25rem;
    border-top: 1px solid var(--line);
}

.oc-partner-header img {
    height: 60px;
}

.oc-partner-type {
    font-family: var(--font-mono);
    font-size: .6rem;
    font-weight: 700;
    letter-spacing: .14em;
    text-transform: uppercase;
    color: var(--muted);
}

.oc-partner-title {
    font-family: var(--font-display);
    font-size: 1.1rem;
    font-weight: 700;
    color: var(--ink);
    margin-top: .15rem;
}

.oc-partner-stats {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: .75rem;
    margin-top: 1.25rem;
    padding-top: 1.25rem;
    border-top: 1px solid var(--line);
}

.oc-partner-stat {
    text-align: center;
}

.oc-partner-stat-val {
    font-family: var(--font-mono);
    font-size: 1.55rem;
    font-weight: 700;
    color: var(--brand);
    line-height: 1;
}

.oc-partner-stat-lbl {
    font-family: var(--font-sans);
    font-size: .78rem;
    font-weight: 600;
    color: var(--muted);
    text-transform: uppercase;
    letter-spacing: .06em;
    margin-top: .25rem;
}

.oc-partners-logos-row {
    background: var(--bg-soft);
    border: 1px solid var(--line);
    border-radius: var(--radius);
    padding: 1.5rem;
    text-align: center;
}

.oc-partners-logos-label {
    font-family: var(--font-mono);
    font-size: .65rem;
    font-weight: 700;
    letter-spacing: .16em;
    text-transform: uppercase;
    color: var(--muted);
}

.oc-partner-logo-pill {
    background: var(--bg);
    border: 1px solid var(--line);
    border-radius: var(--radius);
    padding: .75rem 1.25rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: border-color .2s, transform .2s;
}

.oc-partner-logo-pill:hover {
    border-color: var(--brand-soft-2);
    transform: translateY(-2px);
}

.oc-partner-logo-pill img {
    max-height: 36px;
    width: auto;
    object-fit: contain;
    display: block;
}

/* ---- Testimonial stats ---- */
.oc-testi-stat-val {
    font-family: var(--font-mono);
    font-size: clamp(1.5rem, 3vw, 2.25rem);
    font-weight: 700;
    color: var(--brand);
    line-height: 1;
}

.oc-testi-stat-lbl {
    font-family: var(--font-sans);
    font-size: .72rem;
    font-weight: 600;
    color: var(--muted);
    text-transform: uppercase;
    letter-spacing: .06em;
    margin-top: .4rem;
}

/* ---- Global presence ---- */
.oc-global-stat-val {
    font-family: var(--font-mono);
    font-size: clamp(1.75rem, 4vw, 2.75rem);
    font-weight: 700;
    color: var(--brand);
    line-height: 1;
}

.oc-global-stat-lbl {
    font-family: var(--font-sans);
    font-size: .82rem;
    font-weight: 500;
    color: var(--muted);
    margin-top: .5rem;
    line-height: 1.4;
}

/* Office cards */
.oc-office-card {
    background: var(--bg);
    border: 1.5px solid var(--line);
    border-radius: var(--radius);
    padding: 1.5rem;
    height: 100%;
    transition: transform .25s cubic-bezier(.16, 1, .3, 1), box-shadow .25s, border-color .2s;
}

.oc-office-card:hover {
    transform: translateY(-4px);
    box-shadow: var(--shadow-md);
    border-color: var(--brand-soft-2);
}

.oc-office-card--hq {
    border-color: var(--brand-soft-2);
    background: var(--brand-soft);
}

.oc-office-flag {
    font-size: 2rem;
    margin-bottom: .5rem;
}

.oc-office-country {
    font-family: var(--font-display);
    font-size: 1rem;
    font-weight: 700;
    color: var(--ink);
    margin-bottom: .2rem;
    display: flex;
    align-items: center;
    gap: .5rem;
}

.oc-office-hq-badge {
    font-family: var(--font-mono);
    font-size: .55rem;
    font-weight: 700;
    letter-spacing: .1em;
    text-transform: uppercase;
    background: var(--brand);
    color: #fff;
    padding: .15rem .45rem;
    border-radius: 4px;
}

.oc-office-city {
    font-family: var(--font-sans);
    font-size: .82rem;
    font-weight: 600;
    color: var(--ink-2);
    margin-bottom: .5rem;
}

.oc-office-addr {
    font-family: var(--font-sans);
    font-size: .8rem;
    color: var(--muted);
    line-height: 1.55;
    margin: 0 0 .5rem;
}

.oc-office-contact {
    font-family: var(--font-mono);
    font-size: .75rem;
    color: var(--brand);
    font-weight: 700;
}

/* ---- Responsive ---- */
@media (max-width: 992px) {
    .oc-cred-badges-grid {
        grid-template-columns: 1fr 1fr;
    }

    .oc-timeline {
        max-width: 100%;
    }
}

@media (max-width: 768px) {
    .oc-hero {
        padding: 3rem 0 4rem;
    }

    .oc-team-card {
        flex-direction: column;
    }

    .oc-partner-stats {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 576px) {
    .oc-hero-h1 {
        font-size: 1.75rem;
    }

    .oc-cred-numbers {
        grid-template-columns: repeat(3, 1fr);
    }

    .oc-tl-item {
        grid-template-columns: 36px 20px 1fr;
        gap: 0 .75rem;
    }

    .oc-tl-year {
        font-size: 1.1rem;
    }

    .oc-partner-stats {
        grid-template-columns: 1fr 1fr 1fr;
    }
}

/* =========================================================
   Our Company Page — unique section classes (oc-section-*)
   All colors/fonts from :root only
   ========================================================= */

/* ---- Section base ---- */
.oc-section {
    padding: 5rem 0;
    background: var(--bg);
}

.oc-about {
    background: var(--bg-soft);
}

.oc-head {
    margin-bottom: 2.5rem;
}

.oc-team {
    padding: 5rem 0;
    background: var(--brand-soft-2);
}

.oc-section--soft {
    background: var(--bg-soft);
}

/* ---- Section header ---- */
.oc-section-hd {
    text-align: center;
    margin-bottom: 3rem;
}

.blank-card {
    padding-right: 160px;
    padding-left: 160px;
}

.oc-section-hd h2 {
    font-family: var(--font-display);
    font-size: clamp(1.75rem, 3.5vw, 2.5rem);
    color: var(--ink);
    margin-top: .75rem;
    line-height: 1.1;
}

.oc-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 labels ---- */
.oc-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;
}

.oc-eyebrow-text {
    display: block;
    font-family: var(--font-mono);
    font-size: .6875rem;
    font-weight: 700;
    letter-spacing: .18em;
    text-transform: uppercase;
    color: var(--brand);
    margin-bottom: .5rem;
}

/* ---- Stats bar ---- */
.oc-stats-bar {
    padding: 1.5rem 0;
    background: var(--bg-soft);
    border: 1px solid var(--line);
    border-width: 1px 0;
}

.oc-stats-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    align-items: center;
}

.oc-stat-col {
    text-align: center;
    padding: 1rem 1.5rem;
    position: relative;
}

.oc-stat-col:not(:last-child)::after {
    content: "";
    position: absolute;
    right: 0;
    top: 20%;
    height: 60%;
    width: 1px;
    background: var(--line);
}

.oc-stat-col .num {
    font-family: var(--font-mono);
    font-size: clamp(2rem, 4vw, 3rem);
    font-weight: 700;
    color: var(--brand);
    letter-spacing: -.03em;
    line-height: 1;
}

.oc-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;
}

/* ---- Tag pills ---- */
.oc-tag-brand {
    display: inline-block;
    background: var(--brand-soft);
    color: var(--brand);
    font-family: var(--font-mono);
    font-size: .88rem;
    font-weight: 700;
    padding: .25rem .6rem;
    border-radius: 6px;
    text-transform: uppercase;
    letter-spacing: .04em;
}

.oc-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;
}

/* ---- Outline button ---- */
.oc-btn-outline {
    display: inline-flex;
    align-items: center;
    gap: .4rem;
    font-family: var(--font-sans);
    font-size: .9375rem;
    font-weight: 600;
    color: var(--brand);
    background: transparent;
    border: 1.5px solid var(--brand);
    border-radius: 8px;
    padding: .875rem 1.5rem;
    text-decoration: none;
    transition: background .2s, color .2s;
}

.oc-btn-outline:hover {
    background: var(--brand);
    color: #fff;
}

/* ---- Testimonial cards ---- */
.oc-testi-card {
    background: var(--bg);
    border: 1.5px solid var(--line);
    border-radius: var(--radius-lg);
    padding: 2rem 2.25rem;
    height: 100%;
    display: flex;
    flex-direction: column;
    border-left: 3px solid var(--brand);
    transition: transform .25s cubic-bezier(.16, 1, .3, 1), box-shadow .25s;
}

.oc-testi-card:hover {
    transform: translateY(-4px);
    box-shadow: var(--shadow-md);
}

.oc-testi-quote-mark {
    color: var(--brand);
    margin-bottom: 1rem;
    opacity: .8;
    line-height: 1;
}

.oc-testi-text {
    font-family: var(--font-sans);
    font-size: .95rem;
    color: var(--ink-2);
    line-height: 1.7;
    margin: 0 0 1.5rem;
    flex: 1;
    font-weight: 400;
}

.oc-testi-footer {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 1rem;
    flex-wrap: wrap;
}

.oc-testi-author {
    display: flex;
    flex-direction: column;
    gap: .2rem;
}

.oc-testi-name {
    font-family: var(--font-sans);
    font-weight: 700;
    font-size: .9rem;
    color: var(--ink);
}

.oc-testi-role {
    font-family: var(--font-sans);
    font-size: .78rem;
    color: var(--muted);
}

.oc-testi-meta {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: .4rem;
}

.oc-testi-stars {
    color: var(--brand);
    font-size: .9rem;
    letter-spacing: .06em;
}

/* CTA row (centered) */
.oc-cta-row {
    text-align: center;
}

/* ---- Final CTA section ---- */
.oc-cta-section {
    padding: 5rem 0;
    background: var(--bg-soft);
}

.oc-cta-box {
    background: var(--ink);
    border-radius: var(--radius-lg);
    display: grid;
    grid-template-columns: 1.1fr .9fr;
    overflow: hidden;
    box-shadow: var(--shadow-lg);
}

.oc-cta-left {
    padding: 3.5rem;
    display: flex;
    flex-direction: column;
}

.oc-cta-left h2 {
    font-family: var(--font-display);
    color: #fff;
    font-size: clamp(1.5rem, 2.5vw, 2.1rem);
    line-height: 1.15;
    margin: 0 0 1rem;
}

.oc-cta-left p {
    font-family: var(--font-sans);
    color: rgba(255, 255, 255, .75);
    font-size: .95rem;
    line-height: 1.6;
    margin: 0 0 1rem;
}

.oc-cta-partner-note {
    font-family: var(--font-sans);
    color: rgba(255, 255, 255, .65);
    font-size: .875rem;
}

.oc-cta-partner-note a {
    color: var(--brand);
}

.oc-cta-btn {
    display: inline-flex;
    align-items: center;
    gap: .5rem;
    background: var(--brand);
    color: #fff;
    font-family: var(--font-sans);
    font-size: .9375rem;
    font-weight: 700;
    padding: .9rem 1.75rem;
    border-radius: 10px;
    text-decoration: none;
    width: fit-content;
    transition: background .2s, transform .2s;
}

.oc-cta-btn:hover {
    background: var(--brand-dark);
    transform: translateY(-2px);
    color: #fff;
}

.oc-cta-right {
    display: flex;
    align-items: stretch;
    overflow: hidden;
}

.oc-cta-img {
    width: 100%;
    height: 100%;
    min-height: 280px;
}

.oc-cta-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* ---- Responsive ---- */
@media (max-width: 900px) {
    .oc-stats-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .oc-stat-col:nth-child(2)::after {
        display: none;
    }

    .oc-cta-box {
        grid-template-columns: 1fr;
    }

    .oc-cta-right {
        display: none;
    }
}

@media (max-width: 768px) {
    .oc-cta-left {
        padding: 2.25rem 1.75rem;
    }
}

@media (max-width: 576px) {
    .oc-section {
        padding: 3rem 0;
    }

    .oc-stats-grid {
        grid-template-columns: 1fr 1fr;
    }

    .oc-testi-card {
        padding: 1.5rem;
    }

    .oc-cta-left {
        padding: 1.75rem 1.25rem;
    }
}

/* =========================================================
   Our Company — Horizontal Timeline (oc-htl-*)
   ========================================================= */

/* Outer wrapper — relative so the track line can be positioned */
.oc-htl {
    position: relative;
    margin: 3rem 0 2rem;
    overflow-x: auto;
    /* allow horizontal scroll on very small screens */
    -webkit-overflow-scrolling: touch;
}

/* Horizontal connecting line — sits at the centre of the badges */
.oc-htl-track {
    position: absolute;
    top: 33px;
    /* half of badge height (52px) */
    left: calc(100% / 12);
    /* align with first badge centre */
    right: calc(100% / 12);
    height: 2px;
    background: var(--brand-soft-2);
    z-index: 0;
}

/* Row that holds all columns */
.oc-htl-row {
    position: relative;
    z-index: 1;
    flex-wrap: nowrap !important;
    /* keep horizontal on desktop */
}

/* Each column */
.oc-htl-col {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: .5rem .5rem;
    min-width: 140px;
    /* prevent collapse on small screens */
}

/* Node wrapper — centres the badge over the track line */
.oc-htl-node {
    display: flex;
    justify-content: center;
    margin-bottom: 1.25rem;
}

/* Orange circle badge */
.oc-htl-badge {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: var(--brand);
    color: #fff;
    font-family: var(--font-mono);
    font-size: 1.08rem;
    font-weight: 700;
    letter-spacing: -.02em;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 14px -4px rgba(238, 90, 46, .55);
    transition: transform .2s ease, box-shadow .2s ease;
    flex-shrink: 0;
}

.oc-htl-badge:hover,
.oc-htl-col:hover .oc-htl-badge {
    transform: scale(1.12);
    box-shadow: 0 8px 20px -6px rgba(238, 90, 46, .65);
}

/* Smaller badge for "24–Now" text */
.oc-htl-badge--sm {
    font-size: 1.08rem;
    letter-spacing: -.01em;
}

/* Title under badge */
.oc-htl-title {
    font-family: var(--font-display);
    font-size: .95rem;
    font-weight: 700;
    color: var(--ink);
    margin-bottom: .5rem;
    line-height: 1.25;
}

/* Description text */
.oc-htl-desc {
    font-family: var(--font-sans);
    font-size: .8rem;
    color: var(--muted);
    line-height: 1.6;
    margin: 0;
}

/* Footnote below timeline */
.oc-htl-footnote {
    text-align: center;
    font-family: var(--font-sans);
    font-size: .875rem;
    color: var(--muted);
    margin-top: 2.5rem;
    margin-bottom: 0;
}

/* ---- Responsive ---- */

/* Tablet & Mobile (≤991px): vertical stacked timeline */
@media (max-width: 991px) {

    /* Hide the horizontal track line */
    .oc-htl-track {
        display: none;
    }

    /* Unwrap the row — stack vertically */
    .oc-htl-row {
        flex-direction: column !important;
        flex-wrap: wrap !important;
        align-items: stretch;
        gap: 0;
    }

    /* Each item: badge left, content right */
    .oc-htl-col {
        display: grid;
        grid-template-columns: 52px 1fr;
        grid-template-rows: auto 1fr;
        column-gap: 1.25rem;
        align-items: start;
        text-align: left;
        padding: 0;
        min-width: 0;
        flex: 1 1 100%;
        max-width: 100%;
    }

    /* Node (badge + vertical line) spans both rows */
    .oc-htl-node {
        grid-column: 1;
        grid-row: 1 / 3;
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-bottom: 0;
        position: relative;
    }

    /* Vertical connector line below badge */
    .oc-htl-node::after {
        content: "";
        flex: 1;
        width: 2px;
        background: var(--brand-soft-2);
        margin-top: 4px;
        min-height: 78px;
    }

    /* Last item — connector line still shows (matches screenshot) */

    /* Content area occupies right column */
    .oc-htl-content {
        grid-column: 2;
        grid-row: 1;
        padding-top: 0.8rem;
        text-align: left;
    }

    /* Title — left aligned, larger */
    .oc-htl-title {
        font-size: 1.05rem;
        margin-bottom: .2rem;
    }

    /* Year in brand color below title */
    .oc-htl-content::before {
        display: none;
        /* not needed, date is in .oc-htl-desc */
    }

    /* Badge size stays consistent */
    .oc-htl-badge {
        width: 46px;
        height: 46px;
        font-size: .75rem;
    }
}

/* Mobile (≤575px): tighten spacing */
@media (max-width: 575px) {
    .oc-htl-col {
        grid-template-columns: 42px 1fr;
        column-gap: 1rem;
    }

    .oc-htl-badge {
        width: 40px;
        height: 40px;
        font-size: .68rem;
    }

    .oc-htl-title {
        font-size: .95rem;
    }

    .oc-htl-desc {
        font-size: .82rem;
    }
}

/* ---- oc-htl-year: orange year label (shown only in vertical/mobile layout) ---- */
.oc-htl-year {
    display: none;
    /* hidden on desktop — badge shows the year */
    font-family: var(--font-mono);
    font-size: .8rem;
    font-weight: 700;
    color: var(--brand);
    letter-spacing: .04em;
    margin: .15rem 0 .4rem;
}

@media (max-width: 991px) {
    .oc-htl-year {
        display: block;
        /* show year text in vertical layout */
    }
}

/* =========================================================
   Our Company — Life at DotStark cards (oc-life-*)
   ========================================================= */

/* Base card */
.oc-life-card {
    border-radius: 18px;
    min-height: 180px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 0;
    overflow: hidden;
    transition: transform .25s cubic-bezier(.16, 1, .3, 1), box-shadow .25s cubic-bezier(.16, 1, .3, 1);
}

.oc-life-card:hover {
    transform: translateY(-5px);
    box-shadow: var(--shadow-md);
}

/* Text sits bottom-left inside card */
.oc-life-card-body {
    padding: 1.5rem 1.6rem;
}

.oc-life-card-title {
    font-family: var(--font-display);
    font-size: 1.05rem;
    font-weight: 700;
    line-height: 1.25;
    margin-bottom: .2rem;
}

.oc-life-card-sub {
    font-family: var(--font-sans);
    font-size: .82rem;
    font-weight: 500;
    opacity: .75;
}

/* ---- Colour variants ---- */

/* Orange — row 1, col 1 */
.oc-life-card--orange {
    background: var(--brand);
}

.oc-life-card--orange .oc-life-card-title,
.oc-life-card--orange .oc-life-card-sub {
    color: #fff;
}

/* Light grey — row 1 col 2 & row 2 col 2 */
/* =========================================
   Learning & Certs Card — Mint Theme
   ========================================= */

.oc-life-card--grey {
    position: relative;
    overflow: hidden;
    background-color: #cfeeee;
    background-image:
        /* diagonal texture */
        repeating-linear-gradient(-45deg, transparent, transparent 14px, rgba(120, 190, 185, .10) 14px, rgba(120, 190, 185, .10) 15px),
        /* bottom right soft blob */
        radial-gradient(circle at bottom right, rgba(255, 255, 255, .24) 0%, rgba(255, 255, 255, .12) 22%, transparent 23%);
    background-repeat: no-repeat;
}


/* icon circle */
.oc-life-card--grey .oc-life-card-icon-wrap {
    background: rgba(255, 255, 255, .38);
    color: #1b1b1b;
}


/* accent line */
.oc-life-card--grey .oc-life-card-bar {
    background: #22a7a2;
}


/* title */
.oc-life-card--grey .oc-life-card-title {
    color: #121212;
}


/* subtitle */
.oc-life-card--grey .oc-life-card-sub {
    color: #4f4f4f;
}

/* Near-black / dark — row 1 col 3 & row 2 col 3 */
.oc-life-card--dark {
    background: #1a1a1a;
}

.oc-life-card--dark .oc-life-card-title,
.oc-life-card--dark .oc-life-card-sub {
    color: #fff;
}

/* Cream / pale peach — row 2 col 1 */
.oc-life-card--cream {
    background: var(--brand-soft);
    border: 1px solid var(--brand-soft-2);
}

.oc-life-card--cream .oc-life-card-title,
.oc-life-card--cream .oc-life-card-sub {
    color: var(--ink);
}

/* CTA line below grid */
.oc-life-cta-text {
    font-family: var(--font-sans);
    font-size: .9rem;
    color: var(--muted);
    margin: 0;
}

.oc-life-cta-link {
    font-family: var(--font-sans);
    font-weight: 700;
    color: var(--brand);
    text-decoration: none;
    transition: color .2s;
}

.oc-life-cta-link:hover {
    color: var(--brand-dark);
    text-decoration: underline;
}

/* Responsive heights */
@media (max-width: 767px) {
    .oc-life-card {
        min-height: 140px;
    }
}

@media (max-width: 575px) {
    .oc-life-card {
        min-height: 120px;
    }

    .oc-life-card-body {
        padding: 1.1rem 1.25rem;
    }

    .oc-life-card-title {
        font-size: .95rem;
    }
}

/* =========================================================
   Our Company — Foundation section (oc-fdn-*)
   ========================================================= */

.oc-fdn-section {
    background: #111;
    padding: 5rem 0;
}

/* Eyebrow */
.oc-fdn-eyebrow {
    display: inline-block;
    font-family: var(--font-mono);
    font-size: .72rem;
    font-weight: 700;
    letter-spacing: .18em;
    text-transform: uppercase;
    color: var(--brand);
    margin-bottom: .75rem;
}

/* Heading */
.oc-fdn-h2 {
    font-family: var(--font-display);
    font-size: clamp(1.75rem, 3.5vw, 2.75rem);
    color: #fff;
    line-height: 1.1;
    letter-spacing: -.02em;
    margin: 0 0 1rem;
}

/* Lead paragraph */
.oc-fdn-lead {
    font-family: var(--font-sans);
    font-size: 1rem;
    color: rgba(255, 255, 255, .65);
    line-height: 1.65;
    max-width: 480px;
    margin: 0 0 1.75rem;
}

/* Sub-headings (Who We Are, Our Focus Areas) */
.oc-fdn-sub-heading {
    font-family: var(--font-display);
    font-size: 1.15rem;
    font-weight: 700;
    color: #fff;
    margin: 0 0 .75rem;
}

/* Body paragraphs */
.oc-fdn-body {
    font-family: var(--font-sans);
    font-size: .9rem;
    color: rgba(255, 255, 255, .6);
    line-height: 1.7;
    margin: 0;
}

/* Focus area pills */
.oc-fdn-pill {
    display: inline-flex;
    align-items: center;
    gap: .4rem;
    font-family: var(--font-sans);
    font-size: .85rem;
    font-weight: 500;
    color: rgba(255, 255, 255, .85);
    background: rgba(255, 255, 255, .08);
    border: 1px solid rgba(255, 255, 255, .12);
    border-radius: 999px;
    padding: .45rem 1rem;
    transition: background .2s;
}

.oc-fdn-pill:hover {
    background: rgba(255, 255, 255, .13);
}

/* ---- Stat cards (right col, 2×2) ---- */
.oc-fdn-stat-card {
    background: rgba(255, 255, 255, .06);
    border: 1px solid rgba(255, 255, 255, .1);
    border-radius: 16px;
    padding: 1.75rem 1.5rem;
    transition: background .2s, border-color .2s;
    text-align: center;
}

.oc-fdn-stat-card:hover {
    background: rgba(255, 255, 255, .1);
    border-color: rgba(238, 90, 46, .35);
}

.oc-fdn-stat-val {
    font-family: var(--font-mono);
    font-size: clamp(1.75rem, 3.5vw, 2.5rem);
    font-weight: 700;
    color: var(--brand);
    line-height: 1;
    margin-bottom: .5rem;
}

.oc-fdn-stat-lbl {
    font-family: var(--font-sans);
    font-size: .82rem;
    color: rgba(255, 255, 255, .55);
    font-weight: 500;
    line-height: 1.3;
}

/* ---- Foundation Website CTA button ---- */
.oc-fdn-cta-btn {
    display: inline-block;
    font-family: var(--font-sans);
    font-size: .9375rem;
    font-weight: 600;
    color: #fff;
    background: transparent;
    border: 1.5px solid rgba(255, 255, 255, .35);
    border-radius: 10px;
    padding: .8rem 1.6rem;
    text-decoration: none;
    transition: background .2s, border-color .2s, color .2s;
}

.oc-fdn-cta-btn:hover {
    background: rgba(255, 255, 255, .08);
    border-color: rgba(255, 255, 255, .65);
    color: #fff;
}

/* ---- Responsive ---- */
@media (max-width: 768px) {
    .oc-fdn-section {
        padding: 3.5rem 0;
    }

    .oc-fdn-lead {
        max-width: 100%;
    }
}

@media (max-width: 576px) {
    .oc-fdn-stat-card {
        padding: 1.25rem 1rem;
    }

    .oc-fdn-stat-val {
        font-size: 1.5rem;
    }
}

/* =========================================================
   Life at DotStark — card upgrades: blob, icon, accent bar
   ========================================================= */

/* Card layout — full height flex with relative positioning */
.oc-life-card {
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    min-height: 210px;
    border-radius: 18px;
}

/* ---- Background patterns per card variant ---- */

/* Orange — dots grid top-right + large soft circle bottom-left */
.oc-life-card--orange {
    background-color: var(--brand);
    background-image: radial-gradient(circle at 70% 20%, rgba(255, 255, 255, .12) 0%, transparent 50%), radial-gradient(circle 4px at 0 0, rgba(255, 255, 255, .25) 1px, transparent 0);
    background-size: 100% 100%, 18px 18px;
}

/* Grey row-1 — subtle topographic wave lines */
/* .oc-life-card--grey {
  background-color: #d9d9d9;
  background-image:
    radial-gradient(ellipse 80% 60% at 80% 60%, rgba(200,200,200,.55) 0%, transparent 70%),
    repeating-linear-gradient(
      -45deg,
      transparent,
      transparent 12px,
      rgba(180,180,180,.18) 12px,
      rgba(180,180,180,.18) 13px
    );
} */

/* Dark row-1 col-3 — blue glow top-left + globe dot grid bottom-right */
.oc-life-card--dark {
    background-color: #111827;
    background-image: radial-gradient(ellipse 50% 55% at 5% 10%, rgba(59, 130, 246, .35) 0%, transparent 60%), radial-gradient(circle 3px at 0 0, rgba(255, 255, 255, .15) 1px, transparent 0);
    background-size: 100% 100%, 16px 16px;
    background-position: 0 0, 55% 55%;
}

/* Cream — peach tint + diagonal fine lines + soft circle */
.oc-life-card--cream {
    background-color: var(--brand-soft);
    background-image: radial-gradient(ellipse 55% 55% at 75% 80%, rgba(238, 90, 46, .15) 0%, transparent 65%), repeating-linear-gradient(-55deg, transparent, transparent 10px, rgba(238, 90, 46, .07) 10px, rgba(238, 90, 46, .07) 11px);
    border: 1px solid var(--brand-soft-2);
}

/* Grey row-2 — lighter grey + soft blob shapes bottom */
.oc-life-card--grey-2 {
    background-color: #e8e8e8;
    background-image: radial-gradient(ellipse 60% 50% at 30% 90%, rgba(200, 200, 200, .6) 0%, transparent 65%), radial-gradient(ellipse 40% 35% at 80% 85%, rgba(210, 210, 210, .5) 0%, transparent 60%);
}

/* Dark row-2 — dark with orange arc glow bottom-right */
.oc-life-card--dark-2 {
    background-color: #0d0d0d;
    background-image: radial-gradient(ellipse 60% 55% at 95% 90%, rgba(238, 90, 46, .45) 0%, transparent 55%), repeating-linear-gradient(-30deg, transparent, transparent 14px, rgba(255, 255, 255, .03) 14px, rgba(255, 255, 255, .03) 15px);
}

/* Decorative blob element — keep for legacy but hide */
.oc-life-card-blob {
    display: none;
}

/* Icon circle — top-right */
.oc-life-card-icon-wrap {
    position: absolute;
    top: 1.25rem;
    right: 1.25rem;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    z-index: 1;
}

.oc-life-card--orange .oc-life-card-icon-wrap {
    background: rgba(255, 255, 255, .22);
    color: #fff;
}

.oc-life-card--grey .oc-life-card-icon-wrap {
    background: rgba(0, 0, 0, .08);
    color: var(--ink-2);
}

.oc-life-card--dark .oc-life-card-icon-wrap {
    background: rgba(255, 255, 255, .1);
    color: rgba(255, 255, 255, .8);
}

.oc-life-card--cream .oc-life-card-icon-wrap {
    background: rgba(238, 90, 46, .12);
    color: var(--brand);
}

/* Icon colour overrides */
.oc-life-card-icon-wrap--blue {
    background: rgba(59, 130, 246, .22) !important;
    color: #3b82f6 !important;
}

.oc-life-card-icon-wrap--brand {
    background: rgba(238, 90, 46, .14) !important;
    color: var(--brand) !important;
}

.oc-life-card-icon-wrap--orange {
    background: rgba(238, 90, 46, .22) !important;
    color: var(--brand) !important;
}

/* Card body stays above pattern */
.oc-life-card-body {
    position: relative;
    z-index: 1;
    padding: 1.5rem 1.6rem;
}

/* Accent bar */
.oc-life-card-bar {
    display: block;
    width: 28px;
    height: 3px;
    border-radius: 2px;
    margin-top: .75rem;
}

.oc-life-card--orange .oc-life-card-bar {
    background: rgba(255, 255, 255, .6);
}

.oc-life-card--grey .oc-life-card-bar {
    background: #999;
}

.oc-life-card--dark .oc-life-card-bar {
    background: rgba(255, 255, 255, .3);
}

.oc-life-card--cream .oc-life-card-bar {
    background: var(--brand-soft-2);
}

.oc-life-card-bar--blue {
    background: #3b82f6 !important;
}

.oc-life-card-bar--brand {
    background: var(--brand) !important;
}

/* ---- Responsive: 900px → 2 per row; 575px → 1 per row ---- */
@media (max-width: 900px) {
    .oc-life-card {
        min-height: 190px;
    }
}

@media (max-width: 575px) {
    .oc-life-card {
        min-height: 170px;
    }

    .oc-life-card-body {
        padding: 1.1rem 1.25rem;
    }

    .oc-life-card-icon-wrap {
        width: 40px;
        height: 40px;
        top: 1rem;
        right: 1rem;
    }
}

/* ---- Row-2 card variant colours ---- */

/* Grey-2 — lighter grey with soft blob shapes at bottom */
/* =========================================
   Team Events Card — Exact Purple UI
   ========================================= */

.oc-life-card--grey-2 {
    position: relative;
    overflow: hidden;
    background-color: #f1eaff;
    background-image:
        /* top left large blob */
        radial-gradient(circle at top left, rgba(183, 146, 255, .18) 0%, rgba(183, 146, 255, .10) 28%, transparent 29%),
        /* bottom right soft blob */
        radial-gradient(circle at bottom right, rgba(183, 146, 255, .14) 0%, rgba(183, 146, 255, .08) 22%, transparent 23%);
    background-repeat: no-repeat;
}


/* dotted pattern bottom-right */
.oc-life-card--grey-2::after {
    content: '';
    position: absolute;
    right: 22px;
    bottom: 18px;
    width: 92px;
    height: 58px;
    opacity: .45;
    background-image: radial-gradient(rgba(150, 92, 255, .45) 1.5px, transparent 1.5px);
    background-size: 14px 14px;
}


/* icon circle */
.oc-life-card--grey-2 .oc-life-card-icon-wrap {
    background: rgba(255, 255, 255, .38);
    color: #965cff;
}


/* accent line */
.oc-life-card--grey-2 .oc-life-card-bar {
    background: #965cff;
}


/* title */
.oc-life-card--grey-2 .oc-life-card-title {
    color: #121212;
}


/* subtitle */
.oc-life-card--grey-2 .oc-life-card-sub {
    color: #5d5d5d;
}

/* Dark-2 — near-black with orange radial arc bottom-right */
.oc-life-card--dark-2 {
    background-color: #0d0d0d;
    background-image: radial-gradient(ellipse 65% 60% at 95% 95%, rgba(238, 90, 46, .55) 0%, transparent 55%), repeating-linear-gradient(-35deg, transparent, transparent 16px, rgba(255, 255, 255, .025) 16px, rgba(255, 255, 255, .025) 17px);
}

.oc-life-card--dark-2 .oc-life-card-title {
    color: #fff;
}

.oc-life-card--dark-2 .oc-life-card-sub {
    color: rgba(255, 255, 255, .65);
}

.oc-life-card--dark-2 .oc-life-card-icon-wrap {
    background: rgba(238, 90, 46, .22);
    color: var(--brand);
}

/* =========================================================
   Our Company — Team cards (oct-* prefix)
   ========================================================= */

/* Card */
.oct-card {
    background: var(--bg);
    border: 1.5px solid var(--line);
    border-radius: 18px;
    padding: 1.5rem;
    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;
}

.oct-card:hover {
    transform: translateY(-5px);
    box-shadow: var(--shadow-md);
    border-color: var(--brand);
}

/* Header row: avatar | meta | linkedin */
.oct-card-header {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    margin-bottom: 1.25rem;
    padding-bottom: 1.25rem;
    border-bottom: 1px solid var(--line);
}

/* Circular avatar */
.oct-avatar {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    background: var(--brand);
    color: #fff;
    font-family: var(--font-display);
    font-size: 1.1rem;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    border: 3px solid var(--brand-soft-2);
}

/* Meta: name + role + tags */
.oct-meta {
    flex: 1;
    min-width: 0;
}

.oct-name {
    font-family: var(--font-display);
    font-size: 1.05rem;
    font-weight: 700;
    color: var(--ink);
    line-height: 1.2;
    margin-bottom: .15rem;
}

.oct-role {
    font-family: var(--font-sans);
    font-size: .82rem;
    color: var(--muted);
    font-weight: 500;
    line-height: 1.3;
}

/* LinkedIn icon button — top-right */
.oct-linkedin {
    width: 34px;
    height: 34px;
    border-radius: 8px;
    background: var(--brand);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    transition: background .2s, transform .2s;
    text-decoration: none;
}

.oct-linkedin:hover {
    background: var(--brand);
    transform: scale(1.08);
}

.oct-linkedin:hover img {
    filter: brightness(0) invert(1);
}

/* Tag pills */
.oct-tag {
    display: inline-block;
    font-family: var(--font-mono);
    font-size: .6rem;
    font-weight: 700;
    letter-spacing: .08em;
    text-transform: uppercase;
    padding: .22rem .6rem;
    border-radius: 4px;
}

.oct-tag--brand {
    background: var(--brand-soft);
    color: var(--brand);
}

.oct-tag--grey {
    background: #f3f4f6;
    color: #374151;
}

/* Bio text */
.oct-bio {
    font-family: var(--font-sans);
    font-size: .875rem;
    color: var(--muted);
    line-height: 1.65;
    margin: 0;
    flex: 1;
}

/* Responsive */
@media (max-width: 576px) {
    .oct-avatar {
        width: 52px;
        height: 52px;
        font-size: .95rem;
    }

    .oct-card {
        padding: 1.25rem;
    }
}


/* =========================================================
   Contact Us Page — cu-* prefix
   All colors/fonts from :root variables only
   ========================================================= */

/* ---- Eyebrow ---- */
.cu-eyebrow {
    display: inline-block;
    font-family: var(--font-mono);
    font-size: .72rem;
    font-weight: 700;
    letter-spacing: .18em;
    text-transform: uppercase;
    color: var(--brand);
    margin-bottom: .25rem;
}

/* ---- HERO ---- */
.cu-hero {
    background: var(--bg);
    position: relative;
    overflow: hidden;
    padding: 5rem 0 5.5rem;
}

.cu-hero-blob {
    position: absolute;
    right: -8rem;
    top: -8rem;
    width: 520px;
    height: 520px;
    border-radius: 50%;
    background: rgba(238, 90, 46, .07);
    filter: blur(72px);
    pointer-events: none;
    z-index: 0;
}

.cu-hero>.container-xxl {
    position: relative;
    z-index: 1;
}

.cu-hero-h1 {
    font-family: var(--font-display);
    font-size: clamp(2rem, 5vw, 3.5rem);
    line-height: 1.08;
    letter-spacing: -.025em;
    color: var(--ink);
    margin: 0;
}

.cu-accent {
    color: var(--brand);
}

.cu-hero-lead {
    font-family: var(--font-sans);
    font-size: 1.05rem;
    color: #444;
    line-height: 1.65;
    max-width: 520px;
    margin: 0;
}

/* Trust items */
.cu-trust-list {
    display: flex;
    flex-direction: column;
    gap: .75rem;
}

.cu-trust-item {
    display: flex;
    align-items: center;
    gap: .65rem;
    font-family: var(--font-sans);
    font-size: .9rem;
    font-weight: 500;
    color: var(--ink-2);
}

.cu-trust-icon {
    width: 32px;
    height: 32px;
    background: var(--brand-soft);
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

/* Hero info cards */
.cu-info-card {
    background: var(--bg);
    border: 1.5px solid var(--line);
    border-radius: var(--radius);
    padding: 1.35rem 1.4rem;
    height: 100%;
    transition: transform .22s cubic-bezier(.16, 1, .3, 1), box-shadow .22s, border-color .2s;
}

.cu-info-card:hover {
    transform: translateY(-4px);
    box-shadow: var(--shadow-md);
    border-color: var(--brand-soft-2);
}

.cu-info-icon {
    width: 40px;
    height: 40px;
    background: var(--brand-soft);
    border-radius: 10px;
    display: grid;
    place-items: center;
    margin-bottom: .85rem;
}

.cu-info-label {
    font-family: var(--font-mono);
    font-size: .62rem;
    font-weight: 700;
    letter-spacing: .14em;
    text-transform: uppercase;
    color: var(--muted);
    margin-bottom: .3rem;
}

.cu-info-value {
    font-family: var(--font-display);
    font-size: .95rem;
    font-weight: 700;
    color: var(--ink);
    margin-bottom: .2rem;
}

.cu-info-value a {
    color: var(--ink);
    text-decoration: none;
    transition: color .2s;
}

.cu-info-value a:hover {
    color: var(--brand);
}

.cu-info-sub {
    font-family: var(--font-sans);
    font-size: .78rem;
    color: var(--muted);
}

/* ---- FORM SECTION ---- */
.cu-form-section {
    padding: 5rem 0;
    background: var(--bg-soft);
}

.cu-form-card {
    background: var(--bg);
    border: 1.5px solid var(--line);
    border-radius: var(--radius-lg);
    padding: 2.5rem;
    box-shadow: var(--shadow-sm);
}

.cu-form-header {
    margin-bottom: 2rem;
}

.cu-form-title {
    font-family: var(--font-display);
    font-size: clamp(1.4rem, 2.5vw, 2rem);
    color: var(--ink);
    line-height: 1.15;
    margin: 0 0 .5rem;
}

.cu-form-sub {
    font-family: var(--font-sans);
    font-size: .9rem;
    color: var(--muted);
    margin: 0;
    line-height: 1.6;
}

/* Field group */
.cu-field {
    display: flex;
    flex-direction: column;
    gap: .4rem;
}

.cu-label {
    font-family: var(--font-mono);
    font-size: .6rem;
    font-weight: 700;
    letter-spacing: .14em;
    text-transform: uppercase;
    color: #888;
}

.cu-req {
    color: var(--brand);
}

.cu-input {
    width: 100%;
    padding: .95rem 1.1rem;
    border: 1.5px solid var(--line);
    border-radius: 10px;
    font-size: .9rem;
    font-family: var(--font-sans);
    color: var(--ink);
    background: var(--bg);
    outline: none;
    transition: border-color .2s, box-shadow .2s;
    appearance: auto;
}

.cu-input:focus {
    border-color: var(--brand);
    box-shadow: 0 0 0 3px rgba(238, 90, 46, .09);
}

.cu-textarea {
    resize: vertical;
    min-height: 130px;
}

/* Submit button */
.cu-submit-btn {
    display: inline-flex;
    align-items: center;
    gap: .5rem;
    width: 100%;
    justify-content: center;
    background: var(--brand);
    color: #fff;
    font-family: var(--font-sans);
    font-weight: 700;
    font-size: 1rem;
    padding: 1.05rem 1.5rem;
    border-radius: 10px;
    border: none;
    cursor: pointer;
    transition: background .2s, transform .15s;
    letter-spacing: .01em;
}

.cu-submit-btn:hover {
    background: var(--brand-dark);
    transform: translateY(-2px);
}

.cu-privacy {
    display: flex;
    align-items: center;
    gap: .4rem;
    font-family: var(--font-sans);
    font-size: .78rem;
    color: var(--muted-2);
    margin: 0;
}

/* Sidebar cards */
.cu-sidebar-card {
    background: var(--bg);
    border: 1.5px solid var(--line);
    border-radius: var(--radius);
    padding: 1.5rem 1.6rem;
    box-shadow: var(--shadow-sm);
}

.cu-sidebar-title {
    font-family: var(--font-display);
    font-size: 1rem;
    font-weight: 700;
    color: var(--ink);
    margin-bottom: 1rem;
    padding-bottom: .75rem;
    border-bottom: 1px solid var(--line);
}

/* Numbered steps list */
.cu-steps-list {
    list-style: none;
    padding: 0;
    margin: 0;
    counter-reset: steps;
    display: flex;
    flex-direction: column;
    gap: .75rem;
}

.cu-steps-list li {
    counter-increment: steps;
    display: flex;
    align-items: flex-start;
    gap: .75rem;
    font-family: var(--font-sans);
    font-size: .875rem;
    color: var(--ink-2);
    line-height: 1.5;
}

.cu-steps-list li::before {
    content: counter(steps);
    min-width: 24px;
    height: 24px;
    border-radius: 50%;
    background: var(--brand);
    color: #fff;
    font-size: .7rem;
    font-weight: 700;
    display: grid;
    place-items: center;
    flex-shrink: 0;
    font-family: var(--font-mono);
}

/* Credential list */
.cu-sidebar-creds {
    display: flex;
    flex-direction: column;
    gap: .65rem;
}

.cu-cred-item {
    display: flex;
    align-items: flex-start;
    gap: .6rem;
    font-family: var(--font-sans);
    font-size: .875rem;
    color: var(--ink-2);
    line-height: 1.45;
}

.cu-cred-item img {
    flex-shrink: 0;
    margin-top: .1rem;
}

/* Testimonial snippet */
.cu-testi-snippet {
    border-left: 3px solid var(--brand);
    padding: 1.25rem 1.5rem;
    background: var(--brand-soft);
    border-radius: 0 var(--radius) var(--radius) 0;
}

.cu-testi-text {
    font-family: var(--font-sans);
    font-size: .9rem;
    font-style: italic;
    color: var(--ink-2);
    line-height: 1.65;
    margin: .6rem 0 .5rem;
    border: none;
    padding: 0;
}

.cu-testi-cite {
    font-family: var(--font-mono);
    font-size: .65rem;
    font-weight: 700;
    letter-spacing: .08em;
    text-transform: uppercase;
    color: var(--brand);
    font-style: normal;
}

/* ---- OFFICES ---- */
.cu-offices-section {
    padding: 5rem 0;
    background: var(--bg);
}

.cu-section-hd h2 {
    font-family: var(--font-display);
    font-size: clamp(1.1rem, 2.2vw, 1.5rem);
    color: var(--muted);
    font-weight: 400;
    max-width: 700px;
    margin: 0 auto;
    line-height: 1.5;
}

.cu-office-card {
    background: var(--bg);
    border: 1.5px solid var(--line);
    border-radius: var(--radius);
    padding: 1.5rem;
    height: 100%;
    transition: transform .22s cubic-bezier(.16, 1, .3, 1), box-shadow .22s, border-color .2s;
}

.cu-office-card:hover {
    transform: translateY(-4px);
    box-shadow: var(--shadow-md);
    border-color: var(--brand-soft-2);
}

.cu-office-card--hq {
    border-color: var(--brand-soft-2);
    background: var(--brand-soft);
}

.cu-office-card .cu-office-flag {
    font-size: 2rem;
    margin-bottom: .5rem;
    display: block;
}

.cu-office-card .cu-office-country {
    font-family: var(--font-display);
    font-size: 1rem;
    font-weight: 700;
    color: var(--ink);
    margin-bottom: .2rem;
    display: flex;
    align-items: center;
    gap: .5rem;
}

.cu-hq-badge {
    font-family: var(--font-mono);
    font-size: .55rem;
    font-weight: 700;
    letter-spacing: .1em;
    text-transform: uppercase;
    background: var(--brand);
    color: #fff;
    padding: .15rem .45rem;
    border-radius: 4px;
}

.cu-office-card .cu-office-city {
    font-family: var(--font-sans);
    font-size: .82rem;
    font-weight: 600;
    color: var(--ink-2);
    margin-bottom: .5rem;
}

.cu-office-addr {
    font-family: var(--font-sans);
    font-size: .8rem;
    color: var(--muted);
    line-height: 1.55;
    margin: 0 0 .65rem;
    font-style: normal;
}

.cu-office-phone {
    font-family: var(--font-mono);
    font-size: .78rem;
    font-weight: 700;
    color: var(--brand);
    text-decoration: none;
    transition: color .2s;
}

.cu-office-phone:hover {
    color: var(--brand-dark);
}

/* ---- MAP PLACEHOLDER ---- */
.cu-map-section {
    padding: 0;
}

.cu-map-placeholder {
    height: 280px;
    background: linear-gradient(135deg, var(--ink-2) 0%, #2d2d3a 100%);
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cu-map-placeholder::before {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at 25% 50%, rgba(238, 90, 46, .15) 0%, transparent 50%), radial-gradient(circle at 75% 50%, rgba(238, 90, 46, .08) 0%, transparent 45%);
}

.cu-map-overlay {
    position: relative;
    z-index: 1;
    text-align: center;
    padding: 2rem;
}

.cu-map-label {
    display: inline-flex;
    align-items: center;
    gap: .6rem;
    font-family: var(--font-display);
    font-size: 1.1rem;
    font-weight: 700;
    color: #fff;
    margin-bottom: 1.25rem;
}

.cu-map-pins {
    display: flex;
    flex-wrap: wrap;
    gap: .6rem;
    justify-content: center;
}

.cu-map-pin {
    display: inline-block;
    font-family: var(--font-sans);
    font-size: .82rem;
    font-weight: 500;
    color: rgba(255, 255, 255, .85);
    background: rgba(255, 255, 255, .1);
    border: 1px solid rgba(255, 255, 255, .18);
    border-radius: 999px;
    padding: .35rem .85rem;
}

/* ---- CTA STRIP ---- */
.cu-cta-strip {
    padding: 4rem 0;
    background: var(--ink);
}

.cu-cta-heading {
    font-family: var(--font-display);
    font-size: clamp(1.5rem, 2.8vw, 2.1rem);
    color: #fff;
    margin: 0 0 .5rem;
    line-height: 1.2;
}

.cu-cta-sub {
    font-family: var(--font-sans);
    font-size: .9rem;
    color: rgba(255, 255, 255, .65);
    margin: 0;
    line-height: 1.5;
}

.cu-cta-btn-primary {
    display: inline-flex;
    align-items: center;
    gap: .4rem;
    background: var(--brand);
    color: #fff;
    font-family: var(--font-sans);
    font-size: .9375rem;
    font-weight: 700;
    padding: .85rem 1.6rem;
    border-radius: 10px;
    text-decoration: none;
    transition: background .2s, transform .2s;
    white-space: nowrap;
}

.cu-cta-btn-primary:hover {
    background: var(--brand-dark);
    color: #fff;
    transform: translateY(-2px);
}

.cu-cta-btn-outline {
    display: inline-flex;
    align-items: center;
    gap: .4rem;
    background: transparent;
    color: rgba(255, 255, 255, .8);
    font-family: var(--font-sans);
    font-size: .9375rem;
    font-weight: 600;
    padding: .85rem 1.6rem;
    border-radius: 10px;
    border: 1.5px solid rgba(255, 255, 255, .25);
    text-decoration: none;
    transition: background .2s, border-color .2s, color .2s;
    white-space: nowrap;
}

.cu-cta-btn-outline:hover {
    background: rgba(255, 255, 255, .08);
    border-color: rgba(255, 255, 255, .55);
    color: #fff;
}

/* ---- Responsive ---- */
@media (max-width: 992px) {
    .cu-hero {
        padding: 3.5rem 0 4rem;
    }

    .cu-form-section {
        padding: 3.5rem 0;
    }

    .cu-offices-section {
        padding: 3.5rem 0;
    }
}

@media (max-width: 768px) {
    .cu-form-card {
        padding: 1.75rem;
    }

    .cu-cta-strip {
        padding: 3rem 0;
    }

    .cu-map-placeholder {
        height: 220px;
    }
}

@media (max-width: 576px) {
    .cu-hero-h1 {
        font-size: 1.9rem;
    }

    .cu-form-card {
        padding: 1.25rem;
    }

    .cu-sidebar-card {
        padding: 1.25rem;
    }

    .cu-office-card {
        padding: 1.25rem;
    }

    .cu-cta-btn-primary,
    .cu-cta-btn-outline {
        width: 100%;
        justify-content: center;
    }
}

/* =========================================================
   Contact Us — 3-section redesign (ctc-* prefix)
   All tokens from :root only
   ========================================================= */

/* ---- Shared eyebrow ---- */
.ctc-eyebrow {
    display: inline-block;
    font-family: var(--font-mono);
    font-size: .68rem;
    font-weight: 700;
    letter-spacing: .18em;
    text-transform: uppercase;
    color: var(--brand);
}

/* ============================================================
   SECTION 1 — Hero + Form
   ============================================================ */
.ctc-hero {
    background: var(--bg);
    padding: 3rem 0 5.5rem;
}

/* Left column */
.ctc-hero-h1 {
    line-height: 1.1;
    letter-spacing: -.025em;
    color: var(--ink);
    margin: 0;
}

.ctc-accent {
    color: var(--brand);
}

.ctc-hero-lead {
    font-family: var(--font-sans);
    font-size: .975rem;
    color: #555;
    line-height: 1.65;
    max-width: 420px;
    margin: 0;
}

/* Email box */
.ctc-email-box {
    display: inline-flex;
    align-items: center;
    gap: 1.85rem;
    background: var(--brand-soft);
    border: 1.5px solid var(--brand-2);
    border-radius: var(--radius);
    padding: .9rem 1.25rem;
    max-width: 280px;
}

.ctc-email-icon {
    width: 50px;
    height: 30px;
    background: var(--bg);
    border-radius: 8px;
    display: grid;
    place-items: center;
    flex-shrink: 0;
}

.ctc-email-label {
    font-family: var(--font-mono);
    font-size: .8rem;
    font-weight: 700;
    letter-spacing: .12em;
    text-transform: uppercase;
    color: var(--muted);
    margin-bottom: .15rem;
}

.ctc-email-val {
    font-family: var(--font-sans);
    font-size: .875rem;
    font-weight: 700;
    color: var(--ink);
    text-decoration: none;
    transition: color .2s;
}

.ctc-email-val:hover {
    color: var(--brand);
}

/* Trust list */
.ctc-trust-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: .65rem;
}

.ctc-trust-list li {
    display: flex;
    align-items: center;
    gap: .6rem;
    font-family: var(--font-sans);
    font-size: .875rem;
    color: var(--ink-2);
    font-weight: 500;
}

/* Form card */
.ctc-form-card {
    background: var(--bg);
    border: 1.5px solid var(--line);
    border-radius: var(--radius-lg);
    padding: 2.25rem 2.5rem;
    box-shadow: 4px 5px 9px 8px rgba(16, 24, 40, .04);
}

.ctc-form-title {
    font-family: var(--font-display);
    font-size: 1.35rem;
    font-weight: 700;
    color: var(--ink);
    margin: 0 0 .35rem;
}

.ctc-form-sub {
    font-family: var(--font-sans);
    font-size: .82rem;
    color: var(--muted);
    margin: 0 0 1.5rem;
}

.ctc-field {
    display: flex;
    flex-direction: column;
    gap: .35rem;
}

.ctc-label {
    font-family: var(--font-mono);
    font-size: .78rem;
    font-weight: 700;
    letter-spacing: .14em;
    text-transform: uppercase;
    color: #3e3e3e;
}

.ctc-req {
    color: var(--brand);
}

.ctc-input {
    width: 100%;
    padding: .85rem 1rem;
    border: 1.5px solid var(--line);
    border-radius: 8px;
    font-size: .9rem;
    font-family: var(--font-sans);
    color: var(--ink);
    background: var(--bg);
    outline: none;
    transition: border-color .2s, box-shadow .2s;
    appearance: auto;
}

.ctc-input:focus {
    border-color: var(--brand);
    box-shadow: 0 0 0 3px rgba(238, 90, 46, .09);
}

.ctc-textarea {
    resize: vertical;
    min-height: 130px;
}

.ctc-submit-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: .5rem;
    width: 100%;
    background: var(--brand);
    color: #fff;
    font-family: var(--font-sans);
    font-size: 1rem;
    font-weight: 700;
    padding: 1rem 1.5rem;
    border-radius: 999px;
    border: none;
    cursor: pointer;
    transition: background .2s, transform .18s;
}

.ctc-submit-btn:hover {
    background: var(--brand-dark);
    transform: translateY(-2px);
}

.ctc-form-note {
    font-family: var(--font-sans);
    font-size: .78rem;
    color: var(--muted-2);
    text-align: center;
    margin: 0;
}

/* ============================================================
   SECTION 2 — Strategy Session
   ============================================================ */
.ctc-strategy-section {
    padding: 4rem 0;
    background: var(--bg-soft);
}

.ctc-strategy-card {
    background: var(--bg);
    border: 1.5px solid var(--line);
    border-radius: var(--radius-lg);
    display: grid;
    grid-template-columns: 280px 1fr;
    overflow: hidden;
    box-shadow: var(--shadow-sm);
}

.ctc-strategy-photo-wrap {
    overflow: hidden;
    flex-shrink: 0;
}

.ctc-strategy-photo {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.ctc-strategy-content {
    padding: 2.25rem 2.5rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.ctc-strategy-title {
    font-size: clamp(1.5rem, 2.5vw, 2rem);
    font-weight: 700;
    color: var(--ink);
    letter-spacing: -.02em;
    margin: 0;
}

.ctc-strategy-desc {
    font-family: var(--font-sans);
    font-size: .925rem;
    color: var(--muted);
    line-height: 1.65;
    max-width: 580px;
    margin: 0;
}

/* Feature items row */
.ctc-strategy-features {
    display: flex;
    flex-wrap: wrap;
    gap: .5rem 1.5rem;
}

.ctc-strategy-feat {
    display: inline-flex;
    align-items: center;
    gap: .45rem;
    font-family: var(--font-sans);
    font-size: .875rem;
    font-weight: 500;
    color: var(--ink-2);
}

/* CTA row */
.ctc-strategy-ctas {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 1.25rem;
}

.ctc-strategy-btn-primary {
    display: inline-flex;
    align-items: center;
    gap: .5rem;
    background: var(--brand);
    color: #fff;
    font-family: var(--font-sans);
    font-size: .9375rem;
    font-weight: 700;
    padding: .85rem 1.6rem;
    border-radius: 999px;
    text-decoration: none;
    transition: background .2s, transform .18s;
}

.ctc-strategy-btn-primary:hover {
    background: var(--brand-dark);
    color: #fff;
    transform: translateY(-2px);
}

.ctc-strategy-email {
    display: inline-flex;
    align-items: center;
    gap: .5rem;
    font-family: var(--font-sans);
    font-size: .9rem;
    font-weight: 500;
    color: var(--ink-2);
    text-decoration: none;
    transition: color .2s;
}

.ctc-strategy-email:hover {
    color: var(--brand);
}

/* ============================================================
   SECTION 3 — Global Offices
   ============================================================ */
.ctc-offices-section {
    padding: 5rem 0;
    background: var(--bg);
}

.ctc-offices-title {
    font-family: var(--font-display);
    font-size: clamp(2rem, 4vw, 2.75rem);
    color: var(--ink);
    letter-spacing: -.025em;
    margin: 0;
}

.ctc-offices-sub {
    font-family: var(--font-sans);
    font-size: 1rem;
    color: var(--muted);
    max-width: 540px;
    margin: 0 auto;
    line-height: 1.6;
}

/* Office card */
.ctc-office-card {
    background: var(--bg);
    border: 1.5px solid var(--line);
    border-radius: 18px;
    overflow: hidden;
    height: 100%;
    transition: transform .25s cubic-bezier(.16, 1, .3, 1), box-shadow .25s, border-color .2s;
}

.ctc-office-card:hover {
    transform: translateY(-5px);
    box-shadow: var(--shadow-md);
    border-color: var(--brand-soft-2);
}

/* Image area */
.ctc-office-img-wrap {
    position: relative;
    height: 170px;
    overflow: hidden;
}

.ctc-office-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform .4s ease;
}

.ctc-office-card:hover .ctc-office-img {
    transform: scale(1.05);
}

/* "Head Office" badge */
.ctc-hq-badge {
    position: absolute;
    top: .75rem;
    left: .75rem;
    font-family: var(--font-mono);
    font-size: .6rem;
    font-weight: 700;
    letter-spacing: .1em;
    text-transform: uppercase;
    background: var(--brand);
    color: #fff;
    padding: .28rem .7rem;
    border-radius: 999px;
}

/* Country name overlay bottom-left of image */
.ctc-office-name-overlay {
    position: absolute;
    bottom: .75rem;
    left: .85rem;
    font-family: var(--font-display);
    font-size: 1.1rem;
    font-weight: 700;
    color: #fff;
    text-shadow: 0 1px 6px rgba(0, 0, 0, .5);
}

/* Body below image */
.ctc-office-body {
    padding: 1.25rem 1.35rem;
    display: flex;
    flex-direction: column;
    gap: .6rem;
}

.ctc-office-addr-row,
.ctc-office-contact-row {
    display: flex;
    align-items: flex-start;
    gap: .5rem;
}

.ctc-office-addr-row img,
.ctc-office-contact-row img {
    flex-shrink: 0;
    margin-top: .15rem;
    filter: invert(44%) sepia(88%) saturate(600%) hue-rotate(346deg);
    opacity: .8;
}

.ctc-office-addr {
    font-family: var(--font-sans);
    font-size: .8rem;
    color: var(--muted);
    line-height: 1.55;
    margin: 0;
    font-style: normal;
}

.ctc-office-phone,
.ctc-office-email {
    font-family: var(--font-sans);
    font-size: .8rem;
    color: var(--muted);
    text-decoration: none;
    font-weight: 500;
    transition: color .2s;
}

.ctc-office-phone:hover,
.ctc-office-email:hover {
    color: var(--brand);
}

/* ---- Responsive ---- */
@media (max-width: 992px) {
    .ctc-hero {
        padding: 3.5rem 0 4rem;
    }

    .ctc-strategy-card {
        grid-template-columns: 220px 1fr;
    }
}

@media (max-width: 768px) {
    .ctc-form-card {
        padding: 1.5rem;
    }

    .ctc-strategy-card {
        grid-template-columns: 1fr;
    }

    .ctc-strategy-photo-wrap {
        height: 220px;
    }

    .ctc-strategy-content {
        padding: 1.75rem;
    }

    .ctc-strategy-features {
        flex-direction: column;
        gap: .55rem;
    }
}

@media (max-width: 576px) {
    .ctc-hero-h1 {
        font-size: 1.9rem;
    }

    .ctc-form-card {
        padding: 1.25rem;
    }

    .ctc-offices-title {
        font-size: 1.75rem;
    }

    .ctc-office-img-wrap {
        height: 145px;
    }
}

/* =========================================================
   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: white;
}

.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;
    justify-content: center;
}

.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 !important;
    }

    .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;
    }



    .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-steps-grid,
    .xbyk-phases-grid,
    .xbyk-cost-grid {
        grid-template-columns: 1fr !important;
        max-width: 100%;
    }

    .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;
    }
}

/* 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;
    }
}


/* ============================================================
   WHY CHOOSE DOTSTARK FOR SITECORE SECTION
   ============================================================ */
.sc-why-section {
    background: var(--brand-soft);
    padding: 5.5rem 0 5rem;
    font-family: var(--font-sans);
}

.sc-why-header {
    margin-bottom: 3.5rem;
}

.sc-why-header .eyebrow {
    margin-bottom: 0.75rem;
}

.sc-why-header h2 {
    color: var(--ink);
    margin-bottom: 1.25rem;
    line-height: 1.2;
}

.sc-why-subtitle {
    font-size: clamp(0.95rem, 1.5vw, 1.05rem);
    color: #4b5563;
    max-width: 760px;
    margin: 0 auto;
    line-height: 1.6;
}

.sc-why-row {
    margin-bottom: 4rem;
}

.sc-why-card {
    background: #ffffff;
    border-radius: 20px;
    padding: 3rem 2rem;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    box-shadow: 0 10px 30px -10px rgba(15, 23, 42, 0.06);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border: 1px solid rgba(238, 90, 46, 0.05);
}

.sc-why-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 20px 40px -15px rgba(15, 23, 42, 0.12);
}

.sc-why-icon-wrap {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    background: var(--brand-soft-2);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1.75rem;
    color: var(--brand);
    transition: transform 0.3s ease;
}

.sc-why-card:hover .sc-why-icon-wrap {
    transform: scale(1.05);
}

.sc-why-card h3 {
    font-family: var(--font-sans);
    font-size: 1.25rem;
    font-weight: 700;
    color: var(--ink);
    margin-bottom: 1rem;
    line-height: 1.3;
}

.sc-why-card p {
    font-size: 0.9rem;
    color: #4b5563;
    line-height: 1.6;
    margin: 0;
}

.sc-tech-stack {
    margin-top: 1.5rem;
}

.sc-tech-title {
    font-family: var(--font-mono);
    font-size: 0.75rem;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: #6b7280;
    display: block;
    margin-bottom: 1.25rem;
}

.sc-tech-badges {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.75rem 1rem;
    max-width: 900px;
    margin: 0 auto;
}

.sc-badge {
    background: #ffffff;
    border: 1.5px solid var(--line);
    border-radius: 50px;
    padding: 0.5rem 1.25rem;
    font-size: 0.825rem;
    font-weight: 500;
    color: #4b5563;
    transition: all 0.2s ease;
    user-select: none;
}

.sc-badge:hover {
    border-color: var(--brand);
    color: var(--brand);
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(238, 90, 46, 0.08);
}

/* Responsive Overrides */
@media (max-width: 991px) {
    .sc-why-section {
        padding: 4.5rem 0 4rem;
    }

    .sc-why-header {
        margin-bottom: 2.75rem;
    }

    .sc-why-row {
        margin-bottom: 3rem;
    }
}

@media (max-width: 768px) {
    .sc-why-section {
        padding: 4rem 0 3.5rem;
    }

    .sc-why-card {
        padding: 2.5rem 1.75rem;
    }

    .sc-tech-badges {
        gap: 0.6rem 0.8rem;
    }
}


/* ============================================================
   WHAT IS SITECORE INTRO SECTION
   ============================================================ */
.sc-intro-section {
    background: var(--bg-soft);
    padding: 6rem 0;
    font-family: var(--font-sans);
}

.sc-intro-header {
    max-width: 900px;
    margin: 0 auto 4rem auto;
    text-align: center;
}

.sc-intro-header .eyebrow {
    margin-bottom: 0.75rem;
}

.sc-intro-header h2 {
    color: var(--ink);
    margin-bottom: 1.25rem;
    line-height: 1.15;
}

.sc-intro-lead {
    font-size: clamp(1rem, 1.8vw, 1.15rem);
    color: #4b5563;
    line-height: 1.6;
    margin: 0;
}

.sc-intro-text h3 {
    font-family: var(--font-sans);
    font-size: 1.35rem;
    font-weight: 700;
    color: var(--ink);
    margin-bottom: 1.5rem;
    line-height: 1.3;
}

.sc-intro-text p {
    font-size: 0.95rem;
    color: #555555;
    line-height: 1.7;
    margin-bottom: 1.5rem;
}

.sc-intro-text p:last-child {
    margin-bottom: 0;
}

.sc-features-grid {
    margin-bottom: 2rem;
}

.sc-feature-card {
    background: #ffffff;
    border-radius: 16px;
    padding: 2rem 1.5rem;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.02);
    border: 1px solid rgba(0, 0, 0, 0.05);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.sc-feature-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 30px rgba(15, 23, 42, 0.08);
}

.sc-feature-icon-wrap {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: var(--brand-soft-2);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1.25rem;
    color: var(--brand);
    transition: transform 0.3s ease;
}

.sc-feature-card:hover .sc-feature-icon-wrap {
    transform: scale(1.08);
}

.sc-feature-card h4 {
    font-family: var(--font-sans);
    font-size: 1.05rem;
    font-weight: 700;
    color: var(--ink);
    margin-bottom: 0.5rem;
    line-height: 1.3;
}

.sc-feature-card p {
    font-size: 0.775rem;
    color: #6b7280;
    line-height: 1.4;
    margin: 0;
}

.sc-intro-caption {
    font-size: 0.85rem;
    color: #6b7280;
    font-style: italic;
    line-height: 1.6;
    margin: 2rem auto 0;
    max-width: 500px;
}

/* Responsive Overrides */
@media (max-width: 991px) {
    .sc-intro-section {
        padding: 4.5rem 0;
    }

    .sc-intro-header {
        margin-bottom: 3rem;
    }

    .sc-intro-text {
        margin-bottom: 3rem;
    }

    .sc-intro-caption {
        margin-top: 1.5rem;
    }
}

@media (max-width: 768px) {
    .sc-intro-section {
        padding: 4rem 0;
    }

    .sc-feature-card {
        padding: 1.75rem 1.25rem;
    }
}


/* ============================================================
   SITECORE HERO BANNER SECTION
   ============================================================ */
.sc-hero-section {
    background: #ffffff;
    padding: 6rem 0 4.5rem;
    font-family: var(--font-sans);
}

.sc-hero-content {
    max-width: 1000px;
    margin: 0 auto;
}

.sc-hero-badge {
    display: inline-block;
    font-family: var(--font-mono);
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--brand);
    background: var(--brand-soft);
    padding: 0.5rem 1.25rem;
    border-radius: 50px;
    margin-bottom: 2rem;
    user-select: none;
}

.sc-hero-title {
    font-family: var(--font-display);
    color: var(--ink);
    line-height: 1.15;
    margin-bottom: 1.75rem;
    letter-spacing: -0.02em;
}

.sc-hero-desc {
    font-size: clamp(0.95rem, 1.8vw, 1.125rem);
    color: #4b5563;
    line-height: 1.65;
    max-width: 820px;
    margin: 0 auto 2.75rem;
}

.sc-hero-ctas {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1.25rem;
    flex-wrap: wrap;
}

.sc-hero-ctas .btn {
    padding: 0.9rem 2.25rem;
    font-size: 0.95rem;
    letter-spacing: -0.01em;
    justify-content: center;
}

/* Responsive Overrides */
@media (max-width: 991px) {
    .sc-hero-section {
        padding: 5.5rem 0 5rem;
    }

    .sc-hero-title {
        margin-bottom: 1.5rem;
    }

    .sc-hero-desc {
        margin-bottom: 2.25rem;
    }
}

@media (max-width: 768px) {
    .sc-hero-section {
        padding: 4.5rem 0 4rem;
    }

    .sc-hero-badge {
        margin-bottom: 1.5rem;
        padding: 0.4rem 1rem;
        font-size: 0.68rem;
    }

    .sc-hero-ctas {
        flex-direction: column;
        gap: 0.85rem;
        width: 100%;
    }

    .sc-hero-ctas .btn {
        width: 100% !important;
    }
}

/* =========================================================
   ai-strategy.css - Custom styling for AI Strategy page
   ========================================================= */

/* Hero Section */
.ast-hero {
    background-color: #030712;
    background-image: radial-gradient(circle at 80% 20%, rgba(238, 90, 46, 0.15) 0%, transparent 50%), radial-gradient(circle at 20% 80%, rgba(249, 115, 22, 0.1) 0%, transparent 50%), linear-gradient(rgba(255, 255, 255, 0.03) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px);
    /*    background-size: 100% 100%, 100% 100%, 40px 40px, 40px 40px;*/
    padding: 5rem 0 6rem;
    color: #fff;
    overflow: hidden;
    position: relative;
}

.ast-hero-eyebrow {
    font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.15em;
    color: rgba(255, 255, 255, 0.7);
    margin-bottom: 1.5rem;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
}

.ast-hero-eyebrow span {
    color: var(--brand);
}

.ast-hero-h1 {
    line-height: 1.05;
    margin-bottom: 1.5rem;
    letter-spacing: -0.02em;
    color: white;
}

.ast-hero-h1 span.accent {
    background: linear-gradient(90deg, var(--brand) 0%, #f97316 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.ast-hero-lead {
    font-size: 1.15rem;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.75);
    margin-bottom: 2.5rem;
    max-width: 600px;
}

.ast-hero-ctas {
    display: flex;
    align-items: center;
    gap: 1.5rem;
    flex-wrap: wrap;
}

.ast-btn-primary {
    display: inline-flex;
    align-items: center;
    gap: 0.75rem;
    background: var(--brand);
    color: #fff !important;
    font-weight: 600;
    padding: 0.95rem 1.8rem;
    border-radius: 8px;
    text-decoration: none;
    transition: all 0.2s ease;
    border: 1px solid var(--brand);
}

.ast-btn-primary:hover {
    background: var(--brand-dark);
    border-color: var(--brand-dark);
    transform: translateY(-2px);
}


.ast-btn-hero {
    display: inline-flex;
    align-items: center;
    gap: 0.75rem;
    background: #c2410c00;
    color: #ee5a2e !important;
    font-weight: 600;
    padding: 0.95rem 1.8rem;
    border-radius: 8px;
    text-decoration: none;
    transition: all 0.2s ease;
    border: 1px solid var(--brand);
}

.ast-btn-hero:hover {
    background: #ffffff;
    border-color: var(--brand-dark);
    transform: translateY(-2px);
}

.ast-btn-link {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    color: rgba(255, 255, 255, 0.9) !important;
    font-weight: 600;
    text-decoration: none;
    transition: color 0.2s ease;
}

.ast-btn-link:hover {
    color: var(--brand) !important;
}

.ast-btn-link svg {
    transition: transform 0.2s ease;
}

.ast-btn-link:hover svg {
    transform: translateX(4px);
}

/* Logos Section */
.ast-logos {
    background: #fff;
    padding: 3rem 0;
    border-bottom: 1px solid #f0f0f0;
}

.ast-logos-title {
    font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
    font-size: 0.7rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    color: #888;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 2rem;
}

.ast-logos-grid {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 1.5rem;
}

.ast-logo-item {
    flex: 1;
    min-width: 180px;
    height: 72px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    border: 1px solid #eef0f2;
    border-radius: 12px;
    padding: 1rem;
    transition: all 0.2s ease;
}

.ast-logo-item:hover {
    border-color: #ddd;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.02);
}

.ast-logo-text {
    font-size: 1.15rem;
    font-weight: 800;
    color: #111;
    letter-spacing: -0.02em;
    display: flex;
    align-items: center;
    gap: 0.4rem;
}

.ast-logo-text svg {
    color: var(--brand);
}

/* Services Section */
.ast-services {
    background: #fff;
    padding: 6rem 0;
}

.ast-section-hd {
    margin-bottom: 4rem;
}

.ast-eyebrow {
    font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.15em;
    color: var(--brand);
    text-transform: uppercase;
    margin-bottom: 1rem;
    display: block;
}

.ast-section-title {
    line-height: 1.15;
    color: #111;
    letter-spacing: -0.02em;
    max-width: 720px;
}

.ast-section-title span.accent {
    color: var(--brand);
    font-weight: 800;
}

.ast-link-arrow {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    color: var(--brand);
    font-weight: 600;
    text-decoration: none;
    transition: color 0.2s;
}

.ast-link-arrow:hover {
    color: var(--brand-dark);
}

.ast-card {
    background: #fff;
    border: 1px solid #eef0f2;
    border-radius: 16px;
    padding: 2.25rem 2rem;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
    position: relative;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.01);
}

.ast-card:hover {
    transform: translateY(-4px);
    border-color: #ffe5d8;
    box-shadow: 0 12px 32px rgba(238, 90, 46, 0.08);
}

.ast-card-top {
    margin-bottom: 2rem;
}

.ast-card-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1.5rem;
}

.ast-card-icon {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    border: 1px solid rgba(238, 90, 46, 0.2);
    background: rgba(238, 90, 46, 0.04);
    display: flex;
    align-items: center;
    justify-content: center;
}

.ast-card-icon img {
    display: block;
}

.ast-card-tag {
    font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
    font-size: 0.65rem;
    font-weight: 700;
    color: #9ca3af;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.ast-card-title {
    font-size: 1.2rem;
    font-weight: 800;
    color: #111;
    margin-bottom: 0.75rem;
    letter-spacing: -0.01em;
}

.ast-card-desc {
    font-size: 0.92rem;
    line-height: 1.6;
    color: #555;
    margin: 0;
}

.ast-card-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.35rem 0.8rem;
    background-color: #f7f6f2;
    color: #b0a597;
    font-size: 0.72rem;
    font-weight: 700;
    border-radius: 999px;
    font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
    letter-spacing: 0.02em;
    margin: 2px;
}

/* Cream Banner Section */
.ast-banner {
    padding: 6rem 0;
    text-align: center;
    border-top: 1px solid #f4f3ed;
    border-bottom: 1px solid #f4f3ed;
}

.ast-banner-title {
    line-height: 1.15;
    color: #111;
    letter-spacing: -0.02em;
    max-width: 860px;
    margin: 0 auto 1.5rem;
}

.ast-banner-title span.accent {
    color: var(--brand);
}

.ast-banner-desc {
    font-size: 1.05rem;
    line-height: 1.6;
    color: #555;
    max-width: 680px;
    margin: 0 auto;
}

/* Lifecycle Section */
.ast-lifecycle {
    background: #fff;
    padding: 7rem 0;
}

.ast-lifecycle-left {
    padding-right: 2rem;
}

.ast-lifecycle-desc {
    font-size: 1rem;
    line-height: 1.6;
    color: #555;
    margin-bottom: 2.5rem;
}

.ast-lifecycle-right {
    display: flex;
    flex-direction: column;
}

.ast-lifecycle-row {
    display: flex;
    padding: 2rem 0;
    border-bottom: 1px solid #f0f0f0;
    align-items: flex-start;
    gap: 2rem;
    transition: all 0.2s ease;
}

.ast-lifecycle-row:first-child {
    padding-top: 0;
}

.ast-lifecycle-row:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.ast-lifecycle-num {
    font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
    font-size: 1rem;
    font-weight: 800;
    color: var(--brand);
    margin-top: 0.2rem;
}

.ast-lifecycle-content {
    flex: 1;
}

.ast-lifecycle-row-title {
    font-size: 1.25rem;
    font-weight: 800;
    color: #111;
    margin-bottom: 0.5rem;
}

.ast-lifecycle-row-desc {
    font-size: 0.95rem;
    line-height: 1.6;
    color: #555;
    margin: 0;
}

/* Stats Section */
.ast-stats-bar {
    background: #0e0b13;
    padding: 4.5rem 0;
    color: #fff;
    border-top: 1px solid rgba(255, 255, 255, 0.05);
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.ast-stats-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 2rem;
    text-align: center;
}

.ast-stat-col {
    position: relative;
    padding: 1rem 0;
}

@media (min-width: 992px) {
    .ast-stat-col:not(:first-child) {
        border-left: 1px solid rgba(255, 255, 255, 0.08);
    }

    .ai-da-stat:not(:first-child) {
        border-left: 1px solid rgba(255, 255, 255, 0.08);
    }
}

@media (max-width: 991px) and (min-width: 576px) {
    .ast-stat-col:nth-child(2n) {
        border-left: 1px solid rgba(255, 255, 255, 0.08);
    }
}

.ast-stat-num {
    font-size: clamp(2.5rem, 4.5vw, 3.75rem);
    font-weight: 800;
    color: var(--brand);
    line-height: 1;
    margin-bottom: 0.5rem;
}

.ast-stat-lbl {
    font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    color: rgba(255, 255, 255, 0.6);
    text-transform: uppercase;
    margin: 0;
}

/* Why Section */
.ast-why-section {
    padding: 7rem 0;
    border-bottom: 1px solid #f0f0f0;
}

.ast-why-card {
    background: #fff;
    border: 1px solid #eef0f2;
    border-radius: 16px;
    padding: 2.5rem 2rem;
    height: 100%;
    position: relative;
    overflow: hidden;
    transition: all 0.3s ease;
}

.ast-why-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: var(--brand);
    opacity: 0.8;
}

.ast-why-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.04);
}

.ast-why-card-icon {
    width: 32px;
    height: 32px;
    background: var(--brand-soft);
    color: var(--brand);
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1.5rem;
    font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
    font-size: 0.85rem;
    font-weight: 700;
}

.ast-why-card-title {
    font-size: 1.25rem;
    font-weight: 800;
    color: #111;
    margin-bottom: 0.85rem;
}

.ast-why-card-desc {
    font-size: 0.92rem;
    line-height: 1.6;
    color: #555;
    margin: 0;
}

/* final CTA section styling override */
.ast-final-cta-section {
    background: #fff;
    padding: 6rem 0;
}

.ast-final-cta-box {
    background: radial-gradient(circle at 100% 0%, #1c1917 0%, #0c0a09 100%);
    border-radius: 24px;
    display: grid;
    grid-template-columns: 55% 45%;
    overflow: hidden;
    min-height: 400px;
    align-items: center;
    border: 1px solid rgba(255, 255, 255, 0.08);
}

.ast-final-cta-left {
    padding: 4rem;
}

.ast-final-cta-left h2 {
    color: #fff;
    font-size: clamp(1.8rem, 3vw, 2.5rem);
    font-weight: 800;
    line-height: 1.15;
    margin: 0 0 1rem;
    letter-spacing: -0.02em;
}

.ast-final-cta-left p {
    color: rgba(255, 255, 255, 0.7);
    font-size: 0.95rem;
    line-height: 1.6;
    margin: 0;
    max-width: 480px;
}

.ast-final-cta-right {
    padding: 4rem 4rem 4rem 0;
    display: flex;
    justify-content: flex-end;
}

.ast-cta-card {
    background: #141416;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 18px;
    padding: 2.25rem;
    width: 100%;
    max-width: 360px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.25);
}

.ast-cta-btn-orange {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    background: var(--brand);
    color: #fff !important;
    font-weight: 700;
    padding: 0.95rem 1.5rem;
    border-radius: 10px;
    text-decoration: none;
    text-align: center;
    transition: all 0.2s ease;
    width: 100%;
    border: none;
    font-size: 0.95rem;
    margin-bottom: 1rem;
}

.ast-cta-btn-orange:hover {
    background: var(--brand-dark);
    transform: translateY(-1px);
}

.ast-cta-btn-outline {
    display: block;
    color: rgba(255, 255, 255, 0.8) !important;
    font-weight: 600;
    font-size: 0.88rem;
    text-align: center;
    text-decoration: underline;
    transition: color 0.2s;
    margin-bottom: 2rem;
}

.ast-cta-btn-outline:hover {
    color: var(--brand) !important;
}

.ast-timeline-title {
    font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
    font-size: 0.65rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    color: rgba(255, 255, 255, 0.4);
    text-transform: uppercase;
    margin-bottom: 1rem;
    display: block;
}

.ast-timeline-options {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.ast-radio-label {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    color: rgba(255, 255, 255, 0.8);
    font-size: 0.85rem;
    cursor: pointer;
    user-select: none;
}

.ast-radio-label input[type="radio"] {
    appearance: none;
    width: 16px;
    height: 16px;
    border: 2px solid rgba(255, 255, 255, 0.3);
    border-radius: 50%;
    outline: none;
    transition: all 0.2s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.ast-radio-label input[type="radio"]:checked {
    border-color: var(--brand);
}

.ast-radio-label input[type="radio"]::before {
    content: '';
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--brand);
    transform: scale(0);
    transition: transform 0.2s ease;
}

.ast-radio-label input[type="radio"]:checked::before {
    transform: scale(1);
}

/* FAQ Overrides for AI Strategy */
.ast-faq-section {
    padding: 6rem 0;
}

/* RESPONSIVE DESIGN */
@media (max-width: 991px) {
    .ast-hero {
        padding: 6rem 0 4rem;
    }

    .ast-hero-lead {
        margin-bottom: 2rem;
    }

    .ast-lifecycle-left {
        padding-right: 0;
        margin-bottom: 3rem;
    }

    .ast-stats-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 3rem 1.5rem;
    }

    .ast-final-cta-box {
        grid-template-columns: 1fr;
    }

    .ast-final-cta-left {
        padding: 3rem 2.5rem;
        text-align: center;
    }

    .ast-final-cta-left p {
        margin: 0 auto;
    }

    .ast-final-cta-right {
        padding: 0 2.5rem 3rem;
        justify-content: center;
    }

    .ast-cta-card {
        max-width: 100%;
    }
}

@media (max-width: 575px) {
    .ast-hero-ctas {
        flex-direction: column;
        align-items: stretch;
    }

    .ast-btn-primary,
    .ast-btn-link,
    .ast-btn-hero {
        justify-content: center;
    }

    .ast-stats-grid {
        grid-template-columns: 1fr;
        gap: 2rem;
    }

    .ast-logo-item {
        min-width: 140px;
    }
}

@media (max-width: 992px) {}

/* =========================================================
   GAP — Generative AI Products Section  (generative-ai.html)
   All classes prefixed with "gap-" to avoid collisions
   ========================================================= */

/* Section wrapper */
.gap-ai-products {
    padding: 5rem 0 4rem;
    background: #fff;
}

/* Section header */
.gap-products-hd {
    margin-bottom: 3rem;
}

.gap-eyebrow {
    font-family: var(--font-mono);
    font-size: 0.7rem;
    font-weight: 700;
    letter-spacing: 0.18em;
    color: var(--brand);
    text-transform: uppercase;
    display: block;
    margin-bottom: 0.75rem;
}

.gap-products-title {
    font-size: clamp(2rem, 4vw, 2.75rem);
    font-weight: 800;
    letter-spacing: -0.025em;
    color: var(--ink);
    margin-bottom: 1rem;
}

.gap-accent {
    color: var(--brand);
}

.gap-products-sub {
    font-family: var(--font-sans);
    font-size: 1rem;
    color: var(--muted);
    line-height: 1.65;
    max-width: 560px;
    margin: 0 auto;
}

/* Product Card */
.gap-product-card {
    border: 1.5px solid var(--line);
    border-radius: var(--radius-lg);
    background: #fff;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    height: 100%;
    box-shadow: var(--shadow-sm);
    transition: box-shadow 0.25s ease, transform 0.25s ease;
}

.gap-product-card:hover {
    box-shadow: var(--shadow-lg);
    transform: translateY(-3px);
}

/* Card Header */
.gap-card-header {
    padding: 1.4rem 1.75rem 1rem;
    border-bottom: 1px solid var(--line);
}

.gap-product-icon {
    width: 44px;
    height: 44px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.gap-product-icon--rag {
    background: var(--brand-soft);
    color: var(--brand);
}

.gap-product-icon--rec {
    background: var(--brand-soft);
    color: var(--brand);
}

.gap-product-name {
    font-family: var(--font-display);
    font-size: 1.35rem;
    font-weight: 800;
    color: var(--ink);
    letter-spacing: -0.015em;
}

.gap-product-by {
    font-family: var(--font-sans);
    font-size: 0.75rem;
    font-weight: 500;
    color: var(--muted);
    letter-spacing: 0;
    margin-left: 0.35rem;
}

.gap-available-badge {
    display: inline-flex;
    align-items: center;
    padding: 0.3rem 0.85rem;
    border: 1.5px solid var(--brand);
    border-radius: 999px;
    font-family: var(--font-mono);
    font-size: 0.65rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    color: var(--brand);
    text-transform: uppercase;
    white-space: nowrap;
}

/* Architecture Diagram */
.gap-arch-diagram {
    padding: 1.25rem 1.75rem;
    background: #fafafa;
    border-bottom: 1px solid var(--line);
}

.gap-arch-row {
    display: flex;
    align-items: stretch;
    gap: 0.5rem;
}

.gap-arch-col {
    flex: 1;
    min-width: 0;
    display: flex;
    flex-direction: column;
}

.gap-arch-col--center {
    flex: 1.2;
}

.gap-arch-col-label {
    font-family: var(--font-mono);
    font-size: 0.62rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    color: var(--muted-2);
    text-transform: uppercase;
    margin-bottom: 0.6rem;
    text-align: center;
}

.gap-arch-arrow-col {
    flex: 0 0 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 1.4rem;
}

/* RAG Sources */
.gap-arch-sources {
    display: flex;
    flex-direction: column;
    gap: 0.4rem;
}

.gap-source-item {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-family: var(--font-mono);
    font-size: 0.62rem;
    font-weight: 700;
    color: var(--ink-2);
    letter-spacing: 0.06em;
    border-radius: 10px;
    border: 1px solid var(--line);
    background-color: var(--bg-soft)
}

.gap-source-icon {
    width: 26px;
    height: 26px;
    border-radius: 6px;
    border: 1px solid var(--line);
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    flex-shrink: 0;
    color: var(--brand);
}

/* Index Box */
.gap-arch-index-box {
    background: #fff;
    border: 1.5px solid var(--brand);
    border-radius: 10px;
    padding: 0.75rem;
    text-align: center;
    flex: 1;
}

.gap-index-icon {
    margin-bottom: 0.35rem;
}

.gap-index-title {
    font-family: var(--font-mono);
    font-size: 0.62rem;
    font-weight: 800;
    color: var(--brand);
    letter-spacing: 0.1em;
    margin-bottom: 0.4rem;
}

.gap-index-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 0.2rem;
}

.gap-index-list li {
    font-family: var(--font-mono);
    font-size: 0.58rem;
    color: var(--ink-2);
    font-weight: 600;
    letter-spacing: 0.05em;
}

/* LLM Box */
.gap-arch-llm-box {
    background: #fff;
    border: 1.5px solid var(--line);
    border-radius: 10px;
    padding: 0.75rem;
    flex: 1;
}

.gap-llm-icon {
    margin-bottom: 0.3rem;
}

.gap-llm-title {
    font-family: var(--font-mono);
    font-size: 0.62rem;
    font-weight: 800;
    color: var(--brand);
    letter-spacing: 0.1em;
    margin-bottom: 0.4rem;
}

.gap-llm-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 0.2rem;
}

.gap-llm-list li {
    font-family: var(--font-mono);
    font-size: 0.58rem;
    color: var(--ink-2);
    font-weight: 600;
    letter-spacing: 0.05em;
}

/* RecClass Video Box */
.gap-arch-video-box {
    background: #fff;
    border: 1.5px solid var(--line);
    border-radius: 10px;
    padding: 0.75rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    flex: 1;
    text-align: center;
}

.gap-video-play {
    width: 38px;
    height: 38px;
    border-radius: 20%;
    border: 2px solid var(--brand);
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--brand-soft);
}

.gap-video-label {
    font-family: var(--font-mono);
    font-size: 0.58rem;
    font-weight: 700;
    color: var(--ink-2);
    letter-spacing: 0.06em;
    margin: 0;
    text-align: center;
}

/* RecClass Process Box */
.gap-arch-recclass-box {
    background: #fff;
    border: 1.5px solid var(--brand);
    border-radius: 10px;
    padding: 0.75rem;
    flex: 1;
}

.gap-recclass-header {
    display: flex;
    align-items: center;
    gap: 0.4rem;
    font-family: var(--font-mono);
    font-size: 0.62rem;
    font-weight: 800;
    color: var(--brand);
    letter-spacing: 0.08em;
    margin-bottom: 0.5rem;
}

.gap-recclass-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 0.2rem;
}

.gap-recclass-list li {
    font-family: var(--font-mono);
    font-size: 0.58rem;
    color: var(--ink-2);
    font-weight: 600;
    letter-spacing: 0.05em;
}

/* Student Box */
.gap-arch-student-box {
    background: #fff;
    border: 1.5px solid var(--line);
    border-radius: 10px;
    padding: 0.75rem;
    flex: 1;
}

.gap-student-header {
    display: flex;
    align-items: center;
    gap: 0.4rem;
    font-family: var(--font-mono);
    font-size: 0.62rem;
    font-weight: 800;
    color: var(--brand);
    letter-spacing: 0.08em;
    margin-bottom: 0.5rem;
}

.gap-student-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 0.2rem;
}

.gap-student-list li {
    font-family: var(--font-mono);
    font-size: 0.58rem;
    color: var(--ink-2);
    font-weight: 600;
    letter-spacing: 0.05em;
}

/* Product Body */
.gap-product-body {
    padding: 1.5rem 1.75rem;
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 1.1rem;
}

.gap-product-tagline {
    font-size: 1.2rem;
    font-weight: 800;
    color: var(--ink);
    letter-spacing: -0.01em;
    margin: 0;
}

.gap-product-desc {
    font-size: 0.9rem;
    line-height: 1.65;
    color: var(--muted);
    margin: 0;
}

/* Stats row */
.gap-stats-row {
    background: var(--bg-soft);
    border-radius: var(--radius);
    padding: 1rem 0.5rem;
}

.gap-stat-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 0.25rem;
}

.gap-stat-icon {
    color: var(--brand);
    margin-bottom: 0.15rem;
}

.gap-stat-val {
    font-size: 1.55rem;
    font-weight: 800;
    color: var(--ink);
    line-height: 1;
    letter-spacing: -0.02em;
}

.gap-stat-lbl {
    font-family: var(--font-sans);
    font-size: 0.72rem;
    color: var(--muted);
    font-weight: 500;
    line-height: 1.3;
}

/* Features list */
.gap-features-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 0.6rem;
}

.gap-features-list li {
    display: flex;
    align-items: flex-start;
    gap: 0.6rem;
    font-size: 0.875rem;
    color: var(--ink-2);
    line-height: 1.5;
}

.gap-features-list li svg {
    flex-shrink: 0;
    margin-top: 2px;
}

/* Built for */
.gap-built-for {
    margin-top: auto;
}

.gap-built-for-label {
    font-family: var(--font-mono);
    font-size: 0.65rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    color: var(--brand);
    text-transform: uppercase;
    display: block;
    margin-bottom: 0.6rem;
}

.gap-built-for-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 0.45rem;
}

.gap-tag {
    display: inline-flex;
    align-items: center;
    padding: 0.3rem 0.75rem;
    border: 1px solid var(--line);
    border-radius: 999px;
    font-size: 0.75rem;
    font-weight: 500;
    color: var(--muted);
    background: #fff;
    transition: border-color 0.2s, color 0.2s;
}

.gap-tag:hover {
    border-color: var(--brand-soft-2);
    color: var(--brand);
}

/* CTA */
.gap-card-cta {
    padding: 1.25rem 1.75rem;
    border-top: 1px solid var(--line);
}

.gap-cta-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 1rem 1.5rem;
    background: var(--brand);
    color: #fff !important;
    font-family: var(--font-sans);
    font-size: 1rem;
    font-weight: 700;
    border-radius: 10px;
    text-decoration: none;
    transition: background 0.2s ease, transform 0.2s ease;
    letter-spacing: 0.01em;
}

.gap-cta-btn:hover {
    background: var(--brand-dark);
    color: #fff !important;
    transform: translateY(-1px);
}

/* Footer note */
.gap-footer-note {
    margin-top: 2.5rem;
    font-size: 0.82rem;
    color: var(--muted-2);
}

/* ======= GAP Responsive ======= */
@media (max-width: 991px) {
    .gap-ai-products {
        padding: 3.5rem 0 3rem;
    }

    .gap-arch-row {
        gap: 0.35rem;
    }

    .gap-product-body {
        padding: 1.25rem 1.4rem;
    }

    .gap-card-header {
        padding: 1.25rem 1.4rem 0.9rem;
    }

    .gap-card-cta {
        padding: 1rem 1.4rem;
    }

    .gap-arch-diagram {
        padding: 1rem 1.4rem;
    }
}

@media (max-width: 767px) {
    .gap-products-title {
        font-size: clamp(1.6rem, 6vw, 2.2rem);
    }

    .gap-stat-val {
        font-size: 1.3rem;
    }

    .gap-arch-col-label {
        font-size: 0.55rem;
    }

    .gap-source-label,
    .gap-index-list li,
    .gap-llm-list li,
    .gap-recclass-list li,
    .gap-student-list li {
        font-size: 0.52rem;
    }
}

@media (max-width: 575px) {
    .gap-ai-products {
        padding: 2.5rem 0 2rem;
    }

    .gap-product-card {
        border-radius: var(--radius);
    }

    .gap-cta-btn {
        font-size: 0.9rem;
        padding: 0.85rem 1rem;
    }

    .gap-built-for-tags {
        gap: 0.35rem;
    }

    .gap-tag {
        font-size: 0.7rem;
        padding: 0.25rem 0.6rem;
    }

    .gap-features-list li {
        font-size: 0.82rem;
    }

    .gap-arch-arrow-col {
        flex: 0 0 22px;
    }

    .gap-products-sub br {
        display: none;
    }
}

/* ==========================================
   AI Engagement Roadmap Section
========================================== */

.sec-light {
    background: var(--bg-soft);
    padding: 100px 0;
    overflow: hidden;
}

.sec-light-ml {
    background: var(--brand-soft);
    padding: 100px 0;
    overflow: hidden;
}

.sec-label {
    display: inline-block;
    font-family: var(--font-mono);
    font-size: 12px;
    letter-spacing: .28em;
    text-transform: uppercase;
    color: var(--brand);
    margin-bottom: 14px;
}

.sec-title {
    line-height: 1.08;
    letter-spacing: -0.04em;
    color: var(--ink);
    margin-bottom: 18px;
}

.sec-sub {
    font-size: 18px;
    line-height: 1.7;
    color: var(--muted);
}

/* Card */
.phase {
    position: relative;
    background: #fff;
    border: 1px solid #dcdcdc;
    border-radius: 22px;
    padding: 28px 26px 22px;
    text-align: center;
    height: 100%;
    min-height: 265px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    transition: all .3s ease;
}

.phase:hover {
    transform: translateY(-6px);
    border-color: rgba(238, 90, 46, .35);
    box-shadow: 0 20px 45px rgba(0, 0, 0, .08);
}

/* Step Number */
.phase .num {
    display: block;
    font-family: var(--font-mono);
    font-size: 14px;
    letter-spacing: .14em;
    color: var(--brand);
    margin-bottom: 8px;
}

/* Week */
.phase .wk {
    display: block;
    font-family: var(--font-mono);
    font-size: 12px;
    letter-spacing: .18em;
    text-transform: uppercase;
    color: #9ca3af;
    margin-bottom: 18px;
}

/* Title */
.phase h4 {
    color: var(--ink);
    margin-bottom: 14px;
    line-height: 1.15;
    margin-top: 30px;
}

/* Description */
.phase p {
    font-size: 0.92rem;
    line-height: 1.7;
    color: var(--muted);
    margin-bottom: auto;
}

/* Output Text */
.phase .out {
    display: block;
    margin-top: 22px;
    margin-bottom: 18px;
    font-size: 11px;
    letter-spacing: .22em;
    text-transform: uppercase;
    color: var(--brand);
}

/* Progress Bar */
.phase-bar {
    width: 100%;
    height: 4px;
    background: #f05d26;
    border-radius: 50px;
    overflow: hidden;
}

.phase-bar i {
    display: block;
    height: 100%;
    border-radius: 50px;
    background: var(--brand);
}

/* Connector Arrow Between Cards */
.phase-col {
    position: relative;
}

.phase-col:not(:last-child)::after {
    content: "→";
    position: absolute;
    right: -12px;
    top: 50%;
    transform: translateY(-50%);
    color: var(--brand);
    font-size: 20px;
    font-weight: 700;
    z-index: 5;
}

/* Active Final Card */
.phase:last-child {
    border-color: rgba(238, 90, 46, .2);
}

.phase:last-child .phase-bar i {
    background: linear-gradient(90deg, var(--brand) 0%, var(--brand-2) 100%);
}

/* ==========================
   Responsive
========================== */

@media (max-width: 1199px) {

    .phase h4 {
        font-size: 26px;
    }

    .phase p {
        font-size: 15px;
    }
}

@media (max-width: 991px) {

    .phase-row {
        row-gap: 24px;
    }

    .phase-col:not(:last-child)::after {
        display: none;
    }

    .phase {
        min-height: auto;
    }
}

@media (max-width: 767px) {

    .sec-light {
        padding: 70px 0;
    }

    .sec-title {
        font-size: 34px;
    }

    .sec-sub {
        font-size: 15px;
    }

    .phase {
        padding: 24px 20px;
    }

    .phase h4 {
        font-size: 24px;
    }

    .phase p {
        font-size: 14px;
        line-height: 1.6;
    }

    .phase .out {
        font-size: 10px;
    }
}

/* ==========================================
   AI Agent Library Section
========================================== */

.ast-agent-library-sec {
    background: #030712;
    padding: 100px 0;
    color: #fff;
}

.ast-agent-library-title {
    color: #fff;
    margin-top: 10px;
    letter-spacing: -0.02em;
}

.ast-agent-library-sub {
    font-size: 1.05rem;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.7);
    max-width: 600px;
    margin-top: 15px;
}

/* Agent Card Base */
.ast-agent-card {
    border-radius: 28px;
    padding: 3.5rem;
    margin-bottom: 3rem;
    border: 1px solid rgba(255, 255, 255, 0.08);
    position: relative;
    overflow: hidden;
    transition: border-color 0.3s ease, border-left-color 0.3s ease, box-shadow 0.3s ease;
}

.ast-agent-card:last-child {
    margin-bottom: 0;
}

/* Card 1: SEO Agent specific background glow & border */
.ast-agent-seo {
    background: radial-gradient(circle at 95% 10%, rgba(238, 90, 46, 0.08) 0%, #080c16 65%);
    border-left: 3px solid rgba(238, 90, 46, 0.45);
}

.ast-agent-seo:hover {
    border-color: rgba(238, 90, 46, 0.75);
    border-left-color: rgba(238, 90, 46, 1);
    box-shadow: 0 0 35px rgba(238, 90, 46, 0.18);
}

/* Card 2: Appointment Agent specific background glow & border */
.ast-agent-appoint {
    background: radial-gradient(circle at 5% 10%, rgba(20, 184, 166, 0.08) 0%, #080c16 65%);
    border-left: 3px solid rgba(20, 184, 166, 0.45);
}

.ast-agent-appoint:hover {
    border-color: rgba(20, 184, 166, 0.75);
    border-left-color: rgba(20, 184, 166, 1);
    box-shadow: 0 0 35px rgba(20, 184, 166, 0.18);
}

/* Card 3: PostPilot AI specific background glow & border (Purple) */
.ast-agent-purple {
    background: radial-gradient(circle at 95% 10%, rgba(139, 92, 246, 0.08) 0%, #080c16 65%);
    border-left: 3px solid rgba(139, 92, 246, 0.45);
}

.ast-agent-purple:hover {
    border-color: rgba(139, 92, 246, 0.75);
    border-left-color: rgba(139, 92, 246, 1);
    box-shadow: 0 0 35px rgba(139, 92, 246, 0.18);
}

/* Card 4: WPLaunch AI specific background glow & border (Blue) */
.ast-agent-blue {
    background: radial-gradient(circle at 5% 10%, rgba(59, 130, 246, 0.08) 0%, #080c16 65%);
    border-left: 3px solid rgba(59, 130, 246, 0.45);
}

.ast-agent-blue:hover {
    border-color: rgba(59, 130, 246, 0.75);
    border-left-color: rgba(59, 130, 246, 1);
    box-shadow: 0 0 35px rgba(59, 130, 246, 0.18);
}

/* Card 5: HireCraft AI specific background glow & border (Pink) */
.ast-agent-pink {
    background: radial-gradient(circle at 95% 10%, rgba(236, 72, 153, 0.08) 0%, #080c16 65%);
    border-left: 3px solid rgba(236, 72, 153, 0.45);
}

.ast-agent-pink:hover {
    border-color: rgba(236, 72, 153, 0.75);
    border-left-color: rgba(236, 72, 153, 1);
    box-shadow: 0 0 35px rgba(236, 72, 153, 0.18);
}

/* Card 6: CodePilot AI specific background glow & border (Green) */
.ast-agent-green {
    background: radial-gradient(circle at 5% 10%, rgba(34, 197, 94, 0.08) 0%, #080c16 65%);
    border-left: 3px solid rgba(34, 197, 94, 0.45);
}

.ast-agent-green:hover {
    border-color: rgba(34, 197, 94, 0.75);
    border-left-color: rgba(34, 197, 94, 1);
    box-shadow: 0 0 35px rgba(34, 197, 94, 0.18);
}

/* Agent content */
.ast-agent-name {
    font-size: 1.8rem;
    font-weight: 800;
    color: #fff;
    margin-bottom: 2rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.ast-agent-name .dot {
    font-size: 1rem;
}

.ast-agent-name .dot-orange {
    color: #ee5a2e;
}

.ast-agent-name .dot-teal {
    color: #14b8a6;
}

.ast-agent-name .dot-purple {
    color: #8b5cf6;
}

.ast-agent-name .dot-blue {
    color: #3b82f6;
}

.ast-agent-name .dot-pink {
    color: #ec4899;
}

.ast-agent-name .dot-green {
    color: #22c55e;
}

.content-group {
    margin-bottom: 1.75rem;
}

.content-group:last-of-type {
    margin-bottom: 2rem;
}

.group-label {
    display: block;
    font-family: var(--font-mono);
    font-size: 0.68rem;
    font-weight: 700;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    margin-bottom: 0.5rem;
}

.ast-agent-seo .group-label {
    color: #ee5a2e;
}

.ast-agent-appoint .group-label {
    color: #14b8a6;
}

.ast-agent-purple .group-label {
    color: #8b5cf6;
}

.ast-agent-blue .group-label {
    color: #3b82f6;
}

.ast-agent-pink .group-label {
    color: #ec4899;
}

.ast-agent-green .group-label {
    color: #22c55e;
}

.group-desc {
    font-size: 0.95rem;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.8);
    margin: 0;
}

.group-desc.outline-text {
    color: rgba(255, 255, 255, 0.7);
    line-height: 1.65;
}

/* Impact tags */
.ast-impact-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
}

.impact-tag {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.8rem;
    font-weight: 600;
    padding: 0.45rem 1rem;
    border-radius: 50px;
}

.tag-orange {
    background: rgba(238, 90, 46, 0.08);
    color: #f97316;
    border: 1px solid rgba(238, 90, 46, 0.15);
}

.tag-teal {
    background: rgba(20, 184, 166, 0.08);
    color: #14b8a6;
    border: 1px solid rgba(20, 184, 166, 0.15);
}

.impact-tag img {
    opacity: 0.95;
    flex-shrink: 0;
}

/* Custom Buttons */
.ast-agent-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.85rem 1.75rem;
    font-size: 0.92rem;
    font-weight: 700;
    border-radius: 10px;
    text-decoration: none;
    transition: all 0.2s ease;
    border: 1.5px solid transparent;
}

.btn-orange {
    border-color: #ee5a2e;
    color: #ee5a2e !important;
    background: transparent;
}

.btn-orange:hover {
    background: #ee5a2e;
    color: #fff !important;
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(238, 90, 46, 0.15);
}

.btn-teal {
    border-color: #14b8a6;
    color: #14b8a6 !important;
    background: transparent;
}

.btn-teal:hover {
    background: #14b8a6;
    color: #fff !important;
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(20, 184, 166, 0.15);
}

/* Agent Visual Containers */
.ast-agent-visual {
    background: #06080f;
    border-radius: 20px;
    border: 1px solid rgba(255, 255, 255, 0.05);
    padding: 2.5rem;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 320px;
    box-shadow: inset 0 0 40px rgba(0, 0, 0, 0.5);
}

/* SEO Visual specific styling */
.ast-seo-visual {
    overflow: hidden;
}

.ast-seo-bg-text {
    position: absolute;
    font-size: 7.5rem;
    font-weight: 900;
    color: rgba(255, 255, 255, 0.015);
    bottom: -10px;
    right: 15px;
    letter-spacing: -0.05em;
    user-select: none;
    line-height: 1;
}

.ast-seo-boxes {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1.25rem;
    z-index: 2;
}

.ast-seo-box {
    background: #fff;
    border-radius: 12px;
    padding: 1.25rem 1rem;
    display: flex;
    flex-direction: column;
    gap: 0.35rem;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
}

.ast-seo-box .box-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    border-radius: 8px;
    margin-bottom: 0.25rem;
}

.box-traffic .box-icon {
    background: rgba(22, 163, 74, 0.08);
}

.box-score .box-icon {
    background: rgba(238, 90, 46, 0.08);
}

.ast-seo-box .box-label {
    font-size: 0.72rem;
    font-weight: 500;
    color: #4b5563;
}

.ast-seo-box .box-value {
    font-size: 1.35rem;
    font-weight: 800;
    line-height: 1.1;
}

.text-success {
    color: #16a34a !important;
}

.text-orange {
    color: #ee5a2e !important;
}

.ast-seo-badge {
    background: #fff;
    border-radius: 30px;
    padding: 0.6rem 1.2rem;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.25);
    width: fit-content;
    z-index: 2;
}

.ast-seo-badge .badge-icon {
    display: flex;
    align-items: center;
    justify-content: center;
}

.ast-seo-badge .badge-text {
    font-size: 0.78rem;
    font-weight: 600;
    color: #1f2937;
}

/* Appointment Visual specific styling */
.ast-appoint-visual {
    padding: 1.75rem;
}

.ast-calendar-card {
    background: #090d16;
    border: 1px solid rgba(255, 255, 255, 0.05);
    border-radius: 16px;
    padding: 1.5rem;
    width: 100%;
}

.calendar-header .month-title {
    font-size: 0.95rem;
    font-weight: 700;
    color: #fff;
}

.calendar-header .calendar-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    font-size: 0.7rem;
    font-weight: 600;
    color: #14b8a6;
    background: rgba(20, 184, 166, 0.08);
    border: 1px solid rgba(20, 184, 166, 0.15);
    padding: 0.3rem 0.65rem;
    border-radius: 50px;
}

.calendar-grid {
    display: flex;
    flex-direction: column;
    gap: 0.4rem;
}

.calendar-row {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    text-align: center;
    align-items: center;
    font-size: 0.75rem;
    color: rgba(255, 255, 255, 0.4);
    min-height: 24px;
}

.calendar-row.header-row {
    font-weight: 700;
    color: rgba(255, 255, 255, 0.25);
    margin-bottom: 0.25rem;
}

.calendar-row span {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.calendar-row span:not(.empty):not(.event):not(.event-span) {
    color: rgba(255, 255, 255, 0.6);
}

.calendar-row .event {
    grid-column: span 3;
    border-radius: 4px;
    font-size: 0.65rem;
    font-weight: 600;
    padding: 0.15rem 0.35rem;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.calendar-row .event-span {
    display: none;
}

.event-orange {
    background: #ee5a2e !important;
    color: #fff !important;
}

.event-green {
    background: #16a34a !important;
    color: #fff !important;
    grid-column: span 2 !important;
}

.calendar-footer {
    border-top: 1px solid rgba(255, 255, 255, 0.05);
    padding-top: 1rem;
}

.calendar-footer .footer-left {
    font-size: 0.75rem;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.6);
}

.calendar-footer .status-dot {
    font-size: 0.65rem;
    margin-right: 0.25rem;
}

.calendar-footer .dot-green {
    color: #16a34a;
}

.calendar-footer .coord-diff {
    font-size: 0.68rem;
    color: #ef4444;
    margin-top: 0.1rem;
    padding-left: 0.85rem;
}

.calendar-footer .bookings-count {
    font-size: 0.72rem;
    color: rgba(255, 255, 255, 0.35);
}

/* Responsive Overrides */
@media (max-width: 991px) {
    .ast-agent-card {
        padding: 2.25rem;
    }

    .ast-agent-visual {
        min-height: 280px;
        padding: 1.5rem;
    }

    .ast-seo-bg-text {
        font-size: 6rem;
    }

    .ast-seo-box .box-value {
        font-size: 1.15rem;
    }

    .ast-agent-name {
        margin-bottom: 1.5rem;
        font-size: 1.6rem;
    }
}

@media (max-width: 767px) {
    .ast-agent-library-sec {
        padding: 70px 0;
    }

    .ast-agent-card {
        padding: 1.75rem;
        border-radius: 20px;
    }

    .ast-seo-boxes {
        grid-template-columns: 1fr;
        gap: 0.75rem;
    }

    .ast-seo-badge {
        padding: 0.5rem 1rem;
    }

    .ast-seo-badge .badge-text {
        font-size: 0.72rem;
    }
}

/* ==========================================
   AI Agent Library - Additional Colors & Visuals
========================================== */

/* Impact tags colors */
.tag-purple {
    background: rgba(139, 92, 246, 0.08);
    color: #a78bfa;
    border: 1px solid rgba(139, 92, 246, 0.15);
}

.tag-blue {
    background: rgba(59, 130, 246, 0.08);
    color: #60a5fa;
    border: 1px solid rgba(59, 130, 246, 0.15);
}

.tag-pink {
    background: rgba(236, 72, 153, 0.08);
    color: #f472b6;
    border: 1px solid rgba(236, 72, 153, 0.15);
}

.tag-green {
    background: rgba(34, 197, 94, 0.08);
    color: #4ade80;
    border: 1px solid rgba(34, 197, 94, 0.15);
}

/* Outline Buttons colors */
.btn-purple {
    border-color: #8b5cf6;
    color: #8b5cf6 !important;
    background: transparent;
}

.btn-purple:hover {
    background: #8b5cf6;
    color: #fff !important;
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(139, 92, 246, 0.15);
}

.btn-blue {
    border-color: #3b82f6;
    color: #3b82f6 !important;
    background: transparent;
}

.btn-blue:hover {
    background: #3b82f6;
    color: #fff !important;
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(59, 130, 246, 0.15);
}

.btn-pink {
    border-color: #ec4899;
    color: #ec4899 !important;
    background: transparent;
}

.btn-pink:hover {
    background: #ec4899;
    color: #fff !important;
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(236, 72, 153, 0.15);
}

.btn-green {
    border-color: #22c55e;
    color: #22c55e !important;
    background: transparent;
}

.btn-green:hover {
    background: #22c55e;
    color: #fff !important;
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(34, 197, 94, 0.15);
}

/* PostPilot Visual Specifics */
.ast-postpilot-visual {
    overflow: hidden;
}

.ast-postpilot-bg-text {
    position: absolute;
    font-size: 5.5rem;
    font-weight: 900;
    color: rgba(255, 255, 255, 0.012);
    bottom: -15px;
    right: 15px;
    letter-spacing: -0.05em;
    user-select: none;
    line-height: 1;
}

.ast-postpilot-rows {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    z-index: 2;
    width: 100%;
}

.ast-postpilot-row {
    background: #fff;
    border-radius: 10px;
    padding: 0.85rem 1.25rem;
    display: flex;
    align-items: center;
    gap: 0.75rem;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.15);
    text-align: left;
}

.ast-postpilot-row span {
    font-size: 0.82rem;
    font-weight: 600;
    color: #1f2937;
}

.ast-postpilot-badges {
    display: flex;
    gap: 0.5rem;
    margin-top: 1.25rem;
    z-index: 2;
}

.badge-published {
    background: rgba(22, 163, 74, 0.15);
    color: #4ade80;
    border: 1px solid rgba(22, 163, 74, 0.25);
    font-size: 0.72rem;
    font-weight: 700;
    padding: 0.35rem 0.75rem;
    border-radius: 4px;
}

.badge-deadlines {
    background: rgba(239, 68, 68, 0.15);
    color: #f87171;
    border: 1px solid rgba(239, 68, 68, 0.25);
    font-size: 0.72rem;
    font-weight: 700;
    padding: 0.35rem 0.75rem;
    border-radius: 4px;
}

/* WPLaunch Visual Specifics */
.ast-wplaunch-visual {
    padding: 1.5rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.75rem;
}

.ast-wplaunch-box {
    background: #0d111d;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 10px;
    padding: 0.85rem 1.25rem;
    width: 100%;
    display: flex;
    align-items: center;
    gap: 0.75rem;
    position: relative;
    text-align: left;
}

.ast-wplaunch-box.box-source {
    background: rgba(255, 255, 255, 0.04);
}

.ast-wplaunch-box.box-live {
    background: #fff;
}

.ast-wplaunch-box.box-live span {
    color: #1f2937;
    font-weight: 700;
}

.ast-wplaunch-box span {
    font-size: 0.82rem;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.8);
}

.ast-wplaunch-box .box-tag {
    position: absolute;
    top: -10px;
    right: 15px;
    background: #ffebe5;
    color: #ee5a2e;
    font-size: 0.68rem;
    font-weight: 800;
    padding: 0.2rem 0.6rem;
    border-radius: 50px;
}

.wplaunch-arrow {
    color: #3b82f6;
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 1;
}

.ast-wplaunch-box.box-process {
    background: rgba(59, 130, 246, 0.04);
    border: 1px dashed rgba(59, 130, 246, 0.3);
    flex-direction: column;
    align-items: flex-start;
    gap: 0.5rem;
}

.ast-wplaunch-box.box-process span {
    color: #60a5fa;
}

.wplaunch-progress-bar {
    width: 100%;
    height: 4px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 50px;
    overflow: hidden;
}

.wplaunch-progress-bar i {
    display: block;
    height: 100%;
    background: #3b82f6;
    width: 65%;
    border-radius: 50px;
}

/* HireCraft Visual Specifics */
.ast-hirecraft-visual {
    padding: 1.5rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.75rem;
}

.ast-hirecraft-role-card {
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 12px;
    padding: 1.25rem;
    width: 100%;
    position: relative;
    text-align: left;
}

.ast-hirecraft-role-card .label-role {
    font-size: 0.65rem;
    color: rgba(255, 255, 255, 0.35);
    display: block;
    margin-bottom: 0.2rem;
}

.ast-hirecraft-role-card .title-role {
    font-size: 0.95rem;
    font-weight: 700;
    color: #fff;
    display: block;
}

.ast-hirecraft-role-card .sub-role {
    font-size: 0.75rem;
    color: rgba(255, 255, 255, 0.5);
    display: block;
    margin-top: 0.2rem;
}

.ast-hirecraft-role-card .role-tag {
    position: absolute;
    top: 15px;
    right: 15px;
    background: rgba(239, 68, 68, 0.12);
    color: #f87171;
    font-size: 0.68rem;
    font-weight: 700;
    padding: 0.2rem 0.6rem;
    border-radius: 4px;
    border: 1px solid rgba(239, 68, 68, 0.2);
}

.ast-hirecraft-jd-card {
    background: #fff;
    border-radius: 12px;
    padding: 1.25rem;
    width: 100%;
    text-align: left;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
}

.ast-hirecraft-jd-card h5 {
    color: #ee5a2e;
    font-size: 0.85rem;
    font-weight: 700;
    margin-bottom: 0.75rem;
}

.jd-lines {
    display: flex;
    flex-direction: column;
    gap: 0.45rem;
}

.jd-lines i {
    height: 4px;
    background: #e5e7eb;
    border-radius: 2px;
    display: block;
}

.jd-lines i:nth-child(1) {
    width: 90%;
}

.jd-lines i:nth-child(2) {
    width: 75%;
}

.jd-lines i:nth-child(3) {
    width: 85%;
}

.ast-hirecraft-jd-card .jd-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    font-size: 0.7rem;
    font-weight: 700;
    color: #16a34a;
    margin-top: 1rem;
}

/* CodePilot Visual Specifics */
.ast-codepilot-visual {
    padding: 1.25rem;
    position: relative;
}

.ast-codepilot-window {
    background: #090d16;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 12px;
    width: 100%;
    overflow: hidden;
    text-align: left;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.35);
}

.ast-codepilot-window .window-header {
    background: #0e1320;
    padding: 0.65rem 1rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.window-dots {
    display: flex;
    gap: 0.35rem;
}

.window-dots span {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    display: block;
}

.dot-red {
    background: #ef4444;
}

.dot-yellow {
    background: #f59e0b;
}

.dot-green-win {
    background: #10b981;
}

.window-title {
    font-family: var(--font-mono);
    font-size: 0.68rem;
    color: rgba(255, 255, 255, 0.4);
}

.ast-codepilot-window .window-body {
    padding: 1.25rem;
    font-family: var(--font-mono);
    font-size: 0.72rem;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.65);
}

.code-comment {
    color: rgba(255, 255, 255, 0.3);
}

.code-keyword {
    color: #f43f5e;
}

.code-method {
    color: #38bdf8;
}

.code-string {
    color: #eab308;
}

.code-success {
    color: #4ade80;
}

.codepilot-tag {
    position: absolute;
    top: 0;
    right: 0;
    background: #1e293b;
    border: 1px solid rgba(255, 255, 255, 0.1);
    color: #fff;
    font-size: 0.68rem;
    font-weight: 700;
    padding: 0.25rem 0.65rem;
    border-radius: 4px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

/* Custom AI Agent CTA Box */
.ast-custom-agent-cta {
    background: #0d111d;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 24px;
    padding: 3.5rem 2rem;
    max-width: 860px;
    margin: 4.5rem auto 0;
}

.ast-custom-agent-cta .cta-title {
    font-size: 1.85rem;
    font-weight: 800;
    color: #fff;
    letter-spacing: -0.02em;
    margin: 0;
}

.ast-custom-agent-cta .cta-desc {
    font-size: 0.98rem;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.65);
    max-width: 620px;
    margin: 1rem auto 0;
}

.btn-cta-orange {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #ee5a2e;
    color: #fff !important;
    font-weight: 700;
    font-size: 0.95rem;
    padding: 0.9rem 2.2rem;
    border-radius: 12px;
    border: none;
    transition: all 0.2s ease;
    box-shadow: 0 8px 25px rgba(238, 90, 46, 0.25);
    text-decoration: none;
}

.btn-cta-orange:hover {
    background: #c2410c;
    transform: translateY(-2px);
    box-shadow: 0 10px 30px rgba(238, 90, 46, 0.35);
}

@media (max-width: 991px) {
    .ast-custom-agent-cta {
        max-width: 100%;
        margin-top: 3rem;
        padding: 2.5rem 1.5rem;
    }

    .ast-custom-agent-cta .cta-title {
        font-size: 1.5rem;
    }
}

.ai-cop-chips {
    display: flex;
    gap: 10px;
    margin-top: 28px;
    flex-wrap: wrap;
}

.ai-cop-chip {
    background: rgba(255, 255, 255, .04);
    border: 1px solid var(--ai-border);
    border-radius: 50px;
    padding: 7px 14px;
    font-size: 12px;
    color: rgba(255, 255, 255, .7);
    font-family: var(--font-body);
}

.ai-cop-stats {
    background: #0d1117;
    padding: 40px 0;
    border-top: 1px solid var(--ai-border);
    border-bottom: 1px solid var(--ai-border);
}

.stat-item.in {
    opacity: 1;
    transform: translateY(0);
}

.stat-item {
    text-align: center;
    opacity: 0;
    transform: translateY(12px);
    transition: opacity .6s, transform .6s;
}

.stat-num {
    font-family: var(--font-heading);
    font-size: 34px;
    font-weight: 700;
    color: #fff;
}

.stat-lbl {
    font-family: var(--font-mono);
    font-size: 10px;
    color: rgba(255, 255, 255, .5);
    text-transform: uppercase;
    letter-spacing: 1.5px;
    margin-top: 6px;
}


.process-row-ai {
    display: flex;
    gap: 24px;
    flex-wrap: wrap;
    justify-content: center;
}

.process-step-ai {
    flex: 1;
    min-width: 160px;
    background: #fff;
    border: 1px solid #e8e8e8;
    border-radius: 14px;
    padding: 20px;
    text-align: center;
    position: relative;
}



.step-num-ai {
    font-family: var(--font-mono);
    font-size: 20px;
    color: rgba(241, 93, 38, 0.25);
    display: block;
    margin-bottom: 8px;
    font-weight: 700;
}



.process-step-ai h4 {
    font-family: var(--font-heading);
    font-size: 15px;
    color: #111;
    font-weight: 600;
    margin: 0;
}



.process-step-ai p {
    font-family: var(--font-body);
    font-size: 12px;
    color: #888;
    line-height: 1.5;
    margin: 4px 0 0;
}



.prog-ai {
    height: 3px;
    background: #f05d26;
    border-radius: 3px;
    margin-top: 12px;
    overflow: hidden;
}



.prog-ai.fill i {
    width: 100%;
}



.prog-ai i {
    display: block;
    height: 100%;
    background: #ee5a2e;
    width: 0;
    transition: width 1s ease-out;
}


.process-step-ai:not(:last-child)::after {
    content: "→";
    position: absolute;
    right: -18px;
    top: 50%;
    transform: translateY(-50%);
    color: #ee5a2e;
    font-size: 18px;
    z-index: 2;
}



.process-step-ai {
    flex: 1;
    min-width: 160px;
    background: #fff;
    border: 1px solid #e8e8e8;
    border-radius: 14px;
    padding: 20px;
    text-align: center;
    position: relative;
}

@media(max-width: 991px) {
    .process-step-ai:not(:last-child)::after {
        display: none;
    }
}

.ai-da-stat {
    padding: 0 48px;
    text-align: center;
    flex: 1;
    min-width: 180px;
}

.fade-up.in {
    opacity: 1;
    transform: translateY(0);
}

.ai-da-stat .n {
    font-size: clamp(2.5rem, 4.5vw, 2.75rem);
    font-weight: 800;
    color: var(--brand);
    line-height: 1;
    margin-bottom: 0.5rem;
}

.fade-up {
    opacity: 0;
    transform: translateY(10px);
    transition: opacity .6s, transform .6s;
}

.ai-da-stat .l {
    font-family: var(--font-body);
    font-size: 12px;
    color: rgba(255, 255, 255, .45);
    text-transform: uppercase;
    letter-spacing: .06em;
    margin-top: 8px;
    display: block;
}

@media (min-width: 992px) {
    .ast-stat-col:not(:first-child) {
        border-left: 1px solid rgba(255, 255, 255, 0.08);
    }
}


/* ML / Data section css */
/* ==========================================================
   ML IN THE REAL WORLD
   DotStark Theme
========================================================== */

.ind-section {
    position: relative;
    padding: 100px 0;
    overflow: hidden;
    background: #fff3ee;
}

/* Section Header */
.sec-label {
    display: block;
    text-align: center;
    font-family: var(--font-mono);
    font-size: .72rem;
    letter-spacing: .22em;
    text-transform: uppercase;
    color: var(--brand);
    margin-bottom: 14px;
}

.sec-h2 {
    font-family: var(--font-display);
    font-size: clamp(2.3rem, 4vw, 3.6rem);
    line-height: 1.05;
    text-align: center;
    color: var(--ink);
    margin-bottom: 18px;
}

.sec-sub {
    max-width: 680px;
    margin: 0 auto 50px;
    text-align: center;
    font-size: 1.05rem;
    color: var(--muted);
    line-height: 1.7;
}

/* Tabs */
.ind-tabs {
    justify-content: center;
    gap: 12px;
    border: 0;
    margin-bottom: 60px;
}

.ind-tabs .nav-link {
    border: 1px solid #e7e7e7;
    border-radius: 999px;
    background: #fff;
    color: var(--muted);
    padding: 14px 28px;
    font-size: .92rem;
    font-weight: 600;
    font-family: var(--font-sans);
    transition: all .3s ease;
}

.ind-tabs .nav-link:hover {
    color: var(--brand);
    border-color: rgba(238, 90, 46, .3);
    transform: translateY(-2px);
}

.ind-tabs .nav-link.active {
    background: var(--brand);
    border-color: var(--brand);
    color: #fff;
    box-shadow: 0 14px 30px rgba(238, 90, 46, .25);
}

/* Visualization Card */
.ind-viz {
    background: #fff;
    border: 1px solid #ececec;
    border-radius: 24px;
    padding: 30px;
    min-height: 320px;
    box-shadow: var(--shadow-md);
    position: relative;
    overflow: hidden;
}

.ind-viz::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(238, 90, 46, .04), transparent 60%);
    pointer-events: none;
}

.viz-title {
    display: inline-block;
    font-family: var(--font-mono);
    font-size: .72rem;
    letter-spacing: .18em;
    text-transform: uppercase;
    color: var(--brand);
    margin-bottom: 30px;
}

/* Credit Score */
.ind-viz .text-center {
    margin-bottom: 25px;
}

.ind-viz .text-center div {
    font-family: var(--font-display) !important;
    font-size: 70px !important;
    font-weight: 700;
    line-height: 1;
    color: var(--green) !important;
}

.ind-viz .text-center span {
    color: var(--muted) !important;
    font-size: .9rem !important;
}

/* Gauge */
.gauge-bar {
    position: relative;
    height: 10px;
    border-radius: 999px;
    overflow: visible;
    margin-top: 25px;
    background: linear-gradient(90deg, #ef4444 0%, #f59e0b 45%, #22c55e 100%);
}

.gauge-pt {
    position: absolute;
    left: 68%;
    top: 50%;
    width: 18px;
    height: 18px;
    background: #fff;
    border: 3px solid var(--brand);
    border-radius: 50%;
    transform: translate(-50%, -50%);
    box-shadow: 0 0 0 6px rgba(238, 90, 46, .15);
}

/* Healthcare */
.risk-row {
    display: flex;
    align-items: center;
    gap: 12px;
    border-radius: 14px;
    padding: 14px;
    margin-bottom: 12px;
}

.risk-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
}

.risk-name {
    flex: 1;
    font-weight: 600;
}

.risk-pct {
    font-family: var(--font-mono);
    color: var(--ink);
}

/* Pills */
.pill {
    padding: 6px 10px;
    border-radius: 999px;
    font-size: .7rem;
    font-weight: 700;
}

.pill-red {
    background: rgba(239, 68, 68, .15);
    color: #ef4444;
}

.pill-amber {
    background: rgba(245, 158, 11, .15);
    color: #f59e0b;
}

.pill-green {
    background: rgba(34, 197, 94, .15);
    color: #16a34a;
}

/* Manufacturing */
.mach-row {
    display: grid;
    grid-template-columns: 100px 1fr auto;
    gap: 12px;
    align-items: center;
    margin-bottom: 18px;
    font-size: .85rem;
}

.mach-bar {
    height: 10px;
    background: #f3f4f6;
    border-radius: 999px;
    overflow: hidden;
}

.mach-bar span {
    display: block;
    height: 100%;
    border-radius: inherit;
}

/* Right Content */
.use-row {
    display: flex;
    align-items: flex-start;
    gap: 18px;
    margin-bottom: 34px;
}

.use-row:last-child {
    margin-bottom: 0;
}

.use-row i {
    color: var(--brand);
    font-size: 1.2rem;
    margin-top: 4px;
}

.use-title {
    display: block;
    font-family: var(--font-display);
    font-size: 1.2rem;
    color: var(--brand);
    margin-bottom: 8px;
}

.use-desc {
    display: block;
    color: var(--muted);
    line-height: 1.8;
    font-size: .98rem;
}

/* Hover Effects */
.ind-viz,
.use-row {
    transition: all .3s ease;
}

.ind-viz:hover {
    transform: translateY(-6px);
    box-shadow: var(--shadow-lg);
}

/* Tablet */
@media (max-width: 991px) {

    .ind-section {
        padding: 80px 0;
    }

    .ind-tabs {
        margin-bottom: 40px;
    }

    .ind-viz {
        min-height: auto;
    }

    .use-row {
        margin-bottom: 24px;
    }

    .hero-animation {
        display: none;
    }
}

/* Mobile */
@media (max-width: 767px) {

    .ind-section {
        padding: 60px 0;
    }

    .sec-h2 {
        font-size: 2rem;
    }

    .sec-sub {
        font-size: .95rem;
        margin-bottom: 35px;
    }

    .ind-tabs {
        gap: 8px;
        margin-bottom: 30px;
    }

    .ind-tabs .nav-link {
        padding: 12px 18px;
        font-size: .8rem;
    }

    .ind-viz {
        padding: 22px;
        border-radius: 18px;
    }

    .ind-viz .text-center div {
        font-size: 52px !important;
    }

    .use-title {
        font-size: 1rem;
    }

    .use-desc {
        font-size: .88rem;
        line-height: 1.6;
    }

    .mach-row {
        grid-template-columns: 1fr;
        gap: 8px;
    }
}

.card-ml-lable {
    display: flex;
    justify-content: space-between;
    font-family: var(--font-body);
    font-size: 11px;
    color: var(--muted);
    margin-top: 14px;
}

/* ==========================================
   Retail Recommendation Engine
========================================== */

.retail-user {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 18px;
}

.retail-avatar {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: rgba(238, 90, 46, 0.15);
    color: var(--brand);
    font-family: var(--font-mono);
    font-size: 11px;
    font-weight: 700;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.retail-name {
    font-family: var(--font-sans);
    font-size: 0.9rem;
    font-weight: 600;
    color: var(--ink);
}

.retail-product {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 12px;
    border-radius: 12px;
    margin-bottom: 10px;
    background: rgba(238, 90, 46, 0.03);
    transition: all 0.3s ease;
}

.retail-product:last-child {
    margin-bottom: 0;
}

.retail-product:hover {
    background: rgba(238, 90, 46, 0.08);
    transform: translateX(4px);
}

.retail-product-icon {
    width: 20px;
    height: 20px;
    border-radius: 4px;
    flex-shrink: 0;
}

.retail-orange {
    background: var(--brand);
}

.retail-purple {
    background: #a78bfa;
}

.retail-green {
    background: #22c55e;
}

.retail-product-name {
    flex: 1;
    font-family: var(--font-sans);
    font-size: 0.85rem;
    font-weight: 500;
    color: var(--ink);
}

.retail-product-score {
    font-family: var(--font-mono);
    font-size: 0.75rem;
    font-weight: 700;
    color: var(--brand);
    letter-spacing: 0.02em;
}

/* Mobile */

@media (max-width: 767px) {

    .retail-user {
        gap: 8px;
    }

    .retail-avatar {
        width: 32px;
        height: 32px;
        font-size: 10px;
    }

    .retail-name {
        font-size: 0.85rem;
    }

    .retail-product {
        padding: 8px 10px;
    }

    .retail-product-name {
        font-size: 0.8rem;
    }

    .retail-product-score {
        font-size: 0.7rem;
    }
}

.step-tag-ai {
    display: inline-block;
    background: #f2f2f2;
    border-radius: 50px;
    padding: 3px 10px;
    font-family: var(--font-body);
    font-size: 12px;
    color: #444;
    margin-top: 10px;
}


/* =========================================================
   BLOG LANDING PAGE STYLES
   ========================================================= */

/* ======= HERO ======= */
.hero-insights {
    background: var(--brand-soft);
    border-bottom: 1px solid var(--line);
    padding: 80px 0 64px;
}

.hero-insights-content {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
    text-align: center;
}

.hero-insights-title {
    /*    font-size: clamp(36px, 6vw, 72px);*/
    color: #0a0a0a;
    /*    font-weight: 700;*/
    line-height: 1.04;
    letter-spacing: -0.02em;
    margin: 16px auto 0;
    max-width: 880px;
}

.hero-insights-title .text-brand,
.hero-insights-title .accent-orange {
    color: var(--brand);
}

.hero-insights-subtitle {
    font-size: 1.05rem;
    color: var(--muted);
    max-width: 500px;
    margin: 0 auto;
    line-height: 1.6;
}

/* ======= BLOG FILTERS ======= */
.blog-filters {
    padding: 2.5rem 0;
    border-bottom: 1px solid var(--line);
}

.blog-filters-container {
    max-width: 1240px;
    margin: 0 auto;
    padding: 0 1.5rem;
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.blog-filter-pills {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    justify-content: center;
    align-items: center;
}

.blog-filter-pill {
    height: 44px;
    padding: 0 1.25rem;
    border: 1px solid var(--line);
    background: var(--bg);
    color: var(--muted);
    border-radius: 999px;
    font-size: 0.9rem;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
    white-space: nowrap;
    font-family: var(--font-sans);
}

.blog-filter-pill:hover {
    border-color: var(--brand);
    color: var(--brand);
}

.blog-filter-pill.active {
    background: var(--brand);
    border-color: var(--brand);
    color: #ffffff;
}

.blog-filter-meta {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 12px;
    flex-wrap: wrap;
    gap: 16px;
}

.blog-article-count {
    font-size: 0.9rem;
    color: var(--muted);
    font-weight: 500;
}

.blog-sort-select {
    height: 44px;
    padding: 0 1rem;
    border: 1px solid var(--line);
    background: var(--bg);
    color: var(--ink);
    border-radius: var(--radius);
    font-size: 0.9rem;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
    font-family: var(--font-sans);
}

.blog-sort-select:hover,
.blog-sort-select:focus {
    border-color: var(--brand);
    outline: none;
}

/* ======= FEATURED BLOG ======= */
.blog-featured-section {
    padding: 3rem 0;
}

.blog-featured-container {
    max-width: 1240px;
    margin: 0 auto;
    padding: 0 1.5rem;
}

.blog-featured-card {
    background: var(--bg);
    border: 1px solid var(--line);
    border-radius: 24px;
    overflow: hidden;
    display: grid;
    grid-template-columns: 55% 45%;
    gap: 0;
    box-shadow: var(--shadow-sm);
    transition: all 0.3s ease;
    align-items: center;
}

.blog-featured-card:hover {
    box-shadow: var(--shadow-md);
}

.blog-featured-image {
    height: 360px;
    background: linear-gradient(135deg, #f15d26 0%, #c94a1a 100%);
    position: relative;
    overflow: hidden;
}

.blog-featured-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.blog-featured-badge {
    position: absolute;
    top: 1.5rem;
    left: 1.5rem;
    background: rgba(0, 0, 0, 0.3);
    color: #ffffff;
    padding: 0.4rem 0.85rem;
    border-radius: 6px;
    font-size: 0.7rem;
    font-weight: 700;
    letter-spacing: 0.05em;
    z-index: 2;
}

.blog-featured-category {
    position: absolute;
    bottom: 1.5rem;
    left: 1.5rem;
    background: #ffffff;
    color: var(--brand);
    padding: 0.35rem 0.75rem;
    border-radius: 6px;
    font-size: 0.65rem;
    font-weight: 700;
    letter-spacing: 0.05em;
    z-index: 2;
}

.blog-featured-content {
    padding: 40px;
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.blog-featured-meta {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin-bottom: 0.75rem;
}

.blog-featured-category-chip {
    background: var(--brand-soft);
    color: var(--brand);
    padding: 0.35rem 0.7rem;
    border-radius: 6px;
    font-size: 0.7rem;
    font-weight: 700;
    letter-spacing: 0.05em;
}

.blog-featured-read-time {
    font-size: 0.85rem;
    color: var(--muted);
    font-weight: 500;
}

.blog-featured-title {
    font-size: 28px;
    color: var(--ink);
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 12px;
}

.blog-featured-description {
    font-size: 0.95rem;
    color: var(--muted);
    line-height: 1.6;
    margin-bottom: 1.5rem;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.blog-featured-author {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 24px;
}

.blog-featured-avatar {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    background: var(--brand);
    color: #ffffff;
    border-radius: 50%;
    font-size: 0.8rem;
    font-weight: 700;
    flex-shrink: 0;
    overflow: hidden;
}

.blog-featured-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.blog-featured-author-info {
    display: flex;
    flex-direction: column;
    gap: 0.2rem;
}

.blog-featured-author-name {
    font-size: 0.85rem;
    font-weight: 600;
    color: var(--ink);
}

.blog-featured-author-date {
    font-size: 0.75rem;
    color: var(--muted-2);
}

.blog-featured-cta {
    align-self: flex-start;
}

/* ======= LATEST ARTICLES HEADER ======= */
.blog-latest-header {
    max-width: 1240px;
    margin: 0 auto;
    padding: 2rem 1.5rem 1rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.blog-latest-title {
    font-size: 1.75rem;
    font-weight: 700;
    color: var(--ink);
    margin: 0;
}

.blog-view-all {
    color: var(--brand);
    font-weight: 600;
    text-decoration: none;
    font-size: 0.95rem;
    transition: all 0.3s ease;
}

.blog-view-all:hover {
    text-decoration: underline;
    color: var(--brand);
}

/* ======= BLOG GRID & CARDS ======= */
.bl-articles-grid {
    padding: 2.5rem 0 4rem;
}

.bl-article-card {
    display: flex;
    flex-direction: column;
    background: var(--bg);
    border: 1px solid var(--line);
    border-radius: 20px;
    overflow: hidden;
    text-decoration: none;
    color: inherit;
    transition: all 0.3s ease;
    height: 100%;
    position: relative;
    animation: blFadeIn 0.6s ease-out;
}

.bl-article-card:hover {
    transform: translateY(-6px);
    box-shadow: var(--shadow-lg);
    border-color: var(--brand);
    color: inherit;
}

.bl-card-cover {
    height: 200px;
    position: relative;
    overflow: hidden;
}

.bl-card-cover.cat-microsoft {
    background: linear-gradient(135deg, #1e3a8a 0%, #3b82f6 100%);
}

.bl-card-cover.cat-kentico,
.bl-card-cover.cat-xbyk {
    background: linear-gradient(135deg, #ea580c 0%, #f97316 100%);
}

.bl-card-cover.cat-dxp,
.bl-card-cover.cat-digital-experience {
    background: linear-gradient(135deg, #7c3aed 0%, #a78bfa 100%);
}

.bl-card-cover.cat-dark,
.bl-card-cover.cat-data,
.bl-card-cover.cat-ai {
    background: linear-gradient(135deg, #1f2937 0%, #374151 100%);
}

.bl-card-watermark {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 5rem;
    font-weight: 900;
    color: rgba(255, 255, 255, 0.12);
    font-family: var(--font-display);
    pointer-events: none;
    user-select: none;
}

.bl-card-chip {
    position: absolute;
    bottom: 14px;
    left: 14px;
    background: #fff;
    color: #111;
    font-family: var(--font-sans);
    font-size: 9px;
    border-radius: 50px;
    padding: 4px 12px;
    font-weight: 600;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.bl-card-body {
    padding: 20px 24px;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}

.bl-card-title {
    font-size: 18px;
    color: var(--ink);
    font-weight: 600;
    line-height: 1.3;
    margin: 0 0 8px;
}

.bl-card-excerpt {
    font-size: 14px;
    color: var(--muted);
    line-height: 1.6;
    margin-bottom: 16px;
    flex-grow: 1;
    /* Clamp description to 3 lines */
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.bl-card-author {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-top: auto;
    padding-top: 14px;
    border-top: 1px solid var(--line);
}

.bl-avatar-sm {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    background: var(--brand);
    color: #ffffff;
    border-radius: 50%;
    font-size: 0.7rem;
    font-weight: 700;
    flex-shrink: 0;
    overflow: hidden;
}

.bl-avatar-sm img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.bl-card-author-name {
    font-size: 13px;
    color: var(--ink);
    font-weight: 500;
}

.bl-card-date {
    font-size: 12px;
    color: var(--muted-2);
    margin-left: auto;
    display: flex;
    align-items: center;
    gap: 4px;
}

.bl-card-date i {
    font-size: 0.7rem;
}

.bl-card-footer {
    padding: 14px 24px;
    border-top: 1px solid var(--line);
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.bl-read-link {
    color: var(--brand);
    font-weight: 600;
    font-size: 0.85rem;
    text-decoration: none;
    transition: all 0.2s ease;
    white-space: nowrap;
}

.bl-read-link:hover {
    text-decoration: underline;
    color: var(--brand);
}

.bl-time-chip {
    font-size: 0.75rem;
    color: var(--muted-2);
    background: var(--bg-soft);
    padding: 0.35rem 0.65rem;
    border-radius: 4px;
    white-space: nowrap;
    font-weight: 500;
}

/* ======= NEWSLETTER CTA (shared blog landing + post) ======= */
.newsletter-cta {
    background: var(--brand-soft);
    border-top: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
    padding: 3rem 0;
}

.newsletter-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
    align-items: center;
}

.newsletter-text {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.newsletter-text h2 {
    font-size: 1.75rem;
    color: var(--ink);
    font-weight: 700;
    line-height: 1.3;
    margin: 0;
}

.newsletter-text p {
    color: var(--muted);
    font-size: 0.9rem;
    margin: 0;
}

.newsletter-form-wrap {
    display: flex;
    flex-direction: column;
}

.newsletter-form {
    display: flex;
    gap: 0.75rem;
}

.newsletter-form input[type="email"] {
    flex: 1;
    background: #ffffff;
    border: 1px solid var(--line);
    padding: 0.75rem 1rem;
    border-radius: 10px;
    font-size: 0.9rem;
    color: var(--ink);
    font-family: inherit;
    transition: all 0.2s ease;
}

.newsletter-form input[type="email"]::placeholder {
    color: var(--muted-2);
}

.newsletter-form input[type="email"]:focus {
    outline: none;
    border-color: var(--brand);
    box-shadow: 0 0 0 3px rgba(238, 90, 46, 0.1);
}

/* Load-more button */
.load-more-articles-blocks {
    display: block;
    margin: 2rem auto 0;
}

/* ======= ANIMATIONS ======= */
@keyframes blFadeIn {
    from {
        opacity: 0;
        transform: translateY(10px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* ======= RESPONSIVE: BLOG LANDING ======= */
@media (max-width: 992px) {
    .blog-featured-card {
        grid-template-columns: 1fr;
    }

    .blog-featured-image {
        height: 300px;
    }

    .blog-featured-title {
        font-size: 2rem;
    }

    .newsletter-content {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }
}

@media (max-width: 768px) {
    .hero-insights {
        padding: 2.5rem 0 2rem;
    }

    .hero-insights-title {
        font-size: 1.75rem;
    }

    .blog-filters {
        padding: 2rem 0;
    }

    .blog-filter-pill {
        padding: 0 1rem;
        height: 40px;
        font-size: 0.85rem;
    }

    .blog-featured-section {
        padding: 2rem 0;
    }

    .blog-featured-content {
        padding: 1.5rem;
    }

    .blog-featured-title {
        font-size: 1.75rem;
    }

    .blog-latest-header {
        padding: 1.5rem 1rem 0.75rem;
    }

    .blog-latest-title {
        font-size: 1.5rem;
    }

    .bl-card-title {
        font-size: 1rem;
    }

    .newsletter-cta {
        padding: 2rem 0;
    }

    .newsletter-form {
        flex-direction: column;
    }

    .newsletter-form input[type="email"] {
        width: 100%;
    }
}

@media (max-width: 576px) {
    .hero-insights {
        padding: 2rem 0 1.5rem;
    }

    .hero-insights-title {
        font-size: 1.5rem;
    }

    .blog-filter-pills {
        justify-content: flex-start;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        flex-wrap: nowrap;
        padding-bottom: 0.5rem;
    }

    .blog-filter-pill {
        flex-shrink: 0;
        height: 38px;
        font-size: 0.8rem;
    }

    .blog-filter-meta {
        flex-direction: column;
        align-items: stretch;
    }

    .blog-article-count {
        text-align: center;
    }

    .blog-sort-select {
        width: 100%;
        height: 38px;
    }

    .blog-featured-card {
        grid-template-columns: 1fr;
    }

    .blog-featured-image {
        height: 250px;
    }

    .blog-featured-content {
        padding: 1.25rem;
    }

    .blog-featured-title {
        font-size: 1.5rem;
    }

    .blog-latest-header {
        flex-direction: column;
        align-items: flex-start;
        gap: 0.75rem;
        padding: 1rem 1rem 0.5rem;
    }

    .bl-card-cover {
        height: 180px;
    }

    .bl-card-body {
        padding: 1rem 1.25rem;
    }

    .newsletter-cta {
        padding: 1.5rem 0;
    }

    .newsletter-text h2 {
        font-size: 1.3rem;
    }
}

/* =========================================================
   BLOG POST PAGE STYLES
   ========================================================= */

/* ======= ARTICLE HEADER ======= */
.bld-header {
    background: linear-gradient(135deg, #0d0d0d 0%, #1a1a1a 50%, #2d2416 100%);
    padding: 4rem 0;
    color: #ffffff;
}

.bld-header .container {
    max-width: 1320px;
    margin: 0 auto;
    padding: 0 1.5rem;
}

.bld-crumb-hero {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.9rem;
    margin-bottom: 2rem;
    font-family: var(--font-sans);
}

.bld-crumb-hero a {
    color: rgba(255, 255, 255, 0.7);
    text-decoration: none;
    transition: color 0.2s ease;
}

.bld-crumb-hero a:hover {
    color: var(--brand);
}

.bld-crumb-hero .sep {
    color: rgba(255, 255, 255, 0.4);
    margin: 0 0.25rem;
}

.bld-crumb-hero .here {
    color: var(--brand);
    font-weight: 600;
}

.bld-hero-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3.5rem;
    align-items: center;
}

.bld-hero-text {
    color: #ffffff;
}

.bld-h1 {
    font-size: clamp(2rem, 5vw, 3rem);
    font-weight: 700;
    line-height: 1.2;
    margin: 1.5rem 0;
    letter-spacing: -0.02em;
    color: white;
}

.bld-head-meta-dark {
    display: flex;
    align-items: center;
    gap: 1.5rem;
    flex-wrap: wrap;
    font-size: 0.95rem;
}

.bld-author-mini {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.bld-avatar-mini {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background: var(--brand);
    color: #ffffff;
    border-radius: 50%;
    font-size: 0.75rem;
    font-weight: 700;
    flex-shrink: 0;
}

.bld-author-mini .name {
    font-weight: 600;
    color: #ffffff;
}

.bld-meta-pill {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    color: rgba(255, 255, 255, 0.8);
    font-weight: 500;
}

.bld-meta-pill i {
    font-size: 0.9rem;
}

.bld-hero-image {
    display: flex;
    align-items: center;
    justify-content: center;
}

.bld-hero-image img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 16px;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.3);
}

/* ======= MAIN CONTENT SECTION ======= */
.bld-body-wrap {
    padding: 4rem 0 5rem;
    background: var(--bg);
}

.bld-body-wrap .container {
    max-width: 1320px;
    margin: 0 auto;
    padding: 0 1.5rem;
}

.bld-article {
    background: var(--bg);
}

.callout {
    background: var(--brand-soft);
    border-left: 4px solid var(--brand);
    padding: 1.5rem;
    margin-bottom: 2.5rem;
    border-radius: var(--radius);
    font-size: 0.95rem;
    line-height: 1.6;
    color: var(--ink);
}

.callout strong {
    color: var(--brand);
}

.callout a {
    color: var(--brand);
    font-weight: 600;
    text-decoration: none;
}

.callout a:hover {
    text-decoration: underline;
}

.bld-article h2 {
    font-size: 1.8rem;
    font-weight: 700;
    color: var(--ink);
    margin: 2.75rem 0 1.5rem;
    line-height: 1.3;
    border-bottom: 2px solid var(--brand);
    padding-bottom: 1.25rem;
}

.bld-article h3 {
    font-size: 1.25rem;
    font-weight: 600;
    color: var(--ink);
    margin: 2rem 0 1rem;
}

.bld-article p {
    font-size: 1rem;
    line-height: 1.8;
    color: var(--ink);
    margin-bottom: 1.5rem;
}

.bld-article ul,
.bld-article ol {
    font-size: 1rem;
    line-height: 1.8;
    color: var(--ink);
    margin-bottom: 1.5rem;
    padding-left: 2rem;
}

.bld-article li {
    margin-bottom: 0.85rem;
}

.bld-article blockquote {
    font-size: 1.1rem;
    font-style: italic;
    color: var(--muted);
    border-left: 4px solid var(--brand);
    padding-left: 1.5rem;
    margin: 2.5rem 0;
    line-height: 1.8;
}

/* ======= AUTHOR CARD ======= */
.bld-author-card {
    display: flex;
    gap: 1.5rem;
    background: var(--bg);
    border: 1px solid var(--line);
    border-radius: var(--radius);
    padding: 2.5rem;
    margin: 3.5rem 0;
    align-items: flex-start;
}

.bld-author-card .avatar {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 80px;
    height: 80px;
    background: var(--brand);
    color: #ffffff;
    border-radius: 50%;
    font-size: 1.5rem;
    font-weight: 700;
    flex-shrink: 0;
}

.ab-label {
    display: block;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: var(--brand);
    margin-bottom: 0.6rem;
}

.ab-name {
    display: block;
    font-size: 1.3rem;
    font-weight: 700;
    color: var(--ink);
    margin-bottom: 0.35rem;
}

.ab-title {
    display: block;
    font-size: 0.9rem;
    font-weight: 600;
    color: var(--muted);
    margin-bottom: 0.85rem;
}

.ab-bio {
    font-size: 0.95rem;
    line-height: 1.6;
    color: var(--muted);
    margin-bottom: 1.25rem;
}

.ab-li {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    color: #0077b5;
    text-decoration: none;
    font-size: 0.9rem;
    transition: all 0.2s ease;
}

.ab-li:hover {
    color: var(--brand);
}

/* ======= SHARE BAR ======= */
.bld-share-bar {
    margin-top: 32px;
    padding-top: 24px;
    border-top: 1px solid var(--line);
    display: flex;
    align-items: center;
    gap: 16px;
    flex-wrap: wrap;
}

.bld-share-bar .lbl {
    font-size: 0.9rem;
    font-weight: 600;
    color: var(--ink);
}

.bld-share-btn {
    font-family: var(--font-sans);
    font-size: 13px;
    padding: 8px 16px;
    border-radius: 50px;
    background: #fff;
    text-decoration: none;
    cursor: pointer;
    border: 1px solid;
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.bld-share-btn.li {
    color: #0077b5;
    border-color: #0077b5;
}

.bld-share-btn.tx {
    color: #111;
    border-color: #111;
}

.bld-share-btn.cp {
    color: var(--brand);
    border-color: var(--brand);
}

.bld-share-btn:hover {
    border-color: var(--brand);
    color: var(--brand);
    background: var(--brand-soft);
}

/* ======= TAGS ======= */
.bld-tags {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
    margin-top: 24px;
    align-items: center;
}

.bld-tags .lbl {
    font-size: 0.8rem;
    font-weight: 700;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: var(--muted);
}

.bld-tag {
    display: inline-block;
    background: var(--bg-soft);
    color: #444;
    padding: 0.5rem 1rem;
    border-radius: 999px;
    font-size: 12px;
    text-decoration: none;
    transition: all 0.2s ease;
    border: 1px solid var(--brand-soft-2);
}

.bld-tag:hover {
    background: var(--brand);
    color: #ffffff;
    border-color: var(--brand);
}

/* ======= SIDEBAR ======= */
.bld-sidebar {
    position: sticky;
    top: 24px;
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.bld-side-card {
    background: #fff;
    border: 1px solid var(--brand-soft-2);
    border-radius: 16px;
    padding: 24px;
}

.bld-side-head {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    font-size: 1.05rem;
    font-weight: 700;
    color: var(--ink);
    margin-bottom: 1.5rem;
}

.bld-side-head i {
    font-size: 1.25rem;
    color: var(--brand);
}

.bld-side-head .t {
    margin: 0;
}

.bld-toc {
    list-style: none;
    padding: 0;
    margin: 0;
}

.bld-toc li {
    margin: 0;
}

.bld-toc a {
    color: var(--muted);
    padding: 8px 0;
    border-bottom: 1px solid var(--line);
    display: block;
    text-decoration: none;
    transition: color 0.15s;
    cursor: pointer;
}

.bld-toc a:hover {
    color: var(--brand);
}

.bld-toc a.active {
    color: var(--brand);
    font-weight: 600;
}

.bld-toc li.bld-toc-sub>a {
    padding-left: 1rem;
    font-size: 0.9rem;
    color: var(--muted-2);
}

/* ======= CTA CARD (sidebar) ======= */
.bld-cta-card {
    background: var(--brand-soft);
    border: 1px solid var(--brand-soft-2);
    border-radius: 16px;
    padding: 24px;
}

.bld-cta-card .lbl {
    display: block;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: var(--brand);
    margin-bottom: 0.6rem;
}

.bld-cta-card .t {
    display: block;
    font-size: 1.15rem;
    font-weight: 700;
    color: var(--ink);
    margin-bottom: 0.6rem;
}

.bld-cta-card .sub {
    font-size: 0.95rem;
    color: var(--muted);
    margin-bottom: 1.25rem;
    line-height: 1.6;
}

.bld-cta-card .btn {
    display: block;
    width: 100%;
    padding: 0.85rem;
    background: var(--brand);
    color: #ffffff;
    border: none;
    border-radius: var(--radius);
    font-weight: 600;
    font-size: 0.95rem;
    cursor: pointer;
    text-decoration: none;
    text-align: center;
    transition: all 0.2s ease;
    font-family: var(--font-sans);
}

.bld-cta-card .btn:hover {
    background: var(--brand-dark);
    transform: translateY(-2px);
    box-shadow: var(--shadow-md);
}

/* ======= RELATED ARTICLES ======= */
.bld-related-item {
    display: flex;
    gap: 10px;
    align-items: flex-start;
    margin-bottom: 12px;
    padding-bottom: 12px;
    border-bottom: 1px solid var(--line);
    text-decoration: none;
    color: inherit;
}

.bld-related-item .chip {
    display: inline-block;
    background: var(--brand-soft);
    color: var(--brand);
    padding: 0.3rem 0.7rem;
    border-radius: 4px;
    font-size: 0.65rem;
    font-weight: 700;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    width: fit-content;
    white-space: nowrap;
}

.bld-related-item .t {
    font-size: 0.95rem;
    font-weight: 600;
    color: var(--ink);
    line-height: 1.4;
    margin: 0;
}

/* ======= MORE ARTICLES SECTION ======= */
.bld-more {
    padding: 5rem 0;
    background: var(--bg-soft);
}

.bld-more .container {
    max-width: 1320px;
    margin: 0 auto;
    padding: 0 1.5rem;
}

.bld-more h2 {
    font-size: 2.5rem;
    font-weight: 700;
    color: var(--ink);
    margin-bottom: 3rem;
    line-height: 1.2;
    text-align: center;
}

.bld-more-card {
    display: flex;
    flex-direction: column;
    background: var(--bg);
    border: 1px solid var(--line);
    border-radius: var(--radius-lg);
    overflow: hidden;
    text-decoration: none;
    color: inherit;
    transition: all 0.3s ease;
    height: 100%;
    box-shadow: var(--shadow-sm);
}

.bld-more-card:hover {
    transform: translateY(-6px);
    box-shadow: var(--shadow-lg);
    border-color: var(--brand);
}

.bld-more-cover {
    position: relative;
    height: 200px;
    background: linear-gradient(135deg, #1e3a8a 0%, #3b82f6 100%);
    overflow: hidden;
}

.bld-more-cover.cat-kentico {
    background: linear-gradient(135deg, #ea580c 0%, #f97316 100%);
}

.bld-more-cover.cat-microsoft {
    background: linear-gradient(135deg, #1e3a8a 0%, #3b82f6 100%);
}

.bld-more-cover.cat-ai,
.bld-more-cover.cat-dark {
    background: linear-gradient(135deg, #1f2937 0%, #374151 100%);
}

.bld-more-cover .wm {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 3rem;
    font-weight: 900;
    color: rgba(255, 255, 255, 0.15);
}

.bld-more-cover .ch {
    position: absolute;
    bottom: 14px;
    left: 14px;
    background: #fff;
    color: #111;
    font-size: 9px;
    border-radius: 50px;
    padding: 4px 12px;
    font-weight: 500;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.bld-more-body {
    padding: 1.5rem;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    gap: 0.75rem;
}

.bld-more-title {
    font-size: 1.15rem;
    font-weight: 700;
    color: var(--ink);
    line-height: 1.3;
    margin: 0;
}

.bld-more-meta {
    font-size: 0.85rem;
    color: var(--muted);
    margin: 0;
}

.bld-more-cta {
    display: flex;
    justify-content: center;
    margin-top: 3rem;
}

.bld-btn-outline {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.85rem 2rem;
    border: 2px solid var(--brand);
    background: transparent;
    color: var(--brand);
    border-radius: 999px;
    font-weight: 600;
    font-size: 0.95rem;
    text-decoration: none;
    transition: all 0.3s ease;
    font-family: var(--font-sans);
    cursor: pointer;
}

.bld-btn-outline:hover {
    background: var(--brand);
    color: #ffffff;
    transform: translateY(-2px);
    box-shadow: var(--shadow-md);
}

/* ======= RESPONSIVE: BLOG POST ======= */
@media (max-width: 991px) {
    .bld-hero-grid {
        grid-template-columns: 1fr;
        gap: 2.5rem;
    }

    .bld-h1 {
        font-size: 2rem;
    }

    .bld-sidebar {
        position: static;
        flex-direction: column;
    }
}

@media (max-width: 768px) {
    .bld-header {
        padding: 3rem 0;
    }

    .bld-h1 {
        font-size: 1.75rem;
        margin: 1.25rem 0;
    }

    .bld-crumb-hero {
        font-size: 0.85rem;
        margin-bottom: 1.5rem;
    }

    .bld-head-meta-dark {
        gap: 1rem;
        font-size: 0.9rem;
    }

    .bld-body-wrap {
        padding: 3rem 0 4rem;
    }

    .bld-article h2 {
        font-size: 1.4rem;
        margin: 2rem 0 1rem;
        padding-bottom: 0.75rem;
    }

    .bld-article h3 {
        font-size: 1.1rem;
        margin: 1.5rem 0 0.75rem;
    }

    .bld-author-card {
        flex-direction: column;
        text-align: center;
        margin: 2.5rem 0;
        padding: 2rem;
        align-items: center;
    }

    .bld-share-bar {
        gap: 1rem;
        padding-top: 1.5rem;
        margin-top: 1.5rem;
    }

    .bld-more h2 {
        font-size: 2rem;
        margin-bottom: 2.5rem;
    }

    .bld-more-cover {
        height: 180px;
    }

    .bld-more-body {
        padding: 1.25rem;
    }

    .bld-more-title {
        font-size: 1rem;
    }
}

@media (max-width: 576px) {
    .bld-header {
        padding: 2rem 0;
    }

    .bld-crumb-hero {
        font-size: 0.8rem;
        margin-bottom: 1rem;
    }

    .bld-h1 {
        font-size: 1.5rem;
        margin-bottom: 1rem;
    }

    .bld-head-meta-dark {
        gap: 0.75rem;
        flex-direction: column;
        align-items: flex-start;
    }

    .bld-article h2 {
        font-size: 1.25rem;
        margin: 1.75rem 0 0.75rem;
    }

    .bld-author-card {
        padding: 1.5rem;
        margin: 2rem 0;
    }

    .bld-author-card .avatar {
        width: 60px;
        height: 60px;
        font-size: 1.2rem;
    }

    .ab-name {
        font-size: 1rem;
    }

    .bld-share-btn {
        padding: 0.5rem 0.85rem;
        font-size: 0.8rem;
    }

    .bld-tag {
        font-size: 0.75rem;
        padding: 0.3rem 0.65rem;
    }

    .bld-more {
        padding: 3rem 0;
    }

    .bld-more h2 {
        font-size: 1.5rem;
        margin-bottom: 2rem;
    }

    .bld-more-cover {
        height: 160px;
    }

    .bld-more-body {
        padding: 1rem;
    }

    .bld-more-title {
        font-size: 0.95rem;
    }
}

@media (max-width: 480px) {
    .bld-h1 {
        font-size: 1.4rem;
    }

    .bld-article p {
        font-size: 0.95rem;
    }

    .bld-article h3 {
        font-size: 1rem;
    }

    .bld-article ul,
    .bld-article ol {
        padding-left: 1.5rem;
    }

    .bld-author-card {
        padding: 1rem;
    }

    .bld-author-card .avatar {
        width: 50px;
        height: 50px;
        font-size: 1rem;
    }

    .bld-share-btn {
        padding: 0.4rem 0.7rem;
        font-size: 0.75rem;
    }

    .bld-tags {
        gap: 6px;
        margin-top: 16px;
    }

    .bld-side-card,
    .bld-cta-card {
        padding: 16px;
    }

    .bld-side-head {
        font-size: 0.95rem;
        margin-bottom: 1rem;
    }

    .bld-cta-card .t {
        font-size: 1rem;
    }

    .bld-cta-card .sub {
        font-size: 0.85rem;
    }

    .bld-more-cta {
        margin-top: 2rem;
    }
}


/*Address Cards and term-conditions*/

/*privacy-policy*/

.privacy-hero {
    position: relative;
    overflow: hidden;
    padding: 20px 0;
    background: var(--brand);
}

.privacy-content {
    position: relative;
    z-index: 2;
}

.privacy-breadcrumb {
    margin-bottom: 0;
}

.privacy-breadcrumb a,
.privacy-breadcrumb .breadcrumb-item {
    color: rgba(255, 255, 255, .85);
    font-size: .9rem;
}

.privacy-breadcrumb .breadcrumb-item.active {
    color: #fff;
}

.privacy-tag {
    display: inline-flex;
    align-items: center;
    gap: .5rem;
    padding: .65rem 1rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, .12);
    border: 1px solid rgba(255, 255, 255, .15);
    color: #fff;
    font-size: .85rem;
    font-weight: 600;
    margin-bottom: 1.5rem;
    backdrop-filter: blur(10px);
}

.privacy-title {
    font-size: clamp(36px, 5vw, 50px);
    line-height: 1.05;
    color: #fff;
    margin-bottom: 1.25rem;
}

.privacy-desc {
    max-width: 620px;
    color: rgba(255, 255, 255, .92);
    font-size: 1.05rem;
    line-height: 1.8;
    margin-bottom: 2rem;
}

.privacy-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
}

.meta-card {
    display: flex;
    align-items: center;
    gap: .9rem;
    padding: 1rem 1.2rem;
    border-radius: 16px;
    background: rgba(255, 255, 255, .12);
    border: 1px solid rgba(255, 255, 255, .15);
    backdrop-filter: blur(12px);
}

.meta-card i {
    font-size: 1.4rem;
    color: #fff;
}

.meta-card small {
    display: block;
    color: rgba(255, 255, 255, .7);
}

.meta-card strong {
    color: #fff;
    font-size: .95rem;
}

/* Right Side */

.privacy-graphic {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.privacy-graphic {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.privacy-hero-image {
    width: auto;
    max-width: 620px;
    height: 300px;
    display: block;
    position: relative;
    z-index: 2;
    filter: drop-shadow(0 25px 50px rgba(0, 0, 0, .15));
}

/* Optional floating glow behind image */
.privacy-graphic::before {
    content: "";
    position: absolute;
    width: 420px;
    height: 420px;
    background: rgba(255, 255, 255, .08);
    border-radius: 50%;
    filter: blur(60px);
    z-index: 1;
}

@media (max-width: 991px) {

    .privacy-graphic {
        margin-top: 40px;
    }

    .privacy-hero-image {
        max-width: 420px;
    }
}

@media (max-width: 576px) {

    .privacy-hero-image {
        max-width: 300px;
    }
}


.privacy-policy-content-wrapper {
    padding: 80px 0;
    text-align: left;
}

@media screen and (max-width: 767px) {
    .privacy-policy-content-wrapper {
        padding: 50px 0;
    }
}

@media screen and (max-width: 575px) {
    .privacy-policy-content-wrapper {
        padding: 50px 1.5rem;
    }
}

.privacy-policy-content-wrapper h2,
.privacy-policy-content-wrapper .h2 {
    font-size: 30px;
}

.privacy-policy-content-wrapper h3,
.privacy-policy-content-wrapper .h3 {
    font-size: 24px;
}

.privacy-policy-content-wrapper h4,
.privacy-policy-content-wrapper .h4 {
    font-size: 20px;
}

.privacy-policy-content-wrapper p {
    font-size: 16px;
}

.privacy-policy-content-wrapper ul {
    list-style-type: disc;
}

.privacy-policy-content-wrapper ul li {
    font-size: 16px;
}


.terms-and-conditions-content-wrapper {
    padding: 80px 0;
    text-align: left;
}

@media screen and (max-width: 767px) {
    .terms-and-conditions-content-wrapper {
        padding: 50px 0;
    }
}

@media screen and (max-width: 575px) {
    .terms-and-conditions-content-wrapper {
        padding: 50px 1.5rem;
    }
}

.terms-and-conditions-content-wrapper h2,
.terms-and-conditions-content-wrapper .h2 {
    font-size: 30px;
}

.terms-and-conditions-content-wrapper ul {
    list-style-type: disc;
    font-size: 16px;
}

@media(max-width: 991px) {
    .privacy-graphic {
        display: none;
    }
}

/* ============================================================
   SECTION 3 — Global Offices
   ============================================================ */
.ctc-offices-section {
    padding: 5rem 0;
    background: var(--bg);
}

.ctc-offices-title {
    font-family: var(--font-display);
    font-size: clamp(2rem, 4vw, 2.75rem);
    color: var(--ink);
    letter-spacing: -.025em;
    margin: 0;
}

.ctc-offices-sub {
    font-family: var(--font-sans);
    font-size: 1rem;
    color: var(--muted);
    max-width: 540px;
    margin: 0 auto;
    line-height: 1.6;
}

/* Office card */
.ctc-office-card {
    background: var(--bg);
    border: 1.5px solid var(--line);
    border-radius: 18px;
    overflow: hidden;
    height: 100%;
    transition: transform .25s cubic-bezier(.16, 1, .3, 1), box-shadow .25s, border-color .2s;
}

.ctc-office-card:hover {
    transform: translateY(-5px);
    box-shadow: var(--shadow-md);
    border-color: var(--brand-soft-2);
}

/* Image area */
.ctc-office-img-wrap {
    position: relative;
    height: 170px;
    overflow: hidden;
}

.ctc-office-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform .4s ease;
}

.ctc-office-card:hover .ctc-office-img {
    transform: scale(1.05);
}

/* "Head Office" badge */
.ctc-hq-badge {
    position: absolute;
    top: .75rem;
    left: .75rem;
    font-family: var(--font-mono);
    font-size: .6rem;
    font-weight: 700;
    letter-spacing: .1em;
    text-transform: uppercase;
    background: var(--brand);
    color: #fff;
    padding: .28rem .7rem;
    border-radius: 999px;
}

/* Country name overlay bottom-left of image */
.ctc-office-name-overlay {
    position: absolute;
    bottom: .75rem;
    left: .85rem;
    font-family: var(--font-display);
    font-size: 1.1rem;
    font-weight: 700;
    color: #fff;
    text-shadow: 0 1px 6px rgba(0, 0, 0, .5);
}

/* Body below image */
.ctc-office-body {
    padding: 1.25rem 1.35rem;
    display: flex;
    flex-direction: column;
    gap: .6rem;
}

.ctc-office-addr-row,
.ctc-office-contact-row {
    display: flex;
    align-items: flex-start;
    gap: .5rem;
}

.ctc-office-addr-row img,
.ctc-office-contact-row img {
    flex-shrink: 0;
    margin-top: .15rem;
    filter: invert(44%) sepia(88%) saturate(600%) hue-rotate(346deg);
    opacity: .8;
}

.ctc-office-addr {
    font-family: var(--font-sans);
    font-size: .8rem;
    color: var(--muted);
    line-height: 1.55;
    margin: 0;
    font-style: normal;
}

.ctc-office-phone,
.ctc-office-email {
    font-family: var(--font-sans);
    font-size: .8rem;
    color: var(--muted);
    text-decoration: none;
    font-weight: 500;
    transition: color .2s;
}

.ctc-office-phone:hover,
.ctc-office-email:hover {
    color: var(--brand);
}

/* ---- Responsive ---- */
@media (max-width: 992px) {
    .ctc-hero {
        padding: 3.5rem 0 4rem;
    }

    .ctc-strategy-card {
        grid-template-columns: 220px 1fr;
    }
}

@media (max-width: 768px) {
    .ctc-form-card {
        padding: 1.5rem;
    }

    .ctc-strategy-card {
        grid-template-columns: 1fr;
    }

    .ctc-strategy-photo-wrap {
        height: 220px;
    }

    .ctc-strategy-content {
        padding: 1.75rem;
    }

    .ctc-strategy-features {
        flex-direction: column;
        gap: .55rem;
    }
}

@media (max-width: 576px) {
    .ctc-hero-h1 {
        font-size: 1.9rem;
    }

    .ctc-form-card {
        padding: 1.25rem;
    }

    .ctc-offices-title {
        font-size: 1.75rem;
    }

    .ctc-office-img-wrap {
        height: 145px;
    }
}



/* =========================================================
   Landing Case Studies Page Styles (Prefix: .lcs-)
   ========================================================= */

.lcs-hero {
    background: var(--brand-soft);
    padding: 5rem 0 3.5rem;
    border-bottom: 1px solid var(--line);
}

.lcs-breadcrumb {
    margin-bottom: 1.5rem;
}

.lcs-breadcrumb-list {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    list-style: none;
    padding: 0;
    margin: 0;
    font-family: var(--font-sans);
    font-size: 0.82rem;
    font-weight: 500;
    color: var(--muted);
}

.lcs-breadcrumb-list li a {
    color: var(--muted);
    transition: color 0.2s;
}

.lcs-breadcrumb-list li a:hover {
    color: var(--brand);
}

.lcs-breadcrumb-list li:not(:last-child)::after {
    content: "/";
    margin-left: 0.5rem;
    color: var(--muted-2);
}

.lcs-breadcrumb-list li.active {
    color: var(--ink);
}

.lcs-hero-title {
    font-family: var(--font-display);
    font-size: clamp(34px, 5vw, 52px);
    font-weight: 700;
    letter-spacing: -0.025em;
    color: var(--ink);
    line-height: 1.15;
    margin-bottom: 1.2rem;
}

.lcs-hero-title .lcs-accent {
    color: var(--brand);
}

.lcs-hero-subtitle {
    font-family: var(--font-sans);
    font-size: clamp(1rem, 2vw, 1.15rem);
    color: var(--muted);
    line-height: 1.6;
    max-width: 700px;
    margin: 0 auto 3rem;
}

.lcs-stats-row {
    margin-top: 1rem;
}

.lcs-stat-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 1.5rem;
    background: rgba(255, 255, 255, 0.6);
    border-radius: var(--radius);
    border: 1px solid rgba(238, 90, 46, 0.05);
    backdrop-filter: blur(10px);
}

.lcs-stat-num {
    font-family: var(--font-display);
    font-size: clamp(2.2rem, 4vw, 3rem);
    font-weight: 800;
    color: var(--brand);
    line-height: 1.1;
}

.lcs-stat-label {
    font-family: var(--font-sans);
    font-size: 0.76rem;
    font-weight: 600;
    color: var(--muted);
    text-transform: uppercase;
    letter-spacing: 0.06em;
    margin-top: 0.35rem;
}

/* Featured Section */
.lcs-featured-section {
    padding: 5rem 0;
    background-color: var(--bg);
}

.lcs-featured-card {
    display: flex;
    flex-direction: column;
    background: var(--bg);
    border-radius: var(--radius-lg);
    overflow: hidden;
    border: 1px solid var(--line);
    transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: var(--shadow-sm);
    height: 100%;
}

.lcs-featured-card:hover {
    transform: translateY(-6px);
    box-shadow: var(--shadow-lg);
    border-color: var(--brand-soft-2);
}

.lcs-card-visual {
    height: 240px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
}

.lcs-visual-orange {
    background: linear-gradient(135deg, #f97316 0%, #ee5a2e 100%);
}

.lcs-visual-blue {
    background: linear-gradient(135deg, #2563eb 0%, #1d4ed8 100%);
}

.lcs-visual-dark {
    background: linear-gradient(135deg, #1e293b 0%, #0f172a 100%);
}

.lcs-visual-purple {
    background: linear-gradient(135deg, #7c3aed 0%, #6d28d9 100%);
}

.lcs-card-letter {
    font-family: var(--font-display);
    font-size: 150px;
    font-weight: 900;
    color: rgba(255, 255, 255, 0.09);
    user-select: none;
    position: absolute;
    pointer-events: none;
    transform: scale(1);
    transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1), rotate 0.5s;
}

.lcs-featured-card:hover .lcs-card-letter,
.lcs-grid-card:hover .lcs-card-letter {
    transform: scale(1.2) rotate(-5deg);
}

.lcs-featured-content {
    padding: 2.5rem;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.lcs-card-badge {
    font-family: var(--font-mono);
    font-size: 0.7rem;
    letter-spacing: 0.15em;
    color: var(--brand);
    margin-bottom: 0.85rem;
    text-transform: uppercase;
    font-weight: 700;
    display: block;
}

.lcs-card-title {
    font-family: var(--font-display);
    font-size: 1.45rem;
    font-weight: 800;
    color: var(--ink);
    margin-bottom: 1rem;
    line-height: 1.3;
}

.lcs-card-text {
    font-family: var(--font-sans);
    color: var(--muted);
    font-size: 0.95rem;
    line-height: 1.6;
    margin-bottom: 1.5rem;
}

.lcs-tag-group,
.lcs-card-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    margin-bottom: 1.75rem;
}

.lcs-tag {
    background: var(--bg-soft);
    color: var(--ink-2);
    font-family: var(--font-sans);
    font-size: 0.78rem;
    font-weight: 600;
    padding: 0.35rem 0.85rem;
    border-radius: 99px;
    transition: all 0.2s ease;
    border: 1px solid var(--line);
}

.lcs-tag:hover {
    background: var(--brand-soft);
    border-color: var(--brand);
    color: var(--brand);
}

.lcs-card-link {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    color: var(--ink);
    font-weight: 700;
    font-size: 0.92rem;
    transition: color 0.2s ease;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    margin-top: auto;
}

.lcs-card-link:hover {
    color: var(--brand);
}

.lcs-arrow {
    transition: transform 0.2s ease;
    display: inline-block;
}

.lcs-card-link:hover .lcs-arrow {
    transform: translateX(4px);
}

/* Grid & Filtering Section */
.lcs-grid-section {
    padding: 5rem 0;
    background-color: var(--bg);
    border-top: 1px solid var(--line);
}

.lcs-section-heading {
    /* font-family: var(--font-display);
  font-size: clamp(1.8rem, 4vw, 2.5rem); */
    font-weight: 700;
    text-align: center;
    margin-bottom: 3.5rem;
    color: var(--ink);
}

.lcs-toolbar {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 1.5rem;
    margin-bottom: 2.5rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid var(--line);
}

.lcs-search-wrapper {
    position: relative;
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
}

.lcs-search-input {
    width: 100%;
    padding: 0.9rem 1.25rem 0.9rem 2.85rem;
    font-family: var(--font-sans);
    font-size: 0.95rem;
    color: var(--ink);
    background: var(--bg);
    border: 1.5px solid var(--line);
    border-radius: 99px;
    transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
    box-shadow: var(--shadow-sm);
    outline: none;
}

.lcs-search-input:focus {
    border-color: var(--brand);
    box-shadow: 0 0 0 4px var(--brand-soft);
    background: var(--bg);
}

.lcs-search-icon {
    position: absolute;
    left: 1.15rem;
    top: 50%;
    transform: translateY(-50%);
    color: var(--muted);
    display: flex;
    align-items: center;
    pointer-events: none;
    transition: color 0.3s ease;
}

.lcs-search-input:focus~.lcs-search-icon {
    color: var(--brand);
}

.lcs-search-clear {
    position: absolute;
    right: 1.15rem;
    top: 50%;
    transform: translateY(-50%);
    background: transparent;
    border: none;
    font-size: 1.5rem;
    line-height: 1;
    color: var(--muted);
    cursor: pointer;
    padding: 0;
    display: none;
    transition: color 0.2s;
}

.lcs-search-clear:hover {
    color: var(--brand);
}

/* Grid Cards */
.lcs-grid-card {
    display: flex;
    flex-direction: column;
    background: var(--bg);
    border-radius: var(--radius);
    overflow: hidden;
    border: 1px solid var(--line);
    transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: var(--shadow-sm);
    height: 100%;
    text-decoration: none;
    color: inherit;
}

.lcs-grid-card:hover {
    transform: translateY(-5px);
    box-shadow: var(--shadow-md);
    border-color: var(--brand-soft-2);
}

.lcs-grid-card:hover .lcs-card-grid-title {
    color: var(--brand);
}

.lcs-grid-card .lcs-card-visual {
    height: 180px;
}

.lcs-card-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

.lcs-grid-card:hover .lcs-card-img {
    transform: scale(1.05);
}

.lcs-grid-card .lcs-card-letter {
    font-size: 110px;
}

.lcs-card-body {
    padding: 1.5rem;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.lcs-card-eyebrow {
    font-family: var(--font-mono);
    font-size: 0.68rem;
    letter-spacing: 0.12em;
    color: var(--brand);
    margin-bottom: 0.5rem;
    text-transform: uppercase;
    font-weight: 700;
    display: block;
}

.lcs-card-grid-title {
    /* font-family: var(--font-sans); */
    font-size: 1.15rem;
    font-weight: 700;
    color: var(--ink);
    margin-bottom: 0.75rem;
    line-height: 1.4;
}

.lcs-card-grid-text {
    /* font-family: var(--font-sans); */
    color: var(--muted);
    font-size: 0.88rem;
    line-height: 1.55;
    margin-bottom: 1.25rem;
}

.lcs-card-tags {
    margin-bottom: 1.25rem;
    display: flex;
    flex-wrap: wrap;
    gap: 0.4rem;
}

.lcs-card-tags .lcs-tag {
    font-size: 0.74rem;
    padding: 0.25rem 0.65rem;
}

/* Industries Section */
.lcs-industries-section {
    padding: 5.5rem 0;
    background-color: var(--bg-soft);
    border-top: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
}

.lcs-industries-heading {
    font-family: var(--font-display);
    font-size: clamp(1.8rem, 4vw, 2.5rem);
    font-weight: 800;
    margin-bottom: 3.5rem;
    color: var(--ink);
}

.lcs-industries-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 1rem;
    max-width: 1000px;
    margin: 0 auto;
}

.lcs-industry-btn {
    display: inline-flex;
    align-items: center;
    gap: 0.75rem;
    background: var(--bg);
    border: 1px solid var(--line);
    color: var(--ink);
    font-family: var(--font-sans);
    font-weight: 600;
    font-size: 0.92rem;
    padding: 0.75rem 1.35rem;
    border-radius: 99px;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    cursor: pointer;
    box-shadow: var(--shadow-sm);
}

.lcs-industry-btn:hover {
    transform: translateY(-2px);
    border-color: var(--brand);
    color: var(--brand);
    box-shadow: var(--shadow-md);
}

.lcs-industry-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: var(--brand-soft);
    color: var(--brand);
    transition: all 0.3s;
}

.lcs-industry-btn:hover .lcs-industry-icon {
    background: var(--brand);
    color: #fff;
}

/* CTA Banner Section */
.lcs-cta-section {
    padding: 6rem 0;
    background-color: var(--bg);
}

.lcs-cta-box {
    background: linear-gradient(135deg, var(--brand-soft) 0%, #fff8f5 100%);
    border: 1px solid var(--brand-soft-2);
    border-radius: var(--radius-lg);
    padding: 4rem 2rem;
    box-shadow: var(--shadow-md);
    max-width: 960px;
    margin: 0 auto;
}

.lcs-cta-eyebrow {
    font-family: var(--font-mono);
    font-size: 0.75rem;
    letter-spacing: 0.2em;
    color: var(--brand);
    font-weight: 700;
    margin-bottom: 1rem;
    display: block;
}

.lcs-cta-title {
    font-family: var(--font-display);
    font-size: clamp(1.6rem, 4vw, 2.3rem);
    font-weight: 800;
    color: var(--ink);
    margin-bottom: 1rem;
}

.lcs-cta-text {
    font-family: var(--font-sans);
    color: var(--muted);
    font-size: 1rem;
    line-height: 1.6;
    max-width: 580px;
    margin: 0 auto 2rem;
}

.lcs-cta-btn {
    padding: 0.9rem 1.8rem;
    font-size: 0.95rem;
}

/* Responsive Media Queries */
@media (max-width: 991.98px) {
    .lcs-hero {
        padding: 4rem 0 3rem;
    }

    .lcs-featured-section {
        padding: 4rem 0;
    }

    .lcs-grid-section {
        padding: 4rem 0;
    }

    .lcs-industries-section {
        padding: 4.5rem 0;
    }

    .lcs-cta-section {
        padding: 4.5rem 0;
    }
}

@media (max-width: 767.98px) {
    .lcs-toolbar {
        margin-bottom: 2rem;
        padding-bottom: 0.75rem;
    }

    .lcs-cta-box {
        padding: 3rem 1.5rem;
    }

    .lcs-featured-content {
        padding: 1.75rem;
    }
}

@media (max-width: 575.98px) {
    .lcs-stat-card {
        padding: 1.25rem;
    }
}

/* ======================================================
   PAGINATION
====================================================== */

.pagination {
    width: 100%;
    margin-top: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.pagination ul {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px;
    padding: 0;
    margin: 0;
    list-style: none;
}

.pagination li {
    margin: 0;
}

/* Links */
.pagination li a {
    width: 46px;
    height: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    font-size: 16px;
    font-weight: 600;
    color: #222;
    background: #fff;
    border: 1px solid #e7e7e7;
    border-radius: 10px;
    transition: all .3s ease;
}

/* Hover */
.pagination li:not(.disabled) a:hover {
    background: var(--timeline-primary);
    border-color: var(--timeline-primary);
    color: #ee5a2e;
    transform: translateY(-2px);
    box-shadow: 0 8px 18px rgba(240, 90, 34, .25);
}

/* Active */
.pagination li.pagination--active a {
    background: var(--timeline-primary);
    border-color: var(--timeline-primary);
    color: #ee5a2e;
    font-weight: 700;
    box-shadow: 0 8px 18px rgba(240, 90, 34, .30);
}

/* Disabled */
.pagination li.disabled a {
    opacity: .4;
    cursor: not-allowed;
    pointer-events: none;
}

/* Prev & Next */
.pagination li.prev a,
.pagination li.next a {
    width: 48px;
    height: 48px;
}

/* Arrow Icon */
.icon-svg {
    width: 20px;
    height: 20px;
    fill: none;
    stroke: currentColor;
    stroke-width: 2.2;
    stroke-linecap: round;
    stroke-linejoin: round;
}

/* Focus */
.pagination li a:focus {
    outline: none;
    border-color: var(--timeline-primary);
    box-shadow: 0 0 0 4px rgba(240, 90, 34, .15);
}

/* ==========================
   Tablet
========================== */

@media (max-width: 991px) {

    .pagination {
        margin-top: 50px;
    }

    .pagination ul {
        gap: 8px;
    }

    .pagination li a {
        width: 42px;
        height: 42px;
        font-size: 15px;
    }

    .pagination li.prev a,
    .pagination li.next a {
        width: 42px;
        height: 42px;
    }

    .icon-svg {
        width: 18px;
        height: 18px;
    }
}

/* ==========================
   Mobile
========================== */

@media (max-width: 576px) {

    .pagination {
        margin-top: 40px;
    }

    .pagination ul {
        gap: 6px;
    }

    .pagination li a {
        width: 38px;
        height: 38px;
        font-size: 14px;
        border-radius: 8px;
    }

    .pagination li.prev a,
    .pagination li.next a {
        width: 38px;
        height: 38px;
    }

    .icon-svg {
        width: 16px;
        height: 16px;
    }
}

/* ==========================
   Small Mobile
========================== */

@media (max-width: 420px) {

    .pagination ul {
        gap: 4px;
    }

    .pagination li a {
        width: 34px;
        height: 34px;
        font-size: 13px;
    }

    .pagination li.prev a,
    .pagination li.next a {
        width: 34px;
        height: 34px;
    }

    .icon-svg {
        width: 14px;
        height: 14px;
    }
}



/* =========================================================
   CASE STUDY DETAILS PAGE — .csd- prefix isolated styles
   Append-only: does not affect any existing page.
   ========================================================= */

/* ---------- Scroll Animation Utilities ---------- */
.csd-fade-up {
    opacity: 0;
    transform: translateY(28px);
    transition: opacity 0.55s ease, transform 0.55s ease;
}

.csd-fade-up.csd-visible {
    opacity: 1;
    transform: translateY(0);
}

.csd-delay-1 {
    transition-delay: 0.12s;
}

.csd-delay-2 {
    transition-delay: 0.22s;
}

.csd-delay-3 {
    transition-delay: 0.34s;
}

/* ---------- Accent Color ---------- */
.csd-accent {
    color: var(--brand);
}

/* ---------- Shared Section Spacing ---------- */
.csd-hero,
.csd-overview-section,
.csd-objectives-section,
.csd-features-section,
.csd-challenges-section,
.csd-solution-section,
.csd-tech-section,
.csd-results-section,
.csd-conclusion-section,
.csd-cta-section,
.csd-related-section {
    padding: 5rem 0;
}


/* ===== HERO SECTION ===== */
.csd-hero {
    background: var(--brand-soft);
    border-bottom: 1px solid var(--line);
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
}

/* Breadcrumb */
.csd-breadcrumb {
    margin-bottom: 2.5rem;
}

.csd-breadcrumb-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.35rem;
    font-size: 0.83rem;
    color: var(--muted);
}

.csd-breadcrumb-list li {
    display: flex;
    align-items: center;
    gap: 0.35rem;
}

.csd-breadcrumb-list li::after {
    content: "/";
    color: var(--muted-2);
    font-size: 0.8rem;
}

.csd-breadcrumb-list li:last-child::after {
    display: none;
}

.csd-breadcrumb-list a {
    color: var(--muted);
    transition: color 0.2s;
    text-decoration: none;
}

.csd-breadcrumb-list a:hover {
    color: var(--brand);
}

.csd-breadcrumb-active {
    color: var(--brand);
    font-weight: 500;
}

/* Hero badges */
.csd-hero-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
}

.csd-badge-category,
.csd-badge-industry {
    display: inline-flex;
    align-items: center;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    padding: 0.3rem 0.85rem;
    border-radius: 99px;
}

.csd-badge-category {
    background: var(--brand-soft);
    color: var(--brand);
    border: 1px solid var(--brand-soft-2);
}

.csd-badge-industry {
    background: var(--bg-soft);
    color: var(--muted);
    border: 1px solid var(--line);
}

/* Hero title */
.csd-hero-title {
    font-size: clamp(28px, 4vw, 46px);
    font-weight: 700;
    line-height: 1.1;
    letter-spacing: -0.025em;
    color: var(--ink);
    margin-bottom: 1.1rem;
}

/* Hero subtitle */
.csd-hero-subtitle {
    font-size: 1.05rem;
    color: var(--muted);
    line-height: 1.7;
    margin-bottom: 2rem;
    max-width: 540px;
}

/* Meta row */
.csd-meta-row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0 1.5rem;
    margin-bottom: 1.5rem;
}

.csd-meta-item {
    display: flex;
    flex-direction: column;
    gap: 0.2rem;
}

.csd-meta-label {
    font-size: 0.7rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    color: var(--muted-2);
}

.csd-meta-value {
    font-size: 0.9rem;
    font-weight: 600;
    color: var(--ink);
}

.csd-meta-divider {
    width: 1px;
    height: 32px;
    background: var(--line);
}

/* Services tags */
.csd-services-row {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
}

.csd-service-tag {
    display: inline-flex;
    align-items: center;
    font-size: 0.78rem;
    font-weight: 500;
    color: var(--ink-2);
    background: white;
    border: 1px solid var(--brand);
    padding: 0.3rem 0.8rem;
    border-radius: 18px;
    transition: border-color 0.2s, background 0.2s;
}

.csd-service-tag:hover {
    background: var(--brand-soft);
    border-color: var(--brand);
    color: var(--brand);
}

/* Hero visual */
.csd-hero-visual {
    position: relative;
    border-radius: var(--radius-lg);
    overflow: hidden;
    box-shadow: var(--shadow-lg);
    background: var(--bg-soft);
}

.csd-hero-img {
    width: 100%;
    height: auto;
    display: block;
    transition: transform 0.4s ease;
    aspect-ratio: 4/3;
    object-fit: cover;
}

.csd-hero-visual:hover .csd-hero-img {
    transform: scale(1.03);
}

.csd-client-name {
    display: inline-block;
    color: #f15d26;
    font-family: 'Space Mono', monospace;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: .18em;
}

.csd-hero-badge-float {
    position: absolute;
    bottom: 1rem;
    left: 1rem;
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    background: rgba(255, 255, 255, 0.95);
    border: 1.5px solid var(--brand-soft-2);
    color: var(--brand);
    font-size: 0.78rem;
    font-weight: 700;
    padding: 0.45rem 0.9rem;
    border-radius: 99px;
    box-shadow: var(--shadow-sm);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
}

/* ===== OVERVIEW SECTION ===== */
.csd-overview-section {
    background: var(--bg);
}

/* Stats row */
.csd-stats-row {
    display: flex;
    flex-wrap: wrap;
    gap: 0;
    border-top: 1px solid var(--line);
    margin-top: 2.5rem;
    padding-top: 2rem;
}

.csd-stat-item {
    flex: 1 1 120px;
    text-align: left;
    padding-right: 2rem;
}

.csd-stat-item:not(:last-child) {
    border-right: 1px solid var(--line);
    margin-right: 2rem;
}

.csd-stat-num {
    font-size: clamp(30px, 4vw, 44px);
    font-weight: 800;
    color: var(--brand);
    letter-spacing: -0.03em;
    line-height: 1;
    font-family: var(--font-display);
}

.csd-stat-label {
    font-size: 0.78rem;
    color: var(--muted);
    margin-top: 0.35rem;
    font-weight: 500;
    line-height: 1.4;
}

/* Sidebar card */
.csd-sidebar-card {
    background: var(--bg);
    border: 1px solid var(--brand);
    border-radius: var(--radius-lg);
    padding: 1.75rem;
    box-shadow: var(--shadow-md);
    position: sticky;
    top: 100px;
}

.csd-sidebar-row {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 1rem;
    padding: 0.85rem 0;
    border-bottom: 1px solid var(--line);
}

.csd-sidebar-row:last-child {
    border-bottom: none;
}

.csd-sidebar-label {
    display: flex;
    align-items: center;
    gap: 0.4rem;
    font-size: 0.8rem;
    font-weight: 500;
    color: var(--muted);
    white-space: nowrap;
}

.csd-sidebar-label svg {
    color: var(--brand);
    flex-shrink: 0;
}

.csd-sidebar-value {
    font-size: 0.88rem;
    font-weight: 600;
    color: var(--ink);
    text-align: right;
}

.csd-sidebar-divider {
    height: 1px;
    background: var(--line);
    margin: 1rem 0;
}

.csd-sidebar-tech-label {
    font-size: 0.72rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    color: var(--muted-2);
    margin-bottom: 0.75rem;
}

.csd-tech-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 0.4rem;
}

.csd-tech-badge {
    display: inline-flex;
    font-size: 0.72rem;
    font-weight: 600;
    padding: 0.28rem 0.7rem;
    border-radius: 6px;
    background: var(--brand-soft);
    color: var(--brand);
    border: 1px solid var(--brand-soft-2);
}

/* ===== OBJECTIVES / FEATURES SECTIONS ===== */
.csd-objectives-section {
    background: var(--line);
}

.csd-features-section {
    background: var(--bg);
}

/* Checklist */
.csd-checklist {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.csd-checklist-item {
    display: flex;
    align-items: flex-start;
    gap: 0.85rem;
    font-size: 0.97rem;
    color: var(--ink);
    line-height: 1.65;
    padding: 0.9rem 1.1rem;
    background: var(--bg);
    border: 1px solid var(--line);
    border-radius: var(--radius);
    transition: border-color 0.2s, box-shadow 0.2s;
}

.csd-features-section .csd-checklist-item {
    background: var(--bg);
}

.csd-objectives-section .csd-checklist-item {
    background: var(--bg-soft);
}

.csd-checklist-item:hover {
    border-color: var(--brand-soft-2);
    box-shadow: var(--shadow-sm);
}

.csd-check-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 22px;
    height: 22px;
    min-width: 22px;
    background: var(--brand-soft);
    color: var(--brand);
    border-radius: 50%;
    flex-shrink: 0;
    margin-top: 2px;
}

/* ===== IMAGE SECTION ===== */
.csd-image-section {
    padding: 0;
    background: var(--bg);
}

.csd-image-wrapper {
    position: relative;
    border-radius: var(--radius-lg);
    overflow: hidden;
    box-shadow: var(--shadow-lg);
}

.csd-full-img {
    width: 100%;
    height: auto;
    display: block;
    aspect-ratio: 16/6;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.csd-image-wrapper:hover .csd-full-img {
    transform: scale(1.02);
}

.csd-image-caption {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(transparent, rgba(10, 10, 10, 0.72));
    color: rgba(255, 255, 255, 0.9);
    font-size: 0.8rem;
    font-weight: 500;
    padding: 2.5rem 1.5rem 1rem;
    letter-spacing: 0.02em;
}

/* ===== CHALLENGES SECTION ===== */
.csd-challenges-section {
    background: rgb(238, 240, 243);
}

.csd-challenges-list {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.csd-challenge-card {
    display: flex;
    gap: 1.25rem;
    align-items: flex-start;
    background: var(--bg);
    border: 1px solid var(--line);
    border-radius: var(--radius);
    padding: 1.25rem 1.5rem;
    transition: border-color 0.2s, box-shadow 0.2s, transform 0.2s;
}

.csd-challenge-card:hover {
    border-color: var(--brand-soft-2);
    box-shadow: var(--shadow-md);
    transform: translateY(-2px);
}

.csd-challenge-num {
    font-size: 1.5rem;
    font-weight: 800;
    color: var(--brand-soft-2);
    line-height: 1;
    flex-shrink: 0;
    font-family: var(--font-display);
    min-width: 36px;
}

.csd-challenge-title {
    font-size: 0.95rem;
    font-weight: 700;
    color: var(--ink);
    margin-bottom: 0.35rem;
}

.csd-challenge-text {
    font-size: 0.88rem;
    color: var(--muted);
    line-height: 1.65;
    margin: 0;
}

/* ===== SOLUTION SECTION ===== */
.csd-solution-section {
    background: var(--bg);
}

/* Quote / Testimonial */
.csd-quote {
    background: var(--bg-soft);
    border-left: 3px solid var(--brand);
    border-radius: 0 var(--radius) var(--radius) 0;
    padding: 1.5rem 1.75rem;
    margin: 2rem 0 0;
    position: relative;
}

.csd-quote-text {
    font-size: 1rem;
    color: var(--ink);
    font-style: italic;
    line-height: 1.7;
    margin: 0 0 1rem;
}

.csd-quote-footer {
    display: flex;
    align-items: center;
    gap: 0.85rem;
}

.csd-quote-avatar {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: var(--brand);
    color: #fff;
    font-size: 0.75rem;
    font-weight: 700;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.csd-quote-author {
    font-size: 0.88rem;
    font-weight: 700;
    color: var(--ink);
}

.csd-quote-role {
    font-size: 0.78rem;
    color: var(--muted);
}

/* Process steps */
.csd-process-steps {
    display: flex;
    flex-direction: column;
    gap: 0;
}

.csd-process-step {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    padding: 1.1rem 1.25rem;
    position: relative;
    border-left: 2px solid var(--line);
    margin-left: 1rem;
    transition: border-color 0.2s;
}

.csd-process-step:hover {
    border-left-color: var(--brand);
}

.csd-process-step:hover .csd-process-icon {
    background: var(--brand);
    color: #fff;
}

.csd-process-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    min-width: 36px;
    border-radius: 50%;
    background: var(--bg-soft);
    color: var(--brand);
    border: 1px solid var(--line);
    margin-left: -1.1rem;
    transition: background 0.2s, color 0.2s;
    flex-shrink: 0;
}

.csd-process-step-title {
    font-size: 0.9rem;
    font-weight: 700;
    color: var(--ink);
    margin-bottom: 0.2rem;
}

.csd-process-step-text {
    font-size: 0.84rem;
    color: var(--muted);
    line-height: 1.6;
}

/* ===== TECHNOLOGY SECTION ===== */
.csd-section {
    padding: 48px 0;
    border-bottom: 1px solid #f0e6df;
}

.csd-scope .container-xxl {
    width: 100%;
    max-width: 1140px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 16px;
    padding-right: 16px;
    box-sizing: border-box;
}

.csd-row {
    display: grid;
    grid-template-columns: 220px 1fr;
    gap: 40px;
}

.csd-tech {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 12px;
    max-width: 840px;
}

.csd-tech-tile {
    border: 1px solid #efe6dd;
    border-radius: 14px;
    padding: 16px 14px;
    background: #fff;
    text-align: center;
}

.csd-tech-tile .nm {
    display: block;
    font-family: 'Syne', sans-serif;
    font-size: 14px;
    font-weight: 700;
    color: #111;
    letter-spacing: -0.01em;
}

.csd-tech-tile .ds {
    display: block;
    font-family: 'Space Mono', monospace;
    font-size: 10px;
    color: #888;
    text-transform: uppercase;
    letter-spacing: .12em;
    margin-top: 6px;
}

/* ===== CTA BANNER ===== */
.csd-cta-section {
    background: var(--bg);
    padding: 4rem 0;
}

.csd-cta-box {
    background: var(--ink-2);
    border-radius: var(--radius-lg);
    padding: 3.5rem 3rem;
    position: relative;
    overflow: hidden;
}

.csd-cta-box::before {
    content: "";
    position: absolute;
    top: -60px;
    right: -60px;
    width: 220px;
    height: 220px;
    background: radial-gradient(circle, rgba(238, 90, 46, 0.25), transparent 70%);
    pointer-events: none;
}

.csd-cta-eyebrow {
    display: inline-block;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: var(--brand);
    font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
    margin-bottom: 0.5rem;
}

.csd-cta-title {
    font-size: clamp(22px, 3vw, 34px);
    font-weight: 800;
    color: #fff;
    line-height: 1.15;
    letter-spacing: -0.025em;
    margin-bottom: 0.75rem;
}

.csd-cta-text {
    color: rgba(255, 255, 255, 0.7);
    font-size: 0.97rem;
    line-height: 1.7;
    margin: 0;
}

.csd-cta-btn {
    font-size: 0.97rem;
    font-weight: 700;
    padding: 0.9rem 1.75rem;
    border-radius: 12px;
    margin-top: 0.5rem;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    white-space: nowrap;
    transition: all 0.2s ease;
}

/* ===== RELATED CASE STUDIES ===== */
.csd-related-section {
    background: var(--bg-soft);
}

.csd-view-all-link {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    font-size: 0.88rem;
    font-weight: 600;
    color: var(--brand);
    text-decoration: none;
    white-space: nowrap;
    transition: gap 0.2s;
}

.csd-view-all-link:hover {
    gap: 0.7rem;
    color: var(--brand);
}

.csd-related-card {
    display: block;
    background: var(--bg);
    border: 1px solid var(--line);
    border-radius: var(--radius-lg);
    overflow: hidden;
    text-decoration: none;
    transition: border-color 0.25s, box-shadow 0.25s, transform 0.25s;
    height: 100%;
}

.csd-related-card:hover {
    border-color: var(--brand-soft-2);
    box-shadow: var(--shadow-lg);
    transform: translateY(-5px);
    color: inherit;
}

.csd-related-visual {
    position: relative;
    overflow: hidden;
}

.csd-related-img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    display: block;
    transition: transform 0.4s ease;
}

.csd-related-card:hover .csd-related-img {
    transform: scale(1.06);
}

.csd-related-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(transparent 40%, rgba(10, 10, 10, 0.35));
    opacity: 0;
    transition: opacity 0.3s;
}

.csd-related-card:hover .csd-related-overlay {
    opacity: 1;
}

.csd-related-body {
    padding: 1.5rem;
}

.csd-related-meta {
    display: flex;
    gap: 0.4rem;
    flex-wrap: wrap;
    margin-bottom: 0.75rem;
}

.csd-badge-category-sm,
.csd-badge-industry-sm {
    font-size: 0.68rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    padding: 0.2rem 0.65rem;
    border-radius: 99px;
}

.csd-badge-category-sm {
    background: var(--brand-soft);
    color: var(--brand);
}

.csd-badge-industry-sm {
    background: var(--bg-soft);
    color: var(--muted);
    border: 1px solid var(--line);
}

.csd-related-title {
    font-size: 1rem;
    font-weight: 700;
    color: var(--ink);
    line-height: 1.4;
    margin-bottom: 0.85rem;
}

.csd-related-link-text {
    font-size: 0.83rem;
    font-weight: 600;
    color: var(--brand);
}

.csd-related-card:hover .csd-related-link-text {
    text-decoration: underline;
    text-underline-offset: 3px;
}

/* =========================================================
   RESPONSIVE — Case Study Details (.csd-)
   ========================================================= */

/* 1200px and below */
@media (max-width: 1199.98px) {
    .csd-hero-title {
        font-size: clamp(24px, 3.5vw, 40px);
    }

    .csd-cta-box {
        padding: 3rem 2.5rem;
    }
}

/* 991px — tablet landscape */
@media (max-width: 991.98px) {

    .csd-hero,
    .csd-overview-section,
    .csd-objectives-section,
    .csd-features-section,
    .csd-challenges-section,
    .csd-solution-section,
    .csd-tech-section,
    .csd-results-section,
    .csd-conclusion-section,
    .csd-cta-section,
    .csd-related-section {
        padding: 4rem 0;
    }

    .csd-sidebar-card {
        position: static;
    }

    .csd-stat-item {
        flex: 1 1 90px;
        padding-right: 1.25rem;
    }

    .csd-stat-item:not(:last-child) {
        margin-right: 1.25rem;
    }

    .csd-meta-divider {
        display: none;
    }

    .csd-meta-row {
        gap: 0.75rem 1.25rem;
    }

    .csd-cta-box {
        padding: 2.5rem 2rem;
    }

    .csd-cta-btn {
        margin-top: 1.5rem;
    }
}

/* 767px — tablet portrait */
@media (max-width: 767.98px) {

    .csd-hero,
    .csd-overview-section,
    .csd-objectives-section,
    .csd-features-section,
    .csd-challenges-section,
    .csd-solution-section,
    .csd-tech-section,
    .csd-results-section,
    .csd-conclusion-section,
    .csd-cta-section,
    .csd-related-section {
        padding: 3.5rem 0;
    }

    .csd-hero-subtitle {
        max-width: 100%;
    }

    .csd-stats-row {
        gap: 1.5rem 0;
    }

    .csd-stat-item {
        flex: 1 1 45%;
        padding-right: 0;
        border-right: none !important;
        margin-right: 0 !important;
        border-bottom: 1px solid var(--line);
        padding-bottom: 1.25rem;
    }

    .csd-stat-item:nth-child(odd) {
        border-right: 1px solid var(--line) !important;
        padding-right: 1.25rem;
    }

    .csd-stat-item:last-child {
        border-bottom: none;
    }

    .csd-full-img {
        aspect-ratio: 16/8;
    }

    .csd-related-img {
        height: 180px;
    }

    .csd-cta-box {
        padding: 2.25rem 1.5rem;
        text-align: center;
    }

    .csd-cta-btn {
        margin: 1.25rem auto 0;
        justify-content: center;
    }
}

/* 575px — large mobile */
@media (max-width: 575.98px) {

    .csd-hero,
    .csd-overview-section,
    .csd-objectives-section,
    .csd-features-section,
    .csd-challenges-section,
    .csd-solution-section,
    .csd-tech-section,
    .csd-results-section,
    .csd-conclusion-section,
    .csd-cta-section,
    .csd-related-section {
        padding: 3rem 0;
    }

    .csd-hero-title {
        font-size: clamp(24px, 7.5vw, 32px);
    }

    .csd-hero-subtitle {
        font-size: 0.95rem;
    }

    .csd-stat-item {
        flex: 1 1 100%;
        border-right: none !important;
        padding-right: 0 !important;
        border-bottom: 1px solid var(--line);
        margin-right: 0 !important;
    }

    .csd-stat-item:last-child {
        border-bottom: none;
    }

    .csd-stat-num {
        font-size: 2rem;
    }

    .csd-sidebar-card {
        padding: 1.25rem;
    }

    .csd-challenge-card {
        padding: 1rem 1.1rem;
    }

    .csd-quote {
        padding: 1.25rem 1.25rem;
    }

    .csd-cta-box {
        padding: 2rem 1.25rem;
    }

    .csd-cta-btn {
        width: 100%;
        justify-content: center;
        text-align: center;
    }

    .csd-full-img {
        aspect-ratio: 4/3;
    }
}

/* 480px — small mobile */
@media (max-width: 479.98px) {
    .csd-hero-badges {
        gap: 0.35rem;
    }

    .csd-breadcrumb-list {
        font-size: 0.76rem;
    }

    .csd-hero-badge-float {
        font-size: 0.7rem;
        padding: 0.35rem 0.7rem;
    }

    .csd-tech-card-icon {
        width: 44px;
        height: 44px;
    }

    .csd-related-img {
        height: 160px;
    }

    .csd-result-card {
        padding: 1.5rem 1.25rem;
    }
}

/* 390px / 360px — smallest mobiles */
@media (max-width: 399.98px) {
    .csd-hero-title {
        font-size: 1.55rem;
    }

    .csd-section-title {
        font-size: 1.35rem;
    }

    .csd-process-step {
        padding: 0.9rem 1rem;
    }

    .csd-challenge-num {
        font-size: 1.2rem;
        min-width: 28px;
    }
}

.csd-section.alt {
    background: rgb(238, 240, 243);
}

.csd-section {
    padding: 48px 0;
    border-bottom: 1px solid #f0e6df;
}

.csd-scope .container-xxl {
    width: 100%;
    max-width: 1140px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 16px;
    padding-right: 16px;
    box-sizing: border-box;
}

.csd-row {
    display: grid;
    grid-template-columns: 220px 1fr;
    gap: 130px;
}

.csd-rail {
    font-family: 'Syne', sans-serif;
    font-size: 22px;
    font-weight: 700;
    color: #111;
    letter-spacing: -0.01em;
    line-height: 1.2;
}

.csd-content p {
    font-family: 'DM Sans', sans-serif;
    font-size: 16px;
    color: #444;
    line-height: 1.8;
    margin: 0 0 18px;
    max-width: 740px;
}

/* ==========================================================
   CASE STUDY DETAILS CONTENT
========================================================== */

.studies-details-content {
    padding-right: 20px;
}

.studies-details-content h4 {
    margin: 2.2rem 0 1rem;
    font-size: 1.65rem;
    font-weight: 700;
    color: #1d1d1f;
    line-height: 1.3;
    position: relative;
    padding-bottom: 12px;
}

.studies-details-content h4:first-child {
    margin-top: 0;
}

/*        .studies-details-content h4::after {
            content: "";
            width: 55px;
            height: 4px;
            background: #F05A22;
            display: block;
            margin-top: 12px;
            border-radius: 30px;
        }*/

.studies-details-content p {
    color: #555;
    font-size: 1rem;
    line-height: 1.9;
    margin-bottom: 1.3rem;
}

.studies-details-content strong {
    color: #222;
    font-weight: 700;
}

.studies-details-content ul {
    margin: 0 0 2rem;
    padding-left: 0;
    list-style: none;
}

.studies-details-content ul li {
    position: relative;
    padding-left: 28px;
    margin-bottom: 18px;
}

.studies-details-content ul li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 11px;
    width: 10px;
    height: 10px;
    background: #F05A22;
    border-radius: 50%;
}

.studies-details-content ul li p {
    margin-bottom: 0;
}

.studies-details-content a {
    color: #F05A22;
    text-decoration: none;
    transition: all .3s ease;
}

.studies-details-content a:hover {
    color: #d84a16;
    text-decoration: underline;
}

.studies-details-content img {
    max-width: 100%;
    height: auto;
    border-radius: 12px;
}


/* ==========================================================
   SIDEBAR
========================================================== */

.meta-box {
    background: #fff;
    border: 1px solid #ececec;
    border-radius: 16px;
    padding: 28px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, .06);
    position: sticky;
    top: 120px;
}

.sidebar-text {
    margin-bottom: 24px;
    padding-bottom: 22px;
    border-bottom: 1px solid #ededed;
    color: #F05A22;
    font-size: .85rem;
    font-weight: 700;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.sidebar-text:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}

.sidebar-text p {
    margin: 10px 0 0;
    color: #555;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.7;
    text-transform: none;
    letter-spacing: normal;
}


/* ==========================================================
   DESKTOP SPACING
========================================================== */

@media (min-width: 992px) {

    .studies-details-content {
        padding-right: 35px;
    }

    .meta-box {
        margin-left: 10px;
    }
}


/* ==========================================================
   TABLET
========================================================== */

@media (max-width: 991.98px) {

    .studies-details-content {
        padding-right: 0;
    }

    .meta-box {
        position: relative;
        top: auto;
        margin-bottom: 35px;
        padding: 25px;
    }

    .studies-details-content h4 {
        font-size: 1.45rem;
    }
}


/* ==========================================================
   MOBILE
========================================================== */

@media (max-width: 767.98px) {

    .studies-details-content h4 {
        font-size: 1.3rem;
    }

    .studies-details-content p,
    .sidebar-text p {
        font-size: .95rem;
        line-height: 1.8;
    }

    .studies-details-content ul li {
        padding-left: 24px;
        margin-bottom: 15px;
    }

    .studies-details-content ul li::before {
        width: 8px;
        height: 8px;
        top: 10px;
    }

    .meta-box {
        padding: 22px;
        border-radius: 14px;
    }
}


/* ==========================================================
   SMALL MOBILE
========================================================== */

@media (max-width: 575.98px) {

    .studies-details-content h4 {
        font-size: 1.2rem;
    }

    .meta-box {
        padding: 20px;
    }

    .sidebar-text {
        margin-bottom: 18px;
        padding-bottom: 18px;
    }
}

.avatar {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f5f5f5;
    font-weight: 600;
}

.author-image {
    width: auto;
    height: 85px;
    object-fit: cover;
    border-radius: 50%;
}

@media (max-width: 576px) {
    .author-image {
        width: 100%;
        height: auto;
        object-fit: cover;
    }
}

/* =========================================================
   Microsoft Blazor Page Styles
   ========================================================= */

/* ======= Architecture Section ======= */
.blz-arch-section {
    padding: 4rem 0;
    background: #fff;
}

.blz-arch-header {
    text-align: center;
    margin-bottom: 3rem;
}

.blz-arch-label {
    font-family: var(--font-mono);
    font-size: 0.7rem;
    font-weight: 700;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: var(--brand);
    display: inline-block;
    margin-bottom: 0.75rem;
}

.blz-arch-header h2 {
    font-family: var(--font-display);
    font-size: clamp(30px, 4vw, 44px);
    font-weight: 700;
    color: var(--ink);
    margin: 0 0 1rem;
    line-height: 1.1;
    letter-spacing: -0.02em;
}

.blz-arch-desc {
    font-family: var(--font-sans);
    font-size: 1rem;
    color: var(--muted);
    max-width: 800px;
    margin: 0 auto;
    line-height: 1.65;
}

/* Left Column: Layered Architecture */
.blz-arch-layers-expandable {
    display: flex;
    flex-direction: column;
    gap: 0;
}

.blz-layer-expandable {
    border: 1.5px solid var(--line);
    border-radius: 12px;
    margin-bottom: 1rem;
    overflow: hidden;
    transition: all 0.3s ease;
}

.blz-layer-expandable:hover {
    border-color: var(--brand);
    box-shadow: 0 4px 12px rgba(238, 90, 46, 0.1);
}

.layer-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1.25rem;
    background: #fff;
    cursor: pointer;
    transition: all 0.3s ease;
}

.blz-layer-expandable:hover .layer-header {
    background: rgba(238, 90, 46, 0.02);
}

.layer-left {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.layer-badge {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    min-width: 40px;
    background: var(--brand-soft);
    border-radius: 8px;
    font-weight: 700;
    font-size: 0.9rem;
    color: var(--brand);
    flex-shrink: 0;
}

.layer-name {
    font-family: var(--font-display);
    font-weight: 700;
    font-size: 1rem;
    color: var(--ink);
    letter-spacing: -0.01em;
}

.layer-expand-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    color: var(--muted);
    transition: transform 0.3s ease;
}

.layer-content {
    padding: 0 1.25rem 1.25rem;
    background: rgba(238, 90, 46, 0.02);
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease, opacity 0.3s ease;
    opacity: 0;
}

.blz-layer-expandable.active .layer-content {
    opacity: 1;
}

.blz-layer-expandable.active .layer-expand-icon svg {
    transform: rotate(180deg);
}

.layer-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 0.6rem;
}

.tech-tag {
    font-size: 0.75rem;
    font-weight: 600;
    background: #fff;
    color: var(--brand);
    padding: 0.4rem 0.8rem;
    border-radius: 6px;
    border: 1px solid var(--brand);
    display: inline-block;
    white-space: nowrap;
}

.tech-tag-secondary {
    font-size: 0.75rem;
    font-weight: 600;
    background: transparent;
    color: var(--muted);
    padding: 0.4rem 0.8rem;
    border-radius: 6px;
    border: 1px solid var(--line);
    display: inline-block;
    white-space: nowrap;
}

/* Benefits Grid Below Architecture */
.blz-arch-benefits-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
    margin-top: 2rem;
    padding: 1.5rem;
    background: var(--brand-soft);
    border-radius: 12px;
    border: 1px solid rgba(238, 90, 46, 0.3);
}

.blz-arch-benefit {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.blz-arch-benefit svg {
    width: 20px;
    height: 20px;
    color: var(--brand);
    flex-shrink: 0;
}

.blz-arch-benefit span {
    font-size: 0.85rem;
    font-weight: 600;
    color: var(--brand);
}

/* Right Column: Tech Stack Cards */
.blz-tech-stack-cards {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
}

.blz-tech-card-new {
    padding: 1.5rem;
    border: 1.5px solid var(--line);
    border-radius: 12px;
    background: #fff;
    transition: all 0.3s ease;
}

.blz-tech-card-new:hover {
    border-color: var(--brand);
    box-shadow: 0 8px 20px rgba(238, 90, 46, 0.12);
    transform: translateY(-2px);
}

.card-header-new {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    margin-bottom: 1rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid var(--line);
}

.card-icon {
    font-size: 1.5rem;
    display: inline-flex;
}

.card-title {
    font-family: var(--font-display);
    font-size: 1rem;
    font-weight: 700;
    color: var(--ink);
    letter-spacing: -0.01em;
    margin: 0;
}

.card-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 0.6rem;
}

.card-tags .tag {
    font-size: 0.75rem;
    font-weight: 600;
    background: rgba(238, 90, 46, 0.08);
    color: var(--brand);
    padding: 0.4rem 0.8rem;
    border-radius: 6px;
    border: 1px solid rgba(238, 90, 46, 0.2);
    display: inline-block;
    white-space: nowrap;
}

/* CTA Banner */
.blz-arch-cta-banner {
    margin-top: 3rem;
    padding: 2rem;
    background: var(--brand);
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 2rem;
}

.cta-banner-left h3 {
    font-size: 1.3rem;
    font-weight: 700;
    color: #fff;
    margin: 0 0 0.5rem;
}

.cta-banner-left p {
    font-size: 0.9rem;
    color: rgba(255, 255, 255, 0.9);
    margin: 0;
    line-height: 1.5;
}

.cta-banner-buttons {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
}

.btn-light {
    background: #fff;
    color: var(--brand);
    font-weight: 600;
    padding: 0.75rem 1.5rem;
    border-radius: 8px;
    border: none;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    transition: all 0.3s ease;
}

.btn-light:hover {
    background: rgba(255, 255, 255, 0.95);
    transform: translateY(-2px);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.15);
}

.btn-outline-light {
    background: transparent;
    color: #fff;
    border: 1.5px solid #fff;
    font-weight: 600;
    padding: 0.75rem 1.5rem;
    border-radius: 8px;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    transition: all 0.3s ease;
}

.btn-outline-light:hover {
    background: rgba(255, 255, 255, 0.1);
    transform: translateY(-2px);
}

/* ======= Responsive ======= */
@media (max-width: 1024px) {
    .blz-arch-section {
        padding: 3rem 0;
    }

    .blz-arch-header h2 {
        font-size: clamp(1.6rem, 4vw, 2.1rem);
    }

    .blz-arch-desc {
        font-size: 0.95rem;
    }

    .blz-arch-benefits-grid {
        grid-template-columns: 1fr;
        gap: 0.75rem;
        padding: 1.25rem;
    }

    .blz-tech-stack-cards {
        gap: 1rem;
    }

    .blz-tech-card-new {
        padding: 1.25rem;
    }

    .card-header-new {
        gap: 0.6rem;
        margin-bottom: 0.75rem;
        padding-bottom: 0.75rem;
    }

    .card-icon {
        font-size: 1.3rem;
    }

    .card-title {
        font-size: 0.95rem;
    }
}

@media (max-width: 768px) {
    .blz-arch-section {
        padding: 2.5rem 0;
    }

    .blz-arch-header {
        margin-bottom: 2rem;
    }

    .blz-arch-label {
        font-size: 0.65rem;
        margin-bottom: 0.5rem;
    }

    .blz-arch-header h2 {
        font-size: clamp(1.4rem, 4vw, 1.8rem);
        margin-bottom: 0.75rem;
    }

    .blz-arch-desc {
        font-size: 0.9rem;
    }

    .layer-header {
        padding: 1rem;
    }

    .layer-badge {
        width: 36px;
        height: 36px;
        font-size: 0.85rem;
    }

    .layer-name {
        font-size: 0.95rem;
    }

    .layer-content {
        padding: 0 1rem 1rem;
    }

    .tech-tag {
        font-size: 0.7rem;
        padding: 0.35rem 0.7rem;
    }

    .blz-arch-benefits-grid {
        grid-template-columns: 1fr;
        gap: 0.6rem;
        padding: 1rem;
    }

    .blz-arch-benefit span {
        font-size: 0.8rem;
    }

    .blz-tech-card-new {
        padding: 1rem;
        margin-bottom: 0.5rem;
    }

    .card-header-new {
        gap: 0.5rem;
        margin-bottom: 0.6rem;
        padding-bottom: 0.6rem;
    }

    .card-icon {
        font-size: 1.1rem;
    }

    .card-title {
        font-size: 0.9rem;
    }

    .card-tags .tag {
        font-size: 0.65rem;
        padding: 0.3rem 0.6rem;
    }

    .blz-arch-cta-banner {
        flex-direction: column;
        text-align: center;
        gap: 1.5rem;
        padding: 1.5rem;
    }

    .cta-banner-left h3 {
        font-size: 1.1rem;
    }

    .cta-banner-left p {
        font-size: 0.85rem;
    }

    .cta-banner-buttons {
        justify-content: center;
        width: 100%;
        gap: 0.75rem;
    }

    .btn-light,
    .btn-outline-light {
        padding: 0.6rem 1.2rem;
        font-size: 0.85rem;
    }
}

@media (max-width: 620px) {
    .blz-arch-section {
        padding: 2rem 0;
    }

    .blz-arch-header {
        margin-bottom: 1.5rem;
    }

    .blz-arch-label {
        font-size: 0.6rem;
        margin-bottom: 0.4rem;
    }

    .blz-arch-header h2 {
        font-size: clamp(1.2rem, 5vw, 1.6rem);
        margin-bottom: 0.6rem;
    }

    .blz-arch-desc {
        font-size: 0.85rem;
    }

    .layer-header {
        padding: 0.9rem;
    }

    .layer-badge {
        width: 32px;
        height: 32px;
        font-size: 0.75rem;
    }

    .layer-name {
        font-size: 0.9rem;
    }

    .layer-content {
        padding: 0 0.9rem 0.9rem;
    }

    .layer-tags {
        gap: 0.4rem;
    }

    .tech-tag,
    .tech-tag-secondary {
        font-size: 0.65rem;
        padding: 0.3rem 0.6rem;
    }

    .blz-arch-benefits-grid {
        grid-template-columns: 1fr;
        gap: 0.5rem;
        padding: 0.9rem;
        margin-top: 1.5rem;
    }

    .blz-arch-benefit {
        gap: 0.6rem;
    }

    .blz-arch-benefit svg {
        width: 18px;
        height: 18px;
    }

    .blz-arch-benefit span {
        font-size: 0.75rem;
    }

    .blz-tech-stack-cards {
        gap: 0.9rem;
    }

    .blz-tech-card-new {
        padding: 0.9rem;
    }

    .card-header-new {
        gap: 0.5rem;
        margin-bottom: 0.6rem;
        padding-bottom: 0.6rem;
    }

    .card-icon {
        font-size: 1rem;
    }

    .card-title {
        font-size: 0.85rem;
    }

    .card-tags .tag {
        font-size: 0.6rem;
        padding: 0.25rem 0.5rem;
    }

    .blz-arch-cta-banner {
        margin-top: 2rem;
        padding: 1.25rem;
        gap: 1rem;
    }

    .cta-banner-left h3 {
        font-size: 1rem;
        margin-bottom: 0.4rem;
    }

    .cta-banner-left p {
        font-size: 0.8rem;
    }

    .cta-banner-buttons {
        flex-direction: column;
        gap: 0.6rem;
    }

    .btn-light,
    .btn-outline-light {
        padding: 0.55rem 1rem;
        font-size: 0.8rem;
        width: 100%;
        justify-content: center;
    }
}

/* ── 480px and below (small phones) ── */
@media (max-width: 480px) {
    .blz-arch-section {
        padding: 1.75rem 0;
    }

    .blz-arch-header {
        margin-bottom: 1.25rem;
    }

    .blz-arch-header h2 {
        font-size: clamp(1.3rem, 6vw, 1.6rem);
        margin-bottom: 0.5rem;
    }

    .blz-arch-desc {
        font-size: 0.82rem;
    }

    .layer-header {
        padding: 0.8rem;
    }

    .layer-badge {
        width: 30px;
        height: 30px;
        min-width: 30px;
        font-size: 0.72rem;
        border-radius: 6px;
    }

    .layer-name {
        font-size: 0.85rem;
    }

    .layer-content {
        padding: 0 0.8rem 0.8rem;
    }

    .layer-tags {
        gap: 0.35rem;
    }

    .tech-tag,
    .tech-tag-secondary {
        font-size: 0.62rem;
        padding: 0.25rem 0.5rem;
    }

    .blz-arch-benefits-grid {
        gap: 0.4rem;
        padding: 0.8rem;
        margin-top: 1.25rem;
    }

    .blz-arch-benefit span {
        font-size: 0.72rem;
    }

    .blz-tech-card-new {
        padding: 0.85rem;
    }

    .card-header-new {
        gap: 0.4rem;
        margin-bottom: 0.5rem;
        padding-bottom: 0.5rem;
    }

    .card-icon {
        font-size: 0.95rem;
    }

    .card-title {
        font-size: 0.82rem;
    }

    .card-tags .tag {
        font-size: 0.58rem;
        padding: 0.2rem 0.45rem;
    }

    .blz-arch-cta-banner {
        padding: 1rem;
        border-radius: 10px;
    }

    .cta-banner-left h3 {
        font-size: 0.95rem;
    }

    .cta-banner-left p {
        font-size: 0.78rem;
    }
}

/* =========================================================
   Microsoft Power Apps & Fabric Styles
   ========================================================= */

/* =============================================================
   Azure Stack We Build On — Section (microsoft-azure.html)
   ============================================================= */

.azure-stack-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
}

.azure-stack-card {
    background: #fff;
    border-radius: var(--radius-lg);
    padding: 2.5rem 1.75rem 2rem;
    text-align: center;
    border: 1.5px solid var(--line);
    box-shadow: var(--shadow-sm);
    transition: box-shadow 0.2s, transform 0.2s, border-color 0.2s;
}

.azure-stack-card:hover {
    box-shadow: var(--shadow-md);
    transform: translateY(-3px);
    border-color: var(--brand);
}

.azure-stack-icon {
    width: 64px;
    height: 64px;
    border-radius: 16px;
    background: var(--brand);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.8rem;
    color: #fff;
    margin: 0 auto 1.25rem;
}

.azure-stack-title {
    font-family: var(--font-display);
    font-size: 1.05rem;
    font-weight: 700;
    color: var(--ink);
    letter-spacing: -0.01em;
    margin: 0 0 0.55rem;
    line-height: 1.2;
}

.azure-stack-services {
    font-family: var(--font-mono);
    font-size: 0.72rem;
    color: var(--muted);
    line-height: 1.65;
    margin: 0;
}

@media (max-width: 767px) {
    .azure-stack-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 1.25rem;
    }

    .azure-stack-card {
        padding: 2rem 1.25rem 1.5rem;
        border-radius: var(--radius);
    }

    .azure-stack-icon {
        width: 52px;
        height: 52px;
        font-size: 1.4rem;
        border-radius: 12px;
        margin-bottom: 1rem;
    }

    .azure-stack-title {
        font-size: 0.95rem;
    }

    .azure-stack-services {
        font-size: 0.68rem;
    }
}

@media (max-width: 480px) {
    .azure-stack-grid {
        grid-template-columns: 1fr;
        gap: 1rem;
    }
}

/* =============================================================
   Azure Migration Framework — Section (microsoft-azure.html)
   ============================================================= */

.azure-migrate-grid {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 1.25rem;
}

.azure-migrate-card {
    background: #fff;
    border: 1.5px solid var(--line);
    border-radius: var(--radius);
    padding: 1.5rem 1.25rem;
    display: flex;
    flex-direction: column;
    gap: 0.55rem;
    transition: border-color 0.2s, box-shadow 0.2s;
}

.azure-migrate-card:hover {
    border-color: var(--brand);
    box-shadow: var(--shadow-sm);
}

.azure-migrate-card--active {
    border: 2px solid var(--brand);
    box-shadow: var(--shadow-md);
}

.azure-step-label {
    display: block;
    font-family: var(--font-mono);
    font-size: 0.6rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--brand);
    margin-bottom: 0.1rem;
}

.azure-migrate-icon {
    width: 50px;
    height: 50px;
    border-radius: 12px;
    background: var(--brand);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.35rem;
    color: #fff;
    flex-shrink: 0;
}

.azure-migrate-title {
    font-family: var(--font-display);
    font-size: 0.95rem;
    font-weight: 700;
    color: var(--ink);
    letter-spacing: -0.01em;
    margin: 0;
    line-height: 1.25;
}

.azure-migrate-desc {
    font-family: var(--font-sans);
    font-size: 0.78rem;
    color: var(--muted);
    line-height: 1.5;
    margin: 0;
    flex-grow: 1;
}

.azure-migrate-badge {
    display: inline-block;
    font-family: var(--font-mono);
    font-size: 0.6rem;
    font-weight: 700;
    color: var(--brand);
    background: var(--brand-soft);
    border: 1px solid var(--brand-soft-2);
    border-radius: 20px;
    padding: 0.22rem 0.65rem;
    letter-spacing: 0.03em;
    white-space: nowrap;
    width: fit-content;
}

@media (max-width: 1199px) {
    .azure-migrate-grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 1rem;
    }
}

@media (max-width: 767px) {
    .azure-migrate-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 1rem;
    }

    .azure-migrate-card {
        padding: 1.25rem 1rem;
    }

    .azure-migrate-icon {
        width: 42px;
        height: 42px;
        font-size: 1.15rem;
        border-radius: 10px;
    }

    .azure-migrate-title {
        font-size: 0.88rem;
    }

    .azure-migrate-desc {
        font-size: 0.75rem;
    }
}

@media (max-width: 480px) {
    .azure-migrate-grid {
        grid-template-columns: 1fr;
    }
}

/* =============================================================
   Task 1 — Why Choose DotStark: Additional responsive fixes
   (supplements the rules already in styles.css)
   ============================================================= */

@media (max-width: 991px) {
    .why-choose-section {
        grid-template-columns: 1fr;
        gap: 2rem;
    }

    .why-choose-credentials {
        width: 100%;
    }

    .credentials-stats-row {
        flex-wrap: wrap;
    }
}

@media (max-width: 575px) {
    .benefit-item {
        gap: 1rem;
    }

    .benefit-circle {
        width: 44px;
        height: 44px;
        min-width: 44px;
        font-size: 0.9rem;
    }

    .benefit-content h4 {
        font-size: 0.92rem;
    }

    .benefit-content p {
        font-size: 0.8rem;
    }

    .credentials-box {
        padding: 1.25rem;
    }

    .credentials-stats-row {
        gap: 0.75rem;
        padding-top: 1rem;
    }

    .stat-num {
        font-size: 1.3rem;
    }

    .stat-name {
        font-size: 0.62rem;
    }
}

/* =============================================================
   Task 3 — .NET Evolution Timeline variant
   Adds pill-shaped badges and status-specific chip colours
   ============================================================= */

.net-evo .ms-powerapps-evo-num {
    width: auto;
    min-width: 76px;
    height: 30px;
    border-radius: 6px;
    padding: 0 0.7rem;
    background: var(--brand);
    color: #fff;
    border: none;
    font-family: var(--font-mono);
    font-size: 0.7rem;
    font-weight: 700;
    white-space: nowrap;
    justify-content: center;
}

/* EOL — red */
.net-evo .ms-powerapps-evo-row:nth-child(2) .ms-powerapps-evo-chip {
    background: rgba(220, 38, 38, 0.08);
    color: #dc2626;
    border-color: rgba(220, 38, 38, 0.18);
}

/* Superseded — neutral gray */
.net-evo .ms-powerapps-evo-row:nth-child(3) .ms-powerapps-evo-chip {
    background: var(--bg-soft);
    color: var(--muted);
    border-color: var(--line);
}

/* Supported — amber */
.net-evo .ms-powerapps-evo-row:nth-child(4) .ms-powerapps-evo-chip {
    background: rgba(245, 158, 11, 0.09);
    color: #d97706;
    border-color: rgba(245, 158, 11, 0.2);
}

/* CURRENT (last row / .current) — green */
.net-evo .ms-powerapps-evo-row:nth-child(5) .ms-powerapps-evo-chip,
.net-evo .ms-powerapps-evo-row.current .ms-powerapps-evo-chip {
    background: var(--green-soft);
    color: var(--green);
    border-color: rgba(22, 163, 74, 0.2);
}

/* Footer note below evo box */
.net-evo-note {
    font-family: var(--font-sans);
    font-size: 0.82rem;
    font-style: italic;
    color: var(--muted);
    margin-top: 0.85rem;
    line-height: 1.5;
}

/* =============================================================
   Task 5 — Dynamics 365 Solutions Grid
   ============================================================= */

.d365-solutions-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1.25rem;
}

.d365-solution-card {
    background: #fff;
    border: 1.5px solid var(--line);
    border-radius: var(--radius);
    padding: 1.5rem;
    transition: border-color 0.2s, box-shadow 0.2s, transform 0.2s;
}

.d365-solution-card:hover {
    border-color: var(--brand);
    box-shadow: var(--shadow-md);
    transform: translateY(-3px);
}

.d365-solution-card.d365-active {
    box-shadow: var(--shadow-sm);
}

.d365-card-top {
    display: flex;
    align-items: center;
    gap: 0.85rem;
    margin-bottom: 0.85rem;
}

.d365-icon {
    width: 44px;
    height: 44px;
    min-width: 44px;
    border-radius: 10px;
    background: var(--brand-soft);
    color: var(--brand);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
    flex-shrink: 0;
}

.d365-card-title {
    font-family: var(--font-display);
    font-size: 0.95rem;
    font-weight: 700;
    color: var(--ink);
    letter-spacing: -0.01em;
    margin: 0 0 0.2rem;
    line-height: 1.25;
}

.d365-card-cat {
    display: inline-block;
    font-family: var(--font-mono);
    font-size: 0.58rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--brand);
    background: var(--brand-soft);
    padding: 0.15rem 0.45rem;
    border-radius: 4px;
}

.d365-card-desc {
    font-family: var(--font-sans);
    font-size: 0.82rem;
    color: var(--muted);
    line-height: 1.55;
    margin: 0 0 0.85rem;
}

.d365-feature-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 0.3rem;
}

.d365-feature-list li {
    display: flex;
    align-items: center;
    gap: 0.45rem;
    font-family: var(--font-sans);
    font-size: 0.8rem;
    color: var(--ink);
    font-weight: 500;
    line-height: 1.3;
}

.d365-feature-list li i {
    color: var(--green);
    font-size: 0.82rem;
    flex-shrink: 0;
}

/* Responsive */
@media (max-width: 1199px) {
    .d365-solutions-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 767px) {
    .d365-solutions-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 1rem;
    }

    .d365-solution-card {
        padding: 1.25rem;
    }
}

@media (max-width: 480px) {
    .d365-solutions-grid {
        grid-template-columns: 1fr;
    }
}

/* =============================================================
   Task 5 — Dynamics 365 Implementation Approach Timeline
   ============================================================= */

.d365-impl-timeline {
    display: flex;
    align-items: flex-start;
    justify-content: center;
}

.d365-impl-step {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    position: relative;
}

.d365-impl-circle-wrap {
    position: relative;
    display: inline-block;
    margin-bottom: 1rem;
}

.d365-impl-circle {
    width: 88px;
    height: 88px;
    border-radius: 50%;
    background: var(--brand-soft);
    border: 2px solid var(--line);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.85rem;
    color: var(--brand);
    transition: background 0.2s, border-color 0.2s;
}

.d365-impl-step:hover .d365-impl-circle {
    background: var(--brand-soft-2);
    border-color: var(--brand);
}

.d365-impl-badge {
    position: absolute;
    top: -6px;
    right: -6px;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    background: var(--brand);
    color: #fff;
    font-family: var(--font-mono);
    font-size: 0.6rem;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #fff;
}

.d365-impl-name {
    font-family: var(--font-display);
    font-size: 1rem;
    font-weight: 700;
    color: var(--ink);
    margin: 0 0 0.3rem;
    letter-spacing: -0.01em;
}

.d365-impl-desc {
    font-family: var(--font-sans);
    font-size: 0.78rem;
    color: var(--muted);
    line-height: 1.45;
    max-width: 120px;
    margin: 0 auto;
}

.d365-impl-connector {
    flex-shrink: 0;
    width: 2.5rem;
    padding-top: 44px;
}

.d365-impl-line {
    width: 100%;
    height: 1.5px;
    background: var(--line);
}

/* Responsive */
@media (max-width: 767px) {
    .d365-impl-timeline {
        flex-direction: column;
        align-items: flex-start;
        gap: 0;
    }

    .d365-impl-step {
        flex-direction: row;
        text-align: left;
        align-items: center;
        gap: 1.25rem;
        width: 100%;
        padding: 1rem 0;
        border-bottom: 1px solid var(--line);
    }

    .d365-impl-step:last-child {
        border-bottom: none;
    }

    .d365-impl-circle-wrap {
        margin-bottom: 0;
        flex-shrink: 0;
    }

    .d365-impl-circle {
        width: 64px;
        height: 64px;
        font-size: 1.4rem;
    }

    .d365-impl-connector {
        display: none;
    }

    .d365-impl-desc {
        max-width: 100%;
    }
}

@media (max-width: 480px) {
    .d365-impl-circle {
        width: 52px;
        height: 52px;
        font-size: 1.15rem;
    }

    .d365-impl-name {
        font-size: 0.9rem;
    }

    .d365-impl-desc {
        font-size: 0.75rem;
    }
}

/* =============================================================
   Power Platform Pillars Grid
   ============================================================= */

.power-platform-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1.5rem;
}

.platform-pillar {
    background: #fff;
    border: 1.5px solid var(--line);
    border-radius: var(--radius);
    padding: 2rem 1.5rem 1.75rem;
    text-align: center;
    transition: border-color 0.2s, box-shadow 0.2s, transform 0.2s;
}

.platform-pillar:hover {
    border-color: var(--brand);
    box-shadow: var(--shadow-md);
    transform: translateY(-3px);
}

/* Icon wrapper */
.pillar-icon {
    width: 64px;
    height: 64px;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1.25rem;
    color: #fff;
}

.power-apps-icon {
    background: #742774;
}

.power-automate-icon {
    background: #0f6cbd;
}

.power-bi-icon {
    background: #f2b400;
}

.dataverse-icon {
    background: #0b6ec4;
}

/* Override icon colors to white */
.pillar-icon svg {
    color: #fff;
    fill: #fff;
}

.platform-pillar h4 {
    font-family: var(--font-display);
    font-size: 1.05rem;
    font-weight: 700;
    color: var(--ink);
    letter-spacing: -0.01em;
    margin: 0 0 0.35rem;
}

.pillar-label {
    font-family: var(--font-mono);
    font-size: 0.62rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--brand);
    margin: 0 0 0.6rem;
}

.pillar-desc {
    font-family: var(--font-sans);
    font-size: 0.85rem;
    color: var(--muted);
    line-height: 1.55;
    margin: 0;
}

/* Responsive */
@media (max-width: 991px) {
    .power-platform-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 1.25rem;
    }
}

@media (max-width: 575px) {
    .power-platform-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 1rem;
    }

    .pillar-icon {
        width: 52px;
        height: 52px;
        border-radius: 10px;
        margin-bottom: 1rem;
    }

    .pillar-icon svg {
        width: 28px;
        height: 28px;
    }

    .platform-pillar {
        padding: 1.5rem 1rem 1.25rem;
        border-radius: 12px;
    }

    .platform-pillar h4 {
        font-size: 0.92rem;
    }

    .pillar-desc {
        font-size: 0.78rem;
    }
}

@media (max-width: 380px) {
    .power-platform-grid {
        grid-template-columns: 1fr;
    }
}

/* =============================================================
   Power Apps vs Traditional Development — Comparison Section
   ============================================================= */

.comparison-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1.5rem;
    max-width: 860px;
    margin: 0 auto;
}

.comparison-card {
    background: #fff;
    border: 1.5px solid var(--line);
    border-radius: var(--radius);
    padding: 2rem 2rem 1.75rem;
    position: relative;
}

/* Recommended (left / highlighted) card */
.comparison-card.recommended {
    border-color: var(--brand);
    border-width: 2px;
    box-shadow: 0 4px 20px rgba(238, 90, 46, 0.1);
}

/* RECOMMENDED badge */
.comparison-badge {
    display: inline-block;
    font-family: var(--font-mono);
    font-size: 0.6rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #fff;
    background: var(--brand);
    padding: 0.25rem 0.75rem;
    border-radius: 20px;
    margin-bottom: 1rem;
}

.comparison-card h3 {
    font-family: var(--font-display);
    font-size: 1.15rem;
    font-weight: 700;
    color: var(--ink);
    letter-spacing: -0.02em;
    margin: 0 0 1.25rem;
}

.comparison-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 0;
}

.comparison-list li {
    display: flex;
    align-items: center;
    gap: 0.85rem;
    padding: 0.75rem 0;
    border-bottom: 1px solid var(--line);
    font-family: var(--font-sans);
    font-size: 0.9rem;
    color: var(--ink);
    line-height: 1.4;
}

.comparison-list li:last-child {
    border-bottom: none;
}

/* Check icon — recommended column */
.comparison-check {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    min-width: 24px;
    background: var(--brand);
    color: #fff;
    border-radius: 50%;
    font-size: 0.72rem;
    font-weight: 700;
    flex-shrink: 0;
}

/* X / circle icon — traditional column */
.comparison-x {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    min-width: 24px;
    background: transparent;
    color: var(--muted-2);
    border: 1.5px solid var(--line);
    border-radius: 50%;
    font-size: 0.75rem;
    flex-shrink: 0;
}

/* Traditional list item text — muted */
.comparison-card:not(.recommended) .comparison-list li {
    color: var(--muted);
}

/* Responsive */
@media (max-width: 767px) {
    .comparison-grid {
        grid-template-columns: 1fr;
        gap: 1.25rem;
    }

    .comparison-card {
        padding: 1.5rem;
    }

    .comparison-card h3 {
        font-size: 1rem;
    }

    .comparison-list li {
        font-size: 0.85rem;
        padding: 0.65rem 0;
    }
}

@media (max-width: 480px) {
    .comparison-card {
        padding: 1.25rem;
        border-radius: 12px;
    }

    .comparison-badge {
        font-size: 0.56rem;
    }

    .comparison-card h3 {
        font-size: 0.95rem;
        margin-bottom: 1rem;
    }

    .comparison-list li {
        font-size: 0.82rem;
        gap: 0.65rem;
        padding: 0.6rem 0;
    }

    .comparison-check,
    .comparison-x {
        width: 20px;
        height: 20px;
        min-width: 20px;
        font-size: 0.65rem;
    }
}

/* ======= Fabric Use Cases Grid ======= */
.fabric-use-cases-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
    margin-top: 2rem;
}

.fabric-use-case-card {
    padding: 1.5rem;
    background: #fff;
    border: 1.5px solid var(--line);
    border-radius: 12px;
    transition: all 0.3s ease;
}

.fabric-use-case-card:hover {
    border-color: var(--brand);
    box-shadow: 0 8px 20px rgba(238, 90, 46, 0.12);
    transform: translateY(-2px);
}

.fabric-card-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    background: var(--brand);
    border-radius: 8px;
    color: #fff;
    font-size: 1.5rem;
    margin-bottom: 1rem;
}

.fabric-use-case-card h4 {
    font-size: 1rem;
    font-weight: 700;
    color: var(--ink);
    margin: 0 0 0.75rem;
    line-height: 1.2;
}

.fabric-card-tags {
    display: flex;
    gap: 0.5rem;
    margin-bottom: 1rem;
    flex-wrap: wrap;
}

.fabric-tag {
    font-size: 0.7rem;
    font-weight: 600;
    padding: 0.35rem 0.75rem;
    border-radius: 6px;
    display: inline-block;
    white-space: nowrap;
}

.fabric-tag-blue {
    background: var(--brand-soft);
    color: var(--brand-dark);
    border: 1px solid var(--brand-soft-2);
}

.fabric-tag-orange {
    background: rgba(238, 90, 46, 0.1);
    color: var(--brand);
    border: 1px solid rgba(238, 90, 46, 0.15);
}

.fabric-card-benefits {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.fabric-card-benefits li {
    font-size: 0.85rem;
    line-height: 1.5;
    color: var(--muted);
    margin: 0;
}

.fabric-card-benefits strong {
    color: var(--ink);
    font-weight: 600;
}

/* ======= Responsive: Tablet ======= */
@media (max-width: 1024px) {
    .fabric-use-cases-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 1.25rem;
    }
}

@media (max-width: 768px) {
    .fabric-use-cases-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 1.25rem;
        margin-top: 1.5rem;
    }

    .fabric-use-case-card {
        padding: 1.25rem;
    }

    .fabric-card-icon {
        width: 44px;
        height: 44px;
        font-size: 1.3rem;
    }

    .fabric-use-case-card h4 {
        font-size: 0.95rem;
    }

    .fabric-card-tags {
        margin-bottom: 0.75rem;
    }

    .fabric-tag {
        font-size: 0.65rem;
        padding: 0.3rem 0.6rem;
    }

    .fabric-card-benefits {
        gap: 0.6rem;
    }

    .fabric-card-benefits li {
        font-size: 0.8rem;
    }
}

@media (max-width: 620px) {
    .fabric-use-cases-grid {
        grid-template-columns: 1fr;
        gap: 1rem;
        margin-top: 1.25rem;
    }

    .fabric-use-case-card {
        padding: 1rem;
    }

    .fabric-card-icon {
        width: 40px;
        height: 40px;
        font-size: 1.2rem;
        margin-bottom: 0.75rem;
    }

    .fabric-use-case-card h4 {
        font-size: 0.9rem;
    }

    .fabric-tag {
        font-size: 0.6rem;
        padding: 0.25rem 0.5rem;
    }

    .fabric-card-benefits {
        gap: 0.5rem;
    }

    .fabric-card-benefits li {
        font-size: 0.75rem;
    }
}


/* =============================================================
   MS Fabric / "What Makes [X] Different" Two-Column Section
   ============================================================= */

.ms-fabric-sec-tint {
    padding: 5rem 0;
    background: var(--brand-soft);
}

.ms-fabric-h2 {
    font-family: var(--font-display);
    font-size: clamp(1.75rem, 3.5vw, 2.4rem);
    font-weight: 700;
    color: var(--ink);
    line-height: 1.2;
    letter-spacing: -0.02em;
    margin: 0 auto 0.75rem;
    /*    max-width: 700px;*/
}

.ms-fabric-sub {
    font-family: var(--font-sans);
    font-size: 1rem;
    line-height: 1.65;
    color: var(--muted);
    max-width: 620px;
    margin: 0 auto;
}

/* Left Column – Info Cards Box */
.ms-fabric-info-box {
    background: #fff;
    border: 1.5px solid var(--line);
    border-radius: 14px;
    padding: 0.5rem 1.5rem;
    height: 100%;
    display: flex;
    flex-direction: column;
}

/* Individual card row */
.ms-fabric-info-card {
    display: grid;
    grid-template-columns: 44px 1fr;
    gap: 1rem;
    align-items: flex-start;
    padding: 1.25rem 0;
    border-bottom: 1px solid var(--line);
}

.ms-fabric-info-card:last-child {
    border-bottom: none;
}

/* Icon */
.ms-fabric-icon-circle {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    min-width: 44px;
    background: rgba(238, 90, 46, 0.08);
    border-radius: 8px;
    color: var(--brand);
    font-size: 1.15rem;
    flex-shrink: 0;
    margin-top: 1px;
}

/* Card title */
.ms-fabric-info-title {
    display: block;
    font-family: var(--font-display);
    font-size: 0.95rem;
    font-weight: 700;
    color: var(--ink);
    line-height: 1.3;
    letter-spacing: -0.01em;
    margin-bottom: 0.35rem;
}

/* Card description */
.ms-fabric-info-desc {
    font-family: var(--font-sans);
    font-size: 0.85rem;
    line-height: 1.6;
    color: var(--muted);
    margin: 0;
}

/* Right Column – Image / Diagram Box */
.ms-fabric-eco-box {
    background: #fff;
    border: 1.5px solid var(--line);
    border-radius: 14px;
    overflow: hidden;
    height: 100%;
    display: flex;
    align-items: stretch;
}

/* Responsive – tablet */
@media (max-width: 991px) {
    .ms-fabric-sec-tint {
        padding: 4rem 0;
    }

    .ms-fabric-eco-box {
        min-height: 360px;
    }
}

/* Responsive – columns stack */
@media (max-width: 767px) {
    .ms-fabric-sec-tint {
        padding: 3rem 0;
    }

    .ms-fabric-h2 {
        font-size: 1.5rem;
    }

    .ms-fabric-sub {
        font-size: 0.92rem;
    }

    .ms-fabric-info-box {
        padding: 0.25rem 1.25rem;
        border-radius: 12px;
    }

    .ms-fabric-eco-box {
        min-height: 300px;
        border-radius: 12px;
    }

    .ms-fabric-info-card {
        grid-template-columns: 40px 1fr;
        gap: 0.85rem;
        padding: 1rem 0;
    }

    .ms-fabric-icon-circle {
        width: 40px;
        height: 40px;
        min-width: 40px;
        font-size: 1.05rem;
    }

    .ms-fabric-info-title {
        font-size: 0.88rem;
    }

    .ms-fabric-info-desc {
        font-size: 0.78rem;
    }
}

/* Responsive – mobile */
@media (max-width: 575px) {
    .ms-fabric-sec-tint {
        padding: 2.5rem 0;
    }

    .ms-fabric-h2 {
        font-size: 1.35rem;
    }

    .ms-fabric-sub {
        font-size: 0.88rem;
    }

    .ms-fabric-info-box {
        padding: 0 1rem;
        border-radius: 10px;
    }

    .ms-fabric-eco-box {
        min-height: 240px;
        border-radius: 10px;
    }

    .ms-fabric-info-card {
        grid-template-columns: 36px 1fr;
        gap: 0.75rem;
        padding: 0.9rem 0;
    }

    .ms-fabric-icon-circle {
        width: 36px;
        height: 36px;
        min-width: 36px;
        font-size: 0.95rem;
        border-radius: 6px;
    }

    .ms-fabric-info-title {
        font-size: 0.85rem;
    }

    .ms-fabric-info-desc {
        font-size: 0.75rem;
    }
}

/* =========================================================
   Microsoft Power Apps Info Cards
   ========================================================= */

/* ======= Info Cards (Left Column) ======= */
.ms-powerapps-info-card {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 0.75rem;
    align-items: flex-start;
    padding: 0.8rem 0;
    border-bottom: 1px solid var(--line);
}

.ms-powerapps-info-card:last-child {
    border-bottom: none;
}

.ms-powerapps-icon-circle {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    min-width: 40px;
    background: var(--brand-soft);
    border-radius: 8px;
    color: var(--brand);
    flex-shrink: 0;
}

.ms-powerapps-icon-circle svg {
    stroke: currentColor;
}

.ms-powerapps-info-title {
    font-size: 0.9rem;
    font-weight: 700;
    margin: 0 0 0.2rem;
    color: var(--ink);
    line-height: 1.2;
}

.ms-powerapps-info-desc {
    font-size: 0.8rem;
    line-height: 1.4;
    color: var(--muted);
    margin: 0;
}

/* ======= Evolution Timeline (Right Column) ======= */
.ms-powerapps-evo {
    display: flex;
    flex-direction: column;
    gap: 0;
    padding-left: 1.75rem;
    border-left: 1px solid var(--line);
}

.ms-powerapps-evo-lbl {
    font-size: 0.65rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--brand);
    margin-bottom: 0.75rem;
    display: block;
}

.ms-powerapps-evo-row {
    display: grid;
    grid-template-columns: auto 1fr auto;
    gap: 0.9rem;
    align-items: center;
    padding: 0.75rem 0;
    border-bottom: 1px solid var(--line);
}

.ms-powerapps-evo-row:last-child {
    border-bottom: none;
}

.ms-powerapps-evo-row.current {
    background: transparent;
}

.ms-powerapps-evo-num {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    min-width: 68px;
    background: rgba(238, 90, 46, 0.1);
    border-radius: 5px;
    color: var(--brand);
    font-weight: 700;
    font-size: 0.8rem;
    flex-shrink: 0;
}

.ms-powerapps-evo-row.current .ms-powerapps-evo-num {
    background: var(--brand);
    color: #fff;
}

.ms-powerapps-evo-title {
    font-size: 0.85rem;
    font-weight: 700;
    margin: 0 0 0.15rem;
    color: var(--ink);
    line-height: 1.2;
}

.ms-powerapps-evo-desc {
    font-size: 0.75rem;
    color: var(--muted);
    margin: 0;
    line-height: 1.3;
    display: block;
}

.ms-powerapps-evo-chip {
    font-size: 0.6rem;
    font-weight: 700;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: var(--muted-2);
    padding: 0.25rem 0.5rem;
    background: rgba(238, 90, 46, 0.08);
    border-radius: 3px;
    white-space: nowrap;
    flex-shrink: 0;
    display: inline-block;
}

.ms-powerapps-evo-row.current .ms-powerapps-evo-chip {
    background: rgba(238, 90, 46, 0.2);
    color: var(--brand);
}

/* ======= Responsive ======= */
@media (max-width: 1024px) {
    .ms-powerapps-evo {
        padding-left: 1.5rem;
    }
}

@media (max-width: 768px) {
    .power-apps-what-grid .row {
        flex-direction: column;
    }

    .ms-powerapps-evo {
        padding-left: 0;
        border-left: none;
        border-top: 1px solid var(--line);
        padding-top: 1.5rem;
        margin-top: 1.5rem;
    }

    .ms-powerapps-info-card {
        padding: 1rem 0;
    }

    .ms-powerapps-evo-row {
        padding: 0.8rem 0;
    }
}

@media (max-width: 620px) {
    .ms-powerapps-icon-circle {
        width: 36px;
        height: 36px;
    }

    .ms-powerapps-info-card {
        gap: 0.6rem;
        padding: 0.7rem 0;
    }

    .ms-powerapps-info-title {
        font-size: 0.85rem;
    }

    .ms-powerapps-info-desc {
        font-size: 0.75rem;
    }

    .ms-powerapps-evo {
        padding-left: 0;
        border-left: none;
        border-top: 1px solid var(--line);
        padding-top: 1rem;
        margin-top: 1rem;
    }

    .ms-powerapps-evo-num {
        width: 28px;
        height: 28px;
        font-size: 0.75rem;
    }

    .ms-powerapps-evo-title {
        font-size: 0.8rem;
    }

    .ms-powerapps-evo-desc {
        font-size: 0.7rem;
    }

    .ms-powerapps-evo-chip {
        font-size: 0.55rem;
        padding: 0.2rem 0.4rem;
    }

    .ms-powerapps-evo-row {
        gap: 0.8rem;
        padding: 0.7rem 0;
    }

    .ms-powerapps-evo-lbl {
        font-size: 0.6rem;
        margin-bottom: 0.6rem;
    }
}


/* =============================================================
   "What is Microsoft Power Apps" — Visual Override
   Matches the boxed-card + evolution-timeline design.
   Adds on top of the base ms-powerapps-* rules above.
   ============================================================= */

/* ── Left column: each info card becomes its own white box ── */
.ms-powerapps-info-card {
    background: #fff;
    border: 1.5px solid var(--line);
    border-radius: var(--radius);
    padding: 1.25rem 1.5rem;
    gap: 1rem;
    border-bottom: none;
    margin-bottom: 1rem;
    transition: border-color 0.2s, box-shadow 0.2s;
}

.ms-powerapps-info-card:hover {
    border-color: var(--brand);
    box-shadow: 0 4px 16px rgba(238, 90, 46, 0.08);
}

.ms-powerapps-info-card:last-child {
    margin-bottom: 0;
}

/* Icon circle — larger, display font, orange soft bg */
.ms-powerapps-icon-circle {
    width: 44px;
    height: 44px;
    min-width: 44px;
    border-radius: 10px;
    background: var(--brand-soft);
    color: var(--brand);
    font-size: 1.1rem;
}

/* Card title */
.ms-powerapps-info-title {
    font-family: var(--font-display);
    font-size: 0.95rem;
    font-weight: 700;
    color: var(--ink);
    letter-spacing: -0.01em;
    line-height: 1.3;
    margin-bottom: 0.35rem;
}

/* Card description */
.ms-powerapps-info-desc {
    font-family: var(--font-sans);
    font-size: 0.85rem;
    line-height: 1.6;
    color: var(--muted);
}

/* ── Right column: evolution box ── */
.ms-powerapps-evo {
    background: #fff;
    border: 1.5px solid var(--line);
    border-radius: var(--radius);
    padding: 1.5rem;
    padding-left: 1.5rem;
}

/* Eyebrow label */
.ms-powerapps-evo-lbl {
    font-family: var(--font-mono);
    font-size: 0.62rem;
    letter-spacing: 0.1em;
    color: var(--muted-2);
    margin-bottom: 1rem;
}

/* Step row */
.ms-powerapps-evo-row {
    padding: 0.85rem 0;
    gap: 0.85rem;
    align-items: center;
}

/* Number — fix min-width bug, make a proper circle */
.ms-powerapps-evo-num {
    width: 32px;
    height: 32px;
    min-width: 32px;
    border-radius: 50%;
    background: var(--bg-soft);
    color: var(--muted);
    font-family: var(--font-mono);
    font-size: 0.78rem;
    font-weight: 700;
    border: 1.5px solid var(--line);
}

/* Current step — brand circle */
.ms-powerapps-evo-row.current .ms-powerapps-evo-num {
    background: var(--brand);
    color: #fff;
    border-color: var(--brand);
}

/* Step title */
.ms-powerapps-evo-title {
    font-family: var(--font-display);
    font-size: 0.88rem;
    font-weight: 700;
    color: var(--ink);
    letter-spacing: -0.01em;
    margin-bottom: 0.2rem;
}

/* Step description */
.ms-powerapps-evo-desc {
    font-family: var(--font-sans);
    font-size: 0.76rem;
    color: var(--muted);
    line-height: 1.4;
}

/* Stage chip */
.ms-powerapps-evo-chip {
    font-family: var(--font-mono);
    font-size: 0.58rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    color: var(--muted-2);
    background: var(--bg-soft);
    border: 1px solid var(--line);
    border-radius: 4px;
    padding: 0.22rem 0.5rem;
}

/* CURRENT chip — brand green */
.ms-powerapps-evo-row.current .ms-powerapps-evo-chip {
    background: var(--green-soft);
    color: var(--green);
    border-color: rgba(22, 163, 74, 0.2);
}

/* ── Responsive overrides ── */
@media (max-width: 991px) {
    .ms-powerapps-evo {
        margin-top: 1.5rem;
    }
}

@media (max-width: 767px) {
    .ms-powerapps-evo {
        padding: 1.25rem;
        border-top: 1.5px solid var(--line);
        margin-top: 0;
        padding-left: 1.25rem;
    }

    .ms-powerapps-info-card {
        padding: 1rem 1.25rem;
        margin-bottom: 0.75rem;
    }
}

@media (max-width: 575px) {
    .ms-powerapps-info-card {
        padding: 0.9rem 1rem;
        margin-bottom: 0.65rem;
        border-radius: 12px;
    }

    .ms-powerapps-icon-circle {
        width: 38px;
        height: 38px;
        min-width: 38px;
        border-radius: 8px;
    }

    .ms-powerapps-info-title {
        font-size: 0.88rem;
    }

    .ms-powerapps-info-desc {
        font-size: 0.78rem;
    }

    .ms-powerapps-evo {
        padding: 1rem;
        border-radius: 12px;
    }

    .ms-powerapps-evo-num {
        width: 28px;
        height: 28px;
        min-width: 28px;
        font-size: 0.72rem;
    }

    .ms-powerapps-evo-title {
        font-size: 0.82rem;
    }

    .ms-powerapps-evo-desc {
        font-size: 0.72rem;
    }

    .ms-powerapps-evo-chip {
        font-size: 0.54rem;
        padding: 0.18rem 0.4rem;
    }

    .ms-powerapps-evo-row {
        gap: 0.65rem;
        padding: 0.7rem 0;
    }
}

/* =============================================================
   Fabric Architecture Section — Full Design
   ============================================================= */

/* ─── Main Dark Architecture Box ──────────────────────────── */
.fabric-arch-main-box {
    background: #1a0d08;
    border: 1px solid rgba(238, 90, 46, 0.15);
    border-radius: 20px;
    padding: 2.5rem 2.5rem 2rem;
    position: relative;
    overflow: hidden;
}

.fabric-arch-main-box::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -15%;
    width: 55%;
    height: 90%;
    background: radial-gradient(ellipse, rgba(238, 90, 46, 0.18) 0%, transparent 65%);
    pointer-events: none;
    z-index: 0;
}

.fabric-arch-main-box::after {
    content: '';
    position: absolute;
    bottom: -30%;
    right: -10%;
    width: 45%;
    height: 70%;
    background: radial-gradient(ellipse, rgba(249, 115, 22, 0.1) 0%, transparent 65%);
    pointer-events: none;
    z-index: 0;
}

/* Header chip */
.fabric-arch-header {
    text-align: center;
    margin-bottom: 2.5rem;
    position: relative;
    z-index: 2;
}

.fabric-arch-header-label {
    display: inline-block;
    font-family: var(--font-mono);
    font-size: 0.65rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--brand);
    padding: 0.35rem 1.1rem;
    background: rgba(238, 90, 46, 0.1);
    border: 1px solid rgba(238, 90, 46, 0.22);
    border-radius: 20px;
}

/* ─── Flow Container (5 steps + connectors) ────────────────── */
.fabric-flow-container {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    position: relative;
    z-index: 2;
}

.fabric-flow-step {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 0.45rem;
    min-width: 0;
    padding: 0 0.2rem;
}

.flow-circle {
    width: 46px;
    height: 46px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.06);
    border: 1.5px solid rgba(255, 255, 255, 0.18);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.78rem;
    font-weight: 700;
    color: #fff;
    font-family: var(--font-mono);
    flex-shrink: 0;
}

.flow-label {
    font-family: var(--font-mono);
    font-size: 0.58rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--brand);
    line-height: 1;
}

.flow-title {
    font-family: var(--font-display);
    font-size: 0.78rem;
    font-weight: 700;
    color: #fff;
    line-height: 1.3;
    letter-spacing: -0.01em;
}

.flow-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 0.25rem;
    justify-content: center;
}

.flow-tags span {
    font-size: 0.56rem;
    font-weight: 600;
    padding: 0.18rem 0.38rem;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 4px;
    color: rgba(255, 255, 255, 0.62);
    white-space: nowrap;
}

.flow-connector {
    display: flex;
    align-items: flex-start;
    padding-top: 22px;
    flex-shrink: 0;
    width: 2rem;
}

.connector-line {
    width: 100%;
    height: 1px;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.22), rgba(255, 255, 255, 0.07));
    position: relative;
}

.connector-line::after {
    content: '';
    position: absolute;
    right: -3px;
    top: -3px;
    border-left: 5px solid rgba(255, 255, 255, 0.22);
    border-top: 3.5px solid transparent;
    border-bottom: 3.5px solid transparent;
}

/* ─── Tagline (watermark behind steps) ─────────────────────── */
.fabric-flow-tagline {
    position: absolute;
    left: 2.5rem;
    right: 2.5rem;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 1;
    pointer-events: none;
    margin: 0;
}

.tagline-text {
    font-size: clamp(2rem, 4vw, 3.5rem);
    font-weight: 800;
    color: rgba(255, 255, 255, 0.04);
    letter-spacing: -0.03em;
    font-family: var(--font-display);
    white-space: nowrap;
    line-height: 1;
}

.tagline-arrow {
    font-size: clamp(2rem, 4vw, 3.5rem);
    color: rgba(238, 90, 46, 0.07);
    font-weight: 700;
    line-height: 1;
}

/* ─── Features Grid (bottom of dark box) ──────────────────── */
.fabric-features-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0.75rem;
    position: relative;
    z-index: 2;
    border-top: 1px solid rgba(255, 255, 255, 0.07);
    padding-top: 1.5rem;
    margin-top: 1.75rem;
}

.fabric-feature-item {
    display: flex;
    align-items: center;
    gap: 0.6rem;
    padding: 0.75rem 1rem;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 10px;
    transition: background 0.2s;
}

.fabric-feature-item:hover {
    background: rgba(255, 255, 255, 0.07);
}

.feature-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    min-width: 30px;
    background: rgba(238, 90, 46, 0.13);
    border-radius: 6px;
    color: var(--brand);
    font-size: 0.88rem;
    flex-shrink: 0;
}

.feature-name {
    font-family: var(--font-sans);
    font-size: 0.72rem;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.75);
    line-height: 1.3;
}

/* ─── Component Cards Grid ─────────────────────────────────── */
.fabric-components-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem;
}

.fabric-component-card {
    background: #fff;
    border: 1.5px solid var(--line);
    border-radius: 14px;
    padding: 1.5rem;
    transition: border-color 0.2s, box-shadow 0.2s;
}

.fabric-component-card:hover {
    border-color: rgba(238, 90, 46, 0.25);
    box-shadow: 0 4px 16px rgba(238, 90, 46, 0.07);
}

/* Dark / core card */
.fabric-component-core {
    background: #1a0d08;
    border-color: rgba(238, 90, 46, 0.2);
}

.fabric-component-core:hover {
    border-color: rgba(238, 90, 46, 0.4);
    box-shadow: 0 4px 20px rgba(238, 90, 46, 0.13);
}

.fabric-component-core .component-number {
    color: rgba(255, 255, 255, 0.35) !important;
}

.fabric-component-core .component-label {
    color: var(--brand) !important;
}

.fabric-component-core h4 {
    color: #fff !important;
}

.fabric-component-core .component-tags span {
    background: rgba(238, 90, 46, 0.1) !important;
    border-color: rgba(238, 90, 46, 0.18) !important;
    color: rgba(255, 255, 255, 0.75) !important;
}

.component-number {
    font-size: 0.68rem;
    font-weight: 700;
    color: var(--muted-2);
    font-family: var(--font-mono);
    margin-bottom: 0.3rem;
    letter-spacing: 0.04em;
}

.component-label {
    display: block;
    font-family: var(--font-mono);
    font-size: 0.62rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--brand);
    margin-bottom: 0.5rem;
}

.fabric-component-card h4 {
    font-size: 0.95rem;
    font-weight: 700;
    color: var(--ink);
    margin-bottom: 1rem;
    line-height: 1.25;
}

.component-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 0.35rem;
}

.component-tags span {
    font-size: 0.62rem;
    font-weight: 600;
    padding: 0.22rem 0.5rem;
    background: rgba(238, 90, 46, 0.05);
    border: 1px solid rgba(238, 90, 46, 0.1);
    border-radius: 5px;
    color: var(--ink);
    white-space: nowrap;
}

/* ─── CTA Banner ────────────────────────────────────────────── */
.fabric-cta-banner {
    background: var(--brand);
    border-radius: 16px;
    padding: 2.5rem 3rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 2rem;
}

.cta-content h3 {
    font-size: clamp(1.3rem, 2.5vw, 1.65rem);
    font-weight: 800;
    color: #fff;
    margin-bottom: 0.5rem;
    line-height: 1.2;
}

.cta-content p {
    font-size: 0.95rem;
    color: rgba(255, 255, 255, 0.85);
    margin: 0;
    line-height: 1.5;
    max-width: 520px;
}

.cta-actions {
    display: flex;
    gap: 0.75rem;
    flex-shrink: 0;
    flex-wrap: wrap;
    align-items: center;
}

.fabric-cta-banner .btn-outline-light {
    background: transparent;
    color: #fff;
    border: 2px solid rgba(255, 255, 255, 0.6);
    font-weight: 700;
    font-size: 0.9rem;
    padding: 0.65rem 1.5rem;
    border-radius: 8px;
    display: inline-block;
    transition: all 0.2s;
    white-space: nowrap;
}

.fabric-cta-banner .btn-outline-light:hover {
    background: rgba(255, 255, 255, 0.12);
    border-color: #fff;
    color: #fff;
}

.fabric-cta-banner .btn-brand {
    background: #fff;
    color: var(--brand);
    border: 2px solid #fff;
    font-weight: 700;
    font-size: 0.9rem;
    padding: 0.65rem 1.5rem;
    border-radius: 8px;
    display: inline-block;
    transition: all 0.2s;
    white-space: nowrap;
}

.fabric-cta-banner .btn-brand:hover {
    background: var(--brand-dark);
    border-color: var(--brand-dark);
    color: #fff;
}

/* ─── Responsive — Fabric Architecture ─────────────────────── */
@media (max-width: 1024px) {
    .fabric-arch-main-box {
        padding: 2rem;
    }

    .flow-circle {
        width: 40px;
        height: 40px;
        font-size: 0.72rem;
    }

    .flow-connector {
        width: 1.25rem;
    }

    .flow-title {
        font-size: 0.72rem;
    }

    .flow-tags span {
        font-size: 0.54rem;
    }

    .fabric-features-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .fabric-cta-banner {
        padding: 2rem 2.5rem;
    }
}

@media (max-width: 768px) {
    .fabric-arch-main-box {
        padding: 1.5rem;
        border-radius: 16px;
    }

    .fabric-arch-header {
        margin-bottom: 1.5rem;
    }

    /* Vertical flow on mobile */
    .fabric-flow-container {
        flex-direction: column;
        gap: 0;
    }

    .fabric-flow-step {
        flex-direction: row;
        text-align: left;
        gap: 0.85rem;
        align-items: flex-start;
        width: 100%;
        padding: 0.85rem 0;
        border-bottom: 1px solid rgba(255, 255, 255, 0.06);
    }

    .fabric-flow-step:last-child {
        border-bottom: none;
    }

    .flow-circle {
        width: 36px;
        height: 36px;
        font-size: 0.68rem;
        margin-top: 2px;
        flex-shrink: 0;
    }

    .flow-connector {
        display: none;
    }

    .flow-tags {
        justify-content: flex-start;
    }

    /* Hide watermark on mobile */
    .fabric-flow-tagline {
        display: none;
    }

    .fabric-features-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 0.6rem;
        padding-top: 1.25rem;
        margin-top: 1.25rem;
    }

    .fabric-components-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .fabric-cta-banner {
        flex-direction: column;
        align-items: flex-start;
        padding: 2rem;
        gap: 1.25rem;
        border-radius: 12px;
    }
}

@media (max-width: 576px) {
    .fabric-arch-main-box {
        padding: 1.25rem;
        border-radius: 12px;
    }

    .fabric-flow-step {
        padding: 0.75rem 0;
        gap: 0.7rem;
    }

    .flow-circle {
        width: 34px;
        height: 34px;
    }

    .fabric-features-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 0.5rem;
        padding-top: 1rem;
        margin-top: 1rem;
    }

    .feature-icon {
        width: 28px;
        height: 28px;
        min-width: 28px;
        font-size: 0.8rem;
    }

    .feature-name {
        font-size: 0.68rem;
    }

    .fabric-component-card {
        padding: 1.25rem;
        border-radius: 12px;
    }

    .fabric-components-grid {
        grid-template-columns: 1fr;
    }

    .fabric-cta-banner {
        padding: 1.5rem;
        border-radius: 12px;
    }

    .cta-content h3 {
        font-size: 1.2rem;
    }

    .cta-content p {
        font-size: 0.88rem;
    }

    .cta-actions {
        width: 100%;
    }

    .fabric-cta-banner .btn-brand,
    .fabric-cta-banner .btn-outline-light {
        width: 100%;
        text-align: center;
        justify-content: center;
    }
}

/* =============================================================
   Shared Microsoft Pages — Extra Responsive Fixes
   Covers microsoft-fabric.html, microsoft-net.html,
   microsoft-blazor.html at every viewport
   ============================================================= */

/* ── 480px and below (small phones) ── */
@media (max-width: 480px) {

    /* Hero */
    .dev-hero {
        padding: 2rem 0 2.5rem;
    }

    .dev-hero-h1 {
        font-size: clamp(1.6rem, 7vw, 2rem);
        margin-bottom: 1rem;
    }

    .dev-hero-lead {
        font-size: 0.95rem;
        margin-bottom: 1.5rem;
    }

    .dev-btn-primary,
    .dev-btn-outline {
        font-size: 0.875rem;
        padding: 0.75rem 1.1rem;
        width: 100%;
        justify-content: center;
    }

    .dev-hero-ctas {
        flex-direction: column;
        gap: 0.6rem;
    }

    .dev-trust-tags {
        gap: 8px 12px;
    }

    /* Section headings at very small screens */
    .ms-fabric-h2 {
        font-size: 1.25rem;
    }

    .ms-fabric-sub {
        font-size: 0.85rem;
    }

    .ms-fabric-info-title {
        font-size: 0.82rem;
    }

    .ms-fabric-info-desc {
        font-size: 0.73rem;
    }

    /* Fabric arch small phone */
    .fabric-arch-main-box {
        padding: 1rem;
        border-radius: 10px;
    }

    .fabric-arch-header {
        margin-bottom: 1rem;
    }

    .fabric-arch-header-label {
        font-size: 0.58rem;
        padding: 0.28rem 0.8rem;
    }

    .flow-circle {
        width: 30px;
        height: 30px;
        font-size: 0.62rem;
    }

    .flow-title {
        font-size: 0.72rem;
    }

    .flow-tags span {
        font-size: 0.5rem;
        padding: 0.14rem 0.3rem;
    }

    .fabric-features-grid {
        grid-template-columns: 1fr 1fr;
        gap: 0.4rem;
    }

    .fabric-feature-item {
        padding: 0.6rem 0.75rem;
    }

    .feature-icon {
        width: 24px;
        height: 24px;
        min-width: 24px;
        font-size: 0.7rem;
    }

    .feature-name {
        font-size: 0.62rem;
    }

    .fabric-components-grid {
        grid-template-columns: 1fr;
        gap: 0.75rem;
    }

    .fabric-component-card {
        padding: 1rem;
        border-radius: 10px;
    }

    .fabric-component-card h4 {
        font-size: 0.88rem;
        margin-bottom: 0.75rem;
    }

    .component-tags span {
        font-size: 0.58rem;
    }

    .fabric-cta-banner {
        padding: 1.25rem;
        border-radius: 10px;
    }

    .cta-content h3 {
        font-size: 1.05rem;
    }

    .cta-content p {
        font-size: 0.82rem;
    }

    /* Use cases small phone */
    .fabric-use-cases-grid {
        grid-template-columns: 1fr;
    }

    /* Section base padding */
    .section {
        padding: 2rem 0;
    }

    .ms-fabric-sec-tint {
        padding: 2rem 0;
    }
}

/*====================================================
    COOKIE POPUP
====================================================*/

.cookie-popup {
    display: none;
    position: fixed;
    left: 24px;
    bottom: 24px;
    width: 100%;
    max-width: 420px;
    z-index: 9999;
    animation: cookieFade .35s ease;
}

.cookie-card {
    position: relative;
    padding: 20px 22px 16px;
    border-radius: 20px;
    background: rgba(255, 255, 255, .96);
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
    border: 1px solid rgba(10, 10, 10, .07);
    box-shadow: 0 16px 48px rgba(15, 23, 42, .11), 0 4px 16px rgba(15, 23, 42, .04);
}

.cookie-close {
    position: absolute;
    top: 14px;
    right: 14px;
    width: 28px;
    height: 28px;
    border: none;
    outline: none;
    border-radius: 50%;
    background: transparent;
    color: #667085;
    font-size: 18px;
    line-height: 1;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: .25s;
}

.cookie-close:hover {
    background: var(--brand-soft);
    color: var(--brand);
}

.cookie-close:focus-visible {
    outline: 2px solid var(--brand);
    outline-offset: 2px;
}

.cookie-tag {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 5px 12px;
    background: var(--bg-soft);
    border-radius: 999px;
    font-size: 12px;
    color: #5f6368;
    font-weight: 500;
    margin-bottom: 10px;
}

.cookie-card h2 {
    font-family: var(--font-display);
    font-size: 22px;
    line-height: 1.2;
    font-weight: 700;
    letter-spacing: -.02em;
    color: var(--ink);
    margin: 0 0 8px;
}

.cookie-card p {
    margin: 0;
    font-size: 14px;
    line-height: 1.6;
    color: #667085;
}

.cookie-policy {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    margin-top: 12px;
    margin-bottom: 14px;
    font-size: 13px;
    font-weight: 600;
    color: var(--ink);
    transition: .25s;
}

.cookie-policy span {
    display: inline-block;
    transition: transform .25s;
}

.cookie-policy:hover {
    color: var(--brand);
}

.cookie-policy:hover span {
    transform: translateX(4px);
}

.cookie-actions {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
}

.btn-cookie-outline {
    display: inline-flex;
    align-items: center;
    gap: .5rem;
    padding: .75rem 1.15rem;
    border-radius: 12px;
    border: 1px solid var(--line);
    background: #fff;
    color: var(--ink);
    font-size: 14px;
    font-weight: 600;
    width: fit-content;
    cursor: pointer;
    transition: all .2s ease;
}

.btn-cookie-outline:hover {
    background: var(--brand-soft);
    color: var(--brand);
    border-color: var(--brand);
}

.btn-cookie-brand {
    display: inline-flex;
    align-items: center;
    gap: .5rem;
    padding: .75rem 1.15rem;
    border-radius: 12px;
    border: none;
    background: var(--brand);
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    width: fit-content;
    cursor: pointer;
    transition: all .2s ease;
}

.btn-cookie-brand:hover {
    background: var(--brand-dark);
    color: #fff;
    transform: translateY(-1px);
    box-shadow: var(--shadow-md);
}

.cookie-customize {
    border: none;
    background: none;
    padding: 0;
    font-size: 12px;
    color: #667085;
    cursor: pointer;
    transition: color .25s;
    font-family: var(--font-sans);
}

.cookie-customize:hover {
    color: var(--brand);
}

.cookie-hide {
    opacity: 0;
    visibility: hidden;
    transform: translateY(16px);
    transition: opacity .3s ease, transform .3s ease, visibility 0s .3s;
}

@keyframes cookieFade {
    from {
        opacity: 0;
        transform: translateY(16px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@media (max-width: 768px) {
    .cookie-popup {
        left: 14px;
        right: 14px;
        bottom: 14px;
        width: auto;
        max-width: none;
    }

    .cookie-card {
        padding: 18px 18px 14px;
        border-radius: 16px;
    }
}

@media (max-width: 480px) {
    .cookie-card h2 {
        font-size: 19px;
    }

    .cookie-actions {
        flex-direction: column;
        gap: 8px;
    }

    .btn-cookie-brand,
    .btn-cookie-outline {
        width: 100%;
        justify-content: center;
        border-radius: 10px;
    }
}