.landing {
    position: relative;
    width: min(1240px, calc(100% - 64px));
    margin: 0 auto;
    overflow: visible;
}

.landing::before,
.landing::after {
    content: "";
    position: absolute;
    z-index: -1;
    border-radius: 50%;
    pointer-events: none;
}

.landing::before {
    top: 56px;
    right: 16px;
    width: 510px;
    height: 510px;
    background: radial-gradient(circle at center, rgba(255, 174, 58, .095) 0%, rgba(255, 174, 58, 0) 70%);
}

.landing::after {
    top: 540px;
    left: -250px;
    width: 520px;
    height: 520px;
    background: radial-gradient(circle at center, rgba(108, 146, 172, .05) 0%, rgba(108, 146, 172, 0) 74%);
}

.hero {
    min-height: 590px;
    display: grid;
    grid-template-columns: .98fr 1.02fr;
    align-items: center;
    gap: 30px;
    padding: 38px 0 18px;
}

.hero-copy {
    width: 100%;
    min-width: 0;
    max-width: 550px;
}

.hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    margin-bottom: 25px;
    padding: 10px 18px;
    color: #bd6704;
    background: rgba(255, 246, 225, .9);
    border: 1px solid rgba(240, 196, 123, .22);
    border-radius: 24px;
    font-size: .82rem;
    font-weight: 600;
}

.hero-badge i {
    color: #ff9e0b;
}

.hero h1 {
    margin-bottom: 20px;
    color: #111827;
    font-size: clamp(2.65rem, 4.5vw, 3.72rem);
    font-weight: 800;
    line-height: 1.14;
    letter-spacing: -.055em;
}

.hero h1 span {
    color: var(--primary);
}

.hero-description {
    max-width: 500px;
    color: #536377;
    font-size: 1rem;
    line-height: 1.82;
}

.hero-actions {
    display: flex;
    align-items: center;
    gap: 24px;
    margin: 30px 0 0;
}

.button-primary {
    min-height: 54px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 0 28px;
    border-radius: 14px;
    font-size: .92rem;
    font-weight: 600;
    transition: all .2s ease;
}

.button-primary {
    color: #fff;
    background: var(--primary);
    box-shadow: 0 14px 28px rgba(13, 110, 253, .2);
}

.button-primary:hover {
    background: var(--primary-dark);
    transform: translateY(-2px);
}

.hero-note {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    color: #657184;
    font-size: .81rem;
    font-weight: 500;
}

.hero-note i {
    color: #2a9d72;
}

.hero-art {
    position: relative;
    min-height: 470px;
    display: flex;
    align-items: center;
    justify-content: center;
    isolation: isolate;
    perspective: 900px;
}

.art-accent {
    position: absolute;
    top: 52%;
    left: 50%;
    width: min(88%, 490px);
    aspect-ratio: 1;
    background: rgba(255, 247, 232, .74);
    border-radius: 50%;
    transform: translate(-50%, -50%);
}

.art-halo {
    position: absolute;
    pointer-events: none;
    border-radius: 50%;
    filter: blur(12px);
}

.art-halo-warm {
    width: min(92%, 530px);
    aspect-ratio: 1;
    background: radial-gradient(circle, rgba(255, 173, 46, .28), rgba(255, 173, 46, 0) 68%);
}

.art-halo-tech {
    right: 6%;
    bottom: 10%;
    width: 180px;
    height: 180px;
    background: radial-gradient(circle, rgba(13, 110, 253, .16), rgba(13, 110, 253, 0) 70%);
}

.hero-pizza {
    position: relative;
    z-index: 1;
    width: min(100%, 525px);
    height: auto;
    object-fit: contain;
    filter: drop-shadow(0 28px 22px rgba(129, 75, 12, .13));
}

.hero-ingredients {
    position: absolute;
    z-index: 3;
    width: min(108%, 560px);
    height: auto;
    object-fit: contain;
    pointer-events: none;
    filter: drop-shadow(0 12px 12px rgba(116, 68, 16, .16));
}

.hero-slice {
    position: absolute;
    right: 2%;
    bottom: 13%;
    z-index: 4;
    width: clamp(92px, 20%, 135px);
    height: auto;
    pointer-events: none;
    transform: rotate(12deg);
    filter: drop-shadow(0 18px 16px rgba(111, 58, 12, .22));
}

.hero-orbit {
    position: absolute;
    z-index: 0;
    width: min(86%, 474px);
    aspect-ratio: 1;
    border: 1px solid rgba(247, 173, 42, .18);
    border-radius: 50%;
}

.hero-orbit::before {
    content: "";
    position: absolute;
    inset: 24px;
    border: 1px dashed rgba(13, 110, 253, .13);
    border-radius: inherit;
}

.hero-orbit span {
    position: absolute;
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: #ffab16;
    box-shadow: 0 0 16px rgba(255, 171, 22, .55);
}

.hero-orbit span:nth-child(1) {
    top: 17%;
    right: 13%;
}

.hero-orbit span:nth-child(2) {
    bottom: 18%;
    left: 10%;
    background: var(--primary);
    box-shadow: 0 0 17px rgba(13, 110, 253, .46);
}

.hero-orbit span:nth-child(3) {
    bottom: 8%;
    right: 30%;
    width: 6px;
    height: 6px;
}

.hero-steam {
    position: absolute;
    top: 10%;
    right: 27%;
    z-index: 5;
    display: flex;
    gap: 11px;
    pointer-events: none;
}

.hero-steam span {
    display: block;
    width: 4px;
    height: 48px;
    background: linear-gradient(0deg, rgba(255, 178, 22, 0), rgba(255, 178, 22, .37), rgba(255, 178, 22, 0));
    border-radius: 999px;
    transform: rotate(12deg);
}

.hero-steam span:nth-child(2) {
    height: 63px;
    transform: translateY(-16px) rotate(-10deg);
}

.benefits {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 4px;
    margin-bottom: 52px;
    padding: 18px 24px;
    background: rgba(255, 255, 255, .73);
    border: 1px solid rgba(231, 220, 204, .72);
    border-radius: 20px;
    box-shadow: 0 18px 42px rgba(49, 40, 29, .045);
    backdrop-filter: blur(5px);
}

.benefit {
    min-width: 0;
    min-height: 64px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 17px;
    transition: background .18s ease;
    border-radius: 14px;
    padding: 10px 16px;
}

.benefit:not(:last-child)::after {
    content: "";
    position: absolute;
    top: 10px;
    bottom: 10px;
    right: -2px;
    width: 1px;
    background: #eadfce;
}

.benefit:hover {
    background: rgba(13, 110, 253, .04);
}

.benefit .material-icons {
    width: 46px;
    height: 46px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: var(--primary);
    background: #eef4fb;
    border-radius: 12px;
}

.benefit strong {
    display: block;
    margin-bottom: 5px;
    font-size: .92rem;
}

.benefit small {
    color: var(--muted);
    font-size: .74rem;
}

.landing-section {
    margin-bottom: 54px;
}

.section-heading {
    display: flex;
    justify-content: space-between;
    align-items: end;
    gap: 20px;
    margin-bottom: 29px;
}

.section-kicker {
    display: block;
    margin-bottom: 9px;
    color: var(--primary);
    font-size: .75rem;
    font-weight: 700;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.section-heading h2 {
    color: var(--text);
    font-size: clamp(1.46rem, 2vw, 1.8rem);
    letter-spacing: -.035em;
}

.section-link {
    display: flex;
    align-items: center;
    gap: 9px;
    color: var(--primary);
    font-size: .86rem;
    font-weight: 600;
    transition: gap .18s ease, opacity .18s ease;
}

.section-link:hover {
    gap: 13px;
    opacity: .8;
}

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

.category-card {
    min-width: 0;
    min-height: 153px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 12px;
    padding: 20px 18px;
    background: linear-gradient(180deg, rgba(255, 255, 255, .86), rgba(255, 250, 243, .72));
    border: 1px solid rgba(231, 220, 204, .72);
    border-radius: 20px;
    box-shadow: 0 14px 30px rgba(49, 40, 29, .04);
    transition: transform .2s ease, box-shadow .2s ease, border .2s ease;
}

.category-card:nth-child(4n + 1) {
    background: linear-gradient(180deg, rgba(255, 255, 255, .88), rgba(255, 245, 235, .82));
}

.category-card:nth-child(4n + 2) {
    background: linear-gradient(180deg, rgba(255, 255, 255, .9), rgba(245, 249, 255, .82));
}

.category-card:nth-child(4n + 3) {
    background: linear-gradient(180deg, rgba(255, 255, 255, .88), rgba(250, 245, 255, .8));
}

.category-card:nth-child(4n + 4) {
    background: linear-gradient(180deg, rgba(255, 255, 255, .88), rgba(255, 248, 238, .82));
}

.category-card:hover {
    border-color: #e7d4b5;
    box-shadow: 0 17px 34px rgba(91, 65, 30, .085);
    transform: translateY(-4px);
}

.category-card .material-icons {
    width: 57px;
    height: 57px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #ee9000;
    background: #fff5e2;
    border-radius: 50%;
    font-size: 29px;
}

.category-card strong {
    font-size: .94rem;
    text-align: center;
}

.category-card small {
    color: #6d7887;
    font-size: .72rem;
    line-height: 1.5;
    text-align: center;
}

.home-marmita-section {
    padding: 24px;
    background: #fff;
    border: 1px solid rgba(231, 220, 204, .65);
    border-radius: 20px;
    box-shadow: 0 8px 28px rgba(49, 40, 29, .04);
}

.home-marmita-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 22px;
    flex-wrap: wrap;
}

.home-marmita-header-copy {
    flex: 1 1 0;
    min-width: 0;
}

.home-marmita-kicker {
    display: block;
    margin-bottom: 6px;
    color: var(--primary);
    font-size: .72rem;
    font-weight: 700;
    letter-spacing: .1em;
    text-transform: uppercase;
}

.home-marmita-header-copy h2 {
    color: var(--text);
    font-size: clamp(1.3rem, 2vw, 1.55rem);
    font-weight: 800;
    letter-spacing: -.03em;
    line-height: 1.2;
    margin-bottom: 4px;
}

.home-marmita-header-copy p {
    color: var(--muted);
    font-size: .86rem;
    line-height: 1.5;
}

.home-marmita-full-link {
    display: inline-flex;
    flex: 0 0 auto;
    align-items: center;
    gap: 8px;
    padding: 10px 14px;
    color: var(--primary);
    background: #f5f8ff;
    border: 1px solid rgba(13, 110, 253, .12);
    border-radius: 12px;
    font-size: .82rem;
    font-weight: 600;
    white-space: nowrap;
    transition: background .15s ease, transform .15s ease;
}

.home-marmita-full-link:hover {
    background: #eaf1ff;
    transform: translateY(-1px);
}

.home-marmita-builder {
    display: grid;
    gap: 20px;
}

.home-marmita-block {
    display: grid;
    gap: 12px;
}

.home-marmita-block-title {
    color: var(--text);
    font-size: .88rem;
    font-weight: 700;
    line-height: 1.3;
}

.home-marmita-block-title small {
    color: var(--muted);
    font-size: .78rem;
    font-weight: 500;
}

.home-marmita-products {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 10px;
}

.home-marmita-product {
    display: grid;
    grid-template-columns: 56px minmax(0, 1fr) auto;
    gap: 12px;
    align-items: center;
    padding: 12px 14px;
    border: 2px solid rgba(231, 220, 204, .7);
    border-radius: 14px;
    background: #fff;
    text-align: left;
    cursor: pointer;
    transition: border-color .15s ease, background .15s ease;
}

.home-marmita-product:hover {
    border-color: rgba(13, 110, 253, .35);
}

.home-marmita-product.is-selected {
    border-color: var(--primary);
    background: #f3f8ff;
}

.home-marmita-thumb {
    width: 56px;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    border-radius: 10px;
    background: var(--soft);
    color: var(--primary);
    font-size: 1.15rem;
    flex-shrink: 0;
}

.home-marmita-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.home-marmita-thumb-placeholder {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(145deg, #eef4ff, #e3ecfa);
    color: var(--primary);
}

.home-marmita-thumb-placeholder .material-icons {
    font-size: 1.6rem;
}

.home-marmita-product-copy {
    min-width: 0;
    display: grid;
    gap: 3px;
}

.home-marmita-product-copy strong {
    color: var(--text);
    font-size: .9rem;
    font-weight: 700;
    line-height: 1.25;
}

.home-marmita-product-copy small {
    color: var(--muted);
    font-size: .74rem;
    line-height: 1.35;
}

.home-marmita-product-price {
    color: var(--primary);
    font-weight: 800;
    font-size: .92rem;
    white-space: nowrap;
}

.home-marmita-groups {
    display: grid;
    gap: 14px;
}

.home-marmita-groups--cols {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
}

.home-marmita-group {
    padding-bottom: 14px;
    border-bottom: 1px solid rgba(231, 220, 204, .55);
}

.home-marmita-groups--cols .home-marmita-group {
    padding: 12px;
    border: 1px solid rgba(231, 220, 204, .55);
    border-radius: 12px;
}

.home-marmita-group:last-child {
    padding-bottom: 0;
    border-bottom: 0;
}

.home-marmita-groups--cols .home-marmita-group:last-child {
    padding-bottom: 12px;
    border-bottom: 1px solid rgba(231, 220, 204, .55);
}

.home-marmita-group-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    margin-bottom: 10px;
}

.home-marmita-group-head strong {
    color: var(--text);
    font-size: .8rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .04em;
}

.home-marmita-group-badge {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    padding: 3px 10px;
    color: var(--primary);
    background: #eef4ff;
    border-radius: 999px;
    font-size: .68rem;
    font-weight: 700;
}

.home-marmita-group-badge[hidden] {
    display: none;
}

.home-marmita-group-badge small {
    color: inherit;
    font: inherit;
    font-weight: 600;
}

.home-marmita-options {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.home-marmita-option {
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
}

.home-marmita-option input[type="checkbox"] {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
    pointer-events: none;
}

.home-marmita-chip {
    display: inline-flex;
    align-items: center;
    min-height: 36px;
    padding: 8px 14px;
    border: 1.5px solid rgba(213, 223, 238, .9);
    border-radius: 999px;
    background: #fff;
    color: #4a5d75;
    font-size: .8rem;
    line-height: 1.2;
    transition: background .12s ease, border-color .12s ease, color .12s ease;
    user-select: none;
}

.home-marmita-option:hover .home-marmita-chip {
    border-color: rgba(13, 110, 253, .4);
    color: var(--text);
}

.home-marmita-option input:checked ~ .home-marmita-chip {
    background: var(--primary);
    border-color: var(--primary);
    color: #fff;
    font-weight: 600;
}

.home-marmita-note {
    display: grid;
    gap: 6px;
}

.home-marmita-note > span {
    color: var(--text);
    font-weight: 700;
    font-size: .84rem;
}

.home-marmita-note > span small {
    color: var(--muted);
    font-size: .76rem;
    font-weight: 500;
}

.home-marmita-note textarea {
    width: 100%;
    min-height: 64px;
    max-height: 160px;
    resize: vertical;
    padding: 10px 12px;
    border: 1px solid rgba(217, 226, 238, .9);
    border-radius: 12px;
    background: #fafbfc;
    color: var(--text);
    font: inherit;
    font-size: .84rem;
    line-height: 1.5;
    transition: border-color .15s ease, box-shadow .15s ease;
}

.home-marmita-note textarea:focus {
    outline: 0;
    border-color: rgba(13, 110, 253, .45);
    box-shadow: 0 0 0 3px rgba(13, 110, 253, .08);
    background: #fff;
}

.home-marmita-note > small {
    color: var(--muted);
    font-size: .72rem;
    text-align: right;
}

.home-marmita-checkout {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-top: 20px;
    padding: 14px 16px;
    background: #f7f9fc;
    border: 1px solid rgba(215, 225, 238, .8);
    border-radius: 14px;
}

.home-marmita-qty {
    display: inline-flex;
    align-items: center;
    border: 1px solid var(--line);
    border-radius: 10px;
    background: #fff;
    overflow: hidden;
    flex-shrink: 0;
}

.home-marmita-qty button {
    width: 36px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 0;
    background: transparent;
    color: var(--text);
    font-size: 1.15rem;
    font-weight: 700;
    line-height: 1;
    cursor: pointer;
    transition: background .12s ease, color .12s ease;
}

.home-marmita-qty button:hover {
    background: var(--line);
    color: var(--primary);
}

.home-marmita-qty span {
    min-width: 32px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--text);
    font-weight: 700;
    font-size: .9rem;
    border-left: 1px solid var(--line);
    border-right: 1px solid var(--line);
}

.home-marmita-total {
    flex: 1;
    min-width: 0;
    display: grid;
    gap: 2px;
}

.home-marmita-total strong {
    color: var(--text);
    font-size: .88rem;
    font-weight: 700;
    line-height: 1.25;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.home-marmita-total > span {
    color: var(--primary);
    font-weight: 800;
    font-size: 1rem;
}

.home-marmita-add-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    justify-content: center;
    padding: 0 20px;
    min-height: 46px;
    color: #fff;
    background: var(--primary);
    border: 0;
    border-radius: 12px;
    font: inherit;
    font-size: .86rem;
    font-weight: 700;
    white-space: nowrap;
    cursor: pointer;
    flex-shrink: 0;
    transition: background .15s ease, transform .15s ease;
}

.home-marmita-add-btn .material-icons {
    font-size: 18px;
}

.home-marmita-add-price {
    padding-left: 8px;
    border-left: 1px solid rgba(255, 255, 255, .35);
}

.home-marmita-add-btn:hover {
    background: var(--primary-dark);
    transform: translateY(-1px);
}

.home-marmita-add-btn:active {
    transform: translateY(0);
}

.featured-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    align-items: stretch;
    gap: 19px;
}

.featured-card {
    position: relative;
    min-width: 0;
    height: 100%;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    background: linear-gradient(180deg, rgba(255, 255, 255, .9), rgba(255, 251, 246, .82));
    border: 1px solid rgba(231, 220, 204, .74);
    border-radius: 19px;
    box-shadow: 0 14px 34px rgba(49, 40, 29, .05);
    cursor: pointer;
    transition: transform .2s ease, box-shadow .2s ease;
}

.featured-card::after {
    content: "";
    position: absolute;
    inset: 0;
    opacity: 0;
    pointer-events: none;
    border-radius: inherit;
    background: radial-gradient(230px circle at var(--pointer-x, 50%) var(--pointer-y, 0%), rgba(13, 110, 253, .1), transparent 47%);
    transition: opacity .2s ease;
}

.featured-card:hover::after {
    opacity: 1;
}

.featured-card:hover {
    border-color: rgba(13, 110, 253, .19);
    box-shadow: 0 20px 39px rgba(67, 52, 30, .09);
    transform: translateY(-4px);
}

.featured-card:focus-visible {
    outline: 3px solid rgba(13, 110, 253, .28);
    outline-offset: 3px;
}

.featured-card-spotlight {
    border-color: rgba(233, 185, 104, .42);
    box-shadow: 0 24px 44px rgba(85, 63, 30, .12);
}

.featured-image {
    position: relative;
    height: 210px;
    margin: 10px 10px 0;
    overflow: hidden;
    background: #fffaf0;
    border-radius: 14px;
}

.featured-no-image-panel {
    position: relative;
    width: 100%;
    height: 100%;
    display: grid;
    place-items: center;
    align-content: center;
    gap: 7px;
    padding: 16px;
    text-align: center;
    background: radial-gradient(circle at 78% 16%, rgba(13, 110, 253, .14), rgba(13, 110, 253, 0) 35%), linear-gradient(145deg, #f4f8ff, #fff6e9);
}

.featured-no-image-panel::before {
    content: "";
    position: absolute;
    inset: 8px;
    border: 1px dashed rgba(74, 115, 170, .28);
    border-radius: 11px;
    pointer-events: none;
}

.featured-no-image-chip {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 6px 9px;
    color: #3d6291;
    background: rgba(255, 255, 255, .74);
    border: 1px solid rgba(13, 110, 253, .16);
    border-radius: 999px;
    font-size: .59rem;
    font-weight: 700;
    letter-spacing: .06em;
    text-transform: uppercase;
}

.featured-no-image-chip i {
    color: #0d6efd;
    font-size: .62rem;
}

.featured-no-image-icon {
    color: #2f5f9b;
    font-size: 2.15rem;
}

.featured-no-image-panel strong {
    color: #24497a;
    font-size: .82rem;
    letter-spacing: .02em;
}

.featured-no-image-panel small {
    max-width: 170px;
    color: #62758f;
    font-size: .66rem;
    line-height: 1.4;
}

.featured-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.featured-details {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding: 18px 17px 17px;
}

.featured-tag {
    width: fit-content;
    display: inline-flex;
    align-items: center;
    padding: 6px 11px;
    color: #9a5d06;
    background: #fff3dc;
    border: 1px solid rgba(236, 193, 123, .48);
    border-radius: 999px;
    font-size: .67rem;
    font-weight: 700;
    letter-spacing: .06em;
    text-transform: uppercase;
}

.featured-tag-soft {
    color: #4d6890;
    background: #eff5ff;
    border-color: rgba(154, 180, 224, .5);
}

.featured-details h3 {
    min-height: 40px;
    color: var(--text);
    font-size: .97rem;
    line-height: 1.42;
}

.featured-details p {
    min-height: 34px;
    color: var(--muted);
    font-size: .73rem;
    line-height: 1.45;
}

.featured-bottom {
    margin-top: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 9px;
}

.featured-bottom strong {
    white-space: nowrap;
    color: var(--text);
    font-size: 1.02rem;
    letter-spacing: -.02em;
}

.quick-add {
    min-height: 41px;
    display: inline-flex;
    align-items: center;
    gap: 5px;
    padding: 0 13px 0 10px;
    color: #fff;
    background: linear-gradient(125deg, #075bdb, #0d6efd 52%, #4190ff);
    background-position: 0 0;
    background-size: 190% 100%;
    border: 0;
    border-radius: 11px;
    box-shadow: 0 10px 22px rgba(13, 110, 253, .18);
    font-size: .72rem;
    font-weight: 700;
    cursor: pointer;
    transition: background-position .22s ease, transform .2s ease, box-shadow .2s ease;
}

.quick-add:hover {
    background-position: 100% 0;
    box-shadow: 0 14px 24px rgba(13, 110, 253, .24);
    transform: translateY(-1px);
}

.quick-add:focus-visible {
    outline: 3px solid rgba(13, 110, 253, .28);
    outline-offset: 2px;
}

.quick-add .material-icons {
    font-size: 18px;
}

.promo-banner {
    position: relative;
    overflow: hidden;
    --banner-shine: 0px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 32px;
    padding: 42px 52px;
    color: #fff;
    background:
        radial-gradient(circle at top right, rgba(255, 255, 255, .16), rgba(255, 255, 255, 0) 34%),
        linear-gradient(118deg, #0f54c8, #0d6efd 58%, #2a86ff);
    border: 1px solid rgba(255, 255, 255, .12);
    border-radius: 28px;
    box-shadow: 0 24px 48px rgba(13, 110, 253, .2);
}

.promo-banner::after {
    content: "";
    position: absolute;
    top: -110%;
    left: -24%;
    width: 34%;
    height: 300%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, .22), transparent);
    transform: translateX(var(--banner-shine)) rotate(20deg);
    pointer-events: none;
}

.promo-banner > * {
    position: relative;
    z-index: 1;
}

.flying-product {
    position: fixed;
    z-index: 1200;
    pointer-events: none;
    overflow: hidden;
    object-fit: cover;
    border-radius: 16px;
    box-shadow: 0 18px 38px rgba(16, 39, 76, .2);
}

.float-cart.cart-celebrate {
    animation: cartCelebrate .48s cubic-bezier(.2, .85, .3, 1.3);
}

@keyframes cartCelebrate {
    0% { transform: scale(1); }
    48% { transform: scale(1.18) rotate(-7deg); }
    100% { transform: scale(1); }
}

.promo-tag {
    display: inline-flex;
    margin-bottom: 12px;
    padding: 7px 14px;
    color: #fff;
    background: rgba(255, 255, 255, .17);
    border-radius: 30px;
    font-size: .7rem;
    font-weight: 600;
    text-transform: uppercase;
}

.promo-banner h2 {
    margin-bottom: 10px;
    font-size: clamp(1.32rem, 2vw, 1.7rem);
}

.promo-banner p {
    max-width: 520px;
    color: #d9e8ff;
    font-size: .91rem;
    line-height: 1.7;
}

.promo-button {
    min-height: 53px;
    min-width: 190px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 9px;
    color: var(--primary);
    background: #fff;
    border-radius: 14px;
    font-size: .88rem;
    font-weight: 700;
    box-shadow: 0 14px 28px rgba(8, 28, 61, .12);
}

@media (max-width: 1020px) {
    .hero {
        min-height: auto;
        gap: 18px;
        padding-top: 36px;
    }

    .hero-art {
        min-height: 390px;
    }

    .hero-proof {
        grid-template-columns: 1fr;
        max-width: 430px;
    }

    .featured-grid {
        grid-template-columns: repeat(2, 1fr);
    }

}

@media (max-width: 780px) {
    .landing {
        width: calc(100% - 32px);
        max-width: 100%;
        overflow: hidden;
    }

    .hero {
        display: flex;
        flex-direction: column-reverse;
        gap: 18px;
        padding: 18px 0 35px;
    }

    .hero-art {
        min-height: 260px;
        width: 100%;
        justify-content: center;
    }

    .hero-pizza {
        width: min(86%, 350px);
    }

    .hero-ingredients {
        width: min(94%, 385px);
    }

    .hero-slice {
        right: 11%;
        bottom: 9%;
        width: 86px;
    }

    .hero-steam,
    .hero-orbit {
        display: none;
    }

    .hero h1 {
        font-size: clamp(2.1rem, 10vw, 2.7rem);
    }

    .art-accent {
        width: min(82%, 320px);
    }

    .benefits {
        grid-template-columns: 1fr;
        padding: 10px 20px;
        margin-bottom: 52px;
    }

    .hero-proof {
        grid-template-columns: 1fr;
        gap: 12px;
        margin-top: 24px;
    }

    .benefit {
        justify-content: flex-start;
        padding: 13px 5px;
        border-bottom: 1px solid var(--line);
    }

    .benefit::after {
        display: none;
    }

    .benefit:last-child {
        border-bottom: 0;
    }

    .category-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .home-marmita-products {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .home-marmita-checkout {
        flex-wrap: wrap;
    }

    .home-marmita-add-btn {
        flex: 1 1 100%;
        width: 100%;
    }

    .promo-banner {
        flex-direction: column;
        align-items: flex-start;
        padding: 33px 27px;
    }
}

@media (max-width: 540px) {
    .hero h1 {
        font-size: clamp(2rem, 9.1vw, 2.25rem);
        letter-spacing: -.05em;
    }

    .hero h1 span {
        display: block;
    }

    .hero-description {
        font-size: .9rem;
        line-height: 1.68;
    }

    .hero-actions {
        flex-direction: column;
        align-items: flex-start;
        gap: 18px;
    }

    .button-primary {
        width: 100%;
    }

    .hero-note {
        padding-left: 2px;
    }

    .section-heading {
        align-items: flex-start;
        flex-direction: column;
    }

    .featured-grid {
        grid-template-columns: 1fr;
    }

    .featured-image {
        height: 245px;
    }

    .home-marmita-section {
        padding: 18px 16px;
    }

    .home-marmita-groups--cols {
        grid-template-columns: 1fr;
    }

    .home-marmita-header {
        flex-direction: column;
        align-items: flex-start;
        gap: 12px;
    }

    .home-marmita-full-link {
        width: 100%;
        justify-content: center;
    }

    .home-marmita-products {
        grid-template-columns: 1fr;
    }

    .home-marmita-product {
        grid-template-columns: 44px minmax(0, 1fr) auto;
        gap: 10px;
        padding: 10px 12px;
    }

    .home-marmita-thumb {
        width: 44px;
        height: 44px;
    }

    .home-marmita-product-copy strong {
        font-size: .84rem;
    }

    .home-marmita-checkout {
        flex-direction: column;
        align-items: stretch;
        gap: 12px;
    }

    .home-marmita-total {
        text-align: center;
    }

    .home-marmita-add-btn {
        width: 100%;
    }
}

@media (prefers-reduced-motion: reduce) {
    .hero-copy > *,
    .art-accent,
    .hero-pizza,
    .hero-orbit,
    .benefit,
    .section-heading,
    .category-card,
    .featured-card,
    .promo-banner {
        opacity: 1 !important;
        transform: none !important;
    }

    .hero-art *,
    .float-cart,
    .category-card,
    .featured-card,
    .quick-add,
    .promo-banner::after {
        animation: none !important;
        transition-duration: .01ms !important;
    }

    .hero-ingredients,
    .hero-slice {
        display: none;
    }

    .home-marmita-product,
    .home-marmita-chip,
    .home-marmita-add-btn,
    .home-marmita-full-link,
    .promo-banner::after {
        animation: none !important;
        transition-duration: .01ms !important;
    }
}

.layout-restaurante.home-page {
    background:
        radial-gradient(circle at 88% 7%, rgba(255, 168, 35, .12), transparent 30%),
        radial-gradient(circle at 10% 16%, rgba(10, 103, 239, .12), transparent 34%),
        #f6f9ff;
}

.layout-restaurante .landing::before {
    background: radial-gradient(circle at center, rgba(255, 168, 35, .13) 0%, rgba(255, 174, 58, 0) 70%);
}

.layout-restaurante .landing::after {
    background: radial-gradient(circle at center, rgba(13, 110, 253, .11) 0%, rgba(108, 146, 172, 0) 74%);
}

.layout-restaurante .hero-restaurant .hero-art {
    min-height: 515px;
    overflow: visible;
}

.layout-restaurante .restaurant-glow {
    position: absolute;
    left: 50%;
    bottom: 54px;
    z-index: 0;
    width: min(83%, 490px);
    height: 76px;
    border-radius: 50%;
    background: radial-gradient(ellipse, rgba(255, 159, 26, .31), rgba(10, 103, 239, .1) 46%, transparent 72%);
    filter: blur(16px);
    transform: translateX(-50%);
    pointer-events: none;
}

.layout-restaurante .restaurant-arc {
    position: absolute;
    z-index: 1;
    width: min(92%, 570px);
    aspect-ratio: 1.25;
    border-radius: 50%;
    border-top: 1px solid rgba(10, 103, 239, .2);
    border-right: 1px dashed rgba(10, 103, 239, .18);
    transform: rotate(-13deg);
    pointer-events: none;
}

.layout-restaurante .restaurant-arc::before,
.layout-restaurante .restaurant-arc::after {
    content: "";
    position: absolute;
    border-radius: 50%;
}

.layout-restaurante .restaurant-arc::before {
    inset: 30px;
    border-bottom: 1px solid rgba(255, 159, 26, .22);
}

.layout-restaurante .restaurant-arc::after {
    top: 25px;
    right: 86px;
    width: 8px;
    height: 8px;
    background: #0a67ef;
    box-shadow: 0 0 16px rgba(10, 103, 239, .52);
}

.layout-restaurante .restaurant-scanner {
    position: absolute;
    left: 16%;
    right: 13%;
    top: 43%;
    z-index: 7;
    height: 1px;
    opacity: .58;
    background: linear-gradient(90deg, transparent, rgba(57, 151, 255, .88) 32%, rgba(57, 151, 255, .52) 68%, transparent);
    box-shadow: 0 0 12px rgba(57, 151, 255, .42);
    pointer-events: none;
}

.layout-restaurante .hero-meal-base {
    position: relative;
    z-index: 4;
    width: min(111%, 660px);
    height: auto;
    object-fit: contain;
    filter: drop-shadow(0 36px 26px rgba(31, 24, 19, .28));
}

.layout-restaurante .hero-steam-restaurant {
    top: 56px;
    right: 38%;
    z-index: 6;
    gap: 16px;
}

.layout-restaurante .hero-steam-restaurant span {
    height: 70px;
    width: 5px;
    background: linear-gradient(0deg, transparent, rgba(255, 255, 255, .7), transparent);
    filter: blur(1px);
}

.layout-restaurante .restaurant-chip {
    position: absolute;
    z-index: 8;
    display: inline-flex;
    align-items: center;
    gap: 7px;
    padding: 11px 14px;
    color: #21334e;
    background: rgba(255, 255, 255, .9);
    border: 1px solid rgba(184, 205, 236, .65);
    border-radius: 999px;
    box-shadow: 0 15px 29px rgba(18, 52, 104, .1);
    backdrop-filter: blur(9px);
    font-size: .68rem;
    font-weight: 700;
    white-space: nowrap;
}

.layout-restaurante .restaurant-chip .material-icons {
    color: #ff9011;
    font-size: 17px;
}

.layout-restaurante .restaurant-chip-care .material-icons {
    color: #0a67ef;
}

.layout-restaurante .restaurant-chip-prep {
    top: 102px;
    left: 2px;
}

.layout-restaurante .restaurant-chip-care {
    right: -5px;
    bottom: 112px;
}

@media (max-width: 1020px) {
    .layout-restaurante .hero-meal-base {
        width: min(105%, 530px);
    }

    .layout-restaurante .restaurant-chip {
        display: none;
    }
}

@media (max-width: 780px) {
    .layout-restaurante .hero-restaurant .hero-art {
        min-height: 304px;
    }

    .layout-restaurante .hero-meal-base {
        width: min(103%, 410px);
    }

    .layout-restaurante .hero-steam-restaurant {
        display: flex;
        top: 30px;
        right: 40%;
        transform: scale(.72);
    }

    .layout-restaurante .restaurant-scanner {
        display: none;
    }
}
