body{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}*{box-sizing:border-box;margin:0;padding:0}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:#333;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;line-height:1.6}.App{min-height:100vh;overflow-x:hidden}.container{margin:0 auto;max-width:1200px;padding:0 20px}.section{padding:80px 0}.btn{border:none;border-radius:8px;cursor:pointer;display:inline-block;font-size:14px;font-weight:600;padding:12px 24px;text-align:center;text-decoration:none;transition:all .3s ease}.btn-primary{background:linear-gradient(135deg,#f59e0b,#d97706);color:#fff}.btn-primary:hover{background:linear-gradient(135deg,#d97706,#b45309);box-shadow:0 4px 12px #f59e0b4d;transform:translateY(-2px)}.btn-secondary{background:#0000;border:2px solid #e5e7eb;color:#374151}.btn-secondary:hover{background:#f9fafb;border-color:#d1d5db}.btn-outline{background:#0000;border:2px solid #fff;color:#fff}.btn-outline:hover{background:#fff;color:#374151}h1,h2,h3,h4,h5,h6{font-weight:700;line-height:1.2;margin-bottom:1rem}h1{font-size:clamp(2.5rem,5vw,4rem)}h2{font-size:clamp(2rem,4vw,2.5rem)}h3{font-size:clamp(1.5rem,3vw,1.875rem)}p{line-height:1.7;margin-bottom:1rem}.card{background:#fff;border-radius:16px;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;overflow:hidden;transition:all .3s ease}.card:hover{box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a;transform:translateY(-4px)}.card-image{height:200px;object-fit:cover;width:100%}.card-content{padding:20px}.grid{grid-gap:2rem;display:grid;gap:2rem}.grid-2{grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}.grid-3{grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}.flex{display:flex}.flex-center{justify-content:center}.flex-between,.flex-center{align-items:center;display:flex}.flex-between{justify-content:space-between}.flex-column{flex-direction:column}.mb-1{margin-bottom:.5rem}.mb-2{margin-bottom:1rem}.mb-3{margin-bottom:1.5rem}.mb-4{margin-bottom:2rem}.mt-1{margin-top:.5rem}.mt-2{margin-top:1rem}.mt-3{margin-top:1.5rem}.mt-4{margin-top:2rem}.text-center{text-align:center}.text-white{color:#fff}.text-gray{color:#6b7280}.text-primary{color:#f59e0b}@media (max-width:768px){.container{padding:0 16px}.section{padding:60px 0}.grid{gap:1.5rem}.btn{font-size:13px;padding:10px 20px}}@media (max-width:640px){.section{padding:40px 0}.grid{gap:1rem}.card-content{padding:16px}}.fade-in-up{animation:fadeInUp .6s ease-out}.nav-links li a.active{color:#f59e0b!important}.nav-links li a.active:after{width:100%!important}.page-placeholder{align-items:center;background:#f9fafb;color:#6b7280;display:flex;font-size:2rem;font-weight:600;justify-content:center;min-height:80vh;padding:6rem 0}.loading{animation:spin 1s ease-in-out infinite;border:3px solid #ffffff4d;border-radius:50%;border-top-color:#fff;display:inline-block;height:20px;width:20px}@keyframes spin{to{transform:rotate(1turn)}}header{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#000000b3;left:0;padding:1rem 0;position:fixed;right:0;top:0;transition:all .3s ease;z-index:1000}header.scrolled{background:#000000e6;padding:.5rem 0}header nav{align-items:center;display:flex;justify-content:space-between;width:100%}.logo h2{color:#fff;font-size:1.5rem;font-weight:700;margin:0}.nav-links{display:flex;gap:2rem;list-style:none;margin:0;padding:0}.nav-button{background:none;border:none;color:#fff;cursor:pointer;font-family:inherit;font-size:.9rem;font-weight:500;letter-spacing:.5px;padding:0;position:relative;text-decoration:none;transition:color .3s ease}.nav-button:hover{color:#f59e0b}.nav-button:after{background:#f59e0b;bottom:-5px;content:"";height:2px;left:0;position:absolute;transition:width .3s ease;width:0}.nav-button:hover:after{width:100%}.nav-button.active{color:#f59e0b;font-weight:600}.nav-button.active:after{width:100%}.nav-links li a{color:#fff;font-size:.9rem;font-weight:500;letter-spacing:.5px;position:relative;text-decoration:none;transition:color .3s ease}.nav-links li a:hover{color:#f59e0b}.nav-links li a:after{background:#f59e0b;bottom:-5px;content:"";height:2px;left:0;position:absolute;transition:width .3s ease;width:0}.nav-links li a:hover:after{width:100%}.auth-buttons{align-items:center;display:flex;gap:1rem}.auth-buttons .btn{border-radius:6px;font-size:.875rem;font-weight:600;padding:.5rem 1.5rem;transition:all .3s ease}.auth-buttons .btn-secondary{background:#0000;border:1px solid #ffffff4d;color:#fff}.auth-buttons .btn-secondary:hover{background:#ffffff1a;border-color:#fff}.auth-buttons .btn-primary{background:linear-gradient(135deg,#f59e0b,#d97706);border:none;color:#fff}.auth-buttons .btn-primary:hover{background:linear-gradient(135deg,#d97706,#b45309);box-shadow:0 4px 12px #f59e0b4d;transform:translateY(-1px)}@media (max-width:1024px){.nav-links{gap:1.5rem}.nav-button,.nav-links li a{font-size:.8rem}}@media (max-width:768px){header{padding:.75rem 0}.nav-links{display:none}.auth-buttons{gap:.5rem}.auth-buttons .btn{font-size:.8rem;padding:.4rem 1rem}.logo h2{font-size:1.25rem}}@media (max-width:480px){.auth-buttons .btn{font-size:.75rem;padding:.3rem .8rem}}.footer{background:linear-gradient(135deg,#1f2937,#111827);color:#fff;overflow:hidden;padding:4rem 0 2rem;position:relative}.footer:before{background:url("data:image/svg+xml;charset=utf-8,%3Csvg width='60' height='60' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='30' cy='30' r='4' fill='%23374151' fill-opacity='.05' fill-rule='evenodd'/%3E%3C/svg%3E");bottom:0;content:"";left:0;position:absolute;right:0;top:0;z-index:1}.footer>.container{position:relative;z-index:2}.newsletter-section{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff0d;border:1px solid #ffffff1a;border-radius:16px;margin-bottom:4rem;padding:3rem 2rem;text-align:center}.newsletter-section h3{color:#fff;font-size:1.75rem;font-weight:700;letter-spacing:1px;margin-bottom:2rem}.newsletter-form{align-items:center;display:flex;gap:1rem;margin:0 auto;max-width:500px}.newsletter-input{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff1a;border:2px solid #fff3;border-radius:12px;color:#fff;flex:1 1;font-size:.95rem;padding:1rem 1.5rem;transition:all .3s ease}.newsletter-input:focus{background:#ffffff26;border-color:#f59e0b;box-shadow:0 0 0 3px #f59e0b33;outline:none}.newsletter-input::placeholder{color:#fff9}.newsletter-form .btn{box-shadow:0 4px 12px #f59e0b4d;font-weight:600;padding:1rem 2rem;white-space:nowrap}.footer-content{margin-bottom:3rem}.footer-grid{grid-gap:3rem;display:grid;gap:3rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}.footer-column h4{color:#f59e0b;font-size:1.125rem;font-weight:700;letter-spacing:.5px;margin-bottom:1.5rem}.footer-column p{color:#fffc;font-size:.9rem;line-height:1.6;margin-bottom:.75rem}.social-links{display:flex;flex-direction:column;gap:.75rem}.social-link{align-items:center;color:#fffc;display:inline-flex;font-size:.9rem;gap:.5rem;text-decoration:none;transition:all .3s ease}.social-link:hover{color:#f59e0b;transform:translateX(4px)}.social-link:before{content:"→";font-size:.8rem;transition:transform .3s ease}.social-link:hover:before{transform:translateX(2px)}.footer-links{list-style:none;margin:0;padding:0}.footer-links li{margin-bottom:.75rem}.footer-links a{align-items:center;color:#fffc;display:inline-flex;font-size:.9rem;gap:.5rem;text-decoration:none;transition:all .3s ease}.footer-links a:hover{color:#f59e0b;transform:translateX(4px)}.footer-links a:before{color:#f59e0b;content:"•";font-size:1rem}.footer-bottom{align-items:center;border-top:1px solid #ffffff1a;display:flex;flex-wrap:wrap;gap:1rem;justify-content:space-between;padding-top:2rem}.footer-bottom p{color:#fff9;font-size:.875rem;margin:0}.footer-bottom-links{display:flex;gap:2rem}.footer-bottom-links a{color:#fff9;font-size:.875rem;text-decoration:none;transition:color .3s ease}.footer-bottom-links a:hover{color:#f59e0b}@media (max-width:1024px){.footer-grid{gap:2rem;grid-template-columns:repeat(2,1fr)}.newsletter-form{flex-direction:column;gap:1rem}.newsletter-form .btn,.newsletter-input{width:100%}}@media (max-width:768px){.footer{padding:3rem 0 1.5rem}.newsletter-section{margin-bottom:3rem;padding:2rem 1rem}.newsletter-section h3{font-size:1.5rem}.footer-grid{gap:2rem;grid-template-columns:1fr}.footer-bottom{flex-direction:column;gap:1rem;text-align:center}.footer-bottom-links{flex-wrap:wrap;gap:1rem;justify-content:center}}@media (max-width:480px){.newsletter-section{padding:1.5rem .75rem}.newsletter-section h3{font-size:1.25rem}.newsletter-input{font-size:.875rem;padding:.875rem 1.25rem}.newsletter-form .btn{font-size:.875rem;padding:.875rem 1.5rem}.footer-column h4{font-size:1rem}.footer-bottom-links{gap:.75rem}.footer-bottom-links a{font-size:.8rem}}.hero{align-items:center;background:linear-gradient(#0006,#0006),url(/static/media/hero.68aa9f1952265fe37877.png) 50%/cover no-repeat;display:flex;height:100vh;justify-content:center;overflow:hidden;position:relative}.hero:before{background:linear-gradient(45deg,#0000004d,#8b451333);bottom:0;content:"";left:0;position:absolute;right:0;top:0;z-index:1}.hero-content{padding-top:80px;position:relative;width:100%;z-index:2}.hero-title{color:#fff;font-size:clamp(3rem,8vw,6rem);font-weight:800;letter-spacing:2px;line-height:1.1;margin-bottom:3rem;text-shadow:2px 4px 8px #0000004d}.hero-highlight{-webkit-text-fill-color:#0000;background:linear-gradient(45deg,#f59e0b,#fbbf24,#fcd34d);-webkit-background-clip:text;background-clip:text;display:block;font-size:clamp(4rem,10vw,8rem);font-weight:900;letter-spacing:8px;margin-top:1rem;text-shadow:none}.search-container{display:flex;justify-content:center;margin-top:4rem}.search-bar{align-items:end;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fffffff2;border:1px solid #fff3;border-radius:16px;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a;display:flex;gap:1.5rem;max-width:800px;padding:2rem;width:100%}.search-field{display:flex;flex:1 1;flex-direction:column;gap:.5rem;min-width:0}.search-field label{color:#374151;font-size:.875rem;font-weight:600;margin-bottom:.25rem}.search-field input{background:#fff;border:2px solid #e5e7eb;border-radius:8px;color:#374151;font-size:.9rem;padding:.75rem 1rem;transition:all .3s ease}.search-field input:focus{border-color:#f59e0b;box-shadow:0 0 0 3px #f59e0b1a;outline:none}.search-field input::placeholder{color:#9ca3af}.search-btn{border-radius:8px;font-size:.9rem;font-weight:600;height:-webkit-fit-content;height:fit-content;padding:.75rem 2rem;white-space:nowrap}.hero-title{animation:fadeInUp 1s ease-out}.search-container{animation:fadeInUp 1s ease-out .3s both}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@media (max-width:1024px){.search-bar{flex-direction:column;gap:1rem;padding:1.5rem}.search-field{width:100%}.search-btn{padding:1rem;width:100%}}@media (max-width:768px){.hero{height:90vh}.hero-content{padding-top:60px}.hero-title{margin-bottom:2rem}.search-container{margin-top:2rem;padding:0 1rem}.search-bar{padding:1.25rem}}@media (max-width:480px){.hero{height:85vh}.search-bar{border-radius:12px;padding:1rem}.search-field input{font-size:.85rem;padding:.625rem .875rem}.search-btn{font-size:.85rem;padding:.75rem 1rem}}.categories{background:#f9fafb;padding:5rem 0}.section-header{margin-bottom:4rem;text-align:center}.section-header h2{color:#374151;font-size:1.125rem;font-weight:600;letter-spacing:1px;margin-bottom:.5rem;text-transform:uppercase}.section-header h3{color:#1f2937;font-size:2.5rem;font-weight:700;line-height:1.2;margin-bottom:2rem}.section-header .btn{border-radius:8px;font-size:.875rem;font-weight:600;padding:.75rem 2rem}.categories-grid{grid-gap:3rem;align-items:start;display:grid;gap:3rem;grid-template-columns:300px 1fr}.categories-sidebar{background:#fff;border:1px solid #e5e7eb;border-radius:16px;box-shadow:0 4px 6px -1px #0000001a;padding:2rem}.category-item{align-items:center;border-radius:12px;cursor:pointer;display:flex;gap:1rem;margin-bottom:.5rem;padding:1rem;transition:all .3s ease}.category-item:hover{background:#f3f4f6;transform:translateX(4px)}.category-item.active{background:#fef3c7;border-left:4px solid #f59e0b}.category-icon{align-items:center;border-radius:12px;box-shadow:0 4px 6px -1px #0000001a;color:#fff;display:flex;font-size:1.5rem;height:48px;justify-content:center;width:48px}.category-item span{color:#374151;font-size:.95rem;font-weight:600}.categories-content{display:flex;flex-direction:column}.destination-cards{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}.destination-cards .card{background:#fff;border:1px solid #e5e7eb;border-radius:16px;box-shadow:0 4px 6px -1px #0000001a;overflow:hidden;transition:all .3s ease}.destination-cards .card:hover{box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a;transform:translateY(-8px)}.destination-cards .card-image{background:linear-gradient(45deg,#f3e8ff,#fef3c7);height:200px;object-fit:cover;width:100%}.destination-cards .card-content{padding:1.5rem}.destination-cards .card-content h4{color:#1f2937;font-size:1.25rem;font-weight:700;margin-bottom:.5rem}.destination-cards .card-content p{color:#6b7280;font-size:.875rem;margin:0}.category-item{animation:slideInLeft .5s ease-out}.category-item:first-child{animation-delay:.1s}.category-item:nth-child(2){animation-delay:.2s}.category-item:nth-child(3){animation-delay:.3s}.category-item:nth-child(4){animation-delay:.4s}.category-item:nth-child(5){animation-delay:.5s}.category-item:nth-child(6){animation-delay:.6s}@keyframes slideInLeft{0%{opacity:0;transform:translateX(-20px)}to{opacity:1;transform:translateX(0)}}@media (max-width:1024px){.categories-grid{gap:2rem;grid-template-columns:1fr}.categories-sidebar{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));padding:1.5rem}.category-item{margin-bottom:0;padding:.75rem}}@media (max-width:768px){.categories{padding:3rem 0}.section-header{margin-bottom:2rem}.section-header h3{font-size:2rem}.categories-sidebar{gap:.75rem;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));padding:1rem}.category-item{flex-direction:column;padding:1rem .5rem;text-align:center}.category-icon{font-size:1.25rem;height:40px;width:40px}.category-item span{font-size:.875rem}.destination-cards{gap:1.5rem;grid-template-columns:1fr}}@media (max-width:480px){.categories-sidebar{grid-template-columns:repeat(2,1fr)}.category-item{padding:.75rem .25rem}.category-icon{font-size:1.125rem;height:36px;width:36px}.category-item span{font-size:.8rem}}.top-places{background:#fff;padding:5rem 0}.top-places-header{grid-gap:4rem;background:linear-gradient(135deg,#fef3c7,#fed7aa);border-radius:24px;display:grid;gap:4rem;grid-template-columns:2fr 1fr;margin-bottom:5rem;overflow:hidden;padding:3rem;position:relative}.top-places-header:before{background:url(/static/media/topten.1c4ff9c366e9e63b6c8e.png) 50%/cover no-repeat;content:"";height:100%;opacity:.3;position:absolute;right:0;top:0;width:50%;z-index:1}.places-content{position:relative;z-index:2}.places-content h2{color:#92400e;font-size:1rem;font-weight:600;letter-spacing:2px;margin-bottom:1rem;text-transform:uppercase}.places-content h1{color:#92400e;font-size:4rem;font-weight:900;line-height:1;margin-bottom:1.5rem;text-shadow:2px 2px 4px #92400e1a}.places-content p{color:#78350f;font-size:1rem;line-height:1.7;margin-bottom:2rem;max-width:500px}.places-sidebar{grid-gap:.75rem;align-content:start;display:grid;gap:.75rem;grid-template-columns:repeat(2,1fr);position:relative;z-index:2}.place-item{align-items:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fffc;border:1px solid #ffffff4d;border-radius:12px;cursor:pointer;display:flex;gap:.75rem;padding:.75rem;transition:all .3s ease}.place-item:hover{background:#fffffff2;box-shadow:0 4px 12px #0000001a;transform:translateY(-2px)}.place-icon{color:#f59e0b;font-size:1.25rem}.place-item span{color:#78350f;font-size:.875rem;font-weight:600}.destinations-section{margin-bottom:4rem}.section-tabs{background:#f3f4f6;border-radius:12px;display:flex;gap:.5rem;margin-bottom:2rem;padding:.5rem;width:-webkit-fit-content;width:fit-content}.tab-btn{background:#0000;border:none;border-radius:8px;color:#6b7280;cursor:pointer;font-size:.875rem;font-weight:600;padding:.75rem 1.5rem;transition:all .3s ease}.tab-btn.active{background:#10b981;box-shadow:0 2px 4px #10b9814d;color:#fff}.tab-btn:hover:not(.active){background:#fffc;color:#374151}.destinations-section h3{color:#1f2937;font-size:2rem;font-weight:700;margin-bottom:1rem}.destinations-section .btn{font-size:.875rem;font-weight:600;margin-bottom:3rem;padding:.75rem 2rem}.destinations-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}.destination-card{border-radius:16px;box-shadow:0 4px 6px -1px #0000001a;cursor:pointer;height:300px;overflow:hidden;position:relative;transition:all .3s ease}.destination-card:hover{box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a;transform:translateY(-8px)}.destination-card .card-image{background:linear-gradient(45deg,#fbbf24,#f59e0b);height:100%;object-fit:cover;width:100%}.card-overlay{background:linear-gradient(#0000,#000c);bottom:0;color:#fff;left:0;padding:2rem 1.5rem 1.5rem;position:absolute;right:0}.card-overlay h4{font-size:1.5rem;font-weight:700;margin-bottom:.5rem}.card-overlay p{color:#fbbf24;font-size:1.125rem;font-weight:600;margin-bottom:.25rem}.card-overlay span{color:#fffc;font-size:.875rem}.directions-section h3{color:#6b7280;font-size:1rem;font-weight:600;letter-spacing:1px;margin-bottom:.5rem;text-transform:uppercase}.directions-section h2{color:#1f2937;font-size:2.5rem;font-weight:700;margin-bottom:3rem}.directions-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:2fr 1fr 1fr;height:400px}.direction-card{border-radius:16px;box-shadow:0 4px 6px -1px #0000001a;cursor:pointer;overflow:hidden;position:relative;transition:all .3s ease}.direction-card:hover{box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a;transform:scale(1.02)}.direction-card.large{grid-row:span 2}.direction-card .card-image{background:linear-gradient(45deg,#10b981,#059669);height:100%;object-fit:cover;width:100%}.direction-card .card-overlay{background:linear-gradient(#0000,#000000b3);bottom:0;color:#fff;left:0;padding:1.5rem;position:absolute;right:0}.direction-card h4{font-size:1.25rem;font-weight:700;margin-bottom:.5rem}.direction-card p{color:#ffffffe6;font-size:.875rem;margin:0}@media (max-width:1024px){.top-places-header{gap:2rem;grid-template-columns:1fr;padding:2rem}.places-content h1{font-size:3rem}.directions-grid{grid-template-columns:1fr 1fr;height:auto}.direction-card.large{grid-column:span 2;grid-row:span 1}}@media (max-width:768px){.top-places{padding:3rem 0}.top-places-header{margin-bottom:3rem;padding:1.5rem}.places-content h1{font-size:2.5rem}.places-sidebar{grid-template-columns:1fr}.section-tabs{flex-wrap:wrap;width:100%}.tab-btn{flex:1 1;font-size:.8rem;padding:.625rem 1rem}.destinations-grid{gap:1.5rem;grid-template-columns:1fr}.directions-grid{gap:1rem;grid-template-columns:1fr}.direction-card.large{grid-column:span 1}}@media (max-width:480px){.places-content h1{font-size:2rem}.place-item{padding:.5rem}.place-item span{font-size:.8rem}.destination-card{height:250px}.card-overlay{padding:1.5rem 1rem 1rem}}.contact{background:linear-gradient(135deg,#f9fafb,#f3f4f6);min-height:100vh;padding:6rem 0 4rem}.contact-header{margin-bottom:4rem;text-align:center}.contact-header h1{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#1f2937,#374151);-webkit-background-clip:text;background-clip:text;color:#1f2937;font-size:3rem;font-weight:800;margin-bottom:1rem}.contact-header p{color:#6b7280;font-size:1.125rem;line-height:1.7;margin:0 auto;max-width:600px}.contact-content{grid-gap:4rem;display:grid;gap:4rem;grid-template-columns:1fr 2fr;margin-bottom:5rem}.contact-info{display:flex;flex-direction:column;gap:2rem}.info-card{background:#fff;border:1px solid #e5e7eb;border-radius:16px;box-shadow:0 4px 6px -1px #0000001a;padding:2rem;transition:all .3s ease}.info-card:hover{box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a;transform:translateY(-4px)}.info-icon{display:block;font-size:2rem;margin-bottom:1rem}.info-card h3{color:#1f2937;font-size:1.25rem;font-weight:700;margin-bottom:.5rem}.info-card p{color:#6b7280;line-height:1.6;margin:0}.contact-form-container{background:#fff;border:1px solid #e5e7eb;border-radius:20px;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a;padding:3rem}.contact-form{display:flex;flex-direction:column;gap:1.5rem}.form-row{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:1fr 1fr}.form-group{display:flex;flex-direction:column;gap:.5rem}.form-group label{color:#374151;font-size:.9rem;font-weight:600}.form-group input,.form-group textarea{background:#fafafa;border:2px solid #e5e7eb;border-radius:8px;font-size:.95rem;padding:.875rem 1rem;transition:all .3s ease}.form-group input:focus,.form-group textarea:focus{background:#fff;border-color:#f59e0b;box-shadow:0 0 0 3px #f59e0b1a;outline:none}.form-group textarea{font-family:inherit;line-height:1.6;min-height:120px;resize:vertical}.form-group input::placeholder,.form-group textarea::placeholder{color:#9ca3af}.file-input-container{position:relative}.file-input{height:0;opacity:0;position:absolute;width:0}.file-input-label{align-items:center;background:#f3f4f6;border:2px dashed #d1d5db;border-radius:8px;color:#374151;cursor:pointer;display:inline-flex;font-weight:500;gap:.5rem;padding:.875rem 1.5rem;transition:all .3s ease}.file-input-label:hover{background:#e5e7eb;border-color:#9ca3af}.file-icon{font-size:1.25rem}.selected-files{background:#f0fdf4;border:1px solid #bbf7d0;border-radius:8px;margin-top:1rem;padding:1rem}.selected-files p{color:#166534;font-weight:600;margin-bottom:.5rem}.selected-files ul{list-style:none;margin:0;padding:0}.selected-files li{border-bottom:1px solid #dcfce7;color:#15803d;font-size:.875rem;padding:.25rem 0}.selected-files li:last-child{border-bottom:none}.status-message{border-radius:8px;font-weight:500;margin:1rem 0;padding:1rem 1.5rem}.status-message.success{background:#f0fdf4;border:1px solid #bbf7d0;color:#166534}.status-message.error{background:#fef2f2;border:1px solid #fecaca;color:#dc2626}.submit-btn{align-items:center;border-radius:8px;display:flex;font-size:1rem;font-weight:600;gap:.5rem;justify-content:center;margin-top:1rem;padding:1rem 2rem;transition:all .3s ease}.submit-btn:disabled{cursor:not-allowed;opacity:.6}.submit-btn:disabled:hover{box-shadow:none;transform:none}.map-section{margin-top:4rem}.map-section h2{color:#1f2937;font-size:2rem;font-weight:700;margin-bottom:2rem;text-align:center}.map-container{border:1px solid #e5e7eb;border-radius:16px;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a;overflow:hidden}@media (max-width:1024px){.contact-content{gap:3rem;grid-template-columns:1fr}.contact-info{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(2,1fr)}.contact-form-container{padding:2rem}}@media (max-width:768px){.contact{padding:4rem 0 3rem}.contact-header h1{font-size:2.5rem}.contact-info{gap:1.5rem}.contact-info,.form-row{grid-template-columns:1fr}.form-row{gap:1rem}.contact-form-container,.info-card{padding:1.5rem}}@media (max-width:480px){.contact-header h1{font-size:2rem}.contact-header p{font-size:1rem}.contact-form-container{border-radius:16px;padding:1rem}.form-group input,.form-group textarea{font-size:.9rem;padding:.75rem}.submit-btn{font-size:.9rem;padding:.875rem 1.5rem}.info-card{padding:1rem}.info-icon{font-size:1.5rem}}
/*# sourceMappingURL=main.114bc3e0.css.map*/