html { scroll-behavior: smooth; }
#estimate, #coverage-guide, #plan { scroll-margin-top: 20px; }
a:focus-visible, button:focus-visible, summary:focus-visible, input:focus-visible, select:focus-visible {
  outline: 3px solid rgb(21 107 117);
  outline-offset: 3px;
}
.mv_wrap {
  padding-bottom: 44px;
  background: rgb(255 253 247);
  position: relative;
  isolation: isolate;
  overflow-x: clip;
}
.mv_wrap::before {
  content: "";
  width: 120%;
  height: 110px;
  background: rgb(250 210 92 / 0.16);
  filter: blur(55px);
  transform: rotate(-1.2deg);
  pointer-events: none;
  position: absolute;
  top: 46%;
  left: -10%;
  z-index: 0;
}
.mv_wrap > * { position: relative; z-index: 1; }
.hero {
  max-width: 960px;
  margin-inline: auto;
  padding: 18px 18px 0;
  background: rgb(255 248 234);
  overflow: hidden;
  position: relative;
}
.hero_content { position: relative; z-index: 2; }
.hero_logo { width: 210px; height: auto; display: block; }
.hero_provider { margin: 4px 0 14px; color: rgb(80 62 49); font-size: 0.6875rem; }
.hero h1 {
  width: auto;
  margin: 0;
  color: rgb(80 62 49);
  font-size: clamp(28px, 8.2vw, 38px);
  font-weight: 700;
  line-height: 1.35;
  text-wrap: balance;
  background: none;
}
.hero h1::after { display: none; }
.hero_continuation { margin: 10px 0 0; font-size: 0.8125rem; line-height: 1.6; text-wrap: pretty; }
.hero_coverage { margin: 16px 0 0; padding: 0; display: grid; grid-template-columns: repeat(4, 1fr); gap: 6px; }
.hero_coverage li {
  min-height: 42px;
  padding: 8px 4px;
  color: rgb(80 62 49);
  font-size: 0.875rem;
  font-weight: 700;
  text-align: center;
  background: white;
  border: 1px solid rgb(80 62 49 / 0.28);
  border-radius: 4px;
}
.hero_plans { margin: 12px 0 0; display: flex; align-items: center; flex-wrap: wrap; gap: 5px; }
.hero_plans strong { padding: 4px 8px; color: white; font-size: 0.9375rem; border-radius: 4px; }
.hero_plans strong:nth-child(1) { background: rgb(71 175 208); }
.hero_plans strong:nth-child(2) { background: rgb(223 64 121); }
.hero_plans strong:nth-child(3) { background: rgb(109 178 76); }
.hero_plans span { margin-inline-start: 3px; font-size: 0.8125rem; font-weight: 700; }
.hero_actions { margin-block-start: 16px; display: grid; gap: 12px; }
.hero_actions .btn {
  min-height: 54px;
  padding: 12px 16px;
  color: white;
  text-align: center;
  text-decoration: none;
  background: rgb(235 97 75);
  border: 2px solid rgb(235 97 75);
  border-radius: 6px;
  box-shadow: 0 4px 0 rgb(80 62 49);
  transition: transform 0.2s ease, box-shadow 0.2s ease, opacity 0.2s ease;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.hero_actions .btn span { font-size: 1.125rem; font-weight: 700; }
.hero_actions .btn small { font-size: 0.6875rem; }
.hero_actions .btn_secondary {
  min-height: 48px;
  color: rgb(235 97 75);
  background: white;
  box-shadow: none;
  font-size: 0.9375rem;
  font-weight: 700;
}
.hero_pets { width: calc(100% + 36px); margin: 14px -18px 0; display: block; }
.hero_pets img { width: 100%; height: 205px; object-fit: cover; object-position: center 32%; display: block; }
.hero { max-width: 960px; padding: 0; background: none; }
.hero_content { display: none; }
.hero_pets { width: 100%; margin: 0; }
.hero_pets img { width: 100%; height: auto; object-fit: contain; object-position: center; }
.mv_wrap > .notes {
  margin-block-start: 0;
  position: relative;
  z-index: 3;
}
.mv_wrap > .notes:not([open]) > summary {
  min-height: 44px;
  padding: 11px 14px;
  background: transparent;
  border-radius: 0;
  display: flex;
  align-items: center;
  position: absolute;
  bottom: 12px;
  left: 16px;
  box-shadow: none;
}
.mv_wrap > .notes[open] > summary {
  width: fit-content;
  min-height: 44px;
  margin-block-start: 8px;
  padding-block: 10px;
}
.mv_wrap > .notes > div { background: white; }
.coverage-start-notice {
  width: calc(100% - 32px);
  max-width: 960px;
  margin: 14px auto 0;
  padding: 11px 16px;
  color: rgb(34 34 34);
  font-size: 0.9375rem;
  font-weight: 700;
  line-height: 1.55;
  text-align: center;
  background: white;
  border-radius: 999px;
}
.coverage-start-notice strong {
  margin-inline: 0.3em;
  color: rgb(223 64 121);
  font-size: 1.0625rem;
}
.campaign-notice {
  width: calc(100% - 32px);
  max-width: 830px;
  margin: 32px auto 0;
}
.campaign-notice picture,
.campaign-notice img { width: 100%; display: block; }
.campaign-actions { display: none; }
.lpo-sticky-actions { display: none; }
@media screen and (max-width: 767px) {
  body { padding-bottom: calc(78px + env(safe-area-inset-bottom)); }
  .mv_wrap { padding-bottom: 34px; }
  .mv_wrap::before { height: 80px; filter: blur(42px); transform: rotate(1.5deg); top: 42%; }
  .coverage-start-notice { padding-inline: 12px; font-size: 0.8125rem; border-radius: 6px; }
  .coverage-start-notice strong { font-size: 0.9375rem; }
  .campaign-notice { margin-block-start: 24px; }
  .lpo-sticky-actions {
    min-height: 62px;
    padding: 7px 8px calc(8px + env(safe-area-inset-bottom));
    background: rgb(255 248 234 / 0.98);
    box-shadow: 0 -2px 10px rgb(0 0 0 / 0.18);
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 100;
    transition: opacity 0.2s ease, translate 0.2s ease;
  }
  .lpo-sticky-action {
    min-width: 0;
    min-height: 48px;
    padding: 9px 5px;
    color: white;
    font-size: 0.875rem;
    font-weight: 700;
    line-height: 1.3;
    text-align: center;
    text-decoration: none;
    border-radius: 6px;
    box-shadow: 0 3px 0 rgb(80 62 49);
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .lpo-sticky-action_estimate { background: rgb(235 97 75); }
  .lpo-sticky-action_application { background: rgb(80 62 49); }
  .lpo-sticky-action:active { transform: translateY(3px); box-shadow: none; opacity: 0.84; }
  .lpo-sticky-actions.is-hidden { opacity: 0; pointer-events: none; translate: 0 120%; }
}
@media screen and (min-width: 768px) {
  .campaign-actions {
    width: calc(100% - 32px);
    max-width: 830px;
    margin: 24px auto 40px;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
  }
  .campaign-action {
    min-height: 60px;
    padding: 14px 20px;
    border-radius: 6px;
    color: white;
    font-size: 1.125rem;
    font-weight: 700;
    text-align: center;
    text-decoration: none;
    box-shadow: 0 5px 0 rgb(80 62 49);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.15s ease, box-shadow 0.15s ease, opacity 0.15s ease;
  }
  .campaign-action_estimate { background: rgb(235 97 75); }
  .campaign-action_application { background: rgb(80 62 49); }
  .campaign-action:hover,
  .campaign-action:active {
    color: white;
    opacity: 0.84;
    transform: translateY(4px);
    box-shadow: 0 1px 0 rgb(80 62 49);
  }
  .hero { min-height: 0; padding: 0; }
  .hero_pets { width: 100%; margin: 0; position: static; }
  .hero_pets img { height: auto; }
}

.point_summary { margin: 0; font-size: 1rem; line-height: 1.65; text-align: left; }
.point_details { width: 100%; }
.point_details summary {
  min-height: 44px;
  padding: 10px;
  color: rgb(235 97 75);
  font-size: 0.9375rem;
  font-weight: 700;
  text-align: center;
  text-decoration: underline;
  cursor: pointer;
}
.point_details > div p { margin: 8px 0 0; }
.point_details > div img { margin-block-start: 12px; }
.point-carousel-controls,
.point-details-all,
.compensation-carousel-controls { display: none; }
.payment-example_comparison-label {
  margin-block-start: 28px;
  padding: 14px 18px;
  text-align: center;
  border-block: 2px solid;
}
.payment-example_comparison-label span,
.payment-example_comparison-label strong { display: block; }
.payment-example_comparison-label span { font-size: 0.8125rem; font-weight: 700; }
.payment-example_comparison-label strong { margin-block-start: 3px; font-size: 1.125rem; line-height: 1.5; }
.payment-example_comparison-label.is-without {
  color: rgb(80 62 49);
  background: rgb(247 243 239);
  border-color: rgb(80 62 49);
}
.payment-example_comparison-label.is-with-insurance {
  color: rgb(18 96 104);
  background: rgb(235 248 246);
  border-color: rgb(21 107 117);
}
.payment-example_comparison-label + .payment-example_case { margin-block-start: 16px; }
.payment-example_result .payment-example_comparison-label { margin-block: 0 20px; }
.payment-example_amount small { margin-block-end: 3px; font-size: 0.6875rem; font-weight: 700; display: block; }
.payment-example_out-of-pocket {
  margin: 10px 0 0;
  padding-block-start: 9px;
  font-size: 0.8125rem;
  border-top: 1px solid rgb(255 255 255 / 0.65);
}
.payment-example_out-of-pocket strong { margin-inline-start: 4px; font-size: 1rem; }
.veterinarian-support .section-label {
  margin-block-end: 0.35em;
  color: rgb(235 97 75);
  font-size: 0.9375rem;
  font-weight: 700;
  text-align: center;
}
.veterinarian-support_intro {
  max-width: 820px;
  margin: 28px auto 0;
}
.veterinarian-support_intro h3 {
  margin: 0;
  padding-block-end: 10px;
  color: rgb(80 62 49);
  font-size: 1.125rem;
  line-height: 1.6;
  border-bottom: 1px solid rgb(80 62 49 / 0.25);
}
.veterinarian-support_intro p { margin: 14px 0 0; line-height: 1.8; }
.veterinarian-support_subtitle {
  margin: 28px 0 14px;
  color: rgb(80 62 49);
  font-size: 1rem;
  text-align: center;
}
.veterinarian-support_topics {
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
}
.veterinarian-support_topics li {
  min-width: 0;
  min-height: 104px;
  padding: 12px 6px;
  color: rgb(80 62 49);
  text-align: center;
  background: rgb(235 248 246);
  border: 1px solid rgb(21 107 117 / 0.18);
  border-radius: 6px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 7px;
}
.veterinarian-support_topics img { width: 48px; height: 54px; object-fit: contain; display: block; }
.veterinarian-support_topics strong { font-size: 0.8125rem; line-height: 1.45; }
.veterinarian-support_notes {
  max-width: 820px;
  margin: 14px auto 0;
  padding: 0;
  font-size: 0.75rem;
  line-height: 1.65;
}
.veterinarian-support_notes li { padding-inline-start: 1em; position: relative; }
.veterinarian-support_notes li::before { content: "※"; position: absolute; left: 0; }
.grid.plan { grid-template-columns: repeat(3, 1fr); gap: 6px; }
.grid.plan .box { min-width: 0; padding: 18px 4px; }
.grid.plan p { font-size: 0.8125rem; }
.grid.plan p span { font-size: clamp(28px, 9vw, 48px); }
.grid.plan p small { margin-block-start: 7px; font-size: 0.6875rem; line-height: 1.45; display: block; }
.section-actions { margin-block-start: 24px; display: grid; gap: 12px; }
.section-actions .btn {
  min-height: 52px;
  padding: 13px 16px;
  color: white;
  font-size: 1rem;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  background: rgb(235 97 75);
  border: 2px solid rgb(235 97 75);
  border-radius: 6px;
  box-shadow: 0 4px 0 rgb(80 62 49);
  transition: transform 0.2s ease, box-shadow 0.2s ease, opacity 0.2s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}
.section-actions .btn_secondary { color: rgb(235 97 75); background: white; box-shadow: none; }
@media (any-hover: hover) {
  .hero_actions .btn:not(.btn_secondary):hover,
  .section-actions .btn:not(.btn_secondary):hover {
    transform: translateY(4px);
    box-shadow: 0 0 0 rgb(80 62 49);
    opacity: 0.8;
  }
}
.hero_actions .btn:not(.btn_secondary):active,
.section-actions .btn:not(.btn_secondary):active {
  transform: translateY(4px);
  box-shadow: 0 0 0 rgb(80 62 49);
  opacity: 0.8;
}
@media (prefers-reduced-motion: reduce) {
  .hero_actions .btn,
  .section-actions .btn { transition: none; }
}
.price-examples { margin-block-start: 24px; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
.price-examples article {
  min-width: 0;
  padding: 12px 8px;
  background: white;
  border: 1px solid rgb(80 62 49 / 0.24);
  border-radius: 6px;
  display: grid;
  grid-template-columns: 54px minmax(0, 1fr);
  align-items: center;
  gap: 6px;
}
.price-examples img { width: 54px; height: 82px; object-fit: contain; }
.price-examples h4 { margin: 0; color: rgb(80 62 49); font-size: 0.9375rem; line-height: 1.4; }
.price-examples p { margin: 3px 0 0; font-size: 0.75rem; line-height: 1.35; }
.price-examples p strong { color: rgb(235 97 75); font-size: clamp(17px, 5.2vw, 24px); white-space: nowrap; }
.price-examples .price { display: flex; align-items: baseline; gap: 3px; white-space: nowrap; }
.price-examples .price > span { flex: 0 0 auto; }
.price-examples .breed { min-height: 2.7em; font-size: 0.6875rem; }
.price-examples small { font-size: 0.6875rem; line-height: 1.35; }
.estimate-progress {
  max-width: 520px;
  margin: 16px auto 10px;
  padding: 12px 16px;
  color: rgb(80 62 49);
  background: rgb(255 248 234);
  border-radius: 6px;
  display: flex;
  align-items: center;
  gap: 12px;
}
.estimate-progress p { margin: 0; color: rgb(235 97 75); font-weight: 700; }
.estimate-progress_current { font-size: 1.5rem; }
.estimate-progress_label { font-size: 0.9375rem; }
#estimate .transition-button, #estimate a, #estimate button, #estimate select, #estimate input { min-height: 44px; }
#estimate .transition-button.is-selected { outline: 3px solid rgb(21 107 117); outline-offset: 2px; }
#estimate,
#mitsumori-head,
.mitsumori {
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  translate: none;
}
#mitsumori-head picture,
#mitsumori-head img { max-width: 100%; }
#priceSim_wrapper { max-width: 100%; overflow-x: hidden; }

@media screen and (max-width: 767px) {
  .main { width: calc(100% - 28px); }
  .main > section, .main #estimate { margin-block-start: 56px; }
  .sec_ttl { font-size: 1.5rem; line-height: 1.45; }
  .grid.point:not(.plan) {
    width: calc(100% + 14px);
    margin-block-start: 24px;
    padding: 0 14px 8px 0;
    display: flex;
    gap: 12px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scroll-padding-inline-start: 0;
    scrollbar-width: none;
    overscroll-behavior-inline: contain;
  }
  .grid.point:not(.plan)::-webkit-scrollbar { display: none; }
  .grid.point:not(.plan) .box {
    width: min(82vw, 310px);
    min-width: min(82vw, 310px);
    min-height: 190px;
    padding: 0 16px 14px;
    display: block;
    flex: 0 0 min(82vw, 310px);
    grid-row: auto;
    scroll-snap-align: start;
  }
  .grid.point:not(.plan) .ttl {
    width: calc(100% + 32px);
    margin: 0 -16px 12px;
    padding: 14px 12px;
    font-size: 1.125rem;
  }
  .grid.point:not(.plan) .point_summary { margin: 0 0 4px; }
  .grid.point:not(.plan) .point_details { display: none; }
  .point-carousel-controls {
    margin-block-start: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 18px;
  }
  .point-carousel-button {
    width: 44px;
    height: 44px;
    padding: 0;
    color: rgb(80 62 49);
    font-size: 2rem;
    line-height: 1;
    background: white;
    border: 1px solid rgb(80 62 49 / 0.4);
    border-radius: 50%;
    cursor: pointer;
  }
  .point-carousel-button:disabled { opacity: 0.35; cursor: default; }
  .point-carousel-status { min-width: 48px; margin: 0; text-align: center; font-weight: 700; }
  .point-details-all {
    margin-block-start: 14px;
    border-block: 1px solid rgb(80 62 49 / 0.25);
    display: block;
  }
  .point-details-all summary {
    min-height: 52px;
    padding: 14px 28px 14px 4px;
    font-weight: 700;
    cursor: pointer;
    position: relative;
  }
  .point-details-all summary::after {
    content: "+";
    position: absolute;
    right: 6px;
    top: 50%;
    translate: 0 -50%;
    font-size: 1.5rem;
  }
  .point-details-all[open] summary::after { content: "−"; }
  .point-details-all_content { padding: 4px 4px 18px; }
  .point-details-all_content section { margin: 0; padding: 18px 0; border-top: 1px solid rgb(80 62 49 / 0.18); }
  .point-details-all_content h3 { margin: 0 0 8px; color: rgb(80 62 49); font-size: 1rem; line-height: 1.5; }
  .point-details-all_content p { margin: 0; font-size: 0.9375rem; line-height: 1.7; }
  .grid.compensation {
    width: calc(100% + 14px);
    margin-block-start: 24px;
    padding: 0 14px 8px 0;
    display: flex;
    gap: 12px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
    overscroll-behavior-inline: contain;
  }
  .grid.compensation::-webkit-scrollbar { display: none; }
  .grid.compensation .box,
  .grid.compensation .box:has(.inner) {
    width: min(82vw, 310px);
    min-width: min(82vw, 310px);
    padding: 0 16px 16px;
    display: flex;
    flex: 0 0 min(82vw, 310px);
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
    grid-row: auto;
    gap: 16px;
    scroll-snap-align: start;
  }
  .grid.compensation .ttl { width: calc(100% + 32px); margin: 0 -16px; padding: 14px 10px; }
  .grid.compensation .price { margin-block-start: auto; }
  .compensation-carousel-controls {
    margin-block-start: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 18px;
  }
  .compensation-carousel-button {
    width: 44px;
    height: 44px;
    padding: 0;
    color: rgb(80 62 49);
    font-size: 2rem;
    line-height: 1;
    background: white;
    border: 1px solid rgb(80 62 49 / 0.4);
    border-radius: 50%;
    cursor: pointer;
  }
  .compensation-carousel-button:disabled { opacity: 0.35; cursor: default; }
  .compensation-carousel-status { min-width: 48px; margin: 0; text-align: center; font-weight: 700; }
  .point_details > div img { display: none; }
  .point_details > div p { font-size: 0.9375rem; line-height: 1.7; }
  .coverage-guide_columns { gap: 14px; }
  .coverage-guide_column { padding: 18px; }
  .coverage-guide_examples span, .claim-guide_flow p, .faq_list p { font-size: 0.9375rem; }
  .payment-example_lead, .coverage-guide_lead, .enrollment-guide_lead, .claim-guide_lead { font-size: 1rem; }
  .enrollment-guide_lead { margin-block-start: 18px; text-align: left; line-height: 1.7; }
  .enrollment-guide_facts {
    margin-block-start: 22px;
    gap: 0;
    background: rgb(255 248 234);
    border: 1px solid rgb(80 62 49 / 0.25);
    border-radius: 6px;
    overflow: hidden;
  }
  .enrollment-guide_facts > div {
    min-height: 0;
    padding: 16px 14px;
    text-align: left;
    background: transparent;
    border: 0;
    border-radius: 0;
    display: grid;
    grid-template-columns: minmax(96px, 0.8fr) minmax(0, 1.4fr);
    grid-template-rows: auto auto;
    align-items: center;
    gap: 4px 14px;
  }
  .enrollment-guide_facts > div + div { border-top: 1px solid rgb(80 62 49 / 0.18); }
  .enrollment-guide_fact-label {
    grid-column: 1;
    grid-row: 1 / span 2;
    font-size: 0.8125rem;
    line-height: 1.55;
  }
  .enrollment-guide_fact-value {
    margin: 0;
    grid-column: 2;
    grid-row: 1;
    font-size: 1rem;
    line-height: 1.4;
  }
  .enrollment-guide_fact-value span { font-size: 1.625rem; }
  .enrollment-guide_facts small {
    margin: 0;
    grid-column: 2;
    grid-row: 2;
    font-size: 0.6875rem;
    line-height: 1.55;
    text-wrap: pretty;
  }
  .enrollment-guide_step {
    font-size: 1rem;
    line-height: 1.4;
  }
  .enrollment-guide_flow strong {
    margin-block: 10px 8px;
    font-size: 1.125rem;
    line-height: 1.5;
  }
  .insurance picture { max-width: 420px; margin-inline: auto; }
}

@media screen and (min-width: 768px) {
  .point_details summary { display: none; }
  .point_details > div { display: block; }
  .point_summary { display: none; }
  .section-actions { grid-template-columns: repeat(2, minmax(0, 360px)); justify-content: center; }
  .price-examples { grid-template-columns: repeat(4, 1fr); gap: 16px; }
  .price-examples article { grid-template-columns: 70px minmax(0, 1fr); padding: 16px 12px; }
  .price-examples img { width: 70px; height: 105px; }
  .price-examples h4 { font-size: 1rem; }
  .price-examples p strong { font-size: 1.25rem; }
  .veterinarian-support_topics { grid-template-columns: repeat(6, minmax(0, 1fr)); gap: 12px; }
  .veterinarian-support_topics li { min-height: 118px; }
  .veterinarian-support_topics strong { font-size: 0.875rem; }
}

/* TERASEL warm color theme */
a:focus-visible,
button:focus-visible,
summary:focus-visible,
input:focus-visible,
select:focus-visible { outline-color: rgb(191 66 47); }

.coverage-start-notice strong { color: rgb(235 97 75); }
.grid .plan_50,
.payment-example_plan.plan-50 { background: rgb(154 94 20); }
.grid .plan_70,
.payment-example_plan.plan-70 { background: rgb(199 74 58); }
.grid .plan_100,
.payment-example_plan.plan-100 { background: rgb(135 60 50); }
#priceSim .head-50 { background: rgb(154 94 20); }
#priceSim .head-70 { background: rgb(199 74 58); }
#priceSim .head-100 { background: rgb(135 60 50); }

.payment-example_comparison-label.is-with-insurance {
  color: rgb(128 54 43);
  background: rgb(255 241 237);
  border-color: rgb(235 97 75);
}
.veterinarian-support_topics li {
  background: rgb(255 244 238);
  border-color: rgb(235 97 75 / 0.24);
}
.veterinarian-support_topics img { opacity: 0.78; }

.coverage-guide_column.is-covered {
  background: rgb(255 248 234);
  border-color: rgb(181 112 43);
}
.coverage-guide_column.is-covered h3,
.coverage-guide_column.is-covered .coverage-guide_examples strong { color: rgb(142 82 23); }
.coverage-guide_column.is-excluded {
  background: rgb(255 241 237);
  border-color: rgb(191 66 47);
}
.coverage-guide_caution {
  padding: 12px 0 0;
  background: transparent;
  border-top: 1px solid rgb(80 62 49 / 0.18);
  border-radius: 0;
}
.claim-guide_documents li::before,
.faq_list details > div::before { color: rgb(191 66 47); }
.claim-guide_lead { max-width: 880px; }
.claim-guide_lead > span { display: block; }

#estimate .transition-button.is-selected { outline-color: rgb(191 66 47); }
#priceSim .choice,
#priceSim h5,
#priceSim .result-txt,
#priceSim .pedigree-head { color: rgb(191 66 47) !important; }
#priceSim .btn-txt a {
  color: white;
  background: rgb(235 97 75);
  border-color: rgb(235 97 75);
}
#priceSim .btn-txt a:hover,
#priceSim .btn-txt a.a-click {
  color: rgb(191 66 47);
  background: white;
  border-color: rgb(191 66 47);
}
#priceSim .age-list .btn-txt .age-btn9 {
  color: white;
  background: rgb(154 129 116);
  border-color: rgb(154 129 116);
}
.dog-type-list,
.quote-plan-area { border-color: rgb(235 97 75); }
.change-btn-m a,
.change-btn-y a.change-btn-click {
  color: rgb(191 66 47) !important;
  background: white;
  border-color: rgb(191 66 47);
}
.change-btn-y a,
.change-btn-m a.change-btn-click {
  color: white !important;
  background: rgb(235 97 75);
  border-color: rgb(235 97 75);
}

/* Application guidance integrated into the LP */
#application-guide,
#coverage-start-details { scroll-margin-top: 20px; }
.estimate-pet-note {
  margin-block-start: 28px;
  padding: 18px 20px;
  color: rgb(255 248 234);
  background: rgb(80 62 49);
  border-left: 5px solid rgb(235 97 75);
}
.estimate-pet-note h3 { margin: 0 0 6px; color: white; font-size: 1.0625rem; }
.estimate-pet-note p { margin: 4px 0 0; font-size: 0.875rem; line-height: 1.7; }
.estimate-pet-note small { margin-block-start: 4px; color: rgb(235 222 213); font-size: 0.6875rem; display: block; }
.estimate-pet-note a,
.payment-methods .method-comparison_note a { color: rgb(191 66 47); }
.estimate-pet-note a { color: rgb(255 190 178); }
.estimate-pet-note a:hover { color: white; }
.payment-methods .method-comparison_note a:hover { color: rgb(80 62 49); }
.application-preparation .section-label,
.payment-methods .section-label {
  margin-block-end: 0.35em;
  color: rgb(235 97 75);
  font-size: 0.9375rem;
  font-weight: 700;
  text-align: center;
}
.application-preparation_grid {
  margin-block-start: 32px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}
.application-preparation_grid article {
  min-width: 0;
  padding: 24px;
  background: rgb(255 248 234);
  border: 1px solid rgb(220 207 197);
  border-radius: 6px;
}
.application-item-number { color: rgb(235 97 75); font-size: 1rem; font-weight: 700; }
.application-preparation_grid h3 { margin: 7px 0 10px; color: rgb(80 62 49); font-size: 1.25rem; line-height: 1.5; }
.application-preparation_grid p { margin: 0; font-size: 1rem; line-height: 1.75; }
.application-preparation_grid p + p { margin-block-start: 6px; }
.application-preparation_grid .application-item-condition { color: rgb(191 66 47); font-size: 0.875rem; font-weight: 700; }
.application-card-brands { margin-block-start: 14px !important; color: rgb(124 70 58); font-size: 0.875rem !important; font-weight: 700; overflow-wrap: anywhere; }
.application-credit-notes { margin-block-start: 14px; border-block: 1px solid rgb(220 207 197); }
.application-credit-notes summary { min-height: 46px; padding: 10px 30px 10px 8px; color: rgb(80 62 49); font-size: 0.875rem; font-weight: 700; cursor: pointer; position: relative; }
.application-credit-notes summary::after { content: "+"; font-size: 1.25rem; position: absolute; top: 50%; right: 8px; translate: 0 -50%; }
.application-credit-notes[open] summary::after { content: "−"; }
.application-credit-notes ul { margin: 0; padding: 4px 12px 20px 1.8em; font-size: 0.875rem; line-height: 1.7; list-style: disc; }
.payment-methods_lead { max-width: 760px; margin: 24px auto 0; text-align: center; }
.method-comparison_scroll { margin-block-start: 28px; overflow-x: auto; border: 1px solid rgb(220 207 197); border-radius: 6px; position: relative; }
.method-comparison_table { width: 100%; min-width: 680px; border-collapse: collapse; font-size: 0.875rem; text-align: center; }
.method-comparison_table th,
.method-comparison_table td { padding: 12px 14px; border-bottom: 1px solid rgb(220 207 197); }
.method-comparison_table thead th { color: white; background: rgb(80 62 49); }
.method-comparison_table tbody th { width: 22%; color: rgb(80 62 49); background: rgb(255 248 234); }
.method-comparison_table th + th,
.method-comparison_table th + td,
.method-comparison_table td + td { border-left: 1px solid rgb(220 207 197); }
.method-comparison_table tbody tr:last-child th,
.method-comparison_table tbody tr:last-child td { border-bottom: 0; }
.horizontal-scroll-hint { display: none; }
.method-comparison_note { margin: 10px 0 0; color: rgb(105 86 74); font-size: 0.75rem; line-height: 1.65; }
.application-actions {
  max-width: 840px;
  margin: 28px auto 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  align-items: start;
}
.application-actions > div { min-width: 0; display: grid; gap: 9px; }
.application-actions small { color: rgb(105 86 74); font-size: 0.75rem; line-height: 1.55; }
.application-button {
  min-height: 62px;
  padding: 14px 18px;
  color: white;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  text-decoration: none;
  border-radius: 6px;
  box-shadow: 0 4px 0 rgb(80 62 49);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.2s ease, box-shadow 0.2s ease, opacity 0.2s ease;
}
.application-button_credit { background: rgb(235 97 75); }
.application-button_bank { background: rgb(80 62 49); }
.application-button:hover,
.application-button:active { color: white; opacity: 0.82; transform: translateY(4px); box-shadow: none; }
.enrollment-guide_facts { align-items: stretch; }
.enrollment-start-toggle { margin-block-start: 14px; padding: 8px 24px 8px 0; color: rgb(191 66 47); font: inherit; font-size: 0.8125rem; font-weight: 700; text-align: left; text-decoration: underline; text-underline-offset: 0.2em; background: transparent; border: 0; cursor: pointer; position: relative; }
.enrollment-start-toggle::after { content: "+"; font-size: 1.25rem; text-decoration: none; position: absolute; top: 50%; right: 2px; translate: 0 -50%; }
.enrollment-start-toggle[aria-expanded="true"]::after { content: "−"; }
.enrollment-start-details { width: 100%; max-width: 760px; margin: 16px auto 0; padding: 22px; text-align: left; background: rgb(255 248 234); border: 1px solid rgb(220 207 197); border-radius: 6px; }
.enrollment-start-details[hidden] { display: none; }
.enrollment-start-details p { margin: 0 0 14px; font-size: 0.875rem; line-height: 1.7; }
.enrollment-start-details table { width: 100%; border-collapse: collapse; table-layout: fixed; font-size: 0.8125rem; text-align: center; }
.enrollment-start-details caption { padding: 8px 6px; color: rgb(80 62 49); font-weight: 700; background: rgb(255 248 234); border: 1px solid rgb(220 207 197); }
.enrollment-start-details th { padding: 7px 4px; color: white; background: rgb(235 97 75); border: 1px solid rgb(220 207 197); }
.enrollment-start-details td { padding: 6px 4px; background: white; border: 1px solid rgb(220 207 197); }
.enrollment-start-details ul { margin: 12px 0 0; padding-inline-start: 1.25em; font-size: 0.75rem; line-height: 1.65; list-style: disc; }

@media screen and (max-width: 767px) {
  .claim-guide_lead { text-align: left; }
  .application-preparation_grid { grid-template-columns: 1fr; }
  .application-preparation_grid article { padding: 20px; }
  .payment-methods_lead { text-align: left; }
  .method-comparison_scroll { margin-inline: 0; }
  .horizontal-scroll-hint {
    width: 132px;
    min-height: 76px;
    margin: 0;
    padding: 10px 8px;
    color: white;
    font-size: 0.6875rem;
    font-weight: 700;
    line-height: 1.35;
    text-align: center;
    background: rgb(54 49 46 / 0.72);
    border-radius: 6px;
    pointer-events: none;
    opacity: 1;
    transition: opacity 0.2s ease;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 4px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
  }
  .horizontal-scroll-hint span { font-size: 1.75rem; font-weight: 400; line-height: 1; }
  .horizontal-scroll-hint.is-hidden { opacity: 0; }
  .application-actions { grid-template-columns: 1fr; gap: 18px; }
  .enrollment-start-details { padding: 16px 12px; }
  .enrollment-start-details table { font-size: 0.75rem; }
}

@media (prefers-reduced-motion: reduce) {
  .application-button,
  .horizontal-scroll-hint { transition: none; }
}
