<!DOCTYPE html>
<html lang="pt-BR">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Ag&#234;ncia Kolmme &#8211; Estruture sua Opera&#231;&#227;o de Vendas</title>
<style>
/* =================================================
   KOLMME V6 — PREMIUM FINAL
   Dourado opaco · Verde neon · Layout clean
   Mobile-first · Elementor-ready
   ================================================= */
:root {
  --ink:      #09111e;
  --ink-2:    #0d1929;
  --ink-3:    #111f33;
  --surf:     #162336;
  --surf-2:   #1b2a3e;
  --b:        rgba(255,255,255,0.07);
  --bh:       rgba(255,255,255,0.14);

  /* Dourado opaco — sofisticado */
  --g:        #c8a96e;
  --g2:       #ddc08a;
  --gs:       rgba(200,169,110,0.11);
  --gg:       rgba(200,169,110,0.26);

  /* Verde neon tecnológico */
  --cta:      #00d084;
  --cta-h:    #00b872;
  --cta-g:    rgba(0,208,132,0.32);
  --cta-d:    rgba(0,208,132,0.12);

  /* Texto */
  --t1: #f0f4ff;
  --t2: #b4c4d8;
  --t3: #7a90aa;

  --font: Arial, Helvetica, sans-serif;
  --w: 1140px;
  --r: 10px;
  --rl: 16px;
  --rx: 22px;
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; -webkit-font-smoothing: antialiased; }
body { background: var(--ink); color: var(--t1); font-family: var(--font); font-size: 16px; line-height: 1.78; overflow-x: hidden; }

.container { max-width: var(--w); margin: 0 auto; padding: 0 24px; }
.sec { padding: 108px 24px; }
.sec-lt { background: var(--ink-2); }
.sec-dk { background: var(--ink); }

/* Grain */
body::before { content: ''; position: fixed; inset: 0; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E"); opacity: 0.016; pointer-events: none; z-index: 9999; }

/* Reveal */
.rv { opacity: 0; transform: translateY(16px); transition: opacity .55s cubic-bezier(.16,1,.3,1), transform .55s cubic-bezier(.16,1,.3,1); }
.rv.on { opacity: 1; transform: none; }
.d1 { transition-delay: .07s; } .d2 { transition-delay: .15s; } .d3 { transition-delay: .23s; } .d4 { transition-delay: .31s; }

/* Labels */
.chip { display: inline-flex; align-items: center; gap: 7px; background: var(--gs); border: 1px solid rgba(200,169,110,.25); border-radius: 999px; padding: 4px 14px 4px 10px; font-size: 11px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: var(--g); margin-bottom: 16px; }
.chip-dot { width: 6px; height: 6px; background: var(--g); border-radius: 50%; box-shadow: 0 0 7px var(--g); animation: pd 2.4s ease-in-out infinite; }
@keyframes pd { 0%,100%{opacity:1} 50%{opacity:.28} }

.eyebrow { display: inline-block; font-size: 10.5px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; color: var(--g); margin-bottom: 13px; }

.h1 { font-size: clamp(1.95rem, 4.6vw, 3.6rem); font-weight: 700; line-height: 1.09; letter-spacing: -.025em; color: var(--t1); }
.h2 { font-size: clamp(1.6rem, 3vw, 2.35rem); font-weight: 700; line-height: 1.15; letter-spacing: -.022em; color: var(--t1); }
.h1 em, .h2 em { font-style: normal; color: var(--g); }

/* CTA Buttons */
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 8px; font-family: var(--font); font-weight: 700; font-size: .86rem; letter-spacing: .05em; text-transform: uppercase; text-decoration: none; border: none; cursor: pointer; border-radius: var(--r); transition: background .18s, transform .14s, box-shadow .18s; }
.btn-main { background: var(--cta); color: #051a10; padding: 16px 32px; box-shadow: 0 0 28px var(--cta-g); }
.btn-main:hover { background: var(--cta-h); transform: translateY(-2px); box-shadow: 0 4px 44px var(--cta-g); }
.btn-main svg { width: 15px; height: 15px; flex-shrink: 0; }
.btn-outline { background: transparent; color: var(--t2); padding: 15px 26px; border: 1px solid var(--bh); }
.btn-outline:hover { border-color: var(--g); color: var(--g); }
.btn-form { background: var(--cta); color: #051a10; padding: 14px; width: 100%; justify-content: center; box-shadow: 0 0 20px var(--cta-g); font-size: .83rem; }
.btn-form:hover { background: var(--cta-h); box-shadow: 0 0 30px var(--cta-g); }
.btn-back { background: none; border: 1px solid var(--bh); color: var(--t3); padding: 13px 18px; font-size: .8rem; border-radius: var(--r); cursor: pointer; font-family: var(--font); transition: border-color .2s, color .2s; }
.btn-back:hover { border-color: var(--g); color: var(--g); }

/* Background mech */
.bg { position: absolute; inset: 0; pointer-events: none; z-index: 0; overflow: hidden; }

/* ===== HERO ===== */
#hero {
  min-height: 100vh; display: flex; align-items: center;
  padding: 80px 24px 80px; position: relative; overflow: hidden;
  background: var(--ink); text-align: center;
}
.hero-inner { position: relative; z-index: 1; max-width: 780px; margin: 0 auto; }
.hero-h { margin-bottom: 12px; }
.hero-line { font-size: .95rem; color: var(--t2); line-height: 1.7; max-width: 540px; margin: 0 auto 32px; }
.hero-line strong { color: var(--t1); }

.hero-bullets { display: flex; flex-direction: column; gap: 10px; max-width: 480px; margin: 0 auto 36px; text-align: left; }
.hb { display: flex; align-items: flex-start; gap: 11px; font-size: .88rem; color: var(--t2); }
.hb-dot { width: 17px; height: 17px; flex-shrink: 0; background: var(--cta-d); border: 1px solid rgba(0,208,132,.3); border-radius: 50%; display: flex; align-items: center; justify-content: center; margin-top: 2px; }
.hb-dot svg { width: 8px; height: 8px; color: var(--cta); }

.hero-cta { display: flex; align-items: center; justify-content: center; gap: 13px; flex-wrap: wrap; margin-bottom: 44px; }
.hero-proof { display: flex; align-items: center; justify-content: center; gap: 22px; flex-wrap: wrap; }
.proof-item { display: flex; align-items: center; gap: 7px; font-size: .76rem; color: var(--t3); }
.proof-sep { width: 4px; height: 4px; background: var(--g); border-radius: 50%; opacity: .5; }

/* ===== DOR ===== */
#pain { position: relative; overflow: hidden; border-top: 1px solid var(--b); border-bottom: 1px solid var(--b); }
.pain-header { text-align: center; max-width: 580px; margin: 0 auto 52px; }
.pain-header .h2 { margin-bottom: 10px; }
.pain-header p { color: var(--t2); font-size: .93rem; }
.pain-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 16px; position: relative; z-index: 1; }
.pain-card { background: var(--surf); border: 1px solid var(--b); border-radius: var(--rl); padding: 28px 22px; transition: border-color .22s, transform .22s; position: relative; overflow: hidden; }
.pain-card::after { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 2px; background: linear-gradient(90deg, transparent, var(--g), transparent); opacity: 0; transition: opacity .28s; }
.pain-card:hover { border-color: rgba(200,169,110,.28); transform: translateY(-3px); }
.pain-card:hover::after { opacity: 1; }
.pain-ico { width: 40px; height: 40px; background: var(--gs); border-radius: var(--r); display: flex; align-items: center; justify-content: center; margin-bottom: 16px; }
.pain-ico svg { width: 18px; height: 18px; color: var(--g); }
.pain-card h3 { font-size: .93rem; font-weight: 700; color: var(--t1); margin-bottom: 7px; line-height: 1.4; }
.pain-card p { font-size: .83rem; color: var(--t2); line-height: 1.68; }

/* ===== SOLUÇÃO ===== */
#solution { position: relative; overflow: hidden; }
.sol-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 72px; align-items: center; position: relative; z-index: 1; }
.sol-left > p { color: var(--t2); font-size: .93rem; margin: 12px 0 28px; line-height: 1.74; }
.sol-left > p strong { color: var(--g); }

.steps-v { display: flex; flex-direction: column; gap: 0; }
.step-v { display: flex; gap: 14px; padding: 14px 0; border-bottom: 1px solid var(--b); align-items: flex-start; }
.step-v:last-child { border-bottom: none; }
.step-v-num { flex-shrink: 0; width: 24px; height: 24px; background: var(--gs); border-radius: 6px; display: flex; align-items: center; justify-content: center; font-size: .66rem; font-weight: 700; color: var(--g); margin-top: 2px; }
.step-v h4 { font-size: .9rem; font-weight: 700; color: var(--t1); margin-bottom: 3px; }
.step-v p { font-size: .82rem; color: var(--t2); line-height: 1.62; }

.kpi-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-bottom: 16px; }
.kpi { background: var(--surf); border: 1px solid var(--b); border-radius: var(--r); padding: 18px 16px; }
.kpi .n { font-size: 1.9rem; font-weight: 700; color: var(--t1); line-height: 1; margin-bottom: 4px; letter-spacing: -.03em; }
.kpi .n em { color: var(--g); font-style: italic; }
.kpi .lb { font-size: .73rem; color: var(--t3); line-height: 1.38; }
.quote { background: var(--surf); border: 1px solid var(--b); border-left: 3px solid var(--g); border-radius: 0 var(--r) var(--r) 0; padding: 17px 19px; }
.quote p { font-style: italic; font-size: .93rem; color: var(--t1); line-height: 1.58; margin-bottom: 7px; }
.quote .qa { font-size: .74rem; color: var(--t3); }
.quote .qa strong { color: var(--t2); font-weight: 600; }

/* ===== CASES ===== */
#results { position: relative; overflow: hidden; border-top: 1px solid var(--b); border-bottom: 1px solid var(--b); }
.res-header { text-align: center; margin-bottom: 48px; }
.res-header .h2 { margin-bottom: 8px; }
.res-header p { color: var(--t2); font-size: .91rem; max-width: 500px; margin: 0 auto; }

.cases { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; position: relative; z-index: 1; }
.cc { background: var(--surf); border: 1px solid var(--b); border-radius: var(--rl); overflow: hidden; transition: border-color .22s, transform .22s; }
.cc:hover { border-color: rgba(200,169,110,.3); transform: translateY(-3px); }
.cc-head { padding: 24px 24px 0; }
.cc-seg { font-size: .68rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: var(--g); margin-bottom: 8px; }
.cc-name { font-size: 1.55rem; font-weight: 700; color: var(--t1); letter-spacing: -.02em; margin-bottom: 3px; }
.cc-ceo { font-size: .77rem; color: var(--t3); margin-bottom: 18px; }
.cc-ceo strong { color: var(--t2); font-weight: 600; }
.cc-div { height: 1px; background: var(--b); margin: 0 24px; }
.cc-body { padding: 20px 24px; }
.cc-label { font-size: .66rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: var(--t3); margin-bottom: 12px; }
.cc-nums { display: grid; grid-template-columns: 1fr auto 1fr; gap: 10px; align-items: center; margin-bottom: 14px; }
.cc-box { text-align: center; }
.cc-box.before .v { font-size: 1.05rem; font-weight: 700; color: var(--t3); text-decoration: line-through; }
.cc-box.after .v { font-size: 1.65rem; font-weight: 700; color: var(--g); letter-spacing: -.02em; }
.cc-box .lb { font-size: .65rem; color: var(--t3); margin-top: 3px; }
.cc-arr { font-size: 1.3rem; color: var(--g); text-align: center; }
.cc-tag { display: inline-flex; align-items: center; gap: 5px; font-size: .7rem; font-weight: 700; color: var(--cta); background: var(--cta-d); border: 1px solid rgba(0,208,132,.2); border-radius: 999px; padding: 4px 11px; }
.cc-tag svg { width: 9px; height: 9px; }

/* ===== SERVIÇOS ===== */
#services { position: relative; overflow: hidden; }
.svc-header { text-align: center; margin-bottom: 48px; }
.svc-header p { color: var(--t2); max-width: 440px; margin: 8px auto 0; font-size: .91rem; }
.svc-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; position: relative; z-index: 1; }
.sc { background: var(--surf); border: 1px solid var(--b); border-radius: var(--rl); padding: 30px 28px; display: flex; flex-direction: column; transition: border-color .22s, transform .22s; position: relative; }
.sc:hover { border-color: rgba(200,169,110,.26); transform: translateY(-3px); }
.sc.wide { grid-column: 1/-1; }
.sc-ico { width: 42px; height: 42px; border-radius: var(--r); background: var(--gs); border: 1px solid rgba(200,169,110,.18); display: flex; align-items: center; justify-content: center; margin-bottom: 18px; }
.sc-ico svg { width: 19px; height: 19px; color: var(--g); }
.sc h3 { font-size: .95rem; font-weight: 700; color: var(--t1); margin-bottom: 8px; }
.sc p { font-size: .83rem; color: var(--t2); line-height: 1.68; flex: 1; margin-bottom: 18px; }
.sc-link { display: inline-flex; align-items: center; gap: 5px; font-size: .78rem; font-weight: 700; color: var(--g); text-decoration: none; text-transform: uppercase; letter-spacing: .04em; transition: gap .18s; align-self: flex-start; }
.sc-link:hover { gap: 9px; }
.sc.feat { border-color: rgba(200,169,110,.26); background: linear-gradient(135deg, #122030, #182a3a); }
.sc.feat::before { content: 'Pilar principal'; position: absolute; top: 14px; right: 14px; font-size: .63rem; font-weight: 700; letter-spacing: .07em; text-transform: uppercase; color: var(--g); background: var(--gs); border: 1px solid rgba(200,169,110,.2); border-radius: 999px; padding: 2px 9px; }

/* ===== MÉTODO ===== */
#method { background: #f4efe5; color: #0d1929; }
.meth-header { text-align: center; margin-bottom: 48px; }
.meth-header h2 { font-size: clamp(1.55rem, 2.9vw, 2.3rem); font-weight: 700; line-height: 1.15; letter-spacing: -.02em; color: #0d1929; margin-bottom: 9px; }
.meth-header h2 em { font-style: italic; color: #8a5e1a; }
.meth-header p { color: #4a5a6a; font-size: .91rem; }
.meth-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 14px; }
.mc { background: #fff; border-radius: var(--rl); padding: 24px 20px 20px; border: 1px solid rgba(0,0,0,.06); box-shadow: 0 2px 10px rgba(0,0,0,.04); transition: transform .22s, box-shadow .22s; position: relative; overflow: hidden; }
.mc:hover { transform: translateY(-4px); box-shadow: 0 10px 30px rgba(0,0,0,.08); }
.mc-bar { position: absolute; top: 0; left: 0; right: 0; height: 3px; }
.mc:nth-child(1) .mc-bar { background: #c8a96e; }
.mc:nth-child(2) .mc-bar { background: #7c5cbf; }
.mc:nth-child(3) .mc-bar { background: #10b981; }
.mc:nth-child(4) .mc-bar { background: #e07b20; }
.mc-num { font-size: .62rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; margin-bottom: 8px; }
.mc:nth-child(1) .mc-num { color: #8a5e1a; }
.mc:nth-child(2) .mc-num { color: #7c5cbf; }
.mc:nth-child(3) .mc-num { color: #10b981; }
.mc:nth-child(4) .mc-num { color: #e07b20; }
.mc h3 { font-size: 1.2rem; font-weight: 700; color: #0d1929; margin-bottom: 8px; }
.mc p { font-size: .81rem; color: #4a5a6a; line-height: 1.68; }

/* ===== POR QUÊ ===== */
#why { position: relative; overflow: hidden; border-top: 1px solid var(--b); }
.why-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 68px; align-items: center; position: relative; z-index: 1; }
.why-left .h2 { margin-bottom: 14px; }
.why-left > p { color: var(--t2); font-size: .91rem; line-height: 1.78; margin-bottom: 10px; }
.why-hl { font-style: italic; font-size: .93rem; color: var(--g); line-height: 1.6; margin-top: 16px; padding-left: 14px; border-left: 2px solid var(--g); }
.radar { background: var(--surf); border: 1px solid var(--b); border-radius: var(--rx); padding: 30px; }
.radar-title { font-size: .7rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: var(--t3); text-align: center; margin-bottom: 20px; }
.radar-rows { display: flex; flex-direction: column; gap: 12px; }
.rr { display: flex; align-items: center; gap: 11px; }
.rl { font-size: .77rem; color: var(--t2); min-width: 145px; }
.rb { flex: 1; height: 4px; background: rgba(255,255,255,.05); border-radius: 2px; overflow: hidden; }
.rbf { height: 100%; border-radius: 2px; background: linear-gradient(90deg, var(--g), var(--g2)); width: 0; transition: width 1.2s cubic-bezier(.16,1,.3,1); }
.rp { font-size: .71rem; color: var(--t3); min-width: 32px; text-align: right; }
.cta-card { margin-top: 14px; background: linear-gradient(135deg, #0d1e32, #132640); border: 1px solid rgba(200,169,110,.18); border-radius: var(--rx); padding: 34px 30px; text-align: center; }
.cta-card h3 { font-size: 1.28rem; font-weight: 700; font-style: italic; line-height: 1.3; margin-bottom: 9px; color: var(--t1); }
.cta-card p { color: var(--t2); font-size: .85rem; margin-bottom: 22px; }

/* ===== PROFISSIONAIS ===== */
#team { position: relative; overflow: hidden; border-top: 1px solid var(--b); }
.team-hdr { text-align: center; margin-bottom: 48px; }
.team-hdr p { color: var(--t2); margin-top: 7px; }
.team-hdr strong { color: var(--g); font-weight: 700; }
.pros { display: grid; grid-template-columns: repeat(5,1fr); gap: 12px; margin-bottom: 44px; position: relative; z-index: 1; }
.pc { text-align: center; padding: 20px 10px 16px; background: var(--surf); border: 1px solid var(--b); border-radius: var(--rl); transition: border-color .2s; }
.pc:hover { border-color: rgba(200,169,110,.28); }
.pc-av { width: 44px; height: 44px; background: var(--surf-2); border-radius: 50%; margin: 0 auto 11px; display: flex; align-items: center; justify-content: center; border: 1px solid var(--bh); }
.pc-av svg { width: 18px; height: 18px; color: var(--t3); }
.pc h4 { font-size: .8rem; font-weight: 700; color: var(--t1); margin-bottom: 3px; line-height: 1.3; }
.pc .role { color: var(--t3); font-size: .71rem; margin-bottom: 6px; line-height: 1.4; }
.pc .price { color: #ef4444; font-weight: 700; font-size: .77rem; text-decoration: line-through; opacity: .72; }

.price-reveal { max-width: 500px; margin: 0 auto; text-align: center; position: relative; z-index: 1; }
.pr-lbl { font-size: .76rem; color: var(--t3); margin-bottom: 2px; }
.pr-num { font-size: 1.2rem; font-weight: 700; color: var(--t3); text-decoration: line-through; margin-bottom: 18px; }
.price-box { background: linear-gradient(135deg, #0d1e32, #132640); border: 1px solid rgba(200,169,110,.24); border-radius: var(--rx); padding: 38px 30px 32px; box-shadow: 0 0 50px rgba(200,169,110,.06); }
.pb-ey { font-size: .68rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; color: var(--g); margin-bottom: 10px; }
.pb-tg { font-size: 1.4rem; font-weight: 700; font-style: italic; color: var(--t1); line-height: 1.25; margin-bottom: 7px; }
.pb-sb { color: var(--t2); font-size: .84rem; margin-bottom: 26px; line-height: 1.58; }

/* ===== FORMULÁRIO ===== */
#form-sec { position: relative; overflow: hidden; border-top: 1px solid var(--b); }
.form-wrap { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: start; position: relative; z-index: 1; }
.fl .h2 { margin-bottom: 12px; }
.fl > p { color: var(--t2); font-size: .89rem; margin-bottom: 28px; line-height: 1.73; }
.fl > p strong { color: var(--g); }
.fc-list { list-style: none; display: flex; flex-direction: column; gap: 9px; }
.fc-list li { display: flex; align-items: flex-start; gap: 9px; font-size: .84rem; color: var(--t2); }
.fc-ico { width: 16px; height: 16px; border-radius: 50%; background: rgba(0,208,132,.11); border: 1px solid rgba(0,208,132,.25); display: flex; align-items: center; justify-content: center; flex-shrink: 0; margin-top: 2px; }
.fc-ico svg { width: 8px; height: 8px; color: var(--cta); }

.s-inds { display: flex; gap: 7px; margin-bottom: 24px; align-items: center; }
.sind { display: flex; align-items: center; gap: 6px; font-size: .74rem; font-weight: 700; }
.sind .n { width: 20px; height: 20px; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: .66rem; font-weight: 700; background: var(--b); color: var(--t3); transition: background .3s, color .3s; }
.sind.act .n { background: var(--g); color: var(--ink); }
.sind .lb { color: var(--t3); transition: color .3s; font-size: .72rem; }
.sind.act .lb { color: var(--t2); }
.ssep { color: var(--t3); font-size: .72rem; }

.fbox { background: var(--surf); border: 1px solid var(--b); border-radius: var(--rx); overflow: hidden; box-shadow: 0 18px 50px rgba(0,0,0,.26); }
.fp { height: 3px; background: var(--b); }
.fpf { height: 100%; background: linear-gradient(90deg, var(--g), var(--g2)); width: 33%; transition: width .45s cubic-bezier(.16,1,.3,1); }
.finr { padding: 26px 24px; }
.fstep { display: none; }
.fstep.act { display: block; }
.fstitle { font-size: .67rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: var(--g); margin-bottom: 14px; }
.fg { margin-bottom: 12px; }
.fg label { display: block; font-size: .74rem; font-weight: 700; color: var(--t2); margin-bottom: 4px; }
.fg label span { color: #ef4444; }
.fg input, .fg select { width: 100%; background: rgba(255,255,255,.04); border: 1px solid var(--b); border-radius: 8px; padding: 10px 12px; color: var(--t1); font-family: var(--font); font-size: .89rem; transition: border-color .2s, box-shadow .2s; appearance: none; -webkit-appearance: none; }
.fg input::placeholder { color: #2b3f57; }
.fg input:focus, .fg select:focus { outline: none; border-color: rgba(200,169,110,.5); box-shadow: 0 0 0 3px rgba(200,169,110,.09); }
.fg select { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='7'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%237a90aa' stroke-width='1.5' fill='none' stroke-linecap='round'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: right 11px center; padding-right: 30px; cursor: pointer; }
.fg select option { background: #162336; color: var(--t1); }
.fr2 { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.factions { display: flex; align-items: center; gap: 9px; margin-top: 4px; }
.factions .btn-form { border-radius: 8px; }

/* Disqualificação */
.disq { display: none; background: rgba(239,68,68,.07); border: 1px solid rgba(239,68,68,.2); border-radius: var(--r); padding: 18px 20px; margin-top: 14px; font-size: .84rem; color: #fca5a5; line-height: 1.6; }

.fpriv { text-align: center; font-size: .68rem; color: var(--t3); padding: 12px 24px; border-top: 1px solid var(--b); }

/* ===== RODAPÉ ===== */
footer { background: var(--ink-3); border-top: 1px solid var(--b); }
.ft-main { max-width: var(--w); margin: 0 auto; padding: 56px 24px 44px; display: grid; grid-template-columns: 200px repeat(3,1fr); gap: 36px; }
.ft-brand img { height: 24px; width: auto; mix-blend-mode:screen; margin-bottom: 11px; display: block; }
.ft-brand p { font-size: .78rem; color: var(--t3); line-height: 1.62; max-width: 180px; }
.ft-col h5 { font-size: .7rem; font-weight: 700; letter-spacing: .11em; text-transform: uppercase; color: var(--g); margin-bottom: 14px; }
.ft-col a { display: block; font-size: .82rem; color: var(--t2); text-decoration: none; margin-bottom: 8px; transition: color .2s; }
.ft-col a:hover { color: var(--t1); }
.ft-soc { display: flex; gap: 9px; margin-top: 3px; }
.fsoc { width: 30px; height: 30px; border: 1px solid var(--bh); border-radius: 50%; display: flex; align-items: center; justify-content: center; text-decoration: none; transition: border-color .2s, background .2s; color: var(--t2); }
.fsoc:hover { border-color: var(--g); background: var(--gs); color: var(--g); }
.fsoc svg { width: 13px; height: 13px; }

/* Endereço */
.ft-addr { border-top: 1px solid var(--b); padding: 16px 24px; }
.ft-addr-in { max-width: var(--w); margin: 0 auto; display: flex; justify-content: space-between; align-items: flex-start; flex-wrap: wrap; gap: 24px; }
.addr-l .an { font-size: .81rem; font-weight: 700; color: var(--t1); display: block; margin-bottom: 2px; }
.addr-l .at { font-size: .75rem; color: var(--t2); line-height: 1.58; }
.addr-r .h-lbl { font-size: .64rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: var(--g); margin-bottom: 3px; }
.addr-r .h-t { font-size: .77rem; color: var(--t2); line-height: 1.6; }

.ft-bot { border-top: 1px solid var(--b); padding: 14px 24px; }
.ft-bot-in { max-width: var(--w); margin: 0 auto; display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 10px; }
.ft-leg { font-size: .71rem; color: var(--t2); }
.ft-cnpj { font-size: .68rem; color: var(--t3); }
.ft-links { display: flex; gap: 16px; }
.ft-links a { font-size: .7rem; color: var(--t3); text-decoration: none; transition: color .2s; }
.ft-links a:hover { color: var(--g); }
.ft-fb { border-top: 1px solid var(--b); padding: 13px 24px 18px; text-align: center; }
.ft-fb p { max-width: 680px; margin: 0 auto; font-size: .69rem; color: var(--t2); line-height: 1.58; }

/* RESPONSIVE */
@media(max-width:1024px) {
  .meth-grid { grid-template-columns: repeat(2,1fr); }
  .pros { grid-template-columns: repeat(3,1fr); }
  .ft-main { grid-template-columns: 1fr 1fr 1fr; }
  .ft-brand { grid-column: 1/-1; }
}
@media(max-width:860px) {
  .sec { padding: 76px 18px; }
  .sol-grid, .why-grid, .form-wrap { grid-template-columns: 1fr; gap: 36px; }
  .pain-grid, .cases, .svc-grid { grid-template-columns: 1fr; }
  .sc.wide { grid-column: 1; }
  .ft-addr-in { flex-direction: column; }
  .addr-r { text-align: left; }
}
@media(max-width:600px) {
  .h1 { font-size: 1.85rem; }
  .meth-grid { grid-template-columns: 1fr; }
  .pros { grid-template-columns: repeat(2,1fr); }
  .kpi-grid { grid-template-columns: 1fr; }
  .fr2 { grid-template-columns: 1fr; }
  .ft-main { grid-template-columns: 1fr; }
  .cc-nums { gap: 6px; }
  .cc-box.after .v { font-size: 1.35rem; }
}

/* ── Contact links in address ── */
.addr-contact {
  display: flex;
  flex-direction: column;
  gap: 5px;
  margin-top: 12px;
  padding-top: 12px;
  border-top: 1px solid var(--border);
}
.addr-contact a {
  font-family: var(--font);
  font-size: .82rem;
  color: var(--txt-2);
  text-decoration: none;
  transition: color .2s;
}
.addr-contact a:hover { color: var(--gold); }
</style>
</head>
<body>

<!-- SVG defs -->
<svg style="display:none" xmlns="http://www.w3.org/2000/svg">
  <symbol id="gsm" viewBox="0 0 60 60"><path d="M30 18a12 12 0 1 1 0 24 12 12 0 0 1 0-24zm0-6c-.9 0-1.8.1-2.6.2l-1-4.8-5.6 1.2 1 4.8c-1.4.7-2.6 1.6-3.7 2.7l-4.3-2.5-2.8 4.8 4.3 2.5c-.4 1.4-.6 2.8-.6 4.3s.2 2.9.6 4.3l-4.3 2.5 2.8 4.8 4.3-2.5c1.1 1.1 2.3 2 3.7 2.7l-1 4.8 5.6 1.2 1-4.8c.8.1 1.7.2 2.6.2s1.8-.1 2.6-.2l1 4.8 5.6-1.2-1-4.8c1.4-.7 2.6-1.6 3.7-2.7l4.3 2.5 2.8-4.8-4.3-2.5c.4-1.4.6-2.8.6-4.3s-.2-2.9-.6-4.3l4.3-2.5-2.8-4.8-4.3 2.5c-1.1-1.1-2.3-2-3.7-2.7l1-4.8-5.6-1.2-1 4.8c-.8-.1-1.7-.2-2.6-.2z"/></symbol>
  <symbol id="glg" viewBox="0 0 80 80"><path d="M40 24a16 16 0 1 1 0 32 16 16 0 0 1 0-32zm0-8c-1.2 0-2.3.1-3.4.3l-1.3-6.4-7.4 1.6 1.3 6.4c-1.8.9-3.5 2.1-5 3.6l-5.7-3.3-3.7 6.4 5.7 3.3c-.5 1.8-.8 3.7-.8 5.7s.3 3.9.8 5.7l-5.7 3.3 3.7 6.4 5.7-3.3c1.5 1.5 3.1 2.7 5 3.6l-1.3 6.4 7.4 1.6 1.3-6.4c1.1.2 2.2.3 3.4.3s2.3-.1 3.4-.3l1.3 6.4 7.4-1.6-1.3-6.4c1.8-.9 3.5-2.1 5-3.6l5.7 3.3 3.7-6.4-5.7-3.3c.5-1.8.8-3.7.8-5.7s-.3-3.9-.8-5.7l5.7-3.3-3.7-6.4-5.7 3.3c-1.5-1.5-3.1-2.7-5-3.6l1.3-6.4-7.4-1.6-1.3 6.4c-1.1-.2-2.2-.3-3.4-.3z"/></symbol>
</svg>

<!-- ========================================
     SEÇÃO: NAV
     ======================================== -->



<!-- ========================================
     SEÇÃO: HERO
     Elementor → Section | 1 Coluna | Centrado
     ======================================== -->
<section id="hero">
  <div class="bg" aria-hidden="true">
    <svg width="100%" height="100%" viewBox="0 0 1440 900" preserveAspectRatio="xMidYMid slice" xmlns="http://www.w3.org/2000/svg">
      <g transform="translate(60,480)" opacity="0.06" fill="#c8a96e"><use href="#glg" width="160" height="160"/></g>
      <g transform="translate(1270,55)" opacity="0.05" fill="#c8a96e"><use href="#gsm" width="120" height="120"/></g>
      <g transform="translate(680,720)" opacity="0.04" fill="#c8a96e"><use href="#gsm" width="80" height="80"/></g>
      <g transform="translate(1320,640)" opacity="0.06" fill="#c8a96e"><use href="#glg" width="200" height="200"/></g>
      <path d="M0 580 Q360 380 720 480 T1440 330" fill="none" stroke="#c8a96e" stroke-width="0.9" opacity="0.07" stroke-dasharray="8 14"/>
      <path d="M-40 190 Q300 110 600 190 T1200 130 T1480 190" fill="none" stroke="#c8a96e" stroke-width="0.7" opacity="0.05" stroke-dasharray="6 18"/>
      <circle cx="360" cy="400" r="3.5" fill="#c8a96e" opacity="0.12"/>
      <circle cx="720" cy="480" r="4.5" fill="#c8a96e" opacity="0.15"/>
      <circle cx="1080" cy="405" r="3.5" fill="#c8a96e" opacity="0.12"/>
      <line x1="360" y1="400" x2="720" y2="480" stroke="#c8a96e" stroke-width="0.7" opacity="0.09"/>
      <line x1="720" y1="480" x2="1080" y2="405" stroke="#c8a96e" stroke-width="0.7" opacity="0.09"/>
    </svg>
  </div>
  <div class="hero-inner">
    <!-- Logo -->
    

    <!-- Badge -->
    <div class="chip rv d1"><span class="chip-dot"></span> Assessoria Estrat&#233;gica de Vendas</div>

    <!-- H1 -->
    <h1 class="h1 hero-h rv d1">
      Estruture sua opera&#231;&#227;o de vendas.<br>
      <em>Escale com previsibilidade e lucro.</em>
    </h1>

    <!-- Subheadline -->
    <p class="hero-line rv d2">
      A Kolmme entrega um plano estrat&#233;gico personalizado para empresas que querem
      <strong>sair do improviso</strong> e construir um processo comercial que vende todo dia &#8212;
      com dados, com m&#233;todo e com resultado mensur&#225;vel.
    </p>

    <!-- Bullets -->
    <div class="hero-bullets rv d2">
      <div class="hb">
        <span class="hb-dot"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="3" stroke-linecap="round" stroke-linejoin="round"><polyline points="20 6 9 17 4 12"/></svg></span>
        Processo comercial estruturado do zero ou otimizado
      </div>
      <div class="hb">
        <span class="hb-dot"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="3" stroke-linecap="round" stroke-linejoin="round"><polyline points="20 6 9 17 4 12"/></svg></span>
        Faturamento previs&#237;vel com m&#233;todo validado em +1.000 empresas
      </div>
      <div class="hb">
        <span class="hb-dot"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="3" stroke-linecap="round" stroke-linejoin="round"><polyline points="20 6 9 17 4 12"/></svg></span>
        Time comercial treinado para converter, n&#227;o apenas receber pedidos
      </div>
      <div class="hb">
        <span class="hb-dot"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="3" stroke-linecap="round" stroke-linejoin="round"><polyline points="20 6 9 17 4 12"/></svg></span>
        Decis&#245;es baseadas em dados &#8212; sem achismo, sem desperd&#237;cio de verba
      </div>
    </div>

    <!-- CTAs -->
    <div class="hero-cta rv d3">
      <a href="#form-sec" class="btn btn-main">
        Solicitar an&#225;lise estrat&#233;gica do meu neg&#243;cio
        <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M3 8h10M8 3l5 5-5 5"/></svg>
      </a>
      <a href="#results" class="btn btn-outline">Ver resultados reais &#8594;</a>
    </div>

    <!-- Social proof -->
    <div class="hero-proof rv d4">
      <div class="proof-item">+1.000 empresas atendidas</div>
      <div class="proof-sep"></div>
      <div class="proof-item">Plano 100% personalizado</div>
      <div class="proof-sep"></div>
      <div class="proof-item">Retorno em at&#233; 8h</div>
    </div>
  </div>
</section>


<!-- ========================================
     SEÇÃO: DOR
     Elementor → Section lt | 3 Colunas
     ======================================== -->
<section id="pain" class="sec sec-lt">
  <div class="bg" aria-hidden="true">
    <svg width="100%" height="100%" viewBox="0 0 1440 560" preserveAspectRatio="xMidYMid slice" xmlns="http://www.w3.org/2000/svg">
      <g transform="translate(1300,30)" opacity="0.04" fill="#c8a96e"><use href="#gsm" width="100" height="100"/></g>
      <g transform="translate(20,420)" opacity="0.04" fill="#c8a96e"><use href="#gsm" width="80" height="80"/></g>
      <path d="M0 280 Q480 160 960 320 T1440 220" fill="none" stroke="#c8a96e" stroke-width="0.7" opacity="0.06" stroke-dasharray="6 16"/>
    </svg>
  </div>
  <div class="container">
    <!-- Header -->
    <div class="pain-header rv">
      <span class="eyebrow">Por que sua empresa ainda n&#227;o escala</span>
      <h2 class="h2">Voc&#234; n&#227;o tem lucro, previsibilidade<br>e nem escala <em>por isso</em></h2>
      <p>Tr&#234;s gargalos que travam 9 em cada 10 empresas. Identifique o seu.</p>
    </div>

    <!-- 3 Cards -->
    <div class="pain-grid">
      <div class="pain-card rv d1">
        <div class="pain-ico"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1.8" stroke-linecap="round" stroke-linejoin="round"><path d="M17 21v-2a4 4 0 0 0-4-4H5a4 4 0 0 0-4 4v2"/><circle cx="9" cy="7" r="4"/><path d="M23 21v-2a4 4 0 0 0-3-3.87M16 3.13a4 4 0 0 1 0 7.75"/></svg></div>
        <h3>Time que recebe pedido, n&#227;o vende</h3>
        <p>Seu comercial espera o cliente chegar com a compra pronta. Sem abordagem ativa e sem processo definido, a empresa fica refém do humor do mercado.</p>
      </div>
      <div class="pain-card rv d2">
        <div class="pain-ico"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1.8" stroke-linecap="round" stroke-linejoin="round"><path d="M22 12h-4l-3 9L9 3l-3 9H2"/></svg></div>
        <h3>Faturamento oscilando sem explica&#231;&#227;o</h3>
        <p>Meses bons e meses ruins sem nenhuma l&#243;gica. Sem processo estruturado, &#233; imposs&#237;vel prever receita, planejar investimento ou crescer com seguran&#231;a.</p>
      </div>
      <div class="pain-card rv d3">
        <div class="pain-ico"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1.8" stroke-linecap="round" stroke-linejoin="round"><path d="M12 22s8-4 8-10V5l-8-3-8 3v7c0 6 8 10 8 10z"/></svg></div>
        <h3>Ag&#234;ncia de marketing que entrega like</h3>
        <p>Voc&#234; pagou por tr&#225;fego, ganhou seguidores e engajamento &#8212; mas as vendas n&#227;o vieram. Marketing sem comercial estruturado &#233; desperd&#237;cio de verba.</p>
      </div>
    </div>
  </div>
</section>


<!-- ========================================
     SEÇÃO: SOLUÇÃO
     Elementor → Section dk | 2 Colunas 50/50
     ======================================== -->
<section id="solution" class="sec sec-dk">
  <div class="bg" aria-hidden="true">
    <svg width="100%" height="100%" viewBox="0 0 1440 660" preserveAspectRatio="xMidYMid slice" xmlns="http://www.w3.org/2000/svg">
      <g transform="translate(1330,290)" opacity="0.05" fill="#c8a96e"><use href="#glg" width="180" height="180"/></g>
      <path d="M-40 460 Q200 320 500 380 T900 340" fill="none" stroke="#c8a96e" stroke-width="0.7" opacity="0.06" stroke-dasharray="5 17"/>
    </svg>
  </div>
  <div class="container">
    <div class="sol-grid">
      <!-- Coluna esquerda -->
      <div class="rv">
        <span class="eyebrow">A abordagem Kolmme</span>
        <h2 class="h2">Voc&#234; n&#227;o precisa de mais marketing.<br>Precisa de <em>um processo de vendas.</em></h2>
        <p>A Kolmme dedica recursos, estrat&#233;gia e tempo exclusivamente para o que gera caixa: <strong>um processo comercial que vende todos os dias.</strong></p>
        <div class="steps-v">
          <div class="step-v"><div class="step-v-num">01</div><div><h4>Reten&#231;&#227;o que multiplica LTV</h4><p>Criamos processos para que clientes comprem mais vezes e indiquem ativamente &#8212; reduzindo o custo de aquisi&#231;&#227;o.</p></div></div>
          <div class="step-v"><div class="step-v-num">02</div><div><h4>Comercial que converte, n&#227;o aguarda</h4><p>Treinamos o time para transformar cada contato em oportunidade real &#8212; com script, CRM e m&#233;trica.</p></div></div>
          <div class="step-v"><div class="step-v-num">03</div><div><h4>Demanda qualificada e cont&#237;nua</h4><p>An&#250;ncios segmentados para atrair compradores, n&#227;o curiosos &#8212; injetando caixa desde o primeiro m&#234;s.</p></div></div>
        </div>
      </div>
      <!-- Coluna direita -->
      <div class="rv d2">
        <div class="kpi-grid">
          <div class="kpi"><div class="n">+<em>1000</em></div><div class="lb">Empresas atendidas com o m&#233;todo</div></div>
          <div class="kpi"><div class="n"><em>8h</em></div><div class="lb">Tempo m&#225;ximo de retorno ap&#243;s contato</div></div>
          <div class="kpi"><div class="n"><em>4</em></div><div class="lb">Etapas do m&#233;todo proprietário de vendas</div></div>
          <div class="kpi"><div class="n">100<em>%</em></div><div class="lb">Planos personalizados — sem template genérico</div></div>
        </div>
        <div class="quote">
          <p>&#8220;A Kolmme estruturou nosso processo do zero. Em menos de 6 meses triplicamos o faturamento.&#8221;</p>
          <div class="qa"><strong>Sayonara</strong> &#8212; CEO, Bioativa Farm&#225;cia de Manipula&#231;&#227;o</div>
        </div>
      </div>
    </div>
  </div>
</section>


<!-- ========================================
     SEÇÃO: CASES
     Elementor → Section lt | 2 Colunas
     ======================================== -->
<section id="results" class="sec sec-lt">
  <div class="bg" aria-hidden="true">
    <svg width="100%" height="100%" viewBox="0 0 1440 560" preserveAspectRatio="xMidYMid slice" xmlns="http://www.w3.org/2000/svg">
      <g transform="translate(40,60)" opacity="0.04" fill="#c8a96e"><use href="#glg" width="140" height="140"/></g>
      <g transform="translate(1340,420)" opacity="0.04" fill="#c8a96e"><use href="#gsm" width="90" height="90"/></g>
      <circle cx="380" cy="270" r="3" fill="#c8a96e" opacity="0.11"/><circle cx="720" cy="175" r="4" fill="#c8a96e" opacity="0.14"/><circle cx="1060" cy="290" r="3" fill="#c8a96e" opacity="0.11"/>
      <line x1="380" y1="270" x2="720" y2="175" stroke="#c8a96e" stroke-width="0.6" opacity="0.09"/>
      <line x1="720" y1="175" x2="1060" y2="290" stroke="#c8a96e" stroke-width="0.6" opacity="0.09"/>
    </svg>
  </div>
  <div class="container">
    <!-- Header -->
    <div class="res-header rv">
      <span class="eyebrow">Prova de resultado</span>
      <h2 class="h2">Empresas que <em>transformaram</em> sua opera&#231;&#227;o<br>com a metodologia Kolmme</h2>
      <p>N&#250;meros reais. Empresas reais. Crescimento verific&#225;vel.</p>
    </div>

    <!-- Cases -->
    <div class="cases">

      <!-- CASE 1 -->
      <div class="cc rv d1">
        <div class="cc-head">
          <div class="cc-seg">Loja de Roupas Esportivas</div>
          <div class="cc-name">JM Dry Fit</div>
          <div class="cc-ceo">CEO: <strong>Matheus &amp; Jefferson</strong></div>
        </div>
        <div class="cc-div"></div>
        <div class="cc-body">
          <div class="cc-label">Crescimento de faturamento mensal</div>
          <div class="cc-nums">
            <div class="cc-box before"><div class="v">R$&nbsp;15k</div><div class="lb">antes</div></div>
            <div class="cc-arr">&#8594;</div>
            <div class="cc-box after"><div class="v">R$&nbsp;90k&#8209;100k</div><div class="lb">depois</div></div>
          </div>
          <span class="cc-tag">
            <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2.5" stroke-linecap="round" stroke-linejoin="round"><polyline points="20 6 9 17 4 12"/></svg>
            +500% de crescimento
          </span>
        </div>
      </div>

      <!-- CASE 2 -->
      <div class="cc rv d2">
        <div class="cc-head">
          <div class="cc-seg">Farm&#225;cia de Manipula&#231;&#227;o</div>
          <div class="cc-name">Bioativa</div>
          <div class="cc-ceo">CEO: <strong>Sayonara</strong></div>
        </div>
        <div class="cc-div"></div>
        <div class="cc-body">
          <div class="cc-label">Crescimento de faturamento mensal</div>
          <div class="cc-nums">
            <div class="cc-box before"><div class="v">R$&nbsp;100k</div><div class="lb">antes</div></div>
            <div class="cc-arr">&#8594;</div>
            <div class="cc-box after"><div class="v">R$&nbsp;300k</div><div class="lb">depois</div></div>
          </div>
          <span class="cc-tag">
            <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2.5" stroke-linecap="round" stroke-linejoin="round"><polyline points="20 6 9 17 4 12"/></svg>
            +200% de crescimento
          </span>
        </div>
      </div>

    </div>
  </div>
</section>


<!-- ========================================
     SEÇÃO: SERVIÇOS
     Elementor → Section dk | Grid 2x2 + 1 full
     ======================================== -->
<section id="services" class="sec sec-dk">
  <div class="bg" aria-hidden="true">
    <svg width="100%" height="100%" viewBox="0 0 1440 660" preserveAspectRatio="xMidYMid slice" xmlns="http://www.w3.org/2000/svg">
      <g transform="translate(1290,470)" opacity="0.05" fill="#c8a96e"><use href="#glg" width="160" height="160"/></g>
      <g transform="translate(40,80)" opacity="0.04" fill="#c8a96e"><use href="#gsm" width="100" height="100"/></g>
      <path d="M200 560 Q600 360 1000 510 T1500 440" fill="none" stroke="#c8a96e" stroke-width="0.7" opacity="0.06" stroke-dasharray="7 15"/>
    </svg>
  </div>
  <div class="container">
    <div class="svc-header rv">
      <span class="eyebrow">O que fazemos</span>
      <h2 class="h2">O que faz parte da assessoria de vendas da Kolmme?</h2>
      <p>Cinco pilares integrados para uma opera&#231;&#227;o comercial escal&#225;vel.</p>
    </div>
    <div class="svc-grid">

      <div class="sc feat rv d1">
        <div class="sc-ico"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1.8" stroke-linecap="round" stroke-linejoin="round"><circle cx="12" cy="12" r="10"/><path d="M8.56 2.75c4.37 6.03 6.02 9.42 8.03 17.72m2.54-15.38c-3.72 4.35-8.94 5.66-16.88 5.85m19.5 1.9c-3.5-.93-6.63-.82-8.94 0-2.58.92-5.01 2.86-7.44 6.32"/></svg></div>
        <h3>An&#250;ncios qualificados</h3>
        <p>Tr&#225;fego pago segmentado para atrair compradores reais &#8212; n&#227;o apenas curiosos. Cada real investido com rastreamento e otimiza&#231;&#227;o cont&#237;nua.</p>
        <a href="#form-sec" class="sc-link">Quero estruturar minha opera&#231;&#227;o &#8594;</a>
      </div>

      <div class="sc rv d2">
        <div class="sc-ico"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1.8" stroke-linecap="round" stroke-linejoin="round"><rect x="2" y="3" width="20" height="5" rx="2"/><rect x="2" y="10" width="20" height="5" rx="2"/><rect x="2" y="17" width="20" height="5" rx="2"/><line x1="6" y1="5.5" x2="6.01" y2="5.5"/><line x1="6" y1="12.5" x2="6.01" y2="12.5"/><line x1="6" y1="19.5" x2="6.01" y2="19.5"/></svg></div>
        <h3>CRM e processo de venda</h3>
        <p>Implementamos e estruturamos o CRM para que nenhuma oportunidade se perca &#8212; do primeiro contato ao fechamento, com pipeline claro e m&#233;tricas vis&#237;veis.</p>
        <a href="#form-sec" class="sc-link">Quero estruturar minha opera&#231;&#227;o &#8594;</a>
      </div>

      <div class="sc rv d3">
        <div class="sc-ico"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1.8" stroke-linecap="round" stroke-linejoin="round"><rect x="2" y="3" width="20" height="14" rx="2" ry="2"/><line x1="8" y1="21" x2="16" y2="21"/><line x1="12" y1="17" x2="12" y2="21"/></svg></div>
        <h3>Visual que vende</h3>
        <p>Cria&#231;&#227;o de pe&#231;as, an&#250;ncios e v&#237;deos que geram desejo e impulsionam a decis&#227;o de compra &#8212; n&#227;o apenas visualiza&#231;&#245;es e curtidas.</p>
        <a href="#form-sec" class="sc-link">Quero estruturar minha opera&#231;&#227;o &#8594;</a>
      </div>

      <div class="sc rv d4">
        <div class="sc-ico"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1.8" stroke-linecap="round" stroke-linejoin="round"><path d="M17 21v-2a4 4 0 0 0-4-4H5a4 4 0 0 0-4 4v2"/><circle cx="9" cy="7" r="4"/><polyline points="23 11 17 17 14 14"/></svg></div>
        <h3>Treinamento comercial</h3>
        <p>Acompanhamento cont&#237;nuo, feedbacks e treinamentos pr&#225;ticos para o time extrair o m&#225;ximo de cada contato e converter leads em clientes recorrentes.</p>
        <a href="#form-sec" class="sc-link">Quero estruturar minha opera&#231;&#227;o &#8594;</a>
      </div>

      <div class="sc wide rv d1">
        <div class="sc-ico"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1.8" stroke-linecap="round" stroke-linejoin="round"><polyline points="22 12 18 12 15 21 9 3 6 12 2 12"/></svg></div>
        <h3>Crescimento orientado a dados</h3>
        <p>Todo o trabalho &#233; baseado em m&#233;tricas reais &#8212; lucro, faturamento, CAC, LTV e ROI &#8212; para que voc&#234; tome decis&#245;es com clareza, n&#227;o com achismo.</p>
        <a href="#form-sec" class="sc-link">Quero estruturar minha opera&#231;&#227;o &#8594;</a>
      </div>

    </div>
  </div>
</section>


<!-- ========================================
     SEÇÃO: METODOLOGIA
     Elementor → Section creme | 4 Colunas
     ======================================== -->
<section id="method" class="sec">
  <div class="container">
    <div class="meth-header rv">
      <h2>Nosso m&#233;todo &#233; <em>100% focado em vendas</em>,<br>estruturado em 4 etapas propriet&#225;rias:</h2>
      <p>Desenvolvido e refinado em mais de 1.000 empresas em todo o Brasil.</p>
    </div>
    <div class="meth-grid">
      <div class="mc rv d1">
        <div class="mc-bar"></div>
        <div class="mc-num">1&#186; Etapa</div>
        <h3>Explora&#231;&#227;o</h3>
        <p>Mapeamos onde est&#225; o potencial oculto da sua empresa. Testamos canais, ofertas e p&#250;blicos para identificar o caminho com maior retorno &#8212; antes de escalar qualquer coisa.</p>
      </div>
      <div class="mc rv d2">
        <div class="mc-bar"></div>
        <div class="mc-num">2&#186; Etapa</div>
        <h3>Lapida&#231;&#227;o</h3>
        <p>Com os dados em m&#227;os, otimizamos o que funciona e eliminamos o que drena recursos. O resultado: mais caixa com menos investimento e mais previsibilidade.</p>
      </div>
      <div class="mc rv d3">
        <div class="mc-bar"></div>
        <div class="mc-num">3&#186; Etapa</div>
        <h3>Escala</h3>
        <p>O modelo est&#225; validado. Agora &#233; hora de acelerar. Aumentamos intencionalmente o investimento e o retorno, expandindo para novos canais e mercados com seguran&#231;a.</p>
      </div>
      <div class="mc rv d4">
        <div class="mc-bar"></div>
        <div class="mc-num">4&#186; Etapa</div>
        <h3>Extra&#231;&#227;o</h3>
        <p>Maximizamos o valor de cada cliente conquistado. Reten&#231;&#227;o, remarketing e esteira de produtos para que o lucro cres&#231;a mesmo sem aumentar a aquisi&#231;&#227;o.</p>
      </div>
    </div>
  </div>
</section>


<!-- ========================================
     SEÇÃO: POR QUÊ KOLMME
     Elementor → Section lt | 2 Colunas 50/50
     ======================================== -->
<section id="why" class="sec sec-lt">
  <div class="bg" aria-hidden="true">
    <svg width="100%" height="100%" viewBox="0 0 1440 660" preserveAspectRatio="xMidYMid slice" xmlns="http://www.w3.org/2000/svg">
      <g transform="translate(40,370)" opacity="0.05" fill="#c8a96e"><use href="#glg" width="170" height="170"/></g>
      <path d="M0 190 Q360 90 720 160 T1440 110" fill="none" stroke="#c8a96e" stroke-width="0.7" opacity="0.06" stroke-dasharray="7 15"/>
    </svg>
  </div>
  <div class="container">
    <div class="why-grid">
      <div class="why-left rv">
        <span class="eyebrow">Nossa diferen&#231;a</span>
        <h2 class="h2">Por que n&#227;o temos planos<br>&#8220;Black, Gold e Platinum&#8221;?</h2>
        <p>Porque vender pacote padr&#227;o para todos &#233; o modelo de quem entrega mediocridade em escala. N&#243;s n&#227;o fazemos isso.</p>
        <p>Cada empresa tem uma realidade &#250;nica &#8212; produto, mercado, time e momento. Por isso cada projeto da Kolmme come&#231;a do zero, constru&#237;do exclusivamente para o seu neg&#243;cio.</p>
        <p class="why-hl">O diagn&#243;stico, o plano e a execu&#231;&#227;o s&#227;o exclusivos para voc&#234;. Sem atalhos. Sem template. Sem resultado gen&#233;rico.</p>
      </div>
      <div class="rv d2">
        <div class="radar">
          <div class="radar-title">Cobertura estrat&#233;gica Kolmme</div>
          <div class="radar-rows">
            <div class="rr"><span class="rl">Processo comercial</span><div class="rb"><div class="rbf" data-w="88"></div></div><span class="rp">88%</span></div>
            <div class="rr"><span class="rl">Gera&#231;&#227;o de demanda</span><div class="rb"><div class="rbf" data-w="92"></div></div><span class="rp">92%</span></div>
            <div class="rr"><span class="rl">Reten&#231;&#227;o e LTV</span><div class="rb"><div class="rbf" data-w="76"></div></div><span class="rp">76%</span></div>
            <div class="rr"><span class="rl">Intelig&#234;ncia de dados</span><div class="rb"><div class="rbf" data-w="95"></div></div><span class="rp">95%</span></div>
            <div class="rr"><span class="rl">Posicionamento visual</span><div class="rb"><div class="rbf" data-w="84"></div></div><span class="rp">84%</span></div>
          </div>
        </div>
        <div class="cta-card">
          <h3>Esse &#233; o caminho para lucro real,<br>previsibilidade e escala.</h3>
          <p>&#201; exatamente isso que entregamos na Ag&#234;ncia Kolmme.</p>
          <a href="#form-sec" class="btn btn-main">Falar com um especialista em crescimento</a>
        </div>
      </div>
    </div>
  </div>
</section>


<!-- ========================================
     SEÇÃO: PROFISSIONAIS / PREÇO
     Elementor → Section dk | 5 Colunas + Destaque
     ======================================== -->
<section id="team" class="sec sec-dk">
  <div class="bg" aria-hidden="true">
    <svg width="100%" height="100%" viewBox="0 0 1440 660" preserveAspectRatio="xMidYMid slice" xmlns="http://www.w3.org/2000/svg">
      <g transform="translate(1290,80)" opacity="0.05" fill="#c8a96e"><use href="#glg" width="150" height="150"/></g>
      <path d="M0 380 Q360 270 720 350 T1440 290" fill="none" stroke="#c8a96e" stroke-width="0.7" opacity="0.06" stroke-dasharray="8 14"/>
    </svg>
  </div>
  <div class="container">
    <div class="team-hdr rv">
      <span class="eyebrow">Custo real de montar isso internamente</span>
      <h2 class="h2">Quais profissionais voc&#234; precisaria<br>contratar para executar este plano?</h2>
      <p>Quanto cada um custa <strong>no mercado hoje?</strong></p>
    </div>
    <div class="pros">
      <div class="pc rv d1"><div class="pc-av"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"><path d="M20 21v-2a4 4 0 0 0-4-4H8a4 4 0 0 0-4 4v2"/><circle cx="12" cy="7" r="4"/></svg></div><h4>L&#237;der de Vendas</h4><div class="role">Lidera e treina o time</div><div class="price">R$ 5.000/m&#234;s</div></div>
      <div class="pc rv d1"><div class="pc-av"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"><path d="M12 20h9"/><path d="M16.5 3.5a2.121 2.121 0 0 1 3 3L7 19l-4 1 1-4L16.5 3.5z"/></svg></div><h4>Redator de Copy</h4><div class="role">Textos que vendem</div><div class="price">R$ 3.500/m&#234;s</div></div>
      <div class="pc rv d2"><div class="pc-av"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"><circle cx="12" cy="12" r="10"/><path d="M8.56 2.75c4.37 6.03 6.02 9.42 8.03 17.72"/></svg></div><h4>Gestor de Tr&#225;fego</h4><div class="role">An&#250;ncios patrocinados</div><div class="price">R$ 2.500/m&#234;s</div></div>
      <div class="pc rv d3"><div class="pc-av"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"><polygon points="23 7 16 12 23 17 23 7"/><rect x="1" y="5" width="15" height="14" rx="2" ry="2"/></svg></div><h4>Editor de V&#237;deo</h4><div class="role">Conte&#250;do que converte</div><div class="price">R$ 2.500/m&#234;s</div></div>
      <div class="pc rv d4"><div class="pc-av"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"><rect x="3" y="3" width="18" height="18" rx="2" ry="2"/><line x1="3" y1="9" x2="21" y2="9"/><line x1="9" y1="21" x2="9" y2="9"/></svg></div><h4>Gestor de Projetos</h4><div class="role">Coordena o time</div><div class="price">R$ 7.500/m&#234;s</div></div>
    </div>
    <div class="price-reveal rv">
      <div class="pr-lbl">Custo total no mercado (por m&#234;s):</div>
      <div class="pr-num">R$ 21.000/m&#234;s</div>
      <div class="price-box">
        <div class="pb-ey">Ag&#234;ncia Kolmme</div>
        <div class="pb-tg">Muito menos do que voc&#234; est&#225; calculando.</div>
        <div class="pb-sb">Tudo isso em um &#250;nico plano personalizado, com gestor dedicado ao seu neg&#243;cio &#8212; sem overhead, sem encargos, sem burocracia.</div>
        <a href="#form-sec" class="btn btn-main">Receber plano estrat&#233;gico personalizado</a>
      </div>
    </div>
  </div>
</section>


<!-- ========================================
     SEÇÃO: FORMULÁRIO COM QUALIFICAÇÃO
     Elementor → Section lt | 2 Colunas 50/50
     Etapa 1: Contato | Etapa 2: Empresa | Etapa 3: Faturamento
     ======================================== -->
<section id="form-sec" class="sec sec-lt">
  <div class="bg" aria-hidden="true">
    <svg width="100%" height="100%" viewBox="0 0 1440 660" preserveAspectRatio="xMidYMid slice" xmlns="http://www.w3.org/2000/svg">
      <g transform="translate(1330,470)" opacity="0.05" fill="#c8a96e"><use href="#glg" width="160" height="160"/></g>
      <path d="M0 190 Q400 100 800 180 T1440 140" fill="none" stroke="#c8a96e" stroke-width="0.7" opacity="0.06" stroke-dasharray="6 16"/>
    </svg>
  </div>
  <div class="container">
    <div class="form-wrap">

      <!-- Coluna esquerda: copy -->
      <div class="fl rv">
        <span class="eyebrow">D&#234; o primeiro passo</span>
        <h2 class="h2">Agende uma reuni&#227;o e receba um plano estrat&#233;gico para o seu neg&#243;cio.</h2>
        <p>Preencha o formul&#225;rio. Em at&#233; <strong>8 horas &#250;teis</strong> um especialista Kolmme entrar&#225; em contato para agendar sua sess&#227;o de diagn&#243;stico estrat&#233;gico.</p>
        <ul class="fc-list">
          <li><span class="fc-ico"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="3" stroke-linecap="round" stroke-linejoin="round"><polyline points="20 6 9 17 4 12"/></svg></span>Plano personalizado para a realidade da sua empresa</li>
          <li><span class="fc-ico"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="3" stroke-linecap="round" stroke-linejoin="round"><polyline points="20 6 9 17 4 12"/></svg></span>Sess&#227;o de diagn&#243;stico 100% online &#8212; sem deslocamento</li>
          <li><span class="fc-ico"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="3" stroke-linecap="round" stroke-linejoin="round"><polyline points="20 6 9 17 4 12"/></svg></span>Especialista dedicado ao seu setor e momento</li>
          <li><span class="fc-ico"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="3" stroke-linecap="round" stroke-linejoin="round"><polyline points="20 6 9 17 4 12"/></svg></span>Retorno garantido em at&#233; 8 horas &#250;teis</li>
        </ul>
      </div>

      <!-- Coluna direita: formulário 3 etapas -->
      <div class="rv d2">
        <div class="s-inds">
          <div class="sind act" id="ind-1"><span class="n">1</span><span class="lb">Contato</span></div>
          <span class="ssep">&#8594;</span>
          <div class="sind" id="ind-2"><span class="n">2</span><span class="lb">Empresa</span></div>
          <span class="ssep">&#8594;</span>
          <div class="sind" id="ind-3"><span class="n">3</span><span class="lb">Qualifica&#231;&#227;o</span></div>
        </div>

        <div class="fbox">
          <div class="fp"><div class="fpf" id="fprog"></div></div>
          <div class="finr">

            <!-- ETAPA 1: Contato -->
            <div class="fstep act" id="step-1">
              <div class="fstitle">Etapa 1 de 3 &#8212; Seus dados de contato</div>
              <div class="fg"><label>Nome completo <span>*</span></label><input type="text" id="f-nome" placeholder="Seu nome completo" autocomplete="name"></div>
              <div class="fg"><label>DDD + WhatsApp <span>*</span></label><input type="tel" id="f-phone" placeholder="(28) 99256-6125" autocomplete="tel"></div>
              <div class="fg"><label>Melhor e-mail <span>*</span></label><input type="email" id="f-email" placeholder="seu@email.com" autocomplete="email"></div>
              <div class="factions"><button class="btn btn-form" onclick="goS2()">Continuar &#8594;</button></div>
            </div>

            <!-- ETAPA 2: Empresa -->
            <div class="fstep" id="step-2">
              <div class="fstitle">Etapa 2 de 3 &#8212; Sobre sua empresa</div>
              <div class="fg"><label>Nome da empresa <span>*</span></label><input type="text" id="f-emp" placeholder="Nome da empresa"></div>
              <div class="fr2">
                <div class="fg"><label>Setor <span>*</span></label>
                  <select id="f-setor">
                    <option value="">Selecione</option>
                    <option>Varejo</option><option>Servi&#231;os</option><option>Educa&#231;&#227;o</option>
                    <option>Sa&#250;de</option><option>Tecnologia</option><option>Ind&#250;stria</option>
                    <option>Alimenta&#231;&#227;o</option><option>Outro</option>
                  </select>
                </div>
                <div class="fg"><label>N&#250;mero de funcion&#225;rios</label>
                  <select id="f-func">
                    <option value="">Selecione</option>
                    <option>1&#8211;5</option><option>6&#8211;20</option>
                    <option>21&#8211;50</option><option>+50</option>
                  </select>
                </div>
              </div>
              <div class="factions">
                <button class="btn-back" onclick="goS1()">&#8592; Voltar</button>
                <button class="btn btn-form" onclick="goS3()">Continuar &#8594;</button>
              </div>
            </div>

            <!-- ETAPA 3: Qualificação de faturamento -->
            <div class="fstep" id="step-3">
              <div class="fstitle">Etapa 3 de 3 &#8212; Qualifica&#231;&#227;o estrat&#233;gica</div>
              <div class="fg">
                <label>Qual o faturamento mensal da sua empresa? <span>*</span></label>
                <select id="f-fat" onchange="checkQual()">
                  <option value="">Selecione</option>
                  <option value="low">At&#233; R$ 40 mil</option>
                  <option value="ok">R$ 40k &#8211; R$ 60k</option>
                  <option value="ok">R$ 60k &#8211; R$ 80k</option>
                  <option value="ok">R$ 80k &#8211; R$ 100k</option>
                  <option value="ok">+ R$ 100k</option>
                </select>
              </div>

              <!-- Mensagem de desqualificação -->
              <div class="disq" id="disq-msg">
                <strong>&#9888; Aten&#231;&#227;o:</strong> No momento trabalhamos com empresas com faturamento acima de R$ 40k/m&#234;s. Nosso modelo exige um n&#237;vel m&#237;nimo de opera&#231;&#227;o para gerar o retorno que prometemos. Quando voc&#234; atingir esse patamar, ficaremos felizes em conversar.
              </div>

              <div class="factions" id="step3-actions">
                <button class="btn-back" onclick="goS2()">&#8592; Voltar</button>
                <button class="btn btn-form" id="btn-submit" onclick="submitForm()">Solicitar an&#225;lise estrat&#233;gica</button>
              </div>
            </div>

          </div>
          <div class="fpriv">&#128274; Seus dados s&#227;o protegidos e n&#227;o ser&#227;o compartilhados.</div>
        </div>
      </div>

    </div>
  </div>
</section>


<!-- ========================================
     SEÇÃO: RODAPÉ
     Elementor → Footer | 4 Colunas
     ======================================== -->
<footer>


<!-- Endereço + Contato + Horário -->
  <div class="ft-addr">
    <div class="ft-addr-in">
      <div class="addr-l">
        <span class="an">Ag&#234;ncia Kolmme</span>
        <span class="at">Av. Dr. Ubaldo Caetano Gon&#231;alves, 289, Sala 2 &#8211; Independ&#234;ncia<br>Cachoeiro de Itapemirim &#8211; ES, 29306-385</span>
        <div class="addr-contact">
          <a href="tel:+5528992566125">(28) 99256-6125</a>
          <a href="tel:+5528999795354">+55 (28) 99979-5354</a>
          <a href="mailto:kolmmeassessoria@gmail.com">kolmmeassessoria@gmail.com</a>
        </div>
      </div>
      <div class="addr-r">
        <div class="h-lbl">Hor&#225;rio de atendimento</div>
        <div class="h-t">Segunda a Sexta &nbsp;&#183;&nbsp; 8h &#224;s 18h<br>S&#225;bado &nbsp;&#183;&nbsp; 8h &#224;s 12h</div>
      </div>
    </div>
  </div>

  <!-- Bottom: copyright + CNPJ + links -->
  <div class="ft-bot">
    <div class="ft-bot-in">
      <div>
        <div class="ft-leg">&#169; 2025&#8211;2026 Ag&#234;ncia Kolmme. Todos os direitos reservados.</div>
        <div class="ft-cnpj">CNPJ: 54.544.224/0001-93</div>
      </div>
      <div class="ft-links">
        <a href="#">Pol&#237;tica de Privacidade</a>
        <a href="#">Termos de Uso</a>
      </div>
    </div>
  </div>

  <!-- Disclaimer -->
  <div class="ft-fb">
    <p>Este site n&#227;o faz parte do Facebook ou do Facebook Inc. Al&#233;m disso, este site n&#227;o &#233; endossado pelo Facebook de forma alguma. FACEBOOK &#233; uma marca registrada da FACEBOOK, Inc.</p>
  </div>
</footer>


<script>
/* ── Reveal on scroll ── */
const rv=document.querySelectorAll('.rv');
const obs=new IntersectionObserver((e)=>{e.forEach(x=>{if(x.isIntersecting){x.target.classList.add('on');obs.unobserve(x.target);}})},{threshold:0.08});
rv.forEach(el=>obs.observe(el));

/* ── Radar bars ── */
const bObs=new IntersectionObserver((e)=>{e.forEach(x=>{if(x.isIntersecting){x.target.querySelectorAll('.rbf').forEach(b=>{b.style.width=b.dataset.w+'%';});bObs.unobserve(x.target);}})},{threshold:0.3});
const rb=document.querySelector('.radar');if(rb)bObs.observe(rb);

/* ── Gear rotation ── */
const st=document.createElement('style');
st.textContent='@keyframes gcw{to{transform:rotate(360deg)}}@keyframes gccw{to{transform:rotate(-360deg)}}';
document.head.appendChild(st);
document.querySelectorAll('.bg g').forEach((g,i)=>{
  g.style.cssText+='animation:'+(i%2===0?'gcw':'gccw')+' '+(55+i*18)+'s linear infinite;transform-origin:center;';
});

/* ── Formulário 3 etapas ── */
const prog=document.getElementById('fprog');
function setStep(s){
  [1,2,3].forEach(i=>{
    document.getElementById('step-'+i).classList.toggle('act',i===s);
    document.getElementById('ind-'+i).classList.toggle('act',i===s);
  });
  const pct={1:33,2:66,3:100};
  prog.style.width=pct[s]+'%';
}

function goS2(){
  const n=document.getElementById('f-nome').value.trim();
  const p=document.getElementById('f-phone').value.trim();
  const e=document.getElementById('f-email').value.trim();
  if(!n||!p||!e){alert('Por favor, preencha todos os campos obrigat\u00f3rios.');return;}
  setStep(2);
}
function goS1(){setStep(1);}
function goS3(){
  const emp=document.getElementById('f-emp').value.trim();
  const set=document.getElementById('f-setor').value;
  if(!emp||!set){alert('Por favor, preencha todos os campos obrigat\u00f3rios.');return;}
  setStep(3);
}
function goS2back(){setStep(2);}

/* ── Qualificação ── */
function checkQual(){
  const val=document.getElementById('f-fat').value;
  const disq=document.getElementById('disq-msg');
  const actions=document.getElementById('step3-actions');
  const btnSub=document.getElementById('btn-submit');
  if(val==='low'){
    disq.style.display='block';
    btnSub.disabled=true;
    btnSub.style.opacity='.4';
    btnSub.style.cursor='not-allowed';
  }else{
    disq.style.display='none';
    btnSub.disabled=false;
    btnSub.style.opacity='1';
    btnSub.style.cursor='pointer';
  }
}

function submitForm(){
  const fat=document.getElementById('f-fat').value;
  if(!fat||fat==='low'){return;}
  document.querySelector('.finr').innerHTML='<div style="text-align:center;padding:42px 16px"><div style="width:50px;height:50px;background:rgba(0,208,132,.12);border:1px solid rgba(0,208,132,.28);border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 18px"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"20\" height=\"20\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"#00d084\" stroke-width=\"2.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><polyline points=\"20 6 9 17 4 12\"/></svg></div><h3 style=\"font-size:1.25rem;font-weight:700;color:#f0f4ff;margin-bottom:9px\">An&#225;lise solicitada!</h3><p style=\"font-size:.83rem;color:#b4c4d8;line-height:1.7\">Em at&#233; 8 horas &#250;teis um especialista Kolmme entrar&#225; em contato para agendar sua sess&#227;o de diagn&#243;stico estrat&#233;gico.</p></div>';
}
</script>
</body>
</html>