/* ==============================================================
   GetMeRenewed Design System v2 — redesign-system.css
   A complete visual overhaul: ink navy + indigo/violet gradient
   accent, Sora display type, layered soft shadows, generous
   spacing. Loaded after legacy styles and overrides them.
   ============================================================== */

:root {
    /* Palette */
    --ink: #0E1420;
    --ink-2: #151d30;
    --ink-3: #1e2845;
    --dark-bg: #1e293b;
    --primary: #4f46e5;
    --primary-2: #4338ca;
    --primary-soft: #eef2ff;
    --accent: #059669;
    --accent-soft: #ecfdf5;
    --success: #059669;
    --success-soft: #ecfdf5;
    --danger: #ef4444;
    --bg: #f5f6fb;
    --surface: #ffffff;
    --line: #e6e9f2;

    /* Text */
    --text: #1d2437;
    --text-2: #4b5570;
    --muted: #6b7280;
    --on-dark: #eef1fb;
    --on-dark-muted: #94a3b8;

    /* Effects */
    --grad: linear-gradient(120deg, #4f46e5 0%, #4338ca 100%);
    --grad-warm: linear-gradient(120deg, #059669 0%, #047857 100%);
    /* conversion CTAs: orange for signup and get-started actions */
    --grad-cta: linear-gradient(120deg, #f97316 0%, #ea580c 100%);
    --grad-pay: linear-gradient(120deg, #059669 0%, #047857 100%);
    --shadow-cta: 0 8px 18px rgba(194, 65, 12, .24);
    --shadow-pay: 0 12px 28px rgba(5, 150, 105, .35);
    --shadow-sm: 0 1px 2px rgba(12, 18, 34, .05), 0 2px 8px rgba(12, 18, 34, .05);
    --shadow-md: 0 4px 12px rgba(23, 25, 60, .07), 0 12px 32px rgba(23, 25, 60, .08);
    --shadow-lg: 0 12px 24px rgba(23, 25, 60, .1), 0 32px 64px rgba(23, 25, 60, .12);
    --shadow-primary: 0 10px 26px rgba(79, 70, 229, .35);
    --r-sm: 10px;
    --r-md: 16px;
    --r-lg: 24px;
    --ease: cubic-bezier(.22, .61, .36, 1);

    /* Type */
    --font-display: 'Sora', 'Plus Jakarta Sans', -apple-system, sans-serif;
    --font-body: 'Inter', 'DM Sans', -apple-system, sans-serif;

    /* Back-compat tokens used by older redesign views */
    --color-navy: #1e293b;
    --color-teal: #4f46e5;
    --color-green: #059669;
    --color-muted: #6b7280;
    --color-white: #ffffff;
    --color-border: #e6e9f2;
    --color-input-bg: #ffffff;
    --color-row-hover: #f3f4fb;
    --color-blue-modern: #4f46e5;
    --color-orange: #059669;
    --color-orange-hover: #047857;
    --color-purple: #4f46e5;
    --color-purple-deep: #4338ca;

    --font-display-compat: 'Sora', sans-serif;

    --space-sm: 8px;
    --space-md: 16px;
    --space-lg: 24px;
    --space-xl: 32px;
    --space-2xl: 48px;
    --space-3xl: 64px;

    --radius-md: 10px;
    --radius-lg: 16px;
    --radius-xl: 24px;
    --radius-pill: 999px;
    --radius-circle: 50%;

    --shadow-card: 0 4px 12px rgba(23, 25, 60, .07), 0 12px 32px rgba(23, 25, 60, .08);
    --shadow-focus: 0 0 0 4px rgba(79, 70, 229, .12);
    --shadow-orange: 0 10px 26px rgba(79, 70, 229, .35);
    --shadow-blue: 0 10px 26px rgba(79, 70, 229, .35);
    --shadow-purple: 0 10px 26px rgba(124, 58, 237, .35);
    --shadow-admin: 0 4px 12px rgba(23, 25, 60, .07), 0 12px 32px rgba(23, 25, 60, .08);

    --transition-all: all .2s cubic-bezier(.22, .61, .36, 1);
    --transition-border: border-color .2s ease, box-shadow .2s ease;
    --transition-color: color .2s ease;

    --gradient-signin-bg: radial-gradient(700px 420px at 85% -10%, rgba(79, 70, 229, .18), transparent 60%), radial-gradient(560px 380px at -10% 110%, rgba(79, 70, 229, .14), transparent 55%), #1e293b;
    --gradient-admin-login-bg: radial-gradient(700px 420px at 85% -10%, rgba(79, 70, 229, .18), transparent 60%), radial-gradient(560px 380px at -10% 110%, rgba(79, 70, 229, .14), transparent 55%), #1e293b;
    --gradient-orange-cta: linear-gradient(120deg, #4f46e5 0%, #7c3aed 100%);
    --gradient-purple-cta: linear-gradient(120deg, #7c3aed 0%, #5b21b6 100%);
    --gradient-purple-hero: radial-gradient(700px 340px at 90% -20%, rgba(79, 70, 229, .18), transparent 60%), #1e293b;
    --gradient-profile: linear-gradient(120deg, #4f46e5 0%, #7c3aed 100%);
    --gradient-sidebar: linear-gradient(180deg, #1e293b 0%, #1e293b 100%);
    --gradient-admin-header: linear-gradient(120deg, #1e293b 0%, #334155 100%);
    --gradient-admin-card-header: linear-gradient(120deg, #1e293b 0%, #334155 100%);

    --nav-height: 64px;
    --sidebar-width: 250px;

    --admin-border: #e6e9f2;
    --admin-content-bg: #f5f6fb;
    --admin-navy-light: #1e293b;
    --admin-text-muted: #8a93a8;
    --admin-active-nav: #4f46e5;
}

/* Prominent admin-managed downtime / maintenance warning. */
.gmr-site-alert {
    position: relative;
    z-index: 50;
    margin: 18px auto;
    padding: 0 18px;
    font-family: var(--font-body);
}
.gmr-site-alert-inner {
    width: min(1180px, 100%);
    margin: 0 auto;
    display: flex;
    align-items: flex-start;
    gap: 18px;
    padding: 22px 26px;
    border: 3px solid #dc2626;
    border-radius: 14px;
    background: #fff1f2;
    box-shadow: 0 18px 45px rgba(220, 38, 38, .18);
}
.gmr-site-alert-icon {
    flex: 0 0 54px;
    width: 54px;
    height: 54px;
    border-radius: 14px;
    background: #dc2626;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 27px;
}
.gmr-site-alert-copy strong {
    display: block;
    color: #991b1b;
    font-family: var(--font-display);
    font-size: clamp(25px, 3vw, 42px);
    line-height: 1.08;
    margin: 0 0 8px;
}
.gmr-site-alert-copy p {
    margin: 0;
    color: #7f1d1d;
    font-size: clamp(18px, 2vw, 28px);
    line-height: 1.35;
    font-weight: 700;
}
@media (max-width: 640px) {
    .gmr-site-alert {
        padding: 0 12px;
        margin: 12px auto;
    }
    .gmr-site-alert-inner {
        padding: 18px;
        gap: 12px;
    }
    .gmr-site-alert-icon {
        width: 44px;
        height: 44px;
        flex-basis: 44px;
        font-size: 22px;
    }
}

/* ---------- Base ---------- */
body.gmr-page {
    background: var(--bg);
    color: var(--text);
    font-family: var(--font-body);
    font-size: 16px;
    line-height: 1.65;
    -webkit-font-smoothing: antialiased;
    margin: 0;
}

/* Kept at single-class specificity so component rules (.checkout-hero h1 etc.) can recolor headings. */
.gmr-page h1, .gmr-page h2, .gmr-page h3,
.gmr-page h4, .gmr-page h5 {
    font-family: var(--font-display);
    color: var(--ink);
    letter-spacing: -0.02em;
    line-height: 1.18;
    margin: 0 0 14px;
}

body.gmr-page p { color: var(--text-2); }
body.gmr-page a { color: var(--primary); text-decoration: none; transition: color .2s var(--ease); }
body.gmr-page a:hover { color: var(--primary-2); }
body.gmr-page img { max-width: 100%; }

.gmr-container {
    max-width: 1180px;
    margin: 0 auto;
    padding: 0 24px;
}

/* ---------- Phone banner ---------- */
.gmr-phone-banner {
    background: var(--dark-bg);
    color: var(--on-dark-muted);
    text-align: center;
    font-size: 13.5px;
    font-weight: 500;
    padding: 9px 16px;
    letter-spacing: .01em;
}
.gmr-phone-banner a.gmr-phone-pill,
.gmr-phone-pill {
    display: inline-block;
    background: rgba(255, 255, 255, .08);
    border: 1px solid rgba(255, 255, 255, .14);
    color: #fff !important;
    border-radius: 999px;
    padding: 2px 14px;
    margin-left: 8px;
    font-weight: 700;
    transition: background .2s var(--ease);
}
.gmr-phone-pill:hover { background: rgba(255, 255, 255, .16); }

/* ---------- Top navigation ---------- */
.gmr-top-nav-wrap {
    position: sticky;
    top: 0;
    z-index: 500;
    background: rgba(255, 255, 255, .86);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    border-bottom: 1px solid var(--line);
}
.gmr-top-nav {
    min-height: 72px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    position: relative;
}
.gmr-brand-link { display: flex; align-items: center; gap: 12px; }
.gmr-brand-link img { max-height: 46px; }
.gmr-brand-text {
    font-family: var(--font-display);
    font-weight: 800;
    font-size: 21px;
    color: var(--ink);
    letter-spacing: -0.02em;
}
.gmr-brand-text span { color: var(--primary); }

.gmr-top-menu {
    display: flex;
    align-items: center;
    gap: 6px;
    list-style: none;
    margin: 0;
    padding: 0;
}
.gmr-top-menu li { margin: 0; }
.gmr-top-menu a {
    display: inline-block;
    padding: 9px 15px;
    border-radius: 999px;
    color: var(--text-2) !important;
    font-weight: 600;
    font-size: 14.5px;
    transition: all .2s var(--ease);
}
.gmr-top-menu a:hover { color: var(--ink) !important; background: var(--primary-soft); }
.gmr-top-menu .menu-item.is-active > a {
    background: linear-gradient(135deg, #eef2ff, #f5f3ff);
    box-shadow: inset 0 0 0 1px rgba(79, 70, 229, .24), 0 4px 12px rgba(79, 70, 229, .10);
    color: #4338ca !important;
    font-weight: 800;
    position: relative;
}
.gmr-top-menu .menu-item.is-active > a::after {
    background: linear-gradient(90deg, #4f46e5, #7c3aed);
    border-radius: 999px;
    bottom: 3px;
    content: "";
    height: 3px;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
    width: 24px;
}
.gmr-top-menu a.gmr-pill-outline {
    border: 1.5px solid var(--line);
    color: var(--ink) !important;
    padding: 9px 20px;
}
.gmr-top-menu a.gmr-pill-outline:hover { border-color: var(--primary); color: var(--primary) !important; background: #fff; }
.gmr-top-menu a.gmr-pill-orange {
    background: var(--grad-cta);
    color: #fff !important;
    padding: 10px 22px;
    box-shadow: var(--shadow-cta);
}
.gmr-top-menu a.gmr-pill-orange:hover { transform: translateY(-1px); filter: brightness(1.08); }

.gmr-nav-toggle {
    display: none;
    background: none;
    border: 1.5px solid var(--line);
    border-radius: 10px;
    padding: 8px 12px;
    font-size: 18px;
    color: var(--ink);
    cursor: pointer;
}

/* ---------- Buttons ---------- */
.gmr-btn-primary,
a.gmr-btn-primary {
    display: inline-block;
    background: var(--grad-cta);
    color: #fff !important;
    font-family: var(--font-display);
    font-weight: 700;
    font-size: 16px;
    padding: 15px 34px;
    border: 0;
    border-radius: 14px;
    cursor: pointer;
    box-shadow: var(--shadow-cta);
    transition: transform .2s var(--ease), box-shadow .2s var(--ease), filter .2s var(--ease);
    text-align: center;
}
.gmr-btn-primary:hover { transform: translateY(-1px); filter: brightness(1.04); box-shadow: 0 10px 22px rgba(194, 65, 12, .30); }

.gmr-btn-secondary,
a.gmr-btn-secondary {
    display: inline-block;
    background: #fff;
    color: var(--ink) !important;
    font-family: var(--font-display);
    font-weight: 700;
    font-size: 16px;
    padding: 14px 32px;
    border: 1.5px solid var(--line);
    border-radius: 14px;
    cursor: pointer;
    transition: all .2s var(--ease);
    text-align: center;
}
.gmr-btn-secondary:hover { border-color: var(--primary); color: var(--primary) !important; transform: translateY(-2px); box-shadow: var(--shadow-md); }

/* ---------- Forms ---------- */
.gmr-form-group { margin-bottom: 18px; position: relative; }
.gmr-label {
    display: block;
    font-weight: 600;
    font-size: 13.5px;
    color: var(--ink);
    margin-bottom: 7px;
    letter-spacing: .01em;
}
.gmr-input, .gmr-select, .gmr-textarea {
    width: 100%;
    box-sizing: border-box;
    background: #fff;
    border: 1.5px solid var(--line);
    border-radius: 12px;
    padding: 13px 16px;
    font-family: var(--font-body);
    font-size: 15px;
    color: var(--ink);
    transition: border-color .2s var(--ease), box-shadow .2s var(--ease);
    height: auto;
}
.gmr-input:focus, .gmr-select:focus, .gmr-textarea:focus {
    outline: none;
    border-color: var(--primary);
    box-shadow: 0 0 0 4px rgba(79, 70, 229, .12);
}
.gmr-input::placeholder, .gmr-textarea::placeholder { color: var(--muted); }
.gmr-helper-text { font-size: 12.5px; color: var(--muted); margin-top: 6px; }

.input-with-icon { position: relative; }
.input-with-icon > i {
    position: absolute;
    left: 15px;
    top: 15px;
    color: var(--muted);
    font-size: 15px;
    pointer-events: none;
}
.input-with-icon .gmr-input { padding-left: 42px; }

/* ---------- Alerts & badges ---------- */
.gmr-alert {
    border-radius: 12px;
    padding: 13px 18px;
    font-size: 14.5px;
    font-weight: 500;
    margin-bottom: 18px;
    border: 1px solid transparent;
}
.gmr-alert-success { background: var(--success-soft); color: #086b52; border-color: #b5ecd9; }
.gmr-alert-error { background: #fdecec; color: #a52323; border-color: #f6c8c8; }
.gmr-alert-warning { background: var(--accent-soft); color: #8a5a00; border-color: #fbdf9e; }

.gmr-badge {
    display: inline-block;
    padding: 4px 12px;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .03em;
}
.gmr-badge-success { background: var(--success-soft); color: #0a7a5c; }
.gmr-badge-info { background: var(--primary-soft); color: var(--primary); }
.gmr-badge-warning { background: var(--accent-soft); color: #047857; }
.gmr-badge-error { background: #fdecec; color: #b02a2a; }

/* ---------- Home hero ---------- */
.gmr-home-hero {
    position: relative;
    background:
        radial-gradient(900px 480px at 85% -10%, rgba(79, 70, 229, .18), transparent 60%),
        radial-gradient(700px 420px at -10% 110%, rgba(79, 70, 229, .14), transparent 55%),
        #1e293b;
    color: var(--on-dark);
    overflow: hidden;
    padding: 84px 0 96px;
}
.gmr-home-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: radial-gradient(rgba(255, 255, 255, .07) 1px, transparent 1px);
    background-size: 26px 26px;
    mask-image: linear-gradient(to bottom, rgba(0,0,0,.7), transparent 75%);
    -webkit-mask-image: linear-gradient(to bottom, rgba(0,0,0,.7), transparent 75%);
    pointer-events: none;
}
.gmr-hero-grid {
    position: relative;
    display: grid;
    grid-template-columns: 1.15fr .85fr;
    gap: 56px;
    align-items: center;
    max-width: 1180px;
    margin: 0 auto;
    padding: 0 24px;
}
.gmr-hero-copy h1 {
    color: #fff;
    font-size: clamp(38px, 5vw, 58px);
    font-weight: 800;
    letter-spacing: -0.03em;
    margin-bottom: 20px;
}
.gmr-hero-copy h1 em, .gmr-hero-copy h1 span {
    font-style: normal;
    background: linear-gradient(100deg, #a5b4fc, #67e8f9 60%, #5eead4);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}
.gmr-hero-copy p { color: #e5e7eb; font-size: 19px; line-height: 1.65; max-width: 600px; }
.gmr-hero-badges { display: flex; flex-wrap: wrap; gap: 10px; margin: 26px 0; }
.gmr-hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(255, 255, 255, .07);
    border: 1px solid rgba(255, 255, 255, .13);
    color: #e6eaf9;
    border-radius: 999px;
    padding: 8px 16px;
    font-size: 13.5px;
    font-weight: 600;
}
.gmr-hero-badge i { color: #8fd9b8; }
.gmr-hero-ctas { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 8px; }

.gmr-hero-media { position: relative; }
.gmr-hero-price-card {
    background: rgba(15, 23, 42, .86);
    border: 1px solid rgba(255, 255, 255, .22);
    backdrop-filter: none;
    border-radius: var(--r-lg);
    padding: 34px 34px 30px;
    box-shadow: 0 24px 54px rgba(2, 6, 23, .34);
}
.gmr-hero-price-card h3 { color: #fff; font-size: 22px; margin-bottom: 10px; }
.gmr-hero-price {
    font-family: var(--font-display);
    font-size: 54px;
    font-weight: 800;
    color: #fff;
    letter-spacing: -0.03em;
    line-height: 1;
}
.gmr-hero-price sup { font-size: 24px; top: -20px; color: #c7d2fe; }
.gmr-hero-price-card ul { list-style: none; margin: 22px 0 0; padding: 0; }
.gmr-hero-price-card ul li {
    color: #f1f5f9;
    font-size: 16px;
    padding: 8px 0;
    border-bottom: 1px dashed rgba(255, 255, 255, .18);
}
.gmr-hero-price-card ul li:last-child { border-bottom: 0; }
.gmr-hero-price-card ul li i { color: #fbbf24; margin-right: 10px; }

/* ---------- Partner banner ---------- */
.gmr-school-banner { background: var(--surface); border-bottom: 1px solid var(--line); padding: 26px 0; }
.gmr-school-banner-row {
    max-width: 1180px;
    margin: 0 auto;
    padding: 0 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 40px;
    opacity: .8;
}
.gmr-school-banner-row img { max-height: 52px; filter: grayscale(35%); transition: filter .25s var(--ease); }
.gmr-school-banner-row img:hover { filter: none; }

/* ---------- Sections ---------- */
.gmr-section { padding: 84px 0; }
.gmr-section-title { text-align: center; max-width: 680px; margin: 0 auto 52px; }
.gmr-section-title .kicker {
    display: inline-block;
    font-family: var(--font-display);
    font-size: 12.5px;
    font-weight: 700;
    letter-spacing: .14em;
    text-transform: uppercase;
    color: var(--primary);
    background: var(--primary-soft);
    border-radius: 999px;
    padding: 6px 16px;
    margin-bottom: 16px;
}
.gmr-section-title h2 { font-size: clamp(28px, 3.4vw, 40px); font-weight: 800; }
.gmr-section-title p { font-size: 17px; color: var(--text-2); }

.gmr-card {
    background: var(--surface);
    border: 1px solid var(--line);
    border-radius: var(--r-lg);
    box-shadow: var(--shadow-sm);
    padding: 30px;
    transition: transform .25s var(--ease), box-shadow .25s var(--ease);
}
.gmr-card:hover { box-shadow: var(--shadow-md); }

/* ---------- State grid ---------- */
.gmr-state-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 22px;
}
.gmr-state-card {
    position: relative;
    display: block;
    background: var(--surface);
    border: 1.5px solid var(--line);
    border-radius: var(--r-md);
    padding: 26px 24px;
    text-align: center;
    box-shadow: var(--shadow-sm);
    transition: all .25s var(--ease);
    overflow: hidden;
    cursor: pointer;
}
.gmr-state-card::after {
    content: "";
    position: absolute;
    left: 0; right: 0; top: 0;
    height: 4px;
    background: var(--grad);
    opacity: 0;
    transition: opacity .25s var(--ease);
}
.gmr-state-card:hover {
    transform: translateY(-5px);
    border-color: #c9c4f7;
    box-shadow: var(--shadow-lg);
}
.gmr-state-card:hover::after { opacity: 1; }
.gmr-state-card img { max-height: 56px; margin-bottom: 14px; }
.gmr-state-card h3 { font-size: 18px; margin: 0 0 4px; }
.gmr-state-card p { font-size: 13.5px; color: var(--muted); margin: 0; }
.gmr-state-start {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin-top: 16px;
    min-height: 38px;
    padding: 8px 15px;
    border-radius: 10px;
    background: #fff7ed;
    border: 1px solid #fed7aa;
    color: #9a3412 !important;
    font-family: var(--font-display);
    font-size: 14px;
    font-weight: 800;
    box-shadow: 0 8px 18px rgba(154, 52, 18, .10);
    transition: transform .18s var(--ease), background .18s var(--ease), border-color .18s var(--ease), box-shadow .18s var(--ease);
}
.gmr-state-card:hover .gmr-state-start {
    transform: translateY(-1px);
    background: #ffedd5;
    border-color: #fdba74;
    box-shadow: 0 10px 22px rgba(154, 52, 18, .13);
}

/* ---------- Steps ---------- */
.gmr-steps-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}
.gmr-step-card {
    background: var(--surface);
    border: 1px solid var(--line);
    border-radius: var(--r-lg);
    padding: 34px 30px;
    box-shadow: var(--shadow-sm);
    transition: transform .25s var(--ease), box-shadow .25s var(--ease);
}
.gmr-step-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); }
.gmr-step-num {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    border-radius: 14px;
    background: var(--grad);
    color: #fff;
    font-family: var(--font-display);
    font-size: 20px;
    font-weight: 800;
    margin-bottom: 18px;
    box-shadow: var(--shadow-primary);
}
.gmr-step-card h3 { font-size: 19px; }
.gmr-step-card p { font-size: 15px; margin: 0; }

.gmr-topic-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.gmr-topic-card {
    background: var(--surface);
    border: 1px solid var(--line);
    border-radius: var(--r-md);
    overflow: hidden;
    box-shadow: var(--shadow-sm);
    transition: transform .25s var(--ease), box-shadow .25s var(--ease);
}
.gmr-topic-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); }
.gmr-topic-card-body { padding: 22px; }

/* ---------- Final CTA ---------- */
.gmr-final-cta {
    position: relative;
    background:
        radial-gradient(700px 300px at 15% 0%, rgba(79, 70, 229, .2), transparent 60%),
        radial-gradient(700px 300px at 85% 100%, rgba(79, 70, 229, .2), transparent 60%),
        #1e293b;
    color: #fff;
    text-align: center;
    padding: 88px 24px;
    overflow: hidden;
}
.gmr-final-cta h2 { color: #fff; font-size: clamp(28px, 3.6vw, 42px); font-weight: 800; }
.gmr-final-cta p { color: var(--on-dark-muted); font-size: 18px; max-width: 560px; margin: 0 auto 30px; }

/* ---------- Footer ---------- */
.gmr-footer { background: var(--dark-bg); color: var(--on-dark-muted); }
.gmr-footer p, .gmr-footer-cta-grid p { color: var(--on-dark-muted); }
.gmr-footer a { color: #b9c2dd !important; }
.gmr-footer a:hover { color: #fff !important; }
.gmr-footer-cta { border-bottom: 1px solid rgba(255, 255, 255, .08); }
.gmr-footer-cta-grid {
    max-width: 1180px;
    margin: 0 auto;
    padding: 44px 24px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    flex-wrap: wrap;
}
.gmr-footer-cta-grid h2,
.gmr-footer-cta-grid h3 { color: #fff; font-size: 24px; margin: 0; font-family: var(--font-display); }
.gmr-footer-grid {
    max-width: 1180px;
    margin: 0 auto;
    padding: 56px 24px 40px;
    display: grid;
    grid-template-columns: 1.4fr 1fr 1fr 1.2fr;
    gap: 40px;
}
.gmr-footer-col h4 {
    color: #fff;
    font-family: var(--font-display);
    font-size: 15px;
    letter-spacing: .06em;
    text-transform: uppercase;
    margin-bottom: 18px;
}
.gmr-footer-col ul { list-style: none; margin: 0; padding: 0; }
.gmr-footer-col ul li { padding: 6px 0; font-size: 14.5px; }
.gmr-social-links { display: flex; gap: 10px; margin-top: 16px; }
.gmr-social-links a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 12px;
    background: rgba(255, 255, 255, .07);
    border: 1px solid rgba(255, 255, 255, .12);
    color: #fff !important;
    transition: all .2s var(--ease);
}
.gmr-social-links a:hover { background: var(--grad); border-color: transparent; transform: translateY(-2px); }
.gmr-footer-legal {
    border-top: 1px solid rgba(255, 255, 255, .08);
    text-align: center;
    padding: 22px 24px;
    font-size: 13px;
    color: #77809c;
}

/* ---------- Modals ---------- */
.gmr-signin-modal {
    position: fixed;
    inset: 0;
    z-index: 900;
    display: none;
    align-items: center;
    justify-content: center;
    background: rgba(8, 12, 26, .66);
    backdrop-filter: blur(6px);
    padding: 24px;
}
.gmr-signin-modal.is-open { display: flex; }
.gmr-signin-modal-panel {
    background: #fff;
    border-radius: var(--r-lg);
    box-shadow: var(--shadow-lg);
    max-width: 640px;
    width: 100%;
    max-height: 86vh;
    overflow: auto;
    padding: 36px;
    position: relative;
    animation: gmrModalIn .28s var(--ease);
}
@keyframes gmrModalIn {
    from { opacity: 0; transform: translateY(18px) scale(.98); }
    to { opacity: 1; transform: none; }
}
.gmr-signin-modal-close {
    position: absolute;
    top: 16px;
    right: 16px;
    width: 38px;
    height: 38px;
    border-radius: 12px;
    border: 1px solid var(--line);
    background: #fff;
    font-size: 17px;
    cursor: pointer;
    color: var(--text-2);
    transition: all .2s var(--ease);
}
.gmr-signin-modal-close:hover { background: var(--dark-bg); color: #fff; border-color: var(--dark-bg); }

/* Payment-decline recovery modal shared by signup, add-on, and invoice checkout. */
.gmr-payment-modal {
  position: fixed; inset: 0; z-index: 100000; display: none; align-items: center; justify-content: center;
  padding: 22px; background: rgba(8, 24, 39, .72); backdrop-filter: blur(7px); -webkit-backdrop-filter: blur(7px);
}
.gmr-payment-modal.is-open { display: flex; animation: gmrPaymentFade .2s ease-out; }
.gmr-payment-modal-card {
  position: relative; width: min(100%, 540px); max-height: calc(100vh - 44px); overflow-y: auto;
  padding: 32px; color: #17283a; background: #fff; border: 1px solid rgba(255,255,255,.7); border-radius: 24px;
  box-shadow: 0 28px 80px rgba(3,18,30,.32); animation: gmrPaymentRise .26s cubic-bezier(.2,.75,.25,1);
}
.gmr-payment-modal-close {
  position: absolute; top: 16px; right: 16px; width: 38px; height: 38px; padding: 0; color: #607080;
  background: #f5f8fa; border: 1px solid #e2e9ee; border-radius: 50%; font-size: 25px; line-height: 34px; cursor: pointer;
}
.gmr-payment-modal-close:hover, .gmr-payment-modal-close:focus { color: #fff; background: #102c46; outline: none; }
.gmr-payment-modal-icon {
  position: relative; display: flex; align-items: center; justify-content: center; width: 62px; height: 62px;
  margin: 0 auto 15px; color: #c95412; background: #fff1e8; border: 1px solid #ffd5bd; border-radius: 18px; font-size: 25px;
}
.gmr-payment-modal-icon span {
  position: absolute; right: -7px; bottom: -7px; display: inline-flex; align-items: center; justify-content: center;
  width: 25px; height: 25px; color: #fff; background: #d64035; border: 3px solid #fff; border-radius: 50%; font-size: 10px;
}
.gmr-payment-modal-card h2 { margin: 0; color: #b9362d; font-size: 34px; font-weight: 900; line-height: 1.15; text-align: center; letter-spacing: -.5px; }
.gmr-payment-modal-intro { max-width: 420px; margin: 8px auto 20px; color: #5d7081; font-size: 13px; line-height: 1.5; text-align: center; }
.gmr-payment-error-box { padding: 15px 17px; background: #fff7f5; border: 1px solid #f4cfca; border-left: 4px solid #d64035; border-radius: 12px; }
.gmr-payment-error-box strong, .gmr-payment-solution strong { display: block; margin-bottom: 4px; color: #102c46; font-size: 13px; }
.gmr-payment-error-box p, .gmr-payment-solution p { margin: 0; color: #44586a; font-size: 14px; line-height: 1.55; }
.gmr-payment-solution { display: grid; grid-template-columns: 38px 1fr; gap: 12px; align-items: start; margin-top: 14px; padding: 15px 17px; background: #f1f8fa; border: 1px solid #d8eaee; border-radius: 12px; }
.gmr-payment-solution-icon { display: inline-flex; align-items: center; justify-content: center; width: 36px; height: 36px; color: #176b87; background: #dceff3; border-radius: 10px; font-size: 17px; }
.gmr-payment-modal-actions { display: grid; grid-template-columns: 1.35fr 1fr; gap: 11px; margin-top: 21px; }
.gmr-payment-retry-btn, .gmr-payment-help-btn, .gmr-payment-chat-btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px; min-height: 48px; box-sizing: border-box;
  padding: 12px 16px; border-radius: 11px; font-size: 14px; font-weight: 850; text-decoration: none !important; cursor: pointer;
}
.gmr-payment-retry-btn { color: #fff; background: #ef7a24; border: 1px solid #ef7a24; box-shadow: 0 8px 20px rgba(239,122,36,.24); }
.gmr-payment-retry-btn:hover, .gmr-payment-retry-btn:focus { color: #fff; background: #d96614; border-color: #d96614; outline: none; }
.gmr-payment-help-btn { color: #173b52 !important; background: #fff; border: 1px solid #cfdbe2; }
.gmr-payment-help-btn:hover, .gmr-payment-help-btn:focus { color: #102c46 !important; background: #f5f9fa; border-color: #9fb4c0; }
.gmr-payment-support-choice { min-width: 0; padding: 9px; background: #f7fafb; border: 1px solid #dce6eb; border-radius: 12px; }
.gmr-payment-support-choice > span { display: block; margin: 0 0 7px; color: #40576a; font-size: 10px; font-weight: 900; letter-spacing: .4px; text-align: center; text-transform: uppercase; }
.gmr-payment-support-choice > div { display: grid; grid-template-columns: 1.15fr .85fr; gap: 6px; }
.gmr-payment-support-choice .gmr-payment-help-btn,
.gmr-payment-support-choice .gmr-payment-chat-btn { min-height: 37px; padding: 8px 9px; font-size: 11px; }
.gmr-payment-chat-btn { color: #fff; background: #176b87; border: 1px solid #176b87; }
.gmr-payment-chat-btn:hover, .gmr-payment-chat-btn:focus { color: #fff; background: #10566e; border-color: #10566e; outline: none; }
.gmr-payment-safe-note { margin: 15px 0 0; color: #748494; font-size: 11px; text-align: center; }
.gmr-payment-safe-note i { color: #16805a; }
@keyframes gmrPaymentFade { from { opacity: 0; } to { opacity: 1; } }
@keyframes gmrPaymentRise { from { opacity: 0; transform: translateY(14px) scale(.985); } to { opacity: 1; transform: none; } }
@media (max-width: 560px) {
  .gmr-payment-modal { padding: 12px; align-items: flex-end; }
  .gmr-payment-modal-card { max-height: calc(100vh - 24px); padding: 25px 20px 20px; border-radius: 22px 22px 16px 16px; }
  .gmr-payment-modal-card h2 { padding: 0 32px; font-size: 28px; }
  .gmr-payment-modal-actions { grid-template-columns: 1fr; }
}
@media (prefers-reduced-motion: reduce) {
  .gmr-payment-modal.is-open, .gmr-payment-modal-card { animation: none; }
}
.gmr-modal-state-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; margin-top: 20px; }
.gmr-modal-state-card {
    display: block;
    text-align: center;
    border: 1.5px solid var(--line);
    border-radius: var(--r-md);
    padding: 18px 12px;
    font-weight: 700;
    color: var(--ink) !important;
    transition: all .2s var(--ease);
}
.gmr-modal-state-card:hover { border-color: var(--primary); background: var(--primary-soft); transform: translateY(-2px); }
.gmr-modal-state-card img { max-height: 40px; margin-bottom: 8px; }

/* ---------- Page hero (inner pages) ---------- */
.gmr-page-hero {
    position: relative;
    background:
        radial-gradient(700px 340px at 90% -20%, rgba(79, 70, 229, .18), transparent 60%),
        radial-gradient(500px 280px at 5% 120%, rgba(79, 70, 229, .14), transparent 55%),
        #1e293b;
    color: #fff;
    text-align: center;
    padding: 66px 24px;
    overflow: hidden;
}
.gmr-page-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: radial-gradient(rgba(255, 255, 255, .06) 1px, transparent 1px);
    background-size: 24px 24px;
    pointer-events: none;
}
.gmr-page-hero h1 { color: #fff; font-size: clamp(30px, 4vw, 44px); font-weight: 800; position: relative; }
.gmr-page-hero p,
body.gmr-page .gmr-page-hero p { color: #cbd5e1; font-size: 18px; max-width: 620px; margin: 0 auto; position: relative; }

/* ---------- About page ---------- */
.about-main-grid {
    display: grid;
    grid-template-columns: 1.1fr .9fr;
    gap: 48px;
    align-items: start;
    padding: 64px 0;
}
.about-feature-list { list-style: none; margin: 24px 0 0; padding: 0; }
.about-feature-item {
    display: flex;
    gap: 16px;
    align-items: flex-start;
    background: var(--surface);
    border: 1px solid var(--line);
    border-radius: var(--r-md);
    box-shadow: var(--shadow-sm);
    padding: 18px 20px;
    margin-bottom: 14px;
    transition: transform .2s var(--ease), box-shadow .2s var(--ease);
}
.about-feature-item:hover { transform: translateX(4px); box-shadow: var(--shadow-md); }
.about-feature-icon {
    flex: 0 0 44px;
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    background: var(--primary-soft);
    color: var(--primary);
    font-size: 17px;
}
.about-feature-img { border-radius: var(--r-lg); box-shadow: var(--shadow-lg); }

/* ---------- Contact page ---------- */
.contact-grid {
    max-width: 1180px;
    margin: 0 auto;
    padding: 64px 24px;
    display: grid;
    grid-template-columns: .85fr 1.15fr;
    gap: 28px;
    align-items: start;
}
.contact-card {
    background: var(--surface);
    border: 1px solid var(--line);
    border-radius: var(--r-lg);
    box-shadow: var(--shadow-sm);
    overflow: hidden;
}
.contact-card-header {
    background: var(--dark-bg);
    color: #fff;
    padding: 24px 28px;
    font-family: var(--font-display);
    font-weight: 700;
    font-size: 20px;
}
.contact-card-header h2 { color: #fff; font-size: 20px; margin: 0 0 4px; }
body.gmr-page .contact-card-header p { color: #cbd5e1; font-size: 14.5px; margin: 0; }
.contact-card-header .icon-circle {
    width: 44px; height: 44px; border-radius: 50%;
    background: rgba(165, 180, 252, .15); display: flex; align-items: center;
    justify-content: center; margin-bottom: 12px;
}
.contact-card-header i { margin-right: 10px; color: #a5b4fc; }
.contact-card-body { padding: 30px 28px; }
.contact-info-row {
    display: flex;
    gap: 16px;
    align-items: flex-start;
    padding: 16px 0;
    border-bottom: 1px dashed var(--line);
}
.contact-info-row:last-child { border-bottom: 0; }
.contact-info-row i {
    flex: 0 0 44px;
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    background: var(--primary-soft);
    color: var(--primary);
    font-size: 17px;
}
.contact-info-row strong { display: block; font-size: 15px; color: var(--ink); margin-bottom: 3px; }
.contact-info-row div { font-size: 15px; color: var(--text-2); line-height: 1.6; }
.contact-info-row a { color: var(--primary); font-weight: 600; text-decoration: none; }
.contact-info-row a:hover { text-decoration: underline; }
.contact-name-email-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin-bottom: 18px; }
.gmr-contact-form .gmr-label { font-size: 14.5px; color: var(--ink); }
.gmr-contact-form .gmr-input,
.gmr-contact-form .gmr-textarea { font-size: 15.5px; }
.contact-captcha-wrap { margin-top: 20px; }
.contact-submit {
    margin-top: 8px;
    width: 100%;
    font-size: 16px;
    padding: 15px 24px;
}

/* ---------- FAQ ---------- */
.faq-shell { max-width: 860px; margin: 0 auto; padding: 56px 24px 80px; }
.faq-category {
    font-family: var(--font-display);
    font-size: 13px;
    font-weight: 700;
    color: var(--primary);
    text-transform: uppercase;
    letter-spacing: .12em;
    margin: 36px 0 14px;
}
.faq-item {
    background: var(--surface);
    border: 1px solid var(--line);
    border-radius: var(--r-md);
    box-shadow: var(--shadow-sm);
    margin-bottom: 12px;
    overflow: hidden;
    transition: box-shadow .2s var(--ease);
}
.faq-item.is-open { box-shadow: var(--shadow-md); border-color: #cfcaf8; }
.faq-question {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 18px;
    background: none;
    border: 0;
    text-align: left;
    padding: 19px 24px;
    font-family: var(--font-display);
    font-size: 16px;
    font-weight: 600;
    color: var(--ink);
    cursor: pointer;
}
.faq-question::after {
    content: "+";
    font-size: 22px;
    font-weight: 400;
    color: var(--primary);
    transition: transform .25s var(--ease);
}
.faq-item.is-open .faq-question::after { transform: rotate(45deg); }
.faq-answer { display: none; padding: 0 24px 20px; color: var(--text-2); font-size: 15px; }
.faq-item.is-open .faq-answer { display: block; }

/* ==============================================================
   CHECKOUT v2 — the signup experience
   ============================================================== */

.checkout-hero {
    position: relative;
    background:
        radial-gradient(720px 320px at 88% -30%, rgba(79, 70, 229, .2), transparent 60%),
        radial-gradient(520px 280px at 2% 130%, rgba(79, 70, 229, .15), transparent 55%),
        #1e293b;
    color: #fff;
    padding: 52px 24px 118px;
    overflow: hidden;
}
.checkout-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: radial-gradient(rgba(255,255,255,.06) 1px, transparent 1px);
    background-size: 24px 24px;
    pointer-events: none;
}
.checkout-hero-inner { max-width: 1180px; margin: 0 auto; position: relative; text-align: center; }
.checkout-hero .kicker {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(255, 255, 255, .08);
    border: 1px solid rgba(255, 255, 255, .15);
    color: #dbe3fb;
    font-size: 12.5px;
    font-weight: 700;
    letter-spacing: .1em;
    text-transform: uppercase;
    border-radius: 999px;
    padding: 7px 18px;
    margin-bottom: 18px;
}
.checkout-hero h1 {
    color: #fff;
    font-size: clamp(28px, 3.8vw, 44px);
    font-weight: 800;
    margin-bottom: 12px;
}
.checkout-hero .checkout-sub {
    color: #cbd5e1;
    max-width: 640px;
    margin: 0 auto;
    font-size: 17px;
}
.checkout-hero .checkout-sub a { color: #a5b4fc; text-decoration: underline; }
/* NJ referral-agent CE calculator promo (checkout hero) */
.nj-calc-promo {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 10px 14px;
    margin: 18px auto 0;
    max-width: 760px;
    padding: 13px 22px;
    background: rgba(255, 255, 255, 0.07);
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 999px;
    font-size: 15px;
    color: var(--on-dark-muted, #cbd5e1);
}
.nj-calc-promo > i { color: #6ee7b7; font-size: 17px; }
.nj-calc-promo a {
    color: #6ee7b7 !important;
    font-weight: 700;
    text-decoration: none;
    white-space: nowrap;
}
.nj-calc-promo a:hover { text-decoration: underline; }
.checkout-trust-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
    margin-top: 22px;
}

/* ---- "Your CE requirement" at-a-glance card (hero) ---- */
.req-glance {
    max-width: 860px;
    margin: 26px auto 4px;
    background: rgba(255, 255, 255, .97);
    border: 1px solid rgba(255, 255, 255, .4);
    border-radius: var(--r-lg);
    box-shadow: 0 18px 50px rgba(2, 6, 23, .45);
    padding: 22px 26px 18px;
    text-align: left;
}
.req-glance-head {
    display: flex;
    align-items: center;
    gap: 12px;
    font-family: var(--font-display);
    font-size: 17px;
    font-weight: 800;
    color: var(--ink);
    margin-bottom: 16px;
}
.req-glance-icon {
    width: 38px;
    height: 38px;
    flex: 0 0 38px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    background: var(--primary);
    color: #fff;
    font-size: 17px;
    box-shadow: 0 6px 16px rgba(79, 70, 229, .3);
}
.req-glance-stats {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 14px;
}
.req-stat {
    background: #F8FAFC;
    border: 1px solid #EDF1F7;
    border-radius: var(--r-md);
    padding: 14px 18px;
}
.req-stat-label {
    display: block;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .07em;
    text-transform: uppercase;
    color: #64748B;
    margin-bottom: 4px;
}
.req-stat-value {
    display: inline-block;
    font-family: var(--font-display);
    font-size: 30px;
    font-weight: 800;
    color: var(--ink);
    line-height: 1.1;
    letter-spacing: -0.02em;
}
.req-stat-value small {
    font-size: 15px;
    font-weight: 700;
    color: #475569;
    margin-left: 2px;
}
.req-stat-per {
    display: inline-block;
    font-size: 13px;
    color: #94A3B8;
    font-weight: 600;
    margin-left: 6px;
}
.req-glance-foot {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    margin: 14px 2px 0;
    font-size: 15px;
    line-height: 1.55;
    color: #475569;
}
body.gmr-page .req-glance-foot { color: #475569; }
.req-glance-foot i { color: var(--accent-green, #0a6b50); margin-top: 2px; }
.req-glance-foot strong { color: var(--ink); }
@media (max-width: 720px) {
    .req-glance { padding: 18px 16px 14px; }
    .req-glance-stats { grid-template-columns: 1fr; gap: 10px; }
    .req-stat { display: flex; align-items: baseline; gap: 10px; flex-wrap: wrap; padding: 12px 14px; }
    .req-stat-label { margin-bottom: 0; flex-basis: 100%; }
}

/* ---- "What {state} requires" breakdown card (hero) ---- */
.req-breakdown { padding: 24px 28px 20px; }
.req-bd-top {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 14px;
    flex-wrap: wrap;
}
.req-bd-title {
    font-family: var(--font-display);
    font-size: 22px;
    font-weight: 800;
    letter-spacing: -0.02em;
    color: var(--ink);
}
.req-bd-cycle { font-size: 14px; font-weight: 600; color: #64748B; }
.req-bd-sub { margin: 6px 0 16px; font-size: 16px; color: #475569; line-height: 1.6; }
body.gmr-page .req-bd-sub { color: #475569; }
.req-bd-sub .req-covers { color: #0a6b50; font-weight: 700; }

.req-bar {
    display: flex;
    border-radius: 14px;
    overflow: hidden;
    box-shadow: inset 0 0 0 1px rgba(2, 6, 23, .04);
}
.req-seg {
    flex-basis: 0;
    min-width: 58px;
    padding: 12px 8px;
    text-align: center;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 1px;
}
.req-seg + .req-seg { border-left: 2px solid rgba(255, 255, 255, .55); }
.req-seg-hrs {
    font-family: var(--font-display);
    font-size: 19px;
    font-weight: 800;
    line-height: 1.15;
}
.req-seg-name { font-size: 12px; font-weight: 700; line-height: 1.25; }
.req-seg-violet { background: #0d9488; }
.req-seg-sky    { background: #14b8a6; }
.req-seg-blue   { background: #0f766e; }
.req-seg-pink   { background: #2dd4bf; }
.req-seg-pink .req-seg-hrs, .req-seg-pink .req-seg-name { color: #042f2e; }
.req-seg-amber  { background: #5eead4; }
.req-seg-amber .req-seg-hrs, .req-seg-amber .req-seg-name { color: #042f2e; }
.req-seg-green  { background: #99f6e4; }
.req-seg-green .req-seg-hrs, .req-seg-green .req-seg-name { color: #042f2e; }

.req-bd-foot {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    flex-wrap: wrap;
    margin-top: 16px;
}
.req-bd-total { font-size: 15px; color: #475569; }
.req-bd-total strong { font-family: var(--font-display); font-size: 17px; color: var(--ink); }
.req-bd-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #ECFDF5;
    border: 1px solid #A7F3D0;
    color: #047857;
    font-size: 13.5px;
    font-weight: 700;
    border-radius: 999px;
    padding: 8px 16px;
}
.req-bd-badge i { font-size: 12px; }

.req-bd-details { border-top: 1px solid #EDF1F7; margin-top: 16px; padding-top: 12px; }
.req-details-toggle {
    background: none;
    border: none;
    padding: 6px 0;
    font-family: var(--font-display);
    font-size: 16px;
    font-weight: 700;
    color: var(--primary);
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}
.req-details-toggle:hover { color: var(--primary-2); }
.req-details-toggle i { transition: transform .2s var(--ease); }
.req-details-toggle.is-open i { transform: rotate(180deg); }
.req-details-panel {
    margin-top: 14px;
    padding: 24px 26px;
    background: linear-gradient(135deg, #f8fafc 0%, #f1f5f9 100%);
    border: 1px solid #e2e8f0;
    border-left: 4px solid var(--primary, #4f46e5);
    border-radius: 14px;
    text-align: left;
}
body.gmr-page .req-details-panel p { color: #374151; margin: 0 0 12px; font-size: 16px; line-height: 1.7; }
.req-details-panel a { font-weight: 700; text-decoration: underline; }

.req-detail-item {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    padding: 14px 0;
    border-bottom: 1px solid #e2e8f0;
    font-size: 16px;
    line-height: 1.7;
    color: #374151;
}
.req-detail-item:last-child { border-bottom: none; }
.req-detail-item > i {
    flex-shrink: 0;
    width: 34px;
    height: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #eef2ff;
    color: var(--primary);
    border-radius: 8px;
    font-size: 15px;
    margin-top: 2px;
}
.req-detail-item div { flex: 1; min-width: 0; }
.req-detail-item strong { color: #1e293b; }

a.req-detail-link {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 14px 18px;
    margin: 10px 0;
    background: #fff;
    border: 1.5px solid #e2e8f0;
    border-radius: 10px;
    color: var(--primary) !important;
    font-family: var(--font-display);
    font-size: 15px;
    font-weight: 700;
    text-decoration: none !important;
    transition: all .15s ease;
}
a.req-detail-link:hover {
    border-color: var(--primary);
    background: #eef2ff;
    transform: translateX(3px);
}
a.req-detail-link i {
    font-size: 16px;
    color: var(--primary);
    flex-shrink: 0;
}
a.req-detail-link.req-detail-cta {
    background: linear-gradient(135deg, #059669, #047857);
    border-color: transparent;
    color: #fff !important;
    font-size: 16px;
    padding: 16px 22px;
    box-shadow: 0 4px 14px rgba(5, 150, 105, 0.3);
}
a.req-detail-link.req-detail-cta:hover {
    background: linear-gradient(135deg, #047857, #065f46);
    transform: translateX(4px);
    box-shadow: 0 6px 18px rgba(5, 150, 105, 0.4);
}
a.req-detail-link.req-detail-cta i { color: #fff; }

/* Embedded media (images, videos, PDFs) in the details panel */
.req-media-embed {
    margin: 14px 0;
    border-radius: 12px;
    overflow: hidden;
    border: 1.5px solid #e2e8f0;
    background: #fff;
}
.req-media-label {
    padding: 12px 18px;
    font-family: var(--font-display);
    font-size: 15px;
    font-weight: 700;
    color: #334155;
    border-bottom: 1px solid #f1f5f9;
    display: flex;
    align-items: center;
    gap: 8px;
}
.req-media-label i { color: var(--primary); font-size: 16px; }

.req-media-frame {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%;
    background: #0f172a;
    cursor: pointer;
    transition: all .3s ease;
    border-radius: 0 0 10px 10px;
    overflow: hidden;
}
.req-media-frame iframe {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    border: none;
}
.req-media-frame .req-media-zoom {
    position: absolute;
    bottom: 10px;
    right: 12px;
    background: rgba(15, 23, 42, .7);
    color: #fff;
    font-size: 11px;
    font-weight: 600;
    padding: 5px 10px;
    border-radius: 6px;
    pointer-events: none;
    opacity: .8;
    transition: opacity .2s;
}
.req-media-frame:hover .req-media-zoom { opacity: 1; }
.req-media-frame.is-expanded {
    position: fixed;
    inset: 0;
    z-index: 9999;
    padding-bottom: 0;
    border-radius: 0;
    width: 100vw;
    height: 100vh;
}
.req-media-frame.is-expanded .req-media-zoom::after { content: " (click to close)"; }

.req-media-thumb {
    position: relative;
    padding: 14px;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    transition: background .2s;
}
.req-media-thumb:hover { background: #f8fafc; }
.req-media-thumb img {
    max-width: 100%;
    max-height: 180px;
    border-radius: 8px;
    box-shadow: 0 4px 16px rgba(15, 23, 42, .1);
    transition: transform .3s ease, box-shadow .3s ease;
    object-fit: contain;
}
.req-media-thumb:hover img {
    transform: scale(1.02);
    box-shadow: 0 8px 24px rgba(15, 23, 42, .16);
}
.req-media-thumb .req-media-zoom {
    font-size: 12px;
    color: #64748b;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 5px;
}
.req-media-thumb .req-media-zoom i { color: var(--primary); }
.req-media-thumb.is-expanded {
    position: fixed;
    inset: 0;
    z-index: 9999;
    background: rgba(15, 23, 42, .92);
    padding: 40px;
    justify-content: center;
}
.req-media-thumb.is-expanded img {
    max-height: 90vh;
    max-width: 90vw;
    border-radius: 12px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, .5);
}
.req-media-thumb.is-expanded .req-media-zoom {
    color: #fff;
    font-size: 13px;
}
.req-media-thumb.is-expanded .req-media-zoom::after { content: " — click to close"; }

.req-pdf-frame { padding-bottom: 70%; }

@media (max-width: 720px) {
    .req-breakdown { padding: 18px 16px 14px; }
    .req-bd-title { font-size: 19px; }
    .req-bar { flex-direction: column; border-radius: 12px; }
    .req-seg {
        flex-direction: row;
        justify-content: flex-start;
        gap: 10px;
        text-align: left;
        padding: 10px 14px;
        min-width: 0;
    }
    .req-seg + .req-seg { border-left: none; border-top: 2px solid rgba(255, 255, 255, .55); }
    .req-bd-foot { flex-direction: column; align-items: flex-start; }
}
.checkout-trust-row .gmr-hero-badge { font-size: 12.5px; padding: 6px 14px; }

/* Pre-licensing intro (video + messaging in hero) */
.prelicensing-intro {
    display: grid;
    grid-template-columns: 1.1fr 1fr;
    gap: 32px;
    align-items: start;
    max-width: 960px;
    margin: 28px auto 10px;
    text-align: left;
}
.prelicensing-video {
    position: relative;
    width: 100%;
    padding-bottom: 58%;
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 16px 48px rgba(0, 0, 0, .35);
    background: #000;
}
.prelicensing-video iframe {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    border: none;
}
.prelicensing-copy {
    color: #f1f5f9;
    font-size: 16px;
    line-height: 1.7;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 16px;
    padding: 22px 26px;
}
.prelicensing-headline,
body.gmr-page .prelicensing-copy .prelicensing-headline {
    font-family: var(--font-display);
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    line-height: 1.45;
    margin-bottom: 12px;
}
.prelicensing-copy p,
body.gmr-page .prelicensing-copy p { margin: 0 0 14px; color: #e2e8f0; }
.prelicensing-features {
    list-style: none;
    padding: 0;
    margin: 16px 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px 18px;
}
.prelicensing-features li {
    font-size: 15px;
    font-weight: 600;
    color: #fff;
    display: flex;
    align-items: center;
    gap: 9px;
}
.prelicensing-features li i { color: #5eead4; font-size: 15px; }
.prelicensing-approval {
    font-size: 14.5px;
    font-weight: 700;
    color: #cbd5e1;
    display: flex;
    align-items: center;
    gap: 8px;
    margin-top: 12px;
}
.prelicensing-approval i { color: #5eead4; font-size: 16px; }
@media (max-width: 768px) {
    .prelicensing-intro { grid-template-columns: 1fr; gap: 20px; }
    .prelicensing-features { grid-template-columns: 1fr; }
}

/* Stepper */
.checkout-steps {
    display: flex;
    justify-content: center;
    gap: 0;
    margin-top: 30px;
    position: relative;
}
.checkout-step {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #93a0c6;
    font-size: 13.5px;
    font-weight: 600;
    padding: 0 22px;
    position: relative;
}
.checkout-step + .checkout-step::before {
    content: "";
    position: absolute;
    left: -14px;
    top: 50%;
    width: 28px;
    height: 1px;
    background: rgba(255, 255, 255, .18);
}
.checkout-step .num {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    border-radius: 999px;
    border: 1.5px solid rgba(255, 255, 255, .25);
    font-family: var(--font-display);
    font-size: 13px;
}
.checkout-step.is-active { color: #fff; }
.checkout-step.is-active .num {
    background: var(--primary);
    border-color: transparent;
    box-shadow: 0 4px 14px rgba(79, 70, 229, .4);
}

/* Body grid pulled up over the hero */
.checkout-shell {
    max-width: 1180px;
    margin: -72px auto 0;
    padding: 0 24px 90px;
    position: relative;
    z-index: 5;
}
.checkout-grid {
    display: grid;
    grid-template-columns: 1fr 400px;
    gap: 26px;
    align-items: start;
}
.selection-panel { min-width: 0; }

/* ---- Neutralize legacy .signupform rules (style.css / saas-common.css)
       which float labels/inputs and force fixed widths ---- */
.gmr-page form.signupform { float: none; width: auto; }
.gmr-page .signupform label {
    display: block;
    float: none;
    width: auto;
    height: auto;
    line-height: inherit;
    padding: 0;
    text-align: left;
    font-weight: inherit;
}
.gmr-page .signupform label.choice-card {
    display: flex;
    padding: 22px 22px 22px 60px;
    font-weight: 400;
}
.gmr-page .signupform input.gmr-input,
.gmr-page .signupform select.gmr-select {
    display: block;
    float: none;
    width: 100%;
    box-sizing: border-box;
    background: #fff;
    border: 1.5px solid var(--line);
    border-radius: 12px;
    padding: 13px 16px;
    font-family: var(--font-body);
    font-size: 15px;
    color: var(--ink);
    height: auto;
}
.gmr-page .signupform .input-with-icon input.gmr-input { padding-left: 42px; }
.gmr-page .signupform em { float: none; height: auto; line-height: inherit; padding: 0; }
.gmr-page .signupform ul.choice-topics { margin: 12px 0 0; width: auto; }
.gmr-page .signupform ul.choice-topics li { margin: 0; width: auto; height: auto; overflow: visible; }
/* legacy ".signupform li > span" floats spans into 12px columns — undo everywhere in checkout */
.gmr-page .signupform li > span,
.gmr-page .signupform .choice-card span {
    display: inline;
    float: none;
    height: auto;
    line-height: inherit;
    width: auto;
    text-align: inherit;
}
.gmr-page .signupform .choice-card .choice-card-body { display: block; flex: 1; min-width: 0; }
.gmr-page .signupform .choice-card .choice-card-title { display: block; }
.gmr-page .signupform .choice-card .choice-card-meta { display: block; }
.gmr-page .signupform .choice-card .choice-card-price { display: block; white-space: nowrap; }
.gmr-page .signupform .choice-card .choice-ribbon { display: inline-block; position: absolute; }
.gmr-page .signupform br { display: block; }
/* bundle sections must beat the generic "span -> inline" neutralizer above */
.gmr-page .signupform .choice-card .bundle-pkgs,
.gmr-page .signupform .choice-card .bundle-pkg { display: block; width: auto; }
.gmr-page .signupform .choice-card .bundle-pkg-head {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    width: auto;
}
.gmr-page .signupform .choice-card .bundle-pkg-name { display: inline-block; }
.gmr-page .signupform .choice-card .bundle-pkg-hours { display: inline-block; white-space: nowrap; }

/* Tabs */
.gmr-switches {
    display: inline-flex;
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 999px;
    padding: 5px;
    box-shadow: var(--shadow-md);
    margin-bottom: 20px;
}
.switch-btn {
    border: 0;
    background: transparent;
    font-family: var(--font-display);
    font-size: 14px;
    font-weight: 700;
    color: var(--text-2);
    border-radius: 999px;
    padding: 10px 26px;
    cursor: pointer;
    transition: all .2s var(--ease);
}
.switch-btn.is-active { background: var(--dark-bg); color: #fff; box-shadow: var(--shadow-sm); }

.selection-group-label {
    font-family: var(--font-display);
    font-size: 13px;
    font-weight: 700;
    letter-spacing: .12em;
    text-transform: uppercase;
    color: var(--muted);
    margin: 26px 4px 12px;
}
.selection-group-label:first-child { margin-top: 0; }

/* Choice cards */
.choice-card {
    position: relative;
    display: flex;
    gap: 18px;
    align-items: flex-start;
    background: var(--surface);
    border: 1.5px solid var(--line);
    border-radius: var(--r-md);
    box-shadow: var(--shadow-sm);
    padding: 22px 22px 22px 60px;
    margin-bottom: 14px;
    cursor: pointer;
    transition: all .22s var(--ease);
    font-weight: 400;
}
.choice-card:hover { border-color: #a5b4fc; box-shadow: var(--shadow-md); transform: translateY(-2px); }
.choice-card input[type="radio"],
.choice-card input[type="checkbox"] {
    position: absolute;
    left: 22px;
    top: 26px;
    width: 22px;
    height: 22px;
    margin: 0;
    accent-color: var(--primary);
    cursor: pointer;
}
.choice-card:has(input:checked) {
    border-color: var(--primary);
    box-shadow: 0 0 0 4px rgba(79, 70, 229, .12), var(--shadow-md);
    background: linear-gradient(0deg, rgba(79, 70, 229, .025), rgba(79, 70, 229, .025)), #fff;
}
.choice-card-body { flex: 1; min-width: 0; }
.choice-card-title {
    display: block;
    font-family: var(--font-display);
    font-size: 17.5px;
    font-weight: 700;
    color: #0f172a;
    margin-bottom: 3px;
    letter-spacing: -0.01em;
}
.choice-card-meta { font-size: 14px; color: #475569; }
.choice-card-price {
    font-family: var(--font-display);
    font-size: 22px;
    font-weight: 800;
    color: var(--ink);
    white-space: nowrap;
}
.choice-card-price small { display: block; font-size: 11px; color: var(--muted); font-weight: 600; text-align: right; }

/* Already-purchased topics on the add-more-courses page */
.choice-card.is-taken {
    cursor: default;
    opacity: 0.62;
    background: #f7f8fc;
}
.choice-card.is-taken:hover { border-color: var(--line); box-shadow: var(--shadow-sm); transform: none; }
.choice-card.is-taken input { cursor: default; }
.taken-badge {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    margin-left: 10px;
    background: var(--success-soft);
    color: #0a6b50;
    font-size: 12px;
    font-weight: 700;
    font-family: var(--font-display);
    border-radius: 999px;
    padding: 2px 10px;
}

.choice-topics {
    margin: 12px 0 0;
    padding: 12px 0 0;
    border-top: 1px dashed var(--line);
    list-style: none;
    display: block;
}
.choice-topics li {
    display: flex;
    gap: 9px;
    align-items: baseline;
    font-size: 16px;
    color: #1e293b;
    padding: 5px 0;
}
.choice-topics li::before {
    content: "\2713";
    color: var(--success);
    font-weight: 700;
    flex: 0 0 auto;
}
.choice-topics li .code { color: #475569; font-size: 13.5px; white-space: nowrap; }

/* ---------- Bundled requirement: every course on ONE card ---------- */
.bundle-card { flex-wrap: wrap; }
.bundle-card .bundle-title { font-size: 20px; letter-spacing: -0.02em; }
.bundle-pkgs { display: block; margin-top: 16px; }
.bundle-pkg {
    display: block;
    background: #f8f9fe;
    border: 1px solid #ecedfa;
    border-radius: 14px;
    padding: 16px 18px;
    margin-bottom: 12px;
}
.bundle-pkg:last-child { margin-bottom: 0; }
.bundle-pkg-head {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 12px;
}
.bundle-pkg-name {
    font-family: var(--font-display);
    font-size: 16.5px;
    font-weight: 700;
    color: var(--ink);
    line-height: 1.35;
}
.bundle-pkg-name i { color: var(--primary); margin-right: 7px; font-size: 14px; }
.bundle-pkg-hours {
    flex: 0 0 auto;
    font-family: var(--font-display);
    font-size: 12px;
    font-weight: 700;
    color: #3f3993;
    background: var(--primary-soft);
    border-radius: 999px;
    padding: 4px 12px;
    white-space: nowrap;
}
.bundle-topics { border-top: 1px dashed #e3e5f5; }
/* flow name + code as normal text so long names wrap gracefully */
.bundle-topics li {
    display: block;
    font-size: 16px;
    color: #1e293b;
    position: relative;
    padding-left: 22px;
    line-height: 1.55;
}
.bundle-topics li::before { position: absolute; left: 0; top: 5px; }
.bundle-topics li .code { white-space: nowrap; }

@media (min-width: 720px) {
    /* let long topic lists breathe as two columns inside a bundle section */
    .bundle-topics {
        display: grid;
        grid-template-columns: 1fr 1fr;
        column-gap: 26px;
    }
}

.choice-ribbon {
    position: absolute;
    top: -11px;
    right: 18px;
    background: var(--grad-cta);
    color: #fff;
    font-family: var(--font-display);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .06em;
    text-transform: uppercase;
    border-radius: 999px;
    padding: 4px 14px;
    box-shadow: 0 6px 14px rgba(5, 150, 105, .35);
}

.bundle-note {
    display: flex;
    gap: 12px;
    align-items: flex-start;
    background: var(--primary-soft);
    border: 1px solid #ddd9fb;
    color: #3f3993;
    font-size: 14px;
    border-radius: var(--r-md);
    padding: 14px 18px;
    margin-bottom: 16px;
}
.bundle-note i { margin-top: 3px; }

/* Long state-requirement copy shown above the package list */
.requirement-note {
    display: flex;
    gap: 16px;
    align-items: flex-start;
    background: #fff;
    border: 1.5px solid var(--line);
    border-left: 4px solid var(--primary);
    border-radius: var(--r-md);
    box-shadow: var(--shadow-sm);
    padding: 18px 22px;
    margin-bottom: 22px;
}
.requirement-note > i {
    color: var(--primary);
    font-size: 20px;
    margin-top: 3px;
}
.requirement-note strong {
    display: block;
    font-family: var(--font-display);
    font-size: 14px;
    letter-spacing: .04em;
    text-transform: uppercase;
    color: var(--ink);
    margin-bottom: 4px;
}
.requirement-note p {
    margin: 0;
    font-size: 14.5px;
    color: var(--text-2);
    line-height: 1.6;
}

/* Sticky summary */
.sticky-summary {
    position: sticky;
    top: 92px;
    background: var(--surface);
    border: 1px solid var(--line);
    border-radius: var(--r-lg);
    box-shadow: var(--shadow-lg);
    overflow: hidden;
    padding: 0;
}
.summary-head {
    background: var(--dark-bg);
    color: #fff;
    padding: 22px 26px 20px;
}
.summary-head .label {
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .12em;
    text-transform: uppercase;
    color: #93a0c6;
    display: block;
    margin-bottom: 4px;
}
.summary-total-row { display: flex; align-items: baseline; justify-content: space-between; }
.summary-total-label { font-family: var(--font-display); font-weight: 600; font-size: 15px; color: #c6cdE8; }
.summary-total-price,
.summary-total-price .registerprice {
    font-family: var(--font-display);
    font-size: 40px;
    font-weight: 800;
    letter-spacing: -0.02em;
    color: #fff;
    line-height: 1.05;
}
.summary-credits { font-size: 13.5px; color: #94a3b8; margin-top: 6px; }
.summary-credits strong, .summary-credits .selectedCreditHrs { color: #fff !important; font-weight: 800; }
.summary-body { padding: 24px 26px 26px; }
.summary-divider { border: 0; border-top: 1px dashed var(--line); margin: 18px 0; }

.promo-row { position: relative; z-index: 2; display: flex; gap: 10px; pointer-events: auto; }
.promo-row .gmr-input { flex: 1; min-width: 0; position: relative; z-index: 1; pointer-events: auto; }
.promo-apply-btn {
    position: relative;
    z-index: 2;
    border: 1.5px solid var(--dark-bg);
    background: var(--dark-bg);
    color: #fff;
    font-family: var(--font-display);
    font-weight: 700;
    font-size: 13.5px;
    border-radius: 12px;
    padding: 0 20px;
    cursor: pointer;
    transition: all .2s var(--ease);
}
.promo-apply-btn:hover { background: #334155; border-color: #334155; }
.promo-apply-btn:disabled { opacity: .65; cursor: wait; }
.promo-status { min-height: 18px; margin-top: 7px; font-size: 12.5px; font-weight: 700; line-height: 1.4; }
.promo-status:empty { min-height: 0; margin-top: 0; }
.promo-status.is-success { color: #047857; }
.promo-status.is-error { color: #b42318; }

.summary-body .stripe-button-el {
    width: 100% !important;
    background: var(--grad-pay) !important;
    border-radius: 14px !important;
    box-shadow: var(--shadow-pay) !important;
    padding: 3px !important;
    transition: transform .2s var(--ease), filter .2s var(--ease);
}
.summary-body .stripe-button-el:hover { transform: translateY(-2px); filter: brightness(1.06); }
.summary-body .stripe-button-el span {
    background: transparent !important;
    box-shadow: none !important;
    text-shadow: none !important;
    font-family: var(--font-display) !important;
    font-size: 16px !important;
    font-weight: 700 !important;
    height: 46px !important;
    line-height: 46px !important;
}
.secure-note {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    font-size: 12px;
    color: var(--muted);
    margin-top: 14px;
    text-align: center;
}
.secure-note i { color: var(--success); }

/* Payment form section (inline Stripe Elements) */
.payment-form-section {
    margin-top: 16px;
}
.payment-form-label {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 13.5px;
    font-weight: 600;
    color: #475569;
    margin: 0 0 14px;
}
.payment-form-label svg { color: #475569; flex-shrink: 0; }
.payment-card-label {
    display: block;
    font-size: 13.5px;
    font-weight: 600;
    color: #1e293b;
    margin-bottom: 8px;
}
.stripe-card-input {
    padding: 13px 14px;
    border: 2px solid #e2e8f0;
    border-radius: 10px;
    background: #fff;
    transition: all .2s ease;
}
.stripe-card-input.StripeElement--focus {
    border-color: #4f46e5;
    box-shadow: 0 0 0 3px rgba(79, 70, 229, .1);
}
.stripe-card-input.StripeElement--invalid {
    border-color: #dc3545;
    box-shadow: 0 0 0 3px rgba(220, 53, 69, .08);
}
.stripe-card-input.StripeElement--complete {
    border-color: #059669;
}
.stripe-card-error {
    display: none;
    align-items: center;
    gap: 6px;
    margin-top: 8px;
    font-size: 13px;
    color: #dc3545;
    font-weight: 500;
}
.stripe-card-error svg { flex-shrink: 0; }
.btn-pay-now {
    width: 100%;
    margin-top: 16px;
    padding: 15px 24px;
    background: linear-gradient(135deg, #059669 0%, #10b981 100%);
    border: none;
    border-radius: 12px;
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    box-shadow: 0 4px 16px rgba(5, 150, 105, .35);
    transition: all .2s ease;
    font-family: var(--font-body);
}
.btn-pay-now:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(5, 150, 105, .45);
}
.btn-pay-now:disabled {
    opacity: .7;
    cursor: not-allowed;
    transform: none;
}
@keyframes spin { from { transform: rotate(0deg); } to { transform: rotate(360deg); } }

.checkout-guarantee {
    display: flex;
    gap: 14px;
    align-items: flex-start;
    background: var(--success-soft);
    border: 1px solid #bdebd9;
    border-radius: var(--r-md);
    padding: 16px 18px;
    margin-top: 16px;
    font-size: 13.5px;
    color: #0a6b50;
}
.checkout-guarantee i { font-size: 20px; margin-top: 2px; }

/* Legacy aliases still used by some views */
.checkout-headline { text-align: center; padding: 40px 0 8px; }
.checkout-intro { max-width: 700px; margin: 0 auto; color: var(--text-2); }
.summary-total-row .summary-total-price { color: #fff; }

/* ==============================================================
   NAR landing pages
   ============================================================== */
.nar-hero {
    position: relative;
    color: #fff;
    padding: 82px 24px 90px;
    overflow: hidden;
}
.nar-hero.nar-ethics-hero {
    background:
        radial-gradient(820px 400px at 88% -20%, rgba(124, 58, 237, .4), transparent 60%),
        radial-gradient(600px 320px at 0% 120%, rgba(79, 70, 229, .35), transparent 55%),
        var(--ink);
}
.nar-hero.nar-fh-hero {
    background:
        radial-gradient(820px 400px at 88% -20%, rgba(16, 185, 129, .32), transparent 60%),
        radial-gradient(600px 320px at 0% 120%, rgba(13, 148, 136, .3), transparent 55%),
        var(--ink);
}
.nar-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: radial-gradient(rgba(255,255,255,.06) 1px, transparent 1px);
    background-size: 24px 24px;
    pointer-events: none;
}
.nar-hero-grid {
    position: relative;
    max-width: 1180px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1.15fr .85fr;
    gap: 52px;
    align-items: center;
}
.nar-hero h1 { color: #fff; font-size: clamp(32px, 4.4vw, 50px); font-weight: 800; }
.nar-hero .nar-sub { color: var(--on-dark-muted); font-size: 17.5px; max-width: 560px; }
.nar-kicker {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(255, 255, 255, .08);
    border: 1px solid rgba(255, 255, 255, .16);
    color: #e3e9fc;
    font-size: 12.5px;
    font-weight: 700;
    letter-spacing: .1em;
    text-transform: uppercase;
    border-radius: 999px;
    padding: 7px 18px;
    margin-bottom: 18px;
}
.nar-price-card {
    background: rgba(255, 255, 255, .06);
    border: 1px solid rgba(255, 255, 255, .15);
    backdrop-filter: blur(10px);
    border-radius: var(--r-lg);
    padding: 32px;
    box-shadow: 0 40px 80px rgba(2, 6, 23, .45);
    text-align: center;
}
.nar-price-card .nar-price {
    font-family: var(--font-display);
    font-size: 58px;
    font-weight: 800;
    color: #fff;
    line-height: 1;
    letter-spacing: -0.03em;
}
.nar-price-card .nar-price sup { font-size: 26px; top: -22px; color: #c7d2fe; }
.nar-price-card .nar-price-note { color: #9aa5c4; font-size: 13.5px; margin: 8px 0 20px; }
.nar-price-card ul { list-style: none; margin: 20px 0 24px; padding: 0; text-align: left; }
.nar-price-card ul li {
    color: #cdd5ee;
    font-size: 14.5px;
    padding: 8px 0;
    border-bottom: 1px dashed rgba(255, 255, 255, .1);
}
.nar-price-card ul li:last-child { border-bottom: 0; }
.nar-price-card ul li i { color: #8fd9b8; margin-right: 10px; width: 16px; }

.nar-req-band { background: var(--surface); border-bottom: 1px solid var(--line); }
.nar-req-grid {
    max-width: 1180px;
    margin: 0 auto;
    padding: 34px 24px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    text-align: center;
}
.nar-req-item .nar-req-num {
    font-family: var(--font-display);
    font-size: 26px;
    font-weight: 800;
    color: var(--primary);
}
.nar-req-item .nar-req-label { font-size: 13px; color: var(--muted); font-weight: 600; }

.nar-outline-list { max-width: 860px; margin: 0 auto; padding: 0; list-style: none; counter-reset: mod; }
.nar-outline-list li {
    counter-increment: mod;
    display: flex;
    gap: 20px;
    align-items: flex-start;
    background: var(--surface);
    border: 1px solid var(--line);
    border-radius: var(--r-md);
    box-shadow: var(--shadow-sm);
    padding: 22px 24px;
    margin-bottom: 14px;
    transition: transform .2s var(--ease), box-shadow .2s var(--ease);
}
.nar-outline-list li:hover { transform: translateX(4px); box-shadow: var(--shadow-md); }
.nar-outline-list li::before {
    content: counter(mod, decimal-leading-zero);
    font-family: var(--font-display);
    font-size: 15px;
    font-weight: 800;
    color: var(--primary);
    background: var(--primary-soft);
    border-radius: 10px;
    padding: 8px 12px;
    flex: 0 0 auto;
}
.nar-outline-list h4 { font-size: 16.5px; margin: 2px 0 4px; }
.nar-outline-list p { font-size: 14.5px; margin: 0; }

.nar-info-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.nar-info-card {
    background: var(--surface);
    border: 1px solid var(--line);
    border-radius: var(--r-lg);
    box-shadow: var(--shadow-sm);
    padding: 32px;
}
.nar-info-card h3 { font-size: 20px; display: flex; align-items: center; gap: 12px; }
.nar-info-card h3 i {
    width: 44px;
    height: 44px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    background: var(--primary-soft);
    color: var(--primary);
    font-size: 17px;
}
.nar-outline-btn { margin-top: 20px; }

/* ---------- Utilities ---------- */
.gmr-hidden { display: none !important; }
.gmr-text-center { text-align: center; }
.gmr-mt-md { margin-top: 16px; }
.gmr-mt-lg { margin-top: 28px; }
.gmr-mb-md { margin-bottom: 16px; }
.gmr-mb-lg { margin-bottom: 28px; }

/* ---------- Responsive ---------- */
@media (max-width: 992px) {
    .gmr-hero-grid, .nar-hero-grid { grid-template-columns: 1fr; gap: 40px; }
    .gmr-state-grid, .gmr-steps-grid, .gmr-topic-grid { grid-template-columns: repeat(2, 1fr); }
    .checkout-grid { grid-template-columns: 1fr; }
    .sticky-summary { position: static; }
    .about-main-grid, .contact-grid, .nar-info-grid { grid-template-columns: 1fr; }
    .gmr-footer-grid { grid-template-columns: 1fr 1fr; }
    .nar-req-grid { grid-template-columns: repeat(2, 1fr); }

    .gmr-nav-toggle { display: inline-block; }
    .gmr-menu-wrap {
        display: none;
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        z-index: 1201;
        max-height: calc(100vh - 72px);
        overflow-y: auto;
        overscroll-behavior: contain;
        background: #fff;
        border-bottom: 1px solid var(--line);
        box-shadow: var(--shadow-lg);
        padding: 14px 20px 20px;
    }
    .gmr-menu-wrap.is-open { display: block; }
    body.gmr-nav-open .gmr-notice-plane { visibility: hidden; pointer-events: none; }
    .gmr-top-menu { flex-direction: column; align-items: stretch; gap: 4px; }
    .gmr-top-menu a { display: block; text-align: center; }
    .gmr-top-menu .menu-item.is-active > a::after { bottom: 2px; width: 34px; }
}

@media (max-width: 600px) {
    .gmr-section { padding: 56px 0; }
    .gmr-home-hero { padding: 56px 0 64px; }
    .gmr-state-grid, .gmr-steps-grid, .gmr-topic-grid, .gmr-modal-state-grid { grid-template-columns: 1fr; }
    .gmr-footer-grid { grid-template-columns: 1fr; }
    .contact-name-email-grid { grid-template-columns: 1fr; }
    .checkout-steps { flex-wrap: wrap; gap: 10px; }
    .checkout-step { padding: 0 8px; }
    .checkout-step + .checkout-step::before { display: none; }
    .choice-card { padding: 20px 18px 20px 52px; flex-wrap: wrap; }
    .choice-card input[type="radio"], .choice-card input[type="checkbox"] { left: 18px; }
    .choice-card-price { font-size: 19px; }
    .nar-req-grid { grid-template-columns: 1fr 1fr; }
    .gmr-hero-ctas .gmr-btn-primary, .gmr-hero-ctas .gmr-btn-secondary { width: 100%; }
}
