.logged-in-home{z-index:1;position:relative;background:linear-gradient(135deg,#f8fafc 0%,#e2e8f0 100%)!important;width:100%!important;max-width:100vw!important;min-height:100vh!important;margin:0!important;padding:0!important;overflow-x:hidden!important}.logged-in-home .home-welcome-banner,.logged-in-home .home-hero,.logged-in-home .home-stats,.logged-in-home .home-guides,.logged-in-home .home-cta,.logged-in-home .colombia-destinations-section{z-index:2;position:relative}.logged-in-home .colombia-destinations-section{background:#fff;padding-top:2.5rem;padding-bottom:4rem}.logged-in-home .route-card--clickable{cursor:pointer}.logged-in-home .home-loading{text-align:center;flex-direction:column;justify-content:center;align-items:center;min-height:50vh;display:flex}.logged-in-home .home-loading .loading-spinner{border:4px solid #e2e8f0;border-top:4px solid var(--wayco-blue-dark);border-radius:50%;width:40px;height:40px;margin-bottom:1rem;animation:1s linear infinite spin}.logged-in-home .home-loading p{color:#64748b;font-size:1rem}.logged-in-home .home-welcome-banner{background:#ffffffeb;border:1px solid #e2e8f0;border-radius:14px;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;margin:1rem 1.25rem 0;padding:1rem 1.25rem;display:flex;box-shadow:0 8px 24px #0126260f}.logged-in-home .home-welcome-banner__text{color:#0f172a;margin:0;font-size:1rem}.logged-in-home .home-welcome-banner__actions{flex-wrap:wrap;gap:.65rem;display:flex}.logged-in-home .home-hero{background:linear-gradient(135deg, var(--wayco-teal-dark) 0%, var(--wayco-teal) 45%, var(--wayco-teal-mid) 100%)!important;color:#fff!important;text-align:center!important;box-sizing:border-box!important;width:100%!important;max-width:100vw!important;margin:0!important;padding:3rem 2rem 4rem!important;position:relative!important}@media (width<=768px){.logged-in-home .home-hero{padding:2rem 1rem 3rem!important}}.logged-in-home .home-hero .hero-content{width:100%;max-width:800px;margin:4rem auto 0}.logged-in-home .home-hero .hero-content .hero-title{word-wrap:break-word;overflow-wrap:break-word;margin-bottom:1rem;font-size:2.5rem;font-weight:700;line-height:1.2}@media (width<=768px){.logged-in-home .home-hero .hero-content .hero-title{font-size:2rem}}@media (width<=480px){.logged-in-home .home-hero .hero-content .hero-title{font-size:1.75rem;line-height:1.3}}.logged-in-home .home-hero .hero-content .hero-subtitle{opacity:.9;word-wrap:break-word;overflow-wrap:break-word;margin-bottom:2rem;font-size:1.25rem;line-height:1.5}@media (width<=768px){.logged-in-home .home-hero .hero-content .hero-subtitle{font-size:1.125rem}}@media (width<=480px){.logged-in-home .home-hero .hero-content .hero-subtitle{font-size:1rem;line-height:1.4}}.logged-in-home .home-hero .hero-content .hero-actions{flex-wrap:wrap;justify-content:center;gap:1rem;width:100%;display:flex}.logged-in-home .home-hero .hero-content .hero-actions .btn-primary{background:var(--wayco-brand);color:#fff}.logged-in-home .home-hero .hero-content .hero-actions .btn-primary:hover{background:var(--wayco-brand-dark)}.logged-in-home .home-hero .hero-content .hero-actions .btn-secondary{color:#fff;background:#ffffff1f;border:2px solid #ffffff8c}.logged-in-home .home-hero .hero-content .hero-actions .btn-secondary:hover{color:var(--wayco-teal-dark);background:#fff}.logged-in-home .home-hero .hero-content .hero-actions .btn{white-space:nowrap;border-radius:8px;justify-content:center;align-items:center;gap:.5rem;min-width:120px;padding:.875rem 2rem;font-weight:600;text-decoration:none;transition:all .3s;display:inline-flex}@media (width<=480px){.logged-in-home .home-hero .hero-content .hero-actions .btn{min-width:100px;padding:.75rem 1.5rem;font-size:.9rem}}.logged-in-home .home-stats{box-sizing:border-box;background:#fff;width:100%;max-width:100vw;padding:3rem 2rem}.logged-in-home .home-stats .stats-grid{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:2rem;max-width:1200px;margin:0 auto;display:grid}.logged-in-home .home-stats .stats-grid .stat-card{text-align:center;background:linear-gradient(135deg,#f8fafc 0%,#e2e8f0 100%);border:1px solid #e2e8f0;border-radius:16px;padding:2rem;transition:all .3s}.logged-in-home .home-stats .stats-grid .stat-card:hover{transform:translateY(-4px);box-shadow:0 8px 25px #0000001a}.logged-in-home .home-stats .stats-grid .stat-card .stat-icon{margin-bottom:1rem;font-size:2.5rem;display:block}.logged-in-home .home-stats .stats-grid .stat-card .stat-content h3{color:var(--wayco-blue-dark);margin:0 0 .5rem;font-size:2.5rem;font-weight:700}.logged-in-home .home-stats .stats-grid .stat-card .stat-content p{color:#64748b;margin:0;font-size:1rem;font-weight:500}.logged-in-home .home-routes,.logged-in-home .home-guides{padding:3rem 2rem}.logged-in-home .home-routes .section-header,.logged-in-home .home-guides .section-header{justify-content:space-between;align-items:center;max-width:1200px;margin-bottom:2rem;margin-left:auto;margin-right:auto;display:flex}.logged-in-home .home-routes .section-header h2,.logged-in-home .home-guides .section-header h2{color:#1e293b;margin:0;font-size:2rem;font-weight:700}.logged-in-home .home-routes .section-header .section-link,.logged-in-home .home-guides .section-header .section-link{color:var(--wayco-blue);border-radius:6px;padding:.5rem 1rem;font-weight:600;text-decoration:none;transition:all .3s}.logged-in-home .home-routes .section-header .section-link:hover,.logged-in-home .home-guides .section-header .section-link:hover{background:#f0fdfa}.logged-in-home .home-routes .routes-grid,.logged-in-home .home-guides .routes-grid{grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:2rem;max-width:1200px;margin:0 auto;display:grid}.logged-in-home .home-routes .routes-grid .route-card,.logged-in-home .home-guides .routes-grid .route-card{background:#fff;border-radius:12px;transition:all .3s;overflow:hidden;box-shadow:0 4px 6px #0000000d}.logged-in-home .home-routes .routes-grid .route-card:hover,.logged-in-home .home-guides .routes-grid .route-card:hover{transform:translateY(-4px);box-shadow:0 8px 25px #0000001a}.logged-in-home .home-routes .routes-grid .route-card .route-image,.logged-in-home .home-guides .routes-grid .route-card .route-image{height:200px;position:relative;overflow:hidden}.logged-in-home .home-routes .routes-grid .route-card .route-image img,.logged-in-home .home-guides .routes-grid .route-card .route-image img{object-fit:cover;width:100%;height:100%}.logged-in-home .home-routes .routes-grid .route-card .route-image .favorite-btn,.logged-in-home .home-guides .routes-grid .route-card .route-image .favorite-btn{cursor:pointer;z-index:2;background:#ffffffe6;border:none;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;font-size:1.2rem;transition:all .3s;display:flex;position:absolute;top:1rem;right:1rem}.logged-in-home .home-routes .routes-grid .route-card .route-image .favorite-btn:hover,.logged-in-home .home-guides .routes-grid .route-card .route-image .favorite-btn:hover{background:#fff;transform:scale(1.1)}.logged-in-home .home-routes .routes-grid .route-card .route-image .favorite-btn.favorited,.logged-in-home .home-guides .routes-grid .route-card .route-image .favorite-btn.favorited{color:#ef4444}.logged-in-home .home-routes .routes-grid .route-card .route-image .view-route-btn,.logged-in-home .home-guides .routes-grid .route-card .route-image .view-route-btn{color:#fff;cursor:pointer;z-index:2;background:#014040e6;border:none;border-radius:20px;justify-content:center;align-items:center;min-width:60px;padding:8px 16px;font-size:.875rem;font-weight:600;text-decoration:none;transition:all .3s;display:flex;position:absolute;top:1rem;left:1rem;box-shadow:0 2px 8px #0003}.logged-in-home .home-routes .routes-grid .route-card .route-image .view-route-btn:hover,.logged-in-home .home-guides .routes-grid .route-card .route-image .view-route-btn:hover{color:#fff;background:#014040;transform:translateY(-2px);box-shadow:0 4px 12px #0000004d}.logged-in-home .home-routes .routes-grid .route-card .route-content,.logged-in-home .home-guides .routes-grid .route-card .route-content{padding:1.5rem}.logged-in-home .home-routes .routes-grid .route-card .route-content .route-title,.logged-in-home .home-guides .routes-grid .route-card .route-content .route-title{color:#1e293b;margin:0 0 .5rem;font-size:1.25rem;font-weight:600}.logged-in-home .home-routes .routes-grid .route-card .route-content .route-description,.logged-in-home .home-guides .routes-grid .route-card .route-content .route-description{color:#64748b;-webkit-line-clamp:2;-webkit-box-orient:vertical;margin:0 0 1rem;font-size:.875rem;line-height:1.5;display:-webkit-box;overflow:hidden}.logged-in-home .home-routes .routes-grid .route-card .route-content .route-meta,.logged-in-home .home-guides .routes-grid .route-card .route-content .route-meta{flex-wrap:wrap;align-items:center;gap:.625rem;margin-bottom:1rem;display:flex}.logged-in-home .home-routes .routes-grid .route-card .route-content .route-footer,.logged-in-home .home-guides .routes-grid .route-card .route-content .route-footer{color:#94a3b8;justify-content:space-between;align-items:center;gap:.75rem;font-size:.75rem;display:flex}.logged-in-home .home-routes .routes-grid .route-card .route-content .route-footer .route-category,.logged-in-home .home-guides .routes-grid .route-card .route-content .route-footer .route-category{font-weight:600}.logged-in-home .home-routes .routes-grid .route-card .route-content .route-footer .route-date,.logged-in-home .home-guides .routes-grid .route-card .route-content .route-footer .route-date{text-align:right;flex-shrink:0}.logged-in-home .home-routes .guides-grid,.logged-in-home .home-guides .guides-grid{grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:1.5rem;max-width:1200px;margin:0 auto;display:grid}.logged-in-home .home-routes .guides-grid .guide-card,.logged-in-home .home-guides .guides-grid .guide-card{background:#fff;border-radius:12px;align-items:center;gap:1rem;padding:1.5rem;transition:all .3s;display:flex;box-shadow:0 4px 6px #0000000d}.logged-in-home .home-routes .guides-grid .guide-card:hover,.logged-in-home .home-guides .guides-grid .guide-card:hover{transform:translateY(-2px);box-shadow:0 8px 25px #0000001a}.logged-in-home .home-routes .guides-grid .guide-card .guide-avatar,.logged-in-home .home-guides .guides-grid .guide-card .guide-avatar{border-radius:50%;flex-shrink:0;width:60px;height:60px;overflow:hidden}.logged-in-home .home-routes .guides-grid .guide-card .guide-avatar img,.logged-in-home .home-guides .guides-grid .guide-card .guide-avatar img{object-fit:cover;width:100%;height:100%}.logged-in-home .home-routes .guides-grid .guide-card .guide-avatar .avatar-placeholder,.logged-in-home .home-guides .guides-grid .guide-card .guide-avatar .avatar-placeholder{background:linear-gradient(135deg, var(--wayco-blue-dark) 0%, var(--wayco-blue) 100%);color:#fff;justify-content:center;align-items:center;width:100%;height:100%;font-size:1.25rem;font-weight:600;display:flex}.logged-in-home .home-routes .guides-grid .guide-card .guide-content,.logged-in-home .home-guides .guides-grid .guide-card .guide-content{flex:1}.logged-in-home .home-routes .guides-grid .guide-card .guide-content .guide-name,.logged-in-home .home-guides .guides-grid .guide-card .guide-content .guide-name{color:#1e293b;margin:0 0 .5rem;font-size:1rem;font-weight:600}.logged-in-home .home-routes .guides-grid .guide-card .guide-content .guide-rating,.logged-in-home .home-guides .guides-grid .guide-card .guide-content .guide-rating{align-items:center;gap:.5rem;margin-bottom:.75rem;display:flex}.logged-in-home .home-routes .guides-grid .guide-card .guide-content .guide-rating .stars,.logged-in-home .home-guides .guides-grid .guide-card .guide-content .guide-rating .stars{font-size:.875rem}.logged-in-home .home-routes .guides-grid .guide-card .guide-content .guide-rating .rating-number,.logged-in-home .home-guides .guides-grid .guide-card .guide-content .guide-rating .rating-number{color:#64748b;font-size:.875rem;font-weight:600}.logged-in-home .home-routes .guides-grid .guide-card .guide-content .guide-specialties,.logged-in-home .home-guides .guides-grid .guide-card .guide-content .guide-specialties{flex-wrap:wrap;gap:.25rem;display:flex}.logged-in-home .home-routes .guides-grid .guide-card .guide-content .guide-specialties .specialty-tag,.logged-in-home .home-guides .guides-grid .guide-card .guide-content .guide-specialties .specialty-tag{color:var(--wayco-blue);background:#f0fdfa;border-radius:12px;padding:.125rem .5rem;font-size:.625rem;font-weight:600}.logged-in-home .home-cta{color:#fff;text-align:center;box-sizing:border-box;background:linear-gradient(135deg,#1e293b 0%,#334155 100%);width:100%;max-width:100vw;margin:0;padding:4rem 2rem}@media (width<=768px){.logged-in-home .home-cta{padding:3rem 1rem}}.logged-in-home .home-cta .cta-content{max-width:600px;margin:0 auto}.logged-in-home .home-cta .cta-content h2{margin-bottom:1rem;font-size:2rem;font-weight:700}@media (width<=768px){.logged-in-home .home-cta .cta-content h2{font-size:1.75rem}}.logged-in-home .home-cta .cta-content p{opacity:.9;margin-bottom:2rem;font-size:1.125rem}.logged-in-home .home-cta .cta-content .cta-actions{flex-wrap:wrap;justify-content:center;gap:1rem;display:flex}.logged-in-home .home-cta .cta-content .cta-actions .btn{box-sizing:border-box;border:2px solid #0000;border-radius:8px;justify-content:center;align-items:center;gap:.5rem;min-height:3.25rem;padding:0 2rem;font-weight:600;line-height:1.2;text-decoration:none;transition:all .3s;display:inline-flex}.logged-in-home .home-cta .cta-content .cta-actions .btn.btn-primary{background:var(--accent-color,var(--wayco-blue));color:#fff;border-color:var(--accent-color,var(--wayco-blue))}.logged-in-home .home-cta .cta-content .cta-actions .btn.btn-primary:hover{background:var(--accent-hover,var(--wayco-blue-dark));border-color:var(--accent-hover,var(--wayco-blue-dark))}.logged-in-home .home-cta .cta-content .cta-actions .btn.btn-outline{color:#fff;background:0 0;border-color:#fff}.logged-in-home .home-cta .cta-content .cta-actions .btn.btn-outline:hover{color:#1e293b;background:#fff}.logged-in-home .home-cta .cta-content .cta-actions .btn.btn-large{font-size:1.125rem}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}
