/* ============================================================
   Hosting Script | "ATLAS" tasarım sistemi
   Açık / ferah tema · Bricolage Grotesque + IBM Plex Sans/Mono
   Emerald (zümrüt) kimlik · pill bileşenler · bento düzen
   ============================================================ */

:root {
  --bg: #F6F6F1;
  --bg-2: #FFFFFF;
  --surface: #FFFFFF;
  --surface-2: #EFEFE7;
  --tint: #E9F6EE;
  --tint-2: #DCF1E5;
  --ink: #15181C;
  --ink-2: #474C54;
  --muted: #757B85;
  --line: #E5E4D9;
  --line-2: #D8D7CA;
  --accent: #0FA463;
  --accent-deep: #0A7C49;
  --accent-2: #10131A;       /* koyu ink vurgu blokları */
  --accent-soft: #E4F4EB;
  --accent-soft-2: #CCEAD9;
  --pop: #FF7A4D;            /* az kullanılan sıcak vurgu */
  --good: #0FA463;
  --grad: linear-gradient(120deg, #14B26C 0%, #0FA463 50%, #0B8E53 100%);
  --radius: 22px;
  --radius-sm: 13px;
  --radius-pill: 999px;
  --shadow-sm: 0 1px 2px rgba(21, 24, 28, 0.05);
  --shadow-md: 0 18px 40px -22px rgba(21, 40, 30, 0.28);
  --shadow-lg: 0 40px 90px -38px rgba(15, 100, 70, 0.40);
  --shadow-color: 0 22px 50px -26px rgba(15, 164, 99, 0.45);
  --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;
  overflow-x: hidden;
}

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

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

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

p { text-wrap: pretty; }

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

.grad-text {
  background: var(--grad);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

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

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(246, 246, 241, 0.78);
  backdrop-filter: blur(16px) saturate(150%);
  border-bottom: 1px solid transparent;
  transition: background 0.3s, border-color 0.3s, box-shadow 0.3s;
}
.site-header.scrolled {
  background: rgba(255, 255, 255, 0.86);
  border-bottom-color: var(--line);
  box-shadow: var(--shadow-sm);
}

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

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

.brand-mark {
  width: 40px;
  height: 40px;
  border-radius: 13px;
  background: var(--grad);
  display: grid;
  place-items: center;
  color: #fff;
  font-family: var(--font-display);
  font-weight: 800;
  font-size: 22px;
  flex: none;
  box-shadow: 0 8px 20px -7px rgba(15, 164, 99, 0.6);
}

.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.02em; }
.brand-tag { font-family: var(--font-mono); font-size: 10px; letter-spacing: 0.16em; text-transform: uppercase; color: var(--muted); font-weight: 500; }

/* pill navigasyon */
.main-nav { display: flex; align-items: center; gap: 2px; margin-left: auto; }
.main-nav a:not(.btn) {
  color: var(--ink-2);
  font-weight: 500;
  font-size: 15px;
  padding: 9px 16px;
  border-radius: var(--radius-pill);
  transition: background 0.15s, color 0.15s;
}
.main-nav a:not(.btn):hover { background: var(--surface); color: var(--ink); }
.main-nav a.active { color: var(--accent-deep); background: var(--accent-soft); }

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

/* ---------- Buttons (pill) ---------- */

.btn {
  position: relative;
  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: 13px 26px;
  border-radius: var(--radius-pill);
  border: 1.5px solid transparent;
  cursor: pointer;
  overflow: hidden;
  transition: transform 0.16s, box-shadow 0.16s, border-color 0.16s, color 0.16s, background 0.16s;
}

.btn-primary { background: var(--accent); color: #fff; box-shadow: 0 12px 28px -12px rgba(15, 164, 99, 0.7); }
.btn-primary:hover { background: var(--accent-deep); color: #fff; transform: translateY(-2px); box-shadow: 0 18px 36px -14px rgba(15, 164, 99, 0.8); }
.btn-primary::after {
  content: ""; position: absolute; top: 0; left: -120%; width: 55%; height: 100%;
  background: linear-gradient(100deg, transparent, rgba(255,255,255,0.45), transparent);
  transform: skewX(-18deg);
}
.btn-primary:hover::after { animation: shine 0.9s ease; }
@keyframes shine { to { left: 130%; } }

.btn-ghost { background: var(--surface); color: var(--ink); border-color: var(--line-2); }
.btn-ghost:hover { border-color: var(--ink); color: var(--ink); transform: translateY(-2px); box-shadow: var(--shadow-sm); }

.btn-dark { background: var(--ink); color: #fff; border-color: var(--ink); }
.btn-dark:hover { background: #000; color: #fff; transform: translateY(-2px); }

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

/* ---------- Eyebrow pill ---------- */

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  font-family: var(--font-mono);
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--ink-2);
  background: var(--surface);
  border: 1px solid var(--line);
  padding: 7px 14px;
  border-radius: var(--radius-pill);
}
.eyebrow::before {
  content: "";
  width: 7px; height: 7px;
  background: var(--accent);
  border-radius: 50%;
  box-shadow: 0 0 0 4px var(--accent-soft);
  animation: pulse-dot 2.4s ease-in-out infinite;
}
@keyframes pulse-dot { 0%,100% { transform: scale(1); opacity: 1; } 50% { transform: scale(0.7); opacity: 0.5; } }

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

.page-hero {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(640px 280px at 84% -20%, var(--tint), transparent 70%),
    var(--bg-2);
  border-bottom: 1px solid var(--line);
  padding: 86px 0 64px;
}
.page-hero .eyebrow { margin-bottom: 20px; }
.page-hero h1 { font-size: clamp(40px, 5.2vw, 60px); font-weight: 800; margin-bottom: 16px; }
.page-hero p { font-size: 18px; color: var(--ink-2); max-width: 640px; }

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

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

.section-head { max-width: 680px; margin-bottom: 54px; }
.section-head.center { margin-inline: auto; text-align: center; }
.section-head.center .eyebrow { justify-content: center; }
.section-head h2 { font-size: clamp(32px, 3.8vw, 48px); font-weight: 800; margin: 16px 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: 20px; }
.grid-2 { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; }

.card {
  position: relative;
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 30px;
  transition: transform 0.25s cubic-bezier(.2,.7,.2,1), border-color 0.25s, box-shadow 0.25s;
}
.card:hover { transform: translateY(-6px); border-color: var(--accent-soft-2); box-shadow: var(--shadow-color); }

.card-icon {
  width: 54px; height: 54px;
  border-radius: 15px;
  background: var(--tint);
  color: var(--accent-deep);
  display: grid; place-items: center;
  margin-bottom: 20px;
  transition: transform 0.25s, background 0.25s;
}
.card:hover .card-icon { transform: scale(1.08) rotate(-4deg); background: var(--tint-2); }
.card-icon svg { width: 25px; height: 25px; }

.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-deep); transition: gap 0.2s; }
.card:hover .card-link { gap: 11px; }

/* ---------- Bento (anasayfa hizmetler) ---------- */

.bento { display: grid; grid-template-columns: repeat(6, 1fr); gap: 20px; }
.bento .card { grid-column: span 2; display: flex; flex-direction: column; }
.bento .card.wide { grid-column: span 3; }
.bento .card.feature {
  grid-column: span 6;
  background: var(--ink);
  border-color: var(--ink);
  color: #fff;
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 30px;
  align-items: center;
  overflow: hidden;
}
.bento .card.feature h3 { color: #fff; font-size: 28px; }
.bento .card.feature p { color: rgba(255,255,255,0.72); font-size: 16px; }
.bento .card.feature .card-icon { background: rgba(255,255,255,0.1); color: var(--accent); }
.bento .card.feature .card-link { color: #fff; }
.bento .feature-visual {
  align-self: stretch;
  min-height: 180px;
  border-radius: 16px;
  background:
    radial-gradient(300px 160px at 70% 20%, rgba(15,164,99,0.5), transparent 70%),
    linear-gradient(140deg, #1B1F26, #0E1116);
  border: 1px solid rgba(255,255,255,0.1);
  position: relative;
  overflow: hidden;
}
.bento .feature-visual::before {
  content: "";
  position: absolute; inset: 0;
  background:
    linear-gradient(rgba(255,255,255,0.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.05) 1px, transparent 1px);
  background-size: 28px 28px;
  mask-image: radial-gradient(220px 160px at 60% 40%, #000, transparent 75%);
}

@media (max-width: 880px) {
  .bento { grid-template-columns: repeat(2, 1fr); }
  .bento .card, .bento .card.wide { grid-column: span 1; }
  .bento .card.feature { grid-column: span 2; grid-template-columns: 1fr; }
  .bento .feature-visual { min-height: 140px; }
}
@media (max-width: 560px) {
  .bento { grid-template-columns: 1fr; }
  .bento .card, .bento .card.wide, .bento .card.feature { grid-column: span 1; }
}

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

.billing-toggle {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius-pill);
  padding: 5px;
  margin: 0 auto 36px;
}
.billing-toggle button {
  font-family: var(--font-body);
  font-weight: 600;
  font-size: 14px;
  color: var(--ink-2);
  background: transparent;
  border: none;
  padding: 9px 20px;
  border-radius: var(--radius-pill);
  cursor: pointer;
  transition: background 0.2s, color 0.2s;
}
.billing-toggle button.active { background: var(--accent); color: #fff; }
.billing-toggle .save { font-size: 11px; color: var(--accent-deep); font-weight: 700; margin-left: 4px; }
.billing-toggle button.active .save { color: rgba(255,255,255,0.85); }

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

.price-card {
  position: relative;
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 32px 28px;
  display: flex;
  flex-direction: column;
  transition: transform 0.25s, box-shadow 0.25s, border-color 0.25s;
}
.price-card:hover { transform: translateY(-5px); border-color: var(--accent-soft-2); box-shadow: var(--shadow-color); }
.price-card.featured { border: 1.5px solid var(--accent); background: linear-gradient(180deg, var(--tint), var(--surface) 38%); box-shadow: var(--shadow-color); }

.plan-badge {
  position: absolute; top: -13px; left: 24px;
  background: var(--accent); color: #fff;
  font-family: var(--font-mono); font-size: 11px; font-weight: 600;
  letter-spacing: 0.05em; text-transform: uppercase;
  padding: 5px 13px; border-radius: 8px; white-space: nowrap;
  box-shadow: 0 8px 18px -6px rgba(15,164,99,0.6);
}

.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: 46px; font-weight: 800; letter-spacing: -0.03em; color: var(--ink); }
.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: 19px; height: 19px; margin-top: 1px; 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="%230A7C49" 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); border: 1px solid var(--line-2); border-radius: 8px; padding: 5px 12px; }

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

.stat-strip { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; }
.stat { text-align: center; padding: 36px 16px; border-right: 1px solid var(--line); transition: background 0.25s; }
.stat:last-child { border-right: none; }
.stat:hover { background: var(--tint); }
.stat .num { font-family: var(--font-display); font-size: 42px; font-weight: 800; letter-spacing: -0.03em; color: var(--accent-deep); }
.stat .lbl { color: var(--muted); font-size: 14px; margin-top: 4px; }

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

.cta-band {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(560px 260px at 12% 130%, rgba(255,255,255,0.18), transparent 70%),
    radial-gradient(620px 280px at 92% -40%, rgba(20,178,108,0.5), transparent 70%),
    linear-gradient(140deg, #0E9A5C 0%, #0A7C49 100%);
  border-radius: 28px;
  padding: 64px 56px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 36px;
  color: #fff;
}
.cta-band::before {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(rgba(255,255,255,0.07) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,0.07) 1px, transparent 1px);
  background-size: 38px 38px;
  mask-image: radial-gradient(460px 280px at 82% 0%, #000, transparent 72%);
  pointer-events: none;
}
.cta-band h2 { font-size: clamp(28px, 3.2vw, 40px); font-weight: 800; margin-bottom: 10px; position: relative; color: #fff; }
.cta-band p { color: rgba(255,255,255,0.85); max-width: 52ch; position: relative; }
.cta-band .btn-primary { background: #fff; color: var(--accent-deep); box-shadow: none; flex: none; position: relative; }
.cta-band .btn-primary:hover { background: var(--ink); color: #fff; }

/* ---------- Prose ---------- */

.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(--tint); border: 1px solid var(--accent-soft-2); border-radius: var(--radius-sm); padding: 14px 18px; margin-bottom: 36px; }

/* ---------- Info card ---------- */

.info-card { background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius); padding: 28px; transition: border-color 0.25s, transform 0.25s, box-shadow 0.25s; }
.info-card:hover { border-color: var(--accent-soft-2); transform: translateY(-3px); box-shadow: var(--shadow-color); }
.info-card h3 { font-family: var(--font-mono); font-size: 12px; letter-spacing: 0.12em; text-transform: uppercase; color: var(--accent-deep); 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-2); 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 (açık) ---------- */

.site-footer { background: var(--tint); border-top: 1px solid var(--accent-soft-2); margin-top: 96px; }
.footer-main { display: grid; grid-template-columns: 1.5fr 1fr 1fr 1.2fr; gap: 40px; padding: 62px 0 48px; }
.footer-brand .brand .brand-name { color: var(--ink); }
.footer-brand .brand .brand-tag { color: var(--muted); }
.footer-brand p { color: var(--ink-2); 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-deep); font-weight: 600; margin-bottom: 16px; }
.footer-col ul { list-style: none; display: flex; flex-direction: column; gap: 10px; }
.footer-col a { color: var(--ink-2); font-size: 14.5px; }
.footer-col a:hover { color: var(--accent-deep); }
.footer-col address { font-style: normal; color: var(--ink-2); font-size: 14.5px; line-height: 1.7; }
.footer-col address strong { color: var(--ink); font-size: 13.5px; }
.footer-bottom { border-top: 1px solid var(--accent-soft-2); padding: 22px 0; display: flex; align-items: center; justify-content: space-between; gap: 16px; font-size: 13.5px; color: var(--muted); }
.footer-bottom .legal-links { display: flex; gap: 20px; }
.footer-bottom a { color: var(--muted); }
.footer-bottom a:hover { color: var(--accent-deep); }

/* ---------- Scroll reveal ---------- */
@media (prefers-reduced-motion: no-preference) {
  html.js-anim [data-reveal] {
    opacity: 0; transform: translateY(26px);
    transition: opacity 0.7s cubic-bezier(.2,.7,.2,1), transform 0.7s cubic-bezier(.2,.7,.2,1);
    will-change: opacity, transform;
  }
  html.js-anim [data-reveal].in { opacity: 1; transform: none; }
}

/* ---------- 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 10px; 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 14px; 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: 68px 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: 1px 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-deep); margin-bottom: 16px; }
.config-card .step-num { width: 22px; height: 22px; border-radius: 7px; 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; }

.option-list { display: flex; flex-direction: column; gap: 12px; }
.option-row { display: flex; align-items: center; gap: 14px; border: 1.5px solid var(--line-2); border-radius: var(--radius-sm); padding: 15px 18px; cursor: pointer; transition: border-color 0.15s, background 0.15s, transform 0.15s; }
.option-row:hover { border-color: var(--accent); transform: translateX(2px); }
.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: #fff; background: var(--accent); padding: 3px 9px; border-radius: 7px; white-space: nowrap; }

.domain-input { margin-top: 14px; }
.domain-input.hide { display: none; }
.domain-field { display: flex; border: 1.5px solid var(--line-2); 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; }

.summary-card { background: var(--surface); border: 1.5px solid var(--accent); border-radius: var(--radius); box-shadow: var(--shadow-color); padding: 28px; position: sticky; top: 96px; }
.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(--accent-deep); }
.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-2); display: grid; place-items: center; font-size: 11px; font-weight: 700; color: var(--muted); }
.order-steps .os.active { color: var(--accent-deep); 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-2); }

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

.auth-wrap { min-height: calc(100vh - 76px); display: grid; grid-template-columns: 1fr 1fr; }
.auth-aside {
  position: relative; overflow: hidden;
  background:
    radial-gradient(520px 300px at 18% 6%, rgba(255,255,255,0.16), transparent 70%),
    radial-gradient(560px 340px at 92% 100%, rgba(20,178,108,0.55), transparent 70%),
    linear-gradient(150deg, #0E9A5C 0%, #0A6E41 100%);
  color: #fff; padding: 64px 56px; display: flex; flex-direction: column; justify-content: space-between;
}
.auth-aside::before {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(rgba(255,255,255,0.06) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,0.06) 1px, transparent 1px);
  background-size: 38px 38px; mask-image: radial-gradient(480px 380px at 30% 20%, #000, transparent 76%); pointer-events: none;
}
.auth-aside > * { position: relative; }
.auth-aside .brand .brand-name { color: #fff; }
.auth-aside .brand .brand-tag { color: rgba(255,255,255,0.75); }
.auth-aside .brand .brand-mark { background: rgba(255,255,255,0.16); }
.auth-aside h2 { font-size: 33px; font-weight: 800; margin: 28px 0 14px; max-width: 18ch; color: #fff; }
.auth-aside p { color: rgba(255,255,255,0.82); 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.95); }
.auth-points li svg { width: 20px; height: 20px; color: #fff; flex: none; }

.auth-main { display: flex; align-items: center; justify-content: center; padding: 56px 40px; background: var(--bg); }
.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; }
}
