*{box-sizing:border-box;margin:0;padding:0}:root{--roxo:#64588d;--roxo-escuro:#2b2540;--lilas:#a89bd8;--azul-claro:#bdefff;--fundo:#f8f5ff;--branco:#fff;--texto:#2b2540;--texto-suave:#736987;--borda:#e7def8;--sombra:#64588d29}#root{width:100%;min-height:100vh}html{scroll-behavior:smooth}body{background:var(--fundo);color:var(--texto);font-family:Arial,Helvetica,sans-serif;overflow-x:hidden}img{max-width:100%;display:block}.site{width:100%;min-height:100vh}.topbar{background:var(--roxo-escuro);color:#fff;text-align:center;padding:10px 16px;font-size:13px;font-weight:700}.header{border-bottom:1px solid var(--borda);width:100%;box-shadow:0 12px 35px var(--sombra);z-index:100;background:#fff;align-items:center;gap:30px;padding:24px 42px;display:flex;position:sticky;top:0}.brand{align-items:center;gap:18px;min-width:330px;text-decoration:none;display:flex}.brandLogo{object-fit:cover;border-radius:50%;width:140px;height:140px;box-shadow:0 18px 45px #2b254038}.brand h1{color:var(--roxo-escuro);letter-spacing:-2px;font-size:64px;line-height:.9}.brand p{letter-spacing:3px;text-transform:uppercase;color:var(--roxo);margin-top:6px;font-size:15px;font-weight:700}.search{border:1px solid var(--borda);background:#f5f1fb;border-radius:18px;flex:1;display:flex;overflow:hidden}.search input{color:var(--texto);background:0 0;border:none;outline:none;flex:1;padding:18px 22px;font-size:16px}.search input::placeholder{color:#a398b8}.search button{background:var(--roxo);color:#fff;cursor:pointer;border:none;width:70px;font-size:22px}.actions{color:var(--roxo-escuro);white-space:nowrap;gap:18px;font-size:14px;font-weight:700;display:flex}.menu{background:var(--roxo);justify-content:center;gap:42px;width:100%;padding:16px;display:flex}.menu a{color:#fff;font-weight:800;text-decoration:none;transition:all .3s}.menu a:hover{color:var(--azul-claro)}.hero{width:calc(100% - 50px);box-shadow:0 24px 65px var(--sombra);border:1px solid var(--borda);background:radial-gradient(circle at 100% 0,#bdefff99,#0000 30%),linear-gradient(135deg,#fff,#f2ecff);border-radius:42px;grid-template-columns:1.1fr 1fr;gap:55px;margin:44px auto;padding:70px;display:grid}.badge{color:var(--roxo);background:#eefbff;border-radius:999px;margin-bottom:22px;padding:10px 18px;font-weight:900;display:inline-block}.hero h2{max-width:850px;color:var(--roxo-escuro);margin-bottom:24px;font-size:clamp(42px,5vw,72px);line-height:1}.hero p{color:var(--texto-suave);max-width:760px;margin-bottom:35px;font-size:20px;line-height:1.7}.hero a{background:var(--roxo);color:#fff;border-radius:18px;padding:18px 30px;font-weight:900;text-decoration:none;transition:all .3s;display:inline-block;box-shadow:0 18px 35px #64588d47}.hero a:hover{background:var(--roxo-escuro);transform:translateY(-4px)}.heroCard{place-items:center;display:grid;position:relative}.mockProduct{background:linear-gradient(135deg, var(--roxo-escuro), var(--roxo), var(--lilas));border-radius:54px;flex-direction:column;justify-content:center;align-items:center;width:370px;height:370px;display:flex;transform:rotate(-5deg);box-shadow:0 30px 60px #64588d3d}.mockProduct strong{color:#fff;letter-spacing:5px;font-size:72px}.mockProduct span{color:var(--azul-claro);letter-spacing:4px;text-transform:uppercase;margin-top:12px}.floating{width:72px;height:72px;box-shadow:0 18px 45px var(--sombra);background:#fff;border-radius:24px;place-items:center;font-size:30px;display:grid;position:absolute}.one{top:20px;right:90px}.two{bottom:20px;left:70px}.categories{grid-template-columns:repeat(3,1fr);gap:24px;width:calc(100% - 50px);margin:35px auto 75px;display:grid}.categoryWrapper{width:100%}.categoryWrapper .category{height:100%;display:block}.category{border:1px solid var(--borda);text-align:center;box-shadow:0 18px 45px var(--sombra);background:#fff;border-radius:30px;padding:30px;text-decoration:none;transition:all .3s}.category:hover{border-color:var(--lilas);transform:translateY(-7px)}.category div{width:72px;height:72px;color:var(--roxo);background:#f0ebff;border-radius:26px;place-items:center;margin:auto auto 16px;font-size:30px;display:grid}.category span{color:var(--roxo-escuro);font-size:18px;font-weight:900}.productsSection,.homeIdeas{width:calc(100% - 50px);margin:auto;padding-bottom:95px}.sectionTitle{text-align:center;margin-bottom:42px}.sectionTitle h2{color:var(--roxo);font-size:52px}.sectionTitle p{color:var(--texto-suave);margin-top:8px}.products,.ideasGrid{grid-template-columns:repeat(auto-fit,minmax(360px,1fr));gap:34px;display:grid}.product,.ideaCard{box-shadow:0 22px 60px var(--sombra);border:1px solid var(--borda);background:#fff;border-radius:36px;padding:18px;transition:all .35s;overflow:hidden}.ideaCard{text-align:center;padding:34px}.ideaCard span{font-size:42px}.ideaCard h3{color:var(--roxo-escuro);margin:16px 0 10px;font-size:24px}.ideaCard p{color:var(--texto-suave);line-height:1.6}.product:hover,.ideaCard:hover{transform:translateY(-10px);box-shadow:0 32px 75px #64588d38}.imageBox{aspect-ratio:1;background:#f0ebff;border-radius:30px;width:100%;margin-bottom:20px;overflow:hidden}.imageBox img{object-fit:cover;width:100%;height:100%;transition:all .5s}.product:hover .imageBox img{transform:scale(1.12)}.product h3{color:var(--roxo-escuro);margin-bottom:14px;font-size:24px}.description{color:var(--texto-suave);margin-bottom:22px;font-size:16px;line-height:1.7}.productBtn{background:var(--roxo);color:#fff;text-align:center;border-radius:18px;width:100%;padding:16px;font-weight:900;text-decoration:none;transition:all .3s;display:block}.productBtn:hover{background:var(--roxo-escuro)}.socialFloat{z-index:999;flex-direction:column;gap:14px;display:flex;position:fixed;bottom:24px;right:24px}.whatsFloat,.instaFloat{color:#fff;border-radius:999px;padding:14px 22px;font-weight:800;text-decoration:none;transition:all .35s;box-shadow:0 10px 30px #0000002e}.whatsFloat{background:linear-gradient(135deg,#22c55e,#16a34a)}.instaFloat{background:linear-gradient(135deg,#833ab4,#fd1d1d,#fcb045)}.whatsFloat:hover,.instaFloat:hover{transform:translateY(-4px)scale(1.04);box-shadow:0 20px 40px #00000038}@media (width<=1100px){.brand{min-width:auto}.brandLogo{width:110px;height:110px}.brand h1{font-size:52px}.hero{text-align:center;grid-template-columns:1fr}.hero p{margin:auto auto 30px}.heroCard{display:none}}@media (width<=780px){.topbar{font-size:12px}.header{flex-wrap:wrap;padding:20px;position:relative}.brand{justify-content:center;width:100%}.brandLogo{width:86px;height:86px}.brand h1{font-size:40px}.brand p{font-size:11px}.search{order:3;width:100%}.actions{display:none}.menu{justify-content:flex-start;gap:26px;padding:16px;overflow-x:auto}.menu a{white-space:nowrap}.hero{border-radius:30px;width:calc(100% - 24px);padding:36px 22px}.hero h2{font-size:42px}.hero p{font-size:16px}.hero a{width:100%}.categories{grid-template-columns:1fr;width:calc(100% - 24px)}.productsSection,.homeIdeas{width:calc(100% - 24px)}.products,.ideasGrid{grid-template-columns:1fr}.sectionTitle h2{font-size:38px}.socialFloat{bottom:14px;right:14px}.whatsFloat,.instaFloat{padding:12px 18px;font-size:14px}.product:hover,.ideaCard:hover,.product:hover .imageBox img{transform:none}}:root{font-family:Arial,Helvetica,sans-serif}html,body,#root{width:100%;min-width:100%;min-height:100%;margin:0;padding:0}body{overflow-x:hidden}
