/* ==========================================================================
   BOVREDIA — Landing Bundle Design System
   Single source of truth for the visual identity. Do NOT duplicate these
   rules per-product — only content (via PHP/JS) should change between
   products. Ported 1:1 from the approved Phase 1 mockup.
   ========================================================================== */
:root{
  --bg:#ffffff;
  --ink:#121212;
  --ink-soft:#4a4a48;
  --red:#e5301c;
  --gray-100:#f4f4f1;
  --gray-200:#eceae4;
  --gray-400:#c7c4bc;
  --radius:2px;
  --maxw:1180px;
}
*{box-sizing:border-box;}
html{scroll-behavior:smooth;}
body.bovredia-landing{margin:0; background:var(--bg); color:var(--ink); font-family:'Cairo',sans-serif; -webkit-font-smoothing:antialiased;}
.bovredia-landing .bib{font-family:'Cairo',sans-serif; letter-spacing:0.5px;}
.bovredia-landing .wrap{max-width:var(--maxw); margin:0 auto; padding:0 20px;}
.bovredia-landing a{color:inherit; text-decoration:none;}
.bovredia-landing ul{list-style:none; margin:0; padding:0;}
.bovredia-landing button{font-family:inherit; cursor:pointer;}

.bovredia-landing header.site{position:sticky; top:0; z-index:50; background:#fff; border-bottom:1px solid var(--gray-200);}
.bovredia-landing .header-row{display:flex; align-items:center; justify-content:space-between; height:64px;}
.bovredia-landing .logo{font-family:'Cairo',sans-serif; font-size:22px; letter-spacing:1px;}
.bovredia-landing .logo span{color:var(--red);}
.bovredia-landing .lang-toggle{border:1px solid var(--ink); background:#fff; color:var(--ink); font-size:11px; font-weight:700; letter-spacing:1px; padding:8px 14px; text-transform:uppercase;}
.bovredia-landing .lang-toggle:hover{background:var(--ink); color:#fff;}
.bovredia-landing .bovredia-language-switcher{font-size:12px;}
.bovredia-landing .bovredia-language-switcher select{min-width:80px;}

.bovredia-landing .hero{padding:48px 0 40px;}
.bovredia-landing .hero-grid{display:grid; grid-template-columns:1fr 1fr; gap:56px; align-items:center;}
.bovredia-landing .hero-img{aspect-ratio:1/1; background:linear-gradient(155deg,var(--gray-100),var(--gray-200)); border:1px solid var(--gray-200); border-radius:var(--radius); position:relative; overflow:hidden;}
.bovredia-landing .hero-img img{width:100%; height:100%; object-fit:cover; display:block;}
.bovredia-landing .gallery-arrow{position:absolute; top:50%; transform:translateY(-50%); width:36px; height:36px; border:none; background:rgba(255,255,255,0.9); border-radius:50%; font-size:16px; font-weight:800; display:flex; align-items:center; justify-content:center; z-index:5;}
.bovredia-landing .gallery-arrow:hover{background:#fff;}
.bovredia-landing .gallery-arrow.prev{left:12px;}
.bovredia-landing .gallery-arrow.next{right:12px;}
.bovredia-landing .gallery-thumbs{display:flex; gap:10px; margin-top:12px; overflow-x:auto; padding-bottom:2px;}
.bovredia-landing .gallery-thumb{box-sizing:border-box; flex:0 0 68px; width:68px; height:68px; padding:0; border:1.5px solid var(--gray-400); background:#fff; overflow:hidden; opacity:.65; border-radius:var(--radius); line-height:0;}
.bovredia-landing .gallery-thumb img{display:block; width:68px; height:68px; object-fit:cover;}
.bovredia-landing .gallery-thumb.active{border-color:var(--ink); opacity:1;}
.bovredia-landing .save-badge{position:absolute; top:16px; left:16px; background:var(--red); color:#fff; font-family:'Cairo',sans-serif; font-size:13px; padding:6px 12px; letter-spacing:1px;}
[dir="rtl"] .bovredia-landing .save-badge{left:auto; right:16px;}
.bovredia-landing .eyebrow{font-size:12px; letter-spacing:3px; text-transform:uppercase; color:var(--red); font-weight:700; margin-bottom:14px;}
.bovredia-landing h1.hero-title{font-size:38px; line-height:1.25; margin:0 0 8px; font-weight:900; letter-spacing:-0.5px;}
.bovredia-landing .hero-sub{font-size:17px; color:var(--ink-soft); margin:0 0 18px; max-width:440px;}
.bovredia-landing .rating{display:flex; align-items:center; gap:8px; margin-bottom:18px; font-size:14px;}
.bovredia-landing .stars{color:var(--red); letter-spacing:1px;}
.bovredia-landing .price-row{display:flex; align-items:baseline; gap:12px; margin-bottom:18px;}
.bovredia-landing .price-old{color:var(--ink-soft); text-decoration:line-through; font-size:18px;}
.bovredia-landing .price-new{font-family:'Cairo',sans-serif; font-size:32px; color:var(--ink);}
.bovredia-landing .save-pill{background:var(--gray-100); border:1px solid var(--gray-400); font-size:11px; font-weight:700; letter-spacing:1px; padding:4px 10px; color:var(--red);}
.bovredia-landing .benefit-list{margin-bottom:26px;}
.bovredia-landing .benefit-list li{display:flex; align-items:center; gap:10px; font-size:14px; padding:5px 0; color:var(--ink-soft);}
.bovredia-landing .benefit-list li::before{content:"✓"; color:var(--red); font-weight:800;}
.bovredia-landing .btn-primary{display:inline-block; background:var(--ink); color:#fff; border:none; font-size:15px; font-weight:800; padding:17px 32px; width:100%; text-align:center; transition:opacity .15s;}
.bovredia-landing .btn-primary:hover{opacity:.85;}
.bovredia-landing .btn-primary:disabled{opacity:.5; cursor:not-allowed;}

.bovredia-landing .section{padding:64px 0;}
.bovredia-landing .section.alt{background:var(--gray-100);}
.bovredia-landing .section-head{text-align:center; max-width:520px; margin:0 auto 40px;}
.bovredia-landing .section-head h2{font-size:27px; font-weight:900; margin:0 0 10px; letter-spacing:-0.3px;}
.bovredia-landing .section-head p{color:var(--ink-soft); margin:0; font-size:15px;}
.bovredia-landing .countdown{display:inline-flex; align-items:center; gap:10px; margin-top:18px; background:var(--ink); color:#fff; padding:10px 20px;}
.bovredia-landing .countdown-label{font-size:11px; letter-spacing:1px; text-transform:uppercase; color:#c9c9c4;}
.bovredia-landing .countdown-timer{font-family:'Cairo',sans-serif; font-size:18px; letter-spacing:1px; color:var(--red);}

.bovredia-landing .social-toast{position:fixed; left:16px; bottom:16px; z-index:70; background:#fff; border:1px solid var(--gray-400); box-shadow:0 10px 28px rgba(0,0,0,0.12); padding:12px 16px; max-width:280px; display:none; align-items:center; gap:10px; font-size:13px;}
.bovredia-landing .social-toast.show{display:flex;}
.bovredia-landing .social-toast .st-dot{width:8px; height:8px; border-radius:50%; background:#2ecc71; flex-shrink:0;}
.bovredia-landing .social-toast .st-text b{font-weight:800;}
.bovredia-landing .social-toast .st-time{display:block; font-size:11px; color:var(--ink-soft); margin-top:2px;}
[dir="rtl"] .bovredia-landing .social-toast{left:auto; right:16px;}
@media (max-width:860px){
  .bovredia-landing .social-toast{bottom:76px; max-width:calc(100% - 32px);}
}

.bovredia-landing .benefits-grid{display:grid; grid-template-columns:repeat(4,1fr); gap:24px;}
.bovredia-landing .benefit-card{text-align:center; padding:8px;}
.bovredia-landing .b-icon{width:52px; height:52px; margin:0 auto 16px; border:1px solid var(--ink); border-radius:50%; display:flex; align-items:center; justify-content:center; font-family:'Cairo',sans-serif; font-size:18px;}
.bovredia-landing .benefit-card h3{font-size:15px; margin:0 0 6px; font-weight:800;}
.bovredia-landing .benefit-card p{font-size:13px; color:var(--ink-soft); margin:0; line-height:1.5;}

.bovredia-landing .offers-grid{display:grid; grid-template-columns:repeat(3,1fr); gap:20px;}
.bovredia-landing .offer-card{position:relative; background:#fff; border:2px solid var(--ink); padding:26px 22px 22px; text-align:center; cursor:pointer; transition:transform .15s, box-shadow .15s;}
.bovredia-landing .offer-card::before, .bovredia-landing .offer-card::after{content:""; position:absolute; width:16px; height:16px; background:var(--bg); border:2px solid var(--ink); border-radius:50%; top:50%; transform:translateY(-50%);}
.bovredia-landing .offer-card::before{left:-9px;}
.bovredia-landing .offer-card::after{right:-9px;}
.bovredia-landing .section.alt .offer-card::before, .bovredia-landing .section.alt .offer-card::after{background:var(--gray-100);}
.bovredia-landing .offer-card:hover{transform:translateY(-3px);}
.bovredia-landing .offer-card.selected{border-color:var(--red); box-shadow:0 10px 24px rgba(229,48,28,0.16);}
.bovredia-landing .offer-badge{position:absolute; top:-13px; left:50%; transform:translateX(-50%); background:var(--red); color:#fff; font-size:10px; font-weight:800; letter-spacing:1px; padding:5px 14px; text-transform:uppercase; white-space:nowrap;}
.bovredia-landing .offer-num{font-family:'Cairo',sans-serif; font-size:12px; color:var(--ink-soft); letter-spacing:1px; margin-bottom:6px;}
.bovredia-landing .offer-pieces{font-size:16px; font-weight:800; margin-bottom:10px; text-transform:uppercase; letter-spacing:.5px;}
.bovredia-landing .offer-old{color:var(--ink-soft); text-decoration:line-through; font-size:14px; display:block;}
.bovredia-landing .offer-price{font-family:'Cairo',sans-serif; font-size:30px; margin:4px 0;}
.bovredia-landing .offer-save{font-size:12px; color:var(--red); font-weight:700; margin-bottom:16px;}
.bovredia-landing .offer-select-btn{width:100%; border:1.5px solid var(--ink); background:#fff; padding:11px; font-size:12px; font-weight:800; letter-spacing:1px; text-transform:uppercase;}
.bovredia-landing .offer-card.selected .offer-select-btn{background:var(--ink); color:#fff;}

.bovredia-landing #selection-area{display:none;}
.bovredia-landing #selection-area.show{display:block;}
.bovredia-landing .piece-block{border:1px solid var(--gray-400); background:#fff; padding:22px; margin-bottom:16px;}
.bovredia-landing .piece-title{font-family:'Cairo',sans-serif; font-size:14px; letter-spacing:1.5px; margin:0 0 16px; display:flex; align-items:center; gap:10px;}
.bovredia-landing .piece-title .tag{background:var(--ink); color:#fff; font-size:11px; padding:3px 9px; border-radius:50%; width:22px; height:22px; display:flex; align-items:center; justify-content:center;}
.bovredia-landing .field-label{font-size:12px; font-weight:700; color:var(--ink-soft); margin:0 0 8px;}
.bovredia-landing .swatches{display:flex; gap:10px; flex-wrap:wrap; margin-bottom:18px;}
.bovredia-landing .swatch{border:1.5px solid var(--gray-400); background:#fff; padding:9px 16px; font-size:14px; font-weight:600;}
.bovredia-landing .swatch.active{background:var(--ink); color:#fff; border-color:var(--ink);}
.bovredia-landing .size-box{border:1.5px solid var(--gray-400); background:#fff; width:44px; height:40px; font-size:13px; font-weight:700;}
.bovredia-landing .sizes{display:flex; gap:8px; flex-wrap:wrap;}
.bovredia-landing .size-box.active{background:var(--red); color:#fff; border-color:var(--red);}
.bovredia-landing .summary-box{background:var(--ink); color:#fff; padding:22px 24px; display:flex; justify-content:space-between; align-items:center; flex-wrap:wrap; gap:14px;}
.bovredia-landing .summary-left .sl-label{font-size:11px; letter-spacing:1px; text-transform:uppercase; color:#c9c9c4; margin-bottom:4px;}
.bovredia-landing .summary-left .sl-main{font-family:'Cairo',sans-serif; font-size:20px;}
.bovredia-landing .summary-list{font-size:12px; color:#c9c9c4; margin-top:6px; line-height:1.6;}
.bovredia-landing .summary-box .btn-primary{width:auto; background:var(--red); padding:14px 28px;}

.bovredia-landing .checkout-grid{display:grid; grid-template-columns:1.4fr 1fr; gap:40px; align-items:start;}
.bovredia-landing .field{margin-bottom:16px;}
.bovredia-landing .field label{display:block; font-size:12px; font-weight:700; color:var(--ink-soft); margin-bottom:7px;}
.bovredia-landing .field input, .bovredia-landing .field select, .bovredia-landing .field textarea{width:100%; border:1.5px solid var(--gray-400); background:#fff; padding:13px 14px; font-size:14px; font-family:inherit; color:var(--ink);}
.bovredia-landing .field input:focus, .bovredia-landing .field select:focus, .bovredia-landing .field textarea:focus{outline:2px solid var(--ink); outline-offset:1px; border-color:var(--ink);}
.bovredia-landing .field textarea{min-height:110px; resize:vertical; line-height:1.5;}
.bovredia-landing .field-row{display:grid; grid-template-columns:1fr 1fr; gap:14px;}
.bovredia-landing .order-card{border:1.5px solid var(--ink); padding:24px; position:sticky; top:84px;}
.bovredia-landing .order-card h4{font-family:'Cairo',sans-serif; font-size:15px; letter-spacing:1px; margin:0 0 14px;}
.bovredia-landing .order-line{display:flex; justify-content:space-between; font-size:13px; padding:8px 0; border-bottom:1px solid var(--gray-200); color:var(--ink-soft);}
.bovredia-landing .order-total{display:flex; justify-content:space-between; font-family:'Cairo',sans-serif; font-size:20px; padding:14px 0 18px;}
.bovredia-landing .order-error{color:var(--red); font-size:13px; margin-top:10px; display:none;}
.bovredia-landing .order-error.show{display:block;}

.bovredia-landing .trust-grid{display:grid; grid-template-columns:repeat(4,1fr); gap:20px;}
.bovredia-landing .trust-card{text-align:center; padding:20px 12px;}
.bovredia-landing .trust-card .t-ic{font-size:26px; margin-bottom:10px;}
.bovredia-landing .trust-card h4{font-size:13px; font-weight:800; margin:0 0 4px;}
.bovredia-landing .trust-card p{font-size:12px; color:var(--ink-soft); margin:0;}

.bovredia-landing .reviews-grid{display:grid; grid-template-columns:repeat(3,1fr); gap:20px;}
.bovredia-landing .review-card{background:#fff; border:1px solid var(--gray-400); padding:22px;}
.bovredia-landing .review-stars{color:var(--red); letter-spacing:1px; font-size:14px; margin-bottom:10px;}
.bovredia-landing .review-text{font-size:14px; color:var(--ink); line-height:1.6; margin:0 0 14px;}
.bovredia-landing .review-author{font-size:12px; font-weight:700; color:var(--ink-soft);}
.bovredia-landing .review-author span{font-weight:400;}

/* PHOTO GALLERY — manual scroll only (never auto-rotates) */
.bovredia-landing .gallery-carousel-outer{position:relative; max-width:var(--maxw); margin:0 auto; padding:8px 60px; overflow:hidden;}
.bovredia-landing .gallery-carousel-track{
  display:flex; gap:20px; overflow-x:auto; scroll-snap-type:x mandatory;
  scroll-behavior:smooth; padding:4px 0 16px; -webkit-overflow-scrolling:touch;
}
.bovredia-landing .gallery-carousel-track::-webkit-scrollbar{height:6px;}
.bovredia-landing .gallery-carousel-track::-webkit-scrollbar-thumb{background:var(--gray-400);}
.bovredia-landing .gc-item{flex:0 0 340px; scroll-snap-align:start;}
.bovredia-landing .gc-img{
  width:340px; height:260px; background:linear-gradient(155deg,var(--gray-100),var(--gray-200));
  border:1px solid var(--gray-200); display:flex; align-items:center; justify-content:center; overflow:hidden;
}
.bovredia-landing .gc-img img{width:100%; height:100%; object-fit:cover; display:block;}
.bovredia-landing .gc-arrow{
  position:absolute; top:50%; transform:translateY(-50%); width:40px; height:40px;
  border:1px solid var(--gray-400); background:#fff; border-radius:50%; font-size:18px;
  font-weight:800; z-index:5; cursor:pointer;
}
.bovredia-landing .gc-arrow:hover{background:var(--ink); color:#fff; border-color:var(--ink);}
.bovredia-landing .gc-prev{right:8px;}
.bovredia-landing .gc-next{left:8px;}

.bovredia-landing .video-wrap{
  position:relative; width:100%; max-width:380px; aspect-ratio:9/16; margin:0 auto;
  background:#000; border:1px solid var(--gray-200);
}
.bovredia-landing .video-wrap iframe,
.bovredia-landing .video-wrap video{position:absolute; inset:0; width:100%; height:100%; border:none;}

.bovredia-landing .faq-item{border-bottom:1px solid var(--gray-400);}
.bovredia-landing .faq-q{width:100%; text-align:left; background:none; border:none; padding:18px 0; font-size:15px; font-weight:700; display:flex; justify-content:space-between; align-items:center;}
[dir="rtl"] .bovredia-landing .faq-q{text-align:right;}
.bovredia-landing .faq-q .plus{font-family:'Cairo',sans-serif; font-size:18px; color:var(--red); transition:transform .2s;}
.bovredia-landing .faq-item.open .plus{transform:rotate(45deg);}
.bovredia-landing .faq-a{max-height:0; overflow:hidden; transition:max-height .25s ease; font-size:14px; color:var(--ink-soft); line-height:1.6;}
.bovredia-landing .faq-item.open .faq-a{max-height:200px; padding-bottom:16px;}

.bovredia-landing .final-cta{background:var(--ink); color:#fff; text-align:center; padding:70px 20px;}
.bovredia-landing .final-cta h2{font-family:'Cairo',sans-serif; font-size:30px; margin:0 0 20px; letter-spacing:.5px;}
.bovredia-landing .final-cta .btn-primary{width:auto; background:var(--red); padding:16px 36px;}
.bovredia-landing footer.site{padding:28px 0; text-align:center; font-size:12px; color:var(--ink-soft);}
.bovredia-landing footer.site .logo{font-size:16px;}

.bovredia-landing .sticky-bar{position:fixed; bottom:-100px; left:0; right:0; background:#fff; border-top:1px solid var(--gray-400); box-shadow:0 -6px 20px rgba(0,0,0,0.08); padding:12px 16px; display:none; align-items:center; justify-content:space-between; gap:14px; z-index:60; transition:bottom .25s;}
.bovredia-landing .sticky-bar.show{bottom:0;}
.bovredia-landing .sticky-bar .sb-info .sb-label{font-size:10px; color:var(--ink-soft); letter-spacing:1px; text-transform:uppercase;}
.bovredia-landing .sticky-bar .sb-info .sb-price{font-family:'Cairo',sans-serif; font-size:17px;}
.bovredia-landing .sticky-bar .btn-primary{width:auto; padding:12px 22px; font-size:12px;}

@media (max-width:860px){
  .bovredia-landing .hero-grid{grid-template-columns:1fr; gap:26px;}
  .bovredia-landing .benefits-grid{grid-template-columns:repeat(2,1fr);}
  .bovredia-landing .offers-grid{grid-template-columns:1fr;}
  .bovredia-landing .offer-card::before, .bovredia-landing .offer-card::after{display:none;}
  .bovredia-landing .checkout-grid{grid-template-columns:1fr;}
  .bovredia-landing .order-card{position:static;}
  .bovredia-landing .trust-grid{grid-template-columns:repeat(2,1fr);}
  .bovredia-landing .reviews-grid{grid-template-columns:1fr;}
  .bovredia-landing .sticky-bar{display:flex;}
  .bovredia-landing h1.hero-title{font-size:30px;}
  .bovredia-landing .section{padding:44px 0;}
  .bovredia-landing .field-row{grid-template-columns:1fr;}
  .bovredia-landing .gallery-carousel-outer{padding:8px 20px;}
  .bovredia-landing .gallery-carousel-track{flex-direction:column; overflow-x:visible; scroll-snap-type:none;}
  .bovredia-landing .gc-item{flex:0 0 auto; width:100%;}
  .bovredia-landing .gc-img{width:100%; height:auto; aspect-ratio:4/3;}
  .bovredia-landing .gc-arrow{display:none;}
  .bovredia-landing .video-wrap{max-width:280px;}
}

/* BOVREDIA 2.0 Elementor widget isolation */
.bovredia-elementor-widget{position:relative;--bovredia-columns:3;}
.bovredia-elementor-widget .offers-grid{grid-template-columns:repeat(var(--bovredia-columns),minmax(0,1fr));}
.bovredia-elementor-widget .bovredia-landing-error{padding:20px;border:1px solid #ddd;}
@media(max-width:860px){.bovredia-elementor-widget .offers-grid{grid-template-columns:1fr 1fr;}}
@media(max-width:560px){.bovredia-elementor-widget .offers-grid{grid-template-columns:1fr;}}
