:root {
  --bg: #f7f8fc;
  --surface: #ffffff;
  --ink: #10213b;
  --ink-soft: #4a5873;
  --brand: #0b2d5c;
  --brand-2: #13b8a6;
  --accent: #ff8a3d;
  --ok: #22c55e;
  --ring: rgba(19, 184, 166, 0.35);
  --radius: 16px;
  --shadow: 0 12px 38px rgba(11, 45, 92, 0.14);
}

* {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
}

body {
  font-family: "Manrope", sans-serif;
  color: var(--ink);
  background: radial-gradient(circle at 15% 10%, rgba(19, 184, 166, 0.12) 0, transparent 35%),
              radial-gradient(circle at 85% 15%, rgba(255, 138, 61, 0.14) 0, transparent 28%),
              var(--bg);
  line-height: 1.5;
  overflow-x: hidden;
}

h1,
h2,
h3 {
  font-family: "Space Grotesk", sans-serif;
  line-height: 1.15;
  margin: 0 0 0.6rem;
}

p {
  margin: 0 0 1rem;
}

a {
  color: inherit;
}

.container {
  width: min(1120px, 92vw);
  margin-inline: auto;
}

.bg-shape {
  position: fixed;
  z-index: -1;
  border-radius: 999px;
  filter: blur(30px);
}

.bg-shape-1 {
  width: 340px;
  height: 340px;
  top: -90px;
  right: -60px;
  background: rgba(19, 184, 166, 0.2);
}

.bg-shape-2 {
  width: 290px;
  height: 290px;
  bottom: 10%;
  left: -80px;
  background: rgba(255, 138, 61, 0.2);
}

.topbar {
  position: sticky;
  top: 0;
  backdrop-filter: blur(8px);
  background: rgba(247, 248, 252, 0.75);
  border-bottom: 1px solid rgba(16, 33, 59, 0.08);
  z-index: 10;
}

.topbar-inner {
  min-height: 76px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.brand {
  display: grid;
  gap: 0.35rem;
}

.brand-pill {
  width: fit-content;
  padding: 0.2rem 0.65rem;
  border-radius: 999px;
  background: rgba(11, 45, 92, 0.08);
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.03em;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  border: 0;
  cursor: pointer;
  border-radius: 999px;
  padding: 0.8rem 1.15rem;
  font-weight: 700;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

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

.btn:focus-visible {
  outline: none;
  box-shadow: 0 0 0 4px var(--ring);
}

.btn-primary {
  background: linear-gradient(120deg, var(--brand), #125fa8);
  color: #fff;
  box-shadow: var(--shadow);
}

.btn-ghost {
  border: 1px solid rgba(16, 33, 59, 0.2);
  color: var(--ink);
  background: #fff;
}

.btn-whatsapp {
  background: linear-gradient(120deg, #16a34a, var(--ok));
  color: #fff;
  box-shadow: 0 10px 30px rgba(22, 163, 74, 0.25);
}

.btn.full {
  width: 100%;
}

.hero {
  padding: 4.5rem 0 3rem;
}

.hero-grid {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 2rem;
  align-items: start;
}

.eyebrow {
  text-transform: uppercase;
  font-size: 0.78rem;
  letter-spacing: 0.08em;
  font-weight: 800;
  color: #0b5d75;
  margin-bottom: 0.55rem;
}

.hero-copy h1 {
  font-size: clamp(2rem, 4.6vw, 3.5rem);
}

.lead {
  color: var(--ink-soft);
  max-width: 64ch;
}

.hero-cta {
  margin: 1.4rem 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.hero-points {
  margin: 0;
  padding-left: 1.1rem;
  color: var(--ink-soft);
}

.hero-card {
  background: var(--surface);
  border-radius: var(--radius);
  padding: 1.2rem;
  box-shadow: var(--shadow);
  border: 1px solid rgba(16, 33, 59, 0.08);
}

.metric {
  margin: 1rem 0;
  background: #f0f4fb;
  border-radius: 12px;
  padding: 0.8rem;
}

.metric span {
  font-size: 1.8rem;
  font-weight: 800;
  color: var(--brand);
  display: block;
}

.section {
  padding: 4rem 0;
}

.section-head {
  max-width: 740px;
  margin-bottom: 1.6rem;
}

.section-head h2 {
  font-size: clamp(1.6rem, 3.7vw, 2.4rem);
}

.cards {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.card {
  background: #fff;
  border: 1px solid rgba(16, 33, 59, 0.1);
  border-radius: var(--radius);
  padding: 1rem;
  box-shadow: 0 8px 26px rgba(16, 33, 59, 0.08);
}

.section-highlight {
  background: linear-gradient(180deg, rgba(11, 45, 92, 0.96), rgba(11, 45, 92, 0.88));
  color: #ecf4ff;
}

.split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.2rem;
  align-items: center;
}

.checklist {
  margin: 0;
  padding-left: 1.1rem;
}

.checklist li {
  margin-bottom: 0.4rem;
}

.quote {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: var(--radius);
  padding: 1.2rem;
}

blockquote {
  font-size: 1.25rem;
  font-weight: 700;
  margin: 0 0 1rem;
}

.cta-section {
  padding-top: 4.6rem;
}

.cta-box {
  background: #fff;
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  border: 1px solid rgba(16, 33, 59, 0.1);
  padding: 1.3rem;
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 1.1rem;
}

.contact-form {
  display: grid;
  gap: 0.45rem;
}

input,
textarea {
  border: 1px solid rgba(16, 33, 59, 0.2);
  border-radius: 10px;
  padding: 0.7rem 0.8rem;
  font: inherit;
}

input:focus,
textarea:focus {
  outline: none;
  border-color: var(--brand-2);
  box-shadow: 0 0 0 3px var(--ring);
}

.footer {
  border-top: 1px solid rgba(16, 33, 59, 0.12);
  padding: 1.1rem 0 2rem;
  color: var(--ink-soft);
}

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

.reveal.in {
  opacity: 1;
  transform: translateY(0);
}

.delay-1 {
  transition-delay: 0.08s;
}

.delay-2 {
  transition-delay: 0.14s;
}

.delay-3 {
  transition-delay: 0.2s;
}

@media (max-width: 920px) {
  .hero-grid,
  .split,
  .cta-box,
  .cards {
    grid-template-columns: 1fr;
  }

  .hero {
    padding-top: 3rem;
  }

  .topbar-inner {
    flex-direction: column;
    align-items: flex-start;
    padding: 0.7rem 0;
  }
}
