/** Shopify CDN: Minification failed

Line 1738:3 Unexpected "/"

**/
/* =========================================================
   AP VAULT — GLOBAL
   ========================================================= */

:root {
  --apv-primary: #0A4089;
  --apv-primary-dark: #062D62;
  --apv-primary-light: #EAF2FF;

  --apv-text: #102033;
  --apv-muted: #64748B;
  --apv-white: #FFFFFF;
  --apv-bg: #F8FAFC;

  --apv-border: rgba(10, 64, 137, 0.12);
  --apv-border-light: rgba(10, 64, 137, 0.10);

  --apv-font-body: Inter, Arial, sans-serif;
  --apv-font-heading: Manrope, Inter, Arial, sans-serif;

  --apv-container: 1440px;

  --apv-radius-sm: 10px;
  --apv-radius-md: 16px;
  --apv-radius-lg: 24px;

  --apv-shadow-sm: 0 8px 24px rgba(15, 23, 42, 0.06);
  --apv-shadow-md: 0 24px 60px rgba(15, 23, 42, 0.08);
  --apv-shadow-lg: 0 30px 80px rgba(15, 23, 42, 0.18);
}

#shopify-section-template--28650720133304__custom_liquid_KFBGHU,#shopify-section-template--28650720133304__custom_liquid_GMTBYA {
  overflow: hidden;
}
@media screen and (min-width: 750px) {
    #shopify-section-template--28650720002232__form .size-style {
        width: 100% !important;
       
    }
}
.apv-hero,
.apv-trust,
.apv-product-description {
  font-family: var(--apv-font-body);
  color: var(--apv-text);
}

.apv-hero *,
.apv-trust *,
.apv-product-description * {
  box-sizing: border-box;
}


/* =========================================================
   HERO
   ========================================================= */

.apv-hero {
  position: relative;
  padding: 72px 0;
  background: var(--apv-bg);
}

.apv-hero::before,
.apv-hero::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
  z-index: 0;
}

.apv-hero::before {
  width: 650px;
  height: 650px;
  top: -380px;
  right: -220px;
  background: var(--apv-primary-light);
}

.apv-hero::after {
  width: 380px;
  height: 380px;
  bottom: -230px;
  left: -140px;
  border: 1px solid var(--apv-border);
}

.apv-hero__block {
  position: relative;
  z-index: 1;

  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
  align-items: center;
  gap: clamp(40px, 5vw, 64px);

  width: 100%;
}

.apv-hero__content {
  min-width: 0;
}

.apv-hero__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 22px;
  padding: 8px 14px;

  border-radius: 999px;
  background: var(--apv-primary-light);
  color: var(--apv-primary);

  font-size: 13px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.apv-hero__eyebrow-dot {
  width: 7px;
  height: 7px;
  flex: 0 0 7px;
  border-radius: 50%;
  background: var(--apv-primary);
}

.apv-hero h1 {
  max-width: 760px;
  margin: 0;

  color: var(--apv-text);
  font-family: var(--apv-font-heading);
  font-size: clamp(42px, 5.2vw, 76px);
  font-weight: 800 !important;
  line-height: 1.04;
  letter-spacing: -.045em;
  overflow-wrap: anywhere;
}

.apv-hero h1 span {
  color: var(--apv-primary);
}

.apv-hero__description {
  max-width: 590px;
  margin: 26px 0 0;

  color: var(--apv-muted);
  font-size: clamp(16px, 1.3vw, 18px);
  line-height: 1.7;
}


/* Buttons */

.apv-hero__buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 34px;
}

.apv-hero__primary-btn,
.apv-hero__secondary-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;

  min-height: 54px;
  padding: 0 24px;

  border-radius: var(--apv-radius-sm);

  font-size: 15px;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  white-space: nowrap;

  transition:
    background-color .25s ease,
    border-color .25s ease,
    color .25s ease,
    transform .25s ease,
    box-shadow .25s ease;
}

.apv-hero__primary-btn {
  border: 1px solid var(--apv-primary);
  background: var(--apv-primary);
  color: var(--apv-white);
  box-shadow: 0 12px 28px rgba(10, 64, 137, .18);
}

.apv-hero__primary-btn:hover {
  border-color: var(--apv-primary-dark);
  background: var(--apv-primary-dark);
  color: var(--apv-white);
  transform: translateY(-2px);
}

.apv-hero__secondary-btn {
  border: 1px solid var(--apv-border);
  background: var(--apv-white);
  color: var(--apv-primary);
}

.apv-hero__secondary-btn:hover {
  border-color: var(--apv-primary);
  background: var(--apv-primary-light);
  color: var(--apv-primary);
}


/* Features */

.apv-hero__features {
  display: flex;
  flex-wrap: wrap;
  gap: 22px;
  margin-top: 46px;
}

.apv-hero__feature {
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--apv-text);
  font-size: 14px;
  font-weight: 600;
}

.apv-hero__check {
  display: flex;
  align-items: center;
  justify-content: center;

  width: 22px;
  height: 22px;
  flex: 0 0 22px;

  border-radius: 50%;
  background: var(--apv-primary-light);
  color: var(--apv-primary);

  font-size: 13px;
  font-weight: 800;
}


/* Hero visual */

.apv-hero__visual {
  position: relative;

  display: flex;
  align-items: center;
  justify-content: center;

  min-width: 0;
  min-height: 580px;
}

.apv-hero__visual-bg {
  position: absolute;

  width: min(90%, 430px);
  height: 470px;

  border-radius: 32px;
  background: linear-gradient(145deg, var(--apv-primary), #06336F);
  box-shadow: var(--apv-shadow-lg);

  transform: rotate(3deg);
}

.apv-hero__dashboard {
  position: relative;

  width: min(100%, 460px);
  padding: 0;

  overflow: hidden;
  border-radius: var(--apv-radius-lg);
  background: rgba(255, 255, 255, .96);
  box-shadow: var(--apv-shadow-lg);

  transform: rotate(-2deg);
}

.apv-hero__dashboard img {
  display: block;
  width: 100%;
  height: 400px;
  max-width: 100%;
  object-fit: cover;
}

.apv-hero__floating-card {
  position: absolute;
  right: 10px;
  bottom: 52px;
  z-index: 2;

  width: 190px;
  max-width: calc(100% - 20px);
  padding: 18px;

  border-radius: var(--apv-radius-md);
  background: var(--apv-white);
  box-shadow: var(--apv-shadow-sm);
}

.apv-hero__floating-icon {
  display: flex;
  align-items: center;
  justify-content: center;

  width: 38px;
  height: 38px;
  margin-bottom: 12px;

  border-radius: var(--apv-radius-sm);
  background: var(--apv-primary);
  color: var(--apv-white);

  font-size: 18px;
}

.apv-hero__floating-title {
  margin: 0;
  color: var(--apv-text);
  font-size: 13px;
  font-weight: 800;
}

.apv-hero__floating-text {
  margin: 5px 0 0;
  color: var(--apv-muted);
  font-size: 12px;
  line-height: 1.45;
}

.apv-hero__dots {
  position: absolute;
  top: 38px;
  right: -12px;

  width: 120px;
  height: 120px;

  opacity: .25;
  background-image: radial-gradient(
    var(--apv-primary) 1.5px,
    transparent 1.5px
  );
  background-size: 14px 14px;
}


/* =========================================================
   TRUST / VALUE
   ========================================================= */

.apv-trust {
  padding-top: 110px;
  padding-bottom:110px;
  background: var(--apv-white);
}

.apv-trust::before,
.apv-trust::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
}

.apv-trust::before {
  width: 420px;
  height: 420px;
  top: -250px;
  left: -180px;
  background: var(--apv-primary-light);
  opacity: .65;
}

.apv-trust::after {
  width: 300px;
  height: 300px;
  right: -150px;
  bottom: -180px;
  border: 1px solid var(--apv-border-light);
}

.apv-trust__inner {
  position: relative;
  z-index: 1;
  /* max-width: var(--apv-container); */
  margin: 0 auto;
}

.apv-trust__header {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, .75fr);
  align-items: end;
  gap: clamp(40px, 7vw, 100px);
  margin: 0 auto 62px;
}

.apv-trust__header-left,
.apv-trust__header-right {
  min-width: 0;
}

.apv-trust__header-right {
  padding-bottom: 4px;
}

.apv-trust__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 18px;

  color: var(--apv-primary);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.apv-trust__eyebrow-dot {
  width: 7px;
  height: 7px;
  flex: 0 0 7px;
  border-radius: 50%;
  background: var(--apv-primary);
}

.apv-trust__title {
  margin: 0;

  color: var(--apv-text);
  font-family: var(--apv-font-heading);
  font-size: clamp(36px, 4vw, 58px);
  font-weight: 800;
  line-height: 1.08;
  letter-spacing: -.04em;
}

.apv-trust__title span {
  color: var(--apv-primary);
}

.apv-trust__description {
  max-width: 520px;
  margin: 0;
  color: var(--apv-muted);
  font-size: 17px;
  line-height: 1.7;
}

.apv-trust__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));

  overflow: hidden;
  border: 1px solid var(--apv-border);
  border-radius: var(--apv-radius-lg);
  background: var(--apv-white);
  box-shadow: var(--apv-shadow-md);
}

.apv-trust__item {
  display: flex;
  gap: 20px;
  min-width: 0;
  padding: 34px 36px;

  background: var(--apv-white);

  transition: background-color .25s ease;
}

.apv-trust__item:nth-child(odd) {
  border-right: 1px solid var(--apv-border-light);
}

.apv-trust__item:nth-child(-n+2) {
  border-bottom: 1px solid var(--apv-border-light);
}

.apv-trust__item:hover {
  background: #FBFDFF;
}

.apv-trust__icon {
  display: flex;
  align-items: center;
  justify-content: center;

  width: 48px;
  height: 48px;
  flex: 0 0 48px;

  border-radius: 14px;
  background: var(--apv-primary-light);
  color: var(--apv-primary);

  font-size: 20px;
  font-weight: 800;
}

.apv-trust__content {
  min-width: 0;
}

.apv-trust__item-title {
  margin: 0;

  color: var(--apv-text);
  font-family: var(--apv-font-heading);
  font-size: 19px;
  font-weight: 800;
  line-height: 1.3;
}

.apv-trust__item-text {
  margin: 8px 0 0;
  color: var(--apv-muted);
  font-size: 15px;
  line-height: 1.65;
}


/* =========================================================
   PRODUCT DESCRIPTION
   ========================================================= */

.apv-product-description {
  max-width: 100%;
  color: var(--apv-text);
  line-height: 1.7;
}

.apv-product-intro {
  margin-bottom: 42px;
}

.apv-product-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 14px;

  color: var(--apv-primary);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.apv-product-eyebrow::before {
  content: "";
  width: 7px;
  height: 7px;
  flex: 0 0 7px;
  border-radius: 50%;
  background: var(--apv-primary);
}

.apv-product-description h2,
.apv-product-description h3 {
  margin-top: 0;
  color: var(--apv-text);
  font-family: var(--apv-font-heading);
  font-weight: 800;
}

.apv-product-description h2 {
  margin-bottom: 18px;
  font-size: 32px;
  line-height: 1.2;
  letter-spacing: -.025em;
}

.apv-product-description h3 {
  margin-bottom: 0;
  font-size: 20px;
  line-height: 1.3;
}

.apv-product-description p {
  margin: 0 0 16px;
  color: var(--apv-muted);
  font-size: 16px;
  line-height: 1.75;
}

.apv-product-description strong {
  color: var(--apv-text);
  font-weight: 700;
}


/* Product components */

.apv-product-preview {
  display: inline-flex;
  align-items: center;
  justify-content: center;

  margin-bottom: 20px;
  padding: 12px 20px;

  border: 1px solid var(--apv-primary);
  border-radius: 8px;
  background: var(--apv-white);
  color: var(--apv-primary);

  font-size: 14px;
  font-weight: 600;
  line-height: 1.4;
  text-decoration: none;

  transition:
    background-color .2s ease,
    border-color .2s ease,
    color .2s ease,
    transform .2s ease;
}

.apv-product-preview:hover {
  border-color: var(--apv-primary);
  background: var(--apv-primary);
  color: var(--apv-white);
  transform: translateY(-1px);
}

.apv-product-highlight {
  margin-bottom: 48px;
  padding: 30px;

  border: 1px solid var(--apv-border);
  border-radius: 20px;
  background: var(--apv-bg);
}

.apv-product-highlight h2 {
  margin-bottom: 16px;
}

.apv-product-highlight p:last-child {
  margin-bottom: 0;
}

.apv-product-included {
  margin-bottom: 52px;
}

.apv-product-included-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: 24px;
}

.apv-product-included-item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 18px;

  border: 1px solid var(--apv-border);
  border-radius: 14px;
  background: var(--apv-white);
}

.apv-product-check {
  display: flex;
  align-items: center;
  justify-content: center;

  width: 26px;
  height: 26px;
  flex: 0 0 26px;
  margin-top: 1px;

  border-radius: 50%;
  background: var(--apv-primary-light);
  color: var(--apv-primary);

  font-size: 13px;
  font-weight: 800;
}

.apv-product-included-item span:last-child {
  color: var(--apv-text);
  font-size: 15px;
  line-height: 1.5;
}

.apv-product-overview {
  margin-bottom: 52px;
}

.apv-product-units {
  margin-bottom: 42px;
}

.apv-product-unit {
  margin-top: 16px;
  padding: 24px 26px;

  border: 1px solid var(--apv-border);
  border-radius: var(--apv-radius-md);
  background: var(--apv-white);
}

.apv-product-unit-header {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 10px;
}

.apv-product-unit-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;

  min-width: 70px;
  height: 30px;
  padding: 0 10px;

  border-radius: 999px;
  background: var(--apv-primary-light);
  color: var(--apv-primary);

  font-size: 11px;
  font-weight: 800;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.apv-product-unit p {
  margin: 0;
}

.apv-product-final {
  margin-top: 44px;
  padding: 26px 28px;

  border-radius: 18px;
  background: var(--apv-primary);
  color: var(--apv-white);
}

.apv-product-final p {
  margin: 0;
  color: rgba(255, 255, 255, .9);
}

.apv-product-final strong {
  color: var(--apv-white);
}


/* =========================================================
   RESPONSIVE
   ========================================================= */

@media (max-width: 1200px) {
  .apv-hero {
    padding: 68px 24px;
  }

  .apv-hero__block {
    gap: 45px;
  }

  .apv-hero__visual {
    min-height: 540px;
  }

  .apv-hero__floating-card {
    right: 0;
  }

  .apv-trust {
    padding: 95px 24px;
  }

  .apv-trust__header {
    gap: 60px;
  }

  .apv-trust__item {
    padding: 32px 30px;
  }
}

@media (max-width: 990px) {
  .apv-hero {
    padding: 64px 24px;
  }

  .apv-hero__block {
    grid-template-columns: 1fr;
    gap: 50px;
  }

  .apv-hero__content {
    text-align: center;
  }

  .apv-hero__description {
    margin-right: auto;
    margin-left: auto;
  }

  .apv-hero__buttons,
  .apv-hero__features {
    justify-content: center;
  }

  .apv-hero__visual {
    width: 100%;
    min-height: 540px;
  }

  .apv-hero__floating-card {
    right: max(10px, calc((100% - 460px) / 2 - 10px));
  }

  .apv-trust {
    padding: 85px 24px;
  }

  .apv-trust__header {
    grid-template-columns: minmax(0, 1fr) minmax(260px, .8fr);
    gap: 40px;
    margin-bottom: 50px;
  }

  .apv-trust__item {
    padding: 30px 26px;
  }
}

@media (max-width: 767px) {
  .apv-hero {
    padding: 56px 20px;
  }

  .apv-hero h1 {
    font-size: clamp(40px, 10vw, 58px);
  }

  .apv-hero__description {
    margin-top: 22px;
  }

  .apv-hero__features {
    gap: 14px 20px;
    margin-top: 38px;
  }

  .apv-hero__visual {
    min-height: 500px;
  }

  .apv-hero__visual-bg {
    width: min(88%, 420px);
    height: 420px;
  }

  .apv-hero__dashboard {
    width: min(88%, 440px);
  }

  .apv-hero__floating-card {
    right: 4%;
    bottom: 25px;
  }

  .apv-trust {
    padding: 72px 18px;
  }

  .apv-trust__header {
    grid-template-columns: 1fr;
    gap: 22px;
    margin-bottom: 38px;
  }

  .apv-trust__header-right {
    padding-bottom: 0;
  }

  .apv-trust__title {
    font-size: clamp(32px, 9vw, 44px);
  }

  .apv-trust__description {
    max-width: 600px;
    font-size: 16px;
  }

  .apv-trust__grid {
    grid-template-columns: 1fr;
    border-radius: 18px;
  }

  .apv-trust__item {
    gap: 16px;
    padding: 26px 22px;
    border-right: 0 !important;
    border-bottom: 1px solid var(--apv-border-light);
  }

  .apv-trust__item:last-child {
    border-bottom: 0;
  }

  .apv-trust__icon {
    width: 44px;
    height: 44px;
    flex-basis: 44px;
    border-radius: 12px;
    font-size: 18px;
  }

  .apv-trust__item-title {
    font-size: 17px;
  }

  .apv-trust__item-text {
    font-size: 14px;
  }

  .apv-product-description h2 {
    font-size: 28px;
  }

  .apv-product-description h3 {
    font-size: 18px;
  }

  .apv-product-description p {
    font-size: 15px;
  }

  .apv-product-highlight {
    padding: 24px;
    border-radius: 16px;
  }

  .apv-product-included-grid {
    grid-template-columns: 1fr;
  }

  .apv-product-unit {
    padding: 20px;
  }

  .apv-product-preview {
    padding: 11px 18px;
  }
}

@media (max-width: 600px) {
  .apv-hero {
    padding: 52px 18px;
  }

  .apv-hero__eyebrow {
    padding: 7px 12px;
    font-size: 11px;
    letter-spacing: .06em;
  }

  .apv-hero h1 {
    font-size: clamp(36px, 10.5vw, 48px);
    line-height: 1.06;
  }

  .apv-hero__description {
    font-size: 16px;
    line-height: 1.65;
  }

  .apv-hero__buttons {
    flex-direction: column;
    width: 100%;
  }

  .apv-hero__primary-btn,
  .apv-hero__secondary-btn {
    width: 100%;
  }

  .apv-hero__features {
    flex-direction: column;
    align-items: flex-start;
    width: fit-content;
    max-width: 100%;
    margin: 34px auto 0;
    gap: 14px;
  }

  .apv-hero__visual {
    min-height: 440px;
  }

  .apv-hero__visual-bg {
    width: 88%;
    height: 360px;
    border-radius: 24px;
  }

  .apv-hero__dashboard {
    width: 88%;
    border-radius: 18px;
  }

  .apv-hero__floating-card {
    width: 165px;
    right: 3%;
    bottom: 10px;
    padding: 15px;
  }

  .apv-hero__floating-icon {
    width: 34px;
    height: 34px;
    margin-bottom: 9px;
  }

  .apv-hero__dots {
    display: none;
  }

  .apv-trust {
    padding: 62px 15px;
  }

  .apv-trust__eyebrow {
    font-size: 11px;
  }

  .apv-trust__title {
    font-size: 32px;
  }

  .apv-trust__description {
    font-size: 15px;
    line-height: 1.65;
  }

  .apv-trust__item {
    padding: 22px 18px;
  }

  .apv-trust__item-text {
    line-height: 1.55;
  }
}

@media (max-width: 420px) {
  .apv-hero {
    padding: 46px 15px;
  }

  .apv-hero h1 {
    font-size: 36px;
  }

  .apv-hero__description {
    font-size: 15px;
  }

  .apv-hero__visual {
    min-height: 390px;
  }

  .apv-hero__visual-bg {
    width: 88%;
    height: 320px;
    border-radius: 20px;
  }

  .apv-hero__dashboard {
    width: 88%;
  }

  .apv-hero__floating-card {
    width: 145px;
    right: 2%;
    bottom: 5px;
    padding: 13px;
  }

  .apv-hero__floating-title {
    font-size: 12px;
  }

  .apv-hero__floating-text {
    font-size: 11px;
  }

  .apv-product-description h2 {
    font-size: 25px;
  }

  .apv-product-description h3 {
    font-size: 17px;
  }

  .apv-product-highlight {
    padding: 20px;
  }

  .apv-product-unit-header {
    align-items: flex-start;
    flex-direction: column;
    gap: 8px;
  }

  .apv-product-final {
    padding: 22px;
  }
}





/* ==========================================================================
   AP Vault — About Page (redesign)
   Uses existing theme tokens (--apv-*). No new colors/fonts introduced.
   ========================================================================== */

.apv-about-page {
  overflow: hidden; /* contains full-bleed decorative bg layers */
  color: var(--apv-text, #102033);
  background: var(--apv-white, #ffffff);
  font-family: var(--apv-font-body, Inter, Arial, sans-serif);
}

.apv-container {
  width: 100%;
  max-width: var(--apv-container, 1240px);
  margin: 0 auto;
  padding: 0 24px;
}

/* Full-bleed wrapper: background can stretch edge to edge,
   the content inside stays clamped to the container width. */
.apv-about-bleed {
  position: relative;
  width: 100%;
}

/* ---- Shared bits ---- */

.apv-about-eyebrow,
.apv-about-label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--apv-primary, #0a4089);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.14em;
  line-height: 1.4;
  text-transform: uppercase;
}

.apv-about-eyebrow::before,
.apv-about-label::before {
  content: "";
  width: 18px;
  height: 2px;
  background: var(--apv-primary, #0a4089);
  border-radius: 2px;
}

.apv-about-eyebrow {
  margin-bottom: 20px;
}

.apv-about-section {
  padding: 120px 0;
}

.apv-about-section + .apv-about-section {
  border-top: 1px solid var(--apv-border-light, rgba(10, 64, 137, 0.1));
}

.apv-about-section-heading {
  max-width: 700px;
  margin-bottom: 48px;
}

.apv-about-section-heading h2,
.apv-about-mission h2,
.apv-about-philosophy h2 {
  margin: 14px 0 18px;
  color: var(--apv-text, #102033);
  font-family: var(--apv-font-heading, Manrope, Inter, Arial, sans-serif);
  font-weight: 800;
  font-size: clamp(30px, 4vw, 46px);
  line-height: 1.12;
  letter-spacing: -0.03em;
}

.apv-about-section-heading p {
  margin: 0;
  color: var(--apv-muted, #64748b);
  font-size: 16px;
  line-height: 1.7;
}

/* ==========================================================================
   Hero
   ========================================================================== */

.apv-about-hero {
  position: relative;
  padding: 100px 0 110px;
  background: var(--apv-primary-light, #eaf2ff);
}

.apv-about-hero::before,
.apv-about-hero::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  background: var(--apv-white, #fff);
  opacity: 0.5;
  pointer-events: none;
}

.apv-about-hero::before {
  width: 420px;
  height: 420px;
  top: -220px;
  right: -120px;
}

.apv-about-hero::after {
  width: 260px;
  height: 260px;
  bottom: -160px;
  left: -100px;
  opacity: 0.35;
}

.apv-about-hero-grid {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 0.85fr);
  align-items: center;
  gap: 56px;
}

.apv-about-hero-copy h2 {
  margin: 16px 0 20px;
  color: var(--apv-text, #102033);
  font-family: var(--apv-font-heading, Manrope, Inter, Arial, sans-serif);
  font-weight: 800;
  font-size: clamp(36px, 5vw, 50px);
  line-height: 1.08;
  letter-spacing: -0.04em;
}

.apv-about-lead {
  max-width: 520px;
  margin: 0 0 32px;
  color: var(--apv-muted, #64748b);
  font-size: 18px;
  line-height: 1.75;
}

.apv-about-hero-stats {
  display: flex;
  gap: 32px;
}

.apv-about-hero-stat strong {
  display: block;
  color: var(--apv-primary, #0a4089);
  font-family: var(--apv-font-heading, Manrope, Inter, Arial, sans-serif);
  font-size: 26px;
  font-weight: 800;
  letter-spacing: -0.02em;
}

.apv-about-hero-stat span {
  display: block;
  margin-top: 4px;
  color: var(--apv-muted, #64748b);
  font-size: 13px;
  line-height: 1.5;
}

.apv-about-hero-media {
  position: relative;
}

.apv-about-hero-media img {
  display: block;
  width: 100%;
  height: 420px;
  object-fit: cover;
  border-radius: var(--apv-radius-lg, 24px);
  box-shadow: var(--apv-shadow-md, 0 24px 60px rgba(15, 23, 42, 0.08));
}

.apv-about-hero-badge {
  position: absolute;
  left: -28px;
  bottom: -24px;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 16px 20px;
  background: var(--apv-white, #fff);
  border: 1px solid var(--apv-border, rgba(10, 64, 137, 0.12));
  border-radius: var(--apv-radius-md, 16px);
  box-shadow: var(--apv-shadow-lg, 0 30px 80px rgba(15, 23, 42, 0.18));
}

.apv-about-hero-badge-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  flex-shrink: 0;
  color: var(--apv-primary, #0a4089);
  background: var(--apv-primary-light, #eaf2ff);
  border-radius: 50%;
}

.apv-about-hero-badge-text strong {
  display: block;
  color: var(--apv-text, #102033);
  font-size: 14px;
  font-weight: 700;
}

.apv-about-hero-badge-text span {
  display: block;
  color: var(--apv-muted, #64748b);
  font-size: 12px;
}

/* ==========================================================================
   Intro / Our Approach
   ========================================================================== */

.apv-about-intro {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 72px;
  align-items: center;
}

.apv-about-intro-media {
  position: relative;
}

.apv-about-intro-media img {
  display: block;
  width: 100%;
  height: 460px;
  object-fit: cover;
  border-radius: var(--apv-radius-lg, 24px);
  box-shadow: var(--apv-shadow-sm, 0 8px 24px rgba(15, 23, 42, 0.06));
}

.apv-about-intro-media::after {
  content: "";
  position: absolute;
  inset: 18px -18px -18px 18px;
  z-index: -1;
  background: var(--apv-primary-light, #eaf2ff);
  border-radius: var(--apv-radius-lg, 24px);
}

.apv-about-section-content p {
  margin: 0 0 20px;
  color: var(--apv-muted, #64748b);
  font-size: 16px;
  line-height: 1.8;
}

.apv-about-section-content p:last-of-type {
  margin-bottom: 28px;
}

.apv-about-section-content strong {
  color: var(--apv-text, #102033);
  font-weight: 700;
}

.apv-about-checklist {
  display: grid;
  gap: 14px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.apv-about-checklist li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  color: var(--apv-text, #102033);
  font-size: 15px;
  font-weight: 600;
  line-height: 1.5;
}

.apv-about-checklist svg {
  flex-shrink: 0;
  margin-top: 1px;
  color: var(--apv-primary, #0a4089);
}

/* ==========================================================================
   Features / What We Focus On
   ========================================================================== */

.apv-about-focus {
  background: var(--apv-bg, #f8fafc);
}

.apv-about-features {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 22px;
}

.apv-about-feature {
  padding: 32px 26px;
  background: var(--apv-white, #fff);
  border: 1px solid var(--apv-border, rgba(10, 64, 137, 0.12));
  border-radius: var(--apv-radius-lg, 24px);
  box-shadow: var(--apv-shadow-sm, 0 8px 24px rgba(15, 23, 42, 0.06));
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.apv-about-feature:hover {
  transform: translateY(-6px);
  box-shadow: var(--apv-shadow-md, 0 24px 60px rgba(15, 23, 42, 0.08));
}

.apv-about-feature-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  margin-bottom: 26px;
  color: var(--apv-primary, #0a4089);
  background: var(--apv-primary-light, #eaf2ff);
  border-radius: var(--apv-radius-sm, 10px);
}

.apv-about-feature h3 {
  margin: 0 0 10px;
  color: var(--apv-text, #102033);
  font-family: var(--apv-font-heading, Manrope, Inter, Arial, sans-serif);
  font-size: 18px;
  font-weight: 700;
  line-height: 1.35;
}

.apv-about-feature p {
  margin: 0;
  color: var(--apv-muted, #64748b);
  font-size: 14px;
  line-height: 1.65;
}

/* ==========================================================================
   Philosophy
   ========================================================================== */

.apv-about-philosophy {
  background: var(--apv-primary-dark, #062d62);
  padding-top:100px;
  padding-bottom:100px;
}

.apv-about-philosophy-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 56px;
  align-items: center;
}

.apv-about-philosophy-media {
  position: relative;
}

.apv-about-philosophy-media img {
  display: block;
  width: 100%;
  height: 380px;
  object-fit: cover;
  border-radius: var(--apv-radius-lg, 24px);
}

.apv-about-philosophy-copy .apv-about-label {
  color: var(--apv-primary-light, #eaf2ff);
}

.apv-about-philosophy-copy .apv-about-label::before {
  background: var(--apv-primary-light, #eaf2ff);
}

.apv-about-philosophy-copy h2 {
  color: var(--apv-white, #fff);
}

.apv-about-philosophy-copy p {
  max-width: 480px;
  margin: 0;
  color: rgba(255, 255, 255, 0.75);
  font-size: 17px;
  line-height: 1.75;
}

/* ==========================================================================
   Mission
   ========================================================================== */

.apv-about-mission-content {
  max-width: 820px;
  margin: 0 auto;
  text-align: center;
}

.apv-about-mission h2 {
  font-size: clamp(36px, 5vw, 58px);
}

.apv-about-mission-content > p {
  max-width: 720px;
  margin: 0 auto 18px;
  color: var(--apv-muted, #64748b);
  font-size: 16px;
  line-height: 1.8;
}

.apv-about-mission-tagline {
  display: inline-block;
  margin-top: 22px;
  padding: 14px 24px;
  color: var(--apv-primary, #0a4089);
  font-size: 14px;
  font-weight: 700;
  background: var(--apv-primary-light, #eaf2ff);
  border: 1px solid var(--apv-border, rgba(10, 64, 137, 0.12));
  border-radius: 999px;
}

/* ==========================================================================
   Tablet
   ========================================================================== */

@media screen and (max-width: 980px) {
  .apv-about-section {
    padding: 88px 0;
  }

  .apv-about-hero {
    padding: 72px 0 84px;
  }

  .apv-about-hero-grid {
    grid-template-columns: 1fr;
    gap: 44px;
  }

  .apv-about-hero-media img {
    height: 340px;
  }

  .apv-about-intro {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .apv-about-intro-media img {
    height: 340px;
  }

  .apv-about-features {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .apv-about-philosophy-grid {
    grid-template-columns: 1fr;
    gap: 36px;
  }

  .apv-about-philosophy-media img {
    height: 280px;
  }
}

/* ==========================================================================
   Mobile
   ========================================================================== */

@media screen and (max-width: 640px) {
  .apv-container {
    padding: 0 18px;
  }

  .apv-about-section {
    padding: 64px 0;
  }

  .apv-about-hero {
    padding: 56px 0 60px;
  }

  .apv-about-hero-copy h2 {
    font-size: 34px;
    letter-spacing: -0.03em;
  }

  .apv-about-lead {
    font-size: 16px;
    line-height: 1.7;
  }

  .apv-about-hero-stats {
    gap: 24px;
  }

  .apv-about-hero-media img {
    height: 260px;
  }

  .apv-about-hero-badge {
    left: 12px;
    bottom: -20px;
    padding: 12px 16px;
  }

  .apv-about-section-heading h2,
  .apv-about-mission h2,
  .apv-about-philosophy h2 {
    font-size: 28px;
  }

  .apv-about-intro-media img {
    height: 240px;
  }

  .apv-about-intro-media::after {
    display: none;
  }

  .apv-about-section-content p {
    font-size: 15px;
    line-height: 1.75;
  }

  .apv-about-features {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .apv-about-feature {
    padding: 24px 20px;
  }

  .apv-about-philosophy-media img {
    height: 220px;
  }

  .apv-about-philosophy-copy p {
    font-size: 15px;
  }

  .apv-about-mission-content > p {
    font-size: 15px;
    line-height: 1.75;
  }

  .apv-about-mission-tagline {
    font-size: 13px;
  }
}









/* Allow AP Vault custom page content to use the full section width */

/* About Page */
#shopify-section-template--28650720231608__main .section.page-width-content.color-custom-template--28650720231608__main{
    display: flex;
    max-width: 100%;
    margin: 0 auto;
    width: 100%;
}


.text-block--AbEU1RU4xSndXOGVBd__heading.h2 h1{
--text-align: center;
    width: 100%;
    margin: 0 auto;
} */

hr {
  height: 1px;
  border: 0;
  margin: 36px 0;
  background: linear-gradient(
    to right,
    transparent,
    #DCE6F2 15%,
    #DCE6F2 85%,
    transparent
  );
}
@media screen and (min-width: 750px) {
  .product-grid--template--28650720067768__main:is(.product-grid--grid) {
    --product-grid-columns-desktop: repeat(4, minmax(0, 1fr)) !important;
  }
}
@media screen and (max-width: 750px) {
.product-grid.product-grid--template--28650720067768__main.product-grid--grid  {
    --mobile-columns: 1 !important;
    padding: 0 20px;
  grid-template-columns:var(--mobile-columns);
}
}
/* ---------------------------------------------------------
   SHOPIFY CONTACT FORM
   These styles target common Shopify form classes
   without changing the form functionality.
   --------------------------------------------------------- */

  #shopify-section-template--28650720002232__main .section.page-width-content.color-custom-template--28650720002232__main{
    display: flex;
    max-width: 100%;
    margin: 0 auto;
    width: 100%;
}



/* =========================================================
   AP VAULT — CONTACT PAGE (redesign)
   Same tokens/spirit as the About page. Only the existing
   Shopify contact form is styled — no new <form> is created.
   ========================================================= */

.apv-contact-page {
  --apv-primary: #0A4089;
  --apv-primary-dark: #062D62;
  --apv-primary-light: #EAF2FF;
  --apv-text: #102033;
  --apv-muted: #64748B;
  --apv-border: #E2E8F0;
  --apv-border-soft: rgba(10, 64, 137, 0.12);
  --apv-bg: #F8FAFC;
  --apv-hero-bg: #F1F3F7;
  --apv-white: #FFFFFF;

  --apv-font-body: Inter, Arial, sans-serif;
  --apv-font-heading: Manrope, Inter, Arial, sans-serif;

  --apv-radius-sm: 10px;
  --apv-radius-md: 16px;
  --apv-radius-lg: 24px;

  --apv-shadow-sm: 0 8px 24px rgba(15, 23, 42, 0.06);
  --apv-shadow-md: 0 24px 60px rgba(15, 23, 42, 0.08);
  --apv-shadow-lg: 0 30px 80px rgba(15, 23, 42, 0.16);

  width: 100% !important;
  max-width: 100% !important;
  color: var(--apv-text);
  font-family: var(--apv-font-body);
}


/* =========================================================
   CONTAINER
   ========================================================= */

.apv-container {
  width: min(1440px, calc(100% - 40px));
  margin: 0 auto;
}
/* .page-content {
    width: min(1200px, calc(100% - 40px));
    margin: 0 auto;
} */

/* =========================================================
   SHARED LABEL
   ========================================================= */

.apv-contact-eyebrow,
.apv-contact-label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--apv-primary);
  font-size: 12px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.apv-contact-eyebrow::before,
.apv-contact-label::before {
  content: "";
  width: 18px;
  height: 2px;
  border-radius: 2px;
  background: var(--apv-primary);
}

.apv-contact-eyebrow {
  margin-bottom: 18px;
}


/* =========================================================
   HERO
   ========================================================= */

.apv-contact-hero {
  position: relative;
  overflow: hidden;
  margin: 32px auto 0;
  padding: 76px 32px 64px;
  background: linear-gradient(180deg, var(--apv-hero-bg) 0%, var(--apv-primary-light) 140%);
}

.apv-contact-hero::before {
  content: "";
  position: absolute;
  top: -160px;
  right: -120px;
  width: 340px;
  height: 340px;
  border-radius: 50%;
  background: var(--apv-white);
  opacity: 0.55;
  pointer-events: none;
}

.apv-contact-hero::after {
  content: "";
  position: absolute;
  bottom: -140px;
  left: -110px;
  width: 240px;
  height: 240px;
  border-radius: 50%;
  background: var(--apv-white);
  opacity: 0.35;
  pointer-events: none;
}

.apv-contact-hero-inner {
  position: relative;
  max-width: 700px;
  margin: 0 auto;
  text-align: center;
}

.apv-contact-hero h2 {
  max-width: 620px;
  margin: 0 auto;
  color: var(--apv-text);
  font-family: var(--apv-font-heading);
  font-size: clamp(34px, 4.5vw, 50px);
  font-weight: 800;
  line-height: 1.1;
  letter-spacing: -0.04em;
}

.apv-contact-hero h2 span {
  display: block;
  color: var(--apv-primary);
}

.apv-contact-hero-details {
  max-width: 620px;
  margin: 22px auto 0;
}

.apv-contact-hero-details p {
  margin: 0;
  color: var(--apv-muted);
  font-size: 16px;
  line-height: 1.75;
}

/* Quick contact cards */

.apv-contact-quick {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  max-width: 900px;
  margin: 44px auto 0;
}

.apv-contact-quick-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  padding: 26px 20px;
  text-align: center;
  background: var(--apv-white);
  border: 1px solid var(--apv-border-soft);
  border-radius: var(--apv-radius-md);
  box-shadow: var(--apv-shadow-sm);
}

.apv-contact-quick-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  color: var(--apv-primary);
  background: var(--apv-primary-light);
  border-radius: 50%;
}

.apv-contact-quick-card strong {
  color: var(--apv-text);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.4;
}

.apv-contact-quick-card span {
  color: var(--apv-muted);
  font-size: 13px;
  line-height: 1.55;
}

.apv-contact-quick-card a {
  color: var(--apv-primary);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
  text-decoration: none;
}

.apv-contact-quick-card a:hover {
  color: var(--apv-primary-dark);
  text-decoration: underline;
}


/* =========================================================
   FORM SECTION
   ========================================================= */

.apv-contact-form-heading {
  padding: 88px 0 36px;
}

.apv-contact-heading-inner {
  max-width: 620px;
  margin: 0 auto;
  text-align: center;
}

.apv-contact-heading-inner > span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 14px;
  color: var(--apv-primary);
  font-size: 12px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.apv-contact-heading-inner > span::before {
  content: "";
  width: 18px;
  height: 2px;
  border-radius: 2px;
  background: var(--apv-primary);
}

.apv-contact-heading-inner h2 {
  margin: 0 0 12px;
  color: var(--apv-text);
  font-family: var(--apv-font-heading);
  font-weight: 800;
  font-size: clamp(30px, 4vw, 44px);
  line-height: 1.14;
  letter-spacing: -0.03em;
}

.apv-contact-heading-inner p {
  margin: 0;
  color: var(--apv-muted);
  font-size: 15px;
  line-height: 1.7;
}

/* Card shell around the native Shopify contact form.
   Wrap the theme's rendered form output in an element with
   this class — no form markup is added or changed here. */

.apv-contact-form-shell {
  max-width: 820px;
  margin: 0 auto 96px;
  padding: 44px 40px;
  background: var(--apv-white);
  border: 1px solid var(--apv-border-soft);
  border-radius: var(--apv-radius-lg);
  box-shadow: var(--apv-shadow-md);
}

.apv-contact-page .contact-form,
.apv-contact-page .contact__form,
.apv-contact-page .contact-form__form {
  max-width: 820px;
  margin: 0 auto;
}

/* Generic styling in case the shell isn't added and the
   theme's form sits directly in the page — form fields get
   the same rounded, bordered treatment either way. */

.apv-contact-page input[type="text"],
.apv-contact-page input[type="email"],
.apv-contact-page input[type="tel"],
.apv-contact-page textarea {
  width: 100%;
  padding: 13px 16px;
  color: var(--apv-text);
  font-family: var(--apv-font-body);
  font-size: 15px;
  background: var(--apv-bg);
  border: 1px solid var(--apv-border);
  border-radius: var(--apv-radius-sm);
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.apv-contact-page input[type="text"]:focus,
.apv-contact-page input[type="email"]:focus,
.apv-contact-page input[type="tel"]:focus,
.apv-contact-page textarea:focus {
  outline: none;
  border-color: var(--apv-primary);
  box-shadow: 0 0 0 3px var(--apv-primary-light);
}

.apv-contact-page label {
  display: block;
  margin-bottom: 8px;
  color: var(--apv-text);
  font-size: 13px;
  font-weight: 600;
}

.apv-contact-page button[type="submit"],
.apv-contact-page input[type="submit"] {
  padding: 14px 30px;
  color: var(--apv-white);
  font-size: 14px;
  font-weight: 700;
  background: var(--apv-primary);
  border: none;
  border-radius: 999px;
  cursor: pointer;
  transition: background 0.2s ease, transform 0.2s ease;
}

.apv-contact-page button[type="submit"]:hover,
.apv-contact-page input[type="submit"]:hover {
  background: var(--apv-primary-dark);
  transform: translateY(-1px);
}


/* =========================================================
   MOBILE
   ========================================================= */

@media screen and (max-width: 749px) {

  .apv-container {
    width: min(100% - 32px, 1080px);
  }

  .apv-contact-hero {
    width: calc(100% - 24px);
    margin: 20px auto 0;
    padding: 52px 22px 44px;
    border-radius: var(--apv-radius-md);
  }

  .apv-contact-hero h2 {
    font-size: 32px;
    line-height: 1.12;
  }

  .apv-contact-hero-details p {
    font-size: 15px;
  }

  .apv-contact-quick {
    grid-template-columns: 1fr;
    gap: 12px;
    margin-top: 32px;
  }

  .apv-contact-quick-card {
    flex-direction: row;
    text-align: left;
    padding: 18px;
  }

  .apv-contact-quick-icon {
    flex-shrink: 0;
  }

  .apv-contact-form-heading {
    padding: 60px 0 24px;
  }

  .apv-contact-heading-inner h2 {
    font-size: 27px;
  }

  .apv-contact-form-shell {
    padding: 28px 22px;
    margin-bottom: 64px;
    border-radius: var(--apv-radius-md);
  }
}


/* =========================================================
   AP VAULT — LEGAL PAGES (shared)
   Used for Terms of Service, Privacy Policy, Refund Policy.
   Clean, premium, white background. Same tokens as the rest
   of the site. No new content — layout/typography only.
   ========================================================= */

.apv-legal-page {
  --apv-primary: #0A4089;
  --apv-primary-dark: #062D62;
  --apv-primary-light: #EAF2FF;
  --apv-text: #102033;
  --apv-muted: #64748B;
  --apv-border: #E2E8F0;
  --apv-border-soft: rgba(10, 64, 137, 0.12);
  --apv-white: #FFFFFF;

  --apv-font-body: Inter, Arial, sans-serif;
  --apv-font-heading: Manrope, Inter, Arial, sans-serif;

  --apv-radius-sm: 10px;
  --apv-radius-md: 16px;
  --apv-radius-lg: 24px;

  width: 100%;
  max-width: 100%;
  color: var(--apv-text);
  background: var(--apv-white);
  font-family: var(--apv-font-body);
}

.apv-legal-container {
  width: min(860px, calc(100% - 40px));
  margin: 0 auto;
  padding: 64px 0 100px;
}

/* ---- Meta: eyebrow + dates ---- */

.apv-legal-meta {
  margin-bottom: 40px;
  padding-bottom: 32px;
  border-bottom: 1px solid var(--apv-border-soft);
}

.apv-legal-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 18px;
  color: var(--apv-primary);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.13em;
  line-height: 1.4;
  text-transform: uppercase;
}

.apv-legal-eyebrow::before {
  content: "";
  width: 18px;
  height: 2px;
  border-radius: 2px;
  background: var(--apv-primary);
}

.apv-legal-dates {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.apv-legal-dates span {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 7px 14px;
  color: var(--apv-text);
  font-size: 13px;
  line-height: 1.4;
  background: var(--apv-primary-light);
  border-radius: 999px;
}

.apv-legal-dates strong {
  color: var(--apv-primary-dark);
  font-weight: 700;
}

/* ---- Table of contents ---- */

.apv-legal-toc {
  margin-bottom: 48px;
  padding: 26px 28px;
  background: var(--apv-white);
  border: 1px solid var(--apv-border-soft);
  border-radius: var(--apv-radius-md);
}

.apv-legal-toc-label {
  display: block;
  margin-bottom: 14px;
  color: var(--apv-primary);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.apv-legal-toc ol {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  column-gap: 28px;
  row-gap: 9px;
  margin: 0;
  padding: 0;
  list-style: none;
  counter-reset: none;
}

.apv-legal-toc a {
  display: block;
  color: var(--apv-muted);
  font-size: 14px;
  line-height: 1.5;
  text-decoration: none;
  border-bottom: 1px solid transparent;
  transition: color 0.15s ease, border-color 0.15s ease;
}

.apv-legal-toc a:hover {
  color: var(--apv-primary);
  border-color: var(--apv-primary);
}

/* ---- Body ---- */

.apv-legal-section {
  padding: 34px 0;
  border-top: 1px solid var(--apv-border-soft);
  scroll-margin-top: 24px;
}

.apv-legal-section:first-child {
  border-top: none;
  padding-top: 0;
}

.apv-legal-section h2 {
  margin: 0 0 16px;
  color: var(--apv-text);
  font-family: var(--apv-font-heading);
  font-weight: 800;
  font-size: 22px;
  line-height: 1.3;
  letter-spacing: -0.01em;
}

.apv-legal-section p {
  margin: 0 0 14px;
  color: var(--apv-muted);
  font-size: 15px;
  line-height: 1.8;
}

.apv-legal-section p:last-child {
  margin-bottom: 0;
}

.apv-legal-section strong {
  color: var(--apv-text);
  font-weight: 700;
}

/* Sub-headings inside a numbered section (e.g. "3.1 ...",
   or unnumbered labels like "Directly From You"). */

.apv-legal-section h3 {
  margin: 26px 0 10px;
  color: var(--apv-primary-dark);
  font-family: var(--apv-font-heading);
  font-weight: 700;
  font-size: 15.5px;
  line-height: 1.4;
}

.apv-legal-section > h3:first-of-type,
.apv-legal-section > p:first-of-type + h3,
.apv-legal-subsection:first-child h3 {
  margin-top: 0;
}

/* A sub-block that had its own divider in the source
   (e.g. 3.1 / 3.2 / 3.3), set apart a little more clearly. */

.apv-legal-subsection {
  margin-top: 24px;
  padding-top: 24px;
  border-top: 1px solid var(--apv-border-soft);
}

.apv-legal-subsection:first-child {
  margin-top: 0;
  padding-top: 0;
  border-top: none;
}

.apv-legal-subsection h3 {
  margin-top: 0;
}

.apv-legal-section a {
  color: var(--apv-primary);
  font-weight: 600;
  text-decoration: none;
  border-bottom: 1px solid var(--apv-border-soft);
}

.apv-legal-section a:hover {
  color: var(--apv-primary-dark);
  border-color: var(--apv-primary-dark);
}

.apv-legal-section ul,
.apv-legal-section ol {
  margin: 0 0 14px;
  padding-left: 22px;
  color: var(--apv-muted);
  font-size: 15px;
  line-height: 1.85;
}

.apv-legal-section ul:last-child,
.apv-legal-section ol:last-child {
  margin-bottom: 0;
}

.apv-legal-section li {
  margin-bottom: 4px;
}

.apv-legal-section li::marker {
  color: var(--apv-primary);
}

/* Emphasized "ALL CAPS" clauses (disclaimers, liability caps)
   get a subtle callout treatment instead of plain bold text
   dumped in a paragraph. */

.apv-legal-callout {
  margin: 0 0 14px;
  padding: 18px 20px;
  color: var(--apv-text);
  font-size: 13.5px;
  font-weight: 600;
  line-height: 1.75;
  background: var(--apv-primary-light);
  border-left: 3px solid var(--apv-primary);
  border-radius: var(--apv-radius-sm);
}

/* Contact / business info block */

.apv-legal-card {
  margin-top: 6px;
  padding: 20px 22px;
  background: var(--apv-white);
  border: 1px solid var(--apv-border-soft);
  border-radius: var(--apv-radius-md);
}

.apv-legal-card p {
  margin: 0 0 6px;
  color: var(--apv-text);
  font-size: 14.5px;
  line-height: 1.7;
}

.apv-legal-card p:last-child {
  margin-bottom: 0;
}

/* ---- Mobile ---- */

@media screen and (max-width: 640px) {
  .apv-legal-container {
    width: min(100% - 32px, 860px);
    padding: 44px 0 64px;
  }

  .apv-legal-meta {
    margin-bottom: 30px;
    padding-bottom: 24px;
  }

  .apv-legal-toc {
    padding: 20px;
    margin-bottom: 36px;
  }

  .apv-legal-toc ol {
    grid-template-columns: 1fr;
  }

  .apv-legal-section {
    padding: 26px 0;
  }

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

  .apv-legal-section p,
  .apv-legal-section ul,
  .apv-legal-section ol {
    font-size: 14.5px;
  }
}
