:root{--azul:#00A1DE;--verde:#43A047;--roxo:#6f42c1;--amarelo:#ffd54f;--texto:#14315b;--bg:#f4fbff}*{box-sizing:border-box}body{margin:0;font-family:Arial,Helvetica,sans-serif;background:linear-gradient(180deg,#f4fbff,#fff);color:var(--texto)}a{text-decoration:none}.wrap{max-width:1180px;margin:0 auto;padding:0 22px}.nav{position:sticky;top:0;z-index:5;background:rgba(255,255,255,.88);backdrop-filter:blur(14px);border-bottom:1px solid #e7f3fa}.nav .wrap{height:76px;display:flex;align-items:center;justify-content:space-between;gap:16px}.brand{display:flex;gap:12px;align-items:center;font-weight:900}.seal{width:48px;height:48px;border-radius:16px;background:linear-gradient(135deg,var(--azul),#8bdfff);display:grid;place-items:center;color:white;box-shadow:0 10px 25px rgba(0,161,222,.25)}.menu{display:flex;gap:10px;align-items:center;flex-wrap:wrap}.menu a{color:#214063;font-weight:700;padding:10px 12px;border-radius:999px}.btn{display:inline-flex;align-items:center;justify-content:center;padding:13px 18px;border-radius:999px;font-weight:900;border:0;cursor:pointer;box-shadow:0 12px 25px rgba(0,0,0,.10)}.btn-primary{background:var(--verde);color:#fff}.btn-light{background:#fff;color:#174065;border:1px solid #e4eef5}.hero{padding:74px 0 44px;overflow:hidden}.hero-grid{display:grid;grid-template-columns:1.08fr .92fr;gap:36px;align-items:center}.badge{display:inline-flex;align-items:center;gap:8px;background:#e8f7ff;color:#096795;padding:8px 12px;border-radius:999px;font-weight:900;margin-bottom:18px}.hero h1{font-size:clamp(38px,5vw,70px);line-height:.98;margin:0 0 18px;color:#102f5d}.hero p{font-size:20px;line-height:1.5;margin:0 0 24px;color:#405574}.cta{display:flex;gap:12px;flex-wrap:wrap}.world{position:relative;min-height:430px;border-radius:42px;background:radial-gradient(circle at 50% 45%,#fff 0,#e9faff 45%,#ffefb7 100%);box-shadow:0 24px 60px rgba(0,40,80,.14);padding:24px;display:grid;place-items:center;overflow:hidden}.world:before{content:'';position:absolute;inset:28px;border:4px dashed rgba(0,161,222,.18);border-radius:38px}.characters{position:relative;z-index:1;display:grid;grid-template-columns:repeat(3,86px);gap:16px}.char{height:86px;border-radius:50%;background:#fff;display:grid;place-items:center;font-weight:900;box-shadow:0 12px 28px rgba(0,0,0,.12);border:4px solid #fff}.char:nth-child(1){background:#ffebee}.char:nth-child(2){background:#fff3e0}.char:nth-child(3){background:#fffde7}.char:nth-child(4){background:#e8f5e9}.char:nth-child(5){background:#e3f2fd}.char:nth-child(6){background:#ede7f6}.char:nth-child(7){background:#f3e5f5}.char:nth-child(8){background:#fce4ec}.char:nth-child(9){background:#e0f7fa}.section{padding:58px 0}.section h2{font-size:38px;text-align:center;margin:0 0 12px;color:#102f5d}.section-sub{text-align:center;color:#61718b;font-size:18px;max-width:780px;margin:0 auto 30px}.grid{display:grid;gap:18px}.g3{grid-template-columns:repeat(3,1fr)}.g4{grid-template-columns:repeat(4,1fr)}.card{background:#fff;border:1px solid #e6f0f6;border-radius:26px;padding:24px;box-shadow:0 16px 36px rgba(10,60,90,.08)}.benefit{min-height:170px}.ico{font-size:34px;width:62px;height:62px;border-radius:20px;background:#f0fbff;display:grid;place-items:center;margin-bottom:12px}.plan{position:relative;display:flex;flex-direction:column;gap:14px}.plan.popular{border:3px solid var(--azul);transform:translateY(-8px)}.ribbon{position:absolute;top:-16px;right:20px;background:var(--azul);color:#fff;padding:8px 12px;border-radius:999px;font-size:13px;font-weight:900}.price{font-size:38px;font-weight:900;color:#102f5d}.list{display:grid;gap:10px;color:#435773}.list div:before{content:'✓ ';color:var(--verde);font-weight:900}.form-card{max-width:860px;margin:0 auto}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px}.field label{font-weight:800;font-size:14px}.field input,.field select,.field textarea{width:100%;margin-top:6px;border:1px solid #dceaf3;border-radius:16px;padding:13px 14px;font-size:15px;background:#fff}.field.full{grid-column:1/-1}.footer{padding:36px 0;background:#10325f;color:#fff;text-align:center}.portal-shell{min-height:100vh;background:linear-gradient(135deg,#ecfbff,#fff8df);padding:26px}.portal{max-width:1180px;margin:auto}.portal-head{display:flex;justify-content:space-between;align-items:center;gap:16px;margin-bottom:20px}.avatar-big{width:96px;height:96px;border-radius:34px;background:linear-gradient(135deg,#fff,#dff6ff);display:grid;place-items:center;font-size:42px;box-shadow:0 18px 36px rgba(0,0,0,.12)}.progress{height:14px;background:#e7f2f7;border-radius:999px;overflow:hidden}.progress b{display:block;height:100%;background:linear-gradient(90deg,var(--azul),var(--verde));border-radius:999px}.mission{display:flex;align-items:center;justify-content:space-between;gap:14px}.pill{padding:8px 12px;background:#effaff;border-radius:999px;font-weight:900;color:#096795}@media(max-width:900px){.hero-grid,.g3,.g4,.form-grid{grid-template-columns:1fr}.nav .wrap{height:auto;padding-top:14px;padding-bottom:14px;align-items:flex-start;flex-direction:column}.world{min-height:330px}.characters{grid-template-columns:repeat(3,70px)}.char{height:70px}.plan.popular{transform:none}.portal-head{align-items:flex-start;flex-direction:column}}
