.hdc-section{padding:3rem 0;background:#fff}.hdc-container{max-width:1280px;margin:0 auto;padding:0 1.25rem}.hdc-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:2rem;flex-wrap:wrap;gap:1rem}.hdc-header-text{flex:1;min-width:250px}.hdc-title{font-size:2.25rem;font-weight:700;color:#1f2937;margin:0 0 1rem;line-height:1.2}.hdc-subtitle{font-size:1.125rem;color:#6b7280;margin:0;max-width:600px}.hdc-country-selector{display:flex;align-items:center;gap:.75rem;background:#fff;padding:.5rem 1rem;border-radius:12px;box-shadow:0 1px 3px rgba(0,0,0,.1)}.hdc-country-label{font-size:.875rem;color:#6b7280;white-space:nowrap}.hdc-country-select{padding:.5rem 2rem .5rem .75rem;font-size:.875rem;font-weight:500;color:#1f2937;background:#f9fafb;border:1px solid #e5e7eb;border-radius:8px;cursor:pointer;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='%236b7280'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M19 9l-7 7-7-7'%3E%3C/path%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right .5rem center;background-size:1rem}.hdc-country-select:focus{outline:none;border-color:#20b2aa;box-shadow:0 0 0 3px rgba(32,178,170,.1)}.hdc-grid{display:grid;grid-template-columns:repeat(1,1fr);gap:1.5rem}@media (min-width:640px){.hdc-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.hdc-grid{grid-template-columns:repeat(4,1fr)}}.hdc-card{background:#fff;border-radius:16px;overflow:hidden;box-shadow:0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -1px rgba(0,0,0,.06);transition:transform .2s ease,box-shadow .2s ease}.hdc-card:hover{transform:translateY(-4px);box-shadow:0 12px 24px -4px rgba(0,0,0,.15)}.hdc-card-image-wrapper{position:relative;height:180px;overflow:hidden}.hdc-card-image{object-fit:cover;transition:transform .3s ease}.hdc-card:hover .hdc-card-image{transform:scale(1.05)}.hdc-holiday-badge{position:absolute;top:12px;left:12px;background:rgba(0,0,0,.75);backdrop-filter:blur(8px);padding:8px 12px;border-radius:10px;display:flex;flex-direction:column;gap:2px}.hdc-holiday-name{font-size:.75rem;font-weight:600;color:#fff;line-height:1.2}.hdc-holiday-date{font-size:.625rem;color:hsla(0,0%,100%,.8)}.hdc-duration-badge{position:absolute;top:12px;right:12px;padding:6px 10px;border-radius:8px;display:flex;align-items:baseline;gap:3px}.hdc-badge-green{background:#10b981;color:#fff}.hdc-badge-gold{background:#f59e0b;color:#fff}.hdc-badge-gray{background:#6b7280;color:#fff}.hdc-badge-teal{background:#14b8a6;color:#fff}.hdc-badge-purple{background:#8b5cf6;color:#fff}.hdc-badge-blue{background:#3b82f6;color:#fff}.hdc-duration-days{font-size:1rem;font-weight:700}.hdc-duration-label{font-size:.625rem;font-weight:500;text-transform:uppercase}.hdc-trending-badge{position:absolute;bottom:12px;left:12px;background:#dfb129;color:#fff;font-size:.625rem;font-weight:600;padding:4px 8px;border-radius:6px;box-shadow:0 2px 8px rgba(223,177,41,.3)}.hdc-card-content{padding:1rem}.hdc-destination-info{margin-bottom:.75rem}.hdc-destination-name{font-size:1.125rem;font-weight:700;color:#1f2937;margin:0 0 .25rem;line-height:1.2}.hdc-destination-country{font-size:.75rem;color:#6b7280;margin:0;display:flex;align-items:center;gap:4px}.hdc-destination-country:before{content:"📍";font-size:.625rem}.hdc-trip-context{font-size:.8rem;color:#4b5563;margin:0 0 .75rem;line-height:1.4}.hdc-blog-link{display:flex;align-items:center;gap:6px;padding:8px 12px;background:#f3f4f6;border-radius:8px;text-decoration:none;color:#4b5563;font-size:.75rem;margin-bottom:.75rem;transition:background .2s ease,color .2s ease}.hdc-blog-link:hover{background:#e5e7eb;color:#1f2937}.hdc-blog-icon{font-size:.875rem}.hdc-blog-text{font-weight:500}.hdc-actions{display:flex;gap:.5rem;margin-bottom:.75rem}.hdc-action-btn{flex:1;display:flex;align-items:center;justify-content:center;gap:4px;padding:8px 6px;font-size:.625rem;font-weight:600;text-decoration:none;border-radius:8px;transition:all .2s ease;text-transform:uppercase;letter-spacing:.025em}.hdc-action-icon{width:14px;height:14px}.hdc-action-flights{background:#20b2aa;color:#fff}.hdc-action-flights:hover{background:#1a9a93}.hdc-action-hotels{background:#65c995;color:#fff}.hdc-action-hotels:hover{background:#52b87a}.hdc-action-activities{background:#8b5cf6;color:#fff}.hdc-action-activities:hover{background:#7c3aed}.hdc-more-destinations{font-size:.625rem;color:#9ca3af;margin:0;font-style:italic}.hdc-footer{text-align:center;margin-top:2rem}.hdc-view-all-link{display:inline-flex;align-items:center;gap:.5rem;padding:.75rem 1.5rem;background:#fff;color:#20b2aa;font-size:.875rem;font-weight:600;text-decoration:none;border-radius:12px;box-shadow:0 1px 3px rgba(0,0,0,.1);transition:all .2s ease}.hdc-view-all-link:hover{background:#20b2aa;color:#fff;box-shadow:0 4px 12px rgba(32,178,170,.3)}.hdc-card-skeleton{background:#fff;border-radius:16px;overflow:hidden;box-shadow:0 4px 6px -1px rgba(0,0,0,.1)}.hdc-skeleton-image{height:180px;background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0 50%,#f0f0f0 75%);background-size:200% 100%;animation:shimmer 1.5s infinite}.hdc-skeleton-content{padding:1rem}.hdc-skeleton-line{height:12px;background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0 50%,#f0f0f0 75%);background-size:200% 100%;animation:shimmer 1.5s infinite;border-radius:4px;margin-bottom:8px}.hdc-skeleton-line-short{width:40%}.hdc-skeleton-line-medium{width:70%}.hdc-title-skeleton{height:32px;width:300px;background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0 50%,#f0f0f0 75%);background-size:200% 100%;animation:shimmer 1.5s infinite;border-radius:8px}@keyframes shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}@media (max-width:639px){.hdc-section{padding:2rem 0}.hdc-title{font-size:1.875rem}.hdc-subtitle{font-size:1rem}.hdc-header{flex-direction:column}.hdc-country-selector{width:100%;justify-content:space-between}.hdc-country-select{flex:1}}.BlogCarousel_blogCarousel__14UIh .BlogCarousel_tw-scrollbar-hide__B3Rfg{-ms-overflow-style:none;scrollbar-width:none}.BlogCarousel_blogCarousel__14UIh .BlogCarousel_tw-scrollbar-hide__B3Rfg::-webkit-scrollbar{display:none}.BlogCarousel_blogCarousel__14UIh a{text-decoration:none!important;color:inherit}.BlogCarousel_blogCarousel__14UIh button{border:none!important;outline:none!important;background:transparent}.BlogCarousel_blogCarousel__14UIh h3,.BlogCarousel_readMoreLink__MoNUQ,.BlogCarousel_readMoreLink__MoNUQ span,.BlogCarousel_readMoreLink__MoNUQ svg{text-decoration:none!important}.BlogCarousel_postCard__tCQ8N a,.BlogCarousel_postCard__tCQ8N a:active,.BlogCarousel_postCard__tCQ8N a:focus,.BlogCarousel_postCard__tCQ8N a:hover{text-decoration:none!important;border:none!important}.BlogCarousel_postCard__tCQ8N{background:#fff;border-radius:1rem;box-shadow:0 1px 3px 0 rgba(0,0,0,.1),0 1px 2px 0 rgba(0,0,0,.06);overflow:hidden;height:100%;transition:all .3s ease;border:none!important}.BlogCarousel_postCard__tCQ8N:hover{transform:translateY(-4px);box-shadow:0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -1px rgba(0,0,0,.06)}.BlogCarousel_postTitle__C_DWy{font-size:1.25rem;font-weight:700;color:#333;margin-bottom:.75rem;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;transition:color .3s ease;text-decoration:none!important}.BlogCarousel_postTitle__C_DWy:hover{color:#20b2aa}.BlogCarousel_discoverButton__ogNW3{color:#fff!important;font-weight:700;padding:1rem 2rem;border-radius:9999px;box-shadow:0 10px 15px -3px rgba(0,0,0,.1);transition:all .3s ease;font-size:1.125rem;background:linear-gradient(135deg,#20b2aa,#17a398)!important;border:none!important;outline:none!important;text-decoration:none!important;cursor:pointer;opacity:1!important;display:inline-flex!important;align-items:center!important}.BlogCarousel_discoverButton__ogNW3:hover{box-shadow:0 12px 20px -5px rgba(0,0,0,.15);background:linear-gradient(135deg,#17a398,#138f82)}.BlogCarousel_navButton___e6Wg{background:#fff;border-radius:9999px;padding:.75rem;box-shadow:0 10px 15px -3px rgba(0,0,0,.1);transition:all .3s ease;border:none!important;outline:none!important;cursor:pointer}.BlogCarousel_navButton___e6Wg:hover:not(:disabled){box-shadow:0 12px 20px -5px rgba(0,0,0,.15)}.BlogCarousel_navButton___e6Wg:disabled{opacity:.5;cursor:not-allowed}.BlogCarousel_dotButton__ydugC{width:.75rem;height:.75rem;border-radius:9999px;transition:all .3s ease;border:none!important;outline:none!important;background-color:#d1d5db!important;opacity:1!important;cursor:pointer;display:inline-block!important}.BlogCarousel_dotButton__ydugC:hover:not(:disabled){background-color:#9ca3af!important}.BlogCarousel_dotButton__ydugC.BlogCarousel_active__BILxX{width:2rem!important;background-color:#20b2aa!important;opacity:1!important}.BlogCarousel_dotButton__ydugC:disabled{cursor:not-allowed}.Main_contentWrapper__59Jln{position:relative;display:flex;flex-direction:column;margin:0;padding:24px 0 12px;justify-content:center;background:#f9fafb;overflow:hidden}@media (max-width:768px){.Main_contentWrapper__59Jln{padding:20px 0 12px}}