@import "https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;500;600;700;800&display=swap";:root{--bg:#060b14;--bg-card:#0d1424d9;--bg-glow:#00d4a80a;--text:#f1f5f9;--text2:#94a3b8;--text3:#64748b;--teal:#00d4a8;--orange:#f59e0b;--gold:#fbbf24;--wa:#25d366;--wa-hover:#1da851;--border:#ffffff12;--border-a:#00d4a82e;--font:"Outfit", system-ui, -apple-system, sans-serif}*,:before,:after{box-sizing:border-box;margin:0;padding:0}body{font-family:var(--font);background:var(--bg);color:var(--text);-webkit-font-smoothing:antialiased;-webkit-user-select:none;user-select:none;background-image:radial-gradient(at 20% 0,#00d4a80d,#0000 50%),radial-gradient(at 80% 100%,#f59e0b0a,#0000 50%);min-height:100vh;line-height:1.65}a{color:inherit;text-decoration:none}button{font-family:var(--font);cursor:pointer;background:0 0;border:none}.page{flex-direction:column;min-height:100vh;display:flex}.sticky-header{z-index:999;-webkit-backdrop-filter:blur(14px);border-bottom:1px solid var(--border);background:#060b14eb;justify-content:center;align-items:center;padding:.6rem 1rem;display:flex;position:sticky;top:0}.header-logo{filter:drop-shadow(0 2px 8px #0006);width:auto;height:44px}.content{flex:1;width:100%;max-width:720px;margin:0 auto;padding:2rem 1.25rem 5rem}.hero{text-align:center;padding:1.5rem 0 2rem}.hero-title{color:var(--text);margin-bottom:1rem;font-size:2rem;font-weight:800;line-height:1.3}.gradient-text{background:linear-gradient(135deg, var(--orange), var(--teal));-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.hero-sub{color:var(--text2);max-width:540px;margin:0 auto;font-size:1.05rem;line-height:1.75}.batch-strip{grid-template-columns:repeat(3,1fr);gap:.75rem;margin-bottom:1.75rem;display:grid}.batch-chip{background:var(--bg-card);border:1px solid var(--border);border-radius:12px;align-items:center;gap:.6rem;padding:.9rem 1rem;display:flex}.chip-icon{flex-shrink:0;font-size:1.5rem}.batch-chip small{color:var(--text3);text-transform:uppercase;letter-spacing:.6px;font-size:.7rem;display:block}.batch-chip strong{color:var(--text);font-size:.88rem;font-weight:600;display:block}.wa-btn{color:#fff;border-radius:12px;justify-content:center;align-items:center;gap:.6rem;width:100%;font-weight:700;text-decoration:none;transition:all .25s;display:flex}.wa-btn-big{background:var(--wa);margin-bottom:2rem;padding:1rem;font-size:1.15rem;box-shadow:0 4px 24px #25d3664d}.wa-btn-big:hover{background:var(--wa-hover);transform:translateY(-2px);box-shadow:0 8px 32px #25d36666}.wa-btn-big:active{transform:translateY(0)}.wa-btn-final{margin-top:0;margin-bottom:0}.wa-float{z-index:1000;background:var(--wa);color:#fff;border-radius:50%;justify-content:center;align-items:center;width:58px;height:58px;transition:all .3s;animation:2s ease-in-out infinite float-pulse;display:flex;position:fixed;bottom:1.25rem;right:1.25rem;box-shadow:0 4px 20px #25d36673}.wa-float:hover{transform:scale(1.1);box-shadow:0 6px 28px #25d3668c}@keyframes float-pulse{0%,to{box-shadow:0 4px 20px #25d36673}50%{box-shadow:0 4px 30px #25d366b3}}.card-section{background:var(--bg-card);border:1px solid var(--border);border-radius:16px;margin-bottom:1.5rem;padding:1.75rem;transition:border-color .3s}.card-section:hover{border-color:var(--border-a)}.glow-section{background:var(--bg-glow);border-color:var(--border-a)}.sec-heading{color:var(--text);align-items:center;gap:.45rem;margin-bottom:1.15rem;font-size:1.25rem;font-weight:700;display:flex}.sec-heading span{font-size:1.3rem}.sec-body{color:var(--text2);margin-bottom:.65rem;font-size:.95rem;line-height:1.7}.muted-text{color:var(--text3);font-style:italic}.tick-list{flex-direction:column;gap:.55rem;list-style:none;display:flex}.tick-list li{color:var(--text2);padding-left:1.7rem;font-size:.95rem;line-height:1.55;position:relative}.tick-list li:before{content:"✅";font-size:.82rem;position:absolute;top:0;left:0}.gem-list{flex-direction:column;gap:.55rem;list-style:none;display:flex}.gem-list li{color:var(--text2);padding-left:1.7rem;font-size:.95rem;line-height:1.55;position:relative}.gem-list li:before{content:"◆";color:var(--gold);font-size:.65rem;position:absolute;top:2px;left:0}.pill-row{flex-wrap:wrap;gap:.45rem;margin-top:.9rem;display:flex}.pill{color:var(--teal);background:#00d4a81a;border:1px solid #00d4a826;border-radius:100px;padding:.3rem .85rem;font-size:.78rem;font-weight:600}.info-table{flex-direction:column;display:flex}.info-row{border-bottom:1px solid var(--border);justify-content:space-between;align-items:baseline;padding:.7rem 0;display:flex}.info-row:last-child{border-bottom:none}.info-label{color:var(--text3);flex-shrink:0;min-width:120px;font-size:.82rem;font-weight:500}.info-value{color:var(--text);text-align:right;font-size:.92rem;font-weight:600}.info-row-col{flex-direction:column;gap:.25rem}.topics-val{text-align:left;color:var(--teal);font-size:.82rem;font-weight:500;line-height:1.5}@media (width<=768px){.content{padding:1.5rem 1rem 5rem}.hero-title{font-size:1.65rem}.hero-sub{font-size:.95rem}.batch-strip{grid-template-columns:1fr;gap:.6rem}.card-section{border-radius:14px;padding:1.35rem}}@media (width<=480px){.header-logo{height:36px}.sticky-header{padding:.5rem .75rem}.content{padding:1rem .75rem 5rem}.hero{padding:1rem 0 1.5rem}.hero-title{font-size:1.35rem}.hero-sub{font-size:.9rem}.card-section{border-radius:12px;margin-bottom:1rem;padding:1.1rem}.sec-heading{font-size:1.1rem}.wa-btn-big{padding:.85rem;font-size:1rem}.wa-float{width:50px;height:50px;bottom:1rem;right:1rem}.info-row{flex-direction:column;gap:.1rem}.info-value{text-align:left}.batch-chip{padding:.75rem .9rem}}@media (width<=360px){.hero-title{font-size:1.2rem}.header-logo{height:30px}.sec-heading{font-size:1rem}.tick-list li,.gem-list li,.sec-body{font-size:.88rem}}
