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

:root {
  --navy: #071426;
  --blue: #02adee;
  --blue-dark: #028ac4;
  --red: #ef2028;
  --slate: #64748b;
}

* { box-sizing: border-box; }
html { scroll-padding-top: 80px; }
body { overflow-x: hidden; }
::selection { background: rgba(2, 173, 238, .25); color: #071426; }

.container-site { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.section-padding { padding-block: 112px; }

.skip-link { position: fixed; left: 16px; top: -60px; z-index: 100; border-radius: 8px; background: white; padding: 10px 16px; color: var(--navy); transition: top .2s; }
.skip-link:focus { top: 16px; }

#header.header-scrolled { background: rgba(7, 20, 38, .94); box-shadow: 0 10px 40px rgba(0, 0, 0, .18); backdrop-filter: blur(14px); }
.nav-link { position: relative; color: #cbd5e1; font-size: 14px; font-weight: 500; transition: color .2s; }
.nav-link::after { content: ''; position: absolute; right: 0; bottom: -9px; left: 0; height: 2px; background: var(--blue); transform: scaleX(0); transition: transform .2s; }
.nav-link:hover, .nav-link.active { color: white; }
.nav-link:hover::after, .nav-link.active::after { transform: scaleX(1); }

.btn-primary, .btn-secondary { display: inline-flex; align-items: center; justify-content: center; gap: 10px; border-radius: 10px; padding: 13px 20px; font-size: 14px; font-weight: 700; transition: transform .2s, box-shadow .2s, background .2s; }
.btn-primary { background: var(--blue); color: white; box-shadow: 0 10px 30px rgba(2, 173, 238, .2); }
.btn-primary:hover { transform: translateY(-2px); background: #10b9f7; box-shadow: 0 16px 35px rgba(2, 173, 238, .3); }
.btn-secondary { border: 1px solid rgba(255, 255, 255, .2); background: rgba(255, 255, 255, .06); color: white; }
.btn-secondary:hover { transform: translateY(-2px); background: rgba(255, 255, 255, .12); }
.btn-large { min-height: 54px; padding-inline: 26px; font-size: 15px; }

.hero-section { background: radial-gradient(circle at 72% 34%, #0c3154 0, var(--navy) 36%, #050e1b 100%); }
.hero-grid, .cta-grid { position: absolute; inset: 0; opacity: .17; background-image: linear-gradient(rgba(255,255,255,.08) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.08) 1px, transparent 1px); background-size: 62px 62px; mask-image: linear-gradient(to bottom, black, transparent 90%); }
.hero-glow { position: absolute; border-radius: 999px; filter: blur(1px); pointer-events: none; }
.hero-glow-one { right: -180px; top: 120px; width: 520px; height: 520px; background: rgba(2, 173, 238, .1); }
.hero-glow-two { left: -250px; bottom: -280px; width: 600px; height: 600px; background: rgba(37, 99, 235, .08); }
.eyebrow { display: inline-flex; align-items: center; gap: 9px; color: #028ac4; font-size: 12px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.eyebrow-dark { width: fit-content; border: 1px solid rgba(2, 173, 238, .28); border-radius: 999px; background: rgba(2, 173, 238, .08); padding: 8px 13px; color: #5ed1fa; }
.status-dot { width: 7px; height: 7px; border-radius: 50%; background: #22c55e; box-shadow: 0 0 0 5px rgba(34, 197, 94, .12); }
.text-gradient { background: linear-gradient(90deg, #38c7fa, #7ddffc); background-clip: text; -webkit-background-clip: text; color: transparent; }
.hero-proof strong { display: block; color: white; font-size: 16px; }
.hero-proof span { display: block; margin-top: 3px; color: #94a3b8; font-size: 11px; line-height: 1.4; }

.tech-panel { position: relative; border: 1px solid rgba(255,255,255,.12); border-radius: 22px; background: rgba(10, 30, 51, .72); box-shadow: 0 35px 80px rgba(0,0,0,.35); backdrop-filter: blur(18px); }
.tech-panel::before { content: ''; position: absolute; inset: -1px; z-index: -1; border-radius: inherit; background: linear-gradient(135deg, rgba(2,173,238,.35), transparent 35%, transparent 70%, rgba(2,173,238,.1)); }
.online-badge { display: flex; align-items: center; gap: 6px; border-radius: 999px; background: rgba(34,197,94,.1); padding: 6px 9px; color: #86efac; font-size: 10px; font-weight: 600; }
.online-badge span { width: 6px; height: 6px; border-radius: 50%; background: #22c55e; }
.metric-card { border: 1px solid rgba(255,255,255,.08); border-radius: 14px; background: rgba(255,255,255,.035); padding: 18px; }
.metric-label { color: #94a3b8; font-size: 11px; text-transform: uppercase; letter-spacing: .08em; }
.trend-badge { border-radius: 999px; background: rgba(34,197,94,.1); padding: 6px 9px; color: #86efac; font-size: 9px; }
.chart-bars { display: flex; height: 80px; align-items: end; gap: 7px; }
.chart-bars i { flex: 1; min-width: 4px; border-radius: 3px 3px 0 0; background: linear-gradient(to top, rgba(2,173,238,.2), #02adee); }
.metric-icon { display: grid; width: 38px; height: 38px; place-items: center; border-radius: 9px; }
.metric-icon svg { width: 21px; height: 21px; }
.floating-card { position: absolute; display: flex; align-items: center; gap: 10px; border: 1px solid rgba(255,255,255,.12); border-radius: 12px; background: rgba(9, 27, 47, .95); padding: 11px 14px; color: white; box-shadow: 0 18px 40px rgba(0,0,0,.32); }
.floating-card strong, .floating-card small { display: block; }
.floating-card strong { font-size: 11px; }.floating-card small { margin-top: 2px; color: #94a3b8; font-size: 9px; }
.floating-card-left { left: -38px; top: 38%; }.floating-card-right { right: -28px; bottom: 8%; }
.pulse-icon, .check-icon { display: grid; width: 28px; height: 28px; place-items: center; border-radius: 8px; }
.pulse-icon { background: rgba(2,173,238,.14); }.pulse-icon::after { content: ''; width: 8px; height: 8px; border-radius: 50%; background: var(--blue); box-shadow: 0 0 0 5px rgba(2,173,238,.12); }
.check-icon { background: rgba(34,197,94,.13); color: #4ade80; font-size: 12px; }

.section-heading { max-width: 740px; margin-inline: auto; text-align: center; }
.section-heading h2, .section-title { color: #0f172a; font-size: clamp(2rem, 4vw, 3.15rem); font-weight: 750; line-height: 1.13; letter-spacing: -.035em; }
.section-heading h2 { margin-top: 18px; }
.section-heading h2 span, .section-title span { color: var(--blue-dark); }
.section-heading p, .section-copy { color: var(--slate); font-size: 17px; line-height: 1.8; }
.section-heading p { margin-top: 20px; }
.section-heading-dark h2 { color: white; }.section-heading-dark p { color: #94a3b8; }.section-heading-dark h2 span { color: #38c7fa; }

.service-card { position: relative; overflow: hidden; border: 1px solid #e2e8f0; border-radius: 16px; background: white; padding: 30px; transition: transform .25s, border-color .25s, box-shadow .25s; }
.service-card::before { content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 3px; background: linear-gradient(90deg, var(--blue), #2563eb); transform: scaleX(0); transform-origin: left; transition: transform .3s; }
.service-card:hover { transform: translateY(-6px); border-color: #bae6fd; box-shadow: 0 24px 50px rgba(15,23,42,.09); }.service-card:hover::before { transform: scaleX(1); }
.service-icon { display: grid; width: 50px; height: 50px; place-items: center; border-radius: 12px; background: #eff9ff; color: var(--blue-dark); }
.service-icon svg, .plan-icon svg { width: 25px; height: 25px; fill: none; stroke: currentColor; stroke-width: 1.65; }
.service-card h3 { margin-top: 23px; color: #0f172a; font-size: 19px; font-weight: 700; }.service-card p { min-height: 78px; margin-top: 11px; color: #64748b; font-size: 14px; line-height: 1.75; }
.card-link { display: flex; align-items: center; justify-content: space-between; margin-top: 20px; border-top: 1px solid #f1f5f9; padding-top: 17px; color: #64748b; font-size: 12px; font-weight: 600; }.card-link b { color: var(--blue); font-size: 16px; }

.accounting-visual { position: relative; min-height: 430px; overflow: hidden; border-radius: 24px; background: radial-gradient(circle at 20% 10%, #16426a, transparent 38%), #08182b; padding: 34px; box-shadow: 0 32px 70px rgba(15,23,42,.2); }
.accounting-visual::before { content: ''; position: absolute; inset: 0; opacity: .18; background-image: linear-gradient(rgba(255,255,255,.12) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.12) 1px, transparent 1px); background-size: 36px 36px; }
.visual-topline, .visual-server, .visual-footer { position: relative; z-index: 1; }.visual-topline { display: flex; align-items: center; justify-content: space-between; color: #cbd5e1; font-size: 12px; }.visual-topline span { display: flex; align-items: center; gap: 8px; }.visual-topline i { width: 7px; height: 7px; border-radius: 50%; background: #22c55e; }.visual-topline strong { border-radius: 999px; background: rgba(34,197,94,.1); padding: 6px 10px; color: #86efac; font-size: 10px; }
.visual-server { margin-top: 45px; border: 1px solid rgba(255,255,255,.1); border-radius: 16px; background: rgba(255,255,255,.035); padding: 13px; backdrop-filter: blur(8px); }.server-unit { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 14px; border-bottom: 1px solid rgba(255,255,255,.08); padding: 20px 12px; }.server-unit:last-child { border: 0; }.server-unit b { color: white; font-size: 13px; }.server-unit em { color: #86efac; font-size: 10px; font-style: normal; }.server-lights { display: flex; gap: 4px; }.server-lights i { width: 6px; height: 6px; border-radius: 50%; background: var(--blue); }.server-lights i:last-child { background: #22c55e; }
.visual-footer { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 30px; }.visual-footer span { border: 1px solid rgba(255,255,255,.1); border-radius: 999px; padding: 7px 11px; color: #94a3b8; font-size: 9px; }
.experience-seal { position: absolute; right: -22px; bottom: -25px; display: flex; width: 154px; height: 112px; align-items: center; justify-content: center; gap: 9px; border: 5px solid white; border-radius: 18px; background: var(--blue); color: white; box-shadow: 0 18px 35px rgba(2,173,238,.25); }.experience-seal strong { font-size: 33px; }.experience-seal span { font-size: 10px; line-height: 1.45; text-transform: uppercase; }
.feature-list { display: grid; gap: 15px; }.feature-list li { display: flex; align-items: center; gap: 12px; color: #334155; font-size: 14px; font-weight: 550; }.feature-list span { display: grid; width: 24px; height: 24px; flex: none; place-items: center; border-radius: 50%; background: #ecfdf5; color: #16a34a; font-size: 11px; }
.text-link { align-items: center; gap: 10px; color: var(--blue-dark); font-size: 14px; font-weight: 700; }.text-link span { transition: transform .2s; }.text-link:hover span { transform: translateX(4px); }

.section-orb { position: absolute; top: -200px; left: 50%; width: 700px; height: 500px; border-radius: 50%; background: rgba(2,173,238,.08); filter: blur(20px); transform: translateX(-50%); }
.plan-card { position: relative; overflow: hidden; border: 1px solid rgba(255,255,255,.1); border-radius: 20px; background: rgba(255,255,255,.045); padding: 38px; backdrop-filter: blur(10px); }.plan-card-featured { border-color: rgba(2,173,238,.45); background: linear-gradient(145deg, rgba(2,173,238,.11), rgba(255,255,255,.04)); }.recommended { position: absolute; top: 0; right: 0; border-radius: 0 20px 0 12px; background: var(--blue); padding: 9px 14px; font-size: 8px; font-weight: 800; letter-spacing: .08em; }
.plan-number { position: absolute; top: 22px; right: 28px; color: rgba(255,255,255,.05); font-size: 70px; font-weight: 800; line-height: 1; }.plan-card-featured .plan-number { top: 42px; }
.plan-icon { display: grid; width: 52px; height: 52px; place-items: center; border-radius: 13px; background: rgba(2,173,238,.12); color: #38c7fa; }.plan-kicker { margin-top: 23px; color: #38c7fa; font-size: 10px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }.plan-card h3 { margin-top: 7px; color: white; font-size: 27px; font-weight: 700; }.plan-description { min-height: 54px; margin-top: 13px; color: #94a3b8; font-size: 14px; line-height: 1.75; }.plan-card ul { display: grid; gap: 12px; margin-top: 27px; border-top: 1px solid rgba(255,255,255,.08); padding-top: 25px; }.plan-card li { position: relative; padding-left: 26px; color: #cbd5e1; font-size: 13px; }.plan-card li::before { content: '✓'; position: absolute; left: 0; top: -2px; display: grid; width: 17px; height: 17px; place-items: center; border-radius: 50%; background: rgba(34,197,94,.11); color: #4ade80; font-size: 8px; }

.process-line { position: relative; }.process-line::before { content: ''; position: absolute; top: 24px; left: 12%; right: 12%; height: 1px; background: #dbeafe; }.process-step { position: relative; text-align: center; }.step-number { position: relative; z-index: 1; display: grid; width: 49px; height: 49px; margin-inline: auto; place-items: center; border: 1px solid #bae6fd; border-radius: 50%; background: white; color: var(--blue-dark); font-size: 12px; font-weight: 800; box-shadow: 0 0 0 8px white; }.process-step h3 { margin-top: 24px; color: #0f172a; font-size: 17px; font-weight: 700; }.process-step p { margin-top: 10px; color: #64748b; font-size: 13px; line-height: 1.7; }
.stats-section { background: linear-gradient(110deg, #028ac4, #075a9a); }.stat-item { text-align: center; }.stat-item strong, .stat-item span { display: block; }.stat-item strong { font-size: clamp(1.7rem, 3vw, 2.5rem); font-weight: 800; }.stat-item span { margin-top: 6px; color: #dbeafe; font-size: 12px; }

.faq-list { display: grid; gap: 12px; }.faq-item { overflow: hidden; border: 1px solid #e2e8f0; border-radius: 13px; background: white; transition: border-color .2s, box-shadow .2s; }.faq-item.is-open { border-color: #bae6fd; box-shadow: 0 12px 30px rgba(15,23,42,.05); }.faq-item button { display: flex; width: 100%; align-items: center; justify-content: space-between; gap: 20px; padding: 21px 22px; color: #0f172a; text-align: left; font-size: 14px; font-weight: 700; }.faq-item button i { position: relative; width: 18px; height: 18px; flex: none; }.faq-item button i::before, .faq-item button i::after { content: ''; position: absolute; top: 8px; left: 3px; width: 12px; height: 2px; background: var(--blue-dark); transition: transform .25s; }.faq-item button i::after { transform: rotate(90deg); }.faq-item.is-open button i::after { transform: rotate(0); }.faq-answer { display: grid; grid-template-rows: 0fr; transition: grid-template-rows .3s ease; }.faq-answer p { overflow: hidden; color: #64748b; font-size: 13px; line-height: 1.75; }.faq-item.is-open .faq-answer { grid-template-rows: 1fr; }.faq-item.is-open .faq-answer p { padding: 0 22px 21px; }

.cta-section { background: radial-gradient(circle at 50% 0, #123c61, transparent 48%), #071426; }.cta-grid { opacity: .12; mask-image: radial-gradient(circle, black, transparent 70%); }
.footer-title { color: white; font-size: 13px; font-weight: 700; }.footer-links { display: grid; gap: 12px; margin-top: 18px; font-size: 13px; }.footer-links a { transition: color .2s; }.footer-links a:hover { color: #38c7fa; }
.whatsapp-float { position: fixed; right: 22px; bottom: 22px; z-index: 40; display: grid; width: 54px; height: 54px; place-items: center; border: 3px solid white; border-radius: 50%; background: #22c55e; color: white; box-shadow: 0 12px 30px rgba(34,197,94,.35); transition: transform .2s; }.whatsapp-float:hover { transform: scale(1.07); }.whatsapp-float svg { width: 28px; height: 28px; }

.mobile-menu { position: fixed; inset: 0; visibility: hidden; background: rgba(7,20,38,.98); opacity: 0; transition: opacity .25s, visibility .25s; }.mobile-menu.is-open { visibility: visible; opacity: 1; }.mobile-menu nav > a:not(.btn-primary) { border-bottom: 1px solid rgba(255,255,255,.08); padding: 15px 2px; color: #e2e8f0; font-size: 17px; font-weight: 600; }
.menu-lines { display: grid; gap: 4px; }.menu-lines i { display: block; width: 19px; height: 2px; background: currentColor; transition: transform .25s, opacity .25s; }.menu-open .menu-lines i:first-child { transform: translateY(6px) rotate(45deg); }.menu-open .menu-lines i:nth-child(2) { opacity: 0; }.menu-open .menu-lines i:last-child { transform: translateY(-6px) rotate(-45deg); }

.reveal { opacity: 0; transform: translateY(24px); transition: opacity .7s ease, transform .7s ease; }.reveal.is-visible { opacity: 1; transform: translateY(0); }.reveal-delay-1 { transition-delay: .1s; }.reveal-delay-2 { transition-delay: .2s; }.reveal-delay-3 { transition-delay: .3s; }

@media (max-width: 1023px) {
  .section-padding { padding-block: 88px; }
  .hero-section { min-height: auto; }
  .process-line::before { display: none; }
}

@media (max-width: 767px) {
  .container-site { width: min(100% - 32px, 1180px); }
  .section-padding { padding-block: 76px; }
  .floating-card { display: none; }
  .accounting-visual { min-height: 390px; padding: 24px; }
  .experience-seal { right: -5px; bottom: -25px; }
  .plan-card { padding: 28px 23px; }
  .plan-card-featured { padding-top: 50px; }
  .process-step { border: 1px solid #e2e8f0; border-radius: 14px; padding: 24px; text-align: left; }
  .step-number { margin-inline: 0; box-shadow: none; }
  .service-card p, .plan-description { min-height: auto; }
}

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