:root {
  --bg: #f2f2f2;
  --text: #1f1f1f;
  --muted: #5f5f5f;
  --line: #e5e5e5;
  --accent: #b20f2a;
}
* { box-sizing: border-box; }
body { margin: 0; font-family: "Inter", system-ui, sans-serif; background: var(--bg); color: var(--text); }
a { text-decoration: none; color: inherit; }
button { font: inherit; }
img { display: block; width: 100%; }
.container { width: min(1240px, calc(100% - 2rem)); margin: 0 auto; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 30;
  background: #fff;
  box-shadow: 0 1px 0 rgba(15, 23, 42, 0.06), 0 12px 40px rgba(15, 23, 42, 0.06);
}
.contact-strip {
  background: linear-gradient(105deg, #1e2329 0%, #2d333c 48%, #252a31 100%);
  color: rgba(255, 255, 255, 0.9);
  font-size: 12px;
  letter-spacing: 0.02em;
  border-bottom: 1px solid rgba(0, 0, 0, 0.25);
}
.contact-strip-inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  gap: 10px 18px;
  padding: 9px 0;
}
.contact-strip-block {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.contact-strip-block--mail {
  margin-left: auto;
}
.contact-strip-icon {
  display: grid;
  place-items: center;
  width: 28px;
  height: 28px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.95);
  flex-shrink: 0;
}
.contact-strip-icon svg {
  display: block;
  opacity: 0.95;
}
.contact-strip-text {
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  flex-wrap: wrap;
  gap: 2px 6px;
  font-weight: 600;
}
.contact-strip-tel-sep {
  opacity: 0.55;
  color: rgba(255, 255, 255, 0.75);
  font-weight: 400;
  user-select: none;
}
.contact-strip a {
  color: #fff;
  text-decoration: none;
  transition: opacity 0.15s ease, color 0.15s ease;
}
.contact-strip a:hover {
  color: #fff;
  opacity: 0.85;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.contact-strip-mail {
  font-weight: 600;
}
.contact-strip a:focus-visible {
  outline: 2px solid rgba(255, 255, 255, 0.5);
  outline-offset: 2px;
  border-radius: 4px;
}
.contact-strip-divider {
  width: 1px;
  height: 18px;
  background: rgba(255, 255, 255, 0.18);
  flex-shrink: 0;
}
@media (max-width: 640px) {
  .contact-strip {
    display: none;
  }
}

.header-inner {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 16px 20px;
  padding: 14px 0 16px;
}
.header-left {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: clamp(14px, 2.2vw, 28px);
  min-width: 0;
  width: 100%;
}
.header-logos {
  display: flex;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
}
.logo-divider {
  width: 1px;
  align-self: stretch;
  min-height: 48px;
  max-height: 60px;
  background: linear-gradient(180deg, transparent, #cfd4db 15%, #cfd4db 85%, transparent);
  flex-shrink: 0;
}
.logo-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.header-logos .logo-link:not(.logo-link--unitas) {
  height: 34px;
}
.header-logos .logo-link--unitas {
  min-height: 48px;
}
.header-logos .logo-link:not(.logo-link--unitas) img {
  display: block;
  width: auto;
  height: 34px;
  max-height: 34px;
  max-width: min(200px, 42vw);
  object-fit: contain;
  object-position: center;
}
.header-logos .logo-link--unitas img {
  display: block;
  width: auto;
  height: clamp(46px, 6.5vw, 58px);
  max-height: 58px;
  max-width: min(320px, 72vw);
  object-fit: contain;
  object-position: center;
}
.main-nav {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-wrap: wrap;
  gap: 2px 4px;
  margin-left: auto;
  font-size: clamp(14px, 1.35vw, 16px);
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1.2;
}
.main-nav a {
  padding: 10px 14px;
  border-radius: 10px;
  color: #12151a;
  font-weight: 700;
  transition: background 0.16s ease, color 0.16s ease;
}
.main-nav a:hover {
  background: rgba(178, 15, 42, 0.1);
  color: var(--accent);
}
.text-accent { color: #b60000; font-weight: 700; }
.icon-button { width: 34px; height: 34px; border-radius: 999px; border: 0; background: transparent; cursor: pointer; padding: 6px; }
.nav-toggle { display: none; }

#anasayfa,
#sakarya-vitra-bayi,
#sakarya-artema-bayi,
#iletisim {
  scroll-margin-top: 112px;
}
.mobile-nav-overlay { position: fixed; inset: 0; display: none; background: rgba(0,0,0,.45); z-index: 99; }
.mobile-nav-overlay.open { display: block; }
.mobile-nav { margin-left: auto; width: min(320px, 92%); height: 100%; background: #fff; padding: 16px; display: grid; gap: 10px; }
.mobile-nav a {
  padding: 12px 14px;
  border-radius: 12px;
  background: #f4f5f7;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: -0.02em;
  color: #12151a;
}
.mobile-nav a:hover {
  background: rgba(178, 15, 42, 0.08);
  color: var(--accent);
}
.close-mobile-nav { justify-self: end; border: 0; width: 34px; height: 34px; border-radius: 10px; }

.hero-slider { padding: 12px 0 20px; }
.hero-frame { position: relative; }
/* Yükseklik sadece içerikten gelmesin: tüm slaytlar aynı kutuyu doldurur */
.hero-slider-inner {
  position: relative;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  overflow: hidden;
  border-radius: 4px;
  background: #d8d8d8;
  aspect-ratio: 2000 / 870;
  max-height: min(78vh, 640px);
  min-height: 280px;
}
.slide {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.45s ease;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  padding: clamp(16px, 3vw, 40px);
  box-sizing: border-box;
}
.slide.active {
  opacity: 1;
  z-index: 1;
  pointer-events: auto;
}
.hero-copy {
  max-width: min(560px, 92%);
  background: rgba(244, 244, 244, 0.55);
  border-radius: 10px;
  padding: 10px 14px;
}
.hero-copy h1, .hero-copy h2 { margin: 0 0 12px; line-height: 1.1; color: #334d64; word-break: break-word; }
.hero-copy h1 { font-size: clamp(25px, 3.5vw, 54px); }
.hero-copy h2 { font-size: clamp(22px, 3vw, 42px); color: #fff; text-shadow: 0 2px 10px rgba(0,0,0,.35); }
.button-dark { display: inline-flex; background: #3b546d; color: #fff; padding: 10px 18px; border-radius: 8px; font-weight: 700; }
.slider-controls {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 14px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  z-index: 5;
  pointer-events: none;
}
.slider-controls button {
  pointer-events: auto;
}
.slider-arrow { width: 24px; height: 24px; border-radius: 999px; border: 0; background: rgba(255,255,255,.25); color: #fff; cursor: pointer; }
.slider-dots { display: flex; gap: 5px; pointer-events: auto; }
.slider-dot { width: 24px; height: 2px; border: 0; background: rgba(255,255,255,.5); }
.slider-dot.active { background: #fff; }

.section { padding: 46px 0; }
.section-muted { background: #ececec; }
.section-head.center { text-align: center; margin-bottom: 16px; }
.eyebrow { margin: 0 0 6px; color: var(--muted); font-size: 13px; }
.section-head h2 { margin: 0 0 10px; font-size: clamp(24px, 3.2vw, 46px); line-height: 1.15; }
.link-button { display: inline-flex; align-items: center; gap: 6px; font-size: 13px; color: #3f3f3f; }
.link-button span { width: 16px; height: 16px; border-radius: 999px; background: var(--accent); color: #fff; display: grid; place-items: center; font-size: 11px; }

.products-grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 10px; }
.category-card img { height: 150px; object-fit: cover; }
.category-card span { display: block; text-align: center; margin-top: 8px; font-size: 14px; font-weight: 600; }

.solutions-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 2px; }
.solution-card { min-height: 240px; background-size: cover; background-position: center; display: flex; align-items: flex-end; }
.solution-card h3 { margin: 0; width: 100%; padding: 10px 8px; background: rgba(255,255,255,.9); font-size: 22px; font-weight: 500; }

.inspiration-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 2px; }
.inspiration-card { min-height: 190px; background-size: cover; background-position: center; }

.info-pair-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.15fr);
  gap: 16px;
  align-items: stretch;
}
.info-panel {
  border-radius: 20px;
  border: 1px solid rgba(15, 23, 42, 0.07);
  box-sizing: border-box;
}
.info-panel--contact {
  padding: 14px 8px 10px;
  background: linear-gradient(165deg, #ffffff 0%, #fafbfc 42%, #f0f3f7 100%);
  box-shadow:
    0 1px 2px rgba(15, 23, 42, 0.04),
    0 18px 42px -22px rgba(15, 23, 42, 0.14);
}
.info-panel-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0;
}
.info-panel-list li {
  display: flex;
  gap: 18px;
  align-items: flex-start;
}
.info-panel--contact .info-panel-list li {
  padding: 20px 18px;
  margin: 0 4px;
  border-radius: 16px;
  border-bottom: 1px solid rgba(15, 23, 42, 0.06);
  transition: background-color 0.2s ease;
}
.info-panel--contact .info-panel-list li:last-child {
  border-bottom: 0;
}
.info-panel--contact .info-panel-list li:hover {
  background: rgba(178, 15, 42, 0.045);
}
.info-panel-icon {
  flex-shrink: 0;
  width: 44px;
  height: 44px;
  border-radius: 10px;
  background: #fff;
  border: 1px solid #e0e5eb;
  display: grid;
  place-items: center;
  color: #1a1f26;
}
.info-panel--contact .info-panel-icon {
  width: 48px;
  height: 48px;
  border-radius: 14px;
  border: none;
  background: linear-gradient(160deg, rgba(178, 15, 42, 0.1) 0%, rgba(178, 15, 42, 0.05) 100%);
  color: var(--accent);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.65),
    0 1px 3px rgba(15, 23, 42, 0.06);
}
.info-panel-icon svg {
  display: block;
}
.info-panel--contact .info-panel-icon svg {
  width: 22px;
  height: 22px;
}
.info-panel-body {
  padding-top: 9px;
  font-size: 15px;
  line-height: 1.45;
  color: #2f3640;
  font-weight: 500;
}
.info-panel--contact .info-panel-body {
  padding-top: 11px;
  font-size: 15px;
  line-height: 1.5;
  letter-spacing: -0.01em;
  color: #1e2430;
}
.info-panel-body a {
  color: #2f3640;
  text-decoration: none;
  border-bottom: 1px solid transparent;
  transition: color 0.15s ease, border-color 0.15s ease;
}
.info-panel-body a:hover {
  color: var(--accent);
  border-bottom-color: rgba(178, 15, 42, 0.35);
}
.info-panel--contact .info-panel-body a:focus-visible,
.info-panel--contact .info-panel-tel a:focus-visible {
  outline: 2px solid var(--accent);
  outline-offset: 3px;
  border-radius: 4px;
}
.info-panel-tel {
  display: flex;
  flex-direction: row;
  align-items: center;
  flex-wrap: wrap;
  gap: 2px 8px;
  padding-top: 9px;
  font-size: 15px;
  line-height: 1.4;
  font-weight: 600;
}
.info-panel--contact .info-panel-tel {
  padding-top: 11px;
  gap: 4px 10px;
  letter-spacing: -0.02em;
}
.info-panel-tel-sep {
  opacity: 0.4;
  font-weight: 400;
  user-select: none;
}
.info-panel--contact .info-panel-tel-sep {
  opacity: 0.35;
  font-size: 14px;
}
.info-panel-tel a {
  color: #2f3640;
  text-decoration: none;
  border-bottom: 1px solid transparent;
  transition: color 0.15s ease, border-color 0.15s ease;
}
.info-panel-tel a:hover {
  color: var(--accent);
  border-bottom-color: rgba(178, 15, 42, 0.35);
}
.info-panel--contact .info-panel-tel a {
  font-weight: 600;
  color: #1a1f26;
}
.info-panel-address {
  font-weight: 400;
  color: #4a5562;
  line-height: 1.55;
  padding-top: 8px;
}
.info-panel--contact .info-panel-address {
  padding-top: 11px;
  color: #3d4654;
  font-size: 14px;
  line-height: 1.6;
}

.info-panel.info-panel--map {
  background: #eef1f5;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.7) inset;
  padding: 0;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  min-height: 380px;
}
.info-panel-map-title {
  margin: 0;
  padding: 20px 24px 14px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #7a828d;
  border-bottom: 1px solid rgba(0, 0, 0, 0.07);
  flex-shrink: 0;
}
.info-map-frame {
  position: relative;
  flex: 1;
  min-height: 300px;
  background: #dfe3e8;
}
.info-map-frame iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
}

.two-col { display: grid; grid-template-columns: repeat(2, 1fr); gap: 2px; }
.showcase-img { min-height: 260px; background-size: cover; background-position: center; }

.services-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 2px; }
.service-img { height: 160px; background-size: cover; background-position: center; }
.service-card h3 { margin: 6px 0 0; font-size: 14px; font-weight: 600; }

.support-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.support-grid article { background: #fff; border-radius: 14px; padding: 20px; }
.support-grid h3 { margin: 0 0 8px; font-size: 20px; }
.support-grid p { margin: 0; color: var(--muted); }

.site-footer {
  margin-top: 0;
  border-top: 1px solid #d8dce3;
  background: linear-gradient(180deg, #f6f7f9 0%, #e9ecf1 55%, #e2e6ec 100%);
  color: var(--text);
}
.footer-shell {
  padding: 48px 0 0;
}
.footer-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(28px, 4vw, 44px);
  align-items: start;
  padding-bottom: 40px;
}
.footer-brand {
  max-width: none;
}
.footer-brand-row {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: center;
  gap: clamp(18px, 3.5vw, 40px);
  margin-bottom: 20px;
}
.footer-logos {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: clamp(14px, 2.4vw, 22px);
  flex-shrink: 0;
  padding: 16px 22px;
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid rgba(15, 23, 42, 0.07);
  border-radius: 20px;
  box-shadow:
    0 1px 2px rgba(15, 23, 42, 0.05),
    inset 0 1px 0 rgba(255, 255, 255, 0.95);
}
.footer-logo-link {
  display: inline-flex;
  align-items: center;
  line-height: 0;
  border-radius: 6px;
  transition: opacity 0.2s ease;
}
.footer-logo-link:hover {
  opacity: 0.88;
}
.footer-logo-link:focus-visible {
  outline: 2px solid var(--accent);
  outline-offset: 3px;
}
.footer-logo-link img {
  width: auto;
  height: clamp(34px, 4.2vw, 48px);
  max-width: min(260px, 72vw);
  object-fit: contain;
  object-position: center;
  display: block;
}
.footer-logo-link--unitas img {
  height: clamp(42px, 5vw, 58px);
  max-width: min(300px, 82vw);
}
.footer-logo-divider {
  width: 1px;
  height: clamp(42px, 5vw, 56px);
  align-self: center;
  background: linear-gradient(180deg, transparent 8%, #c5ccd6 18%, #c5ccd6 82%, transparent 92%);
  flex-shrink: 0;
  opacity: 0.9;
}
.footer-brand-tagline {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  column-gap: clamp(10px, 1.6vw, 16px);
  row-gap: 8px;
  margin: 0;
  min-width: 0;
  font-size: clamp(13px, 1.35vw, 15px);
  line-height: 1.55;
  letter-spacing: -0.015em;
  color: #56606c;
}
.footer-brand-tagline .footer-lead {
  display: inline;
  margin: 0;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  font-weight: 400;
}
.footer-badge {
  display: inline-flex;
  align-items: center;
  margin: 0;
  padding: 6px 12px;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--accent);
  background: rgba(255, 255, 255, 0.9);
  border-radius: 10px;
  border: 1px solid rgba(178, 15, 42, 0.16);
  box-shadow: 0 1px 3px rgba(178, 15, 42, 0.07);
}
.footer-base {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px 20px;
  flex-wrap: wrap;
  border-top: 1px solid rgba(0, 0, 0, 0.06);
  padding: 18px 0 28px;
}
.footer-copy {
  margin: 0;
  font-size: 12px;
  color: #8b939e;
  letter-spacing: 0.02em;
}
.footer-credit {
  margin: 0;
  margin-left: auto;
  font-size: 12px;
  color: #8b939e;
  letter-spacing: 0.02em;
  text-align: right;
}
.footer-credit a {
  color: #6b7280;
  text-decoration: underline;
  text-underline-offset: 3px;
  transition: color 0.15s ease;
}
.footer-credit a:hover {
  color: var(--accent);
}

@media (max-width: 620px) {
  .footer-brand-row {
    grid-template-columns: 1fr;
    gap: 14px;
  }
  .footer-logos {
    width: fit-content;
    max-width: 100%;
    padding: 14px 18px;
  }
}

@media (max-width: 1024px) {
  .main-nav { display: none; }
  .nav-toggle { display: inline-grid; }
  .products-grid { grid-template-columns: repeat(3, 1fr); }
  .solutions-grid, .inspiration-grid, .two-col, .info-pair-grid, .services-grid, .support-grid { grid-template-columns: 1fr; }
  .footer-grid {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 700px) {
  body {
    overflow-x: clip;
  }
  .section { padding: 30px 0; }
  .hero-slider {
    padding: 0 0 12px;
    overflow-x: clip;
    max-width: 100%;
  }
  .hero-slider .container.hero-frame {
    width: 100%;
    max-width: none;
    margin: 0;
    padding-left: 0;
    padding-right: 0;
    min-width: 0;
    overflow: hidden;
  }
  /* Kampanya görselleri yatay; kutu oranını görselle eşleştir — tam görünür, yan kırpma yok */
  .hero-slider-inner {
    aspect-ratio: 2000 / 870;
    width: 100%;
    max-width: 100%;
    min-width: 0;
    min-height: 0;
    max-height: none;
    border-radius: 0;
    overflow: hidden;
    background: #dfe3e8;
  }
  .hero-slider .slide {
    padding: 0;
    background-size: contain;
    background-position: center center;
    background-color: #dfe3e8;
  }
  .hero-copy { max-width: 100%; padding: 8px; }
  .products-grid { grid-template-columns: repeat(2, 1fr); }
  .footer-grid { grid-template-columns: 1fr; }
}

/* Sağ alt: hızlı ara + WhatsApp (kurumsal yüzen iletişim) */
.fab-actions {
  position: fixed;
  z-index: 50;
  right: max(16px, env(safe-area-inset-right, 0px));
  bottom: max(22px, env(safe-area-inset-bottom, 0px));
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  pointer-events: none;
}
.fab-actions .fab-btn {
  pointer-events: auto;
}
.fab-btn {
  display: grid;
  place-items: center;
  width: 56px;
  height: 56px;
  border-radius: 999px;
  color: #fff;
  box-shadow:
    0 4px 14px rgba(15, 23, 42, 0.2),
    0 1px 2px rgba(15, 23, 42, 0.08);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.fab-btn:hover {
  transform: translateY(-2px) scale(1.03);
  box-shadow:
    0 8px 22px rgba(15, 23, 42, 0.22),
    0 2px 4px rgba(15, 23, 42, 0.1);
}
.fab-btn:active {
  transform: translateY(0) scale(0.98);
}
.fab-btn--phone {
  background: linear-gradient(145deg, #c41f3a 0%, var(--accent) 55%, #8f0b22 100%);
}
.fab-btn--phone svg {
  margin-left: 2px;
}
.fab-btn--whatsapp {
  background: linear-gradient(145deg, #2de27a 0%, #25d366 45%, #128c7e 100%);
}
.fab-btn--whatsapp svg {
  transform: scale(1.05);
}
.fab-btn:focus-visible {
  outline: 3px solid rgba(255, 255, 255, 0.95);
  outline-offset: 3px;
}
button.fab-btn {
  border: 0;
  cursor: pointer;
  font: inherit;
  padding: 0;
}
.fab-chat-backdrop {
  position: fixed;
  inset: 0;
  z-index: 0;
  background: rgba(15, 23, 42, 0.28);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.25s ease, visibility 0.25s ease;
  pointer-events: none;
}
.fab-actions.is-chat-open .fab-chat-backdrop {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.fab-whatsapp-widget {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  pointer-events: auto;
  z-index: 2;
}
.fab-actions > .fab-btn--phone {
  position: relative;
  z-index: 2;
}
.fab-chat-panel {
  position: absolute;
  right: 0;
  bottom: calc(100% + 14px);
  width: min(320px, calc(100vw - 28px));
  max-height: min(420px, 70vh);
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border-radius: 18px;
  background: #fff;
  color: #1a1f26;
  box-shadow:
    0 4px 6px rgba(15, 23, 42, 0.04),
    0 22px 48px -12px rgba(15, 23, 42, 0.28);
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  pointer-events: none;
  transition: opacity 0.28s ease, visibility 0.28s ease, transform 0.28s ease;
}
.fab-chat-panel.is-open {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  pointer-events: auto;
}
.fab-chat-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 12px 12px 12px 14px;
  background: linear-gradient(135deg, #075e54 0%, #128c7e 55%, #25d366 160%);
  color: #fff;
  flex-shrink: 0;
}
.fab-chat-head-brand {
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: 0;
}
.fab-chat-avatar {
  display: grid;
  place-items: center;
  width: 40px;
  height: 40px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.2);
  flex-shrink: 0;
}
.fab-chat-head-text {
  display: flex;
  flex-direction: column;
  gap: 2px;
  min-width: 0;
}
.fab-chat-head-text strong {
  font-size: 15px;
  font-weight: 700;
  letter-spacing: -0.02em;
}
.fab-chat-status {
  font-size: 11px;
  font-weight: 500;
  opacity: 0.92;
}
.fab-chat-close {
  flex-shrink: 0;
  width: 36px;
  height: 36px;
  display: grid;
  place-items: center;
  border: 0;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.15);
  color: #fff;
  font-size: 22px;
  line-height: 1;
  cursor: pointer;
  transition: background 0.15s ease;
}
.fab-chat-close:hover {
  background: rgba(255, 255, 255, 0.25);
}
.fab-chat-close:focus-visible {
  outline: 2px solid #fff;
  outline-offset: 2px;
}
.fab-chat-body {
  padding: 14px 14px 10px;
  overflow-y: auto;
  flex: 1;
  min-height: 0;
}
.fab-chat-msg--bot {
  margin: 0 0 12px;
  padding: 10px 12px;
  font-size: 13px;
  line-height: 1.5;
  color: #2c323c;
  background: #eef0f4;
  border-radius: 14px 14px 14px 4px;
}
.fab-chat-hint {
  margin: 0 0 8px;
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: #6b7380;
}
.fab-chat-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.fab-chip {
  display: inline-flex;
  align-items: center;
  padding: 8px 12px;
  font-size: 12px;
  font-weight: 600;
  color: #075e54;
  background: rgba(37, 211, 102, 0.12);
  border: 1px solid rgba(7, 94, 84, 0.15);
  border-radius: 999px;
  transition: background 0.15s ease, transform 0.15s ease;
}
.fab-chip:hover {
  background: rgba(37, 211, 102, 0.2);
  transform: translateY(-1px);
}
.fab-chip:focus-visible {
  outline: 2px solid var(--accent);
  outline-offset: 2px;
}
.fab-chat-footer {
  padding: 10px 14px 14px;
  flex-shrink: 0;
  border-top: 1px solid rgba(15, 23, 42, 0.06);
}
.fab-chat-cta {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 12px 14px;
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  text-align: center;
  border-radius: 12px;
  background: linear-gradient(145deg, #2de27a 0%, #25d366 40%, #128c7e 100%);
  box-shadow: 0 2px 8px rgba(18, 140, 126, 0.35);
  transition: transform 0.15s ease, box-shadow 0.15s ease;
}
.fab-chat-cta:hover {
  transform: translateY(-1px);
  box-shadow: 0 4px 14px rgba(18, 140, 126, 0.45);
}
.fab-chat-cta:focus-visible {
  outline: 2px solid #075e54;
  outline-offset: 2px;
}
html.fab-chat-scroll-lock,
html.fab-chat-scroll-lock body {
  overflow: hidden;
}
@media (prefers-reduced-motion: reduce) {
  .fab-btn:hover,
  .fab-btn:active {
    transform: none;
  }
  .fab-chat-panel,
  .fab-chat-backdrop {
    transition: none;
  }
  .fab-chip:hover,
  .fab-chat-cta:hover {
    transform: none;
  }
}
@media print {
  .fab-actions {
    display: none !important;
  }
}

/* ——— İç sayfalar ——— */
.page-hero {
  background: linear-gradient(160deg, #f8f9fb 0%, #eef1f6 45%, #e4e8ef 100%);
  border-bottom: 1px solid rgba(15, 23, 42, 0.07);
  padding: clamp(28px, 5vw, 52px) 0;
}
.page-hero-inner {
  max-width: 760px;
}
.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 6px 10px;
  margin: 0 0 14px;
  font-size: 13px;
  font-weight: 600;
  color: var(--muted);
  letter-spacing: 0.02em;
}
.breadcrumb a {
  color: var(--accent);
  font-weight: 600;
}
.breadcrumb a:hover {
  text-decoration: underline;
  text-underline-offset: 3px;
}
.page-hero h1 {
  margin: 0 0 12px;
  font-size: clamp(26px, 4vw, 42px);
  line-height: 1.12;
  letter-spacing: -0.03em;
  color: #12151a;
}
.page-lead {
  margin: 0;
  font-size: clamp(15px, 1.6vw, 18px);
  line-height: 1.6;
  color: #4a5562;
  max-width: 62ch;
}
.inner-article {
  padding-top: clamp(32px, 5vw, 56px);
  padding-bottom: clamp(40px, 6vw, 72px);
}
.prose {
  max-width: 720px;
  margin: 0 auto;
  font-size: 16px;
  line-height: 1.78;
  color: #2c323c;
}
.prose > *:first-child {
  margin-top: 0;
}
.prose h2 {
  margin: 2.1em 0 0.65em;
  font-size: clamp(1.2rem, 2.2vw, 1.45rem);
  line-height: 1.25;
  color: #12151a;
  letter-spacing: -0.02em;
}
.prose h2:first-child {
  margin-top: 0;
}
.prose h3 {
  margin: 1.65em 0 0.5em;
  font-size: 1.08rem;
  color: #1e2430;
}
.prose p {
  margin: 0 0 1em;
}
.prose ul {
  margin: 0 0 1.1em;
  padding-left: 1.25rem;
}
.prose li {
  margin-bottom: 0.45em;
}
.prose strong {
  color: #12151a;
}
.prose a {
  color: #1a5fb4;
  text-decoration: none;
}
.prose a:hover {
  color: var(--accent);
  text-decoration: underline;
  text-underline-offset: 3px;
}
.unitas-short {
  max-width: 560px;
  margin: 0 auto;
  text-align: center;
  font-size: 17px;
  line-height: 1.7;
  color: #3d4654;
}
.unitas-card {
  margin-top: 32px;
  padding: 28px 24px;
  border-radius: 20px;
  background: #fff;
  border: 1px solid rgba(15, 23, 42, 0.08);
  box-shadow: 0 14px 40px -20px rgba(15, 23, 42, 0.12);
  max-width: 520px;
  margin-left: auto;
  margin-right: auto;
}
/* Sakarya hizmet bölgeleri — düz iç sayfa (makale akışı) */
.region-directory {
  max-width: 820px;
}
.region-entry {
  margin: 0 0 28px;
  padding: 0 0 28px;
  border-bottom: 1px solid rgba(15, 23, 42, 0.08);
}
.region-entry:last-of-type {
  border-bottom: none;
  padding-bottom: 0;
}
.region-entry h3 {
  margin: 0 0 6px;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.3;
}
.region-entry h3 a {
  color: #1a5fb4;
  text-decoration: none;
}
.region-entry h3 a:hover {
  color: var(--accent);
  text-decoration: underline;
  text-underline-offset: 3px;
}
.region-entry-meta {
  margin: 0 0 10px !important;
  font-size: 14px;
  font-weight: 600;
  color: var(--accent);
}
.region-entry-more {
  margin: 12px 0 0 !important;
}
.region-entry-more a {
  font-weight: 600;
  color: #1a5fb4;
  text-decoration: none;
}
.region-entry-more a:hover {
  color: var(--accent);
  text-decoration: underline;
  text-underline-offset: 3px;
}
.page-lead-meta {
  margin: -8px 0 0;
  font-size: 14px;
  font-weight: 600;
  color: var(--accent);
}
.region-detail .prose-faq h3,
.region-detail h3 {
  margin: 1.4em 0 0.45em;
  font-size: 1.05rem;
  font-weight: 600;
  color: #1e2430;
}

.unitas-card p {
  margin: 0;
  font-size: 15px;
  line-height: 1.65;
  color: var(--muted);
}

.contact-page-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.05fr);
  gap: clamp(18px, 3vw, 28px);
  align-items: start;
  max-width: 1100px;
  margin: 0 auto;
}
.contact-form-card {
  background: #fff;
  border-radius: 20px;
  padding: clamp(22px, 3vw, 28px);
  border: 1px solid rgba(15, 23, 42, 0.08);
  box-shadow: 0 16px 44px -24px rgba(15, 23, 42, 0.14);
}
.contact-form-card h2 {
  margin: 0 0 6px;
  font-size: clamp(20px, 2.4vw, 24px);
  letter-spacing: -0.02em;
}
.contact-form-card .form-hint {
  margin: 0 0 20px;
  font-size: 14px;
  color: var(--muted);
  line-height: 1.5;
}
.form-field {
  margin-bottom: 16px;
}
.form-field label {
  display: block;
  margin-bottom: 6px;
  font-size: 13px;
  font-weight: 700;
  color: #2c323c;
  letter-spacing: 0.02em;
}
.form-field input,
.form-field select,
.form-field textarea {
  width: 100%;
  padding: 12px 14px;
  font: inherit;
  font-size: 15px;
  border: 1px solid #d5dbe4;
  border-radius: 12px;
  background: #fafbfc;
  color: #12151a;
  transition: border-color 0.15s ease, box-shadow 0.15s ease;
}
.form-field input:focus,
.form-field select:focus,
.form-field textarea:focus {
  outline: none;
  border-color: rgba(178, 15, 42, 0.45);
  box-shadow: 0 0 0 3px rgba(178, 15, 42, 0.12);
}
.form-field textarea {
  min-height: 120px;
  resize: vertical;
}
.btn-submit-wa {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin-top: 8px;
  padding: 14px 18px;
  font-size: 15px;
  font-weight: 700;
  color: #fff;
  border: 0;
  border-radius: 12px;
  cursor: pointer;
  background: linear-gradient(145deg, #2de27a 0%, #25d366 40%, #128c7e 100%);
  box-shadow: 0 4px 14px rgba(18, 140, 126, 0.35);
  transition: transform 0.15s ease, box-shadow 0.15s ease;
}
.btn-submit-wa:hover {
  transform: translateY(-1px);
  box-shadow: 0 6px 18px rgba(18, 140, 126, 0.45);
}
.btn-submit-wa:focus-visible {
  outline: 3px solid var(--accent);
  outline-offset: 2px;
}

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