.GuidesHomePage-module__bV8StW__container{background-color:var(--background);min-height:100vh;color:var(--foreground)}.GuidesHomePage-module__bV8StW__hero{background:linear-gradient(to bottom,var(--secondary-brand),var(--background));text-align:center;justify-content:center;align-items:center;height:400px;padding:2rem;display:flex}.GuidesHomePage-module__bV8StW__heroContent h1{margin-bottom:1rem;font-size:3.5rem;font-weight:700}.GuidesHomePage-module__bV8StW__heroContent p{color:#ffffffe6;font-size:1.25rem}.GuidesHomePage-module__bV8StW__section{margin-bottom:3rem}.GuidesHomePage-module__bV8StW__sectionTitle{margin-bottom:1.5rem;font-size:1.5rem;font-weight:700}.GuidesHomePage-module__bV8StW__guidesGrid{grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:1.5rem;display:grid}.GuidesHomePage-module__bV8StW__guideCard{color:inherit;text-decoration:none;transition:all .3s}.GuidesHomePage-module__bV8StW__guideCard:hover{transform:translateY(-4px)}.GuidesHomePage-module__bV8StW__cardImageWrapper{border-radius:8px;margin-bottom:.75rem;padding-bottom:100%;position:relative;overflow:hidden}.GuidesHomePage-module__bV8StW__cardImage{object-fit:cover;width:100%;height:100%;position:absolute;top:0;left:0}.GuidesHomePage-module__bV8StW__playButton{background:var(--secondary-brand);opacity:0;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;transition:all .3s;display:flex;position:absolute;bottom:.75rem;right:.75rem;transform:translateY(10px)}.GuidesHomePage-module__bV8StW__guideCard:hover .GuidesHomePage-module__bV8StW__playButton{opacity:1;transform:translateY(0)}.GuidesHomePage-module__bV8StW__playButton span{color:var(--foreground);font-size:1.25rem}.GuidesHomePage-module__bV8StW__cardTitle{color:var(--foreground);margin-bottom:.5rem;font-size:1rem;font-weight:600}.GuidesHomePage-module__bV8StW__cardMeta{color:var(--text-tertiary);gap:1rem;font-size:.875rem;display:flex}.GuidesHomePage-module__bV8StW__cardMeta span{align-items:center;gap:.25rem;display:flex}.GuidesHomePage-module__bV8StW__cardMeta svg{font-size:1rem}.GuidesHomePage-module__bV8StW__loading,.GuidesHomePage-module__bV8StW__error{justify-content:center;align-items:center;min-height:100vh;font-size:1.125rem;display:flex}.GuidesHomePage-module__bV8StW__heroIcon{color:#ffffffe6;margin-bottom:1.5rem;font-size:4rem}.GuidesHomePage-module__bV8StW__heroStats{justify-content:center;gap:4rem;margin-top:3rem;display:flex}.GuidesHomePage-module__bV8StW__statItem{text-align:center}.GuidesHomePage-module__bV8StW__statNumber{color:var(--secondary-brand);font-size:2.5rem;font-weight:700;display:block}.GuidesHomePage-module__bV8StW__statLabel{color:#fffc;font-size:1rem}.GuidesHomePage-module__bV8StW__featuresSection{border-bottom:1px solid #ffffff1a;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin-bottom:3rem;padding:3rem 0;display:grid}.GuidesHomePage-module__bV8StW__feature{text-align:center;background:var(--surface-overlay-subtle);border-radius:12px;padding:2rem;transition:transform .3s}.GuidesHomePage-module__bV8StW__feature:hover{transform:translateY(-5px)}.GuidesHomePage-module__bV8StW__feature svg{color:var(--secondary-brand);margin-bottom:1rem;font-size:2.5rem}.GuidesHomePage-module__bV8StW__feature h3{margin-bottom:.5rem;font-size:1.25rem}.GuidesHomePage-module__bV8StW__feature p{color:var(--text-tertiary);font-size:.875rem}.GuidesHomePage-module__bV8StW__sectionHeader{justify-content:space-between;align-items:center;margin-bottom:1.5rem;display:flex}.GuidesHomePage-module__bV8StW__sectionTitle{align-items:center;gap:.5rem;display:flex}.GuidesHomePage-module__bV8StW__sectionTitle svg{color:var(--secondary-brand)}.GuidesHomePage-module__bV8StW__seeAll{color:var(--secondary-brand);font-size:.875rem;font-weight:500;text-decoration:none;transition:color .2s}.GuidesHomePage-module__bV8StW__seeAll:hover{color:#d42a3d}.GuidesHomePage-module__bV8StW__rating{background:#000000b3;border-radius:4px;align-items:center;gap:.25rem;padding:.25rem .5rem;font-size:.875rem;display:flex;position:absolute;top:.75rem;right:.75rem}.GuidesHomePage-module__bV8StW__rating svg{color:var(--warning);font-size:1rem}@media (max-width:768px){.GuidesHomePage-module__bV8StW__hero{height:250px;padding:1rem}.GuidesHomePage-module__bV8StW__heroContent h1{margin-bottom:.5rem;font-size:2rem}.GuidesHomePage-module__bV8StW__heroContent p{padding:0 1rem;font-size:1rem}.GuidesHomePage-module__bV8StW__guidesGrid{grid-template-columns:repeat(auto-fill,minmax(150px,1fr));gap:1rem}.GuidesHomePage-module__bV8StW__heroStats{gap:2rem}.GuidesHomePage-module__bV8StW__statNumber{font-size:2rem}.GuidesHomePage-module__bV8StW__featuresSection{grid-template-columns:1fr;gap:1rem}.GuidesHomePage-module__bV8StW__feature{padding:1.5rem}.GuidesHomePage-module__bV8StW__featuredSection{padding:2rem 1rem}.GuidesHomePage-module__bV8StW__featuredCard{grid-template-columns:1fr}.GuidesHomePage-module__bV8StW__featuredImage{height:200px}.GuidesHomePage-module__bV8StW__featuredContent{padding:1.25rem}.GuidesHomePage-module__bV8StW__featuredContent h3{margin-bottom:.75rem;font-size:1.5rem}.GuidesHomePage-module__bV8StW__featuredContent p{margin-bottom:1rem;font-size:.875rem}.GuidesHomePage-module__bV8StW__featuredMeta{flex-wrap:wrap;gap:1rem}.GuidesHomePage-module__bV8StW__landmarksSection{padding:2rem .5rem}.GuidesHomePage-module__bV8StW__landmarksSection h2{margin-bottom:1rem;padding:0 .5rem}.GuidesHomePage-module__bV8StW__landmarksSlider{margin:0;padding:0}.GuidesHomePage-module__bV8StW__landmarkSlide{padding:0 .5rem}.GuidesHomePage-module__bV8StW__landmarkCard{margin-bottom:.5rem}.GuidesHomePage-module__bV8StW__landmarkImage{padding-bottom:75%}.GuidesHomePage-module__bV8StW__landmarkContent{padding:1rem}.GuidesHomePage-module__bV8StW__landmarkContent h3{font-size:1.125rem}.GuidesHomePage-module__bV8StW__landmarkContent p{-webkit-line-clamp:2;-webkit-box-orient:vertical;font-size:.875rem;display:-webkit-box;overflow:hidden}.GuidesHomePage-module__bV8StW__categoriesSection{padding:2rem 1rem}.GuidesHomePage-module__bV8StW__categoriesGrid{grid-template-columns:repeat(2,1fr);gap:.75rem}.GuidesHomePage-module__bV8StW__categoryCard{height:150px}.GuidesHomePage-module__bV8StW__categoryContent{padding:1rem}.GuidesHomePage-module__bV8StW__categoryContent h3{margin-bottom:.25rem;font-size:1.125rem}.GuidesHomePage-module__bV8StW__categoryContent span{font-size:.75rem}.GuidesHomePage-module__bV8StW__sliderArrow{display:none}.GuidesHomePage-module__bV8StW__playButtonLarge{padding:.75rem 1.25rem;font-size:.875rem}.GuidesHomePage-module__bV8StW__playButtonLarge svg{font-size:1.25rem}.GuidesHomePage-module__bV8StW__container>section{margin-bottom:2rem}.GuidesHomePage-module__bV8StW__section h2{padding:0 .5rem;font-size:1.25rem}.GuidesHomePage-module__bV8StW__loading,.GuidesHomePage-module__bV8StW__error{text-align:center;padding:1rem;font-size:1rem}}@media (max-width:480px){.GuidesHomePage-module__bV8StW__categoriesGrid{grid-template-columns:1fr}.GuidesHomePage-module__bV8StW__categoryCard{height:120px}.GuidesHomePage-module__bV8StW__featuredMeta{flex-direction:column;gap:.5rem}.GuidesHomePage-module__bV8StW__landmarkSlide{padding:0 .25rem}}.GuidesHomePage-module__bV8StW__featuredSection{padding:3rem 2rem}.GuidesHomePage-module__bV8StW__featuredSection h2{align-items:center;gap:.5rem;margin-bottom:1.5rem;font-size:1.5rem;display:flex}.GuidesHomePage-module__bV8StW__featuredCard{background:var(--surface-overlay-subtle);color:inherit;border-radius:12px;grid-template-columns:1fr 1fr;gap:2rem;text-decoration:none;display:grid;overflow:hidden}.GuidesHomePage-module__bV8StW__featuredImage{height:400px;position:relative}.GuidesHomePage-module__bV8StW__featuredImage img{object-fit:cover;width:100%;height:100%}.GuidesHomePage-module__bV8StW__featuredOverlay{opacity:0;background:linear-gradient(#0003,#000c);justify-content:center;align-items:center;transition:opacity .3s;display:flex;position:absolute;inset:0}.GuidesHomePage-module__bV8StW__featuredCard:hover .GuidesHomePage-module__bV8StW__featuredOverlay{opacity:1}.GuidesHomePage-module__bV8StW__featuredContent{flex-direction:column;justify-content:center;padding:2rem;display:flex}.GuidesHomePage-module__bV8StW__featuredContent h3{margin-bottom:1rem;font-size:2rem}.GuidesHomePage-module__bV8StW__featuredContent p{color:var(--text-tertiary);margin-bottom:1.5rem;line-height:1.6}.GuidesHomePage-module__bV8StW__featuredMeta{color:var(--text-tertiary);flex-wrap:wrap;gap:1.5rem;display:flex}.GuidesHomePage-module__bV8StW__featuredMeta span{align-items:center;gap:.5rem;display:flex}.GuidesHomePage-module__bV8StW__featuredMeta .GuidesHomePage-module__bV8StW__rating{color:var(--warning)}.GuidesHomePage-module__bV8StW__categoriesSection{padding:2rem 1rem}.GuidesHomePage-module__bV8StW__categoriesSection h2{color:var(--foreground);align-items:center;gap:.5rem;margin-bottom:1.5rem;padding:0 .5rem;font-size:1.5rem;display:flex}.GuidesHomePage-module__bV8StW__categoriesGrid{flex-direction:column;gap:.75rem;padding:0 .5rem;display:flex}.GuidesHomePage-module__bV8StW__categoryCard{color:inherit;background:var(--surface-overlay-subtle);border-radius:8px;align-items:center;height:80px;text-decoration:none;transition:all .2s;display:flex;position:relative;overflow:hidden}.GuidesHomePage-module__bV8StW__categoryCard:hover{background:var(--surface-overlay);transform:translate(5px)}.GuidesHomePage-module__bV8StW__categoryImageWrapper{flex-shrink:0;width:80px;height:80px}.GuidesHomePage-module__bV8StW__categoryImage{object-fit:cover;width:100%;height:100%}.GuidesHomePage-module__bV8StW__categoryGlass{background:linear-gradient(90deg,#ffffff1a,#0000);flex:1;align-items:center;padding:0 1.25rem;display:flex}.GuidesHomePage-module__bV8StW__categoryInfo{width:100%}.GuidesHomePage-module__bV8StW__categoryInfo h3{color:var(--foreground);white-space:nowrap;text-overflow:ellipsis;margin:0 0 4px;font-size:1rem;font-weight:500;overflow:hidden}.GuidesHomePage-module__bV8StW__categoryInfo span{color:#fff9;font-size:.813rem;display:block}@media (max-width:768px){.GuidesHomePage-module__bV8StW__categoriesSection{padding:1.5rem .5rem}.GuidesHomePage-module__bV8StW__categoriesGrid{gap:.5rem}.GuidesHomePage-module__bV8StW__categoryCard{height:64px}.GuidesHomePage-module__bV8StW__categoryImageWrapper{width:64px;height:64px}.GuidesHomePage-module__bV8StW__categoryGlass{padding:0 1rem}.GuidesHomePage-module__bV8StW__categoryInfo h3{font-size:.938rem}.GuidesHomePage-module__bV8StW__categoryInfo span{font-size:.75rem}}@media (max-width:480px){.GuidesHomePage-module__bV8StW__categoryCard{height:56px}.GuidesHomePage-module__bV8StW__categoryImageWrapper{width:56px;height:56px}.GuidesHomePage-module__bV8StW__categoryGlass{padding:0 .75rem}.GuidesHomePage-module__bV8StW__categoryInfo h3{font-size:.875rem}.GuidesHomePage-module__bV8StW__categoryInfo span{font-size:.688rem}}.GuidesHomePage-module__bV8StW__trendingSection{padding:3rem 2rem}.GuidesHomePage-module__bV8StW__trendingSection h2{align-items:center;gap:.5rem;margin-bottom:1.5rem;font-size:1.5rem;display:flex}.GuidesHomePage-module__bV8StW__trendingGuides{grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:2rem;display:grid}.GuidesHomePage-module__bV8StW__playButtonLarge{background:var(--secondary-brand);color:#fff;opacity:0;border-radius:50px;align-items:center;gap:1rem;width:fit-content;padding:1rem 2rem;font-weight:500;transition:all .3s;display:flex;transform:translateY(20px)}.GuidesHomePage-module__bV8StW__featuredCard:hover .GuidesHomePage-module__bV8StW__playButtonLarge{opacity:1;transform:translateY(0)}@media (max-width:768px){.GuidesHomePage-module__bV8StW__featuredCard{grid-template-columns:1fr}.GuidesHomePage-module__bV8StW__featuredImage{height:250px}.GuidesHomePage-module__bV8StW__featuredContent{padding:1.5rem}.GuidesHomePage-module__bV8StW__featuredContent h3{font-size:1.5rem}.GuidesHomePage-module__bV8StW__playButtonLarge{padding:.75rem 1.5rem}.GuidesHomePage-module__bV8StW__categoriesGrid{grid-template-columns:repeat(auto-fill,minmax(200px,1fr))}.GuidesHomePage-module__bV8StW__trendingGuides{grid-template-columns:1fr}}.GuidesHomePage-module__bV8StW__landmarksSection{padding:2rem 1rem;position:relative}.GuidesHomePage-module__bV8StW__landmarksSection h2{align-items:center;gap:.5rem;margin-bottom:1.5rem;padding:0 .5rem;font-size:1.5rem;display:flex}.GuidesHomePage-module__bV8StW__landmarksSlider{margin:0;padding:0 .5rem}.GuidesHomePage-module__bV8StW__landmarkSlide{padding:0 .5rem}.GuidesHomePage-module__bV8StW__landmarkCard{color:inherit;background:var(--surface-overlay-subtle);border-radius:8px;max-width:300px;height:100%;margin:0 auto;text-decoration:none;transition:transform .3s;display:block;overflow:hidden}.GuidesHomePage-module__bV8StW__landmarkCard:hover{transform:translateY(-4px)}.GuidesHomePage-module__bV8StW__landmarkImage{padding-bottom:66.67%;position:relative;overflow:hidden}.GuidesHomePage-module__bV8StW__landmarkImage img{object-fit:cover;width:100%;height:100%;position:absolute;top:0;left:0}.GuidesHomePage-module__bV8StW__landmarkOverlay{opacity:0;background:linear-gradient(#0003,#000c);justify-content:center;align-items:center;transition:opacity .3s;display:flex;position:absolute;inset:0}.GuidesHomePage-module__bV8StW__landmarkCard:hover .GuidesHomePage-module__bV8StW__landmarkOverlay{opacity:1}.GuidesHomePage-module__bV8StW__landmarkContent{padding:1rem}.GuidesHomePage-module__bV8StW__landmarkContent h3{white-space:nowrap;text-overflow:ellipsis;margin-bottom:.5rem;font-size:1.125rem;overflow:hidden}.GuidesHomePage-module__bV8StW__landmarkContent p{color:var(--text-tertiary);-webkit-line-clamp:2;-webkit-box-orient:vertical;margin-bottom:.75rem;font-size:.875rem;line-height:1.4;display:-webkit-box;overflow:hidden}.GuidesHomePage-module__bV8StW__landmarkMeta{color:var(--text-tertiary);align-items:center;gap:.5rem;font-size:.75rem;display:flex}.GuidesHomePage-module__bV8StW__landmarkMeta span{align-items:center;gap:.25rem;display:flex}.GuidesHomePage-module__bV8StW__landmarkMeta svg{font-size:1rem}.GuidesHomePage-module__bV8StW__landmarksSlider .slick-dots{bottom:-25px}.GuidesHomePage-module__bV8StW__landmarksSlider .slick-dots li button:before{color:var(--foreground);opacity:.25}.GuidesHomePage-module__bV8StW__landmarksSlider .slick-dots li.slick-active button:before{opacity:1;color:var(--secondary-brand)}@media (max-width:768px){.GuidesHomePage-module__bV8StW__landmarkCard{max-width:250px}.GuidesHomePage-module__bV8StW__landmarkImage{padding-bottom:60%}.GuidesHomePage-module__bV8StW__landmarkContent{padding:.75rem}.GuidesHomePage-module__bV8StW__landmarkContent h3{font-size:1rem}.GuidesHomePage-module__bV8StW__landmarkContent p{-webkit-line-clamp:2;margin-bottom:.5rem;font-size:.813rem}.GuidesHomePage-module__bV8StW__landmarkMeta{font-size:.688rem}.GuidesHomePage-module__bV8StW__landmarkMeta svg{font-size:.875rem}}@media (max-width:480px){.GuidesHomePage-module__bV8StW__landmarkCard{max-width:220px}.GuidesHomePage-module__bV8StW__landmarkImage{padding-bottom:56.25%}.GuidesHomePage-module__bV8StW__landmarkContent{padding:.625rem}}.GuidesHomePage-module__bV8StW__sliderArrow{background:var(--surface-overlay);color:#fff;cursor:pointer;z-index:1;border:none;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;transition:all .3s;display:flex;position:absolute;top:50%;transform:translateY(-50%)}.GuidesHomePage-module__bV8StW__sliderArrow:hover{background:#fff3}.GuidesHomePage-module__bV8StW__prevArrow{left:-20px}.GuidesHomePage-module__bV8StW__nextArrow{right:-20px}@media (max-width:768px){.GuidesHomePage-module__bV8StW__landmarksSection{padding:2rem 1rem}.GuidesHomePage-module__bV8StW__landmarkSlide{padding:0 .5rem}.GuidesHomePage-module__bV8StW__sliderArrow{display:none}}
