:root{--cc-blue: #1e4ba8;--cc-blue-dark: #143578;--cc-blue-light: #5b8ee0;--cc-cyan: #4ad8d8;--cc-green: #6cc24a;--cc-green-dark: #4ea534;--cc-coral: #ff6b5b;--cc-coral-dark: #f0533f;--cc-coral-light: #ffb8a8;--cc-pink: #ec5b8e;--cc-pink-light: #ffd6e3;--cc-yellow: #ffc83d;--cc-yellow-light: #fff0c2;--cc-orange: #ff8c42;--cc-purple: #9c5ed4;--cc-purple-light: #e9d4f9;--cc-mint-light: #d6f5e6;--cc-peach: #ffe5d4;--cc-peach-soft: #fff4ec;--bg-cream: #fffaf3;--bg-warm: #fef5ee;--bg-soft-blue: #eef4ff;--bg-soft-pink: #fff0f3;--bg-soft-green: #effaeb;--bg-soft-yellow: #fffaeb;--bg-soft-purple: #f7f1ff;--white: #ffffff;--ink: #1c1f33;--ink-soft: #4a4f6b;--ink-muted: #8a8fa3;--line: #ecedf3;--line-warm: #f5e6d8;--font-serif: "Fraunces", "DM Serif Display", Georgia, serif;--font-sans: "DM Sans", "Nunito", system-ui, sans-serif;--font-hand: "Caveat", "Kalam", cursive;--container: 1200px;--radius-sm: 10px;--radius-md: 18px;--radius-lg: 28px;--radius-pill: 999px;--shadow-xs: 0 1px 2px rgba(28, 31, 51, .04);--shadow-sm: 0 2px 8px rgba(28, 31, 51, .06);--shadow-md: 0 10px 30px rgba(28, 31, 51, .08);--shadow-lg: 0 25px 60px rgba(28, 31, 51, .12);--shadow-coral: 0 14px 30px rgba(255, 107, 91, .35);--shadow-card: 0 4px 0 rgba(28, 31, 51, .04), 0 14px 32px rgba(28, 31, 51, .08)}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:var(--font-sans);font-weight:400;font-size:16px;color:var(--ink);background:var(--white);line-height:1.6;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;overflow-x:hidden}img{max-width:100%;display:block}a{color:inherit;text-decoration:none}button{font-family:inherit;cursor:pointer;border:none;background:none}.container{max-width:var(--container);margin:0 auto;padding:0 24px}h1,h2,h3,h4{font-family:var(--font-serif);font-weight:600;color:var(--ink);line-height:1.1;letter-spacing:-.02em}h1{font-size:clamp(2.5rem,5.5vw,4.2rem)}h2{font-size:clamp(2rem,4vw,3rem)}h3{font-size:clamp(1.3rem,2.2vw,1.65rem)}h4{font-size:1.1rem}.serif{font-family:var(--font-serif)}.hand{font-family:var(--font-hand)}.text-coral{color:var(--cc-coral)}.text-blue{color:var(--cc-blue)}.text-green{color:var(--cc-green)}.text-pink{color:var(--cc-pink)}.text-yellow{color:var(--cc-yellow)}.eyebrow{display:inline-block;font-family:var(--font-sans);font-size:.72rem;font-weight:700;letter-spacing:.18em;text-transform:uppercase;padding:8px 16px;border-radius:var(--radius-pill);margin-bottom:18px}.eyebrow.coral{background:var(--cc-pink-light);color:var(--cc-coral-dark)}.eyebrow.green{background:var(--cc-mint-light);color:var(--cc-green-dark)}.eyebrow.blue{background:var(--bg-soft-blue);color:var(--cc-blue)}.eyebrow.yellow{background:var(--cc-yellow-light);color:#a37b00}.eyebrow.purple{background:var(--cc-purple-light);color:var(--cc-purple)}.btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;padding:15px 32px;border-radius:var(--radius-pill);font-family:var(--font-sans);font-weight:700;font-size:.98rem;transition:transform .25s ease,box-shadow .25s ease,background .25s ease;white-space:nowrap;border:2px solid transparent;cursor:pointer}.btn-primary{background:var(--cc-coral);color:#fff;box-shadow:var(--shadow-coral)}.btn-primary:hover{background:var(--cc-coral-dark);transform:translateY(-2px);box-shadow:0 18px 36px #ff6b5b73}.btn-outline{background:transparent;color:var(--ink);border-color:var(--ink)}.btn-outline:hover{background:var(--ink);color:#fff;transform:translateY(-2px)}.btn-green{background:var(--cc-green);color:#fff;box-shadow:0 12px 26px #6cc24a59}.btn-green:hover{background:var(--cc-green-dark);transform:translateY(-2px)}.btn-dark{background:var(--cc-blue-dark);color:#fff}.btn-dark:hover{background:var(--cc-blue);transform:translateY(-2px)}.btn-pink{background:var(--cc-pink);color:#fff;box-shadow:0 12px 26px #ec5b8e59}.btn-pink:hover{background:#d4477a;transform:translateY(-2px)}.announcement-bar{background:var(--ink);color:#fff;font-size:.82rem;text-align:center;padding:10px 16px;font-weight:500}.announcement-bar span{margin:0 14px}.header{background:#fff;position:sticky;top:0;z-index:100;border-bottom:1px solid var(--line)}.header-inner{display:flex;align-items:center;justify-content:space-between;padding:16px 0;gap:24px}.logo{display:flex;align-items:center;gap:10px}.logo-mark{width:44px;height:44px;flex-shrink:0}.logo-text{font-family:var(--font-serif);font-weight:700;font-size:1.35rem;line-height:1}.logo-text .cls{color:var(--cc-cyan)}.logo-text .chp{color:var(--cc-green)}.nav{display:flex;gap:32px;list-style:none;align-items:center}.nav a{font-weight:500;color:var(--ink-soft);font-size:.95rem;position:relative;padding:8px 0;transition:color .2s ease}.nav a:hover,.nav a.active{color:var(--ink)}.nav a.active:after{content:"";position:absolute;bottom:0;left:50%;transform:translate(-50%);width:24px;height:3px;background:var(--cc-coral);border-radius:2px}.nav .has-arrow:after{content:"\25be";font-size:.7em;margin-left:5px}.header-actions{display:flex;gap:12px;align-items:center}.icon-btn{width:40px;height:40px;display:grid;place-items:center;border-radius:50%;position:relative;transition:background .2s ease,color .2s ease;color:var(--ink-soft)}.icon-btn:hover{background:var(--bg-soft-blue);color:var(--cc-blue)}.cart-count{position:absolute;top:0;right:0;background:var(--cc-coral);color:#fff;font-size:.7rem;font-weight:700;width:18px;height:18px;border-radius:50%;display:grid;place-items:center}.header .btn-primary{padding:10px 22px;font-size:.9rem}.mobile-toggle{display:none;width:40px;height:40px}.mobile-toggle span{display:block;width:22px;height:2px;background:var(--ink);margin:5px auto;border-radius:2px}.hero{position:relative;background:var(--white);padding:70px 0 80px;overflow:hidden}.hero:before{content:"";position:absolute;width:500px;height:500px;background:radial-gradient(circle,rgba(255,200,61,.08) 0%,transparent 70%);top:-100px;right:-150px;pointer-events:none}.hero:after{content:"";position:absolute;width:400px;height:400px;background:radial-gradient(circle,rgba(108,194,74,.07) 0%,transparent 70%);bottom:-50px;left:-100px;pointer-events:none}.hero-inner{display:grid;grid-template-columns:1.05fr 1fr;gap:50px;align-items:center;position:relative;z-index:1}.hero h1{font-size:clamp(2.6rem,5.5vw,4.4rem);line-height:1.02;margin-bottom:22px;letter-spacing:-.03em}.hero h1 .accent{color:var(--cc-coral);font-style:italic;font-weight:500}.hero h1 .underline{position:relative;display:inline-block}.hero h1 .underline:after{content:"";position:absolute;bottom:4px;left:-2%;width:104%;height:12px;background:var(--cc-yellow);z-index:-1;opacity:.55;border-radius:2px}.hero-sub{color:var(--ink-soft);font-size:1.08rem;margin-bottom:32px;max-width:480px;line-height:1.65}.hero-cta{display:flex;gap:14px;flex-wrap:wrap;margin-bottom:32px}.proof-row{display:flex;align-items:center;gap:16px}.avatar-stack{display:flex;align-items:center}.avatar-stack .avatar{width:38px;height:38px;border-radius:50%;border:2.5px solid white;margin-left:-10px;display:grid;place-items:center;font-weight:700;font-size:.8rem;color:#fff}.avatar-stack .avatar:first-child{margin-left:0}.avatar-stack .avatar.a1{background:linear-gradient(135deg,#ff8c42,#ff6b5b)}.avatar-stack .avatar.a2{background:linear-gradient(135deg,#6cc24a,#4ea534)}.avatar-stack .avatar.a3{background:linear-gradient(135deg,#5b8ee0,#1e4ba8)}.avatar-stack .avatar.a4{background:linear-gradient(135deg,#ec5b8e,#d4477a)}.proof-text{line-height:1.3}.proof-stars{color:var(--cc-yellow);font-size:.95rem;letter-spacing:1px;margin-bottom:2px}.proof-label{font-size:.85rem;color:var(--ink-soft);font-weight:500}.proof-label strong{color:var(--ink);font-weight:700}.hero-product{position:relative;display:flex;justify-content:center;align-items:center;min-height:480px}.hero-product-stage{position:relative;width:100%;max-width:460px}.hero-book{position:relative;z-index:3;transform:rotate(-4deg);filter:drop-shadow(0 30px 50px rgba(30,75,168,.25));animation:floatBook 6s ease-in-out infinite}@keyframes floatBook{0%,to{transform:rotate(-4deg) translateY(0)}50%{transform:rotate(-4deg) translateY(-12px)}}.ages-badge{position:absolute;top:-10px;right:0;background:var(--cc-coral);color:#fff;width:96px;height:96px;border-radius:50%;display:grid;place-items:center;text-align:center;font-family:var(--font-serif);font-weight:600;font-size:.95rem;line-height:1.1;box-shadow:0 12px 24px #ff6b5b66;z-index:5;transform:rotate(10deg)}.ages-badge strong{display:block;font-size:1.4rem;font-weight:700;margin-top:2px}.pencil-stack{position:absolute;bottom:30px;right:-10px;z-index:4}.book-stack{position:absolute;bottom:0;right:30px;z-index:2}.doodle-squiggle,.doodle-star{position:absolute;pointer-events:none}.trust-band{padding:0 0 80px;background:#fff}.trust-band-inner{background:var(--cc-peach-soft);border-radius:var(--radius-lg);padding:32px 40px;display:grid;grid-template-columns:repeat(4,1fr);gap:28px;border:1px solid var(--line-warm)}.trust-feature{display:flex;align-items:flex-start;gap:14px}.trust-feature-icon{width:46px;height:46px;border-radius:12px;display:grid;place-items:center;flex-shrink:0;background:#fff;box-shadow:var(--shadow-sm)}.trust-feature-icon.coral{color:var(--cc-coral)}.trust-feature-icon.green{color:var(--cc-green)}.trust-feature-icon.blue{color:var(--cc-blue)}.trust-feature-icon.purple{color:var(--cc-purple)}.trust-feature-text strong{display:block;font-family:var(--font-sans);font-weight:700;color:var(--ink);margin-bottom:3px;font-size:.95rem}.trust-feature-text span{color:var(--ink-soft);font-size:.82rem;line-height:1.45}.section-head{text-align:center;margin-bottom:56px}.section-head h2{margin-bottom:14px}.section-head h2 .accent{color:var(--cc-coral);font-style:italic;font-weight:500}.section-sub{color:var(--ink-soft);max-width:580px;margin:0 auto;font-size:1.02rem;line-height:1.65}.skills-section{padding:100px 0;background:#fff}.skills-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:18px}.skill-card{background:#fff;border:1px solid var(--line);border-radius:var(--radius-md);padding:28px 18px;text-align:center;transition:transform .3s ease,box-shadow .3s ease,border-color .3s ease}.skill-card:hover{transform:translateY(-6px);box-shadow:var(--shadow-md);border-color:transparent}.skill-icon{width:64px;height:64px;border-radius:50%;display:grid;place-items:center;margin:0 auto 16px}.skill-icon.c1{background:var(--bg-soft-pink);color:var(--cc-coral)}.skill-icon.c2{background:var(--bg-soft-green);color:var(--cc-green-dark)}.skill-icon.c3{background:var(--bg-soft-yellow);color:#d99800}.skill-icon.c4{background:var(--bg-soft-blue);color:var(--cc-blue)}.skill-icon.c5{background:var(--bg-soft-purple);color:var(--cc-purple)}.skill-icon.c6{background:var(--cc-mint-light);color:var(--cc-green-dark)}.skill-card h4{font-family:var(--font-serif);font-size:1.1rem;color:var(--ink);margin-bottom:8px}.skill-card p{font-size:.85rem;color:var(--ink-soft);line-height:1.5}.shop-by-class{padding:100px 0;background:var(--bg-warm);position:relative}.shop-by-class .section-head{position:relative}.pick-grade-deco{position:absolute;right:0;top:24px;font-family:var(--font-hand);font-size:1.6rem;color:var(--cc-coral);transform:rotate(-6deg)}.pick-grade-deco svg{display:block;margin-top:-8px;margin-left:30px}.class-tabs{display:flex;justify-content:center;flex-wrap:wrap;gap:10px;margin-bottom:50px}.class-tab{background:#fff;border:1.5px solid var(--line);padding:11px 28px;border-radius:var(--radius-pill);font-family:var(--font-sans);font-weight:600;color:var(--ink-soft);font-size:.94rem;transition:all .25s ease}.class-tab:hover{border-color:var(--cc-coral);color:var(--cc-coral)}.class-tab.active{background:var(--cc-coral);color:#fff;border-color:var(--cc-coral);box-shadow:0 8px 20px #ff6b5b59}.books-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:22px;margin-bottom:48px}.book-card{text-align:center;cursor:pointer;transition:transform .35s cubic-bezier(.25,.46,.45,.94)}.book-card:hover{transform:translateY(-10px)}.book-card-img{margin-bottom:16px;filter:drop-shadow(0 14px 24px rgba(30,75,168,.18));transition:filter .3s ease}.book-card:hover .book-card-img{filter:drop-shadow(0 22px 30px rgba(30,75,168,.28))}.book-card-img svg{width:100%;height:auto}.book-card-title{font-family:var(--font-serif);font-weight:600;font-size:1rem;color:var(--ink)}.book-card-grade{display:inline-block;font-size:.7rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;padding:3px 10px;border-radius:12px;margin-top:6px}.book-card-grade.g1{background:var(--bg-soft-pink);color:var(--cc-coral)}.book-card-grade.g2{background:var(--bg-soft-green);color:var(--cc-green-dark)}.book-card-grade.g3{background:var(--bg-soft-purple);color:var(--cc-purple)}.book-card-grade.g4{background:var(--cc-yellow-light);color:#a37b00}.book-card-grade.g5{background:var(--bg-soft-blue);color:var(--cc-blue)}.view-all-wrap{text-align:center}.multi-subjects{padding:100px 0;background:#fff}.subjects-grid{display:grid;grid-template-columns:1fr 1.6fr;gap:56px;align-items:center}.subjects-text h2{margin-bottom:18px}.subjects-text h2 .accent{color:var(--cc-coral);font-style:italic;font-weight:500}.subjects-text p{color:var(--ink-soft);margin-bottom:28px;font-size:1.02rem;max-width:380px;line-height:1.65}.subjects-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.subject-card{background:#fff;border:1px solid var(--line);border-radius:var(--radius-md);padding:28px 20px;text-align:center;transition:transform .3s ease,box-shadow .3s ease,border-color .3s ease}.subject-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-md);border-color:transparent}.subject-icon-wrap{width:72px;height:72px;border-radius:20px;display:grid;place-items:center;margin:0 auto 14px}.subject-icon-wrap.english{background:var(--bg-soft-pink)}.subject-icon-wrap.math{background:var(--cc-yellow-light)}.subject-icon-wrap.hindi{background:var(--cc-peach)}.subject-icon-wrap.evs{background:var(--bg-soft-green)}.subject-icon-wrap.science{background:var(--bg-soft-purple)}.subject-icon-wrap.more{background:var(--bg-soft-blue)}.subject-card span{display:block;font-family:var(--font-serif);font-weight:600;font-size:1rem;color:var(--ink)}.coming-soon-tag{display:inline-block;font-size:.7rem;color:var(--ink-muted);font-family:var(--font-sans);font-weight:500;margin-top:2px}.why-choose{padding:80px 0;background:#fff}.why-choose-inner{background:linear-gradient(135deg,#1e4ba8,#2d5fc4);border-radius:var(--radius-lg);padding:56px;display:grid;grid-template-columns:1.3fr 1fr;align-items:center;position:relative;overflow:hidden;gap:32px}.why-choose-inner:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(circle at 15% 25%,rgba(255,255,255,.12) 0%,transparent 35%),radial-gradient(circle at 85% 75%,rgba(255,200,61,.15) 0%,transparent 40%);pointer-events:none}.why-choose-text{position:relative;z-index:1;color:#fff}.why-choose-text h2{color:#fff;margin-bottom:36px;font-size:clamp(1.8rem,3vw,2.4rem)}.why-choose-text h2 .accent{color:var(--cc-yellow);font-style:italic;font-weight:500}.stats-row{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.stat{text-align:center;color:#fff}.stat-icon{width:56px;height:56px;border-radius:50%;background:#ffffff1a;margin:0 auto 10px;display:grid;place-items:center}.stat-num{font-family:var(--font-serif);font-weight:600;font-size:clamp(1.6rem,2.5vw,2.1rem);display:block;line-height:1;margin-bottom:6px}.stat-num.yellow{color:var(--cc-yellow)}.stat-label{font-size:.82rem;font-weight:500;opacity:.95}.why-choose-kids{position:relative;z-index:1}.inside-workbook{padding:100px 0;background:var(--bg-cream);position:relative}.workbook-carousel-wrap{position:relative;margin-top:40px}.workbook-carousel{display:grid;grid-template-columns:repeat(5,1fr);gap:22px;padding:10px 4px 30px}.workbook-page{background:#fff;border-radius:var(--radius-md);overflow:hidden;box-shadow:var(--shadow-card);transition:transform .35s ease;border:1px solid var(--line)}.workbook-page:hover{transform:translateY(-8px) rotate(-1deg)}.workbook-page-header{padding:18px 16px;text-align:center;color:#fff;font-family:var(--font-serif);font-weight:600;font-size:1.1rem}.workbook-page-header.blue{background:linear-gradient(180deg,var(--cc-blue-light),var(--cc-blue))}.workbook-page-header.green{background:linear-gradient(180deg,#7dd06a,var(--cc-green))}.workbook-page-header.purple{background:linear-gradient(180deg,#b67fdb,var(--cc-purple))}.workbook-page-header.orange{background:linear-gradient(180deg,#ffae6d,var(--cc-orange))}.workbook-page-header.pink{background:linear-gradient(180deg,#f57aa8,var(--cc-pink))}.workbook-page-body{padding:14px;background:#fff;min-height:280px}.carousel-arrow{position:absolute;top:50%;transform:translateY(-50%);width:48px;height:48px;background:#fff;border-radius:50%;display:grid;place-items:center;box-shadow:var(--shadow-md);color:var(--cc-blue);font-size:1.3rem;z-index:2;transition:background .2s ease,color .2s ease;border:1px solid var(--line)}.carousel-arrow:hover{background:var(--cc-coral);color:#fff;border-color:var(--cc-coral)}.carousel-arrow.prev{left:-24px}.carousel-arrow.next{right:-24px}.carousel-dots{display:flex;justify-content:center;gap:8px;margin-top:16px}.carousel-dots span{width:9px;height:9px;border-radius:50%;background:var(--line)}.carousel-dots span.active{background:var(--cc-coral)}.best-seller{padding:100px 0;background:linear-gradient(135deg,#fff0f3,#ffe4ee);position:relative;overflow:hidden}.bestseller-grid{display:grid;grid-template-columns:1fr 1fr 1fr;gap:32px;align-items:center}.bestseller-left .eyebrow{margin-bottom:12px}.bestseller-left h2{color:var(--ink);font-size:clamp(2rem,3.5vw,2.6rem);margin:0}.bestseller-left h2 .accent{color:var(--cc-coral);font-style:italic;font-weight:500}.bestseller-left .tagline{color:var(--ink-soft);margin:16px 0 24px;font-size:1rem;line-height:1.6}.bestseller-features{background:#fff;border-radius:var(--radius-md);padding:22px;margin-bottom:26px;list-style:none;box-shadow:var(--shadow-sm)}.bestseller-features li{display:flex;align-items:center;gap:12px;padding:7px 0;color:var(--ink);font-weight:500;font-size:.94rem}.bestseller-features .check{width:24px;height:24px;background:var(--cc-green);border-radius:50%;display:grid;place-items:center;color:#fff;font-size:.78rem;font-weight:700;flex-shrink:0}.bestseller-center{text-align:center;position:relative}.bestseller-book{display:inline-block;position:relative;transform:rotate(-4deg);filter:drop-shadow(0 25px 50px rgba(236,91,142,.3))}.medal-badge{position:absolute;top:-8px;right:8px;z-index:4}.bestseller-right h3{font-size:1.7rem;color:var(--ink);margin-bottom:14px}.rating-row{display:flex;align-items:center;gap:10px;margin-bottom:16px}.stars{display:flex;gap:1px;color:var(--cc-yellow);font-size:1.1rem}.rating-text{color:var(--ink-soft);font-weight:500;font-size:.88rem}.price-row{display:flex;align-items:baseline;gap:12px;margin-bottom:28px}.price-now{font-family:var(--font-serif);font-weight:700;font-size:2.3rem;color:var(--ink)}.price-old{color:var(--ink-muted);text-decoration:line-through;font-size:1.1rem;font-weight:500}.price-discount{background:var(--cc-coral);color:#fff;font-weight:700;font-size:.78rem;padding:5px 11px;border-radius:6px;letter-spacing:.04em}.book-mini-features{display:grid;grid-template-columns:repeat(2,1fr);gap:10px;margin-bottom:28px}.mini-feature{display:flex;align-items:center;gap:10px;padding:10px 12px;background:#fff;border-radius:10px;box-shadow:var(--shadow-xs)}.mini-feature-icon{width:32px;height:32px;border-radius:8px;display:grid;place-items:center;color:var(--cc-blue);background:var(--bg-soft-blue);flex-shrink:0}.mini-feature span{font-size:.82rem;color:var(--ink);font-weight:600;line-height:1.2}.reviews-section{padding:100px 0;background:#fff}.reviews-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:26px}.review-card{background:#fff;border:1px solid var(--line);border-radius:var(--radius-lg);padding:32px 28px;transition:box-shadow .3s ease,transform .3s ease,border-color .3s ease}.review-card:hover{box-shadow:var(--shadow-md);transform:translateY(-4px);border-color:transparent}.review-quote{font-family:var(--font-serif);font-size:3.5rem;color:var(--cc-coral);line-height:.5;margin-bottom:8px;opacity:.8}.review-stars-top{color:var(--cc-yellow);font-size:1rem;letter-spacing:1px;margin-bottom:12px}.review-text{color:var(--ink);font-size:1rem;margin-bottom:22px;line-height:1.6;font-family:var(--font-serif);font-weight:400}.review-author{display:flex;align-items:center;gap:12px;padding-top:18px;border-top:1px solid var(--line)}.review-avatar{width:48px;height:48px;border-radius:50%;display:grid;place-items:center;color:#fff;font-weight:700;font-size:.95rem}.review-avatar.r1{background:linear-gradient(135deg,var(--cc-coral),var(--cc-pink))}.review-avatar.r2{background:linear-gradient(135deg,var(--cc-green),var(--cc-green-dark))}.review-avatar.r3{background:linear-gradient(135deg,var(--cc-blue-light),var(--cc-blue))}.review-name{font-weight:700;color:var(--ink);font-size:.95rem}.review-role{color:var(--ink-muted);font-size:.82rem}.faq-section{padding:100px 0;background:var(--bg-warm)}.faq-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px;max-width:1100px;margin:40px auto 0}.faq-item{background:#fff;border:1px solid var(--line);border-radius:var(--radius-md);overflow:hidden;transition:box-shadow .25s ease,border-color .25s ease}.faq-item.open{box-shadow:var(--shadow-md);border-color:var(--cc-coral-light)}.faq-q{width:100%;text-align:left;padding:20px 24px;font-family:var(--font-serif);font-weight:600;font-size:1rem;color:var(--ink);display:flex;justify-content:space-between;align-items:center;gap:12px;background:#fff}.faq-toggle{width:28px;height:28px;border-radius:50%;background:var(--bg-soft-pink);display:grid;place-items:center;color:var(--cc-coral);font-size:1.2rem;font-weight:700;flex-shrink:0;transition:transform .3s ease,background .3s ease,color .3s ease}.faq-item.open .faq-toggle{transform:rotate(45deg);background:var(--cc-coral);color:#fff}.faq-a{max-height:0;overflow:hidden;transition:max-height .35s ease,padding .35s ease;padding:0 24px;color:var(--ink-soft);font-size:.94rem;line-height:1.65}.faq-item.open .faq-a{max-height:320px;padding:0 24px 22px}.final-cta{padding:60px 0 0}.final-cta-banner{background:linear-gradient(135deg,#ff8c42,#ff6b5b);border-radius:var(--radius-lg);padding:56px;display:grid;grid-template-columns:1fr 1.3fr;align-items:center;gap:40px;position:relative;overflow:hidden}.final-cta-banner:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(circle at 80% 30%,rgba(255,255,255,.18) 0%,transparent 40%),radial-gradient(circle at 20% 70%,rgba(255,200,61,.18) 0%,transparent 40%);pointer-events:none}.final-cta-img{border-radius:var(--radius-md);overflow:hidden;position:relative;z-index:1}.final-cta-text{color:#fff;position:relative;z-index:1}.final-cta-text .eyebrow{background:#fff3;color:#fff;margin-bottom:18px}.final-cta-text h2{color:#fff;font-size:clamp(1.9rem,3.5vw,2.6rem);margin-bottom:24px;line-height:1.15}.final-cta-text h2 .accent{color:var(--cc-yellow);font-style:italic;font-weight:500}.final-cta .btn-dark{background:#fff;color:var(--ink)}.final-cta .btn-dark:hover{background:var(--ink);color:#fff}.trust-strip{padding:32px 0;background:#fff;border-bottom:1px solid var(--line)}.trust-strip-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px}.trust-strip-item{display:flex;align-items:center;gap:12px}.trust-strip-icon{width:44px;height:44px;background:var(--bg-soft-blue);border-radius:12px;display:grid;place-items:center;color:var(--cc-blue);flex-shrink:0}.trust-strip-item strong{display:block;font-family:var(--font-serif);color:var(--ink);font-size:.98rem;font-weight:600}.trust-strip-item span{color:var(--ink-muted);font-size:.82rem}.footer{background:#0e1c3d;color:#c4cee0;padding:70px 0 0}.footer-grid{display:grid;grid-template-columns:1.4fr 1fr 1fr 1.2fr;gap:40px;margin-bottom:40px}.footer h4{color:#fff;font-size:1rem;margin-bottom:20px;font-family:var(--font-sans);font-weight:700}.footer ul{list-style:none}.footer ul li{margin-bottom:11px}.footer ul a{color:#c4cee0;font-size:.92rem;transition:color .2s ease}.footer ul a:hover{color:#fff}.footer-logo{display:flex;align-items:center;gap:10px;margin-bottom:16px}.footer-logo .logo-text{font-family:var(--font-serif);font-weight:700;font-size:1.3rem;line-height:1}.footer-logo .logo-text .cls,.footer-logo .logo-text .chp{color:#fff}.footer-logo .logo-text small{display:block;font-family:var(--font-hand);color:#8aa0c2;font-size:1.1rem;font-weight:400;margin-top:4px}.footer-tagline{color:#8aa0c2;font-size:.92rem;margin-bottom:20px;max-width:280px;line-height:1.55}.social-icons{display:flex;gap:10px}.social-icons a{width:38px;height:38px;border-radius:50%;background:#ffffff0f;display:grid;place-items:center;color:#c4cee0;transition:background .2s ease,color .2s ease}.social-icons a:hover{background:var(--cc-coral);color:#fff}.footer-contact-item{display:flex;align-items:flex-start;gap:10px;margin-bottom:14px;font-size:.9rem;line-height:1.5}.footer-contact-icon{color:var(--cc-coral);flex-shrink:0;margin-top:2px}.footer-bottom{border-top:1px solid rgba(255,255,255,.08);padding:22px 0;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:16px;font-size:.85rem;color:#8aa0c2}.payment-icons{display:flex;gap:8px;align-items:center}.payment-icons span{background:#fff;padding:5px 11px;border-radius:6px;color:var(--ink);font-size:.7rem;font-weight:700}.page-header{padding:50px 0 30px;background:var(--bg-warm);text-align:center}.page-header h1{font-size:clamp(2rem,4vw,3rem);margin-bottom:8px}.breadcrumb{display:flex;justify-content:center;gap:8px;color:var(--ink-muted);font-size:.9rem;margin-top:8px}.breadcrumb a{color:var(--cc-coral);font-weight:600}.shop-layout{display:grid;grid-template-columns:240px 1fr;gap:32px;padding:40px 0 80px}.shop-sidebar{background:#fff;border:1px solid var(--line);border-radius:var(--radius-md);padding:24px;height:fit-content;position:sticky;top:100px}.filter-group{margin-bottom:24px}.filter-group h5{font-family:var(--font-serif);font-size:1rem;margin-bottom:12px;color:var(--ink);font-weight:600}.filter-group label{display:flex;align-items:center;gap:8px;padding:6px 0;font-size:.9rem;color:var(--ink-soft);cursor:pointer}.filter-group input[type=checkbox]{accent-color:var(--cc-coral)}.products-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.product-card{background:#fff;border:1px solid var(--line);border-radius:var(--radius-md);overflow:hidden;transition:box-shadow .3s ease,transform .3s ease}.product-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-md)}.product-card-img{background:var(--bg-cream);padding:24px;text-align:center}.product-card-img svg{max-height:260px;margin:0 auto}.product-card-body{padding:20px}.product-card-class{display:inline-block;background:var(--bg-soft-green);color:var(--cc-green-dark);font-size:.7rem;font-weight:700;padding:3px 10px;border-radius:20px;margin-bottom:8px}.product-card h3{font-size:1.05rem;color:var(--ink);margin-bottom:6px}.product-card .price-row{margin-bottom:12px}.product-card .price-now{font-size:1.3rem}.product-card .price-old{font-size:.9rem}.product-detail{display:grid;grid-template-columns:1fr 1fr;gap:50px;padding:40px 0 60px}.product-detail-img{background:var(--bg-cream);border-radius:var(--radius-lg);padding:40px;text-align:center}.product-detail-info h1{color:var(--ink)}.product-detail-info .price-row{margin:16px 0 24px}.product-detail-info .price-now{font-size:2.4rem;color:var(--cc-coral)}.product-detail-info ul{list-style:none;margin:24px 0;background:var(--bg-cream);padding:24px;border-radius:var(--radius-md)}.product-detail-info ul li{display:flex;gap:10px;align-items:center;padding:6px 0;font-weight:500}.product-detail-info ul li:before{content:"\2713";color:var(--cc-green);background:var(--bg-soft-green);width:22px;height:22px;border-radius:50%;display:grid;place-items:center;font-size:.75rem;font-weight:700}.qty-control{display:inline-flex;align-items:center;border:2px solid var(--line);border-radius:var(--radius-pill);margin-bottom:16px;margin-right:12px}.qty-control button{width:40px;height:44px;font-size:1.2rem;font-weight:700;color:var(--cc-coral)}.qty-control input{width:50px;border:none;text-align:center;font-weight:700;font-size:1rem;background:transparent}.about-section{padding:60px 0}.about-section.alt{background:var(--bg-warm)}.about-grid{display:grid;grid-template-columns:1fr 1fr;gap:50px;align-items:center}.about-grid p{color:var(--ink-soft);margin-bottom:16px;font-size:1.05rem}.values-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;margin-top:40px}.value-card{background:#fff;padding:32px;border-radius:var(--radius-md);text-align:center;border:1px solid var(--line)}.value-card .icon{width:64px;height:64px;border-radius:50%;margin:0 auto 16px;display:grid;place-items:center;background:var(--bg-soft-pink);color:var(--cc-coral)}.contact-grid{display:grid;grid-template-columns:1fr 1.4fr;gap:48px;padding:40px 0 60px}.contact-info-block{background:var(--cc-blue-dark);color:#fff;padding:40px 32px;border-radius:var(--radius-lg)}.contact-info-block h3{color:#fff;margin-bottom:24px}.contact-info-item{display:flex;gap:14px;margin-bottom:24px;align-items:flex-start}.contact-info-item .icon{width:44px;height:44px;background:#ffffff1a;border-radius:12px;display:grid;place-items:center;color:var(--cc-yellow);flex-shrink:0}.contact-info-item strong{display:block;font-family:var(--font-serif);margin-bottom:4px}.contact-info-item span{color:#c4cee0;font-size:.9rem}.contact-form{background:#fff;padding:40px;border-radius:var(--radius-lg);border:1px solid var(--line)}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:16px;margin-bottom:16px}.form-group{margin-bottom:16px}.form-group label{display:block;font-weight:600;margin-bottom:8px;font-size:.9rem;color:var(--ink)}.form-group input,.form-group textarea,.form-group select{width:100%;padding:12px 16px;border:1.5px solid var(--line);border-radius:var(--radius-sm);font-family:inherit;font-size:.95rem;background:#fff}.form-group input:focus,.form-group textarea:focus,.form-group select:focus{outline:none;border-color:var(--cc-coral)}.form-group textarea{min-height:120px;resize:vertical}.blog-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:28px;padding:40px 0 80px}.blog-card{background:#fff;border:1px solid var(--line);border-radius:var(--radius-md);overflow:hidden;transition:transform .3s ease,box-shadow .3s ease}.blog-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-md)}.blog-img{height:200px;display:grid;place-items:center}.blog-content{padding:24px}.blog-tag{display:inline-block;background:var(--bg-soft-pink);color:var(--cc-coral);padding:4px 12px;border-radius:20px;font-size:.72rem;font-weight:700;margin-bottom:10px}.blog-content h3{font-size:1.15rem;color:var(--ink);margin-bottom:10px}.blog-content p{color:var(--ink-soft);font-size:.92rem;margin-bottom:12px}.blog-meta{color:var(--ink-muted);font-size:.82rem}.cart-grid{display:grid;grid-template-columns:2fr 1fr;gap:32px;padding:40px 0 80px}.cart-items{background:#fff;border:1px solid var(--line);border-radius:var(--radius-md);padding:24px}.cart-item{display:grid;grid-template-columns:100px 1fr auto auto;gap:20px;align-items:center;padding:16px 0;border-bottom:1px solid var(--line)}.cart-item:last-child{border-bottom:none}.cart-item-img{background:var(--bg-cream);border-radius:var(--radius-sm);padding:8px;text-align:center}.cart-item-img svg{max-height:80px}.cart-item-info h4{font-size:1rem;color:var(--ink);margin-bottom:4px}.cart-item-info span{color:var(--ink-muted);font-size:.85rem}.cart-item-price{font-weight:700;font-family:var(--font-serif);color:var(--cc-coral)}.cart-remove{color:var(--ink-muted);font-size:1.2rem;padding:4px 8px}.cart-remove:hover{color:var(--cc-coral)}.cart-summary{background:var(--bg-warm);border-radius:var(--radius-md);padding:28px;height:fit-content;position:sticky;top:100px}.cart-summary h3{font-size:1.2rem;margin-bottom:20px}.cart-row{display:flex;justify-content:space-between;padding:8px 0;font-size:.95rem;color:var(--ink-soft)}.cart-row.total{border-top:2px solid var(--line);padding-top:14px;margin-top:8px;font-family:var(--font-serif);font-weight:700;color:var(--ink);font-size:1.15rem}@media(max-width:1024px){.hero-inner{grid-template-columns:1fr;gap:50px;text-align:center}.hero-product{order:-1}.hero-sub{margin-left:auto;margin-right:auto}.hero-cta,.proof-row{justify-content:center}.trust-band-inner{grid-template-columns:repeat(2,1fr)}.skills-grid,.books-grid{grid-template-columns:repeat(3,1fr)}.subjects-grid{grid-template-columns:1fr;gap:32px;text-align:center}.subjects-text p{margin:0 auto 28px}.subjects-cards{grid-template-columns:repeat(3,1fr)}.why-choose-inner{grid-template-columns:1fr;text-align:center}.workbook-carousel{grid-template-columns:repeat(3,1fr)}.bestseller-grid{grid-template-columns:1fr;text-align:center}.bestseller-features{max-width:420px;margin:0 auto 24px}.reviews-grid,.faq-grid,.final-cta-banner{grid-template-columns:1fr}.trust-strip-grid{grid-template-columns:repeat(2,1fr)}.footer-grid{grid-template-columns:1fr 1fr}.shop-layout{grid-template-columns:1fr}.shop-sidebar{position:static}.products-grid{grid-template-columns:repeat(2,1fr)}.product-detail,.contact-grid{grid-template-columns:1fr}.blog-grid{grid-template-columns:repeat(2,1fr)}.cart-grid{grid-template-columns:1fr}.cart-summary{position:static}.pick-grade-deco{display:none}}@media(max-width:768px){.nav{display:none}.mobile-toggle{display:block}.header-actions .icon-btn:nth-child(1),.header-actions .icon-btn:nth-child(2){display:none}.header .btn-primary{display:none}.nav.mobile-open{display:flex;position:absolute;top:100%;left:0;right:0;background:#fff;flex-direction:column;padding:20px;gap:0;box-shadow:var(--shadow-md);border-top:1px solid var(--line)}.nav.mobile-open li{padding:14px 0;border-bottom:1px solid var(--line);width:100%;text-align:left}.announcement-bar span:not(:first-child){display:none}.hero{padding:40px 0 60px}.hero-cta .btn{flex:1;min-width:140px}.trust-band-inner{grid-template-columns:1fr;padding:24px}.skills-grid,.books-grid,.subjects-cards{grid-template-columns:repeat(2,1fr)}.stats-row{grid-template-columns:repeat(2,1fr);gap:24px}.why-choose-inner{padding:36px 24px}.workbook-carousel{grid-template-columns:repeat(2,1fr)}.book-mini-features{grid-template-columns:1fr}.final-cta-banner{padding:32px}.trust-strip-grid,.footer-grid{grid-template-columns:1fr}.footer-bottom{flex-direction:column;text-align:center}}.has-reveal .reveal{opacity:0;transform:translateY(20px);transition:opacity .8s ease,transform .8s ease}.has-reveal .reveal.visible{opacity:1;transform:translateY(0)}.logo-real{width:168px;height:auto;display:block;object-fit:contain}.logo .logo-text{display:none}.hero-packshot{width:min(100%,460px);display:block;margin:0 auto;border-radius:22px;filter:drop-shadow(0 30px 50px rgba(30,75,168,.18));animation:floatPack 6s ease-in-out infinite}@keyframes floatPack{0%,to{transform:translateY(0) rotate(-1deg)}50%{transform:translateY(-10px) rotate(1deg)}}.real-book-strip{position:absolute;left:50%;bottom:-10px;transform:translate(-50%);display:flex;gap:10px;z-index:4;background:#ffffffeb;padding:10px 12px;border:1px solid var(--line);border-radius:18px;box-shadow:var(--shadow-md)}.real-book-strip img{width:66px;height:66px;object-fit:contain;border-radius:10px}.class-pack-img,.subject-book-img,.bestseller-real-img,.product-main-img{width:100%;height:auto;display:block;object-fit:contain}.class-pack-img{max-height:250px;margin:0 auto}.subject-book-img{max-height:260px;margin:0 auto}.book-card-img.real,.product-card-img.real{background:#fff;border-radius:20px;padding:12px}.book-card-img.real img{max-height:260px;margin:0 auto;object-fit:contain}.class-pack-placeholder{min-height:245px;border-radius:22px;padding:22px 18px;background:linear-gradient(135deg,#fff,#f8fbff);border:1px solid var(--line);box-shadow:var(--shadow-sm);display:flex;flex-direction:column;justify-content:center;gap:12px}.class-pack-placeholder .grade-name{font-family:var(--font-serif);font-size:2rem;font-weight:800;color:var(--cc-blue)}.class-pack-placeholder .pack-line{color:var(--ink-soft);font-weight:700;font-size:.84rem}.subject-pills{display:flex;flex-wrap:wrap;gap:6px;justify-content:center}.subject-pills span{font-size:.68rem;font-weight:800;padding:5px 8px;border-radius:999px;background:var(--bg-soft-blue);color:var(--cc-blue)}.product-note{font-size:.8rem;color:var(--ink-muted);margin-top:8px}.subject-preview-row{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;margin-top:20px}.subject-preview-card{background:#fff;border:1px solid var(--line);border-radius:18px;padding:12px;text-align:center;box-shadow:var(--shadow-sm)}.subject-preview-card img{height:150px;width:100%;object-fit:contain}.subject-preview-card strong{display:block;margin-top:8px;color:var(--ink);font-size:.9rem}.bestseller-book.real{background:#fff;border-radius:28px;padding:14px;box-shadow:var(--shadow-lg)}.bestseller-book.real img{max-height:370px;object-fit:contain;margin:0 auto}.product-detail-img.real img{max-height:500px;margin:0 auto}.product-gallery-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;margin-top:22px}.product-gallery-grid img{background:#fff;border:1px solid var(--line);border-radius:16px;padding:8px;height:170px;width:100%;object-fit:contain}@media(max-width:900px){.logo-real{width:135px}.hero-packshot{max-width:360px}.real-book-strip{position:relative;bottom:auto;margin:12px auto 0;transform:none;left:auto;width:max-content;max-width:100%}.real-book-strip img{width:54px;height:54px}.subject-preview-row,.product-gallery-grid{grid-template-columns:repeat(2,1fr)}.subject-preview-card img{height:120px}}@media(max-width:560px){.logo-real{width:118px}.class-pack-placeholder{min-height:190px}.class-pack-placeholder .grade-name{font-size:1.55rem}.product-gallery-grid img{height:130px}}.header-inner{padding:7px 0;gap:18px}.logo-real{width:112px}.nav{gap:25px}.nav a{font-size:.9rem;padding:6px 0}.header-actions{gap:8px}.icon-btn{width:34px;height:34px}.header .btn-primary{padding:8px 18px;font-size:.86rem}.hero-eyebrow{font-style:italic;letter-spacing:.2em}.books-grid{grid-template-columns:repeat(4,minmax(210px,1fr));max-width:1180px;margin-left:auto;margin-right:auto;justify-content:center}.book-card{max-width:280px;justify-self:center;width:100%}.class-tabs{justify-content:center}.inside-class-switcher{display:grid;grid-template-columns:repeat(4,minmax(160px,1fr));gap:18px;max-width:980px;margin:34px auto 30px}.inside-class-box{min-height:88px;border-radius:24px;background:#fff;border:1px solid var(--line);box-shadow:var(--shadow-sm);font-family:var(--font-serif);font-weight:800;font-size:clamp(1.25rem,2vw,1.8rem);color:var(--cc-blue);cursor:pointer;transition:transform .25s ease,box-shadow .25s ease,border-color .25s ease,background .25s ease}.inside-class-box:hover{transform:translateY(-4px);box-shadow:var(--shadow-md);border-color:var(--cc-coral)}.inside-class-box.active{background:var(--cc-blue);color:#fff;border-color:var(--cc-blue);box-shadow:0 16px 32px #1e4ba83d}.inside-preview-panel{display:none}.inside-preview-panel.active{display:block}.inside-preview-head{text-align:center;max-width:720px;margin:0 auto 24px}.inside-preview-head h3{color:var(--ink);margin-bottom:8px}.inside-preview-head p{color:var(--ink-soft)}.inner-books-grid{display:grid;grid-template-columns:repeat(4,minmax(220px,1fr));gap:24px;align-items:stretch}.inner-book-card{background:#fff;border:1px solid var(--line);border-radius:24px;padding:16px;box-shadow:var(--shadow-card);text-align:center;transition:transform .3s ease,box-shadow .3s ease}.inner-book-card:hover{transform:translateY(-7px);box-shadow:var(--shadow-lg)}.inner-book-card img{width:100%;height:280px;object-fit:contain;display:block}.inner-book-card strong{display:block;margin-top:12px;color:var(--ink);font-family:var(--font-serif);font-size:1.15rem}.inner-book-card span{display:inline-block;margin-top:8px;padding:6px 12px;border-radius:999px;background:var(--cc-purple-light);color:var(--cc-purple);font-weight:800;font-size:.78rem}.inner-placeholder-grid{display:grid;grid-template-columns:repeat(4,minmax(160px,1fr));gap:18px;max-width:900px;margin:0 auto}.inner-placeholder-grid div{background:#fff;border-radius:22px;border:1px dashed var(--cc-blue-light);min-height:160px;display:grid;place-items:center;color:var(--cc-blue);font-weight:900;font-size:1.2rem;box-shadow:var(--shadow-sm)}@media(max-width:1100px){.nav{gap:18px}.logo-real{width:100px}.books-grid,.inner-books-grid{grid-template-columns:repeat(2,minmax(220px,1fr))}}@media(max-width:900px){.header-inner{padding:8px 0}.logo-real{width:92px}.inside-class-switcher{grid-template-columns:repeat(2,1fr)}.inner-book-card img{height:240px}}@media(max-width:560px){.logo-real{width:82px}.books-grid,.inner-books-grid,.inner-placeholder-grid{grid-template-columns:1fr}.inside-class-switcher{gap:10px}.inside-class-box{min-height:64px;border-radius:18px}.inner-book-card img{height:220px}}:root{--compact-scale: .8}.announcement-bar{padding:6px 14px;font-size:.74rem}.header-inner{padding:4px 0!important;min-height:54px}.logo-real{width:82px!important}.nav{gap:20px!important}.nav a{font-size:.82rem!important;padding:4px 0!important}.header-actions{gap:6px!important}.icon-btn{width:30px!important;height:30px!important}.icon-btn svg{width:17px;height:17px}.header .btn-primary{padding:7px 15px!important;font-size:.8rem!important}.mobile-toggle{width:34px;height:34px}section,.skills-section,.shop-by-class,.inside-workbook,.best-seller,.reviews-section,.faq-section,.multi-subjects,.features-strip,.gift-section,.final-cta{padding-top:80px!important;padding-bottom:80px!important}.hero{padding:26px 0 42px!important;min-height:calc(100vh - 86px);display:flex;align-items:center}.hero-inner{gap:34px!important;grid-template-columns:1fr .95fr}.hero h1{font-size:clamp(2.1rem,4.6vw,3.45rem)!important;margin-bottom:14px!important;line-height:1!important}.hero-sub{font-size:.95rem!important;max-width:430px!important;margin-bottom:18px!important;line-height:1.55!important}.hero-cta{margin-bottom:18px!important;gap:10px!important}.hero-cta .btn{padding:11px 22px!important;font-size:.86rem!important}.hero-product{min-height:380px!important}.hero-product-stage,.hero-packshot{max-width:390px!important}.real-book-strip{transform:translate(-50%) scale(.82)!important;bottom:-8px!important}.ages-badge{width:78px!important;height:78px!important;font-size:.72rem!important}.ages-badge strong{font-size:1.45rem!important}.proof-row{transform:scale(.88);transform-origin:left center}.section-head{margin-bottom:34px!important}.section-head h2,.inside-preview-head h3,.bestseller-left h2{font-size:clamp(1.75rem,3vw,2.35rem)!important}.section-sub{font-size:.95rem!important;max-width:620px!important}.eyebrow{font-size:.68rem!important;padding:8px 20px!important}.inside-class-switcher{max-width:820px!important;gap:14px!important;margin:24px auto!important}.inside-class-box{min-height:68px!important;border-radius:20px!important;font-size:clamp(1.05rem,1.55vw,1.35rem)!important;box-shadow:0 10px 22px #1e4ba814!important}.inside-class-box:hover{transform:translateY(-3px)!important}.inside-class-box.active{box-shadow:0 12px 24px #1e4ba833!important}.inside-preview-head{margin-bottom:18px!important}.inside-preview-head p{font-size:.9rem!important}.inner-books-grid{gap:18px!important}.inner-book-card{border-radius:18px!important;padding:12px!important}.inner-book-card img{height:220px!important}.inner-book-card strong{font-size:1rem!important;margin-top:8px!important}.inner-book-card span{font-size:.7rem!important;padding:5px 10px!important}.bestseller-grid{gap:26px!important}.bestseller-left .tagline{font-size:.9rem!important;margin:12px 0 18px!important}.bestseller-features{padding:18px!important;margin-bottom:18px!important;border-radius:20px!important}.bestseller-features li{font-size:.84rem!important;padding:5px 0!important}.bestseller-features .check{width:20px!important;height:20px!important}.bestseller-real-img{max-width:86%!important}.bestseller-right h3{font-size:1.35rem!important;margin-bottom:10px!important}.rating-row{margin-bottom:10px!important}.price-row{margin-bottom:18px!important}.price-now{font-size:1.85rem!important}.price-old{font-size:.95rem!important}.price-discount{font-size:.68rem!important;padding:4px 9px!important}.book-mini-features{gap:9px!important;margin-bottom:16px!important}.mini-feature{padding:9px 10px!important}.mini-feature-icon{width:28px!important;height:28px!important}.mini-feature span{font-size:.76rem!important}.coupon-box{width:100%;display:flex;align-items:center;justify-content:space-between;gap:10px;margin:0 0 12px;padding:10px 14px;border-radius:14px;background:#ffffffb8;border:1px dashed var(--cc-coral);color:var(--ink)}.coupon-box span{color:var(--cc-coral);font-weight:900;font-size:.78rem;letter-spacing:.06em;text-transform:uppercase}.coupon-box strong{font-size:.86rem}.cta-stack{display:grid;gap:10px;width:100%}.cta-stack .btn{width:100%;justify-content:center;padding:12px 22px;font-size:.9rem}.book-card-img{margin-bottom:12px!important}.book-card-title{font-size:.9rem!important}.book-card-grade{font-size:.62rem!important}.books-grid{gap:18px!important;margin-bottom:36px!important}.class-tab{padding:9px 22px!important;font-size:.84rem!important}.class-tabs{margin-bottom:34px!important}@media(max-width:1100px){.hero{min-height:auto}.hero-inner{grid-template-columns:1fr}.hero-product{order:-1;min-height:320px!important}.hero-product-stage,.hero-packshot{max-width:340px!important}.proof-row{transform-origin:center}}@media(max-width:900px){.announcement-bar{display:none}.hero{padding:20px 0 38px!important}.hero h1{font-size:clamp(2rem,10vw,3rem)!important}.hero-sub{margin-left:auto;margin-right:auto}.inside-class-switcher{grid-template-columns:repeat(2,1fr)!important;max-width:520px!important}section,.skills-section,.shop-by-class,.inside-workbook,.best-seller,.reviews-section,.faq-section,.multi-subjects,.features-strip,.gift-section,.final-cta{padding-top:56px!important;padding-bottom:56px!important}}@media(max-width:560px){.logo-real{width:72px!important}.header-inner{min-height:48px}.hero-product-stage,.hero-packshot{max-width:300px!important}.hero-product{min-height:285px!important}.hero-cta{display:grid!important;grid-template-columns:1fr}.inside-class-box{min-height:56px!important;font-size:1rem!important}.inner-book-card img{height:190px!important}.coupon-box{flex-direction:column;align-items:flex-start}}.brand-trust-banner{padding:54px 0!important;background:#fff}.brand-trust-img{display:block;width:100%;max-width:1180px;margin:0 auto;border-radius:26px;box-shadow:0 18px 46px #1e4ba81a}.bestseller-left>.btn{display:none!important}.bestseller-book{transform:rotate(0)!important}.bestseller-book.real{transform:none!important;display:flex!important;align-items:center;justify-content:center}.bestseller-book.real img,.bestseller-real-img{transform:none!important;rotate:0deg!important;display:block;max-width:92%!important;margin:0 auto!important}.final-cta{padding:56px 0!important;background:#fff}.final-cta-banner{background:#fff!important;border:1px solid var(--line);box-shadow:var(--shadow-md);grid-template-columns:1fr!important;justify-items:center;text-align:center;gap:26px!important;padding:34px!important}.final-cta-banner:before{display:none!important}.final-cta-img{width:100%;max-width:680px;margin:0 auto;border-radius:24px;overflow:hidden}.gift-real-img{display:block;width:100%;height:auto;object-fit:contain;margin:0 auto}.final-cta-text{color:var(--ink)!important;max-width:650px;text-align:center}.final-cta-text .eyebrow{background:var(--bg-soft-blue)!important;color:var(--cc-blue)!important}.final-cta-text h2{color:var(--ink)!important}.final-cta-text h2 .accent{color:var(--cc-coral)!important}.final-cta .btn-dark{background:var(--cc-blue)!important;color:#fff!important}.footer-logo-real{width:190px;max-width:100%;display:block}@media(max-width:900px){.brand-trust-banner{padding:38px 0!important}.brand-trust-img{border-radius:18px}.final-cta-banner{padding:22px!important}.footer-logo-real{width:150px}}.product-detail-img.real img,.product-main-img{transform:none!important;rotate:0deg!important;display:block;margin:0 auto!important;object-fit:contain}.final-cta{padding:44px 0!important;background:#fff!important}.final-cta-banner{max-width:980px!important;margin:0 auto!important;display:grid!important;grid-template-columns:minmax(260px,.9fr) minmax(280px,1fr)!important;align-items:center!important;justify-content:center!important;gap:34px!important;padding:28px 34px!important;border-radius:26px!important;background:linear-gradient(135deg,#fff,#f7fbff)!important;border:1px solid var(--line)!important;box-shadow:0 14px 34px #1e4ba814!important;text-align:left!important}.final-cta-img{width:100%!important;max-width:360px!important;margin:0!important;border-radius:22px!important;overflow:hidden!important;box-shadow:0 14px 34px #1e4ba81a!important}.final-cta .gift-real-img{width:100%!important;max-width:360px!important;height:auto!important;display:block!important;object-fit:contain!important}.final-cta-text{max-width:470px!important;text-align:left!important;color:var(--ink)!important}.final-cta-text .eyebrow{margin-bottom:12px!important;display:inline-flex!important}.final-cta-text h2{font-size:clamp(1.75rem,3vw,2.65rem)!important;line-height:1.05!important;margin-bottom:20px!important;color:var(--ink)!important}.final-cta .btn-dark{padding:12px 26px!important;border-radius:999px!important;background:var(--cc-blue)!important;color:#fff!important}.footer-logo-real{width:220px!important;max-width:100%!important;height:auto!important;object-fit:contain!important}@media(max-width:900px){.final-cta{padding:36px 0!important}.final-cta-banner{grid-template-columns:1fr!important;max-width:560px!important;gap:22px!important;padding:24px!important;text-align:center!important}.final-cta-img{max-width:340px!important;margin:0 auto!important}.final-cta .gift-real-img{max-width:340px!important}.final-cta-text{text-align:center!important;margin:0 auto!important}.footer-logo-real{width:185px!important}}@media(max-width:560px){.final-cta{padding:30px 0!important}.final-cta-banner{padding:18px!important;border-radius:20px!important}.final-cta-img,.final-cta .gift-real-img{max-width:290px!important}.final-cta-text h2{font-size:1.65rem!important}.footer-logo-real{width:160px!important}}.hero{padding:18px 0 26px!important;min-height:auto!important}.trust-band{padding:0 0 24px!important}.skills-section,.shop-by-class,.real-subject-preview,.brand-trust-banner,.inside-workbook,.best-seller,.final-cta,.reviews-section,.faq-section,.multi-subjects,.features-strip,.gift-section{padding-top:42px!important;padding-bottom:42px!important}.section-head{margin-bottom:22px!important}.section-head h2{margin-bottom:8px!important}.section-sub{line-height:1.45!important}.eyebrow{padding:7px 16px!important}.hero .ages-badge,.hero .real-book-strip,.hero .pencil-stack,.hero .book-stack,.pick-grade-deco{display:none!important}.hero-product{min-height:310px!important}.hero-product-stage{max-width:430px!important;display:flex!important;align-items:center!important;justify-content:center!important}.hero-packshot{max-width:420px!important;width:100%!important;transform:rotate(0)!important;display:block!important;margin:0 auto!important;filter:drop-shadow(0 18px 32px rgba(30,75,168,.14))!important}.hero-cta{gap:12px!important}.hero-cta .btn-outline{position:relative!important;overflow:hidden!important}.hero-cta .btn-outline:before,.hero-cta .btn-outline:after{display:none!important;content:none!important}.trust-band-inner{padding:22px 28px!important;gap:20px!important;border-radius:22px!important}.trust-feature{gap:12px!important}.trust-feature-icon{width:48px!important;height:48px!important;min-width:48px!important}.trust-feature-text strong{font-size:.95rem!important}.trust-feature-text span{font-size:.78rem!important;line-height:1.35!important}.shop-by-class .class-tabs{margin-bottom:26px!important;gap:8px!important}.class-tab{padding:8px 20px!important;font-size:.84rem!important}.books-grid{gap:16px!important;margin-bottom:20px!important}.book-card{margin-bottom:14px!important}.subject-preview-row{gap:16px!important}.subject-preview-card{padding:12px!important;border-radius:18px!important}.subject-preview-card img{max-height:190px!important;object-fit:contain!important}.inside-class-switcher{max-width:720px!important;gap:10px!important;margin:16px auto 18px!important}.inside-class-box{min-height:52px!important;padding:10px 16px!important;border-radius:16px!important;font-size:clamp(.95rem,1.2vw,1.12rem)!important;letter-spacing:.01em!important}.inside-preview-head{margin-bottom:14px!important}.inner-books-grid{gap:14px!important}.inner-book-card{padding:10px!important}.inner-book-card img{height:190px!important}.brand-trust-banner{padding-top:24px!important;padding-bottom:28px!important}.brand-trust-img{max-width:1080px!important;border-radius:20px!important}@media(max-width:1100px){.hero-inner{gap:24px!important}.hero-product{min-height:280px!important}.hero-product-stage,.hero-packshot{max-width:360px!important}.trust-band-inner{grid-template-columns:repeat(2,1fr)!important}.inside-class-switcher{max-width:620px!important}}@media(max-width:700px){.skills-section,.shop-by-class,.real-subject-preview,.brand-trust-banner,.inside-workbook,.best-seller,.final-cta{padding-top:30px!important;padding-bottom:30px!important}.hero-product{min-height:240px!important}.hero-product-stage,.hero-packshot{max-width:290px!important}.inside-class-switcher{grid-template-columns:repeat(2,1fr)!important;gap:8px!important}.inside-class-box{min-height:46px!important;font-size:.92rem!important}.trust-band-inner{grid-template-columns:1fr!important;padding:18px!important}}.inside-preview-panel[data-inside-panel=ukg] .inside-preview-head{display:none!important}.inside-preview-panel.active{margin-top:0!important}.inside-workbook .section-head{margin-bottom:16px!important}.inside-class-switcher{margin:10px auto 12px!important}.inner-books-grid{margin-top:0!important}.trust-band{padding-bottom:12px!important}.skills-section,.shop-by-class,.real-subject-preview,.brand-trust-banner,.inside-workbook,.best-seller,.final-cta,.reviews-section,.faq-section,.multi-subjects,.features-strip,.gift-section{padding-top:30px!important;padding-bottom:30px!important}.section-head{margin-bottom:16px!important}.books-grid{margin-bottom:14px!important}.brand-trust-banner{padding-top:12px!important;padding-bottom:18px!important}.inside-class-switcher{max-width:640px!important;gap:8px!important}.inside-class-box{min-height:44px!important;padding:8px 13px!important;border-radius:14px!important;font-size:clamp(.84rem,1vw,1rem)!important}@media(max-width:700px){.hero{padding:12px 0 22px!important}.hero-inner{display:flex!important;flex-direction:column!important;gap:12px!important}.hero-product{order:1!important;min-height:0!important;width:100%!important}.hero-text{order:2!important;width:100%!important}.hero-product-stage,.hero-packshot{max-width:250px!important}.hero h1{font-size:clamp(1.75rem,9vw,2.45rem)!important;margin-bottom:10px!important}.hero-sub{font-size:.86rem!important;line-height:1.45!important;margin-bottom:14px!important}.hero-eyebrow{font-size:.58rem!important;padding:6px 11px!important;letter-spacing:.13em!important}.hero-cta .btn{padding:10px 14px!important;font-size:.8rem!important;border-radius:14px!important}.proof-row{transform:scale(.82)!important}section,.skills-section,.shop-by-class,.real-subject-preview,.brand-trust-banner,.inside-workbook,.best-seller,.final-cta,.reviews-section,.faq-section,.multi-subjects,.features-strip,.gift-section{padding-top:22px!important;padding-bottom:22px!important}.section-head h2{font-size:clamp(1.55rem,7vw,2rem)!important}.section-sub{font-size:.84rem!important}.inside-class-switcher{max-width:360px!important;gap:7px!important;margin:8px auto 10px!important}.inside-class-box{min-height:40px!important;padding:8px 10px!important;font-size:.82rem!important;border-radius:12px!important}.inner-books-grid{gap:10px!important}.inner-book-card{padding:8px!important;border-radius:14px!important}.inner-book-card img{height:150px!important}.subject-preview-card img{max-height:150px!important}.trust-band-inner{padding:14px!important}.trust-feature-icon{width:40px!important;height:40px!important;min-width:40px!important}}body{background:#fffaf3}body:before{content:"";position:fixed;top:0;right:0;bottom:0;left:0;pointer-events:none;z-index:-1;background:radial-gradient(circle at 8% 12%,rgba(255,200,61,.12),transparent 22%),radial-gradient(circle at 88% 18%,rgba(108,194,74,.1),transparent 24%),radial-gradient(circle at 50% 96%,rgba(74,216,216,.1),transparent 28%)}.header-shop-btn{padding:11px 24px;font-size:.9rem}.page-header{position:relative;overflow:hidden;padding:46px 0 32px!important;background:linear-gradient(135deg,#fff8ef,#fff2f5 52%,#eef6ff)!important;border-bottom:1px solid rgba(30,75,168,.08)}.page-header:before,.page-header:after{content:"";position:absolute;border-radius:999px;pointer-events:none}.page-header:before{width:260px;height:260px;background:#ffc83d2e;left:-90px;top:-120px}.page-header:after{width:310px;height:310px;background:#6cc24a21;right:-110px;bottom:-180px}.page-header .container{position:relative;z-index:1}.page-header h1{font-family:var(--font-serif)!important;font-size:clamp(2rem,4vw,3.2rem)!important;letter-spacing:-.035em}.page-header p{font-size:1rem;line-height:1.55}.breadcrumb{margin-top:14px;font-size:.9rem;color:var(--ink-muted)}.breadcrumb a{color:var(--cc-blue);font-weight:700}.about-section,.about-section.alt,.shop-layout,.cart-grid,.blog-grid,.contact-grid,.product-detail{position:relative}.about-section{padding:56px 0!important;background:#fffaf3}.about-section.alt{background:linear-gradient(180deg,#fffaf3,#fff4ec)!important}.about-grid{align-items:center}.about-grid>div:first-child,.contact-card,.cart-items,.cart-summary,.shop-sidebar,.contact-form,.product-detail-info ul,.product-detail>div,.about-grid>div:last-child{border:1px solid rgba(30,75,168,.09)!important;box-shadow:0 18px 48px #1c1f3312!important}.about-grid>div:last-child,.contact-card,.contact-form,.shop-sidebar,.cart-items,.cart-summary{border-radius:24px!important;background:#ffffffe0!important}.about-grid>div:first-child{background:#ffffffb8;border-radius:24px;padding:30px}.values-grid{gap:18px}.value-card,.blog-card,.product-card,.book-card{border-radius:22px!important;border:1px solid rgba(30,75,168,.08)!important;box-shadow:0 12px 34px #1c1f330f!important}.value-card:hover,.blog-card:hover,.product-card:hover,.book-card:hover{transform:translateY(-3px)}.why-choose{display:none!important}.shop-layout{padding:42px 0 54px;gap:24px}.shop-sidebar{background:linear-gradient(180deg,#fff,#fff7f0)!important;padding:24px!important;top:96px}.filter-group{margin-bottom:18px!important}.filter-group h5{color:var(--cc-blue-dark);font-size:.96rem!important}.filter-group label{background:#eef4ff8c;border-radius:999px;margin-bottom:7px;padding:8px 12px!important}.products-grid{gap:20px!important}.product-card{overflow:hidden;background:#fff!important}.product-card-img{background:linear-gradient(135deg,#eef6ff,#fff7f0)!important;padding:24px!important}.product-card-body{padding:18px!important}.product-card-body h3{font-size:1.05rem!important}.product-card-class{background:var(--bg-soft-blue);color:var(--cc-blue);border-radius:999px;padding:6px 12px;display:inline-block;font-size:.72rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.product-detail{padding:38px 0 48px!important;gap:34px!important;align-items:center}.product-detail-img{background:linear-gradient(135deg,#fff,#fff1f4)!important;padding:28px!important;border-radius:26px!important}.product-detail-img.real img{max-height:420px!important;transform:none!important}.product-detail-info{background:#ffffffe6;border-radius:26px;padding:28px}.product-detail-info h1{font-size:clamp(2rem,4vw,3.2rem)}.product-detail-info .price-now{color:var(--ink)!important;font-family:var(--font-serif)}.product-coupon,.coupon-box{background:#fff7f0!important;border:1px dashed var(--cc-coral)!important;color:var(--ink)!important;border-radius:16px!important}.product-gallery-grid{gap:16px!important}.product-gallery-grid img{border-radius:18px;box-shadow:var(--shadow-md);background:#fff}.blog-grid{padding:46px 0 60px;gap:20px!important}.blog-card{background:#fff!important}.blog-img{min-height:170px;display:grid;place-items:center}.blog-content{padding:20px!important}.blog-tag{background:var(--cc-pink-light)!important;color:var(--cc-coral-dark)!important;border-radius:999px;padding:6px 12px;font-weight:800;letter-spacing:.08em}.blog-meta{color:var(--cc-blue)!important;font-weight:700}.contact-grid{padding:46px 0 60px;gap:24px!important}.contact-card{padding:26px!important;background:linear-gradient(180deg,#fff,#fff7f0)!important}.contact-item{border-radius:18px;background:#fff;border:1px solid rgba(30,75,168,.08);padding:14px}.contact-form{padding:28px!important}.form-group input,.form-group textarea,.form-group select{border-radius:14px!important;background:#fffaf3;border:1.5px solid rgba(30,75,168,.12)!important}.form-group label{color:var(--cc-blue-dark);font-weight:800}.cart-grid{padding:44px 0 60px;gap:24px!important}.cart-items,.cart-summary{padding:26px!important;background:#fff!important}.cart-item{border-radius:18px!important;background:#fffaf3;border:1px solid rgba(30,75,168,.08)}.cart-item-img{border-radius:14px!important;background:linear-gradient(135deg,#eef6ff,#fff0f3)!important}.qty-control{border-radius:999px!important;overflow:hidden;border:1px solid rgba(30,75,168,.12)}.footer{margin-top:0}.footer-logo-real{max-width:190px;height:auto}@media(max-width:768px){body{font-size:15px}.announcement-bar{display:none}.header-inner{padding:8px 0!important}.header-shop-btn{display:none!important}.page-header{padding:30px 0 24px!important}.page-header h1{font-size:2rem!important}.page-header p{font-size:.92rem!important}.about-section,.shop-layout,.blog-grid,.contact-grid,.cart-grid{padding:28px 0 36px!important}.about-grid>div:first-child,.contact-card,.contact-form,.cart-items,.cart-summary,.shop-sidebar,.product-detail-info{padding:18px!important;border-radius:20px!important}.about-grid{gap:18px!important}.shop-layout{display:block!important}.shop-sidebar{position:static;margin-bottom:18px}.filter-group label{display:inline-flex!important;margin:0 6px 8px 0;padding:7px 10px!important;font-size:.82rem!important}.products-grid{grid-template-columns:1fr 1fr!important;gap:12px!important}.product-card-img,.product-card-body{padding:12px!important}.product-card-body h3{font-size:.9rem!important;line-height:1.25}.price-row .price-now,.price-now{font-size:1.25rem!important}.product-detail{grid-template-columns:1fr!important;padding:24px 0 34px!important;gap:18px!important}.product-detail-img{order:-1;padding:18px!important}.product-detail-img.real img{max-height:310px!important}.product-detail-info h1{font-size:2rem!important}.product-gallery-grid{grid-template-columns:1fr 1fr!important}.blog-grid{grid-template-columns:1fr!important}.blog-img{min-height:130px}.contact-grid,.cart-grid{grid-template-columns:1fr!important}.cart-item{grid-template-columns:64px 1fr auto!important;gap:10px!important;padding:12px!important}.cart-item-img{width:64px!important;height:80px!important}.footer-logo-real{max-width:160px}}@media(max-width:480px){.products-grid{grid-template-columns:1fr!important}.btn{padding:12px 20px;font-size:.9rem}.page-header h1,.product-detail-info h1{font-size:1.75rem!important}.container{padding:0 16px}}.page-header{padding:34px 0 24px!important}.page-header h1{font-size:clamp(1.85rem,3vw,2.45rem)!important;line-height:1.05!important;margin-bottom:6px!important}.breadcrumb{margin-top:10px!important;font-size:.84rem!important}.shop-layout{grid-template-columns:210px 1fr!important;gap:22px!important;padding:30px 0 46px!important}.shop-sidebar{padding:19px!important;border-radius:20px!important}.filter-group{margin-bottom:14px!important}.filter-group h5{font-size:.86rem!important;margin-bottom:9px!important}.filter-group label{padding:6px 10px!important;font-size:.8rem!important;margin-bottom:6px!important}.shop-main{min-width:0}.shop-collection-head{margin-bottom:16px;padding:18px 20px;border:1px solid rgba(30,75,168,.08);border-radius:22px;background:linear-gradient(135deg,#fffffff0,#eef6ffc7);box-shadow:0 14px 36px #1c1f330e}.shop-collection-head .eyebrow{display:inline-flex;margin-bottom:6px;padding:5px 10px;border-radius:999px;background:var(--bg-soft-green);color:var(--cc-green-dark);font-size:.68rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.shop-collection-head h2{font-family:var(--font-serif);font-size:clamp(1.35rem,2vw,1.8rem);line-height:1.08;margin:0 0 5px;color:var(--ink)}.shop-collection-head p{max-width:620px;margin:0;color:var(--ink-soft);font-size:.9rem;line-height:1.45}.coming-head{margin-top:24px;background:linear-gradient(135deg,#fff8eff2,#fff2f5d1)}.products-grid{gap:16px!important}.real-products{grid-template-columns:repeat(4,minmax(0,1fr))!important}.placeholder-products{grid-template-columns:repeat(3,minmax(0,1fr))!important}.product-card{border-radius:19px!important}.featured-product-card .product-card-img.real{min-height:260px;display:flex;align-items:center;justify-content:center;padding:14px!important;background:linear-gradient(135deg,#fff,#eef6ff)!important}.product-card-img.real img{width:100%;max-width:230px;max-height:250px;object-fit:contain;filter:drop-shadow(0 12px 18px rgba(28,31,51,.12))}.product-card-body{padding:14px!important}.product-card-class{padding:5px 9px!important;font-size:.64rem!important;margin-bottom:7px!important}.product-card-body h3,.product-card h3{font-size:.92rem!important;line-height:1.24!important;margin-bottom:6px!important}.product-mini-copy{color:var(--ink-soft);font-size:.78rem;line-height:1.38;margin:0 0 9px}.product-card .price-row{margin-bottom:10px!important}.product-card .price-now{font-size:1.08rem!important}.product-card .price-old{font-size:.78rem!important}.product-card .btn{width:100%;padding:9px 12px!important;font-size:.78rem!important}.btn-soft{background:#eef6ff;color:var(--cc-blue);border:1px solid rgba(30,75,168,.12)}.placeholder-art{min-height:190px;display:flex;align-items:center;justify-content:center;padding:16px!important;background:linear-gradient(135deg,#fff8ef,#eef6ff)!important}.placeholder-book{width:112px;height:150px;border-radius:12px;background:linear-gradient(150deg,#5cb8e8,#fff);border:1px solid rgba(30,75,168,.12);box-shadow:0 14px 24px #1c1f331f;display:flex;align-items:center;justify-content:center;transform:rotate(-3deg);position:relative;overflow:hidden}.placeholder-book:before{content:"";position:absolute;left:12px;top:0;bottom:0;width:9px;background:#ffffffa6}.placeholder-book span{font-family:var(--font-serif);font-weight:700;color:var(--cc-blue-dark);font-size:.92rem}.placeholder-book.green{background:linear-gradient(150deg,#9cdd83,#fff)}.placeholder-book.purple{background:linear-gradient(150deg,#c8b8f5,#fff)}@media(max-width:1024px){.real-products{grid-template-columns:repeat(2,minmax(0,1fr))!important}}@media(max-width:768px){.page-header{padding:24px 0 18px!important}.page-header h1{font-size:1.7rem!important}.shop-layout{padding:22px 0 34px!important}.shop-sidebar{margin-bottom:14px!important}.shop-collection-head{padding:15px 16px;border-radius:18px;margin-bottom:13px}.shop-collection-head h2{font-size:1.25rem}.shop-collection-head p{font-size:.82rem}.real-products,.placeholder-products{grid-template-columns:1fr 1fr!important;gap:12px!important}.featured-product-card .product-card-img.real{min-height:205px;padding:10px!important}.product-card-img.real img{max-height:195px}.placeholder-art{min-height:155px}.placeholder-book{width:94px;height:126px}.product-mini-copy{display:none}}@media(max-width:480px){.real-products,.placeholder-products{grid-template-columns:1fr!important}.featured-product-card .product-card-img.real{min-height:230px}.product-card-img.real img{max-height:220px}}.shop-collection-head{padding:12px 16px!important;margin-bottom:14px!important;border-radius:18px!important;box-shadow:0 8px 22px #1c1f330b!important}.shop-collection-head .eyebrow{padding:4px 9px!important;margin-bottom:5px!important;font-size:.62rem!important}.shop-collection-head h2{font-size:clamp(1.2rem,1.7vw,1.55rem)!important;margin-bottom:3px!important}.shop-collection-head p{font-size:.8rem!important;line-height:1.32!important}.placeholder-products{margin-top:18px!important}.shop-trust-strip{margin-top:0!important;padding:30px 0!important;border-top:1px solid var(--line)}@media(max-width:768px){.shop-collection-head{padding:10px 13px!important;border-radius:16px!important}.shop-collection-head h2{font-size:1.08rem!important}.shop-collection-head p{font-size:.76rem!important}.shop-trust-strip{padding:22px 0!important}}.cc-product-hero{padding:26px 0 34px!important;align-items:flex-start!important;gap:28px!important}.cc-product-image-card{min-height:auto!important;display:flex;align-items:flex-start;justify-content:center;padding:18px!important;background:linear-gradient(135deg,#fff,#fff7f0)!important}.cc-product-image-card .product-main-img{max-height:470px!important;width:100%;object-fit:contain;object-position:top center;margin:0 auto!important}.cc-product-buy-card{padding:24px!important;border-radius:24px!important}.cc-product-buy-card h1{font-size:clamp(2rem,3.2vw,2.8rem)!important;line-height:1.08!important;margin:12px 0 10px!important}.cc-short-promise{color:var(--ink-soft);margin:12px 0 14px;font-size:1rem;line-height:1.55}.cc-price-row{margin:12px 0 14px!important;align-items:center}.cc-coupon-line{padding:13px 16px!important;margin-bottom:14px!important}.cc-product-highlights{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin:14px 0}.cc-product-highlights div{background:#fffaf3;border:1px solid rgba(30,75,168,.08);border-radius:16px;padding:12px 8px;text-align:center}.cc-product-highlights strong{display:block;font-family:var(--font-serif);font-size:1.4rem;color:var(--cc-blue);line-height:1}.cc-product-highlights span{display:block;margin-top:5px;color:var(--ink-muted);font-size:.78rem;font-weight:700}.cc-hero-points{margin:14px 0!important;padding:16px!important}.cc-hero-points li{font-size:.94rem}.cc-buy-actions{display:flex;gap:10px;align-items:center;margin:10px 0}.cc-buy-actions .qty-control{margin:0!important;flex-shrink:0}.cc-buy-actions .add-to-cart{flex:1;min-width:180px}.cc-buy-now{width:100%;justify-content:center}.cc-safe-row{display:flex;flex-wrap:wrap;gap:8px;margin-top:14px}.cc-safe-row span{background:var(--bg-soft-blue);color:var(--cc-blue);border-radius:999px;padding:7px 10px;font-size:.78rem;font-weight:800}.cc-section{padding:34px 0!important}.cc-section-head{text-align:center;max-width:760px;margin:0 auto 22px}.cc-section-head h2{font-size:clamp(1.65rem,2.6vw,2.35rem);line-height:1.1;margin:10px 0 8px;color:var(--ink)}.cc-section-head p{color:var(--ink-soft);line-height:1.55}.cc-trust-strip.product-trust-strip{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;margin:10px 0 28px;padding:0}.cc-trust-item{background:#fff;border:1px solid rgba(30,75,168,.08);border-radius:20px;padding:16px;box-shadow:0 12px 34px #1c1f330e;display:flex;gap:12px;align-items:center}.cc-trust-item span{width:42px;height:42px;border-radius:14px;display:grid;place-items:center;background:var(--bg-soft-blue)}.cc-trust-item strong{display:block;font-family:var(--font-serif);color:var(--ink);line-height:1.1}.cc-trust-item small{display:block;color:var(--ink-muted);margin-top:4px}.cc-included-section,.cc-review-section{background:linear-gradient(180deg,#fffaf38c,#fff0);border-radius:28px}.cc-book-grid{grid-template-columns:repeat(4,1fr)!important}.cc-book-card{background:#fff;border:1px solid rgba(30,75,168,.08);border-radius:22px;padding:14px;text-align:center;box-shadow:0 12px 34px #1c1f330f}.cc-book-card img{height:220px!important;width:100%;object-fit:contain;box-shadow:none!important;border:none!important;padding:0!important}.cc-book-card strong{display:block;margin-top:10px;font-family:var(--font-serif);font-size:1.15rem;color:var(--ink)}.cc-book-card span{display:block;color:var(--ink-muted);font-size:.85rem;margin-top:5px;line-height:1.35}.cc-convince-grid,.cc-reviews-grid,.cc-faq-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.cc-convince-grid div,.cc-review-card,.cc-faq-grid div{background:#fff;border:1px solid rgba(30,75,168,.08);border-radius:22px;padding:20px;box-shadow:0 12px 34px #1c1f330e}.cc-convince-grid span{display:grid;place-items:center;width:48px;height:48px;background:var(--bg-soft-green);border-radius:16px;margin-bottom:12px}.cc-convince-grid h3,.cc-faq-grid h3{font-size:1.02rem;color:var(--ink);margin-bottom:8px}.cc-convince-grid p,.cc-review-card p,.cc-faq-grid p{color:var(--ink-soft);font-size:.92rem;line-height:1.5}.cc-video-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;max-width:980px;margin:0 auto}.cc-video-card{background:#fff;border:1px solid rgba(30,75,168,.08);border-radius:26px;padding:14px;box-shadow:0 12px 34px #1c1f330f;text-align:center}.cc-video-card video,.cc-video-placeholder div{width:100%;aspect-ratio:9/16;border-radius:20px;background:linear-gradient(135deg,#eef6ff,#fff0f3);object-fit:cover;overflow:hidden}.cc-video-placeholder div{display:grid;place-items:center;color:var(--cc-blue);font-weight:900;border:1px dashed rgba(30,75,168,.22)}.cc-video-card strong{display:block;margin-top:12px;color:var(--ink);font-family:var(--font-serif)}.cc-reviews-grid{grid-template-columns:repeat(3,1fr)}.cc-review-card .stars{color:#f4b32f;margin-bottom:8px}.cc-review-card strong{display:block;margin-top:12px;color:var(--ink)}.cc-review-card span{display:block;color:var(--ink-muted);font-size:.82rem;margin-top:3px}.cc-faq-grid{grid-template-columns:repeat(2,1fr);max-width:940px;margin:0 auto}.cc-final-product-cta{margin:24px 0 48px;background:linear-gradient(135deg,#eef6ff,#fff7f0);border:1px solid rgba(30,75,168,.08);border-radius:28px;padding:28px;display:flex;align-items:center;justify-content:space-between;gap:20px;box-shadow:0 16px 44px #1c1f3312}.cc-final-product-cta h2{margin:10px 0 8px;font-size:clamp(1.5rem,2.5vw,2.1rem);color:var(--ink)}.cc-final-product-cta p{color:var(--ink-soft)}.cc-whatsapp-float{position:fixed;right:22px;bottom:22px;z-index:999;width:58px;height:58px;border-radius:50%;display:grid;place-items:center;background:#25d366;color:#fff;box-shadow:0 16px 34px #25d36657;transition:transform .2s ease}.cc-whatsapp-float:hover{transform:translateY(-3px) scale(1.03)}@media(max-width:980px){.cc-trust-strip.product-trust-strip,.cc-book-grid,.cc-convince-grid{grid-template-columns:repeat(2,1fr)!important}.cc-reviews-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){.cc-product-hero{padding:18px 0 26px!important}.cc-product-image-card{order:-1;padding:12px!important}.cc-product-image-card .product-main-img{max-height:330px!important}.cc-product-buy-card h1{font-size:1.75rem!important}.cc-buy-actions{flex-direction:column;align-items:stretch}.cc-buy-actions .qty-control{width:max-content}.cc-product-highlights{grid-template-columns:repeat(3,1fr);gap:7px}.cc-trust-strip.product-trust-strip,.cc-book-grid,.cc-convince-grid,.cc-reviews-grid,.cc-faq-grid,.cc-video-grid{grid-template-columns:1fr!important}.cc-trust-item{padding:12px}.cc-section{padding:26px 0!important}.cc-book-card img{height:180px!important}.cc-video-grid{max-width:320px}.cc-final-product-cta{flex-direction:column;align-items:flex-start;padding:22px;margin-bottom:34px}.cc-final-product-cta .btn{width:100%;justify-content:center}.cc-whatsapp-float{width:52px;height:52px;right:16px;bottom:16px}}.container>.product-trust-strip{margin:4px 0 14px!important}.cc-trust-strip.product-trust-strip{gap:12px!important;margin:2px 0 16px!important}.cc-trust-item{padding:12px 14px!important;border-radius:18px!important;min-height:74px}.cc-trust-item span{width:38px!important;height:38px!important;border-radius:13px!important;flex:0 0 38px}.cc-trust-item strong{font-size:1rem!important}.cc-trust-item small{font-size:.82rem!important;line-height:1.3}.cc-included-section{padding-top:18px!important}.cc-section{padding:26px 0!important}.cc-section-head{margin-bottom:18px!important}.cc-video-grid-four{grid-template-columns:repeat(4,minmax(0,1fr))!important;max-width:1120px!important}.cc-video-card{padding:10px!important;border-radius:22px!important}.cc-video-card video{border-radius:17px!important}.product-detail+.product-trust-strip+.cc-included-section{margin-top:0!important}.page-header{background:linear-gradient(135deg,#fffaf3,#f7fbff 58%,#fff3f7)!important;border-bottom:1px solid rgba(30,75,168,.08)!important}.about-section,.about-section.alt,.blog-grid,.contact-grid{max-width:1180px;margin-left:auto!important;margin-right:auto!important}.about-section{padding:38px 0!important}.about-section .container,.blog-grid,.contact-grid{position:relative}.about-grid>div:first-child,.about-grid>div:last-child,.contact-card,.contact-form,.blog-card{border:1px solid rgba(30,75,168,.08)!important;box-shadow:0 12px 34px #1c1f330e!important}.blog-card,.contact-card,.contact-form,.value-card{border-radius:22px!important;overflow:hidden}.blog-grid{padding:34px 0 44px!important;gap:18px!important}.blog-content h3{font-size:1.15rem!important;line-height:1.2!important;color:var(--ink)}.blog-content p{font-size:.9rem!important;line-height:1.48!important}.contact-grid{padding:34px 0 44px!important;gap:22px!important}.contact-card,.contact-form{padding:22px!important}.contact-item{margin-bottom:12px!important}.form-row{gap:14px!important}.form-group{margin-bottom:14px!important}.form-group input,.form-group select,.form-group textarea{padding:12px 14px!important}.form-group textarea{min-height:120px!important}.values-grid{margin-top:20px!important}.value-card{padding:20px!important}@media(max-width:980px){.cc-video-grid-four{grid-template-columns:repeat(2,minmax(0,1fr))!important;max-width:680px!important}}@media(max-width:768px){.container>.product-trust-strip{margin:0 0 10px!important}.cc-trust-strip.product-trust-strip{gap:10px!important}.cc-trust-item{min-height:auto}.cc-included-section{padding-top:12px!important}.cc-section{padding:22px 0!important}.cc-video-grid-four{grid-template-columns:1fr!important;max-width:320px!important}.about-section{padding:28px 0!important}.blog-grid,.contact-grid{padding:26px 0 34px!important}}.product-detail.cc-product-hero{padding-top:26px!important;padding-bottom:34px!important;gap:28px!important}.product-detail.cc-product-hero+.product-trust-strip{margin-top:0!important}.cc-trust-strip.product-trust-strip{margin:0 0 10px!important}.product-detail+.product-trust-strip+.cc-included-section{padding-top:10px!important}.cc-included-section .cc-section-head{margin-bottom:14px!important}.cc-final-product-cta{padding:18px 24px!important;margin:12px 0 32px!important;border-radius:24px!important;min-height:0!important}.cc-final-product-cta h2{font-size:clamp(1.45rem,2.25vw,1.95rem)!important;margin:7px 0 5px!important}.cc-final-product-cta p{font-size:.95rem!important}.cc-final-product-cta .btn{padding:13px 26px!important}.cart-empty-state{background:#fff;border:1px solid rgba(30,75,168,.08);border-radius:20px;padding:22px;color:var(--ink-soft)}.cart-item-img img{width:100%;height:100%;object-fit:contain}@media(max-width:768px){.product-detail.cc-product-hero{padding-top:18px!important;padding-bottom:24px!important}.cc-final-product-cta{padding:18px!important}}.product-detail.cc-product-hero{padding-bottom:24px!important}.product-detail.cc-product-hero+.product-trust-strip,.container>.product-trust-strip,.cc-trust-strip.product-trust-strip{margin-top:0!important;margin-bottom:7px!important}.product-detail+.product-trust-strip+.cc-included-section{padding-top:7px!important}.cc-included-section .cc-section-head{margin-top:0!important;margin-bottom:10px!important}.cc-included-section{padding-top:7px!important}@media(max-width:768px){.product-detail.cc-product-hero{padding-bottom:18px!important}.product-detail.cc-product-hero+.product-trust-strip,.container>.product-trust-strip,.cc-trust-strip.product-trust-strip{margin-bottom:6px!important}.product-detail+.product-trust-strip+.cc-included-section,.cc-included-section{padding-top:6px!important}}@media(min-width:981px){.product-detail.cc-product-hero{padding-bottom:0!important;margin-bottom:0!important}.product-detail.cc-product-hero+.product-trust-strip,.container>.product-trust-strip,.cc-trust-strip.product-trust-strip{margin-top:-72px!important;margin-bottom:-10px!important}.cc-trust-strip.product-trust-strip{position:relative;z-index:5;align-items:center}.product-detail+.product-trust-strip+.cc-included-section,.cc-included-section{margin-top:0!important;padding-top:0!important}.cc-included-section .cc-section-head{padding-top:0!important;margin-top:0!important;margin-bottom:12px!important}}@media(max-width:980px){.product-detail.cc-product-hero{padding-bottom:16px!important}.product-detail.cc-product-hero+.product-trust-strip,.container>.product-trust-strip,.cc-trust-strip.product-trust-strip{margin-top:0!important;margin-bottom:8px!important}.product-detail+.product-trust-strip+.cc-included-section,.cc-included-section{padding-top:8px!important}}.cc-conversion-row{display:flex;flex-wrap:wrap;gap:8px;margin:10px 0;align-items:center}.cc-bestseller-badge,.cc-popularity-pill{display:inline-flex;align-items:center;gap:6px;border-radius:999px;padding:8px 12px;font-size:.78rem;font-weight:900;letter-spacing:.01em}.cc-bestseller-badge{background:linear-gradient(135deg,#fff3b5,#ffd65a);color:#6d4500;box-shadow:0 10px 24px #ffc63d47}.cc-popularity-pill{background:var(--bg-soft-pink);color:var(--cc-coral)}.cc-urgency-box{background:linear-gradient(135deg,#fff1eb,#fffaf3);border:1px solid rgba(236,91,142,.18);border-radius:18px;padding:13px 15px;margin:10px 0 12px;box-shadow:0 12px 30px #ec5b8e14}.cc-urgency-box strong{display:block;color:var(--ink);font-family:var(--font-serif);font-size:1rem;margin-bottom:4px}.cc-urgency-box span{display:block;color:var(--ink-soft);font-weight:700;font-size:.88rem;line-height:1.35}.product-detail[data-best-seller=false] .cc-bestseller-badge{display:none}.cc-product-description-section{padding-top:18px!important}.cc-description-card{display:grid;grid-template-columns:.9fr 1.1fr;gap:24px;align-items:center;background:#fff;border:1px solid rgba(30,75,168,.08);border-radius:26px;padding:24px;box-shadow:0 14px 38px #1c1f330f}.cc-description-card h2{color:var(--ink);font-size:clamp(1.5rem,2.4vw,2.05rem);margin:8px 0;line-height:1.1}.cc-description-card p{color:var(--ink-soft);line-height:1.55}.cc-description-points{list-style:none;display:grid;gap:10px;margin:0;padding:0}.cc-description-points li{display:flex;gap:10px;align-items:flex-start;background:var(--bg-cream);border:1px solid rgba(30,75,168,.06);border-radius:16px;padding:13px 14px;color:var(--ink);font-weight:700}.cc-description-points li:before{content:"\2713";flex:0 0 24px;width:24px;height:24px;border-radius:50%;display:grid;place-items:center;background:var(--bg-soft-green);color:var(--cc-green);font-size:.8rem;font-weight:900}.cc-product-photo-wall{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:14px}.cc-product-photo-wall img{width:100%;height:230px;object-fit:contain;background:#fff;border:1px solid rgba(30,75,168,.08);border-radius:22px;padding:10px;box-shadow:0 12px 34px #1c1f330e}.cc-product-photo-wall img:nth-child(1),.cc-product-photo-wall img:nth-child(6){grid-column:span 2}.cc-product-photo-wall img:nth-child(1){height:320px}.cc-review-photos{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:12px;margin-bottom:18px}.cc-review-photos img{width:100%;height:135px;object-fit:contain;background:#fff;border:1px solid rgba(30,75,168,.08);border-radius:18px;padding:8px;box-shadow:0 10px 26px #1c1f330d}.cc-review-summary-grid{display:grid;grid-template-columns:280px 1fr;gap:18px;margin-bottom:18px}.cc-review-average,.cc-rating-graph,.cc-review-form-card{background:#fff;border:1px solid rgba(30,75,168,.08);border-radius:24px;padding:22px;box-shadow:0 12px 34px #1c1f330e}.cc-review-average{text-align:center}.cc-review-average strong{display:block;font-family:var(--font-serif);color:var(--ink);font-size:3.2rem;line-height:1}.cc-review-average .stars{color:#f4b32f;margin:8px 0;letter-spacing:2px}.cc-review-average span{color:var(--ink-muted);font-weight:700;font-size:.9rem}.cc-rating-graph{display:grid;gap:10px}.cc-rating-graph div{display:grid;grid-template-columns:70px 1fr 44px;gap:10px;align-items:center;color:var(--ink-soft);font-weight:800;font-size:.88rem}.cc-rating-graph b{height:11px;background:#f1f2f5;border-radius:999px;overflow:hidden}.cc-rating-graph i{display:block;height:100%;border-radius:999px;background:linear-gradient(90deg,#ffc83d,#ff9e42)}.cc-rating-graph em{color:var(--ink-muted);font-style:normal;text-align:right}.cc-review-form-card{margin-top:18px;display:grid;grid-template-columns:.75fr 1.25fr;gap:20px;align-items:start}.cc-review-form-card h3{color:var(--ink);margin:8px 0}.cc-review-form-card p{color:var(--ink-soft);line-height:1.5}.cc-review-form{display:grid;grid-template-columns:1fr 1fr;gap:12px}.cc-review-form input,.cc-review-form select,.cc-review-form textarea{width:100%;border:1.5px solid var(--line);border-radius:14px;padding:12px 14px;font-family:inherit;background:#fff}.cc-review-form textarea,.cc-review-form button,.cc-review-form small{grid-column:1 / -1}.cc-review-form textarea{min-height:110px;resize:vertical}.cc-review-success{color:var(--cc-green-dark);font-weight:800}.cc-live-purchase-toast{position:fixed;left:18px;bottom:22px;z-index:998;display:flex;align-items:center;gap:10px;max-width:310px;background:#fffffff5;border:1px solid rgba(30,75,168,.1);border-radius:18px;padding:12px 14px;box-shadow:0 18px 44px #1c1f3329;transform:translateY(14px);opacity:0;pointer-events:none;transition:opacity .35s ease,transform .35s ease}.cc-live-purchase-toast.show{opacity:1;transform:translateY(0)}.cc-live-purchase-toast>span{width:38px;height:38px;display:grid;place-items:center;border-radius:14px;background:var(--bg-soft-green);flex:0 0 38px}.cc-live-purchase-toast strong{display:block;color:var(--ink);font-size:.92rem}.cc-live-purchase-toast small{display:block;color:var(--ink-soft);font-weight:700;line-height:1.35}@media(max-width:1100px){.cc-product-photo-wall{grid-template-columns:repeat(3,minmax(0,1fr))}.cc-product-photo-wall img:nth-child(1),.cc-product-photo-wall img:nth-child(6){grid-column:span 1;height:230px}.cc-review-photos{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(max-width:768px){.cc-description-card,.cc-review-summary-grid,.cc-review-form-card{grid-template-columns:1fr}.cc-product-photo-wall{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.cc-product-photo-wall img{height:160px;border-radius:16px}.cc-review-photos{grid-template-columns:repeat(2,minmax(0,1fr))}.cc-review-photos img{height:115px}.cc-review-form{grid-template-columns:1fr}.cc-live-purchase-toast{left:12px;right:12px;bottom:12px;max-width:none}}.cc-bestseller-badge,.cc-popularity-pill{position:relative;isolation:isolate;overflow:hidden;padding:10px 16px;font-size:.86rem;border:1px solid rgba(255,255,255,.68);transform:translateZ(0)}.cc-bestseller-badge:after,.cc-popularity-pill:after{content:"";position:absolute;inset:-70% auto -70% -35%;width:42%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.7),transparent);transform:rotate(18deg);animation:ccBadgeShine 3.4s ease-in-out infinite;z-index:-1}.cc-popularity-pill:after{animation-delay:.55s}.cc-bestseller-badge{background:linear-gradient(135deg,#fff4b0,#ffd85f 55%,#fff1a2);box-shadow:0 12px 28px #ffbe2440,inset 0 1px #ffffffbf;animation:ccSoftPulseGold 2.8s ease-in-out infinite}.cc-popularity-pill{background:linear-gradient(135deg,#fff2f1,#ffe1df 55%,#fff7f4);color:#f15d52;box-shadow:0 12px 28px #ff655b29,inset 0 1px #ffffffbf;animation:ccSoftPulseCoral 3s ease-in-out infinite}@keyframes ccBadgeShine{0%,58%{left:-45%}78%,to{left:115%}}@keyframes ccSoftPulseGold{0%,to{transform:translateY(0)}50%{transform:translateY(-2px);box-shadow:0 16px 34px #ffbe2457}}@keyframes ccSoftPulseCoral{0%,to{transform:translateY(0)}50%{transform:translateY(-2px);box-shadow:0 16px 34px #ff655b38}}.cc-countdown-offer{display:flex;align-items:center;justify-content:space-between;gap:16px;background:linear-gradient(135deg,#fff8f2,#fff2ee 48%,#fffaf4);border:1px solid rgba(255,101,91,.2);box-shadow:0 18px 42px #ff655b1a}.cc-countdown-offer strong{font-size:1.08rem}.cc-countdown-offer .cc-offer-copy span{max-width:360px}.cc-offer-timer{display:flex;gap:8px;flex:0 0 auto}.cc-offer-timer div{min-width:58px;padding:9px 8px 8px;border-radius:14px;text-align:center;color:#fff;background:linear-gradient(135deg,#ff6b61,#e83f76);box-shadow:0 10px 22px #e83f7638}.cc-offer-timer b{display:block;font-size:1.08rem;line-height:1;font-family:var(--font-serif)}.cc-offer-timer small{display:block;margin-top:4px;font-size:.62rem;font-weight:900;text-transform:uppercase;letter-spacing:.06em;opacity:.92}.cc-convince-grid{grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:16px!important}.cc-convince-grid div{display:grid!important;grid-template-columns:52px 1fr;grid-template-areas:"icon title" "icon copy";gap:4px 14px;align-items:center;min-height:150px;padding:20px!important;border-radius:22px!important}.cc-convince-grid span{grid-area:icon;margin:0!important;width:52px!important;height:52px!important;border-radius:17px!important}.cc-convince-grid h3{grid-area:title;margin:0!important;line-height:1.2}.cc-convince-grid p{grid-area:copy;margin:0!important;line-height:1.45}.cc-product-photo-wall{grid-template-columns:repeat(12,minmax(0,1fr));gap:14px;align-items:stretch}.cc-product-photo-wall img{height:210px;padding:12px;border-radius:20px;background:linear-gradient(180deg,#fff,#fbfdff)}.cc-product-photo-wall img:nth-child(1){grid-column:span 4;grid-row:span 2;height:100%;min-height:438px}.cc-product-photo-wall img:nth-child(2),.cc-product-photo-wall img:nth-child(3),.cc-product-photo-wall img:nth-child(4),.cc-product-photo-wall img:nth-child(5){grid-column:span 2}.cc-product-photo-wall img:nth-child(6),.cc-product-photo-wall img:nth-child(7),.cc-product-photo-wall img:nth-child(8),.cc-product-photo-wall img:nth-child(9){grid-column:span 2}.cc-product-photo-wall img:nth-child(10){grid-column:span 4}.cc-trust-strip.product-trust-strip{gap:12px!important}.cc-trust-item{position:relative;min-height:76px;padding:14px 16px!important;border-radius:18px!important;background:linear-gradient(135deg,#fff,#f8fbff)!important;border:1px solid rgba(30,75,168,.1)!important;box-shadow:0 12px 28px #1c1f330e!important}.cc-trust-item:before{content:"";position:absolute;left:0;top:14px;bottom:14px;width:4px;border-radius:999px;background:linear-gradient(180deg,#5b8cff,#ff6b61)}.cc-trust-item span{width:40px!important;height:40px!important;border-radius:14px!important;background:linear-gradient(135deg,#eef6ff,#fff2ee)!important}.cc-trust-item strong{font-size:.94rem!important}.cc-trust-item small{font-size:.78rem!important}.cc-review-form-card{margin:0 0 20px!important;background:linear-gradient(135deg,#fff,#fffaf6);border:1px solid rgba(255,101,91,.14);box-shadow:0 16px 38px #1c1f330f}.cc-reviews-grid{margin-top:4px}@media(max-width:1100px){.cc-convince-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}.cc-product-photo-wall{grid-template-columns:repeat(6,minmax(0,1fr))}.cc-product-photo-wall img:nth-child(n){grid-column:span 2;height:190px;min-height:0}.cc-product-photo-wall img:nth-child(1),.cc-product-photo-wall img:nth-child(10){grid-column:span 3;height:260px}}@media(max-width:768px){.cc-conversion-row{gap:8px}.cc-bestseller-badge,.cc-popularity-pill{width:100%;justify-content:center;padding:10px 12px;font-size:.84rem}.cc-countdown-offer{flex-direction:column;align-items:stretch;gap:12px;padding:14px}.cc-offer-timer{justify-content:space-between}.cc-offer-timer div{flex:1;min-width:0}.cc-convince-grid{grid-template-columns:1fr!important}.cc-convince-grid div{min-height:auto;padding:16px!important;grid-template-columns:46px 1fr;gap:2px 12px}.cc-convince-grid span{width:46px!important;height:46px!important}.cc-product-photo-wall{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.cc-product-photo-wall img:nth-child(n){grid-column:span 1;height:155px;min-height:0;padding:8px;border-radius:16px}.cc-product-photo-wall img:nth-child(1){grid-column:1 / -1;height:230px}.cc-trust-strip.product-trust-strip{grid-template-columns:1fr 1fr!important;gap:10px!important}.cc-trust-item{display:grid!important;grid-template-columns:34px 1fr;gap:8px!important;padding:12px!important;min-height:72px}.cc-trust-item span{width:34px!important;height:34px!important}.cc-trust-item strong{font-size:.84rem!important;line-height:1.1}.cc-trust-item small{font-size:.68rem!important}.cc-review-summary-grid{gap:12px}.cc-review-form-card{padding:16px}}@media(max-width:420px){.cc-trust-strip.product-trust-strip{grid-template-columns:1fr!important}.cc-product-photo-wall img:nth-child(n){height:145px}.cc-product-photo-wall img:nth-child(1){height:220px}}.cc-shop-stage{position:relative;padding:36px 0 70px;overflow:hidden;background:radial-gradient(circle at 8% 18%,rgba(255,200,61,.24),transparent 28%),radial-gradient(circle at 92% 8%,rgba(108,194,74,.18),transparent 26%),linear-gradient(135deg,#fffaf1,#fff 48%,#f1f8ff)}.cc-shop-stage:before,.cc-shop-stage:after{content:"";position:absolute;border-radius:999px;pointer-events:none;z-index:0}.cc-shop-stage:before{width:230px;height:230px;background:#ec5b8e1f;left:-80px;top:80px}.cc-shop-stage:after{width:260px;height:260px;background:#1e4ba81a;right:-90px;bottom:90px}.cc-shop-stage .container{position:relative;z-index:1}.cc-shop-hero-panel{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(280px,.95fr);align-items:center;gap:26px;padding:32px;border-radius:34px;border:1px solid rgba(30,75,168,.1);background:linear-gradient(135deg,#fffffff2,#fffc),radial-gradient(circle at 82% 25%,rgba(255,200,61,.22),transparent 35%);box-shadow:0 24px 70px #1c1f331a;margin-bottom:34px}.cc-kid-badge,.cc-class-intro .eyebrow,.cc-shop-note-panel .eyebrow{display:inline-flex;align-items:center;gap:7px;padding:7px 13px;border-radius:999px;background:#eef8e8;color:#3f8d2f;font-size:.72rem;font-weight:900;letter-spacing:.09em;text-transform:uppercase}.cc-shop-hero-copy h2{font-family:var(--font-serif);font-size:clamp(2.15rem,4vw,4rem);line-height:.98;color:var(--ink);margin:14px 0;max-width:720px}.cc-shop-hero-copy p{color:var(--ink-soft);font-size:1.05rem;line-height:1.7;max-width:660px;margin:0 0 20px}.cc-shop-hero-points{display:flex;flex-wrap:wrap;gap:10px}.cc-shop-hero-points span{display:inline-flex;align-items:center;min-height:36px;padding:8px 14px;border-radius:999px;background:#fff;border:1px solid rgba(30,75,168,.1);box-shadow:0 8px 22px #1c1f330e;color:var(--cc-blue-dark);font-weight:800;font-size:.82rem}.cc-shop-hero-visual{position:relative;display:flex;align-items:center;justify-content:center;min-height:360px}.cc-shop-hero-visual:before{content:"";position:absolute;width:78%;height:78%;border-radius:50%;background:linear-gradient(135deg,#5cb8e83d,#6cc24a29);filter:blur(.2px)}.cc-shop-hero-visual img{position:relative;width:min(100%,430px);max-height:440px;object-fit:contain;filter:drop-shadow(0 30px 34px rgba(28,31,51,.18));transform:rotate(-2deg)}.cc-class-intro{text-align:center;max-width:720px;margin:0 auto 24px}.cc-class-intro h2{font-family:var(--font-serif);font-size:clamp(1.7rem,3vw,2.45rem);line-height:1.05;color:var(--ink);margin:13px 0 8px}.cc-class-intro p{color:var(--ink-soft);font-size:.98rem;line-height:1.55;margin:0}.cc-class-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}.cc-class-card{position:relative;display:flex;flex-direction:column;min-height:100%;overflow:hidden;border-radius:28px;background:#fff;border:1px solid rgba(30,75,168,.1);color:inherit;text-decoration:none;box-shadow:0 18px 46px #1c1f3313;transition:transform .28s ease,box-shadow .28s ease,border-color .28s ease}.cc-class-card:hover{transform:translateY(-8px);box-shadow:0 28px 72px #1c1f3321;border-color:#1e4ba838}.cc-card-topline{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:16px 18px 0;position:relative;z-index:2}.cc-card-topline span{padding:6px 10px;border-radius:999px;background:#ffffffd1;color:var(--cc-blue-dark);font-size:.72rem;font-weight:900;box-shadow:0 6px 18px #1c1f3314}.cc-card-topline strong{font-family:var(--font-serif);color:#fff;font-size:1.05rem;letter-spacing:.05em}.cc-box-wrap{min-height:250px;display:flex;align-items:center;justify-content:center;padding:12px 16px 2px;background:radial-gradient(circle at center,#fffffff2,#ffffff9e 48%,#eef6ff59)}.cc-box-wrap img{width:100%;max-width:235px;max-height:255px;object-fit:contain;filter:drop-shadow(0 20px 24px rgba(28,31,51,.16));transition:transform .28s ease}.cc-class-card:hover .cc-box-wrap img{transform:scale(1.035) rotate(-1deg)}.cc-class-card-body{padding:18px;background:#fff}.cc-class-pill{display:inline-flex;padding:5px 10px;border-radius:999px;background:var(--bg-soft-blue);color:var(--cc-blue);font-size:.66rem;font-weight:900;letter-spacing:.08em;text-transform:uppercase;margin-bottom:9px}.cc-class-card h3{font-family:var(--font-serif);font-size:1.14rem;line-height:1.18;margin:0 0 8px;color:var(--ink)}.cc-class-card p{color:var(--ink-soft);font-size:.84rem;line-height:1.5;margin:0 0 14px}.cc-card-features{display:flex;flex-wrap:wrap;gap:7px;margin-bottom:16px}.cc-card-features span{padding:5px 9px;border-radius:999px;background:#f5f7fb;color:#515b73;font-size:.69rem;font-weight:800}.cc-card-action{display:flex;align-items:center;justify-content:center;gap:8px;width:100%;padding:11px 12px;border-radius:999px;background:var(--cc-pink);color:#fff;font-weight:900;font-size:.86rem;box-shadow:0 10px 22px #ec5b8e3d}.cc-card-action span{font-size:1.05rem;transition:transform .25s ease}.cc-class-card:hover .cc-card-action span{transform:translate(4px)}.cc-class-card-ukg{background:linear-gradient(180deg,#23427e 0 122px,#fff 122px)}.cc-class-card-lkg{background:linear-gradient(180deg,#68ad42 0 122px,#fff 122px)}.cc-class-card-playgroup{background:linear-gradient(180deg,#ec8a24 0 122px,#fff 122px)}.cc-class-card-nursery{background:linear-gradient(180deg,#5cb8e8 0 122px,#fff 122px)}.cc-class-card-lkg .cc-card-action{background:#6cc24a;box-shadow:0 10px 22px #6cc24a3d}.cc-class-card-playgroup .cc-card-action{background:#f28c28;box-shadow:0 10px 22px #f28c283d}.cc-class-card-nursery .cc-card-action{background:#5cb8e8;box-shadow:0 10px 22px #5cb8e83d}.cc-shop-note-panel{margin-top:28px;display:flex;align-items:center;justify-content:space-between;gap:20px;padding:24px 26px;border-radius:28px;background:#152f66;color:#fff;box-shadow:0 22px 60px #152f662e}.cc-shop-note-panel h3{font-family:var(--font-serif);font-size:clamp(1.25rem,2vw,1.75rem);margin:10px 0 5px;color:#fff}.cc-shop-note-panel p{max-width:700px;margin:0;color:#ffffffc7;line-height:1.55}.cc-shop-note-panel .btn{white-space:nowrap}.shop-trust-strip{border-top:0!important}@media(max-width:1100px){.cc-class-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.cc-box-wrap img{max-width:260px}}@media(max-width:820px){.cc-shop-stage{padding:24px 0 44px}.cc-shop-hero-panel{grid-template-columns:1fr;padding:22px;border-radius:26px}.cc-shop-hero-copy h2{font-size:2.1rem}.cc-shop-hero-copy p{font-size:.95rem}.cc-shop-hero-visual{min-height:290px}.cc-shop-hero-visual img{max-height:330px}.cc-shop-note-panel{flex-direction:column;align-items:flex-start}}@media(max-width:560px){.cc-shop-hero-panel{padding:18px}.cc-shop-hero-points span{width:calc(50% - 5px);justify-content:center;text-align:center;font-size:.72rem;padding:8px 9px}.cc-class-grid{grid-template-columns:1fr}.cc-class-card{border-radius:24px}.cc-box-wrap{min-height:245px}.cc-box-wrap img{max-width:260px}.cc-shop-note-panel{padding:20px;border-radius:22px}.cc-shop-note-panel .btn{width:100%}}.cc-shop-stage{padding-top:44px;background:radial-gradient(circle at 8% 12%,rgba(255,200,61,.16),transparent 26%),radial-gradient(circle at 92% 6%,rgba(108,194,74,.12),transparent 25%),linear-gradient(135deg,#fffaf2,#fff 52%,#f4f9ff)}.cc-class-intro{max-width:820px;margin-bottom:34px;padding:26px 22px 12px}.cc-class-intro h2{font-size:clamp(2rem,4vw,3.35rem);letter-spacing:-.025em;margin-top:14px}.cc-class-intro p{max-width:680px;margin:0 auto;font-size:1rem}.cc-class-grid{align-items:stretch;gap:22px}.cc-class-card{min-height:100%;background:#fff!important;border:1px solid rgba(30,75,168,.12);box-shadow:0 18px 45px #192a4e14}.cc-class-card:before{content:"";position:absolute;inset:0 0 auto 0;height:8px;background:linear-gradient(90deg,#5fb842,#5cb8e8,#ffc83d);opacity:.9}.cc-card-topline{padding:20px 20px 0}.cc-card-topline span{background:#f2f7ee;color:#3f7f31;box-shadow:none}.cc-card-topline strong{color:#1e4ba8;background:#eef4ff;padding:6px 10px;border-radius:999px;font-family:var(--font-body);font-size:.78rem;font-weight:900}.cc-box-wrap{min-height:245px;background:radial-gradient(circle at 50% 44%,rgba(92,184,232,.12),transparent 48%),linear-gradient(180deg,#fff,#f7fbff)}.cc-class-card-body{display:flex;flex-direction:column;flex:1;padding:20px}.cc-class-card h3{min-height:54px}.cc-class-card p{min-height:100px}.cc-card-features{min-height:68px;margin-bottom:18px}.cc-card-features span{background:#f4f7fb;border:1px solid rgba(30,75,168,.06);color:#516077}.cc-card-action,.cc-class-card-lkg .cc-card-action,.cc-class-card-playgroup .cc-card-action,.cc-class-card-nursery .cc-card-action{margin-top:auto;background:linear-gradient(135deg,#1e4ba8,#16376f);box-shadow:0 14px 28px #1e4ba833;color:#fff}.cc-class-card:hover .cc-card-action,.cc-class-card-lkg:hover .cc-card-action,.cc-class-card-playgroup:hover .cc-card-action,.cc-class-card-nursery:hover .cc-card-action{background:linear-gradient(135deg,#5fb842,#4a9938);box-shadow:0 14px 28px #5fb84233}@media(max-width:820px){.cc-class-card h3,.cc-class-card p,.cc-card-features{min-height:auto}}.cc-shop-stage{padding:30px 0 58px!important}.cc-class-intro{max-width:900px!important;margin:0 auto 22px!important;padding:0 18px!important}.cc-class-intro .eyebrow{padding:6px 14px!important;font-size:.68rem!important}.cc-class-intro h2{font-size:clamp(2rem,3.2vw,3rem)!important;line-height:1.04!important;margin:12px 0 8px!important}.cc-class-intro p{font-size:.98rem!important;line-height:1.5!important;max-width:760px!important}.cc-class-grid{margin-top:0!important}.cc-box-wrap{min-height:218px!important;padding-top:8px!important}.cc-box-wrap img{max-height:225px!important}.cc-card-topline{padding-top:16px!important}.cc-class-card-body{padding:18px!important}.cc-card-action,.cc-class-card-lkg .cc-card-action,.cc-class-card-playgroup .cc-card-action,.cc-class-card-nursery .cc-card-action{min-height:48px!important;align-self:stretch!important}@media(max-width:1100px){.cc-box-wrap{min-height:230px!important}.cc-box-wrap img{max-height:240px!important}}@media(max-width:820px){.cc-shop-stage{padding-top:24px!important}.cc-class-intro h2{font-size:2.15rem!important}}@media(max-width:768px){html,body{overflow-x:hidden}body{font-size:15px;background:#fffaf3}.container{padding-left:14px!important;padding-right:14px!important}.announcement-bar{min-height:30px;padding:6px 12px;font-size:.72rem;letter-spacing:0}.header{position:sticky;top:0;z-index:999;background:#fffffff5;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid rgba(30,75,168,.08)}.header-inner{min-height:62px!important;padding-top:6px;padding-bottom:6px}.logo-real{width:78px!important;max-height:56px!important;object-fit:contain}.header-actions{gap:8px!important}.header-actions .icon-btn{width:38px!important;height:38px!important;border-radius:14px!important;background:#f6f8fb}.mobile-toggle{width:40px;height:40px;border-radius:14px;background:#f6f8fb;padding:11px 10px}.mobile-toggle span{height:2px;margin:4px 0;border-radius:4px;background:#1e4ba8}.nav.mobile-open{padding:10px 18px 16px!important;border-radius:0 0 24px 24px}.nav.mobile-open li{padding:12px 0!important}.nav.mobile-open a{font-size:.98rem;font-weight:800}h1{font-size:clamp(2rem,9vw,2.7rem)}h2{font-size:clamp(1.75rem,8vw,2.35rem)}h3{font-size:1.18rem}.eyebrow{font-size:.62rem;padding:6px 11px;margin-bottom:12px}.btn{width:100%;padding:13px 18px;font-size:.9rem}.page-header{padding:26px 0 18px!important}.page-header h1{font-size:2rem!important}.breadcrumb{font-size:.82rem}.hero,section{scroll-margin-top:72px}.hero{padding:26px 0 42px!important}.hero-inner{gap:22px!important}.hero-sub{font-size:.96rem!important;line-height:1.55!important}.hero-cta{gap:10px!important}.proof-row{gap:8px!important}.proof-pill{padding:8px 10px!important;font-size:.72rem!important}.trust-band,.shop-by-class,.subjects-section,.why-choose,.reviews-section,.faq-section,.final-cta{padding-top:42px!important;padding-bottom:42px!important}.section-head{margin-bottom:22px!important}.section-head p{font-size:.92rem!important}.books-grid,.skills-grid,.subjects-cards,.products-grid,.blog-grid{grid-template-columns:1fr!important;gap:14px!important}.book-card,.skill-card,.subject-card,.product-card,.blog-card,.review-card,.faq-item{border-radius:20px!important;box-shadow:0 12px 32px #1c1f3312!important}.product-card-img,.book-card-img{padding:14px!important}.product-card-body,.blog-card-content{padding:16px!important}.footer{padding-top:42px!important}.footer-grid{gap:26px!important}.footer-bottom{gap:14px!important}.payment-icons{justify-content:center;flex-wrap:wrap}.cc-whatsapp-float{width:54px!important;height:54px!important;right:16px!important;bottom:18px!important}}@media(max-width:560px){.cc-shop-stage{padding:18px 0 34px!important;background:radial-gradient(circle at 0% 0%,rgba(255,200,61,.16),transparent 34%),radial-gradient(circle at 100% 8%,rgba(108,194,74,.14),transparent 32%),linear-gradient(180deg,#fffaf3,#fff 44%,#f7fbff)!important}.cc-shop-stage:before,.cc-shop-stage:after{display:none!important}.cc-class-intro{padding:0 4px!important;margin:0 auto 14px!important;text-align:left!important}.cc-class-intro .eyebrow{font-size:.58rem!important;padding:5px 10px!important;margin-bottom:8px!important;letter-spacing:.08em!important}.cc-class-intro h2{font-size:1.82rem!important;line-height:1.05!important;margin:7px 0 6px!important;max-width:330px}.cc-class-intro p{font-size:.86rem!important;line-height:1.45!important;max-width:340px!important;margin:0!important}.cc-class-grid{display:grid!important;grid-template-columns:1fr!important;gap:12px!important}.cc-class-card{display:grid!important;grid-template-columns:112px minmax(0,1fr)!important;grid-template-rows:auto 1fr!important;border-radius:20px!important;overflow:hidden!important;min-height:0!important;box-shadow:0 12px 28px #192a4e14!important;border:1px solid rgba(30,75,168,.1)!important}.cc-class-card:before{height:5px!important}.cc-card-topline{grid-column:1 / -1!important;padding:11px 12px 2px!important}.cc-card-topline span,.cc-card-topline strong{font-size:.64rem!important;padding:5px 8px!important}.cc-box-wrap{grid-column:1!important;grid-row:2!important;min-height:150px!important;height:100%!important;padding:8px 8px 12px!important;align-items:center!important}.cc-box-wrap img{max-width:104px!important;max-height:142px!important;filter:drop-shadow(0 12px 14px rgba(28,31,51,.14))!important}.cc-class-card-body{grid-column:2!important;grid-row:2!important;padding:8px 12px 12px 2px!important;min-width:0!important}.cc-class-pill{font-size:.55rem!important;padding:4px 7px!important;margin-bottom:6px!important;letter-spacing:.06em!important}.cc-class-card h3{min-height:auto!important;font-size:1rem!important;line-height:1.16!important;margin-bottom:5px!important}.cc-class-card p{min-height:auto!important;font-size:.74rem!important;line-height:1.38!important;margin-bottom:8px!important;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.cc-card-features{min-height:0!important;gap:5px!important;margin-bottom:9px!important}.cc-card-features span{font-size:.58rem!important;padding:4px 7px!important}.cc-card-action,.cc-class-card-lkg .cc-card-action,.cc-class-card-playgroup .cc-card-action,.cc-class-card-nursery .cc-card-action{min-height:36px!important;padding:8px 10px!important;font-size:.74rem!important;border-radius:12px!important;background:linear-gradient(135deg,#1e4ba8,#173b82)!important;box-shadow:0 8px 16px #1e4ba82e!important}.product-detail{padding:18px 0 34px!important;gap:18px!important}.product-detail-img{padding:14px!important;border-radius:20px!important}.product-detail-info h1{font-size:1.75rem!important;line-height:1.08!important}.product-detail-info .price-now{font-size:1.85rem!important}.product-detail-info .price-row{margin:10px 0 14px!important}.quantity-selector,.product-actions{gap:8px!important}.product-actions{flex-direction:column}.product-actions .btn{width:100%}.premium-about-hero,.about-founder-card,.about-mission-card,.contact-card,.cart-summary,.cart-items{border-radius:22px!important;padding:18px!important}}@media(max-width:380px){.cc-class-card{grid-template-columns:100px minmax(0,1fr)!important}.cc-box-wrap img{max-width:92px!important}.cc-class-card h3{font-size:.94rem!important}.cc-class-card p{font-size:.7rem!important;-webkit-line-clamp:2}.cc-card-features span{font-size:.54rem!important}}@media(max-width:700px){.trust-band{padding:4px 0 14px!important;background:#fff!important}.trust-band .container{width:min(100% - 24px,420px)!important}.trust-band-inner{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:10px!important;padding:12px!important;border-radius:18px!important;background:linear-gradient(135deg,#fff6ee,#f7fff0)!important}.trust-feature{display:grid!important;grid-template-columns:34px 1fr!important;align-items:center!important;gap:8px!important;padding:8px!important;background:#ffffffb8!important;border:1px solid rgba(30,75,168,.06)!important;border-radius:14px!important}.trust-feature-icon{width:34px!important;height:34px!important;min-width:34px!important;border-radius:10px!important;box-shadow:none!important}.trust-feature-icon svg{width:18px!important;height:18px!important}.trust-feature-text strong{font-size:.76rem!important;line-height:1.15!important;margin:0 0 2px!important;letter-spacing:-.01em!important}.trust-feature-text span{font-size:.64rem!important;line-height:1.25!important;display:-webkit-box!important;-webkit-line-clamp:2!important;-webkit-box-orient:vertical!important;overflow:hidden!important}}@media(max-width:700px){.skills-section{padding-top:20px!important;padding-bottom:20px!important}.skills-section .container{width:min(100% - 24px,420px)!important}.skills-section .section-head{margin-bottom:12px!important}.skills-section .section-head h2{font-size:clamp(1.45rem,6.2vw,1.9rem)!important;line-height:1.05!important}.skills-grid{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:10px!important}.skill-card{padding:12px 8px!important;border-radius:16px!important;min-height:124px!important;box-shadow:0 8px 20px #1e4ba80d!important}.skill-icon{width:42px!important;height:42px!important;margin-bottom:8px!important;border-radius:14px!important}.skill-icon svg{width:22px!important;height:22px!important}.skill-card h4{font-size:.86rem!important;line-height:1.15!important;margin-bottom:5px!important}.skill-card p{font-size:.67rem!important;line-height:1.32!important;max-width:132px!important;margin:0 auto!important}}.class-tabs{gap:12px!important;margin-bottom:24px!important}.class-tab{border:1px solid rgba(30,75,168,.14)!important;background:#fff!important;color:#172443!important;box-shadow:0 8px 18px #1e4ba80f!important}.class-tab.active{background:linear-gradient(135deg,#173987,#1e4ba8)!important;border-color:#173987!important;color:#fff!important;box-shadow:0 12px 26px #1e4ba838!important}@media(max-width:700px){.shop-by-class{padding-top:22px!important;padding-bottom:24px!important}.shop-by-class .container{width:min(100% - 22px,420px)!important}.shop-by-class .section-head h2{font-size:clamp(1.6rem,7vw,2.05rem)!important;line-height:1.08!important}.class-tabs{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:8px!important;margin:12px auto 16px!important;max-width:360px!important}.class-tab{width:100%!important;padding:9px 8px!important;min-height:38px!important;border-radius:999px!important;font-size:.76rem!important;font-weight:800!important;letter-spacing:.01em!important}.class-tab[data-class=playgroup]{grid-column:span 2}.class-tab[data-class=all]{grid-column:span 1}.books-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:12px!important;margin-bottom:8px!important}.book-card{background:#fff!important;border:1px solid rgba(30,75,168,.08)!important;border-radius:18px!important;padding:10px 8px 12px!important;box-shadow:0 10px 24px #1e4ba80d!important}.book-card-img,.book-card-img.real{margin-bottom:8px!important}.class-pack-img{max-height:130px!important}.class-pack-placeholder{min-height:128px!important;border-radius:14px!important}.class-pack-placeholder .grade-name{font-size:1.1rem!important}.class-pack-placeholder .pack-line{font-size:.62rem!important}.subject-pills span{font-size:.54rem!important;padding:3px 5px!important}.book-card-title{font-size:.82rem!important;line-height:1.2!important}.book-card-grade,.product-note{font-size:.6rem!important}.view-all-wrap .btn{width:100%!important;max-width:260px!important;padding:10px 14px!important;font-size:.8rem!important}}.subjects-text .btn,.multi-subjects .btn{display:none!important}@media(max-width:700px){.multi-subjects{padding-top:22px!important;padding-bottom:22px!important}.multi-subjects .container{width:min(100% - 24px,420px)!important}.subjects-grid{display:block!important;text-align:center!important}.subjects-text h2{font-size:clamp(1.55rem,7vw,2rem)!important;line-height:1.08!important;margin-bottom:8px!important}.subjects-text p{font-size:.86rem!important;line-height:1.5!important;margin:0 auto 14px!important;max-width:330px!important}.subjects-cards{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:10px!important}.subject-card{display:flex!important;align-items:center!important;justify-content:flex-start!important;gap:10px!important;padding:10px!important;border-radius:16px!important;text-align:left!important;min-height:66px!important;box-shadow:0 8px 20px #1e4ba80d!important}.subject-icon-wrap{width:42px!important;height:42px!important;min-width:42px!important;border-radius:12px!important;margin:0!important}.subject-icon-wrap svg{width:28px!important;height:28px!important}.subject-card span{font-family:var(--font-sans)!important;font-size:.82rem!important;font-weight:800!important}}@media(max-width:700px){.cc-whatsapp-float{width:54px!important;height:54px!important;right:14px!important;bottom:14px!important}}@media(max-width:700px){.trust-band{padding:0 0 10px!important;margin-top:-4px!important}.trust-band .container{width:min(100% - 22px,420px)!important}.trust-band-inner{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:10px!important;padding:12px!important;border-radius:18px!important;background:linear-gradient(135deg,#fff9f1,#f8fff2)!important}.trust-feature{display:flex!important;align-items:center!important;justify-content:center!important;min-height:72px!important;padding:10px 8px!important;border-radius:15px!important;background:#ffffffd6!important;border:1px solid rgba(30,75,168,.08)!important;box-shadow:0 8px 18px #1e4ba80a!important;text-align:center!important}.trust-feature-icon,.trust-feature-text span{display:none!important}.trust-feature-text strong{display:block!important;font-size:.94rem!important;line-height:1.12!important;letter-spacing:-.01em!important;color:#202236!important}.skills-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:10px!important}.skill-card{padding:14px 10px!important;border-radius:16px!important;min-height:126px!important}.skill-icon{width:42px!important;height:42px!important;margin:0 auto 8px!important;border-radius:15px!important}.skill-icon svg{width:22px!important;height:22px!important}.skill-card h4{font-size:.88rem!important;line-height:1.16!important;margin-bottom:4px!important}.skill-card p{font-size:.68rem!important;line-height:1.35!important;display:-webkit-box!important;-webkit-line-clamp:2!important;-webkit-box-orient:vertical!important;overflow:hidden!important}.shop-by-class .section-head{margin-bottom:14px!important}.class-tabs{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:9px!important;max-width:420px!important;margin:0 auto 18px!important}.class-tab{width:100%!important;min-height:38px!important;padding:8px!important;border-radius:999px!important;font-size:.78rem!important;font-weight:800!important;background:#fff!important;color:#202236!important;border:1px solid rgba(30,75,168,.12)!important;box-shadow:0 6px 16px #1e4ba80d!important}.class-tab.active{background:#1e4ba8!important;color:#fff!important;border-color:#1e4ba8!important;box-shadow:0 10px 22px #1e4ba838!important}.shop-by-class{padding-top:34px!important;padding-bottom:34px!important}.books-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:12px!important;align-items:stretch!important;max-width:430px!important;margin-left:auto!important;margin-right:auto!important}.book-card{display:flex!important;flex-direction:column!important;justify-content:flex-start!important;min-height:260px!important;padding:10px 8px 12px!important;border-radius:20px!important;background:#fff!important;border:1px solid rgba(30,75,168,.09)!important;box-shadow:0 14px 28px #1c1f330f!important}.book-card-img.real{height:168px!important;min-height:168px!important;padding:7px!important;margin-bottom:9px!important;border-radius:16px!important;display:flex!important;align-items:center!important;justify-content:center!important;background:linear-gradient(180deg,#fff,#f7fbff)!important}.class-pack-img{width:100%!important;max-width:150px!important;max-height:154px!important;object-fit:contain!important;filter:drop-shadow(0 12px 16px rgba(28,31,51,.12))!important}.book-card-title{font-size:.9rem!important;line-height:1.15!important;margin:0 auto 7px!important;max-width:130px!important}.book-card-grade{font-size:.58rem!important;padding:5px 9px!important;margin-top:0!important;align-self:center!important}.product-note{font-size:.64rem!important;line-height:1.2!important;margin-top:7px!important;color:#68708a!important}.view-all-wrap,.subjects-text .btn,.multi-subjects .btn,.view-all-wrap .btn{display:none!important}.subjects-grid{gap:18px!important}.subjects-text{text-align:center!important}.subjects-text p{max-width:330px!important;margin:0 auto 8px!important;font-size:.92rem!important;line-height:1.5!important}.subjects-cards{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:10px!important}.subject-card{padding:14px 10px!important;border-radius:16px!important;min-height:122px!important}.subject-icon-wrap{width:48px!important;height:48px!important;margin:0 auto 8px!important;border-radius:16px!important}.subject-icon-wrap svg{width:28px!important;height:28px!important}.subject-card h4{font-size:.88rem!important;line-height:1.15!important;margin-bottom:4px!important}.subject-card p{font-size:.68rem!important;line-height:1.35!important;display:-webkit-box!important;-webkit-line-clamp:2!important;-webkit-box-orient:vertical!important;overflow:hidden!important}}@media(max-width:390px){.book-card-img.real{height:154px!important;min-height:154px!important}.class-pack-img{max-width:136px!important;max-height:142px!important}.book-card{min-height:244px!important}.book-card-title{font-size:.84rem!important}}@media(max-width:700px){.trust-band{padding:0 0 12px!important}.trust-band .container{width:min(100% - 24px,420px)!important}.trust-band-inner{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:10px!important;padding:12px!important;border-radius:22px!important;background:linear-gradient(135deg,#fffaf1f5,#f8fff2f5)!important;border:1px solid rgba(30,75,168,.08)!important;box-shadow:0 14px 30px #1c1f330f!important}.trust-feature{display:flex!important;flex-direction:column!important;align-items:center!important;justify-content:center!important;gap:8px!important;min-height:92px!important;padding:12px 8px!important;border-radius:18px!important;background:#ffffffe6!important;border:1px solid rgba(30,75,168,.08)!important;box-shadow:0 8px 18px #1e4ba80a!important;text-align:center!important}.trust-feature-icon{display:flex!important;width:34px!important;height:34px!important;min-width:34px!important;border-radius:13px!important;align-items:center!important;justify-content:center!important;margin:0!important;box-shadow:none!important}.trust-feature-icon svg{width:18px!important;height:18px!important}.trust-feature-text span{display:none!important}.trust-feature-text strong{display:block!important;max-width:132px!important;margin:0 auto!important;font-family:var(--font-serif)!important;font-size:.98rem!important;font-weight:800!important;line-height:1.08!important;letter-spacing:-.01em!important;color:#19203a!important}.multi-subjects{padding-top:22px!important;padding-bottom:24px!important}.subjects-cards{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:12px!important}.subject-card{display:flex!important;flex-direction:column!important;align-items:center!important;justify-content:center!important;gap:9px!important;min-height:126px!important;padding:14px 8px!important;border-radius:18px!important;text-align:center!important;background:#fff!important;border:1px solid rgba(30,75,168,.08)!important;box-shadow:0 10px 22px #1c1f330b!important}.subject-icon-wrap{width:54px!important;height:54px!important;min-width:54px!important;margin:0 auto!important;border-radius:17px!important;display:flex!important;align-items:center!important;justify-content:center!important}.subject-icon-wrap svg{width:32px!important;height:32px!important}.subject-card>span{display:block!important;width:100%!important;font-family:var(--font-sans)!important;font-size:.9rem!important;line-height:1.18!important;font-weight:850!important;letter-spacing:-.01em!important;color:#202236!important}.subject-card .coming-soon-tag{display:block!important;margin-top:2px!important;font-size:.78rem!important;line-height:1.15!important;font-weight:800!important;color:#202236!important}.shop-by-class .books-grid{grid-template-columns:1fr!important;gap:12px!important;max-width:390px!important}.shop-by-class .book-card{display:grid!important;grid-template-columns:45% 55%!important;grid-template-areas:"image title" "image grade" "image note"!important;align-items:center!important;column-gap:12px!important;min-height:174px!important;padding:12px!important;border-radius:20px!important;text-align:left!important}.shop-by-class .book-card-img.real,.shop-by-class .book-card-img{grid-area:image!important;height:148px!important;min-height:148px!important;width:100%!important;margin:0!important;padding:8px!important;border-radius:17px!important}.shop-by-class .class-pack-img{width:100%!important;max-width:160px!important;max-height:136px!important;object-fit:contain!important}.shop-by-class .book-card-title{grid-area:title!important;max-width:none!important;margin:0 0 6px!important;font-size:1rem!important;line-height:1.12!important;text-align:left!important}.shop-by-class .book-card-grade{grid-area:grade!important;justify-self:start!important;align-self:center!important;margin:0 0 6px!important;font-size:.6rem!important;padding:6px 10px!important}.shop-by-class .product-note{grid-area:note!important;margin:0!important;font-size:.72rem!important;line-height:1.35!important;text-align:left!important}.cc-class-grid{grid-template-columns:1fr!important;gap:14px!important}.cc-class-card{display:grid!important;grid-template-columns:44% 56%!important;gap:10px!important;align-items:center!important;padding:12px!important;border-radius:22px!important}.cc-card-topline{grid-column:1 / -1!important;margin-bottom:2px!important}.cc-box-wrap{min-height:148px!important;padding:6px!important;border-radius:18px!important}.cc-box-wrap img{width:100%!important;max-height:142px!important;object-fit:contain!important}.cc-class-card-body h3{font-size:1rem!important;line-height:1.12!important;margin-bottom:6px!important}.cc-class-card-body p{font-size:.76rem!important;line-height:1.35!important;margin-bottom:8px!important}.cc-card-features{gap:5px!important}.cc-card-features span{font-size:.62rem!important;padding:4px 7px!important}.cc-card-action{margin-top:8px!important;min-height:38px!important;font-size:.78rem!important}}@media(max-width:390px){.trust-feature-text strong{font-size:.9rem!important}.subject-card{min-height:118px!important}.subject-card>span{font-size:.84rem!important}.shop-by-class .book-card{grid-template-columns:47% 53%!important;column-gap:9px!important}.shop-by-class .book-card-img.real,.shop-by-class .book-card-img{height:138px!important;min-height:138px!important}.shop-by-class .class-pack-img{max-width:146px!important;max-height:128px!important}}.product-page .product-trust-strip{display:none!important}.cc-mobile-sticky-buy-now{display:none}@media(max-width:700px){.product-page{padding-bottom:86px}.product-page .breadcrumb{display:flex!important;align-items:center!important;flex-wrap:nowrap!important;gap:7px!important;white-space:nowrap!important;overflow:hidden!important;margin:12px 0 10px!important;font-size:.74rem!important;line-height:1.2!important}.product-page .breadcrumb a,.product-page .breadcrumb span{min-width:0!important;flex:0 0 auto!important}.product-page .breadcrumb span{overflow:hidden!important;text-overflow:ellipsis!important;flex:1 1 auto!important;color:#7a8195!important}.product-page .product-detail.cc-product-hero{display:block!important;margin:0 0 18px!important;padding:10px!important;background:linear-gradient(180deg,#fff,#fffaf4)!important;border:1px solid rgba(30,75,168,.1)!important;border-radius:24px!important;box-shadow:0 16px 36px #1c1f3312!important;overflow:hidden!important}.product-page .product-detail.cc-product-hero>div,.product-page .cc-product-image-card,.product-page .cc-product-buy-card{border:0!important;box-shadow:none!important}.product-page .cc-product-image-card{background:#fff!important;border-radius:20px!important;padding:10px!important;margin:0!important}.product-page .cc-product-image-card .product-main-img{max-height:330px!important;width:100%!important;object-fit:contain!important}.product-page .cc-product-buy-card{background:transparent!important;border-radius:0!important;padding:16px 14px 12px!important;margin:0!important}.product-page .product-card-class{font-size:.64rem!important;padding:5px 10px!important;letter-spacing:.07em!important}.product-page .product-detail-info h1{font-size:1.55rem!important;line-height:1.08!important;margin:12px 0 10px!important}.product-page .rating-row{gap:8px!important;margin:8px 0!important}.product-page .stars{font-size:.86rem!important}.product-page .rating-text{font-size:.84rem!important}.product-page .cc-price-row{margin:12px 0!important;gap:10px!important}.product-page .price-now{font-size:1.65rem!important}.product-page .price-old{font-size:.92rem!important}.product-page .price-discount{font-size:.72rem!important;padding:7px 10px!important}.product-page .cc-short-promise{font-size:.9rem!important;line-height:1.5!important;margin-bottom:12px!important}.product-page .cc-bestseller-badge,.product-page .cc-popularity-pill{padding:8px 10px!important;font-size:.74rem!important}.product-page .cc-countdown-offer,.product-page .cc-coupon-line{padding:12px!important;border-radius:16px!important}.product-page .cc-countdown-offer strong{font-size:.9rem!important}.product-page .cc-countdown-offer .cc-offer-copy span{font-size:.74rem!important}.product-page .cc-offer-timer div{padding:7px 5px!important;border-radius:12px!important}.product-page .cc-offer-timer b{font-size:.9rem!important}.product-page .cc-offer-timer small{font-size:.5rem!important}.product-page .cc-product-highlights{gap:8px!important;margin:12px 0!important}.product-page .cc-product-highlights div{padding:10px 8px!important;border-radius:14px!important}.product-page .cc-product-highlights strong{font-size:1.05rem!important}.product-page .cc-product-highlights span{font-size:.64rem!important}.product-page .qty-control{height:42px!important}.product-page .qty-control button{width:38px!important}.product-page .qty-control input{height:40px!important;font-size:.9rem!important}.product-page .cc-buy-actions .btn,.product-page .cc-buy-now{min-height:46px!important;padding:12px 16px!important;font-size:.86rem!important;border-radius:999px!important}.product-page .cc-safe-row{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:8px!important;margin-top:14px!important}.product-page .cc-safe-row span{display:flex!important;align-items:center!important;justify-content:center!important;min-height:52px!important;padding:8px 6px!important;border-radius:16px!important;background:linear-gradient(180deg,#f5f9ff,#eef5ff)!important;border:1px solid rgba(30,75,168,.08)!important;color:#1e4ba8!important;font-size:.7rem!important;line-height:1.2!important;text-align:center!important;box-shadow:0 8px 16px #1e4ba80b!important}.product-page .cc-live-purchase-toast{left:14px!important;right:auto!important;bottom:76px!important;max-width:260px!important;gap:8px!important;padding:8px 10px!important;border-radius:15px!important;box-shadow:0 12px 28px #1c1f3324!important}.product-page .cc-live-purchase-toast>span{width:30px!important;height:30px!important;flex-basis:30px!important;border-radius:11px!important;font-size:.82rem!important}.product-page .cc-live-purchase-toast strong{font-size:.78rem!important;line-height:1.15!important}.product-page .cc-live-purchase-toast small{font-size:.68rem!important;line-height:1.25!important}.product-page .cc-mobile-sticky-buy-now{display:flex!important;position:fixed!important;left:14px!important;right:14px!important;bottom:12px!important;z-index:1200!important;align-items:center!important;justify-content:center!important;min-height:54px!important;border-radius:999px!important;background:linear-gradient(135deg,#ff6b61,#e83f76)!important;color:#fff!important;font-weight:900!important;font-size:.95rem!important;letter-spacing:.01em!important;box-shadow:0 18px 38px #e83f764d!important}.product-page .cc-mobile-sticky-buy-now:after{content:" \2192";margin-left:6px}.product-page .cc-whatsapp-float{bottom:82px!important;right:14px!important;width:52px!important;height:52px!important}.product-page .cc-why-buy-section{padding-top:26px!important;padding-bottom:26px!important;background:radial-gradient(circle at 0% 10%,rgba(255,200,61,.14),transparent 30%),radial-gradient(circle at 100% 20%,rgba(108,194,74,.12),transparent 32%),linear-gradient(180deg,#fffaf3,#fff)!important;border-radius:28px!important;margin-top:14px!important}.product-page .cc-why-buy-section .cc-section-head{margin-bottom:16px!important;padding:0 8px!important}.product-page .cc-why-buy-section .cc-section-head h2{font-size:1.72rem!important;line-height:1.08!important}.product-page .cc-why-buy-section .cc-section-head p{font-size:.88rem!important;line-height:1.5!important}.product-page .cc-convince-grid{display:grid!important;grid-template-columns:1fr!important;gap:12px!important}.product-page .cc-convince-grid div{position:relative!important;display:grid!important;grid-template-columns:46px 1fr!important;grid-template-areas:"icon title" "icon copy"!important;gap:4px 12px!important;align-items:center!important;min-height:0!important;padding:16px 16px 16px 14px!important;border-radius:20px!important;background:#ffffffeb!important;border:1px solid rgba(30,75,168,.08)!important;box-shadow:0 12px 26px #1c1f330f!important;overflow:hidden!important}.product-page .cc-convince-grid div:before{content:"";position:absolute;left:0;top:14px;bottom:14px;width:4px;border-radius:999px;background:linear-gradient(180deg,#1e4ba8,#6cc24a)}.product-page .cc-convince-grid span{grid-area:icon!important;width:42px!important;height:42px!important;border-radius:15px!important;margin:0!important;font-size:1.05rem!important}.product-page .cc-convince-grid h3{grid-area:title!important;font-size:.98rem!important;line-height:1.2!important;margin:0!important}.product-page .cc-convince-grid p{grid-area:copy!important;font-size:.82rem!important;line-height:1.42!important;margin:0!important}.product-page .cc-section:not(.cc-why-buy-section){padding-top:22px!important;padding-bottom:22px!important}.product-page .cc-section-head h2{font-size:1.65rem!important;line-height:1.08!important}.product-page .cc-section-head p{font-size:.86rem!important}}@media(min-width:701px){.product-page .cc-mobile-sticky-buy-now{display:none!important}}.about-premium{position:relative;overflow:hidden;background:radial-gradient(circle at 8% 8%,rgba(255,200,61,.22),transparent 28%),radial-gradient(circle at 92% 12%,rgba(236,91,142,.18),transparent 30%),linear-gradient(180deg,#fffaf1,#fff 42%,#f6fbff)}.about-premium:before,.about-premium:after{content:"";position:absolute;width:260px;height:260px;border-radius:44% 56% 60% 40%;background:#1e4ba812;z-index:0}.about-premium:before{left:-120px;top:190px}.about-premium:after{right:-120px;bottom:120px;background:#ec5b8e14}.about-premium .container{position:relative;z-index:1}.about-hero{padding:72px 0 52px}.about-hero-card{display:grid;grid-template-columns:1.08fr .92fr;align-items:center;gap:44px;padding:46px;border-radius:38px;background:#ffffffc7;border:1px solid rgba(30,75,168,.1);box-shadow:0 30px 90px #1e4ba824;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);position:relative;overflow:hidden}.about-hero-card:before{content:"";position:absolute;top:18px;right:18px;bottom:18px;left:18px;border-radius:30px;border:1px dashed rgba(30,75,168,.12);pointer-events:none}.about-eyebrow{display:inline-flex;align-items:center;gap:9px;padding:9px 16px;border-radius:999px;background:#fff3c9;color:#1e4ba8;font-family:var(--font-sans);font-weight:800;font-size:.82rem;letter-spacing:.02em;margin-bottom:18px}.about-hero h1{font-size:clamp(2.45rem,5vw,5rem);line-height:.96;margin-bottom:18px;color:var(--ink)}.about-hero h1 span{color:var(--cc-blue);position:relative;display:inline-block}.about-hero h1 span:after{content:"";position:absolute;left:0;right:0;bottom:6px;height:12px;background:#ffc83d73;z-index:-1;border-radius:12px}.about-lead{font-size:1.12rem;line-height:1.78;color:var(--ink-soft);max-width:690px;margin-bottom:24px}.about-hero-actions{display:flex;gap:12px;flex-wrap:wrap;align-items:center}.about-mini-proof{display:inline-flex;align-items:center;gap:8px;color:var(--ink-soft);font-weight:700;font-size:.92rem}.about-hero-visual{min-height:430px;position:relative;border-radius:34px;background:linear-gradient(145deg,#1e4ba81f,#ffffffb3),radial-gradient(circle at 70% 20%,#fff2b8,transparent 28%);display:grid;place-items:center;overflow:hidden}.about-hero-visual:before{content:"";position:absolute;width:330px;height:330px;border-radius:50%;background:#fff;box-shadow:inset 0 0 0 18px #ffc83d2e}.about-logo-stage{position:relative;z-index:2;width:min(76%,340px);aspect-ratio:1/1;border-radius:34px;background:#fff;display:grid;place-items:center;padding:28px;box-shadow:0 26px 65px #1e4ba833;transform:rotate(-2deg)}.about-logo-stage img{width:100%;height:auto;display:block}.floating-note{position:absolute;z-index:3;background:#fff;border:1px solid rgba(30,75,168,.12);border-radius:18px;padding:12px 15px;box-shadow:0 18px 44px #1e4ba824;font-weight:800;color:var(--cc-blue);font-size:.88rem}.floating-note.one{left:22px;top:42px;transform:rotate(-4deg)}.floating-note.two{right:26px;bottom:48px;transform:rotate(3deg);color:var(--cc-pink)}.floating-note.three{left:38px;bottom:90px;transform:rotate(2deg);color:#1f8f53}.about-content-wrap{padding:36px 0 86px}.about-section-title{text-align:center;margin-bottom:34px}.about-section-title h2{font-size:clamp(2rem,4vw,3.6rem);margin-bottom:10px}.about-section-title p{color:var(--ink-soft);max-width:700px;margin:0 auto}.about-story-grid{display:grid;grid-template-columns:repeat(12,1fr);gap:22px}.about-card{background:#ffffffeb;border:1px solid rgba(30,75,168,.1);border-radius:28px;padding:30px;box-shadow:0 18px 54px #1e4ba817;position:relative;overflow:hidden}.about-card:after{content:"";position:absolute;width:110px;height:110px;border-radius:36% 64% 58% 42%;background:#ffc83d33;right:-38px;top:-38px}.about-card h3{font-size:1.6rem;margin-bottom:14px;color:var(--cc-blue)}.about-card p{color:var(--ink-soft);line-height:1.78;font-size:1.02rem;margin:0}.about-card.large{grid-column:span 7;min-height:270px}.about-card.medium{grid-column:span 5}.about-card.full{grid-column:span 12}.about-card.blue{background:linear-gradient(145deg,#1e4ba8,#2c67cf);color:#fff}.about-card.blue h3,.about-card.blue p{color:#fff}.about-card.pink{background:linear-gradient(145deg,#fff4f8,#fff)}.about-icon{width:52px;height:52px;display:grid;place-items:center;border-radius:18px;background:#fff3c9;margin-bottom:17px;font-size:1.45rem}.about-card.blue .about-icon{background:#ffffff2e}.about-pill-row{display:flex;flex-wrap:wrap;gap:10px;margin-top:20px}.about-pill{display:inline-flex;align-items:center;justify-content:center;padding:9px 14px;border-radius:999px;background:#f0f6ff;color:var(--cc-blue);font-weight:800;font-size:.88rem}.age-stage-panel{grid-column:span 12;display:grid;grid-template-columns:.9fr 1.1fr;gap:24px;align-items:stretch}.age-visual{border-radius:30px;background:radial-gradient(circle at 26% 22%,rgba(255,255,255,.88),transparent 22%),linear-gradient(145deg,#ffd95b,#ff9f7e 58%,#ec5b8e);padding:28px;min-height:320px;display:flex;flex-direction:column;justify-content:space-between;box-shadow:0 18px 54px #ec5b8e2e}.age-visual h3{color:#fff;font-size:2rem;max-width:310px}.age-badges{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}.age-badge{background:#ffffffeb;border-radius:18px;padding:16px;font-weight:900;color:var(--cc-blue);text-align:center}.about-founder-strip{margin-top:28px;display:grid;grid-template-columns:repeat(2,1fr);gap:14px}.founder-chip{border-radius:18px;background:#f6fbff;border:1px solid rgba(30,75,168,.1);padding:16px;font-weight:900;color:var(--ink)}.founder-chip span{display:block;color:var(--ink-soft);font-size:.84rem;font-weight:700;margin-top:4px}.about-bottom-cta{margin-top:34px;border-radius:34px;padding:34px;background:linear-gradient(135deg,#102a66,#1e4ba8 50%,#ec5b8e);color:#fff;display:flex;justify-content:space-between;align-items:center;gap:24px;box-shadow:0 24px 70px #1e4ba838}.about-bottom-cta h3{color:#fff;font-size:2rem;margin-bottom:8px}.about-bottom-cta p{color:#ffffffe0;margin:0;max-width:720px}.about-bottom-cta .btn{background:#fff;color:var(--cc-blue);white-space:nowrap}@media(max-width:980px){.about-hero-card{grid-template-columns:1fr;padding:30px}.about-hero-visual{min-height:340px}.about-card.large,.about-card.medium{grid-column:span 12}.age-stage-panel{grid-template-columns:1fr}.about-bottom-cta{flex-direction:column;align-items:flex-start}}@media(max-width:640px){.about-hero{padding:36px 0 28px}.about-hero-card{border-radius:26px;padding:24px}.about-hero-card:before{display:none}.about-lead{font-size:1rem}.about-hero-visual{min-height:285px;border-radius:24px}.floating-note{font-size:.74rem;padding:9px 11px}.floating-note.one{left:12px;top:24px}.floating-note.two{right:12px;bottom:28px}.floating-note.three{left:16px;bottom:70px}.about-card{padding:23px;border-radius:22px}.age-badges,.about-founder-strip{grid-template-columns:1fr}.about-bottom-cta{padding:24px;border-radius:24px}.about-bottom-cta h3{font-size:1.55rem}}@media(min-width:821px){.cc-shop-stage{padding:38px 0 54px!important;overflow:hidden!important;background:radial-gradient(circle at -1% 18%,rgba(255,174,135,.18),transparent 22%),radial-gradient(circle at 98% 6%,rgba(108,194,74,.11),transparent 24%),linear-gradient(135deg,#fffaf2,#fff 54%,#f5fbf7)!important}.cc-shop-stage:before{width:250px!important;height:250px!important;left:-140px!important;top:30px!important;background:#f48b6d29!important}.cc-shop-stage:after{width:210px!important;height:210px!important;right:-115px!important;bottom:70px!important;background:#5fb8421c!important}.cc-class-intro{max-width:980px!important;margin:0 auto 34px!important;padding:0 20px!important;text-align:center!important}.cc-class-intro .eyebrow{display:none!important}.cc-class-intro h2{max-width:980px!important;margin:0 auto 12px!important;font-size:clamp(2.3rem,3.55vw,3.9rem)!important;line-height:.96!important;letter-spacing:-.035em!important;color:#202135!important}.cc-class-intro p{max-width:820px!important;margin:0 auto!important;font-size:1.05rem!important;line-height:1.45!important;color:#596174!important}.cc-class-grid{grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:22px!important;align-items:stretch!important}.cc-class-card{border-radius:22px!important;box-shadow:0 16px 38px #1c1f3313!important;border:1px solid rgba(30,75,168,.1)!important;background:#fffffff5!important}.cc-class-card:hover{transform:translateY(-5px)!important;box-shadow:0 22px 52px #1c1f331f!important}.cc-class-card:before{height:8px!important;background:linear-gradient(90deg,#5fb842,#5cb8e8 55%,#f0cf58)!important}.cc-card-topline{padding:20px 28px 8px!important;gap:12px!important}.cc-card-topline span,.cc-card-topline strong{white-space:nowrap!important;max-width:48%!important;overflow:hidden!important;text-overflow:ellipsis!important;border-radius:999px!important;line-height:1!important;box-shadow:none!important;font-family:var(--font-body)!important}.cc-card-topline span{padding:8px 14px!important;background:#eef7e9!important;color:#3d8030!important;font-size:.74rem!important;font-weight:900!important;letter-spacing:.06em!important}.cc-card-topline strong{padding:8px 14px!important;background:#eef4ff!important;color:#1e4ba8!important;font-size:.8rem!important;font-weight:900!important;letter-spacing:.08em!important}.cc-box-wrap{min-height:300px!important;padding:8px 24px 0!important;background:linear-gradient(180deg,#fff,#f8fbff)!important}.cc-box-wrap img{max-width:100%!important;max-height:290px!important;object-fit:contain!important;filter:drop-shadow(0 16px 22px rgba(28,31,51,.12))!important}.cc-class-card-body{padding:18px 28px 22px!important;background:#fff!important}.cc-class-pill{display:flex!important;width:100%!important;justify-content:flex-start!important;padding:10px 16px!important;margin:0!important;border-radius:999px!important;background:#eef4ff!important;color:#1e4ba8!important;font-size:.78rem!important;letter-spacing:.12em!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important}.cc-class-card h3,.cc-class-card p,.cc-card-features,.cc-card-action{display:none!important}.cc-shop-note-panel{margin-top:28px!important;padding:22px 26px!important;border-radius:22px!important;box-shadow:0 16px 42px #152f6626!important}}@media(min-width:821px)and (max-width:1280px){.cc-class-grid{gap:18px!important}.cc-card-topline{padding-left:18px!important;padding-right:18px!important}.cc-box-wrap{min-height:250px!important}.cc-box-wrap img{max-height:240px!important}.cc-class-card-body{padding-left:18px!important;padding-right:18px!important}}
/*# sourceMappingURL=/cdn/shop/t/47/assets/theme.css.map */
