*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:"Inter",ui-sans-serif,system-ui,sans-serif;background-color:#fafafa;color:#1a1d2e;line-height:1.6;font-size:16px;-webkit-font-smoothing:antialiased}a{text-decoration:none;color:inherit;transition:color .3s ease}img{max-width:100%;height:auto;display:block}button{cursor:pointer;border:none;background:none;font-family:"Inter",ui-sans-serif,system-ui,sans-serif}input{font-family:"Inter",ui-sans-serif,system-ui,sans-serif}ul{list-style:none}.font-serif{font-family:"Playfair Display",ui-serif,Georgia,serif}.font-bold{font-weight:700}.font-semibold{font-weight:600}.font-medium{font-weight:500}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.625rem 1.25rem;border-radius:.75rem;font-size:.875rem;font-weight:500;transition:all .3s ease;cursor:pointer;border:1px solid rgba(0,0,0,0);white-space:nowrap}.btn--primary{background:#2a96a5;color:#fff;border-color:#2a96a5}.btn--primary:hover{background:#1e7a87;border-color:#1e7a87}.btn--secondary{background:#f4f4f5;color:#2c2f40;border-color:#e5e5e9}.btn--secondary:hover{background:#e6e6ea}.btn--outline{background:rgba(0,0,0,0);color:#1a1d2e;border-color:#e5e5e9}.btn--outline:hover{background:#f4f4f5}.btn--ghost{background:rgba(0,0,0,0);color:#1a1d2e}.btn--ghost:hover{background:#f4f4f5}.btn--rounded{border-radius:9999px}.btn--lg{padding:.75rem 1.75rem;font-size:1rem}.btn--sm{padding:.375rem .75rem;font-size:.75rem}.btn--icon{padding:.5rem;width:2.25rem;height:2.25rem}.badge{display:inline-flex;align-items:center;gap:.25rem;padding:.2rem .6rem;border-radius:9999px;font-size:.75rem;font-weight:500}.badge--primary{background:#2a96a5;color:#fff}.badge--accent{background:#e8a830;color:#1a1d2e}.badge--destructive{background:#e53e3e;color:#fff}.badge--secondary{background:#f4f4f5;color:#2c2f40}.card,.testimonials__card,.hot-deals__card{background:#fff;border:1px solid #e5e5e9;border-radius:1rem;overflow:hidden;transition:box-shadow border-color ease}.card:hover,.testimonials__card:hover,.hot-deals__card:hover{box-shadow:0 8px 24px rgba(0,0,0,.12);border-color:rgba(42,150,165,.3)}.section-label{color:#2a96a5;font-weight:500;font-size:.875rem;margin-bottom:.5rem;display:block}.section-title{font-family:"Playfair Display",ui-serif,Georgia,serif;font-weight:700;color:#1a1d2e;line-height:1.2}.section-title--xl{font-size:clamp(1.75rem,4vw,3rem)}.section-title--2xl{font-size:clamp(2rem,5vw,3.5rem)}.section-desc{color:#66677a;max-width:38rem;margin:0 auto;font-size:1rem;line-height:1.7}.header{position:fixed;top:0;left:0;right:0;z-index:100;transition:background .3s ease}.header.scrolled{background:rgba(250,250,250,.95);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);box-shadow:0 1px 3px rgba(0,0,0,.08);border-bottom:1px solid #e5e5e9}.header__inner{max-width:1200px;margin:0 auto;padding:0 1.5rem}.header__nav{display:flex;align-items:center;justify-content:space-between;height:5rem}.header__logo{display:flex;align-items:center;gap:.625rem}.header__logo-icon{width:2.25rem;height:2.25rem;border-radius:.625rem;display:flex;align-items:center;justify-content:center;transition:background .3s ease;background:hsla(0,0%,100%,.2);backdrop-filter:blur(4px)}.header__logo-icon svg{width:1.25rem;height:1.25rem;color:#fff;transition:color .3s ease}.header.scrolled .header__logo-icon{background:#2a96a5}.header.scrolled .header__logo-icon svg{color:#fff}.header__logo-text{font-family:"Playfair Display",ui-serif,Georgia,serif;font-size:1.25rem;font-weight:700;color:#fff;transition:color .3s ease}.header.scrolled .header__logo-text{color:#1a1d2e}.header__links{display:flex;align-items:center;gap:2rem}@media(max-width: 1024px){.header__links{display:none}}.header__links a{font-size:.875rem;font-weight:500;color:hsla(0,0%,100%,.9);transition:color .3s ease}.header__links a:hover{color:#fff}.header.scrolled .header__links a{color:#1a1d2e}.header.scrolled .header__links a:hover{color:#2a96a5}.header__actions{display:flex;align-items:center;gap:.75rem}@media(max-width: 1024px){.header__actions{display:none}}.header__actions .btn--ghost{color:#fff}.header__actions .btn--ghost:hover{background:hsla(0,0%,100%,.2)}.header.scrolled .header__actions .btn--ghost{color:#1a1d2e}.header.scrolled .header__actions .btn--ghost:hover{background:#f4f4f5}.header__mobile-toggle{display:none;align-items:center;gap:.5rem}@media(max-width: 1024px){.header__mobile-toggle{display:flex}}.header__mobile-toggle .btn--ghost{color:#fff}.header__mobile-toggle .btn--ghost:hover{background:hsla(0,0%,100%,.2)}.header.scrolled .header__mobile-toggle .btn--ghost{color:#1a1d2e}.header.scrolled .header__mobile-toggle .btn--ghost:hover{background:#f4f4f5}.mobile-menu{position:fixed;top:0;right:-100%;width:min(320px,90vw);height:100vh;background:#fff;z-index:200;box-shadow:0 16px 48px rgba(0,0,0,.15);transition:right .35s ease;padding:2rem 1.5rem}.mobile-menu.open{right:0}.mobile-menu__close{position:absolute;top:1rem;right:1rem;width:2.25rem;height:2.25rem;margin-top:0;flex-shrink:0}.mobile-menu__links{display:flex;flex-direction:column;gap:1.5rem;margin-top:3rem}.mobile-menu__links a{font-size:1.125rem;font-weight:500;color:#1a1d2e;transition:color .3s ease}.mobile-menu__links a:hover{color:#2a96a5}.mobile-menu__links+.btn{margin-top:1rem;width:100%}.mobile-overlay{position:fixed;inset:0;background:rgba(0,0,0,.5);z-index:150;opacity:0;pointer-events:none;transition:opacity .35s ease}.mobile-overlay.open{opacity:1;pointer-events:all}.hero{position:relative;min-height:100vh;display:flex;align-items:center;justify-content:center;overflow:hidden}.hero__bg{position:absolute;inset:0;z-index:0}.hero__bg img{width:100%;height:100%;object-fit:cover}.hero__bg::after{content:"";position:absolute;inset:0;background:linear-gradient(to bottom, rgba(26, 29, 46, 0.4) 0%, rgba(26, 29, 46, 0.2) 40%, rgba(26, 29, 46, 0.6) 100%)}.hero__content{position:relative;z-index:1;max-width:1200px;margin:0 auto;padding:0 1.5rem;padding-top:6rem;width:100%}.hero__inner{max-width:56rem;margin:0 auto;text-align:center}.hero__badge{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem 1rem;border-radius:9999px;background:hsla(0,0%,100%,.2);backdrop-filter:blur(8px);border:1px solid hsla(0,0%,100%,.3);color:#fff;font-size:.875rem;margin-bottom:1.5rem}.hero__ping{position:relative;width:.5rem;height:.5rem;flex-shrink:0}.hero__ping::before{content:"";position:absolute;inset:0;border-radius:50%;background:#e8a830;opacity:.75;animation:ping 1.5s cubic-bezier(0, 0, 0.2, 1) infinite}.hero__ping::after{content:"";position:absolute;inset:0;border-radius:50%;background:#e8a830}.hero__title{font-family:"Playfair Display",ui-serif,Georgia,serif;font-size:clamp(2.5rem,7vw,4.5rem);font-weight:700;color:#fff;line-height:1.15;margin-bottom:1.5rem}.hero__title span{color:#ffc301}.hero__subtitle{font-size:clamp(1rem,2vw,1.25rem);color:hsla(0,0%,100%,.9);margin-bottom:2.5rem;max-width:36rem;margin-left:auto;margin-right:auto}.hero__search-box{background:rgba(250,250,250,.97);backdrop-filter:blur(12px);border-radius:1.25rem;padding:1.5rem;box-shadow:0 16px 48px rgba(0,0,0,.15);max-width:48rem;margin:0 auto}.hero__search-grid{display:grid;grid-template-columns:1fr 1fr 1fr auto;gap:1rem}@media(max-width: 1024px){.hero__search-grid{grid-template-columns:1fr 1fr}}@media(max-width: 640px){.hero__search-grid{grid-template-columns:1fr}}.hero__search-field label{display:block;font-size:.75rem;font-weight:500;color:#66677a;margin-bottom:.375rem}.hero__search-input-wrap{position:relative}.hero__search-input-wrap svg{position:absolute;left:.75rem;top:50%;transform:translateY(-50%);width:1rem;height:1rem;color:#66677a;pointer-events:none}.hero__search-input-wrap input{width:100%;height:3rem;padding:0 .875rem 0 2.25rem;border:1px solid #e5e5e9;border-radius:.75rem;background:#fafafa;color:#1a1d2e;font-size:.875rem;transition:border-color box-shadow ease}.hero__search-input-wrap input:focus{outline:none;border-color:#2a96a5;box-shadow:0 0 0 3px rgba(42,150,165,.15)}.hero__search-input-wrap input::placeholder{color:#66677a}.hero__select-wrap{position:relative}.hero__select-wrap svg{position:absolute;left:.75rem;top:50%;transform:translateY(-50%);width:1rem;height:1rem;color:#66677a;pointer-events:none;z-index:1}.hero__select-wrap select{width:100%;height:3rem;padding:0 .875rem 0 2.25rem;border:1px solid #e5e5e9;border-radius:.75rem;background:#fafafa;color:#1a1d2e;font-size:.875rem;appearance:none;cursor:pointer;transition:border-color box-shadow ease}.hero__select-wrap select:focus{outline:none;border-color:#2a96a5;box-shadow:0 0 0 3px rgba(42,150,165,.15)}.hero__date-btn{width:100%;height:3rem;padding:0 .875rem;border:1px solid #e5e5e9;border-radius:.75rem;background:#fafafa;color:#66677a;font-size:.875rem;display:flex;align-items:center;gap:.5rem;text-align:left;transition:all .3s ease}.hero__date-btn:hover{border-color:#2a96a5}.hero__date-btn svg{width:1rem;height:1rem;flex-shrink:0}.hero__search-btn-wrap{display:flex;align-items:flex-end}.hero__search-btn-wrap .btn{width:100%;height:3rem;border-radius:.75rem;font-size:.9375rem}.hero__search-tags{display:flex;flex-wrap:wrap;gap:.5rem;align-items:center;margin-top:1rem;padding-top:1rem;border-top:1px solid #e5e5e9}.hero__search-tags span{font-size:.875rem;color:#66677a}.hero__tag{padding:.25rem .75rem;font-size:.8125rem;border-radius:9999px;background:#f4f4f5;color:#2c2f40;cursor:pointer;transition:all .3s ease}.hero__tag:hover{background:#2a96a5;color:#fff}.hero__scroll{margin-top:3rem;animation:bounce 1s ease-in-out infinite;color:hsla(0,0%,100%,.7)}.hero__scroll svg{width:2rem;height:2rem;margin:0 auto}.destinations{padding:5rem 0 7rem;background:#fafafa}.destinations__container{max-width:1200px;margin:0 auto;padding:0 1.5rem}.destinations__header{display:flex;align-items:flex-end;justify-content:space-between;gap:1rem;margin-bottom:3rem}@media(max-width: 640px){.destinations__header{flex-direction:column;align-items:flex-start}}.destinations__grid{display:grid;grid-template-columns:repeat(3, 1fr);grid-template-rows:auto auto;gap:1.25rem}@media(max-width: 1024px){.destinations__grid{grid-template-columns:repeat(2, 1fr)}}@media(max-width: 768px){.destinations__grid{grid-template-columns:1fr}}.destinations__card{position:relative;border-radius:1rem;overflow:hidden;cursor:pointer}.destinations__card--featured{grid-column:span 2;grid-row:span 2}@media(max-width: 1024px){.destinations__card--featured{grid-column:span 1;grid-row:span 1}}.destinations__card--featured .destinations__card-img{aspect-ratio:4/3}@media(min-width: 1024px){.destinations__card--featured .destinations__card-img{height:100%;aspect-ratio:unset;position:absolute;inset:0}}@media(min-width: 1024px){.destinations__card--featured .destinations__card-inner{position:absolute;inset:0}}.destinations__card--featured .destinations__card-name{font-size:1.75rem}@media(min-width: 1024px){.destinations__card--featured .destinations__card-name{font-size:2rem}}.destinations__card-inner{position:relative}.destinations__card-img{aspect-ratio:4/3;overflow:hidden}.destinations__card-img img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.destinations__card-img::after{content:"";position:absolute;inset:0;background:linear-gradient(to top, rgba(26, 29, 46, 0.8) 0%, rgba(26, 29, 46, 0.2) 50%, transparent 100%)}.destinations__card:hover .destinations__card-img img{transform:scale(1.08)}.destinations__card-badge{position:absolute;top:1rem;left:1rem;z-index:2}.destinations__card-content{position:absolute;bottom:0;left:0;right:0;padding:1.5rem;z-index:2}.destinations__card-meta{display:flex;align-items:center;gap:.5rem;color:hsla(0,0%,100%,.9);font-size:.875rem;margin-bottom:.5rem}.destinations__card-meta svg{width:1rem;height:1rem;flex-shrink:0}.destinations__card-name{font-family:"Playfair Display",ui-serif,Georgia,serif;font-weight:700;color:#fff;font-size:1.25rem;margin-bottom:.5rem}.destinations__card-bottom{display:flex;align-items:center;justify-content:space-between}.destinations__card-rating{display:flex;align-items:center;gap:.5rem}.destinations__card-rating-stars{display:flex;align-items:center;gap:.25rem;color:#e8a830}.destinations__card-rating-stars svg{width:1rem;height:1rem}.destinations__card-rating-count{font-size:.875rem;font-weight:500;color:#fff}.destinations__card-rating-reviews{font-size:.8125rem;color:hsla(0,0%,100%,.7)}.destinations__card-price{color:#fff;text-align:right}.destinations__card-price-from{font-size:.8125rem;color:hsla(0,0%,100%,.7)}.destinations__card-price-value{font-size:1.25rem;font-weight:700}.destinations__card-hover{position:absolute;inset:0;background:rgba(42,150,165,.2);opacity:0;transition:opacity .3s ease;z-index:1}.destinations__card:hover .destinations__card-hover{opacity:1}.hot-deals{padding:5rem 0 7rem;background:#eeeef1}.hot-deals__container{max-width:1200px;margin:0 auto;padding:0 1.5rem}.hot-deals__header{text-align:center;margin-bottom:3rem}.hot-deals__label{display:inline-flex;align-items:center;gap:.5rem;padding:.375rem 1rem;border-radius:9999px;background:rgba(229,62,62,.1);color:#e53e3e;font-size:.875rem;font-weight:500;margin-bottom:1rem}.hot-deals__label svg{width:1rem;height:1rem}.hot-deals__grid{display:grid;grid-template-columns:repeat(3, 1fr);gap:1.5rem}@media(max-width: 1024px){.hot-deals__grid{grid-template-columns:1fr;max-width:28rem;margin:0 auto}}@media(min-width: 1024px)and (max-width: 768px){.hot-deals__grid{grid-template-columns:1fr;max-width:28rem;margin:0 auto}}.hot-deals__card{box-shadow:0 4px 12px rgba(0,0,0,.1)}.hot-deals__card-img-wrap{position:relative;aspect-ratio:16/10;overflow:hidden}.hot-deals__card-img-wrap img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.hot-deals__card-img-wrap::after{content:"";position:absolute;inset:0;background:linear-gradient(to top, rgba(26, 29, 46, 0.6) 0%, transparent 60%)}.hot-deals__card:hover .hot-deals__card-img-wrap img{transform:scale(1.08)}.hot-deals__card-discount{position:absolute;top:1rem;left:1rem;z-index:2}.hot-deals__card-expiry{position:absolute;top:1rem;right:1rem;z-index:2;display:flex;align-items:center;gap:.3rem;padding:.3rem .75rem;border-radius:9999px;background:rgba(250,250,250,.9);color:#1a1d2e;font-size:.8125rem}.hot-deals__card-expiry svg{width:.75rem;height:.75rem}.hot-deals__card-title{position:absolute;bottom:1rem;left:1rem;right:1rem;z-index:2}.hot-deals__card-title p{color:hsla(0,0%,100%,.8);font-size:.875rem;margin-bottom:.25rem}.hot-deals__card-title h3{font-family:"Playfair Display",ui-serif,Georgia,serif;font-weight:700;color:#fff;font-size:1.25rem}.hot-deals__card-body{padding:1.5rem}.hot-deals__card-meta{display:flex;align-items:center;justify-content:space-between;margin-bottom:1rem}.hot-deals__card-rating{display:flex;align-items:center;gap:.5rem}.hot-deals__card-rating svg{width:1rem;height:1rem;color:#e8a830}.hot-deals__card-rating span{font-weight:500;color:#1a1d2e;font-size:.875rem}.hot-deals__card-rating small{color:#66677a;font-size:.8125rem}.hot-deals__card-duration{display:flex;align-items:center;gap:.375rem;color:#66677a;font-size:.875rem}.hot-deals__card-duration svg{width:1rem;height:1rem}.hot-deals__card-includes{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1rem}.hot-deals__card-tag{padding:.2rem .5rem;border-radius:.5rem;background:#f4f4f5;color:#2c2f40;font-size:.75rem}.hot-deals__card-pricing{display:flex;align-items:center;justify-content:space-between;padding-top:1rem;border-top:1px solid #e5e5e9}.hot-deals__card-price-old{font-size:.875rem;color:#66677a;text-decoration:line-through;display:block}.hot-deals__card-price-new{font-size:1.5rem;font-weight:700;color:#1a1d2e}.hot-deals__card-price-new small{font-size:.8125rem;font-weight:400;color:#66677a;margin-left:.25rem}.hot-deals__cta{text-align:center;margin-top:3rem}.recommendations{padding:5rem 0 7rem;background:#fafafa}.recommendations__container{max-width:1200px;margin:0 auto;padding:0 1.5rem}.recommendations__header{text-align:center;margin-bottom:3rem}.recommendations__ai-badge{display:inline-flex;align-items:center;gap:.5rem;padding:.375rem 1rem;border-radius:9999px;background:rgba(42,150,165,.1);color:#2a96a5;font-size:.875rem;font-weight:500;margin-bottom:1rem}.recommendations__ai-badge svg{width:1rem;height:1rem}.recommendations__grid{display:grid;grid-template-columns:repeat(3, 1fr);gap:2rem}@media(max-width: 1024px){.recommendations__grid{grid-template-columns:1fr;max-width:28rem;margin:0 auto}}.recommendations__col-header{display:flex;align-items:flex-start;justify-content:space-between;gap:.5rem;margin-bottom:1rem}.recommendations__col-header h3{font-family:"Playfair Display",ui-serif,Georgia,serif;font-weight:700;font-size:1.25rem;color:#1a1d2e}.recommendations__col-header p{font-size:.8125rem;color:#66677a;margin-top:.25rem}.recommendations__tours{display:flex;flex-direction:column;gap:1rem}.recommendations__tour-card{display:flex;gap:1rem;padding:.75rem;border-radius:1rem;background:#fff;border:1px solid #e5e5e9;cursor:pointer;transition:all .3s ease}.recommendations__tour-card:hover{border-color:rgba(42,150,165,.5);box-shadow:0 4px 12px rgba(0,0,0,.1)}.recommendations__tour-img{position:relative;width:6rem;height:6rem;border-radius:.75rem;overflow:hidden;flex-shrink:0}.recommendations__tour-img img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.recommendations__tour-card:hover .recommendations__tour-img img{transform:scale(1.08)}.recommendations__tour-info{flex:1;min-width:0;display:flex;flex-direction:column;justify-content:space-between;padding:.25rem 0}.recommendations__tour-name{font-weight:500;color:#1a1d2e;transition:color .3s ease;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-size:.9375rem}.recommendations__tour-card:hover .recommendations__tour-name{color:#2a96a5}.recommendations__tour-rating{display:flex;align-items:center;gap:.25rem;margin-top:.25rem;font-size:.8125rem;color:#66677a}.recommendations__tour-rating svg{width:.75rem;height:.75rem;color:#e8a830}.recommendations__tour-bottom{display:flex;align-items:center;justify-content:space-between}.recommendations__tour-price{font-weight:700;color:#1a1d2e;font-size:1rem}.recommendations__tour-fav{width:2rem;height:2rem;border-radius:.5rem;display:flex;align-items:center;justify-content:center;color:#66677a;transition:all .3s ease}.recommendations__tour-fav svg{width:1rem;height:1rem}.recommendations__tour-fav:hover{color:#e53e3e;background:rgba(229,62,62,.08)}.recommendations__quiz-cta{margin-top:4rem;text-align:center}.recommendations__quiz-box{display:inline-block;padding:2rem;border-radius:1rem;background:linear-gradient(135deg, rgba(42, 150, 165, 0.08) 0%, rgba(232, 168, 48, 0.05) 50%, rgba(42, 150, 165, 0.08) 100%);border:1px solid rgba(42,150,165,.2)}.recommendations__quiz-box svg{width:2rem;height:2rem;color:#2a96a5;margin:0 auto 1rem}.recommendations__quiz-box h3{font-family:"Playfair Display",ui-serif,Georgia,serif;font-weight:700;font-size:1.25rem;color:#1a1d2e;margin-bottom:.5rem}.recommendations__quiz-box p{color:#66677a;margin-bottom:1.25rem;max-width:30rem;font-size:.9375rem}.benefits{padding:5rem 0 7rem;background:rgba(244,244,246,.3)}.benefits__container{max-width:1200px;margin:0 auto;padding:0 1.5rem}.benefits__header{text-align:center;margin-bottom:4rem}.benefits__grid{display:grid;grid-template-columns:repeat(3, 1fr);gap:2rem}@media(max-width: 1024px){.benefits__grid{grid-template-columns:repeat(2, 1fr)}}@media(max-width: 640px){.benefits__grid{grid-template-columns:1fr}}.benefits__card{padding:1.5rem;border-radius:1rem;background:#fff;border:1px solid #e5e5e9;transition:border-color box-shadow ease}.benefits__card:hover{border-color:rgba(42,150,165,.3);box-shadow:0 8px 24px rgba(0,0,0,.12)}.benefits__card:hover .benefits__card-icon{background:#2a96a5;transform:scale(1.1)}.benefits__card:hover .benefits__card-icon svg{color:#fff}.benefits__card-icon{width:3.5rem;height:3.5rem;border-radius:.75rem;background:rgba(42,150,165,.1);display:flex;align-items:center;justify-content:center;margin-bottom:1rem;transition:background transform ease}.benefits__card-icon svg{width:1.625rem;height:1.625rem;color:#2a96a5;transition:color .3s ease}.benefits__card-title{font-size:1rem;font-weight:600;color:#1a1d2e;margin-bottom:.5rem}.benefits__card-desc{font-size:.875rem;color:#66677a;line-height:1.65}.benefits__stats{display:grid;grid-template-columns:repeat(4, 1fr);gap:2rem;margin-top:5rem}@media(max-width: 768px){.benefits__stats{grid-template-columns:repeat(2, 1fr)}}.benefits__stat{text-align:center}.benefits__stat-value{font-family:"Playfair Display",ui-serif,Georgia,serif;font-size:clamp(2rem,4vw,3rem);font-weight:700;color:#2a96a5;margin-bottom:.375rem}.benefits__stat-label{color:#66677a;font-size:.9375rem}.testimonials{padding:5rem 0 7rem;background:#fafafa}.testimonials__container{max-width:1200px;margin:0 auto;padding:0 1.5rem}.testimonials__header{text-align:center;margin-bottom:3rem}.testimonials__grid{display:grid;grid-template-columns:repeat(2, 1fr);gap:1.5rem}@media(max-width: 768px){.testimonials__grid{grid-template-columns:1fr}}.testimonials__card{padding:1.75rem}.testimonials__card-quote{width:2.5rem;height:2.5rem;color:rgba(42,150,165,.2);margin-bottom:1rem}.testimonials__card-stars{display:flex;gap:.25rem;margin-bottom:1rem}.testimonials__card-stars svg{width:1rem;height:1rem;color:#e8a830}.testimonials__card-text{color:#1a1d2e;line-height:1.7;margin-bottom:1.5rem;font-size:.9375rem}.testimonials__card-author{display:flex;align-items:center;gap:1rem;padding-top:1rem;border-top:1px solid #e5e5e9}.testimonials__card-avatar{width:3rem;height:3rem;border-radius:50%;background:rgba(42,150,165,.1);display:flex;align-items:center;justify-content:center;font-weight:500;color:#2a96a5;font-size:.875rem;flex-shrink:0}.testimonials__card-name{font-weight:500;color:#1a1d2e;font-size:.9375rem}.testimonials__card-location{font-size:.8125rem;color:#66677a}.testimonials__card-tour{font-size:.75rem;color:#2a96a5;margin-top:.125rem}.testimonials__trust{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:2rem;margin-top:4rem}.testimonials__trust-badge{display:flex;align-items:center;gap:.5rem;color:#66677a;font-size:.875rem;font-weight:500}.testimonials__trust-badge::before{content:"";width:.5rem;height:.5rem;border-radius:50%;background:#2a96a5;flex-shrink:0}.blog{padding:5rem 0 7rem;background:rgba(244,244,246,.3)}.blog__container{max-width:1200px;margin:0 auto;padding:0 1.5rem}.blog__header{display:flex;align-items:flex-end;justify-content:space-between;gap:1rem;margin-bottom:3rem}@media(max-width: 640px){.blog__header{flex-direction:column;align-items:flex-start}}.blog__grid{display:grid;grid-template-columns:repeat(2, 1fr);gap:1.5rem}@media(max-width: 768px){.blog__grid{grid-template-columns:1fr}}.blog__featured{cursor:pointer}.blog__featured:hover .blog__featured-img img{transform:scale(1.05)}.blog__featured-img{position:relative;aspect-ratio:16/10;border-radius:1rem;overflow:hidden;margin-bottom:1rem}.blog__featured-img img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.blog__featured-img::after{content:"";position:absolute;inset:0;background:linear-gradient(to top, rgba(26, 29, 46, 0.6) 0%, transparent 60%)}.blog__featured-badge{position:absolute;top:1rem;left:1rem;z-index:2}.blog__featured-content{position:absolute;bottom:1rem;left:1rem;right:1rem;z-index:2}.blog__featured-title{font-family:"Playfair Display",ui-serif,Georgia,serif;font-weight:700;color:#fff;font-size:1.5rem;margin-bottom:.625rem;transition:color .3s ease}.blog__featured:hover .blog__featured-title{color:#e8a830}.blog__featured-meta{display:flex;align-items:center;gap:1rem;color:hsla(0,0%,100%,.8);font-size:.8125rem}.blog__featured-meta span{display:flex;align-items:center;gap:.25rem}.blog__featured-meta span svg{width:.75rem;height:.75rem}.blog__sidebar{display:flex;flex-direction:column;gap:1.5rem}.blog__article{display:flex;gap:1rem;cursor:pointer}.blog__article:hover .blog__article-title{color:#2a96a5}.blog__article:hover .blog__article-img img{transform:scale(1.05)}.blog__article-img{position:relative;width:8rem;height:6rem;border-radius:.75rem;overflow:hidden;flex-shrink:0}@media(max-width: 640px){.blog__article-img{width:6rem;height:5rem}}.blog__article-img img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.blog__article-content{flex:1;min-width:0}.blog__article-badge{margin-bottom:.375rem}.blog__article-title{font-weight:600;color:#1a1d2e;font-size:.9375rem;transition:color .3s ease;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;margin-bottom:.5rem;line-height:1.4}.blog__article-meta{display:flex;align-items:center;gap:1rem;color:#66677a;font-size:.8125rem}.blog__article-meta span{display:flex;align-items:center;gap:.25rem}.blog__article-meta span svg{width:.75rem;height:.75rem}.blog__newsletter{margin-top:4rem;padding:2.5rem;border-radius:1rem;background:#fff;border:1px solid #e5e5e9;text-align:center}.blog__newsletter h3{font-family:"Playfair Display",ui-serif,Georgia,serif;font-weight:700;font-size:1.375rem;color:#1a1d2e;margin-bottom:.5rem}.blog__newsletter p{color:#66677a;margin-bottom:1.5rem;font-size:.9375rem;max-width:30rem;margin-left:auto;margin-right:auto}.blog__newsletter-form{display:flex;gap:.75rem;max-width:28rem;margin:0 auto}@media(max-width: 640px){.blog__newsletter-form{flex-direction:column}}.blog__newsletter-form input[type=email]{flex:1;padding:.75rem 1.25rem;border-radius:9999px;border:1px solid #e5e5e9;background:#fafafa;color:#1a1d2e;font-size:.875rem;transition:border-color .3s ease}.blog__newsletter-form input[type=email]:focus{outline:none;border-color:#2a96a5;box-shadow:0 0 0 3px rgba(42,150,165,.15)}.blog__newsletter-form input[type=email]::placeholder{color:#66677a}.footer{background:#1a1d2e;color:hsla(0,0%,100%,.7)}.footer__main{max-width:1200px;margin:0 auto;padding:0 1.5rem;padding-top:4rem;padding-bottom:4rem}.footer__grid{display:grid;grid-template-columns:2fr 1fr 1fr 1fr 1fr;gap:2rem 3rem}@media(max-width: 1024px){.footer__grid{grid-template-columns:1fr 1fr}}@media(max-width: 640px){.footer__grid{grid-template-columns:1fr}}.footer__logo{display:flex;align-items:center;gap:.625rem;margin-bottom:1.5rem}.footer__logo-icon{width:2.25rem;height:2.25rem;border-radius:.625rem;background:#2a96a5;display:flex;align-items:center;justify-content:center}.footer__logo-icon svg{width:1.25rem;height:1.25rem;color:#fff}.footer__logo-text{font-family:"Playfair Display",ui-serif,Georgia,serif;font-size:1.25rem;font-weight:700;color:#fff}.footer__brand-desc{font-size:.875rem;line-height:1.7;margin-bottom:1.5rem}.footer__contact{display:flex;flex-direction:column;gap:.75rem}.footer__contact-item{display:flex;align-items:flex-start;gap:.75rem;font-size:.875rem}.footer__contact-item svg{width:1rem;height:1rem;flex-shrink:0;margin-top:.125rem}.footer__col h4{font-weight:600;color:#fff;font-size:.9375rem;margin-bottom:1rem}.footer__col-links{display:flex;flex-direction:column;gap:.625rem}.footer__col-links a{font-size:.875rem;color:hsla(0,0%,100%,.7);transition:color .3s ease}.footer__col-links a:hover{color:#fff}.footer__bottom{border-top:1px solid hsla(0,0%,100%,.1)}.footer__bottom-inner{max-width:1200px;margin:0 auto;padding:0 1.5rem;padding-top:1.5rem;padding-bottom:1.5rem;display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:1rem}@media(max-width: 768px){.footer__bottom-inner{flex-direction:column;align-items:center}}.footer__copyright{font-size:.875rem;color:hsla(0,0%,100%,.6)}.footer__social{display:flex;align-items:center;gap:.75rem}.footer__social-link{width:2.5rem;height:2.5rem;border-radius:50%;background:hsla(0,0%,100%,.1);display:flex;align-items:center;justify-content:center;font-size:.8125rem;font-weight:500;color:hsla(0,0%,100%,.8);transition:all .3s ease}.footer__social-link:hover{background:#2a96a5;color:#fff}.footer__legal{display:flex;align-items:center;gap:1rem}.footer__legal a{font-size:.875rem;color:hsla(0,0%,100%,.6);transition:color .3s ease}.footer__legal a:hover{color:hsla(0,0%,100%,.9)}@keyframes ping{75%,100%{transform:scale(2);opacity:0}}@keyframes bounce{0%,100%{transform:translateY(0);animation-timing-function:cubic-bezier(0.8, 0, 1, 1)}50%{transform:translateY(-8px);animation-timing-function:cubic-bezier(0, 0, 0.2, 1)}}.text-center{text-align:center}.mt-2{margin-top:1rem}.mb-2{margin-bottom:1rem}.mx-auto{margin-left:auto;margin-right:auto}.arrow-icon{display:inline-flex;transition:transform .3s ease}.btn:hover .arrow-icon{transform:translateX(4px)}/*# sourceMappingURL=style.css.map */
