/* ==========================================================================
   MemoHoney® — mymemohoneyofficial.com
   Bootstrap 5 companion stylesheet. Palette: deep navy + honey gold + cream.
   ========================================================================== */

:root{
  --navy:#12365E;
  --navy-dark:#0B2340;
  --navy-soft:#1E4E82;
  --honey:#E9A319;
  --honey-deep:#C07E06;
  --honey-tint:#FDF3DE;
  --cream:#FFFBF2;
  --ink:#1B2432;
  --muted:#5A6577;
  --line:#E7E2D6;
  --white:#fff;
  --radius:16px;
  --shadow-sm:0 4px 16px rgba(18,54,94,.07);
  --shadow-md:0 12px 34px rgba(18,54,94,.11);
  --f-display:'Fraunces',Georgia,serif;
  --f-body:'Inter',system-ui,-apple-system,'Segoe UI',sans-serif;
}

/* ---------- base ---------- */
html{scroll-behavior:smooth;scroll-padding-top:78px;-webkit-text-size-adjust:100%}
body{font-family:var(--f-body);color:var(--ink);background:var(--white);font-size:1.02rem;line-height:1.72;overflow-x:hidden}
h1,h2,h3,h4,h5{font-family:var(--f-display);color:var(--navy);font-weight:600;line-height:1.22}
p{margin-bottom:1.05rem}
a{color:var(--navy-soft);text-decoration:none;transition:color .2s}
a:hover{color:var(--honey-deep)}
img{max-width:100%;height:auto}
strong{color:var(--navy);font-weight:700}
::selection{background:var(--honey);color:#fff}
:focus-visible{outline:3px solid var(--honey);outline-offset:2px;border-radius:4px}

/* ---------- ALWAYS-CENTRED IMAGERY (standing build rule) ---------- */
section img,header img,footer img,.content-section img,.price-card img,.review-card img,
.quality-badge,.guarantee-badge,.pay-cards,.hero-cover,.final-cover,.fact-img{
  display:block!important;margin-left:auto!important;margin-right:auto!important;
}

/* ---------- buttons ---------- */
.btn{font-family:var(--f-body);font-weight:700;border-radius:60px;letter-spacing:.01em;transition:.24s}
.btn-cta{background:linear-gradient(135deg,var(--honey) 0%,var(--honey-deep) 100%);color:#fff;border:0;box-shadow:0 8px 20px rgba(192,126,6,.28)}
.btn-cta:hover,.btn-cta:focus{background:linear-gradient(135deg,var(--honey-deep) 0%,#9C6604 100%);color:#fff;transform:translateY(-2px);box-shadow:0 12px 26px rgba(192,126,6,.34)}
.btn-outline-primary{border:2px solid var(--navy);color:var(--navy);background:transparent}
.btn-outline-primary:hover{background:var(--navy);border-color:var(--navy);color:#fff}
.btn-lg{padding:.82rem 1.9rem;font-size:1.02rem}

/* ---------- navbar ---------- */
#topNav{box-shadow:0 2px 14px rgba(18,54,94,.08);padding:.6rem 0;border-bottom:1px solid var(--line)}
.brand-text{font-family:var(--f-display);font-size:1.6rem;font-weight:700;color:var(--navy);letter-spacing:-.01em}
.brand-text em{font-style:normal;color:var(--honey-deep)}
.brand-text sup{font-size:.5em;color:var(--honey-deep)}
.navbar-brand:hover .brand-text{color:var(--navy)}
#topNav .nav-link{color:var(--ink);font-weight:600;font-size:.95rem;padding:.5rem .85rem}
#topNav .nav-link:hover,#topNav .nav-link:focus{color:var(--honey-deep)}
.navbar-toggler{border-color:var(--line)}
.navbar-toggler:focus{box-shadow:0 0 0 .2rem rgba(233,163,25,.3)}

/* ---------- hero ---------- */
.hero-section{background:radial-gradient(1100px 520px at 78% 18%,var(--honey-tint) 0%,var(--cream) 46%,#fff 100%);padding:64px 0 56px;position:relative}
.hero-title{font-size:clamp(1.95rem,4.4vw,3.05rem);font-weight:700;letter-spacing:-.02em;margin-bottom:1rem}
.hero-title span{color:var(--honey-deep)}
.hero-text{font-size:1.06rem;color:var(--muted)}
.hero-cover{filter:drop-shadow(0 22px 34px rgba(18,54,94,.2))}
.hero-bullets{margin-top:1.35rem;display:grid;gap:.6rem}
.hero-bullets div{font-weight:600;color:var(--navy);font-size:.97rem}
.hero-bullets i{color:var(--honey-deep);margin-right:.5rem}
.hero-buttons .btn{margin-bottom:.6rem}
.rating-line{color:var(--muted);font-size:.94rem}
.rating-line .stars{color:var(--honey);letter-spacing:2px}
.trust-strip{display:flex;flex-wrap:wrap;gap:.5rem 1.4rem;margin-top:1.1rem;font-size:.85rem;color:var(--muted);font-weight:600}
.trust-strip i{color:var(--honey-deep);margin-right:.35rem}

/* ---------- honeycomb divider (signature motif) ---------- */
.comb-divider{background:var(--navy);line-height:0}
.comb-divider svg{width:100%;height:26px;display:block}
.comb-divider path{fill:none;stroke:var(--honey);stroke-width:2.4}

/* ---------- section headers ---------- */
.title-band{background:var(--navy);padding:30px 0;text-align:center}
.title-band-text{color:#fff;font-size:clamp(1.4rem,3vw,2rem);margin:0;font-weight:600}
.content-section{padding:58px 0}
.content-section.tinted{background:var(--cream)}
.lead-text{font-size:1.14rem;color:var(--navy);font-weight:500}
.eyebrow{text-transform:uppercase;letter-spacing:.16em;font-size:.76rem;font-weight:800;color:var(--honey-deep);margin-bottom:.5rem}

/* ---------- trust cards ---------- */
.trust-section{padding:52px 0;background:var(--cream)}
.trust-card{background:#fff;border:1px solid var(--line);border-radius:var(--radius);padding:26px 22px;height:100%;text-align:center;box-shadow:var(--shadow-sm);transition:.25s}
.trust-card:hover{transform:translateY(-5px);box-shadow:var(--shadow-md);border-color:var(--honey)}
.trust-icon{width:58px;height:58px;margin:0 auto 14px;display:flex;align-items:center;justify-content:center;background:var(--honey-tint);color:var(--honey-deep);font-size:1.5rem;clip-path:polygon(50% 0,100% 25%,100% 75%,50% 100%,0 75%,0 25%)}
.trust-card h3{font-size:1.1rem;margin-bottom:.45rem}
.trust-card p{font-size:.93rem;color:var(--muted);margin:0}

/* ---------- advantages ---------- */
.adv-section{padding:58px 0;background:linear-gradient(180deg,#fff 0%,var(--cream) 100%)}
.adv-eyebrow{text-transform:uppercase;letter-spacing:.16em;font-size:.76rem;font-weight:800;color:var(--honey-deep);text-align:center}
.adv-heading{text-align:center;font-size:clamp(1.5rem,3.2vw,2.15rem);margin:.4rem 0 1rem}
.adv-intro{text-align:center;color:var(--muted);max-width:760px;margin:0 auto 2rem}
.adv-list{list-style:none;padding:0;margin:0;display:grid;gap:.85rem}
.adv-list li{display:flex;gap:.85rem;background:#fff;border:1px solid var(--line);border-left:4px solid var(--honey);border-radius:12px;padding:14px 18px;box-shadow:var(--shadow-sm)}
.adv-list li p{margin:0;font-size:.96rem;color:var(--muted)}
.adv-tick{flex:0 0 26px;height:26px;background:var(--navy);color:var(--honey);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.85rem;margin-top:2px}

/* ---------- numbered steps ---------- */
.step-block{display:flex;gap:1.1rem;padding:20px 0;border-bottom:1px dashed var(--line)}
.step-block:last-of-type{border-bottom:0}
.step-num{flex:0 0 46px;height:46px;background:var(--navy);color:var(--honey);font-family:var(--f-display);font-weight:700;font-size:1.15rem;display:flex;align-items:center;justify-content:center;clip-path:polygon(50% 0,100% 25%,100% 75%,50% 100%,0 75%,0 25%)}
.step-block h3{font-size:1.14rem;margin-bottom:.35rem}
.step-block p{font-size:.96rem;color:var(--muted);margin:0}

/* ---------- notices ---------- */
.med-warn{background:#FFF6E3;border:1px solid #F0D9A4;border-left:5px solid var(--honey);border-radius:12px;padding:18px 20px;font-size:.93rem;color:#6A5416;margin:24px 0}
.callout-soft{background:var(--cream);border:1px dashed var(--line);border-radius:12px;padding:16px 18px;font-size:.9rem;color:var(--muted)}
.warning-text{font-size:.9rem;color:var(--muted)}

/* ---------- pricing ---------- */
.pricing-section{background:var(--cream)}
.pricing-sub{max-width:760px;margin:0 auto 2rem;color:var(--muted)}
.price-card{background:#fff;border:1px solid var(--line);border-radius:20px;padding:26px 22px;height:100%;box-shadow:var(--shadow-sm);position:relative;transition:.25s;text-align:center}
.price-card:hover{transform:translateY(-6px);box-shadow:var(--shadow-md)}
.price-card.popular{border:2px solid var(--honey);box-shadow:0 16px 40px rgba(192,126,6,.18)}
.price-card img{max-width:210px;margin-bottom:.5rem}
.price-badge{position:absolute;top:-14px;left:50%;transform:translateX(-50%);background:var(--navy);color:#fff;font-size:.74rem;font-weight:700;padding:.34rem 1rem;border-radius:40px;white-space:nowrap;letter-spacing:.02em}
.price-card.popular .price-badge{background:linear-gradient(135deg,var(--honey),var(--honey-deep))}
.price-title{font-family:var(--f-display);font-size:1.45rem;font-weight:700;color:var(--navy)}
.price-supply{font-size:.88rem;color:var(--muted);margin-bottom:.5rem}
.price-old{text-decoration:line-through;color:#A6A197;margin-right:.5rem;font-size:1rem}
.price-amt{font-family:var(--f-display);font-size:2.15rem;font-weight:700;color:var(--honey-deep)}
.price-per{font-size:.9rem;color:var(--muted);margin-bottom:.9rem}
.price-feat{list-style:none;padding:0;margin:0 0 1.1rem;text-align:left;font-size:.92rem}
.price-feat li{padding:.28rem 0;color:var(--muted)}
.price-feat i{color:var(--honey-deep);margin-right:.45rem}
.pay-cards{max-width:280px;margin-top:1.6rem}

/* ---------- ingredients ---------- */
.ingredient-card{display:flex;gap:1rem;background:#fff;border:1px solid var(--line);border-radius:var(--radius);padding:20px;height:100%;box-shadow:var(--shadow-sm);transition:.25s}
.ingredient-card:hover{border-color:var(--honey);transform:translateY(-4px);box-shadow:var(--shadow-md)}
.ingredient-ic{flex:0 0 48px;height:48px;background:var(--honey-tint);color:var(--honey-deep);display:flex;align-items:center;justify-content:center;font-size:1.25rem;clip-path:polygon(50% 0,100% 25%,100% 75%,50% 100%,0 75%,0 25%)}
.ingredient-card h3{font-size:1.06rem;margin-bottom:.3rem}
.ingredient-card p{font-size:.93rem;color:var(--muted);margin:0}
.fact-img{border-radius:var(--radius);border:1px solid var(--line);box-shadow:var(--shadow-sm);max-width:820px}

/* ---------- quality badges ---------- */
.quality-section{background:var(--navy);padding:40px 0}
.quality-badge{max-width:118px}
.quality-cap{color:#fff;font-size:.86rem;font-weight:600;margin-top:.5rem;text-align:center}

/* ---------- reviews ---------- */
.reviews-section{background:var(--cream)}
.review-card{background:#fff;border:1px solid var(--line);border-radius:var(--radius);padding:24px 20px;height:100%;text-align:center;box-shadow:var(--shadow-sm)}
.review-avatar{border-radius:50%;object-fit:cover;width:80px;height:80px;border:3px solid var(--honey-tint);margin-bottom:.7rem}
.review-card h4{font-size:1.05rem;margin-bottom:.1rem}
.review-location{font-size:.84rem;color:var(--muted);margin-bottom:.4rem}
.review-stars{color:var(--honey);letter-spacing:2px;font-size:.95rem;margin-bottom:.6rem}
.verified{color:#2E7D5B;font-size:.74rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase;letter-spacing:.06em}
.review-text{font-size:.94rem;color:var(--muted);font-style:italic;margin:0}

/* ---------- benefits & features ---------- */
.benefit-block{border-left:4px solid var(--honey);background:var(--cream);border-radius:0 12px 12px 0;padding:16px 20px;margin-bottom:1rem}
.benefit-block h3{font-size:1.1rem;margin-bottom:.3rem}
.benefit-block p{font-size:.95rem;color:var(--muted);margin:0}
.feature-block{padding:16px 0;border-bottom:1px solid var(--line)}
.feature-block:last-child{border-bottom:0}
.feature-block h3{font-size:1.1rem;display:flex;align-items:center;gap:.6rem;margin-bottom:.3rem}
.feature-block h3 i{color:var(--honey-deep)}
.feature-block p{font-size:.95rem;color:var(--muted);margin:0}

/* ---------- guarantee ---------- */
.guarantee-section{background:linear-gradient(135deg,var(--navy) 0%,var(--navy-dark) 100%);color:#fff;padding:52px 0}
.guarantee-section p{color:rgba(255,255,255,.86);font-size:.98rem}
.guarantee-section a{color:var(--honey)}
.guarantee-title{color:#fff;font-size:clamp(1.3rem,2.8vw,1.85rem)}
.guarantee-badge{max-width:210px}

/* ---------- FAQ ---------- */
.faq-section .accordion-item{border:1px solid var(--line);border-radius:12px!important;margin-bottom:.7rem;overflow:hidden;box-shadow:var(--shadow-sm)}
.faq-section .accordion-button{font-family:var(--f-display);font-weight:600;color:var(--navy);font-size:1.02rem;background:#fff;padding:1rem 1.1rem}
.faq-section .accordion-button:not(.collapsed){background:var(--honey-tint);color:var(--navy);box-shadow:none}
.faq-section .accordion-button:focus{box-shadow:0 0 0 .2rem rgba(233,163,25,.28)}
.faq-section .accordion-button::after{filter:sepia(1) saturate(4) hue-rotate(-13deg)}
.faq-section .accordion-body{font-size:.95rem;color:var(--muted);background:#fff}

/* ---------- blog ---------- */
.blog-grid{padding:56px 0}
.blog-card{background:#fff;border:1px solid var(--line);border-radius:var(--radius);overflow:hidden;height:100%;box-shadow:var(--shadow-sm);transition:.25s;display:flex;flex-direction:column}
.blog-card:hover{transform:translateY(-5px);box-shadow:var(--shadow-md)}
.blog-thumb{height:132px;background:linear-gradient(135deg,var(--honey) 0%,var(--honey-deep) 100%);display:flex;align-items:center;justify-content:center;color:#fff;font-size:2.4rem}
.blog-thumb.navy{background:linear-gradient(135deg,var(--navy-soft) 0%,var(--navy) 100%)}
.blog-card-body{padding:20px}
.blog-cat{display:inline-block;background:var(--honey-tint);color:var(--honey-deep);font-size:.72rem;font-weight:800;letter-spacing:.06em;text-transform:uppercase;padding:.22rem .6rem;border-radius:40px;margin-bottom:.5rem}
.blog-cat.info{background:#E7F0F9;color:var(--navy-soft)}
.blog-card h3{font-size:1.08rem;margin-bottom:.3rem;line-height:1.35}
.blog-card h3 a{color:var(--navy)}
.blog-card h3 a:hover{color:var(--honey-deep)}
.blog-meta{font-size:.8rem;color:#8C93A1;margin-bottom:.5rem}
.blog-card p{font-size:.92rem;color:var(--muted)}
.blog-readmore{font-weight:700;font-size:.9rem;color:var(--honey-deep)}
.post-body h2{font-size:1.5rem;margin:1.9rem 0 .7rem}
.post-body h3{font-size:1.18rem;margin:1.4rem 0 .5rem}
.post-body ul{color:var(--muted)}
.post-hero{background:var(--cream);padding:44px 0 30px;border-bottom:1px solid var(--line)}
.breadcrumb-line{font-size:.84rem;color:var(--muted);margin-bottom:.5rem}
.author-box{display:flex;gap:1rem;align-items:flex-start;background:var(--cream);border:1px solid var(--line);border-radius:var(--radius);padding:18px;margin-top:2rem}
.author-box .author-ic{flex:0 0 46px;height:46px;background:var(--navy);color:var(--honey);display:flex;align-items:center;justify-content:center;border-radius:50%;font-size:1.2rem}
.author-box p{font-size:.9rem;color:var(--muted);margin:0}

/* ---------- final CTA ---------- */
.final-cta-section{background:radial-gradient(900px 420px at 50% 0,var(--honey-tint) 0%,var(--cream) 60%,#fff 100%);padding:56px 0;text-align:center}
.final-cover{max-width:340px;filter:drop-shadow(0 18px 28px rgba(18,54,94,.18));margin-bottom:1rem}
.final-price{color:var(--muted);font-size:1rem}
.final-price .strike{text-decoration:line-through}
.final-price-now{font-family:var(--f-display);font-size:1.7rem;font-weight:700;color:var(--navy);margin-bottom:.5rem}
.cta-foot{font-size:.86rem;color:var(--muted);margin-top:.9rem}

/* ---------- tables (comparison / value pages) ---------- */
.mh-table{width:100%;border-collapse:collapse;background:#fff;border:1px solid var(--line);border-radius:12px;overflow:hidden;font-size:.93rem}
.mh-table th{background:var(--navy);color:#fff;font-weight:600;padding:.7rem .8rem;text-align:left}
.mh-table td{padding:.65rem .8rem;border-top:1px solid var(--line);color:var(--muted)}
.mh-table tr:nth-child(even) td{background:var(--cream)}
.table-wrap{overflow-x:auto}

/* ---------- footer ---------- */
.site-footer{background:var(--navy-dark);color:rgba(255,255,255,.72);padding:44px 0 90px;font-size:.9rem}
.footer-nav{list-style:none;padding:0;margin:0 0 .9rem;display:flex;flex-wrap:wrap;justify-content:center;gap:.4rem 1.15rem}
.footer-nav a{color:#fff;font-weight:600}
.footer-nav a:hover{color:var(--honey)}
.footer-nav.legal a{color:rgba(255,255,255,.68);font-weight:400;font-size:.86rem}
.footer-disclaimer{max-width:960px;margin:1.4rem auto;font-size:.8rem;line-height:1.65;color:rgba(255,255,255,.6);text-align:center}
.footer-disclaimer strong{color:rgba(255,255,255,.9)}
.footer-disclaimer a{color:var(--honey)}
.footer-copy{text-align:center;font-size:.84rem;color:rgba(255,255,255,.55);margin:0}

/* ---------- sticky mobile CTA ---------- */
.mobile-cta{position:fixed;left:0;right:0;bottom:0;z-index:1030;background:rgba(255,255,255,.97);backdrop-filter:blur(6px);border-top:1px solid var(--line);padding:.55rem .8rem;text-align:center;box-shadow:0 -4px 18px rgba(18,54,94,.1)}
.mobile-cta .btn{width:100%;max-width:460px}
.mobile-cta small{display:block;font-size:.72rem;color:var(--muted);margin-top:.25rem}

/* ---------- responsive ---------- */
@media (min-width:576px){.hero-bullets{grid-template-columns:1fr 1fr}}
@media (max-width:991.98px){
  .hero-section{padding:38px 0 44px;text-align:center}
  .hero-bullets{justify-items:center;text-align:left;max-width:420px;margin-inline:auto}
  .trust-strip{justify-content:center}
  .content-section{padding:44px 0}
  #topNav .navbar-nav{padding:.6rem 0}
}
@media (max-width:575.98px){
  body{font-size:.99rem}
  .price-card img{max-width:170px}
  .step-block{gap:.8rem}
  .footer-nav{gap:.35rem .8rem}
  .site-footer{padding-bottom:104px}
}
@media (prefers-reduced-motion:reduce){
  html{scroll-behavior:auto}
  *,*::before,*::after{animation-duration:.001ms!important;transition-duration:.001ms!important}
}
@media print{.mobile-cta,#topNav,.btn{display:none!important}}
