body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.App{text-align:center}.App-logo{height:40vmin;pointer-events:none}@media (prefers-reduced-motion:no-preference){.App-logo{animation:App-logo-spin 20s linear infinite}}.App-header{align-items:center;background-color:#282c34;color:#fff;display:flex;flex-direction:column;font-size:calc(10px + 2vmin);justify-content:center;min-height:100vh}.App-link{color:#61dafb}@keyframes App-logo-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.header{background-color:#495e57;color:#f4ce14;padding:1rem;text-align:center}.header-content{margin:0 auto;max-width:1200px}.header h1{font-size:2rem;margin:0}.header p{font-size:1.1rem;margin:.5rem 0 0}.nav{background-color:#495e57;box-shadow:0 2px 4px #0000001a;padding:1rem}.nav-list{display:flex;gap:2rem;justify-content:center;list-style:none;margin:0 auto;max-width:1200px;padding:0}.nav-list a{border-radius:4px;color:#fff;font-size:1.1rem;font-weight:500;padding:.5rem 1rem;text-decoration:none;transition:all .3s ease}.nav-list a.active,.nav-list a:hover{background-color:#f4ce14;color:#333}@media (max-width:768px){.nav-list{align-items:center;flex-direction:column;gap:1rem}.nav-list a{display:block;padding:.75rem;text-align:center;width:100%}}.main{min-height:calc(100vh - 300px);padding:2rem}.main-content{margin:0 auto;max-width:1200px}.main-content h2{color:#2c3e50;margin-bottom:1rem}.main-content p{color:#34495e;line-height:1.6}.contact-container{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:1fr 1fr;margin:2rem auto;max-width:1200px;padding:0 1rem}.contact-form,.contact-info{background-color:#fff;border-radius:8px;box-shadow:0 2px 4px #0000001a;padding:2rem}.contact-form h2,.contact-info h2{color:#495e57;font-size:1.8rem;margin-bottom:1.5rem}.form-group input,.form-group textarea{border:1px solid #ddd;border-radius:4px;font-size:1rem;padding:.75rem;transition:border-color .3s ease;width:100%}.form-group input:focus,.form-group textarea:focus{border-color:#495e57;outline:none}.submit-btn{background-color:#495e57;border:none;border-radius:4px;color:#fff;cursor:pointer;font-size:1rem;padding:.75rem 1.5rem;transition:background-color .3s ease;width:100%}.submit-btn:hover{background-color:#f4ce14;color:#333}@media (max-width:768px){.contact-container{grid-template-columns:1fr}.contact-form,.contact-info{padding:1.5rem}}.form-group input:invalid,.form-group textarea:invalid{border-color:#ff6b6b}.form-group input:valid,.form-group textarea:valid{border-color:#51cf66}.submit-btn.loading{cursor:not-allowed;opacity:.7}.home-container{max-width:100%;overflow-x:hidden}.hero-section{align-items:center;background-color:#495e57;color:#fff;display:flex;justify-content:center;min-height:60vh;padding:4rem 2rem;position:relative;text-align:center}.hero-content{margin:0 auto;max-width:800px}.hero-content h1{color:#f4ce14;font-size:3.5rem;margin-bottom:1rem}.hero-content h2{font-size:2rem;margin-bottom:1.5rem}.hero-content p{font-size:1.2rem;margin-bottom:2rem}.features-section{background-color:#fff;padding:4rem 2rem}.features-section h2{color:#495e57;font-size:2.5rem;margin-bottom:3rem;text-align:center}.features-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));margin:0 auto;max-width:1200px}.feature-card{background-color:#f8f8f8;border-radius:8px;padding:2rem;text-align:center;transition:transform .3s ease}.feature-card:hover{transform:translateY(-5px)}.feature-icon{display:block;font-size:2.5rem;margin-bottom:1rem}.feature-card h3{color:#495e57;margin-bottom:1rem}.about-section{background-color:#f8f8f8;padding:4rem 2rem}.about-content{grid-gap:4rem;align-items:center;display:grid;gap:4rem;grid-template-columns:1fr 1fr;margin:0 auto;max-width:1200px}.about-text h2{color:#495e57;font-size:2.5rem;margin-bottom:1.5rem}.about-text p{line-height:1.6;margin-bottom:1rem}.image-placeholder{align-items:center;background-color:#ddd;border-radius:8px;display:flex;height:400px;justify-content:center}.offers-section{background-color:#fff;padding:4rem 2rem}.offers-section h2{color:#495e57;font-size:2.5rem;margin-bottom:3rem;text-align:center}.offers-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));margin:0 auto;max-width:1200px}.offer-card{background-color:#f8f8f8;border-radius:8px;padding:2rem;text-align:center;transition:transform .3s ease}.offer-card:hover{transform:translateY(-5px)}.offer-card h3{color:#495e57;margin-bottom:1rem}.price{color:#f4ce14;display:block;font-size:1.5rem;font-weight:700;margin:1rem 0}.cta-section{background-color:#495e57;color:#fff;padding:4rem 2rem;text-align:center}.cta-section h2{font-size:2.5rem;margin-bottom:1rem}.cta-section p{font-size:1.2rem;margin-bottom:2rem}.cta-buttons{display:flex;gap:1rem;justify-content:center}.cta-button{border:none;border-radius:4px;cursor:pointer;font-size:1.1rem;padding:1rem 2rem;transition:all .3s ease}.cta-button.primary{background-color:#f4ce14;color:#333}.cta-button.secondary{background-color:initial;border:2px solid #fff;color:#fff}.cta-button:hover{box-shadow:0 4px 8px #0000001a;transform:translateY(-2px)}.offer-button{background-color:#495e57;border:none;border-radius:4px;color:#fff;cursor:pointer;padding:.75rem 1.5rem;transition:all .3s ease}.offer-button:hover{background-color:#f4ce14;color:#333}@media (max-width:768px){.hero-content h1{font-size:2.5rem}.hero-content h2{font-size:1.5rem}.about-content{grid-template-columns:1fr}.cta-buttons{flex-direction:column}.features-grid,.offers-grid{grid-template-columns:1fr}}.reserve-container{margin:0 auto;max-width:1200px;padding:2rem}.reserve-header{margin-bottom:3rem;text-align:center}.reserve-header h1{color:#495e57;font-size:2.5rem;margin-bottom:1rem}.reserve-header p{color:#666;font-size:1.2rem}.reserve-content{grid-gap:3rem;display:grid;gap:3rem;grid-template-columns:2fr 1fr}.reserve-form{background-color:#fff;border-radius:8px;box-shadow:0 2px 4px #0000001a;padding:2rem}.form-row{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}.form-group,.form-row{margin-bottom:1.5rem}.form-group label{color:#333;display:block;font-weight:500;margin-bottom:.5rem}.form-group input,.form-group select,.form-group textarea{border:1px solid #ddd;border-radius:4px;font-size:1rem;padding:.75rem;transition:border-color .3s ease;width:100%}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{border-color:#495e57;outline:none}.submit-button{background-color:#495e57;border:none;border-radius:4px;color:#fff;cursor:pointer;font-size:1.1rem;padding:1rem 2rem;transition:all .3s ease;width:100%}.submit-button:hover{background-color:#f4ce14;color:#333}.reserve-info{background-color:#f8f8f8;border-radius:8px;box-shadow:0 2px 4px #0000001a;padding:2rem}.reserve-info h2{color:#495e57;font-size:1.8rem;margin-bottom:1.5rem}.info-item{align-items:flex-start;display:flex;gap:1rem;margin-bottom:1.5rem}.info-item .icon{color:#f4ce14;font-size:1.5rem}.info-item h3{color:#333;font-size:1.1rem;margin-bottom:.5rem}.info-item p{color:#666;line-height:1.4;margin:0}.form-group input:invalid,.form-group select:invalid{border-color:#ff6b6b}.form-group input:valid,.form-group select:valid{border-color:#51cf66}@media (max-width:768px){.form-row,.reserve-content{grid-template-columns:1fr}.reserve-container{padding:1rem}}.submit-button.loading{cursor:not-allowed;opacity:.7}input[type=date]{background-color:#fff}input[type=date],select{appearance:none;-webkit-appearance:none;-moz-appearance:none}select{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E");background-position:right .75rem center;background-repeat:no-repeat;background-size:1rem;padding-right:2.5rem}.confirmation-container{margin:2rem auto;max-width:800px;padding:0 1rem}.confirmation-content{background-color:#fff;border-radius:8px;box-shadow:0 2px 4px #0000001a;padding:2rem}.confirmation-header{margin-bottom:2rem;text-align:center}.checkmark{background-color:#51cf66;border-radius:50%;color:#fff;display:inline-block;font-size:2.5rem;height:60px;line-height:60px;margin-bottom:1rem;width:60px}.confirmation-header h1{color:#495e57;font-size:2.5rem;margin-bottom:.5rem}.confirmation-header p{color:#666;font-size:1.2rem}.reservation-details{background-color:#f8f8f8;border-radius:8px;margin-bottom:2rem;padding:2rem}.reservation-details h2{color:#495e57;font-size:1.8rem;margin-bottom:1.5rem}.details-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}.detail-item{display:flex;flex-direction:column;gap:.5rem}.detail-item.full-width{grid-column:1/-1}.detail-label{color:#666;font-weight:500}.detail-value{color:#333;font-size:1.1rem}.confirmation-actions{display:flex;gap:1rem;justify-content:center;margin-bottom:2rem}.action-button{border:none;border-radius:4px;cursor:pointer;font-size:1rem;padding:.75rem 1.5rem;transition:all .3s ease}.action-button.primary{background-color:#495e57;color:#fff}.action-button.secondary{background-color:#f4ce14;color:#333}.action-button:hover{box-shadow:0 4px 8px #0000001a;transform:translateY(-2px)}.next-steps{margin-bottom:2rem}.next-steps h3{color:#495e57;font-size:1.5rem;margin-bottom:1rem}.next-steps ul{list-style:none;padding:0}.next-steps li{margin-bottom:.75rem;padding-left:1.5rem;position:relative}.next-steps li:before{color:#f4ce14;content:"•";left:0;position:absolute}.restaurant-info{border-top:1px solid #eee;padding-top:2rem;text-align:center}.restaurant-info h3{color:#495e57;font-size:1.5rem;margin-bottom:1rem}.restaurant-info p{color:#666;margin:.5rem 0}@media (max-width:768px){.confirmation-container{padding:0 1rem}.confirmation-content{padding:1.5rem}.confirmation-actions{flex-direction:column}.action-button{width:100%}.details-grid{grid-template-columns:1fr}}.footer{background-color:#2c3e50;color:#fff;margin-top:auto;padding:1.5rem}.footer-content{align-items:center;display:flex;justify-content:space-between;margin:0 auto;max-width:1200px}.footer-links{display:flex;gap:1rem}.footer-links a{color:#fff;text-decoration:none;transition:color .3s ease}.footer-links a:hover{color:#3498db}
/*# sourceMappingURL=main.180ce517.css.map*/