:root{--bg:#07090e;--panel:#10141d;--panel2:#151a25;--line:#242b39;--text:#f7f8fb;--muted:#969fb2;--pink:#ff176a;--blue:#3b82f6;--green:#18c58f;--yellow:#f6c944}*{box-sizing:border-box}html,body{margin:0;max-width:100%;overflow-x:hidden;background:radial-gradient(900px 520px at 80% -10%,#182238 0,transparent 60%),var(--bg);color:var(--text);font-family:Inter,ui-sans-serif,system-ui,-apple-system,Segoe UI,sans-serif}button,input,textarea{font:inherit}.top{height:74px;display:flex;align-items:center;justify-content:space-between;padding:0 clamp(20px,4vw,64px);border-bottom:1px solid rgba(255,255,255,.07);position:sticky;top:0;background:rgba(7,9,14,.82);backdrop-filter:blur(18px);z-index:20}.brand{font-weight:900;font-size:23px;color:#fff;text-decoration:none;letter-spacing:-1px}.brand span{color:#4689ff}.link{color:#cbd2df;background:none;border:0;cursor:pointer}.shell{max-width:1180px;margin:auto;padding:58px 24px 90px}.intro{max-width:760px;margin-bottom:30px}.eyebrow{font-size:11px;font-weight:800;letter-spacing:.18em;color:#ff4a8b}.intro h1,.hello h2,.sectionTitle h2{font-size:clamp(30px,5vw,54px);letter-spacing:-.045em;line-height:1.02;margin:10px 0}.intro p{font-size:18px;line-height:1.6;color:var(--muted);max-width:720px}.panel,.card,.addons,.checkout,.history{background:linear-gradient(145deg,rgba(20,25,36,.96),rgba(12,15,22,.96));border:1px solid var(--line);border-radius:22px}.panel{max-width:600px;padding:34px}.panel h2{margin:8px 0;font-size:28px}.muted{color:var(--muted);line-height:1.5}.panel label{display:block;color:#c9d0dd;font-size:13px;margin:22px 0 8px}.panel input{width:100%;background:#080b11;border:1px solid #303848;color:#fff;border-radius:12px;padding:15px 16px;outline:none}.panel input:focus{border-color:#5e8eff;box-shadow:0 0 0 3px rgba(59,130,246,.12)}.primary,.ghost{border:0;border-radius:12px;padding:15px 20px;font-weight:800;cursor:pointer}.primary{background:linear-gradient(90deg,#ff176a,#ff3d7e);color:#fff;box-shadow:0 10px 30px rgba(255,23,106,.18)}.panel .primary{width:100%;margin-top:16px}.ghost{width:100%;margin-top:8px;background:#171c26;color:#c7cfdd}.steps{display:flex;align-items:center;margin-bottom:24px}.step{width:28px;height:28px;border-radius:50%;display:grid;place-items:center;background:#1e2531;color:#8993a6;font-size:12px;font-weight:800}.step.active{background:#ff176a;color:#fff}.steps i{height:1px;width:46px;background:#333b49}.notice{margin-top:16px;border:1px solid #374154;background:#111722;color:#d9dfeb;border-radius:12px;padding:13px 15px;font-size:14px}.notice.error{border-color:#6d263b;background:#24101a;color:#ffb4c7}.notice.success{border-color:#145743;background:#0b2019;color:#8cf0cb}.hello,.sectionTitle{display:flex;align-items:end;justify-content:space-between;gap:24px;margin:10px 0 22px}.hello h2{font-size:40px}.pill{border:1px solid #21674f;background:#0e2a20;color:#5ce2af;border-radius:999px;padding:8px 12px;font-size:12px;font-weight:800}.grid{display:grid;grid-template-columns:1.2fr .8fr;gap:18px}.card{padding:28px}.mini{font-size:10px;letter-spacing:.16em;color:#8f9bb1;font-weight:800}.card h3{font-size:28px;margin:8px 0}.price{display:flex;align-items:baseline;gap:5px;margin:14px 0 22px}.price strong{font-size:42px;letter-spacing:-.04em}.price span,.price small{color:#9ba4b6}.rows{display:grid;gap:8px}.rows div{display:flex;justify-content:space-between;gap:18px;background:#0c1017;border:1px solid #202736;border-radius:10px;padding:12px}.rows span{color:#8f99aa}.quick{display:grid;gap:12px;margin-top:18px}.quick span{padding:12px;border-radius:10px;background:#0c1017;color:#cbd3e0}.sectionTitle{margin-top:48px}.sectionTitle h2{font-size:34px}.window{font-size:13px;color:#aeb7c8}.plans{display:grid;grid-template-columns:1fr 1fr;gap:16px}.plan{position:relative;text-align:left;min-height:170px;background:#10141d;border:1px solid var(--line);color:#fff;border-radius:20px;padding:24px 22px 20px 54px;cursor:pointer}.plan.selected{border-color:#ff3d7e;box-shadow:0 0 0 1px #ff3d7e,0 20px 45px rgba(255,23,106,.09)}.plan.featured:after{content:'RECOMENDADO';position:absolute;right:16px;top:14px;background:#ff176a;color:#fff;font-size:9px;padding:5px 8px;border-radius:999px;font-weight:900;letter-spacing:.08em}.radio{position:absolute;left:20px;top:26px;width:20px;height:20px;border:2px solid #59657a;border-radius:50%}.selected .radio{border:6px solid #ff176a}.plan small{color:#ff4a8b;font-weight:800;letter-spacing:.1em}.plan h3{font-size:25px;margin:8px 0}.plan p{color:#949fb1;max-width:400px}.plan>b{position:absolute;right:20px;bottom:18px;font-size:20px}.addons{margin-top:18px;padding:22px}.addons h3{margin:0 0 14px}.addon{width:100%;display:grid;grid-template-columns:22px 62px 1fr auto;align-items:center;gap:14px;background:#0b0f16;border:1px solid #222a37;color:#fff;border-radius:14px;padding:12px 15px;margin-top:9px;cursor:pointer;text-align:left}.addon.selected{border-color:#4b8cff;background:#101827}.check{width:19px;height:19px;border:2px solid #59657a;border-radius:5px}.addon.selected .check{background:#3b82f6;border-color:#3b82f6;box-shadow:inset 0 0 0 4px #101827}.addon img{width:60px;height:42px;object-fit:contain;background:#fff;border-radius:8px}.addon div{display:grid}.addon small{color:#8f99aa;margin-top:4px}.addon strong{color:#dfe5ef}.checkout{margin-top:18px;padding:22px 24px;display:flex;justify-content:space-between;align-items:center;gap:20px;position:sticky;bottom:14px;box-shadow:0 20px 70px rgba(0,0,0,.45);z-index:10}.checkout small{color:#8f99aa}.total{display:flex;align-items:baseline;gap:4px}.total strong{font-size:34px}.total em{font-style:normal;color:#8f99aa}.checkout p{margin:3px 0 0;color:#929bad}.pay{min-width:260px}.history{margin-top:30px;padding:24px}.history h3{margin-top:0}.historyRow{display:grid;grid-template-columns:1fr 1fr auto;gap:12px;padding:12px 0;border-top:1px solid #232a36;color:#aeb7c7}.historyRow b{color:#fff}.modal{position:fixed;inset:0;background:rgba(0,0,0,.76);backdrop-filter:blur(10px);display:grid;place-items:center;padding:20px;z-index:100}.modal[hidden]{display:none}.modalCard{width:min(500px,100%);background:#111620;border:1px solid #2a3343;border-radius:24px;padding:30px;position:relative;text-align:center}.close{position:absolute;right:14px;top:10px;background:none;border:0;color:#fff;font-size:30px;cursor:pointer}.pixValue{font-size:22px;margin:18px}.pixValue strong{font-size:36px}.qr{width:230px;height:230px;background:#fff;border-radius:14px;padding:7px}.modal textarea{width:100%;height:78px;background:#080b11;color:#cbd3e0;border:1px solid #2c3544;border-radius:12px;padding:10px;margin:15px 0;resize:none}.modal .primary{width:100%}.paymentState{margin-top:14px;color:#f6c944}.paymentState.done{color:#5ce2af}.paymentState.error{color:#ff8ca9}@media(max-width:760px){.shell{padding:34px 16px 80px}.intro p{font-size:16px}.grid,.plans{grid-template-columns:1fr}.hello,.sectionTitle{align-items:flex-start;flex-direction:column}.addon{grid-template-columns:20px 52px 1fr}.addon strong{grid-column:3}.checkout{bottom:8px;padding:16px;flex-direction:column;align-items:stretch}.pay{min-width:0;width:100%}.historyRow{grid-template-columns:1fr auto}.historyRow span:nth-child(2){display:none}.top{height:64px}.panel{padding:24px}.plan{min-height:155px}}

/* PACKTV-BRAND-1-LOGO-OFICIAL-GLOBAL-R1 */
.top .brand{display:flex;align-items:center;line-height:0}
.top .brand img{display:block;width:116px;max-width:34vw;height:auto;object-fit:contain}
@media(max-width:760px){.top .brand img{width:104px}}
