/* ALIVE4HEALTH — 11th Anniversary promotion (bar + popup) */
@import url('https://fonts.googleapis.com/css2?family=Figtree:wght@400;500;600;700;800&display=swap');

:root {
  --a4h-coral: #E05A47;
  --a4h-coral-dark: #c9472f;
  --a4h-green: #1a3a24;
  --a4h-cream: #faf7f2;
  --a4h-neutral: #444441;
}

/* ---------- Announcement bar ---------- */
.a4h-annivbar {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 100530;
  background: var(--a4h-green);
  color: #fff;
  font-family: 'Figtree', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
}

body.a4h-has-annivbar:not(.a4h-annivbar-dismissed) {
  padding-top: var(--a4h-annivbar-h, 42px);
}

body.a4h-has-annivbar:not(.a4h-annivbar-dismissed) header.et-l--header.a4hsticky {
  top: var(--a4h-annivbar-h, 42px) !important;
}

body.a4h-has-annivbar:not(.a4h-annivbar-dismissed) header.et-l--header .et_pb_row_0_tb_header {
  display: none !important;
}

.a4h-annivbar * {
  box-sizing: border-box;
}

.a4h-annivbar__inner {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 5px 10px;
  min-height: 42px;
  padding: 8px 44px;
  text-align: center;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: .02em;
  line-height: 1.35;
}

.a4h-annivbar__badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: var(--a4h-coral);
  color: #fff;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
  padding: 4px 10px;
  border-radius: 20px;
}

.a4h-annivbar__badge b {
  font-size: 12px;
}

.a4h-annivbar__badge svg {
  width: 14px;
  height: 14px;
}

.a4h-annivbar__sep {
  opacity: .4;
}

.a4h-annivbar__ship {
  display: none;
  opacity: .9;
}

.a4h-annivbar__link {
  color: #fff;
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 3px;
  text-decoration-thickness: 1.5px;
  transition: opacity .15s;
}

.a4h-annivbar__link:hover {
  opacity: .82;
}

.a4h-annivbar__close {
  position: absolute;
  top: 50%;
  right: 8px;
  transform: translateY(-50%);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border: 0;
  border-radius: 8px;
  cursor: pointer;
  background: transparent;
  color: rgba(255, 255, 255, .75);
  transition: background .14s, color .14s;
}

.a4h-annivbar__close svg {
  width: 18px;
  height: 18px;
}

.a4h-annivbar__close:hover {
  background: rgba(255, 255, 255, .14);
  color: #fff;
}

/* ---------- Popup modal ---------- */
.a4h-promo__scrim {
  position: fixed;
  inset: 0;
  z-index: 100520;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  background: rgba(26, 58, 36, .58);
  backdrop-filter: blur(3px);
  -webkit-backdrop-filter: blur(3px);
  opacity: 0;
  visibility: hidden;
  transition: opacity .3s ease, visibility .3s ease;
  font-family: 'Figtree', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
}

.a4h-promo__scrim.is-open {
  opacity: 1;
  visibility: visible;
}

.a4h-promo {
  position: relative;
  width: 100%;
  max-width: 440px;
  max-height: calc(100vh - 40px);
  overflow-y: auto;
  background: var(--a4h-cream);
  border-radius: 22px;
  box-shadow: 0 30px 70px rgba(26, 58, 36, .4);
  transform: translateY(18px) scale(.97);
  opacity: 0;
  transition: transform .34s cubic-bezier(.33, 1, .68, 1), opacity .34s ease;
}

.a4h-promo__scrim.is-open .a4h-promo {
  transform: none;
  opacity: 1;
}

.a4h-promo * {
  box-sizing: border-box;
}

.a4h-promo__close {
  position: absolute;
  top: 12px;
  right: 12px;
  z-index: 3;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border: 0;
  border-radius: 10px;
  cursor: pointer;
  background: rgba(255, 255, 255, .7);
  color: var(--a4h-neutral);
  transition: background .14s, color .14s;
}

.a4h-promo__close svg {
  width: 20px;
  height: 20px;
}

.a4h-promo__close:hover {
  background: #fff;
  color: var(--a4h-coral);
}

.a4h-promo__top {
  position: relative;
  background: var(--a4h-green);
  color: #fff;
  padding: 30px 28px 26px;
  text-align: center;
  overflow: hidden;
}

.a4h-promo__top::before,
.a4h-promo__top::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  border: 1.5px solid rgba(255, 255, 255, .10);
}

.a4h-promo__top::before {
  width: 220px;
  height: 220px;
  top: -90px;
  left: -70px;
}

.a4h-promo__top::after {
  width: 150px;
  height: 150px;
  bottom: -70px;
  right: -40px;
}

.a4h-promo__years {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: baseline;
  gap: 6px;
  line-height: 1;
}

.a4h-promo__num {
  font-size: 64px;
  font-weight: 800;
  letter-spacing: -.03em;
  color: #fff;
}

.a4h-promo__th {
  font-size: 26px;
  font-weight: 800;
  color: var(--a4h-coral);
}

.a4h-promo__years-label {
  position: relative;
  z-index: 1;
  margin: 8px 0 0;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .22em;
  text-transform: uppercase;
  color: #cfe0d3;
}

.a4h-promo__body {
  padding: 24px 28px 28px;
  text-align: center;
}

.a4h-promo__title {
  margin: 0 0 8px;
  font-size: 23px;
  line-height: 1.2;
  font-weight: 800;
  letter-spacing: -.01em;
  color: var(--a4h-green);
  text-wrap: balance;
}

.a4h-promo__title em {
  color: var(--a4h-coral);
  font-style: normal;
}

.a4h-promo__sub {
  margin: 0 auto 18px;
  max-width: 320px;
  font-size: 14.5px;
  line-height: 1.5;
  color: #5d6f5a;
}

.a4h-promo__perks {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  flex-wrap: wrap;
  margin: 0 0 18px;
  padding: 12px 10px;
  border-radius: 12px;
  background: #eef3ec;
  border: 1px solid #dbe6d6;
}

.a4h-promo__perk {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  font-size: 13px;
  font-weight: 700;
  color: var(--a4h-green);
}

.a4h-promo__perk svg {
  width: 18px;
  height: 18px;
  color: var(--a4h-coral);
  flex: 0 0 auto;
}

.a4h-promo__perk-off {
  font-size: 15px;
}

.a4h-promo__perk--solo {
  font-size: 15px;
}

.a4h-promo__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 100%;
  border: 0;
  border-radius: 12px;
  cursor: pointer;
  padding: 15px 18px;
  font-family: inherit;
  font-size: 16px;
  font-weight: 800;
  letter-spacing: .01em;
  background: var(--a4h-coral);
  color: #fff;
  text-decoration: none;
  box-shadow: 0 4px 14px rgba(224, 90, 71, .34);
  transition: background .15s, box-shadow .15s, transform .05s;
}

.a4h-promo__cta svg {
  width: 17px;
  height: 17px;
}

.a4h-promo__cta:hover {
  background: var(--a4h-coral-dark);
  box-shadow: 0 6px 18px rgba(224, 90, 71, .44);
}

.a4h-promo__cta:active {
  transform: translateY(1px);
}

.a4h-promo__decline {
  margin: 14px 0 0;
  padding: 2px;
  border: 0;
  background: none;
  cursor: pointer;
  font-family: inherit;
  font-size: 12.5px;
  font-weight: 600;
  color: #9a9a95;
  text-decoration: underline;
  text-underline-offset: 2px;
  transition: color .14s;
}

.a4h-promo__decline:hover {
  color: var(--a4h-neutral);
}

.a4h-promo__fine {
  margin: 12px 0 0;
  font-size: 11px;
  line-height: 1.4;
  color: #a7a79f;
}

.a4h-header .a4h-offerbar {
  display: none !important;
}

@media (min-width: 768px) {
  .a4h-annivbar__ship {
    display: inline;
  }
}

@media (max-width: 600px) {
  .a4h-annivbar__inner {
    padding: 8px 38px;
    font-size: 12px;
  }
}

@media (max-width: 420px) {
  .a4h-promo__top {
    padding: 26px 20px 22px;
  }

  .a4h-promo__body {
    padding: 20px 20px 24px;
  }

  .a4h-promo__num {
    font-size: 52px;
  }

  .a4h-promo__title {
    font-size: 20px;
  }

  .a4h-promo__perks {
    gap: 8px;
    padding: 10px 8px;
  }
}
