/* FindFull — landing page. Mesma identidade da extensão: petróleo, verde-água, azul-verde, âmbar. */
:root {
  --ink: #10202b;
  --ink-2: #4a5b66;
  --ink-3: #7b8a93;
  --line: #d9e1e7;
  --ground: #eef2f5;
  --surface: #ffffff;
  --brand: #0c6b72;
  --brand-strong: #084f55;
  --brand-tint: #e3f3f3;
  --panel: #0f2f3a;
  --panel-2: #174552;
  --panel-text: #e8f2f3;
  --panel-muted: #9fb9bf;
  --pulse: #5fe0c8;
  --signal: #f5a524;
  --signal-text: #8a5200;
  --success: #1fa463;
  --success-tint: #ddf3e7;
  --danger: #c9353f;
  --font-display: "Archivo", "Segoe UI Variable Display", "Segoe UI", system-ui, sans-serif;
  --font-body: "Inter", "Segoe UI", system-ui, -apple-system, Roboto, sans-serif;
  --font-mono: ui-monospace, "Cascadia Mono", Consolas, Menlo, monospace;
  --r: 12px;
  --r-lg: 18px;
  --shadow: 0 1px 2px rgba(16, 32, 43, 0.06), 0 12px 32px rgba(16, 32, 43, 0.08);
  --wrap: 1080px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font: 16px/1.55 var(--font-body);
  color: var(--ink);
  background: var(--ground);
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; display: block; }
a { color: var(--brand); }
h1, h2, h3 { font-family: var(--font-display); letter-spacing: -0.02em; line-height: 1.1; margin: 0; }
.wrap { width: min(var(--wrap), calc(100% - 40px)); margin: 0 auto; }
.eyebrow { font: 600 12px/1 var(--font-body); letter-spacing: 0.08em; text-transform: uppercase; color: var(--brand); }
.hero .eyebrow, .dark .eyebrow { color: var(--pulse); }

/* ------------------------------------------------------------ topo */
.top { position: sticky; top: 0; z-index: 10; background: rgba(238, 242, 245, 0.85); backdrop-filter: blur(10px); border-bottom: 1px solid var(--line); }
.top .wrap { display: flex; align-items: center; justify-content: space-between; gap: 16px; height: 64px; }
.brand { display: flex; align-items: center; gap: 10px; text-decoration: none; color: var(--ink); }
.brand .mark { width: 32px; height: 32px; border-radius: 9px; }
.brand b { font: 700 17px/1 var(--font-display); letter-spacing: -0.01em; }
.nav { display: flex; align-items: center; gap: 22px; }
.nav a { font-size: 14px; font-weight: 500; color: var(--ink-2); text-decoration: none; }
.nav a:hover { color: var(--ink); }
.nav a.btn, .nav a.btn:hover { color: #fff; }
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  padding: 12px 20px;
  border: 1px solid transparent;
  border-radius: 11px;
  font: 600 15px/1 var(--font-body);
  color: #fff;
  background: var(--brand);
  text-decoration: none;
  cursor: pointer;
  transition: background 0.15s, transform 0.05s, border-color 0.15s;
}
.btn:hover { background: var(--brand-strong); }
.btn:active { transform: translateY(1px); }
.btn:focus-visible { outline: 2px solid var(--brand); outline-offset: 3px; }
.btn-sm { padding: 9px 14px; font-size: 14px; border-radius: 9px; }
.btn-lg { padding: 15px 26px; font-size: 16px; border-radius: 13px; }
.btn-light { background: #fff; color: var(--panel); }
.btn-light:hover { background: #dff5f1; }
.btn-ghost { background: transparent; color: var(--ink); border-color: var(--line); }
.btn-ghost:hover { background: var(--surface); }
.dark .btn-ghost { color: var(--panel-text); border-color: rgba(255, 255, 255, 0.25); }
.dark .btn-ghost:hover { background: rgba(255, 255, 255, 0.08); }
.dark .btn:focus-visible { outline-color: var(--pulse); }

.btn .chrome { width: 18px; height: 18px; margin-right: 8px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; vertical-align: -3px; }
.plans-note a { color: var(--brand); font-weight: 600; }

/* faixa que aparece quando a extensão abre o site na instalação (?from=install) */
.installed { background: var(--success); color: #fff; }
.installed .wrap { display: flex; align-items: center; gap: 12px; padding: 12px 0; }
.installed .ok { width: 26px; height: 26px; border-radius: 50%; flex: none; display: grid; place-items: center; background: rgba(255, 255, 255, 0.22); }
.installed .ok svg { width: 14px; height: 14px; fill: none; stroke: currentColor; stroke-width: 2.4; stroke-linecap: round; stroke-linejoin: round; }
.installed p { margin: 0; font-size: 15px; }
.installed a { color: #fff; font-weight: 700; text-decoration: underline; }

/* ------------------------------------------------------------ herói */
.hero {
  color: var(--panel-text);
  background: radial-gradient(90% 80% at 100% 0%, var(--panel-2), var(--panel) 60%);
  padding: 72px 0 80px;
  position: relative;
  overflow: hidden;
}
.hero::before {
  content: "";
  position: absolute; inset: 0;
  background-image: radial-gradient(rgba(255, 255, 255, 0.07) 1px, transparent 1px);
  background-size: 26px 26px;
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.9), transparent 70%);
  pointer-events: none;
}
.hero .wrap { position: relative; display: grid; grid-template-columns: 1.05fr 0.95fr; gap: 48px; align-items: center; }
.hero h1 { font-size: clamp(34px, 5.2vw, 60px); font-weight: 800; color: #fff; margin-top: 14px; font-stretch: 95%; }
.hero h1 em { font-style: normal; color: var(--signal); }
.hero .lead { margin: 18px 0 0; font-size: 18px; color: var(--panel-muted); max-width: 52ch; }
.hero .cta { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 28px; }
.hero .fine { margin: 14px 0 0; font-size: 13px; color: var(--panel-muted); }

/* calculadora */
.calc {
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: var(--r-lg);
  padding: 22px 22px 20px;
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.25);
}
.calc h2 { font-size: 15px; font-weight: 600; letter-spacing: 0; color: var(--panel-text); }
.calc .row { margin-top: 16px; }
.calc label { display: flex; justify-content: space-between; align-items: baseline; font-size: 13px; color: var(--panel-muted); }
.calc label output { font: 600 14px var(--font-display); color: #fff; font-variant-numeric: tabular-nums; }
.calc input[type="range"] { width: 100%; margin: 8px 0 0; accent-color: var(--pulse); }
.calc .total { margin-top: 22px; padding-top: 18px; border-top: 1px solid rgba(255, 255, 255, 0.12); }
.calc .total small { display: block; font-size: 13px; color: var(--panel-muted); }
.calc .total .num { font: 800 clamp(34px, 4vw, 46px)/1 var(--font-display); letter-spacing: -0.03em; color: var(--signal); font-variant-numeric: tabular-nums; margin-top: 6px; font-stretch: 92%; }
.calc .total .num small { display: inline; font-size: 16px; font-weight: 600; color: var(--panel-muted); margin-left: 6px; }
.calc .compare { margin: 12px 0 0; font-size: 13.5px; color: var(--panel-text); }
.calc .compare b { color: var(--pulse); }
.calc .note { margin: 10px 0 0; font-size: 11.5px; color: var(--panel-muted); }

/* ------------------------------------------------------------ seções */
section.block { padding: 72px 0; }
section.block h2 { font-size: clamp(26px, 3.2vw, 36px); font-weight: 700; margin-top: 10px; }
section.block .sub { margin: 12px 0 0; font-size: 17px; color: var(--ink-2); max-width: 60ch; }
.alt { background: var(--surface); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }

/* como funciona: sequência real, por isso numerada */
.steps { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; align-items: center; margin-top: 36px; }
.steps > * { min-width: 0; }
.steps ol { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 18px; }
.steps li { display: grid; grid-template-columns: 40px minmax(0, 1fr); gap: 14px; }
.steps .n { width: 40px; height: 40px; border-radius: 12px; display: grid; place-items: center; font: 700 16px var(--font-display); color: #fff; background: var(--brand); }
.steps h3 { font-size: 18px; font-weight: 700; }
.steps p { margin: 4px 0 0; color: var(--ink-2); font-size: 15px; }

/* réplica do monitor da extensão */
.shot-wrap { position: relative; margin: 0; }
.shot-wrap::before {
  content: ""; position: absolute; z-index: 0;
  left: 8%; right: 8%; top: 24%; bottom: 4%;
  background: radial-gradient(60% 60% at 50% 55%, rgba(95, 224, 200, 0.28), rgba(15, 47, 58, 0) 72%);
  filter: blur(28px);
}
.shot-wrap figcaption { text-align: center; margin-top: 14px; font-size: 13px; color: var(--ink-3); }
.shot {
  position: relative; z-index: 1;
  width: 420px; max-width: 100%;
  margin: 0 auto;
  border-radius: 18px;
  background: var(--ground);
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
  padding: 12px;
  font-family: var(--font-body);
}
.shot .bar { display: flex; align-items: center; gap: 8px; padding: 2px 4px 10px; }
.shot .bar .mark { width: 24px; height: 24px; border-radius: 7px; }
.shot .bar b { font: 700 13px var(--font-display); }
.shot .bar small { font-size: 10.5px; color: var(--ink-3); margin-left: 2px; }
.mon {
  border-radius: 14px;
  padding: 14px;
  color: var(--panel-text);
  background: radial-gradient(120% 90% at 100% 0%, var(--panel-2), var(--panel) 62%);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
}
.mon .head { display: flex; align-items: center; gap: 8px; font: 600 14px var(--font-display); color: #fff; }
.mon .dot { width: 8px; height: 8px; border-radius: 50%; background: var(--pulse); animation: pulse 1.8s ease-out infinite; }
.mon .head .btn-mini { margin-left: auto; }

/* resumo da busca: o que está configurado, em três colunas fixas */
.mon .sum { display: grid; grid-template-columns: 1.4fr 1fr 1fr; gap: 6px; margin: 12px 0 0; }
.mon .sum > div { min-width: 0; padding: 8px 10px; border-radius: 10px; background: rgba(255, 255, 255, 0.06); border: 1px solid rgba(255, 255, 255, 0.08); }
.mon .sum dt { font: 500 9.5px var(--font-mono); letter-spacing: 0.1em; text-transform: uppercase; color: var(--panel-muted); }
.mon .sum dd { margin: 3px 0 0; font: 600 12px/1.25 var(--font-body); color: #fff; }
.mon .sum > div:not(:first-child) dd { white-space: nowrap; }

/* cada busca é um cartão: estado, título grande, detalhe em texto pequeno */
.mon .job {
  display: grid; grid-template-columns: 52px minmax(0, 1fr) auto; align-items: center; gap: 12px;
  margin-top: 10px; padding: 12px 12px 12px 10px; border-radius: 14px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.09), rgba(255, 255, 255, 0.04));
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08), 0 8px 20px rgba(6, 20, 26, 0.25);
}
.mon .job .t { display: flex; flex-direction: column; gap: 2px; min-width: 0; }
.mon .job .tag { font: 600 9.5px var(--font-mono); letter-spacing: 0.12em; text-transform: uppercase; color: var(--pulse); }
.mon .job .t > b { font: 700 16px/1.15 var(--font-display); color: #fff; font-variant-numeric: tabular-nums; letter-spacing: -0.01em; }
.mon .job .meta { font-size: 11px; color: var(--panel-muted); white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }

.mon .ring { position: relative; width: 52px; height: 52px; }
.mon .ring svg { width: 100%; height: 100%; transform: rotate(-90deg); }
.mon .ring circle { fill: none; stroke-width: 4.5; }
.mon .ring .bg { stroke: rgba(255, 255, 255, 0.1); }
.mon .ring .fg { stroke: var(--pulse); stroke-linecap: round; stroke-dasharray: 150.8; stroke-dashoffset: 0; animation: drain 30s linear infinite; filter: drop-shadow(0 0 4px rgba(95, 224, 200, 0.55)); }
.mon .ring b { position: absolute; inset: 0; display: flex; align-items: baseline; justify-content: center; padding-top: 16px; font: 700 17px/1 var(--font-display); color: #fff; font-variant-numeric: tabular-nums; }
.mon .ring b small { font: 500 9px/1 var(--font-mono); color: var(--panel-muted); margin-left: 1px; }

.mon .job.done {
  background: linear-gradient(135deg, rgba(31, 164, 99, 0.26), rgba(31, 164, 99, 0.08));
  border-color: rgba(95, 224, 200, 0.4);
}
.mon .job.done .tag { color: #8fe7bd; }
.mon .job.done .t > b { font-size: 19px; }
.mon .job.done .ok {
  width: 52px; height: 52px; border-radius: 50%; display: grid; place-items: center; color: #fff;
  background: radial-gradient(100% 100% at 30% 25%, #34c47e, var(--success) 70%);
  box-shadow: 0 0 0 5px rgba(31, 164, 99, 0.18), 0 6px 16px rgba(31, 164, 99, 0.35);
}
.mon .job.done .ok svg { width: 24px; height: 24px; fill: none; stroke: currentColor; stroke-width: 2.6; stroke-linecap: round; stroke-linejoin: round; }
.mon .job.done .ok path { stroke-dasharray: 24; stroke-dashoffset: 0; animation: draw 0.6s ease-out 0.4s both; }

.mon .btn-mini { font: 600 11px var(--font-body); padding: 7px 10px; border-radius: 8px; background: rgba(255, 255, 255, 0.1); color: #fff; border: 1px solid rgba(255, 255, 255, 0.22); white-space: nowrap; }
.mon .btn-mini.ghost { background: transparent; border-color: rgba(255, 255, 255, 0.16); color: var(--panel-text); font-weight: 500; }
.mon .btn-mini.light { background: rgba(255, 255, 255, 0.92); color: var(--panel); border-color: transparent; }
@media (max-width: 480px) {
  .mon .sum { grid-template-columns: 1.3fr 0.95fr 0.75fr; }
  .mon .sum dd { font-size: 11.5px; }
  .mon .job .meta { white-space: normal; }
}

/* o que faz */
.grid3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin-top: 36px; }
.card { background: var(--surface); border: 1px solid var(--line); border-radius: var(--r-lg); padding: 22px; }
.alt .card { background: var(--ground); }
.card .ic { width: 40px; height: 40px; border-radius: 12px; display: grid; place-items: center; background: var(--brand-tint); color: var(--brand); }
.card .ic svg { width: 22px; height: 22px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.card h3 { font-size: 17px; font-weight: 700; margin-top: 14px; }
.card p { margin: 6px 0 0; font-size: 14.5px; color: var(--ink-2); }

/* planos */
.plans { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; margin-top: 36px; max-width: 800px; }
.plans-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); max-width: none; }
.plan .seats { margin: 6px 0 0; font-size: 14px; color: var(--ink-2); }
.plan .seats b { font: 800 22px/1 var(--font-display); color: var(--brand); margin-right: 4px; }
.plan .btn + .btn { margin-top: 8px; }
.plan .btn-light { border: 1.5px solid var(--line); color: var(--brand); }
.plan .btn-light:hover { background: var(--brand-tint); }
.plan { position: relative; background: var(--surface); border: 1.5px solid var(--line); border-radius: var(--r-lg); padding: 26px; display: flex; flex-direction: column; }
.plan.best { border-color: var(--brand); box-shadow: var(--shadow); }
.plan .tag { position: absolute; top: -12px; left: 22px; font: 600 11px/1 var(--font-body); letter-spacing: 0.06em; text-transform: uppercase; padding: 6px 10px; border-radius: 999px; background: var(--signal); color: var(--ink); }
.plan h3 { font-size: 20px; font-weight: 700; }
.plan .price { margin-top: 12px; display: flex; align-items: baseline; gap: 6px; }
.plan .price b { font: 800 44px/1 var(--font-display); letter-spacing: -0.03em; font-variant-numeric: tabular-nums; }
.plan .price small { font-size: 14px; color: var(--ink-3); }
.plan .price sup { font: 700 18px var(--font-display); color: var(--ink-2); }
.plan .equiv { margin: 6px 0 0; font-size: 13.5px; color: var(--ink-2); }
.plan ul { margin: 18px 0 0; padding: 0; list-style: none; display: flex; flex-direction: column; gap: 8px; font-size: 14.5px; color: var(--ink-2); }
.plan li { display: flex; gap: 8px; align-items: flex-start; }
.plan li svg { flex: none; width: 16px; height: 16px; margin-top: 3px; fill: none; stroke: var(--success); stroke-width: 2.2; stroke-linecap: round; stroke-linejoin: round; }
.plan .btn { margin-top: 22px; }
.plan .after { margin: 10px 0 0; font-size: 12.5px; color: var(--ink-3); }
.plans-note { margin: 16px 0 0; font-size: 14px; color: var(--ink-2); max-width: 800px; }
.plans-note b { color: var(--ink); }

/* faq */
.faq { margin-top: 28px; max-width: 760px; display: flex; flex-direction: column; gap: 8px; }
.faq details { background: var(--surface); border: 1px solid var(--line); border-radius: var(--r); padding: 0 18px; }
.faq summary { cursor: pointer; padding: 15px 0; font-weight: 600; font-size: 15.5px; list-style: none; display: flex; justify-content: space-between; align-items: center; gap: 12px; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "+"; font: 400 22px/1 var(--font-display); color: var(--brand); transition: transform 0.15s; }
.faq details[open] summary::after { transform: rotate(45deg); }
.faq details p { margin: 0 0 16px; color: var(--ink-2); font-size: 14.5px; }

/* chamada final */
.final { text-align: center; padding: 72px 0 84px; }
.final h2 { font-size: clamp(26px, 3.4vw, 40px); font-weight: 800; color: #fff; }
.final p { margin: 12px auto 0; max-width: 56ch; color: var(--panel-muted); font-size: 17px; }
.final .cta { display: flex; justify-content: center; gap: 12px; flex-wrap: wrap; margin-top: 26px; }

/* rodapé */
footer { padding: 28px 0 36px; font-size: 13px; color: var(--ink-3); }
footer .wrap { display: flex; flex-wrap: wrap; gap: 10px 22px; justify-content: space-between; align-items: center; }
footer a { color: var(--ink-2); text-decoration: none; }
footer a:hover { color: var(--ink); text-decoration: underline; }
footer .legal { flex-basis: 100%; font-size: 12px; }

/* páginas internas (obrigado, privacidade, termos) */
.page { padding: 56px 0 80px; }
.page .wrap { max-width: 760px; }
.page h1 { font-size: clamp(28px, 4vw, 40px); font-weight: 800; }
.page h2 { font-size: 20px; font-weight: 700; margin-top: 32px; }
.page p, .page li { color: var(--ink-2); font-size: 15.5px; }
.page .card { margin-top: 24px; }
.page .card p { color: var(--ink); }
.page .steps-simple { margin: 20px 0 0; padding-left: 0; list-style: none; counter-reset: s; display: flex; flex-direction: column; gap: 14px; }
.page .steps-simple li { counter-increment: s; display: grid; grid-template-columns: 34px 1fr; gap: 12px; align-items: start; }
.page .steps-simple li::before { content: counter(s); width: 34px; height: 34px; border-radius: 10px; display: grid; place-items: center; font: 700 15px var(--font-display); color: #fff; background: var(--brand); }
.page .steps-simple b { color: var(--ink); }
.page .updated { font-size: 13px; color: var(--ink-3); margin-top: 8px; }

@keyframes pulse { 0% { box-shadow: 0 0 0 0 rgba(95, 224, 200, 0.6); } 100% { box-shadow: 0 0 0 10px rgba(95, 224, 200, 0); } }
@keyframes drain { from { stroke-dashoffset: 0; } to { stroke-dashoffset: 150.8; } }
@keyframes draw { from { stroke-dashoffset: 24; } to { stroke-dashoffset: 0; } }
@keyframes rise { from { opacity: 0; transform: translateY(8px); } to { opacity: 1; transform: none; } }
.hero .wrap > * { animation: rise 0.5s ease-out both; }
.hero .calc { animation-delay: 0.12s; }
@media (prefers-reduced-motion: reduce) { *, *::before, *::after { animation: none !important; transition: none !important; } }

@media (max-width: 860px) {
  .hero { padding: 48px 0 56px; }
  .hero .wrap { grid-template-columns: 1fr; gap: 32px; }
  .steps { grid-template-columns: 1fr; }
  .grid3 { grid-template-columns: 1fr; }
  .plans { grid-template-columns: 1fr; }
  .nav a:not(.btn) { display: none; }
}
