/* index3 — sApp-style layout (theme-land.com/sapp) in EasyReseva brand colors */
@import url("https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@400;500;600;700;800&display=swap");

:root {
  --er-orange: #ff8c00;
  --er-blue: #007fff;
  /* Butonlar: tek vurgu rengi (turuncu-mavi karışımı yerine) */
  --er-btn-primary: #ff9f1a;
  --er-btn-primary-hover: #ffb03d;
  --er-btn-primary-shadow: rgba(255, 159, 26, 0.38);
  --er-btn-ghost-border: rgba(125, 211, 252, 0.45);
  --er-btn-ghost-hover-bg: rgba(56, 189, 248, 0.1);
  --er-store-pill-bg: #f8fafc;
  --er-store-pill-text: #0f172a;
  --er-store-pill-shadow: rgba(15, 23, 42, 0.22);
  --er-bg: #0d1b2a;
  --er-bg2: #0f1520;
  --er-card: #1b2838;
  --er-card2: #152535;
  --er-text: #f0f4fc;
  --er-muted: #94a3b8;
  --er-border: rgba(255, 255, 255, 0.1);
  --er-glow-orange: rgba(255, 140, 0, 0.25);
  --er-glow-blue: rgba(0, 127, 255, 0.3);
  --er-max: 1140px;
  --er-font: "Plus Jakarta Sans", system-ui, sans-serif;
  /* “Tüm cihazlarda” (.sapp-band--devices) — Unsplash: assets/ATTRIBUTION.md */
  --er-devices-band-bg-image: url("../assets/devices-band-bg.jpg");
  /* Foto ::after gradient’inin altında; çok düşükse “cihaz arka planı” hissi kaybolur */
  --er-devices-band-bg-opacity: 0.68;
}

.page-sapp {
  font-family: var(--er-font);
  background: var(--er-bg);
  color: var(--er-text);
  margin: 0;
  overflow-x: hidden;
}

@supports (overflow: clip) {
  .page-sapp {
    overflow-x: clip;
  }
}

/* .brand__icon hariç: genel img kuralı ikon kutusunu bozmasın */
.page-sapp img:not(.brand__icon),
.page-sapp video {
  max-width: 100%;
  height: auto;
}

.page-sapp a {
  color: var(--er-blue);
}
.page-sapp a:hover {
  color: #4da6ff;
}

.page-sapp .site-header {
  background: rgba(13, 27, 42, 0.92);
  border-bottom: 1px solid var(--er-border);
  backdrop-filter: blur(12px);
}

.page-sapp .site-header__inner {
  max-width: var(--er-max);
  padding-top: 14px;
  padding-bottom: 14px;
  gap: 12px 16px;
}

.page-sapp .brand {
  flex-shrink: 0;
  /* max-width + img max-width:100% bazı tarayıcılarda kutuyu çökertip logoyu nokta gibi yapıyordu */
  max-width: none;
  min-width: min-content;
}
.page-sapp .brand__icon {
  width: 46px;
  height: 46px;
  object-fit: contain;
  box-shadow: none;
  filter: drop-shadow(0 2px 10px rgba(0, 0, 0, 0.5));
}
@media (min-width: 640px) {
  .page-sapp .brand__icon {
    width: 52px;
    height: 52px;
  }
}
.page-sapp .brand__wordmark {
  font-size: 1.22rem;
}
.page-sapp .brand__easy {
  color: var(--er-orange);
}
.page-sapp .brand__reseva {
  color: var(--er-blue);
}
.page-sapp .brand:hover {
  opacity: 0.95;
}
.page-sapp .brand:hover .brand__icon {
  opacity: 0.98;
}

.page-sapp .nav a {
  color: var(--er-muted);
}
.page-sapp .nav a:hover {
  color: var(--er-text);
}

.page-sapp .lang-switch {
  border-color: var(--er-border);
  background: var(--er-card);
}
.page-sapp .lang-switch a.is-active {
  background: linear-gradient(135deg, var(--er-orange), var(--er-blue));
  color: #fff;
}

/* Telif ve alt bant artık .sapp-footer-band içinde (header ile aynı dil) */

.sapp-main {
  max-width: var(--er-max);
  width: 100%;
  margin: 0 auto;
  padding: 0 max(16px, env(safe-area-inset-right)) max(48px, env(safe-area-inset-bottom))
    max(16px, env(safe-area-inset-left));
  box-sizing: border-box;
}

/* Hero — full-bleed band + sApp-style split + wave */
.sapp-hero-band {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
}

.sapp-hero {
  position: relative;
  overflow: hidden;
  text-align: center;
  padding: clamp(8px, 0px, -15px) 0 0;
  /*padding: clamp(32px, 6vw, 56px) 0 0;*/
}

.sapp-hero--split {
  background: linear-gradient(
    145deg,
    #045a9e 0%,
    var(--er-blue) 38%,
    #0a1628 78%,
    #0d1b2a 100%
  );
  color: #fff;
  /* Alt dalga SVG yüksekliği kadar boşluk — istatistikler eğriyle çakışmasın */
  padding-bottom: clamp(64px, 11vw, 96px);
}

.sapp-hero--split::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse 80% 60% at 85% 20%, rgba(255, 140, 0, 0.18), transparent 50%),
    radial-gradient(ellipse 50% 45% at 10% 80%, rgba(0, 127, 255, 0.25), transparent 55%);
  pointer-events: none;
}

.sapp-hero__container {
  position: relative;
  z-index: 1;
  max-width: var(--er-max);
  margin: 0 auto;
  padding: 0 max(16px, env(safe-area-inset-left)) 0 max(16px, env(safe-area-inset-right));
  box-sizing: border-box;
}

.sapp-hero--split .sapp-hero__grid {
  display: grid;
  gap: clamp(32px, 6vw, 48px);
  align-items: center;
  text-align: left;
}

@media (min-width: 900px) {
  .sapp-hero--split .sapp-hero__grid {
    grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
    gap: 40px;
  }
}

.sapp-hero--split h1 {
  margin: 0 0 18px;
  max-width: 14ch;
  font-size: clamp(2rem, 4.2vw, 3.15rem);
  font-weight: 800;
  letter-spacing: -0.035em;
  line-height: 1.08;
  color: #fff;
}

@media (min-width: 900px) {
  .sapp-hero--split h1 {
    max-width: 12ch;
  }
}

.sapp-hero--split .sapp-hero__lead {
  margin: 0 0 28px;
  max-width: 34rem;
  font-size: clamp(0.95rem, 2.8vw, 1.05rem);
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.88);
}

.sapp-hero--split .sapp-hero__lead a {
  color: #fff;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.sapp-hero--split .sapp-hero__lead a:hover {
  color: rgba(255, 255, 255, 0.85);
}

.sapp-hero__stores {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
  margin-bottom: 16px;
}

.sapp-store-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 12px 20px;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.25);
  color: var(--er-store-pill-text) !important;
  font-weight: 600;
  font-size: 0.92rem;
  text-decoration: none !important;
  background: var(--er-store-pill-bg);
  box-shadow: 0 4px 18px var(--er-store-pill-shadow);
  transition: background 0.2s, box-shadow 0.2s, transform 0.2s, border-color 0.2s;
}

.sapp-store-btn:hover {
  border-color: rgba(255, 255, 255, 0.5);
  background: #fff;
  transform: translateY(-2px);
  box-shadow: 0 10px 28px rgba(15, 23, 42, 0.28);
  color: var(--er-store-pill-text) !important;
}

.sapp-store-btn__icon {
  width: 22px;
  height: 22px;
  flex-shrink: 0;
}

.sapp-hero--split .sapp-hero__devices {
  font-size: 0.82rem;
  font-style: italic;
  color: rgba(255, 255, 255, 0.65);
  margin: 0 0 8px;
}

.sapp-hero__pricing-link {
  display: inline-block;
  margin-top: 4px;
  font-size: 0.9rem;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.9) !important;
  text-decoration: none !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.35);
  padding-bottom: 2px;
}

.sapp-hero__pricing-link:hover {
  border-bottom-color: #fff;
  color: #fff !important;
}

/* —— sApp index-2 tarzı: hero (mobilde önce telefon, ortalanmış kopya) + birincil CTA */
.sapp-hero--index2 .sapp-hero__grid {
  display: grid;
}

@media (max-width: 899px) {
  .sapp-hero--index2 .sapp-hero__grid {
    text-align: center;
    justify-items: center;
  }

  .sapp-hero--index2 .sapp-hero__visual {
    order: -1;
  }

  .sapp-hero--index2 h1 {
    max-width: 22ch;
    margin-left: auto;
    margin-right: auto;
  }

  .sapp-hero--index2 .sapp-hero__lead {
    margin-left: auto;
    margin-right: auto;
  }

  .sapp-hero--index2 .sapp-hero__stores {
    justify-content: center;
  }

  .sapp-hero--index2 .sapp-hero__primary-cta {
    justify-content: center;
  }
}

@media (min-width: 900px) {
  .sapp-hero--index2 .sapp-hero__grid {
    text-align: left;
    justify-items: stretch;
  }

  .sapp-hero--index2 h1 {
    max-width: 14ch;
  }

  .sapp-hero--index2 .sapp-hero__lead {
    margin-left: 0;
    margin-right: 0;
  }

  .sapp-hero--index2 .sapp-hero__stores {
    justify-content: flex-start;
  }

  .sapp-hero--index2 .sapp-hero__primary-cta {
    justify-content: flex-start;
  }
}

.sapp-hero__primary-cta {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
  margin-bottom: 18px;
}

.sapp-hero--index2 .sapp-hero__primary-cta .sapp-btn--primary {
  padding: 14px 28px;
  font-size: 0.95rem;
  border-radius: 999px;
  box-shadow: 0 14px 36px var(--er-btn-primary-shadow);
}

/* Premium özellikler — index-2 “Explore Premium Features” ızgarası */
.sapp-premium-grid {
  display: grid;
  gap: 20px;
  grid-template-columns: 1fr;
}

@media (min-width: 520px) {
  .sapp-premium-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 900px) {
  .sapp-premium-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

.sapp-premium-card {
  background: var(--er-card);
  border: 1px solid var(--er-border);
  border-radius: 18px;
  padding: 22px 20px;
  text-align: left;
  transition: border-color 0.25s ease, box-shadow 0.25s ease, transform 0.25s ease;
}

.sapp-premium-card:hover {
  border-color: rgba(0, 127, 255, 0.35);
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.22);
  transform: translateY(-3px);
}

.sapp-premium-card h4 {
  margin: 0 0 8px;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1.25;
}

.sapp-premium-card p {
  margin: 0;
  color: var(--er-muted);
  font-size: 0.88rem;
  line-height: 1.55;
}

.sapp-premium-card__icon {
  width: 48px;
  height: 48px;
  margin-bottom: 14px;
  border-radius: 14px;
  background: linear-gradient(135deg, rgba(255, 140, 0, 0.18), rgba(0, 127, 255, 0.18));
  border: 1px solid var(--er-border);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--er-blue);
}

.sapp-premium-card__icon svg {
  width: 24px;
  height: 24px;
}

/* Split blokları — index-2 üst başlık */
.sapp-split-heading {
  text-align: center;
  max-width: 640px;
  margin: 0 auto clamp(24px, 5vw, 40px);
}

.sapp-split-heading h2 {
  margin: 0 0 10px;
  font-size: clamp(1.35rem, 3.2vw, 1.9rem);
  font-weight: 800;
  letter-spacing: -0.03em;
  line-height: 1.2;
}

.sapp-split-heading p {
  margin: 0;
  color: var(--er-muted);
  font-size: 0.98rem;
  line-height: 1.55;
}

@media (min-width: 900px) {
  .sapp-split-heading {
    text-align: left;
    margin-left: 0;
    margin-right: 0;
    max-width: 42rem;
  }
}

@media (max-width: 899px) {
  .sapp-split--text-first-mobile {
    display: flex;
    flex-direction: column;
  }

  .sapp-split--text-first-mobile .sapp-checklist {
    order: 1;
  }

  .sapp-split--text-first-mobile .sapp-visual-panel {
    order: 2;
  }
}

/* “Tüm cihazlarda” — tam genişlik band + düşük opaklıklı arka plan görseli */
.sapp-band--devices {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  padding: clamp(48px, 9vw, 96px) max(20px, env(safe-area-inset-left)) clamp(52px, 9vw, 96px)
    max(20px, env(safe-area-inset-right));
  isolation: isolate;
  overflow: hidden;
  border-top: 1px solid var(--er-border);
  border-bottom: 1px solid var(--er-border);
  margin-top: clamp(28px, 5vw, 48px);
  box-sizing: border-box;
  background: linear-gradient(165deg, #172536 0%, #101d2f 50%, #0d1b2a 100%);
}

.sapp-band--devices::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background-image: var(--er-devices-band-bg-image);
  background-repeat: no-repeat;
  background-size: cover;
  /* Cihaz / el kompozisyonu genelde alt-orta veya sağda; metin ortada kaldığı için gradient dengeyi sağlar */
  background-position: center 28%;
  opacity: var(--er-devices-band-bg-opacity);
  pointer-events: none;
}

.sapp-band--devices::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  /* Metin alanını koyu tutup kenarlarda fotoğrafı daha çok göstermek için çift katman */
  background: radial-gradient(
      ellipse 85% 70% at 50% 42%,
      rgba(13, 27, 42, 0.82) 0%,
      rgba(13, 27, 42, 0.35) 62%,
      rgba(13, 27, 42, 0.2) 100%
    ),
    linear-gradient(165deg, rgba(13, 27, 42, 0.55) 0%, rgba(16, 29, 47, 0.25) 50%, rgba(13, 27, 42, 0.5) 100%);
  pointer-events: none;
}

.sapp-band--devices .sapp-devices {
  position: relative;
  z-index: 1;
  background: transparent;
  border: none;
  padding: 0;
  max-width: var(--er-max);
  margin: 0 auto;
}

.sapp-band--devices .sapp-devices h2,
.sapp-band--devices .sapp-devices p {
  text-shadow: 0 1px 2px rgba(13, 27, 42, 0.85);
}

.sapp-band--devices > .sapp-section {
  padding-top: 0;
  padding-bottom: 0;
}

.sapp-devices__stores-note {
  margin-top: 20px;
  margin-bottom: 0;
  font-size: 0.82rem;
  font-style: italic;
  color: var(--er-muted);
}

/* Phone mock (sApp-style) */
.sapp-hero-phone {
  justify-self: center;
  width: min(280px, 78vw);
  border-radius: 36px;
  padding: 10px;
  background: linear-gradient(160deg, #1a2332, #0d1218);
  box-shadow: 0 32px 64px rgba(0, 0, 0, 0.45), 0 0 0 1px rgba(255, 255, 255, 0.12),
    0 0 60px rgba(0, 127, 255, 0.15);
}

.sapp-hero-phone__screen {
  border-radius: 28px;
  overflow: hidden;
  background: #0d1b2a;
  border: 1px solid rgba(255, 255, 255, 0.08);
  min-height: 420px;
  display: flex;
  flex-direction: column;
}

.sapp-hero-phone__screen--shot {
  min-height: 0;
  padding: 0;
  display: block;
}

.sapp-hero-phone__screen--shot img {
  display: block;
  width: 100%;
  height: auto;
  vertical-align: top;
}

/* Hero telefon: alt navbar’a hizalı tıklanabilir bölgeler (ekran görüntüsünü değiştirir) */
.sapp-hero-phone__screen--nav {
  position: relative;
}

.sapp-hero-phone__nav-img {
  display: block;
  width: 100%;
  height: auto;
  vertical-align: top;
}

/* Sadece tıklama bölgeleri — seçili sekmenin yeşili her PNG’de zaten var */
.sapp-hero-phone__nav-overlay {
  position: absolute;
  left: 4%;
  right: 4%;
  bottom: 2.1%;
  min-height: 36px;
  height: 10.5%;
  max-height: 54px;
  display: flex;
  flex-direction: row;
  gap: 0;
  z-index: 2;
  pointer-events: none;
  background: transparent;
}

.sapp-hero-phone__nav-overlay button {
  flex: 1;
  min-width: 0;
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
  cursor: pointer;
  border-radius: 0;
  appearance: none;
  -webkit-appearance: none;
  -webkit-tap-highlight-color: transparent;
  pointer-events: auto;
  color: transparent;
}

.sapp-hero-phone__nav-overlay button:focus-visible {
  outline: 2px solid rgba(255, 255, 255, 0.85);
  outline-offset: -1px;
}

/* Görsel panellerdeki telefon çerçevesi (hero ile aynı stil, boyut uyarlaması) */
.sapp-hero-phone--panel {
  width: min(288px, 90vw);
  margin-left: auto;
  margin-right: auto;
}

/* Wave into page background */
.sapp-hero__wave {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  line-height: 0;
  z-index: 2;
  pointer-events: none;
}

.sapp-hero__wave svg {
  display: block;
  width: 100%;
  height: clamp(48px, 8vw, 72px);
}

.sapp-hero__wave-path {
  fill: var(--er-bg);
}

.sapp-hero--split .sapp-stats {
  position: relative;
  z-index: 3;
  margin-top: clamp(28px, 5vw, 40px);
  margin-bottom: clamp(8px, 2vw, 16px);
  padding-top: 0;
}

.sapp-hero--split .sapp-stat__value {
  background: none;
  -webkit-background-clip: unset;
  background-clip: unset;
  color: #fff;
}

.sapp-hero--split .sapp-stat__label {
  color: rgba(255, 255, 255, 0.55);
}

/* Legacy centered hero bits (if reused elsewhere) */
.sapp-hero__cta {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
  margin-bottom: 28px;
}

.sapp-hero__shape {
  width: min(200px, 45vw);
  height: min(200px, 45vw);
  margin: 0 auto 40px;
  border-radius: 32%;
  background: linear-gradient(145deg, var(--er-card) 0%, var(--er-bg2) 100%);
  border: 2px solid transparent;
  background-clip: padding-box;
  box-shadow: 0 0 0 1px var(--er-border), 0 24px 64px rgba(0, 127, 255, 0.15), 0 0 80px var(--er-glow-orange);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.sapp-hero__shape-inner {
  font-size: 3rem;
  font-weight: 800;
  background: linear-gradient(135deg, var(--er-orange), var(--er-blue));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.sapp-stats {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
  max-width: 720px;
  margin: 0 auto;
  padding-top: 8px;
}

@media (min-width: 640px) {
  .sapp-stats {
    grid-template-columns: repeat(4, 1fr);
  }
}

.sapp-stat {
  text-align: center;
}

.sapp-stat__value {
  display: block;
  font-size: clamp(1.5rem, 3vw, 1.85rem);
  font-weight: 800;
  background: linear-gradient(180deg, #fff, var(--er-muted));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

@supports not (background-clip: text) {
  .sapp-stat__value {
    color: var(--er-text);
  }
}

.sapp-stat__label {
  font-size: 0.72rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--er-muted);
  margin-top: 6px;
}

/* Section */
.sapp-section {
  padding: clamp(40px, 8vw, 96px) 0;
}

.sapp-section__head {
  text-align: center;
  max-width: 640px;
  margin: 0 auto 40px;
}

.sapp-section__head h2 {
  margin: 0 0 12px;
  font-size: clamp(1.6rem, 3.5vw, 2.2rem);
  font-weight: 800;
  letter-spacing: -0.03em;
}

.sapp-section__head p {
  margin: 0;
  color: var(--er-muted);
  font-size: 1.02rem;
  line-height: 1.55;
}

/* SEO / rehber — H2 + H3 hiyerarşisi, iç bağlantılar, kart ızgarası */
.sapp-seo-guide .sapp-section__head a {
  color: var(--er-blue);
  text-decoration: none;
  font-weight: 600;
}
.sapp-seo-guide .sapp-section__head a:hover {
  color: #4da6ff;
  text-decoration: underline;
}

.sapp-seo-guide__grid {
  display: grid;
  gap: 18px;
  margin-top: 8px;
}

@media (min-width: 768px) {
  .sapp-seo-guide__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
  }
}

.sapp-seo-guide__card {
  background: var(--er-card);
  border: 1px solid var(--er-border);
  border-radius: 18px;
  padding: 22px 24px;
  transition: border-color 0.25s ease, box-shadow 0.25s ease;
}

.sapp-seo-guide__card:hover {
  border-color: rgba(0, 127, 255, 0.28);
  box-shadow: 0 12px 36px rgba(0, 0, 0, 0.2);
}

.sapp-seo-guide__card h3 {
  margin: 0 0 12px;
  font-size: 1.08rem;
  font-weight: 800;
  line-height: 1.35;
  color: var(--er-text);
  letter-spacing: -0.02em;
}

.sapp-seo-guide__card p {
  margin: 0;
  font-size: 0.94rem;
  line-height: 1.62;
  color: var(--er-muted);
}

.sapp-seo-guide__card a {
  color: var(--er-blue);
  text-decoration: none;
  font-weight: 600;
}

.sapp-seo-guide__card a:hover {
  color: #4da6ff;
  text-decoration: underline;
}

.sapp-seo-guide__footer {
  margin: 28px 0 0;
  text-align: center;
}

.sapp-eyebrow {
  font-size: 0.72rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  color: var(--er-orange);
  margin: 0 0 10px;
}

/* vs competitors — 2×2 */
.sapp-diff {
  display: grid;
  gap: 20px;
}

@media (min-width: 768px) {
  .sapp-diff {
    grid-template-columns: repeat(2, 1fr);
  }
}

.sapp-diff-item {
  background: var(--er-card);
  border: 1px solid var(--er-border);
  border-radius: 18px;
  padding: 22px 24px;
  text-align: left;
  transition: border-color 0.25s ease, box-shadow 0.25s ease;
}

.sapp-diff-item:hover {
  border-color: rgba(0, 127, 255, 0.28);
  box-shadow: 0 14px 36px rgba(0, 0, 0, 0.18);
}

.sapp-diff-item__icon {
  width: 48px;
  height: 48px;
  margin-bottom: 14px;
  border-radius: 14px;
  background: linear-gradient(135deg, rgba(255, 140, 0, 0.2), rgba(0, 127, 255, 0.2));
  border: 1px solid var(--er-border);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--er-orange);
}

.sapp-diff-item__icon svg {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
}

.sapp-diff-item:nth-child(2) .sapp-diff-item__icon {
  color: var(--er-blue);
}

.sapp-diff-item:nth-child(3) .sapp-diff-item__icon {
  color: var(--er-orange);
}

.sapp-diff-item:nth-child(4) .sapp-diff-item__icon {
  color: var(--er-blue);
}

.sapp-diff-item__label {
  font-size: 0.68rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--er-orange);
  margin: 0 0 8px;
}

.sapp-diff-item h3 {
  margin: 0 0 8px;
  font-size: 1.02rem;
  font-weight: 700;
}

.sapp-diff-item p {
  margin: 0;
  color: var(--er-muted);
  font-size: 0.92rem;
  line-height: 1.55;
}

/* industry chips */
.sapp-industries {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
  max-width: 800px;
  margin: 0 auto;
}

.sapp-industry-tag {
  display: inline-flex;
  align-items: center;
  padding: 10px 18px;
  border-radius: 999px;
  background: rgba(0, 127, 255, 0.1);
  border: 1px solid var(--er-border);
  color: var(--er-text);
  font-size: 0.88rem;
  font-weight: 600;
}

/* 3 feature cards */
.sapp-trio {
  display: grid;
  gap: 24px;
}

@media (min-width: 768px) {
  .sapp-trio {
    grid-template-columns: repeat(3, 1fr);
  }
}

.sapp-card {
  background: var(--er-card);
  border: 1px solid var(--er-border);
  border-radius: 20px;
  padding: 28px 24px;
  text-align: center;
  transition: border-color 0.25s, box-shadow 0.25s;
}

.sapp-card:hover {
  border-color: rgba(0, 127, 255, 0.35);
  box-shadow: 0 20px 48px rgba(0, 0, 0, 0.25);
}

.sapp-card h3 {
  margin: 0 0 10px;
  font-size: 1.1rem;
  font-weight: 700;
}

.sapp-card p {
  margin: 0;
  color: var(--er-muted);
  font-size: 0.95rem;
  line-height: 1.55;
}

.sapp-card__icon {
  width: 56px;
  height: 56px;
  margin: 0 auto 18px;
  border-radius: 16px;
  background: linear-gradient(135deg, rgba(255, 140, 0, 0.2), rgba(0, 127, 255, 0.2));
  border: 1px solid var(--er-border);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--er-blue);
}

.sapp-card__icon svg {
  width: 28px;
  height: 28px;
}

/* Split list + visual */
.sapp-split {
  display: grid;
  gap: 40px;
  align-items: center;
}

@media (min-width: 900px) {
  .sapp-split {
    grid-template-columns: 1fr 1fr;
  }
}

.sapp-checklist {
  list-style: none;
  margin: 0;
  padding: 0;
}

.sapp-checklist li {
  display: flex;
  gap: 16px;
  margin-bottom: 20px;
  align-items: flex-start;
}

.sapp-checklist__icon {
  width: 40px;
  height: 40px;
  border-radius: 10px;
  background: rgba(0, 127, 255, 0.15);
  color: var(--er-blue);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.sapp-checklist__icon svg {
  width: 20px;
  height: 20px;
}

.sapp-checklist strong {
  display: block;
  margin-bottom: 4px;
  font-size: 1rem;
}

.sapp-checklist span {
  color: var(--er-muted);
  font-size: 0.92rem;
  line-height: 1.5;
}

.sapp-visual-panel {
  background: linear-gradient(160deg, var(--er-card), var(--er-card2));
  border: 1px solid var(--er-border);
  border-radius: 24px;
  padding: clamp(14px, 4vw, 32px);
  min-height: min(280px, 50vh);
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05);
}

.sapp-visual-panel--mock {
  padding: clamp(16px, 3vw, 24px);
  min-height: auto;
  align-items: stretch;
}

/* Görsel paneller: gerçek ekran görüntüleri assets/campaign-*.png + .sapp-hero-phone--panel */

.sapp-visual-phones {
  display: flex;
  gap: 16px;
  align-items: flex-end;
}

.sapp-mini-phone {
  width: 100px;
  border-radius: 18px;
  background: #0a0f16;
  border: 2px solid var(--er-border);
  aspect-ratio: 9 / 18;
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.4);
}

.sapp-mini-phone--2 {
  width: 88px;
  opacity: 0.85;
  transform: translateY(12px);
}

/* How */
.sapp-how {
  display: grid;
  gap: 28px;
}

@media (min-width: 768px) {
  .sapp-how {
    grid-template-columns: repeat(3, 1fr);
  }
}

.sapp-how-card {
  text-align: center;
  padding: 24px;
}

.sapp-how-card h3 {
  margin: 12px 0 8px;
  font-size: 1.05rem;
}

.sapp-how-card p {
  margin: 0;
  color: var(--er-muted);
  font-size: 0.92rem;
}

.sapp-how-card__icon {
  width: 64px;
  height: 64px;
  margin: 0 auto;
  border-radius: 50%;
  background: var(--er-btn-primary);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  font-weight: 800;
  color: #0f172a;
  box-shadow: 0 12px 28px var(--er-btn-primary-shadow);
}

/* Interface strip */
.sapp-interface {
  background: var(--er-card);
  border: 1px solid var(--er-border);
  border-radius: 24px;
  padding: clamp(24px, 4vw, 40px);
  text-align: center;
}

.sapp-interface__mock {
  margin-top: 24px;
  height: min(320px, 50vw);
  border-radius: 16px;
  background: linear-gradient(180deg, rgba(0, 127, 255, 0.08), rgba(255, 140, 0, 0.05));
  border: 1px dashed var(--er-border);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--er-muted);
  font-size: 0.85rem;
  font-weight: 600;
}

/* Arayüz: ortada renkli telefon, yanlarda gri önizleme + oklar */
.sapp-interface__slider-wrap {
  max-width: min(920px, 100%);
  margin-left: auto;
  margin-right: auto;
}

.sapp-phone-carousel__stage {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: clamp(6px, 2vw, 20px);
  width: 100%;
  outline: none;
}

.sapp-phone-carousel__stage:focus-visible {
  box-shadow: 0 0 0 2px rgba(0, 127, 255, 0.45);
  border-radius: 20px;
}

.sapp-phone-carousel__center {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: clamp(4px, 1.5vw, 12px);
  flex: 0 1 auto;
}

.sapp-phone-carousel__arrow {
  flex-shrink: 0;
}

.sapp-phone-carousel__hero {
  flex-shrink: 0;
  box-shadow: 0 28px 56px rgba(0, 0, 0, 0.4), 0 0 0 1px rgba(255, 255, 255, 0.12),
    0 0 48px rgba(255, 159, 26, 0.22), 0 0 64px rgba(0, 127, 255, 0.12);
  transition: box-shadow 0.3s ease;
}

.sapp-phone-carousel__peek {
  flex: 0 0 auto;
  margin: 0;
  padding: 0;
  border: none;
  background: transparent;
  cursor: pointer;
  border-radius: 20px;
  transition: transform 0.2s ease, opacity 0.2s ease;
  -webkit-tap-highlight-color: transparent;
}

.sapp-phone-carousel__peek:hover {
  transform: scale(1.03);
}

.sapp-phone-carousel__peek:focus-visible {
  outline: 2px solid var(--er-orange);
  outline-offset: 4px;
}

.sapp-phone-carousel__peek-frame {
  display: block;
  width: min(112px, 20vw);
  max-width: 140px;
  border-radius: 22px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: #0d1b2a;
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.35);
  filter: grayscale(0.9) brightness(0.5) contrast(1.08);
  opacity: 0.72;
  transition: filter 0.25s ease, opacity 0.25s ease, border-color 0.25s ease;
}

.sapp-phone-carousel__peek:hover .sapp-phone-carousel__peek-frame {
  filter: grayscale(0.5) brightness(0.72) contrast(1.05);
  opacity: 0.9;
  border-color: rgba(255, 159, 26, 0.35);
}

.sapp-phone-carousel__peek-img {
  display: block;
  width: 100%;
  height: auto;
  vertical-align: top;
  pointer-events: none;
}

.sapp-phone-slider__chrome {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  margin-top: 20px;
  flex-wrap: wrap;
}

@media (max-width: 600px) {
  .sapp-phone-carousel__peek {
    display: none;
  }

  .sapp-phone-carousel__center {
    width: 100%;
    justify-content: center;
  }
}

.sapp-phone-slider__btn {
  width: 42px;
  height: 42px;
  border-radius: 12px;
  border: 1px solid var(--er-border);
  background: var(--er-card2);
  color: var(--er-text);
  font-size: 1.4rem;
  line-height: 1;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: background 0.15s ease, border-color 0.15s ease;
}

.sapp-phone-slider__btn:hover {
  background: var(--er-card);
  border-color: rgba(255, 255, 255, 0.18);
}

.sapp-phone-slider__dots {
  display: flex;
  align-items: center;
  gap: 8px;
}

.sapp-phone-slider__dot {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  border: none;
  padding: 0;
  background: var(--er-border);
  cursor: pointer;
  transition: transform 0.15s ease, background 0.15s ease;
}

.sapp-phone-slider__dot.is-active {
  background: var(--er-orange);
  transform: scale(1.25);
}

/* Reviews */
.sapp-reviews {
  display: grid;
  gap: 24px;
}

@media (min-width: 768px) {
  .sapp-reviews {
    grid-template-columns: repeat(3, 1fr);
  }
}

.sapp-review {
  background: var(--er-card);
  border: 1px solid var(--er-border);
  border-radius: 18px;
  padding: 24px;
}

.sapp-review p {
  margin: 0 0 16px;
  font-style: italic;
  color: var(--er-text);
  line-height: 1.55;
  font-size: 0.95rem;
}

.sapp-review footer {
  font-weight: 700;
  font-size: 0.9rem;
}

.sapp-review footer span {
  display: block;
  font-weight: 500;
  color: var(--er-muted);
  font-size: 0.82rem;
  margin-top: 4px;
}

/* index3: dikey yorum kartları — üstte avatar, alında isim / rol / alıntı */
.sapp-reviews--index2 {
  display: grid;
  gap: 22px;
  max-width: 1080px;
  margin: 0 auto;
}

@media (min-width: 720px) {
  .sapp-reviews--index2 {
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
  }
}

.sapp-review--index2 {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  border: 1px solid var(--er-border);
  border-radius: 20px;
  border-top: 4px solid var(--er-orange);
  padding: 28px 22px 26px;
  background: var(--er-card);
  margin: 0;
}

.sapp-review--index2 .sapp-review__figure {
  margin: 0 0 18px;
  padding: 0;
  line-height: 0;
}

.sapp-review--index2 .sapp-review__avatar {
  width: 96px;
  height: 96px;
  border-radius: 50%;
  object-fit: cover;
  border: 3px solid rgba(255, 255, 255, 0.12);
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.28);
}

.sapp-review--index2 .sapp-review__body {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}

.sapp-review--index2 .sapp-review__name {
  display: block;
  font-size: 1.05rem;
  font-weight: 700;
  margin-bottom: 4px;
}

.sapp-review--index2 .sapp-review__role {
  display: block;
  font-size: 0.84rem;
  font-weight: 500;
  color: var(--er-muted);
  margin-bottom: 14px;
}

.sapp-review--index2 .sapp-review__quote {
  margin: 0;
  font-style: italic;
  color: var(--er-text);
  line-height: 1.6;
  font-size: 0.96rem;
  max-width: 32ch;
}

/* Pricing sApp style */
.sapp-pricing-row {
  display: grid;
  gap: 24px;
  max-width: 800px;
  margin: 0 auto;
}

@media (min-width: 700px) {
  .sapp-pricing-row {
    grid-template-columns: 1fr 1fr;
  }
}

/* Üç plan — mobil paywall ile aynı (Free / Starter / Pro) */
.sapp-pricing-row--3 {
  max-width: 1040px;
}

@media (min-width: 900px) {
  .sapp-pricing-row--3 {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (min-width: 560px) and (max-width: 899px) {
  .sapp-pricing-row--3 {
    grid-template-columns: repeat(2, 1fr);
  }
}

.sapp-price-card .price--text {
  font-size: clamp(1.35rem, 3vw, 1.85rem);
}

.sapp-price-card {
  background: var(--er-card);
  border: 1px solid var(--er-border);
  border-radius: 20px;
  padding: 32px 28px;
  text-align: center;
}

.sapp-price-card--pro {
  border-color: var(--er-blue);
  box-shadow: 0 0 0 1px rgba(0, 127, 255, 0.2), 0 24px 48px rgba(0, 127, 255, 0.12);
}

.sapp-price-card h3 {
  margin: 0 0 8px;
  font-size: 1.15rem;
}

.sapp-price-card .price {
  font-size: 2.5rem;
  font-weight: 800;
  margin: 16px 0;
  color: var(--er-btn-primary);
  background: none;
  -webkit-background-clip: unset;
  background-clip: unset;
}

.sapp-price-card ul {
  text-align: left;
  list-style: none;
  padding: 0;
  margin: 0 0 24px;
}

.sapp-price-card li {
  padding: 8px 0;
  border-bottom: 1px solid var(--er-border);
  font-size: 0.9rem;
  color: var(--er-muted);
}

.sapp-price-card li:last-child {
  border-bottom: none;
}

.sapp-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 28px;
  border-radius: 999px;
  font-weight: 700;
  font-size: 0.95rem;
  border: none;
  cursor: pointer;
  font-family: inherit;
  text-decoration: none;
  transition: transform 0.2s, box-shadow 0.2s;
}

.sapp-btn:hover {
  transform: translateY(-2px);
}

.sapp-btn--primary {
  background: var(--er-btn-primary);
  color: #0f172a;
  box-shadow: 0 10px 28px var(--er-btn-primary-shadow);
  border: 1px solid rgba(255, 255, 255, 0.12);
}

.sapp-btn--primary:hover {
  background: var(--er-btn-primary-hover);
  box-shadow: 0 14px 36px var(--er-btn-primary-shadow);
}

.sapp-btn--ghost {
  background: transparent;
  border: 2px solid var(--er-btn-ghost-border);
  color: var(--er-text);
  box-shadow: none;
}

.sapp-btn--ghost:hover {
  background: var(--er-btn-ghost-hover-bg);
  border-color: rgba(125, 211, 252, 0.65);
}

.sapp-pricing-foot {
  text-align: center;
  margin-top: 28px;
  color: var(--er-muted);
  font-size: 0.95rem;
}

/* FAQ */
.sapp-faq details {
  background: var(--er-card);
  border: 1px solid var(--er-border);
  border-radius: 12px;
  margin-bottom: 10px;
  padding: 0 20px;
}

.sapp-faq summary {
  padding: 16px 0;
  font-weight: 700;
  cursor: pointer;
  list-style: none;
}

.sapp-faq summary::-webkit-details-marker {
  display: none;
}

.sapp-faq details p {
  margin: 0 0 16px;
  color: var(--er-muted);
  font-size: 0.92rem;
  line-height: 1.55;
}

/* Team / kurucular — sApp tarzı görünürlükte sıralı animasyon (html.er-js: JS açık) */
html.er-js .sapp-team-section .sapp-section__head .sapp-eyebrow,
html.er-js .sapp-team-section .sapp-section__head h2,
html.er-js .sapp-team-section .sapp-section__head > p {
  opacity: 0;
  transform: translate3d(0, 22px, 0);
  transition: opacity 0.65s cubic-bezier(0.22, 1, 0.36, 1), transform 0.65s cubic-bezier(0.22, 1, 0.36, 1);
}

html.er-js .sapp-team-section.is-revealed .sapp-section__head .sapp-eyebrow {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  transition-delay: 0.06s;
}

html.er-js .sapp-team-section.is-revealed .sapp-section__head h2 {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  transition-delay: 0.14s;
}

html.er-js .sapp-team-section.is-revealed .sapp-section__head > p {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  transition-delay: 0.22s;
}

.sapp-team {
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(20px, 4vw, 28px);
  max-width: 860px;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 560px) {
  .sapp-team {
    grid-template-columns: repeat(2, 1fr);
  }
}

html.er-js .sapp-team-section .sapp-team-card {
  opacity: 0;
  transform: translate3d(0, 32px, 0);
  transition: opacity 0.7s cubic-bezier(0.22, 1, 0.36, 1), transform 0.7s cubic-bezier(0.22, 1, 0.36, 1), border-color 0.25s ease, box-shadow 0.25s ease;
}

html.er-js .sapp-team-section.is-revealed .sapp-team-card:nth-child(1) {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  transition-delay: 0.32s;
}

html.er-js .sapp-team-section.is-revealed .sapp-team-card:nth-child(2) {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  transition-delay: 0.48s;
}

.sapp-team-card {
  text-align: center;
  padding: 0;
  background: linear-gradient(165deg, var(--er-card) 0%, var(--er-card2) 100%);
  border-radius: 22px;
  border: 1px solid var(--er-border);
  overflow: hidden;
  box-shadow: 0 20px 48px rgba(0, 0, 0, 0.22);
}

html.er-js .sapp-team-section.is-revealed .sapp-team-card:hover {
  transform: translate3d(0, -6px, 0);
  border-color: rgba(0, 127, 255, 0.35);
  box-shadow: 0 28px 56px rgba(0, 0, 0, 0.28), 0 0 0 1px rgba(255, 159, 26, 0.12);
}

.sapp-team-card__photo-wrap {
  position: relative;
  margin: 0;
  aspect-ratio: 1;
  max-height: min(320px, 72vw);
  overflow: hidden;
  border-bottom: 1px solid var(--er-border);
  background: #0d1b2a;
}

.sapp-team-card__photo-wrap::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(180deg, transparent 55%, rgba(13, 27, 42, 0.45) 100%);
}

.sapp-team-card__photo {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  display: block;
  vertical-align: top;
  transform: scale(1);
  transition: transform 0.55s cubic-bezier(0.22, 1, 0.36, 1);
}

html.er-js .sapp-team-section.is-revealed .sapp-team-card:hover .sapp-team-card__photo {
  transform: scale(1.06);
}

.sapp-team-card__body {
  padding: 22px 20px 26px;
}

.sapp-team-card__avatar {
  width: 72px;
  height: 72px;
  margin: 0 auto 12px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--er-orange), var(--er-blue));
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  font-size: 1.25rem;
  color: #fff;
}

.sapp-team-card h4 {
  margin: 0 0 10px;
  font-size: 1.15rem;
  font-weight: 800;
  letter-spacing: -0.02em;
  color: var(--er-text);
}

.sapp-team-card__role {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 6px 14px;
  border-radius: 999px;
  font-size: 0.72rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: #0f172a;
  background: linear-gradient(135deg, var(--er-btn-primary), #ffb03d);
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.sapp-team-card span:not(.sapp-team-card__role) {
  font-size: 0.8rem;
  color: var(--er-muted);
}

/* Kurucular — dikey kart (üstte daire foto, alında isim / rol / tagline); geniş ekranda 2 sütun */
.sapp-team-section--profiles .sapp-team--profiles {
  max-width: 520px;
  margin-left: auto;
  margin-right: auto;
  grid-template-columns: 1fr;
  gap: 22px;
}

@media (min-width: 700px) {
  .sapp-team-section--profiles .sapp-team--profiles {
    max-width: 960px;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
  }
}

.sapp-team-section--profiles .sapp-team-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  overflow: visible;
  border-radius: 20px;
  box-shadow: 0 12px 36px rgba(0, 0, 0, 0.18);
  padding: clamp(22px, 4vw, 30px) clamp(18px, 4vw, 26px);
  background: rgba(27, 40, 56, 0.65);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-top: 3px solid var(--er-orange);
  backdrop-filter: blur(10px);
}

.sapp-team-section--profiles .sapp-team-card__photo-wrap {
  width: min(128px, 34vw);
  height: min(128px, 34vw);
  min-width: min(128px, 34vw);
  max-height: none;
  aspect-ratio: 1;
  border-radius: 50%;
  border: 3px solid rgba(255, 159, 26, 0.4);
  box-shadow: 0 10px 32px rgba(0, 0, 0, 0.35);
  border-bottom: none;
  flex-shrink: 0;
  margin: 0 0 6px;
}

.sapp-team-section--profiles .sapp-team-card__photo-wrap::after {
  display: none;
}

.sapp-team-section--profiles .sapp-team-card__body {
  padding: 10px 0 0;
  flex: 0 1 auto;
  width: 100%;
  min-width: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.sapp-team-section--profiles .sapp-team-card h4 {
  margin: 0 0 8px;
  font-size: 1.12rem;
}

.sapp-team-section--profiles .sapp-team-card__role {
  margin: 0 0 10px;
  padding: 5px 12px;
  font-size: 0.68rem;
  background: rgba(255, 159, 26, 0.18);
  border: 1px solid rgba(255, 159, 26, 0.35);
  color: #ffe8cc;
  align-self: center;
}

.sapp-team-section--profiles .sapp-team-card__tagline {
  margin: 0;
  font-size: 0.88rem;
  line-height: 1.45;
  color: var(--er-muted);
  font-weight: 500;
}

html.er-js .sapp-team-section--profiles.is-revealed .sapp-team-card:hover {
  transform: translate3d(0, -4px, 0);
  border-color: rgba(0, 127, 255, 0.28);
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.22);
}

html.er-js .sapp-team-section--profiles.is-revealed .sapp-team-card:hover .sapp-team-card__photo {
  transform: scale(1.04);
}

/* Devices band */
.sapp-devices {
  text-align: center;
  padding: 56px 24px;
  border-radius: 24px;
  background: linear-gradient(135deg, rgba(0, 127, 255, 0.12), rgba(255, 140, 0, 0.08));
  border: 1px solid var(--er-border);
}

.sapp-devices h2 {
  margin: 0 0 12px;
  font-size: 1.65rem;
  font-weight: 800;
}

.sapp-devices p {
  margin: 0 0 24px;
  color: var(--er-muted);
}

/* Contact */
.sapp-contact-grid {
  display: grid;
  gap: 40px;
}

@media (min-width: 900px) {
  .sapp-contact-grid {
    grid-template-columns: 1fr 1.1fr;
  }
}

.sapp-contact-info p {
  margin: 0 0 12px;
  color: var(--er-muted);
  font-size: 0.95rem;
}

.sapp-contact-info strong {
  color: var(--er-text);
}

.sapp-contact-info a[href^="tel:"] {
  color: var(--er-text);
  text-decoration: none;
}

.sapp-contact-info a[href^="tel:"]:hover {
  text-decoration: underline;
}

.sapp-contact-whatsapp {
  margin-top: 4px;
}

.sapp-contact-whatsapp a {
  color: #25d366;
  font-weight: 600;
  text-decoration: none;
}

.sapp-contact-whatsapp a:hover {
  text-decoration: underline;
}

.sapp-form label {
  display: block;
  font-size: 0.82rem;
  font-weight: 600;
  margin-bottom: 6px;
  color: var(--er-muted);
}

.sapp-form input,
.sapp-form textarea {
  width: 100%;
  padding: 12px 14px;
  border-radius: 12px;
  border: 1px solid var(--er-border);
  background: var(--er-card);
  color: var(--er-text);
  font-family: inherit;
  margin-bottom: 16px;
}

.sapp-form textarea {
  min-height: 120px;
  resize: vertical;
}

/* Footer — header ile aynı cam panel + marka şeridi (tam genişlik bant) */
.page-sapp .sapp-footer-band {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  margin-top: clamp(40px, 8vw, 72px);
  box-sizing: border-box;
  border-top: 1px solid var(--er-border);
  background: rgba(13, 27, 42, 0.94);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  box-shadow: inset 0 1px 0 rgba(255, 159, 26, 0.08), 0 -24px 48px rgba(0, 0, 0, 0.25);
}

.page-sapp .sapp-footer-band__inner {
  max-width: var(--er-max);
  margin: 0 auto;
  padding: clamp(28px, 5vw, 44px) max(20px, env(safe-area-inset-right)) clamp(24px, 4vw, 36px)
    max(20px, env(safe-area-inset-left));
  box-sizing: border-box;
}

.page-sapp .sapp-footer-brand {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
  padding-bottom: clamp(22px, 4vw, 32px);
  margin-bottom: clamp(22px, 4vw, 32px);
  border-bottom: 1px solid var(--er-border);
}

.page-sapp .brand--footer .brand__icon {
  width: 42px;
  height: 42px;
}
@media (min-width: 640px) {
  .page-sapp .brand--footer .brand__icon {
    width: 48px;
    height: 48px;
  }
}
.page-sapp .brand--footer .brand__wordmark {
  font-size: 1.12rem;
}

.page-sapp .sapp-footer-brand__tagline {
  margin: 0;
  max-width: 36rem;
  font-size: 0.92rem;
  line-height: 1.5;
  color: var(--er-muted);
}

.page-sapp .sapp-footer-grid {
  display: grid;
  gap: clamp(24px, 5vw, 40px);
  padding: 0;
  margin: 0;
  border: none;
}

@media (min-width: 768px) {
  .page-sapp .sapp-footer-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 48px;
  }
}

.page-sapp .sapp-footer-grid__title {
  margin: 0 0 14px;
  font-size: 0.72rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  color: var(--er-orange);
}

.page-sapp .sapp-footer-grid ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.page-sapp .sapp-footer-grid a {
  display: block;
  padding: 7px 0;
  color: var(--er-muted);
  font-size: 0.9rem;
  text-decoration: none;
  transition: color 0.2s ease;
}

.page-sapp .sapp-footer-grid a:hover {
  color: var(--er-text);
}

.page-sapp .sapp-footer-meta {
  margin-top: clamp(28px, 5vw, 40px);
  padding-top: clamp(20px, 3vw, 28px);
  border-top: 1px solid var(--er-border);
  text-align: center;
}

.page-sapp .sapp-footer-copy {
  margin: 0;
  font-size: 0.82rem;
  color: rgba(148, 163, 184, 0.88);
  line-height: 1.5;
}

.i18n[hidden] {
  display: none !important;
}

/* Mobil / dar ekran: üst menü taşmasını yatay kaydırma ile çöz */
@media (max-width: 720px) {
  .page-sapp .site-header__inner {
    flex-direction: column;
    align-items: stretch;
    gap: 8px;
  }

  .page-sapp .nav {
    flex-wrap: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: thin;
    gap: 6px 12px;
    padding: 4px 2px 10px;
    justify-content: flex-start;
  }

  .page-sapp .nav a,
  .page-sapp .lang-switch {
    flex-shrink: 0;
  }

  .page-sapp .nav a {
    font-size: 0.78rem;
  }

  .page-sapp .lang-switch a {
    padding: 8px 12px;
    min-height: 40px;
    display: inline-flex;
    align-items: center;
  }
}

@media (max-width: 380px) {
  .sapp-store-btn {
    padding: 10px 14px;
    font-size: 0.85rem;
  }

  .sapp-price-card .price {
    font-size: clamp(1.75rem, 8vw, 2.5rem);
  }

  .sapp-phone-slider__btn {
    min-width: 44px;
    min-height: 44px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .sapp-btn:hover {
    transform: none;
  }

  html.er-js .sapp-team-section .sapp-section__head .sapp-eyebrow,
  html.er-js .sapp-team-section .sapp-section__head h2,
  html.er-js .sapp-team-section .sapp-section__head > p,
  html.er-js .sapp-team-section .sapp-team-card {
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
  }

  html.er-js .sapp-team-section.is-revealed .sapp-team-card:hover,
  .sapp-team-card:hover {
    transform: none;
  }

  html.er-js .sapp-team-section.is-revealed .sapp-team-card:hover .sapp-team-card__photo {
    transform: none;
  }

  html.er-js .sapp-team-section--profiles.is-revealed .sapp-team-card:hover,
  html.er-js .sapp-team-section--profiles.is-revealed .sapp-team-card:hover .sapp-team-card__photo {
    transform: none;
  }

  .sapp-phone-carousel__peek,
  .sapp-phone-carousel__peek-frame,
  .sapp-phone-carousel__hero {
    transition: none;
  }

  .sapp-phone-carousel__peek:hover {
    transform: none;
  }

  .sapp-premium-card:hover {
    transform: none;
  }
}
