:root {
  color-scheme: light;
  --opt-ink: #17202a;
  --opt-muted: #5d6b78;
  --opt-line: #cfd9e2;
  --opt-paper: #f7f9fb;
  --opt-panel: #ffffff;
  --opt-brand: #213388;
  --opt-brand-dark: #213388;
  --opt-accent: #b73535;
  --opt-good: #213388;
  --opt-warning: #9a6500;
  font-family: Poppins, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* {
  box-sizing: border-box;
}

[hidden] {
  display: none !important;
}

body {
  margin: 0;
  min-height: 100vh;
  background:
    linear-gradient(180deg, rgba(33, 51, 136, 0.12), rgba(247, 249, 251, 0) 320px),
    var(--opt-paper);
  color: var(--opt-ink);
}

body.embed-page {
  min-height: auto;
  background: transparent;
}

.opt-site-header,
.opt-site-footer {
  width: min(1120px, calc(100% - 32px));
  margin: 0 auto;
}

.opt-site-header {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  align-items: center;
  padding: 22px 0 0;
}

.opt-site-brand,
.opt-site-nav a,
.opt-site-footer a {
  color: var(--opt-brand);
  text-decoration: none;
}

.opt-site-brand {
  display: inline-flex;
  align-items: center;
  flex: 0 0 auto;
}

.opt-site-brand img {
  display: block;
  width: 128px;
  height: auto;
}

.opt-site-nav,
.opt-site-footer nav {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  font-size: 0.9rem;
  font-weight: 800;
}

.opt-language-toggle {
  display: inline-grid;
  grid-template-columns: 1fr 1fr;
  gap: 2px;
  padding: 3px;
  border: 1px solid var(--opt-line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 10px 24px rgba(19, 35, 48, 0.08);
}

.opt-language-toggle button {
  min-height: 34px;
  border: 0;
  border-radius: 6px;
  padding: 0 10px;
  color: var(--opt-muted);
  background: transparent;
  font: inherit;
  font-size: 0.82rem;
  font-weight: 900;
  white-space: nowrap;
  cursor: pointer;
}

.opt-language-toggle button[aria-pressed="true"] {
  color: #fff;
  background: var(--opt-brand);
}

.opt-language-toggle button:focus-visible {
  outline: 3px solid rgba(33, 51, 136, 0.24);
  outline-offset: 2px;
}

.opt-app {
  color: var(--opt-ink);
  font-family: Poppins, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.opt-shell {
  width: min(1120px, calc(100% - 32px));
  margin: 0 auto;
  padding: 56px 0;
}

.opt-app--embed {
  width: 100%;
  padding: 0;
}

.opt-install-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 14px;
  align-items: center;
  margin: -8px 0 18px;
  padding: 14px 16px;
  border: 1px solid rgba(33, 51, 136, 0.18);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 12px 32px rgba(19, 35, 48, 0.08);
}

.opt-install-card[hidden] {
  display: none !important;
}

.opt-install-copy,
.opt-install-ios {
  margin: 0;
  color: var(--opt-muted);
  font-size: 0.92rem;
  line-height: 1.5;
}

.opt-install-copy strong,
.opt-install-ios strong {
  color: var(--opt-brand);
  font-weight: 900;
}

.opt-install-ios {
  margin-top: 4px;
}

.opt-install-actions {
  display: inline-flex;
  gap: 8px;
  align-items: center;
  justify-content: flex-end;
}

.opt-install-button {
  min-height: 40px;
  border: 1px solid var(--opt-brand);
  border-radius: 6px;
  padding: 0 14px;
  color: #fff;
  background: var(--opt-brand);
  font: inherit;
  font-size: 0.86rem;
  font-weight: 900;
  white-space: nowrap;
  cursor: pointer;
}

.opt-install-dismiss {
  display: inline-grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border: 1px solid var(--opt-line);
  border-radius: 999px;
  color: var(--opt-muted);
  background: #fff;
  font: inherit;
  font-size: 1.1rem;
  font-weight: 800;
  line-height: 1;
  cursor: pointer;
}

.opt-install-button:focus-visible,
.opt-install-dismiss:focus-visible {
  outline: 3px solid rgba(33, 51, 136, 0.24);
  outline-offset: 2px;
}

.opt-mode-row {
  margin-bottom: 12px;
}

.opt-intro {
  display: grid;
  grid-template-columns: minmax(0, 760px);
  gap: 18px;
  margin-bottom: 28px;
}

.opt-eyebrow {
  margin: 0 0 10px;
  color: var(--opt-brand-dark);
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

.opt-app h1,
.opt-app h2,
.opt-app p {
  margin-top: 0;
}

.opt-app h1 {
  margin-bottom: 14px;
  font-size: clamp(2.3rem, 6vw, 4.8rem);
  line-height: 0.98;
  letter-spacing: 0;
  hyphens: none;
  overflow-wrap: normal;
  word-break: normal;
}

.opt-lede {
  max-width: 740px;
  color: var(--opt-muted);
  font-size: 1.15rem;
  line-height: 1.6;
  hyphens: none;
  overflow-wrap: normal;
  text-wrap: pretty;
  word-break: normal;
}

:lang(ko) .opt-lede {
  line-break: strict;
  word-break: keep-all;
}

:lang(ko) .opt-app h1 {
  line-break: strict;
  word-break: keep-all;
}

.opt-calculator {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(340px, 0.85fr);
  gap: 24px;
  align-items: start;
}

.opt-mode-row {
  display: flex;
  justify-content: flex-end;
  margin: 0 0 14px;
}

.opt-embed-language-row {
  display: flex;
  justify-content: flex-end;
  margin: 0 0 12px;
}

.opt-mode-toggle {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2px;
  min-width: 240px;
  margin: 0;
  padding: 4px;
  border: 1px solid var(--opt-line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 12px 32px rgba(19, 35, 48, 0.08);
}

.opt-mode-toggle legend {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
}

.opt-mode-toggle label {
  position: relative;
  min-width: 0;
}

.opt-mode-toggle input {
  position: absolute;
  inset: 0;
  margin: 0;
  opacity: 0;
  cursor: pointer;
}

.opt-mode-toggle span {
  display: grid;
  min-height: 40px;
  place-items: center;
  border-radius: 6px;
  color: var(--opt-muted);
  font-size: 0.92rem;
  font-weight: 800;
  white-space: nowrap;
}

.opt-mode-toggle input:checked + span {
  color: #fff;
  background: var(--opt-brand);
}

.opt-mode-toggle input:focus-visible + span {
  outline: 3px solid rgba(33, 51, 136, 0.24);
  outline-offset: 2px;
}

.opt-form,
.opt-result-panel,
.opt-reference,
.opt-disclaimer,
.opt-page-cta,
.opt-consultation-card,
.opt-ad {
  border: 1px solid var(--opt-line);
  border-radius: 8px;
  background: var(--opt-panel);
  box-shadow: 0 18px 48px rgba(19, 35, 48, 0.08);
}

.opt-form {
  display: grid;
  gap: 22px;
  padding: 26px;
}

.opt-flow-intro {
  margin: 0;
  color: var(--opt-brand);
  font-weight: 600;
  line-height: 1.45;
}

.opt-highlight {
  display: inline;
  border-radius: 4px;
  padding: 0 4px;
  color: var(--opt-ink);
  background: #fff2a8;
  font-weight: 800;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
  hyphens: none;
  overflow-wrap: normal;
  word-break: keep-all;
}

.opt-scan-card,
.opt-date-option-card {
  display: grid;
  gap: 12px;
  padding: 16px;
  border: 1px solid rgba(33, 51, 136, 0.2);
  border-radius: 8px;
  background: rgba(33, 51, 136, 0.04);
}

.opt-scan-title,
.opt-option-title {
  margin-bottom: 4px;
  color: var(--opt-brand);
  font-weight: 800;
}

.opt-option-title {
  margin: 0;
}

.opt-scan-copy,
.opt-scan-status {
  margin: 0;
  color: var(--opt-muted);
  font-size: 0.9rem;
  line-height: 1.5;
}

.opt-scan-button {
  display: inline-grid;
  width: fit-content;
  min-height: 42px;
  place-items: center;
  border: 1px solid var(--opt-brand);
  border-radius: 6px;
  padding: 0 14px;
  color: var(--opt-brand);
  background: #fff;
  font-weight: 800;
  cursor: pointer;
}

.opt-scan-button input {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  opacity: 0;
  pointer-events: none;
}

.opt-scan-button:focus-within {
  outline: 3px solid rgba(33, 51, 136, 0.2);
  outline-offset: 2px;
}

.opt-consent-card {
  display: grid;
  gap: 12px;
  padding: 16px;
  border: 1px solid var(--opt-line);
  border-radius: 8px;
  background: #fff;
}

.opt-reminder-card {
  display: grid;
  gap: 12px;
  margin: 18px 0;
  padding: 16px;
  border: 1px solid rgba(33, 51, 136, 0.16);
  border-radius: 8px;
  background: rgba(33, 51, 136, 0.035);
}

.opt-consent-title {
  margin-bottom: 4px;
  color: var(--opt-brand);
  font-weight: 800;
}

.opt-consent-intro {
  margin: 0;
  color: var(--opt-muted);
  font-size: 0.9rem;
  line-height: 1.5;
}

.opt-verification-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 12px;
  align-items: stretch;
  padding: 12px;
  border: 1px solid rgba(33, 51, 136, 0.16);
  border-radius: 8px;
  background: rgba(33, 51, 136, 0.035);
}

.opt-verification-card .opt-field {
  min-width: 0;
}

.opt-turnstile {
  width: 100%;
  max-width: 100%;
  overflow: hidden;
}

.opt-turnstile:not([hidden]) {
  min-height: 65px;
}

.opt-turnstile > div,
.opt-turnstile iframe {
  max-width: 100%;
}

.opt-small-button {
  width: 100%;
  min-height: 42px;
  border: 1px solid var(--opt-brand);
  border-radius: 6px;
  padding: 0 12px;
  color: #fff;
  background: var(--opt-brand);
  font: inherit;
  font-size: 0.86rem;
  font-weight: 800;
  line-height: 1.25;
  white-space: normal;
  cursor: pointer;
}

.opt-small-button:disabled {
  cursor: wait;
  opacity: 0.65;
}

.opt-secondary-button {
  color: var(--opt-brand);
  background: #fff;
}

.opt-checkbox {
  display: grid;
  grid-template-columns: 20px minmax(0, 1fr);
  gap: 10px;
  align-items: start;
  color: var(--opt-ink);
  font-size: 0.9rem;
  font-weight: 600;
  line-height: 1.45;
}

.opt-checkbox input {
  width: 18px;
  height: 18px;
  margin: 2px 0 0;
  accent-color: var(--opt-brand);
}

.opt-consent-note,
.opt-consent-status,
.opt-reminder-status,
.opt-verification-status,
.opt-selected-date {
  margin: 0;
  color: var(--opt-muted);
  font-size: 0.86rem;
  line-height: 1.5;
}

.opt-consent-note a {
  color: var(--opt-brand);
  font-weight: 800;
}

.opt-consent-status {
  color: var(--opt-accent);
  font-weight: 700;
}

.opt-reminder-status {
  color: var(--opt-brand);
  font-weight: 700;
}

.opt-verification-status {
  grid-column: 1 / -1;
  font-weight: 700;
}

.opt-selected-date {
  padding: 10px 12px;
  border: 1px solid rgba(33, 51, 136, 0.16);
  border-radius: 6px;
  background: rgba(33, 51, 136, 0.035);
  color: var(--opt-brand);
  font-weight: 800;
}

.opt-selected-date:empty {
  display: none;
}

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

.opt-field label,
.opt-date-selects legend {
  color: var(--opt-ink);
  font-size: 0.95rem;
  font-weight: 800;
}

.opt-field label span,
.opt-date-selects legend span {
  color: var(--opt-muted);
  font-weight: 600;
}

.opt-date-selects {
  display: grid;
  grid-template-columns: 1fr 1.2fr 0.8fr;
  gap: 10px;
  margin: 0;
  padding: 0;
  border: 0;
}

.opt-date-selects legend {
  grid-column: 1 / -1;
  margin-bottom: 2px;
  padding: 0;
}

.opt-dso-title,
.opt-dso-audience {
  display: block;
}

.opt-date-selects legend .opt-dso-title {
  color: var(--opt-ink);
  font-weight: 800;
}

.opt-date-selects legend .opt-dso-title [data-dso-title] {
  color: var(--opt-ink);
  font-weight: 800;
}

.opt-date-selects legend .opt-dso-optional {
  color: var(--opt-muted);
  font-weight: 500;
}

.opt-date-selects legend .opt-dso-audience {
  margin-top: 2px;
  color: var(--opt-muted);
  font-size: 0.86rem;
  font-weight: 500;
}

.opt-date-option-card .opt-date-selects legend {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
}

.opt-date-selects label {
  display: grid;
  gap: 6px;
}

.opt-date-selects label span {
  color: var(--opt-muted);
  font-size: 0.78rem;
  font-weight: 800;
  text-transform: uppercase;
}

.opt-field input,
.opt-field select {
  width: 100%;
  min-height: 50px;
  border: 1px solid #b8c6d3;
  border-radius: 6px;
  padding: 0 14px;
  color: var(--opt-ink);
  font: inherit;
  background: #fff;
}

.opt-field select {
  appearance: auto;
}

.opt-date-option-card select {
  border-color: var(--opt-brand);
  color: var(--opt-brand);
  font-weight: 800;
}

.opt-field input:focus,
.opt-field select:focus {
  outline: 3px solid rgba(33, 51, 136, 0.2);
  border-color: var(--opt-brand);
}

.opt-hint,
.opt-note,
.opt-reference p,
.opt-reference li {
  color: var(--opt-muted);
  line-height: 1.55;
}

.opt-hint {
  margin: 0;
  font-size: 0.92rem;
}

.opt-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  padding-top: 4px;
}

.opt-actions button {
  min-height: 46px;
  border: 1px solid var(--opt-brand);
  border-radius: 6px;
  padding: 0 18px;
  color: #fff;
  background: var(--opt-brand);
  font: inherit;
  font-weight: 800;
  cursor: pointer;
}

.opt-actions button:hover {
  background: var(--opt-brand-dark);
}

.opt-actions button.opt-secondary {
  color: var(--opt-brand-dark);
  background: #fff;
}

.opt-result-panel {
  min-height: 376px;
  padding: 26px;
}

.opt-panel-label {
  margin-bottom: 14px;
  color: var(--opt-brand);
  font-size: 0.95rem;
  font-weight: 800;
}

.opt-empty-state {
  display: grid;
  min-height: 260px;
  place-items: center;
  border: 1px dashed #b8c6d3;
  border-radius: 8px;
  padding: 24px;
  color: var(--opt-muted);
  text-align: center;
}

.opt-primary-date {
  display: grid;
  gap: 6px;
  margin-bottom: 14px;
}

.opt-primary-date span {
  color: var(--opt-muted);
  font-weight: 800;
}

.opt-primary-date strong {
  color: var(--opt-brand-dark);
  font-size: clamp(1.8rem, 5vw, 3rem);
  line-height: 1.05;
}

.opt-timeline {
  margin: 0 0 18px;
  padding: 20px 0 8px;
  border-top: 1px solid var(--opt-line);
  border-bottom: 1px solid var(--opt-line);
}

.opt-timeline-track {
  position: relative;
  min-height: 116px;
}

.opt-timeline-line {
  position: absolute;
  top: 32px;
  height: 4px;
  background: var(--opt-brand);
  transform: scaleX(0);
}

.opt-timeline-line--left {
  right: 50%;
  left: 4px;
  transform-origin: right center;
}

.opt-timeline-line--right {
  right: 4px;
  left: 50%;
  transform-origin: left center;
}

.opt-timeline.is-animated .opt-timeline-line--left {
  animation: opt-line-left 720ms ease-out forwards;
}

.opt-timeline.is-animated .opt-timeline-line--right {
  animation: opt-line-right 720ms ease-out 180ms forwards;
}

.opt-timeline-point {
  position: absolute;
  top: 18px;
  display: grid;
  width: 34%;
  gap: 6px;
  color: var(--opt-muted);
  font-size: 0.78rem;
  line-height: 1.35;
  opacity: 0;
  transform: translateY(6px);
}

.opt-timeline-point[hidden] {
  display: none;
}

.opt-timeline-point--filing {
  color: var(--opt-brand);
}

.opt-timeline.is-animated .opt-timeline-point {
  animation: opt-point-in 420ms ease-out 520ms forwards;
}

.opt-timeline-point::before {
  content: "";
  width: 18px;
  height: 18px;
  border: 4px solid var(--opt-brand);
  border-radius: 999px;
  background: #fff;
  box-shadow: 0 0 0 5px rgba(33, 51, 136, 0.1);
}

.opt-timeline-point--filing::before {
  border-color: #d9aa18;
  background: var(--opt-brand);
  box-shadow:
    0 0 0 5px rgba(217, 170, 24, 0.16),
    0 0 18px rgba(217, 170, 24, 0.42);
}

.opt-timeline-point--filing::after {
  content: "✦";
  position: absolute;
  top: 12px;
  width: 26px;
  color: #fff2a8;
  font-size: 1rem;
  font-weight: 800;
  line-height: 1;
  text-align: center;
  text-shadow: 0 0 10px rgba(255, 242, 168, 0.95);
  animation: opt-star-shine 1.45s ease-in-out infinite;
}

.opt-timeline-point span {
  color: var(--opt-brand);
  font-weight: 800;
}

.opt-timeline-point--filing span {
  display: inline-block;
  width: fit-content;
  border-radius: 6px;
  padding: 2px 6px;
  background: #fff2a8;
  color: var(--opt-ink);
}

.opt-timeline-point strong {
  color: var(--opt-ink);
  font-size: 0.76rem;
  font-weight: 700;
  white-space: pre-line;
}

.opt-timeline-point--filing strong {
  color: var(--opt-brand);
  font-weight: 800;
}

.opt-timeline-point--start {
  left: 0;
  text-align: left;
}

.opt-timeline-point--start.opt-timeline-point--filing::after {
  left: -4px;
}

.opt-timeline-point--basis {
  left: 50%;
  justify-items: center;
  text-align: center;
  transform: translate(-50%, 6px);
}

.opt-timeline-point--basis.opt-timeline-point--filing::after {
  left: calc(50% - 13px);
}

.opt-timeline.is-animated .opt-timeline-point--basis {
  animation-name: opt-point-center-in;
}

.opt-timeline-point--end {
  right: 0;
  justify-items: end;
  text-align: right;
}

.opt-timeline-point--end.opt-timeline-point--filing::after {
  right: -4px;
}

.opt-timeline--two-point .opt-timeline-line--left {
  display: none;
}

.opt-timeline--two-point .opt-timeline-line--right {
  left: 4px;
}

@keyframes opt-line-left {
  from {
    transform: scaleX(0);
  }
  to {
    transform: scaleX(1);
  }
}

@keyframes opt-line-right {
  from {
    transform: scaleX(0);
  }
  to {
    transform: scaleX(1);
  }
}

@keyframes opt-point-in {
  from {
    opacity: 0;
    transform: translateY(6px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes opt-point-center-in {
  from {
    opacity: 0;
    transform: translate(-50%, 6px);
  }
  to {
    opacity: 1;
    transform: translate(-50%, 0);
  }
}

@keyframes opt-star-shine {
  0%,
  100% {
    opacity: 0.72;
    transform: scale(0.86) rotate(0deg);
  }
  50% {
    opacity: 1;
    transform: scale(1.15) rotate(18deg);
  }
}

.opt-status {
  margin-bottom: 18px;
  padding: 12px 14px;
  border-radius: 6px;
  background: #eef7f4;
  color: var(--opt-good);
  font-weight: 800;
}

.opt-status.warning {
  background: #fff6e5;
  color: var(--opt-warning);
}

.opt-status.closed {
  background: #fff0f0;
  color: var(--opt-accent);
}

.opt-date-grid {
  display: grid;
  gap: 24px;
  margin: 0 0 18px;
  padding-bottom: 24px;
  border-bottom: 1px solid var(--opt-line);
}

.opt-date-grid div {
  display: grid;
  grid-template-columns: minmax(220px, 1fr) max-content;
  gap: 34px;
  align-items: baseline;
}

.opt-date-grid dt {
  color: var(--opt-ink);
  font-size: 1rem;
  font-weight: 800;
  line-height: 1.28;
}

.opt-date-grid dt span {
  display: block;
}

.opt-date-grid dt span:first-child {
  color: var(--opt-ink);
  font-size: 1rem;
  font-weight: 800;
}

.opt-date-grid dt span + span {
  margin-top: 3px;
  color: var(--opt-muted);
  font-size: clamp(0.9rem, 1.7vw, 1.05rem);
  font-weight: 400;
}

.opt-date-grid dd {
  margin: 0;
  color: var(--opt-ink);
  font-size: 1rem;
  font-weight: 800;
  line-height: 1.15;
  text-align: right;
  white-space: nowrap;
}

.opt-note {
  margin: 0;
  font-size: 0.94rem;
}

.opt-concern-card {
  display: grid;
  gap: 12px;
  margin-top: 18px;
  padding: 16px;
  border: 1px solid rgba(33, 51, 136, 0.16);
  border-radius: 8px;
  background: #fff;
}

.opt-concern-title {
  margin: 0;
  color: var(--opt-brand);
  font-size: 0.95rem;
  font-weight: 800;
}

.opt-concern-options {
  display: grid;
  gap: 8px;
}

.opt-concern-options label {
  display: grid;
  grid-template-columns: 18px minmax(0, 1fr);
  gap: 9px;
  align-items: start;
  padding: 9px 10px;
  border: 1px solid var(--opt-line);
  border-radius: 6px;
  color: var(--opt-ink);
  background: rgba(33, 51, 136, 0.025);
  font-size: 0.88rem;
  font-weight: 700;
  line-height: 1.35;
}

.opt-concern-options input {
  width: 16px;
  height: 16px;
  margin: 2px 0 0;
  accent-color: var(--opt-brand);
}


.opt-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
}

.opt-concern-other-field input {
  width: 100%;
  min-height: 44px;
  border: 1px solid var(--opt-line);
  border-radius: 6px;
  padding: 0 12px;
  color: var(--opt-ink);
  background: #fff;
  font: inherit;
  font-size: 0.9rem;
}

.opt-concern-other-field input:focus {
  outline: 3px solid rgba(33, 51, 136, 0.18);
  border-color: var(--opt-brand);
}

.opt-concern-save {
  margin-top: 10px;
}

.opt-concern-status {
  margin: 0;
  color: var(--opt-brand);
  font-size: 0.86rem;
  font-weight: 700;
}

.opt-contact-request-status {
  margin: -2px 0 0;
  color: var(--opt-brand);
  font-size: 0.86rem;
  font-weight: 800;
}

.opt-consultation-card {
  display: grid;
  gap: 8px;
  margin-top: 16px;
  padding: 16px;
  background:
    linear-gradient(135deg, rgba(33, 51, 136, 0.08), rgba(255, 242, 168, 0.32)),
    #fff;
  box-shadow: none;
}

.opt-consultation-kicker,
.opt-consultation-title,
.opt-consultation-copy {
  margin: 0;
}

.opt-consultation-kicker {
  color: var(--opt-brand);
  font-size: 0.78rem;
  font-weight: 800;
  text-transform: uppercase;
}

.opt-consultation-title {
  color: var(--opt-ink);
  font-size: 1rem;
  font-weight: 800;
  line-height: 1.35;
}

.opt-consultation-copy {
  color: var(--opt-muted);
  font-size: 0.9rem;
  line-height: 1.5;
  white-space: pre-line;
}

.opt-consultation-button {
  display: inline-grid;
  width: fit-content;
  min-height: 42px;
  place-items: center;
  border: 1px solid var(--opt-brand);
  border-radius: 6px;
  padding: 0 14px;
  color: #fff;
  background: var(--opt-brand);
  font-size: 0.9rem;
  font-weight: 800;
  text-decoration: none;
}

.opt-consultation-button:focus-visible {
  outline: 3px solid rgba(33, 51, 136, 0.22);
  outline-offset: 2px;
}

.opt-reference {
  margin-top: 24px;
  padding: 14px 18px;
}

.opt-reference summary,
.opt-disclaimer summary,
.opt-page-cta h2 {
  font-size: 1.2rem;
  font-weight: 800;
}

.opt-reference summary,
.opt-disclaimer summary {
  cursor: pointer;
  color: var(--opt-brand);
  font-size: 0.98rem;
  line-height: 1.3;
}

.opt-reference ul {
  margin: 12px 0 12px;
  padding-left: 22px;
}

.opt-reference li + li {
  margin-top: 8px;
}

.opt-reference p {
  margin-bottom: 0;
}

.opt-disclaimer,
.opt-page-cta {
  margin-top: 24px;
  padding: 14px 18px;
}

.opt-disclaimer p,
.opt-page-cta p {
  margin-bottom: 0;
  color: var(--opt-muted);
  line-height: 1.6;
}

.opt-page-cta {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 22px;
  align-items: center;
  border-color: rgba(33, 51, 136, 0.22);
  background:
    linear-gradient(135deg, rgba(33, 51, 136, 0.08), rgba(255, 242, 168, 0.34)),
    #fff;
}

.opt-page-cta h2 {
  color: var(--opt-ink);
}

.opt-page-cta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: flex-end;
}

.opt-page-cta-button {
  display: inline-grid;
  min-height: 44px;
  place-items: center;
  border: 1px solid var(--opt-brand);
  border-radius: 6px;
  padding: 0 16px;
  color: #fff;
  background: var(--opt-brand);
  font-size: 0.9rem;
  font-weight: 800;
  text-decoration: none;
  white-space: nowrap;
}

.opt-page-cta-button--secondary {
  color: var(--opt-brand);
  background: #fff;
}

.opt-site-footer {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  align-items: center;
  padding: 0 0 34px;
  color: var(--opt-muted);
  font-size: 0.86rem;
}

.opt-site-footer p {
  margin: 0;
}

.opt-ad {
  display: none;
  min-height: 96px;
  margin: 24px 0;
  overflow: hidden;
}

.opt-result .opt-ad {
  margin: 16px 0 0;
  box-shadow: none;
}

.opt-ad[data-ad-ready="true"] {
  display: block;
}

.opt-ad ins {
  display: block;
}

.opt-app--embed .opt-calculator {
  grid-template-columns: 1fr;
}

.opt-app--embed .opt-form,
.opt-app--embed .opt-result-panel {
  box-shadow: none;
}

@media (max-width: 820px) {
  .opt-shell {
    width: min(100% - 24px, 680px);
    padding: 36px 0;
  }

  .opt-calculator {
    grid-template-columns: 1fr;
  }

  .opt-mode-row {
    justify-content: stretch;
  }

  .opt-install-card {
    grid-template-columns: 1fr;
    align-items: stretch;
  }

  .opt-install-actions {
    justify-content: stretch;
  }

  .opt-install-button {
    width: 100%;
  }

  .opt-mode-toggle {
    width: 100%;
  }

  .opt-verification-card {
    grid-template-columns: 1fr;
  }

  .opt-form,
  .opt-result-panel,
  .opt-page-cta {
    padding: 20px;
  }

  .opt-reference,
  .opt-disclaimer {
    padding: 12px 14px;
  }

  .opt-page-cta {
    grid-template-columns: 1fr;
  }

  .opt-page-cta-actions {
    justify-content: stretch;
  }
}

@media (max-width: 520px) {
  .opt-site-header,
  .opt-site-footer {
    width: min(100% - 24px, 680px);
  }

  .opt-site-header,
  .opt-site-footer {
    align-items: flex-start;
    flex-direction: column;
  }

  .opt-site-brand img {
    width: 118px;
  }

  .opt-app h1 {
    font-size: 2.25rem;
  }

  .opt-lede {
    font-size: 1rem;
  }

  .opt-actions {
    display: grid;
  }

  .opt-actions button {
    width: 100%;
  }

  .opt-scan-button {
    width: 100%;
  }

  .opt-consultation-button {
    width: 100%;
  }

  .opt-page-cta-button {
    width: 100%;
  }

  .opt-date-selects {
    grid-template-columns: 1fr;
  }

  .opt-date-grid div {
    grid-template-columns: minmax(0, 1fr) max-content;
    gap: 12px;
  }

  .opt-date-grid dd {
    text-align: right;
  }

  .opt-timeline-track {
    min-height: 136px;
  }

  .opt-timeline-point {
    top: 18px;
    width: 32%;
    font-size: 0.72rem;
  }

  .opt-timeline-point--basis {
    left: 50%;
    justify-items: center;
    text-align: center;
    transform: translate(-50%, 6px);
  }

  .opt-timeline-point span,
  .opt-timeline-point strong {
    max-width: 100%;
    overflow-wrap: normal;
    word-break: keep-all;
  }
}

@media (max-width: 420px) {
  .opt-date-grid div {
    grid-template-columns: 1fr;
    gap: 6px;
  }

  .opt-date-grid dd {
    justify-self: end;
  }
}
