/* ================= GENEL AYARLAR ================= */
* { margin: 0; padding: 0; box-sizing: border-box; font-family: 'Segoe UI', Tahoma, Geneva, Verdana, Arial, sans-serif; }
html { scroll-behavior: smooth; scroll-padding-top: 110px; }
body { color: #333; background-color: #fcfcfc; line-height: 1.6; }
h1, h2, h3, h4 { color: #112233; }
.text-red { color: #e63946; }
.text-yellow { color: #ffb703; }
.container { max-width: 1200px; margin: 0 auto; padding: 0 20px; }
.section-title { text-align: center; font-size: 2.5rem; margin-bottom: 50px; font-weight: 700; color: #112233; }
.section-padding { padding: 80px 0; }

/* ================= DİNAMİK HEADER ================= */
header { background-color: transparent; position: fixed; width: 100%; top: 0; z-index: 1000; padding: 25px 0; transition: background-color 0.4s ease, padding 0.4s ease, box-shadow 0.4s ease; }
header.scrolled { background-color: #fff; padding: 12px 0; box-shadow: 0 5px 20px rgba(0,0,0,0.1); }
.nav-container { display: flex; justify-content: space-between; align-items: center; }
.logo-area { display: flex; align-items: center; gap: 15px; text-decoration: none; }
.site-logo { max-height: 55px; width: auto; object-fit: contain; background-color: #ffffff; padding: 5px 10px; border-radius: 8px; transition: transform 0.3s; }
.site-logo:hover { transform: scale(1.05); }
.logo-text { display: flex; flex-direction: column; justify-content: center; }
.logo-text h2 { font-size: 1.4rem; font-weight: 800; color: #fff; margin: 0; line-height: 1.2; transition: 0.3s; }
.logo-text p { font-size: 0.8rem; font-weight: 600; color: rgba(255,255,255,0.8); margin: 0; transition: 0.3s; }
header.scrolled .logo-text h2 { color: #d32020; }
header.scrolled .logo-text p { color: #1d3557; }
nav ul { display: flex; list-style: none; gap: 20px; align-items: center; }
nav ul li a { text-decoration: none; color: #fff; font-weight: 600; font-size: 0.95rem; transition: color 0.3s; }
header.scrolled nav ul li a { color: #333; }
header.scrolled nav ul li a:hover { color: #d32020; }
.btn-iletisim { background-color: transparent; border: 2px solid #fff; color: #fff !important; padding: 10px 25px; border-radius: 50px; font-size: 0.95rem; transition: 0.3s; }
.btn-iletisim:hover { background-color: #fff; color: #d32020 !important; }
header.scrolled .btn-iletisim { background-color: #d32020; border-color: #d32020; color: #fff !important; }
header.scrolled .btn-iletisim:hover { background-color: #112233; border-color: #112233; }

/* ================= HERO BÖLÜMÜ ================= */
.hero { background: linear-gradient(135deg, #cc1e1e, #e02a2a); color: white; min-height: 100vh; display: flex; align-items: center; padding-top: 100px; padding-bottom: 50px; position: relative; }
.hero-wrapper { display: flex; align-items: center; gap: 40px; width: 100%; justify-content: space-between; }
.hero-left { flex: 1.2; padding-right: 20px; }
.hero-right { flex: 0.8; display: flex; justify-content: flex-end; }
.hero-badges { display: flex; gap: 12px; margin-bottom: 25px; flex-wrap: wrap; }
.hero-badge-1 { background: #ffb703; color: #112; padding: 6px 15px; border-radius: 20px; font-size: 0.85rem; font-weight: 700; display: flex; align-items: center; gap: 5px; box-shadow: 0 4px 10px rgba(0,0,0,0.1); }
.hero-badge-2 { background: rgba(255,255,255,0.15); border: 1px solid rgba(255,255,255,0.3); color: #fff; padding: 6px 15px; border-radius: 20px; font-size: 0.85rem; font-weight: 600; }
.hero-left h1 { color: #fff; font-size: 4rem; line-height: 1.1; margin-bottom: 25px; font-weight: 800; }
.hero-left p { font-size: 1.15rem; color: rgba(255,255,255,0.9); margin-bottom: 40px; max-width: 550px; line-height: 1.6; }
.hero-buttons { display: flex; gap: 15px; margin-bottom: 40px; flex-wrap: wrap; }
.btn-hero-solid { background: #fff; color: #d32020; padding: 15px 35px; border-radius: 10px; font-weight: 700; text-decoration: none; display: flex; align-items: center; gap: 10px; transition: 0.3s; font-size: 1.05rem; box-shadow: 0 10px 20px rgba(0,0,0,0.1); }
.btn-hero-solid:hover { transform: translateY(-3px); box-shadow: 0 15px 25px rgba(0,0,0,0.2); }
.btn-hero-outline { background: transparent; border: 2px solid #fff; color: #fff; padding: 13px 35px; border-radius: 10px; font-weight: 700; text-decoration: none; display: flex; align-items: center; gap: 10px; transition: 0.3s; font-size: 1.05rem; }
.btn-hero-outline:hover { background: rgba(255,255,255,0.1); transform: translateY(-3px); }
.hero-footer-text { display: flex; align-items: center; gap: 10px; font-size: 1rem; opacity: 0.9; font-weight: 600; }
.hero-form-card { background: #fff; padding: 40px; border-radius: 20px; width: 100%; max-width: 450px; box-shadow: 0 25px 60px rgba(0,0,0,0.2); }
.hf-header { display: flex; align-items: center; gap: 15px; margin-bottom: 30px; }
.hf-icon { width: 60px; height: 60px; background: #fff; border-radius: 15px; box-shadow: 0 5px 15px rgba(0,0,0,0.08); display: flex; align-items: center; justify-content: center; color: #d32020; font-size: 2rem; border: 1px solid #f0f0f0; }
.hf-title h3 { color: #112233; font-size: 1.4rem; margin-bottom: 2px; font-weight: 800; }
.hf-title p { color: #666; font-size: 0.95rem; margin: 0; }
.hero-form-card .form-control { background: #fff; border: 1px solid #e0e0e0; padding: 16px 20px; margin-bottom: 18px; border-radius: 10px; width: 100%; font-family: inherit; font-size: 0.95rem; transition: border 0.3s; }
.hero-form-card .form-control:focus { border-color: #d32020; outline: none; }
.hero-form-card .btn-submit { background: #d32020; color: #fff; width: 100%; padding: 16px; border: none; border-radius: 10px; font-weight: 700; font-size: 1.1rem; cursor: pointer; transition: 0.3s; margin-top: 5px; box-shadow: 0 10px 20px rgba(211, 32, 32, 0.2); }
.hero-form-card .btn-submit:hover { background: #b71c1c; transform: translateY(-2px); }
.hf-footer { text-align: center; margin-top: 25px; font-size: 0.95rem; color: #666; display: flex; align-items: center; justify-content: center; gap: 8px; font-weight: 600; }
.scroll-down { position: absolute; bottom: 30px; left: 50%; transform: translateX(-50%); color: rgba(255,255,255,0.7); font-size: 1.8rem; animation: bounce 2s infinite; cursor: pointer; text-decoration: none; }
@keyframes bounce { 0%, 20%, 50%, 80%, 100% { transform: translateY(0) translateX(-50%); } 40% { transform: translateY(-10px) translateX(-50%); } 60% { transform: translateY(-5px) translateX(-50%); } }

/* ================= HAKKIMIZDA BÖLÜMÜ ================= */
.about-wrapper { display: flex; align-items: center; gap: 60px; }
.about-text { flex: 1; }
.badge-yeni { display: inline-flex; align-items: center; gap: 8px; background-color: #ffecec; color: #e63946; padding: 6px 15px; border-radius: 20px; font-size: 0.85rem; font-weight: 700; margin-bottom: 20px; }
.about-text h2 { font-size: 2.5rem; margin-bottom: 25px; color: #112233; line-height: 1.3; font-weight: 800; }
.about-text p { margin-bottom: 20px; color: #555; font-size: 1.05rem; line-height: 1.7; }
.about-list { list-style: none; margin-top: 30px; }
.about-list li { margin-bottom: 15px; font-size: 1.05rem; color: #555; display: flex; align-items: center; gap: 12px; font-weight: 600; }
.about-list li i { color: #e63946; font-size: 1.3rem; }
.about-visual { flex: 1; position: relative; padding: 20px; }
.about-visual::before { content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-color: #ffecec; border-radius: 20px; transform: translate(-20px, 20px); z-index: 0; }
.stats-container { position: relative; background: #fff; border-radius: 20px; padding: 60px 30px 30px 30px; box-shadow: 0 10px 40px rgba(0,0,0,0.08); z-index: 1; }
.stats-logo { position: absolute; top: -45px; left: 50%; transform: translateX(-50%); width: 90px; height: 90px; background: #fff; border-radius: 15px; box-shadow: 0 10px 25px rgba(0,0,0,0.1); display: flex; align-items: center; justify-content: center; }
.stats-logo i { font-size: 3rem; color: #e63946; }
.stats-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.stat-box { padding: 30px 20px; border-radius: 15px; text-align: center; transition: transform 0.3s ease; }
.stat-box:hover { transform: translateY(-5px); }
.stat-box i { font-size: 2rem; margin-bottom: 15px; }
.stat-box h4 { font-size: 1.6rem; color: #112233; margin-bottom: 5px; font-weight: 800; }
.stat-box span { font-size: 0.95rem; color: #666; font-weight: 600; }
.box-pink { background-color: #fff0f0; } .box-pink i { color: #e63946; }
.box-blue { background-color: #f0f5ff; } .box-blue i { color: #3a86ff; }
.box-green { background-color: #f0fff4; } .box-green i { color: #38b000; }
.box-purple { background-color: #faf0ff; } .box-purple i { color: #8338ec; }

/* ================= NEDEN BİZ ================= */
.reasons-container { text-align: center; }
.reasons-subtitle { margin: 0 auto 15px auto; }
.reasons-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px; margin-top: 40px; }
.reasons-card { background: #fff; padding: 25px; border-radius: 10px; box-shadow: 0 5px 15px rgba(0,0,0,0.05); display: flex; align-items: center; gap: 20px; text-align: left; transition: 0.3s; }
.reasons-card:hover { transform: translateY(-5px); box-shadow: 0 15px 30px rgba(0,0,0,0.1); }
.reason-icon-wrapper { width: 60px; height: 60px; background: #ffecec; color: #e63946; border-radius: 50%; display: flex; align-items: center; justify-content: center; flex-shrink: 0; font-size: 1.8rem; }
.reason-text h4 { font-size: 1.1rem; font-weight: 700; color: #112233; margin-bottom: 5px; }
.reason-text p { color: #666; font-size: 0.9rem; line-height: 1.5; }

/* ================= ORTAK ANİMASYON ================= */
@keyframes shake {
    0% { transform: translate(1px, 1px) rotate(0deg); }
    10% { transform: translate(-1px, -2px) rotate(-1deg); }
    20% { transform: translate(-3px, 0px) rotate(1deg); }
    30% { transform: translate(3px, 2px) rotate(0deg); }
    40% { transform: translate(1px, -1px) rotate(1deg); }
    50% { transform: translate(-1px, 2px) rotate(-1deg); }
    60% { transform: translate(-3px, 1px) rotate(0deg); }
    70% { transform: translate(3px, 1px) rotate(-1deg); }
    80% { transform: translate(-1px, -1px) rotate(1deg); }
    90% { transform: translate(1px, 2px) rotate(0deg); }
    100% { transform: translate(1px, -2px) rotate(-1deg); }
}

/* ================= EĞİTİMLERİMİZ ================= */
.bg-light { background-color: #f1faee; }
.services-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 30px; }
.service-card { background: #fff; padding: 40px 30px 30px 30px; border-radius: 15px; text-align: center; box-shadow: 0 5px 15px rgba(0,0,0,0.05); transition: 0.3s; border-bottom: 4px solid transparent; display: flex; flex-direction: column; justify-content: space-between; }
.service-card:hover { animation: shake 0.5s; animation-iteration-count: 1; box-shadow: 0 15px 35px rgba(0,0,0,0.1); border-bottom: 4px solid #e63946; }
.service-icon { font-size: 3rem; color: #e63946; margin-bottom: 20px; }
.service-card h3 { margin-bottom: 10px; }
.service-card p { margin-bottom: 20px; font-size: 0.95rem; color: #666; }
.btn-detay { background-color: transparent; border: 2px solid #1d3557; color: #1d3557; padding: 10px 20px; border-radius: 50px; font-weight: 600; cursor: pointer; transition: background-color 0.3s ease, color 0.3s ease, transform 0.3s ease, box-shadow 0.3s ease; width: 100%; margin-top: auto; font-family: inherit; font-size: 0.95rem;}
.btn-detay:hover { background-color: #1d3557; color: #fff; }

/* ================= KADRO ================= */
.team-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 30px; }
.team-card { text-align: center; background: #fff; padding: 30px; border-radius: 15px; box-shadow: 0 5px 15px rgba(0,0,0,0.05); transition: 0.3s; cursor: pointer; border-bottom: 4px solid transparent; }
.team-card:hover { animation: shake 0.5s; animation-iteration-count: 1; box-shadow: 0 15px 35px rgba(0,0,0,0.1); border-bottom: 4px solid #1d3557; }
.team-image { width: 120px; height: 120px; border-radius: 50%; margin: 0 auto 20px auto; display: flex; align-items: center; justify-content: center; overflow: hidden; border: 4px solid #f1faee; }
.team-image i { font-size: 3rem; color: #999; }
.team-image img { width: 100%; height: 100%; object-fit: cover; }

/* ================= SSS ================= */
.faq-container { max-width: 800px; margin: 0 auto; }
.faq-header { text-align: center; margin-bottom: 50px; }
.badge-sss { display: inline-block; background-color: #ffecec; color: #e63946; padding: 6px 20px; border-radius: 20px; font-size: 0.85rem; font-weight: 700; margin-bottom: 15px; }
.faq-header h2 { font-size: 2.5rem; font-weight: 800; color: #112233; margin-bottom: 15px; }
.faq-header p { color: #666; font-size: 1.1rem; }
.faq-item { background-color: #fafafa; border-radius: 10px; margin-bottom: 15px; overflow: hidden; transition: background-color 0.3s ease, color 0.3s ease, transform 0.3s ease, box-shadow 0.3s ease; border: 1px solid #f0f0f0; }
.faq-item:hover { background-color: #f4f4f4; }
.faq-question { padding: 20px 25px; display: flex; justify-content: space-between; align-items: center; cursor: pointer; font-weight: 600; font-size: 1.05rem; color: #112233; transition: color 0.3s; }
.faq-icon { color: #999; font-size: 1rem; transition: transform 0.3s ease; }
.faq-answer { max-height: 0; overflow: hidden; transition: max-height 0.4s ease, padding 0.4s ease; background-color: #fafafa; }
.faq-answer p { padding: 0 25px 20px 25px; color: #555; font-size: 0.95rem; line-height: 1.6; margin: 0; }
.faq-item.active { background-color: #fff; box-shadow: 0 5px 15px rgba(0,0,0,0.05); border-color: #fff; }
.faq-item.active .faq-question { color: #e63946; }
.faq-item.active .faq-icon { transform: rotate(180deg); color: #e63946; }
.faq-item.active .faq-answer { background-color: #fff; }

/* ================= MODAL ================= */
.modal-overlay { position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0,0,0,0.6); z-index: 2000; display: none; align-items: center; justify-content: center; opacity: 0; transition: opacity 0.3s ease; padding: 20px; }
.modal-overlay.active { display: flex; opacity: 1; }
.modal-content { background: #fff; width: 100%; max-width: 550px; border-radius: 15px; padding: 40px; position: relative; transform: translateY(-20px); transition: transform 0.3s ease; box-shadow: 0 20px 50px rgba(0,0,0,0.2); }
.modal-overlay.active .modal-content { transform: translateY(0); }
.close-modal { position: absolute; top: 20px; right: 25px; font-size: 1.8rem; cursor: pointer; color: #999; transition: color 0.3s; }
.close-modal:hover { color: #e63946; }
.modal-title { font-size: 1.8rem; font-weight: 700; color: #112233; margin-bottom: 15px; padding-right: 20px;}
.modal-desc { color: #666; margin-bottom: 25px; font-size: 1rem; line-height: 1.6; }
.modal-tags { display: flex; align-items: center; gap: 20px; margin-bottom: 30px; }
.modal-tag-badge { background: #f4f6f8; color: #112233; padding: 6px 15px; border-radius: 20px; font-weight: 600; font-size: 0.9rem; }
.modal-tag-time { color: #666; font-size: 1rem; font-weight: 600; display: flex; align-items: center; gap: 8px; }
.modal-list-title { font-size: 1.1rem; font-weight: 700; margin-bottom: 15px; color: #112233; }
.modal-list { list-style: none; margin-bottom: 30px; }
.modal-list li { display: flex; align-items: flex-start; gap: 12px; margin-bottom: 15px; color: #555; font-size: 1rem; }
.modal-list li i { color: #2ecc71; font-size: 1.2rem; margin-top: 3px; }
.btn-modal-kayit { display: block; width: 100%; text-align: center; background-color: #dc2626; color: white; padding: 15px; border-radius: 8px; font-weight: 700; font-size: 1.1rem; text-decoration: none; transition: background 0.3s; }
.btn-modal-kayit:hover { background-color: #b91c1c; }

/* ================= İLETİŞİM ================= */
.contact-wrapper { display: flex; gap: 50px; align-items: stretch; }
.contact-left, .contact-right { flex: 1; display: flex; flex-direction: column; }
.contact-items-box { margin-bottom: 20px; }
.contact-item { display: flex; align-items: flex-start; gap: 20px; margin-bottom: 25px; }
.contact-item i { font-size: 1.5rem; color: #e63946; width: 45px; height: 45px; background: #ffecec; display: flex; align-items: center; justify-content: center; border-radius: 10px; flex-shrink: 0; margin-top: 3px; }
.contact-item.wa-item i { color: #25D366; background: #e8f9ef; }
.contact-item div h4 { font-weight: 700; margin-bottom: 2px; }
.contact-item div p, .contact-item div a { color: #666; text-decoration: none; transition: color 0.3s; }
.contact-item div a:hover { color: #e63946; }
.map-area { flex-grow: 1; display: flex; border-radius: 15px; overflow: hidden; box-shadow: 0 10px 30px rgba(0,0,0,0.08); min-height: 250px; }
.map-area iframe { width: 100%; height: 100%; border: none; flex-grow: 1; }

.map-links { display:flex; gap:12px; flex-wrap:wrap; margin-top:14px; }
.contact-form-area { background: #fff; padding: 40px; border-radius: 15px; box-shadow: 0 10px 40px rgba(0,0,0,0.06); display: flex; flex-direction: column; height: 100%; }
.contact-form-area form { display: flex; flex-direction: column; flex-grow: 1; }
.form-group { margin-bottom: 25px; }
.form-control { width: 100%; padding: 18px; border: 1px solid #ddd; border-radius: 8px; font-family: inherit; font-size: 1rem; }
.btn-submit { background: #1d3557; color: #fff; border: none; padding: 18px 30px; width: 100%; border-radius: 8px; font-size: 1.1rem; font-weight: 600; cursor: pointer; transition: 0.3s; margin-top: auto; }
.btn-submit:hover { background: #e63946; }

/* ================= CTA AFİŞ ================= */
.cta-banner-section { padding: 40px 20px 80px 20px; background-color: #fcfcfc; }
.cta-banner { background-color: #c81e1e; color: white; border-radius: 20px; padding: 60px 40px; text-align: center; max-width: 1200px; margin: 0 auto; box-shadow: 0 15px 40px rgba(200, 30, 30, 0.2); }
.cta-banner h2 { color: white; font-size: 2.2rem; font-weight: 800; margin-bottom: 15px; }
.cta-banner p { font-size: 1.1rem; margin-bottom: 35px; opacity: 0.95; max-width: 800px; margin-left: auto; margin-right: auto; }
.cta-buttons { display: flex; justify-content: center; gap: 20px; flex-wrap: wrap; }
.btn-cta-solid { background-color: #fff; color: #c81e1e; padding: 15px 40px; border-radius: 8px; font-weight: 700; text-decoration: none; transition: 0.3s; font-size: 1.05rem; display: inline-flex; align-items: center; justify-content: center; }
.btn-cta-solid:hover { background-color: #f8f8f8; transform: translateY(-3px); }
.btn-cta-outline { background-color: transparent; color: #fff; border: 2px solid #fff; padding: 13px 35px; border-radius: 8px; font-weight: 700; text-decoration: none; transition: 0.3s; font-size: 1.05rem; display: inline-flex; align-items: center; gap: 10px; justify-content: center; }
.btn-cta-outline:hover { background-color: rgba(255,255,255,0.1); transform: translateY(-3px); }

/* ================= FOOTER ================= */
footer { background-color: #112233; color: #a0aabf; padding: 70px 0 20px 0; font-size: 0.95rem; }
.footer-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 40px; margin-bottom: 40px; }
.footer-col h3 { color: white; margin-bottom: 20px; font-size: 1.3rem; font-weight: 600; }
.footer-col ul { list-style: none; }
.footer-col ul li { margin-bottom: 12px; display: flex; align-items: center; }
.footer-col ul li i { color: #e63946; margin-right: 15px; font-size: 1.2rem; width: 20px; text-align: center; }
.footer-col a { color: #a0aabf; text-decoration: none; transition: color 0.3s ease; }
.footer-col a:hover { color: #e63946; }
.footer-bottom { text-align: center; padding-top: 25px; border-top: 1px solid #2a3b50; font-size: 0.9rem; }


/* Erişilebilirlik */
.sr-only {
    position: absolute;
    width: 1px; height: 1px;
    padding: 0; margin: -1px;
    overflow: hidden; clip: rect(0, 0, 0, 0);
    white-space: nowrap; border: 0;
}

/* Mobil Menü */
.menu-toggle {
    display: none;
    width: 48px;
    height: 48px;
    border: 0;
    border-radius: 12px;
    background: rgba(255,255,255,0.18);
    backdrop-filter: blur(6px);
    cursor: pointer;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 5px;
}
.menu-toggle span {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 999px;
    background: #fff;
    transition: transform 0.25s ease, opacity 0.25s ease, background-color 0.25s ease;
}
header.scrolled .menu-toggle {
    background: #f3f4f6;
}
header.scrolled .menu-toggle span {
    background: #112233;
}
body.menu-open { overflow: hidden; }
body.menu-open .menu-toggle span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
body.menu-open .menu-toggle span:nth-child(2) { opacity: 0; }
body.menu-open .menu-toggle span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* Yerel harita kartı */
.map-card {
    display: grid;
    grid-template-columns: 1.1fr 0.9fr;
    width: 100%;
    min-height: 280px;
    background: #fff;
}
.map-preview {
    width: 100%;
    height: 100%;
    object-fit: cover;
    background: #f8fafc;
}
.map-card-content {
    padding: 28px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: linear-gradient(180deg, #fff, #fff7f7);
}
.map-card-content h4 {
    font-size: 1.4rem;
    margin-bottom: 12px;
}
.map-card-content p {
    color: #555;
    line-height: 1.7;
    margin-bottom: 22px;
}
.map-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}
.btn-map {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 46px;
    padding: 0 18px;
    border-radius: 10px;
    background: #d32020;
    color: #fff;
    text-decoration: none;
    font-weight: 700;
}
.btn-map:hover { background: #b71c1c; }
.btn-map-secondary {
    background: #fff;
    color: #1d3557;
    border: 1px solid #d9dee8;
}
.btn-map-secondary:hover {
    background: #f8fafc;
    color: #112233;
}

/* MOBİL UYUMLULUK */
@media (max-width: 992px) {
    .hero-wrapper { flex-direction: column; text-align: center; margin-top: 40px;}
    .hero-left { padding-right: 0; display: flex; flex-direction: column; align-items: center; }
    .hero-badges { justify-content: center; }
    .hero-buttons { justify-content: center; }
    .hero-right { width: 100%; justify-content: center; }
    .hero-left h1 { font-size: 3rem; }
    
    .about-wrapper { flex-direction: column; }
    .about-visual { width: 100%; max-width: 500px; margin: 40px auto 0 auto; }
    .contact-wrapper { flex-direction: column-reverse; }
    .map-area { min-height: 350px; }
    .map-card { grid-template-columns: 1fr; }
    .reasons-grid { grid-template-columns: repeat(2, 1fr); }
    .section-title { font-size: 2rem; }
}
@media (max-width: 768px) {
    .menu-toggle { display: inline-flex; }
    nav {
        position: fixed;
        top: 82px;
        left: 16px;
        right: 16px;
        opacity: 0;
        pointer-events: none;
        transform: translateY(-10px);
        transition: opacity 0.25s ease, transform 0.25s ease;
    }
    body.menu-open nav {
        opacity: 1;
        pointer-events: auto;
        transform: translateY(0);
    }
    nav ul {
        display: flex;
        flex-direction: column;
        align-items: stretch;
        gap: 0;
        background: #fff;
        border-radius: 18px;
        overflow: hidden;
        box-shadow: 0 18px 40px rgba(0,0,0,0.18);
    }
    nav ul li a {
        display: block;
        padding: 16px 18px;
        color: #112233 !important;
        border-bottom: 1px solid #eef1f4;
    }
    nav ul li:last-child a { border-bottom: 0; }
    .btn-iletisim {
        margin: 10px 14px 14px;
        text-align: center;
        background: #d32020;
        border-color: #d32020;
        color: #fff !important;
    }
    
    .hero-left h1 { font-size: 2.5rem; }
    .stats-grid { grid-template-columns: 1fr; }
    .map-card-content { padding: 22px; }
    .reasons-grid { grid-template-columns: 1fr; }
    .footer-grid { grid-template-columns: 1fr; text-align: center; }
    .footer-col ul li { justify-content: center; }
    .cta-banner h2 { font-size: 1.8rem; }
}

/* Güvenli küçük iyileştirmeler */
img { max-width: 100%; height: auto; }
iframe { display: block; }
