.cta-strip{display:flex; padding:.5rem 0; background-color:var(--secondary_bg); color:var(--color_over_secondary_bg); text-align:center; z-index:1; font-size:1rem; line-height:1; width:100%;}.cta-strip a{text-decoration:underline; color:inherit; margin:auto 0;}.cta-strip a:hover{color:var(--highlight_color);}.cta-strip .btn{text-decoration:none; line-height:normal;}.cta-strip .arr{fill:var(--color_over_secondary_bg); width:10px;}.cta-strip .title{flex:0; white-space:nowrap; margin:auto 0;}.cta-strip .title.b::after{content:' '; white-space:pre; vertical-align:middle;}.cta-strip .title.a::before{content:' '; white-space:pre; vertical-align:middle;}.cta-strip.-article a{color:var(--color_white);}.cta-strip.-sticky_footer{padding:0; background-color:transparent; color:var(--default_color);}.cta-strip.-sticky_footer .title{display:flex; align-items:center; font-weight:400; flex:1;}.cta-strip.-sticky_footer a{color:var(--primary_color); text-decoration:none;}.cta-strip.-sticky_footer a:hover{text-decoration:underline;}.cta-strip.-sticky_footer a.tel{font-weight:700;}@media( max-width:1000px ){.cta-strip{font-size:1rem;}}@media(max-width:600px){.cta-strip{font-size:.875rem; padding:.5rem 0;}.cta-strip .title{flex:1; white-space:normal;}.cta-strip .btn{padding:8px;}.cta-strip .btn .txt{display:none;}.cta-strip .btn .arr{position:relative; top:auto; right:auto; margin:0; width:12px; height:12px;}.cta-strip.-sticky_footer{display:flex; margin-right:30px;}.cta-strip.-sticky_footer .btn{margin:auto 0 auto auto; padding:5px;}}
.hero{margin-bottom:2rem; padding-top:2rem;background:var(--primary_bg); color:var(--color_over_primary_bg); overflow:clip; /* Brief 231A: overflow:clip keeps visual clipping without blocking positioned descendants */}.hero .wrap{display:flex; column-gap:2rem;}.hero h1{font-size:3.25rem; line-height:1; font-weight:700; margin-bottom:3rem;}.hero .text-block{padding-bottom:2rem;}.hero .subtext{font-weight:400; font-size:1.75rem; line-height:1.2; margin-bottom:3rem; width:100%;}.hero .subtext p{margin-bottom:1rem;}.hero .subtext p:last-child{margin-bottom:0;}.hero .btn-cta{padding:1rem 2rem; min-width:300px; font-size:1.25rem;}.hero .unsplash{display:flex;}.hero .unsplash .monkey{width:120px; height:auto; align-self:self-end; margin:auto -2rem 0 0; display:flex; align-items:flex-end; z-index:1;}.hero .unsplash .monkey img{display:block; width:auto; height:auto; max-width:100%; max-height:100%;}.hero .unsplash .oomp{margin:auto 0 0;}.hero .unsplash .img{width:100%; height:100%; position:absolute; bottom:0; right:0;}.hero .unsplash .img img{width:100%; height:100%; object-fit:contain; object-position:right bottom; display:block;}.hero .dual-tone{z-index:0;}.hero .dual-tone::after{content:''; position:absolute; width:100%; height:50%; bottom:0; left:0; background:var(--color_white); z-index:-1;}.hero.h27 .text-block{min-height:400px;}.hero.h780{overflow:clip;}.hero .oomp .rail{align-items:flex-end;}.hero .oomp .o{width:180px;}.hero .oomp .o.is-carrier{}.hero .oomp .o.is-network{width:140px;}.hero .oomp .device{border-radius:1rem 1rem 0 0; border-width:.5rem .5rem 0; padding:1.5rem .5rem 1rem .5rem;}.hero .oomp .device::before{height:1rem;}.hero .oomp .device::after{top:.2rem;}.hero .oomp .device .clogo{height:30px;}.hero .oomp .device .monthly{font-size:2rem;}.hero .oomp .device .networks{font-size:1.5rem;}.hero .oomp .device .networks .lbl{font-size:.875rem;}.hero .oomp .device .data{font-size:1.5rem;}.hero .oomp .device .cta{margin-top:auto;}@media(max-width:1200px){.hero .oomp .o{width:160px;}}@media(max-width:1000px){.hero h1{font-size:2.25rem;}.hero .subtext{font-size:1.5rem;}.hero .unsplash .monkey{width:100px;}.hero .oomp .device .data{font-size:1rem;}}@media(max-width:600px){.hero{padding-top:1rem; margin-bottom:1rem;}.hero h1{margin-bottom:1rem;}.hero .subtext{font-size:1.25rem; margin-bottom:1rem;}.hero .subtext p{margin-bottom:.5rem;}.hero .btn-cta{min-width:0; width:100%; max-width:24rem; padding:1rem;}.hero .unsplash{justify-content:center; width:100%;}.hero .unsplash .monkey{display:none; width:90px; margin-right:-1rem; margin-left:auto;}.hero .unsplash .img{position:relative; bottom:auto; right:auto; display:block; margin:0 auto;}.hero .unsplash .img img{max-height:300px; object-position:center;}.hero .unsplash .oomp{flex:1;}.hero .oomp .device .networks{font-size:1.25rem;}.hero .oomp .o{width:auto; flex:1 1 160px;}}
.sb{display:grid; grid-template-columns:repeat(auto-fit, minmax(0,1fr)); row-gap:1rem; column-gap:1rem;}.sb .item{display:flex; flex-direction:column; text-align:center; padding:1rem .5rem; background-color:var(--color_white); box-shadow:0 3px 10px 0 rgba(142,155,183,0.58); color:var(--default_color); cursor:pointer;}.sb .item::after{content:''; position:absolute; bottom:0; left:0; width:100%; height:0; background:var(--primary_color); transition:var(--default_transition);}.sb .item:hover{color:var(--primary_color);}.sb .item:hover::after{height:4px;}.sb .item .icon{height:48px; aspect-ratio:1/1; fill:var(--default_color); transition:var(--default_transition);}.sb .item:hover .icon{fill:var(--primary_color);}.sb .item .icon.network{width:100%; max-width:100px; fill:unset;}.sb .item .img{display:block; width:auto; height:48px;}.sb .item .img img{width:auto; height:100%}.sb .item .box-link{font-size:1rem; line-height:1; color:inherit;}@media(max-width:1024px){.sb{grid-template-columns:repeat(3, 1fr);}}@media(max-width:767px){.sb{grid-template-columns:repeat(2, 1fr);}.sb .item .icon{height:36px;}.sb .item .box-link{font-size:.75rem; line-height:1;}}
.compare{margin-top:2rem; margin-bottom:2rem; z-index:2; display:flex; width:100%; flex-wrap:wrap;}.compare .wrap{display:flex; flex-wrap:wrap; flex:0 0 100%; align-items:flex-start;}.compare .response{display:flex; flex:1; align-items:flex-start; flex-wrap:wrap;}.compare .results{display:none; z-index:0; margin-bottom:2rem; flex-wrap:wrap; flex:0 0 100%;}.compare .results.active{display:flex;}.compare .results .altered-results{flex:0 0 100%; width:100%; margin-bottom:1rem; display:flex; padding:1rem; border:1px solid var(--color_yellow); background-color:var(--color_lt_yellow); align-items: center; justify-content:center; line-height:1.2;}.compare .results .altered-results .icon{flex:0 0 1.5rem; height:1.5rem; margin-right:.5rem; fill:var(--color_yellow)}.compare .results .load-more{flex:0 0 100%; width:100%;}.compare .results-overview{flex:0 0 100%; margin-bottom:20px; display:none; display:flex; flex-wrap:wrap;}.compare .results-overview .item{background-color:var(--default_bg); padding:8px 16px; font-size:.875rem; line-height:1; margin:0 .5rem .25rem;}.compare .results-overview .item:first-child{margin-left:0;}.compare .results-overview .item:last-child{margin-right:0;}.compare .results-overview .btn-filter{background-color:var(--color_white); padding:.5rem 1.25rem .5rem .5rem; margin:0 .5rem .25rem; font-size:.875rem; line-height:1; box-shadow:var(--box_shadow_1); display:none;}.compare .results-overview .btn-filter:last-child{margin-right:0;}.compare .results-overview .btn-filter.active{display:inline-block;}.compare .results-overview .btn-filter:hover{color:var(--primary_color);}.compare .results-overview .btn-filter:hover .icon{fill:var(--primary_color);}.compare .results-overview .btn-filter .icon{width:.75rem; height:.75rem; margin-left:.25rem; fill:var(--color_md_grey); position:absolute; top:50%; right:.25rem; transform:translateY(-50%);}.compare .noresults{display:none; padding:30px 0; z-index:0; flex:0 0 100%; flex-wrap:wrap; text-align:center; flex-direction:column;}.compare .noresults.active{display:flex;}.compare .loading{display:none; padding:30px 0; z-index:0; flex:0 0 100%; flex-wrap:wrap; text-align:center; flex-direction:column; align-items:center; justify-content:center;}.compare .loading.active{display:flex;}.compare .noresults .icon{fill:var(--primary_color); width:96px; height:96px; margin:0 auto 15px;}.compare .noresults .title{font-size:20px; line-height:24px; font-weight:700;}/* Brief 115A Item 1: server-side plan wrapping for show-more */.compare-plan-wrap{flex:0 0 100%;}.compare-plan-wrap.compare-hidden{display:none;}/* Brief 125A Item 3: compare-hidden now on .ppo directly — no flex-child wrapper width bug */.ppo.compare-hidden{display:none;}.compare .btn-more{font-size:18px; box-shadow:0 25px 64px 0 rgba(90, 106, 138, 0.31); margin:0 auto; display:block; padding:15px 30px;}.compare .compare-disclaimer{font-size:.75rem; line-height:1; margin:15px auto 0; text-align:center; flex:0 0 100%;}.compare-filter.x{width:100%; margin-bottom:2rem; display:flex; flex-direction:row-reverse; column-gap:1rem; text-align:left;}.compare-filter.x .filter-menu{flex-direction:row; flex-wrap:wrap; column-gap:1rem; flex:1;}.compare-filter.x .filter{flex:0 1 180px;}.compare-filter.x .filter#filter-sort{margin-left:auto}.compare-filter.x .filter .lbl{font-size:.75rem; font-weight:700;}@media( max-width:1200px ){.compare-filter.x{margin-bottom:1rem;}}@media(max-width:1000px){.compare .btn-more{padding:10px 15px;}.compare-filter.x{flex-direction:row; align-items:center; flex-wrap:wrap;}.compare-filter.x .filter-menu{display:none; flex-direction:column; row-gap:.5rem;}.compare-filter.x.active .filter-menu{display:flex;}.compare-filter.x .filter-menu{flex:0 0 100%; margin-top:1rem;}.compare-filter.x .filter-menu .filter{width:100%; padding-bottom:.5rem; border-bottom:1px solid var(--color_ln_grey); flex:0;}.compare-filter.x .btn-filter{display:block; flex:1; border:1px solid var(--color_black); margin:0;}.compare-filter.x #filter-sort{flex:1;}.compare-filter.x #filter-sort .lbl{display:none;}.compare-filter.x .filter .chk-wrap{flex:0 0 calc(50% - .5rem);}}@media(max-width:600px){.compare{margin-top:1rem; margin-bottom:1rem;}.compare-filter.x .btn-filter{}}
.gdevice{flex:1 1 calc(33.33% - 1.5rem); max-width:calc(33.33% - 1.5rem); display:flex; flex-direction:column; box-shadow:var(--box_shadow_1); text-align:center; padding-top:.5rem;}.gdevice .dimages{width:100%; height:160px;}.gdevice .dimages .img{width:auto; height:100%; position:absolute; top:0; left:50%; transform:translateX(-50%);}.gdevice .dimages .img.f{z-index:1; margin-left:15px;}.gdevice .dimages .img.b{z-index:0; margin-left:-15px;}.gdevice .dimages .img img{width:90px; height:100%;}.gdevice .dinfo{padding:.5rem; display:flex; flex-direction:column; flex:1;}.gdevice .dname{width:100%; font-size:1.25rem; line-height:1; margin-bottom:.5rem;}.gdevice .dname a{color:var(--default_color); text-decoration:underline;}.gdevice .dname a:hover{color:var(--highlight_color);}.gdevice .dstorage{width:100%; font-size:.75rem; line-height:1; margin-bottom:.5rem;}.gdevice .dprice{flex:1; width:100%; display:flex; flex-direction:column; margin-bottom:.5rem;}.gdevice .dprice .monthly{width:100%; font-size:2rem; line-height:1; font-weight:700;}.gdevice .dprice .monthly .mo{display:inline-block; font-size:1rem;}.gdevice .dprice .term{font-size:.75rem;}.gdevice .dprice .or{text-align:center; z-index:0; font-size:.75rem;}.gdevice .dprice .or::before{content:''; width:100%; height:1px; background-color:var(--color_ln_grey); position:absolute; top:50%; left:0; z-index:-2}.gdevice .dprice .or::after{content:''; background-color:var(--color_white); width:2rem; height:100%; position:absolute; top:50%; left:50%; transform:translate(-50%, -50%); z-index:-1;}.gdevice .dprice .purchase{width:100%; font-size:1.25rem; line-height:1; margin:auto 0 0 0; display:flex; flex-wrap:wrap; column-gap:1rem; font-weight:700; justify-content:center;}.gdevice .dprice .purchase .msrp{}.gdevice .dprice .purchase .full{color:var(--primary_color);}.gdevice .cta{text-align:center; margin:auto 0 0; width:100%; align-items:center; flex-wrap:wrap;}.gdevice .cta .btn{display:block; margin:0 0 .5rem; padding:.5rem 2rem; font-size:.875rem;}.gdevice .rlogo{display:block; height:2rem;}.gdevice .rlogo img{width:auto; height:100%;}.gdevice .compat{font-size:.75rem;}.gdevice .callout{font-size:.75rem; line-height:1; display:block; text-align:center; padding:.5rem 0; flex:0; width:100%; align-self:flex-end;}.gdevice .callout::before,.gdevice .callout::after{content:' '; white-space:pre;}.gdevice .callout.active{ background-color:var(--default_bg);}@media( max-width:1200px ){}@media(max-width:1000px){.gdevice{flex:0 0 calc(50% - .5rem); max-width:calc(50% - .5rem); padding:.75rem;}.gdevice .cta .btn{padding:.5rem 1.5rem .5rem .5rem;}}@media(max-width:600px){.gdevice{padding:.5rem;}.gdevice .dimages{height:140px}.gdevice .dimages .img img{width:70px;}.gdevice .cta .btn{font-size:.75rem;}}
.compare-filter{flex-direction:column; flex:0 0 15rem; margin-right:2rem;}.compare-filter .filter{}.compare-filter .btn-filter{border:2px solid var(--color_ln_grey); padding:.25rem 1rem; background-color:var(--color_white); color:var(--default_color); font-weight:700; margin:0 auto; display:none;}.compare-filter .btn-filter:hover,.compare-filter .btn-filter.active{border-color:var(--primary_color); color:var(--primary_color);}.compare-filter .btn-filter.active .icon.filter-icon{display:none;}.compare-filter .btn-filter.active .icon.close-icon{display:inline-block;}.compare-filter .btn-filter .icon{display:none; fill:var(--primary_color); width:1rem; height:1rem; vertical-align:middle; margin-right:.25rem;}.compare-filter .btn-filter .icon.filter-icon{display:inline-block;}.compare-filter .btn-filter .icon.close-icon{display:none;}.compare-filter .filter-menu{display:flex; flex-wrap:wrap;}.compare-filter .filter{width:100%; border:solid var(--color_ln_grey); border-width:0 0 1px;}.compare-filter .filter .btn-accordion{display:flex; width:100%; font-weight:700; line-height:1.2; align-items:center; cursor:pointer; color:var(--default_color); padding:.5rem 0;}.compare-filter .filter .btn-accordion .sym{width:1.25rem; height:1.25rem; display:inline-block; margin-right:.5rem; fill:var(--primary_color);}.compare-filter .filter .set{display:flex; flex:0 0 100%; flex-wrap:wrap; max-height:185px; overflow-y:auto; padding-bottom:.5rem;}.compare-filter .filter .chk-wrap{display:flex; width:100%; flex:0 0 100%; min-height:20px; align-items:center; margin-bottom:4px;}.compare-filter .filter .chk-wrap:last-child{margin-bottom:0;}.compare-filter .filter .chk-wrap.disabled{display:none;}.compare-filter .filter .chk-wrap .chk{display:block; width:20px; height:20px; background-color:var(--color_white); border:2px solid var(--color_ln_grey); cursor:pointer; border-radius:3px; transition:var(--default_transition);}.compare-filter .filter .chk-wrap .chk input{display:none;}.compare-filter .filter .chk-wrap .chk .icon{position:absolute; top:0; left:0; padding:2px; width:100%; height:100%; fill:var(--color_white); opacity:0; visibility:hidden; transition:var(--default_transition); background-color:var(--primary_color);}.compare-filter .filter .chk-wrap .chk.checked{border-color:var(--primary_color);}.compare-filter .filter .chk-wrap .chk.checked .icon{opacity:1; visibility:visible;}.compare-filter .filter .chk-wrap .chk.disabled{}.compare-filter .filter .chk-wrap .chk-lbl{cursor:pointer; flex:1; display:flex; transition:var(--default_transition); padding-left:8px; font-size:14px; line-height:14px;}.compare-filter .filter .chk-wrap .chk-lbl:hover{color:var(--primary_color);}.compare-filter .filter .chk-wrap .chk-lbl.disabled{text-decoration:line-through; opacity:.5; cursor:not-allowed; pointer-events: none;}.compare-filter .filter .chk-wrap .chk-lbl.disabled:hover{}.compare-filter .filter .chk-wrap .chk-lbl.disabled .cnt{opacity:0;}.compare-filter .filter .chk-wrap .chk-lbl.error{color:var(--color_red);}.compare-filter .filter .chk-wrap .cnt{color:var(--color_md_grey); font-size:12px; margin:auto 0 auto auto;}.compare-filter .filter .rad-wrap{display:flex; width:100%; flex:0 0 100%; min-height:20px; align-items:center; margin-bottom:4px;}.compare-filter .filter .rad-wrap:last-child{margin-bottom:0;}.compare-filter .filter .rad-wrap .rad{width:20px; height:20px; background-color:var(--color_white); border:2px solid var(--color_ln_grey); cursor:pointer; border-radius:3px; transition:var(--default_transition);}.compare-filter .filter .rad-wrap .rad input{display:none;}.compare-filter .filter .rad-wrap .rad .icon{position:absolute; top:0; left:0; padding:2px; width:100%; height:100%; fill:var(--color_white); opacity:0; visibility:hidden; transition:var(--default_transition); background-color:var(--primary_color);}.compare-filter .filter .rad-wrap .rad.checked{border-color:var(--primary_color);}.compare-filter .filter .rad-wrap .rad.checked .icon{opacity:1; visibility:visible;}.compare-filter .filter .rad-wrap .rad-lbl{cursor:pointer; flex:1; display:flex; transition:var(--default_transition); padding-left:8px; font-size:14px; line-height:14px;}.compare-filter .filter .rad-wrap .cnt{color:var(--color_md_grey); font-size:.75rem; margin:auto 0 auto auto; white-space:nowrap; padding-right:15px;}.compare-filter .filter .price{padding-bottom:.5rem;}.compare-filter .filter .price .slider{width:calc(100% - .5rem); height:1.5rem; margin:0 .5rem .5rem 0; z-index:1;}.compare-filter .filter .price .slider .bar{width:100%; height:2px; position:absolute; top:50%; left:50%; transform:translateX(-50%) translateY(-50%); background-color:var(--default_bg);}.compare-filter .filter .price .slider .bar .fill{position:absolute; top:0; left:0; width:100%; height:100%; background-color:var(--color_black);}.compare-filter .filter .price .slider .btn-scrubber{width:.5rem; height:1.5rem; position:absolute; top:50%; transform:translateY(-50%); background-color:var(--color_white); cursor:pointer; border:1px solid var(--color_black); transition:none;}.compare-filter .filter .price .slider .btn-scrubber::before{content:''; width:2px; height:12px; background-color:var(--color_pale_grey); position:absolute; top:50%; left:50%; transform:translateX(-50%) translateY(-50%); transition:var(--default_transition); }.compare-filter .filter .price .slider .btn-scrubber:hover::before{background-color:var(--primary_color);}.compare-filter .filter .price .slider .btn-scrubber.min{left:0;}.compare-filter .filter .price .slider .btn-scrubber.max{left:100%;}.compare-filter .filter .price .inputs{display:flex; width:100%;}.compare-filter .filter .price .inputs .col{flex:0 0 50%;}.compare-filter .filter .price .inputs .col:first-child{padding-right:10px;}.compare-filter .filter .price .inputs .col:last-child{padding-left:10px;}.compare-filter .filter .price .inputs label{display:block; font-size:12px;}.compare-filter .filter .price .inputs .input{border:2px solid var(--default_bg); display:block; width:100%; padding:5px; transition:var(--default_transition);}.compare-filter .filter .price .inputs .input:focus{border-color:var(--primary_color);}@media( max-width:1200px ){.compare-filter{flex:0 0 100%; margin:0 0 1rem;}.compare-filter .filter-menu{display:none;}.compare-filter.active .filter-menu{display:flex;}.compare-filter .filter{flex:0 0 100%; padding-right:0; margin:0 0 1rem 0; border-width:0 0 1px;}.compare-filter .btn-filter{display:block;}}@media( max-width:1000px ){.compare-filter .filter-menu .lbl .icon{width:1rem; height:1rem;}}
.dcats{}.dcats .wrap{display:flex; gap:1rem;}.dcats .box{flex:1; text-align:center; display:flex; flex-direction:column; gap:1rem;}.dcats .box .pic{display:block; width:100%; height:auto; aspect-ratio:1; background-color:var(--default_bg); padding:1rem;}.dcats .box .pic img{width:100%; height:100%; display:block; object-fit:contain; margin:0 auto; aspect-ratio:1;}.dcats .box .title{font-size:1.25rem; line-height:1;}@media(max-width:1000px){}@media(max-width:600px){.dcats .wrap{flex-wrap:wrap;}.dcats .box{flex:0 0 calc(50% - .5rem);}.dcats .box .title{font-size:1rem;}}
.hnc-container{background-color:var(--primary_bg); color:var(--color_over_primary_bg); padding:2rem 0 0; text-align:center;}.hnc-container .dual-tone{z-index:0;}.hnc-container .dual-tone::after{content:''; width:100%; height:50%; background-color:var(--color_white); position:absolute; bottom:0; left:0; z-index:-1;}.hnc-container .wrap{padding:1rem 0;}@media(max-width:1000px){.hnc-container{padding:1rem 0 0;}}@media(max-width:600px){}
.hnc{background-color:var(--color_white); color:var(--default_color); text-align:center; line-height:1.2; font-size:1rem; padding:1rem 0;}.hnc .table{border:solid var(--color_ln_grey); border-width:1px 1px 0 1px;}.hnc .tr{display:flex;}.hnc .tr.bold{font-size:125%;}.hnc .td{flex:1 1 20%; padding:.25rem; border-bottom:1px solid var(--color_ln_grey); background-color:var(--color_white); display:flex; justify-content:center; align-items:center;}.hnc .th{font-weight:700; font-size:150%; line-height:1;}.hnc .td.feat{border:solid var(--primary_color); border-width:0 .25rem; color:var(--primary_color);}.hnc .td.colspan-3{flex:1 1 60%;}.hnc .chk{width:1.25rem; height:1.25rem;}.hnc .tprating{display:flex; column-gap:.25rem; justify-content:center; align-items:center;}.hnc .tprating .tprating-value{font-size:.75rem; color:var(--color_md_grey);}.hnc .tprating .stars{display:inline-flex; width:60%; flex-wrap:nowrap; column-gap:.25rem; justify-content:center;}.hnc .tprating .star{flex-basis:20%; aspect-ratio:1/1; background-color:#dadae5;}.hnc .tprating .star .icon{position:absolute; top:50%; left:50%; transform:translate(-50%, -50%); width:100%; height:100%; fill:var(--color_white); padding:.125rem; z-index:1;}.hnc .tprating .star .fill{position:absolute; top:0; left:0; height:100%; overflow:hidden; z-index:0;}.hnc .tprating-value{display:inline-block;}.hnc .tr:first-child .td.feat::before,.hnc .tr:last-child .td.feat::after{content:''; width:calc(100% + .5rem); height:1rem; border:solid var(--primary_color); background-color:var(--color_white); position:absolute; left:-.25rem;}.hnc .tr:first-child .td.feat::before{ border-width:.25rem .25rem 0 .25rem; border-radius:.5rem .5rem 0 0; bottom:calc(100% - 1px);}.hnc .tr:last-child .td.feat::after{ border-width:0 .25rem .25rem .25rem; border-radius:0 0 .5rem .5rem; top:calc(100% - 1px);}@media(max-width:1000px){.hnc .tprating .stars{column-gap:0;}}@media(max-width:600px){.hnc{font-size:.875rem; padding:0;}.hnc::after{content:''; position:absolute; top:0; right:0; width:100px; height:100%; background:linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%); transition:var(--default_transition); pointer-events:none;}.hnc:hover::after{opacity:0;}.hnc .table{padding:1rem 0; overflow-x:auto;}.hnc .td{flex:0 0 40%;}.hnc .th{font-size:1.25rem;}}
.scbs{background-color:var(--primary_bg); color:var(--color_over_primary_bg); padding:2rem 0 3rem;}.scbs .wrap{display:flex; justify-content:center; align-items:stretch; column-gap:2rem;}/* Panels */.scbs .panel{flex:1 1 380px; border-radius:.5rem; padding:1.5rem; display:flex; flex-direction:column; row-gap:.75rem;}.scbs .panel.mvno{background-color:var(--secondary_bg); color:var(--color_over_secondary_bg);}.scbs .panel.big3{background-color:#20262d; color:var(--color_white);}/* Panel header */.scbs .panel .panel-header{border-bottom:1px solid rgba(255,255,255,.2); padding-bottom:.75rem; margin-bottom:.25rem;}.scbs .panel .panel-lbl{font-size:.75rem; font-weight:700; text-transform:uppercase; letter-spacing:.08em; opacity:.7;}.scbs .panel .panel-title{font-size:1.25rem; font-weight:700; line-height:1;}/* Carrier rows */.scbs .carrier-row{display:flex; align-items:center; column-gap:.75rem; padding:.75rem; border-radius:.375rem; background-color:rgba(255,255,255,.08);}.scbs .carrier-row .logo{flex:0 0 90px;}.scbs .carrier-row .logo img{height:32px; width:auto; max-width:90px; display:block;}.scbs .carrier-row .info{display:flex; flex-direction:column; row-gap:.25rem; flex:1;}.scbs .carrier-row .rating-row{display:flex; align-items:center; column-gap:.5rem;}.scbs .carrier-row .review-count{font-size:.75rem; opacity:.75;}.scbs .carrier-row .review-count a{color:inherit; text-decoration:underline;}.scbs .carrier-row .badge{display:inline-block; font-size:.625rem; font-weight:700; text-transform:uppercase; letter-spacing:.05em; padding:.125rem .375rem; border-radius:.25rem; line-height:1.4;}.scbs .carrier-row .badge.excellent{background-color:var(--color_green); color:var(--color_white);}.scbs .carrier-row .badge.bad{background-color:var(--color_red); color:var(--color_white);}/* Star rows (reuse existing .stars/.star/.fill/.icon pattern) */.scbs .stars{display:flex; column-gap:.2rem; align-items:center;}.scbs .star{width:1.25rem; height:1.25rem; background-color:rgba(255,255,255,.2);}.scbs .star .icon{position:absolute; top:50%; left:50%; transform:translate(-50%,-50%); width:100%; height:100%; fill:var(--color_white); padding:.125rem; z-index:1;}.scbs .star .fill{position:absolute; top:0; left:0; height:100%; overflow:hidden; z-index:0;}.scbs .star .fill.bg-green{background-color:var(--color_green);}.scbs .star .fill.bg-red{background-color:var(--color_red);}.scbs .rating-val{font-size:.875rem; font-weight:700; white-space:nowrap;}/* Panel footer */.scbs .panel .panel-footer{margin-top:auto; padding-top:.75rem; border-top:1px solid rgba(255,255,255,.2);}.scbs .panel .price{font-size:2.5rem; font-weight:700; line-height:1;}.scbs .panel .price .per{font-size:.875rem; font-weight:400; display:block; margin-top:.25rem; opacity:.75;}.scbs .panel.mvno .cta{margin-top:.75rem;}.scbs .panel.mvno .cta a{background-color:var(--color_white); color:var(--secondary_bg); padding:.75rem 1.5rem; font-weight:700; display:inline-block; border-radius:.25rem; text-decoration:none;}.scbs .panel.mvno .cta a:hover{background-color:var(--color_lt_purple);}/* Separator */.scbs .sep{display:flex; flex-direction:column; align-items:center; justify-content:center; row-gap:.75rem; flex:0 0 auto; padding:0 1rem;}.scbs .sep .vs-txt{font-size:2.5rem; font-weight:700; color:var(--color_over_primary_bg); line-height:1;}.scbs .sep .monkey{width:200px;}.scbs .sep .monkey img{width:100%; height:auto; display:block;}/* Sources */.scbs .sources{font-size:.75rem; text-align:center; margin-top:1.5rem; opacity:.7; line-height:1.4;}.scbs .sources a{color:inherit; text-decoration:underline;}/* Breakpoints */@media(max-width:1200px){.scbs .sep .monkey{width:160px;}.scbs .panel{flex-basis:320px;}}@media(max-width:1000px){.scbs .sep .monkey{width:120px;}.scbs .panel{flex-basis:260px;}.scbs .panel .price{font-size:2rem;}.scbs .sep .vs-txt{font-size:2rem;}}@media(max-width:600px){.scbs{padding:1.5rem 0 2rem;}.scbs .wrap{flex-direction:column; align-items:center; row-gap:1rem;}.scbs .panel{flex-basis:auto; width:100%; max-width:400px;}.scbs .sep{flex-direction:row; justify-content:center; column-gap:1rem;}.scbs .sep .monkey{width:80px;}.scbs .sep .vs-txt{font-size:1.75rem;}}
.swtt{background-color:var(--secondary_bg); color:var(--color_over_secondary_bg); padding:2rem 0;}.swtt .wrap{display:flex; gap:1rem;}.swtt .box{flex:1; text-align:center; display:flex; flex-direction:column; gap:1rem;}.swtt .box .pic{display:block; width:100%; height:auto; aspect-ratio:1;}.swtt .box .pic img{width:100%; height:100%; object-fit:cover; display:block;}.swtt .box .title{font-size:1.25rem; line-height:1;}@media(max-width:1000px){}@media(max-width:600px){.swtt .wrap{flex-wrap:wrap;}.swtt .box{flex:0 0 calc(50% - .5rem);}.swtt .box .title{font-size:1rem;}}
.allpc{text-align:center;}.allpc .wrap{display:flex; justify-content:space-between; column-gap:1rem;}.allpc .box{display:flex; flex:1; flex-direction:column; text-align:center; color:var(--primary_color); row-gap:.5rem;}.allpc .box .icon{width:100%; height:140px; fill:currentColor; background-color:var(--default_bg); padding:.5rem;}.allpc .box .title{font-size:1.5rem; line-height:1;}@media(max-width:1200px){.allpc{}.allpc .box .icon{height:100px;}.allpc .box .title{font-size:1.5rem;}}@media(max-width:1000px){.allpc{}.allpc .box .icon{height:80px;}.allpc .box .title{font-size:1.25rem;}}@media(max-width:600px){.allpc .wrap{gap:1rem .5rem; flex-wrap:wrap;}.allpc .box{flex:0 0 calc(50% - .25rem);}.allpc .box .title{font-size:1rem;}}
.pwwpp{padding:2rem 0;}.pwwpp .inner{display:flex; align-items:center; column-gap:4rem;}.pwwpp .chart-wrap{flex:1; min-width:0;}.pwwpp .chart-canvas{width:100%; height:220px;}.pwwpp .message{flex:0 1 320px; display:flex; flex-direction:column; row-gap:1rem;}.pwwpp .message .tag{font-size:.875rem; font-weight:700; text-transform:uppercase; letter-spacing:.05em; color:var(--highlight_color);}.pwwpp .message .sub{font-size:1rem; line-height:1.5; color:var(--color_md_grey);}.pwwpp .message .prices{display:flex; column-gap:2rem; align-items:baseline; margin:.5rem 0;}.pwwpp .message .prices .mvno{font-size:2.5rem; font-weight:700; color:var(--primary_color); line-height:1;}.pwwpp .message .prices .mvno .mo{font-size:1rem;}.pwwpp .message .prices .vs{font-size:.875rem; color:var(--color_md_grey);}.pwwpp .message .prices .big3{font-size:1.5rem; font-weight:700; color:var(--color_md_grey); text-decoration:line-through; line-height:1;}.pwwpp .source{font-size:.75rem; color:var(--color_md_grey); margin-top:1rem; text-align:right;}.pwwpp .source a{color:inherit; text-decoration:underline;}@media(max-width:1000px){.pwwpp .inner{column-gap:2rem;}.pwwpp .chart-canvas{height:180px;}}@media(max-width:600px){.pwwpp .inner{flex-direction:column; row-gap:1.5rem;}.pwwpp .message{flex:0 0 auto; width:100%;}.pwwpp .chart-wrap{width:100%;}.pwwpp .chart-canvas{height:160px;}.pwwpp .source{text-align:left;}}
.wtu{text-align:center; background-color:var(--primary_bg); color:var(--color_over_primary_bg); padding:2rem 0;}.wtu .wrap{display:flex; column-gap:2rem; margin-bottom:1rem;}.wtu .box{flex:1; background-color:var(--secondary_bg); color:var(--color_over_secondary_bg); padding:2rem 1rem; display:flex; flex-direction:column; row-gap:.5rem;}.wtu .box .title{font-size:3rem; font-weight:700; line-height:1;}.wtu .box .subtitle{font-size:1.125rem; line-height:1.2;}.wtu .tagline{font-size:2rem; line-height:1.2;}.wtu-method{margin-top:1rem; font-size:.875rem; text-align:left; max-width:600px; margin-left:auto; margin-right:auto;}.wtu-method summary{cursor:pointer; font-weight:normal; text-decoration:none; text-align:center; color:var(--color_over_primary_bg); list-style:none; padding:.5rem 0;} /* Brief 131A: no bold, no underline, centered */.wtu-method summary::-webkit-details-marker{display:none;}.wtu-method-body{padding:.75rem 0; color:var(--color_over_primary_bg); opacity:.8; line-height:1.5;}.wtu-method-body p{margin-bottom:.5rem;}.wtu-method-body strong{opacity:1;}@media(max-width:1000px){.wtu{padding:1rem 0;}.wtu .wrap{column-gap:1rem;}.wtu .box .title{font-size:2.5rem;}.wtu .box .subtitle{font-size:1rem;}}@media(max-width:600px){.wtu .wrap{column-gap:.5rem; flex-wrap:wrap;}.wtu .box{padding:.5rem; flex:1 1 40%; row-gap:0;}.wtu .box .title{font-size:1.5rem;}.wtu .box .subtitle{font-size:.75rem;}.wtu .tagline{font-size:1.25rem;}}
.site-featured{display:flex; column-gap:4rem; justify-content:center; height:2rem;}.site-featured .img{flex:1;}.site-featured .img img{max-width:100%; max-height:100%; width:auto; height:auto; margin:0 auto; opacity:0.7;} /* Brief 116A: opacity makes logos readable without being washed out */@media(max-width:1000px){.site-featured{justify-content:flex-start; column-gap:1rem; overflow-x:auto; padding-bottom:.5rem; align-items:center;}.site-featured .img{flex:0 0 6rem;}}
.geolocation{display:flex; flex-wrap:wrap; background-color:var(--secondary_bg); color:var(--color_over_secondary_bg); text-align:center; justify-content:center;}.geolocation .input-wrap{display:flex; flex-wrap:wrap; margin:0 auto; justify-content:center; align-items:stretch; height:50px;}.geolocation .input{font-size:1rem; line-height:1; font-weight:400; background-color:var(--color_white); border:2px solid var(--color_lt_grey); text-align:center; flex:1; min-width:0; max-width:220px;}.geolocation .input::placeholder{color:var(--color_md_grey);}.geolocation .input:focus{border-color:var(--primary_bg);}.geolocation .input.error{border-color:var(--color_red);}.geolocation .btn-submit{height:100%; aspect-ratio:1/1; padding:.75rem; border-radius:0;}.geolocation .btn-submit .icon{height:100%; aspect-ratio:1/1;}.geolocation .btn-submit.working .icon{opacity:0;}.geolocation .btn-generic{padding:.75rem 1.5rem .75rem .75rem;}.geolocation .before-form{display:flex; align-items:center;}.geolocation .after-form{display:flex; align-items:center;}.geolocation .remarket .chk-wrap{padding-left:2rem; display:flex; min-height:1.5rem; align-items:center;}.geolocation .remarket .chk{display:inline-block; width:1.5rem; height:1.5rem; background-color:var(--color_white); border:2px solid var(--color_ln_grey); cursor:pointer; border-radius:3px; transition:var(--default_transition); vertical-align:middle; position:absolute; top:0; left:0;}.geolocation .remarket .chk input{display:none;}.geolocation .remarket .chk .ico{position:absolute; top:0; left:0; padding:.25rem; width:100%; height:100%; fill:var(--color_white); opacity:0; visibility:hidden; transition:var(--default_transition); background-color:var(--primary_color);}.geolocation .remarket .chk.checked{border-color:var(--primary_color);}.geolocation .remarket .chk.checked .ico{opacity:1; visibility:visible;}.geolocation .remarket .chk-lbl{display:block; font-size:1rem; line-height:1.2; cursor:pointer;}.geolocation .remarket .subscribe{display:none; margin-top:1rem; text-align:left;}.geolocation .remarket .subscribe.active{display:block;}.geolocation .remarket .subscribe .input{display:block; padding:.5rem; width:20rem; font-size:1rem; border:2px solid var(--primary_color); margin-top:1rem;}.geolocation .remarket .subscribe .input.error{border-color:var(--color_red);}.geolocation .remarket .subscribe .error-message{color:var(--color_red); align-items:center; font-size:.75rem; line-height:1; margin-top:.25rem; display:none;}.geolocation .remarket .subscribe .error-message.active{display:flex;}.geolocation .remarket .subscribe .error-message .icon{width:1rem; height:1rem; margin-right:.25rem; fill:var(--color_red);}.geolocation .remarket .subscribe .terms{font-size:.75rem; line-height:1.2; margin-top:.5rem;}.geolocation .remarket .subscribe .terms a{color:inherit; text-decoration:underline;}.geolocation .remarket .subscribe .terms a:hover{color:var(--highlight_color);}/*HERO*/.geolocation.-hero{display:inline-block; padding:2rem 4rem; margin:0;}.geolocation.-hero .title{margin-bottom:1rem; font-size:1.25rem; line-height:1; font-weight:700;}.geolocation.-hero .input-wrap{justify-content:center;}/*PAGE TITLE*/.geolocation.-page_title{background-color:transparent; color:var(--default_color); flex-direction:column; max-width:28rem;}.geolocation.-page_title .form-wrap{padding:15px 45px; width:100%; max-width:max-content; margin:0 auto; background-color:var(--secondary_bg); color:var(--color_over_secondary_bg); margin:0;}.geolocation.-page_title .title{font-size:1.25rem; line-height:1.2; font-weight:700; margin-bottom:10px;}.geolocation.-page_title .input{height:40px;}.geolocation.-page_title .btn-submit{height:40px; padding:.5rem;}.geolocation.-page_title .remarket{margin-top:2rem;}.geolocation.-page_title .remarket .chk-lbl{font-size:.75rem;}/*ADVERTISER PAGE TITLE*/.geolocation.-advertiser_page_title{padding:30px; width:max-content; margin:0 auto; background-color:var(--color_white); color:var(--default_color); box-shadow:var(--box_shadow_1);}.geolocation.-advertiser_page_title .form-wrap{flex:1;}.geolocation.-advertiser_page_title .before-form{margin-right:30px; flex:0;}.geolocation.-advertiser_page_title .before-form img{width:auto; height:100px; display:inline-block;}.geolocation.-advertiser_page_title .title{font-size:20px; line-height:20px; font-weight:700; margin-bottom:15px;}.geolocation.-advertiser_page_title.sharing{height:100%; margin-right:15px;}.geolocation.-advertiser_page_title.sharing .before-form img{width:196px; height:130px;}/*SIDEBAR*/.geolocation.-sidebar{width:100%; padding:0 1rem; flex-direction:column; text-align:center;}.geolocation.-sidebar .title{font-size:1.75rem; line-height:1; margin-bottom:1rem;}.geolocation.-sidebar .input-wrap{height:50px;}.geolocation.-sidebar .after-form{margin-top:1rem; justify-content:center;}/*ARTICLE*/.geolocation.-article{padding:1rem; display:grid; grid-template-areas:'before-form form-wrap' 'after-form form-wrap'; grid-template-columns:repeat(2, auto); grid-template-rows:repeat(2, auto); column-gap:1rem; align-items:center; justify-content:space-between; margin-left:.5rem;}.geolocation.-article .form-wrap{grid-area:form-wrap;}.geolocation.-article .before-form{grid-area:before-form; margin-bottom:1rem; font-size:1.25rem; line-height:1; font-weight:700; padding:.5rem 2rem .5rem 1.5rem; margin-left:-1.5rem; background-color:var(--primary_bg); color:var(--color_over_primary_bg); text-align:left;}.geolocation.-article .after-form{grid-area:after-form;}.geolocation.-article .title{font-size:1.25rem; line-height:1; margin-bottom:1rem;}.geolocation.-article .input-wrap{height:40px;}.geolocation.-article .btn-submit{padding:.5rem;}.geolocation.-article .btn-generic{padding:.5rem 1.5rem .5rem;}/*NEED HELP STRIP*/.geolocation.-need_help_strip{padding:.5rem 0; align-items:center; font-size:1.25rem; line-height:1; row-gap:.5rem;}.geolocation.-need_help_strip .form-wrap{display:flex; row-gap:.5rem; align-items:center; justify-content:center; width:min-content;}.geolocation.-need_help_strip .input-wrap{flex:0; margin:0; height:40px;}.geolocation.-need_help_strip .title{margin:0 1rem 0 0; flex:0; white-space:nowrap; font-weight:700; font-size:1.5rem;}.geolocation.-need_help_strip .input{width:180px; font-size:1rem;}.geolocation.-need_help_strip .btn-submit{padding:.5rem;}.geolocation.-need_help_strip .btn-generic{padding:.5rem 1.5rem .5rem .5rem;}/*SECTION*/.geolocation.-section{background-color:transparent; color:var(--default_color); flex-direction:column; max-width:36rem; margin:0 auto; }.geolocation.-section .form-wrap{padding:2rem; width:100%; margin:0 auto; background-color:var(--secondary_bg); color:var(--color_over_secondary_bg);}.geolocation.-section .title{font-size:2rem; line-height:1; margin-bottom:1rem;}.geolocation.-section .input{height:50px;}.geolocation.-section .btn-submit{height:50px; padding:.5rem;}/*STICKY FOOTER*/.geolocation.-sticky_footer{background:none; flex-wrap:nowrap; padding:1rem 0; color:var(--default_color);}.geolocation.-sticky_footer .form-wrap{display:flex; align-items:center; justify-content:center; width:auto}.geolocation.-sticky_footer .input-wrap{flex:0; height:40px;}.geolocation.-sticky_footer .input{max-width:180px;}.geolocation.-sticky_footer .title{font-weight:700; margin:0 2rem 0 0; flex:0;}.geolocation.-sticky_footer .before-form{margin-right:1rem;}.geolocation.-sticky_footer .favicon{width:40px; height:35px; vertical-align:middle; fill:var(--primary_color);}@media(max-width:1200px){}@media(max-width:1000px){.geolocation.-advertiser_page_title.sharing .after-title{font-size:18px; line-height:18px;}.geolocation.-need_help_strip .title{text-align:center; font-size:1.25rem; margin-right:1rem;}.geolocation.-need_help_strip .form-wrap{flex-wrap:wrap; width:100%;}.geolocation.-need_help_strip .input-wrap{height:30px;}.geolocation.-need_help_strip .btn-submit{padding:.25rem;}.geolocation.-need_help_strip .btn-generic{padding:.25rem 1.5rem .25rem .5rem; font-size:1rem;}}@media(max-width:600px){.geolocation.-article{display:flex; margin-left:0; padding:1rem;}.geolocation.-article .before-form{display:none;}.geolocation.-article .after-form{display:none;}.geolocation.-article .form-wrap{display:flex; flex-wrap:wrap; gap:1rem 2rem; align-items:center; justify-content:center; width:100%;}.geolocation.-article .title{margin:0; font-size:1rem;}.geolocation.-article .input-wrap{margin:0;}.geolocation.-article .input{max-width:150px;}.geolocation.-page_title{padding:15px; max-width:none;}.geolocation.-page_title .title{font-size:1rem; line-height:1;}.geolocation.-page_title .form-wrap{margin:0 auto;}.geolocation.-advertiser_page_title{padding:15px;}.geolocation.-advertiser_page_title .title{font-size:1rem; line-height:1;}.geolocation.-advertiser_page_title .before-form{display:none;}.geolocation.-advertiser_page_title .after-title{font-size:1.25rem; line-height:1.2;}.geolocation.-sticky_footer .title{font-size:.875rem; margin:0 0 .25rem;}.geolocation.-sticky_footer .form-wrap{flex-wrap:wrap;}.geolocation.-sticky_footer .input-wrap{flex:0 0 100%; height:30px;}.geolocation.-sticky_footer .before-form{display:none;}.geolocation.-sticky_footer .btn-submit{padding:.25rem;}.geolocation.-sticky_footer .btn-generic{padding:.25rem 1.5rem .25rem .5rem;}.geolocation.-hero{padding:2rem; width:100%; max-width:600px;}.geolocation.-need_help_strip .title{font-size:1rem;}.geolocation.-section .form-wrap{padding:1rem;}.geolocation.-section .title{font-size:1.5rem;}}
/* Brief 203B: corner toast replaces full-width sticky footer */.sticky-footer{display:none; /* hidden by default — JS shows after scroll */position:fixed;bottom:1.5rem;left:1.5rem;width:320px;z-index:9900;border-radius:8px;box-shadow:0 4px 20px rgba(0,0,0,0.15);background:#fff;overflow:hidden;opacity:0;transition:opacity .3s ease;}.sticky-footer.on{display:block;}.sticky-footer.on.active{opacity:1;}.sticky-footer .container{width:100%; padding:10px 36px 10px 10px;}.sticky-footer .btn-close{display:block; width:1.5rem; height:1.5rem; cursor:pointer; z-index:2; position:absolute; top:6px; right:6px; background-color:#fff; border-radius:50%; box-shadow:0 0 4px rgba(0,0,0,.1);}.sticky-footer .btn-close:hover .icon{fill:var(--highlight_color);}.sticky-footer .btn-close .icon{fill:var(--default_color); width:100%; height:100%; padding:.25rem;}/* Desktop only — hidden on mobile */@media(max-width:1000px){.sticky-footer{display:none !important;}}
/* ── Mega Menu Base — desktop only (Brief 230A: wrapped in min-width guard to prevent override of mobile rules) ─── */header { position: relative; } /* Required at all widths */@media(min-width:1001px){header nav { height: 100%; display: flex; }header .menu { list-style: none; display: flex; padding: 0; margin: 0; width: 100%; height: 100%; }/* ── Top-level items ── */header .menu-item { position: static; }header .menu-link {height: 100%; padding: 0 1.25rem;border: solid transparent; border-width: .25rem 0;display: inline-flex; align-items: center; gap: .375rem;font-size: .9375rem; font-weight: 400; white-space: nowrap;background: none; cursor: pointer;}header .menu-link .caret { width: .75rem; height: .75rem; fill: var(--color_pale_grey); transition: transform .2s ease-in-out; }header .menu-item.active .menu-link { border-bottom-color: var(--primary_color); }header .menu-item.active .menu-link .caret { fill: var(--primary_color); transform: rotate(180deg); }/* ── Mega Panel ── */header .mega-panel {position: absolute; top: 100%; left: 0; right: 0;background: #fff;box-shadow: 0 4px 20px rgba(0,0,0,.12);border-top: 2px solid var(--primary_color);border-radius: 0 0 12px 12px;display: none;z-index: 200;}header .menu-item.active .mega-panel { display: flex; }/* ── Tab rail (left column) ── */header .mega-tabs {list-style: none; padding: 1.25rem .75rem;margin: 0; flex: 0 0 200px;background: #f8f5ff;border-right: 1px solid var(--color_ln_grey);border-radius: 0 0 0 12px;}header .mega-tab {padding: .625rem .875rem;border-radius: 6px;font-size: .875rem; font-weight: 400; color: var(--color_md_grey);cursor: pointer; line-height: 1.3;transition: background .15s, color .15s;margin-bottom: .25rem;position: relative;}header .mega-tab::before {content: '';display: block; position: absolute;left: 0; top: 50%; transform: translateY(-50%);width: 3px; height: 0; background: var(--primary_color);border-radius: 3px;transition: height .15s;}header .mega-tab:hover { background: #ede8fb; color: var(--primary_color); }header .mega-tab.active {background: #ede8fb; color: var(--primary_color); font-weight: 700;}header .mega-tab.active::before { height: 60%; }/* ── Content area (right) ── */header .mega-content { flex: 1; padding: 1.25rem 1.5rem 0; position: relative; }header .mega-pane { display: none; }header .mega-pane.active { display: block; }header .mega-links {list-style: none; padding: 0; margin: 0;display: grid; grid-template-columns: 1fr 1fr; gap: .25rem 2rem;}header .mega-links li a {display: block; padding: .4375rem 0;font-size: .875rem; color: var(--default_color);border-bottom: 1px solid transparent;transition: color .15s, border-color .15s;}header .mega-links li a:hover { color: var(--primary_color); border-bottom-color: var(--color_lt_purple); }/* ── Explore more footer inside panel ── */header .mega-explore {margin-top: 1rem; padding: .75rem 0;border-top: 1px solid var(--color_ln_grey);}header .mega-explore a {font-size: .8125rem; font-weight: 700; color: var(--primary_color);display: inline-flex; align-items: center; gap: .375rem;}header .mega-explore a:hover { color: var(--tertiary_color); }header .mega-explore a::after { content: '→'; }/* ── Simple dropdown (About) ── */header .menu-item.has-simple-dropdown { position: relative; }header .simple-dropdown {position: absolute; top: 100%; right: 0; left: auto;background: #fff; list-style: none; padding: .75rem;margin: 0; min-width: 180px;box-shadow: 0 4px 20px rgba(0,0,0,.12);border-top: 2px solid var(--primary_color);border-radius: 0 0 8px 8px;display: none; z-index: 200;}header .menu-item.active .simple-dropdown { display: block; }header .simple-dropdown li a {display: block; padding: .4375rem .75rem;font-size: .875rem; color: var(--default_color);border-radius: 4px;transition: background .15s, color .15s;}header .simple-dropdown li a:hover { background: #f8f5ff; color: var(--primary_color); }} /* end @media(min-width:1001px) *//* ── Close button + mobile overlay (all widths) ── */header nav .btn-close-menu {width: 1.5rem; height: 1.5rem; position: absolute;top: .75rem; right: 1rem; opacity: 0; visibility: hidden;z-index: 2; transform: rotate(90deg); display: none;}header nav .btn-close-menu .icon { display: block; width: 100%; height: 100%; fill: var(--color_black); }header nav .btn-close-menu:hover .icon { fill: var(--highlight_color); }body.menu-open { overflow-y: hidden; }body.menu-open header nav { opacity: 1; visibility: visible; }body.menu-open header nav .btn-close-menu { opacity: 1; visibility: visible; transform: rotate(0); }/* ── Mobile CSS moved to css/styles.css (Brief 226A) ── */
