/*
Theme Name: Nayef Achar
Theme URI: https://example.com
Author: Custom
Author URI: https://example.com
Description: মোবাইল-ফার্স্ট বাংলা প্রোডাক্ট ল্যান্ডিং পেজ থিম। wp-admin এর "থিম সেটিং" পেজ থেকে সব ছবি ও টেক্সট পরিবর্তনযোগ্য। কোনো Page Builder ছাড়াই চলে।
Version: 1.0
Requires at least: 5.9
Requires PHP: 7.4
Text Domain: na
*/

/* =========================================================
   BASE / RESET  (mobile-first — ছোট স্ক্রিনের স্টাইলই ডিফল্ট)
========================================================= */
:root{
  --green-deep:#083620;
  --green-mid:#0D4A2F;
  --gold:#D9A441;
  --gold-light:#D9A441;
  --cream:#FFF8EE;
  --cream-2:#FFF3E4;
  --red:#D83A2E;
  --red-dark:#a82c22;
  --orange:#F5A623;
  --ink:#2a2418;
  --ink-soft:#5b5240;
  --line:#e6d9b8;
  --radius:20px;
  --shadow:0 8px 22px rgba(13,74,47,.14);
  --container:1200px;
}
*{box-sizing:border-box; margin:0; padding:0;}
html{scroll-behavior:smooth;}
body{
  font-family:'Hind Siliguri', sans-serif;
  background:var(--cream);
  color:var(--ink);
  line-height:1.65;
  font-size:15px;
  overflow-x:hidden;
}
h1,h2,h3,h4,.display{ font-family:'Hind Siliguri',sans-serif; font-weight:800; }
img{max-width:100%; display:block; height:auto;}
a{text-decoration:none; color:inherit;}
ul{list-style:none;}
.wrap{max-width:var(--container); margin:0 auto; padding:0 18px;}
.btn{
  display:inline-flex; align-items:center; justify-content:center; gap:8px;
  padding:13px 22px; border-radius:50px; font-weight:600;
  font-size:22px; border:none; cursor:pointer; font-family:'Poppins',sans-serif;
}
.btn-primary{background:var(--gold); color:var(--green-deep); box-shadow:0 8px 18px rgba(211,161,44,.35);}
.btn-outline{background:var(--red); color:#fff; box-shadow:0 8px 18px rgba(181,50,31,.3);}
.btn-block{width:100%;}
.eyebrow{display:inline-block; font-weight:700; color:var(--red); font-size:13px; margin-bottom:8px;}
section{padding:44px 0;}
.section-title{text-align:center; font-size:37px; color:var(--green-deep); margin-bottom:6px;}
.section-sub{text-align:center; color:var(--ink-soft); margin-bottom:26px; font-size:14px;}
.ph-img{width:100%; height:100%; object-fit:cover; border-radius:inherit;}

/* =========================================================
   ICONS (inline SVG, currentColor — inherits surrounding text color)
========================================================= */
.na-icon{display:inline-flex; align-items:center; justify-content:center; line-height:0; flex-shrink:0;}
.na-icon svg{display:block;}

/* =========================================================
   HEADER
========================================================= */
header{background:var(--green-deep); color:#fff; position:sticky; top:0; z-index:50;}
.nav{display:flex; align-items:center; justify-content:space-between; padding:12px 0; gap:10px;}
.logo-wrap{display:flex; align-items:center; gap:8px; min-width:0;}
.logo-wrap img{height:36px; width:auto; border-radius:6px;}
.logo-leaf{line-height:1; flex-shrink:0; color:var(--gold-light);}
.logo{font-family:'Cinzel',serif; font-weight:700; font-size:19px; letter-spacing:.02em; color:var(--gold-light); white-space:nowrap; overflow:hidden; text-overflow:ellipsis;}
.logo span{display:block; font-family:'Hind Siliguri'; font-size:9px; letter-spacing:.1em; color:#cfead6; font-weight:500;}
.nav-links{
  display:none; position:absolute; top:100%; left:0; right:0; background:var(--green-deep);
  flex-direction:column; padding:10px 18px 18px; gap:2px; box-shadow:var(--shadow);
}
.nav-links.open{display:flex;}
.nav-links a{padding:10px 0; font-weight:600; font-size:15px; border-bottom:1px solid rgba(255,255,255,.08);}
.nav-cta{display:flex; align-items:center; gap:6px; background:rgba(255,255,255,.1); border:1px solid rgba(255,255,255,.25); padding:7px 12px; border-radius:50px; font-weight:600; color:var(--gold-light); font-size:12.5px; white-space:nowrap; font-family:'Poppins',sans-serif;}
.nav-toggle{background:none; border:none; color:#fff; font-size:24px; cursor:pointer; line-height:1;}

/* =========================================================
   HERO
========================================================= */
.hero{background:linear-gradient(150deg, var(--green-deep) 0%, #1c4a29 55%, var(--green-mid) 100%); color:#fff;}
.hero .wrap{padding:34px 18px 40px; position:relative;}
.badge-circle{position:absolute; top:-8px; right:4px; width:78px; height:78px; border-radius:50%; background:var(--gold); color:var(--green-deep); display:flex; align-items:center; justify-content:center; text-align:center; font-weight:800; font-size:11px; line-height:1.2; box-shadow:var(--shadow); transform:rotate(6deg); z-index:2;}

/* ফুল-ব্যাকগ্রাউন্ড হিরো — ছবিটাই পুরো সেকশন জুড়ে, ওপরে গাঢ় overlay + টেক্সট */
.hero.hero-full{ position:relative; overflow:hidden; min-height:420px; display:flex; align-items:center; padding:0; background:var(--green-deep); }
.hero-bg-img{ position:absolute; inset:0; width:100%; height:100%; object-fit:cover; object-position:65% center; z-index:0; }
.hero.hero-full::before{
  content:""; position:absolute; inset:0; z-index:1;
  background:linear-gradient(100deg, rgba(21,60,34,.95) 0%, rgba(21,60,34,.88) 30%, rgba(21,60,34,.6) 55%, rgba(21,60,34,.2) 78%);
}
.hero-content{ position:relative; z-index:2; padding:50px 18px; width:100%; }
.hero.hero-full .hero-text{ max-width:480px; }
.badge-circle-hero{ top:16px; right:16px; z-index:3; }
.hero h1{font-size:28px; line-height:1.2; margin-bottom:12px;}
.hero h1 .accent{color:var(--gold-light);}
.hero-sub{font-size:14.5px; opacity:.92; margin-bottom:16px;}
.hero-checks{display:flex; flex-wrap:wrap; gap:10px 16px; margin-bottom:20px; font-size:13.5px; font-weight:600;}
.hero-checks li{display:flex; align-items:center; gap:6px;}
.hero-checks li::before{content:""; background:var(--gold); color:var(--green-deep); width:18px; height:18px; border-radius:50%; display:inline-flex; align-items:center; justify-content:center;
  background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23083620' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'/%3E%3C/svg%3E");
  background-repeat:no-repeat; background-position:center; background-size:10px 10px;
}
.hero-cta{display:flex; flex-direction:column; gap:12px;}

/* =========================================================
   WHY US + VIDEO
========================================================= */
.why{background:var(--cream);}
.why h2{ font-family:'Hind Siliguri',sans-serif; font-size:37px; font-weight:700; line-height:1.1; color:#1d1d1d !important; margin-bottom:22px; }
.why h2 span{ color:#0d4d2c; font-weight:800; }
.why-list{margin-top:14px;}
.why-list li{display:flex; align-items:center; gap:12px; margin-bottom:14px; font-weight:500; font-size:22px; color:#333;}
.why-list li::before{content:""; background:#f6b21a; color:#fff; min-width:26px; width:26px; height:26px; border-radius:50%; display:flex; align-items:center; justify-content:center;
  background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23ffffff' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'/%3E%3C/svg%3E");
  background-repeat:no-repeat; background-position:center; background-size:14px 14px;
}
.video-frame{position:relative; border-radius:var(--radius); overflow:hidden; box-shadow:var(--shadow); aspect-ratio:16/9; background:#000; margin-top:24px;}
.video-frame iframe{width:100%; height:100%; border:0;}
.video-ph{width:100%; height:100%; display:flex; align-items:center; justify-content:center; background:linear-gradient(135deg,#2a2418,#4a3f28); color:rgba(255,255,255,.6); font-size:13px;}

/* =========================================================
   PROBLEM / SOLUTION
========================================================= */
.ps{background:var(--cream-2);}
.problem-section{ display:flex; flex-direction:column; gap:20px; max-width:1200px; margin:0 auto; font-family:'Hind Siliguri',sans-serif; align-items:stretch; }

.problem-card, .solution-card{
  border-radius:18px; box-shadow:0 10px 26px rgba(21,60,34,.08);
  transition:transform .3s ease, box-shadow .3s ease;
}
.problem-card:hover, .solution-card:hover{
  transform:translateY(-6px); box-shadow:0 16px 34px rgba(21,60,34,.16);
}

.problem-card{
  width:100%; background:#FFF4E5; padding:30px; position:relative;
  display:flex; flex-direction:column; justify-content:center;
}
.problem-card h3{ font-size:37px; font-weight:700; color:#7a3418; margin-bottom:16px; }
.problem-card ul{ list-style:none; padding:0; margin:0; display:flex; flex-direction:column; gap:12px; }
.problem-card ul li{ font-size:22px; color:#333; line-height:1.5; }
.problem-card ul li::before{
  content:""; display:inline-block; width:14px; height:14px; margin-right:8px; vertical-align:middle;
  background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23D62828' stroke-width='3' stroke-linecap='round'%3E%3Cline x1='18' y1='6' x2='6' y2='18'/%3E%3Cline x1='6' y1='6' x2='18' y2='18'/%3E%3C/svg%3E");
  background-repeat:no-repeat; background-size:contain;
}
.problem-emoji{ position:absolute; right:20px; top:50%; transform:translateY(-50%); font-size:42px; color:#7a3418; }
.problem-emoji svg{ width:1em; height:1em; }

.middle-arrow{
  width:56px; height:56px; min-width:56px; border-radius:50%; background:#fff; border:3px solid #A34B2A;
  display:flex; justify-content:center; align-items:center; font-size:26px; color:#7B3F28;
  box-shadow:0 6px 16px rgba(0,0,0,.12); margin:0 auto; transform:rotate(90deg); align-self:center; flex-shrink:0;
}
.middle-arrow svg{ width:1em; height:1em; }

.solution-card{
  width:100%; background:linear-gradient(90deg,#FDF8D8 0%,#EEF6D8 100%);
  overflow:hidden; display:flex; flex-direction:column;
}
.solution-content{ padding:30px; display:flex; flex-direction:column; justify-content:center; flex:1; }
.solution-content h3{ font-size:37px; font-weight:700; color:#A33A16; margin-bottom:10px; }
.offer-text{ font-size:26px; line-height:1.3; font-weight:800; color:#103D25; margin-bottom:10px; }
.solution-content p{ font-size:22px; color:#222; line-height:1.6; }
.love-emoji{ font-size:40px; margin-top:10px; color:#A33A16; }
.love-emoji svg{ width:1em; height:1em; }
.solution-image{ width:100%; height:180px; object-fit:cover; object-position:right center; }

/* =========================================================
   FEATURES
========================================================= */
.features{background:var(--cream);}
.feat-center{position:relative; aspect-ratio:1/1; border-radius:18px; overflow:hidden; background:radial-gradient(circle at 50% 30%, #fdf6e3, var(--cream-2)); display:flex; align-items:center; justify-content:center; color:var(--ink-soft); text-align:center; padding:16px; margin:20px 0; font-size:13px;}
.feat-list{display:flex; flex-direction:column; gap:18px;}
.feat-item{display:flex; gap:12px; align-items:flex-start;}
.feat-icon{min-width:56px; height:56px; border-radius:50%; background:var(--cream-2); border:2px solid var(--gold); display:flex; align-items:center; justify-content:center; font-size:17px;}
.feat-icon svg{ width:30px; height:30px; }
.feat-item h4{font-size:24px; font-weight:700; color:var(--green-deep); margin-bottom:4px;}
.feat-item p{font-size:20.5px; color:var(--ink-soft);}
.features .section-title{font-size:37px;}

/* =========================================================
   TRUST STRIP
========================================================= */
.trust-strip{background:var(--green-deep); color:#fff; padding:0;}
.trust-strip .wrap{display:grid; grid-template-columns:1fr 1fr; gap:14px; padding:22px 18px;}
.trust-item{display:flex; align-items:center; gap:10px; font-weight:600; font-size:12.5px;}
.trust-item .ic{width:34px; height:34px; border-radius:50%; background:rgba(255,255,255,.12); display:flex; align-items:center; justify-content:center; font-size:15px; color:var(--gold-light); flex-shrink:0;}

/* =========================================================
   LIFESTYLE GALLERY
========================================================= */
.lifestyle{background:var(--cream);}
.life-grid{display:grid; grid-template-columns:1fr 1fr; gap:14px;}
.life-card{border-radius:16px; overflow:hidden; box-shadow:var(--shadow); background:#fff;}
.life-photo{aspect-ratio:16/9; background:linear-gradient(150deg,#e8dcc0,#d8c79a); display:flex; align-items:center; justify-content:center; color:#8a7a54; font-size:12px; text-align:center; padding:8px; overflow:hidden;}
.life-cap{padding:8px; text-align:center; font-weight:700; font-size:18px; color:#222; line-height:1.6;}

/* =========================================================
   TESTIMONIALS
========================================================= */
.testi{background:var(--cream-2);}
.testi-grid{display:flex; flex-direction:column; gap:16px;}
.testi-card{background:#fdf6e3; border:1px solid var(--line); border-radius:var(--radius); padding:20px; text-align:center;}
.testi-card p{font-size:22px; margin-bottom:12px;}
.stars{display:flex; gap:2px; color:var(--gold); margin-bottom:8px;}
.testi-name{font-weight:700; color:var(--green-deep); font-size:13px;}

/* =========================================================
   INGREDIENTS
========================================================= */
.ingredients{background:var(--cream);}
.ing-grid{display:grid; grid-template-columns:repeat(3,1fr); gap:12px;}
.ing-item{background:#fff; border:1px solid var(--line); border-radius:12px; padding:14px 8px; text-align:center;}
.ing-icon{width:58px; height:58px; border-radius:50%; background:var(--cream-2); margin:0 auto 8px; display:flex; align-items:center; justify-content:center; font-size:19px; overflow:hidden;}
.ing-icon svg{ width:32px; height:32px; }
.ing-item span{font-size:18px; font-weight:600;}

/* =========================================================
   OFFER + ORDER FORM
========================================================= */
.offer{background:var(--red); padding:44px 0;}
.offer-grid{border-radius:var(--radius); overflow:hidden; box-shadow:var(--shadow);}
.offer-left{background:#00391e; color:#fff; padding:26px 20px;}
.offer-left h3{font-size:33px !important; margin-bottom:16px; color:#fff !important;}
.pack-grid{display:grid; grid-template-columns:repeat(3,1fr); gap:10px;}
.pack-card{background:rgba(255,255,255,.08); border:1px solid rgba(255,255,255,.25); border-radius:10px; padding:12px 6px; text-align:center; color:#FFF3E4;}
.pack-card-img{width:100%; max-width:110px; height:90px; object-fit:contain; margin:0 auto 8px; border-radius:6px;}
.pack-card .qty{font-weight:700; font-size:25px; margin-bottom:5px;}
.pack-card .price{font-weight:800; color:var(--gold-light); font-size:15px; display:flex; flex-direction:column;}
.pack-card .price ins{order:1; text-decoration:none; color:var(--gold-light);}
.pack-card .price del{order:2; text-decoration:line-through; opacity:.6; font-size:10.5px; font-weight:400; color:#FFF3E4;}
.pack-card .free{font-size:10px; margin-top:5px; opacity:.85;}
.offer-note{font-size:11px; opacity:.75; margin-top:14px;}
.offer-right{background:var(--cream-2); padding:26px 20px; border-radius:var(--radius);}
.offer-right h3{color:var(--green-deep); font-size:19px; margin-bottom:18px; text-align:center;}

/* =========================================================
   FOOTER
========================================================= */
footer{background:var(--green-deep); color:#eaf3e4;}
.foot-strip{display:grid; grid-template-columns:1fr 1fr; gap:14px; padding:22px 18px; border-bottom:1px solid rgba(255,255,255,.12);}
.foot-strip .item{display:flex; align-items:center; gap:8px; font-size:12px; font-weight:600;}
.foot-bottom{text-align:center; padding:16px 18px; font-size:12px; opacity:.7;}

/* =========================================================
   TABLET / DESKTOP  (min-width upgrades — মোবাইল-ফার্স্ট পদ্ধতি)
========================================================= */
@media (min-width:700px){
  .wrap{padding:0 32px;}
  section{padding:60px 0;}
  .section-title{font-size:37px;}
  .nav-links{position:static; display:flex !important; flex-direction:row; background:none; box-shadow:none; padding:0; gap:22px;}
  .nav-links a{border-bottom:none; padding:0; font-size:14.5px;}
  .nav-toggle{display:none;}
  .hero-checks{font-size:14.5px;}
  .hero-cta{flex-direction:row;}
  .life-grid{grid-template-columns:repeat(4,1fr);}
  .ing-grid{grid-template-columns:repeat(6,1fr);}
  .trust-strip .wrap{grid-template-columns:repeat(4,1fr);}
  .foot-strip{grid-template-columns:repeat(4,1fr);}
}
@media (min-width:1000px){
  .hero.hero-full{ min-height:700px; }
  .hero-content{ padding:0 32px; }
  .hero h1{font-size:42px;}
  /* ডেস্কটপে বক্সটা অনেক চওড়া-কিন্তু-কম-উঁচু হয়ে যায় বলে "cover" দিয়ে ছবি অনেক বেশি
     ক্রপ হয়ে যাচ্ছিল — এখন "contain" দিয়ে পুরো ছবিটাই (ছোট হলেও) দেখানো হচ্ছে */
  .hero-bg-img{ object-fit:contain; object-position:center center; }
  .why .wrap{display:grid; grid-template-columns:.85fr 1.15fr; gap:44px; align-items:stretch;}
  .why-text{display:flex; flex-direction:column; justify-content:center;}
  .why h2{ font-size:37px; }
  .why-list li{ font-size:22px; }
  .video-frame{margin-top:0;}
  .problem-section{ flex-direction:row; align-items:stretch; gap:16px; margin:50px auto; }
  .problem-card{ width:40%; padding:30px; }
  .problem-card h3{ font-size:37px; margin-bottom:18px; }
  .problem-card ul li{ font-size:22px; }
  .problem-emoji{ right:28px; font-size:70px; }
  .middle-arrow{ width:64px; height:64px; min-width:64px; font-size:30px; transform:none; }
  .solution-card{ width:55%; flex-direction:row; align-items:stretch; }
  .solution-content{ padding:36px; }
  .solution-content h3{ font-size:37px; margin-bottom:10px; }
  .offer-text{ font-size:40px; margin-bottom:10px; }
  .solution-content p{ font-size:22px; }
  .love-emoji{ font-size:56px; margin-top:10px; }
  .solution-image{ width:40%; height:auto; flex-shrink:0; border-radius:0 18px 18px 0; }
  .feat-grid{display:grid; grid-template-columns:1fr 320px 1fr; gap:20px 34px; align-items:center;}
  .features .section-title{font-size:37px;}
  .feat-item h4{font-size:24px;}
  .feat-item p{font-size:20.5px;}
  .feat-center{margin:0;}
  .testi-grid{flex-direction:row;}
  .testi-card{flex:1;}
  .offer-grid{display:grid; grid-template-columns:1fr 1fr;}
  .offer-left, .offer-right{padding:34px;}
}

/* =========================================================
   এনিমেশন — ছবির চারপাশে সাবটল মোশন (ভাসমান, হোভার জুম, স্ক্রল-রিভিল)
========================================================= */
@keyframes na-float{ 0%,100%{ transform:translateY(0); } 50%{ transform:translateY(-10px); } }
@keyframes na-pulse-badge{ 0%,100%{ transform:rotate(6deg) scale(1); } 50%{ transform:rotate(6deg) scale(1.07); } }
@keyframes na-shine{ 0%{ background-position:-150% 0; } 100%{ background-position:250% 0; } }

@media (prefers-reduced-motion: no-preference){
  .badge-circle{ animation:na-pulse-badge 2.8s ease-in-out infinite; }
  .feat-center{ animation:na-float 6s ease-in-out infinite; animation-delay:.4s; }
}

.life-photo{ position:relative; overflow:hidden; }
.life-photo .ph-img{ transition:transform .5s ease; }
.life-card:hover .life-photo .ph-img{ transform:scale(1.1) rotate(-1deg); }

.feat-icon{ transition:transform .35s ease, box-shadow .35s ease; }
.feat-item:hover .feat-icon{ transform:scale(1.15) rotate(8deg); box-shadow:0 6px 14px rgba(211,161,44,.35); }

.ing-icon{ transition:transform .35s ease; }
.ing-item{ transition:box-shadow .3s ease, transform .3s ease; }
.ing-item:hover{ transform:translateY(-4px); box-shadow:var(--shadow); }
.ing-item:hover .ing-icon{ transform:scale(1.18) rotate(-8deg); }

.feat-center::after{
  content:""; position:absolute; inset:0; pointer-events:none; border-radius:inherit;
  background:linear-gradient(120deg, transparent 40%, rgba(255,255,255,.18) 50%, transparent 60%);
  background-size:250% 100%; animation:na-shine 4.5s ease-in-out infinite;
}

.testi-card, .life-card, .ing-item{ transition:transform .25s ease; }

/* স্ক্রল করে নিচে নামলে ছবি/কার্ডগুলো আস্তে আস্তে ফুটে উঠবে */
.na-reveal{ opacity:0; transform:translateY(28px); transition:opacity .7s ease, transform .7s ease; }
.na-reveal.na-in{ opacity:1; transform:translateY(0); }
@media (prefers-reduced-motion: reduce){
  .na-reveal{ opacity:1; transform:none; transition:none; }
  .badge-circle, .feat-center{ animation:none; }
}

/* =========================================================
   বাড়তি এনিমেশন — বাটন, নেভ লিংক, ট্রাস্ট আইকন
========================================================= */
.btn{ transition:transform .25s ease, box-shadow .25s ease; }
.btn:hover{ transform:translateY(-3px) scale(1.03); box-shadow:0 12px 22px rgba(0,0,0,.2); }
.btn:active{ transform:translateY(0) scale(.98); }

.nav-links a{ position:relative; }
@media (min-width:700px){
  .nav-links a::after{
    content:""; position:absolute; left:0; bottom:-4px; width:0; height:2px; background:var(--gold);
    transition:width .3s ease;
  }
  .nav-links a:hover::after{ width:100%; }
}

.trust-item .ic{ transition:transform .3s ease; }
.trust-item:hover .ic{ transform:scale(1.15) rotate(6deg); }

@keyframes na-badge-glow{ 0%,100%{ box-shadow:0 0 0 0 rgba(217,164,65,.5); } 50%{ box-shadow:0 0 0 10px rgba(217,164,65,0); } }
@media (prefers-reduced-motion: no-preference){
  .badge-circle-hero{ animation:na-pulse-badge 2.8s ease-in-out infinite, na-badge-glow 2.8s ease-in-out infinite; }
}

/* =========================================================
   বাবল পপ ইফেক্ট — ক্লিক/ট্যাপ করলে বুদবুদ ফুটে উঠে ফেটে যাবে (মোবাইল ও ডেস্কটপ দুটোতেই)
========================================================= */
.na-bubble{
  position:fixed; z-index:9998; pointer-events:none; border-radius:50%;
  background:radial-gradient(circle at 30% 30%, rgba(217,164,65,.65), rgba(217,164,65,.05) 70%);
  border:1px solid rgba(217,164,65,.55);
  width:16px; height:16px; left:0; top:0;
  animation:na-bubble-pop .6s ease-out forwards;
}
@keyframes na-bubble-pop{
  0%{ transform:translate(-50%,-50%) scale(0); opacity:1; }
  70%{ transform:translate(-50%,-50%) scale(2.3); opacity:.55; }
  100%{ transform:translate(-50%,-50%) scale(3.2); opacity:0; }
}
@media (prefers-reduced-motion: reduce){
  .na-bubble{ display:none; }
}
