/* HOSTWP Manager — landing v2. Paleta do painel, composição de produto. */

:root {
    --lp-bg: #f4f1ea;
    --lp-bg-2: #ebe6dc;
    --lp-surface: #fffcf7;
    --lp-ink: #1c1b19;
    --lp-muted: #4f4c46;
    --lp-line: #e2ddd4;
    --lp-teal: #2f5d50;
    --lp-teal-2: #3a7263;
    --lp-teal-soft: rgba(47, 93, 80, 0.12);
    --lp-paper: #fffcf7;
    --lp-warn: #b86a12;
    --lp-danger: #c23b2e;
    --lp-on-teal: #fffcf7;
    --lp-shadow: 0 12px 32px rgba(28, 27, 25, 0.08);
    --lp-max: 1120px;
    --lp-display: "Fraunces", "Iowan Old Style", Georgia, serif;
    --lp-sans: "IBM Plex Sans", "Segoe UI", sans-serif;
    --lp-mono: "IBM Plex Mono", ui-monospace, monospace;
    --lp-pad: 20px;
    --lp-section: 42px;
    --lp-radius: 12px;
}

* { box-sizing: border-box; }

html, body {
    margin: 0;
    min-height: 100%;
}

html { color-scheme: light; }

body.lp {
    background: var(--lp-bg);
    color: var(--lp-ink);
    font-family: var(--lp-sans);
    font-size: 16px;
    line-height: 1.55;
    -webkit-font-smoothing: antialiased;
}

body.has-sticky-cta { padding-bottom: 84px; }

a { color: var(--lp-teal); }
a:hover { color: var(--lp-teal-2); }

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

.lp-wrap {
    width: min(var(--lp-max), 100%);
    margin: 0 auto;
    padding-left: var(--lp-pad);
    padding-right: var(--lp-pad);
}

.lp-top {
    height: 64px;
    display: flex;
    align-items: center;
    background: var(--lp-bg);
    border-bottom: 1px solid transparent;
}

.lp-top-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: min(var(--lp-max), 100%);
    gap: 16px;
}

.lp-wordmark {
    font-weight: 600;
    font-size: 0.95rem;
    color: var(--lp-ink);
    text-decoration: none;
    letter-spacing: -0.02em;
}

.lp-login {
    font-size: 0.88rem;
    color: var(--lp-muted);
    text-decoration: none;
    white-space: nowrap;
}

.lp-login:hover { color: var(--lp-ink); }

.lp-backwrap {
    margin: 0;
    padding: 20px var(--lp-pad) 0;
}

.lp-back {
    font-size: 0.85rem;
    color: var(--lp-muted);
    text-decoration: none;
}

.lp-back:hover { color: var(--lp-ink); }

.eyebrow {
    margin: 0 0 24px;
    font-size: 0.72rem;
    font-weight: 600;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: var(--lp-teal);
}

.hero {
    padding: 80px 0 56px;
}

.hero-grid {
    display: grid;
    gap: 28px;
}

.hero-copy {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.hero h1 {
    margin: 0;
}

.h1-main {
    display: block;
    font-family: var(--lp-display);
    font-size: clamp(30px, 4.4vw, 52px);
    font-weight: 560;
    letter-spacing: -0.03em;
    line-height: 1.02;
}

.h1-rest {
    display: block;
    margin-top: 20px;
    font-family: var(--lp-sans);
    font-size: clamp(17px, 2vw, 22px);
    font-weight: 500;
    line-height: 1.35;
    color: var(--lp-muted);
}

.hero-sub {
    margin: 24px 0 32px;
    max-width: 52ch;
    font-size: 16px;
    color: var(--lp-muted);
}

.hero-copy .lp-cta { margin: 0; }

.hero-copy .lp-micro {
    margin: 20px 0 0;
}

.lp-cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 56px;
    width: 100%;
    padding: 14px 32px;
    border-radius: var(--lp-radius);
    background: var(--lp-teal);
    color: var(--lp-on-teal);
    font-weight: 600;
    text-decoration: none;
    font-size: 17px;
}

.lp-cta:hover { background: var(--lp-teal-2); color: var(--lp-on-teal); }

.lp-cta:focus-visible,
.lp-back:focus-visible,
.lp-login:focus-visible,
.lp-wordmark:focus-visible,
summary:focus-visible,
.trial-form button:focus-visible,
.trial-form input:focus-visible {
    outline: 2px solid var(--lp-teal-2);
    outline-offset: 3px;
}

.lp-cta-center {
    width: auto;
    margin: 24px auto 0;
    display: flex;
    max-width: 420px;
}

.lp-cta-full { width: 100%; border: 0; cursor: pointer; font: inherit; }

.lp-micro {
    margin: 12px 0 0;
    font-size: 14px;
    color: var(--lp-muted);
}

.lp-micro-row {
    display: flex;
    flex-wrap: wrap;
    gap: 6px 0;
}

.lp-micro-row span {
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.lp-micro-row span::before {
    content: "";
    width: 10px;
    height: 6px;
    border-left: 2px solid var(--lp-teal);
    border-bottom: 2px solid var(--lp-teal);
    transform: rotate(-45deg) translateY(-1px);
}

.lp-micro-row span + span::after {
    content: none;
}

.lp-micro-row span + span {
    margin-left: 10px;
    padding-left: 10px;
    border-left: 1px solid var(--lp-line);
}

.hero-visual {
    min-width: 0;
}

.browser {
    margin: 0;
    display: flex;
    flex-direction: column;
    min-height: 0;
    background: var(--lp-surface);
    border: 1px solid var(--lp-line);
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 8px 24px rgba(28, 27, 25, 0.06);
}

.browser-bar {
    display: flex;
    gap: 6px;
    align-items: center;
    padding: 10px 14px;
    background: var(--lp-bg-2);
    flex-shrink: 0;
}

.browser-bar i {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #c9c3b8;
}

.chrome-bar {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 6px 10px;
    border-bottom: 1px solid var(--lp-line);
    background: var(--lp-surface);
    flex-shrink: 0;
    min-width: 0;
}

.chrome-brand {
    flex-shrink: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 22px;
    height: 22px;
    border-radius: 5px;
    background: var(--lp-teal);
    color: var(--lp-on-teal);
    font-size: 0.58rem;
    font-weight: 700;
    letter-spacing: -0.04em;
}

.chrome-nav {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 2px;
    min-width: 0;
}

.chrome-nav span {
    flex-shrink: 0;
    padding: 5px 7px;
    border-radius: 6px;
    font-size: 0.68rem;
    font-weight: 500;
    color: var(--lp-muted);
    white-space: nowrap;
}

.chrome-nav span.is-current {
    color: var(--lp-ink);
    background: var(--lp-bg);
}

.browser-body {
    padding: 12px 14px 10px;
    flex: 1;
    min-height: 0;
    display: flex;
    flex-direction: column;
}

.browser-title {
    margin: 0 0 8px;
    font-size: 1.05rem;
    font-weight: 600;
}

.browser-macros {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin-bottom: 8px;
}

.browser-macros span {
    background: var(--lp-bg);
    border-radius: 8px;
    padding: 6px 8px;
    font-size: 0.72rem;
    color: var(--lp-muted);
}

.browser-macros .is-alert { color: var(--lp-warn); }

.browser-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 0.8rem;
}

.browser-table th {
    text-align: left;
    color: var(--lp-muted);
    font-weight: 500;
    padding: 6px 0;
    border-bottom: 1px solid var(--lp-line);
}

.browser-table td {
    padding: 7px 0;
    border-bottom: 1px solid var(--lp-bg-2);
    white-space: nowrap;
}

.report-card,
.mail-body {
    background: var(--lp-surface);
    color: var(--lp-ink);
}

.hero-caption {
    margin: 10px 0 0;
    font-size: 13px;
    color: var(--lp-muted);
}

.report-card-label {
    margin: 0 0 8px;
    display: inline-block;
    font-size: 0.65rem;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--lp-teal);
    background: var(--lp-teal-soft);
    padding: 3px 7px;
    border-radius: 999px;
}

.report-card-kicker {
    margin: 0 0 4px;
    font-size: 0.62rem;
    font-weight: 600;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--lp-muted);
}

.report-card-client {
    margin: 0;
    font-size: 0.98rem;
    font-weight: 600;
}

.report-card-meta {
    margin: 2px 0 6px;
    font-size: 0.78rem;
    color: var(--lp-muted);
}

.report-card dl,
.report-readable {
    margin: 0;
    padding: 0;
}

.report-card dl div,
.report-readable div {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    border-top: 1px solid var(--lp-line);
}

.report-card dl div {
    padding: 4px 0;
    font-size: 0.78rem;
}

.report-readable div {
    padding: 10px 0;
    font-size: 1rem;
}

.report-card dt,
.report-readable dt { color: var(--lp-muted); }

.report-card dd,
.report-readable dd {
    margin: 0;
    font-weight: 600;
    font-variant-numeric: tabular-nums;
}

.lead {
    padding: var(--lp-section) 0;
    background: #fff;
}

.lead-grid {
    display: grid;
    gap: 24px;
}

.lead-card {
    background: var(--lp-bg);
    border: 1px solid var(--lp-line);
    border-radius: 12px;
    padding: 28px;
    box-shadow: 0 8px 24px rgba(28, 27, 25, 0.06);
}

.lead-copy .lp-h2 { margin-bottom: 12px; }

.lead-copy p {
    margin: 0 0 0.95em;
    font-size: 17px;
    color: var(--lp-ink);
}

.lead-copy p:last-child { margin-bottom: 0; }

.lead-punch {
    color: var(--lp-teal);
    font-weight: 650;
}

.lead-log-kicker {
    margin: 0 0 14px;
    font-size: 0.68rem;
    font-weight: 600;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--lp-teal);
}

.lead-log {
    margin: 0;
    padding: 0;
    list-style: none;
    font-family: var(--lp-mono);
    font-size: 0.78rem;
    color: var(--lp-muted);
}

.lead-log li {
    display: grid;
    grid-template-columns: 3.4em 1fr;
    column-gap: 12px;
    padding: 8px 0;
    border-bottom: 1px solid var(--lp-line);
}

.lead-log li:last-child { border-bottom: 0; padding-bottom: 0; }

.lead-log time { color: var(--lp-teal); font-variant-numeric: tabular-nums; }

.lead-log span { grid-column: 2; }

.lead-log code {
    grid-column: 2;
    font: inherit;
    color: #7a756c;
}

.lp-h2 {
    margin: 0 0 14px;
    font-family: var(--lp-sans);
    font-size: clamp(1.25rem, 2.4vw, 1.5rem);
    font-weight: 600;
    letter-spacing: -0.02em;
}

.benefits {
    padding: var(--lp-section) 0;
    background: var(--lp-bg);
}

.benefits-grid {
    display: grid;
    gap: 14px;
}

.benefit-card {
    display: flex;
    flex-direction: column;
    height: 100%;
    padding: 22px;
    background: var(--lp-surface);
    border: 1px solid var(--lp-line);
    border-radius: var(--lp-radius);
    box-shadow: 0 1px 0 rgba(28, 27, 25, 0.03);
}

.benefit-ico {
    width: 24px;
    height: 24px;
    color: var(--lp-teal);
    margin-bottom: 14px;
}

.benefit-card h3 {
    margin: 0 0 8px;
    font-size: 19px;
    font-weight: 600;
}

.benefit-card p {
    margin: 0;
    color: var(--lp-muted);
    font-size: 15px;
}

.report-feature {
    padding: var(--lp-section) 0;
    background: #fff;
}

.report-feature-grid {
    display: grid;
    gap: 24px;
}

.report-feature-copy p { color: var(--lp-muted); margin: 0 0 12px; }

.report-feature-note {
    margin: 0;
    font-size: 14px;
    color: var(--lp-muted);
}

.report-sites {
    margin: 0 0 12px;
    font-size: 0.78rem;
    color: var(--lp-muted);
    line-height: 1.45;
}

.mail-frame {
    margin: 0;
    border: 1px solid var(--lp-line);
    border-radius: 12px;
    overflow: hidden;
    box-shadow: var(--lp-shadow);
}

.mail-bar {
    padding: 10px 14px;
    background: var(--lp-bg-2);
    font-size: 0.75rem;
    color: var(--lp-muted);
}

.mail-body { padding: 22px 22px 18px; }

.report-readable div { font-size: 1rem; padding: 10px 0; }

.steps {
    padding: var(--lp-section) 0;
    background: var(--lp-bg);
}

.steps-row {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    gap: 20px;
}

.steps-row li {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 14px;
    align-items: start;
}

.step-num {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: var(--lp-teal);
    color: var(--lp-on-teal);
    display: grid;
    place-items: center;
    font-weight: 600;
    font-size: 1.05rem;
    position: relative;
    z-index: 1;
}

.steps-row p {
    margin: 8px 0 0;
    color: var(--lp-muted);
}

.risk-line {
    margin: 18px 0 0;
    padding: 12px 16px 12px 18px;
    background: transparent;
    border-left: 3px solid var(--lp-teal);
    color: var(--lp-ink);
    font-size: 0.98rem;
}

.pricing {
    padding: var(--lp-section) 0;
    background: #fff;
}

.pricing-intro {
    margin: -2px 0 18px;
    color: var(--lp-muted);
}

.pricing-split {
    display: grid;
    gap: 16px;
    align-items: stretch;
}

.price-card,
.included-card {
    border: 1px solid var(--lp-line);
    border-radius: 12px;
    overflow: hidden;
}

.price-card {
    background: #fff;
}

.included-card {
    background: var(--lp-bg);
    padding: 22px 22px 18px;
}

.included-label {
    margin: 0 0 14px;
    font-size: 0.68rem;
    font-weight: 600;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--lp-teal);
}

.included {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.included li {
    position: relative;
    padding-left: 18px;
    font-size: 0.95rem;
    color: var(--lp-ink);
    line-height: 1.35;
}

.included li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.55em;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: var(--lp-teal);
}

.price-table {
    width: 100%;
    border-collapse: collapse;
    table-layout: fixed;
}

.price-table th,
.price-table td {
    height: 56px;
    padding: 0 16px;
    border-bottom: 1px solid var(--lp-line);
    text-align: left;
    vertical-align: middle;
}

.price-table th:nth-child(1),
.price-table td:nth-child(1) { width: 46%; }

.price-table th:nth-child(2),
.price-table td:nth-child(2) {
    width: 30%;
    font-variant-numeric: tabular-nums;
}

.price-table td:nth-child(2) { font-weight: 600; }

.price-table th:nth-child(3),
.price-table td:nth-child(3) {
    width: 24%;
    text-align: right;
    font-variant-numeric: tabular-nums;
}

.price-table th {
    font-weight: 500;
    color: var(--lp-muted);
    background: #fff;
}

.price-table tbody tr:nth-child(even) {
    background: var(--lp-bg);
}

.price-table tbody tr:nth-child(odd) {
    background: #fff;
}

.price-table tr.is-common {
    background: var(--lp-teal-soft);
}

.price-table tr.is-common td:first-child {
    box-shadow: inset 3px 0 0 var(--lp-teal);
}

.price-badge {
    display: inline-block;
    margin-left: 8px;
    padding: 2px 8px;
    border-radius: 999px;
    background: var(--lp-teal);
    color: var(--lp-on-teal);
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.02em;
    vertical-align: middle;
}

.pricing-annual {
    margin: 0;
    padding: 12px 16px 16px;
    font-size: 13px;
    color: var(--lp-muted);
}

.pricing-compare {
    margin: 32px 0 0;
    padding: 14px 16px;
    background: var(--lp-teal-soft);
    border-left: 3px solid var(--lp-teal);
    font-size: 17px;
}

.pricing-cta {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-top: 24px;
}

.pricing-cta .lp-cta { margin: 0; }

.fit {
    padding: var(--lp-section) 0;
    background: var(--lp-bg);
}

.fit-grid {
    display: grid;
    gap: 20px;
}

.fit-col.is-yes {
    background: var(--lp-surface);
    border: 1px solid var(--lp-line);
    border-radius: var(--lp-radius);
    padding: 22px;
}

.fit-col.is-no {
    padding: 22px 8px;
}

.fit-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.fit-list li {
    position: relative;
    padding: 0 0 14px 28px;
    max-width: 46ch;
    color: var(--lp-muted);
}

.fit-list li:last-child { padding-bottom: 0; }

.fit-list.is-yes li { color: var(--lp-ink); }

.fit-list.is-yes li::before {
    content: "";
    position: absolute;
    left: 2px;
    top: 0.45em;
    width: 12px;
    height: 7px;
    border-left: 2.5px solid var(--lp-teal);
    border-bottom: 2.5px solid var(--lp-teal);
    transform: rotate(-45deg);
}

.fit-list.is-no li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.7em;
    width: 12px;
    height: 2px;
    background: #8a857c;
}

.faq {
    padding: var(--lp-section) 0;
    background: #fff;
}

.faq-card {
    background: var(--lp-surface);
    border: 1px solid var(--lp-line);
    border-radius: 12px;
    padding: 24px 22px 8px;
    box-shadow: 0 1px 0 rgba(28, 27, 25, 0.03);
}

.faq-cols { display: grid; gap: 0 32px; }

.faq details {
    border-bottom: 1px solid var(--lp-line);
}

.faq summary {
    cursor: pointer;
    padding: 20px 28px 20px 0;
    font-weight: 600;
    font-size: 17px;
    list-style: none;
    position: relative;
}

.faq summary::-webkit-details-marker { display: none; }

.faq summary::after {
    content: "";
    position: absolute;
    right: 4px;
    top: 26px;
    width: 8px;
    height: 8px;
    border-right: 2px solid var(--lp-muted);
    border-bottom: 2px solid var(--lp-muted);
    transform: rotate(45deg);
}

.faq details[open] summary::after {
    top: 30px;
    transform: rotate(225deg);
}

.faq details p {
    margin: 0 0 16px;
    color: var(--lp-muted);
}

.final-cta {
    padding: 44px 0;
    background: var(--lp-teal);
    color: var(--lp-on-teal);
}

.final-inner { text-align: center; }

.final-lead {
    margin: 0 auto 12px;
    max-width: 40ch;
    font-family: var(--lp-display);
    font-size: clamp(1.4rem, 3vw, 1.9rem);
    line-height: 1.2;
}

.final-sub {
    margin: 0 auto 24px;
    max-width: 42ch;
    color: rgba(255, 252, 247, 0.82);
}

.final-cta .lp-cta {
    width: auto;
    min-width: min(100%, 360px);
    margin: 0 auto;
    background: var(--lp-surface);
    color: var(--lp-teal);
    font-size: 18px;
}

.final-cta .lp-cta:hover {
    background: var(--lp-bg);
    color: var(--lp-teal-2);
}

.final-cta .lp-micro { color: rgba(255, 252, 247, 0.82); justify-content: center; }

.final-cta .lp-micro-row span::before {
    border-color: rgba(255, 252, 247, 0.85);
}

.final-cta .lp-micro-row span + span {
    border-left-color: rgba(255, 252, 247, 0.28);
}

.lp-footer {
    padding: 36px var(--lp-pad) 48px;
    font-size: 0.88rem;
    color: var(--lp-muted);
}

.lp-footer-grid {
    display: grid;
    gap: 20px;
}

.lp-footer a {
    display: block;
    color: var(--lp-muted);
    text-decoration: none;
    margin: 0 0 6px;
}

.lp-footer a:hover { color: var(--lp-ink); }

.lp-footer .lp-wordmark { margin: 0 0 6px; }

.lp-sticky-cta {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 40;
    display: flex;
    flex-direction: column;
    gap: 4px;
    padding: 10px 16px calc(10px + env(safe-area-inset-bottom));
    background: var(--lp-surface);
    border-top: 1px solid var(--lp-line);
    box-shadow: 0 -8px 24px rgba(28, 27, 25, 0.08);
}

.lp-sticky-cta .lp-cta { width: 100%; }

.lp-sticky-cta p {
    margin: 0;
    text-align: center;
    font-size: 12px;
    color: var(--lp-muted);
}

.trial-main {
    padding: 0 var(--lp-pad) 72px;
}

.trial-main .lp-backwrap {
    width: min(440px, 100%);
    margin: 0 auto;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 8px;
}

.trial-card {
    width: min(440px, 100%);
    margin: 0 auto;
}

.trial-card h1 {
    margin: 0 0 12px;
    font-family: var(--lp-display);
    font-size: clamp(1.6rem, 4vw, 2rem);
}

.trial-lead { color: var(--lp-muted); margin: 0 0 24px; }

.trial-form .field {
    display: flex;
    flex-direction: column;
    gap: 6px;
    margin-bottom: 14px;
    font-size: 0.9rem;
}

.trial-form input {
    min-height: 48px;
    padding: 10px 12px;
    border-radius: var(--lp-radius);
    border: 1px solid var(--lp-line);
    background: var(--lp-surface);
    color: var(--lp-ink);
    font: inherit;
}

.trial-form input:focus {
    outline: 2px solid var(--lp-teal);
    outline-offset: 1px;
}

.form-error {
    margin: 0 0 12px;
    color: var(--lp-danger);
    font-size: 0.9rem;
}

.trial-login {
    margin: 20px 0 0;
    text-align: center;
    color: var(--lp-muted);
    font-size: 0.9rem;
}

.legal-main { padding-bottom: 64px; }

.legal-body {
    width: min(68ch, calc(100% - 40px));
    margin: 0 auto;
    color: var(--lp-muted);
}

.legal-body h1 {
    color: var(--lp-ink);
    font-family: var(--lp-sans);
}

@media (min-width: 480px) {
    .lp-cta { width: auto; }
}

@media (max-width: 1023px) {
    .hero { padding-top: 48px; }
}

@media (min-width: 768px) {
    .lead-grid {
        grid-template-columns: minmax(0, 55fr) minmax(0, 45fr);
        align-items: center;
        gap: 48px;
    }

    .benefits-grid {
        grid-template-columns: 1fr 1fr;
    }

    .report-feature-grid {
        grid-template-columns: 1fr 1fr;
        align-items: center;
        gap: 40px;
    }

    .steps-row {
        grid-template-columns: 1fr 1fr 1fr;
        gap: 20px;
        position: relative;
    }

    .steps-row::before {
        content: "";
        position: absolute;
        top: 22px;
        left: 12%;
        right: 12%;
        height: 1px;
        background: var(--lp-line);
        z-index: 0;
    }

    .steps-row li {
        grid-template-columns: 1fr;
        text-align: left;
        position: relative;
        z-index: 1;
    }

    .fit-grid { grid-template-columns: 1fr 1fr; gap: 24px; }

    .pricing-split {
        grid-template-columns: minmax(0, 60fr) minmax(0, 36fr);
        gap: 4%;
        align-items: stretch;
    }

    .price-table th:nth-child(2),
    .price-table td:nth-child(2) { text-align: right; }

    .faq-cols { grid-template-columns: 1fr 1fr; }

    .lp-footer-grid { grid-template-columns: 1.4fr 1fr 1fr; }

    .lp-sticky-cta { display: none !important; }
}

@media (min-width: 1024px) {
    .hero { padding-top: 80px; padding-bottom: 64px; }

    .hero-grid {
        grid-template-columns: minmax(0, 55fr) minmax(0, 45fr);
        grid-template-rows: auto auto;
        align-items: start;
        column-gap: 48px;
        row-gap: 0;
    }

    .hero-copy {
        grid-column: 1;
        grid-row: 1;
    }

    .hero-visual {
        display: contents;
    }

    .browser {
        grid-column: 2;
        grid-row: 1;
        height: auto;
    }

    .hero-caption {
        grid-column: 2;
        grid-row: 2;
    }

    .hero-copy .lp-micro {
        margin-top: 20px;
        padding-top: 0;
    }
}

@media (min-width: 1280px) {
    .lp-backwrap { padding-left: calc((100% - var(--lp-max)) / 2 + var(--lp-pad)); }
}

/* Calculadora — folha de custo, não formulário de trial */
body.lp-calc {
    background:
        radial-gradient(1200px 420px at 8% -10%, rgba(47, 93, 80, 0.08), transparent 55%),
        repeating-linear-gradient(
            0deg,
            transparent,
            transparent 27px,
            rgba(28, 27, 25, 0.035) 28px
        ),
        var(--lp-bg);
}

.calc-page {
    padding: 28px 0 88px;
}

.calc-shell {
    width: min(720px, calc(100% - 40px));
    margin: 0 auto;
    padding: 28px 24px 36px;
    background: var(--lp-surface);
    border: 1px solid var(--lp-line);
    border-radius: 4px 18px 18px 4px;
    box-shadow: var(--lp-shadow);
    position: relative;
}

.calc-shell::before {
    content: "";
    position: absolute;
    left: 0;
    top: 18px;
    bottom: 18px;
    width: 6px;
    background: repeating-linear-gradient(
        180deg,
        var(--lp-teal) 0 10px,
        transparent 10px 22px
    );
    border-radius: 0 2px 2px 0;
}

.calc-intro h1 {
    margin: 0 0 14px;
    font-family: var(--lp-display);
    font-size: clamp(1.7rem, 4vw, 2.35rem);
    letter-spacing: -0.03em;
    line-height: 1.08;
}

.calc-lead {
    margin: 0 0 28px;
    color: var(--lp-muted);
    max-width: 58ch;
}

.calc-form .field,
.waitlist-form .field {
    display: flex;
    flex-direction: column;
    gap: 6px;
    margin-bottom: 16px;
    font-size: 0.9rem;
}

.calc-form .field small {
    color: var(--lp-muted);
    font-size: 0.78rem;
    line-height: 1.4;
}

.calc-form input:not([type="radio"]):not([type="checkbox"]),
.waitlist-form input:not([type="checkbox"]):not([type="radio"]) {
    min-height: 48px;
    padding: 10px 12px;
    border-radius: 10px;
    border: 1px solid var(--lp-line);
    background: #fff;
    color: var(--lp-ink);
    font: inherit;
}

.calc-form input:focus,
.waitlist-form input:focus {
    outline: 2px solid var(--lp-teal);
    outline-offset: 1px;
}

.calc-intensity {
    border: 0;
    margin: 8px 0 18px;
    padding: 0;
}

.calc-intensity legend {
    font-size: 0.9rem;
    margin-bottom: 10px;
}

.calc-pills {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
}

.calc-pill {
    margin: 0;
    cursor: pointer;
}

.calc-pill input {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.calc-pill span {
    display: block;
    min-height: 72px;
    padding: 10px 12px;
    border: 1px solid var(--lp-line);
    border-radius: 12px;
    background: #fff;
    line-height: 1.25;
    color: var(--lp-muted);
    font-size: 0.82rem;
}

.calc-pill strong {
    display: block;
    margin-top: 4px;
    color: var(--lp-ink);
    font-size: 0.95rem;
    font-weight: 600;
}

.calc-pill input:checked + span {
    border-color: var(--lp-teal);
    background: var(--lp-teal-soft);
    box-shadow: inset 0 0 0 1px var(--lp-teal);
}

.calc-pill input:focus-visible + span {
    outline: 2px solid var(--lp-teal);
    outline-offset: 2px;
}

.calc-scope {
    margin: 4px 0 18px;
    color: var(--lp-muted);
    font-size: 0.88rem;
}

.calc-form .lp-cta,
.waitlist-form .lp-cta {
    margin-top: 4px;
}

.calc-result {
    margin-top: 32px;
    padding: 22px 20px 20px;
    border-top: 1px dashed var(--lp-line);
}

.calc-result-kicker {
    margin: 0 0 8px;
    font-size: 0.72rem;
    font-weight: 600;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--lp-teal);
}

.calc-result-monthly {
    margin: 0;
    font-family: var(--lp-display);
    font-size: clamp(2rem, 6vw, 3.1rem);
    letter-spacing: -0.04em;
    line-height: 1;
    color: var(--lp-ink);
}

.calc-result-annual {
    margin: 12px 0 0;
    font-size: 1.05rem;
}

.calc-result-hours {
    margin: 16px 0 0;
    padding: 14px 14px;
    background: var(--lp-bg);
    border-radius: 10px;
    color: var(--lp-ink);
}

.calc-result-note {
    margin: 14px 0 0;
    color: var(--lp-muted);
    font-size: 0.88rem;
}

.calc-waitlist {
    margin-top: 8px;
    padding: 8px 0 0;
    border-top: 1px solid var(--lp-line);
}

.calc-waitlist h2 {
    margin: 20px 0 8px;
    font-family: var(--lp-display);
    font-size: clamp(1.25rem, 3vw, 1.55rem);
    letter-spacing: -0.02em;
    line-height: 1.15;
}

.calc-waitlist > p {
    color: var(--lp-muted);
    margin: 0 0 18px;
}

.waitlist-form .field em {
    font-style: normal;
    color: var(--lp-muted);
    font-weight: 400;
}

.calc-consent {
    display: flex;
    gap: 10px;
    align-items: flex-start;
    margin: 4px 0 16px;
    font-size: 0.88rem;
    color: var(--lp-muted);
}

.calc-consent input {
    margin-top: 3px;
}

.calc-done {
    margin-top: 24px;
    padding: 16px;
    border-radius: 10px;
    background: var(--lp-teal-soft);
    color: var(--lp-ink);
    font-size: 0.9rem;
}

@media (min-width: 640px) {
    .calc-pills {
        grid-template-columns: repeat(4, 1fr);
    }

    .calc-shell {
        padding: 36px 40px 44px 44px;
    }
}

.hero-form {
    width: 100%;
    max-width: 400px;
    margin-top: 8px;
}
.hero-form .lp-cta {
    width: 100%;
}
.hero-form .lp-micro-row {
    margin-top: 16px;
}
.access-consent {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin: 0 0 14px;
    font-size: 0.88rem;
    color: var(--lp-muted);
}
.access-consent input { margin-top: 3px; }
.access-success-msg { margin: 0 0 12px; }

.app-footer {
    margin-top: 0;
    padding: 28px var(--lp-pad) 36px;
    border-top: 1px solid var(--lp-line);
    text-align: center;
    background: transparent;
}
.app-footer p {
    margin: 0;
    color: var(--lp-muted);
    font-size: 0.82rem;
}
.app-footer a {
    font-weight: 600;
    color: var(--lp-teal);
}
.app-footer a:hover { color: var(--lp-teal-2); }
