@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700;800&display=swap");

:root {
  --navy: #071b34;
  --navy-2: #0d2949;
  --blue: #126bd6;
  --orange: #ff7217;
  --orange-2: #ff9a4c;
  --green: #14a86b;
  --ink: #102238;
  --muted: #617188;
  --line: #dce5ef;
  --soft: #f3f7fb;
  --white: #fff;
  --shadow: 0 24px 70px rgba(7, 27, 52, .13);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: #fff; font-family: "Manrope", Arial, sans-serif; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
.skip-link { position: fixed; left: 16px; top: -80px; z-index: 100; padding: 12px 18px; background: #fff; border-radius: 8px; }
.skip-link:focus { top: 16px; }
.topbar { display: flex; justify-content: center; gap: 44px; padding: 9px 24px; color: #bfd0e5; background: #051528; font-size: 12px; font-weight: 700; letter-spacing: .04em; }
.topbar span::before { content: "✓"; margin-right: 7px; color: var(--orange); }

.site-header { position: sticky; top: 0; z-index: 30; display: flex; align-items: center; gap: 28px; min-height: 82px; padding: 12px clamp(20px, 5vw, 76px); border-bottom: 1px solid rgba(220,229,239,.8); background: rgba(255,255,255,.94); backdrop-filter: blur(14px); transition: box-shadow .2s; }
.site-header.is-scrolled { box-shadow: 0 10px 35px rgba(7,27,52,.1); }
.brand { display: flex; align-items: center; gap: 12px; min-width: 220px; }
.brand img { width: 49px; height: 49px; object-fit: contain; border-radius: 10px; }
.brand span { display: grid; }
.brand strong { color: var(--navy); font-size: 18px; line-height: 1.1; }
.brand small { margin-top: 3px; color: var(--muted); font-size: 10px; text-transform: uppercase; letter-spacing: .08em; }
.nav { display: flex; justify-content: center; gap: clamp(16px, 2.1vw, 32px); margin: 0 auto; }
.nav a { position: relative; color: #334760; font-size: 14px; font-weight: 700; }
.nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -8px; height: 2px; background: var(--orange); transition: right .2s; }
.nav a:hover::after, .nav a:focus::after { right: 0; }
.header-action { flex: 0 0 auto; padding: 13px 19px; color: #fff; background: var(--orange); border-radius: 10px; font-size: 13px; font-weight: 800; box-shadow: 0 10px 24px rgba(255,114,23,.24); }
.menu-toggle { display: none; border: 0; background: transparent; font-weight: 800; }

.hero { min-height: 720px; display: grid; grid-template-columns: .88fr 1.2fr; align-items: center; gap: clamp(36px, 5vw, 80px); padding: 70px clamp(22px, 6vw, 92px) 86px; overflow: hidden; background: radial-gradient(circle at 92% 10%, #e6f0ff 0, transparent 32%), linear-gradient(145deg, #fff 0 55%, #f4f8fd 55%); }
.hero-copy { max-width: 610px; }
.eyebrow { margin: 0 0 13px; color: var(--orange); font-size: 12px; font-weight: 800; text-transform: uppercase; letter-spacing: .14em; }
.eyebrow.light { color: #ffc08e; }
h1, h2, h3, p { margin-top: 0; }
h1 { margin-bottom: 22px; color: var(--navy); font-size: clamp(44px, 5.2vw, 78px); line-height: 1.01; letter-spacing: -.055em; }
.hero-lead { max-width: 580px; color: var(--muted); font-size: clamp(17px, 1.45vw, 21px); line-height: 1.7; }
.hero-checks { display: grid; gap: 10px; padding: 0; margin: 27px 0 32px; list-style: none; font-size: 14px; font-weight: 700; }
.hero-checks li::before { content: "✓"; display: inline-grid; place-items: center; width: 23px; height: 23px; margin-right: 11px; color: var(--green); background: #e6f8f0; border-radius: 50%; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.btn { display: inline-flex; align-items: center; justify-content: center; min-height: 52px; padding: 0 22px; border: 1px solid transparent; border-radius: 10px; font-size: 14px; font-weight: 800; }
.btn.primary { color: #fff; background: var(--orange); box-shadow: 0 15px 34px rgba(255,114,23,.26); }
.btn.secondary { color: var(--navy); border-color: #cfdbea; background: #fff; }
.btn.white { color: var(--navy); background: #fff; }
.hero-trust { display: flex; align-items: center; gap: 12px; margin-top: 34px; padding-top: 22px; border-top: 1px solid var(--line); color: var(--muted); font-size: 12px; }
.hero-trust strong { color: var(--navy); font-size: 20px; }
.hero-product { position: relative; min-width: 0; }
.product-window { overflow: hidden; border: 8px solid #fff; border-radius: 18px; background: #fff; box-shadow: var(--shadow); transform: perspective(1400px) rotateY(-3deg) rotateX(1deg); }
.window-bar { display: flex; align-items: center; gap: 6px; height: 35px; padding: 0 12px; color: #738399; background: #f0f4f8; font-size: 10px; }
.window-bar i { width: 8px; height: 8px; background: #ff8572; border-radius: 50%; }
.window-bar i:nth-child(2) { background: #ffc15c; }
.window-bar i:nth-child(3) { background: #54c78b; margin-right: 6px; }
.product-window img { width: 100%; aspect-ratio: 2/1; object-fit: cover; object-position: left top; }
.floating-card { position: absolute; z-index: 2; padding: 14px 17px; border: 1px solid rgba(220,229,239,.9); border-radius: 12px; background: rgba(255,255,255,.96); box-shadow: 0 18px 45px rgba(7,27,52,.16); }
.floating-card small { display: block; color: var(--muted); font-size: 10px; }
.floating-card strong { color: var(--navy); font-size: 14px; }
.floating-sales { right: -24px; top: 17%; }
.floating-sales::before { content: "↗"; margin-right: 8px; color: var(--green); }
.floating-status { left: -28px; bottom: 12%; display: flex; align-items: center; gap: 10px; }
.floating-status b { color: var(--green); }

.numbers { display: grid; grid-template-columns: repeat(4, 1fr); padding: 0 clamp(22px, 6vw, 92px); background: var(--navy); }
.numbers article { display: grid; gap: 4px; padding: 29px 28px; border-right: 1px solid rgba(255,255,255,.12); }
.numbers article:last-child { border: 0; }
.numbers strong { color: #fff; font-size: 24px; }
.numbers span { color: #9fb3ca; font-size: 12px; }
.trial-banner { display: grid; grid-template-columns: 1.35fr .65fr; align-items: center; gap: 50px; margin: 30px clamp(22px, 6vw, 92px) 0; padding: 38px 42px; color: #fff; border-radius: 22px; background: linear-gradient(120deg, #ff7217, #ff9148); box-shadow: 0 22px 60px rgba(255,114,23,.25); }
.trial-banner h2 { max-width: 800px; margin-bottom: 10px; font-size: clamp(27px, 3vw, 42px); line-height: 1.08; letter-spacing: -.04em; }
.trial-banner p:last-child { margin-bottom: 0; color: #fff1e7; line-height: 1.7; }
.trial-actions { display: grid; justify-items: start; gap: 13px; }
.trial-actions > a:last-child { font-size: 13px; font-weight: 800; }
.section { padding: 100px clamp(22px, 6vw, 92px); scroll-margin-top: 80px; }
.section-heading { max-width: 780px; margin: 0 auto 48px; text-align: center; }
.section-heading.left { margin-left: 0; text-align: left; }
.section-heading h2, .fiscal-copy h2, .contact h2 { margin-bottom: 18px; color: var(--navy); font-size: clamp(34px, 3.7vw, 54px); line-height: 1.1; letter-spacing: -.045em; }
.section-heading > p:last-child { color: var(--muted); font-size: 17px; line-height: 1.7; }
.intro { background: #fff; }
.benefit-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.benefit-grid article { padding: 31px; border: 1px solid var(--line); border-radius: 17px; background: #fff; box-shadow: 0 14px 40px rgba(7,27,52,.05); }
.benefit-grid span { color: var(--orange); font-weight: 800; }
.benefit-grid h3 { margin: 23px 0 11px; font-size: 20px; }
.benefit-grid p, .feature-grid p, .segment-grid p, .service-list p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.7; }

.features-section { background: var(--soft); }
.feature-filters { display: flex; flex-wrap: wrap; gap: 8px; margin: -20px 0 28px; }
.feature-filters button { padding: 10px 17px; border: 1px solid #d4dfeb; color: #485c74; background: #fff; border-radius: 999px; cursor: pointer; font-size: 12px; font-weight: 800; }
.feature-filters button.active { color: #fff; border-color: var(--navy); background: var(--navy); }
.feature-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 15px; }
.feature-grid article { min-height: 190px; padding: 0; overflow: hidden; border: 1px solid #dde6ef; border-radius: 15px; background: #fff; transition: transform .2s, box-shadow .2s; }
.feature-grid article:hover { transform: translateY(-4px); box-shadow: 0 18px 40px rgba(7,27,52,.09); }
.feature-grid article.is-hidden { display: none; }
.feature-image { width: 100%; height: 132px; object-fit: cover; cursor: zoom-in; }
.feature-content { position: relative; padding: 25px 22px 22px; }
.feature-icon { display: grid; place-items: center; width: 45px; height: 45px; color: var(--orange); background: #fff0e6; border-radius: 12px; font-size: 12px; font-weight: 800; }
.feature-grid h3 { margin: 18px 0 8px; font-size: 16px; }

.product-tour { overflow: hidden; }
.tour-grid { display: grid; grid-template-columns: 1.4fr .6fr; gap: 18px; max-width: 1320px; margin: auto; }
.tour-grid figure { margin: 0; overflow: hidden; border: 1px solid var(--line); border-radius: 16px; background: #fff; box-shadow: 0 20px 55px rgba(7,27,52,.09); }
.tour-grid figure img { width: 100%; aspect-ratio: 16/8.5; object-fit: cover; object-position: left top; }
.tour-grid figure:not(.tour-main) img { aspect-ratio: 16/6.2; }
.tour-main { grid-row: span 2; }
.tour-grid figcaption { display: grid; gap: 4px; padding: 17px 19px; }
.tour-grid figcaption strong { font-size: 14px; }
.tour-grid figcaption span, .privacy-note { color: var(--muted); font-size: 11px; }
.privacy-note { margin: 20px auto 0; text-align: center; }

.app-section { display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: clamp(40px, 7vw, 100px); overflow: hidden; color: #fff; background: radial-gradient(circle at 84% 18%, #1a6685 0, transparent 34%), linear-gradient(135deg, #061a31, #0b3f5c); }
.app-copy { max-width: 650px; }
.app-copy h2 { margin-bottom: 20px; font-size: clamp(36px, 4.2vw, 60px); line-height: 1.06; letter-spacing: -.05em; }
.app-copy > p:not(.eyebrow) { color: #c1d2e1; font-size: 17px; line-height: 1.75; }
.app-benefits { display: grid; grid-template-columns: repeat(2, 1fr); gap: 13px 20px; padding: 0; margin: 28px 0 32px; list-style: none; font-size: 13px; font-weight: 700; }
.app-benefits li::before { content: "✓"; display: inline-grid; place-items: center; width: 22px; height: 22px; margin-right: 9px; color: #fff; background: var(--green); border-radius: 50%; }
.app-cta { color: #fff; background: var(--orange); }
.phone-showcase { position: relative; display: flex; justify-content: center; align-items: flex-end; min-height: 590px; }
.phone { position: absolute; bottom: -145px; width: min(310px, 44%); margin: 0; overflow: hidden; border: 9px solid #12273b; border-radius: 40px 40px 0 0; background: #fff; box-shadow: 0 30px 75px rgba(0,0,0,.42); }
.phone img { width: 100%; }
.phone figcaption { position: absolute; left: 50%; top: 12px; transform: translateX(-50%); padding: 6px 12px; color: #fff; background: rgba(7,27,52,.8); border-radius: 999px; font-size: 10px; font-weight: 800; white-space: nowrap; }
.phone-back { left: 7%; transform: rotate(-5deg) scale(.92); opacity: .9; }
.phone-front { right: 8%; z-index: 2; transform: rotate(3deg); }

.advanced-section { background: #fff; }
.advanced-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }
.advanced-feature { overflow: hidden; border: 1px solid var(--line); border-radius: 18px; background: #fff; box-shadow: 0 14px 45px rgba(7,27,52,.06); transition: transform .2s, box-shadow .2s; }
.advanced-feature:hover { transform: translateY(-4px); box-shadow: 0 22px 55px rgba(7,27,52,.11); }
.advanced-feature > div:last-child { padding: 23px; }
.advanced-feature h3 { margin-bottom: 10px; color: var(--navy); font-size: 18px; line-height: 1.3; }
.advanced-feature p { margin-bottom: 0; color: var(--muted); font-size: 12px; line-height: 1.75; }
.advanced-feature ul { display: grid; gap: 7px; padding: 0; margin: 17px 0 0; list-style: none; color: #40556d; font-size: 11px; font-weight: 700; }
.advanced-feature li::before { content: "✓"; margin-right: 7px; color: var(--green); }
.advanced-visual { display: flex; align-items: center; gap: 12px; min-height: 92px; padding: 20px 23px; color: #fff; background: linear-gradient(135deg, var(--navy), #154f78); }
.advanced-visual span { display: grid; place-items: center; width: 46px; height: 46px; flex: 0 0 auto; border: 1px solid rgba(255,255,255,.3); border-radius: 13px; background: rgba(255,255,255,.1); font-size: 12px; font-weight: 800; }
.advanced-visual b { font-size: 13px; }
.featured-online, .featured-payments { display: grid; grid-template-columns: .72fr 1.28fr; }
.featured-online .advanced-visual, .featured-payments .advanced-visual { min-height: 100%; flex-direction: column; justify-content: center; text-align: center; background: linear-gradient(145deg, #071b34, #126590); }
.featured-payments .advanced-visual { background: linear-gradient(145deg, #0a4931, #14a86b); }
.advanced-strip { display: grid; grid-template-columns: .8fr 1.35fr auto; align-items: center; gap: 25px; margin-top: 20px; padding: 25px 28px; color: #fff; border-radius: 16px; background: var(--navy); }
.advanced-strip strong { font-size: 16px; }
.advanced-strip span { color: #b9cada; font-size: 12px; line-height: 1.6; }
.advanced-strip a { color: #ffb17a; font-size: 12px; font-weight: 800; white-space: nowrap; }

.fiscal-section { display: grid; grid-template-columns: 1.1fr .9fr; align-items: center; gap: 55px; padding-top: 64px; padding-bottom: 64px; color: #fff; background: linear-gradient(130deg, #071b34, #103b69); }
.fiscal-copy h2 { color: #fff; }
.fiscal-copy > p:not(.eyebrow) { color: #b8c9dc; line-height: 1.8; }
.fiscal-highlights { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 10px; }
.fiscal-highlights span { padding: 13px 18px; border: 1px solid rgba(255,255,255,.2); border-radius: 999px; color: #fff; background: rgba(255,255,255,.08); font-size: 13px; font-weight: 800; }

.segments { background: #fff; }
.segment-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.segment-grid article { min-height: 365px; padding: 0; overflow: hidden; color: #fff; border-radius: 16px; background: var(--navy); }
.segment-grid article:nth-child(2) { background: #0d4b70; }
.segment-grid article:nth-child(3) { background: #146590; }
.segment-grid article:nth-child(4) { background: #0d3a55; }
.segment-grid span { color: #76b9ff; font-size: 12px; font-weight: 800; }
.segment-grid article > img { width: 100%; height: 155px; object-fit: cover; opacity: .9; }
.segment-grid article > div { padding: 22px 25px 26px; }
.segment-grid h3 { margin: 18px 0 12px; font-size: 20px; }
.segment-grid p { color: #c0d0df; }

.services { display: grid; grid-template-columns: .8fr 1.2fr; gap: 80px; background: var(--soft); }
.service-list { display: grid; gap: 10px; }
.service-list article { display: grid; grid-template-columns: 50px 1fr; gap: 18px; padding: 21px; border: 1px solid var(--line); border-radius: 14px; background: #fff; }
.service-list b { display: grid; place-items: center; width: 44px; height: 44px; color: var(--orange); background: #fff0e6; border-radius: 11px; }
.service-list h3 { margin-bottom: 6px; font-size: 16px; }
.service-list .human-support { border-color: #b9ead5; background: #f2fbf7; }
.service-list .human-support b { color: #fff; background: var(--green); }

.contact { display: grid; grid-template-columns: 1.25fr .75fr; gap: 60px; align-items: center; padding: 85px clamp(22px, 6vw, 92px); color: #fff; background: var(--orange); }
.contact h2 { max-width: 820px; color: #fff; }
.contact > div > p:last-child { color: #ffe2cf; }
.contact-actions { display: grid; justify-items: start; gap: 14px; }
.contact-link { font-weight: 800; }
.contact-actions span { color: #ffe2cf; font-size: 12px; }
footer { display: flex; align-items: center; justify-content: space-between; gap: 24px; padding: 32px clamp(22px, 6vw, 92px); color: #8799ad; background: #051528; font-size: 11px; }
.footer-brand strong { color: #fff; }
.footer-brand small { color: #8799ad; }
.whatsapp-float { position: fixed; right: 20px; bottom: 20px; z-index: 20; padding: 13px 18px; color: #fff; background: #13ad63; border-radius: 999px; box-shadow: 0 12px 30px rgba(13,120,65,.28); font-size: 12px; font-weight: 800; }
.image-modal { width: min(1120px, calc(100vw - 30px)); padding: 0; overflow: visible; border: 0; border-radius: 16px; background: transparent; }
.image-modal::backdrop { background: rgba(3,16,31,.84); backdrop-filter: blur(5px); }
.image-modal img { width: 100%; max-height: 86vh; object-fit: contain; border-radius: 14px; background: #fff; box-shadow: 0 30px 90px rgba(0,0,0,.45); }
.image-modal button { position: absolute; right: -10px; top: -18px; z-index: 2; display: grid; place-items: center; width: 38px; height: 38px; border: 0; color: var(--navy); background: #fff; border-radius: 50%; cursor: pointer; font-size: 25px; box-shadow: 0 8px 24px rgba(0,0,0,.25); }

@media (max-width: 1100px) {
  .nav { display: none; position: absolute; left: 20px; right: 20px; top: 76px; flex-direction: column; padding: 20px; border: 1px solid var(--line); border-radius: 12px; background: #fff; box-shadow: var(--shadow); }
  .nav.is-open { display: flex; }
  .menu-toggle { display: block; margin-left: auto; }
  .header-action { display: none; }
  .hero { grid-template-columns: 1fr; padding-top: 55px; }
  .hero-copy { max-width: 760px; }
  .hero-product { max-width: 900px; }
  .feature-grid, .segment-grid { grid-template-columns: repeat(2, 1fr); }
  .advanced-grid { grid-template-columns: repeat(2, 1fr); }
  .fiscal-section, .services, .app-section { grid-template-columns: 1fr; }
  .phone-showcase { min-height: 650px; }
}

@media (max-width: 720px) {
  .topbar span:not(:first-child) { display: none; }
  .site-header { min-height: 72px; padding-inline: 16px; }
  .brand { min-width: 0; }
  .brand img { width: 43px; height: 43px; }
  .brand strong { font-size: 16px; }
  .hero { min-height: auto; padding: 54px 19px 68px; }
  h1 { font-size: 46px; }
  .hero-actions .btn { width: 100%; }
  .floating-card { display: none; }
  .product-window { transform: none; border-width: 4px; }
  .numbers { grid-template-columns: repeat(2, 1fr); padding-inline: 12px; }
  .numbers article:nth-child(2) { border-right: 0; }
  .numbers strong { font-size: 20px; }
  .trial-banner { grid-template-columns: 1fr; gap: 24px; margin-inline: 12px; padding: 30px 24px; }
  .section { padding: 72px 19px; }
  .section-heading { text-align: left; }
  .benefit-grid, .feature-grid, .segment-grid, .tour-grid { grid-template-columns: 1fr; }
  .advanced-grid { grid-template-columns: 1fr; }
  .featured-online, .featured-payments { grid-column: auto; grid-template-columns: 1fr; }
  .featured-online .advanced-visual, .featured-payments .advanced-visual { min-height: 120px; }
  .advanced-strip { grid-template-columns: 1fr; gap: 10px; }
  .tour-main { grid-row: auto; }
  .feature-grid article { min-height: 210px; }
  .feature-image { height: 160px; }
  .app-benefits { grid-template-columns: 1fr; }
  .phone-showcase { min-height: 530px; }
  .phone { bottom: -100px; width: 56%; border-width: 6px; border-radius: 26px 26px 0 0; }
  .phone-back { left: -2%; }
  .phone-front { right: -2%; }
  .fiscal-section { gap: 38px; }
  .fiscal-highlights { justify-content: flex-start; }
  .services { gap: 25px; }
  .contact { grid-template-columns: 1fr; gap: 25px; padding: 65px 19px; }
  footer { flex-direction: column; align-items: flex-start; }
}

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