:root{--gold: #C8956C;--gold-light: #E8C9A8;--deep-blue: #1B2D4F;--ocean: #2E5D8A;--warm-white: #FAF6F1;--cream: #F3EDE4;--stone: #8B8178;--terracotta: #C4704B;--text: #3A3530;--text-light: #7A7570}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth;overflow-x:hidden}body{font-family:DM Sans,sans-serif;color:var(--text);background:var(--warm-white);overflow-x:hidden;max-width:100vw}img{max-width:100%}section,div,footer,nav{max-width:100vw}nav{position:fixed;top:0;width:100%;z-index:1000;padding:1rem 4%;display:flex;justify-content:space-between;align-items:center;transition:all .4s;background:#1b2d4ff2;backdrop-filter:blur(20px)}nav.scrolled{padding:.8rem 4%;box-shadow:0 4px 30px #00000026}.logo{font-family:Playfair Display,serif;font-size:1.35rem;font-weight:700;color:#fff;text-decoration:none;letter-spacing:-.5px;white-space:nowrap}.logo span{color:var(--gold)}.nav-links{display:flex;gap:1.3rem;align-items:center;list-style:none}.nav-links a{color:#ffffffd9;text-decoration:none;font-size:.85rem;font-weight:500;transition:color .3s;position:relative}.nav-links a:hover{color:var(--gold-light)}.nav-links a:after{content:"";position:absolute;bottom:-4px;left:0;width:0;height:2px;background:var(--gold);transition:width .3s}.nav-links a:hover:after{width:100%}.nav-cta{background:var(--gold)!important;color:#fff!important;padding:.6rem 1.5rem;border-radius:50px;font-weight:600!important}.nav-cta:hover{background:var(--terracotta)!important}.nav-cta:after{display:none!important}.nav-chev{width:12px;height:12px;display:inline-block;vertical-align:middle;margin-left:2px;transition:transform .2s}.nav-drop{position:relative}.nav-drop:hover .nav-chev{transform:rotate(180deg)}.nav-dropdown{position:absolute;top:100%;left:50%;transform:translate(-50%);min-width:180px;background:#1b2d4ff7;backdrop-filter:blur(20px);border-radius:10px;padding:.5rem 0;opacity:0;visibility:hidden;transition:all .2s;margin-top:12px;box-shadow:0 12px 40px #00000040;border:1px solid rgba(255,255,255,.08)}.nav-drop:hover .nav-dropdown{opacity:1;visibility:visible;margin-top:6px}.nav-dropdown:before{content:"";position:absolute;top:-8px;left:50%;transform:translate(-50%);border:8px solid transparent;border-bottom-color:#1b2d4ff7}.nav-dropdown a{display:block;padding:.55rem 1.2rem;color:#fffc;font-size:.88rem;font-weight:500;text-decoration:none;transition:all .15s;white-space:nowrap}.nav-dropdown a:hover{color:var(--gold-light);background:#ffffff0f}.nav-dropdown a:after{display:none!important}.nav-dropdown a.dd-active{color:var(--gold-light);font-weight:600}.dd-divider{height:1px;background:#ffffff1a;margin:.35rem .8rem}.mob-section{font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:2px;color:var(--gold);font-family:DM Sans,sans-serif;margin-top:.5rem}.cp-card{display:block;background:#fff;border:2px solid #E8E4DE;border-radius:12px;padding:1.4rem;text-decoration:none;transition:all .2s}.cp-card:hover{border-color:var(--gold);transform:translateY(-2px);box-shadow:0 8px 24px #00000014}.cp-name{font-family:Playfair Display,serif;font-size:1.3rem;font-weight:700;color:var(--deep-blue);margin-bottom:.2rem}.cp-country{font-size:.8rem;color:var(--text-light);margin-bottom:.6rem}.cp-desc{font-size:.88rem;color:var(--text);line-height:1.5}.cp-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem;max-width:1100px;margin:0 auto;padding:0 5%}@media(max-width:900px){.cp-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:500px){.cp-grid{grid-template-columns:1fr}}.hero{position:relative;min-height:100vh;min-height:100svh;display:flex;align-items:flex-end;overflow:hidden;padding:7rem 0 2rem}.hero-bg{position:absolute;inset:0;background:url(https://images.unsplash.com/photo-1592859600972-1b0834d83747?w=1920&q=80) center/cover;filter:brightness(.45);transform:scale(1.05);animation:hz 20s ease-in-out infinite alternate}@keyframes hz{0%{transform:scale(1.05)}to{transform:scale(1.12)}}.hero-ov{position:absolute;inset:0;background:linear-gradient(135deg,#1b2d4fb3,#1b2d4f4d,#c4704b33)}.hero-c{position:relative;z-index:2;max-width:1300px;margin:0 auto;padding:0 5%;display:grid;grid-template-columns:1.1fr .9fr;gap:4rem;align-items:start;width:100%}.hero-t{animation:fiu 1s ease-out}.hero-badge{display:inline-flex;align-items:center;gap:.5rem;background:#c8956c33;border:1px solid rgba(200,149,108,.4);color:var(--gold-light);padding:.5rem 1.2rem;border-radius:50px;font-size:.82rem;font-weight:600;letter-spacing:1.5px;text-transform:uppercase;margin-bottom:1.5rem}.hero h1{font-family:Playfair Display,serif;font-size:3.8rem;font-weight:700;color:#fff;line-height:1.1;margin-bottom:1.5rem;letter-spacing:-1px}.hero h1 em{font-style:italic;color:var(--gold-light)}.hero-sub{font-size:1.15rem;color:#ffffffbf;line-height:1.7;margin-bottom:2rem;max-width:480px}.hero-stats{display:flex;gap:2.5rem;margin-top:2.5rem;padding-top:2rem;border-top:1px solid rgba(255,255,255,.15)}.hero-stat .num{font-family:Playfair Display,serif;font-size:2rem;font-weight:700;color:var(--gold-light)}.hero-stat .lbl{font-size:.82rem;color:#ffffff8c;text-transform:uppercase;letter-spacing:1px;margin-top:.2rem}.fg select{width:100%;padding:.8rem 2.5rem .8rem 1rem;border:2px solid #E8E4DE;border-radius:10px;font-family:DM Sans,sans-serif;font-size:.92rem;color:var(--text);background:var(--warm-white) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%238B8178' stroke-width='2' fill='none'/%3E%3C/svg%3E") no-repeat right 1rem center;transition:border-color .3s;appearance:none;-webkit-appearance:none}.fg select:focus{outline:none;border-color:var(--gold)}.fr{display:grid;grid-template-columns:1fr 1fr;gap:.8rem}.hero .widget{padding:1.4rem}.hero .widget-tag{margin-bottom:.6rem}.hero .widget-s{margin-bottom:.8rem}.hero .fg{margin-bottom:.65rem}.hero .fg label{margin-bottom:.2rem}.hero .fg select,.hero .ac-input{padding-top:.65rem;padding-bottom:.65rem}.hero .btn-book{padding:.75rem;margin-top:.2rem}.to{padding:.55rem .4rem;text-align:center;border:none;background:none;border-radius:8px;font-family:DM Sans,sans-serif;font-size:.92rem;font-weight:500;color:var(--text);cursor:pointer;transition:all .15s}.to:hover{background:var(--cream)}.to.sel{background:var(--deep-blue);color:#fff;font-weight:600}.trust{background:#fff;padding:2rem 5%;display:flex;justify-content:center;align-items:center;gap:3rem;flex-wrap:wrap;border-bottom:1px solid #EDE9E3;overflow:hidden}.sl{display:inline-block;font-size:.78rem;font-weight:700;color:var(--gold);text-transform:uppercase;letter-spacing:2px;margin-bottom:1rem}.st{font-family:Playfair Display,serif;font-size:2.8rem;font-weight:700;color:var(--deep-blue);line-height:1.15;margin-bottom:1rem;max-width:600px}.ss{font-size:1.05rem;color:var(--text-light);line-height:1.7;max-width:550px;margin-bottom:3.5rem}.why{padding:7rem 5%;max-width:1300px;margin:0 auto;overflow:hidden}.feat-g{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem}.fc{padding:2rem;background:#fff;border-radius:16px;border:1px solid #EDE9E3;transition:all .4s;position:relative;overflow:hidden}.fc:before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:var(--gold);transform:scaleX(0);transition:transform .4s}.fc:hover{transform:translateY(-5px);box-shadow:0 15px 40px #00000014}.fc:hover:before{transform:scaleX(1)}.fc-icon{width:52px;height:52px;background:linear-gradient(135deg,var(--cream),var(--gold-light));border-radius:14px;display:flex;align-items:center;justify-content:center;margin-bottom:1.2rem}.fc-icon svg{width:24px;height:24px}.fc h3{font-family:Playfair Display,serif;font-size:1.15rem;font-weight:600;color:var(--deep-blue);margin-bottom:.6rem}.fc p{font-size:.9rem;color:var(--text-light);line-height:1.6}.dest{padding:5rem 5% 7rem;background:#fff;overflow:hidden}.dest-in{max-width:1300px;margin:0 auto}.dest-hd{margin-bottom:3rem}.dg{display:grid;grid-template-columns:1.2fr .8fr 1fr;grid-template-rows:280px 280px;gap:1.5rem}.dc{position:relative;border-radius:18px;overflow:hidden;cursor:pointer;background:#ddd;display:block}.dc img{width:100%;height:100%;object-fit:cover;transition:transform .6s}.dc:hover img{transform:scale(1.08)}.dov{position:absolute;inset:0;background:linear-gradient(0deg,#000000b3,#0000 60%);display:flex;flex-direction:column;justify-content:flex-end;padding:1.8rem}.dc h3{font-family:Playfair Display,serif;font-size:1.6rem;font-weight:600;color:#fff;margin-bottom:.3rem}.dc .rc{font-size:.82rem;color:#ffffffb3;font-weight:500}.dc.lg{grid-row:span 2}.dtag{position:absolute;top:1.2rem;left:1.2rem;background:#c8956ce6;color:#fff;padding:.3rem .9rem;border-radius:50px;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.5px;z-index:2}.routes{padding:7rem 5%;max-width:1300px;margin:0 auto;overflow:hidden}.rg{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;margin-top:3rem}.rcard{background:#fff;border-radius:16px;border:1px solid #EDE9E3;padding:1.8rem;display:flex;align-items:center;gap:1.5rem;transition:all .3s;cursor:pointer;text-decoration:none;color:inherit}.rcard:hover{border-color:var(--gold);box-shadow:0 10px 30px #0000000f;transform:translateY(-3px)}.rv{display:flex;flex-direction:column;align-items:center;gap:.3rem;flex-shrink:0}.rdot{width:12px;height:12px;border-radius:50%;border:3px solid var(--deep-blue)}.rline{width:2px;height:30px;background:repeating-linear-gradient(to bottom,var(--stone) 0,var(--stone) 4px,transparent 4px,transparent 8px)}.rdot.end{border-color:var(--gold);background:var(--gold)}.ri{flex:1;min-width:0;overflow:hidden}.rcit{font-family:Playfair Display,serif;font-size:1.1rem;font-weight:600;color:var(--deep-blue);margin-bottom:.4rem}.rm{display:flex;gap:1rem;font-size:.82rem;color:var(--text-light);flex-wrap:wrap}.bdr{background:#f0e6dc;color:#c4704b;padding:.1rem .5rem;border-radius:10px;font-size:.78rem;font-weight:500}.rp{font-family:Playfair Display,serif;font-size:1.3rem;font-weight:700;color:var(--deep-blue);flex-shrink:0}.rp small{font-size:.7rem;color:var(--text-light);font-family:DM Sans,sans-serif;font-weight:400;display:block;text-align:right}.exp{padding:7rem 5%;background:var(--deep-blue);position:relative;overflow:hidden}.exp:before{content:"";position:absolute;top:-100px;right:-100px;width:500px;height:500px;border-radius:50%;background:#c8956c14}.exp-in{max-width:1300px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:5rem;align-items:center;position:relative}.exp .sl{color:var(--gold-light)}.exp .st{color:#fff;font-size:2.5rem;max-width:500px}.exp-txt p{color:#ffffffa6;font-size:1.05rem;line-height:1.8;margin-bottom:2rem}.exp-fts{display:flex;flex-direction:column;gap:1.2rem;margin-top:1.5rem}.ef{display:flex;align-items:center;gap:1rem;color:#fffc;font-size:.95rem}.efi{width:36px;height:36px;background:#c8956c33;border-radius:8px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.efi svg{width:18px;height:18px}.exp-imgs{display:grid;grid-template-columns:1fr 1fr;gap:1.2rem}.ei{border-radius:16px;overflow:hidden;height:220px;background:#2a3a50}.ei:first-child{grid-column:span 2;height:260px}.ei img{width:100%;height:100%;object-fit:cover;transition:transform .5s}.ei:hover img{transform:scale(1.05)}.hiw{padding:7rem 5%;background:var(--cream);overflow:hidden}.hiw-in{max-width:1300px;margin:0 auto;text-align:center}.hiw-in .st{margin:0 auto 1rem}.hiw-in .ss{margin:0 auto 4rem;text-align:center}.steps{display:grid;grid-template-columns:repeat(3,1fr);gap:3rem;position:relative}.steps:before{content:"";position:absolute;top:40px;left:15%;right:15%;height:2px;background:repeating-linear-gradient(to right,var(--gold) 0,var(--gold) 8px,transparent 8px,transparent 16px)}.step{text-align:center;position:relative}.sn{width:80px;height:80px;background:#fff;border:3px solid var(--gold);border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 1.5rem;font-family:Playfair Display,serif;font-size:1.8rem;font-weight:700;color:var(--deep-blue);position:relative;z-index:1}.step h3{font-family:Playfair Display,serif;font-size:1.2rem;font-weight:600;color:var(--deep-blue);margin-bottom:.6rem}.step p{font-size:.9rem;color:var(--text-light);line-height:1.6;max-width:280px;margin:0 auto}.test{padding:7rem 5%;max-width:1300px;margin:0 auto;overflow:hidden}.tc{background:#fff;border-radius:18px;padding:2.2rem;border:1px solid #EDE9E3;position:relative;transition:all .3s}.tc:hover{box-shadow:0 15px 40px #0000000f}.ts{color:var(--gold);font-size:1rem;margin-bottom:1rem;letter-spacing:2px}.tt{font-size:.95rem;color:var(--text);line-height:1.7;margin-bottom:1.5rem;font-style:italic}.ta{display:flex;align-items:center;gap:1rem}.tav{width:48px;height:48px;border-radius:50%;object-fit:cover;background:var(--cream)}.tn{font-weight:600;font-size:.95rem;color:var(--deep-blue)}.tr{font-size:.8rem;color:var(--text-light)}.tsc{position:absolute;top:1.5rem;right:1.5rem;font-size:.75rem;color:var(--text-light);background:var(--cream);padding:.25rem .7rem;border-radius:50px;font-weight:500}.cta{padding:6rem 5%;background:linear-gradient(135deg,var(--deep-blue) 0%,#1a3a5c 100%);text-align:center;position:relative;overflow:hidden}.cta:before,.cta:after{content:"";position:absolute;width:300px;height:300px;border-radius:50%;background:#c8956c0f}.cta:before{top:-150px;left:-100px}.cta:after{bottom:-150px;right:-100px}.cta h2{font-family:Playfair Display,serif;font-size:2.5rem;color:#fff;margin-bottom:1rem;position:relative}.cta p{color:#ffffffa6;font-size:1.1rem;margin-bottom:2.5rem;max-width:500px;margin-left:auto;margin-right:auto;line-height:1.7;position:relative}.cta-btns{display:flex;gap:1rem;justify-content:center;position:relative}.bp{padding:1rem 2.5rem;background:var(--gold);color:#fff;border:none;border-radius:50px;font-family:DM Sans,sans-serif;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s;text-decoration:none}.bp:hover{background:var(--terracotta);transform:translateY(-2px)}.bs{padding:1rem 2.5rem;background:transparent;color:#fff;border:2px solid rgba(255,255,255,.3);border-radius:50px;font-family:DM Sans,sans-serif;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s;text-decoration:none}.bs:hover{border-color:#fff;background:#ffffff1a}footer{background:#151f2e;color:#fff9;padding:5rem 5% 2rem;overflow:hidden}.fgrid{max-width:1300px;margin:0 auto;display:grid;grid-template-columns:2fr 1fr 1fr 1.5fr;gap:4rem;padding-bottom:3rem;border-bottom:1px solid rgba(255,255,255,.08)}.fbrand .logo{display:block;margin-bottom:1.2rem}.fbrand p{font-size:.9rem;line-height:1.7;max-width:300px}.fcol h4{color:#fff;font-family:Playfair Display,serif;font-size:1.05rem;font-weight:600;margin-bottom:1.2rem}.fcol ul{list-style:none;display:flex;flex-direction:column;gap:.7rem}.fcol a{color:#ffffff8c;text-decoration:none;font-size:.9rem;transition:color .3s}.fcol a:hover{color:var(--gold-light)}.fci{display:flex;align-items:center;gap:.7rem;margin-bottom:1rem;font-size:.9rem;word-break:break-all}.fbot{max-width:1300px;margin:0 auto;display:flex;justify-content:space-between;align-items:center;padding-top:2rem;font-size:.82rem}.fsoc{display:flex;gap:1rem}.fsoc a{width:36px;height:36px;background:#ffffff14;border-radius:8px;display:flex;align-items:center;justify-content:center;color:#ffffff80;text-decoration:none;font-size:.9rem;transition:all .3s}.fsoc a:hover{background:var(--gold);color:#fff}.hamburger{display:none;flex-direction:column;gap:5px;cursor:pointer;z-index:1001;padding:4px}.hamburger span{display:block;width:24px;height:2.5px;background:#fff;border-radius:2px;transition:all .3s}.hamburger.active span:nth-child(1){transform:rotate(45deg) translate(5px,5px)}.hamburger.active span:nth-child(2){opacity:0}.hamburger.active span:nth-child(3){transform:rotate(-45deg) translate(5px,-5px)}.mobile-nav{display:none;position:fixed;inset:0;background:#1b2d4ffa;z-index:999;flex-direction:column;justify-content:center;align-items:center;gap:1.2rem;overflow-y:auto;padding:2rem 0}.mobile-nav.open{display:flex;animation:fadeIn .3s ease}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.mobile-nav a{color:#fff;text-decoration:none;font-family:Playfair Display,serif;font-size:1.5rem;font-weight:600;transition:color .3s}.mobile-nav a:hover{color:var(--gold-light)}.mobile-nav .mob-cta{background:var(--gold);padding:.8rem 2rem;border-radius:50px;font-family:DM Sans,sans-serif;font-size:1rem;font-weight:600;margin-top:1rem}@media(max-width:1200px){.hero-c{gap:3rem;padding:0 4%}.hero h1{font-size:3.2rem}.widget{padding:2rem}.feat-g{gap:1.5rem}.rg{gap:1.2rem}.fgrid{gap:3rem}.trust{gap:2.5rem;padding:2rem 3%}}@media(max-width:1024px){.hero{min-height:auto;height:auto;padding:7rem 0 3rem}.hero-c{grid-template-columns:1fr;text-align:center;gap:2.5rem}.hero h1{font-size:2.8rem}.hero-sub{margin:0 auto 2rem}.hero-stats{justify-content:center}.hero-badge{margin:0 auto 1.5rem}.widget{max-width:480px;margin:0 auto}.feat-g{grid-template-columns:repeat(2,1fr)}.dg{grid-template-columns:1fr 1fr;grid-template-rows:auto}.dc.lg{grid-row:span 1;height:280px}.dc{height:250px}.exp-in{grid-template-columns:1fr;gap:3rem}.rg,.tg{grid-template-columns:repeat(2,1fr)}.fgrid{grid-template-columns:1fr 1fr;gap:2.5rem}.why,.routes,.test{padding:5rem 5%}.dest{padding:4rem 5% 5rem}.exp,.hiw{padding:5rem 5%}.cta{padding:4rem 5%}}@media(max-width:768px){nav{padding:1rem 5%}nav.scrolled{padding:.7rem 5%}.nav-links{display:none}.hamburger{display:flex}.hero h1{font-size:2.3rem}.hero-sub{font-size:1rem}.hero-stats{gap:1.5rem}.hero-stat .num{font-size:1.6rem}.hero-stat .lbl{font-size:.72rem}.widget{padding:1.8rem}.widget-t{font-size:1.2rem}.st{font-size:2rem}.ss{font-size:.95rem;margin-bottom:2.5rem}.feat-g,.dg,.rg,.tg{grid-template-columns:1fr}.dc.lg,.dc{height:220px}.rcard{padding:1.4rem}.rcit{font-size:1rem}.rp{font-size:1.15rem}.exp-imgs{grid-template-columns:1fr}.ei:first-child{grid-column:span 1;height:220px}.ei{height:180px}.steps{grid-template-columns:1fr;gap:2rem}.steps:before{display:none}.sn{width:64px;height:64px;font-size:1.4rem}.trust{gap:1.5rem;padding:1.5rem 5%;flex-direction:column;align-items:flex-start}.ti{width:100%}.cta h2{font-size:2rem}.cta p{font-size:1rem}.cta-btns{flex-direction:column;align-items:center;width:100%}.bp,.bs{width:100%;max-width:320px;text-align:center}.fgrid{grid-template-columns:1fr;gap:2rem}.fbot{flex-direction:column;gap:1rem;text-align:center}.cal{width:280px;padding:1.2rem}.cd{width:32px;height:32px;font-size:.82rem}.tp{width:180px}}@media(max-width:600px){.hero{padding:6rem 0 2.5rem;min-height:auto}.hero-c{padding:0 5%}.hero h1{font-size:2rem;margin-bottom:1rem}.hero-sub{font-size:.92rem;margin-bottom:1.5rem}.hero-badge{font-size:.72rem;padding:.4rem 1rem}.hero-stats{gap:1.2rem;padding-top:1.5rem;margin-top:1.5rem}.widget{padding:1.4rem;border-radius:16px}.widget-t{font-size:1.15rem}.widget-s{font-size:.8rem;margin-bottom:1.2rem}.fg label{font-size:.72rem;margin-bottom:.3rem}.fg select,.cpw input{padding:.75rem .9rem;font-size:.88rem}.cpw input{padding-right:2.2rem}.btn-book{padding:.85rem;font-size:.92rem}.st{font-size:1.7rem}.sl{font-size:.72rem;letter-spacing:1.5px}.ss{font-size:.9rem;margin-bottom:2rem}.why,.routes,.test{padding:3.5rem 5%}.dest{padding:3rem 5% 3.5rem}.exp,.hiw{padding:3.5rem 5%}.cta{padding:3rem 5%}.fc{padding:1.5rem}.fc-icon{width:44px;height:44px}.fc-icon svg{width:20px;height:20px}.fc h3{font-size:1.05rem}.fc p{font-size:.85rem}.dc.lg,.dc{height:200px;border-radius:14px}.dov{padding:1.4rem}.dc h3{font-size:1.3rem}.dtag{font-size:.68rem;padding:.25rem .7rem;top:1rem;left:1rem}.rcard{padding:1.2rem;gap:1rem}.rcit{font-size:.95rem}.rm{gap:1rem;font-size:.78rem}.rp{font-size:1.1rem}.exp .st{font-size:1.8rem}.ef{font-size:.88rem}.tc{padding:1.8rem}.tt{font-size:.88rem}.trust{padding:1.2rem 5%;gap:0}.ti{padding:.6rem 0;border-bottom:1px solid #EDE9E3}.ti:last-child{border-bottom:none}.cta h2{font-size:1.7rem}.cta p{font-size:.92rem;margin-bottom:2rem}footer{padding:3rem 5% 1.5rem}.fgrid{gap:1.5rem;padding-bottom:2rem}.fcol h4{font-size:.95rem;margin-bottom:.8rem}.cal{width:260px;padding:1rem}.cal-mo{font-size:.95rem}.cal-nv{width:30px;height:30px;font-size:1rem}.cd{width:30px;height:30px;font-size:.8rem}}@media(max-width:400px){.hero h1{font-size:1.7rem}.hero-sub{font-size:.85rem}.hero-stats{flex-wrap:wrap;gap:1rem}.hero-stat .num{font-size:1.4rem}.widget{padding:1.2rem}.fr{grid-template-columns:1fr}.st{font-size:1.5rem}.rcard{flex-wrap:wrap}.rp{width:100%;text-align:left;padding-top:.5rem;border-top:1px solid #EDE9E3;margin-top:.5rem}.rp small{text-align:left;display:inline;margin-left:.5rem}.cal{width:240px;padding:.8rem}.cd{width:28px;height:28px;font-size:.75rem}.cal-wk span{font-size:.6rem}.mobile-nav a{font-size:1.2rem}.tc{padding:1.5rem}.tav{width:40px;height:40px}}.reveal{opacity:1;transform:none}.reveal-ready .reveal{opacity:0;transform:translateY(30px);transition:all .8s ease}.reveal-ready .reveal.visible{opacity:1;transform:translateY(0)}.airports{padding:5rem 5%;max-width:1300px;margin:0 auto;overflow:hidden}.airport-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;margin-top:2.5rem}.airport-card{background:#fff;border-radius:16px;border:1px solid #EDE9E3;padding:2rem;transition:all .3s}.airport-card:hover{border-color:var(--gold);box-shadow:0 10px 30px #0000000f}.ac-code{font-family:Playfair Display,serif;font-size:2rem;font-weight:700;color:var(--deep-blue);margin-bottom:.2rem}.ac-name{font-size:.95rem;font-weight:600;color:var(--text);margin-bottom:.5rem}.ac-city{font-size:.82rem;color:var(--text-light);margin-bottom:1rem}.ac-routes{display:flex;flex-direction:column;gap:.5rem}.ac-route{display:flex;justify-content:space-between;align-items:center;font-size:.82rem;padding:.4rem 0;border-top:1px solid #F3EDE4;text-decoration:none;transition:all .2s}a.ac-route{color:inherit}a.ac-route:hover{color:var(--gold);padding-left:.3rem}a.ac-route:hover span:last-child{color:var(--gold)}.ac-route span:first-child{color:var(--text)}.ac-route span:last-child{font-family:Playfair Display,serif;font-weight:700;color:var(--deep-blue)}.how-grid{display:grid;grid-template-columns:1fr 1fr;gap:4rem;margin-top:2.5rem}.how-col h3{font-family:Playfair Display,serif;font-size:1.4rem;font-weight:700;color:var(--deep-blue);margin-bottom:1.8rem;display:flex;align-items:center;gap:.8rem}.how-col h3 .how-badge{display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;background:linear-gradient(135deg,var(--cream),var(--gold-light));border-radius:10px;flex-shrink:0}.how-col h3 .how-badge svg{width:20px;height:20px;stroke:var(--deep-blue)}.how-steps{display:flex;flex-direction:column;gap:1.2rem}.how-step{display:flex;gap:1rem;align-items:flex-start}.how-num{width:28px;height:28px;background:var(--cream);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.75rem;font-weight:700;color:var(--deep-blue);flex-shrink:0;margin-top:.1rem}.how-step h4{font-size:.95rem;font-weight:600;color:var(--deep-blue);margin-bottom:.2rem}.how-step p{font-size:.85rem;color:var(--text-light);line-height:1.6}.gf-field select{background:var(--warm-white) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%238B8178' stroke-width='2' fill='none'/%3E%3C/svg%3E") no-repeat right 1rem center;padding-right:2.5rem;appearance:none;-webkit-appearance:none}.route-explorer{padding:5rem 5%;max-width:1300px;margin:0 auto;overflow:hidden}.city-tabs{display:flex;gap:.5rem;margin-bottom:2.5rem;flex-wrap:wrap}.city-tab{padding:.6rem 1.4rem;border:2px solid #E8E4DE;border-radius:50px;background:#fff;font-family:DM Sans,sans-serif;font-size:.88rem;font-weight:600;color:var(--text-light);cursor:pointer;transition:all .3s;white-space:nowrap}.city-tab:hover{border-color:var(--gold);color:var(--text)}.city-tab.active{background:var(--deep-blue);color:#fff;border-color:var(--deep-blue)}.routes-panel{display:none}.routes-panel.active{display:block;animation:fadeIn .4s ease}.routes-list{display:grid;grid-template-columns:repeat(2,1fr);gap:1.2rem}.highlights{padding:5rem 5%;background:#fff;overflow:hidden}.gf-field select{background:var(--warm-white) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%238B8178' stroke-width='2' fill='none'/%3E%3C/svg%3E") no-repeat right 1rem center;padding-right:2.5rem;appearance:none;-webkit-appearance:none}.vehicles{padding:5rem 5%;max-width:1300px;margin:0 auto;overflow:hidden}.v-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;margin-top:2.5rem}.how{padding:5rem 5%;overflow:hidden}.how-steps{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;margin-top:2.5rem;counter-reset:howstep}.routes-in{max-width:1300px;margin:0 auto}.rt-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.2rem;margin-top:2.5rem}.rt{background:var(--warm-white);border-radius:14px;border:1px solid #EDE9E3;padding:1.4rem 1.6rem;display:flex;align-items:center;justify-content:space-between;gap:1rem;transition:all .3s}.rt:hover{border-color:var(--gold);box-shadow:0 8px 25px #0000000d}.rt-info h4{font-family:Playfair Display,serif;font-size:1rem;font-weight:600;color:var(--deep-blue);margin-bottom:.2rem}.rt-info p{font-size:.8rem;color:var(--text-light)}.rt-action{font-size:.82rem;font-weight:600;color:var(--gold);white-space:nowrap;flex-shrink:0}.content{padding:5rem 5%;overflow:hidden}.content-in{max-width:900px;margin:0 auto}.content-in h2{font-family:Playfair Display,serif;font-size:1.6rem;font-weight:700;color:var(--deep-blue);margin:2rem 0 .8rem}.content-in h2:first-of-type{margin-top:0}.content-in p{font-size:.92rem;color:var(--text-light);line-height:1.8;margin-bottom:1rem}.inc{background:var(--warm-white);border-radius:14px;border:1px solid #EDE9E3;padding:1.5rem;text-align:center;transition:all .3s}.mid-quote{padding:4rem 5%;background:linear-gradient(135deg,var(--deep-blue),#1a3a5c);overflow:hidden}.mq-in{max-width:700px;margin:0 auto}.use-cases{padding:5rem 5%;overflow:hidden}.use-cases-in{max-width:1300px;margin:0 auto}.uc-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem}.uc-card{background:#fff;border-radius:18px;border:1px solid #EDE9E3;padding:2rem 1.5rem;text-align:center;transition:all .3s}.uc-card:hover{border-color:var(--gold);box-shadow:0 10px 30px #0000000f;transform:translateY(-4px)}.uc-icon{width:56px;height:56px;background:linear-gradient(135deg,var(--cream),var(--gold-light));border-radius:16px;display:flex;align-items:center;justify-content:center;margin:0 auto 1.2rem}.uc-icon svg{width:26px;height:26px;stroke:var(--deep-blue);stroke-width:1.8;fill:none}.uc-card h3{font-family:Playfair Display,serif;font-size:1.1rem;font-weight:600;color:var(--deep-blue);margin-bottom:.5rem}.uc-card p{font-size:.85rem;color:var(--text-light);line-height:1.6}.how{padding:5rem 5%;background:#fff;overflow:hidden}.how-in{max-width:1300px;margin:0 auto}.how-steps{display:grid;grid-template-columns:repeat(3,1fr);gap:2.5rem;counter-reset:step}.how-step{position:relative;padding:2rem 1.5rem 1.5rem;background:var(--warm-white);border-radius:18px;text-align:center}.how-step:before{counter-increment:step;content:counter(step);position:absolute;top:-1rem;left:50%;transform:translate(-50%);width:2.5rem;height:2.5rem;background:var(--deep-blue);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-family:Playfair Display,serif;font-size:1.1rem;font-weight:700}.how-step h3{font-family:Playfair Display,serif;font-size:1.05rem;font-weight:600;color:var(--deep-blue);margin-bottom:.5rem;margin-top:.5rem}.how-step p{font-size:.88rem;color:var(--text-light);line-height:1.6}.pt-note{font-size:.82rem;color:var(--text-light);line-height:1.6;margin-top:2rem;text-align:center;max-width:700px;margin-left:auto;margin-right:auto}.highlights{padding:5rem 5%;overflow:hidden}.highlights-in{max-width:1300px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:5rem;align-items:center}.hl-img{border-radius:18px;overflow:hidden;height:420px;position:relative}.hl-img img{width:100%;height:100%;object-fit:cover}.hl-badge{position:absolute;bottom:1.5rem;left:1.5rem;background:#1b2d4fe6;color:#fff;padding:.7rem 1.2rem;border-radius:12px;font-size:.82rem;font-weight:600;display:flex;align-items:center;gap:.5rem;backdrop-filter:blur(10px)}.hl-badge svg{width:16px;height:16px;stroke:var(--gold-light)}.hl-features{display:flex;flex-direction:column;gap:1.5rem;margin-top:1.5rem}.hl-feat{display:flex;gap:1rem;align-items:flex-start}.hl-icon{width:44px;height:44px;background:linear-gradient(135deg,var(--cream),var(--gold-light));border-radius:12px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.hl-icon svg{width:22px;height:22px}.hl-feat h4{font-family:Playfair Display,serif;font-size:1.05rem;font-weight:600;color:var(--deep-blue);margin-bottom:.25rem}.hl-feat p{font-size:.88rem;color:var(--text-light);line-height:1.6}.faq-item{border-bottom:1px solid #EDE9E3;overflow:hidden}.faq-q{padding:1.4rem 0;cursor:pointer;display:flex;justify-content:space-between;align-items:center;gap:1rem}.faq-q h3{font-family:Playfair Display,serif;font-size:1.05rem;font-weight:600;color:var(--deep-blue);line-height:1.3}.faq-icon{font-size:1.5rem;color:var(--gold);font-weight:300;transition:transform .3s;flex-shrink:0}.faq-a{max-height:0;overflow:hidden;transition:max-height .4s ease,padding .4s ease}.faq-a p{font-size:.92rem;color:var(--text-light);line-height:1.7;padding-bottom:1.4rem}.faq-item.open .faq-a{max-height:500px}.faq-item.open .faq-icon{transform:rotate(45deg)}.cta-banner{padding:4rem 5%;background:var(--deep-blue);text-align:center;overflow:hidden}.cta-banner h2{font-family:Playfair Display,serif;font-size:2.4rem;font-weight:700;color:#fff;margin-bottom:.8rem}.cta-banner p{font-size:1.05rem;color:#ffffffa6;margin-bottom:2rem;max-width:550px;margin-left:auto;margin-right:auto;line-height:1.7}.foot-in{max-width:1300px;margin:0 auto;display:grid;grid-template-columns:1.5fr 1fr 1fr 1fr;gap:3rem;margin-bottom:3rem}.breadcrumb{display:flex;align-items:center;gap:.5rem;font-size:.82rem;color:#ffffff80;margin-bottom:1.5rem}.hero-perks{display:flex;gap:2rem;flex-wrap:wrap}.perk{display:flex;align-items:center;gap:.6rem;color:#fffc;font-size:.88rem;font-weight:500}.perk svg{width:18px;height:18px;stroke:var(--gold-light);flex-shrink:0}.routes-sec{padding:5rem 5%;max-width:1300px;margin:0 auto;overflow:hidden}.routes-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.2rem;margin-top:2.5rem}.route-card{background:#fff;border-radius:16px;border:1px solid #EDE9E3;padding:1.6rem;display:flex;align-items:center;gap:1.4rem;transition:all .3s;cursor:pointer;text-decoration:none;color:inherit}.route-card:hover{border-color:var(--gold);box-shadow:0 10px 30px #0000000f;transform:translateY(-3px)}.route-right{text-align:right;flex-shrink:0}.route-cta{font-size:.75rem;color:var(--gold);font-weight:600;margin-top:.4rem;display:flex;align-items:center;gap:.3rem;justify-content:flex-end}.route-badge{display:inline-block;font-size:.65rem;font-weight:700;padding:.15rem .5rem;border-radius:50px;margin-left:.5rem;vertical-align:middle}.route-badge.airport{background:#2e5d8a1a;color:var(--ocean)}.route-badge.city{background:#c8956c26;color:var(--gold)}.about{padding:5rem 5%;background:#fff;overflow:hidden}.about-in{max-width:1300px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:start}.about-img{border-radius:18px;overflow:hidden;position:relative}.about-img img{width:100%;height:400px;object-fit:cover;display:block}.about-highlights{display:grid;grid-template-columns:1fr 1fr;gap:1rem;margin-top:1.5rem}.ah{background:var(--cream);border-radius:12px;padding:1.2rem;text-align:center}.ah-icon{font-size:1.5rem;margin-bottom:.3rem}.ah-label{font-size:.75rem;font-weight:700;color:var(--stone);text-transform:uppercase;letter-spacing:.5px;margin-bottom:.15rem}.ah-value{font-family:Playfair Display,serif;font-size:1rem;font-weight:700;color:var(--deep-blue)}.about-text h3{font-family:Playfair Display,serif;font-size:1.2rem;font-weight:700;color:var(--deep-blue);margin:1.5rem 0 .6rem}.about-text h3:first-child{margin-top:0}.about-text p{font-size:.92rem;color:var(--text-light);line-height:1.7;margin-bottom:1rem}.airport-sec{padding:5rem 5%;overflow:hidden}.airport-in{max-width:1300px;margin:0 auto}.airport-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;margin-top:2.5rem}.apc{background:#fff;border-radius:16px;border:1px solid #EDE9E3;padding:1.8rem;transition:all .3s}.apc:hover{border-color:var(--gold);box-shadow:0 10px 30px #0000000f}.apc-code{font-family:Playfair Display,serif;font-size:1.6rem;font-weight:700;color:var(--deep-blue);margin-bottom:.1rem}.apc-name{font-size:.88rem;font-weight:600;color:var(--text);margin-bottom:.15rem}.apc-dist{font-size:.78rem;color:var(--text-light);margin-bottom:1rem}.apc-price{display:flex;justify-content:space-between;align-items:baseline;padding:.6rem 0;border-top:1px solid #F3EDE4}.apc-price span:first-child{font-size:.82rem;color:var(--text-light)}.apc-price span:last-child{font-family:Playfair Display,serif;font-weight:700;color:var(--deep-blue);font-size:1.05rem}.apc-link{display:block;text-align:center;margin-top:1rem;font-size:.82rem;font-weight:600;color:var(--gold);text-decoration:none}.apc-link:hover{color:var(--terracotta)}.pricing-table{background:#fff;border-radius:18px;border:1px solid #EDE9E3;overflow:hidden;margin-top:2.5rem}.pt-header{display:grid;grid-template-columns:1.5fr 1fr 1fr 1fr;padding:1rem 1.5rem;background:var(--deep-blue);color:#fff;font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:1px}.pt-row{display:grid;grid-template-columns:1.5fr 1fr 1fr 1fr;padding:1rem 1.5rem;border-bottom:1px solid #EDE9E3;align-items:center;transition:background .2s}.pt-row:last-child{border-bottom:none}.pt-row:hover{background:var(--cream)}.pt-route{font-weight:600;color:var(--deep-blue);font-size:.92rem}.pt-route small{display:block;font-weight:400;color:var(--text-light);font-size:.78rem;margin-top:.15rem}.pt-cell{font-size:.92rem;color:var(--text)}.pt-price{font-family:Playfair Display,serif;font-weight:700;color:var(--deep-blue);font-size:1rem}.pt-note{text-align:center;padding:1.5rem;font-size:.82rem;color:var(--text-light);margin-top:1rem}.gf-field select{background:var(--warm-white) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%238B8178' stroke-width='2' fill='none'/%3E%3C/svg%3E") no-repeat right 1rem center;padding-right:2.5rem;appearance:none;-webkit-appearance:none}.wr-code{font-size:.7rem;font-weight:600;background:var(--cream);color:var(--stone);padding:.15rem .5rem;border-radius:4px;margin-left:.3rem}.airport-info{padding:5rem 5%;max-width:1300px;margin:0 auto;overflow:hidden}.ai-grid{display:grid;grid-template-columns:1fr 1fr;gap:3rem;margin-top:2.5rem}.ai-card{background:#fff;border-radius:16px;border:1px solid #EDE9E3;padding:2rem}.ai-card h3{font-family:Playfair Display,serif;font-size:1.2rem;font-weight:700;color:var(--deep-blue);margin-bottom:1.2rem;display:flex;align-items:center;gap:.6rem}.ai-card h3 .ai-badge{font-family:DM Sans,sans-serif;font-size:.7rem;font-weight:700;background:var(--cream);color:var(--stone);padding:.2rem .6rem;border-radius:4px;letter-spacing:.5px}.ai-facts{display:flex;flex-direction:column;gap:.7rem}.ai-fact{display:flex;justify-content:space-between;align-items:center;padding:.5rem 0;border-bottom:1px solid #F3EDE4}.ai-fact:last-child{border-bottom:none}.ai-fact span:first-child{font-size:.85rem;color:var(--text-light);display:flex;align-items:center;gap:.4rem}.ai-fact span:last-child{font-size:.88rem;font-weight:600;color:var(--deep-blue)}.sg{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;max-width:1100px;margin-top:2.5rem}.spotlight{padding:5rem 5%}.sp-card{background:#fff;border-radius:16px;border:1px solid #EDE9E3;padding:1.8rem;text-align:left}.sp-card h4{font-family:Playfair Display,serif;font-size:1.1rem;font-weight:700;color:var(--deep-blue);margin-bottom:.6rem}.sp-card p{font-size:.88rem;color:var(--text-light);line-height:1.7}@media(max-width:768px){.sg{grid-template-columns:1fr}}.process{padding:5rem 5%;background:#fff;overflow:hidden}.process-in{max-width:1300px;margin:0 auto}.proc-steps{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem;margin-top:2.5rem;counter-reset:step}.proc-step{position:relative;padding:1.8rem 1.5rem;background:var(--warm-white);border-radius:16px;border:1px solid #EDE9E3;counter-increment:step}.proc-step:before{content:counter(step);position:absolute;top:-12px;left:1.5rem;width:28px;height:28px;background:var(--deep-blue);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.75rem;font-weight:700}.proc-step h4{font-family:Playfair Display,serif;font-size:1rem;font-weight:600;color:var(--deep-blue);margin:.3rem 0 .4rem}.proc-step p{font-size:.84rem;color:var(--text-light);line-height:1.6}.pc{background:#fff;border-radius:16px;border:1px solid #EDE9E3;padding:2rem;text-align:center;transition:all .3s}.airlines{padding:5rem 5%;background:#fff;overflow:hidden}.airlines-in{max-width:1300px;margin:0 auto}.airline-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem;margin-top:2rem}.airline{background:var(--warm-white);border-radius:12px;padding:1rem 1.2rem;display:flex;align-items:center;gap:.8rem;font-size:.88rem;font-weight:500;color:var(--text)}.airline-dot{width:8px;height:8px;border-radius:50%;background:var(--gold);flex-shrink:0}.city-link{padding:4rem 5%;overflow:hidden}.cl-in{max-width:1300px;margin:0 auto}.cl-card{background:var(--cream);border-radius:18px;padding:2rem 2.5rem;display:flex;align-items:center;justify-content:space-between;gap:2rem}.cl-card h3{font-family:Playfair Display,serif;font-size:1.2rem;font-weight:700;color:var(--deep-blue);margin-bottom:.3rem}.cl-card p{font-size:.88rem;color:var(--text-light);line-height:1.6;max-width:500px}.cl-btn{padding:.8rem 2rem;background:var(--deep-blue);color:#fff;border:none;border-radius:50px;font-family:DM Sans,sans-serif;font-size:.92rem;font-weight:600;cursor:pointer;transition:all .3s;text-decoration:none;white-space:nowrap;flex-shrink:0}.cl-btn:hover{background:var(--ocean);transform:translateY(-2px)}.faq{padding:5rem 5%;background:#fff;overflow:hidden}.gf-field select{background:var(--warm-white) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%238B8178' stroke-width='2' fill='none'/%3E%3C/svg%3E") no-repeat right 1rem center;padding-right:2.5rem;appearance:none;-webkit-appearance:none}.breadcrumb{display:flex;align-items:center;gap:.5rem;font-size:.82rem;color:#ffffff80;margin-bottom:1.5rem;flex-wrap:wrap}.breadcrumb a{color:#ffffff80;text-decoration:none;transition:color .3s}.breadcrumb a:hover{color:var(--gold-light)}.breadcrumb svg{width:12px;height:12px;stroke:#fff6}.hstat{display:flex;flex-direction:column;gap:.1rem}.hstat-val{font-family:Playfair Display,serif;font-size:1.3rem;font-weight:700;color:var(--gold-light)}.hstat-lbl{font-size:.72rem;color:#ffffff80;text-transform:uppercase;letter-spacing:.5px}.widget-route{display:flex;align-items:center;gap:.6rem;margin-bottom:1.2rem;padding-bottom:1rem;border-bottom:1px solid #EDE9E3}.wr-city{font-family:Playfair Display,serif;font-size:1rem;font-weight:700;color:var(--deep-blue)}.wr-arrow{color:var(--gold);font-size:1.1rem}.journey{padding:5rem 5%;max-width:1300px;margin:0 auto;overflow:hidden}.journey-timeline{position:relative;margin-top:2.5rem}.journey-timeline:before{content:"";position:absolute;left:24px;top:0;bottom:0;width:2px;background:repeating-linear-gradient(to bottom,var(--gold-light) 0,var(--gold-light) 8px,transparent 8px,transparent 16px)}.jt-stop{display:flex;gap:1.5rem;margin-bottom:2.5rem;position:relative}.jt-stop:last-child{margin-bottom:0}.jt-dot{width:50px;height:50px;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0;position:relative;z-index:1}.jt-dot.start{background:var(--deep-blue);color:#fff;font-size:1.2rem}.jt-dot.waypoint{background:#fff;border:2.5px solid var(--gold);color:var(--gold);font-size:1rem}.jt-dot.end{background:var(--gold);color:#fff;font-size:1.2rem}.jt-content{flex:1;background:#fff;border-radius:16px;border:1px solid #EDE9E3;padding:1.6rem;transition:all .3s}.jt-content:hover{box-shadow:0 8px 25px #0000000f}.jt-content h3{font-family:Playfair Display,serif;font-size:1.15rem;font-weight:700;color:var(--deep-blue);margin-bottom:.3rem}.jt-content .jt-meta{font-size:.78rem;color:var(--text-light);margin-bottom:.6rem;display:flex;gap:1rem;flex-wrap:wrap}.jt-content p{font-size:.9rem;color:var(--text-light);line-height:1.7}.jt-img{width:100%;height:180px;object-fit:cover;border-radius:10px;margin-top:1rem}.jt-optional{display:inline-block;font-size:.65rem;font-weight:700;background:#c8956c26;color:var(--gold);padding:.2rem .6rem;border-radius:50px;text-transform:uppercase;letter-spacing:.5px;margin-bottom:.5rem}.pricing{padding:5rem 5%;background:#fff;overflow:hidden}.price-cards{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem;margin-top:2.5rem;max-width:700px}.pc{background:var(--warm-white);border-radius:16px;border:1px solid #EDE9E3;padding:2rem;text-align:center;transition:all .3s}.pc:hover{border-color:var(--gold);box-shadow:0 10px 30px #0000000f}.pc-type{font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:1px;color:var(--stone);margin-bottom:.3rem}.pc-price{font-family:Playfair Display,serif;font-size:2.5rem;font-weight:700;color:var(--deep-blue);margin-bottom:.2rem}.pc-range{font-size:.82rem;color:var(--text-light);margin-bottom:1.2rem}.pc-features{list-style:none;text-align:left;display:flex;flex-direction:column;gap:.5rem}.pc-features li{font-size:.85rem;color:var(--text);display:flex;align-items:center;gap:.5rem}.pc-features li:before{content:"✓";color:var(--gold);font-weight:700;font-size:.8rem}.included{padding:5rem 5%;overflow:hidden}.inc-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem;margin-top:2.5rem}.inc{background:#fff;border-radius:14px;border:1px solid #EDE9E3;padding:1.5rem;text-align:center;transition:all .3s}.inc-icon{width:48px;height:48px;background:linear-gradient(135deg,var(--cream),var(--gold-light));border-radius:12px;display:flex;align-items:center;justify-content:center;margin:0 auto .8rem}.inc-icon svg{width:24px;height:24px;stroke:var(--deep-blue)}.inc h4{font-family:Playfair Display,serif;font-size:.95rem;font-weight:600;color:var(--deep-blue);margin-bottom:.3rem}.airport-link{padding:4rem 5%;background:#fff;overflow:hidden}.al-in{max-width:1300px;margin:0 auto}.al-card{background:linear-gradient(135deg,var(--deep-blue),#1a3a5c);border-radius:18px;padding:2.5rem 3rem;display:flex;align-items:center;justify-content:space-between;gap:2rem}.al-card h3{font-family:Playfair Display,serif;font-size:1.4rem;font-weight:700;color:#fff;margin-bottom:.4rem}.al-card p{font-size:.9rem;color:#fff9;line-height:1.6;max-width:500px}.al-btn{padding:.8rem 2rem;background:var(--gold);color:#fff;border:none;border-radius:50px;font-family:DM Sans,sans-serif;font-size:.92rem;font-weight:600;cursor:pointer;transition:all .3s;text-decoration:none;white-space:nowrap;flex-shrink:0}.al-btn:hover{background:var(--terracotta);transform:translateY(-2px)}.reverse{padding:3rem 5%;overflow:hidden}.rev-in{max-width:1300px;margin:0 auto}.rev-card{background:var(--cream);border-radius:14px;padding:1.5rem 2rem;display:flex;align-items:center;justify-content:space-between;gap:1.5rem}.rev-card p{font-size:.92rem;color:var(--text)}.rev-card p strong{color:var(--deep-blue)}.rev-link{font-size:.88rem;font-weight:600;color:var(--gold);text-decoration:none;white-space:nowrap}.rev-link:hover{color:var(--terracotta)}.faq{padding:5rem 5%;overflow:hidden}.faq-in{max-width:800px;margin:0 auto}.faq-in .st{text-align:center;margin:0 auto 1rem}.faq-in .ss{text-align:center;margin:0 auto 3rem}.faq-item{border-bottom:1px solid #EDE9E3;padding:1.2rem 0}.faq-q{display:flex;justify-content:space-between;align-items:center;cursor:pointer;gap:1rem}.faq-q h3{font-family:Playfair Display,serif;font-size:1.05rem;font-weight:600;color:var(--deep-blue);line-height:1.4}.faq-q .faq-icon{width:28px;height:28px;border-radius:50%;background:var(--cream);display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:all .3s;font-size:.9rem;color:var(--deep-blue)}.faq-item.open .faq-icon{background:var(--deep-blue);color:#fff;transform:rotate(45deg)}.faq-a{max-height:0;overflow:hidden;transition:max-height .4s ease,padding .3s ease}.faq-item.open .faq-a{max-height:300px;padding-top:1rem}.faq-a p{font-size:.92rem;color:var(--text-light);line-height:1.7}.test-in{max-width:1300px;margin:0 auto}.bs2{padding:.9rem 2.2rem;background:transparent;color:#fff;border:2px solid rgba(255,255,255,.3);border-radius:50px;font-family:DM Sans,sans-serif;font-size:.95rem;font-weight:600;cursor:pointer;transition:all .3s;text-decoration:none}.bs2:hover{border-color:#fff;background:#ffffff1a}.group{padding:5rem 5%;overflow:hidden}.group-in{max-width:1300px;margin:0 auto}.group-content{display:grid;grid-template-columns:1fr 1fr;gap:3rem;margin-top:2.5rem;align-items:start}.group-vehicles{display:flex;flex-direction:column;gap:1rem}.gv{background:#fff;border-radius:14px;border:1px solid #EDE9E3;padding:1.3rem 1.5rem;display:flex;align-items:center;gap:1.2rem;transition:all .3s}.gv:hover{border-color:var(--gold);box-shadow:0 8px 25px #0000000d}.gv-icon{width:48px;height:48px;background:linear-gradient(135deg,var(--cream),var(--gold-light));border-radius:12px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.gv-icon svg{width:24px;height:24px;stroke:var(--deep-blue)}.gv-info h4{font-family:Playfair Display,serif;font-size:.95rem;font-weight:600;color:var(--deep-blue);margin-bottom:.15rem}.gv-info p{font-size:.8rem;color:var(--text-light);line-height:1.5}.gv-seats{font-family:Playfair Display,serif;font-size:1.1rem;font-weight:700;color:var(--deep-blue);margin-left:auto;flex-shrink:0;white-space:nowrap}.group-form{background:#fff;border-radius:18px;border:1px solid #EDE9E3;padding:2rem}.group-form h3{font-family:Playfair Display,serif;font-size:1.2rem;font-weight:700;color:var(--deep-blue);margin-bottom:.3rem}.group-form .gf-sub{font-size:.82rem;color:var(--text-light);margin-bottom:1.5rem}.gf-row{display:grid;grid-template-columns:1fr 1fr;gap:.8rem}.gf-field{margin-bottom:1rem}.gf-field label{display:block;font-size:.75rem;font-weight:600;color:var(--stone);text-transform:uppercase;letter-spacing:.8px;margin-bottom:.35rem}.gf-field input,.gf-field select,.gf-field textarea{width:100%;padding:.8rem 1rem;border:2px solid #E8E4DE;border-radius:10px;font-family:DM Sans,sans-serif;font-size:.92rem;color:var(--text);background:var(--warm-white);transition:border-color .3s}.gf-field select{background:var(--warm-white) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%238B8178' stroke-width='2' fill='none'/%3E%3C/svg%3E") no-repeat right 1rem center;padding-right:2.5rem;appearance:none;-webkit-appearance:none}.gf-field textarea{resize:vertical;min-height:70px}.gf-field input:focus,.gf-field select:focus,.gf-field textarea:focus{outline:none;border-color:var(--gold)}.btn-quote:hover{background:var(--terracotta);transform:translateY(-2px)}.how-grid .how-steps{display:flex;flex-direction:column;gap:1.2rem;counter-reset:none}.how-grid .how-step{display:flex;gap:1rem;align-items:flex-start;padding:0;background:none;border-radius:0;text-align:left;position:static}.how-grid .how-step:before{display:none}.how-grid .how-step h4{font-size:.95rem;font-weight:600;color:var(--deep-blue);margin-bottom:.2rem;margin-top:0}.how-grid .how-step p{font-size:.85rem;color:var(--text-light);line-height:1.6}.fg input[type=text],.fg input[type=email],.fg input[type=tel],.fg input[type=number]{width:100%;padding:.8rem 1rem;border:2px solid #E8E4DE;border-radius:10px;font-family:DM Sans,sans-serif;font-size:.92rem;color:var(--text);background:var(--warm-white);transition:border-color .3s}.fg input[type=text]:focus,.fg input[type=email]:focus,.fg input[type=tel]:focus{outline:none;border-color:var(--gold)}.fg textarea{width:100%;padding:.8rem 1rem;border:2px solid #E8E4DE;border-radius:10px;font-family:DM Sans,sans-serif;font-size:.92rem;color:var(--text);background:var(--warm-white);transition:border-color .3s;resize:vertical;min-height:65px}.fg textarea:focus{outline:none;border-color:var(--gold)}.btn-quote{width:100%;padding:.9rem;background:var(--gold);color:#fff;border:none;border-radius:12px;font-family:DM Sans,sans-serif;font-size:.95rem;font-weight:600;cursor:pointer;transition:all .3s;margin-top:.3rem}.btn-quote:hover{background:var(--terracotta);transform:translateY(-2px);box-shadow:0 8px 25px #c8956c59}.vc{background:#fff;border-radius:18px;border:1px solid #EDE9E3;overflow:hidden;transition:all .3s}.vc:hover{border-color:var(--gold);box-shadow:0 12px 35px #00000012;transform:translateY(-4px)}.vc-img{width:100%;height:200px;object-fit:cover;display:block}.vc-body{padding:1.5rem}.vc-badge{display:inline-block;font-size:.65rem;font-weight:700;background:var(--cream);color:var(--gold);padding:.2rem .6rem;border-radius:50px;text-transform:uppercase;letter-spacing:1px;margin-bottom:.6rem}.vc h3{font-family:Playfair Display,serif;font-size:1.2rem;font-weight:700;color:var(--deep-blue);margin-bottom:.3rem}.vc-cap{font-family:Playfair Display,serif;font-size:1.5rem;font-weight:700;color:var(--gold);margin-bottom:.8rem}.vc-features{list-style:none;display:flex;flex-direction:column;gap:.4rem}.vc-features li{font-size:.84rem;color:var(--text-light);display:flex;align-items:center;gap:.5rem;line-height:1.5}.vc-features li:before{content:"✓";color:var(--gold);font-weight:700;font-size:.8rem;flex-shrink:0}.vc-ideal{margin-top:1rem;padding-top:.8rem;border-top:1px solid #EDE9E3;font-size:.78rem;color:var(--stone)}.vc-ideal strong{color:var(--deep-blue);display:block;margin-bottom:.2rem}.uses{padding:5rem 5%;background:#fff;overflow:hidden}.uses-in{max-width:1300px;margin:0 auto}.use-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem;margin-top:2.5rem}.use{background:var(--warm-white);border-radius:16px;padding:1.8rem 1.5rem;text-align:center;transition:all .3s;border:1px solid #EDE9E3}.use:hover{border-color:var(--gold);transform:translateY(-3px);box-shadow:0 8px 25px #0000000d}.use-icon{width:56px;height:56px;background:linear-gradient(135deg,var(--cream),var(--gold-light));border-radius:14px;display:flex;align-items:center;justify-content:center;margin:0 auto .8rem}.use-icon svg{width:28px;height:28px;stroke:var(--deep-blue)}.use h4{font-family:Playfair Display,serif;font-size:1rem;font-weight:600;color:var(--deep-blue);margin-bottom:.3rem}.use p{font-size:.82rem;color:var(--text-light);line-height:1.5}.hs{position:relative;padding:2rem 1.5rem 1.5rem;background:#fff;border-radius:16px;border:1px solid #EDE9E3;counter-increment:howstep;text-align:center;transition:all .3s}.hs:hover{border-color:var(--gold);box-shadow:0 8px 25px #0000000d}.hs:before{content:counter(howstep);position:absolute;top:-16px;left:50%;transform:translate(-50%);width:36px;height:36px;background:var(--deep-blue);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.85rem;font-weight:700;font-family:DM Sans,sans-serif}.hs h4{font-family:Playfair Display,serif;font-size:1.05rem;font-weight:600;color:var(--deep-blue);margin:.3rem 0 .4rem}.hs p{font-size:.85rem;color:var(--text-light);line-height:1.6}.included{padding:5rem 5%;background:#fff;overflow:hidden}.included-in{max-width:1300px;margin:0 auto}.inc-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;margin-top:2.5rem}.inc{background:var(--warm-white);border-radius:16px;padding:1.8rem 1.5rem;border:1px solid #EDE9E3;transition:all .3s;text-align:center}.inc:hover{border-color:var(--gold);transform:translateY(-3px);box-shadow:0 8px 25px #0000000d}.inc-icon{width:52px;height:52px;background:linear-gradient(135deg,var(--cream),var(--gold-light));border-radius:14px;display:flex;align-items:center;justify-content:center;margin:0 auto .8rem}.inc-icon svg{width:26px;height:26px;stroke:var(--deep-blue)}.inc h4{font-family:Playfair Display,serif;font-size:1rem;font-weight:600;color:var(--deep-blue);margin-bottom:.3rem}.inc p{font-size:.82rem;color:var(--text-light);line-height:1.5}.pricing{padding:5rem 5%;overflow:hidden}.pricing-in{max-width:1300px;margin:0 auto}.hr-cards{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem}.hr-card{background:#fff;border-radius:18px;border:1px solid #EDE9E3;overflow:hidden;transition:all .3s}.hr-card:hover{border-color:var(--gold);box-shadow:0 10px 30px #0000000f}.hr-card.pop{border:2px solid var(--gold);position:relative}.hr-badge{position:absolute;top:0;right:1.5rem;background:var(--gold);color:#fff;font-size:.68rem;font-weight:700;padding:.3rem .8rem;border-radius:0 0 8px 8px;text-transform:uppercase;letter-spacing:1px}.hr-img{height:180px;overflow:hidden}.hr-img img{width:100%;height:100%;object-fit:cover}.hr-body{padding:1.5rem}.hr-type{font-family:Playfair Display,serif;font-size:1.2rem;font-weight:600;color:var(--deep-blue);margin-bottom:.2rem}.hr-desc{font-size:.82rem;color:var(--text-light);margin-bottom:1rem;line-height:1.5}.hr-min{font-size:.78rem;color:var(--stone);margin-bottom:1rem}.hr-list{list-style:none;display:flex;flex-direction:column;gap:.4rem;margin-bottom:1.2rem}.hr-list li{font-size:.82rem;color:var(--text-light);display:flex;align-items:center;gap:.5rem}.hr-list svg{width:14px;height:14px;stroke:var(--gold);stroke-width:2.5;flex-shrink:0;fill:none}.hr-book{display:block;text-align:center;padding:.7rem;background:var(--deep-blue);color:#fff;border-radius:10px;font-size:.88rem;font-weight:600;text-decoration:none;transition:all .3s}.hr-book:hover{background:var(--ocean);transform:translateY(-2px)}.itin{padding:5rem 5%;background:#fff;overflow:hidden}.itin-in{max-width:1300px;margin:0 auto}.itin-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}.itin-card{background:var(--warm-white);border-radius:18px;overflow:hidden;border:1px solid #EDE9E3;transition:all .3s}.itin-card:hover{border-color:var(--gold);box-shadow:0 10px 30px #0000000f;transform:translateY(-3px)}.itin-img{height:200px;overflow:hidden;position:relative}.itin-img img{width:100%;height:100%;object-fit:cover}.itin-dur{position:absolute;bottom:.8rem;left:.8rem;background:#1b2d4fe6;color:#fff;padding:.35rem .8rem;border-radius:8px;font-size:.75rem;font-weight:600;backdrop-filter:blur(10px)}.itin-body{padding:1.5rem}.itin-body h3{font-family:Playfair Display,serif;font-size:1.1rem;font-weight:600;color:var(--deep-blue);margin-bottom:.4rem}.itin-from{font-size:.78rem;color:var(--gold);font-weight:600;margin-bottom:.6rem}.itin-body p{font-size:.85rem;color:var(--text-light);line-height:1.6;margin-bottom:1rem}.itin-stops{display:flex;flex-wrap:wrap;gap:.4rem}.itin-stop{background:#fff;border:1px solid #EDE9E3;padding:.25rem .6rem;border-radius:6px;font-size:.72rem;color:var(--stone);font-weight:500}.cta-btn{display:inline-block;background:var(--gold);color:#fff;padding:.9rem 2.5rem;border-radius:50px;font-weight:600;font-size:1rem;text-decoration:none;transition:all .3s}.cta-btn:hover{background:var(--terracotta);transform:translateY(-2px)}.mq{padding:5rem 5%;background:var(--warm-white);overflow:hidden}.mq-in{max-width:1300px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.mq-in .widget{box-shadow:none;animation:none}@media(max-width:1024px){.hr-cards,.itin-grid,.use-grid,.inc-grid{grid-template-columns:repeat(2,1fr)}.mq-in{grid-template-columns:1fr}}@media(max-width:768px){.hr-cards,.itin-grid{grid-template-columns:1fr}.use-grid{grid-template-columns:1fr 1fr}.inc-grid{grid-template-columns:1fr}}@media(max-width:480px){.use-grid,.price-cards{grid-template-columns:1fr}}.blog-hero{position:relative;padding:7rem 5% 3rem;text-align:center;overflow:hidden}.blog-hero-sm{padding:6rem 5% 2.5rem}.blog-hero-bg{position:absolute;inset:0;background:linear-gradient(135deg,var(--deep-blue) 0%,#0f1d33 100%)}.blog-hero-ov{position:absolute;inset:0;background:radial-gradient(ellipse at 30% 50%,rgba(200,149,108,.15),transparent 70%)}.blog-hero-c{position:relative;z-index:1;max-width:800px;margin:0 auto}.blog-hero-c .sl{color:var(--gold-light)}.blog-hero-c h1{font-family:Playfair Display,serif;font-size:2.8rem;font-weight:700;color:#fff;margin:.6rem 0}.blog-hero-c p{font-size:1.1rem;color:#ffffffd9;max-width:600px;margin:0 auto}.blog-cats{display:flex;flex-wrap:wrap;gap:.6rem;justify-content:center;padding:1.5rem 5%;max-width:900px;margin:0 auto}.blog-chip{padding:.5rem 1.2rem;border:2px solid #E8E4DE;border-radius:50px;text-decoration:none;font-family:DM Sans,sans-serif;font-size:.85rem;font-weight:600;color:var(--text);background:#fff;transition:all .2s}.blog-chip:hover{border-color:var(--gold);color:var(--deep-blue)}.blog-chip.active{background:var(--deep-blue);color:#fff;border-color:var(--deep-blue)}.blog-pillars{padding:3rem 5%;background:var(--cream)}.blog-pillars-in{max-width:1100px;margin:0 auto}.bp-title{font-family:Playfair Display,serif;font-size:1.8rem;font-weight:700;text-align:center;margin-bottom:.3rem}.bp-sub{text-align:center;color:var(--text-light);margin-bottom:2rem}.bp-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.2rem}.bp-card{background:#fff;border:2px solid #E8E4DE;border-radius:14px;padding:1.5rem;text-decoration:none;color:var(--text);transition:all .2s;display:block}.bp-card:hover{border-color:var(--gold);transform:translateY(-3px);box-shadow:0 8px 24px #00000014}.bp-card .bp-icon{font-size:1.8rem;display:block;margin-bottom:.6rem}.bp-card h3{font-family:Playfair Display,serif;font-size:1.1rem;font-weight:700;margin-bottom:.4rem}.bp-card p{font-size:.85rem;color:var(--text-light);line-height:1.5}.bpc{display:flex;flex-direction:column;background:#fff;border:2px solid #E8E4DE;border-radius:14px;padding:1.6rem;text-decoration:none;color:var(--text);transition:all .2s;height:100%}.bpc:hover{border-color:var(--gold);transform:translateY(-3px);box-shadow:0 8px 24px #00000014}.bpc-cat{display:flex;align-items:center;gap:.6rem;margin-bottom:.6rem}.bpc-tag{font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:1px;color:var(--gold);background:#c8956c1a;padding:.25rem .7rem;border-radius:50px}.bpc-meta{font-size:.8rem;color:var(--stone)}.bpc-title{font-family:Playfair Display,serif;font-size:1.15rem;font-weight:700;line-height:1.35;margin-bottom:.5rem}.bpc-desc{font-size:.88rem;color:var(--text-light);line-height:1.6;flex:1}.bpc-foot{display:flex;justify-content:space-between;align-items:center;margin-top:1rem;padding-top:.8rem;border-top:1px solid #EDE9E3}.bpc-date{font-size:.78rem;color:var(--stone)}.bpc-read{font-size:.85rem;font-weight:700;color:var(--deep-blue)}.blog-grid-section{padding:3.5rem 5%}.blog-grid-in{max-width:1100px;margin:0 auto}.blog-grid-in .st{font-family:Playfair Display,serif;font-size:1.8rem;text-align:center;margin-bottom:2rem}.blog-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:1.5rem}.blog-article{max-width:780px;margin:0 auto;padding:6rem 5% 3rem}.ba-header{margin-bottom:2.5rem}.ba-crumb{font-size:.82rem;color:var(--stone);margin-bottom:1rem}.ba-crumb a{color:var(--gold);text-decoration:none}.ba-crumb a:hover{text-decoration:underline}.ba-header h1{font-family:Playfair Display,serif;font-size:2.4rem;font-weight:700;line-height:1.2;margin-bottom:1rem}.ba-meta{display:flex;flex-wrap:wrap;gap:1rem;font-size:.85rem;color:var(--stone)}.ba-cat{color:var(--gold);font-weight:700}.ba-pillar-link{margin-top:.8rem;font-size:.88rem;padding:.6rem 1rem;background:var(--cream);border-radius:10px;border-left:4px solid var(--gold)}.ba-pillar-link a{color:var(--deep-blue);font-weight:700;text-decoration:none}.ba-pillar-link a:hover{text-decoration:underline}.prose{font-size:1.02rem;line-height:1.8;color:var(--text)}.prose h2{font-family:Playfair Display,serif;font-size:1.6rem;font-weight:700;margin:2.5rem 0 1rem;color:var(--deep-blue)}.prose h3{font-family:Playfair Display,serif;font-size:1.25rem;font-weight:700;margin:2rem 0 .75rem}.prose p{margin:1rem 0}.prose ul,.prose ol{margin:1rem 0;padding-left:1.5rem}.prose li{margin:.4rem 0}.prose a{color:var(--gold);text-decoration:none;font-weight:600;border-bottom:1px solid rgba(200,149,108,.3)}.prose a:hover{border-bottom-color:var(--gold)}.prose strong{color:var(--deep-blue)}.prose table{width:100%;border-collapse:collapse;margin:1.5rem 0;font-size:.9rem}.prose th{text-align:left;padding:.6rem .8rem;background:var(--deep-blue);color:#fff;font-weight:600}.prose td{padding:.6rem .8rem;border-bottom:1px solid #EDE9E3}.prose tr:nth-child(2n) td{background:var(--cream)}.prose blockquote{border-left:4px solid var(--gold);padding:.8rem 1.2rem;margin:1.5rem 0;background:var(--cream);border-radius:0 10px 10px 0}.ba-cta{background:linear-gradient(135deg,var(--deep-blue) 0%,#0f1d33 100%);color:#fff;border-radius:16px;padding:2.5rem;text-align:center;margin:3rem 0 2rem}.ba-cta h2{font-family:Playfair Display,serif;font-size:1.8rem;margin-bottom:.5rem}.ba-cta p{opacity:.9;margin-bottom:1.5rem}.ba-cta .bp{display:inline-block}.ba-related{margin-top:3rem;padding-top:2rem;border-top:2px solid #EDE9E3}.ba-related h2{font-family:Playfair Display,serif;font-size:1.5rem;margin-bottom:1.5rem}.guide-article{max-width:850px;margin:0 auto;padding:6rem 5% 3rem}.guide-header{margin-bottom:2.5rem}.guide-crumb{font-size:.82rem;color:var(--stone);margin-bottom:1rem}.guide-crumb a{color:var(--gold);text-decoration:none}.guide-crumb a:hover{text-decoration:underline}.guide-header h1{font-family:Playfair Display,serif;font-size:2.6rem;font-weight:700;line-height:1.15;margin-bottom:1rem}.guide-desc{font-size:1.1rem;color:var(--text-light);line-height:1.6;margin-bottom:1rem}.guide-meta{display:flex;gap:1.5rem;font-size:.85rem;color:var(--stone)}.guide-children{margin:2rem 0 2.5rem;padding:2rem;background:var(--cream);border-radius:16px}.guide-children h2{font-family:Playfair Display,serif;font-size:1.4rem;margin-bottom:1.2rem}.guide-children-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem}.guide-child-card{background:#fff;border:2px solid #E8E4DE;border-radius:12px;padding:1.3rem;text-decoration:none;color:var(--text);transition:all .2s}.guide-child-card:hover{border-color:var(--gold);transform:translateY(-2px);box-shadow:0 6px 16px #0000000f}.guide-child-card h3{font-family:Playfair Display,serif;font-size:1.05rem;font-weight:700;margin-bottom:.4rem}.guide-child-card p{font-size:.82rem;color:var(--text-light);line-height:1.5;margin-bottom:.6rem}.guide-child-link{font-size:.82rem;font-weight:700;color:var(--gold)}.guide-posts{margin-top:3rem;padding-top:2rem;border-top:2px solid #EDE9E3}.guide-posts h2{font-family:Playfair Display,serif;font-size:1.5rem;margin-bottom:1.5rem}@media(max-width:1024px){.bp-grid,.guide-children-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){.blog-hero-c h1{font-size:2rem}.blog-hero-c p{font-size:.95rem}.bp-grid,.blog-grid,.guide-children-grid{grid-template-columns:1fr}.ba-header h1{font-size:1.8rem}.guide-header h1{font-size:2rem}.guide-article,.blog-article{padding:5rem 5% 2rem}}@media(max-width:480px){.blog-hero{padding:5.5rem 5% 2rem}.blog-hero-sm{padding:5rem 5% 1.5rem}.blog-hero-c h1{font-size:1.7rem}.ba-header h1{font-size:1.5rem}.guide-header h1{font-size:1.7rem}.ba-cta{padding:1.8rem}.ba-cta h2{font-size:1.4rem}.prose h2{font-size:1.3rem}.prose{font-size:.95rem}}.answer-capsule{background:#fff;border:2px solid var(--gold-light);border-left:5px solid var(--gold);border-radius:0 12px 12px 0;padding:1.2rem 1.4rem;margin-bottom:2rem}.ac-label{font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:1px;color:var(--gold);margin-bottom:.4rem}.answer-capsule p{font-size:1rem;line-height:1.65;color:var(--text);margin:0}.ba-author{display:flex;align-items:center;gap:1rem;padding:1.2rem 1.4rem;background:var(--cream);border-radius:12px;margin:2.5rem 0 0;border:1px solid #E8E4DE}.ba-author-text{font-size:.88rem;color:var(--text-light);line-height:1.5}.ba-author-text strong{color:var(--deep-blue)}@keyframes fiu{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes ddi{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.widget{background:#fffffff7;border-radius:20px;padding:2rem;box-shadow:0 25px 60px #0000004d;animation:fiu 1s ease-out .3s both;overflow:visible;position:relative}.widget-t{font-family:Playfair Display,serif;font-size:1.3rem;font-weight:600;color:var(--deep-blue);margin-bottom:.3rem}.widget-s{font-size:.82rem;color:var(--text-light);margin-bottom:1.5rem}.widget-tag{display:inline-block;background:var(--cream);color:var(--gold);font-size:.7rem;font-weight:700;padding:.25rem .7rem;border-radius:50px;text-transform:uppercase;letter-spacing:1px;margin-bottom:1rem}.fg{margin-bottom:1rem}.fg label{display:block;font-size:.75rem;font-weight:600;color:var(--stone);text-transform:uppercase;letter-spacing:.8px;margin-bottom:.35rem}.fg select,.fg>input{width:100%;padding:.8rem 2.5rem .8rem 1rem;border:2px solid #E8E4DE;border-radius:10px;font-family:DM Sans,sans-serif;font-size:.92rem;color:var(--text);background:var(--warm-white) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%238B8178' stroke-width='2' fill='none'/%3E%3C/svg%3E") no-repeat right 1rem center;transition:border-color .3s;appearance:none;-webkit-appearance:none}.fg select:focus,.fg>input:focus{outline:none;border-color:var(--gold)}.btn-book{width:100%;padding:.9rem;background:var(--deep-blue);color:#fff;border:none;border-radius:12px;font-family:DM Sans,sans-serif;font-size:.95rem;font-weight:600;cursor:pointer;transition:all .3s;margin-top:.3rem}.btn-book:hover{background:var(--ocean);transform:translateY(-2px);box-shadow:0 8px 25px #1b2d4f59}.cpw{position:relative}.cpw input{width:100%;padding:.8rem 2.5rem .8rem 1rem;border:2px solid #E8E4DE;border-radius:10px;font-family:DM Sans,sans-serif;font-size:.92rem;color:var(--text);background:var(--warm-white);transition:border-color .3s;cursor:pointer}.cpw input:focus,.cpw input.act{outline:none;border-color:var(--gold)}.cpw input::placeholder{color:var(--stone)}.cpw .pi{position:absolute;right:1rem;top:50%;transform:translateY(-50%);pointer-events:none}.dd{display:none;position:absolute;bottom:calc(100% + 8px);left:0;background:#fff;border-radius:16px;box-shadow:0 16px 48px #0000002e;border:1px solid #EDE9E3;z-index:100}.dd.open{display:block;animation:ddi .25s ease}.cal{width:300px;padding:1.4rem}.cal-hd{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.2rem}.cal-mo{font-family:Playfair Display,serif;font-size:1.05rem;font-weight:600;color:var(--deep-blue)}.cal-nv{width:34px;height:34px;border:none;background:var(--cream);border-radius:10px;cursor:pointer;font-size:1.2rem;color:var(--deep-blue);display:flex;align-items:center;justify-content:center;transition:all .2s}.cal-nv:hover{background:var(--gold-light)}.cal-wk{display:grid;grid-template-columns:repeat(7,1fr);text-align:center;margin-bottom:.5rem}.cal-wk span{font-size:.7rem;font-weight:700;color:var(--stone);text-transform:uppercase;letter-spacing:.5px;padding:.3rem 0}.cal-dy{display:grid;grid-template-columns:repeat(7,1fr);gap:3px;text-align:center}.cd{width:34px;height:34px;display:flex;align-items:center;justify-content:center;margin:0 auto;border-radius:10px;font-size:.88rem;font-weight:500;cursor:pointer;transition:all .15s;color:var(--text);border:none;background:none;font-family:DM Sans,sans-serif}.cd:hover:not(.dis):not(.om){background:var(--cream)}.cd.tod{border:2px solid var(--gold);font-weight:700}.cd.sel{background:var(--deep-blue);color:#fff;font-weight:600}.cd.sel.tod{border-color:var(--deep-blue)}.cd.om{color:#d0ccc6;cursor:default}.cd.dis{color:#d0ccc6;cursor:default;opacity:.5}.tp{width:200px;padding:1rem .8rem;left:auto!important;right:0!important;transform:none!important;top:auto!important;bottom:calc(100% + 8px)}.tp-lbl{text-align:center;font-size:.75rem;font-weight:700;color:var(--stone);text-transform:uppercase;letter-spacing:1px;margin-bottom:.8rem}.tp-cols{display:flex;align-items:flex-start;justify-content:center;gap:.2rem}.tp-sep{font-family:Playfair Display,serif;font-size:1.5rem;font-weight:700;color:var(--deep-blue);padding-top:85px}.tp-col{display:flex;flex-direction:column;gap:2px;height:220px;overflow-y:auto;scroll-behavior:smooth;flex:1;scrollbar-width:thin;scrollbar-color:var(--gold-light) transparent}.tp-col::-webkit-scrollbar{width:3px}.tp-col::-webkit-scrollbar-thumb{background:var(--gold-light);border-radius:3px}.tg{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;margin-top:3rem}.ti{display:flex;align-items:center;gap:.8rem;color:var(--text-light);font-size:.9rem;font-weight:500}.ti-icon{width:40px;height:40px;background:var(--cream);border-radius:10px;display:flex;align-items:center;justify-content:center}.ti-icon svg{width:20px;height:20px}.ac-wrap{position:relative}.ac-wrap input::-webkit-search-cancel-button{-webkit-appearance:none;appearance:none}.ac-wrap input{width:100%;padding:.8rem 2.5rem .8rem 1rem;border:2px solid #E8E4DE;border-radius:10px;font-family:DM Sans,sans-serif;font-size:.92rem;color:var(--text);background:var(--warm-white);transition:border-color .3s;cursor:text}.ac-wrap input:focus,.ac-wrap input.act{outline:none;border-color:var(--gold)}.ac-wrap input::placeholder{color:var(--stone)}.ac-icon{position:absolute;right:.85rem;top:50%;transform:translateY(-50%);pointer-events:none;color:var(--stone)}.ac-dd{display:none;position:absolute;left:0;right:0;bottom:100%;margin-bottom:4px;background:#fff;border:2px solid var(--gold);border-radius:12px;box-shadow:0 -12px 40px #0000001f;z-index:200;max-height:320px;overflow-y:auto;scrollbar-width:thin}.ac-dd.open{display:block}.ac-dd.open-down{bottom:auto;top:100%;margin-top:4px;margin-bottom:0;box-shadow:0 12px 40px #0000001f}.ac-cat{font-size:.68rem;font-weight:700;color:var(--stone);text-transform:uppercase;letter-spacing:1px;padding:.6rem 1rem .25rem;user-select:none}.ac-opt{padding:.55rem 1rem;font-size:.88rem;color:var(--text);cursor:pointer;transition:background .15s;display:flex;align-items:center;gap:.5rem}.ac-opt:hover,.ac-opt.hl{background:var(--cream);color:var(--deep-blue)}.ac-opt svg{flex-shrink:0;width:14px;height:14px;stroke:var(--stone);stroke-width:2;fill:none}.ac-opt:hover svg,.ac-opt.hl svg{stroke:var(--deep-blue)}.ac-empty{padding:.8rem 1rem;font-size:.85rem;color:var(--text-light);font-style:italic}.ac-hint{padding:.4rem 1rem .6rem;font-size:.72rem;color:var(--stone);border-top:1px solid #EDE9E3}.ttd-hero{position:relative;padding:7rem 0 3rem;overflow:hidden;min-height:100vh;display:flex;align-items:flex-end}.ttd-hero-bg{position:absolute;inset:0;background-size:cover;background-position:center;filter:brightness(.4);transform:scale(1.05);animation:hz 20s ease-in-out infinite alternate}.ttd-hero-ov{position:absolute;inset:0;background:linear-gradient(135deg,#1b2d4fcc,#1b2d4f66,#c4704b40)}.ttd-hero-inner{position:relative;z-index:2;max-width:780px;margin:0 auto;padding:0 5%;width:100%}.ttd-crumb{font-size:.82rem;color:#ffffff80;margin-bottom:1rem}.ttd-crumb a{color:var(--gold-light);text-decoration:none}.ttd-crumb a:hover{text-decoration:underline}.ttd-hero h1{font-family:Playfair Display,serif;font-size:2.8rem;font-weight:700;color:#fff;line-height:1.15;margin-bottom:.6rem}.ttd-subtitle{font-size:1.1rem;color:#ffffffbf;line-height:1.7;margin-bottom:1rem;max-width:560px}.ttd-meta{display:flex;flex-wrap:wrap;gap:1rem;font-size:.85rem;color:#ffffff80}.ttd-meta-city{color:var(--gold-light);font-weight:700}.ttd-facts{display:flex;gap:2.5rem;padding:1rem 0 0;margin-top:1.5rem;border-top:1px solid rgba(255,255,255,.15)}.ttd-fact-val{font-family:Playfair Display,serif;font-size:1.5rem;font-weight:700;color:var(--gold-light)}.ttd-fact-lbl{font-size:.78rem;color:#ffffff80;text-transform:uppercase;letter-spacing:1px;margin-top:.15rem}.attr-facts{display:flex;gap:0;margin-top:1.5rem;border-radius:12px;overflow:hidden;border:1px solid rgba(255,255,255,.15)}.attr-fact{flex:1;padding:1rem 1.2rem;background:#ffffff14;backdrop-filter:blur(4px);border-right:1px solid rgba(255,255,255,.1)}.attr-fact:last-child{border-right:none}.attr-fact-lbl{font-size:.7rem;text-transform:uppercase;letter-spacing:.05em;color:#ffffff80;font-weight:600}.attr-fact-val{font-size:1.05rem;color:#fff;font-weight:600;margin-top:.25rem}.ttd-capsule{background:#ffffff1a;border:1px solid rgba(255,255,255,.2);border-left:4px solid var(--gold-light);border-radius:0 10px 10px 0;padding:1rem 1.2rem;margin-top:1.5rem;backdrop-filter:blur(4px)}.ttd-capsule-label{font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:1px;color:var(--gold-light);margin-bottom:.4rem}.ttd-capsule p{color:#ffffffd9;font-size:.95rem;line-height:1.6;margin:0}.ttd-body{max-width:720px;margin:0 auto;padding:2.5rem 5% 3rem}.ttd-transfers{margin-top:2.5rem;padding-top:2rem;border-top:2px solid #EDE9E3}.ttd-transfers h2{font-family:Playfair Display,serif;font-size:1.3rem;margin-bottom:.5rem;color:var(--deep-blue)}.ttd-transfers p{font-size:.95rem;color:var(--text-light);margin-bottom:1rem}.ttd-tlinks{display:flex;flex-wrap:wrap;gap:.5rem}.ttd-tlink{display:inline-flex;align-items:center;gap:.4rem;padding:.6rem 1.2rem;background:var(--cream);border:2px solid #E8E4DE;border-radius:50px;text-decoration:none;color:var(--deep-blue);font-size:.85rem;font-weight:600;transition:all .2s}.ttd-tlink:hover{border-color:var(--gold);background:#c4704b14}.ttd-related{margin-top:2.5rem;padding-top:2rem;border-top:2px solid #EDE9E3}.ttd-related h2{font-family:Playfair Display,serif;font-size:1.3rem;margin-bottom:1rem;color:var(--deep-blue)}.ttd-rgrid{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem}.ttd-rcard{background:#fff;border:2px solid #E8E4DE;border-radius:12px;padding:1.2rem;text-decoration:none;color:var(--text);transition:all .2s;display:block}.ttd-rcard:hover{border-color:var(--gold);transform:translateY(-2px);box-shadow:0 8px 24px #00000014}.ttd-rcard-city{font-size:.72rem;font-weight:700;text-transform:uppercase;letter-spacing:1px;color:var(--gold);margin-bottom:.4rem}.ttd-rcard h3{font-family:Playfair Display,serif;font-size:1.05rem;font-weight:700;line-height:1.3;margin-bottom:.3rem;color:var(--deep-blue)}.ttd-rcard p{font-size:.82rem;color:var(--text-light);line-height:1.5;margin:0}@media(max-width:768px){.ttd-hero{min-height:100vh;padding:6rem 0 2.5rem}.ttd-hero h1{font-size:2.2rem}.ttd-subtitle{font-size:1rem}.ttd-facts{flex-wrap:wrap;gap:1.5rem}.attr-facts{flex-direction:column}.ttd-rgrid{grid-template-columns:1fr}.ttd-tlinks{flex-direction:column}.ttd-tlink{justify-content:center}}@media(max-width:480px){.ttd-hero h1{font-size:1.8rem}.ttd-fact-val{font-size:1.2rem}}.fab-lejla{position:fixed;bottom:1.5rem;right:1.5rem;z-index:900;width:60px;height:60px;border-radius:50%;background:var(--deep-blue);display:flex;align-items:center;justify-content:center;box-shadow:0 4px 20px #1b2d4f66;cursor:pointer;text-decoration:none;transition:all .3s;border:3px solid rgba(255,255,255,.2)}.fab-lejla:hover{transform:scale(1.1);box-shadow:0 6px 28px #1b2d4f80}.fab-lejla svg{flex-shrink:0}.fab-label{position:absolute;right:calc(100% + .8rem);background:#fff;color:var(--deep-blue);font-family:DM Sans,sans-serif;font-size:.82rem;font-weight:600;padding:.5rem 1rem;border-radius:8px;white-space:nowrap;box-shadow:0 2px 12px #0000001f;opacity:0;transform:translate(8px);transition:all .3s;pointer-events:none}.fab-label:after{content:"";position:absolute;right:-6px;top:50%;transform:translateY(-50%);border:6px solid transparent;border-left-color:#fff}.fab-lejla:hover .fab-label{opacity:1;transform:translate(0)}.mobile-sticky-cta{display:none}@media(max-width:768px){.mobile-sticky-cta{display:flex;gap:.6rem;position:fixed;bottom:0;left:0;right:0;z-index:950;padding:.6rem 1rem;background:#fff;border-top:1px solid #E8E4DE;box-shadow:0 -4px 20px #00000014;transform:translateY(100%);transition:transform .3s ease}.mobile-sticky-cta.msc-visible{transform:translateY(0)}.msc-main{flex:1;display:block;text-align:center;background:var(--deep-blue);color:#fff;font-family:DM Sans,sans-serif;font-size:1rem;font-weight:700;padding:.85rem;border-radius:12px;text-decoration:none;letter-spacing:.5px;transition:background .3s}.msc-main:hover{background:var(--ocean)}.msc-wa{display:flex;align-items:center;justify-content:center;width:52px;background:#25d366;border-radius:12px;flex-shrink:0;transition:background .3s}.msc-wa:hover{background:#1da851}.fab-lejla{bottom:5rem;right:1rem;width:52px;height:52px}.fab-lejla svg{width:28px;height:28px}.fab-label{display:none}footer{padding-bottom:5rem}}.lejla-panel{position:fixed;bottom:6rem;right:1.5rem;width:380px;max-height:520px;background:#fff;border-radius:16px;box-shadow:0 12px 48px #0000002e;z-index:910;display:flex;flex-direction:column;overflow:hidden;opacity:0;transform:translateY(20px) scale(.95);pointer-events:none;transition:all .3s ease}.lejla-panel.lejla-open{opacity:1;transform:translateY(0) scale(1);pointer-events:all}.lejla-head{display:flex;align-items:center;justify-content:space-between;padding:.9rem 1rem;background:var(--deep-blue);color:#fff;flex-shrink:0}.lejla-head-left{display:flex;align-items:center;gap:.7rem}.lejla-avatar{width:36px;height:36px;border-radius:50%;overflow:hidden;border:2px solid rgba(255,255,255,.3);flex-shrink:0;background:#ffffff26;display:flex;align-items:center;justify-content:center}.lejla-name{font-family:Playfair Display,serif;font-size:.95rem;font-weight:600}.lejla-status{font-size:.72rem;opacity:.7}.lejla-close{background:none;border:none;color:#fff;font-size:1.5rem;cursor:pointer;padding:0 .3rem;opacity:.7;transition:opacity .2s;line-height:1}.lejla-close:hover{opacity:1}.lejla-msgs{flex:1;overflow-y:auto;padding:1rem;display:flex;flex-direction:column;gap:.6rem;min-height:200px;max-height:320px;background:#f9f7f5}.lejla-msg{max-width:85%;padding:.65rem .9rem;border-radius:14px;font-family:DM Sans,sans-serif;font-size:.85rem;line-height:1.5;word-wrap:break-word}.lejla-msg-bot{align-self:flex-start;background:#fff;color:var(--text);border-bottom-left-radius:4px;box-shadow:0 1px 3px #0000000f}.lejla-msg-user{align-self:flex-end;background:var(--deep-blue);color:#fff;border-bottom-right-radius:4px}.lejla-book-btn{display:inline-block;margin-top:.5rem;padding:.45rem 1rem;background:var(--gold);color:#fff;font-size:.8rem;font-weight:600;border-radius:8px;text-decoration:none;transition:background .2s}.lejla-book-btn:hover{background:#b86340}.lejla-typing{display:flex;gap:4px;padding:.7rem 1rem}.lejla-typing span{width:7px;height:7px;background:#bbb;border-radius:50%;animation:lejlaBounce 1.4s infinite}.lejla-typing span:nth-child(2){animation-delay:.2s}.lejla-typing span:nth-child(3){animation-delay:.4s}@keyframes lejlaBounce{0%,60%,to{transform:translateY(0)}30%{transform:translateY(-6px)}}.lejla-quick{display:flex;flex-wrap:wrap;gap:.4rem;padding:.5rem 1rem .3rem;background:#f9f7f5;border-top:1px solid #eee}.lejla-quick button{background:#fff;border:1px solid #E8E4DE;color:var(--deep-blue);font-family:DM Sans,sans-serif;font-size:.72rem;font-weight:500;padding:.35rem .7rem;border-radius:50px;cursor:pointer;transition:all .2s;white-space:nowrap}.lejla-quick button:hover{background:var(--cream);border-color:var(--gold)}.lejla-input-wrap{display:flex;gap:.5rem;padding:.7rem 1rem;border-top:1px solid #eee;background:#fff;flex-shrink:0}.lejla-input{flex:1;border:2px solid #E8E4DE;border-radius:10px;padding:.6rem .8rem;font-family:DM Sans,sans-serif;font-size:.85rem;outline:none;transition:border-color .2s}.lejla-input:focus{border-color:var(--gold)}.lejla-send{width:38px;height:38px;border:none;border-radius:10px;background:var(--deep-blue);color:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .2s;flex-shrink:0}.lejla-send:hover{background:var(--ocean)}.lejla-send:disabled{opacity:.5;cursor:not-allowed}.fab-active{background:var(--gold)!important}@media(max-width:768px){.lejla-panel{bottom:0;right:0;left:0;width:100%;max-height:75vh;border-radius:16px 16px 0 0}.lejla-panel.lejla-open{transform:translateY(0) scale(1)}.lejla-msgs{max-height:45vh}}.rc-section{padding:4rem 5%;background:var(--warm-white)}.rc-inner{max-width:1100px;margin:0 auto}.rc-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:2rem;margin-top:2rem}.rc-col h3{font-family:Playfair Display,serif;font-size:1rem;font-weight:600;color:var(--deep-blue);margin-bottom:.8rem}.rc-col ul{list-style:none;padding:0;margin:0}.rc-col li{margin-bottom:.5rem}.rc-col a{color:var(--gold);font-size:.9rem;font-weight:500;text-decoration:none;transition:color .2s}.rc-col a:hover{color:var(--deep-blue);text-decoration:underline}@media(max-width:1024px){.airport-grid,.airport-cards,.v-grid,.proc-steps,.uc-grid,.airline-grid{grid-template-columns:repeat(2,1fr)}.how-grid{grid-template-columns:1fr}.highlights-in{grid-template-columns:1fr;gap:2.5rem}.group-content{grid-template-columns:1fr}.about-in{grid-template-columns:1fr;gap:2rem}.ai-grid{grid-template-columns:1fr}.foot-in{grid-template-columns:1fr 1fr;gap:2rem}}@media(max-width:768px){.airport-grid,.airport-cards,.v-grid,.proc-steps{grid-template-columns:1fr}.uc-grid{grid-template-columns:1fr 1fr}.airline-grid{grid-template-columns:1fr}.foot-in{grid-template-columns:1fr;gap:1.5rem}.routes-list,.rt-grid,.routes-grid{grid-template-columns:1fr}.hl-img{height:260px}.pt-header{display:none}.pt-row{grid-template-columns:1fr;gap:.5rem;padding:1.2rem 1.5rem}.pt-row>*:first-child{font-weight:700;font-size:1rem}.gf-row{grid-template-columns:1fr}}@media(max-width:480px){.uc-grid,.price-cards{grid-template-columns:1fr}}
