@font-face{font-family:Rubik;src:url('assets/Rubik-Regular.ttf') format('truetype');font-weight:400;font-style:normal;font-display:swap}
@font-face{font-family:Rubik;src:url('assets/Rubik-Bold.ttf') format('truetype');font-weight:700 900;font-style:normal;font-display:swap}
:root{
  --purple:#39206f;
  --purple2:#6e45c6;
  --pink:#ff2f86;
  --pink2:#ff8fbd;
  --lilac:#f5efff;
  --lilac2:#ece1ff;
  --ink:#21164f;
  --muted:#746b8c;
  --line:#e7def3;
  --green:#19a974;
  --bg:#fbf9ff;
  --white:#fff;
  --shadow:0 10px 30px rgba(75,47,128,.08);
}
*{box-sizing:border-box}
html{overflow-y:auto}body{margin:0;font-family:"Segoe UI",Arial,sans-serif;background:linear-gradient(145deg,#fbf6ff 0,#fff4fa 55%,#f8f1ff 100%);color:var(--ink);overflow-x:hidden;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}
button,input,select,textarea{font:inherit}
button{cursor:pointer}
a{text-decoration:none;color:inherit}
.app-shell{display:grid;grid-template-columns:340px minmax(0,1fr);min-height:100vh}
.sidebar{border-right:1px solid var(--line);background:#f7eefd;padding:0 14px 18px;position:relative;top:auto;height:auto;min-height:100vh;overflow:visible;align-self:start}
.logo-wrap{display:flex;align-items:center;justify-content:center;padding:4px 4px 16px}.logo-wrap img{max-width:185px;width:100%;height:auto;object-fit:contain}
.nav-section{margin:12px 0 18px}.nav-title{font-size:11px;font-weight:800;color:#9388ae;text-transform:uppercase;letter-spacing:.08em;margin:10px 10px}.nav-item{display:flex;gap:10px;align-items:center;padding:10px 12px;border-radius:12px;color:#38296f;font-weight:650;font-size:14px;margin:3px 0}.nav-item:hover,.nav-item.active{background:linear-gradient(90deg,#f6e7f3,#efe7ff);color:var(--purple)}
.main{min-width:0}.main,.main button,.main input,.main select,.main textarea,.main a{font-family:"Segoe UI",Arial,sans-serif}.topbar{min-height:108px;height:auto;border-bottom:1px solid var(--line);display:flex;align-items:center;gap:16px;padding:12px 28px 10px;background:rgba(255,255,255,.9);position:sticky;top:0;z-index:10;backdrop-filter:blur(8px)}
.menu-btn{display:none;border:0;background:var(--pink);color:white;border-radius:10px;width:42px;height:42px;font-size:20px}.search-stack{flex:1;max-width:760px;display:grid;gap:7px}.search{width:100%;display:flex;border:1px solid #ddd2ef;border-radius:14px;overflow:hidden;background:#fff;box-shadow:0 3px 12px rgba(65,39,120,.04)}.search input{flex:1;border:0;outline:0;padding:14px 16px}.search button{width:54px;border:0;background:var(--pink);color:#fff;font-size:18px}.search-tip{display:flex;align-items:center;gap:5px;padding-left:14px;color:#5f3bab;font-size:11px;line-height:1.25}.search-tip span{font-size:16px}.search-tip b{color:var(--purple)}.top-actions{margin-left:auto;display:flex;align-items:center;gap:18px;font-size:14px;font-weight:700}.badge{display:inline-flex;align-items:center;justify-content:center;min-width:22px;height:22px;padding:0 6px;border-radius:999px;background:var(--pink);color:white;font-size:12px}
.content{padding:24px 28px 36px;max-width:1226px;margin:auto}.hero{background:linear-gradient(135deg,#f9f4ff,#ffeaf4);border:1px solid #ebddf8;border-radius:22px;padding:34px;display:grid;grid-template-columns:1.15fr .85fr;gap:28px;align-items:center}.hero h1{font-size:42px;line-height:1.05;margin:0 0 14px;color:var(--purple)}.hero p{font-size:17px;color:#554b71;line-height:1.6;margin:0 0 20px}.hero-card{background:#fff;border:1px solid #eadff5;border-radius:20px;padding:22px;box-shadow:var(--shadow)}
.btn{border:0;border-radius:12px;padding:12px 18px;font-weight:800}.btn-primary{background:linear-gradient(90deg,#ff2f86,#ff1675);color:white}.btn-secondary{background:#fff;border:1px solid var(--purple2);color:var(--purple2)}.btn-soft{background:#f2ebff;color:var(--purple2)}
.section{margin-top:28px}.section-head{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:14px}.section-head h2{margin:0;font-size:22px;color:var(--purple)}
.filters{display:flex;flex-wrap:wrap;gap:8px}.chip{border:1px solid #dfd3ef;background:#fff;color:#5d4c80;border-radius:999px;padding:8px 12px;font-weight:700;font-size:13px}.chip.active{background:#fce5ef;border-color:#ffc1da;color:#c82f70}
.catalog-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:20px;margin-bottom:18px}.catalog-heading h2{margin:0;color:var(--purple)}.catalog-heading p{margin:6px 0 0;color:var(--muted);font-size:13px}.catalog-heading>span{padding:8px 12px;border-radius:999px;background:#f0e7ff;color:#6d3fc2;font-size:12px;font-weight:800;white-space:nowrap}.catalog-filter-panel{display:grid;grid-template-columns:auto 1fr;gap:24px;margin-bottom:24px;padding:18px 20px;border:1px solid #e4d8ee;border-radius:16px;background:#fff;box-shadow:0 5px 18px rgba(75,47,128,.04)}.catalog-filter-group{display:grid;align-content:start;gap:10px}.catalog-filter-group>b{color:var(--purple);font-size:12px;text-transform:uppercase;letter-spacing:.04em}.catalog-filter-panel .chip{cursor:pointer}.catalog-filter-panel .chip.active{background:#ffedf5;border-color:#ff9dc5;color:#c82f70}
.grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.card{background:#fff;border:1px solid var(--line);border-radius:18px;overflow:hidden;box-shadow:var(--shadow)}.card-img{aspect-ratio:4/3;background:#fff;display:flex;align-items:center;justify-content:center;overflow:hidden}.card-img img{width:100%;height:100%;object-fit:contain;image-rendering:auto}.image-placeholder{display:flex;align-items:center;justify-content:center;width:100%;height:100%;padding:18px;background:#faf7ff;color:#8a78a3;font-size:12px;font-weight:800;text-align:center}.image-placeholder[hidden]{display:none!important}.card-body{padding:16px}.eyebrow{font-size:12px;color:var(--purple2);font-weight:800}.card h3{font-size:18px;margin:6px 0}.meta{display:flex;gap:8px;flex-wrap:wrap;margin:8px 0 12px}.tag{font-size:11px;border-radius:999px;background:#f3edff;color:#6446a8;padding:6px 8px;font-weight:800}.price{font-size:20px;color:var(--pink);font-weight:900}.old-price{font-size:12px;color:var(--muted);text-decoration:line-through;margin-right:4px}.card-actions{display:flex;gap:8px;margin-top:14px}.card-actions .btn{flex:1}
.benefits{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}.benefit{background:#fff;border:1px solid var(--line);border-radius:16px;padding:16px}.benefit b{display:block;margin-bottom:5px}.benefit span{font-size:13px;color:var(--muted)}
.product-layout{display:grid;grid-template-columns:1fr 1fr 360px;gap:22px}.preview{background:#fff;border:1px solid var(--line);border-radius:18px;padding:16px}.preview-main{aspect-ratio:4/3;border-radius:14px;overflow:hidden;background:#faf9ff}.preview-main img{width:100%;height:100%;object-fit:contain}.preview-gallery-title{margin-top:16px;color:var(--purple);font-size:13px;font-weight:800}.thumbs{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;margin-top:10px}.thumb-preview{position:relative;width:100%;height:150px;overflow:hidden;border-radius:12px;border:2px solid #ead9f3;background:#faf7ff}.thumb-preview img{width:100%;height:100%;object-fit:contain}.paid-preview{position:relative}.paid-preview:after{content:"AGILIZA AÍ, PROFª BIBI";position:absolute;left:50%;top:50%;z-index:2;width:145%;padding:8px 0;transform:translate(-50%,-50%) rotate(-27deg);background:rgba(255,255,255,.48);color:rgba(70,31,128,.46);font-size:clamp(10px,1.25vw,18px);font-weight:900;letter-spacing:.04em;text-align:center;pointer-events:none}.thumb-preview.paid-preview:after{font-size:8px;padding:4px 0}.product-info,.buy-box{background:#fff;border:1px solid var(--line);border-radius:18px;padding:20px}.buy-box{height:max-content;position:sticky;top:108px}.buy-box .price{font-size:34px}.feature-list{display:grid;gap:10px;margin:16px 0}.feature{display:flex;gap:8px;color:#4f4668}.secure-box{margin-top:16px;background:#f7f2ff;border-radius:14px;padding:14px;display:grid;gap:10px;font-size:13px}
.cart-layout{display:grid;grid-template-columns:1fr 360px;gap:22px}.cart-box,.summary-box{background:#fff;border:1px solid var(--line);border-radius:18px;padding:18px}.cart-row{display:grid;grid-template-columns:90px 1fr auto;gap:14px;align-items:center;padding:14px 0;border-bottom:1px solid #eee7f6}.cart-row:last-child{border-bottom:0}.cart-row img{width:90px;height:72px;object-fit:cover;border-radius:10px}.summary-box{height:max-content;position:sticky;top:108px}.summary-line{display:flex;justify-content:space-between;padding:10px 0}.summary-total{font-size:24px;font-weight:900;border-top:1px solid #eee3f3;margin-top:8px;padding-top:14px}.coupon{display:flex;gap:8px;margin:12px 0}.coupon input,.field input,.field select,.field textarea{width:100%;border:1px solid #dcd0ec;border-radius:10px;padding:12px;outline:none;background:#fff}.upsell{margin-top:18px;background:linear-gradient(135deg,#fff7fb,#f9f4ff);border:1px solid #f4d5e4;border-radius:18px;padding:18px}.upsell-card{display:grid;grid-template-columns:110px 1fr auto;gap:16px;align-items:center;background:#fff;border:1px solid #eee4f5;border-radius:14px;padding:12px}.upsell-card img{width:110px;height:88px;object-fit:cover;border-radius:10px}
.checkout{display:grid;grid-template-columns:1fr 380px;gap:22px}.form-card,.order-card,.payment-card,.confirm-card{background:#fff;border:1px solid var(--line);border-radius:18px;padding:20px}.fields{display:grid;gap:14px}.field label{display:block;font-size:13px;font-weight:800;margin-bottom:6px}.steps{display:flex;gap:12px;margin:12px 0 22px}.step{display:flex;align-items:center;gap:8px;font-weight:800;color:#9a8caf}.step span{width:30px;height:30px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;background:#f2ebfb}.step.active{color:var(--pink)}.step.active span{background:var(--pink);color:#fff}
.qr{width:240px;height:240px;border:10px solid #fff;box-shadow:0 0 0 1px #ddd;background:repeating-conic-gradient(#111 0 25%,#fff 0 50%) 0/24px 24px;margin:18px auto}.codebox{background:#f6fff9;border:1px solid #cdebd9;border-radius:12px;padding:12px;font-family:Rubik,"Trebuchet MS",Arial,sans-serif;font-size:12px;word-break:break-all}.status{display:inline-flex;align-items:center;gap:8px;border-radius:999px;padding:8px 12px;font-weight:800;background:#fff5dc;color:#9a6900}.status.ok{background:#e8f8ef;color:#148655}
.admin-shell{display:grid;grid-template-columns:250px 1fr;min-height:100vh}.admin-sidebar{background:linear-gradient(180deg,#351575,#24105e);color:#fff;padding:18px 14px}.admin-sidebar img{width:170px;background:#fff;border-radius:14px;padding:8px;display:block;margin:0 auto 18px}.admin-nav a{display:block;padding:10px 12px;border-radius:10px;color:#f7f2ff;margin:3px 0;font-size:14px}.admin-nav a.active,.admin-nav a:hover{background:#6d46db}.admin-main{background:#fbfaff}.admin-top{height:76px;display:flex;align-items:center;padding:0 24px;border-bottom:1px solid var(--line);background:#fff}.admin-content{padding:22px}.kpis{display:grid;grid-template-columns:repeat(5,1fr);gap:12px}.kpi{background:#fff;border:1px solid var(--line);border-radius:16px;padding:16px}.kpi small{color:#7b7193}.kpi strong{display:block;font-size:24px;margin-top:8px}.admin-grid{display:grid;grid-template-columns:1.4fr 1fr;gap:16px;margin-top:16px}.panel{background:#fff;border:1px solid var(--line);border-radius:16px;padding:16px}.bar-chart{display:flex;align-items:flex-end;gap:10px;height:220px;padding:20px 8px 0}.bar{flex:1;border-radius:8px 8px 0 0;background:linear-gradient(180deg,#8c67e8,#5b32c8);min-width:18px}.donut{width:180px;height:180px;border-radius:50%;background:conic-gradient(#6f49d8 0 42%,#ff6bac 42% 71%,#25b98b 71% 85%,#f8b64f 85% 100%);position:relative;margin:10px auto}.donut:after{content:"";position:absolute;inset:36px;background:#fff;border-radius:50%}.table{width:100%;border-collapse:collapse}.table th,.table td{padding:11px 9px;border-bottom:1px solid #eee8f4;text-align:left;font-size:13px}.table th{color:#776b91;font-size:11px;text-transform:uppercase}.pill{display:inline-flex;padding:5px 8px;border-radius:999px;font-size:11px;font-weight:800}.pill.green{background:#e6f8ef;color:#16845a}.pill.orange{background:#fff2d6;color:#9f6900}.pill.red{background:#ffe8ec;color:#be3451}.empty{padding:40px;text-align:center;color:#81758f}
.notice{background:#fff8e6;border:1px solid #ffe0a2;border-radius:14px;padding:14px;color:#7f5d16;margin-top:14px}.small{font-size:12px;color:var(--muted)}
.purchases-page{max-width:980px;margin:0 auto}.purchases-page .section-head p{margin:5px 0 0;color:var(--muted)}.downloads-list{display:grid;gap:12px}.download-row{display:grid;grid-template-columns:90px 1fr auto;align-items:center;gap:16px;padding:14px 16px;border:1px solid var(--line);border-radius:16px;background:#fff}.download-row img{width:90px;height:72px;object-fit:contain;border-radius:10px;background:#faf7ff}.download-row>div{display:grid;gap:4px}.download-row b{color:var(--purple);font-size:16px}.download-row span,.download-row small{color:var(--muted);font-size:12px}.download-row small{color:#15926d;font-weight:700}.download-button{min-width:150px;text-align:center}.access-link-card{max-width:none!important;margin-top:22px!important}.access-link-card h3{margin:0;color:var(--purple)}@media(max-width:700px){.download-row{grid-template-columns:70px 1fr}.download-row img{width:70px;height:60px}.download-button{grid-column:1/-1;width:100%}}
.sidebar-brand{display:block;margin:0 -14px 10px}.sidebar-brand img{display:block;width:340px;height:auto;max-width:100%;object-fit:contain}.nav-card{background:#faf5ff;border:1px solid #e2d4ee;border-radius:16px;padding:10px 12px;box-shadow:0 5px 18px rgba(75,47,128,.05)}.nav-title{display:flex;align-items:center;gap:9px;margin:7px 4px 8px;font-size:12px;font-weight:900;color:var(--purple)}.nav-svg{width:21px;height:21px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round;flex:0 0 21px;color:#8253cf}.nav-item{display:flex;align-items:center;gap:8px;padding:7px 4px;color:#39266e;font-size:12px;font-weight:500}.nav-item strong{width:21px;text-align:center;font-size:23px;line-height:1;color:#8b58d1}.nav-item span{flex:1}.nav-item b{font-size:18px;color:#8652ce}.nav-item em{font-style:normal;font-size:9px;background:var(--pink);color:#fff;border-radius:999px;padding:3px 7px}.nav-item:hover,.nav-item.active{background:#f0e3ff;border-radius:9px}.nav-divider{height:1px;background:#e6d8f0;margin:9px 0}.nav-extra{font-size:11px;font-weight:800;border-top:1px solid #eadff2}.all-materials{display:flex;align-items:center;gap:9px;margin-top:12px;padding:14px;background:#faf5ff;border:1px solid #e2d4ee;border-radius:14px;color:var(--purple);font-size:11px;font-weight:900;box-shadow:0 5px 18px rgba(75,47,128,.05)}.all-materials span{flex:1}.all-materials b{font-size:18px}.home-banner{width:100%;max-width:1170px;margin:0 auto;border:1px solid #e4d4f1;border-radius:20px;overflow:hidden;background:#f6ecff}.home-banner img{display:block;width:100%;height:auto;max-width:1170px;image-rendering:auto}.year-row{display:grid;grid-template-columns:repeat(6,minmax(0,1fr)) 168px;gap:9px;margin-top:14px;align-items:stretch}.year-row>a{min-height:78px;display:flex;align-items:center;justify-content:center;gap:8px;padding:9px;background:#fff;border:1px solid #e7dcef;border-radius:14px;box-shadow:0 5px 16px rgba(75,47,128,.05);color:var(--purple)}.year-row i{font-style:normal}.year-row i .nav-svg{width:42px;height:42px}.year-row strong{font-size:38px;line-height:1;color:#7a48c9}.year-row .pink-number{color:var(--pink)}.year-row span{font-size:13px;font-weight:800;line-height:1.1}.year-row small{display:block;font-size:8px;font-weight:500;margin-top:3px}.year-row .all-years{align-self:center;min-height:44px;border:0;background:linear-gradient(90deg,#8751d1,#7041bd);color:#fff;font-size:12px;font-weight:800;border-radius:999px}.benefits-row{display:grid;grid-template-columns:repeat(4,1fr);margin-top:14px;padding:12px 8px;background:rgba(255,255,255,.62);border:1px solid #e7dcef;border-radius:16px}.benefits-row>div{display:flex;align-items:center;gap:12px;padding:4px 16px;border-right:1px solid #e5d9ef}.benefits-row>div:last-child{border-right:0}.benefits-row i{width:52px;height:52px;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;flex:0 0 52px}.benefits-row i.pink{background:linear-gradient(145deg,#ff70ae,#ff3d8b)}.benefits-row i.purple{background:linear-gradient(145deg,#9867df,#7342c1)}.benefits-row i .nav-svg{width:30px;height:30px;color:#fff;stroke-width:1.8}.benefits-row span{display:grid;gap:4px}.benefits-row b{font-size:12px}.benefits-row small{font-size:10px;line-height:1.35;color:var(--muted)}.see-all{color:var(--pink);font-size:12px;font-weight:800}.pix-method{display:flex;align-items:center;gap:8px;margin:12px 0;color:#179e8f;font-size:12px;font-weight:700}.pix-method img{width:62px;height:28px;object-fit:contain}.pix-logo{display:block;width:220px;height:auto;margin:12px auto}.purchase-confirmed{max-width:1000px;margin:auto;text-align:center}.purchase-confirmed .grid{grid-template-columns:repeat(auto-fit,minmax(250px,320px));justify-content:center}.confirmation-footer{display:flex;justify-content:center;margin-top:28px;padding-top:4px;clear:both}
@media(max-width:1100px){.app-shell{grid-template-columns:1fr}.sidebar{position:absolute;z-index:30;left:-360px;width:340px;top:0;height:auto;overflow:visible;transition:.25s}.sidebar.open{left:0}.menu-btn{display:inline-flex;align-items:center;justify-content:center}.hero,.product-layout,.cart-layout,.checkout,.admin-grid{grid-template-columns:1fr}.buy-box,.summary-box{position:static}.grid{grid-template-columns:repeat(2,1fr)}.benefits,.kpis{grid-template-columns:repeat(2,1fr)}.year-row{grid-template-columns:repeat(3,1fr)}.year-row .all-years{grid-column:1/-1}.benefits-row{grid-template-columns:repeat(2,1fr)}.benefits-row>div:nth-child(2){border-right:0}.admin-shell{grid-template-columns:1fr}.admin-sidebar{display:none}}
@media(max-width:700px){.content,.admin-content{padding:16px}.topbar{padding:0 14px;height:auto;min-height:72px;flex-wrap:wrap}.top-actions{width:100%;justify-content:flex-end;padding-bottom:10px}.hero h1{font-size:32px}.grid,.benefits,.kpis{grid-template-columns:1fr}.product-layout{grid-template-columns:1fr}.year-row{grid-template-columns:repeat(2,1fr)}.benefits-row{grid-template-columns:1fr}.benefits-row>div{border-right:0;border-bottom:1px solid #e5d9ef}.benefits-row>div:last-child{border-bottom:0}.upsell-card{grid-template-columns:80px 1fr}.upsell-card>div:last-child{grid-column:1/-1}.search{order:3;max-width:none;width:100%;margin-bottom:10px}}
.pix-real{max-width:680px;margin:0 auto;text-align:center}.pix-qr-image{display:block;width:min(280px,100%);height:auto;margin:20px auto;border:1px solid var(--line);border-radius:16px}.pix-real .field{text-align:left;display:block;margin:18px 0}.pix-real textarea{width:100%;border:1px solid #dcd0ec;border-radius:10px;padding:12px;resize:none}.form-error{min-height:20px;color:#b42347;font-size:13px;font-weight:700}.btn:disabled{opacity:.65;cursor:wait}
.cart-row{grid-template-columns:150px 1fr auto}.cart-preview{width:150px;height:112px;border-radius:12px;background:#fff;border:1px solid #eee5f5}.cart-preview img{width:100%;height:100%;object-fit:contain}.cart-preview.paid-preview:after,.upsell-preview.paid-preview:after{content:"AGILIZA AÍ";font-size:8px;padding:4px 0}.upsell-preview{width:120px;height:92px;border-radius:10px;background:#fff;overflow:hidden}.upsell-preview img{width:100%;height:100%;object-fit:contain}@media(max-width:700px){.cart-row{grid-template-columns:105px 1fr}.cart-preview{width:105px;height:82px}.cart-row>div:last-child{grid-column:2;text-align:left!important}.upsell-preview{width:90px;height:72px}}
.paid-materials-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,340px));justify-content:center;gap:22px;margin-top:24px}.paid-material-card{display:flex;flex-direction:column;overflow:hidden;border:1px solid var(--line);border-radius:18px;background:#fff;text-align:left;box-shadow:var(--shadow)}.paid-material-preview{height:260px;background:#fff;border-bottom:1px solid var(--line)}.paid-material-preview img{width:100%;height:100%;object-fit:contain}.paid-material-preview.paid-preview:after{content:"AGILIZA AÍ • PRÉVIA";font-size:10px;padding:6px 0}.paid-material-info{display:grid;gap:5px;padding:16px}.paid-material-info b{color:var(--purple);font-size:17px}.paid-material-info span{color:var(--muted);font-size:12px}.paid-material-info small{color:#15926d;font-size:12px;font-weight:800}.paid-material-card>.btn{margin:0 16px 16px;text-align:center}
@media(max-width:700px){.catalog-heading{align-items:flex-start;flex-direction:column}.catalog-filter-panel{grid-template-columns:1fr;gap:18px;padding:16px}.catalog-heading>span{white-space:normal}}
.paid-preview{position:relative;overflow:hidden}.paid-preview:after{content:"PRÉVIA PROTEGIDA • AGILIZA AÍ, PROFª BIBI";width:150%;padding:12px 0;background:rgba(255,255,255,.78);color:rgba(70,31,128,.75);border-top:1px solid rgba(112,65,189,.24);border-bottom:1px solid rgba(112,65,189,.24);font-weight:900;text-shadow:0 1px #fff}.downloads-list{display:grid;gap:12px}.download-row{grid-template-columns:90px 1fr auto}.download-actions{display:flex!important;align-items:center;gap:8px}.download-actions .btn{white-space:nowrap}.delivery-note{margin-top:22px}.collection-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.collection-card{display:grid;grid-template-columns:auto 1fr;gap:14px;align-items:center;background:#fff;border:1px solid var(--line);border-radius:18px;padding:20px;color:var(--purple);box-shadow:0 6px 20px rgba(71,40,122,.05)}.collection-card:hover{border-color:#be9de8;transform:translateY(-2px)}.collection-card .collection-icon{display:grid;place-items:center;width:48px;height:48px;border-radius:14px;background:#f2e9ff}.collection-card .collection-icon svg{width:28px;height:28px}.collection-card h3{margin:0 0 5px;font-size:18px}.collection-card p{margin:0;color:var(--muted);font-size:12px}.collection-card>b{grid-column:1/-1;color:var(--pink);font-size:12px}.collection-back{display:inline-block;margin-bottom:8px;color:#7542c4;font-size:13px;font-weight:800}@media(max-width:900px){.collection-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.download-actions{flex-wrap:wrap;justify-content:flex-end}}@media(max-width:700px){.download-actions{grid-column:1/-1;justify-content:stretch}.download-actions .btn{flex:1}.collection-grid{grid-template-columns:1fr}}
.sidebar-brand{background:#f7eefd}.sidebar-brand img{width:340px;height:auto;object-fit:contain;object-position:center}.rainbow-svg{overflow:visible}.year-row i .rainbow-svg{width:48px;height:48px}
.validated-years-row{display:grid;grid-template-columns:minmax(0,1fr) 168px;gap:14px;align-items:center;margin-top:14px}.validated-years-row>a:first-child{display:block;min-width:0}.validated-years-row img{display:block;width:100%;height:auto;image-rendering:auto}.validated-years-row .all-years{display:flex;align-items:center;justify-content:center;min-height:44px;padding:0 16px;border-radius:999px;background:linear-gradient(90deg,#8751d1,#7041bd);color:#fff;font-size:12px;font-weight:800;white-space:nowrap}.validated-benefits{margin-top:14px;border-radius:16px;overflow:hidden}.validated-benefits img{display:block;width:100%;height:auto;image-rendering:auto}
.crisp-years-row{display:grid;grid-template-columns:1.18fr repeat(5,1fr) 168px;gap:9px;align-items:stretch;margin-top:14px}.crisp-year-card{min-width:0;min-height:82px;display:flex;align-items:center;justify-content:center;gap:8px;padding:9px;background:#fff;border:1px solid #e4d8ee;border-radius:14px;box-shadow:0 5px 16px rgba(75,47,128,.06);color:var(--purple)}.crisp-year-card strong{display:flex;align-items:flex-start;font-size:42px;line-height:1;font-weight:900;letter-spacing:-3px;color:#8150ce;-webkit-text-stroke:.7px #5f2cae;text-shadow:0 1px 0 #f2dcff}.crisp-year-card strong.year-3,.crisp-year-card strong.year-5{color:#ff4a91;-webkit-text-stroke:.7px #d92872;text-shadow:0 1px 0 #ffd4e6}.crisp-year-card sup{font-size:17px;line-height:1;margin:3px 0 0 2px;letter-spacing:0}.crisp-year-card>span{font-size:14px;font-weight:800;line-height:1.08;white-space:nowrap}.crisp-year-card small{display:block;margin-top:4px;font-size:7px;font-weight:500;letter-spacing:0;white-space:nowrap}.infant-card svg{width:61px;height:47px;flex:0 0 61px;fill:none;stroke:#8253cf;stroke-width:2.4;stroke-linecap:round;stroke-linejoin:round;overflow:visible}.infant-card svg .cloud{fill:#fff;stroke:#8253cf;stroke-width:2}.infant-card>span{font-size:13px;line-height:1.18}.crisp-years-row .all-years{align-self:center;display:flex;align-items:center;justify-content:center;min-height:44px;padding:0 16px;border-radius:999px;background:linear-gradient(90deg,#8751d1,#7041bd);color:#fff;font-size:12px;font-weight:800;white-space:nowrap}
.crisp-year-card:not(.infant-card){display:grid;grid-template-columns:minmax(48px,62px) minmax(58px,auto);align-items:center;justify-content:center;column-gap:5px;padding:7px 8px}.crisp-year-card .year-number{position:relative;display:block;width:100%;height:68px;font-size:initial;font-weight:400;line-height:1;white-space:normal;color:#8d59cf}.crisp-year-card .year-number b{position:absolute;left:0;bottom:0;font-family:Rubik,"Trebuchet MS",Arial,sans-serif;font-size:clamp(48px,3.55vw,62px);font-weight:400;line-height:.96;letter-spacing:-3px;color:#9964d3;-webkit-text-stroke:1.2px #6e35ad;paint-order:stroke fill;text-shadow:0 1px 0 #eedcff}.crisp-year-card .year-number i{position:absolute;top:7px;right:0;font-family:Rubik,"Trebuchet MS",Arial,sans-serif;font-size:18px;font-style:normal;font-weight:700;line-height:1;color:#9559cf}.crisp-year-card .year-number i:after{content:"";position:absolute;left:0;right:0;bottom:-4px;height:2px;border-radius:2px;background:currentColor}.crisp-year-card .year-number.year-3 b,.crisp-year-card .year-number.year-5 b{color:#ff609c;-webkit-text-stroke-color:#db2e72;text-shadow:0 1px 0 #ffd8e8}.crisp-year-card .year-number.year-3 i,.crisp-year-card .year-number.year-5 i{color:#ff5596}.crisp-year-card .year-copy{display:flex;flex-direction:column;align-items:flex-start;justify-content:center;min-width:0;font-size:initial;font-weight:400;line-height:1;white-space:nowrap}.crisp-year-card .year-copy b{font-size:clamp(13px,1.15vw,17px);font-weight:700;color:#2d1469}.crisp-year-card .year-copy small{display:block;margin-top:6px;font-size:clamp(6px,.52vw,8px);font-weight:500;line-height:1;color:#2d1469;white-space:nowrap}
@media(max-width:1250px) and (min-width:1101px){.crisp-years-row{grid-template-columns:repeat(3,1fr)}.crisp-years-row .all-years{grid-column:1/-1;justify-self:center}.crisp-year-card{min-height:86px}}
@media(max-width:700px){.validated-years-row{grid-template-columns:1fr}.validated-years-row .all-years{justify-self:center}.validated-benefits{overflow-x:auto}.validated-benefits img{width:900px;max-width:none}}
@media(max-width:1100px){.crisp-years-row{grid-template-columns:repeat(3,1fr)}.crisp-years-row .all-years{grid-column:1/-1;justify-self:center}}
@media(max-width:700px){.crisp-years-row{grid-template-columns:repeat(2,1fr)}.crisp-year-card{min-height:88px}.crisp-years-row .all-years{grid-column:1/-1}}
@media(max-width:700px){.search-stack{order:3;max-width:none;width:100%;margin-bottom:10px}.search{order:initial;margin-bottom:0}}
.crisp-years-row{grid-template-columns:1.16fr repeat(5,minmax(125px,1fr)) 190px}.crisp-year-card{min-height:104px}.crisp-year-card:not(.infant-card){display:flex;align-items:center;justify-content:center;column-gap:9px;padding:12px 10px}.crisp-year-card .year-number{position:static;display:flex;align-items:flex-start;justify-content:center;width:auto;height:auto;flex:0 0 auto;color:#955dce}.crisp-year-card .year-number b{position:static;display:block;font-family:Rubik,"Trebuchet MS",Arial,sans-serif;font-size:clamp(54px,4vw,68px);font-weight:400;line-height:.92;letter-spacing:-3px;color:#9c67d2;-webkit-text-stroke:1.15px #7039ad;paint-order:stroke fill;text-shadow:0 1px 0 #eedcff}.crisp-year-card .year-ordinal{display:flex;flex-direction:column;align-items:stretch;margin:8px 0 0 2px;line-height:1;color:#965ccc}.crisp-year-card .year-number i{position:static;display:block;font-family:Rubik,"Trebuchet MS",Arial,sans-serif;font-size:19px;font-style:normal;font-weight:700;line-height:1;color:inherit}.crisp-year-card .year-number i:after{display:none}.crisp-year-card .year-ordinal u{display:block;height:2px;margin-top:2px;border-radius:2px;background:currentColor;text-decoration:none}.crisp-year-card .year-number.year-3,.crisp-year-card .year-number.year-5{color:#ff5796}.crisp-year-card .year-number.year-3 b,.crisp-year-card .year-number.year-5 b{color:#ff629c;-webkit-text-stroke-color:#da2f72;text-shadow:0 1px 0 #ffd8e8}.crisp-year-card .year-number.year-3 i,.crisp-year-card .year-number.year-5 i{color:inherit}.crisp-year-card .year-copy{display:flex;flex-direction:column;align-items:flex-start;justify-content:center;min-width:0;line-height:1;white-space:nowrap}.crisp-year-card .year-copy b{font-size:clamp(14px,1.2vw,18px);font-weight:700;color:#2d1469}.crisp-year-card .year-copy small{margin-top:7px;font-size:clamp(7px,.55vw,9px);font-weight:500;line-height:1;color:#2d1469}.infant-card{gap:10px}.infant-card svg{width:68px;height:52px;flex-basis:68px}.infant-card>span{font-size:15px;line-height:1.2}
@media(max-width:1250px) and (min-width:1101px){.crisp-years-row{grid-template-columns:repeat(3,minmax(190px,1fr))}.crisp-year-card{min-height:104px}.crisp-years-row .all-years{grid-column:1/-1}}

/* Revisão funcional: legibilidade, busca, liberação de gratuitos e retorno ao catálogo */
b,strong,h1,h2,h3,.btn,.nav-title,.nav-item{font-family:inherit;text-rendering:optimizeLegibility}
b,strong{font-weight:700;letter-spacing:-.01em}.btn{font-weight:700;letter-spacing:0}.downloads-list h3,.download-row b{letter-spacing:-.015em}
.cart-notice{position:fixed;z-index:9999;right:24px;bottom:24px;padding:14px 18px;border-radius:14px;background:#2d1469;color:#fff;box-shadow:0 12px 35px rgba(45,20,105,.28);font-weight:700}.cart-notice a{color:#ffd6e7;text-decoration:underline;margin-left:6px}
.free-gate{width:min(650px,100%);margin:30px auto}.free-gate .form-card{padding:30px}.free-gate form{display:grid;gap:16px;margin-top:22px}.free-gate .field{display:grid;gap:8px}.free-gate input{width:100%;padding:13px 14px;border:1px solid #d8c8e7;border-radius:11px;font:inherit}.form-error{min-height:20px;margin:0;color:#b62c4a;font-weight:700}.payment-warning{margin:12px 0 0;color:#735b82;line-height:1.45}.integration-pending{align-self:start}.integration-pending .status{display:inline-block;margin-bottom:12px}.integration-pending .card-actions{justify-content:flex-start;margin-top:20px}
.search-results{display:grid;gap:22px}.search-results-head{display:flex;align-items:flex-start;justify-content:space-between;gap:20px;padding:26px;border-radius:20px;background:linear-gradient(135deg,#f7efff,#fff2f8);border:1px solid #e5d6f0}.search-results-head h1{margin:5px 0 8px;color:var(--purple);font-size:30px}.search-results-head p{margin:0;color:var(--muted)}.search-context{display:flex;gap:10px;flex-wrap:wrap}.search-context span{padding:9px 12px;border:1px solid var(--line);border-radius:999px;background:#fff;color:var(--muted);font-size:12px}.search-context b{color:var(--purple)}
@media(max-width:700px){.search-results-head{flex-direction:column}.search-results-head .btn{width:100%;text-align:center}.cart-notice{left:14px;right:14px;bottom:14px}}
.admin-store-link{display:block;margin:22px 8px 0;padding:10px 12px;border-top:1px solid rgba(255,255,255,.18);color:#e9ddff;font-size:13px}.admin-page-head{display:flex;align-items:flex-start;justify-content:space-between;gap:20px;margin-bottom:20px}.admin-page-head h1{margin:0 0 6px;color:var(--purple);font-size:28px}.admin-page-head p{margin:0;color:var(--muted)}.admin-back{display:inline-block;margin-bottom:12px;color:var(--purple2);font-size:13px;font-weight:700}.admin-stats{display:flex;gap:10px;flex-wrap:wrap;margin-bottom:16px}.admin-stats span{background:#fff;border:1px solid var(--line);border-radius:999px;padding:9px 13px;color:var(--muted);font-size:12px}.admin-stats b{color:var(--purple);font-size:15px}.admin-toolbar{display:flex;gap:10px;margin-bottom:16px}.admin-toolbar input,.admin-toolbar select,.admin-field input,.admin-field select,.admin-field textarea{width:100%;border:1px solid #ddd1ec;border-radius:10px;padding:11px 12px;background:#fff;color:var(--ink);outline:none}.admin-toolbar input{flex:1}.admin-toolbar select{width:190px}.admin-table-wrap{overflow-x:auto}.activity-table{min-width:880px}.activity-cell{display:flex;align-items:center;gap:10px}.activity-cell img{width:64px;height:50px;border-radius:8px;object-fit:cover;border:1px solid #eee5f5}.activity-cell div,.activity-table td:nth-child(2){display:grid;gap:4px}.activity-cell small,.activity-table td small{display:block;color:var(--muted);font-size:11px}.activity-flags{display:flex;gap:4px;flex-wrap:wrap}.activity-flags span{border-radius:999px;background:#f2eaff;color:#6b42b5;padding:4px 6px;font-size:9px;font-weight:700}.activity-actions{display:flex;gap:6px}.activity-actions .btn{padding:8px 10px;font-size:11px}.btn-danger{background:#fff0f3;color:#be3451;border:1px solid #ffd4de}.admin-inline-btn{display:inline-block;margin-top:14px}.activity-form{display:grid;gap:16px;max-width:1050px}.form-section h3{margin:0 0 16px;color:var(--purple)}.admin-form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.admin-span-2{grid-column:1/-1}.admin-field{display:grid;gap:6px}.admin-field>span{font-size:12px;font-weight:800;color:#4b3975}.admin-field>small{font-size:10px;color:var(--muted)}.admin-field textarea{resize:vertical;font-family:inherit}.admin-check-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin-top:16px}.admin-check{display:flex;align-items:flex-start;gap:9px;padding:12px;border:1px solid #e6dbef;border-radius:11px;background:#fcf9ff}.admin-check input{margin-top:2px;accent-color:var(--purple2)}.admin-check span{display:grid;gap:3px}.admin-check b{font-size:12px}.admin-check small{font-size:10px;color:var(--muted);line-height:1.35}.promo-parent{margin-top:14px;max-width:520px}.asset-editor{display:grid;grid-template-columns:260px 1fr;gap:20px}.cover-preview{height:210px;border:1px dashed #d8c8e7;border-radius:14px;background:#faf7ff;display:flex;align-items:center;justify-content:center;overflow:hidden}.cover-preview img{width:100%;height:100%;object-fit:contain}.asset-fields{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.form-actions{display:flex;justify-content:flex-end;gap:10px;padding-bottom:20px}
.construction-card{width:min(620px,100%);margin:60px auto;padding:42px 28px;text-align:center;background:#fff;border:1px solid #e4d8ee;border-radius:24px;box-shadow:0 16px 45px rgba(75,47,128,.09)}.construction-symbol{font-size:76px;line-height:1}.construction-hat{font-size:42px;margin-top:-18px}.construction-card h1{margin:12px 0 8px;color:var(--purple);font-size:34px}.construction-card p{margin:6px 0;color:var(--muted)}.construction-card .btn{display:inline-block;margin-top:22px}.future-year{position:relative}.future-year:after{content:"EM BREVE";position:absolute;right:8px;top:7px;padding:3px 6px;border-radius:999px;background:#fff1f6;color:#d72d70;font-size:7px;font-weight:900;letter-spacing:.03em}.active-year{border-color:#c8afe5;box-shadow:0 7px 20px rgba(117,65,191,.12)}
.native-file-input{position:absolute!important;width:1px!important;height:1px!important;opacity:0!important;pointer-events:none}.file-drop-zone{min-height:126px;border:2px dashed #cdb9e4;border-radius:14px;background:#fbf8ff;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:6px;padding:18px;text-align:center;color:#5c3b94;cursor:pointer;transition:border-color .18s,background .18s,transform .18s}.file-drop-zone:hover,.file-drop-zone:focus,.file-drop-zone.dragging{outline:none;border-color:var(--pink);background:#fff2f8;transform:translateY(-1px)}.file-drop-zone b{font-size:14px}.file-drop-zone span{font-size:12px;color:#6f6281}.file-drop-zone small{font-size:10px;color:#8a7b99}.asset-fields textarea[readonly]{background:#faf8fc;color:#55476c;resize:none}
@media(max-width:850px){.admin-page-head{flex-direction:column}.admin-toolbar{flex-direction:column}.admin-toolbar select{width:100%}.admin-form-grid,.admin-check-grid,.asset-fields{grid-template-columns:1fr}.admin-span-2{grid-column:auto}.asset-editor{grid-template-columns:1fr}.cover-preview{max-width:360px}}

/* Ajustes finais aprovados: fundo contínuo e alternância rosa/lilás dos anos */
html{background:#fff4fa}
html,body,#app{width:100%;min-width:100%;min-height:100%}
.app-shell{width:100%;background:linear-gradient(145deg,#fbf6ff 0,#fff4fa 55%,#f8f1ff 100%)}
.main{min-height:100vh;background:linear-gradient(145deg,#fbf6ff 0,#fff4fa 55%,#f8f1ff 100%)}
.crisp-year-card .year-number.year-1,
.crisp-year-card .year-number.year-3,
.crisp-year-card .year-number.year-5{color:#ff5796}
.crisp-year-card .year-number.year-1 b,
.crisp-year-card .year-number.year-3 b,
.crisp-year-card .year-number.year-5 b{color:#ff629c;-webkit-text-stroke-color:#da2f72;text-shadow:0 1px 0 #ffd8e8}
.crisp-year-card .year-number.year-1 i,
.crisp-year-card .year-number.year-3 i,
.crisp-year-card .year-number.year-5 i{color:inherit}
.integrated-benefits{margin:14px 0 0;background:transparent;border:0;border-radius:0;box-shadow:none;padding:12px 0}
.integrated-benefits>div{background:rgba(255,255,255,.5)}
.integrated-benefits>div:first-child{border-radius:16px 0 0 16px}
.integrated-benefits>div:last-child{border-radius:0 16px 16px 0}
.crisp-year-card .year-number.year-1 .year-ordinal,.crisp-year-card .year-number.year-3 .year-ordinal,.crisp-year-card .year-number.year-5 .year-ordinal{color:#ff5796!important}
.crisp-year-card .year-number.year-2 .year-ordinal,.crisp-year-card .year-number.year-4 .year-ordinal{color:#965ccc!important}
.delivery-features{gap:0;padding:8px;background:linear-gradient(145deg,#faf6ff,#fff8fb);border:1px solid #eadff4}
.delivery-feature{display:grid;grid-template-columns:38px 1fr;align-items:center;gap:10px;padding:11px 8px;border-bottom:1px solid #eadff4}
.delivery-feature:last-child{border-bottom:0}
.delivery-feature i{display:grid;place-items:center;width:38px;height:38px;border-radius:11px;background:#f0e5ff;color:#7645c1;font-style:normal}
.delivery-feature:nth-child(2) i{background:#ffe7f1;color:#dc3779}
.delivery-feature .nav-svg{width:21px;height:21px;color:inherit}
.delivery-feature span{display:grid;gap:3px}
.delivery-feature b{color:#39206f;font-size:13px}
.delivery-feature small{color:#746b8c;font-size:10px;line-height:1.35}
.cart-row{grid-template-columns:185px 1fr auto;gap:18px}
.cart-preview{width:185px;height:140px}
.upsell-card{grid-template-columns:150px 1fr auto}
.upsell-preview{width:150px;height:112px}
@media(max-width:700px){.cart-row{grid-template-columns:115px 1fr;gap:12px}.cart-preview{width:115px;height:92px}.cart-row>div:last-child{grid-column:2}.upsell-card{grid-template-columns:100px 1fr}.upsell-preview{width:100px;height:80px}.upsell-card>div:last-child{grid-column:1/-1}}
.cart-row{grid-template-columns:240px 1fr auto;gap:22px}
.cart-preview{width:240px;height:180px}
@media(max-width:700px){.cart-row{grid-template-columns:130px 1fr;gap:12px}.cart-preview{width:130px;height:104px}.cart-row>div:last-child{grid-column:2}}

/* Prévia maior para a professora conferir claramente o material no carrinho. */
.cart-row{grid-template-columns:300px 1fr auto;gap:24px}
.cart-preview{width:300px;height:225px}
@media(max-width:700px){.cart-row{grid-template-columns:145px 1fr;gap:12px}.cart-preview{width:145px;height:116px}}

/* Prévia ampliada novamente para facilitar a conferência antes da compra. */
.cart-row{grid-template-columns:360px 1fr auto;gap:26px}
.cart-preview{width:360px;height:270px}
@media(max-width:1050px) and (min-width:701px){.cart-row{grid-template-columns:280px 1fr auto}.cart-preview{width:280px;height:210px}}
@media(max-width:700px){.cart-row{grid-template-columns:160px 1fr;gap:12px}.cart-preview{width:160px;height:128px}}

/* Ajustes exclusivos para celular. As regras de computador permanecem intactas. */
@media(max-width:700px){
  html,body{max-width:100%;overflow-x:hidden}
  .topbar{display:grid;grid-template-columns:48px minmax(0,1fr);align-items:center;gap:10px 8px;min-height:0;padding:10px 14px 12px}
  .menu-btn{grid-column:1;grid-row:1;width:44px;height:44px}
  .top-actions{grid-column:2;grid-row:1;width:auto;min-width:0;margin:0;padding:0;justify-content:flex-end;gap:12px;font-size:12px;white-space:nowrap}
  .top-actions a{min-width:0}
  .search-stack{grid-column:1/-1;grid-row:2;width:100%;margin:0;gap:5px}
  .search input{min-width:0;padding:13px 14px;font-size:14px}
  .search button{width:50px;flex:0 0 50px}
  .search-tip{padding:0 6px;font-size:9px;line-height:1.2}
  .search-tip span{font-size:13px}
  .content{width:100%;padding:12px}
  .home-banner{border-radius:15px}
  .crisp-years-row{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:9px;width:100%;margin-top:10px;overflow:visible}
  .crisp-year-card,.crisp-year-card:not(.infant-card){width:100%;min-width:0;min-height:86px;padding:8px 7px;gap:5px}
  .crisp-year-card:not(.infant-card){display:flex;justify-content:center}
  .crisp-year-card .year-number b{font-size:46px;letter-spacing:-2px}
  .crisp-year-card .year-number i{font-size:15px}
  .crisp-year-card .year-ordinal{margin-top:5px}
  .crisp-year-card .year-copy{white-space:normal}
  .crisp-year-card .year-copy b{font-size:14px}
  .crisp-year-card .year-copy small{margin-top:4px;font-size:7px;white-space:normal}
  .infant-card svg{width:50px;height:40px;flex-basis:50px}
  .infant-card>span{font-size:12px}
  .crisp-years-row .all-years{grid-column:1/-1;width:100%;min-height:42px;justify-self:stretch}
  .benefits-row{gap:0;margin-top:12px;padding:0}
  .benefits-row>div{min-height:76px;padding:10px 12px}
  .benefits-row i{width:44px;height:44px;flex-basis:44px}
  .benefits-row i .nav-svg{width:25px;height:25px}
  .benefits-row b{font-size:11px}.benefits-row small{font-size:9px}
  .section{margin-top:22px}
  .section-head{align-items:center}
  .section-head h2{font-size:21px}
  .card-actions{grid-template-columns:1fr}
  .card-actions .btn{width:100%}
}
@media(max-width:380px){
  .top-actions{gap:8px;font-size:11px}
  .badge{min-width:20px;height:20px}
  .crisp-year-card .year-number b{font-size:42px}
  .crisp-year-card .year-copy b{font-size:13px}
}
.site-footer{display:grid;grid-template-columns:1.15fr .8fr 1fr;gap:34px;margin-top:56px;padding:34px 38px 20px;border-top:1px solid #e6d8ee;background:#2d1268;color:#fff}.site-footer h3{margin:0 0 13px;font-size:16px}.site-footer p{margin:0 0 12px;color:#e4d9f2;font-size:13px;line-height:1.6}.site-footer a{display:block;margin:9px 0;color:#f7efff;font-size:13px;text-decoration:none}.site-footer a:hover{text-decoration:underline}.footer-brand img{width:170px;max-width:100%;padding:8px;border-radius:12px;background:#fff}.footer-brand p{max-width:330px;margin-top:14px}.whatsapp-contact{display:inline-flex!important;align-items:center;gap:9px;width:max-content;margin-top:14px!important;padding:11px 15px;border-radius:999px;background:#25d366;color:#092d17!important;font-weight:850}.whatsapp-contact:hover{text-decoration:none!important;filter:brightness(.97)}.whatsapp-contact svg{width:23px;height:23px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.site-footer small{display:block;max-width:260px;color:#cfbfdf;font-size:11px;line-height:1.4}.footer-bottom{grid-column:1/-1;display:flex;justify-content:space-between;gap:28px;margin-top:4px;padding-top:18px;border-top:1px solid rgba(255,255,255,.18);color:#cfc1df;font-size:10px;line-height:1.5}.footer-bottom span:last-child{max-width:650px;text-align:right}.legal-page{max-width:850px;margin:30px auto;padding:36px;border:1px solid #e2d3ec;border-radius:22px;background:#fff}.legal-page h1{margin:10px 0 18px;color:#25105f;font-size:34px}.legal-page>p{color:#56446f;font-size:16px;line-height:1.8}@media(max-width:760px){.site-footer{grid-template-columns:1fr;padding:28px 20px 18px}.footer-bottom{grid-column:1;flex-direction:column}.footer-bottom span:last-child{text-align:left}.legal-page{margin:14px;padding:24px}.legal-page h1{font-size:27px}}
.site-footer{grid-template-columns:minmax(220px,.9fr) minmax(190px,.7fr) minmax(240px,.8fr);gap:28px;margin:38px 28px 22px;padding:24px 28px 16px;border:1px solid #e4d3ee;border-radius:22px;background:linear-gradient(135deg,#fff 0%,#fbf5ff 55%,#fff1f7 100%);color:#2d1268;box-shadow:0 12px 35px rgba(48,16,108,.06)}.site-footer h3{color:#2d1268;font-size:15px}.site-footer p{color:#69557e;font-size:12px}.site-footer a{margin:7px 0;color:#5f32b3;font-size:12px;font-weight:650}.footer-brand img{width:125px;padding:6px;border:1px solid #eadff2;background:#fff}.footer-brand p{max-width:280px;margin-top:10px}.whatsapp-contact{padding:10px 14px;background:#25d366;color:#09391b!important;font-size:12px!important}.whatsapp-contact svg{width:20px;height:20px}.site-footer small{color:#756589}.footer-bottom{gap:20px;margin-top:0;padding-top:13px;border-top:1px solid #eadff2;color:#756589;font-size:9px}.footer-bottom span:last-child{max-width:720px}@media(max-width:900px){.site-footer{grid-template-columns:1fr 1fr;margin:30px 18px 18px}.footer-brand{grid-column:1/-1}.footer-bottom{grid-column:1/-1}}@media(max-width:600px){.site-footer{grid-template-columns:1fr;gap:20px;margin:24px 12px 14px;padding:22px 20px 16px;border-radius:18px}.footer-brand{grid-column:1}.footer-bottom{grid-column:1;gap:8px}.footer-brand img{width:115px}}
.page-shell{min-height:100vh;background:#fff7fb}.page-shell>.site-footer{grid-template-columns:minmax(260px,1.05fr) minmax(220px,.75fr) minmax(260px,.8fr);width:100%;margin:42px 0 0;padding:30px max(34px,calc((100vw - 1540px)/2)) 18px;border:0;border-top:1px solid #dfcaec;border-radius:0;background:linear-gradient(110deg,#fff 0%,#fbf4ff 52%,#fff1f7 100%);box-shadow:0 -8px 30px rgba(48,16,108,.05)}.page-shell>.site-footer .footer-brand img{width:145px}.page-shell>.site-footer .footer-bottom{margin-top:7px}.whatsapp-contact svg,.legal-contact svg{fill:currentColor!important;stroke:none!important}.whatsapp-contact svg{width:24px;height:24px}.legal-page{max-width:1120px;margin:30px auto 20px;padding:0;overflow:hidden;border:1px solid #dfd0eb;border-radius:24px;background:#fff;box-shadow:0 16px 45px rgba(47,16,105,.07)}.legal-top{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:18px 30px;border-bottom:1px solid #eadff2;background:#fcf9ff}.legal-top a{color:#6634bd;font-weight:800;text-decoration:none}.legal-top span{color:#8a68c5;font-size:11px;font-weight:850;letter-spacing:.08em}.legal-header{display:grid;grid-template-columns:64px 1fr;gap:20px;padding:34px 40px 28px;background:linear-gradient(135deg,#fff 10%,#f8f0ff 100%)}.legal-symbol{display:grid;place-items:center;width:60px;height:60px;border-radius:18px;background:linear-gradient(135deg,#ff3986,#7a43d1);color:#fff;font:900 32px Georgia,serif;box-shadow:0 10px 24px rgba(113,57,198,.2)}.legal-header p{margin:0 0 7px;color:#ff287e;font-size:11px;font-weight:900;letter-spacing:.1em}.legal-header h1{margin:0;color:#25105f;font-size:38px;line-height:1.12}.legal-header strong{display:block;max-width:780px;margin-top:12px;color:#665276;font-size:15px;font-weight:500;line-height:1.65}.legal-sections{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;padding:26px 30px}.legal-sections article{display:flex;align-items:flex-start;gap:13px;padding:19px;border:1px solid #eadff2;border-radius:16px;background:#fff}.legal-sections article>span{display:grid;place-items:center;flex:0 0 34px;height:34px;border-radius:10px;background:#f2e8ff;color:#6d3fc2;font-size:11px;font-weight:900}.legal-sections h2{margin:2px 0 7px;color:#2b1164;font-size:16px}.legal-sections p{margin:0;color:#6a587b;font-size:13px;line-height:1.6}.legal-contact{display:flex;align-items:center;justify-content:space-between;gap:24px;margin:0 30px 30px;padding:18px 20px;border-radius:16px;background:#2f146c;color:#fff}.legal-contact b{font-size:16px}.legal-contact p{margin:5px 0 0;color:#d9cdea;font-size:12px}.legal-contact a{display:inline-flex;align-items:center;gap:9px;flex:0 0 auto;padding:11px 15px;border-radius:999px;background:#25d366;color:#09391b;font-size:12px;font-weight:900;text-decoration:none}.legal-contact svg{width:23px;height:23px}@media(max-width:900px){.page-shell>.site-footer{grid-template-columns:1fr 1fr;padding:28px 24px 18px}.legal-sections{grid-template-columns:1fr}.legal-header{padding:30px}.legal-contact{align-items:flex-start;flex-direction:column}}@media(max-width:600px){.page-shell>.site-footer{grid-template-columns:1fr;margin-top:28px;padding:25px 20px 16px}.legal-page{margin:14px 10px;border-radius:18px}.legal-top{align-items:flex-start;flex-direction:column;padding:15px 18px}.legal-header{grid-template-columns:48px 1fr;gap:13px;padding:24px 18px}.legal-symbol{width:46px;height:46px;border-radius:13px;font-size:25px}.legal-header h1{font-size:28px}.legal-header strong{font-size:13px}.legal-sections{padding:18px}.legal-contact{margin:0 18px 18px;padding:17px}.legal-contact a{width:100%;justify-content:center}}
.page-shell>.site-footer{background:#fbf7fd;color:#30106c}.page-shell>.site-footer .footer-brand img{width:132px;height:132px;padding:0;border:1px solid #e2d4ec;border-radius:22px;object-fit:cover;box-shadow:0 10px 28px rgba(48,16,108,.1)}.page-shell>.site-footer h3{color:#30106c}.page-shell>.site-footer p{color:#68577a}.page-shell>.site-footer a:not(.whatsapp-contact){color:#6334b8}.whatsapp-contact{gap:10px;padding:8px 15px 8px 8px!important;border:1px solid #159f4a;background:#fff!important;color:#176f38!important;box-shadow:0 8px 20px rgba(37,211,102,.14)}.whatsapp-contact i{display:grid;place-items:center;width:36px;height:36px;border-radius:50%;background:#25d366;color:#fff}.whatsapp-contact i svg{width:23px!important;height:23px!important;fill:currentColor!important}.whatsapp-contact:hover{background:#f5fff8!important;transform:translateY(-1px)}

/* Rodapé compacto, centralizado e com uma única paleta */
.page-shell>.site-footer{display:block;width:100%;margin:30px 0 0;padding:24px 24px 14px;border:0;border-top:1px solid #e3d5ec;border-radius:0;background:#f8f3fb;color:#30106c;box-shadow:none}
.page-shell>.site-footer .footer-inner{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));align-items:center;gap:48px;width:min(1160px,100%);margin:0 auto}
.page-shell>.site-footer .footer-brand,.page-shell>.site-footer .footer-links,.page-shell>.site-footer .footer-service{display:flex;align-items:center;flex-direction:column;justify-content:center;text-align:center}
.page-shell>.site-footer .footer-brand img{width:108px;height:108px;margin:0 auto 11px;padding:0;border:1px solid #e1d3eb;border-radius:20px;object-fit:cover;box-shadow:0 8px 22px rgba(48,16,108,.08)}
.page-shell>.site-footer .footer-brand p{max-width:330px;margin:0;font-size:13px;line-height:1.55}
.page-shell>.site-footer h3{margin:0 0 12px;font-size:17px}
.page-shell>.site-footer .footer-links{gap:7px}
.page-shell>.site-footer .footer-links h3{margin-bottom:5px}
.page-shell>.site-footer .footer-links a{font-size:13px;line-height:1.35;text-decoration:none}
.page-shell>.site-footer .footer-links a:hover{text-decoration:underline}
.page-shell>.site-footer .footer-service p{margin:0 0 14px;font-size:13px;line-height:1.45}
.page-shell>.site-footer .whatsapp-contact{gap:9px;margin:0;padding:7px 14px 7px 7px!important;border:1px solid #d8c6e7;background:#fff!important;color:#30106c!important;box-shadow:0 6px 16px rgba(48,16,108,.07)}
.page-shell>.site-footer .whatsapp-contact i{width:34px;height:34px;background:#25d366;color:#fff}
.page-shell>.site-footer .whatsapp-contact:hover{border-color:#bda5d5;background:#fff!important;transform:translateY(-1px)}
.page-shell>.site-footer .footer-bottom{display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:6px 24px;width:min(1160px,100%);margin:18px auto 0;padding-top:12px;border-top:1px solid #e2d6ea;text-align:center}
.page-shell>.site-footer .footer-bottom span{color:#786588;font-size:10px;line-height:1.4}
@media(max-width:760px){.page-shell>.site-footer{margin-top:24px;padding:22px 18px 14px}.page-shell>.site-footer .footer-inner{grid-template-columns:1fr;gap:24px}.page-shell>.site-footer .footer-brand img{width:100px;height:100px}.page-shell>.site-footer .footer-brand p{max-width:300px}.page-shell>.site-footer .footer-bottom{flex-direction:column;gap:4px;margin-top:20px}}

/* Um único fundo contínuo entre conteúdo e rodapé */
html,body,.page-shell,.page-shell>.app-shell,.page-shell .main,.page-shell .content{background:#f8f3fb}
.page-shell>.site-footer{margin-top:0;background:#f8f3fb}
@media(max-width:760px){.page-shell>.site-footer{margin-top:0}}

/* Cabeçalho integrado à paleta da página */
.page-shell .topbar{background:#f8f3fb;border-bottom:1px solid #e3d5ec;backdrop-filter:none}
.page-shell .topbar .search{background:#fff}
.page-shell .top-actions{align-self:center}
/* Busca inteligente */
.search-stack{position:relative}.search-hints{position:absolute;z-index:80;top:62px;left:0;right:0;overflow:hidden;border:1px solid #ddcdea;border-radius:14px;background:#fff;box-shadow:0 16px 38px rgba(48,16,108,.16)}.search-hints button{display:flex;width:100%;align-items:center;justify-content:space-between;gap:18px;padding:12px 15px;border:0;border-bottom:1px solid #eee5f3;background:#fff;color:#30106c;text-align:left;cursor:pointer}.search-hints button:last-child{border-bottom:0}.search-hints button:hover{background:#fff5fa}.search-hints span{color:#78688d;font-size:12px}

/* Consentimento do checkout */
.checkout-consent{display:flex!important;align-items:flex-start!important;gap:10px!important;padding:13px 14px;border:1px solid #e0d1ed;border-radius:12px;background:#fcf8ff;color:#5c4b70!important;font-size:13px!important;font-weight:500!important;line-height:1.45}.checkout-consent input{width:18px!important;height:18px;margin-top:1px;accent-color:#ff287e}.checkout-consent a{color:#6633ba;font-weight:750}

/* Avaliações verificadas */
.review-section{margin-top:24px}.review-section .section-head p{margin:5px 0 0;color:#74658a}.review-stars{color:#ff287e;font-size:24px;letter-spacing:2px}.review-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}.review-card{padding:18px;border:1px solid #e4d7ed;border-radius:16px;background:#fff;box-shadow:0 8px 24px rgba(48,16,108,.04)}.review-card-head{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.review-card-head b{color:#30106c}.review-card-head span{color:#ff287e;white-space:nowrap}.review-card p{color:#5e4e72;line-height:1.55}.review-card small{color:#087b50;font-weight:750}.review-form-card{display:grid;grid-template-columns:.85fr 1.15fr;gap:24px;margin-top:24px;padding:24px;border:1px solid #e1d2ed;border-radius:20px;background:linear-gradient(135deg,#fff,#fbf5ff)}.review-form-card h2{margin:6px 0 8px;color:#30106c}.review-form-card p{color:#756589}.review-form-card form{display:grid;grid-template-columns:1fr 1fr;gap:12px}.review-form-card label{display:grid;gap:6px;color:#40216e;font-size:13px;font-weight:750}.review-form-card label:nth-child(3),.review-form-card button,.review-form-card form p{grid-column:1/-1}.review-form-card select,.review-form-card textarea{width:100%;padding:11px;border:1px solid #d9c9e7;border-radius:11px;background:#fff;color:#30106c;font:inherit}.review-form-card textarea{min-height:92px;resize:vertical}
@media(max-width:800px){.review-grid{grid-template-columns:1fr}.review-form-card{grid-template-columns:1fr}.review-form-card form{grid-template-columns:1fr}.review-form-card label,.review-form-card label:nth-child(3),.review-form-card button,.review-form-card form p{grid-column:1}.search-hints{top:54px}.search-hints button{align-items:flex-start;flex-direction:column;gap:3px}}
