.page-title{width:100%; background:linear-gradient(180deg, var(--color_white) 40%, var(--default_bg) ); padding:1.5rem 0;}.page-title .container{display:flex; flex-direction:column; row-gap:1rem;}.page-title h1{font-size:225%;}.page-title .subtext{font-size:100%; line-height:1.2;}.page-title .subtext p{margin-bottom:1rem;}.page-title .subtext p:last-child{margin-bottom:0;}.page-title .subtext strong{font-size:125%;}@media(max-width:1000px){.page-title h1{font-size:175%;}}@media(max-width:600px){.page-title{padding:1rem 0;}}
.lf{display:grid; grid-template-areas:'title title' 'subtitle subtitle' 'frm monkey'; grid-template-columns:1fr auto; grid-template-rows:auto auto 1fr; row-gap:1rem;}.lf .title{grid-area:title;}.lf .subtitle{grid-area:subtitle;}.lf .frm-title{grid-area:frm_title;}.lf .switch-now{grid-area:switch_now;}.lf .frm{grid-area:frm; width:min-content; display:grid; grid-template-areas:'questions' 'submit' 'remarket' 'tagline'; margin:1rem 0; z-index:2; row-gap:2rem;}.lf .frm.email-required{grid-template-areas:'questions' 'remarket' 'submit';}.lf .frm .questions{grid-area:questions;display:flex; flex-direction:column; row-gap:2rem; width:max-content;}.lf .q{display:flex; width:100%; font-size:2.25rem; line-height:1; align-items:center; column-gap:.5rem;}.lf .q .num{width:1em; display:inline-block; text-align:center;}.lf .q .lbl{white-space:nowrap;}.lf .q .select{flex:0 0 auto; width:14rem; cursor:pointer; margin-left:auto; text-align:left; position:relative;}.lf .q .select:hover .selected{border-color:var(--primary_color);}.lf .q .select:hover .selected .val{color:var(--primary_color);}.lf .q .select:hover .selected .arr{fill:var(--primary_color);}.lf .q .select.active .options{opacity:1; visibility:visible;}.lf .q .select .selected{width:100%; border-bottom:.25rem solid; padding:.25rem; transition:var(--default_transition);}.lf .q .select .selected .val{transition:var(--default_transition); pointer-events:none; opacity:0; font-weight:700;}.lf .q .select .selected .val::after{content:' '; white-space:pre;}.lf .q .select .selected .val.active{opacity:1;}.lf .q .select .selected .arr{width:1.5rem; height:1.5rem; fill:var(--highlight_color); pointer-events:none; position:absolute; top:50%; right:0; transform:translateY(-50%); transition:var(--default_transition);}.lf .q .select .options{width:100%; min-width:8rem; max-height:300px; overflow-y:auto; opacity:0; visibility:hidden; background-color:var(--color_white); box-shadow:var(--box_shadow_1); position:absolute; top:100%; right:0; z-index:1; font-size:1rem; list-style:none; padding:0;}.lf .q .select .options .opt{color:var(--default_color); font-size:1rem; line-height:1; padding:.5rem; cursor:pointer; border-bottom:1px solid var(--color_ln_grey); transition:var(--default_transition);}.lf .q .select .options .opt:last-child{border-bottom:0;}.lf .q .select .options .opt:hover{color:var(--highlight_color);}.lf .q .select.error .selected{border-color:var(--color_red);}.lf .q .select.error .selected .val{color:var(--color_red);}.lf .q .select.error .selected .arr{fill:var(--color_red);}.lf .submit{grid-area:submit; text-align:center; width:100%; max-width:32rem;}.lf .btn{display:block; font-size:1.5rem; padding:1rem; display:block; width:100%;}.lf .remarket .terms{margin-top:.5rem;}.lf .error-message{display:none; font-size:.75rem; padding:.5rem; border:2px solid; color:var(--color_red); background-color:var(--color_white); margin-top:.5rem; line-height:1;}.lf .error-message.active{display:block;}.lf .chk-wrap{padding-left:2rem; display:flex; min-height:1.5rem; align-items:center;}.lf .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;}.lf .chk input{display:none;}.lf .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);}.lf .chk.checked{border-color:var(--primary_color);}.lf .chk.checked .ico{opacity:1; visibility:visible;}.lf .chk-lbl{display:block; font-size:1rem; line-height:1; cursor:pointer;}.lf .remarket{grid-area:remarket;}.lf .subscribe{display:none; flex-direction:column; row-gap:.5rem;}.lf .subscribe.active{display:flex;}.lf .subscribe .input-wrap{width:100%;}.lf .subscribe .lbl{display:block; margin-bottom:.5rem; font-size:1.5rem; line-height:1;}.lf .subscribe .input{display:block; padding:.5rem; width:100%; font-size:1rem; border:2px solid var(--primary_color);}.lf .subscribe .input.error{border-color:var(--color_red);}.lf .subscribe .error-message{color:var(--color_red); align-items:center; font-size:.75rem; line-height:1; margin-top:.25rem; display:none;}.lf .subscribe .error-message.active{display:flex;}.lf .subscribe .error-message .icon{width:1rem; height:1rem; margin-right:.25rem; fill:var(--color_red);}.lf .terms{width:100%; font-size:.75rem; line-height:1.2;}.lf .terms a{color:inherit; text-decoration:underline;}.lf .terms a:hover{color:var(--highlight_color);}.lf .frm .tagline{grid-area:tagline; text-align:center; line-height:1; font-size:1.5rem;}.lf .monkey{grid-area:monkey; align-self:self-end; margin-top:auto; display:flex; align-items:flex-end; z-index:1;}.lf .monkey img{display:block; width:auto; height:auto; max-width:100%; max-height:100%;}.lf.lf4 .q .select{margin-left:0; width:18rem;}.lf.-A{grid-template-areas:'title title' 'subtitle subtitle' 'frm_title monkey' 'frm monkey'; grid-template-columns:min-content auto; grid-template-rows:repeat(3, min-content) 1fr; row-gap:0;}.lf.-A .frm-title{margin-top:2rem;}.lf.-A .frm{width:auto; padding:1.5rem; border:solid; border-width:0 2px 2px 2px; margin:0 1.5rem 1rem; row-gap:1.25rem; background-color:var(--color_white);}.lf.-A .frm .questions{row-gap:1.25rem;}.lf.-A .q .select{width:12rem;}.lf.-A .submit{margin:0 auto}.lf.-A .subscribe .input{border-color:var(--primary_color);}.lf.-A .subscribe .input.error{border-color:var(--color_red);}.lf.-A .subscribe .lbl{font-size:1rem;}.lf.-A .q{font-size:1.5rem;}.lf.-B{grid-template-areas:'title title title' 'subtitle subtitle moop' 'frm monkey moop'; grid-template-columns:1fr auto 275px;}.lf.-B .frm{margin-right:2rem;}.lf.-B .monkey{margin-right:-2rem;}.lf.-B .moop{grid-area:moop; margin-top:auto;}.lf.-C{display:grid; grid-template-areas:'moop title title' 'moop subtitle subtitle' 'moop monkey frm'; grid-template-columns:275px 300px auto; column-gap:2rem;}.lf.-C .monkey{margin:0 auto 0 0; justify-content:left;}.lf.-C .frm{padding:0 0 2rem 4rem;}.lf.-C .moop{grid-area:moop;}.lf.-D{grid-template-areas:'title title title' 'subtitle subtitle subtitle' 'frm monkey obnomp'; grid-template-columns:1fr auto auto;}.lf.-D .frm{margin-right:2rem;}.lf.-D .monkey{margin-right:-2rem;}.lf.-D .obnomp{grid-area:obnomp; margin-top:auto;}.lf.-E{grid-template-areas:'title title title' 'subtitle subtitle subtitle' 'frm_title monkey oomp' 'frm monkey oomp'; grid-template-columns:auto auto 1fr; row-gap:0;}.lf.-E .frm-title{margin-top:2rem;}.lf.-E .frm{padding:1.5rem; border:solid; border-width:0 2px 2px 2px; margin:0 1.5rem 1rem; row-gap:1.25rem; background-color:var(--color_white);}.lf.-E .frm .questions{row-gap:1.25rem;}.lf.-E .q .select{width:15rem;}.lf.-E .submit{margin:0 auto}.lf.-E .subscribe .lbl{font-size:1rem;}.lf.-E .subscribe .input{border-color:var(--primary_color);}.lf.-E .subscribe .input.error{border-color:var(--color_red);}.lf.-E .q{font-size:1.5rem;}.lf.-E .monkey{width:175px; transform:rotateY(180deg);}.lf.-E .oomp{grid-area:oomp; margin:auto 0 0;}.lf.-E .oomp .device{flex:1;}.lf.-F{grid-template-areas:'title title title' 'subtitle subtitle moot' 'frm monkey moot'; grid-template-columns:1fr minmax(auto, 280px) minmax(360px, auto);}.lf.-F .frm{margin-right:2rem;}.lf.-F .monkey{margin:0 -2rem -1rem 0;}.lf.-F .moot{grid-area:moot; margin:auto 0 0;}.lf.-G{grid-template-areas:'title title' 'subtitle subtitle' 'frm oomp' 'switch_now switch_now'; grid-template-columns:auto 1fr; padding-bottom:1rem;}.lf.-G .frm{margin-right:2rem; padding:1rem; background-color:var(--secondary_bg); color:var(--color_over_secondary_bg); border-radius:1rem 1rem;}.lf.-G .q .select .selected .arr{fill:var(--color_lt_pink);}.lf.-G .q .select:hover .selected{border-color:var(--color_lt_pink);}.lf.-G .q .select:hover .selected .val{color:var(--color_lt_pink);}.lf.-G .q .select:hover .selected .arr{fill:var(--color_lt_pink);}.lf.-G .q .select.error .selected .arr{fill:var(--color_red);}.lf.-G .submit{width:100%;}.lf.-G .chk.checked{border-color:var(--highlight_color);}.lf.-G .chk .ico{background-color:var(--highlight_color);}.lf .subscribe .input{border-color:var(--color_lt_pink);}.lf.-G .oomp{grid-area:oomp; margin:1rem 0; justify-content:right;}@media(min-width:601px){.lf.-H{grid-template-areas:'title monkey' 'subtitle monkey' 'frm monkey'; grid-template-columns:1fr auto; column-gap:2rem;}.lf.-H .monkey{height:450px;}.lf.-H .q{font-size:1.5rem}.lf.-H .q .select{width:12rem;}.lf.-H .q .lbl{white-space:nowrap;}.lf.-H .submit{margin:0;}.lf.-H .btn{font-size:1.25rem;}}.lf.-I{grid-template-areas:'title title title' 'subtitle subtitle subtitle' 'frm bwc monkey'; grid-template-columns:1fr 300px auto;}.lf.-I .frm{margin-right:2rem; width:min-content;}.lf.-I .bwc{grid-area:bwc; margin-top:auto;}.lf.-I .monkey{height:300px; margin-left:-2rem;}.lf.-J{grid-template-areas:'title title title' 'subtitle subtitle subtitle' 'frm_title monkey cobnomp' 'frm monkey cobnomp'; grid-template-columns:auto auto 1fr; row-gap:0; column-gap:1rem;}.lf.-J .frm-title{margin-top:2rem;}.lf.-J .frm{width:auto; padding:1.5rem; border:solid; border-width:0 2px 2px 2px; margin:0 1.5rem 1rem; row-gap:1.25rem; background-color:var(--color_white);}.lf.-J .frm .questions{row-gap:1.25rem;}.lf.-J .q .select{width:15rem;}.lf.-J .submit{margin:0 auto}.lf.-J .subscribe .lbl{font-size:1rem;}.lf.-J .q{font-size:1.5rem;}.lf.-J .monkey{width:175px; transform:rotateY(180deg);}.lf.-J .cobnomp{grid-area:cobnomp; margin:auto 0 0;}.lf.-J .cobnomp .device{flex:1;}.lf.-K{grid-template-areas:'title title title' 'subtitle subtitle subtitle' 'frm_title monkey oomp' 'frm monkey oomp'; grid-template-columns:auto auto 1fr; row-gap:0;}.lf.-K .frm-title{margin-top:2rem;}.lf.-K .frm{width:calc(100% - 3rem); padding:1.5rem; border:solid; border-width:0 2px 2px 2px; margin:0 1.5rem 1rem; row-gap:1.25rem; background-color:var(--color_white); grid-template-areas:'questions' 'remarket' 'submit' 'tagline';}.lf.-K .frm .questions{row-gap:1.25rem;}.lf.-K .q .select{width:15rem;}.lf.-K .subscribe{row-gap:1rem;}.lf.-K .subscribe .lbl{font-size:1rem;}.lf.-K .subscribe .input{border-color:var(--primary_color);}.lf.-K .subscribe .input.error{border-color:var(--color_red);}.lf.-K .subscribe .input:hover{border-color:var(--highlight_color);}.lf.-K .q{font-size:1.5rem;}.lf.-K .monkey{width:175px; transform:rotateY(180deg);}.lf.-K .oomp{grid-area:oomp; margin:auto 0 0;}.lf.-K .oomp .device{flex:1;}@media(max-width:1200px){.lf.-B{grid-template-areas:'title title title' 'subtitle subtitle subtitle' 'frm monkey moop'; grid-template-columns:1fr auto 220px;}.lf.-B .monkey{height:400px;}.lf.-C{grid-template-areas:'title title title' 'subtitle subtitle subtitle' 'moop monkey frm'; grid-template-columns:220px 265px auto;}.lf.-C .frm{padding-left:2rem;}.lf.-C .monkey{height:300px;}.lf.-D .monkey{display:none;}.lf.-D .obnomp{margin:auto;}.lf.-E{grid-template-areas:'title title' 'subtitle subtitle' 'frm_title oomp' 'frm oomp'; grid-template-columns:auto 1fr;}.lf.-E .monkey{display:none;}.lf.-F{grid-template-areas:'title title title' 'subtitle subtitle subtitle' 'frm monkey moot'; grid-template-columns:1fr minmax(auto, 240px) minmax(auto, 320px);}.lf.-G .frm{width:auto;}.lf.-G .q{font-size:1.25rem;}.lf.-G .q .select{width:11rem;}.lf.-G .q .select .selected .arr{width:1.25rem; height:1.25rem;}.lf.-H{grid-template-areas:'title title' 'subtitle subtitle' 'frm monkey';}.lf.-H .monkey{height:250px;}.lf.-I{grid-template-columns:1fr 280px auto;}.lf.-J{grid-template-areas:'title title' 'subtitle subtitle' 'frm_title cobnomp' 'frm cobnomp'; grid-template-columns:auto 1fr;}.lf.-J .monkey{display:none;}.lf.-K{grid-template-areas:'title title' 'subtitle subtitle' 'frm_title oomp' 'frm oomp'; grid-template-columns:auto 1fr;}.lf.-K .monkey{display:none;}}@media(max-width:1000px){.lf .frm{width:100%;}.lf .frm .questions{row-gap:1rem;}.lf .q{font-size:1.25rem;}.lf .q .num{flex-basis:1.25rem;}.lf .q .select{width:8rem;}.lf .q .select .selected .arr{width:1rem; height:1rem;}.lf .btn{font-size:1.25rem; padding:.75rem 2rem;}.lf .subscribe{}.lf .subscribe .lbl{font-size:1rem;}.lf .subscribe .input{}.lf .subscribe .error-message{justify-content:center;}.lf.lf4 .q{font-size:1.5rem;}.lf.lf4 .q .select{width:12rem;}.lf.-A .frm-title{margin-top:1rem;}.lf.-B{grid-template-columns:1fr auto 200px;}.lf.-B .monkey{height:300px;}.lf.-C{grid-template-columns:200px auto auto; column-gap:0;}.lf.-C .monkey{height:300px; margin-left:-2rem;}.lf.-D .obnomp{column-gap:.5rem; max-width:400px; overflow-x:auto;}.lf.-E{display:flex; flex-wrap:wrap;}.lf.-E .frm-title{margin-top:1rem;}.lf.-E .frm{width:auto; flex:0 1 calc(100% - 4rem); margin:0 auto 1rem;}.lf.-E .q{justify-content:center;}.lf.-E .oomp{margin:0 auto;}.lf.-F{grid-template-columns:1fr minmax(auto, 220px) minmax(auto, 260px);}.lf.-F .moot{}.lf.-G .q{font-size:1.25rem;}.lf.-G .q .select{width:11rem;}.lf.-H .monkey{height:200px;}.lf.-I{grid-template-columns:1fr 220px auto;}.lf.-I .monkey{height:250px; margin-left:-1rem;}.lf.-I .bwc{max-width:220px;}.lf.-J{display:flex; flex-wrap:wrap; padding-bottom:1rem;}.lf.-J .frm-title{margin-top:1rem;}.lf.-J .frm{width:auto; flex:0 1 calc(100% - 4rem); margin:0 auto 1rem;}.lf.-J .q{justify-content:center;}.lf.-J .cobnomp{margin:0 auto;}.lf.-K{display:flex; flex-wrap:wrap;}.lf.-K .frm-title{margin-top:1rem;}.lf.-K .frm{width:calc(100% - 2rem); flex:0 1 calc(100% - 4rem); margin:0 auto 1rem;}.lf.-K .q{justify-content:center;}.lf.-K .oomp{margin:0 auto;}}@media(max-width:600px){/* Brief 230A: stack -I vertically on mobile, hide monkey, clip bwc width */.lf.-I{grid-template-areas:'title title' 'subtitle subtitle' 'frm frm' 'bwc bwc'; grid-template-columns:1fr 1fr; grid-template-rows:auto auto auto auto;}.lf.-I .monkey{display:none;}.lf.-I .bwc{grid-area:bwc; max-width:260px; margin:0 auto; width:100%;}.lf.-I .frm{margin-right:0; width:100%;}}/* ── Lead form mobile CSS moved to css/styles.css (Brief 226A) ── */
.bwc{background-color:rgba(0,0,0,.9); padding:1.5rem .5rem; width:100%; color:var(--color_white); display:flex; flex-direction:column; text-align:center; border-radius:2rem 2rem 0 0; border:solid var(--color_pale_grey); border-width:.5rem .5rem 0 .5rem; margin:0 auto; row-gap:1rem;}.bwc .caller{font-size:2rem; line-height:1;}.bwc .caller strong{display:block;}.bwc .plans{display:flex; justify-content:space-between; padding:0 .5rem;}.bwc .plans .vs{margin-top:3rem;}.bwc .plan{text-align:center; display:flex; flex-direction:column; width:130px;}.bwc .plan .pname{width:100%; line-height:1;  margin-bottom:1rem;}.bwc .plan .monthly{width:100%; font-size:3rem; line-height:1; margin-bottom:.5rem; font-weight:700;}.bwc .plan .annual{width:100%; margin-bottom:1.5rem;}.bwc .plan .action{width:60px; height:60px; border-radius:100%; margin:0 auto;}.bwc .plan .action .icon{fill:var(--color_white); position:absolute; top:50%; left:50%; transform:translate(-50%, -50%); width:100%; height:100%; padding:.75rem;}.bwc .plan .action.accept{background-color:var(--color_green);}.bwc .plan .action.decline{background-color:var(--color_red);}.bwc .plan .action.decline .icon{transform:translate(-50%, -48%) rotate(130deg);}.bwc .tagline{margin-bottom:1rem;}@media(max-width:1200px){.bwc .caller{font-size:1.5rem;}.bwc .plan .monthly{font-size:2.5rem;}.bwc .plan .action{width:50px; height:50px;}}@media(max-width:1000px){.bwc{padding:.5rem;}.bwc .plan{font-size:.875rem;}.bwc .plan .monthly{font-size:2.25rem;}}@media(max-width:600px){.bwc{}}
.rating{display:flex; width:150px; flex-wrap:nowrap;}.rating .star{flex-basis:20%; aspect-ratio:1/1;}.rating .star svg{position:absolute; top:0; left:0; height:100%; aspect-ratio:1/1; stroke-width:1px;}.rating .star .fill{position:absolute; top:0; left:0; height:100%; overflow:hidden;}
.tpratings{margin-bottom:1rem;}.tpratings .wrap{display:flex; justify-content:space-between; align-items:center;}.tpratings .group{display:flex; flex:1; justify-content:space-between;}.tpratings .vs{font-weight:700; font-size:2rem; flex:0; margin:0 2rem;}.tpratings .tprating{display:flex; flex-direction:column; font-size:.75rem; color:var(--color_md_grey);}.tpratings .tprating .title{font-size:1.25rem; font-weight:700; color:var(--default_color);}.tpratings .tprating .meta{display:flex; column-gap:.25rem; margin-bottom:.25rem; flex-wrap:wrap; line-height:1;}.tpratings .tprating .stars{display:flex; width:140px; flex-wrap:nowrap; column-gap:.25rem;}.tpratings .tprating .stars .star{flex-basis:20%; aspect-ratio:1/1; background-color:#dadae5;}.tpratings .tprating .stars .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;}.tpratings .tprating .stars .star .fill{position:absolute; top:0; left:0; height:100%; overflow:hidden; z-index:0;}.tpratings .tprating .tplogo{display:inline-block; height:1.5rem;}.tpratings .tprating .tplogo img{width:auto; height:100%;}@media(max-width:1200px){.tpratings .wrap{flex-wrap:wrap;}.tpratings .tprating .tplogo{height:1.25rem;}.tpratings .tprating .stars{width:120px;}.tpratings .vs{margin:0 1rem;}}@media(max-width:1000px){.tpratings .wrap{justify-content:center; align-items:stretch;}.tpratings .vs{margin:0 .5rem; align-self:center;}.tpratings .group{flex-direction:column; row-gap:.5rem;}.tpratings .tprating{justify-content:center; text-align:center;}.tpratings .tprating .meta{justify-content:center;}.tpratings .tprating .stars{justify-content:center;}}@media(max-width:600px){.tpratings .tprating{padding:.75rem 0; border-bottom:1px solid var(--color_ln_grey);}.tpratings .tprating:last-child{border-bottom:none;}.tpratings .vs{display:none;}}
.kyc{}.kyc .wrap{display:flex; justify-content:space-between; column-gap:1rem;}.kyc .net{display:flex; flex-direction:column; text-align:center; color:var(--primary_color); row-gap:1rem;}.kyc .net .img{height:200px; display:block;}.kyc .net .img img{display:block; width:auto; height:100%; margin:0 auto;}.kyc .net .inner{display:flex; flex-direction:column; row-gap:1rem;}.kyc .net .title{font-size:1.5rem; font-weight:700; line-height:1;}.kyc .net .subtitle{font-size:1.25rem; line-height:1;}.kyc .net .btn{padding:.5rem; width:100%; max-width:200px; margin:0 auto;}@media(max-width:1200px){.kyc .net .img{height:150px;}.kyc .net .title{font-size:1.25rem;}.kyc .net .subtitle{font-size:1rem;}}@media(max-width:1000px){.kyc{}.kyc .net .img{height:100px;}}@media(max-width:600px){.kyc{}.kyc .wrap{flex-direction:column; row-gap:2rem; padding-bottom:1rem;}.kyc .net{flex:0 0 100%; flex-direction:row; column-gap:1.5rem; text-align:left;}.kyc .net .img{flex:0 1 25%; height:auto;}.kyc .net .img img{width:100%; height:auto;}.kyc .net .inner{row-gap:.5rem; flex:1;}.kyc .net .btn{margin:0;}}
.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;}}
.ncp{text-align:center;}.ncp .tabs{justify-content:center; margin:0 auto 1rem; background-color:var(--default_bg); display:flex; padding:1rem 2rem; border-radius:4rem; column-gap:1rem; width:100%; max-width:600px;}.ncp .tabs .tab{padding:.5rem; border-radius:2rem; font-size:1.25rem; flex:1; white-space:nowrap;}.ncp .tabs .tab{}.ncp .tabs .tab.active{background-color:var(--secondary_bg); color:var(--color_over_secondary_bg);}.tab-panel.tab-hidden{display:none;} /* Brief 109A Item 6: CSS-hide instead of HTML hidden — Google indexes CSS-hidden content | Brief 126A: removed .ncp scope so all tab panels hide correctly */.ncp .oomp{width:100%; column-gap:4rem;}.ncp .oomp .o{flex:0 1 300px;}.ncp .oomp .device{width:calc(100% - 4rem);}@media(max-width:1200px){.ncp .tabs{padding:1rem;}.ncp .oomp{column-gap:2rem;}.ncp .oomp .device{width:100%;}}@media(max-width:1000px){.ncp .tabs{padding:.5rem 1rem;}.ncp .oomp{column-gap:1rem;}.ncp .oomp .o{flex:1;}}@media(max-width:600px){.ncp .tabs .tab{font-size:1rem;}.ncp .tabs{column-gap:.5rem;}.ncp .oomp{column-gap:.5rem;}.ncp .oomp .o{width:calc(33.33% - .25rem);}}
.oomp{}.oomp .rail{display:flex; column-gap:.25rem; justify-content:center; z-index:0;}.oomp .vs{display:flex; flex-direction:column; text-align:center; justify-content:space-between; row-gap:1rem;}.oomp .vs .txt{font-size:3rem; line-height:1; font-weight:700; margin:auto;}.oomp .vs .monkey{width:140px; display:flex; margin:auto auto 0;}.oomp .vs .monkey img{width:100%; height:auto;}.oomp .o{flex:1; display:flex; flex-direction:column;}.oomp .o:not(.is-network){z-index:1;}.oomp .device{text-align:center; justify-content:center; display:flex; width:100%;  margin:0 auto; flex-direction:column; z-index:0; color:var(--color_over_secondary_bg); padding:2rem .5rem 1rem .5rem; border:solid var(--color_black); border-width:.5rem .5rem 0; border-radius:1.5rem 1.5rem 0 0;}.oomp .device::before{content:''; display:block; position:absolute; top:-1px; left:50%; transform:translateX(-50%); width:60%; height:1.25rem; border-radius:0 0 .75rem .75rem; background-color:var(--color_black); z-index:-1;}.oomp .device::after{content:''; display:block; position:absolute; top:.33rem; left:50%; transform:translateX(-50%); width:.5rem; height:.5rem; background-color:var(--color_pale_grey); border-radius:100%;}.oomp .device.full{border-width:.5rem; border-radius:1.5rem; aspect-ratio:1/2;}.oomp .device .cta a:hover{color:var(--color_black);}.oomp .device .nname{width:100%; font-size:1rem; line-height:1; margin-bottom:1rem;}.oomp .device .networks{font-size:1.75rem; line-height:1; font-weight:700; white-space:nowrap; margin-bottom:1rem; }.oomp .device .networks .lbl{display:block; font-size:1rem; font-weight:400;}.oomp .device .clogo{display:block; max-width:100%; height:40px; margin-bottom:1rem;}.oomp .device .clogo img{width:auto; height:100%; object-fit:contain;}.oomp .device .data{font-size:1.75rem; line-height:1; margin-bottom:1rem; font-weight:700;}.oomp .device .monthly{font-size:3rem; line-height:1; font-weight:700; white-space:nowrap;}.oomp .device .monthly.trial{white-space:normal;}.oomp .device .monthly .mo{font-size:1rem; line-height:1; display:inline-block; font-weight:400;}.oomp .device .tagline{line-height:1; margin-top:.25rem;}.oomp .device .tagline::before,.oomp .device .tagline::after{content:' '; white-space:pre; font-size:inherit; line-height:1;}.oomp .device .cta{position:static; margin:auto 0 0; padding:1rem 0 0; align-self:flex-end; width:100%;}.oomp .device .cta a{color:inherit; line-height:1.2; display:block; white-space:normal; font-size:1rem; border:1px solid; padding:.25rem;}.oomp .device .cta .cname{white-space:nowrap;}.oomp .device .annual{font-size:1rem; line-height:1; margin:auto 0 0; padding-top:1rem; align-self:flex-end; width:100%; font-weight:700;}.oomp .device .annual .yr{line-height:1; display:inline-block; font-weight:400;}.oomp .o.is-carrier{margin:0 -2rem;}.oomp .o.is-network{margin-top:3rem;}.oomp .o.is-network .device .monthly{font-size:1.5rem;}.oomp .o.is-network .device .monthly .mo{font-size:.875rem;}.oomp .o.is-network .device .data{font-size:1rem; margin-bottom:1.5rem;}.oomp .o .bfacts{flex:0; margin:0 0 auto 0;}@media(max-width:1200px){.oomp .vs .txt{font-size:2.5rem;}.oomp .device{max-width:220px; min-width:unset;}.oomp .device .monthly{font-size:2rem;}.oomp .device .networks{font-size:1.25rem;}.oomp .device .networks .lbl{font-size:.875rem;}.oomp .device .data{font-size:1.25rem;}}@media(max-width:1000px){.oomp .vs .txt{font-size:2rem;}.oomp .vs .monkey{width:110px;}.oomp .o{flex:1 1 130px;}.oomp .device,.oomp .device.full{border-radius:1rem 1rem 0 0; border-width:.25rem .25rem 0; padding:1rem .25rem; aspect-ratio:unset;}.oomp .device.sm\:full{border-radius:1rem; border-width:.25rem; aspect-ratio:1/2;}.oomp .device::before{height:.75rem; top:-1px; border-radius:0 0 .5rem .5rem;}.oomp .device::after{top:.1rem; width:.33rem; height:.33rem;}.oomp .device .clogo{height:35px; margin-bottom:.5rem;}.oomp .device .networks{font-size:1rem; margin-bottom:.5rem;}.oomp .device .networks .lbl{font-size:.75rem;}.oomp .device .monthly{font-size:1.5rem;}.oomp .device .monthly .mo{font-size:.75rem;}.oomp .device .data{font-size:1rem; margin-bottom:.5rem;}.oomp .device .tagline{font-size:.75rem; line-height:1;}.oomp .device .annual{}.oomp .device .cta a{font-size:.875rem;}.oomp .device.is-network{flex:1 1 0; width:auto; margin-top:3rem;}.oomp .device.is-network .data{margin-bottom:.75rem;}}@media(max-width:600px){.oomp .vs .monkey{width:auto; width:100px;}.oomp .o.is-carrier{margin:0 -1rem;}.oomp .device .clogo{height:30px;}.oomp .device .cta a{font-size:.75rem;}.oomp .bfacts{display:none;}}
.oomp .device.c698{background-color:#d6181f; color:#FFFFFF;}
.psfe{}.psfe .wrap{display:flex; column-gap:1rem;}.psfe .box{display:flex; flex:1; flex-direction:column; text-align:center; color:var(--primary_color); row-gap:.5rem;}.psfe .box .img{width:auto; height:140px; background-color:var(--default_bg); padding:.5rem;}.psfe .box .img img{display:block; width:auto; max-width:100%; height:100%; margin:0 auto; display:block;}.psfe .box .title{font-size:1.5rem; line-height:1;}.psfe .box .title:hover{color:var(--highlight_color);}@media(max-width:1200px){.psfe{}.psfe .box .img{height:100px;}.psfe .box .title{font-size:1.25rem;}}@media(max-width:1000px){.psfe{}.psfe .box .title{font-size:1.25rem;}}@media(max-width:600px){.psfe .wrap{gap:1rem .5rem; flex-wrap:wrap;}.psfe .box{flex:0 0 calc(50% - .25rem); row-gap:.5rem;}.psfe .box .img{padding:0;}}
.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;}}
.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;}}
.hiw{padding:2rem 0; background-color:var(--primary_bg);}.hiw .wrap{display:flex; justify-content:space-between; column-gap:1rem;}.hiw .box{display:flex; flex-direction:column; text-align:center; color:var(--primary_color); row-gap:1rem;}.hiw .box .icon{flex:0 0 7.5rem; height:7.5rem; fill:currentColor;}.hiw .box .title{font-size:2rem; line-height:1;}.hiw .box .title strong{display:block;}@media(max-width:1200px){.hiw .box .icon{flex-basis:6.25rem; height:6.25rem;}.hiw .box .title{font-size:1.5rem;}}@media(max-width:1000px){.hiw{padding:1rem 0;}.hiw .box .icon{flex-basis:5rem; height:5rem;}}@media(max-width:600px){.hiw .wrap{flex-wrap:wrap; row-gap:2rem;}.hiw .box{flex:0 0 100%; row-gap:.25rem;}}
.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;}}
.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;}}
.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;}}
.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;}}
.cpreviews .post{transition:var(--default_transition); color:var(--default_color); text-align:left; display:flex; padding:1rem;}.cpreviews .post::after{content:''; position:absolute; bottom:0; left:0; width:100%; height:0; background:var(--primary_color); transition:var(--default_transition);}.cpreviews .post:hover .box-link{color:var(--primary_color);}.cpreviews .post:hover::after{height:4px;}.cpreviews .post .rating{width:120px;}.cpreviews .post .device{flex:0; display:block; height:130px; margin-right:1rem;}.cpreviews .post .device img{display:block; width:auto; height:100%; margin:0 auto;}.cpreviews .post .box-link{font-weight:700; line-height:1.2; display:block; color:inherit;}.cpreviews.grid:not(.slideshow-container){display:grid; grid-template-columns:repeat(4, 1fr); grid-column-gap:2rem; grid-row-gap:2rem;}.cpreviews.grid .post{box-shadow:var(--box_shadow_1);}.cpreviews.list .post{padding:1rem 0; border-bottom:1px solid var(--color_ln_grey);}.cpreviews.list .post:last-child{margin-bottom:0;}@media(max-width:1200px){.cpreviews.grid:not(.slideshow-container){grid-template-columns:repeat(3, 1fr); row-gap:1rem; column-gap:1rem;}}@media(max-width:1024px){.cpreviews.grid:not(.slideshow-container){grid-template-columns:repeat(2, 1fr); column-gap:1rem;}}@media(max-width:767px){.cpreviews.grid:not(.slideshow-container){grid-template-columns:1fr; column-gap:0;}}
.lcbt{display:flex; column-gap:2rem;}.lcbt .cat{flex:1;}.lcbt .cat .title{display:flex; margin-bottom:1rem; align-items:center;}.lcbt .cat .title h3{flex:1;}.lcbt .cat .title a{white-space:nowrap; margin-right:0; font-size:.75rem;}.lcbt .cat .feat{padding-bottom:.5rem; margin-bottom:.5rem; border-bottom:1px solid var(--color_ln_grey);}.lcbt .cat .feat .thumb{display:block; width:100%; aspect-ratio:16/9;}.lcbt .cat .feat .thumb img{object-fit:cover; width:100%; height:100%; display:block;}.lcbt .cat .feat .meta{color:var(--color_md_grey); font-size:.75rem; margin:.25rem 0;}.lcbt .cat .feat .post-title{line-height:1.2; font-weight:700;}.lcbt .cat ul{list-style:none; padding:0;}.lcbt .cat li{font-size:.75rem; line-height:1.2; margin-bottom:.5rem;}.lcbt .cat li:last-child{margin-bottom:0;}.lcbt .cat li a:hover{color:var(--highlight_color);}@media(max-width:1200px){}@media(max-width:1000px){.lcbt{gap:2rem 1rem; flex-wrap:wrap;}.lcbt .cat{flex:0 0 calc(50% - .5rem);}}@media(max-width:600px){.lcbt .cat{flex:0 0 100%;}.lcbt .cat .feat .thumb{max-height:150px;}}
.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;}}
/* ── 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) ── */
