.modal-backdrop {
    background-color: rgba(0, 0, 0, 0.9);
}


.pricing-modal-chip {
    background-color: #72a;
    color: #fff;
    border-radius: 12px;
    padding: 0.9rem 1.5rem;
    font-weight: 600;
    letter-spacing: 0.5px;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.25);
    width: 100%;
    display: block;
}


.pricing-modal-chip span {
    display: inline-block;
}

.pricing-modal-chip__title {
    font-size: 1.5rem;
}

.plan-badge {
    background-color: #72a;
    color: #fff;
    border-radius: 12px;
    padding: 0.8rem 1rem;
    margin-bottom: 1rem;
    font-weight: 600;
    letter-spacing: 0.4px;
    box-shadow: inset 0 0 0 rgba(0,0,0,0.1);
}

.plan-card {
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.25);
    border-radius: 18px;
}

.plan-card-body {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.plan-cta-wrapper {
    margin-top: auto;
    padding-top: 1.5rem;
    text-align: center;
}

.plan-column-highlight {
    border: 1px solid #d1d1d1;
    border-radius: 20px;
    padding: 1.2rem;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.25);
}

.plan-cta-button {
    background: linear-gradient(135deg, #6c3ba1, #9b59b6);
    border: none;
    font-size: 1rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    padding: 0.9rem 2.5rem;
    border-radius: 20px;
    box-shadow: 0 12px 30px rgba(107, 59, 161, 0.35);
    color: #fff;
    animation: pulseButton 2.6s ease-in-out infinite;
}

.plan-cta-button:hover {
    transform: translateY(-3px) scale(1.03);
    box-shadow: 0 15px 35px rgba(107, 59, 161, 0.45);
    text-decoration: none;
    color: #fff !important;
    opacity: 0.8 !important;
}

.feature-modal-card {
    background-color: #fff;
    border-radius: 18px;
    padding: 1rem;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.2);
    text-align: center;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.6rem;
}

.feature-modal-body {
    display: flex;
    gap: 0.9rem;
    align-items: flex-start;
    text-align: left;
}

.feature-modal-thumb {
    width: clamp(72px, 24vw, 100px);
    height: clamp(72px, 24vw, 100px);
    border-radius: 6px;
    background-size: cover;
    background-position: center;
    flex-shrink: 0;
}

.thumb-pedidos { background-image: url('../img/gestor.png'); }
.thumb-produtos { background-image: url('../img/produtos.png'); }
.thumb-relatorios { background-image: url('../img/relatorios.png'); }
.thumb-treinamentos { background-image: url('../img/treinamento.png'); }
.thumb-cardapio { background-image: url('../img/cardapio.png'); }
.thumb-suporte { background-image: url('../img/suporte.png'); }

.feature-modal-icon {
    width: 52px;
    height: 52px;
    border-radius: 14px;
    background-color: transparent;
    color: #72a;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
    box-shadow: none;
}

.feature-modal-title {
    background-color: #72a;
    color: #fff;
    padding: 0.8rem 1rem;
    border-radius: 12px;
    font-weight: 600;
    font-size: 1rem;
    letter-spacing: 0.4px;
    margin: 0 0 1rem;
    display: block;
    width: 100%;
}

.feature-modal-text {
    color: #4b4b4b;
    font-size: 0.9rem;
    margin: 0;
}

.plan-cta-button a:hover {
    transform: translateY(-3px) scale(1.03);
    box-shadow: 0 15px 35px rgba(107, 59, 161, 0.45);
    text-decoration: none;
    color: #fff !important;
}

@keyframes pulseButton {
    0%, 100% {
        transform: scale(1);
        box-shadow: 0 12px 30px rgba(107, 59, 161, 0.3);
    }
    50% {
        transform: scale(1.04);
        box-shadow: 0 16px 36px rgba(107, 59, 161, 0.45);
    }
}

.pricing-modal-close {
    position: absolute;
    top: 18px;
    right: 18px;
    background-color: rgba(255, 255, 255, 0.9);
    border-radius: 50%;
    padding: 0.35rem;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.25);
}

body.modal-blur-active > *:not(.modal):not(.modal-backdrop) {
    filter: blur(4px);
    transition: filter 0.2s ease;
}

body > *:not(.modal):not(.modal-backdrop) {
    transition: filter 0.2s ease;
}

/* Hero illustration */
.hero-illustration {
    position: relative;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: clamp(280px, 60vw, 520px);
    margin: 0 auto;
    pointer-events: none;
}

.device-scooter {
    position: relative;
    width: clamp(220px, 50vw, 320px);
    height: clamp(300px, 65vw, 420px);
}

.hero-photo {
    width: 100%;
    max-width: clamp(260px, 65vw, 520px);
    height: auto;
    display: block;
    margin: 0 auto;
    filter: drop-shadow(0 25px 60px rgba(0, 0, 0, 0.35));
    animation: heroFloat 5s ease-in-out infinite;
    scale: 2;
}

@keyframes heroFloat {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-15px);
    }
}

.phone-mockup {
    position: absolute;
    right: 0;
    bottom: 0;
    width: clamp(160px, 38vw, 220px);
    height: clamp(260px, 60vw, 380px);
    background: #0f0b1d;
    border-radius: clamp(20px, 5vw, 30px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.35);
    display: flex;
    flex-direction: column;
    align-items: center;
    z-index: 2;
}

.phone-notch {
    width: clamp(80px, 22vw, 120px);
    height: clamp(14px, 3.5vw, 22px);
    background: #0f0b1d;
    border-bottom-left-radius: clamp(10px, 3vw, 14px);
    border-bottom-right-radius: clamp(10px, 3vw, 14px);
    margin-top: clamp(6px, 2vw, 8px);
}

.phone-screen {
    width: 88%;
    height: 85%;
    background: linear-gradient(140deg, #9f3dff, #ff5ec4);
    border-radius: clamp(18px, 4vw, 24px);
    margin-top: clamp(-12px, -3vw, -6px);
    padding: clamp(16px, 4vw, 24px);
    color: #fff;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.phone-screen p {
    font-size: clamp(1.1rem, 3vw, 1.5rem);
    line-height: 1.3;
    font-weight: 700;
    margin-top: clamp(50px, 12vw, 80px);
}

.screen-lines {
    position: absolute;
    inset: 10px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    opacity: 0.3;
}

.screen-lines span {
    display: block;
    height: 1px;
    background: rgba(255, 255, 255, 0.6);
}

.phone-shadow {
    position: absolute;
    bottom: -10px;
    width: clamp(90px, 25vw, 150px);
    height: clamp(12px, 3vw, 20px);
    background: rgba(0, 0, 0, 0.2);
    filter: blur(6px);
    border-radius: 50%;
}

.scooter-mockup {
    position: absolute;
    left: 0;
    bottom: 10px;
    width: clamp(140px, 35vw, 200px);
    height: clamp(180px, 45vw, 240px);
    z-index: 3;
}

.scooter-body {
    position: absolute;
    width: clamp(80px, 25vw, 120px);
    height: clamp(120px, 35vw, 170px);
    background: linear-gradient(150deg, #ff4fd8, #8c29ff);
    border-radius: clamp(50px, 20vw, 80px) clamp(50px, 20vw, 80px) clamp(28px, 8vw, 40px) clamp(28px, 8vw, 40px);
    bottom: clamp(40px, 12vw, 60px);
    left: clamp(18px, 5vw, 30px);
    box-shadow: inset -10px -10px 0 rgba(255, 255, 255, 0.2);
}

.scooter-seat {
    position: absolute;
    width: clamp(80px, 24vw, 110px);
    height: clamp(20px, 5vw, 30px);
    background: #0f0b1d;
    border-radius: clamp(14px, 5vw, 20px);
    bottom: clamp(110px, 30vw, 150px);
    left: clamp(22px, 6vw, 35px);
}

.scooter-handle {
    position: absolute;
    width: clamp(90px, 30vw, 140px);
    height: clamp(6px, 2vw, 8px);
    background: #0f0b1d;
    border-radius: 4px;
    bottom: clamp(140px, 36vw, 190px);
    left: clamp(14px, 5vw, 20px);
}

.scooter-wheel {
    position: absolute;
    width: clamp(40px, 16vw, 60px);
    height: clamp(40px, 16vw, 60px);
    background: #0f0b1d;
    border-radius: 50%;
    bottom: 0;
    box-shadow: inset -8px -8px 0 rgba(255, 255, 255, 0.15);
}

.scooter-wheel.front {
    left: clamp(70px, 28vw, 110px);
}

.scooter-wheel.back {
    left: clamp(18px, 8vw, 30px);
}

.scooter-light {
    position: absolute;
    width: clamp(24px, 8vw, 36px);
    height: clamp(24px, 8vw, 36px);
    background: #fff7c7;
    border-radius: 50%;
    border: clamp(4px, 1.6vw, 6px) solid #0f0b1d;
    left: clamp(2px, 2vw, 5px);
    bottom: clamp(90px, 28vw, 130px);
}

:root {
    --primary-color: #72a;
    --secondary-color: #72a;
    --dark-color: #72a;
    --light-bg: #72a;
    --white: #fff;
    --text-color: #fff;
    --green-badge: #72a;
    --red-badge: #72a;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: #fff;
    background-image: url('../img/bg.png');
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    overflow-x: hidden;
    position: relative;
}

.non-selectable {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

body::before {
    content: '';
    position: fixed;
    inset: 0;
    background: rgba(255, 255, 255, 0.20);
    pointer-events: none;
    z-index: -1;
}

.navbar {
    padding: 1rem 0;
    transition: all 0.3s ease;
}

.navbar-brand {
    font-size: 1.5rem;
    font-weight: bold;
    color: #fff;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.navbar-brand,
.navbar-brand:hover,
.navbar-brand:focus {
    color: #fff;
    text-decoration: none;
}

.navbar-brand i {
    color: var(--primary-color);
}

.brand-logo {
    height: 32px;
    width: auto;
    object-fit: contain;
}

.nav-link {
    color: #fff;
    font-weight: 500;
    margin: 0 0.5rem;
    transition: color 0.3s ease, background-color 0.3s ease;
    border-radius: 20px;
    padding: 0.4rem 0.8rem;
}

.nav-link:hover {
    color: #72a;
    background-color: #fff;
}

.nav-link:active,
.nav-link:focus {
    color: #fff;
}

.navbar .navbar-nav .nav-link-entrar {
    border: 2px solid #fff;
    border-radius: 999px;
    padding: 0.4rem 1.8rem;
    font-weight: 600;
}

.btn-entrar {
    background-color: transparent;
    color: #fff;
    border-radius: 30px;
    padding: 0.5rem 1.5rem;
    font-weight: 600;
    border: 2px solid #fff;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.btn-entrar:hover,
.btn-entrar:focus {
    background-color: #fff;
    color: #72a;
    border-color: #fff;
}

.navbar-icons {
    display: flex;
    gap: 1rem;
    margin-left: 1rem;
}

.icon-link {
    position: relative;
    color: var(--dark-color);
    font-size: 1.2rem;
    transition: color 0.3s ease;
}

.icon-link:hover {
    color: #fff;
}

.icon-link .badge {
    position: absolute;
    top: -8px;
    right: -8px;
    background-color: var(--red-badge);
    color: var(--white);
    font-size: 0.7rem;
    padding: 2px 6px;
    border-radius: 50%;
}

.hero-section {
    min-height: 100vh;
    display: flex;
    align-items: center;
    padding: clamp(80px, 12vh, 110px) 0 clamp(40px, 8vh, 60px);
    position: relative;
    overflow: hidden;
}

.hero-section .container {
    position: relative;
    z-index: 5;
}

.hero-content {
    padding: clamp(1rem, 4vw, 2rem) 0;
}

.hero-section::before {
    content: '';
    position: absolute;
    left: 50%;
    bottom: -2px;
    height: clamp(220px, 35vh, 420px);
    width: 120vw;
    transform: translateX(-50%);
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1440 400' preserveAspectRatio='none'%3E%3Cpath fill='%23ffffff' d='M0,320 C160,135 320,15 480,25 C640,35 800,185 960,195 C1120,205 1280,85 1440,45 L1440,400 L0,400 Z' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center bottom;
    z-index: 3;
    pointer-events: none;
}

.hero-section::after {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at 15% 20%, rgba(255, 255, 255, 0.06) 0%, transparent 45%),
                radial-gradient(circle at 80% 15%, rgba(255, 255, 255, 0.08) 0%, transparent 55%);
    z-index: 1;
    pointer-events: none;
}

.hero-title {
    font-size: clamp(2.2rem, 5vw, 4rem);
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: clamp(1rem, 3vw, 1.5rem);
    color: #fff;
}

.hero-title .highlight,
.hero-title .delivery-text {
    color: #fff;
}

.hero-description {
    font-size: clamp(1rem, 2.4vw, 1.1rem);
    color: #fff;
    margin-bottom: clamp(1.5rem, 4vw, 2rem);
    line-height: 1.6;
}

.hero-buttons {
    display: flex;
    gap: clamp(0.75rem, 2vw, 1rem);
    margin-bottom: clamp(1.5rem, 4vw, 2rem);
    flex-wrap: wrap;
}

.btn-order {
    background-color: var(--dark-color);
    color: #fff;
    border: none;
    padding: clamp(0.7rem, 2.5vw, 0.8rem) clamp(1.6rem, 5vw, 2rem);
    font-weight: 600;
    border-radius: 50px;
    transition: all 0.3s ease;
}

.btn-order:hover {
    background-color: #fff;
    color: #72a;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(114, 42, 170, 0.3);
}

.btn-video {
    padding: clamp(0.7rem, 2.5vw, 0.8rem) clamp(1.6rem, 5vw, 2rem);
    font-weight: 600;
    border-radius: 50px;
    border: 2px solid #fff;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    transition: all 0.3s ease;
    color: #fff;
}

.btn-video:hover {
    background-color: #fff;
    color: #72a;
    border-color: #fff;
}

.rating-section {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.stars {
    display: flex;
    gap: clamp(0.6rem, 2vw, 1rem);
}

.stars i {
    color: #f7b731;
    font-size: clamp(1.2rem, 4vw, 2rem);
}

.rating-text strong {
    color: #fff;
    font-size: 1rem;
}

.rating-text small {
    color: #fff;
    font-size: 0.85rem;
}

.hero-image {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.food-items-container {
    position: relative;
    width: 100%;
    max-width: clamp(280px, 80vw, 500px);
    height: clamp(320px, 80vw, 500px);
    display: flex;
    justify-content: center;
    align-items: center;
}

.main-image {
    width: 100%;
    height: auto;
    max-width: clamp(260px, 70vw, 400px);
    filter: drop-shadow(0 10px 30px rgba(0, 0, 0, 0.1));
}

.badge-fast-food {
    position: absolute;
    top: 20%;
    left: 10%;
    background-color: var(--red-badge);
    color: var(--white);
    width: clamp(70px, 18vw, 100px);
    height: clamp(70px, 18vw, 100px);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-weight: bold;
    font-size: clamp(0.85rem, 2.5vw, 1.2rem);
    line-height: 1.3;
    box-shadow: 0 5px 20px rgba(231, 76, 60, 0.4);
    animation: float 3s ease-in-out infinite;
}

.badge-best-town {
    position: absolute;
    bottom: 20%;
    right: 10%;
    background-color: var(--green-badge);
    color: var(--white);
    width: clamp(75px, 20vw, 110px);
    height: clamp(75px, 20vw, 110px);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-weight: bold;
    font-size: clamp(0.85rem, 2.5vw, 1.2rem);
    line-height: 1.3;
    box-shadow: 0 5px 20px rgba(126, 211, 33, 0.4);
    animation: float 3s ease-in-out infinite 1.5s;
}

@keyframes float {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-20px);
    }
}

.floating-chat {
    position: fixed;
    bottom: clamp(16px, 4vw, 30px);
    left: clamp(16px, 4vw, 30px);
    width: clamp(48px, 10vw, 60px);
    height: clamp(48px, 10vw, 60px);
    background-color: var(--dark-color);
    color: var(--white);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    cursor: pointer;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease;
    z-index: 1000;
}

.floating-chat:hover {
    background-color: #fff;
    color: #72a;
    transform: scale(1.1);
}

.features-section {
    padding: 80px 0;
}

.section-header {
    margin-bottom: 3rem;
}

.section-header h2 {
    font-size: 2.5rem;
    font-weight: 700;
    color: #fff;
    margin-bottom: 1rem;
}

.section-header p {
    font-size: 1.1rem;
    color: #fff;
}

.feature-card {
    background-color: var(--light-bg);
    padding: 2rem;
    border-radius: 15px;
    text-align: center;
    transition: all 0.3s ease;
    height: 100%;
}

.feature-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.feature-icon {
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, var(--primary-color), var(--secondary-color));
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1.5rem;
    font-size: 2rem;
    color: var(--white);
}

.feature-card h3 {
    font-size: 1.3rem;
    font-weight: 600;
    color: #fff;
    margin-bottom: 1rem;
}

.feature-card p {
    color: #fff;
    line-height: 1.6;
}

.benefits-section {
    padding: 80px 0;
}

.benefits-image img {
    width: 100%;
    height: auto;
    filter: drop-shadow(0 10px 30px rgba(0, 0, 0, 0.1));
}

.benefits-content h2 {
    font-size: 2.5rem;
    font-weight: 700;
    color: #fff;
    margin-bottom: 2rem;
}

.benefit-item {
    display: flex;
    gap: 1.5rem;
    margin-bottom: 2rem;
    align-items: flex-start;
}

.benefit-icon {
    flex-shrink: 0;
}

.benefit-icon i {
    font-size: 2rem;
    color: var(--green-badge);
}

.benefit-text h4 {
    font-size: 1.3rem;
    font-weight: 600;
    color: #fff;
    margin-bottom: 0.5rem;
}

.benefit-text p {
    color: #fff;
    line-height: 1.6;
}

.contact-section {
    padding: 80px 0;
}

.contact-card {
    background-color: var(--light-bg);
    padding: 3rem;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.contact-card h2 {
    font-size: 2rem;
    font-weight: 700;
    color: #fff;
}

.form-label {
    font-weight: 600;
    color: #fff;
}

.form-control {
    border: 2px solid #e0e0e0;
    padding: 0.75rem;
    border-radius: 8px;
    transition: all 0.3s ease;
    color: #fff;
    background-color: transparent;
}

.form-control:focus {
    border-color: var(--primary-color);
    box-shadow: 0 0 0 0.2rem rgba(255, 107, 53, 0.1);
}

.footer {
    background-color: var(--dark-color);
    color: var(--white);
    padding: 3rem 0 1rem;
}

.footer h5 {
    font-weight: 700;
    margin-bottom: 1rem;
}

.footer p {
    color: rgba(255, 255, 255, 0.7);
}

.footer-links {
    list-style: none;
    padding: 0;
}

.footer-links li {
    margin-bottom: 0.5rem;
}

.footer-links a {
    color: rgba(255, 255, 255, 0.7);
    text-decoration: none;
    transition: color 0.3s ease;
}

.footer-links a:hover {
    color: var(--primary-color);
}

.social-links {
    display: flex;
    gap: 1rem;
}

.social-links a {
    width: 40px;
    height: 40px;
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--white);
    transition: all 0.3s ease;
}

.social-links a:hover {
    background-color: #fff;
    color: #72a;
    transform: translateY(-3px);
}

.footer hr {
    border-color: rgba(255, 255, 255, 0.1);
    margin: 2rem 0;
}

@media (max-width: 991px) {
    .hero-title {
        font-size: 3rem;
    }
    
    .hero-section {
        padding: 80px 0 40px;
    }
    
    .hero-image {
        margin-top: 3rem;
    }
    
    .navbar-icons {
        margin-left: 0;
        margin-top: 1rem;
    }
}

@media (max-width: 768px) {
    html,
    body {
        height: 100%;
        overflow: hidden;
    }

    .hero-section {
        min-height: 100vh;
        padding-bottom: clamp(16px, 4vh, 24px);
        overflow: hidden;
    }

    .hero-photo {
        scale: 2.1;
    }

    .navbar {
        background-color: #fff;
    }

    .navbar-brand {
        color: #72a;
    }

    .navbar-toggler {
        border-color: rgba(114, 42, 170, 0.35);
        position: relative;
        z-index: 1001;
        background-color: transparent;
    }

    .navbar-toggler:focus,
    .navbar-toggler:active,
    .navbar-toggler:focus-visible {
        box-shadow: none;
        outline: 0;
        border-color: rgba(114, 42, 170, 0.35);
    }

    .navbar-toggler-icon {
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(114, 42, 170, 0.9)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
    }

    .navbar .nav-link,
    .navbar .nav-link:hover,
    .navbar .nav-link:focus {
        color: #fff;
        text-align: center;
        width: 100%;
    }

    .navbar-collapse.collapse.show {
        background: linear-gradient(160deg, #6c3ba1, #9b59b6);
        position: fixed;
        left: 0;
        top: 70px;
        width: 100%;
        height: calc(100vh - 70px);
        padding-top: 1rem;
        z-index: 999;
        display: flex !important;
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
        gap: 1.5rem;
    }

    .navbar-collapse.collapse.show .nav-link {
        font-size: 1.35rem;
        font-weight: 600;
    }

    .navbar-collapse.collapse.show .navbar-nav {
        width: min(95%, 420px);
        align-items: center;
        margin: 0 auto;
    }

    .navbar-collapse.collapse.show .nav-item {
        width: 100%;
        text-align: center;
        border: 2px solid white;
        border-radius: 7px;
        padding: 0.75rem 0;
        margin: 0.25rem 0;
    }

    .navbar-collapse.collapse.show .nav-link-entrar {
        background-color: transparent;
        color: #fff;
        border: none;
        border-radius: 20px;
        padding: 0.4rem 0.8rem;
        font-weight: 600;
        width: 100%;
    }

    .navbar-brand {
        position: relative;
        z-index: 1000;
    }

    .navbar-action {
        margin: 0;
        width: 100%;
        display: flex;
        justify-content: center;
        border: 1px solid rgba(255, 255, 255, 0.6);
        border-radius: 16px;
        padding: 0.75rem 0;
    }

    .navbar-action .btn-entrar {
        background: transparent;
        border: none;
        color: #fff;
        padding: 0.5rem 0;
        font-weight: 500;
        font-size: 1.2rem;
        border-radius: 0;
        box-shadow: none;
        text-transform: none;
        width: 100%;
    }
    
    .hero-title {
        font-size: 2.5rem;
    }

    .hero-content {
        text-align: center;
    }

    .hero-illustration {
        margin-bottom: 1.5rem;
    }
    
    .hero-buttons {
        flex-direction: column;
        align-items: center;
    }

    .hero-buttons .btn-video {
        order: 1;
    }

    .hero-buttons .plan-cta-button {
        order: 2;
    }
    
    .btn-order, .btn-video {
        width: 100%;
        justify-content: center;
    }

    .hero-buttons .plan-cta-button,
    .hero-buttons .btn-video {
        width: 100%;
        min-height: clamp(48px, 12vw, 56px);
        padding: 0.85rem 1.6rem;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    
    .rating-section {
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-align: center;
    }

    .stars i {
        font-size: clamp(1.6rem, 7vw, 2.8rem);
    }
    
    .section-header h2 {
        font-size: 2rem;
    }
    
    .benefits-content h2 {
        font-size: 2rem;
    }
    
    .food-items-container {
        height: 400px;
    }
    
    .badge-fast-food,
    .badge-best-town {
        width: 80px;
        height: 80px;
        font-size: 0.9rem;
    }
}

@media (max-width: 576px) {
    .hero-title {
        font-size: 2rem;
    }
    
    .contact-card {
        padding: 2rem 1.5rem;
    }
    
    .floating-chat {
        width: 50px;
        height: 50px;
        font-size: 1.2rem;
        bottom: 20px;
        left: 20px;
    }
}
