/* TOKENS */
:root{
  --m-green:#3DAE4C; --m-green-700:#2E8B3F;
  --m-sage:#3CBFA6; --m-apricot:#F4A261; --m-apricot-700:#E07A3F;
  --m-yellow:#FFD54F; --m-navy:#22313F; --m-ink:#333;
  --m-mint:#DFF8EE;            /* page background */
  --m-paper:#FFFFFF;
  --m-line:rgba(0,0,0,.08);
  --m-radius:16px;
  --m-shadow:0 10px 28px rgba(0,0,0,.08);
  --m-focus:0 0 0 3px rgba(61,174,76,.35);
  --m-font-ui:"Inter",system-ui,Segoe UI,Roboto,Arial,sans-serif;
  --m-font-head:"Poppins",var(--m-font-ui);
  --m-box-bg: rgba(25,27,30,0.32);
  --m-box-border: rgba(0,0,0,0.18);
  --m-shadow-strong: 0 16px 42px rgba(0,0,0,0.25), 0 3px 8px rgba(0,0,0,0.12);
}

/* BODY BACKGROUND */
html,body{background:var(--m-mint);}
html,body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility;}

/* BASE */
.moms{color:var(--m-ink);background:var(--m-mint);font-family:var(--m-font-ui);line-height:1.6;}
.moms *{box-sizing:border-box;}
.moms img{max-width:100%;height:auto;border-radius:12px;}

/* LINKS (non-buttons) */
.moms a:not(.btn){color:var(--m-green);text-underline-offset:3px;}
.moms a:not(.btn):hover{color:var(--m-green-700);}

.moms .container{max-width:1120px;margin:0 auto;padding:0 20px;}

/* HEADINGS */
.moms h1,.moms h2,.moms h3{font-family:var(--m-font-head);color:var(--m-navy);margin:0 0 .5rem;}
.moms h1{font-size:clamp(2rem,2.8vw + 1rem,3.25rem);letter-spacing:-0.5px;}
.moms h2{font-size:clamp(1.5rem,1.6vw + 0.8rem,2.25rem);}
.moms h3{font-size:1.25rem;}
.moms .brand{color:var(--m-green);}

/* UTILITIES */
.section{padding:64px 0;}
.grid{display:grid;gap:24px;}
.cols-2{grid-template-columns:repeat(2,minmax(0,1fr));}
.cols-3{grid-template-columns:repeat(3,minmax(0,1fr));}
@media (max-width:900px){.cols-2,.cols-3{grid-template-columns:1fr;}}
.text-center,.center{text-align:center;}
.mt-8{margin-top:8px}.mt-10{margin-top:10px}.mt-12{margin-top:12px}.mt-14{margin-top:14px}.mt-16{margin-top:16px}.mt-18{margin-top:18px}
.mb-8{margin-bottom:8px}
.py-36{padding:36px 0}
.small{font-size:.9rem}
.text-muted{color:#667085}

/* BUTTONS */
.btn{
  display:inline-flex;align-items:center;justify-content:center;gap:.4ch;
  padding:.9rem 1.25rem;border-radius:var(--m-radius);border:1px solid transparent;
  font-weight:600;line-height:1;text-decoration:none;box-shadow:var(--m-shadow);transition:.2s ease;
}
.btn:focus{outline:none;box-shadow:var(--m-focus);}
.btn-primary{background:var(--m-green);color:#fff;}
.btn-primary:hover{background:var(--m-green-700);}
.btn-accent{background:var(--m-apricot);color:#fff;}
.btn-accent:hover{background:var(--m-apricot-700);}
.btn-ghost{background:transparent;border-color:var(--m-line);color:var(--m-navy);}
.btn-ghost:hover{background:#fff;}
.cta-row{display:flex;flex-wrap:wrap;gap:12px;justify-content:center;margin-top:18px;}

/* CARDS */
.card{
  background:var(--m-box-bg);
  backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px);
  border:1px solid var(--m-box-border);
  border-radius:var(--m-radius);
  box-shadow:var(--m-shadow-strong);
  padding:24px;color:#f5f5f5;
}
.card h2,.card h3{color:#f9f9f9;}

/* HERO */
.hero{background:transparent;padding:72px 0 48px;text-align:center;}
.hero .title{margin:0 auto .5rem;display:inline-block;text-align:center;}
.hero .lead{max-width:62ch;color:#333;margin:0 auto;}

/* CHIPS */
.chips{display:flex;flex-wrap:wrap;gap:10px;margin-top:16px;justify-content:center;}
.chip{border:1px solid var(--m-line);border-radius:999px;padding:8px 12px;background:#fff;font-weight:600;color:#2d3748;}

/* CHECKLIST */
.checklist{list-style:none;padding:0;margin:0;}
.checklist li{padding-left:2rem;position:relative;margin:.5rem 0;}
.checklist li::before{content:"✔";position:absolute;left:0;top:.1rem;color:var(--m-yellow);font-weight:900;}
.list-left{text-align:left;}

/* PRICING */
.price{text-align:center;padding:28px;display:flex;flex-direction:column;gap:12px;}
.price .tag{font-family:var(--m-font-head);font-weight:700;font-size:1.8rem;color:var(--m-navy);}
.price .note{color:#e5e7eb;}
.pill{display:inline-flex;align-items:center;justify-content:center;background:var(--m-sage);color:#fff;padding:6px 10px;border-radius:999px;font-weight:600;}

/* TESTIMONIALS */
.quote{font-size:1.05rem;color:#e6e6e6;}
.quote b{color:var(--m-navy);}
.rule{border:0;border-top:1px solid rgba(255,255,255,.18);margin:18px 0;}

/* FORM */
.form .input{width:100%;padding:.85rem .95rem;border-radius:12px;border:1px solid var(--m-line);background:#fff;color:#111;}
.form .input:focus{outline:none;box-shadow:var(--m-focus);border-color:transparent;}

/* FOOTER */
.footer{font-size:.9rem;color:#334155;}
.brandline{color:var(--m-navy);font-family:var(--m-font-head);font-size:1.2rem;}

/* SECTION BACKGROUNDS */
.bg-paper{background:var(--m-paper);}
.bg-paper{background:none!important;box-shadow:none!important;border:none!important;} /* transparent override */

/* GOOGLE REVIEWS — high-contrast, readable */
.reviews{
  background: rgba(255,255,255,0.6);         /* soft white veil over mint */
  border-top: 1px solid rgba(0,0,0,0.05);
  border-bottom: 1px solid rgba(0,0,0,0.05);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  padding: 96px 0;
  text-align: center;
}
.reviews .title{
  color: var(--m-navy);
  font-family: var(--m-font-head);
  font-weight: 700;
  letter-spacing: -0.3px;
}
.reviews .lead{
  color: #1f2937;
  max-width: 60ch;
  margin: 0 auto 1.5rem;
  line-height: 1.65;
  font-weight: 500;
}
.review-card{
  background: #ffffff;                       /* solid white card for contrast */
  border: 1px solid var(--m-line);
  border-radius: var(--m-radius);
  box-shadow: var(--m-shadow);
  padding: 36px 48px;
  max-width: 720px;
  margin: 2rem auto 0;
  color: var(--m-ink);
}
.review-card .stars{
  color: #ffc93c;
  font-size: 2.2rem;
  letter-spacing: 4px;
  margin: 10px 0 18px;
  text-shadow: 0 1px 2px rgba(0,0,0,0.15);
}
.review-card .quote{
  color: #0f172a;                             /* deep navy-black for readability */
  font-style: italic;
  font-weight: 500;
  line-height: 1.7;
  font-size: 1.15rem;
  margin: 0 auto 1rem;
  max-width: 58ch;
}
.review-card .btn{
  margin-top: 20px;
  font-size: 1rem;
}
.review-qr{margin-top:18px;text-align:center;}
.qr-img{display:block;margin:0 auto;width:180px;max-width:42vw;height:auto;image-rendering:crisp-edges;image-rendering:pixelated;}
.qr-caption{margin-top:8px;color:var(--m-navy);font-weight:600;letter-spacing:.2px;}
@media (min-width:1024px){.qr-img{width:200px;}}

/* === POSTER (flyer) — new === */
.moms-poster{
  padding:56px 0;
  background:linear-gradient(90deg,#78b36f 0%,#1f6336 100%); /* matches flyer look */
  color:#f0ffe9;
}
.moms-poster .poster-wrap{
  max-width:1200px;margin:0 auto;padding:0 20px;
  display:grid;gap:32px;grid-template-columns:1.1fr 1fr;
}
@media (max-width:980px){.moms-poster .poster-wrap{grid-template-columns:1fr;}}

/* LEFT SIDE */
.poster-title{
  font-family:var(--m-font-head);
  font-weight:700;
  font-size:clamp(2.4rem,3.6vw + 1rem,4.2rem);
  line-height:1.05;
  margin:6px 0 18px;
  color:#eaffd0;
  /* subtle outline + lime glow */
  text-shadow:
    0 0 6px #d7ff89,
    0 0 1px #183d24,
    2px 2px 0 #183d24,
    -2px 2px 0 #183d24,
    2px -2px 0 #183d24,
    -2px -2px 0 #183d24;
}
.poster-title .brand{color:var(--m-yellow);}
.poster-sub{font-size:1.125rem;color:#f8fff5;max-width:40ch;}
.poster-steps{margin-top:18px;font-family:var(--m-font-head);font-weight:600;letter-spacing:.3px;color:#f0ffe9;}

/* RIGHT SIDE */
.poster-list{list-style:none;padding:0;margin:0 0 22px;display:grid;gap:18px;}
.poster-list li{display:grid;grid-template-columns:48px 1fr;gap:14px;align-items:start;}
.poster-list .ico{
  width:48px;height:48px;display:grid;place-items:center;
  background:rgba(255,255,255,.08);
  border:1px solid rgba(0,0,0,.18);
  border-radius:12px;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.12);
}
.poster-list .ico svg{width:26px;height:26px;fill:#eaffd0;}
.poster-list .list-title{font-family:var(--m-font-head);font-weight:700;color:#ffffff;}
.poster-list .list-sub{color:#edffe6;opacity:.95;}

/* CTA block */
.poster-cta{margin-top:10px;border-top:1px solid rgba(255,255,255,.18);padding-top:18px;text-align:left;}
.poster-cta .cta-big{font-family:var(--m-font-head);font-size:clamp(1.25rem,1.2vw + .8rem,1.8rem);color:#ffffff;margin-bottom:6px;}
.poster-cta .cta-web,.poster-cta .cta-phone{font-weight:700;font-size:clamp(1.05rem,1vw + .6rem,1.4rem);}
.poster-cta a{color:#fff;text-decoration:none;}
.poster-cta a:hover{text-decoration:underline;}

/* Edge rule where poster meets next section */
.moms .moms-poster + .section{border-top:1px solid rgba(0,0,0,.04);}
