/* United VAT — policy page layout (header, hero, content) */

.header-one .header-main {
  background-color: #ffffff;
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}

 .footer-bg-wrap {
      background-image: url('assets/images/696df90fe51cdabde6bde233_footer-bg-line.png');
      background-position: 0 0;
      background-repeat: repeat;
      background-size: auto;
      height: 187px;
    }

.header-one .uv-navbar {
  align-items: center;
  gap: 20px;
  height: 80px;
}

.header-one .logo-link {
  flex: none;
  order: 0;
  margin-right: 0;
  padding: 0;
}

.header-one .logo {
  height: 40px;
  width: auto;
  display: block;
}

.header-one .uv-nav-menu {
  background-color: transparent;
  order: 0;
  flex: 1;
  float: none;
  margin-left: 0;
  position: static;
  justify-content: center;
}

.header-one .w-nav {
  background: transparent;
}

.header-one .uv-nav-list {
  grid-column-gap: 0;
  grid-row-gap: 0;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  gap: 4px 28px;
  margin: 0;
  padding: 0;
  display: flex;
  border: none;
  box-shadow: none;
  background: transparent;
}

.header-one .uv-nav-item {
  margin: 0;
  padding: 0;
  display: block;
  background-image: none;
}

.header-one .uv-nav-link {
  font-family: var(--_font-family---font-family);
  color: #2d2d2d;
  height: auto;
  margin: 0;
  padding: 8px 0;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  transition: color 0.2s ease;
  display: inline-block;
  vertical-align: middle;
  text-align: left;
}

.header-one .uv-nav-link:hover,
.header-one .uv-nav-link.w--current,
.header-one .uv-nav-link.active {
  color: #C02026;
  font-weight: 600;
}

.header-one .uv-header-actions {
  align-items: center;
  gap: 14px;
  flex: none;
  order: 0;
}

.header-one .uv-header-cta {
  background-color: #C02026;
  color: #ffffff;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  padding: 12px 22px;
  font-family: var(--_font-family---heading-font);
  font-size: 15px;
  font-weight: 600;
  line-height: 1.2;
  text-decoration: none;
  white-space: nowrap;
  transition: background-color 0.2s ease;
  display: inline-flex;
}

.header-one .uv-header-cta:hover {
  background-color: #a81b20;
  color: #ffffff;
}

.header-one .uv-header-cta--mobile {
  display: none;
}

.header-one .menu-button {
  background-color: transparent;
  order: 0;
  margin: 0;
  padding: 8px;
  display: none;
  -webkit-appearance: none;
  appearance: none;
  font: inherit;
  color: inherit;
}

.header-one .menu-button.w--open {
  color: #2d2d2d;
  background-color: transparent;
}

.header-one .uv-menu-icon {
  grid-row-gap: 5px;
  flex-direction: column;
  width: 24px;
  display: flex;
}

.header-one .uv-menu-icon span {
  background-color: #2d2d2d;
  border-radius: 2px;
  width: 100%;
  height: 2px;
  display: block;
  transition: transform 0.25s ease, opacity 0.25s ease;
  transform-origin: center;
}

.header-one .menu-button.w--open .uv-menu-icon span:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}

.header-one .menu-button.w--open .uv-menu-icon span:nth-child(2) {
  opacity: 0;
}

.header-one .menu-button.w--open .uv-menu-icon span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

.header-one .uv-nav-backdrop {
  display: none;
}

@media screen and (min-width: 992px) {
  .header-one .uv-nav-menu {
    display: flex !important;
    position: static !important;
    opacity: 1 !important;
    visibility: visible !important;
    transform: none !important;
    pointer-events: auto !important;
  }

  .header-one .w-nav[data-collapse="medium"] .w-nav-menu {
    display: flex !important;
    position: static !important;
  }

  .header-one .w-nav[data-collapse="medium"] .menu-button {
    display: none !important;
  }
}

@media screen and (max-width: 1280px) and (min-width: 992px) {
  .header-one .uv-nav-list {
    gap: 4px 14px;
  }

  .header-one .uv-nav-link {
    font-size: 14px;
  }

  .header-one .uv-header-cta {
    font-size: 14px;
    padding: 10px 16px;
  }
}

@media screen and (max-width: 991px) {
  .header-one .header-main {
    position: relative;
    z-index: 1001;
  }

  .header-one .uv-navbar {
    height: 72px;
    position: relative;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
  }

  .header-one .logo-link,
  .header-one .uv-header-actions {
    z-index: 1002;
  }

  .header-one .logo-link {
    float: none;
    display: flex;
    align-items: center;
    align-self: center;
  }

  .header-one .uv-header-actions {
    display: flex;
    align-items: center;
    align-self: center;
    margin-left: auto;
  }

  .header-one .menu-button {
    display: flex !important;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    border: 1px solid rgba(61, 15, 17, 0.12);
    border-radius: 8px;
    cursor: pointer;
    z-index: 1002;
  }

  .header-one .uv-header-cta--desktop {
    display: none;
  }

  .header-one .uv-nav-backdrop {
    display: block;
    position: fixed;
    inset: 0;
    background-color: rgba(61, 15, 17, 0.45);
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
    z-index: 999;
    border: none;
    padding: 0;
    cursor: pointer;
  }

  .header-one .uv-nav-backdrop.is-visible {
    opacity: 1;
    visibility: visible;
  }

  .header-one .uv-nav-menu {
    position: fixed;
    top: 72px;
    left: 16px;
    right: 16px;
    width: auto;
    z-index: 1000;
    background-color: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.08);
    border-radius: 12px;
    box-shadow: 0 20px 48px rgba(61, 15, 17, 0.15);
    flex-direction: column;
    align-items: stretch;
    padding: 12px 16px 20px;
    display: none !important;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
    transition: opacity 0.28s ease, transform 0.28s ease, visibility 0.28s ease;
    pointer-events: none;
    max-height: calc(100vh - 100px);
    overflow-y: auto;
  }

  .header-one .uv-nav-menu.uv-nav-open {
    display: flex !important;
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    pointer-events: auto;
  }

  .header-one .uv-nav-list {
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    width: 100%;
    border: none !important;
    box-shadow: none !important;
    border-radius: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
    background: transparent !important;
  }

  .header-one .uv-nav-item {
    width: 100%;
    border-bottom: 1px solid rgba(0, 0, 0, 0.06);
  }

  .header-one .uv-nav-item:last-child {
    border-bottom: none;
  }

  .header-one .uv-nav-link {
    width: 100%;
    padding: 14px 12px;
    font-size: 16px;
    border-radius: 8px;
    transition: background-color 0.2s ease, color 0.2s ease;
  }

  .header-one .uv-nav-link:hover {
    background-color: #f7f0f0;
  }

  .header-one .uv-nav-link.w--current,
  .header-one .uv-nav-link.active {
    background-color: rgba(192, 32, 38, 0.08);
    color: #C02026 !important;
    font-weight: 600;
  }

  .header-one .uv-header-cta--mobile {
    display: inline-flex !important;
    width: 100%;
    margin-top: 12px;
    justify-content: center;
    padding: 14px 20px;
    border-radius: 8px;
    color: #ffffff !important;
  }

  .header-one .uv-header-cta--mobile:hover {
    color: #ffffff !important;
    background-color: #a81b20;
  }

  body.uv-nav-body-lock {
    overflow: hidden;
  }
}

@media screen and (max-width: 479px) {
  .header-one .logo {
    height: 34px;
  }

  .header-one .uv-navbar {
    height: 64px;
    gap: 12px;
  }

  .header-one .uv-nav-menu {
    top: 64px;
    left: 12px;
    right: 12px;
  }
}

.policy-page-section {
  background: #fff;
  padding: 60px 0 100px;
}

.policy-content {
  max-width: 860px;
  margin: 0 auto;
}

.policy-page-title {
  font-family: var(--_font-family---heading-font);
  font-size: 40px;
  font-weight: 600;
  color: #3D0F11;
  margin: 0 0 32px;
  line-height: 1.2;
  letter-spacing: -0.5px;
}

.policy-intro p {
  font-size: 16px;
  line-height: 1.75;
  color: #444;
  margin: 0 0 16px;
}

.policy-section {
  margin-bottom: 36px;
}

.policy-section h2 {
  font-family: var(--_font-family---heading-font);
  font-size: 22px;
  font-weight: 600;
  color: #3D0F11;
  margin: 0 0 14px;
  line-height: 1.35;
}

.policy-section p,
.policy-section li {
  font-size: 15px;
  line-height: 1.75;
  color: #555;
  margin: 0 0 12px;
}

.policy-section ul {
  margin: 0 0 12px;
  padding-left: 24px;
}

.policy-section li {
  margin-bottom: 6px;
}

.policy-contact {
  margin-top: 8px;
}

.policy-contact p {
  margin-bottom: 8px;
}

.policy-contact strong {
  color: #3D0F11;
}

.policy-section a {
  color: #C02026;
  text-decoration: underline;
}

.policy-section a:hover {
  color: #a81b20;
}

@media screen and (max-width: 767px) {
  .policy-page-section {
    padding: 40px 0 72px;
  }

  .policy-page-title {
    font-size: 32px;
    margin-bottom: 24px;
  }

  .policy-section h2 {
    font-size: 20px;
  }
}

/* Footer contact text — match Resources link size (15px) */
.footer .footer-link.phone-number,
.footer .footer-link-number,
.footer .footer-link-number.mail,
.footer .footer-span {
  font-size: 15px;
  font-weight: 400;
  line-height: 1.4;
}
