:root {
  --navy: #071b35;
  --navy-soft: #0d2a50;
  --blue: #1769e0;
  --blue-bright: #2c7df0;
  --teal: #16a9a2;
  --ink: #12233d;
  --muted: #61708a;
  --line: #dfe7f0;
  --surface: #f4f7fb;
  --white: #fff;
  --shadow: 0 24px 70px rgba(7, 27, 53, .14);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--white); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button, input { font: inherit; }
.container { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }

.site-header { position: sticky; top: 0; z-index: 30; border-bottom: 1px solid rgba(223, 231, 240, .8); background: rgba(255, 255, 255, .91); backdrop-filter: blur(18px); }
.header-inner { min-height: 94px; display: flex; align-items: center; justify-content: space-between; gap: 22px; }
.brand { width: 118px; height: 88px; flex: 0 0 118px; display: flex; align-items: center; justify-content: center; overflow: visible; }
.brand img { display: block; width: 80px; height: auto; max-height: 84px; object-fit: contain; }
.header-trust { min-width: 0; flex: 1; display: flex; align-items: center; justify-content: center; gap: 10px; color: #243754; font-size: 14px; font-weight: 750; line-height: 1.35; text-align: center; white-space: nowrap; }
.main-nav { display: flex; align-items: center; gap: 28px; font-size: 14px; font-weight: 650; }
.main-nav > a:not(.button) { color: #43516a; transition: color .2s ease; }
.main-nav > a:not(.button):hover { color: var(--blue); }
.menu-toggle { display: none; border: 0; background: transparent; padding: 8px; }
.menu-toggle span { display: block; width: 24px; height: 2px; margin: 5px; background: var(--navy); }

.button { display: inline-flex; align-items: center; justify-content: center; gap: 12px; border: 1px solid transparent; border-radius: 12px; font-weight: 750; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-small { min-height: 42px; padding: 0 18px; }
.button-large { min-height: 56px; padding: 0 24px; }
.button-primary { color: #fff; background: linear-gradient(135deg, var(--blue), #1554c6); box-shadow: 0 12px 28px rgba(23, 105, 224, .25); }
.button-primary:hover { box-shadow: 0 16px 34px rgba(23, 105, 224, .34); }
.button-outline { color: var(--navy); border-color: #cfd9e7; background: #fff; }
.button-ghost { color: var(--navy); border-color: #d7e1ec; background: rgba(255,255,255,.75); }
.button-white { color: var(--navy); background: #fff; }
.button-glass { color: #fff; border-color: rgba(255,255,255,.35); background: rgba(255,255,255,.1); }

.hero { position: relative; overflow: hidden; padding: 94px 0 82px; background: linear-gradient(180deg, #f7fbff 0%, #fff 84%); }
.hero::before { content: ""; position: absolute; inset: 0; opacity: .55; background-image: linear-gradient(rgba(14,73,139,.045) 1px, transparent 1px), linear-gradient(90deg, rgba(14,73,139,.045) 1px, transparent 1px); background-size: 50px 50px; mask-image: linear-gradient(to bottom, black, transparent 78%); }
.hero-orb { position: absolute; border-radius: 50%; filter: blur(2px); pointer-events: none; }
.hero-orb-one { width: 430px; height: 430px; right: -180px; top: -180px; background: radial-gradient(circle, rgba(33,117,233,.14), transparent 70%); }
.hero-orb-two { width: 360px; height: 360px; left: -220px; bottom: -180px; background: radial-gradient(circle, rgba(22,169,162,.12), transparent 70%); }
.hero-grid { position: relative; display: grid; grid-template-columns: .92fr 1.08fr; align-items: center; gap: 58px; }
.hero-copy { padding: 25px 0; }
.eyebrow { display: inline-flex; align-items: center; gap: 9px; color: var(--blue); font-size: 12px; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
.eyebrow span { width: 24px; height: 2px; background: currentColor; }
.hero h1 { max-width: 660px; margin: 20px 0 22px; color: var(--navy); font-size: clamp(42px, 5vw, 68px); line-height: 1.03; letter-spacing: -.045em; font-weight: 760; }
.hero h1 strong { color: var(--blue); font-weight: 820; }
.hero-copy > p { max-width: 600px; margin: 0; color: var(--muted); font-size: 18px; line-height: 1.7; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 13px; margin-top: 34px; }
.trust-icon { display: grid; place-items: center; width: 23px; height: 23px; border-radius: 50%; color: #087b72; background: #dff7f3; font-size: 12px; }

.hero-visual { position: relative; min-height: 510px; }
.visual-glow { position: absolute; inset: 5% 4% 8%; border-radius: 50%; background: radial-gradient(circle, rgba(29,110,227,.25), rgba(21,168,161,.11) 42%, transparent 70%); filter: blur(20px); }
.dashboard-window { position: absolute; width: 90%; top: 35px; right: 0; overflow: hidden; border: 1px solid rgba(255,255,255,.8); border-radius: 18px; background: #fff; box-shadow: var(--shadow); transform: perspective(1100px) rotateY(-4deg) rotateX(1deg); }
.window-bar { height: 45px; display: flex; align-items: center; justify-content: space-between; padding: 0 16px; color: #66738a; background: #f7f9fc; border-bottom: 1px solid #e9eef5; font-size: 9px; font-weight: 800; letter-spacing: .08em; }
.window-dots { display: flex; gap: 5px; }
.window-dots i { width: 7px; height: 7px; border-radius: 50%; background: #cbd4e0; }
.window-dots i:first-child { background: #f36e62; }
.window-dots i:nth-child(2) { background: #f4bd43; }
.window-dots i:last-child { background: #4ecb82; }
.online-dot { color: #078472; text-transform: uppercase; }
.online-dot::before { content: ""; display: inline-block; width: 6px; height: 6px; margin-right: 5px; border-radius: 50%; background: #10b981; }
.dashboard-body { min-height: 340px; display: grid; grid-template-columns: 70px 1fr; }
.dashboard-sidebar { display: flex; flex-direction: column; align-items: center; gap: 18px; padding: 16px 12px; background: var(--navy); }
.mini-brand { width: 43px; height: 43px; display: grid; place-items: center; border-radius: 10px; overflow: hidden; background: #fff; }
.mini-brand img { width: 38px; }
.nav-pill { width: 35px; height: 9px; border-radius: 10px; background: rgba(255,255,255,.17); }
.nav-pill.active { height: 34px; background: linear-gradient(135deg, var(--blue), var(--teal)); }
.dashboard-content { padding: 22px; background: #f5f8fc; }
.dashboard-greeting { display: flex; justify-content: space-between; align-items: center; }
.dashboard-greeting small, .dashboard-greeting strong { display: block; }
.dashboard-greeting small { margin-bottom: 3px; color: #8290a6; font-size: 9px; }
.dashboard-greeting strong { color: #1c2f4d; font-size: 14px; }
.avatar { width: 30px; height: 30px; display: grid; place-items: center; border-radius: 50%; color: #fff; background: linear-gradient(135deg, var(--blue), var(--teal)); font-size: 8px; font-weight: 800; }
.metric-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin-top: 18px; }
.metric-grid article { min-height: 88px; padding: 13px; border: 1px solid #e7edf5; border-radius: 12px; background: #fff; }
.metric-grid span, .metric-grid strong, .metric-grid small { display: block; }
.metric-grid span { color: #7b899e; font-size: 8px; }
.metric-grid strong { margin: 9px 0 5px; color: var(--navy); font-size: 15px; }
.metric-grid small { color: #0c9b81; font-size: 7px; }
.chart-card { margin-top: 12px; padding: 15px; border: 1px solid #e7edf5; border-radius: 12px; background: #fff; }
.chart-title { display: flex; align-items: center; justify-content: space-between; }
.chart-title strong { font-size: 10px; }
.chart-title span { color: #8793a5; font-size: 7px; }
.chart-area { height: 105px; display: flex; align-items: flex-end; gap: 12px; padding: 14px 6px 2px; border-bottom: 1px solid #e5ebf3; background: repeating-linear-gradient(to bottom, transparent 0 25px, #edf1f6 26px); }
.chart-area span { flex: 1; height: var(--h); max-width: 28px; border-radius: 5px 5px 1px 1px; background: linear-gradient(180deg, #2a7fec, #16a9a2); }
.mobile-card { position: absolute; width: 165px; min-height: 325px; left: -10px; bottom: 10px; padding: 14px 12px; border: 6px solid #0a1b32; border-radius: 26px; color: var(--navy); background: #f9fbff; box-shadow: 0 25px 60px rgba(6,25,49,.28); transform: rotate(-2deg); }
.mobile-top { display: flex; align-items: center; justify-content: space-between; font-size: 7px; font-weight: 800; }
.mobile-top i { width: 22px; height: 5px; border-radius: 5px; background: #0b213f; }
.mobile-logo { width: 42px; height: 42px; display: grid; place-items: center; margin: 14px auto 4px; overflow: hidden; border-radius: 9px; }
.mobile-card > strong { display: block; text-align: center; font-size: 11px; }
.mobile-search { height: 23px; margin-top: 14px; border: 1px solid #dde5ef; border-radius: 6px; background: #fff; }
.mobile-products { display: grid; grid-template-columns: 1fr 1fr; gap: 6px; margin-top: 9px; }
.mobile-products i { height: 52px; border-radius: 7px; background: linear-gradient(145deg, #e4edfa, #fff); border: 1px solid #e1e8f1; }
.mobile-total { display: flex; align-items: center; justify-content: space-between; margin-top: 12px; padding: 9px; border-radius: 7px; color: #fff; background: var(--blue); font-size: 8px; }
.mobile-total strong { font-size: 11px; }
.floating-chip { position: absolute; z-index: 3; display: flex; align-items: center; gap: 8px; padding: 10px 13px; border: 1px solid rgba(215,225,236,.85); border-radius: 10px; color: #41506a; background: rgba(255,255,255,.95); box-shadow: 0 12px 28px rgba(7,27,53,.12); font-size: 9px; font-weight: 750; }
.floating-chip b { display: grid; place-items: center; width: 23px; height: 23px; border-radius: 7px; color: #fff; background: #10a183; }
.chip-one { right: -12px; top: 160px; }
.chip-two { right: 24px; bottom: 6px; }
.chip-two b { background: var(--blue); }

.quick-benefits { border-block: 1px solid #e7edf4; background: #fff; }
.benefit-row { display: grid; grid-template-columns: repeat(3, 1fr); }
.benefit-row > div { display: flex; align-items: center; gap: 15px; min-height: 108px; padding: 20px 34px; border-right: 1px solid #e7edf4; }
.benefit-row > div:first-child { padding-left: 0; }
.benefit-row > div:last-child { border-right: 0; }
.benefit-row > div > span { color: #b4c0cf; font-size: 12px; font-weight: 850; }
.benefit-row p { margin: 0; color: #6a7890; font-size: 12px; line-height: 1.5; }
.benefit-row strong { display: block; color: var(--navy); font-size: 14px; }

.section { padding: 110px 0; }
.section-heading { max-width: 720px; margin: 0 auto 48px; text-align: center; }
.section-heading .eyebrow { justify-content: center; }
.section-heading h2, .segment-copy h2, .about-copy h2, .cta-card h2 { margin: 17px 0; color: var(--navy); font-size: clamp(32px, 4vw, 48px); line-height: 1.1; letter-spacing: -.035em; }
.section-heading p, .segment-copy p, .about-copy p, .cta-card p { color: var(--muted); font-size: 16px; line-height: 1.7; }
.solutions { background: var(--surface); }
.feature-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.feature-card { position: relative; min-height: 260px; padding: 30px; overflow: hidden; border: 1px solid #e1e8f1; border-radius: 20px; background: #fff; transition: transform .25s ease, box-shadow .25s ease; }
.feature-card:hover { transform: translateY(-5px); box-shadow: 0 20px 45px rgba(17,42,77,.1); }
.feature-main { grid-column: span 2; min-height: 250px; display: grid; grid-template-columns: 74px 1fr; gap: 22px; align-items: start; background: linear-gradient(120deg, #fff, #f5faff); }
.feature-card > span, .feature-card > div > span { display: block; margin: 20px 0 6px; color: var(--blue); font-size: 11px; font-weight: 850; letter-spacing: .09em; text-transform: uppercase; }
.feature-main > div > span { margin-top: 2px; }
.feature-card h3 { margin: 0 0 12px; color: var(--navy); font-size: 24px; letter-spacing: -.02em; }
.feature-card p { max-width: 620px; margin: 0; color: #65738a; font-size: 14px; line-height: 1.7; }
.feature-icon { width: 58px; height: 58px; display: grid; place-items: center; border-radius: 16px; }
.feature-icon svg { width: 26px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.feature-icon.blue { color: #146bdc; background: #e5f0ff; }
.feature-icon.green { color: #078c74; background: #dff7ef; }
.feature-icon.orange { color: #c66a16; background: #fff0df; }
.feature-icon.purple { color: #7250c8; background: #eee8ff; }
.feature-icon.teal { color: #087f8c; background: #e0f5f7; }
.feature-tag { position: absolute; right: 26px; bottom: -42px; color: rgba(23,105,224,.05); font-size: 160px; font-weight: 900; line-height: 1; }

.segments { color: #fff; background: var(--navy); }
.segment-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 90px; align-items: center; }
.eyebrow.light { color: #5ee0d0; }
.segment-copy h2 { color: #fff; }
.segment-copy p { color: #aebed2; }
.text-link { display: inline-flex; gap: 10px; margin-top: 16px; padding-bottom: 6px; border-bottom: 1px solid rgba(255,255,255,.28); color: #fff; font-weight: 750; }
.segment-list { border-top: 1px solid rgba(255,255,255,.15); }
.segment-list article { display: flex; align-items: center; gap: 22px; min-height: 100px; border-bottom: 1px solid rgba(255,255,255,.15); }
.segment-list article > span { color: #5ee0d0; font-size: 11px; font-weight: 850; }
.segment-list strong, .segment-list small { display: block; }
.segment-list strong { margin-bottom: 6px; font-size: 18px; }
.segment-list small { color: #9fadc0; font-size: 13px; }

.about { background: #fff; }
.about-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 80px; align-items: center; }
.about-mark { position: relative; min-height: 460px; display: grid; place-items: center; overflow: hidden; border-radius: 28px; background: linear-gradient(145deg, #eaf4ff, #eefaf8); }
.about-mark::before, .about-mark::after { content: ""; position: absolute; border: 1px solid rgba(31,109,220,.12); border-radius: 50%; }
.about-mark::before { width: 370px; height: 370px; }
.about-mark::after { width: 270px; height: 270px; }
.about-mark img { position: relative; z-index: 2; width: 58%; border-radius: 26px; box-shadow: 0 24px 60px rgba(7,27,53,.14); }
.about-copy ul { display: grid; gap: 14px; margin: 28px 0 0; padding: 0; list-style: none; }
.about-copy li { display: flex; align-items: center; gap: 12px; color: #485770; font-size: 14px; font-weight: 650; }
.about-copy li span { display: grid; place-items: center; width: 26px; height: 26px; border-radius: 8px; color: #087f72; background: #e0f7f1; }

.cta-section { padding: 0 0 105px; }
.cta-card { display: flex; align-items: center; justify-content: space-between; gap: 40px; padding: 54px 58px; overflow: hidden; border-radius: 28px; color: #fff; background: linear-gradient(115deg, #0b4ead, #1777e4 62%, #14a59d); box-shadow: 0 25px 65px rgba(15,91,184,.25); }
.cta-card > div:first-child { max-width: 650px; }
.cta-card > div:first-child > span { font-size: 11px; font-weight: 850; letter-spacing: .15em; }
.cta-card h2 { margin: 12px 0; color: #fff; }
.cta-card p { margin-bottom: 0; color: rgba(255,255,255,.78); }
.cta-actions { min-width: 215px; display: grid; gap: 10px; }

.site-footer { padding: 62px 0 24px; color: #aab7c8; background: #06162d; }
.footer-grid { display: grid; grid-template-columns: 1.5fr .75fr .75fr; gap: 50px; padding-bottom: 45px; }
.footer-brand img { width: 112px; border-radius: 13px; }
.footer-brand p { max-width: 330px; margin: 14px 0 0; font-size: 13px; line-height: 1.7; }
.footer-grid > div:not(.footer-brand) { display: grid; align-content: start; gap: 11px; }
.footer-grid strong { margin-bottom: 7px; color: #fff; font-size: 13px; }
.footer-grid a { font-size: 13px; transition: color .2s ease; }
.footer-grid a:hover { color: #fff; }
.footer-bottom { display: flex; align-items: center; justify-content: space-between; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.11); font-size: 11px; }
.whatsapp-float { position: fixed; right: 24px; bottom: 24px; z-index: 20; width: 56px; height: 56px; display: grid; place-items: center; border-radius: 50%; color: #fff; background: #20b864; box-shadow: 0 14px 30px rgba(14,138,72,.3); transition: transform .2s ease; }
.whatsapp-float:hover { transform: translateY(-4px) scale(1.03); }
.whatsapp-float svg { width: 28px; fill: currentColor; }

.reveal { opacity: 0; transform: translateY(18px); transition: opacity .65s ease, transform .65s ease; }
.reveal-delay { transition-delay: .12s; }
.reveal.visible { opacity: 1; transform: translateY(0); }

@media (max-width: 980px) {
  .main-nav { gap: 15px; }
  .header-trust { font-size: 11px; }
  .hero { padding-top: 65px; }
  .hero-grid { grid-template-columns: 1fr; }
  .hero-copy { max-width: 760px; text-align: center; margin-inline: auto; }
  .hero-copy .eyebrow, .hero-actions { justify-content: center; }
  .hero-copy > p { margin-inline: auto; }
  .hero-visual { width: min(670px, 100%); margin-inline: auto; }
  .benefit-row > div { padding: 20px; }
  .segment-grid, .about-grid { grid-template-columns: 1fr; gap: 50px; }
  .segment-copy { max-width: 700px; }
  .about-mark { min-height: 380px; }
  .about-mark img { width: 240px; }
  .cta-card { align-items: flex-start; flex-direction: column; }
  .cta-actions { width: 100%; grid-template-columns: 1fr 1fr; }
}

@media (max-width: 760px) {
  .container { width: min(100% - 28px, 1180px); }
  .header-inner { min-height: 78px; gap: 10px; }
  .brand { width: 82px; height: 74px; flex-basis: 82px; }
  .brand img { width: 66px; height: auto; max-height: 70px; }
  .header-trust { max-width: 190px; gap: 6px; font-size: 10px; line-height: 1.3; }
  .header-trust > span:last-child { min-width: 0; white-space: normal; }
  .header-trust .trust-icon { width: 20px; height: 20px; flex: 0 0 20px; font-size: 10px; }
  .menu-toggle { display: block; }
  .main-nav { position: absolute; left: 14px; right: 14px; top: 78px; display: none; align-items: stretch; flex-direction: column; gap: 7px; padding: 18px; border: 1px solid var(--line); border-radius: 16px; background: #fff; box-shadow: 0 20px 45px rgba(7,27,53,.15); }
  .main-nav.open { display: flex; }
  .main-nav > a:not(.button) { padding: 10px; }
  .hero { padding: 54px 0 50px; }
  .hero h1 { font-size: clamp(38px, 12vw, 56px); }
  .hero-copy > p { font-size: 16px; }
  .hero-actions { flex-direction: column; }
  .hero-actions .button { width: 100%; }
  .hero-visual { min-height: 420px; margin-top: 8px; }
  .dashboard-window { width: 96%; top: 22px; }
  .dashboard-body { grid-template-columns: 48px 1fr; min-height: 290px; }
  .dashboard-sidebar { padding-inline: 7px; }
  .mini-brand { width: 34px; height: 34px; }
  .nav-pill { width: 25px; }
  .dashboard-content { padding: 14px; }
  .metric-grid { gap: 6px; }
  .metric-grid article { padding: 9px; }
  .metric-grid article:nth-child(3) { display: none; }
  .metric-grid { grid-template-columns: 1fr 1fr; }
  .mobile-card { width: 135px; min-height: 270px; left: -3px; border-width: 5px; }
  .mobile-products i { height: 39px; }
  .chip-one { top: 136px; right: -5px; }
  .chip-two { display: none; }
  .benefit-row { grid-template-columns: 1fr; padding-block: 10px; }
  .benefit-row > div, .benefit-row > div:first-child { min-height: 84px; padding: 12px 6px; border-right: 0; border-bottom: 1px solid #e7edf4; }
  .benefit-row > div:last-child { border-bottom: 0; }
  .section { padding: 78px 0; }
  .section-heading { text-align: left; }
  .section-heading .eyebrow { justify-content: flex-start; }
  .feature-grid { grid-template-columns: 1fr; }
  .feature-main { grid-column: auto; grid-template-columns: 1fr; }
  .feature-card { min-height: auto; padding: 25px; }
  .feature-tag { display: none; }
  .segment-list article { min-height: 90px; }
  .about-mark { min-height: 310px; }
  .cta-section { padding-bottom: 72px; }
  .cta-card { padding: 36px 25px; }
  .cta-actions { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; gap: 30px; }
  .footer-bottom { align-items: flex-start; flex-direction: column; gap: 12px; }
}

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