.container{display:flex;flex-wrap:wrap;width:75vw;max-width:1200px;height:90vh;padding:2rem;gap:2rem;border-radius:1.125rem;background:linear-gradient(180deg,#2093E6 0%,#0b66b0 100%);box-shadow:0 20px 50px #02143c59;-webkit-backdrop-filter:blur(6px) saturate(120%);backdrop-filter:blur(6px) saturate(120%);overflow:hidden}.left,.right-side{flex:1 1 45%;display:flex;flex-direction:column;gap:1.25rem}.left{justify-content:space-between;align-items:center}.left .logo{max-width:200px;height:auto;align-self:flex-start}.left img:last-child{width:100%;height:auto;align-self:flex-end;border-radius:.5rem}.right-side{background:linear-gradient(180deg,var(--color-primary),#0058c4);border-radius:.875rem;padding:1.75rem;display:flex;flex-direction:column;justify-content:space-between;width:100%;min-height:calc(90vh - 4rem)}.right-side h2{font-weight:800;letter-spacing:-.2px}.right-side small{color:var(--color-text-light);font-weight:400;display:block}.plan-selector{display:flex;justify-content:space-between;margin:1rem 0}.plan-circle{cursor:pointer;background-color:#f6f8fb;padding:.5rem 1rem;border-radius:999px;text-align:center;font-weight:700;color:#354a63;flex:0 1 19%;display:flex;flex-direction:column;align-items:center;justify-content:center;transition:background-color var(--transition-fast),box-shadow var(--transition-fast),transform var(--transition-fast)}.plan-circle.active{background:var(--color-bg-active);color:var(--color-white);box-shadow:0 8px 24px #357abd73}.plan-circle:hover:not(.active){background-color:var(--color-bg-plan-circle-hover)}.plan-highlight{display:flex;justify-content:space-between;align-items:baseline;font-weight:800;margin-bottom:1rem;color:#bff6ff;gap:.75rem}.plan-highlight h3{line-height:1.1}.chip-benefits h4,.activated-benefits h4,.included-section h4{font-weight:700;margin-bottom:.5rem;text-align:start}.benefits-list{display:flex;flex-wrap:wrap;gap:.75rem;justify-content:flex-start}.benefit-item{display:flex;align-items:center;gap:.75rem;padding:.25rem 0;border-radius:.625rem;min-width:7.5rem;max-width:14rem}.benefit-item img.icon{width:1.75rem;height:1.75rem}.iconPortability{width:4rem;height:4rem}.activated-item{background:rgba(0,247,255,.08);border-radius:.75rem;padding:.75rem;display:flex;align-items:center;justify-content:space-between;gap:.75rem;color:#ccfbff;box-shadow:0 10px 30px #00f7ff0f;position:relative;overflow:hidden;transition:transform var(--transition-fast),background var(--transition-fast)}.activated-info{display:flex;align-items:center;gap:.75rem}.activated-item.active{transform:translateY(-.1875rem) scale(1.03);background:rgba(0,247,255,.12);animation:glowBlink 1s ease forwards}.activated-item:after{content:"";position:absolute;top:0;left:-150%;width:300%;height:100%;background:linear-gradient(120deg,rgba(255,255,255,0) 0%,rgba(255,255,255,.25) 50%,rgba(255,255,255,0) 100%);transform:skew(-25deg) translate(0);opacity:0;pointer-events:none}.activated-item.active:after{animation:shine 1.8s ease forwards}.activated-text strong{font-weight:800}.activated-text p{font-weight:500;opacity:.9}.activated-bonus{background:#83ffa8;padding:.375rem .75rem;border-radius:999px;font-weight:800;display:flex;justify-content:center;text-align:center;color:var(--color-primary-dark);margin-top:5px}.included-section .included-items{display:flex;flex-wrap:wrap;justify-content:space-between;gap:.25rem}.included-item{flex:1 1 20%;display:flex;flex-direction:column;gap:.1875rem;text-align:start;color:var(--color-white);background:rgba(255,255,255,.08);padding:.5rem .625rem;border-radius:.625rem;margin-bottom:.8rem}.bring-number-card{display:flex;align-items:center;gap:1rem;margin-bottom:.8rem;background:rgba(255,255,255,.08);border-radius:.75rem;padding:.5rem .625rem}.switch{position:relative;display:inline-block;width:3.5em;height:2em}.switch input{opacity:0;width:0;height:0}.slider{position:absolute;cursor:pointer;top:0;left:0;right:0;bottom:0;background-color:#b6b6b6;transition:.4s;border-radius:10px}.slider:before{position:absolute;content:"";height:1.4em;width:1.4em;border-radius:8px;left:.3em;bottom:.3em;transform:rotate(270deg);background-color:#fff;transition:.4s}.switch input:checked+.slider{background-color:#21cc4c}.switch input:checked+.slider:before{transform:translate(1.5em)}.plan-card-bottom{display:flex;flex-wrap:wrap;justify-content:space-between;align-items:center;background:var(--color-white);color:var(--color-primary);border-radius:.75rem;padding:.875rem 1.125rem;height:100px;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none;box-shadow:0 6px 20px #0047ba1f;transition:all .25s ease}.plan-card-bottom:hover{box-shadow:0 12px 28px #0047ba38;transform:translateY(-.125rem)}.tag{background:linear-gradient(135deg,#00b3ff,#007adf);border-radius:.375rem;color:var(--color-white);padding:.25rem .625rem;display:inline-flex;align-items:center;gap:.3125rem;margin-left:.5rem;margin-bottom:.2rem}.plan-details small{color:var(--color-primary)}.plan-price{display:flex;align-items:center;gap:.3rem}.arrow-icon{margin-left:.2rem;width:2.5rem}.price-amount{font-weight:900}.price-period{color:var(--color-primary)}@media (max-width: 1625px){.container{width:85vw;gap:1.5rem;padding:1.5rem;height:auto;margin:1.5rem}.left,.right-side{flex:1 1 48%}.plan-highlight{gap:.65rem}.plan-circle{padding:.45rem .9rem;min-width:3.8rem}.benefit-item{min-width:7rem;max-width:13rem}.included-item{flex:1 1 22%}}@media (max-width: 980px){.container{width:96vw;flex-direction:column;padding:1rem;gap:1rem;height:auto;background:none;box-shadow:none}.left,.right-side{flex:1 1 100%;width:100%}.left{justify-content:center;align-items:center;padding:.5rem 0}.left .logo{align-self:center;max-width:200px}.left img:last-child{width:100%}.right-side{padding:1rem;min-height:auto}.plan-highlight{align-items:flex-start;gap:.4rem}.plan-selector{gap:.45rem}.plan-circle{padding:.45rem .75rem;min-width:60px}.benefits-list{justify-content:space-between}.benefit-item{flex:1 1 45%;min-width:140px;max-width:none}.included-item{flex:1 1 45%;margin-bottom:0}.activated-item{padding:.6rem}.bring-number-card{margin-top:.5rem}.plan-card-bottom{height:auto;padding:.75rem 1rem}}@media (max-width: 520px){.container{width:98vw;padding:.75rem;gap:.6rem}.left img:last-child{max-height:100%}.left .logo{max-width:180px}.plan-selector{gap:.4rem}.plan-circle{padding:.45rem .6rem;min-width:56px}.benefits-list{flex-direction:column;gap:.5rem;align-items:stretch}.benefit-item{width:100%;min-width:0;justify-content:flex-start;padding:.4rem .25rem}.benefit-item img.icon{width:1.4rem;height:1.4rem}.iconPortability{width:3.2rem;height:3.2rem}.included-section .included-items{gap:.5rem}.included-item{width:100%}.plan-card-bottom{flex-direction:column;align-items:stretch;gap:.5rem;padding:.75rem}.tag{font-size:.65rem;padding:.2rem .5rem}}@media (max-width: 420px){.container{padding:.6rem;gap:.5rem;width:98vw}.left img:last-child{max-height:100%}.left .logo{max-width:160px}.plan-circle{padding:.35rem .5rem;min-width:50px}.benefit-item{gap:.5rem}.benefit-item img.icon{width:1.2rem;height:1.2rem}.switch{min-width:3.5rem}.plan-card-bottom{height:auto;padding:.6rem .75rem}}@keyframes glowBlink{0%{box-shadow:0 10px 30px #00f7ff0f;transform:scale(.98)}50%{box-shadow:0 0 20px #00f7ff80,0 10px 40px #00f7ff40,inset 0 0 30px #00f7ff33}to{box-shadow:0 10px 30px #00f7ff0f;transform:scale(1)}}@keyframes shine{0%{transform:skew(-25deg) translate(-150%);opacity:0}30%{opacity:1}70%{opacity:1}to{transform:skew(-25deg) translate(150%);opacity:0}}.skeleton-circle,.skeleton-logo,.skeleton-banner,.skeleton-line,.skeleton-icon,.skeleton-iconPortability,.skeleton-plan{background:linear-gradient(90deg,rgba(255,255,255,.1) 25%,rgba(255,255,255,.2) 50%,rgba(255,255,255,.1) 75%);background-size:200% 100%;animation:skeleton-loading 1.5s infinite;border-radius:.5rem}.skeleton-circle{width:70px;height:30px;border-radius:50px;margin:.2rem}.skeleton-plan{width:200px;height:50px;margin-bottom:10px}html{font-size:clamp(14px,1.2vw,17px)}.container .left{justify-content:space-between;align-items:center;flex-direction:column}.content-checkout{display:flex;flex-direction:column;gap:1rem;padding:.75rem 0;color:var(--color-white)}.form-title{font-weight:800;color:#e9fbff;margin-bottom:.25rem}.label{margin-bottom:.25rem;color:#ffffffe6}.input{background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.06);padding:.6rem .75rem;border-radius:.6rem;background-color:var(--color-white);outline:none;color:var(--color-primary-dark);font-weight:600;transition:box-shadow .15s ease,transform .12s ease}.input:focus{box-shadow:0 8px 20px #0000004d;transform:translateY(-.05rem)}.input--error{border-color:#ff5050e6;box-shadow:0 6px 18px #ff50500f}.error-message{color:#ffb3b3;margin-top:.25rem}.col.small{flex:0 0 40%}.btn-primary{background:linear-gradient(135deg,#00b3ff 0%,#007adf 100%);color:var(--color-white);font-weight:900;padding:1.3rem 2rem;border-radius:1rem;border:none;cursor:pointer;box-shadow:0 12px 36px #0047ba2e;font-size:1.25rem;letter-spacing:.03em;transition:background .2s,box-shadow .2s}.btn-primary:disabled{opacity:.6;cursor:not-allowed}.btn-secondary{background:linear-gradient(135deg,#ffffff 0%,#e9fbff 100%);color:#007adf;padding:1.1rem 2rem;border-radius:1rem;border:2px solid #00b3ff;cursor:pointer;font-weight:800;font-size:1.18rem;letter-spacing:.02em;box-shadow:0 8px 24px #00b3ff1f;transition:background .2s,box-shadow .2s}.summary-box{width:100%;background:rgba(255,255,255,.04);padding:.75rem;border-radius:.6rem;color:var(--color-white)}.payment-methods{display:flex;gap:.75rem;margin:.75rem 0}.payment-card,.payment-pix{flex:1;padding:.8rem;border-radius:.6rem;border:none;font-weight:800;background:rgba(255,255,255,.06);cursor:pointer}.cart-card{margin-top:1rem;background:rgba(255,255,255,.04);padding:1rem;border-radius:.75rem;color:var(--color-white)}.muted{opacity:.9}.plan-name{font-weight:700}.price{font-weight:900}.cart-benefit{display:flex;align-items:center;gap:.6rem;color:#fffffff2}.cart-benefit img{width:1.25rem;height:1.25rem;filter:brightness(10) invert(1)}.cart-actions{display:flex;gap:.6rem;margin-top:.5rem}.phone-bannner{max-width:80%;height:auto}.chip-selection{display:flex;flex-direction:column;gap:1rem;margin:1rem 0}.chip-option{display:flex;align-items:center;gap:1rem;padding:1.2rem;background:rgba(255,255,255,.06);border:2px solid rgba(255,255,255,.08);border-radius:.75rem;cursor:pointer;transition:all .3s ease;color:var(--color-white)}.chip-option:hover{background:rgba(255,255,255,.1);border-color:#ffffff26;transform:translateY(-.02rem);box-shadow:0 8px 25px #00000026}.chip-option--selected{background:rgba(0,179,255,.15);border-color:#00b3ff80;box-shadow:0 8px 25px #00b3ff33}.chip-option__radio{position:relative;width:1.5rem;height:1.5rem;border:2px solid rgba(255,255,255,.3);border-radius:50%;display:flex;align-items:center;justify-content:center;transition:all .3s ease;flex-shrink:0}.chip-option--selected .chip-option__radio{border-color:#00b3ff;background:rgba(0,179,255,.2)}.chip-option__dot{width:.7rem;height:.7rem;border-radius:50%;background:transparent;transition:all .3s ease;transform:scale(0)}.chip-option__dot--active{background:#00b3ff;transform:scale(1);box-shadow:0 0 10px #00b3ff80}.chip-option__content{flex:1}.chip-option__content h4{margin:0 0 .3rem;font-weight:700;color:var(--color-white)}.chip-option__content p{margin:0;color:#ffffffb3;line-height:1.4}@media (max-width: 980px){.chip-option{padding:1rem}}@media (max-width: 980px){.form-row{flex-direction:column}.col.small{flex:1}}.loading-spinner{display:flex;align-items:center;gap:.5rem;color:#00b3ff;margin-top:.25rem}.spinner{width:1em;height:1em;border:2px solid #00b3ff;border-top:2px solid transparent;border-radius:50%;display:inline-block;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.skeleton{background:linear-gradient(90deg,rgba(255,255,255,.1) 25%,rgba(255,255,255,.2) 50%,rgba(255,255,255,.1) 75%);background-size:200% 100%;animation:skeleton-loading 1.5s infinite;border-radius:.5rem}@keyframes skeleton-loading{0%{background-position:200% 0}to{background-position:-200% 0}}.skeleton-logo{width:150px;height:50px;margin-bottom:1rem}.skeleton-banner{width:100%;height:200px;margin-bottom:1rem}.skeleton-title{width:200px;height:24px;margin-bottom:.5rem}.skeleton-subtitle{width:150px;height:16px;margin-bottom:1rem}.skeleton-plan-circle{width:70px;height:30px;border-radius:50px;margin:.2rem}.skeleton-plan-highlight{width:200px;height:50px;margin-bottom:10px}.skeleton-benefit-list{width:100%;height:120px;margin:1rem 0}.skeleton-activated-section{width:100%;height:80px;margin:1rem 0}.skeleton-included-section{width:100%;height:100px;margin:1rem 0}.skeleton-toggle{width:100%;height:60px;margin:1rem 0}.skeleton-plan-card{width:100%;height:80px;margin:1rem 0}.skeleton-line{height:12px;width:100%;margin:.3rem 0}.skeleton-line.short{width:50%}.skeleton-line.very-short{width:30%}.skeleton-line.long{width:80%}.skeleton-icon{width:24px;height:24px;margin-right:.5rem}.skeleton-iconPortability{width:50px;height:50px;border-radius:50%;margin-right:.5rem}.skeleton-text{width:80px;height:14px;margin-bottom:.25rem}.skeleton-text-large{width:150px;height:20px;margin-bottom:.5rem}.skeleton-input{width:100%;height:42px;margin-bottom:.75rem}.skeleton-button{width:100px;height:42px;border-radius:.75rem}.skeleton-price{width:100px;height:24px}.skeleton-benefit-item{width:100%;height:24px;margin-bottom:.5rem}.skeleton-step-bar{width:200px;height:20px}.checkout-form{width:100%;display:flex;flex-direction:column;gap:.75rem}.form-row{display:flex;gap:.75rem}.col{flex:1;display:flex;flex-direction:column}.btns{width:100%;display:flex;justify-content:space-between;gap:.75rem;margin-top:.5rem}.plan-summary{display:flex;justify-content:space-between;align-items:center;gap:.5rem;margin-bottom:.75rem}.cart-benefits{display:flex;flex-direction:column;gap:.5rem;margin-bottom:.75rem}.step-bar-container{display:flex;justify-content:center;align-items:center;margin-top:1rem;gap:1rem;flex-direction:column}@media (max-width: 980px){.form-row{flex-direction:column}.skeleton-banner{height:150px}.skeleton-plan-circle{width:60px;height:25px}}.step-bar{width:100%;height:10px;background-color:#e0e0e0;border-radius:5px;display:flex;overflow:hidden}.step{flex:1;height:100%;background-color:#fff;transition:background-color .3s ease}.step.completed{background:var(--color-step-completed)}:root{--color-primary: #0047ba;--color-primary-light: #1be3ff;--color-primary-dark: #003844;--color-bg-active: linear-gradient(135deg, #4a90e2, #357abd);--color-white: #fff;--color-text-light: #c2d4ff;--color-text-muted: #8fd3ff;--color-border: #a0c8ff;--color-border-active: #1be3ff;--color-step-completed: #4cce86;--color-bg-activated: #0079ff33;--color-bg-plan-circle-hover: #dbe9fc;--font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;--transition-fast: .3s ease}*{box-sizing:border-box;margin:0;padding:0}body{display:flex;justify-content:center;align-items:center;min-height:100vh;font-family:var(--font-family);background:linear-gradient(180deg,#61bdff 0%,#59ccfa 100%);background-size:cover;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:var(--color-white)}@media (max-width: 980px){body{background:linear-gradient(180deg,#238edc 0%,#1da3d8 100%)!important}html{font-size:clamp(30px,2.5vw,40px)!important}}
