.secret-whatsapp-page {
  background: #fff8f4;
  color: #2f1d19;
}

.secret-site-header {
  background: rgba(255, 250, 247, 0.94);
}

.secret-header-cta {
  background: #1d9d50;
  box-shadow: 0 14px 34px rgba(29, 157, 80, 0.22);
}

.secret-whatsapp-main {
  overflow: hidden;
}

.secret-campaign-hero {
  background:
    linear-gradient(180deg, #fff8f4 0%, #fffdfb 72%, #fff7f2 100%);
}

.secret-campaign-image-link,
.secret-campaign-image-link picture,
.secret-campaign-image-link img {
  display: block;
  width: 100%;
}

.secret-campaign-image-link {
  position: relative;
  background: #f9e8de;
}

.secret-campaign-image-link:focus-visible {
  outline: 5px solid #1d9d50;
  outline-offset: -5px;
}

.secret-campaign-image-link img {
  height: auto;
  object-fit: cover;
}

.secret-join-panel {
  max-width: 920px;
  margin: 0 auto;
  padding: 54px 28px 62px;
  text-align: center;
}

.secret-eyebrow {
  margin: 0 0 8px;
  color: #b95350;
  font-size: 17px;
  font-weight: 900;
}

.secret-join-panel h1 {
  max-width: 820px;
  margin: 0 auto;
  color: #4b2118;
  font-family: "Heebo", "Assistant", Arial, sans-serif;
  font-size: clamp(34px, 4.4vw, 62px);
  line-height: 1.08;
  letter-spacing: 0;
}

.secret-lead {
  max-width: 760px;
  margin: 20px auto 0;
  color: #6a4b44;
  font-size: 22px;
  font-weight: 650;
}

.secret-benefits {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin: 28px auto 30px;
}

.secret-benefits span {
  padding: 10px 16px;
  border: 1px solid #efcfc7;
  border-radius: 999px;
  background: #ffffff;
  color: #5a3028;
  font-weight: 850;
}

.secret-benefits span::before {
  content: "\2713";
  margin-left: 7px;
  color: #1d9d50;
  font-weight: 900;
}

.secret-whatsapp-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  width: min(100%, 620px);
  min-height: 76px;
  padding: 16px 28px;
  border: 1px solid #178540;
  border-radius: 16px;
  background: #1d9d50;
  box-shadow: 0 20px 48px rgba(29, 157, 80, 0.25);
  color: #ffffff;
  font-size: 24px;
  font-weight: 900;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.secret-whatsapp-button:hover,
.secret-whatsapp-button:focus-visible {
  transform: translateY(-3px);
  background: #178d47;
  box-shadow: 0 24px 58px rgba(29, 157, 80, 0.32);
}

.secret-whatsapp-button img {
  width: 42px;
  height: 42px;
  filter: brightness(0) invert(1);
}

.secret-note {
  margin: 14px 0 0;
  color: #81665f;
  font-size: 16px;
  font-weight: 650;
}

.secret-reassurance {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 28px 72px;
}

.secret-reassurance div {
  padding: 28px 34px;
  border-left: 1px solid #ead4cd;
  text-align: center;
}

.secret-reassurance div:last-child {
  border-left: 0;
}

.secret-reassurance strong,
.secret-reassurance span {
  display: block;
}

.secret-reassurance strong {
  margin-bottom: 7px;
  color: #542b22;
  font-size: 22px;
}

.secret-reassurance span {
  color: #775c55;
  font-weight: 600;
}

.secret-mobile-sticky {
  display: none;
}

@media (max-width: 900px) {
  .secret-site-header .top-nav {
    display: none;
  }

  .secret-site-header {
    position: relative;
    grid-template-columns: 1fr auto;
    justify-items: stretch;
  }

  .secret-site-header .brand-mark {
    justify-content: start;
  }

  .secret-site-header .brand-mark img {
    width: min(250px, 52vw);
    height: 68px;
  }

  .secret-header-cta {
    min-height: 46px;
    padding: 10px 15px;
    font-size: 15px;
  }

  .secret-join-panel {
    padding: 38px 18px 46px;
  }

  .secret-join-panel h1 {
    font-size: 38px;
  }

  .secret-lead {
    font-size: 19px;
  }

  .secret-reassurance {
    grid-template-columns: 1fr;
    padding: 0 18px 48px;
  }

  .secret-reassurance div,
  .secret-reassurance div:last-child {
    padding: 22px 18px;
    border-left: 0;
    border-bottom: 1px solid #ead4cd;
  }

  .secret-reassurance div:last-child {
    border-bottom: 0;
  }
}

@media (max-width: 700px) {
  .secret-whatsapp-page {
    padding-bottom: 88px;
  }

  .secret-campaign-image-link img {
    aspect-ratio: 1;
  }

  .secret-join-panel h1 {
    font-size: 32px;
  }

  .secret-benefits {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
    margin-top: 24px;
  }

  .secret-benefits span {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 50px;
    padding: 8px 10px;
    border-radius: 8px;
    font-size: 15px;
  }

  .secret-whatsapp-button {
    min-height: 68px;
    padding: 14px 18px;
    font-size: 19px;
  }

  .secret-whatsapp-button img {
    width: 34px;
    height: 34px;
  }

  .secret-footer {
    padding-bottom: 28px;
  }

  .secret-mobile-sticky {
    position: fixed;
    right: 14px;
    bottom: 14px;
    left: 14px;
    z-index: 80;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-height: 62px;
    padding: 12px 18px;
    border: 1px solid #14813e;
    border-radius: 14px;
    background: #1d9d50;
    box-shadow: 0 16px 36px rgba(21, 92, 50, 0.34);
    color: #ffffff;
    font-size: 20px;
    font-weight: 900;
  }

  .secret-mobile-sticky img {
    width: 34px;
    height: 34px;
    filter: brightness(0) invert(1);
  }

  .secret-whatsapp-page .a11y-floating-button {
    bottom: 92px;
  }
}

@media (max-width: 440px) {
  .secret-site-header {
    min-height: 72px;
    padding: 8px 12px;
  }

  .secret-site-header .brand-mark img {
    width: 45vw;
    height: 58px;
  }

  .secret-header-cta {
    padding: 8px 12px;
    font-size: 14px;
  }

  .secret-join-panel {
    padding-top: 32px;
  }

  .secret-join-panel h1 {
    font-size: 29px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .secret-whatsapp-button {
    transition: none;
  }
}
