* {
  box-sizing: border-box;
}

:root {
  --navy: #071a2d;
  --navy-2: #0b2238;
  --green: #7ac943;
  --green-soft: #9be15d;
  --white: #ffffff;
  --muted: #aab6c3;
  --text: #162033;
  --light: #f5f8fb;
  --card: #ffffff;
  --line: rgba(255, 255, 255, 0.14);
  --shadow: 0 24px 80px rgba(7, 26, 45, 0.18);
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: Inter, Arial, Helvetica, sans-serif;
  color: var(--text);
  background: var(--white);
}

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

.container {
  width: min(1160px, calc(100% - 40px));
  margin: 0 auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(7, 26, 45, 0.94);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.nav-wrap {
  min-height: 78px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
}

.brand img {
  width: 190px;
  max-width: 42vw;
  display: block;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 26px;
  color: #d9e4ef;
  font-size: 14px;
  font-weight: 650;
}

.nav-links a:hover {
  color: var(--green-soft);
}

.nav-cta,
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  padding: 13px 20px;
  font-weight: 800;
  font-size: 14px;
  transition: transform 0.2s ease, opacity 0.2s ease, background 0.2s ease;
}

.nav-cta {
  background: var(--green);
  color: var(--navy);
}

.btn:hover,
.nav-cta:hover {
  transform: translateY(-2px);
}

.section {
  padding: 96px 0;
}

.section-dark {
  background: radial-gradient(circle at 72% 22%, rgba(122, 201, 67, 0.18), transparent 30%),
              linear-gradient(135deg, var(--navy), var(--navy-2));
  color: var(--white);
}

.light {
  background: var(--light);
}

.hero {
  position: relative;
  overflow: hidden;
  min-height: 720px;
  display: flex;
  align-items: center;
}

.hero-bg {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(7, 26, 45, 0.98), rgba(7, 26, 45, 0.72), rgba(7, 26, 45, 0.9)),
    radial-gradient(circle at 75% 45%, rgba(122, 201, 67, 0.22), transparent 26%);
}

.hero-bg::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.22;
  background-image:
    linear-gradient(rgba(255,255,255,0.06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.06) 1px, transparent 1px);
  background-size: 42px 42px;
}

.hero-grid {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 56px;
  align-items: center;
}

.eyebrow {
  margin: 0 0 16px;
  color: var(--green-soft);
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.24em;
}

.eyebrow.dark {
  color: #4ea31d;
  font-weight: 850;
}

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

h1 {
  font-size: clamp(46px, 6vw, 78px);
  line-height: 0.98;
  letter-spacing: -0.055em;
  max-width: 780px;
  margin-bottom: 24px;
}

h2 {
  font-size: clamp(34px, 4.5vw, 56px);
  line-height: 1.04;
  letter-spacing: -0.045em;
  margin-bottom: 18px;
}

h3 {
  font-size: 22px;
  margin-bottom: 10px;
}

.hero-text,
.section-intro {
  color: #d3deea;
  font-size: 19px;
  line-height: 1.7;
  max-width: 650px;
}

.light .section-intro,
.audiences .section-intro {
  color: #526173;
}

.hero-promise {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: 32px 0;
}

.hero-promise span {
  border: 1px solid rgba(122, 201, 67, 0.42);
  background: rgba(122, 201, 67, 0.11);
  color: #eaf7e2;
  padding: 11px 16px;
  border-radius: 999px;
  font-weight: 800;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-bottom: 18px;
}

.btn-primary {
  background: var(--green);
  color: var(--navy);
  box-shadow: 0 18px 40px rgba(122, 201, 67, 0.2);
}

.btn-secondary {
  border: 1px solid rgba(255, 255, 255, 0.24);
  color: var(--white);
}

.light .btn-secondary,
.contact-card .btn-secondary {
  border-color: rgba(255, 255, 255, 0.24);
  color: var(--white);
}

.small-note {
  color: var(--muted);
  font-size: 14px;
}

.hero-visual {
  position: relative;
  min-height: 520px;
}

.phone-mock {
  position: absolute;
  right: 34px;
  top: 24px;
  width: 280px;
  height: 560px;
  background: #07101d;
  border: 10px solid #050a12;
  border-radius: 42px;
  box-shadow: var(--shadow);
  padding: 18px;
}

.phone-top {
  width: 90px;
  height: 22px;
  background: #050a12;
  border-radius: 0 0 16px 16px;
  margin: -18px auto 18px;
}

.phone-screen {
  background: linear-gradient(180deg, #09223b, #f9fbfd 28%);
  height: 100%;
  border-radius: 28px;
  padding: 22px 16px;
  overflow: hidden;
}

.welcome {
  color: var(--white);
  font-size: 26px;
  font-weight: 900;
  margin-bottom: 4px;
}

.sub {
  color: #c9d6e4;
  margin-bottom: 38px;
}

.tiles {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin-bottom: 18px;
}

.tiles span {
  min-height: 78px;
  background: var(--white);
  border-radius: 16px;
  color: var(--navy);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 10px;
  font-size: 13px;
  font-weight: 800;
  box-shadow: 0 10px 24px rgba(7, 26, 45, 0.08);
}

.whatsapp {
  background: var(--green);
  color: var(--navy);
  border-radius: 16px;
  padding: 16px;
  text-align: center;
  font-weight: 900;
}

.table-card {
  position: absolute;
  left: 40px;
  bottom: 74px;
  width: 230px;
  min-height: 300px;
  border-radius: 24px;
  background: linear-gradient(180deg, #102844, #06111f);
  padding: 24px;
  box-shadow: var(--shadow);
  border: 1px solid rgba(255, 255, 255, 0.12);
  transform: rotate(-2deg);
}

.mini-logo {
  color: var(--green);
  font-weight: 900;
  letter-spacing: 0.14em;
  margin-bottom: 20px;
}

.qr-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 8px;
  background: #f7fafc;
  padding: 14px;
  border-radius: 14px;
}

.qr-grid span {
  aspect-ratio: 1;
  border-radius: 4px;
  background: var(--navy);
}

.qr-grid span:nth-child(2n),
.qr-grid span:nth-child(5),
.qr-grid span:nth-child(13) {
  background: var(--green);
}

.table-card p {
  color: #dbe8f4;
  margin-top: 16px;
  font-weight: 700;
}

.orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(20px);
  opacity: 0.55;
}

.orb-one {
  width: 180px;
  height: 180px;
  background: rgba(122, 201, 67, 0.18);
  right: 110px;
  bottom: 30px;
}

.orb-two {
  width: 280px;
  height: 280px;
  background: rgba(255, 255, 255, 0.06);
  left: 80px;
  top: 40px;
}

.split {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 56px;
  align-items: start;
}

.split.reverse {
  grid-template-columns: 1fr 1fr;
  align-items: center;
}

.card-grid {
  display: grid;
  gap: 24px;
  margin-top: 46px;
}

.card-grid.three {
  grid-template-columns: repeat(3, 1fr);
}

.card {
  background: var(--card);
  border: 1px solid rgba(7, 26, 45, 0.08);
  border-radius: 28px;
  padding: 32px;
  box-shadow: 0 14px 44px rgba(7, 26, 45, 0.06);
}

.card p {
  color: #607086;
  line-height: 1.7;
  margin-bottom: 0;
}

.icon {
  width: 54px;
  height: 54px;
  background: rgba(122, 201, 67, 0.14);
  color: var(--green);
  border-radius: 18px;
  display: grid;
  place-items: center;
  font-weight: 900;
  margin-bottom: 24px;
}

.center {
  text-align: center;
}

.center h2,
.center .section-intro {
  margin-left: auto;
  margin-right: auto;
}

.narrow {
  max-width: 730px;
}

.journey-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
  margin-top: 44px;
}

.journey-card {
  min-height: 142px;
  border: 1px solid var(--line);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.055);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  text-align: left;
  padding: 22px;
  color: #edf6ff;
}

.journey-card strong {
  display: block;
  color: var(--white);
  font-size: 17px;
  margin-bottom: 8px;
}

.journey-card span {
  display: block;
  color: #c4d2df;
  font-size: 14px;
  line-height: 1.45;
}

.tech-panel {
  background: var(--navy);
  color: var(--white);
  border-radius: 32px;
  padding: 30px;
  box-shadow: var(--shadow);
}

.tech-panel div {
  padding: 22px;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.06);
  margin-bottom: 14px;
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.tech-panel strong,
.tech-panel span {
  display: block;
}

.tech-panel strong {
  color: var(--green-soft);
  font-size: 18px;
  margin-bottom: 8px;
  font-weight: 850;
}

.tech-panel span {
  color: #d4dfeb;
  line-height: 1.6;
}

.audiences {
  background: var(--white);
}

.logo-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 14px;
  margin-top: 36px;
}

.logo-row span {
  padding: 14px 20px;
  border-radius: 999px;
  background: var(--light);
  border: 1px solid rgba(7, 26, 45, 0.08);
  font-weight: 800;
  color: var(--navy);
}

.cta-box {
  display: grid;
  grid-template-columns: 1fr 360px;
  gap: 36px;
  align-items: center;
}

.cta-box p {
  color: #d4dfeb;
  line-height: 1.7;
  font-size: 18px;
}

.contact-card {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid var(--line);
  border-radius: 30px;
  padding: 28px;
}

.wide {
  width: 100%;
  margin-bottom: 12px;
}

.footer {
  padding: 34px 0;
  background: #04101d;
  color: #b9c6d5;
}

.footer-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
}

.footer img {
  width: 210px;
  display: block;
}

.footer p {
  margin: 0;
}

.footer-trust {
  margin-top: 8px !important;
  color: #8898aa;
  font-size: 13px;
  line-height: 1.5;
  max-width: 720px;
}

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

  .hero {
    min-height: auto;
    padding: 86px 0;
  }

  .hero-grid,
  .split,
  .split.reverse,
  .cta-box {
    grid-template-columns: 1fr;
  }

  .hero-visual {
    min-height: 620px;
  }

  .phone-mock {
    right: 0;
  }

  .table-card {
    left: 0;
  }

  .card-grid.three,
  .journey-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .footer-wrap {
    flex-direction: column;
    align-items: flex-start;
  }
}

@media (max-width: 640px) {
  .container {
    width: min(100% - 28px, 1160px);
  }

  .nav-wrap {
    min-height: 72px;
  }

  .brand img {
    width: 170px;
  }

  .nav-cta {
    display: none;
  }

  .section {
    padding: 72px 0;
  }

  .hero-actions {
    flex-direction: column;
  }

  .btn {
    width: 100%;
  }

  .hero-visual {
    min-height: 560px;
  }

  .phone-mock {
    width: 242px;
    height: 500px;
    right: -6px;
  }

  .table-card {
    width: 195px;
    min-height: 260px;
    bottom: 40px;
  }

  .card-grid.three,
  .journey-grid {
    grid-template-columns: 1fr;
  }

  h1 {
    font-size: 44px;
  }

  h2 {
    font-size: 34px;
  }
}
