:root {
  --bg: #04080f;
  --bg-deep: #06101f;
  --surface: rgba(8, 16, 30, 0.84);
  --surface-soft: #081221;
  --text: #ecf6ff;
  --muted: #92acc8;
  --line: rgba(88, 157, 255, 0.22);
  --primary: #1182ff;
  --primary-strong: #46c5ff;
  --accent: #78e2ff;
  --whatsapp: #25d366;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Barlow", sans-serif;
  color: var(--text);
  background:
    radial-gradient(circle at 12% 8%, rgba(17, 130, 255, 0.18), transparent 36%),
    radial-gradient(circle at 82% 12%, rgba(70, 197, 255, 0.18), transparent 45%),
    linear-gradient(180deg, #02050b 0%, #071120 45%, #03070d 100%);
}

h1,
h2,
h3,
.navbar-brand {
  font-family: "Space Grotesk", sans-serif;
  letter-spacing: -0.02em;
}

.site-header {
  backdrop-filter: blur(10px);
  background: rgba(4, 8, 15, 0.82);
  border-bottom: 1px solid rgba(70, 197, 255, 0.14);
}

.navbar-brand {
  color: var(--primary-strong);
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  gap: 0.85rem;
  text-decoration: none;
}

.brand-mark {
  position: relative;
  width: 3rem;
  height: 3rem;
  border-radius: 0.95rem;
  display: grid;
  place-items: center;
  overflow: hidden;
  border: 1px solid rgba(120, 226, 255, 0.3);
  background: linear-gradient(145deg, rgba(14, 31, 56, 0.95), rgba(8, 12, 21, 0.95));
  box-shadow: 0 0 0 1px rgba(17, 130, 255, 0.12), 0 12px 24px rgba(0, 0, 0, 0.32);
}

.brand-logo {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.brand-fallback {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  font-family: "Space Grotesk", sans-serif;
  font-size: 1rem;
  font-weight: 700;
  color: #bfefff;
  letter-spacing: 0.08em;
  text-shadow: 0 0 14px rgba(120, 226, 255, 0.35);
  background: linear-gradient(145deg, rgba(3, 8, 17, 0.1), rgba(3, 8, 17, 0.1));
}

.brand-mark.has-logo .brand-fallback {
  display: none;
}

.brand-text-wrap {
  display: flex;
  flex-direction: column;
  line-height: 1;
}

.brand-title {
  color: #ecf7ff;
  font-size: 1.06rem;
}

.brand-subtitle {
  color: #74dfff;
  font-size: 0.74rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.nav-link {
  color: #d8ebff;
  font-weight: 500;
}

.nav-link:hover,
.nav-link:focus {
  color: var(--accent);
}

.navbar-toggler {
  border-color: rgba(120, 226, 255, 0.22);
}

.navbar-toggler:focus {
  box-shadow: 0 0 0 0.2rem rgba(17, 130, 255, 0.18);
}

.navbar-toggler-icon {
  filter: invert(1) brightness(1.8);
}

.btn-cta {
  --bs-btn-color: #fff;
  --bs-btn-bg: var(--primary);
  --bs-btn-border-color: var(--primary);
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #0f6fe0;
  --bs-btn-hover-border-color: #0f6fe0;
  --bs-btn-active-bg: #0c58b1;
  --bs-btn-active-border-color: #0c58b1;
  border-radius: 999px;
  font-weight: 700;
  padding-inline: 1.4rem;
  box-shadow: 0 12px 28px rgba(7, 72, 150, 0.36);
}

.section-block {
  padding: 5.5rem 0;
}

.hero-section {
  padding: 6.5rem 0 5rem;
  color: #eaf3ff;
  background:
    radial-gradient(circle at 15% 20%, rgba(120, 226, 255, 0.14), transparent 30%),
    radial-gradient(circle at 85% 18%, rgba(17, 130, 255, 0.18), transparent 32%),
    linear-gradient(135deg, rgba(1, 4, 10, 0.98), rgba(4, 15, 32, 0.96) 48%, rgba(7, 47, 96, 0.9));
  position: relative;
  overflow: hidden;
  border-bottom: 1px solid rgba(120, 226, 255, 0.1);
}

.hero-shape {
  position: absolute;
  width: 46rem;
  height: 46rem;
  border-radius: 50%;
  right: -13rem;
  bottom: -28rem;
  background: radial-gradient(circle, rgba(31, 183, 255, 0.23) 0%, transparent 68%);
}

.hero-kicker {
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-weight: 700;
  margin-bottom: 0.7rem;
  color: #78e2ff;
}

.hero-section h1 {
  font-size: clamp(2rem, 4vw, 3.6rem);
  line-height: 1.05;
  margin-bottom: 1rem;
}

.hero-copy {
  color: #bdd8f4;
  font-size: 1.1rem;
  max-width: 50ch;
}

.hero-metrics {
  display: flex;
  flex-wrap: wrap;
  gap: 1.1rem;
}

.hero-metrics li {
  background: rgba(10, 25, 49, 0.72);
  border: 1px solid rgba(120, 226, 255, 0.16);
  border-radius: 0.75rem;
  padding: 0.7rem 1rem;
  font-size: 0.95rem;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.hero-image-card {
  position: relative;
  border-radius: 1.4rem;
  overflow: hidden;
  border: 1px solid rgba(120, 226, 255, 0.18);
  box-shadow: 0 28px 48px rgba(0, 0, 0, 0.44);
}

.hero-img {
  width: 100%;
  display: block;
  max-height: 520px;
  object-fit: cover;
  object-position: top center;
}

.hero-img-badge {
  position: absolute;
  bottom: 1rem;
  right: 1rem;
  width: 5.5rem;
  padding: 0.55rem;
  border-radius: 1rem;
  background: rgba(3, 7, 16, 0.78);
  border: 1px solid rgba(120, 226, 255, 0.22);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.32);
  backdrop-filter: blur(6px);
}

.hero-img-badge img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: contain;
}

.check-list {
  display: grid;
  gap: 0.6rem;
  margin-top: 1rem;
}

.check-list i {
  color: #78e2ff;
  margin-right: 0.4rem;
}

.section-tag {
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--accent);
  font-weight: 700;
  margin-bottom: 0.4rem;
  font-size: 0.85rem;
}

.section-head h2 {
  max-width: 22ch;
  margin-bottom: 0;
}

.info-card,
.service-card,
.testimonial-card,
.contact-form,
.contact-copy,
.map-wrapper {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 1.2rem;
  backdrop-filter: blur(8px);
  box-shadow: 0 18px 32px rgba(0, 0, 0, 0.18);
}

.info-card,
.service-card,
.testimonial-card,
.contact-copy {
  padding: 1.35rem;
  height: 100%;
}

.info-card i {
  font-size: 1.45rem;
  color: var(--accent);
}

.info-card h3,
.service-card h3 {
  margin: 0.8rem 0 0.35rem;
  font-size: 1.2rem;
}

.info-card p,
.service-card p,
.contact-copy p,
.testimonial-card p {
  color: var(--muted);
}

.founder-section {
  background: linear-gradient(120deg, rgba(8, 18, 34, 0.85), rgba(3, 10, 20, 0.92));
}

.founder-photo-wrap {
  border-radius: 1.4rem;
  overflow: hidden;
  border: 2px solid rgba(70, 197, 255, 0.2);
  box-shadow: 0 28px 48px rgba(0, 0, 0, 0.44);
}

.founder-img {
  width: 100%;
  height: auto;
  display: block;
  max-height: 580px;
  object-fit: cover;
  object-position: top center;
}

.service-card {
  transition: transform 0.28s ease, box-shadow 0.28s ease;
}

.service-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 22px 30px rgba(0, 0, 0, 0.28);
}

.service-card-cta {
  background: linear-gradient(145deg, rgba(8, 24, 48, 0.96), rgba(7, 43, 84, 0.94));
}

.service-card-cta a {
  display: inline-block;
  margin-top: 0.6rem;
  color: var(--accent);
  font-weight: 700;
  text-decoration: none;
}

.testimonials-section {
  background: linear-gradient(180deg, rgba(5, 10, 18, 0.98), rgba(7, 15, 28, 0.98));
}

.testimonial-card span {
  color: var(--accent);
  font-weight: 700;
}

.contact-section {
  background:
    radial-gradient(circle at 85% 10%, rgba(17, 130, 255, 0.12), transparent 45%),
    linear-gradient(180deg, rgba(6, 13, 23, 0.98), rgba(3, 7, 14, 0.98));
}

.contact-copy ul {
  list-style: none;
  padding: 0;
  margin: 1rem 0 0;
}

.contact-copy li {
  display: flex;
  align-items: center;
  gap: 0.55rem;
  margin-bottom: 0.5rem;
  color: var(--muted);
}

.contact-copy i {
  color: var(--accent);
}

.contact-form {
  padding: 1.4rem;
}

.contact-form .form-control,
.contact-form .form-select {
  border-radius: 0.8rem;
  border: 1px solid rgba(120, 226, 255, 0.16);
  color: #eff8ff;
  background: rgba(4, 9, 18, 0.86);
  padding: 0.72rem 0.88rem;
}

.contact-form .form-control::placeholder {
  color: #7690ac;
}

.contact-form .form-select option {
  color: #eff8ff;
  background: #08111f;
}

.contact-form .form-control:focus,
.contact-form .form-select:focus {
  border-color: rgba(120, 226, 255, 0.42);
  box-shadow: 0 0 0 0.2rem rgba(17, 130, 255, 0.14);
}

.form-status {
  min-height: 1.4rem;
  margin: 0;
  color: var(--accent);
}

.map-wrapper {
  overflow: hidden;
}

.map-wrapper iframe {
  width: 100%;
  min-height: 300px;
  border: 0;
}

.site-footer {
  padding: 1.4rem 0;
  background: #02050b;
  color: #d6ebff;
  border-top: 1px solid rgba(120, 226, 255, 0.1);
}

.social-links {
  display: flex;
  gap: 0.8rem;
}

.social-links a {
  color: #a8dfff;
  font-size: 1.2rem;
}

.social-links a:hover,
.social-links a:focus {
  color: #ffffff;
}

.floating-whatsapp {
  position: fixed;
  right: 1rem;
  bottom: 1rem;
  width: 3.25rem;
  height: 3.25rem;
  border-radius: 999px;
  display: grid;
  place-items: center;
  text-decoration: none;
  color: #fff;
  font-size: 1.35rem;
  background: var(--whatsapp);
  box-shadow: 0 10px 24px rgba(18, 75, 37, 0.4);
  z-index: 1030;
}

.reveal {
  opacity: 0;
  transform: translateY(16px);
  transition: opacity 0.55s ease, transform 0.55s ease;
}

.reveal.show {
  opacity: 1;
  transform: translateY(0);
}

.delay-1 { transition-delay: 0.12s; }
.delay-2 { transition-delay: 0.24s; }
.delay-3 { transition-delay: 0.36s; }

@media (max-width: 991.98px) {
  .section-block {
    padding: 4.5rem 0;
  }

  .hero-section {
    padding-top: 5.3rem;
  }

  .hero-metrics {
    gap: 0.7rem;
  }

  .section-head h2 {
    max-width: 100%;
  }

  .navbar-collapse {
    margin-top: 1rem;
    padding: 1rem;
    border-radius: 1rem;
    background: rgba(5, 11, 21, 0.96);
    border: 1px solid rgba(120, 226, 255, 0.12);
  }
}

@media (max-width: 575.98px) {
  .hero-section h1 {
    font-size: 2rem;
  }

  .brand-title {
    font-size: 0.95rem;
  }

  .floating-whatsapp {
    right: 0.8rem;
    bottom: 0.8rem;
  }
}
