*{box-sizing:border-box}body{margin:0;padding:0;font-family:-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,'Helvetica Neue',Arial,sans-serif;line-height:1.6;color:#1a1a1a;background:#ffffff}.container{max-width:1200px;margin:0 auto;padding:0 20px}header{position:sticky;top:0;z-index:1000;background:rgba(255,255,255,0.95);backdrop-filter:blur(10px);border-bottom:1px solid #e5e5e5;padding:1rem 0}nav{max-width:1200px;margin:0 auto;padding:0 20px;display:flex;align-items:center;gap:1rem;justify-content:space-between}nav a{display:flex;align-items:center;gap:0.5rem;color:#1a1a1a;text-decoration:none;font-weight:500;transition:color 0.2s}nav a:hover{color:#ff6600}.nav-create-btn{background-color:#ff6600;color:#ffffff!important;padding:0.5rem 1rem;border-radius:6px;font-weight:600;transition:background-color 0.2s,transform 0.2s}.nav-create-btn:hover{background-color:#e55a00;transform:translateY(-1px);color:#ffffff!important}nav img{width:24px;height:24px}h1{font-size:2.5rem;font-weight:700;line-height:1.2;margin:0 0 1rem 0;color:#1a1a1a}h2{font-size:1.75rem;font-weight:600;margin:2rem 0 1rem 0;padding-bottom:0.5rem;border-bottom:2px solid #ff6600;text-transform:uppercase;letter-spacing:0.5px;color:#1a1a1a}h3{font-size:1.5rem;font-weight:600;margin:1.5rem 0 0.75rem 0;color:#1a1a1a}p{margin:0 0 1rem 0;color:#4a4a4a}.lead{font-size:1.25rem;color:#666;margin-bottom:1.5rem}.page-title{padding:3rem 0 4rem 0;background:linear-gradient(135deg,#fff5f0 0%,#ffffff 50%,#f0f8ff 100%);margin-bottom:3rem;position:relative;overflow:hidden}.page-title::before{content:'';position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,#ff6600,#ff8833,#ff6600)}.page-title h1{margin:0 0 1rem 0;font-size:2.75rem;font-weight:800;line-height:1.1;color:#1a1a1a;letter-spacing:-0.02em;background:linear-gradient(135deg,#1a1a1a 0%,#ff6600 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.page-title .lead{margin:0;font-size:1.25rem;line-height:1.6;color:#4a4a4a;font-weight:400}.hero{padding:4rem 0 5rem 0;background:linear-gradient(135deg,#fff5f0 0%,#ffffff 50%,#f0f8ff 100%);margin-bottom:3rem;text-align:center;position:relative;overflow:hidden}.hero::before{content:'';position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,#ff6600,#ff8833,#ff6600)}.hero-title{font-size:3.5rem;font-weight:800;line-height:1.1;margin:0 0 1.5rem 0;color:#1a1a1a;letter-spacing:-0.02em;background:linear-gradient(135deg,#1a1a1a 0%,#ff6600 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.hero-description{font-size:1.5rem;line-height:1.6;color:#4a4a4a;max-width:700px;margin:0 auto;font-weight:400}.card{display:flex;background:#ffffff;border:1px solid #e5e5e5;border-radius:12px;overflow:hidden;margin-bottom:1.5rem;transition:transform 0.2s,box-shadow 0.2s;box-shadow:0 2px 8px rgba(0,0,0,0.04);text-decoration:none;color:inherit}.card:hover{transform:translateY(-2px);box-shadow:0 4px 16px rgba(0,0,0,0.1)}.card-content{flex:1;padding:2rem;display:flex;flex-direction:column;order:1}.card-image{width:300px;min-width:300px;max-height:300px;height:300px;object-fit:cover;object-position:center;order:2;display:block}.card:not(:has(img.card-image)) .card-content{width:100%}.card h3{margin-top:0;margin-bottom:0.75rem;color:#1a1a1a}.card-text{color:#666;margin-bottom:1rem;flex:1}.card-meta{color:#ff6600;font-size:0.875rem;font-weight:600;text-transform:uppercase;letter-spacing:0.5px;margin-bottom:0.5rem}a:not(.card):not(.attraction-card){color:#ff6600;text-decoration:none;transition:color 0.2s}a:not(.card):not(.attraction-card):hover{color:#e55a00}#map{height:400px;width:100%;margin:2rem 0;border-radius:12px;overflow:hidden}section{margin:2rem 0}.latest-user-itineraries{margin-bottom:3rem}.latest-user-itineraries h2{margin-bottom:1.5rem}.top-countries-itineraries{margin-top:3rem}.top-countries-itineraries h2{margin-bottom:1.5rem}hr{border:none;border-top:1px solid #e5e5e5;margin:3rem 0}@media (max-width:768px){.container{padding:0 15px}h1{font-size:2rem}h2{font-size:1.5rem}.card{flex-direction:column}.card-image{width:100%;min-width:100%;height:200px;order:1}.card-content{order:2}.page-title{padding:2.5rem 0 3rem 0}.page-title h1{font-size:2rem;margin:0 0 1rem 0}.page-title .lead{font-size:1.125rem;margin:0}.hero{padding:3rem 0 4rem 0}.hero-title{font-size:2.5rem}.hero-description{font-size:1.25rem;padding:0 1rem}}.form-group{margin-bottom:2rem}.form-group label{display:block;margin-bottom:0.5rem;font-weight:600;color:#1a1a1a}.form-group input[type="text"],.form-group input[type="number"],.form-group select,.form-group textarea{width:100%;padding:0.75rem;border:1px solid #e5e5e5;border-radius:8px;font-size:1rem;font-family:inherit;transition:border-color 0.2s,box-shadow 0.2s}.form-group input[type="text"]:focus,.form-group input[type="number"]:focus,.form-group select:focus,.form-group textarea:focus{outline:none;border-color:#ff6600;box-shadow:0 0 0 3px rgba(255,102,0,0.1)}.form-group textarea{resize:vertical;min-height:120px}.location-search-wrapper{position:relative}.location-suggestions{position:absolute;top:100%;left:0;right:0;background:#ffffff;border:1px solid #e5e5e5;border-top:none;border-radius:0 0 8px 8px;max-height:300px;overflow-y:auto;z-index:100;display:none;box-shadow:0 4px 16px rgba(0,0,0,0.1)}.suggestion-item{padding:0.75rem;cursor:pointer;border-bottom:1px solid #f5f5f5;transition:background-color 0.2s}.suggestion-item:hover{background-color:#fff5f0}.suggestion-item:last-child{border-bottom:none}.selected-locations{margin-top:1rem;display:flex;flex-wrap:wrap;gap:0.5rem}.location-tag{display:inline-flex;align-items:center;gap:0.5rem;padding:0.5rem 0.75rem;background-color:#fff5f0;border:1px solid #ff6600;border-radius:20px;color:#1a1a1a;font-size:0.875rem}.remove-location{cursor:pointer;color:#ff6600;font-weight:bold;font-size:1.2rem;line-height:1;transition:color 0.2s}.remove-location:hover{color:#e55a00}.btn-primary{background-color:#ff6600;color:#ffffff;border:none;padding:1rem 2rem;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:background-color 0.2s,transform 0.2s}.btn-primary:hover{background-color:#e55a00;transform:translateY(-1px)}.btn-primary:active{transform:translateY(0)}.btn-primary:disabled{opacity:0.6;cursor:not-allowed;transform:none}.btn-primary.loading{position:relative}.spinner{display:inline-block;width:14px;height:14px;border:2px solid rgba(255,255,255,0.3);border-radius:50%;border-top-color:#ffffff;animation:spin 0.8s linear infinite;margin-right:8px;vertical-align:middle}@keyframes spin{to{transform:rotate(360deg)}}.success-message{background-color:#d4edda;border:1px solid #c3e6cb;color:#155724;padding:1rem;border-radius:8px;margin:2rem 0}@media (max-width:768px){.location-suggestions{max-height:200px}}