/*
Theme Name: Cognnexus
Theme URI: https://cognnexustecnologias.com/
Author: Custom
Description: Landing page responsiva para software de vendas e automacao comercial.
Version: 1.0.0
Text Domain: cognnexus
*/

:root {
  --navy: #082f67;
  --blue: #0876d1;
  --cyan: #36c8e9;
  --ink: #102c4f;
  --muted: #607894;
  --pale: #edf8ff;
  --line: #d9eaf5;
  --white: #fff;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: #fff; font-family: "Avenir Next", "Trebuchet MS", sans-serif; line-height: 1.6; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
.wrap { width: min(1160px, calc(100% - 40px)); margin: 0 auto; }
.site-header { position: absolute; z-index: 2; width: 100%; color: #fff; }
.nav { display: flex; align-items: center; justify-content: space-between; min-height: 78px; }
.brand { display: flex; align-items: center; gap: 10px; font-size: 1.28rem; font-weight: 800; letter-spacing: .02em; }
.brand img { width: 180px; height: 52px; border-radius: 5px; object-fit: cover; object-position: center; }
.brand-mark { display: grid; place-items: center; width: 34px; height: 34px; border-radius: 10px; background: #fff; color: var(--blue); font-size: 1.05rem; }
.menu { display: flex; align-items: center; gap: 30px; font-size: .92rem; font-weight: 700; }
.menu a { opacity: .88; transition: opacity .2s; }
.menu a:hover { opacity: 1; }
.menu .nav-cta { padding: 10px 18px; border-radius: 8px; color: var(--navy); background: #fff; opacity: 1; }
.hero { overflow: hidden; color: #fff; background: linear-gradient(120deg, #092b61 0%, #0877cf 58%, #29bedf 100%); }
.hero-inner { display: grid; grid-template-columns: .95fr 1.05fr; gap: 48px; align-items: center; min-height: 680px; padding-top: 100px; padding-bottom: 62px; }
.eyebrow { margin: 0 0 14px; color: var(--cyan); font-size: .8rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
h1, h2, h3, p { margin-top: 0; }
h1 { max-width: 620px; margin-bottom: 20px; font-size: clamp(2.7rem, 5vw, 4.75rem); line-height: 1.03; letter-spacing: -.04em; }
.hero-copy > p:not(.eyebrow) { max-width: 520px; color: #d9efff; font-size: 1.15rem; }
.actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 48px; padding: 0 22px; border: 1px solid transparent; border-radius: 8px; font-weight: 800; transition: transform .2s, box-shadow .2s; }
.button:hover { transform: translateY(-2px); box-shadow: 0 8px 20px #062b6533; }
.button-primary { color: var(--navy); background: #fff; }
.button-outline { border-color: #ffffff80; color: #fff; }
.hero-visual { position: relative; min-height: 430px; }
.hero-product { position: absolute; right: -5%; bottom: 0; width: 108%; max-width: none; filter: drop-shadow(0 24px 22px #04295755); }
.device { position: absolute; right: 7%; bottom: 8px; width: min(430px, 86%); padding: 12px; border: 8px solid #0d3f7b; border-radius: 28px; background: #fff; box-shadow: 18px 24px 0 #062b6540, 0 30px 70px #041d4638; transform: rotate(3deg); }
.device-screen { min-height: 390px; padding: 18px; border-radius: 16px; background: #f2f8fc; color: var(--ink); }
.screen-top { display: flex; align-items: center; justify-content: space-between; margin-bottom: 18px; font-size: .8rem; font-weight: 800; }
.screen-logo { color: var(--blue); }
.screen-total { padding: 18px; border-radius: 13px; color: #fff; background: var(--blue); }
.screen-total strong { display: block; margin-top: 5px; font-size: 1.75rem; }
.screen-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px; margin-top: 10px; }
.screen-card { padding: 13px; border: 1px solid var(--line); border-radius: 10px; background: #fff; font-size: .72rem; }
.screen-card strong { display: block; margin-top: 5px; font-size: 1rem; }
.section { padding: 104px 0; }
.section-soft { background: var(--pale); }
.section-heading { max-width: 690px; margin-bottom: 48px; }
.section-heading.center { margin-right: auto; margin-left: auto; text-align: center; }
h2 { margin-bottom: 12px; color: var(--navy); font-size: clamp(2rem, 3.5vw, 3.2rem); line-height: 1.08; letter-spacing: -.035em; }
.lead { color: var(--muted); font-size: 1.08rem; }
.feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.feature { padding: 26px; border: 1px solid var(--line); border-radius: 10px; background: #fff; }
.feature-icon { display: grid; place-items: center; width: 44px; height: 44px; margin-bottom: 22px; border-radius: 12px; color: var(--blue); background: #dff3ff; font-size: 1.25rem; font-weight: 900; }
.feature h3, .module h3 { margin-bottom: 8px; color: var(--navy); font-size: 1.18rem; }
.feature p, .module p { margin: 0; color: var(--muted); font-size: .95rem; }
.split { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; }
.split.reverse .split-copy { order: 2; }
.visual-panel { min-height: 390px; padding: 24px; border-radius: 18px; background: linear-gradient(145deg, #0b478f, #16aad6); box-shadow: 18px 18px 0 #d5effa; }
.visual-panel.alt { background: linear-gradient(145deg, #e2f7ff, #b7eaf7); box-shadow: -18px 18px 0 #d7f2fa; }
.visual-window { height: 100%; min-height: 340px; padding: 20px; border-radius: 12px; background: #fff; box-shadow: 0 20px 40px #003b6e25; }
.window-bar { display: flex; gap: 6px; margin-bottom: 25px; }
.window-bar i { width: 8px; height: 8px; border-radius: 50%; background: #b4d3e4; }
.chart { display: flex; align-items: end; gap: 9px; height: 160px; margin: 20px 0; padding: 15px; border-radius: 10px; background: #f1f8fc; }
.bar { flex: 1; border-radius: 5px 5px 2px 2px; background: var(--cyan); }
.bar:nth-child(2n) { background: var(--blue); }
.module-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }
.module { padding: 24px; border-left: 3px solid var(--cyan); background: #fff; }
.pricing { text-align: center; background: var(--navy); }
.pricing h2, .pricing .lead { color: #fff; }
.price-card { width: min(450px, 100%); margin: 36px auto 0; padding: 34px; border-radius: 14px; background: #fff; box-shadow: 0 22px 50px #001c4238; }
.price-card small { color: var(--muted); font-weight: 700; }
.price { margin: 10px 0 22px; color: var(--navy); font-size: 3.2rem; font-weight: 900; line-height: 1; }
.price span { font-size: 1rem; font-weight: 700; }
.price-card .button { width: 100%; color: #fff; background: var(--blue); }
.whatsapp-button { gap: 10px; }
.whatsapp-icon { width: 20px; height: 20px; fill: currentColor; }
.site-footer { padding: 54px 0 24px; color: #b6d0e8; background: #061e43; }
.footer-grid { display: grid; grid-template-columns: 1.5fr 1fr 1fr; gap: 30px; padding-bottom: 38px; }
.site-footer h3 { color: #fff; font-size: 1rem; }
.site-footer p, .site-footer a { font-size: .9rem; }
.site-footer a { display: block; margin: 8px 0; }
.copyright { padding-top: 20px; border-top: 1px solid #ffffff1c; font-size: .8rem; }
.catalog-items { display: grid; gap: 12px; margin-top: 26px; }
.catalog-items div { display: flex; justify-content: space-between; gap: 12px; padding: 14px; border: 1px solid var(--line); border-radius: 9px; color: var(--ink); font-size: .82rem; }
.catalog-items span { color: var(--blue); font-weight: 800; white-space: nowrap; }
@media (max-width: 800px) {
  .menu { gap: 14px; }
  .menu a:not(.nav-cta) { display: none; }
  .hero-inner, .split { grid-template-columns: 1fr; gap: 40px; }
  .hero-inner { min-height: auto; padding-top: 130px; }
  .hero-visual { min-height: 410px; }
  .hero-product { right: 0; width: 100%; }
  .feature-grid { grid-template-columns: 1fr; }
  .module-grid { grid-template-columns: 1fr; }
  .split.reverse .split-copy { order: 0; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 520px) {
  .wrap { width: min(100% - 28px, 1160px); }
  .hero-visual { min-height: 340px; }
  .device { right: 2%; width: 94%; }
  .device-screen { min-height: 300px; }
  .footer-grid { grid-template-columns: 1fr; }
}