/* ====== uvbri.com — Comprehensive Stylesheet ====== */
:root {
  --primary-dark: #1e3a2f;
  --primary-mid: #2a5040;
  --accent: #f4a261;
  --accent-light: #f7b87f;
  --bg-cream: #f5efe6;
  --text-dark: #1a1a1a;
  --heading-font: 'Playfair Display',Georgia,serif;
  --body-font: 'Lato',sans-serif;
  --btn-radius: 50px;
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  font-family: var(--body-font);
  color: var(--text-dark);
  background: var(--bg-cream);
  line-height: 1.6;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
}
a { color: var(--accent); text-decoration: none; transition: color 0.2s; }
a:hover { color: var(--accent-light); }
img { max-width: 100%; height: auto; display: block; }
h1,h2,h3,h4 { font-family: var(--heading-font); color: var(--text-dark); line-height: 1.25; }
.container { max-width: 1200px; margin: 0 auto; padding: 0 24px; }

/* ===== NAVBAR ===== */
.navbar {
  position: sticky; top: 0; z-index: 100;
  background: rgba(255,255,255,0.96);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid rgba(0,0,0,0.08);
  transition: background 0.3s;
}
.navbar.scrolled { background: rgba(255,255,255,0.99); box-shadow: 0 2px 12px rgba(0,0,0,0.06); }
.nav-container {
  max-width: 1200px; margin: 0 auto; padding: 0 24px;
  display: flex; align-items: center; justify-content: space-between;
  height: 70px;
}
.nav-logo {
  display: flex; align-items: center; gap: 8px;
  font-family: var(--heading-font);
  font-size: 22px; font-weight: 700;
  color: var(--primary-dark);
  letter-spacing: -0.3px;
}
.logo-leaf { font-size: 24px; }
.logo-text { font-weight: 700; }
.nav-toggle {
  display: none; flex-direction: column; gap: 5px;
  background: none; border: none; cursor: pointer;
  padding: 8px; font-size: 24px; color: var(--primary-dark);
}
.nav-toggle span { display: block; width: 24px; height: 2px; background: var(--primary-dark); border-radius: 2px; transition: all 0.3s; }
.nav-links { list-style: none; display: flex; gap: 28px; align-items: center; }
.nav-links a {
  color: var(--text-dark);
  font-size: 15px; font-weight: 500;
  transition: color 0.2s;
  padding: 4px 0;
  border-bottom: 2px solid transparent;
}
.nav-links a:hover { color: var(--accent); border-bottom-color: var(--accent); }

/* ===== HERO ===== */
.hero {
  position: relative;
  background: linear-gradient(135deg, var(--primary-dark) 0%, var(--primary-mid) 100%);
  min-height: 80vh;
  display: flex; align-items: center;
  overflow: hidden;
  padding: 80px 24px;
}
.hero-bg-pattern {
  position: absolute; inset: 0;
  background-image: radial-gradient(circle at 20% 80%, rgba(255,255,255,0.06) 0%, transparent 50%),
                    radial-gradient(circle at 80% 20%, rgba(255,255,255,0.04) 0%, transparent 50%);
  pointer-events: none;
}
.hero-content {
  position: relative; z-index: 2;
  max-width: 800px; margin: 0 auto;
  text-align: center;
  padding: 40px 0;
}
.hero-tagline {
  display: inline-block;
  font-size: 13px; font-weight: 700;
  letter-spacing: 3px; text-transform: uppercase;
  color: var(--accent);
  margin-bottom: 24px;
}
.hero h1, .hero-h1 {
  font-family: var(--heading-font);
  font-size: clamp(40px, 5.5vw, 72px);
  line-height: 1.1;
  color: #fff;
  margin-bottom: 24px;
  letter-spacing: -0.5px;
}
.hero h1 em, .hero-h1 em { font-style: italic; color: var(--accent); }
.hero-content p, .hero-desc {
  font-size: 19px;
  color: rgba(255,255,255,0.82);
  line-height: 1.7;
  max-width: 640px;
  margin: 0 auto 36px;
  font-weight: 300;
}
.btn-hero, .hero-cta {
  display: inline-block;
  background: var(--accent);
  color: var(--primary-dark);
  padding: 16px 38px;
  border-radius: var(--btn-radius);
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 0.3px;
  transition: all 0.25s;
  box-shadow: 0 4px 20px rgba(0,0,0,0.2);
}
.btn-hero:hover, .hero-cta:hover {
  background: var(--accent-light);
  color: var(--primary-dark);
  transform: translateY(-2px);
  box-shadow: 0 8px 32px rgba(0,0,0,0.3);
}
.hero-deco { position: absolute; right: -100px; top: 50%; transform: translateY(-50%); pointer-events: none; }
.deco-circle { border-radius: 50%; position: absolute; }
.c1 { width: 520px; height: 520px; border: 80px solid rgba(255,255,255,0.04); top: -260px; right: 0; }
.c2 { width: 320px; height: 320px; border: 50px solid rgba(255,255,255,0.06); top: -160px; right: 100px; }

/* ===== SHAPEON SECTION ===== */
.shapeon-section {
  background: linear-gradient(180deg, var(--primary-dark) 0%, var(--primary-mid) 100%);
  padding: 80px 24px;
  color: #fff;
}
.shapeon-section--bottom { background: linear-gradient(180deg, var(--primary-mid) 0%, var(--primary-dark) 100%); }
.shapeon-container { max-width: 1100px; margin: 0 auto; text-align: center; }
.shapeon-header { max-width: 800px; margin: 0 auto 48px; text-align: center; }
.shapeon-badge {
  display: inline-block;
  background: rgba(255,255,255,0.1);
  color: var(--accent);
  padding: 8px 18px;
  border-radius: 50px;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 18px;
}
.shapeon-header h2, .shapeon-title {
  font-family: var(--heading-font);
  font-size: clamp(28px, 4vw, 44px);
  color: #fff;
  margin-bottom: 16px;
  line-height: 1.2;
}
.shapeon-subtitle { font-size: 20px; color: var(--accent); font-weight: 500; margin-bottom: 16px; }
.shapeon-header p, .shapeon-desc {
  font-size: 18px;
  color: rgba(255,255,255,0.78);
  max-width: 680px;
  margin: 0 auto 0;
  line-height: 1.7;
}

/* ===== PRODUCT CARDS ===== */
.product-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  max-width: 1100px;
  margin: 48px auto;
}
.product-card {
  background: rgba(255,255,255,0.05);
  border: 2px solid rgba(255,255,255,0.1);
  border-radius: 12px;
  padding: 32px 24px 28px;
  text-align: center;
  position: relative;
  transition: all 0.3s;
}
.product-card:hover {
  transform: translateY(-6px);
  border-color: rgba(255,255,255,0.3);
  box-shadow: 0 12px 40px rgba(0,0,0,0.3);
}
.product-card.featured, .product-card--featured {
  background: rgba(255,255,255,0.1);
  border-color: var(--accent);
  transform: scale(1.04);
}
.product-card.featured:hover, .product-card--featured:hover { transform: scale(1.04) translateY(-6px); }
.product-card--best { background: rgba(255,255,255,0.12); border-color: var(--accent-light); }
.product-label {
  display: inline-block;
  background: rgba(255,255,255,0.15);
  color: #fff;
  padding: 6px 14px;
  border-radius: 50px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin-bottom: 18px;
  border: 1px solid rgba(255,255,255,0.2);
}
.product-label.popular, .product-card.featured .product-label { background: var(--accent); color: var(--primary-dark); border-color: var(--accent); }
.product-label.best, .product-card--best .product-label { background: #ffd700; color: #3a2a00; border-color: #ffd700; }
.product-save-badge {
  position: absolute; top: 14px; right: 14px;
  background: var(--accent); color: var(--primary-dark);
  font-size: 11px; font-weight: 700;
  padding: 4px 10px; border-radius: 50px;
}
.product-img { width: 160px; height: 200px; object-fit: contain; margin: 12px auto 20px; }
.product-name { font-family: var(--heading-font); color: #fff; font-size: 22px; margin-bottom: 8px; }
.product-bottles { font-family: var(--heading-font); color: #fff; font-size: 28px; margin-bottom: 14px; font-weight: 700; }
.product-price-old { color: rgba(255,255,255,0.5); font-size: 15px; text-decoration: line-through; margin-bottom: 6px; }
.product-price { color: var(--accent); font-size: 36px; font-weight: 700; margin-bottom: 6px; line-height: 1; }
.product-price span { font-size: 14px; color: rgba(255,255,255,0.7); font-weight: 400; margin-left: 4px; }
.product-price-per { color: rgba(255,255,255,0.7); font-size: 14px; margin-bottom: 12px; }
.product-total { color: rgba(255,255,255,0.85); font-size: 15px; margin-bottom: 8px; font-weight: 600; }
.product-savings { color: #4ade80; font-size: 14px; font-weight: 600; margin-bottom: 12px; }
.product-shipping { color: rgba(255,255,255,0.78); font-size: 13px; margin-bottom: 22px; }
.btn-order, .product-btn {
  display: block;
  width: 100%;
  background: var(--accent);
  color: var(--primary-dark);
  padding: 14px 20px;
  border-radius: var(--btn-radius);
  font-weight: 700;
  font-size: 15px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  text-align: center;
  border: none;
  cursor: pointer;
  transition: all 0.2s;
}
.btn-order:hover, .product-btn:hover { background: var(--accent-light); color: var(--primary-dark); transform: translateY(-1px); box-shadow: 0 4px 16px rgba(0,0,0,0.3); }
.product-btn--best { background: #ffd700; color: #3a2a00; }
.product-btn--best:hover { background: #ffe340; color: #3a2a00; }

/* ===== TRUST BADGES + GUARANTEE ===== */
.trust-badges {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 32px;
  flex-wrap: wrap;
  margin: 32px auto;
  max-width: 800px;
}
.trust-badges img { height: 48px; width: auto; opacity: 0.85; filter: brightness(0) invert(1); }
.guarantee, .guarantee-box {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 12px;
  padding: 24px 32px;
  max-width: 720px;
  margin: 32px auto 0;
}
.guarantee img, .guarantee-seal { width: 80px; height: 80px; flex-shrink: 0; }
.guarantee p, .guarantee-text p { color: rgba(255,255,255,0.85); font-size: 15px; margin: 0; }
.guarantee-text h4 { color: var(--accent); font-size: 18px; margin-bottom: 6px; }

/* ===== RECIPES ===== */
.recipes-section {
  padding: 80px 24px;
  background: var(--bg-cream);
}
.recipes-container { max-width: 1200px; margin: 0 auto; }
.recipes-header { text-align: center; max-width: 720px; margin: 0 auto 56px; }
.recipes-header h2 {
  font-family: var(--heading-font);
  font-size: clamp(32px, 4vw, 48px);
  color: var(--primary-dark);
  margin-bottom: 16px;
  line-height: 1.2;
}
.recipes-header p { font-size: 18px; color: var(--text-dark); opacity: 0.78; line-height: 1.7; }
.recipes-grid, .recipe-cards-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
}
.recipe-card {
  background: #fff;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(0,0,0,0.06);
  transition: transform 0.3s, box-shadow 0.3s;
  display: flex;
  flex-direction: column;
}
.recipe-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 40px rgba(0,0,0,0.12);
}
.recipe-img, .recipe-img-wrap img { width: 100%; height: 220px; object-fit: cover; display: block; }
.recipe-img-wrap { position: relative; }
.recipe-info, .recipe-card-body { padding: 24px; flex: 1; display: flex; flex-direction: column; }
.recipe-info h3, .recipe-name {
  font-family: var(--heading-font);
  font-size: 22px;
  color: var(--primary-dark);
  margin-bottom: 12px;
  line-height: 1.3;
}
.recipe-time-badge {
  position: absolute; top: 14px; right: 14px;
  background: rgba(255,255,255,0.95);
  color: var(--primary-dark);
  font-size: 12px; font-weight: 700;
  padding: 6px 12px; border-radius: 50px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.15);
}
.recipe-tag {
  display: inline-block;
  background: var(--accent);
  color: var(--primary-dark);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 4px 10px;
  border-radius: 4px;
  margin-bottom: 12px;
}
.recipe-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  color: var(--text-dark);
  opacity: 0.65;
  font-size: 13px;
  margin-bottom: 14px;
  font-weight: 500;
}
.recipe-meta span { white-space: nowrap; }
.recipe-desc, .recipe-desc-short {
  color: var(--text-dark);
  opacity: 0.78;
  font-size: 15px;
  line-height: 1.65;
  margin-bottom: 18px;
  flex-grow: 1;
}
.btn-expand, .recipe-toggle-btn {
  background: var(--primary-dark);
  color: #fff;
  border: none;
  padding: 12px 20px;
  border-radius: var(--btn-radius);
  font-family: var(--body-font);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.5px;
  cursor: pointer;
  transition: all 0.2s;
  width: 100%;
  text-align: center;
}
.btn-expand:hover, .recipe-toggle-btn:hover { background: var(--primary-mid); transform: translateY(-1px); }
.recipe-details, .recipe-details-inner {
  display: none;
  margin-top: 18px;
  padding-top: 18px;
  border-top: 2px solid var(--bg-cream);
  animation: fadeIn 0.3s ease;
}
.recipe-details.active { display: block; }
@keyframes fadeIn { from { opacity: 0; transform: translateY(-10px); } to { opacity: 1; transform: translateY(0); } }
.recipe-details h4, .ingredients-block h4, .instructions-block h4 {
  font-family: var(--heading-font);
  color: var(--primary-dark);
  font-size: 17px;
  margin: 16px 0 10px;
  letter-spacing: -0.2px;
}
.recipe-details h4:first-child { margin-top: 0; }
.recipe-details ul, .recipe-details ol, .ingredients-block ul, .instructions-block ol {
  padding-left: 22px;
  color: var(--text-dark);
  font-size: 14.5px;
  line-height: 1.75;
}
.recipe-details ul li, .recipe-details ol li { margin-bottom: 6px; }

/* ===== FOOTER ===== */
.footer, footer.footer {
  background: var(--primary-dark);
  color: rgba(255,255,255,0.85);
  padding: 64px 24px 32px;
  margin-top: 0;
}
.footer .container, .footer-container {
  max-width: 1200px;
  margin: 0 auto;
}
.footer-grid, .footer-container {
  display: grid;
  grid-template-columns: 1.5fr 1fr 1.5fr;
  gap: 48px;
  margin-bottom: 40px;
}
.footer-brand { }
.footer-logo {
  font-family: var(--heading-font);
  font-size: 24px;
  font-weight: 700;
  color: #fff;
  display: inline-block;
  margin-bottom: 16px;
}
.footer-tagline { color: rgba(255,255,255,0.7); font-size: 15px; line-height: 1.6; }
.footer-brand p { color: rgba(255,255,255,0.7); font-size: 15px; line-height: 1.6; }
.footer-links h4, .footer-company h4 { color: var(--accent); font-size: 15px; text-transform: uppercase; letter-spacing: 1.5px; margin-bottom: 16px; font-weight: 700; }
.footer-links ul { list-style: none; }
.footer-links li { margin-bottom: 8px; }
.footer-links a { color: rgba(255,255,255,0.7); font-size: 15px; transition: color 0.2s; display: inline-block; padding: 4px 0; }
.footer-links a:hover { color: var(--accent); }
.footer-company p { color: rgba(255,255,255,0.7); font-size: 14px; line-height: 1.7; }
.footer-company strong { color: #fff; }
.footer-disclaimer {
  border-top: 1px solid rgba(255,255,255,0.12);
  padding-top: 28px;
  margin-bottom: 20px;
}
.footer-disclaimer p { color: rgba(255,255,255,0.55); font-size: 13px; line-height: 1.7; max-width: 1100px; }
.footer-bottom {
  border-top: 1px solid rgba(255,255,255,0.08);
  padding-top: 20px;
  text-align: center;
}
.footer-bottom p { color: rgba(255,255,255,0.5); font-size: 13px; margin: 0; }

/* ===== LEGAL PAGES ===== */
.legal-main {
  max-width: 900px;
  margin: 60px auto;
  padding: 0 24px;
  line-height: 1.75;
  color: var(--text-dark);
}
.legal-main h1 {
  font-family: var(--heading-font);
  font-size: clamp(36px, 5vw, 52px);
  color: var(--primary-dark);
  margin-bottom: 12px;
  letter-spacing: -0.5px;
}
.legal-main h2 {
  font-family: var(--heading-font);
  font-size: clamp(22px, 3vw, 28px);
  color: var(--primary-dark);
  margin: 36px 0 14px;
  letter-spacing: -0.3px;
}
.legal-main h3 { font-family: var(--heading-font); font-size: 19px; color: var(--primary-dark); margin: 18px 0 10px; }
.legal-main p { margin-bottom: 14px; font-size: 16px; color: var(--text-dark); }
.legal-main ul, .legal-main ol { margin: 14px 0 14px 28px; }
.legal-main li { margin-bottom: 8px; font-size: 16px; }
.legal-main a { color: var(--accent); text-decoration: underline; }
.legal-main a:hover { color: var(--accent-light); }
.legal-main strong { color: var(--primary-dark); font-weight: 700; }
.legal-meta { opacity: 0.65; font-style: italic; margin-bottom: 32px; }
.company-contact-box {
  background: rgba(0,0,0,0.04);
  border-left: 4px solid var(--accent);
  padding: 24px;
  border-radius: 8px;
  margin-top: 24px;
}
.company-contact-box h3 { margin-top: 0; color: var(--primary-dark); }
.company-contact-box p { margin-bottom: 6px; }

/* ===== MOBILE RESPONSIVE ===== */
@media (max-width: 1024px) {
  .product-grid { grid-template-columns: repeat(2, 1fr); }
  .recipes-grid, .recipe-cards-grid { grid-template-columns: repeat(2, 1fr); }
  .footer-grid, .footer-container { grid-template-columns: 1fr 1fr; }
  .hero-content { padding: 30px 0; }
}
@media (max-width: 768px) {
  .nav-toggle { display: flex; }
  .nav-links {
    position: fixed;
    top: 70px; left: 0; right: 0;
    background: #fff;
    flex-direction: column;
    padding: 24px;
    gap: 14px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.1);
    transform: translateY(-200%);
    transition: transform 0.3s;
  }
  .nav-links.open { transform: translateY(0); }
  .product-grid { grid-template-columns: 1fr; max-width: 400px; }
  .product-card.featured, .product-card--featured { transform: none; }
  .product-card.featured:hover, .product-card--featured:hover { transform: translateY(-6px); }
  .recipes-grid, .recipe-cards-grid { grid-template-columns: 1fr; }
  .footer-grid, .footer-container { grid-template-columns: 1fr; gap: 32px; }
  .hero { min-height: 70vh; padding: 60px 20px; }
  .hero h1, .hero-h1 { font-size: clamp(34px, 7vw, 52px); }
  .trust-badges { gap: 20px; }
  .trust-badges img { height: 36px; }
  .guarantee, .guarantee-box { flex-direction: column; padding: 20px; text-align: center; }
}
@media (max-width: 480px) {
  .hero h1, .hero-h1 { font-size: 32px; }
  .hero-content p, .hero-desc { font-size: 16px; }
  .recipes-section { padding: 60px 16px; }
  .shapeon-section { padding: 60px 16px; }
}
