/* EcomHutsy commerce layer — prices + intake. Driven by /commerce/config.json */

html.eh-sale-on {
  scroll-padding-top: 84px;
}

.eh-sale-banner,
.eh-sale-banner .eh-sale-headline,
.eh-sale-banner .eh-sale-kicker,
.eh-sale-banner .eh-sale-copy,
.eh-sale-banner .eh-sale-copy span,
.eh-sale-banner .eh-sale-count,
.eh-sale-banner em,
.eh-sale-banner p,
.eh-sale-banner b,
.eh-sale-banner strong {
  color: #fff !important;
  -webkit-text-fill-color: #fff;
}

.eh-sale-banner {
  position: sticky;
  top: 0;
  z-index: 400;
  color: #fff;
  background:
    radial-gradient(900px 140px at 8% -80%, color-mix(in srgb, var(--eh-sale-accent, #FF9900) 22%, transparent), transparent 70%),
    linear-gradient(180deg, #141c2c 0%, #0b1220 100%);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 12px 32px rgba(8, 17, 31, 0.22);
  isolation: isolate;
  overflow: hidden;
}

.eh-sale-banner::before {
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  height: 2px;
  background: linear-gradient(90deg, var(--eh-sale-accent, #FF9900), #fff 48%, var(--eh-sale-accent, #FF9900));
}

.eh-sale-banner::after {
  content: none;
}

.eh-sale-banner-inner {
  position: relative;
  z-index: 1;
  width: var(--site-width, min(1440px, calc(100% - 48px)));
  margin: 0 auto;
  min-height: 64px;
  padding: 12px 0;
  display: flex;
  align-items: center;
  gap: 16px 24px;
  flex-wrap: wrap;
}

.eh-sale-kicker {
  flex: none;
  display: inline-flex;
  align-items: center;
  padding: 6px 11px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  background: rgba(255, 255, 255, 0.1);
  color: #fff !important;
  -webkit-text-fill-color: #fff;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.eh-sale-copy {
  flex: 1 1 240px;
  min-width: 0;
  display: grid;
  gap: 3px;
}

.eh-sale-headline,
.eh-sale-copy strong,
.eh-sale-banner strong,
.eh-sale-banner b {
  margin: 0;
  font-size: 16px;
  font-weight: 800;
  letter-spacing: -0.03em;
  line-height: 1.25;
  color: #fff !important;
  -webkit-text-fill-color: #fff;
}

.eh-sale-copy span {
  display: none;
  font-size: 13px;
  line-height: 1.4;
  color: rgba(255, 255, 255, 0.78) !important;
  -webkit-text-fill-color: rgba(255, 255, 255, 0.78);
}

@media (min-width: 1180px) {
  .eh-sale-copy span {
    display: block;
    max-width: 54ch;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}

.eh-sale-meta {
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}

.eh-sale-off,
.eh-sale-banner .eh-sale-off {
  display: inline-flex;
  align-items: center;
  padding: 6px 10px;
  border-radius: 999px;
  background: #fff !important;
  color: #0b1220 !important;
  -webkit-text-fill-color: #0b1220;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.02em;
}

.eh-sale-count {
  font-style: normal;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.02em;
  color: rgba(255, 255, 255, 0.88) !important;
  -webkit-text-fill-color: rgba(255, 255, 255, 0.88);
  font-variant-numeric: tabular-nums;
}

.eh-sale-cta,
.eh-sale-banner .eh-sale-cta {
  display: inline-flex;
  align-items: center;
  padding: 9px 15px;
  border-radius: 999px;
  background: #fff !important;
  color: #0b1220 !important;
  -webkit-text-fill-color: #0b1220;
  font-size: 12px;
  font-weight: 800;
  text-decoration: none !important;
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.18);
}

.eh-sale-cta:hover {
  filter: brightness(1.04);
}

.eh-sale-banner[data-theme="independence"] {
  --eh-sale-accent: #3dcc7a;
  background:
    radial-gradient(900px 140px at 8% -80%, rgba(61, 204, 122, 0.22), transparent 70%),
    linear-gradient(180deg, #0c2a1a 0%, #062214 100%);
}

.eh-sale-banner[data-theme="festival"] {
  --eh-sale-accent: #f5b942;
  background:
    radial-gradient(900px 140px at 8% -80%, rgba(245, 185, 66, 0.22), transparent 70%),
    linear-gradient(180deg, #2a1c0c 0%, #1a1208 100%);
}

.eh-sale-banner[data-theme="new-year"] {
  --eh-sale-accent: #7dd3fc;
  background:
    radial-gradient(900px 140px at 8% -80%, rgba(125, 211, 252, 0.2), transparent 70%),
    linear-gradient(180deg, #0d2236 0%, #071525 100%);
}

.eh-sale-banner[data-theme="black-friday"] {
  --eh-sale-accent: #FF9900;
  background:
    radial-gradient(900px 140px at 8% -80%, rgba(255, 153, 0, 0.18), transparent 70%),
    linear-gradient(180deg, #171717 0%, #090909 100%);
}

.eh-sale-banner[data-theme="generic"] {
  --eh-sale-accent: #FF9900;
}

@media (max-width: 720px) {
  .eh-sale-banner-inner {
    padding: 12px 0;
  }
  .eh-sale-meta {
    margin-left: 0;
    width: 100%;
  }
}

.eh-sale-ribbon {
  position: absolute;
  top: 12px;
  left: -2px;
  z-index: 2;
  padding: 5px 12px 5px 10px;
  background: #FF9900;
  color: #111;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  border-radius: 0 999px 999px 0;
}

.eh-offer.is-on-sale {
  box-shadow: 0 18px 50px rgba(255, 153, 0, 0.12);
}

.eh-save.is-sale {
  background: #FF99001f;
  color: #b45309;
}

.eh-price-chip.is-sale {
  background: #01411C;
  color: #fff;
}

.eh-commerce {
  position: relative;
  z-index: 4;
  scroll-margin-top: 96px;
  padding: 28px 0 8px;
  background:
    radial-gradient(900px 320px at 12% 0%, #2867ff14, transparent 60%),
    radial-gradient(700px 280px at 88% 10%, #ff7a0012, transparent 55%);
}

.eh-commerce .site-shell {
  width: var(--site-width, min(1440px, calc(100% - 48px)));
  margin: 0 auto;
}

.eh-commerce-head {
  max-width: 760px;
  margin: 0 auto 28px;
  text-align: center;
}

.eh-commerce-head .section-label,
.eh-commerce-head .number-label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 750;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--accent, #095cff);
}

.eh-commerce-head h2 {
  margin: 0 0 10px;
  font-size: clamp(28px, 4vw, 42px);
  line-height: 1.12;
  color: var(--ink, #09142c);
}

.eh-commerce-head p {
  margin: 0;
  font-size: 16px;
  line-height: 1.55;
  color: var(--muted, #5d6b86);
}

.eh-dummy-note {
  display: inline-flex;
  margin-top: 12px;
  padding: 6px 12px;
  border-radius: 999px;
  background: #ff7a0014;
  color: #b85a00;
  font-size: 12px;
  font-weight: 650;
}

.eh-billing-toggle {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin: 0 auto 22px;
  width: fit-content;
  padding: 5px;
  border-radius: 999px;
  background: #ffffffe8;
  border: 1px solid var(--line, #1d43971f);
  box-shadow: var(--shadow-soft, 0 14px 40px #18337017);
}

.eh-billing-toggle button {
  border: 0;
  background: transparent;
  color: var(--muted, #5d6b86);
  font-weight: 700;
  font-size: 13px;
  padding: 10px 16px;
  border-radius: 999px;
}

.eh-billing-toggle button.is-on {
  background: var(--ink, #09142c);
  color: #fff;
}

.eh-billing-toggle small {
  margin-left: 6px;
  color: var(--green, #17b879);
  font-weight: 750;
}

.eh-billing-toggle button.is-on small {
  color: #8dffc7;
}

.eh-offer-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
  gap: 22px;
  width: 100%;
  margin: 0 auto 28px;
  padding-top: 14px;
}

.eh-offer-grid.is-two {
  justify-content: center;
}

.eh-offer {
  appearance: none;
  -webkit-appearance: none;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  flex: 1 1 320px;
  width: min(100%, 380px);
  max-width: 380px;
  gap: 14px;
  padding: 28px 24px 22px;
  border-radius: 22px;
  background: #ffffffee;
  border: 1px solid #d7e0ef;
  box-shadow: 0 18px 40px #18337012;
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  font: inherit;
  color: inherit;
  text-align: center;
  cursor: pointer;
  transition: transform 0.25s, border-color 0.25s, box-shadow 0.25s;
}

.eh-offer:hover,
.eh-offer.is-selected {
  transform: translateY(-4px);
  box-shadow: 0 24px 50px #17336e20;
}

.eh-offer.is-featured {
  padding-top: 36px;
  background:
    linear-gradient(#fffffffc, #fffffffc) padding-box,
    linear-gradient(135deg, #4c3bff, #7b43f2 48%, #095cff) border-box;
  border: 2px solid transparent;
  box-shadow: 0 24px 55px #4c3bff24;
}

.eh-offer-badge {
  position: absolute;
  top: -13px;
  left: 50%;
  transform: translateX(-50%);
  padding: 5px 14px;
  border-radius: 999px;
  background:
    linear-gradient(#fff, #fff) padding-box,
    linear-gradient(135deg, #4c3bff, #7b43f2 55%, #095cff) border-box;
  border: 1px solid transparent;
  color: #7b43f2;
  font-size: 11px;
  font-weight: 750;
  letter-spacing: 0.02em;
  white-space: nowrap;
  box-shadow: 0 8px 18px #4c3bff22;
}

.eh-plan-pill {
  display: inline-flex;
  width: fit-content;
  margin: 0 auto;
  padding: 5px 11px;
  border-radius: 999px;
  background: #eef2f8;
  color: var(--ink, #09142c);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.1em;
}

.eh-offer header {
  display: none;
}

.eh-offer h3 {
  margin: 0;
  font-size: 20px;
}

.eh-price {
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 8px;
  flex-wrap: wrap;
}

.eh-price b {
  font-size: 40px;
  letter-spacing: -0.05em;
  line-height: 1;
  color: var(--ink, #09142c);
}

.eh-price > span {
  font-size: 14px;
  font-weight: 600;
  color: var(--muted, #5d6b86);
}

.eh-price-save {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 100%;
}

.eh-price-save s {
  color: var(--muted, #5d6b86);
  font-size: 13px;
  font-weight: 600;
}

.eh-save {
  display: inline-flex;
  padding: 2px 8px;
  border-radius: 999px;
  background: #17b8791f;
  color: #0f8a57;
  font-size: 11px;
  font-weight: 800;
  font-style: normal;
  letter-spacing: 0.04em;
}

.eh-offer-tagline {
  margin: 0 auto;
  max-width: 32ch;
  font-size: 14px;
  line-height: 1.45;
  color: var(--muted, #5d6b86);
}

.eh-offer ul {
  display: grid;
  gap: 9px;
  width: fit-content;
  max-width: 100%;
  margin: 4px auto 0;
  padding: 0;
  list-style: none;
  text-align: left;
}

.eh-feat {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 10px;
  font-size: 14px;
  line-height: 1.4;
  color: var(--ink, #09142c);
}

.eh-feat.is-emphasis span {
  font-weight: 750;
}

.eh-feat i {
  flex: none;
  width: 18px;
  height: 18px;
  margin-top: 1px;
  color: var(--ink, #09142c);
}

.eh-feat i:before {
  content: "✓";
  display: grid;
  place-items: center;
  width: 18px;
  height: 18px;
  font-size: 13px;
  font-weight: 700;
}

.eh-new {
  display: inline-block;
  margin-left: 6px;
  padding: 1px 7px;
  border-radius: 999px;
  background: #17b8791f;
  color: #0f8a57;
  font-size: 10px;
  font-weight: 800;
  font-style: normal;
  letter-spacing: 0.04em;
  vertical-align: middle;
}

.eh-offer-select {
  display: flex;
  align-items: center;
  justify-content: center;
  align-self: stretch;
  width: 100%;
  min-height: 48px;
  border-radius: 999px;
  border: 0;
  background: var(--ink, #09142c);
  color: #fff;
  font-weight: 750;
  font-size: 14px;
  box-shadow: 0 12px 24px #095cff33, 0 8px 18px #7b43f229;
}

.eh-offer.is-featured .eh-offer-select {
  background: linear-gradient(135deg, #4c3bff, #7b43f2 55%, #095cff);
  box-shadow: 0 14px 28px #4c3bff40;
}

.eh-offer.is-selected .eh-offer-select {
  box-shadow: 0 16px 32px #095cff4a;
}

.eh-board {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(320px, 0.78fr);
  gap: 22px;
  align-items: start;
}

.eh-board.is-locked {
  display: none;
}

html.eh-modal-open,
html.eh-modal-open body {
  overflow: hidden;
}

.eh-modal {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 90;
  overflow: hidden;
  overscroll-behavior: contain;
  box-sizing: border-box;
}

.eh-modal.is-open {
  display: grid;
  place-items: center;
  padding: 16px;
}

.eh-modal-scrim {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(900px 420px at 18% 0%, #2867ff2e, transparent 58%),
    radial-gradient(700px 380px at 88% 12%, #ff7a0024, transparent 52%),
    #0b1730a8;
  backdrop-filter: blur(18px) saturate(1.25);
  -webkit-backdrop-filter: blur(18px) saturate(1.25);
}

.eh-modal-panel {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  width: min(980px, calc(100vw - 32px));
  max-width: calc(100vw - 32px);
  height: min(780px, calc(100dvh - 32px));
  max-height: calc(100dvh - 32px);
  overflow: hidden;
  contain: layout paint;
  box-sizing: border-box;
  padding: 20px 20px 16px;
  border-radius: 28px;
  color: var(--ink, #09142c);
  background:
    linear-gradient(145deg, #ffffffad, #cfe0ff29),
    linear-gradient(180deg, #ffffffd8, #f4f7ffe6);
  border: 1px solid #638fff55;
  box-shadow:
    inset 0 1px #ffffffdb,
    0 28px 70px #1541963d;
  backdrop-filter: blur(22px);
  -webkit-backdrop-filter: blur(22px);
}

.eh-modal-panel:before {
  content: "";
  pointer-events: none;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 36%;
  background: linear-gradient(90deg, transparent, #ffffffb8, transparent);
  transform: rotate(16deg);
  animation: ehModalSheen 5.8s ease-in-out infinite;
  opacity: 0.28;
}

.eh-modal-panel:after {
  content: "";
  pointer-events: none;
  position: absolute;
  inset: 12px;
  border-radius: 20px;
  opacity: 0.1;
  background:
    radial-gradient(circle at 12% 8%, #2c75ff2e, transparent 32%),
    repeating-linear-gradient(transparent 0 43px, #3a69c514 44px 45px);
}

@keyframes ehModalSheen {
  0%, 25% { opacity: 0; transform: translateX(-80%) rotate(16deg); }
  42% { opacity: 0.55; }
  62%, 100% { opacity: 0; transform: translateX(180%) rotate(16deg); }
}

.eh-modal-close {
  position: absolute;
  top: 12px;
  right: 12px;
  z-index: 3;
  width: 36px;
  height: 36px;
  border: 1px solid #638fff55;
  border-radius: 12px;
  background: #ffffffd1;
  color: var(--ink, #09142c);
  font-size: 24px;
  line-height: 1;
  box-shadow: var(--shadow-soft, 0 14px 40px #18337017);
  cursor: pointer;
}

.eh-modal-head {
  position: relative;
  z-index: 2;
  flex: none;
  margin: 0 44px 12px 0;
}

.eh-modal-kicker {
  display: inline-flex;
  margin-bottom: 6px;
  font-size: 11px;
  font-weight: 750;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--accent, #095cff);
}

.eh-glossy-title {
  margin: 0 0 10px;
  font-size: clamp(1.35rem, 2.2vw, 1.85rem);
  font-weight: 760;
  letter-spacing: -0.045em;
  line-height: 1.12;
  color: #0b1730;
  background-image: linear-gradient(180deg, #ffffff 0%, #e8f0ff 14%, #0b1730 42%, #09142c 78%, #3a5a9a 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  filter:
    drop-shadow(0 1px 0 #ffffffd1)
    drop-shadow(0 8px 18px #18337040);
}

.eh-glossy-title-sm {
  font-size: clamp(1.35rem, 2.4vw, 1.8rem);
  margin-bottom: 8px;
}

.eh-modal-body {
  position: relative;
  z-index: 2;
  flex: 1 1 auto;
  min-height: 0;
  min-width: 0;
  overflow: hidden;
  display: flex;
}

.eh-modal .eh-package-banner {
  position: relative;
  z-index: 2;
  margin: 0;
  padding: 8px 12px;
  background: linear-gradient(145deg, #ffffffd6, #dce8ff8c);
  border: 1px solid #638fff40;
  box-shadow: inset 0 1px #ffffffd1;
}

.eh-modal .eh-board {
  flex: 1;
  min-height: 0;
  min-width: 0;
  width: 100%;
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(240px, 0.72fr);
  gap: 14px;
  align-items: stretch;
}

.eh-modal .eh-form,
.eh-modal .eh-aside {
  position: relative;
  z-index: 2;
  min-height: 0;
  min-width: 0;
  overflow: auto;
  overscroll-behavior: contain;
  background: #fffffff0;
  padding: 16px 18px;
}

.eh-modal .eh-form h3,
.eh-modal .eh-aside h3 {
  font-size: 17px;
}

.eh-modal .eh-lead {
  margin-bottom: 12px;
  font-size: 13px;
}

.eh-modal .eh-fields {
  gap: 10px 12px;
}

.eh-modal .eh-form input,
.eh-modal .eh-form select,
.eh-modal .eh-form textarea {
  padding: 9px 12px;
  border-radius: 12px;
}

.eh-modal .eh-form textarea {
  min-height: 58px;
  max-height: 58px;
  resize: none;
}

.eh-modal .eh-submit {
  min-height: 44px;
  margin-top: 2px;
}

.eh-modal .eh-summary {
  margin-bottom: 12px;
  padding: 12px;
  gap: 7px;
}

.eh-modal .eh-summary .eh-total b {
  font-size: 18px;
}

.eh-modal .eh-trust {
  gap: 7px;
}

.eh-pick-hint {
  display: block;
  box-sizing: border-box;
  width: min(720px, 100%);
  max-width: 720px;
  margin: 8px auto 12px;
  padding: 22px 24px;
  border-radius: 22px;
  text-align: center;
  background: #ffffffe8;
  border: 1px dashed var(--line-strong, #2759d533);
}

.eh-pick-hint.is-off {
  display: none;
}

.eh-pick-hint strong {
  display: block;
  font-size: 18px;
  color: var(--ink, #09142c);
}

.eh-pick-hint p {
  margin: 8px 0 0;
  color: var(--muted, #5d6b86);
  font-size: 14px;
  line-height: 1.5;
}

.eh-package-banner {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 8px 12px;
  margin: 0 0 16px;
  padding: 12px 14px;
  border-radius: 16px;
  background: #095cff12;
  color: var(--ink, #09142c);
}

.eh-package-banner span {
  font-size: 11px;
  font-weight: 750;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--accent, #095cff);
}

.eh-package-banner em {
  font-style: normal;
  font-weight: 650;
  color: var(--muted, #5d6b86);
}

.eh-checkout-board {
  grid-template-columns: minmax(320px, 520px);
  justify-content: center;
}

.eh-seats-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin: 0 0 16px;
  font-size: 13px;
  font-weight: 750;
}

.eh-seats-row input {
  width: 96px;
  border: 1px solid var(--line-strong, #2759d533);
  border-radius: 12px;
  padding: 10px 12px;
  font-size: 16px;
  font-weight: 700;
}

.eh-commerce.is-product .eh-submit {
  width: 100%;
}

.eh-form,
.eh-aside {
  border-radius: 28px;
  background: #ffffffe8;
  border: 1px solid var(--line, #1d43971f);
  box-shadow: var(--shadow, 0 24px 70px #1833701f);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
}

.eh-form {
  padding: 28px;
}

.eh-form h3,
.eh-aside h3 {
  margin: 0 0 6px;
  font-size: 22px;
}

.eh-form .eh-lead,
.eh-aside .eh-lead {
  margin: 0 0 18px;
  font-size: 14px;
  line-height: 1.5;
}

.eh-fields {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px 16px;
}

.eh-form label {
  display: grid;
  gap: 6px;
  font-size: 12px;
  font-weight: 750;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--ink, #09142c);
}

.eh-form label.is-wide {
  grid-column: 1 / -1;
}

.eh-form input,
.eh-form select,
.eh-form textarea {
  width: 100%;
  border: 1px solid var(--line-strong, #2759d533);
  border-radius: 14px;
  background: #fff;
  color: var(--ink, #09142c);
  padding: 12px 14px;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0;
  text-transform: none;
}

.eh-form textarea {
  min-height: 110px;
  resize: vertical;
}

.eh-form input:focus,
.eh-form select:focus,
.eh-form textarea:focus {
  outline: 2px solid color-mix(in srgb, var(--accent, #095cff) 35%, transparent);
  border-color: var(--accent, #095cff);
}

.eh-form .eh-help {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0;
  text-transform: none;
  color: var(--muted, #5d6b86);
}

.eh-hp {
  position: absolute;
  left: -9999px;
  opacity: 0;
  height: 0;
  width: 0;
  overflow: hidden;
}

.eh-form-error {
  display: none;
  grid-column: 1 / -1;
  padding: 10px 12px;
  border-radius: 12px;
  background: #ff4f6414;
  color: #c4273b;
  font-size: 13px;
  font-weight: 650;
}

.eh-form-error.is-on {
  display: block;
}

.eh-submit {
  grid-column: 1 / -1;
  margin-top: 6px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 52px;
  border: 0;
  border-radius: 16px;
  background: linear-gradient(135deg, var(--blue, #095cff), var(--blue-2, #4c3bff));
  color: #fff;
  font-size: 15px;
  font-weight: 750;
  box-shadow: 0 16px 30px #095cff33;
}

.eh-submit[disabled] {
  opacity: 0.65;
  cursor: wait;
}

.eh-legal {
  grid-column: 1 / -1;
  margin: 0;
  font-size: 12px;
  line-height: 1.5;
  color: var(--muted, #5d6b86);
}

.eh-aside {
  padding: 24px;
}

.eh-summary {
  display: grid;
  gap: 10px;
  margin: 0 0 18px;
  padding: 16px;
  border-radius: 18px;
  background: var(--ice, #f4f7ff);
}

.eh-summary div {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  font-size: 14px;
}

.eh-summary b {
  color: var(--ink, #09142c);
}

.eh-summary .eh-total b {
  font-size: 22px;
  letter-spacing: -0.04em;
}

.eh-trust {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.eh-trust li {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  font-size: 13px;
  line-height: 1.4;
  color: var(--muted, #5d6b86);
}

.eh-trust li:before {
  content: "✓";
  flex: none;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #17b8791f;
  color: var(--green, #17b879);
  font-size: 11px;
  font-weight: 800;
  display: grid;
  place-items: center;
}

.eh-success {
  display: none;
  padding: 36px 28px;
  text-align: center;
}

.eh-success.is-on {
  display: block;
}

.eh-form.is-done .eh-form-live {
  display: none;
}

.eh-success-mark {
  width: 64px;
  height: 64px;
  margin: 0 auto 16px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: #17b8791f;
  color: var(--green, #17b879);
  font-size: 28px;
  font-weight: 800;
}

.eh-ref {
  display: inline-block;
  margin: 12px 0 0;
  padding: 8px 14px;
  border-radius: 999px;
  background: var(--ice, #f4f7ff);
  color: var(--ink, #09142c);
  font-weight: 750;
  letter-spacing: 0.04em;
}

.eh-price-chip {
  display: inline-flex;
  align-items: center;
  margin-top: 8px;
  padding: 4px 9px;
  border-radius: 999px;
  background: #095cff12;
  color: var(--accent, #095cff);
  font-size: 11px;
  font-weight: 750;
  letter-spacing: 0.02em;
  font-style: normal;
}

.product-service-icon .eh-price-chip,
.service-node .eh-price-chip,
.universe-node .eh-price-chip {
  margin-top: 0;
}

.workspace-card-copy .eh-price-chip,
.service-route-card .eh-price-chip {
  margin: 8px 0 0;
}

@media (max-width: 1100px) {
  .eh-offer-grid,
  .eh-offer-grid.is-two {
    flex-direction: column;
    align-items: center;
  }

  .eh-offer {
    width: min(100%, 420px);
    max-width: 420px;
    flex: 0 1 auto;
  }

  .eh-fields {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 860px) {
  .eh-modal .eh-board {
    grid-template-columns: 1fr;
    overflow: auto;
  }

  .eh-modal .eh-aside {
    max-height: 34%;
  }

  .eh-modal .eh-form {
    max-height: none;
  }
}

@media (max-width: 700px) {
  .eh-form,
  .eh-aside {
    padding: 20px;
  }
  .eh-price b {
    font-size: 30px;
  }
  .eh-modal {
    padding: 8px;
    place-items: center;
  }
  .eh-modal-panel {
    width: calc(100vw - 16px);
    height: calc(100dvh - 16px);
    max-height: calc(100dvh - 16px);
    padding: 14px 12px 12px;
    border-radius: 20px;
  }
  .eh-modal .eh-form,
  .eh-modal .eh-aside {
    padding: 14px;
  }
  .eh-glossy-title {
    font-size: clamp(1.2rem, 5.5vw, 1.55rem);
  }
}
