@import url("https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;500;600;700;800&family=DM+Sans:ital,wght@0,300;0,400;0,500;0,600;1,400&display=swap");*,:after,:before{box-sizing:border-box;margin:0;padding:0}:root{--purple:#6b21a8;--purple-light:#7c3aed;--purple-dark:#4c1d95;--orange:#f97316;--orange-light:#fb923c;--yellow:#fbbf24;--bg:#f8f7ff;--white:#fff;--text:#1a1a2e;--text-muted:#64748b;--border:#e2e8f0;--card-shadow:0 2px 12px rgba(107,33,168,.08);--card-shadow-hover:0 8px 32px rgba(107,33,168,.18);--radius:12px;--radius-lg:20px;--max:1320px;--font-head:"Outfit",sans-serif;--font-body:"DM Sans",sans-serif}html{scroll-behavior:smooth}body{font-family:var(--font-body);background:var(--bg);color:var(--text);line-height:1.6;font-size:15px}a{color:inherit;text-decoration:none}img{max-width:100%;height:auto;display:block}button{cursor:pointer;font-family:var(--font-body)}.container{max-width:var(--max);margin:0 auto;padding:0 20px}.navbar{background:var(--white);border-bottom:1px solid var(--border);position:-webkit-sticky;position:sticky;top:0;z-index:100;box-shadow:0 2px 8px rgba(0,0,0,.06)}.navbar-inner{max-width:var(--max);margin:0 auto;padding:0 20px;display:flex;align-items:center;gap:32px;height:64px}.navbar-logo{font-family:var(--font-head);font-size:22px;font-weight:800;color:var(--purple);letter-spacing:-.5px;flex-shrink:0}.navbar-logo span{color:var(--orange)}.navbar-search{flex:1 1;max-width:420px;position:relative}.navbar-search input{width:100%;padding:9px 16px 9px 40px;border:1.5px solid var(--border);border-radius:50px;font-family:var(--font-body);font-size:14px;background:var(--bg);color:var(--text);transition:border-color .2s}.navbar-search input:focus{outline:none;border-color:var(--purple-light)}.navbar-search svg{position:absolute;left:12px;top:50%;transform:translateY(-50%);color:var(--text-muted);width:16px;height:16px}.navbar-nav{gap:4px;list-style:none;flex:1 1;overflow-x:auto}.navbar-nav,.navbar-nav li a{display:flex;align-items:center}.navbar-nav li a{flex-direction:column;gap:2px;padding:8px 12px;border-radius:8px;font-size:12px;font-weight:500;color:var(--text-muted);white-space:nowrap;transition:all .2s}.navbar-nav li a .nav-icon{font-size:18px}.navbar-nav li a.active,.navbar-nav li a:hover{color:var(--purple);background:rgba(107,33,168,.06)}.navbar-account{font-size:14px;font-weight:500;color:var(--text-muted);flex-shrink:0}.navbar-account,.section-title{display:flex;align-items:center;gap:8px}.section-title{font-family:var(--font-head);font-size:22px;font-weight:700;color:var(--text);margin-bottom:20px}section{padding:32px 0}.offer-card{background:var(--white);border-radius:var(--radius-lg);overflow:hidden;box-shadow:var(--card-shadow);transition:all .25s ease;display:flex;flex-direction:column}.offer-card:hover{transform:translateY(-4px);box-shadow:var(--card-shadow-hover)}.offer-card-img{position:relative;overflow:hidden;height:200px}.offer-card-img img{width:100%;height:100%;object-fit:cover;transition:transform .4s ease}.offer-card:hover .offer-card-img img{transform:scale(1.05)}.offer-card-badges{position:absolute;top:10px;left:10px;display:flex;gap:6px;flex-wrap:wrap}.badge{padding:4px 10px;border-radius:50px;font-size:11px;font-weight:700;letter-spacing:.3px;text-transform:uppercase}.badge-last-minute{background:var(--orange);color:#fff}.badge-bestseller{background:var(--yellow);color:var(--text)}.badge-category{background:hsla(0,0%,100%,.92);color:var(--purple);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.offer-card-body{padding:16px;flex:1 1;display:flex;flex-direction:column;gap:6px}.offer-card-hotel{font-size:12px;color:var(--text-muted);font-weight:500}.offer-card-title{font-family:var(--font-head);font-size:15px;font-weight:700;color:var(--text);line-height:1.3}.offer-card-location{font-size:13px;color:var(--text-muted);display:flex;align-items:center;gap:4px}.offer-card-footer{padding:12px 16px 16px;display:flex;align-items:center;justify-content:space-between;border-top:1px solid var(--border)}.offer-card-price{display:flex;flex-direction:column}.price-from{font-size:11px;color:var(--text-muted)}.price-amount{font-family:var(--font-head);font-size:22px;font-weight:800;color:var(--purple);line-height:1}.price-per{font-size:12px;color:var(--text-muted)}.btn-reserve{background:var(--purple);color:#fff;border:none;padding:10px 18px;border-radius:50px;font-size:13px;font-weight:600;transition:background .2s}.btn-reserve:hover{background:var(--purple-dark)}.offers-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));grid-gap:20px;gap:20px}.destinations-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(160px,1fr));grid-gap:16px;gap:16px}.blog-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));grid-gap:20px;gap:20px}.dest-card{position:relative;border-radius:var(--radius);overflow:hidden;height:140px;cursor:pointer;transition:transform .2s}.dest-card:hover{transform:translateY(-2px)}.dest-card img{width:100%;height:100%;object-fit:cover;transition:transform .4s}.dest-card:hover img{transform:scale(1.06)}.dest-card-overlay{position:absolute;inset:0;background:linear-gradient(0deg,rgba(0,0,0,.65) 0,transparent 60%);display:flex;align-items:flex-end;padding:12px}.dest-card-name{font-family:var(--font-head);font-size:15px;font-weight:700;color:#fff;display:flex;align-items:center;gap:6px}.blog-card{background:var(--white);border-radius:var(--radius-lg);overflow:hidden;box-shadow:var(--card-shadow);transition:all .25s}.blog-card:hover{transform:translateY(-3px);box-shadow:var(--card-shadow-hover)}.blog-card-img{height:180px;overflow:hidden}.blog-card-img img{width:100%;height:100%;object-fit:cover;transition:transform .4s}.blog-card:hover .blog-card-img img{transform:scale(1.05)}.blog-card-body{padding:16px}.blog-card-category{display:inline-block;font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.5px;color:var(--purple);background:rgba(107,33,168,.08);padding:3px 10px;border-radius:50px;margin-bottom:8px}.blog-card-title{font-family:var(--font-head);font-size:16px;font-weight:700;color:var(--text);line-height:1.3;margin-bottom:8px}.blog-card-excerpt{font-size:13px;color:var(--text-muted);line-height:1.5;margin-bottom:12px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.blog-card-meta{font-size:12px;color:var(--text-muted);display:flex;gap:8px}.newsletter{background:linear-gradient(135deg,var(--purple) 0,var(--purple-light) 100%);border-radius:var(--radius-lg);padding:48px 40px;text-align:center;color:#fff;margin:0 0 48px;position:relative;overflow:hidden}.newsletter:before{content:"";position:absolute;inset:0;background:url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.05'%3E%3Ccircle cx='30' cy='30' r='20'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E")}.newsletter-title{font-family:var(--font-head);font-size:28px;font-weight:800;margin-bottom:8px;position:relative}.newsletter-subtitle{font-size:15px;opacity:.85;margin-bottom:28px;position:relative}.newsletter-form{display:flex;gap:12px;justify-content:center;max-width:480px;margin:0 auto;position:relative}.newsletter-form input{flex:1 1;padding:14px 20px;border-radius:50px;border:none;font-size:14px;font-family:var(--font-body);background:hsla(0,0%,100%,.95);color:var(--text)}.newsletter-form input:focus{outline:none}.newsletter-form button{padding:14px 28px;background:var(--orange);color:#fff;border:none;border-radius:50px;font-weight:700;font-size:14px;white-space:nowrap;transition:background .2s}.newsletter-form button:hover{background:var(--orange-light)}.breadcrumb{display:flex;align-items:center;gap:8px;font-size:13px;color:var(--text-muted);margin-bottom:24px;flex-wrap:wrap}.breadcrumb a{color:var(--text-muted);transition:color .2s}.breadcrumb a:hover{color:var(--purple)}.breadcrumb-sep{color:var(--border)}.offer-hero{position:relative;border-radius:var(--radius-lg);overflow:hidden;height:420px;margin-bottom:32px}.offer-hero img{width:100%;height:100%;object-fit:cover}.offer-hero-overlay{position:absolute;inset:0;background:linear-gradient(0deg,rgba(0,0,0,.7) 0,transparent 50%);display:flex;align-items:flex-end;padding:32px}.offer-hero-content{color:#fff}.offer-hero-title{font-size:32px;margin-bottom:8px}.offer-hero-price,.offer-hero-title{font-family:var(--font-head);font-weight:800}.offer-hero-price{font-size:28px;color:var(--yellow)}.offer-layout{display:grid;grid-template-columns:1fr 340px;grid-gap:32px;gap:32px;align-items:start}.offer-section{background:var(--white);border-radius:var(--radius);padding:24px;margin-bottom:20px;box-shadow:var(--card-shadow)}.offer-section h2{font-family:var(--font-head);font-size:18px;font-weight:700;margin-bottom:16px;display:flex;align-items:center;gap:8px;color:var(--text)}.why-worth-grid{display:flex;flex-wrap:wrap;gap:8px}.why-worth-tag{padding:8px 14px;background:rgba(107,33,168,.07);border-radius:50px;font-size:13px;font-weight:500;color:var(--purple-dark);display:flex;align-items:center;gap:6px}.dates-grid{display:flex;flex-wrap:wrap;gap:8px}.date-pill{padding:8px 14px;border:1.5px solid var(--border);border-radius:50px;font-size:13px;font-weight:500;cursor:pointer;transition:all .2s}.date-pill:hover{border-color:var(--purple);color:var(--purple)}.offer-sidebar-card{background:var(--white);border-radius:var(--radius-lg);padding:24px;box-shadow:var(--card-shadow);position:-webkit-sticky;position:sticky;top:80px}.sidebar-price{margin-bottom:20px}.sidebar-price-label{font-size:13px;color:var(--text-muted)}.sidebar-price-amount{font-family:var(--font-head);font-size:36px;font-weight:800;color:var(--purple);line-height:1.1}.sidebar-price-per{font-size:14px;color:var(--text-muted)}.btn-primary{display:block;width:100%;padding:16px;background:var(--purple);color:#fff;border:none;border-radius:50px;font-family:var(--font-head);font-size:16px;font-weight:700;text-align:center;transition:background .2s;margin-bottom:12px}.btn-primary:hover{background:var(--purple-dark)}.btn-secondary{display:block;width:100%;padding:14px;background:transparent;color:var(--purple);border:2px solid var(--purple);border-radius:50px;font-family:var(--font-head);font-size:15px;font-weight:700;text-align:center;transition:all .2s}.btn-secondary:hover{background:var(--purple);color:#fff}.details-list{display:flex;flex-direction:column;gap:12px}.detail-row{display:flex;align-items:center;justify-content:space-between;padding:10px 0;border-bottom:1px solid var(--border)}.detail-row:last-child{border-bottom:none}.detail-label{font-size:13px;color:var(--text-muted)}.detail-value{font-size:14px;font-weight:600;color:var(--text)}.tags-list{display:flex;flex-wrap:wrap;gap:8px}.tag{padding:6px 14px;border:1.5px solid var(--border);border-radius:50px;font-size:13px;color:var(--text-muted)}.dest-hero{position:relative;height:360px;border-radius:var(--radius-lg);overflow:hidden;margin-bottom:32px}.dest-hero img{width:100%;height:100%;object-fit:cover}.dest-hero-overlay{position:absolute;inset:0;background:linear-gradient(0deg,rgba(0,0,0,.65) 0,transparent 50%);display:flex;align-items:flex-end;padding:32px}.dest-hero-title{font-family:var(--font-head);font-size:42px;font-weight:800;color:#fff}.climate-table{width:100%;border-collapse:collapse;font-size:14px}.climate-table td,.climate-table th{padding:10px 12px;text-align:center;border-bottom:1px solid var(--border)}.climate-table th{background:rgba(107,33,168,.06);font-weight:600;color:var(--text)}.climate-table td:first-child{font-weight:600;text-align:left}.faq-list{display:flex;flex-direction:column;gap:12px}.faq-item{background:var(--white);border-radius:var(--radius);padding:20px;box-shadow:var(--card-shadow)}.faq-question{font-family:var(--font-head);font-size:15px;font-weight:700;color:var(--text);margin-bottom:8px}.faq-answer{font-size:14px;color:var(--text-muted);line-height:1.6}.footer{background:var(--text);color:hsla(0,0%,100%,.7);padding:48px 0 24px;margin-top:64px}.footer-inner{max-width:var(--max);padding:0 20px;display:grid;grid-template-columns:2fr 1fr 1fr;grid-gap:40px;gap:40px;margin:0 auto 40px}.footer-brand-name{font-family:var(--font-head);font-size:24px;font-weight:800;color:#fff;margin-bottom:12px}.footer-brand-name span{color:var(--orange)}.footer-desc{font-size:14px;line-height:1.6}.footer-col-title{font-family:var(--font-head);font-size:14px;font-weight:700;color:#fff;margin-bottom:16px}.footer-links{list-style:none;display:flex;flex-direction:column;gap:8px}.footer-links a{font-size:14px;color:hsla(0,0%,100%,.6);transition:color .2s}.footer-links a:hover{color:#fff}.footer-bottom{border-top:1px solid hsla(0,0%,100%,.1);padding-top:24px;text-align:center;font-size:13px}@media (max-width:1024px){.offer-layout{grid-template-columns:1fr}.offer-sidebar-card{position:static}.footer-inner{grid-template-columns:1fr 1fr}}@media (max-width:768px){.navbar-nav,.navbar-search{display:none}.offers-grid{grid-template-columns:repeat(auto-fill,minmax(240px,1fr))}.newsletter{padding:32px 20px}.newsletter-form{flex-direction:column}.footer-inner{grid-template-columns:1fr}.offer-hero{height:280px}.dest-hero{height:260px}.dest-hero-title{font-size:28px}}