/* A Grup Sigorta — statik çok sayfalı site */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

:root {
  --navy: #071f3e;
  --navy2: #0b315c;
  --gold: #c48a25;
  --gold2: #d9a441;
  --text: #10233f;
  --muted: #667485;
  --bg: #f6f8fb;
  --white: #fff;
  --shadow: 0 22px 60px rgba(7, 31, 62, 0.14);
  --green: #25d366;
  --header-h: 96px;
}

html { scroll-behavior: smooth; }

body {
  font-family: Arial, Helvetica, sans-serif;
  background: var(--bg);
  color: var(--text);
  line-height: 1.55;
}

img { max-width: 100%; height: auto; display: block; }
a { color: inherit; }
a:focus-visible,
button:focus-visible,
input:focus-visible,
select:focus-visible {
  outline: 2px solid var(--gold2);
  outline-offset: 2px;
}

/* Topbar */
.topbar {
  background: var(--navy);
  color: #dbe7f6;
  font-size: 13px;
}

.topbar-inner {
  width: min(1200px, 94%);
  margin: 0 auto;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 16px 24px;
  padding: 8px 0;
}

.topbar-inner > span {
  margin-right: auto;
  font-weight: 600;
}

.topbar a {
  text-decoration: none;
  color: #fff;
}

.top-contact {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  font-weight: 800;
}

.top-contact i {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-style: normal;
  font-size: 13px;
  color: #fff;
  line-height: 1;
}

.whatsapp-mini i { background: var(--green); }
.call-mini i { background: var(--gold); }

/* Header */
.site-header {
  position: sticky;
  top: 0;
  z-index: 200;
  background: rgba(255, 255, 255, 0.96);
  backdrop-filter: blur(12px);
  box-shadow: 0 5px 22px rgba(7, 31, 62, 0.07);
}

.nav-wrap {
  width: min(1200px, 94%);
  margin: 0 auto;
  min-height: var(--header-h);
  padding: 10px 0;
  display: grid;
  grid-template-columns: minmax(200px, 320px) 1fr auto;
  gap: 16px 24px;
  align-items: center;
}

.brand {
  display: flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
  min-width: 0;
}

.brand-mark {
  width: 70px;
  height: 70px;
  object-fit: contain;
  flex-shrink: 0;
  filter: drop-shadow(0 10px 18px rgba(196, 138, 37, 0.22));
}

.brand-text {
  display: flex;
  flex-direction: column;
  line-height: 1.05;
  min-width: 0;
}

.brand-text strong {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 22px;
  letter-spacing: 1.4px;
  color: var(--navy);
  white-space: nowrap;
}

.brand-text em {
  font-style: normal;
  color: var(--gold);
}

.brand-text small {
  margin-top: 6px;
  color: #425671;
  letter-spacing: 2.5px;
  font-size: 9px;
  text-transform: uppercase;
  white-space: nowrap;
}

.menu-toggle {
  display: none;
  background: transparent;
  border: 0;
  cursor: pointer;
  padding: 4px;
}

.menu-toggle span {
  display: block;
  width: 28px;
  height: 3px;
  background: var(--navy);
  margin: 5px 0;
  border-radius: 3px;
}

.main-nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 8px 22px;
  font-size: 12px;
  font-weight: 800;
}

.main-nav a {
  text-decoration: none;
  padding: 8px 0 10px;
  border-bottom: 2px solid transparent;
  white-space: nowrap;
  color: var(--text);
}

.main-nav a:hover,
.main-nav a.active {
  border-color: var(--gold);
  color: var(--navy);
}

/* Buttons */
.btn {
  min-height: 46px;
  padding: 12px 22px;
  border-radius: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-weight: 900;
  font-size: 13px;
  text-decoration: none;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

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

.btn-dark {
  color: #fff;
  background: var(--navy);
  box-shadow: 0 10px 24px rgba(7, 31, 62, 0.18);
}

.btn-light {
  color: var(--navy);
  background: #fff;
  border: 1px solid #c5d0de;
}

.btn-gold {
  color: #fff;
  background: linear-gradient(135deg, var(--gold), var(--gold2));
  box-shadow: 0 10px 24px rgba(196, 138, 37, 0.28);
}

/* Page hero (inner pages) */
.page-hero {
  background: linear-gradient(135deg, var(--navy) 0%, var(--navy2) 100%);
  color: #fff;
  padding: 48px 0 52px;
}

.page-hero-inner {
  width: min(1200px, 92%);
  margin: 0 auto;
}

.page-hero .eyebrow {
  display: inline-flex;
  color: var(--gold2);
  background: rgba(217, 164, 65, 0.12);
  border: 1px solid rgba(217, 164, 65, 0.28);
  border-radius: 999px;
  padding: 7px 14px;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 1.6px;
  text-transform: uppercase;
  margin-bottom: 14px;
}

.page-hero h1 {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(28px, 4vw, 42px);
  line-height: 1.15;
  margin-bottom: 12px;
}

.page-hero p {
  max-width: 720px;
  color: #dce7f4;
  font-size: 17px;
  line-height: 1.7;
}

/* Home hero */
.hero {
  background: linear-gradient(180deg, #fff 0%, var(--bg) 100%);
  overflow: hidden;
}

.hero-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 480px;
  max-width: 1400px;
  margin: 0 auto;
}

.hero-copy {
  padding: 48px 5% 56px 7%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  z-index: 2;
}

.eyebrow,
.section-title span,
.corp-copy span {
  font-weight: 900;
  color: var(--gold);
  letter-spacing: 1.6px;
  font-size: 12px;
  text-transform: uppercase;
}

.hero .eyebrow {
  display: inline-flex;
  background: rgba(196, 138, 37, 0.1);
  border: 1px solid rgba(196, 138, 37, 0.22);
  border-radius: 999px;
  padding: 8px 13px;
  width: max-content;
  max-width: 100%;
  margin-bottom: 14px;
}

.hero h1 {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(28px, 3.2vw, 46px);
  line-height: 1.14;
  color: var(--navy);
  margin-bottom: 18px;
}

.hero h1 strong {
  color: var(--gold);
  font-weight: 800;
}

.hero p {
  max-width: 580px;
  font-size: 16px;
  color: #2e405b;
  margin-bottom: 22px;
  line-height: 1.7;
}

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

.hero-trust {
  display: flex;
  gap: 12px;
  align-items: center;
  margin-top: 22px;
  color: #364b66;
  font-size: 13px;
  flex-wrap: wrap;
}

.hero-trust span {
  width: 6px;
  height: 6px;
  background: var(--gold);
  border-radius: 99px;
}

.hero-visual {
  position: relative;
  min-height: 480px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 32px 5% 40px 2%;
}

.hero-image {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(90deg, rgba(255, 255, 255, 0.98) 0%, rgba(255, 255, 255, 0.75) 18%, rgba(255, 255, 255, 0.1) 45%, rgba(255, 255, 255, 0) 70%),
    url("assets/img/hero-building.jpg");
  background-size: cover;
  background-position: center right;
}

.hero-visual::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.7) 0%, rgba(255, 255, 255, 0.15) 40%, transparent 70%);
  pointer-events: none;
  z-index: 1;
}

/* Forms */
.quote-form,
.hero-form {
  position: relative;
  z-index: 3;
  width: min(420px, 96%);
  margin-left: auto;
  background: #fff;
  color: var(--text);
  border: 1px solid rgba(217, 164, 65, 0.34);
  border-radius: 22px;
  padding: 22px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  box-shadow: 0 28px 70px rgba(7, 31, 62, 0.2);
}

.form-head { grid-column: 1 / -1; }

.form-head span {
  font-weight: 900;
  color: var(--gold);
  font-size: 11px;
  letter-spacing: 1.4px;
}

.form-head h2 {
  font-size: 24px;
  color: var(--navy);
  line-height: 1.1;
  margin: 4px 0;
}

.form-head p {
  margin: 0;
  color: #617086;
  font-size: 13px;
}

.quote-form label,
.hero-form label {
  font-weight: 800;
  font-size: 12px;
  color: var(--navy);
  display: block;
}

.quote-form input,
.quote-form select,
.hero-form input,
.hero-form select {
  width: 100%;
  height: 42px;
  border: 1px solid #d8e0ea;
  border-radius: 10px;
  margin-top: 6px;
  padding: 0 12px;
  font: inherit;
}

.quote-form .full,
.hero-form .full,
.quote-form button,
.quote-form small,
.hero-form .full,
.hero-form button,
.hero-form small,
.form-check {
  grid-column: 1 / -1;
}

.form-check {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 12px;
  color: #526174;
  font-weight: 600;
}

.form-check input {
  width: auto;
  height: auto;
  margin-top: 3px;
}

.form-check a {
  color: var(--navy);
  text-decoration: underline;
}

.quote-form button,
.hero-form button {
  height: 48px;
  border: 0;
  border-radius: 12px;
  background: var(--green);
  color: #fff;
  font-weight: 900;
  cursor: pointer;
  font-size: 14px;
  box-shadow: 0 12px 25px rgba(37, 211, 102, 0.25);
}

.quote-form small,
.hero-form small {
  color: #718096;
  font-size: 11px;
  line-height: 1.4;
}

.form-error {
  grid-column: 1 / -1;
  display: none;
  background: #fff4f4;
  border: 1px solid #f5c2c2;
  color: #9b1c1c;
  border-radius: 10px;
  padding: 10px 12px;
  font-size: 13px;
  font-weight: 700;
}

.form-error.show { display: block; }

/* Quote page */
.quote-page {
  width: min(1200px, 92%);
  margin: 48px auto 64px;
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  gap: 32px;
  align-items: start;
}

.quote-page-info {
  background: linear-gradient(135deg, var(--navy), var(--navy2));
  color: #fff;
  border-radius: 24px;
  padding: 32px;
  box-shadow: var(--shadow);
}

.quote-page-info h2 {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 28px;
  margin-bottom: 12px;
}

.quote-page-info p {
  color: #dce7f4;
  margin-bottom: 18px;
}

.quote-page-info ul {
  list-style: none;
  display: grid;
  gap: 10px;
}

.quote-page-info li {
  padding-left: 22px;
  position: relative;
  font-weight: 700;
}

.quote-page-info li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: var(--gold2);
}

.quote-page .quote-form {
  width: 100%;
  margin: 0;
  grid-template-columns: 1fr;
  padding: 28px;
}

/* Features */
.features {
  width: min(1200px, 92%);
  margin: -32px auto 0;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 16px;
  position: relative;
  z-index: 5;
}

.features article {
  min-height: 120px;
  background: rgba(255, 255, 255, 0.98);
  border: 1px solid #e5ebf2;
  border-radius: 18px;
  box-shadow: 0 16px 38px rgba(7, 31, 62, 0.1);
  padding: 18px 16px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.features article:hover {
  transform: translateY(-4px);
  box-shadow: 0 22px 48px rgba(7, 31, 62, 0.14);
  border-color: rgba(217, 164, 65, 0.5);
}

.features span {
  width: 44px;
  height: 44px;
  border-radius: 14px;
  background: #f3f7fc;
  color: var(--navy);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  border: 1px solid #e3e9f1;
}

.features h3 {
  font-size: 13px;
  color: var(--navy);
  margin-bottom: 2px;
}

.features p {
  color: #4a586b;
  font-size: 12px;
}

/* Partners */
.partners {
  background: #fff;
  padding: 40px 0 32px;
}

.line-title {
  width: min(1200px, 92%);
  margin: 0 auto 16px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 20px;
  align-items: center;
}

.line-title span {
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--gold2));
}

.line-title span:last-child {
  background: linear-gradient(90deg, var(--gold2), transparent);
}

.line-title h2 {
  color: var(--navy);
  font-size: 16px;
  letter-spacing: 3px;
  white-space: nowrap;
}

.partner-window {
  overflow: hidden;
  width: 100%;
}

.partner-track {
  display: flex;
  align-items: center;
  gap: 32px;
  width: max-content;
  animation: slide 62s linear infinite;
}

.partner-track:hover { animation-play-state: paused; }

.partner-track img {
  width: 110px;
  height: 44px;
  object-fit: contain;
  filter: grayscale(100%);
  opacity: 0.76;
  transition: 0.3s;
  background: #fff;
  border-radius: 8px;
}

.partner-track img:hover {
  filter: grayscale(0);
  opacity: 1;
}

@keyframes slide {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

/* Sections */
.section-block {
  width: min(1200px, 92%);
  margin: 64px auto;
}

.section-title {
  text-align: center;
  max-width: 820px;
  margin: 0 auto 32px;
}

.section-title h2,
.corp-copy h2 {
  color: var(--navy);
  font-size: clamp(26px, 3.5vw, 38px);
  line-height: 1.16;
  margin-bottom: 12px;
}

.section-title p,
.corp-copy p {
  color: var(--muted);
}

.section-cta {
  text-align: center;
  margin-top: 28px;
}

/* Solutions */
.solution-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.solution-card {
  background: linear-gradient(180deg, #fff 0%, #f9fbfd 100%);
  border: 1px solid rgba(196, 138, 37, 0.32);
  border-radius: 22px;
  overflow: hidden;
  box-shadow: 0 18px 42px rgba(7, 31, 62, 0.12);
  display: flex;
  flex-direction: column;
  min-height: 360px;
  padding: 0 0 22px;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.solution-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 24px 52px rgba(7, 31, 62, 0.16);
}

.solution-media {
  height: 190px;
  overflow: hidden;
  background: var(--navy);
  position: relative;
  border-bottom: 3px solid var(--gold);
}

.solution-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  filter: saturate(0.98) contrast(1.02);
  transition: transform 0.45s ease, filter 0.45s ease;
}

.solution-card:hover .solution-media img {
  transform: scale(1.035);
  filter: saturate(1.05) contrast(1.06);
}

.solution-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(7, 31, 62, 0) 35%, rgba(7, 31, 62, 0.62) 100%),
    linear-gradient(90deg, rgba(7, 31, 62, 0.35), rgba(7, 31, 62, 0) 58%);
  pointer-events: none;
}

.solution-card h3 {
  padding: 18px 24px 0;
  margin: 0 0 8px;
  color: var(--navy);
  font-size: 20px;
  line-height: 1.25;
}

.solution-card h3::after {
  content: "";
  display: block;
  width: 42px;
  height: 2px;
  background: var(--gold);
  margin-top: 10px;
  border-radius: 99px;
}

.solution-card p {
  padding: 0 24px;
  margin: 0 0 16px;
  color: #536174;
  font-size: 14.7px;
  line-height: 1.62;
  flex: 1;
}

.solution-card a {
  padding: 0 24px;
  margin-top: auto;
  font-weight: 900;
  color: var(--gold);
  text-decoration: none;
}

/* Corporate */
.corporate-block {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 32px;
  background: #fff;
  border-radius: 24px;
  padding: 40px;
  box-shadow: var(--shadow);
  border: 1px solid #e8edf4;
}

.corporate-block--single {
  grid-template-columns: 1fr;
}

.values-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin-top: 32px;
}

.value-card {
  background: #fff;
  border: 1px solid #e5ebf2;
  border-radius: 18px;
  padding: 22px;
  box-shadow: 0 12px 30px rgba(7, 31, 62, 0.08);
}

.value-card h3 {
  color: var(--navy);
  font-size: 17px;
  margin-bottom: 8px;
}

.value-card p {
  color: var(--muted);
  font-size: 14px;
  line-height: 1.65;
}

.why-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
  margin-top: 28px;
}

.why-item {
  background: linear-gradient(135deg, var(--navy), var(--navy2));
  color: #fff;
  border-radius: 16px;
  padding: 20px;
}

.why-item h4 {
  color: var(--gold2);
  margin-bottom: 8px;
  font-size: 15px;
}

.why-item p {
  font-size: 14px;
  color: #dce7f4;
  line-height: 1.6;
}

/* Team */
.team-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.team-card {
  background: linear-gradient(180deg, #fff, #fbfcfe);
  border: 1px solid rgba(196, 138, 37, 0.22);
  border-radius: 18px;
  padding: 18px;
  box-shadow: 0 14px 34px rgba(7, 31, 62, 0.1);
  display: grid;
  grid-template-columns: 54px 1fr;
  column-gap: 12px;
  align-items: start;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.team-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 20px 44px rgba(7, 31, 62, 0.14);
}

.team-avatar {
  width: 52px;
  height: 52px;
  border-radius: 14px;
  background: linear-gradient(145deg, var(--navy), var(--navy2));
  border: 1px solid rgba(217, 164, 65, 0.5);
  padding: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.team-avatar img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.team-info h3 {
  color: var(--navy);
  font-size: 16px;
  margin-bottom: 2px;
}

.team-info p {
  color: var(--muted);
  font-size: 13px;
  font-weight: 700;
}

.team-actions {
  grid-column: 1 / -1;
  margin-top: 12px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
}

.team-actions a {
  min-height: 36px;
  border-radius: 10px;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  font-size: 12px;
  font-weight: 900;
}

.team-call {
  grid-column: 1 / -1;
  background: #f3f7fc;
  color: var(--navy);
  border: 1px solid #dbe5ef;
  flex-direction: column;
  gap: 0;
  padding: 8px;
}

.team-call span {
  font-size: 11px;
  color: #526174;
  font-weight: 800;
}

.team-wa { background: var(--green); color: #fff; }
.team-mail { background: var(--navy); color: #fff; }

/* Contact */
.office-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 22px;
}

.office-card {
  background: #fff;
  border: 1px solid #e6ecf3;
  border-radius: 22px;
  overflow: hidden;
  box-shadow: var(--shadow);
  display: grid;
  grid-template-rows: auto 280px;
}

.office-primary { border-color: rgba(196, 138, 37, 0.35); }

.office-info { padding: 24px; }

.office-label {
  display: inline-flex;
  background: var(--navy);
  color: #fff;
  border-radius: 999px;
  padding: 6px 12px;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 12px;
}

.office-card h3 {
  color: var(--navy);
  font-size: 22px;
  margin-bottom: 10px;
}

.office-card p {
  color: #526174;
  font-size: 14px;
  line-height: 1.65;
  margin-bottom: 16px;
}

.office-actions a {
  text-decoration: none;
  border-radius: 999px;
  padding: 10px 18px;
  font-weight: 900;
  font-size: 13px;
  background: var(--gold);
  border: 1px solid var(--gold);
  color: #fff;
  display: inline-flex;
  box-shadow: 0 8px 20px rgba(196, 138, 37, 0.22);
}

.contact-info-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
  margin-bottom: 32px;
}

.contact-info-card {
  background: linear-gradient(135deg, var(--navy), var(--navy2));
  color: #fff;
  border-radius: 16px;
  padding: 18px;
  box-shadow: 0 12px 28px rgba(7, 31, 62, 0.12);
}

.contact-info-card b {
  display: block;
  color: var(--gold2);
  font-size: 11px;
  letter-spacing: 1.1px;
  text-transform: uppercase;
  margin-bottom: 6px;
}

.contact-info-card a,
.contact-info-card span {
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  line-height: 1.45;
  word-break: break-word;
}

.office-map {
  min-height: 280px;
  background: #edf2f7;
  border-top: 1px solid #e6ecf3;
}

.office-map iframe {
  width: 100%;
  height: 100%;
  min-height: 280px;
  border: 0;
  display: block;
}

/* CTA band */
.cta-band {
  width: min(1200px, 92%);
  margin: 56px auto;
  background: linear-gradient(135deg, var(--navy), var(--navy2));
  border-radius: 24px;
  padding: 36px 40px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  flex-wrap: wrap;
  box-shadow: var(--shadow);
}

.cta-band h2 {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(22px, 3vw, 30px);
  margin-bottom: 8px;
}

.cta-band p {
  color: #dce7f4;
  max-width: 520px;
}

/* Legal */
.legal-content {
  width: min(900px, 92%);
  margin: 40px auto 64px;
  background: #fff;
  border-radius: 20px;
  padding: 36px 40px;
  box-shadow: var(--shadow);
  border: 1px solid #e5ebf2;
}

.legal-content h2 {
  color: var(--navy);
  font-size: 20px;
  margin: 28px 0 10px;
}

.legal-content h2:first-of-type { margin-top: 0; }

.legal-content p,
.legal-content li {
  color: #526174;
  font-size: 15px;
  line-height: 1.75;
  margin-bottom: 12px;
}

.legal-content ul {
  padding-left: 22px;
  margin-bottom: 16px;
}

/* Footer */
.site-footer {
  margin-top: 64px;
  padding: 40px 5%;
  background: linear-gradient(135deg, #041326, var(--navy) 58%, #031123);
  color: #fff;
  display: grid;
  grid-template-columns: 1.2fr 0.8fr 1fr 0.9fr;
  gap: 28px;
  border-top: 1px solid rgba(217, 164, 65, 0.28);
}

.footer-brand-row {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 12px;
}

.footer-brand-row img {
  width: 58px;
  height: 58px;
  object-fit: contain;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(217, 164, 65, 0.38);
  border-radius: 14px;
  padding: 6px;
}

.footer-brand-row strong {
  display: block;
  color: #fff;
  font-size: 20px;
  letter-spacing: 1px;
}

.footer-brand-row strong em {
  color: var(--gold2);
  font-style: normal;
}

.footer-brand-row small {
  display: block;
  color: #d7e2ef;
  font-size: 9px;
  letter-spacing: 2px;
  margin-top: 4px;
  font-weight: 800;
}

.footer-slogan {
  color: #f5f8fc;
  font-size: 14px;
  margin-bottom: 14px;
}

.footer-hours {
  margin-top: 4px;
  padding-top: 14px;
  border-top: 1px solid rgba(217, 164, 65, 0.22);
}

.footer-hours h3 {
  color: var(--gold2);
  font-size: 13px;
  margin-bottom: 10px;
  letter-spacing: 0.5px;
}

.footer-hours p {
  color: #dce7f4;
  font-size: 12.5px;
  line-height: 1.55;
  margin-bottom: 6px;
}

.footer-hours p span {
  color: #f5f8fc;
  font-weight: 700;
}

.site-footer h3 {
  color: var(--gold2);
  margin-bottom: 12px;
  font-size: 14px;
}

.site-footer a {
  display: block;
  text-decoration: none;
  color: #dce7f4;
  margin-bottom: 8px;
  font-size: 14px;
}

.site-footer a:hover { color: #fff; }

.site-footer p {
  color: #dce7f4;
  margin-bottom: 6px;
  font-size: 13px;
}

.footer-corp p {
  font-size: 12px;
  line-height: 1.5;
  margin-bottom: 5px;
}

.footer-corp p:first-of-type {
  font-weight: 700;
  color: #f5f8fc;
  font-size: 12.5px;
}

.footer-corp a {
  display: inline;
  color: #dce7f4;
  text-decoration: underline;
}

.footer-corp a:hover {
  color: #fff;
}

.copyright {
  padding: 16px 5% 72px;
  background: #031123;
  color: #dce7f4;
  text-align: center;
  font-size: 13px;
}

.whatsapp-float {
  position: fixed;
  right: 18px;
  bottom: 18px;
  background: var(--green);
  color: #fff;
  text-decoration: none;
  padding: 14px 18px;
  border-radius: 999px;
  font-weight: 900;
  display: inline-flex;
  gap: 8px;
  align-items: center;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.24);
  z-index: 99;
}

.reveal {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

.reveal.visible {
  opacity: 1;
  transform: none;
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .reveal {
    opacity: 1;
    transform: none;
    transition: none;
  }
  .partner-track { animation: none; }
}

.skip-link {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10000;
  padding: 12px 18px;
  background: var(--gold);
  color: #fff;
  font-weight: 800;
  text-decoration: none;
  border-radius: 0 0 8px 0;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  width: 1px;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  white-space: nowrap;
  border: 0;
}

.skip-link:focus-visible {
  clip: auto;
  clip-path: none;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  white-space: normal;
}

body.menu-open {
  overflow: hidden;
}

.office-map {
  overflow: hidden;
  max-width: 100%;
}

/* Responsive */
@media (max-width: 1180px) {
  .brand-mark { width: 62px; height: 62px; }
  .solution-media { height: 180px; }
  .solution-card { min-height: 350px; }
  .features { grid-template-columns: repeat(3, 1fr); }
  .team-grid { grid-template-columns: repeat(3, 1fr); }
  .solution-grid { grid-template-columns: repeat(2, 1fr); }
  .values-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 960px) {
  :root { --header-h: auto; }

  .topbar-inner { justify-content: center; }
  .topbar-inner > span { margin-right: 0; width: 100%; text-align: center; }

  .nav-wrap {
    grid-template-columns: 1fr auto;
    grid-template-areas: "brand menu" "nav nav";
  }

  .brand { grid-area: brand; }
  .menu-toggle { display: block; grid-area: menu; }
  .main-nav {
    grid-area: nav;
    display: none;
    flex-direction: column;
    align-items: stretch;
    background: #f7f9fc;
    border-radius: 14px;
    padding: 8px;
    width: 100%;
  }

  .main-nav.open { display: flex; }
  .main-nav a { width: 100%; padding: 12px; }

  .hero-inner,
  .quote-page,
  .corporate-block { grid-template-columns: 1fr; }

  .hero-copy { padding: 40px 6% 24px; }
  .hero-visual { min-height: auto; padding: 16px 4% 36px; }
  .hero-image { min-height: 420px; }
  .hero-form,
  .quote-form { width: 100%; margin: 0 auto; }

  .brand-mark { width: 60px; height: 60px; }
  .solution-media { height: 190px; }
  .features { margin: 24px auto 0; grid-template-columns: repeat(2, 1fr); }
  .contact-info-grid { grid-template-columns: repeat(2, 1fr); }
  .office-grid { grid-template-columns: 1fr; }
  .site-footer { grid-template-columns: 1fr 1fr; }
  .why-grid { grid-template-columns: 1fr; }
}

@media (max-width: 620px) {
  .topbar-inner {
    flex-direction: column;
    align-items: center;
    gap: 8px;
    padding: 10px 4%;
    font-size: 12px;
  }

  .topbar-inner > span {
    width: 100%;
    text-align: center;
    margin-right: 0;
    line-height: 1.35;
  }

  .top-contact {
    justify-content: center;
    min-height: 36px;
  }

  .topbar a[href^="mailto"] {
    text-align: center;
    word-break: break-all;
  }

  .brand-mark { width: 50px; height: 50px; }
  .solution-media { height: 210px; }
  .solution-card { min-height: auto; }
  .brand-text strong { font-size: 17px; letter-spacing: 1px; }
  .brand-text small { display: none; }

  .hero h1 { font-size: 26px; }
  .hero-actions .btn { width: 100%; }
  .hero-form,
  .quote-form { grid-template-columns: 1fr; }

  .features,
  .solution-grid,
  .team-grid,
  .values-grid,
  .contact-info-grid { grid-template-columns: 1fr; }

  .line-title { grid-template-columns: 1fr; text-align: center; }
  .line-title span { display: none; }
  .line-title h2 { white-space: normal; font-size: 14px; }

  .corporate-block { padding: 24px 20px; }
  .cta-band { padding: 28px 24px; flex-direction: column; align-items: flex-start; }
  .site-footer { grid-template-columns: 1fr; }
  .whatsapp-float {
    left: 16px;
    right: 16px;
    justify-content: center;
    bottom: max(16px, env(safe-area-inset-bottom, 16px));
    min-height: 44px;
  }
  .legal-content { padding: 24px 20px; }
  .quote-page-info { padding: 24px; }
  .nav-wrap { max-width: 100%; }
  .partner-window { max-width: 100vw; }
  .solution-media img { object-position: center center; }
}

/* Mobil / tablet üretim optimizasyonu */
html {
  overflow-x: hidden;
  -webkit-text-size-adjust: 100%;
}

body {
  overflow-x: hidden;
  max-width: 100%;
  min-height: 100vh;
  min-height: 100dvh;
}

.site-header,
.topbar,
.site-footer,
.section-block,
.hero-inner {
  max-width: 100%;
}

@media (max-width: 960px) {
  .menu-toggle {
    min-width: 44px;
    min-height: 44px;
    padding: 8px;
  }

  .main-nav a {
    min-height: 44px;
    padding: 14px 12px;
    font-size: 13px;
  }

  .quote-form input,
  .quote-form select,
  .hero-form input,
  .hero-form select {
    font-size: 16px;
    min-height: 44px;
  }

  .quote-form button,
  .hero-form button {
    font-size: 16px;
    min-height: 48px;
  }

  .btn {
    min-height: 48px;
  }

  .team-actions a {
    min-height: 44px;
  }

  .form-check input {
    min-width: 20px;
    min-height: 20px;
  }

  .office-card {
    max-width: 100%;
  }

  .office-map iframe {
    max-width: 100%;
  }
}

@media (max-width: 430px) {
  .topbar-inner {
    font-size: 11px;
    gap: 6px;
    padding: 8px 3%;
  }

  .top-contact i {
    width: 20px;
    height: 20px;
    font-size: 12px;
  }

  .brand-text strong { font-size: 16px; }
  .brand-mark { width: 48px; height: 48px; }
  .hero-copy { padding-left: 5%; padding-right: 5%; }
  .copyright { padding-bottom: max(72px, calc(64px + env(safe-area-inset-bottom))); }
}
