*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:Nunito,system-ui,-apple-system,sans-serif;background:#fff9f0;color:#1a1035;line-height:1.6;-webkit-font-smoothing:antialiased}img{max-width:100%;height:auto;display:block}a{text-decoration:none;color:inherit}.btn{display:inline-flex;align-items:center;gap:.5rem;font-family:Fredoka One,cursive;cursor:pointer;border:3px solid #1a1035;font-weight:400;border-radius:50px;transition:all .15s ease;font-size:1rem;padding:.75rem 1.8rem;letter-spacing:.3px}.btn--sm{padding:.4rem 1.1rem;font-size:.9rem}.btn--lg{padding:1rem 2.8rem;font-size:1.15rem}.btn--primary{background:#facc15;color:#1a1035;box-shadow:4px 4px #1a1035}.btn--primary:hover{transform:translate(-2px,-2px);box-shadow:6px 6px #1a1035}.btn--primary:active{transform:translate(2px,2px);box-shadow:2px 2px #1a1035}.btn--outline{background:#fff;color:#7c3aed;border-color:#7c3aed;box-shadow:4px 4px #7c3aed}.btn--outline:hover{transform:translate(-2px,-2px);box-shadow:6px 6px #7c3aed}.nav{position:fixed;top:0;left:0;right:0;z-index:100;padding:1rem 0;transition:all .3s ease;background:transparent}.nav--scrolled{background:#fff;padding:.6rem 0;border-bottom:3px solid #1a1035}.nav__inner{max-width:1200px;margin:0 auto;padding:0 2rem;display:flex;align-items:center;justify-content:space-between}.nav__logo{font-family:Fredoka One,cursive;font-size:1.5rem;font-weight:400;color:#7c3aed;text-shadow:2px 2px 0 #1a1035}.nav__links{display:flex;align-items:center;gap:2rem}.nav__links a{font-size:.95rem;font-weight:700;color:#1a1035;transition:color .15s}.nav__links a:not(.btn):hover{color:#7c3aed}.hero{min-height:100vh;display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden;padding:8rem 2rem 4rem;gap:4rem;background:#ede9fe}.hero:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background-image:radial-gradient(circle,#C4B5FD 1.5px,transparent 1.5px);background-size:32px 32px;opacity:.45;pointer-events:none}.hero__bg{position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(ellipse 70% 50% at 10% 90%,rgba(236,72,153,.18) 0%,transparent 60%),radial-gradient(ellipse 60% 40% at 90% 10%,rgba(250,204,21,.2) 0%,transparent 55%);pointer-events:none}.hero__content{flex:1;max-width:560px;position:relative;z-index:1}.hero__badge{display:inline-block;font-family:Fredoka One,cursive;font-size:.9rem;font-weight:400;letter-spacing:1px;padding:.35rem 1.2rem;border-radius:50px;background:#ec4899;color:#fff;border:3px solid #1a1035;box-shadow:3px 3px #1a1035;margin-bottom:1.5rem}.hero__title{font-family:Fredoka One,cursive;font-size:clamp(2.8rem,6vw,4.8rem);font-weight:400;line-height:1.1;margin-bottom:1.2rem;color:#1a1035;-webkit-text-stroke:2px #1a1035}.hero__title-accent{color:#7c3aed;-webkit-text-stroke:2px #1a1035;display:inline-block;transform:rotate(-2deg)}.hero__sub{font-size:1.1rem;line-height:1.7;color:#3b2a7a;margin-bottom:2rem;font-weight:600}.hero__actions{display:flex;gap:1rem;flex-wrap:wrap;margin-bottom:3rem}.hero__stats{display:flex;gap:2rem}.hero__stat{display:flex;flex-direction:column;background:#fff;border:3px solid #1a1035;border-radius:16px;padding:.6rem 1.1rem;box-shadow:4px 4px #1a1035;align-items:center}.hero__stat-num{font-family:Fredoka One,cursive;font-size:2rem;font-weight:400;color:#ec4899;line-height:1}.hero__stat-label{font-size:.7rem;color:#7c3aed;text-transform:uppercase;letter-spacing:1px;font-weight:800;margin-top:.15rem}.hero__unicorn-wrapper{flex:1;max-width:620px;position:relative;z-index:1;margin-right:-60px}.hero__unicorn{width:100%;border-radius:0;border:none;box-shadow:none;mix-blend-mode:multiply;transition:transform .3s ease;animation:float 4s ease-in-out infinite}.hero__unicorn:hover{transform:scale(1.04)}@keyframes float{0%,to{transform:translateY(0) rotate(-1deg)}50%{transform:translateY(-14px) rotate(1deg)}}.section{padding:6rem 2rem;background:#fff9f0}.section--alt{background:#f0fdf4;border-top:3px solid #1a1035;border-bottom:3px solid #1a1035}.section--protagonist{background:#fff1f2;border-top:3px solid #1a1035;border-bottom:3px solid #1a1035}.section__inner{max-width:1100px;margin:0 auto}.section__title{font-family:Fredoka One,cursive;font-size:clamp(2rem,4vw,3rem);text-align:center;font-weight:400;color:#1a1035;margin-bottom:1rem;-webkit-text-stroke:1px #1a1035}.section__title--left{text-align:left}.section__desc{text-align:center;font-size:1.05rem;color:#3b2a7a;font-weight:600;max-width:650px;margin:0 auto 3rem;line-height:1.7}.section__footnote{text-align:center;font-size:.75rem;color:#9ca3af;margin-top:1.5rem;font-style:italic}.cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem}.card{background:#fff;border:3px solid #1a1035;border-radius:20px;padding:2rem;transition:all .15s ease;box-shadow:6px 6px #1a1035}.card:hover{transform:translate(-3px,-3px);box-shadow:9px 9px #1a1035}.card__icon{font-size:2.5rem;display:block;margin-bottom:1rem}.card__title{font-family:Fredoka One,cursive;font-size:1.25rem;font-weight:400;margin-bottom:.6rem;color:#7c3aed}.card__text{color:#3b2a7a;font-size:.92rem;line-height:1.7;font-weight:600}.timeline{display:flex;flex-direction:column;gap:2rem;max-width:700px;margin:0 auto}.timeline__item{position:relative;padding-left:2.5rem;border-left:4px solid #7C3AED;padding-bottom:2rem}.timeline__item:last-child{padding-bottom:0}.timeline__item:before{content:"";position:absolute;left:-9px;top:4px;width:14px;height:14px;border-radius:50%;background:#facc15;border:3px solid #1a1035}.timeline__day{display:inline-block;font-family:Fredoka One,cursive;font-size:.85rem;font-weight:400;color:#fff;background:#ec4899;border:2px solid #1a1035;border-radius:50px;padding:.1rem .7rem;margin-bottom:.35rem}.timeline__title{font-family:Fredoka One,cursive;font-size:1.3rem;font-weight:400;margin-bottom:.4rem;color:#1a1035}.timeline__text{color:#3b2a7a;font-size:.92rem;line-height:1.7;font-weight:600}.protagonist{display:flex;gap:4rem;align-items:center}.protagonist__image{flex:1;border-radius:24px;overflow:hidden;border:4px solid #1a1035;box-shadow:8px 8px #1a1035}.protagonist__image img{width:100%;transition:transform .4s ease}.protagonist__image:hover img{transform:scale(1.05)}.protagonist__content{flex:1}.protagonist__badge{display:inline-block;font-family:Fredoka One,cursive;font-size:.85rem;font-weight:400;padding:.3rem 1rem;border-radius:50px;background:#facc15;color:#1a1035;border:2px solid #1a1035;box-shadow:3px 3px #1a1035;margin-bottom:.75rem}.protagonist__content p{color:#3b2a7a;line-height:1.8;margin-top:1rem;font-weight:600}.gallery{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem;max-width:900px;margin:0 auto}.gallery__item{border-radius:20px;overflow:hidden;border:4px solid #1a1035;transition:all .2s ease;box-shadow:6px 6px #1a1035;aspect-ratio:1 / 1}.gallery__item:hover{transform:translate(-3px,-3px);box-shadow:9px 9px #1a1035}.gallery__item img{width:100%;height:100%;object-fit:cover;transition:transform .4s ease}.gallery__item:hover img{transform:scale(1.06)}.gallery__item--tall{grid-row:span 2}.section--cta{background:#ede9fe;border-top:3px solid #1a1035;padding-bottom:4rem}.cta-card{background:#fff;border:4px solid #1a1035;border-radius:28px;padding:4rem 3rem;text-align:center;max-width:680px;margin:0 auto;box-shadow:10px 10px #1a1035}.cta-card__title{font-family:Fredoka One,cursive;font-size:clamp(1.8rem,3vw,2.6rem);font-weight:400;margin-bottom:.8rem;color:#7c3aed}.cta-card__text{color:#3b2a7a;font-size:1rem;font-weight:600;margin-bottom:2rem;max-width:480px;margin-left:auto;margin-right:auto}.cta-card__pricing{margin-bottom:1.5rem}.cta-card__price{font-family:Fredoka One,cursive;font-size:3.5rem;font-weight:400;color:#ec4899;line-height:1;-webkit-text-stroke:2px #1a1035}.cta-card__per{display:block;font-size:.9rem;color:#7c3aed;font-weight:700;margin-top:.25rem}.cta-card__includes{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem 1.5rem;margin-bottom:2rem;font-size:.95rem;color:#1a1035;font-weight:700}.cta-card__disclaimer{font-size:.75rem;color:#9ca3af;margin-top:1rem;font-style:italic}.footer{background:#1a1035;border-top:3px solid #1a1035;padding:2.5rem 2rem}.footer__inner{max-width:1100px;margin:0 auto;text-align:center}.footer__copy{font-size:.85rem;color:#c4b5fd;font-weight:700}.footer__tagline{font-family:Fredoka One,cursive;font-size:1rem;color:#facc15;font-style:normal;margin-top:.4rem}@media(max-width:900px){.hero{flex-direction:column-reverse;padding-top:6rem;gap:2rem;text-align:center}.hero__content{max-width:100%}.hero__stats,.hero__actions{justify-content:center}.hero__unicorn-wrapper{max-width:480px;margin-right:0}.protagonist{flex-direction:column;gap:2rem}.protagonist__content,.section__title--left{text-align:center}.protagonist__badge{margin-left:auto;margin-right:auto}.gallery{grid-template-columns:1fr}.gallery__item--tall{grid-row:span 1}.nav__links a:not(.btn){display:none}}@media(max-width:480px){.hero__stats{gap:1rem}.cta-card{padding:2.5rem 1.5rem}.cards{grid-template-columns:1fr}}
