/* ===================================================================
   Akgönül Gıda — Kurumsal tema (Nakkaş Holding tarzı)
   Aydınlık, ferah, prestijli + marka kırmızısı aksan + dev tipografi
   =================================================================== */

:root {
  --bg: #ffffff;
  --soft: #f5f4f1;           /* açık gri-krem bölümler */
  --soft-2: #eeece7;
  --dark: #16110f;           /* koyu bölümler / footer */
  --dark-2: #201814;
  --ink: #17120f;            /* ana metin */
  --ink-soft: #6c625c;       /* ikincil metin */
  --red: #e1231b;            /* marka kırmızısı (logo) */
  --red-600: #c41a12;
  --red-700: #a4150e;
  --teal: #27bfd4;           /* logo turkuazı (ikincil aksan) */
  --teal-600: #1ba7bb;
  --white: #ffffff;
  --line: #e6e2db;
  --line-dark: rgba(255,255,255,0.14);
  --wa: #25d366;

  --maxw: 1320px;
  --radius: 18px;
  --radius-sm: 12px;
  --ease: cubic-bezier(0.22, 1, 0.36, 1);
  --font-body: "Manrope", system-ui, -apple-system, Segoe UI, Roboto, sans-serif;
  --font-head: "Bricolage Grotesque", var(--font-body);
  --header-h: 118px;
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; scroll-padding-top: 100px; overflow-x: hidden; }
body {
  font-family: var(--font-body); background: var(--bg); color: var(--ink);
  line-height: 1.65; -webkit-font-smoothing: antialiased; text-rendering: optimizeLegibility;
  overflow-x: hidden;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
.container { width: 100%; max-width: var(--maxw); margin-inline: auto; padding-inline: 30px; }
h1, h2, h3, h4 { font-family: var(--font-head); font-weight: 800; line-height: 1.02; letter-spacing: -0.03em; overflow-wrap: break-word; }
.accent { color: var(--red); }

/* ===== Buttons ===== */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 9px;
  font-family: var(--font-head); font-weight: 700; font-size: 1.02rem;
  padding: 15px 32px; border-radius: 999px; cursor: pointer; border: 2px solid transparent;
  transition: transform 0.25s var(--ease), background 0.25s, color 0.25s, border-color 0.25s;
}
.btn-primary { background: var(--red); color: #fff; }
.btn-primary:hover { background: var(--red-600); transform: translateY(-3px); }
.btn-outline { background: transparent; color: #fff; border-color: rgba(255,255,255,0.55); }
.btn-outline:hover { background: #fff; color: var(--ink); border-color: #fff; transform: translateY(-3px); }
.btn-whatsapp { background: var(--wa); color: #fff; width: 100%; }
.btn-whatsapp:hover { background: #1eb955; transform: translateY(-3px); }
.btn-whatsapp svg { width: 20px; height: 20px; }
.btn-block { width: 100%; }
.btn-block svg { width: 20px; height: 20px; }
.btn-call { margin: 6px 0 32px; }
.btn-call svg { width: 20px; height: 20px; }

/* ===== Topbar ===== */
.topbar { background: var(--dark); color: rgba(255,255,255,0.72); font-size: 0.86rem; }
.topbar-inner { display: flex; align-items: center; justify-content: space-between; height: 40px; }
.topbar-msg { letter-spacing: 0.01em; }
.topbar-links { display: flex; align-items: center; gap: 22px; }
.topbar-links a:hover { color: #fff; }
.lang { display: inline-flex; gap: 7px; color: rgba(255,255,255,0.4); }
.lang a.active { color: var(--red); font-weight: 700; }

/* ===== Header ===== */
.site-header {
  position: sticky; top: 0; z-index: 90;
  background: rgba(255,255,255,0.82); backdrop-filter: saturate(180%) blur(18px);
  border-bottom: 1px solid var(--line); transition: box-shadow 0.35s, background 0.35s;
}
.site-header.scrolled { box-shadow: 0 8px 30px rgba(23,18,15,0.10); background: rgba(255,255,255,0.92); }
/* Header ve footer, gövdeden daha geniş — daha ferah kurumsal duruş */
.site-header > .container, .site-footer > .container { max-width: 1600px; padding-inline: 46px; }
.header-inner { display: flex; align-items: center; justify-content: space-between; height: 94px; transition: height 0.35s var(--ease); }
.site-header.scrolled .header-inner { height: 76px; }

.brand { display: inline-flex; align-items: center; }
.brand-logo { height: 52px; width: auto; transition: height 0.35s var(--ease); }
.site-header.scrolled .brand-logo { height: 42px; }
.footer-logo { height: 54px; width: auto; }

.header-right { display: flex; align-items: center; gap: 32px; }
.header-phone { font-family: var(--font-head); font-weight: 700; font-size: 1.14rem; letter-spacing: 0.01em; color: var(--ink); display: inline-flex; align-items: center; gap: 11px; }
.header-phone:hover { color: var(--red); }
.header-phone svg { width: 20px; height: 20px; color: var(--red); }

/* Menü aç butonu */
.menu-open { display: inline-flex; align-items: center; gap: 16px; background: var(--ink); color: #fff; border: 0; cursor: pointer;
  font-family: var(--font-head); font-weight: 700; font-size: 1.05rem; letter-spacing: 0.08em; text-transform: uppercase;
  padding: 15px 28px; border-radius: 999px; transition: background 0.25s, transform 0.25s; }
.menu-open:hover { background: var(--red); transform: translateY(-2px); }
.menu-open .burger { display: inline-flex; flex-direction: column; gap: 5px; }
.menu-open .burger i { width: 24px; height: 2.5px; background: currentColor; border-radius: 2px; transition: width 0.25s; }
.menu-open:hover .burger i:last-child { width: 16px; }

/* ===== Fullscreen Overlay Menü ===== */
.overlay {
  position: fixed; inset: 0; z-index: 200; background: var(--dark); color: #fff;
  opacity: 0; visibility: hidden; transition: opacity 0.5s var(--ease), visibility 0.5s;
  display: flex; flex-direction: column; overflow-y: auto;
}
.overlay::before { content: ""; position: absolute; inset: 0; pointer-events: none;
  background: radial-gradient(60% 60% at 100% 0, rgba(225,35,27,0.22), transparent 60%),
              radial-gradient(50% 55% at 0 100%, rgba(39,191,212,0.14), transparent 60%); }
.overlay.open { opacity: 1; visibility: visible; }
.overlay-inner { position: relative; z-index: 1; display: flex; flex-direction: column; min-height: 100%; width: 100%; max-width: var(--maxw); margin-inline: auto; padding: 34px 30px 40px; }
.overlay-head { display: flex; align-items: center; justify-content: space-between; }
.overlay-head .brand-logo { height: 50px; }
.menu-close { display: inline-flex; align-items: center; gap: 12px; background: none; border: 1.5px solid rgba(255,255,255,0.28); color: #fff; cursor: pointer;
  font-family: var(--font-head); font-weight: 700; font-size: 0.98rem; letter-spacing: 0.04em; text-transform: uppercase;
  padding: 12px 22px; border-radius: 999px; transition: background 0.25s, border-color 0.25s, color 0.25s; }
.menu-close:hover { background: var(--red); border-color: var(--red); }

.overlay-nav { flex: 1; display: flex; flex-direction: column; justify-content: center; padding: 40px 0; gap: 6px; }
.overlay-nav a {
  display: flex; align-items: baseline; gap: 22px; padding: 10px 0; color: #fff;
  font-family: var(--font-head); font-weight: 700; font-size: clamp(2.4rem, 7vw, 5.4rem);
  letter-spacing: -0.03em; line-height: 1.05; opacity: 0; transform: translateY(30px);
  transition: color 0.25s;
}
.overlay.open .overlay-nav a { animation: rise 0.6s var(--ease) forwards; }
.overlay.open .overlay-nav a:nth-child(1) { animation-delay: 0.12s; }
.overlay.open .overlay-nav a:nth-child(2) { animation-delay: 0.19s; }
.overlay.open .overlay-nav a:nth-child(3) { animation-delay: 0.26s; }
.overlay.open .overlay-nav a:nth-child(4) { animation-delay: 0.33s; }
.overlay.open .overlay-nav a:nth-child(5) { animation-delay: 0.40s; }
.overlay-nav a .ov-no { font-size: 0.9rem; font-weight: 700; color: var(--red); letter-spacing: 0.1em; transform: translateY(-0.4em); }
.overlay-nav a:hover { color: var(--red); padding-left: 18px; }
.overlay-nav a.active { color: var(--red); }
.overlay-nav a.active .ov-no { color: #fff; }

.overlay-foot { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 16px; padding-top: 30px; border-top: 1px solid var(--line-dark); }
.overlay-foot a, .overlay-foot span { color: rgba(255,255,255,0.7); font-size: 1rem; }
.overlay-foot a:hover { color: var(--red); }
.overlay-foot .of-social { display: flex; gap: 20px; }

@keyframes rise { to { opacity: 1; transform: none; } }

/* ===== Hero Banner Slider ===== */
.hero { position: relative; background: var(--soft); overflow: hidden; }
.hero-slides { position: relative; width: 100%; aspect-ratio: 1916 / 821; background: var(--dark); }
.slide {
  position: absolute; inset: 0; opacity: 0; visibility: hidden;
  transition: opacity 0.8s var(--ease), visibility 0.8s;
}
.slide[hidden] { display: block; }
.slide.is-active { opacity: 1; visibility: visible; z-index: 2; }
.slide img { width: 100%; height: 100%; object-fit: cover; object-position: center; }

/* Görsel eklenmemiş örnek slaytlar */
.slide-empty { display: grid; place-items: center; text-align: center; padding: 24px;
  background: repeating-linear-gradient(45deg, #efece7, #efece7 18px, #e9e5df 18px, #e9e5df 36px);
  color: var(--ink-soft); font-size: clamp(0.9rem, 2vw, 1.15rem); }
.slide-empty b { color: var(--red); }

.hero-arrow {
  position: absolute; top: 50%; transform: translateY(-50%); z-index: 6; width: 54px; height: 54px;
  border-radius: 50%; border: 0; background: rgba(255,255,255,0.9); box-shadow: 0 8px 22px rgba(0,0,0,0.18);
  color: var(--ink); cursor: pointer; display: grid; place-items: center;
  transition: background 0.25s, color 0.25s, transform 0.25s;
}
.hero-arrow:hover { background: var(--red); color: #fff; transform: translateY(-50%) scale(1.07); }
.hero-arrow svg { width: 24px; height: 24px; }
.hero-prev { left: 22px; }
.hero-next { right: 22px; }
.slider-dots { position: absolute; bottom: 20px; left: 50%; transform: translateX(-50%); z-index: 6; display: flex; gap: 10px; }
.dot { width: 11px; height: 11px; border-radius: 999px; border: 0; cursor: pointer; padding: 0; background: rgba(0,0,0,0.28); box-shadow: 0 0 0 2px rgba(255,255,255,0.5); transition: width 0.35s var(--ease), background 0.3s; }
.dot.is-active { width: 34px; background: var(--red); }

/* ===== İstatistik bandı ===== */
.stats-band { background: var(--bg); border-bottom: 1px solid var(--line); }
.stats-grid { display: grid; grid-template-columns: repeat(5, 1fr); }
.stat { padding: 52px 24px; text-align: center; border-right: 1px solid var(--line); }
.stat:last-child { border-right: 0; }
.stat-num { display: block; font-family: var(--font-head); font-weight: 800; font-size: clamp(2.6rem, 4.4vw, 4.2rem); color: var(--ink); line-height: 1; letter-spacing: -0.04em; }
.stat:nth-child(1) .stat-num, .stat:nth-child(3) .stat-num, .stat:nth-child(5) .stat-num { color: var(--red); }
.stat-label { display: block; margin-top: 12px; color: var(--ink-soft); font-size: 0.98rem; }

/* ===== Sayfa başlığı (alt sayfalar) ===== */
.page-hero { position: relative; background: var(--dark); color: #fff; overflow: hidden; padding: 88px 0 84px; }
.page-hero::before { content: ""; position: absolute; inset: 0;
  background: radial-gradient(60% 80% at 92% 0, rgba(225,35,27,0.28), transparent 60%),
              radial-gradient(50% 70% at 0 100%, rgba(39,191,212,0.14), transparent 60%); }
.page-hero::after { content: ""; position: absolute; inset: 0; background-image: radial-gradient(rgba(255,255,255,0.05) 1px, transparent 1px); background-size: 30px 30px; -webkit-mask-image: linear-gradient(180deg,#000,transparent); mask-image: linear-gradient(180deg,#000,transparent); }
.page-hero .container { position: relative; z-index: 1; }
.breadcrumb { display: flex; gap: 10px; align-items: center; font-size: 0.95rem; color: rgba(255,255,255,0.6); margin-bottom: 20px; }
.breadcrumb a:hover { color: #fff; }
.breadcrumb .sep { color: var(--red); }
.page-hero h1 { font-size: clamp(2.6rem, 6vw, 5rem); color: #fff; letter-spacing: -0.04em; line-height: 1; }
.page-hero p { margin-top: 20px; font-size: 1.15rem; color: rgba(255,255,255,0.75); max-width: 640px; }

/* ===== Sections ===== */
.section { padding: 120px 0; }
.section-soft { background: var(--soft); }
.section-dark { background: var(--dark); color: #fff; }
.section-head { max-width: 860px; margin-bottom: 66px; }
.section-head.center { margin-inline: auto; text-align: center; }
.kicker { display: inline-block; font-family: var(--font-head); font-weight: 700; font-size: 0.9rem; letter-spacing: 0.14em; text-transform: uppercase; color: var(--red); margin-bottom: 22px; }
.kicker.light { color: var(--red); }
.display { font-size: clamp(2.4rem, 5.2vw, 4.4rem); color: var(--ink); letter-spacing: -0.04em; line-height: 1.02; }
.display.light { color: #fff; }
.section-sub { color: var(--ink-soft); font-size: 1.15rem; margin-top: 22px; }
.section-head.center .section-sub { margin-inline: auto; max-width: 640px; }
.section-dark .section-sub { color: rgba(255,255,255,0.7); }

/* ===== CTA bandı ===== */
.cta-band { background: var(--red); color: #fff; }
.cta-band .container { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 30px; padding-block: 66px; }
.cta-band h2 { font-size: clamp(1.9rem, 4vw, 3.2rem); color: #fff; letter-spacing: -0.03em; max-width: 760px; }
.cta-band p { color: rgba(255,255,255,0.85); margin-top: 12px; font-size: 1.1rem; }
.cta-band .btn { background: #fff; color: var(--red); border-color: #fff; flex: none; }
.cta-band .btn:hover { background: var(--dark); color: #fff; border-color: var(--dark); }
.section-more { margin-top: 46px; text-align: center; }
.link-more { display: inline-flex; align-items: center; gap: 10px; font-family: var(--font-head); font-weight: 700; font-size: 1.1rem; color: var(--red); }
.link-more:hover { gap: 16px; }

/* ===== Kurumsal / Başkan mesajı ===== */
.corp-grid { display: grid; grid-template-columns: 0.9fr 1.1fr; gap: 60px; align-items: center; }
.corp-photo {
  position: relative; border-radius: var(--radius); min-height: 560px;
  background: linear-gradient(rgba(20,12,10,0.15), rgba(20,12,10,0.4)), url("../assets/img/depo.jpg") center/cover;
  box-shadow: 0 30px 60px rgba(23,18,15,0.18); overflow: hidden;
}
.corp-badge { position: absolute; left: 26px; bottom: 26px; z-index: 1; background: #fff; color: var(--ink); border-radius: 14px; padding: 18px 22px; box-shadow: 0 14px 34px rgba(0,0,0,0.22); font-size: 0.98rem; }
.corp-badge strong { display: block; font-family: var(--font-head); font-size: 2rem; color: var(--red); line-height: 1; }
.corp-text .lead { font-family: var(--font-head); font-weight: 600; font-size: clamp(1.3rem, 2.2vw, 1.8rem); color: var(--ink); line-height: 1.3; letter-spacing: -0.02em; margin: 8px 0 22px; }
.corp-text p { color: var(--ink-soft); font-size: 1.06rem; margin-bottom: 16px; }
.corp-text strong { color: var(--ink); }
.corp-text blockquote { margin-top: 28px; padding-left: 26px; border-left: 4px solid var(--red); font-family: var(--font-head); font-weight: 600; font-size: 1.3rem; color: var(--ink); line-height: 1.35; }
.corp-text blockquote cite { display: block; margin-top: 14px; font-style: normal; font-size: 0.95rem; font-weight: 700; color: var(--red); font-family: var(--font-body); letter-spacing: 0.02em; }

/* ===== Faaliyet Alanları ===== */
.areas-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; }
.area { background: var(--bg); border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; transition: transform 0.3s var(--ease), box-shadow 0.3s; }
.area:hover { transform: translateY(-8px); box-shadow: 0 26px 50px rgba(23,18,15,0.14); }
.area-media { height: 190px; position: relative; overflow: hidden; }
.area-media::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 40%, rgba(0,0,0,0.28)); }
/* Gerçek görseller — değiştirmek için assets/img/ içindeki dosyayı değiştirin */
.area--1, .area--2, .area--3, .area--4, .area--5, .area--6 { background-size: cover; background-position: center; }
.area--1 { background-image: url("../assets/img/marketreyon.jpg"); }
.area--2 { background-image: url("../assets/img/depo.jpg"); }
.area--3 { background-image: url("../assets/img/dagitimmerkezi.jpg"); }
.area--4 { background-image: url("../assets/img/sebzemeyve.jpg"); }
.area--5 { background-image: url("../assets/img/raf.jpg"); }
.area--6 { background-image: url("../assets/img/marketreyon.jpg"); }
.area-body { padding: 30px 30px 34px; position: relative; }
.area-idx { position: absolute; top: -28px; right: 26px; font-family: var(--font-head); font-weight: 800; font-size: 1.05rem; color: #fff; background: var(--red); width: 46px; height: 46px; border-radius: 50%; display: grid; place-items: center; box-shadow: 0 10px 24px rgba(211,43,35,0.4); }
.area-body h3 { font-size: 1.5rem; color: var(--ink); margin-bottom: 10px; }
.area-body p { color: var(--ink-soft); font-size: 1.02rem; }

/* ===== Faaliyet — alternalı özellik satırları ===== */
.features { display: flex; flex-direction: column; gap: 72px; }
.feature { display: grid; grid-template-columns: 1.02fr 0.98fr; gap: 64px; align-items: center; }
.feature-media {
  position: relative; min-height: 420px; border-radius: 22px; overflow: hidden;
  box-shadow: 0 30px 60px rgba(23,18,15,0.16);
}
.feature:nth-child(even) .feature-media { order: 2; }
.feature-media::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(20,12,10,0.12), rgba(20,12,10,0.52)); }
.feature-media .ghost-no { position: absolute; right: 26px; bottom: 6px; font-family: var(--font-head); font-weight: 800; font-size: 12rem; line-height: 1; color: rgba(255,255,255,0.16); letter-spacing: -0.05em; }
.feature-media .feat-tag { position: absolute; left: 26px; top: 26px; z-index: 1; background: rgba(255,255,255,0.92); color: var(--ink); font-family: var(--font-head); font-weight: 700; font-size: 0.9rem; padding: 9px 16px; border-radius: 999px; }
.feat-no { font-family: var(--font-head); font-weight: 800; font-size: 1.15rem; color: var(--red); letter-spacing: 0.06em; }
.feature-body h2 { font-size: clamp(2rem, 3.6vw, 3.1rem); color: var(--ink); letter-spacing: -0.03em; margin: 14px 0 16px; }
.feature-body > p { color: var(--ink-soft); font-size: 1.12rem; line-height: 1.6; }
.feat-list { list-style: none; margin-top: 26px; display: grid; gap: 13px; }
.feat-list li { position: relative; padding-left: 34px; color: var(--ink); font-size: 1.04rem; }
.feat-list li::before {
  content: ""; position: absolute; left: 0; top: 2px; width: 22px; height: 22px; border-radius: 50%;
  background: var(--red); -webkit-mask: no-repeat center/12px url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='3.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20 6L9 17l-5-5'/%3E%3C/svg%3E");
  mask: no-repeat center/12px url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='3.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20 6L9 17l-5-5'/%3E%3C/svg%3E");
}

/* ===== Süreç (Nasıl çalışıyoruz) ===== */
.process-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 26px; position: relative; }
.step { position: relative; padding-top: 8px; }
.step-no {
  width: 62px; height: 62px; border-radius: 50%; display: grid; place-items: center; margin-bottom: 22px;
  font-family: var(--font-head); font-weight: 800; font-size: 1.5rem; color: #fff; background: var(--red);
  box-shadow: 0 12px 26px rgba(225,35,27,0.35);
}
.step h3 { font-size: 1.4rem; color: var(--ink); margin-bottom: 10px; }
.section-dark .step h3 { color: #fff; }
.step p { color: var(--ink-soft); font-size: 1.02rem; }
.section-dark .step p { color: rgba(255,255,255,0.68); }

/* ===== Markalar ===== */
.brands-grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 16px; }
.brand-tile { display: grid; place-items: center; min-height: 130px; padding: 26px; background: var(--bg); border: 1px solid var(--line); border-radius: var(--radius-sm); font-family: var(--font-head); font-weight: 700; font-size: 1.05rem; color: var(--ink-soft); transition: transform 0.28s var(--ease), box-shadow 0.28s, color 0.28s, border-color 0.28s; }
.brand-tile:hover { transform: translateY(-5px); color: var(--red); border-color: var(--red); box-shadow: 0 16px 34px rgba(23,18,15,0.1); }
.brand-tile img { max-height: 66px; max-width: 88%; width: auto; object-fit: contain; filter: grayscale(1); opacity: 0.72; transition: filter 0.3s var(--ease), opacity 0.3s, transform 0.3s; }
.brand-tile:hover img { filter: none; opacity: 1; transform: scale(1.05); }

/* ===== Değerler (koyu) ===== */
.values-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; }
.value { border-top: 2px solid var(--line-dark); padding-top: 26px; }
.value-no { font-family: var(--font-head); font-weight: 800; font-size: 1.3rem; color: var(--red); }
.value h3 { font-size: 1.6rem; color: #fff; margin: 16px 0 12px; letter-spacing: -0.02em; }
.value p { color: rgba(255,255,255,0.68); font-size: 1.02rem; }

/* ===== İletişim ===== */
.contact-wrap { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: start; }
.contact-left .section-sub { margin-bottom: 38px; }
.contact-list { display: flex; flex-direction: column; }
.contact-item { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 24px 4px; border-top: 1px solid var(--line); transition: padding 0.25s var(--ease), color 0.25s; }
.contact-item:last-child { border-bottom: 1px solid var(--line); }
a.contact-item:hover { padding-left: 14px; color: var(--red); }
.ci-k { font-family: var(--font-head); font-weight: 700; font-size: 1.15rem; color: var(--ink); }
a.contact-item:hover .ci-k { color: var(--red); }
.ci-v { color: var(--ink-soft); font-size: 1.05rem; }

.contact-form { background: var(--bg); border: 1px solid var(--line); border-radius: var(--radius); padding: 38px; box-shadow: 0 20px 50px rgba(23,18,15,0.07); }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.contact-form label { display: flex; flex-direction: column; gap: 8px; font-family: var(--font-head); font-weight: 600; font-size: 0.92rem; color: var(--ink); margin-bottom: 18px; }
.contact-form input, .contact-form textarea { font-family: var(--font-body); font-size: 1rem; padding: 14px 16px; color: var(--ink); border: 1.5px solid var(--line); border-radius: var(--radius-sm); background: var(--soft); resize: vertical; transition: border-color 0.2s, box-shadow 0.2s, background 0.2s; }
.contact-form input:focus, .contact-form textarea:focus { outline: none; border-color: var(--red); background: #fff; box-shadow: 0 0 0 3px rgba(211,43,35,0.14); }
.form-status { margin-top: 16px; font-size: 0.95rem; text-align: center; min-height: 1.2em; }
.form-status.ok { color: var(--red); font-weight: 600; }
.form-status.err { color: #c0392b; font-weight: 600; }

/* ===== Footer ===== */
.site-footer { background: var(--dark); color: rgba(255,255,255,0.66); padding: 100px 0 34px; }
.footer-top { display: grid; grid-template-columns: 2.2fr 1fr 1fr 1fr; gap: 56px; padding-bottom: 56px; border-bottom: 1px solid var(--line-dark); }
.footer-brand .footer-logo { margin-bottom: 22px; }
.footer-brand p { font-size: 1.06rem; line-height: 1.7; max-width: 380px; }
.footer-col h4 { font-family: var(--font-head); font-size: 0.92rem; font-weight: 700; color: #fff; margin-bottom: 22px; letter-spacing: 0.14em; text-transform: uppercase; }
.footer-col a { display: block; padding: 9px 0; color: rgba(255,255,255,0.62); font-size: 1.08rem; transition: color 0.2s, padding 0.2s; }
.footer-col a:hover { color: var(--red); padding-left: 6px; }
.footer-bottom { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 8px; padding-top: 30px; }
.footer-bottom p { font-size: 0.9rem; color: rgba(255,255,255,0.42); }

/* ===== To-top ===== */
.to-top { position: fixed; right: 24px; bottom: 24px; z-index: 90; width: 50px; height: 50px; display: grid; place-items: center; border-radius: 50%; background: var(--red); color: #fff; box-shadow: 0 12px 30px rgba(211,43,35,0.4); opacity: 0; visibility: hidden; transform: translateY(14px); transition: opacity 0.3s, visibility 0.3s, transform 0.3s, background 0.2s; }
.to-top.show { opacity: 1; visibility: visible; transform: translateY(0); }
.to-top:hover { background: var(--red-600); }
.to-top svg { width: 24px; height: 24px; }

/* ===== Reveal ===== */
.reveal { opacity: 0; transform: translateY(34px); transition: opacity 0.75s var(--ease), transform 0.75s var(--ease); }
.reveal.in { opacity: 1; transform: none; }

/* ===== Responsive ===== */
@media (max-width: 1080px) {
  .corp-grid { grid-template-columns: 1fr; gap: 40px; }
  .corp-photo { min-height: 380px; }
  .areas-grid, .values-grid { grid-template-columns: repeat(2, 1fr); }
  .brands-grid { grid-template-columns: repeat(4, 1fr); }
  .contact-wrap { grid-template-columns: 1fr; gap: 44px; }
  .feature { grid-template-columns: 1fr; gap: 30px; }
  .feature:nth-child(even) .feature-media { order: 0; }
  .feature-media { min-height: 300px; }
  .feature-media .ghost-no { font-size: 8rem; }
  .process-grid { grid-template-columns: repeat(2, 1fr); gap: 40px 26px; }
  .stats-grid { grid-template-columns: repeat(3, 1fr); }
  .stat:nth-child(3) { border-right: 0; }
  .stat:nth-child(n+4) { border-top: 1px solid var(--line); }
}

@media (max-width: 760px) {
  .topbar-msg { display: none; }
  .topbar-inner { justify-content: flex-end; }
  /* Mobilde afişler tam görünsün (kırpılmasın) — aynı oran korunur */
  .site-header > .container, .site-footer > .container { padding-inline: 22px; }
  .header-inner, .site-header.scrolled .header-inner { height: 72px; }
  .brand-logo, .site-header.scrolled .brand-logo { height: 42px; }
  .header-phone { display: none; }
  .nav {
    position: fixed; inset: 72px 0 auto 0; flex-direction: column; align-items: stretch; gap: 2px;
    background: #fff; padding: 18px 30px 26px; box-shadow: 0 20px 40px rgba(23,18,15,0.14);
    transform: translateY(-160%); transition: transform 0.35s var(--ease); border-bottom: 1px solid var(--line);
  }
  .nav.open { transform: translateY(0); }
  .nav a { padding: 16px 6px; margin-inline: 10px; font-size: 1.18rem; }
  .nav a::after { bottom: 10px; }
  .nav a.nav-cta { margin: 10px 0 0; text-align: center; }
  .nav-toggle { display: flex; }
  .section { padding: 80px 0; }
  .section-head { margin-bottom: 44px; }
  .footer-top { grid-template-columns: 1fr 1fr; }
  .hero-arrow { display: none; }
}

@media (max-width: 520px) {
  .areas-grid, .values-grid, .brands-grid { grid-template-columns: 1fr; }
  .brands-grid { grid-template-columns: repeat(2, 1fr); }
  .process-grid { grid-template-columns: 1fr; gap: 30px; }
  .form-row { grid-template-columns: 1fr; }
  /* İstatistikler: temiz 2 sütun, iç çizgilerle; tek kalan öğe tam genişlik */
  .stats-grid { grid-template-columns: 1fr 1fr; gap: 0; }
  .stat { padding: 32px 14px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
  .stat:nth-child(2n) { border-right: 0; }
  .stat:nth-child(5) { grid-column: 1 / -1; border-right: 0; border-bottom: 0; }
  .footer-top { grid-template-columns: 1fr; }
  .slide-actions .btn { flex: 1 1 100%; }
}

/* ===== Küçük telefonlar (≤430px) — sıkışmayı önle ===== */
@media (max-width: 430px) {
  .container { padding-inline: 18px; }
  .site-header > .container, .site-footer > .container { padding-inline: 18px; }
  .section { padding: 62px 0; }
  .section-head { margin-bottom: 36px; }

  .display { font-size: clamp(1.95rem, 8.5vw, 2.5rem); }
  .page-hero { padding: 62px 0 58px; }
  .page-hero h1 { font-size: clamp(2rem, 9.5vw, 2.7rem); }
  .page-hero p, .section-sub, .corp-text .lead { font-size: 1.02rem; }

  /* İstatistikler: daha derli toplu */
  .stat { padding: 26px 12px; }
  .stat-num { font-size: clamp(2rem, 10vw, 2.7rem); }

  .feature-body h2 { font-size: 1.6rem; }
  .feature-media { min-height: 240px; }
  .feature-media .ghost-no { font-size: 6rem; }

  .cta-band .container { padding-block: 46px; }
  .cta-band h2 { font-size: 1.65rem; }
  .corp-badge { left: 16px; bottom: 16px; padding: 14px 16px; }
  .corp-badge strong { font-size: 1.6rem; }

  .btn { padding: 14px 22px; font-size: 0.98rem; }
  .btn-call { font-size: 0.9rem; padding: 14px 16px; }

  /* Overlay menü büyük yazıları taşmasın */
  .overlay-nav a { font-size: clamp(1.9rem, 10vw, 2.6rem); flex-wrap: wrap; }
  .overlay-inner { padding: 26px 20px 32px; }
  .overlay-foot { flex-direction: column; gap: 8px; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation-duration: 0.01ms !important; animation-iteration-count: 1 !important; transition-duration: 0.01ms !important; scroll-behavior: auto; }
  .reveal { opacity: 1; transform: none; }
  .slide-inner > * { opacity: 1; transform: none; }
  .slide-bg, .slide.is-active .slide-bg { transform: none; }
}
