/* Delivox Landing V3 — validação visual isolada */
:root {
    --v3-orange: #ff5a00;
    --v3-orange-soft: #fff4ed;
    --v3-ink: #071733;
    --v3-muted: #5b6b80;
    --v3-line: #e8edf3;
    --v3-green: #0f7a4c;
    --v3-shell: min(1180px, calc(100% - 32px));
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body.v3-page,
#homeSaas.v3-page {
    margin: 0;
    font-family: Inter, "Segoe UI", Arial, sans-serif;
    color: var(--v3-ink);
    background: #fff;
    overflow-x: hidden;
}

#homeSaas.v3-page {
    display: block;
}

.v3-shell {
    width: var(--v3-shell);
    margin: 0 auto;
}

/* Header */
.v3-header {
    position: sticky;
    top: 12px;
    z-index: 100;
    max-width: 1240px;
    margin: 12px auto 0;
    padding: 10px 18px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    background: rgba(255, 255, 255, 0.96);
    border: 1px solid var(--v3-line);
    border-radius: 16px;
    box-shadow: 0 12px 36px rgba(7, 23, 51, 0.06);
    backdrop-filter: blur(12px);
}

.v3-brand {
    display: flex;
    align-items: center;
    text-decoration: none;
    flex-shrink: 0;
}

.v3-brand img {
    height: 48px;
    width: auto;
    max-width: min(220px, 48vw);
    display: block;
}

.v3-nav {
    display: flex;
    align-items: center;
    gap: 26px;
}

.v3-nav a,
.v3-nav button {
    color: var(--v3-ink);
    text-decoration: none;
    font-size: 15px;
    font-weight: 700;
    border: 0;
    background: transparent;
    cursor: pointer;
    padding: 8px 2px;
    font-family: inherit;
}

.v3-nav a:hover,
.v3-nav button:hover {
    color: var(--v3-orange);
}

.v3-header-actions {
    display: flex;
    align-items: center;
    gap: 10px;
}

.v3-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    border: 0;
    border-radius: 12px;
    padding: 12px 20px;
    font-family: inherit;
    font-size: 14px;
    font-weight: 800;
    cursor: pointer;
    text-decoration: none;
    transition: transform 0.15s ease, box-shadow 0.15s ease;
    white-space: nowrap;
}

.v3-btn:hover {
    transform: translateY(-1px);
}

.v3-btn--primary {
    background: var(--v3-orange);
    color: #fff;
    box-shadow: 0 14px 32px rgba(255, 90, 0, 0.28);
}

.v3-btn--ghost {
    background: #fff;
    color: var(--v3-ink);
    border: 1px solid var(--v3-line);
}

.v3-btn--outline {
    background: #fff;
    color: var(--v3-ink);
    border: 1px solid #d1d9e6;
}

.v3-btn--white {
    background: #fff;
    color: var(--v3-orange);
    box-shadow: 0 12px 28px rgba(7, 23, 51, 0.12);
}

.v3-btn--green {
    background: var(--v3-green);
    color: #fff;
}

.v3-btn--dark {
    background: var(--v3-ink);
    color: #fff;
}

.v3-menu-btn {
    display: none;
    width: 44px;
    height: 44px;
    border: 1px solid var(--v3-line);
    border-radius: 12px;
    background: #fff;
    font-size: 20px;
    cursor: pointer;
}

/* Hero */
.v3-hero {
    padding: clamp(36px, 5vw, 64px) 16px clamp(32px, 4vw, 56px);
    background:
        radial-gradient(circle at 12% 8%, rgba(255, 90, 0, 0.08), transparent 32%),
        radial-gradient(circle at 88% 12%, rgba(255, 90, 0, 0.05), transparent 28%),
        #fff;
}

.v3-hero-grid {
    max-width: 1240px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: minmax(300px, 0.95fr) minmax(380px, 1.05fr);
    gap: clamp(24px, 4vw, 40px);
    align-items: center;
}

.v3-eyebrow {
    display: inline-flex;
    padding: 8px 14px;
    border-radius: 999px;
    background: var(--v3-orange-soft);
    border: 1px solid #ffd7bf;
    color: #c2410c;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    margin-bottom: 18px;
}

.v3-hero h1 {
    margin: 0 0 16px;
    font-size: clamp(38px, 5vw, 58px);
    line-height: 1.02;
    letter-spacing: -1.8px;
    font-weight: 900;
}

.v3-hero h1 em {
    display: block;
    color: var(--v3-orange);
    font-style: normal;
}

.v3-hero-lead {
    margin: 0 0 24px;
    max-width: 520px;
    font-size: clamp(16px, 2vw, 19px);
    line-height: 1.55;
    color: var(--v3-muted);
}

.v3-hero-ctas {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-bottom: 22px;
}

.v3-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 14px 20px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.v3-badges li {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    font-weight: 700;
}

.v3-badges li::before {
    content: "";
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: var(--v3-orange) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12'%3E%3Cpath fill='white' d='M4.2 8.8 2 6.6l1-1 1.2 1.2L9 2.2l1 1z'/%3E%3C/svg%3E") center/10px no-repeat;
    flex-shrink: 0;
}

/* Hero mockup */
.v3-hero-visual {
    position: relative;
    min-height: 520px;
}

.v3-hero-stage {
    position: relative;
    width: 100%;
    max-width: 560px;
    margin: 0 auto;
    min-height: 520px;
}

.v3-hero-glow {
    position: absolute;
    inset: 8% 0 8% 10%;
    border-radius: 50%;
    background:
        radial-gradient(circle at center, rgba(255, 90, 0, 0.1), transparent 58%),
        radial-gradient(circle at center, rgba(255, 255, 255, 0.95), transparent 62%);
    pointer-events: none;
}

.v3-phone {
    position: absolute;
    border-radius: 40px;
    border: 11px solid #0b1220;
    background: #fff;
    box-shadow: 0 32px 80px rgba(7, 23, 51, 0.22);
    overflow: hidden;
}

.v3-phone--main {
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: min(300px, 54%);
    z-index: 2;
}

.v3-phone--main::before {
    content: "";
    position: absolute;
    top: 8px;
    left: 50%;
    transform: translateX(-50%);
    width: 88px;
    height: 18px;
    border-radius: 0 0 14px 14px;
    background: #0b1220;
    z-index: 5;
}

.v3-phone-bar {
    display: flex;
    justify-content: space-between;
    padding: 12px 14px 8px;
    font-size: 11px;
    font-weight: 700;
    color: #64748b;
}

.v3-phone-body {
    padding: 0 14px 16px;
}

.v3-store {
    display: flex;
    gap: 10px;
    align-items: center;
    margin-bottom: 12px;
}

.v3-store img {
    width: 42px;
    height: 42px;
    border-radius: 12px;
    object-fit: cover;
}

.v3-store b {
    display: block;
    font-size: 14px;
}

.v3-store span {
    display: block;
    font-size: 11px;
    color: var(--v3-muted);
    margin-top: 2px;
}

.v3-promo {
    padding: 14px;
    border-radius: 16px;
    background:
        linear-gradient(90deg, rgba(255, 244, 237, 0.98), rgba(255, 244, 237, 0.7)),
        url("../landing/hero-sistema-mobile.png") right center / 52% 100% no-repeat;
    margin-bottom: 12px;
    min-height: 110px;
}

.v3-promo small {
    display: inline-block;
    padding: 5px 9px;
    border-radius: 999px;
    background: var(--v3-orange);
    color: #fff;
    font-size: 10px;
    font-weight: 800;
    text-transform: uppercase;
}

.v3-promo strong {
    display: block;
    font-size: 26px;
    color: var(--v3-orange);
    margin: 6px 0 4px;
    line-height: 1;
}

.v3-promo span {
    font-size: 11px;
    color: var(--v3-muted);
}

.v3-cats {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 6px;
    margin-bottom: 10px;
}

.v3-cats span {
    text-align: center;
    padding: 8px 4px;
    border-radius: 12px;
    background: #f8fafc;
    border: 1px solid var(--v3-line);
    font-size: 10px;
    font-weight: 700;
}

.v3-product {
    display: grid;
    grid-template-columns: 56px 1fr auto;
    gap: 10px;
    align-items: center;
    padding: 10px;
    border: 1px solid var(--v3-line);
    border-radius: 14px;
    margin-bottom: 8px;
    background: #fcfdff;
}

.v3-product img {
    width: 56px;
    height: 56px;
    border-radius: 12px;
    object-fit: cover;
}

.v3-product b {
    display: block;
    font-size: 13px;
}

.v3-product small {
    display: block;
    font-size: 11px;
    color: var(--v3-muted);
    margin-top: 2px;
}

.v3-product div em {
    display: block;
    font-style: normal;
    font-size: 14px;
    font-weight: 900;
    color: var(--v3-orange);
    margin-top: 4px;
}

.v3-product-add {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: var(--v3-ink);
    color: #fff;
    display: grid;
    place-items: center;
    font-weight: 900;
    font-size: 18px;
}

.v3-track-card {
    position: absolute;
    right: 0;
    top: 18%;
    width: min(260px, 46%);
    z-index: 3;
    padding: 24px 20px;
    border-radius: 22px;
    background: #fff;
    box-shadow: 0 28px 70px rgba(255, 90, 0, 0.18), 0 20px 44px rgba(7, 23, 51, 0.1);
}

.v3-track-card h3 {
    margin: 0 0 16px;
    font-size: 17px;
}

.v3-track-list {
    list-style: none;
    margin: 0 0 14px;
    padding: 0;
}

.v3-track-list li {
    position: relative;
    padding: 0 0 14px 28px;
    font-size: 13px;
    font-weight: 700;
    color: #64748b;
}

.v3-track-list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 2px;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: #cbd5e1;
}

.v3-track-list li.done {
    color: var(--v3-ink);
}

.v3-track-list li.done::before {
    background: var(--v3-green) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12'%3E%3Cpath fill='white' d='M4.2 8.8 2 6.6l1-1 1.2 1.2L9 2.2l1 1z'/%3E%3C/svg%3E") center/10px no-repeat;
}

.v3-track-pix {
    display: flex;
    justify-content: space-between;
    padding: 10px 12px;
    border-radius: 12px;
    background: #ecfdf5;
    border: 1px solid #bbf7d0;
    font-size: 12px;
}

.v3-track-pix strong {
    color: var(--v3-green);
}

/* Sections */
.v3-section {
    padding: clamp(52px, 6vw, 72px) 16px;
}

.v3-head {
    text-align: center;
    max-width: 720px;
    margin: 0 auto 36px;
}

.v3-head h2 {
    margin: 0 0 10px;
    font-size: clamp(28px, 3.5vw, 38px);
    letter-spacing: -0.8px;
}

.v3-head h2 em {
    color: var(--v3-orange);
    font-style: normal;
}

.v3-head p {
    margin: 0;
    color: var(--v3-muted);
    font-size: 17px;
    line-height: 1.5;
}

/* Commission */
.v3-commission-wrap {
    max-width: 1240px;
    margin: 0 auto;
    padding: clamp(32px, 4vw, 48px);
    border-radius: 24px;
    background: var(--v3-ink);
    color: #fff;
}

.v3-commission-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: clamp(20px, 3vw, 32px);
    align-items: start;
}

.v3-commission-wrap h2 {
    margin: 0 0 20px;
    font-size: clamp(24px, 3vw, 30px);
    color: var(--v3-orange);
    line-height: 1.15;
}

.v3-field {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    padding: 14px 16px;
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.1);
    font-size: 14px;
    margin-bottom: 10px;
}

.v3-field span {
    color: #94a3b8;
}

.v3-field strong {
    color: #fff;
}

.v3-loss-box {
    text-align: center;
    padding: 16px 8px;
}

.v3-loss-box .v3-loss-value {
    display: block;
    font-size: clamp(36px, 5vw, 50px);
    font-weight: 900;
    color: var(--v3-orange);
    line-height: 1;
}

.v3-loss-box small {
    color: #cbd5e1;
    font-size: 14px;
}

.v3-loss-icon {
    width: 72px;
    height: 72px;
    margin: 16px auto 0;
    border-radius: 50%;
    background: rgba(255, 90, 0, 0.15);
    display: grid;
    place-items: center;
}

.v3-loss-icon img {
    width: 44px;
    height: 44px;
    object-fit: contain;
}

.v3-commission-side h3 {
    margin: 0 0 14px;
    font-size: 19px;
    line-height: 1.3;
}

.v3-checklist {
    list-style: none;
    margin: 0 0 20px;
    padding: 0;
    display: grid;
    gap: 10px;
}

.v3-checklist li {
    display: flex;
    gap: 10px;
    font-size: 14px;
    color: #e2e8f0;
}

.v3-checklist li::before {
    content: "";
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: var(--v3-green) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12'%3E%3Cpath fill='white' d='M4.2 8.8 2 6.6l1-1 1.2 1.2L9 2.2l1 1z'/%3E%3C/svg%3E") center/10px no-repeat;
    flex-shrink: 0;
    margin-top: 2px;
}

/* Benefits */
.v3-benefits {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
    max-width: 1240px;
    margin: 0 auto;
}

.v3-benefit {
    background: #fff;
    border: 1px solid var(--v3-line);
    border-radius: 20px;
    padding: 26px 22px;
    box-shadow: 0 14px 36px rgba(7, 23, 51, 0.05);
    min-height: 170px;
}

.v3-icon {
    width: 48px;
    height: 48px;
    border-radius: 14px;
    background: var(--v3-orange-soft);
    border: 1px solid #ffd7bf;
    margin-bottom: 14px;
    display: grid;
    place-items: center;
}

.v3-icon svg {
    width: 24px;
    height: 24px;
    stroke: var(--v3-orange);
    fill: none;
    stroke-width: 2;
}

.v3-benefit h3 {
    margin: 0 0 8px;
    font-size: 18px;
}

.v3-benefit p {
    margin: 0;
    font-size: 14px;
    line-height: 1.45;
    color: var(--v3-muted);
}

/* Steps */
.v3-steps {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 12px;
    max-width: 1100px;
    margin: 0 auto;
    align-items: start;
}

.v3-step {
    text-align: center;
    position: relative;
}

.v3-step-num {
    width: 52px;
    height: 52px;
    margin: 0 auto 12px;
    border-radius: 50%;
    background: var(--v3-orange);
    color: #fff;
    font-size: 20px;
    font-weight: 900;
    display: grid;
    place-items: center;
    box-shadow: 0 12px 28px rgba(255, 90, 0, 0.25);
}

.v3-step-visual {
    width: 64px;
    height: 64px;
    margin: 0 auto 10px;
    border-radius: 16px;
    background: #f8fafc;
    border: 1px solid var(--v3-line);
    display: grid;
    place-items: center;
}

.v3-step-visual svg {
    width: 28px;
    height: 28px;
    stroke: var(--v3-ink);
    fill: none;
    stroke-width: 1.8;
}

.v3-step h3 {
    margin: 0 0 6px;
    font-size: 16px;
}

.v3-step p {
    margin: 0;
    font-size: 13px;
    color: var(--v3-muted);
    line-height: 1.4;
    padding: 0 6px;
}

.v3-step:not(:last-child)::after {
    content: "";
    position: absolute;
    top: 26px;
    right: -18%;
    width: 36%;
    height: 2px;
    background: repeating-linear-gradient(90deg, var(--v3-orange) 0 6px, transparent 6px 12px);
    opacity: 0.45;
}

/* Demos */
.v3-demos {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
    max-width: 1240px;
    margin: 0 auto;
}

.v3-demo {
    border-radius: 20px;
    overflow: hidden;
    min-height: 400px;
    display: flex;
    flex-direction: column;
    border: 1px solid rgba(7, 23, 51, 0.06);
    box-shadow: 0 18px 48px rgba(7, 23, 51, 0.08);
}

.v3-demo--burger { background: linear-gradient(180deg, #fff3e8, #ffe8d4); }
.v3-demo--pizza { background: linear-gradient(180deg, #fff0f0, #ffe0e0); }
.v3-demo--sushi { background: linear-gradient(180deg, #0a1a33, #132a4d); }
.v3-demo--marmita { background: linear-gradient(180deg, #eefaf3, #d8f3e4); }

.v3-demo-visual {
    flex: 1;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    padding: 24px 14px 0;
    min-height: 280px;
}

.v3-demo-phone {
    width: min(78%, 210px);
    border-radius: 28px;
    border: 10px solid #0b1220;
    overflow: hidden;
    box-shadow: 0 22px 50px rgba(7, 23, 51, 0.22);
    background: #fff;
}

.v3-demo-phone img {
    display: block;
    width: 100%;
    aspect-ratio: 9/19;
    object-fit: cover;
    object-position: top;
}

.v3-demo--sushi .v3-demo-title {
    color: #fff;
}

.v3-demo-foot {
    padding: 18px;
    text-align: center;
}

.v3-demo-title {
    margin: 0 0 12px;
    font-size: 22px;
    font-weight: 900;
}

.v3-demo .v3-btn {
    width: 100%;
    min-height: 46px;
}

/* Plans */
.v3-plans {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
    max-width: 1080px;
    margin: 0 auto;
    align-items: stretch;
}

.v3-plan {
    position: relative;
    border: 1px solid var(--v3-line);
    border-radius: 24px;
    padding: 32px 26px;
    background: #fff;
    box-shadow: 0 16px 44px rgba(7, 23, 51, 0.06);
    display: flex;
    flex-direction: column;
}

.v3-plan--hot {
    border: 2px solid var(--v3-orange);
    box-shadow: 0 24px 60px rgba(255, 90, 0, 0.14);
    transform: translateY(-8px);
}

.v3-plan-tag {
    position: absolute;
    top: -12px;
    left: 50%;
    transform: translateX(-50%);
    background: var(--v3-orange);
    color: #fff;
    font-size: 11px;
    font-weight: 900;
    letter-spacing: 0.05em;
    padding: 6px 14px;
    border-radius: 999px;
}

.v3-plan h3 {
    margin: 8px 0 4px;
    font-size: 26px;
}

.v3-plan-sub {
    margin: 0 0 10px;
    color: var(--v3-muted);
    font-size: 14px;
}

.v3-plan-price {
    margin: 0 0 18px;
    font-size: 40px;
    font-weight: 900;
    color: var(--v3-orange);
    line-height: 1;
}

.v3-plan-price span {
    font-size: 16px;
    color: var(--v3-muted);
    font-weight: 700;
}

.v3-plan ul {
    flex: 1;
    list-style: none;
    margin: 0 0 20px;
    padding: 0;
    display: grid;
    gap: 8px;
}

.v3-plan li {
    font-size: 14px;
    font-weight: 700;
    padding-left: 22px;
    position: relative;
}

.v3-plan li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 3px;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: var(--v3-green) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12'%3E%3Cpath fill='white' d='M4.2 8.8 2 6.6l1-1 1.2 1.2L9 2.2l1 1z'/%3E%3C/svg%3E") center/8px no-repeat;
}

.v3-plan .v3-btn {
    width: 100%;
    min-height: 50px;
    margin-top: auto;
}

/* FAQ */
.v3-faq {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
    max-width: 1000px;
    margin: 0 auto;
}

.v3-faq article {
    background: #fff;
    border: 1px solid var(--v3-line);
    border-radius: 18px;
    padding: 20px 22px;
    box-shadow: 0 12px 32px rgba(7, 23, 51, 0.04);
}

.v3-faq b {
    display: block;
    margin-bottom: 8px;
    font-size: 16px;
}

.v3-faq p {
    margin: 0;
    font-size: 14px;
    line-height: 1.5;
    color: var(--v3-muted);
}

/* CTA final */
.v3-cta {
    max-width: 1240px;
    margin: 0 auto;
    padding: clamp(28px, 4vw, 40px) clamp(24px, 4vw, 48px);
    border-radius: 20px;
    background: var(--v3-orange);
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    box-shadow: 0 24px 60px rgba(255, 90, 0, 0.28);
}

.v3-cta-text {
    display: flex;
    align-items: center;
    gap: 14px;
    color: #fff;
    flex: 1;
    min-width: 240px;
}

.v3-cta-text img {
    width: 48px;
    height: 48px;
}

.v3-cta h2 {
    margin: 0;
    font-size: clamp(22px, 3vw, 28px);
}

.v3-cta p {
    margin: 4px 0 0;
    font-size: 15px;
    opacity: 0.95;
}

/* Footer */
.v3-footer {
    margin-top: 48px;
    background: var(--v3-ink);
    color: #cbd5e1;
    padding: 48px 16px 28px;
}

.v3-footer-grid {
    max-width: 1240px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1.3fr 1fr 1fr;
    gap: 32px;
}

.v3-footer img {
    height: 44px;
    width: auto;
    margin-bottom: 12px;
}

.v3-footer p {
    margin: 0;
    font-size: 14px;
    line-height: 1.5;
    color: #94a3b8;
}

.v3-footer h4 {
    margin: 0 0 12px;
    color: #fff;
    font-size: 16px;
}

.v3-footer a {
    display: block;
    color: #cbd5e1;
    text-decoration: none;
    margin-top: 8px;
    font-size: 14px;
}

.v3-footer a:hover {
    color: #fff;
}

.v3-social {
    display: flex;
    gap: 10px;
    margin-top: 8px;
}

.v3-social a {
    width: 40px;
    height: 40px;
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.08);
    display: grid;
    place-items: center;
    margin-top: 0;
}

.v3-social svg {
    width: 20px;
    height: 20px;
    fill: #fff;
}

.v3-footer-copy {
    max-width: 1240px;
    margin: 24px auto 0;
    padding-top: 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    text-align: center;
    font-size: 13px;
    color: #64748b;
}

.v3-float-wa {
    position: fixed;
    right: 20px;
    bottom: 20px;
    z-index: 90;
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background: #25d366;
    color: #fff;
    display: grid;
    place-items: center;
    text-decoration: none;
    font-size: 22px;
    font-weight: 900;
    box-shadow: 0 14px 32px rgba(37, 211, 102, 0.35);
}

/* Responsive */
@media (max-width: 1024px) {
    .v3-hero-grid {
        grid-template-columns: 1fr;
    }

    .v3-hero-visual {
        order: -1;
        min-height: 480px;
    }

    .v3-phone--main {
        left: 50%;
        transform: translate(-58%, -50%);
        width: min(280px, 72%);
    }

    .v3-track-card {
        right: 4%;
        width: min(240px, 52%);
    }

    .v3-commission-grid,
    .v3-benefits,
    .v3-demos {
        grid-template-columns: repeat(2, 1fr);
    }

    .v3-steps {
        grid-template-columns: 1fr 1fr;
        gap: 28px;
    }

    .v3-step::after {
        display: none;
    }

    .v3-plans {
        grid-template-columns: 1fr;
        max-width: 400px;
    }

    .v3-plan--hot {
        transform: none;
    }

    .v3-footer-grid {
        grid-template-columns: 1fr;
        text-align: center;
    }

    .v3-social {
        justify-content: center;
    }
}

@media (max-width: 860px) {
    .v3-nav {
        display: none;
    }

    .v3-menu-btn {
        display: grid;
        place-items: center;
    }
}

@media (max-width: 640px) {
    .v3-commission-grid,
    .v3-benefits,
    .v3-demos,
    .v3-faq {
        grid-template-columns: 1fr;
    }

    .v3-steps {
        grid-template-columns: 1fr;
    }

    .v3-phone--main {
        position: relative;
        left: auto;
        top: auto;
        transform: none;
        width: min(300px, 100%);
        margin: 0 auto;
    }

    .v3-track-card {
        position: relative;
        right: auto;
        top: auto;
        width: min(300px, 100%);
        margin: -40px auto 0;
    }

    .v3-hero-stage {
        min-height: auto;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .v3-hero-glow {
        display: none;
    }

    .v3-cta {
        flex-direction: column;
        text-align: center;
    }

    .v3-cta .v3-btn {
        width: 100%;
    }
}

/* Modais de cadastro/login (mesmo fluxo do index.html) */
.campo {
    width: 100%;
    padding: 12px;
    margin: 6px 0;
    border: 1px solid #dbe3ef;
    border-radius: 12px;
    font-family: inherit;
    font-size: 14px;
    box-sizing: border-box;
}

.campo:focus {
    border-color: #071733;
    box-shadow: 0 0 0 3px rgba(7, 23, 51, 0.08);
    outline: none;
}

.btn-principal {
    width: 100%;
    background: #16a34a;
    color: #fff;
    padding: 15px;
    border: none;
    border-radius: 12px;
    font-weight: 800;
    margin-top: 10px;
    cursor: pointer;
    font-family: inherit;
}

.btn-secundario {
    width: 100%;
    background: #eee;
    border: none;
    padding: 11px;
    margin-top: 10px;
    border-radius: 12px;
    cursor: pointer;
    font-family: inherit;
}

.login-conteudo {
    background: #fff;
    width: 90%;
    max-width: 420px;
    margin: 70px auto;
    padding: 24px;
    border-radius: 22px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.25);
    max-height: 90vh;
    overflow-y: auto;
}

.info-login {
    background: #fff7ed;
    border-left: 5px solid #ff5a00;
    padding: 10px;
    border-radius: 10px;
    margin: 10px 0;
    font-size: 13px;
}

.login-link-cadastro {
    margin-top: 14px;
    text-align: center;
    font-size: 14px;
    color: #64748b;
}

.login-link-cadastro button {
    border: 0;
    background: none;
    color: #ff5a00;
    font-weight: 900;
    cursor: pointer;
    text-decoration: underline;
    padding: 0;
}

.cadastro-status {
    display: none;
    margin-top: 10px;
    padding: 10px 12px;
    border-radius: 10px;
    font-size: 13px;
    font-weight: 700;
}

.cadastro-status.erro {
    display: block;
    background: #fef2f2;
    color: #b91c1c;
    border: 1px solid #fecaca;
}

.cadastro-status.ok {
    display: block;
    background: #ecfdf5;
    color: #166534;
    border: 1px solid #bbf7d0;
}

/* Menu mobile (index + preview) */
.v3-mobile-menu {
    display: none;
    position: fixed;
    inset: 0;
    z-index: 200;
    background: rgba(7, 23, 51, 0.5);
    backdrop-filter: blur(4px);
    padding: 12px;
}

.v3-mobile-menu.aberto {
    display: block;
}

body.landing-menu-aberto {
    overflow: hidden;
}

.v3-mobile-panel {
    margin-top: 72px;
    background: #fff;
    border-radius: 20px;
    padding: 18px;
    display: grid;
    gap: 8px;
}

.v3-mobile-panel > button:not(.v3-btn) {
    border: 0;
    background: #f8fafc;
    border-radius: 12px;
    padding: 14px;
    font-weight: 800;
    cursor: pointer;
    font-family: inherit;
    font-size: 15px;
}
