/* Tüm temalarda ortak, klasik dışındaki sol hero seçenekleri. */
body .hero-copy:not(.hero-copy--classic) { position: relative; min-width: 0; isolation: isolate; }
body .hero-copy:not(.hero-copy--classic) .text-primary { color: var(--primary-color) !important; }
body .hero-copy:not(.hero-copy--classic) .hero-title { font-size: clamp(2rem, 3.5vw, 3.35rem) !important; letter-spacing: -.045em; }
body .hero-copy:not(.hero-copy--classic) .hero-title-line { white-space: normal; overflow-wrap: anywhere; line-height: 1.12; }
body .hero-copy:not(.hero-copy--classic) .homepage-hero-eyebrow { max-width: 100%; white-space: normal; line-height: 1.5; animation: none; }
body .hero-copy:not(.hero-copy--classic) > p { font-size: 1.05rem; line-height: 1.75; }
body .hero-copy:not(.hero-copy--classic) .homepage-hero-actions { flex-wrap: wrap; margin-bottom: 1.75rem !important; }
body .hero-copy:not(.hero-copy--classic) .btn { white-space: normal; }
body .hero-copy:not(.hero-copy--classic) .hero-feature-col { flex: 1 1 0; min-width: 0; }
body .hero-copy:not(.hero-copy--classic) .hero-feature-badge { height: 100%; min-width: 0; }

/* Editoryal: açık zemin, düşey vurgu, alt çizgili başlık. */
body .hero-copy--editorial { padding-inline-start: clamp(1rem, 3vw, 2rem); border-inline-start: 3px solid var(--primary-color); text-align: start !important; }
body .hero-copy--editorial .homepage-hero-eyebrow { padding: 0 !important; border: 0 !important; border-radius: 0 !important; background: transparent !important; box-shadow: none !important; letter-spacing: .06em; font-size: .8rem !important; }
body .hero-copy--editorial .hero-title-line:last-child { text-decoration: underline; text-decoration-color: color-mix(in srgb, var(--primary-color) 25%, transparent); text-underline-offset: .14em; text-decoration-thickness: .1em; }
body .hero-copy--editorial .homepage-hero-actions { justify-content: flex-start !important; }
body .hero-copy--editorial .hero-feature-row .hero-feature-badge { border: 0 !important; border-radius: 0 !important; background: transparent !important; padding: .75rem 0 !important; }

/* Odak: ortalanmış metin ve yumuşak renk halesi. */
body .hero-copy--spotlight { padding: clamp(1rem, 3vw, 2.25rem); text-align: center !important; background: radial-gradient(ellipse at 50% 25%, color-mix(in srgb, var(--primary-color) 13%, transparent), transparent 70%); }
body .hero-copy--spotlight .hero-title { letter-spacing: -.055em; }
body .hero-copy--spotlight > p { max-width: 32rem; margin-inline: auto; }
body .hero-copy--spotlight .homepage-hero-actions { justify-content: center !important; }
body .hero-copy--spotlight > .btn { border-radius: 999px; padding-inline: 2rem; }
body .hero-copy--spotlight .hero-feature-row { border-top: 1px solid var(--border-color); padding-top: 1.2rem; }
body .hero-copy--spotlight .hero-feature-row .hero-feature-badge { flex-direction: column; gap: .75rem; background: transparent !important; border: 0 !important; padding: .75rem !important; }
body .hero-copy--spotlight .hero-feature-badge .rounded-circle { margin: 0 !important; }
body .hero-copy--spotlight .hero-feature-badge .text-start { text-align: center !important; }

/* Kart: içerik ve eylemler tek yüzeyde. */
body .hero-copy--card { padding: clamp(1.25rem, 3vw, 2.5rem); background: var(--bg-card); border: 1px solid var(--border-color); border-radius: 28px; box-shadow: 0 20px 55px rgba(15,23,42,.07); text-align: start !important; }
body .hero-copy--card .homepage-hero-eyebrow { border-radius: 8px !important; padding: .6rem .9rem !important; box-shadow: none !important; background: color-mix(in srgb, var(--primary-color) 8%, var(--bg-card)) !important; border-color: transparent !important; font-size: .82rem !important; }
body .hero-copy--card > .btn { display: block; width: 100%; border-radius: 12px; }
body .hero-copy--card .homepage-hero-actions { justify-content: space-between !important; }
body .hero-copy--card .homepage-hero-actions .btn { flex: 1 1 auto; padding-inline: 1rem !important; border-radius: 10px !important; }
body .hero-copy--card .hero-feature-row .hero-feature-badge { border: 0 !important; background: transparent !important; padding: .6rem 0 !important; }
body .hero-copy--card .hero-feature-row { border-top: 1px solid var(--border-color); padding-top: 1rem; }

/* Şerit: başlığı taşıyan renkli blok ve yalın alt bölüm. */
body .hero-copy--ribbon { text-align: start !important; }
body .hero-copy--ribbon .homepage-hero-eyebrow { background: transparent !important; box-shadow: none !important; border: 0 !important; padding: 0 !important; }
body .hero-copy--ribbon .hero-title { padding: 1.5rem; border-inline-start: 6px solid var(--primary-color); background: color-mix(in srgb, var(--primary-color) 10%, var(--bg-card)); border-radius: 0 22px 22px 0; }
[dir="rtl"] body .hero-copy--ribbon .hero-title { border-radius: 22px 0 0 22px; }
body .hero-copy--ribbon .homepage-hero-actions { justify-content: flex-start !important; }
body .hero-copy--ribbon > .btn { border-radius: 4px; }
body .hero-copy--ribbon .hero-feature-row .hero-feature-badge { border-radius: 8px !important; border-bottom: 3px solid var(--primary-color) !important; }

/* Gece: tema rengiyle vurgulanan koyu vitrin. */
body .hero-copy--midnight { --bg-card: #152033; --text-main: #f1f5fb; --text-muted: #b8c6d8; --border-color: #34425a; padding: clamp(1.25rem, 3vw, 2.5rem); color: var(--text-main); border-radius: 28px; background: radial-gradient(ellipse at top right, color-mix(in srgb, var(--primary-color) 20%, transparent), transparent 60%), #111b2b; text-align: start !important; box-shadow: 0 20px 55px rgba(15,23,42,.2); }
body .hero-copy--midnight .homepage-hero-eyebrow { border-color: var(--border-color) !important; background: rgba(255,255,255,.05) !important; box-shadow: none !important; padding: .65rem 1rem !important; font-size: .82rem !important; }
body .hero-copy--midnight .text-muted { color: var(--text-muted) !important; }
body .hero-copy--midnight .btn-outline-secondary { color: var(--text-main); border-color: #8393aa; }
body .hero-copy--midnight .btn-outline-secondary:hover { background: #34425a; }
body .hero-copy--midnight .homepage-hero-actions { justify-content: flex-start !important; }
body .hero-copy--midnight .hero-feature-row .hero-feature-badge { border-radius: 12px !important; padding: .9rem !important; }

/* Kompakt: küçük başlık, ince ayraçlar ve liste biçiminde güvenceler. */
body .hero-copy--compact { text-align: start !important; max-width: 560px; margin-inline: auto; }
body .hero-copy--compact .homepage-hero-eyebrow { border: 0 !important; border-radius: 6px !important; padding: .45rem .8rem !important; font-size: .75rem !important; background: color-mix(in srgb, var(--primary-color) 9%, var(--bg-card)) !important; box-shadow: none !important; }
body .hero-copy--compact .hero-title { font-size: clamp(1.8rem, 3vw, 2.65rem) !important; margin-bottom: 1rem !important; }
body .hero-copy--compact > p { font-size: .95rem; }
body .hero-copy--compact > .btn { border-radius: 10px; font-size: 1rem; }
body .hero-copy--compact .homepage-hero-actions { justify-content: flex-start !important; gap: .75rem !important; }
body .hero-copy--compact .homepage-hero-actions .btn { font-size: .85rem; }
body .hero-copy--compact .hero-feature-row { flex-direction: column; gap: 0 !important; border-top: 1px solid var(--border-color); }
body .hero-copy--compact .hero-feature-row .hero-feature-badge { padding: .9rem 0 !important; border: 0 !important; border-bottom: 1px solid var(--border-color) !important; background: transparent !important; border-radius: 0 !important; }
body .hero-copy--compact .hero-feature-badge .lh-1 { display: flex; flex-wrap: wrap; align-items: baseline; gap: .4rem; }

@media (max-width: 575.98px) {
    body .hero-copy:not(.hero-copy--classic) .hero-title { font-size: clamp(1.65rem, 7vw, 2.25rem) !important; }
    body .hero-copy:not(.hero-copy--classic) .hero-feature-row { flex-wrap: wrap !important; }
    body .hero-copy:not(.hero-copy--classic) .hero-feature-col { flex-basis: 100%; }
    body .hero-copy--spotlight .hero-feature-row { flex-wrap: nowrap !important; }
    body .hero-copy--spotlight .hero-feature-col { flex-basis: 0; }
    body .hero-copy--ribbon .hero-title { padding: 1rem; }
}
