:root {
  color-scheme: light;
  --ink: #12242a;
  --muted: #51686f;
  --panel: #ffffff;
  --panel-strong: #eefaf5;
  --line: rgba(18, 36, 42, 0.12);
  --teal: #08a8f4;
  --teal-dark: #0055b8;
  --yellow: #ffbd2e;
  --blue: #0b5e7a;
  --aqua: #e9fbff;
  --mint: #effcf5;
  --sun: #fff6db;
  --shadow: 0 22px 60px rgba(18, 36, 42, 0.18);
  --radius: 8px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-width: 320px;
  background: #ffffff;
  color: var(--ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  letter-spacing: 0;
}

a {
  color: inherit;
  text-decoration: none;
}

svg {
  display: block;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.whatsapp-icon {
  fill: currentColor;
  stroke: none;
}

.js-whatsapp:not(:has(svg))::before {
  background: currentColor;
  content: "";
  display: inline-block;
  flex: 0 0 auto;
  height: 1em;
  margin-right: 8px;
  -webkit-mask: url("data:image/svg+xml,%3Csvg viewBox='0 0 16 16' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13.601 2.326A7.85 7.85 0 0 0 7.994 0C3.627 0 .068 3.558.064 7.926c0 1.399.366 2.76 1.057 3.965L0 16l4.204-1.102a7.9 7.9 0 0 0 3.79.965h.004c4.368 0 7.926-3.558 7.93-7.93a7.9 7.9 0 0 0-2.327-5.607M7.994 14.521a6.6 6.6 0 0 1-3.356-.92l-.24-.144-2.494.654.666-2.433-.156-.251a6.56 6.56 0 0 1-1.007-3.505c0-3.626 2.957-6.584 6.591-6.584a6.56 6.56 0 0 1 4.66 1.931 6.56 6.56 0 0 1 1.928 4.66c-.004 3.639-2.961 6.592-6.592 6.592m3.615-4.934c-.197-.099-1.17-.578-1.353-.646-.182-.065-.315-.099-.445.099-.133.197-.513.646-.627.775-.114.133-.232.148-.43.05-.197-.1-.836-.308-1.592-.985-.59-.525-.985-1.175-1.103-1.372-.114-.198-.011-.304.088-.403.087-.088.197-.232.296-.346.1-.114.133-.198.198-.33.065-.134.034-.248-.015-.347-.05-.099-.445-1.076-.612-1.47-.16-.389-.323-.335-.445-.34-.114-.007-.247-.007-.38-.007a.73.73 0 0 0-.529.247c-.182.198-.691.677-.691 1.654s.71 1.916.81 2.049c.098.133 1.394 2.132 3.383 2.992.474.205.844.326 1.133.418.475.152.904.129 1.246.08.38-.058 1.171-.48 1.338-.943.164-.464.164-.86.114-.943-.049-.084-.182-.133-.38-.232'/%3E%3C/svg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg viewBox='0 0 16 16' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13.601 2.326A7.85 7.85 0 0 0 7.994 0C3.627 0 .068 3.558.064 7.926c0 1.399.366 2.76 1.057 3.965L0 16l4.204-1.102a7.9 7.9 0 0 0 3.79.965h.004c4.368 0 7.926-3.558 7.93-7.93a7.9 7.9 0 0 0-2.327-5.607M7.994 14.521a6.6 6.6 0 0 1-3.356-.92l-.24-.144-2.494.654.666-2.433-.156-.251a6.56 6.56 0 0 1-1.007-3.505c0-3.626 2.957-6.584 6.591-6.584a6.56 6.56 0 0 1 4.66 1.931 6.56 6.56 0 0 1 1.928 4.66c-.004 3.639-2.961 6.592-6.592 6.592m3.615-4.934c-.197-.099-1.17-.578-1.353-.646-.182-.065-.315-.099-.445.099-.133.197-.513.646-.627.775-.114.133-.232.148-.43.05-.197-.1-.836-.308-1.592-.985-.59-.525-.985-1.175-1.103-1.372-.114-.198-.011-.304.088-.403.087-.088.197-.232.296-.346.1-.114.133-.198.198-.33.065-.134.034-.248-.015-.347-.05-.099-.445-1.076-.612-1.47-.16-.389-.323-.335-.445-.34-.114-.007-.247-.007-.38-.007a.73.73 0 0 0-.529.247c-.182.198-.691.677-.691 1.654s.71 1.916.81 2.049c.098.133 1.394 2.132 3.383 2.992.474.205.844.326 1.133.418.475.152.904.129 1.246.08.38-.058 1.171-.48 1.338-.943.164-.464.164-.86.114-.943-.049-.084-.182-.133-.38-.232'/%3E%3C/svg%3E") center / contain no-repeat;
  width: 1em;
}

.page-shell {
  overflow: clip;
  position: relative;
}

.site-header {
  align-items: center;
  background: #ffffff;
  border-bottom: 1px solid var(--line);
  display: flex;
  gap: 0;
  justify-content: center;
  left: 0;
  padding: 18px 16px;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 50;
}

.brand {
  align-items: center;
  display: flex;
  justify-content: center;
  min-width: 0;
}

.service-icon,
.feature-icon,
.speed-icon {
  align-items: center;
  display: grid;
  flex: 0 0 auto;
  place-items: center;
}

.brand-logo {
  display: block;
  height: auto;
  max-height: 78px;
  object-fit: contain;
  width: min(360px, 82vw);
}

.header-cta {
  align-items: center;
  background: #25d366;
  border-radius: 999px;
  box-shadow: 0 12px 32px rgba(37, 211, 102, 0.28);
  color: #062315;
  display: inline-flex;
  flex: 0 0 auto;
  font-size: 0.88rem;
  font-weight: 800;
  gap: 7px;
  min-height: 42px;
  padding: 0 14px;
}

.header-cta svg {
  height: 18px;
  width: 18px;
}

.hero {
  min-height: 0;
  padding: 168px 18px 84px;
  position: relative;
}

.hero-media,
.hero-overlay {
  inset: 0;
  position: absolute;
}

.hero-media {
  background-image: url("./assets/esgosul-hero.png");
  background-position: 66% center;
  background-size: cover;
  filter: saturate(1.08) contrast(1.06);
  transform: scale(1.02);
}

.hero-overlay {
  background:
    linear-gradient(90deg, rgba(3, 16, 22, 0.92), rgba(3, 16, 22, 0.68) 42%, rgba(3, 16, 22, 0.16)),
    linear-gradient(180deg, rgba(3, 16, 22, 0.28), rgba(3, 16, 22, 0.76) 90%);
}

.hero::after,
.night-section::before {
  background:
    linear-gradient(90deg, transparent, rgba(25, 214, 176, 0.55), transparent),
    radial-gradient(circle, rgba(255, 211, 90, 0.22), transparent 55%);
  content: "";
  height: 1px;
  left: 8%;
  opacity: 0.9;
  position: absolute;
  right: 8%;
  bottom: 0;
}

.hero-content {
  position: relative;
  z-index: 2;
}

.hero-content {
  max-width: 620px;
  color: #f8fffd;
}

.hero-content .section-kicker,
.hero-content .eyebrow {
  color: #54d9ff;
}

.eyebrow,
.section-kicker {
  align-items: center;
  color: var(--teal);
  display: inline-flex;
  font-size: 0.76rem;
  font-weight: 900;
  gap: 8px;
  letter-spacing: 0.08em;
  margin: 0 0 14px;
  text-transform: uppercase;
}

.pulse-dot {
  background: var(--teal);
  border-radius: 999px;
  box-shadow: 0 0 0 0 rgba(25, 214, 176, 0.7);
  height: 9px;
  width: 9px;
  animation: pulse 1.5s infinite;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  font-size: clamp(2.1rem, 8.5vw, 4.8rem);
  line-height: 1;
  margin-bottom: 16px;
}

h2 {
  font-size: clamp(2rem, 10vw, 4.1rem);
  line-height: 0.94;
  margin-bottom: 14px;
}

h3 {
  font-size: 1.04rem;
  line-height: 1.15;
  margin-bottom: 8px;
}

.hero-copy,
.speed-card p,
.split-block p,
.feature-panel p,
.night-content p,
.service-card p {
  color: var(--muted);
  line-height: 1.55;
}

.hero-copy {
  color: rgba(248, 255, 253, 0.88);
  font-size: 1.08rem;
  max-width: 36rem;
}

.hero-actions,
.availability {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.hero-actions {
  margin-top: 28px;
}

.btn,
.mini-cta,
.text-cta,
.card-link {
  align-items: center;
  display: inline-flex;
  font-weight: 900;
  justify-content: center;
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease, background 180ms ease;
}

.btn {
  border-radius: 999px;
  gap: 9px;
  min-height: 56px;
  padding: 0 22px;
}

.btn svg {
  height: 21px;
  width: 21px;
}

.btn-primary {
  background: #25d366;
  box-shadow: 0 18px 48px rgba(37, 211, 102, 0.32);
  color: #062315;
}

.btn-secondary {
  background: rgba(255, 255, 255, 0.16);
  border: 1px solid rgba(255, 255, 255, 0.26);
  color: #ffffff;
}

.btn:hover,
.mini-cta:hover,
.text-cta:hover,
.card-link:hover,
.header-cta:hover,
.floating-whatsapp:hover {
  transform: translateY(-2px);
}

.availability span {
  background: #ffffff;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--ink);
  font-size: 0.82rem;
  font-weight: 800;
  padding: 9px 12px;
}

section:not(.hero) {
  padding: 62px 18px;
}

.process-section {
  background: #ffffff;
  padding-top: 34px !important;
}

.section-band {
  background: #ffffff;
}

.process-flow,
.speed-card,
.split-block,
.feature-panel,
.night-content,
.section-heading,
.service-grid {
  margin: 0 auto;
  max-width: 1120px;
}

.process-flow {
  align-items: stretch;
  display: grid;
  gap: 16px;
  position: relative;
}

.process-card {
  background: #ffffff;
  border: 1px solid rgba(18, 36, 42, 0.16);
  border-radius: var(--radius);
  box-shadow: 0 18px 46px rgba(18, 36, 42, 0.12);
  overflow: hidden;
  padding: 20px;
  position: relative;
}

.process-card::after {
  background: linear-gradient(90deg, transparent, rgba(8, 168, 244, 0.74), transparent);
  content: "";
  height: 1px;
  left: 18px;
  position: absolute;
  right: 18px;
  top: 0;
}

.process-card::before {
  background: linear-gradient(180deg, #08a8f4, #0055b8);
  bottom: 18px;
  content: "";
  left: 0;
  position: absolute;
  top: 18px;
  width: 4px;
}

.process-number {
  color: #0055b8;
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.12em;
}

.process-icon {
  align-items: center;
  background: #e8f7ff;
  border: 1px solid rgba(8, 168, 244, 0.32);
  border-radius: 8px;
  color: var(--teal);
  display: grid;
  height: 48px;
  margin: 14px 0 16px;
  place-items: center;
  width: 48px;
}

.process-icon svg {
  height: 28px;
  width: 28px;
}

.process-card h2 {
  font-size: clamp(1.45rem, 7vw, 2rem);
  line-height: 1;
  margin-bottom: 10px;
}

.process-card p {
  color: var(--muted);
  line-height: 1.5;
  margin-bottom: 0;
}

.process-arrow {
  align-items: center;
  color: var(--teal);
  display: grid;
  justify-content: center;
  min-height: 28px;
  transform: rotate(90deg);
}

.process-arrow svg {
  height: 28px;
  width: 42px;
}

.speed-card,
.split-block,
.feature-panel {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.speed-card {
  align-items: flex-start;
  background: linear-gradient(135deg, #ffffff, #e6f7ff);
  display: grid;
  gap: 18px;
  padding: 22px;
  position: relative;
}

.speed-card::after,
.split-block::after,
.service-card::after,
.feature-panel::after {
  background: linear-gradient(90deg, transparent, rgba(8, 168, 244, 0.58), transparent);
  content: "";
  height: 1px;
  left: 18px;
  position: absolute;
  right: 18px;
  top: 0;
}

.speed-card::before,
.split-block::before,
.feature-panel::before {
  background: linear-gradient(180deg, #08a8f4, #0055b8);
  bottom: 22px;
  content: "";
  left: 0;
  position: absolute;
  top: 22px;
  width: 4px;
}

.speed-icon,
.feature-icon {
  background: #e8f7ff;
  border: 1px solid rgba(8, 168, 244, 0.3);
  border-radius: 8px;
  color: var(--teal);
  height: 56px;
  width: 56px;
}

.speed-icon svg,
.feature-icon svg {
  height: 30px;
  width: 30px;
}

.mini-cta,
.text-cta,
.card-link {
  color: var(--teal-dark);
}

.mini-cta {
  background: #25d366;
  border: 1px solid #25d366;
  border-radius: 999px;
  color: #062315;
  min-height: 46px;
  padding: 0 16px;
  width: fit-content;
}

.services-section {
  background: #ffffff;
}

.section-heading {
  margin-bottom: 26px;
}

.service-grid {
  display: grid;
  gap: 14px;
}

.service-card {
  background: #ffffff;
  border: 1px solid rgba(18, 36, 42, 0.15);
  border-radius: var(--radius);
  box-shadow: 0 16px 42px rgba(18, 36, 42, 0.1);
  display: flex;
  flex-direction: column;
  min-height: 218px;
  overflow: hidden;
  padding: 20px;
  position: relative;
  transition: transform 220ms ease, background 220ms ease, border-color 220ms ease;
}

.service-card::before {
  background: radial-gradient(circle at var(--x, 50%) var(--y, 50%), rgba(8, 168, 244, 0.16), transparent 11rem);
  content: "";
  inset: 0;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  transition: opacity 220ms ease;
}

.service-card:hover {
  background: #f0faff;
  border-color: rgba(8, 168, 244, 0.46);
  box-shadow: 0 22px 56px rgba(18, 36, 42, 0.16);
  transform: translateY(-4px);
}

.service-card:hover::before {
  opacity: 1;
}

.service-card > * {
  position: relative;
  z-index: 1;
}

.service-icon {
  background: #e8f7ff;
  border-radius: 8px;
  color: var(--teal);
  height: 48px;
  margin-bottom: 18px;
  width: 48px;
}

.service-icon svg {
  height: 28px;
  width: 28px;
}

.card-link {
  background: #e8f7ff;
  border-radius: 999px;
  justify-content: center;
  margin-top: auto;
  padding-top: 12px;
  padding: 12px 14px;
}

.split-block {
  align-items: center;
  background: linear-gradient(135deg, #ffffff, #e6f7ff);
  display: grid;
  gap: 22px;
  overflow: hidden;
  padding: 24px;
  position: relative;
}

.guarantee-section {
  background: #ffffff;
}

.feature-panel {
  background: linear-gradient(135deg, #ffffff, #e6f7ff);
  overflow: hidden;
  padding: 26px;
  position: relative;
}

.text-cta {
  margin-top: 12px;
}

.night-section {
  background: #ffffff;
  position: relative;
}

.night-content {
  position: relative;
  z-index: 1;
}

.availability {
  margin: 22px 0 24px;
}

.availability strong {
  color: var(--teal-dark);
  margin-right: 5px;
}

.site-footer {
  align-items: center;
  background: #ffffff;
  border-top: 1px solid var(--line);
  color: var(--muted);
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding: 28px 18px 96px;
  text-align: center;
}

.site-footer strong {
  color: var(--ink);
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
  margin-top: 14px;
  max-width: 920px;
}

.footer-links a {
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--teal-dark);
  font-size: 0.86rem;
  font-weight: 700;
  padding: 8px 12px;
}

.subpage-main {
  background: #ffffff;
  padding-top: 118px;
}

.subpage-hero,
.subpage-section {
  margin: 0 auto;
  max-width: 1120px;
  padding: 54px 18px;
}

.subpage-hero {
  padding-bottom: 32px;
}

.subpage-kicker {
  color: var(--teal-dark);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  margin: 0 0 12px;
  text-transform: uppercase;
}

.subpage-hero h1 {
  color: var(--ink);
  font-size: clamp(2.35rem, 11vw, 4.7rem);
  line-height: 1;
  max-width: 840px;
}

.subpage-lead {
  color: var(--muted);
  font-size: 1.08rem;
  line-height: 1.65;
  max-width: 760px;
}

.content-grid {
  display: grid;
  gap: 16px;
}

.info-card {
  background: linear-gradient(135deg, #ffffff, #e6f7ff);
  border: 1px solid rgba(18, 36, 42, 0.15);
  border-radius: var(--radius);
  box-shadow: 0 16px 42px rgba(18, 36, 42, 0.1);
  overflow: hidden;
  padding: 22px;
  position: relative;
}

.info-card::before {
  background: linear-gradient(180deg, #08a8f4, #0055b8);
  bottom: 20px;
  content: "";
  left: 0;
  position: absolute;
  top: 20px;
  width: 4px;
}

.info-card h2,
.info-card h3 {
  color: var(--ink);
}

.info-card p,
.info-card li {
  color: var(--muted);
  line-height: 1.6;
}

.info-card ul {
  margin: 0;
  padding-left: 20px;
}

.subpage-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 26px;
}

.floating-whatsapp {
  align-items: center;
  animation: floaty 2.4s ease-in-out infinite;
  background: #25d366;
  border-radius: 999px;
  bottom: 18px;
  box-shadow: 0 18px 44px rgba(34, 211, 102, 0.4);
  color: #ffffff;
  display: inline-flex;
  gap: 10px;
  height: 62px;
  justify-content: center;
  position: fixed;
  right: 18px;
  width: 62px;
  z-index: 60;
}

.floating-whatsapp svg {
  flex: 0 0 auto;
  fill: currentColor;
  height: 32px;
  stroke: none;
  width: 32px;
}

.floating-whatsapp span {
  display: none;
  font-size: 1.12rem;
  font-weight: 600;
}

[data-animate] {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity 700ms ease, transform 700ms ease;
}

[data-animate].is-visible {
  opacity: 1;
  transform: translateY(0);
}

@keyframes pulse {
  70% {
    box-shadow: 0 0 0 12px rgba(25, 214, 176, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(25, 214, 176, 0);
  }
}

@keyframes floaty {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-5px);
  }
}

@media (min-width: 720px) {
  .site-header {
    padding: 14px 32px;
  }

  .hero {
    min-height: 0;
    padding: 118px 36px 46px;
  }

  .hero-overlay {
    background:
      linear-gradient(90deg, rgba(3, 16, 22, 0.96), rgba(3, 16, 22, 0.72) 44%, rgba(3, 16, 22, 0.08)),
      linear-gradient(180deg, rgba(3, 16, 22, 0.25), rgba(3, 16, 22, 0.9) 92%);
  }

  .hero-content {
    margin-left: calc((100vw - min(1120px, calc(100vw - 72px))) / 2);
  }

  section:not(.hero) {
    padding: 82px 36px;
  }

  .process-section {
    padding-top: 46px !important;
  }

  .process-flow {
    align-items: center;
    grid-template-columns: 1fr auto 1fr auto 1fr;
  }

  .process-arrow {
    min-width: 48px;
    transform: none;
  }

  .speed-card,
  .split-block {
    grid-template-columns: auto 1fr auto;
    padding: 30px;
  }

  .service-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .split-block {
    grid-template-columns: 1fr auto;
  }

  .feature-panel,
  .night-content {
    padding: 42px;
  }

  .subpage-main {
    padding-top: 126px;
  }

  .subpage-hero,
  .subpage-section {
    padding-left: 36px;
    padding-right: 36px;
  }

  .content-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 720px) {
  .header-cta {
    font-size: 0;
    height: 42px;
    padding: 0;
    width: 42px;
  }

  .header-cta svg {
    height: 20px;
    width: 20px;
  }

  .btn {
    width: 100%;
  }

  .hero-media {
    background-position: 72% center;
  }

  .floating-whatsapp {
    animation: none;
    border-radius: 0;
    bottom: 0;
    height: 64px;
    left: 0;
    right: 0;
    width: 100%;
  }

  .floating-whatsapp svg {
    height: 32px;
    width: 32px;
  }

  .floating-whatsapp span {
    display: inline;
    font-size: 1.18rem;
  }

}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}
