/* =========================================
   ManCare Pro – BeBold-style Landing
   (drop-in replacement CSS)
   ========================================= */

:root{
  /* Base palette – similar system to BeBold */
  --bg:#0b0b10;
  --bg-soft:#0f172a;
  --bg-page:#050816;
  --surface:#0f172a;
  --surface-alt:#020617;
  --surface-soft:#111827;

  --ink:#f9fafb;
  --muted:#9ca3af;
  --border:#1f2933;

  /* Brand */
  --brand:#f97316;      /* primary orange */
  --brand-soft:#fed7aa; /* light orange */
  --brand-alt:#22c55e;  /* green accent */

  /* Neutral */
  --stroke:#1e293b;

  --radius-lg:20px;
  --radius-md:14px;

  --shadow-soft:0 24px 80px rgba(15,23,42,.65);
  --shadow-card:0 14px 45px rgba(15,23,42,.9);
}

*,
*::before,
*::after{box-sizing:border-box}

html,body{height:100%}

body{
  margin:0;
  font-family:-apple-system, BlinkMacSystemFont, system-ui, "SF Pro Display", Inter, Roboto, Arial, sans-serif;
  color:var(--ink);
  background:
    radial-gradient(circle at top, rgba(251,146,60,.16), transparent 55%),
    radial-gradient(circle at 20% 80%, rgba(56,189,248,.14), transparent 55%),
    radial-gradient(circle at 100% 100%, rgba(34,197,94,.16), transparent 55%),
    #020617;
  -webkit-font-smoothing:antialiased;
}

img{
  max-width:100%;
  display:block;
  height:auto;
}

a{color:inherit;text-decoration:none}

.wrap{
  max-width:1120px;
  margin:0 auto;
  padding:0 18px;
}

.wide{
  max-width:1240px;
  margin:0 auto;
  padding:0 18px;
}

.row{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
}

/* =========================================
   Topbar / Header (BeBold style)
   ========================================= */

.topbar{
  position:relative;
  z-index:40;
  background:radial-gradient(circle at 0% 0%, #f97316 0, #facc15 30%, #0f172a 100%);
  color:#0f172a;
  padding:8px 0;
  font-size:13px;
  font-weight:600;
  text-align:center;
}

.topbar .timer{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:3px 10px;
  border-radius:999px;
  background:rgba(15,23,42,.08);
  font-variant-numeric:tabular-nums;
}

/* Glass header like BeBold */
.header{
  position:sticky;
  top:0;
  z-index:45;
  backdrop-filter:blur(18px);
  background:linear-gradient(to bottom, rgba(15,23,42,.92), rgba(15,23,42,.86));
  border-bottom:1px solid rgba(148,163,184,.35);
}

.header .row{
  min-height:70px;
}

.logo{
  width:42px;
  height:42px;
  object-fit:contain;
  border-radius:12px;
  box-shadow:0 6px 16px rgba(0,0,0,.6);
}

/* =========================================
   Breadcrumb
   ========================================= */

.breadcrumb{
  font-size:13px;
  color:var(--muted);
  padding:10px 0 4px;
}

.breadcrumb a{
  color:var(--muted);
}

.breadcrumb a:hover{
  color:#e5e7eb;
  text-decoration:underline;
}

/* =========================================
   Hero – match BeBold style (dark hero + soft glow)
   ========================================= */

.bg-1{
  position:relative;
  background:
    radial-gradient(circle at 10% -10%, rgba(251,146,60,.15), transparent 55%),
    radial-gradient(circle at 80% 0%, rgba(37,99,235,.22), transparent 55%),
    linear-gradient(to bottom, #020617, #020617 32%, #020617 100%);
}

.hero{
  position:relative;
  padding:56px 0 40px;
  overflow:hidden;
}

.hero::before{
  content:"";
  position:absolute;
  inset:-15% -30%;
  opacity:.7;
  background:
    radial-gradient(circle at 0% 20%, rgba(251,146,60,.36), transparent 60%),
    radial-gradient(circle at 100% 0%, rgba(96,165,250,.42), transparent 60%);
  filter:blur(18px);
  pointer-events:none;
}

.hero-grid{
  position:relative;
  z-index:1;
  display:grid;
  grid-template-columns:minmax(0,1.4fr) minmax(0,1fr);
  gap:32px;
  align-items:center;
}

.kicker{
  display:inline-flex;
  align-items:center;
  gap:8px;
  padding:6px 12px;
  border-radius:999px;
  border:1px solid rgba(148,163,184,.55);
  background:radial-gradient(circle at top left, rgba(15,23,42,.96), rgba(15,23,42,.88));
  font-size:12px;
  letter-spacing:.12em;
  text-transform:uppercase;
  color:var(--brand-soft);
}

.kicker::before{
  content:"●";
  font-size:10px;
  color:#22c55e;
}

/* Hero headline animation kept, but bolder */
.headline-anim{
  margin:.55em 0 .4em;
  font-size:clamp(32px, 4vw, 44px);
  line-height:1.05;
  font-weight:900;
  display:flex;
  flex-wrap:wrap;
  gap:8px;
}

.headline-anim span{
  background:linear-gradient(90deg,#f97316,#facc15,#22c55e,#38bdf8,#f97316);
  -webkit-background-clip:text;
  background-clip:text;
  color:transparent;
  background-size:260% 100%;
  animation:hueSwipe 7s ease-in-out infinite;
}

.headline-anim span:nth-child(2){animation-delay:.25s}
.headline-anim span:nth-child(3){animation-delay:.5s}

@keyframes hueSwipe{
  0%{background-position:0% 50%}
  50%{background-position:100% 50%}
  100%{background-position:0% 50%}
}

.hero-sub{
  color:var(--muted);
  max-width:560px;
  font-size:15px;
}

/* Hero check list */
.checks{
  list-style:none;
  padding:0;
  margin:16px 0 10px;
}

.checks li{
  position:relative;
  padding-left:22px;
  margin:3px 0;
  font-size:14px;
  color:#e5e7eb;
}

.checks li::before{
  content:"✔";
  position:absolute;
  left:0;
  top:0;
  font-size:13px;
  color:#22c55e;
}

/* Hero CTAs */
.hero-actions{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin:18px 0 6px;
}

/* Trust strip */
.trust-strip{
  margin-top:14px;
  opacity:.92;
}

.trust-strip img{
  max-width:360px;
  filter:drop-shadow(0 8px 24px rgba(15,23,42,.75));
}

/* Product visual */
.hero-product{
  display:flex;
  align-items:center;
  justify-content:center;
}

.bottle.big{
  width:320px;
  max-width:100%;
  filter:drop-shadow(0 18px 60px rgba(0,0,0,.85));
  transform-origin:center;
  animation:floatBottle 5.5s ease-in-out infinite;
}

@keyframes floatBottle{
  0%,100%{transform:translateY(0) rotate(-3deg)}
  50%{transform:translateY(-12px) rotate(3deg)}
}

/* =========================================
   Buttons (reused across site, BeBold style)
   ========================================= */

button,
.btn{
  -webkit-appearance:none;
  appearance:none;
  border:none;
  border-radius:var(--radius-md);
  padding:12px 20px;
  font-size:15px;
  font-weight:600;
  letter-spacing:.02em;
  cursor:pointer;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:6px;
  text-decoration:none;
  background:radial-gradient(circle at top left,#111827,#020617);
  color:var(--ink);
  box-shadow:0 10px 30px rgba(15,23,42,.9);
  transition:
    transform .18s ease,
    box-shadow .18s ease,
    background .22s ease,
    filter .2s ease;
}

button:hover,
.btn:hover{
  transform:translateY(-1.5px);
  box-shadow:0 16px 40px rgba(15,23,42,.95);
  filter:brightness(1.03);
}

button:active,
.btn:active{
  transform:translateY(0);
  box-shadow:0 6px 20px rgba(15,23,42,.9);
}

.btn.primary{
  background:linear-gradient(135deg,#f97316,#facc15);
  color:#111827;
  box-shadow:0 16px 40px rgba(249,115,22,.7);
}

.btn.primary:hover{
  background:linear-gradient(135deg,#fb923c,#facc15);
}

.btn.ghost{
  background:rgba(15,23,42,.82);
  border:1px solid rgba(148,163,184,.6);
  color:#e5e7eb;
}

.btn.cta-animate{
  animation:breathe 1.8s ease-in-out infinite;
}

@keyframes breathe{
  0%,100%{transform:scale(1);box-shadow:0 10px 28px rgba(15,23,42,.8)}
  50%{transform:scale(1.04);box-shadow:0 20px 50px rgba(15,23,42,1)}
}

.btn.call-btn{
  background:linear-gradient(135deg,#facc15,#f97316);
  color:#111827;
}

/* Utility */
.w-full{width:100%}

/* =========================================
   Sections + Cards (global)
   ========================================= */

.section{
  padding:52px 0;
}

.bg-2{
  background:radial-gradient(circle at top,#020617,#020617 40%,#020617 100%);
  border-top:1px solid rgba(148,163,184,.2);
  border-bottom:1px solid rgba(148,163,184,.2);
}

.bg-3{
  background:radial-gradient(circle at 0% 0%, rgba(251,146,60,.06), transparent 55%), #020617;
}

.bg-5{
  background:radial-gradient(circle at 0% 0%, rgba(37,99,235,.26), transparent 60%), #020617;
}

.bg-7{
  background:radial-gradient(circle at 100% 0%, rgba(16,185,129,.16), transparent 60%), #020617;
}

.bg-10{
  background:radial-gradient(circle at 0% 0%, rgba(129,140,248,.22), transparent 60%), #020617;
}

.grid2{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:22px;
}

.grid3{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:18px;
}

.card{
  background:radial-gradient(circle at top left,#111827,#020617);
  border-radius:var(--radius-lg);
  border:1px solid rgba(148,163,184,.35);
  box-shadow:var(--shadow-soft);
  padding:20px 18px;
}

/* Highlight notice */
.notice{
  margin-top:12px;
  padding:10px 12px;
  border-radius:999px;
  font-size:13px;
  background:rgba(251,146,60,.08);
  border:1px solid rgba(251,146,60,.4);
  color:#fed7aa;
}

/* =========================================
   Courier Strip
   ========================================= */

.strip.bg-2{
  padding:10px 8px;
}

.cols-logos{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:clamp(10px,3vw,24px);
  flex-wrap:nowrap;
  overflow:hidden;
}

.cols-logos strong{
  font-size:13px;
  font-weight:600;
  color:#e5e7eb;
  white-space:nowrap;
}

.cols-logos img{
  flex:1 1 0;
  max-width:16%;
  height:clamp(18px,6vw,34px);
  width:auto;
  object-fit:contain;
  filter:grayscale(40%) brightness(.9);
  opacity:.9;
  transition:transform .22s ease, filter .22s ease, opacity .22s ease;
}

.cols-logos img:hover{
  transform:translateY(-1px) scale(1.04);
  filter:grayscale(0%) brightness(1.05);
  opacity:1;
}

/* =========================================
   WHY section (Hindi copy block)
   ========================================= */

.why .why-card{
  background:radial-gradient(circle at top left,#111827,#020617);
  border-radius:var(--radius-lg);
  border:1px solid rgba(148,163,184,.35);
  box-shadow:var(--shadow-card);
  padding:24px 22px;
  position:relative;
  overflow:hidden;
}

.why .why-card::before{
  content:"";
  position:absolute;
  inset:-40% -10% auto -10%;
  height:68%;
  background:
    radial-gradient(40% 40% at 80% 15%, rgba(251,146,60,.24), transparent 60%),
    radial-gradient(40% 40% at 10% 85%, rgba(56,189,248,.22), transparent 60%);
  opacity:.85;
  pointer-events:none;
}

.why h2{
  position:relative;
  z-index:1;
  font-size:clamp(20px, 3vw, 26px);
  margin:0 0 10px;
}

.why p{
  position:relative;
  z-index:1;
  font-size:14px;
  line-height:1.7;
  color:#e5e7eb;
  margin:0 0 10px;
}

.highlight{
  color:var(--brand-soft);
}

/* Product side */
.why .product-side{
  position:relative;
  z-index:1;
  display:flex;
  flex-direction:column;
  align-items:center;
  gap:16px;
}

.bottle-zoom{
  max-width:220px;
  filter:drop-shadow(0 18px 55px rgba(0,0,0,.95));
  animation:floatBottle 5s ease-in-out infinite;
}

.certs{
  display:flex;
  gap:10px;
  flex-wrap:wrap;
  justify-content:center;
}

.certs img{
  width:64px;
  height:64px;
  border-radius:16px;
  background:#020617;
  border:1px solid rgba(148,163,184,.4);
  box-shadow:0 10px 30px rgba(15,23,42,.9);
  padding:6px;
}

/* =========================================
   Best Selling band
   ========================================= */

.best-selling{
  background:radial-gradient(circle at 0 0, #7f1d1d, #450a0a 45%, #020617 100%);
  color:#fef2f2;
  padding:50px 0;
}

.best-grid{
  display:grid;
  grid-template-columns:1.1fr .9fr;
  align-items:center;
  gap:36px;
}

.best-left{text-align:center}

.best-line{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:14px;
}

.best-line .big{
  font-size:clamp(34px, 6vw, 48px);
  font-weight:900;
  text-transform:uppercase;
}

.best-line .yellow{
  color:#fde68a;
}

.best-line .black{
  padding:6px 16px;
  border-radius:999px;
  background:#fbbf24;
  color:#1f2937;
}

.best-bottle{
  max-width:150px;
  filter:drop-shadow(0 16px 46px rgba(0,0,0,.95));
}

.stone-text{
  margin-top:18px;
  font-size:clamp(24px, 5vw, 34px);
  font-weight:900;
  letter-spacing:.18em;
}

/* Right text */
.best-right{
  font-size:15px;
  line-height:1.8;
  color:#fee2e2;
}

/* =========================================
   Consumption section
   ========================================= */

.consumption{
  background:radial-gradient(circle at top, rgba(34,197,94,.2), transparent 55%), #020617;
  text-align:center;
}

.consumption h2{
  font-size:clamp(22px, 3vw, 26px);
  margin-bottom:10px;
}

.howto{
  margin-top:18px;
}

.howto .step{
  background:radial-gradient(circle at top left,#111827,#020617);
  border-radius:var(--radius-lg);
  border:1px solid rgba(148,163,184,.35);
  padding:18px 16px;
  box-shadow:var(--shadow-soft);
}

.howto .step img{
  width:94px;
  height:94px;
  margin:0 auto 10px;
  border-radius:999px;
  object-fit:cover;
}

.howto .step p{
  font-size:14px;
  color:#e5e7eb;
}

/* =========================================
   Video
   ========================================= */

.video-wide{
  position:relative;
  padding-top:56%;
  border-radius:var(--radius-lg);
  overflow:hidden;
  border:1px solid rgba(148,163,184,.35);
  box-shadow:var(--shadow-card);
  background:#020617;
}

.video-wide iframe{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
}

/* WhatsApp feedback */
.whatsapp{
  background:#020617;
  text-align:center;
}

.whatsapp h2{
  font-size:clamp(20px, 3vw, 26px);
  margin-bottom:18px;
}

.whatsapp .center{overflow:hidden}

.whatsapp-img{
  max-width:880px;
  margin:0 auto;
  border-radius:var(--radius-lg);
  box-shadow:var(--shadow-card);
}

/* =========================================
   Offer Call
   ========================================= */

.offer-call{
  background:radial-gradient(circle at 0 0, rgba(251,146,60,.26), transparent 60%), #020617;
  text-align:center;
}

.offer-box{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:26px;
  flex-wrap:wrap;
}

.offer-img{
  max-width:160px;
  border-radius:50%;
  box-shadow:0 20px 60px rgba(0,0,0,.95);
}

.offer-text h2{
  font-size:clamp(24px, 3vw, 30px);
  margin:0 0 6px;
  color:#fed7aa;
}

.offer-text p{
  margin:0 0 16px;
  font-size:15px;
  color:#fecaca;
}

/* =========================================
   Order Section (dark split card)
   ========================================= */

.order-section{
  background:#020617;
  padding:46px 0;
}

.order-container{
  max-width:1120px;
  margin:0 auto;
  display:flex;
  align-items:stretch;
  justify-content:space-between;
  gap:26px;
  flex-wrap:wrap;
}

/* Left side image & overlay */
.order-media{
  position:relative;
  flex:1 1 55%;
  min-width:280px;
}

.order-media .product-img{
  width:100%;
  border-radius:var(--radius-lg);
  box-shadow:0 26px 80px rgba(0,0,0,.95);
}

/* Overlay text */
.overlay-heading{
  position:absolute;
  inset:auto 12% 12% 12%;
  display:flex;
  flex-direction:column;
  align-items:flex-start;
  gap:4px;
  color:#f9fafb;
  text-shadow:0 3px 18px rgba(0,0,0,.9);
}

.overlay-heading .line{
  font-size:clamp(22px, 3.6vw, 36px);
  font-weight:900;
  letter-spacing:.18em;
}

.overlay-heading .highlight{
  color:#fde68a;
}

.overlay-heading .thin{
  font-weight:700;
  letter-spacing:.25em;
}

/* Right form card */
.order-right.card{
  flex:1 1 38%;
  max-width:420px;
  background:radial-gradient(circle at top left,#111827,#020617);
  border-radius:var(--radius-lg);
  border:1px solid rgba(148,163,184,.6);
  box-shadow:var(--shadow-card);
  color:#e5e7eb;
}

.order-right h2{
  text-align:center;
  margin:0 0 10px;
}

.order-form{
  margin-top:8px;
  display:flex;
  flex-direction:column;
  gap:14px;
}

.order-form label span{
  display:block;
  font-size:13px;
  margin-bottom:6px;
  color:var(--muted);
}

.order-form input{
  width:100%;
  padding:12px 12px;
  border-radius:12px;
  border:1px solid rgba(148,163,184,.6);
  background:#020617;
  color:#f9fafb;
  font-size:14px;
}

.order-form input::placeholder{
  color:#6b7280;
}

.order-form input:focus{
  outline:none;
  border-color:var(--brand);
  box-shadow:0 0 0 1px rgba(249,115,22,.5);
}

/* =========================================
   Reviews
   ========================================= */

#reviews{
  scroll-margin-top:80px;
}

#reviews h2{
  font-size:clamp(20px, 3vw, 26px);
  margin-bottom:14px;
}

.reviews.list{
  display:flex;
  flex-direction:column;
  gap:10px;
}

.review-row{
  background:radial-gradient(circle at top left,#111827,#020617);
  border-radius:16px;
  border:1px solid rgba(148,163,184,.4);
  padding:14px 14px 12px;
}

.review-meta{
  display:flex;
  align-items:center;
  gap:10px;
  margin-bottom:4px;
}

.avatar{
  width:40px;
  height:40px;
  border-radius:999px;
  background:radial-gradient(circle at top left,#38bdf8,#0f172a);
  display:flex;
  align-items:center;
  justify-content:center;
  font-weight:800;
  color:#e5f2ff;
}

.who .name{
  font-size:14px;
  font-weight:700;
}

.who .sub{
  font-size:12px;
  color:var(--muted);
}

.rating{
  margin-left:auto;
  font-size:14px;
  color:#fbbf24;
}

.hidden{display:none}

/* =========================================
   FAQ
   ========================================= */

#faq-section h2{
  font-size:clamp(20px, 3vw, 26px);
  margin-bottom:14px;
}

#faq-section details{
  margin-bottom:8px;
  border-radius:14px;
  border:1px solid rgba(148,163,184,.45);
  background:radial-gradient(circle at top left,#111827,#020617);
  padding:10px 12px;
}

#faq-section summary{
  cursor:pointer;
  font-weight:600;
  font-size:14px;
}

#faq-section p{
  margin-top:6px;
  font-size:13px;
  color:var(--muted);
}

/* =========================================
   Sticky CTA + Footer (BeBold style)
   ========================================= */

.sticky-cta{
  position:sticky;
  bottom:0;
  z-index:35;
  background:linear-gradient(to top,rgba(15,23,42,.96),rgba(15,23,42,.94));
  border-top:1px solid rgba(148,163,184,.42);
  backdrop-filter:blur(16px);
  padding:10px 0;
}

.sticky-cta .row{
  max-width:1120px;
  margin:0 auto;
}

.price{
  font-weight:800;
  font-size:18px;
}

.price + .muted{
  font-size:12px;
}

/* Footer */
.footer{
  background:#020617;
  border-top:1px solid rgba(148,163,184,.3);
  padding:40px 0 22px;
  color:#e5e7eb;
}

.footer-grid{
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(220px,1fr));
  gap:26px;
  margin-bottom:22px;
}

.footer h3{
  margin:0 0 8px;
  font-size:15px;
}

.footer p,
.footer li{
  font-size:13px;
  color:var(--muted);
}

.footer ul{
  list-style:none;
  padding:0;
  margin:0;
}

.footer ul li + li{
  margin-top:6px;
}

.footer a{
  color:var(--muted);
}

.footer a:hover{
  color:#e5e7eb;
}

.footer .socials a{
  display:inline-flex;
  align-items:center;
  gap:4px;
  margin-right:10px;
  font-size:13px;
}

.footer .small{
  text-align:center;
  font-size:12px;
  color:#6b7280;
}

/* =========================================
   Modals
   ========================================= */

.modal{
  border:none;
  border-radius:var(--radius-lg);
  padding:0;
  background:transparent;
}

.modal::backdrop{
  background:rgba(15,23,42,.8);
}

.modal-card{
  position:relative;
  background:radial-gradient(circle at top left,#111827,#020617);
  border-radius:var(--radius-lg);
  border:1px solid rgba(148,163,184,.6);
  box-shadow:0 24px 80px rgba(0,0,0,.95);
  padding:22px 20px 18px;
  min-width:320px;
  max-width:420px;
  color:#e5e7eb;
}

.modal-card--wide{
  max-width:760px;
  width:92vw;
}

.modal-backdrop{
  position:fixed;
  inset:0;
}

.close{
  position:absolute;
  top:10px;
  right:10px;
  background:transparent;
  border:none;
  font-size:22px;
  cursor:pointer;
  color:#9ca3af;
}

/* =========================================
   Floating buttons
   ========================================= */

.call-me-btn{
  position:fixed;
  bottom:124px;
  left:18px;
  padding:12px 20px;
  border-radius:999px;
  background:linear-gradient(135deg,#22c55e,#16a34a);
  color:#021109;
  font-weight:700;
  text-decoration:none;
  box-shadow:0 16px 40px rgba(0,0,0,.85);
  z-index:60;
  animation:blink 1.6s infinite;
}

@keyframes blink{
  0%,100%{opacity:1;transform:scale(1)}
  50%{opacity:.7;transform:scale(1.06)}
}

.whatsapp-btn{
  position:fixed;
  bottom:76px;
  right:16px;
  padding:13px 16px;
  border-radius:999px;
  background:linear-gradient(135deg,#25D366,#128C7E);
  color:#f9fafb;
  font-size:14px;
  font-weight:700;
  text-decoration:none;
  display:flex;
  align-items:center;
  gap:6px;
  box-shadow:0 16px 40px rgba(0,0,0,.9);
  z-index:60;
  transition:transform .22s ease, box-shadow .22s ease;
}

.whatsapp-btn:hover{
  transform:scale(1.06) translateY(-1px);
  box-shadow:0 22px 60px rgba(0,0,0,.95);
}

/* =========================================
   Confetti
   ========================================= */

.confetti{
  position:absolute;
  width:10px;
  height:10px;
  border-radius:2px;
  transform:translate(-50%,-50%);
  pointer-events:none;
  animation:pop 1.1s ease-out forwards;
  z-index:9999;
}

@keyframes pop{
  0%{opacity:1;transform:translate(-50%,-50%) scale(1) rotate(0)}
  100%{opacity:0;transform:translate(calc(-50% + var(--dx)), calc(-50% + var(--dy))) scale(.8) rotate(var(--rot))}
}

/* =========================================
   Responsive
   ========================================= */

.center{text-align:center}

@media (max-width:980px){
  .hero-grid{grid-template-columns:1fr}
  .hero{padding:40px 0 32px}
  .grid2{grid-template-columns:1fr}
  .grid3{grid-template-columns:1fr}
  .best-grid{grid-template-columns:1fr}
  .order-container{flex-direction:column}
  .order-right.card{max-width:none}
}

@media (max-width:768px){
  .section{padding:40px 0}
  .best-selling{padding:34px 0}
  .whatsapp{padding:34px 0}
  .offer-call{padding:36px 0}
  .overlay-heading{inset:auto 8% 10% 8%}
}

/* Best-selling mobile text alignment fix */
@media (max-width:768px){
  .best-line{
    flex-direction:column;
    gap:8px;
    text-align:center;
  }
}

/* Tiny phones */
@media (max-width:480px){
  .topbar{font-size:12px}
  .headline-anim{font-size:28px}
  .overlay-heading .line{font-size:22px}
  .call-me-btn{left:12px}
  .whatsapp-btn{right:10px}
}

.hero-product {
  display: flex;
  justify-content: center;
  align-items: center;
  /* remove if you previously had overflow hidden / weird transform */
}

.hero-product .hero-bottle {
  max-width: 320px;
  width: 100%;
  height: auto;
  opacity: 1 !important;
  transform: none !important;
}
