PCOS Handbook

<style>
@import url('https://fonts.googleapis.com/css2?family=Fraunces:ital,opsz,wght@0,9..144,400;0,9..144,500;0,9..144,600;1,9..144,400;1,9..144,500&family=DM+Sans:ital,opsz,wght@0,9..40,400;0,9..40,500;0,9..40,700;1,9..40,400&display=swap');
#nrl-lp {
  --forest:#153a2c;
  --forest-2:#1e4c3a;
  --forest-deep:#0f2a20;
  --cream:#f6f1e7;
  --cream-2:#efe7d7;
  --paper:#fffdf8;
  --gold:#c6932f;
  --gold-2:#b7842a;
  --gold-soft:#e7d3a1;
  --ink:#21302a;
  --ink-soft:#4a554e;
  --muted:#7c857d;
  --blush:#e7c3c9;
  --line:rgba(21,58,44,.12);
  --line-strong:rgba(21,58,44,.22);
  --shadow:0 24px 60px -28px rgba(15,42,32,.45);
  --shadow-sm:0 10px 30px -18px rgba(15,42,32,.45);
  --r:18px;
  --maxw:1140px;
}
#nrl-lp * {box-sizing:border-box;margin:0;padding:0}
html {scroll-behavior:smooth}
#nrl-lp {
  font-family:'DM Sans',system-ui,sans-serif;
  color:var(--ink);
  background:var(--cream);
  line-height:1.6;
  -webkit-font-smoothing:antialiased;
  overflow-x:hidden;
}
#nrl-lp h1, #nrl-lp h2, #nrl-lp h3 {font-family:'Fraunces',Georgia,serif;font-weight:500;line-height:1.08;letter-spacing:-.01em;color:var(--forest)}
#nrl-lp img {max-width:100%;display:block}
#nrl-lp a {color:inherit}
#nrl-lp .wrap {max-width:var(--maxw);margin:0 auto;padding:0 24px}
#nrl-lp /* ---------- Eyebrow ---------- */
.eyebrow {
  font-size:.72rem;letter-spacing:.22em;text-transform:uppercase;
  font-weight:700;color:var(--gold-2);display:inline-flex;align-items:center;gap:.6em;
}
#nrl-lp .eyebrow::before {content:"";width:7px;height:7px;border-radius:50%;background:var(--gold);flex:none}
#nrl-lp /* ---------- Buttons ---------- */
.cta {
  display:inline-flex;align-items:center;justify-content:center;gap:.55em;
  background:var(--gold);color:#20160a;font-weight:700;font-size:1.02rem;
  padding:16px 30px;border-radius:999px;text-decoration:none;border:none;cursor:pointer;
  box-shadow:0 14px 30px -12px rgba(198,147,47,.7);
  transition:transform .18s ease,box-shadow .18s ease,background .18s ease;
  letter-spacing:.005em;font-family:'DM Sans',sans-serif;
}
#nrl-lp .cta:hover {transform:translateY(-2px);background:#d3a13c;box-shadow:0 20px 38px -14px rgba(198,147,47,.8)}
#nrl-lp .cta:active {transform:translateY(0)}
#nrl-lp .cta .price-in {font-family:'Fraunces',serif;font-weight:600}
#nrl-lp .cta-ghost {
  display:inline-flex;align-items:center;gap:.5em;color:var(--forest);font-weight:700;
  text-decoration:none;font-size:.95rem;border-bottom:2px solid var(--gold-soft);padding-bottom:2px;
}
#nrl-lp .micro {font-size:.82rem;color:var(--muted);display:flex;align-items:center;gap:.55em;flex-wrap:wrap}
#nrl-lp .micro .sep {width:4px;height:4px;border-radius:50%;background:var(--gold);opacity:.7}
#nrl-lp /* ---------- Header ---------- */
header {
  position:static;z-index:1;
  background:rgba(246,241,231,.82);backdrop-filter:blur(10px);
  border-bottom:1px solid var(--line);
}
#nrl-lp .nav {display:grid;grid-template-columns:1fr auto 1fr;align-items:center;padding:14px 24px;max-width:var(--maxw);margin:0 auto}
#nrl-lp .brand {grid-column:2;display:flex;align-items:center;gap:.5em;justify-self:center;text-decoration:none}
#nrl-lp .brand .mark {
  width:34px;height:34px;border-radius:9px;background:var(--forest);
  display:grid;place-items:center;flex:none;position:relative;
}
#nrl-lp .brand .mark span {font-family:'Fraunces',serif;font-weight:600;color:var(--cream);font-size:1.15rem;line-height:1;transform:translateX(-1px)}
#nrl-lp .brand .mark::after {content:"";position:absolute;right:6px;bottom:7px;width:6px;height:6px;border-radius:50%;background:var(--gold)}
#nrl-lp .brand .name {font-family:'Fraunces',serif;font-weight:600;font-size:1.18rem;color:var(--forest);letter-spacing:-.01em}
#nrl-lp .brand .name b {color:var(--gold)}
#nrl-lp .nav-cta {grid-column:3;justify-self:end}
#nrl-lp .nav-cta a {padding:10px 20px;font-size:.9rem}
@media(max-width:720px){
  #nrl-lp .nav {grid-template-columns:1fr auto 1fr}
  #nrl-lp .nav-cta {display:none}
}
#nrl-lp /* ---------- Hero ---------- */
.hero {position:relative;padding:64px 0 72px;overflow:hidden}
#nrl-lp .hero::before {
  content:"";position:absolute;inset:0;z-index:0;
  background:
    radial-gradient(120% 90% at 85% 12%, rgba(231,195,201,.28), transparent 55%),
    radial-gradient(100% 80% at 8% 90%, rgba(198,147,47,.12), transparent 55%);
}
#nrl-lp .hero-grid {position:relative;z-index:1;display:grid;grid-template-columns:1.05fr .95fr;gap:56px;align-items:center}
#nrl-lp .hero-copy h1 {font-size:clamp(2.5rem,5.4vw,4.2rem);margin:18px 0 20px}
#nrl-lp .hero-copy h1 .em {font-style:italic;color:var(--gold-2)}
#nrl-lp .hero-copy .lede {font-size:clamp(1.05rem,1.6vw,1.24rem);color:var(--ink-soft);max-width:32ch;margin-bottom:26px}
#nrl-lp .pricing-row {display:flex;align-items:baseline;gap:14px;margin-bottom:22px;flex-wrap:wrap}
#nrl-lp .price {font-family:'Fraunces',serif;font-size:2.6rem;font-weight:600;color:var(--forest);line-height:1}
#nrl-lp .price s {font-family:'DM Sans',sans-serif;font-size:1.15rem;font-weight:400;color:var(--muted);text-decoration-thickness:1.5px}
#nrl-lp .price .tag {display:inline-block;font-family:'DM Sans',sans-serif;font-size:.72rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--forest);background:var(--gold-soft);padding:5px 10px;border-radius:999px;margin-left:2px;transform:translateY(-4px)}
#nrl-lp .hero-cta-block {display:flex;flex-direction:column;gap:12px;align-items:flex-start}
#nrl-lp .hero-cta-block .cta {font-size:1.08rem;padding:18px 34px}
#nrl-lp /* Hero visual */
.hero-visual {position:relative}
#nrl-lp .stage {
  position:relative;border-radius:26px;padding:38px 30px 30px;
  background:linear-gradient(160deg,#fffdf8,#f0e7d4);
  box-shadow:var(--shadow);border:1px solid rgba(255,255,255,.6);
}
#nrl-lp .stage::before {
  content:"";position:absolute;top:-1px;left:8%;right:8%;height:220px;z-index:0;
  border-radius:50%;border:1.5px dashed rgba(198,147,47,.35);
  border-bottom:none;transform:translateY(-40%);
}
#nrl-lp .stage img {position:relative;z-index:1;margin:0 auto;border-radius:8px;filter:drop-shadow(0 30px 40px rgba(15,42,32,.28));max-height:520px;width:auto}
#nrl-lp .floaty {
  position:absolute;z-index:3;background:var(--paper);border:1px solid var(--line);
  border-radius:14px;padding:11px 15px;box-shadow:var(--shadow-sm);
  display:flex;align-items:center;gap:10px;font-size:.85rem;font-weight:600;color:var(--forest)
}
#nrl-lp .floaty .ic {width:30px;height:30px;border-radius:8px;background:var(--cream-2);display:grid;place-items:center;font-size:1.05rem;flex:none}
#nrl-lp .floaty.a {top:24px;left:-14px}
#nrl-lp .floaty.b {bottom:70px;right:-10px}
@media(max-width:920px){
  #nrl-lp .hero-grid {grid-template-columns:1fr;gap:40px}
  #nrl-lp .hero-copy {order:1}
  #nrl-lp .hero-visual {order:2;max-width:440px;margin:0 auto}
  #nrl-lp .hero-copy .lede {max-width:46ch}
  #nrl-lp .floaty.a {left:-4px}
  #nrl-lp .floaty.b {right:-4px}
}
#nrl-lp /* ---------- Trust strip ---------- */
.trust {background:var(--forest);color:var(--cream);padding:20px 0}
#nrl-lp .trust-inner {display:flex;flex-wrap:wrap;justify-content:center;gap:14px 34px;align-items:center}
#nrl-lp .trust-item {display:flex;align-items:center;gap:9px;font-size:.92rem;font-weight:500;color:#e9e3d4}
#nrl-lp .trust-item .d {width:7px;height:7px;border-radius:50%;background:var(--gold);flex:none}
#nrl-lp /* ---------- Sections ---------- */
section.block {padding:84px 0}
#nrl-lp .sec-head {max-width:640px;margin:0 auto 46px;text-align:center}
#nrl-lp .sec-head h2 {font-size:clamp(2rem,3.6vw,3rem);margin:14px 0 14px}
#nrl-lp .sec-head p {color:var(--ink-soft);font-size:1.06rem}
#nrl-lp /* Empathy */
.empathy {background:var(--paper)}
#nrl-lp .empathy-grid {display:grid;grid-template-columns:1fr 1fr;gap:56px;align-items:center}
#nrl-lp .empathy h2 {font-size:clamp(1.9rem,3.4vw,2.7rem);margin:16px 0 20px}
#nrl-lp .empathy p {color:var(--ink-soft);font-size:1.08rem;margin-bottom:16px}
#nrl-lp .empathy .q-list {list-style:none;margin:22px 0 0;display:grid;gap:12px}
#nrl-lp .empathy .q-list li {display:flex;gap:12px;align-items:flex-start;font-size:1.02rem;color:var(--ink)}
#nrl-lp .empathy .q-list li::before {content:"?";font-family:'Fraunces',serif;font-weight:600;color:var(--gold-2);background:var(--cream);width:28px;height:28px;border-radius:50%;display:grid;place-items:center;flex:none;font-size:.95rem;margin-top:2px}
#nrl-lp .empathy-img {border-radius:22px;overflow:hidden;box-shadow:var(--shadow);position:relative}
#nrl-lp .empathy-img img {width:100%;height:100%;object-fit:cover}
#nrl-lp .empathy-badge {position:absolute;left:18px;bottom:18px;background:rgba(21,58,44,.9);color:var(--cream);border-radius:12px;padding:12px 16px;font-size:.9rem;backdrop-filter:blur(4px)}
#nrl-lp .empathy-badge b {font-family:'Fraunces',serif;font-weight:600;display:block;font-size:1.05rem;color:#fff}
@media(max-width:860px){
  #nrl-lp .empathy-grid {grid-template-columns:1fr;gap:34px}
  #nrl-lp .empathy-img {order:-1;max-height:420px}
}
#nrl-lp /* Inside grid */
.inside {background:var(--cream)}
#nrl-lp .mod-grid {display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
#nrl-lp .mod {
  background:var(--paper);border:1px solid var(--line);border-radius:16px;padding:24px 22px;
  transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease;
}
#nrl-lp .mod:hover {transform:translateY(-4px);box-shadow:var(--shadow-sm);border-color:var(--line-strong)}
#nrl-lp .mod .num {font-family:'Fraunces',serif;font-weight:500;font-size:.92rem;color:var(--gold-2);display:flex;align-items:center;gap:8px;margin-bottom:12px}
#nrl-lp .mod .num::after {content:"";flex:1;height:1px;background:var(--line)}
#nrl-lp .mod h3 {font-size:1.18rem;margin-bottom:8px;color:var(--forest)}
#nrl-lp .mod p {font-size:.94rem;color:var(--ink-soft)}
@media(max-width:820px){
  #nrl-lp .mod-grid {grid-template-columns:1fr 1fr}
}
@media(max-width:560px){
  #nrl-lp .mod-grid {grid-template-columns:1fr}
}
#nrl-lp /* Value stack */
.value {background:var(--forest);color:var(--cream)}
#nrl-lp .value .sec-head h2 {color:#fff}
#nrl-lp .value .sec-head p {color:#cfc9ba}
#nrl-lp .value .eyebrow {color:var(--gold-soft)}
#nrl-lp .value-grid {display:grid;grid-template-columns:1.1fr .9fr;gap:52px;align-items:center}
#nrl-lp .stack-list {list-style:none;display:grid;gap:14px}
#nrl-lp .stack-list li {display:flex;gap:14px;align-items:flex-start;font-size:1.04rem;color:#eee7d7}
#nrl-lp .stack-list li b {color:#fff;font-weight:700}
#nrl-lp .stack-list li .chk {width:26px;height:26px;border-radius:50%;background:rgba(198,147,47,.2);border:1px solid var(--gold);color:var(--gold-soft);display:grid;place-items:center;flex:none;margin-top:2px;font-size:.8rem;font-weight:700}
#nrl-lp .value-card {
  background:linear-gradient(160deg,#fffdf8,#efe7d6);color:var(--ink);border-radius:22px;padding:32px 30px;
  box-shadow:var(--shadow);text-align:center
}
#nrl-lp .value-card .kicker {font-size:.75rem;letter-spacing:.16em;text-transform:uppercase;font-weight:700;color:var(--gold-2)}
#nrl-lp .value-card .big {font-family:'Fraunces',serif;font-size:3.4rem;font-weight:600;color:var(--forest);line-height:1;margin:10px 0 4px}
#nrl-lp .value-card .big s {font-family:'DM Sans',sans-serif;font-size:1.1rem;font-weight:400;color:var(--muted)}
#nrl-lp .value-card .sub {color:var(--ink-soft);font-size:.96rem;margin-bottom:22px}
#nrl-lp .value-card .cta {width:100%}
#nrl-lp .value-card .vc-micro {margin-top:14px;font-size:.82rem;color:var(--muted)}
@media(max-width:860px){
  #nrl-lp .value-grid {grid-template-columns:1fr;gap:34px}
  #nrl-lp .value-card {order:-1;max-width:440px;margin:0 auto;width:100%}
}
#nrl-lp /* Who it's for */
.forwho {background:var(--paper)}
#nrl-lp .who-grid {display:grid;grid-template-columns:repeat(4,1fr);gap:18px}
#nrl-lp .who {background:var(--cream);border-radius:16px;padding:24px 20px;border:1px solid var(--line)}
#nrl-lp .who .ic {width:44px;height:44px;border-radius:12px;background:var(--paper);display:grid;place-items:center;font-size:1.4rem;margin-bottom:14px;box-shadow:var(--shadow-sm)}
#nrl-lp .who h3 {font-size:1.06rem;margin-bottom:6px}
#nrl-lp .who p {font-size:.9rem;color:var(--ink-soft)}
@media(max-width:820px){
  #nrl-lp .who-grid {grid-template-columns:1fr 1fr}
}
#nrl-lp /* Testimonials */
.reviews {background:var(--cream-2)}
#nrl-lp .rev-grid {display:grid;grid-template-columns:repeat(3,1fr);gap:20px}
#nrl-lp .rev {background:var(--paper);border-radius:16px;padding:26px 24px;border:1px solid var(--line);display:flex;flex-direction:column;gap:14px}
#nrl-lp .stars {color:var(--gold);letter-spacing:2px;font-size:1rem}
#nrl-lp .rev p {font-size:1rem;color:var(--ink);font-family:'Fraunces',serif;font-style:italic;line-height:1.5}
#nrl-lp .rev .who-r {display:flex;align-items:center;gap:11px;margin-top:auto}
#nrl-lp .rev .av {width:38px;height:38px;border-radius:50%;background:var(--forest);color:var(--cream);display:grid;place-items:center;font-weight:700;font-size:.95rem;flex:none}
#nrl-lp .rev .who-r .n {font-weight:700;font-size:.9rem;color:var(--forest)}
#nrl-lp .rev .who-r .r {font-size:.78rem;color:var(--muted)}
@media(max-width:820px){
  #nrl-lp .rev-grid {grid-template-columns:1fr}
}
#nrl-lp /* Offer */
.offer {background:var(--cream);text-align:center}
#nrl-lp .offer-box {
  max-width:640px;margin:0 auto;background:var(--paper);border:1px solid var(--line);
  border-radius:26px;padding:46px 40px;box-shadow:var(--shadow);position:relative;overflow:hidden
}
#nrl-lp .offer-box::before {content:"";position:absolute;inset:0;z-index:0;background:radial-gradient(90% 60% at 50% 0%,rgba(198,147,47,.1),transparent 60%)}
#nrl-lp .offer-box>* {position:relative;z-index:1}
#nrl-lp .offer-box h2 {font-size:clamp(1.8rem,3.2vw,2.5rem);margin:14px 0 10px}
#nrl-lp .offer-box .op {color:var(--ink-soft);margin-bottom:24px}
#nrl-lp .offer-price {display:flex;align-items:baseline;justify-content:center;gap:12px;margin-bottom:6px}
#nrl-lp .offer-price .p {font-family:'Fraunces',serif;font-size:3.6rem;font-weight:600;color:var(--forest);line-height:1}
#nrl-lp .offer-price s {color:var(--muted);font-size:1.2rem}
#nrl-lp .offer-box .once {font-size:.9rem;color:var(--muted);margin-bottom:26px}
#nrl-lp .offer-box .cta {font-size:1.14rem;padding:19px 40px}
#nrl-lp .offer-includes {list-style:none;display:grid;gap:9px;max-width:400px;margin:26px auto 0;text-align:left}
#nrl-lp .offer-includes li {display:flex;gap:10px;font-size:.94rem;color:var(--ink-soft)}
#nrl-lp .offer-includes li .d {color:var(--gold);flex:none;font-weight:700}
#nrl-lp .disclaimer {max-width:640px;margin:22px auto 0;font-size:.8rem;color:var(--muted);line-height:1.5}
#nrl-lp /* FAQ */
.faq {background:var(--paper)}
#nrl-lp .faq-wrap {max-width:760px;margin:0 auto}
#nrl-lp .faq details {border-bottom:1px solid var(--line);padding:4px 0}
#nrl-lp .faq summary {
  list-style:none;cursor:pointer;padding:20px 44px 20px 4px;font-weight:700;font-size:1.05rem;color:var(--forest);
  position:relative;font-family:'DM Sans',sans-serif;transition:color .15s
}
#nrl-lp .faq summary::-webkit-details-marker {display:none}
#nrl-lp .faq summary::after {content:"+";position:absolute;right:8px;top:50%;transform:translateY(-50%);font-family:'Fraunces',serif;font-size:1.5rem;color:var(--gold-2);transition:transform .2s;line-height:1}
#nrl-lp .faq details[open] summary::after {transform:translateY(-50%) rotate(45deg)}
#nrl-lp .faq details[open] summary {color:var(--gold-2)}
#nrl-lp .faq .ans {padding:0 44px 22px 4px;color:var(--ink-soft);font-size:1rem}
#nrl-lp /* Closing band */
.closing {background:var(--forest-deep);color:var(--cream);text-align:center;padding:96px 0}
#nrl-lp .closing .eyebrow {color:var(--gold-soft);justify-content:center}
#nrl-lp .closing h2 {color:#fff;font-size:clamp(2.1rem,4.4vw,3.4rem);max-width:16ch;margin:18px auto 22px;font-style:italic;font-weight:400}
#nrl-lp .closing p {color:#c8c2b3;max-width:52ch;margin:0 auto 34px;font-size:1.06rem}
#nrl-lp .closing .cta {font-size:1.12rem;padding:19px 42px}
#nrl-lp .closing .mark-lg {width:52px;height:52px;border-radius:14px;background:var(--forest-2);display:grid;place-items:center;margin:40px auto 12px;position:relative}
#nrl-lp .closing .mark-lg span {font-family:'Fraunces',serif;font-weight:600;color:var(--cream);font-size:1.7rem;transform:translateX(-1px)}
#nrl-lp .closing .mark-lg::after {content:"";position:absolute;right:10px;bottom:11px;width:9px;height:9px;border-radius:50%;background:var(--gold)}
#nrl-lp .closing .brand-line {font-family:'Fraunces',serif;font-weight:600;font-size:1.2rem;color:#fff}
#nrl-lp .closing .brand-line b {color:var(--gold)}
#nrl-lp .closing .tagline {font-size:.72rem;letter-spacing:.24em;text-transform:uppercase;color:#9aa79c;margin-top:4px}
#nrl-lp /* Footer */
footer {background:#0c231a;color:#9aa79c;padding:38px 0;font-size:.85rem}
#nrl-lp .foot-inner {display:flex;flex-wrap:wrap;gap:18px;justify-content:space-between;align-items:center}
#nrl-lp .foot-links {display:flex;gap:22px;flex-wrap:wrap}
#nrl-lp .foot-links a {text-decoration:none;color:#b9c3ba;transition:color .15s}
#nrl-lp .foot-links a:hover {color:var(--gold-soft)}
#nrl-lp .foot-note {max-width:var(--maxw);margin:22px auto 0;padding:18px 24px 0;border-top:1px solid rgba(255,255,255,.08);font-size:.76rem;color:#7d8a80;line-height:1.6}
#nrl-lp /* Sticky mobile CTA */
.mobcta {
  position:fixed;left:0;right:0;bottom:0;z-index:80;display:none;
  background:rgba(21,58,44,.96);backdrop-filter:blur(8px);
  padding:12px 16px;align-items:center;justify-content:space-between;gap:12px;
  border-top:1px solid rgba(255,255,255,.1)
}
#nrl-lp .mobcta .mp {color:var(--cream);font-family:'Fraunces',serif;font-weight:600;font-size:1.3rem;line-height:1}
#nrl-lp .mobcta .mp small {display:block;font-family:'DM Sans',sans-serif;font-weight:400;font-size:.7rem;color:#b9c3ba;letter-spacing:.02em}
#nrl-lp .mobcta .cta {padding:13px 22px;font-size:.95rem}
@media(max-width:720px){
  #nrl-lp .mobcta {display:flex}
  #nrl-lp {padding-bottom:74px}
}
#nrl-lp /* Reveal animation */
@media(prefers-reduced-motion:reduce) {
  *{scroll-behavior:auto!important}
  .cta,.mod{transition:none}
}

/* --- full-bleed: escape any narrow theme container --- */
#nrl-lp{position:relative;left:50%;right:50%;width:100vw;max-width:100vw;margin-left:-50vw;margin-right:-50vw;overflow-x:hidden}
/* --- reveal is VISIBLE by default; animation only engages if JS runs --- */
#nrl-lp .reveal{opacity:1;transform:none}
#nrl-lp.nrl-anim .reveal{opacity:0;transform:translateY(22px);transition:opacity .7s ease,transform .7s ease}
#nrl-lp.nrl-anim .reveal.in{opacity:1;transform:none}
@media (prefers-reduced-motion: reduce){#nrl-lp.nrl-anim .reveal{opacity:1!important;transform:none!important;transition:none}}

</style>

<div id="nrl-lp">
<!-- ================= HEADER ================= -->
<header>
  <nav class="nav">
    <a class="brand" href="#top" aria-label="Nourishly home">
      <span class="mark"><span>N</span></span>
      <span class="name">Nourishly<b>.</b></span>
    </a>
    <div class="nav-cta">
      <a href="/cart/REPLACE_WITH_VARIANT_ID:1" class="cta">Get the Handbook</a>
    </div>
  </nav>
</header>

<a id="top"></a>

<!-- ================= HERO ================= -->
<section class="hero">
  <div class="wrap">
    <div class="hero-grid">
      <div class="hero-copy reveal">
        <span class="eyebrow">A Women's Health Guide · Nourishly</span>
        <h1>Understand your PCOS — <span class="em">clearly, calmly, completely.</span></h1>
        <p class="lede">The Complete PCOS Handbook turns confusing hormones, cycles, and nutrition into simple, evidence-informed steps you can actually follow — all in one beautifully clear guide.</p>

        <div class="pricing-row">
          <span class="price">₹499 <s>₹999</s><span class="tag">Launch price</span></span>
        </div>

        <div class="hero-cta-block">
          <a href="/cart/REPLACE_WITH_VARIANT_ID:1" class="cta">Get instant access — <span class="price-in">₹499</span></a>
          <p class="micro">Instant PDF download <span class="sep"></span> Read on any device <span class="sep"></span> Yours to keep</p>
        </div>
      </div>

      <div class="hero-visual reveal">
        <div class="stage">
          <div class="floaty a"><span class="ic">🌿</span> Evidence-informed</div>
          <div class="floaty b"><span class="ic">📖</span> 30+ pages</div>
          <img src="https://cdn.shopify.com/s/files/1/0821/5432/4191/files/ChatGPT_Image_Aug_9_2026_01_35_41_AM.png?v=1786220876" alt="The Complete PCOS Handbook by Nourishly — hardcover guide">
        </div>
      </div>
    </div>
  </div>
</section>

<!-- ================= TRUST STRIP ================= -->
<div class="trust">
  <div class="wrap trust-inner">
    <div class="trust-item"><span class="d"></span> 30+ page complete guide</div>
    <div class="trust-item"><span class="d"></span> All 4 types of PCOS explained</div>
    <div class="trust-item"><span class="d"></span> 60+ veg &amp; non-veg meal ideas</div>
    <div class="trust-item"><span class="d"></span> 8 printable trackers</div>
    <div class="trust-item"><span class="d"></span> India-specific test guide</div>
  </div>
</div>

<!-- ================= EMPATHY ================= -->
<section class="block empathy">
  <div class="wrap">
    <div class="empathy-grid">
      <div class="reveal">
        <span class="eyebrow">Why this handbook exists</span>
        <h2>A diagnosis — and then, silence.</h2>
        <p>So many women walk out of the clinic with a single word, <b>PCOS</b>, and a hundred unanswered questions. The internet is loud and contradictory. Advice feels overwhelming. And it's hard to know where to even begin.</p>
        <p>This handbook was made to fill that gap — gently, in plain language, without the fear-mongering or the noise.</p>
        <ul class="q-list">
          <li>What are my hormones actually doing?</li>
          <li>Which foods genuinely support my body?</li>
          <li>Why is my cycle so unpredictable?</li>
          <li>What tests should I understand, and what do they cost?</li>
        </ul>
      </div>
      <div class="empathy-img reveal">
        <img src="https://cdn.shopify.com/s/files/1/0821/5432/4191/files/ChatGPT_Image_Aug_9_2026_01_36_50_AM.png?v=1786220876" alt="A woman reading The Complete PCOS Handbook at home">
        <div class="empathy-badge"><b>Read at your own pace</b>A calm reference, not a rulebook.</div>
      </div>
    </div>
  </div>
</section>

<!-- ================= WHAT'S INSIDE ================= -->
<section class="block inside">
  <div class="wrap">
    <div class="sec-head reveal">
      <span class="eyebrow">What's inside</span>
      <h2>Everything you wish someone had explained</h2>
      <p>Twelve clear chapters that take you from confusion to confidence — built to be understood, not just skimmed.</p>
    </div>
    <div class="mod-grid">
      <div class="mod reveal"><div class="num">01</div><h3>Understanding PCOS</h3><p>What it really is, why it happens, and the myths worth letting go of.</p></div>
      <div class="mod reveal"><div class="num">02</div><h3>Healthy vs PCOS Ovary</h3><p>A clear side-by-side of what changes — and what it means for your cycle.</p></div>
      <div class="mod reveal"><div class="num">03</div><h3>Your Monthly Cycle</h3><p>The four phases and the hormones behind each, simply mapped out.</p></div>
      <div class="mod reveal"><div class="num">04</div><h3>Symptoms Decoded</h3><p>Hormonal, menstrual, metabolic &amp; reproductive signs — and why they appear.</p></div>
      <div class="mod reveal"><div class="num">05</div><h3>Hormones Explained</h3><p>All six key hormones plus normal reference ranges for reproductive age.</p></div>
      <div class="mod reveal"><div class="num">06</div><h3>The 4 Types of PCOS</h3><p>Insulin-resistant, post-pill, inflammatory &amp; adrenal — and how to spot yours.</p></div>
      <div class="mod reveal"><div class="num">07</div><h3>Medical Tests Guide</h3><p>Every common test, what it checks, and typical costs in India.</p></div>
      <div class="mod reveal"><div class="num">08</div><h3>Nutrition &amp; the PCOS Plate</h3><p>How to build balanced, blood-sugar-friendly meals without dieting.</p></div>
      <div class="mod reveal"><div class="num">09</div><h3>60+ High-Protein Meals</h3><p>Vegetarian &amp; non-veg ideas for breakfast, lunch and dinner.</p></div>
      <div class="mod reveal"><div class="num">10</div><h3>Movement &amp; Yoga</h3><p>Poses and daily-step habits chosen to support hormone balance.</p></div>
      <div class="mod reveal"><div class="num">11</div><h3>Seed Cycling &amp; Sips</h3><p>Gentle, food-based habits and smarter swaps for sugary drinks.</p></div>
      <div class="mod reveal"><div class="num">12</div><h3>Printable Trackers</h3><p>Period, ovulation, water, sleep, steps, hormones &amp; measurements.</p></div>
    </div>
  </div>
</section>

<!-- ================= VALUE STACK ================= -->
<section class="block value">
  <div class="wrap">
    <div class="value-grid">
      <div class="reveal">
        <span class="eyebrow">One handbook, everything in one place</span>
        <h2 style="margin:14px 0 26px">Here's everything you get</h2>
        <ul class="stack-list">
          <li><span class="chk">✓</span><span><b>The complete 30+ page handbook</b> — a beautifully designed, easy-to-read PDF.</span></li>
          <li><span class="chk">✓</span><span><b>Hormones &amp; cycle, decoded</b> — with normal reference ranges you can compare against.</span></li>
          <li><span class="chk">✓</span><span><b>The 4 PCOS types</b> — understand your likely pattern and where to focus.</span></li>
          <li><span class="chk">✓</span><span><b>India test &amp; cost guide</b> — walk into your appointment already informed.</span></li>
          <li><span class="chk">✓</span><span><b>60+ meal ideas + protein charts</b> — veg &amp; non-veg, no guesswork.</span></li>
          <li><span class="chk">✓</span><span><b>8 printable trackers</b> — for cycles, sleep, steps, hydration &amp; lab results.</span></li>
          <li><span class="chk">✓</span><span><b>15 FAQs answered</b> — the real questions women ask most.</span></li>
        </ul>
      </div>
      <div class="value-card reveal">
        <div class="kicker">Complete Handbook</div>
        <div class="big">₹499 <s>₹999</s></div>
        <div class="sub">One-time payment · lifetime access</div>
        <a href="/cart/REPLACE_WITH_VARIANT_ID:1" class="cta">Get instant access</a>
        <div class="vc-micro">Instant download · works on phone, tablet &amp; laptop</div>
      </div>
    </div>
  </div>
</section>

<!-- ================= WHO IT'S FOR ================= -->
<section class="block forwho">
  <div class="wrap">
    <div class="sec-head reveal">
      <span class="eyebrow">Made for you if</span>
      <h2>Wherever you are in your journey</h2>
      <p>Beginner-friendly enough for day one, complete enough to return to for years.</p>
    </div>
    <div class="who-grid">
      <div class="who reveal"><div class="ic">🩺</div><h3>Newly diagnosed</h3><p>You want to understand what PCOS means for your body, simply.</p></div>
      <div class="who reveal"><div class="ic">🌸</div><h3>Managing symptoms</h3><p>Irregular cycles, acne, hair changes or shifts in weight and energy.</p></div>
      <div class="who reveal"><div class="ic">🥗</div><h3>Ready for habits</h3><p>You want practical nutrition and movement you can actually sustain.</p></div>
      <div class="who reveal"><div class="ic">📋</div><h3>Love to track</h3><p>You want simple tools to stay consistent and spot your own patterns.</p></div>
    </div>
  </div>
</section>

<!-- ================= TESTIMONIALS (REPLACE WITH REAL REVIEWS) ================= -->
<section class="block reviews">
  <div class="wrap">
    <div class="sec-head reveal">
      <span class="eyebrow">From our readers</span>
      <h2>Clarity, finally</h2>
    </div>
    <!-- PLACEHOLDER REVIEWS — replace with genuine customer quotes before advertising -->
    <div class="rev-grid">
      <div class="rev reveal">
        <div class="stars">★★★★★</div>
        <p>"For the first time I actually understood my own lab reports before my appointment. It's calm and clear — not scary."</p>
        <div class="who-r"><span class="av">A</span><div><div class="n">Ananya R.</div><div class="r">Verified reader</div></div></div>
      </div>
      <div class="rev reveal">
        <div class="stars">★★★★★</div>
        <p>"The meal ideas and trackers are what keep me consistent. Everything I needed was in one place instead of ten browser tabs."</p>
        <div class="who-r"><span class="av">P</span><div><div class="n">Priya S.</div><div class="r">Verified reader</div></div></div>
      </div>
      <div class="rev reveal">
        <div class="stars">★★★★★</div>
        <p>"Explained in a way that finally made sense to me. I keep coming back to it as a reference — genuinely worth it."</p>
        <div class="who-r"><span class="av">M</span><div><div class="n">Meera K.</div><div class="r">Verified reader</div></div></div>
      </div>
    </div>
  </div>
</section>

<!-- ================= OFFER ================= -->
<section class="block offer" id="checkout-section">
  <div class="wrap">
    <div class="offer-box reveal">
      <span class="eyebrow" style="justify-content:center">Get your copy</span>
      <h2>Start understanding your body today</h2>
      <p class="op">A resource you'll return to for years — for less than the cost of a single lab test.</p>
      <div class="offer-price">
        <span class="p">₹499</span>
        <s>₹999</s>
      </div>
      <div class="once">One-time payment · instant download · lifetime access</div>
      <a href="/cart/REPLACE_WITH_VARIANT_ID:1" class="cta">Get the Complete PCOS Handbook</a>
      <ul class="offer-includes">
        <li><span class="d">•</span> 30+ page complete PDF handbook</li>
        <li><span class="d">•</span> 60+ veg &amp; non-veg meal ideas + protein charts</li>
        <li><span class="d">•</span> 8 printable health &amp; cycle trackers</li>
        <li><span class="d">•</span> India-specific medical test &amp; cost guide</li>
        <li><span class="d">•</span> Reads perfectly on phone, tablet or laptop</li>
      </ul>
    </div>
    <p class="disclaimer"><b>A gentle note:</b> The Complete PCOS Handbook is educational and is not a substitute for professional medical advice, diagnosis, or treatment. Always consult a qualified doctor or gynaecologist for care that's personalised to you.</p>
  </div>
</section>

<!-- ================= FAQ ================= -->
<section class="block faq">
  <div class="wrap">
    <div class="sec-head reveal">
      <span class="eyebrow">Good to know</span>
      <h2>Frequently asked questions</h2>
    </div>
    <div class="faq-wrap reveal">
      <details><summary>What exactly do I receive?</summary><div class="ans">A beautifully designed, 30+ page digital PDF — The Complete PCOS Handbook — plus the printable trackers included inside it. It's delivered instantly after checkout.</div></details>
      <details><summary>How do I get it after I pay?</summary><div class="ans">You'll get instant access to download the PDF right after checkout. It's yours to keep and re-download, and you can read it on any phone, tablet, or laptop.</div></details>
      <details><summary>Is this a subscription?</summary><div class="ans">No. It's a simple one-time payment of ₹499. No recurring charges, no hidden fees.</div></details>
      <details><summary>Is this a replacement for seeing a doctor?</summary><div class="ans">No — and it's not meant to be. This handbook is educational. It helps you understand your body and ask better questions, but it's designed to work <em>alongside</em> your doctor or gynaecologist, never instead of them.</div></details>
      <details><summary>Is it beginner-friendly?</summary><div class="ans">Yes. It's written in plain, simple language for anyone — whether you were diagnosed yesterday or years ago. No medical background needed.</div></details>
      <details><summary>Does it cover vegetarian food?</summary><div class="ans">Absolutely. You get both vegetarian and non-vegetarian protein charts and 60+ meal ideas, so you can follow it whatever your diet.</div></details>
      <details><summary>Are the trackers printable?</summary><div class="ans">Yes — the period, ovulation, water, sleep, steps, workout, hormone and measurement trackers are all inside the PDF and ready to print or fill in digitally.</div></details>
    </div>
  </div>
</section>

<!-- ================= CLOSING ================= -->
<section class="closing">
  <div class="wrap reveal">
    <span class="eyebrow">A closing note</span>
    <h2>You know your body better than any chart ever will.</h2>
    <p>Let this handbook be a reference you return to — not a rulebook. Keep your habits consistent rather than perfect, and give your body the time it needs to respond. Small, steady choices compound into real change.</p>
    <a href="/cart/REPLACE_WITH_VARIANT_ID:1" class="cta">Get your copy — ₹499</a>
    <div class="mark-lg"><span>N</span></div>
    <div class="brand-line">nourishly<b>.</b>india</div>
    <div class="tagline">Nutrition, decoded</div>
  </div>
</section>

<!-- ================= FOOTER ================= -->
<footer>
  <div class="wrap foot-inner">
    <div>© <span id="yr"></span> Nourishly.india · All rights reserved.</div>
    <div class="foot-links">
      <!-- Add your real pages here before running ads (Meta requires a privacy policy) -->
      <a href="#">Privacy Policy</a>
      <a href="#">Terms</a>
      <a href="#">Refund Policy</a>
      <a href="#">Contact</a>
    </div>
  </div>
  <div class="wrap"><p class="foot-note">This website and The Complete PCOS Handbook provide general educational information about women's health and wellness. They do not provide medical advice and are not a substitute for professional diagnosis or treatment. Individual results and experiences vary. Always seek the guidance of a qualified healthcare provider with any questions regarding a medical condition.</p></div>
</footer>

<!-- ================= STICKY MOBILE CTA ================= -->
<div class="mobcta">
  <div class="mp">₹499 <small>Complete Handbook</small></div>
  <a href="/cart/REPLACE_WITH_VARIANT_ID:1" class="cta">Get access</a>
</div>
</div>

<script>
(function(){
  var y=document.getElementById('yr'); if(y){ y.textContent=new Date().getFullYear(); }
  var root=document.getElementById('nrl-lp'); if(!root) return;
  var reduce = window.matchMedia && window.matchMedia('(prefers-reduced-motion: reduce)').matches;
  if(reduce || !('IntersectionObserver' in window)) return;   // content already visible
  root.classList.add('nrl-anim');
  var io=new IntersectionObserver(function(en){en.forEach(function(e){if(e.isIntersecting){e.target.classList.add('in');io.unobserve(e.target);}});},{threshold:.12,rootMargin:'0px 0px -40px 0px'});
  root.querySelectorAll('.reveal').forEach(function(e){io.observe(e);});
})();
</script>