:root {
    --green: #16a36a;
    --green-dark: #087a4d;
    --green-soft: #eaf8f1;
    --ink: #10231e;
    --muted: #607069;
    --line: #dce7e1;
    --surface: #ffffff;
    --bg: #f6faf8;
    --danger: #dc4c4c;
    --warning: #dc952d;
    --success: #169864;
    --shadow: 0 18px 48px rgba(16, 35, 30, .09);
    --radius: 22px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--bg); font-family: "DM Sans", sans-serif; line-height: 1.55; }
a { color: inherit; }
img { max-width: 100%; }
.container { width: min(1120px, calc(100% - 32px)); margin-inline: auto; }
.demo-bar { padding: 8px 16px; text-align: center; background: #fff2cc; color: #705400; font-size: .78rem; font-weight: 700; letter-spacing: .04em; }
.site-header { position: relative; z-index: 5; background: rgba(255,255,255,.88); border-bottom: 1px solid rgba(220,231,225,.8); backdrop-filter: blur(14px); }
.nav-wrap { min-height: 72px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 10px; color: var(--ink); font: 800 1.25rem/1 "Manrope", sans-serif; text-decoration: none; }
.brand > span:last-child > span { color: var(--green); }
.brand-mark { display: grid; place-items: center; width: 34px; height: 34px; color: white; background: var(--green); border-radius: 10px 10px 10px 3px; font-size: 1rem; }
nav { display: flex; gap: 22px; }
nav a { color: var(--muted); text-decoration: none; font-size: .9rem; }
nav a:hover { color: var(--green-dark); }
.hero { overflow: hidden; padding: 68px 0 62px; background: radial-gradient(circle at 90% 5%, rgba(45,196,126,.14), transparent 34%), linear-gradient(180deg,#fff 0%,var(--bg) 100%); }
.hero-grid { display: grid; grid-template-columns: minmax(0,1fr) minmax(360px,.78fr); align-items: center; gap: 68px; }
.eyebrow { display: inline-flex; align-items: center; gap: 8px; margin: 0 0 16px; color: var(--green-dark); font-weight: 700; font-size: .84rem; text-transform: uppercase; letter-spacing: .07em; }
.eyebrow::before { content: ""; width: 8px; height: 8px; border-radius: 50%; background: var(--green); box-shadow: 0 0 0 5px var(--green-soft); }
h1,h2,h3 { margin-top: 0; font-family: "Manrope", sans-serif; line-height: 1.12; }
h1 { max-width: 720px; margin-bottom: 22px; font-size: clamp(2.25rem, 5vw, 4.2rem); letter-spacing: -.045em; }
h2 { font-size: clamp(1.75rem, 3.2vw, 2.65rem); letter-spacing: -.03em; }
h3 { font-size: 1.08rem; }
.hero-copy > p:not(.eyebrow) { max-width: 640px; color: var(--muted); font-size: 1.12rem; }
.trust-row { display: flex; flex-wrap: wrap; gap: 10px 18px; margin-top: 28px; color: #476058; font-size: .9rem; }
.trust-row span::before { content: "✓"; margin-right: 7px; color: var(--green); font-weight: 800; }
.form-card { position: relative; padding: 28px; border: 1px solid rgba(220,231,225,.9); border-radius: 28px; background: rgba(255,255,255,.96); box-shadow: var(--shadow); }
.form-card h2 { margin-bottom: 7px; font-size: 1.45rem; }
.form-card > p { margin-top: 0; color: var(--muted); font-size: .92rem; }
.field-grid { display: grid; grid-template-columns: 1fr 110px; gap: 14px; }
.field { margin-bottom: 15px; }
label { display: block; margin-bottom: 6px; color: #30453e; font-weight: 700; font-size: .83rem; }
input,select { width: 100%; min-height: 48px; padding: 0 13px; color: var(--ink); background: #fbfdfc; border: 1px solid #cedbd5; border-radius: 12px; font: inherit; outline: none; transition: .2s; }
input:focus,select:focus { border-color: var(--green); box-shadow: 0 0 0 4px rgba(22,163,106,.12); }
.btn { display: inline-flex; min-height: 48px; align-items: center; justify-content: center; gap: 9px; padding: 11px 20px; border: 0; border-radius: 12px; color: white; background: var(--green); font: 800 .93rem/1.2 "DM Sans",sans-serif; text-decoration: none; cursor: pointer; transition: transform .18s, background .18s, box-shadow .18s; }
.btn:hover { transform: translateY(-1px); background: var(--green-dark); box-shadow: 0 10px 24px rgba(8,122,77,.2); }
.btn:disabled { cursor: wait; opacity: .7; transform: none; }
.btn-block { width: 100%; }
.btn-large { min-height: 56px; border-radius: 14px; }
.btn-secondary { color: var(--ink); background: #eef4f1; }
.btn-secondary:hover { background: #e2ece7; box-shadow: none; }
.form-note { margin: 11px 0 0!important; text-align: center; color: var(--muted); font-size: .79rem!important; }
.consent { margin: 4px 0 14px; color: var(--muted); font-size: .74rem; }
.consent a { color: var(--green-dark); }
.section { padding: 76px 0; }
.section-white { background: #fff; }
.section-heading { max-width: 650px; margin: 0 auto 34px; text-align: center; }
.section-heading p { color: var(--muted); }
.features { display: grid; grid-template-columns: repeat(4,1fr); gap: 16px; }
.feature { padding: 24px; border: 1px solid var(--line); border-radius: 18px; background: #fff; }
.feature-icon { display: grid; width: 42px; height: 42px; place-items: center; margin-bottom: 18px; color: var(--green-dark); background: var(--green-soft); border-radius: 12px; font-size: 1.15rem; }
.feature p { margin-bottom: 0; color: var(--muted); font-size: .9rem; }
.hidden { display: none!important; }
.modal-backdrop { position: fixed; z-index: 50; inset: 0; display: grid; place-items: center; padding: 20px; background: rgba(7,27,21,.66); backdrop-filter: blur(4px); }
.modal { width: min(650px,100%); max-height: 88vh; overflow: auto; padding: 28px; background: white; border-radius: 24px; box-shadow: var(--shadow); }
.modal-head { display: flex; justify-content: space-between; gap: 20px; align-items: start; }
.modal-head p { margin-top: -7px; color: var(--muted); }
.icon-button { border: 0; background: transparent; color: var(--muted); font-size: 1.6rem; cursor: pointer; }
.place-list { display: grid; gap: 12px; }
.place-card { padding: 17px; border: 1px solid var(--line); border-radius: 15px; background: #fbfdfc; }
.place-card h3 { margin-bottom: 5px; }
.place-card p { margin: 2px 0; color: var(--muted); font-size: .88rem; }
.place-card .btn { width: 100%; margin-top: 13px; }
.gmp-attribution { display: block; margin-top: 10px; color: #5e5e5e; font-family: Roboto,Arial,sans-serif; font-size: 1rem; white-space: nowrap; }
.processing { text-align: center; }
.spinner { width: 58px; height: 58px; margin: 4px auto 24px; border: 5px solid var(--green-soft); border-top-color: var(--green); border-radius: 50%; animation: spin .8s linear infinite; }
@keyframes spin { to { transform: rotate(360deg); } }
.processing-steps { padding: 0; margin: 22px 0 0; list-style: none; text-align: left; }
.processing-steps li { padding: 9px 0 9px 29px; color: #89958f; position: relative; }
.processing-steps li::before { content: ""; position: absolute; left: 2px; top: 15px; width: 10px; height: 10px; border-radius: 50%; background: #d6e1dc; }
.processing-steps li.active { color: var(--ink); font-weight: 700; }
.processing-steps li.active::before { background: var(--green); box-shadow: 0 0 0 5px var(--green-soft); }
.alert { padding: 13px 15px; margin: 14px 0; border-radius: 12px; background: #fff0f0; color: #8d2929; font-size: .9rem; }
.result-hero { padding: 54px 0 40px; text-align: center; background: linear-gradient(180deg,#fff,var(--bg)); }
.business-context { color: var(--muted); }
.gauge { --score: 0; display: grid; width: 220px; aspect-ratio: 1; place-items: center; margin: 24px auto; border-radius: 50%; background: conic-gradient(var(--green) calc(var(--score)*1%), #e5eee9 0); position: relative; box-shadow: 0 16px 40px rgba(11,88,57,.14); }
.gauge::before { content: ""; position: absolute; inset: 14px; border-radius: 50%; background: white; }
.gauge-content { position: relative; z-index: 1; }
.gauge-label { display: block; margin-bottom: 4px; color: var(--muted); font-size: .72rem; font-weight: 800; letter-spacing: .13em; }
.gauge-value { font: 800 3.2rem/1 "Manrope",sans-serif; letter-spacing: -.06em; }
.gauge-value small { font-size: 1rem; color: var(--muted); letter-spacing: 0; }
.status-pill { display: inline-flex; padding: 7px 13px; color: var(--green-dark); background: var(--green-soft); border-radius: 99px; font-weight: 700; }
.disclaimer { max-width: 720px; margin: 18px auto 0; color: var(--muted); font-size: .78rem; }
.score-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 15px; margin-top: -4px; }
.score-card { padding: 22px; background: #fff; border: 1px solid var(--line); border-radius: 18px; box-shadow: 0 10px 24px rgba(16,35,30,.05); }
.score-card span { display: block; color: var(--muted); font-size: .86rem; }
.score-card strong { display: block; margin-top: 6px; font: 800 1.75rem/1 "Manrope",sans-serif; }
.score-card small { color: var(--muted); font-size: .85rem; }
.insights { display: grid; gap: 15px; margin-top: 28px; }
.insight { display: grid; grid-template-columns: 12px 1fr; gap: 16px; padding: 22px; background: #fff; border: 1px solid var(--line); border-radius: 17px; }
.insight-dot { width: 11px; height: 11px; margin-top: 5px; border-radius: 50%; }
.insight-danger .insight-dot { background: var(--danger); }
.insight-warning .insight-dot { background: var(--warning); }
.insight-success .insight-dot { background: var(--success); }
.insight h3 { margin-bottom: 6px; }
.insight p { margin: 0; color: var(--muted); }
.cta-report { position: relative; overflow: hidden; margin-top: 42px; padding: 42px; color: white; background: linear-gradient(135deg,#0e3026,#10231e 65%,#075b3c); border-radius: 28px; }
.cta-report::after { content: ""; position: absolute; width: 270px; height: 270px; right: -100px; top: -130px; border-radius: 50%; background: rgba(36,215,132,.14); }
.cta-grid { position: relative; z-index: 1; display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 40px; }
.cta-report .eyebrow { color: #7be0ad; }
.cta-report h2 { margin-bottom: 10px; }
.price { font: 800 2.5rem/1 "Manrope",sans-serif; }
.price small { display: block; margin-bottom: 8px; font: 500 .78rem/1 "DM Sans",sans-serif; color: #b9cdc4; }
.report-list { display: grid; grid-template-columns: 1fr 1fr; gap: 8px 18px; padding: 0; margin: 22px 0 28px; list-style: none; }
.report-list li::before { content: "✓"; margin-right: 8px; color: #54d998; font-weight: 800; }
.cta-report .btn { background: #21c87b; }
.page-shell { padding: 54px 0 80px; }
.content-card { padding: clamp(24px,5vw,48px); background: #fff; border: 1px solid var(--line); border-radius: 24px; box-shadow: 0 12px 35px rgba(16,35,30,.06); }
.content-card h2 { margin-top: 34px; font-size: 1.35rem; }
.content-card p,.content-card li { color: #4f625b; }
.locked { padding: 70px 20px; text-align: center; }
.locked-icon { display: grid; width: 70px; height: 70px; place-items: center; margin: 0 auto 22px; border-radius: 50%; background: var(--green-soft); font-size: 1.7rem; }
.report-section { margin-top: 34px; padding-top: 30px; border-top: 1px solid var(--line); }
.priority-list { display: grid; gap: 12px; }
.priority-item { padding: 17px; border: 1px solid var(--line); border-radius: 14px; }
.priority-badge { display: inline-block; margin-bottom: 7px; padding: 4px 8px; border-radius: 6px; color: #8a3a21; background: #fff0e8; font-size: .72rem; font-weight: 800; text-transform: uppercase; }
.action-plan { display: grid; grid-template-columns: repeat(4,1fr); gap: 14px; }
.action-card { padding: 18px; background: var(--green-soft); border-radius: 15px; }
.action-card span { color: var(--green-dark); font-weight: 800; font-size: .78rem; text-transform: uppercase; }
.action-card p { margin-bottom: 0; font-size: .88rem; }
.template-list { counter-reset: item; display: grid; gap: 10px; padding: 0; list-style: none; }
.template-list li { position: relative; padding: 14px 14px 14px 48px; background: #f8fbf9; border-radius: 12px; }
.template-list li::before { counter-increment: item; content: counter(item); position: absolute; left: 14px; top: 14px; display: grid; width: 24px; height: 24px; place-items: center; color: white; background: var(--green); border-radius: 7px; font-size: .72rem; font-weight: 800; }
.check-columns { display: grid; grid-template-columns: 1fr 1fr; gap: 36px; }
.check-row { display: flex; justify-content: space-between; gap: 20px; padding: 11px 0; border-bottom: 1px solid var(--line); font-size: .88rem; }
.check-row strong { white-space: nowrap; }
.check-ok { color: var(--green-dark); }
.check-missing { color: #ae5238; }
.site-footer { padding: 42px 0 22px; color: #b8cac3; background: #0d211b; }
.footer-wrap { display: flex; justify-content: space-between; gap: 40px; }
.brand-footer { color: white; }
.footer-wrap p { margin-bottom: 0; font-size: .86rem; }
.footer-links { display: flex; flex-wrap: wrap; gap: 20px; align-items: start; }
.footer-links a { color: #c4d3cd; text-decoration: none; font-size: .85rem; }
.legal-note { margin-top: 28px; padding-top: 18px; border-top: 1px solid rgba(255,255,255,.09); font-size: .76rem; }
.admin-metrics { display: grid; grid-template-columns: repeat(5,1fr); gap: 12px; }
.admin-metrics article { padding: 18px; background: #fff; border: 1px solid var(--line); border-radius: 15px; }
.admin-metrics span { display: block; min-height: 38px; color: var(--muted); font-size: .78rem; }
.admin-metrics strong { font: 800 1.7rem/1 "Manrope",sans-serif; }
.funnel-rates { display: flex; flex-wrap: wrap; gap: 10px; margin: 14px 0 26px; }
.funnel-rates span { padding: 8px 12px; background: var(--green-soft); border-radius: 99px; color: var(--green-dark); font-size: .8rem; }
.admin-table-wrap { overflow-x: auto; background: white; border: 1px solid var(--line); border-radius: 18px; }
.admin-table { width: 100%; border-collapse: collapse; font-size: .85rem; }
.admin-table th,.admin-table td { padding: 14px 13px; border-bottom: 1px solid var(--line); text-align: left; white-space: nowrap; }
.admin-table th { color: var(--muted); background: #f8fbf9; font-size: .72rem; text-transform: uppercase; letter-spacing: .04em; }
.paid-badge { padding: 4px 8px; color: #8a3a21; background: #fff0e8; border-radius: 99px; font-size: .73rem; font-weight: 700; }
.paid-badge.is-paid { color: var(--green-dark); background: var(--green-soft); }
.status-badge { display: inline-block; padding: 4px 8px; color: #455750; background: #edf2f0; border-radius: 99px; font-size: .72rem; font-weight: 700; }
.status-company_selected { color: #6e5411; background: #fff5d9; }
.status-completed { color: #175c86; background: #e8f4fb; }
.status-whatsapp_clicked { color: var(--green-dark); background: var(--green-soft); }
.status-paid { color: #fff; background: var(--green); }
.table-actions { display: flex; align-items: center; gap: 10px; }
.table-actions a,.table-actions button { padding: 0; border: 0; color: var(--green-dark); background: transparent; font: 700 .78rem "DM Sans",sans-serif; text-decoration: none; cursor: pointer; }
@media (max-width: 850px) {
    .hero-grid { grid-template-columns: 1fr; gap: 38px; }
    .features,.score-grid { grid-template-columns: 1fr 1fr; }
    .action-plan { grid-template-columns: 1fr 1fr; }
    .cta-grid { grid-template-columns: 1fr; }
    .admin-metrics { grid-template-columns: repeat(2,1fr); }
}
@media (max-width: 600px) {
    .container { width: min(100% - 24px,1120px); }
    nav { display: none; }
    .hero { padding-top: 44px; }
    h1 { font-size: 2.45rem; }
    .form-card { padding: 21px; border-radius: 22px; }
    .field-grid { grid-template-columns: 1fr; gap: 0; }
    .features,.score-grid,.action-plan,.report-list { grid-template-columns: 1fr; }
    .section { padding: 56px 0; }
    .cta-report { padding: 28px 22px; }
    .footer-wrap { flex-direction: column; }
    .modal { padding: 21px; }
    .check-columns { grid-template-columns: 1fr; }
}

