.travel-checklist-page {
  background: #f4f7fb;
}

.travel-checklist-page .travel-hero {
  position: relative;
  overflow: hidden;
  padding: 54px 0 62px;
  background:
    radial-gradient(circle at 82% 20%, rgba(245, 181, 54, .18), transparent 28%),
    radial-gradient(circle at 8% 0%, rgba(42, 102, 176, .10), transparent 34%),
    linear-gradient(135deg, #fffdf8 0%, #ffffff 55%, #f4f8fd 100%);
  border-bottom: 1px solid #dfe7f1;
}

.travel-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.3fr) minmax(330px, .7fr);
  gap: 54px;
  align-items: center;
}

.travel-breadcrumb {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 28px;
  color: #6a7890;
  font-size: 14px;
  font-weight: 700;
}

.travel-breadcrumb a {
  color: #0b4b96;
  text-decoration: none;
}

.travel-hero h1 {
  max-width: 900px;
  margin: 8px 0 18px;
  color: #102443;
  font-size: clamp(42px, 5vw, 72px);
  line-height: .98;
  letter-spacing: -.045em;
}

.travel-lead {
  max-width: 760px;
  margin: 0;
  color: #5f6f87;
  font-size: 19px;
  line-height: 1.65;
}

.travel-hero-actions,
.travel-conversion-actions,
.travel-toolbar {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.travel-hero-actions {
  margin-top: 28px;
}

.travel-trust-list {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 22px;
  padding: 0;
  margin: 28px 0 0;
  list-style: none;
  color: #445674;
  font-size: 14px;
  font-weight: 700;
}

.travel-trust-list li {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.travel-trust-list .ui-icon {
  width: 20px;
  height: 20px;
  object-fit: contain;
}

.travel-progress-card {
  position: relative;
  padding: 30px;
  border: 1px solid #e5d4aa;
  border-radius: 28px;
  background: rgba(255, 255, 255, .92);
  box-shadow: 0 24px 60px rgba(19, 45, 82, .12);
}

.travel-progress-visual {
  position: relative;
  height: 180px;
  margin-bottom: 24px;
  border-radius: 22px;
  overflow: hidden;
  background:
    linear-gradient(145deg, rgba(8, 39, 91, .98), rgba(18, 73, 142, .94));
}

.travel-progress-visual::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -38px;
  width: 190px;
  height: 120px;
  transform: translateX(-50%);
  border-radius: 50% 50% 0 0;
  background: #f7b733;
  opacity: .92;
}

.travel-suitcase,
.travel-sun,
.travel-plane {
  position: absolute;
  z-index: 2;
  display: grid;
  place-items: center;
  color: #fff;
}

.travel-suitcase {
  left: 50%;
  bottom: 22px;
  width: 88px;
  height: 88px;
  transform: translateX(-50%);
  border: 6px solid #fff;
  border-radius: 18px;
  font-size: 44px;
  font-weight: 900;
}

.travel-suitcase::before {
  content: "";
  position: absolute;
  top: -24px;
  width: 42px;
  height: 22px;
  border: 6px solid #fff;
  border-bottom: 0;
  border-radius: 12px 12px 0 0;
}

.travel-sun {
  top: 20px;
  right: 22px;
  color: #ffd86f;
  font-size: 42px;
}

.travel-plane {
  top: 30px;
  left: 28px;
  color: #d9e9fb;
  font-size: 38px;
  transform: rotate(-10deg);
}

.travel-progress-card h2 {
  margin: 6px 0 14px;
  color: #102443;
  font-size: 26px;
  line-height: 1.25;
}

.travel-progress-track {
  height: 12px;
  overflow: hidden;
  border-radius: 999px;
  background: #e7edf4;
}

.travel-progress-track span {
  display: block;
  width: 0;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, #f3b12d, #0b4b96);
  transition: width .25s ease;
}

.travel-progress-card > p:last-child {
  margin: 12px 0 0;
  color: #63738b;
  line-height: 1.5;
}

.travel-profile-section,
.travel-checklist-section,
.travel-conversion-section,
.travel-guidance-section,
.travel-faq-section {
  padding: 64px 0;
}

.travel-checklist-section,
.travel-guidance-section {
  background: #fff;
  border-top: 1px solid #e3eaf2;
  border-bottom: 1px solid #e3eaf2;
}

.travel-section-heading {
  display: flex;
  justify-content: space-between;
  gap: 28px;
  align-items: flex-end;
  margin-bottom: 28px;
}

.travel-section-heading h2,
.travel-conversion-card h2,
.travel-guidance-card h2,
.travel-source-card h2 {
  margin: 6px 0 8px;
  color: #102443;
  font-size: clamp(30px, 3.2vw, 44px);
  line-height: 1.08;
  letter-spacing: -.025em;
}

.travel-section-heading p,
.travel-conversion-card p,
.travel-guidance-card p,
.travel-source-card p {
  margin: 0;
  color: #66758b;
  line-height: 1.65;
}

.travel-reset-button {
  min-height: 46px;
  padding: 0 18px;
  border: 1px solid #ced9e6;
  border-radius: 999px;
  background: #fff;
  color: #0b3f82;
  font: inherit;
  font-weight: 800;
  cursor: pointer;
}

.travel-profile-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 14px;
}

.travel-profile-card {
  position: relative;
  display: flex;
  min-height: 164px;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
  padding: 20px;
  border: 1px solid #dbe4ee;
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 12px 28px rgba(26, 51, 83, .05);
  cursor: pointer;
  transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease, background .18s ease;
}

.travel-profile-card:hover {
  transform: translateY(-2px);
  border-color: #9db7d7;
  box-shadow: 0 16px 34px rgba(26, 51, 83, .10);
}

.travel-profile-card input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.travel-profile-card:has(input:checked) {
  border-color: #0b4b96;
  background: linear-gradient(145deg, #f7fbff, #fff9eb);
  box-shadow: 0 16px 34px rgba(11, 75, 150, .13);
}

.travel-profile-icon {
  margin-bottom: auto;
  font-size: 34px;
  line-height: 1;
}

.travel-profile-card strong {
  color: #102443;
  font-size: 16px;
  line-height: 1.25;
}

.travel-profile-card small {
  margin-top: 5px;
  color: #697990;
  font-size: 13px;
  line-height: 1.4;
}

.travel-profile-check {
  position: absolute;
  top: 14px;
  right: 14px;
  display: grid;
  width: 28px;
  height: 28px;
  place-items: center;
  border: 1px solid #d5dfeb;
  border-radius: 50%;
  background: #fff;
  color: transparent;
  font-weight: 900;
}

.travel-profile-card input:checked + .travel-profile-check {
  border-color: #0b4b96;
  background: #0b4b96;
  color: #fff;
}

.travel-duration-card {
  display: flex;
  justify-content: space-between;
  gap: 22px;
  align-items: center;
  margin-top: 18px;
  padding: 20px 22px;
  border: 1px solid #dbe4ee;
  border-radius: 18px;
  background: #fff;
}

.travel-duration-card label {
  display: grid;
  gap: 4px;
}

.travel-duration-card strong {
  color: #102443;
}

.travel-duration-card span {
  color: #6a7890;
  font-size: 14px;
}

.travel-duration-card select {
  min-width: 220px;
  min-height: 48px;
  padding: 0 42px 0 15px;
  border: 1px solid #cbd7e5;
  border-radius: 12px;
  background: #f9fbfd;
  color: #102443;
  font: inherit;
  font-weight: 700;
}

.travel-groups {
  display: grid;
  gap: 24px;
}

.travel-group {
  display: grid;
  grid-template-columns: minmax(230px, .36fr) minmax(0, 1fr);
  gap: 28px;
  padding: 26px;
  border: 1px solid #dce5ef;
  border-radius: 24px;
  background: #f9fbfd;
}

.travel-group > header h3 {
  margin: 6px 0 9px;
  color: #102443;
  font-size: 25px;
  line-height: 1.18;
}

.travel-group > header p:last-child {
  margin: 0;
  color: #697990;
  line-height: 1.55;
}

.travel-items {
  display: grid;
  gap: 10px;
}

.travel-item {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 18px;
  align-items: center;
  min-height: 92px;
  padding: 14px 16px;
  border: 1px solid #dde5ee;
  border-radius: 16px;
  background: #fff;
  transition: opacity .18s ease, border-color .18s ease, box-shadow .18s ease;
}

.travel-item.is-profile-match {
  border-color: #d5b15f;
  box-shadow: inset 4px 0 0 #f1b739;
}

.travel-item.is-muted {
  opacity: .58;
}

.travel-item.is-complete {
  border-color: #8fb8a0;
  background: #f7fcf8;
}

.travel-item-main {
  display: flex;
  gap: 13px;
  align-items: flex-start;
  cursor: pointer;
}

.travel-item-main input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.travel-item-box {
  display: grid;
  flex: 0 0 30px;
  width: 30px;
  height: 30px;
  place-items: center;
  margin-top: 1px;
  border: 2px solid #bdc9d8;
  border-radius: 9px;
  background: #fff;
  color: transparent;
  font-size: 17px;
  font-weight: 900;
}

.travel-item-main input:checked + .travel-item-box {
  border-color: #0b4b96;
  background: #0b4b96;
  color: #fff;
}

.travel-item-copy {
  display: grid;
  gap: 5px;
}

.travel-item-copy strong {
  color: #102443;
  font-size: 16px;
  line-height: 1.35;
}

.travel-item-copy small {
  color: #68778d;
  font-size: 13px;
  line-height: 1.5;
}

.travel-compare-link,
.travel-note-chip {
  white-space: nowrap;
}

.travel-compare-link {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: #0b4b96;
  font-size: 13px;
  font-weight: 800;
  text-decoration: none;
}

.travel-compare-link:hover {
  text-decoration: underline;
}

.travel-note-chip {
  padding: 7px 10px;
  border-radius: 999px;
  background: #eef3f8;
  color: #68778d;
  font-size: 12px;
  font-weight: 800;
}

.travel-conversion-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 36px;
  align-items: center;
  padding: 38px;
  border-radius: 28px;
  background: linear-gradient(135deg, #08275b 0%, #0d4f99 72%, #176bbd 100%);
  box-shadow: 0 22px 54px rgba(8, 39, 91, .22);
}

.travel-conversion-card h2,
.travel-conversion-card p,
.travel-conversion-card .eyebrow {
  color: #fff;
}

.travel-conversion-card p {
  max-width: 760px;
  color: #d9e7f7;
}

.travel-steps {
  display: flex;
  flex-wrap: wrap;
  gap: 14px 22px;
  padding: 0;
  margin: 24px 0 0;
  list-style: none;
  color: #fff;
  font-weight: 700;
}

.travel-steps li {
  display: inline-flex;
  align-items: center;
  gap: 9px;
}

.travel-steps span {
  display: grid;
  width: 28px;
  height: 28px;
  place-items: center;
  border-radius: 50%;
  background: #f3b12d;
  color: #08275b;
  font-size: 13px;
  font-weight: 900;
}

.travel-conversion-actions {
  flex-direction: column;
  min-width: 250px;
}

.travel-conversion-card .primary-action {
  background: #fff;
  color: #08275b;
}

.travel-conversion-card .outline-action {
  border-color: rgba(255,255,255,.55);
  color: #fff;
  background: transparent;
}

.travel-guidance-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(300px, .8fr);
  gap: 22px;
}

.travel-guidance-card,
.travel-source-card {
  padding: 30px;
  border-radius: 24px;
}

.travel-guidance-card ul {
  display: grid;
  gap: 10px;
  padding-left: 22px;
  margin: 22px 0 0;
  color: #465671;
  line-height: 1.55;
}

.travel-source-card {
  display: flex;
  flex-direction: column;
  background: #f7faff;
}

.travel-source-card > a {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  padding: 14px 0;
  border-bottom: 1px solid #dfe7f1;
  color: #0b4b96;
  font-weight: 800;
  text-decoration: none;
}

.travel-source-card > a:hover {
  text-decoration: underline;
}

.travel-source-note {
  margin-top: auto !important;
  padding-top: 18px;
  font-size: 13px;
}

.travel-faq-list {
  display: grid;
  gap: 12px;
}

.travel-faq-list details {
  border: 1px solid #dbe4ee;
  border-radius: 17px;
  background: #fff;
  overflow: hidden;
}

.travel-faq-list summary {
  padding: 19px 22px;
  color: #102443;
  font-size: 17px;
  font-weight: 800;
  cursor: pointer;
}

.travel-faq-list details p {
  margin: 0;
  padding: 0 22px 20px;
  color: #64738a;
  line-height: 1.65;
}

.travel-toast {
  position: fixed;
  z-index: 1200;
  left: 50%;
  bottom: 28px;
  transform: translateX(-50%);
  max-width: min(90vw, 560px);
  padding: 13px 18px;
  border-radius: 999px;
  background: #102443;
  color: #fff;
  box-shadow: 0 14px 34px rgba(8, 39, 91, .25);
  font-size: 14px;
  font-weight: 800;
  text-align: center;
}

@media (max-width: 1120px) {
  .travel-profile-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .travel-group {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 860px) {
  .travel-hero-grid,
  .travel-conversion-card,
  .travel-guidance-grid {
    grid-template-columns: 1fr;
  }

  .travel-progress-card {
    max-width: 620px;
  }

  .travel-section-heading {
    align-items: flex-start;
    flex-direction: column;
  }

  .travel-conversion-actions {
    min-width: 0;
    flex-direction: row;
  }
}

@media (max-width: 640px) {
  .travel-checklist-page .travel-hero {
    padding: 32px 0 40px;
  }

  .travel-hero-grid {
    gap: 30px;
  }

  .travel-hero h1 {
    font-size: clamp(38px, 12vw, 52px);
  }

  .travel-lead {
    font-size: 17px;
  }

  .travel-trust-list {
    display: grid;
  }

  .travel-progress-card,
  .travel-group,
  .travel-guidance-card,
  .travel-source-card,
  .travel-conversion-card {
    padding: 22px;
    border-radius: 20px;
  }

  .travel-progress-visual {
    height: 150px;
  }

  .travel-profile-section,
  .travel-checklist-section,
  .travel-conversion-section,
  .travel-guidance-section,
  .travel-faq-section {
    padding: 42px 0;
  }

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

  .travel-profile-card {
    min-height: 145px;
    padding: 16px;
  }

  .travel-duration-card {
    align-items: stretch;
    flex-direction: column;
  }

  .travel-duration-card select {
    width: 100%;
    min-width: 0;
  }

  .travel-item {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .travel-compare-link,
  .travel-note-chip {
    margin-left: 43px;
    justify-self: start;
  }

  .travel-toolbar,
  .travel-hero-actions,
  .travel-conversion-actions {
    width: 100%;
    flex-direction: column;
  }

  .travel-toolbar > *,
  .travel-hero-actions > *,
  .travel-conversion-actions > * {
    width: 100%;
    justify-content: center;
    text-align: center;
  }

  .travel-steps {
    display: grid;
  }
}

@media (max-width: 420px) {
  .travel-profile-grid {
    grid-template-columns: 1fr;
  }
}


/* Reisecheckliste Conversion- und Versicherungsmodul 2026-07-12 */
.travel-progress-benefits {
  display: grid;
  gap: 8px;
  padding: 0;
  margin: 16px 0 0;
  list-style: none;
  color: #465a76;
  font-size: 13px;
  font-weight: 750;
}

.travel-progress-benefits li {
  display: flex;
  gap: 8px;
  align-items: center;
}

.travel-progress-benefits span {
  display: grid;
  width: 20px;
  height: 20px;
  place-items: center;
  border-radius: 50%;
  background: #eaf3ff;
  color: #0b4b96;
  font-size: 11px;
}

.travel-smart-summary {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 22px;
  align-items: center;
  margin-top: 22px;
  padding: 24px;
  border: 1px solid #cbdced;
  border-radius: 24px;
  background: linear-gradient(135deg, #ffffff 0%, #f4f9ff 58%, #fff8e7 100%);
  box-shadow: 0 18px 42px rgba(14, 52, 98, .09);
  scroll-margin-top: 120px;
}

.travel-smart-icon {
  display: grid;
  width: 58px;
  height: 58px;
  place-items: center;
  border-radius: 18px;
  background: #0b4b96;
  color: #fff;
  font-size: 27px;
  box-shadow: 0 12px 24px rgba(11, 75, 150, .22);
}

.travel-smart-copy h2 {
  margin: 4px 0 7px;
  color: #102443;
  font-size: clamp(23px, 2.3vw, 31px);
  line-height: 1.14;
}

.travel-smart-copy > p:last-of-type {
  margin: 0;
  color: #60728c;
  line-height: 1.55;
}

.travel-recommendation-links {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-top: 15px;
}

.travel-recommendation-link {
  display: inline-grid;
  grid-template-columns: auto 1fr;
  gap: 0 8px;
  align-items: center;
  min-height: 54px;
  padding: 9px 13px;
  border: 1px solid #ccdcec;
  border-radius: 14px;
  background: #fff;
  color: #102443;
  text-decoration: none;
  box-shadow: 0 7px 18px rgba(18, 55, 98, .05);
}

.travel-recommendation-link > span {
  grid-row: 1 / span 2;
  display: grid;
  width: 27px;
  height: 27px;
  place-items: center;
  border-radius: 50%;
  background: #eaf3ff;
  color: #0b4b96;
  font-weight: 900;
}

.travel-recommendation-link strong {
  font-size: 13px;
  line-height: 1.25;
}

.travel-recommendation-link small {
  color: #0b4b96;
  font-size: 11px;
  font-weight: 800;
}

.travel-recommendation-link:hover {
  border-color: #79a2d1;
  transform: translateY(-1px);
}

.travel-smart-actions {
  display: flex;
  min-width: 215px;
  flex-direction: column;
  gap: 10px;
}

.travel-profile-card:has(input:checked) {
  border-color: #0a478f;
  background: linear-gradient(145deg, #eef7ff, #fff6dc);
  box-shadow: 0 17px 40px rgba(11, 75, 150, .17), inset 0 0 0 2px rgba(11, 75, 150, .08);
}

.travel-profile-card:has(input:checked)::after {
  content: "Ausgewählt";
  position: absolute;
  top: 16px;
  left: 16px;
  color: #0b4b96;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.travel-group {
  position: relative;
}

.travel-group-header {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  align-items: flex-start;
}

.travel-group-toggle {
  display: none;
  flex: 0 0 auto;
  align-items: center;
  gap: 7px;
  min-height: 42px;
  padding: 0 13px;
  border: 1px solid #cad7e6;
  border-radius: 999px;
  background: #fff;
  color: #0b4b96;
  font: inherit;
  font-size: 12px;
  font-weight: 850;
  cursor: pointer;
}

.travel-item.is-complete {
  border-color: #69a17e;
  background: linear-gradient(90deg, #f1fbf4, #ffffff);
  box-shadow: inset 4px 0 0 #2f8b55;
}

.travel-item.is-complete .travel-item-copy strong {
  color: #0b6638;
}

.travel-item .travel-compare-link {
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  transform: translateX(4px);
  transition: opacity .18s ease, transform .18s ease, visibility .18s ease;
}

.travel-item.is-complete .travel-compare-link {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
  transform: none;
}

.travel-insurance-section {
  padding: 72px 0;
  background: linear-gradient(180deg, #f5f9fd 0%, #ffffff 100%);
  border-top: 1px solid #dfe8f2;
  border-bottom: 1px solid #dfe8f2;
}

.travel-insurance-card {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(360px, .92fr);
  overflow: hidden;
  border: 1px solid #cbd9e8;
  border-radius: 30px;
  background: #fff;
  box-shadow: 0 24px 58px rgba(9, 48, 94, .12);
}

.travel-insurance-intro,
.travel-insurance-check {
  padding: 38px;
}

.travel-insurance-intro {
  background: linear-gradient(145deg, #08275b 0%, #0b4b96 72%, #0d63b5 100%);
  color: #fff;
}

.travel-insurance-intro .eyebrow,
.travel-insurance-intro h2 {
  color: #fff;
}

.travel-insurance-intro h2 {
  margin: 7px 0 14px;
  max-width: 760px;
  font-size: clamp(32px, 3.5vw, 48px);
  line-height: 1.04;
  letter-spacing: -.03em;
}

.travel-insurance-intro > p:not(.eyebrow):not(.travel-insurance-sources) {
  margin: 0;
  max-width: 760px;
  color: #dceaf9;
  font-size: 17px;
  line-height: 1.65;
}

.travel-insurance-trust {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 24px 0;
}

.travel-insurance-trust span {
  display: inline-flex;
  gap: 8px;
  align-items: center;
  padding: 9px 12px;
  border: 1px solid rgba(255,255,255,.25);
  border-radius: 999px;
  background: rgba(255,255,255,.09);
  color: #fff;
  font-size: 12px;
  font-weight: 800;
}

.travel-insurance-trust svg {
  width: 17px;
  height: 17px;
}

.travel-insurance-points {
  display: grid;
  gap: 11px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.travel-insurance-points li {
  position: relative;
  padding-left: 24px;
  color: #edf5ff;
  line-height: 1.55;
}

.travel-insurance-points li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: #ffd066;
  font-weight: 900;
}

.travel-insurance-sources {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 22px;
  margin: 24px 0 0;
}

.travel-insurance-sources a {
  color: #fff;
  font-size: 12px;
  font-weight: 800;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.travel-insurance-check {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.travel-partner-label {
  display: inline-flex;
  align-self: flex-start;
  padding: 7px 10px;
  border-radius: 999px;
  background: #fff1cc;
  color: #765000;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.travel-insurance-check h3 {
  margin: 14px 0 7px;
  color: #102443;
  font-size: 29px;
  line-height: 1.12;
}

.travel-insurance-check > p:not(.travel-partner-label):not(.travel-affiliate-disclosure) {
  margin: 0 0 20px;
  color: #65758c;
  line-height: 1.55;
}

.travel-insurance-question {
  padding: 0;
  margin: 0 0 18px;
  border: 0;
}

.travel-insurance-question legend {
  margin-bottom: 9px;
  color: #102443;
  font-size: 14px;
  font-weight: 850;
}

.travel-choice-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.travel-choice-row label {
  min-height: 42px;
  padding: 0 15px;
  border: 1px solid #cbd8e6;
  border-radius: 12px;
  background: #f8fafc;
  color: #1a355d;
  font: inherit;
  font-size: 13px;
  font-weight: 800;
  cursor: pointer;
}

.travel-choice-row input {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
}

.travel-choice-row label:focus-within {
  outline: 3px solid rgba(11, 75, 150, .22);
  outline-offset: 2px;
}

.travel-choice-row label:hover,
.travel-choice-row label.is-selected,
.travel-choice-row label:has(input:checked) {
  border-color: #0b4b96;
  background: #eaf3ff;
  color: #0b4b96;
  box-shadow: inset 0 0 0 1px #0b4b96;
}

.travel-insurance-result {
  display: grid;
  gap: 5px;
  margin: 2px 0 18px;
  padding: 14px 16px;
  border-left: 4px solid #f2b332;
  border-radius: 0 14px 14px 0;
  background: #fff8e8;
}

.travel-insurance-result strong {
  color: #102443;
}

.travel-insurance-result span {
  color: #5e6f87;
  font-size: 13px;
  line-height: 1.5;
}

.travel-insurance-cta {
  width: 100%;
  min-height: 54px;
  border: 0;
  cursor: pointer;
}

.travel-insurance-cta:disabled {
  cursor: wait;
  opacity: .72;
}

.travel-affiliate-disclosure {
  margin: 12px 0 0 !important;
  color: #708096 !important;
  font-size: 11px;
  line-height: 1.45 !important;
}

.travel-covomo-shell {
  margin-top: 28px;
  padding: 28px;
  border: 1px solid #cbd9e8;
  border-radius: 28px;
  background: #fff;
  box-shadow: 0 20px 48px rgba(9, 48, 94, .10);
  scroll-margin-top: 110px;
}

.travel-covomo-shell[hidden] {
  display: none !important;
}

.travel-covomo-head {
  display: flex;
  justify-content: space-between;
  gap: 22px;
  align-items: flex-start;
  margin-bottom: 16px;
}

.travel-covomo-head h2 {
  margin: 5px 0 7px;
  color: #102443;
  font-size: clamp(28px, 3vw, 40px);
  line-height: 1.08;
}

.travel-covomo-head p:last-child {
  margin: 0;
  color: #68788e;
}

.travel-covomo-consent {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  margin-bottom: 18px;
  padding: 13px 15px;
  border: 1px solid #dce6f0;
  border-radius: 14px;
  background: #f7fafd;
  color: #5d6e85;
  font-size: 12px;
  line-height: 1.5;
}

.travel-covomo-consent svg {
  flex: 0 0 20px;
  width: 20px;
  height: 20px;
  color: #0b4b96;
}

.travel-covomo-consent p {
  margin: 0;
}

.travel-covomo-widget {
  min-height: 360px;
  overflow: hidden;
  border: 1px solid #dce5ef;
  border-radius: 18px;
  background: #f8fafc;
}

.travel-covomo-widget iframe {
  display: block !important;
  width: 100% !important;
  max-width: 100% !important;
  min-width: 0 !important;
  border: 0 !important;
}

.travel-covomo-loading,
.travel-covomo-error {
  display: grid;
  min-height: 360px;
  place-items: center;
  padding: 24px;
  color: #5f7088;
  font-weight: 800;
  text-align: center;
}

.travel-covomo-loading::before {
  content: "";
  width: 36px;
  height: 36px;
  margin-right: 12px;
  border: 4px solid #d7e3ef;
  border-top-color: #0b4b96;
  border-radius: 50%;
  animation: travel-spin .8s linear infinite;
}

.travel-covomo-widget.is-loaded .travel-covomo-loading {
  display: none;
}

@keyframes travel-spin { to { transform: rotate(360deg); } }

.travel-sticky-summary {
  display: none;
}

@media (max-width: 980px) {
  .travel-smart-summary,
  .travel-insurance-card {
    grid-template-columns: 1fr;
  }

  .travel-smart-icon {
    display: none;
  }

  .travel-smart-actions {
    min-width: 0;
    flex-direction: row;
  }
}

@media (max-width: 720px) {
  .travel-checklist-page {
    padding-bottom: 84px;
  }

  .travel-progress-benefits {
    grid-template-columns: 1fr;
  }

  .travel-smart-summary {
    gap: 16px;
    padding: 19px;
    border-radius: 19px;
  }

  .travel-smart-actions {
    flex-direction: column;
  }

  .travel-recommendation-links {
    display: grid;
  }

  .travel-recommendation-link {
    width: 100%;
  }

  .travel-group {
    gap: 14px;
    padding: 18px;
  }

  .travel-group-header {
    align-items: center;
  }

  .travel-group-toggle {
    display: inline-flex;
  }

  .travel-group.is-collapsed .travel-items {
    display: none;
  }

  .travel-group > header h3 {
    font-size: 21px;
  }

  .travel-item {
    min-height: 0;
    padding: 13px;
  }

  .travel-item-copy small {
    line-height: 1.4;
  }

  .travel-item .travel-compare-link,
  .travel-item.is-complete .travel-compare-link {
    margin-left: 43px;
  }

  .travel-insurance-section {
    padding: 44px 0;
  }

  .travel-insurance-card {
    border-radius: 22px;
  }

  .travel-insurance-intro,
  .travel-insurance-check {
    padding: 23px;
  }

  .travel-insurance-intro h2 {
    font-size: 34px;
  }

  .travel-insurance-trust {
    display: grid;
  }

  .travel-choice-row label {
    flex: 1 1 30%;
  }

  .travel-covomo-shell {
    margin-inline: -4px;
    padding: 16px 10px;
    border-radius: 18px;
  }

  .travel-covomo-head {
    flex-direction: column;
  }

  .travel-covomo-widget {
    min-height: 520px;
    border-radius: 12px;
  }

  .travel-sticky-summary {
    position: fixed;
    z-index: 1050;
    right: 10px;
    bottom: calc(10px + env(safe-area-inset-bottom));
    left: 10px;
    display: flex;
    justify-content: space-between;
    gap: 12px;
    align-items: center;
    padding: 10px 10px 10px 14px;
    border: 1px solid rgba(255,255,255,.2);
    border-radius: 18px;
    background: rgba(8, 39, 91, .97);
    color: #fff;
    box-shadow: 0 16px 38px rgba(8, 39, 91, .28);
    backdrop-filter: blur(12px);
  }

  .travel-sticky-summary[hidden] {
    display: none !important;
  }

  .travel-sticky-summary > span {
    display: grid;
    min-width: 0;
  }

  .travel-sticky-summary strong {
    overflow: hidden;
    font-size: 13px;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .travel-sticky-summary small {
    overflow: hidden;
    color: #cbdcf0;
    font-size: 10px;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .travel-sticky-summary .primary-action {
    flex: 0 0 auto;
    min-height: 42px;
    padding: 0 14px;
    background: #fff;
    color: #08275b;
    font-size: 12px;
  }
}

@media (max-width: 430px) {
  .travel-group-header {
    align-items: flex-start;
  }

  .travel-group-toggle {
    width: 42px;
    padding: 0;
    justify-content: center;
  }

  .travel-group-toggle [data-travel-group-toggle-label] {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
  }

  .travel-choice-row label {
    flex-basis: 44%;
  }

  .travel-sticky-summary .primary-action {
    padding-inline: 11px;
  }
}


.travel-insurance-compare-page {
  background: #f4f8fc;
}

.travel-insurance-compare-page .main-content {
  min-height: 65vh;
}

.travel-compare-hero {
  padding: 38px 0 18px;
}

.travel-compare-card {
  overflow: hidden;
  border: 1px solid #d6e1ed;
  border-radius: 28px;
  background: #fff;
  box-shadow: 0 22px 54px rgba(8, 39, 91, .09);
}

.travel-compare-head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 22px;
  align-items: start;
  padding: 28px 30px 22px;
  border-bottom: 1px solid #e1e9f2;
}

.travel-compare-head h1 {
  margin: 6px 0 8px;
  color: #102443;
  font-size: clamp(31px, 4vw, 50px);
  line-height: 1.05;
}

.travel-compare-head p:not(.eyebrow) {
  max-width: 760px;
  margin: 0;
  color: #64758c;
  line-height: 1.55;
}

.travel-compare-badge {
  padding: 10px 14px;
  border-radius: 999px;
  background: #fff1c7;
  color: #765000;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .06em;
  text-transform: uppercase;
  white-space: nowrap;
}

.travel-compare-disclosure {
  display: flex;
  gap: 11px;
  align-items: flex-start;
  margin: 18px 30px 0;
  padding: 14px 16px;
  border: 1px solid #dbe6f0;
  border-radius: 14px;
  background: #f7fafd;
  color: #5e6f86;
  font-size: 13px;
  line-height: 1.5;
}

.travel-compare-disclosure svg {
  flex: 0 0 20px;
  width: 20px;
  height: 20px;
  color: #0b4b96;
}

.travel-compare-disclosure p {
  margin: 0;
}

.travel-compare-disclosure a {
  color: #0b4b96;
  font-weight: 800;
}

.travel-compare-widget-wrap {
  min-height: 620px;
  margin: 18px 30px 30px;
  overflow: hidden;
  border: 1px solid #dce5ef;
  border-radius: 18px;
  background: #fff;
}

.travel-compare-widget-wrap iframe {
  display: block !important;
  width: 100% !important;
  max-width: 100% !important;
  min-width: 0 !important;
  border: 0 !important;
}

.travel-compare-return {
  position: sticky;
  z-index: 100;
  top: 8px;
  display: flex;
  justify-content: space-between;
  gap: 14px;
  align-items: center;
  margin-bottom: 16px;
  padding: 11px 13px 11px 16px;
  border: 1px solid #d7e2ed;
  border-radius: 16px;
  background: rgba(255, 255, 255, .96);
  box-shadow: 0 10px 28px rgba(8, 39, 91, .10);
  backdrop-filter: blur(10px);
}

.travel-compare-return strong {
  color: #102443;
}

.travel-compare-return a {
  min-height: 42px;
}

.travel-compare-noscript {
  margin: 18px 30px 30px;
  padding: 16px;
  border-radius: 14px;
  background: #fff4dd;
  color: #6e520f;
}

@media (max-width: 720px) {
  .travel-compare-hero {
    padding-top: 18px;
  }

  .travel-compare-return {
    top: 6px;
    align-items: center;
  }

  .travel-compare-return span {
    display: none;
  }

  .travel-compare-card {
    margin-inline: -4px;
    border-radius: 20px;
  }

  .travel-compare-head {
    grid-template-columns: 1fr;
    padding: 22px 18px 18px;
  }

  .travel-compare-head h1 {
    font-size: 32px;
  }

  .travel-compare-badge {
    width: fit-content;
  }

  .travel-compare-disclosure {
    margin: 14px 14px 0;
  }

  .travel-compare-widget-wrap {
    min-height: 720px;
    margin: 14px 6px 18px;
    border-radius: 12px;
  }
}

@media print {
  .portal-trustbar,
  .site-head,
  .portal-category-nav,
  .travel-hero-actions,
  .travel-toolbar,
  .travel-reset-button,
  .travel-conversion-section,
  .travel-insurance-section,
  .travel-smart-summary,
  .travel-sticky-summary,
  .travel-source-card,
  .travel-faq-section,
  .portal-service-strip,
  .portal-footer,
  .feedback-tab,
  .feedback-widget,
  .travel-compare-link,
  .travel-note-chip {
    display: none !important;
  }

  .travel-checklist-page,
  .travel-checklist-section,
  .travel-guidance-section {
    background: #fff !important;
  }

  .travel-hero,
  .travel-profile-section,
  .travel-checklist-section,
  .travel-guidance-section {
    padding: 16px 0 !important;
    border: 0 !important;
  }

  .travel-hero-grid,
  .travel-guidance-grid,
  .travel-group {
    grid-template-columns: 1fr !important;
  }

  .travel-progress-card,
  .travel-profile-section {
    display: none !important;
  }

  .travel-hero h1 {
    font-size: 32px !important;
  }

  .travel-group,
  .travel-item,
  .travel-guidance-card {
    break-inside: avoid;
    box-shadow: none !important;
  }

  .travel-item.is-muted {
    display: none !important;
  }
}
