:root {
  --navy-950: #050b14;
  --navy-900: #07111f;
  --navy-850: #0a1728;
  --navy-800: #0d1c30;
  --blue-600: #2563eb;
  --blue-500: #3977f6;
  --cyan-400: #22d3ee;
  --cyan-300: #67e8f9;
  --green: #25d366;
  --white: #ffffff;
  --slate-50: #f8fafc;
  --slate-100: #f1f5f9;
  --slate-200: #e2e8f0;
  --slate-400: #94a3b8;
  --slate-500: #64748b;
  --slate-600: #475569;
  --slate-800: #1e293b;
  --slate-900: #0f172a;
  --font-heading: 'Manrope', system-ui, sans-serif;
  --font-body: 'Inter', system-ui, sans-serif;
  --shadow-card: 0 20px 60px rgba(15, 23, 42, 0.08);
  --radius-lg: 24px;
  --radius-md: 16px;
  --container: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 88px; }
body { margin: 0; color: var(--slate-800); font-family: var(--font-body); background: var(--white); line-height: 1.6; -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }
img, svg { display: block; }
button { font: inherit; }
.container { width: min(calc(100% - 40px), var(--container)); margin-inline: auto; }
.section { padding: 112px 0; }
.section-light { background: var(--white); }
.section-soft { background: var(--slate-50); }
.section-dark { color: var(--white); background: var(--navy-950); }

.site-header { position: fixed; inset: 0 0 auto; z-index: 100; background: rgba(5, 11, 20, 0.82); border-bottom: 1px solid rgba(255,255,255,.08); backdrop-filter: blur(18px); }
.nav-wrap { min-height: 78px; display: flex; align-items: center; justify-content: space-between; gap: 32px; }
.brand img { width: 205px; height: auto; }
.main-nav { display: flex; align-items: center; gap: 28px; color: #cbd5e1; font-size: .92rem; font-weight: 600; }
.main-nav > a:not(.button) { transition: color .2s ease; }
.main-nav > a:not(.button):hover { color: var(--white); }
.menu-toggle { display: none; width: 42px; height: 42px; border: 1px solid rgba(255,255,255,.15); border-radius: 12px; background: transparent; padding: 10px; cursor: pointer; }
.menu-toggle span { height: 2px; background: white; display: block; margin: 4px 0; border-radius: 3px; }

.button { min-height: 50px; padding: 0 22px; display: inline-flex; align-items: center; justify-content: center; gap: 10px; border-radius: 12px; font-weight: 700; font-size: .94rem; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); }
.button svg { width: 20px; height: 20px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.button-primary { color: var(--white); background: linear-gradient(135deg, var(--blue-600), #1d4ed8); box-shadow: 0 14px 30px rgba(37, 99, 235, .32); }
.button-primary:hover { box-shadow: 0 18px 38px rgba(37, 99, 235, .42); }
.button-ghost { color: #dbeafe; border: 1px solid rgba(148, 163, 184, .25); background: rgba(255,255,255,.04); }
.button-ghost:hover { background: rgba(255,255,255,.08); }
.button-whatsapp { min-height: 42px; padding-inline: 17px; color: #05130b; background: var(--green); }
.button-large { min-height: 58px; padding: 0 27px; white-space: nowrap; }

.hero { position: relative; min-height: 780px; padding: 170px 0 100px; overflow: hidden; isolation: isolate; }
.hero::before { content: ''; position: absolute; inset: 0; opacity: .22; z-index: -2; background-image: linear-gradient(rgba(71,85,105,.18) 1px, transparent 1px), linear-gradient(90deg, rgba(71,85,105,.18) 1px, transparent 1px); background-size: 52px 52px; mask-image: linear-gradient(to bottom, black, transparent 90%); }
.hero::after { content: ''; position: absolute; inset: 0; z-index: -1; background: linear-gradient(90deg, rgba(5,11,20,.4), transparent 50%, rgba(5,11,20,.2)); }
.hero-glow { position: absolute; border-radius: 999px; filter: blur(80px); z-index: -1; opacity: .28; }
.hero-glow-one { width: 470px; height: 470px; background: var(--blue-600); right: 3%; top: 15%; }
.hero-glow-two { width: 320px; height: 320px; background: var(--cyan-400); left: -10%; bottom: -15%; opacity: .13; }
.hero-grid { display: grid; grid-template-columns: 1.02fr .98fr; gap: 72px; align-items: center; }
.eyebrow { width: fit-content; display: flex; align-items: center; gap: 9px; padding: 8px 13px; border: 1px solid rgba(103,232,249,.22); border-radius: 99px; color: var(--cyan-300); background: rgba(34,211,238,.06); font-weight: 700; font-size: .78rem; letter-spacing: .06em; text-transform: uppercase; }
.status-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--green); box-shadow: 0 0 0 5px rgba(37,211,102,.12); }
.hero h1 { margin: 25px 0 20px; max-width: 700px; font: 800 clamp(3.15rem, 6vw, 5.9rem)/.98 var(--font-heading); letter-spacing: -.06em; }
.hero h1 span { color: transparent; background: linear-gradient(90deg, #60a5fa, var(--cyan-300)); -webkit-background-clip: text; background-clip: text; }
.hero-lead { max-width: 650px; margin: 0; color: #b9c6d8; font-size: 1.13rem; line-height: 1.75; }
.hero-actions { display: flex; gap: 13px; margin-top: 34px; flex-wrap: wrap; }
.hero-points { display: flex; gap: 22px; margin-top: 31px; flex-wrap: wrap; color: #9fb0c5; font-size: .84rem; }
.hero-points span { display: flex; align-items: center; gap: 7px; }
.hero-points svg { width: 17px; height: 17px; color: var(--cyan-400); fill: none; stroke: currentColor; stroke-width: 2.2; stroke-linecap: round; stroke-linejoin: round; }

.hero-visual { position: relative; padding: 30px 0; }
.dashboard-card { border: 1px solid rgba(148,163,184,.18); border-radius: 24px; overflow: hidden; background: rgba(9,20,35,.84); box-shadow: 0 35px 100px rgba(0,0,0,.45), inset 0 1px rgba(255,255,255,.04); backdrop-filter: blur(16px); transform: perspective(1200px) rotateY(-5deg) rotateX(2deg); }
.dashboard-top { height: 52px; padding: 0 18px; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid rgba(148,163,184,.14); background: rgba(255,255,255,.025); }
.traffic-lights { display: flex; gap: 7px; }
.traffic-lights span { width: 9px; height: 9px; border-radius: 50%; background: #334155; }
.traffic-lights span:first-child { background: #fb7185; }.traffic-lights span:nth-child(2) { background: #facc15; }.traffic-lights span:last-child { background: #4ade80; }
.dashboard-label { color: #64748b; font: 700 .65rem var(--font-heading); letter-spacing: .12em; }
.dashboard-body { padding: 26px; }
.dashboard-status { display: flex; justify-content: space-between; align-items: center; padding-bottom: 24px; }
.dashboard-status small { display: block; color: #64748b; letter-spacing: .12em; font-size: .62rem; font-weight: 800; }
.dashboard-status strong { margin-top: 5px; display: flex; align-items: center; gap: 8px; color: #dbeafe; font-size: .92rem; }
.dashboard-status strong span { width: 7px; height: 7px; background: var(--green); border-radius: 50%; box-shadow: 0 0 12px var(--green); }
.pulse-ring { width: 58px; height: 58px; display: grid; place-items: center; border: 1px solid rgba(34,211,238,.25); border-radius: 50%; box-shadow: 0 0 0 9px rgba(34,211,238,.04), 0 0 40px rgba(34,211,238,.1); }
.pulse-ring span { font: 800 1rem var(--font-heading); color: var(--cyan-300); }
.mini-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.mini-card { min-height: 124px; padding: 17px; border: 1px solid rgba(148,163,184,.12); border-radius: 14px; background: rgba(255,255,255,.025); }
.mini-card.active { border-color: rgba(37,99,235,.35); background: linear-gradient(145deg, rgba(37,99,235,.15), rgba(34,211,238,.04)); }
.mini-card svg { width: 24px; height: 24px; margin-bottom: 15px; color: #60a5fa; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.mini-card span { display: block; color: #64748b; font-size: .67rem; text-transform: uppercase; letter-spacing: .08em; }
.mini-card b { display: block; color: #dbeafe; font-size: .84rem; margin-top: 2px; }
.dashboard-progress { margin-top: 14px; padding: 17px; border: 1px solid rgba(148,163,184,.1); border-radius: 14px; background: rgba(255,255,255,.018); }
.progress-copy { display: flex; justify-content: space-between; gap: 20px; font-size: .66rem; color: #64748b; }
.progress-copy b { color: #94a3b8; font-weight: 600; }
.progress-line { height: 5px; margin-top: 12px; border-radius: 99px; background: #18263a; overflow: hidden; }
.progress-line span { display: block; width: 82%; height: 100%; background: linear-gradient(90deg, var(--blue-500), var(--cyan-400)); border-radius: inherit; }
.floating-chip { position: absolute; display: flex; align-items: center; gap: 9px; padding: 11px 14px; border: 1px solid rgba(148,163,184,.16); border-radius: 12px; color: #cbd5e1; background: rgba(8,18,32,.9); box-shadow: 0 12px 40px rgba(0,0,0,.3); font-size: .73rem; font-weight: 700; backdrop-filter: blur(12px); }
.chip-one { right: -20px; top: 7px; }.chip-two { left: -25px; bottom: 5px; }
.chip-icon { width: 25px; height: 25px; display: grid; place-items: center; border-radius: 8px; color: var(--cyan-300); background: rgba(34,211,238,.1); }

.trust-bar { position: relative; z-index: 2; color: var(--white); background: var(--navy-850); border-top: 1px solid rgba(255,255,255,.06); border-bottom: 1px solid rgba(255,255,255,.06); }
.trust-grid { display: grid; grid-template-columns: repeat(4,1fr); }
.trust-grid > div { padding: 27px 25px; border-right: 1px solid rgba(255,255,255,.07); }
.trust-grid > div:first-child { border-left: 1px solid rgba(255,255,255,.07); }
.trust-grid strong { display: block; color: #e2e8f0; font: 700 .9rem var(--font-heading); }
.trust-grid span { color: #718096; font-size: .75rem; }

.section-heading { max-width: 680px; margin-bottom: 53px; }
.section-heading.centered { margin-inline: auto; text-align: center; }
.kicker { color: var(--blue-600); font-size: .72rem; font-weight: 800; letter-spacing: .14em; }
.section-dark .kicker, .solutions .kicker { color: var(--cyan-400); }
.section-heading h2 { margin: 14px 0 16px; color: var(--slate-900); font: 800 clamp(2rem, 4vw, 3.25rem)/1.1 var(--font-heading); letter-spacing: -.045em; }
.section-dark .section-heading h2 { color: var(--white); }
.section-heading p { max-width: 640px; margin: 0; color: var(--slate-500); font-size: 1.02rem; }
.section-dark .section-heading p { color: #94a3b8; }

.services-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 20px; }
.service-card { position: relative; min-height: 390px; padding: 29px; border: 1px solid var(--slate-200); border-radius: 20px; background: var(--white); box-shadow: 0 1px 0 rgba(15,23,42,.02); transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease; overflow: hidden; }
.service-card::after { content: ''; position: absolute; inset: auto -30px -45px auto; width: 115px; height: 115px; border-radius: 50%; background: linear-gradient(135deg, rgba(37,99,235,.08), rgba(34,211,238,.04)); }
.service-card:hover { transform: translateY(-7px); border-color: rgba(37,99,235,.25); box-shadow: var(--shadow-card); }
.service-icon { width: 48px; height: 48px; display: grid; place-items: center; border-radius: 13px; color: var(--blue-600); background: #eff6ff; }
.service-icon svg { width: 24px; height: 24px; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.service-card h3 { margin: 22px 0 10px; color: var(--slate-900); font: 750 1.18rem var(--font-heading); }
.service-card p { min-height: 72px; margin: 0; color: var(--slate-500); font-size: .9rem; }
.service-card ul { padding: 0; margin: 21px 0 24px; list-style: none; }
.service-card li { position: relative; padding: 4px 0 4px 17px; color: var(--slate-600); font-size: .82rem; }
.service-card li::before { content: ''; position: absolute; left: 0; top: 12px; width: 5px; height: 5px; border-radius: 50%; background: var(--cyan-400); }
.service-card > a { position: relative; z-index: 2; display: inline-flex; align-items: center; gap: 8px; color: var(--blue-600); font-size: .85rem; font-weight: 750; }
.service-card > a span { transition: transform .2s ease; }.service-card > a:hover span { transform: translateX(4px); }

.solutions { background: linear-gradient(145deg, var(--navy-950), #09182a); overflow: hidden; }
.solution-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
.solution-card { position: relative; min-height: 510px; padding: 38px; border: 1px solid rgba(148,163,184,.14); border-radius: 24px; overflow: hidden; background: rgba(255,255,255,.025); }
.solution-card::before { content: ''; position: absolute; inset: auto -20% -36% auto; width: 430px; height: 430px; border-radius: 50%; background: radial-gradient(circle, rgba(37,99,235,.24), transparent 68%); }
.business-solution::before { background: radial-gradient(circle, rgba(34,211,238,.16), transparent 68%); }
.solution-number { position: absolute; right: 32px; top: 18px; color: rgba(255,255,255,.035); font: 800 7.8rem var(--font-heading); letter-spacing: -.08em; }
.solution-content { position: relative; z-index: 2; max-width: 470px; }
.solution-content > span { display: block; color: var(--cyan-400); font-size: .68rem; font-weight: 800; letter-spacing: .13em; }
.solution-content h3 { margin: 18px 0 17px; color: var(--white); font: 750 2rem/1.18 var(--font-heading); letter-spacing: -.035em; }
.solution-content p { color: #94a3b8; font-size: .93rem; }
.solution-content ul { margin: 28px 0 34px; padding: 0; list-style: none; }
.solution-content li { margin: 11px 0; padding-left: 27px; color: #cbd5e1; font-size: .87rem; }
.solution-content li::before { content: '✓'; position: absolute; margin-left: -27px; color: var(--cyan-400); font-weight: 800; }
.solution-content a { color: var(--cyan-300); font-weight: 750; font-size: .9rem; }

.process-grid { display: grid; grid-template-columns: .82fr 1.18fr; gap: 90px; align-items: start; }
.process .section-heading { position: sticky; top: 130px; }
.text-link { display: inline-flex; margin-top: 25px; color: var(--blue-600); font-weight: 750; font-size: .9rem; }
.steps { border-top: 1px solid var(--slate-200); }
.step { display: grid; grid-template-columns: 65px 1fr; gap: 25px; padding: 31px 0; border-bottom: 1px solid var(--slate-200); }
.step > span { width: 43px; height: 43px; display: grid; place-items: center; color: var(--blue-600); border: 1px solid #bfdbfe; border-radius: 50%; background: #eff6ff; font: 800 .76rem var(--font-heading); }
.step h3 { margin: 1px 0 7px; color: var(--slate-900); font: 750 1.13rem var(--font-heading); }
.step p { margin: 0; color: var(--slate-500); font-size: .89rem; }

.benefits-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 18px; }
.benefit { padding: 26px; border: 1px solid var(--slate-200); border-radius: 17px; background: var(--white); }
.benefit > div { color: #93c5fd; font: 800 .72rem var(--font-heading); }
.benefit h3 { margin: 18px 0 9px; color: var(--slate-900); font: 750 1.02rem var(--font-heading); }
.benefit p { margin: 0; color: var(--slate-500); font-size: .84rem; }

.faq-grid { display: grid; grid-template-columns: .78fr 1.22fr; gap: 95px; align-items: start; }
.faq-item { border-bottom: 1px solid var(--slate-200); }
.faq-item:first-child { border-top: 1px solid var(--slate-200); }
.faq-item summary { position: relative; padding: 23px 44px 23px 0; list-style: none; cursor: pointer; color: var(--slate-900); font: 700 .97rem var(--font-heading); }
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary span::before, .faq-item summary span::after { content: ''; position: absolute; right: 5px; top: 31px; width: 14px; height: 2px; background: var(--blue-600); transition: transform .2s ease; }
.faq-item summary span::after { transform: rotate(90deg); }
.faq-item[open] summary span::after { transform: rotate(0); }
.faq-item p { margin: -4px 50px 23px 0; color: var(--slate-500); font-size: .88rem; }

.cta-section { padding: 0 0 100px; background: var(--white); }
.cta-card { position: relative; padding: 54px 58px; display: flex; align-items: center; justify-content: space-between; gap: 45px; color: var(--white); border-radius: 25px; overflow: hidden; background: linear-gradient(120deg, #0a1729, #0d2440); box-shadow: 0 28px 80px rgba(15,23,42,.18); }
.cta-card::after { content: ''; position: absolute; width: 390px; height: 390px; right: -130px; top: -200px; border-radius: 50%; background: radial-gradient(circle, rgba(34,211,238,.3), transparent 67%); }
.cta-card > * { position: relative; z-index: 2; }
.cta-card h2 { max-width: 720px; margin: 12px 0 10px; font: 750 clamp(1.8rem, 3vw, 2.75rem)/1.12 var(--font-heading); letter-spacing: -.04em; }
.cta-card p { margin: 0; color: #9fb0c5; }

.site-footer { color: #94a3b8; background: var(--navy-950); }
.footer-main { padding: 72px 0 55px; display: grid; grid-template-columns: 1.6fr 1fr 1fr 1.2fr; gap: 55px; }
.footer-brand img { width: 205px; }.footer-brand p { max-width: 270px; margin-top: 17px; font-size: .88rem; }
.footer-links, .footer-contact { display: flex; flex-direction: column; align-items: flex-start; gap: 10px; font-size: .81rem; }
.footer-links strong, .footer-contact strong { margin-bottom: 7px; color: #e2e8f0; font: 700 .85rem var(--font-heading); }
.footer-links a:hover, .footer-contact a:hover { color: var(--cyan-300); }
.footer-bottom { min-height: 72px; display: flex; justify-content: space-between; align-items: center; gap: 25px; border-top: 1px solid rgba(148,163,184,.11); font-size: .72rem; }

.floating-whatsapp { position: fixed; right: 22px; bottom: 22px; z-index: 80; width: 58px; height: 58px; display: grid; place-items: center; color: white; border-radius: 50%; background: var(--green); box-shadow: 0 12px 35px rgba(37,211,102,.35); transition: transform .2s ease; }
.floating-whatsapp:hover { transform: translateY(-4px) scale(1.03); }
.floating-whatsapp svg { width: 29px; height: 29px; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }

.reveal { opacity: 0; transform: translateY(18px); transition: opacity .65s ease, transform .65s ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }
.services-grid .reveal:nth-child(2), .benefits-grid .reveal:nth-child(2) { transition-delay: .06s; }
.services-grid .reveal:nth-child(3), .benefits-grid .reveal:nth-child(3) { transition-delay: .12s; }
.services-grid .reveal:nth-child(5), .benefits-grid .reveal:nth-child(4) { transition-delay: .06s; }

@media (max-width: 1020px) {
  .main-nav { gap: 17px; font-size: .84rem; }
  .main-nav .button { display: none; }
  .hero-grid { grid-template-columns: 1fr; gap: 55px; }
  .hero { padding-top: 145px; }
  .hero-copy { max-width: 770px; }
  .hero-visual { max-width: 640px; width: 100%; margin-inline: auto; }
  .services-grid { grid-template-columns: repeat(2,1fr); }
  .benefits-grid { grid-template-columns: repeat(2,1fr); }
  .process-grid, .faq-grid { gap: 55px; }
  .footer-main { grid-template-columns: 1.5fr 1fr 1fr; }.footer-contact { grid-column: 2 / 4; }
}

@media (max-width: 760px) {
  .container { width: min(calc(100% - 30px), var(--container)); }
  .section { padding: 80px 0; }
  .site-header { background: rgba(5,11,20,.94); }
  .nav-wrap { min-height: 70px; }
  .brand img { width: 180px; }
  .menu-toggle { display: block; }
  .main-nav { position: absolute; inset: 70px 15px auto; display: none; padding: 20px; align-items: stretch; flex-direction: column; gap: 2px; border: 1px solid rgba(148,163,184,.16); border-radius: 15px; color: #cbd5e1; background: #0a1728; box-shadow: 0 25px 55px rgba(0,0,0,.35); }
  .main-nav.is-open { display: flex; }
  .main-nav > a:not(.button) { padding: 11px 8px; }
  .main-nav .button { display: inline-flex; margin-top: 8px; }
  .hero { min-height: auto; padding: 128px 0 78px; }
  .hero h1 { font-size: clamp(3rem, 15vw, 4.4rem); }
  .hero-lead { font-size: 1rem; }
  .hero-actions { flex-direction: column; align-items: stretch; }.hero-actions .button { width: 100%; }
  .hero-points { display: grid; gap: 10px; }
  .dashboard-card { transform: none; }
  .floating-chip { display: none; }
  .trust-grid { grid-template-columns: 1fr 1fr; }
  .trust-grid > div { border-bottom: 1px solid rgba(255,255,255,.07); }.trust-grid > div:nth-child(odd) { border-left: 1px solid rgba(255,255,255,.07); }
  .services-grid, .solution-grid, .process-grid, .faq-grid { grid-template-columns: 1fr; }
  .service-card { min-height: 0; }.service-card p { min-height: 0; }
  .solution-card { min-height: 0; padding: 31px 27px; }.solution-number { font-size: 6rem; }
  .process .section-heading { position: static; }.process-grid { gap: 15px; }
  .benefits-grid { grid-template-columns: 1fr; }
  .faq-grid { gap: 8px; }
  .cta-card { padding: 42px 27px; flex-direction: column; align-items: flex-start; }.cta-card .button { width: 100%; }
  .footer-main { grid-template-columns: 1fr 1fr; gap: 38px 25px; }.footer-brand { grid-column: 1 / -1; }.footer-contact { grid-column: 1 / -1; }
  .footer-bottom { padding: 22px 0; flex-direction: column; align-items: flex-start; }
}

@media (max-width: 420px) {
  .hero h1 { font-size: 2.85rem; }
  .mini-grid { grid-template-columns: 1fr; }.dashboard-body { padding: 20px; }
  .trust-grid { grid-template-columns: 1fr; }.trust-grid > div { border-left: 1px solid rgba(255,255,255,.07); }
  .footer-main { grid-template-columns: 1fr; }.footer-brand, .footer-contact { grid-column: auto; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}
