/* ============================================================
   PAGES — Ek Stiller (style.css'e ekleyin)
   ============================================================ */

/* ── SAYFA HERO ── */
.page-hero {
  padding: 12rem 5rem 6rem;
  position: relative;
  background: linear-gradient(135deg, #0d0c0a 0%, #131210 60%, #0f0e0c 100%);
  border-bottom: 1px solid rgba(201, 149, 110, 0.1);
}

.page-hero-inner {
  max-width: 1440px;
  margin: 0 auto;
}

/* ── CONTENT SECTION ── */
.content-section {
  padding: 7rem 5rem;
}

.content-section-inner {
  max-width: 1440px;
  margin: 0 auto;
}

/* ── PAGE CTA ── */
.page-cta {
  padding: 7rem 5rem;
  text-align: center;
  background: linear-gradient(135deg, var(--dark), var(--off-black));
  border-top: 1px solid rgba(201, 149, 110, 0.1);
}

.page-cta .section-title {
  margin-bottom: 1rem;
}

.page-cta .section-body {
  max-width: 500px;
  margin: 0 auto 2rem;
}

/* ── NAV AKTIF & DROPDOWN ── */
.nav-links a.active {
  color: var(--gold);
}

/* Bootstrap 5 Native Dropdown controls the navbar dropdowns now */

/* ── FOOTER GENİŞLETİLMİŞ ── */
.footer-inner {
  flex-direction: row;
  align-items: flex-start;
  padding-bottom: 3rem;
  border-bottom: 1px solid rgba(201, 149, 110, 0.08);
}

.footer-brand {
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
  min-width: 180px;
}

.footer-tagline {
  font-size: 0.68rem;
  color: var(--muted);
  letter-spacing: 0.06em;
  line-height: 1.6;
  max-width: 180px;
}

.footer-nav {
  display: flex;
  gap: 4rem;
  flex: 1;
  justify-content: flex-end;
}

.footer-col {
  display: flex;
  flex-direction: column;
  gap: 0.7rem;
}

.footer-col-title {
  font-size: 0.58rem;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 0.4rem;
}

.footer-col a {
  font-size: 0.72rem;
  color: var(--muted);
  text-decoration: none;
  letter-spacing: 0.06em;
  transition: color 0.3s;
}

.footer-col a:hover {
  color: var(--gold);
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 1.8rem;
  flex-wrap: wrap;
  gap: 1rem;
}

.footer-legal {
  display: flex;
  gap: 1.5rem;
}

.footer-legal a {
  font-size: 0.63rem;
  color: var(--muted);
  text-decoration: none;
  letter-spacing: 0.12em;
  transition: color 0.3s;
}

.footer-legal a:hover {
  color: var(--gold);
}

/* ── INFO CARDS (Nedir sayfası) ── */
.info-cards {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.5px;
  background: rgba(201, 149, 110, 0.08);
  margin-top: 4rem;
}

.info-card {
  background: var(--black);
  padding: 2.5rem 2rem;
  text-align: center;
  transition: background 0.3s;
}

.info-card:hover {
  background: var(--dark);
}

/* ── COMPARE GRID ── */
.compare-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
  margin-top: 3rem;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.compare-col {
  padding: 2.5rem;
  border: 1px solid rgba(201, 149, 110, 0.1);
}

.compare-col.compare-good {
  border-color: rgba(201, 149, 110, 0.3);
  background: rgba(201, 149, 110, 0.03);
}

.compare-head {
  font-size: 0.65rem;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 1.5rem;
}

.compare-row {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  font-size: 0.82rem;
  color: var(--cream-dim);
  padding: 0.5rem 0;
  border-bottom: 1px solid rgba(201, 149, 110, 0.06);
}

.compare-ico {
  color: var(--muted);
  font-size: 0.7rem;
}

.compare-ico--good {
  color: var(--gold);
}

/* ── PROCESS STEPS ── */
.process-steps {
  display: flex;
  flex-direction: column;
  gap: 1px;
  background: rgba(201, 149, 110, 0.08);
  max-width: 700px;
  margin: 0 auto;
}

.process-step {
  display: flex;
  gap: 2rem;
  align-items: flex-start;
  background: var(--off-black);
  padding: 1.8rem 2rem;
  transition: background 0.3s;
}

.process-step:hover {
  background: var(--dark);
}

.process-n {
  font-family: "Playfair Display", serif;
  font-size: 1.8rem;
  font-weight: 300;
  color: var(--gold-dim);
  min-width: 3rem;
  line-height: 1;
}

.process-title {
  font-size: 0.78rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--cream);
  margin-bottom: 0.3rem;
}

.process-desc {
  font-size: 0.8rem;
  color: var(--muted);
  line-height: 1.6;
}

/* ── TWO COL ── */
.two-col {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 5rem;
  align-items: start;
}

.check-item {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  font-size: 0.82rem;
  color: var(--cream-dim);
  padding: 0.5rem 0;
  border-bottom: 1px solid rgba(201, 149, 110, 0.06);
}

/* ── BLOG GRID ── */
.blog-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5px;
  background: rgba(201, 149, 110, 0.08);
}

.blog-card {
  background: var(--black);
  padding: 2.5rem 2rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  transition: background 0.3s;
}

.blog-card:hover {
  background: var(--dark);
}

.blog-cat {
  font-size: 0.58rem;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--gold);
}

.blog-title {
  font-family: "Playfair Display", serif;
  font-size: 1.1rem;
  font-weight: 400;
  color: var(--white);
  line-height: 1.4;
}

.blog-excerpt {
  font-size: 0.8rem;
  line-height: 1.75;
  color: var(--muted);
  flex: 1;
}

.blog-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 0.5rem;
}

.blog-read {
  font-size: 0.63rem;
  letter-spacing: 0.15em;
  color: var(--muted);
}

/* ── PRODUCTS GRID ── */
.products-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.5px;
  background: rgba(201, 149, 110, 0.08);
}

.product-card {
  background: var(--black);
  padding: 2.5rem 2rem;
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
  position: relative;
  transition: background 0.3s;
}

.product-card:hover {
  background: var(--dark);
}

.product-icon {
  font-size: 1.5rem;
  color: var(--gold);
}

.product-badge {
  font-size: 0.55rem;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  color: var(--muted);
  border: 1px solid rgba(201, 149, 110, 0.2);
  padding: 0.2rem 0.6rem;
  display: inline-block;
  width: fit-content;
}

.product-name {
  font-family: "Playfair Display", serif;
  font-size: 1.1rem;
  font-weight: 400;
  color: var(--white);
}

.product-desc {
  font-size: 0.78rem;
  line-height: 1.7;
  color: var(--muted);
  flex: 1;
}

/* ── CAMPAIGNS GRID ── */
.campaigns-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
}

.campaign-card {
  padding: 2.5rem;
  border: 1px solid rgba(201, 149, 110, 0.12);
  display: flex;
  flex-direction: column;
  position: relative;
  transition:
    border-color 0.3s,
    background 0.3s;
}

.campaign-card:hover {
  border-color: rgba(201, 149, 110, 0.3);
  background: rgba(201, 149, 110, 0.02);
}

.campaign-card--featured {
  border-color: rgba(201, 149, 110, 0.4);
  background: rgba(201, 149, 110, 0.04);
}

/* ── AUTH (LOGIN/REGISTER) ── */
.auth-section {
  padding: 8rem 1.5rem;
  min-height: 85vh;
  display: flex;
  align-items: center;
  background: var(--light-1);
}

.auth-shell {
  max-width: 1120px;
  margin: 0 auto;
  background: var(--white);
  border-radius: 18px;
  box-shadow: 0 30px 80px rgba(61, 43, 31, 0.12);
  border: 1px solid rgba(195, 142, 100, 0.08);
  overflow: hidden;
  position: relative;
}

.auth-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 600px;
}

.auth-panel {
  padding: 4.2rem 3.8rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  z-index: 2;
}

.auth-panel h2 {
  font-family: "Verdana", sans-serif;
  font-weight: 700;
  color: var(--dark-1);
  margin-bottom: 1.2rem;
  font-size: 2rem;
}

.auth-panel p {
  color: var(--muted);
  font-size: 0.95rem;
  margin-bottom: 2.4rem;
}

.auth-form .form-control {
  border-radius: 14px;
  border: 1px solid rgba(61, 43, 31, 0.1);
  padding: 1rem 1.2rem;
  font-size: 0.95rem;
}

.auth-form .form-control:focus {
  box-shadow: none;
  border-color: rgba(195, 142, 100, 0.45);
}

.auth-form .btn-primary {
  border-radius: 999px;
  padding: 0.95rem 2.8rem;
  font-size: 0.78rem;
}

.auth-side {
  position: absolute;
  inset: 0;
  width: 50%;
  background: linear-gradient(135deg, #c38e64 0%, #a56b41 100%);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  z-index: 3;
}

.auth-side-inner {
  max-width: 320px;
}

.auth-side h3 {
  font-family: "Verdana", sans-serif;
  font-weight: 700;
  margin-bottom: 1rem;
  font-size: 1.6rem;
}

.auth-side p {
  font-size: 0.95rem;
  opacity: 0.85;
  margin-bottom: 2rem;
}

.auth-ghost-btn {
  border: 1px solid rgba(255, 255, 255, 0.7);
  color: #fff;
  background: transparent;
  border-radius: 999px;
  padding: 0.6rem 1.8rem;
  font-size: 0.7rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  font-weight: 700;
  text-decoration: none;
  transition: all 0.3s ease;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.auth-ghost-btn:hover {
  background: #fff;
  color: #a56b41;
}

.auth-shell.is-signup .auth-side {
  transform: translateX(100%);
}

.auth-shell.is-signup .auth-login {
  opacity: 0;
  pointer-events: none;
  transform: translateX(-10px);
}

.auth-shell.is-signup .auth-register {
  opacity: 1;
  pointer-events: auto;
  transform: translateX(0);
}

.auth-login,
.auth-register {
  transition: all 0.4s ease;
}

.auth-register {
  opacity: 0;
  pointer-events: none;
  transform: translateX(10px);
}

.auth-toggle-bar {
  display: none;
  gap: 0.4rem;
  padding: 0.8rem 1.2rem 0;
  background: linear-gradient(
    180deg,
    rgba(250, 247, 242, 0.95),
    rgba(250, 247, 242, 0)
  );
}

.auth-toggle-btn {
  flex: 1;
  border: 1px solid rgba(195, 142, 100, 0.35);
  background: transparent;
  color: var(--dark-1);
  border-radius: 999px;
  padding: 0.45rem 0.9rem;
  font-size: 0.62rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font-weight: 700;
  transition: all 0.3s ease;
}

.auth-toggle-btn.is-active {
  background: var(--base);
  color: var(--white);
  border-color: var(--base);
  box-shadow: 0 6px 16px rgba(195, 142, 100, 0.22);
}

@media (max-width: 991.98px) {
  .auth-grid {
    grid-template-columns: 1fr;
    min-height: auto;
  }

  .auth-side {
    display: none;
  }

  .auth-toggle-bar {
    display: flex;
  }

  .auth-panel {
    padding: 2.1rem 1.8rem;
  }

  .auth-shell.is-signup .auth-login {
    display: none;
  }

  .auth-shell.is-signup .auth-register,
  .auth-shell:not(.is-signup) .auth-login {
    opacity: 1;
    pointer-events: auto;
    transform: none;
  }

  .auth-shell:not(.is-signup) .auth-register {
    display: none;
  }

  .auth-panel h2 {
    font-size: 1.6rem;
    margin-bottom: 0.9rem;
  }

  .auth-panel p {
    font-size: 0.88rem;
    margin-bottom: 1.6rem;
  }

  .auth-form .form-control {
    padding: 0.8rem 1rem;
    font-size: 0.88rem;
  }

  .auth-form .btn-primary {
    padding: 0.7rem 1.8rem;
    font-size: 0.68rem;
  }

  .auth-toggle-bar {
    padding: 0.7rem 1rem 0;
  }

  .auth-toggle-btn {
    padding: 0.42rem 0.8rem;
    font-size: 0.58rem;
  }
}

.campaign-badge {
  font-size: 0.58rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 1rem;
}

.campaign-status {
  font-size: 0.55rem;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  color: var(--muted);
  border: 1px solid rgba(201, 149, 110, 0.15);
  padding: 0.2rem 0.6rem;
  display: inline-block;
  width: fit-content;
  margin-bottom: 1rem;
}

.campaign-title {
  font-family: "Playfair Display", serif;
  font-size: 1.5rem;
  font-weight: 300;
  color: var(--white);
  margin-bottom: 0.3rem;
}

.campaign-sub {
  font-size: 0.68rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 1rem;
}

.campaign-desc {
  font-size: 0.82rem;
  line-height: 1.75;
  color: var(--muted);
  flex: 1;
}

/* ── RESULTS STATS ── */
.results-stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.5px;
  background: rgba(201, 149, 110, 0.08);
}

.result-stat {
  background: var(--off-black);
  padding: 3rem 2rem;
  text-align: center;
  transition: background 0.3s;
}

.result-stat:hover {
  background: var(--dark);
}

/* ============================================================
   RESPONSIVE — YENİ SAYFALAR
   ============================================================ */
@media (max-width: 1100px) {
  .page-hero {
    padding: 10rem 2.5rem 5rem;
  }

  .content-section {
    padding: 5rem 2.5rem;
  }

  .page-cta {
    padding: 5rem 2.5rem;
  }

  .info-cards {
    grid-template-columns: repeat(2, 1fr);
  }

  .products-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .results-stats {
    grid-template-columns: repeat(2, 1fr);
  }

  .footer-inner {
    flex-direction: column;
    gap: 3rem;
  }

  .footer-nav {
    justify-content: flex-start;
    gap: 3rem;
    flex-wrap: wrap;
  }

  .two-col {
    grid-template-columns: 1fr;
    gap: 4rem;
  }
}

@media (max-width: 680px) {
  .page-hero {
    padding: 9rem 1.5rem 4rem;
  }

  .content-section {
    padding: 4rem 1.5rem;
  }

  .page-cta {
    padding: 4rem 1.5rem;
  }

  .info-cards {
    grid-template-columns: 1fr 1fr;
  }

  .compare-grid {
    grid-template-columns: 1fr;
  }

  .blog-grid {
    grid-template-columns: 1fr;
  }

  .products-grid {
    grid-template-columns: 1fr;
  }

  .campaigns-grid {
    grid-template-columns: 1fr;
  }

  .results-stats {
    grid-template-columns: 1fr 1fr;
  }

  .footer-nav {
    gap: 2rem;
  }

  .footer-bottom {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
}

/* ── SHOP GRID (E-commerce) ── */
.shop-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2rem;
  margin-top: 3rem;
}

.shop-item {
  background: var(--off-black);
  border: 1px solid rgba(201, 149, 110, 0.1);
  display: flex;
  flex-direction: column;
  transition:
    transform 0.3s,
    border-color 0.3s;
}

.shop-item:hover {
  transform: translateY(-5px);
  border-color: rgba(201, 149, 110, 0.4);
}

.shop-img-wrap {
  width: 100%;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  position: relative;
  background: var(--black);
}

.shop-img-wrap span.badge {
  position: absolute;
  top: 1rem;
  left: 1rem;
  background: var(--gold);
  color: var(--black);
  padding: 0.2rem 0.6rem;
  font-size: 0.6rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  z-index: 2;
  font-weight: 500;
}

.shop-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.shop-item:hover .shop-img {
  transform: scale(1.05);
}

.shop-info {
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
  flex: 1;
}

.shop-title {
  font-family: "Playfair Display", serif;
  font-size: 1.15rem;
  font-weight: 400;
  color: var(--white);
  margin-bottom: 0.5rem;
}

.shop-desc {
  font-size: 0.78rem;
  color: var(--muted);
  line-height: 1.5;
  margin-bottom: 1.5rem;
  flex: 1;
}

.shop-card-desc {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.shop-card-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0.8rem;
  flex-wrap: wrap;
}

.shop-card-actions {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  flex-wrap: wrap;
}

.shop-item-card {
  position: relative;
  overflow: hidden;
  transition:
    transform 0.35s ease,
    box-shadow 0.35s ease,
    border-color 0.35s ease;
}

.shop-item-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(
    120% 120% at 10% 10%,
    rgba(195, 142, 100, 0.12),
    transparent 55%
  );
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.35s ease;
}

.shop-item-card:hover {
  transform: translateY(-6px);
  border-color: rgba(195, 142, 100, 0.25);
  box-shadow: 0 24px 55px rgba(61, 43, 31, 0.12);
}

.shop-item-card:hover::after {
  opacity: 1;
}

.shop-item-card img {
  transition: transform 0.6s ease;
}

.shop-item-card:hover img {
  transform: scale(1.06);
}

.shop-item-card .btn {
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}

.shop-item-card .btn:hover {
  background: var(--base);
  color: var(--white);
  border-color: var(--base);
  box-shadow: 0 10px 20px rgba(195, 142, 100, 0.25);
  transform: translateY(-1px);
}

.shop-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: auto;
  border-top: 1px solid rgba(201, 149, 110, 0.1);
  padding-top: 1.2rem;
}

.shop-price {
  font-size: 1.1rem;
  color: var(--gold);
  font-weight: 500;
}

.shop-btn {
  background: var(--gold);
  color: var(--black);
  border: none;
  padding: 0.6rem 1.2rem;
  font-family: "Outfit", sans-serif;
  font-size: 0.65rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  cursor: pointer;
  transition: background 0.3s;
  text-decoration: none;
}

.shop-btn:hover {
  background: var(--gold-light);
}

@media (max-width: 1100px) {
  .shop-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 680px) {
  .shop-grid {
    grid-template-columns: 1fr;
  }
}

/* ── TOAST NOTIFICATION ── */
#toast-container {
  position: fixed;
  bottom: 2rem;
  right: 2rem;
  z-index: 9999;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  pointer-events: none;
}

.toast {
  background: linear-gradient(135deg, #ffffff 0%, #fbf6f0 100%);
  color: var(--dark-1);
  padding: 1rem 1.2rem;
  font-family: "Verdana", sans-serif;
  font-size: 0.82rem;
  font-weight: 600;
  border-radius: 14px;
  border: 1px solid rgba(195, 142, 100, 0.18);
  box-shadow: 0 18px 40px rgba(61, 43, 31, 0.18);
  display: flex;
  align-items: center;
  gap: 0.9rem;
  min-width: 280px;
  pointer-events: auto;
  transform: translateX(120%);
  opacity: 0;
  transition:
    transform 0.35s cubic-bezier(0.175, 0.885, 0.32, 1.2),
    opacity 0.35s;
}

.toast.show {
  transform: translateX(0);
  opacity: 1;
}

.toast-icon {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--base), #a56b41);
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 0.9rem;
  font-weight: 700;
  box-shadow: 0 8px 18px rgba(195, 142, 100, 0.35);
}

.toast-content {
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
  flex: 1;
}

.toast-title {
  font-size: 0.85rem;
  letter-spacing: 0.02em;
  color: var(--dark-1);
}

.toast-subtitle {
  font-size: 0.72rem;
  color: var(--muted);
  font-weight: 500;
}

.toast-action {
  font-size: 0.65rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--base);
  text-decoration: none;
  font-weight: 700;
  padding: 0.35rem 0.6rem;
  border-radius: 999px;
  border: 1px solid rgba(195, 142, 100, 0.3);
  transition: all 0.3s ease;
  white-space: nowrap;
}

.toast-action:hover {
  background: rgba(195, 142, 100, 0.12);
  color: var(--dark-1);
}

/* ── CART COUNTER ── */
.cart-counter {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  width: 1.4rem;
  height: 1.4rem;
  color: var(--gold);
  border: 1px solid var(--gold);
  border-radius: 50%;
  font-family: "Outfit", sans-serif;
  font-size: 0.65rem;
  font-weight: 500;
  margin-left: 4px;
  vertical-align: middle;
  line-height: normal;
  padding-top: 1px;
}

/* ── CART & CHECKOUT ── */
.checkout-wrapper {
  display: grid;
  grid-template-columns: 1.6fr 1fr;
  gap: 4rem;
  margin-top: 3rem;
}

.cart-box {
  background: var(--off-black);
  border: 1px solid rgba(201, 149, 110, 0.1);
  padding: 2.5rem;
  margin-bottom: 2rem;
}

.cart-item {
  display: flex;
  gap: 1.5rem;
  padding-bottom: 1.5rem;
  margin-bottom: 1.5rem;
  border-bottom: 1px solid rgba(201, 149, 110, 0.08);
  position: relative;
}

.cart-item:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: none;
}

.cart-item-img {
  width: 100px;
  height: 100px;
  object-fit: cover;
  background: var(--black);
}

.cart-item-info {
  flex: 1;
  display: flex;
  flex-direction: column;
}

.cart-item-title {
  font-family: "Playfair Display", serif;
  font-size: 1.2rem;
  color: var(--white);
  margin-bottom: 0.3rem;
  padding-right: 2rem;
}

.cart-item-desc {
  font-size: 0.75rem;
  color: var(--muted);
  margin-bottom: 1rem;
}

.cart-item-price {
  font-size: 1.1rem;
  color: var(--gold);
  font-weight: 500;
  margin-top: auto;
}

.cart-item-remove {
  position: absolute;
  top: 0;
  right: 0;
  background: transparent;
  color: var(--muted);
  border: none;
  font-size: 1.2rem;
  cursor: pointer;
  transition: color 0.3s;
  line-height: 1;
}

.cart-item-remove:hover {
  color: #ff4c4c;
}

/* ── CHECKOUT FORM ── */
.checkout-form-title {
  font-family: "Playfair Display", serif;
  font-size: 1.3rem;
  color: var(--white);
  margin-bottom: 1.5rem;
}

.form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.2rem;
}

.form-grid.full {
  grid-template-columns: 1fr;
  margin-top: 1.2rem;
}

.form-group {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
}

.form-label {
  font-size: 0.75rem;
  color: var(--cream-dim);
  letter-spacing: 0.05em;
}

.form-input {
  background: rgba(13, 12, 10, 0.5);
  border: 1px solid rgba(201, 149, 110, 0.2);
  color: var(--white);
  padding: 0.8rem 1rem;
  font-family: "Outfit", sans-serif;
  font-size: 0.85rem;
  outline: none;
  transition:
    border-color 0.3s,
    background 0.3s;
}

.form-input:focus {
  border-color: var(--gold);
  background: rgba(201, 149, 110, 0.05);
}

.form-input::placeholder {
  color: rgba(232, 226, 217, 0.2);
}

.summary-box {
  background: var(--black);
  border: 1px solid rgba(201, 149, 110, 0.2);
  padding: 2.5rem;
  position: sticky;
  top: 100px;
}

.summary-title {
  font-family: "Playfair Display", serif;
  font-size: 1.5rem;
  color: var(--white);
  margin-bottom: 1.5rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid rgba(201, 149, 110, 0.1);
}

.summary-row {
  display: flex;
  justify-content: space-between;
  margin-bottom: 1rem;
  font-size: 0.85rem;
  color: var(--cream-dim);
}

.summary-row.total {
  font-size: 1.2rem;
  color: var(--gold);
  font-weight: 500;
  margin-top: 1.5rem;
  padding-top: 1.5rem;
  border-top: 1px solid rgba(201, 149, 110, 0.1);
}

.iframe-placeholder {
  margin-top: 2rem;
  background: rgba(255, 255, 255, 0.02);
  border: 1px dashed rgba(201, 149, 110, 0.4);
  padding: 3rem 2rem;
  text-align: center;
  border-radius: 4px;
}

.iframe-placeholder-title {
  color: var(--gold);
  font-size: 0.9rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin-bottom: 0.8rem;
}

.iframe-placeholder-desc {
  font-size: 0.75rem;
  color: var(--muted);
  line-height: 1.5;
}

/* Manual responsive layouts for checkout removed in favor of Bootstrap Grid */
