body.hc-simple-overlay-open {
  overflow: hidden;
}

body.hc-simple-ready {
  padding-bottom: calc(82px + var(--safe-bottom)) !important;
}

body.hc-simple-ready > .mobile-nav,
body.hc-simple-ready .desktop-sidebar,
body.hc-simple-ready > .sheet-backdrop,
body.hc-simple-ready > .action-sheet {
  display: none !important;
}

.hc-simple-mobile-nav {
  position: fixed;
  z-index: 68;
  left: 5px;
  right: 5px;
  bottom: 5px;
  min-height: calc(67px + var(--safe-bottom));
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 3px;
  padding: 5px 5px calc(5px + var(--safe-bottom));
  border: 1px solid rgba(8, 42, 62, .12);
  border-radius: 21px;
  background: rgba(255, 255, 255, .97);
  box-shadow: 0 -8px 28px rgba(4, 25, 35, .16);
  backdrop-filter: blur(18px);
}

.hc-simple-nav-button {
  min-width: 0;
  min-height: 52px;
  display: grid;
  grid-template-columns: 30px minmax(0, 1fr);
  align-items: center;
  gap: 9px;
  border: 0;
  border-radius: 14px;
  padding: 8px 10px;
  color: #607284;
  background: transparent;
  text-align: left;
  cursor: pointer;
  transition: color .16s ease, background .16s ease, transform .16s ease;
}

.hc-simple-nav-button:hover {
  transform: translateY(-1px);
  background: #f3f7f7;
}

.hc-simple-nav-button.active {
  color: var(--navy-900);
  background: #e6f2f2;
  box-shadow: inset 0 0 0 1px rgba(14, 143, 141, .12);
}

.hc-simple-nav-button.danger {
  color: var(--red-700);
}

.hc-simple-nav-button > span {
  min-width: 30px;
  display: grid;
  place-items: center;
  font-size: 1.12rem;
  line-height: 1;
}

.hc-simple-nav-button > strong {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: .82rem;
}

.hc-simple-nav-button.compact {
  min-height: 56px;
  grid-template-columns: 1fr;
  place-items: center;
  align-content: center;
  gap: 3px;
  padding: 5px 2px;
  text-align: center;
}

.hc-simple-nav-button.compact > span {
  min-width: 0;
  font-size: 1.15rem;
}

.hc-simple-nav-button.compact > strong {
  width: 100%;
  font-size: .58rem;
}

.hc-simple-sidebar {
  display: none;
}

.hc-simple-overlay {
  position: fixed;
  z-index: 220;
  inset: 0;
  display: grid;
  align-items: end;
  padding: 0;
  background: rgba(4, 25, 35, .68);
  backdrop-filter: blur(7px);
  opacity: 0;
  transition: opacity .18s ease;
}

.hc-simple-overlay.open {
  opacity: 1;
}

.hc-simple-sheet {
  width: 100%;
  max-height: min(90vh, 820px);
  max-height: min(90dvh, 820px);
  overflow: auto;
  border-radius: 27px 27px 0 0;
  padding: 11px 14px calc(17px + var(--safe-bottom));
  background: var(--surface);
  box-shadow: var(--shadow-lg);
  transform: translateY(100%);
  transition: transform .2s ease;
}

.hc-simple-overlay.open .hc-simple-sheet {
  transform: translateY(0);
}

.hc-simple-sheet-handle {
  width: 45px;
  height: 5px;
  margin: 0 auto 13px;
  border-radius: 999px;
  background: #c9c2b9;
}

.hc-simple-sheet > header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 14px;
  margin-bottom: 14px;
}

.hc-simple-sheet h2 {
  margin: 8px 0 2px;
  color: var(--navy-950);
  font-size: 1.45rem;
  letter-spacing: -.04em;
}

.hc-simple-sheet header p {
  margin: 0;
  color: var(--muted);
  font-size: .75rem;
}

.hc-simple-more-groups {
  display: grid;
  gap: 15px;
}

.hc-simple-more-groups section {
  display: grid;
  gap: 7px;
}

.hc-simple-more-groups h3 {
  margin: 0;
  color: var(--muted);
  font-size: .69rem;
  letter-spacing: .07em;
  text-transform: uppercase;
}

.hc-simple-more-groups section > div {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
}

.hc-simple-more-link {
  min-height: 75px;
  display: grid;
  grid-template-columns: 37px minmax(0, 1fr);
  align-items: center;
  gap: 10px;
  border: 1px solid var(--line);
  border-radius: 15px;
  padding: 10px;
  color: var(--navy-900);
  background: #fff;
  text-align: left;
  cursor: pointer;
  box-shadow: 0 4px 12px rgba(4, 25, 35, .04);
}

.hc-simple-more-link > span {
  width: 37px;
  height: 37px;
  display: grid;
  place-items: center;
  border-radius: 12px;
  color: var(--navy-900);
  background: var(--teal-100);
  font-size: 1rem;
  font-weight: 900;
}

.hc-simple-more-link > strong {
  overflow-wrap: anywhere;
  font-size: .78rem;
}

.hc-simple-sheet-footer {
  display: grid;
  gap: 8px;
  margin-top: 16px;
  padding-top: 14px;
  border-top: 1px solid var(--line);
}

.hc-simple-plan-overlay {
  z-index: 310;
  place-items: stretch;
  overflow: auto;
  padding: calc(12px + var(--safe-top)) 10px calc(12px + var(--safe-bottom));
  background:
    radial-gradient(circle at 80% 0, rgba(211, 165, 58, .24), transparent 28rem),
    rgba(4, 25, 35, .88);
}

.hc-simple-plan-gate {
  width: min(100%, 1080px);
  align-self: start;
  justify-self: center;
  display: grid;
  gap: 13px;
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 25px;
  padding: 19px 15px;
  color: var(--ink);
  background: var(--surface);
  box-shadow: 0 30px 100px rgba(0, 0, 0, .34);
}

.hc-simple-plan-gate .brand-lockup {
  margin-bottom: 2px;
}

.hc-simple-plan-gate h1 {
  max-width: 760px;
  margin: 0;
  color: var(--navy-950);
  font-size: clamp(1.85rem, 9vw, 3.35rem);
  line-height: 1.01;
  letter-spacing: -.055em;
}

.hc-simple-lead {
  max-width: 760px;
  margin: 0;
  color: #496072;
  line-height: 1.55;
}

.hc-simple-plan-gate form {
  display: grid;
  gap: 14px;
}

.hc-simple-plan-grid {
  display: grid;
  gap: 10px;
}

.hc-simple-plan-card {
  position: relative;
  display: grid;
  gap: 9px;
  border: 2px solid var(--line);
  border-radius: 18px;
  padding: 14px;
  background: #fff;
  cursor: pointer;
  transition: border-color .16s ease, box-shadow .16s ease, transform .16s ease;
}

.hc-simple-plan-card:hover {
  transform: translateY(-1px);
}

.hc-simple-plan-card.selected {
  border-color: var(--teal-600);
  box-shadow: 0 0 0 4px rgba(14, 143, 141, .12), var(--shadow-sm);
}

.hc-simple-plan-card.featured {
  border-color: rgba(211, 165, 58, .75);
  background: linear-gradient(180deg, #fffdf6, #fff);
}

.hc-simple-plan-card.featured.selected {
  border-color: var(--gold-600);
  box-shadow: 0 0 0 4px rgba(211, 165, 58, .16), var(--shadow-md);
}

.hc-simple-plan-card > input {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
  pointer-events: none;
}

.hc-simple-plan-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
}

.hc-simple-plan-head strong {
  color: var(--navy-900);
  font-size: 1.08rem;
}

.hc-simple-plan-head em {
  border-radius: 999px;
  padding: 4px 7px;
  color: #6d4805;
  background: var(--gold-100);
  font-size: .6rem;
  font-style: normal;
  font-weight: 900;
  text-transform: uppercase;
}

.hc-simple-plan-price {
  color: var(--navy-950);
  font-size: 1.48rem;
  font-weight: 950;
  letter-spacing: -.04em;
}

.hc-simple-plan-card ul {
  display: grid;
  gap: 5px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.hc-simple-plan-card li {
  position: relative;
  padding-left: 18px;
  color: #4e6374;
  font-size: .76rem;
}

.hc-simple-plan-card li::before {
  content: '✓';
  position: absolute;
  left: 0;
  color: var(--teal-700);
  font-weight: 950;
}

.hc-simple-plan-actions {
  position: sticky;
  bottom: 0;
  display: grid;
  gap: 8px;
  margin: 0 -15px -19px;
  padding: 12px 15px calc(12px + var(--safe-bottom));
  border-top: 1px solid var(--line);
  background: rgba(255, 254, 251, .97);
  backdrop-filter: blur(14px);
}

.hc-simple-next-action {
  display: grid;
  gap: 14px;
  margin-bottom: 14px;
  border: 1px solid #a8d7d4;
  border-radius: 20px;
  padding: 17px;
  background: linear-gradient(145deg, #eefaf8, #fffefb);
  box-shadow: var(--shadow-sm);
}

.hc-simple-next-action.gold {
  border-color: #e4c66e;
  background: linear-gradient(145deg, #fff7dc, #fffefb);
}

.hc-simple-next-action.success {
  border-color: #a8d8b5;
  background: linear-gradient(145deg, #effaf2, #fffefb);
}

.hc-simple-next-action h2,
.hc-simple-section-heading h2 {
  margin: 8px 0 5px;
  color: var(--navy-950);
  font-size: clamp(1.35rem, 6vw, 2rem);
  line-height: 1.08;
  letter-spacing: -.04em;
}

.hc-simple-next-action p {
  margin: 0;
  color: #4b6172;
}

.hc-simple-section-heading {
  margin-bottom: 12px;
}

.hc-simple-action-grid {
  display: grid;
  gap: 9px;
}

.hc-simple-action-card {
  min-height: 112px;
  display: grid;
  align-content: center;
  gap: 5px;
  border: 1px solid var(--line);
  border-left: 6px solid var(--teal-600);
  border-radius: 17px;
  padding: 14px;
  color: var(--ink);
  background: #fff;
  text-align: left;
  cursor: pointer;
  box-shadow: 0 5px 16px rgba(4, 25, 35, .06);
}

.hc-simple-action-card.gold { border-left-color: var(--gold-500); }
.hc-simple-action-card.success { border-left-color: var(--green-700); }
.hc-simple-action-card.primary { border-left-color: var(--navy-700); }
.hc-simple-action-card.primary-action { box-shadow: var(--shadow-md); }
.hc-simple-action-card strong { color: var(--navy-950); font-size: 1.02rem; }
.hc-simple-action-card span { color: var(--muted); font-size: .78rem; }
.hc-simple-action-card em { margin-top: 5px; color: var(--teal-700); font-size: .76rem; font-style: normal; font-weight: 900; }

.hc-simple-segmented {
  display: flex;
  gap: 5px;
  margin: 0 0 14px;
  padding: 5px;
  overflow-x: auto;
  border: 1px solid var(--line);
  border-radius: 15px;
  background: rgba(255, 255, 255, .75);
  scrollbar-width: none;
}

.hc-simple-segmented::-webkit-scrollbar { display: none; }

.hc-simple-segmented button {
  min-height: 40px;
  flex: 1 0 auto;
  border: 0;
  border-radius: 11px;
  padding: 8px 12px;
  color: var(--muted);
  background: transparent;
  font-size: .76rem;
  font-weight: 850;
  cursor: pointer;
}

.hc-simple-segmented button.active {
  color: #fff;
  background: var(--navy-900);
  box-shadow: 0 7px 16px rgba(8, 42, 62, .18);
}

.hc-simple-collapsible {
  margin: 14px 0;
  border: 1px solid var(--line);
  border-radius: 17px;
  background: rgba(255, 255, 255, .72);
  box-shadow: 0 4px 14px rgba(4, 25, 35, .04);
}

.hc-simple-collapsible > summary {
  min-height: 58px;
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr);
  align-items: center;
  gap: 9px;
  padding: 10px 12px;
  color: var(--navy-900);
  cursor: pointer;
  list-style: none;
}

.hc-simple-collapsible > summary::-webkit-details-marker { display: none; }

.hc-simple-collapsible > summary > span {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border-radius: 11px;
  background: var(--teal-100);
  font-size: 1rem;
  font-weight: 900;
  transition: transform .16s ease;
}

.hc-simple-collapsible[open] > summary > span {
  transform: rotate(45deg);
}

.hc-simple-collapsible > summary > strong,
.hc-simple-collapsible > summary > small {
  grid-column: 2;
}

.hc-simple-collapsible > summary > strong {
  align-self: end;
  font-size: .88rem;
}

.hc-simple-collapsible > summary > small {
  align-self: start;
  color: var(--muted);
  font-size: .68rem;
}

.hc-simple-collapsible > :not(summary) {
  margin: 0 10px 10px;
}

.hc-simple-collapsible > .card,
.hc-simple-collapsible > .split-grid,
.hc-simple-collapsible > .stat-grid {
  border: 0;
  box-shadow: none;
}

.hc-simple-search {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 8px;
  margin: 0 0 12px;
}

.hc-simple-search > label {
  min-height: 46px;
  display: grid;
  grid-template-columns: 28px minmax(0, 1fr);
  align-items: center;
  gap: 5px;
  border: 1px solid var(--line-strong);
  border-radius: 14px;
  padding: 0 10px;
  background: #fff;
}

.hc-simple-search > label > span:not(.sr-only) {
  color: var(--muted);
  font-size: 1.1rem;
}

.hc-simple-search input {
  min-height: 42px;
  border: 0;
  padding: 7px 3px;
  background: transparent;
  box-shadow: none;
}

.hc-simple-search input:focus-visible {
  outline: 0;
}

.hc-simple-search > small {
  color: var(--muted);
  font-size: .68rem;
  white-space: nowrap;
}

.hc-simple-plan-summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 14px;
  border: 1px solid #e4c66e;
  border-radius: 17px;
  padding: 13px;
  background: #fff9e6;
}

.hc-simple-plan-summary strong,
.hc-simple-plan-summary small {
  display: block;
}

.hc-simple-plan-summary strong {
  margin-top: 5px;
  color: var(--navy-950);
}

.hc-simple-plan-summary small {
  color: var(--muted);
  font-size: .7rem;
}

@media (min-width: 560px) {
  .hc-simple-plan-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .hc-simple-action-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .hc-simple-next-action {
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
  }

  .hc-simple-next-action > .button {
    min-width: 180px;
  }
}

@media (min-width: 780px) {
  .hc-simple-overlay {
    place-items: center;
    padding: 18px;
  }

  .hc-simple-sheet {
    width: min(100%, 650px);
    border-radius: 27px;
    padding: 15px 18px 20px;
    transform: translateY(14px) scale(.985);
  }

  .hc-simple-overlay.open .hc-simple-sheet {
    transform: translateY(0) scale(1);
  }

  .hc-simple-plan-overlay {
    align-items: center;
  }

  .hc-simple-plan-gate {
    align-self: center;
    padding: 25px;
  }

  .hc-simple-plan-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .hc-simple-plan-actions {
    position: static;
    grid-template-columns: minmax(220px, 1fr) minmax(160px, .45fr);
    margin: 0;
    padding: 0;
    border: 0;
    background: transparent;
  }
}

@media (min-width: 960px) {
  body.hc-simple-ready {
    padding-bottom: 0 !important;
  }

  .hc-simple-mobile-nav {
    display: none;
  }

  body.hc-simple-ready .app-layout {
    display: grid;
    grid-template-columns: 230px minmax(0, 1fr) !important;
    gap: 18px;
    padding: 18px;
  }

  .hc-simple-sidebar {
    position: sticky;
    top: calc(84px + var(--safe-top));
    align-self: start;
    height: calc(100vh - 102px - var(--safe-top));
    display: flex;
    flex-direction: column;
    gap: 9px;
    overflow-y: auto;
    border: 1px solid var(--line);
    border-radius: 22px;
    padding: 12px;
    background: rgba(255, 254, 251, .95);
    box-shadow: var(--shadow-sm);
  }

  .hc-simple-sidebar-title {
    display: grid;
    gap: 7px;
    padding: 5px 5px 10px;
    border-bottom: 1px solid var(--line);
  }

  .hc-simple-sidebar-title > strong {
    color: var(--navy-950);
    font-size: 1rem;
  }

  .hc-simple-sidebar-menu {
    display: grid;
    gap: 5px;
  }

  .hc-simple-sidebar-spacer {
    flex: 1;
  }

  body.hc-simple-ready .app-main {
    padding: 3px 0 44px;
  }

  .hc-simple-action-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (min-width: 1240px) {
  body.hc-simple-ready .app-layout {
    grid-template-columns: 250px minmax(0, 1fr) !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  .hc-simple-overlay,
  .hc-simple-sheet,
  .hc-simple-nav-button,
  .hc-simple-plan-card,
  .hc-simple-collapsible > summary > span {
    transition: none !important;
  }
}
