/* ============================================================
   Hosting Script | Ortak Stil — "ORBIT" tasarım sistemi
   Warm-paper editorial-tech · Bricolage Grotesque + IBM Plex
   Violet primary · Lime enerji vurgusu · IBM Plex Mono etiketler
   ============================================================ */

:root {
  --bg: #F3F1EA;
  --surface: #FFFFFF;
  --surface-2: #ECE9DF;
  --ink: #18161F;
  --ink-2: #494654;
  --muted: #807C8C;
  --line: #E2DECF;
  --line-strong: #19161F;
  --accent: #5331E6;
  --accent-deep: #3D1FBE;
  --accent-2: #D7F84B;
  --accent-soft: #ECE7FD;
  --accent-soft-2: #DBD2FB;
  --good: #1C8C57;
  --radius: 18px;
  --radius-sm: 11px;
  --shadow-sm: 0 1px 2px rgba(24, 22, 31, 0.05);
  --shadow-md: 0 14px 38px -16px rgba(24, 22, 31, 0.22);
  --shadow-lg: 0 30px 70px -26px rgba(40, 28, 90, 0.34);
  --shadow-hard: 6px 6px 0 var(--ink);
  --shadow-hard-accent: 6px 6px 0 var(--accent);
  --font-display: "Bricolage Grotesque", sans-serif;
  --font-body: "IBM Plex Sans", sans-serif;
  --font-mono: "IBM Plex Mono", monospace;
  --maxw: 1180px;
}

* { margin: 0; padding: 0; box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  font-family: var(--font-body);
  background: var(--bg);
  color: var(--ink);
  font-size: 16.5px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}

img { max-width: 100%; display: block; }

a { color: var(--accent); text-decoration: none; }
a:hover { color: var(--accent-deep); }

h1, h2, h3, h4 {
  font-family: var(--font-display);
  line-height: 1.08;
  letter-spacing: -0.02em;
  text-wrap: balance;
}

p { text-wrap: pretty; }

.container {
  max-width: var(--maxw);
  margin: 0 auto;
  padding: 0 28px;
}

/* ---------- Header ---------- */

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(243, 241, 234, 0.82);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid var(--line);
}

.header-inner {
  display: flex;
  align-items: center;
  gap: 36px;
  height: 74px;
}

.brand {
  display: flex;
  align-items: center;
  gap: 11px;
  color: var(--ink);
}
.brand:hover { color: var(--ink); }

.brand-mark {
  width: 38px;
  height: 38px;
  border-radius: 11px;
  background: var(--ink);
  display: grid;
  place-items: center;
  color: var(--accent-2);
  font-family: var(--font-display);
  font-weight: 800;
  font-size: 21px;
  flex: none;
}

.brand-text {
  display: flex;
  flex-direction: column;
  line-height: 1.05;
}

.brand-name {
  font-family: var(--font-display);
  font-weight: 800;
  font-size: 20px;
  letter-spacing: -0.01em;
}

.brand-tag {
  font-family: var(--font-mono);
  font-size: 10px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--muted);
  font-weight: 500;
}

.main-nav {
  display: flex;
  align-items: center;
  gap: 4px;
  margin-left: auto;
}

.main-nav a:not(.btn) {
  color: var(--ink-2);
  font-weight: 500;
  font-size: 15px;
  padding: 8px 13px;
  border-radius: 8px;
  transition: background 0.15s, color 0.15s;
}

.main-nav a:not(.btn):hover { background: var(--surface-2); color: var(--ink); }

.main-nav a.active {
  color: var(--accent);
  background: var(--accent-soft);
}

.header-cta { margin-left: 8px; }

.nav-auth {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-left: 12px;
  padding-left: 14px;
  border-left: 1px solid var(--line);
}

/* ---------- Buttons ---------- */

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  white-space: nowrap;
  font-family: var(--font-body);
  font-weight: 600;
  font-size: 15.5px;
  padding: 12px 24px;
  border-radius: 11px;
  border: 1.5px solid transparent;
  cursor: pointer;
  transition: background 0.16s, border-color 0.16s, transform 0.16s, box-shadow 0.16s, color 0.16s;
}

.btn-primary {
  background: var(--accent);
  color: #fff;
  border-color: var(--accent);
}
.btn-primary:hover {
  background: var(--accent-deep);
  border-color: var(--accent-deep);
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 10px 22px -8px rgba(83, 49, 230, 0.55);
}

.btn-ghost {
  background: transparent;
  color: var(--ink);
  border-color: var(--ink);
}
.btn-ghost:hover {
  background: var(--ink);
  color: #fff;
  border-color: var(--ink);
}

.btn-sm { padding: 9px 18px; font-size: 14.5px; }
.btn-block { width: 100%; }

/* ---------- Page hero (alt sayfalar) ---------- */

.page-hero {
  position: relative;
  background:
    radial-gradient(680px 280px at 82% -30%, var(--accent-soft), transparent 72%),
    var(--bg);
  border-bottom: 1px solid var(--line);
  padding: 78px 0 60px;
}

.page-hero .eyebrow { margin-bottom: 18px; }

.page-hero h1 {
  font-size: clamp(38px, 5vw, 56px);
  font-weight: 800;
  margin-bottom: 16px;
}

.page-hero p {
  font-size: 18px;
  color: var(--ink-2);
  max-width: 640px;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  font-family: var(--font-mono);
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--ink-2);
}

.eyebrow::before {
  content: "";
  width: 10px;
  height: 10px;
  background: var(--accent-2);
  border-radius: 2px;
}

/* ---------- Sections ---------- */

.section { padding: 92px 0; }
.section-alt { background: var(--surface); border-block: 1px solid var(--line); }

.section-head { max-width: 660px; margin-bottom: 52px; }
.section-head.center { margin-inline: auto; text-align: center; }
.section-head.center .eyebrow { justify-content: center; }

.section-head h2 {
  font-size: clamp(30px, 3.6vw, 42px);
  font-weight: 800;
  margin: 14px 0 16px;
}

.section-head p { color: var(--ink-2); font-size: 17px; }

/* ---------- Cards / grids ---------- */

.grid-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.grid-2 { display: grid; grid-template-columns: repeat(2, 1fr); gap: 22px; }

.card {
  background: var(--surface);
  border: 1.5px solid var(--line);
  border-radius: var(--radius);
  padding: 30px;
  transition: box-shadow 0.2s, transform 0.2s, border-color 0.2s;
}

.card:hover {
  transform: translateY(-4px);
  border-color: var(--ink);
  box-shadow: var(--shadow-hard);
}

.card-icon {
  width: 50px;
  height: 50px;
  border-radius: 13px;
  background: var(--accent-soft);
  color: var(--accent);
  display: grid;
  place-items: center;
  margin-bottom: 20px;
}

.card-icon svg { width: 24px; height: 24px; }

.card h3 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 9px;
}

.card p { color: var(--muted); font-size: 15.5px; }

.card .card-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-top: 16px;
  font-weight: 600;
  font-size: 14.5px;
  color: var(--accent);
}

/* ---------- Pricing ---------- */

.price-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
  align-items: stretch;
}

.price-card {
  background: var(--surface);
  border: 1.5px solid var(--line);
  border-radius: var(--radius);
  padding: 32px 28px;
  display: flex;
  flex-direction: column;
  gap: 0;
  position: relative;
  transition: transform 0.2s, box-shadow 0.2s;
}

.price-card.featured {
  border: 1.5px solid var(--ink);
  box-shadow: var(--shadow-hard-accent);
}

.plan-badge {
  position: absolute;
  top: -13px;
  left: 24px;
  background: var(--accent-2);
  color: var(--ink);
  font-family: var(--font-mono);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  padding: 5px 13px;
  border-radius: 7px;
  white-space: nowrap;
}

.plan-name {
  font-family: var(--font-display);
  font-size: 19px;
  font-weight: 700;
}

.plan-desc { color: var(--muted); font-size: 14px; margin-top: 4px; }

.plan-price {
  display: flex;
  align-items: baseline;
  gap: 6px;
  margin: 22px 0 4px;
}

.plan-price .amount {
  font-family: var(--font-display);
  font-size: 44px;
  font-weight: 800;
  letter-spacing: -0.03em;
}

.plan-price .period { color: var(--muted); font-size: 15px; }

.plan-note { color: var(--muted); font-size: 12.5px; margin-bottom: 18px; }

.plan-features {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 11px;
  padding: 20px 0;
  border-top: 1px solid var(--line);
  margin-bottom: 24px;
  flex: 1;
}

.plan-features li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 15px;
  color: var(--ink-2);
}

.plan-features li::before {
  content: "";
  flex: none;
  width: 18px;
  height: 18px;
  margin-top: 2px;
  border-radius: 50%;
  background: var(--accent-soft) url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="%235331E6" stroke-width="3.4" stroke-linecap="round" stroke-linejoin="round"><polyline points="5 13 10 18 19 7"/></svg>') center / 11px no-repeat;
}

/* ---------- Feature rows (hizmet detay) ---------- */

.feature-row {
  display: grid;
  grid-template-columns: 56px 1fr;
  gap: 24px;
  padding: 34px 0;
  border-bottom: 1px solid var(--line);
}

.feature-row:last-child { border-bottom: none; }

.feature-row .card-icon { margin-bottom: 0; width: 54px; height: 54px; }

.feature-row h3 { font-size: 23px; font-weight: 700; margin-bottom: 8px; }
.feature-row p { color: var(--ink-2); max-width: 70ch; }

.feature-row .spec-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 16px;
  list-style: none;
}

.feature-row .spec-list li {
  font-family: var(--font-mono);
  font-size: 12.5px;
  font-weight: 500;
  color: var(--ink-2);
  background: var(--surface-2);
  border: 1px solid var(--line);
  border-radius: 7px;
  padding: 5px 12px;
}

/* ---------- Stat strip ---------- */

.stat-strip {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  background: var(--surface);
  border: 1.5px solid var(--ink);
  border-radius: var(--radius);
  overflow: hidden;
}

.stat {
  text-align: center;
  padding: 32px 16px;
  border-right: 1px solid var(--line);
}
.stat:last-child { border-right: none; }

.stat .num {
  font-family: var(--font-display);
  font-size: 38px;
  font-weight: 800;
  color: var(--accent);
  letter-spacing: -0.03em;
}

.stat .lbl { color: var(--muted); font-size: 14px; margin-top: 4px; }

/* ---------- CTA band ---------- */

.cta-band {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(620px 280px at 10% 130%, rgba(215, 248, 75, 0.20), transparent 70%),
    radial-gradient(640px 280px at 92% -40%, rgba(106, 72, 240, 0.55), transparent 70%),
    linear-gradient(150deg, #251C4F 0%, #15132A 100%);
  border-radius: 24px;
  padding: 64px 56px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 36px;
  color: #fff;
}

.cta-band h2 {
  font-size: clamp(28px, 3.2vw, 38px);
  font-weight: 800;
  margin-bottom: 10px;
}

.cta-band p { color: rgba(255, 255, 255, 0.76); max-width: 52ch; }

.cta-band .btn-primary {
  background: var(--accent-2);
  color: var(--ink);
  border-color: var(--accent-2);
  flex: none;
}
.cta-band .btn-primary:hover { background: #fff; color: var(--ink); border-color: #fff; box-shadow: none; }

/* ---------- Prose (gizlilik vb.) ---------- */

.prose { max-width: 800px; }

.prose h2 {
  font-size: 25px;
  font-weight: 700;
  margin: 46px 0 14px;
}

.prose h2:first-child { margin-top: 0; }

.prose p { color: var(--ink-2); margin-bottom: 14px; }

.prose ul { margin: 0 0 14px 22px; color: var(--ink-2); }
.prose ul li { margin-bottom: 7px; }

.prose .updated {
  font-size: 14px;
  color: var(--ink-2);
  background: var(--surface);
  border: 1px solid var(--line);
  border-left: 4px solid var(--accent-2);
  border-radius: var(--radius-sm);
  padding: 14px 18px;
  margin-bottom: 36px;
}

/* ---------- Info card (adres / iletişim) ---------- */

.info-card {
  background: var(--surface);
  border: 1.5px solid var(--line);
  border-radius: var(--radius);
  padding: 28px;
}

.info-card h3 {
  font-family: var(--font-mono);
  font-size: 12px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--muted);
  font-weight: 600;
  margin-bottom: 12px;
}

.info-card .big { font-size: 17px; font-weight: 600; color: var(--ink); }
.info-card p { color: var(--ink-2); }

/* ---------- Form ---------- */

.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.form-grid .full { grid-column: 1 / -1; }

.field { display: flex; flex-direction: column; gap: 7px; }

.field label { font-size: 14px; font-weight: 600; color: var(--ink-2); }

.field input,
.field select,
.field textarea {
  font-family: var(--font-body);
  font-size: 15.5px;
  color: var(--ink);
  background: var(--surface);
  border: 1.5px solid var(--line);
  border-radius: var(--radius-sm);
  padding: 12px 14px;
  outline: none;
  transition: border-color 0.15s, box-shadow 0.15s;
}

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

.field input:focus,
.field select:focus,
.field textarea:focus {
  border-color: var(--accent);
  box-shadow: 0 0 0 3px var(--accent-soft);
}

/* ---------- Footer ---------- */

.site-footer {
  background: var(--ink);
  color: #fff;
  margin-top: 92px;
}

.footer-main {
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr 1.2fr;
  gap: 40px;
  padding: 60px 0 48px;
}

.footer-brand .brand .brand-name { color: #fff; }
.footer-brand .brand .brand-tag { color: rgba(255,255,255,0.6); }
.footer-brand .brand .brand-mark { background: var(--accent-2); color: var(--ink); }

.footer-brand p {
  color: rgba(255,255,255,0.6);
  font-size: 14px;
  margin-top: 16px;
  max-width: 34ch;
}

.footer-col h4 {
  font-family: var(--font-mono);
  font-size: 12px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--accent-2);
  font-weight: 600;
  margin-bottom: 16px;
}

.footer-col ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.footer-col a { color: rgba(255,255,255,0.72); font-size: 14.5px; }
.footer-col a:hover { color: #fff; }

.footer-col address {
  font-style: normal;
  color: rgba(255,255,255,0.72);
  font-size: 14.5px;
  line-height: 1.7;
}

.footer-col address strong { color: #fff; font-size: 13.5px; }

.footer-bottom {
  border-top: 1px solid rgba(255,255,255,0.12);
  padding: 22px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  font-size: 13.5px;
  color: rgba(255,255,255,0.55);
}

.footer-bottom .legal-links { display: flex; gap: 20px; }
.footer-bottom a { color: rgba(255,255,255,0.55); }
.footer-bottom a:hover { color: #fff; }

/* ---------- Responsive ---------- */

@media (max-width: 960px) {
  .grid-3, .price-grid { grid-template-columns: 1fr 1fr; }
  .stat-strip { grid-template-columns: 1fr 1fr; }
  .stat:nth-child(2) { border-right: none; }
  .stat { border-bottom: 1px solid var(--line); }
  .stat:nth-child(3), .stat:nth-child(4) { border-bottom: none; }
  .footer-main { grid-template-columns: 1fr 1fr; }
  .main-nav a:not(.btn) { padding: 8px 9px; font-size: 14px; }
}

@media (max-width: 680px) {
  .grid-3, .grid-2, .price-grid, .form-grid { grid-template-columns: 1fr; }
  .stat-strip { grid-template-columns: 1fr; }
  .stat { border-right: none; border-bottom: 1px solid var(--line); }
  .stat:last-child { border-bottom: none; }
  .footer-main { grid-template-columns: 1fr; gap: 32px; }
  .header-inner { gap: 14px; }
  .main-nav { gap: 0; }
  .main-nav > a { display: none; }
  .nav-auth { margin-left: 6px; padding-left: 0; border-left: none; }
  .nav-auth .btn { padding: 8px 13px; font-size: 13.5px; }
  .cta-band { flex-direction: column; align-items: flex-start; padding: 40px 30px; }
  .footer-bottom { flex-direction: column; align-items: flex-start; }
  .section { padding: 64px 0; }
}

/* ============================================================
   Sipariş yapılandırma sayfası
   ============================================================ */

.order-layout {
  display: grid;
  grid-template-columns: 1fr 380px;
  gap: 28px;
  align-items: start;
}

.config-card {
  background: var(--surface);
  border: 1.5px solid var(--line);
  border-radius: var(--radius);
  padding: 30px;
  margin-bottom: 22px;
}

.config-card > h2 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 4px;
}

.config-card .step-label {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  font-family: var(--font-mono);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: 16px;
}

.config-card .step-num {
  width: 22px; height: 22px;
  border-radius: 6px;
  background: var(--accent);
  color: #fff;
  display: grid; place-items: center;
  font-size: 12px;
}

.config-card > p.muted { color: var(--muted); font-size: 14.5px; margin-bottom: 20px; }

/* seçilebilir kutular (radio-card) */
.option-list { display: flex; flex-direction: column; gap: 12px; }

.option-row {
  display: flex;
  align-items: center;
  gap: 14px;
  border: 1.5px solid var(--line);
  border-radius: var(--radius-sm);
  padding: 15px 18px;
  cursor: pointer;
  transition: border-color 0.15s, background 0.15s;
}

.option-row:hover { border-color: var(--ink); }

.option-row input { accent-color: var(--accent); width: 18px; height: 18px; flex: none; cursor: pointer; }

.option-row.selected {
  border-color: var(--accent);
  background: var(--accent-soft);
}

.option-row .opt-body { flex: 1; }
.option-row .opt-title { font-weight: 600; font-size: 15.5px; color: var(--ink); }
.option-row .opt-sub { font-size: 13.5px; color: var(--muted); }

.option-row .opt-price {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 16px;
  color: var(--ink);
  white-space: nowrap;
}
.option-row .opt-price small { font-weight: 500; color: var(--muted); font-size: 12px; }

.option-row .opt-badge {
  font-family: var(--font-mono);
  font-size: 11px;
  font-weight: 600;
  color: var(--ink);
  background: var(--accent-2);
  padding: 3px 9px;
  border-radius: 6px;
  white-space: nowrap;
}

.domain-input { margin-top: 14px; }
.domain-input.hide { display: none; }
.domain-field {
  display: flex;
  border: 1.5px solid var(--line);
  border-radius: var(--radius-sm);
  overflow: hidden;
}
.domain-field input {
  flex: 1;
  border: none;
  outline: none;
  font-family: var(--font-body);
  font-size: 15px;
  padding: 12px 14px;
  color: var(--ink);
}
.domain-field .tld {
  background: var(--surface-2);
  border-left: 1px solid var(--line);
  padding: 12px 16px;
  font-family: var(--font-mono);
  font-weight: 600;
  color: var(--ink-2);
  font-size: 15px;
}

/* özet (sticky) */
.summary-card {
  background: var(--surface);
  border: 1.5px solid var(--ink);
  border-radius: var(--radius);
  box-shadow: var(--shadow-hard);
  padding: 28px;
  position: sticky;
  top: 94px;
}

.summary-card h3 {
  font-size: 19px;
  font-weight: 700;
  margin-bottom: 4px;
}

.summary-plan {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 10px;
  padding-bottom: 16px;
  border-bottom: 1px solid var(--line);
  margin-bottom: 16px;
}
.summary-plan .sp-name { font-family: var(--font-display); font-weight: 700; font-size: 17px; }
.summary-plan .sp-cat { font-size: 12.5px; color: var(--muted); }

.summary-lines { display: flex; flex-direction: column; gap: 11px; margin-bottom: 16px; }
.summary-line {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  font-size: 14.5px;
  color: var(--ink-2);
}
.summary-line .sl-val { font-variant-numeric: tabular-nums; font-weight: 500; color: var(--ink); white-space: nowrap; }
.summary-line.discount .sl-val { color: var(--good); }
.summary-line.muted { color: var(--muted); }
.summary-line.muted .sl-val { color: var(--muted); font-weight: 400; }

.summary-total {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  padding-top: 16px;
  border-top: 1px solid var(--line);
  margin-bottom: 4px;
}
.summary-total .st-label { font-weight: 600; font-size: 15px; }
.summary-total .st-amount {
  font-family: var(--font-display);
  font-weight: 800;
  font-size: 32px;
  letter-spacing: -0.03em;
  color: var(--ink);
}
.summary-total .st-amount small { font-size: 14px; color: var(--muted); font-weight: 500; }

.summary-card .kdv-note { font-size: 12.5px; color: var(--muted); margin-bottom: 20px; }

.summary-card .trust-line {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  color: var(--muted);
  margin-top: 14px;
}
.summary-card .trust-line svg { width: 16px; height: 16px; color: var(--good); flex: none; }

.order-steps {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  margin-top: 20px;
  font-family: var(--font-mono);
  font-size: 13px;
  color: var(--muted);
}
.order-steps .os { display: inline-flex; align-items: center; gap: 7px; }
.order-steps .os b {
  width: 20px; height: 20px; border-radius: 6px;
  background: var(--surface); border: 1px solid var(--line);
  display: grid; place-items: center; font-size: 11px; font-weight: 700; color: var(--muted);
}
.order-steps .os.active { color: var(--accent); font-weight: 600; }
.order-steps .os.active b { background: var(--accent); border-color: var(--accent); color: #fff; }
.order-steps .sep { width: 16px; height: 1px; background: var(--line); }

/* ============================================================
   Kimlik (giriş / kayıt) sayfaları
   ============================================================ */

.auth-wrap {
  min-height: calc(100vh - 74px);
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.auth-aside {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(560px 320px at 18% 6%, rgba(215, 248, 75, 0.18), transparent 70%),
    radial-gradient(600px 360px at 92% 100%, rgba(106, 72, 240, 0.6), transparent 70%),
    linear-gradient(158deg, #251C4F 0%, #15132A 100%);
  color: #fff;
  padding: 64px 56px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.auth-aside .brand .brand-name { color: #fff; }
.auth-aside .brand .brand-tag { color: rgba(255,255,255,0.7); }
.auth-aside .brand .brand-mark { background: var(--accent-2); color: var(--ink); }

.auth-aside h2 {
  font-size: 32px;
  font-weight: 800;
  margin: 28px 0 14px;
  max-width: 18ch;
}
.auth-aside p { color: rgba(255,255,255,0.76); max-width: 38ch; }

.auth-points { list-style: none; display: flex; flex-direction: column; gap: 14px; margin-top: 30px; }
.auth-points li { display: flex; align-items: center; gap: 11px; font-size: 15px; color: rgba(255,255,255,0.9); }
.auth-points li svg { width: 20px; height: 20px; color: var(--accent-2); flex: none; }

.auth-main {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 56px 40px;
}

.auth-card { width: 100%; max-width: 400px; }

.auth-card .eyebrow { margin-bottom: 14px; }
.auth-card h1 { font-size: 30px; font-weight: 800; margin-bottom: 8px; }
.auth-card .sub { color: var(--ink-2); margin-bottom: 28px; }

.auth-form { display: flex; flex-direction: column; gap: 16px; }

.auth-form .row-2 { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }

.auth-form .forgot { font-size: 13.5px; font-weight: 500; }

.checkbox-row { display: flex; align-items: flex-start; gap: 10px; font-size: 13.5px; color: var(--ink-2); }
.checkbox-row input { accent-color: var(--accent); width: 17px; height: 17px; margin-top: 2px; flex: none; }

.auth-divider {
  display: flex;
  align-items: center;
  gap: 14px;
  color: var(--muted);
  font-size: 13px;
  margin: 22px 0;
}
.auth-divider::before, .auth-divider::after {
  content: ""; flex: 1; height: 1px; background: var(--line);
}

.auth-alt { text-align: center; font-size: 14.5px; color: var(--ink-2); margin-top: 22px; }

@media (max-width: 900px) {
  .order-layout { grid-template-columns: 1fr; }
  .summary-card { position: static; }
  .auth-wrap { grid-template-columns: 1fr; }
  .auth-aside { display: none; }
}
