/* Vatra www – Tece tarzı kurumsal (koyu + kırmızı aksan) */
:root {
    --bg: #f5f5f5;
    --card: #fff;
    --dark: #1a1a1a;
    --dark-hover: #2d2d2d;
    --accent: #c41e3a;
    --accent-hover: #a01830;
    --text: #1a1a1a;
    --text-muted: #555;
    --border: #e0e0e0;
    --radius: 8px;
}
* { margin: 0; padding: 0; box-sizing: border-box; }
body { font-family: 'Inter', -apple-system, sans-serif; background: var(--bg); color: var(--text); line-height: 1.5; min-height: 100vh; display: flex; flex-direction: column; }

/* ========== HEADER (Tece – koyu arka plan, beyaz yazı) ========== */
.site-header {
    background: var(--dark); box-shadow: 0 1px 0 rgba(255,255,255,0.06);
    position: sticky; top: 0; z-index: 100;
}
.header-inner {
    max-width: 1280px; margin: 0 auto; padding: 14px 24px;
    display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 16px;
}
.logo a {
  display: inline-flex; align-items: center; gap: 14px;
  color: #fff; text-decoration: none; font-size: 1.28rem; font-weight: 700;
  letter-spacing: -0.02em; transition: color 0.2s;
}
.logo a:hover { color: #fff; }
.logo a:hover .logo-text { color: var(--accent); }
.logo-icon { display: flex; flex-shrink: 0; width: 48px; height: 44px; }
.logo-icon svg { width: 100%; height: 100%; }
.logo-text { color: inherit; transition: color 0.2s; white-space: nowrap; }
@media (max-width: 600px) { .logo-text { font-size: 1rem; } .logo-icon { width: 40px; height: 36px; } }
.nav-main { display: flex; align-items: center; gap: 4px; flex-wrap: wrap; }
.nav-main a {
    padding: 8px 14px; color: rgba(255,255,255,0.95); text-decoration: none; font-size: 14px; font-weight: 500;
    border-radius: 6px;
}
.nav-main a:hover { color: #fff; border-bottom: 2px solid var(--accent); }
.nav-main a.cta { background: #fff; color: var(--dark); }
.nav-main a.cta:hover { background: #f0f0f0; color: var(--dark); border-bottom: none; }
.lang-wrap { display: flex; align-items: center; gap: 4px; }
.lang-wrap a { padding: 6px 10px; font-size: 13px; color: rgba(255,255,255,0.85); text-decoration: none; border-radius: 6px; }
.lang-wrap a:hover, .lang-wrap a.active { color: #fff; font-weight: 600; }
/* Dil bayrakları – tek kutu, hover’da açılan liste */
.lang-flags-wrap { position: relative; display: inline-block; }
.lang-flags-trigger {
  display: inline-flex; align-items: center; gap: 6px; padding: 6px 10px;
  background: rgba(255,255,255,0.1); border: 1px solid rgba(255,255,255,0.3); border-radius: 6px;
  cursor: pointer; color: #fff; font-size: 12px; transition: background 0.2s, border-color 0.2s;
}
.lang-flags-trigger:hover { background: rgba(255,255,255,0.15); border-color: rgba(255,255,255,0.5); }
.lang-flags-trigger img { display: block; width: 28px; height: 21px; object-fit: cover; border-radius: 2px; }
.lang-flags-arrow { font-size: 10px; opacity: 0.9; transition: transform 0.2s; }
.lang-flags-wrap:hover .lang-flags-arrow { transform: rotate(180deg); }
.lang-flags-dropdown {
  position: absolute; top: 100%; right: 0; margin-top: 2px; padding: 10px; padding-top: 8px;
  background: var(--dark); border: 1px solid rgba(255,255,255,0.2); border-radius: 8px;
  box-shadow: 0 8px 24px rgba(0,0,0,0.4); display: none; flex-wrap: wrap; gap: 6px;
  max-width: 280px; max-height: 240px; overflow-y: auto; z-index: 200;
}
.lang-flags-wrap:hover .lang-flags-dropdown { display: flex; }
.lang-flags-wrap.lang-flags-closed .lang-flags-dropdown { display: none !important; }
.www-lang-flag { width: 36px; height: 28px; padding: 0; border: 1px solid rgba(255,255,255,0.25); background: transparent; border-radius: 4px; cursor: pointer; display: flex; align-items: center; justify-content: center; transition: border-color 0.2s, background 0.2s; }
.www-lang-flag:hover { border-color: rgba(255,255,255,0.6); background: rgba(255,255,255,0.1); }
.www-lang-flag.www-lang-active { border-color: var(--accent); background: rgba(196,30,58,0.25); box-shadow: 0 0 0 1px var(--accent); }
.www-lang-flag img { display: block; width: 28px; height: 21px; object-fit: cover; border-radius: 2px; }
.wa-link { display: inline-flex; align-items: center; gap: 6px; padding: 8px 14px; background: #25d366; color: #fff; text-decoration: none; border-radius: 6px; font-weight: 600; font-size: 14px; }
.wa-link:hover { background: #20bd5a; color: #fff; }

/* ========== HERO SLIDER (Tece – aynı boyda görsel slide) ========== */
.hero-slider { position: relative; width: 100%; height: 70vh; min-height: 420px; max-height: 680px; overflow: hidden; }
.hero-slide { position: absolute; inset: 0; opacity: 0; transition: opacity 0.6s ease; background-size: cover; background-position: center; display: flex; align-items: center; }
.hero-slide.active { opacity: 1; z-index: 1; }
.hero-slide-overlay { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(26,26,26,0.85) 0%, rgba(26,26,26,0.4) 60%, transparent 100%); }
.hero-slide-content { position: relative; z-index: 2; max-width: 1280px; margin: 0 auto; padding: 48px 24px; }
.hero-slide h1 { font-size: 2.5rem; font-weight: 700; color: #fff; margin-bottom: 16px; line-height: 1.2; text-shadow: 0 2px 8px rgba(0,0,0,0.3); }
.hero-slide p { font-size: 1.2rem; color: rgba(255,255,255,0.95); margin-bottom: 24px; max-width: 520px; line-height: 1.5; }
.hero-slide .hero-cta { display: inline-block; padding: 14px 28px; background: #fff; color: var(--dark); text-decoration: none; font-weight: 700; border-radius: var(--radius); font-size: 1rem; transition: background 0.2s, transform 0.2s; }
.hero-slide .hero-cta:hover { background: var(--accent); color: #fff; transform: translateY(-2px); }
.slider-dots { position: absolute; bottom: 24px; left: 50%; transform: translateX(-50%); z-index: 3; display: flex; gap: 10px; }
.slider-dots span { width: 10px; height: 10px; border-radius: 50%; background: rgba(255,255,255,0.5); cursor: pointer; transition: background 0.3s; }
.slider-dots span.active { background: var(--accent); }
.slider-dots span:hover { background: rgba(255,255,255,0.8); }

/* ========== HERO ALT (B2B + kategoriler, slider sonrası) ========== */
.hero {
    background: var(--dark); color: #fff; padding: 48px 24px 56px; text-align: center;
}
.hero.hero-alt { padding: 36px 24px 48px; }
.hero-inner { max-width: 1100px; margin: 0 auto; }
.hero-label { font-size: 0.85rem; letter-spacing: 0.15em; text-transform: uppercase; opacity: 0.9; margin-bottom: 16px; font-weight: 600; }
.hero h1 { font-size: 2.25rem; font-weight: 700; margin-bottom: 16px; line-height: 1.2; }
.hero p { font-size: 1.1rem; opacity: 0.95; margin-bottom: 28px; max-width: 640px; margin-left: auto; margin-right: auto; line-height: 1.6; }
.hero-cta { display: inline-block; padding: 16px 32px; background: #fff; color: var(--dark); text-decoration: none; font-weight: 700; border-radius: var(--radius); font-size: 1.05rem; margin-bottom: 36px; transition: transform 0.2s, box-shadow 0.2s; }
.hero-cta:hover { background: var(--accent); color: #fff; transform: translateY(-2px); box-shadow: 0 6px 20px rgba(0,0,0,0.3); }
.hero-sub { font-size: 14px; color: rgba(255,255,255,0.88); margin-bottom: 24px; }
.category-cards { display: grid; grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); gap: 20px; max-width: 1000px; margin: 0 auto; justify-content: center; }
.cat-card { background: rgba(255,255,255,0.1); border-radius: var(--radius); padding: 0; text-align: center; text-decoration: none; color: #fff; border: 1px solid rgba(255,255,255,0.2); transition: background 0.2s, transform 0.2s; overflow: hidden; display: block; }
.cat-card:hover { background: rgba(255,255,255,0.2); color: #fff; transform: translateY(-4px); }
.cat-card-img { height: 120px; background: linear-gradient(135deg, rgba(255,255,255,0.12) 0%, rgba(255,255,255,0.04) 100%); background-size: cover; background-position: center; display: flex; align-items: center; justify-content: center; }
.cat-card span { display: block; font-weight: 600; font-size: 14px; padding: 14px 12px; line-height: 1.3; }

/* ========== SECTIONS (Tece – koyu başlık, kırmızı alt çizgi) ========== */
.section { max-width: 1280px; margin: 0 auto; padding: 56px 24px; flex: 1; }
.section-title { font-size: 1.85rem; font-weight: 700; color: var(--dark); margin-bottom: 28px; text-align: center; position: relative; display: inline-block; }
.section-title::after { content: ''; position: absolute; left: 0; right: 0; bottom: -6px; height: 3px; background: var(--accent); border-radius: 2px; }
.section .section-title { display: block; }
.section .section-title::after { left: 50%; transform: translateX(-50%); width: 80px; }
.page-content { max-width: 720px; margin: 0 auto; padding: 48px 24px; flex: 1; }
.page-content h1 { font-size: 1.75rem; color: var(--dark); margin-bottom: 16px; }
.page-content p { margin-bottom: 16px; color: var(--text-muted); line-height: 1.7; }

/* ========== HERO BLOCKS (Tece – büyük görsel alanı) ========== */
.hero-blocks { display: grid; gap: 32px; }
.hero-block {
    display: grid; grid-template-columns: 1fr 1fr; gap: 0; align-items: stretch;
    background: var(--card); border-radius: 10px; overflow: hidden; box-shadow: 0 4px 20px rgba(0,0,0,0.08);
}
@media (max-width: 768px) { .hero-block { grid-template-columns: 1fr; } }
.hero-block:nth-child(even) .hero-block-text { order: 2; }
.hero-block:nth-child(even) .hero-block-img { order: 1; }
@media (max-width: 768px) { .hero-block:nth-child(even) .hero-block-text, .hero-block:nth-child(even) .hero-block-img { order: unset; } }
.hero-block-img { min-height: 280px; background: linear-gradient(135deg, #e8ecf1 0%, #d1d9e2 100%); background-size: cover; background-position: center; }
.hero-block-img-mix { display: grid; grid-template-columns: 1fr 1fr; gap: 0; min-height: 280px; }
.hero-block-img-mix .hero-block-img-a,
.hero-block-img-mix .hero-block-img-b { min-height: 280px; background: #e8ecf1; background-size: cover; background-position: center; }
@media (max-width: 768px) { .hero-block-img-mix { grid-template-columns: 1fr; } .hero-block-img-mix .hero-block-img-a, .hero-block-img-mix .hero-block-img-b { min-height: 200px; } }
/* Geniş Ürün Yelpazesi – tek banner görsel */
.hero-block-img-banner { min-height: 280px; background-size: cover; background-position: center; background-repeat: no-repeat; border-radius: 8px; }
@media (max-width: 768px) { .hero-block-img-banner { min-height: 200px; } }
.hero-block-text { padding: 40px 36px; display: flex; flex-direction: column; justify-content: center; }
.hero-block-text h3 { font-size: 1.5rem; color: var(--dark); margin-bottom: 12px; }
.hero-block-text p { color: var(--text-muted); margin-bottom: 20px; line-height: 1.65; font-size: 15px; }
.hero-block-text a, .hero-block-text button.hero-block-cta { display: inline-block; padding: 12px 24px; background: var(--accent); color: #fff; text-decoration: none; border-radius: 6px; font-weight: 600; font-size: 14px; transition: background 0.2s; border: none; cursor: pointer; font-family: inherit; }
.hero-block-text a:hover, .hero-block-text button.hero-block-cta:hover { background: var(--accent-hover); color: #fff; }

/* ========== LATEST (Tece – tarih etiketi) ========== */
.latest-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
@media (max-width: 768px) { .latest-grid { grid-template-columns: 1fr; } }
.latest-card { background: var(--card); border-radius: 10px; overflow: hidden; box-shadow: 0 4px 16px rgba(0,0,0,0.06); text-decoration: none; color: inherit; display: block; transition: transform 0.2s, box-shadow 0.2s; border: 1px solid var(--border); }
.latest-card:hover { transform: translateY(-4px); box-shadow: 0 8px 24px rgba(0,0,0,0.08); }
.latest-card .tag { display: inline-block; padding: 6px 12px; background: rgba(196,30,58,0.15); color: var(--accent); font-size: 11px; font-weight: 600; margin: 16px 16px 0; border-radius: 4px; text-transform: uppercase; letter-spacing: 0.03em; }
.latest-card .title { padding: 12px 16px 8px; font-weight: 600; font-size: 1.05rem; line-height: 1.4; }
.latest-card .date { padding: 0 16px 16px; font-size: 13px; color: var(--text-muted); }
.latest-card .date-num { font-size: 1.5rem; font-weight: 700; color: var(--accent); margin-right: 6px; }

/* ========== VATRA IN NUMBERS (Tece – koyu arka plan, ikonlu) ========== */
.vatra-numbers { background: var(--dark); color: #fff; padding: 56px 24px 64px; margin: 0 auto 56px; }
.vatra-numbers-inner { max-width: 1280px; margin: 0 auto; }
.vatra-numbers .section-title { margin-bottom: 16px; color: #fff; font-size: 1.9rem; }
.vatra-numbers-intro { text-align: center; color: rgba(255,255,255,0.9); max-width: 720px; margin: 0 auto 40px; line-height: 1.65; font-size: 1.05rem; }
.vatra-numbers-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(170px, 1fr)); gap: 24px; }
.vatra-stat { text-align: center; padding: 28px 20px; background: rgba(255,255,255,0.1); border-radius: 10px; border: 1px solid rgba(255,255,255,0.15); transition: background 0.2s; }
.vatra-stat:hover { background: rgba(255,255,255,0.15); }
.vatra-stat-icon { width: 48px; height: 48px; margin: 0 auto 14px; background: rgba(255,255,255,0.2); border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 1.4rem; }
.vatra-stat-num { display: block; font-size: 2rem; font-weight: 700; color: #fff; margin-bottom: 6px; letter-spacing: -0.02em; }
.vatra-stat-label { font-size: 14px; color: rgba(255,255,255,0.88); }

/* ========== RANGE (Tece – kartlar, KEŞFET) ========== */
.range-intro { text-align: center; max-width: 720px; margin: 0 auto 40px; color: var(--text-muted); line-height: 1.65; font-size: 1.05rem; }
.range-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 24px; }
.range-grid-3 { grid-template-columns: repeat(3, 1fr); max-width: 900px; margin: 0 auto; }
@media (max-width: 700px) { .range-grid-3 { grid-template-columns: 1fr; } }
.range-card { background: var(--card); border-radius: 10px; overflow: hidden; box-shadow: 0 4px 16px rgba(0,0,0,0.06); text-decoration: none; color: inherit; text-align: center; padding: 0; border: 1px solid var(--border); transition: border-color 0.2s, transform 0.2s, box-shadow 0.2s; display: block; }
.range-card:hover { border-color: var(--accent); transform: translateY(-4px); box-shadow: 0 8px 24px rgba(0,0,0,0.1); }
.range-card .thumb { height: 140px; background: linear-gradient(135deg, #e8e8e8 0%, #d8d8d8 100%); }
.range-card strong { display: block; margin: 20px 16px 10px; font-size: 1.05rem; }
.range-card .btn-small { display: inline-block; padding: 8px 18px; background: var(--accent); color: #fff; font-size: 12px; font-weight: 600; border-radius: 6px; text-decoration: none; text-transform: uppercase; letter-spacing: 0.05em; margin-bottom: 20px; }
.range-card .btn-small:hover { background: var(--accent-hover); color: #fff; }

/* ========== QUALITY ROW (Tece – ikonlu kutular) ========== */
.quality-row { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 28px; margin-top: 48px; }
.quality-item { text-align: center; padding: 32px 20px; background: var(--card); border-radius: 10px; box-shadow: 0 4px 16px rgba(0,0,0,0.06); border: 1px solid var(--border); transition: box-shadow 0.2s; }
.quality-item:hover { box-shadow: 0 6px 24px rgba(0,0,0,0.08); }
.quality-item .icon { width: 64px; height: 64px; margin: 0 auto 16px; background: linear-gradient(135deg, var(--bg) 0%, #e8e8e8 100%); border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 1.75rem; color: var(--accent); }
.quality-item strong { display: block; margin-bottom: 8px; font-size: 1.05rem; }
.quality-item span { font-size: 14px; color: var(--text-muted); line-height: 1.5; }

/* ========== FOOTER (Tece – koyu) ========== */
.site-footer { background: var(--dark); color: #fff; padding: 32px 24px; margin-top: auto; }
.footer-inner { max-width: 1280px; margin: 0 auto; display: flex; flex-wrap: wrap; justify-content: space-between; gap: 24px; align-items: center; }
.site-footer a { color: rgba(255,255,255,0.9); text-decoration: none; font-size: 14px; }
.site-footer a:hover { color: #fff; }
.footer-copy { font-size: 13px; opacity: 0.9; }

/* ========== COOKIE BAR ========== */
.cookie-bar { position: fixed; bottom: 0; left: 0; right: 0; background: var(--dark); color: #fff; padding: 14px 24px; display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 12px; z-index: 999; box-shadow: 0 -2px 10px rgba(0,0,0,0.15); }
.cookie-bar.hide { display: none; }
.cookie-bar p { margin: 0; font-size: 14px; }
.cookie-bar button { padding: 8px 20px; background: #fff; color: var(--dark); border: none; border-radius: 6px; font-weight: 600; cursor: pointer; font-size: 14px; }
.cookie-bar button:hover { background: #f0f2f5; }

/* ========== Hızlı Teslimat modal (block2) ========== */
.www-modal { position: fixed; inset: 0; z-index: 1000; display: flex; align-items: center; justify-content: center; padding: 24px; opacity: 0; visibility: hidden; transition: opacity 0.25s, visibility 0.25s; }
.www-modal.is-open { opacity: 1; visibility: visible; }
.www-modal-backdrop { position: absolute; inset: 0; background: rgba(0,0,0,0.5); cursor: pointer; }
.www-modal-box { position: relative; max-width: 480px; width: 100%; background: var(--card); border-radius: 12px; padding: 32px; box-shadow: 0 16px 48px rgba(0,0,0,0.2); }
.www-modal-close { position: absolute; top: 16px; right: 16px; width: 36px; height: 36px; padding: 0; border: none; background: transparent; color: var(--text-muted); font-size: 24px; line-height: 1; cursor: pointer; border-radius: 6px; transition: background 0.2s, color 0.2s; }
.www-modal-close:hover { background: var(--bg); color: var(--dark); }
.www-modal-title { font-size: 1.35rem; color: var(--dark); margin-bottom: 16px; padding-right: 40px; }
.www-modal-box p { color: var(--text-muted); line-height: 1.65; font-size: 15px; margin: 0; }

/* ========== CONTACT PAGE (Tece – iki sütun, form + bilgi, harita) ========== */
.contact-page { max-width: 1100px; padding: 32px 24px 56px; }
.contact-page .page-content h1 { display: none; }
.breadcrumbs { margin-bottom: 24px; font-size: 13px; }
.breadcrumbs a { color: var(--text-muted); text-decoration: none; }
.breadcrumbs a:hover { color: var(--accent); }
.breadcrumb-sep { color: var(--text-muted); margin: 0 8px; }
.breadcrumbs span:last-child { color: var(--dark); font-weight: 600; }
.contact-two-col { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: start; margin-bottom: 48px; }
@media (max-width: 768px) { .contact-two-col { grid-template-columns: 1fr; } }
.contact-form-title, .contact-info-title { font-size: 1.5rem; font-weight: 700; color: var(--dark); margin-bottom: 12px; }
.contact-form-intro { color: var(--text-muted); font-size: 15px; line-height: 1.65; margin-bottom: 28px; }
.contact-form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; margin-bottom: 20px; }
.contact-form input, .contact-form textarea {
  width: 100%; padding: 10px 0; font-family: inherit; font-size: 15px; color: var(--dark);
  border: none; border-bottom: 1px solid var(--border); background: transparent;
  outline: none; transition: border-color 0.2s;
}
.contact-form input::placeholder, .contact-form textarea::placeholder { color: #999; }
.contact-form input:focus, .contact-form textarea:focus { border-bottom-color: var(--accent); }
.contact-form textarea { resize: vertical; min-height: 100px; margin-bottom: 24px; }
.contact-btn-submit {
  display: inline-block; padding: 14px 32px; background: var(--accent); color: #fff;
  border: none; border-radius: 6px; font-size: 14px; font-weight: 700; text-transform: uppercase;
  letter-spacing: 0.05em; cursor: pointer; transition: background 0.2s;
}
.contact-btn-submit:hover { background: var(--accent-hover); }
.contact-info-item { margin-bottom: 24px; }
.contact-info-label { display: block; font-size: 12px; font-weight: 700; color: var(--accent); text-transform: uppercase; letter-spacing: 0.05em; margin-bottom: 6px; }
.contact-info-item p { margin: 0; font-size: 15px; color: var(--text-muted); line-height: 1.5; }
.contact-info-item a { color: var(--dark); text-decoration: none; }
.contact-info-item a:hover { color: var(--accent); text-decoration: underline; }
.contact-map-wrap { width: 100%; border-radius: 8px; overflow: hidden; box-shadow: 0 4px 20px rgba(0,0,0,0.08); }
.contact-map { width: 100%; height: 400px; border: 0; display: block; }
@media (max-width: 768px) { .contact-map { height: 280px; } }
.contact-list { list-style: none; }
.contact-list li { margin-bottom: 12px; padding-left: 0; }
.contact-list a { color: var(--accent); text-decoration: none; font-weight: 500; }
.page-content h1 { color: var(--dark); }
.contact-list a:hover { text-decoration: underline; }

/* ========== HABER (haber detay sayfası) ========== */
.news-page { max-width: 800px; margin: 0 auto; padding: 32px 24px 56px; }
.news-page .breadcrumbs { margin-bottom: 24px; }
.news-article h1 { font-size: 1.85rem; color: var(--dark); margin-bottom: 12px; line-height: 1.3; }
.news-date { font-size: 14px; color: var(--text-muted); margin-bottom: 28px; }
.news-content { font-size: 15px; line-height: 1.75; color: var(--text); }
.news-content p { margin-bottom: 18px; }
.news-back { display: inline-block; margin-top: 32px; color: var(--accent); font-weight: 600; text-decoration: none; }
.news-back:hover { text-decoration: underline; }

/* ========== ABOUT PAGE (Tece – hero, breadcrumb, Kurumsal / Tarihçe / AR-GE / Kalite) ========== */
.about-hero { position: relative; width: 100%; min-height: 320px; display: flex; align-items: center; justify-content: center; }
.about-hero-title { position: relative; z-index: 1; font-size: 2.5rem; font-weight: 700; color: #fff; text-transform: uppercase; letter-spacing: 0.05em; text-shadow: 0 2px 12px rgba(0,0,0,0.3); }
.about-page { max-width: 960px; padding: 32px 24px 56px; }
.about-page .breadcrumbs { margin-bottom: 28px; }
.about-subnav { display: flex; flex-wrap: wrap; gap: 8px 24px; margin-bottom: 40px; padding-bottom: 20px; border-bottom: 1px solid var(--border); }
.about-subnav a { color: var(--text-muted); text-decoration: none; font-size: 14px; font-weight: 600; text-transform: uppercase; letter-spacing: 0.03em; }
.about-subnav a:hover, .about-subnav a:target { color: var(--accent); }
.about-section { margin-bottom: 48px; }
.about-section-title { font-size: 1.35rem; font-weight: 700; color: var(--dark); margin-bottom: 16px; padding-bottom: 8px; border-bottom: 2px solid var(--accent); display: inline-block; }
.about-section p { margin-bottom: 16px; color: var(--text-muted); line-height: 1.75; font-size: 15px; }
.about-two-col { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: start; margin-bottom: 48px; }
@media (max-width: 768px) { .about-two-col { grid-template-columns: 1fr; } }
.about-quote { padding-right: 24px; }
.about-quote-text { font-size: 1.2rem; font-weight: 600; color: var(--dark); line-height: 1.6; margin: 0; }
.about-body p { margin-bottom: 16px; }
.about-subtitle { font-size: 1.1rem; font-weight: 700; color: var(--dark); margin: 24px 0 12px; }
.about-links { margin-top: 32px; }
.about-links a { color: var(--accent); text-decoration: none; font-weight: 600; }
.about-links a:hover { text-decoration: underline; }
.about-content-wrap { display: grid; grid-template-columns: 1fr 320px; gap: 40px; align-items: start; }
.about-sidebar { position: sticky; top: 100px; }
.about-sidebar-img { display: block; width: 100%; min-height: 400px; border-radius: 10px; overflow: hidden; box-shadow: 0 4px 20px rgba(0,0,0,0.08); background: #f0f2f5; }
.about-sidebar-img svg { display: block; width: 100%; height: auto; min-height: 400px; vertical-align: top; }
@media (max-width: 900px) { .about-content-wrap { grid-template-columns: 1fr; } .about-sidebar { position: static; order: -1; } .about-sidebar-img { min-height: 260px; } .about-sidebar-img svg { min-height: 260px; } }

/* RTL – Arapça, İbranice */
[dir="rtl"] body { text-align: right; }
[dir="rtl"] .header-inner { flex-direction: row-reverse; }
[dir="rtl"] .nav-main { flex-direction: row-reverse; }
[dir="rtl"] .hero-slide-content { text-align: right; }
[dir="rtl"] .hero-inner { text-align: right; }
[dir="rtl"] .section-title::after { left: auto; right: 50%; transform: translate(50%, 0); }
[dir="rtl"] .footer-inner { flex-direction: row-reverse; }
[dir="rtl"] .quality-item, [dir="rtl"] .vatra-stat { text-align: center; }
[dir="rtl"] .hero-block-text { text-align: right; }
[dir="rtl"] .range-intro { text-align: right; }
[dir="rtl"] .page-content { text-align: right; }
[dir="rtl"] .contact-list { padding-right: 0; padding-left: 0; }
[dir="rtl"] .www-modal-close { right: auto; left: 16px; }
[dir="rtl"] .www-modal-title { padding-right: 0; padding-left: 40px; }
