:root { --bg-principal: {{COR_HEX}}; }

/* ===== RESET & BASE ===== */
html { -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; font-family: Montserrat, sans-serif; height: 100%; }
body { margin: 0; color: #000; background-color: #fff; min-height: 100%; font-size: 16px; line-height: 1.5em; }
*, *::before, *::after { box-sizing: border-box; }
img { max-width: 100%; height: auto; }

/* ===== CONTAINER ===== */
.w-container, .container { max-width: 1200px; margin: 0 auto; padding: 0 20px; width: 100%; }

/* ===== ATTENTION BAR ===== */
.section-attention { background-color: var(--bg-principal); color: #fff; text-align: center; padding: 8px 10px; font-weight: 500; }
.attention-text { margin: 0; font-size: 13px; letter-spacing: 1px; text-transform: uppercase; }

/* ===== NAVBAR ===== */
.section-nav { padding: 15px 0; border-bottom: 1px solid #eee; background: #fff; position: sticky; top: 0; z-index: 100; }
.nav-div { display: flex; align-items: center; gap: 30px; }
.logo { max-width: 150px; max-height: 50px; object-fit: contain; }
.nav-link { text-decoration: none; color: #333; font-size: 14px; font-weight: 500; transition: color 0.2s; }
.nav-link:hover { color: var(--bg-principal); }

/* ===== BUTTONS ===== */
.hero-button, .shop-product-button, .supplements-button, .ens-submit-btn {
  background-color: var(--bg-principal); color: #fff; border-radius: 5px; padding: 14px 28px;
  text-decoration: none; border: none; cursor: pointer; font-weight: 700; display: inline-block;
  font-size: 14px; letter-spacing: 0.5px; transition: opacity 0.2s, transform 0.2s;
}
.hero-button:hover, .shop-product-button:hover, .supplements-button:hover, .ens-submit-btn:hover {
  opacity: 0.9; transform: translateY(-1px);
}

/* ===== HERO SECTION ===== */
.section-hero { padding: 60px 0; }
.hero-div { display: flex; align-items: center; gap: 40px; }
.hero-div-part1 { flex: 1; }
.hero-div-part2 { flex: 1; display: flex; justify-content: center; }
.hero-review { font-size: 14px; color: #555; margin-bottom: 10px; }
.hero-star { color: var(--bg-principal); font-size: 16px; letter-spacing: 2px; }
.hero-tittle { font-size: 38px; line-height: 1.2; margin: 10px 0 15px; color: #000; font-weight: 800; }
.hero-subtittle { font-size: 16px; color: #555; line-height: 1.6; margin-bottom: 25px; font-weight: 400; }
.hero-image { width: 100%; max-width: 550px; height: auto; display: block; object-fit: contain; }

/* ===== SHOP / PRODUCTS SECTION ===== */
.section-shop { padding: 60px 0; background-color: #f9f9f9; }
.shop-div { display: grid; grid-template-columns: repeat(4, 1fr); gap: 25px; }
.shop-product-holder {
  background: #fff; border-radius: 12px; padding: 25px 20px; text-align: center;
  box-shadow: 0 2px 12px rgba(0,0,0,0.06); transition: transform 0.2s, box-shadow 0.2s;
}
.shop-product-holder:hover { transform: translateY(-4px); box-shadow: 0 8px 24px rgba(0,0,0,0.1); }
.shop-product-image { width: 100%; height: 220px; object-fit: contain; display: block; margin-bottom: 15px; }
.shop-product-tittle { font-size: 17px; font-weight: 700; margin: 0 0 8px; color: #000; }
.shop-product-subtittle { font-size: 13px; color: #666; margin: 0 0 18px; line-height: 1.5; }

/* ===== PRODUCT INFO SECTION ===== */
.section-product-info { padding: 70px 0; }
.product-info-div { display: flex; align-items: center; gap: 50px; }
.product-info-div-part1 { flex: 1; display: flex; justify-content: center; }
.product-info-image { max-width: 100%; height: auto; border-radius: 12px; }
.product-infosdiv-part2 { flex: 1; display: grid; grid-template-columns: 1fr 1fr; gap: 25px; }
.product-info-content { text-align: center; padding: 20px; background: #f9f9f9; border-radius: 12px; }
.product-info-content-image { width: 50px; height: 50px; object-fit: contain; margin-bottom: 10px; }
.product-info-content-tiitle { font-size: 15px; font-weight: 700; margin: 0 0 5px; color: #000; }
.product-info-content-subtittle { font-size: 13px; color: #666; margin: 0; }

/* ===== REVIEWS / AVALIATIONS SECTION ===== */
.section-avaliations { padding: 60px 0; background-color: #f9f9f9; }
.avaliation-div { display: grid; grid-template-columns: repeat(3, 1fr); gap: 25px; }
.avaliation-holder {
  background: #fff; border-radius: 12px; padding: 25px; box-shadow: 0 2px 12px rgba(0,0,0,0.06);
}
.avaliation-part1 { text-align: center; margin-bottom: 15px; }
.avaliation-image { width: 70px; height: 70px; border-radius: 50%; object-fit: cover; }
.avaliation-stars { font-size: 13px; color: #555; margin-bottom: 10px; }
.avaliation-comment { font-size: 14px; line-height: 1.6; color: #444; margin-bottom: 12px; font-style: italic; }
.avaliation-details { font-size: 13px; color: #777; margin: 0; }
.avaliation-details b { color: #333; }

/* ===== SUPPLEMENTS SECTION ===== */
.section-supplements { padding: 70px 0; }
.supplementes-div { display: flex; align-items: center; gap: 50px; }
.supplementes-part1 { flex: 1; display: flex; justify-content: center; }
.supplementes-image { max-width: 100%; height: auto; border-radius: 12px; }
.supplementes-part2 { flex: 1; }
.supplementes-tittle { font-size: 30px; font-weight: 800; margin: 0 0 15px; line-height: 1.3; color: #000; }
.supplementes-part2 p { font-size: 15px; color: #555; line-height: 1.7; margin-bottom: 25px; }
.supplementes-part2 b { color: #000; }

/* ===== FOOTER ===== */
.section-footer { background-color: var(--bg-principal); padding: 40px 20px; text-align: center; color: #fff; }
.footer-div { display: flex; flex-direction: column; align-items: center; gap: 15px; }
.footer-links-holder { display: flex; align-items: center; gap: 15px; }
.footer-link { color: #fff; text-decoration: none; font-size: 14px; opacity: 0.9; transition: opacity 0.2s; }
.footer-link:hover { opacity: 1; }
.divisor { width: 1px; height: 16px; background: rgba(255,255,255,0.4); }
.footer-text { margin: 0; font-size: 13px; opacity: 0.8; }

/* ===== ENS POPUP STYLES ===== */
.ens-popup-overlay {
  position: fixed; inset: 0; background: rgba(26, 26, 46, 0.75); backdrop-filter: blur(8px);
  display: flex; align-items: center; justify-content: center; z-index: 999999;
  opacity: 0; visibility: hidden; transition: all 0.4s; padding: 20px;
}
.ens-popup-overlay.active { opacity: 1; visibility: visible; }
.ens-popup-container {
  background: #fff; border-radius: 20px; box-shadow: 0 25px 80px rgba(0,0,0,0.25);
  max-width: 460px; width: 100%; position: relative; overflow: hidden;
}
.ens-popup-header { background: linear-gradient(135deg, #1a1a2e 0%, #16213e 100%); padding: 36px 28px; text-align: center; color: #fff; }
.ens-popup-badge { display: inline-block; background: rgba(255,255,255,0.15); padding: 4px 14px; border-radius: 20px; font-size: 12px; margin-bottom: 12px; letter-spacing: 0.5px; }
.ens-popup-title { font-size: 22px; margin: 0 0 8px; font-weight: 700; }
.ens-popup-subtitle { font-size: 14px; margin: 0; opacity: 0.85; }
.ens-popup-body { padding: 28px; }
.ens-form-group { margin-bottom: 4px; }
.ens-form-label { font-size: 13px; font-weight: 600; display: block; margin-bottom: 6px; color: #333; }
.ens-form-label span { color: #e94560; }
.ens-form-input {
  width: 100%; padding: 12px 16px; border: 2px solid #e0e0e0; border-radius: 10px;
  margin-bottom: 18px; font-size: 15px; font-family: inherit; outline: none; transition: border-color 0.2s;
}
.ens-form-input:focus { border-color: var(--bg-principal); }
.ens-popup-close {
  position: absolute; top: 14px; right: 14px; width: 34px; height: 34px;
  border: none; background: rgba(255,255,255,0.9); border-radius: 50%; cursor: pointer;
  display: flex; align-items: center; justify-content: center; z-index: 10;
}
.ens-popup-close svg { width: 16px; height: 16px; stroke: #333; stroke-width: 2; fill: none; }
.ens-error-msg { color: #e94560; font-size: 11px; display: none; margin-top: -15px; margin-bottom: 10px; }
.ens-error-msg.visible { display: block; }
.ens-phone-wrapper { display: flex; gap: 8px; }
.ens-country-code { max-width: 60px; text-align: center; flex-shrink: 0; }
.ens-phone-number { flex: 1; }
.ens-consent-section { margin: 10px 0 20px; padding: 15px; background: #f8f8f8; border-radius: 10px; }
.ens-consent-title { font-size: 13px; font-weight: 600; margin-bottom: 10px; display: flex; align-items: center; gap: 6px; }
.ens-consent-title svg { width: 16px; height: 16px; fill: var(--bg-principal); }
.ens-checkbox-wrapper { display: flex; align-items: flex-start; gap: 10px; cursor: pointer; margin-bottom: 10px; }
.ens-checkbox-wrapper input[type="checkbox"] { display: none; }
.ens-custom-checkbox {
  width: 20px; height: 20px; border: 2px solid #ccc; border-radius: 4px; flex-shrink: 0;
  display: flex; align-items: center; justify-content: center; transition: all 0.2s; margin-top: 2px;
}
.ens-checkbox-wrapper input:checked + .ens-custom-checkbox { background: var(--bg-principal); border-color: var(--bg-principal); }
.ens-custom-checkbox svg { width: 14px; height: 14px; stroke: #fff; stroke-width: 3; fill: none; opacity: 0; transition: opacity 0.2s; }
.ens-checkbox-wrapper input:checked + .ens-custom-checkbox svg { opacity: 1; }
.ens-consent-text { font-size: 12px; line-height: 1.5; color: #555; }
.ens-disclosure-list { font-size: 11px; color: #777; padding-left: 18px; margin: 8px 0; line-height: 1.7; }
.ens-disclosure-list a { color: var(--bg-principal); }
.ens-not-required { font-size: 11px; color: #999; margin: 5px 0 0; }
.ens-submit-btn { width: 100%; text-align: center; font-size: 15px; padding: 14px; position: relative; }
.ens-btn-content { display: flex; align-items: center; justify-content: center; gap: 8px; }
.ens-btn-content svg { width: 18px; height: 18px; stroke: #fff; stroke-width: 2; fill: none; }
.ens-spinner { display: none; }
.ens-privacy-links { text-align: center; margin-top: 15px; font-size: 12px; color: #999; }
.ens-privacy-links a { color: #777; text-decoration: none; }
.ens-privacy-links span { margin: 0 8px; }
.ens-success-state { display: none; text-align: center; padding: 40px 28px; }
.ens-success-state.active { display: block; }
.ens-success-icon { width: 60px; height: 60px; background: #22c55e; border-radius: 50%; display: flex; align-items: center; justify-content: center; margin: 0 auto 20px; }
.ens-success-icon svg { width: 28px; height: 28px; stroke: #fff; stroke-width: 3; fill: none; }
.ens-success-title { font-size: 22px; margin: 0 0 10px; }
.ens-success-message { font-size: 14px; color: #666; margin-bottom: 25px; }
.ens-success-close { background: var(--bg-principal); color: #fff; border: none; padding: 12px 30px; border-radius: 8px; cursor: pointer; font-weight: 600; font-size: 14px; }
.ens-form-state.hidden { display: none; }

/* ===== RESPONSIVE ===== */
@media (max-width: 991px) {
  .hero-div { flex-direction: column; text-align: center; }
  .hero-tittle { font-size: 30px; }
  .shop-div { grid-template-columns: repeat(2, 1fr); }
  .product-info-div { flex-direction: column; }
  .avaliation-div { grid-template-columns: 1fr; }
  .supplementes-div { flex-direction: column; text-align: center; }
}

@media (max-width: 767px) {
  .nav-div { flex-wrap: wrap; justify-content: center; gap: 12px; }
  .hero-tittle { font-size: 26px; }
  .shop-div { grid-template-columns: 1fr; max-width: 400px; margin: 0 auto; }
  .product-infosdiv-part2 { grid-template-columns: 1fr; }
  .section-hero, .section-shop, .section-product-info, .section-avaliations, .section-supplements { padding: 40px 0; }
}
