/* 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;
  }
}
