/* Ücretsiz Analiz — sayfa (form stilleri korunur) */
.al-page {
  --al-navy: #0f172a;
  --al-brand: #f6c23e;
  --al-gold: #f4b400;
  --al-glow: rgba(244, 180, 0, 0.25);
  --al-muted: #64748b;
  --al-cream: #fff8e6;
  --al-line: rgba(15, 23, 42, 0.08);
  color: var(--al-navy);
}

/* ─── Hero grid ─── */
.al-hero {
  position: relative;
  padding: 6rem 0 4rem;
  background:
    radial-gradient(ellipse 80% 60% at 0% 0%, rgba(246, 194, 62, 0.14), transparent 55%),
    radial-gradient(ellipse 50% 40% at 100% 20%, rgba(15, 23, 42, 0.04), transparent),
    #fafafa;
  overflow: hidden;
}

.al-hero::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--al-line), transparent);
}

.al-hero__grid {
  display: grid;
  gap: 2.5rem;
  max-width: 76rem;
  margin: 0 auto;
  padding: 0 1.25rem;
  align-items: start;
  position: relative;
  z-index: 1;
}

@media (min-width: 1024px) {
  .al-hero__grid {
    grid-template-columns: 1fr minmax(380px, 420px);
    gap: 3.5rem;
    align-items: start;
  }
}

.al-hero__form-col { order: 1; }
.al-hero__story-col { order: 2; }

@media (min-width: 1024px) {
  .al-hero__form-col { order: 2; }
  .al-hero__story-col { order: 1; }
}

/* ─── Sol: editorial story ─── */
.al-story__partners {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-bottom: 1.25rem;
}

.al-story__pill {
  font-size: 0.6875rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  padding: 0.35rem 0.7rem;
  border-radius: 999px;
  background: #fff;
  border: 1px solid var(--al-line);
  color: var(--al-muted);
}

.al-story__pill--live {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  color: #166534;
  background: rgba(34, 197, 94, 0.08);
  border-color: rgba(34, 197, 94, 0.2);
}

.al-story__pill--live::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #22c55e;
}

.al-story__title {
  font-size: clamp(2rem, 5.5vw, 3rem);
  font-weight: 800;
  line-height: 1.08;
  letter-spacing: -0.04em;
  margin: 0 0 1rem;
  color: var(--al-navy);
}

.al-story__title span {
  display: block;
  background: linear-gradient(90deg, var(--al-gold), #e5a82e);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.al-story__lead {
  font-size: 1.0625rem;
  line-height: 1.65;
  color: var(--al-muted);
  max-width: 32rem;
  margin: 0 0 2rem;
}

.al-story__metrics {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.65rem;
  margin-bottom: 2rem;
  max-width: 28rem;
}

@media (min-width: 640px) {
  .al-story__metrics {
    grid-template-columns: repeat(4, 1fr);
    max-width: none;
  }
}

.al-story__metric {
  padding: 0.85rem 0.75rem;
  background: #fff;
  border: 1px solid var(--al-line);
  border-radius: 14px;
  text-align: center;
  transition: transform 0.3s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.3s, border-color 0.3s;
}

.al-story__metric:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 32px rgba(15, 23, 42, 0.1);
}

.al-story__metric--amber {
  background: linear-gradient(160deg, #fffbeb 0%, #fff 70%);
  border-color: rgba(244, 180, 0, 0.35);
}

.al-story__metric--blue {
  background: linear-gradient(160deg, #eff6ff 0%, #fff 70%);
  border-color: rgba(59, 130, 246, 0.25);
}

.al-story__metric--green {
  background: linear-gradient(160deg, #ecfdf5 0%, #fff 70%);
  border-color: rgba(34, 197, 94, 0.3);
}

.al-story__metric--violet {
  background: linear-gradient(160deg, #f5f3ff 0%, #fff 70%);
  border-color: rgba(124, 58, 237, 0.25);
}

.al-stat__value {
  display: block;
  font-size: clamp(1.65rem, 3.6vw, 2.1rem);
  font-weight: 800;
  line-height: 1;
  letter-spacing: -0.04em;
  font-variant-numeric: tabular-nums;
  color: var(--al-navy);
}

.al-stat__value [data-al-count] {
  font: inherit;
  color: inherit;
  letter-spacing: inherit;
}

.al-stat__label {
  display: block;
  margin-top: 0.4rem;
  font-size: 0.6875rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: var(--al-muted);
}

.al-story__metric {
  padding: 1.1rem 0.85rem;
}

.al-story__metric .al-stat__value {
  color: inherit;
}

.al-story__metric--amber .al-stat__value { color: #b45309; }
.al-story__metric--blue .al-stat__value { color: #1d4ed8; }
.al-story__metric--green .al-stat__value { color: #15803d; }
.al-story__metric--violet .al-stat__value { color: #6d28d9; }

.al-story__steps {
  list-style: none;
  padding: 0;
  margin: 0;
  max-width: 26rem;
}

.al-story__steps li {
  display: flex;
  gap: 1rem;
  padding: 0.85rem 0;
  border-bottom: 1px solid var(--al-line);
}

.al-story__steps li:last-child {
  border-bottom: none;
}

.al-story__step-num {
  flex-shrink: 0;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.8125rem;
  font-weight: 800;
  color: var(--al-navy);
  background: var(--al-brand);
  border-radius: 10px;
}

.al-story__step-text strong {
  display: block;
  font-size: 0.9375rem;
  margin-bottom: 0.15rem;
}

.al-story__step-text span {
  font-size: 0.8125rem;
  color: var(--al-muted);
  line-height: 1.45;
}

/* ─── Form (değiştirilmedi) ─── */
.al-form-shell {
  position: relative;
  border-radius: 24px;
  border: 1px solid var(--al-gold);
  animation: al-glow-breathe 5s ease-in-out infinite;
}

@keyframes al-glow-breathe {
  0%, 100% {
    box-shadow: 0 0 0 0 rgba(244, 180, 0, 0), 0 12px 40px rgba(15, 23, 42, 0.08);
  }
  50% {
    box-shadow: 0 0 28px 2px var(--al-glow), 0 16px 48px rgba(15, 23, 42, 0.12);
  }
}

.al-form-card {
  position: relative;
  border-radius: 24px;
  padding: 1.35rem 1.35rem 1.25rem;
  background: rgba(255, 255, 255, 0.88);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border: 1px solid rgba(255, 255, 255, 0.65);
  overflow: hidden;
}

.al-form-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.45) 0%, transparent 50%);
  pointer-events: none;
}

.al-form-card > * { position: relative; }

@media (min-width: 1024px) {
  .al-hero__form-col {
    position: sticky;
    top: 5.5rem;
  }
}

.al-form-proof {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.5rem 0.75rem;
  margin-bottom: 1rem;
  background: rgba(34, 197, 94, 0.08);
  border: 1px solid rgba(34, 197, 94, 0.15);
  border-radius: 10px;
  font-size: 0.75rem;
  font-weight: 600;
  color: #166534;
  min-height: 36px;
}

.al-form-proof__dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #22c55e;
  flex-shrink: 0;
  animation: al-dot-pulse 2s ease-in-out infinite;
}

@keyframes al-dot-pulse {
  0%, 100% { opacity: 1; }
  50% { opacity: 0.45; }
}

.al-form-proof__text { transition: opacity 0.35s; }
.al-form-proof__text.is-fading { opacity: 0; }

.al-form__title {
  font-size: clamp(1.25rem, 4vw, 1.5rem);
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: -0.03em;
  margin: 0 0 0.5rem;
  color: var(--al-navy);
}

.al-form__desc {
  font-size: 0.8125rem;
  color: var(--al-muted);
  line-height: 1.55;
  margin: 0 0 1.15rem;
}

.al-field { margin-bottom: 0.65rem; }

.al-field input {
  width: 100%;
  min-height: 48px;
  padding: 0.75rem 1rem;
  font-size: 1rem;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  background: rgba(248, 250, 252, 0.95);
  color: var(--al-navy);
  transition: border-color 0.2s, box-shadow 0.2s;
}

.al-field input:focus {
  outline: none;
  border-color: var(--al-brand);
  background: #fff;
  box-shadow: 0 0 0 3px rgba(246, 194, 62, 0.2);
}

.al-field--error input { border-color: #ef4444; background: #fef2f2; }
.al-field--valid input { border-color: #22c55e; }

.al-field__err {
  font-size: 0.6875rem;
  color: #dc2626;
  margin-top: 0.25rem;
  min-height: 1em;
}

.al-form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.65rem;
}

.al-form__submit {
  width: 100%;
  min-height: 52px;
  margin-top: 0.35rem;
  padding: 0.85rem 1rem;
  background: linear-gradient(180deg, #fcd34d, var(--al-brand));
  color: var(--al-navy);
  font-size: 1rem;
  font-weight: 800;
  border: none;
  border-radius: 14px;
  cursor: pointer;
  box-shadow: 0 4px 16px rgba(246, 194, 62, 0.35);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  transition: transform 0.2s, box-shadow 0.2s;
}

.al-form__submit:hover:not(:disabled) {
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(246, 194, 62, 0.45);
}

.al-form__submit:disabled { opacity: 0.7; cursor: wait; }

.al-form__legal {
  font-size: 0.625rem;
  color: var(--al-muted);
  text-align: center;
  margin-top: 0.65rem;
}

.al-form__legal a { color: var(--al-navy); font-weight: 600; }

.al-form-trust {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
  margin-top: 1rem;
  padding-top: 1rem;
  border-top: 1px solid var(--al-line);
}

.al-form-trust span {
  font-size: 0.75rem;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 0.4rem;
}

.al-form-trust span::before {
  content: "✓";
  color: #22c55e;
  font-weight: 800;
}

.al-form-success {
  display: none;
  padding: 0.75rem;
  background: #f0fdf4;
  border: 1px solid #bbf7d0;
  border-radius: 10px;
  font-size: 0.8125rem;
  color: #166534;
  margin-bottom: 0.75rem;
}

.al-form-success.is-visible { display: block; }

/* ─── Bölüm ortak ─── */
.al-wrap {
  max-width: 76rem;
  margin: 0 auto;
  padding: 0 1.25rem;
}

.al-head {
  max-width: 38rem;
  margin-bottom: 2.5rem;
}

.al-head--center {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.al-eyebrow {
  font-size: 0.6875rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  color: var(--al-gold);
  margin: 0 0 0.6rem;
}

.al-head h2 {
  font-size: clamp(1.5rem, 4vw, 2.125rem);
  font-weight: 800;
  letter-spacing: -0.03em;
  line-height: 1.15;
  margin: 0 0 0.65rem;
}

.al-head p {
  font-size: 1rem;
  color: var(--al-muted);
  line-height: 1.6;
  margin: 0;
}

/* Süreç bandı */
.al-band {
  padding: 4.5rem 0;
}

.al-band--white { background: #fff; }
.al-band--cream { background: var(--al-cream); }
.al-band--navy {
  background: linear-gradient(160deg, #0f172a 0%, #1e293b 100%);
  color: #fff;
}

.al-band--navy .al-head h2,
.al-band--navy .al-head p { color: rgba(255, 255, 255, 0.9); }
.al-band--navy .al-head p { color: rgba(255, 255, 255, 0.55); }
.al-band--navy .al-eyebrow { color: var(--al-brand); }

.al-flow {
  display: grid;
  gap: 1.25rem;
}

@media (min-width: 768px) {
  .al-flow {
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
  }
}

.al-flow__card {
  padding: 1.5rem;
  background: #fff;
  border: 1px solid var(--al-line);
  border-radius: 20px;
  transition: box-shadow 0.3s, transform 0.3s;
}

.al-flow__card:hover {
  transform: translateY(-4px);
  box-shadow: 0 20px 48px rgba(15, 23, 42, 0.08);
}

.al-band--cream .al-flow__card {
  background: #fff;
}

.al-flow__icon {
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--al-cream);
  border-radius: 12px;
  color: var(--al-gold);
  margin-bottom: 1rem;
}

.al-flow__card h3 {
  font-size: 1.0625rem;
  font-weight: 800;
  margin: 0 0 0.4rem;
  letter-spacing: -0.02em;
}

.al-flow__card p {
  font-size: 0.875rem;
  color: var(--al-muted);
  line-height: 1.55;
  margin: 0;
}

/* Bento rapor */
.al-bento {
  display: grid;
  gap: 0.75rem;
  grid-template-columns: 1fr;
}

@media (min-width: 640px) {
  .al-bento {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 1024px) {
  .al-bento {
    grid-template-columns: repeat(4, 1fr);
    grid-auto-rows: minmax(100px, auto);
  }

  .al-bento__item--wide { grid-column: span 2; }
  .al-bento__item--tall { grid-row: span 2; }
}

.al-bento__item {
  padding: 1.25rem;
  background: #fff;
  border: 1px solid var(--al-line);
  border-radius: 18px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  min-height: 100px;
  transition: border-color 0.25s, box-shadow 0.25s;
}

.al-bento__item:hover {
  border-color: rgba(244, 180, 0, 0.45);
  box-shadow: 0 12px 32px rgba(15, 23, 42, 0.06);
}

.al-band--navy .al-bento__item {
  background: rgba(255, 255, 255, 0.04);
  border-color: rgba(255, 255, 255, 0.1);
}

.al-band--navy .al-bento__item:hover {
  border-color: rgba(246, 194, 62, 0.35);
  background: rgba(255, 255, 255, 0.06);
}

.al-bento__tag {
  font-size: 0.625rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--al-gold);
  margin-bottom: auto;
  padding-bottom: 0.75rem;
}

.al-band--navy .al-bento__tag { color: var(--al-brand); }

.al-bento__item h3 {
  font-size: 0.9375rem;
  font-weight: 800;
  margin: 0;
  letter-spacing: -0.02em;
}

.al-band--navy .al-bento__item h3 { color: #fff; }

/* Örnek rapor */
.al-preview {
  display: grid;
  gap: 2.5rem;
  align-items: center;
}

@media (min-width: 900px) {
  .al-preview {
    grid-template-columns: 1fr 1.1fr;
  }
}

.al-preview__doc {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  background: var(--al-navy);
  box-shadow: 0 32px 64px rgba(15, 23, 42, 0.2);
  aspect-ratio: 4/3;
  max-height: 420px;
}

.al-preview__doc-inner {
  position: absolute;
  inset: 1.5rem;
  background: #fff;
  border-radius: 12px;
  padding: 1.25rem;
  filter: blur(6px);
  opacity: 0.85;
  pointer-events: none;
}

.al-preview__lock {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: rgba(15, 23, 42, 0.55);
  backdrop-filter: blur(4px);
  padding: 1.5rem;
  text-align: center;
}

.al-preview__lock p {
  color: rgba(255, 255, 255, 0.85);
  font-size: 0.9375rem;
  margin: 0 0 1rem;
}

.al-preview__btn {
  min-height: 48px;
  padding: 0.7rem 1.35rem;
  background: var(--al-brand);
  color: var(--al-navy);
  font-weight: 800;
  font-size: 0.875rem;
  border: none;
  border-radius: 12px;
  cursor: pointer;
  transition: transform 0.2s;
}

.al-preview__btn:hover { transform: scale(1.03); }

.al-preview__list {
  list-style: none;
  padding: 0;
  margin: 1.25rem 0 0;
}

.al-preview__list li {
  display: flex;
  gap: 0.65rem;
  padding: 0.55rem 0;
  font-size: 0.9375rem;
  color: var(--al-muted);
  border-bottom: 1px solid var(--al-line);
}

.al-preview__list li::before {
  content: "→";
  color: var(--al-gold);
  font-weight: 700;
}

/* Stats şeridi */
.al-proof-row {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 20px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.08);
}

@media (min-width: 768px) {
  .al-proof-row { grid-template-columns: repeat(4, 1fr); }
}

.al-proof-row > div {
  padding: 1.5rem 1rem;
  text-align: center;
  background: rgba(255, 255, 255, 0.03);
}

.al-proof-row strong {
  display: block;
  font-size: 2rem;
  font-weight: 800;
  color: var(--al-brand);
  letter-spacing: -0.04em;
  line-height: 1;
}

/* Güven: metin kartları (hero metrikleriyle tekrar yok) */
.al-trust-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
}

@media (min-width: 640px) {
  .al-trust-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 1024px) {
  .al-trust-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}

.al-trust-card {
  padding: 1.35rem 1.15rem;
  border-radius: 18px;
  border: 1px solid var(--al-line);
  background: #fff;
  transition: transform 0.3s, box-shadow 0.3s;
}

.al-trust-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 40px rgba(15, 23, 42, 0.08);
}

.al-trust-card h3 {
  margin: 0 0 0.5rem;
  font-size: 0.9375rem;
  font-weight: 800;
  color: var(--al-navy);
  line-height: 1.3;
}

.al-trust-card p {
  margin: 0;
  font-size: 0.8125rem;
  line-height: 1.55;
  color: var(--al-muted);
}

.al-trust-card--amber {
  border-top: 3px solid #f59e0b;
  background: linear-gradient(165deg, #fffbeb 0%, #fff 55%);
}

.al-trust-card--blue {
  border-top: 3px solid #3b82f6;
  background: linear-gradient(165deg, #eff6ff 0%, #fff 55%);
}

.al-trust-card--green {
  border-top: 3px solid #22c55e;
  background: linear-gradient(165deg, #ecfdf5 0%, #fff 55%);
}

.al-trust-card--violet {
  border-top: 3px solid #8b5cf6;
  background: linear-gradient(165deg, #f5f3ff 0%, #fff 55%);
}

/* Logo wall */
.al-logos-track {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.75rem;
}

.al-logos-track .sp-brand-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 110px;
  height: 52px;
  padding: 0.65rem 1rem;
  background: #fff;
  border: 1px solid var(--al-line);
  border-radius: 14px;
  transition: transform 0.25s, box-shadow 0.25s, filter 0.25s;
  filter: grayscale(1);
  opacity: 0.7;
}

.al-logos-track .sp-brand-logo:hover {
  filter: grayscale(0);
  opacity: 1;
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(15, 23, 42, 0.08);
}

.al-logos-track img {
  max-height: 26px;
  width: auto;
  max-width: 100px;
  object-fit: contain;
}

/* Yorumlar */
.al-voices {
  display: grid;
  gap: 1rem;
}

@media (min-width: 768px) {
  .al-voices { grid-template-columns: repeat(3, 1fr); }
}

.al-voice {
  padding: 1.5rem;
  background: #fff;
  border: 1px solid var(--al-line);
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.al-voice__stars {
  color: var(--al-brand);
  font-size: 0.875rem;
  letter-spacing: 0.12em;
  margin-bottom: 0.75rem;
}

.al-voice blockquote {
  margin: 0;
  flex: 1;
  font-size: 0.9375rem;
  line-height: 1.65;
  color: var(--al-muted);
}

.al-voice footer {
  margin-top: 1.25rem;
  padding-top: 1rem;
  border-top: 1px solid var(--al-line);
  font-size: 0.8125rem;
  font-weight: 700;
  color: var(--al-navy);
}

.al-voice footer span {
  display: block;
  font-weight: 500;
  color: var(--al-muted);
  font-size: 0.75rem;
  margin-top: 0.15rem;
}

/* FAQ */
.al-faq { max-width: 40rem; margin: 0 auto; }

.al-faq details {
  border: 1px solid var(--al-line);
  border-radius: 14px;
  margin-bottom: 0.5rem;
  background: #fff;
  overflow: hidden;
}

.al-faq summary {
  padding: 1rem 1.15rem;
  font-weight: 700;
  font-size: 0.9375rem;
  cursor: pointer;
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-height: 48px;
}

.al-faq summary::-webkit-details-marker { display: none; }

.al-faq summary::after {
  content: "+";
  font-size: 1.25rem;
  font-weight: 400;
  color: var(--al-muted);
}

.al-faq details[open] summary::after { content: "−"; }

.al-faq__body {
  padding: 0 1.15rem 1rem;
  font-size: 0.875rem;
  color: var(--al-muted);
  line-height: 1.65;
}

/* Harita */
.al-map {
  padding: 4rem 0;
  background: #fff;
  border-top: 1px solid var(--al-line);
}

.al-map__head {
  text-align: center;
  max-width: 32rem;
  margin: 0 auto 1.75rem;
}

.al-map__head h2 {
  font-size: 1.5rem;
  font-weight: 800;
  letter-spacing: -0.02em;
  margin: 0 0 0.5rem;
}

.al-map__head p {
  font-size: 0.9375rem;
  color: var(--al-muted);
  margin: 0;
}

.al-map__chips {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  justify-content: center;
  margin-bottom: 1.5rem;
}

.al-map__chip {
  font-size: 0.75rem;
  font-weight: 600;
  padding: 0.4rem 0.8rem;
  background: var(--al-cream);
  border-radius: 999px;
}

.al-map__grid {
  display: grid;
  gap: 1.25rem;
}

@media (min-width: 1024px) {
  .al-map__grid {
    grid-template-columns: 1.25fr 1fr;
    align-items: stretch;
  }
}

.al-map__frame {
  border-radius: 18px;
  overflow: hidden;
  border: 1px solid var(--al-line);
  min-height: 280px;
  background: #e2e8f0;
}

.al-map__frame iframe {
  width: 100%;
  height: 100%;
  min-height: 280px;
  border: 0;
  display: block;
}

@media (min-width: 1024px) {
  .al-map__frame,
  .al-map__frame iframe { min-height: 380px; }
}

.al-map__info {
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
}

.al-map__row {
  display: flex;
  gap: 0.85rem;
  padding: 1rem;
  background: #f8fafc;
  border: 1px solid var(--al-line);
  border-radius: 14px;
}

.al-map__row strong {
  display: block;
  font-size: 0.6875rem;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: var(--al-muted);
  margin-bottom: 0.2rem;
}

.al-map__row span,
.al-map__row a {
  font-size: 0.9375rem;
  font-weight: 600;
  color: var(--al-navy);
  text-decoration: none;
  line-height: 1.45;
}

.al-map__row a:hover { color: var(--al-gold); }

/* Son CTA */
.al-final-cta {
  padding: 3.5rem 0;
  background: var(--al-navy);
  text-align: center;
}

.al-final-cta h2 {
  font-size: clamp(1.35rem, 4vw, 1.75rem);
  font-weight: 800;
  color: #fff !important;
  margin: 0 0 0.5rem;
  letter-spacing: -0.02em;
}

.al-final-cta p {
  color: rgba(255, 255, 255, 0.6);
  margin: 0 0 1.25rem;
  font-size: 0.9375rem;
}

.al-final-cta a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 1.5rem;
  background: var(--al-brand);
  color: var(--al-navy);
  font-weight: 800;
  border-radius: 12px;
  text-decoration: none;
  transition: transform 0.2s;
}

.al-final-cta a:hover { transform: translateY(-2px); }

/* Sticky mobil */
.al-sticky {
  display: flex;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 90;
  padding: 0.5rem 0.75rem calc(0.5rem + env(safe-area-inset-bottom));
  background: rgba(255, 255, 255, 0.96);
  backdrop-filter: blur(12px);
  border-top: 1px solid var(--al-line);
}

@media (min-width: 1024px) {
  .al-sticky { display: none; }
}

.al-sticky a {
  flex: 1;
  min-height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(180deg, #fcd34d, var(--al-brand));
  color: var(--al-navy);
  font-weight: 800;
  font-size: 0.875rem;
  border-radius: 12px;
  text-decoration: none;
}

body.al-has-sticky { padding-bottom: 72px; }

@media (min-width: 1024px) {
  body.al-has-sticky { padding-bottom: 0; }
}

/* ─── Yatay kaydırma, renk, hover, sayaç ─── */
.al-slider {
  position: relative;
  margin-left: -0.25rem;
  margin-right: -0.25rem;
}

.al-slider::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 48px;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.95));
  pointer-events: none;
}

.al-band--navy .al-slider::after {
  background: linear-gradient(90deg, transparent, #1e293b);
}

.al-band--cream .al-slider::after {
  background: linear-gradient(90deg, transparent, var(--al-cream));
}

.al-slider__track {
  display: flex;
  gap: 1rem;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  padding: 0.25rem 0.5rem 1rem;
  cursor: grab;
}

.al-slider__track.is-dragging {
  cursor: grabbing;
  scroll-snap-type: none;
}

.al-slider__track::-webkit-scrollbar {
  display: none;
}

@media (min-width: 1024px) {
  .al-slider--flow .al-slider__track {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    overflow: visible;
    cursor: default;
  }

  .al-slider--flow::after,
  .al-slider--bento::after,
  .al-slider--voices::after {
    display: none;
  }
}

.al-slider--flow .al-flow__card {
  flex: 0 0 min(88%, 300px);
  scroll-snap-align: start;
  position: relative;
  overflow: hidden;
}

@media (min-width: 1024px) {
  .al-slider--flow .al-flow__card {
    flex: none;
  }
}

.al-flow__num {
  position: absolute;
  top: 1rem;
  right: 1rem;
  font-size: 2.5rem;
  font-weight: 800;
  line-height: 1;
  color: rgba(15, 23, 42, 0.06);
}

.al-flow__card--blue { border-top: 3px solid #3b82f6; }
.al-flow__card--blue .al-flow__icon { background: linear-gradient(135deg, #dbeafe, #eff6ff); color: #2563eb; }
.al-flow__card--amber { border-top: 3px solid var(--al-gold); }
.al-flow__card--amber .al-flow__icon { background: linear-gradient(135deg, #fef3c7, #fffbeb); color: #b45309; }
.al-flow__card--green { border-top: 3px solid #22c55e; }
.al-flow__card--green .al-flow__icon { background: linear-gradient(135deg, #d1fae5, #ecfdf5); color: #15803d; }

.al-flow__card:hover {
  transform: translateY(-6px) scale(1.01);
  box-shadow: 0 24px 56px rgba(15, 23, 42, 0.12);
}

.al-slider--bento .al-bento__item {
  flex: 0 0 min(72%, 220px);
  scroll-snap-align: start;
}

@media (min-width: 1024px) {
  .al-slider--bento .al-slider__track {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-auto-rows: minmax(110px, auto);
    overflow: visible;
  }

  .al-slider--bento .al-bento__item {
    flex: none;
  }
}

.al-bento__item--amber { --al-accent: #f59e0b; }
.al-bento__item--blue { --al-accent: #3b82f6; }
.al-bento__item--green { --al-accent: #22c55e; }
.al-bento__item--sky { --al-accent: #0ea5e9; }
.al-bento__item--violet { --al-accent: #8b5cf6; }
.al-bento__item--rose { --al-accent: #f43f5e; }
.al-bento__item--orange { --al-accent: #f97316; }
.al-bento__item--gold { --al-accent: var(--al-gold); }

.al-bento__item {
  border-left: 3px solid var(--al-accent, var(--al-brand));
  transition: transform 0.3s, box-shadow 0.3s, background 0.3s;
}

.al-bento__item:hover {
  transform: translateY(-4px) scale(1.02);
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.22);
}

.al-bento__item .al-bento__tag {
  color: var(--al-accent, var(--al-brand));
}

.al-proof-row--light {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.75rem;
  background: transparent;
  border: none;
  overflow: visible;
}

@media (min-width: 768px) {
  .al-proof-row--light {
    grid-template-columns: repeat(4, 1fr);
  }
}

.al-proof-row__cell {
  padding: 1.35rem 1rem;
  text-align: center;
  border-radius: 18px;
  border: 1px solid var(--al-line);
  background: #fff;
  transition: transform 0.35s, box-shadow 0.35s;
}

.al-proof-row__cell:hover {
  transform: translateY(-5px);
  box-shadow: 0 20px 48px rgba(15, 23, 42, 0.1);
}

.al-proof-row--light > .al-proof-row__cell {
  background: #fff;
}

.al-proof-row__cell--amber {
  background: linear-gradient(165deg, #fef3c7 0%, #fffbeb 45%, #fff 100%) !important;
  border-color: rgba(244, 180, 0, 0.45);
  box-shadow: 0 8px 24px rgba(245, 158, 11, 0.12);
}
.al-proof-row__cell--amber .al-stat__value { color: #b45309; }

.al-proof-row__cell--blue {
  background: linear-gradient(165deg, #dbeafe 0%, #eff6ff 45%, #fff 100%) !important;
  border-color: rgba(59, 130, 246, 0.4);
  box-shadow: 0 8px 24px rgba(59, 130, 246, 0.1);
}
.al-proof-row__cell--blue .al-stat__value { color: #1d4ed8; }

.al-proof-row__cell--green {
  background: linear-gradient(165deg, #bbf7d0 0%, #ecfdf5 45%, #fff 100%) !important;
  border-color: rgba(34, 197, 94, 0.4);
  box-shadow: 0 8px 24px rgba(34, 197, 94, 0.1);
}
.al-proof-row__cell--green .al-stat__value { color: #15803d; }

.al-proof-row__cell--violet {
  background: linear-gradient(165deg, #ddd6fe 0%, #f5f3ff 45%, #fff 100%) !important;
  border-color: rgba(124, 58, 237, 0.35);
  box-shadow: 0 8px 24px rgba(124, 58, 237, 0.1);
}
.al-proof-row__cell--violet .al-stat__value { color: #6d28d9; }

.al-proof-row__cell .al-stat__value {
  font-size: clamp(2.25rem, 5vw, 3rem);
}

.al-proof-row__cell .al-stat__label {
  font-size: 0.75rem;
  margin-top: 0.5rem;
}

.al-marquee {
  overflow: hidden;
  mask-image: linear-gradient(90deg, transparent, #000 6%, #000 94%, transparent);
}

.al-marquee__track {
  display: flex;
  gap: 1rem;
  width: max-content;
  animation: al-marquee-scroll 40s linear infinite;
}

.al-marquee:hover .al-marquee__track {
  animation-play-state: paused;
}

@keyframes al-marquee-scroll {
  to { transform: translateX(-50%); }
}

.al-marquee__item .sp-brand-logo {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 140px;
  height: 60px;
  padding: 0.65rem 1.15rem;
  background: #fff;
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 14px;
  box-shadow: 0 4px 16px rgba(15, 23, 42, 0.06);
  filter: none;
  opacity: 1;
  transition: transform 0.3s, box-shadow 0.3s, border-color 0.3s;
}

.al-marquee__item .sp-brand-logo:hover {
  transform: translateY(-3px) scale(1.03);
  box-shadow: 0 14px 36px rgba(15, 23, 42, 0.12);
  border-color: rgba(244, 180, 0, 0.5);
}

.al-marquee__item img {
  display: block;
  max-height: 28px;
  width: auto;
  max-width: 120px;
  object-fit: contain;
}

.al-marquee__item .sp-brand-logo__fallback {
  font-size: 0.72rem;
  font-weight: 700;
  color: var(--al-navy);
  white-space: nowrap;
  letter-spacing: -0.02em;
}

.al-slider--voices .al-voice {
  flex: 0 0 min(88%, 320px);
  scroll-snap-align: start;
}

@media (min-width: 1024px) {
  .al-slider--voices .al-slider__track {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    overflow: visible;
  }

  .al-slider--voices .al-voice {
    flex: none;
  }
}

.al-voice--blue { border-left: 4px solid #3b82f6; }
.al-voice--amber { border-left: 4px solid var(--al-gold); }
.al-voice--violet { border-left: 4px solid #8b5cf6; }

.al-voice:hover {
  transform: translateY(-5px);
  box-shadow: 0 20px 48px rgba(15, 23, 42, 0.1);
}

@media (prefers-reduced-motion: reduce) {
  .al-marquee__track { animation: none; }
  .al-form-shell { animation: none; }
}
