.page-shell {
  background: #f4f5f6;
  min-height: 65vh;
}

.page-hero {
  position: relative;
  overflow: hidden;
  padding: 78px 0 72px;
  color: #fff;
  background:
    radial-gradient(circle at 85% 20%, rgba(0, 119, 255, .34), transparent 32%),
    linear-gradient(125deg, #111418 0%, #1b2025 62%, #101e31 100%);
}

.page-hero::after {
  content: "";
  position: absolute;
  right: -80px;
  bottom: -150px;
  width: 390px;
  height: 390px;
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 50%;
}

.page-hero .wrap {
  position: relative;
  z-index: 1;
}

.page-breadcrumb {
  display: flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 22px;
  color: #9fb2ca;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .09em;
  text-transform: uppercase;
}

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

.page-eyebrow {
  margin: 0 0 12px;
  color: #77b7ff;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .18em;
  text-transform: uppercase;
}

.page-hero h1 {
  max-width: 760px;
  margin: 0;
  font-size: clamp(42px, 6vw, 76px);
  line-height: .98;
  letter-spacing: -.045em;
}

.page-hero-text {
  max-width: 650px;
  margin: 20px 0 0;
  color: #c5cbd2;
  font-size: 16px;
  line-height: 1.75;
}

.page-content {
  padding: 78px 0 90px;
}

.about-layout {
  display: grid;
  grid-template-columns: minmax(300px, .82fr) minmax(0, 1.18fr);
  gap: clamp(42px, 7vw, 90px);
  align-items: center;
}

.about-visual {
  position: relative;
  padding: 18px 0 0 18px;
}

.about-visual::before {
  content: "";
  position: absolute;
  inset: 0 18px 18px 0;
  border: 2px solid #0077ff;
}

.about-visual img {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  max-height: 680px;
  object-fit: cover;
  box-shadow: 0 24px 55px rgba(17, 20, 24, .18);
}

.about-copy h2 {
  margin: 0 0 26px;
  color: #111418;
  font-size: clamp(32px, 4vw, 52px);
  line-height: 1.05;
  letter-spacing: -.035em;
}

.about-copy h2 span {
  color: #0077ff;
}

.about-copy p {
  margin: 0 0 20px;
  color: #515a64;
  font-size: 15px;
  line-height: 1.9;
}

.about-signature {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-top: 34px;
}

.about-stat {
  padding: 20px;
  border: 1px solid #e1e5e9;
  background: #fff;
}

.about-stat strong {
  display: block;
  color: #0077ff;
  font-size: 28px;
}

.about-stat span {
  color: #69717a;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.certificates-section { padding: 0 0 90px; background: #f4f5f6; }
.brands-section { padding: 82px 0 90px; border-top: 1px solid #e1e5e9; background: #fff; }
.certificates-heading { display: flex; margin-bottom: 24px; align-items: end; justify-content: space-between; gap: 28px; }
.certificates-heading > div { max-width: 720px; }
.certificates-heading span { color: #0077ff; font-size: 10px; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.certificates-heading h2 { margin: 9px 0 12px; color: #111418; font-size: clamp(30px, 4vw, 48px); }
.certificates-heading p { margin: 0; color: #69717a; font-size: 14px; line-height: 1.8; }
.certificates-heading > a,
.certificate-pdf-frame > p a { display: inline-flex; min-height: 43px; padding: 0 16px; align-items: center; justify-content: center; color: #fff; border-radius: 5px; background: #0077ff; font-size: 10px; font-weight: 900; text-decoration: none; white-space: nowrap; }
.certificate-pdf-frame { overflow: hidden; border: 1px solid #d9e0e5; border-radius: 8px; background: #fff; box-shadow: 0 18px 44px rgba(17, 20, 24, .08); }
.certificate-pdf-frame iframe { display: block; width: 100%; height: min(78vh, 900px); min-height: 600px; border: 0; }
.certificate-pdf-frame > p { display: none; margin: 0; padding: 20px; text-align: center; }

.detail-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.detail-card {
  min-height: 220px;
  padding: 34px;
  border: 1px solid #e0e4e8;
  background: #fff;
  box-shadow: 0 14px 36px rgba(17, 20, 24, .06);
}

.detail-card.featured {
  color: #fff;
  border-color: #0077ff;
  background: #0077ff;
}

.detail-card .card-kicker {
  display: block;
  margin-bottom: 18px;
  color: #0077ff;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.detail-card.featured .card-kicker {
  color: #d9ebff;
}

.detail-card h2,
.detail-card h3 {
  margin: 0 0 14px;
  color: #111418;
  font-size: 24px;
}

.detail-card.featured h2,
.detail-card.featured h3 {
  color: #fff;
}

.detail-card p,
.detail-card address {
  margin: 0;
  color: #69717a;
  font-size: 14px;
  font-style: normal;
  line-height: 1.8;
}

.detail-card.featured p,
.detail-card.featured address {
  color: #e5f1ff;
}

.detail-card a {
  color: inherit;
  font-weight: 700;
  text-decoration: none;
}

.factory-map-section { padding: 0 0 90px; background: #f5f7f9; }
.contact-form-section { padding: 0 0 90px; background: #f5f7f9; }
.contact-form-layout { display:grid; grid-template-columns:minmax(240px,.7fr) minmax(0,1.3fr); gap:clamp(32px,6vw,80px); align-items:start; }
.contact-form-heading span { color:#0077ff; font-size:10px; font-weight:900; letter-spacing:.14em; text-transform:uppercase; }
.contact-form-heading h2 { margin:10px 0 16px; color:#111418; font-size:clamp(30px,4vw,48px); line-height:1.05; }
.contact-form-heading p { margin:0; color:#69717a; font-size:14px; line-height:1.8; }
.contact-form { padding:32px; border:1px solid #e0e4e8; background:#fff; box-shadow:0 14px 36px rgba(17,20,24,.06); }
.contact-form-grid { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:18px; }
.contact-form label { display:grid; gap:8px; color:#35414b; font-size:11px; font-weight:800; }
.contact-form input,.contact-form textarea { width:100%; padding:13px 14px; color:#202a32; border:1px solid #d9e0e5; border-radius:5px; background:#fafbfc; font:inherit; font-weight:500; outline:none; }
.contact-form input:focus,.contact-form textarea:focus { border-color:#0077ff; box-shadow:0 0 0 3px rgba(0,119,255,.1); }
.contact-message-field { grid-column:1/-1; }
.contact-form textarea { resize:vertical; min-height:140px; }
.contact-form button { min-width:150px; min-height:46px; margin-top:20px; padding:0 24px; color:#fff; border:0; border-radius:5px; background:#0077ff; font-size:11px; font-weight:900; cursor:pointer; }
.contact-form button:hover { background:#e21b23; }
.contact-form-status { margin-bottom:18px; padding:12px 14px; border-radius:5px; font-size:11px; font-weight:700; }
.contact-form-status.success { color:#147146; background:#e8f7ef; }
.contact-form-status.error { color:#a43b3b; background:#fff0f0; }
.contact-honeypot { position:absolute!important; left:-10000px!important; width:1px!important; height:1px!important; overflow:hidden!important; }
.region-map-section { padding: 0 0 90px; background: #f5f7f9; }
.region-map-heading { max-width: 760px; margin-bottom: 28px; }
.region-map-heading > span { color: #0077ff; font-size: 10px; font-weight: 900; letter-spacing: .14em; }
.region-map-heading h2 { margin: 9px 0 12px; color: #111418; font-size: clamp(30px, 4vw, 48px); line-height: 1.05; }
.region-map-heading p { margin: 0; color: #69717a; font-size: 14px; line-height: 1.8; }
.region-map-layout { display: grid; grid-template-columns: minmax(0, 1.55fr) minmax(270px, .45fr); gap: 22px; align-items: stretch; }
.turkey-map-card { display: grid; min-height: 500px; padding: 28px; place-items: center; overflow: hidden; border: 1px solid #dfe5ea; border-radius: 12px; background: radial-gradient(circle at 50% 45%, #fff 0, #f8fbfd 68%, #eef4f8 100%); box-shadow: 0 18px 44px rgba(17, 40, 60, .07); }
.contact-turkey-map { width: 100%; }
.contact-turkey-map svg { display: block; width: 100%; height: auto; overflow: visible; filter: drop-shadow(0 14px 16px rgba(26, 57, 78, .12)); }
.contact-turkey-map path { stroke: #fff; stroke-width: 1.6; stroke-linejoin: round; cursor: pointer; transition: opacity .16s ease, filter .16s ease, transform .16s ease; transform-box: fill-box; transform-origin: center; }
.contact-turkey-map path:hover,
.contact-turkey-map path:focus,
.contact-turkey-map path.is-selected { z-index: 2; opacity: 1; filter: brightness(1.08) drop-shadow(0 4px 4px rgba(15, 40, 58, .3)); outline: none; transform: scale(1.035); }
.region-contact-panel { display: grid; gap: 14px; }
.region-selected { display: flex; min-height: 175px; padding: 24px; align-items: flex-start; flex-direction: column; border-radius: 12px; color: #fff; background: linear-gradient(145deg, #0c2233, #133f60); box-shadow: 0 18px 38px rgba(14, 48, 73, .16); }
.region-selected small { color: #9cb5c6; font-size: 9px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.region-selected strong { margin-top: 13px; font-size: 24px; }
.region-selected bdi { margin-top: 5px; color: #fff; font-size: 18px; font-weight: 800; }
.region-selected a { margin-top: auto; padding: 9px 12px; color: #fff; border-radius: 5px; background: #e21b23; font-size: 9px; font-weight: 900; text-decoration: none; }
.region-phone-list { display: grid; overflow: hidden; border: 1px solid #dfe5ea; border-radius: 12px; background: #fff; }
.region-phone-list a { display: grid; grid-template-columns: 10px minmax(0, 1fr); gap: 3px 10px; padding: 14px 15px; color: #34434e; border-bottom: 1px solid #edf1f4; text-decoration: none; }
.region-phone-list a:last-child { border-bottom: 0; }
.region-phone-list a:hover { background: #f7fbff; }
.region-phone-list i { grid-row: 1 / 3; width: 9px; height: 9px; margin-top: 3px; border-radius: 50%; background: var(--region-color); }
.region-phone-list span { font-size: 9px; font-weight: 800; }
.region-phone-list bdi { color: #0874df; font-size: 11px; font-weight: 900; }
.factory-map-heading { display: flex; padding: 0 0 22px; align-items: end; justify-content: space-between; gap: 25px; }

@media (max-width: 760px) {
  .contact-form-layout,.contact-form-grid { grid-template-columns:1fr; }
  .contact-form { padding:23px; }
  .contact-message-field { grid-column:auto; }
  .region-map-layout { grid-template-columns: 1fr; }
  .turkey-map-card { min-height: 340px; padding: 14px; }
}
.factory-map-heading span { color: #0077ff; font-size: 9px; font-weight: 900; letter-spacing: .14em; }
.factory-map-heading h2 { margin: 7px 0 0; color: #111418; font-size: clamp(26px, 4vw, 40px); }
.factory-map-heading a { padding: 11px 14px; color: #0873e6; border: 1px solid #cfe4fb; border-radius: 7px; background: #fff; font-size: 9px; font-weight: 800; text-decoration: none; }
.factory-map-frame { height: 480px; padding: 10px; border: 1px solid #dce3e8; background: #fff; box-shadow: 0 18px 44px rgba(17, 20, 24, .07); }
.factory-map-frame iframe { width: 100%; height: 100%; border: 0; background: #eef2f5; }

.content-panel {
  max-width: 920px;
  padding: clamp(30px, 5vw, 60px);
  border: 1px solid #e0e4e8;
  background: #fff;
  box-shadow: 0 18px 44px rgba(17, 20, 24, .06);
}

.content-panel h2 {
  margin: 0 0 18px;
  color: #111418;
  font-size: clamp(28px, 4vw, 42px);
}

.content-panel p {
  margin: 0 0 17px;
  color: #5a636c;
  font-size: 15px;
  line-height: 1.85;
}

.content-panel .notice {
  margin-top: 28px;
  padding: 20px 22px;
  border-left: 4px solid #0077ff;
  background: #eef6ff;
  color: #30455d;
}

.footer li a[aria-current="page"] {
  color: #fff;
  font-weight: 700;
}

@media (max-width: 900px) {
  .about-layout,
  .detail-grid {
    grid-template-columns: 1fr;
  }

  .about-visual {
    max-width: 560px;
  }
}

@media (max-width: 600px) {
  .page-hero {
    padding: 55px 0 52px;
  }

  .page-content {
    padding: 52px 0 65px;
  }

  .about-signature {
    grid-template-columns: 1fr;
  }

  .detail-card {
    min-height: auto;
    padding: 26px;
  }

  .factory-map-heading { align-items: flex-start; flex-direction: column; }
  .factory-map-frame { height: 360px; }
  .certificates-heading { align-items: flex-start; flex-direction: column; }
  .certificate-pdf-frame iframe { height: 68vh; min-height: 480px; }
}
