:root {
  --bg: #070707;
  --bg-soft: #0e0e10;
  --card: rgba(255, 255, 255, 0.06);
  --card-strong: rgba(255, 255, 255, 0.1);
  --text: #f8f4ec;
  --muted: #b6afa3;
  --line: rgba(255, 255, 255, 0.12);
  --gold: #d6ae62;
  --gold-2: #f1d08a;
  --white: #ffffff;
  --shadow: 0 24px 80px rgba(0, 0, 0, 0.5);
  --radius: 28px;
  --radius-sm: 18px;
  --container: 1180px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background:
    radial-gradient(circle at 15% 0%, rgba(214, 174, 98, 0.18), transparent 34rem),
    radial-gradient(circle at 85% 10%, rgba(255, 255, 255, 0.08), transparent 30rem),
    var(--bg);
  color: var(--text);
  line-height: 1.6;
  overflow-x: hidden;
}

body.menu-open {
  overflow: hidden;
}

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

p {
  margin: 0;
}

ul {
  margin: 0;
  padding-left: 1.1rem;
}

li {
  margin: 0.45rem 0;
  color: var(--muted);
}

.container {
  width: min(100% - 2rem, var(--container));
  margin: 0 auto;
}

.section {
  padding: 6.5rem 0;
  position: relative;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  backdrop-filter: blur(20px);
  background: rgba(7, 7, 7, 0.75);
  border-bottom: 1px solid var(--line);
}

.nav {
  min-height: 82px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
}

.brand-mark {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  border-radius: 14px;
  background: linear-gradient(135deg, var(--gold-2), var(--gold));
  color: #111;
  font-weight: 900;
  box-shadow: 0 12px 40px rgba(214, 174, 98, 0.25);
}

.brand strong {
  display: block;
  font-size: 1rem;
  line-height: 1;
  letter-spacing: -0.02em;
}

.brand small {
  display: block;
  color: var(--muted);
  font-size: 0.78rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  margin-top: 0.2rem;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 1.3rem;
  color: var(--muted);
  font-size: 0.95rem;
}

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

.nav-cta {
  color: #111 !important;
  font-weight: 800;
  background: var(--gold);
  padding: 0.85rem 1.05rem;
  border-radius: 999px;
}

.nav-toggle {
  display: none;
  width: 46px;
  height: 46px;
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: 14px;
  cursor: pointer;
}

.nav-toggle span {
  display: block;
  width: 20px;
  height: 2px;
  background: var(--text);
  margin: 5px auto;
  transition: 0.25s ease;
}

.hero {
  padding-top: 7.5rem;
  min-height: calc(100vh - 82px);
  display: grid;
  align-items: center;
}

.hero-grid {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  align-items: center;
  gap: 3rem;
}

.eyebrow {
  color: var(--gold-2);
  text-transform: uppercase;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  margin-bottom: 1rem;
}

h1,
h2,
h3 {
  margin: 0;
  letter-spacing: -0.055em;
  line-height: 1;
}

h1 {
  max-width: 780px;
  font-size: clamp(3.4rem, 8vw, 7.8rem);
  font-weight: 900;
}

h2 {
  font-size: clamp(2.4rem, 5vw, 5.2rem);
  font-weight: 900;
}

h3 {
  font-size: 1.35rem;
  line-height: 1.12;
}

.hero-text {
  max-width: 680px;
  color: var(--muted);
  font-size: clamp(1rem, 2vw, 1.25rem);
  margin: 1.5rem 0 2rem;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.9rem;
}

.btn {
  display: inline-flex;
  min-height: 54px;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  padding: 0.95rem 1.35rem;
  font-weight: 800;
  transition: transform 0.2s ease, border-color 0.2s ease, background 0.2s ease;
}

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

.btn-primary {
  color: #101010;
  background: linear-gradient(135deg, var(--gold-2), var(--gold));
  box-shadow: 0 18px 45px rgba(214, 174, 98, 0.25);
}

.btn-secondary {
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid var(--line);
  color: var(--text);
}

.btn-secondary:hover {
  border-color: rgba(255, 255, 255, 0.28);
}

.trust-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
  margin-top: 2rem;
}

.trust-row span,
.tag-cloud span {
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.045);
  color: var(--muted);
  border-radius: 999px;
  padding: 0.72rem 0.95rem;
  font-weight: 700;
  font-size: 0.9rem;
}

.hero-card {
  position: relative;
}

.hero-card::before {
  content: "";
  position: absolute;
  inset: -1px;
  background: linear-gradient(135deg, rgba(214, 174, 98, 0.5), transparent 38%, rgba(255, 255, 255, 0.18));
  border-radius: calc(var(--radius) + 1px);
  opacity: 0.75;
  z-index: -1;
}

.glass-card {
  min-height: 540px;
  border-radius: var(--radius);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.045)),
    rgba(255, 255, 255, 0.05);
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
  backdrop-filter: blur(24px);
  padding: 1.4rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.card-top {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  width: fit-content;
  color: var(--muted);
  padding: 0.62rem 0.82rem;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.18);
}

.live-dot {
  width: 9px;
  height: 9px;
  border-radius: 99px;
  background: #49d17c;
  box-shadow: 0 0 0 8px rgba(73, 209, 124, 0.12);
}

.metric-large {
  padding: 3rem 0;
  text-align: center;
}

.metric-large small {
  color: var(--muted);
  text-transform: uppercase;
  font-weight: 800;
  letter-spacing: 0.15em;
}

.metric-large strong {
  display: block;
  font-family: "Playfair Display", serif;
  font-size: clamp(3.1rem, 6vw, 5.7rem);
  line-height: 0.95;
  margin-top: 0.7rem;
  color: var(--white);
}

.pipeline {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
  margin-bottom: 1rem;
}

.pipeline div,
.mini-dashboard div {
  border-radius: var(--radius-sm);
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid var(--line);
  padding: 1rem;
}

.pipeline span {
  color: var(--gold-2);
  font-weight: 900;
}

.pipeline p {
  margin-top: 1rem;
  font-weight: 800;
}

.mini-dashboard {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
  color: var(--muted);
}

.mini-dashboard strong {
  color: var(--text);
  display: block;
  margin-top: 0.2rem;
}

.problem,
.industries,
.difference {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.03), transparent);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

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

.section-heading {
  max-width: 820px;
}

.section-heading.center {
  text-align: center;
  margin-inline: auto;
}

.section-heading p:not(.eyebrow) {
  max-width: 680px;
  margin: 1.2rem auto 0;
  color: var(--muted);
  font-size: 1.1rem;
}

.large-copy {
  font-size: clamp(1.2rem, 2.2vw, 1.65rem);
  line-height: 1.45;
}

.muted {
  color: var(--muted);
  margin-top: 1rem;
}

.services-grid,
.pricing-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
  margin-top: 3rem;
}

.service-card,
.price-card,
.process-step {
  position: relative;
  min-height: 100%;
  border: 1px solid var(--line);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.035));
  border-radius: var(--radius);
  padding: 1.45rem;
  box-shadow: 0 16px 55px rgba(0, 0, 0, 0.22);
  transition: transform 0.25s ease, border-color 0.25s ease, background 0.25s ease;
}

.service-card:hover,
.price-card:hover,
.process-step:hover {
  transform: translateY(-6px);
  border-color: rgba(214, 174, 98, 0.45);
  background: linear-gradient(180deg, rgba(214, 174, 98, 0.12), rgba(255, 255, 255, 0.04));
}

.service-number {
  display: inline-flex;
  color: #111;
  background: var(--gold);
  font-weight: 900;
  border-radius: 999px;
  padding: 0.42rem 0.7rem;
  margin-bottom: 1.4rem;
}

.service-card p,
.process-step p,
.price-card p,
.features-list p,
.faq p,
.final-cta p,
.footer p {
  color: var(--muted);
  margin-top: 1rem;
}

.service-card ul {
  margin-top: 1.2rem;
}

.tag-cloud {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
  margin-top: 2rem;
}

.process-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
  margin-top: 3rem;
}

.process-step span {
  display: block;
  color: var(--gold-2);
  font-weight: 900;
  margin-bottom: 2rem;
}

.packages {
  background:
    radial-gradient(circle at 50% 30%, rgba(214, 174, 98, 0.16), transparent 38rem),
    rgba(255, 255, 255, 0.02);
}

.price-card {
  padding: 1.6rem;
}

.price-card.featured {
  border-color: rgba(214, 174, 98, 0.75);
  background:
    linear-gradient(180deg, rgba(214, 174, 98, 0.18), rgba(255, 255, 255, 0.055));
  transform: translateY(-10px);
}

.badge {
  width: fit-content;
  color: #111;
  background: var(--gold-2);
  border-radius: 999px;
  padding: 0.42rem 0.7rem;
  font-weight: 900;
  margin-bottom: 1rem;
}

.plan {
  color: var(--gold-2) !important;
  margin: 0 0 1rem !important;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  font-size: 0.78rem;
  font-weight: 900;
}

.price-card ul {
  min-height: 260px;
  margin-top: 1.3rem;
}

.full {
  width: 100%;
}

.features-list {
  display: grid;
  gap: 1rem;
}

.features-list > div {
  padding: 1.15rem;
  border: 1px solid var(--line);
  border-radius: var(--radius-sm);
  background: rgba(255, 255, 255, 0.045);
}

.faq-list {
  max-width: 900px;
  margin: 3rem auto 0;
  display: grid;
  gap: 1rem;
}

details {
  border: 1px solid var(--line);
  border-radius: var(--radius-sm);
  background: rgba(255, 255, 255, 0.045);
  padding: 1.2rem;
}

summary {
  cursor: pointer;
  font-weight: 900;
  font-size: 1.05rem;
}

.final-cta {
  text-align: center;
}

.final-cta .container {
  border: 1px solid rgba(214, 174, 98, 0.4);
  border-radius: calc(var(--radius) + 12px);
  padding: clamp(2rem, 5vw, 5rem);
  background:
    linear-gradient(135deg, rgba(214, 174, 98, 0.16), rgba(255, 255, 255, 0.035)),
    rgba(255, 255, 255, 0.04);
  box-shadow: var(--shadow);
}

.center-actions {
  justify-content: center;
  margin-top: 2rem;
}

.footer {
  border-top: 1px solid var(--line);
  padding: 3rem 0 1.4rem;
  background: #050505;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.5fr 0.7fr 0.7fr;
  gap: 2rem;
}

.footer h4 {
  margin: 0 0 1rem;
}

.footer a:not(.brand) {
  display: block;
  color: var(--muted);
  margin: 0.45rem 0;
}

.footer a:hover {
  color: var(--text);
}

.copyright {
  border-top: 1px solid var(--line);
  margin-top: 2rem;
  padding-top: 1rem;
}

.floating-whatsapp {
  position: fixed;
  right: 1.1rem;
  bottom: 1.1rem;
  z-index: 99;
  color: #101010;
  background: linear-gradient(135deg, #f2d38b, #d6ae62);
  font-weight: 900;
  padding: 0.9rem 1.05rem;
  border-radius: 999px;
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.42);
}

.cursor-glow {
  position: fixed;
  width: 24rem;
  height: 24rem;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(214, 174, 98, 0.11), transparent 65%);
  pointer-events: none;
  transform: translate(-50%, -50%);
  z-index: -1;
}

.reveal {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity 0.75s ease, transform 0.75s ease;
}

.reveal.visible {
  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: 980px) {
  .hero-grid,
  .split,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .hero {
    padding-top: 5.2rem;
  }

  .glass-card {
    min-height: 430px;
  }

  .services-grid,
  .pricing-grid {
    grid-template-columns: 1fr 1fr;
  }

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

  .price-card.featured {
    transform: none;
  }
}

@media (max-width: 760px) {
  .section {
    padding: 4.8rem 0;
  }

  .nav-toggle {
    display: block;
    position: relative;
    z-index: 102;
  }

  .nav-links {
    position: fixed;
    inset: 0;
    z-index: 101;
    min-height: 100vh;
    display: none;
    flex-direction: column;
    align-items: stretch;
    justify-content: center;
    padding: 2rem;
    background: rgba(7, 7, 7, 0.96);
  }

  .nav-links a {
    font-size: 1.4rem;
    padding: 1rem;
    border-bottom: 1px solid var(--line);
  }

  .nav-links.active {
    display: flex;
  }

  .nav-toggle.active span:first-child {
    transform: translateY(7px) rotate(45deg);
  }

  .nav-toggle.active span:last-child {
    transform: translateY(-7px) rotate(-45deg);
  }

  .services-grid,
  .pricing-grid,
  .process-grid,
  .pipeline,
  .mini-dashboard {
    grid-template-columns: 1fr;
  }

  h1 {
    font-size: clamp(3.1rem, 18vw, 5.1rem);
  }

  .hero-actions .btn {
    width: 100%;
  }

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

  .metric-large {
    padding: 2rem 0;
  }

  .price-card ul {
    min-height: auto;
  }

  .floating-whatsapp {
    left: 1rem;
    right: 1rem;
    text-align: center;
  }

  .footer {
    padding-bottom: 5.4rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  html {
    scroll-behavior: auto !important;
  }

  .reveal {
    transition: none;
    opacity: 1;
    transform: none;
  }

  .btn:hover,
  .service-card:hover,
  .price-card:hover,
  .process-step:hover {
    transform: none;
  }
}
