:root{
  --navy:#061a46;
  --navy2:#003b76;
  --blue:#0069ff;
  --blue2:#0aa8ff;
  --ice:#eff8ff;
  --soft:#f7fbff;
  --text:#061b42;
  --muted:#60708f;
  --line:#dce8f5;
  --pink:#ff1654;
  --white:#fff;
  --shadow:0 12px 35px rgba(17,70,120,.12);
  --radius:16px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:Inter,ui-sans-serif,system-ui,sans-serif;color:var(--text);background:#fff;line-height:1.45}
a{color:inherit;text-decoration:none}
button,input{font:inherit}
img{display:block;max-width:100%}
.container{width:min(1310px,calc(100% - 40px));margin-inline:auto}

/* Header */
.topbar{height:72px;background:#fff;display:flex;align-items:center;border-bottom:1px solid #eef3f7}
.topbar-grid{display:grid;grid-template-columns:320px 1fr auto;align-items:center;gap:30px;width:100%}
.brand img{width:300px;height:70px;object-fit:cover;object-position:left center}
.search{position:relative;max-width:495px;width:100%;justify-self:center}
.search input{width:100%;border:none;background:#f2f6fa;border-radius:14px;padding:16px 54px 16px 20px;color:#34425f;outline:none}
.search svg{position:absolute;right:18px;top:50%;transform:translateY(-50%);width:22px;height:22px;stroke:#0c2247}
.header-actions{display:flex;align-items:center;gap:25px;white-space:nowrap}
.call-block{display:grid;grid-template-columns:35px auto;column-gap:8px;align-items:center}
.call-block svg{grid-row:1/4;width:35px;height:35px;stroke:#006cff;fill:none;stroke-width:2}
.call-kicker{font-size:12px;color:#5b6980}
.call-number{font-size:20px;font-weight:800;color:#04183d;line-height:1.1}
.call-hours{font-size:11px;color:#69758b}
.icon-action{display:flex;flex-direction:column;align-items:center;font-size:11px;gap:3px;min-width:48px}
.icon-action svg{width:27px;height:27px;stroke:#0b1730;fill:none;stroke-width:1.7}

.mainnav{height:46px;background:linear-gradient(90deg,#082553 0%,#003f7e 100%);color:#fff}
.navinner{height:100%;display:flex;align-items:center;gap:38px}
.navitem{font-size:14px;display:flex;align-items:center;gap:6px;opacity:.98}
.navitem:hover{opacity:.8}
.spacer{flex:1}
.offer{align-self:stretch;background:var(--pink);display:flex;align-items:center;padding:0 24px;font-weight:700;border-radius:10px 10px 0 0;gap:9px}
.offer svg{width:18px;fill:#fff}

/* Hero */
.hero{background:linear-gradient(90deg,#f7fbff 0%,#eef9ff 50%,#e9f6ff 100%);overflow:hidden}
.hero-main{min-height:300px;display:grid;grid-template-columns:48% 52%;position:relative}
.hero-copy{padding:20px 0 12px 18px;z-index:2}
.eyebrow{font-size:12px;letter-spacing:5px;font-weight:700;color:#0662d9;margin-bottom:6px}
h1{font-size:62px;line-height:.98;letter-spacing:-2.7px;margin:0 0 12px;font-weight:900;color:#071947}
h1 .blue{color:#0a63ed}
.hero-copy p{font-size:18px;max-width:560px;color:#2e4264;margin:0 0 18px}
.ctas{display:flex;gap:14px;align-items:center;margin-bottom:26px}
.btn{display:inline-flex;justify-content:center;align-items:center;gap:9px;min-height:48px;padding:0 34px;border-radius:13px;font-weight:700;border:1.5px solid transparent;cursor:pointer;transition:.2s transform,.2s box-shadow}
.btn:hover{transform:translateY(-1px);box-shadow:0 8px 18px rgba(0,92,211,.14)}
.btn-primary{background:linear-gradient(90deg,#0066f0,#0a9bf2);color:white}
.btn-outline{background:#fff;border-color:#0066f0;color:#075ed7}
.benefits-mini{display:flex;gap:35px;flex-wrap:wrap}
.mini{display:grid;grid-template-columns:32px auto;column-gap:10px;align-items:center}
.mini svg{grid-row:1/3;width:30px;height:30px;stroke:#006cff;fill:none;stroke-width:1.8}
.mini strong{font-size:12px}
.mini span{font-size:11px;color:#65758d}
.hero-visual{min-height:367px;margin-right:0}

.network-strip{border-top:1px solid #edf3f8;border-bottom:1px solid #e6eef6;background:white}
.network-inner{display:grid;grid-template-columns:1.65fr 1fr;align-items:center;gap:20px;min-height:68px}
.network-logos img{height:62px;width:auto;object-fit:cover;object-position:left center}
.network-notes{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.note{display:flex;align-items:center;gap:10px}
.note svg{width:30px;height:30px;stroke:#006cff;fill:none;stroke-width:1.8;flex:0 0 auto}
.note strong{font-size:11px;display:block}
.note span{display:block;color:#68778d;font-size:10px}

/* Deals */
.deals{padding:15px 0 13px;background:linear-gradient(90deg,#f8fcff,#eff8ff)}
.section-head{display:flex;justify-content:space-between;align-items:flex-end;margin-bottom:10px}
.section-head h2{font-size:28px;letter-spacing:-1px;margin:0;line-height:1}
.section-head p{margin:3px 0 0;color:#566884;font-size:14px}
.viewall{font-size:14px;color:#0063e8;font-weight:700}
.cards{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}
.deal-card{display:grid;grid-template-columns:44% 56%;background:#fff;border:1px solid #e2ebf5;border-radius:14px;overflow:hidden;min-height:182px}
.product-img{display:flex;align-items:center;justify-content:center;padding:8px}
.product-img img{width:100%;height:100%;max-height:170px;object-fit:cover;border-radius:6px}
.deal-info{padding:17px 14px 12px 0;display:flex;flex-direction:column}
.deal-info h3{font-size:15px;margin:0 0 2px}
.spec{font-size:12px;color:#53627a;margin-bottom:15px}
.price{font-size:21px;font-weight:900;letter-spacing:-.5px;margin-bottom:3px}
.price small{font-size:13px;font-weight:800}
.network-name{font-size:11px;display:flex;align-items:center;gap:7px;margin-bottom:auto}
.netdot{width:19px;height:19px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;font-size:10px;color:#fff;font-weight:800}
.cardbtn{background:#076af4;color:#fff;border-radius:8px;padding:8px 10px;text-align:center;font-size:11px;margin-top:10px}

.promos{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-top:10px}
.promo{min-height:132px;border-radius:12px;overflow:hidden;position:relative;background-size:cover;background-position:center}
.promo-right{background-image:url('assets/sim_banner.png')}
.promo a{position:absolute;inset:0}

.footer-benefits{display:grid;grid-template-columns:repeat(6,1fr);gap:12px;background:#fff;padding:14px 30px;border-top:1px solid #edf2f7}
.fbenefit{display:grid;grid-template-columns:35px auto;gap:8px;align-items:center}
.fbenefit svg{width:30px;height:30px;stroke:#006cff;fill:none;stroke-width:1.8}
.fbenefit strong{font-size:11px;display:block}
.fbenefit span{font-size:10px;color:#66758b;display:block}

/* Internal pages */
.page-hero{padding:56px 0;background:linear-gradient(135deg,#eef8ff,#f8fbff)}
.page-hero h1{font-size:46px;line-height:1.05;margin-bottom:10px}
.page-hero p{max-width:750px;color:#54657f;font-size:18px}
.content{padding:52px 0}
.content-grid{display:grid;grid-template-columns:1fr 300px;gap:50px}
.prose h2{font-size:28px;margin:32px 0 12px}.prose h2:first-child{margin-top:0}
.prose h3{font-size:20px;margin:24px 0 8px}.prose p,.prose li{color:#40536f}
.prose ul{padding-left:20px}.legal-date{color:#7b8799;font-size:13px}
.sidebox{background:#f6faff;border:1px solid #e0ecf7;border-radius:16px;padding:20px;position:sticky;top:20px;height:max-content}
.sidebox h3{margin-top:0}.sidebox a{display:block;padding:8px 0;color:#0960d7;border-bottom:1px solid #e6edf5}

.contact-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin-top:28px}
.contact-card{border:1px solid #dfe9f3;border-radius:16px;padding:20px;background:white}
.contact-card h3{margin:0 0 7px}.contact-card p{margin:0;color:#596b84}

.site-footer{background:#061b3e;color:white;padding:38px 0 22px}
.footer-grid{display:grid;grid-template-columns:1.4fr repeat(3,1fr);gap:30px}
.footer-grid h4{margin:0 0 12px}.footer-grid a{display:block;color:#cfdbec;font-size:13px;padding:5px 0}
.footer-note{margin-top:24px;border-top:1px solid rgba(255,255,255,.15);padding-top:18px;color:#afbed4;font-size:12px}

.disclaimer{font-size:11px;color:#68778d;margin:10px 0 0}
.mobile-menu-btn{display:none}

@media(max-width:1100px){
  .container{width:min(100% - 24px,1000px)}
  .topbar-grid{grid-template-columns:250px 1fr auto;gap:14px}.brand img{width:235px}.header-actions{gap:12px}.icon-action{display:none}
  .navinner{gap:20px}.hero-main{grid-template-columns:53% 47%}h1{font-size:50px}.hero-copy p{font-size:16px}.hero-visual{background-position:35% top}
  .network-inner{grid-template-columns:1fr}.network-notes{display:none}.cards{grid-template-columns:repeat(2,1fr)}.footer-benefits{grid-template-columns:repeat(3,1fr)}
}
@media(max-width:760px){
  .topbar{height:64px}.topbar-grid{grid-template-columns:1fr auto}.brand img{width:215px;height:62px}.search,.call-block .call-kicker,.call-block .call-hours{display:none}.call-block{grid-template-columns:26px auto}.call-block svg{width:26px}.call-number{font-size:15px}
  .mainnav{height:auto}.navinner{padding:0 0;overflow:auto;gap:0}.navitem{display:none}.offer{display:none}.mobile-menu-btn{display:flex;width:100%;height:46px;align-items:center;justify-content:space-between;font-size:14px}
  .hero-main{grid-template-columns:1fr}.hero-copy{padding:28px 5px 18px}.eyebrow{font-size:9px;letter-spacing:3px}h1{font-size:43px}.hero-copy p{font-size:16px}.ctas{flex-direction:column;align-items:stretch}.btn{width:100%}.benefits-mini{gap:18px}.hero-visual{min-height:305px;background-position:32% top}
  .network-inner{display:block;padding:6px 0}.network-logos img{height:auto;width:100%;object-fit:contain}
  .section-head{align-items:flex-start}.section-head h2{font-size:25px}.section-head p{font-size:13px}.cards{grid-template-columns:1fr}.deal-card{min-height:170px}.promos{grid-template-columns:1fr}.promo{min-height:132px}.footer-benefits{grid-template-columns:repeat(2,1fr);padding:16px 4px}.fbenefit{grid-template-columns:30px auto}
  .footer-grid{grid-template-columns:1fr 1fr}.content-grid{grid-template-columns:1fr}.sidebox{position:static}.page-hero h1{font-size:36px}.contact-grid{grid-template-columns:1fr}
}
@media(max-width:440px){
  .container{width:calc(100% - 20px)}.brand img{width:185px}.call-number{font-size:13px}h1{font-size:37px}.hero-visual{min-height:260px}.cards{gap:9px}.deal-card{grid-template-columns:43% 57%}.promos{display:none}.footer-benefits{grid-template-columns:1fr 1fr}.footer-grid{grid-template-columns:1fr}
}


/* Brand-neutral independence update */
.independent-notice{background:#fff4cf;border-bottom:1px solid #f0d57a;color:#3d3211;font-size:12px;line-height:1.45;padding:9px 0}.independent-notice strong{color:#201800}.independent-notice a{color:#075ed7;font-weight:800;text-decoration:underline}
.brandfree-hero{position:relative;min-height:367px;background:linear-gradient(135deg,#0b67ed 0%,#0b9cf0 44%,#052d66 100%);overflow:hidden;border-bottom-left-radius:36px}.hero-orb{position:absolute;border-radius:50%;background:rgba(255,255,255,.12)}.orb-one{width:270px;height:270px;right:-80px;top:-90px}.orb-two{width:180px;height:180px;left:35px;bottom:-90px}.hero-phone{position:absolute;width:165px;height:300px;border-radius:28px;background:#eef3f8;border:7px solid #18273e;box-shadow:0 25px 50px rgba(0,20,65,.28);padding:11px;transform:rotate(7deg)}.hero-phone .speaker{position:absolute;width:48px;height:5px;border-radius:10px;background:#172237;left:50%;top:11px;transform:translateX(-50%)}.hero-phone .camera-dot{position:absolute;width:7px;height:7px;border-radius:50%;background:#172237;left:40px;top:10px}.hero-phone-back{left:95px;top:42px;transform:rotate(-11deg);opacity:.9}.hero-phone-front{left:225px;top:31px}.screen-gradient{height:100%;border-radius:20px;background:linear-gradient(160deg,#0b2049,#0a70ee 55%,#64d8ff);display:flex;flex-direction:column;align-items:center;justify-content:center;color:#fff;text-align:center}.screen-gradient b{font-size:48px;line-height:1}.screen-gradient small{font-size:11px;margin-top:8px;max-width:90px}.hero-feature{position:absolute;right:24px;background:#fff;color:#09224b;border-radius:13px;padding:12px 16px;min-width:185px;box-shadow:0 12px 28px rgba(1,36,82,.22)}.hero-feature b{font-size:13px;display:block}.hero-feature span{font-size:10px;color:#66758b}.hf-one{top:52px}.hf-two{top:137px}.hf-three{top:222px}
.brandfree-strip{display:block;min-height:auto;padding:11px 0}.independent-points{display:grid;grid-template-columns:repeat(4,1fr);gap:10px}.ind-point{display:flex;align-items:center;gap:12px;border-right:1px solid #e4edf6;padding:7px 16px}.ind-point:last-child{border-right:0}.ind-point>span{width:34px;height:34px;border-radius:50%;display:grid;place-items:center;background:#eaf4ff;color:#075ed7;font-size:11px;font-weight:900}.ind-point strong{display:block;font-size:12px}.ind-point small{display:block;color:#697a92;font-size:10px;margin-top:2px}
.product-img{background:linear-gradient(145deg,#f8fbfe,#eef5fb)}.phone-art{width:84px;height:142px;border:5px solid #14223a;border-radius:17px;position:relative;box-shadow:0 12px 20px rgba(10,31,64,.18);overflow:hidden}.phone-art:before{content:"";position:absolute;inset:5px;border-radius:11px;background:linear-gradient(160deg,#11223e,#0b6de8 56%,#65d4ff)}.phone-art:after{content:"";position:absolute;top:8px;left:50%;width:28px;height:4px;border-radius:6px;background:#0d1728;transform:translateX(-50%)}.phone-art span,.phone-art i,.phone-art em{position:absolute;z-index:2;border-radius:50%;background:#0d1728;border:2px solid rgba(255,255,255,.65)}.phone-art span{width:14px;height:14px;right:11px;top:15px}.phone-art i{width:11px;height:11px;right:29px;top:17px}.phone-art em{width:7px;height:7px;right:12px;top:34px}.phone-silver:before{background:linear-gradient(160deg,#353d49,#d5dce4 55%,#7b88a0)}.phone-green:before{background:linear-gradient(160deg,#102520,#1c8f73 55%,#99e5ca)}.phone-dark:before{background:linear-gradient(160deg,#05090f,#273650 55%,#0e8eb4)}.generic-dot{width:23px;height:23px;border-radius:50%;display:inline-grid;place-items:center;background:#075ed7;color:#fff;font-size:8px;font-weight:900}.pricing-warning{font-size:11px;line-height:1.5;color:#566884;background:#f8fbff;border:1px solid #dfeaf5;border-radius:10px;padding:10px 12px;margin:12px 0}.pricing-warning strong{color:#17345d}.brandfree-promos{grid-template-columns:1fr 1fr}.generic-promo{min-height:132px;background:linear-gradient(120deg,#081530,#1e2f5c 55%,#0567d8);color:white;padding:24px 30px;display:flex;justify-content:space-between;align-items:center}.generic-promo span{font-size:10px;letter-spacing:2px;color:#8bc9ff;font-weight:800}.generic-promo h3{font-size:23px;max-width:330px;line-height:1.08;margin:5px 0 13px}.promo-btn{display:inline-block;background:#fff;color:#092558;border-radius:8px;font-size:11px;font-weight:800;padding:9px 14px}.mini-phone-stack{width:190px;height:100px;position:relative}.mini-phone-stack b{position:absolute;width:53px;height:96px;border:4px solid #dce6f2;border-radius:13px;background:linear-gradient(160deg,#152641,#1b81e6);box-shadow:0 10px 20px rgba(0,0,0,.25)}.mini-phone-stack b:nth-child(1){left:13px;top:7px;transform:rotate(-9deg)}.mini-phone-stack b:nth-child(2){left:68px;top:0}.mini-phone-stack b:nth-child(3){left:121px;top:7px;transform:rotate(9deg)}.footer-copy{color:#c9d6e9;font-size:13px;max-width:390px}.footer-phone{font-weight:800}.footer-note a{color:#fff;text-decoration:underline}.strong-disclaimer{background:#fff5d6;border:1px solid #efd57f;border-left:5px solid #d79d00;border-radius:14px;padding:18px 20px;margin-bottom:28px}.strong-disclaimer h2{margin:0 0 10px}.strong-disclaimer p{color:#332a10}.disclaimer-page{max-width:920px}
@media(max-width:1100px){.hero-phone-back{left:35px}.hero-phone-front{left:145px}.hero-feature{right:12px;min-width:165px}.independent-points{grid-template-columns:repeat(2,1fr)}.ind-point:nth-child(2){border-right:0}}
@media(max-width:760px){.brandfree-hero{min-height:330px;border-radius:0}.hero-phone-back{left:11%;top:48px;width:135px;height:245px}.hero-phone-front{left:40%;top:35px;width:145px;height:265px}.hero-feature{display:none}.independent-points{grid-template-columns:1fr 1fr}.ind-point{border-right:0;border-bottom:1px solid #e4edf6;padding:9px}.generic-promo{min-height:145px}.mini-phone-stack{display:none}}
@media(max-width:440px){.independent-points{grid-template-columns:1fr}.brandfree-promos{display:none}.hero-phone-back{left:6%}.hero-phone-front{left:43%}.independent-notice{font-size:11px}}
