/*
|--------------------------------------------------------------------------
| Oluşturulma Tarihi : 29.06.2026
| Değişiklik Tarihi  : 29.06.2026
| Versiyon           : v0.5.0
| Yaratan            : Özgür Elibol
| Dokümanın Amacı    : Analiz raporu doğrultusunda hero, vurgu kutuları,
|                      menü CTA ve etkinlik WhatsApp stillerini yönetir.
|--------------------------------------------------------------------------
*/
.hero-content-strong{max-width:900px}.hero-content-strong h1{max-width:860px}.hero-content-strong p{max-width:820px}.hero-action-group{display:flex;align-items:center;gap:14px;flex-wrap:wrap}.btn-primary-outline{background:rgba(17,17,17,.45)!important;border:1px solid rgba(255,255,255,.7)!important;color:#fff!important}.btn-primary-outline:hover{background:#fff!important;color:#111!important}.hero-highlights-section{background:#f8f5ef;padding:26px 0;border-bottom:1px solid rgba(183,154,84,.22)}.hero-highlights-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.hero-highlight-card{background:#fff;border:1px solid rgba(183,154,84,.35);padding:22px 24px;min-height:140px;box-shadow:0 14px 36px rgba(0,0,0,.045)}.hero-highlight-card h2{font-size:22px;line-height:1.18;color:#111;margin-bottom:12px}.hero-highlight-card p{font-size:15px;line-height:1.58;color:#555}.menu-cta-panel{margin-top:44px;background:#111;color:#fff;padding:30px 34px;display:grid;grid-template-columns:1fr auto;gap:26px;align-items:center;border-left:5px solid #b79a54}.menu-cta-panel span{display:block;color:#d6bd7a;font-size:12px;font-weight:800;letter-spacing:3px;text-transform:uppercase;margin-bottom:8px}.menu-cta-panel h3{color:#fff;font-size:26px;line-height:1.25;margin-bottom:8px}.menu-cta-panel p{color:rgba(255,255,255,.78);font-size:15px;line-height:1.6}.menu-cta-actions{display:flex;gap:12px;flex-wrap:wrap;justify-content:flex-end}.menu-cta-button{display:inline-flex;align-items:center;justify-content:center;min-width:150px;padding:14px 20px;border:1px solid #b79a54;color:#d6bd7a;font-weight:800;transition:all .25s ease}.menu-cta-button.primary,.menu-cta-button:hover{background:#b79a54;color:#fff}.event-card-whatsapp{display:inline-flex;align-items:center;justify-content:center;margin-top:18px;padding:11px 16px;background:#b79a54;color:#fff;font-size:13px;font-weight:800;border:1px solid #b79a54;transition:all .25s ease}.event-card-whatsapp:hover{background:#111;border-color:#111;color:#fff}@media(max-width:900px){.hero-highlights-grid{grid-template-columns:1fr}.menu-cta-panel{grid-template-columns:1fr;text-align:center}.menu-cta-actions{justify-content:center}}@media(max-width:560px){.hero-action-group,.hero-action-group a,.menu-cta-button{width:100%}.menu-cta-panel{padding:26px 20px}.menu-cta-panel h3{font-size:22px}}
