/* ==================================================
   HACCP All-Ireland Coverage · 2026 premium rebuild
   New architecture: intro split + glance panel,
   essentials tiles, asymmetric coverage board,
   centered conversion band. Prefix: hcv
   ================================================== */
.hcvSection {
    --hcv-ink: #0b1526;
    --hcv-body: #33465e;
    --hcv-soft: #475569;
    --hcv-green-900: #064e3b;
    --hcv-green-700: #047857;
    --hcv-green-600: #059669;
    --hcv-green-500: #10b981;
    --hcv-amber-700: #b45309;
    --hcv-amber-600: #d97706;
    --hcv-orange-500: #f97316;
    --hcv-orange-600: #ea580c;
    --hcv-line: rgba(11, 21, 38, 0.08);
    --hcv-r-lg: 28px;
    --hcv-r-md: 18px;
    --hcv-r-sm: 12px;
    --hcv-shadow-sm: 0 1px 2px rgba(11, 21, 38, 0.05), 0 6px 16px -8px rgba(11, 21, 38, 0.08);
    --hcv-shadow-md: 0 1px 2px rgba(11, 21, 38, 0.04), 0 20px 44px -22px rgba(11, 21, 38, 0.16);
    width: 100%;
    box-sizing: border-box;
    padding: clamp(76px, 9vw, 130px) clamp(20px, 5vw, 64px);
    background:
        radial-gradient(52% 42% at 8% 0%, rgba(16, 185, 129, 0.12), transparent 62%),
        radial-gradient(46% 40% at 100% 22%, rgba(56, 189, 248, 0.08), transparent 60%),
        radial-gradient(50% 44% at 88% 100%, rgba(245, 158, 11, 0.09), transparent 62%),
        linear-gradient(180deg, #f4fbf8 0%, #ffffff 46%, #fbfdff 100%);
    position: relative;
    overflow: hidden;
    isolation: isolate;
    font-family: 'Inter', 'Plus Jakarta Sans', system-ui, -apple-system, sans-serif;
    color: var(--hcv-ink);
}
.hcvSection *, .hcvSection *::before, .hcvSection *::after { box-sizing: border-box; }
.hcvSection::before {
    content: '';
    position: absolute;
    inset: 0;
    background-image: linear-gradient(rgba(11, 21, 38, 0.035) 1px, transparent 1px), linear-gradient(90deg, rgba(11, 21, 38, 0.035) 1px, transparent 1px);
    background-size: 44px 44px;
    mask-image: radial-gradient(ellipse 62% 46% at 50% 0%, #000 0%, transparent 72%);
    -webkit-mask-image: radial-gradient(ellipse 62% 46% at 50% 0%, #000 0%, transparent 72%);
    pointer-events: none;
    z-index: -1;
}
.hcvShell {
    max-width: 1320px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}
.hcvSection a { -webkit-tap-highlight-color: transparent; }
.hcvSection a:focus-visible {
    outline: 3px solid rgba(16, 185, 129, 0.55);
    outline-offset: 3px;
    border-radius: 8px;
}

/* ----- 1 · Intro split ----- */
.hcvIntro {
    display: grid;
    grid-template-columns: minmax(0, 1.18fr) minmax(320px, 0.82fr);
    gap: clamp(32px, 4vw, 64px);
    align-items: center;
    margin-bottom: clamp(56px, 7vw, 96px);
}
.hcvFlag {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--hcv-green-700);
    background: rgba(255, 255, 255, 0.9);
    border: 1px solid rgba(16, 185, 129, 0.28);
    padding: 9px 18px 9px 14px;
    border-radius: 999px;
    box-shadow: 0 8px 22px -12px rgba(16, 185, 129, 0.5);
    margin-bottom: 24px;
}
.hcvFlagDot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--hcv-green-500), var(--hcv-green-700));
    box-shadow: 0 0 0 4px rgba(16, 185, 129, 0.18);
    flex-shrink: 0;
}
.hcvTitle {
    font-family: 'Manrope', 'Plus Jakarta Sans', system-ui, sans-serif;
    font-size: clamp(36px, 4.4vw, 58px);
    font-weight: 800;
    line-height: 1.06;
    letter-spacing: -0.026em;
    color: var(--hcv-ink);
    margin: 0 0 22px;
}
.hcvTitle em {
    font-style: normal;
    background: linear-gradient(120deg, var(--hcv-green-700) 0%, var(--hcv-green-500) 70%, #34d399 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}
.hcvIntroLead {
    font-size: clamp(17.5px, 1.5vw, 20px);
    line-height: 1.72;
    color: var(--hcv-body);
    margin: 0 0 24px;
    max-width: 620px;
}
.hcvIntroLead strong { color: var(--hcv-ink); font-weight: 700; }
.hcvTicks {
    list-style: none;
    margin: 0 0 30px;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 10px 22px;
}
.hcvTicks li {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 16px;
    font-weight: 600;
    color: var(--hcv-ink);
}
.hcvTicks li svg {
    color: #ffffff;
    background: linear-gradient(135deg, var(--hcv-green-500), var(--hcv-green-700));
    border-radius: 50%;
    padding: 3px;
    width: 19px;
    height: 19px;
    flex-shrink: 0;
    box-shadow: 0 4px 10px -4px rgba(16, 185, 129, 0.55);
}
.hcvIntroActions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
}

/* ----- Buttons ----- */
.hcvBtn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 17px 30px;
    font-family: 'Manrope', 'Inter', sans-serif;
    font-size: 16.5px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.01em;
    border-radius: 999px;
    text-decoration: none;
    white-space: nowrap;
    text-transform: none;
    transition: transform 0.22s ease, box-shadow 0.22s ease, background 0.22s ease, border-color 0.22s ease, color 0.22s ease;
}
.hcvBtn--lg { padding: 19px 34px; font-size: 17px; }
.hcvBtn--primary {
    background: linear-gradient(135deg, var(--hcv-orange-500) 0%, var(--hcv-orange-600) 100%);
    color: #ffffff;
    box-shadow: 0 16px 34px -12px rgba(249, 115, 22, 0.6), inset 0 1px 0 rgba(255, 255, 255, 0.2);
}
.hcvBtn--primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 24px 46px -14px rgba(249, 115, 22, 0.72), inset 0 1px 0 rgba(255, 255, 255, 0.24);
    color: #ffffff;
    text-decoration: none;
}
.hcvBtn--primary svg { transition: transform 0.22s ease; }
.hcvBtn--primary:hover svg { transform: translateX(3px); }
.hcvBtn--ghost {
    background: rgba(255, 255, 255, 0.92);
    color: var(--hcv-ink);
    border: 1.5px solid rgba(11, 21, 38, 0.15);
    box-shadow: var(--hcv-shadow-sm);
}
.hcvBtn--ghost:hover {
    border-color: rgba(16, 185, 129, 0.5);
    color: var(--hcv-green-900);
    background: #ffffff;
    transform: translateY(-2px);
    box-shadow: 0 14px 30px -14px rgba(16, 185, 129, 0.35);
    text-decoration: none;
}

/* ----- Glance panel ----- */
.hcvGlance {
    position: relative;
    background: rgba(255, 255, 255, 0.78);
    -webkit-backdrop-filter: blur(14px);
    backdrop-filter: blur(14px);
    border: 1px solid rgba(255, 255, 255, 0.9);
    border-radius: var(--hcv-r-lg);
    padding: clamp(26px, 2.6vw, 36px);
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.8) inset, var(--hcv-shadow-md);
}
.hcvGlance::before {
    content: '';
    position: absolute;
    top: 0;
    left: 28px;
    right: 28px;
    height: 3px;
    border-radius: 0 0 6px 6px;
    background: linear-gradient(90deg, var(--hcv-green-500), var(--hcv-green-700) 55%, var(--hcv-amber-600));
    opacity: 0.85;
}
.hcvGlanceKicker {
    display: block;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: var(--hcv-green-700);
    margin-bottom: 20px;
}
.hcvStatGrid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
}
.hcvStat {
    display: flex;
    flex-direction: column;
    gap: 6px;
    padding: 18px 18px 16px;
    background: linear-gradient(180deg, #f6fdfa 0%, #ffffff 100%);
    border: 1px solid rgba(16, 185, 129, 0.16);
    border-radius: var(--hcv-r-md);
}
.hcvStat strong {
    font-family: 'Manrope', 'Inter', sans-serif;
    font-size: clamp(24px, 2vw, 30px);
    font-weight: 800;
    letter-spacing: -0.02em;
    line-height: 1;
    color: var(--hcv-ink);
}
.hcvStat span {
    font-size: 14.5px;
    font-weight: 500;
    line-height: 1.4;
    color: var(--hcv-soft);
}
.hcvStat--hero {
    background: linear-gradient(135deg, #fff7ed 0%, #ffedd5 100%);
    border-color: rgba(249, 115, 22, 0.28);
}
.hcvStat--hero strong {
    background: linear-gradient(135deg, var(--hcv-orange-500), var(--hcv-orange-600));
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}
.hcvStat--hero span { color: #7c4a12; }
.hcvGlanceBadges {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 18px;
    padding-top: 18px;
    border-top: 1px solid rgba(16, 185, 129, 0.18);
}
.hcvBadge {
    display: inline-flex;
    align-items: center;
    padding: 8px 14px;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.05em;
    color: var(--hcv-green-900);
    background: linear-gradient(135deg, #ecfdf5 0%, #d1fae5 100%);
    border: 1px solid rgba(16, 185, 129, 0.32);
    border-radius: 999px;
}

/* ----- 2 · Row heading + essentials tiles ----- */
.hcvRowHead {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 24px;
    margin-bottom: 26px;
}
.hcvRowKicker {
    display: block;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: var(--hcv-green-700);
    margin-bottom: 8px;
}
.hcvRowTitle {
    font-family: 'Manrope', 'Plus Jakarta Sans', sans-serif;
    font-size: clamp(24px, 2.4vw, 32px);
    font-weight: 800;
    letter-spacing: -0.02em;
    line-height: 1.15;
    color: var(--hcv-ink);
    margin: 0;
}
.hcvRowHint {
    font-size: 16px;
    font-weight: 500;
    color: var(--hcv-soft);
    margin: 0;
    max-width: 340px;
    text-align: right;
    line-height: 1.5;
}
.hcvExplore {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
    margin-bottom: clamp(56px, 7vw, 96px);
}
.hcvTile {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 6px;
    padding: 22px 22px 20px;
    background: #ffffff;
    border: 1px solid var(--hcv-line);
    border-radius: var(--hcv-r-md);
    text-decoration: none;
    box-shadow: var(--hcv-shadow-sm);
    transition: transform 0.24s cubic-bezier(.2,.8,.2,1), box-shadow 0.24s ease, border-color 0.24s ease;
    overflow: hidden;
}
.hcvTile:hover {
    transform: translateY(-3px);
    border-color: rgba(16, 185, 129, 0.4);
    box-shadow: 0 22px 44px -20px rgba(16, 185, 129, 0.35);
    text-decoration: none;
}
.hcvTileIcon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    border-radius: 13px;
    background: linear-gradient(135deg, #ecfdf5 0%, #d1fae5 100%);
    color: var(--hcv-green-700);
    margin-bottom: 8px;
    transition: transform 0.24s ease;
}
.hcvTile:hover .hcvTileIcon { transform: scale(1.07); }
.hcvTileName {
    font-family: 'Manrope', 'Inter', sans-serif;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: -0.01em;
    color: var(--hcv-ink);
    line-height: 1.2;
}
.hcvTileSub {
    font-size: 16px;
    font-weight: 500;
    color: var(--hcv-soft);
    line-height: 1.45;
}
.hcvTile--featured {
    background: linear-gradient(135deg, var(--hcv-green-900) 0%, var(--hcv-green-700) 58%, var(--hcv-green-600) 100%);
    border-color: transparent;
    box-shadow: 0 20px 40px -18px rgba(4, 120, 87, 0.6);
}
.hcvTile--featured:hover {
    border-color: transparent;
    box-shadow: 0 26px 52px -20px rgba(4, 120, 87, 0.72);
}
.hcvTile--featured .hcvTileIcon {
    background: rgba(255, 255, 255, 0.16);
    color: #ffffff;
}
.hcvTile--featured .hcvTileName { color: #ffffff; }
.hcvTile--featured .hcvTileSub { color: rgba(236, 253, 245, 0.92); }
.hcvTileBadge {
    position: absolute;
    top: 16px;
    right: 16px;
    font-size: 14px;
    font-weight: 800;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--hcv-green-900);
    background: linear-gradient(135deg, #fde68a, #fbbf24);
    padding: 5px 11px;
    border-radius: 999px;
    box-shadow: 0 6px 14px -6px rgba(245, 158, 11, 0.6);
}

/* ----- 3 · Coverage board ----- */
.hcvBoard {
    display: grid;
    grid-template-columns: repeat(12, minmax(0, 1fr));
    gap: clamp(16px, 2vw, 24px);
    margin-bottom: clamp(56px, 7vw, 96px);
}
.hcvPanel {
    background: #ffffff;
    border: 1px solid var(--hcv-line);
    border-radius: var(--hcv-r-lg);
    padding: clamp(28px, 3vw, 40px);
    box-shadow: var(--hcv-shadow-sm);
    display: flex;
    flex-direction: column;
    transition: box-shadow 0.28s ease, border-color 0.28s ease;
}
.hcvPanel:hover {
    border-color: rgba(16, 185, 129, 0.3);
    box-shadow: var(--hcv-shadow-md);
}
.hcvPanel--counties {
    grid-column: span 12;
    position: relative;
    background:
        radial-gradient(70% 120% at 100% 0%, rgba(52, 211, 153, 0.28), transparent 55%),
        radial-gradient(50% 100% at 0% 100%, rgba(6, 78, 59, 0.85), transparent 70%),
        linear-gradient(125deg, #04382b 0%, #065f46 55%, #047857 100%);
    border: none;
    overflow: hidden;
    isolation: isolate;
}
.hcvPanel--counties::before {
    content: '';
    position: absolute;
    inset: 0;
    background-image: radial-gradient(rgba(255, 255, 255, 0.14) 1px, transparent 1px);
    background-size: 26px 26px;
    mask-image: radial-gradient(ellipse 55% 80% at 88% 20%, #000 0%, transparent 75%);
    -webkit-mask-image: radial-gradient(ellipse 55% 80% at 88% 20%, #000 0%, transparent 75%);
    pointer-events: none;
    z-index: -1;
}
.hcvPanel--counties:hover {
    border-color: transparent;
    box-shadow: 0 30px 60px -28px rgba(4, 56, 43, 0.55);
}
.hcvPanel--industries { grid-column: span 7; }
.hcvPanel--topics { grid-column: span 5; }
.hcvPanel--guides {
    grid-column: span 12;
    background:
        radial-gradient(55% 90% at 0% 0%, rgba(245, 158, 11, 0.1), transparent 58%),
        linear-gradient(180deg, #fffcf2 0%, #ffffff 62%);
    border-color: rgba(245, 158, 11, 0.24);
}
.hcvPanelHead {
    display: flex;
    align-items: flex-start;
    gap: 18px;
    margin-bottom: 22px;
}
.hcvPanelIcon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 52px;
    height: 52px;
    border-radius: 16px;
    background: linear-gradient(135deg, var(--hcv-green-700) 0%, var(--hcv-green-500) 100%);
    color: #ffffff;
    flex-shrink: 0;
    box-shadow: 0 12px 24px -10px rgba(16, 185, 129, 0.55);
}
.hcvPanelIcon--amber {
    background: linear-gradient(135deg, var(--hcv-amber-700) 0%, #f59e0b 100%);
    box-shadow: 0 12px 24px -10px rgba(245, 158, 11, 0.55);
}
.hcvPanelHeadCopy { min-width: 0; }
.hcvPanelKicker {
    display: block;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: var(--hcv-green-700);
    margin-bottom: 6px;
}
.hcvPanelKicker--amber { color: var(--hcv-amber-700); }
.hcvPanelTitle {
    font-family: 'Manrope', 'Plus Jakarta Sans', sans-serif;
    font-size: clamp(22px, 2vw, 28px);
    font-weight: 800;
    letter-spacing: -0.018em;
    line-height: 1.18;
    color: var(--hcv-ink);
    margin: 0 0 10px;
}
.hcvPanelLead {
    font-size: clamp(16px, 1.25vw, 17.5px);
    line-height: 1.65;
    color: var(--hcv-body);
    margin: 0;
    max-width: 760px;
}

/* Counties: dark emerald showcase */
.hcvGeo {
    display: grid;
    grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
    gap: clamp(28px, 3.4vw, 56px);
    align-items: center;
}
.hcvGeoKicker {
    display: inline-flex;
    align-items: center;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: #6ee7b7;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(110, 231, 183, 0.35);
    padding: 7px 14px;
    border-radius: 999px;
    margin-bottom: 18px;
}
.hcvGeoTitle {
    font-family: 'Manrope', 'Plus Jakarta Sans', sans-serif;
    font-size: clamp(26px, 2.6vw, 38px);
    font-weight: 800;
    letter-spacing: -0.022em;
    line-height: 1.12;
    color: #ffffff;
    margin: 0 0 14px;
}
.hcvGeoTitle em {
    font-style: normal;
    background: linear-gradient(120deg, #6ee7b7 0%, #fcd34d 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}
.hcvGeoLead {
    font-size: clamp(16px, 1.3vw, 18px);
    line-height: 1.7;
    color: #d3f4e6;
    margin: 0 0 26px;
    max-width: 480px;
}
.hcvGeoStats {
    display: flex;
    gap: clamp(18px, 2vw, 30px);
}
.hcvGeoStat {
    display: flex;
    flex-direction: column;
    gap: 5px;
    padding-left: 16px;
    border-left: 3px solid rgba(110, 231, 183, 0.55);
}
.hcvGeoStat strong {
    font-family: 'Manrope', 'Inter', sans-serif;
    font-size: clamp(24px, 2.2vw, 32px);
    font-weight: 800;
    letter-spacing: -0.02em;
    line-height: 1;
    color: #ffffff;
}
.hcvGeoStat span {
    font-size: 14.5px;
    font-weight: 500;
    line-height: 1.35;
    color: #b5e8d3;
}
.hcvGeoCities {
    background: rgba(255, 255, 255, 0.07);
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 20px;
    padding: clamp(22px, 2.4vw, 30px);
}
.hcvGeoCitiesLabel {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: #a7f3d0;
    margin-bottom: 16px;
}
.hcvCityCloud {
    display: flex;
    flex-wrap: wrap;
    gap: 9px;
}
.hcvCity {
    display: inline-flex;
    align-items: center;
    padding: 10px 18px;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.22);
    border-radius: 999px;
    font-size: 15.5px;
    font-weight: 600;
    color: #ffffff;
    line-height: 1;
    text-decoration: none;
    transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}
.hcvCity:hover {
    background: #ffffff;
    border-color: #ffffff;
    color: var(--hcv-green-900);
    transform: translateY(-2px);
    box-shadow: 0 12px 24px -10px rgba(0, 0, 0, 0.35);
    text-decoration: none;
}
.hcvGeoMap {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-top: 18px;
    font-size: 15px;
    font-weight: 600;
    color: #fcd34d;
    text-decoration: none;
    transition: color 0.2s ease, gap 0.2s ease;
}
.hcvGeoMap:hover {
    color: #fde68a;
    gap: 12px;
    text-decoration: none;
}

/* Shared board panel header (industries + topics) */
.hcvBoardHead { margin-bottom: 24px; }
.hcvBoardKicker {
    display: inline-flex;
    align-items: center;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: var(--hcv-green-700);
    background: linear-gradient(135deg, #ecfdf5, #d1fae5);
    border: 1px solid rgba(16, 185, 129, 0.28);
    padding: 6px 13px;
    border-radius: 999px;
    margin-bottom: 14px;
}
.hcvBoardTitle {
    font-family: 'Manrope', 'Plus Jakarta Sans', sans-serif;
    font-size: clamp(22px, 2vw, 28px);
    font-weight: 800;
    letter-spacing: -0.018em;
    line-height: 1.18;
    color: var(--hcv-ink);
    margin: 0 0 10px;
}
.hcvBoardLead {
    font-size: clamp(16px, 1.25vw, 17.5px);
    line-height: 1.65;
    color: var(--hcv-body);
    margin: 0;
    max-width: 640px;
}

/* Industries: icon tile grid - fills the panel height */
.hcvIndGrid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-auto-rows: minmax(60px, 1fr);
    gap: 10px;
    flex: 1;
    align-content: stretch;
}
.hcvInd {
    display: flex;
    align-items: center;
    gap: 13px;
    padding: 12px 16px;
    background: #ffffff;
    border: 1px solid var(--hcv-line);
    border-radius: 14px;
    font-size: 16px;
    font-weight: 600;
    color: var(--hcv-ink);
    line-height: 1.3;
    text-decoration: none;
    box-shadow: 0 1px 3px -1px rgba(11, 21, 38, 0.08);
    transition: border-color 0.2s ease, color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}
.hcvInd:hover {
    border-color: rgba(16, 185, 129, 0.5);
    color: var(--hcv-green-900);
    transform: translateY(-2px);
    box-shadow: 0 14px 28px -14px rgba(16, 185, 129, 0.45);
    text-decoration: none;
}
.hcvIndIcon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    border-radius: 12px;
    background: linear-gradient(135deg, #ecfdf5 0%, #d1fae5 100%);
    color: var(--hcv-green-700);
    flex-shrink: 0;
    transition: background 0.2s ease, color 0.2s ease, transform 0.2s ease;
}
.hcvInd:hover .hcvIndIcon {
    background: linear-gradient(135deg, var(--hcv-green-700), var(--hcv-green-500));
    color: #ffffff;
    transform: scale(1.06);
}
.hcvIndName { min-width: 0; }

/* Topics: numbered curriculum - fills the panel height */
.hcvCurr {
    list-style: none;
    counter-reset: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 8px;
    flex: 1;
    justify-content: space-between;
}
.hcvCurr li { flex: 1; display: flex; }
.hcvCurr a {
    display: flex;
    flex: 1;
    align-items: center;
    gap: 14px;
    padding: 10px 14px 10px 10px;
    background: linear-gradient(180deg, #f8fafc 0%, #ffffff 100%);
    border: 1px solid var(--hcv-line);
    border-radius: 14px;
    font-size: 16px;
    font-weight: 600;
    color: var(--hcv-ink);
    line-height: 1.3;
    text-decoration: none;
    transition: border-color 0.2s ease, color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}
.hcvCurr a:hover {
    background: #ffffff;
    border-color: rgba(16, 185, 129, 0.5);
    color: var(--hcv-green-900);
    box-shadow: 0 12px 24px -14px rgba(16, 185, 129, 0.45);
    text-decoration: none;
}
.hcvCurrNum {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    border-radius: 10px;
    font-family: 'Manrope', 'Inter', sans-serif;
    font-size: 14px;
    font-weight: 800;
    letter-spacing: 0.02em;
    color: var(--hcv-green-700);
    background: linear-gradient(135deg, #ecfdf5 0%, #d1fae5 100%);
    flex-shrink: 0;
    transition: background 0.2s ease, color 0.2s ease;
}
.hcvCurr a:hover .hcvCurrNum {
    background: linear-gradient(135deg, var(--hcv-green-700), var(--hcv-green-500));
    color: #ffffff;
}
.hcvCurrName { min-width: 0; flex: 1; }
.hcvCurrGo {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 26px;
    height: 26px;
    border-radius: 8px;
    color: var(--hcv-soft);
    flex-shrink: 0;
    opacity: 0;
    transform: translateX(-4px);
    transition: opacity 0.2s ease, transform 0.2s ease, color 0.2s ease;
}
.hcvCurr a:hover .hcvCurrGo {
    opacity: 1;
    transform: translateX(0);
    color: var(--hcv-green-700);
}

/* Guides: Q&A tiles */
.hcvGuideGrid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 12px;
}
.hcvGuide {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 15px 16px;
    background: #ffffff;
    border: 1px solid rgba(11, 21, 38, 0.1);
    border-radius: var(--hcv-r-sm);
    font-size: 15.5px;
    font-weight: 600;
    color: var(--hcv-ink);
    line-height: 1.3;
    text-decoration: none;
    box-shadow: 0 2px 6px -3px rgba(11, 21, 38, 0.08);
    transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}
.hcvGuide:hover {
    background: linear-gradient(135deg, #fffbeb 0%, #fef3c7 100%);
    border-color: rgba(245, 158, 11, 0.5);
    color: #78350f;
    transform: translateY(-2px);
    box-shadow: 0 12px 24px -12px rgba(245, 158, 11, 0.45);
    text-decoration: none;
}
.hcvGuideIcon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    border-radius: 10px;
    background: linear-gradient(135deg, #fef3c7 0%, #fde68a 100%);
    color: var(--hcv-amber-700);
    flex-shrink: 0;
    transition: transform 0.2s ease;
}
.hcvGuide:hover .hcvGuideIcon { transform: scale(1.08); }

/* ----- 4 · Conversion band ----- */
.hcvCta {
    position: relative;
    text-align: center;
    background:
        radial-gradient(58% 100% at 50% 0%, rgba(16, 185, 129, 0.11), transparent 62%),
        radial-gradient(46% 80% at 12% 100%, rgba(249, 115, 22, 0.09), transparent 60%),
        radial-gradient(46% 80% at 88% 100%, rgba(56, 189, 248, 0.07), transparent 60%),
        linear-gradient(180deg, #ffffff 0%, #f5fdfa 100%);
    border: 1px solid rgba(16, 185, 129, 0.2);
    border-radius: 32px;
    padding: clamp(40px, 5vw, 72px) clamp(24px, 4vw, 64px);
    box-shadow: 0 1px 2px rgba(11, 21, 38, 0.04), 0 34px 70px -34px rgba(16, 185, 129, 0.28);
    overflow: hidden;
}
.hcvCta::before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: min(420px, 70%);
    height: 3px;
    border-radius: 0 0 8px 8px;
    background: linear-gradient(90deg, transparent, var(--hcv-green-500) 25%, var(--hcv-amber-600) 75%, transparent);
}
.hcvCtaEyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--hcv-amber-700);
    background: linear-gradient(135deg, #fffbeb, #fef3c7);
    border: 1px solid rgba(245, 158, 11, 0.38);
    padding: 8px 16px 8px 13px;
    border-radius: 999px;
    margin-bottom: 22px;
}
.hcvCtaTitle {
    font-family: 'Manrope', 'Plus Jakarta Sans', sans-serif;
    font-size: clamp(28px, 3.4vw, 46px);
    font-weight: 800;
    letter-spacing: -0.024em;
    line-height: 1.1;
    color: var(--hcv-ink);
    margin: 0 auto 18px;
    max-width: 820px;
}
.hcvCtaPrice {
    background: linear-gradient(135deg, var(--hcv-orange-500), var(--hcv-orange-600));
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    white-space: nowrap;
}
.hcvCtaIntro {
    font-size: clamp(16.5px, 1.4vw, 19px);
    line-height: 1.7;
    color: var(--hcv-body);
    margin: 0 auto 34px;
    max-width: 720px;
}
.hcvPerks {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
    margin-bottom: 36px;
    text-align: left;
}
.hcvPerk {
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding: 20px;
    background: rgba(255, 255, 255, 0.85);
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
    border: 1px solid rgba(16, 185, 129, 0.18);
    border-radius: var(--hcv-r-md);
    box-shadow: 0 6px 18px -12px rgba(11, 21, 38, 0.14);
}
.hcvPerkIcon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    border-radius: 12px;
    background: linear-gradient(135deg, var(--hcv-green-700), var(--hcv-green-500));
    color: #ffffff;
    margin-bottom: 4px;
    box-shadow: 0 8px 18px -8px rgba(16, 185, 129, 0.55);
}
.hcvPerk strong {
    font-family: 'Manrope', 'Inter', sans-serif;
    font-size: 16.5px;
    font-weight: 700;
    color: var(--hcv-ink);
    letter-spacing: -0.01em;
}
.hcvPerk span:last-child {
    font-size: 15px;
    font-weight: 500;
    line-height: 1.55;
    color: var(--hcv-body);
}
.hcvCtaActions {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 14px;
    margin-bottom: 26px;
}
.hcvCtaTrust {
    font-size: 15.5px;
    line-height: 1.65;
    color: var(--hcv-soft);
    margin: 0 auto;
    max-width: 680px;
}
.hcvCtaTrust strong { color: var(--hcv-ink); font-weight: 700; }

/* ----- Responsive ----- */
@media (max-width: 1180px) {
    .hcvGuideGrid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
    .hcvPerks { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 1020px) {
    .hcvIntro { grid-template-columns: 1fr; gap: 36px; }
    .hcvGlance { max-width: 640px; }
    .hcvPanel--industries, .hcvPanel--topics { grid-column: span 12; }
    .hcvExplore { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .hcvGeo { grid-template-columns: 1fr; gap: 30px; }
    .hcvGeoLead { max-width: 640px; }
}
@media (max-width: 760px) {
    .hcvRowHead { flex-direction: column; align-items: flex-start; gap: 10px; }
    .hcvRowHint { text-align: left; max-width: 100%; }
    .hcvIndGrid { grid-template-columns: 1fr; }
    .hcvGuideGrid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .hcvGeoStats { flex-wrap: wrap; gap: 16px 24px; }
    .hcvTitle { font-size: clamp(30px, 8vw, 42px); }
}
@media (max-width: 460px) {
    .hcvExplore { grid-template-columns: 1fr; }
    .hcvGuideGrid { grid-template-columns: 1fr; }
    .hcvPerks { grid-template-columns: 1fr; }
    .hcvStatGrid { grid-template-columns: 1fr; }
    .hcvIntroActions, .hcvCtaActions { flex-direction: column; align-items: stretch; }
    .hcvBtn { width: 100%; }
    .hcvTicks { gap: 10px 16px; }
    .hcvTicks li { font-size: 16px; }
    .hcvCity { font-size: 14.5px; padding: 9px 15px; }
    .hcvGeoStat strong { font-size: 22px; }
    .hcvCurr a { padding: 9px 12px 9px 8px; }
    .hcvCurrGo { display: none; }
}
@media (prefers-reduced-motion: reduce) {
    .hcvSection * { transition: none !important; }
    .hcvTile:hover, .hcvCity:hover, .hcvBtn:hover, .hcvGuide:hover, .hcvInd:hover,
    .hcvTile:hover .hcvTileIcon, .hcvGuide:hover .hcvGuideIcon, .hcvInd:hover .hcvIndIcon,
    .hcvBtn--primary:hover svg, .hcvCurr a:hover .hcvCurrGo { transform: none !important; }
    .hcvCurrGo { opacity: 1; transform: none; }
}

/* Responsive safety layer (additive, small screens only, desktop unchanged) */
@media (max-width: 640px){ .hcvBtn { white-space: normal; overflow-wrap: anywhere; } }
@media (max-width: 640px){ .hcvCtaPrice { white-space: normal; overflow-wrap: anywhere; } }
