@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Roboto:wght@400;700&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Roboto', sans-serif;
    background: linear-gradient(180deg, #1a1a1a 0%, #0d0d0d 100%);
    color: #ffffff;
    padding: 0;
    margin: 0;
}

.page {
    width: 794px;
    min-height: 1123px;
    background: linear-gradient(135deg, #2d1810 0%, #1a0f0a 50%, #0d0705 100%);
    padding: 40px 50px;
    margin: 0 auto;
    position: relative;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.8);
}

.page::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background:
        radial-gradient(circle at 20% 30%, rgba(255, 140, 0, 0.05) 0%, transparent 50%),
        radial-gradient(circle at 80% 70%, rgba(255, 100, 0, 0.03) 0%, transparent 50%);
    pointer-events: none;
}

.header {
    text-align: center;
    margin-bottom: 40px;
    position: relative;
    z-index: 1;
}

.main-title {
    font-family: 'Bebas Neue', cursive;
    font-size: 72px;
    color: #ff8c00;
    letter-spacing: 8px;
    text-transform: uppercase;
    text-shadow:
        0 0 20px rgba(255, 140, 0, 0.5),
        0 0 40px rgba(255, 140, 0, 0.3),
        3px 3px 0 rgba(0, 0, 0, 0.3);
    margin: 0;
    padding: 20px 0;
    border-bottom: 3px solid #ff8c00;
}

.menu-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    position: relative;
    z-index: 1;
}

.menu-column {
    display: flex;
    flex-direction: column;
}

.section-title {
    font-family: 'Bebas Neue', cursive;
    font-size: 36px;
    color: #ffffff;
    letter-spacing: 3px;
    margin-bottom: 25px;
    text-transform: uppercase;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.menu-item {
    margin-bottom: 25px;
}

.item-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 8px;
}

.item-name {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 700;
    color: #ff8c00;
    text-transform: uppercase;
    letter-spacing: 1px;
    flex: 1;
}

.badge-new {
    display: inline-block;
    background: #ff4500;
    color: #ffffff;
    font-size: 10px;
    font-weight: 700;
    padding: 3px 8px;
    border-radius: 12px;
    margin-left: 8px;
    letter-spacing: 1px;
}

.price-circle {
    background: linear-gradient(135deg, #ff8c00 0%, #ff6600 100%);
    color: #ffffff;
    font-size: 18px;
    font-weight: 700;
    min-width: 70px;
    height: 70px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow:
        0 4px 15px rgba(255, 140, 0, 0.4),
        inset 0 -2px 5px rgba(0, 0, 0, 0.3);
    flex-shrink: 0;
    margin-left: 15px;
}

.item-description {
    font-size: 11px;
    color: #cccccc;
    line-height: 1.5;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    padding-right: 90px;
}

/* Página 2 */
.page-2 {
    padding: 50px;
}

.menu-item-simple {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}

.item-name-inline {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 700;
    color: #ff8c00;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.simple-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 12px;
    padding: 5px 0;
}

.simple-name {
    font-size: 14px;
    font-weight: 700;
    color: #ffffff;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.simple-price {
    font-size: 16px;
    font-weight: 700;
    color: #ff8c00;
}

.accent-item {
    padding-left: 10px;
}

.logo-container {
    margin-top: 50px;
    display: flex;
    justify-content: center;
}

.logo-badge {
    background: linear-gradient(135deg, #ff8c00 0%, #ff6600 100%);
    border-radius: 50%;
    width: 180px;
    height: 180px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    box-shadow:
        0 8px 25px rgba(255, 140, 0, 0.5),
        inset 0 -3px 8px rgba(0, 0, 0, 0.3);
    border: 5px solid #ffffff;
}

.logo-text {
    font-family: 'Bebas Neue', cursive;
    font-size: 28px;
    color: #ffffff;
    text-align: center;
    line-height: 0.9;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

.logo-subtitle {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 700;
    color: #1a0f0a;
    margin-top: 5px;
    letter-spacing: 2px;
}

.footer-banner {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 60px;
    margin-bottom: 20px;
    gap: 20px;
}

.banner-stars {
    font-size: 32px;
    color: #ff4500;
}

.banner-title {
    font-family: 'Bebas Neue', cursive;
    font-size: 32px;
    color: #ff8c00;
    letter-spacing: 3px;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.footer-combo {
    text-align: center;
    margin-top: 15px;
}

.combo-text {
    font-size: 14px;
    color: #ffffff;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 5px;
}

.combo-price {
    color: #ff8c00;
    font-weight: 700;
    font-size: 16px;
}

.combo-items {
    font-size: 14px;
    color: #ffffff;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.combo-highlight {
    color: #ff8c00;
    font-weight: 700;
}

/* Media Query para impressão */
@media print {
    body {
        background: none;
    }

    .page {
        box-shadow: none;
        page-break-after: always;
    }
}

/* Responsividade */
@media (max-width: 850px) {
    .page {
        width: 100%;
        padding: 30px;
    }

    .menu-grid {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .main-title {
        font-size: 48px;
    }
}
