:root {
  --site-nav-bg: #f6fafb;
  --site-nav-border: rgba(13, 115, 119, 0.12);
  --site-accent: #0d7377;
  --site-accent-hover: #0a5c5f;
  --site-text: #1c2b33;
  --site-muted: #5c6f78;
}

html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.2rem rgba(13, 115, 119, 0.35);
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin: 0;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  color: var(--site-text);
  background: #fff;
}

/* —— Navbar —— */
.site-header {
  position: sticky;
  top: 0;
  z-index: 1030;
}

.site-navbar {
  background: linear-gradient(180deg, var(--site-nav-bg) 0%, #fff 100%);
  border-bottom: 1px solid var(--site-nav-border);
  box-shadow: 0 4px 24px rgba(13, 115, 119, 0.06);
  padding-top: 0.65rem;
  padding-bottom: 0.65rem;
}

/* Logo | ortada linkler | sağda giriş (lg+) */
.site-navbar-inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.site-navbar-brand {
  margin-right: 0;
}

@media (min-width: 992px) {
  .site-navbar-inner {
    flex-wrap: nowrap;
    gap: 1rem;
  }

  .site-navbar-rest {
    flex: 1 1 auto;
    min-width: 0;
    display: flex !important;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
    margin-top: 0 !important;
  }

  .site-navbar-center-wrap {
    flex: 1 1 auto;
    display: flex;
    justify-content: center;
    min-width: 0;
  }

  .site-navbar-center-wrap .site-nav-links {
    flex-direction: row;
    justify-content: center;
  }

  .site-navbar-rest {
    width: auto;
  }
}

@media (max-width: 991.98px) {
  .site-navbar-rest {
    width: 100%;
    flex-direction: column;
    align-items: stretch !important;
  }

  .site-navbar-center-wrap {
    width: 100%;
  }
}

.site-brand {
  color: var(--site-text) !important;
  text-decoration: none;
}

.site-brand:hover {
  color: var(--site-accent) !important;
}

.site-brand-logo {
  height: 40px;
  width: auto;
  max-width: 180px;
  object-fit: contain;
  flex-shrink: 0;
  display: block;
}

.site-brand-text {
  display: flex;
  flex-direction: column;
  line-height: 1.15;
}

.site-brand-title {
  font-weight: 700;
  font-size: 1.15rem;
  letter-spacing: -0.02em;
}

.site-brand-sub {
  font-size: 0.68rem;
  font-weight: 500;
  color: var(--site-muted);
  letter-spacing: 0.02em;
  line-height: 1.25;
  max-width: 22rem;
}

.site-nav-toggler {
  border: 1px solid var(--site-nav-border);
  border-radius: 0.5rem;
  padding: 0.4rem 0.55rem;
}

.site-nav-links .nav-link.site-nav-link {
  color: var(--site-text);
  font-weight: 500;
  padding: 0.5rem 0.75rem;
  border-radius: 0.4rem;
  transition: color 0.15s ease, background 0.15s ease;
}

.site-nav-links .nav-link.site-nav-link:hover {
  color: var(--site-accent);
  background: rgba(13, 115, 119, 0.06);
}

.site-cart-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 1.28rem;
  height: 1.28rem;
  padding: 0 0.38rem;
  margin-left: 0.32rem;
  font-size: 0.65rem;
  font-weight: 800;
  line-height: 1;
  color: #fff;
  background: linear-gradient(135deg, var(--site-accent) 0%, #129197 100%);
  border-radius: 999px;
  box-shadow: 0 2px 8px rgba(13, 115, 119, 0.28);
}

.site-cart-badge--menu {
  margin-left: 0;
  flex-shrink: 0;
}

.site-profile-btn {
  position: relative;
  width: 2.65rem;
  height: 2.65rem;
  padding: 0;
  border-radius: 50%;
  border: 1px solid rgba(13, 115, 119, 0.35);
  background: rgba(13, 115, 119, 0.06);
  color: var(--site-accent);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition:
    background 0.15s ease,
    border-color 0.15s ease,
    box-shadow 0.15s ease,
    color 0.15s ease;
}

.site-profile-btn:hover,
.site-profile-btn:focus-visible {
  background: rgba(13, 115, 119, 0.12);
  border-color: rgba(13, 115, 119, 0.55);
  color: var(--site-accent-hover);
  box-shadow: 0 4px 14px rgba(13, 115, 119, 0.18);
}

.site-profile-btn.show {
  background: rgba(13, 115, 119, 0.14);
  border-color: rgba(13, 115, 119, 0.5);
}

.site-profile-btn:focus-visible {
  outline: none;
}

.site-profile-icon {
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Sepet özeti: fiyat + ikon (kullanıcı menüsünün sağında) */
.site-nav-user-cluster {
  flex-shrink: 0;
}

.site-nav-cart-summary {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  padding: 0.28rem 0.15rem 0.28rem 0.35rem;
  border-radius: 0.5rem;
  color: var(--site-text);
  transition: background 0.15s ease, color 0.15s ease;
}

.site-nav-cart-summary:hover {
  background: rgba(13, 115, 119, 0.07);
  color: var(--site-text);
}

.site-nav-cart-summary-price {
  font-size: 0.95rem;
  font-weight: 700;
  letter-spacing: -0.02em;
  color: #3d4f56;
  white-space: nowrap;
}

.site-nav-cart-summary-icon {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #3d4f56;
  line-height: 0;
}

.site-nav-cart-summary-badge {
  position: absolute;
  top: -0.28rem;
  right: -0.42rem;
  min-width: 1.15rem;
  height: 1.15rem;
  padding: 0 0.28rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 0.62rem;
  font-weight: 800;
  line-height: 1;
  color: #fff;
  background: #e53935;
  border-radius: 999px;
  border: 2px solid var(--site-header-bg, #fff);
  box-shadow: 0 1px 4px rgba(229, 57, 53, 0.45);
}

.site-profile-menu {
  min-width: 13.5rem;
  padding: 0.35rem 0;
  border-radius: 0.75rem;
  border: 1px solid rgba(13, 115, 119, 0.12);
  box-shadow: 0 12px 40px rgba(13, 115, 119, 0.15);
}

.site-profile-menu-head {
  border-bottom: 1px solid rgba(13, 115, 119, 0.08);
}

.site-profile-menu-label {
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--site-muted);
  margin-bottom: 0.15rem;
}

.site-profile-menu-name {
  font-size: 0.95rem;
  font-weight: 700;
  color: var(--site-text);
  max-width: 14rem;
}

.site-profile-menu-link {
  font-weight: 600;
}

.site-profile-logout {
  font-weight: 600;
}

/* Sağ: Giriş / Kayıt (Login / Register) */
.site-nav-auth {
  flex-shrink: 0;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  border-top: 1px solid var(--site-nav-border);
  margin-top: 0.5rem;
}

@media (min-width: 992px) {
  .site-nav-auth {
    border-top: none;
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 1rem;
    margin-left: 0;
    border-left: 1px solid var(--site-nav-border);
  }
}

.site-auth-actions {
  width: 100%;
}

.site-auth-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.35rem;
  padding: 0.48rem 1.05rem;
  border-radius: 999px;
  font-weight: 600;
  font-size: 0.88rem;
  text-decoration: none;
  transition: transform 0.15s ease, box-shadow 0.15s ease, background 0.15s ease, color 0.15s ease, border-color 0.15s ease;
}

.site-auth-btn:hover {
  transform: translateY(-1px);
}

.site-auth-btn--solid {
  color: #fff;
  border: 1px solid transparent;
  background: linear-gradient(135deg, var(--site-accent) 0%, #129197 100%);
  box-shadow: 0 8px 20px rgba(13, 115, 119, 0.22);
}

.site-auth-btn--solid:hover {
  color: #fff;
  box-shadow: 0 10px 24px rgba(13, 115, 119, 0.3);
}

.site-auth-btn--solid:focus,
.site-auth-btn--solid:active {
  color: #fff;
}

.site-auth-btn--muted {
  border: 1px solid rgba(13, 115, 119, 0.28);
  background: rgba(246, 250, 251, 0.95);
  color: var(--site-text);
  box-shadow: none;
}

.site-auth-btn--muted:hover {
  border-color: rgba(13, 115, 119, 0.45);
  background: #fff;
  color: var(--site-accent-hover);
  box-shadow: 0 4px 14px rgba(13, 115, 119, 0.1);
}

.site-auth-btn--single {
  width: 100%;
  letter-spacing: 0.01em;
}

.auth-modal .modal-backdrop {
  backdrop-filter: blur(2px);
}

.auth-modal-dialog {
  max-width: 450px;
}

.auth-modal-content {
  border: none;
  border-radius: 1rem;
  background: transparent;
  box-shadow: none;
}

.auth-flip-card {
  perspective: 1200px;
}

.auth-flip-inner {
  position: relative;
  width: 100%;
  min-height: 440px;
  transition: transform 0.7s cubic-bezier(0.22, 1, 0.36, 1), min-height 0.45s ease;
  transform-style: preserve-3d;
}

.auth-flip-card.is-register .auth-flip-inner {
  min-height: 610px;
  transform: rotateY(180deg);
}

.auth-face {
  position: absolute;
  inset: 0;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  border-radius: 1rem;
  border: 1px solid var(--site-nav-border);
  background: linear-gradient(180deg, #ffffff 0%, #f7fbfb 100%);
  box-shadow: 0 26px 54px rgba(13, 115, 119, 0.18);
  padding: 1.3rem 1.3rem 1.2rem;
}

.auth-face-back {
  transform: rotateY(180deg);
}

.auth-modal-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 0.75rem;
  margin-bottom: 0.65rem;
}

.auth-modal-title {
  margin: 0;
  font-size: 1.4rem;
  font-weight: 800;
  letter-spacing: -0.02em;
  color: var(--site-text);
}

.auth-modal-subtitle {
  margin-top: 0.3rem;
  margin-bottom: 0;
  color: var(--site-muted);
  font-size: 0.92rem;
}

.auth-close-btn {
  opacity: 0.55;
  transform: scale(0.9);
}

.auth-close-btn:hover {
  opacity: 0.8;
}

.auth-form {
  display: flex;
  flex-direction: column;
  gap: 0.45rem;
  border-top: 1px solid rgba(13, 115, 119, 0.12);
  padding-top: 0.9rem;
}

.auth-label {
  font-size: 0.84rem;
  font-weight: 600;
  color: var(--site-text);
}

.auth-input {
  border-radius: 0.55rem;
  border: 1px solid var(--site-nav-border);
  background: #f8fafb;
  padding: 0.55rem 0.85rem;
  transition: border-color 0.15s ease, box-shadow 0.15s ease, background 0.15s ease;
}

.auth-input:focus {
  border-color: rgba(13, 115, 119, 0.35);
  box-shadow: 0 0 0 0.2rem rgba(13, 115, 119, 0.12);
  background: #fff;
}

.auth-switch-wrap {
  margin-top: 0.95rem;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.35rem;
  font-size: 0.88rem;
  color: var(--site-muted);
  border-top: 1px dashed rgba(13, 115, 119, 0.16);
  padding-top: 0.8rem;
}

.auth-switch-btn {
  border: 0;
  background: transparent;
  color: var(--site-accent);
  font-weight: 700;
  padding: 0;
}

.auth-switch-btn:hover {
  color: var(--site-accent-hover);
  text-decoration: underline;
}

@media (max-width: 575.98px) {
  .site-auth-btn {
    flex: 1 1 auto;
  }
}

@media (min-width: 992px) {
  .site-auth-actions {
    width: auto;
  }
}

/* —— Footer —— */
.site-footer {
  margin-top: auto;
  color: var(--site-text);
  background: #fff;
  border-top: 1px solid var(--site-nav-border);
  box-shadow: 0 -8px 32px rgba(13, 115, 119, 0.04);
}

.site-footer-main {
  border-bottom: 1px solid var(--site-nav-border);
}

.site-footer-brand-name {
  font-weight: 700;
  font-size: 1.1rem;
  color: var(--site-text);
  letter-spacing: -0.02em;
}

.site-footer-brand-sub {
  color: var(--site-muted);
  font-size: 0.7rem;
  line-height: 1.3;
  max-width: 14rem;
}

.site-footer-logo {
  width: 48px;
  height: 48px;
  object-fit: contain;
  border-radius: 0.5rem;
  background: rgba(13, 115, 119, 0.06);
  padding: 4px;
}

.site-footer-heading {
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--site-text);
  margin-bottom: 1rem;
}

.site-footer-heading-sm {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.site-footer-links li + li {
  margin-top: 0.45rem;
}

.site-footer-links a {
  color: var(--site-muted);
  text-decoration: none;
  font-size: 0.92rem;
  transition: color 0.15s ease;
}

.site-footer-links a:hover {
  color: var(--site-accent);
}

.site-footer-contact li + li {
  margin-top: 0.65rem;
}

.site-footer-contact {
  color: var(--site-muted);
}

.site-footer-contact a {
  color: var(--site-accent);
  text-decoration: none;
}

.site-footer-contact a:hover {
  color: var(--site-accent-hover);
  text-decoration: underline;
}

.site-footer-contact-icon {
  flex-shrink: 0;
  opacity: 0.65;
  width: 1.25rem;
}

.site-footer-input {
  border-radius: 0.5rem;
  border: 1px solid var(--site-nav-border);
  background: #f8fafb;
  color: var(--site-text);
  max-width: 100%;
}

.site-footer-input::placeholder {
  color: rgba(92, 111, 120, 0.75);
}

.site-footer-input:focus {
  border-color: rgba(13, 115, 119, 0.35);
  box-shadow: 0 0 0 0.2rem rgba(13, 115, 119, 0.12);
  background: #fff;
  color: var(--site-text);
}

.site-footer-newsletter-btn {
  --bs-btn-bg: rgba(255, 255, 255, 0.95);
  --bs-btn-color: var(--site-accent);
  --bs-btn-border-color: transparent;
  font-weight: 600;
  border-radius: 0.5rem;
  white-space: nowrap;
}

.site-footer-newsletter-btn:disabled {
  opacity: 0.55;
}

.site-footer-bottom {
  background: #f8fafb;
}

.site-footer-copyright {
  color: var(--site-muted);
}

.site-footer-copyright strong,
.site-footer-copyright .site-footer-brand-highlight {
  color: var(--site-text);
  font-weight: 600;
}

.site-footer-legal a {
  color: var(--site-muted);
  text-decoration: none;
  font-size: 0.85rem;
}

.site-footer-legal a:hover {
  color: var(--site-accent);
}

/* —— Çerez bildirimi (ilk ziyaret, alt şerit) —— */
.site-cookie-consent {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1040;
  background: rgba(255, 255, 255, 0.97);
  border-top: 1px solid rgba(13, 115, 119, 0.14);
  box-shadow: 0 -6px 28px rgba(15, 25, 30, 0.08);
  backdrop-filter: blur(8px);
}

.site-cookie-consent:not([hidden]) {
  animation: site-cookie-enter 0.42s cubic-bezier(0.22, 1, 0.36, 1) both;
}

.site-cookie-consent.site-cookie-consent--leaving {
  animation: none;
  transition: transform 0.32s ease, opacity 0.28s ease;
  transform: translateY(110%);
  opacity: 0;
  pointer-events: none;
}

@keyframes site-cookie-enter {
  from {
    transform: translateY(100%);
    opacity: 0;
  }

  to {
    transform: translateY(0);
    opacity: 1;
  }
}

.site-cookie-consent-title {
  font-size: 0.92rem;
  font-weight: 700;
  letter-spacing: -0.02em;
  color: var(--site-text);
  margin: 0 0 0.35rem;
}

.site-cookie-consent-text {
  color: var(--site-muted);
  line-height: 1.55;
  max-width: 52rem;
}

.site-cookie-consent-text a {
  color: var(--site-accent);
  font-weight: 600;
  text-decoration: none;
}

.site-cookie-consent-text a:hover {
  color: var(--site-accent-hover);
  text-decoration: underline;
}

.site-cookie-consent-btn {
  --bs-btn-bg: var(--site-accent);
  --bs-btn-color: #fff;
  --bs-btn-border-color: var(--site-accent);
  --bs-btn-hover-bg: var(--site-accent-hover);
  --bs-btn-hover-border-color: var(--site-accent-hover);
  --bs-btn-hover-color: #fff;
  font-weight: 600;
  font-size: 0.88rem;
  padding: 0.45rem 1.15rem;
  border-radius: 0.5rem;
}

html.site-cookie-bar-open body {
  padding-bottom: 5.5rem;
}

@media (min-width: 992px) {
  html.site-cookie-bar-open body {
    padding-bottom: 4.25rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .site-cookie-consent:not([hidden]) {
    animation-duration: 0.01ms;
  }

  .site-cookie-consent.site-cookie-consent--leaving {
    transition-duration: 0.01ms;
  }
}

.form-floating > .form-control-plaintext::placeholder, .form-floating > .form-control::placeholder {
  color: var(--bs-secondary-color);
  text-align: end;
}

.form-floating > .form-control-plaintext:focus::placeholder, .form-floating > .form-control:focus::placeholder {
  text-align: start;
}

/* —— Ana sayfa —— */
.site-main {
  flex: 1 0 auto;
  overflow-x: clip;
}

.home-hero-carousel {
  position: relative;
  border-bottom: 1px solid var(--site-nav-border);
  background: #fff;
}

.home-hero-slide {
  position: relative;
  overflow: hidden;
  background: linear-gradient(135deg, #e8f4f5 0%, #f6fafb 45%, #fff 100%);
}

.home-hero-slide::after {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse 80% 60% at 85% 20%, rgba(13, 115, 119, 0.09), transparent 55%);
  pointer-events: none;
}

.home-hero-slide--1 {
  background-image: linear-gradient(105deg, rgba(8, 30, 34, 0.62) 0%, rgba(8, 30, 34, 0.38) 42%, rgba(8, 30, 34, 0.16) 100%), url("/images/01/1.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.home-hero-slide--1::after {
  background: radial-gradient(ellipse 75% 60% at 18% 25%, rgba(13, 115, 119, 0.24), transparent 58%);
}

.home-hero-slide--2 {
  background-image: linear-gradient(105deg, rgba(8, 30, 34, 0.62) 0%, rgba(8, 30, 34, 0.38) 42%, rgba(8, 30, 34, 0.16) 100%), url("/images/01/2.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.home-hero-slide--2::after {
  background: radial-gradient(ellipse 75% 60% at 18% 25%, rgba(13, 115, 119, 0.24), transparent 58%);
}

.home-hero-slide--3 {
  background-image: linear-gradient(105deg, rgba(8, 30, 34, 0.62) 0%, rgba(8, 30, 34, 0.38) 42%, rgba(8, 30, 34, 0.16) 100%), url("/images/01/3.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.home-hero-slide--3::after {
  background: radial-gradient(ellipse 75% 60% at 18% 25%, rgba(13, 115, 119, 0.24), transparent 58%);
}

.home-hero-slide .container {
  position: relative;
  z-index: 1;
}

.home-hero-carousel-indicators {
  margin-bottom: 0.5rem;
  z-index: 3;
}

.home-hero-carousel-indicators [data-bs-target] {
  width: 2rem;
  height: 0.3rem;
  border: none;
  border-radius: 999px;
  margin: 0 0.22rem;
  background: rgba(13, 115, 119, 0.22);
  opacity: 1;
  transition: background 0.2s ease, transform 0.2s ease;
}

.home-hero-carousel-indicators .active {
  background: var(--site-accent);
  transform: scaleY(1.25);
}

.home-hero-carousel-control {
  width: 2.75rem;
  opacity: 0.55;
  z-index: 3;
  transition: opacity 0.2s ease;
}

.home-hero-carousel:hover .home-hero-carousel-control {
  opacity: 0.9;
}

@media (max-width: 575.98px) {
  .home-hero-carousel-control {
    display: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  .home-hero-carousel .carousel-item {
    transition: none;
  }
}

.home-hero-row {
  min-height: min(420px, 78vh);
}

.home-eyebrow {
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--site-accent);
}

.home-hero-slide .home-eyebrow {
  color: #fff;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.35);
}

.home-hero-title {
  font-size: clamp(1.75rem, 4vw, 2.45rem);
  font-weight: 700;
  letter-spacing: -0.03em;
  line-height: 1.2;
  color: var(--site-text);
}

.home-hero-lead {
  font-size: 1.05rem;
  line-height: 1.65;
  max-width: 36rem;
}

.home-btn-primary {
  --bs-btn-bg: var(--site-accent);
  --bs-btn-border-color: var(--site-accent);
  --bs-btn-hover-bg: var(--site-accent-hover);
  --bs-btn-hover-border-color: var(--site-accent-hover);
  --bs-btn-color: #fff;
  --bs-btn-hover-color: #fff;
  --bs-btn-active-color: #fff;
  --bs-btn-focus-color: #fff;
  --bs-btn-padding-x: 1.35rem;
  border-radius: 999px;
  font-weight: 600;
  box-shadow: 0 4px 20px rgba(13, 115, 119, 0.22);
}

.home-btn-primary:hover,
.home-btn-primary:focus-visible,
.home-btn-primary:active {
  color: #fff !important;
}

.home-btn-outline {
  border-radius: 999px;
  font-weight: 600;
  --bs-btn-color: var(--site-text);
  --bs-btn-border-color: rgba(13, 115, 119, 0.35);
}

.home-btn-outline:hover {
  border-color: var(--site-accent);
  color: var(--site-accent);
  background: rgba(13, 115, 119, 0.06);
}

.home-hero-card {
  display: inline-block;
  text-align: left;
  padding: 1.5rem 1.75rem;
  background: #fff;
  border-radius: 1rem;
  border: 1px solid var(--site-nav-border);
  box-shadow: 0 12px 40px rgba(13, 115, 119, 0.08);
  max-width: 280px;
}

.home-hero-card--media {
  max-width: 300px;
  padding: 1.1rem 1.1rem 1.25rem;
}

.home-hero-card-thumb {
  border-radius: 0.75rem;
  overflow: hidden;
  background: linear-gradient(145deg, #e8f2f3, #f4f9fa);
  border: 1px solid var(--site-nav-border);
  margin-bottom: 0.85rem;
  aspect-ratio: 4 / 3;
  display: block;
  padding: 0;
}

.home-hero-card-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  max-height: none;
}

.home-hero-stat {
  display: flex;
  flex-direction: column;
  gap: 0.15rem;
  margin-bottom: 0.75rem;
}

.home-hero-stat-value {
  font-size: 2.25rem;
  font-weight: 800;
  line-height: 1;
  letter-spacing: -0.04em;
  color: var(--site-accent);
}

.home-hero-stat-label {
  font-size: 0.85rem;
  font-weight: 600;
  color: var(--site-text);
}

.home-intro {
  background: #fff;
}

.home-intro-card {
  height: 100%;
  padding: 1.5rem 1.25rem;
  border-radius: 0.9rem;
  border: 1px solid var(--site-nav-border);
  background: linear-gradient(180deg, #fafcfc 0%, #fff 100%);
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.home-intro-card:hover {
  border-color: rgba(13, 115, 119, 0.25);
  box-shadow: 0 8px 28px rgba(13, 115, 119, 0.07);
}

.home-intro-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.25rem;
  height: 2.25rem;
  margin-bottom: 0.75rem;
  border-radius: 0.5rem;
  background: rgba(13, 115, 119, 0.1);
  color: var(--site-accent);
  font-size: 0.95rem;
  font-weight: 700;
}

.home-intro-title {
  font-size: 1.05rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
  color: var(--site-text);
}

.home-intro-text {
  font-size: 0.92rem;
  line-height: 1.55;
}

.home-products {
  background: linear-gradient(180deg, #f6fafb 0%, #fff 35%);
  scroll-margin-top: 5.5rem;
}

.home-section-title {
  font-size: clamp(1.35rem, 2.5vw, 1.85rem);
  font-weight: 700;
  letter-spacing: -0.02em;
  color: var(--site-text);
}

.home-products-header {
  max-width: 640px;
}

.home-products-sub {
  font-size: 0.98rem;
  line-height: 1.55;
}

.home-products-all-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding-left: 1.45rem;
  padding-right: 1.35rem;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.home-products-all-btn-arrow {
  display: inline-flex;
  align-items: center;
  margin-left: 0.05rem;
  transition: transform 0.2s ease;
}

.home-products-all-btn:hover,
.home-products-all-btn:focus-visible {
  transform: translateY(-2px);
  box-shadow: 0 10px 32px rgba(13, 115, 119, 0.32);
}

.home-products-all-btn:hover .home-products-all-btn-arrow,
.home-products-all-btn:focus-visible .home-products-all-btn-arrow {
  transform: translateX(4px);
}

.home-products-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
  gap: 1.25rem;
}

@media (min-width: 1200px) {
  .home-products-grid {
    grid-template-columns: repeat(5, 1fr);
  }
}

.home-product-card {
  position: relative;
  display: flex;
  flex-direction: column;
  border-radius: 0.9rem;
  overflow: hidden;
  background: #fff;
  border: 1px solid var(--site-nav-border);
  box-shadow: 0 4px 18px rgba(13, 115, 119, 0.05);
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.home-product-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 14px 36px rgba(13, 115, 119, 0.12);
  border-color: rgba(13, 115, 119, 0.22);
}

.home-product-media {
  position: relative;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  background: linear-gradient(145deg, #eef6f7, #f9fafb);
}

.home-product-media img {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.home-product-body {
  padding: 1rem 1.1rem 1.2rem;
  display: flex;
  flex-direction: column;
  gap: 0.55rem;
  flex: 1;
}

.home-product-title {
  font-size: 0.98rem;
  font-weight: 600;
  line-height: 1.35;
  margin: 0;
  color: var(--site-text);
}

.home-product-card .home-product-detail {
  position: relative;
  z-index: 2;
  margin-top: auto;
  align-self: flex-start;
  display: inline-flex;
  align-items: center;
  gap: 0.32rem;
  padding: 0.38rem 0.78rem 0.38rem 0.92rem;
  border-radius: 999px;
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 0.01em;
  color: var(--site-accent);
  text-decoration: none;
  background: #fff;
  border: 1px solid rgba(13, 115, 119, 0.14);
  box-shadow: 0 1px 2px rgba(15, 25, 30, 0.04);
  transition:
    color 0.22s ease,
    border-color 0.22s ease,
    box-shadow 0.22s ease,
    background 0.22s ease,
    transform 0.22s ease;
}

.home-product-detail-text {
  line-height: 1.3;
}

.home-product-detail-arrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-right: -0.06rem;
  opacity: 0.72;
  transition: transform 0.22s ease, opacity 0.22s ease;
}

.home-product-detail:hover {
  color: var(--site-accent-hover);
  border-color: rgba(13, 115, 119, 0.28);
  background: linear-gradient(180deg, #fff 0%, #f7fbfc 100%);
  box-shadow: 0 2px 10px rgba(13, 115, 119, 0.09);
  transform: translateY(-1px);
}

.home-product-detail:hover .home-product-detail-arrow {
  transform: translateX(2px);
  opacity: 1;
}

.home-product-card:hover .home-product-detail {
  border-color: rgba(13, 115, 119, 0.22);
}

.home-product-detail:focus-visible {
  outline: none;
  box-shadow:
    0 0 0 3px rgba(255, 255, 255, 0.95),
    0 0 0 5px rgba(13, 115, 119, 0.22);
}

@media (prefers-reduced-motion: reduce) {
  .home-product-detail,
  .home-product-detail-arrow,
  .home-product-detail:hover .home-product-detail-arrow {
    transition-duration: 0.01ms;
    transform: none;
  }
}

/* Ara tanıtım: görsel + metin */
.home-showcase {
  background: #fff;
  border-top: 1px solid var(--site-nav-border);
  border-bottom: 1px solid var(--site-nav-border);
}

.home-showcase--muted {
  background: linear-gradient(180deg, #fafcfc 0%, #fff 100%);
}

.home-showcase-text {
  font-size: 1rem;
  line-height: 1.65;
  max-width: 34rem;
}

.home-showcase-bullets {
  margin: 0 0 1.25rem;
  padding-left: 1.15rem;
  color: var(--site-muted);
  font-size: 0.95rem;
  line-height: 1.6;
}

.home-showcase-bullets li + li {
  margin-top: 0.35rem;
}

.home-showcase-frame {
  border-radius: 1.1rem;
  overflow: hidden;
  background: linear-gradient(145deg, #e8f2f3, #f0f7f8);
  border: 1px solid var(--site-nav-border);
  box-shadow: 0 16px 48px rgba(13, 115, 119, 0.1);
}

.home-showcase-frame img {
  width: 100%;
  height: auto;
  max-height: 360px;
  object-fit: cover;
  object-position: center;
  display: block;
}

.home-showcase-frame--tilt {
  transform: rotate(-1deg);
  transition: transform 0.25s ease;
}

.home-showcase-frame--tilt:hover {
  transform: rotate(0deg);
}

.home-pill {
  display: inline-block;
  padding: 0.35rem 0.75rem;
  border-radius: 999px;
  font-size: 0.8rem;
  font-weight: 600;
  color: var(--site-accent);
  background: rgba(13, 115, 119, 0.09);
  border: 1px solid rgba(13, 115, 119, 0.15);
}

/* Tam genişlik marka şeridi: kurumsal cam panel + görsel yerine 3D sahne (görsel yok) */
@keyframes visual-banner-depth-pan {
  0% {
    transform: translate3d(-1.5%, 0, 0) scale(1.02);
    opacity: 0.55;
  }

  100% {
    transform: translate3d(1.5%, -0.5%, 0) scale(1.04);
    opacity: 0.68;
  }
}

@keyframes visual-banner-diagonal-shift {
  0% {
    opacity: 0.32;
    transform: translate3d(-1%, 0, 0) skewY(-11deg);
  }

  100% {
    opacity: 0.42;
    transform: translate3d(1.2%, 0, 0) skewY(-11deg);
  }
}

@keyframes visual-banner-soft-glow-drift-a {
  0% {
    transform: translate3d(0, 0, 0) scale(1);
  }

  100% {
    transform: translate3d(8%, -5%, 0) scale(1.06);
  }
}

@keyframes visual-banner-soft-glow-drift-b {
  0% {
    transform: translate3d(0, 0, 0) scale(1);
  }

  100% {
    transform: translate3d(-7%, 6%, 0) scale(1.05);
  }
}

@keyframes visual-banner-scene-drift {
  0% {
    transform: rotateX(6deg) rotateY(-16deg);
  }

  50% {
    transform: rotateX(10deg) rotateY(14deg);
  }

  100% {
    transform: rotateX(6deg) rotateY(-16deg);
  }
}

@keyframes visual-banner-panel-shine {
  0%,
  100% {
    border-color: rgba(255, 255, 255, 0.09);
    box-shadow:
      0 18px 36px rgba(0, 0, 0, 0.2),
      inset 0 1px 0 rgba(255, 255, 255, 0.08);
  }

  50% {
    border-color: rgba(255, 255, 255, 0.2);
    box-shadow:
      0 24px 48px rgba(0, 0, 0, 0.28),
      inset 0 1px 0 rgba(255, 255, 255, 0.12),
      0 0 40px rgba(13, 115, 119, 0.15);
  }
}

@keyframes visual-banner-floor-drift {
  0% {
    opacity: 0.22;
    background-position: 0 0, 0 0, 0 0;
  }

  100% {
    opacity: 0.38;
    background-position: -36px -24px, 24px -12px, 0 18px;
  }
}

.home-visual-banner {
  position: relative;
  min-height: min(420px, 58vw);
  display: flex;
  align-items: center;
  overflow: hidden;
  border-block: 1px solid rgba(255, 255, 255, 0.06);
}

.home-visual-banner-bg {
  position: absolute;
  inset: 0;
  isolation: isolate;
}

.visual-banner-base {
  position: absolute;
  inset: 0;
  z-index: 0;
  background: linear-gradient(168deg, #0b2226 0%, #0d3034 28%, #0d4a4e 58%, #0a5c5f 100%);
}

.visual-banner-depth {
  position: absolute;
  inset: -8%;
  z-index: 1;
  background:
    radial-gradient(ellipse 55% 45% at 22% 35%, rgba(13, 115, 119, 0.26), transparent 58%),
    radial-gradient(ellipse 50% 42% at 78% 62%, rgba(255, 255, 255, 0.06), transparent 52%);
  animation: visual-banner-depth-pan 38s ease-in-out infinite alternate;
  will-change: transform, opacity;
}

.visual-banner-soft-glow {
  position: absolute;
  border-radius: 50%;
  filter: blur(68px);
  pointer-events: none;
  z-index: 2;
  opacity: 0.32;
  will-change: transform;
}

.visual-banner-soft-glow--1 {
  width: min(420px, 52vw);
  height: min(420px, 52vw);
  top: -12%;
  left: -14%;
  background: rgba(120, 210, 214, 0.35);
  animation: visual-banner-soft-glow-drift-a 28s ease-in-out infinite alternate;
}

.visual-banner-soft-glow--2 {
  width: min(360px, 48vw);
  height: min(360px, 48vw);
  bottom: -16%;
  right: -12%;
  background: rgba(13, 115, 119, 0.42);
  animation: visual-banner-soft-glow-drift-b 32s ease-in-out infinite alternate;
}

.visual-banner-scene {
  position: absolute;
  inset: 0;
  z-index: 3;
  display: grid;
  place-items: center;
  overflow: hidden;
  perspective: 56rem;
  perspective-origin: 50% 36%;
  pointer-events: none;
}

.visual-banner-scene-inner {
  position: relative;
  width: min(720px, 98%);
  height: clamp(268px, 38vw, 340px);
  transform-style: preserve-3d;
  animation: visual-banner-scene-drift 22s ease-in-out infinite;
  will-change: transform;
}

.visual-banner-grid-floor {
  position: absolute;
  left: 50%;
  top: 66%;
  width: min(900px, 140%);
  height: clamp(200px, 34vw, 280px);
  transform: translate(-50%, -50%) rotateX(82deg) translateZ(-100px);
  transform-style: preserve-3d;
  border-radius: 0.85rem;
  opacity: 0.28;
  background-color: rgba(0, 15, 18, 0.15);
  background-image:
    linear-gradient(transparent 0%, rgba(13, 115, 119, 0.12) 100%),
    linear-gradient(rgba(255, 255, 255, 0.07) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.07) 1px, transparent 1px);
  background-size: auto, 40px 40px, 40px 40px;
  animation: visual-banner-floor-drift 34s ease-in-out infinite alternate;
  mask-image: radial-gradient(ellipse 68% 70% at 50% 50%, #000 8%, transparent 72%);
  -webkit-mask-image: radial-gradient(ellipse 68% 70% at 50% 50%, #000 8%, transparent 72%);
}

.visual-banner-panel {
  position: absolute;
  left: 50%;
  top: 50%;
  transform-style: preserve-3d;
  border-radius: 0.7rem;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: linear-gradient(152deg, rgba(255, 255, 255, 0.09) 0%, rgba(255, 255, 255, 0.025) 45%, rgba(4, 20, 22, 0.12) 100%);
}

.visual-banner-panel--deep {
  width: 88%;
  height: 74%;
  transform: translate3d(-50%, -54%, -180px) rotateY(-34deg) rotateX(14deg);
  opacity: 0.38;
}

.visual-banner-panel--mid {
  width: 74%;
  height: 62%;
  transform: translate3d(-50%, -54%, -80px) rotateY(22deg) rotateX(11deg);
  opacity: 0.58;
  border-color: rgba(255, 255, 255, 0.12);
}

.visual-banner-panel--near {
  width: 58%;
  height: 48%;
  transform: translate3d(-48%, -58%, 48px) rotateY(-14deg) rotateX(22deg);
  opacity: 0.92;
  animation: visual-banner-panel-shine 10s ease-in-out infinite;
  will-change: box-shadow;
}

.visual-banner-diagonal {
  position: absolute;
  top: -30%;
  left: -15%;
  z-index: 4;
  width: 68%;
  height: 160%;
  background: linear-gradient(
    92deg,
    transparent 0%,
    rgba(255, 255, 255, 0.03) 38%,
    rgba(255, 255, 255, 0.07) 50%,
    rgba(255, 255, 255, 0.03) 62%,
    transparent 100%
  );
  transform: skewY(-11deg);
  animation: visual-banner-diagonal-shift 42s ease-in-out infinite alternate;
  pointer-events: none;
}

.visual-banner-pattern {
  z-index: 5;
  position: absolute;
  inset: 0;
  opacity: 0.22;
  background-image: radial-gradient(rgba(255, 255, 255, 0.11) 1px, transparent 1px);
  background-size: 28px 28px;
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.35) 0%, #000 45%, rgba(0, 0, 0, 0.25) 100%);
  -webkit-mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.35) 0%, #000 45%, rgba(0, 0, 0, 0.25) 100%);
  pointer-events: none;
}

.visual-banner-vignette {
  position: absolute;
  inset: 0;
  z-index: 6;
  background:
    linear-gradient(180deg, rgba(6, 18, 20, 0.35) 0%, transparent 38%, transparent 62%, rgba(6, 18, 20, 0.45) 100%),
    radial-gradient(ellipse 92% 65% at 50% 48%, transparent 42%, rgba(5, 16, 18, 0.38) 100%);
  pointer-events: none;
}

.home-visual-banner-inner {
  position: relative;
  z-index: 10;
}

.home-visual-banner-glass {
  position: relative;
  margin-inline: auto;
  max-width: 38rem;
  padding: clamp(2rem, 4.5vw, 2.65rem) clamp(1.75rem, 4vw, 2.5rem);
  border-radius: 0.35rem;
  background: rgba(248, 251, 251, 0.07);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.06) inset,
    0 24px 48px rgba(0, 0, 0, 0.22);
}

.home-visual-banner-glass::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 4px;
  border-radius: 0.35rem 0 0 0.35rem;
  background: linear-gradient(180deg, rgba(147, 213, 213, 0.95), var(--site-accent));
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.08);
}

.home-visual-banner-eyebrow {
  margin: 0;
  padding-left: 0.35rem;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(229, 244, 244, 0.88);
}

.home-visual-banner-rule {
  display: block;
  width: 3rem;
  height: 2px;
  margin: 0.95rem auto 1.15rem;
  background: rgba(255, 255, 255, 0.22);
  border-radius: 999px;
}

.home-visual-banner-quote {
  padding: 0 0.35rem;
  font-size: clamp(1.12rem, 2.05vw, 1.38rem);
  font-weight: 500;
  line-height: 1.62;
  letter-spacing: -0.015em;
  color: #f4fbfb;
}

@media (min-width: 992px) {
  .home-visual-banner-glass {
    text-align: center;
    max-width: 44rem;
  }

  .home-visual-banner-eyebrow {
    padding-left: 0;
  }

  .home-visual-banner-rule {
    margin-left: auto;
    margin-right: auto;
  }

  .home-visual-banner-quote {
    padding: 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  .visual-banner-depth,
  .visual-banner-diagonal,
  .visual-banner-soft-glow,
  .visual-banner-scene-inner,
  .visual-banner-grid-floor,
  .visual-banner-panel--near {
    animation: none !important;
  }

  .visual-banner-depth {
    opacity: 0.6;
    transform: none;
  }

  .visual-banner-diagonal {
    opacity: 0.36;
    transform: skewY(-11deg);
  }

  .visual-banner-soft-glow--1,
  .visual-banner-soft-glow--2 {
    transform: none;
  }

  .visual-banner-scene-inner {
    transform: rotateX(8deg) rotateY(-8deg);
  }

  .visual-banner-grid-floor {
    opacity: 0.28;
    background-position: 0 0, 0 0, 0 0;
  }

  .visual-banner-panel--near {
    box-shadow: 0 18px 36px rgba(0, 0, 0, 0.2);
    border-color: rgba(255, 255, 255, 0.12);
  }
}

/* Alt CTA şeridi */
.home-cta-band {
  background: linear-gradient(135deg, #0a5c5f 0%, #0d7377 55%, #129197 100%);
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.home-cta-inner {
  padding: 2rem 1.75rem;
  border-radius: 1rem;
  background: rgba(0, 0, 0, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.12);
}

@media (min-width: 992px) {
  .home-cta-inner {
    padding: 2.5rem 2.5rem;
  }
}

.home-cta-eyebrow {
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.75);
}

.home-cta-title {
  font-size: clamp(1.25rem, 2.5vw, 1.75rem);
  font-weight: 700;
  color: #fff;
  letter-spacing: -0.02em;
  line-height: 1.25;
  margin-bottom: 0.5rem;
}

.home-cta-text {
  color: rgba(255, 255, 255, 0.88);
  font-size: 1rem;
  line-height: 1.55;
  max-width: 38rem;
}

.home-cta-btn-light {
  color: var(--site-accent) !important;
  border: none;
}

.home-cta-btn-light:hover {
  background: #f0fafa !important;
  color: var(--site-accent-hover) !important;
}

.home-cta-btn-ghost {
  border-color: rgba(255, 255, 255, 0.5) !important;
  color: #fff !important;
}

.home-cta-btn-ghost:hover {
  background: rgba(255, 255, 255, 0.12) !important;
  color: #fff !important;
}

/* —— Hakkimizda sayfasi —— */
.about-page-hero {
  position: relative;
  border-bottom: 1px solid rgba(13, 115, 119, 0.12);
}

.about-carousel-slide {
  position: relative;
  overflow: hidden;
  background: #0f1719;
  height: min(38vh, 320px);
}

@media (min-width: 768px) {
  .about-carousel-slide {
    height: min(40vh, 380px);
  }
}

.about-carousel-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  image-rendering: high-quality;
}

.about-carousel-scrim {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(
    105deg,
    rgba(8, 12, 14, 0.88) 0%,
    rgba(8, 18, 22, 0.55) 42%,
    rgba(13, 115, 119, 0.35) 100%
  );
}

.about-carousel-inner {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: flex;
  align-items: center;
  padding-top: 1.5rem;
  padding-bottom: 1.75rem;
}

.about-carousel-copy {
  max-width: 38rem;
}

.about-carousel-kicker {
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.72);
  margin-bottom: 0.65rem;
}

.about-carousel-title {
  font-size: clamp(1.85rem, 4.2vw, 2.75rem);
  font-weight: 800;
  letter-spacing: -0.035em;
  line-height: 1.15;
  color: #fff;
  margin-bottom: 0.85rem;
}

.about-carousel-lead {
  font-size: 1.02rem;
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.88);
  margin-bottom: 1.35rem;
}

.about-carousel-btn {
  --bs-btn-bg: #fff;
  --bs-btn-color: var(--site-accent);
  --bs-btn-border-color: transparent;
  --bs-btn-hover-bg: #f0fafa;
  --bs-btn-hover-color: var(--site-accent-hover);
  --bs-btn-hover-border-color: transparent;
  font-weight: 600;
  border-radius: 999px;
  padding: 0.55rem 1.35rem;
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.2);
}

.about-intro-bar {
  margin-top: -2.5rem;
  position: relative;
  z-index: 4;
  padding-bottom: 0.5rem;
}

.about-intro-glass {
  background: rgba(255, 255, 255, 0.82);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border: 1px solid rgba(13, 115, 119, 0.12);
  border-radius: 1rem;
  box-shadow: 0 18px 50px rgba(13, 115, 119, 0.1);
  padding: 1.25rem 1.35rem;
}

.about-intro-bar-title {
  font-weight: 700;
  font-size: 1.05rem;
  color: var(--site-text);
  letter-spacing: -0.02em;
}

.about-intro-bar-text {
  font-size: 0.92rem;
  color: var(--site-muted);
  line-height: 1.55;
  max-width: 22rem;
}

.about-intro-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  justify-content: flex-start;
}

@media (min-width: 992px) {
  .about-intro-chips {
    justify-content: flex-end;
  }
}

.about-chip {
  display: inline-flex;
  align-items: center;
  padding: 0.4rem 0.85rem;
  border-radius: 999px;
  font-size: 0.82rem;
  font-weight: 600;
  color: var(--site-accent);
  background: rgba(13, 115, 119, 0.08);
  border: 1px solid rgba(13, 115, 119, 0.14);
}

.about-visual-card {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.about-visual-frame {
  border-radius: 1.15rem;
  overflow: hidden;
  border: 1px solid var(--site-nav-border);
  background: linear-gradient(145deg, #e8f2f3, #f6fafb);
  box-shadow: 0 20px 48px rgba(13, 115, 119, 0.12);
}

.about-visual-frame img {
  width: 100%;
  height: auto;
  display: block;
  image-rendering: high-quality;
}

.about-visual-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.82rem;
  font-weight: 600;
  color: var(--site-muted);
  padding: 0.55rem 0.85rem;
  border-radius: 0.65rem;
  background: linear-gradient(180deg, #fafcfc 0%, #fff 100%);
  border: 1px solid var(--site-nav-border);
  align-self: flex-start;
}

.about-visual-badge-dot {
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  background: var(--site-accent);
  box-shadow: 0 0 0 4px rgba(13, 115, 119, 0.15);
}

.about-section {
  background: #fff;
}

.about-section-soft {
  background: linear-gradient(180deg, #f7fbfb 0%, #fff 55%);
  border-top: 1px solid var(--site-nav-border);
  border-bottom: 1px solid var(--site-nav-border);
}

.about-content-card {
  background: #fff;
  border: 1px solid rgba(13, 115, 119, 0.13);
  border-radius: 1.15rem;
  padding: clamp(1.35rem, 2.2vw, 2.1rem);
  box-shadow: 0 12px 40px rgba(13, 115, 119, 0.07);
}

.about-content-card--flat {
  box-shadow: 0 8px 28px rgba(13, 115, 119, 0.05);
}

.about-section-label {
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--site-accent);
}

.about-section-title {
  font-size: clamp(1.4rem, 2.8vw, 2rem);
  font-weight: 750;
  letter-spacing: -0.02em;
  color: var(--site-text);
}

.about-paragraph {
  font-size: 1rem;
  line-height: 1.8;
  color: #465961;
  margin-bottom: 1rem;
}

.about-vm-header {
  max-width: 640px;
}

.about-vm-sub {
  font-size: 0.98rem;
  line-height: 1.55;
}

.about-vm-card {
  position: relative;
  border-radius: 1.1rem;
  padding: 1.5rem 1.45rem;
  border: 1px solid rgba(13, 115, 119, 0.14);
  background: #fff;
  box-shadow: 0 10px 36px rgba(13, 115, 119, 0.06);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.about-vm-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 16px 44px rgba(13, 115, 119, 0.1);
}

.about-vm-card--vision {
  background: linear-gradient(160deg, #fff 0%, #f4fbfc 100%);
}

.about-vm-card--mission {
  background: linear-gradient(160deg, #fff 0%, #f8fafb 100%);
}

.about-vm-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.35rem;
  height: 2.35rem;
  margin-bottom: 0.75rem;
  border-radius: 0.65rem;
  font-size: 1rem;
  color: var(--site-accent);
  background: rgba(13, 115, 119, 0.1);
  border: 1px solid rgba(13, 115, 119, 0.12);
}

.about-vm-card-title {
  font-size: 1.15rem;
  font-weight: 700;
  letter-spacing: -0.02em;
  color: var(--site-text);
  margin-bottom: 0.65rem;
}

.about-vm-closer {
  border-radius: 1rem;
  padding: 1.1rem 1.25rem;
  background: rgba(13, 115, 119, 0.06);
  border: 1px solid rgba(13, 115, 119, 0.12);
}

.about-vm-closer-text {
  font-size: 0.95rem;
  line-height: 1.65;
  color: #3d4f58;
  text-align: center;
}

.about-kpi-section {
  background: #fff;
}

.about-kpi-card {
  border: 1px solid var(--site-nav-border);
  border-radius: 1rem;
  background: linear-gradient(180deg, #fafcfc 0%, #fff 100%);
  padding: 1.35rem 1.25rem;
  box-shadow: 0 6px 22px rgba(13, 115, 119, 0.05);
  transition: transform 0.2s ease, border-color 0.2s ease;
}

.about-kpi-card:hover {
  transform: translateY(-3px);
  border-color: rgba(13, 115, 119, 0.22);
}

.about-kpi-value {
  font-size: 1.65rem;
  font-weight: 800;
  letter-spacing: -0.03em;
  color: var(--site-accent);
}

.about-kpi-title {
  font-size: 1rem;
  font-weight: 700;
  color: var(--site-text);
}

.about-kpi-text {
  font-size: 0.93rem;
  color: var(--site-muted);
  line-height: 1.6;
}

/* —— Urunler sayfasi —— */
.products-hero {
  position: relative;
  background: linear-gradient(145deg, #e8f4f5 0%, #f6fafb 42%, #fff 100%);
  border-bottom: 1px solid var(--site-nav-border);
}

.products-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse 70% 55% at 100% 0%, rgba(13, 115, 119, 0.08), transparent 55%);
  pointer-events: none;
}

.products-hero .container {
  position: relative;
  z-index: 1;
}

.products-hero-title {
  font-size: clamp(1.85rem, 4vw, 2.65rem);
  font-weight: 800;
  letter-spacing: -0.035em;
  line-height: 1.15;
  color: var(--site-text);
}

.products-hero-lead {
  font-size: 1.05rem;
  line-height: 1.7;
  max-width: 42rem;
}

.products-hero-stats {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  justify-content: flex-start;
}

@media (min-width: 992px) {
  .products-hero-stats {
    justify-content: flex-end;
  }
}

.products-hero-stat {
  background: #fff;
  border: 1px solid var(--site-nav-border);
  border-radius: 0.85rem;
  padding: 1rem 1.15rem;
  min-width: 7.5rem;
  box-shadow: 0 8px 28px rgba(13, 115, 119, 0.07);
}

.products-hero-stat-value {
  display: block;
  font-size: 1.5rem;
  font-weight: 800;
  letter-spacing: -0.03em;
  line-height: 1.1;
  color: var(--site-accent);
}

.products-hero-stat-label {
  font-size: 0.78rem;
  font-weight: 600;
  color: var(--site-muted);
  text-transform: lowercase;
}

.products-toolbar {
  background: #fff;
  border-bottom: 1px solid var(--site-nav-border);
}

.products-toolbar-inner {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

@media (min-width: 768px) {
  .products-toolbar-inner {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
  }
}

.products-toolbar-label {
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--site-muted);
}

.products-toolbar-note {
  max-width: 26rem;
  line-height: 1.45;
}

.products-toolbar-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
}

.products-chip {
  display: inline-flex;
  align-items: center;
  padding: 0.35rem 0.8rem;
  border-radius: 999px;
  font-size: 0.8rem;
  font-weight: 600;
  color: var(--site-accent);
  background: rgba(13, 115, 119, 0.08);
  border: 1px solid rgba(13, 115, 119, 0.14);
}

.products-grid-section {
  background: linear-gradient(180deg, #fbfcfc 0%, #fff 35%);
}

.products-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
  gap: 1.35rem;
}

@media (min-width: 1200px) {
  .products-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

.products-card {
  position: relative;
  display: flex;
  flex-direction: column;
  border-radius: 1rem;
  overflow: hidden;
  background: #fff;
  border: 1px solid var(--site-nav-border);
  box-shadow: 0 6px 24px rgba(13, 115, 119, 0.06);
  transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}

.products-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 44px rgba(13, 115, 119, 0.12);
  border-color: rgba(13, 115, 119, 0.2);
}

.products-card-media {
  position: relative;
  aspect-ratio: 16 / 10;
  background: linear-gradient(145deg, #e8f2f3, #f4f9fa);
  overflow: hidden;
}

.products-card-media img {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.products-card-cat {
  position: absolute;
  top: 0.65rem;
  left: 0.65rem;
  z-index: 1;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--site-accent);
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(6px);
  padding: 0.28rem 0.55rem;
  border-radius: 0.35rem;
  border: 1px solid rgba(13, 115, 119, 0.12);
}

.products-card-body {
  padding: 1.15rem 1.2rem 1.35rem;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  flex: 1;
}

.products-card-title {
  font-size: 1.05rem;
  font-weight: 700;
  letter-spacing: -0.02em;
  color: var(--site-text);
  margin: 0;
  line-height: 1.3;
}

.products-card-price {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 0.35rem 0.65rem;
}

.products-card-price-value {
  font-size: 1.2rem;
  font-weight: 800;
  letter-spacing: -0.02em;
  color: var(--site-accent);
}

.products-card-price-note {
  font-size: 0.72rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: var(--site-muted);
}

.products-card-price--locked {
  min-height: 2.65rem;
  align-items: center;
}

.products-card-price-locked-text {
  font-size: 0.92rem;
  font-weight: 600;
  color: var(--site-muted);
  letter-spacing: 0.01em;
}

.products-card-text {
  font-size: 0.9rem;
  line-height: 1.55;
  color: var(--site-muted);
  margin: 0;
  flex: 1;
}

/* Ürün kartı — detay CTA: Sepete ekle ile aynı dil (beyaz yazı, hover’da da beyaz) */
.products-card-cta {
  position: relative;
  z-index: 2;
  align-self: flex-start;
  margin-top: auto;
  padding: 0.48rem 0.65rem 0.48rem 1.05rem;
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  border-radius: 999px;
  font-size: 0.875rem;
  font-weight: 600;
  letter-spacing: -0.01em;
  color: #fff !important;
  text-decoration: none;
  background: var(--site-accent);
  border: 1px solid rgba(255, 255, 255, 0.18);
  box-shadow: 0 4px 18px rgba(13, 115, 119, 0.25);
  transition:
    background 0.2s ease,
    border-color 0.2s ease,
    box-shadow 0.2s ease,
    transform 0.2s ease;
}

.products-card-cta:visited {
  color: #fff !important;
}

.products-card-cta-text {
  line-height: 1.35;
}

.products-card-cta-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.55rem;
  height: 1.55rem;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.2);
  color: #fff;
  transition: transform 0.2s ease, background 0.2s ease;
}

.products-card:hover .products-card-cta-icon,
.products-card-cta:hover .products-card-cta-icon {
  transform: translateX(2px);
  background: rgba(255, 255, 255, 0.28);
  color: #fff;
}

.products-card-cta:hover,
.products-card:hover .products-card-cta {
  color: #fff !important;
  background: var(--site-accent-hover);
  border-color: rgba(255, 255, 255, 0.22);
  box-shadow: 0 6px 22px rgba(13, 115, 119, 0.32);
  transform: translateY(-1px);
}

.products-card-cta:focus-visible {
  outline: none;
  color: #fff !important;
  background: var(--site-accent-hover);
  box-shadow:
    0 0 0 3px #fff,
    0 0 0 5px rgba(13, 115, 119, 0.35),
    0 4px 18px rgba(13, 115, 119, 0.25);
}

@media (prefers-reduced-motion: reduce) {
  .products-card-cta,
  .products-card-cta-icon,
  .products-card:hover .products-card-cta-icon,
  .products-card-cta:hover .products-card-cta-icon {
    transition-duration: 0.01ms;
    transform: none;
  }
}

.products-cta {
  background: #fff;
  border-top: 1px solid var(--site-nav-border);
}

.products-cta-inner {
  padding: 1.75rem 1.5rem;
  border-radius: 1rem;
  background: linear-gradient(135deg, rgba(13, 115, 119, 0.09) 0%, rgba(13, 115, 119, 0.04) 50%, #fff 100%);
  border: 1px solid rgba(13, 115, 119, 0.14);
  box-shadow: 0 12px 40px rgba(13, 115, 119, 0.08);
}

@media (min-width: 992px) {
  .products-cta-inner {
    padding: 2rem 2.25rem;
  }
}

.products-cta-title {
  font-size: clamp(1.2rem, 2.2vw, 1.55rem);
  font-weight: 700;
  letter-spacing: -0.02em;
  color: var(--site-text);
}

.products-cta-text {
  font-size: 0.98rem;
  line-height: 1.6;
  color: var(--site-muted);
  max-width: 36rem;
}

.products-cta-btn {
  --bs-btn-bg: var(--site-accent);
  --bs-btn-border-color: var(--site-accent);
  --bs-btn-hover-bg: var(--site-accent-hover);
  --bs-btn-hover-border-color: var(--site-accent-hover);
  --bs-btn-color: #fff;
  --bs-btn-hover-color: #fff;
  --bs-btn-active-color: #fff;
  --bs-btn-focus-color: #fff;
  font-weight: 600;
  border-radius: 999px;
  padding: 0.55rem 1.5rem;
  box-shadow: 0 4px 18px rgba(13, 115, 119, 0.25);
}

/* —— Sepet —— */
.cart-page {
  background: linear-gradient(180deg, #fafcfc 0%, #fff 45%);
  min-height: 50vh;
}

.cart-empty {
  background: linear-gradient(180deg, #fff 0%, #f9fbfc 100%);
}

.cart-table-wrap {
  border-color: rgba(13, 115, 119, 0.14) !important;
}

.cart-total-cell {
  color: var(--site-accent);
  font-variant-numeric: tabular-nums;
}

.cart-sku {
  font-size: 0.78rem;
}

.cart-thumb-col {
  width: 1%;
}

.cart-thumb-cell {
  vertical-align: middle;
  padding-right: 0.75rem !important;
}

.cart-thumb-link {
  display: block;
  width: 4.25rem;
  border-radius: 0.55rem;
  overflow: hidden;
  border: 1px solid rgba(13, 115, 119, 0.14);
  background: linear-gradient(145deg, #eef6f7, #f9fafb);
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.cart-thumb-link:hover {
  border-color: rgba(13, 115, 119, 0.28);
  box-shadow: 0 4px 14px rgba(13, 115, 119, 0.12);
}

.cart-thumb-img {
  display: block;
  width: 100%;
  height: 4.25rem;
  object-fit: cover;
  object-position: center;
}

@media (max-width: 575.98px) {
  .cart-thumb-link {
    width: 3.5rem;
  }

  .cart-thumb-img {
    height: 3.5rem;
  }
}

.product-detail-page {
  background: #fff;
}

.product-detail-breadcrumb {
  background: linear-gradient(180deg, #f4f9fa 0%, #fafdfd 45%, #fff 100%);
  border-bottom: 1px solid rgba(13, 115, 119, 0.1);
}

.product-detail-breadcrumb .container {
  display: flex;
  justify-content: center;
}

.product-detail-crumb-trail {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0.25rem 0.15rem;
  list-style: none;
  margin: 0;
  padding: 0.55rem 1.15rem 0.55rem 1rem;
  max-width: 100%;
  background: rgba(255, 255, 255, 0.82);
  backdrop-filter: blur(8px);
  border: 1px solid rgba(13, 115, 119, 0.14);
  border-radius: 999px;
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.9) inset,
    0 4px 20px rgba(13, 115, 119, 0.07);
}

.product-detail-crumb-item {
  display: inline-flex;
  align-items: center;
  max-width: min(100%, 52vw);
}

.product-detail-crumb-item + .product-detail-crumb-item::before {
  content: "";
  display: inline-block;
  width: 0.28rem;
  height: 0.28rem;
  margin-right: 0.55rem;
  margin-left: 0.15rem;
  border-right: 2px solid rgba(13, 115, 119, 0.35);
  border-bottom: 2px solid rgba(13, 115, 119, 0.35);
  transform: rotate(-45deg);
  flex-shrink: 0;
  opacity: 0.85;
}

.product-detail-crumb-link {
  font-size: 0.82rem;
  font-weight: 600;
  letter-spacing: 0.01em;
  color: var(--site-accent);
  text-decoration: none;
  white-space: nowrap;
  transition: color 0.15s ease;
}

.product-detail-crumb-link:hover {
  color: var(--site-accent-hover);
  text-decoration: underline;
  text-underline-offset: 0.18em;
}

.product-detail-crumb-current {
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: -0.01em;
  color: var(--site-text);
  display: inline-block;
  max-width: 100%;
}

.product-detail-crumb-item--current {
  max-width: min(100%, 58vw);
}

@media (min-width: 768px) {
  .product-detail-crumb-item--current {
    max-width: 28rem;
  }

  .product-detail-crumb-link,
  .product-detail-crumb-current {
    font-size: 0.86rem;
  }
}

.product-detail-hero {
  background: linear-gradient(180deg, #fff 0%, #f9fbfc 100%);
}

.product-detail-visual {
  position: relative;
  border-radius: 1rem;
  overflow: hidden;
  aspect-ratio: 16 / 11;
  background: linear-gradient(145deg, #e8f2f3, #f4f9fa);
  border: 1px solid rgba(13, 115, 119, 0.12);
}

.product-detail-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.product-detail-cat {
  position: absolute;
  top: 0.75rem;
  left: 0.75rem;
  z-index: 1;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--site-accent);
  background: rgba(255, 255, 255, 0.94);
  backdrop-filter: blur(6px);
  padding: 0.32rem 0.6rem;
  border-radius: 0.35rem;
  border: 1px solid rgba(13, 115, 119, 0.14);
}

.product-detail-title {
  font-size: clamp(1.35rem, 3vw, 2rem);
  font-weight: 800;
  letter-spacing: -0.03em;
  color: var(--site-text);
  line-height: 1.2;
  margin: 0 0 0.75rem;
}

.product-detail-price-value {
  font-size: 1.75rem;
  font-weight: 800;
  letter-spacing: -0.02em;
  color: var(--site-accent);
}

.product-detail-price-note {
  font-size: 0.85rem;
  font-weight: 600;
  color: var(--site-muted);
  margin-left: 0.35rem;
}

.product-detail-sku-code {
  font-size: 0.88rem;
  padding: 0.15rem 0.45rem;
  border-radius: 0.35rem;
  background: rgba(13, 115, 119, 0.07);
  color: var(--site-text);
}

.product-detail-price--locked {
  font-size: 0.95rem;
  color: var(--site-muted);
}

.product-detail-add-form {
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  gap: 0.75rem;
}

.product-detail-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  gap: 0.75rem;
}

.product-detail-actions > .btn {
  flex-shrink: 0;
}

/* Sepete ekle / Tüm ürünler: aynı gövde yüksekliği, dikey ortalı metin */
.product-detail-actions .btn {
  min-height: 2.625rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding-top: 0.55rem;
  padding-bottom: 0.55rem;
}

.product-detail-qty-field {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  gap: 0.28rem;
  min-width: 4.75rem;
  flex-shrink: 0;
}

.product-detail-qty-label {
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--site-muted);
  margin: 0;
  line-height: 1;
  min-height: 0.85rem;
}

.product-detail-qty-input {
  width: 4.85rem;
  max-width: 100%;
  min-height: 2.625rem;
  text-align: center;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.25;
  padding: 0.35rem 0.4rem;
  border-radius: 999px;
  border: 1px solid rgba(13, 115, 119, 0.22);
  box-sizing: border-box;
}

.product-detail-qty-input:focus {
  border-color: var(--site-accent);
  box-shadow: 0 0 0 0.2rem rgba(13, 115, 119, 0.15);
}

.product-detail-body {
  background: #fff;
}

.product-detail-heading {
  font-size: 1.05rem;
  font-weight: 700;
  color: var(--site-text);
  margin: 0 0 0.65rem;
}

.product-detail-prose {
  font-size: 0.98rem;
  line-height: 1.65;
  white-space: pre-wrap;
  word-break: break-word;
}

.product-detail-summary {
  border-top: 1px solid rgba(13, 115, 119, 0.12);
}

/* —— Iletisim sayfasi —— */
.contact-hero {
  position: relative;
  background: linear-gradient(145deg, #e8f4f5 0%, #f6fafb 40%, #fff 100%);
  border-bottom: 1px solid var(--site-nav-border);
}

.contact-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse 65% 50% at 0% 100%, rgba(13, 115, 119, 0.07), transparent 55%);
  pointer-events: none;
}

.contact-hero .container {
  position: relative;
  z-index: 1;
}

.contact-hero-title {
  font-size: clamp(1.85rem, 4vw, 2.55rem);
  font-weight: 800;
  letter-spacing: -0.035em;
  line-height: 1.15;
  color: var(--site-text);
}

.contact-hero-lead {
  font-size: 1.05rem;
  line-height: 1.65;
  max-width: 40rem;
}

.contact-main {
  background: linear-gradient(180deg, #fff 0%, #fbfcfc 100%);
}

.contact-alert-success {
  border: 1px solid rgba(13, 115, 119, 0.28);
  background: rgba(13, 115, 119, 0.08);
  color: var(--site-text);
  border-radius: 0.75rem;
}

.contact-info-stack {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.contact-info-card {
  background: #fff;
  border: 1px solid var(--site-nav-border);
  border-radius: 0.95rem;
  padding: 1.2rem 1.25rem;
  box-shadow: 0 6px 22px rgba(13, 115, 119, 0.05);
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.contact-info-card:hover {
  border-color: rgba(13, 115, 119, 0.2);
  box-shadow: 0 10px 30px rgba(13, 115, 119, 0.08);
}

.contact-info-card--muted {
  background: linear-gradient(180deg, #fafcfc 0%, #fff 100%);
}

.contact-info-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.25rem;
  height: 2.25rem;
  margin-bottom: 0.6rem;
  border-radius: 0.55rem;
  font-size: 0.95rem;
  color: var(--site-accent);
  background: rgba(13, 115, 119, 0.1);
  border: 1px solid rgba(13, 115, 119, 0.12);
}

.contact-info-title {
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--site-muted);
  margin-bottom: 0.35rem;
}

.contact-info-text {
  font-size: 0.95rem;
  line-height: 1.55;
  color: var(--site-text);
}

.contact-info-text a {
  color: var(--site-accent);
  text-decoration: none;
  font-weight: 600;
}

.contact-info-text a:hover {
  color: var(--site-accent-hover);
  text-decoration: underline;
}

.contact-form-card {
  background: #fff;
  border: 1px solid rgba(13, 115, 119, 0.14);
  border-radius: 1.05rem;
  padding: clamp(1.35rem, 3vw, 2rem);
  box-shadow: 0 14px 44px rgba(13, 115, 119, 0.08);
}

.contact-form-title {
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: -0.02em;
  color: var(--site-text);
}

.contact-form-sub {
  line-height: 1.45;
}

.contact-label {
  font-size: 0.88rem;
  font-weight: 600;
  color: var(--site-text);
}

.contact-input {
  border-radius: 0.55rem;
  border: 1px solid var(--site-nav-border);
  background: #f8fafb;
  padding: 0.55rem 0.85rem;
}

.contact-input:focus {
  border-color: rgba(13, 115, 119, 0.35);
  box-shadow: 0 0 0 0.2rem rgba(13, 115, 119, 0.12);
  background: #fff;
}

.contact-textarea {
  min-height: 8rem;
  resize: vertical;
}

.contact-submit-btn {
  --bs-btn-bg: var(--site-accent);
  --bs-btn-border-color: var(--site-accent);
  --bs-btn-hover-bg: var(--site-accent-hover);
  --bs-btn-hover-border-color: var(--site-accent-hover);
  --bs-btn-color: #fff;
  font-weight: 600;
  border-radius: 999px;
  padding: 0.55rem 1.65rem;
  box-shadow: 0 4px 18px rgba(13, 115, 119, 0.22);
}

.contact-map {
  width: 100%;
  border-top: 1px solid var(--site-nav-border);
  border-bottom: 1px solid var(--site-nav-border);
  overflow: hidden;
  background: #fff;
}

.contact-map iframe {
  width: 100%;
  height: min(560px, 65vh);
  display: block;
}

/* —— Yasal metin sayfaları (mesafeli satış, iptal–iade) —— */
.legal-doc {
  max-width: 46rem;
  margin: 0 auto;
  color: var(--site-text);
}

.legal-doc-meta {
  font-size: 0.85rem;
  color: var(--site-muted);
  margin-bottom: 1.75rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid rgba(13, 115, 119, 0.12);
}

.legal-doc h2 {
  font-size: 1.15rem;
  font-weight: 700;
  letter-spacing: -0.02em;
  margin: 1.75rem 0 0.65rem;
  color: var(--site-text);
}

.legal-doc h2:first-of-type {
  margin-top: 0;
}

.legal-doc h3 {
  font-size: 1rem;
  font-weight: 600;
  margin: 1.25rem 0 0.5rem;
  color: var(--site-text);
}

.legal-doc p,
.legal-doc li {
  font-size: 0.95rem;
  line-height: 1.65;
  color: var(--site-muted);
}

.legal-doc p {
  margin-bottom: 0.85rem;
}

.legal-doc ul,
.legal-doc ol {
  margin: 0 0 1rem;
  padding-left: 1.25rem;
}

.legal-doc li {
  margin-bottom: 0.35rem;
}

.legal-doc a {
  color: var(--site-accent);
  font-weight: 600;
}

.legal-doc a:hover {
  color: var(--site-accent-hover);
}

.legal-doc .legal-seller-box {
  background: linear-gradient(145deg, rgba(13, 115, 119, 0.06), rgba(13, 115, 119, 0.02));
  border: 1px solid rgba(13, 115, 119, 0.14);
  border-radius: 0.85rem;
  padding: 1.1rem 1.25rem;
  margin-bottom: 1.5rem;
}

.legal-doc .legal-seller-box p {
  margin-bottom: 0.4rem;
  color: var(--site-text);
}

.legal-doc .legal-seller-box p:last-child {
  margin-bottom: 0;
}

/* —— Bildirim tostu (sağdan kayarak) —— */
.site-toast-stack {
  position: fixed;
  top: clamp(5rem, 12vh, 6.5rem);
  right: 1rem;
  z-index: 1060;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 0.65rem;
  pointer-events: none;
  max-width: min(22rem, calc(100vw - 2rem));
}

.site-toast {
  pointer-events: auto;
  position: relative;
  display: flex;
  align-items: flex-start;
  gap: 0.72rem;
  width: min(22rem, calc(100vw - 2rem));
  padding: 0.95rem 2.35rem 0.95rem 0;
  padding-left: 0.35rem;
  background: #fff;
  border-radius: 10px;
  box-shadow:
    0 4px 6px rgba(28, 43, 51, 0.04),
    0 12px 32px rgba(13, 115, 119, 0.12),
    0 0 0 1px rgba(13, 115, 119, 0.06);
  overflow: hidden;
  animation: site-toast-enter 0.55s cubic-bezier(0.22, 1, 0.36, 1) both;
}

.site-toast--danger {
  box-shadow:
    0 4px 6px rgba(28, 43, 51, 0.04),
    0 12px 32px rgba(176, 32, 40, 0.12),
    0 0 0 1px rgba(176, 32, 40, 0.08);
}

@keyframes site-toast-enter {
  from {
    opacity: 0;
    transform: translate3d(calc(100% + 1.25rem), 0, 0);
  }

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@keyframes site-toast-leave {
  to {
    opacity: 0;
    transform: translate3d(calc(100% + 1.5rem), 0, 0);
  }
}

.site-toast.site-toast--leaving {
  animation: site-toast-leave 0.38s cubic-bezier(0.55, 0, 0.2, 1) forwards;
}

.site-toast-accent {
  flex-shrink: 0;
  width: 5px;
  align-self: stretch;
  min-height: 2.85rem;
  margin: 4px 0 4px 4px;
  border-radius: 4px;
  background: linear-gradient(180deg, #2e9f6b 0%, #228956 100%);
}

.site-toast--danger .site-toast-accent {
  background: linear-gradient(180deg, #ef5350 0%, #c62828 100%);
}

.site-toast-icon {
  flex-shrink: 0;
  display: inline-flex;
  margin-top: 0.08rem;
  color: #228956;
}

.site-toast-icon--danger {
  color: #c62828;
}

.site-toast-body {
  flex: 1;
  min-width: 0;
  padding-right: 0.15rem;
}

.site-toast-title {
  display: block;
  font-size: 0.98rem;
  font-weight: 700;
  letter-spacing: -0.015em;
  color: var(--site-text);
  line-height: 1.35;
}

.site-toast-desc {
  margin: 0.28rem 0 0;
  font-size: 0.855rem;
  line-height: 1.48;
  color: var(--site-muted);
  font-weight: 400;
}

.site-toast-dismiss {
  position: absolute;
  top: 0.4rem;
  right: 0.35rem;
  width: 1.85rem;
  height: 1.85rem;
  border: none;
  border-radius: 8px;
  background: transparent;
  color: var(--site-muted);
  font-size: 1.35rem;
  line-height: 1;
  cursor: pointer;
  transition: background 0.18s ease, color 0.18s ease;
}

.site-toast-dismiss:hover {
  background: rgba(13, 115, 119, 0.08);
  color: var(--site-text);
}

.site-toast--danger .site-toast-dismiss:hover {
  background: rgba(198, 40, 40, 0.08);
}

@media (prefers-reduced-motion: reduce) {
  .site-toast {
    animation-duration: 0.01ms;
    animation-iteration-count: 1;
  }

  .site-toast.site-toast--leaving {
    animation-duration: 0.01ms;
  }
}