:root{
  --purple:#8b5cc7;
  --purple-dark:#68419d;
  --lavender:#f4edff;
  --pink:#ff7e9f;
  --coral:#ff9278;
  --yellow:#ffd769;
  --green:#72cfaa;
  --blue:#75bde8;
  --ink:#342b45;
  --muted:#756d80;
  --white:#ffffff;
  --soft:#fffaf5;
  --line:#eee6f3;
  --shadow:0 22px 60px rgba(84,56,111,.13);
  --radius:28px;
}

*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  font-family:"Nunito",sans-serif;
  color:var(--ink);
  background:#fff;
  overflow-x:hidden;
}
body.modal-open{overflow:hidden}
a{text-decoration:none;color:inherit}
button,input{font:inherit}
button{cursor:pointer}
.container{width:min(1160px,92%);margin:auto}

.topbar{
  background:var(--purple-dark);
  color:#fff;
  font-size:.86rem;
}
.topbar-inner{
  min-height:36px;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:30px;
}
.topbar a{font-weight:800;text-decoration:underline}

.header{
  position:sticky;
  top:0;
  z-index:50;
  background:rgba(255,255,255,.92);
  border-bottom:1px solid rgba(139,92,199,.08);
  backdrop-filter:blur(16px);
}
.nav{height:78px;display:flex;align-items:center;justify-content:space-between}
.brand{display:inline-flex;align-items:center;gap:10px}
.brand-icon{
  width:43px;height:43px;border-radius:16px;
  display:grid;place-items:center;
  background:linear-gradient(135deg,var(--purple),var(--pink));
  color:#fff;
  font-family:"Fredoka",sans-serif;
  font-weight:700;font-size:1.5rem;
  transform:rotate(-5deg);
  box-shadow:0 8px 22px rgba(139,92,199,.25);
}
.brand-name{
  font-family:"Fredoka",sans-serif;
  font-size:1.7rem;font-weight:700;color:var(--ink);
}
.brand-name span{color:var(--pink)}
.nav-links{display:flex;align-items:center;gap:28px}
.nav-links a{font-weight:700;font-size:.95rem;color:#5f5769}
.nav-links a:hover{color:var(--purple)}
.nav-cta{
  background:var(--purple)!important;color:#fff!important;
  padding:12px 20px;border-radius:14px;
  box-shadow:0 10px 24px rgba(139,92,199,.23);
}
.menu-btn{display:none;background:none;border:0;padding:8px}
.menu-btn span{display:block;width:25px;height:2px;background:var(--ink);margin:5px}

.hero{
  position:relative;
  min-height:690px;
  display:flex;
  align-items:center;
  background:
    radial-gradient(circle at 10% 5%,#fff3be 0 4%,transparent 22%),
    radial-gradient(circle at 90% 15%,#f6dfff 0 6%,transparent 24%),
    linear-gradient(135deg,#fffaf0,#fbf2ff 58%,#eefaff);
  overflow:hidden;
}
.hero-grid{
  position:relative;z-index:2;
  display:grid;grid-template-columns:1.05fr .95fr;
  align-items:center;gap:70px;
  padding:90px 0 130px;
}
.eyebrow,.section-kicker{
  display:inline-block;
  font-size:.76rem;font-weight:900;letter-spacing:1.8px;
  color:var(--purple);
  margin-bottom:14px;
}
.hero h1{
  font-family:"Fredoka",sans-serif;
  font-size:clamp(3rem,5.4vw,5.25rem);
  line-height:.98;
  letter-spacing:-2.5px;
  margin:0 0 24px;
  max-width:720px;
}
.hero h1 span{
  color:var(--purple);
  position:relative;
}
.hero h1 span::after{
  content:"";
  position:absolute;left:4%;right:0;bottom:-10px;height:10px;
  background:url("data:image/svg+xml,%3Csvg width='200' height='12' viewBox='0 0 200 12' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2 9C48 2 125 2 198 8' stroke='%23ff9bb5' stroke-width='5' fill='none' stroke-linecap='round'/%3E%3C/svg%3E") center/100% 100% no-repeat;
}
.hero-copy>p{
  max-width:610px;font-size:1.13rem;line-height:1.75;color:var(--muted);
}
.hero-actions{display:flex;gap:14px;margin:32px 0}
.btn{
  border:0;border-radius:15px;padding:15px 24px;
  display:inline-flex;align-items:center;justify-content:center;
  font-weight:900;transition:.25s;
}
.btn:hover{transform:translateY(-3px)}
.btn-primary{background:var(--purple);color:#fff;box-shadow:0 13px 28px rgba(139,92,199,.24)}
.btn-light{background:#fff;color:var(--ink);box-shadow:0 12px 30px rgba(75,49,91,.1)}
.btn-outline{border:2px solid var(--purple);color:var(--purple);background:#fff}
.btn-white{background:#fff;color:var(--purple-dark)}
.full{width:100%}
.hero-benefits{display:flex;gap:35px;margin-top:38px}
.hero-benefits div{display:flex;flex-direction:column}
.hero-benefits b{font-family:"Fredoka";font-size:1.15rem}
.hero-benefits span{color:var(--muted);font-size:.82rem}

.hero-visual{position:relative;height:510px}
.visual-card{
  position:absolute;border-radius:30px;
  box-shadow:0 35px 90px rgba(89,55,115,.22);
}
.card-main{
  width:330px;height:420px;right:65px;top:22px;
  padding:32px;
  background:linear-gradient(155deg,#a879de,#8052bd);
  color:#fff;
  transform:rotate(3deg);
  z-index:3;
  border:9px solid rgba(255,255,255,.66);
}
.card-top{display:flex;justify-content:space-between;font-weight:900}
.dots{display:flex;gap:5px}.dots i{width:7px;height:7px;border-radius:50%;background:#fff8}
.rainbow{font-size:2.2rem;text-align:center;margin:58px 0 25px}
.card-main h3{font-family:"Fredoka";font-size:2.1rem;margin:0;text-align:center}
.card-main p{text-align:center;color:#f7ecff}
.card-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;margin-top:42px}
.card-grid span{background:#ffffff22;padding:12px 4px;text-align:center;border-radius:12px;font-size:.78rem}
.card-back{
  width:290px;height:375px;left:20px;top:95px;
  padding:30px;background:#fff7d8;
  transform:rotate(-9deg);
  border:8px solid #fff;
  color:#61533f;
}
.mini-label{font-size:.65rem;font-weight:900;letter-spacing:1.4px;color:#a98839}
.card-back h3{font-family:"Fredoka";font-size:1.8rem;margin:20px 0}
.paper-lines{
  height:210px;border-radius:15px;
  background:repeating-linear-gradient(#fff0 0 24px,#decfa4 25px 26px);
}
.floating-pill{
  position:absolute;z-index:5;
  background:#fff;padding:12px 18px;border-radius:999px;
  font-weight:800;font-size:.84rem;box-shadow:0 12px 30px rgba(74,50,89,.15);
}
.pill-one{right:0;top:95px}.pill-two{left:0;bottom:10px}
.hero-shape{position:absolute;border-radius:50%;filter:blur(2px)}
.shape-1{width:180px;height:180px;background:#ffd0dc80;right:-40px;bottom:100px}
.shape-2{width:100px;height:100px;background:#bdebd380;left:7%;top:70px}
.shape-3{width:65px;height:65px;border:13px solid #ffd56a80;left:45%;bottom:100px}
.wave{
  position:absolute;bottom:-2px;left:0;width:100%;height:75px;
  background:#fff;
  clip-path:polygon(0 55%,8% 70%,18% 56%,28% 73%,39% 50%,49% 68%,60% 52%,72% 70%,83% 50%,92% 65%,100% 48%,100% 100%,0 100%);
}

.section{padding:105px 0}
.section-heading{text-align:center;max-width:700px;margin:0 auto 50px}
.section-heading h2,.products-head h2,.bundle h2,.about-copy h2,.faq-intro h2,.newsletter h2{
  font-family:"Fredoka";font-size:clamp(2.2rem,4vw,3.55rem);line-height:1.05;margin:0 0 15px;
}
.section-heading p{color:var(--muted);font-size:1.06rem}

.category-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:22px}
.category-card{
  border:1px solid var(--line);border-radius:24px;
  padding:28px;background:#fff;transition:.3s;
}
.category-card:hover{transform:translateY(-8px);box-shadow:var(--shadow);border-color:transparent}
.category-icon{width:65px;height:65px;border-radius:20px;display:grid;place-items:center;font-size:1.8rem;margin-bottom:22px}
.bg-purple{background:#eee2ff}.bg-pink{background:#ffe4eb}.bg-yellow{background:#fff2c3}.bg-green{background:#ddf8ed}
.category-card h3{font-family:"Fredoka";font-size:1.35rem;margin:0 0 10px}
.category-card p{color:var(--muted);line-height:1.65;font-size:.94rem;min-height:92px}
.category-card button{border:0;background:none;color:var(--purple);font-weight:900;padding:0}

.products-section{background:#fffaf8}
.products-head{display:flex;align-items:flex-end;justify-content:space-between;gap:30px;margin-bottom:40px}
.filters{display:flex;gap:8px;flex-wrap:wrap;justify-content:flex-end}
.filter{
  border:1px solid #e6dce9;background:#fff;color:var(--muted);
  padding:9px 14px;border-radius:999px;font-weight:800;font-size:.82rem;
}
.filter.active,.filter:hover{background:var(--purple);color:#fff;border-color:var(--purple)}
.product-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:25px}
.product-card{
  background:#fff;border-radius:25px;overflow:hidden;
  border:1px solid #eee7ef;transition:.3s;
}
.product-card:hover{transform:translateY(-7px);box-shadow:var(--shadow)}
.product-card.hidden{display:none}
.product-cover{
  height:285px;padding:25px;position:relative;text-align:center;
  display:flex;flex-direction:column;align-items:center;justify-content:center;
}
.cover-purple{background:#e9dcfb}.cover-coral{background:#ffe1d9}.cover-blue{background:#dff2ff}
.cover-yellow{background:#fff0b9}.cover-green{background:#d9f5e8}.cover-pink{background:#ffe3ed}
.cover-art{font-size:4.2rem;margin-bottom:15px;filter:drop-shadow(0 10px 10px rgba(0,0,0,.08))}
.product-cover small{font-weight:900;letter-spacing:1.4px;font-size:.62rem;opacity:.65}
.product-cover h3{font-family:"Fredoka";font-size:1.9rem;margin:8px 0 1px}
.product-cover p{margin:0;font-size:.86rem;opacity:.75}
.badge{
  position:absolute;top:18px;left:18px;
  background:var(--purple);color:#fff;padding:7px 11px;border-radius:999px;font-size:.7rem;font-weight:900;
}
.badge-soft{background:#fff;color:var(--coral)}
.product-info{padding:24px}
.product-tags{display:flex;gap:7px}
.product-tags span{background:#f5f0f8;color:var(--purple);border-radius:999px;padding:5px 9px;font-size:.68rem;font-weight:900}
.product-info h3{font-family:"Fredoka";font-size:1.28rem;margin:14px 0 7px}
.product-info>p{color:var(--muted);line-height:1.55;font-size:.9rem;min-height:58px}
.product-bottom{display:flex;justify-content:space-between;align-items:center;border-top:1px solid #eee8ef;margin-top:18px;padding-top:18px}
.product-bottom div{display:flex;flex-direction:column}
.product-bottom small{color:var(--muted);font-size:.7rem}
.product-bottom strong{font-family:"Fredoka";font-size:1.22rem;color:var(--purple)}
.buy-btn{
  border:0;background:var(--ink);color:#fff;padding:10px 16px;border-radius:12px;font-weight:900;
}
.center{text-align:center;margin-top:45px}

.bundle{background:linear-gradient(135deg,#7040a7,#a76ed2);color:#fff;padding:95px 0;overflow:hidden}
.bundle-grid{display:grid;grid-template-columns:1fr 1fr;align-items:center;gap:80px}
.bundle-visual{height:440px;position:relative}
.bundle-book{
  position:absolute;width:210px;height:290px;border-radius:19px;
  display:flex;align-items:flex-end;justify-content:center;
  padding:28px;font-family:"Fredoka";font-size:1.45rem;color:var(--ink);
  border:7px solid #fff;box-shadow:0 25px 60px #3c1c6533;
}
.b1{background:#ffdce8;left:65px;top:30px;transform:rotate(-14deg)}
.b2{background:#d9efff;left:180px;top:70px;transform:rotate(-3deg)}
.b3{background:#fff0b8;left:295px;top:40px;transform:rotate(9deg)}
.b4{background:#ddf7e9;left:375px;top:95px;transform:rotate(17deg)}
.bundle-star{position:absolute;color:#ffe67b;font-size:2.8rem}.s1{left:25px;top:15px}.s2{right:10px;bottom:40px}
.light-kicker{color:#ffe89d}
.bundle-copy>p{line-height:1.75;color:#f1e7f7;font-size:1.05rem}
.bundle-copy ul{list-style:none;padding:0;line-height:2;color:#fff}
.bundle-price{display:flex;gap:18px;align-items:center;margin:20px 0}
.bundle-price span{font-size:.85rem;color:#eadcf3}
.bundle-price strong{font-family:"Fredoka";font-size:2.2rem}

.steps{display:grid;grid-template-columns:repeat(3,1fr);gap:30px;position:relative}
.steps::before{content:"";position:absolute;top:63px;left:18%;right:18%;border-top:2px dashed #dacbe6}
.step{text-align:center;position:relative;padding:20px}
.step-number{
  width:28px;height:28px;border-radius:50%;background:var(--purple);color:#fff;
  display:grid;place-items:center;font-weight:900;font-size:.75rem;position:absolute;left:50%;top:7px;transform:translateX(24px);z-index:2;
}
.step-icon{width:105px;height:105px;border-radius:32px;background:var(--lavender);display:grid;place-items:center;font-size:2.7rem;margin:0 auto 24px;position:relative;z-index:1}
.step h3{font-family:"Fredoka";font-size:1.4rem}
.step p{color:var(--muted);line-height:1.65}

.about-section{background:#f8fbff}
.about-grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:90px;align-items:center}
.about-art{position:relative;min-height:440px}
.blob-card{
  width:400px;height:400px;margin:auto;
  border-radius:41% 59% 55% 45% / 47% 39% 61% 53%;
  background:linear-gradient(145deg,#ffdce7,#e9ddff);
  display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;
}
.big-emoji{font-size:6rem}.blob-card h3{font-family:"Fredoka";font-size:1.7rem;max-width:250px}
.small-note{position:absolute;background:#fff;border-radius:15px;padding:13px 18px;font-weight:900;box-shadow:var(--shadow)}
.note-a{left:0;top:70px;transform:rotate(-5deg)}.note-b{right:0;bottom:60px;transform:rotate(5deg)}
.about-copy>p{color:var(--muted);line-height:1.8;font-size:1.05rem}
.check-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px;margin:28px 0}
.check-grid span{font-weight:800}.check-grid span::first-letter{color:var(--purple)}
.text-link{color:var(--purple);font-weight:900}

.testimonial-section{background:#fff}
.testimonials{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}
.testimonial{border:1px solid var(--line);border-radius:24px;padding:28px;background:#fff}
.stars{color:#f4b83e;letter-spacing:3px}
.testimonial>p{font-size:1rem;line-height:1.75;color:#5f5768;min-height:110px}
.person{display:flex;gap:12px;align-items:center}
.person>span{width:45px;height:45px;border-radius:50%;background:var(--lavender);display:grid;place-items:center;font-weight:900;color:var(--purple)}
.person div{display:flex;flex-direction:column}.person small{color:var(--muted)}

.faq-section{background:#fff9f3}
.faq-grid{display:grid;grid-template-columns:.8fr 1.2fr;gap:90px;align-items:start}
.faq-intro p{color:var(--muted);line-height:1.7;margin-bottom:28px}
.faq-item{background:#fff;border:1px solid #eee3e9;border-radius:17px;margin-bottom:12px;overflow:hidden}
.faq-item button{
  width:100%;border:0;background:#fff;padding:20px 22px;text-align:left;
  display:flex;justify-content:space-between;gap:20px;font-weight:900;color:var(--ink);
}
.faq-item button span{font-size:1.4rem;color:var(--purple);transition:.25s}
.faq-answer{max-height:0;overflow:hidden;transition:max-height .35s ease}
.faq-answer p{margin:0;padding:0 22px 22px;color:var(--muted);line-height:1.65}
.faq-item.active .faq-answer{max-height:180px}
.faq-item.active button span{transform:rotate(45deg)}

.newsletter{padding:85px 0;background:#fff}
.newsletter-box{
  background:linear-gradient(135deg,#f0e5ff,#fff0d8);
  border-radius:32px;padding:55px 60px;
  display:grid;grid-template-columns:1.1fr .9fr;gap:45px;align-items:center;
}
.newsletter-box>div>span{font-size:.75rem;font-weight:900;letter-spacing:1.3px;color:var(--purple)}
.newsletter h2{font-size:2.5rem;margin-top:10px}
.newsletter p{color:var(--muted)}
.newsletter form{display:flex;gap:10px}
.newsletter input{
  min-width:0;flex:1;border:1px solid #e1d5e8;border-radius:14px;padding:0 17px;outline:0;background:#fff;
}
.newsletter input:focus{border-color:var(--purple)}

.footer{background:#30283c;color:#e9e0ef;padding:70px 0 20px}
.footer-grid{display:grid;grid-template-columns:1.7fr 1fr 1fr 1.1fr;gap:55px}
.brand-footer .brand-name{color:#fff}
.footer-grid>div:first-child p{max-width:330px;color:#bfb4c8;line-height:1.7}
.footer h4{font-family:"Fredoka";color:#fff;font-size:1.1rem;margin:10px 0 18px}
.footer-grid>div:not(:first-child){display:flex;flex-direction:column;gap:11px}
.footer a{color:#c8bdcf}
.footer a:hover{color:#fff}
.socials{display:flex!important;flex-direction:row!important;gap:8px!important;margin-top:8px}
.socials a{width:34px;height:34px;border-radius:10px;background:#ffffff12;display:grid;place-items:center;color:#fff!important}
.footer-bottom{border-top:1px solid #ffffff16;margin-top:45px;padding-top:20px;display:flex;justify-content:space-between;color:#988da2;font-size:.8rem}

.whatsapp-float{
  position:fixed;right:24px;bottom:24px;z-index:40;
  display:flex;align-items:center;gap:8px;background:#25d366;color:#fff;
  padding:13px 18px;border-radius:999px;font-weight:900;box-shadow:0 14px 35px #1a9b4b55;
}
.whatsapp-float span{font-size:1.2rem}

.modal{position:fixed;inset:0;z-index:100;display:none;align-items:center;justify-content:center;padding:20px}
.modal.open{display:flex}
.modal-backdrop{position:absolute;inset:0;background:#21172bbd;backdrop-filter:blur(6px)}
.modal-card{
  position:relative;z-index:2;background:#fff;border-radius:26px;width:min(440px,100%);
  padding:38px;text-align:center;box-shadow:0 30px 100px #0005;
}
.modal-close{position:absolute;right:18px;top:14px;border:0;background:none;font-size:2rem;color:#897e91}
.modal-icon{font-size:3rem}.modal-card h3{font-family:"Fredoka";font-size:1.8rem;margin:10px 0}
.modal-card p{color:var(--muted);margin-bottom:6px}.modal-card>strong{display:block;font-family:"Fredoka";font-size:1.55rem;color:var(--purple);margin-bottom:20px}
.modal-card label{display:block;text-align:left;font-weight:800;font-size:.85rem;margin-bottom:7px}
.modal-card input{width:100%;border:1px solid #ddd2e2;border-radius:13px;padding:13px;margin-bottom:12px;outline:0}
.modal-card small{display:block;color:var(--muted);margin-top:12px}
.toast{
  position:fixed;left:50%;bottom:25px;z-index:120;transform:translate(-50%,120px);
  background:#30283c;color:#fff;padding:14px 20px;border-radius:14px;box-shadow:var(--shadow);
  transition:.35s;opacity:0;
}
.toast.show{transform:translate(-50%,0);opacity:1}

.reveal{opacity:0;transform:translateY(25px);transition:.7s ease}
.reveal.visible{opacity:1;transform:none}

@media(max-width:980px){
  .menu-btn{display:block}
  .nav-links{
    position:absolute;left:4%;right:4%;top:86px;
    background:#fff;border-radius:20px;padding:20px;box-shadow:var(--shadow);
    flex-direction:column;align-items:stretch;gap:5px;
    transform:translateY(-15px);opacity:0;pointer-events:none;transition:.25s;
  }
  .nav-links.open{transform:none;opacity:1;pointer-events:auto}
  .nav-links a{padding:12px}
  .hero-grid,.bundle-grid,.about-grid,.faq-grid,.newsletter-box{grid-template-columns:1fr}
  .hero-copy{text-align:center}.hero-copy>p{margin-inline:auto}.hero-actions,.hero-benefits{justify-content:center}
  .hero-visual{max-width:570px;width:100%;margin:auto}
  .category-grid{grid-template-columns:1fr 1fr}
  .product-grid{grid-template-columns:1fr 1fr}
  .products-head{align-items:flex-start;flex-direction:column}
  .filters{justify-content:flex-start}
  .bundle-copy{text-align:center}.bundle-copy ul{text-align:left;display:inline-block}
  .bundle-price{justify-content:center}
  .steps::before{display:none}
  .footer-grid{grid-template-columns:1fr 1fr}
  .newsletter{text-align:center}.newsletter form{max-width:600px;margin:auto}
}
@media(max-width:650px){
  .topbar-inner{min-height:42px;font-size:.72rem;gap:10px}
  .nav{height:68px}.brand-icon{width:38px;height:38px}.brand-name{font-size:1.45rem}
  .hero{min-height:auto}.hero-grid{padding:75px 0 105px;gap:20px}
  .hero h1{font-size:2.75rem;letter-spacing:-1.5px}
  .hero-actions{flex-direction:column}.hero-benefits{gap:16px}.hero-benefits div{flex:1}
  .hero-visual{height:430px;transform:scale(.86);margin-top:-20px}
  .card-main{right:-15px}.card-back{left:-25px}.pill-one{right:-35px}.pill-two{left:-35px}
  .section{padding:75px 0}
  .category-grid,.product-grid,.steps,.testimonials{grid-template-columns:1fr}
  .category-card p,.product-info>p,.testimonial>p{min-height:auto}
  .filters{overflow:auto;flex-wrap:nowrap;width:100%;padding-bottom:5px}
  .filter{white-space:nowrap}
  .bundle{padding:70px 0}.bundle-grid{gap:25px}.bundle-visual{height:340px;transform:scale(.72);margin:-45px -100px}
  .about-grid{gap:30px}.about-art{min-height:360px}.blob-card{width:330px;height:330px}
  .check-grid{grid-template-columns:1fr}
  .faq-grid{gap:40px}
  .newsletter-box{padding:36px 22px}.newsletter form{flex-direction:column}.newsletter input{height:51px}
  .footer-grid{grid-template-columns:1fr;gap:30px}.footer-bottom{flex-direction:column;gap:8px}
  .whatsapp-float b{display:none}.whatsapp-float{padding:14px}
}
