/* ═══════════════════════════════════════════════
   ATLAS SUPPLEMENT SHOP — tasarım sistemi
   Palet: mürekkep siyahı + kemik beyazı + amber
   ═══════════════════════════════════════════════ */
:root {
  --ink: #0B0E13;
  --ink-soft: #161B24;
  --ink-mute: #232A37;
  --bone: #F4F1EA;
  --paper: #FFFFFF;
  --amber: #F5A524;
  --amber-deep: #D98A0B;
  --red: #E5484D;
  --green: #30A46C;
  --wa: #25D366;
  --line: #E4DFD3;
  --text: #1A1D24;
  --text-mute: #6B7280;
  --radius: 18px;
  --shadow: 0 10px 40px rgba(11, 14, 19, .12);
  --font-display: 'Sora', system-ui, sans-serif;
  --font-body: 'Inter', system-ui, sans-serif;
}

* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  font-family: var(--font-body);
  color: var(--text);
  background: var(--bone);
  line-height: 1.6;
  overflow-x: hidden;
}
h1, h2, h3, h4 { font-family: var(--font-display); line-height: 1.15; letter-spacing: -.02em; }
img, svg { display: block; max-width: 100%; }
button { font-family: inherit; cursor: pointer; border: none; background: none; }
input, select { font-family: inherit; }
a { color: inherit; text-decoration: none; }
.container { width: min(1200px, 92%); margin-inline: auto; }
s { opacity: .55; font-weight: 500; }

/* ─── Butonlar ─── */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  padding: 13px 24px; border-radius: 999px; font-weight: 700; font-size: 15px;
  transition: transform .15s, box-shadow .15s, background .15s;
  white-space: nowrap;
}
.btn:hover { transform: translateY(-2px); }
.btn:active { transform: translateY(0); }
.btn svg { width: 18px; height: 18px; }
.btn-amber { background: var(--amber); color: var(--ink); box-shadow: 0 6px 20px rgba(245, 165, 36, .35); }
.btn-amber:hover { background: #FFB63C; box-shadow: 0 10px 26px rgba(245, 165, 36, .45); }
.btn-ink { background: var(--ink); color: var(--bone); }
.btn-ink:hover { background: var(--ink-mute); }
.btn-ghost { background: transparent; color: var(--bone); border: 2px solid rgba(244, 241, 234, .3); }
.btn-ghost:hover { border-color: var(--amber); color: var(--amber); }
.btn-ghost-dark { background: transparent; color: var(--ink); border: 2px solid var(--ink); }
.btn-ghost-dark:hover { background: var(--ink); color: var(--bone); }
.btn-wa { background: var(--wa); color: #fff; }
.btn-lg { padding: 16px 30px; font-size: 16px; }
.btn-sm { padding: 9px 16px; font-size: 13px; }
.btn-block { width: 100%; }
.icon-btn {
  width: 42px; height: 42px; border-radius: 12px; display: grid; place-items: center;
  color: inherit; transition: background .15s; font-size: 16px;
}
.icon-btn:hover { background: rgba(0, 0, 0, .07); }
.icon-btn svg { width: 22px; height: 22px; }

/* ─── Duyuru barı ─── */
.announce { background: var(--ink); color: var(--bone); font-size: 13.5px; overflow: hidden; }
.announce b { color: var(--amber); }
.announce-track {
  display: flex; gap: 48px; justify-content: center; align-items: center;
  padding: 9px 16px; flex-wrap: wrap;
}
.announce-timer b { font-variant-numeric: tabular-nums; }

/* ─── Header ─── */
.header {
  position: sticky; top: 0; z-index: 90;
  background: rgba(244, 241, 234, .88); backdrop-filter: blur(14px);
  border-bottom: 1px solid var(--line);
}
.header-inner { display: flex; align-items: center; gap: 28px; padding: 14px 0; }
.logo { display: flex; align-items: center; gap: 10px; }
.logo-mark { width: 42px; height: 42px; border-radius: 12px; object-fit: cover; }
.logo-text { font-family: var(--font-display); font-weight: 800; font-size: 20px; letter-spacing: .04em; line-height: 1; display: flex; flex-direction: column; }
.logo-text small { font-size: 8.5px; font-weight: 600; letter-spacing: .32em; color: var(--text-mute); }
.logo.light .logo-text { color: var(--bone); }
.logo.light .logo-text small { color: rgba(244, 241, 234, .55); }
.nav { display: flex; gap: 4px; margin-right: auto; }
.nav a { padding: 8px 14px; border-radius: 999px; font-weight: 600; font-size: 14.5px; transition: background .15s; }
.nav a:hover { background: rgba(11, 14, 19, .07); }
.header-actions { display: flex; align-items: center; gap: 8px; margin-left: auto; }
.search-box {
  display: flex; align-items: center; gap: 8px; background: #fff; border: 1px solid var(--line);
  border-radius: 999px; padding: 9px 16px; width: 230px; transition: border-color .15s, width .2s;
}
.search-box:focus-within { border-color: var(--amber); width: 270px; }
.search-box svg { width: 17px; height: 17px; color: var(--text-mute); flex: none; }
.search-box input { border: none; outline: none; width: 100%; font-size: 14px; background: transparent; }
.cart-btn { position: relative; }
.cart-count {
  position: absolute; top: 2px; right: 2px; min-width: 18px; height: 18px; padding: 0 4px;
  background: var(--amber); color: var(--ink); border-radius: 999px;
  font-size: 11px; font-weight: 800; display: grid; place-items: center;
  transition: transform .2s;
}
.cart-count.bump { animation: bump .35s; }
@keyframes bump { 40% { transform: scale(1.45); } }
.menu-btn { display: none; }

/* ─── Hesap / Üyelik ─── */
.account-btn {
  display: inline-flex; align-items: center; gap: 7px; padding: 9px 14px;
  border-radius: 999px; border: 1.5px solid var(--line); background: #fff;
  font-weight: 700; font-size: 13px; transition: border-color .15s; max-width: 180px;
}
.account-btn:hover { border-color: var(--amber); }
.account-btn svg { width: 18px; height: 18px; flex: none; }
.account-btn span { white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.account-btn.logged { border-color: var(--amber); background: #FFF7E8; }
.account-menu {
  position: absolute; top: calc(100% + 6px); right: 0; background: #fff; border: 1px solid var(--line);
  border-radius: 14px; box-shadow: var(--shadow); padding: 12px; display: none; z-index: 95; min-width: 200px;
}
.account-menu.show { display: grid; gap: 8px; }
.account-menu b { font-size: 14px; }
.account-menu button { text-align: left; padding: 9px 11px; border-radius: 9px; font-weight: 600; font-size: 13.5px; }
.account-menu button:hover { background: #FDE8E8; color: var(--red); }
.header-actions { position: relative; }

.auth-modal { max-width: 480px; padding: 26px 26px 24px; }
.auth-head { text-align: center; display: grid; justify-items: center; gap: 6px; margin-bottom: 14px; }
.auth-logo { width: 54px; height: 54px; border-radius: 14px; }
.auth-head h3 { font-size: 21px; }
.auth-note { color: var(--amber-deep); font-weight: 700; font-size: 13px; min-height: 0; }
.auth-tabs { display: flex; border-bottom: 1.5px solid var(--line); margin-bottom: 16px; }
.auth-tab { flex: 1; padding: 10px; font-weight: 700; font-size: 14px; color: var(--text-mute); border-bottom: 2.5px solid transparent; margin-bottom: -1.5px; }
.auth-tab.active { color: var(--ink); border-color: var(--amber); }
.auth-form { display: grid; gap: 12px; }
.auth-err { color: var(--red); font-weight: 700; font-size: 13px; min-height: 0; text-align: center; }
.auth-kvkk { color: var(--text-mute); font-size: 11.5px; text-align: center; line-height: 1.5; }
.auth-kvkk a { text-decoration: underline; color: var(--amber-deep); }

/* ─── Siparişlerim ─── */
.orders-modal { max-width: 560px; padding: 26px 24px; }
.orders-title { font-size: 21px; margin-bottom: 16px; }
.orders-empty { text-align: center; color: var(--text-mute); padding: 34px 10px; font-size: 15px; line-height: 1.8; }
.order-card { background: #fff; border: 1px solid var(--line); border-radius: 14px; padding: 16px 18px; margin-bottom: 12px; display: grid; gap: 9px; }
.oc-head { display: flex; justify-content: space-between; align-items: center; gap: 10px; }
.oc-head b { font-family: var(--font-display); }
.oc-head small { color: var(--text-mute); }
.oc-items { font-size: 13px; color: var(--text-mute); line-height: 1.5; }
.ostatus { font-size: 11px; font-weight: 800; padding: 4px 11px; border-radius: 999px; white-space: nowrap; }
.st-onaylandi { background: #E8F0FE; color: #2563EB; }
.st-hazirlaniyor { background: #FFF3DC; color: var(--amber-deep); }
.st-kargoda { background: #EDE9FE; color: #7C3AED; }
.st-teslim { background: #E6F6EE; color: var(--green); }
.st-odeme-bekliyor { background: #FDF2E3; color: #B45309; }
.st-iptal { background: #FDE8E8; color: var(--red); }
.otimeline { display: flex; align-items: center; gap: 6px; font-size: 11px; font-weight: 700; color: #b9b2a2; flex-wrap: wrap; }
.otimeline i { color: var(--line); font-style: normal; }
.ostep.done { color: var(--green); }
.oc-foot { display: flex; justify-content: space-between; align-items: center; gap: 10px; flex-wrap: wrap; border-top: 1px dashed var(--line); padding-top: 10px; }
.oc-foot > b { font-family: var(--font-display); font-size: 16px; }
.oc-track { color: var(--amber-deep); font-weight: 700; font-size: 12.5px; text-decoration: underline; }
.oc-note { color: var(--text-mute); font-size: 11.5px; }
.msg-order { background: var(--bone); border: 1px solid var(--line); border-radius: 11px; padding: 9px 12px; margin-top: 7px; font-size: 12.5px; line-height: 1.5; }

/* ─── Marka filtresi ─── */
.brand-select {
  border: 1.5px solid var(--line); background: #fff; border-radius: 999px;
  padding: 8px 14px; font-weight: 600; font-size: 13.5px; outline: none; cursor: pointer;
}
.brand-select:focus { border-color: var(--amber); }

/* ─── Aroma seçici (görsel çipler) ─── */
.flavor-chip {
  display: grid; justify-items: center; gap: 5px; padding: 10px 8px 8px; min-width: 74px;
  border: 2px solid var(--line); background: #fff; border-radius: 14px;
  font-weight: 600; font-size: 11.5px; transition: all .15s; cursor: pointer; line-height: 1.15;
}
.flavor-chip .fc-ico {
  width: 42px; height: 42px; border-radius: 50%; display: grid; place-items: center;
  font-size: 24px; background: #F4F1EA; border: 1px solid var(--line);
}
.flavor-chip:hover { border-color: var(--amber); transform: translateY(-2px); }
.flavor-chip.active { border-color: var(--ink); background: var(--ink); color: var(--bone); }
.flavor-chip.active .fc-ico { background: var(--amber); border-color: var(--amber); }

/* ─── Instagram ─── */
.ig-link { display: flex; align-items: center; gap: 12px; margin-top: 18px; font-size: 13px; line-height: 1.4; }
.ig-link svg {
  width: 40px; height: 40px; padding: 8px; border-radius: 12px; flex: none;
  background: linear-gradient(45deg, #F58529, #DD2A7B 55%, #8134AF); color: #fff;
}
.ig-link b { color: var(--amber); }
.ig-link:hover b { text-decoration: underline; }

/* ─── Hero ─── */
.hero {
  position: relative; background: var(--ink); color: var(--bone);
  overflow: hidden; padding: 90px 0 110px;
}
.hero::after {
  content: ""; position: absolute; inset: 0; pointer-events: none;
  background:
    radial-gradient(700px 400px at 80% 20%, rgba(245, 165, 36, .14), transparent 60%),
    radial-gradient(500px 400px at 10% 90%, rgba(245, 165, 36, .07), transparent 60%);
}
.hero-bg-word {
  position: absolute; inset: auto -2% -4% -2%; font-family: var(--font-display);
  font-weight: 800; font-size: clamp(120px, 22vw, 300px); letter-spacing: .02em;
  color: transparent; -webkit-text-stroke: 1px rgba(244, 241, 234, .07);
  line-height: 1; user-select: none; text-align: center;
}
.hero-inner { position: relative; z-index: 2; display: grid; grid-template-columns: 1.15fr .85fr; gap: 40px; align-items: center; }
.hero-eyebrow {
  display: inline-flex; align-items: center; gap: 9px; font-size: 13px; font-weight: 600;
  letter-spacing: .08em; text-transform: uppercase; color: rgba(244, 241, 234, .75);
  border: 1px solid rgba(244, 241, 234, .18); padding: 8px 16px; border-radius: 999px; margin-bottom: 26px;
}
.pulse-dot { width: 8px; height: 8px; border-radius: 50%; background: var(--green); animation: pulse 1.8s infinite; }
@keyframes pulse { 0%, 100% { box-shadow: 0 0 0 0 rgba(48, 164, 108, .5); } 50% { box-shadow: 0 0 0 7px rgba(48, 164, 108, 0); } }
.hero h1 { font-size: clamp(38px, 5.4vw, 68px); font-weight: 800; }
.hero h1 em { font-style: normal; color: var(--amber); position: relative; }
.hero-sub { margin: 22px 0 30px; font-size: 17px; color: rgba(244, 241, 234, .72); max-width: 520px; }
.hero-cta-row { display: flex; gap: 14px; flex-wrap: wrap; }
.hero-proof { display: flex; align-items: center; gap: 14px; margin-top: 38px; }
.proof-avatars { display: flex; }
.proof-avatars i {
  width: 40px; height: 40px; border-radius: 50%; border: 2px solid var(--ink);
  background: linear-gradient(135deg, var(--amber), #8a5a0a); color: var(--ink);
  display: grid; place-items: center; font-style: normal; font-weight: 800; font-size: 12px;
  margin-left: -10px;
}
.proof-avatars i:first-child { margin-left: 0; }
.proof-avatars i:nth-child(2) { background: linear-gradient(135deg, #7ee0a3, #1c6b44); }
.proof-avatars i:nth-child(3) { background: linear-gradient(135deg, #9db7ff, #2c4a9e); }
.proof-avatars i:nth-child(4) { background: linear-gradient(135deg, #ffb3c1, #a1315a); }
.stars { color: var(--amber); font-size: 15px; letter-spacing: 2px; }
.stars b { color: var(--bone); letter-spacing: 0; margin-left: 6px; }
.hero-proof small { color: rgba(244, 241, 234, .6); font-size: 13px; }
.hero-visual { position: relative; display: grid; place-items: center; }
.hero-visual svg { width: min(420px, 100%); filter: drop-shadow(0 30px 60px rgba(0, 0, 0, .5)); animation: float 5s ease-in-out infinite; }
@keyframes float { 50% { transform: translateY(-14px); } }

/* ─── Marquee ─── */
.marquee { background: var(--amber); color: var(--ink); overflow: hidden; padding: 13px 0; transform: rotate(-1.2deg) scale(1.02); margin: -14px 0 20px; box-shadow: var(--shadow); }
.marquee-track { display: flex; gap: 34px; white-space: nowrap; font-family: var(--font-display); font-weight: 800; font-size: 15px; letter-spacing: .1em; animation: scroll 26s linear infinite; width: max-content; }
.marquee-track i { font-style: normal; opacity: .55; }
@keyframes scroll { to { transform: translateX(-50%); } }

/* ─── Güven barı ─── */
.trustbar {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px;
  margin: 46px auto 0; padding: 8px 0;
}
.trust-item { display: flex; align-items: center; gap: 14px; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 18px 20px; }
.trust-ico { font-size: 26px; }
.trust-item b { display: block; font-size: 14.5px; }
.trust-item span { font-size: 13px; color: var(--text-mute); }

/* ─── Bölüm başlığı ─── */
.section-head { margin: 90px 0 40px; max-width: 640px; }
.section-head.row { display: flex; justify-content: space-between; align-items: flex-end; max-width: none; gap: 24px; flex-wrap: wrap; }
.section-kicker { font-size: 12.5px; font-weight: 700; letter-spacing: .22em; color: var(--amber-deep); }
.section-kicker.light { color: var(--amber); }
.section-head h2 { font-size: clamp(28px, 3.6vw, 42px); font-weight: 800; margin-top: 10px; }
.section-head p { margin-top: 12px; color: var(--text-mute); }

/* ─── Hedef kartları ─── */
.goal-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 14px; }
.goal-card {
  background: #fff; border: 2px solid var(--line); border-radius: var(--radius);
  padding: 24px 16px; text-align: center; display: grid; gap: 4px; justify-items: center;
  transition: border-color .15s, transform .15s, box-shadow .15s;
}
.goal-card:hover { transform: translateY(-4px); border-color: var(--amber); box-shadow: var(--shadow); }
.goal-card.active { border-color: var(--ink); background: var(--ink); color: var(--bone); }
.goal-card.active span:last-child { color: rgba(244, 241, 234, .6); }
.goal-emoji { font-size: 30px; }
.goal-card b { font-family: var(--font-display); font-size: 15.5px; }
.goal-card span:last-child { font-size: 12.5px; color: var(--text-mute); }

/* ─── Filtre çipleri ─── */
.filter-chips { display: flex; gap: 8px; flex-wrap: wrap; }
.chip {
  padding: 9px 18px; border-radius: 999px; border: 1.5px solid var(--line); background: #fff;
  font-weight: 600; font-size: 13.5px; transition: all .15s;
}
.chip:hover { border-color: var(--ink); }
.chip.active { background: var(--ink); color: var(--bone); border-color: var(--ink); }

/* ─── Ürün kartları ─── */
.product-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.product-card {
  background: #fff; border: 1px solid var(--line); border-radius: var(--radius);
  overflow: hidden; display: flex; flex-direction: column; position: relative;
  transition: transform .2s, box-shadow .2s; cursor: pointer;
}
.product-card:hover { transform: translateY(-6px); box-shadow: var(--shadow); }
.pc-media { background: linear-gradient(160deg, #EDE9DF, #f7f4ec); padding: 26px 26px 10px; position: relative; }
.pc-media svg { width: 72%; margin-inline: auto; transition: transform .25s; }
.product-card:hover .pc-media svg { transform: scale(1.05) rotate(-2deg); }
.pc-media .p-photo { width: 82%; aspect-ratio: 1 / 1.22; object-fit: contain; margin-inline: auto; transition: transform .25s; }
.product-card:hover .pc-media .p-photo { transform: scale(1.05) rotate(-2deg); }
.ci-thumb .p-photo { width: 100%; aspect-ratio: 1 / 1.2; object-fit: cover; border-radius: 8px; }
.pm-media .p-photo { max-width: 82%; border-radius: 14px; }
.pm-gallery { display: grid; gap: 12px; justify-items: center; width: 100%; }
.pm-main-img { max-width: 88%; max-height: 340px; object-fit: contain; border-radius: 14px; }
.pm-thumbs { display: flex; gap: 8px; flex-wrap: wrap; justify-content: center; }
.pm-thumb {
  width: 54px; height: 54px; border-radius: 10px; overflow: hidden; padding: 0;
  border: 2px solid var(--line); background: #fff; cursor: pointer; transition: border-color .15s;
}
.pm-thumb img { width: 100%; height: 100%; object-fit: cover; display: block; }
.pm-thumb:hover { border-color: var(--amber); }
.pm-thumb.active { border-color: var(--ink); }
.hero-photo { width: min(440px, 100%); border-radius: 26px; box-shadow: 0 30px 60px rgba(0,0,0,.5); animation: float 5s ease-in-out infinite; }
.pc-badges { position: absolute; top: 12px; left: 12px; display: grid; gap: 6px; z-index: 2; }
.badge { font-size: 11px; font-weight: 800; letter-spacing: .04em; padding: 5px 10px; border-radius: 8px; width: max-content; }
.badge.hot { background: var(--ink); color: var(--amber); }
.badge.sale { background: var(--red); color: #fff; }
.badge.low { background: #FFF1E7; color: #C2410C; border: 1px solid #FFD8BE; }
.badge.new { background: var(--green); color: #fff; }
.pc-body { padding: 16px 18px 18px; display: flex; flex-direction: column; gap: 8px; flex: 1; }
.pc-cat { font-size: 11.5px; font-weight: 700; letter-spacing: .14em; color: var(--text-mute); text-transform: uppercase; }
.pc-name { font-family: var(--font-display); font-weight: 700; font-size: 16.5px; line-height: 1.3; }
.pc-rating { display: flex; align-items: center; gap: 6px; font-size: 13px; }
.pc-rating .stars { font-size: 13px; letter-spacing: 1px; }
.pc-rating span { color: var(--text-mute); }
.pc-price-row { display: flex; align-items: baseline; gap: 9px; margin-top: auto; padding-top: 6px; }
.pc-price { font-family: var(--font-display); font-weight: 800; font-size: 21px; }
.pc-price-row s { font-size: 14.5px; }
.pc-off { font-size: 12px; font-weight: 800; color: var(--red); background: #FDE8E8; padding: 3px 7px; border-radius: 6px; }
.pc-stock { font-size: 12px; color: #C2410C; font-weight: 600; }
.pc-add {
  margin-top: 10px; width: 100%; padding: 12px; border-radius: 12px;
  background: var(--ink); color: var(--bone); font-weight: 700; font-size: 14px;
  transition: background .15s;
}
.pc-add:hover { background: var(--amber); color: var(--ink); }

/* ─── Bundle ─── */
.bundle { background: var(--ink); color: var(--bone); margin-top: 100px; padding: 90px 0; position: relative; overflow: hidden; }
.bundle::before {
  content: "-24%"; position: absolute; right: -1%; top: -6%; font-family: var(--font-display);
  font-size: clamp(140px, 20vw, 300px); font-weight: 800; color: transparent;
  -webkit-text-stroke: 1px rgba(245, 165, 36, .15); line-height: 1;
}
.bundle-inner { display: grid; grid-template-columns: 1.1fr .9fr; gap: 50px; align-items: center; position: relative; z-index: 1; }
.bundle h2 { font-size: clamp(30px, 4vw, 46px); margin-top: 12px; }
.bundle h2 em { font-style: normal; color: var(--amber); }
.bundle p { color: rgba(244, 241, 234, .72); margin-top: 16px; max-width: 480px; }
.bundle p b, .bundle-list b { color: var(--amber); }
.bundle-list { list-style: none; margin: 22px 0; display: grid; gap: 9px; font-size: 15px; }
.bundle-price-row { display: flex; gap: 22px; align-items: center; flex-wrap: wrap; margin-top: 10px; }
.bundle-price { display: flex; align-items: baseline; gap: 12px; }
.bundle-price s { font-size: 18px; color: rgba(244, 241, 234, .5); }
.bundle-price b { font-family: var(--font-display); font-size: 40px; color: var(--amber); }
.save-tag { background: var(--amber); color: var(--ink); font-weight: 800; font-size: 12px; padding: 5px 10px; border-radius: 8px; }
.bundle .btn-ink { background: var(--amber); color: var(--ink); }
.bundle .btn-ink:hover { background: #FFB63C; }
.bundle-note { display: block; margin-top: 18px; color: rgba(244, 241, 234, .6); font-size: 13.5px; }
.bundle-visual svg { width: min(440px, 100%); margin-inline: auto; filter: drop-shadow(0 30px 50px rgba(0, 0, 0, .5)); }

/* ─── Neden Atlas ─── */
.why-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.why-card { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 30px; position: relative; }
.why-num { font-family: var(--font-display); font-weight: 800; font-size: 15px; color: var(--amber-deep); margin-bottom: 12px; }
.why-card h3 { font-size: 19px; margin-bottom: 10px; }
.why-card p { color: var(--text-mute); font-size: 14.5px; }
.stats-row {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; margin-top: 40px;
  background: var(--ink); color: var(--bone); border-radius: var(--radius); padding: 40px 30px;
}
.stat { text-align: center; }
.stat b { font-family: var(--font-display); font-size: clamp(26px, 3vw, 38px); color: var(--amber); display: block; font-variant-numeric: tabular-nums; }
.stat span { font-size: 13px; color: rgba(244, 241, 234, .65); }

/* ─── Yorumlar ─── */
.reviews { background: #EDE9DF; padding: 10px 0 90px; margin-top: 90px; }
.review-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.review-card { background: #fff; border-radius: var(--radius); padding: 26px; display: flex; flex-direction: column; gap: 12px; border: 1px solid var(--line); }
.review-card .stars { font-size: 14px; }
.review-text { font-size: 14.5px; line-height: 1.65; }
.review-meta { display: flex; align-items: center; gap: 11px; margin-top: auto; padding-top: 8px; }
.review-ava { width: 40px; height: 40px; border-radius: 50%; display: grid; place-items: center; font-weight: 800; font-size: 13px; color: #fff; }
.review-meta b { font-size: 14px; display: block; }
.review-meta small { color: var(--text-mute); font-size: 12px; }
.verified { color: var(--green); font-weight: 700; font-size: 11.5px; display: inline-flex; align-items: center; gap: 4px; }

/* ─── SSS ─── */
.faq-list { display: grid; gap: 10px; max-width: 800px; }
.faq-item { background: #fff; border: 1px solid var(--line); border-radius: 14px; overflow: hidden; }
.faq-q {
  width: 100%; text-align: left; padding: 19px 22px; font-weight: 700; font-size: 15.5px;
  display: flex; justify-content: space-between; align-items: center; gap: 14px;
  font-family: var(--font-display);
}
.faq-q::after { content: "+"; font-size: 22px; color: var(--amber-deep); transition: transform .2s; flex: none; }
.faq-item.open .faq-q::after { transform: rotate(45deg); }
.faq-a { max-height: 0; overflow: hidden; transition: max-height .3s ease; }
.faq-a p { padding: 0 22px 20px; color: var(--text-mute); font-size: 14.5px; }
.faq-cta { margin-top: 34px; background: #fff; border: 1px dashed var(--amber-deep); border-radius: var(--radius); padding: 26px; display: flex; justify-content: space-between; align-items: center; gap: 20px; flex-wrap: wrap; }
.faq-cta-btns { display: flex; gap: 10px; flex-wrap: wrap; }

/* ─── Bülten ─── */
.newsletter { background: var(--amber); margin-top: 90px; padding: 60px 0; }
.newsletter-inner { display: flex; justify-content: space-between; align-items: center; gap: 30px; flex-wrap: wrap; }
.newsletter h2 { font-size: clamp(26px, 3vw, 36px); }
.newsletter h2 em { font-style: normal; text-decoration: underline; text-decoration-thickness: 4px; text-underline-offset: 6px; }
.newsletter p { margin-top: 8px; color: rgba(11, 14, 19, .75); }
.newsletter-form { display: flex; gap: 10px; background: #fff; padding: 8px; border-radius: 999px; min-width: min(440px, 100%); }
.newsletter-form input { flex: 1; border: none; outline: none; padding: 0 18px; font-size: 15px; border-radius: 999px; min-width: 0; }
.newsletter-form .btn { background: var(--ink); color: var(--bone); box-shadow: none; }

/* ─── Footer ─── */
.footer { background: var(--ink); color: rgba(244, 241, 234, .75); padding: 70px 0 30px; }
.footer-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1fr 1.2fr; gap: 30px; }
.footer-brand p { margin: 18px 0; font-size: 14px; max-width: 260px; }
.pay-badges { display: flex; gap: 7px; flex-wrap: wrap; }
.pay-badges span { border: 1px solid rgba(244, 241, 234, .25); border-radius: 7px; padding: 4px 9px; font-size: 11px; font-weight: 700; letter-spacing: .04em; }
.footer-col { display: grid; gap: 10px; align-content: start; font-size: 14px; }
.footer-col b { color: var(--bone); font-family: var(--font-display); margin-bottom: 6px; }
.footer-col a:hover { color: var(--amber); }
.footer-hours { font-size: 12.5px; color: rgba(244, 241, 234, .5); }
.footer-bottom { border-top: 1px solid rgba(244, 241, 234, .12); margin-top: 50px; padding-top: 24px; display: flex; justify-content: space-between; gap: 14px; font-size: 12.5px; color: rgba(244, 241, 234, .5); flex-wrap: wrap; }

/* ─── Sepet çekmecesi ─── */
.drawer-overlay, .modal-overlay {
  position: fixed; inset: 0; background: rgba(11, 14, 19, .55); backdrop-filter: blur(3px);
  opacity: 0; pointer-events: none; transition: opacity .25s; z-index: 100;
}
.drawer-overlay.show, .modal-overlay.show { opacity: 1; pointer-events: auto; }
.cart-drawer {
  position: fixed; top: 0; right: 0; bottom: 0; width: min(430px, 100vw); background: var(--bone);
  z-index: 110; transform: translateX(105%); transition: transform .3s cubic-bezier(.2, .8, .25, 1);
  display: flex; flex-direction: column; box-shadow: -20px 0 60px rgba(0, 0, 0, .25);
}
.cart-drawer.show { transform: none; }
.drawer-head { display: flex; justify-content: space-between; align-items: center; padding: 20px 22px 14px; }
.drawer-head h3 { font-size: 21px; }
.drawer-head span { color: var(--text-mute); font-family: var(--font-body); font-weight: 500; font-size: 15px; }
.ship-progress { padding: 0 22px 16px; border-bottom: 1px solid var(--line); }
.ship-progress-text { font-size: 13.5px; margin-bottom: 8px; }
.ship-progress-text b { color: var(--amber-deep); }
.ship-progress-text.done b { color: var(--green); }
.ship-bar { height: 8px; background: #E4DFD3; border-radius: 99px; overflow: hidden; }
.ship-bar-fill { height: 100%; background: linear-gradient(90deg, var(--amber), var(--amber-deep)); border-radius: 99px; transition: width .4s; }
.ship-bar-fill.done { background: var(--green); }
.drawer-items { flex: 1; overflow-y: auto; padding: 16px 22px; display: grid; gap: 14px; align-content: start; }
.cart-empty { text-align: center; color: var(--text-mute); padding: 50px 10px; display: grid; gap: 12px; justify-items: center; }
.cart-empty span { font-size: 44px; }
.cart-item { display: grid; grid-template-columns: 64px 1fr auto; gap: 12px; background: #fff; border: 1px solid var(--line); border-radius: 14px; padding: 12px; align-items: center; }
.ci-thumb { background: #EDE9DF; border-radius: 10px; padding: 7px; }
.ci-name { font-weight: 700; font-size: 13.5px; line-height: 1.3; font-family: var(--font-display); }
.ci-variant { font-size: 12px; color: var(--text-mute); }
.ci-price { font-weight: 800; font-size: 14px; margin-top: 3px; }
.ci-controls { display: grid; gap: 6px; justify-items: end; }
.qty-row { display: flex; align-items: center; gap: 2px; border: 1px solid var(--line); border-radius: 9px; }
.qty-row button { width: 27px; height: 27px; font-weight: 800; font-size: 15px; color: var(--text-mute); }
.qty-row button:hover { color: var(--ink); }
.qty-row span { min-width: 22px; text-align: center; font-weight: 700; font-size: 13.5px; }
.ci-remove { font-size: 12px; color: var(--text-mute); text-decoration: underline; }
.ci-remove:hover { color: var(--red); }
.drawer-upsell { padding: 0 22px; }
.upsell-box { background: #FFF7E8; border: 1px dashed var(--amber-deep); border-radius: 14px; padding: 12px 14px; display: grid; grid-template-columns: 46px 1fr auto; gap: 11px; align-items: center; }
.upsell-box small { display: block; color: var(--amber-deep); font-weight: 800; font-size: 10.5px; letter-spacing: .08em; }
.upsell-box b { font-size: 13px; line-height: 1.25; display: block; }
.upsell-box .us-price { font-size: 12.5px; color: var(--text-mute); }
.upsell-add { background: var(--ink); color: var(--bone); border-radius: 9px; padding: 8px 13px; font-weight: 700; font-size: 12.5px; }
.upsell-add:hover { background: var(--amber); color: var(--ink); }
.drawer-foot { border-top: 1px solid var(--line); padding: 16px 22px 20px; display: grid; gap: 8px; background: #fff; }
.drawer-total-row { display: flex; justify-content: space-between; font-size: 15px; }
.drawer-total-row b { font-size: 19px; font-family: var(--font-display); }
.drawer-total-row.small, .drawer-total-row.small b { font-size: 13.5px; color: var(--text-mute); font-family: var(--font-body); }
.drawer-secure { text-align: center; color: var(--text-mute); font-size: 11.5px; }

/* ─── Modallar ─── */
.modal-overlay { display: grid; place-items: center; padding: 20px; overflow-y: auto; }
.modal {
  background: var(--bone); border-radius: 22px; width: 100%; position: relative;
  transform: translateY(16px) scale(.98); transition: transform .25s; max-height: 92vh; overflow-y: auto;
}
.modal-overlay.show .modal { transform: none; }
.modal-close { position: absolute; top: 14px; right: 14px; z-index: 5; background: rgba(11, 14, 19, .06); border-radius: 50%; }

/* Ürün modalı */
.product-modal { max-width: 880px; }
.pm-grid { display: grid; grid-template-columns: 1fr 1.15fr; }
.pm-media { background: linear-gradient(160deg, #EDE9DF, #f7f4ec); display: grid; place-items: center; padding: 40px; border-radius: 22px 0 0 22px; }
.pm-media svg { width: 78%; }
.pm-body { padding: 34px 32px; display: grid; gap: 13px; align-content: start; }
.pm-body h3 { font-size: 25px; }
.pm-desc { color: var(--text-mute); font-size: 14.5px; }
.pm-price-row { display: flex; align-items: baseline; gap: 12px; }
.pm-price { font-family: var(--font-display); font-size: 32px; font-weight: 800; }
.pm-benefits { display: grid; gap: 7px; font-size: 14px; list-style: none; }
.pm-benefits li::before { content: "✓ "; color: var(--green); font-weight: 800; }
.pm-label { font-size: 12px; font-weight: 800; letter-spacing: .1em; color: var(--text-mute); text-transform: uppercase; }
.variant-row { display: flex; gap: 8px; flex-wrap: wrap; }
.variant-btn { border: 1.5px solid var(--line); background: #fff; padding: 9px 16px; border-radius: 10px; font-weight: 600; font-size: 13.5px; transition: all .15s; }
.variant-btn.active { border-color: var(--ink); background: var(--ink); color: var(--bone); }
.pm-trust { display: flex; gap: 16px; font-size: 12px; color: var(--text-mute); flex-wrap: wrap; }
.pm-usage { background: #fff; border: 1px solid var(--line); border-radius: 12px; padding: 14px 16px; font-size: 13.5px; }
.pm-usage b { font-family: var(--font-display); }
.pm-stock-line { font-size: 13px; font-weight: 700; color: #C2410C; }
.pm-cta-row { display: flex; gap: 10px; align-items: stretch; }
.pm-cta-row .qty-row { background: #fff; }
.pm-cta-row .qty-row button { width: 40px; height: 100%; }
.pm-cta-row .btn { flex: 1; }

/* Ödeme modalı */
.checkout-modal { max-width: 960px; }
.co-grid { display: grid; grid-template-columns: 1.25fr .9fr; min-height: 540px; }
.co-main { padding: 30px 32px; }
.co-steps { display: flex; gap: 6px; margin-bottom: 26px; }
.co-step { flex: 1; text-align: center; font-size: 12.5px; font-weight: 700; color: var(--text-mute); padding-bottom: 10px; border-bottom: 3px solid var(--line); }
.co-step.active { color: var(--ink); border-color: var(--amber); }
.co-step.done { color: var(--green); border-color: var(--green); }
.co-main h3 { font-size: 21px; margin-bottom: 18px; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.form-grid .full { grid-column: 1 / -1; }
.field { display: grid; gap: 5px; }
.field label { font-size: 12.5px; font-weight: 700; color: var(--text-mute); }
.field input, .field select {
  border: 1.5px solid var(--line); border-radius: 11px; padding: 12px 14px; font-size: 14.5px;
  outline: none; background: #fff; transition: border-color .15s; width: 100%;
}
.field input:focus, .field select:focus { border-color: var(--amber); }
.field input.err { border-color: var(--red); background: #FEF5F5; }
.field-err { font-size: 11.5px; color: var(--red); display: none; }
.field.show-err .field-err { display: block; }
.co-options { display: grid; gap: 10px; }
.co-option {
  display: flex; gap: 13px; align-items: flex-start; border: 1.5px solid var(--line);
  background: #fff; border-radius: 13px; padding: 15px 16px; cursor: pointer; transition: border-color .15s;
}
.co-option.active { border-color: var(--ink); box-shadow: 0 0 0 1px var(--ink); }
.co-option input { margin-top: 4px; accent-color: var(--ink); }
.co-option b { font-size: 14.5px; display: flex; gap: 8px; align-items: center; flex-wrap: wrap; }
.co-option small { color: var(--text-mute); font-size: 12.5px; display: block; }
.co-option .opt-price { margin-left: auto; font-weight: 800; font-size: 14px; white-space: nowrap; }
.tag-free { background: #E6F6EE; color: var(--green); font-size: 10.5px; font-weight: 800; padding: 3px 7px; border-radius: 6px; }
.co-nav { display: flex; justify-content: space-between; gap: 12px; margin-top: 26px; }
.co-back { color: var(--text-mute); font-weight: 600; font-size: 14px; text-decoration: underline; }

/* Kart önizleme */
.card-preview {
  background: linear-gradient(135deg, #1b2233, var(--ink) 60%); color: var(--bone);
  border-radius: 16px; padding: 20px 22px; aspect-ratio: 1.63; max-width: 360px;
  display: flex; flex-direction: column; justify-content: space-between; margin-bottom: 18px;
  font-family: var(--font-display); box-shadow: 0 16px 34px rgba(11,14,19,.3); position: relative; overflow: hidden;
}
.card-preview::after { content: ""; position: absolute; width: 220px; height: 220px; border-radius: 50%; background: rgba(245,165,36,.12); top: -100px; right: -60px; }
.cp-top { display: flex; justify-content: space-between; align-items: center; }
.cp-chip { width: 40px; height: 29px; border-radius: 6px; background: linear-gradient(135deg, #f0d27b, #b98a1e); }
.cp-brand { font-weight: 800; font-style: italic; letter-spacing: .04em; }
.cp-num { font-size: clamp(16px, 2vw, 20px); letter-spacing: .12em; font-variant-numeric: tabular-nums; }
.cp-bottom { display: flex; justify-content: space-between; font-size: 12px; text-transform: uppercase; }
.cp-bottom small { display: block; font-size: 9px; color: rgba(244,241,234,.5); letter-spacing: .1em; }

/* Taksit */
.installments { display: grid; gap: 8px; margin-top: 14px; }
.inst-row { display: flex; justify-content: space-between; border: 1.5px solid var(--line); background:#fff; border-radius: 11px; padding: 11px 14px; font-size: 13.5px; cursor: pointer; }
.inst-row.active { border-color: var(--ink); box-shadow: 0 0 0 1px var(--ink); }
.inst-row b { font-variant-numeric: tabular-nums; }

/* Sipariş özeti */
.co-summary { background: #EDE9DF; border-radius: 0 22px 22px 0; padding: 30px 26px; display: grid; gap: 14px; align-content: start; }
.co-summary h4 { font-size: 16px; }
.cs-items { display: grid; gap: 10px; max-height: 220px; overflow-y: auto; }
.cs-item { display: grid; grid-template-columns: 42px 1fr auto; gap: 10px; align-items: center; font-size: 13px; }
.cs-item .ci-thumb { padding: 5px; background: #fff; }
.cs-item b { font-weight: 700; line-height: 1.25; display: block; }
.cs-item small { color: var(--text-mute); }
.promo-row { display: flex; gap: 8px; }
.promo-row input { flex: 1; border: 1.5px solid var(--line); border-radius: 10px; padding: 10px 13px; font-size: 13.5px; outline: none; text-transform: uppercase; min-width: 0; }
.promo-row .btn { padding: 10px 16px; font-size: 13px; }
.promo-msg { font-size: 12.5px; font-weight: 700; }
.promo-msg.ok { color: var(--green); }
.promo-msg.no { color: var(--red); }
.cs-rows { display: grid; gap: 7px; border-top: 1px solid #d9d3c4; padding-top: 13px; font-size: 14px; }
.cs-row { display: flex; justify-content: space-between; }
.cs-row.discount { color: var(--green); font-weight: 700; }
.cs-row.grand { font-size: 18px; font-weight: 800; font-family: var(--font-display); border-top: 1px solid #d9d3c4; padding-top: 11px; margin-top: 4px; }
.cs-badges { display: flex; gap: 6px; flex-wrap: wrap; margin-top: 4px; }
.cs-badges span { background: #fff; border: 1px solid var(--line); font-size: 10.5px; font-weight: 700; padding: 4px 8px; border-radius: 7px; color: var(--text-mute); }

/* Sipariş başarı */
.success-wrap { text-align: center; padding: 60px 40px; display: grid; gap: 14px; justify-items: center; }
.success-check { width: 84px; height: 84px; border-radius: 50%; background: var(--green); color: #fff; display: grid; place-items: center; font-size: 40px; animation: pop .45s cubic-bezier(.2, 1.6, .4, 1); }
@keyframes pop { from { transform: scale(0); } }
.success-wrap h3 { font-size: 26px; }
.success-wrap p { color: var(--text-mute); max-width: 440px; }
.order-no { background: #fff; border: 1px dashed var(--amber-deep); padding: 10px 20px; border-radius: 11px; font-weight: 800; font-family: var(--font-display); }
.success-steps { display: flex; gap: 0; margin: 10px 0; font-size: 12px; color: var(--text-mute); }
.success-steps span { padding: 0 14px; position: relative; }
.success-steps span:not(:last-child)::after { content: "→"; position: absolute; right: -7px; }
.success-steps b { color: var(--green); }

/* ─── Çıkış popup ─── */
.exit-modal { max-width: 430px; text-align: center; padding: 40px 32px 30px; display: grid; gap: 12px; justify-items: center; }
.exit-emoji { font-size: 52px; }
.exit-modal h3 { font-size: 24px; }
.exit-modal p { color: var(--text-mute); font-size: 14.5px; }
.promo-code {
  background: var(--ink); color: var(--amber); font-family: var(--font-display); font-weight: 800;
  font-size: 22px; letter-spacing: .16em; padding: 14px 22px; border-radius: 13px;
  display: flex; align-items: center; gap: 16px;
}
.copy-btn { background: var(--amber); color: var(--ink); font-size: 11px; font-weight: 800; letter-spacing: .05em; padding: 6px 11px; border-radius: 8px; }
.exit-modal small { color: var(--text-mute); font-size: 12.5px; }

/* ─── Destek yığını ─── */
.support-stack { position: fixed; bottom: 22px; right: 22px; z-index: 95; display: grid; gap: 12px; }
.support-fab {
  width: 58px; height: 58px; border-radius: 50%; display: grid; place-items: center;
  box-shadow: 0 10px 26px rgba(11, 14, 19, .3); transition: transform .15s; position: relative;
}
.support-fab:hover { transform: scale(1.08); }
.support-fab svg { width: 30px; height: 30px; }
.support-fab.wa { background: var(--wa); color: #fff; }
.support-fab.chat { background: var(--ink); color: var(--amber); }
.chat-badge {
  position: absolute; top: -3px; right: -3px; background: var(--red); color: #fff;
  min-width: 20px; height: 20px; border-radius: 999px; font-size: 11px; font-weight: 800;
  display: grid; place-items: center; border: 2px solid var(--bone);
}

/* ─── Sohbet paneli ─── */
.chat-panel {
  position: fixed; bottom: 22px; right: 22px; width: min(390px, calc(100vw - 24px));
  height: min(600px, calc(100vh - 60px)); background: #fff; border-radius: 20px; z-index: 120;
  box-shadow: 0 24px 70px rgba(11, 14, 19, .35); display: flex; flex-direction: column;
  transform: translateY(20px) scale(.96); opacity: 0; pointer-events: none; transition: all .25s;
  overflow: hidden;
}
.chat-panel.show { transform: none; opacity: 1; pointer-events: auto; }
.chat-head { background: var(--ink); color: var(--bone); padding: 15px 16px; display: flex; justify-content: space-between; align-items: center; }
.chat-head-info { display: flex; gap: 11px; align-items: center; }
.chat-avatar { width: 42px; height: 42px; border-radius: 50%; background: var(--amber); display: grid; place-items: center; font-size: 21px; }
.chat-head b { font-family: var(--font-display); font-size: 15px; display: block; }
.chat-status { font-size: 12px; color: rgba(244, 241, 234, .65); display: flex; align-items: center; gap: 6px; }
.online-dot { width: 8px; height: 8px; border-radius: 50%; background: var(--green); display: inline-block; }
.chat-head .icon-btn:hover { background: rgba(255, 255, 255, .12); }
.chat-tabs { display: flex; border-bottom: 1px solid var(--line); }
.chat-tab { flex: 1; padding: 11px; font-weight: 700; font-size: 13px; color: var(--text-mute); border-bottom: 2.5px solid transparent; }
.chat-tab.active { color: var(--ink); border-color: var(--amber); }
.chat-body { flex: 1; overflow-y: auto; padding: 16px 14px; display: grid; gap: 10px; align-content: start; background: var(--bone); }
.msg { max-width: 84%; padding: 11px 14px; border-radius: 15px; font-size: 13.5px; line-height: 1.5; width: fit-content; }
.msg.bot { background: #fff; border: 1px solid var(--line); border-bottom-left-radius: 5px; }
.msg.user { background: var(--ink); color: var(--bone); margin-left: auto; border-bottom-right-radius: 5px; }
.msg b { color: var(--amber-deep); }
.msg.user b { color: var(--amber); }
.msg .msg-link { display: inline-block; margin-top: 6px; color: var(--amber-deep); font-weight: 700; text-decoration: underline; cursor: pointer; }
.msg-product { display: flex; gap: 10px; align-items: center; background: var(--bone); border: 1px solid var(--line); border-radius: 11px; padding: 8px 10px; margin-top: 8px; cursor: pointer; }
.msg-product:hover { border-color: var(--amber); }
.msg-product .ci-thumb { width: 40px; padding: 4px; }
.msg-product b { font-size: 12.5px; display: block; color: var(--ink); }
.msg-product span { font-size: 12px; font-weight: 800; color: var(--amber-deep); }
.typing { display: inline-flex; gap: 4px; padding: 13px 16px; }
.typing i { width: 7px; height: 7px; border-radius: 50%; background: #b9b2a2; animation: blink 1.2s infinite; }
.typing i:nth-child(2) { animation-delay: .2s; }
.typing i:nth-child(3) { animation-delay: .4s; }
@keyframes blink { 0%, 60%, 100% { opacity: .3; } 30% { opacity: 1; } }
.chat-quick { display: flex; gap: 7px; padding: 9px 12px; overflow-x: auto; border-top: 1px solid var(--line); background: #fff; scrollbar-width: none; }
.chat-quick::-webkit-scrollbar { display: none; }
.chat-quick button {
  white-space: nowrap; border: 1.5px solid var(--line); border-radius: 999px; padding: 7px 13px;
  font-size: 12.5px; font-weight: 600; color: var(--text); transition: all .15s; background: #fff;
}
.chat-quick button:hover { border-color: var(--amber); background: #FFF7E8; }
.chat-input-row { display: flex; gap: 8px; padding: 11px 12px; border-top: 1px solid var(--line); background: #fff; }
.chat-input-row input { flex: 1; border: 1.5px solid var(--line); border-radius: 999px; padding: 11px 16px; outline: none; font-size: 14px; min-width: 0; }
.chat-input-row input:focus { border-color: var(--amber); }
.chat-input-row .btn { padding: 0 18px; border-radius: 999px; }

/* ─── Toast ─── */
.toast-zone { position: fixed; bottom: 22px; left: 22px; z-index: 96; display: grid; gap: 10px; max-width: 330px; }
.toast {
  background: #fff; border: 1px solid var(--line); border-left: 4px solid var(--amber);
  border-radius: 13px; padding: 13px 16px; box-shadow: var(--shadow); font-size: 13px;
  animation: toastIn .35s cubic-bezier(.2, 1, .3, 1); display: flex; gap: 11px; align-items: center;
}
.toast.out { animation: toastOut .3s forwards; }
.toast-emoji { font-size: 22px; }
.toast b { display: block; font-size: 13px; }
.toast small { color: var(--text-mute); font-size: 11.5px; }
@keyframes toastIn { from { transform: translateX(-110%); opacity: 0; } }
@keyframes toastOut { to { transform: translateX(-110%); opacity: 0; } }

/* ─── Responsive ─── */
@media (max-width: 1080px) {
  .product-grid { grid-template-columns: repeat(3, 1fr); }
  .goal-grid { grid-template-columns: repeat(3, 1fr); }
  .footer-grid { grid-template-columns: repeat(3, 1fr); }
  .search-box { display: none; }
}
@media (max-width: 900px) {
  .nav { display: none; }
  .menu-btn { display: grid; }
  .nav.open {
    display: flex; position: absolute; top: 100%; left: 0; right: 0; flex-direction: column;
    background: var(--bone); border-bottom: 1px solid var(--line); padding: 12px 5%; gap: 2px;
  }
  .hero-inner { grid-template-columns: 1fr; text-align: center; }
  .hero-copy { display: grid; justify-items: center; }
  .hero-sub { margin-inline: auto; }
  .hero-visual { order: -1; }
  .hero-visual svg { width: min(260px, 70%); }
  .hero { padding: 50px 0 80px; }
  .trustbar { grid-template-columns: repeat(2, 1fr); }
  .bundle-inner { grid-template-columns: 1fr; }
  .bundle-visual { display: none; }
  .why-grid { grid-template-columns: 1fr; }
  .stats-row { grid-template-columns: repeat(2, 1fr); gap: 26px; }
  .review-grid { grid-template-columns: 1fr; }
  .pm-grid { grid-template-columns: 1fr; }
  .pm-media { border-radius: 22px 22px 0 0; padding: 26px; }
  .pm-media svg { width: 46%; }
  .co-grid { grid-template-columns: 1fr; }
  .co-summary { border-radius: 0 0 22px 22px; }
}
@media (max-width: 620px) {
  .product-grid { grid-template-columns: repeat(2, 1fr); gap: 12px; }
  .pc-price-row { flex-wrap: wrap; gap: 6px; }
  .announce-track span:nth-child(3) { display: none; }
  .announce-track { gap: 10px; padding: 7px 12px; }
  .goal-grid { grid-template-columns: repeat(2, 1fr); }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .form-grid { grid-template-columns: 1fr; }
  .announce-track { font-size: 12px; gap: 18px; }
  .pc-body { padding: 12px 13px 14px; }
  .pc-name { font-size: 14px; }
  .pc-price { font-size: 17px; }
  .section-head { margin: 60px 0 28px; }
  .toast-zone { display: none; }
  .support-stack { bottom: 14px; right: 14px; }
  .modal-overlay { padding: 10px; }
  .account-btn span { display: none; }
  .account-btn { padding: 9px 11px; }
  .auth-modal { padding: 20px 14px; }
  .co-main { padding: 22px 16px; }
  .co-summary { padding: 22px 16px; }
  .co-nav { flex-direction: column-reverse; align-items: stretch; text-align: center; }
  .co-nav .btn { width: 100%; }
  .co-option { padding: 13px 12px; gap: 9px; }
  .pm-body { padding: 22px 16px; }
  .pm-cta-row { flex-wrap: wrap; }
  .pm-cta-row .qty-row { height: 46px; }
  .card-preview { max-width: 100%; }
}
