.elementor-1291 .elementor-element.elementor-element-a7fc40e{--display:flex;}/* Start custom CSS for html, class: .elementor-element-46e2031 *//* ============================================================
   THANK YOU — pagina di conferma senza hero image.
   Stili coerenti con home: Sora, palette brand,
   pattern section-label + cards.
   ============================================================ */

body.lop-page-thankyou [data-lop-header] {
    background-color: rgba(24, 31, 28, 0.92);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
}

/* ── Utility locali (replicate dalla home) ─────────────────── */

.lop-section-label {
    display: inline-block;
    font-size: 0.875rem;
    font-weight: var(--fw-semibold);
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--c-forest);
    margin-bottom: var(--sp-s);
}

.lop-link-arrow {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: var(--c-coastal);
    font-weight: var(--fw-semibold);
    font-size: 0.9375rem;
    text-decoration: none;
    padding-bottom: 4px;
    border-bottom: 1.5px solid transparent;
    transition: color 0.2s var(--ease-out), border-color 0.2s var(--ease-out);
}
.lop-link-arrow::after { content: '→'; }
.lop-link-arrow:hover {
    color: var(--c-forest);
    border-color: var(--c-forest);
}

/* ============================================================
   1. HERO SENZA IMMAGINE — conferma centrata
   ============================================================ */

.lop-thank-hero {
    position: relative;
    background:
        radial-gradient(circle at 18% 22%, rgba(16, 161, 190, 0.09), transparent 42%),
        radial-gradient(circle at 82% 78%, rgba(93, 183, 119, 0.09), transparent 44%),
        #eef4f2;
    padding: clamp(90px, 14vw, 180px) 0 clamp(56px, 8vw, 100px);
    text-align: center;
    overflow: hidden;
    border-bottom: 1px solid rgba(24, 31, 28, 0.06);
}

.lop-thank-hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, var(--c-coastal) 0%, var(--c-forest) 45%, var(--c-solar) 100%);
}

.lop-thank-hero__inner {
    max-width: 720px;
    margin: 0 auto;
    padding: 0 var(--sp-s);
}

/* ── Segno di conferma (cerchio + check, forest) ── */

.lop-thank-hero__mark {
    width: 96px;
    height: 96px;
    margin: 0 auto var(--sp-m);
    background: #ffffff;
    border-radius: 50%;
    display: grid;
    place-items: center;
    color: var(--c-forest);
    box-shadow:
        0 10px 30px rgba(93, 183, 119, 0.28),
        0 0 0 8px rgba(93, 183, 119, 0.08);
}

.lop-thank-hero__mark svg {
    width: 54px;
    height: 54px;
    overflow: visible;
}

.lop-thank-hero__mark svg circle {
    stroke-dasharray: 170;
    stroke-dashoffset: 170;
    animation: lop-thank-draw 0.8s cubic-bezier(.7,0,.3,1) 0.2s forwards;
}

.lop-thank-hero__mark svg polyline {
    stroke-dasharray: 60;
    stroke-dashoffset: 60;
    animation: lop-thank-draw 0.45s cubic-bezier(.7,0,.3,1) 0.9s forwards;
}

@keyframes lop-thank-draw {
    to { stroke-dashoffset: 0; }
}

.lop-thank-hero__title {
    margin: 0 0 var(--sp-s);
    font-size: clamp(2rem, 3.8vw, 3.2rem);
    line-height: 1.1;
    color: var(--c-ground);
    letter-spacing: -0.5px;
    font-weight: var(--fw-bold);
    max-width: 22ch;
    margin-left: auto;
    margin-right: auto;
}

.lop-thank-hero__lead {
    margin: 0 auto var(--sp-l);
    max-width: 60ch;
    font-size: clamp(1rem, 1.2vw, 1.125rem);
    line-height: 1.7;
    color: var(--c-slate);
}

.lop-thank-hero__actions {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: var(--sp-m);
    flex-wrap: wrap;
}

@media (max-width: 640px) {
    .lop-thank-hero {
        padding: var(--sp-xl) 0 var(--sp-l);
    }
    .lop-thank-hero__mark {
        width: 84px;
        height: 84px;
    }
    .lop-thank-hero__mark svg {
        width: 46px;
        height: 46px;
    }
    .lop-thank-hero__actions {
        flex-direction: column;
        gap: var(--sp-s);
    }
    .lop-thank-hero__actions .lop-btn {
        width: 100%;
    }
}

/* ============================================================
   2. CONTENT — cards prossimi passi + contatti
   ============================================================ */

.lop-thank-content {
    background: var(--c-light);
    padding: clamp(48px, 7vw, 100px) 0 clamp(64px, 10vw, 120px);
}

.lop-thank-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.2fr) minmax(280px, 0.9fr);
    gap: clamp(24px, 4vw, 48px);
    align-items: start;
    max-width: 1040px;
    margin: 0 auto;
}

.lop-thank-card,
.lop-thank-contact {
    background: #ffffff;
    border: 1px solid rgba(24, 31, 28, 0.08);
    border-radius: var(--radius-card);
    box-shadow: 0 8px 24px rgba(24, 31, 28, 0.06);
}

/* ── Prossimi passi ── */

.lop-thank-card {
    padding: clamp(24px, 3.2vw, 40px);
}

.lop-thank-card h2 {
    margin: 0 0 var(--sp-m);
    font-size: clamp(1.4rem, 2.2vw, 1.875rem);
    line-height: 1.15;
    color: var(--c-ground);
    font-weight: var(--fw-semibold);
    letter-spacing: -0.3px;
}

.lop-thank-steps {
    margin: 0 0 var(--sp-m);
    padding: 0;
    list-style: none;
    display: flex;
    flex-direction: column;
}

.lop-thank-steps li {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: var(--sp-s);
    align-items: start;
    padding: var(--sp-s) 0;
    border-bottom: 1px solid rgba(24, 31, 28, 0.08);
    color: var(--c-slate);
    line-height: 1.65;
    font-size: 0.9375rem;
}

.lop-thank-steps li:first-child { padding-top: 0; }
.lop-thank-steps li:last-child {
    padding-bottom: 0;
    border-bottom: 0;
}

.lop-thank-steps__num {
    display: inline-grid;
    place-items: center;
    min-width: 40px;
    height: 40px;
    border-radius: 50%;
    background: color-mix(in srgb, var(--c-forest) 18%, #ffffff);
    color: var(--c-forest);
    font-weight: var(--fw-bold);
    font-size: 0.875rem;
    letter-spacing: 0.02em;
    font-variant-numeric: tabular-nums;
    flex-shrink: 0;
}

.lop-thank-steps li strong {
    color: var(--c-ground);
    font-weight: var(--fw-semibold);
}

/* Note box solar */
.lop-thank-note {
    margin: var(--sp-m) 0 0;
    padding: var(--sp-s) var(--sp-m);
    background: color-mix(in srgb, var(--c-solar) 14%, #ffffff);
    border-left: 3px solid var(--c-solar);
    color: var(--c-ground);
    border-radius: 0 var(--radius) var(--radius) 0;
    font-size: 0.9375rem;
    line-height: 1.6;
}

/* ── Contatti diretti ── */

.lop-thank-contact {
    padding: clamp(22px, 3vw, 34px);
    position: sticky;
    top: 96px;
}

.lop-thank-contact h3 {
    margin: 0 0 var(--sp-m);
    font-size: 1.25rem;
    color: var(--c-ground);
    font-weight: var(--fw-semibold);
    letter-spacing: -0.2px;
}

.lop-thank-contact ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: grid;
    gap: 14px;
}

.lop-thank-contact li {
    display: grid;
    gap: 4px;
    padding-bottom: 14px;
    border-bottom: 1px solid rgba(24, 31, 28, 0.08);
}

.lop-thank-contact li:last-child {
    border-bottom: 0;
    padding-bottom: 0;
}

.lop-thank-contact__label {
    font-size: 0.72rem;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    color: var(--c-forest);
    font-weight: var(--fw-bold);
}

.lop-thank-contact a {
    color: var(--c-ground);
    text-decoration: none;
    line-height: 1.5;
    font-weight: var(--fw-semibold);
    transition: color 0.2s var(--ease-out);
}

.lop-thank-contact a:hover {
    color: var(--c-coastal);
}

@media (max-width: 900px) {
    .lop-thank-grid { grid-template-columns: 1fr; }
    .lop-thank-contact { position: static; }
}

@media (max-width: 640px) {
    .lop-thank-content {
        padding: var(--sp-xl) 0 var(--sp-xxl);
    }
    .lop-thank-steps__num {
        min-width: 34px;
        height: 34px;
        font-size: 0.8rem;
    }
}

/* ============================================================
   3. REDUCED MOTION
   ============================================================ */

@media (prefers-reduced-motion: reduce) {
    .lop-thank-hero__mark svg circle,
    .lop-thank-hero__mark svg polyline {
        animation: none !important;
        stroke-dashoffset: 0 !important;
    }
    .lop-thank-contact a,
    .lop-link-arrow {
        transition: none !important;
    }
}/* End custom CSS */