.ge9k {
  --ge9k-primary: #0155d7;
  --ge9k-accent: #fd6e29;
  --ge9k-bg-deep: #0d0d0d;
  --ge9k-bg-soft: #121419;
  --ge9k-surface: #121419;
  --ge9k-surface-2: #171a21;
  --ge9k-border: #2a2f3a;
  --ge9k-text: #f6f9ff;
  --ge9k-muted: #b9c0d4;
  --ge9k-success: #00c389;
  --ge9k-warning: #f7b500;
  --ge9k-loading-long-start: #b85a1f;
  --ge9k-loading-long-mid: #d96a24;
  --ge9k-loading-long-end: #fd6e29;
  --ge9k-info: #1a73ff;
  --ge9k-danger: #ff3b4d;
  --ge9k-kicker: #ffc4a6;
  --ge9k-cta-text: #ffffff;
  --ge9k-bg-glow-primary: rgba(1, 85, 215, 0.22);
  --ge9k-bg-glow-accent: rgba(253, 110, 41, 0.1);
  --ge9k-surface-overlay: rgba(255, 255, 255, 0.06);
  --ge9k-focus-ring: #1a73ff;
  --ge9k-control-bg: #171a21;
  --ge9k-control-border: rgba(185, 192, 212, 0.24);
  --ge9k-control-text: #f6f9ff;
  --ge9k-control-placeholder: rgba(185, 192, 212, 0.72);
  --ge9k-select-indicator: #1a73ff;
  --ge9k-select-menu-bg: #171a21;
  --ge9k-select-menu-text: #f6f9ff;
  --ge9k-slider-blue: #1a73ff;
  --ge9k-slider-orange: #fd6e29;
  --ge9k-slider-thumb-start: var(--ge9k-slider-blue);
  --ge9k-slider-thumb-mid: var(--ge9k-slider-blue);
  --ge9k-slider-thumb-end: var(--ge9k-slider-orange);
  --ge9k-slider-thumb-border: var(--ge9k-control-border);
  --ge9k-slider-thumb-shadow: var(--ge9k-bg-glow-accent);
  --ge9k-slider-thumb-ring: var(--ge9k-focus-ring);
  --ge9k-font-body-family: "BrandThirdParaFont", "Reddit Sans", "Manrope", "Segoe UI", sans-serif;
  --ge9k-font-heading-family: "BrandSecondFont00", "Platypi", "Space Grotesk", "Manrope", "Segoe UI", serif;
  --ge9k-font-size-base: 16px;
  --ge9k-font-size-small: 13px;
  --ge9k-font-size-heading: 32px;
  --ge9k-line-height-base: 1.55;
  --ge9k-line-height-heading: 1.16;
  --ge9k-font-weight-body: 500;
  --ge9k-font-weight-heading: 700;
  --ge9k-space-xs: 8px;
  --ge9k-space-sm: 16px;
  --ge9k-space-md: 24px;
  --ge9k-space-lg: 32px;
  --ge9k-shell-padding: 24px;
  --ge9k-panel-padding: 16px;
  --ge9k-input-padding-y: 10px;
  --ge9k-input-padding-x: 12px;
  --ge9k-control-height: 44px;
  --ge9k-radius-control: 10px;
  --ge9k-radius-panel: 16px;
  --ge9k-radius-shell: 22px;
  --ge9k-radius-chip: 999px;
  --ge9k-border-width: 1px;
  --ge9k-shadow-panel-blur: 22px;
  --ge9k-shadow-panel-alpha: 0.3;
  --ge9k-shadow-button-blur: 30px;
  --ge9k-shadow-button-alpha: 0.4;
  --ge9k-duration-fast: 200ms;
  --ge9k-duration-base: 320ms;
  --ge9k-duration-slow: 420ms;
  --ge9k-duration-sheen: 1900ms;
  --ge9k-duration-pulse: 2200ms;
  --ge9k-ease: cubic-bezier(0.55, 0, 1, 0.45);
  background:
    radial-gradient(120% 100% at 8% 0%, var(--ge9k-bg-glow-primary), transparent 52%),
    radial-gradient(100% 90% at 100% 0%, var(--ge9k-bg-glow-accent), transparent 48%),
    linear-gradient(165deg, var(--ge9k-bg-deep) 0%, var(--ge9k-bg-soft) 52%, var(--ge9k-surface) 100%);
  border: var(--ge9k-border-width) solid var(--ge9k-border);
  border-radius: var(--ge9k-radius-shell);
  box-shadow: 0 var(--ge9k-shadow-panel-blur) calc(var(--ge9k-shadow-panel-blur) * 2.75) rgba(2, 8, 22, var(--ge9k-shadow-panel-alpha));
  color: var(--ge9k-text);
  font-family: var(--ge9k-font-body-family);
  font-size: var(--ge9k-font-size-base);
  font-weight: var(--ge9k-font-weight-body);
  line-height: var(--ge9k-line-height-base);
  margin: 24px 0;
  overflow: hidden;
  padding: var(--ge9k-shell-padding);
  position: relative;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

.ge9k::before {
  background:
    radial-gradient(circle at 14px 14px, rgba(87, 134, 196, 0.2) 1px, transparent 0),
    radial-gradient(circle at 34px 34px, rgba(37, 87, 156, 0.14) 1px, transparent 0);
  background-size: 40px 40px;
  content: "";
  inset: 0;
  opacity: 0.25;
  pointer-events: none;
  position: absolute;
}

.ge9k::after {
  background: linear-gradient(90deg, var(--ge9k-primary) 0%, var(--ge9k-info) 55%, var(--ge9k-accent) 100%);
  content: "";
  height: 2px;
  left: 22px;
  opacity: 0.85;
  position: absolute;
  top: 0;
  width: min(160px, 44%);
}

.ge9k-estimator-pro {
  --ge9k-pro-progress-ratio: 0;
  --ge9k-pro-blue-alpha: 0.24;
  --ge9k-pro-orange-alpha: 0.08;
  background:
    radial-gradient(120% 100% at 8% 0%, rgba(26, 115, 232, var(--ge9k-pro-blue-alpha)), transparent 52%),
    radial-gradient(100% 90% at 100% 0%, rgba(255, 106, 43, var(--ge9k-pro-orange-alpha)), transparent 48%),
    linear-gradient(165deg, #040a14 0%, #060d19 52%, #0b1321 100%);
  transition: background 360ms ease;
}

.ge9k-estimator-pro.is-submitting {
  background:
    radial-gradient(120% 100% at 8% 0%, rgba(26, 115, 232, 0.12), transparent 52%),
    radial-gradient(100% 90% at 100% 0%, rgba(255, 106, 43, 0.2), transparent 48%),
    linear-gradient(165deg, #040a14 0%, #060d19 52%, #0b1321 100%);
}

.ge9k-estimator-pro.is-ready {
  background:
    radial-gradient(120% 100% at 8% 0%, rgba(31, 163, 108, 0.18), transparent 52%),
    radial-gradient(100% 90% at 100% 0%, rgba(77, 208, 145, 0.14), transparent 48%),
    linear-gradient(165deg, #04110f 0%, #071616 52%, #0b1b1b 100%);
}

.ge9k-shell {
  display: grid;
  gap: 16px;
  margin-inline: auto;
  max-width: 1180px;
  position: relative;
  z-index: 1;
}

.ge9k-hero {
  display: grid;
  gap: 8px;
}

.ge9k-kicker {
  color: var(--ge9k-kicker);
  font-size: 0.76rem;
  font-weight: 700;
  line-height: 1.35;
  letter-spacing: 0.14em;
  margin: 0;
  text-transform: uppercase;
}

.ge9k-title {
  color: var(--ge9k-text);
  font-family: var(--ge9k-font-heading-family);
  font-size: clamp(1.65rem, 2.35vw, 2.5rem);
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1.22;
  margin: 0;
}

.ge9k-subtitle {
  color: var(--ge9k-muted);
  font-size: 1.02rem;
  line-height: 1.5;
  margin: 0;
  max-width: 58ch;
}

.ge9k-form {
  display: grid;
  gap: 14px;
}

.ge9k-step {
  background: linear-gradient(180deg, var(--ge9k-surface) 0%, var(--ge9k-surface-2) 100%);
  border: 1px solid var(--ge9k-border);
  border-radius: 14px;
  box-shadow: inset 0 1px 0 var(--ge9k-surface-overlay);
  display: grid;
  gap: 10px;
  padding: 15px 16px 14px;
}

.ge9k-step[hidden] {
  display: none;
}

.ge9k-step fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

.ge9k-step fieldset label {
  align-items: center;
  display: flex;
  font-weight: 500;
  gap: 10px;
  margin: 8px 0;
}

.ge9k-form label,
.ge9k-form legend {
  color: var(--ge9k-text);
  display: block;
  font-size: 0.93rem;
  font-weight: 600;
  line-height: 1.35;
  margin-bottom: 6px;
}

.ge9k-step > label:first-of-type,
.ge9k-step > fieldset > legend {
  color: var(--ge9k-text);
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.01em;
  margin-bottom: 6px;
}

.ge9k-estimator-pro .ge9k-step > label:first-of-type {
  align-items: center;
  border-bottom: 1px solid rgba(99, 128, 171, 0.32);
  display: flex;
  flex-wrap: wrap;
  font-size: clamp(1.05rem, 1.28vw, 1.22rem);
  justify-content: flex-start;
  gap: 10px;
  padding: 0 0 7px;
}

.ge9k-estimator-pro .ge9k-step > fieldset > legend {
  font-size: clamp(1.05rem, 1.28vw, 1.22rem);
}

.ge9k-estimator-pro .ge9k-step > label:first-of-type strong[data-ge9k-range-output] {
  align-items: center;
  background: linear-gradient(180deg, rgba(21, 46, 78, 0.9) 0%, rgba(15, 35, 60, 0.94) 100%);
  border: 1px solid rgba(109, 147, 201, 0.58);
  border-radius: 10px;
  box-shadow: inset 0 1px 0 rgba(220, 236, 255, 0.14), 0 4px 10px rgba(4, 11, 23, 0.35);
  color: #eaf3ff;
  display: inline-flex;
  font-size: 1.08rem;
  font-weight: 800;
  justify-content: center;
  line-height: 1;
  min-width: 72px;
  padding: 7px 11px;
}

.ge9k-estimator-pro .ge9k-step[data-guidance-step-key="catalog_scale"] > label:first-of-type {
  font-size: 1.18rem;
  letter-spacing: 0.004em;
}

.ge9k-estimator-pro .ge9k-step[data-guidance-step-key="catalog_scale"] > label:first-of-type strong[data-ge9k-range-output="catalog_size"] {
  border-color: rgba(118, 151, 198, 0.62);
  box-shadow: inset 0 1px 0 rgba(226, 238, 255, 0.16), 0 5px 12px rgba(4, 13, 27, 0.34);
  color: #f6fbff;
  font-size: clamp(1.24rem, 2.05vw, 1.58rem);
  min-width: 98px;
  padding: 8px 12px;
}

.ge9k-label-with-help,
.ge9k-heading-with-help {
  align-items: center;
  display: inline-flex;
  gap: 7px;
}

.ge9k-required-note {
  color: var(--ge9k-muted);
  font-size: 0.88rem;
  line-height: 1.4;
  margin: 0 0 2px;
}

.ge9k-required-mark {
  color: #ffb86c;
  font-weight: 700;
}

.ge9k-help {
  display: inline-flex;
  margin-left: 5px;
  position: relative;
  vertical-align: middle;
}

.ge9k-help-icon {
  align-items: center;
  background: rgba(71, 117, 183, 0.26);
  border: 1px solid rgba(131, 166, 216, 0.5);
  border-radius: 999px;
  color: #d8ebff;
  display: inline-flex;
  font-size: 0.72rem;
  font-weight: 700;
  height: 17px;
  justify-content: center;
  line-height: 1;
  width: 17px;
}

.ge9k-help-icon.ge9k-help-toggle {
  appearance: none;
  cursor: pointer;
  font-family: var(--ge9k-font-body-family);
  padding: 0;
}

.ge9k-help-tip {
  background: rgba(9, 18, 33, 0.98);
  border: 1px solid rgba(118, 151, 199, 0.46);
  border-radius: 8px;
  bottom: calc(100% + 8px);
  color: #e6f1ff;
  font-size: 0.79rem;
  left: 50%;
  line-height: 1.4;
  opacity: 0;
  padding: 8px 9px;
  pointer-events: none;
  position: absolute;
  transform: translateX(-50%) translateY(4px);
  transition: opacity 130ms ease, transform 130ms ease;
  width: min(240px, 65vw);
  z-index: 15;
}

.ge9k-help-tip[hidden] {
  display: none;
}

.ge9k-help:hover .ge9k-help-tip,
.ge9k-help:focus .ge9k-help-tip,
.ge9k-help:focus-within .ge9k-help-tip {
  opacity: 1;
  transform: translateX(-50%) translateY(0);
}

.ge9k-field-note {
  color: #adc4e5;
  font-size: 0.84rem;
  line-height: 1.45;
  margin: 2px 0 8px;
}

.ge9k-email-delivery-note {
  background: rgba(21, 40, 64, 0.7);
  border: 1px dashed rgba(118, 155, 206, 0.5);
  border-radius: 9px;
  color: #d9e9ff;
  margin: -1px 0 8px;
  padding: 8px 10px;
}

.ge9k-step-context {
  align-self: start;
  background: var(--ge9k-ui-bg, linear-gradient(125deg, rgba(8, 42, 33, 0.92) 0%, rgba(10, 56, 43, 0.9) 55%, rgba(8, 34, 29, 0.92) 100%));
  border: 1px solid var(--ge9k-ui-border, rgba(66, 171, 132, 0.4));
  border-left: 4px solid var(--ge9k-success, rgba(73, 218, 163, 0.92));
  border-radius: max(7px, calc(var(--ge9k-radius-control) - 1px));
  box-shadow: inset 0 1px 0 var(--ge9k-surface-overlay, rgba(156, 245, 216, 0.14)), 0 10px 20px rgba(3, 20, 16, 0.32);
  color: var(--ge9k-ui-text, #defcf3);
  display: inline-block;
  font-size: var(--ge9k-font-size-small);
  line-height: var(--ge9k-line-height-base);
  margin: 0 0 var(--ge9k-space-xs);
  max-width: 100%;
  padding: max(6px, calc(var(--ge9k-input-padding-y) - 2px)) var(--ge9k-input-padding-x);
  width: fit-content;
}

.ge9k-guidance-card {
  background: linear-gradient(180deg, rgba(14, 31, 53, 0.72) 0%, rgba(10, 22, 38, 0.68) 100%);
  border: 1px solid rgba(110, 149, 202, 0.24);
  border-radius: var(--ge9k-radius-control);
  box-shadow: 0 3px 9px rgba(5, 14, 29, 0.14), inset 0 1px 0 rgba(255, 255, 255, 0.04);
  display: grid;
  gap: max(4px, calc(var(--ge9k-space-xs) - 2px));
  margin-top: 2px;
  padding: max(6px, calc(var(--ge9k-input-padding-y) - 3px)) var(--ge9k-input-padding-x);
  position: relative;
}

.ge9k-step [data-ge9k-guidance-panel] {
  margin: 4px 0 3px;
}

.ge9k-guidance-card::before {
  background: linear-gradient(180deg, rgba(61, 156, 255, 0.95) 0%, rgba(61, 156, 255, 0.35) 100%);
  border-radius: 999px;
  content: "";
  height: calc(100% - 14px);
  left: 7px;
  opacity: 0.36;
  position: absolute;
  top: 7px;
  width: 1px;
}

.ge9k-guidance-title {
  color: #bfd2ec;
  font-size: calc(var(--ge9k-font-size-small) * 0.82);
  font-weight: 600;
  letter-spacing: 0.06em;
  margin: 0 0 1px;
  opacity: 0.74;
  padding-left: 6px;
  text-transform: uppercase;
}

.ge9k-guidance-default,
.ge9k-guidance-milestone,
.ge9k-guidance-rush {
  background: rgba(9, 21, 37, 0.46);
  border: 1px solid rgba(107, 139, 186, 0.18);
  border-radius: 7px;
  color: #c9dbf4;
  font-size: calc(var(--ge9k-font-size-small) * 0.9);
  line-height: var(--ge9k-line-height-base);
  margin: 0;
  padding: max(5px, calc(var(--ge9k-input-padding-y) - 4px)) calc(var(--ge9k-input-padding-x) - 1px);
}

.ge9k-guidance-milestone {
  background: rgba(10, 25, 43, 0.6);
  border-color: rgba(120, 188, 255, 0.26);
  color: #d7e6fb;
}

.ge9k-step > .ge9k-guidance-milestone {
  background: transparent;
  border: 0;
  border-left: 2px solid rgba(120, 188, 255, 0.55);
  border-radius: 0;
  box-shadow: none;
  color: #bfd4f2;
  margin: 2px 0 1px;
  padding: 0 0 0 8px;
}

.ge9k-step > .ge9k-guidance-milestone strong {
  color: inherit;
}

.ge9k-guidance-default:empty,
.ge9k-guidance-milestone:empty,
.ge9k-guidance-rush:empty {
  display: none;
}

.ge9k-guidance-milestone strong,
.ge9k-guidance-rush strong {
  color: #ffffff;
}

.ge9k-guidance-rush--active {
  border-color: rgba(245, 197, 103, 0.48);
  color: #ffe4b9;
}

.ge9k-guidance-sources {
  border-top: 1px solid rgba(115, 145, 186, 0.28);
  display: flex;
  flex-wrap: wrap;
  gap: 4px 6px;
  margin-top: 2px;
  padding-top: 6px;
}

.ge9k-guidance-source-chip {
  align-items: center;
  background: rgba(26, 44, 72, 0.42);
  border: 1px solid rgba(126, 156, 198, 0.3);
  border-radius: 999px;
  color: #c6d9f1;
  display: inline-flex;
  font-size: calc(var(--ge9k-font-size-small) * 0.82);
  font-weight: 600;
  gap: 4px;
  line-height: 1;
  padding: 4px 8px;
  text-decoration: none;
}

.ge9k-guidance-source-date {
  color: #95afcf;
  font-size: 0.68rem;
  line-height: 1.35;
}

.ge9k-guidance-card--timeline {
  border-color: rgba(245, 197, 103, 0.42);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.03);
}

.ge9k-error-summary {
  background: rgba(255, 110, 110, 0.12);
  border: 1px solid rgba(255, 110, 110, 0.52);
  border-radius: 12px;
  color: #ffd9d9;
  margin: 0 0 6px;
  padding: 11px 12px;
}

.ge9k-error-summary[hidden] {
  display: none;
}

.ge9k-error-summary-title {
  color: #ffe5e5;
  font-size: 0.88rem;
  font-weight: 700;
  margin: 0 0 8px;
}

.ge9k-error-summary-list {
  margin: 0;
  padding-left: 18px;
}

.ge9k-error-summary-list li {
  margin: 5px 0;
}

.ge9k-error-summary-list a {
  color: #ffd6d6;
  font-size: 0.85rem;
  text-decoration: underline;
}

.ge9k-error-summary-list a:focus,
.ge9k-error-summary-list a:hover {
  color: #ffffff;
}

.ge9k-field-error {
  color: #ffcfcf;
  font-size: 0.83rem;
  line-height: 1.4;
  margin: -2px 0 6px;
}

.ge9k-form input[type="text"],
.ge9k-form input[type="email"],
.ge9k-form input[type="url"],
.ge9k-form input[type="number"],
.ge9k-form select,
.ge9k-form textarea {
  background: linear-gradient(180deg, rgba(21, 41, 68, 0.96) 0%, rgba(16, 33, 56, 0.98) 100%);
  border: 1px solid rgba(104, 130, 170, 0.45);
  border-radius: 10px;
  box-sizing: border-box;
  color: var(--ge9k-text);
  font-family: var(--ge9k-font-body-family);
  font-size: 0.97rem;
  line-height: 1.45;
  min-height: 48px;
  padding: 12px 12px;
  transition: border-color 140ms ease, box-shadow 140ms ease;
  width: 100%;
}

.ge9k-url-field {
  display: grid;
  gap: 8px;
}

.ge9k-url-input-group {
  display: grid;
  gap: 8px;
  grid-template-columns: 120px minmax(0, 1fr);
}

.ge9k-url-input-group select {
  min-width: 0;
  padding-right: 28px;
}

.ge9k-url-input-group input[type="text"] {
  min-width: 0;
}

.ge9k-form input::placeholder,
.ge9k-form textarea::placeholder {
  color: #7792b7;
}

.ge9k-form select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image:
    linear-gradient(45deg, transparent 50%, #96b4dd 50%),
    linear-gradient(135deg, #96b4dd 50%, transparent 50%);
  background-position:
    calc(100% - 15px) calc(50% - 1px),
    calc(100% - 10px) calc(50% - 1px);
  background-repeat: no-repeat;
  background-size: 5px 5px, 5px 5px;
  padding-right: 30px;
}

.ge9k-form select::-ms-expand {
  display: none;
}

.ge9k-form select option,
.ge9k-form select optgroup {
  background: #f7fbff;
  color: #0f172a;
  font-family: var(--ge9k-font-body-family);
}

.ge9k-form input[type="checkbox"] {
  accent-color: var(--ge9k-primary);
}

.ge9k-form input[type="range"] {
  appearance: none;
  background: linear-gradient(90deg, rgba(43, 72, 112, 0.95) 0%, rgba(25, 46, 77, 0.9) 100%);
  border: 1px solid rgba(104, 130, 170, 0.45);
  border-radius: 999px;
  height: 10px;
  margin: 6px 0 4px;
  outline: 0;
  width: 100%;
}

.ge9k-form input[type="range"]::-webkit-slider-thumb {
  appearance: none;
  background: linear-gradient(180deg, var(--ge9k-slider-thumb-start) 0%, var(--ge9k-slider-thumb-mid) 58%, var(--ge9k-slider-thumb-end) 100%);
  border: 1px solid var(--ge9k-slider-thumb-border);
  border-radius: 50%;
  box-shadow: 0 4px 12px var(--ge9k-slider-thumb-shadow), 0 0 0 2px var(--ge9k-slider-thumb-ring);
  cursor: pointer;
  height: 28px;
  width: 28px;
}

.ge9k-form input[type="range"]::-moz-range-thumb {
  background: linear-gradient(180deg, var(--ge9k-slider-thumb-start) 0%, var(--ge9k-slider-thumb-mid) 58%, var(--ge9k-slider-thumb-end) 100%);
  border: 1px solid var(--ge9k-slider-thumb-border);
  border-radius: 50%;
  box-shadow: 0 4px 12px var(--ge9k-slider-thumb-shadow), 0 0 0 2px var(--ge9k-slider-thumb-ring);
  cursor: pointer;
  height: 28px;
  width: 28px;
}

.ge9k-form input[type="range"]::-moz-range-track {
  background: transparent;
  border: 0;
}

.ge9k-range-endpoints {
  align-items: center;
  display: flex;
  font-size: 0.72rem;
  font-weight: 700;
  justify-content: center;
  letter-spacing: 0.02em;
  line-height: 1;
  margin: -24px 0 8px;
  min-height: 28px;
  pointer-events: none;
  position: relative;
  z-index: 1;
}

.ge9k-range-endpoint {
  align-items: center;
  background: rgba(9, 21, 38, 0.94);
  border: 1px solid rgba(148, 177, 220, 0.82);
  border-radius: 999px;
  box-shadow: 0 10px 18px -14px rgba(5, 11, 22, 0.9), 0 0 0 1px rgba(9, 21, 38, 0.5);
  color: #eaf2ff;
  display: inline-flex;
  height: 26px;
  justify-content: center;
  min-width: 42px;
  padding: 0 10px;
  white-space: nowrap;
}

.ge9k-form input:focus,
.ge9k-form select:focus,
.ge9k-form textarea:focus,
.ge9k-button:focus,
.ge9k-step-nav button:focus,
.ge9k-result a.ge9k-cta:focus,
.ge9k-audit-loading a.ge9k-cta:focus {
  box-shadow: 0 0 0 2px rgba(7, 16, 31, 1), 0 0 0 4px rgba(61, 155, 255, 0.74);
  outline: 0;
}

.ge9k-form .ge9k-invalid-field {
  border-color: rgba(255, 110, 110, 0.82);
  box-shadow: 0 0 0 1px rgba(255, 110, 110, 0.35);
}

.ge9k-form .ge9k-invalid-field:focus {
  box-shadow: 0 0 0 2px rgba(7, 16, 31, 1), 0 0 0 4px rgba(255, 110, 110, 0.68);
}

.ge9k-checkbox {
  align-items: flex-start;
  color: #bed2ee;
  display: flex;
  font-size: 0.88rem;
  font-weight: 500;
  gap: 8px;
  line-height: 1.45;
  margin: 4px 0;
}

.ge9k-checkbox input[type="checkbox"] {
  margin-top: 3px;
}

.ge9k-honeypot {
  left: -9999px;
  opacity: 0;
  pointer-events: none;
  position: absolute;
}

.ge9k-step-nav {
  align-items: center;
  display: flex;
  gap: 10px;
  justify-content: space-between;
}

.ge9k-step-nav--top {
  background: linear-gradient(180deg, rgba(16, 32, 54, 0.72) 0%, rgba(11, 23, 39, 0.72) 100%);
  border: 1px solid rgba(99, 130, 176, 0.34);
  border-radius: 11px;
  margin: 0 0 4px;
  padding: 7px;
}

.ge9k-step-nav--bottom {
  gap: 8px;
  justify-content: flex-end;
  margin-top: 2px;
}

.ge9k-checkbox-grid {
  display: grid;
  gap: 6px;
}

.ge9k-step-nav button,
.ge9k-button,
.ge9k-result a.ge9k-cta,
.ge9k-audit-loading a.ge9k-cta,
.ge9k-btn {
  appearance: none;
  background: linear-gradient(96deg, #0f66f4 0%, #268dff 52%, #3aa6ff 100%);
  border: 1px solid rgba(120, 194, 255, 0.42);
  border-radius: 11px;
  box-shadow: 0 14px 28px rgba(3, 35, 84, 0.38), inset 0 1px 0 rgba(255, 255, 255, 0.26);
  color: #ffffff;
  cursor: pointer;
  display: inline-flex;
  font-size: 0.93rem;
  font-weight: 700;
  justify-content: center;
  line-height: 1.35;
  min-height: 44px;
  overflow: hidden;
  padding: 12px 18px;
  position: relative;
  text-decoration: none;
  transition: transform 170ms ease, box-shadow 170ms ease, filter 170ms ease;
}

.ge9k-step-nav button {
  flex: 1 1 0;
}

.ge9k-step-nav--top button,
.ge9k-step-nav--bottom button {
  flex: 0 0 auto;
  font-size: 0.82rem;
  min-height: 34px;
  padding: 7px 13px;
}

.ge9k-step-nav--top .ge9k-back,
.ge9k-step-nav--bottom .ge9k-back {
  min-width: 84px;
}

.ge9k-step-nav--top .ge9k-next,
.ge9k-step-nav--bottom .ge9k-next {
  min-width: 104px;
}

.ge9k-step-nav button:hover:not([disabled]),
.ge9k-button:hover:not([disabled]),
.ge9k-result a.ge9k-cta:hover,
.ge9k-audit-loading a.ge9k-cta:hover,
.ge9k-btn:hover {
  box-shadow: 0 18px 34px rgba(3, 35, 84, 0.46), inset 0 1px 0 rgba(255, 255, 255, 0.28);
  filter: brightness(1.05);
  transform: translateY(-2px);
}

.ge9k-step-nav button::after,
.ge9k-button::after,
.ge9k-result a.ge9k-cta::after,
.ge9k-audit-loading a.ge9k-cta::after,
.ge9k-btn::after {
  background: linear-gradient(110deg, rgba(255, 255, 255, 0) 15%, rgba(255, 255, 255, 0.45) 50%, rgba(255, 255, 255, 0) 85%);
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
  transform: translateX(-135%);
  transition: transform 420ms ease;
}

.ge9k-step-nav button:hover:not([disabled])::after,
.ge9k-step-nav button:focus-visible::after,
.ge9k-button:hover:not([disabled])::after,
.ge9k-button:focus-visible::after,
.ge9k-result a.ge9k-cta:hover::after,
.ge9k-result a.ge9k-cta:focus-visible::after,
.ge9k-audit-loading a.ge9k-cta:hover::after,
.ge9k-audit-loading a.ge9k-cta:focus-visible::after,
.ge9k-btn:hover::after,
.ge9k-btn:focus-visible::after {
  transform: translateX(135%);
}

.ge9k-step-nav .ge9k-back {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(126, 154, 194, 0.34);
  box-shadow: none;
}

.ge9k-step-nav .ge9k-back::after,
.ge9k-cta-secondary::after,
.ge9k-btn-secondary::after {
  display: none;
}

.ge9k-step-nav .ge9k-next[disabled] {
  background: #556173;
  border-color: #667894;
  box-shadow: none;
  color: #b7c2d1;
  cursor: not-allowed;
  filter: none;
  opacity: 1;
  transform: none;
}

.ge9k-step-nav button[disabled],
.ge9k-button[disabled] {
  background: #5c6474;
  border-color: #6d7688;
  color: #d7dce6;
  filter: none;
  box-shadow: none;
  cursor: not-allowed;
  opacity: 1;
  transform: none;
}

.ge9k-button[disabled],
.ge9k-button[aria-disabled="true"] {
  background: #4a5362;
  border-color: #616b7c;
  box-shadow: none;
  color: #c7d0de;
  cursor: not-allowed;
  filter: none;
  opacity: 1;
  pointer-events: none;
  transform: none;
}

.ge9k-step-nav button[disabled]::after,
.ge9k-button[disabled]::after {
  display: none;
}

.ge9k-button[aria-disabled="true"]::after {
  display: none;
}

.ge9k-button.is-running {
  background: linear-gradient(96deg, #8f6321 0%, #cc8f36 54%, #f2b457 100%);
  border-color: rgba(245, 197, 103, 0.56);
  box-shadow: 0 14px 28px rgba(87, 52, 7, 0.35), inset 0 1px 0 rgba(255, 255, 255, 0.22);
  color: #fff5dc;
  cursor: default;
  filter: none;
  transform: none;
}

.ge9k-button.is-running::after {
  display: none;
}

.ge9k-submit-hint {
  color: #b7c7df;
  font-size: 0.84rem;
  margin: -2px 0 0;
}

.ge9k-submit-hint[hidden] {
  display: none;
}

/* Estimator pro refresh inspired by the reference wireframe layout. */
.ge9k-estimator-pro .ge9k-step-nav--top {
  align-items: center;
  background: transparent;
  border: 0;
  border-radius: 0;
  gap: 0;
  margin: 0 0 10px;
  padding: 0;
}

.ge9k-estimator-pro .ge9k-step-nav-strip {
  align-items: center;
  background:
    radial-gradient(circle at 108% -8%, rgba(89, 179, 255, 0.16), transparent 44%),
    linear-gradient(185deg, rgba(8, 18, 32, 0.95) 0%, rgba(7, 15, 26, 0.96) 100%);
  border: 1px solid rgba(91, 119, 161, 0.35);
  border-radius: 14px;
  box-shadow: 0 10px 20px rgba(4, 12, 24, 0.26), inset 0 1px 0 rgba(220, 236, 255, 0.08);
  display: grid;
  gap: 16px;
  grid-template-columns: minmax(118px, auto) minmax(0, 1fr) auto;
  min-height: 78px;
  padding: 14px 18px;
  width: 100%;
}

.ge9k-estimator-pro .ge9k-step-nav-meta {
  display: grid;
  gap: 2px;
}

.ge9k-estimator-pro .ge9k-step-nav-stepword {
  color: #8ecbff;
  font-family: var(--ge9k-font-heading-family);
  font-size: 0.86rem;
  font-weight: 700;
  letter-spacing: 0.09em;
  line-height: 1;
  margin: 0;
  text-transform: uppercase;
}

.ge9k-estimator-pro .ge9k-step-nav-count {
  color: #acc5e9;
  font-family: var(--ge9k-font-heading-family);
  font-size: 0.84rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.1;
  margin: 0;
}

.ge9k-estimator-pro .ge9k-step-nav-copy {
  display: grid;
  gap: 3px;
  min-width: 0;
}

.ge9k-estimator-pro .ge9k-step-nav-title {
  color: #eaf2ff;
  font-family: var(--ge9k-font-heading-family);
  font-size: clamp(1.12rem, 1.7vw, 1.4rem);
  font-weight: 700;
  letter-spacing: 0.01em;
  line-height: 1.2;
  margin: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.ge9k-estimator-pro .ge9k-step-nav-actions {
  align-items: center;
  display: flex;
  gap: 10px;
}

.ge9k-estimator-pro .ge9k-step-nav-index {
  align-items: center;
  display: inline-flex;
  gap: 6px;
  margin-right: 2px;
}

.ge9k-estimator-pro .ge9k-step-nav-index[hidden] {
  display: none;
}

.ge9k-estimator-pro .ge9k-step-nav-index-label {
  color: #afc7e6;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.ge9k-estimator-pro .ge9k-step-nav-index-select {
  background: var(--ge9k-control-bg);
  border: 1px solid var(--ge9k-control-border);
  border-radius: 8px;
  color: var(--ge9k-control-text);
  font-size: 0.78rem;
  font-weight: 600;
  min-height: 34px;
  min-width: 170px;
  padding: 6px 10px;
}

.ge9k-estimator-pro .ge9k-step-nav-index-select:focus {
  border-color: var(--ge9k-select-indicator);
  box-shadow: 0 0 0 2px var(--ge9k-focus-ring);
  outline: none;
}

.ge9k-estimator-pro .ge9k-step[data-guidance-step-key="integrations_api"] .ge9k-step-context {
  border-left-color: var(--ge9k-info);
}

.ge9k-estimator-pro .ge9k-step[data-guidance-step-key="copywriting_support"] .ge9k-step-context,
.ge9k-estimator-pro .ge9k-step[data-guidance-step-key="timeline_delivery"] .ge9k-step-context,
.ge9k-estimator-pro .ge9k-step[data-guidance-step-key="timeline_copy"] .ge9k-step-context,
.ge9k-estimator-pro .ge9k-step[data-guidance-step-key="budget_qualification"] .ge9k-step-context {
  border-left-color: var(--ge9k-warning);
}

.ge9k-estimator-pro .ge9k-step[data-guidance-step-key="qualification_contact"] .ge9k-step-context {
  border-left-color: var(--ge9k-accent);
}

.ge9k-estimator-pro .ge9k-form select {
  border-color: var(--ge9k-control-border);
  border-width: 1.5px;
  box-shadow: inset 0 1px 0 var(--ge9k-surface-overlay), 0 10px 18px var(--ge9k-bg-glow-primary);
  font-size: 1.02rem;
  font-weight: 600;
  min-height: 56px;
  padding: 14px 42px 14px 14px;
}

.ge9k-estimator-pro .ge9k-form input[type="text"],
.ge9k-estimator-pro .ge9k-form input[type="email"],
.ge9k-estimator-pro .ge9k-form input[type="url"],
.ge9k-estimator-pro .ge9k-form input[type="number"] {
  font-size: 1.02rem;
  min-height: 56px;
  padding: 14px 14px;
}

.ge9k-estimator-pro .ge9k-email-delivery-note {
  background: linear-gradient(180deg, rgba(38, 65, 100, 0.22) 0%, rgba(26, 48, 74, 0.2) 100%);
  border: 1px solid rgba(137, 172, 213, 0.3);
  color: #c5daf4;
  margin: 0 0 8px;
  padding: 6px 8px;
}

.ge9k-estimator-pro .ge9k-form select:hover {
  border-color: var(--ge9k-select-indicator);
}

.ge9k-estimator-pro .ge9k-form select:focus {
  border-color: var(--ge9k-select-indicator);
}

.ge9k-estimator-pro .ge9k-form input[type="range"] {
  border-color: var(--ge9k-control-border);
  height: 12px;
  margin: 9px 0 6px;
}

.ge9k-estimator-pro .ge9k-form input[type="range"]::-webkit-slider-thumb {
  box-shadow: 0 6px 15px var(--ge9k-slider-thumb-shadow), 0 0 0 3px var(--ge9k-slider-thumb-ring);
  height: 36px;
  width: 36px;
}

.ge9k-estimator-pro .ge9k-form input[type="range"]::-moz-range-thumb {
  box-shadow: 0 6px 15px var(--ge9k-slider-thumb-shadow), 0 0 0 3px var(--ge9k-slider-thumb-ring);
  height: 36px;
  width: 36px;
}

.ge9k-estimator-pro .ge9k-live-estimate {
  background: linear-gradient(180deg, rgba(13, 31, 52, 0.95) 0%, rgba(9, 21, 37, 0.95) 100%);
  border: 1px solid rgba(103, 136, 184, 0.44);
  border-radius: 12px;
  box-shadow: 0 10px 18px rgba(4, 12, 24, 0.22), inset 0 1px 0 rgba(255, 255, 255, 0.07);
  display: grid;
  gap: 7px;
  margin: 0 0 2px;
  min-height: 136px;
  padding: 11px 12px 10px;
}

.ge9k-estimator-pro .ge9k-live-estimate-title {
  color: #9dc5f6;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.25;
  margin: 0;
  text-transform: uppercase;
}

.ge9k-estimator-pro .ge9k-live-estimate-value {
  color: #f2f8ff;
  font-family: var(--ge9k-font-heading-family);
  font-size: clamp(1.05rem, 1.75vw, 1.4rem);
  font-weight: 700;
  letter-spacing: 0.01em;
  line-height: 1.2;
  margin: 0;
}

.ge9k-estimator-pro .ge9k-live-estimate-value.is-estimating {
  animation: ge9k-estimating-pulse 1.9s ease-in-out infinite;
  background: none;
  color: #dcecff;
  display: inline-block;
  max-width: 100%;
  width: max-content;
  filter: none;
  -webkit-text-fill-color: currentColor;
  text-shadow: 0 0 10px rgba(132, 188, 255, 0.26);
}

.ge9k-estimator-pro .ge9k-live-estimate-value.is-estimating::after {
  animation: ge9k-estimating-flow 2.2s linear infinite;
  background: linear-gradient(95deg, #2f8ef7 0%, #4db7ff 22%, #7a82ff 45%, #d56cff 62%, #ff8a63 79%, #f5c567 100%);
  background-size: 220% 100%;
  border-radius: 999px;
  content: "";
  display: block;
  height: 3px;
  margin-top: 6px;
  width: clamp(72px, 12vw, 116px);
}

.ge9k-estimator-pro .ge9k-live-estimate-note {
  color: #c9dcf6;
  font-size: 0.78rem;
  line-height: 1.4;
  margin: 0;
}

.ge9k-estimator-pro .ge9k-live-estimate.has-rush-impact {
  border-color: var(--ge9k-warning);
  box-shadow: 0 10px 18px var(--ge9k-bg-glow-accent), inset 0 1px 0 var(--ge9k-surface-overlay);
}

.ge9k-estimator-pro .ge9k-live-estimate.has-rush-impact .ge9k-live-estimate-note {
  color: var(--ge9k-warning);
}

.ge9k-estimator-pro .ge9k-live-estimate.is-loading .ge9k-live-estimate-value {
  color: var(--ge9k-ui-text);
  opacity: 0.92;
}

.ge9k-estimator-pro .ge9k-live-estimate-action {
  margin: 1px 0 0;
}

.ge9k-estimator-pro .ge9k-live-estimate-talk {
  align-items: center;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(126, 154, 194, 0.34);
  border-radius: 10px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
  color: #ecf5ff;
  display: inline-flex;
  font-size: 0.8rem;
  font-weight: 700;
  justify-content: center;
  min-height: 34px;
  padding: 6px 12px;
  text-decoration: none;
  transition: filter 160ms ease, background-color 160ms ease, border-color 160ms ease;
}

.ge9k-estimator-pro .ge9k-live-estimate-talk:hover,
.ge9k-estimator-pro .ge9k-live-estimate-talk:focus-visible {
  background: var(--ge9k-surface-overlay);
  border-color: var(--ge9k-info);
  color: var(--ge9k-ui-text);
  filter: brightness(1.03);
}

.ge9k-estimator-pro .ge9k-step.ge9k-step--has-metric,
.ge9k-estimator-pro .ge9k-step.ge9k-step--has-select {
  column-gap: 20px;
  display: grid;
  grid-template-columns: 176px minmax(0, 1fr);
  row-gap: 10px;
}

.ge9k-estimator-pro .ge9k-step[hidden],
.ge9k-estimator-pro .ge9k-step.ge9k-step--has-metric[hidden],
.ge9k-estimator-pro .ge9k-step.ge9k-step--has-select[hidden] {
  display: none !important;
}

.ge9k-estimator-pro .ge9k-step.ge9k-step--has-metric > label:first-of-type,
.ge9k-estimator-pro .ge9k-step.ge9k-step--has-select > label:first-of-type {
  border-bottom: 0;
  display: block;
  grid-column: 1 / -1;
  margin-bottom: 0;
  min-height: 92px;
  padding: 6px 0 0 196px;
  position: relative;
}

.ge9k-estimator-pro .ge9k-step.ge9k-step--has-metric > label:first-of-type strong[data-ge9k-range-output] {
  align-items: center;
  background: linear-gradient(180deg, rgba(18, 35, 59, 0.88) 0%, rgba(13, 26, 44, 0.92) 100%);
  border: 1px solid rgba(97, 126, 170, 0.36);
  border-radius: 14px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08), 0 10px 18px rgba(4, 12, 24, 0.24);
  color: #f0f7ff;
  display: flex;
  font-size: clamp(1.4rem, 2.1vw, 1.95rem);
  font-weight: 800;
  justify-content: center;
  left: 0;
  letter-spacing: 0.03em;
  line-height: 1;
  min-height: 92px;
  min-width: 176px;
  padding: 14px 12px;
  position: absolute;
  text-align: center;
  top: 0;
}

.ge9k-estimator-pro .ge9k-step.ge9k-step--has-select > label:first-of-type strong[data-ge9k-select-output] {
  align-items: center;
  background: linear-gradient(180deg, rgba(18, 35, 59, 0.88) 0%, rgba(13, 26, 44, 0.92) 100%);
  border: 1px solid rgba(97, 126, 170, 0.36);
  border-radius: 14px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08), 0 10px 18px rgba(4, 12, 24, 0.24);
  color: #f0f7ff;
  display: flex;
  font-size: clamp(1.03rem, 1.36vw, 1.22rem);
  font-weight: 800;
  justify-content: center;
  left: 0;
  letter-spacing: 0.015em;
  line-height: 1.12;
  min-height: 92px;
  min-width: 176px;
  overflow-wrap: anywhere;
  padding: 12px 11px;
  position: absolute;
  text-align: center;
  top: 0;
}

.ge9k-estimator-pro .ge9k-step.ge9k-step--has-metric > label:first-of-type strong[data-ge9k-range-output="page_count"] {
  align-items: center;
  display: flex;
  font-size: clamp(1.55rem, 3.2vw, 2.25rem);
  justify-content: center;
  text-align: center;
}

.ge9k-estimator-pro .ge9k-step > .ge9k-step-context,
.ge9k-estimator-pro .ge9k-step > .ge9k-guidance-milestone,
.ge9k-estimator-pro .ge9k-step > input[type="range"],
.ge9k-estimator-pro .ge9k-step > select,
.ge9k-estimator-pro .ge9k-step > textarea,
.ge9k-estimator-pro .ge9k-step > .ge9k-url-field,
.ge9k-estimator-pro .ge9k-step > .ge9k-conditional,
.ge9k-estimator-pro .ge9k-step > .ge9k-field-note,
.ge9k-estimator-pro .ge9k-step > .ge9k-live-estimate,
.ge9k-estimator-pro .ge9k-step > .ge9k-guidance-card,
.ge9k-estimator-pro .ge9k-step > .ge9k-checkbox,
.ge9k-estimator-pro .ge9k-step > fieldset {
  max-width: 920px;
}

.ge9k-estimator-pro .ge9k-step.ge9k-step--has-metric > .ge9k-live-estimate,
.ge9k-estimator-pro .ge9k-step.ge9k-step--has-select > .ge9k-live-estimate {
  grid-column: 1;
  max-width: 176px;
  width: 100%;
}

.ge9k-estimator-pro .ge9k-step.ge9k-step--has-metric > *:not(label:first-of-type):not(.ge9k-live-estimate),
.ge9k-estimator-pro .ge9k-step.ge9k-step--has-select > *:not(label:first-of-type):not(.ge9k-live-estimate) {
  grid-column: 2;
  margin-left: 0;
  max-width: 100%;
  width: 100%;
}

.ge9k-estimator-pro .ge9k-step.ge9k-step--has-metric > .ge9k-guidance-card,
.ge9k-estimator-pro .ge9k-step.ge9k-step--has-select > .ge9k-guidance-card {
  margin-top: 0;
}

.ge9k-estimator-pro .ge9k-step-nav--top button,
.ge9k-estimator-pro .ge9k-step-nav--bottom button,
.ge9k-estimator-pro .ge9k-form .ge9k-button[type="submit"] {
  border-radius: 11px;
  min-height: 38px;
  padding: 8px 16px;
}

.ge9k-estimator-pro .ge9k-step-nav--top button {
  min-width: 132px;
}

.ge9k-estimator-pro .ge9k-step-nav--bottom {
  gap: 12px;
  justify-content: flex-end;
  margin-top: 8px;
}

.ge9k-estimator-pro .ge9k-step-nav--bottom button {
  min-width: 132px;
}

.ge9k-estimator-pro .ge9k-step-nav--top .ge9k-back,
.ge9k-estimator-pro .ge9k-step-nav--bottom .ge9k-back {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(126, 154, 194, 0.34);
  color: #ffffff;
  box-shadow: none;
}

.ge9k-estimator-pro .ge9k-step-nav--top .ge9k-next,
.ge9k-estimator-pro .ge9k-step-nav--bottom .ge9k-next,
.ge9k-estimator-pro .ge9k-form .ge9k-button[type="submit"] {
  background: linear-gradient(96deg, #0f66f4 0%, #268dff 52%, #3aa6ff 100%);
  border-color: rgba(120, 194, 255, 0.42);
  color: #ffffff;
}

.ge9k-estimator-pro .ge9k-step-nav button:hover:not([disabled]),
.ge9k-estimator-pro .ge9k-button:hover:not([disabled]) {
  box-shadow: 0 18px 34px var(--ge9k-bg-glow-primary), inset 0 1px 0 var(--ge9k-surface-overlay);
  filter: brightness(1.05);
  transform: translateY(-1px);
}

.ge9k-estimator-pro .ge9k-form .ge9k-button[type="submit"] {
  margin-left: auto;
  margin-top: 2px;
  min-width: 240px;
  width: min(430px, 100%);
}

.ge9k-estimator-pro .ge9k-step-nav button[hidden],
.ge9k-estimator-pro .ge9k-form .ge9k-button[type="submit"][hidden] {
  display: none !important;
}

.ge9k-estimator-pro .ge9k-form .ge9k-button[type="submit"]:not([disabled]):not([aria-disabled="true"]) {
  animation: ge9k-estimating-flow-bg 2.6s linear infinite;
  background: linear-gradient(100deg, var(--ge9k-primary) 0%, var(--ge9k-info) 28%, var(--ge9k-accent) 52%, var(--ge9k-info) 74%, var(--ge9k-primary) 100%);
  background-position: 0% 50%;
  background-repeat: no-repeat;
  background-size: 260% 100%;
  border-color: var(--ge9k-ui-border);
  box-shadow: 0 16px 30px var(--ge9k-bg-glow-primary), inset 0 1px 0 var(--ge9k-surface-overlay);
}

.ge9k-estimator-pro .ge9k-submit-hint {
  color: var(--ge9k-ui-muted);
  margin-top: 2px;
  text-align: right;
}

@media (max-width: 980px) {
  .ge9k-estimator-pro .ge9k-step-nav-strip {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .ge9k-estimator-pro .ge9k-step-nav-copy {
    gap: 2px;
  }

  .ge9k-estimator-pro .ge9k-step-nav-title {
    overflow: visible;
    text-overflow: clip;
    white-space: normal;
  }

  .ge9k-estimator-pro .ge9k-step-nav-actions {
    flex-wrap: wrap;
    justify-content: flex-start;
  }

  .ge9k-estimator-pro .ge9k-step-nav-index {
    margin-right: 0;
    width: 100%;
  }

  .ge9k-estimator-pro .ge9k-step-nav-index-select {
    min-width: 0;
    width: 100%;
  }

  .ge9k-estimator-pro .ge9k-step.ge9k-step--has-metric,
  .ge9k-estimator-pro .ge9k-step.ge9k-step--has-select {
    column-gap: 0;
    grid-template-columns: minmax(0, 1fr);
    row-gap: 8px;
  }

  .ge9k-estimator-pro .ge9k-step.ge9k-step--has-metric > label:first-of-type,
  .ge9k-estimator-pro .ge9k-step.ge9k-step--has-select > label:first-of-type {
    min-height: 0;
    padding: 8px 0 0;
  }

  .ge9k-estimator-pro .ge9k-step.ge9k-step--has-metric > label:first-of-type strong[data-ge9k-range-output],
  .ge9k-estimator-pro .ge9k-step.ge9k-step--has-select > label:first-of-type strong[data-ge9k-select-output] {
    display: inline-flex;
    margin: 0 8px 0 0;
    min-height: 0;
    min-width: 0;
    padding: 7px 11px;
    position: static;
  }

  .ge9k-estimator-pro .ge9k-step.ge9k-step--has-metric > label:first-of-type strong[data-ge9k-range-output="page_count"] {
    font-size: clamp(1.55rem, 7vw, 2.05rem);
  }

  .ge9k-estimator-pro .ge9k-step.ge9k-step--has-metric > .ge9k-live-estimate,
  .ge9k-estimator-pro .ge9k-step.ge9k-step--has-select > .ge9k-live-estimate {
    grid-column: 1;
    max-width: 100%;
  }

  .ge9k-estimator-pro .ge9k-step.ge9k-step--has-metric > *:not(label:first-of-type):not(.ge9k-live-estimate),
  .ge9k-estimator-pro .ge9k-step.ge9k-step--has-select > *:not(label:first-of-type):not(.ge9k-live-estimate) {
    grid-column: 1;
    margin-left: 0;
    max-width: 100%;
    width: 100%;
  }
}

.ge9k .screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important;
}

.ge9k-status {
  color: var(--ge9k-muted);
  font-size: 0.9rem;
  font-weight: 600;
  min-height: 22px;
}

.ge9k-status.is-error {
  color: var(--ge9k-danger);
}

.ge9k-status.is-success {
  color: var(--ge9k-success);
}

.ge9k-status.is-warning {
  color: var(--ge9k-warning, #f5c567);
}

.ge9k-status.is-ready {
  color: var(--ge9k-success);
}

.ge9k-status.is-pulse {
  animation: ge9kStatusPulse 1.15s ease-out 1;
}

.ge9k-result {
  background: linear-gradient(185deg, rgba(8, 18, 32, 0.95) 0%, rgba(7, 15, 26, 0.96) 100%);
  border: 1px solid rgba(91, 119, 161, 0.35);
  border-radius: 14px;
  margin-top: 6px;
  padding: 14px;
  scroll-margin-top: 24px;
}

.ge9k-result-header {
  border-bottom: 1px solid rgba(100, 133, 177, 0.28);
  display: grid;
  gap: 8px;
  margin-bottom: 12px;
  padding-bottom: 12px;
}

.ge9k-result-appear {
  animation: ge9kFadeUp 420ms ease both;
}

.ge9k-result-kicker {
  color: #8ecbff;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.09em;
  margin: 0 0 8px;
  text-transform: uppercase;
}

.ge9k-result-range {
  color: var(--ge9k-text);
  font-family: var(--ge9k-font-heading-family);
  font-size: clamp(1.35rem, 2.4vw, 2.25rem);
  letter-spacing: -0.02em;
  line-height: 1.24;
  margin: 0;
}

.ge9k-result-range span {
  color: var(--ge9k-muted);
  font-weight: 500;
}

.ge9k-result-range--small {
  font-size: clamp(1.15rem, 2vw, 1.6rem);
}

.ge9k-audit-loading {
  background: linear-gradient(185deg, rgba(8, 18, 32, 0.95) 0%, rgba(7, 15, 26, 0.96) 100%);
  border: 1px solid rgba(91, 119, 161, 0.35);
  border-radius: 14px;
  margin-top: 8px;
  padding: 16px;
}

[data-ge9k-audit-loading][hidden] {
  display: none !important;
}

.ge9k-audit-loading-head {
  display: grid;
  gap: 7px;
}

.ge9k-audit-loading-head .ge9k-result-note {
  border-top: 0;
  color: #d3e3fb;
  margin: 0;
  padding-top: 0;
}

.ge9k-audit-progress-track {
  background: rgba(255, 255, 255, 0.12);
  border-radius: 999px;
  height: 18px;
  overflow: hidden;
  position: relative;
}

.ge9k-audit-progress-fill {
  background: linear-gradient(95deg, #1c8d56 0%, #2ebf73 60%, #3bd481 100%);
  border-radius: inherit;
  display: block;
  height: 100%;
  position: relative;
  transition: width 220ms ease;
  width: 10%;
}

.ge9k-audit-progress-fill::before {
  animation: ge9k-progress-sheen 1.8s linear infinite;
  background: linear-gradient(110deg, rgba(255, 255, 255, 0) 20%, rgba(255, 255, 255, 0.58) 50%, rgba(255, 255, 255, 0) 80%);
  content: "";
  inset: 0;
  position: absolute;
  transform: translateX(-125%);
}

.ge9k-audit-progress-fill::after {
  background: #3dd47f;
  box-shadow: 0 0 10px rgba(61, 212, 127, 0.7);
  content: "";
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  width: 14px;
}

.ge9k-audit-progress-track.is-thinking .ge9k-audit-progress-fill {
  background: linear-gradient(95deg, var(--ge9k-loading-long-start) 0%, var(--ge9k-loading-long-mid) 60%, var(--ge9k-loading-long-end) 100%);
}

.ge9k-audit-progress-track.is-thinking .ge9k-audit-progress-fill::after {
  background: var(--ge9k-loading-long-end);
  box-shadow: 0 0 10px var(--ge9k-loading-long-end);
}

.ge9k-audit-progress-track.is-prismatic .ge9k-audit-progress-fill {
  animation: ge9k-prismatic-flow 2.4s linear infinite;
  background: linear-gradient(96deg, var(--ge9k-primary) 0%, var(--ge9k-info) 18%, var(--ge9k-kicker) 34%, var(--ge9k-accent) 52%, var(--ge9k-loading-long-start) 68%, var(--ge9k-loading-long-mid) 84%, var(--ge9k-loading-long-end) 100%);
}

.ge9k-audit-progress-track.is-prismatic .ge9k-audit-progress-fill::after {
  animation: ge9k-prismatic-tip 1.3s linear infinite;
  background: linear-gradient(180deg, var(--ge9k-focus-ring) 0%, var(--ge9k-loading-long-mid) 42%, var(--ge9k-loading-long-end) 100%);
  box-shadow: 0 0 12px var(--ge9k-bg-glow-primary), 0 0 18px var(--ge9k-bg-glow-accent);
}

.ge9k-audit-progress-track.is-prismatic .ge9k-audit-progress-fill::before {
  animation: ge9k-prismatic-particles 1.35s ease-out infinite;
  background: radial-gradient(circle at 92% 50%, var(--ge9k-surface-overlay) 0%, transparent 46%),
    radial-gradient(circle at 86% 40%, var(--ge9k-focus-ring) 0%, transparent 44%),
    radial-gradient(circle at 82% 58%, var(--ge9k-bg-glow-primary) 0%, transparent 43%),
    radial-gradient(circle at 79% 66%, var(--ge9k-bg-glow-accent) 0%, transparent 42%);
  transform: translateX(0);
}

.ge9k-audit-progress-track.is-prismatic.is-reduced-motion .ge9k-audit-progress-fill {
  animation: none;
  background: linear-gradient(96deg, var(--ge9k-kicker) 0%, var(--ge9k-loading-long-start) 52%, var(--ge9k-loading-long-end) 100%);
}

.ge9k-audit-progress-track.is-prismatic.is-reduced-motion .ge9k-audit-progress-fill::before {
  animation: none;
  content: none;
}

.ge9k-audit-progress-track.is-prismatic.is-reduced-motion .ge9k-audit-progress-fill::after {
  animation: none;
}

.ge9k-audit-progress-track.is-running .ge9k-audit-progress-fill::after {
  background: var(--ge9k-success);
  box-shadow: 0 0 10px rgba(25, 195, 125, 0.72);
}

.ge9k-audit-progress-track.is-completed .ge9k-audit-progress-fill {
  background: linear-gradient(95deg, #2ea569 0%, #44cd84 58%, #58df96 100%);
}

.ge9k-audit-progress-track.is-completed .ge9k-audit-progress-fill::after {
  background: #7af2b5;
  box-shadow: 0 0 10px rgba(122, 242, 181, 0.86);
}

.ge9k-audit-progress-track.is-failed .ge9k-audit-progress-fill {
  background: linear-gradient(95deg, #872b2b 0%, #b33f3f 58%, #d85757 100%);
}

.ge9k-audit-progress-track.is-failed .ge9k-audit-progress-fill::after {
  background: #ff8a8a;
  box-shadow: 0 0 10px rgba(255, 138, 138, 0.84);
}

.ge9k-audit-stage-list {
  display: grid;
  gap: 6px;
  list-style: none;
  margin: 12px 0 0;
  padding: 0;
}

.ge9k-audit-stage-list li {
  background: rgba(18, 35, 59, 0.62);
  border: 1px solid rgba(97, 126, 170, 0.28);
  border-radius: 10px;
  color: #bdd2f1;
  display: grid;
  font-size: 0.84rem;
  gap: 6px;
  margin: 0;
  padding: 9px 10px 10px;
}

.ge9k-audit-stage-label {
  font-weight: 600;
}

.ge9k-audit-stage-mini {
  background: rgba(255, 255, 255, 0.11);
  border-radius: 999px;
  display: block;
  height: 6px;
  overflow: hidden;
  position: relative;
}

.ge9k-audit-stage-mini-fill {
  background: linear-gradient(95deg, #4f8de2 0%, #6eb8ff 100%);
  display: block;
  height: 100%;
  opacity: 0.2;
  transition: width 220ms ease, opacity 220ms ease;
  width: 12%;
}

.ge9k-audit-stage-list li.is-active .ge9k-audit-stage-mini-fill {
  animation: ge9k-stage-mini-flow 1.6s linear infinite;
  opacity: 1;
  width: 72%;
}

.ge9k-audit-stage-list li.is-parallel .ge9k-audit-stage-mini-fill {
  animation-duration: 1.95s;
  width: 64%;
}

.ge9k-audit-stage-list li.is-active {
  border-color: rgba(89, 179, 255, 0.55);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
  color: #e9f4ff;
}

.ge9k-audit-stage-list li.is-done {
  border-color: rgba(25, 195, 125, 0.5);
  color: #b9f6da;
}

.ge9k-audit-stage-list li.is-done .ge9k-audit-stage-mini-fill {
  animation: none;
  background: linear-gradient(95deg, #26a968 0%, #4fdf98 100%);
  opacity: 1;
  width: 100%;
}

.ge9k-audit-insight-grid {
  display: grid;
  gap: 16px;
  margin-top: 16px;
}

.ge9k-audit-insight-card {
  background:
    radial-gradient(circle at 108% -6%, rgba(72, 152, 255, 0.2), transparent 45%),
    radial-gradient(circle at -8% 120%, rgba(46, 188, 132, 0.16), transparent 43%),
    linear-gradient(180deg, rgba(16, 33, 55, 0.94) 0%, rgba(10, 21, 38, 0.94) 100%);
  border: 1px solid rgba(116, 152, 201, 0.44);
  border-radius: 14px;
  box-shadow: 0 16px 30px rgba(3, 12, 25, 0.28), inset 0 1px 0 rgba(255, 255, 255, 0.08);
  padding: 20px 20px 18px 24px;
  position: relative;
}

.ge9k-audit-insight-card::before {
  background: linear-gradient(180deg, rgba(77, 172, 255, 0.9) 0%, rgba(45, 118, 225, 0.42) 100%);
  border-radius: 999px;
  content: "";
  height: calc(100% - 28px);
  left: 12px;
  position: absolute;
  top: 14px;
  width: 3px;
}

.ge9k-audit-insight-card h4 {
  align-items: center;
  border-bottom: 1px solid rgba(114, 149, 198, 0.24);
  display: flex;
  gap: 7px;
  margin: 0 0 12px;
  min-height: 34px;
  padding: 0 12px 10px 14px;
}

.ge9k-audit-insight-card ul {
  list-style: none;
  margin: 0;
  padding: 4px 10px 0 14px;
}

.ge9k-audit-insight-card li {
  border-bottom: 1px solid rgba(110, 142, 186, 0.16);
  color: #d8e8fb;
  margin: 0;
  line-height: 1.52;
  padding: 12px 0 12px 12px;
  position: relative;
}

.ge9k-audit-insight-card li:last-child {
  border-bottom: 0;
  padding-bottom: 3px;
}

.ge9k-audit-insight-card li::before {
  background: linear-gradient(180deg, #6fd1ff 0%, #3ea7ff 100%);
  border-radius: 999px;
  content: "";
  height: 6px;
  left: -2px;
  position: absolute;
  top: 19px;
  width: 6px;
}

.ge9k-audit-insight-card .ge9k-result-note {
  border-top-color: rgba(109, 142, 187, 0.2);
  line-height: 1.56;
  margin-top: 11px;
  padding: 10px 12px 0 14px;
}

.ge9k-audit-insight-card--checks {
  padding: 20px 22px 18px 26px;
}

.ge9k-audit-insight-card--checks h4 {
  padding-right: 12px;
}

.ge9k-audit-insight-card--checks ul {
  padding-right: 12px;
}

.ge9k-audit-insight-card--checks li {
  padding-right: 10px;
}

.ge9k-audit-insight-card--usage .ge9k-result-note:first-of-type {
  margin-top: 0;
  padding-top: 0;
  padding-left: 12px;
  border-top: 0;
}

.ge9k-audit-loading-actions {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 16px;
}

.ge9k-cta-secondary {
  background: rgba(255, 255, 255, 0.08) !important;
  border-color: rgba(255, 255, 255, 0.24) !important;
  box-shadow: none !important;
  filter: none !important;
  transform: none !important;
}

.ge9k-cta-secondary:hover,
.ge9k-cta-secondary:focus-visible,
.ge9k-btn-secondary:hover,
.ge9k-btn-secondary:focus-visible,
.ge9k-step-nav .ge9k-back:hover,
.ge9k-step-nav .ge9k-back:focus-visible {
  box-shadow: none !important;
  filter: none !important;
  transform: none !important;
}

.ge9k-result-grid {
  display: grid;
  gap: 10px;
}

.ge9k-result-block {
  background: rgba(18, 35, 59, 0.78);
  border: 1px solid rgba(97, 126, 170, 0.36);
  border-radius: 14px;
  box-shadow: 0 10px 24px rgba(4, 12, 25, 0.3), inset 0 1px 0 rgba(255, 255, 255, 0.04);
  display: grid;
  gap: 12px;
  overflow: hidden;
  padding: 16px;
  position: relative;
}

.ge9k-result-block::before {
  background: linear-gradient(90deg, rgba(89, 179, 255, 0.56) 0%, rgba(255, 122, 47, 0.26) 100%);
  border-radius: 14px 14px 0 0;
  content: "";
  height: 2px;
  left: 16px;
  position: absolute;
  right: 16px;
  top: 0;
}

.ge9k-result-block--full {
  margin-top: 12px;
  padding: 18px;
}

.ge9k-result-block--light {
  background: linear-gradient(180deg, rgba(16, 32, 54, 0.9) 0%, rgba(12, 24, 43, 0.86) 100%);
  border-color: rgba(112, 141, 183, 0.34);
}

.ge9k-result-block--light h4,
.ge9k-result-block--light .ge9k-result-note,
.ge9k-result-block--light .ge9k-result-table td,
.ge9k-result-block--light .ge9k-result-table th {
  color: #d6e5fb;
}

.ge9k-result-block--light .ge9k-result-table td {
  border-bottom-color: rgba(100, 129, 170, 0.38);
}

.ge9k-result-block--light .ge9k-pill--info {
  color: #bfe0ff;
}

.ge9k-result-block h4 {
  color: #dce9fb;
  font-size: 1.14rem;
  letter-spacing: 0.01em;
  margin: 0;
}

.ge9k-result ul {
  margin: 6px 0 0 18px;
  padding: 0;
}

.ge9k-result li {
  margin: 6px 0;
}

.ge9k-result-table {
  border-collapse: collapse;
  margin-top: 6px;
  width: 100%;
}

.ge9k-result-table th {
  border-bottom: 1px solid rgba(104, 131, 174, 0.34);
  color: #bfd3ee;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  padding: 8px 5px;
  text-transform: uppercase;
}

.ge9k-result-table td {
  border-bottom: 1px solid rgba(104, 131, 174, 0.28);
  color: #d6e4f9;
  font-size: 0.93rem;
  padding: 10px 5px;
}

.ge9k-result-table--timeline th:nth-child(2),
.ge9k-result-table--timeline td:nth-child(2) {
  text-align: center;
  white-space: nowrap;
}

.ge9k-result-table tbody tr:nth-child(odd) td {
  background: rgba(18, 34, 58, 0.42);
}

.ge9k-result-table tbody tr:nth-child(even) td {
  background: rgba(12, 25, 44, 0.28);
}

.ge9k-result-table tbody tr.ge9k-row--subtotal td {
  background: rgba(48, 93, 154, 0.24);
}

.ge9k-result-table tbody tr.ge9k-row--total td {
  background: rgba(24, 146, 96, 0.25);
  border-top: 1px solid rgba(76, 209, 150, 0.35);
  color: #e9fff4;
}

.ge9k-result-table tbody tr.ge9k-row--factor td {
  color: #d8e7fc;
}

.ge9k-result-table td:last-child {
  text-align: right;
}

.ge9k-result-note--timeline-summary {
  border-top: 1px solid rgba(104, 131, 174, 0.28);
  margin-top: 10px;
  padding-top: 10px;
}

.ge9k-timeline-feature-list {
  color: var(--ge9k-ui-muted, #bfd3ee);
  display: grid;
  gap: 4px;
  margin: 6px 0 8px;
  padding-left: 18px;
}

.ge9k-score-cell {
  min-width: 210px;
}

.ge9k-score-cell strong {
  display: inline-block;
  margin-bottom: 6px;
}

.ge9k-score-progress {
  background: rgba(255, 255, 255, 0.08);
  border-radius: 999px;
  height: 8px;
  overflow: hidden;
  width: 100%;
}

.ge9k-score-progress-fill {
  border-radius: inherit;
  display: block;
  height: 100%;
}

.ge9k-score-progress-fill.is-success {
  background: linear-gradient(90deg, #19c37d 0%, #49db9b 100%);
}

.ge9k-score-progress-fill.is-info {
  background: linear-gradient(90deg, #2f8ef7 0%, #55b8ff 100%);
}

.ge9k-score-progress-fill.is-warning {
  background: linear-gradient(90deg, #be812f 0%, #f5c567 100%);
}

.ge9k-score-progress-fill.is-danger {
  background: linear-gradient(90deg, #bf4c4c 0%, #ff6e6e 100%);
}

.ge9k-confidence-meter {
  background: rgba(10, 20, 38, 0.1);
  border-radius: 999px;
  height: 6px;
  margin-top: 6px;
  overflow: hidden;
  width: 120px;
}

.ge9k-confidence-meter-fill {
  border-radius: inherit;
  display: block;
  height: 100%;
}

.ge9k-confidence-meter-fill-is-success {
  background: linear-gradient(90deg, #19c37d 0%, #49db9b 100%);
}

.ge9k-confidence-meter-fill-is-info {
  background: linear-gradient(90deg, #2f8ef7 0%, #55b8ff 100%);
}

.ge9k-confidence-meter-fill-is-warning {
  background: linear-gradient(90deg, #be812f 0%, #f5c567 100%);
}

.ge9k-confidence-meter-fill-is-danger {
  background: linear-gradient(90deg, #bf4c4c 0%, #ff6e6e 100%);
}

.ge9k-grade-chip {
  border-radius: 999px;
  display: inline-flex;
  font-size: 0.82rem;
  font-weight: 700;
  gap: 4px;
  line-height: 1;
  padding: 5px 10px;
  vertical-align: middle;
}

.ge9k-grade-chip.is-success {
  background: rgba(25, 195, 125, 0.17);
  border: 1px solid rgba(25, 195, 125, 0.5);
  color: #b9f6da;
}

.ge9k-grade-chip.is-info {
  background: rgba(89, 179, 255, 0.16);
  border: 1px solid rgba(89, 179, 255, 0.5);
  color: #cbe8ff;
}

.ge9k-grade-chip.is-warning {
  background: rgba(245, 197, 103, 0.18);
  border: 1px solid rgba(245, 197, 103, 0.5);
  color: #ffe7b0;
}

.ge9k-grade-chip.is-danger {
  background: rgba(255, 110, 110, 0.2);
  border: 1px solid rgba(255, 110, 110, 0.55);
  color: #ffd0d0;
}

.ge9k-result-note {
  border-top: 1px solid rgba(104, 131, 174, 0.28);
  color: #d6e4f9;
  margin: 14px 0 0;
  padding-top: 12px;
}

.ge9k-result-note--muted {
  color: #b7cae6;
  margin-top: 8px;
}

.ge9k-result-note--next {
  color: #c4d8f6;
  font-size: 0.9rem;
  margin-top: 8px;
  padding-top: 8px;
}

.ge9k-confidence-explain {
  border-left: 3px solid rgba(89, 179, 255, 0.64);
  color: #d5e6fc;
  font-size: 0.9rem;
  line-height: 1.45;
  margin: 0;
  padding-left: 10px;
}

.ge9k-confidence-explain--success {
  border-left-color: rgba(61, 212, 127, 0.7);
  color: #ccf7e4;
}

.ge9k-confidence-explain--warning {
  border-left-color: rgba(245, 197, 103, 0.72);
  color: #ffe7bc;
}

.ge9k-confidence-explain--info {
  border-left-color: rgba(89, 179, 255, 0.7);
  color: #d5e8ff;
}

.ge9k-result-list {
  margin: 8px 0 0 18px;
  padding: 0;
}

.ge9k-result-list li {
  margin: 6px 0;
}

.ge9k-result-metric-grid {
  display: grid;
  gap: 10px;
}

.ge9k-result-metric-card {
  background: rgba(14, 28, 47, 0.72);
  border: 1px solid rgba(104, 131, 174, 0.28);
  border-radius: 10px;
  padding: 10px 11px;
}

.ge9k-result-metric-title {
  color: #d8e7fc;
  font-size: 0.84rem;
  font-weight: 700;
  margin: 0 0 6px;
}

.ge9k-result-metric-value {
  color: #eaf3ff;
  font-size: 0.94rem;
  font-weight: 700;
  line-height: 1.45;
  margin: 0;
}

.ge9k-similar-metrics {
  margin-top: 12px;
}

.ge9k-similar-metrics h4 {
  font-size: 1.2rem;
  margin-bottom: 12px;
}

.ge9k-metric-grid {
  display: grid;
  gap: 10px;
}

.ge9k-metric-card {
  background: rgba(14, 28, 47, 0.72);
  border: 1px solid rgba(104, 131, 174, 0.28);
  border-radius: 10px;
  padding: 10px 11px;
}

.ge9k-metric-title {
  color: #dceaff;
  font-size: 0.92rem;
  font-weight: 700;
  margin: 0 0 7px;
}

.ge9k-metric-value {
  color: #eaf3ff;
  font-size: 1.04rem;
  font-weight: 700;
  line-height: 1.45;
  margin: 0;
}

.ge9k-metric-context,
.ge9k-metric-why {
  color: #c9daf2;
  font-size: 0.88rem;
  line-height: 1.45;
  margin: 8px 0 0;
}

.ge9k-metric-source {
  color: #9bb4d5;
  font-size: 0.78rem;
  margin: 10px 0 0;
}

.ge9k-metric-source span {
  color: #8ea8ca;
}

.ge9k-result-fineprint {
  color: #94accd;
  margin: 10px 0 0;
}

.ge9k-result-cta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 14px 0 0;
}

.ge9k-result-minimal {
  color: #d7e7ff;
  margin: 0;
}

.ge9k-pill {
  background: linear-gradient(90deg, rgba(28, 102, 217, 0.2) 0%, rgba(255, 106, 43, 0.2) 100%);
  border: 1px solid rgba(121, 164, 223, 0.45);
  border-radius: 999px;
  color: #dbe9ff;
  display: inline-block;
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  margin-right: 6px;
  padding: 4px 10px;
  text-transform: uppercase;
}

.ge9k-pill--warning {
  background: rgba(245, 197, 103, 0.17);
  border-color: rgba(245, 197, 103, 0.45);
  color: var(--ge9k-warning, #ffe3a6);
}

.ge9k-pill--info {
  background: rgba(89, 179, 255, 0.15);
  border-color: var(--ge9k-info, #59b3ff);
  color: var(--ge9k-info, #cbe7ff);
}

.ge9k-pill--success {
  background: rgba(25, 195, 125, 0.15);
  border-color: var(--ge9k-success);
  color: var(--ge9k-success);
}

.ge9k-budget-fit {
  border-left-width: 3px;
}

.ge9k-budget-fit--warning {
  border-left-color: var(--ge9k-warning, #f5c567);
}

.ge9k-budget-fit--info {
  border-left-color: var(--ge9k-info, #59b3ff);
}

.ge9k-budget-fit--success {
  border-left-color: var(--ge9k-success);
}

.ge9k-budget-fit-label {
  margin: 0 0 10px;
}

.ge9k-budget-grid {
  display: grid;
  gap: 8px;
}

.ge9k-budget-grid p {
  align-items: center;
  border-bottom: 1px solid rgba(104, 131, 174, 0.28);
  display: flex;
  font-size: 0.9rem;
  justify-content: space-between;
  margin: 0;
  padding: 0 0 8px;
}

.ge9k-budget-grid p span {
  color: #acc5e9;
}

.ge9k-budget-grid p strong {
  color: #eaf2ff;
}

/* Unified token-driven colors for estimator + audit surfaces. */
.ge9k {
  --ge9k-ui-bg: linear-gradient(180deg, var(--ge9k-surface) 0%, var(--ge9k-surface-2) 100%);
  --ge9k-ui-panel: linear-gradient(185deg, var(--ge9k-surface) 0%, var(--ge9k-surface-2) 100%);
  --ge9k-ui-panel-soft: linear-gradient(180deg, var(--ge9k-surface-2) 0%, var(--ge9k-surface) 100%);
  --ge9k-ui-border: var(--ge9k-border);
  --ge9k-ui-text: var(--ge9k-text);
  --ge9k-ui-muted: var(--ge9k-muted);
  --ge9k-ui-kicker: var(--ge9k-kicker);
}

/* Unified token-driven non-color form styles for estimator + audit experiences. */
.ge9k-estimator-pro,
.ge9k-audit {
  font-family: var(--ge9k-font-body-family);
  font-size: var(--ge9k-font-size-base);
  font-weight: var(--ge9k-font-weight-body);
  line-height: var(--ge9k-line-height-base);
}

.ge9k-shell {
  gap: var(--ge9k-space-lg);
}

.ge9k-hero {
  gap: var(--ge9k-space-sm);
}

.ge9k-kicker {
  font-size: var(--ge9k-font-size-small);
  line-height: var(--ge9k-line-height-base);
}

.ge9k-title {
  font-family: var(--ge9k-font-heading-family);
  font-size: clamp(calc(var(--ge9k-font-size-heading) * 0.7), 2.35vw, var(--ge9k-font-size-heading));
  font-weight: var(--ge9k-font-weight-heading);
  line-height: var(--ge9k-line-height-heading);
}

.ge9k-subtitle {
  font-size: var(--ge9k-font-size-base);
  line-height: var(--ge9k-line-height-base);
}

.ge9k-form {
  gap: var(--ge9k-space-md);
}

.ge9k-step {
  border-radius: var(--ge9k-radius-panel);
  border-width: var(--ge9k-border-width);
  gap: var(--ge9k-space-sm);
  padding: var(--ge9k-panel-padding);
  box-shadow: inset 0 1px 0 var(--ge9k-surface-overlay), 0 var(--ge9k-space-xs) var(--ge9k-shadow-panel-blur) rgba(2, 8, 22, var(--ge9k-shadow-panel-alpha));
}

.ge9k-form label,
.ge9k-form legend,
.ge9k-required-note,
.ge9k-field-note,
.ge9k-submit-hint {
  font-size: var(--ge9k-font-size-small);
  line-height: var(--ge9k-line-height-base);
}

.ge9k-step > label:first-of-type,
.ge9k-step > fieldset > legend {
  font-size: calc(var(--ge9k-font-size-base) + 1px);
  font-weight: var(--ge9k-font-weight-heading);
}

.ge9k-form input[type="text"],
.ge9k-form input[type="email"],
.ge9k-form input[type="url"],
.ge9k-form input[type="number"],
.ge9k-form select,
.ge9k-form textarea {
  border-radius: var(--ge9k-radius-control);
  border-width: var(--ge9k-border-width);
  font-family: var(--ge9k-font-body-family);
  font-size: var(--ge9k-font-size-base);
  font-weight: var(--ge9k-font-weight-body);
  line-height: var(--ge9k-line-height-base);
  min-height: var(--ge9k-control-height);
  padding: var(--ge9k-input-padding-y) var(--ge9k-input-padding-x);
  transition: border-color var(--ge9k-duration-fast) var(--ge9k-ease), box-shadow var(--ge9k-duration-fast) var(--ge9k-ease);
}

.ge9k-form select {
  padding-right: calc(var(--ge9k-input-padding-x) + 18px);
}

.ge9k-form input[type="range"] {
  border-radius: var(--ge9k-radius-chip);
  border-width: var(--ge9k-border-width);
  height: max(10px, calc(var(--ge9k-control-height) * 0.24));
  margin: var(--ge9k-space-xs) 0 calc(var(--ge9k-space-xs) * 0.66);
}

.ge9k-form input[type="range"]::-webkit-slider-thumb,
.ge9k-form input[type="range"]::-moz-range-thumb {
  height: max(22px, calc(var(--ge9k-control-height) - 16px));
  width: max(22px, calc(var(--ge9k-control-height) - 16px));
}

.ge9k-step-nav {
  gap: var(--ge9k-space-sm);
}

.ge9k-step-nav button,
.ge9k-button,
.ge9k-result a.ge9k-cta,
.ge9k-audit-loading a.ge9k-cta,
.ge9k-btn {
  border-radius: var(--ge9k-radius-control);
  border-width: var(--ge9k-border-width);
  box-shadow: 0 calc(var(--ge9k-shadow-button-blur) * 0.5) var(--ge9k-shadow-button-blur) rgba(3, 35, 84, var(--ge9k-shadow-button-alpha)), inset 0 1px 0 var(--ge9k-surface-overlay);
  font-family: var(--ge9k-font-body-family);
  font-size: var(--ge9k-font-size-base);
  font-weight: var(--ge9k-font-weight-heading);
  line-height: var(--ge9k-line-height-base);
  min-height: var(--ge9k-control-height);
  padding: var(--ge9k-input-padding-y) calc(var(--ge9k-input-padding-x) + 6px);
  transition: transform var(--ge9k-duration-fast) var(--ge9k-ease), box-shadow var(--ge9k-duration-fast) var(--ge9k-ease), filter var(--ge9k-duration-fast) var(--ge9k-ease);
}

.ge9k-step-nav--top button,
.ge9k-step-nav--bottom button {
  font-size: var(--ge9k-font-size-small);
  min-height: max(34px, calc(var(--ge9k-control-height) - 10px));
  padding: max(6px, calc(var(--ge9k-input-padding-y) - 3px)) var(--ge9k-input-padding-x);
}

.ge9k-step-nav button::after,
.ge9k-button::after,
.ge9k-result a.ge9k-cta::after,
.ge9k-audit-loading a.ge9k-cta::after,
.ge9k-btn::after {
  transition: transform var(--ge9k-duration-sheen) var(--ge9k-ease);
}

.ge9k-estimator-pro {
  transition: background var(--ge9k-duration-slow) var(--ge9k-ease);
}

.ge9k-estimator-pro .ge9k-live-estimate {
  border-radius: var(--ge9k-radius-panel);
  border-width: var(--ge9k-border-width);
  box-shadow: 0 var(--ge9k-space-sm) var(--ge9k-shadow-panel-blur) var(--ge9k-bg-glow-primary), inset 0 1px 0 var(--ge9k-surface-overlay);
  padding: var(--ge9k-panel-padding);
}

.ge9k-estimator-pro .ge9k-live-estimate-title {
  font-size: var(--ge9k-font-size-small);
}

.ge9k-estimator-pro .ge9k-live-estimate-value {
  font-family: var(--ge9k-font-heading-family);
  font-size: clamp(calc(var(--ge9k-font-size-heading) * 0.8), 2.1vw, calc(var(--ge9k-font-size-heading) * 1.08));
  font-weight: var(--ge9k-font-weight-heading);
  line-height: var(--ge9k-line-height-heading);
}

.ge9k-estimator-pro .ge9k-live-estimate-value.is-estimating {
  animation-duration: var(--ge9k-duration-pulse);
  animation-timing-function: var(--ge9k-ease);
}

.ge9k-estimator-pro .ge9k-live-estimate-value.is-estimating::after {
  animation-duration: var(--ge9k-duration-slow);
}

.ge9k-estimator-pro .ge9k-form .ge9k-button[type="submit"]:not([disabled]):not([aria-disabled="true"]) {
  animation-duration: var(--ge9k-duration-sheen);
}

.ge9k-estimator-pro .ge9k-live-estimate-talk {
  border-radius: var(--ge9k-radius-control);
  border-width: var(--ge9k-border-width);
  min-height: max(34px, calc(var(--ge9k-control-height) - 10px));
  padding: max(6px, calc(var(--ge9k-input-padding-y) - 2px)) var(--ge9k-input-padding-x);
  transition: filter var(--ge9k-duration-fast) var(--ge9k-ease), background-color var(--ge9k-duration-fast) var(--ge9k-ease), border-color var(--ge9k-duration-fast) var(--ge9k-ease);
}

.ge9k-audit-progress-track {
  border-radius: var(--ge9k-radius-chip);
  border-width: var(--ge9k-border-width);
  min-height: max(14px, calc(var(--ge9k-control-height) * 0.34));
}

.ge9k-audit-progress-fill {
  transition: width var(--ge9k-duration-base) var(--ge9k-ease);
}

.ge9k-audit-progress-fill::before {
  animation-duration: var(--ge9k-duration-sheen);
}

.ge9k-audit-progress-track.is-prismatic .ge9k-audit-progress-fill {
  animation-duration: var(--ge9k-duration-slow);
}

.ge9k-audit-progress-track.is-prismatic .ge9k-audit-progress-fill::after {
  animation-duration: var(--ge9k-duration-fast);
}

.ge9k-audit-progress-track.is-prismatic .ge9k-audit-progress-fill::before {
  animation-duration: var(--ge9k-duration-base);
}

.ge9k-audit-stage-mini-fill {
  animation-duration: var(--ge9k-duration-slow);
}

.ge9k-estimator-pro {
  background:
    radial-gradient(120% 100% at 8% 0%, var(--ge9k-bg-glow-primary), transparent 52%),
    radial-gradient(100% 90% at 100% 0%, var(--ge9k-bg-glow-accent), transparent 48%),
    linear-gradient(165deg, var(--ge9k-bg-deep) 0%, var(--ge9k-bg-soft) 52%, var(--ge9k-surface) 100%);
}

.ge9k-estimator-pro.is-submitting {
  background:
    radial-gradient(120% 100% at 8% 0%, var(--ge9k-bg-glow-primary), transparent 52%),
    radial-gradient(100% 90% at 100% 0%, var(--ge9k-bg-glow-accent), transparent 48%),
    linear-gradient(165deg, var(--ge9k-bg-deep) 0%, var(--ge9k-bg-soft) 52%, var(--ge9k-surface) 100%);
}

.ge9k-estimator-pro.is-ready {
  background:
    radial-gradient(120% 100% at 8% 0%, var(--ge9k-success), transparent 62%),
    radial-gradient(100% 90% at 100% 0%, var(--ge9k-info), transparent 66%),
    linear-gradient(165deg, var(--ge9k-bg-deep) 0%, var(--ge9k-bg-soft) 52%, var(--ge9k-surface) 100%);
}

.ge9k-required-mark {
  color: var(--ge9k-warning);
}

.ge9k-help-icon {
  background: var(--ge9k-surface-2);
  border-color: var(--ge9k-border);
  color: var(--ge9k-text);
}

.ge9k-help-tip {
  background: var(--ge9k-surface);
  border-color: var(--ge9k-border);
  color: var(--ge9k-text);
}

.ge9k-field-note,
.ge9k-submit-hint,
.ge9k-guidance-source-date {
  color: var(--ge9k-ui-muted);
}

.ge9k-email-delivery-note {
  background: var(--ge9k-ui-bg);
  border-color: var(--ge9k-ui-border);
  color: var(--ge9k-ui-muted);
}

.ge9k-step-context {
  background: var(--ge9k-ui-bg);
  border-color: var(--ge9k-ui-border);
  border-left-color: var(--ge9k-success);
  color: var(--ge9k-ui-text);
}

.ge9k-estimator-pro .ge9k-step[data-guidance-step-key="integrations_api"] .ge9k-step-context {
  border-left-color: var(--ge9k-info);
  color: var(--ge9k-ui-text);
}

.ge9k-estimator-pro .ge9k-step[data-guidance-step-key="copywriting_support"] .ge9k-step-context,
.ge9k-estimator-pro .ge9k-step[data-guidance-step-key="timeline_delivery"] .ge9k-step-context,
.ge9k-estimator-pro .ge9k-step[data-guidance-step-key="timeline_copy"] .ge9k-step-context,
.ge9k-estimator-pro .ge9k-step[data-guidance-step-key="budget_qualification"] .ge9k-step-context {
  border-left-color: var(--ge9k-warning);
  color: var(--ge9k-ui-text);
}

.ge9k-estimator-pro .ge9k-step[data-guidance-step-key="qualification_contact"] .ge9k-step-context {
  border-left-color: var(--ge9k-accent);
  color: var(--ge9k-ui-text);
}

.ge9k-guidance-card {
  background: var(--ge9k-ui-panel-soft);
  border-color: var(--ge9k-ui-border);
  box-shadow: 0 2px 8px var(--ge9k-bg-glow-primary), inset 0 1px 0 var(--ge9k-surface-overlay);
}

.ge9k-guidance-card::before {
  background: linear-gradient(180deg, var(--ge9k-info) 0%, var(--ge9k-primary) 100%);
}

.ge9k-guidance-default,
.ge9k-guidance-milestone,
.ge9k-guidance-rush,
.ge9k-guidance-source-chip {
  color: var(--ge9k-ui-text);
}

.ge9k-guidance-title {
  color: var(--ge9k-ui-muted);
  opacity: 0.82;
}

.ge9k-guidance-default,
.ge9k-guidance-milestone,
.ge9k-guidance-rush,
.ge9k-guidance-source-chip {
  background: var(--ge9k-ui-bg);
  border-color: var(--ge9k-ui-border);
}

.ge9k-step > .ge9k-guidance-milestone {
  background: transparent;
  border-color: var(--ge9k-info);
  color: var(--ge9k-ui-muted);
}

.ge9k-guidance-sources {
  border-top-color: var(--ge9k-ui-border);
}

.ge9k-guidance-rush--active,
.ge9k-guidance-card--timeline {
  border-color: var(--ge9k-warning);
}

.ge9k-error-summary {
  background: var(--ge9k-ui-bg);
  border-color: var(--ge9k-danger);
  color: var(--ge9k-ui-text);
}

.ge9k-error-summary-title,
.ge9k-error-summary-list a,
.ge9k-field-error {
  color: var(--ge9k-danger);
}

.ge9k-form input[type="text"],
.ge9k-form input[type="email"],
.ge9k-form input[type="url"],
.ge9k-form input[type="number"],
.ge9k-form select,
.ge9k-form textarea {
  background: var(--ge9k-control-bg);
  border-color: var(--ge9k-control-border);
  color: var(--ge9k-control-text);
}

.ge9k-form input::placeholder,
.ge9k-form textarea::placeholder {
  color: var(--ge9k-control-placeholder);
}

.ge9k-form select {
  background-image:
    linear-gradient(45deg, transparent 50%, var(--ge9k-select-indicator) 50%),
    linear-gradient(135deg, var(--ge9k-select-indicator) 50%, transparent 50%);
  background-position:
    calc(100% - 15px) calc(50% - 1px),
    calc(100% - 10px) calc(50% - 1px);
  background-repeat: no-repeat;
  background-size: 5px 5px, 5px 5px;
}

.ge9k-form select option,
.ge9k-form select optgroup {
  background: var(--ge9k-select-menu-bg);
  color: var(--ge9k-select-menu-text);
}

.ge9k-form input[type="range"] {
  background: linear-gradient(90deg, var(--ge9k-slider-blue) 0%, var(--ge9k-slider-orange) 100%);
  border-color: var(--ge9k-control-border);
}

.ge9k-form input[type="range"]::-webkit-slider-thumb,
.ge9k-form input[type="range"]::-moz-range-thumb {
  background: linear-gradient(180deg, var(--ge9k-slider-thumb-start) 0%, var(--ge9k-slider-thumb-mid) 58%, var(--ge9k-slider-thumb-end) 100%);
  border-color: var(--ge9k-slider-thumb-border);
  box-shadow: 0 4px 12px var(--ge9k-slider-thumb-shadow), 0 0 0 2px var(--ge9k-slider-thumb-ring);
}

.ge9k-range-endpoint {
  background: var(--ge9k-ui-bg);
  border-color: var(--ge9k-ui-border);
  color: var(--ge9k-ui-text);
  box-shadow: 0 10px 18px -14px rgba(5, 11, 22, 0.9), 0 0 0 1px rgba(9, 21, 38, 0.45);
}

.ge9k-form input:focus,
.ge9k-form select:focus,
.ge9k-form textarea:focus,
.ge9k-button:focus,
.ge9k-step-nav button:focus,
.ge9k-result a.ge9k-cta:focus,
.ge9k-audit-loading a.ge9k-cta:focus {
  box-shadow: 0 0 0 2px var(--ge9k-bg-deep), 0 0 0 4px var(--ge9k-focus-ring);
}

.ge9k-form .ge9k-invalid-field {
  border-color: var(--ge9k-danger);
}

.ge9k-form .ge9k-invalid-field:focus {
  box-shadow: 0 0 0 2px var(--ge9k-bg-deep), 0 0 0 4px var(--ge9k-danger);
}

.ge9k-checkbox {
  color: var(--ge9k-ui-text);
}

.ge9k-step-nav--top {
  background: var(--ge9k-ui-panel);
  border-color: var(--ge9k-ui-border);
  box-shadow: 0 10px 20px var(--ge9k-bg-glow-primary), inset 0 1px 0 var(--ge9k-surface-overlay);
}

.ge9k-estimator-pro .ge9k-step-nav--top {
  background: transparent;
  border-color: transparent;
  box-shadow: none;
}

.ge9k-estimator-pro .ge9k-step-nav-strip {
  background: var(--ge9k-ui-panel);
  border-color: var(--ge9k-ui-border);
  border-radius: var(--ge9k-radius-panel);
  box-shadow: 0 10px 20px var(--ge9k-bg-glow-primary), inset 0 1px 0 var(--ge9k-surface-overlay);
  overflow: hidden;
  background-clip: padding-box;
}

.ge9k-estimator-pro .ge9k-step-nav-stepword,
.ge9k-result-kicker {
  color: var(--ge9k-ui-kicker);
}

.ge9k-estimator-pro .ge9k-step-nav-count,
.ge9k-estimator-pro .ge9k-step-nav-index-label {
  color: var(--ge9k-ui-muted);
}

.ge9k-estimator-pro .ge9k-step-nav-title {
  color: var(--ge9k-ui-text);
}

.ge9k-estimator-pro .ge9k-step-nav-index-select {
  background: var(--ge9k-control-bg);
  border-color: var(--ge9k-control-border);
  color: var(--ge9k-control-text);
}

.ge9k-step-nav button,
.ge9k-button,
.ge9k-result a.ge9k-cta,
.ge9k-audit-loading a.ge9k-cta,
.ge9k-btn,
.ge9k-estimator-pro .ge9k-step-nav--top .ge9k-next,
.ge9k-estimator-pro .ge9k-step-nav--bottom .ge9k-next,
.ge9k-estimator-pro .ge9k-form .ge9k-button[type="submit"] {
  background: linear-gradient(96deg, var(--ge9k-primary) 0%, var(--ge9k-info) 52%, var(--ge9k-accent) 100%);
  border-color: var(--ge9k-ui-border);
  color: var(--ge9k-cta-text);
}

.ge9k-step-nav button:hover:not([disabled]),
.ge9k-button:hover:not([disabled]),
.ge9k-result a.ge9k-cta:hover,
.ge9k-audit-loading a.ge9k-cta:hover {
  box-shadow: 0 18px 34px var(--ge9k-bg-glow-primary), inset 0 1px 0 var(--ge9k-surface-overlay);
}

.ge9k-step-nav button::after,
.ge9k-button::after,
.ge9k-result a.ge9k-cta::after,
.ge9k-audit-loading a.ge9k-cta::after,
.ge9k-btn::after {
  background: linear-gradient(110deg, transparent 15%, var(--ge9k-surface-overlay) 50%, transparent 85%);
}

.ge9k-step-nav .ge9k-back,
.ge9k-estimator-pro .ge9k-step-nav--top .ge9k-back,
.ge9k-estimator-pro .ge9k-step-nav--bottom .ge9k-back,
.ge9k-estimator-pro .ge9k-live-estimate-talk,
.ge9k-cta-secondary {
  background: var(--ge9k-ui-bg) !important;
  border-color: var(--ge9k-ui-border) !important;
  color: var(--ge9k-ui-text) !important;
}

.ge9k-step-nav .ge9k-next[disabled],
.ge9k-step-nav button[disabled],
.ge9k-button[disabled],
.ge9k-button[aria-disabled="true"] {
  background: var(--ge9k-surface-2);
  border-color: var(--ge9k-ui-border);
  color: var(--ge9k-ui-muted);
}

.ge9k-button.is-running {
  background: linear-gradient(96deg, var(--ge9k-warning) 0%, var(--ge9k-accent) 54%, var(--ge9k-primary) 100%);
  border-color: var(--ge9k-ui-border);
  color: var(--ge9k-cta-text);
}

.ge9k-estimator-pro .ge9k-form .ge9k-button[type="submit"]:not([disabled]):not([aria-disabled="true"]) {
  background: linear-gradient(100deg, var(--ge9k-primary) 0%, var(--ge9k-info) 28%, var(--ge9k-accent) 52%, var(--ge9k-info) 74%, var(--ge9k-primary) 100%);
  border-color: var(--ge9k-ui-border);
}

.ge9k-estimator-pro .ge9k-step > label:first-of-type {
  border-bottom-color: var(--ge9k-ui-border);
}

.ge9k-estimator-pro .ge9k-step[data-guidance-step-key="template_complexity"] > label:first-of-type {
  font-size: clamp(1.12rem, 1.35vw, 1.28rem);
}

.ge9k-estimator-pro .ge9k-step > label:first-of-type strong[data-ge9k-range-output],
.ge9k-estimator-pro .ge9k-step.ge9k-step--has-metric > label:first-of-type strong[data-ge9k-range-output],
.ge9k-estimator-pro .ge9k-step.ge9k-step--has-select > label:first-of-type strong[data-ge9k-select-output] {
  background: var(--ge9k-ui-bg);
  border-color: var(--ge9k-ui-border);
  box-shadow: inset 0 1px 0 var(--ge9k-surface-overlay), 0 6px 14px var(--ge9k-bg-glow-primary);
  color: var(--ge9k-ui-text);
}

.ge9k-estimator-pro .ge9k-step[data-guidance-step-key="catalog_scale"] > label:first-of-type strong[data-ge9k-range-output="catalog_size"] {
  box-shadow: inset 0 1px 0 var(--ge9k-surface-overlay), 0 6px 14px var(--ge9k-bg-glow-primary);
}

.ge9k-estimator-pro .ge9k-live-estimate {
  background: var(--ge9k-ui-panel);
  border-color: var(--ge9k-ui-border);
  box-shadow: 0 10px 18px var(--ge9k-bg-glow-primary), inset 0 1px 0 var(--ge9k-surface-overlay);
}

.ge9k-estimator-pro .ge9k-live-estimate-title {
  color: var(--ge9k-ui-kicker);
}

.ge9k-estimator-pro .ge9k-live-estimate-value {
  color: var(--ge9k-ui-text);
}

.ge9k-estimator-pro .ge9k-live-estimate-note {
  color: var(--ge9k-ui-muted);
}

.ge9k-estimator-pro .ge9k-live-estimate.has-rush-impact {
  border-color: var(--ge9k-warning);
}

.ge9k-estimator-pro .ge9k-live-estimate.has-rush-impact .ge9k-live-estimate-note {
  color: var(--ge9k-warning);
}

.ge9k-estimator-pro .ge9k-live-estimate-value.is-estimating {
  animation: ge9k-estimating-flow var(--ge9k-duration-pulse) linear infinite;
  background: linear-gradient(95deg, var(--ge9k-info) 0%, var(--ge9k-primary) 34%, var(--ge9k-accent) 70%, var(--ge9k-warning) 100%);
  background-size: 220% 100%;
  background-clip: text;
  color: transparent;
  font-size: clamp(calc(var(--ge9k-font-size-base) * 1.04), 1.4vw, calc(var(--ge9k-font-size-base) * 1.22));
  font-weight: 600;
  letter-spacing: 0.005em;
  opacity: 0.86;
  text-shadow: none;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

@supports not ((-webkit-background-clip: text) or (background-clip: text)) {
  .ge9k-estimator-pro .ge9k-live-estimate-value.is-estimating {
    animation: ge9k-estimating-pulse var(--ge9k-duration-pulse) var(--ge9k-ease) infinite;
    background: none;
    color: var(--ge9k-ui-muted);
    -webkit-text-fill-color: currentColor;
    opacity: 0.86;
    text-shadow: none;
  }
}

.ge9k-estimator-pro .ge9k-live-estimate-value.is-estimating::after {
  content: none;
  display: none;
}

/* Extended token hardening for estimator/audit interaction effects. */
.ge9k-required-note {
  color: var(--ge9k-ui-muted);
}

.ge9k-estimator-pro .ge9k-step > label:first-of-type,
.ge9k-estimator-pro .ge9k-step > fieldset > legend {
  color: var(--ge9k-ui-text);
}

.ge9k-guidance-milestone strong,
.ge9k-guidance-rush strong {
  color: var(--ge9k-ui-text);
}

.ge9k-guidance-rush--active {
  background: var(--ge9k-ui-bg);
  color: var(--ge9k-warning);
}

.ge9k-error-summary-list a {
  color: var(--ge9k-danger);
}

.ge9k-error-summary-list a:focus,
.ge9k-error-summary-list a:hover {
  color: var(--ge9k-ui-text);
}

.ge9k-estimator-pro .ge9k-live-estimate-talk:hover,
.ge9k-estimator-pro .ge9k-live-estimate-talk:focus-visible {
  background: var(--ge9k-ui-panel-soft);
  border-color: var(--ge9k-info);
  color: var(--ge9k-ui-text);
}

.ge9k-estimator-pro .ge9k-live-estimate {
  min-width: 0;
}

.ge9k-estimator-pro .ge9k-live-estimate-value,
.ge9k-estimator-pro .ge9k-live-estimate-note {
  max-width: 100%;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.ge9k-estimator-pro .ge9k-live-estimate-value {
  font-size: clamp(calc(var(--ge9k-font-size-base) * 1.08), 1.35vw, calc(var(--ge9k-font-size-base) * 1.42));
  line-height: 1.2;
}

.ge9k-estimator-pro .ge9k-live-estimate-value.is-estimating {
  display: block;
  max-width: 100%;
  white-space: normal;
  width: 100%;
}

.ge9k-estimator-pro .ge9k-live-estimate.has-rush-impact {
  box-shadow: 0 10px 18px var(--ge9k-bg-glow-accent), inset 0 1px 0 var(--ge9k-surface-overlay);
}

.ge9k-audit-stage-list li {
  color: var(--ge9k-ui-muted);
}

.ge9k-audit-stage-list .ge9k-audit-stage-label {
  color: inherit;
}

.ge9k-audit-stage-list li.is-active .ge9k-audit-stage-label {
  color: var(--ge9k-info);
}

.ge9k-audit-stage-list li.is-done .ge9k-audit-stage-label {
  color: var(--ge9k-success);
}

.ge9k-audit-stage-list li.is-failed .ge9k-audit-stage-label {
  color: var(--ge9k-danger);
}

.ge9k-audit-stage-mini {
  border-color: var(--ge9k-ui-border);
}

.ge9k-audit-stage-list li.is-active .ge9k-audit-stage-mini-fill {
  background: linear-gradient(95deg, var(--ge9k-info) 0%, var(--ge9k-primary) 100%);
}

.ge9k-audit-stage-list li.is-failed .ge9k-audit-stage-mini-fill {
  background: linear-gradient(95deg, var(--ge9k-danger) 0%, var(--ge9k-warning) 100%);
}

.ge9k-result,
.ge9k-audit-loading {
  background: var(--ge9k-ui-panel);
  border-color: var(--ge9k-ui-border);
}

.ge9k-result-header,
.ge9k-result-note,
.ge9k-audit-insight-card h4,
.ge9k-audit-insight-card li,
.ge9k-audit-insight-card .ge9k-result-note,
.ge9k-result-table th,
.ge9k-result-table td,
.ge9k-budget-grid p {
  border-color: var(--ge9k-ui-border);
}

.ge9k-result-block,
.ge9k-result-block--light,
.ge9k-result-metric-card,
.ge9k-metric-card,
.ge9k-audit-stage-list li {
  background: var(--ge9k-ui-panel);
  border-color: var(--ge9k-ui-border);
  color: var(--ge9k-ui-text);
}

.ge9k-audit-loading-head .ge9k-result-note,
.ge9k-result-note,
.ge9k-result-note--muted,
.ge9k-result-note--next,
.ge9k-confidence-explain,
.ge9k-metric-context,
.ge9k-metric-why,
.ge9k-metric-source,
.ge9k-result-fineprint,
.ge9k-result-minimal,
.ge9k-budget-grid p span {
  color: var(--ge9k-ui-muted);
}

.ge9k-result-block h4,
.ge9k-result-table th,
.ge9k-result-table td,
.ge9k-result-metric-title,
.ge9k-result-metric-value,
.ge9k-metric-title,
.ge9k-metric-value,
.ge9k-budget-grid p strong {
  color: var(--ge9k-ui-text);
}

.ge9k-result-table th {
  background: var(--ge9k-ui-panel-soft);
  color: var(--ge9k-ui-muted);
}

.ge9k-audit-progress-track,
.ge9k-score-progress,
.ge9k-confidence-meter,
.ge9k-audit-stage-mini {
  background: var(--ge9k-surface-2);
}

.ge9k-audit-progress-fill,
.ge9k-score-progress-fill.is-success,
.ge9k-confidence-meter-fill-is-success,
.ge9k-audit-stage-list li.is-done .ge9k-audit-stage-mini-fill {
  background: linear-gradient(95deg, var(--ge9k-success) 0%, var(--ge9k-info) 100%);
}

.ge9k-audit-progress-fill::before {
  background: linear-gradient(110deg, transparent 20%, var(--ge9k-surface-overlay) 50%, transparent 80%);
}

.ge9k-audit-progress-fill::after {
  background: var(--ge9k-success);
  box-shadow: 0 0 10px var(--ge9k-success);
}

.ge9k-score-progress-fill.is-info,
.ge9k-confidence-meter-fill-is-info,
.ge9k-audit-stage-mini-fill {
  background: linear-gradient(95deg, var(--ge9k-info) 0%, var(--ge9k-primary) 100%);
}

.ge9k-score-progress-fill.is-warning,
.ge9k-confidence-meter-fill-is-warning {
  background: linear-gradient(95deg, var(--ge9k-warning) 0%, var(--ge9k-accent) 100%);
}

.ge9k-score-progress-fill.is-danger,
.ge9k-confidence-meter-fill-is-danger {
  background: linear-gradient(95deg, var(--ge9k-danger) 0%, var(--ge9k-warning) 100%);
}

.ge9k-audit-progress-track.is-thinking .ge9k-audit-progress-fill {
  background: linear-gradient(95deg, var(--ge9k-loading-long-start) 0%, var(--ge9k-loading-long-mid) 60%, var(--ge9k-loading-long-end) 100%);
}

.ge9k-audit-progress-track.is-thinking .ge9k-audit-progress-fill::after {
  background: var(--ge9k-loading-long-end);
  box-shadow: 0 0 10px var(--ge9k-loading-long-end);
}

.ge9k-audit-progress-track.is-prismatic .ge9k-audit-progress-fill {
  background: linear-gradient(96deg, var(--ge9k-primary) 0%, var(--ge9k-info) 18%, var(--ge9k-kicker) 34%, var(--ge9k-accent) 52%, var(--ge9k-loading-long-start) 68%, var(--ge9k-loading-long-mid) 84%, var(--ge9k-loading-long-end) 100%);
}

.ge9k-audit-progress-track.is-prismatic .ge9k-audit-progress-fill::after {
  background: linear-gradient(180deg, var(--ge9k-focus-ring) 0%, var(--ge9k-loading-long-mid) 42%, var(--ge9k-loading-long-end) 100%);
  box-shadow: 0 0 12px var(--ge9k-bg-glow-primary), 0 0 20px var(--ge9k-bg-glow-accent);
}

.ge9k-audit-progress-track.is-prismatic .ge9k-audit-progress-fill::before {
  background:
    radial-gradient(circle at 92% 50%, var(--ge9k-surface-overlay) 0%, transparent 46%),
    radial-gradient(circle at 86% 40%, var(--ge9k-focus-ring) 0%, transparent 44%),
    radial-gradient(circle at 84% 56%, var(--ge9k-bg-glow-primary) 0%, transparent 44%),
    radial-gradient(circle at 80% 62%, var(--ge9k-bg-glow-accent) 0%, transparent 43%);
}

.ge9k-audit-progress-track.is-prismatic.is-reduced-motion .ge9k-audit-progress-fill {
  background: linear-gradient(96deg, var(--ge9k-kicker) 0%, var(--ge9k-loading-long-start) 52%, var(--ge9k-loading-long-end) 100%);
}

.ge9k-audit-progress-track.is-running .ge9k-audit-progress-fill::after,
.ge9k-audit-progress-track.is-completed .ge9k-audit-progress-fill::after {
  background: var(--ge9k-success);
}

.ge9k-audit-progress-track.is-completed .ge9k-audit-progress-fill {
  background: linear-gradient(95deg, var(--ge9k-success) 0%, var(--ge9k-info) 100%);
}

.ge9k-audit-progress-track.is-completed .ge9k-audit-progress-fill::after {
  box-shadow: 0 0 10px var(--ge9k-success);
}

.ge9k-audit-progress-track.is-failed .ge9k-audit-progress-fill,
.ge9k-audit-progress-track.is-failed .ge9k-audit-progress-fill::after {
  background: var(--ge9k-danger);
}

.ge9k-audit-progress-track.is-failed .ge9k-audit-progress-fill::after {
  box-shadow: 0 0 10px var(--ge9k-danger);
}

.ge9k-audit-stage-list li.is-active {
  border-color: var(--ge9k-info);
  box-shadow: inset 0 1px 0 var(--ge9k-surface-overlay);
  color: var(--ge9k-ui-text);
}

.ge9k-audit-stage-list li.is-done {
  border-color: var(--ge9k-success);
  color: var(--ge9k-ui-text);
}

.ge9k-audit-insight-card {
  background:
    radial-gradient(circle at 108% -6%, var(--ge9k-bg-glow-primary), transparent 45%),
    radial-gradient(circle at -8% 120%, var(--ge9k-bg-glow-accent), transparent 43%),
    var(--ge9k-ui-panel);
  border-color: var(--ge9k-ui-border);
  box-shadow: 0 16px 30px var(--ge9k-bg-glow-primary), inset 0 1px 0 var(--ge9k-surface-overlay);
}

.ge9k-audit-insight-card::before,
.ge9k-audit-insight-card li::before {
  background: linear-gradient(180deg, var(--ge9k-info) 0%, var(--ge9k-primary) 100%);
}

.ge9k-result-table tbody tr:nth-child(odd) td,
.ge9k-result-table tbody tr:nth-child(even) td {
  background: var(--ge9k-ui-panel-soft);
}

.ge9k-result-table tbody tr.ge9k-row--subtotal td {
  background: var(--ge9k-surface-2);
}

.ge9k-result-table tbody tr.ge9k-row--total td {
  background: var(--ge9k-surface);
  border-top-color: var(--ge9k-success);
  color: var(--ge9k-ui-text);
}

.ge9k-result-table tbody tr.ge9k-row--factor td {
  color: var(--ge9k-ui-text);
}

.ge9k-grade-chip.is-success,
.ge9k-pill--success,
.ge9k-budget-fit--success {
  border-color: var(--ge9k-success);
  color: var(--ge9k-success);
}

.ge9k-grade-chip.is-info,
.ge9k-pill--info,
.ge9k-budget-fit--info {
  border-color: var(--ge9k-info);
  color: var(--ge9k-info);
}

.ge9k-grade-chip.is-warning,
.ge9k-pill--warning,
.ge9k-budget-fit--warning {
  border-color: var(--ge9k-warning);
  color: var(--ge9k-warning);
}

.ge9k-grade-chip.is-danger {
  border-color: var(--ge9k-danger);
  color: var(--ge9k-danger);
}

.ge9k-grade-chip.is-success,
.ge9k-grade-chip.is-info,
.ge9k-grade-chip.is-warning,
.ge9k-grade-chip.is-danger,
.ge9k-pill {
  background: var(--ge9k-ui-bg);
}

.ge9k-pill {
  border-color: var(--ge9k-ui-border);
  color: var(--ge9k-ui-text);
}

@media (min-width: 780px) {
  .ge9k {
    padding: 24px;
  }

  .ge9k-shell {
    gap: 18px;
  }

  .ge9k-form {
    gap: 16px;
  }

  .ge9k-result-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .ge9k-budget-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px 16px;
  }

  .ge9k-metric-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .ge9k-result-metric-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .ge9k-audit-stage-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .ge9k-audit-insight-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .ge9k-budget-grid p {
    padding-bottom: 10px;
  }

  .ge9k-checkbox-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 620px) {
  .ge9k-step-nav {
    flex-direction: column;
  }

  .ge9k-step-nav--top {
    padding: 8px;
  }

  .ge9k-step-nav button,
  .ge9k-button,
  .ge9k-result a.ge9k-cta,
  .ge9k-audit-loading a.ge9k-cta,
  .ge9k-btn {
    width: 100%;
  }

  .ge9k-step-nav--bottom {
    flex-direction: row;
  }

  .ge9k-step-nav--bottom button {
    flex: 1 1 0;
    min-height: 36px;
    width: auto;
  }

  .ge9k-estimator-pro .ge9k-step > label:first-of-type {
    align-items: flex-start;
    flex-wrap: wrap;
  }

  .ge9k-estimator-pro .ge9k-step-nav--top {
    padding: 0;
  }

  .ge9k-estimator-pro .ge9k-step-nav-actions {
    display: grid;
    gap: 8px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    width: 100%;
  }

  .ge9k-estimator-pro .ge9k-step-nav--top button {
    min-width: 0;
    width: auto;
  }

  .ge9k-estimator-pro .ge9k-step-nav--bottom {
    flex-direction: row;
  }

  .ge9k-estimator-pro .ge9k-step-nav--bottom button {
    min-width: 0;
  }

  .ge9k-estimator-pro .ge9k-form select {
    min-height: 52px;
    padding: 12px 38px 12px 12px;
  }

  .ge9k-estimator-pro .ge9k-form input[type="text"],
  .ge9k-estimator-pro .ge9k-form input[type="email"],
  .ge9k-estimator-pro .ge9k-form input[type="url"],
  .ge9k-estimator-pro .ge9k-form input[type="number"] {
    min-height: 52px;
    padding: 12px 12px;
  }

  .ge9k-estimator-pro .ge9k-form input[type="range"]::-webkit-slider-thumb {
    height: 32px;
    width: 32px;
  }

  .ge9k-estimator-pro .ge9k-form input[type="range"]::-moz-range-thumb {
    height: 32px;
    width: 32px;
  }

  .ge9k-estimator-pro .ge9k-form .ge9k-button[type="submit"] {
    margin-left: 0;
    width: 100%;
  }

  .ge9k-estimator-pro .ge9k-submit-hint {
    text-align: left;
  }

  .ge9k-metric-grid {
    grid-template-columns: 1fr;
  }

  .ge9k-url-input-group {
    grid-template-columns: 1fr;
  }

  .ge9k-estimator-pro .ge9k-guidance-card,
  .ge9k-estimator-pro .ge9k-step > .ge9k-guidance-milestone {
    display: none !important;
  }

  .ge9k-guidance-sources {
    align-items: flex-start;
    flex-direction: column;
  }

  .ge9k-audit-insight-grid {
    gap: 12px;
    margin-top: 14px;
  }

  .ge9k-audit-insight-card {
    padding: 16px 14px 14px 18px;
  }

  .ge9k-audit-insight-card--checks {
    padding: 16px 16px 14px 20px;
  }

  .ge9k-audit-insight-card::before {
    left: 9px;
  }

  .ge9k-audit-insight-card h4,
  .ge9k-audit-insight-card ul,
  .ge9k-audit-insight-card .ge9k-result-note,
  .ge9k-audit-insight-card--usage .ge9k-result-note:first-of-type {
    padding-left: 10px;
  }

  .ge9k-audit-insight-card--checks h4,
  .ge9k-audit-insight-card--checks ul {
    padding-right: 4px;
  }

  .ge9k-audit-insight-card--checks li {
    padding-right: 4px;
  }

  .ge9k-result,
  .ge9k-result-grid,
  .ge9k-result-block,
  .ge9k-result-metric-grid,
  .ge9k-result-metric-card {
    min-width: 0;
  }

  .ge9k-result-note,
  .ge9k-result-fineprint,
  .ge9k-result-table th,
  .ge9k-result-table td,
  .ge9k-result-table td a {
    overflow-wrap: anywhere;
    word-break: break-word;
  }

  .ge9k-result-table {
    display: block;
    max-width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    touch-action: pan-x pan-y;
  }

  .ge9k-score-cell {
    min-width: 170px;
  }
}

@media (max-width: 360px) {
  .ge9k {
    border-radius: 16px;
    padding: 14px;
  }

  .ge9k-title {
    font-size: 1.55rem;
  }

  .ge9k-result-range {
    font-size: 1.55rem;
  }

  .ge9k-audit-loading,
  .ge9k-result,
  .ge9k-step {
    padding: 12px;
  }

  .ge9k-result-table {
    display: block;
    overflow-x: auto;
    white-space: nowrap;
  }
}

@media (max-width: 320px) {
  .ge9k {
    margin: 14px 0;
    padding: 10px;
  }

  .ge9k-url-input-group {
    gap: 6px;
  }

  .ge9k-help-tip {
    max-width: 240px;
    width: calc(100vw - 42px);
  }

  .ge9k-guidance-card {
    padding: 7px;
  }

  .ge9k-guidance-source-chip {
    font-size: 0.7rem;
    padding: 5px 8px;
  }
}

/* Light-mode polish layer for richer, clearer color hierarchy on audit + estimator. */
.ge9k[data-ge9k-mode="light"] {
  --ge9k-ui-bg: linear-gradient(180deg, var(--ge9k-surface) 0%, var(--ge9k-surface-2) 100%);
  --ge9k-ui-panel: linear-gradient(180deg, var(--ge9k-surface) 0%, var(--ge9k-surface-2) 100%);
  --ge9k-ui-panel-soft: linear-gradient(180deg, var(--ge9k-surface-2) 0%, var(--ge9k-surface) 100%);
  --ge9k-ui-border: var(--ge9k-border);
  box-shadow: 0 18px 44px var(--ge9k-bg-glow-primary), 0 2px 6px var(--ge9k-surface-overlay);
}

.ge9k[data-ge9k-mode="light"]::before {
  opacity: 0.12;
}

.ge9k[data-ge9k-mode="light"]::after {
  opacity: 0.7;
}

.ge9k[data-ge9k-mode="light"] .ge9k-step,
.ge9k[data-ge9k-mode="light"] .ge9k-result,
.ge9k[data-ge9k-mode="light"] .ge9k-audit-loading,
.ge9k[data-ge9k-mode="light"] .ge9k-result-block,
.ge9k[data-ge9k-mode="light"] .ge9k-result-metric-card,
.ge9k[data-ge9k-mode="light"] .ge9k-metric-card,
.ge9k[data-ge9k-mode="light"] .ge9k-audit-insight-card,
.ge9k[data-ge9k-mode="light"] .ge9k-guidance-card {
  box-shadow: 0 8px 18px var(--ge9k-bg-glow-primary), inset 0 1px 0 var(--ge9k-surface-overlay);
}

.ge9k[data-ge9k-mode="light"] .ge9k-guidance-card {
  box-shadow: 0 2px 8px var(--ge9k-bg-glow-primary), inset 0 1px 0 var(--ge9k-surface-overlay);
}

.ge9k[data-ge9k-mode="light"] .ge9k-audit-insight-card h4,
.ge9k[data-ge9k-mode="light"] .ge9k-audit-insight-card li {
  color: var(--ge9k-ui-text);
}

.ge9k[data-ge9k-mode="light"] .ge9k-audit-insight-card li {
  border-bottom-color: var(--ge9k-ui-border);
}

.ge9k[data-ge9k-mode="light"] .ge9k-result-table tbody tr:nth-child(odd) td {
  background: var(--ge9k-ui-panel-soft);
}

.ge9k[data-ge9k-mode="light"] .ge9k-result-table tbody tr:nth-child(even) td {
  background: var(--ge9k-ui-bg);
}

.ge9k[data-ge9k-mode="light"] .ge9k-result-table tbody tr.ge9k-row--subtotal td {
  background: var(--ge9k-ui-panel-soft);
}

.ge9k[data-ge9k-mode="light"] .ge9k-result-table tbody tr.ge9k-row--total td {
  background: var(--ge9k-ui-bg);
}

.ge9k[data-ge9k-mode="light"] .ge9k-grade-chip.is-success {
  background: var(--ge9k-success);
  border-color: var(--ge9k-success);
  color: var(--ge9k-cta-text);
}

.ge9k[data-ge9k-mode="light"] .ge9k-grade-chip.is-info {
  background: var(--ge9k-info);
  border-color: var(--ge9k-info);
  color: var(--ge9k-cta-text);
}

.ge9k[data-ge9k-mode="light"] .ge9k-grade-chip.is-warning {
  background: var(--ge9k-warning);
  border-color: var(--ge9k-warning);
  color: var(--ge9k-cta-text);
}

.ge9k[data-ge9k-mode="light"] .ge9k-grade-chip.is-danger {
  background: var(--ge9k-danger);
  border-color: var(--ge9k-danger);
  color: var(--ge9k-cta-text);
}

.ge9k[data-ge9k-mode="light"] .ge9k-pill {
  background: var(--ge9k-ui-panel-soft);
}

.ge9k[data-ge9k-mode="light"] .ge9k-estimator-pro .ge9k-email-delivery-note {
  background: var(--ge9k-ui-panel-soft);
  border-color: var(--ge9k-ui-border);
  color: var(--ge9k-ui-muted);
}

.ge9k[data-ge9k-mode="light"] .ge9k-step-context {
  background: linear-gradient(180deg, var(--ge9k-surface) 0%, var(--ge9k-surface-2) 100%);
  border-color: var(--ge9k-border);
  color: var(--ge9k-text);
}

.ge9k[data-ge9k-mode="light"] .ge9k-estimator-pro .ge9k-step[data-guidance-step-key] .ge9k-step-context {
  background: linear-gradient(180deg, var(--ge9k-surface) 0%, var(--ge9k-surface-2) 100%) !important;
  border-color: var(--ge9k-border) !important;
  color: var(--ge9k-text) !important;
}

.ge9k[data-ge9k-mode="light"] .ge9k-estimator-pro .ge9k-step[data-guidance-step-key="integrations_api"] .ge9k-step-context {
  border-left-color: var(--ge9k-info) !important;
}

.ge9k[data-ge9k-mode="light"] .ge9k-estimator-pro .ge9k-step[data-guidance-step-key="copywriting_support"] .ge9k-step-context,
.ge9k[data-ge9k-mode="light"] .ge9k-estimator-pro .ge9k-step[data-guidance-step-key="timeline_delivery"] .ge9k-step-context,
.ge9k[data-ge9k-mode="light"] .ge9k-estimator-pro .ge9k-step[data-guidance-step-key="timeline_copy"] .ge9k-step-context,
.ge9k[data-ge9k-mode="light"] .ge9k-estimator-pro .ge9k-step[data-guidance-step-key="budget_qualification"] .ge9k-step-context {
  border-left-color: var(--ge9k-warning) !important;
}

.ge9k[data-ge9k-mode="light"] .ge9k-estimator-pro .ge9k-step[data-guidance-step-key="qualification_contact"] .ge9k-step-context {
  border-left-color: var(--ge9k-accent) !important;
}

@media (prefers-color-scheme: light) {
  .ge9k[data-ge9k-mode="auto"] {
    --ge9k-ui-bg: linear-gradient(180deg, var(--ge9k-surface) 0%, var(--ge9k-surface-2) 100%);
    --ge9k-ui-panel: linear-gradient(180deg, var(--ge9k-surface) 0%, var(--ge9k-surface-2) 100%);
    --ge9k-ui-panel-soft: linear-gradient(180deg, var(--ge9k-surface-2) 0%, var(--ge9k-surface) 100%);
    --ge9k-ui-border: var(--ge9k-border);
    box-shadow: 0 18px 44px var(--ge9k-bg-glow-primary), 0 2px 6px var(--ge9k-surface-overlay);
  }

  .ge9k[data-ge9k-mode="auto"]::before {
    opacity: 0.12;
  }

  .ge9k[data-ge9k-mode="auto"]::after {
    opacity: 0.7;
  }

  .ge9k[data-ge9k-mode="auto"] .ge9k-step,
  .ge9k[data-ge9k-mode="auto"] .ge9k-result,
  .ge9k[data-ge9k-mode="auto"] .ge9k-audit-loading,
  .ge9k[data-ge9k-mode="auto"] .ge9k-result-block,
  .ge9k[data-ge9k-mode="auto"] .ge9k-result-metric-card,
  .ge9k[data-ge9k-mode="auto"] .ge9k-metric-card,
  .ge9k[data-ge9k-mode="auto"] .ge9k-audit-insight-card,
  .ge9k[data-ge9k-mode="auto"] .ge9k-guidance-card {
    box-shadow: 0 8px 18px var(--ge9k-bg-glow-primary), inset 0 1px 0 var(--ge9k-surface-overlay);
  }

  .ge9k[data-ge9k-mode="auto"] .ge9k-guidance-card {
    box-shadow: 0 2px 8px var(--ge9k-bg-glow-primary), inset 0 1px 0 var(--ge9k-surface-overlay);
  }

  .ge9k[data-ge9k-mode="auto"] .ge9k-audit-insight-card h4,
  .ge9k[data-ge9k-mode="auto"] .ge9k-audit-insight-card li {
    color: var(--ge9k-ui-text);
  }

  .ge9k[data-ge9k-mode="auto"] .ge9k-audit-insight-card li {
    border-bottom-color: var(--ge9k-ui-border);
  }

  .ge9k[data-ge9k-mode="auto"] .ge9k-result-table tbody tr:nth-child(odd) td {
    background: var(--ge9k-ui-panel-soft);
  }

  .ge9k[data-ge9k-mode="auto"] .ge9k-result-table tbody tr:nth-child(even) td {
    background: var(--ge9k-ui-bg);
  }

  .ge9k[data-ge9k-mode="auto"] .ge9k-result-table tbody tr.ge9k-row--subtotal td {
    background: var(--ge9k-ui-panel-soft);
  }

  .ge9k[data-ge9k-mode="auto"] .ge9k-result-table tbody tr.ge9k-row--total td {
    background: var(--ge9k-ui-bg);
  }

  .ge9k[data-ge9k-mode="auto"] .ge9k-grade-chip.is-success {
    background: var(--ge9k-success);
    border-color: var(--ge9k-success);
    color: var(--ge9k-cta-text);
  }

  .ge9k[data-ge9k-mode="auto"] .ge9k-grade-chip.is-info {
    background: var(--ge9k-info);
    border-color: var(--ge9k-info);
    color: var(--ge9k-cta-text);
  }

  .ge9k[data-ge9k-mode="auto"] .ge9k-grade-chip.is-warning {
    background: var(--ge9k-warning);
    border-color: var(--ge9k-warning);
    color: var(--ge9k-cta-text);
  }

  .ge9k[data-ge9k-mode="auto"] .ge9k-grade-chip.is-danger {
    background: var(--ge9k-danger);
    border-color: var(--ge9k-danger);
    color: var(--ge9k-cta-text);
  }

  .ge9k[data-ge9k-mode="auto"] .ge9k-pill {
    background: var(--ge9k-ui-panel-soft);
  }

  .ge9k[data-ge9k-mode="auto"] .ge9k-estimator-pro .ge9k-email-delivery-note {
    background: var(--ge9k-ui-panel-soft);
    border-color: var(--ge9k-ui-border);
    color: var(--ge9k-ui-muted);
  }

  .ge9k[data-ge9k-mode="auto"] .ge9k-step-context {
    background: linear-gradient(180deg, var(--ge9k-surface) 0%, var(--ge9k-surface-2) 100%);
    border-color: var(--ge9k-border);
    color: var(--ge9k-text);
  }

  .ge9k[data-ge9k-mode="auto"] .ge9k-estimator-pro .ge9k-step[data-guidance-step-key] .ge9k-step-context {
    background: linear-gradient(180deg, var(--ge9k-surface) 0%, var(--ge9k-surface-2) 100%) !important;
    border-color: var(--ge9k-border) !important;
    color: var(--ge9k-text) !important;
  }

  .ge9k[data-ge9k-mode="auto"] .ge9k-estimator-pro .ge9k-step[data-guidance-step-key="integrations_api"] .ge9k-step-context {
    border-left-color: var(--ge9k-info) !important;
  }

  .ge9k[data-ge9k-mode="auto"] .ge9k-estimator-pro .ge9k-step[data-guidance-step-key="copywriting_support"] .ge9k-step-context,
  .ge9k[data-ge9k-mode="auto"] .ge9k-estimator-pro .ge9k-step[data-guidance-step-key="timeline_delivery"] .ge9k-step-context,
  .ge9k[data-ge9k-mode="auto"] .ge9k-estimator-pro .ge9k-step[data-guidance-step-key="timeline_copy"] .ge9k-step-context,
  .ge9k[data-ge9k-mode="auto"] .ge9k-estimator-pro .ge9k-step[data-guidance-step-key="budget_qualification"] .ge9k-step-context {
    border-left-color: var(--ge9k-warning) !important;
  }

  .ge9k[data-ge9k-mode="auto"] .ge9k-estimator-pro .ge9k-step[data-guidance-step-key="qualification_contact"] .ge9k-step-context {
    border-left-color: var(--ge9k-accent) !important;
  }
}

/* Token parity override layer for shared estimator/audit/result surfaces. */
.ge9k .ge9k-step,
.ge9k .ge9k-result,
.ge9k .ge9k-result-block,
.ge9k .ge9k-result-metric-card,
.ge9k .ge9k-metric-card,
.ge9k .ge9k-audit-insight-card,
.ge9k .ge9k-guidance-card,
.ge9k .ge9k-audit-loading,
.ge9k .ge9k-live-estimate {
  background: var(--ge9k-ui-panel);
  border-color: var(--ge9k-ui-border);
  color: var(--ge9k-ui-text);
}

.ge9k .ge9k-result-note,
.ge9k .ge9k-result-note--muted,
.ge9k .ge9k-metric-context,
.ge9k .ge9k-metric-why,
.ge9k .ge9k-metric-source,
.ge9k .ge9k-field-note,
.ge9k .ge9k-confidence-explain,
.ge9k .ge9k-submit-hint {
  color: var(--ge9k-ui-muted);
}

.ge9k .ge9k-step-context {
  color: var(--ge9k-ui-text);
}

.ge9k .ge9k-btn,
.ge9k .ge9k-button,
.ge9k .ge9k-cta {
  background: linear-gradient(96deg, var(--ge9k-primary) 0%, var(--ge9k-accent) 100%);
  border-color: var(--ge9k-ui-border);
  color: var(--ge9k-cta-text);
}

.ge9k .ge9k-btn-secondary,
.ge9k .ge9k-cta-secondary,
.ge9k .ge9k-back,
.ge9k .ge9k-next {
  background: var(--ge9k-ui-panel-soft);
  border-color: var(--ge9k-ui-border);
  color: var(--ge9k-ui-text);
}

.ge9k .ge9k-grade-chip,
.ge9k .ge9k-pill {
  background: var(--ge9k-ui-panel-soft);
  border-color: var(--ge9k-ui-border);
  color: var(--ge9k-ui-text);
}

.ge9k .ge9k-grade-chip.is-success {
  background: var(--ge9k-success);
  border-color: var(--ge9k-success);
  color: var(--ge9k-cta-text);
}

.ge9k .ge9k-grade-chip.is-info {
  background: var(--ge9k-info);
  border-color: var(--ge9k-info);
  color: var(--ge9k-cta-text);
}

.ge9k .ge9k-grade-chip.is-warning {
  background: var(--ge9k-warning);
  border-color: var(--ge9k-warning);
  color: var(--ge9k-cta-text);
}

.ge9k .ge9k-grade-chip.is-danger {
  background: var(--ge9k-danger);
  border-color: var(--ge9k-danger);
  color: var(--ge9k-cta-text);
}

.ge9k .ge9k-audit-progress-track,
.ge9k .ge9k-confidence-meter,
.ge9k .ge9k-score-progress {
  background: var(--ge9k-surface-soft);
  border-color: var(--ge9k-ui-border);
}

.ge9k .ge9k-audit-progress-fill,
.ge9k .ge9k-confidence-meter-fill-is-success,
.ge9k .ge9k-score-progress-fill {
  background: linear-gradient(95deg, var(--ge9k-success) 0%, var(--ge9k-success) 100%);
}

.ge9k .ge9k-confidence-meter-fill-is-info {
  background: linear-gradient(95deg, var(--ge9k-info) 0%, var(--ge9k-info) 100%);
}

.ge9k .ge9k-confidence-meter-fill-is-warning {
  background: linear-gradient(95deg, var(--ge9k-warning) 0%, var(--ge9k-warning) 100%);
}

.ge9k .ge9k-confidence-meter-fill-is-danger {
  background: linear-gradient(95deg, var(--ge9k-danger) 0%, var(--ge9k-danger) 100%);
}

.ge9k .ge9k-invalid-field,
.ge9k .ge9k-field-error,
.ge9k .ge9k-error-summary {
  border-color: var(--ge9k-danger);
  color: var(--ge9k-danger);
}

@keyframes ge9k-progress-sheen {
  0% {
    transform: translateX(-125%);
  }
  100% {
    transform: translateX(125%);
  }
}

@keyframes ge9k-prismatic-flow {
  0% {
    filter: saturate(1.05);
    background-position: 0 0;
  }
  100% {
    filter: saturate(1.22);
    background-position: 240px 0;
  }
}

@keyframes ge9k-prismatic-tip {
  0% {
    box-shadow: 0 0 10px var(--ge9k-focus-ring), 0 0 16px var(--ge9k-bg-glow-accent);
    opacity: 0.82;
  }
  50% {
    box-shadow: 0 0 14px var(--ge9k-bg-glow-primary), 0 0 22px var(--ge9k-warning);
    opacity: 1;
  }
  100% {
    box-shadow: 0 0 10px var(--ge9k-focus-ring), 0 0 16px var(--ge9k-bg-glow-accent);
    opacity: 0.86;
  }
}

@keyframes ge9k-prismatic-particles {
  0% {
    opacity: 0.28;
    transform: translateX(0) scale(0.94);
  }
  50% {
    opacity: 0.72;
    transform: translateX(2px) scale(1.02);
  }
  100% {
    opacity: 0.26;
    transform: translateX(4px) scale(0.96);
  }
}

@keyframes ge9k-estimating-pulse {
  0%,
  100% {
    opacity: 0.92;
  }
  50% {
    opacity: 1;
  }
}

@keyframes ge9k-estimating-flow {
  0% {
    background-position: 0 0;
    filter: saturate(1.05);
  }
  100% {
    background-position: 240px 0;
    filter: saturate(1.2);
  }
}

@keyframes ge9k-estimating-flow-bg {
  0% {
    background-position: 0% 50%;
  }
  100% {
    background-position: 100% 50%;
  }
}

@keyframes ge9kFadeUp {
  from {
    opacity: 0;
    transform: translateY(4px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes ge9kStatusPulse {
  0% {
    filter: drop-shadow(0 0 0 transparent);
    transform: translateY(0);
  }
  35% {
    filter: drop-shadow(0 0 8px var(--ge9k-success));
    transform: translateY(-1px);
  }
  100% {
    filter: drop-shadow(0 0 0 transparent);
    transform: translateY(0);
  }
}

@keyframes ge9k-stage-mini-flow {
  0% {
    transform: translateX(-82%);
  }
  100% {
    transform: translateX(72%);
  }
}

/* Estimator selector UX polish: stronger slider affordance + clearer select controls. */
.ge9k-estimator-pro .ge9k-form select,
.ge9k-estimator-pro .ge9k-step-nav-index-select {
  cursor: pointer;
}

.ge9k-estimator-pro .ge9k-form select {
  background-image:
    linear-gradient(90deg, transparent calc(100% - 40px), var(--ge9k-control-border) calc(100% - 40px), var(--ge9k-control-border) calc(100% - 39px), transparent calc(100% - 39px)),
    linear-gradient(180deg, var(--ge9k-surface-overlay) 0%, transparent 100%),
    linear-gradient(45deg, transparent 50%, var(--ge9k-select-indicator) 50%),
    linear-gradient(135deg, var(--ge9k-select-indicator) 50%, transparent 50%);
  background-position:
    0 0,
    0 0,
    calc(100% - 16px) calc(50% - 1px),
    calc(100% - 11px) calc(50% - 1px);
  background-repeat: no-repeat;
  background-size:
    100% 100%,
    100% 100%,
    5px 5px,
    5px 5px;
  padding-right: 42px;
  transition: border-color var(--ge9k-duration-fast) var(--ge9k-ease), box-shadow var(--ge9k-duration-fast) var(--ge9k-ease), filter var(--ge9k-duration-fast) var(--ge9k-ease);
}

.ge9k-estimator-pro .ge9k-form select:hover,
.ge9k-estimator-pro .ge9k-step-nav-index-select:hover {
  border-color: var(--ge9k-select-indicator);
  box-shadow: inset 0 1px 0 var(--ge9k-surface-overlay), 0 0 0 1px var(--ge9k-focus-ring);
}

.ge9k-estimator-pro .ge9k-form select:focus-visible,
.ge9k-estimator-pro .ge9k-step-nav-index-select:focus-visible {
  border-color: var(--ge9k-select-indicator);
  box-shadow: 0 0 0 2px var(--ge9k-bg-deep), 0 0 0 4px var(--ge9k-focus-ring);
  outline: 0;
}

.ge9k-estimator-pro .ge9k-form input[type="range"] {
  -webkit-appearance: none;
  appearance: none;
  background: transparent;
  border: 0;
  cursor: ew-resize;
  height: 36px;
  margin: 2px 0 4px;
  touch-action: pan-y;
}

.ge9k-estimator-pro .ge9k-form input[type="range"]::-webkit-slider-runnable-track {
  background:
    linear-gradient(90deg, var(--ge9k-slider-blue) 0%, var(--ge9k-slider-orange) 100%),
    linear-gradient(180deg, var(--ge9k-surface-overlay) 0%, transparent 100%);
  border: var(--ge9k-border-width) solid var(--ge9k-control-border);
  border-radius: var(--ge9k-radius-chip);
  box-shadow: inset 0 1px 0 var(--ge9k-surface-overlay), 0 6px 14px var(--ge9k-bg-glow-primary);
  height: 12px;
}

.ge9k-estimator-pro .ge9k-form input[type="range"]::-moz-range-track {
  background:
    linear-gradient(90deg, var(--ge9k-slider-blue) 0%, var(--ge9k-slider-orange) 100%),
    linear-gradient(180deg, var(--ge9k-surface-overlay) 0%, transparent 100%);
  border: var(--ge9k-border-width) solid var(--ge9k-control-border);
  border-radius: var(--ge9k-radius-chip);
  box-shadow: inset 0 1px 0 var(--ge9k-surface-overlay), 0 6px 14px var(--ge9k-bg-glow-primary);
  height: 12px;
}

.ge9k-estimator-pro .ge9k-form input[type="range"]::-moz-range-progress {
  background: linear-gradient(90deg, var(--ge9k-slider-blue) 0%, var(--ge9k-slider-orange) 100%);
  border-radius: var(--ge9k-radius-chip);
  height: 12px;
}

.ge9k-estimator-pro .ge9k-form input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  background: linear-gradient(180deg, var(--ge9k-slider-thumb-start) 0%, var(--ge9k-slider-thumb-mid) 58%, var(--ge9k-slider-thumb-end) 100%);
  border: 1px solid var(--ge9k-slider-thumb-border);
  border-radius: 50%;
  box-shadow: 0 8px 18px var(--ge9k-slider-thumb-shadow), 0 0 0 3px var(--ge9k-slider-thumb-ring);
  cursor: grab;
  height: 34px;
  margin-top: -12px;
  width: 34px;
}

.ge9k-estimator-pro .ge9k-form input[type="range"]::-moz-range-thumb {
  background: linear-gradient(180deg, var(--ge9k-slider-thumb-start) 0%, var(--ge9k-slider-thumb-mid) 58%, var(--ge9k-slider-thumb-end) 100%);
  border: 1px solid var(--ge9k-slider-thumb-border);
  border-radius: 50%;
  box-shadow: 0 8px 18px var(--ge9k-slider-thumb-shadow), 0 0 0 3px var(--ge9k-slider-thumb-ring);
  cursor: grab;
  height: 34px;
  width: 34px;
}

.ge9k-estimator-pro .ge9k-form input[type="range"]:hover::-webkit-slider-runnable-track,
.ge9k-estimator-pro .ge9k-form input[type="range"]:hover::-moz-range-track {
  border-color: var(--ge9k-select-indicator);
  box-shadow: inset 0 1px 0 var(--ge9k-surface-overlay), 0 8px 18px var(--ge9k-bg-glow-primary);
}

.ge9k-estimator-pro .ge9k-form input[type="range"]:focus-visible::-webkit-slider-runnable-track,
.ge9k-estimator-pro .ge9k-form input[type="range"]:focus-visible::-moz-range-track {
  border-color: var(--ge9k-select-indicator);
  box-shadow: inset 0 1px 0 var(--ge9k-surface-overlay), 0 0 0 2px var(--ge9k-bg-deep), 0 0 0 4px var(--ge9k-focus-ring);
}

.ge9k-estimator-pro .ge9k-form input[type="range"]:active::-webkit-slider-thumb,
.ge9k-estimator-pro .ge9k-form input[type="range"]:active::-moz-range-thumb {
  cursor: grabbing;
  transform: scale(1.04);
}

.ge9k-estimator-pro .ge9k-form input[type="range"]:disabled {
  cursor: not-allowed;
  opacity: 0.62;
}

.ge9k-estimator-pro .ge9k-form input[type="range"]:disabled::-webkit-slider-thumb,
.ge9k-estimator-pro .ge9k-form input[type="range"]:disabled::-moz-range-thumb {
  cursor: not-allowed;
  filter: grayscale(0.22);
}

@media (prefers-reduced-motion: reduce) {
  .ge9k *,
  .ge9k *::before,
  .ge9k *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}

/* Estimator UI/UX refinement pass: interaction clarity, consistency, and light-mode readability. */
.ge9k-estimator-pro .ge9k-step {
  transition:
    border-color var(--ge9k-duration-fast) var(--ge9k-ease),
    box-shadow var(--ge9k-duration-fast) var(--ge9k-ease),
    background var(--ge9k-duration-fast) var(--ge9k-ease);
}

.ge9k-estimator-pro .ge9k-step.is-active {
  border-color: var(--ge9k-info);
  box-shadow: 0 0 0 1px rgba(89, 179, 255, 0.36), 0 10px 22px var(--ge9k-bg-glow-primary);
}

.ge9k-estimator-pro .ge9k-form input[type="text"],
.ge9k-estimator-pro .ge9k-form input[type="email"],
.ge9k-estimator-pro .ge9k-form input[type="url"],
.ge9k-estimator-pro .ge9k-form input[type="number"],
.ge9k-estimator-pro .ge9k-form select,
.ge9k-estimator-pro .ge9k-form textarea {
  transition:
    border-color var(--ge9k-duration-fast) var(--ge9k-ease),
    box-shadow var(--ge9k-duration-fast) var(--ge9k-ease),
    background var(--ge9k-duration-fast) var(--ge9k-ease);
}

.ge9k-estimator-pro .ge9k-form input[type="text"]:hover,
.ge9k-estimator-pro .ge9k-form input[type="email"]:hover,
.ge9k-estimator-pro .ge9k-form input[type="url"]:hover,
.ge9k-estimator-pro .ge9k-form input[type="number"]:hover,
.ge9k-estimator-pro .ge9k-form select:hover,
.ge9k-estimator-pro .ge9k-form textarea:hover {
  border-color: var(--ge9k-info);
}

.ge9k-estimator-pro .ge9k-guidance-card {
  opacity: 0.94;
}

.ge9k-estimator-pro .ge9k-guidance-title {
  opacity: 0.66;
}

.ge9k[data-ge9k-mode="light"] .ge9k-estimator-pro .ge9k-step-context {
  background: var(--ge9k-ui-panel-soft) !important;
  border-color: var(--ge9k-ui-border) !important;
  color: var(--ge9k-ui-text) !important;
}

.ge9k[data-ge9k-mode="light"] .ge9k-pill--success,
.ge9k[data-ge9k-mode="light"] .ge9k-pill--warning {
  background: var(--ge9k-ui-panel-soft);
  color: var(--ge9k-ui-text);
}

@media (prefers-color-scheme: light) {
  .ge9k[data-ge9k-mode="auto"] .ge9k-estimator-pro .ge9k-step-context {
    background: var(--ge9k-ui-panel-soft) !important;
    border-color: var(--ge9k-ui-border) !important;
    color: var(--ge9k-ui-text) !important;
  }

  .ge9k[data-ge9k-mode="auto"] .ge9k-pill--success,
  .ge9k[data-ge9k-mode="auto"] .ge9k-pill--warning {
    background: var(--ge9k-ui-panel-soft);
    color: var(--ge9k-ui-text);
  }
}

.ge9k-estimator-pro .ge9k-step[data-guidance-step-key="stack_decision"] .ge9k-step-context {
  border-left-color: var(--ge9k-info);
}

.ge9k-estimator-pro .ge9k-stack-choice-guide {
  background: var(--ge9k-ui-panel-soft);
  border: 1px solid var(--ge9k-ui-border);
  border-radius: var(--ge9k-radius-control);
  box-shadow: inset 0 1px 0 var(--ge9k-surface-overlay);
  margin-top: 2px;
  padding: max(8px, calc(var(--ge9k-input-padding-y) - 1px)) var(--ge9k-input-padding-x);
}

.ge9k-estimator-pro .ge9k-stack-choice-guide__title {
  color: var(--ge9k-ui-text);
  font-size: calc(var(--ge9k-font-size-small) * 0.92);
  font-weight: 700;
  letter-spacing: 0.02em;
  margin: 0 0 6px;
}

.ge9k-estimator-pro .ge9k-stack-choice-guide__list {
  color: var(--ge9k-ui-muted);
  display: grid;
  gap: 6px;
  margin: 0;
  padding-left: 18px;
}

.ge9k-estimator-pro .ge9k-stack-choice-guide__list li {
  line-height: 1.4;
  margin: 0;
}

.ge9k-estimator-pro .ge9k-stack-choice-guide__list strong {
  color: var(--ge9k-ui-text);
}

.ge9k-estimator-pro .ge9k-quick-defaults {
  background: var(--ge9k-ui-panel-soft);
  border: 1px solid var(--ge9k-ui-border);
  border-radius: var(--ge9k-radius-control);
  box-shadow: inset 0 1px 0 var(--ge9k-surface-overlay);
  margin: 0 0 8px;
  padding: max(8px, calc(var(--ge9k-input-padding-y) - 1px)) var(--ge9k-input-padding-x);
}

.ge9k-estimator-pro .ge9k-quick-defaults-title {
  color: var(--ge9k-ui-text);
  font-size: calc(var(--ge9k-font-size-small) * 0.94);
  font-weight: 700;
  letter-spacing: 0.03em;
  margin: 0 0 4px;
  text-transform: uppercase;
}

.ge9k-estimator-pro .ge9k-quick-defaults-grid {
  display: grid;
  gap: 8px;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  margin-top: 8px;
}

.ge9k-estimator-pro .ge9k-quick-default-button {
  align-items: flex-start;
  background: var(--ge9k-ui-panel);
  border: 1px solid var(--ge9k-ui-border);
  border-radius: var(--ge9k-radius-control);
  color: var(--ge9k-ui-text);
  cursor: pointer;
  display: grid;
  gap: 4px;
  min-height: 78px;
  padding: 10px 10px 9px;
  text-align: left;
  transition:
    border-color var(--ge9k-duration-fast) var(--ge9k-ease),
    box-shadow var(--ge9k-duration-fast) var(--ge9k-ease),
    transform var(--ge9k-duration-fast) var(--ge9k-ease);
}

.ge9k-estimator-pro .ge9k-quick-default-button:hover,
.ge9k-estimator-pro .ge9k-quick-default-button:focus-visible {
  border-color: var(--ge9k-info);
  box-shadow: 0 0 0 1px rgba(89, 179, 255, 0.34), 0 6px 14px var(--ge9k-bg-glow-primary);
  outline: 0;
  transform: translateY(-1px);
}

.ge9k-estimator-pro .ge9k-quick-default-button.is-selected {
  border-color: var(--ge9k-success);
  box-shadow: 0 0 0 1px rgba(73, 218, 163, 0.4), 0 8px 18px rgba(4, 20, 16, 0.3);
}

.ge9k-estimator-pro .ge9k-quick-default-button-label {
  color: var(--ge9k-ui-text);
  font-size: calc(var(--ge9k-font-size-small) * 0.92);
  font-weight: 700;
  line-height: 1.3;
}

.ge9k-estimator-pro .ge9k-quick-default-button-summary {
  color: var(--ge9k-ui-muted);
  font-size: calc(var(--ge9k-font-size-small) * 0.87);
  line-height: 1.38;
}

.ge9k-estimator-pro .ge9k-quick-default-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.ge9k-estimator-pro .ge9k-quick-default-badge {
  background: var(--ge9k-ui-panel-soft);
  border: 1px solid var(--ge9k-ui-border);
  border-radius: var(--ge9k-radius-chip);
  color: var(--ge9k-ui-muted);
  font-size: calc(var(--ge9k-font-size-small) * 0.78);
  font-weight: 600;
  line-height: 1.2;
  padding: 4px 8px;
}

.ge9k-estimator-pro .ge9k-quick-default-highlights {
  color: var(--ge9k-ui-muted);
  font-size: calc(var(--ge9k-font-size-small) * 0.84);
  display: grid;
  gap: 3px;
  margin: 1px 0 0;
  padding: 0 0 0 16px;
}

.ge9k-estimator-pro .ge9k-quick-default-highlights li {
  line-height: 1.34;
  margin: 0;
}

.ge9k-estimator-pro .ge9k-quick-default-feedback {
  color: var(--ge9k-ui-muted);
  font-size: calc(var(--ge9k-font-size-small) * 0.9);
  margin: 9px 0 3px;
}

.ge9k-estimator-pro .ge9k-quick-default-estimate {
  background: var(--ge9k-ui-panel);
  border: 1px solid var(--ge9k-ui-border);
  border-left: 4px solid var(--ge9k-success);
  border-radius: var(--ge9k-radius-control);
  margin-top: 8px;
  padding: 9px 10px;
}

.ge9k-estimator-pro .ge9k-quick-default-estimate-kicker {
  color: var(--ge9k-ui-muted);
  font-size: calc(var(--ge9k-font-size-small) * 0.82);
  font-weight: 700;
  letter-spacing: 0.05em;
  margin: 0 0 3px;
  text-transform: uppercase;
}

.ge9k-estimator-pro .ge9k-quick-default-estimate-value {
  color: var(--ge9k-ui-text);
  font-family: var(--ge9k-font-heading-family);
  font-size: clamp(1.16rem, 1.72vw, 1.42rem);
  font-weight: var(--ge9k-font-weight-heading);
  letter-spacing: 0.01em;
  line-height: var(--ge9k-line-height-heading);
  margin: 0;
}

.ge9k-estimator-pro .ge9k-quick-default-estimate-note {
  color: var(--ge9k-ui-muted);
  font-size: calc(var(--ge9k-font-size-small) * 0.9);
  margin: 5px 0 0;
}

.ge9k-estimator-pro .ge9k-button--quick-request {
  margin-top: 8px;
  width: 100%;
}

.ge9k-contact .ge9k-shell {
  max-width: 920px;
}

.ge9k-contact .ge9k-form {
  gap: var(--ge9k-space-md);
}

.ge9k-contact .ge9k-contact-optional {
  background: linear-gradient(180deg, var(--ge9k-surface) 0%, var(--ge9k-surface-2) 100%);
  border: var(--ge9k-border-width) solid var(--ge9k-border);
  border-radius: var(--ge9k-radius-panel);
  overflow: hidden;
  padding: 0;
}

.ge9k-contact .ge9k-contact-optional > summary {
  color: var(--ge9k-text);
  cursor: pointer;
  font-size: calc(var(--ge9k-font-size-base) * 0.94);
  font-weight: var(--ge9k-font-weight-heading);
  list-style: none;
  margin: 0;
  padding: var(--ge9k-input-padding-y) var(--ge9k-input-padding-x);
}

.ge9k-contact .ge9k-contact-optional > summary::-webkit-details-marker {
  display: none;
}

.ge9k-contact .ge9k-contact-optional > summary::after {
  content: "+";
  float: right;
  opacity: 0.9;
}

.ge9k-contact .ge9k-contact-optional[open] > summary::after {
  content: "-";
}

.ge9k-contact .ge9k-contact-optional-grid {
  display: grid;
  gap: var(--ge9k-space-sm);
  padding: 0 var(--ge9k-input-padding-x) var(--ge9k-input-padding-y);
}

.ge9k-contact .ge9k-contact-topic-grid {
  display: grid;
  gap: var(--ge9k-space-sm);
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.ge9k-contact .ge9k-checkbox {
  background: linear-gradient(180deg, var(--ge9k-surface) 0%, var(--ge9k-surface-2) 100%);
  border: var(--ge9k-border-width) solid var(--ge9k-border);
  border-radius: var(--ge9k-radius-control);
  margin: 0;
  padding: max(8px, calc(var(--ge9k-input-padding-y) - 1px)) var(--ge9k-input-padding-x);
}

.ge9k-contact .ge9k-checkbox:hover,
.ge9k-contact .ge9k-checkbox:focus-within {
  border-color: var(--ge9k-info);
  box-shadow: 0 0 0 1px var(--ge9k-focus-ring);
}

.ge9k-contact .ge9k-step-context {
  margin: 0 0 var(--ge9k-space-sm);
}

.ge9k-contact textarea[name="message"] {
  min-height: calc(var(--ge9k-control-height) * 2.6);
  resize: vertical;
}

.ge9k-contact .ge9k-status {
  display: grid;
  gap: var(--ge9k-space-xs);
}

.ge9k-contact .ge9k-status .ge9k-contact-ticket {
  color: var(--ge9k-muted);
  font-size: calc(var(--ge9k-font-size-small) * 0.96);
  margin: 0;
}

.ge9k-contact .ge9k-status .ge9k-contact-next-steps {
  color: var(--ge9k-text);
  margin: 0;
}

.ge9k-contact .ge9k-contact-booking-link {
  justify-self: start;
  margin-top: var(--ge9k-space-xs);
}

@media (max-width: 720px) {
  .ge9k-contact .ge9k-contact-topic-grid {
    grid-template-columns: 1fr;
  }
}

/* Estimator forms do not expose guidance source chips. */
.ge9k-estimator-pro .ge9k-guidance-sources {
  display: none !important;
}
