/* ═══════════════════════════════════════════════════════════════════
   DOPPIA TRANSIZIONE — bando landing (/doppia-transizione/)
   Reuses the site's dark-navy + gold-glass tokens from style.css.
   ═══════════════════════════════════════════════════════════════════ */

.dt {
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 1.25rem 4rem;
}

/* ── Hero ─────────────────────────────────────────────────────────── */
.dt-hero {
    text-align: center;
    padding: 3.5rem 0 3rem;
}
.dt-badge {
    display: inline-block;
    font-size: 0.7rem;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: #10131a;
    background: var(--w-gradient);
    padding: 0.38rem 0.85rem;
    border-radius: 8px;
    margin-bottom: 1.5rem;
}
.dt-hero h1 {
    font-size: 2.7rem;
    font-weight: 800;
    line-height: 1.12;
    letter-spacing: -0.02em;
    color: var(--text-primary);
    margin-bottom: 1.4rem;
}
.dt-hero-sub {
    font-size: 1.08rem;
    line-height: 1.6;
    color: var(--text-secondary);
    max-width: 640px;
    margin: 0 auto 1.25rem;
}
.dt-hero-sub strong { color: var(--bordeaux-bright); font-weight: 700; }
.dt-urgency {
    display: inline-block;
    font-size: 0.92rem;
    font-weight: 500;
    color: var(--text-primary);
    background: rgba(200,161,90,0.12);
    border: 1px solid rgba(200,161,90,0.34);
    border-radius: 10px;
    padding: 0.6rem 1.1rem;
    margin-bottom: 2rem;
}
.dt-cta-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.9rem;
}

/* ── Section shell ────────────────────────────────────────────────── */
.dt-section {
    padding: 2.75rem 0;
    border-top: 1px solid var(--border-soft);
}
.dt-label {
    display: block;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: var(--bordeaux-bright);
    margin-bottom: 0.85rem;
}
.dt-section h2 {
    font-size: 1.75rem;
    font-weight: 800;
    line-height: 1.2;
    letter-spacing: -0.01em;
    color: var(--text-primary);
    margin-bottom: 1.25rem;
}
.dt-lead {
    font-size: 1.05rem;
    line-height: 1.6;
    color: var(--text-secondary);
    margin-bottom: 1.5rem;
}
.dt-lead strong { color: var(--bordeaux-bright); }
.dt-note {
    font-size: 0.86rem;
    color: var(--text-muted);
    line-height: 1.55;
    margin-top: 1rem;
    font-style: italic;
}

/* ── Chi può accedere ─────────────────────────────────────────────── */
.dt-check {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 0.7rem;
    margin-bottom: 1.5rem;
}
.dt-check li {
    position: relative;
    padding-left: 1.9rem;
    font-size: 1rem;
    line-height: 1.5;
    color: var(--text-secondary);
}
.dt-check li::before {
    content: '✓';
    position: absolute;
    left: 0;
    top: 0;
    width: 1.3rem;
    height: 1.3rem;
    color: var(--bordeaux-bright);
    font-weight: 800;
}
.dt-check strong { color: var(--text-primary); }
.dt-prereq {
    background: var(--surface);
    border: 1px solid var(--border-soft);
    border-left: 3px solid var(--bordeaux-bright);
    border-radius: 12px;
    padding: 1.25rem 1.4rem;
    font-size: 0.98rem;
    line-height: 1.6;
    color: var(--text-secondary);
}
.dt-prereq strong { color: var(--text-primary); }

/* ── Cosa copre — tile grid ───────────────────────────────────────── */
.dt-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0.9rem;
    margin-bottom: 1.75rem;
}
.dt-tile {
    background: var(--surface);
    border: 1px solid var(--border-soft);
    border-radius: 12px;
    padding: 1.25rem;
    backdrop-filter: var(--glass-blur);
    -webkit-backdrop-filter: var(--glass-blur);
}
.dt-tile h3 {
    font-size: 1rem;
    font-weight: 700;
    color: var(--bordeaux-bright);
    margin-bottom: 0.4rem;
}
.dt-tile p { font-size: 0.9rem; line-height: 1.5; color: var(--text-secondary); }
.dt-callout {
    background: rgba(200,161,90,0.10);
    border: 1px solid rgba(200,161,90,0.32);
    border-radius: 12px;
    padding: 1.25rem 1.4rem;
    font-size: 1rem;
    line-height: 1.6;
    color: var(--text-secondary);
}
.dt-callout strong { color: var(--bordeaux-bright); }
.dt-callout em { color: var(--text-primary); font-style: italic; font-weight: 600; }

/* ── Cosa costruisco — mapping list ───────────────────────────────── */
.dt-map { list-style: none; display: flex; flex-direction: column; gap: 0.85rem; }
.dt-map li {
    font-size: 0.98rem;
    line-height: 1.55;
    color: var(--text-secondary);
    padding-bottom: 0.85rem;
    border-bottom: 1px solid var(--border-soft);
}
.dt-map li:last-child { border-bottom: none; }
.dt-map-k {
    display: inline-block;
    font-weight: 700;
    color: var(--bordeaux-bright);
    min-width: 9.5rem;
}

/* ── Pacchetti ────────────────────────────────────────────────────── */
.dt-packages {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem;
    margin-bottom: 1.5rem;
}
.dt-pack {
    position: relative;
    display: flex;
    flex-direction: column;
    background: var(--surface);
    border: 1px solid var(--border-soft);
    border-radius: 16px;
    padding: 1.6rem 1.4rem;
    backdrop-filter: var(--glass-blur);
    -webkit-backdrop-filter: var(--glass-blur);
}
.dt-pack-featured {
    border-color: rgba(200,161,90,0.5);
    box-shadow: 0 18px 50px -24px rgba(200,161,90,0.7);
}
.dt-pack-flag {
    position: absolute;
    top: -0.7rem;
    left: 1.4rem;
    font-size: 0.64rem;
    font-weight: 800;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #10131a;
    background: var(--w-gradient);
    padding: 0.28rem 0.65rem;
    border-radius: 6px;
}
.dt-pack h3 {
    font-size: 1.2rem;
    font-weight: 800;
    color: var(--text-primary);
    margin-bottom: 0.35rem;
}
.dt-pack-tag { font-size: 0.88rem; color: var(--text-muted); line-height: 1.45; margin-bottom: 1.1rem; }
.dt-pack-price { display: flex; flex-direction: column; margin-bottom: 0.85rem; }
.dt-pack-price-full {
    font-size: 1.05rem;
    font-weight: 600;
    color: var(--text-secondary);
    text-decoration: line-through;
    text-decoration-color: rgba(255,255,255,0.35);
}
.dt-pack-price-lbl { font-size: 0.72rem; letter-spacing: 0.06em; text-transform: uppercase; color: var(--text-muted); }
.dt-pack-net {
    display: flex;
    flex-direction: column;
    padding: 0.85rem 0;
    border-top: 1px solid var(--border-soft);
    border-bottom: 1px solid var(--border-soft);
    margin-bottom: 0.65rem;
}
.dt-pack-net-val { font-size: 2rem; font-weight: 800; color: var(--bordeaux-bright); letter-spacing: -0.01em; }
.dt-pack-net-lbl { font-size: 0.74rem; color: var(--text-muted); line-height: 1.3; }
.dt-pack-voucher { font-size: 0.82rem; color: var(--text-muted); margin-bottom: 1rem; }
.dt-pack-list { list-style: none; display: flex; flex-direction: column; gap: 0.55rem; margin-top: auto; }
.dt-pack-list li {
    position: relative;
    padding-left: 1.35rem;
    font-size: 0.86rem;
    line-height: 1.45;
    color: var(--text-secondary);
}
.dt-pack-list li::before {
    content: '›';
    position: absolute;
    left: 0.2rem;
    top: 0;
    color: var(--bordeaux-bright);
    font-weight: 800;
}
.dt-estimate-note {
    font-size: 0.86rem;
    color: var(--text-muted);
    line-height: 1.6;
    background: var(--surface);
    border: 1px solid var(--border-soft);
    border-radius: 12px;
    padding: 1.1rem 1.3rem;
}
.dt-estimate-note strong { color: var(--text-secondary); }

/* ── Come funziona — steps ────────────────────────────────────────── */
.dt-steps { list-style: none; display: flex; flex-direction: column; gap: 1.1rem; }
.dt-steps li { display: flex; gap: 1.1rem; align-items: flex-start; }
.dt-step-n {
    flex: 0 0 auto;
    width: 2.3rem;
    height: 2.3rem;
    display: grid;
    place-items: center;
    border-radius: 50%;
    font-size: 1.1rem;
    font-weight: 800;
    color: #10131a;
    background: var(--w-gradient);
}
.dt-steps h3 { font-size: 1.05rem; font-weight: 700; color: var(--text-primary); margin-bottom: 0.25rem; }
.dt-steps p { font-size: 0.94rem; line-height: 1.5; color: var(--text-secondary); }

/* ── Onestà ───────────────────────────────────────────────────────── */
.dt-honest-cards { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.dt-honest-card {
    background: var(--surface);
    border: 1px solid var(--border-soft);
    border-top: 3px solid var(--bordeaux-bright);
    border-radius: 14px;
    padding: 1.4rem;
}
.dt-honest-card h3 { font-size: 1.05rem; font-weight: 700; color: var(--bordeaux-bright); margin-bottom: 0.55rem; }
.dt-honest-card p { font-size: 0.94rem; line-height: 1.6; color: var(--text-secondary); }

/* ── FAQ ──────────────────────────────────────────────────────────── */
.dt-faq { display: flex; flex-direction: column; gap: 0.7rem; }
.dt-faq details {
    background: var(--surface);
    border: 1px solid var(--border-soft);
    border-radius: 12px;
    padding: 0.25rem 1.25rem;
}
.dt-faq summary {
    cursor: pointer;
    padding: 1rem 0;
    font-size: 1rem;
    font-weight: 600;
    color: var(--text-primary);
    list-style: none;
    position: relative;
    padding-right: 1.8rem;
}
.dt-faq summary::-webkit-details-marker { display: none; }
.dt-faq summary::after {
    content: '+';
    position: absolute;
    right: 0.2rem;
    top: 50%;
    transform: translateY(-50%);
    font-size: 1.3rem;
    font-weight: 400;
    color: var(--bordeaux-bright);
}
.dt-faq details[open] summary::after { content: '−'; }
.dt-faq details p {
    font-size: 0.94rem;
    line-height: 1.6;
    color: var(--text-secondary);
    padding: 0 0 1.1rem;
}

/* ── CTA finale ───────────────────────────────────────────────────── */
.dt-final {
    text-align: center;
    padding: 3.25rem 1.25rem 1rem;
    border-top: 1px solid var(--border-soft);
    margin-top: 1rem;
}
.dt-final h2 { font-size: 1.9rem; font-weight: 800; color: var(--text-primary); margin-bottom: 0.85rem; }
.dt-final > p {
    font-size: 1.05rem;
    line-height: 1.6;
    color: var(--text-secondary);
    max-width: 560px;
    margin: 0 auto 1.75rem;
}
.dt-final .dt-cta-row { margin-bottom: 2.25rem; }
.dt-disclaimer {
    font-size: 0.8rem;
    line-height: 1.6;
    color: var(--text-muted);
    max-width: 720px;
    margin: 0 auto;
    text-align: left;
    background: var(--surface);
    border: 1px solid var(--border-soft);
    border-radius: 12px;
    padding: 1.1rem 1.3rem;
}
.dt-disclaimer strong { color: var(--text-secondary); }

/* ── Responsive ───────────────────────────────────────────────────── */
@media (max-width: 780px) {
    .dt-grid { grid-template-columns: 1fr 1fr; }
    .dt-packages { grid-template-columns: 1fr; }
    .dt-honest-cards { grid-template-columns: 1fr; }
    .dt-hero h1 { font-size: 2.05rem; }
    .dt-section h2 { font-size: 1.5rem; }
    .dt-cta-row .wa-btn, .dt-cta-row .cta-button { width: 100%; }
    .dt-map-k { min-width: 0; display: block; margin-bottom: 0.15rem; }
}
@media (max-width: 460px) {
    .dt-grid { grid-template-columns: 1fr; }
    .dt-hero h1 { font-size: 1.8rem; }
}
