:root {
  --zing-primary: #1ad6c4;
  --zing-secondary: #0b56a6;
  --zing-dark: #08111f;
  --zing-dark-2: #0d1b32;
  --zing-text: #536476;
  --zing-muted: #7f90a3;
  --zing-soft: #f5f9fd;
  --zing-line: rgba(8, 17, 31, 0.08);
  --zing-white: #ffffff;
  --shadow-soft: 0 18px 45px rgba(8, 17, 31, 0.08);
  --shadow-strong: 0 25px 70px rgba(8, 17, 31, 0.18);
  --radius-xl: 30px;
  --radius-lg: 22px;
  --radius-md: 16px;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: Arial, Helvetica, sans-serif;
  color: var(--zing-text);
  background: #fff;
}

img {
  max-width: 100%;
}

.section-space {
  padding: 110px 0;
}

.section-soft {
  background: linear-gradient(180deg, #f8fbfe 0%, #eff6fc 100%);
}

.zing-navbar {
  background: transparent;
  padding: 18px 0;
  transition: all .3s ease;
}

.zing-navbar.scrolled {
  background: rgba(8, 17, 31, 0.76);
  backdrop-filter: blur(12px);
  box-shadow: 0 10px 30px rgba(0,0,0,.10);
}

.nav-logo {
  height: 40px;
  width: auto;
}

.navbar .nav-link {
  color: #fff;
  font-weight: 600;
  margin-left: 24px;
}

.navbar .nav-link:hover,
.navbar .nav-link.active {
  color: var(--zing-primary);
}

.btn-zing {
  background: linear-gradient(135deg, var(--zing-primary), var(--zing-secondary));
  color: #fff;
  border: none;
  border-radius: 999px;
  padding: 12px 22px;
  font-weight: 700;
  box-shadow: 0 14px 28px rgba(11, 86, 166, 0.20);
}

.btn-zing:hover {
  color: #fff;
  transform: translateY(-1px);
}

.hero-vivid {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  overflow: hidden;
  background:
    linear-gradient(135deg, #19d6c4 0%, #139e9a 22%, #0e6d93 52%, #0b3b73 74%, #08111f 100%);
}

.hero-grid {
  padding-top: 90px;
  padding-bottom: 40px;
}

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

.hero-blur-1 {
  width: 380px;
  height: 380px;
  background: rgba(255,255,255,.18);
  top: -80px;
  right: -80px;
}

.hero-blur-2 {
  width: 320px;
  height: 320px;
  background: rgba(26,214,196,.28);
  bottom: -100px;
  left: -60px;
}

.hero-pill {
  display: inline-block;
  padding: 10px 18px;
  border-radius: 999px;
  background: rgba(255,255,255,.12);
  border: 1px solid rgba(255,255,255,.18);
  color: #fff;
  font-weight: 700;
  font-size: .94rem;
}

.hero-title {
  font-size: clamp(3rem, 6vw, 5.8rem);
  line-height: .95;
  font-weight: 800;
  color: #fff;
  margin: 24px 0;
}

.hero-title span {
  color: #fff;
}

.hero-desc {
  max-width: 620px;
  color: rgba(255,255,255,.92);
  font-size: 1.14rem;
  line-height: 1.85;
  margin-bottom: 0;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 34px;
}

.hero-mini-points {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  margin-top: 34px;
  color: #fff;
  font-weight: 600;
}

.hero-mini-points i {
  color: #b7fff5;
  margin-right: 8px;
}

.hero-showcase {
  position: relative;
  border-radius: 34px;
  padding: 34px;
  background: rgba(255,255,255,.10);
  border: 1px solid rgba(255,255,255,.16);
  backdrop-filter: blur(14px);
  box-shadow: var(--shadow-strong);
}

.hero-showcase::before {
  content: "";
  position: absolute;
  inset: auto -40px -40px auto;
  width: 160px;
  height: 160px;
  background: rgba(255,255,255,.10);
  border-radius: 50%;
  filter: blur(10px);
}

.hero-logo {
  max-width: 270px;
  margin-bottom: 28px;
}

.hero-showcase-body h3 {
  color: #fff;
  font-size: 2rem;
  font-weight: 800;
  margin-bottom: 14px;
}

.hero-showcase-body p {
  color: rgba(255,255,255,.90);
  line-height: 1.8;
  margin-bottom: 0;
}

.hero-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 26px;
}

.hero-badges span {
  padding: 10px 15px;
  border-radius: 999px;
  background: rgba(255,255,255,.10);
  border: 1px solid rgba(255,255,255,.14);
  color: #fff;
  font-weight: 600;
  font-size: .95rem;
}

.hero-metrics {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
  margin-top: 26px;
}

.metric-card {
  background: rgba(255,255,255,.10);
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 18px;
  padding: 18px;
}

.metric-card strong {
  display: block;
  color: #fff;
  font-size: 1.05rem;
  font-weight: 800;
  margin-bottom: 6px;
}

.metric-card small {
  color: rgba(255,255,255,.84);
  line-height: 1.6;
  font-size: .9rem;
}

.section-head {
  max-width: 820px;
  margin: 0 auto 58px;
}

.section-tag {
  display: inline-block;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  color: var(--zing-secondary);
  margin-bottom: 14px;
}

.section-tag.light {
  color: rgba(255,255,255,.78);
}

.section-title {
  font-size: clamp(2rem, 4vw, 3.4rem);
  line-height: 1.08;
  font-weight: 800;
  color: var(--zing-dark);
  margin-bottom: 16px;
}

.section-subtitle,
.section-text {
  font-size: 1.06rem;
  line-height: 1.9;
}

.info-card {
  height: 100%;
  padding: 30px 26px;
  border-radius: var(--radius-lg);
  background: #fff;
  border: 1px solid var(--zing-line);
  box-shadow: var(--shadow-soft);
  transition: all .25s ease;
}

.info-card:hover,
.service-card-modern:hover,
.value-card:hover,
.timeline-card:hover {
  transform: translateY(-6px);
}

.info-icon {
  width: 62px;
  height: 62px;
  border-radius: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, rgba(26,214,196,.16), rgba(11,86,166,.16));
  color: var(--zing-secondary);
  font-size: 1.5rem;
  margin-bottom: 18px;
}

.info-card h5,
.value-card h5,
.service-card-modern h5,
.timeline-card h5 {
  color: var(--zing-dark);
  font-weight: 800;
  margin-bottom: 10px;
}

.info-card p,
.value-card p,
.service-card-modern p,
.timeline-card p {
  margin-bottom: 0;
  line-height: 1.8;
}

.manifesto-vivid {
  padding: 90px 0;
  background: linear-gradient(135deg, #08111f 0%, #0a1730 55%, #0a4c97 100%);
}

.manifesto-box {
  padding: 54px;
  border-radius: 34px;
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.10);
  backdrop-filter: blur(10px);
  color: #fff;
}

.manifesto-box h2 {
  font-size: clamp(2rem, 4vw, 3.5rem);
  line-height: 1.08;
  font-weight: 800;
  margin-bottom: 18px;
}

.manifesto-box p {
  max-width: 900px;
  color: rgba(255,255,255,.86);
  line-height: 1.9;
  font-size: 1.07rem;
  margin-bottom: 0;
}

.value-card {
  height: 100%;
  padding: 26px 22px;
  border-radius: var(--radius-lg);
  background: #fff;
  border: 1px solid var(--zing-line);
  box-shadow: var(--shadow-soft);
}

.service-card-modern {
  height: 100%;
  padding: 28px 24px;
  border-radius: 26px;
  background:
    linear-gradient(180deg, #ffffff 0%, #f9fcff 100%);
  border: 1px solid var(--zing-line);
  box-shadow: var(--shadow-soft);
  position: relative;
  overflow: hidden;
}

.service-card-modern::after {
  content: "";
  position: absolute;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  top: -50px;
  right: -50px;
  background: linear-gradient(135deg, rgba(26,214,196,.16), rgba(11,86,166,.12));
}

.service-number {
  position: relative;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  border-radius: 14px;
  background: linear-gradient(135deg, var(--zing-primary), var(--zing-secondary));
  color: #fff;
  font-weight: 800;
  margin-bottom: 18px;
}

.benefits-vivid {
  padding: 110px 0;
  background:
    linear-gradient(135deg, #091323 0%, #0a1932 46%, #0b56a6 100%);
}

.benefits-title {
  color: #fff;
  font-size: clamp(2rem, 4vw, 3.4rem);
  line-height: 1.08;
  font-weight: 800;
  margin-bottom: 16px;
}

.benefits-text {
  color: rgba(255,255,255,.85);
  font-size: 1.07rem;
  line-height: 1.9;
  margin-bottom: 0;
}

.benefits-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}

.benefit-box {
  display: flex;
  align-items: center;
  gap: 12px;
  min-height: 72px;
  padding: 18px 20px;
  border-radius: 18px;
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.10);
  color: #fff;
  font-weight: 600;
}

.benefit-box i {
  color: #bffef7;
  font-size: 1.2rem;
}

.timeline-modern {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
}

.timeline-card {
  height: 100%;
  padding: 28px 24px;
  border-radius: 24px;
  background: #fff;
  border: 1px solid var(--zing-line);
  box-shadow: var(--shadow-soft);
}

.timeline-step {
  width: 48px;
  height: 48px;
  border-radius: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, var(--zing-primary), var(--zing-secondary));
  color: #fff;
  font-weight: 800;
  margin-bottom: 18px;
}

.cta-vivid {
  padding: 100px 0;
  background: #fff;
}

.cta-card {
  padding: 56px 40px;
  border-radius: 34px;
  text-align: center;
  background:
    linear-gradient(135deg, #1ad6c4 0%, #0f8f9a 32%, #0b56a6 72%, #0b1b35 100%);
  box-shadow: var(--shadow-strong);
}

.cta-card h2 {
  color: #fff;
  font-size: clamp(2rem, 4vw, 3.3rem);
  line-height: 1.08;
  font-weight: 800;
  margin-bottom: 18px;
}

.cta-card p {
  color: rgba(255,255,255,.90);
  max-width: 760px;
  margin: 0 auto 28px;
  font-size: 1.06rem;
  line-height: 1.9;
}

.cta-btn {
  border-radius: 999px;
  padding: 12px 24px;
  font-weight: 700;
}

.contact-lines {
  display: grid;
  gap: 16px;
  margin-top: 30px;
}

.contact-lines div {
  display: flex;
  align-items: center;
  gap: 12px;
  color: var(--zing-dark);
  font-weight: 600;
}

.contact-lines i {
  color: var(--zing-secondary);
  font-size: 1.15rem;
}

.contact-card {
  background: #fff;
  border: 1px solid var(--zing-line);
  border-radius: 28px;
  padding: 30px;
  box-shadow: var(--shadow-soft);
}

.form-label {
  font-weight: 700;
  color: var(--zing-dark);
}

.form-control {
  min-height: 50px;
  border-radius: 14px;
  border: 1px solid #d9e3ee;
  padding: 12px 14px;
}

.form-control:focus {
  border-color: var(--zing-primary);
  box-shadow: 0 0 0 .2rem rgba(26,214,196,.16);
}

textarea.form-control {
  min-height: 140px;
}

.site-footer {
  padding: 30px 0;
  background: var(--zing-dark);
  color: rgba(255,255,255,.82);
}

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

.footer-logo {
  max-height: 40px;
  width: auto;
}

.footer-inner p {
  margin: 0;
}

.whatsapp-float {
  position: fixed;
  right: 18px;
  bottom: 18px;
  width: 58px;
  height: 58px;
  border-radius: 50%;
  background: #25d366;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.7rem;
  text-decoration: none;
  box-shadow: 0 15px 35px rgba(37,211,102,.35);
  z-index: 1050;
}

.whatsapp-float:hover {
  color: #fff;
  transform: translateY(-2px);
}

@media (max-width: 991.98px) {
  .section-space,
  .benefits-vivid,
  .cta-vivid {
    padding: 80px 0;
  }

  .hero-grid {
    padding-top: 110px;
  }

  .benefits-grid,
  .timeline-modern,
  .hero-metrics {
    grid-template-columns: 1fr;
  }

  .navbar .nav-link {
    margin-left: 0;
  }

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

@media (max-width: 767.98px) {
  .hero-mini-points {
    flex-direction: column;
    gap: 10px;
  }

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

  .cta-card,
  .manifesto-box,
  .hero-showcase,
  .contact-card {
    padding: 26px 22px;
  }
}

@media (max-width: 575.98px) {
  .hero-desc,
  .section-subtitle,
  .section-text,
  .manifesto-box p,
  .benefits-text,
  .cta-card p {
    font-size: 1rem;
  }

  .hero-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .hero-logo {
    max-width: 220px;
  }
}

.btn-login {
  background: rgba(255,255,255,0.10);
  color: #fff;
  border: 1px solid rgba(255,255,255,0.30);
  border-radius: 999px;
  padding: 12px 20px;
  font-weight: 700;
  transition: all .25s ease;
  backdrop-filter: blur(8px);
}

.btn-login:hover {
  background: rgba(255,255,255,0.18);
  color: #fff;
  border-color: rgba(255,255,255,0.45);
}