:root{--ccp-navy:#061426;--ccp-navy-2:#0b1d33;--ccp-navy-3:#102b48;--ccp-green:#2bea6b;--ccp-green-2:#00c765;--ccp-mint:#dfffea;--ccp-yellow:#ffca3a;--ccp-orange:#ff9f1c;--ccp-red:#ff5c5c;--ccp-white:#fff;--ccp-off:#f3f7fb;--ccp-line:#d9e4ee;--ccp-muted:#607286;--ccp-text:#0b1628;--ccp-card:#ffffff;--ccp-shadow:0 24px 60px rgba(3,16,31,.14);--ccp-radius:22px;--ccp-radius-sm:14px;--ccp-max:1180px;--ccp-font:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif} *{box-sizing:border-box} html{scroll-behavior:smooth} body{margin:0;font-family:var(--ccp-font);background:linear-gradient(180deg,#eaf0f7 0%,#f7f9fc 40%,#edf3f7 100%);color:var(--ccp-text);line-height:1.55;font-size:16px} a{color:inherit;text-decoration:none} img{max-width:100%;height:auto} .ccp-shell{min-height:100vh} .ccp-container{width:min(var(--ccp-max),calc(100% - 36px));margin:0 auto} .ccp-site-header{position:sticky;top:0;z-index:50;background:rgba(6,20,38,.94);backdrop-filter:blur(18px);border-bottom:1px solid rgba(255,255,255,.1)} .ccp-nav{min-height:74px;display:flex;align-items:center;justify-content:space-between;gap:20px} .ccp-logo{display:flex;flex-direction:column;gap:2px;font-weight:900;letter-spacing:-.04em;color:#fff;font-size:27px;line-height:1} .ccp-logo span span{color:var(--ccp-green)} .ccp-logo small{font-size:11px;letter-spacing:.02em;font-weight:700;color:#8ea2b7} .ccp-menu{display:flex;gap:4px;align-items:center;flex-wrap:wrap} .ccp-menu ul,.ccp-menu .menu{display:flex;gap:4px;align-items:center;flex-wrap:wrap;margin:0;padding:0;list-style:none} .ccp-menu li{margin:0;padding:0;list-style:none} .ccp-menu li::marker{content:""} .ccp-menu ul ul{display:none} .ccp-menu a{display:inline-flex;align-items:center;justify-content:center} .ccp-menu a{color:#c8d3df;padding:10px 11px;border-radius:12px;font-size:13px;font-weight:750} .ccp-menu a:hover,.ccp-menu .current-menu-item>a{color:#fff;background:rgba(255,255,255,.07)} .ccp-header-cta{display:inline-flex;align-items:center;justify-content:center;background:linear-gradient(135deg,var(--ccp-green),#19d45a);color:#061426;font-weight:900;border-radius:999px;padding:11px 17px;font-size:13px;box-shadow:0 10px 30px rgba(43,234,107,.22)} .ccp-mobile-toggle{display:none;width:48px;height:48px;flex:0 0 48px;align-items:center;justify-content:center;padding:0;background:rgba(255,255,255,.04);border:1px solid rgba(255,255,255,.28);color:#fff;border-radius:14px;cursor:pointer;position:relative;z-index:3;-webkit-tap-highlight-color:transparent;touch-action:manipulation} .ccp-mobile-toggle:hover{background:rgba(255,255,255,.09);border-color:rgba(255,255,255,.42)} .ccp-mobile-toggle:focus-visible{outline:3px solid var(--ccp-green);outline-offset:3px} .ccp-mobile-toggle-icon{display:grid;gap:5px;width:22px;pointer-events:none} .ccp-mobile-toggle-icon span{display:block;width:22px;height:2px;border-radius:999px;background:currentColor;transform-origin:center;transition:transform .18s ease,opacity .18s ease} .ccp-mobile-toggle[aria-expanded="true"] .ccp-mobile-toggle-icon span:nth-child(1){transform:translateY(7px) rotate(45deg)} .ccp-mobile-toggle[aria-expanded="true"] .ccp-mobile-toggle-icon span:nth-child(2){opacity:0} .ccp-mobile-toggle[aria-expanded="true"] .ccp-mobile-toggle-icon span:nth-child(3){transform:translateY(-7px) rotate(-45deg)} .ccp-hero{position:relative;overflow:hidden;background:radial-gradient(circle at 82% 12%,rgba(43,234,107,.22),transparent 34%),radial-gradient(circle at 40% 88%,rgba(0,199,101,.18),transparent 30%),linear-gradient(135deg,#061426 0%,#0a2039 54%,#092f35 100%);color:#fff;padding:76px 0 64px} .ccp-hero:before{content:"";position:absolute;inset:0;background-image:linear-gradient(rgba(255,255,255,.035) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.035) 1px,transparent 1px);background-size:44px 44px;mask-image:linear-gradient(180deg,#000,transparent 82%)} .ccp-hero-grid{position:relative;display:grid;grid-template-columns:minmax(0,1.05fr) minmax(320px,.95fr);gap:42px;align-items:center} .ccp-kicker{display:inline-flex;gap:9px;align-items:center;color:var(--ccp-green);font-weight:900;font-size:12px;text-transform:uppercase;letter-spacing:.13em;background:rgba(43,234,107,.11);border:1px solid rgba(43,234,107,.25);padding:8px 12px;border-radius:999px;margin-bottom:20px} .ccp-hero h1{font-size:clamp(42px,6vw,76px);line-height:.96;margin:0 0 20px;letter-spacing:-.07em} .ccp-hero h1 em{color:var(--ccp-green);font-style:normal} .ccp-hero p{font-size:18px;color:#b8c8d9;max-width:620px;margin:0 0 26px} .ccp-hero-actions{display:flex;flex-wrap:wrap;gap:12px;margin:28px 0} .ccp-btn{border:0;border-radius:16px;padding:14px 18px;font-weight:900;display:inline-flex;gap:10px;align-items:center;justify-content:center;cursor:pointer;transition:transform .16s ease,box-shadow .16s ease,background .16s ease} .ccp-btn:hover{transform:translateY(-1px)} .ccp-btn-primary{background:linear-gradient(135deg,var(--ccp-green),#16d55b);color:#061426;box-shadow:0 16px 38px rgba(43,234,107,.25)} .ccp-btn-secondary{background:rgba(255,255,255,.08);color:#fff;border:1px solid rgba(255,255,255,.16)} .ccp-phone-art{min-height:420px;border:1px solid rgba(255,255,255,.13);border-radius:34px;background:linear-gradient(155deg,rgba(255,255,255,.09),rgba(255,255,255,.03));box-shadow:inset 0 1px 0 rgba(255,255,255,.18),0 28px 80px rgba(0,0,0,.28);position:relative;overflow:hidden} .ccp-phone-art:before,.ccp-phone-art:after{content:"";position:absolute;border-radius:34px;background:#101a25;border:2px solid #33455a;box-shadow:0 30px 60px rgba(0,0,0,.35),inset 0 0 0 8px #0b1320} .ccp-phone-art:before{width:168px;height:324px;right:210px;top:55px;transform:rotate(-8deg);background:linear-gradient(135deg,#0a1220 0%,#0b1c2f 55%,#17df63 56%,#062213 100%)} .ccp-phone-art:after{width:178px;height:340px;right:70px;top:34px;transform:rotate(8deg);background:linear-gradient(135deg,#152238,#0e1828)} .ccp-camera{position:absolute;right:198px;top:64px;width:42px;height:42px;border-radius:14px;background:#263648;z-index:2} .ccp-camera:before,.ccp-camera:after{content:"";position:absolute;background:#101722;border:3px solid #65758a;border-radius:50%;width:13px;height:13px} .ccp-camera:before{top:6px;left:6px}.ccp-camera:after{right:6px;bottom:6px} .ccp-floating-card{position:absolute;left:30px;bottom:30px;right:30px;z-index:3;display:grid;grid-template-columns:repeat(4,1fr);gap:12px} .ccp-stat{background:rgba(5,20,36,.72);border:1px solid rgba(255,255,255,.12);border-radius:18px;padding:15px} .ccp-stat strong{display:block;color:var(--ccp-green);font-size:23px;line-height:1} .ccp-stat span{display:block;font-size:12px;color:#a9bbce;margin-top:4px} .ccp-section{padding:56px 0} .ccp-section-head{display:flex;align-items:end;justify-content:space-between;gap:20px;margin-bottom:24px} .ccp-section-head h2{font-size:34px;letter-spacing:-.04em;line-height:1.05;margin:0;color:#07182b} .ccp-section-head p{margin:7px 0 0;color:var(--ccp-muted)} .ccp-grid-3{display:grid;grid-template-columns:repeat(3,1fr);gap:18px} .ccp-grid-4{display:grid;grid-template-columns:repeat(4,1fr);gap:16px} .ccp-card{background:var(--ccp-card);border:1px solid var(--ccp-line);border-radius:var(--ccp-radius);padding:24px;box-shadow:var(--ccp-shadow)} .ccp-card-dark{background:linear-gradient(145deg,#07182b,#0c243d);color:#fff;border-color:rgba(255,255,255,.12)} .ccp-decision-card h3{font-size:25px;line-height:1.05;letter-spacing:-.04em;margin:10px 0 8px} .ccp-icon{width:48px;height:48px;border-radius:16px;display:inline-grid;place-items:center;background:rgba(43,234,107,.12);border:1px solid rgba(43,234,107,.24);color:var(--ccp-green);font-weight:900} .ccp-phone-card{padding:0;overflow:hidden} .ccp-phone-visual{height:170px;background:linear-gradient(135deg,#e9f1f8,#fff);display:grid;place-items:center;position:relative} .ccp-phone-visual:before{content:"";width:74px;height:128px;border-radius:17px;background:linear-gradient(145deg,#0a1421,#18314b 62%,#2bea6b 63%,#071b12);border:4px solid #26384a;box-shadow:0 18px 38px rgba(5,20,36,.16)} .ccp-badge{display:inline-flex;padding:5px 9px;border-radius:999px;font-size:11px;font-weight:900;background:var(--ccp-mint);color:#076d35} .ccp-phone-visual .ccp-badge{position:absolute;top:12px;left:12px} .ccp-phone-body{padding:18px} .ccp-phone-body h3{margin:0 0 4px;font-size:20px;letter-spacing:-.03em} .ccp-price{font-size:26px;font-weight:950;letter-spacing:-.04em;color:#061426} .ccp-save{color:#078b43;font-weight:900;font-size:13px} .ccp-trust-band{background:#07182b;color:#fff;border-radius:30px;padding:28px;display:grid;grid-template-columns:repeat(4,1fr);gap:14px} .ccp-trust-item{border:1px solid rgba(255,255,255,.1);background:rgba(255,255,255,.04);border-radius:18px;padding:18px} .ccp-trust-item strong{color:var(--ccp-green);display:block} .ccp-content-wrap{padding:44px 0} .ccp-page-card{background:#fff;border:1px solid var(--ccp-line);border-radius:28px;box-shadow:var(--ccp-shadow);padding:30px} .ccp-page-title{background:linear-gradient(135deg,#061426,#0b2b3a);color:#fff;padding:42px 0} .ccp-page-title h1{font-size:46px;line-height:1;margin:0 0 10px;letter-spacing:-.055em} .ccp-page-title p{color:#b7c8d9;max-width:720px} .ccp-footer{background:#061426;color:#9fb2c7;padding:40px 0;margin-top:40px} .ccp-footer-grid{display:grid;grid-template-columns:2fr repeat(3,1fr);gap:24px} .ccp-footer h2{color:#fff;margin:0 0 10px;font-size:inherit} .ccp-footer a{display:block;color:#9fb2c7;margin:6px 0;font-size:14px} .ccp-footer a:hover{color:var(--ccp-green)} .ccp-footer-legal{border-top:1px solid rgba(255,255,255,.1);margin-top:28px;padding-top:16px;text-align:center;color:#7f93aa;font-size:11px;line-height:1.5} .ccp-footer .ccp-footer-legal p{max-width:1040px;margin:0 auto} .entry-content>*:first-child{margin-top:0} @media (max-width:920px){.ccp-menu{display:none;position:absolute;top:calc(100% + 8px);left:0;right:0;z-index:100;width:100%;padding:10px;background:#0b1d33;border:1px solid rgba(255,255,255,.14);border-radius:16px;box-shadow:0 24px 50px rgba(0,0,0,.35)} .ccp-menu.is-open{display:block} .ccp-menu ul,.ccp-menu .menu{flex-direction:column;align-items:stretch;width:100%;gap:3px} .ccp-menu a{width:100%;min-height:46px;justify-content:flex-start;padding:11px 13px;font-size:14px} .ccp-hero-grid,.ccp-grid-3,.ccp-grid-4,.ccp-footer-grid{grid-template-columns:1fr} .ccp-mobile-toggle{display:inline-flex} .ccp-nav{min-height:68px} .ccp-phone-art{min-height:360px} .ccp-phone-art:before{right:48%;top:55px} .ccp-phone-art:after{right:14%;top:40px} .ccp-floating-card{grid-template-columns:repeat(2,1fr)} .ccp-section-head{display:block} .ccp-trust-band{grid-template-columns:1fr 1fr}} @media (max-width:560px){body{font-size:15px} .ccp-container{width:min(100% - 24px,var(--ccp-max))} .ccp-logo{font-size:22px} .ccp-header-cta{display:none} .ccp-hero{padding:50px 0} .ccp-floating-card{grid-template-columns:1fr} .ccp-trust-band{grid-template-columns:1fr} .ccp-page-title h1{font-size:36px}} .admin-bar .ccp-site-header{top:32px} @media screen and (max-width:782px){.admin-bar .ccp-site-header{top:46px}} .ccp-site-header{box-shadow:0 12px 36px rgba(3,16,31,.18)} .ccp-nav{position:relative} .ccp-menu{min-width:0;flex:1;justify-content:center} .ccp-menu ul,.ccp-menu .menu{justify-content:center} .ccp-menu a{white-space:nowrap} .ccp-header-cta{white-space:nowrap;flex:0 0 auto} @media (min-width:1101px){.ccp-logo{min-width:245px}} @media (min-width:921px) and (max-width:1100px){.ccp-logo{min-width:0} .ccp-menu a{font-size:12px;padding:9px 8px}} .ccp-special-card{display:block;text-decoration:none;color:inherit} .ccp-special-card .ccp-phone-visual img{max-width:82%;max-height:128px;width:auto;height:auto;object-fit:contain;position:relative;z-index:2;filter:drop-shadow(0 14px 22px rgba(5,20,36,.18))} .ccp-special-card.has-image .ccp-phone-visual::before{display:none} .ccp-plan-visual:before{width:118px;height:82px;border-radius:22px;background:linear-gradient(135deg,#061426,#123456 60%,#2bea6b 61%,#0b2c1b);border:4px solid #26384a} .ccp-special-card:hover{transform:translateY(-2px);transition:transform .16s ease,box-shadow .16s ease} .ccp-special-card:hover .ccp-phone-body h3{color:#066a35} .ccp-logo-img{max-height:44px;width:auto;display:block;object-fit:contain} .ccp-logo:has(.ccp-logo-img){gap:4px} .ccp-phone-art-image{display:block;padding:0;background:linear-gradient(155deg,rgba(255,255,255,.09),rgba(255,255,255,.03))} .ccp-phone-art-image:before,.ccp-phone-art-image:after,.ccp-phone-art-image .ccp-camera{display:none} .ccp-phone-art-image>img{width:100%;height:100%;min-height:420px;object-fit:cover;display:block;opacity:.96} .ccp-hero-grid-no-art{grid-template-columns:minmax(0,820px);justify-content:center;text-align:center} .ccp-hero-grid-no-art .ccp-hero-actions{justify-content:center} .ccp-page-title{background-size:cover;background-position:center} @media (max-width:920px){.ccp-phone-art-image>img{min-height:360px}.ccp-hero-grid-no-art{text-align:left}.ccp-hero-grid-no-art .ccp-hero-actions{justify-content:flex-start}} .ccp-home-plan-card{position:relative;display:flex;flex-direction:column;min-height:100%;padding:22px 22px 24px;overflow:hidden} .ccp-home-plan-card:before{content:"";position:absolute;inset:0 0 auto;height:4px;background:linear-gradient(90deg,var(--ccp-green),#0e90dc);opacity:.9} .ccp-home-plan-badge{display:inline-flex;align-self:flex-start;margin:-3px 0 18px;padding:7px 11px;border-radius:999px;background:#fff4bd;color:#6d5100;font-size:11px;font-weight:950;text-transform:uppercase;letter-spacing:.08em} .ccp-home-plan-top{display:flex;justify-content:space-between;align-items:flex-start;gap:16px;margin-bottom:12px} .ccp-home-plan-logo-wrap{min-width:0;flex:1} .ccp-home-plan-logo-wrap img{max-width:112px;max-height:34px;width:auto;height:auto;object-fit:contain;display:block;margin-bottom:14px} .ccp-home-plan-logo-text{display:inline-flex;font-weight:950;color:#07182b;margin-bottom:14px;text-decoration:none} .ccp-home-plan-logo-wrap h3{font-size:22px;line-height:1.15;letter-spacing:-.035em;margin:0;color:#061426} .ccp-home-rating-ring{width:70px;height:70px;border:5px solid #16c86a;border-radius:50%;display:grid;place-items:center;text-align:center;flex:0 0 auto;background:#fff;color:#061426;line-height:1} .ccp-home-rating-ring strong{font-size:18px;display:block;letter-spacing:-.04em}.ccp-home-rating-ring span{font-size:10px;display:block;max-width:48px;color:#476177;line-height:1.05} .ccp-home-plan-price{font-size:36px;line-height:1.06;font-weight:950;letter-spacing:-.065em;color:#061426;margin:10px 0 18px} .ccp-home-plan-facts{list-style:none;padding:0;margin:0 0 16px;display:grid;gap:9px;color:#18314b;font-size:14px;line-height:1.35} .ccp-home-plan-best{border-top:1px solid var(--ccp-line);padding-top:13px;margin:auto 0 18px;display:grid;grid-template-columns:74px 1fr;gap:10px;color:#061426;font-size:14px} .ccp-home-plan-best span{color:#607286;font-weight:800}.ccp-home-plan-best strong{font-weight:950} .ccp-home-plan-btn{display:flex;align-items:center;justify-content:center;min-height:52px;border-radius:14px;background:linear-gradient(135deg,#1f49ff,#0796d9);color:#fff;text-decoration:none;font-weight:950;box-shadow:0 18px 34px rgba(31,73,255,.18)} .ccp-home-plan-btn:hover{filter:brightness(1.03);transform:translateY(-1px)} @media (max-width:920px){.ccp-home-plan-card{min-height:auto}.ccp-home-plan-price{font-size:31px}} .ccp-skip-link{position:absolute;left:-9999px;top:0;z-index:100000;padding:10px 16px;background:#111;color:#fff;text-decoration:none;border-radius:0 0 6px 0} .ccp-skip-link:focus{left:0;outline:3px solid #4c9ffe} .ccp-home-savings-hero{padding:70px 0 56px;background:radial-gradient(circle at 78% 18%,rgba(43,234,107,.23),transparent 34%),radial-gradient(circle at 92% 70%,rgba(0,199,101,.16),transparent 32%),linear-gradient(135deg,#061426 0%,#082036 48%,#07392f 100%)} .ccp-home-savings-hero:after{content:"";position:absolute;right:-120px;bottom:-120px;width:680px;height:270px;border:1px solid rgba(43,234,107,.22);border-radius:50%;transform:rotate(-8deg);box-shadow:0 0 0 26px rgba(43,234,107,.035),0 0 0 54px rgba(43,234,107,.025)} .ccp-home-savings-hero .ccp-hero-grid{grid-template-columns:minmax(0,1.02fr) minmax(420px,.98fr);gap:56px} .ccp-home-savings-hero .ccp-kicker:before{content:"◉";font-size:11px;color:#27e86a} .ccp-home-savings-hero h1{max-width:680px;font-size:clamp(48px,6.4vw,84px);line-height:.96;letter-spacing:-.075em} .ccp-home-savings-hero p{font-size:19px;line-height:1.5;color:#c5d5e5;max-width:660px} .ccp-home-savings-hero .ccp-btn{min-height:56px;padding:15px 23px;border-radius:15px} .ccp-hero-device-panel{min-height:390px;border-radius:32px;display:flex;align-items:center;justify-content:center;background:linear-gradient(150deg,rgba(255,255,255,.10),rgba(255,255,255,.035));overflow:visible} .ccp-hero-device-panel:before,.ccp-hero-device-panel:after,.ccp-hero-device-panel .ccp-camera{display:none!important} .ccp-home-hero-phones{width:min(96%,620px);height:auto;display:block;filter:drop-shadow(0 28px 35px rgba(0,0,0,.28));transform:translateY(-14px)} .ccp-hero-device-panel .ccp-floating-card{left:32px;right:32px;bottom:26px;display:grid;grid-template-columns:repeat(4,1fr);gap:0;background:rgba(6,20,38,.78);border:1px solid rgba(255,255,255,.17);border-radius:22px;overflow:hidden;backdrop-filter:blur(12px)} .ccp-hero-device-panel .ccp-stat{border:0;border-right:1px solid rgba(255,255,255,.12);border-radius:0;background:transparent;padding:18px 14px;text-align:center} .ccp-hero-device-panel .ccp-stat:last-child{border-right:0} .ccp-hero-device-panel .ccp-stat:before{display:block;font-size:25px;line-height:1;margin-bottom:8px;color:var(--ccp-green)} .ccp-hero-device-panel .ccp-stat:nth-child(1):before{content:"▣"}.ccp-hero-device-panel .ccp-stat:nth-child(2):before{content:"◇"}.ccp-hero-device-panel .ccp-stat:nth-child(3):before{content:"⌁"}.ccp-hero-device-panel .ccp-stat:nth-child(4):before{content:"□"} .ccp-hero-device-panel .ccp-stat strong{font-size:22px;color:#fff}.ccp-hero-device-panel .ccp-stat span{font-size:12px;color:#d2e0ee;line-height:1.2} .ccp-home-decision-section{padding:34px 0 28px;background:#f6f9fc} .ccp-home-decision-section .ccp-section-head{margin-bottom:16px}.ccp-home-decision-section h2{font-size:34px} .ccp-home-decision-grid{gap:18px}.ccp-savings-decision-card{position:relative;min-height:220px;padding:30px 28px;box-shadow:0 18px 38px rgba(6,20,38,.09);transition:transform .16s ease,box-shadow .16s ease} .ccp-savings-decision-card:hover{transform:translateY(-3px);box-shadow:0 24px 50px rgba(6,20,38,.14)} .ccp-savings-decision-card .ccp-icon{font-size:20px;border-radius:50%;width:54px;height:54px;background:#eafff0;color:#0a7c3e;border-color:#c8f7d8} .ccp-savings-decision-card:nth-child(2) .ccp-icon{background:#eaf4ff;color:#1267b3;border-color:#cde4ff} .ccp-savings-decision-card:nth-child(3) .ccp-icon{background:#f2eaff;color:#7340d9;border-color:#dfcfff} .ccp-savings-decision-card:nth-child(4) .ccp-icon{background:#fff4cf;color:#a97000;border-color:#ffe5a1} .ccp-savings-decision-card h3{font-size:22px;line-height:1.1;margin:18px 0 9px}.ccp-savings-decision-card p{margin:0;color:#304860;line-height:1.45} .ccp-card-arrow{position:absolute;right:24px;bottom:22px;font-size:30px;font-weight:900;color:#07182b} .ccp-section .ccp-section-head .ccp-btn{border-radius:13px;min-height:50px;padding:13px 20px} .ccp-home-phone-deal{min-height:100%;box-shadow:0 18px 42px rgba(6,20,38,.08)} .ccp-home-phone-deal .ccp-phone-visual{height:205px;background:linear-gradient(180deg,#fff,#f5f9fd)} .ccp-home-phone-deal .ccp-phone-visual img{max-width:76%;max-height:150px;filter:drop-shadow(0 16px 20px rgba(6,20,38,.16))} .ccp-home-phone-deal .ccp-phone-body{padding:20px;text-align:center}.ccp-home-phone-deal .ccp-phone-body h3{font-size:18px;line-height:1.25;min-height:46px} .ccp-card-subtitle{font-size:13px;color:#607286;margin:0 0 10px}.ccp-home-phone-deal .ccp-price{font-size:32px;line-height:1.05}.ccp-home-phone-deal .ccp-save{margin-top:4px}.ccp-phone-msrp{display:flex;justify-content:center;align-items:center;gap:7px;margin:9px 0 4px;font-size:12px;color:#607286}.ccp-phone-msrp span{font-weight:850;text-transform:uppercase;letter-spacing:.045em}.ccp-phone-msrp strong{font-size:14px;color:#20384f;text-decoration:line-through;text-decoration-thickness:1.5px;text-decoration-color:#8da0b5}.ccp-best-offer-label{font-size:11px;font-weight:950;letter-spacing:.08em;text-transform:uppercase;color:#078b43;margin-top:6px}.ccp-home-phone-deal .ccp-best-offer-price{font-size:34px;line-height:1.02;margin-top:2px;color:#061426}.ccp-home-phone-deal .ccp-best-offer-price.missing{font-size:22px;letter-spacing:-.02em}.ccp-offer-condition{display:inline-flex;vertical-align:middle;margin-left:4px;padding:3px 7px;border-radius:999px;background:#eafdf0;color:#078b43;font-size:11px;font-weight:950;letter-spacing:.04em;text-transform:uppercase;position:relative;top:-4px}.ccp-home-phone-deal .ccp-save{margin-top:5px} .ccp-home-savings-plan-card{box-shadow:0 18px 42px rgba(6,20,38,.08);min-height:100%;padding:0 22px 22px;overflow:hidden} .ccp-home-savings-plan-card:before{display:none}.ccp-home-savings-plan-card .ccp-home-plan-badge{display:flex;margin:0 -22px 22px;border-radius:0;background:linear-gradient(90deg,#00a853,#26cc70);color:#fff;min-height:33px;align-items:center;justify-content:center;text-align:center;letter-spacing:.02em} .ccp-home-savings-plan-card:nth-child(2) .ccp-home-plan-badge{background:linear-gradient(90deg,#db3947,#e35c65)} .ccp-home-savings-plan-card:nth-child(3) .ccp-home-plan-badge{background:linear-gradient(90deg,#0d6ec4,#279be7)} .ccp-home-savings-plan-card:nth-child(4) .ccp-home-plan-badge{background:linear-gradient(90deg,#d3349a,#e751b2)} .ccp-home-savings-plan-card .ccp-home-plan-logo-wrap{min-height:116px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;gap:10px}.ccp-home-savings-plan-card .ccp-home-plan-logo-wrap img{max-height:42px;max-width:150px;object-fit:contain}.ccp-home-savings-plan-card .ccp-home-plan-logo-text{font-weight:950;font-size:24px;color:#061426}.ccp-home-savings-plan-card .ccp-home-plan-logo-wrap h3{margin:0;font-size:18px;line-height:1.15;letter-spacing:-.03em} .ccp-home-savings-plan-card .ccp-home-plan-price{text-align:left;font-size:34px;line-height:1.05;margin:0 0 16px}.ccp-home-savings-plan-card .ccp-home-plan-facts{gap:8px;margin-bottom:20px;font-size:13px}.ccp-home-savings-plan-card .ccp-home-plan-facts li{position:relative;padding-left:20px}.ccp-home-savings-plan-card .ccp-home-plan-facts li:before{content:"✓";position:absolute;left:0;color:#0fbd5b;font-weight:950}.ccp-home-savings-plan-card .ccp-home-plan-btn{min-height:46px;background:linear-gradient(135deg,#21cc68,#08a84e);color:#062014;border-radius:11px;box-shadow:none} .ccp-prepaid-note{margin:22px auto 0;width:max-content;max-width:100%;display:flex;align-items:center;gap:10px;background:#fff;border:1px solid #cfe0f3;border-radius:999px;padding:10px 16px;color:#20384f;box-shadow:0 10px 24px rgba(6,20,38,.07);font-size:14px}.ccp-prepaid-note span{width:34px;height:34px;border-radius:50%;display:grid;place-items:center;background:#eef6ff;color:#1267b3;font-weight:950}.ccp-prepaid-note strong{color:#061426} .ccp-home-trust-section{padding:34px 0 20px}.ccp-trust-band{border-radius:24px;padding:20px;background:#061426;box-shadow:0 22px 44px rgba(6,20,38,.22);gap:0}.ccp-trust-item{display:grid;grid-template-columns:62px 1fr;gap:15px;align-items:center;border:0;border-right:1px solid rgba(255,255,255,.12);border-radius:0;background:transparent;padding:18px}.ccp-trust-item:last-child{border-right:0}.ccp-trust-icon{width:56px;height:56px;border-radius:50%;display:grid;place-items:center;background:linear-gradient(135deg,#2bea6b,#0fbf59);color:#061426;font-weight:950;font-size:24px}.ccp-trust-item:nth-child(2) .ccp-trust-icon{background:linear-gradient(135deg,#4fa4ff,#1a6ed0);color:#fff}.ccp-trust-item:nth-child(4) .ccp-trust-icon{background:linear-gradient(135deg,#ffe27a,#ffbd2f);color:#061426}.ccp-trust-item strong{font-size:16px}.ccp-trust-item span{font-size:13px;color:#c5d5e5;line-height:1.35} .ccp-home-lower-promos{padding-top:18px}.ccp-promo-grid-2{display:grid;grid-template-columns:1fr 1fr;gap:24px}.ccp-home-promo-card{position:relative;overflow:hidden;display:grid;grid-template-columns:1fr 180px;gap:18px;min-height:270px;box-shadow:0 18px 42px rgba(6,20,38,.08)}.ccp-home-used-promo{background:linear-gradient(135deg,#ffffff,#ecfff4)}.ccp-home-rate-promo{background:linear-gradient(135deg,#ffffff,#edf7ff)}.ccp-home-promo-card h2{font-size:30px;line-height:1.05;letter-spacing:-.04em;margin:0 0 8px}.ccp-home-promo-card p{color:#304860;margin:0 0 14px}.ccp-home-promo-card ul{list-style:none;padding:0;margin:0 0 20px;display:grid;gap:8px;color:#143250}.ccp-home-promo-card li{position:relative;padding-left:24px}.ccp-home-promo-card li:before{content:"✓";position:absolute;left:0;color:#0ab857;font-weight:950}.ccp-promo-art{align-self:end;justify-self:center;max-height:205px;width:auto}.ccp-rate-art{align-self:center;max-height:150px}.ccp-home-stars{font-size:24px;color:#ffbd2f;letter-spacing:2px;margin:4px 0 10px}.ccp-home-stars .muted{color:#b6c5d5}.ccp-home-promo-card blockquote{background:#fff;border:1px solid #d9e6f4;border-radius:14px;padding:14px 16px;margin:0 0 16px;color:#223c55;box-shadow:0 8px 22px rgba(6,20,38,.06)}.ccp-home-promo-card blockquote small{display:block;color:#607286;margin-top:6px} .ccp-footer{margin-top:0}.ccp-footer-grid{align-items:start}.ccp-footer h2{letter-spacing:-.02em}.ccp-footer p{max-width:360px}.ccp-footer a{line-height:1.35} @media (max-width:1100px){.ccp-home-savings-hero .ccp-hero-grid{grid-template-columns:1fr}.ccp-hero-device-panel{max-width:700px;width:100%;justify-self:center}.ccp-trust-band{grid-template-columns:1fr 1fr}.ccp-trust-item:nth-child(2){border-right:0}.ccp-trust-item:nth-child(1),.ccp-trust-item:nth-child(2){border-bottom:1px solid rgba(255,255,255,.12)}} @media (max-width:920px){.ccp-home-savings-hero{padding:52px 0}.ccp-hero-device-panel .ccp-floating-card{grid-template-columns:repeat(2,1fr)}.ccp-promo-grid-2{grid-template-columns:1fr}.ccp-home-promo-card{grid-template-columns:1fr 130px}.ccp-prepaid-note{border-radius:18px;width:auto;align-items:flex-start}.ccp-trust-band{grid-template-columns:1fr}.ccp-trust-item{border-right:0!important;border-bottom:1px solid rgba(255,255,255,.12)}.ccp-trust-item:last-child{border-bottom:0}.ccp-home-decision-section .ccp-grid-4{grid-template-columns:1fr 1fr}} @media (max-width:560px){.ccp-home-savings-hero h1{font-size:44px}.ccp-home-savings-hero .ccp-hero-actions{display:grid}.ccp-hero-device-panel{min-height:390px}.ccp-home-hero-phones{width:112%;transform:translateY(-26px)}.ccp-hero-device-panel .ccp-floating-card{left:12px;right:12px;bottom:14px}.ccp-hero-device-panel .ccp-stat{padding:13px 9px}.ccp-hero-device-panel .ccp-stat strong{font-size:17px}.ccp-home-decision-section .ccp-grid-4{grid-template-columns:1fr}.ccp-home-promo-card{grid-template-columns:1fr}.ccp-promo-art{display:none}.ccp-trust-item{grid-template-columns:50px 1fr}.ccp-trust-icon{width:46px;height:46px}.ccp-prepaid-note{font-size:13px}} .ccp-hero-device-panel.ccp-hero-raster-panel{border:0;background:transparent;box-shadow:none;border-radius:0;min-height:440px;padding:0;overflow:visible} .ccp-hero-raster-panel .ccp-home-hero-raster{display:block;width:min(100%,670px);height:auto;border-radius:0;filter:drop-shadow(0 30px 42px rgba(0,0,0,.26))} @media (max-width:1100px){.ccp-hero-device-panel.ccp-hero-raster-panel{min-height:auto;max-width:720px} .ccp-hero-raster-panel .ccp-home-hero-raster{width:100%}} @media (max-width:560px){.ccp-hero-device-panel.ccp-hero-raster-panel{min-height:auto} .ccp-hero-raster-panel .ccp-home-hero-raster{width:112%;max-width:none;margin-left:-6%}} .ccp-third-party-note{margin:18px auto 0;display:flex;gap:8px;align-items:center;justify-content:center;width:fit-content;max-width:100%;padding:12px 18px;border-radius:999px;background:rgba(255,255,255,.86);border:1px solid rgba(15,40,70,.09);color:#32465c;font-size:.9rem;box-shadow:0 12px 28px rgba(6,20,38,.08);text-align:center} .ccp-third-party-note strong{color:var(--ccp-navy)} @media (max-width:720px){.ccp-third-party-note{border-radius:18px;display:block;text-align:left}} .ccp-home-accessories-section{padding-bottom:18px} .ccp-home-accessory-search-card{display:grid;grid-template-columns:minmax(0,1fr) minmax(420px,.95fr);gap:36px;align-items:center;border-radius:28px;background:linear-gradient(135deg,#ffffff 0%,#f2fff7 55%,#e7fff2 100%);border:1px solid #b9f3cf;box-shadow:0 20px 48px rgba(6,20,38,.08);padding:34px;margin-bottom:28px;overflow:hidden;position:relative} .ccp-home-accessory-search-card:after{content:"";position:absolute;right:-80px;top:-120px;width:320px;height:320px;border-radius:50%;background:radial-gradient(circle,rgba(43,234,107,.24),rgba(43,234,107,0) 68%);pointer-events:none} .ccp-accessory-search-copy{position:relative;z-index:1}.ccp-accessory-kicker{display:inline-flex;align-items:center;min-height:32px;border-radius:999px;background:#dfffea;border:1px solid #9defba;color:#067536;text-transform:uppercase;font-size:12px;font-weight:950;letter-spacing:.12em;padding:7px 14px;margin-bottom:14px}.ccp-accessory-search-copy h2{font-size:42px;line-height:1.02;letter-spacing:-.055em;margin:0 0 10px;color:#061426}.ccp-accessory-search-copy p{margin:0;color:#233d57;font-weight:650;max-width:620px}.ccp-home-accessory-form{position:relative;z-index:1;display:grid;grid-template-columns:minmax(0,1fr) auto;gap:14px;align-items:start}.ccp-home-accessory-input{width:100%;min-height:58px;border:1px solid #c9d8e8;border-radius:16px;background:#fff;padding:0 20px;font-size:17px;font-weight:800;color:#061426;box-shadow:0 8px 20px rgba(6,20,38,.04)}.ccp-home-accessory-input::placeholder{color:#708399}.ccp-home-accessory-form .ccp-btn{min-height:58px;border-radius:16px;white-space:nowrap}.ccp-home-accessory-form p{grid-column:1/-1;margin:0;color:#405971;font-size:14px;line-height:1.45;font-weight:650}.ccp-accessory-deals-head{margin-top:8px}.ccp-home-accessory-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.ccp-home-accessory-card{display:grid;grid-template-columns:145px minmax(0,1fr);gap:18px;align-items:center;padding:18px;min-height:190px;box-shadow:0 18px 42px rgba(6,20,38,.08);transition:transform .16s ease,box-shadow .16s ease}.ccp-home-accessory-card:hover{transform:translateY(-2px);box-shadow:0 24px 52px rgba(6,20,38,.12)}.ccp-home-accessory-visual{position:relative;min-height:150px;border-radius:18px;background:linear-gradient(180deg,#fff,#f5f9fd);display:grid;place-items:center;overflow:hidden}.ccp-home-accessory-visual .ccp-badge{position:absolute;left:9px;top:9px;font-size:9px}.ccp-home-accessory-visual img{max-width:82%;max-height:112px;object-fit:contain;filter:drop-shadow(0 12px 16px rgba(6,20,38,.13))}.ccp-accessory-fallback-icon{width:64px;height:64px;border-radius:18px;background:linear-gradient(135deg,#2bea6b,#0fbf59);color:#061426;display:grid;place-items:center;font-size:30px;font-weight:950}.ccp-home-accessory-body h3{font-size:18px;line-height:1.18;letter-spacing:-.03em;margin:0 0 8px;color:#061426}.ccp-home-accessory-body p{font-size:13px;line-height:1.35;margin:0 0 10px;color:#60758b}.ccp-home-accessory-price{font-size:24px;line-height:1.05;font-weight:950;letter-spacing:-.045em;color:#061426;margin:0 0 4px} @media (max-width:1100px){.ccp-home-accessory-search-card{grid-template-columns:1fr}.ccp-home-accessory-grid{grid-template-columns:1fr}.ccp-home-accessory-card{grid-template-columns:170px 1fr}} @media (max-width:700px){.ccp-home-accessory-search-card{padding:24px}.ccp-accessory-search-copy h2{font-size:34px}.ccp-home-accessory-form{grid-template-columns:1fr}.ccp-home-accessory-card{grid-template-columns:1fr}.ccp-home-accessory-visual{min-height:170px}} .ccp-home-accessory-deals-panel{border-radius:30px;background:linear-gradient(135deg,#061426 0%,#07263b 48%,#09663f 100%);padding:30px;box-shadow:0 26px 66px rgba(6,20,38,.18);margin-top:26px;overflow:hidden;position:relative}.ccp-home-accessory-deals-panel:before{content:"";position:absolute;inset:auto -140px -160px auto;width:380px;height:380px;border-radius:50%;background:radial-gradient(circle,rgba(43,234,107,.24),rgba(43,234,107,0) 70%);pointer-events:none}.ccp-home-accessory-deals-panel .ccp-accessory-deals-head{position:relative;z-index:1;margin:0 0 22px}.ccp-home-accessory-deals-panel .ccp-accessory-deals-head h2{color:#fff}.ccp-home-accessory-deals-panel .ccp-accessory-deals-head p{color:#dcecff}.ccp-accessory-view-all{color:#fff;font-weight:950;text-decoration:none;white-space:nowrap}.ccp-accessory-view-all:hover{text-decoration:underline}.ccp-home-accessory-deals-panel .ccp-home-accessory-grid{position:relative;z-index:1}.ccp-home-accessory-deals-panel .ccp-home-accessory-card{background:#fff;border:0;border-radius:20px;min-height:214px;padding:16px;box-shadow:none}.ccp-home-accessory-deals-panel .ccp-home-accessory-card:hover{box-shadow:0 18px 34px rgba(0,0,0,.22)}.ccp-home-accessory-deals-panel .ccp-home-accessory-visual{background:#f3f8fc;min-height:170px}.ccp-home-accessory-deals-panel .ccp-home-accessory-visual .ccp-badge{background:#dfffea;color:#05652f;border-color:#9defba}.ccp-home-accessory-deals-panel .ccp-home-accessory-visual img{max-height:138px}.ccp-home-accessory-price-row{display:flex;align-items:center;gap:10px;flex-wrap:wrap;margin:0 0 7px}.ccp-home-accessory-price-row .ccp-home-accessory-price{margin:0}.ccp-accessory-condition-pill{display:inline-flex;align-items:center;border-radius:999px;background:#dfffea;border:1px solid #8eeab0;color:#067536;padding:5px 11px;font-size:12px;line-height:1;font-weight:950}.ccp-home-accessory-meta{display:flex;align-items:center;gap:12px;flex-wrap:wrap;margin:0 0 8px;color:#067536;font-size:13px;font-weight:950}.ccp-accessory-source-pill{display:inline-flex;align-items:center;border-radius:8px;background:#eaf2ff;color:#075abb;padding:4px 8px;font-size:12px;line-height:1;text-transform:lowercase}.ccp-home-accessory-deals-panel .ccp-save{color:#00843f}@media (max-width:700px){.ccp-home-accessory-deals-panel{padding:22px}.ccp-accessory-view-all{white-space:normal}.ccp-home-accessory-deals-panel .ccp-home-accessory-card{grid-template-columns:1fr}.ccp-home-accessory-deals-panel .ccp-home-accessory-visual{min-height:180px}} .ccp-404-hero{padding:72px 0 54px;background:linear-gradient(135deg,#061426 0%,#082033 56%,#09502f 100%)} .ccp-404-hero-grid{position:relative;display:grid;grid-template-columns:minmax(220px,.42fr) minmax(0,1fr);gap:46px;align-items:center} .ccp-404-visual{position:relative;min-height:250px;display:grid;place-items:center;border-radius:32px;background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.12);box-shadow:0 28px 66px rgba(0,0,0,.18);overflow:hidden} .ccp-404-visual:before{content:"";position:absolute;inset:-90px -110px auto auto;width:260px;height:260px;border-radius:50%;background:radial-gradient(circle,rgba(43,234,107,.22),rgba(43,234,107,0) 70%)} .ccp-404-code{position:relative;z-index:1;font-size:94px;line-height:1;font-weight:950;letter-spacing:-.08em;color:#fff;text-shadow:0 16px 36px rgba(0,0,0,.2)} .ccp-404-device{position:absolute;right:28px;bottom:18px;width:62px;height:92px;border:4px solid var(--ccp-green);border-radius:18px;color:transparent;box-shadow:0 16px 28px rgba(0,0,0,.2);opacity:.94} .ccp-404-device:after{content:"";position:absolute;left:50%;bottom:8px;width:18px;height:4px;border-radius:999px;background:var(--ccp-green);transform:translateX(-50%)} .ccp-404-copy h1{font-size:clamp(42px,6vw,70px);line-height:.98;letter-spacing:-.065em;margin:0 0 18px;color:#fff;max-width:920px} .ccp-404-copy p{font-size:18px;color:#bfd2e3;max-width:850px;margin:0 0 24px} .ccp-404-search{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:12px;align-items:center;max-width:850px;background:rgba(255,255,255,.1);border:1px solid rgba(255,255,255,.16);border-radius:20px;padding:10px;box-shadow:0 22px 52px rgba(0,0,0,.18)} .ccp-404-search input{width:100%;min-height:58px;border:0;border-radius:15px;background:#fff;color:#061426;padding:0 18px;font-size:17px;font-weight:800;outline:none} .ccp-404-search input::placeholder{color:#708399} .ccp-404-search .ccp-btn{border:0;min-height:58px;border-radius:15px;white-space:nowrap} .ccp-404-quick-actions{margin-top:22px} .ccp-404-paths-section{padding-top:44px} .ccp-404-path-grid{align-items:stretch} .ccp-404-path-card{min-height:210px;position:relative;overflow:hidden} .ccp-404-path-card .ccp-icon{margin-bottom:14px} .ccp-404-path-card h3{margin-bottom:8px} .ccp-404-path-card p{padding-right:8px} .ccp-404-accessory-section{padding-top:8px;padding-bottom:10px} .ccp-404-accessory-section .ccp-home-accessory-search-card{margin-bottom:0} .ccp-404-trust-section{padding-top:22px;padding-bottom:46px} @media (max-width:920px){.ccp-404-hero-grid{grid-template-columns:1fr}.ccp-404-visual{min-height:180px}.ccp-404-code{font-size:78px}.ccp-404-search{grid-template-columns:1fr}.ccp-404-search .ccp-btn{width:100%}.ccp-404-path-grid{grid-template-columns:1fr 1fr}} @media (max-width:560px){.ccp-404-hero{padding:52px 0 38px}.ccp-404-copy h1{font-size:42px}.ccp-404-path-grid{grid-template-columns:1fr}.ccp-404-path-card{min-height:185px}} @media (min-width:921px){.ccp-primary-menu>li{position:relative;display:flex;align-items:center} .ccp-menu-item-row{display:flex;align-items:center} .ccp-menu-item-row>a{padding-right:6px} .ccp-submenu-toggle{display:inline-flex;align-items:center;justify-content:center;width:28px;height:36px;padding:0;margin-left:-4px;border:0;background:transparent;color:#9fb2c7;border-radius:9px;cursor:pointer} .ccp-submenu-toggle:hover,.ccp-submenu-toggle:focus-visible{color:#fff;background:rgba(255,255,255,.08);outline:none} .ccp-submenu-chevron{width:7px;height:7px;border-right:2px solid currentColor;border-bottom:2px solid currentColor;transform:rotate(45deg) translateY(-2px);transition:transform .16s ease} .ccp-primary-menu>li.submenu-open .ccp-submenu-chevron{transform:rotate(225deg) translate(-1px,-1px)} .ccp-menu .sub-menu{display:none;position:absolute;top:100%;left:0;z-index:200;min-width:230px;max-width:310px;padding:8px;margin:0;flex-direction:column;align-items:stretch;gap:2px;flex-wrap:nowrap;background:#0b1d33;border:1px solid rgba(255,255,255,.14);border-radius:14px;box-shadow:0 24px 50px rgba(0,0,0,.35)} .ccp-primary-menu>li:hover>.sub-menu,.ccp-primary-menu>li:focus-within>.sub-menu,.ccp-primary-menu>li.submenu-open>.sub-menu{display:flex} .ccp-menu .sub-menu li{width:100%;display:block} .ccp-menu .sub-menu a{display:flex;width:100%;justify-content:flex-start;padding:11px 12px;border-radius:9px;white-space:normal;line-height:1.25} .ccp-menu .current-menu-ancestor>.ccp-menu-item-row>a{color:#fff;background:rgba(255,255,255,.07)}} @media (max-width:920px){.ccp-primary-menu>li{width:100%;display:block} .ccp-menu-item-row{display:grid;grid-template-columns:minmax(0,1fr) 48px;align-items:stretch;width:100%} .ccp-menu-item-row>a{width:auto!important;border-radius:10px 0 0 10px} .ccp-submenu-toggle{display:flex;align-items:center;justify-content:center;width:48px;min-height:46px;padding:0;border:0;background:rgba(255,255,255,.045);color:#c8d3df;border-radius:0 10px 10px 0;cursor:pointer} .ccp-submenu-toggle:focus-visible{outline:3px solid var(--ccp-green);outline-offset:-3px} .ccp-submenu-chevron{width:8px;height:8px;border-right:2px solid currentColor;border-bottom:2px solid currentColor;transform:rotate(45deg) translateY(-2px);transition:transform .16s ease} .ccp-primary-menu>li.submenu-open .ccp-submenu-chevron{transform:rotate(225deg) translate(-1px,-1px)} .ccp-menu .sub-menu{display:none!important;position:static;width:100%;margin:3px 0 7px;padding:4px 0 4px 14px;border-left:2px solid rgba(43,234,107,.35);background:transparent;box-shadow:none;border-radius:0;gap:2px} .ccp-primary-menu>li.submenu-open>.sub-menu{display:flex!important} .ccp-menu .sub-menu li{width:100%} .ccp-menu .sub-menu a{min-height:42px;padding:9px 12px;font-size:13px;background:rgba(255,255,255,.035)} .ccp-menu .current-menu-ancestor>.ccp-menu-item-row>a{color:#fff;background:rgba(255,255,255,.07)}} @media (min-width:921px) and (max-width:1260px){.ccp-nav{gap:10px} .ccp-logo{font-size:23px} .ccp-logo small{font-size:9.5px} .ccp-menu a{padding:9px 8px;font-size:12px} .ccp-header-cta{padding:10px 14px;font-size:12px}} .ccp-home-savings-hero .ccp-container{position:relative;overflow:visible} .ccp-home-savings-hero .ccp-hero-grid{position:relative;grid-template-columns:minmax(0,.9fr) minmax(560px,1.1fr);gap:0;align-items:end} .ccp-home-savings-hero .ccp-hero-grid>div:first-child{position:relative;z-index:2;padding-right:18px} .ccp-hero-device-panel.ccp-hero-raster-panel{position:relative;z-index:1;justify-content:flex-end;align-self:end;min-height:520px;max-width:none;margin-left:-86px;margin-right:-20px} .ccp-hero-raster-panel .ccp-home-hero-raster{display:block;width:min(100%,980px);max-width:none;border-radius:0;filter:drop-shadow(0 28px 40px rgba(0,0,0,.24))} .ccp-home-phone-deal{display:flex;flex-direction:column} .ccp-home-phone-deal .ccp-phone-visual{display:flex;align-items:center;justify-content:center;padding:18px 14px 10px} .ccp-home-phone-deal .ccp-phone-visual img{display:block;width:auto;height:150px;max-width:78%;max-height:none;object-fit:contain;object-position:center center;margin:0 auto;filter:drop-shadow(0 16px 20px rgba(6,20,38,.16))} .ccp-home-phone-deal .ccp-phone-body{display:flex;flex-direction:column;flex:1;padding:20px;text-align:center} .ccp-home-phone-deal .ccp-save{margin-top:auto;padding-top:5px} @media (max-width:1180px){.ccp-home-savings-hero .ccp-hero-grid{grid-template-columns:minmax(0,.94fr) minmax(460px,1.06fr)}.ccp-hero-device-panel.ccp-hero-raster-panel{min-height:470px;margin-left:-48px;margin-right:-10px}.ccp-hero-raster-panel .ccp-home-hero-raster{width:min(100%,860px)}} @media (max-width:1100px){.ccp-home-savings-hero .ccp-hero-grid{grid-template-columns:1fr;gap:22px}.ccp-home-savings-hero .ccp-hero-grid>div:first-child{padding-right:0}.ccp-hero-device-panel.ccp-hero-raster-panel{min-height:auto;max-width:760px;width:100%;margin:0 auto;justify-content:center}.ccp-hero-raster-panel .ccp-home-hero-raster{width:100%;max-width:820px}} @media (max-width:560px){.ccp-hero-raster-panel .ccp-home-hero-raster{width:108%;max-width:none;margin-left:-4%;border-radius:0}} .ccp-home-savings-hero{padding-bottom:46px} .ccp-home-hero-lower{position:relative;z-index:3;margin-top:22px} .ccp-home-hero-benefits{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));background:rgba(6,20,38,.84);border:1px solid rgba(255,255,255,.12);border-radius:24px;overflow:hidden;box-shadow:0 18px 44px rgba(0,0,0,.20);backdrop-filter:blur(10px)} .ccp-home-hero-benefit{display:grid;grid-template-columns:60px 1fr;gap:14px;align-items:start;padding:20px 22px;border-right:1px solid rgba(255,255,255,.10);min-width:0} .ccp-home-hero-benefit:last-child{border-right:0} .ccp-home-hero-benefit-icon{width:48px;height:48px;border-radius:50%;display:grid;place-items:center;background:linear-gradient(135deg,#28e76c,#0cb95a);color:#061426;box-shadow:0 10px 20px rgba(16,191,89,.22);overflow:hidden}.ccp-home-hero-benefit-icon svg{display:block;width:30px;height:30px;fill:none;stroke:currentColor;stroke-width:2.15;stroke-linecap:round;stroke-linejoin:round}.ccp-home-hero-benefit:nth-child(4) .ccp-home-hero-benefit-icon svg{fill:currentColor;stroke:currentColor;stroke-width:1.35} .ccp-home-hero-benefit strong{display:block;color:#fff;font-size:16px;line-height:1.15;margin:2px 0 6px} .ccp-home-hero-benefit span{display:block;color:#d2e0ee;font-size:13px;line-height:1.38} @media (max-width:1180px){.ccp-home-savings-hero{padding-bottom:40px}.ccp-home-hero-lower{margin-top:20px}.ccp-home-hero-benefits{grid-template-columns:repeat(2,minmax(0,1fr))}.ccp-home-hero-benefit:nth-child(2){border-right:0}.ccp-home-hero-benefit:nth-child(1),.ccp-home-hero-benefit:nth-child(2){border-bottom:1px solid rgba(255,255,255,.10)}} @media (max-width:560px){.ccp-home-savings-hero{padding-bottom:32px}.ccp-home-hero-lower{margin-top:16px}.ccp-home-hero-benefits{grid-template-columns:1fr}.ccp-home-hero-benefit{border-right:0;border-bottom:1px solid rgba(255,255,255,.10);padding:18px 18px}.ccp-home-hero-benefit:last-child{border-bottom:0}} .ccp-home-background-hero{position:relative;min-height:720px;padding:70px 0 42px;background-image:linear-gradient(90deg,rgba(6,20,38,.99) 0%,rgba(6,20,38,.96) 31%,rgba(6,20,38,.64) 48%,rgba(6,20,38,.08) 70%),var(--ccp-home-hero-source,var(--ccp-home-hero-background)),linear-gradient(135deg,#061426 0%,#082036 48%,#07392f 100%);background-repeat:no-repeat;background-size:cover;background-position:center center;overflow:hidden} .ccp-home-background-hero:after{display:none} .ccp-home-background-content{position:relative;z-index:2;min-height:608px;display:flex;flex-direction:column;justify-content:space-between} .ccp-home-background-copy{width:min(49%,690px);padding-top:4px} .ccp-home-background-hero h1{max-width:680px;font-size:clamp(48px,6.1vw,82px);line-height:.96;letter-spacing:-.075em} .ccp-home-background-hero p{max-width:630px} .ccp-home-background-hero .ccp-home-hero-lower{width:min(760px,64%);margin:30px 0 0} .ccp-home-background-hero .ccp-home-hero-benefits{grid-template-columns:repeat(4,minmax(0,1fr))} .ccp-home-background-hero .ccp-home-hero-benefit{grid-template-columns:52px 1fr;padding:17px 16px;gap:10px} .ccp-home-background-hero .ccp-home-hero-benefit-icon{width:44px;height:44px} .ccp-home-background-hero .ccp-home-hero-benefit-icon svg{width:27px;height:27px} .ccp-home-background-hero-no-image{min-height:auto;background-image:linear-gradient(135deg,#061426 0%,#082036 48%,#07392f 100%)} .ccp-home-background-hero-no-image .ccp-home-background-copy{width:min(100%,760px)} .ccp-home-background-hero-no-image .ccp-home-hero-lower{width:100%} @media (max-width:1180px){.ccp-home-background-hero{min-height:680px;background-position:58% center} .ccp-home-background-copy{width:52%} .ccp-home-background-hero .ccp-home-hero-lower{width:72%}} @media (max-width:920px){.ccp-home-background-hero{min-height:auto;padding:52px 0 34px;background-image:linear-gradient(180deg,rgba(6,20,38,.98) 0%,rgba(6,20,38,.92) 46%,rgba(6,20,38,.24) 72%,rgba(6,20,38,.72) 100%),var(--ccp-home-hero-source,var(--ccp-home-hero-background)),linear-gradient(135deg,#061426 0%,#082036 48%,#07392f 100%);background-size:cover;background-position:64% center} .ccp-home-background-content{min-height:760px} .ccp-home-background-copy{width:min(100%,620px)} .ccp-home-background-hero .ccp-home-hero-lower{width:100%;margin-top:auto} .ccp-home-background-hero .ccp-home-hero-benefits{grid-template-columns:1fr 1fr}} @media (max-width:560px){.ccp-home-background-hero{background-position:68% center;padding-top:38px} .ccp-home-background-content{min-height:780px} .ccp-home-background-hero h1{font-size:43px} .ccp-home-background-hero .ccp-home-hero-benefits{grid-template-columns:1fr} .ccp-home-background-hero .ccp-home-hero-benefit{padding:15px 16px}} body.ccp-sell-page .ccp-sell-hero-section{position:relative;overflow:hidden;isolation:isolate;background:linear-gradient(90deg,rgba(6,20,38,.96) 0%,rgba(6,20,38,.92) 28%,rgba(6,20,38,.70) 48%,rgba(6,20,38,.38) 68%,rgba(6,20,38,.18) 100%),radial-gradient(circle at 78% 18%,rgba(34,224,100,.22),transparent 22%),linear-gradient(135deg,var(--ccp-sell-hero-bg-start,#061426) 0%,var(--ccp-sell-hero-bg-end,#0a4b3a) 100%);background-image:linear-gradient(90deg,rgba(6,20,38,.96) 0%,rgba(6,20,38,.92) 28%,rgba(6,20,38,.70) 48%,rgba(6,20,38,.38) 68%,rgba(6,20,38,.18) 100%),radial-gradient(circle at 78% 18%,rgba(34,224,100,.22),transparent 22%),var(--ccp-sell-hero-background),linear-gradient(135deg,var(--ccp-sell-hero-bg-start,#061426) 0%,var(--ccp-sell-hero-bg-end,#0a4b3a) 100%);background-size:cover,auto,cover,auto;background-position:center,center,right center,center;color:#fff;padding:58px clamp(20px,3vw,34px) 46px;min-height:540px} body.ccp-sell-page .ccp-sell-hero-section::before{content:"";position:absolute;inset:0;background-image:linear-gradient(rgba(255,255,255,.045) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.045) 1px,transparent 1px);background-size:44px 44px;mask-image:linear-gradient(180deg,#000,transparent 88%);opacity:.45;z-index:-1;pointer-events:none} body.ccp-sell-page .ccp-sell-hero-section h1,body.ccp-sell-page .ccp-sell-hero-section h2,body.ccp-sell-page .ccp-sell-hero-section h3,body.ccp-sell-page .ccp-sell-hero-section h4,body.ccp-sell-page .ccp-sell-hero-section p,body.ccp-sell-page .ccp-sell-hero-section li,body.ccp-sell-page .ccp-sell-hero-section strong,body.ccp-sell-page .ccp-sell-hero-section a,body.ccp-sell-page .ccp-sell-hero-section span{position:relative;z-index:1} body.ccp-sell-page .ccp-sell-hero-section .ccp-sell-hero-old-art{display:none !important} body.ccp-sell-page .ccp-sell-hero-section .ccp-sell-confidence-card,body.ccp-sell-page .ccp-sell-hero-section aside.ccp-sell-confidence-card{background:rgba(8,26,42,.72);border:1px solid rgba(255,255,255,.16);box-shadow:0 24px 54px rgba(0,0,0,.24);backdrop-filter:blur(10px);border-radius:26px;padding:28px 28px 24px;max-width:370px;margin-left:auto} body.ccp-sell-page .ccp-sell-hero-section .ccp-sell-confidence-card h2,body.ccp-sell-page .ccp-sell-hero-section .ccp-sell-confidence-card h3,body.ccp-sell-page .ccp-sell-hero-section .ccp-sell-confidence-card h4{color:#fff;margin-top:0;margin-bottom:10px;font-size:32px;line-height:1.05;letter-spacing:-.04em} body.ccp-sell-page .ccp-sell-hero-section .ccp-sell-confidence-card p{color:#d6e7ef} body.ccp-sell-page .ccp-sell-hero-section .ccp-sell-confidence-card ul,body.ccp-sell-page .ccp-sell-hero-section .ccp-sell-confidence-card ol{margin:16px 0 0;padding:0;list-style:none} body.ccp-sell-page .ccp-sell-hero-section .ccp-sell-confidence-card li{position:relative;padding:0 0 0 28px;margin:14px 0;color:#eef7ff;font-weight:700} body.ccp-sell-page .ccp-sell-hero-section .ccp-sell-confidence-card li::before{content:"✓";position:absolute;left:0;top:0;width:18px;height:18px;border-radius:999px;background:var(--ccp-sell-hero-accent,#22e064);color:#042135;font-weight:900;font-size:12px;line-height:18px;text-align:center;box-shadow:0 8px 20px rgba(34,224,100,.22)} body.ccp-sell-page .ccp-sell-hero-section .wp-block-buttons,body.ccp-sell-page .ccp-sell-hero-section .ccp-hero-actions{gap:14px} body.ccp-sell-page .ccp-sell-hero-section .wp-block-button__link,body.ccp-sell-page .ccp-sell-hero-section .ccp-btn{border-radius:16px;padding:16px 22px;font-weight:900} body.ccp-sell-page .ccp-sell-hero-section .wp-block-button.is-style-outline .wp-block-button__link,body.ccp-sell-page .ccp-sell-hero-section .wp-block-button:not(.is-style-fill) .wp-block-button__link,body.ccp-sell-page .ccp-sell-hero-section .ccp-btn-secondary{background:rgba(255,255,255,.08);color:#fff;border:1px solid rgba(255,255,255,.18)} body.ccp-sell-page .ccp-sell-hero-section .wp-block-button.is-style-fill .wp-block-button__link,body.ccp-sell-page .ccp-sell-hero-section .ccp-btn-primary{background:linear-gradient(135deg,var(--ccp-sell-hero-accent,#22e064),#14d85e);color:#061426;box-shadow:0 14px 34px rgba(34,224,100,.24)} body.ccp-sell-page .ccp-sell-hero-section>.alignfull,body.ccp-sell-page .ccp-sell-hero-section>.wp-block-group__inner-container,body.ccp-sell-page .ccp-sell-hero-section>.ccp-container{position:relative;z-index:1} @media (max-width:1024px){body.ccp-sell-page .ccp-sell-hero-section{min-height:500px;background-position:center,center,70% center,center}} @media (max-width:782px){body.ccp-sell-page .ccp-sell-hero-section{min-height:0;padding:36px 18px 28px;background-position:center,center,78% center,center} body.ccp-sell-page .ccp-sell-hero-section .ccp-sell-confidence-card{max-width:none;margin-top:22px}} .ccp-menu-backdrop{display:none} .ccp-mobile-menu-cta-wrap,.ccp-mobile-section-link,.ccp-accessory-help-mobile{display:none} .ccp-footer-toggle,.ccp-footer-legal-toggle{font:inherit} .ccp-footer-toggle{display:block;width:100%;padding:0;border:0;background:transparent;color:#fff;text-align:left;font-weight:800} .ccp-footer-chevron{display:inline-block;width:9px;height:9px;border-right:2px solid currentColor;border-bottom:2px solid currentColor;transform:rotate(45deg);transition:transform .18s ease} .ccp-footer-toggle[aria-expanded="true"] .ccp-footer-chevron,.ccp-footer-legal-toggle[aria-expanded="true"] .ccp-footer-chevron{transform:rotate(225deg)} .ccp-footer-legal-toggle{display:none} @media (max-width:920px){body.ccp-menu-open{overflow:hidden} .ccp-site-header{z-index:120} .ccp-nav{min-height:68px;gap:10px} .ccp-header-cta{display:none} .ccp-mobile-toggle{display:inline-flex;margin-left:auto} .ccp-menu{display:flex!important;position:fixed;top:68px;right:0;bottom:0;left:auto;width:min(420px,92vw);height:calc(100dvh - 68px);max-height:none;padding:12px 12px 18px;flex-direction:column;justify-content:flex-start;overflow-y:auto;overscroll-behavior:contain;background:#0b1d33;border:0;border-left:1px solid rgba(255,255,255,.13);border-radius:18px 0 0 0;box-shadow:-22px 0 56px rgba(0,0,0,.38);transform:translateX(105%);visibility:hidden;opacity:0;transition:transform .22s ease,opacity .18s ease,visibility .22s ease;z-index:130} .ccp-menu.is-open{transform:translateX(0);visibility:visible;opacity:1} .ccp-menu-backdrop{display:block;position:fixed;inset:68px 0 0;z-index:110;background:rgba(2,10,20,.62);backdrop-filter:blur(2px)} .ccp-menu-backdrop[hidden]{display:none} .ccp-menu ul,.ccp-menu .menu{flex:0 0 auto;gap:0;justify-content:flex-start} .ccp-primary-menu>li{border-bottom:1px solid rgba(255,255,255,.08)} .ccp-primary-menu>li:last-child{border-bottom:0} .ccp-menu a{min-height:50px;padding:13px 14px;font-size:15px;border-radius:10px} .ccp-menu-item-row{grid-template-columns:minmax(0,1fr) 50px} .ccp-submenu-toggle{width:50px;min-height:50px;background:transparent;border-radius:10px} .ccp-menu .sub-menu{margin:0 0 8px;padding:3px 0 6px 14px} .ccp-menu .sub-menu a{min-height:43px;padding:10px 12px;font-size:13px} .ccp-mobile-menu-cta-wrap{display:block;margin-top:auto;padding:16px 4px 0} .ccp-mobile-menu-cta{display:flex!important;justify-content:center!important;min-height:52px!important;background:linear-gradient(135deg,var(--ccp-green),#16d55b)!important;color:#061426!important;border-radius:14px!important;font-weight:950!important;box-shadow:0 14px 30px rgba(43,234,107,.20)} .admin-bar .ccp-menu{top:100px;height:calc(100dvh - 100px)} .admin-bar .ccp-menu-backdrop{inset:100px 0 0} body.home .ccp-section{padding:42px 0} body.home .ccp-section-head{margin-bottom:18px} body.home .ccp-section-head h2{font-size:clamp(27px,5vw,32px)} body.home .ccp-section-head p{font-size:15px;line-height:1.45} .ccp-home-decision-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px} .ccp-savings-decision-card{min-height:178px;padding:22px 20px} .ccp-savings-decision-card h3{font-size:20px} .ccp-savings-decision-card p{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden;font-size:14px} .ccp-card-arrow{right:18px;bottom:15px;font-size:24px} .ccp-home-phone-grid,.ccp-home-plan-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px} .ccp-home-accessory-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px} .ccp-trust-band{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;padding:18px;border-radius:22px} .ccp-trust-item{display:grid;grid-template-columns:38px 1fr;gap:10px;padding:14px;min-width:0} .ccp-trust-icon{width:34px;height:34px;font-size:16px} .ccp-trust-item strong{font-size:14px;line-height:1.2} .ccp-trust-item span:last-child{font-size:12px;line-height:1.35} .ccp-home-background-hero{min-height:620px;padding:42px 0 28px;background-position:67% center} .ccp-home-background-content{min-height:550px} .ccp-home-background-copy{width:min(100%,590px)} .ccp-home-background-hero h1{font-size:clamp(40px,7.2vw,54px);line-height:.98} .ccp-home-savings-hero p{font-size:17px;line-height:1.42;max-width:560px} .ccp-home-savings-hero .ccp-btn{min-height:50px;padding:13px 18px} .ccp-home-background-hero .ccp-home-hero-lower{margin-top:auto} .ccp-home-background-hero .ccp-home-hero-benefits{grid-template-columns:repeat(2,minmax(0,1fr))} .ccp-home-background-hero .ccp-home-hero-benefit:nth-child(2),.ccp-home-background-hero .ccp-home-hero-benefit:nth-child(4){display:none} .ccp-home-background-hero .ccp-home-hero-benefit{border-bottom:0!important;border-right:1px solid rgba(255,255,255,.10);padding:14px} .ccp-home-background-hero .ccp-home-hero-benefit:nth-child(3){border-right:0} .ccp-home-promo-card{min-height:0;padding:24px} .ccp-home-promo-card .ccp-promo-art{max-width:120px;opacity:.72}} @media screen and (max-width:782px){.admin-bar .ccp-menu{top:114px;height:calc(100dvh - 114px)} .admin-bar .ccp-menu-backdrop{inset:114px 0 0}} @media (max-width:760px){body.home{font-size:16px} body.home .ccp-container{width:min(100% - 28px,var(--ccp-max))} body.home .ccp-section{padding:34px 0} body.home .ccp-section-head .ccp-btn,.ccp-accessory-view-all{display:none} .ccp-mobile-section-link{display:flex;align-items:center;justify-content:center;min-height:48px;margin-top:15px;border-radius:13px;background:#061426;color:#fff;font-weight:900;text-decoration:none} .ccp-mobile-section-link-light{background:#fff;color:#061426} .ccp-home-phone-grid,.ccp-home-plan-grid,.ccp-home-accessory-grid{display:flex;grid-template-columns:none;gap:14px;width:calc(100% + 14px);overflow-x:auto;scroll-snap-type:x mandatory;scroll-padding-left:0;-webkit-overflow-scrolling:touch;overscroll-behavior-inline:contain;padding:2px 14px 12px 0;scrollbar-width:none} .ccp-home-phone-grid::-webkit-scrollbar,.ccp-home-plan-grid::-webkit-scrollbar,.ccp-home-accessory-grid::-webkit-scrollbar{display:none} .ccp-home-phone-grid>*{flex:0 0 min(84vw,330px);scroll-snap-align:start} .ccp-home-plan-grid>*{flex:0 0 min(84vw,330px);scroll-snap-align:start} .ccp-home-accessory-grid>*{flex:0 0 min(86vw,345px);scroll-snap-align:start} .ccp-home-phone-deal .ccp-phone-visual{height:184px} .ccp-home-phone-deal .ccp-phone-visual img{height:138px} .ccp-home-phone-deal .ccp-phone-body{padding:17px} .ccp-home-phone-deal .ccp-phone-body h3{min-height:0;font-size:18px} .ccp-home-phone-deal .ccp-phone-msrp{display:none} .ccp-home-phone-deal .ccp-best-offer-price{font-size:31px} .ccp-home-phone-deal .ccp-save{display:flex;align-items:center;justify-content:center;min-height:43px;margin-top:12px;border-radius:11px;background:#e8fbef} .ccp-home-plan-card{padding:19px 18px 20px} .ccp-home-plan-badge{max-width:100%;margin-bottom:13px;white-space:normal;line-height:1.2} .ccp-home-plan-logo-wrap img{margin-bottom:11px} .ccp-home-plan-logo-wrap h3{font-size:19px} .ccp-home-plan-price{font-size:30px;margin:8px 0 12px} .ccp-home-plan-facts{gap:7px;margin-bottom:14px} .ccp-home-plan-facts li:first-child,.ccp-home-plan-facts li:last-child{display:none} .ccp-home-plan-btn{min-height:48px} .ccp-home-accessory-search-card{padding:22px 20px;gap:20px;margin-bottom:20px;border-radius:22px} .ccp-accessory-kicker{font-size:10px;padding:6px 10px;margin-bottom:10px} .ccp-accessory-search-copy h2{font-size:30px} .ccp-accessory-search-copy p{font-size:14px;line-height:1.42} .ccp-home-accessory-form{gap:11px} .ccp-home-accessory-input,.ccp-home-accessory-form .ccp-btn{min-height:52px} .ccp-home-accessory-form .ccp-btn{width:100%;white-space:normal} .ccp-accessory-help-desktop{display:none} .ccp-accessory-help-mobile{display:block;grid-column:1/-1;color:#405971;font-size:13px;font-weight:700} .ccp-accessory-help-mobile summary{cursor:pointer;color:#067536;font-weight:900} .ccp-accessory-help-mobile p{margin:8px 0 0!important;font-size:13px!important} .ccp-home-accessory-deals-panel{padding:21px 18px;border-radius:23px} .ccp-home-accessory-deals-panel .ccp-accessory-deals-head{margin-bottom:16px} .ccp-home-accessory-deals-panel .ccp-home-accessory-card{grid-template-columns:126px minmax(0,1fr);gap:14px;min-height:185px;padding:14px} .ccp-home-accessory-deals-panel .ccp-home-accessory-visual{min-height:145px} .ccp-home-accessory-body h3{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden;font-size:16px} .ccp-home-accessory-body p{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden} .ccp-home-accessory-meta{margin-bottom:5px} .ccp-third-party-note,.ccp-prepaid-note{font-size:13px;line-height:1.4} .ccp-home-lower-promos .ccp-promo-grid-2{gap:14px} .ccp-home-promo-card{padding:21px 18px} .ccp-home-promo-card h2{font-size:25px} .ccp-home-promo-card li{margin:7px 0} .ccp-footer{padding:30px 0 20px;margin-top:22px} .ccp-footer-grid{display:block} .ccp-footer-grid>div:first-child{padding-bottom:18px} .ccp-footer-grid>div:first-child h2{font-size:19px} .ccp-footer-grid>div:first-child p{font-size:14px;line-height:1.45} .ccp-footer-column{border-top:1px solid rgba(255,255,255,.1)} .ccp-footer-toggle{display:flex;align-items:center;justify-content:space-between;min-height:54px;padding:0 2px;font-size:15px;cursor:pointer} .ccp-footer-links{padding:0 2px 13px} .ccp-footer-links[hidden]{display:none} .ccp-footer a{min-height:38px;display:flex;align-items:center;margin:0;font-size:14px} .ccp-footer-legal{margin-top:10px;padding-top:0;text-align:left} .ccp-footer-legal-toggle{display:flex;width:100%;min-height:54px;align-items:center;justify-content:space-between;padding:0 2px;border:0;border-top:1px solid rgba(255,255,255,.1);background:transparent;color:#9fb2c7;font-weight:800;cursor:pointer;text-align:left} .ccp-footer-legal-text{padding:0 2px 8px} .ccp-footer-legal-text[hidden]{display:none} .ccp-footer .ccp-footer-legal p{font-size:11px;line-height:1.55;text-align:left}} @media (max-width:560px){.ccp-logo{font-size:21px;max-width:238px} .ccp-logo small{font-size:9px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:215px} .ccp-mobile-toggle{width:46px;height:46px;flex-basis:46px;border-radius:13px} .ccp-home-background-hero{min-height:560px;padding:30px 0 22px;background-position:69% center} .ccp-home-background-content{min-height:508px} .ccp-home-background-hero h1{font-size:36px;line-height:1;letter-spacing:-.055em;margin-bottom:15px} .ccp-home-savings-hero .ccp-kicker{font-size:10px;letter-spacing:.1em;padding:7px 10px;margin-bottom:14px} .ccp-home-savings-hero p{font-size:15px;line-height:1.4;margin-bottom:18px;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3;overflow:hidden} .ccp-hero-actions{display:grid;grid-template-columns:1fr 1fr;gap:9px;margin:18px 0} .ccp-hero-actions .ccp-btn{width:100%;min-height:48px;padding:11px 10px;font-size:13px;text-align:center} .ccp-hero-actions .ccp-btn:first-child{grid-column:1/-1} .ccp-home-background-hero .ccp-home-hero-lower{margin-top:auto} .ccp-home-background-hero .ccp-home-hero-benefits{grid-template-columns:repeat(2,minmax(0,1fr));border-radius:17px} .ccp-home-background-hero .ccp-home-hero-benefit{display:grid;grid-template-columns:38px minmax(0,1fr);align-items:center;gap:8px;padding:11px 10px} .ccp-home-background-hero .ccp-home-hero-benefit-icon{width:34px;height:34px} .ccp-home-background-hero .ccp-home-hero-benefit-icon svg{width:21px;height:21px} .ccp-home-hero-benefit strong{font-size:12px;margin:0} .ccp-home-hero-benefit div>span{display:none} .ccp-home-decision-section{padding-top:26px!important} .ccp-home-decision-section h2{font-size:27px!important} .ccp-home-decision-grid{gap:10px} .ccp-savings-decision-card{min-height:146px;padding:15px 14px;border-radius:16px;box-shadow:0 10px 24px rgba(6,20,38,.08)} .ccp-savings-decision-card .ccp-icon{width:42px;height:42px;font-size:17px} .ccp-savings-decision-card h3{font-size:17px;margin:11px 0 6px} .ccp-savings-decision-card p{font-size:12px;line-height:1.35;padding-right:8px} .ccp-card-arrow{right:12px;bottom:9px;font-size:20px} .ccp-trust-band{grid-template-columns:repeat(2,minmax(0,1fr));padding:11px;gap:8px;border-radius:18px} .ccp-trust-item{display:block;padding:12px;border-radius:14px} .ccp-trust-icon{margin-bottom:8px} .ccp-trust-item span:last-child{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden} .ccp-home-accessory-deals-panel .ccp-home-accessory-card{grid-template-columns:112px minmax(0,1fr)} .ccp-home-accessory-deals-panel .ccp-home-accessory-visual{min-height:135px} .ccp-home-accessory-price{font-size:22px} .ccp-accessory-condition-pill{font-size:10px;padding:4px 7px} .ccp-home-accessory-meta{font-size:11px;gap:7px} .ccp-home-promo-card .ccp-promo-art{max-width:92px;right:10px;bottom:10px} .ccp-home-promo-card .ccp-promo-copy{padding-right:70px} .ccp-home-promo-card .ccp-btn{width:100%;min-height:47px;padding:12px}} @media (max-width:370px){.ccp-logo{font-size:19px;max-width:210px} .ccp-logo small{max-width:188px} .ccp-home-background-hero h1{font-size:33px} .ccp-hero-actions{grid-template-columns:1fr} .ccp-hero-actions .ccp-btn:first-child{grid-column:auto} .ccp-home-background-hero{min-height:610px} .ccp-home-background-content{min-height:558px} .ccp-savings-decision-card{padding:14px 12px} .ccp-savings-decision-card h3{font-size:16px}} @media (min-width:701px){.ccp-footer-toggle{margin:0 0 10px;font-size:16px;cursor:default} .ccp-footer-toggle .ccp-footer-chevron{display:none}} @media (max-width:700px){.ccp-footer-toggle .ccp-footer-chevron{display:inline-block}} @media (max-width:560px){body.home .ccp-home-decision-section .ccp-home-decision-grid{grid-template-columns:repeat(2,minmax(0,1fr))} .ccp-home-promo-card .ccp-promo-copy{padding-right:0}} @media (max-width:920px){body.home .ccp-trust-band .ccp-trust-item{border:1px solid rgba(255,255,255,.10)!important;border-radius:14px;background:rgba(255,255,255,.035)}} @media (max-width:760px){.ccp-home-savings-plan-card .ccp-home-plan-badge{margin:-19px -18px 13px;min-height:32px} .ccp-home-savings-plan-card .ccp-home-plan-logo-wrap{min-height:88px;gap:7px} .ccp-home-savings-plan-card .ccp-home-plan-logo-wrap img{margin-bottom:0;max-height:36px} .ccp-home-savings-plan-card .ccp-home-plan-price{font-size:30px;margin:8px 0 12px} .ccp-home-savings-plan-card .ccp-home-plan-facts{gap:7px;margin-bottom:14px}} @media (max-width:920px){.ccp-home-background-hero:not(.ccp-home-background-hero-no-image){--ccp-home-hero-source:var(--ccp-home-hero-background-mobile)}}