:root {
  --ink: #14202a;
  --muted: #5b6875;
  --paper: #fffaf3;
  --panel: #ffffff;
  --teal: #0c8b84;
  --teal-dark: #075f5a;
  --coral: #ef735f;
  --sun: #f7c948;
  --blue: #2f6fbd;
  --line: #dde6e8;
  --shadow: 0 24px 70px rgba(20, 32, 42, 0.16);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family:
    Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI",
    sans-serif;
}

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

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  min-height: 52px;
  padding: 6px clamp(18px, 5vw, 64px);
  background: rgba(255, 250, 243, 0.88);
  border-bottom: 1px solid rgba(221, 230, 232, 0.72);
  backdrop-filter: blur(18px);
}

.brand,
.nav-links,
.hero-actions,
.trust-row {
  display: flex;
  align-items: center;
}

.brand {
  gap: 10px;
  font-weight: 800;
}

.brand img {
  display: block;
  width: 34px;
  height: auto;
  border-radius: 8px;
}

.nav-links {
  gap: clamp(14px, 3vw, 36px);
  color: var(--muted);
  font-size: 0.94rem;
  font-weight: 600;
}

.nav-links a:hover,
.text-link:hover {
  color: var(--teal-dark);
}

.header-cta,
.button {
  display: inline-flex;
  min-height: 42px;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  font-weight: 800;
}

.header-cta {
  gap: 8px;
  min-height: 36px;
  padding: 0 14px;
  background: var(--teal);
  color: #ffffff;
}

.whatsapp-link,
.whatsapp-button,
.floating-whatsapp {
  gap: 9px;
}

.whatsapp-icon {
  position: relative;
  display: inline-block;
  width: 26px;
  height: 26px;
  flex: 0 0 auto;
  border-radius: 50%;
  background: #25d366;
}

.whatsapp-icon::before {
  content: "";
  position: absolute;
  inset: 4px;
  background: #ffffff;
  mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16.1 4C9.6 4 4.3 9.2 4.3 15.6c0 2.2.6 4.3 1.7 6.1L4 28l6.5-1.9c1.7.9 3.6 1.4 5.6 1.4 6.5 0 11.8-5.2 11.8-11.6C27.9 9.2 22.6 4 16.1 4Zm0 21.3c-1.8 0-3.5-.5-5-1.4l-.4-.2-3.8 1.1 1.1-3.7-.2-.4c-1-1.5-1.5-3.2-1.5-5.1 0-5.2 4.4-9.5 9.8-9.5s9.8 4.3 9.8 9.5-4.4 9.7-9.8 9.7Zm5.4-7.2c-.3-.1-1.8-.9-2.1-1-.3-.1-.5-.1-.7.1-.2.3-.8 1-.9 1.1-.2.2-.3.2-.6.1-1.7-.8-2.9-1.8-3.9-3.5-.3-.5.3-.5.8-1.6.1-.2 0-.4 0-.6-.1-.1-.7-1.7-1-2.3-.3-.6-.5-.5-.7-.5h-.6c-.2 0-.6.1-.9.4-.3.3-1.2 1.2-1.2 2.8 0 1.7 1.2 3.3 1.4 3.5.2.3 2.4 3.7 5.8 5.1.8.3 1.4.5 1.9.7.8.3 1.6.2 2.2.1.7-.1 1.8-.7 2.1-1.5.3-.7.3-1.4.2-1.5-.1-.2-.3-.3-.6-.5Z'/%3E%3C/svg%3E");
  mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center;
}

.hero {
  position: relative;
  min-height: 92vh;
  overflow: hidden;
  isolation: isolate;
}

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

.hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-overlay {
  z-index: 1;
  background:
    linear-gradient(90deg, rgba(20, 32, 42, 0.86), rgba(20, 32, 42, 0.34) 52%, rgba(20, 32, 42, 0.05)),
    linear-gradient(0deg, rgba(255, 250, 243, 0.84), rgba(255, 250, 243, 0) 34%);
}

.hero-content {
  position: relative;
  z-index: 2;
  width: min(720px, 100%);
  padding: 168px clamp(20px, 6vw, 80px) 96px;
  color: #ffffff;
}

.eyebrow,
.section-kicker {
  margin: 0 0 14px;
  color: var(--coral);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

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

h1 {
  max-width: 9ch;
  margin-bottom: 22px;
  font-size: clamp(4rem, 12vw, 8rem);
  line-height: 0.88;
  letter-spacing: 0;
}

.hero-copy {
  max-width: 620px;
  margin-bottom: 30px;
  color: rgba(255, 255, 255, 0.9);
  font-size: clamp(1.05rem, 2vw, 1.32rem);
  line-height: 1.65;
}

.hero-actions {
  flex-wrap: wrap;
  gap: 12px;
}

.button {
  padding: 0 22px;
  border: 1px solid transparent;
}

.button.primary {
  background: var(--sun);
  color: #17242b;
}

.button.secondary {
  border-color: rgba(255, 255, 255, 0.62);
  background: rgba(255, 255, 255, 0.12);
  color: #ffffff;
}

.button.whatsapp-button {
  border-color: #25d366;
  background: #25d366;
  color: #0f2a18;
}

.trust-row {
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 34px;
}

.trust-row span {
  padding: 10px 14px;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.12);
  color: rgba(255, 255, 255, 0.86);
  font-size: 0.92rem;
  backdrop-filter: blur(10px);
}

.trust-row strong {
  color: #ffffff;
}

.intro,
.features,
.safety-panel,
.seo-section,
.access {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
}

.intro {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 48px;
  padding: 78px 0 38px;
}

h2 {
  margin-bottom: 16px;
  font-size: clamp(2rem, 4vw, 3.5rem);
  line-height: 1.04;
  letter-spacing: 0;
}

.intro p,
.safety-copy p,
.plan-copy {
  color: var(--muted);
  font-size: 1.05rem;
  line-height: 1.75;
}

.features {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  padding: 28px 0 92px;
}

.feature-card,
.access-card,
.dashboard-preview {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--panel);
  box-shadow: 0 14px 40px rgba(20, 32, 42, 0.07);
}

.feature-card {
  min-height: 238px;
  padding: 24px;
}

.feature-card h3 {
  margin: 24px 0 10px;
  font-size: 1.12rem;
}

.feature-card p {
  color: var(--muted);
  line-height: 1.62;
}

.icon {
  position: relative;
  display: grid;
  width: 48px;
  height: 48px;
  place-items: center;
  border-radius: 8px;
  background: #eef8f7;
}

.shield-icon::before,
.bell-icon::before,
.phone-icon::before,
.lock-icon::before {
  content: "";
  width: 22px;
  height: 22px;
  background: var(--teal);
  mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center;
}

.shield-icon::before {
  mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 2 4 5v6c0 5 3.4 9.7 8 11 4.6-1.3 8-6 8-11V5l-8-3Zm0 4.1 4 1.5V11c0 3-1.7 5.9-4 7.2C9.7 16.9 8 14 8 11V7.6l4-1.5Z'/%3E%3C/svg%3E");
}

.bell-icon::before {
  mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 22a2.8 2.8 0 0 0 2.7-2h-5.4A2.8 2.8 0 0 0 12 22Zm7-6V11a7 7 0 0 0-5-6.7V3a2 2 0 1 0-4 0v1.3A7 7 0 0 0 5 11v5l-2 2v1h18v-1l-2-2Z'/%3E%3C/svg%3E");
}

.phone-icon::before {
  mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7 2h10a2 2 0 0 1 2 2v16a2 2 0 0 1-2 2H7a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2Zm0 3v14h10V5H7Zm4 15h2v1h-2v-1Z'/%3E%3C/svg%3E");
}

.lock-icon::before {
  mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M17 9V7A5 5 0 0 0 7 7v2H5v13h14V9h-2Zm-8 0V7a3 3 0 0 1 6 0v2H9Zm2 5h2v4h-2v-4Z'/%3E%3C/svg%3E");
}

.safety-panel {
  display: grid;
  grid-template-columns: 1fr 440px;
  gap: 56px;
  align-items: center;
  padding: 76px 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.seo-section {
  padding: 78px 0 20px;
}

.seo-section h2 {
  max-width: 940px;
}

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

.seo-grid p {
  margin: 0;
  color: var(--muted);
  font-size: 1.05rem;
  line-height: 1.75;
}

.text-link {
  display: inline-flex;
  margin-top: 8px;
  color: var(--teal);
  font-weight: 800;
}

.dashboard-preview {
  padding: 22px;
  box-shadow: var(--shadow);
}

.dash-top {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 16px;
  font-weight: 800;
}

.status-dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #28b86f;
  box-shadow: 0 0 0 7px rgba(40, 184, 111, 0.14);
}

.map-card {
  position: relative;
  height: 230px;
  overflow: hidden;
  border-radius: 8px;
  background:
    linear-gradient(90deg, rgba(47, 111, 189, 0.12) 1px, transparent 1px),
    linear-gradient(rgba(47, 111, 189, 0.12) 1px, transparent 1px),
    #eef6fb;
  background-size: 42px 42px;
}

.route-line {
  position: absolute;
  left: 50px;
  top: 115px;
  width: 290px;
  height: 7px;
  border-radius: 999px;
  background: var(--coral);
  transform: rotate(-18deg);
}

.pin {
  position: absolute;
  width: 24px;
  height: 24px;
  border: 5px solid #ffffff;
  border-radius: 50%;
  background: var(--blue);
  box-shadow: 0 8px 20px rgba(20, 32, 42, 0.18);
}

.pin.one {
  left: 68px;
  top: 126px;
}

.pin.two {
  right: 78px;
  top: 70px;
  background: var(--teal);
}

.timeline {
  display: grid;
  gap: 10px;
  margin-top: 18px;
}

.timeline span {
  height: 14px;
  border-radius: 999px;
  background: #edf1f2;
}

.timeline span:nth-child(1) {
  width: 86%;
}

.timeline span:nth-child(2) {
  width: 70%;
}

.timeline span:nth-child(3) {
  width: 48%;
}

.access {
  display: grid;
  grid-template-columns: 1fr 380px;
  gap: 48px;
  align-items: center;
  padding: 84px 0 96px;
}

.access-card {
  padding: 28px;
}

.plan {
  margin-bottom: 12px;
  color: var(--teal);
  font-weight: 800;
}

.full {
  width: 100%;
  margin-top: 12px;
}

.floating-whatsapp {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 20;
  display: inline-flex;
  min-height: 56px;
  align-items: center;
  justify-content: center;
  padding: 0 18px;
  border-radius: 999px;
  background: #25d366;
  color: #0f2a18;
  box-shadow: 0 16px 38px rgba(20, 32, 42, 0.22);
  font-size: 0.95rem;
  font-weight: 800;
}

@media (max-width: 940px) {
  .nav-links {
    display: none;
  }

  .hero-content {
    padding-top: 142px;
  }

  .intro,
  .safety-panel,
  .seo-grid,
  .access {
    grid-template-columns: 1fr;
  }

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

  .safety-panel {
    gap: 32px;
  }
}

@media (max-width: 620px) {
  .site-header {
    min-height: 48px;
    padding: 6px 16px;
  }

  .brand img {
    width: 32px;
  }

  .header-cta {
    min-height: 34px;
    padding: 0 10px;
  }

  .header-cta span:last-child {
    display: none;
  }

  .hero {
    min-height: 94vh;
  }

  .hero-overlay {
    background:
      linear-gradient(90deg, rgba(20, 32, 42, 0.9), rgba(20, 32, 42, 0.52)),
      linear-gradient(0deg, rgba(255, 250, 243, 0.9), rgba(255, 250, 243, 0) 30%);
  }

  .hero-content {
    padding: 126px 20px 72px;
  }

  h1 {
    font-size: clamp(3.6rem, 18vw, 5rem);
  }

  .button {
    width: 100%;
  }

  .features {
    grid-template-columns: 1fr;
  }

  .feature-card {
    min-height: auto;
  }

  .dashboard-preview {
    padding: 16px;
  }

  .map-card {
    height: 190px;
  }

  .route-line {
    left: 34px;
    width: 220px;
  }

  .access {
    padding-bottom: 72px;
  }

  .floating-whatsapp {
    right: 14px;
    bottom: 14px;
    min-height: 50px;
    padding: 0 14px;
    font-size: 0.86rem;
  }
}
