.hp-hero{position:relative;display:flex;flex-direction:column;justify-content:center;background:#050c14;min-height:100vh;padding:0;margin:0;overflow:hidden}.hp-hero-bg{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;z-index:0}.hp-hero-bg img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;display:block}.hp-hero-overlay{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;background:linear-gradient(100deg,rgba(0,0,0,.72),rgba(0,0,0,.42) 45%,rgba(0,0,0,.15))}.hp-hero-inner{position:relative;z-index:2;display:flex;flex-direction:column;gap:3rem;width:100%;padding:clamp(90px,15vh,140px) 1.5rem clamp(50px,7vh,90px)}@media (min-width:900px){.hp-hero-inner{flex-direction:row;align-items:center;gap:5rem;padding-left:5%;padding-right:5%;max-width:1400px;margin-left:auto;margin-right:auto;width:100%}}.hp-hero-content{display:flex;flex-direction:column;color:#fff;flex:1 1 0;min-width:0}@media (min-width:900px){.hp-hero-content{align-items:flex-start;text-align:left;max-width:520px}}.hp-hero-title{color:#fff;font-weight:800;font-size:clamp(2.4rem,6vw,4.5rem);line-height:1.05;text-shadow:0 2px 32px rgba(0,0,0,.6);margin-bottom:1.4rem;letter-spacing:-.025em}.hp-hero-subtitle{color:#fff;font-size:clamp(1rem,2.2vw,1.3rem);text-shadow:0 1px 8px rgba(0,0,0,.5);opacity:.88;margin-bottom:1.1rem;max-width:520px;line-height:1.6}.hp-hero-hashtag{color:#fff;font-weight:600;font-size:clamp(.7rem,1.4vw,.85rem);letter-spacing:.18em;opacity:.5;margin-bottom:2.75rem;text-transform:uppercase}.hp-hero-guide-row{display:flex;flex-wrap:wrap;align-items:center;gap:.6rem;margin-bottom:0}.hp-guide-text{color:#fff;font-size:clamp(.75rem,1.5vw,.85rem);opacity:.82;text-shadow:0 1px 4px rgba(0,0,0,.4)}.hp-guide-btn{display:inline-flex;align-items:center;font-weight:600;color:#fff;font-size:.85rem;padding:.55rem 1.4rem;border-radius:999px;border:1.5px solid hsla(0,0%,100%,.55);background:rgba(0,0,0,.28);backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);transition:background .2s ease,border-color .2s ease,transform .2s ease;text-decoration:none}.hp-guide-btn:focus,.hp-guide-btn:hover{background:hsla(0,0%,100%,.18);border-color:hsla(0,0%,100%,.85);color:#fff;text-decoration:none;transform:translateY(-1px)}.hp-hero-cats{flex:1 1 0;min-width:0;display:flex;flex-direction:column;gap:1.1rem}.hp-hero-cats-label{color:#fff;font-weight:700;font-size:.72rem;letter-spacing:.14em;text-transform:uppercase;opacity:.6;margin:0}.hp-hero-cat-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:.75rem}@media (min-width:480px){.hp-hero-cat-grid{grid-template-columns:repeat(4,1fr)}}@media (min-width:900px){.hp-hero-cat-grid{grid-template-columns:repeat(3,1fr);gap:.9rem}}@media (min-width:1100px){.hp-hero-cat-grid{grid-template-columns:repeat(4,1fr)}}.hp-hero-cat-tile{position:relative;overflow:hidden;border-radius:14px;aspect-ratio:1/1;display:block;cursor:pointer;text-decoration:none;box-shadow:0 3px 14px rgba(0,0,0,.45);transition:transform .25s ease,box-shadow .25s ease}.hp-hero-cat-tile:hover{transform:translateY(-3px) scale(1.03);box-shadow:0 10px 30px rgba(0,0,0,.55);text-decoration:none}.hp-hero-cat-tile img{position:absolute;top:0;left:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;transition:transform .35s ease}.hp-hero-cat-tile:hover img{transform:scale(1.08)}.hp-hero-cat-tile-overlay{position:absolute;inset:0;background:linear-gradient(0deg,rgba(0,0,0,.78) 0,rgba(0,0,0,.1) 55%,transparent)}.hp-hero-cat-tile-name{position:absolute;bottom:0;left:0;right:0;color:#fff;font-weight:700;font-size:.65rem;letter-spacing:.04em;text-transform:uppercase;text-align:center;padding:0 6px 10px;text-shadow:0 1px 4px rgba(0,0,0,.9)}.hp-hero-features{display:flex;flex-direction:column;gap:.55rem;margin-top:.5rem}.hp-hero-feature{display:flex;align-items:center;gap:.75rem;background:hsla(0,0%,100%,.08);border:1px solid hsla(0,0%,100%,.12);border-radius:12px;padding:.6rem .85rem;backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px);transition:background .2s ease}.hp-hero-feature:hover{background:hsla(0,0%,100%,.14)}.hp-hero-feature-icon{flex-shrink:0;width:36px;height:36px;border-radius:8px;overflow:hidden;background:hsla(0,0%,100%,.12);display:flex;align-items:center;justify-content:center;font-size:1.15rem}.hp-hero-feature-icon img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.hp-hero-feature-text{display:flex;flex-direction:column;gap:.1rem;min-width:0}.hp-hero-feature-title{color:#fff;font-weight:700;font-size:.82rem;letter-spacing:.01em;white-space:nowrap}.hp-hero-feature-desc{color:hsla(0,0%,100%,.58);font-size:.72rem;line-height:1.35;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.hp-categories-section{position:relative;width:100%;z-index:2;padding-bottom:1.25rem}.hp-section-label{color:#fff;font-weight:700;font-size:.68rem;letter-spacing:.1em;text-transform:uppercase;opacity:.6;margin-bottom:.65rem;padding-left:1.125rem}.hp-categories-strip{display:flex;overflow-x:auto;gap:.6rem;padding:.25rem 1.125rem .75rem;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:none;-ms-overflow-style:none}.hp-categories-strip::-webkit-scrollbar{display:none}.hp-category-pill{position:relative;overflow:hidden;flex-shrink:0;cursor:pointer;display:block;border-radius:14px;width:110px;height:75px;scroll-snap-align:start;transition:transform .25s ease,box-shadow .25s ease;text-decoration:none;box-shadow:0 2px 10px rgba(0,0,0,.35)}.hp-category-pill:hover{transform:translateY(-3px) scale(1.03);box-shadow:0 8px 28px rgba(0,0,0,.45);text-decoration:none}.hp-category-pill-img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;transition:transform .35s ease;display:block}.hp-category-pill:hover .hp-category-pill-img{transform:scale(1.1)}.hp-category-pill-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(0deg,rgba(0,0,0,.82) 0,rgba(0,0,0,.12) 55%,transparent)}.hp-category-pill-name{position:absolute;color:#fff;text-align:center;font-weight:700;bottom:0;left:0;right:0;font-size:.6rem;letter-spacing:.03em;padding:0 4px 7px;text-shadow:0 1px 4px rgba(0,0,0,.9);text-transform:uppercase}.hp-carousel-section{position:relative;width:100%;z-index:2;padding-top:.25rem;padding-bottom:1.5rem}.hp-carousel-header{display:flex;align-items:center;justify-content:space-between;padding:0 1.125rem;margin-bottom:.75rem}.hp-carousel-title{color:#fff;font-weight:700;font-size:clamp(.95rem,2.4vw,1.15rem);letter-spacing:-.01em;margin:0}.hp-carousel-see-all{color:#fff;font-weight:500;font-size:.75rem;opacity:.7;text-decoration:none;letter-spacing:.03em;border-bottom:1px solid hsla(0,0%,100%,.35);padding-bottom:1px;transition:opacity .15s ease}.hp-carousel-see-all:hover{opacity:1;color:#fff;text-decoration:none}.hp-cards-track{display:flex;overflow-x:auto;gap:.75rem;padding:4px 1.5rem 1.5rem;margin:0 -1.5rem;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:none;-ms-overflow-style:none;touch-action:pan-x}.hp-cards-track::-webkit-scrollbar{display:none}.hp-card{flex-shrink:0;overflow:hidden;cursor:pointer;display:flex;flex-direction:column;background:#fff;border-radius:18px;width:min(78vw,255px);scroll-snap-align:center;box-shadow:0 4px 22px rgba(0,0,0,.2);transition:transform .25s ease,box-shadow .25s ease}.hp-card,.hp-card:hover{text-decoration:none;color:inherit}.hp-card:hover{transform:translateY(-5px);box-shadow:0 16px 44px rgba(0,0,0,.28)}.hp-card-img-wrap{position:relative;overflow:hidden;width:100%;height:160px;background:#c5cedb;flex-shrink:0}.hp-card-img-wrap img{position:absolute;top:0;left:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;transition:transform .35s ease;display:block}.hp-card:hover .hp-card-img-wrap img{transform:scale(1.06)}.hp-card-badge{position:absolute;font-weight:600;top:8px;left:8px;background:hsla(0,0%,100%,.93);color:#111827;font-size:.6rem;padding:3px 9px;border-radius:999px;backdrop-filter:blur(4px);max-width:135px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;letter-spacing:.04em;text-transform:uppercase;box-shadow:0 1px 6px rgba(0,0,0,.12)}.hp-card-fav{position:absolute;top:8px;right:8px}.hp-card-body{padding:1rem;background:#fff;flex:1}.hp-card-meta{display:flex;align-items:center;gap:.35rem;font-size:.75rem;color:#6b7280;margin-bottom:.4rem}.hp-card-star{color:#f59e0b;font-size:.7rem}.hp-card-rating{font-weight:600;color:#374151}.hp-card-dot{border-radius:9999px;width:3px;height:3px;background:#d1d5db;flex-shrink:0}.hp-card-city{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.hp-card-title{font-weight:700;font-size:.95rem;color:#111827;line-height:1.35;margin-bottom:.35rem;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.hp-card-author{font-size:.75rem;color:#9ca3af;margin-bottom:.65rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.hp-card-footer{display:flex;align-items:center;justify-content:space-between;border-top:1px solid #f3f4f6;padding-top:.7rem;margin-top:.2rem}.hp-card-price{font-weight:700;font-size:.92rem;color:#3bbdd7}.hp-card-price-original{font-size:.7rem;color:#9ca3af;text-decoration:line-through;margin-right:3px}.hp-card-date{font-size:.68rem;color:#6b7280;background:#f9fafb;padding:2px 7px;border-radius:999px;border:1px solid #f3f4f6}.hp-selection-track{display:flex;overflow-x:auto;gap:.75rem;padding:4px 1.5rem 1.5rem;margin:0 -1.5rem;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:none;-ms-overflow-style:none;touch-action:pan-x}.hp-selection-track::-webkit-scrollbar{display:none}.hp-selection-card{position:relative;flex-shrink:0;overflow:hidden;cursor:pointer;display:block;border-radius:18px;width:min(78vw,255px);aspect-ratio:3/4;scroll-snap-align:center;box-shadow:0 4px 22px rgba(0,0,0,.25);transition:transform .25s ease,box-shadow .25s ease;text-decoration:none}.hp-selection-card:hover{transform:translateY(-5px);box-shadow:0 16px 44px rgba(0,0,0,.35);text-decoration:none}.hp-selection-img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;transition:transform .35s ease;display:block}.hp-selection-card:hover .hp-selection-img{transform:scale(1.05)}.hp-selection-overlay{top:0;background:linear-gradient(0deg,rgba(0,0,0,.82) 0,rgba(0,0,0,.2) 45%,transparent 70%)}.hp-selection-body,.hp-selection-overlay{position:absolute;right:0;bottom:0;left:0}.hp-selection-body{color:#fff;padding:1rem 1.25rem}.hp-selection-category{font-weight:700;font-size:.6rem;letter-spacing:.1em;text-transform:uppercase;opacity:.75;margin-bottom:.2rem}.hp-selection-title{font-weight:700;color:#fff;font-size:1rem;line-height:1.3;margin-bottom:.4rem}.hp-selection-price-row{display:flex;align-items:center;gap:.4rem;font-size:.78rem}.hp-selection-price-original{color:hsla(0,0%,100%,.55);text-decoration:line-through}.hp-selection-price{font-weight:700;color:#3bbdd7}.hp-selection-rating{display:flex;align-items:center;gap:3px;font-size:.72rem;margin-left:auto}.hp-selection-fav{position:absolute;top:10px;right:10px}.hp-main{background:#f8fafc}.hp-main-title{font-weight:700;font-size:clamp(1.1rem,3vw,1.4rem);color:#111827;margin-bottom:1.25rem;margin-top:2.5rem;letter-spacing:-.01em}@media (min-width:768px){.hp-card{width:min(42vw,290px)}.hp-selection-card{width:min(40vw,280px)}.hp-category-pill{width:130px;height:88px}}@media (min-width:1200px){.hp-card{width:min(26vw,300px)}.hp-selection-card{width:min(24vw,290px)}}.hp-section{padding:3.5rem 1.5rem 2.5rem;background:#fff}@media (min-width:768px){.hp-section{padding-left:5%;padding-right:5%}}@media (min-width:1200px){.hp-section{padding-left:max(2rem,calc((100% - 1280px)/2 + 2rem));padding-right:max(2rem,calc((100% - 1280px)/2 + 2rem))}}.hp-section--alt{background:#f7f9fc}.hp-section-header{display:flex;align-items:baseline;justify-content:space-between;margin-bottom:1.5rem}.hp-section-title{font-weight:800;font-size:clamp(1.4rem,3.5vw,2rem);color:#0f172a;margin:0;letter-spacing:-.025em;line-height:1.15}.hp-section-link{font-size:.8rem;font-weight:600;color:#3bbdd7;text-decoration:underline;white-space:nowrap;margin-left:1rem;transition:color .15s}.hp-section-link:hover{color:#2a9ab2;text-decoration:underline}.hp-cat-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:.75rem}@media (min-width:480px){.hp-cat-grid{grid-template-columns:repeat(3,1fr)}}@media (min-width:768px){.hp-cat-grid{grid-template-columns:repeat(4,1fr);gap:1rem}}@media (min-width:1200px){.hp-cat-grid{grid-template-columns:repeat(6,1fr)}}.hp-cat-tile{position:relative;display:block;overflow:hidden;border-radius:14px;aspect-ratio:4/3;cursor:pointer;text-decoration:none;background:#c5cedb;box-shadow:0 2px 8px rgba(0,0,0,.12);transition:transform .22s ease,box-shadow .22s ease}.hp-cat-tile:hover{transform:translateY(-3px) scale(1.02);box-shadow:0 8px 24px rgba(0,0,0,.2);text-decoration:none}.hp-cat-tile-img{position:absolute;inset:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;transition:transform .32s ease;display:block}.hp-cat-tile:hover .hp-cat-tile-img{transform:scale(1.08)}.hp-cat-tile-overlay{position:absolute;inset:0;background:linear-gradient(0deg,rgba(0,0,0,.72) 0,rgba(0,0,0,.05) 55%,transparent)}.hp-cat-tile-name{position:absolute;bottom:0;left:0;right:0;color:#fff;font-size:.72rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase;text-align:center;padding:0 6px 8px;text-shadow:0 1px 4px rgba(0,0,0,.9);line-height:1.2}.hp-listing-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}@media (min-width:768px){.hp-listing-grid{grid-template-columns:repeat(3,1fr)}}@media (min-width:1200px){.hp-listing-grid{grid-template-columns:repeat(4,1fr);gap:1.25rem}}.hp-listing-card{display:flex;flex-direction:column;background:#fff;border-radius:14px;overflow:hidden;box-shadow:0 2px 10px rgba(0,0,0,.08);text-decoration:none;color:inherit;transition:transform .2s ease,box-shadow .2s ease}.hp-listing-card:hover{transform:translateY(-3px);box-shadow:0 10px 32px rgba(0,0,0,.14);text-decoration:none;color:inherit}.hp-listing-card-img{position:relative;overflow:hidden;width:100%;height:160px;background:#c5cedb;flex-shrink:0}.hp-listing-card-img img{position:absolute;top:0;left:0;display:block;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;transition:transform .3s ease}.hp-listing-card:hover .hp-listing-card-img img{transform:scale(1.05)}.hp-listing-card-fav{position:absolute;top:8px;right:8px;cursor:pointer}.hp-listing-card-body{padding:.9rem 1rem 1rem;background:#fff;flex:1;display:flex;flex-direction:column}.hp-listing-card-title{font-weight:700;font-size:.92rem;color:#111827;line-height:1.35;margin-bottom:.4rem;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;flex:1}.hp-listing-card-price{font-weight:800;font-size:.92rem;color:#3bbdd7;margin:auto 0 0;padding-top:.5rem}.hp-social{background:#fff;padding:3rem 1.5rem;border-bottom:1px solid #f0f2f5}.hp-social-inner{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:0;max-width:860px;margin:0 auto}.hp-social-stat{flex:1 1 160px;display:flex;flex-direction:column;align-items:center;padding:1rem 1.5rem;position:relative}.hp-social-stat+.hp-social-stat:before{content:"";position:absolute;left:0;top:20%;height:60%;width:1px;background:#e5e7eb}.hp-social-stat-value{font-size:clamp(1.8rem,4vw,2.5rem);font-weight:800;color:#0f172a;letter-spacing:-.03em;line-height:1;margin-bottom:.3rem}.hp-social-stat-value span{color:#3bbdd7}.hp-social-stat-label{font-size:.78rem;font-weight:500;color:#6b7280;text-align:center;line-height:1.35}.hp-social-stars{display:flex;align-items:center;justify-content:center;gap:2px;margin-bottom:.3rem}.hp-social-stars .icon-star{color:#f59e0b;font-size:1.1rem}.hp-why{background:linear-gradient(135deg,#0b1a2e,#0e3051 50%,#0b2540);padding:4.5rem 1.5rem;text-align:center}.hp-why-inner{max-width:960px;margin:0 auto}.hp-why-heading{color:#fff;font-size:clamp(1.5rem,4vw,2.4rem);font-weight:800;letter-spacing:-.025em;margin-bottom:.75rem}.hp-why-sub{color:hsla(0,0%,100%,.6);font-size:1rem;margin-bottom:3rem;max-width:480px;margin-left:auto;margin-right:auto;line-height:1.6}.hp-why-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}@media (max-width:640px){.hp-why-grid{grid-template-columns:1fr;gap:1.25rem}}.hp-why-card{background:hsla(0,0%,100%,.07);border:1px solid hsla(0,0%,100%,.1);border-radius:18px;padding:2.25rem 1.5rem;text-align:center;transition:background .2s ease}.hp-why-card:hover{background:hsla(0,0%,100%,.12)}.hp-why-icon{font-size:2.2rem;margin-bottom:.75rem;line-height:1}.hp-why-title{color:#fff;font-size:1.1rem;font-weight:700;margin-bottom:.65rem;letter-spacing:-.01em}.hp-why-text{color:hsla(0,0%,100%,.65);font-size:.88rem;line-height:1.65;margin:0}.slider-track{white-space:nowrap;overflow-x:scroll;scrollbar-width:none;-ms-overflow-style:none}.slider-track::-webkit-scrollbar{display:none}.slider-track .container-selection{position:relative;display:inline-block;margin-right:.9rem}.slider-track .image-wrapper{position:relative;box-shadow:0 4px 8px rgba(0,0,0,.1);border-radius:1.8rem;overflow:hidden;width:52vmin;height:75vmin;max-height:375px;max-width:272px}.slider-track .image-selection{width:52vmin;height:62vmin;-o-object-fit:cover;object-fit:cover;max-height:300px}.slider-track .bottom-border{position:absolute;bottom:0;left:0;width:100%;height:20vmin;background-color:#fff;max-height:95px}.slider-track .bottom-text{position:absolute;bottom:0;left:0;width:100%;padding:10px;color:#000;font-weight:500}.slider-track .bottom-text p{margin:0;word-wrap:break-word;white-space:normal;overflow:hidden;text-overflow:ellipsis;font-size:clamp(1.5vmin,2.9vmin,.85rem)}.slider-track .bottom-text p.title{font-weight:600;margin-bottom:.25rem;height:9vmin;max-height:45px}.slider-track .bottom-text p .original-price{-webkit-text-decoration-line:line-through;text-decoration-line:line-through}.slider-track .bottom-text p .price{font-size:clamp(2vmin,3.5vmin,1.1rem);font-weight:700}.slider-track .overlay-text{position:absolute;display:flex;align-items:center;justify-content:center;color:#fff;font-family:campton-book,sans-serif;font-size:.68rem}.slider-track .overlay-text.bottom-left,.slider-track .overlay-text.bottom-right{bottom:10px}.slider-track .overlay-text.bottom-left{left:10px;border-radius:2rem;background-color:#4d5652;padding:5px 10px;margin-bottom:19.5vmin}.slider-track .overlay-text.bottom-left .star-rating-icon{margin-right:5px}.slider-track .overlay-text.new-bottom-left{left:10px;border-radius:2rem;margin-bottom:28.5vmin}.slider-track .overlay-text.bottom-right{right:10px;width:28px;height:28px;border-radius:50%;padding:0;background-color:#fff;margin-bottom:19.5vmin}.slider-track .overlay-text.bottom-right .btn-like{align-items:center;justify-content:center;width:100%;height:100%}@media(min-width:767px){.slider-track .overlay-text.bottom-left,.slider-track .overlay-text.bottom-right{margin-bottom:95px}.slider-track .overlay-text.new-bottom-left{margin-bottom:130px}}