/* ==========================================================================
   FOXC PERFUMES — Luxury Product Page (css/perfumes.css)
   Colors: #050507 (Dark), #0E0812 (Violet Glass), #D4AF37 (Gold), #6F2CFF (Deep Violet)
   ========================================================================== */

:root {
  --pf-bg-dark: #050507;
  --pf-bg-secondary: #05120E;
  --pf-card-bg: rgba(5, 18, 14, 0.75);
  --pf-card-border: rgba(212, 175, 55, 0.2);
  --pf-gold: #D4AF37;
  --pf-gold-light: #F5D77F;
  --pf-violet: #10B981;
  --pf-violet-light: #34D399;
  --pf-emerald: #10B981;
  --pf-emerald-light: #34D399;
  --pf-text: #FFFFFF;
  --pf-text-muted: #CFCFCF;
}

/* --------------------------------------------------------------------------
   RESET & BASE STYLES
   -------------------------------------------------------------------------- */
body.pf-body {
  background-color: var(--pf-bg-dark);
  color: var(--pf-text);
  font-family: 'Inter', sans-serif;
  overflow-x: hidden;
  position: relative;
}

/* Background Ambient Particles */
.pf-particles-canvas {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  pointer-events: none;
  z-index: 0;
}

/* Metallic Gold Text */
.text-gold-gradient {
  background: linear-gradient(135deg, #FFFFFF 0%, #F5D77F 35%, #D4AF37 70%, #997A15 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
}

.text-gold-light {
  color: var(--pf-gold-light);
}

.text-gold {
  color: var(--pf-gold);
}

/* Typography Tags & Pre-titles */
.pf-tag {
  font-family: 'Cinzel', serif;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.3em;
  color: var(--pf-gold);
  text-transform: uppercase;
  margin-bottom: 12px;
  display: block;
}

/* --------------------------------------------------------------------------
   BUTTONS
   -------------------------------------------------------------------------- */
.btn-gold {
  background: linear-gradient(135deg, #F5D77F 0%, #D4AF37 50%, #997A15 100%);
  color: #050507;
  font-family: 'Inter', sans-serif;
  font-weight: 700;
  font-size: 0.85rem;
  letter-spacing: 0.15em;
  padding: 14px 32px;
  border-radius: 50px;
  border: none;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.35 ease;
  box-shadow: 0 10px 25px rgba(212, 175, 55, 0.3);
  cursor: pointer;
}

.btn-gold:hover {
  transform: translateY(-3px);
  box-shadow: 0 15px 35px rgba(212, 175, 55, 0.5), 0 0 20px rgba(16, 185, 129, 0.4);
  color: #050507;
}

.btn-gold-outline {
  background: transparent;
  color: var(--pf-gold);
  font-family: 'Inter', sans-serif;
  font-weight: 700;
  font-size: 0.85rem;
  letter-spacing: 0.15em;
  padding: 13px 30px;
  border-radius: 50px;
  border: 1px solid var(--pf-gold);
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.35s ease;
  cursor: pointer;
}

.btn-gold-outline:hover {
  background: rgba(212, 175, 55, 0.12);
  color: var(--pf-gold-light);
  box-shadow: 0 0 25px rgba(212, 175, 55, 0.3);
  transform: translateY(-2px);
}

/* --------------------------------------------------------------------------
   1. NAVIGATION BAR
   -------------------------------------------------------------------------- */
.pf-navbar {
  background: rgba(5, 5, 7, 0.85) !important;
  backdrop-filter: blur(25px) !important;
  -webkit-backdrop-filter: blur(25px) !important;
  border-bottom: 1px solid rgba(212, 175, 55, 0.15);
  padding: 18px 0;
  z-index: 1000;
}

.pf-brand-logo {
  height: 38px;
  width: auto;
}

.pf-brand-text {
  font-family: 'Cinzel', serif;
  font-size: 1.15rem;
  font-weight: 800;
  letter-spacing: 0.15em;
  color: #FFFFFF;
}

.pf-nav-link {
  font-family: 'Inter', sans-serif;
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.2em;
  color: var(--pf-text-muted) !important;
  margin: 0 14px;
  transition: color 0.3s ease;
}

.pf-nav-link:hover, .pf-nav-link.active {
  color: var(--pf-gold) !important;
}

.pf-icon-btn {
  background: transparent;
  border: none;
  color: #FFFFFF;
  font-size: 1.25rem;
  cursor: pointer;
  transition: color 0.3s ease;
}

.pf-icon-btn:hover {
  color: var(--pf-gold);
}

.pf-cart-btn {
  position: relative;
}

.pf-cart-count {
  position: absolute;
  top: -5px;
  right: -8px;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: var(--pf-gold);
  color: #050507;
  font-size: 0.68rem;
  font-weight: 800;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* --------------------------------------------------------------------------
   2. HERO SECTION & SPLIT LAYOUT
   -------------------------------------------------------------------------- */
.pf-hero {
  position: relative;
  min-height: 100vh;
  padding-top: 130px;
  padding-bottom: 80px;
  display: flex;
  align-items: center;
  background: radial-gradient(circle at 50% 30%, rgba(16, 185, 129, 0.18) 0%, rgba(5, 5, 7, 0.95) 70%);
  overflow: hidden;
  z-index: 1;
}

.pf-hero__ambient-glow {
  position: absolute;
  top: 20%;
  left: 50%;
  transform: translateX(-50%);
  width: 600px;
  height: 600px;
  background: radial-gradient(circle, rgba(16, 185, 129, 0.25) 0%, rgba(52, 211, 153, 0.08) 40%, transparent 70%);
  filter: blur(50px);
  pointer-events: none;
}

.pf-hero__title {
  font-family: 'Playfair Display', serif;
  font-size: clamp(3rem, 5.5vw, 4.8rem);
  font-weight: 900;
  line-height: 1.05;
  color: #FFFFFF;
  margin-bottom: 20px;
}

.pf-hero__desc {
  color: var(--pf-text-muted);
  font-size: 1.05rem;
  line-height: 1.6;
  max-width: 420px;
  margin-bottom: 25px;
}

/* 3D Perfume Bottle Showcase */
.pf-bottle-showcase {
  position: relative;
  display: inline-block;
}

.pf-purple-mist {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 380px;
  height: 380px;
  background: radial-gradient(circle, rgba(16, 185, 129, 0.35) 0%, rgba(212, 175, 55, 0.15) 50%, transparent 75%);
  filter: blur(35px);
  animation: mistPulse 8s ease-in-out infinite alternate;
}

@keyframes mistPulse {
  0% { transform: translate(-50%, -50%) scale(0.9); opacity: 0.6; }
  100% { transform: translate(-50%, -50%) scale(1.15); opacity: 0.9; }
}

.pf-hero-bottle-img {
  width: 100%;
  max-width: 420px;
  height: auto;
  object-fit: contain;
  filter: drop-shadow(0 25px 45px rgba(0, 0, 0, 0.95)) drop-shadow(0 0 35px rgba(16, 185, 129, 0.45));
  animation: floatBottle 6s ease-in-out infinite;
  z-index: 2;
  position: relative;
}

@keyframes floatBottle {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-12px); }
}

/* Interactive Floating Checkout Card */
.pf-checkout-card {
  background: var(--pf-card-bg);
  border: 1px solid var(--pf-card-border);
  border-radius: 24px;
  padding: 35px 30px;
  backdrop-filter: blur(25px);
  -webkit-backdrop-filter: blur(25px);
  box-shadow: 0 25px 60px rgba(0, 0, 0, 0.8), 0 0 30px rgba(16, 185, 129, 0.15);
}

.pf-form-label {
  font-family: 'Cinzel', serif;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  color: var(--pf-gold);
  margin-bottom: 8px;
  display: block;
}

.pf-size-btn {
  flex: 1;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.15);
  color: #FFFFFF;
  padding: 10px;
  border-radius: 12px;
  font-family: 'Inter', sans-serif;
  font-weight: 600;
  font-size: 0.9rem;
  transition: all 0.3s ease;
  cursor: pointer;
}

.pf-size-btn.active, .pf-size-btn:hover {
  background: var(--pf-gold);
  border-color: var(--pf-gold);
  color: #050507;
  box-shadow: 0 0 15px rgba(212, 175, 55, 0.4);
}

.pf-price-val {
  font-family: 'Playfair Display', serif;
  font-size: 2.2rem;
  font-weight: 800;
  color: var(--pf-gold-light);
}

.pf-shipping-tag {
  font-size: 0.78rem;
  color: var(--pf-text-muted);
}

.pf-qty-wrap {
  display: flex;
  align-items: center;
  width: 140px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 12px;
  overflow: hidden;
}

.pf-qty-btn {
  width: 40px;
  height: 40px;
  background: transparent;
  border: none;
  color: var(--pf-gold);
  font-size: 1.2rem;
  font-weight: 700;
  cursor: pointer;
}

.pf-qty-input {
  width: 60px;
  background: transparent;
  border: none;
  color: #FFFFFF;
  text-align: center;
  font-weight: 700;
}

.pf-checkbox-wrap {
  background: rgba(255, 255, 255, 0.03);
  padding: 12px 15px;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.pf-checkbox {
  background-color: transparent;
  border-color: var(--pf-gold);
}

.pf-checkbox:checked {
  background-color: var(--pf-gold);
  border-color: var(--pf-gold);
}

.pf-secure-text {
  font-family: 'Cinzel', serif;
  font-size: 0.65rem;
  letter-spacing: 0.15em;
  color: var(--pf-gold);
}

.extra-small {
  font-size: 0.72rem;
}

/* --------------------------------------------------------------------------
   3. THE SCENT — SCENT PYRAMID
   -------------------------------------------------------------------------- */
.pf-scent-section {
  padding: 100px 0;
  background: rgba(14, 8, 18, 0.4);
  position: relative;
  z-index: 1;
}

.pf-section-title {
  font-family: 'Playfair Display', serif;
  font-size: clamp(2rem, 4vw, 3.2rem);
  font-weight: 800;
  color: #FFFFFF;
  margin-bottom: 20px;
}

.pf-note-card {
  background: var(--pf-card-bg);
  border: 1px solid var(--pf-card-border);
  border-radius: 24px;
  padding: 35px 25px;
  backdrop-filter: blur(20px);
  height: 100%;
  transition: all 0.4s ease;
}

.pf-note-card--featured {
  border-color: rgba(212, 175, 55, 0.5);
  box-shadow: 0 0 35px rgba(16, 185, 129, 0.25);
}

.pf-note-card:hover {
  transform: translateY(-5px);
  border-color: var(--pf-gold);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.8), 0 0 30px rgba(212, 175, 55, 0.3);
}

.pf-note-card__header {
  text-align: center;
  margin-bottom: 25px;
  padding-bottom: 15px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.pf-note-tag {
  font-family: 'Cinzel', serif;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.25em;
  color: var(--pf-text-muted);
}

.pf-ingredients-row {
  display: flex;
  justify-content: space-around;
  gap: 15px;
}

.pf-ingredient-item {
  text-align: center;
}

.pf-ingredient-img-wrap {
  width: 65px;
  height: 65px;
  border-radius: 50%;
  background: radial-gradient(circle at center, rgba(212, 175, 55, 0.15) 0%, rgba(5, 5, 7, 0.9) 75%);
  border: 1px solid var(--pf-gold);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 12px;
  box-shadow: 0 0 15px rgba(212, 175, 55, 0.3);
  transition: transform 0.3s ease;
}

.pf-ingredient-item:hover .pf-ingredient-img-wrap {
  transform: scale(1.1);
  box-shadow: 0 0 25px rgba(212, 175, 55, 0.6);
}

.pf-ing-icon-badge {
  color: var(--pf-gold);
  font-size: 1.4rem;
}

.pf-ing-icon-badge--violet {
  color: var(--pf-violet-light);
}

.pf-ingredient-name {
  font-size: 0.82rem;
  font-weight: 600;
  color: #FFFFFF;
}

/* --------------------------------------------------------------------------
   4. LUXURY FEATURES
   -------------------------------------------------------------------------- */
.pf-features-section {
  padding: 80px 0;
  position: relative;
  z-index: 1;
}

.pf-feature-card {
  background: var(--pf-card-bg);
  border: 1px solid var(--pf-card-border);
  border-radius: 20px;
  padding: 30px 24px;
  text-align: center;
  backdrop-filter: blur(20px);
  transition: all 0.35s ease;
  height: 100%;
}

.pf-feature-card:hover {
  transform: translateY(-6px);
  border-color: var(--pf-gold);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.8), 0 0 25px rgba(16, 185, 129, 0.3);
}

.pf-feature-icon {
  width: 55px;
  height: 55px;
  border-radius: 50%;
  background: rgba(212, 175, 55, 0.1);
  border: 1px solid rgba(212, 175, 55, 0.3);
  color: var(--pf-gold);
  font-size: 1.4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 18px;
}

.pf-feature-title {
  font-family: 'Cinzel', serif;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.15em;
  color: #FFFFFF;
  margin-bottom: 10px;
}

.pf-feature-desc {
  font-size: 0.85rem;
  color: var(--pf-text-muted);
  line-height: 1.5;
  margin-bottom: 0;
}

/* --------------------------------------------------------------------------
   5. STORY, SPECIFICATIONS, & REVIEWS
   -------------------------------------------------------------------------- */
.pf-details-grid-section {
  padding: 100px 0;
  position: relative;
  z-index: 1;
}

.pf-story-card {
  background: var(--pf-card-bg);
  border: 1px solid var(--pf-card-border);
  border-radius: 28px;
  padding: 40px;
  backdrop-filter: blur(25px);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  overflow: hidden;
}

.pf-story-title {
  font-family: 'Playfair Display', serif;
  font-size: 2rem;
  font-weight: 800;
  color: #FFFFFF;
  margin-bottom: 20px;
}

.pf-story-text {
  color: var(--pf-text-muted);
  font-size: 0.98rem;
  line-height: 1.7;
}

.pf-signature-text {
  font-family: 'Great Vibes', cursive;
  font-size: 2.8rem;
  color: var(--pf-gold-light);
}

.pf-story-card__visual {
  margin-top: 25px;
  text-align: center;
}

.pf-story-img {
  width: 100%;
  max-width: 320px;
  height: auto;
  border-radius: 20px;
  mix-blend-mode: lighten;
  filter: contrast(1.1) brightness(1.05);
}

.pf-spec-card {
  background: var(--pf-card-bg);
  border: 1px solid var(--pf-card-border);
  border-radius: 28px;
  padding: 40px 30px;
  backdrop-filter: blur(25px);
}

.pf-spec-title {
  font-family: 'Playfair Display', serif;
  font-size: 1.5rem;
  font-weight: 700;
  color: #FFFFFF;
}

.pf-spec-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.pf-spec-item {
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 14px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.pf-spec-item:last-child {
  border-bottom: none;
}

.pf-spec-icon {
  color: var(--pf-gold);
  font-size: 1.3rem;
}

.pf-spec-label {
  font-size: 0.72rem;
  color: var(--pf-text-muted);
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.pf-spec-val {
  font-size: 0.95rem;
  font-weight: 600;
  color: #FFFFFF;
}

.pf-review-card {
  background: var(--pf-card-bg);
  border: 1px solid var(--pf-card-border);
  border-radius: 28px;
  padding: 40px 30px;
  backdrop-filter: blur(25px);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.pf-review-quote {
  font-family: 'Playfair Display', serif;
  font-size: 1.15rem;
  font-style: italic;
  line-height: 1.6;
  color: #FFFFFF;
  margin-bottom: 20px;
}

.pf-review-avatar {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--pf-gold), #997A15);
  color: #050507;
  font-weight: 800;
  display: flex;
  align-items: center;
  justify-content: center;
}

.pf-reviewer-name {
  font-weight: 700;
  color: #FFFFFF;
}

.pf-reviewer-loc {
  font-size: 0.78rem;
  color: var(--pf-text-muted);
}

.pf-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.2);
}

.pf-dot.active {
  background: var(--pf-gold);
  width: 20px;
  border-radius: 10px;
}

.pf-nav-btn {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.15);
  color: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
}

.pf-nav-btn:hover {
  background: var(--pf-gold);
  color: #050507;
}

/* --------------------------------------------------------------------------
   6. COMING SOON — FUTURE CREATIONS
   -------------------------------------------------------------------------- */
.pf-future-section {
  padding: 90px 0 110px;
  position: relative;
  z-index: 1;
}

.pf-future-img {
  width: 100%;
  max-width: 980px;
  height: auto;
  object-fit: contain;
  mix-blend-mode: lighten;
  filter: contrast(1.1) brightness(1.05);
}

/* --------------------------------------------------------------------------
   7. FOOTER
   -------------------------------------------------------------------------- */
.pf-footer {
  background: #030305;
  border-top: 1px solid rgba(212, 175, 55, 0.15);
  padding: 80px 0 40px;
  position: relative;
  z-index: 1;
}

.pf-footer-desc {
  color: var(--pf-text-muted);
  font-size: 0.88rem;
  line-height: 1.6;
  max-width: 320px;
}

.pf-social-links a {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.15);
  color: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  transition: all 0.3s ease;
}

.pf-social-links a:hover {
  background: var(--pf-gold);
  color: #050507;
  transform: translateY(-3px);
}

.pf-footer-heading {
  font-family: 'Cinzel', serif;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  color: var(--pf-gold);
  margin-bottom: 22px;
}

.pf-footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
}

.pf-footer-links li {
  margin-bottom: 12px;
}

.pf-footer-links a {
  color: var(--pf-text-muted);
  text-decoration: none;
  font-size: 0.88rem;
  transition: color 0.3s ease;
}

.pf-footer-links a:hover {
  color: #FFFFFF;
}

.pf-news-input {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.15);
  color: #FFFFFF;
  font-size: 0.85rem;
}

.pf-news-input:focus {
  background: rgba(255, 255, 255, 0.08);
  border-color: var(--pf-gold);
  color: #FFFFFF;
  box-shadow: none;
}

/* --------------------------------------------------------------------------
   8. DEDICATED 2-COLUMN CHECKOUT SECTION
   -------------------------------------------------------------------------- */
.pf-checkout-section {
  padding: 90px 0;
  background: radial-gradient(circle at 50% 30%, rgba(16, 185, 129, 0.08) 0%, rgba(5, 5, 7, 0.98) 70%);
  border-top: 1px solid rgba(212, 175, 55, 0.15);
  border-bottom: 1px solid rgba(212, 175, 55, 0.15);
  position: relative;
  z-index: 2;
}

.pf-checkout-container {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: 0;
  background: rgba(5, 18, 14, 0.85);
  border: 1px solid var(--pf-card-border);
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 25px 60px rgba(0, 0, 0, 0.85), 0 0 35px rgba(16, 185, 129, 0.15);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
}

@media (max-width: 991.98px) {
  .pf-checkout-container {
    grid-template-columns: 1fr;
  }
}

/* Left Column: Order Summary */
.pf-checkout-summary {
  background: rgba(3, 8, 6, 0.75);
  padding: 40px;
  border-right: 1px solid rgba(212, 175, 55, 0.15);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

@media (max-width: 991.98px) {
  .pf-checkout-summary {
    border-right: none;
    border-bottom: 1px solid rgba(212, 175, 55, 0.15);
    padding: 30px 24px;
  }
}

.pf-checkout-summary__brand {
  display: flex;
  align-items: center;
  font-family: 'Cinzel', serif;
  font-size: 0.95rem;
  font-weight: 700;
  color: var(--pf-gold);
  margin-bottom: 25px;
  letter-spacing: 0.05em;
}

.pf-summary-stage {
  position: relative;
  background: radial-gradient(circle at 50% 60%, rgba(16, 185, 129, 0.22) 0%, rgba(5, 12, 9, 0.95) 75%);
  border: 1px solid rgba(212, 175, 55, 0.3);
  border-radius: 20px;
  padding: 25px 20px;
  margin-bottom: 25px;
  text-align: center;
  overflow: hidden;
  box-shadow: inset 0 0 30px rgba(0, 0, 0, 0.6), 0 15px 35px rgba(0, 0, 0, 0.5);
}

.pf-summary-stage__glow {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 180px;
  height: 180px;
  background: radial-gradient(circle, rgba(16, 185, 129, 0.35) 0%, transparent 70%);
  border-radius: 50%;
  filter: blur(15px);
  pointer-events: none;
}

.pf-summary-stage__img {
  max-height: 220px;
  width: auto;
  object-fit: contain;
  filter: drop-shadow(0 20px 35px rgba(0, 0, 0, 0.95)) drop-shadow(0 0 25px rgba(16, 185, 129, 0.4));
  animation: floatSummaryStage 6s ease-in-out infinite;
}

@keyframes floatSummaryStage {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-8px); }
}

.pf-summary-stage__badge {
  position: absolute;
  top: 15px;
  right: 15px;
  font-family: 'Cinzel', serif;
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.15em;
  color: var(--pf-gold);
  background: rgba(5, 5, 7, 0.85);
  border: 1px dashed var(--pf-gold);
  padding: 4px 10px;
  border-radius: 30px;
}

.pf-summary-details {
  margin-bottom: 25px;
}

.pf-summary-title {
  font-family: 'Playfair Display', serif;
  font-size: 1.4rem;
  font-weight: 700;
  color: #FFFFFF;
  margin-bottom: 6px;
}

.pf-summary-sub {
  color: var(--pf-text-muted);
  font-size: 0.85rem;
  line-height: 1.5;
  margin-bottom: 18px;
}

.pf-summary-qty-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 12px;
  padding: 10px 16px;
}

.pf-summary-qty-label {
  font-family: 'Cinzel', serif;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.15em;
  color: var(--pf-gold);
  margin: 0;
}

.pf-quantity {
  display: flex;
  align-items: center;
  gap: 4px;
}

.pf-quantity__btn {
  width: 32px;
  height: 32px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.15);
  color: var(--pf-gold);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.2s ease;
}

.pf-quantity__btn:hover {
  background: var(--pf-gold);
  color: #050507;
}

.pf-quantity__input {
  width: 45px;
  text-align: center;
  background: transparent;
  border: none;
  color: #FFFFFF;
  font-weight: 700;
  font-size: 0.95rem;
}

.pf-summary-calculations {
  border-top: 1px dashed rgba(255, 255, 255, 0.12);
  padding-top: 18px;
  margin-bottom: 20px;
}

.pf-summary-row {
  display: flex;
  justify-content: space-between;
  font-size: 0.95rem;
  color: var(--pf-text-muted);
  margin-bottom: 10px;
}

.pf-summary-row--total {
  border-top: 1px solid rgba(212, 175, 55, 0.3);
  padding-top: 12px;
  margin-top: 8px;
  font-size: 1.15rem;
  font-weight: 700;
  color: #FFFFFF;
}

.pf-summary-row--total span:last-child {
  color: var(--pf-gold-light);
  font-size: 1.3rem;
  font-family: 'Playfair Display', serif;
}

.pf-summary-powered {
  text-align: center;
  font-size: 0.75rem;
  color: rgba(255, 255, 255, 0.4);
  letter-spacing: 0.1em;
}

/* Right Column: Checkout Form */
.pf-checkout-form-wrap {
  padding: 40px;
  background: rgba(5, 5, 7, 0.5);
}

@media (max-width: 991.98px) {
  .pf-checkout-form-wrap {
    padding: 30px 24px;
  }
}

.pf-checkout__section {
  margin-bottom: 30px;
}

.pf-checkout__section-title {
  font-family: 'Cinzel', serif;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  color: var(--pf-gold);
  margin-bottom: 16px;
  padding-bottom: 8px;
  border-bottom: 1px solid rgba(212, 175, 55, 0.2);
}

.pf-payment-field {
  margin-bottom: 16px;
  position: relative;
}

.pf-field-label {
  display: block;
  font-size: 0.8rem;
  font-weight: 600;
  color: #FFFFFF;
  margin-bottom: 6px;
}

.pf-field-label span {
  color: var(--pf-gold);
}

.pf-input {
  width: 100%;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 12px;
  padding: 12px 16px;
  color: #FFFFFF;
  font-size: 0.9rem;
  transition: all 0.3s ease;
}

.pf-input:focus {
  outline: none;
  background: rgba(255, 255, 255, 0.08);
  border-color: var(--pf-gold);
  box-shadow: 0 0 15px rgba(212, 175, 55, 0.2);
}

.pf-select {
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='%23D4AF37' viewBox='0 0 16 16'%3E%3Cpath d='M7.247 11.14 2.451 5.658C1.885 5.013 2.345 4 3.204 4h9.592a1 1 0 0 1 .753 1.659l-4.796 5.48a1 1 0 0 1-1.506 0z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 16px center;
  padding-right: 40px;
}

.pf-select option {
  background: #0B0F16;
  color: #FFF;
}

.pf-payment-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 15px;
}

.pf-payment-row-3 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 12px;
}

@media (max-width: 575.98px) {
  .pf-payment-row, .pf-payment-row-3 {
    grid-template-columns: 1fr;
  }
}

.pf-card-logos {
  display: flex;
  gap: 12px;
  margin-bottom: 25px;
}

.pf-card-logos__item {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 0.75rem;
  font-weight: 700;
  color: var(--pf-text-muted);
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  padding: 6px 14px;
  border-radius: 8px;
}

.pf-cta-btn {
  width: 100%;
  background: linear-gradient(135deg, #F5D77F 0%, #D4AF37 50%, #997A15 100%);
  color: #050507;
  font-family: 'Inter', sans-serif;
  font-weight: 800;
  font-size: 0.95rem;
  letter-spacing: 0.15em;
  padding: 16px 30px;
  border-radius: 50px;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  transition: all 0.35s ease;
  box-shadow: 0 10px 30px rgba(212, 175, 55, 0.35);
  margin-bottom: 25px;
}

.pf-cta-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 15px 40px rgba(212, 175, 55, 0.55), 0 0 25px rgba(16, 185, 129, 0.4);
}

.pf-security-badges {
  display: flex;
  justify-content: space-around;
  gap: 15px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  padding-top: 20px;
}

.pf-security-badges__item {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 0.75rem;
  color: var(--pf-text-muted);
}

.pf-security-badges__item i {
  color: var(--pf-emerald);
  font-size: 0.95rem;
}
