/* ============================================================
   PURISAKI BERBERINE PATCH V3 — css/style.css
   Domain: purissaki.com
   Theme: Sky Blue (packaging) + Deep Navy + Pomegranate Red + Silver
   Hero: NEW Sky-blue full-bleed, product LEFT floating + ingredient badges + text RIGHT
   Features: NEW 3-ingredient spotlight cards + ingredients image section
   Footer: NEW Navy gradient with 3-ingredient circle row + pipe nav
   ============================================================ */

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

:root{
  --navy:          #1e3a5f;
  --navy-dark:     #0f2040;
  --navy-deep:     #0a1628;
  --navy-mid:      #1e2d5a;
  --sky:           #3b82f6;
  --sky-mid:       #60a5fa;
  --sky-light:     #93c5fd;
  --sky-pale:      #eff6ff;
  --sky-xpale:     #f0f7ff;
  --sky-bg:        #dbeafe;
  --pkg-blue:      #a8c4e8;    /* actual packaging blue */
  --pkg-blue-dark: #7bafd4;
  --red:           #dc2626;
  --red-mid:       #ef4444;
  --red-light:     #f87171;
  --red-pale:      #fef2f2;
  --silver:        #94a3b8;
  --silver-light:  #cbd5e1;
  --silver-pale:   #f1f5f9;
  --pomegranate:   #b91c1c;
  --fucoxanthin:   #065f46;
  --fucox-mid:     #059669;
  --fucox-pale:    #ecfdf5;
  --white:         #ffffff;
  --off-white:     #f8fafc;
  --japan-white:   #fefefe;
  --text:          #0f2040;
  --text-mid:      #1e3a5f;
  --muted:         #4b6280;
  --border:        #bfdbfe;
  --border-light:  #dbeafe;
  --radius:        10px;
  --radius-lg:     16px;
  --radius-pill:   50px;
  --shadow-sm:     0 2px 12px rgba(0,0,0,0.07);
  --shadow:        0 4px 24px rgba(0,0,0,0.11);
  --shadow-h:      0 12px 40px rgba(0,0,0,0.18);
  --shadow-sky:    0 4px 20px rgba(59,130,246,0.28);
  --shadow-red:    0 4px 20px rgba(220,38,38,0.22);
}

html{scroll-behavior:smooth}
body{font-family:'Jost',sans-serif;font-size:18px;color:var(--text);background:var(--white);overflow-x:hidden;line-height:1.75}

/* ===== NAV ===== */
nav{position:sticky;top:0;z-index:1000;background:var(--navy-dark);padding:0 24px;height:72px;box-shadow:0 2px 20px rgba(0,0,0,0.45);border-bottom:2px solid var(--sky)}
.nav-inner{max-width:1200px;margin:0 auto;height:100%;display:flex;align-items:center;justify-content:space-between;gap:32px}
.nav-logo{font-family:'Jost',sans-serif;font-size:1.6rem;font-weight:900;color:var(--white);text-decoration:none;letter-spacing:1.5px;text-transform:uppercase;flex-shrink:0}
.nav-logo span{color:var(--sky-light)}
.nav-links{display:flex;align-items:center;gap:28px;list-style:none}
.nav-links a{color:var(--sky-light);text-decoration:none;font-size:.95rem;font-weight:500;transition:color .2s;white-space:nowrap}
.nav-links a:hover{color:var(--white)}
.btn-nav-order{background:var(--red)!important;color:var(--white)!important;font-weight:800!important;font-size:.9rem!important;padding:10px 24px!important;border-radius:var(--radius-pill)!important;border:none!important;transition:background .2s!important;text-transform:uppercase}
.btn-nav-order:hover{background:var(--red-mid)!important}
.hamburger{display:none;flex-direction:column;gap:5px;cursor:pointer;padding:4px}
.hamburger span{width:25px;height:2px;background:var(--sky-light);display:block;border-radius:2px}
.mobile-menu{display:none;flex-direction:column;background:var(--navy-dark);position:absolute;top:72px;left:0;right:0;padding:24px 32px;gap:18px;z-index:999;border-bottom:2px solid var(--sky)}
.mobile-menu.open{display:flex}
.mobile-menu a{color:var(--sky-light);text-decoration:none;font-size:1.05rem;font-weight:500}
.mobile-menu .btn-mob-order{background:var(--red);color:var(--white);text-align:center;padding:13px;border-radius:var(--radius-pill);font-weight:800;margin-top:6px;font-size:1rem;text-transform:uppercase}

/* ===== BUTTONS ===== */
.btn-primary{display:inline-block;background:var(--red);color:var(--white);font-family:'Jost',sans-serif;font-weight:800;font-size:1.05rem;letter-spacing:.5px;text-transform:uppercase;padding:15px 36px;border-radius:var(--radius-pill);text-decoration:none;transition:background .2s,transform .15s;box-shadow:var(--shadow-red)}
.btn-primary:hover{background:var(--red-mid);transform:translateY(-2px)}
.btn-navy{display:inline-block;background:var(--navy);color:var(--white);font-family:'Jost',sans-serif;font-weight:800;font-size:1.05rem;text-transform:uppercase;padding:15px 36px;border-radius:var(--radius-pill);text-decoration:none;transition:background .2s,transform .15s;box-shadow:0 4px 16px rgba(0,0,0,.25)}
.btn-navy:hover{background:var(--navy-mid);transform:translateY(-2px)}
.btn-sky{display:inline-block;background:var(--sky);color:var(--white);font-family:'Jost',sans-serif;font-weight:800;font-size:1.05rem;text-transform:uppercase;padding:15px 36px;border-radius:var(--radius-pill);text-decoration:none;transition:background .2s,transform .15s;box-shadow:var(--shadow-sky)}
.btn-sky:hover{background:var(--sky-mid);transform:translateY(-2px)}
.btn-outline-navy{display:inline-block;background:transparent;color:var(--navy);font-family:'Jost',sans-serif;font-weight:700;font-size:1.05rem;text-transform:uppercase;padding:14px 34px;border-radius:var(--radius-pill);border:2px solid var(--navy);text-decoration:none;transition:background .2s,transform .15s}
.btn-outline-navy:hover{background:var(--sky-pale);transform:translateY(-2px)}

/* ===== TITLE BANDS ===== */
.sec-title-band{background:var(--navy);padding:48px 40px 40px;text-align:center;border-top:3px solid var(--sky);border-bottom:3px solid var(--sky)}
.sec-title-band h2{font-family:'Jost',sans-serif;font-size:2.4rem;font-weight:900;color:var(--white);letter-spacing:1px;text-transform:uppercase;line-height:1.2}
.sec-title-band p.band-sub{color:rgba(255,255,255,.62);font-size:1rem;margin-top:10px}
.sec-title-band.red-band{border-top-color:var(--red);border-bottom-color:var(--red)}
.sec-title-band.red-band h2{color:var(--red-light)}
.sec-title-band.light-band{background:var(--sky-xpale);border-top-color:var(--sky);border-bottom-color:var(--sky)}
.sec-title-band.light-band h2{color:var(--navy)}
.sec-title-band.light-band p.band-sub{color:var(--muted)}
.sec-title-band.silver-band{background:var(--silver-pale);border-top-color:var(--silver);border-bottom-color:var(--silver)}
.sec-title-band.silver-band h2{color:var(--navy-dark)}

/* ===== HERO — NEW Sky-blue full-bleed with floating ingredient badges ===== */
.hero{
  background: linear-gradient(150deg, #c5d8f0 0%, #a8c4e8 35%, #7bafd4 70%, var(--navy) 100%);
  min-height: 600px; padding: 0; overflow: hidden; position: relative;
}
/* Subtle radial glow */
.hero::before{
  content:''; position:absolute; inset:0;
  background: radial-gradient(ellipse at 35% 50%, rgba(255,255,255,.20) 0%, transparent 55%);
  pointer-events:none;
}
/* Decorative dots pattern */
.hero::after{
  content:''; position:absolute; top:0; right:0; bottom:0; left:0;
  background-image: radial-gradient(rgba(255,255,255,.08) 1px, transparent 1px);
  background-size: 28px 28px;
  pointer-events:none;
}

.hero-inner{
  max-width:1280px; margin:0 auto;
  display:grid; grid-template-columns:1fr 1fr;
  align-items:center; min-height:600px;
  position:relative; z-index:1;
  gap:0;
}

/* LEFT: product image + floating badges */
.hero-product-left{
  display:flex; align-items:center; justify-content:center;
  padding:60px 24px 60px 48px;
  position:relative;
}
.hero-product-left a img{
  max-width:100%; max-height:520px; object-fit:contain;
  filter: drop-shadow(0 20px 48px rgba(30,58,95,.35)) drop-shadow(0 6px 16px rgba(0,0,0,.25));
  transition:transform .5s ease; position:relative; z-index:2;
}
.hero-product-left a:hover img{transform:scale(1.04) translateY(-6px)}

/* Floating ingredient badges around product */
.ing-badge{
  position:absolute; z-index:3;
  display:flex; align-items:center; gap:7px;
  background:var(--white); border-radius:var(--radius-pill);
  padding:8px 16px; box-shadow:var(--shadow);
  font-family:'Jost',sans-serif; font-size:.82rem; font-weight:800;
  white-space:nowrap; animation:float 4s ease-in-out infinite;
}
.ing-badge-1{top:14%;left:5%;animation-delay:0s}
.ing-badge-2{top:52%;left:-2%;animation-delay:1.3s}
.ing-badge-3{bottom:16%;left:10%;animation-delay:2.6s}
.ing-badge-dot{width:10px;height:10px;border-radius:50%;flex-shrink:0}
.ing-badge-1 .ing-badge-dot{background:var(--sky)}
.ing-badge-2 .ing-badge-dot{background:var(--pomegranate)}
.ing-badge-3 .ing-badge-dot{background:var(--fucox-mid)}
.ing-badge-1{color:var(--navy)}
.ing-badge-2{color:var(--pomegranate)}
.ing-badge-3{color:var(--fucoxanthin)}

@keyframes float{0%,100%{transform:translateY(0)}50%{transform:translateY(-7px)}}

/* NEW badge ribbons on product */
.hero-new-badges{
  position:absolute; top:10%; right:10%; z-index:3;
  display:flex; flex-direction:column; gap:8px;
}
.hnb{
  background:linear-gradient(135deg,#6b7280,#9ca3af);
  color:var(--white); font-family:'Jost',sans-serif;
  font-size:.7rem; font-weight:800; text-transform:uppercase;
  letter-spacing:.5px; padding:5px 12px; border-radius:var(--radius-pill);
  text-align:center; box-shadow:var(--shadow-sm);
}

/* RIGHT: text content */
.hero-text-right{
  padding:60px 48px 60px 36px;
  display:flex; flex-direction:column; justify-content:center;
}

.hero-brand-tag{
  display:inline-flex; align-items:center; gap:8px;
  font-size:.76rem; font-weight:800; letter-spacing:3px;
  text-transform:uppercase; color:var(--navy-dark);
  background:rgba(255,255,255,.70); border:1px solid rgba(30,58,95,.20);
  padding:5px 16px; border-radius:var(--radius-pill); margin-bottom:18px;
  width:fit-content; backdrop-filter:blur(4px);
}

.hero-text-right h1{
  font-family:'Jost',sans-serif; font-size:3rem; font-weight:900;
  line-height:1.06; color:var(--navy-dark); margin-bottom:18px;
}
.hero-text-right h1 .red{color:var(--pomegranate)}
.hero-text-right h1 .navy{color:var(--navy)}

.hero-text-right p{
  font-size:1.06rem; line-height:1.82; color:var(--navy-mid);
  margin-bottom:12px; max-width:480px;
}

/* 30-day program badge */
.hero-program-badge{
  display:inline-flex; align-items:center; gap:10px;
  background:var(--navy-dark); color:var(--white);
  border-radius:var(--radius-lg); padding:14px 22px;
  margin:16px 0 24px; width:fit-content;
}
.hpb-num{
  font-family:'Jost',sans-serif; font-size:2.2rem; font-weight:900;
  color:var(--sky-light); line-height:1;
}
.hpb-text{display:flex;flex-direction:column;line-height:1.2}
.hpb-text strong{font-size:.95rem;font-weight:800;color:var(--white)}
.hpb-text span{font-size:.75rem;color:var(--sky-light)}

.hero-ing-row{
  display:flex; flex-wrap:wrap; gap:8px; margin-bottom:24px;
}
.hir{
  display:flex; align-items:center; gap:6px;
  background:rgba(255,255,255,.65); backdrop-filter:blur(4px);
  border-radius:var(--radius); padding:7px 12px;
  font-size:.82rem; font-weight:700; color:var(--navy-dark);
  border:1px solid rgba(255,255,255,.50);
}
.hir-dot{width:8px;height:8px;border-radius:50%;flex-shrink:0}

.hero-btns{display:flex;flex-wrap:wrap;gap:12px}
.hero-note{font-size:.82rem;color:var(--navy-mid);margin-top:12px}
.hero-note strong{color:var(--navy-dark)}

/* ===== TRUST BAR ===== */
.trust-bar{
  background:var(--navy-dark); padding:13px 32px;
  display:flex;flex-wrap:wrap;justify-content:center;gap:6px 32px;
  border-top:2px solid var(--sky);
}
.trust-bar span{color:var(--sky-light);font-size:.86rem;font-weight:700;display:flex;align-items:center;gap:6px;white-space:nowrap}

/* ===== REVIEWS ===== */
.reviews-section{background:var(--off-white);padding:70px 48px}
.reviews-grid{max-width:1160px;margin:0 auto;display:grid;grid-template-columns:repeat(3,1fr);gap:28px}
.review-card{background:var(--white);border:1px solid var(--border-light);border-radius:var(--radius-lg);padding:32px 24px;text-align:center;transition:box-shadow .3s,transform .3s;box-shadow:var(--shadow-sm);border-top:4px solid var(--sky)}
.review-card:hover{box-shadow:var(--shadow-h);transform:translateY(-4px)}
.reviewer-photo{width:84px;height:84px;border-radius:50%;object-fit:cover;margin:0 auto 14px;display:block;border:3px solid var(--sky-mid)}
.review-stars{height:20px;margin:0 auto 12px;display:block}
.review-badge{font-size:.9rem;font-weight:700;color:var(--sky);margin-bottom:12px}
.review-text{font-size:.98rem;line-height:1.75;color:var(--muted);font-style:italic}
.reviewer-name{margin-top:16px;font-weight:700;color:var(--text-mid);font-size:.92rem}

/* ===== WHAT IS ===== */
.what-is-section{background:var(--white);padding:70px 48px}
.what-is-inner{max-width:1160px;margin:0 auto;display:grid;grid-template-columns:1fr 1.45fr;align-items:center;gap:64px}
.what-is-img-wrap{display:flex;justify-content:center}
.what-is-img-wrap img{width:100%;max-width:380px;height:auto;object-fit:contain;filter:drop-shadow(0 8px 28px rgba(59,130,246,.14))}
.what-is-text p{font-size:1.1rem;line-height:1.85;color:var(--muted);margin-bottom:18px}

/* ===== WHY ===== */
.why-section{background:var(--sky-xpale);padding:70px 48px}
.section-prose{max-width:900px;margin:0 auto}
.section-prose p{font-size:1.1rem;line-height:1.85;color:var(--muted);margin-bottom:18px}

/* ===== PRICING ===== */
.pricing-band{background:var(--navy-dark);padding:48px 40px 16px;text-align:center;border-top:3px solid var(--red)}
.pricing-band h3{font-family:'Jost',sans-serif;font-size:2rem;font-weight:900;color:var(--white);margin-bottom:10px;text-transform:uppercase;letter-spacing:1px}
.pricing-band h4{font-family:'Jost',sans-serif;font-size:1.25rem;font-weight:500;color:var(--red-light);margin-bottom:0}
.price-img-section{background:var(--white);padding:48px;text-align:center}
.price-img-section a img{max-width:900px;width:100%;height:auto;object-fit:contain;border-radius:var(--radius-lg);box-shadow:var(--shadow);transition:transform .3s}
.price-img-section a:hover img{transform:scale(1.01)}

/* ===== FEATURES — NEW 3-Ingredient Spotlight Cards ===== */
.ingredients-section{background:var(--white);padding:70px 48px}
.ing-spotlight{max-width:1080px;margin:0 auto;display:grid;grid-template-columns:repeat(3,1fr);gap:24px;margin-bottom:56px}

.ing-card{
  border-radius:var(--radius-lg); overflow:hidden;
  box-shadow:var(--shadow); transition:box-shadow .25s,transform .25s;
  position:relative;
}
.ing-card:hover{box-shadow:var(--shadow-h);transform:translateY(-4px)}

/* Per-ingredient colour themes */
.ing-card-berberine{border-top:5px solid var(--sky)}
.ing-card-pomegranate{border-top:5px solid var(--red)}
.ing-card-fucoxanthin{border-top:5px solid var(--fucox-mid)}

/* Ingredient header */
.ing-card-head{
  padding:28px 24px 20px;
  display:flex; flex-direction:column; align-items:center; text-align:center;
}
.ing-card-berberine .ing-card-head{background:var(--sky-pale)}
.ing-card-pomegranate .ing-card-head{background:var(--red-pale)}
.ing-card-fucoxanthin .ing-card-head{background:var(--fucox-pale)}

.ing-emoji{font-size:2.8rem;display:block;margin-bottom:10px}
.ing-name{
  font-family:'Jost',sans-serif;font-size:1.35rem;font-weight:900;
  margin-bottom:4px;line-height:1.2;
}
.ing-card-berberine .ing-name{color:var(--sky)}
.ing-card-pomegranate .ing-name{color:var(--pomegranate)}
.ing-card-fucoxanthin .ing-name{color:var(--fucoxanthin)}

.ing-subtitle{font-size:.78rem;font-weight:700;letter-spacing:1.5px;text-transform:uppercase;color:var(--muted)}

/* Ingredient body */
.ing-card-body{background:var(--white);padding:22px 22px 24px}
.ing-card-body p{font-size:.96rem;line-height:1.75;color:var(--muted);margin-bottom:14px}

/* Science note */
.ing-science{
  display:flex;align-items:flex-start;gap:8px;
  background:var(--sky-xpale);border-radius:var(--radius);
  padding:10px 14px;font-size:.82rem;color:var(--navy);font-weight:600;
  border-left:3px solid var(--sky);
}
.ing-card-pomegranate .ing-science{background:var(--red-pale);border-left-color:var(--red);color:var(--pomegranate)}
.ing-card-fucoxanthin .ing-science{background:var(--fucox-pale);border-left-color:var(--fucox-mid);color:var(--fucoxanthin)}
.ing-science-icon{font-size:1rem;flex-shrink:0;margin-top:1px}

/* Ingredients image section */
.ing-img-wrap{max-width:900px;margin:0 auto;text-align:center}
.ing-img-wrap a img{width:100%;height:auto;object-fit:contain;border-radius:var(--radius-lg);box-shadow:var(--shadow);transition:transform .3s}
.ing-img-wrap a:hover img{transform:scale(1.01)}
.ing-img-caption{font-size:.9rem;color:var(--muted);margin-top:14px;font-style:italic}

/* ===== GUARANTEE ===== */
.guarantee-section{background:var(--sky-xpale);padding:70px 48px}
.guarantee-inner{max-width:1100px;margin:0 auto;display:grid;grid-template-columns:260px 1fr;align-items:center;gap:60px}
.guarantee-img-wrap{display:flex;justify-content:center}
.guarantee-img-wrap img{width:100%;max-width:260px;height:auto;object-fit:contain}
.guarantee-text p{font-size:1.1rem;line-height:1.85;color:var(--muted);margin-bottom:18px}

/* ===== BENEFITS ===== */
.benefits-section{background:var(--white);padding:70px 48px}
.benefits-grid{max-width:960px;margin:0 auto;display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.bcard{
  background:var(--sky-xpale);border:1px solid var(--border-light);
  border-radius:var(--radius-lg);padding:22px 18px;text-align:center;
  transition:box-shadow .2s,transform .2s;border-top:3px solid var(--sky);
}
.bcard:nth-child(3n+2){border-top-color:var(--red)}
.bcard:nth-child(3n+3){border-top-color:var(--fucox-mid)}
.bcard:hover{box-shadow:var(--shadow-h);transform:translateY(-3px)}
.bcard-icon{font-size:1.9rem;display:block;margin-bottom:10px}
.bcard strong{font-family:'Jost',sans-serif;font-size:.95rem;font-weight:800;color:var(--text-mid);display:block;margin-bottom:6px;line-height:1.3}
.bcard p{font-size:.86rem;line-height:1.65;color:var(--muted)}

/* ===== FAQs ===== */
.faq-section{background:var(--off-white);padding:70px 48px}
.faq-list{max-width:900px;margin:0 auto;display:flex;flex-direction:column;gap:12px}
.faq-item{background:var(--white);border:1px solid var(--border-light);border-radius:var(--radius-lg);overflow:hidden;box-shadow:var(--shadow-sm)}
.faq-question{width:100%;background:none;border:none;text-align:left;padding:20px 24px;font-family:'Jost',sans-serif;font-size:1.08rem;font-weight:700;color:var(--text);cursor:pointer;display:flex;justify-content:space-between;align-items:center;gap:14px;transition:background .2s;line-height:1.4}
.faq-question:hover{background:var(--sky-pale)}
.faq-arrow{font-size:1.1rem;transition:transform .3s;color:var(--sky);flex-shrink:0}
.faq-answer{display:none;padding:14px 24px 20px;font-size:1.02rem;line-height:1.8;color:var(--muted);border-top:1px solid var(--border-light)}
.faq-item.open .faq-answer{display:block}
.faq-item.open .faq-arrow{transform:rotate(180deg)}

/* ===== ORDER ===== */
.order-how-section{background:var(--white);padding:70px 48px}
.order-how-inner{max-width:900px;margin:0 auto}
.order-how-inner p{font-size:1.1rem;line-height:1.85;color:var(--muted);margin-bottom:18px}
.order-img-wrap{text-align:center;margin-top:36px}
.order-img-wrap a img{max-width:900px;width:100%;height:auto;object-fit:contain;border-radius:var(--radius-lg);box-shadow:var(--shadow);transition:transform .3s}
.order-img-wrap a:hover img{transform:scale(1.01)}

/* ===== PRICING DETAILS ===== */
.pricing-details{background:var(--sky-xpale);padding:48px}
.pricing-details-inner{max-width:900px;margin:0 auto;display:flex;flex-direction:column;gap:18px}
.info-block{background:var(--white);border:1px solid var(--border-light);border-radius:var(--radius-lg);padding:24px 28px;border-top:4px solid var(--sky);box-shadow:var(--shadow-sm)}
.info-block h4{font-family:'Jost',sans-serif;font-size:1.12rem;font-weight:800;color:var(--text);margin-bottom:10px}
.info-block p,.info-block li{font-size:1.02rem;line-height:1.8;color:var(--muted)}
.info-block ul{list-style:none;padding:0}
.info-block ul li{padding:4px 0}
.info-block ul li::before{content:"✦ ";color:var(--sky);font-size:.8rem}

/* ===== FINAL CTA ===== */
.cta-final{
  background:linear-gradient(150deg, var(--pkg-blue) 0%, var(--pkg-blue-dark) 40%, var(--navy) 100%);
  padding:80px 48px;text-align:center;position:relative;overflow:hidden;
  border-top:3px solid var(--sky);
}
.cta-final::before{content:'';position:absolute;inset:0;background:radial-gradient(ellipse at 50% 0%,rgba(255,255,255,.12) 0%,transparent 55%);pointer-events:none}
.cta-final h2{font-family:'Jost',sans-serif;font-size:2.5rem;font-weight:900;color:var(--navy-dark);margin-bottom:12px;line-height:1.2;position:relative;z-index:1}
.cta-final h2 span{color:var(--pomegranate)}
.cta-sub{font-size:1.05rem;color:var(--navy-mid);margin-bottom:36px;position:relative;z-index:1}
.cta-product-img{max-width:280px;margin:0 auto 32px;position:relative;z-index:1}
.cta-product-img a img{width:100%;height:auto;object-fit:contain;filter:drop-shadow(0 16px 40px rgba(30,58,95,.35)) drop-shadow(0 4px 14px rgba(0,0,0,.20));transition:transform .4s}
.cta-product-img a:hover img{transform:scale(1.06) translateY(-8px)}
.cta-note{font-size:.88rem;color:var(--navy-mid);margin-top:14px;position:relative;z-index:1}

/* ===== FOOTER — NEW Navy gradient + 3-ingredient circle row + pipe nav ===== */
footer{
  background:linear-gradient(180deg, var(--navy-dark) 0%, var(--navy-deep) 100%);
  border-top:3px solid var(--sky); padding:52px 48px 28px;
}

/* Logo + tagline centred */
.footer-logo-centre{
  text-align:center; margin-bottom:32px;
}
.footer-logo-centre a{
  font-family:'Jost',sans-serif;font-size:1.75rem;font-weight:900;
  color:var(--white);text-decoration:none;letter-spacing:2px;text-transform:uppercase;
  display:inline-block;margin-bottom:6px;
}
.footer-logo-centre a span{color:var(--sky-light)}
.footer-logo-centre p{font-size:.86rem;color:rgba(255,255,255,.40);font-family:'Jost',sans-serif}

/* 3-Ingredient circle row — NEW unique element */
.footer-ing-circles{
  display:flex; justify-content:center; align-items:center;
  gap:0; margin-bottom:32px;
  max-width:680px; margin-left:auto; margin-right:auto;
}
.fic{
  flex:1; display:flex; flex-direction:column; align-items:center;
  padding:20px 16px; position:relative;
}
/* Divider lines between circles */
.fic:not(:last-child)::after{
  content:''; position:absolute; right:0; top:50%; transform:translateY(-50%);
  height:60px; width:1px; background:rgba(255,255,255,.10);
}
.fic-circle{
  width:72px; height:72px; border-radius:50%;
  display:flex; align-items:center; justify-content:center;
  font-size:1.8rem; margin-bottom:10px;
  border:2px solid rgba(255,255,255,.20);
  transition:transform .3s;
}
.fic:hover .fic-circle{transform:scale(1.08)}
.fic-1 .fic-circle{background:rgba(59,130,246,.20)}
.fic-2 .fic-circle{background:rgba(185,28,28,.20)}
.fic-3 .fic-circle{background:rgba(5,150,105,.20)}
.fic-name{
  font-family:'Jost',sans-serif;font-size:.88rem;font-weight:800;
  text-transform:uppercase;letter-spacing:.5px;margin-bottom:3px;
  color:var(--white);
}
.fic-1 .fic-name{color:var(--sky-light)}
.fic-2 .fic-name{color:var(--red-light)}
.fic-3 .fic-name{color:#6ee7b7}
.fic-desc{font-size:.74rem;color:rgba(255,255,255,.45);text-align:center;font-family:'Jost',sans-serif}

/* Pipe nav — centred */
.footer-pipe-nav{
  display:flex;flex-wrap:wrap;justify-content:center;gap:0;
  margin-bottom:28px;
  padding:18px 0;
  border-top:1px solid rgba(255,255,255,.06);
  border-bottom:1px solid rgba(255,255,255,.06);
}
.footer-pipe-nav a{
  color:rgba(255,255,255,.45);text-decoration:none;font-size:.86rem;font-weight:600;
  padding:4px 18px;border-right:1px solid rgba(255,255,255,.08);
  transition:color .2s;white-space:nowrap;font-family:'Jost',sans-serif;
}
.footer-pipe-nav a:last-child{border-right:none}
.footer-pipe-nav a:hover{color:var(--sky-light)}

/* Legal + copyright */
.footer-legal{max-width:960px;margin:0 auto;text-align:center}
.footer-legal p{font-size:.82rem;color:rgba(255,255,255,.25);line-height:1.72;margin-bottom:8px}
.footer-copy{font-size:.83rem;color:rgba(255,255,255,.25);font-family:'Jost',sans-serif;margin-top:10px}
.footer-copy a{color:rgba(255,255,255,.35);text-decoration:none}
.footer-copy a:hover{color:var(--sky-light)}

/* FADE-UP */
.fade-up{opacity:0;transform:translateY(28px);transition:opacity .65s ease,transform .65s ease}
.fade-up.visible{opacity:1;transform:translateY(0)}

/* RESPONSIVE */
@media(max-width:1024px){.ing-spotlight{grid-template-columns:repeat(3,1fr)}.hero-text-right h1{font-size:2.5rem}.what-is-inner{grid-template-columns:1fr 1.3fr}}
@media(max-width:900px){.hero-inner{grid-template-columns:1fr}.hero-product-left{padding:52px 24px 24px;order:1}.hero-text-right{padding:24px 24px 52px;order:2}.ing-badge{display:none}.hero-new-badges{top:12px;right:12px}.reviews-grid{grid-template-columns:1fr 1fr}.what-is-inner,.guarantee-inner{grid-template-columns:1fr}.guarantee-img-wrap{justify-content:center}.ing-spotlight{grid-template-columns:1fr 1fr}.benefits-grid{grid-template-columns:repeat(2,1fr)}.footer-ing-circles{flex-wrap:wrap;gap:16px}.fic:not(:last-child)::after{display:none}}
@media(max-width:640px){nav{padding:0 16px}.nav-links{display:none}.hamburger{display:flex}.hero-text-right h1{font-size:2rem}.sec-title-band{padding:36px 20px 30px}.sec-title-band h2{font-size:1.65rem}.reviews-grid{grid-template-columns:1fr}.ing-spotlight{grid-template-columns:1fr}.reviews-section,.what-is-section,.why-section,.ingredients-section,.benefits-section,.guarantee-section,.faq-section,.order-how-section{padding:44px 20px}.pricing-details,.price-img-section{padding:32px 20px}.cta-final{padding:56px 20px}.cta-final h2{font-size:1.85rem}footer{padding:44px 20px 28px}.footer-pipe-nav a{padding:4px 10px;font-size:.8rem}.benefits-grid{grid-template-columns:1fr}.trust-bar{padding:12px 20px;gap:6px 18px}}

/* ============================================================
   PURISSAKI.COM — OTHER PRODUCTS SECTION CSS
   Paste this at the BOTTOM of css/style.css
   (All variables already exist in your purissaki.com theme)
   ============================================================ */

.other-products-section {
  background: var(--sky-xpale);
  padding: 56px 48px 64px;
  border-bottom: 3px solid var(--border-light);
}

.op-grid {
  max-width: 1140px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
}

/* Card */
.op-card {
  background: var(--white);
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow);
  border: 1px solid var(--border-light);
  display: flex;
  flex-direction: column;
  transition: box-shadow .3s, transform .3s;
}
.op-card:hover {
  box-shadow: var(--shadow-h);
  transform: translateY(-4px);
}

/* Image panel */
.op-img-wrap {
  background: linear-gradient(145deg, var(--sky-pale) 0%, var(--white) 100%);
  padding: 32px 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-bottom: 1px solid var(--border-light);
  min-height: 260px;
}
.op-img-wrap a { display: block; }
.op-img-wrap img {
  max-height: 220px;
  width: auto;
  max-width: 100%;
  object-fit: contain;
  margin: 0 auto;
  filter: drop-shadow(0 6px 18px rgba(15,32,64,.14));
  transition: transform .4s ease;
}
.op-card:hover .op-img-wrap img {
  transform: scale(1.05) translateY(-4px);
}

/* Content */
.op-content {
  padding: 28px 28px 32px;
  display: flex;
  flex-direction: column;
  gap: 14px;
  flex: 1;
}

/* Badge tag */
.op-tag {
  display: inline-block;
  background: var(--sky-bg);
  color: var(--navy);
  font-family: 'Jost', sans-serif;
  font-size: .72rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  padding: 4px 12px;
  border-radius: var(--radius-pill);
  align-self: flex-start;
}

/* Title */
.op-title {
  font-family: 'Jost', sans-serif;
  font-size: 1.35rem;
  font-weight: 600;
  color: var(--muted);
  line-height: 1.2;
  margin: 0;
}
.op-title strong {
  font-family: 'Jost', sans-serif;
  font-weight: 900;
  color: var(--navy);
  font-size: 1.65rem;
  display: block;
  margin-top: 3px;
}

/* Bullet list */
.op-bullets {
  list-style: none;
  padding: 0; margin: 0;
  display: flex;
  flex-direction: column;
  gap: 7px;
}
.op-bullets li {
  font-family: 'Jost', sans-serif;
  font-size: .92rem;
  color: var(--muted);
  line-height: 1.4;
  display: flex;
  align-items: flex-start;
  gap: 8px;
}
.op-bullets li::before {
  content: '✓';
  color: var(--sky);
  font-weight: 800;
  font-size: .88rem;
  flex-shrink: 0;
  margin-top: 2px;
}
.op-bullets li strong { color: var(--text-mid); font-weight: 700; }

/* Description */
.op-desc {
  font-family: 'Jost', sans-serif;
  font-size: .95rem;
  line-height: 1.74;
  color: var(--muted);
  margin: 0;
  flex: 1;
}

/* CTA row */
.op-cta-row {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-top: 4px;
  flex-wrap: wrap;
}
.op-guarantee {
  font-family: 'Jost', sans-serif;
  font-size: .80rem;
  font-weight: 700;
  color: var(--sky);
  display: flex;
  align-items: center;
  gap: 4px;
}
.op-guarantee::before { content: '🛡'; font-size: .85rem; }

/* ── RESPONSIVE ── */
@media (max-width: 900px) {
  .other-products-section { padding: 44px 28px 52px; }
  .op-grid { gap: 24px; }
}
@media (max-width: 640px) {
  .op-grid { grid-template-columns: 1fr; }
  .other-products-section { padding: 36px 20px 44px; }
  .op-img-wrap { min-height: 200px; padding: 24px 20px; }
  .op-content { padding: 22px 20px 26px; }
  .op-title { font-size: 1.2rem; }
  .op-title strong { font-size: 1.45rem; }
}