@font-face {
  font-family: "DM Sans";
  src: url("/assets/dm-sans-variable.woff2") format("woff2");
  font-weight: 100 1000;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Manrope";
  src: url("/assets/manrope-variable.woff2") format("woff2");
  font-weight: 200 800;
  font-style: normal;
  font-display: swap;
}

:root {
  --forest: #123f33;
  --forest-hover: #255b47;
  --forest-soft: #315d46;
  --citron: #d5ed9f;
  --ivory: #f5f6f2;
  --paper: #fdfefa;
  --white: #ffffff;
  --ink: #283e36;
  --muted: #748078;
  --line: #e2e7df;
  --soft-green: #edf3e6;
  --radius: 12px;
  --shadow: 0 20px 60px rgba(23, 61, 46, 0.1);
  color: var(--ink);
  background: var(--ivory);
  font-family: "DM Sans", sans-serif;
  font-synthesis: none;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--ivory); color: var(--ink); font-size: 16px; line-height: 1.65; }
a { color: inherit; }
button, input, textarea { font: inherit; }
h1, h2, h3, strong, .brand { font-family: "Manrope", sans-serif; }
h1, h2, h3, p { margin-top: 0; }
.shell { width: min(1180px, calc(100% - 48px)); margin-inline: auto; }
.skip-link { position: fixed; z-index: 100; left: 16px; top: -64px; padding: 10px 16px; border-radius: 8px; background: var(--forest); color: white; }
.skip-link:focus { top: 16px; }

.site-header { position: sticky; z-index: 30; top: 0; height: 82px; border-bottom: 1px solid rgba(226, 231, 223, 0.86); background: rgba(253, 254, 250, 0.92); backdrop-filter: blur(16px); }
.header-inner { display: flex; height: 100%; align-items: center; justify-content: space-between; gap: 32px; }
.brand { display: flex; }
.brand img { display: block; }
.header-inner nav { display: flex; align-items: center; gap: 30px; }
.header-inner nav a, .portal-link { color: #536650; font-size: 13px; font-weight: 650; text-decoration: none; }
.header-inner nav a:hover { color: var(--forest); }
.portal-link { padding: 10px 15px; border: 1px solid #bfcdbf; border-radius: 8px; color: var(--forest); transition: background 160ms, border-color 160ms; }
.portal-link:hover { border-color: #91a990; background: #eef3e8; }

.eyebrow, .section-number, .mini-label, .control-label { font-family: "Manrope", sans-serif; font-size: 10px; font-weight: 750; letter-spacing: 0.14em; text-transform: uppercase; }
.eyebrow { display: flex; align-items: center; gap: 10px; margin: 0 0 24px; color: #567448; }
.eyebrow > span { width: 30px; height: 2px; border-radius: 2px; background: #83a66f; }
.section-number { margin-bottom: 18px; color: #567448; }

.hero { display: grid; grid-template-columns: minmax(0, 0.95fr) minmax(460px, 1.05fr); align-items: center; gap: 72px; min-height: 700px; padding-block: 80px 88px; }
.hero h1 { max-width: 680px; margin-bottom: 26px; color: var(--forest); font-size: clamp(48px, 5.4vw, 74px); font-weight: 580; letter-spacing: -0.052em; line-height: 1.04; }
.hero h1 em { display: block; color: #587a4e; font-family: "Manrope", sans-serif; font-style: normal; font-weight: 430; }
.hero-lead { max-width: 660px; margin-bottom: 0; color: #52665e; font-size: 18px; line-height: 1.72; }
.hero-actions { display: flex; align-items: center; gap: 25px; margin-top: 34px; }
.button { display: inline-flex; min-height: 48px; align-items: center; justify-content: center; gap: 14px; padding: 13px 20px; border: 0; border-radius: 8px; background: var(--forest); color: white; font-weight: 700; text-decoration: none; cursor: pointer; transition: background 160ms, transform 160ms, box-shadow 160ms; }
.button:hover { background: var(--forest-hover); box-shadow: 0 8px 22px rgba(18, 63, 51, 0.16); transform: translateY(-1px); }
.button:disabled { opacity: 0.58; cursor: wait; transform: none; }
.text-link { padding-block: 8px; color: var(--forest-soft); font-size: 14px; font-weight: 700; text-decoration: underline; text-decoration-color: #afbeb4; text-underline-offset: 5px; }
.hero-trust { display: flex; flex-wrap: wrap; gap: 17px; margin-top: 28px; color: #6f7f76; font-size: 12px; }
.hero-trust span { display: flex; align-items: center; gap: 7px; }
.hero-trust i { width: 6px; height: 6px; border-radius: 50%; background: #83a66f; box-shadow: 0 0 0 4px #e8efe1; }

.product-scene { position: relative; min-height: 540px; }
.product-scene::before { content: ""; position: absolute; inset: 6% 2% 4% 8%; border-radius: 48% 52% 38% 62%; background: #e9eee3; filter: blur(1px); }
.scene-window { position: absolute; z-index: 2; inset: 28px 34px 88px 0; overflow: hidden; border: 1px solid #dae2d8; border-radius: 14px; background: var(--paper); box-shadow: var(--shadow); animation: scene-in 600ms ease both; }
.scene-header { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 19px 21px; border-bottom: 1px solid var(--line); }
.scene-agent { display: flex; align-items: center; gap: 11px; }
.scene-agent div { display: grid; }
.scene-agent strong { color: var(--forest); font-size: 13px; }
.scene-agent small { color: var(--muted); font-size: 10px; }
.agent-mark { display: grid; width: 37px; height: 37px; place-items: center; border-radius: 50%; background: var(--forest); color: var(--citron); }
.live-status { display: flex; align-items: center; gap: 7px; padding: 6px 9px; border-radius: 999px; background: #edf5e6; color: #395437; font-size: 10px; font-weight: 700; }
.live-status i { width: 6px; height: 6px; border-radius: 50%; background: #5c985e; }
.scene-body { min-height: 342px; padding: 29px 24px; background: linear-gradient(145deg, #fbfcf8 0%, #f3f6ee 100%); }
.message { width: fit-content; max-width: 82%; margin-bottom: 18px; padding: 13px 15px; border: 1px solid #e1e7df; border-radius: 14px 14px 14px 3px; background: white; box-shadow: 0 5px 18px rgba(30, 64, 50, 0.05); }
.message.customer { margin-left: auto; border: 0; border-radius: 14px 14px 3px 14px; background: #dfe9ce; }
.message span { color: #63806a; font-size: 9px; font-weight: 800; letter-spacing: 0.08em; text-transform: uppercase; }
.message p { margin: 5px 0 0; font-size: 13px; line-height: 1.5; }
.agent-action { display: flex; width: max-content; align-items: center; gap: 10px; margin: 15px 0 18px; padding: 9px 12px; border: 1px solid #dbe4d4; border-radius: 9px; background: #f5f8f1; }
.agent-action > span { display: grid; width: 24px; height: 24px; place-items: center; border-radius: 50%; background: #e1ebd3; color: #416447; font-size: 11px; font-weight: 800; }
.agent-action p { display: grid; margin: 0; }
.agent-action strong { color: #42624e; font-size: 10px; }
.agent-action small { color: var(--muted); font-size: 9px; }
.scene-footer { display: flex; justify-content: space-between; gap: 14px; padding: 15px 21px; border-top: 1px solid var(--line); color: #78867d; font-size: 9px; }
.control-card { position: absolute; z-index: 4; right: 0; bottom: 24px; width: 268px; padding: 21px; border: 1px solid #d9e2d5; border-radius: 12px; background: white; box-shadow: 0 14px 36px rgba(23, 61, 46, 0.13); animation: scene-in 600ms 160ms ease both; }
.control-label { color: #78916c; }
.control-card > strong { display: block; margin: 8px 0 6px; color: var(--forest); font-size: 16px; }
.control-card p { margin-bottom: 15px; color: #69786f; font-size: 11px; line-height: 1.55; }
.route { display: flex; align-items: center; gap: 8px; color: #45604f; font-size: 9px; font-weight: 800; }
.route span { padding: 5px 8px; border: 1px solid #dce6d7; border-radius: 6px; background: #f3f6ee; }
.route i { flex: 1; height: 1px; background: #b8c8b6; }

.value-strip { border-block: 1px solid #2a5748; background: var(--forest); color: #eff4e9; }
.value-strip .shell { display: flex; min-height: 78px; align-items: center; justify-content: space-between; gap: 20px; }
.value-strip p { margin: 0; font-size: 12px; font-weight: 650; }
.value-strip i { width: 4px; height: 4px; border-radius: 50%; background: #9bb781; }

.agent-section, .control-section, .whatsapp-section, .faq { padding-block: 118px; }
.section-heading { display: grid; grid-template-columns: minmax(0, 1.45fr) minmax(300px, 0.55fr); align-items: end; gap: 90px; margin-bottom: 58px; }
.section-heading h2, .control-copy h2, .connections-copy h2, .whatsapp-card h2, .faq-intro h2, .contact-copy h2 { margin: 0; color: var(--forest); font-size: clamp(37px, 4vw, 54px); font-weight: 560; letter-spacing: -0.045em; line-height: 1.1; }
.section-heading > p { margin: 0 0 5px; color: #687970; }
.brain-layout { display: grid; grid-template-columns: minmax(0, 1.35fr) minmax(330px, 0.65fr); gap: 28px; }
.brain-panel { overflow: hidden; border: 1px solid var(--line); border-radius: 16px; background: var(--paper); box-shadow: 0 10px 32px rgba(23, 61, 46, 0.06); }
.panel-top, .panel-bottom { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 20px 22px; }
.panel-top { border-bottom: 1px solid var(--line); }
.panel-top > div { display: grid; gap: 3px; }
.mini-label { color: #879381; font-size: 8px; }
.panel-top strong { color: var(--forest); font-size: 14px; }
.published { display: flex; align-items: center; gap: 7px; color: #52784b; font-size: 10px; font-weight: 700; }
.published i { width: 7px; height: 7px; border-radius: 50%; background: #6b965c; box-shadow: 0 0 0 4px #edf3e6; }
.brain-grid { display: grid; gap: 11px; padding: 20px; background: #f5f7f2; }
.brain-grid article { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 15px; padding: 18px; border: 1px solid #e1e7df; border-radius: 10px; background: white; }
.brain-grid article div { display: grid; gap: 3px; }
.brain-grid article strong { color: #344f42; font-size: 12px; }
.brain-grid article p { margin: 0; color: #6c7b73; font-size: 10px; line-height: 1.5; }
.brain-grid article small { color: #718869; font-size: 9px; }
.card-icon { display: grid; width: 34px; height: 34px; place-items: center; border-radius: 8px; background: #edf3e6; color: #456a4b; font: 750 9px "Manrope", sans-serif; }
.panel-bottom { border-top: 1px solid var(--line); color: var(--muted); font-size: 10px; }
.panel-status { padding: 8px 11px; border-radius: 7px; background: var(--forest); color: white; font-size: 9px; font-weight: 700; }
.brain-copy { display: grid; border-top: 1px solid #cfd8ce; }
.brain-copy article { display: grid; grid-template-columns: 35px 1fr; gap: 16px; padding: 24px 4px; border-bottom: 1px solid var(--line); }
.brain-copy article > span { color: #78916c; font: 700 10px "Manrope", sans-serif; }
.brain-copy h3 { margin-bottom: 6px; color: var(--forest); font-size: 17px; }
.brain-copy p { margin: 0; color: #6b7a72; font-size: 13px; }

.journey-section { padding-block: 112px; overflow: hidden; background: var(--forest); color: white; }
.section-heading.inverse h2 { color: white; }
.section-heading.inverse .section-number { color: #b5cc7d; }
.section-heading.inverse > p { color: #b8c9c0; }
.journey-flow { display: grid; grid-template-columns: repeat(4, 1fr); margin: 0; padding: 0; list-style: none; counter-reset: steps; }
.journey-flow li { position: relative; min-height: 300px; padding: 10px 27px 20px; border-left: 1px solid rgba(255, 255, 255, 0.16); }
.journey-flow li:first-child { padding-left: 0; border-left: 0; }
.journey-flow li:not(:last-child)::after { content: "→"; position: absolute; top: 20px; right: -9px; z-index: 2; color: #98b27c; font-size: 18px; }
.step-number { display: grid; width: 38px; height: 38px; margin-bottom: 48px; place-items: center; border: 1px solid #587567; border-radius: 50%; color: #c8dcb2; font: 600 12px "Manrope", sans-serif; }
.journey-flow small { color: #a8c18c; font-size: 8px; font-weight: 750; letter-spacing: 0.13em; }
.journey-flow h3 { margin: 14px 0 10px; font-size: 18px; font-weight: 600; }
.journey-flow p { margin: 0; color: #b8cbc2; font-size: 13px; }

.control-section { display: grid; grid-template-columns: minmax(340px, 0.72fr) minmax(0, 1.28fr); align-items: center; gap: 74px; }
.control-copy > p:not(.section-number) { margin: 24px 0 30px; color: #67786f; }
.control-copy ul { display: grid; gap: 0; margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.control-copy li { display: grid; grid-template-columns: 28px 1fr; gap: 12px; padding: 17px 0; border-bottom: 1px solid var(--line); }
.control-copy li > span { display: grid; width: 24px; height: 24px; place-items: center; border-radius: 50%; background: #e8f0df; color: #426c4a; font-size: 10px; }
.control-copy li div { display: grid; gap: 3px; }
.control-copy li strong { color: #365443; font-size: 13px; }
.control-copy li small { color: #748078; font-size: 11px; line-height: 1.5; }
.dashboard-preview { padding: 22px; border: 1px solid var(--line); border-radius: 16px; background: var(--paper); box-shadow: var(--shadow); }
.dashboard-head { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 3px 2px 18px; }
.dashboard-head > div { display: grid; gap: 3px; }
.dashboard-head strong { color: var(--forest); font-size: 14px; }
.dashboard-head > span { padding: 7px 9px; border: 1px solid var(--line); border-radius: 7px; color: #65756c; font-size: 9px; }
.metrics { display: grid; grid-template-columns: repeat(4, 1fr); gap: 9px; }
.metrics article { padding: 14px; border: 1px solid #e4e9e1; border-radius: 9px; background: white; }
.metrics span, .metrics small { display: block; color: #77857d; font-size: 8px; line-height: 1.4; }
.metrics strong { display: block; margin: 10px 0 4px; color: var(--forest); font-size: 17px; letter-spacing: -0.03em; }
.chart-card { margin-top: 10px; padding: 17px 16px 13px; border: 1px solid #e4e9e1; border-radius: 9px; background: white; }
.chart-title { display: flex; align-items: center; justify-content: space-between; gap: 16px; }
.chart-title strong { color: #435a4e; font-size: 10px; }
.chart-title > span { display: flex; align-items: center; gap: 5px; color: #77857d; font-size: 7px; }
.chart-title i { width: 6px; height: 6px; border-radius: 2px; background: var(--forest); }
.chart-title i:last-of-type { margin-left: 5px; background: #b8d77c; }
.bars { display: flex; height: 140px; align-items: end; gap: 7px; margin-top: 17px; padding-top: 8px; border-bottom: 1px solid var(--line); }
.bars span { position: relative; flex: 1; height: var(--a); border-radius: 3px 3px 0 0; background: var(--forest); }
.bars span::after { content: ""; position: absolute; inset: auto 18% 0; height: var(--b); border-radius: 2px 2px 0 0; background: #b8d77c; }
.demo-note { margin: 10px 3px 0; color: #87938c; font-size: 8px; }

.connections-section { padding-block: 112px; background: #eef1e9; }
.connections-grid { display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(340px, 0.9fr); align-items: center; gap: 88px; }
.connections-map { position: relative; min-height: 430px; }
.connections-map svg { position: absolute; z-index: 0; inset: 0; width: 100%; height: 100%; fill: none; stroke: #a9b9a9; stroke-width: 1.3; stroke-dasharray: 4 6; }
.connection-core, .connection-node { position: absolute; z-index: 2; display: grid; padding: 15px; border: 1px solid #d7dfd3; border-radius: 12px; background: white; box-shadow: 0 8px 26px rgba(23, 61, 46, 0.07); }
.connection-core { top: 143px; left: calc(50% - 75px); width: 150px; place-items: center; padding-block: 22px; background: var(--forest); color: white; }
.connection-core > span { display: grid; width: 34px; height: 34px; margin-bottom: 8px; place-items: center; border-radius: 50%; background: #285444; color: var(--citron); }
.connection-core strong, .connection-node strong { font-size: 12px; }
.connection-core small { color: #aebfab; font-size: 9px; }
.connection-node { width: 154px; grid-template-columns: 36px 1fr; column-gap: 10px; }
.connection-node > span { grid-row: 1 / 3; display: grid; width: 36px; height: 36px; place-items: center; border-radius: 8px; background: #edf3e6; color: #52704f; font: 700 8px "Manrope", sans-serif; }
.connection-node strong { color: #3d5849; }
.connection-node small { color: #77857d; font-size: 9px; }
.connection-node.agenda { top: 27px; left: 12px; }
.connection-node.cadastro { top: 18px; right: 2px; }
.connection-node.pedidos { right: 6px; bottom: 24px; }
.connections-copy h2 { margin-bottom: 24px; }
.connections-copy > p:not(.section-number) { color: #687970; }
.example-list { display: grid; gap: 8px; margin: 27px 0 21px; }
.example-list span { padding: 13px 15px; border: 1px solid #dce4d8; border-radius: 8px; background: rgba(255, 255, 255, 0.62); color: #45604f; font-size: 12px; font-weight: 650; }
.connections-copy > small { display: block; color: #748078; font-size: 11px; line-height: 1.6; }

.whatsapp-card { display: grid; grid-template-columns: 90px minmax(0, 1.2fr) minmax(280px, 0.62fr); align-items: center; gap: 46px; padding: 48px; border: 1px solid var(--line); border-radius: 16px; background: var(--paper); }
.whatsapp-symbol { display: grid; width: 74px; height: 74px; place-items: center; border-radius: 50%; background: var(--forest); box-shadow: 0 0 0 12px #e9efe3; }
.whatsapp-symbol span { display: grid; width: 30px; height: 30px; place-items: center; border: 1px solid #5d806d; border-radius: 50%; color: var(--citron); font-weight: 800; }
.whatsapp-card h2 { margin-bottom: 18px; font-size: clamp(32px, 3.2vw, 46px); }
.whatsapp-card > div:nth-child(2) > p:last-child { margin-bottom: 0; color: #687970; }
.whatsapp-card aside { padding: 22px; border-left: 3px solid #83a66f; background: #f0f4eb; }
.whatsapp-card aside strong { color: #385845; font-size: 13px; }
.whatsapp-card aside p { margin: 8px 0 12px; color: #65766c; font-size: 11px; }
.whatsapp-card aside small { color: #7b887f; font-size: 9px; line-height: 1.5; }

.plans { padding-block: 112px; background: #e9ede5; }
.section-heading.centered { display: block; max-width: 720px; margin: 0 auto 50px; text-align: center; }
.section-heading.centered h2 { margin-bottom: 15px; }
.section-heading.centered > p:last-child { color: #687970; }
.pricing-controls { display: grid; justify-items: center; gap: 14px; margin: -20px auto 30px; }
.pricing-toggle { display: inline-flex; gap: 4px; padding: 4px; border: 1px solid #cbd8c9; border-radius: 999px; background: rgba(255, 255, 255, 0.56); }
.pricing-toggle button { display: inline-flex; align-items: center; gap: 7px; padding: 10px 16px; border: 0; border-radius: 999px; background: transparent; color: #5b6e63; font: 700 11px "Manrope", sans-serif; cursor: pointer; }
.pricing-toggle button span { color: #829087; font: 500 10px "DM Sans", sans-serif; }
.pricing-toggle button[aria-pressed="true"] { background: var(--forest); color: white; box-shadow: 0 3px 8px rgba(23, 61, 46, 0.16); }
.pricing-toggle button[aria-pressed="true"] span { color: #d5e4c6; }
.pricing-clarity { max-width: 650px; margin: 0; color: #63756b; font-size: 11px; line-height: 1.5; text-align: center; }
.pricing-clarity strong { color: #385845; }
.plan-grid { grid-template-columns: repeat(3, 1fr); gap: 13px; margin-bottom: 16px; }
.plan-grid:not([hidden]) { display: grid; }
.plan-card { display: flex; min-height: 340px; flex-direction: column; padding: 27px; border: 1px solid var(--line); border-radius: 12px; background: var(--paper); }
.plan-card.featured { border-color: #315d46; box-shadow: 0 10px 28px rgba(23, 61, 46, 0.11); }
.plan-name { color: #53675d; font-size: 12px; font-weight: 800; }
.plan-badge { align-self: flex-start; margin-top: 10px; padding: 5px 8px; border-radius: 999px; background: #e6efd9; color: #3d6849; font-size: 9px; font-weight: 800; letter-spacing: 0.02em; }
.plan-price { margin: 25px 0 13px; color: var(--forest); font: 650 34px "Manrope", sans-serif; letter-spacing: -0.04em; }
.plan-price small { color: #748078; font: 500 10px "DM Sans", sans-serif; letter-spacing: 0; }
.plan-annual { min-height: 32px; margin: -8px 0 18px; color: #315d46; font-size: 11px; font-weight: 650; line-height: 1.45; }
.plan-external-costs { grid-column: 1 / -1; display: block; margin-top: -10px; color: #53675d; font-size: 11px; line-height: 1.45; }
.plan-card ul { margin: 0 0 23px; padding-left: 18px; color: #69786f; font-size: 12px; }
.plan-card li { margin: 7px 0; }
.plan-card .button { margin-top: auto; }
.plan-promise { display: grid; grid-template-columns: 1fr 1fr auto; align-items: center; gap: 35px; padding: 25px 28px; border: 1px solid var(--line); border-radius: 12px; background: var(--paper); }
.plan-promise div { display: grid; gap: 4px; }
.plan-promise strong { color: #3a5848; font-size: 12px; }
.plan-promise span { color: #748078; font-size: 10px; }
.secondary-action { box-shadow: none; }

.faq { display: grid; grid-template-columns: minmax(280px, 0.72fr) minmax(0, 1.28fr); gap: 90px; }
.faq-intro h2 { margin-top: 22px; }
.faq-list { border-top: 1px solid #cbd5ca; }
details { padding: 22px 0; border-bottom: 1px solid var(--line); }
summary { position: relative; padding-right: 45px; color: #385345; font-family: "Manrope", sans-serif; font-size: 14px; font-weight: 650; list-style: none; cursor: pointer; }
summary::-webkit-details-marker { display: none; }
summary::after { content: "+"; position: absolute; top: -3px; right: 8px; color: #688267; font-size: 21px; font-weight: 300; }
details[open] summary::after { content: "−"; }
details p { max-width: 650px; margin: 14px 46px 0 0; color: #6d7b73; font-size: 13px; }

.contact-band { padding-block: 100px; background: var(--forest); color: white; }
.contact-grid { display: grid; grid-template-columns: minmax(300px, 0.72fr) minmax(0, 1.28fr); align-items: start; gap: 90px; }
.section-number.light { color: #b5cc7d; }
.contact-copy h2 { margin-bottom: 23px; color: white; }
.contact-copy > p:not(.section-number) { color: #b8cac1; }
.contact-copy ul { margin: 29px 0 0; padding: 0; list-style: none; }
.contact-copy li { position: relative; padding: 10px 0 10px 20px; border-bottom: 1px solid rgba(255, 255, 255, 0.13); color: #d6e1db; font-size: 12px; }
.contact-copy li::before { content: "✓"; position: absolute; left: 0; color: #afc88e; }
.lead-form, .contact-fallback { padding: 34px; border-radius: 12px; background: var(--paper); color: var(--ink); }
.lead-form:not([hidden]) { display: block; }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.lead-form label { display: flex; flex-direction: column; margin-bottom: 17px; color: #42594d; font-size: 11px; font-weight: 700; }
.lead-form label > span { color: var(--muted); font-weight: 500; }
input, textarea { width: 100%; margin-top: 7px; padding: 12px 13px; border: 1px solid #d8e1d7; border-radius: 8px; outline: none; background: white; color: #233f34; }
textarea { resize: vertical; }
input:focus, textarea:focus { border-color: #5c886c; box-shadow: 0 0 0 3px rgba(111, 154, 118, 0.14); }
input::placeholder, textarea::placeholder { color: #939e96; }
.consent { flex-direction: row !important; align-items: flex-start; gap: 10px; font-weight: 500 !important; }
.consent input { width: 18px; height: 18px; margin: 2px 0 0; }
.website-field { position: absolute; left: -10000px; }
.form-status { min-height: 22px; margin: 0 0 7px; font-size: 11px; }
.form-status.success { color: #2f7544; }
.form-status.error { color: #9a4534; }
.lead-form > small { display: block; margin-top: 16px; color: var(--muted); font-size: 9px; }
.contact-fallback p { color: var(--muted); }
.contact-fallback a { color: var(--forest); font-weight: 750; text-decoration: underline; text-underline-offset: 5px; }

.footer { display: grid; grid-template-columns: 1.2fr 1fr 0.8fr; align-items: start; gap: 45px; padding-block: 50px; }
.footer-brand p { max-width: 340px; margin: 9px 0 0; color: var(--muted); font-size: 11px; }
.footer nav { display: grid; grid-template-columns: 1fr 1fr; gap: 8px 22px; }
.footer a { color: #586a60; font-size: 10px; text-decoration: none; }
.footer a:hover { text-decoration: underline; }
.footer-meta { display: flex; flex-direction: column; align-items: flex-end; gap: 9px; color: var(--muted); font-size: 10px; }

button:focus-visible, a:focus-visible, summary:focus-visible, input:focus-visible, textarea:focus-visible { outline: 3px solid #80ac76; outline-offset: 3px; }
@keyframes scene-in { from { opacity: 0; transform: translateY(14px); } to { opacity: 1; transform: translateY(0); } }

@media (max-width: 1000px) {
  .header-inner nav { display: none; }
  .hero { grid-template-columns: 1fr; gap: 45px; padding-top: 65px; }
  .hero-copy { max-width: 760px; }
  .product-scene { width: min(680px, 100%); }
  .section-heading, .control-section, .connections-grid, .faq, .contact-grid { grid-template-columns: 1fr; gap: 42px; }
  .brain-layout { grid-template-columns: 1fr; }
  .brain-copy { grid-template-columns: repeat(3, 1fr); }
  .brain-copy article { grid-template-columns: 1fr; padding-inline: 18px; border-left: 1px solid var(--line); }
  .journey-flow { grid-template-columns: repeat(2, 1fr); gap: 35px 0; }
  .journey-flow li:nth-child(3) { border-left: 0; padding-left: 0; }
  .dashboard-preview { max-width: 760px; }
  .connections-map { width: min(600px, 100%); }
  .whatsapp-card { grid-template-columns: 74px 1fr; }
  .whatsapp-card aside { grid-column: 1 / -1; }
  .pricing-toggle button { padding-inline: 13px; }
  .plan-promise { grid-template-columns: 1fr 1fr; }
  .plan-promise .button { grid-column: 1 / -1; justify-self: start; }
}

@media (max-width: 700px) {
  .shell { width: min(100% - 30px, 1180px); }
  .site-header { height: 70px; }
  .brand img { width: 128px; }
  .portal-link { padding: 8px 10px; font-size: 11px; }
  .hero { min-height: 0; padding-block: 52px 66px; }
  .hero h1 { font-size: clamp(42px, 12vw, 58px); }
  .hero-lead { font-size: 16px; }
  .hero-actions { align-items: stretch; flex-direction: column; gap: 13px; }
  .hero-actions .button { text-align: center; }
  .text-link { align-self: flex-start; }
  .hero-trust { flex-direction: column; }
  .product-scene { min-height: 530px; }
  .scene-window { inset: 0 0 105px; }
  .scene-body { min-height: 350px; padding-inline: 17px; }
  .control-card { right: 13px; bottom: 13px; width: calc(100% - 38px); }
  .value-strip .shell { align-items: flex-start; flex-direction: column; gap: 6px; padding-block: 20px; }
  .value-strip i { display: none; }
  .agent-section, .control-section, .whatsapp-section, .faq { padding-block: 80px; }
  .section-heading h2, .control-copy h2, .connections-copy h2, .whatsapp-card h2, .faq-intro h2, .contact-copy h2 { font-size: 37px; }
  .brain-grid article { grid-template-columns: auto 1fr; }
  .brain-grid article small { grid-column: 2; }
  .brain-copy { grid-template-columns: 1fr; }
  .brain-copy article { grid-template-columns: 32px 1fr; border-left: 0; }
  .journey-section, .connections-section, .plans, .contact-band { padding-block: 78px; }
  .journey-flow { grid-template-columns: 1fr; }
  .journey-flow li, .journey-flow li:nth-child(3) { min-height: 0; padding: 20px 0 30px 54px; border-left: 1px solid rgba(255, 255, 255, 0.16); }
  .journey-flow li:not(:last-child)::after { content: "↓"; top: auto; right: auto; bottom: -14px; left: -6px; }
  .step-number { position: absolute; top: 19px; left: 14px; width: 28px; height: 28px; margin: 0; }
  .metrics { grid-template-columns: repeat(2, 1fr); }
  .dashboard-preview { padding: 14px; }
  .bars { gap: 4px; }
  .connections-map { min-height: 380px; transform: scale(0.92); transform-origin: center; }
  .connection-node.agenda { left: 0; }
  .connection-node.cadastro, .connection-node.pedidos { right: 0; }
  .whatsapp-card { grid-template-columns: 1fr; padding: 30px 24px; }
  .whatsapp-card aside { grid-column: auto; }
  .pricing-controls { margin-top: -18px; }
  .pricing-toggle { width: 100%; flex-direction: column; border-radius: 12px; }
  .pricing-toggle button { justify-content: space-between; border-radius: 8px; }
  .pricing-clarity { text-align: left; }
  .plan-grid:not([hidden]) { grid-template-columns: 1fr; }
  .plan-promise { grid-template-columns: 1fr; }
  .plan-promise .button { grid-column: auto; justify-self: stretch; }
  .field-row { grid-template-columns: 1fr; gap: 0; }
  .lead-form, .contact-fallback { padding: 24px; }
  .footer { grid-template-columns: 1fr; }
  .footer-meta { align-items: flex-start; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .scene-window, .control-card { animation: none; }
  .button { transition: none; }
}
