.windofa-information-page-body {
  background: #ffffff;
}

.info-page {
  --info-orange-soft: #fff4e9;
  --info-orange-line: #ffd8b4;
  --info-green: #188a5a;
  --info-green-soft: #eaf8f1;
  --info-red: #c84b48;
  --info-red-soft: #fff0ef;
  min-width: 0;
}

.info-page *,
.info-page *::before,
.info-page *::after {
  box-sizing: border-box;
}

.info-page [hidden] {
  display: none !important;
}

.info-page button,
.info-page input,
.info-page textarea {
  font: inherit;
}

.info-page button,
.info-page a,
.info-page input,
.info-page textarea {
  -webkit-tap-highlight-color: transparent;
}

.info-page :focus-visible {
  outline: 3px solid rgba(255, 122, 0, 0.3);
  outline-offset: 3px;
}

.info-hero {
  position: relative;
  min-height: 410px;
  margin-top: -90px;
  padding: 158px 0 82px;
  overflow: hidden;
  background:
    radial-gradient(circle at 78% 32%, rgba(255, 179, 102, 0.24), transparent 27%),
    linear-gradient(135deg, #fffaf5 0%, #fff 52%, #f7f8fa 100%);
  border-bottom: 1px solid rgba(17, 19, 23, 0.06);
}

.info-hero::before {
  position: absolute;
  inset: 0;
  pointer-events: none;
  content: "";
  opacity: 0.42;
  background-image: linear-gradient(rgba(17, 19, 23, 0.035) 1px, transparent 1px), linear-gradient(90deg, rgba(17, 19, 23, 0.035) 1px, transparent 1px);
  background-size: 44px 44px;
  mask-image: linear-gradient(to right, black, transparent 78%);
}

.info-hero__inner {
  position: relative;
  z-index: 2;
  min-width: 0;
}

.info-breadcrumb {
  display: flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 38px;
  color: #707783;
  font-size: 13px;
  font-weight: 600;
}

.info-breadcrumb a {
  transition: color 0.2s ease;
}

.info-breadcrumb a:hover {
  color: var(--orange);
}

.info-breadcrumb i {
  color: #adb2ba;
  font-size: 10px;
}

.info-hero__content {
  position: relative;
  z-index: 2;
  width: min(760px, 75%);
  min-width: 0;
}

.info-kicker,
.info-overline {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--orange-dark);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.13em;
  line-height: 1.3;
  text-transform: uppercase;
}

.info-kicker {
  margin-bottom: 17px;
  padding: 8px 13px;
  background: var(--info-orange-soft);
  border: 1px solid var(--info-orange-line);
  border-radius: 999px;
}

.info-hero__content h1 {
  max-width: 800px;
  margin: 0;
  color: var(--black);
  font-size: clamp(42px, 5.1vw, 72px);
  font-weight: 900;
  letter-spacing: -0.052em;
  line-height: 1.04;
}

.info-hero__content h1 span {
  color: var(--orange);
}

.info-hero__content p {
  max-width: 690px;
  margin: 22px 0 0;
  color: #606873;
  font-size: clamp(16px, 1.5vw, 19px);
  line-height: 1.75;
}

.info-hero__mark {
  position: absolute;
  top: 50%;
  right: 5%;
  display: grid;
  place-items: center;
  width: clamp(150px, 18vw, 235px);
  aspect-ratio: 1;
  color: var(--orange);
  font-size: clamp(64px, 8vw, 105px);
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(255, 122, 0, 0.2);
  border-radius: 34% 66% 58% 42% / 46% 35% 65% 54%;
  box-shadow: 0 28px 65px rgba(70, 49, 27, 0.12);
  transform: translateY(-34%);
  backdrop-filter: blur(12px);
}

.info-hero__mark::after {
  position: absolute;
  inset: 14px;
  content: "";
  border: 1px dashed rgba(255, 122, 0, 0.32);
  border-radius: inherit;
}

.info-hero__orb {
  position: absolute;
  z-index: 1;
  display: block;
  border-radius: 50%;
  pointer-events: none;
}

.info-hero__orb--one {
  top: 108px;
  right: 24%;
  width: 22px;
  height: 22px;
  background: var(--orange);
  box-shadow: 0 0 0 12px rgba(255, 122, 0, 0.1);
}

.info-hero__orb--two {
  right: 3%;
  bottom: 42px;
  width: 88px;
  height: 88px;
  border: 18px solid rgba(255, 122, 0, 0.09);
}

.info-section {
  padding: 82px 0;
}

.info-section--soft {
  background: #f7f8fa;
  border-block: 1px solid #eef0f3;
}

.info-section-heading {
  max-width: 750px;
  margin-bottom: 34px;
}

.info-section-heading h2 {
  margin: 8px 0 12px;
  color: var(--black);
  font-size: clamp(28px, 3vw, 42px);
  font-weight: 850;
  letter-spacing: -0.035em;
  line-height: 1.18;
}

.info-section-heading p {
  margin: 0;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.75;
}

.info-section-heading--center {
  margin-inline: auto;
  text-align: center;
}

.info-section-heading--split {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 32px;
  max-width: none;
}

.info-section-heading--split > p {
  flex: 0 0 auto;
  margin-bottom: 7px;
  padding: 9px 13px;
  color: #505762;
  font-size: 13px;
  font-weight: 650;
  background: var(--soft);
  border-radius: 999px;
}

.info-section-heading--split > p strong {
  color: var(--orange-dark);
}

.info-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 48px;
  padding: 12px 19px;
  color: var(--black);
  font-size: 14px;
  font-weight: 800;
  line-height: 1.2;
  text-align: center;
  border: 1px solid transparent;
  border-radius: 8px;
  transition: color 0.2s ease, background 0.2s ease, border-color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}

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

.info-button--primary {
  color: #fff;
  background: var(--orange);
  box-shadow: 0 12px 24px rgba(255, 122, 0, 0.22);
}

.info-button--primary:hover {
  color: #fff;
  background: var(--orange-dark);
  box-shadow: 0 16px 28px rgba(226, 93, 0, 0.25);
}

.info-button--secondary {
  color: var(--orange-dark);
  background: #fff;
  border-color: var(--info-orange-line);
}

.info-button--light {
  color: var(--black);
  background: #fff;
  box-shadow: 0 12px 28px rgba(17, 19, 23, 0.15);
}

.info-button--light:hover {
  color: var(--orange-dark);
  background: #fffaf5;
}

/* FAQ */
.info-faq-section {
  background: linear-gradient(#fff, #fbfbfc);
}

.info-faq-tools {
  display: grid;
  grid-template-columns: minmax(320px, 0.85fr) minmax(0, 1.15fr);
  align-items: center;
  gap: 20px;
  margin-top: -116px;
  margin-bottom: 70px;
  padding: 18px;
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid rgba(17, 19, 23, 0.07);
  border-radius: 12px;
  box-shadow: 0 22px 52px rgba(26, 28, 32, 0.12);
}

.info-search-field {
  position: relative;
  min-width: 0;
}

.info-search-field > i {
  position: absolute;
  top: 50%;
  left: 17px;
  color: var(--orange);
  transform: translateY(-50%);
  pointer-events: none;
}

.info-search-field input {
  width: 100%;
  min-width: 0;
  height: 52px;
  padding: 0 48px 0 46px;
  color: var(--ink);
  background: #f7f8fa;
  border: 1px solid #e5e8ec;
  border-radius: 8px;
  outline: none;
  transition: background 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.info-search-field input::placeholder {
  color: #979da6;
}

.info-search-field input:focus {
  background: #fff;
  border-color: var(--orange);
  box-shadow: 0 0 0 4px rgba(255, 122, 0, 0.1);
}

.info-search-field button {
  position: absolute;
  top: 50%;
  right: 9px;
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  padding: 0;
  color: #707783;
  background: transparent;
  border: 0;
  border-radius: 50%;
  transform: translateY(-50%);
}

.info-search-field button:hover {
  color: var(--orange-dark);
  background: var(--info-orange-soft);
}

.info-filter-list {
  display: flex;
  justify-content: flex-end;
  gap: 8px;
  min-width: 0;
  overflow-x: auto;
  scrollbar-width: thin;
}

.info-filter-chip {
  flex: 0 0 auto;
  min-height: 40px;
  padding: 8px 14px;
  color: #626974;
  font-size: 13px;
  font-weight: 750;
  white-space: nowrap;
  background: #fff;
  border: 1px solid #e4e7eb;
  border-radius: 999px;
  transition: color 0.2s ease, background 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}

.info-filter-chip:hover {
  color: var(--orange-dark);
  border-color: var(--info-orange-line);
  transform: translateY(-1px);
}

.info-filter-chip.is-active {
  color: #fff;
  background: var(--orange);
  border-color: var(--orange);
  box-shadow: 0 8px 18px rgba(255, 122, 0, 0.2);
}

.info-faq-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 330px;
  align-items: start;
  gap: 32px;
}

.info-faq-list {
  display: grid;
  gap: 13px;
  min-width: 0;
}

.info-faq-item {
  min-width: 0;
  overflow: hidden;
  background: #fff;
  border: 1px solid #e7e9ed;
  border-radius: 10px;
  box-shadow: 0 7px 20px rgba(24, 27, 33, 0.035);
  transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.info-faq-item:hover {
  border-color: #d9dde3;
  box-shadow: 0 12px 28px rgba(24, 27, 33, 0.07);
  transform: translateY(-1px);
}

.info-faq-item.is-open {
  border-color: var(--info-orange-line);
  box-shadow: 0 14px 32px rgba(255, 122, 0, 0.1);
}

.info-faq-item h3 {
  margin: 0;
}

.info-faq-item h3 button {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr) 34px;
  align-items: center;
  gap: 15px;
  width: 100%;
  min-width: 0;
  padding: 19px 20px;
  color: var(--black);
  font-size: 15px;
  font-weight: 750;
  line-height: 1.45;
  text-align: left;
  background: transparent;
  border: 0;
}

.info-faq-item__number {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  color: var(--orange-dark);
  font-size: 12px;
  font-weight: 850;
  background: var(--info-orange-soft);
  border-radius: 8px;
}

.info-faq-item h3 button > i {
  display: grid;
  place-items: center;
  width: 32px;
  height: 32px;
  color: #737a85;
  font-size: 13px;
  background: #f5f6f8;
  border-radius: 50%;
  transition: color 0.25s ease, background 0.25s ease, transform 0.25s ease;
}

.info-faq-item.is-open h3 button > i {
  color: #fff;
  background: var(--orange);
  transform: rotate(45deg);
}

.info-faq-answer {
  padding: 0 72px 22px 77px;
}

.info-faq-answer p {
  margin: 0;
  padding-top: 18px;
  color: #68707b;
  font-size: 14px;
  line-height: 1.8;
  border-top: 1px solid #eceef1;
}

.info-faq-answer:not([hidden]) {
  animation: info-answer-in 0.28s ease both;
}

.info-help-card {
  position: sticky;
  top: 112px;
  min-width: 0;
  padding: 30px;
  overflow: hidden;
  background: var(--black);
  border-radius: 12px;
  box-shadow: 0 20px 42px rgba(17, 19, 23, 0.16);
}

.info-help-card::after {
  position: absolute;
  right: -55px;
  bottom: -65px;
  width: 160px;
  height: 160px;
  content: "";
  background: rgba(255, 122, 0, 0.14);
  border-radius: 50%;
}

.info-help-card__icon {
  display: grid;
  place-items: center;
  width: 58px;
  height: 58px;
  margin-bottom: 23px;
  color: #fff;
  font-size: 24px;
  background: var(--orange);
  border-radius: 10px;
  box-shadow: 0 12px 26px rgba(255, 122, 0, 0.25);
}

.info-help-card h2 {
  margin: 8px 0 12px;
  color: #fff;
  font-size: 25px;
  letter-spacing: -0.025em;
}

.info-help-card p {
  margin: 0 0 22px;
  color: #b9bec7;
  font-size: 14px;
  line-height: 1.75;
}

.info-help-card .info-button {
  position: relative;
  z-index: 1;
  width: 100%;
}

.info-help-card small {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 16px;
  color: #9da4af;
  font-size: 11px;
}

.info-empty-state {
  grid-column: 1;
  padding: 48px 24px;
  text-align: center;
  background: #fff;
  border: 1px dashed #d9dde3;
  border-radius: 12px;
}

.info-empty-state > span {
  display: grid;
  place-items: center;
  width: 68px;
  height: 68px;
  margin: 0 auto 18px;
  color: var(--orange);
  font-size: 27px;
  background: var(--info-orange-soft);
  border-radius: 50%;
}

.info-empty-state h3 {
  margin: 0 0 7px;
  color: var(--black);
  font-size: 21px;
}

.info-empty-state p {
  margin: 0 0 20px;
  color: var(--muted);
  font-size: 14px;
}

/* Refund policy */
.info-refund-summary {
  padding-top: 0;
}

.info-highlight-grid {
  position: relative;
  z-index: 3;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: -41px;
  margin-bottom: 80px;
  padding: 14px;
  background: #fff;
  border: 1px solid rgba(17, 19, 23, 0.07);
  border-radius: 12px;
  box-shadow: 0 22px 52px rgba(26, 28, 32, 0.11);
}

.info-highlight-grid article {
  display: flex;
  align-items: center;
  gap: 15px;
  min-width: 0;
  padding: 18px;
  background: #fafbfc;
  border-radius: 9px;
}

.info-highlight-grid article > span {
  display: grid;
  flex: 0 0 auto;
  place-items: center;
  width: 48px;
  height: 48px;
  color: var(--orange-dark);
  font-size: 19px;
  background: var(--info-orange-soft);
  border-radius: 9px;
}

.info-highlight-grid article div {
  min-width: 0;
}

.info-highlight-grid strong {
  display: block;
  color: var(--black);
  font-size: 17px;
}

.info-highlight-grid p {
  margin: 2px 0 0;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.45;
}

.info-policy-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}

.info-policy-card {
  min-width: 0;
  padding: 30px;
  background: #fff;
  border: 1px solid #e7e9ed;
  border-top: 4px solid;
  border-radius: 10px;
  box-shadow: 0 14px 34px rgba(24, 27, 33, 0.06);
}

.info-policy-card--eligible {
  border-top-color: var(--info-green);
}

.info-policy-card--excluded {
  border-top-color: var(--info-red);
}

.info-policy-card__head {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 25px;
}

.info-policy-card__head > span {
  display: grid;
  flex: 0 0 auto;
  place-items: center;
  width: 48px;
  height: 48px;
  font-size: 19px;
  border-radius: 9px;
}

.info-policy-card--eligible .info-policy-card__head > span {
  color: var(--info-green);
  background: var(--info-green-soft);
}

.info-policy-card--excluded .info-policy-card__head > span {
  color: var(--info-red);
  background: var(--info-red-soft);
}

.info-policy-card__head small,
.info-location-panel small,
.info-contact-card small {
  display: block;
  margin-bottom: 3px;
  color: #8a919b;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.info-policy-card__head h3 {
  margin: 0;
  color: var(--black);
  font-size: 20px;
  line-height: 1.3;
}

.info-policy-card ul,
.info-legal-section ul {
  display: grid;
  gap: 13px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.info-policy-card li,
.info-legal-section li {
  display: grid;
  grid-template-columns: 22px minmax(0, 1fr);
  gap: 10px;
  color: #626a75;
  font-size: 14px;
  line-height: 1.65;
}

.info-policy-card li i,
.info-legal-section li i {
  display: grid;
  place-items: center;
  width: 20px;
  height: 20px;
  margin-top: 2px;
  font-size: 9px;
  border-radius: 50%;
}

.info-policy-card--eligible li i,
.info-legal-section li i {
  color: var(--info-green);
  background: var(--info-green-soft);
}

.info-policy-card--excluded li i {
  color: var(--info-red);
  background: var(--info-red-soft);
}

.info-step-grid {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  margin: 48px 0 0;
  padding: 0;
  list-style: none;
}

.info-step-grid::before {
  position: absolute;
  top: 48px;
  right: 10%;
  left: 10%;
  height: 2px;
  content: "";
  background: repeating-linear-gradient(90deg, var(--info-orange-line) 0 8px, transparent 8px 15px);
}

.info-step-grid li {
  position: relative;
  z-index: 1;
  min-width: 0;
  padding: 26px 22px;
  text-align: center;
  background: #fff;
  border: 1px solid #e7e9ed;
  border-radius: 10px;
  box-shadow: 0 10px 28px rgba(24, 27, 33, 0.05);
}

.info-step-grid__number {
  position: absolute;
  top: 10px;
  right: 12px;
  color: #c5c9cf;
  font-size: 12px;
  font-weight: 850;
}

.info-step-grid__icon {
  display: grid;
  place-items: center;
  width: 54px;
  height: 54px;
  margin: 0 auto 18px;
  color: #fff;
  font-size: 20px;
  background: var(--orange);
  border: 5px solid #fff;
  border-radius: 50%;
  box-shadow: 0 0 0 1px var(--info-orange-line), 0 10px 22px rgba(255, 122, 0, 0.18);
}

.info-step-grid h3 {
  margin: 0 0 8px;
  color: var(--black);
  font-size: 17px;
}

.info-step-grid p {
  margin: 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.65;
}

.info-refund-notes {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
}

.info-note-card {
  display: grid;
  grid-template-columns: 62px minmax(0, 1fr);
  gap: 20px;
  min-width: 0;
  padding: 28px;
  background: #fff;
  border: 1px solid #e7e9ed;
  border-radius: 10px;
}

.info-note-card > span {
  display: grid;
  place-items: center;
  width: 62px;
  height: 62px;
  color: var(--orange-dark);
  font-size: 23px;
  background: var(--info-orange-soft);
  border-radius: 10px;
}

.info-note-card h2 {
  margin: 6px 0 8px;
  color: var(--black);
  font-size: 21px;
}

.info-note-card p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.75;
}

.info-cta-band {
  padding: 0 0 82px;
}

.info-cta-band__inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 34px;
  min-width: 0;
  padding: 36px 42px;
  overflow: hidden;
  color: #fff;
  background: linear-gradient(120deg, #f26900, #ff8c22);
  border-radius: 12px;
  box-shadow: 0 20px 44px rgba(226, 93, 0, 0.2);
}

.info-cta-band__inner::after {
  position: absolute;
  right: -48px;
  bottom: -90px;
  width: 235px;
  height: 235px;
  content: "";
  border: 45px solid rgba(255, 255, 255, 0.09);
  border-radius: 50%;
}

.info-cta-band__inner > div,
.info-cta-band__inner .info-button {
  position: relative;
  z-index: 1;
}

.info-cta-band__inner .info-overline {
  color: #fff2e7;
}

.info-cta-band__inner h2 {
  margin: 6px 0;
  color: #fff;
  font-size: clamp(23px, 2.5vw, 33px);
  letter-spacing: -0.03em;
}

.info-cta-band__inner p {
  margin: 0;
  color: rgba(255, 255, 255, 0.86);
  font-size: 14px;
}

.info-cta-band__inner .info-button {
  flex: 0 0 auto;
}

.info-updated-note {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-top: -52px;
  padding-bottom: 42px;
  color: #8a919b;
  font-size: 12px;
}

/* Terms and conditions */
.info-legal-layout {
  display: grid;
  grid-template-columns: 285px minmax(0, 1fr);
  align-items: start;
  gap: 38px;
}

.info-legal-nav {
  position: sticky;
  top: 108px;
  min-width: 0;
  overflow: hidden;
  background: #fff;
  border: 1px solid #e6e9ed;
  border-radius: 10px;
  box-shadow: 0 14px 34px rgba(24, 27, 33, 0.06);
}

.info-legal-nav__head {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 20px;
  background: var(--black);
}

.info-legal-nav__head > span {
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  color: #fff;
  background: var(--orange);
  border-radius: 8px;
}

.info-legal-nav__head small {
  display: block;
  color: #aeb4bd;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.info-legal-nav__head h2 {
  margin: 2px 0 0;
  color: #fff;
  font-size: 17px;
}

.info-legal-nav nav {
  max-height: calc(100vh - 280px);
  padding: 10px;
  overflow-y: auto;
}

.info-legal-nav nav a {
  display: grid;
  grid-template-columns: 27px minmax(0, 1fr);
  gap: 9px;
  padding: 10px 11px;
  color: #626a75;
  font-size: 12px;
  font-weight: 650;
  line-height: 1.4;
  border-radius: 7px;
  transition: color 0.2s ease, background 0.2s ease;
}

.info-legal-nav nav a span {
  color: #b1b6be;
  font-size: 10px;
  font-weight: 800;
}

.info-legal-nav nav a:hover,
.info-legal-nav nav a.is-active {
  color: var(--orange-dark);
  background: var(--info-orange-soft);
}

.info-legal-nav nav a.is-active span {
  color: var(--orange);
}

.info-legal-nav__help {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 4px 10px 10px;
  padding: 12px;
  color: var(--orange-dark);
  background: var(--info-orange-soft);
  border-radius: 8px;
}

.info-legal-nav__help > i {
  flex: 0 0 auto;
}

.info-legal-nav__help p {
  margin: 0;
  color: #6c5a49;
  font-size: 10px;
  line-height: 1.45;
}

.info-legal-nav__help a {
  display: block;
  color: var(--orange-dark);
  font-weight: 800;
}

.info-legal-content {
  display: grid;
  gap: 18px;
  min-width: 0;
}

.info-legal-intro {
  display: grid;
  grid-template-columns: 26px minmax(0, 1fr);
  gap: 12px;
  padding: 19px 21px;
  color: #6b5b4d;
  background: #fff8f1;
  border: 1px solid var(--info-orange-line);
  border-radius: 9px;
}

.info-legal-intro i {
  margin-top: 4px;
  color: var(--orange);
}

.info-legal-intro p {
  margin: 0;
  font-size: 13px;
  line-height: 1.7;
}

.info-legal-section {
  min-width: 0;
  padding: 30px 32px;
  background: #fff;
  border: 1px solid #e7e9ed;
  border-radius: 10px;
  box-shadow: 0 8px 26px rgba(24, 27, 33, 0.04);
  scroll-margin-top: 120px;
}

.info-legal-section header {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 20px;
  padding-bottom: 18px;
  border-bottom: 1px solid #eceef1;
}

.info-legal-section header > span {
  display: grid;
  flex: 0 0 auto;
  place-items: center;
  width: 46px;
  height: 46px;
  color: var(--orange-dark);
  font-size: 18px;
  background: var(--info-orange-soft);
  border-radius: 9px;
}

.info-legal-section header small {
  display: block;
  color: #a0a6ae;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.info-legal-section header h2 {
  margin: 3px 0 0;
  color: var(--black);
  font-size: 22px;
  letter-spacing: -0.02em;
}

.info-legal-section > p {
  margin: 0 0 14px;
  color: #626a75;
  font-size: 14px;
  line-height: 1.8;
}

.info-legal-section > p:last-of-type {
  margin-bottom: 0;
}

.info-legal-section ul {
  margin-top: 17px;
  padding-top: 17px;
  border-top: 1px dashed #dde1e6;
}

.info-inline-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 20px;
  color: var(--orange-dark);
  font-size: 13px;
  font-weight: 800;
}

.info-inline-link:hover {
  color: var(--orange);
}

.info-legal-content .info-updated-note {
  margin-top: 2px;
  padding: 12px 0 0;
}

/* Contact */
.info-contact-section {
  padding-bottom: 72px;
}

.info-contact-cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.info-contact-card {
  position: relative;
  display: block;
  min-width: 0;
  min-height: 245px;
  padding: 28px;
  overflow: hidden;
  color: var(--ink);
  background: #fff;
  border: 1px solid #e5e8ec;
  border-radius: 11px;
  box-shadow: 0 12px 30px rgba(24, 27, 33, 0.05);
  transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

a.info-contact-card:hover {
  color: var(--ink);
  border-color: var(--info-orange-line);
  box-shadow: 0 18px 38px rgba(24, 27, 33, 0.1);
  transform: translateY(-4px);
}

.info-contact-card > span {
  display: grid;
  place-items: center;
  width: 50px;
  height: 50px;
  margin-bottom: 23px;
  color: var(--orange-dark);
  font-size: 21px;
  background: var(--info-orange-soft);
  border-radius: 9px;
}

.info-contact-card h3 {
  margin: 4px 0 7px;
  color: var(--black);
  font-size: 22px;
}

.info-contact-card p {
  min-height: 42px;
  margin: 0 0 17px;
  overflow-wrap: anywhere;
  color: #656d78;
  font-size: 14px;
  line-height: 1.55;
}

.info-contact-card strong {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--orange-dark);
  font-size: 12px;
}

.info-contact-card--primary {
  color: #fff;
  background: linear-gradient(140deg, #169b62, #087a49);
  border-color: transparent;
}

.info-contact-card--primary::after {
  position: absolute;
  right: -45px;
  bottom: -65px;
  width: 150px;
  height: 150px;
  content: "";
  background: rgba(255, 255, 255, 0.08);
  border-radius: 50%;
}

.info-contact-card--primary > span {
  color: #188a5a;
  background: #fff;
}

.info-contact-card--primary small,
.info-contact-card--primary p {
  color: rgba(255, 255, 255, 0.78);
}

.info-contact-card--primary h3,
.info-contact-card--primary strong,
a.info-contact-card--primary:hover {
  color: #fff;
}

.info-contact-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(360px, 0.92fr);
  align-items: start;
  gap: 30px;
}

.info-contact-form-card,
.info-location-panel {
  min-width: 0;
  padding: 34px;
  background: #fff;
  border: 1px solid #e5e8ec;
  border-radius: 12px;
  box-shadow: 0 16px 38px rgba(24, 27, 33, 0.06);
}

.info-contact-form-card .info-section-heading {
  margin-bottom: 29px;
}

.info-contact-form {
  display: grid;
  gap: 18px;
}

.info-form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.info-form-field {
  min-width: 0;
}

.info-form-field > label {
  display: block;
  margin-bottom: 7px;
  color: #383e47;
  font-size: 12px;
  font-weight: 750;
}

.info-form-field > span {
  position: relative;
  display: block;
  min-width: 0;
}

.info-form-field > span > i {
  position: absolute;
  top: 50%;
  left: 15px;
  color: #9ba1aa;
  font-size: 13px;
  transform: translateY(-50%);
  pointer-events: none;
}

.info-form-field--textarea > span > i {
  top: 18px;
  transform: none;
}

.info-form-field input,
.info-form-field textarea {
  display: block;
  width: 100%;
  min-width: 0;
  color: var(--ink);
  background: #f8f9fa;
  border: 1px solid #e1e4e8;
  border-radius: 8px;
  outline: none;
  transition: background 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.info-form-field input {
  height: 50px;
  padding: 0 15px 0 42px;
}

.info-form-field textarea {
  min-height: 145px;
  padding: 14px 15px 14px 42px;
  line-height: 1.55;
  resize: vertical;
}

.info-form-field input::placeholder,
.info-form-field textarea::placeholder {
  color: #a2a8b0;
}

.info-form-field input:focus,
.info-form-field textarea:focus {
  background: #fff;
  border-color: var(--orange);
  box-shadow: 0 0 0 4px rgba(255, 122, 0, 0.1);
}

.info-form-field.is-error input,
.info-form-field.is-error textarea {
  background: #fffafa;
  border-color: var(--info-red);
  box-shadow: 0 0 0 3px rgba(200, 75, 72, 0.08);
}

.info-form-field > small {
  display: block;
  min-height: 16px;
  margin-top: 5px;
  color: var(--info-red);
  font-size: 10px;
}

.info-form-status {
  padding: 12px 14px;
  font-size: 12px;
  font-weight: 650;
  line-height: 1.55;
  border: 1px solid;
  border-radius: 8px;
}

.info-form-status.is-success {
  color: #116842;
  background: var(--info-green-soft);
  border-color: #bee6d2;
}

.info-form-status.is-error {
  color: #a23f3c;
  background: var(--info-red-soft);
  border-color: #f0c5c3;
}

.info-contact-submit {
  justify-self: start;
  min-width: 166px;
}

.info-contact-submit:disabled {
  cursor: wait;
  opacity: 0.72;
  transform: none;
}

.info-contact-submit.is-loading i {
  animation: info-spin 0.8s linear infinite;
}

.info-form-privacy {
  display: flex;
  align-items: center;
  gap: 7px;
  margin: -5px 0 0;
  color: #8b929c;
  font-size: 10px;
}

.info-form-privacy i {
  color: var(--info-green);
}

.info-location-panel {
  padding: 0;
  overflow: hidden;
}

.info-location-panel__head {
  padding: 30px 30px 22px;
}

.info-location-panel__head h2 {
  margin: 7px 0 9px;
  color: var(--black);
  font-size: 28px;
  letter-spacing: -0.03em;
}

.info-location-panel__head p {
  margin: 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.65;
}

.info-location-list {
  display: grid;
  gap: 1px;
  background: #eceef1;
  border-block: 1px solid #eceef1;
}

.info-location-list article {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  gap: 13px;
  min-width: 0;
  padding: 18px 30px;
  background: #fff;
}

.info-location-list article > span {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  color: var(--orange-dark);
  background: var(--info-orange-soft);
  border-radius: 8px;
}

.info-location-list article div {
  min-width: 0;
}

.info-location-list h3 {
  margin: 2px 0 4px;
  color: var(--black);
  font-size: 15px;
}

.info-location-list p {
  margin: 0;
  overflow-wrap: anywhere;
  color: #737a84;
  font-size: 11px;
  line-height: 1.55;
}

.info-map-frame {
  position: relative;
  width: 100%;
  height: 315px;
  min-height: 315px;
  overflow: hidden;
  background: #e9ecef;
}

.info-map-frame iframe {
  display: block !important;
  width: 100% !important;
  max-width: 100% !important;
  height: 315px !important;
  min-height: 315px !important;
  border: 0 !important;
}

.info-map-empty {
  display: grid;
  place-items: center;
  align-content: center;
  height: 100%;
  padding: 30px;
  text-align: center;
  background: linear-gradient(135deg, #eceff2, #f7f8fa);
}

.info-map-empty i {
  margin-bottom: 12px;
  color: var(--orange);
  font-size: 35px;
}

.info-map-empty h3 {
  margin: 0 0 6px;
  color: var(--black);
  font-size: 17px;
}

.info-map-empty p {
  max-width: 290px;
  margin: 0;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.55;
}

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

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

@media (max-width: 1100px) {
  .info-hero__content {
    width: min(700px, 72%);
  }

  .info-faq-tools {
    grid-template-columns: 1fr;
  }

  .info-filter-list {
    justify-content: flex-start;
  }

  .info-faq-layout {
    grid-template-columns: minmax(0, 1fr) 290px;
    gap: 24px;
  }

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

  .info-step-grid::before {
    display: none;
  }

  .info-contact-layout {
    grid-template-columns: minmax(0, 1fr) minmax(330px, 0.85fr);
    gap: 22px;
  }
}

@media (max-width: 900px) {
  .info-hero {
    min-height: 365px;
    margin-top: -80px;
    padding: 133px 0 68px;
  }

  .info-breadcrumb {
    margin-bottom: 28px;
  }

  .info-hero__content {
    width: min(650px, 78%);
  }

  .info-hero__mark {
    right: -25px;
    opacity: 0.72;
  }

  .info-section {
    padding: 66px 0;
  }

  .info-faq-tools {
    margin-top: -101px;
    margin-bottom: 58px;
  }

  .info-faq-layout,
  .info-contact-layout {
    grid-template-columns: 1fr;
  }

  .info-help-card,
  .info-legal-nav {
    position: static;
  }

  .info-help-card {
    margin-top: 8px;
  }

  .info-highlight-grid {
    grid-template-columns: 1fr;
    margin-bottom: 62px;
  }

  .info-highlight-grid article {
    padding: 14px 16px;
  }

  .info-legal-layout {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .info-legal-nav nav {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    max-height: none;
  }

  .info-legal-nav__help {
    display: none;
  }

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

  .info-contact-card:last-child {
    grid-column: 1 / -1;
    min-height: 205px;
  }

  .info-location-panel {
    max-width: none;
  }
}

@media (max-width: 680px) {
  .info-hero {
    min-height: 345px;
    padding-bottom: 54px;
  }

  .info-hero::before {
    mask-image: linear-gradient(to bottom, black, transparent 90%);
  }

  .info-hero__content {
    width: 100%;
  }

  .info-hero__content h1 {
    max-width: calc(100% - 22px);
    font-size: clamp(36px, 11vw, 51px);
  }

  .info-hero__content p {
    max-width: 95%;
    font-size: 15px;
    line-height: 1.68;
  }

  .info-hero__mark {
    top: auto;
    right: -36px;
    bottom: -52px;
    width: 125px;
    font-size: 52px;
    opacity: 0.3;
    transform: none;
  }

  .info-hero__orb--one {
    display: none;
  }

  .info-section {
    padding: 54px 0;
  }

  .info-section-heading--split {
    display: block;
  }

  .info-section-heading--split > p {
    display: inline-block;
    margin-top: 6px;
  }

  .info-faq-tools {
    margin-top: -82px;
    margin-bottom: 48px;
    padding: 13px;
  }

  .info-search-field input {
    font-size: 13px;
  }

  .info-filter-list {
    margin-inline: -2px;
    padding: 2px 2px 5px;
  }

  .info-faq-item h3 button {
    grid-template-columns: 36px minmax(0, 1fr) 30px;
    gap: 11px;
    padding: 15px;
    font-size: 13px;
  }

  .info-faq-item__number {
    width: 36px;
    height: 36px;
  }

  .info-faq-item h3 button > i {
    width: 29px;
    height: 29px;
  }

  .info-faq-answer {
    padding: 0 54px 18px 62px;
  }

  .info-help-card {
    padding: 25px;
  }

  .info-policy-grid,
  .info-refund-notes,
  .info-step-grid,
  .info-contact-cards,
  .info-form-grid {
    grid-template-columns: 1fr;
  }

  .info-policy-card,
  .info-legal-section,
  .info-contact-form-card {
    padding: 24px 21px;
  }

  .info-contact-card,
  .info-contact-card:last-child {
    grid-column: auto;
    min-height: 220px;
  }

  .info-note-card {
    grid-template-columns: 50px minmax(0, 1fr);
    gap: 15px;
    padding: 22px;
  }

  .info-note-card > span {
    width: 50px;
    height: 50px;
    font-size: 19px;
  }

  .info-cta-band {
    padding-bottom: 60px;
  }

  .info-cta-band__inner {
    display: block;
    padding: 29px 24px;
  }

  .info-cta-band__inner .info-button {
    width: 100%;
    margin-top: 22px;
  }

  .info-legal-nav nav {
    grid-template-columns: 1fr;
  }

  .info-legal-section {
    scroll-margin-top: 90px;
  }

  .info-location-panel__head {
    padding: 25px 22px 19px;
  }

  .info-location-list article {
    padding: 16px 22px;
  }

  .info-map-frame,
  .info-map-frame iframe {
    height: 270px !important;
    min-height: 270px !important;
  }

  .info-contact-submit {
    width: 100%;
  }
}

@media (max-width: 420px) {
  .info-breadcrumb {
    margin-bottom: 23px;
    font-size: 11px;
  }

  .info-kicker {
    font-size: 10px;
  }

  .info-hero__content h1 {
    font-size: 36px;
  }

  .info-section-heading h2 {
    font-size: 28px;
  }

  .info-faq-tools {
    margin-inline: -4px;
  }

  .info-faq-answer {
    padding: 0 16px 18px 62px;
  }

  .info-policy-card__head {
    align-items: flex-start;
  }

  .info-policy-card__head h3 {
    font-size: 18px;
  }

  .info-step-grid li {
    padding-inline: 18px;
  }

  .info-note-card {
    display: block;
  }

  .info-note-card > span {
    margin-bottom: 17px;
  }

  .info-legal-section header {
    align-items: flex-start;
  }

  .info-legal-section header h2 {
    font-size: 19px;
  }

  .info-contact-form-card,
  .info-location-panel {
    border-radius: 9px;
  }

  .info-location-list article {
    grid-template-columns: 38px minmax(0, 1fr);
    gap: 10px;
  }

  .info-location-list article > span {
    width: 38px;
    height: 38px;
  }
}

@media (max-width: 380px) {
  .info-hero {
    padding-top: 126px;
  }

  .info-hero__content h1 {
    font-size: 33px;
  }

  .info-filter-chip {
    min-height: 38px;
    padding-inline: 12px;
    font-size: 12px;
  }

  .info-faq-item h3 button {
    grid-template-columns: 30px minmax(0, 1fr) 27px;
    gap: 9px;
    padding: 13px 12px;
  }

  .info-faq-item__number {
    width: 30px;
    height: 30px;
    font-size: 10px;
  }

  .info-faq-item h3 button > i {
    width: 27px;
    height: 27px;
  }

  .info-faq-answer {
    padding-left: 51px;
  }

  .info-policy-card,
  .info-legal-section,
  .info-contact-form-card {
    padding-inline: 18px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html:has(.windofa-information-page-body) {
    scroll-behavior: auto !important;
  }

  .info-page *,
  .info-page *::before,
  .info-page *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}
