/* ============================================================
   Portada pública DMTGestión — hoja única, sin frameworks.
   Paleta heredada de la landing 2026: azul #689cd4 / #34679b.
   ============================================================ */

:root {
    --brand: #689cd4;
    --brand-dark: #34679b;
    --brand-deep: #1f4d79;
    --rent: #c20d28;       /* rojo del módulo rentacar (rentcar-theme.css) */
    --rent-deep: #7c1020;
    --ink: #111827;
    --ink-soft: #4b5563;
    --ink-mute: #6b7280;
    --bg-soft: #f5f7fb;
    --bg-night: #050816;
    --line: rgba(148, 163, 184, .35);
    --radius: 18px;
    --shadow: 0 12px 34px rgba(15, 23, 42, .08);
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
    margin: 0;
    font-family: 'Poppins', system-ui, -apple-system, "Segoe UI", sans-serif;
    color: var(--ink);
    background: #fff;
    line-height: 1.6;
    -webkit-font-smoothing: antialiased;
}

img { max-width: 100%; height: auto; }

a { color: var(--brand-dark); }

.container {
    width: min(1120px, 92%);
    margin-inline: auto;
}

/* ---------- Nav ---------- */
.nav {
    position: sticky;
    top: 0;
    z-index: 50;
    background: rgba(255, 255, 255, .92);
    backdrop-filter: blur(8px);
    border-bottom: 1px solid var(--line);
}
.nav-inner {
    display: flex;
    align-items: center;
    gap: 18px;
    padding: 12px 0;
}
.nav-logo {
    display: flex;
    align-items: center;
    gap: 10px;
    text-decoration: none;
}
.nav-logo img { height: 38px; display: block; }
.nav-logo span {
    font-size: 1.15rem;
    font-weight: 700;
    color: var(--ink);
    letter-spacing: -.01em;
}
.nav-logo span em { font-style: normal; color: var(--brand-dark); font-weight: 600; }
.nav-links {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-left: auto;
}
.nav-links a {
    text-decoration: none;
    color: var(--ink-soft);
    font-size: .92rem;
    font-weight: 500;
}
.nav-links a:hover { color: var(--brand-dark); }
.nav-toggle {
    display: none;
    margin-left: auto;
    background: none;
    border: 1px solid var(--line);
    border-radius: 8px;
    padding: 6px 10px;
    font-size: 1.2rem;
    cursor: pointer;
    color: var(--ink-soft);
}

/* ---------- Botones ---------- */
.btn {
    display: inline-block;
    text-decoration: none;
    font-weight: 600;
    font-size: .95rem;
    border-radius: 999px;
    padding: .72rem 1.6rem;
    transition: transform .18s ease, box-shadow .18s ease, background .18s ease;
}
.btn-main {
    background: linear-gradient(135deg, var(--brand), var(--brand-dark));
    color: #fff !important;
    box-shadow: 0 10px 26px rgba(52, 103, 155, .35);
}
.btn-main:hover { transform: translateY(-2px); box-shadow: 0 14px 30px rgba(52, 103, 155, .45); }
.btn-ghost {
    border: 1px solid var(--brand-dark);
    color: var(--brand-dark);
    background: #fff;
}
.btn-ghost:hover { background: var(--bg-soft); }
.btn-acceso {
    background: var(--ink);
    color: #fff !important;
    padding: .55rem 1.3rem;
    font-size: .9rem;
}
.btn-acceso:hover { background: var(--brand-deep); }

/* ---------- Hero ---------- */
.hero {
    background:
        radial-gradient(circle at 85% 10%, rgba(104, 156, 212, .18), transparent 45%),
        linear-gradient(180deg, var(--bg-soft), #fff);
    padding: 72px 0 60px;
}
.hero-grid {
    display: grid;
    grid-template-columns: 1.15fr .85fr;
    gap: 46px;
    align-items: center;
}
.tagline {
    display: inline-flex;
    gap: .55rem;
    align-items: center;
    background: rgba(104, 156, 212, .13);
    color: var(--brand-deep);
    border-radius: 999px;
    padding: .28rem .95rem;
    font-size: .8rem;
    font-weight: 600;
    letter-spacing: .04em;
    text-transform: uppercase;
}
.hero h1 {
    font-size: clamp(1.9rem, 4vw, 2.7rem);
    line-height: 1.18;
    margin: .9rem 0 1rem;
    font-weight: 700;
}
.hero h1 span { color: var(--brand-dark); }
.hero .lead {
    color: var(--ink-soft);
    font-size: 1.02rem;
    max-width: 34rem;
    margin-bottom: 1.6rem;
}
.hero-cta { display: flex; gap: 14px; flex-wrap: wrap; }
.hero-shot {
    border-radius: var(--radius);
    box-shadow: 0 24px 60px rgba(15, 23, 42, .18);
    border: 1px solid var(--line);
}

/* Barra de confianza (bajo el héroe) */
.trust-bar {
    background: #fff;
    border-bottom: 1px solid var(--line);
    padding: 1.1rem 0;
}
.trust-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 18px;
}
.trust-item {
    display: flex;
    align-items: flex-start;
    gap: .75rem;
}
.trust-ico {
    flex: none;
    width: 2rem;
    height: 2rem;
    border-radius: 50%;
    background: rgba(104, 156, 212, .14);
    color: var(--brand-deep);
    font-size: .95rem;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
}
.trust-item strong {
    display: block;
    font-size: .88rem;
    font-weight: 650;
    color: var(--ink);
    line-height: 1.3;
}
.trust-item span {
    display: block;
    font-size: .78rem;
    color: var(--ink-mute);
    line-height: 1.35;
    margin-top: .15rem;
}

/* Selector de producto: DMTGestión (azul) vs + Rent a Car (rojo) */
.product-switch { padding: 2.4rem 0 .6rem; }
.product-switch .container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 26px;
}
.switch-card {
    display: block;
    text-decoration: none;
    color: inherit;
    border-radius: var(--radius);
    border: 2px solid transparent;
    padding: 1.7rem 2rem 1.6rem;
    position: relative;
    transition: transform .15s ease, box-shadow .15s ease, border-color .15s ease;
}
.switch-card:hover { transform: translateY(-3px); }
.switch-card .sc-kicker {
    display: inline-block;
    font-size: .78rem;
    font-weight: 600;
    letter-spacing: .09em;
    text-transform: uppercase;
    border-radius: 999px;
    padding: .28rem .9rem;
    margin-bottom: .7rem;
}
.switch-card h3 { margin: 0 0 .35rem; font-size: 1.35rem; }
.switch-card p { margin: 0; color: var(--ink-soft); font-size: .95rem; line-height: 1.5; }
.switch-card .sc-promo {
    display: block;
    margin-top: .55rem;
    font-style: normal;
    font-size: .86rem;
    font-weight: 600;
    color: var(--rent);
}
.switch-card .sc-btn {
    display: inline-block;
    margin-top: 1rem;
    color: #fff;
    font-weight: 600;
    font-size: .92rem;
    border-radius: 999px;
    padding: .55rem 1.5rem;
}
.switch-gestion {
    background: linear-gradient(160deg, #f3f9ff, #e7f2fd);
    border-color: rgba(52, 103, 155, .25);
}
.switch-gestion .sc-kicker { background: rgba(52, 103, 155, .12); color: var(--brand-deep); }
.switch-gestion .sc-btn { background: var(--brand-deep); }
.switch-rent {
    background: linear-gradient(160deg, #fff6f7, #fdeaec);
    border-color: rgba(194, 13, 40, .22);
}
.switch-rent .sc-kicker { background: rgba(194, 13, 40, .1); color: var(--rent); }
.switch-rent .sc-btn { background: var(--rent); }
.switch-card.active { box-shadow: var(--shadow); }
.switch-gestion.active { border-color: var(--brand-deep); }
.switch-rent.active { border-color: var(--rent); }

.product-switch-note {
    text-align: center;
    margin: 1rem 0 0;
    font-size: .88rem;
}
.product-switch-note a {
    color: var(--rent);
    text-decoration: none;
    font-weight: 500;
}
.product-switch-note a:hover { text-decoration: underline; }
.product-switch-note strong {
    font-weight: 700;
    letter-spacing: .03em;
}

/* Pestañas de producto: los dos espacios conviven en el HTML (indexables),
   solo se muestra el activo. */
.tab-panel { display: none; }
.tab-panel.active { display: block; }

/* ---------- Secciones ---------- */
section { padding: 64px 0; }
section.alt { background: var(--bg-soft); }

.kicker {
    display: inline-block;
    font-size: .78rem;
    font-weight: 600;
    letter-spacing: .12em;
    text-transform: uppercase;
    color: var(--brand-deep);
    background: rgba(104, 156, 212, .13);
    border-radius: 999px;
    padding: .25rem .85rem;
    margin-bottom: .8rem;
}
.kicker.rent { color: var(--rent); background: rgba(29, 78, 216, .1); }

h2 {
    font-size: clamp(1.45rem, 2.6vw, 1.85rem);
    font-weight: 650;
    line-height: 1.25;
    margin: 0 0 .7rem;
}
.section-intro { color: var(--ink-soft); max-width: 46rem; }

.two-col {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 44px;
    align-items: center;
}

/* Lista con check */
.check-list { list-style: none; margin: 1.2rem 0 0; padding: 0; }
.check-list li {
    position: relative;
    padding-left: 1.7rem;
    margin-bottom: .6rem;
    color: var(--ink-soft);
    font-size: .95rem;
}
.check-list li::before {
    content: "✓";
    position: absolute;
    left: 0;
    top: 0;
    font-weight: 700;
    color: var(--brand-dark);
}
.check-list.rent li::before { color: var(--rent); }

/* Panel de flujo (sustituye a las imágenes-icono borrosas de la landing vieja) */
.flow-panel {
    background: #fff;
    border: 1px solid var(--line);
    border-radius: var(--radius);
    box-shadow: var(--shadow);
    padding: 1.7rem 1.8rem;
}
.flow-panel h3 { margin: 0 0 1rem; font-size: 1.05rem; font-weight: 650; }
.flow-panel p { font-size: .93rem; color: var(--ink-soft); }
.flow-steps {
    list-style: none;
    counter-reset: paso;
    margin: 0;
    padding: 0;
}
.flow-steps li {
    counter-increment: paso;
    position: relative;
    padding: .55rem 0 .55rem 3rem;
    border-left: 2px solid rgba(104, 156, 212, .35);
    margin-left: 1.05rem;
}
.flow-steps li:last-child { border-left-color: transparent; }
.flow-steps li::before {
    content: counter(paso);
    position: absolute;
    left: -1.05rem;
    top: .45rem;
    width: 2.1rem;
    height: 2.1rem;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--brand), var(--brand-dark));
    color: #fff;
    font-weight: 700;
    font-size: .95rem;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 6px 14px rgba(52, 103, 155, .35);
}
.flow-steps strong { display: block; font-size: .97rem; }
.flow-steps span { font-size: .84rem; color: var(--ink-mute); }
.rent-panel { border-top: 4px solid var(--rent); }

/* Por qué elegirnos */
.why-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 22px;
}
.why-card {
    background: #fff;
    border: 1px solid var(--line);
    border-radius: var(--radius);
    padding: 1.5rem 1.6rem;
    box-shadow: var(--shadow);
}
.why-card h3 {
    margin: 0 0 .55rem;
    font-size: 1.05rem;
    font-weight: 650;
    color: var(--brand-deep);
}
.why-card p {
    margin: 0;
    font-size: .92rem;
    color: var(--ink-soft);
    line-height: 1.55;
}

/* Tabla comparativa */
.decidir-wrap {
    display: grid;
    grid-template-columns: 1fr 1.05fr;
    gap: 44px;
    align-items: center;
}
.decidir-list { margin-bottom: 1.4rem !important; }
.decidir-table-wrap {
    overflow-x: auto;
    border-radius: var(--radius);
    border: 1px solid var(--line);
    box-shadow: var(--shadow);
    background: #fff;
}
.decidir-table {
    width: 100%;
    border-collapse: collapse;
    font-size: .9rem;
}
.decidir-table th,
.decidir-table td {
    padding: .72rem 1rem;
    border-bottom: 1px solid var(--line);
    text-align: center;
}
.decidir-table th:first-child,
.decidir-table td:first-child {
    text-align: left;
    font-weight: 500;
    color: var(--ink-soft);
}
.decidir-table thead th {
    background: var(--bg-soft);
    font-weight: 650;
    color: var(--ink);
}
.decidir-table thead th.col-rent { color: var(--rent); }
.decidir-table tbody tr:last-child td { border-bottom: none; }
.decidir-table td:not(:first-child) {
    font-weight: 700;
    color: var(--brand-dark);
}
.decidir-table td.col-rent,
.decidir-table tr td:nth-child(3) { color: var(--rent); }

/* Grid de tarjetas */
.cards {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin-top: 2.2rem;
}
.card {
    background: #fff;
    border: 1px solid var(--line);
    border-radius: var(--radius);
    padding: 1.4rem 1.4rem 1.2rem;
    box-shadow: var(--shadow);
    transition: transform .2s ease, border-color .2s ease;
}
.card:hover { transform: translateY(-4px); border-color: rgba(104, 156, 212, .8); }
.card .ico { font-size: 1.6rem; margin-bottom: .5rem; }
.card h3 { font-size: 1.02rem; margin: 0 0 .35rem; font-weight: 600; }
.card p { font-size: .89rem; color: var(--ink-soft); margin: 0; }

/* Banda VERI*FACTU */
.vf-band {
    background: linear-gradient(120deg, var(--brand-deep), var(--brand-dark));
    color: #eaf2fb;
}
.vf-band h2 { color: #fff; }
.vf-band .section-intro { color: #d4e3f5; }
.vf-band .card {
    background: rgba(255, 255, 255, .07);
    border-color: rgba(255, 255, 255, .18);
    box-shadow: none;
    color: #eaf2fb;
}
.vf-band .card p { color: #cfe0f2; }
.vf-band .card h3 { color: #fff; }

/* Capturas */
.shots {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 22px;
    margin-top: 2.2rem;
}
.shots-2 { grid-template-columns: repeat(2, 1fr); }
.shots figure { margin: 0; }
.shots img {
    border-radius: 12px;
    border: 1px solid var(--line);
    box-shadow: var(--shadow);
    transition: transform .2s ease;
}
.shots img:hover { transform: scale(1.02); }
.shots figcaption {
    font-size: .85rem;
    color: var(--ink-mute);
    margin-top: .6rem;
    line-height: 1.45;
    text-align: left;
}

/* Precios */
.price-cards {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
    margin-top: 2.4rem;
    align-items: stretch;
}
.price-card {
    position: relative;
    background: #fff;
    border: 1px solid var(--line);
    border-radius: var(--radius);
    box-shadow: var(--shadow);
    padding: 1.8rem 1.9rem;
    display: flex;
    flex-direction: column;
    gap: .4rem;
    transition: transform .2s ease, border-color .2s ease;
}
.price-card:hover { transform: translateY(-4px); border-color: rgba(104, 156, 212, .8); }
.price-card h3 { margin: 0; font-size: 1.15rem; font-weight: 650; }
.price-sub { margin: 0; font-size: .9rem; color: var(--ink-soft); }
.price-tag {
    font-size: 2.1rem;
    font-weight: 700;
    color: var(--brand-dark);
    margin-top: .6rem;
    line-height: 1;
}
.price-tag span { font-size: 1rem; font-weight: 500; color: var(--ink-mute); }
.price-tag-rent { color: var(--rent); }
.price-implant {
    font-size: .86rem;
    color: var(--ink-soft);
    background: var(--bg-soft);
    border-radius: 10px;
    padding: .5rem .8rem;
    margin: .7rem 0 .3rem;
}
.price-implant-rent {
    background: rgba(194, 13, 40, .06);
    border: 1px solid rgba(194, 13, 40, .12);
}
.price-card .check-list { flex: 1; margin-top: .8rem; }
.price-card .btn { align-self: flex-start; margin-top: 1rem; }
.btn-rent {
    background: linear-gradient(135deg, var(--rent), var(--rent-deep)) !important;
    box-shadow: 0 10px 26px rgba(194, 13, 40, .35) !important;
}
.btn-rent:hover { box-shadow: 0 14px 30px rgba(194, 13, 40, .45) !important; }
.price-featured { border-top: 4px solid var(--rent); }

/* Promo julio — solo rent a car, elegante */
.price-july {
    display: flex;
    align-items: center;
    gap: .85rem;
    margin: -.4rem 0 .85rem;
    padding: .65rem .9rem;
    background: linear-gradient(135deg, rgba(194, 13, 40, .08), rgba(194, 13, 40, .03));
    border: 1px solid rgba(194, 13, 40, .18);
    border-radius: 12px;
}
.price-july-month {
    flex: none;
    min-width: 4.2rem;
    text-align: center;
    font-size: 1.05rem;
    font-weight: 700;
    letter-spacing: .04em;
    text-transform: uppercase;
    color: var(--rent);
    line-height: 1.15;
    padding: .35rem .5rem;
    border-right: 2px solid rgba(194, 13, 40, .2);
}
.price-july-text {
    font-size: .82rem;
    color: var(--ink-soft);
    line-height: 1.4;
}
.price-july-text strong {
    display: block;
    color: var(--rent-deep);
    font-size: .88rem;
    margin-bottom: .1rem;
}

.price-badge {
    position: absolute;
    top: -0.85rem;
    right: 1.4rem;
    background: var(--rent);
    color: #fff;
    font-size: .74rem;
    font-weight: 600;
    letter-spacing: .06em;
    text-transform: uppercase;
    border-radius: 999px;
    padding: .3rem .9rem;
    box-shadow: 0 8px 18px rgba(29, 78, 216, .35);
}
.price-notes {
    margin-top: 1.8rem;
    text-align: center;
}
.price-notes p { font-size: .85rem; color: var(--ink-mute); margin: .3rem 0; }

.price-highlight {
    animation: pricePulse 2.2s ease;
}
@keyframes pricePulse {
    0%, 100% { box-shadow: var(--shadow); }
    15%, 45% { box-shadow: 0 0 0 3px rgba(194, 13, 40, .35), var(--shadow); }
}

/* CTA final */
.cta-final { text-align: center; }
.cta-final p { color: var(--ink-soft); max-width: 40rem; margin: 0 auto 1.5rem; }

/* ---------- Footer ---------- */
.footer {
    background: var(--bg-night);
    color: #9ca3af;
    padding: 26px 0;
    font-size: .85rem;
    text-align: center;
}
.footer a { color: #e5e7eb; text-decoration: none; }
.footer a:hover { text-decoration: underline; }
.footer .legal-links { margin-top: .4rem; }
.footer .legal-links a { margin: 0 .5rem; }

/* ---------- Páginas legales ---------- */
.legal-body { padding: 48px 0 64px; }
.legal-body h1 { font-size: 1.6rem; margin-bottom: 1.2rem; }
.legal-body h2 { font-size: 1.1rem; margin-top: 1.8rem; }
.legal-body p, .legal-body li { color: var(--ink-soft); font-size: .95rem; }

/* ---------- Responsive ---------- */
@media (max-width: 900px) {
    .product-switch .container { grid-template-columns: 1fr; }
    .hero-grid, .two-col { grid-template-columns: 1fr; gap: 30px; }
    .trust-grid { grid-template-columns: 1fr 1fr; }
    .why-grid, .decidir-wrap { grid-template-columns: 1fr; }
    .cards, .shots { grid-template-columns: 1fr 1fr; }
    .price-cards { grid-template-columns: 1fr; }
    .nav-toggle { display: block; }
    .nav-links {
        display: none;
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        flex-direction: column;
        align-items: flex-start;
        background: #fff;
        border-bottom: 1px solid var(--line);
        padding: 14px 5vw 18px;
        gap: 14px;
    }
    .nav-links.open { display: flex; }
}
@media (max-width: 560px) {
    .trust-grid { grid-template-columns: 1fr; }
    .cards, .shots { grid-template-columns: 1fr; }
    section { padding: 46px 0; }
    .hero { padding: 46px 0 40px; }
}

/* ============================================================
   Comercial 2026-07-14 — separación por pestañas, diseño sobrio
   ============================================================ */

/* Tarjetas sin icono: título con acento fino del producto */
.card h3 { position: relative; padding-left: .9rem; }
.card h3::before {
    content: ""; position: absolute; left: 0; top: .18rem; bottom: .18rem;
    width: 3px; border-radius: 2px; background: var(--brand-dark);
}
.card-rent h3::before { background: var(--rent); }
.card .ico { display: none; }

/* Barra de confianza sobria (sin emojis) */
.trust-item strong { display: block; }
.trust-item > div { border-left: 3px solid rgba(143,193,242,.55); padding-left: .9rem; }

/* Fiscalidad / SES al detalle */
.fiscal-grid {
    display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px;
}
.fiscal-item {
    background: #fff; border: 1px solid var(--line); border-radius: 14px;
    padding: 1.25rem 1.35rem;
}
.fiscal-item h3 {
    font-size: .98rem; margin: 0 0 .4rem; font-weight: 600;
    padding-left: .85rem; position: relative;
}
.fiscal-item h3::before {
    content: ""; position: absolute; left: 0; top: .2rem; bottom: .2rem;
    width: 3px; border-radius: 2px; background: var(--brand-dark);
}
.fiscal-rent h3::before { background: var(--rent); }
.fiscal-item p { margin: 0; font-size: .88rem; color: var(--ink-soft); line-height: 1.55; }
.fiscal-nota {
    margin: 1.6rem auto 0; max-width: 44rem; text-align: center;
    font-size: .88rem; color: var(--ink-soft);
    background: #fff; border: 1px dashed rgba(148,163,184,.6); border-radius: 12px;
    padding: .8rem 1.2rem;
}

/* Seguridad detallada */
.sec-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.sec-item {
    background: #fff; border: 1px solid var(--line); border-radius: 14px;
    padding: 1.25rem 1.35rem;
}
.sec-item h3 {
    font-size: .98rem; margin: 0 0 .4rem; font-weight: 600;
    padding-left: .85rem; position: relative;
}
.sec-item h3::before {
    content: ""; position: absolute; left: 0; top: .2rem; bottom: .2rem;
    width: 3px; border-radius: 2px; background: var(--brand-dark);
}
.sec-rent h3::before { background: var(--rent); }
.sec-item p { margin: 0; font-size: .88rem; color: var(--ink-soft); line-height: 1.55; }

/* Precio único centrado por pestaña */
.price-solo { grid-template-columns: minmax(0, 560px); justify-content: center; }

/* Banda de manual */
.manual-band { background: linear-gradient(120deg, var(--brand-deep), var(--brand-dark)); color: #eaf2fb; }
.manual-band .kicker { background: rgba(255,255,255,.15); color: #fff; }
.manual-band h2 { color: #fff; }
.manual-band .section-intro { color: #d4e3f5; }
.manual-band-rent { background: linear-gradient(120deg, #7c1020, var(--rent)); }
.manual-band-rent .section-intro { color: #f6d7db; }
.manual-wrap {
    display: grid; grid-template-columns: 1.2fr .8fr; gap: 40px; align-items: center;
}
.manual-cta { text-align: center; }
.manual-cta .btn { display: inline-block; }
.manual-band .btn-main { background: #fff !important; color: var(--brand-deep) !important; box-shadow: 0 10px 26px rgba(0,0,0,.25) !important; }
.manual-band-rent .btn-main { color: var(--rent) !important; }
.manual-band-rent .btn-main:hover { box-shadow: 0 14px 30px rgba(0,0,0,.35) !important; }
.manual-meta { display: block; margin-top: .7rem; font-size: .8rem; opacity: .85; }

/* FAQ */
.faq-wrap { max-width: 780px; }
.faq-item {
    background: #fff; border: 1px solid var(--line); border-radius: 12px;
    margin-bottom: .7rem; overflow: hidden;
}
.faq-item summary {
    cursor: pointer; padding: .95rem 1.2rem; font-weight: 600; font-size: .95rem;
    list-style: none; position: relative; padding-right: 2.4rem;
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after {
    content: "+"; position: absolute; right: 1.1rem; top: 50%; transform: translateY(-50%);
    font-size: 1.2rem; font-weight: 500; color: var(--brand-dark);
}
.faq-item[open] summary::after { content: "–"; }
.faq-rent summary::after { color: var(--rent); }
.faq-item p { margin: 0; padding: 0 1.2rem 1rem; font-size: .9rem; color: var(--ink-soft); line-height: 1.6; }
.tab-final-cta { text-align: center; margin-top: 2rem; display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; }
.btn-ghost-rent { border-color: var(--rent); color: var(--rent); }
.btn-ghost-rent:hover { background: #fdf0f2; }

@media (max-width: 900px) {
    .fiscal-grid, .sec-grid { grid-template-columns: 1fr 1fr; }
    .manual-wrap { grid-template-columns: 1fr; gap: 22px; }
}
@media (max-width: 560px) {
    .fiscal-grid, .sec-grid { grid-template-columns: 1fr; }
}
