:root {
  --green: #44d13f;
  --green-strong: #21b629;
  --green-soft: #e9ffe8;
  --blue: #0b2346;
  --blue-2: #12335f;
  --gold: #f2c94c;
  --text: #1d2733;
  --muted: #667085;
  --line: rgba(15, 35, 70, 0.11);
  --white: #ffffff;
  --bg: #f7faf8;
  --shadow: 0 24px 70px rgba(11, 35, 70, 0.12);
  --radius-lg: 32px;
  --radius-md: 22px;
  --radius-sm: 16px;
  --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;
  color: var(--text);
  background: var(--bg);
  line-height: 1.6;
  overflow-x: hidden;
}
body.high-contrast {
  --bg: #000;
  --white: #050505;
  --text: #fff;
  --muted: #e7e7e7;
  --line: rgba(255,255,255,.26);
  --green: #9cff00;
  --green-strong: #b9ff36;
  --blue: #000;
  --blue-2: #111;
}

a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
button, input, textarea, select { font: inherit; }
.container { width: min(var(--container), calc(100% - 40px)); margin: 0 auto; }
.skip-link {
  position: fixed;
  top: -80px;
  left: 16px;
  z-index: 1000;
  background: var(--blue);
  color: #fff;
  padding: 12px 16px;
  border-radius: 12px;
  transition: top .2s ease;
}
.skip-link:focus { top: 16px; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  backdrop-filter: blur(18px);
}
.topbar {
  background: var(--blue);
  color: rgba(255,255,255,.88);
  font-size: 13px;
}
.topbar__inner,
.navbar__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}
.topbar__inner { min-height: 42px; }
.topbar__links { display: flex; align-items: center; gap: 18px; }
.topbar a:hover { color: var(--green); }
.contrast-toggle {
  border: 1px solid rgba(255,255,255,.24);
  background: rgba(255,255,255,.08);
  color: #fff;
  padding: 6px 12px;
  border-radius: 999px;
  cursor: pointer;
}
.navbar {
  background: rgba(255,255,255,.86);
  border-bottom: 1px solid var(--line);
}
.navbar__inner { min-height: 82px; }
.brand { display: flex; align-items: center; gap: 12px; min-width: 0; }
.brand__logo { width: 54px; height: 54px; object-fit: contain; }
.brand__text { display: grid; line-height: 1.1; }
.brand__text strong { color: var(--blue); font-weight: 900; letter-spacing: -0.03em; }
.brand__text small { color: var(--muted); font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: .12em; }
.nav-menu { display: flex; align-items: center; gap: 26px; font-size: 14px; font-weight: 800; color: var(--blue); }
.nav-menu a { position: relative; }
.nav-menu a:not(.nav-menu__cta)::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -8px;
  width: 0;
  height: 3px;
  border-radius: 999px;
  background: var(--green);
  transition: width .25s ease;
}
.nav-menu a:hover::after { width: 100%; }
.nav-menu__cta {
  background: var(--green);
  color: var(--blue);
  padding: 12px 18px;
  border-radius: 999px;
  box-shadow: 0 12px 34px rgba(68,209,63,.28);
}
.menu-toggle {
  display: none;
  width: 48px;
  height: 48px;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: #fff;
  cursor: pointer;
  place-items: center;
  padding: 12px;
}
.menu-toggle span { display: block; width: 22px; height: 2px; background: var(--blue); margin: 3px 0; border-radius: 4px; transition: .2s ease; }
.menu-open .menu-toggle span:nth-child(1) { transform: translateY(8px) rotate(45deg); }
.menu-open .menu-toggle span:nth-child(2) { opacity: 0; }
.menu-open .menu-toggle span:nth-child(3) { transform: translateY(-8px) rotate(-45deg); }

.hero {
  position: relative;
  min-height: 760px;
  display: grid;
  align-items: center;
  padding: 90px 0 70px;
  overflow: hidden;
  background:
    radial-gradient(circle at 14% 18%, rgba(68,209,63,.25), transparent 28%),
    linear-gradient(135deg, #f7fff6 0%, #f8fafc 46%, #eaf8ee 100%);
}
.hero::before {
  content: '';
  position: absolute;
  inset: auto -14% -24% auto;
  width: 58vw;
  height: 58vw;
  border-radius: 46% 54% 50% 50%;
  background: linear-gradient(135deg, var(--green), #87ea6b);
  opacity: .95;
  transform: rotate(-12deg);
}
.hero__glow { position: absolute; border-radius: 50%; filter: blur(18px); opacity: .55; pointer-events: none; }
.hero__glow--one { width: 180px; height: 180px; background: var(--gold); right: 18%; top: 18%; }
.hero__glow--two { width: 260px; height: 260px; background: rgba(11,35,70,.18); left: -80px; bottom: 10%; }
.hero__grid { position: relative; display: grid; grid-template-columns: 1.05fr .95fr; gap: 54px; align-items: center; }
.eyebrow, .section-kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--green-strong);
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .14em;
  font-size: 12px;
}
.eyebrow::before, .section-kicker::before {
  content: '';
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--green);
  box-shadow: 0 0 0 6px rgba(68,209,63,.14);
}
.hero h1 {
  margin: 18px 0 22px;
  color: var(--blue);
  font-size: clamp(42px, 6vw, 76px);
  line-height: .96;
  letter-spacing: -0.07em;
  font-weight: 900;
}
.hero p { max-width: 650px; color: #465466; font-size: 18px; }
.hero__actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 32px; }
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 14px 22px;
  border-radius: 999px;
  font-weight: 900;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}
.btn:hover { transform: translateY(-2px); }
.btn--primary { background: var(--green); color: var(--blue); box-shadow: 0 16px 40px rgba(68,209,63,.32); }
.btn--ghost { background: rgba(255,255,255,.72); color: var(--blue); border: 1px solid var(--line); }
.btn--light { background: #fff; color: var(--blue); box-shadow: 0 18px 44px rgba(0,0,0,.12); }
.hero__trust { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; margin-top: 42px; max-width: 620px; }
.hero__trust div { background: rgba(255,255,255,.75); border: 1px solid var(--line); border-radius: 20px; padding: 18px; box-shadow: 0 18px 42px rgba(11,35,70,.08); }
.hero__trust strong { display: block; color: var(--blue); font-size: 22px; line-height: 1; }
.hero__trust span { color: var(--muted); font-size: 13px; font-weight: 700; }
.hero__visual { position: relative; min-height: 520px; display: grid; place-items: center; }
.hero-card {
  position: relative;
  width: min(460px, 100%);
  background: rgba(255,255,255,.88);
  border: 1px solid rgba(255,255,255,.7);
  border-radius: 36px;
  padding: 30px;
  box-shadow: var(--shadow);
  backdrop-filter: blur(18px);
  z-index: 2;
}
.hero-card::before {
  content: '';
  position: absolute;
  inset: 16px;
  border-radius: 28px;
  border: 1px solid rgba(68,209,63,.22);
  pointer-events: none;
}
.hero-card__header { display: flex; align-items: center; gap: 9px; color: var(--muted); font-weight: 800; font-size: 13px; text-transform: uppercase; letter-spacing: .08em; }
.status-dot { width: 10px; height: 10px; border-radius: 50%; background: var(--green); box-shadow: 0 0 0 7px rgba(68,209,63,.16); }
.hero-card h2 { color: var(--blue); font-size: 42px; line-height: 1; letter-spacing: -.05em; margin: 54px 0 16px; }
.hero-card p { color: var(--muted); font-size: 15px; }
.progress-list { display: grid; gap: 14px; margin-top: 26px; }
.progress-list div { display: flex; justify-content: space-between; gap: 14px; padding: 14px 0; border-bottom: 1px solid var(--line); font-weight: 800; }
.progress-list span { color: var(--blue); }
.progress-list strong { color: var(--green-strong); }
.floating-badge {
  position: absolute;
  z-index: 3;
  background: var(--blue);
  color: #fff;
  padding: 14px 18px;
  border-radius: 999px;
  font-weight: 900;
  box-shadow: 0 20px 45px rgba(11,35,70,.25);
  animation: float 5s ease-in-out infinite;
}
.floating-badge--top { top: 52px; right: 30px; }
.floating-badge--bottom { bottom: 70px; left: 20px; background: var(--gold); color: var(--blue); animation-delay: -2s; }
@keyframes float { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-14px); } }

.search-topics { background: var(--blue); padding: 22px 0; }
.topics__grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px; }
.topics__grid a {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 62px;
  border-radius: 18px;
  color: #fff;
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.12);
  font-weight: 900;
  text-align: center;
  transition: .2s ease;
}
.topics__grid a:hover { background: var(--green); color: var(--blue); transform: translateY(-2px); }
.section-padding { padding: 110px 0; }
.split-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 70px; align-items: start; }
h2 { color: var(--blue); font-size: clamp(32px, 4.5vw, 54px); line-height: 1.02; letter-spacing: -.055em; margin: 12px 0 0; font-weight: 900; }
.text-stack { display: grid; gap: 16px; color: #495568; font-size: 17px; }
.section-head { text-align: center; max-width: 760px; margin: 0 auto 46px; }
.section-head p { color: var(--muted); font-size: 17px; }
.cards-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.service-card {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  padding: 28px;
  box-shadow: 0 16px 44px rgba(11,35,70,.06);
  transition: transform .24s ease, box-shadow .24s ease, border-color .24s ease;
}
.service-card:hover { transform: translateY(-8px); box-shadow: var(--shadow); border-color: rgba(68,209,63,.45); }
.icon-box { display: inline-grid; place-items: center; width: 52px; height: 52px; border-radius: 18px; background: var(--green-soft); color: var(--green-strong); font-weight: 900; }
.service-card h3 { color: var(--blue); font-size: 21px; line-height: 1.1; letter-spacing: -.03em; margin: 22px 0 10px; }
.service-card p { color: var(--muted); margin: 0; font-size: 15px; }
.stats { padding: 70px 0; background: linear-gradient(135deg, var(--blue), var(--blue-2)); color: #fff; }
.stats__grid { display: grid; grid-template-columns: 1.3fr 1fr 1fr; gap: 18px; }
.stat-card { background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.12); border-radius: var(--radius-md); padding: 28px; }
.stat-card--featured { background: var(--green); color: var(--blue); }
.stat-card span { display: block; font-weight: 900; text-transform: uppercase; letter-spacing: .14em; font-size: 12px; opacity: .85; }
.stat-card strong { display: block; font-size: clamp(30px, 4vw, 46px); letter-spacing: -.05em; line-height: 1; margin: 14px 0; }
.stat-card p { margin: 0; opacity: .82; }
.willian { background: #fff; }
.willian__grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 70px; align-items: center; }
.portrait-card { min-height: 520px; position: relative; border-radius: 38px; overflow: hidden; box-shadow: var(--shadow); background: var(--green); }
.portrait-card__bg {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 80% 25%, rgba(255,255,255,.45), transparent 20%),
    linear-gradient(135deg, rgba(11,35,70,.98), rgba(18,51,95,.82));
}
.portrait-card__bg::after {
  content: 'WV';
  position: absolute;
  right: -22px;
  bottom: -34px;
  font-weight: 900;
  color: rgba(68,209,63,.22);
  font-size: 220px;
  letter-spacing: -.12em;
}
.portrait-card__content { position: absolute; inset: auto 28px 28px; color: #fff; }
.portrait-card__content span { color: var(--green); font-weight: 900; text-transform: uppercase; letter-spacing: .14em; font-size: 12px; }
.portrait-card__content h2 { color: #fff; margin-top: 12px; }
.portrait-card__content p { color: rgba(255,255,255,.82); max-width: 360px; }
.willian p { color: #4b5768; font-size: 17px; }
.check-list { padding: 0; margin: 26px 0 0; list-style: none; display: grid; gap: 12px; }
.check-list li { position: relative; padding-left: 34px; color: var(--blue); font-weight: 800; }
.check-list li::before { content: '✓'; position: absolute; left: 0; top: 0; width: 24px; height: 24px; border-radius: 50%; background: var(--green); color: var(--blue); display: grid; place-items: center; font-size: 14px; font-weight: 900; }
.cta { padding: 84px 0; background: linear-gradient(135deg, var(--green), #7ee75e); }
.cta__box { display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.cta h2 { max-width: 780px; }
.cta p { color: rgba(11,35,70,.75); font-weight: 700; }
.contact__grid { display: grid; grid-template-columns: .75fr 1.25fr; gap: 54px; align-items: start; }
.contact__content p { color: var(--muted); }
.contact-cards { display: grid; gap: 14px; }
.contact-card { display: flex; align-items: center; justify-content: space-between; gap: 20px; background: #fff; border: 1px solid var(--line); border-radius: 22px; padding: 22px 24px; box-shadow: 0 14px 34px rgba(11,35,70,.05); transition: .2s ease; }
.contact-card:hover { transform: translateX(5px); border-color: rgba(68,209,63,.5); }
.contact-card span { color: var(--muted); font-weight: 900; text-transform: uppercase; letter-spacing: .12em; font-size: 12px; }
.contact-card strong { color: var(--blue); text-align: right; }
.footer { background: #071a35; color: rgba(255,255,255,.78); padding: 70px 0 24px; }
.footer__grid { display: grid; grid-template-columns: 1.4fr .7fr 1fr; gap: 46px; }
.brand--footer .brand__text strong, .brand--footer .brand__text small { color: #fff; }
.footer p { max-width: 410px; }
.footer h3 { color: #fff; margin: 0 0 14px; }
.footer a { display: block; margin: 8px 0; }
.footer a:hover { color: var(--green); }
.footer__bottom { margin-top: 42px; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.12); display: flex; justify-content: space-between; gap: 20px; font-size: 13px; }
.whatsapp-float {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 90;
  width: 62px;
  height: 62px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: #25d366;
  box-shadow: 0 18px 50px rgba(37,211,102,.38);
  animation: pulse 2.7s ease-in-out infinite;
}
.whatsapp-float svg { width: 34px; height: 34px; fill: #fff; }
@keyframes pulse { 0%,100% { transform: scale(1); box-shadow: 0 18px 50px rgba(37,211,102,.34); } 50% { transform: scale(1.055); box-shadow: 0 22px 70px rgba(37,211,102,.55); } }
.section-reveal { opacity: 0; transform: translateY(26px); transition: opacity .7s ease, transform .7s ease; }
.section-reveal.is-visible { opacity: 1; transform: translateY(0); }

@media (max-width: 1024px) {
  .topbar__info { display: none; }
  .topbar__inner { justify-content: center; }
  .menu-toggle { display: grid; }
  .nav-menu {
    position: fixed;
    top: 124px;
    left: 20px;
    right: 20px;
    display: grid;
    gap: 6px;
    padding: 18px;
    border-radius: 24px;
    background: rgba(255,255,255,.98);
    border: 1px solid var(--line);
    box-shadow: var(--shadow);
    transform: translateY(-12px);
    opacity: 0;
    pointer-events: none;
    transition: .2s ease;
  }
  .menu-open .nav-menu { transform: translateY(0); opacity: 1; pointer-events: auto; }
  .nav-menu a { padding: 13px 14px; border-radius: 14px; }
  .nav-menu a:hover { background: var(--green-soft); }
  .nav-menu__cta { text-align: center; }
  .hero__grid, .split-grid, .willian__grid, .contact__grid { grid-template-columns: 1fr; }
  .hero { min-height: auto; padding-top: 70px; }
  .hero::before { width: 86vw; height: 86vw; opacity: .55; }
  .hero__visual { min-height: 430px; }
  .cards-grid, .topics__grid { grid-template-columns: repeat(2, 1fr); }
  .stats__grid { grid-template-columns: 1fr; }
  .cta__box { align-items: flex-start; flex-direction: column; }
}

@media (max-width: 680px) {
  .container { width: min(100% - 28px, var(--container)); }
  .topbar__links { width: 100%; justify-content: center; gap: 10px; flex-wrap: wrap; padding: 7px 0; }
  .topbar__links a:first-child { display: none; }
  .navbar__inner { min-height: 72px; }
  .brand__logo { width: 46px; height: 46px; }
  .brand__text strong { font-size: 15px; }
  .brand__text small { font-size: 10px; }
  .nav-menu { top: 116px; left: 14px; right: 14px; }
  .hero { padding: 48px 0 40px; }
  .hero h1 { font-size: 40px; letter-spacing: -.06em; }
  .hero p { font-size: 16px; }
  .hero__actions { display: grid; }
  .btn { width: 100%; }
  .hero__trust { grid-template-columns: 1fr; margin-top: 28px; }
  .hero__visual { min-height: 370px; }
  .hero-card { border-radius: 28px; padding: 24px; }
  .hero-card h2 { font-size: 34px; margin-top: 38px; }
  .floating-badge { font-size: 12px; padding: 10px 12px; }
  .floating-badge--top { right: 6px; top: 16px; }
  .floating-badge--bottom { left: 4px; bottom: 24px; }
  .topics__grid, .cards-grid { grid-template-columns: 1fr; }
  .section-padding { padding: 76px 0; }
  h2 { font-size: 34px; }
  .service-card { padding: 24px; }
  .portrait-card { min-height: 430px; }
  .contact-card { display: grid; justify-content: stretch; gap: 4px; }
  .contact-card strong { text-align: left; overflow-wrap: anywhere; }
  .footer__grid { grid-template-columns: 1fr; gap: 28px; }
  .footer__bottom { flex-direction: column; }
  .whatsapp-float { width: 58px; height: 58px; right: 16px; bottom: 16px; }
}

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