*{margin:0;padding:0;box-sizing:border-box;font-family:Inter,Segoe UI,Tahoma,Geneva,Verdana,sans-serif}body{background-color:#f4f8e3;color:#2e5d5d;line-height:1.6;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;margin:0;padding:0;overflow-x:hidden}html,body,#root{height:100%;width:100%;margin:0;padding:0}.container{max-width:1200px;margin:0 auto;padding:0 2rem}.main-header{background:linear-gradient(135deg,#2e5d5d,#1a4a4a);color:#f4f8e3;padding:1rem 0;box-shadow:0 2px 10px #0000001a;position:sticky;top:0;z-index:100}.main-header button:not(.profile-button){background:transparent}.header-container{max-width:1200px;margin:0 auto;padding:0 2rem;display:flex;justify-content:space-between;align-items:center;background:transparent}.logo{text-decoration:none;color:#fff;display:flex;flex-direction:column;align-items:flex-start}.logo-text{font-size:1.8rem;font-weight:700;line-height:1}.logo-subtitle{font-size:.9rem;font-weight:400;opacity:.8;margin-top:-2px}.main-nav{display:flex;gap:2rem}.nav-link{color:#fff;text-decoration:none;font-weight:500;transition:opacity .2s;position:relative}.nav-link:hover{opacity:.8}.nav-link:after{content:"";position:absolute;bottom:-5px;left:0;width:0;height:2px;background:#fff;transition:width .3s}.nav-link:hover:after{width:100%}.header-actions{display:flex;gap:1rem;align-items:center;background:transparent}.profile-section{position:relative;background:transparent}.profile-button{display:flex;align-items:center;gap:.5rem;background:#2e5d5d;border:2px solid #f4f8e3;color:#f4f8e3;padding:.5rem 1rem;border-radius:25px;cursor:pointer;transition:all .2s;font-size:.9rem}.profile-button:hover{background:#f4f8e333;border-color:#f28c38}.profile-avatar{width:32px;height:32px;border-radius:50%;background:#6b7280;display:flex;align-items:center;justify-content:center;color:#9ca3af}.profile-avatar svg{width:16px;height:16px}.profile-name{font-weight:500}.dropdown-arrow{font-size:.7rem;transition:transform .2s}.profile-button:hover .dropdown-arrow{transform:rotate(180deg)}.profile-menu{position:absolute;top:100%;right:0;background:#fff;border-radius:10px;box-shadow:0 8px 25px #00000026;padding:.5rem 0;min-width:180px;z-index:1000;margin-top:.5rem}.profile-menu-item{display:block;padding:.75rem 1rem;color:#2e5d5d;text-decoration:none;font-size:.9rem;transition:background-color .2s;border:none;background:none;width:100%;text-align:left;cursor:pointer}.profile-menu-item:hover{background:#f4f8e3;color:#f28c38}.profile-menu-item.sign-out{color:#e74c3c}.profile-menu-item.sign-out:hover{background:#ffeaea;color:#c0392b}.profile-menu-divider{border:none;border-top:1px solid #e2e8f0;margin:.5rem 0}.btn{padding:.75rem 1.5rem;border-radius:8px;font-weight:600;text-decoration:none;display:inline-block;transition:all .2s;cursor:pointer;border:none;font-size:.95rem}.btn-primary{background:linear-gradient(135deg,#2e5d5d,#1a4a4a);color:#f4f8e3}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 8px 25px #2e5d5d4d}.btn-secondary{background:linear-gradient(135deg,#f28c38,#e67e22);color:#f4f8e3}.btn-secondary:hover{transform:translateY(-2px);box-shadow:0 8px 25px #f28c384d}.btn-outline{background:transparent;color:#fff;border:2px solid white}.btn-outline:hover{background:#f4f8e3;color:#2e5d5d}.home-page{min-height:100vh;width:100%;display:flex;flex-direction:column}.hero{background:linear-gradient(135deg,#2e5d5d,#1a4a4a);color:#f4f8e3;padding:6rem 0;text-align:center;position:relative;overflow:hidden;width:100%}.hero:before{content:"";position:absolute;inset:0;background:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grain" width="100" height="100" patternUnits="userSpaceOnUse"><circle cx="25" cy="25" r="1" fill="white" opacity="0.1"/><circle cx="75" cy="75" r="1" fill="white" opacity="0.1"/><circle cx="50" cy="10" r="0.5" fill="white" opacity="0.1"/><circle cx="10" cy="60" r="0.5" fill="white" opacity="0.1"/><circle cx="90" cy="40" r="0.5" fill="white" opacity="0.1"/></pattern></defs><rect width="100" height="100" fill="url(%23grain)"/></svg>');opacity:.3}.hero-content{position:relative;z-index:1;max-width:800px;margin:0 auto;padding:0 2rem}.hero-title{font-size:3.5rem;font-weight:800;margin-bottom:1rem;line-height:1.2}.hero-subtitle{font-size:1.3rem;margin-bottom:3rem;opacity:.9;font-weight:300}.search-section{background:#fff;border-radius:20px;padding:2rem;box-shadow:0 20px 40px #0000001a;margin-top:2rem}.search-inputs{display:flex;gap:1rem;align-items:end;flex-wrap:wrap;justify-content:center}.input-group{display:flex;flex-direction:column;min-width:200px}.input-group label{color:#4a5568;font-weight:600;margin-bottom:.5rem;font-size:.9rem}.input-group input{padding:1rem;border:2px solid #e2e8f0;border-radius:10px;font-size:1rem;transition:border-color .2s}.input-group input:focus{outline:none;border-color:#f28c38}.search-btn{background:linear-gradient(135deg,#f28c38,#e67e22);color:#f4f8e3;border:none;padding:1rem 2rem;border-radius:10px;font-weight:600;font-size:1rem;cursor:pointer;transition:all .2s;min-width:150px}.search-btn:hover{transform:translateY(-2px);box-shadow:0 8px 25px #f28c384d}.features{padding:6rem 0;background:#f4f8e3;width:100%}.features h2{text-align:center;font-size:2.5rem;font-weight:700;margin-bottom:3rem;color:#2e5d5d}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin-top:3rem}.feature-card{text-align:center;padding:2rem;border-radius:15px;background:#fff;transition:transform .2s;box-shadow:0 4px 15px #2e5d5d1a}.feature-card:hover{transform:translateY(-5px);box-shadow:0 8px 25px #2e5d5d26}.feature-icon{font-size:3rem;margin-bottom:1rem}.feature-card h3{font-size:1.5rem;font-weight:600;margin-bottom:1rem;color:#2e5d5d}.feature-card p{color:#4a5568;line-height:1.6}.featured-experiences{padding:6rem 0;background:#fff}.featured-experiences h2{text-align:center;font-size:2.5rem;font-weight:700;margin-bottom:3rem;color:#2e5d5d}.experiences-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2rem;margin-bottom:3rem}.cta-section{text-align:center}.trip-builder-cta{padding:6rem 0;background:linear-gradient(135deg,#2e5d5d,#1a4a4a);color:#f4f8e3;text-align:center}.trip-builder-cta h2{font-size:2.5rem;font-weight:700;margin-bottom:1rem}.trip-builder-cta p{font-size:1.2rem;margin-bottom:2rem;opacity:.9}.experience-card{background:#fff;border-radius:15px;overflow:hidden;box-shadow:0 4px 20px #00000014;transition:all .3s;height:100%;display:flex;flex-direction:column}.experience-card:hover{transform:translateY(-8px);box-shadow:0 12px 40px #00000026}.card-image-container{position:relative;height:200px;overflow:hidden}.card-image{width:100%;height:100%;object-fit:cover;transition:transform .3s}.experience-card:hover .card-image{transform:scale(1.05)}.card-category{position:absolute;top:1rem;left:1rem;background:#ffffffe6;padding:.5rem 1rem;border-radius:20px;display:flex;align-items:center;gap:.5rem;font-size:.9rem;font-weight:600;color:#4a5568}.card-price{position:absolute;top:1rem;right:1rem;background:linear-gradient(135deg,#f28c38,#e67e22);color:#f4f8e3;padding:.5rem 1rem;border-radius:20px;font-weight:600;font-size:.9rem}.card-content{padding:1.5rem;flex:1;display:flex;flex-direction:column}.card-title{font-size:1.3rem;font-weight:600;margin-bottom:.5rem;color:#2e5d5d;line-height:1.3}.card-description{color:#718096;margin-bottom:1rem;line-height:1.5;flex:1}.card-rating{display:flex;align-items:center;gap:.5rem;margin-bottom:1rem}.rating-stars{color:gold;font-size:1.1rem}.rating-number{font-weight:600;color:#2e5d5d}.rating-count{color:#718096;font-size:.9rem}.card-tags{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1rem}.tag{background:#e2e8f0;color:#4a5568;padding:.25rem .75rem;border-radius:15px;font-size:.8rem;font-weight:500}.card-link{color:#f28c38;font-weight:600;text-decoration:none;transition:color .2s;margin-top:auto}.card-link:hover{color:#e67e22}.explore-page{min-height:100vh;width:100%;display:flex;flex-direction:column}.explore-main{flex:1;padding:4rem 0;background:#f4f8e3;width:100%}.explore-header{text-align:center;margin-bottom:4rem}.explore-header h1{font-size:3rem;font-weight:700;color:#2e5d5d;margin-bottom:1rem}.explore-header p{font-size:1.2rem;color:#4a5568}.trip-builder-page{min-height:100vh;width:100%;display:flex;flex-direction:column}.trip-builder-main{flex:1;padding:4rem 0;background:#f4f8e3;width:100%}.trip-builder-header{text-align:center;margin-bottom:3rem}.trip-builder-header h1{font-size:3rem;font-weight:700;color:#2e5d5d;margin-bottom:1rem}.trip-builder-header p{font-size:1.2rem;color:#4a5568}.trip-builder-content{display:grid;gap:3rem}.trip-creation-section{background:#fff;border-radius:15px;padding:2rem;box-shadow:0 4px 20px #00000014}.trip-form{display:flex;align-items:end;gap:2rem;flex-wrap:wrap}.trip-form .input-group{flex:1;min-width:250px}.selected-count{color:#f28c38;font-weight:600;font-size:1.1rem}.create-trip-btn{min-width:150px}.create-trip-btn:disabled{opacity:.5;cursor:not-allowed}.selected-experiences{background:#fff;border-radius:15px;padding:2rem;box-shadow:0 4px 20px #00000014}.selected-experiences h3{color:#2e5d5d;margin-bottom:1.5rem}.selected-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:1rem}.selected-experience{display:flex;align-items:center;gap:1rem;padding:1rem;background:#f4f8e3;border-radius:10px;position:relative}.selected-experience img{width:60px;height:60px;object-fit:cover;border-radius:8px}.selected-info h4{font-size:.9rem;color:#2e5d5d;margin-bottom:.25rem}.selected-info p{font-size:.8rem;color:#4a5568}.remove-btn{position:absolute;top:.5rem;right:.5rem;background:#e74c3c;color:#fff;border:none;border-radius:50%;width:24px;height:24px;cursor:pointer;font-size:.8rem;display:flex;align-items:center;justify-content:center}.available-experiences h3{color:#2e5d5d;margin-bottom:2rem}.experience-card.selected{border:3px solid #F28C38;transform:scale(1.02)}.experience-card{cursor:pointer;transition:all .2s}.experience-card:hover{transform:translateY(-5px)}.selection-indicator{position:absolute;top:1rem;right:1rem;background:#f28c38;color:#fff;width:32px;height:32px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:1.2rem}.experience-card.selected .selection-indicator{background:#27ae60}.user-trips{background:#fff;border-radius:15px;padding:2rem;box-shadow:0 4px 20px #00000014}.user-trips h3{color:#2e5d5d;margin-bottom:1.5rem}.trips-list{display:grid;gap:1rem}.trip-item{padding:1.5rem;background:#f4f8e3;border-radius:10px;border-left:4px solid #F28C38}.trip-item h4{color:#2e5d5d;margin-bottom:.5rem}.trip-item p{color:#4a5568;margin-bottom:.25rem}.trip-date{font-size:.9rem;color:#718096}.profile-page{min-height:100vh;width:100%;display:flex;flex-direction:column}.profile-main{flex:1;padding:4rem 0;background:#f4f8e3;width:100%}.profile-header{text-align:center;margin-bottom:3rem}.profile-header h1{font-size:3rem;font-weight:700;color:#2e5d5d;margin-bottom:1rem}.profile-header p{font-size:1.2rem;color:#4a5568}.profile-content{max-width:800px;margin:0 auto;display:grid;gap:2rem}.profile-content>div{background:#fffc;border-radius:12px;padding:2rem;box-shadow:0 4px 20px #0000001a;border:1px solid rgba(46,93,93,.2)}.section-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem;padding-bottom:1rem;border-bottom:2px solid rgba(46,93,93,.3)}.section-header h2{color:#1a4a4a;font-size:1.5rem;font-weight:700;margin:0}.section-actions{display:flex;gap:1rem;align-items:center}.profile-form{display:grid;gap:1.5rem}.profile-form label{display:block;font-weight:600;color:#1a4a4a;margin-bottom:.5rem;font-size:.95rem}.profile-form input[type=text],.profile-form input[type=email]{width:100%;padding:.75rem 1rem;border:2px solid rgba(46,93,93,.3);border-radius:8px;font-size:1rem;color:#1a4a4a;background:#fff;transition:border-color .2s}.profile-form input[type=text]:focus,.profile-form input[type=email]:focus{outline:none;border-color:#f28c38;box-shadow:0 0 0 3px #f28c381a}.profile-content .btn-outline{background:transparent;color:#2e5d5d;border:2px solid #2E5D5D;font-weight:600}.profile-content .btn-outline:hover{background:#2e5d5d;color:#fff;border-color:#2e5d5d}.profile-content .btn-primary{background:linear-gradient(135deg,#f28c38,#e67e22);color:#fff;border:none;font-weight:600}.profile-content .btn-primary:hover{background:linear-gradient(135deg,#e67e22,#d35400);transform:translateY(-2px);box-shadow:0 8px 25px #f28c384d}.section-subtitle{color:#718096;font-size:1rem;margin:0;font-weight:400}.recommendations-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.5rem;margin-top:1rem}.recommendation-card{background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 2px 10px #0000000d;border:1px solid #e2e8f0;transition:transform .2s,box-shadow .2s}.recommendation-card:hover{transform:translateY(-4px);box-shadow:0 8px 25px #0000001a}.recommendation-image{height:200px;overflow:hidden;position:relative}.recommendation-image img{width:100%;height:100%;object-fit:cover}.placeholder-image{width:100%;height:100%;background:#f7fafc;display:flex;align-items:center;justify-content:center;font-size:3rem;color:#a0aec0}.recommendation-content{padding:1.5rem}.recommendation-content h3{color:#1a4a4a;font-size:1.25rem;font-weight:600;margin:0 0 .5rem}.recommendation-category{color:#f28c38;font-size:.875rem;font-weight:600;margin:0 0 .75rem;text-transform:uppercase;letter-spacing:.5px}.recommendation-description{color:#4a5568;font-size:.9rem;line-height:1.5;margin:0 0 1rem;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.recommendation-meta{display:flex;justify-content:space-between;align-items:center;font-size:.875rem}.price-range{color:#2e5d5d;font-weight:600}.recommendation-score{color:#f28c38;font-weight:600;background:#f28c381a;padding:.25rem .5rem;border-radius:4px}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem}.preference-group{margin-bottom:2rem}.preference-group h3{color:#2e5d5d;font-size:1.2rem;font-weight:600;margin-bottom:1rem}.preference-options{display:grid;gap:1rem}.preference-option{display:flex;align-items:flex-start;gap:1rem;padding:1rem;border:2px solid #e2e8f0;border-radius:10px;cursor:pointer;transition:all .2s}.preference-option:hover{border-color:#f28c38;background:#f4f8e3}.preference-option input[type=radio]{margin:0;accent-color:#F28C38}.preference-option input[type=radio]:checked+.option-content{color:#2e5d5d}.option-content{flex:1}.option-title{font-weight:600;color:#2e5d5d;margin-bottom:.25rem}.option-description{font-size:.9rem;color:#4a5568}.interests-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:.75rem}.interest-option{display:flex;align-items:center;gap:.5rem;padding:.75rem;border:2px solid #e2e8f0;border-radius:8px;cursor:pointer;transition:all .2s}.interest-option:hover{border-color:#f28c38;background:#f4f8e3}.interest-option input[type=checkbox]{margin:0;accent-color:#F28C38}.interest-label{font-size:.9rem;color:#2e5d5d}.profile-actions{text-align:center;margin-top:2rem}.my-trips-page{min-height:100vh;width:100%;display:flex;flex-direction:column}.my-trips-main{flex:1;padding:4rem 0;background:#f4f8e3;width:100%}.trips-header{text-align:center;margin-bottom:3rem}.trips-header h1{font-size:3rem;font-weight:700;color:#2e5d5d;margin-bottom:1rem}.trips-header p{font-size:1.2rem;color:#4a5568;margin-bottom:2rem}.empty-state{text-align:center;padding:4rem 2rem;background:#fff;border-radius:15px;box-shadow:0 4px 20px #00000014}.empty-icon{font-size:4rem;margin-bottom:1rem}.empty-state h2{color:#2e5d5d;margin-bottom:1rem}.empty-state p{color:#4a5568;margin-bottom:2rem}.trips-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(400px,1fr));gap:2rem}.trip-card{background:#fff;border-radius:15px;padding:2rem;box-shadow:0 4px 20px #00000014;transition:transform .2s}.trip-card:hover{transform:translateY(-5px)}.trip-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:1rem}.trip-title{color:#2e5d5d;font-size:1.3rem;font-weight:600;margin:0;flex:1}.trip-actions{display:flex;gap:.5rem}.btn-icon{background:none;border:none;cursor:pointer;padding:.5rem;border-radius:6px;transition:background-color .2s;font-size:1.2rem}.delete-btn:hover{background:#ffeaea}.trip-meta{display:flex;gap:2rem;margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:1px solid #e2e8f0}.trip-stat{display:flex;flex-direction:column;gap:.25rem}.stat-label{font-size:.8rem;color:#718096;text-transform:uppercase;font-weight:600}.stat-value{font-size:1rem;color:#2e5d5d;font-weight:600}.trip-experiences{margin-bottom:1.5rem}.trip-experiences h4{color:#2e5d5d;font-size:1rem;margin-bottom:1rem}.experiences-list{display:grid;gap:.75rem}.trip-experience{display:flex;align-items:center;gap:1rem;padding:.75rem;background:#f4f8e3;border-radius:8px}.experience-thumb{width:50px;height:50px;object-fit:cover;border-radius:6px}.experience-info h5{color:#2e5d5d;font-size:.9rem;margin:0 0 .25rem}.experience-info p{color:#4a5568;font-size:.8rem;margin:0}.more-experiences{padding:.75rem;background:#e2e8f0;border-radius:8px;text-align:center;color:#4a5568;font-size:.9rem;font-style:italic}.trip-footer{display:flex;gap:1rem;justify-content:flex-end}.trip-view-btn,.trip-edit-btn{padding:.5rem 1rem;font-size:.9rem}.loading{text-align:center;padding:4rem;color:#4a5568;font-size:1.1rem}.auth-modal-overlay{position:fixed;inset:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000;padding:1rem}.auth-modal{background:#fff;border-radius:15px;width:100%;max-width:400px;max-height:90vh;overflow-y:auto;box-shadow:0 20px 40px #00000026}.auth-modal-header{display:flex;justify-content:space-between;align-items:center;padding:1.5rem 2rem 1rem;border-bottom:1px solid #e2e8f0}.auth-modal-header h2{color:#2e5d5d;font-size:1.5rem;font-weight:600;margin:0}.close-btn{background:none;border:none;font-size:1.5rem;color:#4a5568;cursor:pointer;padding:.25rem;border-radius:4px;transition:background-color .2s}.close-btn:hover{background:#f4f8e3}.auth-modal-content{padding:2rem}.error-message{background:#ffeaea;color:#c0392b;padding:.75rem 1rem;border-radius:8px;margin-bottom:1rem;font-size:.9rem;border-left:4px solid #e74c3c}.auth-form{display:grid;gap:1rem;margin-bottom:1.5rem}.auth-form .input-group{margin-bottom:0}.auth-form input{width:100%;padding:.75rem 1rem;border:2px solid #e2e8f0;border-radius:8px;font-size:1rem;transition:border-color .2s}.auth-form input:focus{outline:none;border-color:#f28c38}.auth-submit-btn{width:100%;padding:.75rem;font-size:1rem;font-weight:600}.auth-divider{text-align:center;margin:1.5rem 0;position:relative}.auth-divider:before{content:"";position:absolute;top:50%;left:0;right:0;height:1px;background:#e2e8f0}.auth-divider span{background:#fff;padding:0 1rem;color:#4a5568;font-size:.9rem}.btn-google{width:100%;padding:.75rem;background:#fff;border:2px solid #e2e8f0;border-radius:8px;color:#2e5d5d;font-size:1rem;font-weight:500;cursor:pointer;transition:all .2s;display:flex;align-items:center;justify-content:center;gap:.5rem}.btn-google:hover{border-color:#f28c38;background:#f4f8e3}.google-icon{width:20px;height:20px;background:#4285f4;color:#fff;border-radius:4px;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:.8rem}.auth-footer{margin-top:1.5rem;text-align:center}.forgot-password-btn{background:none;border:none;color:#f28c38;cursor:pointer;font-size:.9rem;text-decoration:underline;margin-bottom:1rem;display:block;width:100%}.forgot-password-btn:hover{color:#e67e22}.auth-footer p{color:#4a5568;font-size:.9rem;margin:0}.switch-mode-btn{background:none;border:none;color:#f28c38;cursor:pointer;font-weight:600;text-decoration:underline;margin-left:.25rem}.switch-mode-btn:hover{color:#e67e22}.forgot-password{text-align:center}.forgot-password h3{color:#2e5d5d;margin-bottom:1rem}.forgot-password p{color:#4a5568;margin-bottom:1.5rem;font-size:.9rem}.auth-actions{display:grid;gap:.75rem}.profile-info{padding:.75rem 1rem;background:#f4f8e3;border-radius:8px;margin-bottom:.5rem}.profile-email{color:#4a5568;font-size:.9rem}footer{background:#2e5d5d;color:#f4f8e3;text-align:center;padding:2rem;margin-top:auto}@media (max-width: 768px){.header-container{flex-direction:column;gap:1rem}.main-nav{gap:1rem}.header-actions{gap:.5rem}.hero-title{font-size:2.5rem}.hero-subtitle{font-size:1.1rem}.search-inputs{flex-direction:column;align-items:stretch}.input-group{min-width:auto}.features-grid,.experiences-grid{grid-template-columns:1fr}.container{padding:0 1rem}}@media (max-width: 480px){.hero{padding:4rem 0}.hero-title{font-size:2rem}.search-section{padding:1.5rem}.features,.featured-experiences,.trip-builder-cta{padding:4rem 0}.form-row,.interests-grid,.trips-grid{grid-template-columns:1fr}.trip-footer{flex-direction:column}.trip-meta{flex-direction:column;gap:1rem}}.enhanced-trip-planning{background:#fff;border-radius:12px;padding:2rem;margin-bottom:3rem;box-shadow:0 2px 10px #0000000d;border:1px solid #e2e8f0}.enhanced-trip-planning h2{color:#2e5d5d;margin-bottom:2rem;font-size:1.75rem;text-align:center}.trip-planning-form{max-width:800px;margin:0 auto}.form-section{margin-bottom:2rem;padding:1.5rem;background:#f8fafc;border-radius:8px;border:1px solid #e2e8f0}.form-section h3{color:#2e5d5d;margin-bottom:1.5rem;font-size:1.25rem;font-weight:600}.form-row{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem}.form-group{display:flex;flex-direction:column}.form-group label{font-weight:600;color:#2e5d5d;margin-bottom:.5rem;font-size:.95rem}.form-group input,.form-group select{padding:.75rem;border:2px solid #e2e8f0;border-radius:8px;font-size:1rem;color:#1a4a4a;background:#fff;transition:border-color .2s}.form-group input:focus,.form-group select:focus{outline:none;border-color:#f28c38;box-shadow:0 0 0 3px #f28c381a}.date-range{display:flex;align-items:center;gap:1rem}.date-range span{color:#4a5568;font-weight:500}.checkbox-label{display:flex;align-items:center;gap:.5rem;cursor:pointer;font-weight:500;color:#2e5d5d}.checkbox-label input[type=checkbox]{width:auto;margin:0;accent-color:#F28C38}.trip-plan-display{background:#fff;border-radius:12px;padding:2rem;margin-bottom:3rem;box-shadow:0 2px 10px #0000000d;border:1px solid #e2e8f0}.trip-header{text-align:center;margin-bottom:3rem;padding:2rem;background:linear-gradient(135deg,#2e5d5d,#1a4a4a);color:#fff;border-radius:12px}.trip-header h2{margin:0 0 1rem;font-size:2rem}.trip-summary{display:flex;justify-content:center;gap:2rem;margin-top:1rem}.trip-summary .dates,.trip-summary .total-cost{background:#fff3;padding:.5rem 1rem;border-radius:20px;font-weight:600}.trip-section{margin-bottom:3rem}.trip-section h3{color:#2e5d5d;margin-bottom:1.5rem;font-size:1.5rem;font-weight:600;border-bottom:2px solid #e2e8f0;padding-bottom:.5rem}.options-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.5rem}.option-card{background:#fff;border-radius:12px;padding:1.5rem;box-shadow:0 2px 10px #0000000d;border:1px solid #e2e8f0;transition:transform .2s,box-shadow .2s}.option-card:hover{transform:translateY(-4px);box-shadow:0 8px 25px #0000001a}.option-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.option-header .provider{font-weight:600;color:#2e5d5d;font-size:1.1rem}.option-header .price{font-size:1.5rem;font-weight:700;color:#f28c38}.option-details{display:flex;flex-direction:column;gap:.5rem;margin-bottom:1.5rem;color:#4a5568;font-size:.9rem}.experiences-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem}
