/* ============================================================
   TraceZoo 2.0 — Ultimate Printable Library landing page
   ============================================================ */

:root{
  --navy:#191046;
  --navy-2:#1d1250;
  --purple:#6d3ff0;
  --purple-d:#4c1d95;
  --purple-l:#8b6cf5;
  --lav:#efe9fd;
  --lav-2:#f7f4ff;
  --yellow:#ffd400;
  --yellow-d:#f5c000;
  --orange:#ff8a1e;
  --orange-d:#f36f00;
  --green:#39b54a;
  --green-d:#2b9139;
  --red:#e8383d;
  --ink:#1b1b2a;
  --muted:#5d5b74;
  --line:#e6e1f5;
  --shadow:0 10px 30px rgba(60,30,140,.10);
  --radius:18px;
}

*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  font-family:"Poppins",system-ui,-apple-system,"Segoe UI",sans-serif;
  color:var(--ink);
  background:#fff;
  -webkit-font-smoothing:antialiased;
}
img{max-width:100%;display:block}
svg{width:100%;height:100%;display:block}
ul{list-style:none;margin:0;padding:0}
a{text-decoration:none;color:inherit}

.wrap{width:min(1320px,94vw);margin-inline:auto}
.purple{color:var(--purple)}

.sec-title{
  font-size:clamp(24px,3.2vw,41px);
  font-weight:800;
  text-align:center;
  margin:0 0 28px;
  letter-spacing:-.2px;
}

/* ===================== TOP BAR ===================== */
.topbar{background:var(--navy);color:#fff;padding:10px 0}
.topbar__inner{
  display:flex;align-items:center;justify-content:space-between;gap:24px;flex-wrap:wrap;
}
.brand{display:flex;flex-direction:column;gap:2px}
.brand img{height:26px;width:auto}
.brand__tag{font-size:9.5px;letter-spacing:.3px;color:#cfc6f5}

.trust{display:flex;align-items:center;gap:30px;flex-wrap:wrap}
.trust li{display:flex;align-items:center;gap:8px}
.trust__ico{
  width:22px;height:22px;flex:none;color:var(--yellow);
}
.trust__ico svg{fill:currentColor}
.trust__txt{display:flex;flex-direction:column;line-height:1.25;font-size:10.5px;color:#cfc6f5}
.trust__txt b{font-size:11px;color:#fff;font-weight:600}

/* ===================== HERO ===================== */
.hero{
  position:relative;
  padding:30px 0 40px;
  background:
    radial-gradient(circle at 18% 12%, #fff 0 22%, transparent 60%),
    linear-gradient(180deg,#eee7fd 0%,#f4efff 55%,#efe8fd 100%);
  overflow:hidden;
}
.hero::before,.hero::after{
  content:"";position:absolute;border-radius:50%;background:#ffffff5c;
}
.hero::before{width:340px;height:340px;left:-120px;top:120px}
.hero::after{width:220px;height:220px;right:6%;bottom:-80px}
.hero .wrap{position:relative;z-index:2}

.hero__badge{
  display:inline-flex;align-items:center;gap:8px;
  background:linear-gradient(180deg,var(--yellow) 0%,var(--yellow-d) 100%);
  color:#3a2a00;font-weight:700;font-size:14px;
  padding:9px 22px;border-radius:40px;
  box-shadow:0 4px 0 #d9a900;
  margin-bottom:18px;
}
.crown{font-size:15px}

/* badge ke neeche ek line — baaki OTO pages ke "eyebrow" jaisi,
   isse heading ke upar ka khaali hissa bhar jata hai */
.hero__eyebrow{
  margin:0 0 10px;font-size:18px;font-weight:600;color:#5a4b86;letter-spacing:-.2px;
}

.hero__grid{
  display:grid;grid-template-columns:1.05fr .95fr;gap:20px;align-items:center;
}
.hero__left h1{margin:0;line-height:.98}
.h1-a{
  display:block;font-family:"Poppins";font-weight:900;
  font-size:clamp(42px,6.9vw,88px);letter-spacing:-1.5px;color:#141126;
}
.h1-b{
  display:block;font-weight:900;color:var(--purple);
  font-size:clamp(24px,3.9vw,45px);letter-spacing:-.6px;margin-top:2px;
}
.h1-c{
  display:block;font-family:"Baloo 2",cursive;font-weight:700;
  font-size:clamp(20px,2.8vw,32px);color:#241a52;margin-top:6px;
}
.h1-c i{color:var(--yellow-d);font-style:normal;font-size:.8em;vertical-align:middle}

.hero__ribbon{
  display:inline-block;margin-top:16px;
  background:linear-gradient(180deg,var(--yellow) 0%,var(--yellow-d) 100%);
  color:#3a2a00;font-weight:700;font-size:clamp(12px,1.3vw,15px);
  padding:9px 20px;border-radius:8px;
  box-shadow:0 3px 0 #d9a900;
}
.hero__lead{
  margin:20px 0 0;font-size:clamp(14px,1.55vw,18.5px);color:#3f3a5c;line-height:1.65;
}
.hero__lead b{font-weight:700;color:#241a52}

/* ---- right visual ---- */
/* daayein thodi jagah chhodi taaki price circle box ke logo par na chadhe */
.hero__right{position:relative;display:flex;justify-content:center;align-items:center;min-height:340px;padding-right:150px}
.price-circle{
  position:absolute;top:-34px;right:-14px;z-index:4;
  width:152px;height:152px;border-radius:50%;
  background:radial-gradient(circle at 35% 28%,#ffa33d,var(--orange) 55%,var(--orange-d));
  color:#fff;display:flex;flex-direction:column;align-items:center;justify-content:center;
  text-align:center;box-shadow:0 10px 22px rgba(230,110,0,.42);
  border:3px solid #fff;
  transform:rotate(-6deg);
}
.price-circle__top{font-size:9.5px;font-weight:700;line-height:1.25;letter-spacing:.2px}
.price-circle__just{font-size:10px;margin-top:4px;opacity:.95}
.price-circle__now{font-size:27px;font-weight:800;line-height:1}
.price-circle__was{font-size:12.5px;text-decoration:line-through;opacity:.85}

.hero__props{position:absolute;right:-6px;bottom:26px;display:flex;align-items:flex-end;gap:10px}
.prop-books{display:flex;flex-direction:column;gap:4px;transform:rotate(-4deg)}
.bk{display:block;width:78px;height:13px;border-radius:3px;box-shadow:0 3px 6px #0002}
.bk--y{background:linear-gradient(180deg,#ffd84d,#f0b400)}
.bk--o{background:linear-gradient(180deg,#ff9a4d,#f06e00);width:86px}
.bk--b{background:linear-gradient(180deg,#5aa8ff,#1f6fd6);width:82px}

.prop-blocks{display:flex;gap:5px;align-items:flex-end}
.blk{
  width:26px;height:26px;border-radius:6px;color:#fff;font-weight:800;font-size:13px;
  display:grid;place-items:center;box-shadow:0 4px 8px #0002;
}
.blk--r{background:linear-gradient(180deg,#ff6f7a,#e8383d)}
.blk--g{background:linear-gradient(180deg,#5fd06e,#2f9d3f);transform:translateY(-6px)}
.blk--b{background:linear-gradient(180deg,#6bb6ff,#2b7fd6)}

/* ---- usp row ---- */
.usp{
  display:grid;grid-template-columns:repeat(5,1fr);gap:14px;margin-top:26px;
}
.usp li{display:flex;align-items:center;gap:10px}
.usp__ico{
  width:56px;height:56px;flex:none;border-radius:50%;display:grid;place-items:center;
  box-shadow:0 5px 14px rgba(80,40,160,.18);padding:13px;color:#fff;background:var(--purple);
}
.usp__ico svg{color:#fff}
.usp li:nth-child(1) .usp__ico{background:#6d3ff0}
.usp li:nth-child(2) .usp__ico{background:#3cb54a}
.usp li:nth-child(3) .usp__ico{background:#ec4899}
.usp li:nth-child(4) .usp__ico{background:#2f80ed}
.usp li:nth-child(5) .usp__ico{background:#f57c1f}

/* hero artwork (lion + box + books, one image) */
/* hero-box.png me daayein 145px khaali (transparent) jagah thi, isliye art
   chhota aur baayein khisak kar dikhta tha. Image trim kar di gayi hai,
   ab max-width thodi kam par asli art pehle se BADA dikhta hai. */
.hero__art{width:100%;max-width:640px;filter:drop-shadow(0 18px 26px rgba(50,20,110,.22))}

/* image slot: real PNG if present, drawing otherwise */
.slot{display:block;width:100%;line-height:0}
.slot img{width:100%;height:auto;display:block}
.slot__fb{display:block;width:100%;line-height:0}
.slot img + .slot__fb{display:none}
.slot__fb svg{width:100%;height:auto;display:block}
.usp__ico--img,.why__ico--img{
  background:none!important;border:0!important;box-shadow:none!important;padding:0!important;
}
.usp__ico--img{width:64px;height:64px}
.why__ico--img{width:68px;height:68px}
.usp__txt{font-size:12px;line-height:1.35;color:#3f3a5c}
.usp__txt b{display:block;font-size:13px;color:#241a52;font-weight:700}

/* ===================== WHAT'S INSIDE ===================== */
.inside{background:#fff;padding:44px 0 10px}
.panel{
  position:relative;background:#fff;border:1px solid var(--line);
  border-radius:22px;box-shadow:var(--shadow);padding:34px 34px 30px;
}
.inside__grid{display:grid;grid-template-columns:300px 1fr;gap:30px;align-items:start}

.checks li{
  display:flex;gap:10px;align-items:flex-start;
  font-size:13.5px;color:#3f3a5c;padding:8px 0;line-height:1.45;
}
.checks li::before{
  content:"";flex:none;width:17px;height:17px;margin-top:1px;border-radius:50%;
  background:var(--green) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='m6 12.5 4 4 8-9' fill='none' stroke='white' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center/12px no-repeat;
}

.cats{display:grid;grid-template-columns:repeat(5,1fr);gap:12px}
.cat{
  border-radius:12px;padding:8px;text-align:center;border:1px solid #00000010;
}
.cat__name{font-size:12px;font-weight:700;color:#2c2350;margin-bottom:6px;display:block}
.cat__thumb{
  background:#fff;border-radius:8px;padding:6px;aspect-ratio:3/4;
  display:grid;place-items:center;box-shadow:0 2px 6px #0000000f;
}
.cat__thumb svg{width:100%;height:100%}

/* asli worksheet photo thumb ko poora bhare, aur kuch bhi cut na ho */
.cat__thumb>.slot,.peek__thumb>.slot{height:100%}
.cat__thumb>.slot img,.peek__thumb>.slot img{height:100%;object-fit:contain}

.more-cats{text-align:center;color:var(--muted);font-size:13px;margin:24px 0 6px}
.more-cats b{color:#2c2350}

.pages-badge{
  position:absolute;right:22px;bottom:-30px;z-index:3;
  width:112px;height:112px;border-radius:50%;
  background:radial-gradient(circle at 35% 28%,#8b6cf5,var(--purple) 55%,#5b2fd6);
  color:#fff;display:flex;flex-direction:column;align-items:center;justify-content:center;
  text-align:center;box-shadow:0 10px 22px rgba(90,40,220,.38);border:3px solid #fff;
}
.pages-badge b{font-size:22px;font-weight:800;line-height:1}
.pages-badge span{font-size:8.5px;font-weight:600;line-height:1.3;margin-top:3px;letter-spacing:.3px}

/* ===================== SNEAK PEEK ===================== */
.peek{padding:46px 0 40px}
.peek__box{
  position:relative;border:2px solid var(--purple-l);border-radius:20px;
  padding:34px 44px 0;background:#fff;box-shadow:var(--shadow);
}
.peek__title{
  position:absolute;top:-16px;left:50%;transform:translateX(-50%);
  background:linear-gradient(180deg,#7c53f5,var(--purple));color:#fff;
  font-weight:700;font-size:14px;padding:6px 26px;border-radius:20px;
  box-shadow:0 5px 12px rgba(90,40,220,.32);white-space:nowrap;
}
.peek__viewport{overflow:hidden;padding-bottom:0}
.peek__track{display:flex;gap:10px;transition:transform .45s cubic-bezier(.4,0,.2,1)}
.peek__card{
  flex:0 0 calc((100% - 70px)/8);min-width:110px;
  display:flex;flex-direction:column;overflow:hidden;border-radius:6px 6px 0 0;
}
.peek__thumb{
  background:#fff;border:1px solid var(--line);border-bottom:0;border-radius:6px 6px 0 0;
  aspect-ratio:3/4;padding:5px;
}
.peek__label{
  background:linear-gradient(180deg,#7c53f5,var(--purple));color:#fff;
  font-size:8.5px;font-weight:600;text-align:center;padding:7px 3px;line-height:1.2;
}
.peek__nav{
  position:absolute;top:50%;transform:translateY(-50%);z-index:5;
  width:34px;height:34px;border-radius:50%;border:0;cursor:pointer;
  background:linear-gradient(180deg,#8b6cf5,var(--purple));color:#fff;
  box-shadow:0 5px 12px rgba(90,40,220,.35);display:grid;place-items:center;padding:8px;
  transition:transform .15s;
}
.peek__nav:hover{transform:translateY(-50%) scale(1.08)}
.peek__nav--prev{left:-17px}
.peek__nav--next{right:-17px}

/* ===================== WHY ===================== */
.why{padding:34px 0 44px}
.why__grid{display:grid;grid-template-columns:repeat(5,1fr);gap:16px}
.why__grid li{
  background:#fff;border:1px solid var(--line);border-radius:16px;
  padding:26px 14px;text-align:center;box-shadow:0 6px 18px rgba(60,30,140,.06);
}
.why__ico{
  width:58px;height:58px;margin:0 auto 13px;border-radius:50%;
  display:grid;place-items:center;padding:14px;
}
.why__ico svg{color:#fff}
.why__grid h3{font-size:13.5px;font-weight:700;margin:0 0 6px;color:#241a52}
.why__grid p{font-size:11.5px;color:var(--muted);margin:0;line-height:1.5}

/* ===================== OFFER ===================== */
.offer{padding:0 0 40px}
.offer__box{
  position:relative;
  background:linear-gradient(180deg,#fffdf2,#fff8e0);
  border:2px dashed var(--yellow-d);border-radius:22px;
  padding:42px 215px;text-align:center;
  box-shadow:0 10px 30px rgba(200,150,0,.10);
}
.offer__badge-left,.offer__badge-right{
  position:absolute;width:120px;height:120px;border-radius:50%;
  display:flex;align-items:center;justify-content:center;text-align:center;
  font-weight:800;font-size:13px;line-height:1.2;color:#fff;border:3px solid #fff;
}
.offer__badge-left{
  left:-14px;top:-14px;
  background:radial-gradient(circle at 35% 28%,#ff6f7a,var(--red) 60%,#c22a2f);
  box-shadow:0 8px 20px rgba(210,40,50,.35);transform:rotate(-10deg);
}
.offer__badge-right{
  right:-14px;top:-14px;color:#3a2a00;
  background:radial-gradient(circle at 35% 28%,#ffe45c,var(--yellow) 55%,#efbb00);
  box-shadow:0 8px 20px rgba(220,170,0,.4);transform:rotate(9deg);
}
.offer__badge-right b{font-size:26px;display:block;line-height:1}

.offer__pet{position:absolute;left:24px;bottom:14px;width:200px}
.offer__stack{position:absolute;right:22px;bottom:18px;width:205px}
.sbk{display:block;height:15px;border-radius:3px;box-shadow:0 3px 6px #0002}
.sbk--r{width:112px;background:linear-gradient(180deg,#ff6f7a,#e8383d)}
.sbk--o{width:120px;background:linear-gradient(180deg,#ff9a4d,#f06e00)}
.sbk--y{width:106px;background:linear-gradient(180deg,#ffd84d,#f0b400)}
.prop-blocks--sm{margin-top:6px}

.offer__main{position:relative;z-index:2;max-width:620px;margin-inline:auto}
.offer__h{font-size:clamp(16px,2.1vw,23px);font-weight:700;margin:0 0 10px;color:#241a52}
.offer__yes{color:var(--green);font-weight:800}
.offer__price{margin:0 0 16px;display:flex;align-items:baseline;justify-content:center;gap:14px}
.offer__now{font-size:clamp(38px,5.6vw,66px);font-weight:900;color:var(--red);line-height:1}
.offer__was{font-size:clamp(18px,2.4vw,27px);color:#9a95ad;font-weight:600}

.cta{
  display:flex;align-items:center;justify-content:center;gap:14px;
  background:linear-gradient(180deg,#4ac95c,var(--green) 55%,var(--green-d));
  color:#fff;border-radius:12px;padding:14px 26px;
  box-shadow:0 6px 0 #217a2d,0 14px 26px rgba(40,140,60,.35);
  transition:transform .12s,box-shadow .12s;
}
.cta:hover{transform:translateY(2px);box-shadow:0 4px 0 #217a2d,0 10px 20px rgba(40,140,60,.35)}
.cta:active{transform:translateY(6px);box-shadow:0 0 0 #217a2d}
.cta__cart{width:30px;height:30px;flex:none}
.cta__cart svg{fill:currentColor}
.cta__txt{display:flex;flex-direction:column;line-height:1.25}
.cta__txt b{font-size:clamp(15px,1.8vw,20px);font-weight:800;letter-spacing:.2px}
.cta__txt i{font-style:normal;font-size:9.5px;opacity:.92;letter-spacing:.4px}

.offer__micro{
  display:flex;justify-content:center;gap:20px;flex-wrap:wrap;
  margin-top:12px;font-size:10.5px;color:#6b6482;
}

/* ---- guarantees ---- */
.guarantee{display:grid;grid-template-columns:repeat(3,1fr);gap:22px;margin:30px 0 26px}
.guarantee li{display:flex;gap:14px;align-items:flex-start}
.guarantee__ico{width:58px;height:58px;flex:none}
.guarantee h4{margin:0 0 5px;font-size:13.5px;font-weight:700;color:#241a52}
.guarantee p{margin:0;font-size:11.5px;color:var(--muted);line-height:1.5}

.onetime{
  background:linear-gradient(90deg,#efe9fd,#e6dcfd,#efe9fd);
  border:1px solid #d9cdfa;border-radius:12px;
  text-align:center;padding:12px;font-size:12.5px;color:var(--purple-d);font-weight:500;
}
.onetime b{font-weight:800}
.onetime span{color:var(--purple)}

/* ===================== FOOTER ===================== */
.footer{background:var(--navy);color:#cfc6f5;padding:24px 0}
.footer__inner{display:flex;align-items:center;justify-content:space-between;gap:30px;flex-wrap:wrap}
.footer__brand{display:flex;flex-direction:column;gap:3px}
.footer__brand img{height:26px;width:auto}
.footer__brand span{font-size:9.5px}
.footer__brand small{font-size:9px;color:#8d84b8;margin-top:4px}

.footer__badges{display:flex;gap:34px;flex-wrap:wrap}
.footer__badges li{display:flex;flex-direction:column;align-items:center;gap:6px;font-size:10px}
.footer__badges svg{width:24px;height:24px}

.footer__help{display:flex;flex-direction:column;gap:2px;text-align:right}
.footer__help b{color:#fff;font-size:12px}
.footer__help span{font-size:10px}
.footer__help a{color:var(--yellow);font-size:11px;font-weight:600;margin-top:2px}

/* ===================== RESPONSIVE ===================== */
@media (max-width:1080px){
  .usp{grid-template-columns:repeat(3,1fr)}
  .why__grid{grid-template-columns:repeat(3,1fr)}
  .peek__card{flex:0 0 calc((100% - 50px)/6)}
  .offer__box{padding:40px 80px}
  .offer__pet,.offer__stack{display:none}
}
@media (max-width:900px){
  .hero__grid{grid-template-columns:1fr}
  /* mobile par ek hi column hai, to daayein wali jagah ki zaroorat nahi */
  .hero__right{order:-1;min-height:auto;margin-bottom:10px;padding-right:0}
  .hero__box{transform:none;width:min(300px,72%)}
  .price-circle{right:2%;top:0;width:112px;height:112px}
  .hero__props{display:none}
  .inside__grid{grid-template-columns:1fr}
  .cats{grid-template-columns:repeat(4,1fr)}
  .pages-badge{right:12px;bottom:-24px;width:92px;height:92px}
  .guarantee{grid-template-columns:1fr}
  .footer__inner{justify-content:center;text-align:center}
  .footer__help{text-align:center;align-items:center}
}
@media (max-width:680px){
  .trust{gap:16px;justify-content:center;width:100%}
  .trust li{flex:0 0 calc(50% - 8px)}
  .topbar__inner{justify-content:center;text-align:center}
  .brand{align-items:center}
  .usp{grid-template-columns:repeat(2,1fr)}
  .why__grid{grid-template-columns:repeat(2,1fr)}
  .cats{grid-template-columns:repeat(3,1fr)}
  .peek__card{flex:0 0 calc((100% - 20px)/3)}
  .peek__box{padding:30px 22px 0}
  .peek__nav--prev{left:-10px}
  .peek__nav--next{right:-10px}
  .panel{padding:26px 18px 24px}
  .offer__box{padding:30px 20px}
  .offer__badge-left,.offer__badge-right{width:84px;height:84px;font-size:10px}
  .offer__badge-right b{font-size:18px}
  .cta{flex-direction:column;gap:6px;text-align:center}
}
@media (max-width:420px){
  .cats{grid-template-columns:repeat(2,1fr)}
  .peek__card{flex:0 0 calc((100% - 10px)/2)}
}
