﻿:root {
  --bg: #f6f4ef;
  --bg-alt: #efe9de;
  --ink: #1f1b16;
  --muted: #6d6256;
  --accent: #b18b3f;
  --accent-2: #2c2a27;
  --card: #ffffff;
  --ring: rgba(177, 139, 63, 0.35);
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  font-family: "Source Sans 3", "Segoe UI", sans-serif;
  color: var(--ink);
  background: #ffffff;
  line-height: 1.6;
  overflow-x: hidden;
}

html {
  overflow-x: hidden;
}

img {
  max-width: 100%;
  display: block;
}

a {
  color: inherit;
  text-decoration: none;
}

.container {
  width: min(1200px, 92%);
  margin: 0 auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: #ffffff !important;
  backdrop-filter: none;
  border-bottom: 1px solid rgba(31, 27, 22, 0.14);
  box-shadow: none;
  width: 100%;
  height: 108px;
  box-sizing: border-box;
}

.site-header .header-inner {
  background-color: transparent;
}

.inner-page .site-header {
  background-color: #ffffff !important;
}

.inner-page .site-header .header-inner {
  background-color: transparent !important;
}

.inner-page {
  background: #ffffff;
}

.uyum-page {
  min-height: 100vh;
}

.uyum-page main {
  flex: 1;
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  height: 108px;
  min-height: 108px;
  padding: 12px 0;
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  box-sizing: border-box;
}

.logo {
  font-family: sans-serif;
  font-size: 1.7rem;
  font-weight: 400;
  letter-spacing: 0.08em;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin-left: 40px;
  transform: none;
  line-height: 1;
}

.logo img {
  height: 80px;
  width: auto;
  display: block;
  transform: translateX(0);
}

.logo span {
  font-family: inherit;
  font-size: 1.7rem;
  letter-spacing: 0.08em;
  display: inline-block;
  transform: translateX(-1px);
}

.nav-links {
  display: flex;
  gap: 24px;
  justify-content: flex-end;
  align-items: center;
  flex-wrap: nowrap;
  white-space: nowrap;
  font-family: "Source Sans 3", "Segoe UI", sans-serif;
  font-size: 16px;
  font-weight: 600;
  color: var(--muted);
  transform: translate(10px, -1px);
  --nav-underline-offset: 3.5px;
  --nav-underline-thickness: 1px;
  line-height: 1;
}

.nav-links a {
  position: relative;
  margin: 0;
  padding: 8px 0;
  border-bottom: 2px solid transparent;
  transition: border-color 0.2s ease, color 0.2s ease;
  line-height: 1;
}

.nav-links a::after {
  content: none;
}

.nav-links a:hover,
.nav-links a.active {
  color: var(--ink);
  border-bottom: 2px solid var(--accent);
}

.nav-links a:hover::after,
.nav-links a.active::after {
  opacity: 0;
}

.nav-links a.active {
  margin-bottom: 0;
}

.hamburger {
  display: none;
  width: 38px;
  height: 32px;
  border: 1px solid rgba(31, 27, 22, 0.2);
  border-radius: 8px;
  background: #fff;
  align-items: center;
  justify-content: center;
  gap: 4px;
  flex-direction: column;
  padding: 0;
}

.hamburger i {
  font-size: 1.35rem;
  line-height: 1;
}

.hero {
  padding: 80px 0 60px;
}

.hero-altin {
  padding: 70px 0 50px;
  background: #ffffff;
}

.hero-altin-grid {
  display: grid;
  grid-template-columns: minmax(320px, 0.8fr) minmax(320px, 1.1fr);
  gap: 40px;
  align-items: center;
}

.hero-altin-kicker {
  font-size: 0.75rem;
  letter-spacing: 0.28em;
  color: var(--accent);
  font-weight: 700;
   transform: translateY(-28px);
  display: inline-block; 
  
}

.hero-altin-text h1 {
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(2.6rem, 4.8vw, 4rem);
  margin: 12px 0 14px;
  white-space: nowrap;   /* TEK SATIR */
  transform: translateY(-40px);
}

.hero-altin-text h1 span {
  display: inline;
  color: #1f1b16;
}

.hero-altin-text h1 em {
  font-style: italic;
  color: var(--accent);
}

.hero-altin-text p {
  color: #5f5246;
  max-width: 520px;
  margin-bottom: 26px;
  transform: translateY(-30px);
}

.hero-altin-actions {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
}

.hero-altin-actions .btn-primary {
  background: #9a6d1b;
  box-shadow: 0 14px 32px rgba(143, 108, 34, 0.25);
}

.hero-altin-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #7a6a58;
  font-weight: 600;
  font-size: 0.85rem;
}

.hero-altin-badge i {
  color: #8f6c22;
}

.hero-altin-media {
  position: relative;
  display: grid;
  justify-items: center;
  justify-self: end;
  width: auto;
}

.hero-altin-main {
  background: #ffffff;
  padding: 16px;
  border-radius: 8px;
  transform: translateY(20px);
}

.hero-altin-main img {
  width: min(1400px, 100%);
  height: auto;
  display: block;
  border-radius: 0;
}

.hero-altin-secondary {
  position: absolute;
  bottom: -111px;
  left: 18px;
  background: #ffffff;
  padding: 10px 12px;
  border-radius: 12px;
  box-shadow: 0 18px 36px rgba(31, 27, 22, 0.18);
  display: grid;
  gap: 6px;
  justify-items: start;
  transform: rotate(-4deg);
}

.hero-altin-secondary img {
  width: 180px;
  height: auto;
  border-radius: 10px;
  display: block;
}

.hero-altin-secondary span {
  font-style: italic;
  color: #8f6c22;
  font-size: 0.85rem;
}

.hero-altin-stats {
  margin-top: 42px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 16px;
  align-items: center;
}

.stat-card {
  display: grid;
  grid-template-columns: 44px 1fr;
  gap: 12px;
  align-items: center;
  background: #ffffff;
  padding: 14px 18px;
  border-radius: 14px;
  box-shadow: 0 14px 28px rgba(31, 27, 22, 0.08);
  border: 1px solid rgba(143, 108, 34, 0.15);
}

.stat-card small {
  display: block;
  color: #8b7b6a;
  font-weight: 600;
  letter-spacing: 0.08em;
}

.stat-card strong {
  font-size: 1.05rem;
}

.stat-icon {
  width: 44px;
  height: 44px;
  border-radius: 14px;
  display: grid;
  place-items: center;
  background: rgba(143, 108, 34, 0.12);
  color: #8f6c22;
}

.stat-link {
  justify-self: end;
  padding: 10px 18px;
  border-radius: 12px;
  border: 1px solid rgba(143, 108, 34, 0.25);
  color: #8f6c22;
  font-weight: 600;
  background: #f5efe6;
}

@media (max-width: 900px) {
  .hero-altin-grid {
    grid-template-columns: 1fr;
  }

  .hero-altin-text h1 {
    white-space: normal;
    font-size: clamp(2rem, 8vw, 3rem);
    line-height: 1.05;
  }

  .hero-altin-media {
    margin-top: 12px;
  }

  .hero-altin-secondary {
    position: static;
    transform: none;
    margin-top: 16px;
    justify-items: center;
  }

  .stat-link {
    justify-self: start;
  }
}

.hero-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 36px;
  align-items: center;
}

.hero h1 {
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(2.2rem, 4vw, 3.4rem);
}

.hero p {
  color: var(--muted);
  margin: 18px 0 28px;
  max-width: 520px;
}

.hero-actions {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
}

.btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 20px;
  border-radius: 999px;
  border: 1px solid transparent;
  font-weight: 600;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.btn-primary {
  background: var(--accent);
  color: #ffffff;
  box-shadow: 0 12px 30px rgba(177, 139, 63, 0.25);
}

.btn-secondary {
  border-color: rgba(31, 27, 22, 0.2);
  color: var(--ink);
}

.btn:hover {
  transform: translateY(-2px);
}

.hero-card {
  position: relative;
  background: linear-gradient(135deg, #ffffff 0%, #fbf6ec 40%, #f2eadc 100%);
  border-radius: 24px;
  padding: 26px;
  box-shadow: 0 24px 60px rgba(31, 27, 22, 0.14);
  border: 1px solid rgba(177, 139, 63, 0.2);
  overflow: hidden;
}

.hero-card::before {
  content: "";
  position: absolute;
  inset: -60px 0 auto auto;
  width: 180px;
  height: 180px;
  background: radial-gradient(circle, rgba(177, 139, 63, 0.25) 0%, rgba(177, 139, 63, 0) 70%);
}

.badge {
  display: inline-flex;
  padding: 6px 14px;
  border-radius: 999px;
  background: linear-gradient(120deg, rgba(177, 139, 63, 0.2), rgba(177, 139, 63, 0.08));
  color: var(--accent-2);
  font-size: 0.85rem;
  margin-bottom: 14px;
  border: 1px solid rgba(177, 139, 63, 0.3);
}

.section {
  padding: 60px 0;
}

.section:nth-of-type(2) {
  position: relative;
  background: #f3f3f3;
}

.section:nth-of-type(2)::before {
  content: "";
  position: absolute;
  inset: 20px 6% auto auto;
  width: 140px;
  height: 140px;
  border-radius: 24px;
  background: rgba(31, 27, 22, 0.04);
  transform: rotate(12deg);
  z-index: 0;
}

.section:nth-of-type(2) .container {
  position: relative;
  z-index: 1;
}

.section-title {
  margin-bottom: 28px;
}

.section-title h2 {
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(1.6rem, 3vw, 2.4rem);
  margin-bottom: 10px;
}

.section-title p {
  color: var(--muted);
  max-width: 640px;
}

.uyum-section {
  background: #ffffff;
}

.uyum-panels {
  display: grid;
  gap: 24px;
}

.uyum-panel {
  background: #ffffff;
  border: 1px solid #d9d9d9;
  border-radius: 12px;
  box-shadow: 0 16px 28px rgba(31, 27, 22, 0.08);
  overflow: hidden;
}

.uyum-panel h2 {
  margin: 0;
  padding: 18px 24px;
  font-family: "Source Sans 3", "Segoe UI", sans-serif;
  font-size: 1.2rem;
  font-weight: 600;
  color: #1f5dbf;
  background: #f7f7f7;
  border-bottom: 1px solid #e2e2e2;
}

.uyum-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.uyum-list li {
  padding: 18px 24px;
  border-bottom: 1px solid #ededed;
  color: #2e2e2e;
  font-size: 1.02rem;
  font-weight: 500;
  line-height: 1.6;
}

.uyum-list li:last-child {
  border-bottom: none;
}

.uyum-link {
  display: inline-block;
  color: inherit;
  text-decoration: none;
  transition: color 0.2s ease, transform 0.2s ease;
}

.uyum-link:hover {
  color: #1f5dbf;
  transform: translateX(2px);
}

@media (max-width: 700px) {
  .uyum-panel h2,
  .uyum-list li {
    padding: 16px 18px;
  }
}

.card-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
  gap: 20px;
}

.card {
  background: #f3f3f3;
  padding: 26px;
  border-radius: 18px;
  border: 1px solid #d9d9d9;
  box-shadow: 0 18px 30px rgba(31, 27, 22, 0.08);
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.card h3 {
  margin-bottom: 10px;
  font-size: 1.1rem;
}

.card p {
  font-size: 1.02rem;
}

.values-section .card {
  position: relative;
  padding-top: 44px;
}

.values-section {
  background: #ffffff;
}

.inner-page .values-section {
  background: #ffffff;
}

.inner-page .values-section::before {
  content: none;
}

.values-section .card::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 16px;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: linear-gradient(135deg, rgba(177, 139, 63, 0.9), rgba(177, 139, 63, 0.35));
  box-shadow: 0 10px 18px rgba(177, 139, 63, 0.35);
}

.solutions-section .card {
  position: relative;
  padding-top: 54px;
}

.solutions-section .card-icon {
  position: absolute;
  top: 2px;
  left: 16px;
  width: 34px;
  height: 34px;
  border-radius: 12px;
  display: grid;
  place-items: center;
  background: linear-gradient(135deg, rgba(177, 139, 63, 0.95), rgba(177, 139, 63, 0.4));
  color: #ffffff;
  box-shadow: 0 10px 18px rgba(177, 139, 63, 0.35);
  font-size: 1.05rem;
}

.solutions-section .card::before {
  content: none;
}

.solutions-section .card:hover {
  transform: translateY(-6px);
  border-color: rgba(177, 139, 63, 0.35);
  box-shadow: 0 28px 40px rgba(31, 27, 22, 0.14);
}

.section:nth-of-type(3) {
  position: relative;
  background: radial-gradient(600px 220px at 10% 0%, rgba(177, 139, 63, 0.18), rgba(177, 139, 63, 0) 70%),
    linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(177, 139, 63, 0.12) 100%);
}

.section:nth-of-type(3)::before {
  content: "";
  position: absolute;
  top: 18px;
  right: 8%;
  width: 220px;
  height: 220px;
  border-radius: 32px;
  background: conic-gradient(from 180deg, rgba(177, 139, 63, 0.25), rgba(31, 27, 22, 0.05), rgba(177, 139, 63, 0.25));
  transform: rotate(8deg);
  opacity: 0.7;
  z-index: 0;
}

.section:nth-of-type(3)::after {
  content: "";
  position: absolute;
  left: 6%;
  bottom: 16px;
  width: 160px;
  height: 160px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(177, 139, 63, 0.32) 0%, rgba(177, 139, 63, 0) 70%);
  z-index: 0;
}

.inner-page .timeline-section::before,
.inner-page .timeline-section::after {
  content: none;
}

.section:nth-of-type(3) .container {
  position: relative;
  z-index: 1;
}

.section:nth-of-type(3) .card {
  position: relative;
  padding-top: 60px;
  background: linear-gradient(160deg, #ffffff 0%, #fff0d4 55%, #f3e2c0 100%);
  border-color: rgba(177, 139, 63, 0.4);
  box-shadow: 0 20px 34px rgba(31, 27, 22, 0.14), inset 0 1px 0 rgba(255, 255, 255, 0.7);
}

.section:nth-of-type(3) .card-icon {
  position: absolute;
  top: 18px;
  left: 18px;
  width: 38px;
  height: 38px;
  border-radius: 14px;
  display: grid;
  place-items: center;
  background: linear-gradient(135deg, rgba(197, 156, 74, 1), rgba(158, 110, 33, 0.8));
  color: #ffffff;
  border: 1px solid rgba(177, 139, 63, 0.55);
  box-shadow: 0 12px 22px rgba(31, 27, 22, 0.18);
  font-size: 1.1rem;
}

.section:nth-of-type(3) .card:hover {
  transform: translateY(-6px);
  box-shadow: 0 30px 44px rgba(31, 27, 22, 0.2);
  border-color: rgba(177, 139, 63, 0.5);
}

.hero-card .card {
  position: relative;
  border: 1px solid rgba(177, 139, 63, 0.28);
  box-shadow: 0 22px 40px rgba(31, 27, 22, 0.14);
}

.hero-card .card::before {
  content: "";
  position: absolute;
  left: 16px;
  right: 16px;
  top: 0;
  height: 4px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(177, 139, 63, 0.9), rgba(177, 139, 63, 0.2));
}

.split {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 26px;
  align-items: center;
}

.highlight {
  background: linear-gradient(135deg, rgba(177, 139, 63, 0.18), rgba(31, 27, 22, 0.08));
  border-radius: 24px;
  padding: 28px;
  border: 1px solid rgba(31, 27, 22, 0.08);
}

.story-section {
  background: radial-gradient(800px 320px at 100% 0%, rgba(20, 56, 74, 0.12), rgba(20, 56, 74, 0) 70%);
}

.story-text {
  display: grid;
  gap: 14px;
  color: var(--muted);
}

.story-card {
  background: transparent;
  border-radius: 0;
  padding: 0;
  border: none;
  box-shadow: none;
}

.story-card h3 {
  margin-bottom: 12px;
}

.story-card ul {
  list-style: none;
  display: grid;
  gap: 10px;
  color: var(--muted);
}

.story-card li {
  padding: 10px 12px;
  border-radius: 12px;
  background: #ffffff;
  border: 1px solid rgba(177, 139, 63, 0.18);
}

.timeline-section {
  background: #f5f2ec;
}

.inner-page .timeline-section {
  background: #f3f3f3;
}

.timeline-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 18px;
}

.timeline-item {
  background: #ffffff;
  border-radius: 16px;
  padding: 18px;
  border: 1px solid rgba(31, 27, 22, 0.08);
  box-shadow: 0 12px 22px rgba(31, 27, 22, 0.08);
  text-align: center;
}

.timeline-year {
  display: inline-block;
  padding: 6px 18px;
  border-radius: 999px;
  border: 1px solid rgba(23, 80, 187, 0.45);
  color: #1750bb;
  font-weight: 700;
  margin-bottom: 10px;
}

.team-section {
  background: #ffffff;
}

.team-wrap {
  display: grid;
  grid-template-columns: minmax(200px, 260px) 1fr;
  gap: 24px;
  align-items: stretch;
}

.team-banner {
  background: linear-gradient(135deg, #b18b3f 0%, #8f6f2f 100%);
  color: #ffffff;
  border-radius: 18px;
  padding: 24px;
  display: flex;
  align-items: center;
}

.team-banner h2 {
  font-size: clamp(1.4rem, 2.6vw, 2rem);
}

.team-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 18px;
}

.team-card {
  background: #f5f5f5;
  border-radius: 16px;
  padding: 18px;
  text-align: center;
  border: 1px solid rgba(31, 27, 22, 0.06);
}

.team-card h3 {
  margin-bottom: 6px;
}

@media (max-width: 840px) {
  .team-wrap {
    grid-template-columns: 1fr;
  }
}

.footer {
  margin-top: 60px;
  padding: 40px 0 24px;
  border-top: 1px solid rgba(31, 27, 22, 0.1);
  background: #f3efe7;
}

.footer-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 20px;
}

.footer small {
  color: var(--muted);
}

.site-footer-bottom {
  margin-top: 60px;
  background: #1f1f1f;
  color: #d7d7d7;
  padding: 48px 0 64px;
  border-top: none;
}

.footer-container {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 28px;
  display: grid;
  grid-template-columns: 1.1fr 1.4fr 1fr 1fr;
  gap: 40px;
}

.footer-column {
  min-width: 0;
  width: 100%;
}

.site-footer-bottom .footer-column:nth-child(4) {
  position: static;
  left: 0;
}

.footer-column h4 {
  margin: 0 0 16px;
  font-family: "Source Sans 3", "Segoe UI", sans-serif;
  letter-spacing: 0.04em;
  color: #b68a2f;
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
}

.footer-logo p {
  font-family: "Source Sans 3", "Segoe UI", sans-serif;
  letter-spacing: 0.04em;
  color: #b68a2f;
  margin: 0 0 16px;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
}

.footer-nav,
.contact-info {
  list-style: none;
  display: grid;
  gap: 8px;
  color: #d7d7d7;
  margin: 0;
  padding: 0;
  font-family: "Source Sans 3", "Segoe UI", sans-serif;
  font-size: 13px;
  font-weight: 400;
}

.footer-nav a {
  text-decoration: none;
  color: #ffffff;
  font-family: "Source Sans 3", "Segoe UI", sans-serif;
  font-size: 14px;
  font-weight: 400;
}

.footer-nav a:hover {
  color: #ffffff;
}

.contact-info li {
  line-height: 1.6;
}

.contact-info li:first-child {
  line-height: 1.8;
}

.social-icons {
  display: flex;
  gap: 12px;
}

.social-icon {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: transparent;
  color: #ffffff;
  border: 1px solid #ffffff;
  transition: background 0.2s ease, transform 0.2s ease, border-color 0.2s ease;
}

.social-icon:hover {
  background: #b68a2f;
  border-color: #b68a2f;
  transform: translateY(-1px);
}

.social-icon i {
  font-size: 18px;
  color: #ffffff;
}

.footer-bottom-bar {
  max-width: 1180px;
  margin: 40px auto 0;
  padding: 16px 28px 0;
  text-align: center;
  font-family: "Source Sans 3", "Segoe UI", sans-serif;
  font-size: 13px;
  color: #d7d7d7;
  border-top: none;
}

.footer-bottom-bar p {
  margin: 0;
}

.page-hero {
  padding: 60px 0 30px;
  background: #f9f9fe;
    transform: translateY(-20px)
}

.inner-page .page-hero {
  background: #f5efe6;
}

.inner-page .about-hero {
  background: #ffffff;
}

.inner-page .services-hero {
  background: #ffffff;
}

.inner-page .services-cards {
  background: #ffffff;
}

.inner-page .contact-hero {
  background: #ffffff;
}

.page-hero h1 {
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(2rem, 4vw, 3rem);
}

.kvkk-hero {
  background: transparent;
  color: var(--ink);
}

.inner-page .kvkk-hero {
  background: transparent !important;
}

.kvkk-hero h1 {
  color: #775a19;
}

.kvkk-hero p {
  color: var(--muted);
  max-width: 720px;
}

.kvkk-section {
  background: var(--bg);
}

.kvkk-card {
  background: linear-gradient(180deg, #ffffff 0%, #fdf9f1 100%);
  border-radius: 18px;
  padding: 34px 32px;
  color: var(--ink);
  box-shadow: 0 18px 30px rgba(31, 27, 22, 0.08);
  border: 1px solid rgba(177, 139, 63, 0.16);
}

.kvkk-card h2 {
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(1.4rem, 2.4vw, 2rem);
  margin-bottom: 12px;
  color: #775a19;
}

.kvkk-card h3 {
  margin-top: 26px;
  margin-bottom: 10px;
  font-size: 1.05rem;
  color: #775a19;
}

.kvkk-card p {
  color: var(--muted);
}

.kvkk-card ul {
  list-style: none;
  display: grid;
  gap: 10px;
  margin-top: 8px;
  color: var(--muted);
}

.kvkk-card ul li {
  position: relative;
  padding-left: 18px;
}

.kvkk-card ul li::before {
  content: "\2022";
  position: absolute;
  left: 0;
  color: #b18b3f;
}

.form {
  display: grid;
  gap: 14px;
}

.form input,
.form textarea {
  border-radius: 12px;
  border: 1px solid rgba(31, 27, 22, 0.18);
  padding: 12px 14px;
  font-family: inherit;
}

.form textarea {
  resize: vertical;
  min-height: 140px;
}

.map-embed {
  border-radius: 18px;
  overflow: hidden;
  border: 1px solid rgba(177, 139, 63, 0.16);
  box-shadow: 0 18px 30px rgba(31, 27, 22, 0.08);
  background: #ffffff;
}

.map-embed iframe {
  width: 100%;
  height: 360px;
  border: 0;
  display: block;
}

/* CONTACT PAGE */
.contact-section {
  background: #ffffff;
}

.inner-page .contact-section {
  background: #ffffff !important;
  background-image: none !important;
}

.inner-page .contact-section::before {
  content: none;
}

.contact-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
  align-items: start;
}

.contact-branch {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 18px;
  align-items: start;
  background: #fafafa;
  border-radius: 18px;
  padding: 18px;
  border: 1px solid #dddddd;
  box-shadow: 0 14px 24px rgba(31, 27, 22, 0.07);
    transform: translateY(-70px)
}

.contact-branch-info h2 {
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(1.25rem, 2vw, 1.9rem);
  line-height: 1.15;
  margin-bottom: 4px;
}

.contact-lead {
  color: var(--muted);
  margin: 0 0 14px;
  font-size: 0.98rem;
}

.contact-list {
  display: grid;
  gap: 12px;
}

.contact-item {
  display: grid;
  grid-template-columns: 40px 1fr;
  gap: 10px;
  align-items: start;
}

.contact-icon {
  width: 40px;
  height: 40px;
  border-radius: 12px;
  display: grid;
  place-items: center;
  background: rgba(177, 139, 63, 0.14);
  color: var(--accent-2);
  border: 1px solid rgba(177, 139, 63, 0.25);
  font-size: 0.95rem;
}

.contact-item h3 {
  margin-bottom: 2px;
  font-size: 0.98rem;
  line-height: 1.2;
}

.contact-item p {
  color: var(--muted);
  font-size: 0.98rem;
  line-height: 1.45;
}

.contact-branch-map .map-embed {
  height: 100%;
  min-height: 240px;
  border-radius: 16px;
}

.contact-branch-map .map-embed iframe {
  width: 100%;
  height: 100%;
  min-height: 240px;
  border: 0;
  display: block;
}

/* 3. kart tek kalırsa sola yaslı dursun */
.contact-branch:last-child:nth-child(odd) {
  grid-column: 1 / 2;
}

@media (max-width: 1100px) {
  .contact-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 768px) {
  .contact-branch {
    grid-template-columns: 1fr;
    padding: 16px;
  }

  .contact-branch-map .map-embed,
  .contact-branch-map .map-embed iframe {
    min-height: 200px;
  }

  .contact-branch-info h2 {
    font-size: 1.5rem;
  }
}

@media (max-width: 840px) {
  .site-header {
    height: 88px;
  }

  .header-inner {
    flex-direction: row;
    justify-content: space-between;
    text-align: left;
    height: 88px;
    min-height: 88px;
    padding: 14px 16px;
    gap: 12px;
    max-width: 100%;
  }

  .logo img {
    height: 56px;
  }

  .nav-links {
    position: absolute;
    top: 81px;
    left: 0;
    right: 0;
    flex-direction: column;
    gap: 10px;
    align-items: center;
    width: 100%;
    background: #ffffff;
    border-bottom: 1px solid rgba(31, 27, 22, 0.2);
    padding: 14px 0 18px;
    z-index: 30;
    display: none;
    transform: translate(0, 0);
  }

  .nav-links.open {
    display: flex;
  }

  .hamburger {
    display: inline-flex;
  }

  .footer-container {
    grid-template-columns: 1fr;
  }

  .site-footer-bottom .footer-column:nth-child(4) {
    left: 0;
  }
}

@media (max-width: 1024px) {
  .header-inner {
    max-width: 100%;
    width: 100%;
    padding-left: 24px;
    padding-right: 24px;
  }
}

@media (max-width: 480px) {
  .header-inner {
    padding-left: 16px;
    padding-right: 16px;
  }
}

