/* ============================================================
   bleaching.css – Zahnarztpraxis Yeboah
   ============================================================ */

/* --- HERO -------------------------------------------------- */
.bleaching-hero {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
    padding: 80px 5vw 80px;
    max-width: 1300px;
    margin: 0 auto;
}

.bleaching-hero-badge {
    display: inline-block;
    background: linear-gradient(135deg, #e8f5e9, #c8e6c9);
    color: #2e7d32;
    font-size: 0.85rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    padding: 8px 18px;
    border-radius: 50px;
    margin-bottom: 20px;
}

.bleaching-hero h1 {
    font-size: clamp(2rem, 4vw, 3.2rem);
    line-height: 1.15;
    color: #1a1a1a;
    margin-bottom: 20px;
    font-weight: 800;
}

.bleaching-hero h1 br { display: block; }

.bleaching-hero > .bleaching-hero-content > p {
    font-size: 1.1rem;
    color: #555;
    line-height: 1.75;
    margin-bottom: 32px;
    max-width: 520px;
}

.bleaching-hero-btns {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
    margin-bottom: 40px;
}

.btn-secondary-outline {
    display: inline-block;
    padding: 14px 28px;
    border: 2px solid #388e3c;
    color: #388e3c;
    border-radius: 50px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s;
    font-size: 0.95rem;
}
.btn-secondary-outline:hover {
    background: #388e3c;
    color: #fff;
}

.bleaching-hero-facts {
    display: flex;
    gap: 32px;
}
.hero-fact {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.hero-fact-num {
    font-size: 2rem;
    font-weight: 800;
    color: #388e3c;
    line-height: 1;
}
.hero-fact-label {
    font-size: 0.78rem;
    color: #888;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    margin-top: 4px;
}

.bleaching-hero-img-wrap {
    position: relative;
    border-radius: 24px;
    overflow: visible;
}
.bleaching-hero-img-wrap img {
    width: 100%;
    border-radius: 24px;
    box-shadow: 0 20px 60px rgba(56,142,60,0.15), 0 4px 20px rgba(0,0,0,0.1);
    display: block;
}
.bleaching-hero-ribbon {
    position: absolute;
    bottom: 24px;
    left: -20px;
    background: #fff;
    color: #2e7d32;
    font-weight: 700;
    font-size: 0.9rem;
    padding: 10px 20px;
    border-radius: 50px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.12);
    display: flex;
    align-items: center;
    gap: 8px;
}
.bleaching-hero-ribbon svg { width: 18px; height: 18px; }

/* --- TRUST BAR --------------------------------------------- */
.bleaching-trust-bar {
    background: #f1f8e9;
    border-top: 1px solid #c8e6c9;
    border-bottom: 1px solid #c8e6c9;
    padding: 24px 0;
}
.trust-items {
    display: flex;
    justify-content: center;
    gap: 40px;
    flex-wrap: wrap;
}
.trust-item {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 0.9rem;
    font-weight: 500;
    color: #2e7d32;
}
.trust-item svg { width: 22px; height: 22px; flex-shrink: 0; }

/* --- SECTION HEADER CENTER --------------------------------- */
.section-header-center {
    text-align: center;
    margin-bottom: 48px;
}
.section-header-center h2 {
    font-size: clamp(1.6rem, 3vw, 2.4rem);
    font-weight: 800;
    color: #1a1a1a;
    margin-bottom: 12px;
}
.section-header-center p {
    font-size: 1.05rem;
    color: #666;
    max-width: 560px;
    margin: 0 auto;
}

/* --- WHY GRID ---------------------------------------------- */
.bleaching-why {
    padding: 80px 0;
    background: #fff;
}
.why-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 28px;
}
.why-card {
    background: #f9fbe7;
    border: 1px solid #e8f5e9;
    border-radius: 20px;
    padding: 32px 24px;
    text-align: center;
    transition: transform 0.3s, box-shadow 0.3s;
}
.why-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 12px 40px rgba(56,142,60,0.12);
}
.why-icon {
    font-size: 2.4rem;
    margin-bottom: 16px;
    display: block;
}
.why-card h3 {
    font-size: 1.1rem;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 10px;
}
.why-card p {
    font-size: 0.9rem;
    color: #666;
    line-height: 1.65;
}

/* --- METHODS GRID ------------------------------------------ */
.bleaching-methods {
    padding: 80px 0;
    background: #f5f7fa;
}
.methods-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 32px;
    max-width: 520px;
    margin: 0 auto;
}
.method-card {
    background: #fff;
    border: 2px solid #e8f5e9;
    border-radius: 24px;
    padding: 40px 32px;
    position: relative;
    transition: box-shadow 0.3s;
}
.method-card:hover {
    box-shadow: 0 16px 48px rgba(56,142,60,0.1);
}
.method-card--highlight {
    border-color: #388e3c;
    background: #fff;
}
.method-badge {
    position: absolute;
    top: -14px;
    left: 32px;
    background: linear-gradient(135deg, #4caf50, #2e7d32);
    color: #fff;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    padding: 6px 16px;
    border-radius: 50px;
}
.method-icon {
    margin-bottom: 20px;
}
.method-icon svg { width: 48px; height: 48px; }
.method-card h3 {
    font-size: 1.5rem;
    font-weight: 800;
    color: #1a1a1a;
    margin-bottom: 6px;
}
.method-subtitle {
    font-size: 0.9rem;
    color: #388e3c;
    font-weight: 600;
    margin-bottom: 24px;
}
.method-steps {
    list-style: none;
    margin-bottom: 28px;
}
.method-steps li {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    font-size: 0.9rem;
    color: #444;
    padding: 8px 0;
    border-bottom: 1px solid #f0f0f0;
    line-height: 1.5;
}
.method-steps li span {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    min-width: 24px;
    background: #e8f5e9;
    color: #388e3c;
    border-radius: 50%;
    font-size: 0.75rem;
    font-weight: 700;
}
.method-details {
    display: flex;
    flex-direction: column;
    gap: 6px;
    background: #f9fbe7;
    border-radius: 12px;
    padding: 16px;
    margin-bottom: 24px;
}
.method-detail {
    font-size: 0.85rem;
    color: #555;
}
.method-detail strong {
    color: #1a1a1a;
    margin-right: 6px;
}

/* --- LEGAL INFO BOX ---------------------------------------- */
.bleaching-info-box {
    padding: 32px 0;
    background: #fff;
}
.info-legal {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    background: #e8f5e9;
    border: 1px solid #a5d6a7;
    border-radius: 16px;
    padding: 24px 28px;
    font-size: 0.9rem;
    color: #2e7d32;
    line-height: 1.65;
}
.info-legal svg { width: 28px; height: 28px; flex-shrink: 0; margin-top: 2px; }

/* --- FAQ BLEACHING ----------------------------------------- */
.bleaching-faq {
    padding: 80px 0;
    background: #f5f7fa;
}
.bleaching-faq-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
}
.bfaq-item {
    background: #fff;
    border-radius: 16px;
    padding: 28px;
    border: 1px solid #e8f5e9;
    transition: box-shadow 0.3s;
}
.bfaq-item:hover {
    box-shadow: 0 8px 30px rgba(56,142,60,0.1);
}
.bfaq-item h3 {
    font-size: 1rem;
    font-weight: 700;
    color: #388e3c;
    margin-bottom: 12px;
    line-height: 1.35;
}
.bfaq-item p {
    font-size: 0.9rem;
    color: #555;
    line-height: 1.7;
}

/* --- CTA SECTION ------------------------------------------- */
.bleaching-cta {
    padding: 80px 0;
    background: linear-gradient(135deg, #1b5e20 0%, #2e7d32 50%, #388e3c 100%);
    color: #fff;
}
.bleaching-cta-inner {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 60px;
    align-items: center;
}
.bleaching-cta-text h2 {
    font-size: clamp(1.8rem, 3vw, 2.6rem);
    font-weight: 800;
    margin-bottom: 16px;
    line-height: 1.2;
}
.bleaching-cta-text p {
    font-size: 1.05rem;
    line-height: 1.75;
    opacity: 0.9;
    margin-bottom: 32px;
    max-width: 540px;
}
.bleaching-cta .btn-primary {
    background: #fff;
    color: #2e7d32;
}
.bleaching-cta .btn-primary:hover {
    background: #f1f8e9;
}
.bleaching-cta .btn-secondary {
    background: transparent;
    color: #fff;
    border: 2px solid rgba(255,255,255,0.6);
}
.bleaching-cta .btn-secondary:hover {
    background: rgba(255,255,255,0.15);
    border-color: #fff;
}

.bleaching-cta-card {
    min-width: 260px;
}
.cta-card-inner {
    background: rgba(255,255,255,0.1);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255,255,255,0.2);
    border-radius: 20px;
    padding: 32px 28px;
    color: #fff;
    text-align: center;
}
.cta-icon {
    font-size: 2rem;
    margin-bottom: 12px;
    display: block;
    color: #a5d6a7;
}
.cta-card-inner h3 {
    font-size: 1.1rem;
    font-weight: 700;
    margin-bottom: 8px;
}
.cta-card-inner p {
    font-size: 0.88rem;
    opacity: 0.85;
    line-height: 1.6;
    margin-bottom: 0;
}
.cta-card-inner hr {
    border: none;
    border-top: 1px solid rgba(255,255,255,0.2);
    margin: 16px 0;
}

/* --- RESPONSIVE -------------------------------------------- */
@media (max-width: 900px) {
    .bleaching-hero {
        grid-template-columns: 1fr;
        padding: 50px 20px;
        gap: 40px;
    }
    .methods-grid {
        grid-template-columns: 1fr;
    }
    .bleaching-faq-grid {
        grid-template-columns: 1fr;
    }
    .bleaching-cta-inner {
        grid-template-columns: 1fr;
        gap: 40px;
    }
    .bleaching-cta-card { min-width: unset; }
}
@media (max-width: 600px) {
    .trust-items { flex-direction: column; gap: 16px; align-items: flex-start; padding: 0 20px; }
    .bleaching-hero-facts { gap: 20px; }
    .why-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 400px) {
    .why-grid { grid-template-columns: 1fr; }
}
