:root {
  --cp-orange: #FF7B00;
  --cp-orange-dark: #c65f00;
  --cp-ink: #171711;
  --cp-muted: #69675f;
  --cp-paper: #f8f5ee;
  --cp-soft-orange: #fff3e7;
  --cp-line: rgba(23, 23, 17, 0.12);
  --cp-green: #16853b;
  --cp-red: #b43a2f;
  --cp-radius: 24px;
  --cp-shadow: 0 22px 65px rgba(29, 23, 15, 0.11);
}

.cancellation-page {
  overflow-x: hidden;
  background: var(--cp-paper);
  color: var(--cp-ink);
}

.cancellation-page,
.cancellation-page button,
.cancellation-page input,
.cancellation-page textarea {
  font-family: "DM Sans", sans-serif;
}

.cancellation-page * {
  box-sizing: border-box;
}

.cancellation-page main {
  overflow: clip;
}

.cancellation-page .follow-instagram,
.cancellation-page .footer2-links {
  display: none;
}

.cancellation-page a:focus-visible {
  outline: 3px solid var(--cp-orange);
  outline-offset: 4px;
}

.cp-breadcrumb {
  padding: 22px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  background: var(--cp-ink);
}

.cp-breadcrumb ol {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 9px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.cp-breadcrumb li,
.cp-breadcrumb a {
  color: rgba(255, 255, 255, 0.62);
  font-size: 13px;
  text-decoration: none;
}

.cp-breadcrumb a:hover,
.cp-breadcrumb li[aria-current="page"] {
  color: #fff;
}

.cp-breadcrumb i {
  color: var(--cp-orange);
  font-size: 8px;
}

.cp-hero {
  position: relative;
  overflow: hidden;
  padding: clamp(72px, 8vw, 118px) 0;
  background:
    radial-gradient(circle at 82% 20%, rgba(255, 123, 0, 0.28), transparent 27%),
    linear-gradient(135deg, #171711 0%, #24231e 72%, #2f261d 100%);
  color: #fff;
}

.cp-hero::before {
  position: absolute;
  top: -190px;
  right: -125px;
  width: 540px;
  height: 540px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 50%;
  content: "";
  box-shadow:
    0 0 0 72px rgba(255, 255, 255, 0.03),
    0 0 0 144px rgba(255, 255, 255, 0.018);
}

.cp-hero__grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(350px, 0.8fr);
  align-items: center;
  gap: clamp(52px, 7vw, 100px);
}

.cp-eyebrow {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 15px;
  color: var(--cp-orange);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.16em;
  line-height: 1.35;
  text-transform: uppercase;
}

.cp-eyebrow > span:first-child {
  width: 30px;
  height: 2px;
  flex: 0 0 auto;
  background: currentColor;
}

.cp-hero h1 {
  max-width: 780px;
  margin: 0;
  color: #fff;
  font-size: clamp(42px, 5.8vw, 76px);
  font-weight: 700;
  letter-spacing: -0.06em;
  line-height: 0.98;
}

.cp-hero h1 em {
  display: block;
  color: var(--cp-orange);
  font-family: Georgia, serif;
  font-weight: 400;
}

.cp-hero__lead {
  max-width: 680px;
  margin: 28px 0 0;
  color: rgba(255, 255, 255, 0.68);
  font-size: 16px;
  line-height: 1.7;
}

.cp-hero__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.cp-hero__meta span {
  display: inline-flex;
  min-height: 38px;
  align-items: center;
  gap: 9px;
  padding: 8px 13px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.06);
  color: rgba(255, 255, 255, 0.8);
  font-size: 11px;
}

.cp-hero__meta i {
  color: var(--cp-orange);
}

.cp-hero__summary {
  overflow: hidden;
  margin: 0;
  padding: 28px;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 27px;
  background: rgba(255, 255, 255, 0.085);
  box-shadow: 0 25px 80px rgba(0, 0, 0, 0.26);
  backdrop-filter: blur(16px);
}

.cp-hero__summary > p {
  margin: 0 0 13px;
  color: rgba(255, 255, 255, 0.56);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.cp-hero__summary > div {
  display: grid;
  grid-template-columns: 110px minmax(0, 1fr);
  align-items: center;
  gap: 18px;
  padding: 18px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.cp-hero__summary strong {
  color: #fff;
  font-size: 18px;
  line-height: 1.15;
}

.cp-hero__summary span {
  color: rgba(255, 255, 255, 0.66);
  font-size: 12px;
  line-height: 1.5;
}

.cp-hero__summary small {
  display: block;
  margin-top: 18px;
  color: rgba(255, 255, 255, 0.48);
  font-size: 10px;
  line-height: 1.55;
}

.cp-policy {
  padding: clamp(78px, 8vw, 120px) 0;
  background:
    radial-gradient(circle at 95% 5%, rgba(255, 123, 0, 0.09), transparent 22%),
    var(--cp-paper);
}

.cp-policy__layout {
  display: grid;
  grid-template-columns: 250px minmax(0, 1fr);
  align-items: start;
  gap: clamp(50px, 7vw, 100px);
}

.cp-toc {
  position: sticky;
  top: 96px;
}

.cp-toc > p {
  margin: 0 0 14px;
  color: #949188;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.cp-toc nav {
  display: grid;
  border-top: 1px solid var(--cp-line);
}

.cp-toc nav a {
  position: relative;
  padding: 12px 8px 12px 17px;
  border-bottom: 1px solid var(--cp-line);
  color: #69675f;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.35;
  text-decoration: none;
  transition: color 0.2s ease, padding-left 0.2s ease;
}

.cp-toc nav a::before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #d6d2c8;
  content: "";
  transform: translateY(-50%);
}

.cp-toc nav a:hover,
.cp-toc nav a.is-active {
  padding-left: 20px;
  color: var(--cp-ink);
}

.cp-toc nav a:hover::before,
.cp-toc nav a.is-active::before {
  background: var(--cp-orange);
}

.cp-toc__help {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 24px;
  padding: 15px;
  border-radius: 17px;
  background: var(--cp-ink);
  color: #fff !important;
  text-decoration: none !important;
}

.cp-toc__help > i {
  display: grid;
  width: 36px;
  height: 36px;
  flex: 0 0 36px;
  place-items: center;
  border-radius: 50%;
  background: var(--cp-orange);
}

.cp-toc__help span {
  display: grid;
  gap: 2px;
}

.cp-toc__help small {
  color: rgba(255, 255, 255, 0.57);
  font-size: 9px;
}

.cp-toc__help strong {
  color: #fff;
  font-size: 12px;
}

.cp-policy__content {
  min-width: 0;
}

.cp-policy-section {
  position: relative;
  scroll-margin-top: 110px;
  padding: 0 0 78px;
}

.cp-policy-section + .cp-policy-section {
  padding-top: 76px;
  border-top: 1px solid var(--cp-line);
}

.cp-section-number {
  position: absolute;
  top: -20px;
  right: 0;
  color: rgba(23, 23, 17, 0.045);
  font-size: clamp(64px, 8vw, 104px);
  font-weight: 700;
  letter-spacing: -0.07em;
  line-height: 1;
  pointer-events: none;
}

.cp-policy-section h2,
.cp-contact-card h2 {
  position: relative;
  max-width: 760px;
  margin: 0 0 20px;
  color: var(--cp-ink);
  font-size: clamp(31px, 4vw, 48px);
  font-weight: 700;
  letter-spacing: -0.05em;
  line-height: 1.05;
}

.cp-policy-section > p:not(.cp-eyebrow):not(.cp-fine-print) {
  max-width: 820px;
  margin: 0 0 22px;
  color: var(--cp-muted);
  font-size: 15px;
  line-height: 1.8;
}

.cp-outcome-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: 32px;
}

.cp-outcome {
  min-height: 245px;
  padding: 24px;
  border: 1px solid var(--cp-line);
  border-radius: 21px;
  background: #fff;
  box-shadow: 0 10px 30px rgba(23, 23, 17, 0.045);
}

.cp-outcome > i {
  display: grid;
  width: 44px;
  height: 44px;
  place-items: center;
  border-radius: 14px;
  background: var(--cp-soft-orange);
  color: var(--cp-orange);
  font-size: 17px;
}

.cp-outcome--late > i {
  background: #fff1ee;
  color: var(--cp-red);
}

.cp-outcome--weather > i {
  background: #eaf5ff;
  color: #256fa8;
}

.cp-outcome h3 {
  margin: 24px 0 9px;
  color: var(--cp-ink);
  font-size: 17px;
  font-weight: 700;
}

.cp-outcome p {
  margin: 0;
  color: var(--cp-muted);
  font-size: 12px;
  line-height: 1.65;
}

.cp-callout {
  display: flex;
  align-items: flex-start;
  gap: 15px;
  margin-top: 20px;
  padding: 21px 23px;
  border: 1px solid rgba(255, 123, 0, 0.2);
  border-radius: 17px;
  background: var(--cp-soft-orange);
}

.cp-callout i {
  margin-top: 3px;
  color: var(--cp-orange);
}

.cp-callout p {
  margin: 0;
  color: #674b31;
  font-size: 12px;
  line-height: 1.65;
}

.cp-check-list {
  display: grid;
  gap: 0;
  margin: 30px 0 0;
  padding: 0;
  border: 1px solid var(--cp-line);
  border-radius: 20px;
  background: #fff;
  list-style: none;
  box-shadow: 0 12px 32px rgba(23, 23, 17, 0.045);
}

.cp-check-list li {
  position: relative;
  padding: 18px 22px 18px 52px;
  color: var(--cp-muted);
  font-size: 13px;
  line-height: 1.65;
}

.cp-check-list li + li {
  border-top: 1px solid var(--cp-line);
}

.cp-check-list li::before {
  position: absolute;
  top: 20px;
  left: 22px;
  display: grid;
  width: 18px;
  height: 18px;
  place-items: center;
  border-radius: 50%;
  background: var(--cp-orange);
  color: #fff;
  content: "✓";
  font-size: 9px;
  font-weight: 700;
}

.cp-check-list strong {
  color: var(--cp-ink);
}

.cp-rule-table {
  width: 100%;
  overflow: hidden;
  margin-top: 32px;
  border: 1px solid var(--cp-line);
  border-radius: 20px;
  background: #fff;
  border-collapse: separate;
  border-spacing: 0;
  box-shadow: var(--cp-shadow);
}

.cp-rule-table th,
.cp-rule-table td {
  padding: 20px 24px;
  border: 0;
  text-align: left;
  vertical-align: top;
}

.cp-rule-table tbody tr + tr th,
.cp-rule-table tbody tr + tr td {
  border-top: 1px solid var(--cp-line);
}

.cp-rule-table thead {
  background: var(--cp-ink);
  color: #fff;
}

.cp-rule-table thead th {
  color: rgba(255, 255, 255, 0.72);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.cp-rule-table thead th:first-child,
.cp-rule-table tbody th {
  width: 30%;
}

.cp-rule-table tbody th {
  color: var(--cp-ink);
  font-size: 13px;
  font-weight: 700;
}

.cp-rule-table td {
  color: var(--cp-muted);
  font-size: 13px;
  line-height: 1.65;
}

.cp-feature-list {
  display: grid;
  gap: 13px;
  margin-top: 30px;
}

.cp-feature-list article {
  display: grid;
  grid-template-columns: 52px minmax(0, 1fr);
  gap: 18px;
  align-items: start;
  padding: 21px;
  border: 1px solid var(--cp-line);
  border-radius: 18px;
  background: #fff;
}

.cp-feature-list article > i {
  display: grid;
  width: 52px;
  height: 52px;
  place-items: center;
  border-radius: 15px;
  background: var(--cp-soft-orange);
  color: var(--cp-orange);
}

.cp-feature-list h3 {
  margin: 2px 0 7px;
  color: var(--cp-ink);
  font-size: 15px;
}

.cp-feature-list p {
  margin: 0;
  color: var(--cp-muted);
  font-size: 12px;
  line-height: 1.65;
}

.cp-remedy {
  display: grid;
  gap: 12px;
  margin-top: 30px;
}

.cp-remedy > div {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  gap: 16px;
  align-items: center;
  padding: 18px 20px;
  border-radius: 17px;
  background: #fff;
}

.cp-remedy span {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border-radius: 50%;
  background: var(--cp-ink);
  color: #fff;
  font-size: 12px;
  font-weight: 700;
}

.cp-remedy p {
  margin: 0;
  color: var(--cp-muted);
  font-size: 13px;
  line-height: 1.6;
}

.cp-remedy strong {
  color: var(--cp-ink);
}

.cp-fine-print {
  margin: 17px 0 0;
  padding-left: 16px;
  border-left: 3px solid var(--cp-orange);
  color: #7a776f;
  font-size: 11px;
  line-height: 1.65;
}

.cp-refund-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin-top: 30px;
}

.cp-refund-card {
  padding: 25px;
  border: 1px solid var(--cp-line);
  border-radius: 20px;
  background: #fff;
}

.cp-refund-card h3 {
  display: flex;
  align-items: center;
  gap: 11px;
  margin: 0 0 19px;
  color: var(--cp-ink);
  font-size: 16px;
}

.cp-refund-card h3 i {
  display: grid;
  width: 31px;
  height: 31px;
  place-items: center;
  border-radius: 50%;
}

.cp-refund-card--yes h3 i {
  background: #e6f7ec;
  color: var(--cp-green);
}

.cp-refund-card--no h3 i {
  background: #fff0ed;
  color: var(--cp-red);
}

.cp-refund-card ul {
  display: grid;
  gap: 12px;
  margin: 0;
  padding-left: 18px;
}

.cp-refund-card li {
  color: var(--cp-muted);
  font-size: 12px;
  line-height: 1.55;
}

.cp-subheading {
  margin: 32px 0 10px;
  color: var(--cp-ink);
  font-size: 19px;
}

.cp-steps {
  display: grid;
  gap: 0;
  margin: 31px 0 0;
  padding: 0;
  list-style: none;
}

.cp-steps li {
  position: relative;
  display: grid;
  grid-template-columns: 62px minmax(0, 1fr);
  gap: 18px;
  padding-bottom: 28px;
}

.cp-steps li:not(:last-child)::before {
  position: absolute;
  top: 50px;
  bottom: 0;
  left: 30px;
  width: 1px;
  background: var(--cp-line);
  content: "";
}

.cp-steps li > span {
  position: relative;
  z-index: 1;
  display: grid;
  width: 62px;
  height: 62px;
  place-items: center;
  border: 1px solid rgba(255, 123, 0, 0.25);
  border-radius: 50%;
  background: var(--cp-soft-orange);
  color: var(--cp-orange);
  font-size: 11px;
  font-weight: 700;
}

.cp-steps h3 {
  margin: 5px 0 7px;
  color: var(--cp-ink);
  font-size: 16px;
}

.cp-steps p {
  margin: 0;
  color: var(--cp-muted);
  font-size: 13px;
  line-height: 1.7;
}

.cp-steps a {
  color: var(--cp-orange-dark) !important;
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.cp-response-note {
  display: flex;
  align-items: flex-start;
  gap: 17px;
  padding: 23px;
  border-radius: 19px;
  background: var(--cp-ink);
  color: #fff;
}

.cp-response-note i {
  display: grid;
  width: 40px;
  height: 40px;
  flex: 0 0 40px;
  place-items: center;
  border-radius: 50%;
  background: var(--cp-orange);
}

.cp-response-note p {
  margin: 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 12px;
  line-height: 1.65;
}

.cp-response-note strong {
  color: #fff;
}

.cp-contact-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 45px;
  padding: clamp(30px, 5vw, 52px);
  border-radius: 28px;
  background:
    radial-gradient(circle at 95% 0%, rgba(255, 255, 255, 0.12), transparent 28%),
    var(--cp-orange);
  box-shadow: 0 25px 65px rgba(198, 95, 0, 0.2);
}

.cp-contact-card .cp-eyebrow {
  color: #fff;
}

.cp-contact-card h2 {
  max-width: 560px;
  margin-bottom: 12px;
  color: #fff;
}

.cp-contact-card p:not(.cp-eyebrow) {
  margin: 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 13px;
}

.cp-contact-card__actions {
  display: grid;
  gap: 10px;
}

.cp-contact-card__actions a {
  display: flex;
  min-height: 50px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 12px 18px;
  border-radius: 999px;
  background: #fff;
  color: var(--cp-ink) !important;
  font-size: 12px;
  font-weight: 700;
  text-decoration: none !important;
  white-space: nowrap;
}

.cancellation-page .footer2 {
  margin-top: 0;
}

@media (max-width: 1023px) {
  .cp-hero__grid {
    grid-template-columns: minmax(0, 1fr) 330px;
    gap: 45px;
  }

  .cp-policy__layout {
    grid-template-columns: 210px minmax(0, 1fr);
    gap: 48px;
  }

  .cp-outcome-grid {
    grid-template-columns: 1fr;
  }

  .cp-outcome {
    min-height: 0;
  }

  .cp-contact-card {
    grid-template-columns: 1fr;
    gap: 26px;
  }

  .cp-contact-card__actions {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  .cp-breadcrumb {
    padding: 16px 0;
  }

  .cp-breadcrumb li,
  .cp-breadcrumb a {
    font-size: 11px;
  }

  .cp-hero {
    padding: 64px 0 74px;
  }

  .cp-hero__grid {
    grid-template-columns: 1fr;
    gap: 38px;
  }

  .cp-hero h1 {
    font-size: 43px;
  }

  .cp-hero__lead {
    margin-top: 21px;
    font-size: 14px;
  }

  .cp-hero__meta {
    margin-top: 23px;
  }

  .cp-hero__summary {
    padding: 22px;
    border-radius: 22px;
  }

  .cp-hero__summary > div {
    grid-template-columns: 96px minmax(0, 1fr);
    gap: 13px;
    padding: 15px 0;
  }

  .cp-hero__summary strong {
    font-size: 16px;
  }

  .cp-policy {
    padding: 70px 0 80px;
  }

  .cp-policy__layout {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .cp-toc {
    position: static;
    margin-bottom: 58px;
  }

  .cp-toc nav {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
    border: 0;
  }

  .cp-toc nav a {
    display: flex;
    min-height: 48px;
    align-items: center;
    padding: 9px 11px 9px 28px;
    border: 1px solid var(--cp-line);
    border-radius: 12px;
    background: #fff;
    font-size: 10px;
  }

  .cp-toc nav a::before {
    left: 13px;
  }

  .cp-toc nav a:hover,
  .cp-toc nav a.is-active {
    padding-left: 30px;
  }

  .cp-toc__help {
    display: none;
  }

  .cp-policy-section {
    padding-bottom: 62px;
  }

  .cp-policy-section + .cp-policy-section {
    padding-top: 61px;
  }

  .cp-policy-section h2,
  .cp-contact-card h2 {
    font-size: 32px;
  }

  .cp-section-number {
    top: -8px;
    font-size: 67px;
  }

  .cp-policy-section > p:not(.cp-eyebrow):not(.cp-fine-print) {
    font-size: 14px;
    line-height: 1.7;
  }

  .cp-outcome-grid {
    margin-top: 25px;
  }

  .cp-outcome {
    padding: 21px;
  }

  .cp-rule-table th,
  .cp-rule-table td {
    display: block;
    width: 100% !important;
    padding: 17px 19px;
  }

  .cp-rule-table thead th:last-child {
    display: none;
  }

  .cp-rule-table tbody th {
    padding-bottom: 5px;
  }

  .cp-rule-table tbody td {
    padding-top: 5px;
  }

  .cp-check-list li {
    padding-right: 17px;
    padding-left: 47px;
  }

  .cp-check-list li::before {
    left: 18px;
  }

  .cp-refund-grid {
    grid-template-columns: 1fr;
  }

  .cp-feature-list article {
    grid-template-columns: 44px minmax(0, 1fr);
    gap: 14px;
    padding: 18px;
  }

  .cp-feature-list article > i {
    width: 44px;
    height: 44px;
  }

  .cp-steps li {
    grid-template-columns: 50px minmax(0, 1fr);
    gap: 15px;
  }

  .cp-steps li > span {
    width: 50px;
    height: 50px;
  }

  .cp-steps li:not(:last-child)::before {
    top: 42px;
    left: 24px;
  }

  .cp-response-note {
    padding: 19px;
  }

  .cp-contact-card {
    padding: 28px 22px;
    border-radius: 23px;
  }

  .cp-contact-card__actions {
    grid-template-columns: 1fr;
  }

  .cp-contact-card__actions a {
    justify-content: flex-start;
  }
}

@media (prefers-reduced-motion: reduce) {
  .cancellation-page {
    scroll-behavior: auto;
  }
}
