body .ac-header-contact-item {
    color: white !important;
}
body .ac-hamburger span {
    background: white !important;
}
.hcc-hero {
    position: relative;
    min-height: 520px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: #111;
    background-size: cover;
    background-position: center;
    overflow: hidden;
}

.hcc-hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(0,0,0,.80) 0%, rgba(0,0,0,.50) 100%);
    z-index: 0;
}

.hcc-hero-inner {
    position: relative;
    z-index: 1;
    padding-top: 80px;
    padding-bottom: 48px;
}

.hcc-hero-content {
    max-width: 680px;
}

.hcc-hero-eyebrow {
    display: inline-block;
    font-size: .7rem;
    font-weight: 700;
    letter-spacing: .16em;
    text-transform: uppercase;
    color: rgba(255,255,255,.65);
    margin-bottom: 16px;
}

.hcc-hero-title {
    font-size: clamp(2.8rem, 6vw, 5rem);
    font-weight: 900;
    color: #fff;
    line-height: 1.05;
    margin-bottom: 20px;
    letter-spacing: -.02em;
}

.hcc-hero-sub {
    font-size: clamp(1rem, 1.8vw, 1.2rem);
    color: rgba(255,255,255,.80);
    line-height: 1.65;
    margin-bottom: 36px;
    max-width: 560px;
}

.hcc-btn-primary {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 16px 36px;
    background: #fff;
    color: #111;
    font-size: .8rem;
    font-weight: 700;
    letter-spacing: .12em;
    text-transform: uppercase;
    border-radius: 999px;
    text-decoration: none;
    transition: background .2s, color .2s, transform .15s;
}

.hcc-btn-primary:hover {
    background: #f0f0f0;
    color: #111;
    transform: translateY(-2px);
}

.hcc-breadcrumb {
    position: relative;
    z-index: 1;
    padding-bottom: 20px;
}

.hcc-breadcrumb,
.hcc-breadcrumb a,
.hcc-breadcrumb span {
    color: rgba(255,255,255,.5);
    font-size: .76rem;
}

.hcc-breadcrumb a:hover { color: #fff; }

.hcc-counter-section {
    background: #111;
    padding: 72px 0;
    text-align: center;
    border-top: 1px solid rgba(255,255,255,.08);
}

.hcc-counter-inner {
    max-width: 560px;
    margin: 0 auto;
}

.hcc-counter-number {
    font-size: clamp(5rem, 12vw, 9rem);
    font-weight: 900;
    color: #fff;
    line-height: 1;
    letter-spacing: -.04em;
    font-variant-numeric: tabular-nums;
}

.hcc-counter-label {
    font-size: clamp(1rem, 2vw, 1.4rem);
    font-weight: 700;
    color: rgba(255,255,255,.75);
    text-transform: uppercase;
    letter-spacing: .1em;
    margin-top: 16px;
    margin-bottom: 16px;
}

.hcc-counter-sub {
    font-size: .9rem;
    color: rgba(255,255,255,.45);
    line-height: 1.7;
}

.hcc-steps-section {
    background: #fff;
    padding: 80px 0;
}

.hcc-section-title {
    font-size: clamp(1.8rem, 3vw, 2.6rem);
    font-weight: 700;
    color: #111;
    text-align: center;
    margin-bottom: 56px;
    letter-spacing: -.01em;
}

.hcc-steps-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
}

.hcc-step {
    padding: 36px 32px;
    border: 1px solid #ebebeb;
    border-radius: 8px;
    background: #fafafa;
    position: relative;
}

.hcc-step-number {
    font-size: 3rem;
    font-weight: 900;
    color: #ebebeb;
    line-height: 1;
    margin-bottom: 16px;
    letter-spacing: -.04em;
}

.hcc-step-title {
    font-size: 1.05rem;
    font-weight: 700;
    color: #111;
    margin-bottom: 12px;
    line-height: 1.3;
}

.hcc-step-text {
    font-size: .88rem;
    color: #666;
    line-height: 1.75;
}

.hcc-partnership-section {
    background: #f4f0ea;
    padding: 72px 0;
}

.hcc-partnership-panel {
    background: #FFFDE9;
    border-radius: 8px;
    padding: 56px 64px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    max-width: 760px;
    margin: 0 auto;
    box-shadow: 0 2px 32px rgba(0,0,0,.07);
}

.hcc-rmhc-logo-zone {
    padding: 24px;
    margin-bottom: 28px;
}

.hcc-rmhc-logo {
    min-width: 65px;
    max-width: 280px;
    height: auto;
    display: block;
    margin: 0 auto;
}

.hcc-partnership-text {
    max-width: 540px;
    margin-bottom: 32px;
}

.hcc-partnership-text p {
    font-size: .95rem;
    color: #000;
    line-height: 1.8;
    margin-bottom: 12px;
}

.hcc-btn-outline {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 14px 32px;
    border: 2px solid #000;
    color: #000;
    font-size: .78rem;
    font-weight: 700;
    letter-spacing: .12em;
    text-transform: uppercase;
    border-radius: 999px;
    text-decoration: none;
    transition: background .2s, color .2s;
    background: transparent;
}

.hcc-btn-outline:hover {
    background: #000;
    color: #FFFDE9;
}

.hcc-terms-section {
    background: #fff;
    padding: 48px 0 64px;
    border-top: 1px solid #ebebeb;
}

.hcc-terms-toggle {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    background: none;
    border: none;
    border-bottom: 1px solid #ebebeb;
    padding: 16px 0;
    cursor: pointer;
    font-family: 'Lato', sans-serif;
    font-size: .8rem;
    font-weight: 700;
    letter-spacing: .12em;
    text-transform: uppercase;
    color: #333;
    transition: color .2s;
}

.hcc-terms-toggle:hover { color: #111; }

.hcc-terms-chevron {
    flex-shrink: 0;
    transition: transform .3s ease;
}

.hcc-terms-toggle--open .hcc-terms-chevron {
    transform: rotate(180deg);
}

.hcc-terms-body {
    max-height: 0;
    overflow: hidden;
    transition: max-height .4s ease;
}

.hcc-terms-inner {
    padding: 32px 0 8px;
    max-width: 860px;
}

.hcc-terms-inner h3,
.hcc-terms-inner h4 {
    font-size: .88rem;
    font-weight: 700;
    color: #111;
    margin: 20px 0 6px;
}

.hcc-terms-inner p,
.hcc-terms-inner li {
    font-size: .84rem;
    color: #555;
    line-height: 1.85;
    margin-bottom: 10px;
}

.hcc-terms-inner ul {
    list-style: disc;
    padding-left: 20px;
}

.hcc-terms-inner a {
    color: #111;
    text-decoration: underline;
}

@media (max-width: 900px) {
    .hcc-steps-grid { grid-template-columns: 1fr; gap: 20px; }
    .hcc-partnership-panel { padding: 40px 28px; }
}

@media (max-width: 640px) {
    .hcc-hero { min-height: 420px; }
    .hcc-counter-section { padding: 52px 0; }
    .hcc-steps-section { padding: 52px 0; }
    .hcc-partnership-section { padding: 48px 0; }
    .hcc-rmhc-logo { max-width: 200px; }
}