:root {
  --blue: #156da6;
  --blue-dark: #0b4f7b;
  --blue-soft: #eaf4fb;
  --ink: #111827;
  --muted: #5f6b7a;
  --line: #dfe7ee;
  --paper: #ffffff;
  --off-white: #f6f9fb;
  --dark: #071a28;
  --shadow: 0 24px 60px rgba(8, 42, 67, .14);
  --radius: 24px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  background: var(--paper);
  line-height: 1.6;
}
a { color: inherit; }
img { max-width: 100%; display: block; }
.container { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.skip-link { position: absolute; left: -9999px; top: 0; background: #fff; padding: 10px; z-index: 9999; }
.skip-link:focus { left: 10px; top: 10px; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(255,255,255,.92);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid rgba(223,231,238,.85);
}
.nav-wrap { min-height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand img { width: 152px; height: 58px; object-fit: contain; object-position: left center; }
.site-nav { display: flex; align-items: center; gap: 28px; }
.site-nav a { text-decoration: none; font-weight: 650; font-size: .95rem; }
.site-nav a:hover { color: var(--blue); }
.nav-cta { padding: 11px 18px; background: var(--ink); color: #fff; border-radius: 999px; }
.site-nav .nav-cta:hover { color: #fff; background: var(--blue-dark); }
.menu-toggle { display: none; border: 0; background: transparent; font-size: 1.7rem; }

.hero { position: relative; overflow: hidden; padding: 90px 0 84px; background: linear-gradient(180deg, #f9fcfe 0%, #fff 100%); }
.hero::before { content: ""; position: absolute; width: 520px; height: 520px; right: -160px; top: -210px; border-radius: 50%; background: radial-gradient(circle, rgba(21,109,166,.18), transparent 68%); }
.hero-grid { position: absolute; inset: 0; opacity: .27; background-image: linear-gradient(rgba(21,109,166,.08) 1px, transparent 1px), linear-gradient(90deg, rgba(21,109,166,.08) 1px, transparent 1px); background-size: 42px 42px; mask-image: linear-gradient(to bottom, #000 0%, transparent 72%); }
.hero-content { position: relative; z-index: 1; }
.eyebrow { margin: 0 0 14px; color: var(--blue); font-size: .78rem; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.eyebrow.light { color: #72c5f3; }
h1, h2, h3 { line-height: 1.12; letter-spacing: -.035em; margin-top: 0; }
h1 { max-width: 900px; margin-bottom: 24px; font-size: clamp(2.65rem, 6vw, 5.4rem); }
.hero-copy { max-width: 800px; margin: 0; color: var(--muted); font-size: clamp(1.05rem, 2vw, 1.25rem); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin: 34px 0 52px; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 50px; padding: 0 22px; border-radius: 999px; text-decoration: none; font-weight: 750; transition: .2s ease; }
.button:hover { transform: translateY(-2px); }
.button.primary { background: var(--blue); color: #fff; box-shadow: 0 12px 30px rgba(21,109,166,.22); }
.button.primary:hover { background: var(--blue-dark); }
.button.secondary { border: 1px solid var(--line); background: #fff; }
.button.secondary:hover { border-color: var(--blue); color: var(--blue); }

.gateway-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 26px; }
.gateway-card { position: relative; overflow: hidden; min-height: 430px; padding: 36px; border-radius: var(--radius); box-shadow: var(--shadow); transition: transform .25s ease, box-shadow .25s ease; }
.gateway-card:hover { transform: translateY(-6px); box-shadow: 0 30px 70px rgba(8,42,67,.2); }
.gateway-it { color: #fff; background: linear-gradient(145deg, #0a2538, #0f527c); }
.gateway-it::after { content: ""; position: absolute; width: 280px; height: 280px; right: -120px; bottom: -120px; border-radius: 50%; background: rgba(255,255,255,.08); }
.gateway-3d { background: linear-gradient(145deg, #fff, #ecf7fd); border: 1px solid #cfe3f0; }
.card-icon { display: grid; place-items: center; width: 58px; height: 58px; margin-bottom: 28px; border-radius: 16px; background: rgba(255,255,255,.12); font-size: 1.45rem; font-weight: 800; }
.gateway-3d .card-icon { background: var(--blue); color: #fff; }
.card-kicker { margin: 0 0 8px; text-transform: uppercase; letter-spacing: .12em; font-size: .72rem; font-weight: 800; opacity: .75; }
.gateway-card h2 { margin-bottom: 16px; font-size: clamp(1.8rem, 3vw, 2.6rem); }
.gateway-card p { margin-top: 0; font-size: 1.05rem; opacity: .85; }
.gateway-card ul { padding-left: 20px; margin: 22px 0 30px; }
.gateway-card li { margin: 7px 0; }
.card-link { position: absolute; left: 36px; bottom: 34px; text-decoration: none; font-weight: 800; }
.card-link span { display: inline-block; transition: transform .2s ease; }
.card-link:hover span { transform: translateX(4px); }

.trust-strip { background: var(--off-white); border-block: 1px solid var(--line); }
.trust-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.trust-grid div { padding: 26px 22px; border-right: 1px solid var(--line); }
.trust-grid div:last-child { border-right: 0; }
.trust-grid strong, .trust-grid span { display: block; }
.trust-grid strong { font-size: 1.08rem; }
.trust-grid span { color: var(--muted); font-size: .9rem; }

.section { padding: 96px 0; }
.section-heading { max-width: 760px; margin-bottom: 46px; }
.section-heading.compact { margin-bottom: 34px; }
.section-heading h2, .split-layout h2, .contact-section h2 { font-size: clamp(2.15rem, 4vw, 3.7rem); margin-bottom: 18px; }
.section-heading > p:last-child { color: var(--muted); font-size: 1.08rem; }
.services-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.service-card { min-height: 245px; padding: 28px; border: 1px solid var(--line); border-radius: 18px; background: #fff; transition: .2s ease; }
.service-card:hover { transform: translateY(-4px); border-color: #a7cce3; box-shadow: 0 16px 38px rgba(8,42,67,.08); }
.service-number { color: var(--blue); font-weight: 850; font-size: .8rem; }
.service-card h3 { margin: 34px 0 12px; font-size: 1.34rem; }
.service-card p { color: var(--muted); margin-bottom: 0; }

.section-dark { color: #fff; background: var(--dark); }
.split-layout { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: start; }
.about-copy p { margin-top: 0; color: #c6d2dc; font-size: 1.1rem; }
.text-link { display: inline-flex; gap: 8px; margin-top: 18px; text-decoration: none; font-weight: 800; }
.light-link { color: #72c5f3; }

.process-grid { list-style: none; padding: 0; margin: 0; display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.process-grid li { position: relative; padding: 28px 22px; background: var(--off-white); border-radius: 18px; }
.process-grid span { display: grid; place-items: center; width: 40px; height: 40px; border-radius: 50%; background: var(--blue); color: #fff; font-weight: 800; }
.process-grid h3 { margin: 28px 0 10px; }
.process-grid p { color: var(--muted); margin: 0; }

.contact-section { background: linear-gradient(135deg, #eef7fc, #fff); }
.contact-grid { display: grid; grid-template-columns: 1.15fr .85fr; gap: 70px; align-items: center; }
.contact-grid > div > p:last-of-type { color: var(--muted); font-size: 1.08rem; }
.contact-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 30px; }
.contact-card { font-style: normal; padding: 32px; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow); }
.contact-card div { padding: 17px 0; border-bottom: 1px solid var(--line); }
.contact-card div:first-child { padding-top: 0; }
.contact-card div:last-child { border-bottom: 0; padding-bottom: 0; }
.contact-card span { display: block; margin-bottom: 4px; color: var(--muted); font-size: .76rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.contact-card a { text-decoration: none; font-weight: 700; }
.contact-card p { margin: 0; }

.site-footer { color: #d6e0e8; background: #06131d; }
.footer-grid { display: grid; grid-template-columns: 1.6fr 1fr 1fr 1fr; gap: 40px; padding: 60px 0 44px; }
.footer-brand img { width: 180px; height: 92px; object-fit: contain; background: #fff; border-radius: 8px; }
.footer-brand p { color: #8fa1af; }
.footer-grid strong { display: block; margin-bottom: 16px; color: #fff; }
.footer-grid a { display: block; margin: 8px 0; color: #aebdca; text-decoration: none; }
.footer-grid a:hover { color: #fff; }
.footer-bottom { display: flex; justify-content: space-between; gap: 24px; padding: 22px 0; border-top: 1px solid rgba(255,255,255,.1); font-size: .9rem; }
.footer-bottom a { color: #d6e0e8; text-decoration: none; }

.whatsapp-float { position: fixed; right: 22px; bottom: 22px; z-index: 80; display: grid; place-items: center; width: 58px; height: 58px; border-radius: 50%; background: #20b15a; color: #fff; text-decoration: none; font-weight: 850; box-shadow: 0 16px 35px rgba(0,0,0,.22); }

.legal-page { min-height: 70vh; padding: 80px 0; background: var(--off-white); }
.legal-content { max-width: 820px; padding: 46px; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); }
.legal-content h1 { font-size: clamp(2.4rem, 5vw, 4rem); }
.legal-content h2 { margin-top: 34px; font-size: 1.4rem; }
.legal-content p { color: var(--muted); }
.legal-date { font-size: .9rem; }

.reveal { opacity: 0; transform: translateY(18px); transition: opacity .6s ease, transform .6s ease; }
.reveal.visible { opacity: 1; transform: none; }

@media (max-width: 900px) {
  .menu-toggle { display: block; }
  .site-nav { position: absolute; left: 20px; right: 20px; top: 74px; display: none; flex-direction: column; align-items: stretch; gap: 0; padding: 12px; background: #fff; border: 1px solid var(--line); border-radius: 16px; box-shadow: var(--shadow); }
  .site-nav.open { display: flex; }
  .site-nav a { padding: 13px 12px; }
  .simple-nav { position: static; display: flex; flex-direction: row; padding: 0; border: 0; box-shadow: none; }
  .gateway-grid, .split-layout, .contact-grid { grid-template-columns: 1fr; }
  .services-grid { grid-template-columns: repeat(2, 1fr); }
  .process-grid { grid-template-columns: repeat(2, 1fr); }
  .trust-grid { grid-template-columns: repeat(2, 1fr); }
  .trust-grid div:nth-child(2) { border-right: 0; }
  .trust-grid div:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .footer-grid { grid-template-columns: 1.5fr 1fr 1fr; }
  .footer-grid > div:last-child { grid-column: 2; }
}

@media (max-width: 620px) {
  .container { width: min(100% - 28px, 1180px); }
  .hero { padding-top: 58px; }
  h1 { font-size: 2.8rem; }
  .gateway-card { min-height: 455px; padding: 28px; }
  .card-link { left: 28px; }
  .services-grid, .process-grid, .trust-grid, .footer-grid { grid-template-columns: 1fr; }
  .trust-grid div { border-right: 0; border-bottom: 1px solid var(--line); }
  .trust-grid div:last-child { border-bottom: 0; }
  .footer-grid > div:last-child { grid-column: auto; }
  .footer-bottom { flex-direction: column; }
  .section { padding: 72px 0; }
  .legal-content { padding: 28px; }
}
