:root {
  --sld-green: #17b26a;
  --sld-orange: #ff8a1f;
  --sld-ink: #0d2530;
}

html {
  scroll-behavior: smooth;
}

body {
  text-rendering: optimizeLegibility;
}

img {
  image-rendering: auto;
}

.sld-mobile-hero {
  display: none;
}

.sld-proof-strip {
  position: relative;
  left: auto;
  right: auto;
  bottom: auto;
  z-index: 3;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 8px;
  width: min(1120px, calc(100% - 48px));
  margin: 14px auto 44px;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(4, 23, 31, 0.32);
  box-shadow: 0 18px 45px rgba(7, 32, 46, 0.14);
  backdrop-filter: blur(10px);
  pointer-events: none;
}

.sld-proof-strip span {
  min-height: 50px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 8px 14px;
  color: rgba(255, 255, 255, 0.74);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 999px;
  background: rgba(8, 42, 52, 0.48);
  font-size: 11px;
  line-height: 1.35;
  text-align: center;
}

.sld-proof-strip strong {
  display: block;
  color: #fff;
  font-size: clamp(18px, 1.8vw, 25px);
  line-height: 1;
  margin-bottom: 5px;
}

.sld-mobile-cta {
  position: fixed;
  left: 12px;
  right: 12px;
  bottom: 12px;
  z-index: 60;
  display: none;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  border-radius: 12px;
  color: #fff;
  background: var(--sld-green);
  box-shadow: 0 16px 34px rgba(23, 178, 106, 0.36);
  font-weight: 800;
  text-decoration: none;
}

.sld-mobile-cta::before {
  content: "";
  width: 10px;
  height: 10px;
  margin-right: 10px;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 0 0 4px rgba(255, 255, 255, 0.22);
}

.sld-sticky-note {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 55;
  width: min(320px, calc(100vw - 36px));
  padding: 14px 16px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 14px;
  color: #fff;
  background: rgba(8, 42, 52, 0.94);
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.26);
}

.sld-sticky-note strong,
.sld-sticky-note span {
  display: block;
}

.sld-sticky-note strong {
  margin-bottom: 5px;
  font-size: 14px;
}

.sld-sticky-note span {
  color: rgba(255, 255, 255, 0.72);
  font-size: 12px;
}

.sld-sticky-note a {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  margin-top: 12px;
  border-radius: 9px;
  color: #fff;
  background: var(--sld-green);
  font-weight: 800;
  text-decoration: none;
}

a[href*="wa.me"] {
  transition: transform 0.2s ease, box-shadow 0.2s ease, filter 0.2s ease;
}

a[href*="wa.me"]:hover {
  transform: translateY(-1px);
  filter: brightness(1.05);
  box-shadow: 0 16px 36px rgba(23, 178, 106, 0.32);
}

@media (min-width: 981px) {
  body {
    padding-bottom: 0;
  }

  .hero-section {
    min-height: min(650px, calc(100vh - 164px)) !important;
  }

  .hero-section-wide {
    min-height: min(clamp(360px, 33.3vw, 650px), calc(100vh - 164px)) !important;
  }
}

@media (max-width: 980px) {
  .hero-section {
    display: none !important;
  }

  .sld-mobile-hero {
    position: relative;
    display: block;
    height: 430px;
    overflow: hidden;
    background: #082534;
  }

  .sld-mobile-hero-bg,
  .sld-mobile-hero-shade {
    position: absolute;
    inset: 0;
  }

  .sld-mobile-hero-bg {
    background-image: url("../img/optimized/-f82d26ee.webp");
    background-size: auto 100%;
    background-position: 47% center;
    background-repeat: no-repeat;
    opacity: 1;
  }

  .sld-mobile-hero-shade {
    background:
      linear-gradient(90deg, rgba(5, 20, 30, .64), rgba(5, 20, 30, .38) 52%, rgba(5, 20, 30, .08)),
      linear-gradient(0deg, rgba(5, 20, 30, .2), rgba(5, 20, 30, 0) 42%);
  }

  .sld-mobile-hero-copy {
    position: relative;
    z-index: 2;
    width: min(330px, calc(100% - 30px));
    padding-top: 78px;
    margin: 0 auto 0 clamp(28px, 10vw, 58px);
    color: #fff;
    text-align: left;
  }

  .sld-mobile-hero-copy span {
    display: block;
    max-width: 250px;
    color: #ffae50;
    font-size: 10px;
    font-weight: 900;
    line-height: 1.45;
    letter-spacing: .13em;
    text-transform: uppercase;
  }

  .sld-mobile-hero-copy h1 {
    max-width: 295px;
    margin: 14px 0 0;
    color: #fff;
    font-size: clamp(27px, 7vw, 34px);
    line-height: 1.08;
    letter-spacing: -0.02em;
  }

  .sld-mobile-hero-copy p {
    max-width: 300px;
    margin: 16px 0 0;
    color: rgba(255, 255, 255, .86);
    font-size: 14px;
    line-height: 1.55;
  }

  .sld-mobile-hero-copy a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    margin-top: 22px;
    padding: 0 18px;
    border-radius: 9px;
    color: #fff;
    background: var(--sld-orange);
    font-size: 14px;
    font-weight: 800;
    text-decoration: none;
  }

  .sld-proof-strip {
    position: relative;
    left: auto;
    right: auto;
    bottom: auto;
    z-index: 4;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 5px;
    width: auto;
    margin: 12px 12px 26px;
    padding: 6px;
    overflow: visible;
    border-radius: 14px;
    background: rgba(7, 35, 45, 0.34);
    box-shadow: 0 14px 32px rgba(8, 31, 42, 0.16);
    backdrop-filter: blur(12px);
  }

  .sld-proof-strip span {
    min-width: 0;
    min-height: 58px;
    padding: 7px 4px;
    white-space: normal;
    background: linear-gradient(180deg, rgba(8, 42, 52, 0.68), rgba(8, 42, 52, 0.42));
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.12);
    font-size: 8px;
    line-height: 1.25;
  }

  .sld-proof-strip strong {
    font-size: 14px;
    margin-bottom: 4px;
  }

  .sld-mobile-cta {
    display: flex;
  }

  .sld-sticky-note {
    display: none;
  }

  .whatsapp-sticky-box {
    display: none !important;
  }

  body {
    padding-bottom: 78px;
  }
}

@media (max-width: 560px) {
  .sld-mobile-hero {
    height: 420px;
  }

  .sld-mobile-hero-bg {
    background-position: 47% center;
  }

  .sld-proof-strip {
    margin-left: 12px;
    margin-right: 12px;
    border-radius: 12px;
  }

  .sld-proof-strip span {
    min-height: 56px;
    font-size: 8px;
  }
}
