/*
Theme Name: OnnMobile Theme V1.9
Theme URI: https://example.com/onnmobile
Author: OnnMobile
Description: Original responsive WordPress theme for the OnnMobile prepaid wireless website. Designed to work alongside the OnnMobile functionality plugin.
Version: 1.12.2
Requires at least: 6.0
Requires PHP: 7.4
Text Domain: onnmobile-theme
*/
:root{--onn-purple:#5b0aa8;--onn-purple-dark:#26005e;--onn-pink:#ed0074;--onn-pink-soft:#fff0f7;--onn-border:#ead8f4;--onn-text:#16003d;--onn-muted:#6e5770;--onn-bg:#fff;--onn-soft:#faf7fc;--onn-max:1200px}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--onn-bg);color:var(--onn-text);font-family:Arial,Helvetica,sans-serif;line-height:1.5}a{color:var(--onn-purple);text-decoration:none}a:hover{text-decoration:underline}.onn-wrap{width:min(var(--onn-max),calc(100% - 40px));margin:auto}.onn-topbar{background:var(--onn-purple-dark);color:#fff;text-align:center;padding:8px 16px;font-size:14px;font-weight:700}.onn-header{position:sticky;top:0;z-index:999;background:#fff;border-bottom:1px solid var(--onn-border);box-shadow:0 4px 18px rgba(38,0,94,.06)}.onn-header-inner{min-height:78px;display:flex;align-items:center;gap:28px}.onn-brand{font-size:31px;font-weight:900;letter-spacing:-1.4px;color:var(--onn-purple-dark);white-space:nowrap}.onn-brand .dot{color:var(--onn-pink)}.onn-brand small{display:block;font-size:9px;letter-spacing:2px;color:var(--onn-pink);text-transform:uppercase;margin-top:-6px}.onn-nav{display:flex;align-items:center;gap:23px;margin-left:auto}.onn-nav a{font-size:15px;font-weight:700;color:var(--onn-text);white-space:nowrap}.onn-nav a:hover{color:var(--onn-pink);text-decoration:none}.onn-nav .account{border:2px solid var(--onn-purple);padding:9px 16px;border-radius:999px;color:var(--onn-purple)}.onn-menu-toggle{display:none;margin-left:auto;border:0;background:transparent;font-size:27px;color:var(--onn-purple);cursor:pointer}.onn-hero{background:linear-gradient(120deg,var(--onn-purple-dark),var(--onn-purple));color:#fff;padding:84px 0}.onn-hero-grid{display:grid;grid-template-columns:1.15fr .85fr;gap:45px;align-items:center}.onn-eyebrow{color:#ff5eae;text-transform:uppercase;letter-spacing:2px;font-size:13px;font-weight:900}.onn-hero h1{font-size:58px;line-height:1.02;margin:12px 0 18px;letter-spacing:-2px}.onn-hero p{font-size:21px;max-width:650px;margin:0 0 28px}.onn-actions{display:flex;gap:12px;flex-wrap:wrap}.onn-btn{display:inline-flex;align-items:center;justify-content:center;border-radius:999px;padding:14px 24px;font-weight:900;border:2px solid transparent;text-decoration:none!important}.onn-btn-primary{background:var(--onn-pink);color:#fff}.onn-btn-light{background:#fff;color:var(--onn-purple)}.onn-hero-card{background:#fff;color:var(--onn-text);padding:28px;border-radius:26px;box-shadow:0 18px 50px rgba(0,0,0,.18)}.onn-hero-card .price{font-size:48px;font-weight:900;color:var(--onn-purple);line-height:1}.onn-hero-card .price small{font-size:18px}.onn-section{padding:70px 0}.onn-section.soft{background:var(--onn-soft)}.onn-section h2{text-align:center;font-size:38px;margin:0 0 12px}.onn-lead{text-align:center;color:var(--onn-muted);font-size:19px;max-width:760px;margin:0 auto 35px}.onn-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.onn-card{border:1px solid var(--onn-border);border-radius:22px;padding:28px;background:#fff}.onn-card h3{font-size:24px;margin:5px 0 10px}.onn-card p{color:var(--onn-muted)}.onn-icon{width:48px;height:48px;border-radius:15px;background:var(--onn-pink-soft);display:flex;align-items:center;justify-content:center;color:var(--onn-pink);font-size:24px;font-weight:900}.onn-content{padding:50px 0;min-height:55vh}.onn-content main{max-width:1100px;margin:auto}.onn-content h1{font-size:42px}.onn-footer{background:#190038;color:#fff;padding:50px 0 25px;margin-top:50px}.onn-footer-grid{display:grid;grid-template-columns:1.5fr repeat(3,1fr);gap:30px}.onn-footer h3,.onn-footer h4{margin-top:0}.onn-footer a{color:#fff;display:block;margin:8px 0}.onn-footer p{color:#d8cce4}.onn-copy{border-top:1px solid rgba(255,255,255,.18);margin-top:35px;padding-top:20px;color:#cbbbdc;font-size:13px}.wp-block-button__link,button,input[type=submit]{border-radius:999px!important}.woocommerce a.button,.woocommerce button.button,.woocommerce input.button{background:var(--onn-pink)!important;color:#fff!important;border-radius:999px!important}.woocommerce div.product p.price,.woocommerce div.product span.price{color:var(--onn-purple)!important}
@media(max-width:950px){.onn-menu-toggle{display:block}.onn-nav{display:none;position:absolute;left:0;right:0;top:78px;background:#fff;padding:20px;flex-direction:column;align-items:stretch;border-bottom:1px solid var(--onn-border)}.onn-nav.open{display:flex}.onn-nav a{text-align:center;padding:8px}.onn-hero-grid{grid-template-columns:1fr}.onn-hero h1{font-size:46px}.onn-cards{grid-template-columns:1fr}.onn-footer-grid{grid-template-columns:1fr 1fr}}
@media(max-width:600px){.onn-wrap{width:min(100% - 26px,var(--onn-max))}.onn-hero{padding:55px 0}.onn-hero h1{font-size:38px}.onn-hero p{font-size:18px}.onn-footer-grid{grid-template-columns:1fr}.onn-header-inner{min-height:68px}.onn-nav{top:68px}}

/* OnnMobile Theme V1.2 homepage */
.onn-slider{padding:18px 0 0;background:#f7f4fb}.onn-slides{position:relative;max-width:1320px;margin:auto;min-height:500px;overflow:hidden;border-radius:24px;box-shadow:0 16px 40px rgba(45,0,91,.14)}.onn-slide{display:none;min-height:500px;color:#fff;background:linear-gradient(120deg,#2a0064 0%,#6510b5 52%,#ec008c 130%)}.onn-slide.is-active{display:block;animation:onnFade .35s ease}.slide-two{background:linear-gradient(120deg,#25005c,#5c0ca9 58%,#ff007f)}.slide-three{background:linear-gradient(120deg,#3b007a,#7b16bd 60%,#ed007c)}@keyframes onnFade{from{opacity:.55}to{opacity:1}}.slide-grid{min-height:500px;display:grid;grid-template-columns:1.05fr .95fr;align-items:center;gap:30px;padding:55px 88px!important}.slide-copy{max-width:620px}.slide-copy h1{font-size:clamp(44px,5vw,72px);line-height:.98;margin:12px 0 20px;color:#fff;letter-spacing:-2px}.slide-copy p{font-size:21px;line-height:1.5;max-width:580px}.slide-points{display:flex;gap:18px;flex-wrap:wrap;margin:24px 0 28px}.slide-points span{font-weight:700}.onn-slider .onn-eyebrow{color:#ff77bd}.slider-arrow{position:absolute;z-index:5;top:50%;transform:translateY(-50%);width:58px;height:58px;border:0;border-radius:50%;background:#fff;color:#4d0799;font-size:46px;line-height:50px;cursor:pointer;box-shadow:0 5px 18px rgba(0,0,0,.18)}.slider-arrow:hover{background:#f5e9ff}.slider-arrow.prev{left:18px}.slider-arrow.next{right:18px}.slider-dots{position:absolute;z-index:5;left:50%;bottom:22px;transform:translateX(-50%);display:flex;gap:10px}.slider-dots button{width:12px;height:12px;padding:0;border:0;border-radius:50%;background:rgba(255,255,255,.65);cursor:pointer}.slider-dots button.is-active{width:28px;border-radius:8px;background:#ff008c}.phone-art{height:400px;position:relative;display:flex;align-items:center;justify-content:center}.phone{position:absolute;width:190px;height:365px;border:9px solid #16002f;border-radius:38px;background:linear-gradient(145deg,#9db9ff,#5835d7 55%,#080c4f);box-shadow:0 24px 45px rgba(0,0,0,.28)}.phone.back{transform:translateX(-95px) rotate(-7deg);background:linear-gradient(145deg,#9cafff,#6250df)}.phone.back i,.phone.back i:before{position:absolute;content:"";width:42px;height:42px;border:6px solid #251050;border-radius:50%;background:#111;top:25px;left:20px}.phone.back i:before{top:45px;left:-6px}.phone.front{transform:translateX(65px);display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center}.phone.front:before{content:"";position:absolute;top:10px;width:72px;height:20px;border-radius:20px;background:#13002b}.phone.front b{font-size:25px;color:#fff}.phone.front b span{color:#ff008c}.phone.front small{font-size:15px;color:#fff;margin-top:8px}.phone.front.alt{background:linear-gradient(150deg,#0d1a58,#6532c6,#f0008c)}.sim-card{position:absolute;left:35px;top:85px;width:145px;height:190px;border-radius:18px;background:#fff;color:#4e0c94;padding:28px;font-size:32px;font-weight:900;transform:rotate(-9deg);box-shadow:0 20px 35px rgba(0,0,0,.2)}.sim-card small{display:block;font-size:13px;margin-top:65px}.family-art{height:380px;position:relative;display:flex;align-items:center;justify-content:center}.family-art strong{font-size:52px;line-height:1;color:#fff;text-align:center}.bubble{position:absolute;width:90px;height:90px;border-radius:50%;background:#fff;color:#5a0aa3;display:grid;place-items:center;font-size:32px;font-weight:900;box-shadow:0 15px 30px rgba(0,0,0,.2)}.b1{top:28px;left:25%}.b2{right:18%;top:85px}.b3{bottom:30px;left:22%}.quick-links{background:#fff;padding:18px 0 8px}.quick-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:12px}.quick-grid a{min-height:125px;border:1px solid #eadcf4;border-radius:18px;text-decoration:none;color:#250050;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:15px;transition:.2s}.quick-grid a:hover{transform:translateY(-3px);box-shadow:0 10px 24px rgba(73,0,132,.1)}.quick-grid span{font-size:31px;color:#6b11b6}.quick-grid b{font-size:16px;margin-top:7px}.quick-grid small{color:#66566f;margin-top:3px}.section-head{display:flex;justify-content:space-between;align-items:end;margin-bottom:25px}.section-head h2{margin:4px 0 0}.section-head a{font-weight:800;color:#5b08a5}.plan-strip{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.plan-strip>div{position:relative;border:1px solid #e7d6f3;border-radius:22px;padding:28px;background:#fff;display:grid;gap:8px}.plan-strip .featured{border:2px solid #f00083;box-shadow:0 12px 30px rgba(240,0,131,.09)}.plan-strip em{position:absolute;right:18px;top:16px;font-size:10px;color:#ed007f;background:#fff0f8;border-radius:20px;padding:7px 10px;font-style:normal;font-weight:900}.plan-strip b{font-size:24px;color:#4c0795}.plan-strip strong{font-size:42px;color:#23004f}.plan-strip strong small{font-size:16px}.plan-strip span{font-size:17px;color:#63546b}.demo-note{text-align:center;color:#78677f;font-size:13px;margin-top:18px}.promo-grid{display:grid;grid-template-columns:1fr 1fr;gap:30px;align-items:center}.onn-lead.left{text-align:left;margin-left:0}.promo-card{min-height:260px;border-radius:26px;background:linear-gradient(130deg,#390078,#7514bc,#ef0087);color:#fff;display:flex;flex-direction:column;justify-content:center;align-items:center}.promo-card>span{font-size:34px;font-weight:900}.promo-card b{font-size:34px;text-align:center;margin-top:18px}.promo-card .dot{color:#ff63b5}
@media(max-width:900px){.onn-slides,.onn-slide{min-height:650px;border-radius:0}.slide-grid{grid-template-columns:1fr;padding:45px 55px 60px!important;text-align:center}.slide-copy{margin:auto}.slide-points{justify-content:center}.phone-art,.family-art{height:260px}.phone{width:130px;height:250px;border-width:6px}.phone.back{transform:translateX(-65px) rotate(-7deg)}.phone.front{transform:translateX(45px)}.sim-card{left:18%;top:25px;width:110px;height:145px}.quick-grid{grid-template-columns:repeat(3,1fr)}.plan-strip,.promo-grid{grid-template-columns:1fr}.slider-arrow{width:46px;height:46px;font-size:36px}.slider-arrow.prev{left:8px}.slider-arrow.next{right:8px}}
@media(max-width:560px){.slide-grid{padding:38px 35px 60px!important}.slide-copy h1{font-size:42px}.slide-copy p{font-size:17px}.phone-art,.family-art{display:none}.onn-slides,.onn-slide{min-height:520px}.quick-grid{grid-template-columns:repeat(2,1fr)}.plan-strip{grid-template-columns:1fr}.section-head{align-items:flex-start;gap:12px;flex-direction:column}}


/* V1.2 homepage storefront sections */
.featured-phones{background:#fff}.phone-grid-v12{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.phone-product{border:1px solid var(--onn-border);border-radius:22px;background:#fff;padding:22px;text-align:center;box-shadow:0 8px 24px rgba(49,0,92,.05)}.device-mock{height:205px;width:112px;margin:0 auto 18px;border:7px solid #190039;border-radius:25px;background:linear-gradient(145deg,#e9e3f7,#6f4bd3 55%,#140044);position:relative}.device-mock:before{content:"";position:absolute;top:7px;left:50%;transform:translateX(-50%);width:45px;height:9px;background:#190039;border-radius:10px}.device-mock:after{content:"";position:absolute;left:10px;top:18px;width:24px;height:24px;border-radius:50%;background:#130027;box-shadow:0 31px 0 #130027}.phone-product:nth-child(2) .device-mock{background:linear-gradient(145deg,#f3e7b0,#746b63)}.phone-product:nth-child(3) .device-mock{background:linear-gradient(145deg,#8ef0d4,#174f50)}.phone-product:nth-child(4) .device-mock{background:linear-gradient(145deg,#9ed8ff,#0b4fb8)}.phone-product h3{font-size:18px;margin:0 0 4px}.phone-product strong{display:block;color:var(--onn-pink);font-size:21px;margin:7px 0}.phone-product small{color:var(--onn-muted)}.family-savings-v12{display:grid;grid-template-columns:1.1fr .9fr;gap:24px}.family-panel,.byop-panel{border-radius:26px;padding:40px;min-height:310px}.family-panel{background:linear-gradient(125deg,#2c0065,#6811b2);color:#fff}.family-panel .onn-eyebrow{color:#ff7abc}.family-panel h2,.byop-panel h2{text-align:left;font-size:40px;line-height:1.05}.family-panel p{font-size:18px;max-width:560px}.family-price-row{display:flex;gap:12px;flex-wrap:wrap;margin:25px 0}.family-price-row span{background:rgba(255,255,255,.12);border:1px solid rgba(255,255,255,.28);padding:11px 15px;border-radius:14px;font-weight:800}.byop-panel{background:linear-gradient(145deg,#fff0f8,#f5eaff);border:1px solid #ead5f5}.byop-panel p{color:var(--onn-muted);font-size:18px}.activation-band{background:#240052;color:#fff;border-radius:26px;padding:36px 42px;display:flex;align-items:center;justify-content:space-between;gap:25px}.activation-band h2{color:#fff;text-align:left;margin:0 0 7px}.activation-band p{margin:0;color:#e3d7ee}.activation-actions{display:flex;gap:12px;flex-wrap:wrap;flex-shrink:0}
@media(max-width:900px){.phone-grid-v12{grid-template-columns:repeat(2,1fr)}.family-savings-v12{grid-template-columns:1fr}.activation-band{align-items:flex-start;flex-direction:column}}
@media(max-width:560px){.phone-grid-v12{grid-template-columns:1fr 1fr;gap:10px}.phone-product{padding:14px}.device-mock{height:160px;width:88px}.family-panel,.byop-panel{padding:28px}.activation-band{padding:28px}.family-panel h2,.byop-panel h2{font-size:32px}}


/* OnnMobile Theme V1.3 polish */
.onn-header-inner{max-width:1240px}.onn-nav a{position:relative}.onn-nav a:not(.account):after{content:"";position:absolute;left:0;right:100%;bottom:-10px;height:3px;border-radius:3px;background:var(--onn-pink);transition:right .2s ease}.onn-nav a:not(.account):hover:after{right:0}.onn-slider{padding-top:20px}.onn-slides{max-width:1280px}.quick-links{padding:18px 0 20px}.quick-grid a{background:#fff}.quick-grid a span{min-height:38px}.featured-phones .phone-product{transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease}.featured-phones .phone-product:hover{transform:translateY(-5px);box-shadow:0 16px 34px rgba(65,0,120,.12);border-color:#d8b8ee;text-decoration:none}.plan-strip>div{transition:transform .2s ease,box-shadow .2s ease}.plan-strip>div:hover{transform:translateY(-4px);box-shadow:0 14px 30px rgba(60,0,110,.09)}.v13-plan-cta{display:inline-flex;margin-top:12px;font-weight:900;color:var(--onn-purple)}.v13-benefits{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin-top:28px}.v13-benefit{padding:24px;border:1px solid var(--onn-border);border-radius:20px;background:#fff}.v13-benefit strong{display:block;font-size:19px;color:var(--onn-purple-dark);margin-bottom:6px}.v13-benefit p{margin:0;color:var(--onn-muted)}.v13-benefit-icon{width:42px;height:42px;border-radius:14px;background:var(--onn-pink-soft);color:var(--onn-pink);display:grid;place-items:center;font-size:22px;font-weight:900;margin-bottom:13px}.onn-footer{margin-top:0}.onn-footer-grid{padding-top:8px}.onn-footer .onn-brand{display:inline-block}.onn-footer-note{max-width:390px}.onn-footer h4{font-size:16px;margin-bottom:14px}.onn-footer a{color:#eee3f7}.onn-footer a:hover{color:#fff}.onn-copy{display:flex;justify-content:space-between;gap:20px;flex-wrap:wrap}.onn-copy strong{color:#fff}
@media(max-width:900px){.v13-benefits{grid-template-columns:1fr}.onn-nav a:not(.account):after{display:none}}

/* OnnMobile Theme V1.5 — plugin page visual integration */
body.onnmobile-standalone{background:#fff;color:var(--onn-text)}
body.onnmobile-standalone .onn-content{padding-top:36px}
body.onnmobile-standalone main{width:min(1180px,calc(100% - 32px));max-width:1180px}
body.onnmobile-standalone :is(.v110-card,.v111-card,.v112-auth-card,.v113-line,.v1147-linecard,.v116line,.v17-formbox,.v180-card,.v187-review-card,.v19-order-card,.v193-confirm-card){border-radius:20px!important;border-color:var(--onn-border)!important;box-shadow:0 8px 26px rgba(53,0,94,.045)}
body.onnmobile-standalone :is(.v110-tabs,.onn-tabs){gap:9px;flex-wrap:wrap}
body.onnmobile-standalone :is(.v110-tabs a,.v1147-tablink,.onn-tabs a){border-radius:999px!important;transition:.18s ease}
body.onnmobile-standalone :is(.v110-tabs a,.v1147-tablink,.onn-tabs a):hover{transform:translateY(-1px);text-decoration:none}
body.onnmobile-standalone :is(input,select,textarea){border-radius:12px;border-color:#dcc7eb;min-height:44px}
body.onnmobile-standalone :is(input,select,textarea):focus{outline:2px solid rgba(91,10,168,.16);border-color:var(--onn-purple)}
body.onnmobile-standalone :is(.onn-btn,button,input[type=submit]){transition:transform .18s ease,box-shadow .18s ease}
body.onnmobile-standalone :is(.onn-btn,button,input[type=submit]):hover{transform:translateY(-1px);box-shadow:0 7px 16px rgba(91,10,168,.12)}
body.onnmobile-standalone table{border-collapse:separate;border-spacing:0;width:100%;overflow:hidden;border-radius:14px}
body.onnmobile-standalone th{background:#faf5fd;color:var(--onn-purple-dark)}
body.onnmobile-standalone :is(.v15-plans,.v180-plan-grid,.plan-grid){gap:18px}
body.onnmobile-standalone :is(.v180-plan,.plan){border-radius:18px!important}
body.onnmobile-standalone .demo-note{border-radius:14px}
@media(max-width:760px){body.onnmobile-standalone main{width:min(100% - 22px,1180px)}body.onnmobile-standalone :is(.v110-tabs,.onn-tabs){overflow-x:auto;flex-wrap:nowrap;padding-bottom:5px}body.onnmobile-standalone :is(.v110-tabs a,.v1147-tablink,.onn-tabs a){white-space:nowrap}}
.onn-nav a.current{color:var(--onn-pink)}.onn-nav a.current.account{background:var(--onn-purple);border-color:var(--onn-purple);color:#fff}


/* OnnMobile Theme V1.6 — customer account polish */
body.onnmobile-standalone :is(.v116line,.v1147-linecard,.v113-line){transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease}
body.onnmobile-standalone :is(.v116line,.v1147-linecard,.v113-line):hover{transform:translateY(-2px);box-shadow:0 12px 30px rgba(53,0,94,.075);border-color:#d9bce9!important}
body.onnmobile-standalone :is(.v110-card,.v112-auth-card,.v187-review-card){background:linear-gradient(180deg,#fff 0%,#fff 88%,#fdfaff 100%)}
body.onnmobile-standalone :is(.v110-tabs,.onn-tabs){scrollbar-width:thin;scrollbar-color:#d8b8ee transparent}
body.onnmobile-standalone :is(.v110-tabs a,.v1147-tablink,.onn-tabs a){font-weight:800;border:1px solid #dfc5ef!important;background:#fff}
body.onnmobile-standalone :is(.v110-tabs a.active,.v110-tabs .active,.v1147-tablink.active,.onn-tabs a.active){background:var(--onn-purple)!important;color:#fff!important;border-color:var(--onn-purple)!important}
body.onnmobile-standalone :is(.v116line,.v1147-linecard) :is(h2,h3,strong){color:var(--onn-purple-dark)}
body.onnmobile-standalone :is(.v116line,.v1147-linecard) a:not(.onn-btn){font-weight:800}
body.onnmobile-standalone :is(.v116line,.v1147-linecard) .onn-btn{min-height:44px}
body.onnmobile-standalone :is(.v110-card,.v116line,.v1147-linecard) hr{border:0;border-top:1px solid #eee2f5}
body.onnmobile-standalone :is(.badge,.status,.v116-badge){border-radius:999px!important}
body.onnmobile-standalone .onn-btn:focus-visible,body.onnmobile-standalone button:focus-visible,body.onnmobile-standalone a:focus-visible{outline:3px solid rgba(237,0,116,.28);outline-offset:3px}
body.onnmobile-standalone .onn-btn-primary{box-shadow:0 6px 16px rgba(237,0,116,.16)}
body.onnmobile-standalone :is(.v110-card,.v116line,.v1147-linecard) > :first-child{margin-top:0}
@media(max-width:760px){
 body.onnmobile-standalone :is(.v116line,.v1147-linecard,.v110-card){padding:20px!important}
 body.onnmobile-standalone :is(.v110-tabs,.onn-tabs){margin-left:-2px;margin-right:-2px;scroll-snap-type:x proximity}
 body.onnmobile-standalone :is(.v110-tabs a,.v1147-tablink,.onn-tabs a){scroll-snap-align:start;min-height:42px;display:inline-flex;align-items:center;justify-content:center}
 body.onnmobile-standalone :is(.onn-btn,button,input[type=submit]){min-height:46px}
}


/* OnnMobile Theme V1.7.1 — lower Line Details polish */
body.onnmobile-standalone .v1165manage{position:relative;overflow:hidden;background:#fff}
body.onnmobile-standalone .v1165manage>.v110-cardhead{padding-bottom:15px;margin-bottom:4px;border-bottom:1px solid #eee2f5}
body.onnmobile-standalone .v1165manage>.v110-cardhead h3{margin:0;font-size:23px;color:var(--onn-purple-dark)}
body.onnmobile-standalone .v1165manage .v110-help{color:var(--onn-muted);line-height:1.55}
body.onnmobile-standalone .v1164actions{display:flex;align-items:center;gap:12px;flex-wrap:wrap;margin-top:18px}
body.onnmobile-standalone .v1164actions :is(button,a){min-height:46px;display:inline-flex;align-items:center;justify-content:center;padding:11px 20px!important;border-radius:999px!important;font-weight:900!important;text-decoration:none!important}
body.onnmobile-standalone .v1164actions :is(.v1164save,.v110-view){background:var(--onn-pink)!important;border:2px solid var(--onn-pink)!important;color:#fff!important;box-shadow:0 7px 17px rgba(237,0,116,.15)}
body.onnmobile-standalone .v1164actions .v113-outline{background:#fff!important;border:2px solid var(--onn-purple)!important;color:var(--onn-purple)!important}
body.onnmobile-standalone .v1164actions :is(button,a):hover{transform:translateY(-2px);box-shadow:0 9px 20px rgba(73,0,132,.12)}
body.onnmobile-standalone #v1168managebox,body.onnmobile-standalone #v1167planbox{border-left:4px solid var(--onn-pink)!important;background:linear-gradient(135deg,#fff 0%,#fff 72%,#fff7fb 100%)}
body.onnmobile-standalone #v1168managebox .v1164grid,body.onnmobile-standalone .v1164device .v1164grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px 20px}
body.onnmobile-standalone #v1168managebox label,body.onnmobile-standalone #v1167planbox label,body.onnmobile-standalone .v1164device label{font-weight:800;color:var(--onn-purple-dark)}
body.onnmobile-standalone #v1168managebox :is(input,select),body.onnmobile-standalone #v1167planbox select,body.onnmobile-standalone .v1164device input{width:100%;margin-top:7px;background:#fcfaff;border:2px solid #e5cef3!important;padding:12px 14px}
body.onnmobile-standalone #v1168managebox :is(input,select):focus,body.onnmobile-standalone #v1167planbox select:focus,body.onnmobile-standalone .v1164device input:focus{background:#fff;border-color:var(--onn-purple)!important;box-shadow:0 0 0 4px rgba(91,10,168,.08)}
body.onnmobile-standalone #v1166history{margin-top:12px;border:1px solid #eee2f5;border-radius:16px;overflow:hidden;background:#fff}
body.onnmobile-standalone #v1166history>.v110-row{margin:0!important;padding:16px 18px!important;border-bottom:1px solid #eee2f5!important;display:grid;grid-template-columns:minmax(170px,.7fr) minmax(0,1.3fr);gap:18px;align-items:center}
body.onnmobile-standalone #v1166history>.v110-row:last-child{border-bottom:0!important}
body.onnmobile-standalone #v1166history>.v110-row:hover{background:#fdf9ff}
body.onnmobile-standalone #v1166history span{color:var(--onn-muted);font-size:14px}
body.onnmobile-standalone #v1166history small{display:inline-block;margin-top:4px;color:var(--onn-purple);font-size:12px;font-weight:900;text-transform:uppercase;letter-spacing:.45px}
body.onnmobile-standalone #v1166history strong{color:var(--onn-text);text-align:right;line-height:1.45}
body.onnmobile-standalone #v1165automsg:not(:empty),body.onnmobile-standalone #v1167msg:not(:empty),body.onnmobile-standalone #v1168msg:not(:empty),body.onnmobile-standalone #v1164msg:not(:empty){margin-top:16px;padding:12px 15px;border-radius:12px;background:#fff3f9;border:1px solid #f5cbe0;color:#5d2850}
@media(max-width:700px){
 body.onnmobile-standalone #v1168managebox .v1164grid,body.onnmobile-standalone .v1164device .v1164grid{grid-template-columns:1fr}
 body.onnmobile-standalone .v1164actions{align-items:stretch}
 body.onnmobile-standalone .v1164actions :is(button,a){width:100%}
 body.onnmobile-standalone #v1166history>.v110-row{grid-template-columns:1fr;gap:6px}
 body.onnmobile-standalone #v1166history strong{text-align:left}
}

/* OnnMobile Theme V1.8.1 — My Account dashboard polish */
body.onnmobile-standalone .v110-account{max-width:1120px}
body.onnmobile-standalone .v110-banner{position:relative;overflow:hidden;padding:32px 30px;border-color:#e6d1f2;background:linear-gradient(135deg,#fff 0%,#fff 68%,#fff3fa 100%)}
body.onnmobile-standalone .v110-banner:after{content:"";position:absolute;width:180px;height:180px;border-radius:50%;right:-70px;top:-95px;background:radial-gradient(circle,rgba(237,0,116,.12),rgba(91,10,168,.03) 65%,transparent 66%);pointer-events:none}
body.onnmobile-standalone .v110-banner h2{font-size:36px;line-height:1.1;letter-spacing:-.5px}
body.onnmobile-standalone .v110-kicker{font-weight:900;letter-spacing:2.2px}
body.onnmobile-standalone .v112-authbar{border:1px solid #e7d5f2!important;border-radius:18px!important;padding:18px 22px!important;background:#fff;box-shadow:0 8px 24px rgba(50,0,92,.04)}
body.onnmobile-standalone .v110-tabs{padding:2px 0 8px;margin-bottom:18px;gap:9px}
body.onnmobile-standalone .v110-tabs :is(button,.v1147-tablink){min-height:44px;padding:10px 20px!important;transition:transform .16s ease,box-shadow .16s ease,border-color .16s ease}
body.onnmobile-standalone .v110-tabs :is(button,.v1147-tablink):hover{transform:translateY(-1px);border-color:#cda8e4!important;box-shadow:0 6px 15px rgba(66,0,118,.07)}
body.onnmobile-standalone .v110-grid{gap:20px;align-items:stretch}
body.onnmobile-standalone .v110-grid>.v110-card{height:100%;box-shadow:0 10px 28px rgba(50,0,92,.055);border-color:#e8d7f2}
body.onnmobile-standalone .v110-cardhead{padding-bottom:12px;margin-bottom:2px;border-bottom:1px solid #eee3f4}
body.onnmobile-standalone .v110-cardhead h3{font-size:23px;margin:0;color:var(--onn-purple-dark)}
body.onnmobile-standalone .v110-badge{padding:7px 12px;background:#fff0f7;color:var(--onn-pink);font-weight:900}
body.onnmobile-standalone .v110-row{min-height:51px;align-items:center;padding:14px 0}
body.onnmobile-standalone .v110-row span{color:#745f75}
body.onnmobile-standalone .v110-row strong{font-weight:900;color:#170035}
body.onnmobile-standalone .v110-shortcut{min-height:51px;padding:14px 5px 14px 0;border-color:#eee3f4;color:var(--onn-purple-dark)!important}
body.onnmobile-standalone .v110-shortcut:after{content:"→";width:30px;height:30px;border-radius:50%;display:grid;place-items:center;background:#faf2ff;color:var(--onn-purple);transition:.16s ease}
body.onnmobile-standalone .v110-shortcut:hover:after{background:var(--onn-purple);color:#fff;transform:translateX(2px)}
body.onnmobile-standalone .v110-primary,body.onnmobile-standalone .v110-view{box-shadow:0 7px 17px rgba(237,0,116,.15)}
body.onnmobile-standalone .v110-secondary,body.onnmobile-standalone .v113-outline{border-width:2px!important}
body.onnmobile-standalone :is(#v110ServicePanel,#v113LinePanel,#v110OrdersPanel,#v111RefillsPanel,#v1135PlansPanel,#v1143AutoPanel){animation:v18AccountIn .2s ease}
@keyframes v18AccountIn{from{opacity:.55;transform:translateY(4px)}to{opacity:1;transform:none}}
body.onnmobile-standalone .v1143-hist{padding:12px 0}
body.onnmobile-standalone .v110-note{margin-top:20px;padding:12px 16px;border-radius:13px;background:#fbf7fd;color:#715f78}
@media(max-width:760px){
 body.onnmobile-standalone .v110-account{padding-left:0;padding-right:0}
 body.onnmobile-standalone .v110-banner{padding:25px 20px}
 body.onnmobile-standalone .v110-banner h2{font-size:30px}
 body.onnmobile-standalone .v112-authbar{padding:16px 18px!important}
 body.onnmobile-standalone .v110-tabs{display:flex;overflow-x:auto;flex-wrap:nowrap!important;scroll-snap-type:x proximity}
 body.onnmobile-standalone .v110-tabs :is(button,.v1147-tablink){flex:0 0 auto!important;white-space:nowrap;scroll-snap-align:start}
 body.onnmobile-standalone .v110-grid{grid-template-columns:1fr}
 body.onnmobile-standalone .v110-row{gap:14px}
}

/* OnnMobile Theme V1.8.1 — at-a-glance account summary */
body.onnmobile-standalone .onn-v181-summary{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;margin:20px 0 22px}
body.onnmobile-standalone .onn-v181-stat{position:relative;overflow:hidden;min-height:126px;padding:20px;border:1px solid #e7d2f2;border-radius:19px;background:linear-gradient(145deg,#fff 0%,#fff 72%,#fff6fb 100%);box-shadow:0 8px 24px rgba(50,0,92,.045)}
body.onnmobile-standalone .onn-v181-stat:after{content:"";position:absolute;width:72px;height:72px;border-radius:50%;right:-25px;top:-25px;background:rgba(237,0,116,.055)}
body.onnmobile-standalone .onn-v181-label{display:block;color:#745f75;font-size:13px;font-weight:800;margin-bottom:9px}
body.onnmobile-standalone .onn-v181-value{display:block;color:var(--onn-purple-dark);font-size:21px;line-height:1.2;font-weight:900;letter-spacing:-.25px}
body.onnmobile-standalone .onn-v181-sub{display:block;color:#8a728c;font-size:12px;margin-top:8px}
body.onnmobile-standalone .onn-v181-stat.is-accent{border-color:#f0c9df;background:linear-gradient(145deg,#fff 0%,#fff7fb 100%)}
body.onnmobile-standalone .onn-v181-stat.is-accent .onn-v181-value{color:#d50069}
@media(max-width:900px){body.onnmobile-standalone .onn-v181-summary{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:520px){body.onnmobile-standalone .onn-v181-summary{grid-template-columns:1fr;gap:10px}body.onnmobile-standalone .onn-v181-stat{min-height:105px;padding:17px 18px}}


/* OnnMobile Theme V1.9 — Plans & shopping experience */
body.onnmobile-standalone .v15-lines{margin:0 auto 28px;text-align:center}
body.onnmobile-standalone .v15-lines h2{color:var(--onn-purple-dark);font-size:28px;margin-bottom:8px}
body.onnmobile-standalone .v15-linebuttons{display:flex;justify-content:center;gap:9px;flex-wrap:wrap;margin-top:16px}
body.onnmobile-standalone .v15-linebuttons button{min-width:54px;min-height:44px;padding:9px 16px!important;border:2px solid #dec2ee!important;border-radius:999px!important;background:#fff!important;color:var(--onn-purple)!important;font-weight:900!important;box-shadow:none!important}
body.onnmobile-standalone .v15-linebuttons button.active{background:var(--onn-purple)!important;border-color:var(--onn-purple)!important;color:#fff!important;box-shadow:0 7px 18px rgba(91,10,168,.16)!important}
body.onnmobile-standalone .v15-plans{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px;align-items:stretch;margin:26px 0 38px}
body.onnmobile-standalone .v15-plans article{position:relative;display:flex;flex-direction:column;min-width:0;padding:28px!important;border:1px solid #e6d1f2!important;border-radius:24px!important;background:linear-gradient(180deg,#fff 0%,#fff 86%,#fdf8ff 100%)!important;box-shadow:0 10px 30px rgba(49,0,88,.055);transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease}
body.onnmobile-standalone .v15-plans article:hover{transform:translateY(-4px);border-color:#cfaae4!important;box-shadow:0 17px 36px rgba(49,0,88,.10)}
body.onnmobile-standalone .v15-plans article.featured{border:2px solid var(--onn-pink)!important;box-shadow:0 15px 38px rgba(237,0,116,.10)}
body.onnmobile-standalone .v15-plans article.featured em{align-self:flex-start;margin:-44px 0 15px;padding:7px 13px;border-radius:999px;background:var(--onn-pink);color:#fff;font-size:11px;font-style:normal;font-weight:900;letter-spacing:.7px;box-shadow:0 6px 15px rgba(237,0,116,.2)}
body.onnmobile-standalone .v15-plans article>span{color:var(--onn-pink);font-size:12px;font-weight:900;letter-spacing:1.5px}
body.onnmobile-standalone .v15-plans h2{margin:10px 0 4px;color:var(--onn-purple-dark);font-size:45px;line-height:1}
body.onnmobile-standalone .v15-plans h2 small{font-size:14px;color:#7b687d;font-weight:700}
body.onnmobile-standalone .v15-plans h3{margin:15px 0 0;color:var(--onn-purple-dark);font-size:26px}
body.onnmobile-standalone .v15-plans article>p{margin:2px 0 15px;color:var(--onn-muted)}
body.onnmobile-standalone .v15-plans ul{margin:0 0 22px;padding:0;list-style:none;flex:1}
body.onnmobile-standalone .v15-plans li{position:relative;padding:9px 0 9px 25px;border-bottom:1px solid #f0e6f5;color:#4f3c55}
body.onnmobile-standalone .v15-plans li:before{content:"✓";position:absolute;left:0;color:var(--onn-pink);font-weight:900}
body.onnmobile-standalone .v151-breakdown{margin:4px 0 17px;padding:14px;border-radius:15px;background:#faf5fd;border:1px solid #eee0f5}
body.onnmobile-standalone .v151-perline{display:block;color:var(--onn-purple-dark);font-size:15px}
body.onnmobile-standalone .v151-save{display:block;margin-top:3px;color:#7b687d;font-size:12px}
body.onnmobile-standalone .v151-select{display:flex;align-items:center;justify-content:center;min-height:48px;padding:12px 18px;border-radius:999px;background:var(--onn-pink);color:#fff!important;font-weight:900;text-decoration:none!important;box-shadow:0 8px 18px rgba(237,0,116,.17)}
body.onnmobile-standalone .v151-select:hover{transform:translateY(-1px);box-shadow:0 11px 22px rgba(237,0,116,.22)}
body.onnmobile-standalone .v15-compare{margin:38px 0;padding:30px;border:1px solid #e6d3f1;border-radius:24px;background:#fff;box-shadow:0 10px 28px rgba(50,0,92,.045)}
body.onnmobile-standalone .v15-compare .eyebrow{color:var(--onn-pink);font-size:12px;font-weight:900;letter-spacing:1.6px}
body.onnmobile-standalone .v15-compare h2{margin:4px 0 20px;color:var(--onn-purple-dark);font-size:30px}
body.onnmobile-standalone .v15-table{overflow-x:auto;border:1px solid #eadcf2;border-radius:16px}
body.onnmobile-standalone .v15-table>div{display:grid;grid-template-columns:1.2fr repeat(3,1fr);min-width:650px;border-bottom:1px solid #eee3f4}
body.onnmobile-standalone .v15-table>div:last-child{border-bottom:0}
body.onnmobile-standalone .v15-table :is(span,b){padding:15px 16px;border-right:1px solid #eee3f4;text-align:center}
body.onnmobile-standalone .v15-table :is(span,b):first-child{text-align:left}
body.onnmobile-standalone .v15-table :is(span,b):last-child{border-right:0}
body.onnmobile-standalone .v15-table>div:first-child{background:#faf5fd;color:var(--onn-purple-dark)}
@media(max-width:900px){body.onnmobile-standalone .v15-plans{grid-template-columns:1fr}body.onnmobile-standalone .v15-plans article.featured{margin-top:12px}}
@media(max-width:600px){body.onnmobile-standalone .v15-compare{padding:20px 16px}body.onnmobile-standalone .v15-plans article{padding:23px!important}body.onnmobile-standalone .v15-plans h2{font-size:40px}}

/* V1.10 — Plans to Activation handoff */
.onn-v110-handoff{margin:0 0 22px;padding:18px 20px;border:1px solid #ead8f4;border-radius:18px;background:linear-gradient(135deg,#fff 0%,#fff7fc 100%);box-shadow:0 10px 28px rgba(82,18,120,.07)}
.onn-v110-handoff b{display:block;color:#ec008c;font-size:12px;letter-spacing:.12em;text-transform:uppercase;margin-bottom:6px}.onn-v110-handoff strong{display:block;color:#240052;font-size:20px;margin-bottom:4px}.onn-v110-handoff span{color:#70566d;font-size:14px;line-height:1.45}.onn-v110-handoff .onn-v110-note{display:block;margin-top:8px;font-size:12px}
@media(max-width:700px){.onn-v110-handoff{margin:0 12px 18px;padding:16px}.onn-v110-handoff strong{font-size:18px}}


/* V1.11 — persistent 5-step activation selection summary */
.onn-v111-selection{margin:0 0 20px;padding:15px 18px;border:1px solid #ead8f4;border-radius:17px;background:#fff9fd;display:flex;align-items:center;justify-content:space-between;gap:16px;box-shadow:0 8px 24px rgba(82,18,120,.05)}
.onn-v111-selection .v111-left{min-width:0}.onn-v111-selection .v111-kicker{display:block;color:#ec008c;font-size:11px;font-weight:900;letter-spacing:.12em;text-transform:uppercase;margin-bottom:4px}.onn-v111-selection strong{display:block;color:#240052;font-size:18px;line-height:1.25}.onn-v111-selection .v111-total{color:#6f596e;font-size:13px;white-space:nowrap}.onn-v111-selection .v111-demo{display:block;color:#806b80;font-size:11px;margin-top:4px}
.onn-v111-review-note{margin-top:12px;padding:12px 14px;border-radius:13px;background:#faf4fd;border:1px solid #eee0f5;color:#6f596e;font-size:12px}
@media(max-width:650px){.onn-v111-selection{align-items:flex-start;flex-direction:column}.onn-v111-selection .v111-total{white-space:normal}}

/* V1.11.1 — single activation summary */
.onn-v110-handoff{display:none!important}

/* V1.12 — post-activation confirmation polish */
.onn-v112-success{max-width:1080px;margin:22px auto;padding:24px;border:1px solid #ead5f5;border-radius:22px;background:linear-gradient(135deg,#fff,#fff4fa);box-shadow:0 12px 30px rgba(49,0,92,.06)}
.onn-v112-success .v112-kicker{display:block;color:#f0007a;font-size:12px;font-weight:900;letter-spacing:.13em;text-transform:uppercase;margin-bottom:7px}.onn-v112-success h2{margin:0 0 8px;color:#2b0067;font-size:28px;text-align:left}.onn-v112-success p{margin:0 0 16px;color:#73536d}.onn-v112-actions{display:flex;gap:10px;flex-wrap:wrap}.onn-v112-actions a{display:inline-flex;align-items:center;justify-content:center;border-radius:999px;padding:12px 18px;font-weight:800;text-decoration:none}.onn-v112-primary{background:#f0007a;color:#fff!important}.onn-v112-secondary{border:2px solid #6611c6;color:#4c009c!important;background:#fff}.onn-v112-review-summary{margin-top:16px;padding:16px 18px;border-radius:16px;background:#faf6ff;border:1px solid #eadcf5;color:#35105e;font-weight:700}.onn-v112-review-summary small{display:block;color:#775d7d;font-weight:500;margin-top:4px}
@media(max-width:600px){.onn-v112-success{margin:14px 10px;padding:18px}.onn-v112-success h2{font-size:24px}.onn-v112-actions a{width:100%}}
