@import url("home-landing.css");

/* Landing prodotto — hub e schede categoria */
.et-lp {
    background: #f8fafc;
    padding-bottom: 3rem;
}
.et-lp-crumbs {
    max-width: 72rem;
    margin: 0 auto;
    padding: 1rem 1.25rem 0;
    font-size: 0.8rem;
    color: #64748b;
}
.et-lp-crumbs a {
    color: #2563eb;
    font-weight: 600;
    text-decoration: none;
}
.et-lp-crumbs a:hover { text-decoration: underline; }
.et-lp-crumbs span { color: #94a3b8; margin: 0 0.35rem; }
.et-lp-hero {
    max-width: 72rem;
    margin: 0.75rem auto 0;
    padding: 0 1.25rem;
}
.et-lp-hero-card {
    position: relative;
    overflow: hidden;
    min-height: 16rem;
    border-radius: 1rem;
    color: #fff;
    box-shadow: 0 10px 28px rgba(15, 23, 42, 0.12);
}
.et-lp-hero-card img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.et-lp-hero-card::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(10, 22, 40, 0.92) 0%, rgba(10, 22, 40, 0.4) 55%, rgba(10, 22, 40, 0.18) 100%);
}
.et-lp-hero-body {
    position: relative;
    z-index: 1;
    max-width: 40rem;
    padding: 2rem 1.4rem 1.6rem;
    display: flex;
    flex-direction: column;
    gap: 0.55rem;
}
.et-lp-kicker {
    font-size: 0.7rem;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #93c5fd;
}
.et-lp-hero-body h1 {
    margin: 0;
    font-size: clamp(1.55rem, 4vw, 2.15rem);
    font-weight: 800;
    line-height: 1.15;
}
.et-lp-hero-body p {
    margin: 0;
    font-size: 0.95rem;
    line-height: 1.5;
    color: #e2e8f0;
}
.et-lp-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.55rem;
    margin-top: 0.45rem;
}
.et-lp-btn {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    border-radius: 0.55rem;
    padding: 0.6rem 0.95rem;
    font-size: 0.85rem;
    font-weight: 700;
    text-decoration: none;
}
.et-lp-btn-primary {
    background: #2563eb;
    color: #fff;
}
.et-lp-btn-primary:hover { background: #1d4ed8; }
.et-lp-btn-ghost {
    background: rgba(255, 255, 255, 0.12);
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.28);
}
.et-lp-btn-ghost:hover { background: rgba(255, 255, 255, 0.2); }
.et-lp-section {
    max-width: 72rem;
    margin: 0 auto;
    padding: 1.75rem 1.25rem 0;
}
.et-lp-section h2 {
    margin: 0 0 1rem;
    font-size: 1.2rem;
    font-weight: 800;
    color: #0f172a;
}
.et-lp-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1.15rem;
}
.et-lp-points {
    margin: 0;
    padding: 0;
    list-style: none;
    display: grid;
    gap: 0.7rem;
}
.et-lp-points li {
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 0.85rem;
    padding: 0.9rem 1rem;
    color: #334155;
    font-size: 0.92rem;
    line-height: 1.45;
    box-shadow: 0 4px 14px rgba(15, 23, 42, 0.04);
}
.et-lp-points i {
    color: #2563eb;
    margin-right: 0.45rem;
}
@media (min-width: 640px) {
    .et-lp-grid { grid-template-columns: repeat(2, 1fr); }
    .et-lp-points { grid-template-columns: repeat(2, 1fr); }
    .et-lp-hero-card { min-height: 18.5rem; }
}
.et-lp-prose p {
    margin: 0 0 0.85rem;
    color: #334155;
    font-size: 0.98rem;
    line-height: 1.6;
    max-width: 46rem;
}
.et-lp-meta {
    color: #64748b !important;
    font-size: 0.9rem !important;
}
.et-lp-models {
    margin: 0;
    padding: 0;
    list-style: none;
    display: grid;
    gap: 0.65rem;
}
.et-lp-models > li {
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 0.85rem;
    padding: 0.85rem 1rem;
    display: grid;
    gap: 0.2rem;
    box-shadow: 0 4px 14px rgba(15, 23, 42, 0.04);
}
.et-lp-models-rich > li {
    padding: 1.05rem 1.15rem 1.15rem;
}
.et-lp-model-body {
    display: grid;
    gap: 0.2rem;
    min-width: 0;
}
.et-lp-model-body > strong { color: #0f172a; }
.et-lp-model-body > span { color: #475569; font-size: 0.88rem; }
.et-lp-model-body > em { font-style: normal; font-size: 0.75rem; font-weight: 700; color: #2563eb; }
.et-lp-model-body > p {
    margin: 0.45rem 0 0;
    color: #334155;
    font-size: 0.9rem;
    line-height: 1.55;
}
.et-lp-model-media {
    margin: 0;
    background: #f8fafc;
    border-radius: 0.65rem;
    overflow: hidden;
}
.et-lp-model-media img {
    display: block;
    width: 100%;
    height: auto;
    object-fit: contain;
}
.et-lp-model-has-img {
    align-items: center;
}
.et-lp-gallery {
    display: grid;
    gap: 1rem;
}
.et-lp-gallery figure {
    margin: 0;
    display: flex;
    flex-direction: column;
    height: 100%;
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 0.85rem;
    overflow: hidden;
    box-shadow: 0 4px 14px rgba(15, 23, 42, 0.04);
}
.et-lp-gallery img {
    display: block;
    width: 100%;
    aspect-ratio: 4 / 3;
    height: auto;
    object-fit: contain;
    object-position: center;
    background: #f8fafc;
}
.et-lp-gallery figcaption {
    margin-top: auto;
    padding: 0.75rem 1rem 1rem;
    color: #475569;
    font-size: 0.88rem;
    line-height: 1.5;
}
.et-lp-gallery-wide img {
    aspect-ratio: 16 / 9;
}
.et-lp-models-rich {
    grid-template-columns: 1fr;
}
.et-lp-specs {
    margin: 0.65rem 0 0;
    padding: 0;
    list-style: none;
    display: grid;
    gap: 0.3rem;
}
.et-lp-specs li {
    margin: 0;
    padding: 0;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    background: transparent;
    color: #475569;
    font-size: 0.82rem;
    line-height: 1.4;
}
.et-lp-specs li::before {
    content: "·";
    color: #2563eb;
    font-weight: 800;
    margin-right: 0.4rem;
}
.et-lp-seasons {
    display: grid;
    gap: 0.85rem;
}
.et-lp-seasons article {
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 0.85rem;
    padding: 1rem 1.1rem;
    box-shadow: 0 4px 14px rgba(15, 23, 42, 0.04);
}
.et-lp-seasons h3 {
    margin: 0 0 0.4rem;
    font-size: 1rem;
    font-weight: 800;
    color: #0f172a;
}
.et-lp-seasons p {
    margin: 0;
    color: #334155;
    font-size: 0.92rem;
    line-height: 1.55;
}
.et-lp-certs-lead {
    margin: -0.35rem 0 0.85rem;
    color: #64748b;
    font-size: 0.9rem;
    line-height: 1.5;
    max-width: 46rem;
}
.et-lp-certs {
    margin: 0;
    padding: 0;
    list-style: none;
    display: grid;
    gap: 0.55rem;
}
.et-lp-certs li {
    background: #fff;
    border: 1px solid #e2e8f0;
    border-left: 3px solid #2563eb;
    border-radius: 0.7rem;
    padding: 0.75rem 0.95rem;
    color: #334155;
    font-size: 0.9rem;
    line-height: 1.5;
}
.et-lp-report-p {
    margin: 0 0 0.85rem;
    color: #334155;
    font-size: 0.95rem;
    line-height: 1.6;
    max-width: 52rem;
}
.et-lp-report-gallery {
    margin: 1rem 0 1.25rem;
}
.et-lp-table-wrap {
    overflow-x: auto;
    margin: 0 0 1.25rem;
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 0.85rem;
    box-shadow: 0 4px 14px rgba(15, 23, 42, 0.04);
}
.et-lp-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 0.82rem;
    line-height: 1.4;
}
.et-lp-table caption {
    caption-side: top;
    padding: 0.85rem 1rem 0.55rem;
    text-align: left;
    font-weight: 700;
    color: #0f172a;
    font-size: 0.9rem;
}
.et-lp-table th,
.et-lp-table td {
    padding: 0.55rem 0.75rem;
    border-top: 1px solid #e2e8f0;
    text-align: right;
    white-space: nowrap;
}
.et-lp-table thead th {
    background: #f8fafc;
    font-weight: 700;
    color: #334155;
    text-align: right;
}
.et-lp-table th[scope="row"],
.et-lp-table thead th:first-child {
    text-align: left;
    white-space: normal;
}
.et-lp-table tbody th {
    font-weight: 600;
    color: #0f172a;
}
.et-lp-calc {
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 1rem;
    padding: 1.15rem 1.2rem 1.3rem;
    box-shadow: 0 8px 24px rgba(15, 23, 42, 0.05);
    max-width: 36rem;
    scroll-margin-top: 5.5rem;
}
.et-lp-calc-lead, .et-lp-calc-note {
    margin: 0 0 0.85rem;
    color: #64748b;
    font-size: 0.88rem;
    line-height: 1.45;
}
.et-lp-calc-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0.75rem;
    margin-bottom: 1rem;
}
.et-lp-calc label {
    display: flex;
    flex-direction: column;
    gap: 0.35rem;
    font-size: 0.75rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    color: #64748b;
}
.et-lp-calc input {
    border: 1px solid #cbd5e1;
    border-radius: 0.6rem;
    padding: 0.55rem 0.7rem;
    font: inherit;
    font-size: 1rem;
    font-weight: 700;
    color: #0f172a;
}
.et-lp-calc-result {
    background: #eff6ff;
    border-radius: 0.75rem;
    padding: 0.85rem 1rem;
    margin-bottom: 0.75rem;
    color: #1e3a8a;
    font-size: 0.92rem;
}
.et-lp-calc-price {
    font-size: 1.35rem;
    font-weight: 800;
    color: #0f172a;
    margin: 0.25rem 0;
}
.et-lp-calc-price small {
    font-size: 0.75rem;
    font-weight: 600;
    color: #64748b;
}
@media (min-width: 640px) {
    .et-lp-models { grid-template-columns: repeat(2, 1fr); }
    .et-lp-models-rich { grid-template-columns: 1fr; }
    .et-lp-seasons { grid-template-columns: repeat(2, 1fr); }
    .et-lp-gallery { grid-template-columns: repeat(2, 1fr); align-items: stretch; }
    .et-lp-model-has-img {
        grid-template-columns: 15rem 1fr;
        gap: 1.15rem 1.4rem;
    }
}
@media (min-width: 1024px) {
    .et-lp-hero-body { padding: 2.6rem 2rem 2rem; }
    .et-lp-models { grid-template-columns: repeat(3, 1fr); }
    .et-lp-models-rich { grid-template-columns: 1fr; }
    .et-lp-model-has-img {
        grid-template-columns: 18rem 1fr;
    }
    .et-lp-prose p { max-width: 52rem; }
    .et-lp-gallery { grid-template-columns: repeat(2, 1fr); align-items: stretch; }
    .et-lp-gallery-wide { grid-column: 1 / -1; }
    .et-lp-seasons:has(article:nth-child(3):last-child) { grid-template-columns: repeat(3, 1fr); }
}
