:root {
    --accent: #c82727;
    --accent-dark: #a61f1f;
    --accent-soft: #fff0f0;
    --ink: #101318;
    --muted: #68707c;
    --line: #e3e3e3;
    --soft: #f6f6f6;
    --dark: #15181b;
    --white: #fff;
    --site5-font: 'Montserrat',Arial,sans-serif
}

* {
    box-sizing: border-box
}

html {
    scroll-behavior: smooth
}

body {
    margin: 0;
    background: #fff;
    color: var(--ink);
    font-family: var(--site5-font);
    font-weight: 400
}

body.nav-open {
    overflow: hidden
}

a {
    text-decoration: none;
    color: inherit
}

img {
    max-width: 100%;
    display: block
}

button,input,select,textarea {
    font: inherit
}

.container {
    width: min(1180px,calc(100% - 40px));
    margin: auto
}

.narrow {
    width: min(850px,calc(100% - 40px));
    margin: auto
}

.section {
    padding: 78px 0
}

.section-kicker {
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    color: var(--accent);
    font-weight: 600
}

h1,h2,h3,h4,p {
    margin-top: 0
}

p {
    color: var(--muted);
    line-height: 1.72
}

.topbar {
    background: #f3f3f3;
    border-bottom: 1px solid #e7e7e7;
    font-size: 10px;
    color: #65707c
}

.topbar .container {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    align-items: center;
    min-height: 28px
}

.topbar-left,.topbar-right {
    display: flex;
    gap: 18px;
    align-items: center
}

.alertbar {
    background: #fff0f0;
    border-bottom: 1px solid #f6dddd;
    color: #b63a3a;
    font-size: 10px
}

.alertbar .container {
    min-height: 30px;
    display: flex;
    align-items: center
}

.logo-row {
    background: #fff
}

.logo-wrap {
    min-height: 82px;
    display: grid;
    grid-template-columns: 220px 1fr auto;
    align-items: center;
    gap: 24px
}

.brand {
    display: flex;
    align-items: center;
    font-size: 22px;
    font-weight: 600
}

.brand img {
    max-height: 50px;
    max-width: 205px
}

.search-box {
    display: flex;
    border: 1px solid #ddd;
    border-radius: 10px;
    overflow: hidden;
    background: #fff
}

.search-box input {
    flex: 1;
    border: 0;
    padding: 13px 15px;
    outline: 0
}

.search-box button {
    border: 0;
    background: var(--accent);
    color: #fff;
    padding: 0 22px;
    font-weight: 600;
    cursor: pointer
}

.quick-actions {
    display: flex;
    gap: 12px
}

.quick-card {
    display: flex;
    align-items: center;
    gap: 9px;
    padding: 9px 12px;
    border: 1px solid #e0e0e0;
    border-radius: 9px;
    font-size: 10px
}

.quick-card i {
    font-size: 17px
}

.quick-card b,.quick-card small {
    display: block
}

.quick-card small {
    color: #7a7f86;
    margin-top: 2px
}

.site-header {
    background: var(--dark);
    color: #fff;
    position: sticky;
    top: 0;
    z-index: 60
}

.nav-wrap {
    height: 54px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px
}

.main-nav {
    display: flex;
    align-items: center;
    gap: 24px;
    font-size: 11px
}

.main-nav a {
    color: #edf0f2;
    text-transform: uppercase;
}

.main-nav .nav-cta {
    padding: 10px 14px;
    background: var(--accent);
    border-radius: 8px;
    font-weight: bold;
    font-size: 14px;
}

.nav-toggle {
    display: none;
    background: transparent;
    border: 0;
    color: #fff;
    font-size: 22px
}

.hero-shell {
    background: #f6f6f6;
    padding: 34px 0 38px
}

.hero-grid {
    display: grid;
    grid-template-columns: 340px 1fr;
    gap: 20px;
    align-items: stretch
}

.finder-card {
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 14px;
    padding: 20px
}

.finder-card h2 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 5px
}

.finder-card p {
    font-size: 11px;
    margin-bottom: 18px
}

.finder-card select,.finder-card input {
    width: 100%;
    padding: 13px;
    border: 1px solid #ddd;
    border-radius: 9px;
    margin-bottom: 10px;
    outline: 0;
    background: #fff
}

.finder-card button {
    width: 100%;
    border: 0;
    border-radius: 8px;
    padding: 12px;
    background: var(--accent);
    color: #fff;
    font-weight: 600;
    cursor: pointer
}

.finder-sep {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #9a9a9a;
    font-size: 10px;
    margin: 15px 0
}

.finder-sep:before,.finder-sep:after {
    content: "";
    height: 1px;
    background: #e5e5e5;
    flex: 1
}

.finder-link {
    display: block;
    color: var(--accent);
    font-size: 10px;
    font-weight: 600;
    margin-top: 8px
}

.hero-card {
    position: relative;
    min-height: 420px;
    border-radius: 15px;
    overflow: hidden;
    background-color: #261313;
    background-image: linear-gradient(90deg,rgba(14,14,14,.85),rgba(14,14,14,.30)),var(--hero);
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center
}

.hero-content {
    padding: 46px;
    color: #fff;
    max-width: 700px
}

.hero-content .badge {
    display: inline-block;
    padding: 7px 10px;
    border-radius: 6px;
    background: var(--accent);
    font-size: 9px;
    text-transform: uppercase;
    letter-spacing: 1.2px;
    font-weight: 600
}

.hero-content h1 {
    font-size: 52px;
    line-height: 1.02;
    font-weight: 600;
    letter-spacing: -1.8px;
    margin: 18px 0 12px
}

.hero-content p {
    color: #fff;
    font-size: 16px
}

.hero-content .btn {
    margin-top: 16px
}

.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    border: 0;
    border-radius: 8px;
    padding: 12px 17px;
    font-weight: 600;
    cursor: pointer;
    transition: .2s
}

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

.btn-primary {
    background: var(--accent);
    color: #fff
}

.btn-primary:hover {
    background: var(--accent-dark)
}

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

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

.btn-big {
    padding: 14px 20px
}

.benefit-strip {
    border-top: 1px solid #e8e8e8;
    border-bottom: 1px solid #e8e8e8;
    background: #fff
}

.benefit-grid {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap: 24px
}

.benefit-item {
    display: flex;
    gap: 12px;
    align-items: center;
    padding: 18px 0
}

.benefit-item i {
    width: 36px;
    height: 36px;
    border-radius: 9px;
    background: #f4f4f4;
    display: grid;
    place-items: center
}

.benefit-item b,.benefit-item small {
    display: block
}

.benefit-item b {
    font-size: 11px;
    font-weight: 600
}

.benefit-item small {
    font-size: 10px;
    color: #747b83;
    margin-top: 3px
}

.section-title {
    text-align: center
}

.section-title h2 {
    font-size: 35px;
    line-height: 1.1;
    font-weight: 600;
    margin-bottom: 10px
}

.section-title .redline {
    width: 46px;
    height: 4px;
    border-radius: 999px;
    background: var(--accent);
    margin: 0 auto 18px
}

.section-title p {
    max-width: 700px;
    margin: 0 auto;
    font-size: 13px
}

.product-grid {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 16px;
    margin-top: 36px
}

.product-card {
    display: grid;
    grid-template-columns: 88px 1fr;
    gap: 16px;
    align-items: center;
    border: 1px solid #ddd;
    border-radius: 14px;
    padding: 18px;
    background: #fff
}

.product-icon {
    width: 88px;
    height: 88px;
    border-radius: 10px;
    background: #f3f3f3;
    display: grid;
    place-items: center;
    color: var(--accent);
    font-size: 32px
}

.product-card h3 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 5px
}

.product-card p {
    font-size: 11px;
    margin-bottom: 9px
}

.tags {
    display: flex;
    gap: 6px;
    flex-wrap: wrap
}

.tag {
    display: inline-block;
    border: 1px solid #ddd;
    border-radius: 999px;
    padding: 5px 8px;
    font-size: 9px
}

.product-link {
    display: block;
    color: var(--accent);
    font-size: 10px;
    font-weight: 600;
    margin-top: 9px
}

.regen-section {
    background: #f7f7f7
}

.regen-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center
}

.regen-visual {
    min-height: 390px;
    position: relative
}

.engine-shape,.turbo-shape,.gear-shape {
    position: absolute;
    border: 22px solid #c9c9c9;
    background: #ededed;
    border-radius: 28px;
    box-shadow: 0 10px 24px rgba(0,0,0,.05)
}

.engine-shape {
    width: 250px;
    height: 220px;
    right: 70px;
    top: 70px
}

.turbo-shape {
    width: 170px;
    height: 170px;
    left: 60px;
    top: 25px;
    border-radius: 50%
}

.gear-shape {
    width: 120px;
    height: 120px;
    left: 45px;
    bottom: 30px;
    border-radius: 50%
}

.regen-copy h2 {
    font-size: 38px;
    line-height: 1.08;
    font-weight: 600;
    margin: 8px 0 16px
}

.regen-copy h2 em {
    font-style: normal;
    color: var(--accent)
}

.regen-copy p {
    font-size: 13px
}

.company-grid {
    display: grid;
    grid-template-columns: 1.1fr .9fr;
    min-height: 420px
}

.company-photo {
    background: linear-gradient(135deg,#c8c8c8,#f0f0f0);
    position: relative;
    overflow: hidden
}

.company-photo:after {
    content: "";
    position: absolute;
    left: 8%;
    right: 8%;
    bottom: 0;
    height: 58%;
    background: #c7c0b9;
    border-radius: 4px 4px 0 0;
    box-shadow: inset 0 0 0 6px rgba(255,255,255,.25)
}

.company-copy {
    background: var(--dark);
    color: #fff;
    padding: 70px
}

.company-copy h2 {
    font-size: 36px;
    font-weight: 600
}

.company-copy .redline {
    width: 46px;
    height: 4px;
    background: var(--accent);
    margin: 18px 0
}

.company-copy p {
    color: #d1d5d7;
    font-size: 13px
}

.stats {
    display: flex;
    gap: 48px;
    margin-top: 28px
}

.stat strong {
    display: block;
    font-size: 30px
}

.stat span {
    font-size: 10px;
    color: #c2c7ca
}

.process-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 54px;
    align-items: center
}

.process-visual {
    min-height: 390px;
    border-radius: 14px;
    background: linear-gradient(135deg,#f1f1f1,#d8d8d8);
    position: relative
}

.process-visual:before {
    content: "";
    position: absolute;
    width: 270px;
    height: 220px;
    border-radius: 26px;
    border: 24px solid #bbb;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%)
}

.process-list {
    display: grid;
    gap: 20px
}

.process-step {
    display: grid;
    grid-template-columns: 42px 1fr;
    gap: 16px
}

.process-step span {
    width: 42px;
    height: 42px;
    border-radius: 11px;
    background: var(--dark);
    color: #fff;
    display: grid;
    place-items: center;
    font-weight: 600
}

.process-step h3 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 5px
}

.process-step p {
    font-size: 11px;
    margin: 0
}

.why-grid {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 30px 50px;
    margin-top: 42px
}

.why-card {
    text-align: center
}

.why-card i {
    width: 58px;
    height: 58px;
    border-radius: 14px;
    border: 1px solid #ddd;
    display: grid;
    place-items: center;
    margin: 0 auto 16px
}

.why-card h3 {
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 7px
}

.why-card p {
    font-size: 11px;
    margin: 0 auto;
    max-width: 280px
}

.request-section {
    background: #f7f7f7
}

.request-grid {
    display: grid;
    grid-template-columns: .8fr 1.2fr;
    gap: 55px;
    align-items: start
}

.request-copy {
    position: sticky;
    top: 85px
}

.request-copy h2 {
    font-size: 38px;
    line-height: 1.15;
    font-weight: 600;
    margin: 8px 0 14px
}

.request-card {
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 16px;
    padding: 28px
}

.form-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px
}

.field {
    display: flex;
    flex-direction: column;
    gap: 7px
}

.field-wide {
    grid-column: 1/-1
}

.field span {
    font-size: 10px;
    font-weight: 600
}

.field input,.field select {
    width: 100%;
    padding: 12px;
    border: 1px solid #ddd;
    border-radius: 8px;
    outline: 0
}

.field input:focus,.field select:focus {
    border-color: var(--accent);
    box-shadow: 0 0 0 3px rgba(200,39,39,.08)
}

.form-honeypot {
    position: absolute!important;
    left: -9999px!important;
    opacity: 0!important;
    pointer-events: none!important
}

.privacy-check {
    display: flex;
    align-items: flex-start;
    gap: 9px;
    font-size: 10px;
    line-height: 1.55;
    color: #777;
    margin: 17px 0
}

.privacy-check a {
    text-decoration: underline
}

.form-response {
    font-size: 11px;
    margin-top: 10px
}

.form-response.success {
    color: #18834c
}

.form-response.error {
    color: #b32633
}

.page-hero {
    min-height: 390px;
    padding: 120px 0 55px;
    background-color: #1a1a1a;
    background-image: linear-gradient(90deg,rgba(10,10,10,.92),rgba(10,10,10,.45)),var(--hero);
    background-size: cover;
    background-position: center;
    color: #fff;
    display: flex;
    align-items: flex-end
}

.page-hero h1 {
    font-size: 48px;
    line-height: 1.05;
    font-weight: 600;
    margin: 10px 0 12px
}

.page-hero p {
    max-width: 690px;
    color: #d9d9d9
}

.content-grid {
    display: grid;
    grid-template-columns: 1fr .9fr;
    gap: 55px;
    align-items: center
}

.content-grid h2 {
    font-size: 38px;
    line-height: 1.15;
    font-weight: 600
}

.content-grid p {
    font-size: 13px;
    text-align: justify
}

.info-box {
    border: 1px solid #ddd;
    border-radius: 14px;
    padding: 20px
}

.info-box>div {
    display: flex;
    gap: 13px;
    padding: 15px 0;
    border-bottom: 1px solid #eee
}

.info-box>div:last-child {
    border-bottom: 0
}

.info-box i {
    width: 38px;
    height: 38px;
    border-radius: 9px;
    background: var(--accent-soft);
    color: var(--accent);
    display: grid;
    place-items: center
}

.info-box b,.info-box small {
    display: block
}

.info-box b {
    font-size: 13px
}

.info-box small {
    font-size: 10px;
    color: #777;
    margin-top: 3px
}

.contact-grid {
    display: grid;
    grid-template-columns: .9fr 1.1fr;
    gap: 55px
}

.contact-list {
    display: grid;
    gap: 10px
}

.contact-list>a,.contact-list>div {
    display: flex;
    gap: 14px;
    align-items: center;
    padding: 17px;
    border: 1px solid #ddd;
    border-radius: 12px
}

.contact-list i {
    width: 42px;
    height: 42px;
    border-radius: 10px;
    background: var(--dark);
    color: #fff;
    display: grid;
    place-items: center
}

.contact-list small,.contact-list b {
    display: block
}

.contact-list small {
    font-size: 9px;
    text-transform: uppercase;
    letter-spacing: .8px;
    color: #777
}

.contact-list b {
    font-size: 12px;
    margin-top: 3px
}

.legal-hero {
    padding: 120px 0 55px;
    background: var(--dark);
    color: #fff
}

.legal-hero h1 {
    font-size: 46px;
    font-weight: 600;
    line-height: 1.1;
    margin: 10px 0
}

.legal-hero p {
    color: #d4d6d8
}

.legal-content h2 {
    font-size: 20px;
    font-weight: 600;
    margin: 30px 0 9px
}

.legal-content p {
    font-size: 13px;
    line-height: 1.85;
    text-align: justify
}

.legal-callout {
    padding: 20px;
    border-left: 3px solid var(--accent);
    background: #f7f7f7;
    margin-top: 26px
}

.thankyou-hero {
    padding: 140px 0 70px;
    background: linear-gradient(135deg,#15181b,#2a0d0d);
    color: #fff;
    text-align: center
}

.thankyou-icon {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background: var(--accent);
    display: grid;
    place-items: center;
    margin: 0 auto 20px;
    font-size: 25px
}

.thankyou-hero h1 {
    font-size: 52px;
    line-height: 1.05;
    font-weight: 600;
    margin: 12px 0
}

.thankyou-hero p {
    max-width: 680px;
    margin: 0 auto;
    color: #d8d8d8
}

.thankyou-reference {
    display: inline-flex;
    gap: 16px;
    margin-top: 24px;
    padding: 13px 18px;
    border: 1px solid rgba(255,255,255,.12);
    border-radius: 10px;
    background: rgba(255,255,255,.04)
}

.thankyou-reference span {
    font-size: 9px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #bbb
}

.thankyou-reference strong {
    font-size: 12px
}

.thankyou-grid {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 16px
}

.thankyou-grid article {
    position: relative;
    padding: 24px;
    border: 1px solid #ddd;
    border-radius: 14px
}

.thankyou-grid article>span {
    position: absolute;
    right: 15px;
    top: 12px;
    font-size: 33px;
    color: #eee;
    font-weight: 600
}

.thankyou-grid article>i {
    width: 42px;
    height: 42px;
    border-radius: 10px;
    background: var(--dark);
    color: #fff;
    display: grid;
    place-items: center;
    margin-bottom: 16px
}

.thankyou-grid h2 {
    font-size: 17px;
    font-weight: 600
}

.thankyou-grid p {
    font-size: 11px
}

.site-footer {
    background: #15181b;
    color: #adb3b8;
    padding: 52px 0 0
}

.footer-grid {
    display: grid;
    grid-template-columns: 1.4fr .8fr .8fr 1fr;
    gap: 34px
}

.footer-brand {
    color: #fff;
    font-size: 20px;
    font-weight: 600
}

.site-footer h4 {
    color: #fff;
    font-size: 12px;
    font-weight: 600
}

.site-footer a {
    display: block;
    font-size: 11px;
    margin: 8px 0
}

.site-footer p {
    font-size: 11px;
    line-height: 1.65
}

.site-footer strong {
    color: #fff
}

.footer-bottom {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    border-top: 1px solid rgba(255,255,255,.1);
    padding: 18px 0;
    margin-top: 34px;
    font-size: 10px
}

.whatsapp-float {
    position: fixed;
    right: 18px;
    bottom: 18px;
    z-index: 50;
    width: 54px;
    height: 54px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    background: #23c763;
    color: #fff;
    font-size: 23px;
    box-shadow: 0 12px 30px rgba(0,0,0,.24)
}

.loading-overlay {
    display: none;
    position: fixed;
    inset: 0;
    z-index: 100;
    background: rgba(10,10,10,.78);
    backdrop-filter: blur(6px);
    align-items: center;
    justify-content: center
}

.loading-overlay.active {
    display: flex
}

.loader-card {
    min-width: 290px;
    padding: 30px;
    background: #fff;
    border-radius: 15px;
    text-align: center
}

.loader-card strong,.loader-card small {
    display: block
}

.loader-card strong {
    font-weight: 600;
    margin: 13px 0 5px
}

.loader-card small {
    font-size: 10px;
    color: #777
}

.spinner {
    display: block;
    width: 42px;
    height: 42px;
    margin: auto;
    border: 4px solid #eee;
    border-top-color: var(--accent);
    border-radius: 50%;
    animation: spin .8s linear infinite
}

@keyframes spin {
    to {
        transform: rotate(360deg)
    }
}

.reveal {
    opacity: 0;
    transform: translateY(14px);
    transition: .55s
}

.reveal.visible {
    opacity: 1;
    transform: none
}

@media(max-width: 1000px) {
    .logo-wrap {
        grid-template-columns:180px 1fr
    }

    .quick-actions {
        display: none
    }

    .main-nav {
        position: fixed;
        inset: 54px 0 0;
        background: #15181b;
        display: none;
        flex-direction: column;
        align-items: stretch;
        gap: 0;
        padding: 20px
    }

    .main-nav.open {
        display: flex
    }

    .main-nav a {
        padding: 13px 0;
        border-bottom: 1px solid rgba(255,255,255,.08)
    }

    .nav-toggle {
        display: block
    }

    .hero-grid,.regen-grid,.company-grid,.process-grid,.request-grid,.content-grid,.contact-grid {
        grid-template-columns: 1fr
    }

    .request-copy {
        position: static
    }

    .product-grid {
        grid-template-columns: 1fr 1fr
    }

    .benefit-grid {
        grid-template-columns: 1fr 1fr
    }

    .why-grid {
        grid-template-columns: 1fr 1fr
    }

    .footer-grid {
        grid-template-columns: 1fr 1fr
    }

    .thankyou-grid {
        grid-template-columns: 1fr 1fr
    }

    .thankyou-grid article:last-child {
        grid-column: 1/-1
    }
}

@media(max-width: 650px) {
    .container,.narrow {
        width:min(100% - 26px,1180px)
    }

    .topbar .container {
        flex-direction: column;
        align-items: flex-start;
        padding: 7px 0
    }

    .topbar-right {
        display: none
    }

    .alertbar .container {
        padding: 7px 0
    }

    .logo-wrap {
        grid-template-columns: 1fr;
        gap: 12px;
        padding: 14px 0
    }

    .search-box {
        order: 2
    }

    .hero-shell {
        padding-top: 18px
    }

    .hero-grid {
        gap: 14px
    }

    .hero-card {
        min-height: 360px
    }

    .hero-content {
        padding: 28px 22px
    }

    .hero-content h1 {
        font-size: 40px
    }

    .benefit-grid,.product-grid,.why-grid,.thankyou-grid {
        grid-template-columns: 1fr
    }

    .section {
        padding: 56px 0
    }

    .section-title h2,.regen-copy h2,.content-grid h2,.request-copy h2 {
        font-size: 31px
    }

    .company-copy {
        padding: 36px 24px
    }

    .stats {
        gap: 24px
    }

    .product-card {
        grid-template-columns: 72px 1fr
    }

    .product-icon {
        width: 72px;
        height: 72px
    }

    .form-grid {
        grid-template-columns: 1fr
    }

    .field-wide {
        grid-column: auto
    }

    .footer-grid {
        grid-template-columns: 1fr
    }

    .footer-bottom {
        flex-direction: column
    }

    .thankyou-grid article:last-child {
        grid-column: auto
    }

    .page-hero h1 {
        font-size: 38px
    }
}

/* Approfondimenti aggiuntivi */
.compare-table-wrap {
    overflow: auto;
    margin-top: 34px;
    border: 1px solid #ddd;
    border-radius: 14px;
    background: #fff
}

.compare-table {
    width: 100%;
    border-collapse: collapse;
    min-width: 760px
}

.compare-table th,.compare-table td {
    padding: 16px 18px;
    border-bottom: 1px solid #eee;
    text-align: left;
    vertical-align: top;
    font-size: 11px;
    line-height: 1.55
}

.compare-table th {
    background: #f7f7f7;
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: .7px
}

.compare-table tr:last-child td {
    border-bottom: 0
}

.compare-table strong {
    font-weight: 600
}

.compare-table .yes {
    color: #16834b
}

.compare-table .accent {
    color: var(--accent)
}

.brand-cloud {
    display: flex;
    flex-wrap: wrap;
    gap: 9px;
    justify-content: center;
    margin-top: 32px
}

.brand-chip {
    border: 1px solid #dedede;
    background: #fff;
    border-radius: 999px;
    padding: 8px 12px;
    font-size: 10px;
    transition: .2s
}

.brand-chip:hover {
    border-color: var(--accent);
    color: var(--accent);
    transform: translateY(-1px)
}

.faq-list {
    display: grid;
    gap: 12px;
    margin-top: 32px
}

.faq-item {
    border: 1px solid #ddd;
    border-radius: 13px;
    background: #fff;
    padding: 20px
}

.faq-item h3 {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 8px
}

.faq-item p {
    font-size: 12px;
    margin: 0
}

/* Home v4 - struttura hero + garanzia + numeri */
.home-hero {
    position: relative;
    min-height: 700px;
    padding: 92px 0 58px;
    background-color: #101318;
    background-image: linear-gradient(90deg,rgba(6,10,16,.78),rgba(6,10,16,.52)),var(--hero);
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    text-align: center;
    overflow: hidden
}

.home-hero:before {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at 50% 38%,color-mix(in srgb, var(--accent) 18%, transparent),transparent 42%)
}

.home-hero-inner {
    position: relative;
    z-index: 1;
    max-width: 1050px
}

.hero-top-pill {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 46px;
    padding: 0 24px;
    border-radius: 999px;
    border: 2px solid color-mix(in srgb, var(--accent) 45%, transparent);
    box-shadow: 0 0 0 2px color-mix(in srgb, var(--accent) 15%, transparent) inset;
    background: rgba(11,21,28,.45);
    font-size: 14px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 28px
}

.home-hero h1 {
    font-size: 92px;
    line-height: .96;
    letter-spacing: -2.4px;
    font-weight: 600;
    margin: 0 auto 18px;
    max-width: 980px
}

.hero-subtitle {
    font-size: 54px;
    line-height: 1;
    letter-spacing: -1px;
    font-weight: 600;
    margin-bottom: 22px
}

.home-hero p {
    max-width: 900px;
    margin: 0 auto;
    color: #eef2f4;
    font-size: 18px;
    line-height: 1.7
}

.home-hero p strong {
    color: #fff
}

.hero-cta-row {
    display: flex;
    justify-content: center;
    gap: 14px;
    flex-wrap: wrap;
    margin: 30px 0 26px
}

.hero-outline {
    background: transparent;
    color: #fff;
    border-color: rgba(255,255,255,.28)
}

.hero-outline:hover {
    background: rgba(255,255,255,.06)
}

.hero-feature-pills {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap: 14px;
    margin-top: 30px
}

.hero-pill {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-height: 72px;
    padding: 12px 16px;
    border-radius: 999px;
    border: 1px solid rgba(255,255,255,.18);
    background: rgba(17,23,30,.5);
    box-shadow: 0 12px 30px rgba(0,0,0,.18);
    font-size: 16px;
    font-weight: 600;
    color: #fff
}

.hero-pill i {
    font-size: 18px;
    color: var(--accent)
}

.warranty-strip {
    background: linear-gradient(90deg,var(--accent-dark),var(--accent) 40%,var(--accent-dark));
    color: #fff;
    border-top: 1px solid rgba(255,255,255,.1);
    border-bottom: 1px solid rgba(0,0,0,.08)
}

.warranty-strip-inner {
    min-height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 26px;
    text-align: center
}

.warranty-strip-inner i {
    font-size: 36px;
    color: #fff
}

.warranty-strip-inner strong,.warranty-strip-inner span {
    display: block
}

.warranty-strip-inner strong {
    font-size: 34px;
    line-height: 1;
    font-weight: 600;
    letter-spacing: -.8px
}

.warranty-strip-inner span {
    font-size: 15px;
    color: rgba(255,255,255,.92);
    margin-top: 6px
}

.service-icons-section {
    background: #fff;
    padding-top: 46px;
    padding-bottom: 46px
}

.service-icons-grid {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap: 22px
}

.service-icon-card {
    text-align: center;
    padding: 0 10px
}

.service-icon-card i {
    width: 76px;
    height: 76px;
    border-radius: 50%;
    background: var(--accent-dark);
    color: #fff;
    display: grid;
    place-items: center;
    margin: 0 auto 18px;
    font-size: 28px
}

.service-icon-card h3 {
    font-size: 17px;
    font-weight: 600;
    margin-bottom: 8px;
    text-transform: uppercase;
    letter-spacing: .3px
}

.service-icon-card p {
    font-size: 14px;
    max-width: 240px;
    margin: 0 auto
}

.section-title-light h2,.section-title-light p {
    color: #fff
}

.greenline {
    width: 62px;
    height: 4px;
    border-radius: 999px;
    background: var(--accent);
    margin: 0 auto 18px
}

.dark-numbers-section {
    background: var(--dark);
    position: relative;
    overflow: hidden
}

.dark-numbers-section:before {
    content: "";
    position: absolute;
    inset: auto 50% 0 50%;
    width: 720px;
    height: 720px;
    transform: translate(-50%,32%);
    border-radius: 50%;
    /* background:radial-gradient(circle,rgba(15,42,67,.45),transparent 65%); */
}

.dark-numbers-section .container {
    position: relative;
    z-index: 1
}

.numbers-grid {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap: 34px 26px;
    margin-top: 48px
}

.number-card {
    text-align: center;
    padding: 10px 10px 14px;
    color: #fff
}

.number-card i {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    border: 2px solid rgba(45,115,180,.7);
    background: rgba(23,55,88,.35);
    display: grid;
    place-items: center;
    margin: 0 auto 18px;
    color: var(--accent);
    font-size: 24px
}

.number-card strong {
    display: block;
    font-size: 76px;
    line-height: .9;
    font-weight: 600;
    letter-spacing: -2px;
    color: var(--accent);
    margin-bottom: 12px
}

.number-card span {
    display: block;
    font-size: 15px;
    line-height: 1.6;
    color: #dfe6ed;
    max-width: 220px;
    margin: 0 auto
}

.product-grid-home {
    margin-top: 32px
}

.product-card-home {
    background: #fff;
    box-shadow: 0 10px 28px rgba(0,0,0,.05)
}

.request-section-home {
    background: linear-gradient(180deg,#f7f8f8 0%,#eef2f1 100%)
}

.request-card-home {
    box-shadow: 0 14px 36px rgba(0,0,0,.08)
}

.request-benefits {
    list-style: none;
    padding: 0;
    margin: 22px 0 0;
    display: grid;
    gap: 10px
}

.request-benefits li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    font-size: 13px;
    color: #4a5561
}

.request-benefits i {
    color: var(--accent);
    margin-top: 2px
}

@media(max-width: 1100px) {
    .home-hero {
        min-height:640px
    }

    .home-hero h1 {
        font-size: 72px
    }

    .hero-subtitle {
        font-size: 42px
    }

    .hero-feature-pills,.service-icons-grid,.numbers-grid {
        grid-template-columns: repeat(2,1fr)
    }
}

@media(max-width: 800px) {
    .home-hero {
        padding:74px 0 44px;
        min-height: unset
    }

    .home-hero h1 {
        font-size: 54px;
        letter-spacing: -1.5px
    }

    .hero-subtitle {
        font-size: 31px
    }

    .home-hero p {
        font-size: 16px
    }

    .hero-feature-pills,.service-icons-grid,.numbers-grid {
        grid-template-columns: 1fr 1fr
    }

    .warranty-strip-inner {
        padding: 22px 0;
        gap: 16px;
        flex-direction: column
    }

    .warranty-strip-inner strong {
        font-size: 28px
    }
}

@media(max-width: 600px) {
    .hero-top-pill {
        font-size:11px;
        padding: 0 16px;
        min-height: 40px
    }

    .home-hero h1 {
        font-size: 40px;
        line-height: 1.02
    }

    .hero-subtitle {
        font-size: 22px
    }

    .home-hero p {
        font-size: 15px
    }

    .hero-feature-pills,.service-icons-grid,.numbers-grid {
        grid-template-columns: 1fr
    }

    .hero-pill {
        min-height: 58px;
        font-size: 14px;
        border-radius: 18px
    }

    .service-icon-card i {
        width: 68px;
        height: 68px;
        font-size: 24px
    }

    .number-card strong {
        font-size: 56px
    }
}

/* Home v5 - hero split left copy / right search */
.home-hero {
    padding: 78px 0 54px;
    text-align: left
}

.home-hero-grid {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(0,1.1fr) 430px;
    gap: 34px;
    align-items: start
}

.home-hero-copy {
    max-width: 760px;
    padding: 18px 0
}

.home-hero-copy .hero-top-pill {
    margin-bottom: 24px
}

.home-hero-copy h1 {
    margin: 0 0 16px;
    max-width: 760px
}

.home-hero-copy .hero-subtitle {
    margin-bottom: 18px
}

.home-hero-copy p {
    max-width: 760px;
    margin: 0;
    color: #eef2f4
}

.hero-cta-left {
    justify-content: flex-start
}

.hero-form-card {
    position: relative;
    z-index: 1;
    background: rgba(255,255,255,.96);
    border: 1px solid rgba(255,255,255,.28);
    border-radius: 26px;
    padding: 24px 24px 22px;
    box-shadow: 0 30px 70px rgba(0,0,0,.22);
    backdrop-filter: blur(8px);
    color: var(--ink)
}

.hero-form-head {
    margin-bottom: 14px
}

.hero-form-kicker {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 7px 12px;
    border-radius: 999px;
    background: color-mix(in srgb, var(--accent) 12%, transparent);
    color: var(--accent-dark);
    font-size: 10px;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 10px
}

.hero-form-card h2 {
    font-size: 28px;
    line-height: 1.08;
    font-weight: 600;
    margin: 0 0 8px;
    color: var(--ink)
}

.hero-form-card p {
    font-size: 12px;
    line-height: 1.7;
    margin: 0;
    color: #5a6470
}

.hero-form-card .engine-request-form {
    margin-top: 18px
}

.hero-form-card .form-grid {
    grid-template-columns: 1fr
}

.hero-form-card .field-wide {
    grid-column: auto
}

.hero-form-card .field span {
    font-size: 10px;
    color: #2b3138
}

.hero-form-card .field input,.hero-form-card .field select {
    background: #fff;
    border: 1px solid #d9dee2;
    border-radius: 10px;
    padding: 13px
}

.hero-form-card .btn {
    width: 100%
}

.hero-form-card .privacy-check {
    font-size: 10px;
    margin: 14px 0 16px
}

.hero-form-card .form-response {
    font-size: 11px
}

@media(max-width: 1180px) {
    .home-hero-grid {
        grid-template-columns:1fr 390px;
        gap: 26px
    }

    .home-hero-copy h1 {
        font-size: 72px
    }

    .home-hero-copy .hero-subtitle {
        font-size: 42px
    }

    .hero-feature-pills {
        grid-template-columns: repeat(2,1fr)
    }
}

@media(max-width: 980px) {
    .home-hero {
        padding:64px 0 44px
    }

    .home-hero-grid {
        grid-template-columns: 1fr;
        gap: 24px
    }

    .home-hero-copy {
        max-width: none
    }

    .hero-form-card {
        max-width: 720px;
        width: 100%
    }
}

@media(max-width: 600px) {
    .home-hero {
        padding:48px 0 36px
    }

    .home-hero-copy h1 {
        font-size: 40px;
        line-height: 1.02
    }

    .home-hero-copy .hero-subtitle {
        font-size: 22px
    }

    .hero-form-card {
        padding: 18px 16px 16px;
        border-radius: 18px
    }

    .hero-form-card h2 {
        font-size: 22px
    }
}

/* v7 - sezione numeri semplificata e più ordinata */
.compact-numbers-head {
    max-width: 880px;
    margin: 20px auto 18px;
}

.numbers-grid-4 {
    grid-template-columns: repeat(4,1fr);
    gap: 22px;
    margin: 38px 0;
}

.number-card-clean {
    background: #000;
    border: 1px solid rgba(66,93,122,.35);
    border-radius: 22px;
    padding: 26px 24px 24px;
    text-align: left;
    box-shadow: 0 16px 36px rgba(0,0,0,.22)
}

.number-card-clean .number-card-top {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 18px
}

.number-card-clean i {
    margin: 0;
    width: 58px;
    height: 58px;
    border-radius: 18px;
    border: 1px solid rgb(255 255 255 / 70%);
    background: rgb(255 255 255);
    font-size: 22px;
    color: #000000;
    flex: 0 0 auto
}

.number-label {
    display: block;
    font-size: 13px;
    line-height: 1.3;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #eef3f8;
    font-weight: 600
}

.number-card-clean strong {
    font-size: 62px;
    line-height: .95;
    margin-bottom: 12px;
    color: #ffffff;
    letter-spacing: -1.6px
}

.number-card-clean p {
    margin: 0;
    font-size: 14px;
    line-height: 1.7;
    color: #c9d3dd;
    max-width: none
}

@media(max-width: 1180px) {
    .numbers-grid-4 {
        grid-template-columns:repeat(2,1fr)
    }
}

@media(max-width: 640px) {
    .numbers-grid-4 {
        grid-template-columns:1fr
    }

    .number-card-clean {
        padding: 22px 18px
    }

    .number-card-clean strong {
        font-size: 48px
    }
}
