/* ozetim.com — ortak vitrin kabuğu (landing + alt sayfalar + giriş) */

:root {
  --paper: #f7f5f2;
  --paper2: #efede8;
  --ink: #1a1714;
  --ink-soft: #4a453d;
  --muted: #6b6560;
  --accent: #e85d4c;
  --accent-deep: #c94a3b;
  --mint: #2d9f7a;
  --sun: #f4c454;
  --violet-deep: #4c1d95;
  --violet-soft: rgba(91, 33, 182, 0.12);
  --cyan-accent: #0891b2;
  --line: rgba(26, 23, 20, 0.08);
  --shadow: 0 22px 50px rgba(26, 23, 20, 0.08);
  --shadow-sm: 0 8px 24px rgba(26, 23, 20, 0.06);
  --radius: 20px;
  --radius-sm: 14px;
}

*,
*::before,
*::after { box-sizing: border-box; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

html, body {
  margin: 0;
  min-height: 100%;
  scroll-behavior: smooth;
}

body {
  font-family: "DM Sans", system-ui, -apple-system, sans-serif;
  color: var(--ink);
  background: var(--paper);
  overflow-x: hidden;
}

.bg-shell {
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 0;
  background-color: var(--paper);
  background-image: radial-gradient(rgba(232, 93, 76, 0.09) 1px, transparent 1px);
  background-size: 28px 28px;
}

.blob {
  position: fixed;
  border-radius: 50%;
  filter: blur(72px);
  opacity: 0.55;
  pointer-events: none;
  z-index: 0;
  animation: ms-float 18s ease-in-out infinite;
}

.blob.a {
  width: 420px;
  height: 420px;
  background: rgba(244, 196, 84, 0.45);
  top: -120px;
  right: -80px;
}

.blob.b {
  width: 380px;
  height: 380px;
  background: rgba(232, 93, 76, 0.22);
  bottom: -100px;
  left: -100px;
  animation-delay: -7s;
}

.blob.c {
  width: 260px;
  height: 260px;
  background: rgba(45, 159, 122, 0.18);
  top: 45%;
  left: 35%;
  animation-delay: -12s;
}

.wrap {
  position: relative;
  z-index: 1;
  max-width: 1180px;
  margin: 0 auto;
  padding: 20px 20px 56px;
}

.site-head {
  position: sticky;
  top: 0;
  z-index: 100;
  margin-bottom: 6px;
}

.head-ribbon {
  background: linear-gradient(
    92deg,
    rgba(236, 233, 254, 0.95) 0%,
    rgba(252, 245, 240, 0.98) 45%,
    rgba(236, 254, 255, 0.75) 100%
  );
  border-bottom: 1px solid rgba(26, 23, 20, 0.06);
}

.head-ribbon .wrap.head-ribbon-inner {
  padding-top: 9px;
  padding-bottom: 9px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 10px 18px;
}

.head-ribbon-tag {
  display: inline-flex;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  flex-shrink: 0;
  background: linear-gradient(135deg, #7c3aed, var(--cyan-accent));
}

.head-ribbon-msg {
  margin: 0;
  font-size: 0.7975rem;
  font-weight: 500;
  color: var(--ink-soft);
  text-align: center;
  letter-spacing: -0.01em;
}

.head-ribbon-divider {
  display: inline-block;
  width: 1px;
  height: 13px;
  background: rgba(26, 23, 20, 0.12);
  align-self: center;
}

.head-ribbon-tel,
.head-ribbon-mail {
  font-size: 0.7825rem;
  font-weight: 600;
  color: var(--violet-deep);
  text-decoration: none;
}

.head-ribbon-mail { color: var(--ink-soft); font-weight: 600; }

.head-ribbon-tel:hover,
.head-ribbon-mail:hover {
  color: var(--cyan-accent);
}

.head-ribbon-pill {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 5px 13px;
  border-radius: 999px;
  font-size: 0.7425rem;
  font-weight: 700;
  text-decoration: none;
  letter-spacing: 0.03em;
  color: var(--violet-deep);
  background: rgba(255, 255, 255, 0.75);
  border: 1px solid rgba(91, 33, 182, 0.33);
}

.head-ribbon-pill:hover {
  border-color: var(--cyan-accent);
  color: #0e7490;
}

.head-main-bar {
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border-bottom: 1px solid rgba(26, 23, 20, 0.07);
  box-shadow: 0 8px 28px rgba(26, 23, 20, 0.05);
}

.head-main-inner {
  display: flex;
  align-items: center;
  gap: clamp(12px, 3vw, 28px);
  padding-top: 12px !important;
  padding-bottom: 12px !important;
}

.head-actions {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}

.nav.nav-centered {
  flex: 1 1 auto;
  justify-content: center;
}

.head-login-link {
  font-size: 0.9rem;
  font-weight: 600;
  color: var(--ink-soft);
  text-decoration: none;
  padding: 8px 4px;
  white-space: nowrap;
}

.head-login-link:hover {
  color: var(--violet-deep);
}

.head-main-inner .head-cta-pri {
  white-space: nowrap;
  padding: 10px 20px;
  box-shadow: 0 6px 20px rgba(91, 33, 182, 0.22);
  background: linear-gradient(143deg, #6d28d9 0%, #5b21b6 52%, var(--cyan-accent) 160%);
}

.head-main-inner .head-cta-pri:hover {
  box-shadow: 0 10px 26px rgba(91, 33, 182, 0.28);
}

a.logo {
  font-weight: 800;
  font-size: 1.05rem;
  letter-spacing: -0.02em;
  color: var(--ink);
  text-decoration: none;
}

.logo span.dot {
  display: inline-block;
  width: 8px;
  height: 8px;
  margin-left: 2px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--accent), var(--sun));
  vertical-align: middle;
}

a.logo.logo-with-mark {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  min-width: 0;
}

a.logo.logo-with-mark .brand-mark {
  width: 56px;
  height: 56px;
  object-fit: contain;
  flex-shrink: 0;
  background: transparent;
  border-radius: 0;
  box-shadow: none;
}

.head-main-inner a.logo {
  font-size: 1.18rem;
  letter-spacing: -0.03em;
}

/* Küçük mark (form vb. eski seçiciler için) — vitrin gövdesi */
a.logo .brand-mark {
  border-radius: 0;
}

.nav {
  display: flex;
  align-items: center;
  gap: 6px 18px;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.nav a:not(.btn),
.nav a:not(.btn):visited {
  color: var(--ink-soft);
  text-decoration: none;
  font-size: 0.92rem;
  font-weight: 500;
  transition: color 0.2s;
}

.head-main-inner .nav a:not(.btn):hover,
.head-main-inner .nav a:not(.btn):focus-visible {
  color: var(--violet-deep);
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  padding: 10px 18px;
  border-radius: 999px;
  font-weight: 600;
  font-size: 0.9rem;
  text-decoration: none;
  transition: transform 0.18s ease, box-shadow 0.18s ease, background 0.18s ease;
  border: 1px solid var(--line);
  background: #fff;
  color: var(--ink);
  box-shadow: 0 2px 0 rgba(26, 23, 20, 0.04);
}

.btn:hover { transform: translateY(-2px); box-shadow: var(--shadow-sm); }

.btn.pri {
  background: linear-gradient(145deg, var(--accent), var(--accent-deep));
  border: none;
  color: #fff;
  box-shadow: 0 8px 24px rgba(232, 93, 76, 0.35);
}

.btn.pri:hover { box-shadow: 0 12px 28px rgba(232, 93, 76, 0.4); }

.btn.ghost {
  background: transparent;
  border-color: rgba(26, 23, 20, 0.12);
  box-shadow: none;
}

.eyebrow-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px 14px;
  margin-bottom: 20px;
  animation: ms-rise 0.75s ease both;
}

.eyebrow {
  font-size: 0.8125rem;
  font-weight: 600;
  color: var(--muted);
  text-transform: uppercase;
  letter-spacing: 0.12em;
}

.pill-line {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 14px;
  background: #fff;
  border-radius: 999px;
  border: 1px solid var(--line);
  box-shadow: var(--shadow-sm);
  font-size: 0.82rem;
  color: var(--ink-soft);
}

.pill-line .live {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--mint);
  box-shadow: 0 0 0 4px rgba(45, 159, 122, 0.2);
  animation: ms-pulse-dot 2s ease infinite;
}

/* ——— Landing ana bölüm ——— */

.hero-zone {
  display: grid;
  grid-template-columns: 1fr 1.02fr;
  gap: clamp(28px, 5vw, 48px);
  align-items: start;
  padding-top: clamp(24px, 4vw, 48px);
}

.hero-copy h1 {
  font-family: "Fraunces", Georgia, serif;
  font-size: clamp(2.35rem, 5vw, 3.55rem);
  font-weight: 700;
  line-height: 1.08;
  margin: 0 0 20px;
  letter-spacing: -0.025em;
  animation: ms-rise 0.85s ease 0.05s both;
}

.hero-copy h1 em {
  font-style: normal;
  background: linear-gradient(120deg, var(--accent-deep), var(--sun));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.hero-copy > p.lead {
  margin: 0 0 24px;
  font-size: 1.0625rem;
  line-height: 1.65;
  color: var(--muted);
  max-width: 48ch;
  animation: ms-rise 0.95s ease 0.1s both;
}

.cta {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 28px;
  animation: ms-rise 1.05s ease 0.15s both;
}

.mini-stats {
  display: flex;
  flex-wrap: wrap;
  gap: 22px;
  padding: 18px 0 0;
  border-top: 1px dashed rgba(26, 23, 20, 0.12);
  animation: ms-rise 1.1s ease 0.18s both;
}

.mini-stats div strong {
  display: block;
  font-size: 1.35rem;
  font-variant-numeric: tabular-nums;
  color: var(--ink);
  letter-spacing: -0.02em;
}

.mini-stats div span {
  font-size: 0.8rem;
  color: var(--muted);
  font-weight: 500;
}

.hero-visual {
  position: relative;
  animation: ms-rise 1s ease 0.12s both;
}

.skew-card {
  position: relative;
  background: linear-gradient(165deg, #fff 0%, #faf8f6 100%);
  border-radius: var(--radius);
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
  padding: 24px;
  transform: rotate(-1.2deg);
}

.skew-card-inner { transform: rotate(1.2deg); }

.tag-stack {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 18px;
}

.tag-stack span {
  font-size: 0.74rem;
  font-weight: 600;
  padding: 6px 12px;
  border-radius: 999px;
  background: var(--paper2);
  border: 1px solid var(--line);
  color: var(--ink-soft);
}

.tag-stack span.accent-tag {
  background: rgba(232, 93, 76, 0.1);
  border-color: rgba(232, 93, 76, 0.2);
  color: var(--accent-deep);
}

.metric-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin-top: 8px;
}

.metric {
  padding: 14px;
  border-radius: var(--radius-sm);
  background: #fff;
  border: 1px solid var(--line);
}

.metric label {
  display: block;
  font-size: 0.7rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--muted);
  margin-bottom: 6px;
}

.metric b {
  font-size: 1.1rem;
  color: var(--ink);
}

.bar {
  margin-top: 10px;
  height: 6px;
  border-radius: 99px;
  background: var(--paper2);
  overflow: hidden;
}

.bar i {
  display: block;
  height: 100%;
  border-radius: 99px;
  background: linear-gradient(90deg, var(--mint), #5ec9a8);
  width: 78%;
  animation: ms-grow-bar 2.4s ease 0.4s both;
}

.bar i.bar-92 {
  width: 92%;
  animation-name: ms-grow-bar-92;
  animation-delay: 0.55s;
  background: linear-gradient(90deg, var(--accent-deep), var(--accent));
}

.float-note {
  position: absolute;
  right: -8px;
  bottom: -20px;
  max-width: 220px;
  padding: 16px;
  border-radius: var(--radius-sm);
  background: var(--sun);
  color: #3d2f0a;
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1.35;
  box-shadow: 12px 18px 40px rgba(244, 196, 84, 0.45);
  transform: rotate(3deg);
  animation: ms-wiggle-float 6s ease-in-out infinite;
}

.feature-bento {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 14px;
  margin-top: clamp(52px, 8vw, 80px);
}

article.feature {
  padding: 22px;
  border-radius: var(--radius);
  border: 1px solid var(--line);
  background: #fff;
  box-shadow: var(--shadow-sm);
  animation: ms-rise 0.85s ease both;
}

article.feature:nth-child(1) { grid-column: span 3; animation-delay: 0.06s; }
article.feature:nth-child(2) { grid-column: span 3; animation-delay: 0.12s; }
article.feature:nth-child(3) { grid-column: span 2; animation-delay: 0.18s; }
article.feature:nth-child(4) { grid-column: span 2; animation-delay: 0.22s; }
article.feature:nth-child(5) { grid-column: span 2; animation-delay: 0.26s; }

.feature .ico {
  width: 42px;
  height: 42px;
  border-radius: 12px;
  display: grid;
  place-items: center;
  font-size: 1.2rem;
  margin-bottom: 14px;
}

.feature:nth-child(1) .ico { background: rgba(232, 93, 76, 0.12); }
.feature:nth-child(2) .ico { background: rgba(45, 159, 122, 0.14); }
.feature:nth-child(3) .ico { background: rgba(244, 196, 84, 0.35); }
.feature:nth-child(4) .ico { background: rgba(26, 23, 20, 0.06); }
.feature:nth-child(5) .ico { background: rgba(232, 93, 76, 0.08); }

.feature h3 {
  margin: 0 0 8px;
  font-size: 1.05rem;
  font-weight: 700;
  letter-spacing: -0.02em;
}

.feature p {
  margin: 0;
  font-size: 0.925rem;
  line-height: 1.52;
  color: var(--muted);
}

article.feature.highlight {
  background: linear-gradient(145deg, #1e1c18 0%, #2f2c27 55%, #1e1c18 100%);
  color: #f5f2ec;
  border-color: transparent;
  box-shadow: 0 28px 50px rgba(30, 28, 24, 0.25);
}

article.feature.highlight h3 { color: #fff; }
article.feature.highlight p { color: rgba(245, 242, 236, 0.75); }

/* ——— Alt sayfalar (Hakkımızda, İletişim, …) ——— */

main.sub-main {
  padding-top: clamp(12px, 2vw, 24px);
}

.sub-hero {
  display: grid;
  grid-template-columns: 1.25fr 0.92fr;
  gap: clamp(22px, 4vw, 40px);
  align-items: start;
}

.sub-hero h1 {
  font-family: "Fraunces", Georgia, serif;
  font-size: clamp(2rem, 4vw, 2.85rem);
  font-weight: 700;
  line-height: 1.1;
  margin: 0 0 16px;
  letter-spacing: -0.025em;
  animation: ms-rise 0.8s ease both;
}

.sub-hero h1 em {
  font-style: normal;
  background: linear-gradient(120deg, var(--accent-deep), var(--sun));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.sub-hero > .sub-col > p.lead {
  margin: 0 0 22px;
  font-size: 1.0625rem;
  line-height: 1.62;
  color: var(--muted);
  max-width: 52ch;
  animation: ms-rise 0.9s ease 0.05s both;
}

.sub-cta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 28px;
  animation: ms-rise 1s ease 0.1s both;
}

.sub-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

article.sub-card {
  padding: 20px 22px;
  border-radius: var(--radius);
  border: 1px solid var(--line);
  background: #fff;
  box-shadow: var(--shadow-sm);
  animation: ms-rise 0.85s ease both;
}

article.sub-card:nth-child(1) { animation-delay: 0.08s; }
article.sub-card:nth-child(2) { animation-delay: 0.12s; }
article.sub-card:nth-child(3) { animation-delay: 0.16s; }

article.sub-card h3 {
  margin: 0 0 8px;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: -0.02em;
}

article.sub-card p {
  margin: 0;
  font-size: 0.9125rem;
  line-height: 1.52;
  color: var(--muted);
}

.sub-aside {
  background: linear-gradient(165deg, #fff 0%, #faf8f6 100%);
  border-radius: var(--radius);
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
  padding: 24px;
  animation: ms-rise 0.95s ease 0.08s both;
}

.sub-aside .aside-label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 0.74rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--accent-deep);
  margin-bottom: 14px;
}

.sub-aside .aside-label::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--mint);
  box-shadow: 0 0 0 4px rgba(45, 159, 122, 0.2);
}

.sub-aside ul {
  margin: 0;
  padding-left: 1.15rem;
  color: var(--ink-soft);
  font-size: 0.9375rem;
  line-height: 1.65;
}

.ms-link {
  color: var(--accent-deep);
  font-weight: 600;
  text-decoration: none;
}

.ms-link:hover { text-decoration: underline; }

footer.site-footer {
  margin-top: clamp(56px, 10vw, 88px);
  padding-top: 22px;
  border-top: 1px solid var(--line);
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
  font-size: 0.85rem;
  color: var(--muted);
}

footer.site-footer a {
  color: var(--accent-deep);
  text-decoration: none;
  font-weight: 600;
}

footer.site-footer a:hover { text-decoration: underline; }

/* Teklif formu */

.teklif-form {
  background: linear-gradient(165deg, #fff 0%, #faf8f6 100%);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: clamp(22px, 4vw, 30px);
  box-shadow: var(--shadow-sm);
}

.form-row {
  display: grid;
  gap: 14px;
  margin-bottom: 14px;
}

.form-row.two {
  grid-template-columns: 1fr 1fr;
}

.form-row.three {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.form-field label {
  display: block;
  margin-bottom: 6px;
  font-size: 0.8325rem;
  font-weight: 700;
  color: var(--ink-soft);
  letter-spacing: -0.01em;
}

.form-field input,
.form-field textarea,
.form-field select {
  width: 100%;
  padding: 11px 12px;
  border-radius: 12px;
  border: 1px solid rgba(26, 23, 20, 0.12);
  background: #fff;
  font: inherit;
  font-size: 0.9325rem;
  color: var(--ink);
  transition: border-color 0.15s ease, box-shadow 0.15s ease;
}

.form-field input:focus-visible,
.form-field textarea:focus-visible,
.form-field select:focus-visible {
  outline: none;
  border-color: var(--accent-deep);
  box-shadow: 0 0 0 3px rgba(232, 93, 76, 0.12);
}

fieldset.form-field.modul-secim-alani {
  border: none;
  margin: 0 0 14px;
  padding: 0;
  min-inline-size: 0;
}

.modul-legend {
  padding: 0;
  font-size: 0.8325rem;
  font-weight: 700;
  color: var(--ink-soft);
  margin-bottom: 6px;
}

.modul-hint {
  margin: 0 0 12px;
  font-size: 0.8375rem;
  line-height: 1.48;
  color: var(--muted);
}

/* Teklif modül seçimi: gruplar + sol checkbox ( .form-field label display:block üstünü ezer ) */
.modul-gruplar {
  display: flex;
  flex-direction: column;
  gap: 22px;
}

.modul-grup-baslik {
  margin: 0 0 10px;
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: var(--accent-deep);
}

.modul-grup-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 8px;
}

@media (min-width: 560px) {
  .modul-grup-grid {
    grid-template-columns: 1fr 1fr;
    gap: 10px 14px;
  }
}

fieldset.form-field.modul-secim-alani label.modul-check {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 12px;
  margin: 0;
  padding: 12px 14px;
  border-radius: 12px;
  border: 1px solid rgba(26, 23, 20, 0.1);
  background: rgba(255, 255, 255, 0.95);
  font-size: 0.8925rem;
  line-height: 1.42;
  font-weight: 500;
  color: var(--ink-soft);
  cursor: pointer;
  transition: border-color 0.15s ease, background 0.15s ease, box-shadow 0.15s ease;
}

fieldset.form-field.modul-secim-alani label.modul-check:hover {
  border-color: rgba(91, 33, 182, 0.22);
  background: rgba(91, 33, 182, 0.045);
}

fieldset.form-field.modul-secim-alani label.modul-check:has(input:checked) {
  border-color: rgba(91, 33, 182, 0.32);
  background: rgba(91, 33, 182, 0.07);
}

fieldset.form-field.modul-secim-alani label.modul-check:has(input:focus-visible) {
  border-color: var(--accent-deep);
  box-shadow: 0 0 0 3px rgba(91, 33, 182, 0.14);
}

fieldset.form-field.modul-secim-alani label.modul-check input {
  flex-shrink: 0;
  width: 1.125rem;
  height: 1.125rem;
  margin: 2px 0 0;
  accent-color: var(--accent-deep);
}

.teklif-form-flow fieldset.form-field.modul-secim-alani label.modul-check .modul-check-txt {
  flex: 1;
  min-width: 0;
}

.form-consents {
  margin: 20px 0 0;
  padding: 16px;
  border-radius: var(--radius-sm);
  border: 1px dashed rgba(26, 23, 20, 0.12);
}

.check-line {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  font-size: 0.875rem;
  line-height: 1.5;
  color: var(--ink-soft);
}

.check-line + .check-line {
  margin-top: 12px;
}

.check-line input {
  flex-shrink: 0;
  margin-top: 3px;
}

.form-legal-note {
  margin: 14px 0 0;
  font-size: 0.78rem;
  line-height: 1.52;
  color: var(--muted);
}

.form-actions {
  margin-top: 18px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
}

.form-msg {
  font-size: 0.8925rem;
  min-height: 1.25rem;
  font-weight: 500;
}

.form-msg.err {
  color: #b91c1c;
}

.form-msg.ok {
  color: #15803d;
}

/* Teklif-al: adımlı akış ve yönlenmiş mesaj */

main.sub-main.teklif-page-main {
  max-width: 1040px;
  margin-inline: auto;
}

.teklif-flow-hero {
  margin-bottom: clamp(24px, 4vw, 40px);
}

.teklif-flow-title {
  font-family: "Fraunces", Georgia, serif;
  font-size: clamp(1.65rem, 3.2vw, 2.35rem);
  font-weight: 700;
  line-height: 1.14;
  margin: 0 0 10px;
  letter-spacing: -0.025em;
  color: var(--ink);
}

.teklif-flow-lead {
  margin: 0;
  max-width: 58ch;
  font-size: 1rem;
  line-height: 1.62;
  color: var(--muted);
}

.teklif-flow-lead strong {
  color: var(--ink-soft);
}

.teklif-yonlendir {
  margin-top: 16px;
  padding: 12px 16px;
  border-radius: var(--radius-sm);
  border: 1px solid rgba(91, 33, 182, 0.22);
  background: rgba(91, 33, 182, 0.06);
  font-size: 0.8925rem;
  line-height: 1.5;
  color: var(--ink-soft);
  white-space: pre-line;
}

.teklif-steps-jump {
  margin-top: 18px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.teklif-steps-jump a {
  display: inline-flex;
  align-items: center;
  padding: 7px 12px;
  border-radius: 999px;
  font-size: 0.7825rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  color: var(--accent-deep);
  background: rgba(91, 33, 182, 0.07);
  border: 1px solid rgba(91, 33, 182, 0.14);
  text-decoration: none;
  transition: background 0.15s ease, border-color 0.15s ease;
}

.teklif-steps-jump a:hover {
  background: rgba(91, 33, 182, 0.11);
  border-color: rgba(91, 33, 182, 0.22);
}

.teklif-steps-jump a:focus-visible {
  outline: none;
  box-shadow: 0 0 0 3px rgba(91, 33, 182, 0.28);
}

.teklif-flow-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(200px, 260px);
  gap: clamp(28px, 4vw, 44px);
  align-items: start;
}

.teklif-form-flow {
  display: flex;
  flex-direction: column;
  gap: clamp(14px, 2.5vw, 20px);
}

.teklif-step-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: clamp(18px, 4vw, 26px);
  scroll-margin-top: 96px;
  box-shadow: var(--shadow-sm);
}

.teklif-step-head {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 14px 16px;
  margin-bottom: 18px;
  align-items: start;
}

.teklif-step-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 12px;
  font-size: 0.95rem;
  font-weight: 800;
  color: #fff;
  background: linear-gradient(145deg, var(--accent-deep), #7c3aed);
  box-shadow: 0 6px 16px rgba(91, 33, 182, 0.22);
}

.teklif-step-title {
  margin: 0 0 4px;
  font-size: 1.125rem;
  font-weight: 700;
  letter-spacing: -0.02em;
  color: var(--ink);
}

.teklif-step-desc {
  margin: 0;
  font-size: 0.8825rem;
  line-height: 1.48;
  color: var(--muted);
}

.teklif-form-flow .form-row {
  margin-bottom: 0;
}

.teklif-form-flow .form-row + .form-row {
  margin-top: 14px;
}

.teklif-form-flow fieldset.form-field.modul-secim-alani {
  margin-bottom: 0;
}

.teklif-form-flow .form-consents {
  margin-top: 0;
}

.teklif-flow-rail {
  position: sticky;
  top: 108px;
  padding: 20px 20px 22px;
  border-radius: var(--radius);
  border: 1px solid var(--line);
  background: linear-gradient(165deg, #fff 0%, #faf8ff 100%);
  box-shadow: var(--shadow-sm);
}

.teklif-rail-title {
  margin: 0 0 12px;
  font-size: 0.72rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: var(--accent-deep);
}

.teklif-rail-steps {
  margin: 0 0 16px;
  padding-left: 1.2rem;
  font-size: 0.8825rem;
  line-height: 1.55;
  color: var(--ink-soft);
}

.teklif-rail-steps li + li {
  margin-top: 8px;
}

.teklif-rail-hint {
  margin: 0 0 10px;
  font-size: 0.8325rem;
  line-height: 1.5;
  color: var(--muted);
}

a.teklif-rail-phone {
  display: inline-block;
  margin-top: 4px;
  font-weight: 700;
}

.teklif-rail-secondary {
  display: inline-block;
  font-size: 0.8325rem;
  font-weight: 600;
  color: var(--accent-deep);
  text-decoration: none;
}

.teklif-rail-secondary:hover {
  text-decoration: underline;
}

@media (max-width: 960px) {
  .teklif-flow-grid {
    display: flex;
    flex-direction: column;
    gap: 28px;
  }

  .teklif-flow-rail {
    position: static;
    order: -1;
    max-width: 100%;
  }
}

.legal-page h2 {
  font-size: 1.05rem;
  margin-top: 1.5rem;
  margin-bottom: 0.65rem;
  color: var(--ink);
}

.legal-page h2:first-of-type {
  margin-top: 0;
}

.legal-page p,
.legal-page li {
  font-size: 0.9175rem;
  line-height: 1.6;
  color: var(--muted);
}

.legal-page ul {
  margin: 0.5rem 0 0;
  padding-left: 1.2rem;
}

/* ——— Giriş sayfası ——— */

/* Sade login (panel); vitrin başlığı yok */

body.login-standalone {
  min-height: 100vh;
}

body.login-standalone .login-wrap {
  margin: 0;
  padding: clamp(20px, 5vw, 40px);
  min-height: 100vh;
  max-width: none;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
}

body.login-standalone .login-panel {
  width: min(920px, 100%);
}

.login-brand-row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-bottom: 1rem;
}

.login-brand-mark {
  width: 44px;
  height: 44px;
  object-fit: contain;
  flex-shrink: 0;
}

.login-brand-word {
  font-family: "DM Sans", system-ui, sans-serif;
  font-size: 1.35rem;
  font-weight: 800;
  letter-spacing: -0.02em;
  color: var(--ink);
}

.login-brand-dot {
  color: var(--accent);
  font-weight: 900;
}

.login-wrap {
  max-width: 960px;
  margin: clamp(28px, 6vw, 56px) auto 0;
  animation: ms-rise 0.9s ease 0.1s both;
}

.login-panel {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: clamp(340px, 52vh, 440px);
  border-radius: var(--radius);
  overflow: hidden;
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
  background: #fff;
}

.login-aside {
  padding: clamp(28px, 5vw, 40px);
  background: linear-gradient(160deg, var(--sun) 0%, #fcd977 42%, rgba(232, 93, 76, 0.15) 100%);
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.login-aside h2 {
  font-family: "Fraunces", Georgia, serif;
  font-size: clamp(1.5rem, 3vw, 1.85rem);
  margin: 0 0 10px;
  letter-spacing: -0.02em;
}

.login-aside p {
  margin: 0;
  font-size: 0.95rem;
  line-height: 1.58;
  color: var(--ink-soft);
}

.login-form-zone {
  padding: clamp(28px, 5vw, 40px);
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(180deg, #fff 0%, var(--paper2) 100%);
}

.login-form-zone .inner {
  width: 100%;
  max-width: 320px;
}

.login-form-zone h1 {
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  margin: 0 0 1.25rem;
  color: var(--muted);
}

.login-form-zone .field-wrap { margin-bottom: 0.95rem; }

.login-form-zone .input-row {
  display: flex;
  align-items: center;
  border: 1px solid rgba(26, 23, 20, 0.18);
  border-radius: 12px;
  background: #fff;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(26, 23, 20, 0.04);
}

.login-form-zone .input-row:focus-within {
  border-color: var(--accent);
  box-shadow: 0 0 0 3px rgba(232, 93, 76, 0.15);
}

.login-form-zone .input-row input {
  flex: 1;
  border: none;
  padding: 0.8rem 0.95rem;
  font-size: 1rem;
  font-family: inherit;
  background: transparent;
  color: var(--ink);
  min-width: 0;
}

.login-form-zone .input-row input:focus { outline: none; }

.login-form-zone button.toggle-pw {
  border: none;
  background: transparent;
  padding: 0.5rem 0.85rem;
  cursor: pointer;
  color: var(--ink-soft);
  display: flex;
  align-items: center;
  justify-content: center;
}

.login-form-zone button.toggle-pw:hover { color: var(--ink); }

.login-form-zone label.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.login-form-zone .err {
  color: #b91c1c;
  font-size: 0.85rem;
  min-height: 1.35rem;
  margin-bottom: 0.65rem;
  font-weight: 500;
}

.login-form-zone .row-actions {
  display: flex;
  justify-content: flex-end;
  margin-top: 0.5rem;
}

.login-form-zone button[type="submit"] {
  border: none;
  border-radius: 999px;
  background: linear-gradient(145deg, var(--accent), var(--accent-deep));
  color: #fff;
  font-family: inherit;
  font-weight: 700;
  font-size: 0.92rem;
  padding: 0.62rem 1.6rem;
  cursor: pointer;
  box-shadow: 0 8px 22px rgba(232, 93, 76, 0.32);
  transition: transform 0.15s ease, box-shadow 0.15s ease;
}

.login-form-zone button[type="submit"]:hover:not(:disabled) {
  transform: translateY(-2px);
  box-shadow: 0 12px 26px rgba(232, 93, 76, 0.38);
}

.login-form-zone button[type="submit"]:disabled {
  opacity: 0.48;
  cursor: not-allowed;
  transform: none;
}

.login-form-zone .footer-note {
  margin-top: 1.35rem;
  font-size: 0.78rem;
  color: var(--muted);
  text-align: center;
  line-height: 1.45;
}

/* ——— Animasyonlar ——— */

@keyframes ms-rise {
  from { opacity: 0; transform: translateY(22px); }
  to { opacity: 1; transform: translateY(0); }
}

@keyframes ms-float {
  0%, 100% { transform: translate(0, 0) scale(1); }
  33% { transform: translate(-12px, 18px) scale(1.03); }
  66% { transform: translate(10px, -10px) scale(0.98); }
}

@keyframes ms-pulse-dot {
  0%, 100% { opacity: 1; transform: scale(1); }
  50% { opacity: 0.85; transform: scale(1.06); }
}

@keyframes ms-grow-bar {
  from { width: 0; }
  to { width: 78%; }
}

@keyframes ms-grow-bar-92 {
  from { width: 0; }
  to { width: 92%; }
}

@keyframes ms-wiggle-float {
  0%, 100% { transform: rotate(3deg) translateY(0); }
  50% { transform: rotate(2deg) translateY(-6px); }
}

@media (max-width: 940px) {
  .hero-zone { grid-template-columns: 1fr; }
  .skew-card { transform: none; margin-top: 8px; }
  .skew-card-inner { transform: none; }
  .float-note {
    position: relative;
    right: auto;
    bottom: auto;
    margin-top: 24px;
    max-width: none;
    transform: none;
  }
  .feature-bento { grid-template-columns: 1fr; }
  article.feature:nth-child(n) { grid-column: span 1 !important; }

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

  .login-panel { grid-template-columns: 1fr; }
}

@media (max-width: 860px) {
  .head-main-inner {
    flex-wrap: wrap;
    row-gap: 12px;
  }

  .head-main-inner a.logo.logo-with-mark {
    order: 1;
  }

  .head-actions {
    order: 2;
    margin-left: auto;
  }

  .nav.nav-centered {
    order: 3;
    flex-basis: 100%;
    justify-content: center;
    row-gap: 6px;
  }
}

@media (max-width: 560px) {
  .site-head .head-ribbon-msg {
    width: 100%;
    flex-basis: 100%;
    order: 1;
    font-size: 0.7525rem;
  }

  .head-ribbon .wrap.head-ribbon-inner {
    gap: 8px 12px;
  }

  .head-ribbon-divider {
    display: none;
  }

  .site-head .head-ribbon-tel {
    order: 2;
  }

  .site-head .head-ribbon-mail {
    order: 3;
  }

  .site-head .head-ribbon-pill {
    order: 4;
    width: 100%;
    justify-content: center;
  }

  .head-main-inner a.logo.logo-with-mark .brand-mark {
    width: 48px;
    height: 48px;
  }

  .nav { justify-content: center; }
  .metric-row { grid-template-columns: 1fr; }
  .form-row.two,
  .form-row.three {
    grid-template-columns: 1fr;
  }
  .modul-grup-grid {
    grid-template-columns: 1fr;
  }
}

/* ——— Landing v2: ozetim.com public vitrin ——— */

body.landing-v2 {
  --paper: #f6f7f4;
  --paper2: #eef2ec;
  --ink: #14201c;
  --ink-soft: #3f4d47;
  --muted: #68756f;
  --accent: #0f7a5b;
  --accent-deep: #0f3d34;
  --mint: #22a06b;
  --sun: #f1c75b;
  --violet-deep: #173f37;
  --cyan-accent: #0b768f;
  --line: rgba(20, 32, 28, 0.1);
  background: #f6f7f4;
}

body.landing-v2 .bg-shell {
  background:
    linear-gradient(180deg, rgba(246, 247, 244, 0.96), rgba(246, 247, 244, 1)),
    linear-gradient(90deg, rgba(15, 61, 52, 0.055) 1px, transparent 1px),
    linear-gradient(rgba(15, 61, 52, 0.045) 1px, transparent 1px);
  background-size: auto, 64px 64px, 64px 64px;
}

body.landing-v2 .site-head {
  margin-bottom: 0;
}

body.landing-v2 .head-ribbon {
  background: #10251f;
  color: rgba(255, 255, 255, 0.78);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

body.landing-v2 .head-ribbon-tag {
  background: var(--sun);
}

body.landing-v2 .head-ribbon-msg,
body.landing-v2 .head-ribbon-mail {
  color: rgba(255, 255, 255, 0.74);
}

body.landing-v2 .head-ribbon-tel {
  color: #fff;
}

body.landing-v2 .head-ribbon-divider {
  background: rgba(255, 255, 255, 0.18);
}

body.landing-v2 .head-ribbon-pill {
  color: #10251f;
  background: var(--sun);
  border: 0;
}

body.landing-v2 .head-main-bar {
  background: rgba(255, 255, 255, 0.9);
}

body.landing-v2 .head-main-inner .head-cta-pri,
body.landing-v2 .btn.pri {
  background: linear-gradient(145deg, #0f7a5b, #0f3d34);
  box-shadow: 0 12px 28px rgba(15, 122, 91, 0.24);
}

body.landing-v2 .head-main-inner .head-cta-pri:hover,
body.landing-v2 .btn.pri:hover {
  box-shadow: 0 16px 34px rgba(15, 61, 52, 0.27);
}

body.landing-v2 .hero-copy h1,
body.landing-v2 .hero-copy > p.lead,
body.landing-v2 .cta,
body.landing-v2 .hero-visual,
body.landing-v2 article.feature,
body.landing-v2 .eyebrow-row {
  animation: none;
}

.landing-hero {
  position: relative;
  overflow: hidden;
  padding: clamp(22px, 4vw, 44px) 0 clamp(34px, 5vw, 58px);
}

.landing-hero::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 62%;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.74), rgba(255, 255, 255, 0));
  pointer-events: none;
}

.landing-hero-inner {
  display: grid;
  grid-template-columns: minmax(0, 0.88fr) minmax(440px, 1.12fr);
  gap: clamp(30px, 5vw, 64px);
  align-items: center;
  padding-bottom: 0;
}

.landing-hero-inner > *,
.process-grid > * {
  min-width: 0;
}

body.landing-v2 .hero-copy h1 {
  font-family: "Fraunces", Georgia, serif;
  font-size: clamp(2.35rem, 4.35vw, 3.9rem);
  line-height: 1.03;
  letter-spacing: -0.03em;
  max-width: 12.8ch;
  overflow-wrap: break-word;
  text-wrap: balance;
}

body.landing-v2 .hero-copy > p.lead {
  max-width: 58ch;
  font-size: clamp(1rem, 1.5vw, 1.12rem);
  color: var(--ink-soft);
}

body.landing-v2 .pill-line {
  box-shadow: none;
  background: #fff;
}

.hero-proof {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin: 28px 0 0;
  padding: 0;
}

.hero-proof div {
  min-width: 0;
  padding: 14px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.78);
}

.hero-proof dt {
  margin: 0 0 4px;
  font-size: 1.15rem;
  line-height: 1.1;
  font-weight: 800;
  color: var(--accent-deep);
}

.hero-proof dd {
  margin: 0;
  font-size: 0.78rem;
  line-height: 1.35;
  color: var(--muted);
}

.product-shot {
  margin: 0;
}

.browser-frame {
  display: flex;
  gap: 7px;
  align-items: center;
  height: 34px;
  padding: 0 14px;
  border: 1px solid rgba(20, 32, 28, 0.12);
  border-bottom: 0;
  border-radius: 10px 10px 0 0;
  background: #f5f7f6;
}

.browser-frame span {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #d7dedb;
}

.browser-frame span:nth-child(1) {
  background: #f26d5b;
}

.browser-frame span:nth-child(2) {
  background: #f1c75b;
}

.browser-frame span:nth-child(3) {
  background: #22a06b;
}

.product-shot-btn {
  display: block;
  width: 100%;
  padding: 0;
  border: 1px solid rgba(20, 32, 28, 0.12);
  border-radius: 8px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 26px 70px rgba(20, 32, 28, 0.14);
  cursor: zoom-in;
}

.browser-frame + .product-shot-btn {
  border-radius: 0 0 10px 10px;
}

.product-shot-btn img {
  display: block;
  width: 100%;
  height: auto;
}

.hero-product-shot {
  position: relative;
}

.hero-product-shot::after {
  content: "Şube paneli";
  position: absolute;
  left: 18px;
  bottom: 44px;
  padding: 6px 10px;
  border-radius: 999px;
  font-size: 0.76rem;
  font-weight: 700;
  color: #10251f;
  background: rgba(241, 199, 91, 0.96);
  box-shadow: 0 8px 22px rgba(20, 32, 28, 0.18);
  pointer-events: none;
}

.product-shot figcaption {
  margin-top: 10px;
  font-size: 0.8rem;
  text-align: center;
  color: var(--muted);
}

.landing-band,
.screen-gallery,
.process-section,
.landing-faq {
  padding: clamp(48px, 8vw, 82px) 0;
}

.landing-band {
  background: #fff;
  border-block: 1px solid rgba(20, 32, 28, 0.08);
}

.section-head {
  max-width: 720px;
  margin-bottom: 24px;
}

.section-head.split {
  max-width: none;
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(260px, 0.55fr);
  align-items: end;
  gap: 28px;
}

.section-head h2 {
  margin: 0;
  font-family: "Fraunces", Georgia, serif;
  font-size: clamp(1.9rem, 4vw, 3rem);
  line-height: 1.08;
  letter-spacing: -0.025em;
}

.section-head p:not(.eyebrow) {
  margin: 12px 0 0;
  color: var(--muted);
  line-height: 1.62;
}

.module-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.module-card {
  min-height: 230px;
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #f8faf7;
}

.module-card.wide {
  grid-column: span 2;
}

.module-card.dark {
  color: #f7fbf8;
  background: #10251f;
  border-color: #10251f;
}

.module-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 32px;
  margin-bottom: 28px;
  border-radius: 999px;
  font-size: 0.78rem;
  font-weight: 800;
  color: var(--accent-deep);
  background: rgba(15, 122, 91, 0.1);
}

.module-card.dark .module-icon {
  color: #10251f;
  background: var(--sun);
}

.module-card h3 {
  margin: 0 0 10px;
  font-size: 1.1rem;
  line-height: 1.2;
}

.module-card p {
  margin: 0;
  color: var(--muted);
  line-height: 1.58;
  font-size: 0.93rem;
}

.module-card.dark p {
  color: rgba(247, 251, 248, 0.72);
}

.screen-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.screen-grid .product-shot-btn img {
  aspect-ratio: 16 / 10;
  object-fit: cover;
  object-position: top center;
}

.process-section {
  background: #10251f;
  color: #f7fbf8;
}

.process-section .section-head p,
.process-section .eyebrow {
  color: rgba(247, 251, 248, 0.7);
}

.process-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.72fr) minmax(420px, 1fr);
  gap: clamp(28px, 5vw, 56px);
  align-items: start;
  padding-bottom: 0;
}

.process-list {
  display: grid;
  gap: 12px;
}

.process-list article {
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 4px 16px;
  padding: 20px;
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.045);
}

.process-list strong {
  grid-row: span 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: 999px;
  color: #10251f;
  background: var(--sun);
}

.process-list h3 {
  margin: 0;
  font-size: 1.02rem;
}

.process-list p {
  margin: 0;
  color: rgba(247, 251, 248, 0.72);
  line-height: 1.55;
  font-size: 0.92rem;
}

.landing-faq {
  padding-bottom: 18px;
}

.faq-inner {
  max-width: 760px;
  padding-bottom: 0;
}

.faq-inner h2 {
  margin: 0 0 12px;
  font-family: "Fraunces", Georgia, serif;
  font-size: clamp(1.6rem, 3vw, 2.2rem);
}

.faq-block {
  margin: 0;
  max-width: none;
}

.faq-item {
  border-bottom: 1px solid var(--line);
  padding: 16px 0;
}

.faq-item summary {
  cursor: pointer;
  font-weight: 700;
  color: var(--ink);
}

.faq-item p {
  margin: 10px 0 0;
  color: var(--muted);
  line-height: 1.58;
}

footer.site-footer.landing-footer {
  margin-top: 0;
}

body.lightbox-open {
  overflow: hidden;
}

.panel-lightbox {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 18px;
}

.panel-lightbox[hidden] {
  display: none !important;
}

.panel-lightbox-backdrop {
  position: absolute;
  inset: 0;
  border: 0;
  padding: 0;
  background: rgba(12, 18, 16, 0.9);
  cursor: zoom-out;
}

.panel-lightbox-inner {
  position: relative;
  z-index: 1;
  margin: 0;
  max-width: min(96vw, 1440px);
  max-height: 94vh;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.panel-lightbox-inner img {
  max-width: 100%;
  max-height: calc(94vh - 56px);
  object-fit: contain;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.36);
}

.panel-lightbox-inner figcaption {
  margin-top: 10px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.86rem;
  text-align: center;
}

.panel-lightbox-close {
  position: absolute;
  top: -12px;
  right: -12px;
  z-index: 2;
  width: 38px;
  height: 38px;
  border: 0;
  border-radius: 999px;
  background: #fff;
  color: var(--ink);
  font-size: 1.2rem;
  line-height: 1;
  cursor: pointer;
  box-shadow: var(--shadow-sm);
}

@media (max-width: 1080px) {
  .landing-hero-inner,
  .process-grid {
    grid-template-columns: 1fr;
  }

  body.landing-v2 .hero-copy h1 {
    max-width: 14ch;
  }

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

@media (max-width: 860px) {
  body.landing-v2 .head-main-inner {
    align-items: flex-start;
  }

  body.landing-v2 .nav.nav-centered {
    order: 3;
    width: 100%;
    justify-content: flex-start;
    overflow-x: auto;
    flex-wrap: nowrap;
    padding-bottom: 2px;
    scrollbar-width: none;
  }

  body.landing-v2 .nav.nav-centered::-webkit-scrollbar {
    display: none;
  }

  .section-head.split,
  .screen-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 680px) {
  body.landing-v2 .head-main-inner .head-cta-pri {
    display: none;
  }

  body.landing-v2 .head-actions {
    gap: 0;
  }

  body.landing-v2 .nav.nav-centered {
    gap: 6px 12px;
  }

  body.landing-v2 .nav a:not(.btn) {
    font-size: 0.86rem;
    white-space: nowrap;
  }

  .landing-hero {
    padding-top: 18px;
  }

  body.landing-v2 .hero-copy h1 {
    font-size: clamp(2rem, 8.5vw, 2.24rem);
    max-width: 10.5ch;
    line-height: 1.08;
  }

  body.landing-v2 .hero-copy > p.lead {
    font-size: 0.95rem;
    line-height: 1.55;
    max-width: 33ch;
  }

  .module-grid {
    grid-template-columns: 1fr;
  }

  .hero-proof {
    display: none;
  }

  .module-card,
  .module-card.wide {
    grid-column: auto;
    min-height: auto;
  }

  .hero-product-shot::after {
    display: none;
  }

  .product-shot-btn {
    max-width: 100%;
    box-shadow: 0 18px 42px rgba(20, 32, 28, 0.13);
  }

  .hero-product-shot {
    max-width: 100%;
    overflow: hidden;
  }

  .process-list article {
    grid-template-columns: 1fr;
  }

  .process-list strong {
    grid-row: auto;
  }
}

/* ——— Landing v4: mevcut tasarımdan tamamen bağımsız vitrin ——— */

body.landing-v4 {
  margin: 0;
  font-family: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: #14211d;
  background: #f3f6f0;
  letter-spacing: 0;
}

body.landing-v4::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(16, 37, 31, 0.05) 1px, transparent 1px),
    linear-gradient(rgba(16, 37, 31, 0.045) 1px, transparent 1px);
  background-size: 56px 56px;
  mask-image: linear-gradient(180deg, #000 0%, transparent 70%);
}

body.landing-v4 a {
  color: inherit;
}

.neo-header,
.neo-hero,
.neo-strip,
.neo-section,
.neo-gallery,
.neo-contact,
.neo-footer {
  width: min(1180px, calc(100% - 40px));
  margin-inline: auto;
}

.neo-header {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 24px;
  align-items: center;
  padding: 18px 0;
}

.neo-brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-weight: 800;
  text-decoration: none;
  color: #10251f;
}

.neo-brand img {
  width: 36px;
  height: 36px;
  object-fit: contain;
}

.neo-nav {
  display: flex;
  justify-content: center;
  gap: 8px;
}

.neo-nav a,
.neo-actions a {
  padding: 9px 12px;
  border-radius: 999px;
  font-size: 0.9rem;
  font-weight: 650;
  text-decoration: none;
  color: #4c5d56;
}

.neo-nav a:hover,
.neo-actions a:hover {
  color: #10251f;
  background: rgba(255, 255, 255, 0.72);
}

.neo-actions {
  display: flex;
  align-items: center;
  gap: 8px;
}

.neo-primary,
.neo-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 18px;
  border-radius: 999px;
  font-weight: 800;
  text-decoration: none;
}

.neo-primary {
  color: #fff !important;
  background: #10251f;
  box-shadow: 0 14px 34px rgba(16, 37, 31, 0.18);
}

.neo-secondary {
  color: #10251f;
  background: #fff;
  border: 1px solid rgba(16, 37, 31, 0.12);
}

.neo-hero {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(430px, 1.18fr);
  gap: clamp(28px, 5vw, 72px);
  align-items: center;
  min-height: min(720px, calc(100vh - 88px));
  padding: clamp(28px, 5vw, 58px) 0;
}

.neo-kicker {
  margin: 0 0 14px;
  color: #0f7a5b;
  font-size: 0.76rem;
  line-height: 1.3;
  font-weight: 900;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.neo-hero h1 {
  margin: 0;
  max-width: 12.5ch;
  font-size: clamp(2.55rem, 5.2vw, 5.15rem);
  line-height: 0.96;
  font-weight: 850;
  letter-spacing: 0;
  color: #10251f;
}

.neo-lead {
  max-width: 56ch;
  margin: 24px 0 0;
  color: #40504b;
  font-size: 1.05rem;
  line-height: 1.72;
}

.neo-cta {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.neo-hero-media {
  margin: 0;
  position: relative;
}

.neo-hero-media::before {
  content: "";
  position: absolute;
  inset: -18px;
  z-index: -1;
  border-radius: 28px;
  background: #dce8df;
  transform: rotate(-2deg);
}

.neo-hero-media img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-radius: 22px;
  box-shadow: 0 32px 80px rgba(16, 37, 31, 0.18);
}

.neo-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  overflow: hidden;
  border: 1px solid rgba(16, 37, 31, 0.12);
  border-radius: 20px;
  background: rgba(16, 37, 31, 0.12);
}

.neo-strip div {
  padding: 24px;
  background: rgba(255, 255, 255, 0.82);
}

.neo-strip strong {
  display: block;
  margin-bottom: 6px;
  color: #10251f;
  font-size: 1.1rem;
}

.neo-strip span {
  display: block;
  color: #5d6c66;
  font-size: 0.94rem;
  line-height: 1.45;
}

.neo-section,
.neo-detail,
.neo-role-map,
.neo-planner,
.neo-gallery,
.neo-faq,
.neo-contact {
  padding: clamp(62px, 9vw, 104px) 0 0;
}

.neo-section-head {
  max-width: 760px;
  margin-bottom: 28px;
}

.neo-section-head h2,
.neo-contact h2 {
  margin: 0;
  color: #10251f;
  font-size: clamp(1.8rem, 3.5vw, 3rem);
  line-height: 1.06;
  font-weight: 850;
  letter-spacing: 0;
}

.neo-flow {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.neo-flow article {
  min-height: 250px;
  padding: 24px;
  border: 1px solid rgba(16, 37, 31, 0.12);
  border-radius: 20px;
  background: #fff;
}

.neo-flow span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  margin-bottom: 34px;
  border-radius: 50%;
  color: #fff;
  background: #0f7a5b;
  font-weight: 850;
}

.neo-flow h3 {
  margin: 0 0 10px;
  color: #10251f;
  font-size: 1.18rem;
}

.neo-flow p {
  margin: 0;
  color: #5d6c66;
  line-height: 1.58;
}

.neo-detail,
.neo-planner {
  width: min(1180px, calc(100% - 40px));
  margin-inline: auto;
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(360px, 1fr);
  gap: clamp(22px, 4vw, 48px);
  align-items: start;
}

.neo-detail-copy h2,
.neo-planner-copy h2 {
  margin: 0;
  color: #10251f;
  font-size: clamp(1.8rem, 3.4vw, 3rem);
  line-height: 1.06;
  font-weight: 850;
  letter-spacing: 0;
}

.neo-detail-copy p,
.neo-planner-copy p {
  margin: 18px 0 0;
  color: #5d6c66;
  line-height: 1.68;
  max-width: 58ch;
}

.neo-detail-list {
  display: grid;
  gap: 10px;
}

.neo-detail-list details,
.neo-faq-list details {
  border: 1px solid rgba(16, 37, 31, 0.12);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.86);
  overflow: hidden;
}

.neo-detail-list summary,
.neo-faq-list summary {
  cursor: pointer;
  padding: 17px 18px;
  color: #10251f;
  font-weight: 800;
  list-style: none;
}

.neo-detail-list summary::-webkit-details-marker,
.neo-faq-list summary::-webkit-details-marker {
  display: none;
}

.neo-detail-list summary::after,
.neo-faq-list summary::after {
  content: "+";
  float: right;
  color: #0f7a5b;
}

.neo-detail-list details[open] summary::after,
.neo-faq-list details[open] summary::after {
  content: "−";
}

.neo-detail-list p,
.neo-faq-list p {
  margin: 0;
  padding: 0 18px 18px;
  color: #5d6c66;
  line-height: 1.58;
}

.neo-role-map,
.neo-faq {
  width: min(1180px, calc(100% - 40px));
  margin-inline: auto;
}

.neo-role-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.neo-role-grid article {
  padding: 18px;
  border: 1px solid rgba(16, 37, 31, 0.12);
  border-radius: 18px;
  background: #fff;
}

.neo-role-grid strong {
  display: block;
  margin-bottom: 14px;
  color: #10251f;
  font-size: 1.08rem;
}

.neo-role-grid span {
  display: block;
  padding: 10px 0;
  border-top: 1px solid rgba(16, 37, 31, 0.08);
  color: #5d6c66;
  font-size: 0.92rem;
}

.neo-planner-tool {
  border: 1px solid rgba(16, 37, 31, 0.12);
  border-radius: 22px;
  background: #fff;
  overflow: hidden;
  box-shadow: 0 22px 58px rgba(16, 37, 31, 0.1);
}

.neo-planner-options {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  background: rgba(16, 37, 31, 0.1);
}

.neo-planner-options button {
  min-height: 54px;
  border: 0;
  background: #f8faf8;
  color: #40504b;
  font: inherit;
  font-weight: 800;
  cursor: pointer;
}

.neo-planner-options button.is-active {
  color: #fff;
  background: #10251f;
}

.neo-plan-result {
  padding: clamp(22px, 4vw, 30px);
}

.neo-plan-result span {
  display: block;
  margin-bottom: 8px;
  color: #0f7a5b;
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.neo-plan-result h3 {
  margin: 0;
  color: #10251f;
  font-size: clamp(1.35rem, 2.4vw, 2rem);
  line-height: 1.12;
}

.neo-plan-result p {
  margin: 14px 0 0;
  color: #5d6c66;
  line-height: 1.58;
}

.neo-plan-result ul {
  display: grid;
  gap: 8px;
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
}

.neo-plan-result li {
  position: relative;
  padding-left: 22px;
  color: #40504b;
  font-weight: 650;
}

.neo-plan-result li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.45em;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #0f7a5b;
}

.neo-gallery-grid {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 18px;
}

.neo-gallery-grid figure {
  margin: 0;
  overflow: hidden;
  border-radius: 22px;
  background: #fff;
  border: 1px solid rgba(16, 37, 31, 0.12);
}

.neo-gallery-grid figure:first-child {
  grid-row: span 2;
}

.neo-gallery-grid img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 250px;
  object-fit: cover;
}

.neo-gallery-grid figcaption {
  padding: 14px 16px 16px;
  color: #10251f;
  font-weight: 800;
}

.neo-faq-list {
  display: grid;
  gap: 10px;
  max-width: 880px;
}

.neo-contact {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 28px;
  align-items: center;
  margin-top: clamp(66px, 9vw, 108px);
  padding: clamp(30px, 5vw, 44px);
  border-radius: 26px;
  color: #fff;
  background: #10251f;
}

.neo-contact .neo-kicker,
.neo-contact h2 {
  color: #fff;
}

.neo-contact .neo-primary {
  color: #10251f !important;
  background: #f1c95b;
  box-shadow: none;
}

.neo-footer {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
  padding: 34px 0 42px;
  color: #65736e;
  font-size: 0.9rem;
}

.neo-footer a {
  color: #10251f;
  font-weight: 700;
  text-decoration: none;
}

@media (max-width: 940px) {
  .neo-header {
    grid-template-columns: 1fr auto;
  }

  .neo-nav {
    grid-column: 1 / -1;
    justify-content: flex-start;
    overflow-x: auto;
    scrollbar-width: none;
  }

  .neo-nav::-webkit-scrollbar {
    display: none;
  }

  .neo-nav a {
    white-space: nowrap;
  }

  .neo-hero,
  .neo-contact {
    grid-template-columns: 1fr;
  }

  .neo-hero {
    min-height: auto;
  }

  .neo-strip,
  .neo-flow,
  .neo-detail,
  .neo-role-grid,
  .neo-planner,
  .neo-gallery-grid {
    grid-template-columns: 1fr;
  }

  .neo-gallery-grid figure:first-child {
    grid-row: auto;
  }
}

@media (max-width: 600px) {
  .neo-header,
  .neo-hero,
  .neo-strip,
  .neo-section,
  .neo-gallery,
  .neo-detail,
  .neo-role-map,
  .neo-planner,
  .neo-faq,
  .neo-contact,
  .neo-footer {
    width: min(100% - 28px, 1180px);
  }

  .neo-actions a:first-child {
    display: none;
  }

  .neo-actions .neo-primary {
    min-height: 38px;
    padding: 0 13px;
    font-size: 0.86rem;
  }

  .neo-hero h1 {
    max-width: 11.5ch;
    font-size: clamp(2.35rem, 12vw, 3.25rem);
  }

  .neo-lead {
    font-size: 0.98rem;
  }

  .neo-planner-options {
    grid-template-columns: 1fr;
  }

  .neo-hero-media::before {
    inset: -10px;
    border-radius: 20px;
  }

  .neo-hero-media img,
  .neo-gallery-grid figure {
    border-radius: 16px;
  }
}

/* ——— Landing v5: uzun restoran operasyon şablonu ——— */

body.landing-v5 {
  margin: 0;
  font-family: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: #17221f;
  background: #fbfcf8;
  letter-spacing: 0;
}

body.landing-v5 a {
  color: inherit;
}

.v5-topbar {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 18px;
  min-height: 42px;
  padding: 7px 18px;
  color: #fff;
  background: #0f513f;
  font-size: 0.9rem;
  font-weight: 700;
}

.v5-topbar a {
  color: #fff;
  text-decoration: none;
}

.v5-topbar a:last-child {
  color: #17310c;
  background: #d8f36b;
  padding: 7px 13px;
  border-radius: 999px;
}

.v5-header {
  position: sticky;
  top: 0;
  z-index: 50;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 22px;
  padding: 16px max(24px, calc((100vw - 1180px) / 2));
  background: rgba(255, 255, 255, 0.94);
  border-bottom: 1px solid rgba(23, 34, 31, 0.08);
  backdrop-filter: blur(14px);
}

.v5-brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #10251f;
  text-decoration: none;
}

.v5-brand img {
  width: 40px;
  height: 40px;
  object-fit: contain;
}

.v5-brand strong {
  font-size: 1.05rem;
}

.v5-nav {
  display: flex;
  justify-content: center;
  gap: 6px;
}

.v5-nav a,
.v5-header-actions a {
  padding: 9px 11px;
  color: #4d5c57;
  border-radius: 999px;
  font-size: 0.9rem;
  font-weight: 750;
  text-decoration: none;
}

.v5-nav a:hover,
.v5-header-actions a:hover {
  color: #10251f;
  background: #f0f5ef;
}

.v5-header-actions {
  display: flex;
  align-items: center;
  gap: 8px;
}

.v5-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 20px;
  border-radius: 999px;
  font-weight: 850;
  text-decoration: none;
}

.v5-btn.primary {
  color: #fff;
  background: #0f7a5b;
  box-shadow: 0 14px 32px rgba(15, 122, 91, 0.24);
}

.v5-btn.secondary {
  color: #10251f;
  background: #fff;
  border: 1px solid rgba(23, 34, 31, 0.12);
}

.v5-hero,
.v5-business,
.v5-story,
.v5-features,
.v5-split,
.v5-integrations,
.v5-planner,
.v5-faq,
.v5-final,
.v5-footer {
  width: min(1180px, calc(100% - 40px));
  margin-inline: auto;
}

.v5-hero {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(430px, 1.08fr);
  gap: clamp(28px, 5vw, 66px);
  align-items: center;
  padding: clamp(42px, 7vw, 82px) 0 clamp(44px, 7vw, 76px);
}

.v5-eyebrow {
  margin: 0 0 13px;
  color: #0f7a5b;
  font-size: 0.78rem;
  line-height: 1.3;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.v5-hero h1 {
  margin: 0;
  color: #10251f;
  font-size: clamp(2.55rem, 5.4vw, 5.2rem);
  line-height: 0.96;
  font-weight: 900;
  letter-spacing: 0;
}

.v5-hero-copy > p:not(.v5-eyebrow),
.v5-story-copy > p,
.v5-split p,
.v5-planner > div > p,
.v5-final p {
  color: #52615c;
  font-size: 1.03rem;
  line-height: 1.7;
}

.v5-hero-copy > p:not(.v5-eyebrow) {
  max-width: 58ch;
  margin: 24px 0 0;
}

.v5-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.v5-proof {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 24px;
}

.v5-proof span {
  padding: 8px 12px;
  border: 1px solid rgba(23, 34, 31, 0.1);
  border-radius: 999px;
  background: #fff;
  color: #40504b;
  font-size: 0.88rem;
  font-weight: 700;
}

.v5-hero-visual {
  margin: 0;
  position: relative;
}

.v5-hero-visual::before {
  content: "";
  position: absolute;
  inset: auto 8% -24px 8%;
  height: 72px;
  z-index: -1;
  background: rgba(15, 122, 91, 0.16);
  filter: blur(22px);
}

.v5-hero-visual img,
.v5-story figure img,
.v5-split figure img {
  display: block;
  width: 100%;
  border-radius: 28px;
  object-fit: cover;
  box-shadow: 0 30px 80px rgba(23, 34, 31, 0.16);
}

.v5-hero-visual img {
  aspect-ratio: 4 / 3;
}

.v5-section-title {
  max-width: 760px;
  margin-bottom: 26px;
}

.v5-section-title.centered {
  margin-inline: auto;
  text-align: center;
}

.v5-section-title h2,
.v5-story h2,
.v5-split h2,
.v5-planner h2,
.v5-final h2 {
  margin: 0;
  color: #10251f;
  font-size: clamp(1.85rem, 3.6vw, 3.15rem);
  line-height: 1.06;
  font-weight: 900;
  letter-spacing: 0;
}

.v5-business,
.v5-story,
.v5-features,
.v5-split,
.v5-integrations,
.v5-planner,
.v5-faq {
  padding-top: clamp(58px, 8vw, 96px);
}

.v5-business-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.v5-business-grid article {
  display: flex;
  align-items: center;
  min-height: 86px;
  padding: 20px;
  border-radius: 20px;
  color: #10251f;
  background: #fff;
  border: 1px solid rgba(23, 34, 31, 0.1);
  font-weight: 850;
  box-shadow: 0 10px 28px rgba(23, 34, 31, 0.05);
}

.v5-story,
.v5-split,
.v5-planner {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(360px, 1fr);
  gap: clamp(26px, 5vw, 58px);
  align-items: center;
}

.v5-story figure,
.v5-split figure {
  margin: 0;
}

.v5-story figure img,
.v5-split figure img {
  aspect-ratio: 4 / 3;
}

.v5-steps {
  display: grid;
  gap: 12px;
  margin: 26px 0 0;
  padding: 0;
  list-style: none;
}

.v5-steps li {
  display: grid;
  grid-template-columns: 86px 1fr;
  gap: 14px;
  padding: 15px;
  border-radius: 16px;
  background: #fff;
  border: 1px solid rgba(23, 34, 31, 0.1);
}

.v5-steps strong {
  color: #0f7a5b;
}

.v5-steps span {
  color: #52615c;
}

.v5-feature-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.v5-feature-grid article {
  min-height: 230px;
  padding: 22px;
  border-radius: 22px;
  background: #10251f;
  color: #fff;
}

.v5-feature-grid article:nth-child(even) {
  background: #0f7a5b;
}

.v5-feature-grid span {
  display: inline-flex;
  margin-bottom: 34px;
  color: #d8f36b;
  font-weight: 900;
}

.v5-feature-grid h3 {
  margin: 0 0 10px;
  font-size: 1.12rem;
}

.v5-feature-grid p {
  margin: 0;
  color: rgba(255, 255, 255, 0.76);
  line-height: 1.58;
}

.v5-logo-row {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 10px;
}

.v5-logo-row span {
  display: grid;
  min-height: 74px;
  place-items: center;
  padding: 14px;
  border-radius: 18px;
  color: #40504b;
  background: #fff;
  border: 1px solid rgba(23, 34, 31, 0.1);
  font-weight: 850;
  text-align: center;
}

.v5-planner {
  align-items: start;
}

.v5-planner-card {
  overflow: hidden;
  border-radius: 24px;
  background: #fff;
  border: 1px solid rgba(23, 34, 31, 0.1);
  box-shadow: 0 24px 70px rgba(23, 34, 31, 0.12);
}

.v5-planner-tabs {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  background: rgba(23, 34, 31, 0.1);
}

.v5-planner-tabs button {
  min-height: 56px;
  border: 0;
  background: #f6f9f4;
  color: #40504b;
  font: inherit;
  font-weight: 850;
  cursor: pointer;
}

.v5-planner-tabs button.is-active {
  color: #fff;
  background: #10251f;
}

.v5-plan-result {
  padding: clamp(22px, 4vw, 32px);
}

.v5-plan-result span {
  display: block;
  margin-bottom: 8px;
  color: #0f7a5b;
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.v5-plan-result h3 {
  margin: 0;
  color: #10251f;
  font-size: clamp(1.35rem, 2.5vw, 2rem);
}

.v5-plan-result p {
  color: #52615c;
  line-height: 1.58;
}

.v5-plan-result ul {
  display: grid;
  gap: 8px;
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
}

.v5-plan-result li {
  position: relative;
  padding-left: 23px;
  color: #40504b;
  font-weight: 700;
}

.v5-plan-result li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.45em;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #0f7a5b;
}

.v5-faq-list {
  max-width: 920px;
  margin-inline: auto;
  display: grid;
  gap: 10px;
}

.v5-faq-list details {
  border-radius: 18px;
  background: #fff;
  border: 1px solid rgba(23, 34, 31, 0.1);
}

.v5-faq-list summary {
  cursor: pointer;
  padding: 18px 20px;
  color: #10251f;
  font-weight: 850;
  list-style: none;
}

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

.v5-faq-list summary::after {
  content: "+";
  float: right;
  color: #0f7a5b;
}

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

.v5-faq-list p {
  margin: 0;
  padding: 0 20px 20px;
  color: #52615c;
  line-height: 1.6;
}

.v5-final {
  margin-top: clamp(64px, 9vw, 110px);
  padding: clamp(32px, 6vw, 58px);
  border-radius: 30px;
  text-align: center;
  color: #fff;
  background: #10251f;
}

.v5-final h2 {
  color: #fff;
  max-width: 780px;
  margin-inline: auto;
}

.v5-final p {
  max-width: 620px;
  margin: 16px auto 26px;
  color: rgba(255, 255, 255, 0.76);
}

.v5-footer {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 14px;
  padding: 36px 0 44px;
  color: #65736e;
  font-size: 0.9rem;
}

.v5-footer a {
  color: #10251f;
  text-decoration: none;
  font-weight: 800;
}

@media (max-width: 980px) {
  .v5-header {
    grid-template-columns: 1fr auto;
  }

  .v5-nav {
    grid-column: 1 / -1;
    justify-content: flex-start;
    overflow-x: auto;
    scrollbar-width: none;
  }

  .v5-nav::-webkit-scrollbar {
    display: none;
  }

  .v5-nav a {
    white-space: nowrap;
  }

  .v5-hero,
  .v5-story,
  .v5-split,
  .v5-planner {
    grid-template-columns: 1fr;
  }

  .v5-business-grid,
  .v5-feature-grid,
  .v5-logo-row {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .v5-topbar {
    flex-direction: column;
    gap: 7px;
    padding: 10px 14px;
    text-align: center;
  }

  .v5-header {
    padding-inline: 14px;
  }

  .v5-header-actions > a:first-child {
    display: none;
  }

  .v5-hero,
  .v5-business,
  .v5-story,
  .v5-features,
  .v5-split,
  .v5-integrations,
  .v5-planner,
  .v5-faq,
  .v5-final,
  .v5-footer {
    width: min(100% - 28px, 1180px);
  }

  .v5-hero h1 {
    font-size: clamp(2.35rem, 11vw, 3.35rem);
  }

  .v5-business-grid,
  .v5-feature-grid,
  .v5-logo-row,
  .v5-planner-tabs {
    grid-template-columns: 1fr;
  }

  .v5-steps li {
    grid-template-columns: 1fr;
  }
}

/* ——— Landing v5 alt sayfalar ve form bileşenleri ——— */

body.landing-v5 .v5-page-hero,
body.landing-v5 .v5-page-section,
body.landing-v5 .v5-form-section {
  width: min(1180px, calc(100% - 40px));
  margin-inline: auto;
}

body.landing-v5 .v5-page-hero {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(320px, 0.72fr);
  gap: clamp(26px, 5vw, 58px);
  align-items: center;
  padding: clamp(52px, 8vw, 92px) 0 clamp(42px, 7vw, 76px);
}

body.landing-v5 .v5-page-hero h1 {
  margin: 0;
  color: #10251f;
  font-size: clamp(2.45rem, 5vw, 4.6rem);
  line-height: 0.98;
  font-weight: 900;
  letter-spacing: 0;
}

body.landing-v5 .v5-page-hero p {
  max-width: 62ch;
  margin: 22px 0 0;
  color: #52615c;
  font-size: 1.04rem;
  line-height: 1.72;
}

.v5-page-card {
  padding: clamp(24px, 4vw, 34px);
  border-radius: 28px;
  background: #10251f;
  color: #fff;
  box-shadow: 0 28px 70px rgba(23, 34, 31, 0.14);
}

.v5-page-card ul {
  display: grid;
  gap: 14px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.v5-page-card li {
  color: rgba(255, 255, 255, 0.78);
  line-height: 1.48;
}

.v5-page-card strong {
  display: block;
  color: #d8f36b;
}

.v5-page-section {
  padding: clamp(30px, 6vw, 64px) 0;
}

.v5-info-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.v5-info-grid article,
.v5-legal-box,
.v5-contact-box {
  padding: 24px;
  border-radius: 22px;
  border: 1px solid rgba(23, 34, 31, 0.1);
  background: #fff;
  box-shadow: 0 10px 30px rgba(23, 34, 31, 0.05);
}

.v5-info-grid h3,
.v5-legal-box h2,
.v5-contact-box h3 {
  margin: 0 0 10px;
  color: #10251f;
}

.v5-info-grid p,
.v5-legal-box p,
.v5-legal-box li,
.v5-contact-box p {
  color: #52615c;
  line-height: 1.62;
}

.v5-legal-box {
  max-width: 900px;
  margin-inline: auto;
}

.v5-legal-box h2 {
  margin-top: 28px;
}

.v5-legal-box h2:first-child {
  margin-top: 0;
}

.v5-contact-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.v5-contact-box a {
  color: #0f7a5b;
  font-weight: 850;
  text-decoration: none;
}

.v5-form-section {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 360px);
  gap: clamp(22px, 4vw, 42px);
  align-items: start;
  padding: clamp(30px, 6vw, 70px) 0;
}

.v5-form {
  display: grid;
  gap: 16px;
}

.v5-form-card {
  padding: clamp(20px, 4vw, 28px);
  border-radius: 24px;
  border: 1px solid rgba(23, 34, 31, 0.1);
  background: #fff;
  box-shadow: 0 14px 42px rgba(23, 34, 31, 0.06);
}

.v5-form-card h2 {
  margin: 0 0 16px;
  color: #10251f;
  font-size: 1.35rem;
}

.v5-form-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.v5-field {
  display: grid;
  gap: 7px;
  margin-bottom: 14px;
}

.v5-field label,
.v5-check {
  color: #40504b;
  font-weight: 750;
  font-size: 0.92rem;
}

.v5-field input,
.v5-field select,
.v5-field textarea {
  width: 100%;
  min-height: 46px;
  padding: 11px 13px;
  border: 1px solid rgba(23, 34, 31, 0.14);
  border-radius: 14px;
  background: #f8faf7;
  color: #10251f;
  font: inherit;
  box-sizing: border-box;
}

.v5-field textarea {
  min-height: 112px;
  resize: vertical;
}

.v5-check-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.v5-check {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  padding: 12px;
  border: 1px solid rgba(23, 34, 31, 0.1);
  border-radius: 14px;
  background: #f8faf7;
}

.v5-check input {
  margin-top: 3px;
  accent-color: #0f7a5b;
}

.v5-form-side {
  position: sticky;
  top: 112px;
  padding: 24px;
  border-radius: 24px;
  background: #10251f;
  color: #fff;
}

.v5-form-side ol {
  display: grid;
  gap: 12px;
  margin: 16px 0 0;
  padding-left: 1.2rem;
  color: rgba(255, 255, 255, 0.78);
  line-height: 1.5;
}

.v5-form-msg {
  color: #0f7a5b;
  font-weight: 750;
}

@media (max-width: 900px) {
  body.landing-v5 .v5-page-hero,
  .v5-form-section {
    grid-template-columns: 1fr;
  }

  .v5-info-grid,
  .v5-contact-grid {
    grid-template-columns: 1fr;
  }

  .v5-form-side {
    position: static;
  }
}

@media (max-width: 620px) {
  body.landing-v5 .v5-page-hero,
  body.landing-v5 .v5-page-section,
  body.landing-v5 .v5-form-section {
    width: min(100% - 28px, 1180px);
  }

  .v5-form-row,
  .v5-check-grid {
    grid-template-columns: 1fr;
  }
}

/* ——— Landing v6: SaaSful v3 esintili ürün şablonu ——— */

body.landing-v6 {
  margin: 0;
  font-family: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: #101323;
  background:
    radial-gradient(circle at 16% 12%, rgba(126, 211, 255, 0.22), transparent 28%),
    radial-gradient(circle at 88% 8%, rgba(255, 211, 99, 0.2), transparent 24%),
    #f7f8fc;
  letter-spacing: 0;
}

body.landing-v6 a {
  color: inherit;
}

.v6-header,
.v6-hero,
.v6-logo-strip,
.v6-stats,
.v6-pricing,
.v6-split,
.v6-features,
.v6-screens,
.v6-insights,
.v6-faq,
.v6-final,
.v6-footer {
  width: min(1180px, calc(100% - 40px));
  margin-inline: auto;
}

.v6-top-promo {
  width: 100%;
  border-bottom: 1px solid rgba(20, 184, 166, 0.22);
  background:
    radial-gradient(circle at 18% 50%, rgba(20, 184, 166, 0.22), transparent 28%),
    linear-gradient(90deg, #080f24 0%, #111936 48%, #0e2440 100%);
}

.v6-top-promo-inner {
  display: flex;
  width: min(1180px, calc(100% - 40px));
  min-height: 54px;
  margin-inline: auto;
  align-items: center;
  justify-content: center;
  gap: 18px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.92rem;
  font-weight: 800;
}

.v6-top-promo-inner strong {
  color: #fff;
}

.v6-top-promo-inner a {
  color: #fff;
  text-decoration: none;
}

.v6-top-promo-cta {
  display: inline-flex;
  min-height: 38px;
  align-items: center;
  justify-content: center;
  padding: 0 18px;
  border: 1px solid rgba(20, 184, 166, 0.44);
  border-radius: 999px;
  color: #06111f;
  background: #29e0c2;
  box-shadow: 0 10px 26px rgba(20, 184, 166, 0.18);
}

.v6-top-promo-cta:hover {
  color: #06111f;
  background: #5ff5dc;
}

.v6-header {
  position: sticky;
  top: 16px;
  z-index: 40;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 22px;
  min-height: 72px;
  margin-top: 16px;
  padding: 0 18px;
  border: 1px solid rgba(16, 19, 35, 0.08);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 18px 60px rgba(31, 35, 54, 0.08);
  backdrop-filter: blur(18px);
}

.v6-brand,
.v6-nav,
.v6-actions,
.v6-hero-actions,
.v6-avatar-proof,
.v6-logo-strip,
.v6-checks,
.v6-footer,
.v6-footer nav {
  display: flex;
  align-items: center;
}

.v6-brand {
  width: 164px;
  min-width: 164px;
  gap: 10px;
  text-decoration: none;
}

.v6-brand img {
  width: 154px;
  height: auto;
  max-height: 42px;
  object-fit: contain;
}

.v6-brand strong {
  font-size: 1rem;
  font-weight: 900;
}

.v6-nav {
  justify-content: center;
  gap: 4px;
}

.v6-nav a,
.v6-nav-dropdown summary,
.v6-actions > a:not(.v6-btn) {
  padding: 10px 12px;
  color: #52576b;
  border-radius: 999px;
  font-size: 0.9rem;
  font-weight: 750;
  text-decoration: none;
}

.v6-nav a:hover,
.v6-nav-dropdown summary:hover,
.v6-nav-dropdown[open] summary,
.v6-actions > a:not(.v6-btn):hover {
  color: #101323;
  background: #eef1fb;
}

.v6-nav-dropdown {
  position: relative;
}

.v6-nav-dropdown summary {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  cursor: pointer;
  list-style: none;
}

.v6-nav-dropdown summary::-webkit-details-marker {
  display: none;
}

.v6-nav-dropdown summary::after {
  content: "";
  width: 7px;
  height: 7px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: translateY(-2px) rotate(45deg);
  opacity: 0.72;
}

.v6-nav-menu {
  position: absolute;
  left: 50%;
  top: calc(100% + 14px);
  z-index: 70;
  display: none;
  min-width: 230px;
  padding: 10px;
  transform: translateX(-50%);
  border: 1px solid rgba(16, 19, 35, 0.08);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 24px 60px rgba(31, 35, 54, 0.16);
  backdrop-filter: blur(16px);
}

.v6-nav-dropdown[open] .v6-nav-menu,
.v6-nav-dropdown:hover .v6-nav-menu {
  display: grid;
  gap: 4px;
}

.v6-nav-menu a {
  display: block;
  padding: 11px 12px;
  border-radius: 12px;
  color: #33384c;
  white-space: nowrap;
}

.v6-actions {
  justify-content: flex-end;
  gap: 8px;
}

.v6-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 20px;
  border-radius: 999px;
  font-weight: 850;
  text-decoration: none;
  white-space: nowrap;
}

.v6-btn.primary {
  color: #fff;
  background: #4f46e5;
  box-shadow: 0 16px 34px rgba(79, 70, 229, 0.22);
}

.v6-btn.ghost {
  color: #101323;
  background: #fff;
  border: 1px solid rgba(16, 19, 35, 0.1);
}

.v6-hero {
  position: relative;
  padding: clamp(52px, 6vw, 82px) 0 46px;
  text-align: center;
}

.v6-hero-inner {
  max-width: 880px;
  margin-inline: auto;
}

.v6-pill,
.v6-kicker {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 18px;
  color: #4f46e5;
  background: #eeedff;
  border: 1px solid rgba(79, 70, 229, 0.12);
  border-radius: 999px;
  font-size: 0.82rem;
  line-height: 1.4;
  font-weight: 850;
}

.v6-pill {
  min-height: 36px;
  padding: 0 16px;
}

.v6-kicker {
  padding: 7px 12px;
}

.v6-hero h1 {
  max-width: 860px;
  margin: 0 auto;
  color: #101323;
  font-size: clamp(3.1rem, 7.4vw, 6.9rem);
  line-height: 0.91;
  font-weight: 900;
  letter-spacing: 0;
}

.v6-lead {
  max-width: 680px;
  margin: 24px auto 0;
  color: #62687d;
  font-size: clamp(1.02rem, 1.6vw, 1.22rem);
  line-height: 1.72;
}

.v6-hero-points {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  max-width: 760px;
  margin: 22px auto 0;
}

.v6-hero-points span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 42px;
  padding: 9px 14px;
  border: 1px solid rgba(16, 19, 35, 0.08);
  border-radius: 999px;
  color: #33384c;
  background: rgba(255, 255, 255, 0.72);
  box-shadow: 0 12px 30px rgba(31, 35, 54, 0.06);
  font-size: 0.9rem;
  font-weight: 850;
}

.v6-hero-points span::before {
  content: "";
  width: 9px;
  height: 9px;
  flex: 0 0 auto;
  border-radius: 999px;
  background: #14b8a6;
  box-shadow: 0 0 0 5px rgba(20, 184, 166, 0.12);
}

.v6-hero-actions {
  justify-content: center;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.v6-avatar-proof {
  justify-content: center;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 26px;
  color: #62687d;
  font-size: 0.92rem;
}

.v6-avatar {
  display: inline-grid;
  width: 36px;
  height: 36px;
  margin-right: -13px;
  place-items: center;
  border: 3px solid #fff;
  border-radius: 50%;
  color: #fff;
  background: #101323;
  font-weight: 900;
}

.v6-avatar:nth-child(2) {
  background: #f97316;
}

.v6-avatar:nth-child(3) {
  margin-right: 6px;
  background: #14b8a6;
}

.v6-avatar-proof strong {
  color: #33384c;
}

.v6-hero-photo {
  position: relative;
  max-width: 1060px;
  margin: clamp(32px, 5vw, 56px) auto 0;
  overflow: hidden;
  border: 1px solid rgba(16, 19, 35, 0.1);
  border-radius: 30px;
  background: #101323;
  box-shadow: 0 34px 100px rgba(38, 43, 67, 0.18);
}

.v6-hero-photo img {
  display: block;
  width: 100%;
  aspect-ratio: 1672 / 941;
  object-fit: cover;
}

.v6-hero-photo figcaption {
  position: absolute;
  left: 18px;
  bottom: 18px;
  max-width: min(520px, calc(100% - 36px));
  margin: 0;
  padding: 12px 15px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 16px;
  color: #fff;
  background: rgba(8, 15, 36, 0.72);
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.22);
  backdrop-filter: blur(14px);
  font-size: 0.88rem;
  font-weight: 850;
  line-height: 1.45;
  text-align: left;
}

.v6-product-stage {
  position: relative;
  max-width: 960px;
  margin: clamp(34px, 5vw, 58px) auto 0;
  scroll-margin-top: 120px;
}

.v6-showcase-tabs {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
  margin: 0 auto 14px;
}

.v6-showcase-tabs button {
  min-height: 42px;
  padding: 0 15px;
  border: 1px solid rgba(16, 19, 35, 0.1);
  border-radius: 999px;
  color: #33384c;
  background: rgba(255, 255, 255, 0.8);
  box-shadow: 0 12px 28px rgba(38, 43, 67, 0.06);
  font: inherit;
  font-size: 0.86rem;
  font-weight: 900;
  cursor: pointer;
}

.v6-showcase-tabs button:hover,
.v6-showcase-tabs button.is-active {
  color: #fff;
  border-color: #4f46e5;
  background: #4f46e5;
  box-shadow: 0 16px 34px rgba(79, 70, 229, 0.2);
}

.v6-showcase-frame {
  position: relative;
}

.v6-screen-hero {
  position: relative;
  overflow: hidden;
  margin: 0;
  border: 1px solid rgba(16, 19, 35, 0.09);
  border-radius: 30px;
  background: #fff;
  box-shadow: 0 34px 100px rgba(38, 43, 67, 0.16);
  text-align: left;
}

.v6-screen-hero[hidden] {
  display: none;
}

.v6-browser-bar {
  display: flex;
  align-items: center;
  gap: 8px;
  min-height: 42px;
  padding: 0 18px;
  border-bottom: 1px solid rgba(16, 19, 35, 0.08);
  background: #f7f8fc;
}

.v6-browser-bar span {
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: #cfd5e6;
}

.v6-browser-bar span:nth-child(1) {
  background: #f97316;
}

.v6-browser-bar span:nth-child(2) {
  background: #facc15;
}

.v6-browser-bar span:nth-child(3) {
  background: #14b8a6;
}

.v6-browser-bar strong {
  margin-left: 6px;
  color: #62687d;
  font-size: 0.78rem;
  font-weight: 900;
}

.v6-screen-canvas {
  position: relative;
  overflow: hidden;
  background: #eef3f8;
}

.v6-screen-hero img {
  display: block;
  width: 100%;
  aspect-ratio: 2048 / 1124;
  cursor: zoom-in;
  object-fit: contain;
  object-position: center;
  transition: transform 180ms ease, filter 180ms ease;
}

.v6-screen-hero img:hover,
.v6-screen-hero img:focus-visible {
  filter: saturate(1.04) contrast(1.02);
}

.v6-screen-hero img:focus-visible {
  outline: 3px solid rgba(79, 70, 229, 0.65);
  outline-offset: -6px;
}

body.v6-lightbox-open {
  overflow: hidden;
}

.v6-lightbox {
  position: fixed;
  inset: 0;
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: clamp(14px, 3vw, 36px);
  background: rgba(10, 14, 27, 0.78);
  opacity: 0;
  pointer-events: none;
  transition: opacity 180ms ease;
}

.v6-lightbox[hidden] {
  display: none;
}

.v6-lightbox.is-open {
  opacity: 1;
  pointer-events: auto;
}

.v6-lightbox-card {
  width: min(96vw, 1680px);
  max-height: 92vh;
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 38px 110px rgba(0, 0, 0, 0.42);
  transform: scale(0.985);
  transition: transform 180ms ease;
}

.v6-lightbox.is-open .v6-lightbox-card {
  transform: scale(1);
}

.v6-lightbox-card img {
  display: block;
  width: 100%;
  max-height: calc(92vh - 54px);
  aspect-ratio: 2048 / 1124;
  object-fit: contain;
  background: #eef3f8;
}

.v6-lightbox-card figcaption {
  margin: 0;
  padding: 14px 18px 16px;
  color: #33384c;
  border-top: 1px solid rgba(16, 19, 35, 0.08);
  font-size: 0.92rem;
  font-weight: 850;
}

.v6-lightbox-close {
  position: fixed;
  top: clamp(12px, 2vw, 24px);
  right: clamp(12px, 2vw, 24px);
  z-index: 1001;
  min-width: 44px;
  min-height: 44px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 999px;
  color: #101323;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 16px 44px rgba(0, 0, 0, 0.22);
  font: inherit;
  font-size: 1.35rem;
  font-weight: 900;
  line-height: 1;
  cursor: pointer;
}

.v6-lightbox-close:hover,
.v6-lightbox-close:focus-visible {
  color: #fff;
  background: #4f46e5;
  outline: none;
}

.v6-screen-overlay {
  position: absolute;
  left: 16px;
  right: 16px;
  bottom: 16px;
  z-index: 3;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.v6-screen-overlay article {
  min-width: 0;
  padding: 14px 15px;
  border: 1px solid rgba(255, 255, 255, 0.82);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 18px 42px rgba(16, 19, 35, 0.16);
}

.v6-screen-overlay span {
  display: block;
  color: #7a8094;
  font-size: 0.7rem;
  font-weight: 950;
  line-height: 1.2;
  text-transform: uppercase;
}

.v6-screen-overlay strong {
  display: block;
  margin-top: 6px;
  color: #101323;
  font-size: clamp(1.18rem, 2.3vw, 1.72rem);
  line-height: 1.05;
}

.v6-screen-overlay small {
  display: block;
  margin-top: 5px;
  color: #62687d;
  font-weight: 850;
}

.v6-screen-hero figcaption {
  margin: 0;
  padding: 12px 18px 14px;
  color: #62687d;
  background: #fff;
  border-top: 1px solid rgba(16, 19, 35, 0.08);
  font-size: 0.86rem;
  font-weight: 800;
}

.v6-demo-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  margin-top: 14px;
}

.v6-demo-strip article {
  min-width: 0;
  padding: 16px;
  border: 1px solid rgba(16, 19, 35, 0.08);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 14px 38px rgba(38, 43, 67, 0.07);
  text-align: left;
}

.v6-demo-strip span {
  display: block;
  color: #7a8094;
  font-size: 0.72rem;
  font-weight: 900;
  text-transform: uppercase;
}

.v6-demo-strip strong {
  display: block;
  margin-top: 7px;
  color: #101323;
  font-size: clamp(1.15rem, 2.1vw, 1.58rem);
  line-height: 1.08;
}

.v6-demo-strip small {
  display: block;
  margin-top: 5px;
  color: #62687d;
  font-weight: 800;
}

.v6-dashboard {
  position: relative;
  overflow: hidden;
  padding: 26px;
  border: 1px solid rgba(16, 19, 35, 0.09);
  border-radius: 34px;
  background: #fff;
  box-shadow: 0 34px 100px rgba(38, 43, 67, 0.16);
  text-align: left;
}

.v6-dashboard::before {
  content: "";
  position: absolute;
  inset: 0;
  height: 11px;
  background: linear-gradient(90deg, #4f46e5, #14b8a6, #f97316, #facc15);
}

.v6-dashboard-top,
.v6-metrics,
.v6-panel-grid {
  display: grid;
  gap: 14px;
}

.v6-dashboard-top {
  grid-template-columns: 1fr auto;
  align-items: center;
  margin-top: 10px;
}

.v6-dashboard-top span,
.v6-metrics span,
.v6-panel-grid span,
.v6-float-card span,
.v6-plan-grid article > span,
.v6-insight-grid span {
  display: block;
  color: #7a8094;
  font-size: 0.78rem;
  font-weight: 850;
  text-transform: uppercase;
}

.v6-dashboard-top strong {
  display: block;
  margin-top: 5px;
  color: #101323;
  font-size: 1.45rem;
}

.v6-dashboard-top em {
  padding: 8px 11px;
  border-radius: 999px;
  color: #047857;
  background: #dffbea;
  font-style: normal;
  font-weight: 900;
}

.v6-metrics {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 24px;
}

.v6-metrics article,
.v6-panel-grid article,
.v6-float-card,
.v6-plan-grid article,
.v6-feature-grid article,
.v6-insight-grid article,
.v6-faq-list details {
  border: 1px solid rgba(16, 19, 35, 0.08);
  border-radius: 22px;
  background: #fff;
}

.v6-metrics article {
  padding: 18px;
  background: #f7f8fc;
}

.v6-metrics strong {
  display: block;
  margin-top: 9px;
  color: #101323;
  font-size: clamp(1.45rem, 3vw, 2.2rem);
}

.v6-metrics small {
  display: inline-flex;
  margin-top: 7px;
  color: #047857;
  font-weight: 900;
}

.v6-chart {
  display: flex;
  align-items: end;
  gap: 14px;
  height: 190px;
  margin-top: 22px;
  padding: 22px;
  border-radius: 24px;
  background:
    linear-gradient(rgba(16, 19, 35, 0.06) 1px, transparent 1px) 0 0 / 100% 25%,
    #f7f8fc;
}

.v6-chart i {
  flex: 1;
  min-width: 18px;
  border-radius: 999px 999px 8px 8px;
  background: linear-gradient(180deg, #14b8a6, #4f46e5);
}

.v6-panel-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 18px;
}

.v6-panel-grid article {
  padding: 18px;
}

.v6-panel-grid strong {
  display: block;
  margin-top: 7px;
  color: #33384c;
}

.v6-float-card {
  position: absolute;
  z-index: 2;
  width: 180px;
  padding: 16px;
  box-shadow: 0 18px 50px rgba(38, 43, 67, 0.14);
  text-align: left;
}

.v6-float-card.left {
  left: -44px;
  top: 72px;
}

.v6-float-card.right {
  right: -38px;
  bottom: 70px;
}

.v6-float-card strong {
  display: block;
  margin-top: 7px;
  color: #101323;
  font-size: 1.42rem;
}

.v6-float-card small {
  display: block;
  margin-top: 5px;
  color: #62687d;
}

.v6-logo-strip {
  justify-content: space-between;
  gap: 12px;
  margin-top: 44px;
  padding: 18px 22px;
  border: 1px solid rgba(16, 19, 35, 0.08);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.72);
  color: #62687d;
  font-weight: 850;
}

.v6-business-map {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(520px, 1fr);
  gap: clamp(28px, 5vw, 70px);
  align-items: center;
  width: min(1180px, calc(100% - 40px));
  margin: clamp(72px, 9vw, 116px) auto 0;
}

.v6-business-copy h2 {
  margin: 0;
  color: #101323;
  font-size: clamp(2.2rem, 4.8vw, 4.6rem);
  font-weight: 900;
  line-height: 0.98;
  letter-spacing: 0;
}

.v6-business-copy p:not(.v6-kicker) {
  color: #62687d;
  font-size: 1.02rem;
  line-height: 1.72;
}

.v6-business-routes {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
}

.v6-business-routes span {
  padding: 10px 13px;
  border: 1px solid rgba(16, 19, 35, 0.08);
  border-radius: 999px;
  color: #33384c;
  background: #fff;
  font-weight: 850;
}

.v6-business-orbit {
  position: relative;
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  grid-auto-rows: minmax(92px, auto);
  gap: 12px;
  padding: 14px;
  border: 1px solid rgba(16, 19, 35, 0.08);
  border-radius: 34px;
  background:
    linear-gradient(rgba(79, 70, 229, 0.08) 1px, transparent 1px) 0 0 / 44px 44px,
    linear-gradient(135deg, #ffffff, #f1f5ff);
  box-shadow: 0 28px 90px rgba(38, 43, 67, 0.11);
}

.v6-business-orbit article {
  min-width: 0;
  border: 1px solid rgba(16, 19, 35, 0.08);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 14px 34px rgba(38, 43, 67, 0.06);
}

.v6-business-orbit .core {
  grid-column: span 3;
  grid-row: span 2;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 24px;
  color: #fff;
  background:
    radial-gradient(circle at 22% 20%, rgba(250, 204, 21, 0.34), transparent 30%),
    linear-gradient(145deg, #101323, #312e81);
}

.v6-business-orbit .core span {
  display: block;
}

.v6-business-orbit .core span {
  color: #facc15;
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.v6-business-orbit .core strong {
  display: block;
  margin-top: 9px;
  font-size: clamp(1.9rem, 3.6vw, 3.2rem);
  line-height: 0.98;
}

.v6-business-orbit .core small {
  display: block;
  max-width: 30ch;
  margin-top: 12px;
  color: rgba(255, 255, 255, 0.76);
  line-height: 1.55;
}

.v6-business-orbit .type {
  position: relative;
  display: flex;
  min-height: 98px;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  padding: 16px;
  color: inherit;
  text-decoration: none;
}

.v6-business-orbit .type::before {
  content: "";
  position: absolute;
  right: 14px;
  top: 14px;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #4f46e5;
  box-shadow: 0 0 0 7px rgba(79, 70, 229, 0.12);
}

.v6-business-orbit .type b {
  max-width: calc(100% - 34px);
  color: #101323;
  font-size: 1rem;
  line-height: 1.18;
}

.v6-business-orbit .a,
.v6-business-orbit .c,
.v6-business-orbit .h {
  grid-column: span 3;
}

.v6-business-orbit .b,
.v6-business-orbit .d,
.v6-business-orbit .e,
.v6-business-orbit .f,
.v6-business-orbit .g,
.v6-business-orbit .i,
.v6-business-orbit .j,
.v6-business-orbit .k,
.v6-business-orbit .l {
  grid-column: span 2;
}

.v6-business-orbit .d::before,
.v6-business-orbit .g::before,
.v6-business-orbit .j::before {
  background: #14b8a6;
  box-shadow: 0 0 0 7px rgba(20, 184, 166, 0.14);
}

.v6-business-orbit .e::before,
.v6-business-orbit .h::before,
.v6-business-orbit .k::before {
  background: #f97316;
  box-shadow: 0 0 0 7px rgba(249, 115, 22, 0.14);
}

.v6-business-orbit .f::before,
.v6-business-orbit .i::before,
.v6-business-orbit .l::before {
  background: #facc15;
  box-shadow: 0 0 0 7px rgba(250, 204, 21, 0.18);
}

.v6-stats,
.v6-split {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(360px, 1fr);
  gap: clamp(28px, 5vw, 70px);
  align-items: center;
}

.v6-stats,
.v6-pricing,
.v6-split,
.v6-features,
.v6-screens,
.v6-insights,
.v6-faq {
  padding-top: clamp(72px, 10vw, 126px);
}

.v6-stats h2,
.v6-section-head h2,
.v6-split h2,
.v6-final h2 {
  margin: 0;
  color: #101323;
  font-size: clamp(2rem, 4.6vw, 4.3rem);
  line-height: 0.98;
  font-weight: 900;
  letter-spacing: 0;
}

.v6-stats p:not(.v6-kicker),
.v6-section-head p:not(.v6-kicker),
.v6-split p,
.v6-plan-grid p,
.v6-feature-grid p,
.v6-insight-grid p,
.v6-faq-list p {
  color: #62687d;
  line-height: 1.68;
}

.v6-stat-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.v6-stat-grid article {
  min-height: 170px;
  padding: 24px;
  border-radius: 24px;
  color: #fff;
  background: #101323;
}

.v6-stat-grid article:nth-child(2) {
  background: #4f46e5;
}

.v6-stat-grid article:nth-child(3) {
  color: #101323;
  background: #facc15;
}

.v6-stat-grid strong {
  display: block;
  font-size: clamp(2rem, 4vw, 3.4rem);
  line-height: 1;
}

.v6-stat-grid span {
  display: block;
  margin-top: 16px;
  color: inherit;
  opacity: 0.78;
  font-weight: 800;
}

.v6-section-head {
  max-width: 760px;
  margin: 0 auto 34px;
  text-align: center;
}

.v6-plan-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  align-items: stretch;
}

.v6-plan-grid article {
  display: flex;
  min-height: 420px;
  flex-direction: column;
  padding: 26px;
  box-shadow: 0 20px 60px rgba(38, 43, 67, 0.08);
}

.v6-plan-grid article.featured {
  color: #fff;
  background: #101323;
  transform: translateY(-14px);
}

.v6-plan-grid h3 {
  margin: 12px 0 0;
  font-size: 1.65rem;
}

.v6-plan-grid article.featured h3,
.v6-plan-grid article.featured p,
.v6-plan-grid article.featured li {
  color: #fff;
}

.v6-plan-grid ul {
  display: grid;
  gap: 10px;
  margin: 20px 0 24px;
  padding: 0;
  list-style: none;
}

.v6-plan-grid li {
  position: relative;
  padding-left: 23px;
  color: #33384c;
  font-weight: 750;
}

.v6-plan-grid li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.48em;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #14b8a6;
}

.v6-plan-grid a {
  display: inline-flex;
  justify-content: center;
  min-height: 44px;
  margin-top: auto;
  align-items: center;
  border-radius: 999px;
  color: #101323;
  background: #facc15;
  font-weight: 900;
  text-decoration: none;
}

.v6-split-card {
  position: relative;
  overflow: hidden;
  border-radius: 32px;
  background: #fff;
  box-shadow: 0 28px 80px rgba(38, 43, 67, 0.12);
}

.v6-split-card img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  object-position: center;
}

.v6-image-data,
.v6-shot-data {
  position: absolute;
  z-index: 2;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  pointer-events: none;
}

.v6-image-data {
  left: 16px;
  right: 16px;
  bottom: 16px;
}

.v6-image-data span,
.v6-shot-data span {
  display: inline-flex;
  min-width: 0;
  align-items: center;
  gap: 7px;
  padding: 9px 11px;
  border: 1px solid rgba(255, 255, 255, 0.78);
  border-radius: 999px;
  color: #101323;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 14px 34px rgba(16, 19, 35, 0.14);
  font-size: 0.78rem;
  font-weight: 900;
  line-height: 1.2;
}

.v6-image-data strong,
.v6-shot-data strong {
  color: #4f46e5;
  white-space: nowrap;
}

.v6-checks {
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
}

.v6-checks span {
  padding: 10px 13px;
  border-radius: 999px;
  color: #33384c;
  background: #fff;
  border: 1px solid rgba(16, 19, 35, 0.08);
  font-weight: 800;
}

.v6-feature-grid,
.v6-insight-grid {
  display: grid;
  gap: 16px;
}

.v6-feature-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.v6-feature-grid article,
.v6-feature-grid > a,
.v6-insight-grid article {
  padding: 24px;
  box-shadow: 0 18px 50px rgba(38, 43, 67, 0.07);
}

.v6-feature-grid > a {
  display: grid;
  align-content: start;
  min-height: 330px;
  color: inherit;
  text-decoration: none;
  transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
}

.v6-feature-grid > a:hover {
  transform: translateY(-4px);
  border-color: rgba(79, 70, 229, 0.24);
  box-shadow: 0 24px 70px rgba(38, 43, 67, 0.11);
}

.v6-feature-grid span {
  display: inline-grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border-radius: 14px;
  color: #fff;
  background: #4f46e5;
  font-weight: 900;
}

.v6-feature-grid h3,
.v6-insight-grid h3 {
  margin: 18px 0 8px;
  color: #101323;
  font-size: 1.22rem;
}

.v6-feature-grid ul {
  display: grid;
  gap: 10px;
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
}

.v6-feature-grid li {
  position: relative;
  padding-left: 20px;
  color: #52576b;
  font-weight: 800;
  line-height: 1.4;
}

.v6-feature-grid li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.6em;
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: #14b8a6;
  box-shadow: 0 0 0 5px rgba(20, 184, 166, 0.13);
}

.v6-feature-grid > a > strong {
  margin-top: 18px;
  color: #4f46e5;
  font-size: 0.95rem;
}

.v6-single-branch-note {
  display: grid;
  grid-template-columns: minmax(190px, 0.42fr) minmax(0, 1fr);
  gap: 20px;
  align-items: center;
  margin-top: 18px;
  padding: 22px 24px;
  border: 1px solid rgba(79, 70, 229, 0.16);
  border-radius: 24px;
  background: linear-gradient(135deg, #ffffff 0%, #f5f7ff 52%, #eefdf9 100%);
  box-shadow: 0 18px 52px rgba(38, 43, 67, 0.08);
}

.v6-single-branch-note span {
  display: inline-flex;
  width: fit-content;
  padding: 7px 11px;
  border-radius: 999px;
  color: #4f46e5;
  background: rgba(79, 70, 229, 0.1);
  font-size: 0.8rem;
  font-weight: 900;
}

.v6-single-branch-note h3 {
  margin: 10px 0 0;
  color: #101323;
  font-size: clamp(1.25rem, 2vw, 1.7rem);
  line-height: 1.1;
}

.v6-single-branch-note p {
  margin: 0;
  color: #52576b;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.7;
}

.v6-insight-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.v6-screen-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.v6-screen-grid figure {
  position: relative;
  min-width: 0;
  overflow: hidden;
  margin: 0;
  border: 1px solid rgba(16, 19, 35, 0.08);
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 18px 50px rgba(38, 43, 67, 0.08);
}

.v6-screen-grid figure.wide {
  grid-column: span 2;
}

.v6-screen-grid img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 11;
  object-fit: cover;
  object-position: top center;
  background: #eef1fb;
}

.v6-shot-data {
  left: 12px;
  right: 12px;
  top: 12px;
}

.v6-screen-grid figcaption {
  display: grid;
  gap: 5px;
  min-height: 92px;
  padding: 16px;
  border-top: 1px solid rgba(16, 19, 35, 0.08);
}

.v6-screen-grid figcaption strong {
  color: #101323;
  font-size: 1rem;
  line-height: 1.2;
}

.v6-screen-grid figcaption span {
  color: #62687d;
  font-size: 0.88rem;
  font-weight: 750;
  line-height: 1.45;
}

.v6-faq-list {
  max-width: 900px;
  margin-inline: auto;
  display: grid;
  gap: 12px;
}

.v6-faq-list details {
  padding: 0 20px;
}

.v6-faq-list summary {
  cursor: pointer;
  padding: 20px 0;
  color: #101323;
  font-weight: 900;
  list-style: none;
}

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

.v6-faq-list p {
  margin: 0;
  padding-bottom: 20px;
}

.v6-final {
  margin-top: clamp(72px, 10vw, 126px);
  padding: clamp(38px, 7vw, 76px);
  border-radius: 34px;
  text-align: center;
  background: #fff;
  box-shadow: 0 26px 90px rgba(38, 43, 67, 0.1);
}

.v6-final .v6-btn {
  margin-top: 26px;
}

.v6-footer {
  display: block;
  width: 100%;
  max-width: none;
  margin-top: clamp(72px, 10vw, 120px);
  margin-inline: 0;
  padding: clamp(46px, 7vw, 78px) 0;
  color: rgba(255, 255, 255, 0.78);
  background:
    radial-gradient(circle at 14% 12%, rgba(20, 184, 166, 0.28), transparent 30%),
    radial-gradient(circle at 86% 16%, rgba(79, 70, 229, 0.3), transparent 28%),
    linear-gradient(135deg, #101323 0%, #25215f 54%, #0f766e 100%);
}

.v6-footer-inner {
  display: grid;
  width: min(1180px, calc(100% - 40px));
  margin-inline: auto;
  grid-template-columns: minmax(220px, 0.92fr) minmax(0, 2.5fr);
  gap: clamp(30px, 5vw, 72px);
  align-items: start;
}

.v6-footer-brand {
  display: grid;
  gap: 16px;
}

.v6-footer-brand strong {
  color: #fff;
  font-size: clamp(1.7rem, 3vw, 2.45rem);
  line-height: 1;
}

.v6-footer-brand p {
  max-width: 310px;
  margin: 0;
  line-height: 1.65;
}

.v6-footer-cta {
  display: inline-flex;
  width: fit-content;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 16px;
  border-radius: 999px;
  color: #fff;
  background: #4f46e5;
  box-shadow: 0 18px 38px rgba(4, 12, 34, 0.24);
}

.v6-footer-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(22px, 4vw, 46px);
  align-items: start;
}

.v6-footer-grid section {
  display: grid;
  gap: 12px;
  align-content: start;
}

.v6-footer h2 {
  margin: 0 0 8px;
  color: #fff;
  font-size: 1.02rem;
  line-height: 1.25;
}

.v6-footer a {
  color: rgba(255, 255, 255, 0.82);
  font-weight: 800;
  line-height: 1.45;
  text-decoration: none;
}

.v6-footer a:hover {
  color: #fff;
}

.v6-footer .v6-footer-cta {
  color: #fff;
}

.v6-footer .v6-footer-cta:hover {
  color: #fff;
  background: #4338ca;
}

.v6-whatsapp-float {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 80;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 58px;
  padding: 6px 7px 6px 18px;
  border-radius: 999px;
  color: #07883f;
  background: #fff;
  box-shadow: 0 18px 42px rgba(16, 19, 35, 0.22);
  font-size: 0.95rem;
  font-weight: 900;
  text-decoration: none;
  transition: transform 0.18s ease, box-shadow 0.18s ease;
}

.v6-whatsapp-float:hover {
  transform: translateY(-2px);
  box-shadow: 0 22px 52px rgba(16, 19, 35, 0.28);
}

.v6-whatsapp-float img {
  width: 46px;
  height: 46px;
  display: block;
  border-radius: 999px;
  box-shadow: 0 0 0 4px rgba(37, 211, 102, 0.16);
}

@media (max-width: 980px) {
  .v6-header {
    grid-template-columns: 1fr auto;
    border-radius: 24px;
  }

  .v6-nav {
    grid-column: 1 / -1;
    justify-content: flex-start;
    overflow-x: auto;
    padding-bottom: 12px;
    scrollbar-width: none;
  }

  .v6-nav::-webkit-scrollbar {
    display: none;
  }

  .v6-nav-menu {
    left: 0;
    transform: none;
  }

  .v6-stats,
  .v6-split {
    grid-template-columns: 1fr;
  }

  .v6-business-map {
    grid-template-columns: 1fr;
  }

  .v6-business-orbit {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .v6-business-orbit .core,
  .v6-business-orbit .a,
  .v6-business-orbit .b,
  .v6-business-orbit .c,
  .v6-business-orbit .d,
  .v6-business-orbit .e,
  .v6-business-orbit .f,
  .v6-business-orbit .g,
  .v6-business-orbit .h,
  .v6-business-orbit .i,
  .v6-business-orbit .j,
  .v6-business-orbit .k,
  .v6-business-orbit .l {
    grid-column: span 1;
  }

  .v6-business-orbit .core {
    grid-column: 1 / -1;
  }

  .v6-plan-grid,
  .v6-feature-grid,
  .v6-screen-grid,
  .v6-insight-grid {
    grid-template-columns: 1fr;
  }

  .v6-screen-grid figure.wide {
    grid-column: span 1;
  }

  .v6-single-branch-note {
    grid-template-columns: 1fr;
  }

  .v6-footer-inner {
    grid-template-columns: 1fr;
  }

  .v6-footer-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .v6-plan-grid article.featured {
    transform: none;
  }
}

@media (max-width: 720px) {
  .v6-top-promo-inner {
    width: min(100% - 28px, 1180px);
    min-height: 0;
    flex-wrap: wrap;
    gap: 8px 12px;
    padding: 10px 0;
    justify-content: flex-start;
    font-size: 0.84rem;
  }

  .v6-top-promo-inner strong {
    width: 100%;
  }

  .v6-top-promo-cta {
    min-height: 34px;
    padding: 0 14px;
  }

  .v6-header,
  .v6-hero,
  .v6-logo-strip,
  .v6-business-map,
  .v6-stats,
  .v6-pricing,
  .v6-split,
  .v6-features,
  .v6-screens,
  .v6-insights,
  .v6-faq,
  .v6-final,
  .v6-footer {
    width: min(100% - 28px, 1180px);
  }

  .v6-footer {
    width: 100%;
  }

  .v6-footer-inner {
    width: min(100% - 28px, 1180px);
  }

  .v6-header {
    top: 8px;
    margin-top: 8px;
    gap: 12px;
    min-height: 0;
    padding: 12px 14px;
  }

  .v6-brand {
    width: 140px;
    min-width: 140px;
  }

  .v6-brand img {
    width: 132px;
  }

  .v6-actions > a:not(.v6-btn) {
    display: none;
  }

  .v6-hero {
    padding-top: 40px;
  }

  .v6-hero h1 {
    font-size: clamp(2.45rem, 13vw, 4.4rem);
  }

  .v6-hero-points {
    justify-content: stretch;
  }

  .v6-hero-points span {
    width: 100%;
    justify-content: flex-start;
    border-radius: 18px;
  }

  .v6-hero-photo {
    border-radius: 22px;
  }

  .v6-hero-photo img {
    aspect-ratio: 4 / 3;
    object-position: center;
  }

  .v6-hero-photo figcaption {
    position: static;
    max-width: none;
    border: 0;
    border-radius: 0;
    color: #33384c;
    background: #fff;
    box-shadow: none;
    backdrop-filter: none;
  }

  .v6-dashboard {
    padding: 18px;
    border-radius: 24px;
  }

  .v6-showcase-tabs {
    justify-content: stretch;
    position: relative;
    z-index: 3;
    margin-top: 8px;
  }

  .v6-showcase-tabs button {
    flex: 1 1 calc(50% - 8px);
    min-width: 132px;
  }

  .v6-screen-overlay {
    position: relative;
    left: auto;
    right: auto;
    bottom: auto;
    grid-template-columns: 1fr;
    padding: 12px;
    background: #f7f8fc;
  }

  .v6-screen-canvas::after {
    display: none;
  }

  .v6-metrics,
  .v6-panel-grid,
  .v6-stat-grid,
  .v6-demo-strip {
    grid-template-columns: 1fr;
  }

  .v6-chart {
    height: 140px;
    gap: 8px;
    padding: 16px;
  }

  .v6-footer-grid {
    grid-template-columns: 1fr;
  }

  .v6-footer-brand p {
    max-width: none;
  }

  .v6-whatsapp-float {
    right: 16px;
    bottom: 16px;
    min-height: 54px;
    padding: 5px 6px 5px 14px;
    font-size: 0.88rem;
  }

  .v6-whatsapp-float img {
    width: 42px;
    height: 42px;
  }

  .v6-image-data,
  .v6-shot-data {
    gap: 6px;
  }

  .v6-image-data span,
  .v6-shot-data span {
    padding: 8px 10px;
    border-radius: 14px;
    font-size: 0.72rem;
  }

  .v6-float-card {
    position: static;
    width: auto;
    margin: 0 0 12px;
  }

  .v6-logo-strip {
    display: grid;
    grid-template-columns: 1fr;
    text-align: center;
  }

  .v6-business-orbit {
    grid-template-columns: 1fr;
    padding: 10px;
    border-radius: 24px;
  }

  .v6-business-orbit .type {
    min-height: 88px;
  }
}

/* ——— V6 alt sayfalar ——— */

.v6-subpage {
  width: min(1180px, calc(100% - 40px));
  margin-inline: auto;
  padding-top: clamp(56px, 7vw, 96px);
}

.v6-sub-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(340px, 0.82fr);
  gap: clamp(28px, 5vw, 72px);
  align-items: center;
}

.v6-sub-hero h1 {
  max-width: 820px;
  margin: 0;
  color: #101323;
  font-size: clamp(2.7rem, 6vw, 5.8rem);
  font-weight: 900;
  line-height: 0.94;
  letter-spacing: 0;
}

.v6-sub-hero .v6-lead {
  margin-left: 0;
  margin-right: 0;
}

.v6-sub-visual,
.v6-contact-card,
.v6-quote-summary,
.v6-quote-rail,
.v6-quote-card,
.v6-process-grid article,
.v6-contact-grid article {
  border: 1px solid rgba(16, 19, 35, 0.08);
  border-radius: 28px;
  background: #fff;
  box-shadow: 0 24px 76px rgba(38, 43, 67, 0.1);
}

.v6-sub-visual {
  position: relative;
  overflow: hidden;
  min-height: 420px;
}

.v6-sub-visual img,
.v6-quote-rail img {
  display: block;
  width: 100%;
  object-fit: cover;
}

.v6-sub-visual img {
  height: 420px;
}

.v6-mini-board {
  position: absolute;
  left: 18px;
  right: 18px;
  bottom: 18px;
  padding: 18px;
  border-radius: 20px;
  color: #fff;
  background: rgba(16, 19, 35, 0.82);
  backdrop-filter: blur(14px);
}

.v6-mini-board span,
.v6-quote-summary > span,
.v6-contact-grid span {
  display: block;
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.v6-mini-board strong {
  display: block;
  margin-top: 7px;
  font-size: 1.25rem;
}

.v6-mini-board small {
  display: block;
  margin-top: 5px;
  color: rgba(255, 255, 255, 0.76);
}

.v6-sub-band {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1fr);
  gap: clamp(24px, 5vw, 64px);
  align-items: start;
  margin-top: clamp(72px, 10vw, 126px);
  padding: clamp(28px, 5vw, 48px);
  border-radius: 32px;
  background: #fff;
  box-shadow: 0 22px 70px rgba(38, 43, 67, 0.08);
}

.v6-sub-band h2,
.v6-quote-rail h2 {
  margin: 0;
  color: #101323;
  font-size: clamp(2rem, 4vw, 3.8rem);
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0;
}

.v6-sub-copy p,
.v6-contact-card p,
.v6-contact-grid p,
.v6-process-grid p,
.v6-quote-summary li,
.v6-quote-rail li,
.v6-form-head p {
  color: #62687d;
  line-height: 1.68;
}

.v6-process {
  padding-top: clamp(72px, 10vw, 126px);
}

.v6-process-grid,
.v6-contact-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.v6-process-grid article,
.v6-contact-grid article {
  padding: 24px;
  box-shadow: 0 18px 50px rgba(38, 43, 67, 0.07);
}

.v6-process-grid strong {
  display: inline-grid;
  width: 44px;
  height: 44px;
  place-items: center;
  border-radius: 16px;
  color: #fff;
  background: #101323;
  font-size: 1.1rem;
}

.v6-process-grid article:nth-child(2) strong {
  background: #4f46e5;
}

.v6-process-grid article:nth-child(3) strong {
  color: #101323;
  background: #facc15;
}

.v6-process-grid h3,
.v6-contact-grid h3 {
  margin: 18px 0 8px;
  color: #101323;
  font-size: 1.2rem;
}

.v6-contact-card {
  padding: 28px;
}

.v6-contact-card img {
  display: block;
  width: 54px;
  height: 54px;
  object-fit: contain;
}

.v6-contact-card h2 {
  margin: 20px 0 8px;
  color: #101323;
  font-size: 1.8rem;
}

.v6-contact-card dl {
  display: grid;
  gap: 12px;
  margin: 22px 0 0;
}

.v6-contact-card dl div {
  padding: 14px;
  border-radius: 18px;
  background: #f7f8fc;
}

.v6-contact-card dt {
  color: #7a8094;
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.v6-contact-card dd {
  margin: 5px 0 0;
  color: #101323;
  font-weight: 850;
}

.v6-contact-card a,
.v6-contact-grid a,
.v6-quote-rail a {
  color: #4f46e5;
  font-weight: 900;
  text-decoration: none;
}

.v6-contact-grid {
  margin-top: clamp(46px, 7vw, 76px);
}

.v6-contact-grid span {
  color: #4f46e5;
}

.v6-check-list {
  display: grid;
  gap: 12px;
}

.v6-check-list span {
  position: relative;
  padding: 16px 18px 16px 48px;
  border-radius: 20px;
  color: #33384c;
  background: #f7f8fc;
  font-weight: 850;
}

.v6-check-list span::before {
  content: "";
  position: absolute;
  left: 18px;
  top: 50%;
  width: 14px;
  height: 14px;
  transform: translateY(-50%);
  border-radius: 50%;
  background: #14b8a6;
  box-shadow: 0 0 0 5px rgba(20, 184, 166, 0.14);
}

.v6-quote-page {
  max-width: 1180px;
}

.v6-quote-summary {
  padding: 28px;
  color: #fff;
  background: #101323;
}

.v6-quote-summary > span {
  color: #facc15;
}

.v6-quote-summary ol {
  display: grid;
  gap: 14px;
  margin: 18px 0 0;
  padding-left: 1.25rem;
}

.v6-quote-summary li {
  color: rgba(255, 255, 255, 0.78);
  font-weight: 750;
}

.v6-quote-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.42fr);
  gap: 22px;
  align-items: start;
  margin-top: clamp(46px, 7vw, 76px);
}

.v6-quote-form {
  display: grid;
  gap: 16px;
}

.v6-quote-card {
  padding: clamp(20px, 4vw, 28px);
  box-shadow: 0 18px 50px rgba(38, 43, 67, 0.07);
}

.v6-form-head {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 14px;
  align-items: start;
  margin-bottom: 20px;
}

.v6-form-head > span {
  display: inline-grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border-radius: 15px;
  color: #fff;
  background: #4f46e5;
  font-weight: 900;
}

.v6-form-head h2 {
  margin: 0;
  color: #101323;
  font-size: 1.35rem;
}

.v6-form-head p {
  margin: 4px 0 0;
}

.v6-form-grid {
  display: grid;
  gap: 14px;
}

.v6-form-grid.two {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.v6-form-grid label,
.v6-textarea {
  display: grid;
  gap: 7px;
  color: #33384c;
  font-size: 0.88rem;
  font-weight: 850;
}

.v6-form-grid input,
.v6-form-grid select,
.v6-textarea textarea {
  width: 100%;
  min-height: 48px;
  padding: 11px 13px;
  border: 1px solid rgba(16, 19, 35, 0.12);
  border-radius: 16px;
  color: #101323;
  background: #f7f8fc;
  font: inherit;
  font-size: 0.95rem;
}

.v6-textarea {
  margin-top: 14px;
}

.v6-textarea textarea {
  min-height: 124px;
  resize: vertical;
}

.v6-form-grid input:focus,
.v6-form-grid select:focus,
.v6-textarea textarea:focus {
  outline: none;
  border-color: #4f46e5;
  box-shadow: 0 0 0 4px rgba(79, 70, 229, 0.12);
}

.v6-module-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px 18px;
  padding: 14px;
  border: 1px solid rgba(16, 19, 35, 0.08);
  border-radius: 22px;
  background: #f7f8fc;
}

.v6-module-grid label {
  display: flex;
  gap: 11px;
  align-items: center;
  min-height: 38px;
  padding: 6px 4px;
  border-radius: 12px;
  background: transparent;
  cursor: pointer;
}

.v6-module-grid input {
  width: 20px;
  height: 20px;
  flex: 0 0 auto;
  margin: 0;
  accent-color: #4f46e5;
}

.v6-module-grid strong {
  color: #101323;
  font-size: 0.96rem;
  line-height: 1.25;
}

.v6-module-grid small {
  display: none;
}

.v6-module-grid label:has(input:checked) {
  color: #4f46e5;
  background: rgba(79, 70, 229, 0.08);
}

.v6-consents {
  display: grid;
  gap: 12px;
  padding: 16px;
  border-radius: 20px;
  background: #f7f8fc;
}

.v6-consents label {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  color: #33384c;
  line-height: 1.55;
}

.v6-consents input {
  flex-shrink: 0;
  width: 18px;
  height: 18px;
  margin-top: 3px;
  accent-color: #4f46e5;
}

.v6-consents a,
.v6-inline-link {
  color: #4f46e5;
  font-weight: 900;
}

.v6-inline-link {
  display: inline;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
  font: inherit;
  text-align: left;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.v6-inline-link:focus-visible {
  outline: 3px solid rgba(79, 70, 229, 0.22);
  outline-offset: 3px;
  border-radius: 6px;
}

.v6-modal-open {
  overflow: hidden;
}

.v6-modal-backdrop {
  position: fixed;
  inset: 0;
  z-index: 1000;
  display: grid;
  place-items: center;
  padding: 22px;
  background: rgba(16, 19, 35, 0.42);
  backdrop-filter: blur(10px);
}

.v6-modal-backdrop[hidden] {
  display: none;
}

.v6-mini-modal {
  width: min(100%, 620px);
  max-height: min(82vh, 720px);
  display: grid;
  grid-template-rows: auto minmax(0, 1fr) auto;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 34px 90px rgba(16, 19, 35, 0.24);
}

.v6-mini-modal:focus {
  outline: none;
}

.v6-mini-modal-head {
  display: flex;
  gap: 18px;
  align-items: flex-start;
  justify-content: space-between;
  padding: 22px 24px 16px;
  border-bottom: 1px solid rgba(16, 19, 35, 0.08);
}

.v6-mini-modal-head h2 {
  margin: 4px 0 0;
  color: #101323;
  font-size: 1.55rem;
}

.v6-modal-close {
  width: 40px;
  height: 40px;
  flex: 0 0 auto;
  border: 1px solid rgba(16, 19, 35, 0.1);
  border-radius: 14px;
  color: #33384c;
  background: #f7f8fc;
  cursor: pointer;
  font: inherit;
  font-size: 1.45rem;
  line-height: 1;
}

.v6-mini-modal-body {
  overflow: auto;
  padding: 20px 24px 22px;
  color: #4c5267;
  font-size: 0.94rem;
  line-height: 1.62;
}

.v6-mini-modal-body h3 {
  margin: 18px 0 6px;
  color: #101323;
  font-size: 1rem;
}

.v6-mini-modal-body h3:first-child {
  margin-top: 0;
}

.v6-mini-modal-body p {
  margin: 0 0 12px;
}

.v6-mini-modal-body ul {
  margin: 8px 0 14px;
  padding-left: 1.2rem;
}

.v6-mini-modal-actions {
  display: flex;
  justify-content: flex-end;
  padding: 16px 24px 22px;
  border-top: 1px solid rgba(16, 19, 35, 0.08);
}

.v6-form-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
  margin-top: 18px;
}

.v6-form-actions button {
  border: 0;
  cursor: pointer;
  font: inherit;
}

.v6-form-msg {
  min-height: 1.25rem;
  color: #62687d;
  font-size: 0.92rem;
  font-weight: 800;
}

.v6-form-msg.ok {
  color: #047857;
}

.v6-form-msg.err {
  color: #dc2626;
}

.v6-quote-rail {
  position: sticky;
  top: 112px;
  overflow: hidden;
}

.v6-quote-rail img {
  aspect-ratio: 4 / 3;
}

.v6-quote-rail > div {
  padding: 22px;
}

.v6-quote-rail h2 {
  font-size: 1.9rem;
}

.v6-quote-rail ul {
  display: grid;
  gap: 10px;
  margin: 18px 0;
  padding-left: 1.1rem;
}

@media (max-width: 980px) {
  .v6-sub-hero,
  .v6-sub-band,
  .v6-quote-layout {
    grid-template-columns: 1fr;
  }

  .v6-process-grid,
  .v6-contact-grid {
    grid-template-columns: 1fr;
  }

  .v6-module-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .v6-quote-rail {
    position: static;
  }
}

@media (max-width: 720px) {
  .v6-subpage {
    width: min(100% - 28px, 1180px);
    padding-top: 42px;
  }

  .v6-sub-hero h1 {
    font-size: clamp(2.35rem, 12vw, 4.1rem);
  }

  .v6-sub-visual,
  .v6-contact-card,
  .v6-quote-summary,
  .v6-sub-band,
  .v6-quote-card {
    border-radius: 22px;
  }

  .v6-sub-visual,
  .v6-sub-visual img {
    min-height: 0;
    height: auto;
  }

  .v6-sub-visual img {
    aspect-ratio: 4 / 3;
  }

  .v6-form-grid.two,
  .v6-module-grid {
    grid-template-columns: 1fr;
  }

  .v6-form-actions .v6-btn {
    width: 100%;
  }
}

/* Ana sayfa işletme tipleri — yatay, sade band */

.v6-business-map {
  display: block;
}

.v6-business-copy {
  max-width: 820px;
  margin-inline: auto;
  text-align: center;
}

.v6-business-copy p:not(.v6-kicker) {
  max-width: 720px;
  margin: 18px auto 0;
}

.v6-business-routes {
  justify-content: center;
}

.v6-business-orbit {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  margin-top: 30px;
  padding: 18px;
  border-radius: 30px;
  background: #fff;
  box-shadow: 0 22px 70px rgba(38, 43, 67, 0.08);
}

.v6-business-orbit .core {
  flex: 1 1 100%;
  min-height: 0;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 14px 18px;
  padding: 18px 22px;
  border-radius: 22px;
  text-align: left;
}

.v6-business-orbit .core span {
  display: inline-flex;
  grid-row: 1 / 3;
  align-items: center;
  justify-content: center;
  min-width: 92px;
  min-height: 42px;
  margin: 0;
  border-radius: 999px;
  color: #101323;
  background: #facc15;
  letter-spacing: 0;
}

.v6-business-orbit .core strong {
  margin: 0;
  font-size: clamp(1.35rem, 2.4vw, 2.2rem);
  line-height: 1.05;
}

.v6-business-orbit .core small {
  max-width: none;
  margin: 0;
}

.v6-business-orbit .type {
  flex: 1 1 178px;
  max-width: 245px;
  min-height: 74px;
  justify-content: center;
  padding: 17px 18px;
  border-radius: 22px;
  background: #f7f8fc;
  box-shadow: none;
  text-align: left;
  transition: transform 0.16s ease, border-color 0.16s ease, background 0.16s ease;
}

.v6-business-orbit .type:hover {
  transform: translateY(-3px);
  border-color: rgba(79, 70, 229, 0.24);
  background: #fff;
}

.v6-business-orbit .type::before {
  left: 18px;
  right: auto;
  top: 18px;
  width: 10px;
  height: 10px;
  box-shadow: 0 0 0 5px rgba(79, 70, 229, 0.11);
}

.v6-business-orbit .type b {
  max-width: none;
  padding-left: 22px;
}

@media (max-width: 720px) {
  .v6-business-orbit {
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    overflow-x: auto;
    padding: 12px;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
  }

  .v6-business-orbit::-webkit-scrollbar {
    display: none;
  }

  .v6-business-orbit .core,
  .v6-business-orbit .type {
    flex: 0 0 82%;
    max-width: 82%;
    scroll-snap-align: start;
  }

  .v6-business-orbit .core {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }

  .v6-business-orbit .core span {
    grid-row: auto;
  }
}
