:root {
  --ct-navy-950: #061c28;
  --ct-navy-900: #082936;
  --ct-navy-800: #0d3a49;
  --ct-teal-700: #0c6873;
  --ct-teal-600: #0f7b84;
  --ct-teal-100: #dff2f1;
  --ct-teal-50: #eff9f8;
  --ct-gold: #c69c46;
  --ct-gold-light: #e2c57d;
  --ct-ink: #17262d;
  --ct-muted: #53666e;
  --ct-line: #d8e2e5;
  --ct-surface: #f4f8f8;
  --ct-white: #ffffff;
  --ct-danger: #a93737;
  --ct-success: #166b4e;
  --ct-shadow: 0 22px 60px rgba(7, 38, 50, 0.1);
}

.contact-government-page,
.contact-government-page * {
  box-sizing: border-box;
}

.contact-government-page {
  margin: 0;
  padding-top: 80px;
  background: var(--ct-white);
  color: var(--ct-ink);
  font-family: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.6;
}

.contact-government-page button,
.contact-government-page input,
.contact-government-page select,
.contact-government-page textarea {
  font: inherit;
}

.contact-government-page a {
  color: inherit;
}

.ct-shell {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
}

.ct-skip-link {
  position: fixed;
  top: 10px;
  left: 10px;
  z-index: 1000000;
  padding: 10px 16px;
  border-radius: 8px;
  background: var(--ct-white);
  color: var(--ct-navy-950);
  font-weight: 700;
  transform: translateY(-160%);
}

.ct-skip-link:focus {
  transform: translateY(0);
}

.ct-service-strip {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  background: var(--ct-navy-950);
  color: rgba(255, 255, 255, 0.82);
}

.ct-service-strip__inner {
  min-height: 42px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  font-size: 12px;
}

.ct-service-strip p,
.ct-service-strip span {
  margin: 0;
}

.ct-service-strip p {
  display: flex;
  align-items: center;
  gap: 10px;
}

.ct-service-strip p strong {
  color: var(--ct-white);
}

.ct-live-dot {
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: #65d6a6;
  box-shadow: 0 0 0 4px rgba(101, 214, 166, 0.13);
}

.ct-verified {
  display: flex;
  align-items: center;
  gap: 7px;
}

.ct-hero {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 78% 5%, rgba(31, 136, 147, 0.24), transparent 34%),
    linear-gradient(135deg, var(--ct-navy-950), var(--ct-navy-800));
  color: var(--ct-white);
}

.ct-hero::before,
.ct-hero::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

.ct-hero::before {
  inset: 0;
  opacity: 0.22;
  background-image: linear-gradient(rgba(255, 255, 255, 0.05) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, 0.05) 1px, transparent 1px);
  background-size: 52px 52px;
  mask-image: linear-gradient(90deg, transparent, black 55%, black);
}

.ct-hero::after {
  width: 420px;
  height: 420px;
  right: -150px;
  bottom: -260px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 50%;
  box-shadow: 0 0 0 62px rgba(255, 255, 255, 0.025), 0 0 0 124px rgba(255, 255, 255, 0.018);
}

.ct-hero__grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(340px, 0.75fr);
  gap: 72px;
  align-items: center;
  min-height: 650px;
  padding-top: 74px;
  padding-bottom: 78px;
}

.ct-breadcrumb {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 34px;
  color: rgba(255, 255, 255, 0.62);
  font-size: 12px;
}

.ct-breadcrumb a {
  text-decoration: none;
}

.ct-breadcrumb a:hover {
  color: var(--ct-white);
}

.ct-breadcrumb i {
  font-size: 8px;
}

.ct-eyebrow,
.ct-kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--ct-teal-700);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.ct-eyebrow {
  color: var(--ct-gold-light);
}

.ct-eyebrow::before,
.ct-kicker::before {
  content: "";
  width: 30px;
  height: 2px;
  background: currentColor;
}

.ct-hero h1 {
  max-width: 720px;
  margin: 18px 0 22px;
  color: var(--ct-white);
  font-size: clamp(42px, 5.1vw, 68px);
  font-weight: 800;
  letter-spacing: -0.045em;
  line-height: 1.04;
}

.ct-hero__copy > p {
  max-width: 650px;
  margin: 0;
  color: rgba(255, 255, 255, 0.76);
  font-size: 18px;
  line-height: 1.75;
}

.ct-hero__actions,
.ct-form-actions,
.ct-confirmation__actions {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 32px;
}

.ct-button {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 11px 20px;
  border: 1px solid transparent;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.2;
  text-decoration: none;
  cursor: pointer;
  transition: transform 160ms ease, background 160ms ease, border-color 160ms ease, box-shadow 160ms ease;
}

.ct-button:hover {
  transform: translateY(-2px);
}

.ct-button:focus-visible,
.ct-tab:focus-visible,
.ct-route-choice:focus-visible,
.ct-contact-card button:focus-visible,
.ct-text-button:focus-visible {
  outline: 3px solid rgba(198, 156, 70, 0.42);
  outline-offset: 3px;
}

.contact-government-page .ct-button--gold {
  background: var(--ct-gold);
  color: var(--ct-navy-950);
  box-shadow: 0 12px 26px rgba(198, 156, 70, 0.18);
}

.ct-button--gold:hover {
  background: #d1aa59;
}

.contact-government-page .ct-button--outline-light {
  border-color: rgba(255, 255, 255, 0.28);
  background: rgba(255, 255, 255, 0.04);
  color: var(--ct-white);
}

.ct-button--outline-light:hover {
  border-color: rgba(255, 255, 255, 0.52);
  background: rgba(255, 255, 255, 0.08);
}

.contact-government-page .ct-button--primary {
  background: var(--ct-teal-700);
  color: var(--ct-white);
  box-shadow: 0 10px 24px rgba(12, 104, 115, 0.16);
}

.ct-button--primary:hover {
  background: #095963;
}

.contact-government-page .ct-button--quiet {
  border-color: var(--ct-line);
  background: var(--ct-white);
  color: var(--ct-ink);
}

.ct-button--quiet:hover {
  border-color: #a9bdc2;
  background: var(--ct-surface);
}

.ct-button--small {
  min-height: 40px;
  padding: 8px 14px;
  font-size: 12px;
}

.ct-button[disabled] {
  cursor: wait;
  opacity: 0.68;
  transform: none;
}

.ct-trust-list {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  margin: 28px 0 0;
  padding: 0;
  list-style: none;
  color: rgba(255, 255, 255, 0.67);
  font-size: 12px;
}

.ct-trust-list li {
  display: flex;
  align-items: center;
  gap: 7px;
}

.ct-trust-list i {
  color: #72d5ac;
}

.ct-route-panel {
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 14px;
  background: rgba(4, 26, 36, 0.58);
  box-shadow: 0 28px 70px rgba(0, 0, 0, 0.19);
  backdrop-filter: blur(14px);
}

.ct-route-panel__head {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 22px 24px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.ct-route-panel__icon {
  width: 42px;
  height: 42px;
  flex: 0 0 42px;
  display: grid;
  place-items: center;
  border-radius: 8px;
  background: rgba(198, 156, 70, 0.16);
  color: var(--ct-gold-light);
}

.ct-route-panel__head span {
  color: rgba(255, 255, 255, 0.55);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.ct-route-panel__head h2 {
  margin: 2px 0 0;
  color: var(--ct-white);
  font-size: 17px;
}

.ct-route-choice {
  width: 100%;
  display: grid;
  grid-template-columns: 40px 1fr auto;
  gap: 14px;
  align-items: center;
  padding: 18px 22px;
  border: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  background: transparent;
  color: var(--ct-white);
  text-align: left;
  text-decoration: none;
  cursor: pointer;
  transition: background 160ms ease;
}

.ct-route-choice:hover {
  background: rgba(255, 255, 255, 0.055);
}

.ct-route-choice__number {
  color: var(--ct-gold-light);
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 12px;
}

.ct-route-choice strong,
.ct-route-choice small {
  display: block;
}

.ct-route-choice strong {
  font-size: 13px;
}

.ct-route-choice small {
  margin-top: 2px;
  color: rgba(255, 255, 255, 0.55);
  font-size: 11px;
}

.ct-route-choice > i {
  color: rgba(255, 255, 255, 0.42);
  font-size: 11px;
}

.ct-route-panel__note {
  display: flex;
  gap: 10px;
  padding: 16px 22px;
  color: rgba(255, 255, 255, 0.58);
  font-size: 11px;
}

.ct-route-panel__note i {
  margin-top: 3px;
  color: var(--ct-gold-light);
}

.ct-contact-band {
  padding: 64px 0 70px;
  border-bottom: 1px solid var(--ct-line);
  background: var(--ct-white);
}

.ct-section-heading {
  max-width: 720px;
  margin: 0 auto 38px;
  text-align: center;
}

.ct-section-heading--compact {
  margin-bottom: 28px;
}

.ct-section-heading--left {
  margin-left: 0;
  text-align: left;
}

.ct-section-heading h2 {
  margin: 10px 0 12px;
  color: var(--ct-navy-950);
  font-size: clamp(30px, 4vw, 43px);
  letter-spacing: -0.035em;
  line-height: 1.12;
}

.ct-section-heading p {
  margin: 0;
  color: var(--ct-muted);
  font-size: 15px;
}

.ct-contact-cards {
  display: grid;
  grid-template-columns: 0.8fr 1fr 1.45fr;
  gap: 14px;
}

.ct-contact-card {
  min-height: 142px;
  display: flex;
  gap: 16px;
  align-items: flex-start;
  padding: 24px;
  border: 1px solid var(--ct-line);
  border-radius: 10px;
  background: var(--ct-white);
  box-shadow: 0 8px 24px rgba(7, 38, 50, 0.04);
}

.ct-contact-card__icon {
  width: 42px;
  height: 42px;
  flex: 0 0 42px;
  display: grid;
  place-items: center;
  border-radius: 8px;
  background: var(--ct-teal-100);
  color: var(--ct-teal-700);
}

.ct-contact-card div > span,
.ct-contact-card div > a,
.ct-contact-card div > strong,
.ct-contact-card div > small {
  display: block;
}

.ct-contact-card div > span {
  margin-bottom: 4px;
  color: var(--ct-muted);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.ct-contact-card div > a,
.ct-contact-card div > strong {
  color: var(--ct-navy-950);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
  text-decoration: none;
}

.ct-contact-card div > a:hover {
  color: var(--ct-teal-700);
}

.ct-contact-card div > small {
  margin-top: 6px;
  color: var(--ct-muted);
  font-size: 10px;
}

.ct-contact-card button,
.ct-text-button {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-top: 7px;
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--ct-teal-700);
  font-size: 11px;
  font-weight: 700;
  cursor: pointer;
}

.ct-contact-card .ct-inline-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-top: 8px;
  color: var(--ct-teal-700);
  font-size: 11px;
}

.ct-service-section {
  padding: 92px 0 100px;
  background: var(--ct-surface);
}

.ct-workspace {
  overflow: hidden;
  border: 1px solid var(--ct-line);
  border-radius: 14px;
  background: var(--ct-white);
  box-shadow: var(--ct-shadow);
}

.ct-tabs {
  display: grid;
  grid-template-columns: 1fr 1fr;
  border-bottom: 1px solid var(--ct-line);
  background: #eef4f4;
}

.ct-tab {
  min-height: 94px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  padding: 18px 28px;
  border: 0;
  border-bottom: 3px solid transparent;
  background: transparent;
  color: var(--ct-muted);
  text-align: left;
  cursor: pointer;
}

.ct-tab:first-child {
  border-right: 1px solid var(--ct-line);
}

.ct-tab.is-active {
  border-bottom-color: var(--ct-gold);
  background: var(--ct-white);
  color: var(--ct-navy-950);
}

.ct-tab__icon {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  border-radius: 9px;
  background: rgba(83, 102, 110, 0.1);
  color: var(--ct-muted);
}

.ct-tab.is-active .ct-tab__icon {
  background: var(--ct-teal-100);
  color: var(--ct-teal-700);
}

.ct-tab strong,
.ct-tab small {
  display: block;
}

.ct-tab strong {
  font-size: 14px;
}

.ct-tab small {
  margin-top: 3px;
  color: var(--ct-muted);
  font-size: 11px;
}

.ct-tab-panel {
  padding: 46px;
}

.ct-tab-panel[hidden] {
  display: none;
}

.ct-form-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 320px;
  gap: 48px;
  align-items: start;
}

.ct-panel-heading {
  margin-bottom: 30px;
}

.ct-step-badge {
  display: inline-block;
  padding: 4px 8px;
  border-radius: 4px;
  background: var(--ct-teal-100);
  color: var(--ct-teal-700);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.ct-panel-heading h3 {
  margin: 11px 0 7px;
  color: var(--ct-navy-950);
  font-size: 26px;
  letter-spacing: -0.025em;
  line-height: 1.2;
}

.ct-panel-heading p {
  margin: 0;
  color: var(--ct-muted);
  font-size: 13px;
}

.ct-field-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

.ct-field--full {
  grid-column: 1 / -1;
}

.ct-field label,
.ct-label-row label {
  display: block;
  margin-bottom: 7px;
  color: var(--ct-ink);
  font-size: 12px;
  font-weight: 700;
}

.ct-field label > span[aria-hidden="true"] {
  color: var(--ct-danger);
}

.ct-optional {
  margin-left: 4px;
  color: var(--ct-muted);
  font-size: 9px;
  font-weight: 500;
}

.ct-field input,
.ct-field select,
.ct-field textarea {
  width: 100%;
  border: 1px solid #cbd9dc;
  border-radius: 7px;
  background: var(--ct-white);
  color: var(--ct-ink);
  font-size: 13px;
  transition: border-color 150ms ease, box-shadow 150ms ease;
}

.ct-field input,
.ct-field select {
  height: 48px;
  padding: 0 13px;
}

.ct-field textarea {
  min-height: 170px;
  padding: 12px 13px;
  resize: vertical;
}

.ct-field input::placeholder,
.ct-field textarea::placeholder {
  color: #87979d;
}

.ct-field input:focus,
.ct-field select:focus,
.ct-field textarea:focus {
  outline: none;
  border-color: var(--ct-teal-600);
  box-shadow: 0 0 0 3px rgba(15, 123, 132, 0.12);
}

.ct-field [aria-invalid="true"] {
  border-color: var(--ct-danger);
  box-shadow: 0 0 0 3px rgba(169, 55, 55, 0.09);
}

.ct-field > small {
  display: block;
  margin-top: 6px;
  color: var(--ct-muted);
  font-size: 10px;
}

.ct-label-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.ct-label-row > span {
  color: var(--ct-muted);
  font-size: 10px;
}

.ct-consent {
  display: flex;
  gap: 11px;
  align-items: flex-start;
  margin-top: 22px;
  color: var(--ct-muted);
  font-size: 11px;
  cursor: pointer;
}

.ct-consent input {
  width: 17px;
  height: 17px;
  flex: 0 0 17px;
  margin-top: 2px;
  accent-color: var(--ct-teal-700);
}

.ct-consent a {
  color: var(--ct-teal-700);
  font-weight: 700;
}

.ct-honeypot {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
}

.ct-form-status {
  margin-top: 20px;
  padding: 12px 14px;
  border: 1px solid;
  border-radius: 7px;
  font-size: 12px;
}

.ct-form-status.is-error {
  border-color: #e6b9b9;
  background: #fff4f4;
  color: var(--ct-danger);
}

.ct-form-status.is-success {
  border-color: #afd5c5;
  background: #effaf5;
  color: var(--ct-success);
}

.ct-form-status.is-info {
  border-color: #b5d7da;
  background: var(--ct-teal-50);
  color: var(--ct-teal-700);
}

.ct-text-button[hidden],
.ct-form-status[hidden],
.ct-confirmation[hidden] {
  display: none;
}

.ct-form-actions--wrap {
  flex-wrap: wrap;
}

.ct-help-panel,
.ct-email-preview {
  position: sticky;
  top: 110px;
  border-radius: 10px;
}

.ct-help-panel {
  padding: 28px;
  background: var(--ct-navy-950);
  color: var(--ct-white);
}

.ct-help-panel__mark {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  border-radius: 8px;
  background: rgba(198, 156, 70, 0.15);
  color: var(--ct-gold-light);
}

.ct-help-panel h3 {
  margin: 20px 0 6px;
  font-size: 20px;
}

.ct-help-panel > p {
  margin: 0;
  color: rgba(255, 255, 255, 0.63);
  font-size: 12px;
}

.ct-help-panel ol {
  margin: 24px 0;
  padding: 0;
  list-style: none;
}

.ct-help-panel li {
  display: grid;
  grid-template-columns: 28px 1fr;
  gap: 10px;
  padding: 15px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.ct-help-panel li > span {
  color: var(--ct-gold-light);
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 10px;
}

.ct-help-panel li strong,
.ct-help-panel li small {
  display: block;
}

.ct-help-panel li strong {
  font-size: 12px;
}

.ct-help-panel li small {
  margin-top: 3px;
  color: rgba(255, 255, 255, 0.55);
  font-size: 10px;
  line-height: 1.5;
}

.ct-help-panel__notice {
  display: flex;
  gap: 10px;
  padding: 13px;
  border-radius: 7px;
  background: rgba(255, 255, 255, 0.07);
  color: rgba(255, 255, 255, 0.68);
  font-size: 10px;
  line-height: 1.55;
}

.ct-help-panel__notice i {
  margin-top: 3px;
  color: var(--ct-gold-light);
}

.ct-help-panel__notice strong {
  display: block;
  color: var(--ct-white);
}

.ct-confirmation {
  display: grid;
  grid-template-columns: 56px 1fr;
  gap: 20px;
  padding: 28px;
  border: 1px solid #afd5c5;
  border-radius: 10px;
  background: #effaf5;
}

.ct-confirmation__icon {
  width: 52px;
  height: 52px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--ct-success);
  color: var(--ct-white);
}

.ct-confirmation div > span {
  color: var(--ct-success);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.ct-confirmation h3 {
  margin: 5px 0 10px;
  color: var(--ct-navy-950);
  font-size: 22px;
}

.ct-confirmation code {
  display: inline-block;
  padding: 8px 11px;
  border: 1px dashed #88baa5;
  border-radius: 5px;
  background: var(--ct-white);
  color: var(--ct-navy-950);
  font-size: 14px;
  font-weight: 700;
}

.ct-confirmation p {
  margin: 12px 0 0;
  color: var(--ct-muted);
  font-size: 12px;
}

.ct-confirmation__actions {
  margin-top: 18px;
}

.ct-recipient {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 22px;
  padding: 14px;
  border: 1px solid var(--ct-line);
  border-radius: 8px;
  background: var(--ct-surface);
}

.ct-recipient__avatar {
  width: 42px;
  height: 42px;
  flex: 0 0 42px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--ct-teal-700);
  color: var(--ct-white);
}

.ct-recipient div {
  flex: 1;
}

.ct-recipient div > span,
.ct-recipient div > strong,
.ct-recipient div > a {
  display: block;
}

.ct-recipient div > span {
  color: var(--ct-muted);
  font-size: 9px;
  font-weight: 800;
  text-transform: uppercase;
}

.ct-recipient div > strong {
  color: var(--ct-navy-950);
  font-size: 12px;
}

.ct-recipient div > a {
  color: var(--ct-teal-700);
  font-size: 11px;
  text-decoration: none;
}

.ct-recipient > button {
  padding: 7px 10px;
  border: 1px solid var(--ct-line);
  border-radius: 6px;
  background: var(--ct-white);
  color: var(--ct-teal-700);
  font-size: 10px;
  font-weight: 700;
  cursor: pointer;
}

.ct-email-explainer {
  display: flex;
  gap: 8px;
  margin: 16px 0 0;
  color: var(--ct-muted);
  font-size: 10px;
}

.ct-email-explainer i {
  margin-top: 3px;
  color: var(--ct-teal-700);
}

.ct-email-preview {
  overflow: hidden;
  border: 1px solid var(--ct-line);
  background: var(--ct-white);
  box-shadow: 0 14px 34px rgba(7, 38, 50, 0.08);
}

.ct-email-preview__top {
  min-height: 46px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 16px;
  border-bottom: 1px solid var(--ct-line);
  background: #edf3f3;
  color: var(--ct-muted);
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
}

.ct-window-dots {
  display: flex;
  gap: 5px;
}

.ct-window-dots i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #c0ced1;
}

.ct-email-preview__content {
  min-height: 330px;
  padding: 24px;
}

.ct-email-preview__label {
  display: block;
  margin: 18px 0 4px;
  color: var(--ct-muted);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.ct-email-preview__label:first-child {
  margin-top: 0;
}

.ct-email-preview__content > strong {
  color: var(--ct-teal-700);
  font-size: 12px;
}

.ct-email-preview__subject {
  margin: 0;
  color: var(--ct-navy-950);
  font-size: 13px;
  font-weight: 700;
  overflow-wrap: anywhere;
}

.ct-email-preview__body {
  min-height: 125px;
  margin: 0;
  color: var(--ct-muted);
  font-size: 11px;
  line-height: 1.7;
  white-space: pre-wrap;
  overflow-wrap: anywhere;
}

.ct-email-preview__footer {
  display: flex;
  gap: 8px;
  padding: 13px 16px;
  border-top: 1px solid var(--ct-line);
  background: var(--ct-teal-50);
  color: var(--ct-teal-700);
  font-size: 9px;
}

.ct-routing {
  padding: 94px 0 100px;
  background: var(--ct-white);
}

.ct-routing-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
}

.ct-routing-card {
  display: grid;
  grid-template-columns: 50px 1fr auto;
  gap: 17px;
  align-items: center;
  padding: 24px;
  border: 1px solid var(--ct-line);
  border-radius: 10px;
  color: var(--ct-ink);
  text-decoration: none;
  transition: border-color 160ms ease, transform 160ms ease, box-shadow 160ms ease;
}

.ct-routing-card:hover {
  transform: translateY(-3px);
  border-color: #a8c6c8;
  box-shadow: 0 15px 36px rgba(7, 38, 50, 0.08);
}

.ct-routing-card__icon {
  width: 50px;
  height: 50px;
  display: grid;
  place-items: center;
  border-radius: 9px;
  background: var(--ct-teal-100);
  color: var(--ct-teal-700);
}

.ct-routing-card small,
.ct-routing-card strong,
.ct-routing-card p {
  display: block;
  margin: 0;
}

.ct-routing-card small {
  color: var(--ct-teal-700);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.ct-routing-card strong {
  margin-top: 3px;
  color: var(--ct-navy-950);
  font-size: 16px;
}

.ct-routing-card p {
  margin-top: 3px;
  color: var(--ct-muted);
  font-size: 11px;
}

.ct-routing-card > i {
  color: var(--ct-teal-700);
  font-size: 12px;
}

.ct-final-cta {
  position: relative;
  overflow: hidden;
  padding: 62px 0;
  background: linear-gradient(135deg, var(--ct-navy-950), var(--ct-navy-800));
  color: var(--ct-white);
}

.ct-final-cta::after {
  content: "";
  position: absolute;
  right: 8%;
  top: -180px;
  width: 360px;
  height: 360px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 50%;
}

.ct-final-cta__inner {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}

.ct-kicker--light {
  color: var(--ct-gold-light);
}

.ct-final-cta h2 {
  margin: 9px 0 5px;
  color: var(--ct-white);
  font-size: 32px;
  letter-spacing: -0.03em;
}

.ct-final-cta p {
  margin: 0;
  color: rgba(255, 255, 255, 0.62);
  font-size: 13px;
}

@media (max-width: 1020px) {
  .ct-hero__grid {
    grid-template-columns: 1fr 380px;
    gap: 40px;
  }

  .ct-contact-cards {
    grid-template-columns: 1fr 1fr;
  }

  .ct-contact-card--wide {
    grid-column: 1 / -1;
  }

  .ct-form-layout {
    grid-template-columns: 1fr;
  }

  .ct-help-panel,
  .ct-email-preview {
    position: static;
  }

  .ct-help-panel ol {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
  }

  .ct-help-panel li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }
}

@media (max-width: 820px) {
  .ct-service-strip__inner {
    padding: 9px 0;
  }

  .ct-service-strip p span:last-child,
  .ct-verified {
    display: none;
  }

  .ct-hero__grid {
    grid-template-columns: 1fr;
    min-height: auto;
    padding-top: 55px;
    padding-bottom: 60px;
  }

  .ct-route-panel {
    max-width: 620px;
  }

  .ct-tabs {
    grid-template-columns: 1fr;
  }

  .ct-tab:first-child {
    border-right: 0;
    border-bottom: 1px solid var(--ct-line);
  }

  .ct-tab.is-active {
    border-left: 3px solid var(--ct-gold);
    border-bottom-color: var(--ct-line);
  }

  .ct-routing-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .contact-government-page {
    padding-top: 80px;
  }

  .ct-shell {
    width: min(100% - 28px, 1180px);
  }

  .ct-hero h1 {
    font-size: 40px;
  }

  .ct-hero__copy > p {
    font-size: 15px;
  }

  .ct-hero__actions,
  .ct-final-cta__inner,
  .ct-confirmation__actions {
    align-items: stretch;
    flex-direction: column;
  }

  .ct-button {
    width: 100%;
  }

  .ct-trust-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }

  .ct-contact-cards,
  .ct-field-grid {
    grid-template-columns: 1fr;
  }

  .ct-contact-card--wide,
  .ct-field--full {
    grid-column: auto;
  }

  .ct-service-section,
  .ct-routing {
    padding: 70px 0;
  }

  .ct-tab {
    justify-content: flex-start;
    padding: 16px;
  }

  .ct-tab-panel {
    padding: 26px 18px;
  }

  .ct-panel-heading h3 {
    font-size: 22px;
  }

  .ct-form-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .ct-help-panel {
    padding: 22px;
  }

  .ct-help-panel ol {
    display: block;
  }

  .ct-confirmation {
    grid-template-columns: 1fr;
    padding: 22px;
  }

  .ct-recipient {
    align-items: flex-start;
    flex-wrap: wrap;
  }

  .ct-recipient div {
    min-width: calc(100% - 58px);
  }

  .ct-recipient > button {
    margin-left: 54px;
  }

  .ct-routing-card {
    grid-template-columns: 44px 1fr auto;
    padding: 18px;
  }

  .ct-routing-card__icon {
    width: 44px;
    height: 44px;
  }

  .ct-final-cta__inner {
    align-items: flex-start;
  }

  .ct-final-cta h2 {
    font-size: 28px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .contact-government-page *,
  .contact-government-page *::before,
  .contact-government-page *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}

@media print {
  .contact-government-page {
    padding-top: 0;
  }

  .ct-service-strip,
  .ct-hero__actions,
  .ct-tabs,
  .ct-form-actions,
  .ct-final-cta {
    display: none !important;
  }

  .ct-hero {
    background: var(--ct-white);
    color: var(--ct-ink);
  }

  .ct-hero h1,
  .ct-hero p {
    color: var(--ct-ink);
  }

  .ct-tab-panel {
    padding: 20px 0;
  }
}
