/* ================================================
   single-industry.css — Healthcare Industry Page
   Clinical precision aesthetic
   ================================================ */


/* ── Mono font utility ── */
.mono {
    font-family: 'JetBrains Mono', 'Outfit', monospace;
    font-weight: 400;
    letter-spacing: .05em;
}


/* ========================================
   HERO — Vitals Monitor
========================================= */

.hc-hero {
    position: relative;
    padding: 140px 0 90px;
    overflow: hidden;
    background: #000;
    isolation: isolate;
    min-height: 100vh;
    display: flex;
    align-items: center;
}

.hc-hero-grid-bg {
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(rgba(196,239,23,.035) 1px, transparent 1px),
        linear-gradient(90deg, rgba(196,239,23,.035) 1px, transparent 1px);
    background-size: 56px 56px;
    mask-image: radial-gradient(ellipse at center, #000 35%, transparent 80%);
    -webkit-mask-image: radial-gradient(ellipse at center, #000 35%, transparent 80%);
    z-index: -1;
}

.hc-hero .container { position: relative; z-index: 1; width: 100%; }

.hc-hero-layout {
    display: grid;
    grid-template-columns: 1.1fr 1fr;
    gap: 70px;
    align-items: center;
    margin: 20px 0 56px;
}

/* LEFT */
.hc-hero-tag {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 8px 14px;
    background: rgba(196,239,23,.06);
    border: 1px solid rgba(196,239,23,.25);
    border-radius: 100px;
    font-size: 10px;
    margin-bottom: 24px;
}

.hc-pulse-dot {
    width: 6px; height: 6px;
    border-radius: 50%;
    background: #C4EF17;
    box-shadow: 0 0 0 3px rgba(196,239,23,.2);
    animation: hcPulse 1.6s ease-in-out infinite;
    flex-shrink: 0;
}
@keyframes hcPulse {
    0%, 100% { box-shadow: 0 0 0 3px rgba(196,239,23,.2); }
    50%       { box-shadow: 0 0 0 7px rgba(196,239,23,.04); }
}

.hc-hero h1 {
    font-size: clamp(34px, 4.2vw, 62px);
    line-height: 1.08;
    letter-spacing: -.02em;
    margin-bottom: 24px;
}
.hc-hero h1 .h1-line,
.hc-hero h1 .h1-mid,
.hc-hero h1 .h1-highlight { display: block; }

.hc-hero-desc {
    font-size: clamp(14px, 1.05vw, 16px);
    color: rgba(255,255,255,.65);
    line-height: 1.75;
    max-width: 540px;
    margin-bottom: 32px;
    font-weight: 300;
}

.hc-hero-actions {
    display: flex;
    gap: 14px;
    flex-wrap: wrap;
}

/* Shared button styles (same as service page) */
.btn-lime {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 14px 24px;
    background: #C4EF17;
    color: #000;
    font-family: 'Outfit', sans-serif;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: .04em;
    text-transform: uppercase;
    border-radius: 3px;
    transition: background .2s, gap .2s, transform .2s;
    text-decoration: none;
}
.btn-lime:hover { background: #fff; gap: 16px; transform: translateY(-2px); }
.btn-lime svg { transition: transform .2s; }
.btn-lime:hover svg { transform: translate(3px, -3px); }

.btn-ghost-white {
    display: inline-flex;
    align-items: center;
    padding: 14px 24px;
    background: transparent;
    color: #fff;
    border: 1px solid rgba(255,255,255,.2);
    font-family: 'Outfit', sans-serif;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: .04em;
    text-transform: uppercase;
    border-radius: 3px;
    transition: border-color .2s, color .2s, background .2s;
    text-decoration: none;
}
.btn-ghost-white:hover {
    border-color: #C4EF17;
    color: #C4EF17;
    background: rgba(196,239,23,.04);
}

/* RIGHT — Vitals Panel */
.vitals-panel {
    background: linear-gradient(180deg, #0a0a0a 0%, #050505 100%);
    border: 1px solid rgba(196,239,23,.15);
    border-radius: 6px;
    padding: 24px;
    box-shadow:
        0 0 0 1px rgba(196,239,23,.04),
        0 20px 60px rgba(0,0,0,.5),
        inset 0 1px 0 rgba(196,239,23,.06);
    position: relative;
    overflow: hidden;
}
.vitals-panel::before {
    content: '';
    position: absolute;
    top: 0; left: 24px; right: 24px;
    height: 1px;
    background: linear-gradient(90deg, transparent, #C4EF17, transparent);
    opacity: .5;
}

.vitals-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 18px;
    border-bottom: 1px solid rgba(255,255,255,.06);
    margin-bottom: 20px;
}
.vitals-status {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 10px;
    color: rgba(255,255,255,.7);
}
.vitals-status-dot {
    width: 6px; height: 6px;
    background: #C4EF17;
    border-radius: 50%;
    box-shadow: 0 0 10px rgba(196,239,23,.6);
    animation: hcPulse 1.6s infinite;
}
.vitals-time {
    font-size: 11px;
    color: #C4EF17;
}

/* ECG line */
.vitals-ecg {
    position: relative;
    height: 90px;
    margin-bottom: 20px;
    background: rgba(196,239,23,.03);
    border-radius: 4px;
    overflow: hidden;
}
.vitals-ecg svg {
    width: 100%;
    height: 100%;
    display: block;
}
.ecg-trace {
    filter: drop-shadow(0 0 4px rgba(196,239,23,.6));
    stroke-dasharray: 800;
    stroke-dashoffset: 800;
    animation: ecgDraw 3s linear infinite;
}
@keyframes ecgDraw {
    0%   { stroke-dashoffset: 800; }
    100% { stroke-dashoffset: 0; }
}
.vitals-label {
    position: absolute;
    bottom: 8px; left: 12px; right: 12px;
    display: flex;
    justify-content: space-between;
    font-size: 10px;
    color: rgba(255,255,255,.5);
}
.vitals-label span:last-child { color: #C4EF17; font-weight: 500; }

/* Stats grid */
.vitals-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    margin-bottom: 20px;
}
.vitals-cell {
    padding: 14px 16px;
    background: rgba(255,255,255,.02);
    border: 1px solid rgba(255,255,255,.05);
    border-radius: 4px;
    transition: border-color .3s, background .3s;
}
.vitals-cell:hover {
    border-color: rgba(196,239,23,.2);
    background: rgba(196,239,23,.02);
}
.vitals-cell-lbl {
    display: block;
    font-size: 9px;
    color: rgba(255,255,255,.4);
    margin-bottom: 6px;
}
.vitals-cell-val {
    display: block;
    font-family: 'Marcellus', serif;
    font-size: 28px;
    color: #C4EF17;
    line-height: 1;
    font-weight: 400;
    margin-bottom: 4px;
}
.vitals-cell-val em {
    font-size: 16px;
    font-style: normal;
    color: rgba(196,239,23,.6);
}
.vitals-cell-unit {
    display: block;
    font-size: 9px;
    color: rgba(255,255,255,.35);
}

/* Bars */
.vitals-bars {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 20px;
}
.vitals-bar {
    display: grid;
    grid-template-columns: 90px 1fr 36px;
    gap: 12px;
    align-items: center;
    font-size: 10px;
}
.vitals-bar > span:first-child {
    color: rgba(255,255,255,.55);
}
.vitals-bar > span:last-child {
    color: #C4EF17;
    text-align: right;
    font-weight: 500;
}
.bar-track {
    height: 3px;
    background: rgba(255,255,255,.06);
    border-radius: 2px;
    overflow: hidden;
}
.bar-fill {
    height: 100%;
    background: linear-gradient(90deg, #C4EF17, rgba(196,239,23,.6));
    border-radius: 2px;
    box-shadow: 0 0 8px rgba(196,239,23,.4);
    animation: barGrow 1.2s cubic-bezier(.16,1,.3,1);
}
@keyframes barGrow {
    from { width: 0 !important; }
}

/* Panel foot */
.vitals-foot {
    display: flex;
    justify-content: space-between;
    padding-top: 16px;
    border-top: 1px solid rgba(255,255,255,.06);
    font-size: 9px;
    color: rgba(255,255,255,.35);
}
.vitals-foot span:first-child { color: rgba(196,239,23,.6); }

/* Hero trust strip */
.hc-hero-strip {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    padding-top: 32px;
    border-top: 1px solid rgba(255,255,255,.08);
}
.strip-cell {
    display: flex;
    flex-direction: column;
    gap: 4px;
}
.strip-cell strong {
    font-family: 'Marcellus', serif;
    font-size: clamp(22px, 2.2vw, 30px);
    color: #C4EF17;
    line-height: 1;
    font-weight: 400;
}
.strip-cell span {
    font-size: 10px;
    color: rgba(255,255,255,.4);
}


/* ========================================
   ECG DIVIDER
========================================= */

.ecg-divider {
    padding: 48px 0;
    background: #000;
}
.ecg-divider svg {
    width: 100%;
    height: 40px;
    display: block;
}
.ecg-divider path {
    filter: drop-shadow(0 0 3px rgba(196,239,23,.3));
}


/* ========================================
   SECTION HEADS (shared)
========================================= */

.hc-section-head {
    max-width: 680px;
    margin-bottom: 64px;
}
.hc-section-head h2 { margin: 10px 0 18px; }
.hc-section-head p {
    font-size: 16px;
    color: rgba(255,255,255,.5);
    line-height: 1.75;
}


/* ========================================
   SERVICES — Accordion
========================================= */

.hc-services { padding: 100px 0 120px; }

.hc-accordion {
    border-top: 1px solid rgba(255,255,255,.08);
}

.hc-acc-item {
    border-bottom: 1px solid rgba(255,255,255,.08);
    transition: background .3s ease;
}
.hc-acc-item.is-open {
    background: linear-gradient(180deg, rgba(196,239,23,.03) 0%, rgba(196,239,23,0) 60%);
}

.hc-acc-head {
    display: grid;
    grid-template-columns: 60px 1fr 28px;
    gap: 28px;
    align-items: center;
    width: 100%;
    padding: 28px 0;
    background: transparent;
    border: none;
    cursor: pointer;
    text-align: left;
    font-family: inherit;
    color: inherit;
    transition: padding .35s;
}
.hc-acc-item:hover .hc-acc-head {
    padding-left: 8px;
    padding-right: 8px;
}

.hc-acc-num {
    font-family: 'Marcellus', serif;
    font-size: 22px;
    color: rgba(255,255,255,.35);
    line-height: 1;
    transition: color .3s;
}
.hc-acc-item.is-open .hc-acc-num,
.hc-acc-item:hover .hc-acc-num { color: #C4EF17; }

.hc-acc-title {
    display: flex;
    flex-direction: column;
    gap: 4px;
    min-width: 0;
}
.hc-acc-title h3 {
    font-family: 'Marcellus', serif;
    font-size: clamp(20px, 2vw, 26px);
    color: rgba(255,255,255,.75);
    font-weight: 400;
    line-height: 1.25;
    transition: color .3s;
    margin: 0;
}
.hc-acc-item.is-open .hc-acc-title h3 { color: #fff; }
.hc-acc-title .mono {
    font-size: 10px;
    color: rgba(255,255,255,.35);
    text-transform: uppercase;
}
.hc-acc-item.is-open .hc-acc-title .mono { color: #C4EF17; }

.hc-acc-icon {
    position: relative;
    width: 28px; height: 28px;
    border: 1px solid rgba(255,255,255,.15);
    border-radius: 50%;
    transition: border-color .3s, background .3s, transform .3s;
}
.hc-acc-icon::before,
.hc-acc-icon::after {
    content: '';
    position: absolute;
    background: rgba(255,255,255,.6);
    transition: background .3s;
}
.hc-acc-icon::before {
    top: 50%; left: 25%; right: 25%;
    height: 1px;
    transform: translateY(-50%);
}
.hc-acc-icon::after {
    left: 50%; top: 25%; bottom: 25%;
    width: 1px;
    transform: translateX(-50%);
    transition: transform .35s cubic-bezier(.16,1,.3,1), opacity .3s;
}
.hc-acc-item.is-open .hc-acc-icon {
    background: #C4EF17;
    border-color: #C4EF17;
    transform: rotate(90deg);
}
.hc-acc-item.is-open .hc-acc-icon::before,
.hc-acc-item.is-open .hc-acc-icon::after { background: #000; }
.hc-acc-item.is-open .hc-acc-icon::after {
    transform: translateX(-50%) scaleY(0);
    opacity: 0;
}

/* Accordion body */
.hc-acc-body {
    max-height: 0;
    overflow: hidden;
    transition: max-height .5s cubic-bezier(.16,1,.3,1);
}
.hc-acc-item.is-open .hc-acc-body {
    max-height: 300px;
}

.hc-acc-inner {
    padding: 0 0 32px 88px;
    max-width: 820px;
}
.hc-acc-inner p {
    font-size: 15px;
    color: rgba(255,255,255,.65);
    line-height: 1.75;
    margin-bottom: 18px;
}
.hc-acc-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}
.hc-acc-tags span {
    padding: 5px 12px;
    background: rgba(196,239,23,.06);
    border: 1px solid rgba(196,239,23,.2);
    border-radius: 100px;
    font-family: 'JetBrains Mono', monospace;
    font-size: 11px;
    color: #C4EF17;
    letter-spacing: .02em;
}


/* ========================================
   ADVANCED SOLUTIONS
========================================= */

.hc-advanced {
    padding: 80px 0;
    background: #050505;
}

.hc-adv-layout {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    align-items: start;
}
.hc-adv-left h2 { margin: 10px 0 20px; }
.hc-adv-left p {
    font-size: 16px;
    color: rgba(255,255,255,.55);
    line-height: 1.8;
    max-width: 480px;
}

.hc-check-list {
    display: flex;
    flex-direction: column;
    gap: 0;
    list-style: none;
    padding: 0;
    margin: 0 0 32px 0;
    border-top: 1px solid rgba(255,255,255,.08);
}
.hc-check-list li {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 18px 0;
    border-bottom: 1px solid rgba(255,255,255,.08);
    font-size: 16px;
    color: rgba(255,255,255,.75);
    transition: padding .3s, color .3s;
}
.hc-check-list li:hover {
    padding-left: 8px;
    color: #fff;
}
.hc-check {
    flex-shrink: 0;
    width: 28px; height: 28px;
    border-radius: 50%;
    background: rgba(196,239,23,.1);
    border: 1px solid rgba(196,239,23,.3);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background .25s, transform .25s;
}
.hc-check-list li:hover .hc-check {
    background: #C4EF17;
    transform: scale(1.08);
}
.hc-check-list li:hover .hc-check svg path { stroke: #000; }

/* Impact card */
.hc-adv-card {
    padding: 32px;
    background: linear-gradient(135deg, rgba(196,239,23,.08) 0%, rgba(0,0,0,0) 100%);
    border: 1px solid rgba(196,239,23,.2);
    border-radius: 4px;
    position: relative;
    overflow: hidden;
}
.hc-adv-card-icon {
    width: 48px; height: 48px;
    background: rgba(196,239,23,.1);
    border: 1px solid rgba(196,239,23,.3);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}
.hc-adv-card strong {
    display: block;
    font-family: 'Marcellus', serif;
    font-size: clamp(32px, 3.5vw, 48px);
    color: #C4EF17;
    line-height: 1;
    margin-bottom: 8px;
    font-weight: 400;
}
.hc-adv-card span {
    display: block;
    font-size: 15px;
    color: rgba(255,255,255,.6);
    line-height: 1.6;
}


/* ========================================
   PROCESS — Horizontal Pathway
========================================= */

.hc-process {
    padding: 50px 0 80px;
}

.hc-pathway {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 20px;
    position: relative;
}
.hc-pathway::before {
    content: '';
    position: absolute;
    top: 20px;
    left: 40px; right: 40px;
    height: 1px;
    background-image: linear-gradient(90deg, rgba(196,239,23,.3) 50%, transparent 50%);
    background-size: 12px 1px;
    z-index: 0;
}

.hc-path-step {
    text-align: left;
    padding-top: 56px;
    position: relative;
    z-index: 1;
}

.hc-path-dot {
    position: absolute;
    top: 0;
    left: 0;
    width: 40px; height: 40px;
    background: #000;
    border: 1.5px solid rgba(196,239,23,.4);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'JetBrains Mono', monospace;
    font-size: 12px;
    font-weight: 500;
    color: #C4EF17;
    letter-spacing: .5px;
    transition: all .35s cubic-bezier(.16,1,.3,1);
}
.hc-path-step:hover .hc-path-dot {
    background: #C4EF17;
    border-color: #C4EF17;
    color: #000;
    transform: scale(1.08);
    box-shadow: 0 0 24px rgba(196,239,23,.35);
}

.hc-path-step h3 {
    font-family: 'Marcellus', serif;
    font-size: 17px;
    color: #fff;
    margin-bottom: 12px;
    line-height: 1.3;
    font-weight: 400;
}

.hc-path-step ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.hc-path-step ul li {
    font-family: 'JetBrains Mono', monospace;
    font-size: 11px;
    color: rgba(255,255,255,.45);
    padding: 4px 0;
    line-height: 1.5;
    position: relative;
    padding-left: 12px;
}
.hc-path-step ul li::before {
    content: '·';
    position: absolute;
    left: 0;
    color: #C4EF17;
}


/* ========================================
   USE CASES — Asymmetric Masonry
========================================= */

.hc-usecases {
    padding: 80px 0;
    background: #050505;
}

.hc-uc-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-auto-rows: minmax(200px, auto);
    gap: 16px;
}

.hc-uc-card {
    background: #080808;
    border: 1px solid rgba(255,255,255,.07);
    border-radius: 4px;
    padding: 28px;
    position: relative;
    overflow: hidden;
    transition: border-color .35s, transform .35s, background .35s;
}
.hc-uc-card:hover {
    border-color: rgba(196,239,23,.3);
    transform: translateY(-4px);
    background: #0c0c0c;
}
.hc-uc-card::before {
    content: '';
    position: absolute; top: 0; left: 0;
    width: 100%; height: 2px;
    background: #C4EF17;
    transform: scaleX(0); transform-origin: left;
    transition: transform .45s cubic-bezier(.16,1,.3,1);
}
.hc-uc-card:hover::before { transform: scaleX(1); }

.hc-uc-card--wide { grid-column: span 2; }
.hc-uc-card--tall { grid-row: span 2; display: flex; flex-direction: column; }

.hc-uc-icon {
    width: 52px; height: 52px;
    background: rgba(196,239,23,.08);
    border: 1px solid rgba(196,239,23,.2);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 22px;
    transition: transform .3s;
}
.hc-uc-card:hover .hc-uc-icon {
    transform: rotate(8deg) scale(1.05);
}

.hc-uc-card h3 {
    font-family: 'Marcellus', serif;
    font-size: 19px;
    color: #fff;
    margin-bottom: 10px;
    line-height: 1.3;
    font-weight: 400;
}

.hc-uc-card p {
    font-size: 13px;
    color: rgba(255,255,255,.5);
    line-height: 1.7;
}

.hc-uc-card--wide p {
    max-width: 520px;
}

.hc-uc-bullets {
    margin-top: 18px;
    padding-top: 18px;
    border-top: 1px solid rgba(255,255,255,.06);
    display: flex;
    flex-direction: column;
    gap: 6px;
    list-style: none;
    padding-left: 0;
}
.hc-uc-bullets li {
    font-size: 11px;
    color: rgba(255,255,255,.5);
    padding-left: 12px;
    position: relative;
}
.hc-uc-bullets li::before {
    content: '·';
    position: absolute;
    left: 0;
    color: #C4EF17;
}


/* ========================================
   TRUSTED PROVIDER
========================================= */

.hc-trusted { padding: 100px 0 120px; }

.hc-trusted-layout {
    display: grid;
    grid-template-columns: 1.1fr 1fr;
    gap: 80px;
    align-items: start;
}
.hc-trusted-left h2 { margin: 10px 0 24px; }
.hc-trusted-left p {
    font-size: 16px;
    color: rgba(255,255,255,.55);
    line-height: 1.8;
    margin-bottom: 32px;
    max-width: 540px;
}

.hc-trusted-metric {
    padding: 24px 28px;
    background: linear-gradient(135deg, rgba(196,239,23,.06) 0%, rgba(0,0,0,0) 100%);
    border: 1px solid rgba(196,239,23,.2);
    border-left: 3px solid #C4EF17;
    border-radius: 0 4px 4px 0;
}
.hc-trusted-metric strong {
    display: block;
    font-family: 'Marcellus', serif;
    font-size: 40px;
    color: #C4EF17;
    line-height: 1;
    margin-bottom: 6px;
    font-weight: 400;
}
.hc-trusted-metric span {
    display: block;
    font-size: 14px;
    color: rgba(255,255,255,.55);
    line-height: 1.6;
}

.hc-trusted-label {
    display: block;
    font-size: 11px;
    color: rgba(255,255,255,.4);
    letter-spacing: 2px;
    margin-bottom: 24px;
}

.hc-trusted-list {
    list-style: none;
    padding: 0;
    margin: 0;
    border-top: 1px solid rgba(255,255,255,.08);
}
.hc-trusted-list li {
    display: grid;
    grid-template-columns: 50px 1fr;
    gap: 20px;
    align-items: center;
    padding: 22px 0;
    border-bottom: 1px solid rgba(255,255,255,.08);
    font-family: 'Marcellus', serif;
    font-size: clamp(18px, 1.8vw, 22px);
    color: rgba(255,255,255,.8);
    transition: color .3s, padding .3s;
}
.hc-trusted-list li:hover {
    color: #fff;
    padding-left: 8px;
}
.hc-trusted-num {
    font-family: 'JetBrains Mono', monospace;
    font-size: 13px;
    color: #C4EF17;
    letter-spacing: .5px;
}


/* ========================================
   WHY CHOOSE US — Staggered Credential Cards
========================================= */

.hc-why {
    padding: 60px 0 80px;
    background: #050505;
    position: relative;
}

.hc-why-layout {
    display: grid;
    grid-template-columns: 1fr 1.4fr;
    gap: 80px;
    align-items: start;
}

/* Left intro - sticky */
.hc-why-intro {
    position: sticky;
    top: 120px;
    align-self: start;
}
.hc-why-intro h2 { margin: 10px 0 20px; }
.hc-why-intro > div > p {
    font-size: 15px;
    color: rgba(255,255,255,.55);
    line-height: 1.8;
    margin-bottom: 28px;
    max-width: 380px;
}

.hc-why-badge {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 8px 14px;
    background: rgba(196,239,23,.06);
    border: 1px solid rgba(196,239,23,.25);
    border-radius: 100px;
    font-size: 10px;
    color: #C4EF17;
}

/* Right: staggered card grid */
.hc-why-cards {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
    position: relative;
}

/* Stagger odd columns down for visual rhythm */
.hc-why-cards .hc-why-card:nth-child(2n) {
    transform: translateY(40px);
}

/* Card base */
.hc-why-card {
    background: linear-gradient(180deg, #0a0a0a 0%, #060606 100%);
    border: 1px solid rgba(255,255,255,.07);
    border-radius: 4px;
    padding: 28px 26px;
    position: relative;
    overflow: hidden;
    transition:
        border-color .4s cubic-bezier(.16,1,.3,1),
        transform    .4s cubic-bezier(.16,1,.3,1),
        background   .4s ease;
    display: flex;
    flex-direction: column;
    gap: 0;
    min-height: 280px;
}

/* Respect the stagger on hover too */
.hc-why-cards .hc-why-card:nth-child(2n):hover {
    transform: translateY(36px);
    border-color: rgba(196,239,23,.3);
    background: linear-gradient(180deg, #0e0e0e 0%, #080808 100%);
}
.hc-why-cards .hc-why-card:nth-child(odd):hover {
    transform: translateY(-4px);
    border-color: rgba(196,239,23,.3);
    background: linear-gradient(180deg, #0e0e0e 0%, #080808 100%);
}

/* Animated corner accent */
.hc-why-card::before {
    content: '';
    position: absolute;
    top: 0; left: 0;
    width: 40px; height: 40px;
    border-top: 1px solid transparent;
    border-left: 1px solid transparent;
    transition: all .4s cubic-bezier(.16,1,.3,1);
}
.hc-why-card::after {
    content: '';
    position: absolute;
    bottom: 0; right: 0;
    width: 40px; height: 40px;
    border-bottom: 1px solid transparent;
    border-right: 1px solid transparent;
    transition: all .4s cubic-bezier(.16,1,.3,1);
}
.hc-why-card:hover::before {
    border-top-color: #C4EF17;
    border-left-color: #C4EF17;
    width: 60px; height: 60px;
}
.hc-why-card:hover::after {
    border-bottom-color: #C4EF17;
    border-right-color: #C4EF17;
    width: 60px; height: 60px;
}

/* Top row: credential number + status dot */
.hc-why-card-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 18px;
    margin-bottom: 22px;
    border-bottom: 1px dashed rgba(255,255,255,.08);
}

.hc-why-card-num {
    font-size: 10px;
    color: rgba(196,239,23,.7);
    letter-spacing: 1px;
}

.hc-why-card-dot {
    width: 6px; height: 6px;
    border-radius: 50%;
    background: rgba(255,255,255,.2);
    transition: background .3s, box-shadow .3s;
}
.hc-why-card:hover .hc-why-card-dot {
    background: #C4EF17;
    box-shadow: 0 0 10px rgba(196,239,23,.6);
}

/* Icon circle */
.hc-why-card-icon {
    width: 46px; height: 46px;
    border-radius: 50%;
    background: rgba(196,239,23,.08);
    border: 1px solid rgba(196,239,23,.2);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    transition: transform .35s, background .35s;
}
.hc-why-card:hover .hc-why-card-icon {
    transform: rotate(8deg) scale(1.05);
    background: rgba(196,239,23,.12);
}

.hc-why-card h3 {
    font-family: 'Marcellus', serif;
    font-size: 20px;
    color: #fff;
    line-height: 1.25;
    margin-bottom: 12px;
    font-weight: 400;
}

.hc-why-card p {
    font-size: 13px;
    color: rgba(255,255,255,.5);
    line-height: 1.7;
    margin-bottom: 20px;
    flex: 1;
}

.hc-why-card-tag {
    display: inline-block;
    align-self: flex-start;
    padding: 5px 11px;
    background: rgba(255,255,255,.04);
    border: 1px solid rgba(255,255,255,.08);
    border-radius: 2px;
    font-size: 10px;
    color: rgba(255,255,255,.5);
    letter-spacing: 1px;
    transition: all .3s;
}
.hc-why-card:hover .hc-why-card-tag {
    background: rgba(196,239,23,.08);
    border-color: rgba(196,239,23,.3);
    color: #C4EF17;
}

/* Responsive */
@media (max-width: 1100px) {
    .hc-why-layout {
        grid-template-columns: 1fr;
        gap: 56px;
    }
    .hc-why-intro {
        position: static;
    }
}

@media (max-width: 700px) {
    .hc-why-cards {
        grid-template-columns: 1fr;
        gap: 14px;
    }
    .hc-why-cards .hc-why-card:nth-child(2n) {
        transform: translateY(0);
    }
    .hc-why-cards .hc-why-card:nth-child(2n):hover {
        transform: translateY(-4px);
    }
    .hc-why-card { min-height: auto; padding: 24px 22px; }
}


/* ========================================
   BENEFITS — Large Type Rows
========================================= */

.hc-benefits {
    padding: 60px 0 80px;
}

.hc-ben-stack {
    border-top: 1px solid rgba(255,255,255,.08);
}
.hc-ben-row {
    display: grid;
    grid-template-columns: 80px 1fr auto;
    gap: 28px;
    align-items: center;
    padding: 26px 0;
    border-bottom: 1px solid rgba(255,255,255,.08);
    transition: padding .35s, background .35s;
    position: relative;
    overflow: hidden;
}
.hc-ben-row::before {
    content: '';
    position: absolute;
    inset: 0;
    background: rgba(196,239,23,.03);
    transform: translateX(-100%);
    transition: transform .55s cubic-bezier(.16,1,.3,1);
    z-index: -1;
}
.hc-ben-row:hover::before { transform: translateX(0); }
.hc-ben-row:hover { padding-left: 20px; padding-right: 20px; }

.hc-ben-num {
    font-size: 13px;
    color: rgba(196,239,23,.7);
}

.hc-ben-row h3 {
    font-family: 'Marcellus', serif;
    font-size: clamp(24px, 2.6vw, 34px);
    color: rgba(255,255,255,.8);
    font-weight: 400;
    line-height: 1.2;
    transition: color .3s;
    margin: 0;
}
.hc-ben-row:hover h3 { color: #C4EF17; }

.hc-ben-meta {
    font-size: 10px;
    color: rgba(255,255,255,.35);
    letter-spacing: 1.5px;
    text-align: right;
}


/* ========================================
   CASE STUDIES — Tabbed (reuses cs- classes)
========================================= */

.hc-cases {
    padding: 100px 0 120px;
    background: #050505;
}

/* Inherit cs-showcase, cs-tabs, cs-panels, cs-panel, etc from single-service.css
   if this page is loaded standalone, include fallback */
.cs-showcase {
    display: grid;
    grid-template-columns: 1fr 1.4fr;
    gap: 40px;
    align-items: stretch;
    min-height: 560px;
}
.cs-tabs {
    display: flex;
    flex-direction: column;
    border-top: 1px solid rgba(255,255,255,.08);
}
.cs-tab {
    display: grid;
    grid-template-columns: 56px 1fr 24px;
    gap: 20px;
    align-items: center;
    padding: 24px 20px 24px 4px;
    background: transparent;
    border: none;
    border-bottom: 1px solid rgba(255,255,255,.08);
    cursor: pointer;
    text-align: left;
    color: #fff;
    transition: background .35s, padding .35s;
    position: relative;
    overflow: hidden;
    font-family: inherit;
}
.cs-tab::before {
    content: '';
    position: absolute;
    left: 0; top: 0; bottom: 0;
    width: 2px;
    background: #C4EF17;
    transform: scaleY(0);
    transform-origin: top;
    transition: transform .4s cubic-bezier(.16,1,.3,1);
}
.cs-tab.is-active::before { transform: scaleY(1); }
.cs-tab.is-active { background: rgba(196,239,23,.03); padding-left: 20px; }
.cs-tab:hover:not(.is-active) { background: rgba(255,255,255,.02); padding-left: 12px; }

.cs-tab-num {
    font-family: 'Marcellus', serif;
    font-size: 22px;
    color: rgba(255,255,255,.3);
    line-height: 1;
    transition: color .3s;
}
.cs-tab.is-active .cs-tab-num { color: #C4EF17; }

.cs-tab-info { display: flex; flex-direction: column; gap: 4px; min-width: 0; }
.cs-tab-cat {
    font-family: 'Outfit', sans-serif;
    font-size: 11px; font-weight: 600;
    letter-spacing: 1.5px; text-transform: uppercase;
    color: rgba(255,255,255,.4);
    transition: color .3s;
}
.cs-tab.is-active .cs-tab-cat { color: #C4EF17; }
.cs-tab-title {
    font-family: 'Marcellus', serif;
    font-size: clamp(17px, 1.5vw, 20px);
    color: rgba(255,255,255,.7);
    line-height: 1.3;
    transition: color .3s;
}
.cs-tab.is-active .cs-tab-title { color: #fff; }
.cs-tab-arrow {
    font-size: 18px;
    color: rgba(255,255,255,.2);
    transition: color .3s, transform .3s;
    line-height: 1;
}
.cs-tab.is-active .cs-tab-arrow {
    color: #C4EF17;
    transform: translateX(4px);
}

.cs-panels {
    position: relative;
    background: #080808;
    border: 1px solid rgba(255,255,255,.07);
    border-radius: 4px;
    overflow: hidden;
    min-height: 560px;
}
.cs-panel {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    opacity: 0;
    transform: translateY(24px);
    pointer-events: none;
    transition: opacity .5s cubic-bezier(.16,1,.3,1), transform .5s cubic-bezier(.16,1,.3,1);
}
.cs-panel.is-active {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
    z-index: 1;
}
.cs-panel-img {
    position: relative;
    width: 100%; height: 260px;
    overflow: hidden;
    flex-shrink: 0;
}
.cs-panel-img img {
    width: 100%; height: 100%;
    object-fit: cover;
    filter: grayscale(30%) brightness(.8);
    transition: transform .8s cubic-bezier(.16,1,.3,1);
}
.cs-panel.is-active .cs-panel-img img { transform: scale(1.02); }
.cs-panel-img::after {
    content: '';
    position: absolute; inset: 0;
    background: linear-gradient(to bottom, transparent 0%, rgba(8,8,8,.8) 100%);
}
.cs-panel-badge {
    position: absolute;
    top: 20px; left: 20px;
    z-index: 1;
    padding: 6px 14px;
    background: #C4EF17;
    color: #000;
    font-family: 'Outfit', sans-serif;
    font-size: 11px; font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    border-radius: 2px;
}
.cs-panel-body {
    padding: 32px 36px 36px;
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 18px;
}
.cs-panel-body h3 {
    font-family: 'Marcellus', serif;
    font-size: clamp(22px, 2.2vw, 28px);
    color: #fff;
    line-height: 1.2;
    font-weight: 400;
    margin: 0;
}
.cs-panel-body > p {
    font-size: 15px;
    color: rgba(255,255,255,.55);
    line-height: 1.75;
}
.cs-metrics {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
    padding: 20px 0;
    border-top: 1px solid rgba(255,255,255,.06);
    border-bottom: 1px solid rgba(255,255,255,.06);
}
.cs-metric strong {
    display: block;
    font-family: 'Marcellus', serif;
    font-size: clamp(22px, 2vw, 28px);
    color: #C4EF17;
    line-height: 1;
    margin-bottom: 4px;
}
.cs-metric span {
    display: block;
    font-size: 11px;
    color: rgba(255,255,255,.4);
    letter-spacing: .5px;
    text-transform: uppercase;
}
.cs-tech {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
}
.cs-tech-label {
    font-family: 'Outfit', sans-serif;
    font-size: 11px; font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: rgba(255,255,255,.35);
    margin-right: 4px;
}
.cs-tech-chip {
    padding: 5px 10px;
    background: rgba(255,255,255,.04);
    border: 1px solid rgba(255,255,255,.08);
    border-radius: 2px;
    font-family: 'Outfit', sans-serif;
    font-size: 12px; font-weight: 500;
    color: rgba(255,255,255,.65);
}
.cs-cta {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-family: 'Outfit', sans-serif;
    font-size: 13px; font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #C4EF17;
    margin-top: auto;
    align-self: flex-start;
    transition: gap .2s ease;
    text-decoration: none;
}
.cs-cta:hover { gap: 16px; }
.cs-cta svg { transition: transform .2s; }
.cs-cta:hover svg { transform: translate(3px, -3px); }


/* ========================================
   FAQ
========================================= */

.hc-faq { padding: 60px 0 80px; }


/* ========================================
   FINAL CTA — Appointment Card
========================================= */

.hc-cta {
    position: relative;
    padding: 140px 0;
    overflow: hidden;
    background: #000;
    isolation: isolate;
}

.hc-cta-bg {
    position: absolute;
    inset: 0;
    z-index: -1;
}
.hc-cta-grid-pattern {
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(rgba(196,239,23,.05) 1px, transparent 1px),
        linear-gradient(90deg, rgba(196,239,23,.05) 1px, transparent 1px);
    background-size: 60px 60px;
    mask-image: radial-gradient(ellipse at center, #000 30%, transparent 75%);
    -webkit-mask-image: radial-gradient(ellipse at center, #000 30%, transparent 75%);
}
.hc-cta-glow {
    position: absolute;
    top: 50%; left: 50%;
    transform: translate(-50%, -50%);
    width: 700px; height: 700px;
    background: radial-gradient(circle,
        rgba(196,239,23,.18) 0%,
        rgba(196,239,23,.06) 30%,
        transparent 65%);
    filter: blur(30px);
    animation: hcCtaGlow 8s ease-in-out infinite;
}
@keyframes hcCtaGlow {
    0%, 100% { opacity: 1; transform: translate(-50%, -50%) scale(1); }
    50%       { opacity: .8; transform: translate(-50%, -50%) scale(1.08); }
}

/* Card */
.hc-cta-card {
    max-width: 920px;
    margin: 0 auto;
    background: linear-gradient(180deg, #0a0a0a 0%, #050505 100%);
    border: 1px solid rgba(196,239,23,.15);
    border-radius: 6px;
    padding: 56px 60px;
    position: relative;
    box-shadow:
        0 0 0 1px rgba(196,239,23,.04),
        0 20px 60px rgba(0,0,0,.5),
        inset 0 1px 0 rgba(196,239,23,.1);
}
.hc-cta-card::before {
    content: '';
    position: absolute;
    top: 0; left: 40px; right: 40px;
    height: 1px;
    background: linear-gradient(90deg, transparent, #C4EF17, transparent);
    opacity: .6;
}

.hc-cta-card-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 24px;
    margin-bottom: 32px;
    border-bottom: 1px solid rgba(255,255,255,.06);
}
.hc-cta-status {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 10px;
    color: rgba(255,255,255,.7);
}
.hc-cta-dept {
    font-size: 10px;
    color: rgba(255,255,255,.35);
}

.hc-cta-title {
    font-family: 'Marcellus', serif;
    font-size: clamp(30px, 4vw, 52px);
    color: #fff;
    line-height: 1.1;
    letter-spacing: -.015em;
    margin-bottom: 24px;
    font-weight: 400;
}
.hc-cta-title .skew-in { display: block; }
.hc-cta-title em {
    display: block;
    color: #C4EF17;
    font-style: normal;
}

.hc-cta-sub {
    font-size: clamp(14px, 1.1vw, 16px);
    color: rgba(255,255,255,.6);
    line-height: 1.8;
    max-width: 640px;
    margin-bottom: 40px;
    font-weight: 300;
}

/* Buttons */
.hc-cta-actions {
    display: flex;
    align-items: center;
    gap: 14px;
    flex-wrap: wrap;
    margin-bottom: 36px;
}

.hc-cta-btn {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    font-family: 'Outfit', sans-serif;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: .05em;
    text-transform: uppercase;
    text-decoration: none;
    padding: 16px 28px;
    border-radius: 3px;
    transition: all .3s cubic-bezier(.16,1,.3,1);
    position: relative;
    overflow: hidden;
}

.hc-cta-btn--primary {
    background: #C4EF17;
    color: #000;
    border: 1px solid #C4EF17;
    box-shadow: 0 8px 24px rgba(196,239,23,.15);
}
.hc-cta-btn--primary::before {
    content: '';
    position: absolute; inset: 0;
    background: linear-gradient(120deg, transparent 30%, rgba(255,255,255,.4) 50%, transparent 70%);
    transform: translateX(-100%);
    transition: transform .6s ease;
}
.hc-cta-btn--primary:hover {
    background: #fff;
    border-color: #fff;
    transform: translateY(-3px);
    box-shadow: 0 0 40px rgba(196,239,23,.3), 0 12px 40px rgba(196,239,23,.25);
}
.hc-cta-btn--primary:hover::before { transform: translateX(100%); }

.hc-cta-btn-arrow {
    display: inline-flex;
    align-items: center; justify-content: center;
    width: 26px; height: 26px;
    background: #000;
    color: #C4EF17;
    border-radius: 50%;
    transition: transform .3s cubic-bezier(.16,1,.3,1);
}
.hc-cta-btn--primary:hover .hc-cta-btn-arrow { transform: rotate(-45deg); }

.hc-cta-btn--outline {
    background: rgba(255,255,255,.03);
    color: #fff;
    border: 1px solid rgba(255,255,255,.2);
    backdrop-filter: blur(8px);
}
.hc-cta-btn--outline:hover {
    border-color: #C4EF17;
    color: #C4EF17;
    background: rgba(196,239,23,.06);
    transform: translateY(-3px);
}

.hc-cta-btn--ghost {
    background: transparent;
    color: rgba(255,255,255,.55);
    border: 1px solid transparent;
    padding: 16px 14px;
}
.hc-cta-btn--ghost:hover {
    color: #C4EF17;
    transform: translateY(-3px);
}

/* Footer */
.hc-cta-foot {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
    padding-top: 28px;
    border-top: 1px solid rgba(255,255,255,.06);
}
.hc-cta-foot-item {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 10px;
    color: rgba(255,255,255,.55);
}


/* ========================================
   RESPONSIVE
========================================= */

@media (max-width: 1100px) {
    .hc-hero-layout {
        grid-template-columns: 1fr;
        gap: 48px;
    }
    .vitals-panel { max-width: 480px; margin: 0 auto; }

    .hc-adv-layout,
    .hc-trusted-layout { grid-template-columns: 1fr; gap: 48px; }

    .hc-pathway { grid-template-columns: 1fr 1fr; row-gap: 40px; }
    .hc-pathway::before { display: none; }

    .hc-uc-grid { grid-template-columns: 1fr 1fr; }
    .hc-uc-card--wide { grid-column: span 2; }
    .hc-uc-card--tall { grid-row: auto; }

    .cs-showcase { grid-template-columns: 1fr; }
    .cs-tab { padding: 18px 14px; }
    .cs-panels { min-height: auto; }
    .cs-panel { position: relative; inset: auto; }
    .cs-panel:not(.is-active) { display: none; }
}

@media (max-width: 700px) {
    .hc-hero { padding: 120px 0 60px; min-height: auto; }
    .hc-hero h1 { font-size: clamp(28px, 8vw, 40px); }

    .hc-hero-strip { grid-template-columns: 1fr 1fr; gap: 18px; }

    .hc-services,
    .hc-advanced,
    .hc-process,
    .hc-usecases,
    .hc-trusted,
    .hc-why,
    .hc-benefits,
    .hc-cases,
    .hc-faq { padding: 72px 0; }

    .hc-acc-head { grid-template-columns: 40px 1fr 24px; gap: 16px; }
    .hc-acc-inner { padding: 0 0 24px 56px; }

    .hc-pathway { grid-template-columns: 1fr; }
    .hc-uc-grid { grid-template-columns: 1fr; }
    .hc-uc-card--wide, .hc-uc-card--tall { grid-column: auto; grid-row: auto; }

    .hc-ben-row { grid-template-columns: 50px 1fr; }
    .hc-ben-meta { grid-column: 1 / -1; text-align: left; padding-left: 50px; }

    .hc-cta { padding: 80px 0; }
    .hc-cta-card { padding: 36px 24px; }
    .hc-cta-actions { flex-direction: column; align-items: stretch; }
    .hc-cta-btn { justify-content: center; }
}