
body.choice-page{
  margin:0;
  font-family:Arial, Helvetica, sans-serif;
  background:#f5f4f6;
  color:#101318;
}

.choice-hero{
  min-height:88vh;
  padding:34px 6vw 90px;
  color:white;
}

.choice-page.business .choice-hero{
  background:
    radial-gradient(circle at 85% 22%, rgba(255,255,255,.12), transparent 28%),
    linear-gradient(135deg,#ff0066 0%,#9f003e 100%);
}

.choice-page.career .choice-hero{
  background:
    radial-gradient(circle at 85% 22%, rgba(120,228,176,.16), transparent 28%),
    linear-gradient(135deg,#05241b 0%,#0d4d3a 100%);
}

.choice-nav{
  display:flex;
  justify-content:space-between;
  align-items:center;
  margin-bottom:88px;
}

.choice-logo img{
  width:210px;
  height:auto;
  filter:brightness(0) invert(1);
}

.choice-back{
  color:white;
  text-decoration:none;
  font-weight:900;
  border:1px solid rgba(255,255,255,.25);
  border-radius:999px;
  padding:12px 18px;
}

.choice-content{
  max-width:1050px;
}

.choice-content span,
.choice-label{
  display:inline-block;
  font-size:13px;
  letter-spacing:.22em;
  font-weight:900;
  color:rgba(255,255,255,.78);
  margin-bottom:20px;
}

.choice-content h1{
  font-size:clamp(58px,8vw,128px);
  line-height:.88;
  letter-spacing:-.07em;
  margin:0 0 28px;
}

.choice-content p{
  font-size:clamp(21px,2.2vw,30px);
  line-height:1.42;
  max-width:900px;
  color:rgba(255,255,255,.84);
}

.choice-actions{
  display:flex;
  gap:16px;
  flex-wrap:wrap;
  margin-top:42px;
}

.choice-btn{
  display:inline-flex;
  padding:17px 26px;
  border-radius:16px;
  background:white;
  color:#101318;
  text-decoration:none;
  font-weight:900;
}

.choice-btn.secondary{
  background:rgba(255,255,255,.1);
  color:white;
  border:1px solid rgba(255,255,255,.22);
}

.choice-section{
  padding:95px 6vw;
  display:grid;
  grid-template-columns:.85fr 1.15fr;
  gap:70px;
  background:#fff;
}

.choice-section h2,
.choice-next h2{
  font-size:clamp(42px,5vw,78px);
  line-height:.94;
  letter-spacing:-.06em;
  margin:14px 0 0;
}

.choice-label{
  color:#ff0066;
}

.choice-page.career .choice-label{
  color:#0d8c5c;
}

.choice-list ul{
  list-style:none;
  padding:0;
  margin:0;
  display:grid;
  gap:18px;
}

.choice-list li{
  font-size:22px;
  line-height:1.4;
  font-weight:800;
  padding:22px 0;
  border-bottom:1px solid #e7e7e7;
}

.choice-next{
  padding:90px 6vw;
  background:#f5f4f6;
}

.choice-next p{
  max-width:900px;
  font-size:21px;
  line-height:1.55;
  color:#465;
}

.choice-footer{
  padding:34px 6vw;
  display:flex;
  gap:28px;
  flex-wrap:wrap;
  background:#101318;
}

.choice-footer a{
  color:white;
  text-decoration:none;
  font-weight:800;
}

@media(max-width:900px){
  .choice-hero{
    padding:26px 24px 70px;
  }

  .choice-nav{
    margin-bottom:58px;
  }

  .choice-logo img{
    width:165px;
  }

  .choice-content h1{
    font-size:58px;
  }

  .choice-actions,
  .choice-btn{
    width:100%;
  }

  .choice-btn{
    justify-content:center;
  }

  .choice-section{
    grid-template-columns:1fr;
    padding:70px 24px;
    gap:32px;
  }

  .choice-list li{
    font-size:18px;
  }

  .choice-next{
    padding:70px 24px;
  }
}


/* ===== V114 destination pages: both ABM color family ===== */

.choice-page.business .choice-hero{
  background:
    radial-gradient(circle at 86% 18%, rgba(255,255,255,.14), transparent 28%),
    linear-gradient(135deg,#ff2b2b 0%,#d40046 48%,#96002f 100%) !important;
}

.choice-page.career .choice-hero{
  background:
    radial-gradient(circle at 86% 18%, rgba(255,255,255,.10), transparent 28%),
    linear-gradient(135deg,#230014 0%,#77004b 48%,#ff0066 100%) !important;
}

.choice-page.career .choice-label{
  color:#ff0066 !important;
}

.choice-page.business .choice-label{
  color:#e10046 !important;
}

.choice-page.business .choice-btn,
.choice-page.career .choice-btn{
  color:#16000c;
}

.choice-page.business .choice-btn.secondary,
.choice-page.career .choice-btn.secondary{
  color:white;
}

.choice-page.business .choice-footer,
.choice-page.career .choice-footer{
  background:#18000d;
}

/* ===== V904 AI Business Manager overview as real /ai-business-manager/ page ===== */
.abm-overview-page{
  background:#f5f4f6;
}

.abm-overview-hero{
  min-height:auto;
  padding:34px 6vw 72px;
  background:
    radial-gradient(circle at 12% 8%, rgba(255,0,102,.18), transparent 28%),
    radial-gradient(circle at 88% 14%, rgba(255,0,102,.12), transparent 30%),
    linear-gradient(135deg,#070812 0%,#1d0010 55%,#06060b 100%) !important;
}

.abm-choice-nav{
  margin-bottom:54px;
}

.choice-logo-clean img{
  filter:none !important;
  width:220px;
  max-width:62vw;
  background:white;
  border-radius:18px;
  padding:12px 16px;
  box-shadow:0 14px 34px rgba(0,0,0,.18);
}

.abm-overview-content{
  max-width:980px;
  margin-bottom:44px;
}

.abm-overview-content h1{
  font-size:clamp(54px,8vw,112px);
}

.abm-choice-grid{
  margin-top:34px;
}

.abm-choice-grid .abm-path{
  min-height:560px;
}

.abm-seo-note{
  background:#fff;
}

.abm-seo-note p{
  color:#444;
}

@media(max-width:900px){
  .abm-overview-hero{
    padding:22px 20px 58px;
  }

  .abm-choice-nav{
    align-items:flex-start;
    gap:14px;
    margin-bottom:44px;
  }

  .choice-logo-clean img{
    width:190px;
    padding:10px 14px;
    border-radius:16px;
  }

  .abm-overview-content h1{
    font-size:52px;
    line-height:.92;
  }

  .abm-overview-content p{
    font-size:19px;
  }

  .abm-choice-grid{
    grid-template-columns:1fr;
    gap:20px;
    margin-top:28px;
  }

  .abm-choice-grid .abm-path{
    min-height:auto;
    border-radius:28px;
  }

  .abm-choice-grid .abm-path-inner{
    padding:32px 26px;
  }

  .abm-choice-grid .abm-path h3{
    font-size:38px;
  }
}
