/* VARIÁVEIS E RESET */
:root {
  --navy: #333333;
  --navy-soft: #3483fa;
  --primary-blue: #009ee3;
  --yellow: #ffe600;
  --yellow-light: #fff5bf;
  --coral: #ff806c;
  --coral-light: #fff0e8;
  --paper: #f5f5f5;
  --white: #ffffff;
  --line: #e7ebef;
  --muted: #718096;
  --shadow: 0 18px 50px rgba(20, 35, 59, 0.08);
  --radius: 18px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--navy); font-family: 'DM Sans', sans-serif; overflow-x: hidden; }
button, a { font: inherit; }
a { color: inherit; text-decoration: none; }

/* LAYOUT E CONTAINER */
.section-wrap { width: min(1120px, calc(100% - 40px)); margin: 0 auto; }
.site-header { width: min(1120px, calc(100% - 40px)); height: 88px; margin: 0 auto; display: flex; justify-content: space-between; align-items: center; }

/* BRAND / LOGO */
.brand { display: inline-flex; align-items: center; gap: 10px; font-family: 'Space Grotesk', sans-serif; font-size: 20px; font-weight: 700; letter-spacing: -.04em; }
.brand-mark { display: grid; place-items: center; width: 31px; height: 31px; border-radius: 10px; background: var(--yellow); color: var(--navy); }
.brand-mark svg { width: 19px; height: 19px; stroke-width: 3; }
.brand-text { color: var(--navy); }
.brand-accent { color: var(--primary-blue); }

/* HEADER STATUS */
.secure-status { display: flex; align-items: center; gap: 9px; color: var(--muted); font-size: 10px; line-height: 1.35; text-align: right; }
.secure-icon { display: grid; place-items: center; width: 35px; height: 35px; border: 1px solid #dce4ec; border-radius: 50%; color: #3c9d6b; background: #f4faf6; }
.secure-icon svg { width: 18px; }
.secure-label strong { color: var(--navy); font-size: 11px; }

/* HERO SECTION */
.hero { position: relative; overflow: hidden; min-height: 370px; padding: 55px 60px 58px; border-radius: 24px; background: linear-gradient(115deg, #ffffff 0%, #f5f5f5 64%, #e5f7ff 100%); box-shadow: var(--shadow); }
.hero::before { content: ''; position: absolute; inset: 0; opacity: .42; background-image: linear-gradient(135deg, rgba(255,255,255,.5) 25%, transparent 25%); background-size: 26px 26px; mask-image: linear-gradient(to right, black, transparent 75%); }
.hero-glow { position: absolute; top: -170px; right: -100px; width: 470px; height: 470px; border: 1px solid rgba(255,255,255