{"product_id":"startup-masterclass-from-idea-to-business","title":"7th June - Startup Masterclass: From Idea to Business","description":"\u003cp\u003e\u003cmeta charset=\"UTF-8\"\u003e \u003cmeta content=\"width=device-width, initial-scale=1.0\" name=\"viewport\"\u003e\u003clink rel=\"stylesheet\" href=\"https:\/\/fonts.googleapis.com\/css2?family=Playfair+Display:wght@700;900\u0026amp;family=DM+Sans:wght@300;400;500;600\u0026amp;family=Space+Mono:wght@400;700\u0026amp;display=swap\"\u003e\u003c\/p\u003e\n\u003cstyle\u003e\n  :root {\n    --orange: #ff6a00;\n    --orange-deep: #e05a00;\n    --orange-light: #fff3eb;\n    --orange-mid: #ffe0c8;\n    --ink: #1a1a1a;\n    --body: #444;\n    --paper: #fdfaf7;\n    --white: #ffffff;\n    --border: #f0e0d0;\n    --muted: #888;\n  }\n\n  * { box-sizing: border-box; margin: 0; padding: 0; }\n\n  body {\n    background: var(--paper);\n    color: var(--body);\n    font-family: 'DM Sans', sans-serif;\n    font-weight: 400;\n    line-height: 1.6;\n  }\n\n  .nc-wrap {\n    max-width: 780px;\n    margin: 0 auto;\n    padding: 0 16px 60px;\n  }\n\n  \/* ── HERO ── *\/\n  .nc-hero {\n    background: var(--ink);\n    color: #fff;\n    border-radius: 6px;\n    padding: 48px 40px 44px;\n    margin-bottom: 36px;\n    position: relative;\n    overflow: hidden;\n  }\n\n  .nc-hero::before {\n    content: '';\n    position: absolute;\n    inset: 0;\n    background:\n      radial-gradient(ellipse 55% 70% at 95% 5%, rgba(255,106,0,.25) 0%, transparent 65%),\n      repeating-linear-gradient(\n        -45deg,\n        transparent,\n        transparent 28px,\n        rgba(255,255,255,.02) 28px,\n        rgba(255,255,255,.02) 29px\n      );\n    pointer-events: none;\n  }\n\n  .nc-badge {\n    display: inline-flex;\n    align-items: center;\n    gap: 7px;\n    background: var(--orange);\n    color: #fff;\n    font-family: 'Space Mono', monospace;\n    font-size: 10px;\n    letter-spacing: .12em;\n    text-transform: uppercase;\n    padding: 5px 12px;\n    border-radius: 2px;\n    margin-bottom: 20px;\n  }\n\n  .nc-badge::before {\n    content: '';\n    width: 7px; height: 7px;\n    background: #fff;\n    border-radius: 50%;\n    animation: blink 1.2s ease-in-out infinite;\n  }\n\n  @keyframes blink { 0%,100%{opacity:1} 50%{opacity:.3} }\n\n  .nc-hero h1 {\n    font-family: 'Playfair Display', serif;\n    font-size: clamp(26px, 5vw, 42px);\n    font-weight: 900;\n    line-height: 1.1;\n    letter-spacing: -.01em;\n    margin-bottom: 14px;\n    position: relative;\n  }\n\n  .nc-hero h1 em {\n    color: var(--orange);\n    font-style: normal;\n  }\n\n  .nc-hero p {\n    font-size: 15px;\n    color: rgba(255,255,255,.72);\n    max-width: 520px;\n    margin-bottom: 28px;\n    line-height: 1.65;\n    position: relative;\n  }\n\n  .nc-meta-row {\n    display: flex;\n    flex-wrap: wrap;\n    gap: 10px;\n    position: relative;\n  }\n\n  .nc-pill {\n    display: flex;\n    align-items: center;\n    gap: 6px;\n    background: rgba(255,255,255,.08);\n    border: 1px solid rgba(255,255,255,.14);\n    color: #fff;\n    font-size: 12.5px;\n    padding: 7px 14px;\n    border-radius: 100px;\n    font-weight: 500;\n  }\n\n  .nc-pill svg { width:14px; height:14px; opacity:.7; flex-shrink:0; }\n\n  \/* ── PRICE BOX ── *\/\n  .nc-price-box {\n    background: var(--white);\n    border: 1.5px solid var(--border);\n    border-radius: 6px;\n    padding: 28px 32px;\n    display: flex;\n    align-items: center;\n    justify-content: space-between;\n    flex-wrap: wrap;\n    gap: 20px;\n    margin-bottom: 32px;\n  }\n\n  .nc-price-label {\n    font-family: 'Space Mono', monospace;\n    font-size: 10px;\n    letter-spacing: .14em;\n    text-transform: uppercase;\n    color: var(--muted);\n    margin-bottom: 4px;\n  }\n\n  .nc-price-amount {\n    font-family: 'Playfair Display', serif;\n    font-size: 52px;\n    font-weight: 900;\n    color: var(--orange);\n    line-height: 1;\n  }\n\n  .nc-price-amount sup { font-size: 24px; vertical-align: super; }\n\n  .nc-price-note {\n    font-size: 12px;\n    color: var(--muted);\n    margin-top: 4px;\n  }\n\n  .nc-price-note s { color: #ccc; }\n\n  .nc-seats {\n    background: var(--orange-light);\n    border: 1.5px solid var(--orange-mid);\n    border-radius: 6px;\n    padding: 14px 24px;\n    text-align: center;\n  }\n\n  .nc-seats-num {\n    font-family: 'Space Mono', monospace;\n    font-size: 32px;\n    font-weight: 700;\n    color: var(--orange);\n    line-height: 1;\n  }\n\n  .nc-seats-label {\n    font-size: 11px;\n    color: var(--muted);\n    text-transform: uppercase;\n    letter-spacing: .1em;\n    margin-top: 2px;\n  }\n\n  \/* ── SECTION HEADERS ── *\/\n  .nc-section-head {\n    display: flex;\n    align-items: center;\n    gap: 12px;\n    margin-bottom: 20px;\n  }\n\n  .nc-section-head h2 {\n    font-family: 'Playfair Display', serif;\n    font-size: 22px;\n    font-weight: 700;\n    letter-spacing: -.01em;\n    color: var(--ink);\n    white-space: nowrap;\n  }\n\n  .nc-section-line {\n    flex: 1;\n    height: 1px;\n    background: var(--border);\n  }\n\n  \/* ── EVENT DETAILS TABLE ── *\/\n  .nc-details {\n    background: var(--white);\n    border: 1.5px solid var(--border);\n    border-radius: 6px;\n    overflow: hidden;\n    margin-bottom: 36px;\n  }\n\n  .nc-details-row {\n    display: flex;\n    border-bottom: 1px solid var(--border);\n  }\n\n  .nc-details-row:last-child { border-bottom: none; }\n\n  .nc-details-key {\n    background: var(--orange-light);\n    font-family: 'Space Mono', monospace;\n    font-size: 10.5px;\n    color: var(--orange-deep);\n    text-transform: uppercase;\n    letter-spacing: .08em;\n    padding: 13px 18px;\n    min-width: 130px;\n    display: flex;\n    align-items: center;\n    border-right: 1px solid var(--border);\n  }\n\n  .nc-details-val {\n    padding: 13px 18px;\n    font-size: 13.5px;\n    font-weight: 500;\n    color: var(--ink);\n    display: flex;\n    align-items: center;\n    flex-wrap: wrap;\n    gap: 8px;\n  }\n\n  .nc-zoom-badge {\n    background: #e8f0fe;\n    color: #1a56db;\n    font-size: 11px;\n    font-weight: 600;\n    padding: 2px 8px;\n    border-radius: 3px;\n  }\n\n  \/* ── WHO IT'S FOR ── *\/\n  .nc-who { margin-bottom: 36px; }\n\n  .nc-who-grid {\n    display: grid;\n    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));\n    gap: 12px;\n  }\n\n  .nc-who-card {\n    background: var(--white);\n    border: 1.5px solid var(--border);\n    border-radius: 6px;\n    padding: 18px 16px;\n    transition: border-color .18s, transform .18s;\n  }\n\n  .nc-who-card:hover {\n    border-color: var(--orange);\n    transform: translateY(-2px);\n  }\n\n  .nc-who-icon { font-size: 22px; margin-bottom: 8px; }\n\n  .nc-who-title {\n    font-weight: 600;\n    font-size: 13.5px;\n    margin-bottom: 4px;\n    color: var(--ink);\n  }\n\n  .nc-who-desc { font-size: 12px; color: #777; line-height: 1.5; }\n\n  \/* ── IDEAS SPOTLIGHT ── *\/\n  .nc-ideas {\n    background: var(--orange);\n    color: #fff;\n    border-radius: 6px;\n    padding: 36px 32px;\n    margin-bottom: 36px;\n    position: relative;\n    overflow: hidden;\n  }\n\n  .nc-ideas::before {\n    content: '20';\n    position: absolute;\n    right: -10px;\n    top: -20px;\n    font-family: 'Playfair Display', serif;\n    font-size: 200px;\n    font-weight: 900;\n    color: rgba(255,255,255,.1);\n    line-height: 1;\n    pointer-events: none;\n    user-select: none;\n  }\n\n  .nc-ideas h2 {\n    font-family: 'Playfair Display', serif;\n    font-size: 26px;\n    font-weight: 900;\n    margin-bottom: 10px;\n    position: relative;\n    color: #fff;\n  }\n\n  .nc-ideas h2 span { color: var(--ink); }\n\n  .nc-ideas p {\n    font-size: 14px;\n    color: rgba(255,255,255,.82);\n    margin-bottom: 22px;\n    max-width: 480px;\n    position: relative;\n  }\n\n  .nc-tags { display: flex; flex-wrap: wrap; gap: 8px; position: relative; }\n\n  .nc-tag {\n    background: rgba(255,255,255,.15);\n    border: 1px solid rgba(255,255,255,.25);\n    color: #fff;\n    font-size: 12px;\n    padding: 5px 12px;\n    border-radius: 100px;\n  }\n\n  \/* ── AGENDA ── *\/\n  .nc-agenda { margin-bottom: 36px; }\n\n  .nc-agenda-list {\n    display: flex;\n    flex-direction: column;\n    border: 1.5px solid var(--border);\n    border-radius: 6px;\n    overflow: hidden;\n  }\n\n  .nc-agenda-item {\n    display: flex;\n    align-items: flex-start;\n    gap: 16px;\n    padding: 16px 20px;\n    border-bottom: 1px solid var(--border);\n    background: var(--white);\n    transition: background .18s;\n  }\n\n  .nc-agenda-item:last-child { border-bottom: none; }\n  .nc-agenda-item:hover { background: var(--orange-light); }\n\n  .nc-agenda-num {\n    font-family: 'Space Mono', monospace;\n    font-size: 11px;\n    color: var(--orange);\n    font-weight: 700;\n    min-width: 20px;\n    margin-top: 2px;\n  }\n\n  .nc-agenda-title { font-size: 14px; font-weight: 600; color: var(--ink); margin-bottom: 2px; }\n  .nc-agenda-desc { font-size: 12.5px; color: #666; line-height: 1.5; }\n\n  \/* ── BONUSES ── *\/\n  .nc-bonuses { margin-bottom: 36px; }\n\n  .nc-bonus-grid {\n    display: grid;\n    grid-template-columns: repeat(auto-fit, minmax(170px, 1fr));\n    gap: 12px;\n  }\n\n  .nc-bonus-card {\n    background: var(--white);\n    border: 1.5px solid var(--border);\n    border-left: 4px solid var(--orange);\n    border-radius: 6px;\n    padding: 16px;\n  }\n\n  .nc-bonus-title { font-weight: 600; font-size: 13px; margin-bottom: 4px; color: var(--ink); }\n  .nc-bonus-desc { font-size: 12px; color: #777; line-height: 1.5; }\n\n  \/* ── HOST ── *\/\n  .nc-host {\n    background: var(--white);\n    border: 1.5px solid var(--border);\n    border-radius: 6px;\n    padding: 28px;\n    display: flex;\n    gap: 24px;\n    align-items: flex-start;\n    flex-wrap: wrap;\n    margin-bottom: 36px;\n  }\n\n  .nc-host-avatar {\n    width: 72px; height: 72px;\n    border-radius: 50%;\n    background: linear-gradient(135deg, var(--orange), var(--orange-deep));\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    font-family: 'Playfair Display', serif;\n    font-size: 28px;\n    font-weight: 900;\n    color: #fff;\n    flex-shrink: 0;\n  }\n\n  .nc-host-name { font-family: 'Playfair Display', serif; font-size: 19px; font-weight: 700; margin-bottom: 3px; color: var(--ink); }\n\n  .nc-host-role {\n    font-size: 12px;\n    color: var(--orange);\n    font-weight: 600;\n    text-transform: uppercase;\n    letter-spacing: .08em;\n    margin-bottom: 10px;\n  }\n\n  .nc-host-bio { font-size: 13.5px; color: #555; line-height: 1.65; margin-bottom: 12px; }\n\n  .nc-host-stats { display: flex; flex-wrap: wrap; gap: 8px; }\n\n  .nc-host-stat {\n    background: var(--orange-light);\n    border: 1px solid var(--orange-mid);\n    border-radius: 3px;\n    font-size: 11.5px;\n    padding: 5px 11px;\n    color: var(--orange-deep);\n    font-weight: 500;\n  }\n\n  \/* ── CTA ── *\/\n  .nc-cta {\n    background: var(--orange);\n    border-radius: 6px;\n    padding: 36px 32px;\n    text-align: center;\n    margin-bottom: 36px;\n  }\n\n  .nc-cta h2 {\n    font-family: 'Playfair Display', serif;\n    font-size: 26px;\n    font-weight: 900;\n    color: #fff;\n    margin-bottom: 8px;\n  }\n\n  .nc-cta p { font-size: 14px; color: rgba(255,255,255,.8); margin-bottom: 24px; }\n\n  .nc-cta-btn {\n    display: inline-block;\n    background: var(--ink);\n    color: #fff;\n    font-family: 'Space Mono', monospace;\n    font-size: 12px;\n    letter-spacing: .12em;\n    text-transform: uppercase;\n    padding: 15px 36px;\n    border-radius: 3px;\n    text-decoration: none;\n    font-weight: 700;\n    transition: background .18s, transform .15s;\n  }\n\n  .nc-cta-btn:hover { background: #333; transform: translateY(-2px); }\n  .nc-cta-sub { font-size: 11.5px; color: rgba(255,255,255,.6); margin-top: 12px; }\n\n  \/* ── FAQ ── *\/\n  .nc-faq { margin-bottom: 36px; }\n\n  .nc-faq-item { border-bottom: 1px solid var(--border); padding: 16px 0; }\n\n  .nc-faq-q {\n    font-weight: 600;\n    font-size: 14px;\n    color: var(--ink);\n    margin-bottom: 6px;\n    display: flex;\n    align-items: flex-start;\n    gap: 10px;\n  }\n\n  .nc-faq-q::before {\n    content: 'Q';\n    font-family: 'Space Mono', monospace;\n    font-size: 10px;\n    background: var(--orange);\n    color: #fff;\n    padding: 2px 6px;\n    border-radius: 2px;\n    flex-shrink: 0;\n    margin-top: 2px;\n  }\n\n  .nc-faq-a { font-size: 13.5px; color: #555; line-height: 1.65; padding-left: 28px; }\n\n  \/* ── FOOTER NOTE ── *\/\n  .nc-footer-note { text-align: center; font-size: 12px; color: #aaa; padding-top: 8px; }\n  .nc-footer-note a { color: var(--orange); text-decoration: none; }\n\u003c\/style\u003e\n\u003cdiv class=\"nc-wrap\"\u003e\n\u003c!-- HERO --\u003e\n\u003cdiv class=\"nc-hero\"\u003e\n\u003cdiv class=\"nc-badge\"\u003e🔴 Live Webinar · June 7, 2026\u003c\/div\u003e\n\u003ch1\u003eStartup Masterclass:\u003cbr\u003e\u003cem\u003eFrom Idea to First Business\u003c\/em\u003e\n\u003c\/h1\u003e\n\u003cp\u003eEverything a first-time founder needs to know — in one powerful 3-hour live session. Zero fluff. All action. 20 startup ideas revealed exclusively on the day.\u003c\/p\u003e\n\u003cdiv class=\"nc-meta-row\"\u003e\n\u003cdiv class=\"nc-pill\"\u003e\n\u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"\u003e\u003crect x=\"3\" y=\"4\" width=\"18\" height=\"18\" rx=\"2\"\u003e\u003c\/rect\u003e\u003cline x1=\"16\" y1=\"2\" x2=\"16\" y2=\"6\"\u003e\u003c\/line\u003e\u003cline x1=\"8\" y1=\"2\" x2=\"8\" y2=\"6\"\u003e\u003c\/line\u003e\u003cline x1=\"3\" y1=\"10\" x2=\"21\" y2=\"10\"\u003e\u003c\/line\u003e\u003c\/svg\u003e Sunday, 7th June 2026\u003c\/div\u003e\n\u003cdiv class=\"nc-pill\"\u003e\n\u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"\u003e\u003ccircle cx=\"12\" cy=\"12\" r=\"10\"\u003e\u003c\/circle\u003e\u003cpolyline points=\"12 6 12 12 16 14\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e 2:00 PM – 5:00 PM IST\u003c\/div\u003e\n\u003cdiv class=\"nc-pill\"\u003e\n\u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"\u003e\u003cpath d=\"M15 10l4.553-2.069A1 1 0 0121 8.87v6.26a1 1 0 01-1.447.9L15 14M3 8a2 2 0 012-2h10a2 2 0 012 2v8a2 2 0 01-2 2H5a2 2 0 01-2-2V8z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e Live on Zoom\u003c\/div\u003e\n\u003cdiv class=\"nc-pill\"\u003e\n\u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"\u003e\u003cpath d=\"M17 21v-2a4 4 0 00-4-4H5a4 4 0 00-4 4v2\"\u003e\u003c\/path\u003e\u003ccircle cx=\"9\" cy=\"7\" r=\"4\"\u003e\u003c\/circle\u003e\u003cpath d=\"M23 21v-2a4 4 0 00-3-3.87M16 3.13a4 4 0 010 7.75\"\u003e\u003c\/path\u003e\u003c\/svg\u003e Limited Seats Only\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- PRICE BOX --\u003e\n\u003cdiv class=\"nc-price-box\"\u003e\n\u003cdiv\u003e\n\u003cdiv class=\"nc-price-label\"\u003eOne-time entry fee\u003c\/div\u003e\n\u003cdiv class=\"nc-price-amount\"\u003e\n\u003csup\u003e₹\u003c\/sup\u003e19\u003c\/div\u003e\n\u003cdiv class=\"nc-price-note\"\u003eFull 3-hour session · Free bonuses included · \u003cs\u003e₹999 value\u003c\/s\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"nc-seats\"\u003e\n\u003cdiv class=\"nc-seats-num\"\u003e47\u003c\/div\u003e\n\u003cdiv class=\"nc-seats-label\"\u003eSpots Left\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- EVENT DETAILS --\u003e\n\u003cdiv class=\"nc-section-head\"\u003e\n\u003ch2\u003eEvent Details\u003c\/h2\u003e\n\u003cdiv class=\"nc-section-line\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"nc-details\"\u003e\n\u003cdiv class=\"nc-details-row\"\u003e\n\u003cdiv class=\"nc-details-key\"\u003eDate\u003c\/div\u003e\n\u003cdiv class=\"nc-details-val\"\u003eSunday, June 7, 2026\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"nc-details-row\"\u003e\n\u003cdiv class=\"nc-details-key\"\u003eTime\u003c\/div\u003e\n\u003cdiv class=\"nc-details-val\"\u003e2:00 PM – 5:00 PM IST (3 hours)\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"nc-details-row\"\u003e\n\u003cdiv class=\"nc-details-key\"\u003eFormat\u003c\/div\u003e\n\u003cdiv class=\"nc-details-val\"\u003eLive on Zoom \u003cspan class=\"nc-zoom-badge\"\u003eLink sent 24 hours before the event\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"nc-details-row\"\u003e\n\u003cdiv class=\"nc-details-key\"\u003eEntry\u003c\/div\u003e\n\u003cdiv class=\"nc-details-val\"\u003e₹19 (non-refundable)\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"nc-details-row\"\u003e\n\u003cdiv class=\"nc-details-key\"\u003eExperience\u003c\/div\u003e\n\u003cdiv class=\"nc-details-val\"\u003eNone required — starts from scratch\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- WHO IT'S FOR --\u003e\n\u003cdiv class=\"nc-who\"\u003e\n\u003cdiv class=\"nc-section-head\"\u003e\n\u003ch2\u003eWho Is This For?\u003c\/h2\u003e\n\u003cdiv class=\"nc-section-line\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"nc-who-grid\"\u003e\n\u003cdiv class=\"nc-who-card\"\u003e\n\u003cdiv class=\"nc-who-icon\"\u003e💼\u003c\/div\u003e\n\u003cdiv class=\"nc-who-title\"\u003eWorking Professionals\u003c\/div\u003e\n\u003cdiv class=\"nc-who-desc\"\u003eExploring a side hustle or a full leap into entrepreneurship\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"nc-who-card\"\u003e\n\u003cdiv class=\"nc-who-icon\"\u003e🎓\u003c\/div\u003e\n\u003cdiv class=\"nc-who-title\"\u003eStudents\u003c\/div\u003e\n\u003cdiv class=\"nc-who-desc\"\u003eCurious about building something before your first job\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"nc-who-card\"\u003e\n\u003cdiv class=\"nc-who-icon\"\u003e🌱\u003c\/div\u003e\n\u003cdiv class=\"nc-who-title\"\u003eEarly Business Owners\u003c\/div\u003e\n\u003cdiv class=\"nc-who-desc\"\u003eWant structure and direction for your budding venture\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"nc-who-card\"\u003e\n\u003cdiv class=\"nc-who-icon\"\u003e📚\u003c\/div\u003e\n\u003cdiv class=\"nc-who-title\"\u003eLearning Enthusiasts\u003c\/div\u003e\n\u003cdiv class=\"nc-who-desc\"\u003eLove business, strategy, and self-growth topics\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- 20 IDEAS SPOTLIGHT --\u003e\n\u003cdiv class=\"nc-ideas\"\u003e\n\u003ch2\u003e20 Startup Ideas — \u003cspan\u003eRevealed Live\u003c\/span\u003e\n\u003c\/h2\u003e\n\u003cp\u003eHand-picked, research-backed, and ready to act on. Each idea comes with market context, who it's for, and exactly how to start. Not shared anywhere before the webinar.\u003c\/p\u003e\n\u003cp\u003e\u003cimg alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0770\/5454\/2076\/files\/20StartupIdeas.webp?v=1780682917\"\u003e\u003c\/p\u003e\n\u003cdiv class=\"nc-tags\"\u003e\n\u003cspan class=\"nc-tag\"\u003eLow investment\u003c\/span\u003e \u003cspan class=\"nc-tag\"\u003eHigh potential\u003c\/span\u003e \u003cspan class=\"nc-tag\"\u003eIndia-relevant\u003c\/span\u003e \u003cspan class=\"nc-tag\"\u003e2025–26 markets\u003c\/span\u003e \u003cspan class=\"nc-tag\"\u003eSolo-founder friendly\u003c\/span\u003e \u003cspan class=\"nc-tag\"\u003eExclusive to attendees\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- AGENDA --\u003e\n\u003cdiv class=\"nc-agenda\"\u003e\n\u003cdiv class=\"nc-section-head\"\u003e\n\u003ch2\u003e\u003c\/h2\u003e\n\u003ch2\u003eYour 3-Hour Roadmap\u003c\/h2\u003e\n\u003cdiv class=\"nc-section-line\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"nc-agenda-list\"\u003e\n\u003cdiv class=\"nc-agenda-item\"\u003e\n\u003cdiv class=\"nc-agenda-num\"\u003e01\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cdiv class=\"nc-agenda-title\"\u003eIs Entrepreneurship Made for You?\u003c\/div\u003e\n\u003cdiv class=\"nc-agenda-desc\"\u003eHonest self-assessment + myth-busting what a founder really looks like\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"nc-agenda-item\"\u003e\n\u003cdiv class=\"nc-agenda-num\"\u003e02\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cdiv class=\"nc-agenda-title\"\u003eIntro to Entrepreneurship\u003c\/div\u003e\n\u003cdiv class=\"nc-agenda-desc\"\u003eKey mindsets, reality vs. the Instagram version\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"nc-agenda-item\"\u003e\n\u003cdiv class=\"nc-agenda-num\"\u003e03\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cdiv class=\"nc-agenda-title\"\u003eWhy Entrepreneurship — and Why Now?\u003c\/div\u003e\n\u003cdiv class=\"nc-agenda-desc\"\u003eMarket shifts and why this decade is the best time to start\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"nc-agenda-item\"\u003e\n\u003cdiv class=\"nc-agenda-num\"\u003e04\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cdiv class=\"nc-agenda-title\"\u003eIdeation — How to Find Your Idea\u003c\/div\u003e\n\u003cdiv class=\"nc-agenda-desc\"\u003eFrameworks to spot problems worth solving, validation, niche selection\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"nc-agenda-item\"\u003e\n\u003cdiv class=\"nc-agenda-num\"\u003e05\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cdiv class=\"nc-agenda-title\"\u003eDifferent Stages of Business\u003c\/div\u003e\n\u003cdiv class=\"nc-agenda-desc\"\u003eIdea → MVP → growth → scale — what to focus on at each stage\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"nc-agenda-item\"\u003e\n\u003cdiv class=\"nc-agenda-num\"\u003e06\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cdiv class=\"nc-agenda-title\"\u003eCompany Types \u0026amp; Registration\u003c\/div\u003e\n\u003cdiv class=\"nc-agenda-desc\"\u003eSole proprietorship, LLP, Pvt Ltd — what to register and when (India-specific)\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"nc-agenda-item\"\u003e\n\u003cdiv class=\"nc-agenda-num\"\u003e07\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cdiv class=\"nc-agenda-title\"\u003eComplete Step-by-Step Startup Guide\u003c\/div\u003e\n\u003cdiv class=\"nc-agenda-desc\"\u003eFrom first idea to first customer — every practical step\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"nc-agenda-item\"\u003e\n\u003cdiv class=\"nc-agenda-num\"\u003e08\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cdiv class=\"nc-agenda-title\"\u003e20 Startup Ideas — Revealed Live 🎯\u003c\/div\u003e\n\u003cdiv class=\"nc-agenda-desc\"\u003eHand-picked, research-backed ideas across industries — each with market context and how to start\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- BONUSES --\u003e\n\u003cdiv class=\"nc-bonuses\"\u003e\n\u003cdiv class=\"nc-section-head\"\u003e\n\u003ch2\u003eFree Bonuses Included\u003c\/h2\u003e\n\u003cdiv class=\"nc-section-line\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"nc-bonus-grid\"\u003e\n\u003cdiv class=\"nc-bonus-card\"\u003e\n\u003cdiv class=\"nc-bonus-title\"\u003e📋 Startup Idea Workbook\u003c\/div\u003e\n\u003cdiv class=\"nc-bonus-desc\"\u003ePDF to map out and validate your idea\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"nc-bonus-card\"\u003e\n\u003cdiv class=\"nc-bonus-title\"\u003e✅ Registration Checklist\u003c\/div\u003e\n\u003cdiv class=\"nc-bonus-desc\"\u003eStep-by-step legal setup guide for India\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"nc-bonus-card\"\u003e\n\u003cdiv class=\"nc-bonus-title\"\u003e📊 Business Stage Tracker\u003c\/div\u003e\n\u003cdiv class=\"nc-bonus-desc\"\u003eKnow exactly where you are in the journey\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"nc-bonus-card\"\u003e\n\u003cdiv class=\"nc-bonus-title\"\u003e🤝 Founder Community\u003c\/div\u003e\n\u003cdiv class=\"nc-bonus-desc\"\u003ePrivate group exclusively for attendees\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- HOST --\u003e\n\u003cdiv class=\"nc-section-head\"\u003e\n\u003ch2\u003eYour Host\u003c\/h2\u003e\n\u003cdiv class=\"nc-section-line\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"nc-host\"\u003e\n\u003cdiv class=\"nc-host-avatar\"\u003eN\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cdiv class=\"nc-host-name\"\u003eNishant Kumar\u003c\/div\u003e\n\u003cdiv class=\"nc-host-role\"\u003eCo-founder, NextCEO\u003c\/div\u003e\n\u003cdiv class=\"nc-host-role\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0770\/5454\/2076\/files\/nishant_founder.webp?v=1780674116\" alt=\"\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"nc-host-bio\"\u003eSeasoned startup professional with 10+ years across product, technology, operations, and business growth across multiple ventures. Nishant brings real-world experience from the trenches — frameworks, mistakes, and hard-won lessons distilled into one actionable session.\u003c\/div\u003e\n\u003cdiv class=\"nc-host-stats\"\u003e\n\u003cspan class=\"nc-host-stat\"\u003e10+ yrs experience\u003c\/span\u003e \u003cspan class=\"nc-host-stat\"\u003eMultiple ventures built\u003c\/span\u003e \u003cspan class=\"nc-host-stat\"\u003eIndian startup ecosystem\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- CTA --\u003e\n\u003cdiv class=\"nc-cta\"\u003e\n\u003ch2\u003e🔥 Only 47 seats left.\u003cbr\u003eJune 7 won't wait.\u003c\/h2\u003e\n\u003cp\u003eThe 20 ideas are waiting for you. Show up, learn the frameworks, discover the ideas — and leave with a clear action plan.\u003c\/p\u003e\n\u003ca href=\"https:\/\/events.nextceo.in\/\" class=\"nc-cta-btn\"\u003eBook Your Seat for ₹19 →\u003c\/a\u003e\n\u003cdiv class=\"nc-cta-sub\"\u003eNo experience required\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- FAQ --\u003e\n\u003cdiv class=\"nc-faq\"\u003e\n\u003cdiv class=\"nc-section-head\"\u003e\n\u003ch2\u003eCommon Questions\u003c\/h2\u003e\n\u003cdiv class=\"nc-section-line\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"nc-faq-item\"\u003e\n\u003cdiv class=\"nc-faq-q\"\u003eDo I need any business experience to attend?\u003c\/div\u003e\n\u003cdiv class=\"nc-faq-a\"\u003eNot at all. This masterclass starts from scratch. Whether you have zero knowledge or some basic exposure, you'll be completely at home.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"nc-faq-item\"\u003e\n\u003cdiv class=\"nc-faq-q\"\u003eWill you share the 20 ideas beforehand?\u003c\/div\u003e\n\u003cdiv class=\"nc-faq-a\"\u003eNo — and that's intentional. The ideas are revealed exclusively live, so you get the full context, market reasoning, and discussion around each one.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"nc-faq-item\"\u003e\n\u003cdiv class=\"nc-faq-q\"\u003eWill there be a recording?\u003c\/div\u003e\n\u003cdiv class=\"nc-faq-a\"\u003eWe strongly recommend attending live for the Q\u0026amp;A. The live energy is where the real value is — no replay is guaranteed.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"nc-faq-item\"\u003e\n\u003cdiv class=\"nc-faq-q\"\u003eI have a 9-to-5. Is a startup really possible?\u003c\/div\u003e\n\u003cdiv class=\"nc-faq-a\"\u003eAbsolutely. Many successful startups started as after-hours projects. We cover how to validate and build without quitting your job prematurely.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"nc-faq-item\"\u003e\n\u003cdiv class=\"nc-faq-q\"\u003eI'm a student with no money. Is this relevant?\u003c\/div\u003e\n\u003cdiv class=\"nc-faq-a\"\u003eVery much so. Several of the 20 ideas are zero or low-capital to start. Students are often in the best position to experiment fast.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"nc-faq-item\"\u003e\n\u003cdiv class=\"nc-faq-q\"\u003eIs the ₹19 fee refundable?\u003c\/div\u003e\n\u003cdiv class=\"nc-faq-a\"\u003eGiven the low price and live format, the fee is non-refundable. If you can't attend, contact us and we'll do our best to help.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"nc-footer-note\"\u003ePowered by \u003ca href=\"https:\/\/nextceo.in\" target=\"_blank\"\u003eNextCEO\u003c\/a\u003e · Questions? \u003ca href=\"mailto:contact@nextceo.in\"\u003econtact@nextceo.in\u003c\/a\u003e \u003c\/div\u003e\n\u003c\/div\u003e","brand":"Next CEO","offers":[{"title":"Default Title","offer_id":49166408581372,"sku":null,"price":19.0,"currency_code":"INR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0770\/5454\/2076\/files\/sqs.png?v=1780684059","url":"https:\/\/nextceo.in\/products\/startup-masterclass-from-idea-to-business","provider":"Next CEO","version":"1.0","type":"link"}