/* MovePrintGo — folha de estilo compartilhada pelas landings por perfil.
   Fonte: moveprintgo_v9.html (abril/2026). Tokens conforme knowledge/brand/design-system.md.
   Nao duplicar em cada landing: as tres paginas carregam este arquivo. */

:root {
  --navy: #1A4F82;
  --navy-deep: #0F3259;
  --cyan: #4DB8E8;
  --white-tech: #F4F8FC;
  --white: #FFFFFF;
  --text: #0F3259;
  --muted: #4A6A8A;
  --border: #D0E2F0;
  --amber: #E8A830;
  --amber-deep: #7A4500;
}
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body { font-family: 'Nunito', sans-serif; color: var(--text); background: var(--white); overflow-x: hidden; }
body.modal-open { overflow: hidden; }

.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }

a:focus-visible, button:focus-visible, input:focus-visible, select:focus-visible, [role="checkbox"]:focus-visible {
  outline: 2px solid var(--cyan); outline-offset: 2px;
}

/* NAV */
nav {
  position: fixed; top: 0; left: 0; right: 0; z-index: 100;
  background: rgba(15,50,89,0.97); backdrop-filter: blur(14px);
  padding: 0 6%; display: flex; align-items: center; justify-content: space-between; height: 64px;
  border-bottom: 1px solid rgba(77,184,232,0.15);
}
.nav-logo a { display: flex; align-items: center; }
.nav-logo img { height: 32px; width: auto; display: block; }
.nav-links { display: flex; align-items: center; gap: 28px; }
.nav-links a { font-size: 13px; font-weight: 600; color: rgba(255,255,255,0.7); text-decoration: none; transition: color 0.15s; }
.nav-links a:hover, .nav-links a:focus { color: var(--cyan); }
.nav-cta {
  background: var(--cyan); color: var(--navy-deep);
  font-family: 'Nunito', sans-serif; font-size: 13px; font-weight: 800;
  border: none; border-radius: 7px; padding: 9px 22px; cursor: pointer;
  text-decoration: none; letter-spacing: 0.02em; transition: opacity 0.15s;
}
.nav-cta:hover { opacity: 0.88; }

/* HERO */
.hero {
  min-height: 100vh; background: var(--navy-deep);
  display: flex; flex-direction: column; justify-content: center;
  padding: 110px 6% 80px; position: relative; overflow: hidden;
}
.hero-geo { position: absolute; pointer-events: none; border: 1px solid rgba(77,184,232,0.1); border-radius: 50%; }
.hero-geo.g1 { width: 700px; height: 700px; right: -180px; top: -180px; }
.hero-geo.g2 { width: 400px; height: 400px; right: -60px; top: -60px; background: rgba(77,184,232,0.04); }
.hero-geo.g3 { width: 200px; height: 200px; left: 8%; bottom: 10%; background: rgba(26,79,130,0.3); border-color: rgba(77,184,232,0.06); }
.hero-grid { display: grid; grid-template-columns: 1.1fr 0.9fr; gap: 64px; align-items: center; max-width: 1140px; margin: 0 auto; width: 100%; }
.hero-kicker { display: inline-flex; align-items: center; gap: 8px; border: 1px solid rgba(77,184,232,0.35); border-radius: 30px; padding: 5px 16px 5px 8px; margin-bottom: 24px; }
.kicker-dot { width: 8px; height: 8px; border-radius: 50%; background: var(--cyan); }
.kicker-text { font-size: 11px; font-weight: 700; color: var(--cyan); letter-spacing: 0.1em; text-transform: uppercase; }
.hero h1 { font-family: 'Nunito', sans-serif; font-weight: 800; font-size: clamp(30px, 4.5vw, 50px); line-height: 1.1; color: #fff; margin-bottom: 20px; }
.hero h1 em { color: var(--cyan); font-style: normal; }
.hero-desc { font-size: 16px; font-weight: 400; line-height: 1.75; color: rgba(255,255,255,0.65); margin-bottom: 12px; max-width: 500px; }
.hero-claim { font-family: 'Space Mono', monospace; font-size: 11px; color: rgba(77,184,232,0.8); margin-bottom: 32px; letter-spacing: 0.05em; }
.hero-actions { display: flex; gap: 12px; flex-wrap: wrap; }
.btn-primary { background: var(--cyan); color: var(--navy-deep); font-family: 'Nunito', sans-serif; font-size: 14px; font-weight: 800; border: none; border-radius: 8px; padding: 14px 30px; cursor: pointer; text-decoration: none; transition: transform 0.15s, opacity 0.15s; display: inline-block; }
.btn-primary:hover { opacity: 0.9; transform: translateY(-2px); }
.btn-outline { background: transparent; color: rgba(255,255,255,0.8); font-family: 'Nunito', sans-serif; font-size: 14px; font-weight: 700; border: 1.5px solid rgba(255,255,255,0.2); border-radius: 8px; padding: 13px 26px; cursor: pointer; text-decoration: none; transition: border-color 0.15s, color 0.15s; display: inline-block; }
.btn-outline:hover { border-color: var(--cyan); color: var(--cyan); }

.hero-preview { background: rgba(255,255,255,0.05); border: 1px solid rgba(77,184,232,0.18); border-radius: 18px; padding: 24px; backdrop-filter: blur(8px); }
.preview-label { font-family: 'Space Mono', monospace; font-size: 10px; color: var(--cyan); letter-spacing: 0.1em; margin-bottom: 18px; text-transform: uppercase; }
.preview-row { display: flex; align-items: center; justify-content: space-between; padding: 11px 0; border-bottom: 1px solid rgba(255,255,255,0.07); }
.preview-row:last-child { border-bottom: none; padding-bottom: 0; }
.pr-name { font-size: 13px; font-weight: 700; color: #fff; }
.pr-device { font-size: 11px; color: rgba(255,255,255,0.4); margin-top: 2px; }
.pr-price { font-family: 'Space Mono', monospace; font-size: 16px; font-weight: 700; color: var(--cyan); }
.pr-price sub { font-size: 9px; font-weight: 400; color: rgba(255,255,255,0.35); vertical-align: baseline; }

/* TRUST */
.trust-bar { background: var(--white-tech); border-bottom: 1px solid var(--border); padding: 18px 6%; }
.trust-inner { max-width: 1140px; margin: 0 auto; display: flex; align-items: center; justify-content: center; gap: 36px; flex-wrap: wrap; }
.trust-item { display: flex; align-items: center; gap: 10px; }
.trust-num { font-family: 'Nunito', sans-serif; font-size: 22px; font-weight: 800; color: var(--navy); }
.trust-lbl { font-size: 11px; font-weight: 600; color: var(--muted); line-height: 1.4; }
.trust-sep { width: 1px; height: 28px; background: var(--border); }

section { padding: 80px 6%; }
.section-inner { max-width: 1140px; margin: 0 auto; }
.s-tag { font-family: 'Space Mono', monospace; font-size: 10px; letter-spacing: 0.12em; text-transform: uppercase; color: var(--navy); background: rgba(26,79,130,0.08); border-radius: 4px; padding: 3px 10px; display: inline-block; margin-bottom: 14px; }
.s-title { font-family: 'Nunito', sans-serif; font-size: clamp(26px, 3.5vw, 38px); font-weight: 800; color: var(--navy-deep); line-height: 1.15; margin-bottom: 12px; }
.s-sub { font-size: 16px; font-weight: 400; color: var(--muted); line-height: 1.7; max-width: 520px; }

.sec-dores { background: var(--navy-deep); }
.sec-dores .s-tag { background: rgba(77,184,232,0.15); color: var(--cyan); }
.sec-dores .s-title { color: #fff; }
.sec-dores .s-sub { color: rgba(255,255,255,0.55); }
.dores-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(290px, 1fr)); gap: 14px; margin-top: 40px; }
.dore-card { background: rgba(255,255,255,0.04); border: 1px solid rgba(255,255,255,0.09); border-radius: 14px; padding: 20px 22px; transition: background 0.2s, border-color 0.2s; }
.dore-card:hover { background: rgba(77,184,232,0.07); border-color: rgba(77,184,232,0.25); }
.dore-num { font-family: 'Space Mono', monospace; font-size: 11px; font-weight: 700; color: var(--cyan); margin-bottom: 10px; letter-spacing: 0.06em; }
.dore-title { font-size: 14px; font-weight: 800; color: #fff; margin-bottom: 6px; }
.dore-desc { font-size: 12.5px; color: rgba(255,255,255,0.5); line-height: 1.6; }
.dore-sol { font-size: 12px; font-weight: 700; color: var(--cyan); margin-top: 10px; padding-top: 10px; border-top: 1px solid rgba(255,255,255,0.08); }

.sec-como { background: var(--white-tech); }
.steps-row { display: grid; grid-template-columns: repeat(auto-fit, minmax(190px, 1fr)); gap: 0; margin-top: 48px; }
.step { display: flex; flex-direction: column; align-items: center; text-align: center; padding: 0 18px; position: relative; }
.step:not(:last-child)::after { content: ''; position: absolute; top: 26px; right: 0; width: 1px; height: 24px; background: var(--border); }
.step-circle { width: 52px; height: 52px; border-radius: 50%; border: 2px solid var(--cyan); background: var(--white); display: flex; align-items: center; justify-content: center; font-family: 'Space Mono', monospace; font-size: 16px; font-weight: 700; color: var(--navy); margin-bottom: 14px; }
.step-title { font-size: 13px; font-weight: 800; color: var(--navy-deep); margin-bottom: 6px; }
.step-desc { font-size: 12px; font-weight: 400; color: var(--muted); line-height: 1.6; }
.step-mono { font-family: 'Space Mono', monospace; font-size: 10px; color: var(--navy); background: rgba(26,79,130,0.08); border-radius: 4px; padding: 2px 7px; margin-top: 8px; display: inline-block; }

.monthly-box { background: var(--white); border: 1px solid var(--border); border-radius: 14px; padding: 24px 28px; margin-top: 40px; }
.monthly-label { font-family: 'Space Mono', monospace; font-size: 10px; letter-spacing: 0.12em; text-transform: uppercase; color: var(--navy); margin-bottom: 18px; }
.monthly-items { display: flex; flex-direction: column; gap: 16px; }
.monthly-item { display: flex; align-items: flex-start; gap: 16px; }
.monthly-num { font-family: 'Space Mono', monospace; font-size: 13px; font-weight: 700; color: var(--cyan); background: rgba(26,79,130,0.07); border-radius: 6px; padding: 6px 10px; flex-shrink: 0; min-width: 36px; text-align: center; }
.monthly-text strong { font-size: 13px; font-weight: 800; color: var(--navy-deep); display: block; margin-bottom: 3px; }
.monthly-text span { font-size: 12px; color: var(--muted); line-height: 1.6; }

/* PLANOS - INTERACTIVE */
.plans-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(245px, 1fr)); gap: 14px; margin-top: 42px; align-items: stretch; }
.plan-card { background: var(--white); border: 1.5px solid var(--border); border-radius: 16px; padding: 24px 22px 26px; display: flex; flex-direction: column; position: relative; transition: transform 0.2s, border-color 0.2s, box-shadow 0.2s; }
.plan-card:hover { transform: translateY(-3px); }
.plan-card.featured { border: 2px solid var(--navy); }
.plan-card.selected { border-color: var(--cyan); box-shadow: 0 6px 24px rgba(77,184,232,0.18); }
.featured-badge { position: absolute; top: -11px; left: 50%; transform: translateX(-50%); background: var(--navy); color: #fff; font-family: 'Space Mono', monospace; font-size: 9px; font-weight: 700; padding: 3px 14px; border-radius: 20px; letter-spacing: 0.08em; white-space: nowrap; text-transform: uppercase; }
.selected-badge { position: absolute; top: 14px; right: 14px; width: 26px; height: 26px; border-radius: 50%; background: var(--cyan); display: none; align-items: center; justify-content: center; }
.plan-card.selected .selected-badge { display: flex; }
.selected-badge::after { content: ''; display: block; width: 8px; height: 5px; border-left: 2px solid var(--navy-deep); border-bottom: 2px solid var(--navy-deep); transform: rotate(-45deg) translate(1px,-2px); }
.plan-type { font-family: 'Space Mono', monospace; font-size: 10px; letter-spacing: 0.08em; color: var(--navy); background: rgba(26,79,130,0.08); border-radius: 4px; padding: 2px 8px; display: inline-block; margin-bottom: 10px; text-transform: uppercase; }
.plan-name { font-size: 20px; font-weight: 800; color: var(--navy-deep); margin-bottom: 3px; }
.plan-device { font-size: 12px; font-weight: 400; color: var(--muted); line-height: 1.4; margin-bottom: 18px; }
.plan-price { font-family: 'Nunito', sans-serif; font-size: 36px; font-weight: 800; color: var(--navy-deep); line-height: 1; }
.plan-price sub { font-size: 13px; font-weight: 400; color: var(--muted); }
.plan-franquia { font-family: 'Space Mono', monospace; font-size: 11px; color: var(--navy); background: rgba(26,79,130,0.07); border-radius: 5px; padding: 4px 10px; display: inline-block; margin: 10px 0 5px; }
.plan-exc { font-size: 11px; font-weight: 400; color: var(--muted); margin-bottom: 5px; }
.plan-prom { font-family: 'Space Mono', monospace; font-size: 10px; color: var(--amber-deep); background: #FFF3E0; border-radius: 4px; padding: 2px 8px; display: inline-block; margin-bottom: 16px; }
.plan-div { border: none; border-top: 1px solid var(--border); margin: 14px 0; }
.plan-feats { list-style: none; display: flex; flex-direction: column; gap: 8px; flex: 1; margin-bottom: 16px; }
.plan-feats li { font-size: 12.5px; font-weight: 600; color: var(--muted); display: flex; align-items: flex-start; gap: 8px; line-height: 1.4; }
.fc { width: 15px; height: 15px; flex-shrink: 0; margin-top: 1px; background: var(--navy); border-radius: 50%; display: inline-flex; align-items: center; justify-content: center; }
.fc::after { content: ''; display: block; width: 5px; height: 3px; border-left: 1.5px solid #fff; border-bottom: 1.5px solid #fff; transform: rotate(-45deg) translate(0.5px,-0.5px); }

.plan-select-btn { width: 100%; background: var(--white); color: var(--navy-deep); font-family: 'Nunito', sans-serif; font-size: 13px; font-weight: 800; border: 1.5px solid var(--navy-deep); border-radius: 9px; padding: 11px; cursor: pointer; transition: background 0.15s, color 0.15s; letter-spacing: 0.02em; }
.plan-select-btn:hover { background: var(--navy-deep); color: var(--white); }
.plan-card.selected .plan-select-btn { background: var(--navy-deep); color: var(--white); }

/* INLINE CONFIG (expands inside card when selected) */
.plan-config { display: none; flex-direction: column; gap: 14px; padding-top: 16px; margin-top: 16px; border-top: 1.5px dashed var(--border); }
.plan-card.selected .plan-config { display: flex; }
.cfg-row { display: flex; align-items: center; justify-content: space-between; gap: 8px; flex-wrap: wrap; }
.cfg-label { font-size: 11.5px; font-weight: 700; color: var(--text); }
.cfg-counter { display: flex; align-items: center; gap: 6px; }
.cfg-btn { width: 28px; height: 28px; border-radius: 6px; font-size: 16px; font-weight: 700; background: var(--white-tech); border: 1px solid var(--border); color: var(--navy-deep); cursor: pointer; display: flex; align-items: center; justify-content: center; transition: background 0.15s, transform 0.1s; padding: 0; line-height: 1; }
.cfg-btn:hover { background: rgba(77,184,232,0.2); }
.cfg-btn:active { transform: scale(0.92); }
.cfg-btn:disabled { opacity: 0.35; cursor: not-allowed; }
.cfg-val { font-family: 'Space Mono', monospace; font-size: 13px; font-weight: 700; color: var(--navy-deep); min-width: 22px; text-align: center; }
.cfg-val.bump { animation: pulseValue 0.3s ease; }
.cfg-unit { font-size: 10.5px; color: var(--muted); }
.cfg-info { font-family: 'Space Mono', monospace; font-size: 11px; color: var(--cyan); background: rgba(77,184,232,0.1); border-radius: 4px; padding: 5px 10px; line-height: 1.5; text-align: right; flex: 1; min-width: 120px; }
.cfg-sla-wrap { display: flex; align-items: center; gap: 10px; cursor: pointer; flex-wrap: wrap; width: 100%; padding: 10px 12px; background: var(--white-tech); border: 1px solid var(--border); border-radius: 8px; transition: border-color 0.15s, background 0.15s; }
.cfg-sla-wrap:hover { border-color: var(--cyan); }
.cfg-sla-wrap input { width: 17px; height: 17px; accent-color: var(--cyan); cursor: pointer; flex-shrink: 0; }
.cfg-sla-wrap input:checked ~ .cfg-sla-info .cfg-sla-txt { color: var(--navy-deep); }
.cfg-sla-info { display: flex; align-items: center; gap: 8px; flex: 1; min-width: 0; flex-wrap: wrap; }
.cfg-sla-txt { font-size: 12px; font-weight: 700; color: var(--muted); transition: color 0.15s; }
.cfg-sla-price { font-family: 'Space Mono', monospace; font-size: 11px; color: var(--amber-deep); white-space: nowrap; background: #FFF3E0; padding: 2px 7px; border-radius: 4px; }
.cfg-summary { background: var(--navy-deep); color: #fff; border-radius: 8px; padding: 10px 14px; display: flex; align-items: center; justify-content: space-between; gap: 8px; }
.cfg-summary-lbl { font-family: 'Space Mono', monospace; font-size: 10px; color: rgba(255,255,255,0.6); letter-spacing: 0.08em; text-transform: uppercase; }
.cfg-summary-val { font-family: 'Nunito', sans-serif; font-size: 16px; font-weight: 800; color: var(--cyan); }

/* SLA */
.sec-sla { background: var(--white-tech); }
.sla-wrap { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; max-width: 680px; margin-top: 36px; }
.sla-card { background: var(--white); border: 1px solid var(--border); border-radius: 14px; padding: 24px; }
.sla-card.prioritario { border-color: var(--amber); }
.sla-mono { font-family: 'Space Mono', monospace; font-size: 10px; letter-spacing: 0.1em; text-transform: uppercase; margin-bottom: 8px; }
.sla-mono.std { color: var(--navy); }
.sla-mono.up { color: var(--amber-deep); }
.sla-h { font-size: 44px; font-weight: 800; color: var(--navy-deep); line-height: 1; font-family: 'Nunito', sans-serif; }
.sla-unit { font-family: 'Space Mono', monospace; font-size: 11px; color: var(--muted); margin-bottom: 10px; }
.sla-desc { font-size: 12.5px; font-weight: 400; color: var(--muted); line-height: 1.6; }
.sla-pill { font-family: 'Space Mono', monospace; font-size: 11px; font-weight: 700; color: var(--amber-deep); background: #FFF3E0; border-radius: 4px; padding: 3px 10px; display: inline-block; margin-top: 10px; }
.sla-note { font-family: 'Space Mono', monospace; font-size: 11px; color: var(--muted); margin-top: 20px; line-height: 1.7; }

/* INFO SECTION (replaces form) */
.sec-info { background: var(--navy-deep); }
.sec-info .s-tag { background: rgba(77,184,232,0.15); color: var(--cyan); }
.sec-info .s-title { color: #fff; }
.sec-info .s-sub { color: rgba(255,255,255,0.55); }
.info-wrap { display: grid; grid-template-columns: 1fr 1fr; gap: 30px; margin-top: 48px; }
.info-card { background: rgba(255,255,255,0.05); border: 1px solid rgba(255,255,255,0.1); border-radius: 14px; padding: 22px 26px; }
.info-label { font-family: 'Space Mono', monospace; font-size: 10px; letter-spacing: 0.1em; text-transform: uppercase; color: var(--cyan); margin-bottom: 14px; }
.info-item { font-size: 13px; font-weight: 600; color: rgba(255,255,255,0.7); line-height: 1.7; display: flex; align-items: flex-start; gap: 10px; margin-bottom: 6px; }
.info-dot { width: 5px; height: 5px; border-radius: 50%; background: var(--cyan); flex-shrink: 0; margin-top: 8px; }
.wa-cta-btn { display: flex; align-items: center; gap: 14px; background: #1DB954; border-radius: 12px; padding: 18px 22px; text-decoration: none; transition: opacity 0.15s; }
.wa-cta-btn:hover { opacity: 0.9; }
.wa-cta-icon { width: 32px; height: 32px; flex-shrink: 0; }
.wa-cta-strong { font-size: 14px; font-weight: 800; color: #fff; display: block; }
.wa-cta-small { font-size: 11px; color: rgba(255,255,255,0.75); font-family: 'Space Mono', monospace; }

/* STICKY BAR - bottom full-width */
.sticky-bar {
  position: fixed; bottom: 0; left: 0; right: 0; z-index: 90;
  background: var(--navy-deep); border-top: 2px solid var(--cyan);
  padding: 14px 6%; box-shadow: 0 -8px 30px rgba(0,0,0,0.25);
  display: none; align-items: center; justify-content: space-between; gap: 16px; flex-wrap: wrap;
  animation: slideUp 0.4s cubic-bezier(0.2, 0.9, 0.3, 1);
}
.sticky-bar.show { display: flex; }
.sb-left { display: flex; align-items: center; gap: 18px; flex-wrap: wrap; }
.sb-count { font-family: 'Space Mono', monospace; font-size: 11px; color: var(--cyan); letter-spacing: 0.08em; text-transform: uppercase; }
.sb-total-wrap { display: flex; flex-direction: column; }
.sb-total-lbl { font-family: 'Space Mono', monospace; font-size: 10px; color: rgba(255,255,255,0.5); letter-spacing: 0.08em; text-transform: uppercase; }
.sb-total { font-family: 'Nunito', sans-serif; font-size: 22px; font-weight: 800; color: #fff; line-height: 1.1; }
.sb-total sub { font-size: 12px; font-weight: 400; color: rgba(255,255,255,0.5); vertical-align: baseline; }
.sb-items-mini { font-size: 11px; color: rgba(255,255,255,0.55); margin-top: 2px; max-width: 380px; line-height: 1.4; }
.sb-actions { display: flex; align-items: center; gap: 10px; }
.sb-clear { background: transparent; color: rgba(255,255,255,0.55); font-family: 'Nunito', sans-serif; font-size: 12px; font-weight: 600; border: 1px solid rgba(255,255,255,0.2); border-radius: 7px; padding: 9px 14px; cursor: pointer; transition: color 0.15s, border-color 0.15s; }
.sb-clear:hover { color: #fff; border-color: rgba(255,255,255,0.4); }
.sb-finish { background: var(--cyan); color: var(--navy-deep); font-family: 'Nunito', sans-serif; font-size: 14px; font-weight: 800; border: none; border-radius: 8px; padding: 12px 22px; cursor: pointer; transition: opacity 0.15s, transform 0.15s; letter-spacing: 0.02em; }
.sb-finish:hover { opacity: 0.9; transform: translateY(-1px); }

/* MODAL */
.modal-backdrop {
  position: fixed; inset: 0; z-index: 200;
  background: rgba(8, 30, 54, 0.75); backdrop-filter: blur(6px);
  display: none; align-items: center; justify-content: center;
  padding: 20px;
  animation: fadeIn 0.2s ease;
}
.modal-backdrop.show { display: flex; }
.modal {
  background: var(--white); border-radius: 18px;
  width: 100%; max-width: 540px; max-height: 90vh; overflow-y: auto;
  padding: 30px 32px; position: relative;
  animation: modalIn 0.35s cubic-bezier(0.2, 0.9, 0.3, 1);
}
.modal-close { position: absolute; top: 14px; right: 14px; width: 32px; height: 32px; border: none; background: var(--white-tech); border-radius: 50%; cursor: pointer; font-size: 18px; color: var(--muted); display: flex; align-items: center; justify-content: center; transition: background 0.15s, color 0.15s; line-height: 1; }
.modal-close:hover { background: var(--border); color: var(--navy-deep); }
.modal-tag { font-family: 'Space Mono', monospace; font-size: 10px; letter-spacing: 0.12em; text-transform: uppercase; color: var(--navy); margin-bottom: 8px; }
.modal-title { font-family: 'Nunito', sans-serif; font-size: 22px; font-weight: 800; color: var(--navy-deep); margin-bottom: 6px; line-height: 1.2; }
.modal-sub { font-size: 13px; color: var(--muted); line-height: 1.6; margin-bottom: 20px; }
.modal-summary { background: var(--white-tech); border: 1px solid var(--border); border-radius: 10px; padding: 14px 16px; margin-bottom: 20px; }
.modal-sum-lbl { font-family: 'Space Mono', monospace; font-size: 10px; letter-spacing: 0.1em; text-transform: uppercase; color: var(--navy); margin-bottom: 8px; }
.modal-sum-items { font-size: 12.5px; color: var(--text); line-height: 1.7; margin-bottom: 10px; }
.modal-sum-item { padding: 2px 0; }
.modal-sum-total-wrap { border-top: 1px solid var(--border); padding-top: 10px; display: flex; align-items: baseline; justify-content: space-between; gap: 8px; }
.modal-sum-total-lbl { font-size: 11px; color: var(--muted); font-weight: 700; }
.modal-sum-total { font-family: 'Nunito', sans-serif; font-size: 22px; font-weight: 800; color: var(--navy-deep); }
.modal-sum-total sub { font-size: 12px; color: var(--muted); font-weight: 400; }

.modal-fields { display: flex; flex-direction: column; gap: 12px; }
.mf-label { font-size: 12px; font-weight: 700; color: var(--text); margin-bottom: 5px; display: block; }
.mf-input { width: 100%; background: var(--white); border: 1px solid var(--border); border-radius: 8px; padding: 12px 14px; font-family: 'Nunito', sans-serif; font-size: 14px; font-weight: 600; color: var(--text); outline: none; transition: border-color 0.15s; }
.mf-input::placeholder { color: rgba(74, 106, 138, 0.45); font-weight: 400; }
.mf-input:focus { border-color: var(--cyan); }
.mf-input.error { border-color: #E55A5A; background: #FFF5F5; }
.mf-err { font-size: 11px; color: #C53030; margin-top: 4px; display: none; }
.mf-err.show { display: block; }
.modal-submit { width: 100%; background: var(--navy-deep); color: #fff; font-family: 'Nunito', sans-serif; font-size: 15px; font-weight: 800; border: none; border-radius: 9px; padding: 15px; cursor: pointer; transition: opacity 0.15s, transform 0.15s; margin-top: 8px; letter-spacing: 0.02em; }
.modal-submit:hover { opacity: 0.92; transform: translateY(-1px); }
.modal-lgpd { font-size: 11px; color: var(--muted); line-height: 1.6; margin-top: 10px; text-align: center; }
.modal-lgpd a { color: var(--navy); text-decoration: underline; }

.modal-success { display: none; text-align: center; padding: 20px 10px; }
.modal-success.show { display: block; }
.modal-success-icon { width: 64px; height: 64px; border-radius: 50%; background: rgba(77,184,232,0.15); display: flex; align-items: center; justify-content: center; margin: 0 auto 18px; }
.modal-success-icon::after { content: ''; display: block; width: 22px; height: 12px; border-left: 3px solid var(--cyan); border-bottom: 3px solid var(--cyan); transform: rotate(-45deg) translate(2px,-3px); }
.modal-success h3 { font-size: 22px; font-weight: 800; color: var(--navy-deep); margin-bottom: 8px; }
.modal-success p { font-size: 14px; color: var(--muted); line-height: 1.6; }

/* FLOATING WHATSAPP */
.float-wa { position: fixed; bottom: 24px; right: 24px; z-index: 95; width: 56px; height: 56px; border-radius: 50%; background: #1DB954; display: flex; align-items: center; justify-content: center; box-shadow: 0 6px 20px rgba(0,0,0,0.25); text-decoration: none; transition: transform 0.2s, bottom 0.3s; }
.sticky-bar.show ~ .float-wa { bottom: 110px; }
.float-wa:hover { transform: scale(1.08); }
.float-wa svg { width: 30px; height: 30px; }
.float-wa-tooltip { position: absolute; right: 68px; background: #fff; color: var(--navy-deep); font-size: 12px; font-weight: 700; padding: 8px 14px; border-radius: 8px; white-space: nowrap; opacity: 0; pointer-events: none; transition: opacity 0.2s; box-shadow: 0 4px 12px rgba(0,0,0,0.1); }
.float-wa:hover .float-wa-tooltip { opacity: 1; }

footer { background: #081E36; padding: 28px 6%; display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 12px; border-top: 1px solid rgba(77,184,232,0.1); }
.footer-logo img { height: 24px; width: auto; display: block; opacity: 0.7; }
.footer-copy { font-family: 'Space Mono', monospace; font-size: 10px; color: rgba(255,255,255,0.3); }

@media (max-width: 780px) {
  nav { padding: 0 5%; }
  .nav-logo img { height: 28px; }
  .nav-links { display: none; }
  .nav-cta { padding: 8px 14px; font-size: 12px; }
  .hero { padding: 90px 5% 60px; }
  .hero-grid { grid-template-columns: 1fr; gap: 40px; }
  .hero-preview { padding: 18px; }
  .info-wrap { grid-template-columns: 1fr; gap: 16px; }
  .sla-wrap { grid-template-columns: 1fr; max-width: 100%; }
  .step:not(:last-child)::after { display: none; }
  .trust-sep { display: none; }
  section { padding: 60px 5%; }
  .float-wa { width: 50px; height: 50px; bottom: 18px; right: 18px; }
  .sticky-bar.show ~ .float-wa { bottom: 140px; }
  .float-wa-tooltip { display: none; }
  .trust-inner { gap: 18px; }
  .trust-num { font-size: 18px; }
  .trust-lbl { font-size: 10px; }
  .sticky-bar { padding: 12px 5%; flex-direction: column; align-items: stretch; gap: 10px; }
  .sb-left { width: 100%; justify-content: space-between; }
  .sb-actions { width: 100%; }
  .sb-finish { flex: 1; }
  .sb-clear { padding: 10px 12px; }
  .modal { padding: 24px 22px; max-height: 95vh; }
  .modal-title { font-size: 19px; }
  body.sticky-active { padding-bottom: 180px; }
}

@media (min-width: 781px) {
  body.sticky-active { padding-bottom: 90px; }
}

@keyframes fadeUp { from { opacity: 0; transform: translateY(18px); } to { opacity: 1; transform: translateY(0); } }
@keyframes pulseValue { 0%,100%{transform:scale(1)} 50%{transform:scale(1.18)} }
@keyframes slideUp { from { transform: translateY(100%); } to { transform: translateY(0); } }
@keyframes fadeIn { from { opacity: 0; } to { opacity: 1; } }
@keyframes modalIn { from { opacity: 0; transform: scale(0.92) translateY(15px); } to { opacity: 1; transform: scale(1) translateY(0); } }
.hero-kicker { animation: fadeUp 0.5s ease 0.1s both; }
.hero h1 { animation: fadeUp 0.5s ease 0.2s both; }
.hero-desc { animation: fadeUp 0.5s ease 0.3s both; }
.hero-claim { animation: fadeUp 0.5s ease 0.35s both; }
.hero-actions { animation: fadeUp 0.5s ease 0.4s both; }

/* ── Componentes das landings por perfil ─────────────────────────────── */

/* Comparativo comprar x assinar (landing decisor) */
.cmp-wrap { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin-top: 40px; }
.cmp-card { border-radius: 14px; padding: 24px 26px; border: 1.5px solid var(--border); background: var(--white); }
.cmp-card.own { background: var(--white-tech); }
.cmp-card.sub { border-color: var(--cyan); box-shadow: 0 6px 24px rgba(77,184,232,0.14); }
.cmp-head { font-family: 'Space Mono', monospace; font-size: 10px; letter-spacing: 0.1em; text-transform: uppercase; margin-bottom: 12px; }
.cmp-card.own .cmp-head { color: var(--muted); }
.cmp-card.sub .cmp-head { color: var(--navy); }
.cmp-title { font-size: 17px; font-weight: 800; color: var(--navy-deep); margin-bottom: 16px; }
.cmp-list { list-style: none; display: flex; flex-direction: column; gap: 10px; }
.cmp-list li { font-size: 12.5px; font-weight: 600; color: var(--muted); line-height: 1.5; display: flex; align-items: flex-start; gap: 9px; }
.cmp-mark { width: 15px; height: 15px; flex-shrink: 0; margin-top: 1px; border-radius: 50%; display: inline-flex; align-items: center; justify-content: center; font-size: 10px; font-weight: 800; line-height: 1; }
.cmp-mark.no { background: rgba(197,48,48,0.1); color: #C53030; }
.cmp-mark.yes { background: var(--navy); color: #fff; }
.cmp-foot { margin-top: 18px; padding-top: 14px; border-top: 1px solid var(--border); font-family: 'Space Mono', monospace; font-size: 11px; line-height: 1.6; }
.cmp-card.own .cmp-foot { color: var(--muted); }
.cmp-card.sub .cmp-foot { color: var(--navy); }

/* Bloco de objecao antecipada */
.obj-box { background: var(--white-tech); border: 1px solid var(--border); border-left: 3px solid var(--cyan); border-radius: 10px; padding: 18px 22px; margin-top: 28px; max-width: 720px; }
.obj-q { font-size: 14px; font-weight: 800; color: var(--navy-deep); margin-bottom: 7px; }
.obj-a { font-size: 13px; font-weight: 400; color: var(--muted); line-height: 1.7; }

/* Escopo item a item (landing compras) */
.scope-wrap { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin-top: 40px; }
.scope-card { background: var(--white); border: 1px solid var(--border); border-radius: 14px; padding: 22px 24px; }
.scope-card.out { background: var(--white-tech); }
.scope-label { font-family: 'Space Mono', monospace; font-size: 10px; letter-spacing: 0.1em; text-transform: uppercase; margin-bottom: 14px; }
.scope-card.in .scope-label { color: var(--navy); }
.scope-card.out .scope-label { color: var(--amber-deep); }
.scope-list { list-style: none; display: flex; flex-direction: column; gap: 9px; }
.scope-list li { font-size: 13px; font-weight: 600; color: var(--muted); line-height: 1.5; display: flex; align-items: flex-start; gap: 9px; }

/* Tabela de condicoes comerciais */
.terms-table { width: 100%; border-collapse: collapse; margin-top: 28px; font-size: 13px; }
.terms-table th, .terms-table td { text-align: left; padding: 12px 14px; border-bottom: 1px solid var(--border); }
.terms-table th { font-family: 'Space Mono', monospace; font-size: 10px; letter-spacing: 0.08em; text-transform: uppercase; color: var(--navy); background: var(--white-tech); font-weight: 700; }
.terms-table td { color: var(--muted); font-weight: 600; }
.terms-table td:first-child { color: var(--navy-deep); font-weight: 800; }
.terms-table tr:last-child td { border-bottom: none; }

/* Faixa de troca de perfil */
.switch-bar { background: var(--white-tech); border-bottom: 1px solid var(--border); padding: 14px 6%; }
.switch-inner { max-width: 1140px; margin: 0 auto; display: flex; align-items: center; justify-content: center; gap: 12px; flex-wrap: wrap; }
.switch-lbl { font-family: 'Space Mono', monospace; font-size: 11px; color: var(--muted); letter-spacing: 0.06em; }
.switch-link { font-size: 12px; font-weight: 700; color: var(--navy); text-decoration: none; border: 1px solid var(--border); border-radius: 20px; padding: 6px 16px; background: var(--white); transition: border-color 0.15s, color 0.15s; }
.switch-link:hover { border-color: var(--cyan); color: var(--cyan); }
.switch-link[aria-current="page"] { background: var(--navy-deep); color: #fff; border-color: var(--navy-deep); }

/* Aviso de lead fora de perfil */
.oversize-note { background: #FFF3E0; border: 1px solid var(--amber); border-radius: 10px; padding: 16px 20px; margin-top: 32px; max-width: 720px; }
.oversize-note strong { display: block; font-size: 13.5px; font-weight: 800; color: var(--amber-deep); margin-bottom: 5px; }
.oversize-note span { font-size: 12.5px; color: var(--muted); line-height: 1.65; }

@media (max-width: 780px) {
  .cmp-wrap, .scope-wrap { grid-template-columns: 1fr; }
  .terms-table { font-size: 12px; }
  .terms-table th, .terms-table td { padding: 10px 8px; }
}
