.registration-page, .front-page {
    --hbcc-blue: #0b55b7;
    --hbcc-blue-dark: #062a63;
    --hbcc-blue-soft: #eaf3ff;
    --hbcc-yellow: #ffc928;
    --hbcc-red: #ef3340;
    --hbcc-ink: #081a3d;
    --hbcc-muted: #667085;
    background: #f5f8ff;
}

.registration-page .sec-padding {
    padding: 90px 0;
}

.registration-hero {
    position: relative;
    overflow: hidden;
    color: #fff;
    background:
        radial-gradient(circle at 12% 10%, rgba(255, 201, 40, .35), transparent 26%),
        radial-gradient(circle at 90% 18%, rgba(255, 255, 255, .18), transparent 28%),
        linear-gradient(135deg, var(--hbcc-blue-dark) 0%, var(--hbcc-blue) 55%, #064aa2 100%);
    padding: 96px 0 86px;
}

.registration-hero::before,
.registration-hero::after {
    content: '';
    position: absolute;
    border-radius: 999px;
    pointer-events: none;
}

.registration-hero::before {
    width: 480px;
    height: 480px;
    right: -180px;
    top: -160px;
    background: rgba(255, 255, 255, .10);
}

.registration-hero::after {
    width: 360px;
    height: 360px;
    left: -170px;
    bottom: -190px;
    background: rgba(255, 201, 40, .16);
}

.registration-hero .container {
    position: relative;
    z-index: 1;
}

.hero-kicker {
    display: inline-flex;
    align-items: center;
    gap: .65rem;
    padding: .55rem 1rem;
    border: 1px solid rgba(255, 255, 255, .22);
    border-radius: 999px;
    background: rgba(255, 255, 255, .10);
    color: #fff;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: .08em;
    font-size: .78rem;
}

.hero-title {
    color: #fff;
    font-weight: 950;
    line-height: .98;
    font-size: clamp(2.55rem, 6vw, 5.65rem);
    text-transform: uppercase;
    letter-spacing: -.055em;
    margin: 1.25rem 0 1.1rem;
}

.hero-title span {
    color: var(--hbcc-yellow);
}

.hero-lead {
    max-width: 680px;
    color: rgba(255, 255, 255, .88);
    font-size: 1.12rem;
    line-height: 1.75;
}

.hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: .85rem;
    margin-top: 2rem;
}

.btn-hbcc-yellow,
.btn-hbcc-yellow:hover,
.btn-hbcc-yellow:focus {
    background: var(--hbcc-yellow);
    border-color: var(--hbcc-yellow);
    color: var(--hbcc-blue-dark);
    font-weight: 900;
    box-shadow: 0 16px 34px rgba(0, 0, 0, .18);
}

.btn-hbcc-outline,
.btn-hbcc-outline:hover,
.btn-hbcc-outline:focus {
    background: rgba(255, 255, 255, .10);
    border-color: rgba(255, 255, 255, .38);
    color: #fff;
    font-weight: 800;
}

.hero-panel {
    position: relative;
    background: rgba(255, 255, 255, .96);
    color: var(--hbcc-ink);
    border-radius: 32px;
    padding: 28px;
    box-shadow: 0 26px 70px rgba(0, 0, 0, .28);
}

.hero-panel::before {
    content: '';
    position: absolute;
    inset: 14px;
    border: 2px dashed rgba(11, 85, 183, .25);
    border-radius: 24px;
    pointer-events: none;
}

.hero-logo {
    width: 92px;
    height: 92px;
    object-fit: contain;
    border-radius: 22px;
    box-shadow: 0 12px 28px rgba(11, 85, 183, .18);
}

.hero-panel-content {
    position: relative;
    z-index: 1;
}

.hero-pill {
    display: inline-flex;
    align-items: center;
    gap: .5rem;
    padding: .45rem .75rem;
    border-radius: 999px;
    background: var(--hbcc-blue-soft);
    color: var(--hbcc-blue-dark);
    font-weight: 900;
    font-size: .82rem;
}

.hero-panel-number {
    font-size: 4.6rem;
    line-height: 1;
    font-weight: 950;
    color: var(--hbcc-blue);
    letter-spacing: -.08em;
}

.hero-panel-label {
    font-size: 1.1rem;
    font-weight: 900;
    text-transform: uppercase;
    color: var(--hbcc-blue-dark);
}

.hbcc-card {
    height: 100%;
    border: 0;
    border-radius: 26px;
    background: #fff;
    box-shadow: 0 18px 50px rgba(8, 26, 61, .08);
}

.hbcc-card .card-body {
    padding: 30px;
}

.section-eyebrow {
    color: var(--hbcc-blue);
    font-weight: 950;
    text-transform: uppercase;
    letter-spacing: .12em;
    font-size: .78rem;
    margin-bottom: .65rem;
}

.section-title-hbcc {
    color: var(--hbcc-ink);
    font-size: clamp(2rem, 3.8vw, 3.65rem);
    font-weight: 950;
    line-height: 1.03;
    letter-spacing: -.045em;
    margin-bottom: 1rem;
}

.section-title-hbcc span {
    color: var(--hbcc-blue);
}

.section-lead {
    color: var(--hbcc-muted);
    font-size: 1.05rem;
    line-height: 1.75;
}

.quick-step {
    position: relative;
    padding-left: 72px;
}

.quick-step:not(:last-child) {
    padding-bottom: 26px;
    margin-bottom: 24px;
    border-bottom: 1px solid #edf2fb;
}

.quick-step-number {
    position: absolute;
    left: 0;
    top: 0;
    width: 48px;
    height: 48px;
    display: grid;
    place-items: center;
    border-radius: 16px;
    background: var(--hbcc-blue);
    color: #fff;
    font-weight: 950;
    box-shadow: 0 14px 24px rgba(11, 85, 183, .24);
}

.quick-step h3 {
    color: var(--hbcc-ink);
    font-size: 1.12rem;
    font-weight: 900;
    margin-bottom: .35rem;
}

.quick-step p {
    color: var(--hbcc-muted);
    margin-bottom: 0;
    line-height: 1.65;
}

.warning-license {
    display: flex;
    gap: 1rem;
    align-items: flex-start;
    border-radius: 22px;
    padding: 22px;
    background: linear-gradient(135deg, #082e73, #0b55b7);
    color: #fff;
    box-shadow: 0 18px 42px rgba(11, 85, 183, .22);
}

.warning-license .icon {
    flex: 0 0 44px;
    width: 44px;
    height: 44px;
    border-radius: 15px;
    background: var(--hbcc-yellow);
    color: var(--hbcc-blue-dark);
    display: grid;
    place-items: center;
    font-size: 1.35rem;
}

.info-chip {
    display: inline-flex;
    align-items: center;
    gap: .5rem;
    min-height: 42px;
    border-radius: 999px;
    padding: .55rem .9rem;
    background: #fff;
    border: 1px solid #e7eefb;
    color: var(--hbcc-blue-dark);
    font-weight: 850;
    box-shadow: 0 10px 24px rgba(8, 26, 61, .05);
}

.doc-card {
    border: 1px solid #e7eefb;
    border-radius: 24px;
    padding: 24px;
    background: linear-gradient(180deg, #fff 0%, #f8fbff 100%);
    height: 100%;
}

.doc-icon {
    width: 48px;
    height: 48px;
    border-radius: 16px;
    display: grid;
    place-items: center;
    color: #fff;
    background: var(--hbcc-blue);
    margin-bottom: 18px;
}

.doc-card h3 {
    font-weight: 950;
    color: var(--hbcc-ink);
    font-size: 1.22rem;
    margin-bottom: .9rem;
}

.doc-list {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.doc-list li {
    position: relative;
    padding-left: 28px;
    color: #344054;
    line-height: 1.55;
}

.doc-list li + li {
    margin-top: .65rem;
}

.doc-list li::before {
    content: '✓';
    font-weight: 950;
    position: absolute;
    left: 0;
    top: .08rem;
    color: var(--hbcc-blue);
}

.price-table-wrapper {
    overflow: hidden;
    border: 1px solid #dbe8fb;
    border-radius: 26px;
    box-shadow: 0 18px 46px rgba(8, 26, 61, .08);
}

.price-table {
    margin-bottom: 0;
    background: #fff;
}

.price-table thead th {
    background: var(--hbcc-blue);
    color: #fff;
    border: 0;
    text-transform: uppercase;
    letter-spacing: .06em;
    font-size: .82rem;
    padding: 1rem 1.15rem;
}

.price-table tbody td {
    vertical-align: middle;
    padding: 1rem 1.15rem;
    border-color: #edf2fb;
    color: #1d2939;
    font-weight: 700;
}

.price-table tbody tr:nth-child(even) td {
    background: #f6f9ff;
}

.price-amount {
    color: var(--hbcc-blue);
    font-size: 1.25rem;
    font-weight: 950;
    white-space: nowrap;
}

.new-badge {
    display: inline-flex;
    transform: rotate(-8deg);
    align-items: center;
    padding: .25rem .5rem;
    border-radius: 999px;
    background: var(--hbcc-yellow);
    color: var(--hbcc-blue-dark);
    font-weight: 950;
    font-size: .72rem;
    margin-right: .45rem;
}

.help-card {
    border-radius: 24px;
    padding: 24px;
    background: #fff;
    height: 100%;
    border: 1px solid #e7eefb;
}

.help-card .help-icon {
    width: 54px;
    height: 54px;
    border-radius: 18px;
    display: grid;
    place-items: center;
    background: var(--hbcc-blue-soft);
    color: var(--hbcc-blue);
    font-size: 1.35rem;
    margin-bottom: 16px;
}

.help-card h3 {
    color: var(--hbcc-ink);
    font-weight: 950;
    font-size: 1.15rem;
    margin-bottom: .45rem;
}

.help-card p {
    color: var(--hbcc-muted);
    margin-bottom: 0;
    line-height: 1.65;
}

.donation-box {
    border-radius: 30px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 22px 55px rgba(8, 26, 61, .10);
}

.donation-box-header {
    padding: 28px;
    color: #fff;
    background: linear-gradient(135deg, var(--hbcc-blue-dark), var(--hbcc-blue));
}

.donation-box-body {
    padding: 28px;
}

.donation-row {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 12px;
    padding: 14px 0;
    border-bottom: 1px solid #edf2fb;
    align-items: center;
    color: #344054;
}

.donation-row:last-child {
    border-bottom: 0;
}

.donation-row strong {
    color: var(--hbcc-blue);
    font-weight: 950;
}

.schedule-day {
    height: 100%;
    border-radius: 26px;
    background: #fff;
    border: 1px solid #e7eefb;
    overflow: hidden;
    box-shadow: 0 16px 42px rgba(8, 26, 61, .06);
}

.schedule-day-title {
    padding: 17px 20px;
    color: #fff;
    background: var(--hbcc-blue);
    font-weight: 950;
    text-transform: uppercase;
    letter-spacing: .05em;
}

.schedule-slot {
    display: flex;
    gap: 14px;
    padding: 16px 20px;
    border-bottom: 1px solid #edf2fb;
}

.schedule-slot:last-child {
    border-bottom: 0;
}

.schedule-time {
    flex: 0 0 88px;
    color: var(--hbcc-blue);
    font-weight: 950;
    font-size: .9rem;
}

.schedule-team {
    color: var(--hbcc-ink);
    font-weight: 900;
    line-height: 1.25;
}

.schedule-years {
    color: var(--hbcc-muted);
    font-size: .86rem;
    margin-top: .2rem;
}

.agenda-card {
    height: 100%;
    display: flex;
    gap: 16px;
    border-radius: 24px;
    background: #fff;
    padding: 20px;
    border: 1px solid #e7eefb;
    box-shadow: 0 14px 38px rgba(8, 26, 61, .06);
}

.agenda-date {
    width: 72px;
    min-width: 72px;
    border-radius: 18px;
    color: #fff;
    background: var(--hbcc-blue);
    overflow: hidden;
    text-align: center;
    align-self: flex-start;
}

.agenda-date .dayname {
    display: block;
    padding: .35rem .2rem;
    background: rgba(0, 0, 0, .14);
    font-size: .7rem;
    font-weight: 900;
    text-transform: uppercase;
}

.agenda-date .day {
    display: block;
    font-size: 1.9rem;
    line-height: 1;
    font-weight: 950;
    padding-top: .5rem;
}

.agenda-date .month {
    display: block;
    font-size: .74rem;
    font-weight: 900;
    text-transform: uppercase;
    padding: .15rem .2rem .55rem;
}

.agenda-card h3 {
    color: var(--hbcc-ink);
    font-weight: 950;
    font-size: 1.05rem;
    margin-bottom: .35rem;
}

.agenda-card p {
    color: var(--hbcc-muted);
    margin-bottom: 0;
    line-height: 1.55;
}

.faq-clean .accordion-item {
    border: 1px solid #e7eefb;
    border-radius: 18px;
    overflow: hidden;
    margin-bottom: 12px;
    box-shadow: 0 10px 28px rgba(8, 26, 61, .04);
}

.faq-clean .accordion-button {
    font-weight: 900;
    color: var(--hbcc-ink);
    background: #fff;
    box-shadow: none;
}

.faq-clean .accordion-button:not(.collapsed) {
    color: var(--hbcc-blue);
    background: var(--hbcc-blue-soft);
}

.sticky-registration-cta {
    position: sticky;
    top: 18px;
    z-index: 1;
}

.mini-cta {
    border-radius: 26px;
    background: linear-gradient(135deg, var(--hbcc-blue-dark), var(--hbcc-blue));
    color: #fff;
    padding: 26px;
    box-shadow: 0 20px 55px rgba(11, 85, 183, .22);
}

.mini-cta h3,
.mini-cta p {
    color: #fff;
}

.mini-cta p {
    opacity: .86;
}

.anchor-nav {
    display: flex;
    flex-wrap: wrap;
    gap: .65rem;
    margin-top: 1.4rem;
}

.anchor-nav a {
    text-decoration: none;
}

@media (max-width: 991.98px) {
    .registration-hero {
        padding: 72px 0 64px;
    }

    .registration-page .sec-padding {
        padding: 64px 0;
    }

    .hero-panel {
        margin-top: 26px;
    }

    .sticky-registration-cta {
        position: static;
    }
}

@media (max-width: 575.98px) {
    .hero-actions .btn,
    .mini-cta .btn {
        width: 100%;
    }

    .hbcc-card .card-body,
    .donation-box-header,
    .donation-box-body {
        padding: 22px;
    }

    .quick-step {
        padding-left: 0;
    }

    .quick-step-number {
        position: static;
        margin-bottom: 14px;
    }

    .donation-row {
        grid-template-columns: 1fr;
        gap: 4px;
    }

    .schedule-slot {
        display: block;
    }

    .schedule-time {
        margin-bottom: 6px;
    }
}
.accordion-header .accordion-button{
    padding-left:60px;
}
