/* ===== PouchPop Static Preview - Main Styles ===== */
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;600;700&family=Inter:wght@300;400;500;600;700&display=swap');

:root {
  --gold: #C8A45C;
  --gold-light: #E8D5A3;
  --gold-dark: #8B6914;
  --black: #1A1A1A;
  --white: #FFFFFF;
  --cream: #FAF7F0;
  --gray-50: #F9FAFB;
  --gray-100: #F3F4F6;
  --gray-200: #E5E7EB;
  --gray-300: #D1D5DB;
  --gray-400: #9CA3AF;
  --gray-500: #6B7280;
  --gray-600: #4B5563;
  --gray-700: #374151;
  --gray-800: #1F2937;
  --gray-900: #111827;
  --velvet-pink: #D4A0A0;
  --velvet-blue: #2C3E6B;
  --velvet-black: #1A1A1A;
  --velvet-beige: #D4C5B9;
  --red: #DC2626;
  --green: #059669;
  --shadow-sm: 0 1px 2px rgba(0,0,0,0.05);
  --shadow: 0 1px 3px rgba(0,0,0,0.1), 0 1px 2px rgba(0,0,0,0.06);
  --shadow-md: 0 4px 6px rgba(0,0,0,0.07), 0 2px 4px rgba(0,0,0,0.06);
  --shadow-lg: 0 10px 15px rgba(0,0,0,0.1), 0 4px 6px rgba(0,0,0,0.05);
  --shadow-xl: 0 20px 25px rgba(0,0,0,0.1), 0 10px 10px rgba(0,0,0,0.04);
}

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

body {
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
  color: var(--gray-800);
  background: var(--white);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

h1, h2, h3, .font-serif {
  font-family: 'Playfair Display', Georgia, serif;
}

/* Navbar */
.navbar {
  position: fixed; top: 0; left: 0; right: 0;
  background: rgba(255,255,255,0.95); backdrop-filter: blur(10px);
  border-bottom: 1px solid var(--gray-100);
  z-index: 1000; padding: 0 2rem;
  transition: box-shadow 0.3s;
}
.navbar.scrolled { box-shadow: var(--shadow-md); }
.navbar .nav-inner {
  max-width: 1280px; margin: 0 auto;
  display: flex; align-items: center; justify-content: space-between;
  height: 72px;
}
.nav-logo {
  font-family: 'Playfair Display', serif;
  font-size: 1.5rem; font-weight: 700;
  color: var(--black); text-decoration: none;
  display: flex; align-items: center; gap: 0.5rem;
}
.nav-logo .logo-icon {
  width: 36px; height: 36px;
  background: linear-gradient(135deg, var(--gold), var(--gold-dark));
  border-radius: 8px; display: flex; align-items: center; justify-content: center;
  color: white; font-size: 1.2rem;
}
.nav-links {
  display: flex; align-items: center; gap: 2rem; list-style: none;
}
.nav-links a {
  text-decoration: none; color: var(--gray-600);
  font-size: 0.9rem; font-weight: 500;
  transition: color 0.2s;
}
.nav-links a:hover { color: var(--gold-dark); }
.nav-cta {
  background: var(--gold); color: white !important;
  padding: 0.5rem 1.25rem; border-radius: 8px;
  font-weight: 600 !important; transition: background 0.2s !important;
}
.nav-cta:hover { background: var(--gold-dark) !important; }

/* Hero */
.hero {
  margin-top: 72px; min-height: 85vh;
  background: linear-gradient(135deg, var(--cream) 0%, var(--white) 50%, #F5F0E8 100%);
  display: flex; align-items: center; position: relative; overflow: hidden;
}
.hero::before {
  content: ''; position: absolute;
  top: -50%; right: -10%; width: 600px; height: 600px;
  background: radial-gradient(circle, rgba(200,164,92,0.15) 0%, transparent 70%);
  border-radius: 50%;
}
.hero-inner {
  max-width: 1280px; margin: 0 auto; padding: 4rem 2rem;
  display: grid; grid-template-columns: 1fr 1fr; gap: 4rem; align-items: center;
  position: relative; z-index: 1;
}
.hero-content h1 {
  font-size: 3.5rem; line-height: 1.1; color: var(--black); margin-bottom: 1.5rem;
}
.hero-content h1 .gold { color: var(--gold); }
.hero-content p {
  font-size: 1.15rem; color: var(--gray-500); margin-bottom: 2rem; max-width: 480px;
}
.hero-buttons { display: flex; gap: 1rem; }
.btn {
  display: inline-flex; align-items: center; gap: 0.5rem;
  padding: 0.875rem 1.75rem; border-radius: 10px;
  font-size: 0.95rem; font-weight: 600; text-decoration: none;
  cursor: pointer; border: none; transition: all 0.2s;
  font-family: 'Inter', sans-serif;
}
.btn-primary { background: var(--gold); color: white; }
.btn-primary:hover { background: var(--gold-dark); transform: translateY(-1px); box-shadow: var(--shadow-lg); }
.btn-secondary { background: white; color: var(--gray-800); border: 1px solid var(--gray-200); }
.btn-secondary:hover { border-color: var(--gold); color: var(--gold-dark); }
.hero-visual {
  display: flex; align-items: center; justify-content: center;
}
.pouch-preview {
  width: 380px; height: 420px;
  background: linear-gradient(135deg, #2C2C2C, #1A1A1A);
  border-radius: 24px; position: relative;
  box-shadow: var(--shadow-xl);
  display: flex; align-items: center; justify-content: center;
  overflow: hidden;
}
.pouch-preview::before {
  content: ''; position: absolute;
  width: 200px; height: 240px;
  background: linear-gradient(135deg, rgba(200,164,92,0.3), rgba(200,164,92,0.1));
  border-radius: 12px;
}
.pouch-preview .logo-placeholder {
  position: absolute; z-index: 2;
  width: 100px; height: 60px;
  background: var(--gold);
  border-radius: 8px;
  display: flex; align-items: center; justify-content: center;
  color: white; font-weight: 700; font-size: 0.8rem;
  box-shadow: 0 4px 12px rgba(200,164,92,0.4);
}
.pouch-preview .shine {
  position: absolute; top: 20px; left: 50%; transform: translateX(-50%);
  width: 180px; height: 2px;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,0.4), transparent);
}

/* Section Styles */
.section {
  padding: 6rem 2rem;
}
.section-inner {
  max-width: 1280px; margin: 0 auto;
}
.section-header {
  text-align: center; margin-bottom: 4rem;
}
.section-header h2 {
  font-size: 2.5rem; color: var(--black); margin-bottom: 0.75rem;
}
.section-header p {
  color: var(--gray-500); font-size: 1.1rem; max-width: 600px; margin: 0 auto;
}
.section-badge {
  display: inline-block; padding: 0.25rem 0.75rem;
  background: rgba(200,164,92,0.1); color: var(--gold-dark);
  border-radius: 100px; font-size: 0.8rem; font-weight: 600;
  margin-bottom: 1rem; text-transform: uppercase; letter-spacing: 0.05em;
}

/* How it works */
.steps-grid {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 2rem;
}
.step-card {
  text-align: center; padding: 2rem;
  background: var(--white); border: 1px solid var(--gray-100);
  border-radius: 16px; transition: all 0.3s;
}
.step-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-lg); }
.step-number {
  width: 48px; height: 48px; margin: 0 auto 1rem;
  background: linear-gradient(135deg, var(--gold), var(--gold-dark));
  color: white; border-radius: 12px;
  display: flex; align-items: center; justify-content: center;
  font-weight: 700; font-size: 1.2rem;
}
.step-card h3 { font-size: 1.1rem; margin-bottom: 0.5rem; color: var(--black); }
.step-card p { color: var(--gray-500); font-size: 0.9rem; }

/* Materials */
.bg-cream { background: var(--cream); }
.materials-grid {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.5rem;
}
.material-card {
  background: white; border-radius: 16px; overflow: hidden;
  border: 1px solid var(--gray-100); cursor: pointer;
  transition: all 0.3s;
}
.material-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-lg); }
.material-swatch {
  height: 160px; position: relative;
}
.material-swatch.velvet { background: linear-gradient(135deg, #1a1a2e, #16213e); }
.material-swatch.microfiber { background: linear-gradient(135deg, #2d3436, #636e72); }
.material-swatch.satin { background: linear-gradient(135deg, #6c5ce7, #a29bfe); }
.material-swatch.cotton { background: linear-gradient(135deg, #dfe6e9, #b2bec3); }
.material-card .material-info { padding: 1.25rem; }
.material-card h3 { font-size: 1.05rem; margin-bottom: 0.25rem; }
.material-card p { color: var(--gray-500); font-size: 0.85rem; }

/* Features */
.features-grid {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 2rem;
}
.feature-card {
  padding: 2rem; border-radius: 16px;
  border: 1px solid var(--gray-100); background: white;
  transition: all 0.3s;
}
.feature-card:hover { box-shadow: var(--shadow-lg); }
.feature-icon {
  width: 48px; height: 48px; margin-bottom: 1rem;
  background: rgba(200,164,92,0.1); border-radius: 12px;
  display: flex; align-items: center; justify-content: center;
  font-size: 1.5rem;
}
.feature-card h3 { font-size: 1.1rem; margin-bottom: 0.5rem; }
.feature-card p { color: var(--gray-500); font-size: 0.9rem; }

/* Pricing preview */
.pricing-preview {
  background: var(--black); color: white; border-radius: 20px;
  padding: 3rem; display: grid; grid-template-columns: 1fr 1fr; gap: 3rem;
}
.pricing-preview h2 { color: var(--gold); font-size: 2rem; margin-bottom: 1rem; }
.pricing-preview p { color: var(--gray-400); margin-bottom: 2rem; }
.pricing-preview .price-tiers {
  display: flex; flex-direction: column; gap: 0.75rem;
}
.price-tier {
  display: flex; justify-content: space-between; align-items: center;
  padding: 0.75rem 1rem; background: rgba(255,255,255,0.05);
  border-radius: 8px; border: 1px solid rgba(255,255,255,0.1);
}
.price-tier .qty { color: var(--gray-300); font-size: 0.9rem; }
.price-tier .price { color: var(--gold); font-weight: 700; }
.pricing-form { background: rgba(255,255,255,0.05); border-radius: 12px; padding: 2rem; }
.pricing-form label { display: block; color: var(--gray-400); font-size: 0.85rem; margin-bottom: 0.5rem; }
.pricing-form select, .pricing-form input {
  width: 100%; padding: 0.75rem; margin-bottom: 1rem;
  background: rgba(255,255,255,0.1); border: 1px solid rgba(255,255,255,0.2);
  border-radius: 8px; color: white; font-size: 0.95rem;
  font-family: 'Inter', sans-serif;
}
.pricing-total {
  margin-top: 1.5rem; padding-top: 1.5rem; border-top: 1px solid rgba(255,255,255,0.1);
  display: flex; justify-content: space-between; align-items: center;
}
.pricing-total .label { color: var(--gray-400); }
.pricing-total .value { color: var(--gold); font-size: 2rem; font-weight: 700; }

/* Testimonials */
.testimonials-grid {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 2rem;
}
.testimonial-card {
  background: white; border: 1px solid var(--gray-100);
  border-radius: 16px; padding: 2rem;
}
.testimonial-card .stars { color: var(--gold); margin-bottom: 1rem; font-size: 1.1rem; }
.testimonial-card .quote { color: var(--gray-600); font-style: italic; margin-bottom: 1.5rem; line-height: 1.7; }
.testimonial-card .author { display: flex; align-items: center; gap: 0.75rem; }
.author-avatar {
  width: 40px; height: 40px; border-radius: 50%;
  background: var(--gray-200); display: flex; align-items: center; justify-content: center;
  font-weight: 600; font-size: 0.9rem; color: var(--gray-600);
}
.author-name { font-weight: 600; font-size: 0.9rem; }
.author-role { color: var(--gray-500); font-size: 0.8rem; }

/* Footer */
.footer {
  background: var(--black); color: var(--gray-400); padding: 4rem 2rem 2rem;
}
.footer-inner {
  max-width: 1280px; margin: 0 auto;
  display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 3rem;
}
.footer-brand h3 {
  font-family: 'Playfair Display', serif;
  color: white; font-size: 1.5rem; margin-bottom: 0.75rem;
}
.footer-brand p { font-size: 0.9rem; line-height: 1.7; }
.footer-col h4 { color: white; font-size: 0.9rem; margin-bottom: 1rem; text-transform: uppercase; letter-spacing: 0.05em; }
.footer-col ul { list-style: none; }
.footer-col ul li { margin-bottom: 0.5rem; }
.footer-col ul li a { color: var(--gray-400); text-decoration: none; font-size: 0.9rem; transition: color 0.2s; }
.footer-col ul li a:hover { color: var(--gold); }
.footer-bottom {
  max-width: 1280px; margin: 3rem auto 0; padding-top: 2rem;
  border-top: 1px solid rgba(255,255,255,0.1);
  display: flex; justify-content: space-between; align-items: center;
  font-size: 0.85rem;
}

/* Responsive */
@media (max-width: 1024px) {
  .steps-grid, .materials-grid { grid-template-columns: repeat(2, 1fr); }
  .hero-inner { grid-template-columns: 1fr; text-align: center; }
  .hero-content p { max-width: 100%; }
  .hero-buttons { justify-content: center; }
  .hero-content h1 { font-size: 2.5rem; }
  .pricing-preview { grid-template-columns: 1fr; }
  .footer-inner { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 640px) {
  .steps-grid, .materials-grid, .features-grid, .testimonials-grid { grid-template-columns: 1fr; }
  .hero-content h1 { font-size: 2rem; }
  .nav-links { display: none; }
  .section { padding: 3rem 1rem; }
}