/* ============================================
   PINTANDO O 7 - DESIGN ESTILO APP MOBILE
   Inspirado em apps modernos de delivery
   ============================================ */

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent;
}

body.app-body {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    background: linear-gradient(180deg, #2d0a0a 0%, #1a0505 30%, #2a0a0a 100%);
    color: #fff;
    min-height: 100vh;
    padding-bottom: 90px;
    overflow-x: hidden;
}

/* ===== HERO COM BOTÕES SOBREPOSTOS ===== */
.hero-logo {
    position: relative !important;
    z-index: 5;
}

/* ===== HEADER ESTILO APP ===== */
.app-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 60px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 12px 16px 0;
    z-index: 1100;
    background: transparent;
    pointer-events: none;
}

.header-btn {
    pointer-events: auto;
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    width: 44px;
    height: 44px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.2s;
    text-decoration: none;
    position: relative;
}

.header-btn-overlay {
    position: absolute;
    top: 12px;
    z-index: 10;
}

.header-btn-overlay[aria-label="Menu"] {
    left: 16px;
}

.header-btn-overlay[aria-label="Carrinho"] {
    right: 16px;
}

.header-btn:hover, .header-btn:active {
    background: rgba(255, 255, 255, 0.25);
    transform: scale(1.05);
}

.cart-btn-header {
    background: #e53935;
    border-color: #c62828;
}

.cart-btn-header:hover {
    background: #c62828;
}

.cart-badge {
    position: absolute;
    top: -4px;
    right: -4px;
    background: #fff;
    color: #e53935;
    border-radius: 50%;
    min-width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.7rem;
    font-weight: 800;
    box-shadow: 0 2px 4px rgba(0,0,0,0.3);
    border: 2px solid #e53935;
}

/* ===== HERO SECTION ===== */
.hero-section {
    text-align: center;
    padding: 0 16px 20px;
    background: radial-gradient(ellipse at top, rgba(229, 57, 53, 0.15) 0%, transparent 70%);
    position: relative;
    z-index: 1;
}

.hero-logo {
    margin-bottom: 8px;
    position: relative;
    min-height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hero-logo img {
    max-width: 320px;
    width: 100%;
    height: auto;
    filter: drop-shadow(0 4px 20px rgba(0,0,0,0.5));
}

.hero-logo-fallback {
    display: none;
    flex-direction: column;
    align-items: center;
    gap: 4px;
    padding: 20px 0;
}

.hero-logo-fallback:has(+ img[style*="display: none"]),
.hero-logo:has(img[style*="display: none"]) .hero-logo-fallback {
    display: flex;
}

.hero-brand {
    background: linear-gradient(180deg, #ffd700 0%, #ff8c00 100%);
    color: #8B0000;
    font-weight: 900;
    font-size: 1rem;
    letter-spacing: 4px;
    padding: 4px 16px;
    border-radius: 20px;
    text-shadow: 0 1px 1px rgba(255,255,255,0.3);
}

.hero-name {
    font-family: 'Brush Script MT', cursive;
    font-size: 3rem;
    font-weight: 700;
    color: #ffd700;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.5), 0 0 20px rgba(255, 215, 0, 0.3);
    line-height: 1;
}

.hero-7 {
    color: #ff6b35;
    font-size: 3.5rem;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.5), 0 0 30px rgba(255, 107, 53, 0.5);
}

.hero-tagline {
    font-size: 1.1rem;
    color: #fff;
    font-weight: 600;
    margin-top: 8px;
    line-height: 1.4;
    text-shadow: 0 2px 4px rgba(0,0,0,0.5);
}

.hero-tagline em {
    color: #ffd700;
    font-style: italic;
    font-weight: 700;
}

/* ===== BARRA DE ENDEREÇO ===== */
.endereco-bar-app {
    margin: 16px;
    background: linear-gradient(90deg, #fff 0%, #fafafa 100%);
    border-radius: 50px;
    padding: 12px 16px;
    display: flex;
    align-items: center;
    gap: 12px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.3);
    color: #333;
    text-decoration: none;
    transition: all 0.2s;
}

.endereco-bar-app:hover {
    background: linear-gradient(90deg, #fafafa 0%, #f0f0f0 100%);
    transform: translateY(-1px);
    box-shadow: 0 6px 16px rgba(0,0,0,0.4);
}

a.endereco-bar-app {
    cursor: pointer;
}

.endereco-pin {
    flex-shrink: 0;
    width: 36px;
    height: 36px;
    background: #ffebee;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.endereco-content {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.endereco-label-app {
    font-size: 0.7rem;
    color: #888;
    font-weight: 500;
    text-transform: capitalize;
}

.endereco-valor-app {
    font-size: 0.95rem;
    color: #333;
    font-weight: 700;
}

.endereco-arrow {
    width: 36px;
    height: 36px;
    background: #e53935;
    color: white;
    border: none;
    border-radius: 50%;
    font-size: 1.5rem;
    font-weight: bold;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s;
    line-height: 1;
}

.endereco-arrow:hover {
    background: #c62828;
    transform: scale(1.05);
}

/* ===== CATEGORIAS GRID ===== */
.categorias-app {
    padding: 16px;
}

.categorias-grid-app {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
}

.cat-card-app {
    aspect-ratio: 1;
    border-radius: 16px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color: white;
    text-align: center;
    padding: 6px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.35), inset 0 -8px 16px rgba(0,0,0,0.15);
    transition: all 0.2s;
    position: relative;
    overflow: hidden;
}

.cat-card-app::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 30%;
    background: radial-gradient(ellipse at top, rgba(255,255,255,0.25) 0%, transparent 70%);
    pointer-events: none;
}

.cat-card-app::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 30%;
    background: linear-gradient(180deg, transparent 0%, rgba(0,0,0,0.3) 100%);
    pointer-events: none;
    border-radius: 0 0 16px 16px;
}

.cat-card-app:active {
    transform: scale(0.95);
}

.cat-emoji {
    font-size: 3rem;
    margin-bottom: 2px;
    filter: drop-shadow(0 3px 6px rgba(0,0,0,0.4));
    position: relative;
    z-index: 2;
}

.cat-icon-img {
    width: 100%;
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 2;
    filter: drop-shadow(0 3px 6px rgba(0,0,0,0.4));
}

.cat-icon-img svg {
    width: 75%;
    height: 75%;
    max-width: 60px;
    max-height: 60px;
}

.cat-nome {
    font-size: 0.75rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    text-shadow: 0 1px 3px rgba(0,0,0,0.6);
    position: relative;
    z-index: 2;
}

/* ===== BANNER PROMOCIONAL ===== */
.promo-banner-app {
    margin: 16px;
    background: linear-gradient(135deg, #c62828 0%, #8B0000 50%, #5d0000 100%);
    border-radius: 16px;
    padding: 20px;
    position: relative;
    overflow: hidden;
    box-shadow: 0 6px 20px rgba(0,0,0,0.4);
    min-height: 180px;
}

.promo-banner-app::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 200px;
    height: 200px;
    background: radial-gradient(circle, rgba(255, 215, 0, 0.3) 0%, transparent 70%);
    pointer-events: none;
}

.promo-banner-app::after {
    content: '✨';
    position: absolute;
    top: 10px;
    right: 30%;
    font-size: 1.2rem;
    animation: sparkle 2s ease-in-out infinite;
}

@keyframes sparkle {
    0%, 100% { opacity: 0.3; transform: scale(0.8); }
    50% { opacity: 1; transform: scale(1.2); }
}

.promo-content {
    position: relative;
    z-index: 2;
    max-width: 60%;
}

.promo-title-app {
    margin-bottom: 12px;
}

.promo-line1 {
    display: block;
    color: #ffd700;
    font-size: 1.4rem;
    font-weight: 900;
    letter-spacing: 1px;
    text-shadow: 0 2px 4px rgba(0,0,0,0.5);
    line-height: 1;
}

.promo-line2 {
    display: block;
    color: #ffd700;
    font-size: 1.8rem;
    font-weight: 900;
    letter-spacing: 1px;
    text-shadow: 0 2px 4px rgba(0,0,0,0.5);
    line-height: 1;
}

.promo-desc-app {
    color: white;
    font-size: 0.95rem;
    line-height: 1.3;
    margin-bottom: 8px;
}

.promo-price-app {
    font-size: 0.75rem;
    color: #ffd700;
    font-weight: 700;
    margin-top: 8px;
    letter-spacing: 1px;
}

.promo-valor-app {
    font-size: 1.8rem;
    color: #ffd700;
    font-weight: 900;
    line-height: 1;
    text-shadow: 0 2px 4px rgba(0,0,0,0.5);
}

.promo-image {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
}

.promo-pizza-emoji {
    font-size: 5rem;
    display: block;
    filter: drop-shadow(0 4px 8px rgba(0,0,0,0.4));
    animation: float 3s ease-in-out infinite;
}

.promo-soda-emoji {
    position: absolute;
    bottom: -10px;
    right: -20px;
    font-size: 3rem;
    filter: drop-shadow(0 4px 8px rgba(0,0,0,0.4));
}

@keyframes float {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-8px); }
}

.promo-btn-app {
    position: absolute;
    bottom: 16px;
    right: 16px;
    background: linear-gradient(135deg, #4caf50 0%, #2e7d32 100%);
    color: white;
    text-decoration: none;
    padding: 12px 24px;
    border-radius: 50px;
    font-weight: 800;
    font-size: 0.9rem;
    letter-spacing: 0.5px;
    box-shadow: 0 4px 12px rgba(76, 175, 80, 0.4);
    transition: all 0.2s;
    z-index: 3;
    text-shadow: 0 1px 2px rgba(0,0,0,0.3);
}

.promo-btn-app:hover {
    background: linear-gradient(135deg, #66bb6a 0%, #388e3c 100%);
    transform: translateY(-2px);
    box-shadow: 0 6px 16px rgba(76, 175, 80, 0.5);
}

.promo-btn-app:active {
    transform: translateY(0);
}

/* ===== FEATURES ===== */
.features-app {
    margin: 16px;
    background: linear-gradient(90deg, #fff5f5 0%, #ffe8e8 100%);
    border-radius: 16px;
    padding: 16px 8px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 8px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.2);
}

.feature-app {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    color: #5d0000;
    padding: 4px;
}

.feature-icon-app {
    font-size: 1.8rem;
    margin-bottom: 4px;
    filter: drop-shadow(0 1px 2px rgba(0,0,0,0.1));
}

.feature-text-app {
    font-size: 0.7rem;
    font-weight: 700;
    line-height: 1.2;
    color: #8B0000;
}

/* ===== BOTTOM NAV APP ===== */
.bottom-nav-app {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    height: 80px;
    background: linear-gradient(180deg, #8B0000 0%, #5c0000 100%);
    display: flex;
    align-items: center;
    justify-content: space-around;
    padding: 0 8px;
    box-shadow: 0 -4px 20px rgba(0,0,0,0.4);
    z-index: 999;
}

.bottom-nav-item-app {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color: rgba(255, 255, 255, 0.6);
    transition: all 0.2s;
    padding: 8px 0;
    height: 100%;
}

.bottom-nav-item-app.active {
    color: #ffd700;
}

.bottom-nav-item-app.active .bn-icon {
    filter: drop-shadow(0 0 8px rgba(255, 215, 0, 0.5));
}

.bn-icon {
    font-size: 1.3rem;
    margin-bottom: 2px;
    transition: all 0.2s;
}

.bn-label {
    font-size: 0.65rem;
    font-weight: 700;
    text-transform: capitalize;
}

.bottom-nav-logo-app {
    margin: 0 4px;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
}

.bn-logo-circle {
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, #ffd700 0%, #ff8c00 50%, #ff6b35 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 12px rgba(0,0,0,0.5), inset 0 -3px 8px rgba(0,0,0,0.2);
    border: 3px solid #5c0000;
    margin-top: -20px;
    transition: all 0.2s;
    font-family: 'Brush Script MT', cursive;
    color: #8B0000;
    font-size: 2rem;
    font-weight: 900;
    text-shadow: 0 1px 2px rgba(255,255,255,0.3);
}

.bn-logo-circle:hover {
    transform: scale(1.1) translateY(-2px);
    box-shadow: 0 6px 16px rgba(0,0,0,0.6);
}

/* ===== MENU LATERAL ===== */
.side-menu {
    position: fixed;
    top: 0;
    left: -300px;
    width: 300px;
    height: 100vh;
    background: linear-gradient(180deg, #8B0000 0%, #5c0000 100%);
    z-index: 2000;
    transition: left 0.3s ease;
    box-shadow: 5px 0 30px rgba(0,0,0,0.5);
    padding: 1.5rem;
    overflow-y: auto;
}

.side-menu.open {
    left: 0;
}

.side-menu-overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,0.6);
    z-index: 1999;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s;
}

.side-menu-overlay.open {
    opacity: 1;
    visibility: visible;
}

.side-menu-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 2rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid rgba(255,255,255,0.2);
}

.side-menu-header h3 {
    color: #ffd700;
    font-size: 1.5rem;
    font-weight: 800;
}

.close-menu {
    background: rgba(255,255,255,0.1);
    border: none;
    color: white;
    font-size: 1.3rem;
    cursor: pointer;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    transition: all 0.2s;
}

.close-menu:hover {
    background: rgba(255,255,255,0.2);
}

.side-menu-links {
    list-style: none;
}

.side-menu-links li {
    margin-bottom: 4px;
}

.side-menu-links a {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 14px 16px;
    color: white;
    text-decoration: none;
    border-radius: 12px;
    font-weight: 600;
    transition: all 0.2s;
}

.side-menu-links a:hover {
    background: rgba(255,255,255,0.1);
    transform: translateX(4px);
}

.side-menu-links a span:first-child {
    font-size: 1.3rem;
}

/* ===== MAIN APP ===== */
.app-main {
    min-height: 100vh;
}

/* ===== CARDÁPIO POR CATEGORIA (DESIGN IMAGEM REFERÊNCIA) ===== */
.cat-page {
    background: #2a0a0a;
    min-height: 100vh;
    padding-bottom: 100px;
}

/* Hero com fundo vermelho gradiente + pizzas decorativas */
.cat-hero {
    position: relative;
    background: linear-gradient(135deg, #8B0000 0%, #5C0000 100%);
    padding: 20px 16px 30px;
    text-align: center;
    overflow: hidden;
    color: white;
}

.cat-hero-bg-left,
.cat-hero-bg-right {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100px;
    pointer-events: none;
    opacity: 0.9;
}

.cat-hero-bg-left {
    left: -20px;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 200'%3E%3Ccircle cx='50' cy='50' r='40' fill='%23FFD180' opacity='0.5'/%3E%3Ccircle cx='50' cy='50' r='32' fill='%23FFB74D'/%3E%3Ccircle cx='35' cy='40' r='3' fill='%23E53935'/%3E%3Ccircle cx='65' cy='38' r='3' fill='%23E53935'/%3E%3Ccircle cx='50' cy='65' r='3' fill='%23E53935'/%3E%3Ccircle cx='40' cy='60' r='2' fill='%234CAF50'/%3E%3C/svg%3E") no-repeat center / contain;
}

.cat-hero-bg-right {
    right: -20px;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 200'%3E%3Ccircle cx='50' cy='50' r='40' fill='%23FFD180' opacity='0.5'/%3E%3Ccircle cx='50' cy='50' r='32' fill='%23FFB74D'/%3E%3Ccircle cx='35' cy='40' r='3' fill='%23E53935'/%3E%3Ccircle cx='65' cy='38' r='3' fill='%23E53935'/%3E%3Ccircle cx='50' cy='65' r='3' fill='%23E53935'/%3E%3Ccircle cx='40' cy='60' r='2' fill='%234CAF50'/%3E%3C/svg%3E") no-repeat center / contain;
}

.cat-back-btn {
    position: absolute;
    left: 12px;
    top: 12px;
    width: 40px;
    height: 40px;
    background: rgba(255,255,255,0.15);
    border: 1px solid rgba(255,255,255,0.2);
    border-radius: 50%;
    color: white;
    text-decoration: none;
    font-size: 1.5rem;
    font-weight: bold;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s;
    z-index: 5;
}

.cat-back-btn:hover {
    background: rgba(255,255,255,0.3);
}

.cat-logo-wrap {
    display: flex;
    justify-content: center;
    margin-bottom: 8px;
    position: relative;
    z-index: 2;
}

.cat-logo-mini {
    background: linear-gradient(135deg, #fff 0%, #f5e6c8 100%);
    border-radius: 50%;
    width: 90px;
    height: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 12px rgba(0,0,0,0.4);
    overflow: hidden;
}

.cat-logo-mini img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.cat-hero-title {
    font-size: 2.2rem;
    font-weight: 900;
    text-shadow: 0 3px 6px rgba(0,0,0,0.5);
    margin: 8px 0 0;
    text-transform: uppercase;
    letter-spacing: 2px;
    position: relative;
    z-index: 2;
}

.cat-hero-subtitle {
    font-size: 0.9rem;
    font-style: italic;
    opacity: 0.95;
    margin-top: 4px;
    text-shadow: 0 1px 2px rgba(0,0,0,0.3);
    position: relative;
    z-index: 2;
}

.cat-hero-subtitle em {
    color: #FFD700;
    font-weight: 700;
}

/* Carrinho flutuante topo direito (com total) */
.cat-cart-float {
    position: absolute;
    top: 12px;
    right: 12px;
    background: rgba(255,255,255,0.15);
    border: 1px solid rgba(255,255,255,0.2);
    border-radius: 20px;
    padding: 6px 12px 6px 6px;
    color: white;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 0.8rem;
    font-weight: 800;
    z-index: 5;
    backdrop-filter: blur(10px);
}

.cat-cart-float-icon {
    background: white;
    color: #c62828;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.cat-cart-float-badge {
    position: absolute;
    top: -4px;
    right: -4px;
    background: #ff6b00;
    color: white;
    font-size: 0.65rem;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 900;
    border: 1.5px solid #5C0000;
}

/* Barra de busca + filtros */
.cat-search-row {
    display: flex;
    gap: 8px;
    padding: 12px 16px;
    align-items: center;
}

.cat-search-box {
    flex: 1;
    background: rgba(255,255,255,0.95);
    border-radius: 24px;
    padding: 10px 16px;
    display: flex;
    align-items: center;
    gap: 8px;
    box-shadow: 0 2px 6px rgba(0,0,0,0.3);
}

.cat-search-box svg {
    color: #888;
    flex-shrink: 0;
}

.cat-search-box input {
    border: none;
    outline: none;
    width: 100%;
    font-size: 0.9rem;
    background: transparent;
    color: #333;
}

.cat-search-box input::placeholder {
    color: #999;
}

.cat-filtros-btn {
    background: linear-gradient(135deg, #ff6b00 0%, #c62828 100%);
    color: white;
    border: none;
    border-radius: 24px;
    padding: 10px 16px;
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 0.85rem;
    font-weight: 800;
    cursor: pointer;
    box-shadow: 0 2px 6px rgba(0,0,0,0.3);
    white-space: nowrap;
}

/* Tabs de sub-categorias */
.cat-subtabs {
    display: flex;
    gap: 8px;
    padding: 4px 16px 12px;
    overflow-x: auto;
    scrollbar-width: none;
}

.cat-subtabs::-webkit-scrollbar {
    display: none;
}

.cat-subtab {
    flex-shrink: 0;
    background: rgba(255,255,255,0.08);
    border: 1px solid rgba(255,255,255,0.1);
    border-radius: 20px;
    padding: 8px 18px;
    color: rgba(255,255,255,0.8);
    text-decoration: none;
    font-size: 0.85rem;
    font-weight: 700;
    white-space: nowrap;
    transition: all 0.2s;
}

.cat-subtab.active {
    background: linear-gradient(135deg, #ff6b00 0%, #c62828 100%);
    color: white;
    border-color: #ff6b00;
    box-shadow: 0 2px 6px rgba(198, 40, 40, 0.5);
}

.cat-subtab:hover {
    background: rgba(255,255,255,0.15);
    color: white;
}

/* Lista de produtos (design da imagem) */
.cat-list {
    padding: 0 16px;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.cat-item {
    background: rgba(255,255,255,0.04);
    border: 1px solid rgba(255,255,255,0.06);
    border-radius: 16px;
    padding: 12px;
    display: flex;
    gap: 12px;
    align-items: stretch;
    position: relative;
    transition: all 0.2s;
}

.cat-item:hover {
    background: rgba(255,255,255,0.06);
    transform: translateY(-1px);
}

.cat-item-img {
    width: 110px;
    height: 110px;
    flex-shrink: 0;
    border-radius: 12px;
    overflow: hidden;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 3rem;
}

.cat-item-img-content {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
}

.cat-item-badge {
    position: absolute;
    top: -6px;
    left: -6px;
    background: linear-gradient(135deg, #ff6b00 0%, #c62828 100%);
    color: white;
    padding: 3px 8px;
    border-radius: 12px;
    font-size: 0.65rem;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.3);
    z-index: 2;
}

.cat-item-body {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-width: 0;
}

.cat-item-nome {
    font-size: 1rem;
    font-weight: 800;
    color: white;
    margin: 0 0 4px;
    line-height: 1.2;
}

.cat-item-desc {
    font-size: 0.75rem;
    color: rgba(255,255,255,0.65);
    line-height: 1.3;
    margin: 0 0 8px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.cat-item-tamanhos {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
    margin-bottom: 6px;
}

.cat-item-tam {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 0.7rem;
    line-height: 1.1;
}

.cat-item-tam-label {
    color: rgba(255,255,255,0.7);
    font-weight: 700;
}

.cat-item-tam-preco {
    color: white;
    font-weight: 800;
    font-size: 0.72rem;
}

.cat-item-tam-preco.destaque {
    color: #FFD700;
}

.cat-item-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 4px;
}

.cat-item-preco-box {
    display: flex;
    flex-direction: column;
    line-height: 1.1;
}

.cat-item-preco-label {
    font-size: 0.6rem;
    color: rgba(255,255,255,0.6);
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 0.5px;
}

.cat-item-preco {
    font-size: 1rem;
    font-weight: 900;
    color: #FFD700;
}

.cat-btn-add-circle {
    background: linear-gradient(135deg, #ff6b00 0%, #c62828 100%);
    color: white;
    border: none;
    width: 38px;
    height: 38px;
    border-radius: 12px;
    font-size: 1.4rem;
    font-weight: bold;
    cursor: pointer;
    box-shadow: 0 3px 8px rgba(198, 40, 40, 0.5);
    transition: all 0.2s;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
}

.cat-btn-add-circle:hover {
    transform: scale(1.05);
    box-shadow: 0 4px 12px rgba(198, 40, 40, 0.6);
}

.cat-btn-add-circle:active {
    transform: scale(0.95);
}

/* Banner de "monte sua pizza" */
.cat-promo-montar {
    margin: 16px;
    background: linear-gradient(135deg, #2d0a0a 0%, #5c0000 100%);
    border-radius: 16px;
    padding: 16px;
    color: white;
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-shadow: 0 4px 12px rgba(0,0,0,0.4);
    gap: 12px;
}

.cat-promo-montar-content {
    display: flex;
    align-items: center;
    gap: 12px;
    flex: 1;
}

.cat-promo-montar-icon {
    font-size: 2.5rem;
}

.cat-promo-montar h3 {
    font-size: 0.95rem;
    font-weight: 800;
    margin-bottom: 2px;
}

.cat-promo-montar p {
    font-size: 0.75rem;
    opacity: 0.8;
}

.cat-promo-montar-btn {
    background: linear-gradient(135deg, #ffd700 0%, #ff8c00 100%);
    color: #5c0000;
    padding: 10px 16px;
    border-radius: 50px;
    font-size: 0.8rem;
    font-weight: 900;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    box-shadow: 0 3px 8px rgba(255, 215, 0, 0.4);
    white-space: nowrap;
    transition: all 0.2s;
}

.cat-promo-montar-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 14px rgba(255, 215, 0, 0.5);
}

@media (min-width: 768px) {
    .cat-hero-bg-left, .cat-hero-bg-right {
        width: 200px;
    }
}

/* ===== RESPONSIVO ===== */
@media (max-width: 480px) {
    .cat-emoji {
        font-size: 1.8rem;
    }
    .cat-nome {
        font-size: 0.65rem;
    }
    .promo-line2 {
        font-size: 1.5rem;
    }
    .promo-valor-app {
        font-size: 1.5rem;
    }
    .promo-pizza-emoji {
        font-size: 4rem;
    }
}

@media (min-width: 768px) {
    body.app-body {
        max-width: 480px;
        margin: 0 auto;
        box-shadow: 0 0 40px rgba(0,0,0,0.3);
    }
    .app-header {
        max-width: 480px;
        left: 50%;
        transform: translateX(-50%);
    }
    .bottom-nav-app {
        max-width: 480px;
        left: 50%;
        transform: translateX(-50%);
    }
    .side-menu {
        left: -300px;
    }
}

/* ===== AUTH PAGES ===== */
.auth-container {
    max-width: 420px;
    margin: 0 auto;
    padding: 20px 16px;
}

.auth-card {
    background: rgba(255,255,255,0.05);
    backdrop-filter: blur(10px);
    border-radius: 20px;
    padding: 2.5rem 2rem;
    border: 1px solid rgba(255,255,255,0.1);
}

.auth-header {
    text-align: center;
    margin-bottom: 2rem;
}

.auth-logo {
    width: 120px;
    height: auto;
    margin-bottom: 1rem;
}

.auth-header h1 {
    font-size: 1.5rem;
    color: #ffd700;
    margin-bottom: 0.3rem;
}

.auth-header p {
    color: #999;
    font-size: 0.9rem;
}

.auth-form {
    margin-bottom: 1rem;
}

.form-group {
    margin-bottom: 1rem;
}

.form-group label {
    display: block;
    color: #ccc;
    font-size: 0.85rem;
    margin-bottom: 0.4rem;
    font-weight: 500;
}

.form-group input,
.form-group textarea,
.form-group select {
    width: 100%;
    padding: 0.9rem 1rem;
    border-radius: 12px;
    border: 1px solid rgba(255,255,255,0.15);
    background: rgba(255,255,255,0.08);
    color: #fff;
    font-size: 1rem;
    transition: border-color 0.3s, box-shadow 0.3s;
    outline: none;
    font-family: inherit;
}

.form-group input:focus,
.form-group textarea:focus,
.form-group select:focus {
    border-color: #ffd700;
    box-shadow: 0 0 0 3px rgba(255,215,0,0.15);
}

.form-group input::placeholder,
.form-group textarea::placeholder {
    color: #666;
}

.form-group textarea {
    resize: vertical;
    min-height: 80px;
}

.form-group select option {
    background: #2a0a0a;
    color: white;
}

.btn-auth {
    width: 100%;
    background: linear-gradient(135deg, #DC143C 0%, #8B0000 100%);
    color: white;
    border: none;
    padding: 1rem;
    border-radius: 25px;
    font-size: 1.1rem;
    font-weight: bold;
    cursor: pointer;
    transition: all 0.3s;
    box-shadow: 0 5px 15px rgba(220, 20, 60, 0.4);
    margin-top: 0.5rem;
}

.btn-auth:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(220, 20, 60, 0.6);
}

.btn-secondary {
    background: linear-gradient(135deg, #444 0%, #222 100%);
    box-shadow: 0 4px 12px rgba(0,0,0,0.3);
}

.btn-danger {
    background: linear-gradient(135deg, #e53935 0%, #b71c1c 100%);
    box-shadow: 0 4px 12px rgba(229, 57, 53, 0.4);
}

.auth-footer {
    text-align: center;
    margin-top: 1.5rem;
    padding-top: 1.2rem;
    border-top: 1px solid rgba(255,255,255,0.1);
}

.auth-footer p {
    color: #999;
    font-size: 0.9rem;
}

.auth-footer a {
    color: #ffd700;
    text-decoration: none;
    font-weight: 600;
    transition: color 0.3s;
}

.auth-footer a:hover {
    color: #fff;
}

.alert {
    padding: 0.8rem 1rem;
    border-radius: 12px;
    margin-bottom: 1rem;
    font-size: 0.9rem;
    font-weight: 500;
}

.alert-danger, .alert-error {
    background: rgba(231, 76, 60, 0.2);
    border: 1px solid rgba(231, 76, 60, 0.4);
    color: #e74c3c;
}

.alert-success {
    background: rgba(46, 204, 113, 0.2);
    border: 1px solid rgba(46, 204, 113, 0.4);
    color: #2ecc71;
}

.alert-info {
    background: rgba(52, 152, 219, 0.2);
    border: 1px solid rgba(52, 152, 219, 0.4);
    color: #3498db;
}

/* ===== PROFILE ===== */
.profile-info {
    margin-bottom: 1.5rem;
}

.profile-field {
    padding: 0.8rem 0;
    border-bottom: 1px solid rgba(255,255,255,0.06);
}

.profile-field label {
    display: block;
    color: #888;
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 4px;
}

.profile-field p {
    color: white;
    font-size: 1rem;
    font-weight: 600;
}

.profile-actions {
    display: flex;
    gap: 12px;
    margin-bottom: 1.5rem;
}

.profile-actions .btn-auth {
    flex: 1;
    font-size: 0.9rem;
    padding: 0.8rem;
}

.profile-orders h2 {
    color: #ffd700;
    font-size: 1.2rem;
    margin-bottom: 1rem;
    padding-top: 1rem;
    border-top: 1px solid rgba(255,255,255,0.1);
}

.order-card {
    background: rgba(255,255,255,0.04);
    border: 1px solid rgba(255,255,255,0.06);
    border-radius: 12px;
    padding: 12px;
    margin-bottom: 8px;
}

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

.order-id {
    font-weight: 700;
    color: white;
    font-size: 0.9rem;
}

.order-status {
    padding: 3px 10px;
    border-radius: 12px;
    font-size: 0.7rem;
    font-weight: 700;
    text-transform: uppercase;
    color: white;
}

.status-pendente { background: #ff9800; }
.status-confirmado { background: #2196f3; }
.status-preparando { background: #9c27b0; }
.status-saiu_entrega { background: #ff5722; }
.status-entregue { background: #4caf50; }
.status-cancelado { background: #f44336; }

.order-date {
    color: rgba(255,255,255,0.5);
    font-size: 0.8rem;
}

.order-total {
    color: #ffd700;
    font-weight: 800;
    font-size: 1rem;
    margin-top: 4px;
}

/* ===== CARRINHO ===== */
.carrinho-container {
    padding: 20px 16px;
    max-width: 480px;
    margin: 0 auto;
}

.carrinho-container h1 {
    color: #ffd700;
    font-size: 1.5rem;
    margin-bottom: 1.5rem;
    text-align: center;
}

.carrinho-itens {
    margin-bottom: 1.5rem;
}

.carrinho-item {
    background: rgba(255,255,255,0.04);
    border: 1px solid rgba(255,255,255,0.06);
    border-radius: 12px;
    padding: 12px;
    margin-bottom: 8px;
}

.item-info {
    display: flex;
    gap: 12px;
    align-items: flex-start;
    margin-bottom: 8px;
}

.item-emoji {
    font-size: 1.5rem;
    flex-shrink: 0;
}

.item-detalhes h4 {
    color: white;
    font-size: 0.95rem;
    font-weight: 700;
    margin-bottom: 2px;
}

.item-config {
    color: rgba(255,255,255,0.7);
    font-size: 0.8rem;
    margin: 0;
}

.item-config-sub {
    color: rgba(255,255,255,0.5);
    font-size: 0.75rem;
    margin: 2px 0 0;
}

.item-preco-unit {
    color: rgba(255,255,255,0.5);
    font-size: 0.8rem;
    margin: 0;
}

.item-acoes {
    display: flex;
    align-items: center;
    gap: 12px;
    padding-top: 8px;
    border-top: 1px solid rgba(255,255,255,0.06);
}

.qty-form {
    display: flex;
    align-items: center;
}

.qty-input {
    width: 50px;
    padding: 6px;
    border-radius: 8px;
    border: 1px solid rgba(255,255,255,0.15);
    background: rgba(255,255,255,0.08);
    color: white;
    text-align: center;
    font-size: 0.9rem;
}

.item-subtotal {
    flex: 1;
    color: #ffd700;
    font-weight: 800;
    font-size: 1rem;
    text-align: right;
}

.btn-remover {
    color: #e74c3c;
    text-decoration: none;
    font-size: 1.2rem;
    font-weight: bold;
    padding: 4px 8px;
    border-radius: 8px;
    transition: all 0.2s;
}

.btn-remover:hover {
    background: rgba(231, 76, 60, 0.2);
}

.carrinho-resumo {
    background: rgba(255,255,255,0.04);
    border: 1px solid rgba(255,255,255,0.06);
    border-radius: 16px;
    padding: 20px;
}

.carrinho-resumo h3 {
    color: #ffd700;
    font-size: 1.1rem;
    margin-bottom: 12px;
}

.resumo-linha {
    display: flex;
    justify-content: space-between;
    padding: 6px 0;
    color: rgba(255,255,255,0.7);
    font-size: 0.9rem;
}

.resumo-linha.total {
    border-top: 1px solid rgba(255,255,255,0.1);
    margin-top: 8px;
    padding-top: 12px;
    color: #ffd700;
    font-size: 1.2rem;
    font-weight: 900;
}

.btn-checkout {
    display: block;
    width: 100%;
    background: linear-gradient(135deg, #4caf50 0%, #2e7d32 100%);
    color: white;
    text-decoration: none;
    padding: 14px;
    border-radius: 50px;
    font-weight: 800;
    font-size: 1rem;
    text-align: center;
    margin-top: 16px;
    box-shadow: 0 4px 12px rgba(76, 175, 80, 0.4);
    transition: all 0.2s;
}

.btn-checkout:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 16px rgba(76, 175, 80, 0.5);
}

.btn-continuar {
    display: block;
    width: 100%;
    background: rgba(255,255,255,0.08);
    color: white;
    text-decoration: none;
    padding: 12px;
    border-radius: 50px;
    font-weight: 600;
    font-size: 0.9rem;
    text-align: center;
    margin-top: 8px;
    border: 1px solid rgba(255,255,255,0.1);
    transition: all 0.2s;
}

.btn-continuar:hover {
    background: rgba(255,255,255,0.12);
}

.carrinho-vazio {
    text-align: center;
    padding: 40px 20px;
}

.vazio-emoji {
    font-size: 4rem;
    display: block;
    margin-bottom: 16px;
}

.carrinho-vazio h2 {
    color: white;
    margin-bottom: 8px;
}

.carrinho-vazio p {
    color: rgba(255,255,255,0.5);
    margin-bottom: 20px;
}

.btn-cardapio {
    display: inline-block;
    background: linear-gradient(135deg, #ff6b00 0%, #c62828 100%);
    color: white;
    text-decoration: none;
    padding: 12px 32px;
    border-radius: 50px;
    font-weight: 800;
    box-shadow: 0 4px 12px rgba(198, 40, 40, 0.4);
}

/* ===== CHECKOUT ===== */
.checkout-container {
    padding: 20px 16px;
    max-width: 480px;
    margin: 0 auto;
}

.checkout-container h1 {
    color: #ffd700;
    font-size: 1.5rem;
    margin-bottom: 1.5rem;
    text-align: center;
}

.checkout-content {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.checkout-form-section,
.checkout-resumo {
    background: rgba(255,255,255,0.04);
    border: 1px solid rgba(255,255,255,0.06);
    border-radius: 16px;
    padding: 20px;
}

.checkout-form-section h3,
.checkout-resumo h3 {
    color: #ffd700;
    font-size: 1.1rem;
    margin-bottom: 12px;
}

.checkout-user-info {
    background: rgba(255,255,255,0.04);
    border-radius: 12px;
    padding: 12px;
    margin-bottom: 16px;
}

.checkout-user-info p {
    color: rgba(255,255,255,0.8);
    font-size: 0.9rem;
    margin-bottom: 2px;
}

.btn-confirmar {
    width: 100%;
    background: linear-gradient(135deg, #4caf50 0%, #2e7d32 100%);
    color: white;
    border: none;
    padding: 14px;
    border-radius: 50px;
    font-size: 1.1rem;
    font-weight: 800;
    cursor: pointer;
    box-shadow: 0 4px 12px rgba(76, 175, 80, 0.4);
    transition: all 0.2s;
    margin-top: 12px;
}

.btn-confirmar:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 16px rgba(76, 175, 80, 0.5);
}

.resumo-item {
    display: flex;
    justify-content: space-between;
    padding: 6px 0;
    color: rgba(255,255,255,0.7);
    font-size: 0.9rem;
}

.resumo-total {
    display: flex;
    justify-content: space-between;
    padding: 12px 0 0;
    margin-top: 8px;
    border-top: 1px solid rgba(255,255,255,0.1);
    color: #ffd700;
    font-size: 1.1rem;
}

.info-box {
    background: rgba(255,255,255,0.04);
    border-radius: 12px;
    padding: 12px;
    margin-top: 12px;
}

.info-box p {
    color: rgba(255,255,255,0.6);
    font-size: 0.85rem;
    margin-bottom: 4px;
}

/* ===== MONTAR PIZZA ===== */
.montar-page {
    padding-bottom: 320px;
}

.montar-header {
    background: linear-gradient(135deg, #8B0000 0%, #5C0000 100%);
    padding: 16px;
    text-align: center;
}

.montar-back {
    color: #ffd700;
    text-decoration: none;
    font-weight: 600;
    display: inline-block;
    margin-bottom: 8px;
}

.montar-header h1 {
    color: white;
    font-size: 1.5rem;
    margin-bottom: 4px;
}

.montar-header p {
    color: rgba(255,255,255,0.7);
    font-size: 0.9rem;
}

.montar-config {
    padding: 16px;
}

.montar-section {
    margin-bottom: 20px;
}

.montar-section h3 {
    color: white;
    font-size: 1rem;
    font-weight: 800;
    margin-bottom: 10px;
}

.montar-opcoes {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}

.montar-opcao {
    background: rgba(255,255,255,0.06);
    border: 2px solid rgba(255,255,255,0.1);
    border-radius: 12px;
    padding: 10px 16px;
    cursor: pointer;
    transition: all 0.2s;
    display: flex;
    align-items: center;
    gap: 6px;
}

.montar-opcao input {
    display: none;
}

.montar-opcao span {
    color: rgba(255,255,255,0.8);
    font-weight: 600;
    font-size: 0.9rem;
}

.montar-opcao.selected {
    background: rgba(255, 107, 0, 0.15);
    border-color: #ff6b00;
}

.montar-opcao.selected span {
    color: #ffd700;
}

.montar-info {
    color: rgba(255,255,255,0.5);
    font-size: 0.8rem;
    margin-top: 8px;
    font-style: italic;
}

.montar-qty {
    display: flex;
    align-items: center;
    gap: 12px;
}

.qty-btn {
    width: 40px;
    height: 40px;
    border-radius: 12px;
    border: 1px solid rgba(255,255,255,0.15);
    background: rgba(255,255,255,0.08);
    color: white;
    font-size: 1.3rem;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s;
}

.qty-btn:hover {
    background: rgba(255,255,255,0.15);
}

.qty-input-montar {
    width: 60px;
    text-align: center;
    padding: 8px;
    border-radius: 12px;
    border: 1px solid rgba(255,255,255,0.15);
    background: rgba(255,255,255,0.08);
    color: white;
    font-size: 1.1rem;
    font-weight: 700;
}

.montar-sabores {
    padding: 0 16px;
    margin-bottom: 16px;
}

.montar-sabores h3 {
    color: white;
    font-size: 1rem;
    font-weight: 800;
    margin-bottom: 10px;
}

.sabor-selecionado {
    color: #ffd700;
    font-weight: 600;
}

.sabores-lista-montar {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.sabor-item-montar {
    background: rgba(255,255,255,0.04);
    border: 2px solid rgba(255,255,255,0.06);
    border-radius: 12px;
    padding: 12px;
    cursor: pointer;
    transition: all 0.2s;
    display: flex;
    align-items: center;
    gap: 12px;
    position: relative;
}

.sabor-item-montar:hover {
    background: rgba(255,255,255,0.06);
}

.sabor-item-montar.selected {
    border-color: #ff6b00;
    background: rgba(255, 107, 0, 0.1);
}

.sabor-item-info {
    flex: 1;
}

.sabor-item-info h4 {
    color: white;
    font-size: 0.95rem;
    font-weight: 700;
    margin-bottom: 2px;
}

.sabor-item-info p {
    color: rgba(255,255,255,0.5);
    font-size: 0.75rem;
    margin: 0;
}

.sabor-item-precos {
    display: flex;
    gap: 6px;
    flex-wrap: wrap;
}

.preco-tag-montar {
    background: rgba(255,255,255,0.06);
    padding: 3px 8px;
    border-radius: 8px;
    font-size: 0.7rem;
    color: rgba(255,255,255,0.7);
    font-weight: 600;
}

.sabor-item-check {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: rgba(255,255,255,0.06);
    color: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.9rem;
    font-weight: bold;
    transition: all 0.2s;
    flex-shrink: 0;
}

.sabor-item-montar.selected .sabor-item-check {
    background: #ff6b00;
    color: white;
}

.montar-footer {
    position: fixed;
    bottom: 80px;
    left: 0;
    right: 0;
    background: linear-gradient(180deg, rgba(26, 5, 5, 0.95) 0%, #1a0505 100%);
    backdrop-filter: blur(10px);
    padding: 16px;
    border-top: 1px solid rgba(255,255,255,0.06);
    z-index: 998;
}

.montar-resumo {
    margin-bottom: 8px;
}

.resumo-texto {
    color: white;
    font-weight: 700;
    font-size: 0.95rem;
    margin: 0;
}

.resumo-detalhe {
    color: rgba(255,255,255,0.5);
    font-size: 0.8rem;
    margin: 2px 0 0;
}

.montar-total {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 12px;
    color: rgba(255,255,255,0.7);
    font-weight: 600;
}

.montar-preco {
    color: #ffd700;
    font-size: 1.4rem;
    font-weight: 900;
}

.btn-adicionar-montar {
    width: 100%;
    background: linear-gradient(135deg, #ff6b00 0%, #c62828 100%);
    color: white;
    border: none;
    padding: 14px;
    border-radius: 50px;
    font-size: 1.1rem;
    font-weight: 800;
    cursor: pointer;
    box-shadow: 0 4px 12px rgba(198, 40, 40, 0.4);
    transition: all 0.2s;
}

.btn-adicionar-montar:hover:not(:disabled) {
    transform: translateY(-2px);
    box-shadow: 0 6px 16px rgba(198, 40, 40, 0.5);
}

.btn-adicionar-montar:disabled {
    opacity: 0.5;
    cursor: not-allowed;
}

/* ===== CONFIRMACAO ===== */
.confirmacao-container {
    padding: 20px 16px;
    max-width: 480px;
    margin: 0 auto;
    text-align: center;
}

.confirmacao-sucesso {
    padding: 40px 20px;
}

.sucesso-emoji {
    font-size: 4rem;
    display: block;
    margin-bottom: 16px;
}

.confirmacao-sucesso h1 {
    color: #4caf50;
    font-size: 1.5rem;
    margin-bottom: 8px;
}

.pedido-numero {
    color: #ffd700;
    font-size: 1.2rem;
    font-weight: 800;
    margin-bottom: 20px;
}

.confirmacao-info {
    background: rgba(255,255,255,0.04);
    border: 1px solid rgba(255,255,255,0.06);
    border-radius: 16px;
    padding: 16px;
    margin-bottom: 20px;
    text-align: left;
}

.info-item {
    display: flex;
    justify-content: space-between;
    padding: 8px 0;
    border-bottom: 1px solid rgba(255,255,255,0.04);
}

.info-item:last-child {
    border-bottom: none;
}

.info-label {
    color: rgba(255,255,255,0.5);
    font-size: 0.9rem;
}

.valor-total {
    color: #ffd700;
    font-weight: 900;
    font-size: 1.1rem;
}

.proximos-passos {
    background: rgba(255,255,255,0.04);
    border: 1px solid rgba(255,255,255,0.06);
    border-radius: 16px;
    padding: 16px;
    margin-bottom: 20px;
    text-align: left;
}

.proximos-passos h3 {
    color: white;
    font-size: 1rem;
    margin-bottom: 12px;
}

.proximos-passos ul {
    list-style: none;
    padding: 0;
}

.proximos-passos li {
    color: rgba(255,255,255,0.7);
    padding: 6px 0;
    font-size: 0.9rem;
}

.confirmacao-botoes {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.btn-status {
    display: block;
    background: linear-gradient(135deg, #ff6b00 0%, #c62828 100%);
    color: white;
    text-decoration: none;
    padding: 14px;
    border-radius: 50px;
    font-weight: 800;
    font-size: 1rem;
    box-shadow: 0 4px 12px rgba(198, 40, 40, 0.4);
}

.btn-novo-pedido {
    display: block;
    background: rgba(255,255,255,0.08);
    color: white;
    text-decoration: none;
    padding: 12px;
    border-radius: 50px;
    font-weight: 600;
    font-size: 0.9rem;
    border: 1px solid rgba(255,255,255,0.1);
}

/* ===== TOAST NOTIFICATION ===== */
.toast-notification {
    position: fixed;
    bottom: 100px;
    left: 50%;
    transform: translateX(-50%) translateY(20px);
    background: linear-gradient(135deg, #4caf50 0%, #2e7d32 100%);
    color: white;
    padding: 12px 24px;
    border-radius: 50px;
    font-weight: 700;
    font-size: 0.9rem;
    box-shadow: 0 4px 20px rgba(0,0,0,0.4);
    z-index: 9999;
    opacity: 0;
    transition: all 0.3s ease;
    white-space: nowrap;
}

.toast-notification.show {
    opacity: 1;
    transform: translateX(-50%) translateY(0);
}
