:root {
  --ef-navy: #102a43;
  --ef-navy-2: #173b5e;
  --ef-blue: #1565d8;
  --ef-cyan: #0aa6b4;
  --ef-mint: #dff7f5;
  --ef-amber: #f59e0b;
  --ef-green: #159570;
  --ef-red: #d64545;
  --ef-ink: #152536;
  --ef-muted: #64748b;
  --ef-line: #dce6ef;
  --ef-soft: #f5f9fc;
  --ef-white: #ffffff;
  --ef-radius: 1.1rem;
  --ef-shadow: 0 18px 50px rgba(16, 42, 67, .10);
  --ef-shadow-sm: 0 10px 30px rgba(16, 42, 67, .08);
}

html { scroll-behavior: smooth; }
body {
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ef-ink);
  background: #fff;
  line-height: 1.65;
  overflow-x: hidden;
}

::selection { background: rgba(10, 166, 180, .22); }
a { color: var(--ef-blue); }
a:hover { color: #0d4da7; }
img { max-width: 100%; }

.skip-link {
  position: absolute;
  left: -999px;
  top: .75rem;
  z-index: 9999;
  padding: .7rem 1rem;
  border-radius: .65rem;
  background: var(--ef-navy);
  color: #fff;
}
.skip-link:focus { left: .75rem; }

.navbar {
  --bs-navbar-padding-y: .8rem;
  background: rgba(255,255,255,.93);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid rgba(220,230,239,.75);
  transition: box-shadow .25s ease, padding .25s ease;
}
.navbar.nav-scrolled { box-shadow: 0 8px 35px rgba(16,42,67,.09); }
.navbar-brand { text-decoration: none; }
.brand-mark {
  width: 42px;
  height: 42px;
  border-radius: 13px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: linear-gradient(145deg, var(--ef-blue), var(--ef-cyan));
  box-shadow: 0 10px 24px rgba(21,101,216,.28);
  font-size: 1.22rem;
}
.brand-name { font-size: 1.28rem; font-weight: 820; letter-spacing: -.04em; color: var(--ef-navy); }
.brand-name span { color: var(--ef-cyan); }
.nav-link { color: #324a60; font-weight: 630; font-size: .94rem; }
.nav-link:hover, .nav-link.active { color: var(--ef-blue); }
.dropdown-menu { border: 1px solid var(--ef-line); border-radius: .9rem; box-shadow: var(--ef-shadow-sm); padding: .6rem; }
.dropdown-item { border-radius: .65rem; padding: .55rem .7rem; }
.dropdown-item:active { background: var(--ef-blue); }

.btn { border-radius: .78rem; font-weight: 720; padding: .72rem 1.08rem; }
.btn-sm { padding: .5rem .8rem; border-radius: .65rem; }
.btn-primary {
  background: linear-gradient(135deg, var(--ef-blue), #0c7ccc);
  border-color: transparent;
  box-shadow: 0 10px 24px rgba(21,101,216,.22);
}
.btn-primary:hover, .btn-primary:focus { background: linear-gradient(135deg, #0f58bd, #0870b9); border-color: transparent; transform: translateY(-1px); }
.btn-outline-primary { border-color: #9cc2ef; color: var(--ef-blue); background: #fff; }
.btn-outline-primary:hover { background: #edf5ff; color: #0d4da7; border-color: #74a9e9; }
.btn-dark { background: var(--ef-navy); border-color: var(--ef-navy); }
.btn-dark:hover { background: #0a2035; border-color: #0a2035; }

.hero {
  position: relative;
  min-height: 760px;
  display: flex;
  align-items: center;
  padding: 9rem 0 5.5rem;
  background:
    radial-gradient(circle at 12% 15%, rgba(10,166,180,.16), transparent 24%),
    radial-gradient(circle at 88% 10%, rgba(21,101,216,.12), transparent 22%),
    linear-gradient(180deg, #f8fbfe 0%, #ffffff 100%);
}
.hero::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 130px;
  background: linear-gradient(to bottom, transparent, #fff);
  pointer-events: none;
}
.hero .container { position: relative; z-index: 1; }
.hero-kicker, .eyebrow {
  display: inline-flex;
  align-items: center;
  gap: .45rem;
  color: #086f7a;
  background: #e3f8f7;
  border: 1px solid #bde8e5;
  border-radius: 999px;
  padding: .42rem .72rem;
  font-size: .79rem;
  font-weight: 800;
  letter-spacing: .02em;
  text-transform: uppercase;
}
.display-title {
  color: var(--ef-navy);
  font-size: clamp(2.65rem, 6.3vw, 5.25rem);
  line-height: .98;
  letter-spacing: -.065em;
  font-weight: 880;
  max-width: 780px;
}
.display-title .accent { color: var(--ef-blue); }
.hero-lead { max-width: 650px; font-size: clamp(1.05rem, 1.5vw, 1.22rem); color: #516779; }
.hero-note { color: var(--ef-muted); font-size: .9rem; }

.hero-dashboard {
  position: relative;
  border: 1px solid rgba(190,209,225,.9);
  border-radius: 1.35rem;
  background: rgba(255,255,255,.9);
  box-shadow: 0 30px 80px rgba(16,42,67,.16);
  padding: .85rem;
  transform: perspective(1200px) rotateY(-3deg) rotateX(1deg);
}
.hero-dashboard::before {
  content: "";
  position: absolute;
  inset: -22px;
  z-index: -1;
  border-radius: 1.7rem;
  background: linear-gradient(135deg, rgba(21,101,216,.14), rgba(10,166,180,.11));
  filter: blur(18px);
}
.browser-top { display: flex; align-items: center; gap: .35rem; padding: .2rem .2rem .7rem; }
.browser-dot { width: 9px; height: 9px; border-radius: 50%; background: #d5e1eb; }
.browser-url { margin-left: .45rem; flex: 1; background: #f1f6fa; border-radius: 999px; height: 25px; display: flex; align-items: center; padding: 0 .7rem; color: #708396; font-size: .68rem; }
.mock-app { border: 1px solid #e3ebf2; border-radius: .9rem; overflow: hidden; background: #f7fafc; }
.mock-top { height: 52px; display: flex; align-items: center; justify-content: space-between; padding: 0 .8rem; background: #fff; border-bottom: 1px solid #e6edf3; }
.mock-logo { display: flex; align-items: center; gap: .45rem; font-size: .72rem; font-weight: 800; color: var(--ef-navy); }
.mock-logo-box { width: 24px; height: 24px; border-radius: 8px; background: linear-gradient(145deg, var(--ef-blue), var(--ef-cyan)); }
.mock-avatar { width: 27px; height: 27px; border-radius: 9px; background: #dcecf8; }
.mock-body { display: grid; grid-template-columns: 88px 1fr; min-height: 330px; }
.mock-side { padding: .75rem .55rem; background: #12314e; }
.mock-side-line { height: 8px; border-radius: 999px; background: rgba(255,255,255,.18); margin-bottom: .65rem; }
.mock-side-line.active { background: rgba(82,205,213,.88); width: 88%; }
.mock-main { padding: .85rem; }
.mock-title { height: 16px; width: 44%; border-radius: 999px; background: #193b59; margin-bottom: .35rem; }
.mock-sub { height: 7px; width: 58%; border-radius: 999px; background: #c8d8e5; margin-bottom: .9rem; }
.mock-stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: .55rem; margin-bottom: .65rem; }
.mock-stat { background: #fff; border: 1px solid #e0e9f0; border-radius: .65rem; padding: .65rem; }
.mock-stat strong { display: block; font-size: 1.15rem; color: var(--ef-navy); }
.mock-stat span { font-size: .55rem; color: #7b8e9d; }
.mock-grid { display: grid; grid-template-columns: 1.2fr .8fr; gap: .55rem; }
.mock-card { background: #fff; border: 1px solid #e0e9f0; border-radius: .65rem; padding: .65rem; min-height: 120px; }
.mock-chart { display: flex; align-items: end; gap: .3rem; height: 88px; padding-top: .5rem; }
.mock-bar { flex: 1; border-radius: 5px 5px 2px 2px; background: linear-gradient(180deg, #43b7c0, #1f75cf); }
.mock-list-line { display:flex; align-items:center; gap:.4rem; margin:.55rem 0; }
.mock-list-icon { width:18px; height:18px; border-radius:6px; background:#dff4f3; }
.mock-list-text { height:7px; border-radius:999px; background:#cbd9e4; flex:1; }
.float-card {
  position: absolute;
  z-index: 3;
  padding: .7rem .85rem;
  border-radius: .9rem;
  background: #fff;
  border: 1px solid var(--ef-line);
  box-shadow: var(--ef-shadow-sm);
  display: flex;
  align-items: center;
  gap: .55rem;
  font-size: .76rem;
  font-weight: 750;
  color: var(--ef-navy);
}
.float-card i { width: 32px; height: 32px; border-radius: 10px; display: inline-flex; align-items: center; justify-content: center; color: var(--ef-blue); background: #edf5ff; font-size: 1rem; }
.float-one { left: -32px; bottom: 55px; }
.float-two { right: -18px; top: 78px; }

.trust-strip { border-top: 1px solid #eef3f7; border-bottom: 1px solid #eef3f7; background: #fff; }
.trust-item { display: flex; align-items: center; gap: .55rem; color: #445c70; font-weight: 700; font-size: .9rem; }
.trust-item i { color: var(--ef-green); }

section { padding: 5.7rem 0; }
.section-soft { background: var(--ef-soft); }
.section-dark { background: linear-gradient(150deg, #0d2740, #173e60); color: #fff; }
.section-title { font-size: clamp(2rem, 4vw, 3.15rem); line-height: 1.08; letter-spacing: -.045em; font-weight: 850; color: var(--ef-navy); }
.section-dark .section-title { color: #fff; }
.section-lead { color: #5c7183; font-size: 1.08rem; max-width: 740px; }
.section-dark .section-lead { color: #c2d2df; }

.product-card {
  height: 100%;
  position: relative;
  border: 1px solid var(--ef-line);
  border-radius: var(--ef-radius);
  background: #fff;
  padding: 1.55rem;
  box-shadow: 0 12px 35px rgba(16,42,67,.055);
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
  overflow: hidden;
}
.product-card:hover { transform: translateY(-5px); box-shadow: var(--ef-shadow); border-color: #b9cee0; }
.product-card::after { content: ""; position: absolute; width: 150px; height: 150px; border-radius: 50%; right: -70px; top: -70px; background: rgba(21,101,216,.06); }
.product-icon { width: 50px; height: 50px; border-radius: 15px; display: inline-flex; align-items: center; justify-content: center; font-size: 1.35rem; margin-bottom: 1rem; }
.icon-agenda { color: #087d86; background: #dff7f5; }
.icon-paa { color: #145cb8; background: #e4efff; }
.icon-denuncias { color: #82491a; background: #fff0dc; }
.icon-equip { color: #6152b4; background: #eeeaff; }
.product-card h3 { color: var(--ef-navy); font-weight: 820; letter-spacing: -.025em; }
.product-card p { color: #607386; }
.product-tag { display: inline-block; border-radius: 999px; font-size: .7rem; font-weight: 820; text-transform: uppercase; letter-spacing: .045em; padding: .32rem .55rem; background: #edf5ff; color: var(--ef-blue); }
.product-tag.free { background: #e2f6ee; color: #0d7658; }
.product-tag.soon { background: #f3f0ff; color: #6252aa; }
.product-link { text-decoration: none; font-weight: 800; display: inline-flex; gap: .35rem; align-items: center; }

.feature-card { height: 100%; padding: 1.35rem; border-radius: 1rem; background: #fff; border: 1px solid var(--ef-line); }
.feature-icon { width: 42px; height: 42px; border-radius: 13px; display: inline-flex; align-items: center; justify-content: center; color: var(--ef-blue); background: #edf5ff; margin-bottom: .9rem; }
.feature-card h3 { font-size: 1.08rem; color: var(--ef-navy); font-weight: 800; }
.feature-card p { font-size: .92rem; color: #607386; margin-bottom: 0; }

.process-step { position: relative; padding-left: 4rem; min-height: 82px; }
.process-number { position: absolute; left: 0; top: 0; width: 45px; height: 45px; border-radius: 14px; display: flex; align-items: center; justify-content: center; background: var(--ef-navy); color: #fff; font-weight: 850; }
.process-step:not(:last-child)::after { content: ""; position: absolute; left: 22px; top: 49px; bottom: -12px; width: 1px; background: #cddce7; }
.process-step h3 { font-size: 1.05rem; font-weight: 800; color: var(--ef-navy); }
.process-step p { color: #607386; }

.metric-card { border: 1px solid rgba(255,255,255,.16); background: rgba(255,255,255,.08); backdrop-filter: blur(10px); border-radius: 1rem; padding: 1.25rem; height: 100%; }
.metric-card strong { display: block; font-size: 2rem; line-height: 1.1; font-weight: 850; }
.metric-card span { color: #c6d7e4; font-size: .9rem; }

.audience-card { height: 100%; border-radius: 1.15rem; padding: 1.5rem; color: #fff; position: relative; overflow: hidden; }
.audience-school { background: linear-gradient(145deg, #145cb8, #0b84a3); }
.audience-city { background: linear-gradient(145deg, #12344f, #2d5c76); }
.audience-card::after { content: ""; position: absolute; width: 220px; height: 220px; border-radius: 50%; right: -95px; bottom: -110px; background: rgba(255,255,255,.1); }
.audience-card h3 { font-weight: 850; }
.audience-card p { color: rgba(255,255,255,.84); }

.quote-box { border-left: 4px solid var(--ef-cyan); background: #f4fafb; border-radius: 0 1rem 1rem 0; padding: 1.25rem 1.4rem; color: #40586a; }

.cta-panel {
  position: relative;
  border-radius: 1.5rem;
  padding: clamp(2rem, 5vw, 4rem);
  background: linear-gradient(135deg, #0e2d49, #15587f 65%, #087f89);
  color: #fff;
  overflow: hidden;
  box-shadow: 0 26px 70px rgba(16,42,67,.2);
}
.cta-panel::before, .cta-panel::after { content: ""; position: absolute; border-radius: 50%; background: rgba(255,255,255,.07); }
.cta-panel::before { width: 280px; height: 280px; right: -110px; top: -145px; }
.cta-panel::after { width: 180px; height: 180px; left: 38%; bottom: -130px; }
.cta-panel > * { position: relative; z-index: 1; }

.page-hero { padding: 9.2rem 0 4.5rem; background: radial-gradient(circle at 90% 10%, rgba(21,101,216,.13), transparent 23%), linear-gradient(180deg,#f7fbfe,#fff); border-bottom: 1px solid #edf3f7; }
.page-hero h1 { color: var(--ef-navy); font-size: clamp(2.5rem, 5vw, 4.35rem); line-height: 1.02; letter-spacing: -.055em; font-weight: 870; }
.page-hero p { color: #5a7082; font-size: 1.12rem; max-width: 760px; }
.breadcrumb { --bs-breadcrumb-divider: '›'; font-size: .86rem; }
.breadcrumb-item a { text-decoration: none; }

.product-hero-card { border-radius: 1.3rem; border: 1px solid var(--ef-line); background: #fff; box-shadow: var(--ef-shadow); padding: 1.4rem; }
.product-screen { border-radius: 1rem; min-height: 410px; padding: 1rem; color: #fff; background: linear-gradient(145deg,#12324f,#166178); position: relative; overflow: hidden; }
.product-screen::after { content: ""; position: absolute; width: 230px; height: 230px; border-radius: 50%; right: -110px; bottom: -120px; background: rgba(255,255,255,.08); }
.screen-window { position: relative; z-index: 1; margin-top: 2rem; border-radius: .9rem; background: #f7fafc; padding: .8rem; color: var(--ef-ink); box-shadow: 0 20px 50px rgba(0,0,0,.18); }
.screen-row { display: grid; grid-template-columns: 1fr auto; gap: .8rem; padding: .72rem; margin-bottom: .55rem; background: #fff; border: 1px solid #e1eaf1; border-radius: .65rem; }
.screen-pill { display: inline-flex; border-radius: 999px; padding: .2rem .5rem; background: #e3f6ef; color: #0f7658; font-size: .67rem; font-weight: 780; }

.check-list { list-style: none; padding: 0; margin: 0; }
.check-list li { display: flex; gap: .65rem; align-items: flex-start; margin-bottom: .7rem; color: #50677a; }
.check-list i { color: var(--ef-green); margin-top: .2rem; }

.pricing-card { height: 100%; border: 1px solid var(--ef-line); border-radius: 1.15rem; background: #fff; padding: 1.6rem; position: relative; }
.pricing-card.featured { border: 2px solid var(--ef-blue); box-shadow: var(--ef-shadow); transform: translateY(-7px); }
.pricing-badge { position: absolute; right: 1rem; top: 1rem; border-radius: 999px; padding: .3rem .55rem; background: #e7f0ff; color: var(--ef-blue); font-size: .67rem; font-weight: 850; text-transform: uppercase; }
.price { font-size: 2.2rem; line-height: 1; font-weight: 870; color: var(--ef-navy); letter-spacing: -.045em; }
.price small { font-size: .85rem; color: var(--ef-muted); font-weight: 600; letter-spacing: 0; }

.table-soft { --bs-table-bg: transparent; }
.table-soft th { color: var(--ef-navy); border-bottom-color: #cbdbe7; }
.table-soft td { color: #526a7d; border-bottom-color: #e5edf3; vertical-align: middle; }

.accordion-item { border: 1px solid var(--ef-line); border-radius: .85rem !important; overflow: hidden; margin-bottom: .65rem; }
.accordion-button { font-weight: 780; color: var(--ef-navy); }
.accordion-button:not(.collapsed) { background: #eef6ff; color: #124e95; box-shadow: none; }
.accordion-button:focus { box-shadow: 0 0 0 .2rem rgba(21,101,216,.13); }

.contact-card { border: 1px solid var(--ef-line); border-radius: 1.15rem; background: #fff; padding: 1.5rem; box-shadow: var(--ef-shadow-sm); }
.form-control, .form-select { min-height: 48px; border-radius: .72rem; border-color: #cbd9e4; }
.form-control:focus, .form-select:focus { border-color: #6ca9ea; box-shadow: 0 0 0 .22rem rgba(21,101,216,.11); }
textarea.form-control { min-height: 150px; }
.form-label { font-weight: 700; color: #324b60; }

.legal-content h2 { color: var(--ef-navy); font-weight: 830; margin-top: 2rem; }
.legal-content h3 { color: var(--ef-navy); font-size: 1.2rem; font-weight: 800; margin-top: 1.5rem; }
.legal-content p, .legal-content li { color: #526a7d; }

footer { background: #0d263d; color: #c7d5e0; padding: 4.3rem 0 1.2rem; }
footer .brand-name { color: #fff; }
.footer-title { color: #fff; font-size: .83rem; text-transform: uppercase; letter-spacing: .08em; font-weight: 850; }
.footer-link { color: #b7c9d7; text-decoration: none; display: block; margin-bottom: .46rem; font-size: .9rem; }
.footer-link:hover { color: #fff; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.1); margin-top: 2.3rem; padding-top: 1.15rem; font-size: .84rem; }
.footer-email { color: #fff; text-decoration: none; font-weight: 760; }

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

@media (max-width: 991.98px) {
  .hero { min-height: auto; padding-top: 8.2rem; }
  .hero-dashboard { transform: none; margin-top: 2.5rem; }
  .float-one { left: 6px; bottom: 22px; }
  .float-two { right: 7px; top: 68px; }
  .navbar-collapse { margin-top: .8rem; padding: .85rem; border-radius: 1rem; background: #fff; border: 1px solid var(--ef-line); box-shadow: var(--ef-shadow-sm); }
  .pricing-card.featured { transform: none; }
}

@media (max-width: 575.98px) {
  .hero { padding-top: 7.4rem; padding-bottom: 3.5rem; }
  .display-title { font-size: 2.75rem; }
  .hero-dashboard { padding: .55rem; }
  .mock-body { grid-template-columns: 58px 1fr; min-height: 280px; }
  .mock-stats { grid-template-columns: 1fr 1fr; }
  .mock-stats .mock-stat:last-child { display: none; }
  .mock-grid { grid-template-columns: 1fr; }
  .mock-grid .mock-card:last-child { display: none; }
  .float-card { display: none; }
  section { padding: 4.2rem 0; }
  .page-hero { padding-top: 7.5rem; }
  .cta-panel { border-radius: 1.1rem; }
}

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