{"product_id":"1-notebook-ఒక్క-రూపాయి-నోటుబుక్","title":"₹1 Notebook - ఒక్క రూపాయి నోటుబుక్","description":"\u003cbody\u003e\n\n\n\u003cmeta charset=\"UTF-8\"\u003e\n\u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\n\u003ctitle\u003e₹1 Notebook – One Rupee Store\u003c\/title\u003e\n\u003clink href=\"https:\/\/fonts.googleapis.com\/css2?family=Playfair+Display:ital,wght@0,400;0,700;1,400\u0026amp;family=Lato:wght@300;400;700\u0026amp;display=swap\" rel=\"stylesheet\"\u003e\n\u003cstyle\u003e\n  *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }\n\n  :root {\n    --green: #1a3a2a;\n    --green-mid: #245c3e;\n    --amber: #f59e0b;\n    --amber-dark: #c47a20;\n    --cream: #fdf6ec;\n    --rust: #e05c1a;\n    --text: #2c1f0e;\n    --muted: #7a6040;\n    --light-line: #e8d5b8;\n  }\n\n  body {\n    font-family: 'Lato', sans-serif;\n    background: var(--cream);\n    color: var(--text);\n    line-height: 1.7;\n    font-size: 16px;\n  }\n\n  .wrapper {\n    max-width: 720px;\n    margin: 0 auto;\n    padding: 0 24px 80px;\n  }\n\n  \/* ── HERO ── *\/\n  .hero {\n    text-align: center;\n    padding: 64px 0 40px;\n    position: relative;\n  }\n\n  .hero-eyebrow {\n    font-family: 'Lato', sans-serif;\n    font-size: 11px;\n    font-weight: 700;\n    letter-spacing: 4px;\n    color: var(--amber-dark);\n    text-transform: uppercase;\n    margin-bottom: 20px;\n  }\n\n  .hero-headline {\n    font-family: 'Playfair Display', Georgia, serif;\n    font-size: clamp(36px, 7vw, 58px);\n    font-weight: 700;\n    color: var(--green);\n    line-height: 1.1;\n    margin-bottom: 12px;\n  }\n\n  .hero-headline em {\n    font-style: italic;\n    color: var(--rust);\n  }\n\n  .hero-sub {\n    font-family: 'Lato', sans-serif;\n    font-size: 17px;\n    font-weight: 300;\n    color: var(--muted);\n    max-width: 480px;\n    margin: 0 auto 36px;\n    line-height: 1.8;\n  }\n\n  .rupee-badge {\n    display: inline-flex;\n    align-items: center;\n    justify-content: center;\n    width: 72px;\n    height: 72px;\n    border-radius: 50%;\n    background: var(--amber);\n    font-family: 'Playfair Display', serif;\n    font-size: 30px;\n    font-weight: 700;\n    color: #7a4a00;\n    border: 3px solid #e08c00;\n    margin-bottom: 32px;\n    box-shadow: 0 4px 24px rgba(245,158,11,0.25);\n  }\n\n  \/* ── DIVIDER ── *\/\n  .divider {\n    display: flex;\n    align-items: center;\n    gap: 16px;\n    margin: 40px 0;\n  }\n  .divider-line { flex: 1; height: 1px; background: var(--light-line); }\n  .divider-dot { width: 6px; height: 6px; border-radius: 50%; background: var(--amber); }\n\n  \/* ── STORY SECTION ── *\/\n  .story {\n    padding: 8px 0 40px;\n  }\n\n  .story-paragraph {\n    font-family: 'Lato', sans-serif;\n    font-size: 17px;\n    font-weight: 300;\n    color: var(--text);\n    line-height: 1.9;\n    margin-bottom: 22px;\n  }\n\n  .story-paragraph strong {\n    font-weight: 700;\n    color: var(--green);\n  }\n\n  .story-paragraph.large {\n    font-family: 'Playfair Display', serif;\n    font-size: 22px;\n    font-weight: 400;\n    font-style: italic;\n    color: var(--green-mid);\n    border-left: 3px solid var(--amber);\n    padding-left: 20px;\n    margin: 36px 0;\n  }\n\n  \/* ── IMPACT ROW ── *\/\n  .impact-row {\n    display: grid;\n    grid-template-columns: repeat(3, 1fr);\n    gap: 16px;\n    margin: 48px 0;\n  }\n\n  .impact-card {\n    background: var(--green);\n    border-radius: 12px;\n    padding: 28px 20px;\n    text-align: center;\n  }\n\n  .impact-number {\n    font-family: 'Playfair Display', serif;\n    font-size: 32px;\n    font-weight: 700;\n    color: var(--amber);\n    display: block;\n    margin-bottom: 6px;\n  }\n\n  .impact-label {\n    font-size: 12px;\n    font-weight: 400;\n    color: #9fe1cb;\n    letter-spacing: 0.5px;\n    line-height: 1.5;\n  }\n\n  \/* ── HOW IT WORKS ── *\/\n  .how-title {\n    font-family: 'Playfair Display', serif;\n    font-size: 26px;\n    font-weight: 700;\n    color: var(--green);\n    margin-bottom: 28px;\n  }\n\n  .steps {\n    display: flex;\n    flex-direction: column;\n    gap: 0;\n  }\n\n  .step {\n    display: flex;\n    align-items: flex-start;\n    gap: 20px;\n    padding: 24px 0;\n    border-bottom: 1px solid var(--light-line);\n  }\n\n  .step:last-child { border-bottom: none; }\n\n  .step-num {\n    width: 40px;\n    height: 40px;\n    border-radius: 50%;\n    background: var(--amber);\n    color: #7a4a00;\n    font-family: 'Playfair Display', serif;\n    font-size: 18px;\n    font-weight: 700;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    flex-shrink: 0;\n    margin-top: 2px;\n  }\n\n  .step-text strong {\n    display: block;\n    font-weight: 700;\n    font-size: 16px;\n    color: var(--green);\n    margin-bottom: 4px;\n  }\n\n  .step-text span {\n    font-size: 14px;\n    color: var(--muted);\n    font-weight: 300;\n  }\n\n  \/* ── CLOSING BANNER ── *\/\n  .closing {\n    background: var(--green);\n    border-radius: 16px;\n    padding: 48px 40px;\n    text-align: center;\n    margin-top: 56px;\n    position: relative;\n    overflow: hidden;\n  }\n\n  .closing::before {\n    content: '₹';\n    position: absolute;\n    font-family: 'Playfair Display', serif;\n    font-size: 200px;\n    font-weight: 700;\n    color: rgba(245,158,11,0.06);\n    top: -30px;\n    right: -20px;\n    line-height: 1;\n    pointer-events: none;\n  }\n\n  .closing-eyebrow {\n    font-size: 11px;\n    letter-spacing: 4px;\n    font-weight: 700;\n    color: #9fe1cb;\n    text-transform: uppercase;\n    margin-bottom: 16px;\n  }\n\n  .closing-headline {\n    font-family: 'Playfair Display', serif;\n    font-size: clamp(24px, 5vw, 36px);\n    font-weight: 700;\n    color: #ffffff;\n    line-height: 1.2;\n    margin-bottom: 16px;\n  }\n\n  .closing-headline em {\n    color: var(--amber);\n    font-style: italic;\n  }\n\n  .closing-sub {\n    font-size: 15px;\n    font-weight: 300;\n    color: #9fe1cb;\n    line-height: 1.7;\n    max-width: 440px;\n    margin: 0 auto 32px;\n  }\n\n  .closing-rule {\n    font-size: 13px;\n    color: #4a8a6a;\n    letter-spacing: 1px;\n  }\n\n  \/* ── NOTE ── *\/\n  .note {\n    margin-top: 40px;\n    padding: 20px 24px;\n    background: #fff8ee;\n    border-left: 4px solid var(--amber);\n    border-radius: 0 8px 8px 0;\n  }\n\n  .note p {\n    font-size: 14px;\n    color: var(--muted);\n    line-height: 1.7;\n  }\n\n  .note p strong { color: var(--amber-dark); }\n\n  @media (max-width: 520px) {\n    .impact-row { grid-template-columns: 1fr; }\n    .closing { padding: 36px 24px; }\n    .hero { padding: 40px 0 28px; }\n  }\n\u003c\/style\u003e\n\n\n\u003cdiv class=\"wrapper\"\u003e\n\n  \u003c!-- HERO --\u003e\n  \u003cdiv class=\"hero\"\u003e\n    \u003cp class=\"hero-eyebrow\"\u003eOne Rupee Store · 2.0 Campaign\u003c\/p\u003e\n    \u003cdiv class=\"rupee-badge\"\u003e₹1\u003c\/div\u003e\n    \u003ch1 class=\"hero-headline\"\u003eOne rupee.\u003cbr\u003e\u003cem\u003eOne future.\u003c\/em\u003e\n\u003c\/h1\u003e\n    \u003cp class=\"hero-sub\"\u003eA notebook for a government school child in LB Nagar — gifted by you, carried by them, written in hope.\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"divider\"\u003e\n\u003cdiv class=\"divider-line\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"divider-dot\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"divider-line\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\n  \u003c!-- STORY --\u003e\n  \u003cdiv class=\"story\"\u003e\n\n    \u003cp class=\"story-paragraph\"\u003e\n      Somewhere in LB Nagar, a child is going to school today with nothing to write on. Not because they don't dream — but because a notebook costs more than their family can spare that week.\n    \u003c\/p\u003e\n\n    \u003cp class=\"story-paragraph large\"\u003e\n      \"This is not just a notebook. It is the first page of someone's story.\"\n    \u003c\/p\u003e\n\n    \u003cp class=\"story-paragraph\"\u003e\n      With just \u003cstrong\u003e₹1\u003c\/strong\u003e, you can change that. Your single rupee joins hundreds of others — and together, we place a brand new notebook in the hands of a child who needed exactly this, exactly today.\n    \u003c\/p\u003e\n\n    \u003cp class=\"story-paragraph\"\u003e\n      We pool every contribution, source notebooks in bulk, and distribute them directly to government schools across LB Nagar constituency — \u003cstrong\u003epersonally, with photographs, with care.\u003c\/strong\u003e No middlemen. No overhead. Just your rupee, their notebook, their future.\n    \u003c\/p\u003e\n\n    \u003cp class=\"story-paragraph\"\u003e\n      You will receive a confirmation. We will send you a photo from the distribution. You will know — not just believe — that your ₹1 reached a child's hands.\n    \u003c\/p\u003e\n\n  \u003c\/div\u003e\n\n  \u003c!-- IMPACT --\u003e\n  \u003cdiv class=\"impact-row\"\u003e\n    \u003cdiv class=\"impact-card\"\u003e\n      \u003cspan class=\"impact-number\"\u003e₹1\u003c\/span\u003e\n      \u003cspan class=\"impact-label\"\u003eYour contribution.\u003cbr\u003eSymbolic. Real. Powerful.\u003c\/span\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"impact-card\"\u003e\n      \u003cspan class=\"impact-number\"\u003e1\u003c\/span\u003e\n      \u003cspan class=\"impact-label\"\u003eNotebook per person.\u003cbr\u003eOne phone number, one gift.\u003c\/span\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"impact-card\"\u003e\n      \u003cspan class=\"impact-number\"\u003e∞\u003c\/span\u003e\n      \u003cspan class=\"impact-label\"\u003eEvery rupee pooled.\u003cbr\u003eEvery child counted.\u003c\/span\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"divider\"\u003e\n\u003cdiv class=\"divider-line\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"divider-dot\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"divider-line\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\n  \u003c!-- HOW IT WORKS --\u003e\n  \u003cdiv style=\"padding: 8px 0 16px;\"\u003e\n    \u003ch2 class=\"how-title\"\u003eHow your ₹1 travels\u003c\/h2\u003e\n    \u003cdiv class=\"steps\"\u003e\n      \u003cdiv class=\"step\"\u003e\n        \u003cdiv class=\"step-num\"\u003e1\u003c\/div\u003e\n        \u003cdiv class=\"step-text\"\u003e\n          \u003cstrong\u003eYou gift ₹1 here\u003c\/strong\u003e\n          \u003cspan\u003eOne order per mobile number. Simple, fair, personal.\u003c\/span\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"step\"\u003e\n        \u003cdiv class=\"step-num\"\u003e2\u003c\/div\u003e\n        \u003cdiv class=\"step-text\"\u003e\n          \u003cstrong\u003eWe pool all contributions\u003c\/strong\u003e\n          \u003cspan\u003eEvery rupee joins others. We source notebooks wholesale — more notebooks, more children.\u003c\/span\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"step\"\u003e\n        \u003cdiv class=\"step-num\"\u003e3\u003c\/div\u003e\n        \u003cdiv class=\"step-text\"\u003e\n          \u003cstrong\u003eDirect school distribution\u003c\/strong\u003e\n          \u003cspan\u003eWe visit government schools in LB Nagar personally. Every notebook reaches a child's hands — not a storeroom.\u003c\/span\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"step\"\u003e\n        \u003cdiv class=\"step-num\"\u003e4\u003c\/div\u003e\n        \u003cdiv class=\"step-text\"\u003e\n          \u003cstrong\u003eYou see the impact\u003c\/strong\u003e\n          \u003cspan\u003eDistribution photos shared on WhatsApp. You know your rupee arrived.\u003c\/span\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- CLOSING BANNER --\u003e\n  \u003cdiv class=\"closing\"\u003e\n    \u003cp class=\"closing-eyebrow\"\u003eJoin the movement\u003c\/p\u003e\n    \u003ch2 class=\"closing-headline\"\u003eThe child doesn't know your name.\u003cbr\u003eBut they'll write their \u003cem\u003edreams\u003c\/em\u003e in your gift.\u003c\/h2\u003e\n    \u003cp class=\"closing-sub\"\u003eOne rupee is nothing in your pocket. Everything on their desk. This is what it means to be a fellow Telangana citizen.\u003c\/p\u003e\n    \u003cp class=\"closing-rule\"\u003e1 person · 1 rupee · 1 notebook · 1 child\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- NOTE --\u003e\n  \u003cdiv class=\"note\"\u003e\n    \u003cp\u003e\u003cstrong\u003eNote:\u003c\/strong\u003e Each mobile number can sponsor only one notebook. This ensures every contribution reaches a different child. Orders are fulfilled in batches as we coordinate with schools. Distribution updates shared via WhatsApp.\u003c\/p\u003e\n  \u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\u003c\/body\u003e","brand":"The One Rupee Broom Store","offers":[{"title":"Default Title","offer_id":46944599113918,"sku":null,"price":1.0,"currency_code":"INR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0716\/6479\/5838\/files\/ChatGPTImageMay11_2026_12_28_05PM.png?v=1778482699","url":"https:\/\/www.theonerupeestore.com\/products\/1-notebook-%e0%b0%92%e0%b0%95%e0%b1%8d%e0%b0%95-%e0%b0%b0%e0%b1%82%e0%b0%aa%e0%b0%be%e0%b0%af%e0%b0%bf-%e0%b0%a8%e0%b1%8b%e0%b0%9f%e0%b1%81%e0%b0%ac%e0%b1%81%e0%b0%95%e0%b1%8d","provider":"The One Rupee Store","version":"1.0","type":"link"}