body.legacy-home-page,
body.legacy-qr-page {
    margin: 0;
    background: #fff;
    color: #4d4d58;
    font-family: "Lato", "Segoe UI", Arial, sans-serif;
}

body.legacy-home-page * ,
body.legacy-qr-page * {
    box-sizing: border-box;
}

body.legacy-home-page a,
body.legacy-qr-page a {
    color: inherit;
}

body.legacy-home-page .site-shell,
body.legacy-qr-page .site-shell {
    width: 100%;
}

body.legacy-home-page .flash,
body.legacy-qr-page .flash {
    max-width: 1100px;
    margin: 16px auto 0;
}

.legacy-home {
    background: #fff;
}

.legacy-home__header {
    width: min(1180px, calc(100% - 32px));
    margin: 0 auto;
    padding: 20px 0 12px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
}

.legacy-home__logo img {
    width: 182px;
    display: block;
}

.legacy-home__header-actions {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}

.legacy-pill-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 30px;
    padding: 0 14px;
    border: 1px solid #4e91d4;
    border-radius: 4px;
    background: #fff;
    color: #4288cf;
    text-decoration: none;
    font-size: 14px;
    font-weight: 700;
}

.legacy-home__hero {
    position: relative;
    min-height: 640px;
    background:
        linear-gradient(90deg, rgba(44, 39, 30, 0.52), rgba(56, 50, 39, 0.28)),
        url("/legacy-image/images/Immagine%20Peperoncini%20corretta.jpg") center center / cover no-repeat;
}

.legacy-home__hero-inner {
    width: min(1180px, calc(100% - 32px));
    margin: 0 auto;
    min-height: 640px;
    padding: 42px 0 36px;
    position: relative;
}

.legacy-home__search {
    width: min(860px, calc(100% - 280px));
    margin: 0 auto;
    text-align: center;
    color: #fff;
}

.legacy-home__search h1 {
    margin: 0 0 18px;
    font-size: clamp(40px, 5vw, 60px);
    line-height: 1.04;
    color: #fff;
    text-shadow: -1px 0 rgba(0,0,0,0.65), 0 1px rgba(0,0,0,0.65), 1px 0 rgba(0,0,0,0.65), 0 -1px rgba(0,0,0,0.65);
    font-weight: 300;
}

.legacy-home__search-label {
    margin: 0 0 16px;
    font-size: 22px;
    font-weight: 700;
    text-shadow: -1px 0 rgba(0,0,0,0.55), 0 1px rgba(0,0,0,0.55), 1px 0 rgba(0,0,0,0.55), 0 -1px rgba(0,0,0,0.55);
}

.legacy-home__search-form {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 228px 108px;
    gap: 6px;
}

.legacy-home__search-form input,
.legacy-home__search-form select {
    min-height: 40px;
    border: 0;
    border-radius: 2px;
    padding: 0 12px;
    font-size: 14px;
}

.legacy-home__search-form button,
.legacy-home__cta-primary,
.legacy-home__cta-secondary,
.legacy-qr-button {
    min-height: 40px;
    border: 0;
    border-radius: 10px;
    cursor: pointer;
    background: #61bee4;
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 18px;
    box-shadow: rgba(0, 0, 0, 0.24) 0 0 5px;
}

.legacy-home__message-band {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 126px;
    min-height: 92px;
    background: rgba(64, 61, 56, 0.26);
    display: flex;
    align-items: center;
}

.legacy-home__message-band h2 {
    width: min(1180px, calc(100% - 32px));
    margin: 0 auto;
    padding-left: 48px;
    color: #fff;
    font-size: clamp(36px, 5vw, 54px);
    line-height: 1.05;
    font-weight: 300;
    text-shadow: -1px 0 rgba(0,0,0,0.65), 0 1px rgba(0,0,0,0.65), 1px 0 rgba(0,0,0,0.65), 0 -1px rgba(0,0,0,0.65);
}

.legacy-home__phone {
    position: absolute;
    right: 40px;
    bottom: 0;
    width: min(320px, 24vw);
}

.legacy-home__benefits,
.legacy-home__video,
.legacy-home__contact {
    width: min(1140px, calc(100% - 32px));
    margin: 0 auto;
}

.legacy-home__benefits {
    padding: 58px 0 18px;
}

.legacy-home__benefits-title {
    margin: 0 0 44px;
    text-align: center;
    color: #1b2331;
    font-size: 30px;
    font-weight: 300;
}

.legacy-home__benefits-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 40px 54px;
}

.legacy-home__benefit {
    text-align: center;
}

.legacy-home__benefit img {
    max-width: 110px;
    max-height: 92px;
    margin-bottom: 12px;
}

.legacy-home__benefit h3 {
    margin: 0 0 12px;
    color: #5aa5e5;
    font-size: 18px;
    font-weight: 400;
    text-transform: uppercase;
}

.legacy-home__benefit p {
    margin: 0;
    font-size: 14px;
    line-height: 1.2;
    color: #373a42;
}

.legacy-home__video {
    padding: 28px 0 0;
}

.legacy-home__video-frame {
    max-width: 1140px;
    margin: 0 auto;
    background: #000;
}

.legacy-home__video-frame iframe {
    display: block;
    width: 100%;
    aspect-ratio: 16 / 9;
    border: 0;
}

.legacy-home__qr-band {
    margin-top: 2px;
    background: #5a9ada;
    color: #fff;
    padding: 32px 0;
}

.legacy-home__qr-band-inner {
    width: min(1140px, calc(100% - 32px));
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 260px;
    gap: 24px;
    align-items: center;
}

.legacy-home__qr-band-copy h2,
.legacy-home__contact h2 {
    margin: 0 0 18px;
    text-align: center;
    font-weight: 300;
    font-size: 30px;
    color: #fff;
}

.legacy-home__qr-band-row {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 18px;
    font-size: 28px;
}

.legacy-home__qr-band-row strong {
    font-weight: 300;
}

.legacy-home__qr-band img {
    max-width: 220px;
    width: 100%;
    background: #fff;
    padding: 8px;
}

.legacy-home__made {
    text-align: center;
    padding: 30px 0 22px;
}

.legacy-home__made img {
    max-width: 220px;
}

.legacy-home__contact-band {
    background: #5a9ada;
    padding: 22px 0;
}

.legacy-home__contact {
    display: grid;
    grid-template-columns: 1fr 240px;
    gap: 16px;
    align-items: center;
}

.legacy-home__contact a {
    justify-self: center;
}

.legacy-home__footer {
    background: #222;
    color: #fff;
    text-align: center;
    padding: 18px 16px 26px;
}

.legacy-home__footer strong {
    display: block;
    margin-bottom: 6px;
    color: #bdbdbd;
    font-size: 18px;
    font-weight: 700;
}

.legacy-home__footer a {
    color: #fff;
    text-decoration: none;
}

.qr-shell {
    background: #fff;
    border-top: 1px solid #97deef;
}

.qr-shell__topbar {
    width: min(1180px, calc(100% - 24px));
    margin: 0 auto;
    display: flex;
    justify-content: flex-end;
    padding: 4px 0 0;
}

.qr-shell__lang {
    border: 1px solid #9edaf0;
    border-radius: 0 0 14px 14px;
    padding: 4px 14px;
    color: #777;
    font-size: 12px;
}

.qr-shell__head {
    width: min(1180px, calc(100% - 24px));
    margin: 0 auto;
    padding: 46px 0 34px;
    text-align: center;
}

.qr-shell__title-wrap h1 {
    margin: 0 0 4px;
    color: #6d6770;
    font-size: clamp(34px, 5vw, 56px);
    line-height: 1.03;
    font-weight: 700;
}

.qr-shell__title-wrap p {
    margin: 0;
    color: #7f7a7f;
    font-size: 20px;
}

.qr-shell__nav {
    margin-top: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 40px;
    flex-wrap: wrap;
}

.qr-shell__nav a {
    color: #9b9ba1;
    text-decoration: none;
    font-size: 16px;
}

.qr-shell__nav a.is-active {
    color: #61bee4;
}

.legacy-qr-page .qr-landing {
    padding-bottom: 40px;
}

.legacy-qr-page .qr-panel {
    width: min(1120px, calc(100% - 32px));
    margin: 0 auto;
}

.legacy-qr-page .qr-intro {
    padding: 60px 0 42px;
    border-top: 1px solid #e6e6e6;
}

.legacy-qr-page .qr-intro-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 28px;
    align-items: start;
}

.legacy-qr-page .qr-intro h2,
.legacy-qr-page .qr-section-title {
    margin: 0;
    color: #61bee4;
    font-size: clamp(34px, 5vw, 56px);
    line-height: 1.03;
    font-weight: 700;
}

.legacy-qr-page .qr-intro-copy {
    color: #9d9d9f;
    font-size: 16px;
    line-height: 1.55;
}

.legacy-qr-page .qr-entry-grid {
    padding: 60px 0 56px;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 40px;
    border-top: 1px solid #ebebeb;
}

.legacy-qr-page .qr-entry-card {
    display: grid;
    grid-template-columns: 74px 1fr;
    gap: 18px;
    align-items: start;
}

.legacy-qr-page .qr-entry-icon {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0 0 0 1px rgba(0,0,0,0.06), 0 3px 12px rgba(0,0,0,0.06);
    display: grid;
    place-items: center;
}

.legacy-qr-page .qr-entry-icon img {
    width: 44px;
    height: 44px;
    object-fit: contain;
}

.legacy-qr-page .qr-entry-copy h3 {
    margin: 0 0 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #e6e6e6;
    color: #66616b;
    font-size: 24px;
    font-weight: 700;
    text-transform: uppercase;
}

.legacy-qr-page .qr-entry-copy p {
    margin: 0 0 22px;
    color: #a0a0a4;
    font-size: 15px;
}

.legacy-qr-page .qr-menu-form-wrap,
.legacy-qr-page .qr-review-wrap {
    width: min(1120px, calc(100% - 32px));
    margin: 0 auto;
    border-top: 1px solid #ebebeb;
    padding: 42px 0 26px;
}

.legacy-qr-page .qr-menu-title,
.legacy-qr-page .qr-review-title {
    text-align: center;
    color: #1e2434;
    margin: 0 0 18px;
    font-size: 28px;
    font-weight: 400;
}

.legacy-qr-page .qr-category-bar {
    margin: 10px 0;
    min-height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #a9d3ef;
    color: #fff;
    border-radius: 3px;
    font-size: 26px;
    font-weight: 400;
}

.legacy-qr-page .qr-menu-row {
    display: grid;
    grid-template-columns: 110px minmax(0, 1fr) 120px 124px;
    gap: 18px;
    padding: 18px 0;
    border-bottom: 1px solid #ececec;
    align-items: start;
}

.legacy-qr-page .qr-menu-thumb img,
.legacy-qr-page .qr-menu-thumb div {
    width: 86px;
    height: 64px;
    object-fit: cover;
    background: #f3f3f3;
}

.legacy-qr-page .qr-menu-name {
    margin: 0 0 8px;
    color: #1e2434;
    font-size: 18px;
}

.legacy-qr-page .qr-menu-desc {
    margin: 0;
    color: #555;
    font-size: 14px;
    line-height: 1.45;
}

.legacy-qr-page .qr-menu-price {
    text-align: right;
    color: #2b2b2b;
    font-size: 16px;
}

.legacy-qr-page .qr-qty {
    display: inline-grid;
    grid-template-columns: 1fr 46px 1fr;
    border: 1px solid #d9d9d9;
    border-radius: 4px;
    overflow: hidden;
}

.legacy-qr-page .qr-qty button {
    border: 0;
    background: #fff;
    min-height: 34px;
    cursor: pointer;
    font-size: 18px;
}

.legacy-qr-page .qr-qty input {
    width: 46px;
    border: 0;
    text-align: center;
    font-size: 16px;
    color: #626262;
    background: #fff;
}

.legacy-qr-page .qr-submit-wrap {
    padding: 26px 0;
    text-align: center;
}

.legacy-qr-page .qr-footer-band {
    background: #b8dff2;
    color: #fff;
    text-align: center;
    min-height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
}

.legacy-qr-page .qr-footer-contact {
    background: #353535;
    color: #fff;
    padding: 20px 0 0;
}

.legacy-qr-page .qr-footer-contact-inner {
    width: min(1120px, calc(100% - 32px));
    margin: 0 auto;
    padding: 0 0 18px;
}

.legacy-qr-page .qr-footer-contact h3 {
    margin: 0 0 12px;
    color: #fff;
    font-size: 22px;
}

.legacy-qr-page .qr-footer-contact p,
.legacy-qr-page .qr-footer-contact a {
    color: #a8a8a8;
    text-decoration: none;
}

.legacy-qr-page .qr-footer-legal {
    background: #222;
    color: #fff;
    text-align: center;
    padding: 12px 16px 22px;
}

.legacy-qr-page .qr-review-table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 22px;
}

.legacy-qr-page .qr-review-table th,
.legacy-qr-page .qr-review-table td {
    padding: 10px 8px;
    text-align: left;
    border-bottom: 1px solid #ececec;
}

.legacy-qr-page .qr-review-note {
    max-width: 420px;
    margin: 16px auto;
}

.legacy-qr-page .qr-review-note textarea {
    width: 100%;
    min-height: 120px;
    border: 1px solid #777;
    border-radius: 10px;
    padding: 12px;
    font: inherit;
}

@media (max-width: 960px) {
    .legacy-home__search {
        width: 100%;
    }

    .legacy-home__search-form,
    .legacy-home__benefits-grid,
    .legacy-home__contact,
    .legacy-home__qr-band-inner,
    .legacy-qr-page .qr-intro-grid,
    .legacy-qr-page .qr-entry-grid {
        grid-template-columns: 1fr;
    }

    .legacy-home__phone {
        position: static;
        display: block;
        width: min(260px, 80%);
        margin: 28px auto 0;
    }

    .legacy-home__message-band {
        position: static;
        background: rgba(64, 61, 56, 0.4);
        padding: 22px 0;
    }

    .legacy-home__message-band h2 {
        padding-left: 0;
        text-align: center;
    }

    .legacy-home__hero,
    .legacy-home__hero-inner {
        min-height: auto;
    }

    .legacy-qr-page .qr-menu-row {
        grid-template-columns: 86px minmax(0, 1fr);
    }

    .legacy-qr-page .qr-menu-price,
    .legacy-qr-page .qr-menu-qty-wrap {
        grid-column: 2;
        text-align: left;
    }
}
