:root{--teal:#063d3d;--green:#08795f;--mint:#e5f5ee;--cream:#fbf6ea;--gold:#f2bd38;--orange:#ee7626;--blue:#087296;--rose:#a64d68;--purple:#6750a4;--ink:#123434;--muted:#5d7471;--white:#fff;--line:#dce8e5;--shadow:0 18px 50px rgba(6,61,61,.12)}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:#fff;color:var(--ink);font-family:Inter,Montserrat,"Segoe UI",Arial,sans-serif;line-height:1.55}a{color:inherit}.topbar{min-height:78px;display:flex;align-items:center;justify-content:space-between;gap:28px;padding:0 max(24px,calc((100vw - 1160px)/2));border-bottom:1px solid #dce7e4;background:rgba(255,255,255,.97);position:sticky;top:0;z-index:10}.brand{display:flex;align-items:center;gap:11px;text-decoration:none;flex:none}.brand>span:last-child{display:flex;flex-direction:column;line-height:1.02;font-size:12px;letter-spacing:.09em}.brand-mark{width:38px;height:42px;position:relative;display:inline-block;background:var(--teal);border-radius:6px}.brand-mark:before,.brand-mark:after{content:"";position:absolute;top:8px;width:11px;height:22px;border:2px solid #e8f3ea}.brand-mark:before{left:7px;border-radius:2px 0 0 2px}.brand-mark:after{right:7px;border-radius:0 2px 2px 0}.brand-mark i{position:absolute;bottom:5px;left:12px;border-left:7px solid transparent;border-right:7px solid transparent;border-bottom:8px solid var(--gold)}.desktop-nav{display:flex;align-items:center;gap:26px;margin-left:auto}.desktop-nav a{text-decoration:none;font-weight:750;font-size:14px;color:var(--muted)}.desktop-nav a:hover{color:var(--green)}.top-link{font-weight:900;color:var(--green);text-decoration:none}.hero{min-height:610px;padding:92px max(28px,calc((100vw - 1160px)/2));display:grid;grid-template-columns:1.35fr .65fr;gap:70px;align-items:center;background:radial-gradient(circle at 82% 18%,#d7eee5 0 13%,transparent 31%),var(--cream)}.eyebrow{font-size:13px;font-weight:900;letter-spacing:.15em;color:var(--orange);margin:0 0 16px}.hero h1{font-family:Georgia,"Times New Roman",serif;font-size:clamp(44px,6vw,76px);line-height:1.04;letter-spacing:-.04em;margin:0;max-width:800px}.hero h1 em{font-style:normal;color:var(--green)}.lead{font-size:20px;color:var(--muted);max-width:730px;margin:28px 0 34px}.hero-actions{display:flex;align-items:center;gap:25px;flex-wrap:wrap}.text-link{font-weight:900;text-decoration:none;color:var(--green)}.text-link span{font-size:22px;margin-left:4px}.button{display:inline-flex;align-items:center;justify-content:center;min-height:54px;padding:0 25px;border-radius:10px;text-decoration:none;font-weight:900;transition:transform .2s,box-shadow .2s}.button:hover{transform:translateY(-2px);box-shadow:0 10px 24px rgba(0,0,0,.15)}.button-primary{background:var(--green);color:#fff}.hero-card{background:var(--teal);color:#fff;border-radius:28px;padding:42px;box-shadow:var(--shadow);position:relative;overflow:hidden}.hero-card:after{content:"";position:absolute;width:170px;height:170px;border:1px solid rgba(255,255,255,.2);border-radius:50%;right:-60px;bottom:-60px}.hero-card .spark{color:var(--gold);font-size:32px}.hero-card>p{font-size:12px;letter-spacing:.15em;font-weight:900}.hero-card>strong{font:700 38px/1.12 Georgia,serif}.hero-card ul{list-style:none;padding:18px 0 0;margin:18px 0 0;border-top:1px solid rgba(255,255,255,.2)}.hero-card li{padding:6px 0}.hero-card li:before{content:"✓";color:var(--gold);margin-right:9px;font-weight:bold}.trust{max-width:1160px;margin:-34px auto 0;position:relative;display:grid;grid-template-columns:repeat(3,1fr);background:#fff;border-radius:18px;box-shadow:var(--shadow);padding:24px}.trust div{display:grid;grid-template-columns:42px 1fr;grid-template-rows:auto auto;padding:8px 28px;border-right:1px solid #dfe9e7}.trust div:last-child{border:0}.trust span{grid-row:1/3;font-size:24px;color:var(--green)}.trust strong{font-size:15px}.trust small{color:var(--muted)}.categories,.products{max-width:1160px;margin:0 auto;padding:105px 24px 15px}.section-heading{text-align:center;max-width:780px;margin:0 auto 48px}.section-heading h2,.about h2,.final-cta h2{font:700 clamp(34px,4.5vw,54px)/1.12 Georgia,serif;margin:0 0 16px}.section-heading>p:last-child{color:var(--muted);font-size:18px}.category-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:14px}.category-card{appearance:none;border:1px solid var(--line);background:#fff;border-radius:18px;padding:24px 16px;text-align:left;color:var(--ink);font:inherit;cursor:pointer;min-height:170px;transition:.2s;box-shadow:0 8px 28px rgba(6,61,61,.05)}.category-card:hover,.category-card:focus-visible{transform:translateY(-3px);border-color:var(--green);outline:none}.category-card.active{background:var(--teal);color:#fff;border-color:var(--teal);box-shadow:var(--shadow)}.category-icon{width:42px;height:42px;border-radius:13px;background:var(--mint);color:var(--green);font:900 20px/42px Georgia,serif;text-align:center;display:block;margin-bottom:18px}.category-card.active .category-icon{background:var(--gold);color:var(--teal)}.category-card strong,.category-card small{display:block}.category-card strong{font-size:16px;margin-bottom:6px}.category-card small{color:var(--muted);line-height:1.35}.category-card.active small{color:#cbe0db}.products{padding-top:100px;padding-bottom:110px}.product-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:30px}.product-card{border:1px solid var(--line);border-radius:24px;overflow:hidden;background:#fff;box-shadow:var(--shadow);transition:opacity .25s,transform .25s}.product-card[hidden]{display:none}.product-image{height:360px;display:flex;align-items:center;justify-content:center;padding:28px}.product-exploradores .product-image{background:#e2f3f3}.product-rotina .product-image{background:#f7ead8}.product-image img{max-width:100%;max-height:100%;object-fit:contain;border-radius:8px;filter:drop-shadow(0 12px 18px rgba(0,0,0,.18))}.product-content{padding:32px}.card-meta{display:flex;align-items:center;justify-content:space-between;gap:12px}.tag{display:inline-block;font-size:11px;font-weight:900;letter-spacing:.1em;color:var(--green);background:var(--mint);padding:7px 10px;border-radius:20px}.tag-rose{color:#7a3147;background:#f6e7ec}.tag-purple{color:#4d3c7e;background:#eeeafd}.tag-gold{color:#705714;background:#fff3ca}.available,.soon{font-size:10px;font-weight:900;letter-spacing:.08em;color:var(--green)}.soon{color:var(--orange)}.product-content h3{font:700 34px/1.1 Georgia,serif;margin:15px 0 10px}.product-subtitle{font-size:18px;color:var(--muted);min-height:84px}.product-content ul{padding:8px 0;margin:0;list-style:none}.product-content li{padding:7px 0}.product-content li:before{content:"✓";color:var(--green);font-weight:900;margin-right:9px}.price{display:flex;flex-direction:column;margin:18px 0}.price small{color:var(--muted)}.price strong{font-size:30px}.product-content .button{width:100%;color:#fff}.button-blue{background:var(--blue)}.button-orange{background:var(--orange)}.coming-card{box-shadow:none}.coming-visual{height:230px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:10px}.coming-visual span{font:700 66px/1 Georgia,serif}.coming-visual small{font-weight:900;letter-spacing:.14em}.relationship-card .coming-visual{background:#f8e9ed;color:var(--rose)}.teacher-card .coming-visual{background:#eeeafd;color:var(--purple)}.organization-card .coming-visual{background:#fff3ca;color:#8a6913}.coming-card .product-subtitle{min-height:86px}.button-disabled{background:#eff3f2!important;color:var(--green)!important;border:1px solid var(--line)}.empty-state{text-align:center;background:var(--cream);border-radius:16px;padding:28px;color:var(--muted)}.about{background:var(--mint);padding:80px max(24px,calc((100vw - 1160px)/2));display:grid;grid-template-columns:1fr 1fr;gap:70px;align-items:center}.about-copy{font-size:18px;color:var(--muted)}.final-cta{text-align:center;background:var(--teal);color:#fff;padding:85px 24px}.final-cta p:not(.eyebrow){font-size:18px;color:#dbeae6}.button-light{background:#fff;color:var(--teal);margin-top:16px}footer{text-align:center;padding:55px 24px;background:#032f2f;color:#cee0dc}.footer-brand{justify-content:center;color:#fff;margin-bottom:20px}footer a{color:#fff}footer small{display:block;margin-top:22px;color:#9dbbb4}
@media(max-width:980px){.desktop-nav{display:none}.category-grid{grid-template-columns:repeat(2,1fr)}.category-card:first-child{grid-column:1/-1;min-height:auto}.product-grid{grid-template-columns:1fr 1fr}}
@media(max-width:800px){.topbar{min-height:66px;padding:0 18px}.top-link{font-size:13px}.hero{padding:58px 22px 82px;grid-template-columns:1fr;gap:38px}.hero h1{font-size:46px}.lead{font-size:18px}.hero-card{padding:30px}.trust{margin:-30px 16px 0;grid-template-columns:1fr;padding:12px 20px}.trust div{border-right:0;border-bottom:1px solid #dfe9e7;padding:16px 5px}.categories,.products{padding:82px 18px 10px}.products{padding-bottom:82px}.product-grid{grid-template-columns:1fr}.product-image{height:340px}.product-content{padding:26px}.product-content h3{font-size:31px}.about{grid-template-columns:1fr;gap:20px;padding:65px 24px}.brand>span:last-child{font-size:10px}.brand-mark{width:34px;height:38px}}
@media(max-width:520px){.category-grid{grid-template-columns:1fr}.category-card:first-child{grid-column:auto}.category-card{min-height:auto}.hero h1{font-size:40px}.hero-card>strong{font-size:31px}.product-image{height:310px}.hero-actions{align-items:flex-start;flex-direction:column}.card-meta{align-items:flex-start;flex-direction:column}}
.relationship-card .product-image{background:#f8e9ed}.button-rose{background:var(--rose)}
