/* GoGlobalSafe OSHC / OVHC v34 shared presentation.
 * Every rule is rooted at .ggs-health-cover so the shortcode cannot leak into Astra/Elementor.
 */
.ggs-health-cover {
    --hc-blue: #2563eb;
    --hc-blue-deep: #0f172a;
    --hc-yellow: #facc15;
    --hc-green: #22c55e;
    --hc-emerald: #10b981;
    --hc-slate-50: #f8fafc;
    --hc-slate-100: #f1f5f9;
    --hc-slate-200: #e2e8f0;
    --hc-slate-300: #cbd5e1;
    --hc-slate-400: #94a3b8;
    --hc-slate-500: #64748b;
    --hc-slate-700: #334155;
    --hc-slate-900: #0f172a;
    --hc-white: #fff;
    --hc-shadow-sm: 0 8px 20px rgba(15, 23, 42, .05);
    --hc-shadow-md: 0 14px 32px rgba(15, 23, 42, .08);
    --hc-shadow-lg: 0 20px 48px rgba(15, 23, 42, .12);
    --hc-container: 1160px;
    width: 100%;
    max-width: none;
    margin-left: 0;
    overflow-x: clip;
    overflow-y: visible;
    background: var(--hc-slate-50);
    color: var(--hc-slate-900);
    font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    line-height: 1.5;
}

.ggs-health-cover,
.ggs-health-cover * { box-sizing: border-box; }
.ggs-health-cover [v-cloak] { display: none !important; }
.ggs-health-cover button,
.ggs-health-cover input,
.ggs-health-cover select { font: inherit; }
.ggs-health-cover button { cursor: pointer; }
.ggs-health-cover img { max-width: 100%; }
.ggs-health-cover .hc-container {
    width: min(var(--hc-container), calc(100% - 32px));
    margin: 0 auto;
}
.ggs-health-cover .hc-section { padding: 38px 0 0; }
.ggs-health-cover .hc-module { padding: 72px 0; }
.ggs-health-cover .hc-module.hc-alt {
    background: #fff;
    border-top: 1px solid var(--hc-slate-200);
    border-bottom: 1px solid var(--hc-slate-200);
}
.ggs-health-cover .hc-section-title { text-align: center; margin-bottom: 18px; }
.ggs-health-cover .hc-section-title h2 {
    margin: 0;
    color: #0b1635;
    font-size: clamp(28px, 3vw, 42px);
    font-weight: 900;
    line-height: 1.02;
    letter-spacing: -.045em;
}
.ggs-health-cover .hc-section-title p {
    width: min(700px, 90%);
    margin: 14px auto 0;
    color: var(--hc-slate-500);
    font-size: 18px;
    font-weight: 530;
    line-height: 1.6;
}
.ggs-health-cover .hc-section-title .hc-line {
    width: 108px;
    height: 6px;
    margin: 14px auto 0;
    border-radius: 999px;
    background: var(--hc-yellow);
}

/* Hero */
.ggs-health-cover .hc-hero {
    position: relative;
    overflow: hidden;
    border-bottom: 1px solid var(--hc-slate-200);
    background: #f6f9fb url("../assets/health-cover/hero-dot-grid-v1.png") center / cover no-repeat;
}
.ggs-health-cover .hc-hero-inner {
    display: flex;
    min-height: 438px;
    padding: 104px 0 96px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.ggs-health-cover .hc-hero-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    min-height: 36px;
    margin-bottom: 22px;
    padding: 8px 16px;
    border-radius: 999px;
    background: var(--hc-blue);
    color: #fff;
    box-shadow: 0 12px 24px rgba(37, 99, 235, .22);
    font-size: 12px;
    font-weight: 900;
    letter-spacing: .07em;
    line-height: 1;
    text-transform: uppercase;
}
.ggs-health-cover .hc-hero-eyebrow i,
.ggs-health-cover .hc-trust-inline i,
.ggs-health-cover .hc-date-btn i,
.ggs-health-cover .hc-info-banner i {
    flex: 0 0 auto;
}
.ggs-health-cover .hc-hero h1 {
    max-width: 1080px;
    margin: 0;
    color: #0b1635;
    font-size: clamp(42px, 5.2vw, 72px);
    font-weight: 900;
    letter-spacing: -.055em;
    line-height: .98;
}
.ggs-health-cover .hc-hero-highlight {
    position: relative;
    z-index: 0;
    display: inline-block;
}
.ggs-health-cover .hc-hero-highlight::after {
    position: absolute;
    right: 7%;
    bottom: 4px;
    left: 7%;
    z-index: -1;
    height: 6px;
    border-radius: 999px;
    background: var(--hc-yellow);
    content: "";
}

@media (min-width: 1121px) {
    #ggs-oshc-app .hc-hero-inner {
        width: min(1560px, calc(100% - 32px));
    }
    #ggs-oshc-app .hc-hero h1 {
        max-width: none;
        white-space: nowrap;
    }
}
.ggs-health-cover .hc-hero-copy {
    width: min(680px, 92%);
    margin: 22px auto 0;
    color: var(--hc-slate-500);
    font-size: clamp(17px, 1.55vw, 20px);
    font-weight: 520;
    line-height: 1.65;
}
.ggs-health-cover .hc-hero-actions {
    display: flex;
    margin-top: 28px;
    flex-direction: column;
    align-items: center;
    gap: 17px;
}
.ggs-health-cover .hc-hero-cta {
    display: inline-flex;
    min-height: 56px;
    padding: 0 30px;
    align-items: center;
    justify-content: center;
    border: 0;
    border-radius: 999px;
    background: var(--hc-blue);
    color: #fff;
    box-shadow: 0 14px 30px rgba(37, 99, 235, .24);
    font-size: 18px;
    font-weight: 850;
    text-decoration: none !important;
    transition: transform .18s ease, box-shadow .18s ease;
}
.ggs-health-cover .hc-hero-cta:hover,
.ggs-health-cover .hc-hero-cta:focus-visible {
    color: #fff;
    text-decoration: none !important;
    box-shadow: 0 17px 34px rgba(37, 99, 235, .3);
    transform: translateY(-2px);
}
.ggs-health-cover .hc-trust-inline {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 24px;
    color: var(--hc-slate-400);
    font-size: 14px;
    font-weight: 750;
}
.ggs-health-cover .hc-trust-inline span {
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

/* Query controls */
.ggs-health-cover .hc-controls-wrap {
    position: relative;
    z-index: 10;
    margin-top: -40px;
}
.ggs-health-cover .hc-control-card {
    padding: 22px 26px;
    border: 1px solid var(--hc-slate-200);
    border-radius: 28px;
    background: rgba(255, 255, 255, .96);
    box-shadow: var(--hc-shadow-md);
    backdrop-filter: blur(10px);
}
.ggs-health-cover .hc-control-grid {
    display: grid;
    grid-template-columns: 1.05fr 1fr 1fr auto;
    gap: 18px;
    align-items: end;
}
.ggs-health-cover .hc-control-grid.hc-ovhc-control { grid-template-columns: 1fr; }
.ggs-health-cover .hc-field label,
.ggs-health-cover .hc-field-label {
    display: block;
    margin-bottom: 10px;
    color: var(--hc-slate-400);
    font-size: 11px;
    font-weight: 900;
    letter-spacing: .08em;
    text-transform: uppercase;
}
.ggs-health-cover .hc-field select,
.ggs-health-cover .hc-field input {
    width: 100%;
    height: 48px;
    padding: 0 14px;
    border: 1px solid var(--hc-slate-300);
    border-radius: 16px;
    outline: none;
    background: #fff;
    color: var(--hc-slate-700);
    font-weight: 760;
    box-shadow: none;
}
.ggs-health-cover .hc-field select:focus,
.ggs-health-cover .hc-field input:focus {
    border-color: var(--hc-blue);
    box-shadow: 0 0 0 3px rgba(37, 99, 235, .12);
}
.ggs-health-cover .hc-date-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    height: 48px;
    padding: 0 18px;
    border: 1px solid #dbeafe;
    border-radius: 14px;
    background: #eff6ff;
    color: var(--hc-blue);
    font-weight: 800;
    white-space: nowrap;
}
.ggs-health-cover .hc-segmented {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    width: min(560px, 100%);
    height: 64px;
    padding: 6px;
    border: 1px solid #d7e4f7;
    border-radius: 999px;
    background: #edf4ff;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .95), 0 12px 30px rgba(30, 61, 157, .07);
}
.ggs-health-cover .hc-segmented button {
    flex: 1 1 0;
    height: 52px;
    padding: 0 18px;
    border: 0;
    border-radius: 999px;
    background: transparent;
    color: #617396;
    font-size: 16px;
    font-weight: 950;
    transition: .2s ease;
}
.ggs-health-cover .hc-segmented button:hover { color: #1e3d9d; background: rgba(255, 255, 255, .55); }
.ggs-health-cover .hc-segmented button.active {
    background: #1e3d9d;
    color: #fff;
    box-shadow: 0 12px 26px rgba(30, 61, 157, .24);
}
.ggs-health-cover .hc-status-note {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    width: min(820px, 100%);
    margin-top: 16px;
    padding: 14px 16px;
    border: 1px solid #dbe8fb;
    border-radius: 18px;
    background: linear-gradient(135deg, #f8fbff, #fffdf6);
    color: #5d7093;
    font-size: 14px;
    font-weight: 650;
    line-height: 1.55;
}
.ggs-health-cover .hc-status-icon {
    display: grid;
    flex: 0 0 28px;
    width: 28px;
    height: 28px;
    place-items: center;
    border-radius: 999px;
    background: #eaf2ff;
    color: #1e3d9d;
    font-weight: 950;
}
.ggs-health-cover .hc-status-note strong { display: block; margin-bottom: 2px; color: #081a4b; font-size: 15px; font-weight: 950; }

/* Notices and feedback */
.ggs-health-cover .hc-info-banner {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 24px;
    padding: 14px 16px;
    border: 1px solid #d9e6ff;
    border-radius: 18px;
    background: #edf4ff;
    color: #365a9f;
    font-size: 14px;
    font-weight: 700;
}
.ggs-health-cover .hc-info-banner.hc-error { border-color: #fecaca; background: #fff1f2; color: #be123c; }
.ggs-health-cover .hc-loading,
.ggs-health-cover .hc-empty {
    padding: 48px 20px;
    border: 1px dashed var(--hc-slate-300);
    border-radius: 24px;
    background: #fff;
    color: var(--hc-slate-500);
    text-align: center;
    font-weight: 800;
}
.ggs-health-cover .hc-spinner {
    width: 38px;
    height: 38px;
    margin: 0 auto 12px;
    border: 4px solid #dbeafe;
    border-top-color: var(--hc-blue);
    border-radius: 50%;
    animation: hc-spin .8s linear infinite;
}
@keyframes hc-spin { to { transform: rotate(360deg); } }

/* OSHC plan cards */
.ggs-health-cover .hc-plan-grid { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 18px; align-items: stretch; }
.ggs-health-cover .hc-plan-card {
    position: relative;
    display: flex;
    min-height: 100%;
    padding: 18px 18px 16px;
    flex-direction: column;
    overflow: hidden;
    border: 2px solid #d7e6ff;
    border-radius: 30px;
    background: #fff;
    box-shadow: 0 10px 26px rgba(15, 23, 42, .06);
    transition: transform .2s ease, box-shadow .2s ease;
}
.ggs-health-cover .hc-plan-card:hover { transform: translateY(-3px); box-shadow: var(--hc-shadow-lg); }
.ggs-health-cover .hc-card-badge {
    position: absolute;
    top: -13px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 32px;
    padding: 0 18px;
    border-radius: 999px;
    background: #ff4d4f;
    color: #fff;
    box-shadow: 0 8px 18px rgba(15, 23, 42, .16);
    font-size: 11px;
    font-weight: 900;
    letter-spacing: .02em;
    white-space: nowrap;
    text-transform: uppercase;
}
.ggs-health-cover .hc-card-badge.hc-blue { background: var(--hc-blue); color: #fff; }
.ggs-health-cover .hc-plan-header { position: relative; display: flex; flex-direction: column; align-items: center; text-align: center; }
.ggs-health-cover .hc-plan-logo {
    display: grid;
    width: 118px;
    height: 66px;
    margin: 18px auto 16px;
    padding: 8px 10px;
    place-items: center;
    overflow: hidden;
    border: 1px solid #e5edf7;
    border-radius: 16px;
    background: #fff;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .7);
}
.ggs-health-cover .hc-plan-logo img { width: 100%; height: 100%; object-fit: contain; }
.ggs-health-cover .hc-plan-meta { width: 100%; min-width: 0; }
.ggs-health-cover .hc-plan-title-row { display: flex; flex-direction: column; align-items: center; gap: 6px; }
.ggs-health-cover .hc-plan-provider { min-height: 0; margin: 0; color: #0b1635; font-size: 17px; font-weight: 900; text-align: center; }
.ggs-health-cover .hc-plan-subtitle { display: block; min-height: 0; margin: 0; color: #74839a; font-size: 11px; font-weight: 900; letter-spacing: .12em; text-align: center; text-transform: uppercase; }
.ggs-health-cover .hc-tag-list { display: flex; min-height: 54px; margin: 14px 0 12px; flex-wrap: wrap; justify-content: center; align-content: flex-start; gap: 8px; }
.ggs-health-cover .hc-mini-tag { padding: 6px 8px; border: 1px solid #cfe0ff; border-radius: 8px; background: #fff; color: var(--hc-blue); box-shadow: 0 4px 10px rgba(37, 99, 235, .05); font-size: 10px; font-weight: 800; line-height: 1.25; text-align: center; }
.ggs-health-cover .hc-plan-summary { display: none; margin: 0; color: #6b7d94; font-size: 13px; font-weight: 620; line-height: 1.5; }
.ggs-health-cover .hc-plan-footer { display: block; margin-top: auto; }
.ggs-health-cover .hc-price-box { display: flex; min-height: 130px; margin-bottom: 18px; padding: 16px 12px 14px; flex-direction: column; justify-content: center; border: 1px solid #edf2f7; border-radius: 20px; background: #f7f9fc; text-align: center; }
.ggs-health-cover .hc-price-eyebrow { margin-bottom: 8px; color: #93a1b6; font-size: 11px; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.ggs-health-cover .hc-old-price { min-height: 18px; margin-bottom: 4px; color: #94a3b8; font-size: 12px; font-weight: 800; text-decoration: line-through; }
.ggs-health-cover .hc-price-row { display: flex; align-items: flex-end; justify-content: center; gap: 4px; white-space: nowrap; }
.ggs-health-cover .hc-price-amount { color: #0f172a; font-size: clamp(22px, 1.9vw, 31px); font-weight: 900; line-height: .98; letter-spacing: -.05em; }
.ggs-health-cover .hc-price-amount.hc-sale { color: #ef4444; }
.ggs-health-cover .hc-currency { margin-left: 5px; color: #6b7d94; font-size: 12px; font-weight: 900; }
.ggs-health-cover .hc-price-note { min-height: 16px; margin-top: 8px; color: #ef4444; font-size: 12px; font-weight: 900; letter-spacing: .05em; text-transform: uppercase; }
.ggs-health-cover .hc-action-stack { display: grid; gap: 12px; justify-items: stretch; }
.ggs-health-cover .hc-action-main { display: grid; gap: 10px; justify-items: center; }
.ggs-health-cover .hc-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: 100%;
    height: 44px;
    min-height: 44px;
    padding: 0 14px;
    border: 0;
    border-radius: 14px;
    font-size: 13px;
    font-weight: 900;
    text-decoration: none;
    transition: transform .2s ease, box-shadow .2s ease;
}
.ggs-health-cover .hc-btn:hover { transform: translateY(-1px); }
.ggs-health-cover .hc-btn.hc-block { width: 100%; }
.ggs-health-cover .hc-btn.hc-ghost { background: #f0f5fd; color: var(--hc-blue); }
.ggs-health-cover .hc-btn.hc-primary { background: var(--hc-blue); color: #fff; box-shadow: 0 12px 24px rgba(37, 99, 235, .22); }
.ggs-health-cover .hc-btn.hc-dark { background: #0b1737; color: #fff; box-shadow: 0 12px 24px rgba(11, 23, 55, .18); }
.ggs-health-cover .hc-expand { display: inline-flex; width: 32px; height: 32px; min-height: 32px; margin: 0 auto; padding: 0; align-items: center; justify-content: center; border: 1px solid #dbe3f0; border-radius: 999px; background: #fff; color: #94a3b8; font-size: 13px; transition: transform .2s ease, color .2s ease, border-color .2s ease, background .2s ease; }
.ggs-health-cover .hc-expand:hover,
.ggs-health-cover .hc-expand:focus-visible { border-color: #bfd5ff; background: #f8fbff; color: var(--hc-blue); }
.ggs-health-cover .hc-plan-card.open .hc-expand { transform: rotate(180deg); }
.ggs-health-cover .hc-plan-features { display: none; margin: 0 0 18px; padding: 14px 18px 0; list-style: none; border-top: 1px solid #edf2f7; gap: 12px; }
.ggs-health-cover .hc-plan-card.open .hc-plan-features { display: grid; }
.ggs-health-cover .hc-plan-features li { display: grid; grid-template-columns: 18px 1fr; gap: 10px; align-items: start; color: #516277; font-size: 13px; font-weight: 760; line-height: 1.35; }
.ggs-health-cover .hc-check { display: grid; width: 18px; height: 18px; margin-top: 1px; place-items: center; border-radius: 50%; background: #dcfce7; color: #16a34a; font-size: 12px; font-weight: 900; }
.ggs-health-cover .hc-plan-compare { display: flex; justify-content: center; margin: 26px 0 0; }
.ggs-health-cover .hc-jump-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    min-height: 48px;
    padding: 0 24px;
    border: 0;
    border-radius: 999px;
    background: #0b1737;
    color: #fff;
    font-weight: 900;
    box-shadow: 0 14px 28px rgba(11, 23, 55, .16);
    transition: .2s ease;
}
.ggs-health-cover .hc-jump-btn:hover { transform: translateY(-2px); box-shadow: 0 18px 34px rgba(11, 23, 55, .2); }

/* Cover/reason/testimonial modules */
.ggs-health-cover .hc-cover-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 28px; margin-top: 34px; }
.ggs-health-cover .hc-cover-card { padding: 28px; border: 1px solid #edf2f7; border-radius: 28px; background: #fff; box-shadow: var(--hc-shadow-sm); }
.ggs-health-cover .hc-icon-wrap { display: grid; width: 64px; height: 64px; margin-bottom: 18px; place-items: center; border-radius: 20px; background: #dbeafe; color: var(--hc-blue); font-size: 28px; }
.ggs-health-cover .hc-cover-card h3 { margin: 0 0 10px; color: #142033; font-size: 20px; font-weight: 900; }
.ggs-health-cover .hc-cover-card p { margin: 0; color: var(--hc-slate-500); font-size: 15px; font-weight: 560; line-height: 1.6; }
.ggs-health-cover .hc-reason-grid { display: grid; grid-template-columns: repeat(12, minmax(0, 1fr)); gap: 18px; margin-top: 34px; }
.ggs-health-cover .hc-reason-card { position: relative; display: flex; min-height: 150px; padding: 20px; flex-direction: column; justify-content: space-between; overflow: hidden; border: 1px solid #e7eef7; border-radius: 28px; background: #fff; box-shadow: var(--hc-shadow-sm); transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease; }
.ggs-health-cover .hc-reason-card:hover { transform: translateY(-3px); border-color: #cfe0ff; box-shadow: 0 18px 36px rgba(15, 23, 42, .08); }
.ggs-health-cover .hc-reason-card.hc-large { grid-column: span 6; min-height: 150px; background: linear-gradient(135deg, #fff, #f6f9ff); }
.ggs-health-cover .hc-reason-card.hc-small { grid-column: span 3; min-height: 156px; }
.ggs-health-cover .hc-reason-card::after { content: ""; position: absolute; right: -42px; bottom: -42px; width: 150px; height: 150px; border-radius: 50%; background: radial-gradient(circle, rgba(37, 99, 235, .10), transparent 68%); pointer-events: none; }
.ggs-health-cover .hc-reason-top { position: relative; z-index: 1; display: flex; align-items: flex-start; gap: 16px; }
.ggs-health-cover .hc-reason-icon { display: grid; flex: 0 0 52px; width: 52px; height: 52px; place-items: center; border: 1px solid #dbeafe; border-radius: 50%; background: #eff6ff; color: var(--hc-blue); box-shadow: inset 0 1px 0 rgba(255, 255, 255, .75), 0 10px 22px rgba(37, 99, 235, .08); font-size: 24px; }
.ggs-health-cover .hc-reason-card.hc-large .hc-reason-icon { flex-basis: 62px; width: 62px; height: 62px; background: linear-gradient(135deg, #dbeafe, #eff6ff); }
.ggs-health-cover .hc-reason-copy { min-width: 0; }
.ggs-health-cover .hc-reason-copy h3 { margin: 0; color: #142033; font-size: 22px; font-weight: 900; letter-spacing: -.02em; line-height: 1.12; }
.ggs-health-cover .hc-reason-card.hc-large .hc-reason-copy h3 { font-size: 34px; letter-spacing: -.035em; }
.ggs-health-cover .hc-reason-desc { position: relative; z-index: 1; margin: 10px 0 0; color: var(--hc-slate-500); font-size: 15px; font-weight: 560; line-height: 1.35; }
.ggs-health-cover .hc-reason-card.hc-large .hc-reason-desc { max-width: 70%; font-size: 17px; }
.ggs-health-cover .hc-reason-chip-row { position: relative; z-index: 1; display: flex; margin-top: 14px; flex-wrap: wrap; gap: 8px; }
.ggs-health-cover .hc-reason-chip { display: inline-flex; align-items: center; gap: 6px; padding: 7px 10px; border: 1px solid #e2e8f0; border-radius: 999px; background: #f1f5f9; color: #475569; font-size: 11px; font-weight: 800; }
.ggs-health-cover .hc-dark-band { position: relative; overflow: hidden; padding: 76px 0; background: #011138; color: #fff; }
.ggs-health-cover .hc-dark-band::before { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at top center, rgba(59, 130, 246, .18), transparent 38%); pointer-events: none; }
.ggs-health-cover .hc-dark-band .hc-container { position: relative; }
.ggs-health-cover .hc-dark-band .hc-section-title h2,
.ggs-health-cover .hc-dark-band .hc-section-title p { color: #fff; }
.ggs-health-cover .hc-rating { color: var(--hc-yellow); font-size: 26px; letter-spacing: 5px; }
.ggs-health-cover .hc-testimonial-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 22px; margin-top: 38px; }
.ggs-health-cover .hc-testimonial { position: relative; padding: 30px 28px 26px; border: 1px solid rgba(255, 255, 255, .12); border-radius: 24px; background: rgba(255, 255, 255, .12); box-shadow: 0 18px 34px rgba(0, 0, 0, .14); backdrop-filter: blur(8px); }
.ggs-health-cover .hc-avatar { display: grid; position: absolute; top: -18px; left: 22px; width: 38px; height: 38px; place-items: center; border: 3px solid #011138; border-radius: 50%; background: var(--hc-blue); color: #fff; box-shadow: 0 10px 22px rgba(37, 99, 235, .28); }
.ggs-health-cover .hc-stars { margin: 10px 0 12px; color: var(--hc-yellow); font-size: 16px; letter-spacing: 2px; }
.ggs-health-cover .hc-testimonial p { margin: 0 0 14px; color: #f8fafc; font-size: 15px; font-style: italic; font-weight: 520; line-height: 1.65; }
.ggs-health-cover .hc-testimonial-meta { display: flex; align-items: center; gap: 10px; color: #fff; font-weight: 800; }
.ggs-health-cover .hc-school { padding: 4px 8px; border-radius: 8px; background: rgba(255, 255, 255, .18); font-size: 12px; }

/* Comparison accordion/table */
.ggs-health-cover .hc-accordion { margin-top: 34px; overflow: hidden; border: 1px solid var(--hc-slate-200); border-radius: 30px; background: #fff; box-shadow: var(--hc-shadow-sm); }
.ggs-health-cover .hc-accordion-button { display: flex; align-items: center; justify-content: space-between; gap: 20px; width: 100%; padding: 24px 28px; border: 0; background: #fff; text-align: left; }
.ggs-health-cover .hc-accordion-button h3 { margin: 0; color: #142033; font-size: 22px; font-weight: 900; }
.ggs-health-cover .hc-accordion-circle { display: grid; flex: 0 0 46px; width: 46px; height: 46px; place-items: center; border-radius: 50%; background: var(--hc-slate-100); color: var(--hc-slate-400); transition: .2s ease; }
.ggs-health-cover .hc-accordion.open .hc-accordion-circle { transform: rotate(180deg); background: #eff6ff; color: var(--hc-blue); }
.ggs-health-cover .hc-accordion-panel { display: none; border-top: 1px solid var(--hc-slate-200); }
.ggs-health-cover .hc-accordion.open .hc-accordion-panel { display: block; }
.ggs-health-cover .hc-table-toolbar { display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 16px 20px; border-bottom: 1px solid #edf2f7; background: #fbfdff; }
.ggs-health-cover .hc-table-toolbar p { margin: 0; color: #64748b; font-size: 13px; }
.ggs-health-cover .hc-table-mode { display: inline-flex; padding: 4px; border: 1px solid #dbe4f0; border-radius: 999px; background: #f1f5f9; }
.ggs-health-cover .hc-table-mode button { min-height: 34px; padding: 0 14px; border: 0; border-radius: 999px; background: transparent; color: #64748b; font-size: 12px; font-weight: 900; }
.ggs-health-cover .hc-table-mode button.active { background: #fff; color: var(--hc-blue); box-shadow: 0 4px 12px rgba(15, 23, 42, .08); }
.ggs-health-cover .hc-table-scroll {
    position: relative;
    max-width: 100%;
    overflow-x: auto;
    overscroll-behavior-inline: contain;
    -webkit-overflow-scrolling: touch;
}
.ggs-health-cover .hc-compare-table {
    width: max-content;
    min-width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    font-size: 13px;
}
.ggs-health-cover .hc-compare-table th,
.ggs-health-cover .hc-compare-table td { padding: 14px 16px; border: 0; border-bottom: 1px solid #edf2f7; text-align: left; vertical-align: top; }
.ggs-health-cover .hc-compare-table th { background: #f8fbff; color: #5e738e; font-size: 11px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.ggs-health-cover .hc-compare-table td { color: #475569; font-weight: 700; }
.ggs-health-cover .hc-compare-table tbody tr:last-child td { border-bottom: 0; }
.ggs-health-cover .hc-compare-table .hc-row-label { min-width: 190px; background: #fbfdff; color: #122654; font-weight: 850; }
.ggs-health-cover .hc-compare-table th:not(:first-child),
.ggs-health-cover .hc-compare-table td:not(:first-child) { min-width: 156px; }
.ggs-health-cover .hc-compare-table .hc-section-row td { padding-top: 8px; padding-bottom: 8px; background: #6ab5ef; color: #fff; font-size: 12px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.ggs-health-cover .hc-compare-table th:first-child,
.ggs-health-cover .hc-compare-table td:first-child {
    position: sticky;
    left: 0;
    z-index: 3;
    width: 210px;
    min-width: 210px;
    max-width: 210px;
    background: #fbfdff;
    box-shadow: 1px 0 0 #dbe5f1, 10px 0 18px -18px rgba(15, 23, 42, .7);
}
.ggs-health-cover .hc-compare-table thead th:first-child {
    z-index: 5;
    background: #f8fbff;
}
.ggs-health-cover .hc-compare-table .hc-section-row td:first-child {
    z-index: 4;
    background: #6ab5ef;
}
.ggs-health-cover .hc-table-logo { display: flex; align-items: center; justify-content: center; width: 88px; height: 36px; margin: 0 auto 8px; padding: 4px 8px; border: 1px solid #e4ebf5; border-radius: 10px; background: #fff; box-shadow: 0 2px 8px rgba(30, 61, 157, .04); }
.ggs-health-cover .hc-compare-table th:not(:first-child) { text-align: center; }
.ggs-health-cover .hc-table-logo img { display: block; width: 100%; height: 100%; object-fit: contain; object-position: center; }
.ggs-health-cover .hc-table-logo.aia img { width: 30px; height: 30px; }
.ggs-health-cover .hc-table-logo.bupa img { width: 76px; }
.ggs-health-cover .hc-table-check,
.ggs-health-cover .hc-table-no { display: inline-flex; align-items: center; justify-content: center; min-width: 34px; height: 34px; padding: 0 10px; border-radius: 999px; font-size: 18px; font-weight: 950; line-height: 1; }
.ggs-health-cover .hc-table-check { background: #eaf9ef; color: #16a34a; }
.ggs-health-cover .hc-table-no { background: #fff1f2; color: #ef4444; }
.ggs-health-cover .hc-info-tooltip {
    display: inline-grid;
    width: 20px;
    height: 20px;
    margin-left: 5px;
    place-items: center;
    border: 1px solid #bfd5ff;
    border-radius: 999px;
    background: #eff6ff;
    color: var(--hc-blue);
    cursor: help;
    font-size: 11px;
    font-weight: 900;
    line-height: 1;
}
.ggs-health-cover .hc-doc-link { display: inline-flex; min-width: 74px; height: 34px; align-items: center; justify-content: center; padding: 0 12px; border: 0; border-radius: 999px; background: #eef4ff; color: #245adf; font-size: 12px; font-weight: 900; letter-spacing: .04em; text-transform: uppercase; }

/* OVHC mixed layout */
.ggs-health-cover .hc-ovhc-mixed { display: grid; gap: 24px; }
.ggs-health-cover .hc-ovhc-intro,
.ggs-health-cover .hc-ovhc-shell { padding: 28px; border: 1px solid #dce8f8; border-radius: 30px; background: #fff; box-shadow: 0 18px 40px rgba(22, 47, 112, .05); }
.ggs-health-cover .hc-ovhc-intro { position: relative; display: flex; align-items: center; justify-content: space-between; gap: 24px; overflow: hidden; padding: 28px; border-radius: 30px; background: radial-gradient(circle at 14% 12%, rgba(37, 99, 235, .10), transparent 30%), linear-gradient(135deg, #fff 0%, #f8fbff 55%, #fffdf4 100%); box-shadow: 0 18px 40px rgba(22, 47, 112, .06); }
.ggs-health-cover .hc-ovhc-intro::after { content: ""; position: absolute; top: -90px; right: -90px; width: 240px; height: 240px; border-radius: 50%; background: rgba(250, 204, 21, .16); pointer-events: none; }
.ggs-health-cover .hc-ovhc-intro > * { position: relative; z-index: 1; }
.ggs-health-cover .hc-kicker { margin-bottom: 8px; color: #2f65ea; font-size: 12px; font-weight: 900; letter-spacing: .18em; text-transform: uppercase; }
.ggs-health-cover .hc-ovhc-intro h3,
.ggs-health-cover .hc-ovhc-head h3 { margin: 0; color: #081a4b; font-size: 28px; font-weight: 950; line-height: 1.15; letter-spacing: -.04em; }
.ggs-health-cover .hc-ovhc-intro p,
.ggs-health-cover .hc-ovhc-head p { margin: 8px 0 0; color: #607395; font-size: 14px; line-height: 1.6; }
.ggs-health-cover .hc-filter-panel { display: grid; min-width: 340px; gap: 14px; }
.ggs-health-cover .hc-filter-title { margin-bottom: 8px; color: #081a4b; font-size: 14px; font-weight: 900; }
.ggs-health-cover .hc-chip-row { display: flex; flex-wrap: wrap; gap: 8px; }
.ggs-health-cover .hc-chip { padding: 10px 14px; border: 1px solid #d6e3f5; border-radius: 999px; background: #fff; color: #4a618a; box-shadow: 0 8px 18px rgba(15, 23, 42, .04); font-size: 13px; font-weight: 850; transition: .18s ease; }
.ggs-health-cover .hc-chip.active,
.ggs-health-cover .hc-chip:hover { border-color: #1e3d9d; background: #1e3d9d; color: #fff; }
.ggs-health-cover .hc-ovhc-head { display: flex; align-items: center; justify-content: space-between; gap: 16px; margin-bottom: 18px; }
.ggs-health-cover .hc-count { padding: 8px 12px; border: 1px solid #e0e7f3; border-radius: 999px; background: #f4f7fc; color: #6b80a6; font-size: 13px; font-weight: 800; white-space: nowrap; }
.ggs-health-cover .hc-rec-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.ggs-health-cover .hc-rec-card { position: relative; display: grid; gap: 14px; overflow: hidden; padding: 22px; border: 1px solid #dce8f8; border-radius: 26px; background: linear-gradient(180deg, #fff, #fbfdff); box-shadow: 0 12px 26px rgba(18, 40, 95, .05); }
.ggs-health-cover .hc-rec-card::before { content: ""; position: absolute; inset: 0 0 auto; height: 5px; background: linear-gradient(90deg, #1e3d9d, #2563eb, #facc15); }
.ggs-health-cover .hc-rec-card.hc-not-8501,
.ggs-health-cover .hc-mini-plan.hc-not-8501 { border-color: #fecdd3; box-shadow: 0 14px 34px rgba(225, 29, 72, .06); }
.ggs-health-cover .hc-rec-card.hc-not-8501::before { background: linear-gradient(90deg, #ef4444, #fb7185, #facc15); }
.ggs-health-cover .hc-rec-label { color: #2f65ea; font-size: 11px; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.ggs-health-cover .hc-rec-card h4 { margin: 0; color: #081a4b; font-size: 24px; line-height: 1.15; letter-spacing: -.035em; }
.ggs-health-cover .hc-rec-sub { min-height: 44px; color: #5e7195; font-size: 14px; line-height: 1.55; }
.ggs-health-cover .hc-ovhc-price { display: flex; align-items: baseline; gap: 6px; }
.ggs-health-cover .hc-ovhc-price strong { color: #081a4b; font-size: 36px; line-height: 1; letter-spacing: -.04em; }
.ggs-health-cover .hc-ovhc-price span { color: #6d7f9f; font-size: 13px; font-weight: 800; }
.ggs-health-cover .hc-inline-tags,
.ggs-health-cover .hc-metrics { display: flex; flex-wrap: wrap; gap: 8px; }
.ggs-health-cover .hc-inline-tags span,
.ggs-health-cover .hc-metrics span { padding: 6px 10px; border-radius: 999px; font-size: 12px; font-weight: 750; }
.ggs-health-cover .hc-inline-tags span { background: #eef4ff; color: #2f65ea; }
.ggs-health-cover .hc-metrics span { border: 1px solid #e3e9f3; background: #f6f8fc; color: #5e7195; }
.ggs-health-cover .hc-visa-warning { padding: 9px 11px; border: 1px solid #fecdd3; border-radius: 12px; background: #fff1f2; color: #e11d48; font-size: 12px; font-weight: 900; }
.ggs-health-cover .hc-provider-stack { display: grid; gap: 18px; }
.ggs-health-cover .hc-provider-block { padding: 0; overflow: hidden; scroll-margin-top: 112px; border: 1px solid #dce8f8; border-radius: 24px; background: #fff; box-shadow: 0 12px 28px rgba(18, 40, 95, .045); }
.ggs-health-cover .hc-provider-head { display: flex; align-items: center; justify-content: space-between; gap: 16px; margin: 0; padding: 18px 20px; background: linear-gradient(180deg, #fff, #fbfdff); cursor: pointer; }
.ggs-health-cover .hc-provider-title { display: flex; align-items: center; gap: 12px; }
.ggs-health-cover .hc-provider-badge { display: inline-flex; align-items: center; justify-content: center; width: 88px; min-width: 88px; height: 46px; padding: 7px 8px; overflow: hidden; border: 1px solid #e3ebf5; border-radius: 14px; background: #fff !important; color: #081a4b; box-shadow: none; font-size: 12px; font-weight: 950; }
.ggs-health-cover .hc-provider-badge.aia { color: #081a4b; }
.ggs-health-cover .hc-provider-badge img { display: block; width: 100%; height: 100%; object-fit: contain; }
.ggs-health-cover .hc-provider-badge.aia img { width: 32px; height: 32px; }
.ggs-health-cover .hc-provider-name { color: #081a4b; font-size: 24px; font-weight: 950; line-height: 1; }
.ggs-health-cover .hc-provider-copy { margin: 8px 0 0; max-width: 720px; color: #607395; font-size: 14px; line-height: 1.55; }
.ggs-health-cover .hc-provider-side { display: flex; align-items: center; gap: 12px; margin-left: auto; }
.ggs-health-cover .hc-provider-toggle { display: inline-flex; width: 38px; height: 38px; min-height: 38px; padding: 0; align-items: center; justify-content: center; border: 1px solid #dbe5f3; border-radius: 50%; background: #f8fbff; color: #7b8da8; transition: transform .2s ease, color .2s ease, border-color .2s ease; }
.ggs-health-cover .hc-provider-toggle:hover { border-color: #bfd5ff; color: var(--hc-blue); }
.ggs-health-cover .hc-provider-block.hc-collapsed .hc-provider-toggle { transform: rotate(-90deg); }
.ggs-health-cover .hc-provider-block.hc-collapsed .hc-provider-grid { display: none; }
.ggs-health-cover .hc-provider-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 16px; padding: 0 20px 20px; }
.ggs-health-cover .hc-mini-plan { display: grid; min-height: 100%; gap: 12px; padding: 18px; border: 1px solid #e1e9f5; border-radius: 22px; background: linear-gradient(180deg, #fff, #fbfdff); transition: .18s ease; }
.ggs-health-cover .hc-mini-plan:hover { transform: translateY(-2px); border-color: #bcd0f3; box-shadow: 0 18px 34px rgba(22, 47, 112, .08); }
.ggs-health-cover .hc-mini-top { display: flex; align-items: flex-start; justify-content: space-between; gap: 12px; }
.ggs-health-cover .hc-mini-name { color: #081a4b; font-size: 18px; font-weight: 950; line-height: 1.25; }
.ggs-health-cover .hc-mini-note { margin-top: 6px; color: #677b9f; font-size: 12px; line-height: 1.45; }
.ggs-health-cover .hc-plan-pill { padding: 6px 10px; border-radius: 999px; background: #fff0f0; color: #ef4444; font-size: 12px; font-weight: 800; white-space: nowrap; }
.ggs-health-cover .hc-warning-slot,
.ggs-health-cover .hc-excess-slot { display: flex; width: 100%; }
.ggs-health-cover .hc-warning-slot.is-empty,
.ggs-health-cover .hc-excess-slot.is-empty { visibility: hidden; }
.ggs-health-cover .hc-warning-slot .hc-visa-warning,
.ggs-health-cover .hc-excess-slot .hc-excess-box { width: 100%; }
.ggs-health-cover .hc-excess-box { margin-top: 2px; padding: 12px; border: 1px solid #e2eaf7; border-radius: 16px; background: linear-gradient(180deg, #fbfdff, #f4f8ff); }
.ggs-health-cover .hc-excess-label { margin-bottom: 8px; color: #6f83a8; font-size: 11px; font-weight: 850; letter-spacing: .06em; text-transform: uppercase; }
.ggs-health-cover .hc-excess-group { display: flex; flex-wrap: wrap; gap: 8px; }
.ggs-health-cover .hc-excess-btn { height: 34px; padding: 0 12px; border: 1px solid #d6e4ff; border-radius: 999px; background: #fff; color: #425a82; font-size: 12px; font-weight: 850; }
.ggs-health-cover .hc-excess-btn.active { border-color: #2f65ea; background: #2f65ea; color: #fff; box-shadow: 0 8px 16px rgba(47, 101, 234, .18); }
.ggs-health-cover .hc-mini-metrics { display: grid; gap: 7px; color: #5f7398; font-size: 12px; line-height: 1.45; }
.ggs-health-cover .hc-mini-metric::before { content: "•"; margin-right: 8px; color: #2f65ea; font-weight: 950; }
.ggs-health-cover .hc-card-actions { display: flex; gap: 10px; margin-top: auto; }
.ggs-health-cover .hc-card-actions .hc-btn { width: auto; min-width: 104px; height: 42px; min-height: 42px; padding: 0 16px; flex: 0 1 auto; border-radius: 14px; white-space: nowrap; }

@media (min-width: 861px) {
    .ggs-health-cover .hc-rec-label { min-height: 18px; }
    .ggs-health-cover .hc-rec-copy { height: 104px; overflow: hidden; }
    .ggs-health-cover .hc-rec-card > .hc-warning-slot { height: 40px; }
    .ggs-health-cover .hc-rec-card > .hc-ovhc-price { min-height: 44px; }
    .ggs-health-cover .hc-rec-card > .hc-inline-tags { min-height: 48px; align-content: flex-start; }
    .ggs-health-cover .hc-rec-card > .hc-metrics { min-height: 76px; align-content: flex-start; }

    .ggs-health-cover .hc-mini-top { height: 124px; overflow: hidden; }
    .ggs-health-cover .hc-mini-plan > .hc-ovhc-price { min-height: 44px; }
    .ggs-health-cover .hc-mini-plan > .hc-inline-tags { min-height: 48px; align-content: flex-start; }
    .ggs-health-cover .hc-mini-plan > .hc-warning-slot { min-height: 40px; }
    .ggs-health-cover .hc-mini-plan > .hc-excess-slot { height: 88px; }
    .ggs-health-cover .hc-mini-plan > .hc-excess-slot .hc-excess-box { height: 100%; margin-top: 0; }
    .ggs-health-cover .hc-mini-metrics { grid-template-rows: repeat(3, minmax(0, 1fr)); height: 98px; overflow: hidden; }
    .ggs-health-cover .hc-mini-plan > .hc-card-actions { min-height: 42px; }
}

/* Modals */
.ggs-health-cover .hc-modal-mask { position: fixed; inset: 0; z-index: 1000; display: flex; align-items: center; justify-content: center; padding: 24px; background: rgba(15, 23, 42, .48); backdrop-filter: blur(4px); }
.ggs-health-cover .hc-modal { position: relative; display: flex; width: min(980px, 100%); max-height: min(90vh, 900px); flex-direction: column; overflow: hidden; border: 1px solid #dce7f5; border-radius: 24px; background: #fff; box-shadow: 0 30px 80px rgba(15, 23, 42, .26); }
.ggs-health-cover .hc-modal.hc-small { width: min(560px, 100%); }
.ggs-health-cover .hc-modal-header { position: relative; padding: 18px 54px 20px 24px; background: #1491ec; color: #fff; text-align: center; }
.ggs-health-cover .hc-modal-header h3 { margin: 0 0 6px; color: #fff; font-size: 22px; font-weight: 950; }
.ggs-health-cover .hc-modal-header p { margin: 0; color: rgba(255, 255, 255, .9); font-size: 13px; }
.ggs-health-cover .hc-modal-close { position: absolute; top: 14px; right: 14px; z-index: 2; display: grid; width: 34px; height: 34px; padding: 0; place-items: center; border: 1px solid rgba(255, 255, 255, .45); border-radius: 50%; background: rgba(255, 255, 255, .18); color: #fff; font-size: 20px; font-weight: 900; }
.ggs-health-cover .hc-modal-body { padding: 24px; overflow: auto; }
.ggs-health-cover .hc-date-layout { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; padding: 18px; overflow: auto; background: #f8fbff; }
.ggs-health-cover .hc-panel { overflow: hidden; border: 1px solid #dce7f5; border-radius: 18px; background: #fff; }
.ggs-health-cover .hc-panel-head { display: flex; align-items: center; justify-content: space-between; gap: 10px; padding: 14px 16px; border-bottom: 1px solid #e8eef7; background: #f8fbff; color: #1f365d; font-weight: 950; }
.ggs-health-cover .hc-date-layout .hc-panel:first-child .hc-panel-head { justify-content: flex-start; padding: 14px 18px; border: 0; background: #79bbf5; color: #fff; }
.ggs-health-cover .hc-date-layout .hc-panel:last-child .hc-panel-head { padding: 14px 18px; border: 0; background: #efe8b8; color: #de6f1a; }
.ggs-health-cover .hc-date-layout .hc-panel:last-child .hc-panel-head span:last-child { display: inline-flex; align-items: center; height: 24px; padding: 0 10px; border-radius: 999px; background: #6dc34f; color: #fff; font-size: 12px; font-weight: 800; white-space: nowrap; }
.ggs-health-cover .hc-panel-body { padding: 18px; }
.ggs-health-cover .hc-form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; margin-bottom: 16px; }
.ggs-health-cover .hc-date-layout .hc-field label { margin-bottom: 8px; color: #24324a; font-size: 14px; font-weight: 800; letter-spacing: 0; text-transform: none; }
.ggs-health-cover .hc-date-layout .hc-field input { height: 42px; border-color: #d5deea; border-radius: 10px; color: #142033; font-weight: 400; }
.ggs-health-cover .hc-arrival-list { display: grid; gap: 10px; margin-top: 16px; }
.ggs-health-cover .hc-arrival-option { display: grid; grid-template-columns: 22px 1fr; gap: 10px; align-items: start; width: 100%; padding: 12px; border: 1px solid #d6dee8; border-radius: 12px; background: #fff; text-align: left; }
.ggs-health-cover .hc-arrival-option.active { border-color: #3b82f6; background: #fff; box-shadow: 0 0 0 3px rgba(59, 130, 246, .12); }
.ggs-health-cover .hc-arrival-radio { position: relative; width: 20px; height: 20px; margin-top: 2px; border: 1.5px solid #64748b; border-radius: 50%; }
.ggs-health-cover .hc-arrival-option.active .hc-arrival-radio::after { content: ""; position: absolute; inset: 4px; border-radius: 50%; background: #111827; }
.ggs-health-cover .hc-arrival-option strong { display: block; margin-bottom: 4px; color: #142033; font-size: 15px; font-weight: 900; }
.ggs-health-cover .hc-arrival-option small { display: block; color: #6b7d94; font-size: 13px; font-weight: 600; line-height: 1.4; }
.ggs-health-cover .hc-date-layout .hc-panel:first-child .hc-btn { background: #60aef0; box-shadow: 0 10px 22px rgba(20, 145, 236, .18); }
.ggs-health-cover .hc-calc-result { display: grid; gap: 14px; }
.ggs-health-cover .hc-result-dates { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 14px; padding-bottom: 16px; }
.ggs-health-cover .hc-result-date { padding: 0; border: 0; border-radius: 0; background: transparent; text-align: left; }
.ggs-health-cover .hc-result-date small { display: block; margin-bottom: 6px; color: #de6f1a; font-size: 12px; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }
.ggs-health-cover .hc-result-date strong { display: block; margin-top: 0; color: #111827; font-size: 22px; font-weight: 900; line-height: 1.15; }
.ggs-health-cover .hc-result-dates > span { transform: translateY(-6px); color: #e7b90d; font-size: 38px; font-weight: 900; }
.ggs-health-cover .hc-result-note { padding: 14px; border: 1px solid #f0d48f; border-radius: 14px; background: #fffef8; color: #4b5563; font-size: 12px; line-height: 1.55; }
.ggs-health-cover .hc-result-placeholder { display: grid; min-height: 300px; place-items: center; padding: 24px; border: 1px solid #f0d48f; border-radius: 14px; background: #f7f0c8; color: #22314a; text-align: center; }
.ggs-health-cover .hc-form-row { display: grid; gap: 6px; margin-bottom: 14px; }
.ggs-health-cover .hc-form-row label { color: #536984; font-size: 12px; font-weight: 850; }
.ggs-health-cover .hc-form-row input { width: 100%; height: 46px; padding: 0 13px; border: 1px solid #cbd5e1; border-radius: 13px; background: #fff; }
.ggs-health-cover .hc-form-error { margin: -4px 0 12px; color: #e11d48; font-size: 12px; font-weight: 750; }
.ggs-health-cover .hc-ovhc-detail-modal { width: min(620px, 100%); max-height: 88vh; border-color: #dce8f8; border-radius: 28px; box-shadow: 0 30px 80px rgba(15, 23, 42, .28); }
.ggs-health-cover .hc-ovhc-detail-modal .hc-modal-header { padding: 22px 64px 22px 24px; background: linear-gradient(135deg, #0b1737, #1e3d9d); text-align: left; }
.ggs-health-cover .hc-ovhc-detail-modal .hc-modal-header h3 { font-size: 24px; letter-spacing: -.035em; }
.ggs-health-cover .hc-ovhc-detail-modal .hc-modal-header p { margin-top: 8px; color: #dbeafe; line-height: 1.5; }
.ggs-health-cover .hc-ovhc-detail-modal .hc-modal-body { display: grid; gap: 18px; padding: 22px 24px 24px; }

@media (min-width: 861px) {
    .ggs-health-cover .hc-plan-header { height: 244px; min-height: 244px; }
    .ggs-health-cover .hc-plan-footer { margin-top: 0; }
    .ggs-health-cover .hc-price-box { height: 130px; min-height: 130px; }
    .ggs-health-cover .hc-plan-card.open .hc-plan-features {
        grid-template-rows: repeat(4, minmax(0, 1fr));
        height: 290px;
        min-height: 290px;
    }
}

@media (max-width: 1280px) {
    .ggs-health-cover .hc-plan-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
    .ggs-health-cover .hc-control-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
    .ggs-health-cover .hc-cover-grid,
    .ggs-health-cover .hc-testimonial-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .ggs-health-cover .hc-reason-card.hc-large,
    .ggs-health-cover .hc-reason-card.hc-small { grid-column: span 6; }
}
@media (max-width: 1120px) {
    .ggs-health-cover .hc-rec-grid,
    .ggs-health-cover .hc-provider-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 860px) {
    .ggs-health-cover .hc-hero-inner { min-height: 400px; padding: 104px 0 88px; }
    .ggs-health-cover .hc-hero h1 { max-width: 720px; font-size: clamp(38px, 8vw, 56px); }
    .ggs-health-cover .hc-control-grid { grid-template-columns: 1fr 1fr; }
    .ggs-health-cover .hc-plan-grid,
    .ggs-health-cover .hc-cover-grid,
    .ggs-health-cover .hc-testimonial-grid,
    .ggs-health-cover .hc-rec-grid,
    .ggs-health-cover .hc-provider-grid { grid-template-columns: 1fr; }
    .ggs-health-cover .hc-reason-card.hc-large,
    .ggs-health-cover .hc-reason-card.hc-small { grid-column: span 12; min-height: auto; }
    .ggs-health-cover .hc-reason-card.hc-large .hc-reason-copy h3,
    .ggs-health-cover .hc-reason-copy h3 { font-size: 20px; }
    .ggs-health-cover .hc-reason-card.hc-large .hc-reason-desc { max-width: none; }
    .ggs-health-cover .hc-ovhc-intro,
    .ggs-health-cover .hc-ovhc-head,
    .ggs-health-cover .hc-provider-head,
    .ggs-health-cover .hc-table-toolbar { flex-direction: column; align-items: flex-start; }
    .ggs-health-cover .hc-filter-panel { min-width: 0; width: 100%; }
    .ggs-health-cover .hc-date-layout { grid-template-columns: 1fr; }
}
@media (max-width: 560px) {
    .ggs-health-cover .hc-container { width: calc(100% - 24px); }
    .ggs-health-cover .hc-hero-inner { min-height: 390px; padding: 104px 0 82px; }
    .ggs-health-cover .hc-hero-eyebrow { min-height: 32px; margin-bottom: 18px; padding: 7px 13px; font-size: 10px; letter-spacing: .05em; }
    .ggs-health-cover .hc-hero h1 { max-width: 360px; font-size: clamp(34px, 10.5vw, 46px); line-height: 1.02; }
    .ggs-health-cover .hc-hero-highlight::after { bottom: 2px; height: 5px; }
    .ggs-health-cover .hc-hero-copy { width: min(360px, 94%); margin-top: 18px; font-size: 15px; line-height: 1.58; }
    .ggs-health-cover .hc-hero-actions { margin-top: 22px; gap: 14px; }
    .ggs-health-cover .hc-hero-cta { min-height: 50px; padding: 0 24px; font-size: 16px; }
    .ggs-health-cover .hc-trust-inline { gap: 10px 18px; font-size: 12px; }
    .ggs-health-cover .hc-control-card { padding: 18px; }
    .ggs-health-cover .hc-control-grid { grid-template-columns: 1fr; }
    .ggs-health-cover .hc-control-grid .hc-field,
    .ggs-health-cover .hc-date-btn { width: 100%; }
    .ggs-health-cover .hc-module { padding: 56px 0; }
    .ggs-health-cover .hc-section-title h2 { font-size: 30px; }
    .ggs-health-cover .hc-plan-grid { gap: 12px; }
    .ggs-health-cover .hc-plan-card { padding: 0; border-width: 0; border-radius: 20px; overflow: hidden; box-shadow: 0 3px 10px rgba(15, 23, 42, .06); }
    .ggs-health-cover .hc-plan-header { display: grid; grid-template-columns: 56px 1fr; gap: 10px; align-items: start; padding: 12px 14px 8px; text-align: left; }
    .ggs-health-cover .hc-plan-logo { width: 56px; height: 56px; margin: 0; padding: 6px; align-self: start; border-radius: 14px; }
    .ggs-health-cover .hc-plan-title-row { flex-direction: row; flex-wrap: wrap; align-items: center; justify-content: flex-start; gap: 4px 6px; }
    .ggs-health-cover .hc-plan-provider { font-size: 13px; line-height: 1.15; }
    .ggs-health-cover .hc-plan-subtitle { display: inline-block; font-size: 8px; letter-spacing: .12em; text-align: left; }
    .ggs-health-cover .hc-card-badge { position: static; transform: none; height: 20px; margin-left: 2px; padding: 0 8px; border-radius: 999px; background: #ff4848; box-shadow: none; color: #fff; font-size: 9px; }
    .ggs-health-cover .hc-card-badge.hc-blue { background: #ff4848; }
    .ggs-health-cover .hc-tag-list { min-height: 0; margin: 5px 0 6px; justify-content: flex-start; gap: 6px; }
    .ggs-health-cover .hc-mini-tag { padding: 3px 8px; border-color: transparent; border-radius: 6px; background: #edf3ff; box-shadow: none; color: #1663d6; font-size: 8px; font-weight: 800; }
    .ggs-health-cover .hc-plan-summary { display: -webkit-box; margin-top: 0; overflow: hidden; color: #6b7280; font-size: 9px; line-height: 1.45; -webkit-box-orient: vertical; -webkit-line-clamp: 1; }
    .ggs-health-cover .hc-plan-footer { display: flex; align-items: center; justify-content: space-between; gap: 8px; padding: 8px 14px 10px; border-top: 1px solid #eef2f7; }
    .ggs-health-cover .hc-price-box { display: flex; min-width: 0; min-height: 0; margin: 0; padding: 0; align-items: flex-start; justify-content: center; gap: 2px; border: 0; border-radius: 0; background: transparent; text-align: left; }
    .ggs-health-cover .hc-price-eyebrow,
    .ggs-health-cover .hc-price-note { display: none; }
    .ggs-health-cover .hc-old-price { min-height: 0; margin-bottom: 0; font-size: 9px; line-height: 1.1; }
    .ggs-health-cover .hc-price-row { justify-content: flex-start; gap: 4px; }
    .ggs-health-cover .hc-price-amount { font-size: 15px; line-height: 1; }
    .ggs-health-cover .hc-currency { margin-left: 0; font-size: 10px; line-height: 1; }
    .ggs-health-cover .hc-action-stack { display: flex; width: auto; margin-left: auto; align-items: center; justify-content: flex-end; gap: 12px; }
    .ggs-health-cover .hc-action-main { display: flex; margin-left: 0; flex-direction: row; align-items: center; gap: 8px; }
    .ggs-health-cover .hc-plan-card .hc-btn.hc-ghost { width: auto; height: auto; min-height: 0; padding: 0; background: transparent; box-shadow: none; color: #94a3b8; font-size: 10px; text-decoration: underline; }
    .ggs-health-cover .hc-plan-card .hc-btn.hc-primary,
    .ggs-health-cover .hc-plan-card .hc-btn.hc-dark { width: 72px; height: 36px; min-height: 36px; border-radius: 14px; font-size: 10px; }
    .ggs-health-cover .hc-expand { width: 24px; height: 24px; min-height: 24px; font-size: 12px; }
    .ggs-health-cover .hc-plan-features { margin: 0; padding: 0 14px 10px; border-top: 0; gap: 8px; }
    .ggs-health-cover .hc-plan-features li { font-size: 11px; line-height: 1.4; }
    .ggs-health-cover .hc-check { width: 18px; height: 18px; font-size: 10px; }
    .ggs-health-cover .hc-accordion-button { padding: 18px; }
    .ggs-health-cover .hc-compare-table th:first-child,
    .ggs-health-cover .hc-compare-table td:first-child {
        width: 154px;
        min-width: 154px;
        max-width: 154px;
    }
    .ggs-health-cover .hc-compare-table th,
    .ggs-health-cover .hc-compare-table td { padding: 12px 10px; }
    .ggs-health-cover .hc-cover-card,
    .ggs-health-cover .hc-reason-card,
    .ggs-health-cover .hc-testimonial { padding: 22px; }
    .ggs-health-cover .hc-segmented { width: 100%; height: 58px; padding: 5px; }
    .ggs-health-cover .hc-segmented button { height: 48px; font-size: 15px; }
    .ggs-health-cover .hc-modal-mask { padding: 12px; }
    .ggs-health-cover .hc-modal-body { padding: 16px; }
    .ggs-health-cover .hc-form-grid,
    .ggs-health-cover .hc-result-dates { grid-template-columns: 1fr; }
    .ggs-health-cover .hc-result-dates > span { transform: rotate(90deg); text-align: center; }
}
