:root {
  --blue: #06379e;
  --blue-dark: #06225f;
  --cyan: #08c9c2;
  --green: #25d366;
  --sand: #ffbf2f;
  --ink: #0b1c3d;
  --muted: #5e6b82;
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  min-width: 320px;
  color: var(--ink);
  font-family: "Manrope", system-ui, sans-serif;
  background: #f5fbff;
}

.hero {
  position: relative;
  min-height: 100svh;
  overflow: hidden;
  padding: 0 clamp(24px, 6vw, 92px);
  background:
    linear-gradient(125deg, rgba(255,255,255,.97) 0%, rgba(245,252,255,.94) 52%, rgba(221,249,250,.88) 100%),
    radial-gradient(circle at 80% 20%, #85e8ed, transparent 34%);
}

.hero::after {
  content: "";
  position: absolute;
  width: 520px;
  height: 520px;
  right: -190px;
  bottom: -340px;
  border: 72px solid rgba(8, 201, 194, .11);
  border-radius: 50%;
}

.glow { position: absolute; border-radius: 999px; filter: blur(2px); pointer-events: none; }
.glow-one { width: 14px; height: 14px; background: var(--sand); top: 21%; left: 46%; box-shadow: 34px 54px 0 -4px rgba(255,191,47,.5); }
.glow-two { width: 8px; height: 8px; background: var(--cyan); bottom: 22%; left: 7%; box-shadow: 38px -27px 0 2px rgba(8,201,194,.18); }

.nav {
  position: relative;
  z-index: 3;
  max-width: 1280px;
  height: 104px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.brand { display: flex; align-items: center; gap: 10px; color: var(--blue); text-decoration: none; font-size: 21px; font-weight: 800; letter-spacing: -.7px; }
.brand-dot { width: 15px; height: 15px; border-radius: 50% 50% 50% 0; background: linear-gradient(135deg, var(--cyan), var(--blue)); transform: rotate(-45deg); }
.status { display: flex; align-items: center; gap: 9px; color: #40506c; font-size: 13px; font-weight: 700; }
.status i { width: 8px; height: 8px; border-radius: 50%; background: var(--green); box-shadow: 0 0 0 5px rgba(37,211,102,.12); }

.hero-content {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1280px;
  min-height: calc(100svh - 170px);
  margin: auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: clamp(36px, 7vw, 110px);
  padding: 42px 0 76px;
}

.copy { max-width: 610px; animation: rise .7s ease-out both; }
.eyebrow { display: inline-flex; align-items: center; gap: 10px; margin: 0 0 24px; color: var(--blue); font-size: 12px; font-weight: 800; letter-spacing: 2.2px; text-transform: uppercase; }
.eyebrow::before { content: ""; width: 32px; height: 2px; background: var(--sand); }
h1 { margin: 0; font-size: clamp(46px, 5.4vw, 79px); line-height: 1.02; letter-spacing: -4.2px; font-weight: 800; }
h1 span { color: var(--blue); }
.intro { max-width: 520px; margin: 26px 0 32px; color: var(--muted); font-size: clamp(17px, 1.5vw, 20px); line-height: 1.65; }

.whatsapp-button {
  width: fit-content;
  display: flex;
  align-items: center;
  gap: 13px;
  padding: 16px 18px 16px 21px;
  border-radius: 16px;
  color: #fff;
  text-decoration: none;
  background: var(--green);
  box-shadow: 0 16px 36px rgba(37, 211, 102, .25);
  font-size: 16px;
  font-weight: 800;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}
.whatsapp-button:hover { transform: translateY(-3px); background: #20c75e; box-shadow: 0 20px 40px rgba(37,211,102,.32); }
.whatsapp-button:focus-visible { outline: 4px solid rgba(37,211,102,.25); outline-offset: 4px; }
.whatsapp-button svg { width: 25px; fill: currentColor; }
.arrow { display: grid; place-items: center; width: 31px; height: 31px; margin-left: 8px; border-radius: 10px; background: rgba(255,255,255,.18); font-size: 18px; }

.trust { display: flex; align-items: center; gap: 13px; margin-top: 32px; }
.trust p { margin: 0; color: #718096; font-size: 11px; line-height: 1.6; }
.trust strong { color: #364563; font-size: 12px; }
.avatars { display: flex; }
.avatars span { width: 29px; height: 29px; display: grid; place-items: center; margin-left: -6px; border: 2px solid #fff; border-radius: 50%; color: #fff; background: var(--blue); font-size: 11px; }
.avatars span:first-child { margin-left: 0; background: var(--sand); }
.avatars span:last-child { background: var(--cyan); }

.visual { position: relative; display: grid; place-items: center; min-height: 570px; animation: rise .8s .08s ease-out both; }
.visual::before { content: ""; position: absolute; width: 88%; aspect-ratio: 1; border-radius: 50%; background: linear-gradient(145deg, rgba(8,201,194,.15), rgba(6,55,158,.04)); }
.visual::after { content: ""; position: absolute; width: 73%; aspect-ratio: 1; border: 1px solid rgba(6,55,158,.11); border-radius: 50%; }
.sun { position: absolute; z-index: 1; width: 56px; height: 56px; right: 10%; top: 8%; border-radius: 50%; background: var(--sand); box-shadow: 0 0 0 17px rgba(255,191,47,.12); }
.logo-card { position: relative; z-index: 2; width: min(88%, 520px); overflow: hidden; border: 1px solid rgba(255,255,255,.9); border-radius: 44px; background: #fff; box-shadow: 0 35px 90px rgba(13,62,134,.16); transform: rotate(1.5deg); }
.logo-card img { display: block; width: 100%; height: auto; }
.floating-card { position: absolute; z-index: 3; display: flex; align-items: center; gap: 9px; padding: 13px 17px; border: 1px solid rgba(255,255,255,.9); border-radius: 14px; color: #29405f; background: rgba(255,255,255,.88); backdrop-filter: blur(12px); box-shadow: 0 15px 35px rgba(28,63,111,.12); font-size: 12px; font-weight: 800; }
.floating-card span { width: 27px; height: 27px; display: grid; place-items: center; border-radius: 9px; }
.card-top { left: -3%; top: 16%; }
.card-top span { color: #9b6800; background: #fff2c8; }
.card-bottom { right: -3%; bottom: 16%; }
.card-bottom span { color: #0b9340; background: #dff9e8; }

footer { position: absolute; z-index: 3; left: clamp(24px, 6vw, 92px); right: clamp(24px, 6vw, 92px); bottom: 24px; display: flex; justify-content: space-between; color: #8490a4; font-size: 10px; font-weight: 700; letter-spacing: .7px; text-transform: uppercase; }
footer span:first-child { color: var(--blue); }

@keyframes rise { from { opacity: 0; transform: translateY(18px); } to { opacity: 1; transform: translateY(0); } }

@media (max-width: 900px) {
  .nav { height: 82px; }
  .hero-content { grid-template-columns: 1fr; gap: 26px; padding-top: 48px; text-align: center; }
  .copy { margin: auto; }
  .eyebrow, .whatsapp-button, .trust { margin-left: auto; margin-right: auto; }
  .intro { margin-left: auto; margin-right: auto; }
  h1 { letter-spacing: -3px; }
  .visual { min-height: 500px; }
  .logo-card { width: min(75vw, 500px); }
  footer { position: relative; left: auto; right: auto; bottom: auto; padding: 30px 0; }
}

@media (max-width: 560px) {
  .hero { padding: 0 20px; }
  .status { font-size: 0; }
  .status i { margin-right: 4px; }
  .hero-content { padding: 38px 0 50px; }
  h1 { font-size: clamp(42px, 13vw, 59px); letter-spacing: -2.6px; }
  .intro { font-size: 16px; }
  .visual { min-height: 370px; }
  .logo-card { width: 85vw; border-radius: 28px; }
  .floating-card { padding: 10px 12px; font-size: 10px; }
  .card-top { left: -1%; top: 8%; }
  .card-bottom { right: -1%; bottom: 8%; }
  .sun { width: 36px; height: 36px; }
  footer span:last-child { display: none; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; animation: none !important; transition: none !important; }
}
