{"id":41,"date":"2026-07-25T09:35:37","date_gmt":"2026-07-25T09:35:37","guid":{"rendered":"https:\/\/site5.34.93.252.0.nip.io\/?page_id=41"},"modified":"2026-07-25T11:50:43","modified_gmt":"2026-07-25T11:50:43","slug":"41-2","status":"publish","type":"page","link":"https:\/\/site5.34.93.252.0.nip.io\/index.php\/41-2\/","title":{"rendered":""},"content":{"rendered":"\n<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n<meta charset=\"UTF-8\">\n<meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n<title>CLAT Success Journey &#8211; Realistic Edition<\/title>\n<link rel=\"preconnect\" href=\"https:\/\/fonts.googleapis.com\">\n<link href=\"https:\/\/fonts.googleapis.com\/css2?family=Manrope:wght@500;700;800&#038;family=Inter:wght@400;500;600;700&#038;display=swap\" rel=\"stylesheet\">\n<style>\n  :root {\n    --navy: #101832;\n    --blue: #2f5fe0;\n    --blue-soft: #eef2fe;\n    --blue-dark: #1c3aa0;\n    --purple: #7c3aed;\n    --purple-soft: #f3edfe;\n    --pink: #e11d5f;\n    --pink-soft: #fdecf2;\n    --cream: #f5f2ea;\n    --ink: #1a2140;\n    --muted: #6b7189;\n    --white: #ffffff;\n    --line: #e6e8f0;\n    --lock: #a7acc0;\n    --lock-bg: #f1f2f6;\n  }\n  * { box-sizing: border-box; }\n  body {\n    margin: 0;\n    font-family: 'Inter', sans-serif;\n    background:\n      radial-gradient(ellipse 1000px 560px at 12% -12%, rgba(47,95,224,.10), transparent),\n      radial-gradient(ellipse 1000px 560px at 105% 8%, rgba(225,29,95,.09), transparent),\n      radial-gradient(ellipse 700px 400px at 50% 115%, rgba(124,58,237,.06), transparent),\n      var(--cream);\n    color: var(--ink);\n    padding: 60px 20px;\n    min-height: 100vh;\n    position: relative;\n  }\n  body::before {\n    content: \"\";\n    position: fixed;\n    inset: 0;\n    background-image: radial-gradient(rgba(16,24,50,.05) 1px, transparent 1px);\n    background-size: 22px 22px;\n    pointer-events: none;\n    z-index: 0;\n  }\n  .wrap { max-width: 1240px; width: 100%; margin: 0 auto; position: relative; z-index: 1; }\n\n  .row {\n    display: grid;\n    grid-template-columns: 1.05fr 1fr;\n    gap: 0;\n    align-items: stretch;\n    background: var(--white);\n    border-radius: 34px;\n    box-shadow:\n      0 1px 1px rgba(16,24,50,.02),\n      0 30px 60px -18px rgba(16,24,50,.16),\n      0 60px 100px -40px rgba(47,95,224,.10);\n    border: 1px solid rgba(255,255,255,.6);\n    overflow: hidden;\n    position: relative;\n  }\n  @media(max-width:920px){ .row { grid-template-columns: 1fr; } }\n\n  .row::after {\n    content: \"\";\n    position: absolute;\n    top: 6%; bottom: 6%;\n    left: calc(1.05 \/ 2.05 * 100%);\n    width: 1px;\n    background: linear-gradient(180deg, transparent, var(--line) 15%, var(--line) 85%, transparent);\n  }\n  @media(max-width:920px){ .row::after { display: none; } }\n\n  .eyebrow {\n    letter-spacing: 2.5px;\n    font-size: 10.5px;\n    font-weight: 700;\n    color: var(--blue);\n    display: flex;\n    align-items: center;\n    gap: 10px;\n    margin-bottom: 14px;\n    opacity: 0;\n    animation: fadeUp .6s ease forwards;\n    text-transform: uppercase;\n  }\n  .eyebrow span.dot-ic {\n    width: 6px; height: 6px; border-radius: 50%;\n    background: var(--blue);\n    box-shadow: 0 0 0 4px var(--blue-soft);\n  }\n  .eyebrow span.line { width: 24px; height: 2px; border-radius: 2px; background: linear-gradient(90deg,var(--blue),transparent); display: inline-block; }\n\n  h1.title {\n    font-family: 'Manrope', sans-serif;\n    text-align: left;\n    font-size: clamp(24px, 2.8vw, 32px);\n    margin: 0 0 34px;\n    font-weight: 800;\n    letter-spacing: -.6px;\n    line-height: 1.22;\n    opacity: 0;\n    animation: fadeUp .6s ease .1s forwards;\n  }\n  h1.title .b { color: var(--blue); }\n  h1.title .p { background: linear-gradient(90deg,var(--purple),#a855f7); -webkit-background-clip: text; background-clip: text; color: transparent; }\n  h1.title .r { background: linear-gradient(90deg,var(--pink),#ff5c8a); -webkit-background-clip: text; background-clip: text; color: transparent; }\n\n  \/* ===== LEFT: journey ===== *\/\n  .journey {\n    padding: 52px 46px;\n    display: flex;\n    flex-direction: column;\n    background: linear-gradient(160deg,#ffffff 0%,#f8f9ff 60%, #fdf6f9 100%);\n    position: relative;\n  }\n  @media(max-width:920px){ .journey { padding: 40px 26px; } }\n\n  .journey-steps {\n    display: flex;\n    flex-direction: row;\n    gap: 18px;\n    position: relative;\n    flex: 1;\n  }\n  .journey-track {\n    position: absolute;\n    top: 34px;\n    left: calc(16.6% - 2px);\n    right: calc(16.6% - 2px);\n    height: 3px;\n    border-radius: 3px;\n    background: linear-gradient(90deg,var(--blue),var(--purple),var(--pink));\n    transform-origin: left;\n    transform: scaleX(0);\n    animation: growLineX 1.2s cubic-bezier(.65,0,.35,1) .5s forwards;\n    z-index: 0;\n  }\n  @media(max-width:760px){ .journey-track { display: none; } }\n\n  .step {\n    flex: 1;\n    min-width: 0;\n    display: flex;\n    flex-direction: column;\n    align-items: center;\n    text-align: center;\n    opacity: 0;\n    transform: translateY(12px);\n    animation: fadeUp .55s ease forwards;\n    position: relative;\n    z-index: 1;\n  }\n  .step:nth-child(2) { animation-delay: .55s; }\n  .step:nth-child(3) { animation-delay: .85s; }\n  .step:nth-child(4) { animation-delay: 1.15s; }\n\n  .step-tag {\n    font-size: 10px;\n    font-weight: 800;\n    letter-spacing: 1px;\n    color: #fff;\n    padding: 4px 13px;\n    border-radius: 20px;\n    display: inline-block;\n    margin-bottom: 14px;\n  }\n  .starter .step-tag { background: linear-gradient(90deg,var(--blue),#4f7bf0); box-shadow: 0 6px 14px -4px rgba(47,95,224,.5); }\n  .smarter .step-tag { background: linear-gradient(90deg,var(--purple),#9455f5); box-shadow: 0 6px 14px -4px rgba(124,58,237,.5); }\n  .topper .step-tag { background: linear-gradient(90deg,var(--pink),#ff5c8a); box-shadow: 0 6px 14px -4px rgba(225,29,95,.5); }\n\n  .step-badge {\n    width: 66px; height: 66px;\n    border-radius: 50%;\n    background: var(--white);\n    display: flex; align-items: center; justify-content: center;\n    font-size: 28px;\n    margin-bottom: 20px;\n    box-shadow: 0 10px 22px -6px rgba(16,24,50,.14);\n    position: relative;\n  }\n  .step-badge::before {\n    content: \"\";\n    position: absolute;\n    inset: -4px;\n    border-radius: 50%;\n    padding: 4px;\n    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);\n    -webkit-mask-composite: xor;\n    mask-composite: exclude;\n    animation: pulse 2.6s ease-in-out infinite;\n  }\n  .starter .step-badge::before { background: linear-gradient(135deg,var(--blue),var(--blue-soft)); }\n  .smarter .step-badge::before { background: linear-gradient(135deg,var(--purple),var(--purple-soft)); }\n  .topper .step-badge::before { background: linear-gradient(135deg,var(--pink),var(--pink-soft)); }\n  .step:nth-child(2) .step-badge::before { animation-delay: .15s; }\n  .step:nth-child(3) .step-badge::before { animation-delay: .3s; }\n\n  .step-card {\n    background: var(--white);\n    border: 1px solid #eef0f5;\n    border-radius: 20px;\n    padding: 22px 18px;\n    width: 100%;\n    box-shadow: 0 8px 20px -10px rgba(16,24,50,.08);\n    transition: box-shadow .3s ease, transform .3s ease, border-color .3s ease;\n    position: relative;\n  }\n  .step-card::before {\n    content: \"\";\n    position: absolute;\n    top: 0; left: 16px; right: 16px;\n    height: 3px;\n    border-radius: 0 0 3px 3px;\n    opacity: 0;\n    transition: opacity .3s ease;\n  }\n  .starter .step-card::before { background: linear-gradient(90deg,var(--blue),#4f7bf0); }\n  .smarter .step-card::before { background: linear-gradient(90deg,var(--purple),#9455f5); }\n  .topper .step-card::before { background: linear-gradient(90deg,var(--pink),#ff5c8a); }\n  .step-card:hover::before { opacity: 1; }\n  .step-card:hover {\n    box-shadow: 0 20px 36px -14px rgba(16,24,50,.16);\n    transform: translateY(-5px);\n    border-color: #dde1ee;\n  }\n\n  .step-title { font-family: 'Manrope', sans-serif; font-size: 16.5px; font-weight: 800; margin: 0 0 13px; }\n  .starter .step-title { color: var(--blue-dark); }\n  .smarter .step-title { color: var(--purple); }\n  .topper .step-title { color: #b8134a; }\n\n  .step-items { margin: 0 0 16px; padding: 0; list-style: none; display: flex; flex-direction: column; gap: 10px; }\n  .step-items li { display: flex; align-items: center; gap: 9px; font-size: 13px; font-weight: 600; color: var(--ink); text-align: left; }\n  .dot { width: 8px; height: 8px; border-radius: 50%; flex: 0 0 auto; }\n  .starter .dot { background: var(--blue); box-shadow: 0 0 0 3px var(--blue-soft); }\n  .smarter .dot { background: var(--purple); box-shadow: 0 0 0 3px var(--purple-soft); }\n  .topper .dot { background: var(--pink); box-shadow: 0 0 0 3px var(--pink-soft); }\n  .step-note { font-size: 11.5px; color: var(--muted); font-weight: 600; border-top: 1px dashed var(--line); padding-top: 13px; }\n\n  \/* ===== RIGHT: tree ===== *\/\n  .tree-panel {\n    padding: 40px 46px 46px;\n    display: flex;\n    flex-direction: column;\n    align-items: center;\n    position: relative;\n    overflow: hidden;\n    background: radial-gradient(circle at 50% 30%, #fbfcff 0%, #ffffff 55%);\n  }\n  @media(max-width:920px){ .tree-panel { padding: 34px 26px 34px; } }\n\n  .tree-heading { text-align: center; margin-bottom: 20px; opacity: 0; animation: fadeUp .6s ease .4s forwards; position: relative; z-index: 30; }\n  .tree-heading h2 {\n    font-family: 'Manrope', sans-serif;\n    font-size: clamp(20px, 2.8vw, 32px); margin: 0 0 8px; font-weight: 800; color: var(--navy);\n    letter-spacing: -.6px; line-height: 1.18;\n  }\n  .tree-heading h2 .red { background: linear-gradient(90deg,var(--pink),#ff5c8a); -webkit-background-clip: text; background-clip: text; color: transparent; }\n  .tree-heading p { margin: 0; font-size: 13px; color: var(--muted); font-weight: 600; display: flex; align-items: center; justify-content: center; gap: 10px; flex-wrap: wrap; }\n  .tree-heading p .sep { opacity: .3; }\n\n  \/* Tree Container *\/\n  .tree-stage {\n    position: relative;\n    width: 100%;\n    max-width: 500px;\n    margin: 0 auto;\n  }\n  .tree-svg { width: 100%; height: auto; display: block; overflow: visible; }\n\n  \/* HTML Overlays (Nodes & Core) *\/\n  .html-core {\n    position: absolute;\n    transform: translate(-50%, -50%);\n    width: 106px; height: 106px;\n    background: #fff;\n    border-radius: 50%;\n    border: 3px solid var(--pink);\n    display: flex; flex-direction: column; align-items: center; justify-content: center;\n    box-shadow: 0 0 0 10px rgba(225, 29, 95, 0.08), 0 10px 20px rgba(16,24,50,.1);\n    z-index: 10;\n    opacity: 0;\n    animation: popNode .55s cubic-bezier(.34,1.56,.64,1) 1.3s forwards;\n  }\n  .html-core span { font-family: 'Manrope', sans-serif; font-size: 14px; font-weight: 800; color: var(--navy); margin-bottom: 2px;}\n  .html-core small { font-size: 9px; font-weight: 700; color: var(--muted); letter-spacing: 0.5px;}\n  .html-core strong { font-family: 'Manrope', sans-serif; font-size: 12.5px; font-weight: 800; color: var(--pink); margin-top: 1px;}\n\n  .html-node {\n    position: absolute;\n    transform: translate(-50%, -50%);\n    display: flex; align-items: center;\n    background: var(--white);\n    border-radius: 12px;\n    padding: 6px 14px 6px 6px;\n    box-shadow: 0 6px 14px -4px rgba(16,24,50,.1);\n    gap: 12px;\n    opacity: 0;\n    animation: popNode .5s cubic-bezier(.34,1.56,.64,1) forwards;\n    border: 1px solid #eef0f5;\n    width: max-content;\n    z-index: 25;\n    cursor: pointer;\n    transition: box-shadow 0.25s ease;\n  }\n  .html-node:hover { box-shadow: 0 12px 24px -6px rgba(16,24,50,.18); z-index: 30; }\n  .html-node:hover .hn-icon { transform: scale(1.1); }\n  .html-node.right-side { flex-direction: row-reverse; padding: 6px 6px 6px 14px; text-align: right; }\n\n  .hn-icon {\n    width: 38px; height: 38px; border-radius: 50%;\n    display: flex; align-items: center; justify-content: center;\n    font-size: 16px; font-weight: 800; color: #fff;\n    position: relative; flex-shrink: 0;\n    transition: transform 0.25s ease;\n  }\n  .hn-badge {\n    position: absolute; top: -3px; right: -3px;\n    width: 17px; height: 17px; background: var(--white); border-radius: 50%;\n    font-size: 9px; font-weight: 800; font-family: 'Manrope', sans-serif;\n    display: flex; align-items: center; justify-content: center;\n    border: 2px solid currentColor;\n  }\n  .right-side .hn-badge { right: auto; left: -3px; }\n  .hn-text h4 { margin: 0; font-family: 'Manrope', sans-serif; font-size: 12.5px; font-weight: 800; color: var(--ink); line-height: 1.2; }\n  .hn-text p { margin: 3px 0 0; font-size: 9px; font-weight: 600; color: var(--muted); line-height: 1.1; }\n\n  \/* Node Animation Delays *\/\n  .n1 { animation-delay: 1.5s; } .n2 { animation-delay: 1.65s; } .n3 { animation-delay: 1.8s; }\n  .n4 { animation-delay: 1.95s; } .n5 { animation-delay: 2.1s; } .n6 { animation-delay: 2.25s; }\n\n  .ground-shadow { opacity: 0; animation: fadeIn2 .6s ease .2s forwards; }\n  .trunk-path { stroke-dasharray: 600; stroke-dashoffset: 600; animation: draw 1.1s ease .3s forwards; }\n  .branch-path { stroke-dasharray: 300; stroke-dashoffset: 300; animation: draw 1s ease forwards; }\n  .leaf-cluster { opacity: 0; transform-box: fill-box; transform-origin: center; animation: leafPop .6s cubic-bezier(0.34, 1.56, 0.64, 1) forwards; }\n  .bg-canopy { opacity: 0; transform-box: fill-box; transform-origin: center; animation: leafPop .8s ease 1s forwards; }\n  .leaf-sway { animation: sway 6s ease-in-out infinite; transform-box: fill-box; transform-origin: bottom center; }\n  .leaf-sway-slow { animation: sway 8s ease-in-out infinite reverse; transform-box: fill-box; transform-origin: bottom center; }\n\n  .cta {\n    margin-top: 40px; display: inline-flex; align-items: center; gap: 10px;\n    background: linear-gradient(135deg,var(--pink),#b8134a); color: #fff;\n    border: none; padding: 17px 38px; border-radius: 40px; font-family: 'Manrope', sans-serif;\n    font-weight: 800; font-size: 14px; letter-spacing: .5px; cursor: pointer;\n    opacity: 0; animation: fadeUp .5s ease 2.5s forwards; box-shadow: 0 16px 32px -10px rgba(225,29,95,.55);\n    transition: transform .3s ease, box-shadow .3s ease; position: relative; overflow: hidden; z-index: 30;\n  }\n  .cta::after {\n    content: \"\"; position: absolute; top: 0; left: -60%; width: 40%; height: 100%;\n    background: linear-gradient(120deg, transparent, rgba(255,255,255,.4), transparent);\n    transform: skewX(-20deg); animation: shine 3.2s ease-in-out infinite;\n  }\n  .cta:hover { transform: translateY(-3px); box-shadow: 0 22px 40px -10px rgba(225,29,95,.7); }\n  .cta:active { transform: translateY(0); }\n\n  @keyframes shine { 0% { left: -60%; } 55%, 100% { left: 130%; } }\n  @keyframes fadeUp { from { opacity: 0; transform: translateY(15px); } to { opacity: 1; transform: translateY(0); } }\n  @keyframes fadeIn2 { to { opacity: 1; } }\n  @keyframes growLineX { to { transform: scaleX(1); } }\n  @keyframes draw { to { stroke-dashoffset: 0; } }\n  @keyframes leafPop { 0% { opacity: 0; transform: scale(0.8); } 100% { opacity: 1; transform: scale(1); } }\n  @keyframes popNode { 0% { opacity: 0; transform: translate(-50%, -50%) scale(0); } 100% { opacity: 1; transform: translate(-50%, -50%) scale(1); } }\n  @keyframes sway { 0%, 100% { transform: rotate(0deg); } 50% { transform: rotate(2deg); } }\n  @keyframes pulse { 0%, 100% { opacity: .7; } 50% { opacity: 1; } }\n\n  @media (prefers-reduced-motion: reduce){\n    * { animation-duration: .01ms !important; animation-delay: 0s !important; transition: none !important; }\n    .journey-track { transform: scaleX(1); }\n    .trunk-path, .branch-path { stroke-dashoffset: 0; }\n    .cta::after { display: none; }\n  }\n  @media(max-width:760px){\n    .journey-steps { flex-direction: column; gap: 26px; }\n    .html-node { padding: 4px 10px 4px 4px; gap: 8px; }\n    .html-node.right-side { padding: 4px 4px 4px 10px; }\n    .hn-text h4 { font-size: 11px; }\n    .hn-text p { font-size: 8px; }\n    .hn-icon { width: 32px; height: 32px; font-size: 14px; }\n  }\n\n  \/* ===================================================================\n     SELECT-A-SECTION CONTAINER  (Starter \/ Smarter \/ Topper test packs)\n     =================================================================== *\/\n  .select-wrap {\n    margin-top: 34px; background: var(--white); border-radius: 34px;\n    box-shadow: 0 1px 1px rgba(16,24,50,.02), 0 30px 60px -18px rgba(16,24,50,.16), 0 60px 100px -40px rgba(47,95,224,.10);\n    border: 1px solid rgba(255,255,255,.6); padding: 50px 50px 46px; position: relative; overflow: hidden;\n  }\n  @media(max-width:760px){ .select-wrap { padding: 34px 20px 30px; border-radius: 26px; } }\n  .select-wrap::before {\n    content: \"\"; position: absolute; top: -140px; right: -140px; width: 340px; height: 340px;\n    border-radius: 50%; background: radial-gradient(circle,rgba(124,58,237,.07),transparent 70%); pointer-events: none;\n  }\n  .select-heading { text-align: center; margin-bottom: 30px; position: relative; z-index: 1; }\n  .select-heading .eyebrow { justify-content: center; }\n  .select-heading h2 { font-family: 'Manrope', sans-serif; font-size: clamp(22px, 3vw, 30px); margin: 0 0 10px; font-weight: 800; letter-spacing: -.6px; color: var(--navy); }\n  .select-heading h2 .hl { background: linear-gradient(90deg,var(--blue),var(--purple),var(--pink)); -webkit-background-clip: text; background-clip: text; color: transparent; }\n  .select-heading p { margin: 0; font-size: 13.5px; color: var(--muted); font-weight: 600; }\n\n  \/* pack tabs *\/\n  .pack-tabs { display: flex; justify-content: center; gap: 10px; flex-wrap: wrap; margin-bottom: 34px; position: relative; z-index: 1; }\n  .pack-tab {\n    display: flex; align-items: center; gap: 9px; border: 2px solid var(--line); background: var(--white);\n    color: var(--muted); font-family: 'Manrope', sans-serif; font-weight: 800; font-size: 13.5px;\n    padding: 11px 22px; border-radius: 40px; cursor: pointer; transition: all .25s ease;\n  }\n  .pack-tab .ic { font-size: 16px; }\n  .pack-tab:hover { transform: translateY(-2px); }\n  .pack-tab[data-pack=\"starter\"] { border-color: var(--blue); color: var(--blue-dark); }\n  .pack-tab[data-pack=\"starter\"]:hover { background: linear-gradient(135deg,var(--blue),#4f7bf0); border-color: transparent; color: #fff; box-shadow: 0 10px 22px -8px rgba(47,95,224,.55); }\n  .pack-tab[data-pack=\"smarter\"] { border-color: var(--purple); color: var(--purple); }\n  .pack-tab[data-pack=\"smarter\"]:hover { background: linear-gradient(135deg,var(--purple),#9455f5); border-color: transparent; color: #fff; box-shadow: 0 10px 22px -8px rgba(124,58,237,.55); }\n  .pack-tab[data-pack=\"topper\"] { border-color: var(--pink); color: #b8134a; }\n  .pack-tab[data-pack=\"topper\"]:hover { background: linear-gradient(135deg,var(--pink),#ff5c8a); border-color: transparent; color: #fff; box-shadow: 0 10px 22px -8px rgba(225,29,95,.55); }\n\n  \/* pack panels *\/\n  .pack-panel { display: block; animation: fadeUp .5s ease forwards; margin-bottom: 36px; padding-bottom: 36px; border-bottom: 1px dashed var(--line); scroll-margin-top: 24px; }\n  .pack-panel:last-of-type { margin-bottom: 0; padding-bottom: 0; border-bottom: none; }\n  .pack-head { display: flex; align-items: flex-start; gap: 16px; margin-bottom: 26px; padding: 22px 24px; border-radius: 22px; }\n  .starter-panel .pack-head { background: linear-gradient(120deg,var(--blue-soft) 0%,#f9fafe 75%); }\n  .smarter-panel .pack-head { background: linear-gradient(120deg,var(--purple-soft) 0%,#faf8fe 75%); }\n  .topper-panel .pack-head { background: linear-gradient(120deg,var(--pink-soft) 0%,#fef9fb 75%); }\n  .pack-head .pack-icon { width: 52px; height: 52px; flex: 0 0 auto; border-radius: 16px; display: flex; align-items: center; justify-content: center; font-size: 24px; box-shadow: 0 10px 20px -8px rgba(16,24,50,.18); }\n  .starter-panel .pack-icon { background: linear-gradient(135deg,var(--blue),#4f7bf0); }\n  .smarter-panel .pack-icon { background: linear-gradient(135deg,var(--purple),#9455f5); }\n  .topper-panel .pack-icon { background: linear-gradient(135deg,var(--pink),#ff5c8a); }\n  .pack-step { display: inline-block; font-family: 'Manrope', sans-serif; font-size: 9.5px; font-weight: 800; letter-spacing: 1px; color: #fff; padding: 3px 11px; border-radius: 20px; margin-bottom: 9px; }\n  .starter-step { background: linear-gradient(90deg,var(--blue),#4f7bf0); }\n  .smarter-step { background: linear-gradient(90deg,var(--purple),#9455f5); }\n  .topper-step { background: linear-gradient(90deg,var(--pink),#ff5c8a); }\n  .pack-head h3 { font-family: 'Manrope', sans-serif; font-size: 22px; font-weight: 800; margin: 0 0 7px; letter-spacing: -.3px; }\n  .starter-panel .pack-head h3 { color: var(--blue-dark); }\n  .smarter-panel .pack-head h3 { color: var(--purple); }\n  .topper-panel .pack-head h3 { color: #b8134a; }\n  .pack-head p { margin: 0; font-size: 13.5px; line-height: 1.6; color: var(--muted); font-weight: 500; max-width: 640px; }\n  .pack-head p b { font-weight: 800; }\n  .starter-panel .pack-head p b { color: var(--blue-dark); }\n  .smarter-panel .pack-head p b { color: var(--purple); }\n  .topper-panel .pack-head p b { color: #b8134a; }\n  .pack-timer { margin-left: auto; flex: 0 0 auto; text-align: center; font-family: 'Manrope', sans-serif; background: var(--cream); border-radius: 14px; padding: 9px 16px; }\n  .pack-timer .num { display: block; font-size: 15px; font-weight: 800; color: var(--navy); }\n  .pack-timer .lab { display: block; font-size: 9px; font-weight: 700; letter-spacing: .5px; color: var(--muted); text-transform: uppercase; margin-top: 1px; }\n\n  \/* topic rows & tests *\/\n  .topic-list { display: flex; flex-direction: column; gap: 10px; }\n  .topic-row { display: flex; align-items: center; gap: 16px; flex-wrap: wrap; background: #fbfbfd; border: 1px solid #eef0f5; border-radius: 16px; padding: 13px 16px; transition: border-color .2s ease, background .2s ease; }\n  .topic-row:hover { border-color: #dde1ee; background: #f8f9fd; }\n  .topic-num { width: 30px; height: 30px; flex: 0 0 auto; border-radius: 9px; background: var(--blue-soft); color: var(--blue-dark); font-family: 'Manrope', sans-serif; font-size: 12px; font-weight: 800; display: flex; align-items: center; justify-content: center; }\n  .topic-name { font-size: 13.5px; font-weight: 700; color: var(--ink); flex: 1 1 140px; min-width: 110px; }\n  .topic-name .topic-sub { display: block; font-size: 11px; font-weight: 600; color: var(--muted); margin-top: 2px; }\n  .topic-btns { display: flex; gap: 8px; flex-wrap: wrap; }\n  .test-btn { font-family: 'Inter', sans-serif; font-size: 12px; font-weight: 700; border-radius: 10px; padding: 8px 14px; border: none; cursor: pointer; display: inline-flex; align-items: center; gap: 6px; white-space: nowrap; transition: transform .2s ease, box-shadow .2s ease, filter .2s ease; }\n  .test-btn.free { background: linear-gradient(135deg,var(--blue),#4f7bf0); color: #fff; box-shadow: 0 8px 16px -6px rgba(47,95,224,.5); }\n  .smarter-panel .test-btn.free { background: linear-gradient(135deg,var(--purple),#9455f5); box-shadow: 0 8px 16px -6px rgba(124,58,237,.5); }\n  .topper-panel .test-btn.free { background: linear-gradient(135deg,var(--pink),#ff5c8a); box-shadow: 0 8px 16px -6px rgba(225,29,95,.5); }\n  .test-btn.free:hover { transform: translateY(-2px); filter: brightness(1.05); }\n  .test-btn.free .free-tag { background: rgba(255,255,255,.28); font-size: 8.5px; letter-spacing: .4px; padding: 2px 6px; border-radius: 6px; font-weight: 800; }\n  .test-btn.locked { background: var(--lock-bg); color: var(--lock); cursor: not-allowed; }\n  .test-btn.locked svg { width: 12px; height: 12px; flex: 0 0 auto; }\n  .test-btn.locked:hover { background: #e9ebf3; }\n  .test-btn.locked.shake { animation: shakeX .4s ease; }\n  @keyframes shakeX { 0%, 100% { transform: translateX(0); } 25% { transform: translateX(-4px); } 75% { transform: translateX(4px); } }\n\n  .topper-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 34px; }\n  @media(max-width:600px){ .topper-grid { grid-template-columns: 1fr; gap: 22px; } }\n  .topper-col-title { font-family: 'Manrope', sans-serif; font-size: 12px; font-weight: 800; letter-spacing: .6px; text-transform: uppercase; color: var(--muted); margin: 0 0 12px; display: flex; align-items: center; gap: 8px; }\n  .topper-col-title::after { content: \"\"; flex: 1; height: 1px; background: var(--line); }\n  .topper-list { display: flex; flex-direction: column; gap: 9px; }\n  .topper-row { display: flex; align-items: center; justify-content: space-between; gap: 10px; background: #fbfbfd; border: 1px solid #eef0f5; border-radius: 13px; padding: 11px 14px; }\n  .topper-row .tr-name { font-size: 13px; font-weight: 700; color: var(--ink); }\n\n  .pack-buy { margin-top: 30px; display: flex; align-items: center; justify-content: space-between; gap: 16px; flex-wrap: wrap; background: var(--cream); border-radius: 20px; padding: 20px 26px; }\n  .pack-buy .pb-text { font-size: 13px; font-weight: 600; color: var(--ink); }\n  .pack-buy .pb-text b { display: block; font-family: 'Manrope', sans-serif; font-size: 15.5px; font-weight: 800; color: var(--navy); margin-bottom: 2px; }\n  .pack-buy .pb-btn { font-family: 'Manrope', sans-serif; font-weight: 800; font-size: 13.5px; color: #fff; border: none; padding: 13px 28px; border-radius: 40px; cursor: pointer; box-shadow: 0 12px 22px -8px rgba(16,24,50,.3); transition: transform .25s ease; }\n  .starter-panel .pb-btn { background: linear-gradient(135deg,var(--blue),#4f7bf0); }\n  .smarter-panel .pb-btn { background: linear-gradient(135deg,var(--purple),#9455f5); }\n  .topper-panel .pb-btn { background: linear-gradient(135deg,var(--pink),#ff5c8a); }\n  .pack-buy .pb-btn:hover { transform: translateY(-2px); }\n<\/style>\n<\/head>\n<body>\n\n<div class=\"wrap\">\n  <div class=\"row\">\n    <!-- LEFT: journey -->\n    <div class=\"panel journey\">\n      <div class=\"eyebrow\"><span class=\"dot-ic\"><\/span><span class=\"line\"><\/span> Your CLAT Success Journey<\/div>\n      <h1 class=\"title\">Start with <span class=\"b\">Starter.<\/span> Move to <span class=\"p\">Smarter.<\/span> Become a <span class=\"r\">Topper.<\/span><\/h1>\n      <div class=\"journey-steps\">\n        <div class=\"journey-track\"><\/div>\n        <div class=\"step starter\">\n          <span class=\"step-tag\">STEP 1<\/span>\n          <div class=\"step-badge\">\ud83d\ude80<\/div>\n          <div class=\"step-card\">\n            <h3 class=\"step-title\">Starter Pack<\/h3>\n            <ul class=\"step-items\">\n              <li><span class=\"dot\"><\/span>Topic Practice Tests<\/li>\n              <li><span class=\"dot\"><\/span>4-Year Topic PYQs<\/li>\n            <\/ul>\n            <div class=\"step-note\">\ud83d\udca1 Learn one topic at a time<\/div>\n          <\/div>\n        <\/div>\n        <div class=\"step smarter\">\n          <span class=\"step-tag\">STEP 2<\/span>\n          <div class=\"step-badge\">\ud83d\udcc8<\/div>\n          <div class=\"step-card\">\n            <h3 class=\"step-title\">Smarter Pack<\/h3>\n            <ul class=\"step-items\">\n              <li><span class=\"dot\"><\/span>6 Section Tests<\/li>\n              <li><span class=\"dot\"><\/span>Revision Tests<\/li>\n            <\/ul>\n            <div class=\"step-note\">\ud83d\udcda Practice complete sections<\/div>\n          <\/div>\n        <\/div>\n        <div class=\"step topper\">\n          <span class=\"step-tag\">STEP 3<\/span>\n          <div class=\"step-badge\">\ud83c\udfc6<\/div>\n          <div class=\"step-card\">\n            <h3 class=\"step-title\">Topper Pack<\/h3>\n            <ul class=\"step-items\">\n              <li><span class=\"dot\"><\/span>Full-Length Mocks<\/li>\n              <li><span class=\"dot\"><\/span>4-Year CLAT Papers<\/li>\n            <\/ul>\n            <div class=\"step-note\">\ud83c\udfaf Simulate the real exam<\/div>\n          <\/div>\n        <\/div>\n      <\/div>\n    <\/div>\n\n    <!-- RIGHT: tree -->\n    <div class=\"panel tree-panel\">\n      <div class=\"tree-heading\">\n        <h2>Master CLAT UG, <span class=\"red\">One Section<\/span> at a Time<\/h2>\n        <p>\ud83d\udcd8 Learn systematically <span class=\"sep\">|<\/span> \ud83c\udfaf Practice effectively <span class=\"sep\">|<\/span> \ud83d\udcc8 Improve consistently<\/p>\n      <\/div>\n\n      <div class=\"tree-stage\">\n        <!-- REALISTIC SVG BACKGROUND -->\n        <svg class=\"tree-svg\" viewBox=\"0 80 500 400\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n          <defs>\n            <!-- Organic Foliage Filter (Displacement Map) -->\n            <filter id=\"foliage\" x=\"-30%\" y=\"-30%\" width=\"160%\" height=\"160%\">\n              <feTurbulence type=\"fractalNoise\" baseFrequency=\"0.04\" numOctaves=\"4\" result=\"noise\" \/>\n              <feDisplacementMap in=\"SourceGraphic\" in2=\"noise\" scale=\"18\" xChannelSelector=\"R\" yChannelSelector=\"G\" \/>\n            <\/filter>\n\n            <!-- Grass Texture Base -->\n            <filter id=\"grassBase\" x=\"-20%\" y=\"-20%\" width=\"140%\" height=\"140%\">\n              <feTurbulence type=\"fractalNoise\" baseFrequency=\"0.1\" numOctaves=\"2\" result=\"noise\" \/>\n              <feDisplacementMap in=\"SourceGraphic\" in2=\"noise\" scale=\"10\" xChannelSelector=\"R\" yChannelSelector=\"G\" \/>\n            <\/filter>\n\n            <!-- 3D Gradients for Realistic Leaves -->\n            <radialGradient id=\"leafDeep\" cx=\"30%\" cy=\"30%\" r=\"70%\">\n              <stop offset=\"0%\" stop-color=\"#4d8232\"><\/stop>\n              <stop offset=\"50%\" stop-color=\"#2a521a\"><\/stop>\n              <stop offset=\"100%\" stop-color=\"#142e0a\"><\/stop>\n            <\/radialGradient>\n            \n            <radialGradient id=\"leafMid\" cx=\"40%\" cy=\"20%\" r=\"70%\">\n              <stop offset=\"0%\" stop-color=\"#5c963d\"><\/stop>\n              <stop offset=\"60%\" stop-color=\"#3b7024\"><\/stop>\n              <stop offset=\"100%\" stop-color=\"#1f4210\"><\/stop>\n            <\/radialGradient>\n\n            <radialGradient id=\"leafBright\" cx=\"20%\" cy=\"20%\" r=\"80%\">\n              <stop offset=\"0%\" stop-color=\"#72b54f\"><\/stop>\n              <stop offset=\"70%\" stop-color=\"#4a852c\"><\/stop>\n              <stop offset=\"100%\" stop-color=\"#264f13\"><\/stop>\n            <\/radialGradient>\n          <\/defs>\n\n          <!-- Organic Grass Base -->\n          <ellipse class=\"ground-shadow\" cx=\"250\" cy=\"435\" rx=\"140\" ry=\"20\" fill=\"#1b2e11\" filter=\"url(#grassBase)\" opacity=\"0.8\"><\/ellipse>\n          <ellipse class=\"ground-shadow\" cx=\"250\" cy=\"435\" rx=\"90\" ry=\"12\" fill=\"#2d4f1c\" filter=\"url(#grassBase)\"><\/ellipse>\n\n          <!-- Massive Background Canopy (Gives the tree density and volume) -->\n          <g class=\"bg-canopy\" filter=\"url(#foliage)\">\n            <circle cx=\"250\" cy=\"180\" r=\"110\" fill=\"url(#leafDeep)\"><\/circle>\n            <circle cx=\"160\" cy=\"220\" r=\"90\" fill=\"url(#leafDeep)\"><\/circle>\n            <circle cx=\"340\" cy=\"220\" r=\"90\" fill=\"url(#leafDeep)\"><\/circle>\n            <circle cx=\"200\" cy=\"140\" r=\"75\" fill=\"url(#leafDeep)\"><\/circle>\n            <circle cx=\"300\" cy=\"140\" r=\"75\" fill=\"url(#leafDeep)\"><\/circle>\n          <\/g>\n\n          <!-- Trunk Base & Roots (Layered for 3D Bark effect) -->\n          <!-- Dark Shadow Layer -->\n          <path class=\"trunk-path\" d=\"M230,440 Q240,360 250,300 Q253,250 250,225\" stroke=\"#1f120a\" stroke-width=\"26\" fill=\"none\" stroke-linecap=\"round\"><\/path>\n          <path class=\"trunk-path\" d=\"M270,440 Q260,360 250,300 Q253,250 250,225\" stroke=\"#1f120a\" stroke-width=\"26\" fill=\"none\" stroke-linecap=\"round\"><\/path>\n          <!-- Light Bark Layer -->\n          <path class=\"trunk-path\" d=\"M235,435 Q243,360 250,300 Q253,250 250,225\" stroke=\"#3b2313\" stroke-width=\"16\" fill=\"none\" stroke-linecap=\"round\"><\/path>\n          <path class=\"trunk-path\" d=\"M265,435 Q257,360 250,300 Q253,250 250,225\" stroke=\"#4a2c18\" stroke-width=\"16\" fill=\"none\" stroke-linecap=\"round\"><\/path>\n          <path d=\"M250,420 C246,380 254,340 250,300 C247,270 253,250 250,225\" stroke=\"#5c371f\" stroke-width=\"10\" fill=\"none\" stroke-linecap=\"round\"><\/path>\n          <path d=\"M245,430 Q250,350 250,300\" stroke=\"#754728\" stroke-width=\"3\" fill=\"none\" stroke-linecap=\"round\"><\/path>\n\n          <!-- Branches (Double Layered for Depth) -->\n          <!-- Left side -->\n          <path class=\"branch-path\" style=\"animation-delay:1.1s\" d=\"M250,340 C210,320 150,300 110,260\" stroke=\"#2b180d\" stroke-width=\"10\" fill=\"none\" stroke-linecap=\"round\"><\/path>\n          <path class=\"branch-path\" style=\"animation-delay:1.1s\" d=\"M250,340 C210,320 150,300 110,260\" stroke=\"#4a2c18\" stroke-width=\"6\" fill=\"none\" stroke-linecap=\"round\"><\/path>\n          \n          <path class=\"branch-path\" style=\"animation-delay:1.25s\" d=\"M250,300 C200,290 140,300 90,330\" stroke=\"#2b180d\" stroke-width=\"9\" fill=\"none\" stroke-linecap=\"round\"><\/path>\n          <path class=\"branch-path\" style=\"animation-delay:1.25s\" d=\"M250,300 C200,290 140,300 90,330\" stroke=\"#4a2c18\" stroke-width=\"5\" fill=\"none\" stroke-linecap=\"round\"><\/path>\n          \n          <path class=\"branch-path\" style=\"animation-delay:1.4s\" d=\"M250,380 C215,375 165,375 120,400\" stroke=\"#2b180d\" stroke-width=\"12\" fill=\"none\" stroke-linecap=\"round\"><\/path>\n          <path class=\"branch-path\" style=\"animation-delay:1.4s\" d=\"M250,380 C215,375 165,375 120,400\" stroke=\"#4a2c18\" stroke-width=\"7\" fill=\"none\" stroke-linecap=\"round\"><\/path>\n          \n          <!-- Right side -->\n          <path class=\"branch-path\" style=\"animation-delay:1.1s\" d=\"M250,340 C290,320 350,300 390,260\" stroke=\"#2b180d\" stroke-width=\"10\" fill=\"none\" stroke-linecap=\"round\"><\/path>\n          <path class=\"branch-path\" style=\"animation-delay:1.1s\" d=\"M250,340 C290,320 350,300 390,260\" stroke=\"#4a2c18\" stroke-width=\"6\" fill=\"none\" stroke-linecap=\"round\"><\/path>\n          \n          <path class=\"branch-path\" style=\"animation-delay:1.25s\" d=\"M250,300 C300,290 360,300 410,330\" stroke=\"#2b180d\" stroke-width=\"9\" fill=\"none\" stroke-linecap=\"round\"><\/path>\n          <path class=\"branch-path\" style=\"animation-delay:1.25s\" d=\"M250,300 C300,290 360,300 410,330\" stroke=\"#4a2c18\" stroke-width=\"5\" fill=\"none\" stroke-linecap=\"round\"><\/path>\n          \n          <path class=\"branch-path\" style=\"animation-delay:1.4s\" d=\"M250,380 C285,375 335,375 380,400\" stroke=\"#2b180d\" stroke-width=\"12\" fill=\"none\" stroke-linecap=\"round\"><\/path>\n          <path class=\"branch-path\" style=\"animation-delay:1.4s\" d=\"M250,380 C285,375 335,375 380,400\" stroke=\"#4a2c18\" stroke-width=\"7\" fill=\"none\" stroke-linecap=\"round\"><\/path>\n\n          <!-- Foreground Leaf Clusters (Textured & Shaded) -->\n          <g class=\"leaf-sway\" style=\"animation-delay:.2s\">\n            <g class=\"leaf-cluster\" filter=\"url(#foliage)\" style=\"animation-delay:1.3s\">\n              <circle cx=\"140\" cy=\"240\" r=\"45\" fill=\"url(#leafMid)\"><\/circle>\n              <circle cx=\"175\" cy=\"210\" r=\"35\" fill=\"url(#leafBright)\"><\/circle>\n              <circle cx=\"105\" cy=\"220\" r=\"30\" fill=\"url(#leafMid)\"><\/circle>\n              <circle cx=\"95\" cy=\"265\" r=\"28\" fill=\"url(#leafMid)\"><\/circle>\n            <\/g>\n          <\/g>\n          <g class=\"leaf-sway-slow\" style=\"animation-delay:.6s\">\n            <g class=\"leaf-cluster\" filter=\"url(#foliage)\" style=\"animation-delay:1.45s\">\n              <circle cx=\"360\" cy=\"240\" r=\"45\" fill=\"url(#leafMid)\"><\/circle>\n              <circle cx=\"325\" cy=\"210\" r=\"35\" fill=\"url(#leafBright)\"><\/circle>\n              <circle cx=\"395\" cy=\"220\" r=\"30\" fill=\"url(#leafMid)\"><\/circle>\n              <circle cx=\"405\" cy=\"265\" r=\"28\" fill=\"url(#leafMid)\"><\/circle>\n            <\/g>\n          <\/g>\n          <g class=\"leaf-sway\" style=\"animation-delay:1s\">\n            <g class=\"leaf-cluster\" filter=\"url(#foliage)\" style=\"animation-delay:1.6s\">\n              <circle cx=\"250\" cy=\"140\" r=\"55\" fill=\"url(#leafBright)\"><\/circle>\n              <circle cx=\"210\" cy=\"170\" r=\"40\" fill=\"url(#leafMid)\"><\/circle>\n              <circle cx=\"290\" cy=\"170\" r=\"40\" fill=\"url(#leafMid)\"><\/circle>\n              <circle cx=\"250\" cy=\"190\" r=\"30\" fill=\"url(#leafBright)\"><\/circle>\n            <\/g>\n          <\/g>\n          <g class=\"leaf-sway-slow\" style=\"animation-delay:1.4s\">\n            <g class=\"leaf-cluster\" filter=\"url(#foliage)\" style=\"animation-delay:1.8s\">\n               <circle cx=\"110\" cy=\"385\" r=\"38\" fill=\"url(#leafMid)\"><\/circle>\n               <circle cx=\"140\" cy=\"395\" r=\"28\" fill=\"url(#leafBright)\"><\/circle>\n               \n               <circle cx=\"390\" cy=\"385\" r=\"38\" fill=\"url(#leafMid)\"><\/circle>\n               <circle cx=\"360\" cy=\"395\" r=\"28\" fill=\"url(#leafBright)\"><\/circle>\n            <\/g>\n          <\/g>\n        <\/svg>\n\n        <!-- HTML Overlay Nodes (Unchanged Layout) -->\n        <div class=\"html-core\" style=\"top: 31%; left: 50%;\">\n          <span>CLAT UG<\/span>\n          <small>SYLLABUS<\/small>\n          <strong>SECTIONS<\/strong>\n        <\/div>\n\n        <div class=\"html-node n1\" style=\"top: 41.33%; left: 22%;\">\n          <div class=\"hn-icon\" style=\"background: var(--blue);\">A<span class=\"hn-badge\" style=\"color: var(--blue);\">1<\/span><\/div>\n          <div class=\"hn-text\"><h4>English Language<\/h4><p>Grammar \u00b7 Vocab \u00b7 RC<\/p><\/div>\n        <\/div>\n\n        <div class=\"html-node n2\" style=\"top: 60%; left: 18%;\">\n          <div class=\"hn-icon\" style=\"background: #e07a1f;\">\ud83c\udf10<span class=\"hn-badge\" style=\"color: #e07a1f;\">2<\/span><\/div>\n          <div class=\"hn-text\"><h4>Current Affairs<\/h4><p>National &amp; Int&#8217;l Events<\/p><\/div>\n        <\/div>\n\n        <div class=\"html-node n3\" style=\"top: 78.66%; left: 24%;\">\n          <div class=\"hn-icon\" style=\"background: #1f8a8a;\">\ud83e\udde0<span class=\"hn-badge\" style=\"color: #1f8a8a;\">3<\/span><\/div>\n          <div class=\"hn-text\"><h4>General Knowledge<\/h4><p>History \u00b7 Geo \u00b7 Polity<\/p><\/div>\n        <\/div>\n\n        <div class=\"html-node right-side n6\" style=\"top: 41.33%; left: 78%;\">\n          <div class=\"hn-icon\" style=\"background: var(--purple);\">\ud83d\udcca<span class=\"hn-badge\" style=\"color: var(--purple);\">6<\/span><\/div>\n          <div class=\"hn-text\"><h4>Quant. Techniques<\/h4><p>Arithmetic \u00b7 Algebra \u00b7 DI<\/p><\/div>\n        <\/div>\n\n        <div class=\"html-node right-side n5\" style=\"top: 60%; left: 82%;\">\n          <div class=\"hn-icon\" style=\"background: #2e8b3d;\">\ud83e\udde9<span class=\"hn-badge\" style=\"color: #2e8b3d;\">5<\/span><\/div>\n          <div class=\"hn-text\"><h4>Logical Reasoning<\/h4><p>Analytical &amp; Critical<\/p><\/div>\n        <\/div>\n\n        <div class=\"html-node right-side n4\" style=\"top: 78.66%; left: 76%;\">\n          <div class=\"hn-icon\" style=\"background: #e0a90f;\">\u2696\ufe0f<span class=\"hn-badge\" style=\"color: #e0a90f;\">4<\/span><\/div>\n          <div class=\"hn-text\"><h4>Legal Reasoning<\/h4><p>Principles \u00b7 Case Laws<\/p><\/div>\n        <\/div>\n\n      <\/div>\n      <button class=\"cta\" onclick=\"document.getElementById('sections').scrollIntoView({behavior:'smooth'})\">Select one Section <\/button>\n    <\/div>\n  <\/div>\n\n  <!-- SELECT-A-SECTION CONTAINER (Unchanged) -->\n  <div id=\"sections\" class=\"select-wrap\">\n    <div class=\"select-heading\">\n      <div class=\"eyebrow\"><span class=\"dot-ic\"><\/span><span class=\"line\"><\/span> Free Trial Tests Before You Buy<\/div>\n      <h2>Select <span class=\"hl\">One Section<\/span><\/h2>\n      <p>Try the first test in every pack for free \u2014 unlock the rest when you&#8217;re ready to go all in.<\/p>\n    <\/div>\n    <div class=\"pack-tabs\">\n      <button class=\"pack-tab\" data-pack=\"starter\"><span class=\"ic\">\ud83d\ude80<\/span> Starter Pack<\/button>\n      <button class=\"pack-tab\" data-pack=\"smarter\"><span class=\"ic\">\ud83d\udcc8<\/span> Smarter Pack<\/button>\n      <button class=\"pack-tab\" data-pack=\"topper\"><span class=\"ic\">\ud83c\udfc6<\/span> Topper Pack<\/button>\n    <\/div>\n    <div class=\"pack-panel starter-panel\" data-panel=\"starter\">\n      <div class=\"pack-head\"><div class=\"pack-icon\">\ud83d\ude80<\/div><div><span class=\"pack-step starter-step\">STEP 1<\/span><h3>Starter Pack<\/h3><p><b>Build Strong Concepts<\/b> \u2014 start Topic Tests to master individual concepts and solve <b>4-Year Topic-wise PYQs<\/b> to understand the question pattern.<\/p><\/div><div class=\"pack-timer\"><span class=\"num\">30<\/span><span class=\"lab\">Mins \/ Test<\/span><\/div><\/div>\n      <div class=\"topic-list\" id=\"starterTopics\"><\/div>\n      <div class=\"pack-buy\"><div class=\"pb-text\"><b>Topic 1 \u00b7 Test 1 is on us<\/b><br>Unlock all 10 topics with Test 1, Test 2 &amp; PYQs<\/div><button class=\"pb-btn\">Buy Starter Pack<\/button><\/div>\n    <\/div>\n    <div class=\"pack-panel smarter-panel\" data-panel=\"smarter\">\n      <div class=\"pack-head\"><div class=\"pack-icon\">\ud83d\udcc8<\/div><div><span class=\"pack-step smarter-step\">STEP 2<\/span><h3>Smarter Pack<\/h3><p><b>Master Every Section<\/b> \u2014 combine topic tests, improve accuracy, and become exam-ready through <b>Test 1 \u2013 Test 5<\/b>.<\/p><\/div><div class=\"pack-timer\"><span class=\"num\">60<\/span><span class=\"lab\">Mins \/ Test<\/span><\/div><\/div>\n      <div class=\"topic-list\" id=\"smarterTests\"><\/div>\n      <div class=\"pack-buy\"><div class=\"pb-text\"><b>Test 1 is on us<\/b><br>Unlock Test 1 \u2013 Test 5 with one pack<\/div><button class=\"pb-btn\">Buy Smarter Pack<\/button><\/div>\n    <\/div>\n    <div class=\"pack-panel topper-panel\" data-panel=\"topper\">\n      <div class=\"pack-head\"><div class=\"pack-icon\">\ud83c\udfc6<\/div><div><span class=\"pack-step topper-step\">STEP 3<\/span><h3>Topper Pack<\/h3><p><b>Real CLAT UG Experience<\/b> \u2014 take <b>Full-Length Mock Tests<\/b> and solve <b>Previous 4-Year Papers<\/b> to experience the real exam environment.<\/p><\/div><div class=\"pack-timer\"><span class=\"num\">2<\/span><span class=\"lab\">Hrs \/ Test<\/span><\/div><\/div>\n      <div class=\"topper-grid\">\n        <div><p class=\"topper-col-title\">Full-Length Mocks<\/p><div class=\"topper-list\" id=\"topperMocks\"><\/div><\/div>\n        <div><p class=\"topper-col-title\">Previous Year Papers<\/p><div class=\"topper-list\" id=\"topperPyqs\"><\/div><\/div>\n      <\/div>\n      <div class=\"pack-buy\"><div class=\"pb-text\"><b>Mock Test 1 is on us<\/b><br>Unlock all 5 mocks &amp; 5 years of PYQs<\/div><button class=\"pb-btn\">Buy Topper Pack<\/button><\/div>\n    <\/div>\n  <\/div>\n<\/div>\n\n<script>\n  const lockIcon = '<svg viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.4\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><rect x=\"4.5\" y=\"10.5\" width=\"15\" height=\"9.5\" rx=\"2.2\"><\/rect><path d=\"M8 10.5V7.5a4 4 0 0 1 8 0v3\"><\/path><\/svg>';\n  const starterEl = document.getElementById('starterTopics'); let starterHTML = '';\n  for (let t = 1; t <= 10; t++){\n    const items = [{label:'Test 1', free: t === 1}, {label:'Test 2', free:false}, {label:'PYQs',  free:false}];\n    let btns = '';\n    items.forEach(it=>{ btns += it.free ? `<button class=\"test-btn free\">${it.label}<span class=\"free-tag\">FREE<\/span><\/button>` : `<button class=\"test-btn locked\">${lockIcon}${it.label}<\/button>`; });\n    starterHTML += `<div class=\"topic-row\"><div class=\"topic-num\">${String(t).padStart(2,'0')}<\/div><div class=\"topic-name\">Topic ${t}<\/div><div class=\"topic-btns\">${btns}<\/div><\/div>`;\n  }\n  starterEl.innerHTML = starterHTML;\n\n  const sections = [{name:'English Language', free:true}, {name:'Current Affairs', free:false}, {name:'Legal Reasoning', free:false}, {name:'Logical Reasoning', free:false}, {name:'Quantitative Techniques', free:false}];\n  document.getElementById('smarterTests').innerHTML = sections.map((s,i) => `<div class=\"topic-row\"><div class=\"topic-num\">${String(i+1).padStart(2,'0')}<\/div><div class=\"topic-name\">Test ${i+1}<span class=\"topic-sub\">${s.name}<\/span><\/div><div class=\"topic-btns\">${s.free ? `<button class=\"test-btn free\">Take Test<span class=\"free-tag\">FREE<\/span><\/button>` : `<button class=\"test-btn locked\">${lockIcon}Take Test<\/button>`}<\/div><\/div>`).join('');\n\n  let mocksHTML = ''; for (let m = 1; m <= 5; m++){ mocksHTML += `<div class=\"topper-row\"><span class=\"tr-name\">CLAT Mock Test ${m}<\/span>${m === 1 ? `<button class=\"test-btn free\">Start<span class=\"free-tag\">FREE<\/span><\/button>` : `<button class=\"test-btn locked\">${lockIcon}Start<\/button>`}<\/div>`; }\n  document.getElementById('topperMocks').innerHTML = mocksHTML;\n\n  let pyqsHTML = ''; [2022,2023,2024,2025,2026].forEach(y=>{ pyqsHTML += `<div class=\"topper-row\"><span class=\"tr-name\">PYQ ${y}<\/span><button class=\"test-btn locked\">${lockIcon}Solve<\/button><\/div>`; });\n  document.getElementById('topperPyqs').innerHTML = pyqsHTML;\n\n  document.querySelectorAll('.pack-tab').forEach(tab=>{ tab.addEventListener('click', () => { document.querySelector(`.pack-panel[data-panel=\"${tab.dataset.pack}\"]`).scrollIntoView({behavior:'smooth', block:'start'}); }); });\n\n  document.addEventListener('click', (e) => {\n    const btn = e.target.closest('.test-btn.locked'); if (!btn) return;\n    btn.classList.remove('shake'); void btn.offsetWidth; btn.classList.add('shake');\n    btn.closest('.pack-panel').querySelector('.pb-btn').scrollIntoView({behavior:'smooth', block:'center'});\n  });\n<\/script>\n<\/body>\n<\/html>\n","protected":false},"excerpt":{"rendered":"<p>CLAT Success Journey &#8211; Realistic Edition Your CLAT Success Journey Start with Starter. Move to Smarter. Become a Topper. STEP [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"site-sidebar-layout":"no-sidebar","site-content-layout":"","ast-site-content-layout":"full-width-container","site-content-style":"default","site-sidebar-style":"default","ast-global-header-display":"","ast-banner-title-visibility":"","ast-main-header-display":"","ast-hfb-above-header-display":"","ast-hfb-below-header-display":"","ast-hfb-mobile-header-display":"","site-post-title":"","ast-breadcrumbs-content":"","ast-featured-img":"","footer-sml-layout":"","ast-disable-related-posts":"","theme-transparent-header-meta":"","adv-header-id-meta":"","stick-header-meta":"","header-above-stick-meta":"","header-main-stick-meta":"","header-below-stick-meta":"","astra-migrate-meta-layouts":"default","ast-page-background-enabled":"default","ast-page-background-meta":{"desktop":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"ast-content-background-meta":{"desktop":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"footnotes":""},"class_list":["post-41","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/site5.34.93.252.0.nip.io\/index.php\/wp-json\/wp\/v2\/pages\/41","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/site5.34.93.252.0.nip.io\/index.php\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/site5.34.93.252.0.nip.io\/index.php\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/site5.34.93.252.0.nip.io\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/site5.34.93.252.0.nip.io\/index.php\/wp-json\/wp\/v2\/comments?post=41"}],"version-history":[{"count":11,"href":"https:\/\/site5.34.93.252.0.nip.io\/index.php\/wp-json\/wp\/v2\/pages\/41\/revisions"}],"predecessor-version":[{"id":53,"href":"https:\/\/site5.34.93.252.0.nip.io\/index.php\/wp-json\/wp\/v2\/pages\/41\/revisions\/53"}],"wp:attachment":[{"href":"https:\/\/site5.34.93.252.0.nip.io\/index.php\/wp-json\/wp\/v2\/media?parent=41"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}