/* ── HERO ── */
.cl-hero {
    background: linear-gradient(135deg, #1a1a2e 0%, #2c1320 50%, #5c1527 100%);
    padding: 56px 0 48px;
    position: relative; overflow: hidden;
}
.cl-hero::before {
    content: ''; position: absolute;
    width: 420px; height: 420px; border-radius: 50%;
    background: rgba(139,26,43,.1);
    top: -160px; right: -80px;
}
.cl-hero::after {
    content: ''; position: absolute;
    width: 200px; height: 200px; border-radius: 50%;
    background: rgba(255,255,255,.03);
    bottom: -60px; left: 8%;
}
.cl-hero-inner { position: relative; z-index: 1; }
.cl-hero-badge {
    display: inline-flex; align-items: center; gap: 6px;
    background: rgba(139,26,43,.15);
    border: 1px solid rgba(139,26,43,.3);
    color: #8B1A2B; font-size: .72rem; font-weight: 700;
    letter-spacing: 1.2px; text-transform: uppercase;
    padding: 5px 14px; border-radius: 50px; margin-bottom: 16px;
}
.cl-hero h1 {
    font-family: 'Montserrat', sans-serif;
    font-size: clamp(1.8rem, 3.5vw, 2.6rem);
    font-weight: 800; color: #fff; margin-bottom: 12px;
}
.cl-hero p { font-size: .95rem; color: rgba(255,255,255,.65); margin: 0 0 24px; max-width: 560px; line-height: 1.7; }
.cl-hero-cta {
    display: inline-flex; align-items: center; gap: 8px;
    background: #8B1A2B; color: #fff;
    padding: 13px 30px; border-radius: 12px;
    font-size: .95rem; font-weight: 700;
    text-decoration: none; transition: all .25s;
    box-shadow: 0 6px 20px rgba(139,26,43,.35);
}
.cl-hero-cta:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 28px rgba(139,26,43,.45);
    color: #fff;
}

/* ── BODY ── */
.cl-body { background: #f7f8fc; padding: 48px 0 64px; }

/* ── Shared section title ── */
.au-section-title {
    font-family: 'Montserrat', sans-serif;
    font-size: 1.4rem; font-weight: 800;
    color: #1a1a2e; margin-bottom: 20px;
    display: flex; align-items: center; gap: 12px;
}
.au-section-title::before {
    content: ''; width: 4px; height: 32px;
    background: linear-gradient(180deg, #8B1A2B, #8B1A2B);
    border-radius: 2px; flex-shrink: 0;
}
.au-story-text {
    font-size: .95rem; color: #555;
    line-height: 1.8; margin-bottom: 16px;
}
.au-story-text:last-child { margin-bottom: 0; }

/* ── White card block ── */
.cl-card {
    background: #fff; border-radius: 16px;
    border: 1px solid #efefef; padding: 40px;
    margin-bottom: 28px;
}

/* ── Steps ── */
.cl-steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; margin-bottom: 28px; }
.cl-step {
    background: #fff; border-radius: 16px;
    border: 1px solid #efefef; padding: 32px 28px;
    text-align: center; transition: all .3s; position: relative;
}
.cl-step:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 32px rgba(0,0,0,.08);
    border-color: #8B1A2B;
}
.cl-step-num {
    position: absolute; top: -14px; left: 50%;
    transform: translateX(-50%);
    width: 28px; height: 28px;
    background: #8B1A2B; color: #fff;
    border-radius: 50%; font-size: .75rem; font-weight: 800;
    display: flex; align-items: center; justify-content: center;
}
.cl-step-icon {
    width: 64px; height: 64px; border-radius: 16px;
    background: linear-gradient(135deg, #fff5f7, #ffe5e8);
    display: flex; align-items: center; justify-content: center;
    color: #8B1A2B; font-size: 1.6rem; margin: 0 auto 20px;
}
.cl-step-title {
    font-family: 'Montserrat', sans-serif;
    font-size: 1rem; font-weight: 800; color: #1a1a2e; margin-bottom: 10px;
}
.cl-step-text { font-size: .87rem; color: #666; line-height: 1.7; }

/* ── Benefits grid ── */
.cl-benefits { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; margin-bottom: 28px; }
.cl-benefit {
    background: #fff; border-radius: 14px;
    border: 1px solid #efefef; padding: 24px 26px;
    display: flex; align-items: flex-start; gap: 16px;
    transition: all .25s;
}
.cl-benefit:hover {
    box-shadow: 0 8px 24px rgba(0,0,0,.07);
    border-color: #8B1A2B;
}
.cl-benefit-icon {
    width: 48px; height: 48px; border-radius: 12px;
    background: linear-gradient(135deg, #fff5f7, #ffe5e8);
    display: flex; align-items: center; justify-content: center;
    color: #8B1A2B; font-size: 1.2rem; flex-shrink: 0;
}
.cl-benefit-title {
    font-size: .95rem; font-weight: 700; color: #1a1a2e; margin-bottom: 5px;
}
.cl-benefit-text { font-size: .85rem; color: #666; line-height: 1.65; margin: 0; }

/* ── Stats ── */
.au-stats {
    background: linear-gradient(135deg, #1a1a2e, #16213e);
    border-radius: 16px; padding: 40px;
    margin-bottom: 28px; display: grid;
    grid-template-columns: repeat(4, 1fr); gap: 24px;
}
.au-stat-item { text-align: center; }
.au-stat-number {
    font-family: 'Montserrat', sans-serif;
    font-size: 2.4rem; font-weight: 800;
    color: #8B1A2B; margin-bottom: 4px;
}
.au-stat-label {
    font-size: .85rem; color: rgba(255,255,255,.7);
    font-weight: 600; text-transform: uppercase; letter-spacing: 1px;
}

/* ── FAQ ── */
.cl-faq { margin-bottom: 28px; }
.cl-faq-item {
    background: #fff; border-radius: 14px;
    border: 1px solid #efefef; margin-bottom: 12px; overflow: hidden;
}
.cl-faq-q {
    display: flex; align-items: center; justify-content: space-between;
    padding: 18px 22px; cursor: pointer;
    font-size: .93rem; font-weight: 700; color: #1a1a2e;
    user-select: none;
}
.cl-faq-q i { color: #8B1A2B; transition: transform .25s; flex-shrink: 0; }
.cl-faq-item.open .cl-faq-q i { transform: rotate(180deg); }
.cl-faq-a {
    display: none;
    padding: 0 22px 18px;
    font-size: .88rem; color: #666; line-height: 1.7;
}
.cl-faq-item.open .cl-faq-a { display: block; }

/* ── CTA ── */
.au-cta {
    background: linear-gradient(135deg, #8B1A2B, #8B1A2B);
    border-radius: 16px; padding: 48px 40px;
    text-align: center; color: #fff;
}
.au-cta h3 {
    font-family: 'Montserrat', sans-serif;
    font-size: 1.6rem; font-weight: 800; margin-bottom: 12px;
}
.au-cta p { font-size: .95rem; color: rgba(255,255,255,.85); margin-bottom: 28px; }
.au-cta-btn {
    display: inline-flex; align-items: center; gap: 8px;
    background: #fff; color: #8B1A2B;
    padding: 13px 34px; border-radius: 12px;
    font-size: .95rem; font-weight: 700;
    text-decoration: none; transition: all .3s;
    box-shadow: 0 4px 14px rgba(0,0,0,.15);
}
.au-cta-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(0,0,0,.2);
    color: #8B1A2B;
}

@media(max-width:991px){
    .cl-steps   { grid-template-columns: 1fr; }
    .cl-benefits{ grid-template-columns: 1fr; }
    .au-stats   { grid-template-columns: repeat(2, 1fr); }
}
@media(max-width:575px){
    .au-stats   { grid-template-columns: 1fr; }
    .cl-card, .au-cta { padding: 28px 20px; }
}
