
/* CheapCellPhones 2026 Rev1 homepage overrides */
.ccp-home-rev1-hero {
  position: relative;
  background: radial-gradient(circle at 75% 20%, rgba(43,234,107,.18), transparent 24%), linear-gradient(135deg, #041325 0%, #071a33 55%, #0d2748 100%);
  color: #fff;
  overflow: hidden;
}
.ccp-home-rev1-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image: linear-gradient(rgba(4,19,37,.72), rgba(4,19,37,.72)), var(--ccp-home-hero-background);
  background-size: cover;
  background-position: center right;
  opacity: .95;
}
@media (max-width: 880px) {
  .ccp-home-rev1-hero::before {
    background-image: linear-gradient(rgba(4,19,37,.82), rgba(4,19,37,.82)), var(--ccp-home-hero-background-mobile);
    background-position: center;
  }
}
.ccp-home-rev1-grid {
  position: relative;
  z-index: 1;
  min-height: 560px;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  align-items: center;
  gap: 0;
  padding-top: 54px;
  padding-bottom: 54px;
}
.ccp-home-rev1-copy {
  max-width: 760px;
}
.ccp-home-rev1-copy h1 {
  margin: 0 0 18px;
  font-size: clamp(2.9rem, 5.4vw, 5rem);
  line-height: .96;
  letter-spacing: -.04em;
  max-width: 660px;
}
.ccp-home-rev1-copy h1 em { color: var(--ccp-green); font-style: normal; }
.ccp-home-rev1-subtitle {
  max-width: 620px;
  font-size: 1.45rem;
  line-height: 1.55;
  color: rgba(255,255,255,.92);
  margin: 0 0 28px;
}
.ccp-home-rev1-zip-form { max-width: 560px; }
.ccp-home-rev1-zip-row {
  display: flex;
  gap: 12px;
  align-items: stretch;
  background: rgba(255,255,255,.12);
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 18px;
  padding: 10px;
  backdrop-filter: blur(8px);
  box-shadow: 0 16px 40px rgba(0,0,0,.22);
}
.ccp-home-rev1-zip-row input {
  flex: 1 1 auto;
  min-width: 0;
  border: 0;
  border-radius: 12px;
  background: #fff;
  color: #0b1628;
  padding: 0 18px;
  height: 60px;
  font-size: 1.05rem;
}
.ccp-home-rev1-zip-row button {
  border: 0;
  border-radius: 12px;
  padding: 0 28px;
  min-width: 205px;
  height: 60px;
  background: linear-gradient(135deg, var(--ccp-green), var(--ccp-green-2));
  color: #06203b;
  font-weight: 800;
  font-size: 1rem;
  cursor: pointer;
}
.ccp-home-rev1-proof {
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  color: rgba(255,255,255,.95);
  font-size: .97rem;
}
.ccp-home-rev1-proof li { position: relative; padding-left: 18px; }
.ccp-home-rev1-proof li::before { content: '✓'; position: absolute; left: 0; color: var(--ccp-green); font-weight: 700; }
.ccp-home-rev1-visual {
  min-height: 420px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  gap: 18px;
}
.ccp-home-rev1-network-map {
  position: relative;
  width: min(480px, 100%);
  height: 290px;
}
.ccp-home-rev1-network-map::before {
  content: '';
  position: absolute;
  inset: 18px 0 0 28px;
  border-radius: 30px;
  background: radial-gradient(circle at 30% 45%, rgba(43,234,107,.35), transparent 16%), radial-gradient(circle at 65% 35%, rgba(43,234,107,.25), transparent 18%), radial-gradient(circle at 75% 60%, rgba(43,234,107,.2), transparent 14%);
  border: 1px solid rgba(255,255,255,.1);
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.04);
}
.ccp-home-rev1-badge {
  position: absolute;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 118px;
  height: 118px;
  border-radius: 50%;
  color: #fff;
  font-weight: 800;
  font-size: 1.05rem;
  box-shadow: 0 22px 45px rgba(0,0,0,.35);
}
.ccp-home-rev1-badge-att { top: 8px; right: 104px; background: linear-gradient(135deg, #2ca8ff, #1368d6); }
.ccp-home-rev1-badge-tmo { left: 72px; bottom: 26px; background: linear-gradient(135deg, #ff73cb, #d62da0); }
.ccp-home-rev1-badge-vzw { right: 8px; bottom: 52px; background: linear-gradient(135deg, #ff5349, #d51e1e); }
.ccp-home-rev1-note {
  width: min(320px, 92%);
  padding: 20px 22px;
  border-radius: 18px;
  border: 1px solid rgba(255,255,255,.16);
  background: rgba(6,20,38,.62);
  backdrop-filter: blur(10px);
  color: #fff;
  display: grid;
  gap: 6px;
}
.ccp-home-rev1-note strong { font-size: 1.05rem; }
.ccp-home-decision-section { padding-top: 38px; }
.ccp-home-decision-section .ccp-section-head { text-align: center; justify-content: center; margin-bottom: 24px; }
.ccp-home-decision-section .ccp-section-head h2 { margin-bottom: 6px; }
.ccp-home-decision-section .ccp-section-head p { color: var(--ccp-muted); }
.ccp-home-decision-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 22px; }
.ccp-savings-decision-card {
  min-height: 236px;
  border-radius: 24px;
  box-shadow: 0 10px 28px rgba(7,26,51,.08);
}
.ccp-savings-decision-card .ccp-icon {
  width: 76px;
  height: 76px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  margin-bottom: 18px;
  background: linear-gradient(135deg, rgba(43,234,107,.18), rgba(70,122,255,.14));
}
.ccp-savings-decision-card h3 { font-size: 1.7rem; line-height: 1.15; }
.ccp-savings-decision-card p { font-size: 1rem; line-height: 1.6; }
@media (max-width: 1100px) {
  .ccp-home-rev1-grid { grid-template-columns: 1fr; min-height: 0; padding-top: 42px; padding-bottom: 42px; }
  .ccp-home-rev1-copy { max-width: 760px; }
  .ccp-home-rev1-visual { align-items: center; min-height: 280px; }
  .ccp-home-decision-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 700px) {
  .ccp-home-rev1-copy h1 { font-size: clamp(2.4rem, 12vw, 3.6rem); }
  .ccp-home-rev1-subtitle { font-size: 1.08rem; margin-bottom: 22px; }
  .ccp-home-rev1-zip-row { flex-direction: column; }
  .ccp-home-rev1-zip-row button { width: 100%; min-width: 0; }
  .ccp-home-rev1-network-map { height: 240px; }
  .ccp-home-rev1-badge { width: 86px; height: 86px; font-size: .9rem; }
  .ccp-home-rev1-badge-att { right: 78px; }
  .ccp-home-rev1-badge-tmo { left: 32px; }
  .ccp-home-decision-grid { grid-template-columns: 1fr; }
}


/* v1.0.2 guided-choice dialog */
.ccp-guide-card { width:100%; text-align:left; font:inherit; color:inherit; cursor:pointer; }
.ccp-home-guide-dialog { width:min(920px, calc(100% - 32px)); max-height:90vh; padding:0; border:0; border-radius:26px; box-shadow:0 30px 90px rgba(6,20,38,.35); color:var(--ccp-text); }
.ccp-home-guide-dialog::backdrop { background:rgba(3,14,28,.72); backdrop-filter:blur(4px); }
.ccp-home-guide-shell { position:relative; padding:clamp(24px,4vw,42px); background:#fff; }
.ccp-home-guide-close { position:absolute; top:14px; right:16px; width:44px; height:44px; border:0; border-radius:50%; background:#edf3f8; color:#071827; font-size:1.7rem; cursor:pointer; }
.ccp-home-guide-kicker { display:inline-block; margin-bottom:8px; color:#13713d; font-weight:800; letter-spacing:.08em; text-transform:uppercase; font-size:.78rem; }
.ccp-home-guide-shell h2 { margin:0 50px 8px 0; font-size:clamp(1.9rem,4vw,2.7rem); }
.ccp-home-guide-shell > p { margin:0 0 24px; color:var(--ccp-muted); font-size:1.05rem; }
.ccp-home-guide-options { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:14px; }
.ccp-home-guide-options a { display:grid; gap:5px; padding:18px 20px; border:1px solid #d8e4ee; border-radius:16px; color:#0b1628; text-decoration:none; background:#f9fbfd; transition:transform .15s ease,border-color .15s ease,box-shadow .15s ease; }
.ccp-home-guide-options a:hover,.ccp-home-guide-options a:focus-visible { transform:translateY(-2px); border-color:#2bea6b; box-shadow:0 10px 24px rgba(6,20,38,.09); }
.ccp-home-guide-options strong { font-size:1.05rem; }
.ccp-home-guide-options span { color:#52657a; line-height:1.45; }
.ccp-home-guide-options b { color:#086b37; margin-top:4px; }
@media (max-width:700px){ .ccp-home-guide-options{grid-template-columns:1fr;} .ccp-home-guide-dialog{width:calc(100% - 20px);} }


/* coverage checker fallback if the dedicated coverage plugin is unavailable */
.ccp-coverage-fallback-wrap { padding:44px 0 70px; background:#edf3f8; }
.ccp-coverage-fallback { max-width:980px; margin:0 auto; padding:clamp(24px,5vw,48px); }
.ccp-coverage-fallback-kicker { color:#13713d; font-size:.8rem; font-weight:800; letter-spacing:.08em; text-transform:uppercase; }
.ccp-coverage-fallback h1 { margin:8px 0 12px; font-size:clamp(2rem,5vw,3.5rem); color:#071827; }
.ccp-coverage-fallback-lead { max-width:760px; font-size:1.1rem; line-height:1.65; color:#52657a; }
.ccp-coverage-fallback-form { margin:26px 0; max-width:620px; }
.ccp-coverage-fallback-form label { display:block; margin-bottom:7px; font-weight:800; }
.ccp-coverage-fallback-form > div { display:flex; gap:10px; }
.ccp-coverage-fallback-form input { flex:1; min-width:0; padding:14px 16px; border:1px solid #b9c7d5; border-radius:10px; font:inherit; }
.ccp-coverage-fallback-form button { padding:14px 22px; border:0; border-radius:10px; background:#19dc69; color:#06203b; font-weight:800; cursor:pointer; }
.ccp-coverage-fallback-next { margin-top:34px; padding-top:28px; border-top:1px solid #d9e4ee; }
.ccp-coverage-fallback-grid { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:16px; margin-top:16px; }
.ccp-coverage-fallback-grid a { display:grid; gap:6px; padding:20px; border:1px solid #d9e4ee; border-radius:16px; background:#fff; color:#0b1628; text-decoration:none; }
.ccp-coverage-fallback-grid span { color:#52657a; line-height:1.45; }
.ccp-coverage-fallback-grid b { color:#086b37; }
.ccp-coverage-fallback-official { margin-top:22px; padding:16px 18px; border-radius:14px; background:#f2fff7; border:1px solid #bceacb; display:flex; flex-wrap:wrap; gap:10px 14px; align-items:center; }
.ccp-coverage-fallback-official a { font-weight:800; }
@media(max-width:760px){ .ccp-coverage-fallback-grid{grid-template-columns:1fr;} .ccp-coverage-fallback-form>div{flex-direction:column;} }
