/* Unique CSS Design System for nutricurcuminefrance.shop */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;600;700;800;900&family=Inter:wght@400;500;600;700&display=swap');

:root {
  --v2-primary: #0F172A;
  --v2-medium: #1E293B;
  --v2-soft: #F1F5F9;
  --v2-gold: #EA580C;
  --v2-bright: #F97316;
  --v2-gradient: linear-gradient(135deg, #EA580C 0%, #F97316 100%);
  --slate-900: #0F172A; --slate-800: #1E293B; --slate-700: #334155; --slate-600: #475569; --slate-500: #64748B; --slate-200: #E2E8F0;
  --bg-cream: #FAF9F6; --white: #FFFFFF;
  --font-heading: 'Montserrat', sans-serif;
  --font-body: 'Inter', sans-serif;
  --radius-md: 14px; --radius-lg: 24px; --radius-full: 9999px;
  --shadow-sm: 0 2px 4px rgba(15,23,42,0.04); --shadow-md: 0 6px 16px rgba(15,23,42,0.08); --shadow-lg: 0 12px 32px rgba(15,23,42,0.12);
  --shadow-gold: 0 12px 28px -5px #EA580C;
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; font-size: 16px; }
body { font-family: var(--font-body); color: var(--slate-700); background: var(--bg-cream); line-height: 1.6; }
h1, h2, h3, h4 { font-family: var(--font-heading); color: var(--slate-900); font-weight: 700; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; height: auto; display: block; }
.container { width: 100%; max-width: 1200px; margin: 0 auto; padding: 0 1.25rem; }

.v2-top-banner { background: var(--v2-primary); color: var(--white); font-size: 0.85rem; font-weight: 600; padding: 0.65rem 1rem; text-align: center; display: flex; justify-content: center; gap: 1.5rem; }
.site-header { position: sticky; top: 0; z-index: 100; background: rgba(250, 249, 246, 0.95); backdrop-filter: blur(12px); border-bottom: 1px solid var(--slate-200); padding: 0.85rem 0; }
.header-flex { display: flex; justify-content: space-between; align-items: center; }
.brand-logo { font-family: var(--font-heading); font-weight: 900; font-size: 1.6rem; color: var(--v2-primary); }
.brand-badge { background: var(--v2-gradient); color: var(--white); font-size: 0.65rem; font-weight: 800; padding: 0.2rem 0.65rem; border-radius: var(--radius-full); }
.nav-menu { display: flex; gap: 2rem; list-style: none; font-weight: 600; font-size: 0.95rem; }
.cta-button-header { background: var(--v2-gradient); color: var(--white); font-family: var(--font-heading); font-weight: 800; font-size: 0.9rem; padding: 0.75rem 1.6rem; border-radius: var(--radius-full); }

.hero-section { padding: 4rem 0 5rem; background: linear-gradient(180deg, #FAF9F6 0%, #F1F5F9 100%); }
.hero-grid { display: grid; grid-template-columns: 1.15fr 0.85fr; gap: 3.5rem; align-items: center; }
.tag-pill { display: inline-flex; background: var(--v2-soft); color: var(--v2-primary); border: 1px solid rgba(6, 78, 59, 0.15); padding: 0.45rem 1.2rem; border-radius: var(--radius-full); font-size: 0.85rem; font-weight: 700; margin-bottom: 1.25rem; }
.hero-h1 { font-size: 3rem; font-weight: 900; margin-bottom: 1.2rem; }
.hero-h1 span { background: linear-gradient(135deg, #0F172A 0%, #1E293B 100%); -webkit-background-clip: text; -webkit-text-fill-color: transparent; }
.hero-lead { font-size: 1.15rem; color: var(--slate-600); margin-bottom: 1.75rem; }

.bullet-checklist { display: grid; grid-template-columns: 1fr 1fr; gap: 0.9rem; margin-bottom: 2.25rem; }
.bullet-item { display: flex; align-items: center; gap: 0.65rem; font-weight: 700; font-size: 0.95rem; }
.bullet-icon { width: 24px; height: 24px; border-radius: 50%; background: var(--v2-medium); color: var(--white); display: flex; align-items: center; justify-content: center; font-size: 0.75rem; font-weight: 900; }

.btn-primary-lg { display: inline-flex; align-items: center; justify-content: center; background: var(--v2-gradient); color: var(--white); font-family: var(--font-heading); font-size: 1.25rem; font-weight: 900; padding: 1.2rem 2.5rem; border-radius: var(--radius-md); border: none; cursor: pointer; box-shadow: var(--shadow-gold); text-transform: uppercase; }

.hero-product-stage { position: relative; text-align: center; }
.product-image-container { position: relative; display: inline-block; }
.glow-aura { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); width: 85%; height: 85%; background: radial-gradient(circle, rgba(217, 119, 6, 0.25) 0%, transparent 70%); filter: blur(40px); border-radius: 50%; z-index: 1; }
.product-hero-img { max-width: 380px; width: 100%; position: relative; z-index: 2; filter: drop-shadow(0 20px 30px rgba(15, 23, 42, 0.18)); }

.stats-bar-section { background: var(--v2-primary); color: var(--white); padding: 2.5rem 0; }
.stats-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 2rem; text-align: center; }
.stat-num { font-family: var(--font-heading); font-size: 2.5rem; font-weight: 900; color: var(--v2-bright); }
.stat-label { font-size: 0.9rem; color: rgba(255, 255, 255, 0.85); }

.section-block { padding: 5rem 0; }
.section-head { text-align: center; max-width: 760px; margin: 0 auto 3.5rem; }
.section-tag { color: var(--v2-gold); font-weight: 800; font-size: 0.85rem; text-transform: uppercase; letter-spacing: 1.5px; margin-bottom: 0.5rem; display: block; }
.section-title { font-size: 2.35rem; font-weight: 900; margin-bottom: 0.75rem; }
.section-subtitle { font-size: 1.1rem; color: var(--slate-600); }

.action-pillars-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 2rem; }
.pillar-card { background: var(--white); border-radius: var(--radius-md); padding: 2rem; border: 1px solid var(--slate-200); box-shadow: var(--shadow-sm); }
.pillar-num { font-family: var(--font-heading); font-size: 2.5rem; font-weight: 900; color: var(--v2-bright); margin-bottom: 0.75rem; }

.ingredients-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.5rem; }
.ingredient-card { background: var(--white); border: 1px solid var(--slate-200); border-radius: var(--radius-md); padding: 1.75rem 1.25rem; text-align: center; }

.cod-advantage-section { background: linear-gradient(135deg, #0F172A 0%, #1E293B 100%); color: var(--white); padding: 5rem 0; }
.cod-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 2rem; }
.cod-card { background: rgba(255, 255, 255, 0.08); backdrop-filter: blur(10px); border: 1px solid rgba(255, 255, 255, 0.15); border-radius: var(--radius-md); padding: 2rem; text-align: center; }

.checkout-wrapper { max-width: 680px; margin: 0 auto; background: var(--white); border-radius: var(--radius-lg); padding: 3rem 2.5rem; border: 3px solid var(--v2-gold); box-shadow: 0 20px 45px rgba(217, 119, 6, 0.22); position: relative; }
.checkout-wrapper::before { content: '🔒 FORMULAIRE SÉCURISÉ PAIEMENT À LA LIVRAISON'; position: absolute; top: -16px; left: 50%; transform: translateX(-50%); background: var(--v2-primary); color: var(--v2-bright); font-family: var(--font-heading); font-weight: 900; font-size: 0.78rem; padding: 0.4rem 1.4rem; border-radius: var(--radius-full); white-space: nowrap; }

.form-grid { display: grid; grid-template-columns: 1fr; gap: 1.25rem; }
.field-label { font-size: 0.9rem; font-weight: 700; color: var(--slate-800); }
.field-input { width: 100%; padding: 0.9rem 1.1rem; border: 1.5px solid var(--slate-200); border-radius: 8px; font-size: 0.95rem; }

.compliance-disclaimer { background: #FEF3C7; border: 1px solid #FDE68A; border-radius: var(--radius-md); padding: 1.25rem 1.5rem; margin: 3.5rem auto 0; font-size: 0.85rem; color: #92400E; max-width: 800px; }

.reviews-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 2rem; }
.review-card { background: var(--white); border: 1px solid var(--slate-200); border-radius: var(--radius-md); padding: 2rem; }

.faq-box { max-width: 820px; margin: 0 auto; }
.faq-row { background: var(--white); border: 1px solid var(--slate-200); border-radius: var(--radius-md); margin-bottom: 1rem; }
.faq-q { padding: 1.25rem 1.5rem; font-weight: 800; display: flex; justify-content: space-between; cursor: pointer; }
.faq-a { padding: 0 1.5rem 1.25rem; display: none; }
.faq-row.active .faq-a { display: block; }

.site-footer { background: var(--v2-primary); color: var(--slate-300); padding: 4.5rem 0 2rem; font-size: 0.9rem; }
.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr 1.25fr; gap: 3rem; margin-bottom: 3rem; }
.footer-col-title { color: var(--white); font-size: 1.05rem; font-weight: 800; margin-bottom: 1.25rem; }
.footer-list { list-style: none; display: flex; flex-direction: column; gap: 0.65rem; }
.footer-copyright { border-top: 1px solid var(--v2-medium); padding-top: 2rem; text-align: center; }

.mobile-order-sticky { position: fixed; bottom: 0; left: 0; right: 0; background: var(--white); border-top: 1px solid var(--slate-200); padding: 0.85rem 1.25rem; display: none; align-items: center; justify-content: space-between; z-index: 99; }
.sticky-val { font-family: var(--font-heading); font-weight: 900; font-size: 1.25rem; color: var(--v2-primary); }

@media (max-width: 992px) { .hero-grid, .action-pillars-grid, .reviews-grid, .cod-grid { grid-template-columns: 1fr; } .stats-grid, .ingredients-grid, .footer-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 640px) { .bullet-checklist, .footer-grid { grid-template-columns: 1fr; } .mobile-order-sticky { display: flex; } }
