/* Bizim Sarı Halı Yıkama — production UI hardening layer. */
  .page-home main > section {
    content-visibility: visible;
    contain-intrinsic-size: none;
  }

  .page-home main > section:not(.home-hero) {
    padding-block: clamp(4rem, 7vw, 6.25rem);
  }

  .page-home .bizim-sari-hero {
    min-height: clamp(660px, calc(100svh - 112px), 850px);
    padding-block: clamp(4.75rem, 7vw, 7rem);
  }

  .page-home .bizim-sari-hero__grid {
    grid-template-columns: minmax(0, 1.12fr) minmax(340px, .88fr);
    gap: clamp(2rem, 5.5vw, 5.5rem);
  }

  .page-home .bizim-sari-hero .home-hero__content {
    max-width: 790px;
  }

  .page-home .bizim-sari-hero h1 {
    max-width: 13ch;
    margin-bottom: clamp(1.15rem, 2vw, 1.65rem);
    font-size: clamp(3.2rem, 5.25vw, 6.15rem);
    line-height: .92;
    letter-spacing: -.052em;
  }

  .hero-title-line {
    display: block;
  }

  .hero-title-line:nth-child(2) {
    color: #fff7b8;
  }

  .page-home .bizim-sari-hero .home-hero__content > p {
    max-width: 60ch;
    margin-bottom: 1.45rem;
    color: #d2dfec;
    font-size: clamp(1rem, .94rem + .28vw, 1.2rem);
    line-height: 1.65;
  }

  .page-home .home-hero__assurance {
    max-width: 700px;
    gap: .55rem;
    margin-top: 1.35rem;
  }

  .page-home .home-hero__assurance span {
    min-height: 36px;
    padding: .42rem .68rem;
    color: #e5edf5;
    font-size: .77rem;
  }

  .page-home .bizim-sari-hero__visual {
    min-height: 430px;
    padding: clamp(1.2rem, 2.8vw, 2.4rem);
    border-radius: clamp(1.4rem, 3vw, 2.4rem);
    background:
      radial-gradient(circle at 80% 12%, rgba(255, 213, 31, .18), transparent 18rem),
      linear-gradient(150deg, rgba(18, 42, 70, .92), rgba(4, 15, 31, .96));
  }

  .page-home .bizim-sari-hero__visual::before {
    inset: 1rem;
    border-style: solid;
    border-color: rgba(255, 228, 91, .14);
  }

  .hero-service-card {
    position: relative;
    z-index: 2;
    width: min(100%, 470px);
    display: grid;
    gap: 1.15rem;
    padding: clamp(1.25rem, 3vw, 2rem);
    border: 1px solid rgba(255, 228, 91, .24);
    border-radius: 1.45rem;
    background: rgba(3, 13, 29, .82);
    box-shadow: 0 28px 70px rgba(0, 0, 0, .38), inset 0 1px rgba(255, 255, 255, .08);
    backdrop-filter: blur(16px);
  }

  .hero-service-card__brand {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid rgba(255, 228, 91, .14);
  }

  .hero-service-card__brand img {
    width: min(230px, 68%);
    max-height: 90px;
    object-fit: contain;
    object-position: left center;
    filter: drop-shadow(0 12px 20px rgba(0, 0, 0, .28));
  }

  .hero-service-card__brand-badge {
    display: inline-flex;
    align-items: center;
    gap: .4rem;
    padding: .46rem .65rem;
    border: 1px solid rgba(255, 213, 31, .26);
    border-radius: 999px;
    color: #fff4a4;
    background: rgba(255, 213, 31, .07);
    font-size: .72rem;
    font-weight: 800;
    white-space: nowrap;
  }

  .hero-service-card__copy span {
    display: block;
    margin-bottom: .35rem;
    color: #ffe45b;
    font-size: .75rem;
    font-weight: 850;
    letter-spacing: .12em;
    text-transform: uppercase;
  }

  .hero-service-card__copy strong {
    display: block;
    max-width: 20ch;
    color: #fff;
    font-size: clamp(1.45rem, 2.2vw, 2.15rem);
    line-height: 1.08;
  }

  .hero-service-card__copy p {
    margin: .65rem 0 0;
    color: #afc1d2;
    font-size: .9rem;
    line-height: 1.55;
  }

  .hero-service-card__facts {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: .65rem;
  }

  .hero-service-card__fact {
    min-width: 0;
    padding: .8rem;
    border: 1px solid rgba(154, 190, 224, .15);
    border-radius: .95rem;
    background: rgba(255, 255, 255, .035);
  }

  .hero-service-card__fact span,
  .hero-service-card__fact strong {
    display: block;
  }

  .hero-service-card__fact span {
    color: #8fa5ba;
    font-size: .68rem;
    text-transform: uppercase;
    letter-spacing: .08em;
  }

  .hero-service-card__fact strong {
    margin-top: .2rem;
    color: #fff;
    font-size: .88rem;
    line-height: 1.3;
    overflow-wrap: anywhere;
  }

  .hero-service-card__phone {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    min-height: 52px;
    padding: .75rem .9rem;
    border: 1px solid rgba(255, 213, 31, .24);
    border-radius: .95rem;
    background: rgba(255, 213, 31, .065);
    color: #fff;
    text-decoration: none;
  }

  .hero-service-card__phone > span {
    display: grid;
  }

  .hero-service-card__phone small {
    color: #aebed0;
    font-size: .68rem;
  }

  .hero-service-card__phone strong {
    font-size: .98rem;
  }

  .hero-service-card__phone .bay-public-svg {
    color: #ffd51f;
  }

  .page-home .stats-section {
    z-index: 4;
    padding-block: 0 2rem !important;
    transform: translateY(-1.75rem);
  }

  .page-home .stats-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: .9rem;
  }

  .page-home .stat-card {
    min-height: 176px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-end;
    gap: .45rem;
    padding: 1.25rem;
    border-radius: 1.15rem;
    overflow: hidden;
  }

  .page-home .stat-card::after {
    content: "";
    position: absolute;
    inset: 0 0 auto;
    height: 3px;
    background: linear-gradient(90deg, #ffd51f, rgba(255, 213, 31, .15));
  }

  .page-home .stat-card .stat-icon {
    width: 42px;
    height: 42px;
    display: grid;
    place-items: center;
    margin-bottom: auto;
    border-radius: .8rem;
  }

  .stat-card__value {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    gap: .32rem;
    color: #fff;
    line-height: 1;
  }

  .stat-card__value-main {
    font-size: clamp(1.85rem, 2.6vw, 2.75rem);
    font-weight: 900;
    letter-spacing: -.055em;
  }

  .stat-card__value-suffix {
    color: #fff7b8;
    font-size: clamp(.85rem, 1vw, 1.05rem);
    font-weight: 800;
    letter-spacing: -.015em;
  }

  .page-home .stat-card > span:last-child {
    max-width: 28ch;
    color: #aebed0;
    font-size: .82rem;
    line-height: 1.42;
  }

  .page-home .section-heading {
    margin-bottom: clamp(2rem, 3.8vw, 3.25rem);
  }

  .page-home .section-heading h2,
  .page-home .process-section__head h2,
  .page-home .why-copy h2,
  .page-home .faq-intro h2,
  .page-home .contact-info h2 {
    font-size: clamp(2.2rem, 3.6vw, 4.3rem);
    line-height: .98;
  }

  .page-home .service-card--premium {
    min-height: 305px;
    display: flex;
    flex-direction: column;
    padding: 1.35rem;
  }

  .page-home .service-card--premium .service-card__icon {
    margin-bottom: 1.75rem;
  }

  .page-home .service-card--premium h3 {
    min-height: 2.35em;
    margin-bottom: .7rem;
    font-size: clamp(1.25rem, 1.55vw, 1.65rem);
  }

  .page-home .service-card--premium p {
    margin-bottom: 1rem;
    color: #b8c8d8;
    font-size: .88rem;
    line-height: 1.58;
  }

  .page-home .service-card--premium .text-link {
    margin-top: auto;
  }

  .page-home .process-section {
    padding-block: clamp(4.25rem, 6.5vw, 6rem) !important;
  }

  .page-home .process-section__head {
    margin-bottom: clamp(1.8rem, 3.5vw, 3rem);
  }

  .page-home .process-section__head > p {
    max-width: 58ch;
    margin: 0;
    color: #b9c8d7;
  }

  .page-home .process-card {
    min-height: 340px;
    padding: 1.25rem;
  }

  .page-home .process-card__content {
    padding-top: 1.75rem;
  }

  .page-home .process-card__content h3 {
    font-size: clamp(1.22rem, 1.55vw, 1.62rem);
    line-height: 1.08;
  }

  .page-home .process-card__content p {
    font-size: .84rem;
    line-height: 1.52;
  }

  .page-home .process-card__link {
    margin-top: 1.15rem;
  }

  .page-home .why-section {
    padding-block: clamp(4rem, 6vw, 5.75rem) !important;
    background:
      radial-gradient(circle at 82% 18%, rgba(255, 213, 31, .08), transparent 26rem),
      linear-gradient(135deg, #07172a, #0d2743);
  }

  .page-home .why-layout {
    gap: clamp(2rem, 5vw, 5rem);
  }

  .page-home .why-copy p {
    max-width: 60ch;
    color: #c4d2df;
  }

  .page-home .why-list li {
    min-height: 58px;
    align-items: center;
    padding: .85rem .95rem;
  }

  .page-home .faq-section {
    padding-block: clamp(4rem, 6.5vw, 6rem) !important;
  }

  .page-home .faq-layout {
    gap: clamp(2rem, 5vw, 5rem);
  }

  .page-home .faq-question {
    min-height: 58px;
    padding: .85rem 1rem;
  }

  .page-home .cta-section {
    padding-block: clamp(3.5rem, 5.5vw, 5rem) !important;
  }

  .page-home .cta-shell {
    padding: clamp(1.7rem, 4vw, 3.2rem);
  }

  .page-home .cta-shell h2 {
    font-size: clamp(2rem, 3.4vw, 3.8rem);
  }

  .page-home .contact-section {
    padding-block: clamp(4.25rem, 7vw, 6.5rem) !important;
  }

  .page-home .contact-grid {
    grid-template-columns: minmax(0, .92fr) minmax(390px, 1.08fr);
    gap: clamp(2rem, 5vw, 5rem);
  }

  .page-home .contact-list > li {
    padding-block: .78rem;
  }

  .page-home .premium-form {
    padding: clamp(1.35rem, 3vw, 2.2rem);
  }

  .privacy-gate {
    position: relative;
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    gap: 1rem;
    padding: clamp(1.25rem, 3vw, 1.8rem);
    border: 1px solid rgba(255, 213, 31, .26);
    border-radius: 1.25rem;
    background:
      radial-gradient(circle at 92% 8%, rgba(255, 213, 31, .11), transparent 15rem),
      linear-gradient(150deg, rgba(18, 38, 62, .92), rgba(5, 15, 31, .96));
    box-shadow: 0 24px 70px rgba(0, 0, 0, .3), inset 0 1px rgba(255, 255, 255, .05);
    overflow: hidden;
  }

  .privacy-gate::before {
    content: "";
    position: absolute;
    inset: 0 0 auto;
    height: 3px;
    background: linear-gradient(90deg, #ffd51f, transparent 78%);
  }

  .privacy-gate__icon {
    width: 48px;
    height: 48px;
    display: grid;
    place-items: center;
    border: 1px solid rgba(255, 213, 31, .28);
    border-radius: 1rem;
    background: rgba(255, 213, 31, .08);
    color: #ffd51f;
  }

  .privacy-gate__body {
    min-width: 0;
  }

  .privacy-gate__body > span {
    display: block;
    margin-bottom: .35rem;
    color: #ffe45b;
    font-size: .72rem;
    font-weight: 850;
    letter-spacing: .1em;
    text-transform: uppercase;
  }

  .privacy-gate__body h2,
  .privacy-gate__body h3 {
    margin-bottom: .55rem;
    color: #fff;
    font-size: clamp(1.35rem, 2vw, 1.9rem);
    line-height: 1.12;
  }

  .privacy-gate__body p {
    max-width: 62ch;
    margin-bottom: 1rem;
    color: #bdccda;
    font-size: .92rem;
    line-height: 1.62;
  }

  .privacy-gate__actions {
    display: flex;
    flex-wrap: wrap;
    gap: .65rem;
  }

  .privacy-gate__actions .btn {
    min-height: 46px;
    padding-inline: 1rem;
  }

  .privacy-gate__legal {
    display: inline-flex;
    align-items: center;
    gap: .4rem;
    margin-top: .9rem;
    color: #ffe45b;
    font-size: .8rem;
    font-weight: 750;
    text-decoration: none;
  }

  .form-container--wide > .privacy-gate {
    margin-top: 1.4rem;
  }

  .form-container--gate-only {
    max-width: 900px;
  }

  .form-container--gate-only .form-hint {
    max-width: 64ch;
  }

  .footer {
    padding-top: clamp(3.75rem, 6vw, 5.5rem);
  }

  .footer-grid {
    gap: clamp(1.5rem, 3vw, 3rem);
    padding-bottom: clamp(2.5rem, 4vw, 3.5rem);
  }

  .footer-col--brand p {
    max-width: 42ch;
  }

  .footer-bottom {
    min-height: 64px;
    padding-block: 1rem;
  }

  @media (max-width: 1180px) {
    .page-home .bizim-sari-hero__grid {
      grid-template-columns: minmax(0, 1fr) minmax(320px, .82fr);
      gap: 2.25rem;
    }

    .page-home .bizim-sari-hero h1 {
      font-size: clamp(3rem, 5.1vw, 5.4rem);
    }

    .page-home .service-grid--premium,
    .page-home .process-grid {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .page-home .service-card--premium,
    .page-home .process-card {
      min-height: 285px;
    }
  }

  @media (max-width: 960px) {
    .page-home .bizim-sari-hero__grid {
      grid-template-columns: minmax(0, 1fr);
    }

    .page-home .bizim-sari-hero__visual {
      width: min(100%, 720px);
      min-height: auto;
      justify-self: center;
    }

    .page-home .stats-grid {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .page-home .contact-grid {
      grid-template-columns: minmax(0, 1fr);
    }
  }

  @media (max-width: 700px) {
    .page-home main > section:not(.home-hero) {
      padding-block: clamp(3.25rem, 12vw, 4.6rem);
    }

    .page-home .bizim-sari-hero {
      padding-block: 3.8rem 4.5rem;
    }

    .page-home .bizim-sari-hero h1 {
      max-width: none;
      font-size: clamp(2.7rem, 12.4vw, 4.15rem);
      line-height: .94;
    }

    .hero-service-card__facts {
      grid-template-columns: 1fr;
    }

    .hero-service-card__fact {
      display: grid;
      grid-template-columns: .72fr 1.28fr;
      align-items: center;
      gap: .75rem;
    }

    .hero-service-card__fact strong {
      margin: 0;
      text-align: right;
    }

    .page-home .stats-section {
      padding-top: 1rem !important;
      transform: none;
    }

    .page-home .stats-grid,
    .page-home .service-grid--premium,
    .page-home .process-grid {
      grid-template-columns: minmax(0, 1fr);
    }

    .page-home .stat-card {
      min-height: 142px;
    }

    .page-home .service-card--premium,
    .page-home .process-card {
      min-height: auto;
    }

    .page-home .service-card--premium h3 {
      min-height: 0;
    }

    .privacy-gate {
      grid-template-columns: minmax(0, 1fr);
    }

    .privacy-gate__actions .btn {
      width: 100%;
    }

    .footer {
      padding-bottom: calc(4.6rem + env(safe-area-inset-bottom));
    }
  }

  @media (max-width: 420px) {
    .page-home .bizim-sari-hero__visual {
      padding: .85rem;
    }

    .hero-service-card {
      padding: 1rem;
    }

    .hero-service-card__brand {
      align-items: flex-start;
      flex-direction: column;
    }

    .hero-service-card__brand img {
      width: min(250px, 85%);
    }

    .page-home .stats-grid {
      gap: .7rem;
    }
  }

  @media (prefers-reduced-motion: reduce) {
    .hero-service-card,
    .page-home .stat-card,
    .page-home .service-card,
    .page-home .process-card {
      transform: none !important;
    }
  }


/* WCAG 2.2 AA — 2.5.8 Target Size (Minimum): inline navigation links retain
   their visual rhythm while exposing at least a 24px high activation area. */
.top-bar a,
.footer a,
.privacy-gate__legal {
  min-height: 24px;
  display: inline-flex;
  align-items: center;
}
