/* Premium frontend UI */
.awhb{
  --awpc-bg:#e8f1fd;
  --awpc-surface:#ffffff;
  --awpc-border:#d1e3fa;
  --awpc-text:#030c17;
  --awpc-muted:#4a5d73;
  --awpc-accent:#1a73e8;
  --awpc-accentStrong:#0f5fd1;
  --awpc-warm:#fbbf24;
  --awpc-accentText:#ffffff;
  --awpc-radius:22px;
  --awpc-shadow:0 24px 64px rgba(3,12,23,0.08);
  font-family:Roboto, Arial, Helvetica, sans-serif;
  color:var(--awpc-text);
  background:
    radial-gradient(circle at top left, rgba(255,255,255,0.88), transparent 32%),
    linear-gradient(180deg, #f7fbff 0%, var(--awpc-bg) 100%);
  padding:80px 0;
  width:100%;
}
.awhb__header,
.awhb__layout{
  
  margin:0 auto;
  padding:0 24px;
}
.awhb__header{margin:0 0 24px}
.awhb__eyebrow{
  display:inline-flex;
  padding:8px 12px;
  border-radius:999px;
  background:rgba(26,115,232,0.12);
  color:var(--awpc-accent);
  font-size:11px;
  font-weight:800;
  letter-spacing:.08em;
  text-transform:uppercase;
}
.awhb__title{
  margin-top:14px;
  font-size:42px;
  font-weight:700;
  line-height:1.12;
  font-family:"Roboto Slab", Georgia, serif;
  color:var(--awpc-text);
}
.awhb__subtitle{
  margin-top:10px;
  max-width:780px;
  color:var(--awpc-muted);
  font-size:16px;
  line-height:1.6;
}
.awhb__progress{margin-bottom:22px;display:grid;gap:12px}
.awhb__progressMeta{display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap}
.awhb__progressStatus{font-size:14px;font-weight:700;color:var(--awpc-muted)}
.awhb__progressPercent{font-size:13px;font-weight:800;color:var(--awpc-accentStrong);background:rgba(26,115,232,.08);border:1px solid rgba(26,115,232,.14);padding:6px 10px;border-radius:999px;line-height:1}
.awhb__progressTrack{display:flex;gap:10px;flex-wrap:nowrap;overflow-x:auto;padding-bottom:4px;scrollbar-width:thin}
.awhb__progressBar{position:relative;width:100%;height:8px;border-radius:999px;background:#dbe7f6;overflow:hidden}
.awhb__progressFill{width:0;height:100%;border-radius:999px;background:linear-gradient(90deg,var(--awpc-accent) 0%,var(--awpc-accentStrong) 100%);transition:width .28s ease}
.awhb__progressStep{
  min-width:168px;
  padding:12px 14px;
  border-radius:16px;
  border:1px solid var(--awpc-border);
  background:#fff;
  color:var(--awpc-muted);
  font-weight:800;
  cursor:pointer;
  display:grid;
  grid-template-columns:auto minmax(0,1fr);
  gap:12px;
  align-items:center;
  text-align:left;
  box-shadow:0 10px 24px rgba(10, 30, 60, 0.04);
}
.awhb__progressStepNum,
.awhb__progressNum{
  width:34px;
  height:34px;
  border-radius:999px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  border:1px solid currentColor;
  font-size:13px;
  font-weight:900;
  flex-shrink:0;
}
.awhb__progressStepText{display:grid;gap:2px;min-width:0}
.awhb__progressStepLabel{font-size:14px;font-weight:900;color:var(--awpc-text);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.awhb__progressStepSub{font-size:11px;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:inherit}
.awhb__progressStep.is-active{
  background:linear-gradient(135deg, var(--awpc-accent) 0%, var(--awpc-accentStrong) 100%);
  color:var(--awpc-accentText);
  border-color:var(--awpc-accent);
  box-shadow:0 18px 38px rgba(26,115,232,0.24);
}
.awhb__progressStep.is-active .awhb__progressStepLabel{color:var(--awpc-accentText)}
.awhb__progressStep.is-selected:not(.is-active){
  border-color:var(--awpc-accent);
  color:var(--awpc-accent);
  background:rgba(255,255,255,0.96);
}
.awhb__progressStep.is-disabled{
  opacity:.56;
  cursor:not-allowed;
  box-shadow:none;
}
.awhb__progressStep.is-disabled .awhb__progressStepLabel{color:var(--awpc-muted)}
.awhb__layout{
  display:grid;
  grid-template-columns:minmax(0,1fr) 370px;
  gap:24px;
  align-items:start;
}
.awhb__layout.is-review-step{grid-template-columns:minmax(0,1fr)}
.awhb__layout.is-review-step .awhb__summary{display:none}
@media (max-width: 1024px){
  .awhb__layout{grid-template-columns:1fr}
  .awhb__summary{position:static}
}
.awhb__grid{
  overflow:hidden;
  background:rgba(255,255,255,0.82);
  border:1px solid rgba(209,227,250,0.9);
  border-radius:30px;
  box-shadow:var(--awpc-shadow);
  padding:0;
  backdrop-filter:blur(10px);
}
.awhb__track{display:flex;transition:transform .35s ease;align-items:flex-start}
.awhb__card{
  align-self:flex-start;
  overflow:visible;
  background:var(--awpc-surface);
  border:1px solid var(--awpc-border);
  border-radius:22px;
  padding:26px;
  min-width:100%;
  box-sizing:border-box;
  box-shadow:0 16px 40px rgba(10, 30, 60, 0.04);
}
.awhb__cardTop{
  display:flex;
  gap:16px;
  align-items:flex-start;
  justify-content:space-between;
}
.awhb__cardTitle{font-size:28px;font-weight:700;line-height:1.2;font-family:"Roboto Slab", Georgia, serif}
.awhb__cardMeta{margin-top:6px;color:var(--awpc-accent);font-size:12px;font-weight:800;text-transform:uppercase;letter-spacing:.08em}
.awhb__cardDesc{margin-top:12px;color:var(--awpc-muted);font-size:15px;line-height:1.65}
.awhb__cardRight{display:flex;gap:10px;align-items:center;flex-wrap:wrap;justify-content:flex-end}
.awhb__badge{
  display:inline-flex;
  align-items:center;
  padding:8px 12px;
  border-radius:999px;
  border:1px solid var(--awpc-border);
  background:#fff;
  font-size:11px;
  font-weight:800;
  color:var(--awpc-muted);
}
.awhb__toggle{
  display:inline-flex;
  align-items:center;
  gap:8px;
  font-size:13px;
  font-weight:800;
  color:var(--awpc-text);
}
.awhb__cardPrice{
  margin-top:18px;
  padding:16px 18px;
  border-radius:18px;
  border:1px solid rgba(26,115,232,0.10);
  background:linear-gradient(135deg, rgba(26,115,232,0.10), rgba(255,255,255,0.92));
  color:var(--awpc-text);
  font-weight:900;
  line-height:1.5;
}


.awhb__card.is-selected{
  border-color:rgba(26,115,232,0.34);
  box-shadow:0 22px 52px rgba(26,115,232,0.14);
}
.awhb__card.is-skipped{
  border-color:#d6e2f7;
  background:linear-gradient(180deg,#ffffff 0%,#f7fbff 100%);
}
.awhb__selectBar{
  display:flex;
  gap:12px;
  margin-top:18px;
  flex-wrap:wrap;
}
.awhb__selectPrompt{
  flex:1 1 100%;
  margin:0;
  color:var(--awpc-text);
  font-size:16px;
  font-weight:700;
  line-height:1.5;
}
.awhb__selectBtn{
  appearance:none;
  border-radius:14px;
  padding:14px 18px;
  font-weight:900;
  font-size:14px;
  cursor:pointer;
  transition:all .2s ease;
  min-width:170px;
}

.awhb__selectBtnPrimary{
  border:1px solid var(--awpc-accent);
  background:var(--awpc-accent);
  color:var(--awpc-accentText);
  box-shadow:0 14px 34px rgba(26,115,232,0.22);
}
.awhb__selectBtnPrimary.is-active{
  background:var(--awpc-accentStrong);
  border-color:var(--awpc-accentStrong);
  box-shadow:0 16px 32px rgba(26,115,232,0.28);
}
.awhb__selectBtnSecondary{
  border:1px solid var(--awpc-border);
  background:#ffffff;
  color:var(--awpc-text);
}
.awhb__selectHint{
  margin-top:12px;
  color:var(--awpc-muted);
  font-size:14px;
  line-height:1.6;
  padding:14px 16px;
  border:1px solid var(--awpc-border);
  border-radius:16px;
  background:#f9fbff;
}

.awhb__opts{margin-top:16px;display:grid;gap:14px}
.awhb__optField{
  padding:14px;
  border:1px solid var(--awpc-border);
  border-radius:16px;
  background:#fff;
}
.awhb__optField label{display:block;font-weight:800;font-size:12px;margin:0 0 8px;color:var(--awpc-text)}
.awhb__emptyState{
  padding:18px;
  border:1px dashed var(--awpc-border);
  border-radius:16px;
  color:var(--awpc-muted);
  font-size:14px;
  line-height:1.6;
  background:#f9fbff;
}

.awhb__field label{display:block;font-weight:800;font-size:12px;color:var(--awpc-text);margin:0 0 8px}
.awhb__field input,
.awhb__field select,
.awhb__field textarea,
.awhb__optField input,
.awhb__optField select{
  width:100%;
  border:1px solid var(--awpc-border);
  border-radius:14px;
  padding:13px 14px;
  font-size:14px;
  background:#ffffff;
  color:var(--awpc-text);
  box-sizing:border-box;
}
.awhb__checkList{display:grid;gap:10px}
.awhb__check{
  display:flex;
  gap:10px;
  align-items:center;
  font-size:14px;
  color:var(--awpc-text);
}
.awhb__nextWrap{margin-top:22px;display:flex;justify-content:space-between;gap:10px;align-items:center;padding-top:18px;border-top:1px solid rgba(219,231,251,0.75)}
.awhb__backBtn,
.awhb__nextBtn,
.awhb__btn,
.awhb__btnGhost{
  appearance:none;
  border-radius:14px;
  padding:12px 16px;
  font-weight:900;
  cursor:pointer;
  transition:all .2s ease;
}
.awhb__backBtn,
.awhb__btnGhost{
  border:1px solid var(--awpc-border);
  background:#ffffff;
  color:var(--awpc-text);
}
.awhb__nextBtn,
.awhb__btn{
  border:1px solid var(--awpc-accent);
  background:var(--awpc-accent);
  color:var(--awpc-accentText);
  box-shadow:0 14px 34px rgba(26,115,232,0.22);
}
.awhb__nextBtn[disabled]{opacity:.5;cursor:not-allowed;box-shadow:none}
.awhb__summary{
  border:1px solid rgba(255,255,255,0.65);
  border-radius:22px;
  background:rgba(255,255,255,0.96);
  backdrop-filter:blur(10px);
  padding:22px;
  position:sticky;
  top:16px;
  box-shadow:var(--awpc-shadow);
}
.awhb__summaryBadge{
  display:inline-flex;
  margin-bottom:12px;
  padding:6px 10px;
  border-radius:999px;
  background:rgba(251,191,36,0.16);
  color:#7f5d09;
  font-size:11px;
  font-weight:900;
  text-transform:uppercase;
  letter-spacing:.08em;
}
.awhb__total{display:flex;justify-content:space-between;align-items:flex-end;gap:12px}
.awhb__totalLabel{font-weight:800;font-size:14px;color:var(--awpc-muted)}
.awhb__totalValue{font-weight:700;font-size:38px;line-height:1;font-family:"Roboto Slab", Georgia, serif}
.awhb__amountStack{display:grid;gap:8px;margin-top:14px}
.awhb__amountRow{display:flex;justify-content:space-between;gap:10px;font-size:14px;color:var(--awpc-muted)}
.awhb__amountRow strong{color:var(--awpc-text)}
.awhb__amountRowDiscount strong{color:#8a6510}
.awhb__hr{height:1px;background:var(--awpc-border);margin:18px 0}
.awhb__sectionTitle{font-weight:900;font-size:15px;margin:0 0 10px}
.awhb__selected{display:grid;gap:10px}
.awhb__selRow{
  display:flex;
  justify-content:space-between;
  gap:10px;
  padding:12px 0;
  border-bottom:1px solid rgba(219,231,251,0.75);
}
.awhb__selRow:last-child{border-bottom:0;padding-bottom:0}
.awhb__selName{font-weight:800}
.awhb__selMeta{margin-top:4px;color:var(--awpc-muted);font-size:12px;line-height:1.5}
.awhb__selPrice{font-weight:900;white-space:nowrap}
.awhb__muted{color:var(--awpc-muted);font-size:14px}
.awhb__actions{margin-top:18px}
.awhb__btn{width:100%}
.awhb__couponWrap{display:grid;gap:10px}
.awhb__couponForm{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:8px}
.awhb__couponMsg{font-size:12px;color:var(--awpc-muted);line-height:1.5}
.awhb__couponMsg.is-success{color:#8a6510}
.awhb__couponMsg.is-error{color:#b42318}
.awhb__btnGhostInline{width:auto}
.awhb__modal[hidden]{display:none !important}
.awhb__modal{position:fixed;inset:0;z-index:99999}
.awhb__modalBackdrop{position:absolute;inset:0;background:rgba(3,12,23,0.72)}
.awhb__modalCard{
  position:relative;
  margin:6vh auto 0;
  max-width:600px;
  background:#ffffff;
  border-radius:22px;
  padding:24px;
  border:1px solid var(--awpc-border);
  box-shadow:0 28px 80px rgba(3,12,23,0.24);
}
.awhb__modalClose{
  position:absolute;
  top:14px;
  right:14px;
  width:40px;
  height:40px;
  border-radius:14px;
  border:1px solid var(--awpc-border);
  background:#fff;
  font-size:22px;
  cursor:pointer;
}
.awhb__modalTitle{font-weight:900;font-size:22px}
.awhb__modalSub{margin-top:6px;color:var(--awpc-muted);font-size:14px;line-height:1.6}
.awhb__form{margin-top:16px}
.awhb__formGrid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}
.awhb__fieldFull{grid-column:1 / -1}
.awhb__formActions{display:flex;gap:10px;margin-top:16px}
.awhb__formActions .awhb__btn,
.awhb__formActions .awhb__btnGhost{width:auto;flex:1}
.awhb__formMsg{margin-top:12px;font-size:13px;color:var(--awpc-text)}
.awhb__error{
  
  margin:0 auto;
  padding:16px 24px;
  border:1px solid #f5c978;
  background:#fff7df;
  border-radius:16px;
  color:#815d0e;
}
@media (max-width: 680px){
  .awhb{padding:48px 0}
  .awhb__header,.awhb__layout{padding:0 16px}
  .awhb__title{font-size:34px}
  .awhb__progressMeta{flex-direction:column;align-items:flex-start}
  .awhb__progressStep{min-width:138px;padding:10px 12px}
  .awhb__progressStepLabel{font-size:13px}
  .awhb__grid{padding:0}
  .awhb__card{padding:18px}
  .awhb__cardTop{flex-direction:column}
  .awhb__cardRight{justify-content:flex-start}
  .awhb__formGrid{grid-template-columns:1fr}
  .awhb__couponForm{grid-template-columns:1fr}
  .awhb__formActions{flex-direction:column}
}
.awhb__nextWrap .awhb__nextBtn{margin-left:auto}
@media (max-width: 767px){
  .awhb__card{padding:20px}
  .awhb__cardTop{flex-direction:column}
  .awhb__cardRight{width:100%;justify-content:flex-start}
  .awhb__selectBar{flex-direction:column}
  .awhb__selectBtn{width:100%}
  .awhb__nextWrap{flex-wrap:wrap}
  .awhb__backBtn,
  .awhb__nextBtn{flex:1 1 140px;justify-content:center}
}


.awhb__cardTop{position:relative}
.awhb__selectedBadge{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:10px 14px;
  border-radius:999px;
  font-size:12px;
  font-weight:900;
  white-space:nowrap;
  transition:all .2s ease;
}
.awhb__selectedBadge--optional{
  background:#f7fbff;
  color:#49627f;
  border:1px solid #d8e6fd;
}
.awhb__selectedBadge--added{
  background:rgba(26,115,232,0.12);
  color:var(--awpc-accent);
  border:1px solid rgba(26,115,232,0.18);
}
.awhb__selectedBadge--skipped{
  background:#f8fafc;
  color:#5f6f83;
  border:1px solid #dbe5f0;
}
.awhb__cardPrice{
  display:flex;
  align-items:center;
  min-height:74px;
}
.awhb__selectBar{
  padding:16px;
  border:1px solid var(--awpc-border);
  border-radius:18px;
  background:linear-gradient(180deg, #f7fbff 0%, #ffffff 100%);
}
.awhb__selectBtn:hover,
.awhb__backBtn:hover,
.awhb__nextBtn:hover,
.awhb__btn:hover,
.awhb__btnGhost:hover{
  transform:translateY(-1px);
}
.awhb__selectBtnSecondary:hover,
.awhb__selectBtnSecondary:focus-visible,
.awhb__btnGhost:hover,
.awhb__btnGhost:focus-visible,
.awhb__backBtn:hover,
.awhb__backBtn:focus-visible{
  border-color:#b8d4fb !important;
  background:#f7fbff !important;
  color:var(--awpc-text) !important;
  opacity:1;
  box-shadow:0 10px 24px rgba(26,115,232,0.08);
}
.awhb__selectBtnSecondary:hover *,
.awhb__selectBtnSecondary:focus-visible *,
.awhb__btnGhost:hover *,
.awhb__btnGhost:focus-visible *,
.awhb__backBtn:hover *,
.awhb__backBtn:focus-visible *{
  color:inherit !important;
  opacity:1;
}
.awhb__selectBtnSecondary[disabled]:hover,
.awhb__selectBtnSecondary[disabled]:focus-visible,
.awhb__backBtn[disabled]:hover,
.awhb__backBtn[disabled]:focus-visible,
.awhb__btnGhost[disabled]:hover,
.awhb__btnGhost[disabled]:focus-visible,
.awhb__nextBtn[disabled]:hover,
.awhb__nextBtn[disabled]:focus-visible{
  transform:none;
  box-shadow:none;
}
.awhb__selectHint{
  background:#f7fbff;
  border-color:#d8e6fd;
  font-weight:600;
}
.awhb__card.is-skipped .awhb__cardDesc,
.awhb__card.is-skipped .awhb__cardMeta{
  color:#64768d;
}
.awhb__card.is-skipped .awhb__emptyState{
  background:#f8fbff;
  border-color:#e2ebf7;
}
.awhb__emptyState{
  border-style:solid;
  background:#f7fbff;
}
.awhb__nextWrap{margin-top:24px}
.awhb__nextBtn{min-width:180px}
.awhb__summaryBadge{text-transform:none;letter-spacing:.03em}
@media (max-width: 768px){
  .awhb__selectedBadge{width:max-content}
}

.awhb__summary.is-sticky{position:sticky;top:24px}
.awhb__reviewNotice,.awhb__summaryNote{margin-top:14px;padding:12px 14px;border-radius:14px;background:#f7fbff;border:1px solid #d8e7ff;color:#37506b;font-size:13px;line-height:1.6}
.awhb__summaryNote{background:#fff7df;border-color:#f4d481}
.awhb__choiceCards{display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:12px}
.awhb__choiceCards--tiers{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));align-items:stretch}
.awhb__choiceCard{display:flex;flex-direction:column;align-items:flex-start;gap:6px;width:100%;padding:14px 16px;border:1px solid #dbe7f6;border-radius:16px;background:#fff;cursor:pointer;text-align:left;transition:.2s ease;box-shadow:0 10px 28px rgba(3,12,23,.05)}
.awhb__choiceCard:hover{transform:translateY(-1px);border-color:var(--awpc-accent);box-shadow:0 16px 34px rgba(3,12,23,.08)}
.awhb__choiceCard.is-active{border-color:var(--awpc-accent);box-shadow:0 18px 36px rgba(26,115,232,.14);background:linear-gradient(180deg,#ffffff,#f4f9ff)}
.awhb__choiceCardTitle{font-weight:700;font-size:14px;color:#030c17}
.awhb__choiceCardMeta{font-size:12px;color:#4f647c}
.awhb__choiceCard--tier{position:relative;min-height:100%;padding:34px 18px 18px;border-radius:22px;gap:14px;overflow:visible}
.awhb__choiceCard--tier.is-featured{border-width:2px}
.awhb__tierHead{display:flex;align-items:flex-start;justify-content:space-between;gap:10px;width:100%}
.awhb__tierBadge{display:inline-flex;align-items:center;justify-content:center;padding:6px 12px;border-radius:999px;background:#e8f1fd;color:var(--awpc-accent);font-size:12px;font-weight:700;line-height:1.2}
.awhb__tierRibbon{position:absolute;top:-17px;right:18px;left:auto;transform:none;display:inline-flex;align-items:center;justify-content:center;min-height:32px;padding:7px 16px;border-radius:999px;background:#fbbf24;color:#030c17;font-size:11px;font-weight:800;letter-spacing:.08em;text-transform:uppercase;white-space:nowrap;line-height:1.1;z-index:4;box-shadow:0 10px 22px rgba(3,12,23,.14)}
.awhb__tierDesc{font-size:13px;line-height:1.6;color:#34495f}
.awhb__tierPrice{display:flex;align-items:flex-end;gap:8px;flex-wrap:wrap;color:#030c17;margin-top:2px}
.awhb__tierPriceValue{font-size:clamp(28px,3.2vw,42px);line-height:1;font-weight:800;letter-spacing:-.02em}
.awhb__tierPriceContext{margin-top:8px;font-size:13px;line-height:1.45;color:#49627f;font-weight:600}
.awhb__tierFeatures{margin:2px 0 0;padding:0;list-style:none;display:grid;gap:8px;color:#102337;font-size:13px;line-height:1.5}
.awhb__tierFeatures li{position:relative;margin:0;padding-left:24px}
.awhb__tierFeatures li::before{content:'\2713';position:absolute;left:0;top:0;font-weight:800;color:var(--awpc-accent)}
.awhb__choiceCard--tier .awhb__choiceCardMeta{margin-top:auto;padding-top:4px;font-weight:600}
@media (max-width: 767px){
  .awhb__choiceCards--tiers{grid-template-columns:1fr}
}
@media (max-width: 782px){.awhb__summary.is-sticky{position:static;top:auto}}


.awhb__cardPrice:empty{display:none}
.awhb__card .awhb__selectBar + .awhb__opts{margin-top:18px}
.awhb__selectBar .awhb__selectBtn{flex:1 1 220px;justify-content:center;display:inline-flex;align-items:center}
.awhb__nextWrap{flex-wrap:wrap}
.awhb__nextWrap .awhb__backBtn,
.awhb__nextWrap .awhb__nextBtn{min-width:170px;display:inline-flex;align-items:center;justify-content:center}
@media (min-width: 768px){
  .awhb__selectBar{justify-content:flex-start}
  .awhb__nextWrap{justify-content:space-between}
}

@media (max-width: 767px){
  .awhb__selectBar .awhb__selectBtn{
    flex:0 0 auto;
    min-width:0;
    min-height:56px;
    padding:16px 18px;
  }
  .awhb__selectBar{
    gap:10px;
    align-items:stretch;
  }
}



/* Fixed secondary skip button state after remove service */
.awhb__selectBar .awhb__selectBtnSecondary,
.awhb__selectBar .awhb__selectBtnSecondary:hover,
.awhb__selectBar .awhb__selectBtnSecondary:focus,
.awhb__selectBar .awhb__selectBtnSecondary:focus-visible,
.awhb__selectBar .awhb__selectBtnSecondary:active{
  border:1px solid var(--awpc-border) !important;
  background:#ffffff !important;
  color:var(--awpc-text) !important;
  box-shadow:none !important;
  outline:none !important;
}




/* Remove unused options area spacing when service is not selected */
.awhb__opts:empty{
  display:none !important;
  margin-top:0 !important;
  gap:0 !important;
}



/* Refined hover and active states */
.awhb__choiceCard,
.awhb__choiceCard--tier,
.awhb__selectBtnPrimary,
.awhb__selectBtnSecondary,
.awhb__backBtn,
.awhb__nextBtn,
.awhb__btn,
.awhb__btnGhost{
  transition:transform .2s ease, box-shadow .2s ease, border-color .2s ease, background .2s ease, color .2s ease;
}
.awhb__choiceCard:hover:not(.is-active),
.awhb__choiceCard:focus-visible:not(.is-active),
.awhb__choiceCard--tier:hover:not(.is-active),
.awhb__choiceCard--tier:focus-visible:not(.is-active){
  border-color:#bdd5f8;
  background:linear-gradient(180deg,#ffffff 0%,#f8fbff 100%);
  box-shadow:0 14px 30px rgba(3,12,23,.07);
}
.awhb__choiceCard.is-active,
.awhb__choiceCard.is-active:hover,
.awhb__choiceCard.is-active:focus-visible,
.awhb__choiceCard--tier.is-active,
.awhb__choiceCard--tier.is-active:hover,
.awhb__choiceCard--tier.is-active:focus-visible{
  border-color:#8fb8f4;
  background:linear-gradient(180deg,#ffffff 0%,#eef5ff 100%);
  box-shadow:0 18px 34px rgba(26,115,232,.10);
}
.awhb__choiceCard.is-active .awhb__choiceCardTitle,
.awhb__choiceCard.is-active .awhb__tierDesc,
.awhb__choiceCard.is-active .awhb__tierPrice,
.awhb__choiceCard.is-active .awhb__tierFeatures,
.awhb__choiceCard.is-active .awhb__choiceCardMeta,
.awhb__choiceCard.is-active .awhb__tierFeatures li,
.awhb__choiceCard.is-active .awhb__tierPriceValue{
  color:#030c17;
}
.awhb__choiceCard.is-active .awhb__tierBadge{
  background:#dfeeff;
  color:#1557b0;
}
.awhb__selectBtnPrimary:hover,
.awhb__selectBtnPrimary:focus-visible,
.awhb__nextBtn:hover,
.awhb__nextBtn:focus-visible,
.awhb__btn:hover,
.awhb__btn:focus-visible{
  background:#155fc0 !important;
  border-color:#155fc0 !important;
  box-shadow:0 16px 30px rgba(21,95,192,.18);
  color:#ffffff !important;
}

.awhb__card--project{
  background:linear-gradient(180deg,#ffffff 0%,#fbfdff 100%);
}
.awhb__projectFields{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:16px;
  margin-top:20px;
}
.awhb__fieldHint{
  margin-top:8px;
  color:#5b6f88;
  font-size:13px;
  line-height:1.45;
}
.awhb__optField input.is-readonly{
  background:#f4f8ff;
  color:#37506d;
  cursor:not-allowed;
}
.awhb__projectSummary{
  margin-top:8px;
  padding-top:4px;
}
.awhb__projectSummaryRow{
  color:#4b607b;
  font-size:14px;
  line-height:1.5;
  margin-top:4px;
}
@media (max-width: 767px){
  .awhb__projectFields{
    grid-template-columns:1fr;
  }
}


/* Professional radio and checkbox cards */
.awhb__choiceCards--checkbox,
.awhb__choiceCards--radio{
  grid-template-columns:1fr;
}
.awhb__choiceCard--checkbox,
.awhb__choiceCard--radio{
  display:grid;
  grid-template-columns:22px minmax(0,1fr);
  gap:14px;
  align-items:flex-start;
  min-height:72px;
  padding:16px 18px;
  border-radius:18px;
}
.awhb__choiceCardControl{
  position:relative;
  width:22px;
  height:22px;
  margin-top:1px;
  border:2px solid #bdd0ea;
  background:#ffffff;
  flex:0 0 22px;
  box-sizing:border-box;
  transition:border-color .2s ease, background .2s ease, box-shadow .2s ease, transform .2s ease;
}
.awhb__choiceCardBody{
  display:grid;
  gap:4px;
  min-width:0;
}
.awhb__choiceCard--checkbox .awhb__choiceCardControl{
  border-radius:7px;
}
.awhb__choiceCard--radio .awhb__choiceCardControl{
  border-radius:999px;
}
.awhb__choiceCard--checkbox .awhb__choiceCardControl::after,
.awhb__choiceCard--radio .awhb__choiceCardControl::after{
  content:'';
  position:absolute;
  inset:0;
  margin:auto;
  opacity:0;
  transform:scale(.6);
  transition:opacity .18s ease, transform .18s ease;
}
.awhb__choiceCard--checkbox .awhb__choiceCardControl::after{
  width:10px;
  height:6px;
  border-left:2px solid #ffffff;
  border-bottom:2px solid #ffffff;
  transform:rotate(-45deg) scale(.75);
  top:-1px;
}
.awhb__choiceCard--radio .awhb__choiceCardControl::after{
  width:8px;
  height:8px;
  border-radius:999px;
  background:#ffffff;
}
.awhb__choiceCard--checkbox.is-active .awhb__choiceCardControl,
.awhb__choiceCard--radio.is-active .awhb__choiceCardControl{
  border-color:var(--awpc-accent);
  background:linear-gradient(180deg,var(--awpc-accent) 0%, var(--awpc-accentStrong) 100%);
  box-shadow:0 8px 18px rgba(26,115,232,.22);
}
.awhb__choiceCard--checkbox.is-active .awhb__choiceCardControl::after,
.awhb__choiceCard--radio.is-active .awhb__choiceCardControl::after{
  opacity:1;
}
.awhb__choiceCard--checkbox:hover .awhb__choiceCardControl,
.awhb__choiceCard--checkbox:focus-visible .awhb__choiceCardControl,
.awhb__choiceCard--radio:hover .awhb__choiceCardControl,
.awhb__choiceCard--radio:focus-visible .awhb__choiceCardControl{
  border-color:#90b6ec;
}
.awhb__choiceCard--checkbox .awhb__choiceCardTitle,
.awhb__choiceCard--radio .awhb__choiceCardTitle{
  font-size:15px;
  line-height:1.4;
}
.awhb__choiceCard--checkbox .awhb__choiceCardMeta,
.awhb__choiceCard--radio .awhb__choiceCardMeta{
  font-size:13px;
  font-weight:600;
}
@media (min-width: 768px){
  .awhb__choiceCards--checkbox.is-multi,
  .awhb__choiceCards--radio.is-multi{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
}

.awhb__srOnly{
  position:absolute !important;
  width:1px;
  height:1px;
  padding:0;
  margin:-1px;
  overflow:hidden;
  clip:rect(0,0,0,0);
  white-space:nowrap;
  border:0;
}
.awhb__dependencyNotice{
  display:none;
  margin-top:14px;
  padding:12px 14px;
  border-radius:14px;
  border:1px solid rgba(251,191,36,0.42);
  background:rgba(251,191,36,0.14);
  color:#6b4b00;
  font-weight:700;
}
.awhb__card.is-locked{
  border-style:dashed;
  border-color:rgba(251,191,36,0.4);
  background:linear-gradient(180deg,#ffffff 0%,#fffaf0 100%);
}
.awhb__card.is-locked .awhb__cardPrice{
  opacity:.78;
}
.awhb__selectBtn[disabled],
.awhb__selectBtn[aria-disabled="true"]{
  cursor:not-allowed;
  opacity:.78;
}
@media (max-width: 768px){
  }

.awhb__optField.is-invalid,
.awhb__field.is-invalid{
  border-color:var(--awpc-border);
  box-shadow:none;
}
.awhb__optField.is-invalid input,
.awhb__optField.is-invalid select,
.awhb__optField.is-invalid textarea,
.awhb__field.is-invalid input,
.awhb__field.is-invalid select,
.awhb__field.is-invalid textarea{
  border-color:#d93025;
  box-shadow:0 0 0 1px rgba(217,48,37,.08);
}
.awhb__inlineError{
  margin-top:8px;
  color:#b3261e;
  font-size:12px;
  font-weight:700;
  line-height:1.4;
}


.awhb__requiredMark{
  color:#b3261e;
  font-weight:800;
}
.awhb__optionalNote{
  color:#5f6368;
  font-size:12px;
  font-weight:600;
}
.awhb__builderMsg,
.awhb__formMsg{
  margin-top:10px;
  font-size:13px;
  line-height:1.45;
}
.awhb__builderMsg:empty,
.awhb__formMsg:empty{
  display:none;
}
.awhb__builderMsg.is-error,
.awhb__formMsg.is-error{
  color:#b3261e;
}
.awhb__builderMsg.is-success,
.awhb__formMsg.is-success{
  color:#0b8043;
}


/* Quote form modal compact sizing fix */
.awhb__modalCard{
  width:min(560px, calc(100vw - 32px));
  margin:2vh auto 0;
  padding:20px;
}
.awhb__modalTitle{font-size:18px;line-height:1.25;padding-right:48px}
.awhb__modalSub{font-size:13px;line-height:1.5;margin-top:4px}
.awhb__modalClose{
  top:12px;
  right:12px;
  width:36px;
  height:36px;
  font-size:24px;
  line-height:1;
  color:var(--awpc-text);
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:0;
  z-index:2;
}
.awhb__form{margin-top:14px}
.awhb__formGrid{gap:12px}
.awhb__field label{margin-bottom:6px;font-size:11px}
.awhb__field input,
.awhb__field select,
.awhb__field textarea{
  padding:10px 12px;
  border-radius:12px;
  font-size:13px;
}
.awhb__field textarea{
  min-height:84px;
  resize:vertical;
}
.awhb__formActions{gap:8px;margin-top:14px}
.awhb__backBtn,
.awhb__nextBtn,
.awhb__btn,
.awhb__btnGhost{
  padding:10px 14px;
  border-radius:12px;
  font-size:13px;
}

@media (max-width: 640px){
  .awhb__modalCard{
    width:calc(100vw - 20px);
    margin:10px auto 0;
    padding:16px;
    border-radius:18px;
  }
  .awhb__modalTitle{font-size:17px;padding-right:42px}
  .awhb__modalSub{font-size:12px}
  .awhb__formGrid{grid-template-columns:minmax(0,1fr);gap:10px}
  .awhb__fieldFull{grid-column:auto}
  .awhb__modalClose{
    width:34px;
    height:34px;
    font-size:22px;
    border-radius:12px;
  }
  .awhb__field textarea{min-height:72px}
  .awhb__formActions{flex-direction:column}
  .awhb__formActions .awhb__btn,
  .awhb__formActions .awhb__btnGhost{width:100%}
}

@media (max-height: 760px){
  .awhb__modalCard{
    margin:8px auto 0;
    padding:16px;
  }
  .awhb__modalTitle{font-size:17px}
  .awhb__modalSub{font-size:12px;line-height:1.45}
  .awhb__formGrid{gap:10px}
  .awhb__field input,
  .awhb__field select,
  .awhb__field textarea{
    padding:9px 11px;
  }
  .awhb__field textarea{min-height:64px}
  .awhb__formActions{margin-top:12px}
  .awhb__backBtn,
  .awhb__nextBtn,
  .awhb__btn,
  .awhb__btnGhost{padding:9px 12px}
}


.awhb__mobileStickyBar{display:none}
.awhb__mobileStickyTotal{display:flex;flex-direction:column;gap:4px;min-width:0}
.awhb__mobileStickyLabel{font-size:12px;font-weight:700;letter-spacing:.03em;text-transform:uppercase;color:#5b7086}
.awhb__mobileStickyValue{font-size:20px;font-weight:800;line-height:1;color:#0f2740;white-space:nowrap}
.awhb__mobileStickyBtn{flex:0 0 auto;white-space:nowrap;padding:14px 18px}
@media (max-width: 782px){
  .awhb{padding-bottom:110px}
  .awhb__mobileStickyBar{position:fixed;left:0;right:0;bottom:0;z-index:9999;display:flex;align-items:center;justify-content:space-between;gap:14px;padding:12px 16px calc(12px + env(safe-area-inset-bottom));background:#ffffff;border-top:1px solid #d8e7ff;box-shadow:0 -10px 30px rgba(15,39,64,.12)}
  .awhb__mobileStickyBar[hidden]{display:none !important}
  .awhb__mobileStickyBtn{min-width:0;max-width:58%;overflow:hidden;text-overflow:ellipsis}
}
@media (max-width: 520px){
  .awhb__mobileStickyBar{gap:10px;padding:10px 12px calc(10px + env(safe-area-inset-bottom))}
  .awhb__mobileStickyValue{font-size:18px}
  .awhb__mobileStickyBtn{padding:12px 14px;font-size:13px;max-width:62%}
}


.awhb__couponBannerWrap,.awhb__couponOffers{display:grid;gap:12px;margin:0 0 14px}
.awhb__couponDisplay{position:relative;display:flex;align-items:center;justify-content:space-between;gap:14px;padding:14px 16px;border:1px solid #d1e3fa;border-radius:16px;background:linear-gradient(180deg,#fff,#f7fbff);box-shadow:0 10px 24px rgba(3,12,23,.05)}
.awhb__couponDisplayText{display:grid;gap:4px}
.awhb__couponDisplayText strong{font-size:14px;line-height:1.35;color:#030c17}
.awhb__couponDisplayText span{font-size:13px;line-height:1.5;color:#5a6d84}
.awhb__couponPopup{position:fixed;right:20px;bottom:20px;z-index:9999;max-width:360px;width:calc(100% - 32px)}
.awhb__couponPopup .awhb__couponDisplay{padding-right:46px;border-color:#bfd7ff;box-shadow:0 18px 40px rgba(3,12,23,.16)}
.awhb__couponPopupClose{position:absolute;top:10px;right:10px;border:0;background:transparent;color:#5a6d84;font-size:24px;line-height:1;cursor:pointer}
.awhb__couponPopupClose:hover{color:#030c17}
.awhb__couponWrap{display:grid;gap:12px}
.awhb__couponOffers:empty,.awhb__couponBannerWrap:empty,.awhb__couponPopup:empty{display:none}
@media (max-width: 767px){.awhb__couponDisplay{flex-direction:column;align-items:flex-start}.awhb__couponPopup{left:16px;right:16px;bottom:16px;width:auto}}


.awhb__reviewStepBox{margin-top:16px;padding:18px;border:1px solid rgba(219,231,251,0.85);border-radius:20px;background:#f8fbff;display:grid;gap:16px}
.awhb__reviewHeader{display:grid;grid-template-columns:minmax(0,1fr) minmax(220px,280px);gap:16px;align-items:start}
.awhb__reviewHeaderText{display:grid;gap:6px}
.awhb__reviewEyebrow{display:inline-flex;align-items:center;justify-content:center;width:max-content;padding:7px 11px;border-radius:999px;background:rgba(26,115,232,.10);color:var(--awpc-accent);font-size:11px;font-weight:800;letter-spacing:.08em;text-transform:uppercase}
.awhb__reviewHeadline{font-size:22px;font-weight:700;line-height:1.3;color:var(--awpc-text);font-family:"Roboto Slab", Georgia, serif}
.awhb__reviewIntro{color:var(--awpc-muted);font-size:14px;line-height:1.65}
.awhb__reviewTotalCard{padding:18px;border:1px solid rgba(26,115,232,.16);border-radius:18px;background:linear-gradient(135deg, rgba(26,115,232,.12), rgba(255,255,255,.96));box-shadow:0 14px 30px rgba(10,30,60,.06)}
.awhb__reviewTotalLabel{font-size:12px;font-weight:800;letter-spacing:.08em;text-transform:uppercase;color:var(--awpc-accentStrong)}
.awhb__reviewTotalValue{margin-top:8px;font-size:32px;font-weight:900;line-height:1.1;color:var(--awpc-text)}
.awhb__reviewSummaryGrid{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1.25fr);gap:16px}
.awhb__reviewPanel{padding:18px;border:1px solid #dbe7fb;border-radius:18px;background:#fff;display:grid;gap:14px;box-shadow:0 10px 24px rgba(10,30,60,.04)}
.awhb__reviewPanelTitle{font-size:14px;font-weight:900;letter-spacing:.06em;text-transform:uppercase;color:var(--awpc-text)}
.awhb__reviewProjectList,.awhb__reviewServicesList{display:grid;gap:12px}
.awhb__reviewProjectItem{display:grid;gap:4px;padding:12px 14px;border-radius:14px;background:#f9fbff;border:1px solid #e1ebfb}
.awhb__reviewProjectLabel{font-size:11px;font-weight:800;letter-spacing:.06em;text-transform:uppercase;color:var(--awpc-muted)}
.awhb__reviewProjectValue{font-size:15px;line-height:1.45;color:var(--awpc-text)}
.awhb__reviewServiceCard{padding:14px;border-radius:16px;background:#f9fbff;border:1px solid #e1ebfb;display:grid;gap:12px}
.awhb__reviewServiceTop{display:flex;align-items:flex-start;justify-content:space-between;gap:14px}
.awhb__reviewServiceNameWrap{display:grid;gap:4px;min-width:0}
.awhb__reviewServiceName{font-size:16px;font-weight:800;line-height:1.4;color:var(--awpc-text)}
.awhb__reviewServiceMeta{font-size:13px;line-height:1.55;color:var(--awpc-muted)}
.awhb__reviewServicePrice{font-size:15px;font-weight:900;white-space:nowrap;color:var(--awpc-text)}
.awhb__reviewServiceActions{display:flex;flex-wrap:wrap;gap:10px}
.awhb__reviewActionBtn{appearance:none;border:1px solid #c8d9f6;background:#fff;color:var(--awpc-text);border-radius:999px;padding:8px 14px;font-size:13px;font-weight:700;line-height:1.2;cursor:pointer;transition:all .2s ease}
.awhb__reviewActionBtn:hover{border-color:#2b75e2;color:#2b75e2}
.awhb__reviewActionBtn--remove:hover{border-color:#d14343;color:#d14343}
.awhb__reviewOptionList{display:flex;flex-wrap:wrap;gap:8px}
.awhb__reviewOptionChip{display:inline-flex;align-items:center;padding:8px 10px;border-radius:999px;background:#fff;border:1px solid #d7e5fb;color:var(--awpc-text);font-size:12px;font-weight:700;line-height:1.35}
.awhb__reviewAmounts{display:grid;gap:10px;padding:16px 18px;border-radius:18px;border:1px solid #dbe7fb;background:#fff}
.awhb__reviewAmountRow{display:flex;align-items:center;justify-content:space-between;gap:16px;font-size:14px;color:var(--awpc-text)}
.awhb__reviewAmountRow strong{font-size:15px;font-weight:900}
.awhb__reviewAmountRowDiscount{color:#0f5fd1}
.awhb__reviewAmountRowTotal{padding-top:10px;margin-top:4px;border-top:1px solid #dbe7fb;font-weight:800}
.awhb__reviewAmountRowTotal strong{font-size:18px}
.awhb__reviewStepNote{margin:0}
.awhb__reviewStepHint{margin:0}
.awhb__reviewEmpty{padding:16px;border-radius:16px;border:1px dashed #d1e3fa;background:#fff;color:var(--awpc-muted);font-size:14px;line-height:1.6}
@media (max-width: 900px){.awhb__reviewHeader,.awhb__reviewSummaryGrid{grid-template-columns:1fr}.awhb__reviewTotalCard{max-width:none}}
@media (max-width: 640px){.awhb__reviewStepBox{padding:16px}.awhb__reviewHeadline{font-size:20px}.awhb__reviewTotalValue{font-size:28px}.awhb__reviewPanel{padding:16px}.awhb__reviewServiceTop{flex-direction:column;align-items:flex-start}.awhb__reviewServicePrice{white-space:normal}}
.awhb__contactStepForm .awhb__formMsg{margin-top:14px}


.awhb__reviewCouponWrap{display:grid;gap:10px;margin-top:18px}
.awhb__reviewCouponForm{max-width:420px}
.awhb__reviewCouponMsg{margin:0}
