/*
 * Bizim Sarı — Premium Final UI
 * Sade premium görünüm, tutarlı tipografi, güvenli yeniden akış ve WCAG 2.2 odak/etkileşim kuralları.
 */
:root {
  --premium-accent: #d7f238;
  --premium-accent-strong: #a9d817;
  --premium-ink: #050b08;
  --premium-surface: #09120d;
  --premium-surface-2: #0d1912;
  --premium-surface-3: #122019;
  --premium-text: #f5f8f3;
  --premium-muted: #aebbae;
  --premium-line: rgba(220, 244, 214, .12);
  --premium-line-strong: rgba(215, 242, 56, .28);
  --premium-shadow: 0 24px 72px rgba(0, 0, 0, .34);
  --premium-radius: clamp(1rem, 1.6vw, 1.35rem);
  --premium-section: clamp(4.5rem, 7vw, 7rem);
  --content-max: 1220px;
  --font-sans: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  --font-display: var(--font-sans);
}

html {
  background: var(--premium-ink);
  scrollbar-gutter: stable;
}

body.bizim-sari-theme {
  background:
    radial-gradient(circle at 88% -10%, rgba(115, 162, 45, .11), transparent 34rem),
    linear-gradient(180deg, #050b08 0%, #07100a 42%, #050b08 100%);
  color: var(--premium-muted);
  font-family: var(--font-sans);
  font-kerning: normal;
  font-optical-sizing: auto;
  font-synthesis: none;
}

body.bizim-sari-theme :where(h1, h2, h3, h4, strong, button, .btn) {
  font-family: var(--font-display);
  font-synthesis: none;
}

body.bizim-sari-theme :where(p, li, label, small, a, button, input, select, textarea) {
  line-height: 1.58;
}

body.bizim-sari-theme :where(main, section, article, aside, nav, header, footer, form, fieldset, .container, .form-container) {
  min-inline-size: 0;
}

body.bizim-sari-theme :where(img, svg, video, canvas) {
  max-inline-size: 100%;
}

body.bizim-sari-theme :where(a, button, input, select, textarea, summary, [tabindex]):focus-visible {
  outline: 3px solid var(--premium-accent);
  outline-offset: 3px;
  box-shadow: 0 0 0 2px #061009, 0 0 0 6px rgba(215, 242, 56, .24);
}

body.bizim-sari-theme main > section:not(.home-hero):not(.page-hero) {
  padding-block: var(--premium-section);
}

body.bizim-sari-theme .container {
  width: min(calc(100% - clamp(1.25rem, 4vw, 3rem)), var(--content-max));
}

/* Header: compact, stable and calm. */
body.bizim-sari-theme .top-bar {
  border-color: rgba(215, 242, 56, .08);
  background: #030805;
}

body.bizim-sari-theme .top-bar__inner {
  min-block-size: 36px;
}

body.bizim-sari-theme .header {
  border-color: var(--premium-line);
  background: rgba(5, 11, 8, .9);
  box-shadow: 0 10px 32px rgba(0, 0, 0, .16);
  backdrop-filter: blur(18px) saturate(120%);
}

body.bizim-sari-theme .navbar {
  min-block-size: 76px;
}

body.bizim-sari-theme .logo-image {
  inline-size: clamp(7.4rem, 11vw, 9.8rem);
  max-block-size: 3.25rem;
  object-fit: contain;
}

body.bizim-sari-theme .nav-link {
  min-block-size: 44px;
  padding-inline: clamp(.55rem, .8vw, .82rem);
  border-radius: .72rem;
  color: #c9d3ca;
  font-size: clamp(.77rem, .13vw + .74rem, .86rem);
  font-weight: 720;
}

body.bizim-sari-theme .nav-link:hover,
body.bizim-sari-theme .nav-link.is-active,
body.bizim-sari-theme .nav-link[aria-current="page"] {
  color: #fff;
  background: rgba(215, 242, 56, .08);
}

body.bizim-sari-theme .btn {
  min-block-size: 48px;
  padding: .78rem 1.18rem;
  border-radius: 999px;
  font-size: .88rem;
  font-weight: 800;
  letter-spacing: -.01em;
  transition: transform .18s ease, border-color .18s ease, background-color .18s ease, box-shadow .18s ease, color .18s ease;
}

body.bizim-sari-theme .btn:hover {
  transform: translateY(-1px);
}

body.bizim-sari-theme .btn-primary,
body.bizim-sari-theme .btn-accent,
body.bizim-sari-theme .btn:not([class*="btn-"]) {
  border-color: rgba(245, 255, 199, .52);
  background: linear-gradient(135deg, #ecff72 0%, var(--premium-accent) 54%, var(--premium-accent-strong) 100%);
  color: #071006;
  box-shadow: 0 14px 34px rgba(169, 216, 23, .18), inset 0 1px rgba(255, 255, 255, .74);
}

body.bizim-sari-theme .btn-primary:hover,
body.bizim-sari-theme .btn-accent:hover,
body.bizim-sari-theme .btn:not([class*="btn-"]):hover {
  background: linear-gradient(135deg, #f3ff97 0%, #dff64f 56%, #b7df20 100%);
  color: #050b08;
  box-shadow: 0 16px 38px rgba(169, 216, 23, .24), inset 0 1px #fff;
}

body.bizim-sari-theme :where(.btn-secondary, .btn-dark, .btn-ghost) {
  border-color: var(--premium-line-strong);
  background: rgba(11, 23, 16, .76);
  color: #f4f7f2;
  box-shadow: inset 0 1px rgba(255, 255, 255, .04);
  backdrop-filter: blur(12px);
}

/* Sade premium ana hero. */
body.page-home.bizim-sari-theme .bizim-sari-hero {
  min-block-size: clamp(520px, 66svh, 650px);
  padding-block: clamp(3.75rem, 6vw, 5.5rem);
  border-bottom: 1px solid rgba(215, 242, 56, .08);
  background:
    radial-gradient(circle at 78% 18%, rgba(215, 242, 56, .12), transparent 18rem),
    linear-gradient(135deg, #06120c 0%, #07130e 50%, #09170f 100%);
}

body.page-home.bizim-sari-theme .bizim-sari-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  opacity: .34;
  background-image:
    linear-gradient(rgba(255, 255, 255, .025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, .025) 1px, transparent 1px);
  background-size: 64px 64px;
  mask-image: linear-gradient(to bottom, #000 0%, transparent 92%);
}

body.page-home.bizim-sari-theme .bizim-sari-hero__orb {
  display: none;
}

body.page-home.bizim-sari-theme .bizim-sari-hero__grid {
  grid-template-columns: minmax(0, 1.28fr) minmax(18rem, .58fr);
  gap: clamp(2.25rem, 6vw, 5.25rem);
  align-items: center;
}

body.page-home.bizim-sari-theme .home-hero__content {
  max-inline-size: 46rem;
}

body.page-home.bizim-sari-theme .home-hero__content .eyebrow {
  margin-block-end: 1rem;
  color: #e6f874;
}

body.page-home.bizim-sari-theme .home-hero__content h1 {
  max-inline-size: 13.6ch;
  margin-block-end: 1.2rem;
  font-size: clamp(3.2rem, 2.05rem + 3.35vw, 5.35rem);
  font-weight: 840;
  line-height: .96;
  letter-spacing: -.052em;
  text-wrap: balance;
}

body.page-home.bizim-sari-theme .hero-title-line {
  display: inline;
}

body.page-home.bizim-sari-theme .hero-title-line + .hero-title-line::before {
  content: " ";
}

body.page-home.bizim-sari-theme .home-hero__content > p {
  max-inline-size: 58ch;
  margin-block-end: 1.55rem;
  color: #c8d5c9;
  font-size: clamp(1rem, .94rem + .22vw, 1.14rem);
  line-height: 1.66;
}

body.page-home.bizim-sari-theme .button-group {
  gap: .7rem;
}

body.page-home.bizim-sari-theme .home-hero__assurance {
  display: flex;
  flex-wrap: wrap;
  gap: .55rem 1.15rem;
  max-inline-size: 43rem;
  margin-block-start: 1.35rem;
}

body.page-home.bizim-sari-theme .home-hero__assurance span {
  min-block-size: 32px;
  padding: 0;
  border: 0;
  background: transparent;
  color: #aebdaf;
  font-size: .78rem;
  font-weight: 700;
}

body.page-home.bizim-sari-theme .home-hero__assurance .bay-public-svg {
  color: var(--premium-accent);
}

body.page-home.bizim-sari-theme .bizim-sari-hero__visual {
  min-block-size: auto;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: none;
  box-shadow: none;
}

body.page-home.bizim-sari-theme .bizim-sari-hero__visual::before {
  display: none;
}

body.page-home.bizim-sari-theme .hero-service-card {
  inline-size: min(100%, 22rem);
  display: grid;
  gap: 1.1rem;
  padding: clamp(1.25rem, 2.2vw, 1.65rem);
  border: 1px solid var(--premium-line-strong);
  border-radius: 1.4rem;
  background: linear-gradient(155deg, rgba(17, 34, 23, .96), rgba(6, 15, 10, .98));
  box-shadow: 0 30px 75px rgba(0, 0, 0, .36), inset 0 1px rgba(255, 255, 255, .055);
  backdrop-filter: blur(16px);
}

body.page-home.bizim-sari-theme .hero-service-card__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: .8rem;
  padding-block-end: .9rem;
  border-bottom: 1px solid var(--premium-line);
}

body.page-home.bizim-sari-theme .hero-service-card__kicker {
  color: var(--premium-accent);
  font-size: .68rem;
  font-weight: 850;
  letter-spacing: .12em;
  text-transform: uppercase;
}

body.page-home.bizim-sari-theme .hero-service-card__brand-badge {
  min-block-size: 32px;
  display: inline-flex;
  align-items: center;
  gap: .38rem;
  padding: .35rem .58rem;
  border: 1px solid var(--premium-line-strong);
  border-radius: 999px;
  color: #eef8a3;
  background: rgba(215, 242, 56, .055);
  font-size: .69rem;
  font-weight: 760;
}

body.page-home.bizim-sari-theme .hero-service-card__copy strong {
  display: block;
  max-inline-size: 20ch;
  font-size: clamp(1.35rem, 1.15rem + .72vw, 1.75rem);
  line-height: 1.08;
  letter-spacing: -.035em;
}

body.page-home.bizim-sari-theme .hero-service-card__copy p {
  margin-block-start: .65rem;
  color: #a8b7aa;
  font-size: .86rem;
  line-height: 1.6;
}

body.page-home.bizim-sari-theme .hero-service-card__facts {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 0;
  margin: 0;
  border-block: 1px solid var(--premium-line);
}

body.page-home.bizim-sari-theme .hero-service-card__fact {
  display: grid;
  grid-template-columns: minmax(5.25rem, .55fr) minmax(0, 1fr);
  gap: .75rem;
  align-items: baseline;
  padding-block: .75rem;
}

body.page-home.bizim-sari-theme .hero-service-card__fact + .hero-service-card__fact {
  border-top: 1px solid var(--premium-line);
}

body.page-home.bizim-sari-theme .hero-service-card__fact dt {
  color: #7f9182;
  font-size: .67rem;
  font-weight: 820;
  letter-spacing: .08em;
  text-transform: uppercase;
}

body.page-home.bizim-sari-theme .hero-service-card__fact dd {
  min-inline-size: 0;
  margin: 0;
  color: #f5f8f2;
  font-size: .82rem;
  font-weight: 720;
  overflow-wrap: anywhere;
}

body.page-home.bizim-sari-theme .hero-service-card__phone {
  min-block-size: 50px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: .72rem .85rem;
  border: 1px solid var(--premium-line-strong);
  border-radius: .9rem;
  background: rgba(215, 242, 56, .055);
  color: #fff;
  text-decoration: none;
}

body.page-home.bizim-sari-theme .hero-service-card__phone span {
  min-inline-size: 0;
  display: grid;
  gap: .1rem;
}

body.page-home.bizim-sari-theme .hero-service-card__phone small {
  color: #839587;
  font-size: .65rem;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

body.page-home.bizim-sari-theme .hero-service-card__phone strong {
  color: #fff;
  font-size: .96rem;
}

/* Proof cards are no longer visually detached from the hero. */
body.page-home.bizim-sari-theme .stats-section {
  z-index: 1;
  padding-block: 1.25rem var(--premium-section) !important;
  transform: none;
  background: transparent;
}

body.page-home.bizim-sari-theme .stats-grid {
  gap: .85rem;
}

body.page-home.bizim-sari-theme .stat-card,
body.bizim-sari-theme :where(.service-card, .listing-card, .process-card, .content-card, .feature-card) {
  border: 1px solid var(--premium-line);
  border-radius: var(--premium-radius);
  background: linear-gradient(150deg, rgba(16, 31, 21, .9), rgba(8, 17, 11, .94));
  box-shadow: 0 16px 42px rgba(0, 0, 0, .2);
}

body.page-home.bizim-sari-theme .stat-card {
  min-block-size: 9.5rem;
  padding: 1.1rem;
}

body.bizim-sari-theme :where(.service-card, .listing-card, .process-card) {
  transition: transform .2s ease, border-color .2s ease, background-color .2s ease, box-shadow .2s ease;
}

body.bizim-sari-theme :where(.service-card, .listing-card, .process-card):hover {
  transform: translateY(-3px);
  border-color: var(--premium-line-strong);
  box-shadow: 0 22px 56px rgba(0, 0, 0, .28);
}

body.bizim-sari-theme :where(.stat-icon, .service-card__icon, .process-card__icon, .privacy-gate__icon, .empty-page__icon, .bay-pro-floating-icon) {
  inline-size: 2.75rem;
  block-size: 2.75rem;
  min-inline-size: 2.75rem;
  min-block-size: 2.75rem;
  border: 1px solid var(--premium-line-strong);
  border-radius: .82rem;
  background: rgba(215, 242, 56, .05);
  color: var(--premium-accent);
  overflow: hidden;
}

body.bizim-sari-theme :where(.stat-icon, .service-card__icon, .process-card__icon, .privacy-gate__icon, .empty-page__icon, .bay-pro-floating-icon) :where(svg, .bay-svg-icon) {
  inline-size: 1.12rem !important;
  block-size: 1.12rem !important;
  max-inline-size: 1.12rem !important;
  max-block-size: 1.12rem !important;
}

body.bizim-sari-theme :where(.section-heading, .process-section__head) {
  margin-block-end: clamp(2rem, 4vw, 3.25rem);
}

body.bizim-sari-theme :where(.section-heading h2, .process-section__head h2, .why-copy h2, .faq-intro h2, .contact-info h2, .cta-shell h2) {
  max-inline-size: 18ch;
  font-size: clamp(2.15rem, 1.58rem + 1.85vw, 3.45rem) !important;
  line-height: 1.02;
  letter-spacing: -.043em;
}

body.bizim-sari-theme .section-heading p,
body.bizim-sari-theme .process-section__head > p,
body.bizim-sari-theme .why-copy > p,
body.bizim-sari-theme .faq-intro > p {
  color: #a8b6aa;
}

/* Inner pages use one compact hero system. */
body.bizim-sari-theme .page-hero {
  min-block-size: clamp(350px, 44svh, 465px);
  padding-block: clamp(7rem, 10vw, 8.75rem) clamp(3.25rem, 5vw, 4.5rem);
  border-bottom: 1px solid rgba(215, 242, 56, .07);
  background:
    radial-gradient(circle at 82% 18%, rgba(215, 242, 56, .09), transparent 20rem),
    linear-gradient(145deg, #07130d, #050b08 72%);
}

body.bizim-sari-theme .page-hero::after {
  opacity: .26;
  background-size: 64px 64px;
}

body.bizim-sari-theme .page-hero__inner {
  padding-block-end: 0;
}

body.bizim-sari-theme .page-hero h1 {
  max-inline-size: 14ch;
  margin-block-end: .9rem;
  font-size: clamp(2.8rem, 1.95rem + 2.8vw, 4.85rem);
  line-height: .98;
  letter-spacing: -.048em;
}

body.bizim-sari-theme .page-hero p {
  max-inline-size: 58ch;
  color: #b8c5b9;
  font-size: clamp(1rem, .95rem + .18vw, 1.13rem);
}

/* Contact and all forms share the same premium surface. */
body.bizim-sari-theme .contact-page-grid {
  grid-template-columns: minmax(18rem, .82fr) minmax(0, 1.18fr);
  gap: 1rem;
  align-items: stretch;
}

body.bizim-sari-theme .contact-card,
body.bizim-sari-theme :where(.premium-form, .contact-form, .form-container, .privacy-card) {
  border: 1px solid var(--premium-line);
  border-radius: var(--premium-radius);
  background: linear-gradient(150deg, rgba(15, 30, 20, .94), rgba(7, 16, 10, .97));
  box-shadow: 0 20px 58px rgba(0, 0, 0, .25);
}

body.bizim-sari-theme .contact-card {
  padding: clamp(1.35rem, 2.6vw, 2rem);
}

body.bizim-sari-theme .contact-card h2,
body.bizim-sari-theme .form-heading h2 {
  font-size: clamp(1.8rem, 1.45rem + 1.1vw, 2.55rem);
  line-height: 1.04;
  letter-spacing: -.038em;
}

body.bizim-sari-theme .contact-list li {
  min-inline-size: 0;
  padding-block: .9rem;
  border-color: var(--premium-line);
}

body.bizim-sari-theme .contact-list li > .bay-svg-icon,
body.bizim-sari-theme .contact-list li > svg {
  inline-size: 1.05rem !important;
  block-size: 1.05rem !important;
  margin-block-start: .22rem;
  color: var(--premium-accent);
}

body.bizim-sari-theme .form-page-section {
  padding-block: clamp(7.5rem, 10vw, 9.5rem) var(--premium-section);
  background:
    radial-gradient(circle at 84% 8%, rgba(215, 242, 56, .08), transparent 22rem),
    linear-gradient(180deg, rgba(12, 25, 16, .72), transparent 30rem);
}

body.bizim-sari-theme .form-container {
  width: min(100%, 1040px);
  padding: clamp(1.35rem, 3vw, 2.4rem);
}

body.bizim-sari-theme .form-container > .eyebrow {
  margin-block-end: .75rem;
}

body.bizim-sari-theme .form-container > h1,
body.bizim-sari-theme .privacy-card h1 {
  max-inline-size: 18ch;
  font-size: clamp(2.35rem, 1.65rem + 2.3vw, 4rem) !important;
  line-height: 1;
  letter-spacing: -.045em;
}

body.bizim-sari-theme .form-section {
  padding-block: clamp(1.25rem, 2.4vw, 1.75rem);
  border-color: var(--premium-line);
}

body.bizim-sari-theme .form-section > h2,
body.bizim-sari-theme .form-section > h3 {
  margin-block-end: 1rem;
  font-size: clamp(1.15rem, 1rem + .45vw, 1.45rem);
  letter-spacing: -.025em;
}

body.bizim-sari-theme :where(.form-group input, .form-group select, .form-group textarea, .form-control, .form-select) {
  min-block-size: 50px;
  border: 1px solid rgba(220, 244, 214, .14);
  border-radius: .78rem;
  background: #050c08;
  color: #f6f8f4;
  box-shadow: inset 0 1px rgba(255, 255, 255, .025);
}

body.bizim-sari-theme :where(.form-group input, .form-group select, .form-group textarea, .form-control, .form-select):focus {
  border-color: var(--premium-accent);
  background: #06100a;
  box-shadow: 0 0 0 4px rgba(215, 242, 56, .1);
}

body.bizim-sari-theme :where(input[type="checkbox"], input[type="radio"]) {
  inline-size: 1.5rem;
  block-size: 1.5rem;
  min-inline-size: 1.5rem;
  min-block-size: 1.5rem;
  accent-color: var(--premium-accent-strong);
}

body.bizim-sari-theme .privacy-confirmation,
body.bizim-sari-theme .consent-check {
  min-inline-size: 0;
}

body.bizim-sari-theme .consent-check {
  align-items: flex-start;
}

body.bizim-sari-theme .form-message-panel {
  border-radius: .85rem;
}

/* Gallery/media cannot escape cards or viewport. */
body.bizim-sari-theme :where(.gallery-grid, .gallery-trigger, .gallery-card, .founder-image, .detail-media) {
  min-inline-size: 0;
  overflow: clip;
}

body.bizim-sari-theme :where(.gallery-trigger img, .gallery-card img, .founder-image img, .detail-media img) {
  inline-size: 100%;
  block-size: 100%;
  object-fit: cover;
}

/* Footer is simpler and uses the same surfaces. */
body.bizim-sari-theme .footer {
  padding-block-start: clamp(4rem, 7vw, 6rem);
  border-color: var(--premium-line);
  background: #030805;
}

body.bizim-sari-theme .footer-glow {
  opacity: .32;
  background: rgba(129, 180, 48, .13);
}

body.bizim-sari-theme .footer-grid {
  grid-template-columns: minmax(15rem, 1.25fr) repeat(2, minmax(8rem, .66fr)) minmax(13rem, .95fr);
  gap: clamp(1.5rem, 3vw, 2.8rem);
  padding-block-end: 3.25rem;
}

body.bizim-sari-theme .footer-title {
  font-size: .9rem;
  letter-spacing: -.01em;
}

body.bizim-sari-theme .footer-list {
  gap: .42rem;
}

body.bizim-sari-theme .footer-list a,
body.bizim-sari-theme .footer-contact-list span {
  color: #a7b4a8;
}

body.bizim-sari-theme .footer-bottom {
  min-block-size: 72px;
  border-color: var(--premium-line);
}

/* Floating actions remain inside safe areas and never cover form controls. */
body.bizim-sari-theme .bay-pro-floating-actions {
  right: max(.75rem, env(safe-area-inset-right));
  bottom: max(.75rem, env(safe-area-inset-bottom));
  max-inline-size: calc(100vw - 1.5rem - env(safe-area-inset-left) - env(safe-area-inset-right));
}

body.bizim-sari-theme .bay-pro-floating-icon {
  border-radius: 999px;
}

/* Stable responsive rules. */
@media (max-width: 1100px) {
  body.page-home.bizim-sari-theme .bizim-sari-hero__grid {
    grid-template-columns: minmax(0, 1fr) minmax(18rem, .72fr);
    gap: 2rem;
  }

  body.bizim-sari-theme .footer-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 900px) {
  body.page-home.bizim-sari-theme .bizim-sari-hero {
    min-block-size: auto;
  }

  body.page-home.bizim-sari-theme .bizim-sari-hero__grid {
    grid-template-columns: minmax(0, 1fr);
  }

  body.page-home.bizim-sari-theme .bizim-sari-hero__visual {
    inline-size: min(100%, 38rem);
    justify-self: start;
  }

  body.page-home.bizim-sari-theme .hero-service-card {
    inline-size: 100%;
  }

  body.bizim-sari-theme .contact-page-grid {
    grid-template-columns: minmax(0, 1fr);
  }
}

@media (max-width: 700px) {
  :root {
    --premium-section: clamp(3.75rem, 15vw, 5.25rem);
  }

  body.bizim-sari-theme .top-bar-hours,
  body.bizim-sari-theme .top-bar-social {
    display: none;
  }

  body.bizim-sari-theme .navbar {
    min-block-size: 68px;
  }

  body.bizim-sari-theme .logo-image {
    inline-size: 7.4rem;
  }

  body.page-home.bizim-sari-theme .bizim-sari-hero {
    padding-block: 3.7rem 4rem;
  }

  body.page-home.bizim-sari-theme .home-hero__content h1 {
    max-inline-size: 12ch;
    font-size: clamp(2.55rem, 11.2vw, 3.75rem);
    line-height: .98;
  }

  body.page-home.bizim-sari-theme .home-hero__assurance {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: .45rem;
  }

  body.page-home.bizim-sari-theme .bizim-sari-hero__visual {
    display: none;
  }

  body.page-home.bizim-sari-theme .stats-grid,
  body.page-home.bizim-sari-theme .service-grid--premium,
  body.page-home.bizim-sari-theme .process-grid,
  body.bizim-sari-theme .services-listing,
  body.bizim-sari-theme .listing-grid,
  body.bizim-sari-theme .footer-grid,
  body.bizim-sari-theme .form-row,
  body.bizim-sari-theme .form-grid {
    grid-template-columns: minmax(0, 1fr) !important;
  }

  body.bizim-sari-theme .page-hero {
    min-block-size: 310px;
    padding-block: 6.25rem 3.2rem;
  }

  body.bizim-sari-theme .page-hero h1 {
    max-inline-size: 14ch;
    font-size: clamp(2.35rem, 10.5vw, 3.45rem);
  }

  body.bizim-sari-theme .section-heading--split,
  body.bizim-sari-theme .process-section__head {
    align-items: flex-start;
    flex-direction: column;
    gap: 1rem;
  }

  body.bizim-sari-theme .form-page-section {
    padding-block-start: 6.5rem;
  }

  body.bizim-sari-theme .form-container {
    padding: 1.1rem;
  }

  body.bizim-sari-theme .button-group .btn,
  body.bizim-sari-theme .form-actions .btn,
  body.bizim-sari-theme .cta-actions .btn {
    inline-size: 100%;
  }

  body.bizim-sari-theme .footer {
    padding-block-end: calc(5rem + env(safe-area-inset-bottom));
  }
}

@media (max-width: 390px) {
  body.page-home.bizim-sari-theme .home-hero__content h1 {
    font-size: clamp(2.3rem, 11.4vw, 3rem);
  }

}

@media (prefers-reduced-motion: reduce) {
  body.bizim-sari-theme *,
  body.bizim-sari-theme *::before,
  body.bizim-sari-theme *::after {
    scroll-behavior: auto !important;
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .01ms !important;
  }
}

@media (forced-colors: active) {
  body.bizim-sari-theme :where(.stat-card, .service-card, .listing-card, .process-card, .premium-form, .form-container, .contact-card) {
    border: 1px solid CanvasText;
  }
}
