@import "https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&display=swap";:root{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;color:#f8fafc;font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#0f172a;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;font-weight:400;line-height:1.5}body{background:radial-gradient(circle at 80% 20%,#38bdf826 0%,#0000 40%),radial-gradient(circle at 10% 80%,#818cf826 0%,#0000 40%),#0f172a;flex-direction:column;min-height:100vh;margin:0;padding:0;display:flex;overflow-x:hidden}#root{flex-direction:column;width:100%;min-height:100vh;display:flex}.header-logo,.logo-title,.about-section h1,.about-section h2,.about-section h3,.hero-section h1,.hero-section h2{font-family:Arial,Segoe UI,Tahoma,Geneva,Verdana,sans-serif!important}.app-container{text-align:center;z-index:1;flex-direction:column;flex:1;justify-content:center;align-items:center;max-width:800px;margin:0 auto;padding:40px 24px 120px;display:flex;position:relative}.hero-section{animation:.8s cubic-bezier(.16,1,.3,1) fade-in-up}.badge{color:#38bdf8;letter-spacing:.5px;background-color:#1e293bcc;border:1px solid #38bdf833;border-radius:9999px;margin-bottom:24px;padding:8px 18px;font-size:.9rem;font-weight:600;display:inline-block;box-shadow:0 4px 12px #38bdf80d}h1.logo-title{letter-spacing:-2px;background:linear-gradient(135deg,#38bdf8 0%,#818cf8 50%,#c084fc 100%);-webkit-text-fill-color:transparent;background-size:200%;-webkit-background-clip:text;background-clip:text;margin:0 0 16px;font-size:4.5rem;font-weight:900;animation:4s linear infinite shine}@keyframes shine{to{background-position:200%}}p.description{color:#94a3b8;max-width:600px;margin:0 auto 40px;font-size:1.35rem;font-weight:400;line-height:1.6}.cta-button{color:#0f172a;cursor:pointer;background:linear-gradient(135deg,#38bdf8 0%,#818cf8 100%);border:none;border-radius:9999px;outline:none;align-items:center;gap:10px;padding:16px 36px;font-size:1.1rem;font-weight:700;transition:all .3s cubic-bezier(.175,.885,.32,1.275);display:inline-flex;box-shadow:0 8px 24px #38bdf84d}.cta-button:hover{filter:brightness(1.05);transform:translateY(-3px);box-shadow:0 12px 30px #38bdf880}.cta-button:active{transform:translateY(-1px)}.cta-button svg{width:20px;height:20px}.grid-bg{z-index:0;pointer-events:none;background-image:linear-gradient(#ffffff05 1px,#0000 1px),linear-gradient(90deg,#ffffff05 1px,#0000 1px);background-position:50%;background-size:40px 40px;width:100%;height:100%;position:absolute;top:0;left:0}@keyframes fade-in-up{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.footer-container{z-index:1;border-top:1px solid #ffffff0d;flex-direction:column;align-items:center;gap:22px;width:100%;margin-top:80px;padding:45px 20px 20px;display:flex}.footer-nav{flex-wrap:wrap;justify-content:center;align-items:center;gap:14px;display:flex}.footer-link{color:#94a3b8;font-size:.85rem;font-weight:500;text-decoration:none;transition:all .2s}.footer-link:hover{color:#38bdf8;text-shadow:0 0 8px #38bdf84d}.footer-separator{color:#334155;-webkit-user-select:none;user-select:none;font-size:.8rem}.footer-disclosure{color:#64748b;text-align:center;max-width:650px;margin:0 auto;font-size:.78rem;line-height:1.6}.footer-copyright{color:#475569;letter-spacing:.5px;font-size:.8rem}.destinations-section{z-index:1;width:100%;margin-top:80px}.section-title{text-align:center;background:linear-gradient(90deg,#38bdf8,#818cf8);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin-bottom:24px;font-size:2.2rem;font-weight:800}.destinations-grid{grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:24px;width:100%;margin-top:16px;display:grid}.destination-card{cursor:pointer;background-position:50%;background-size:cover;border:1px solid #ffffff0d;border-radius:16px;height:320px;transition:all .3s cubic-bezier(.25,.8,.25,1);position:relative;overflow:hidden;box-shadow:0 10px 25px -5px #0006}.destination-card:hover{border-color:#38bdf84d;transform:translateY(-8px);box-shadow:0 20px 35px -5px #38bdf833,0 15px 20px -10px #0006}.card-overlay{box-sizing:border-box;background:linear-gradient(#0000 0%,#0f172a66 50%,#0f172af2 100%);align-items:flex-end;padding:20px;transition:background .3s;display:flex;position:absolute;inset:0}.destination-card:hover .card-overlay{background:linear-gradient(#0000 0%,#0f172a80 40%,#0f172afa 100%)}.card-content{text-align:left;width:100%}.card-content h3{color:#f8fafc;margin:0 0 8px;font-size:1.25rem;font-weight:700}.card-content p{color:#94a3b8;margin:0;font-size:.85rem;line-height:1.4}@media (width<=768px){h1.logo-title{font-size:3.5rem}p.description{font-size:1.15rem}.cta-button{padding:14px 28px;font-size:1rem}}@media (width<=600px){.destinations-grid{grid-template-columns:1fr;gap:16px}.destination-card{height:260px}}.legal-container{text-align:left;-webkit-backdrop-filter:blur(16px);z-index:1;box-sizing:border-box;background:#0f172a99;border:1px solid #ffffff0d;border-radius:24px;flex-direction:column;align-items:flex-start;width:100%;max-width:800px;margin:40px auto 120px;padding:40px;animation:.6s cubic-bezier(.16,1,.3,1) fade-in-up;display:flex;position:relative;box-shadow:0 20px 50px #0000004d}.legal-header{border-bottom:1px solid #ffffff14;flex-direction:column;gap:12px;width:100%;margin-bottom:32px;padding-bottom:20px;display:flex}.legal-title{background:linear-gradient(135deg,#38bdf8 0%,#818cf8 50%,#c084fc 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin:0;font-size:2.8rem;font-weight:800}.legal-meta{color:#64748b;font-size:.85rem;font-weight:500}.legal-section{width:100%;margin-bottom:32px}.legal-section h2{color:#38bdf8;align-items:center;gap:8px;margin-top:0;margin-bottom:14px;font-size:1.5rem;font-weight:700;display:flex}.legal-text{color:#cbd5e1;margin:0 0 16px;font-size:1.05rem;line-height:1.7}.legal-list{margin:0 0 20px;padding-left:24px}.legal-list li{color:#cbd5e1;margin-bottom:10px;font-size:1.05rem;line-height:1.7}.legal-highlight-box{box-sizing:border-box;background:#38bdf80f;border-left:4px solid #38bdf8;border-radius:0 12px 12px 0;width:100%;margin:20px 0;padding:16px 20px}.legal-highlight-box p{color:#93c5fd;margin:0;font-size:1rem;line-height:1.6}.back-btn{color:#f8fafc;cursor:pointer;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:12px;align-items:center;gap:8px;margin-bottom:24px;padding:10px 20px;font-size:.95rem;font-weight:600;text-decoration:none;transition:all .2s;display:inline-flex}.back-btn:hover{color:#38bdf8;background:#ffffff1a;border-color:#38bdf8;transform:translate(-4px)}.legal-link{color:#38bdf8;border-bottom:1px dashed #38bdf866;text-decoration:none;transition:all .2s}.legal-link:hover{color:#818cf8;border-bottom-color:#818cf8}@media (width<=768px){.legal-container{margin:20px 16px 80px;padding:24px}.legal-title{font-size:2.2rem}}.contact-form{flex-direction:column;gap:24px;width:100%;display:flex}.form-group{flex-direction:column;align-items:flex-start;gap:8px;width:100%;display:flex}.form-label{color:#94a3b8;font-size:.95rem;font-weight:600}.form-input,.form-textarea{color:#f8fafc;box-sizing:border-box;background:#0f172a66;border:1px solid #ffffff14;border-radius:12px;outline:none;width:100%;padding:14px 16px;font-family:inherit;font-size:1rem;transition:all .2s}.form-input:focus,.form-textarea:focus{background:#0f172a99;border-color:#38bdf8;box-shadow:0 0 15px #38bdf826}.form-textarea{resize:vertical;min-height:150px}.submit-btn{color:#0f172a;cursor:pointer;box-sizing:border-box;background:linear-gradient(135deg,#38bdf8 0%,#818cf8 100%);border:none;border-radius:12px;justify-content:center;align-items:center;gap:8px;width:100%;padding:14px 28px;font-size:1.05rem;font-weight:700;transition:all .3s cubic-bezier(.175,.885,.32,1.275);display:inline-flex;box-shadow:0 4px 15px #38bdf833}.submit-btn:hover{filter:brightness(1.05);transform:translateY(-2px);box-shadow:0 8px 20px #38bdf866}.submit-btn:active{transform:translateY(0)}.rtl-container{text-align:right;direction:rtl;width:100%}.legal-divider{background:linear-gradient(90deg,#0000,#ffffff26,#0000);border:0;width:100%;height:1px;margin:40px 0}.app-header{-webkit-backdrop-filter:blur(12px);z-index:1000;box-sizing:border-box;background-color:#0f172ad9;border-bottom:1px solid #ffffff0d;width:100%;position:sticky;top:0}.header-container{box-sizing:border-box;justify-content:space-between;align-items:center;width:100%;max-width:1000px;margin:0 auto;padding:16px 24px;display:flex;position:relative}.app-header[dir=rtl] .header-container{flex-direction:row-reverse}.header-logo-wrapper{z-index:10;align-items:center;display:flex}.header-logo{background:linear-gradient(135deg,#38bdf8 0%,#818cf8 100%);-webkit-text-fill-color:transparent;letter-spacing:-1px;-webkit-background-clip:text;background-clip:text;flex-shrink:0;font-size:1.8rem;font-weight:900;text-decoration:none;transition:opacity .2s}.header-logo:hover{opacity:.9}.header-nav{align-items:center;gap:24px;display:flex;position:absolute;left:50%;transform:translate(-50%)}.nav-link{color:#94a3b8;white-space:nowrap;font-size:.95rem;font-weight:500;text-decoration:none;transition:all .2s}.nav-link:hover{color:#38bdf8;text-shadow:0 0 8px #38bdf84d}.header-cta{color:#0f172a;cursor:pointer;white-space:nowrap;background:linear-gradient(135deg,#38bdf8 0%,#818cf8 100%);border:none;border-radius:9999px;align-items:center;gap:6px;padding:10px 20px;font-size:.9rem;font-weight:700;transition:all .3s cubic-bezier(.175,.885,.32,1.275);display:flex;box-shadow:0 4px 15px #38bdf833}.header-cta:hover{filter:brightness(1.05);transform:translateY(-2px);box-shadow:0 6px 20px #38bdf866}.header-cta svg{width:14px;height:14px}.header-actions{z-index:10;justify-content:flex-end;align-items:center;gap:12px;display:flex}@media (width<=640px){.header-container{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;padding:14px 16px;display:flex}.header-nav{order:3;justify-content:center;gap:16px;width:100%;margin-top:8px;position:static;transform:none}.header-logo{font-size:1.5rem}.header-cta{padding:8px 16px;font-size:.85rem}.header-actions{z-index:10;justify-content:flex-end}}.lang-toggle-btn{color:#94a3b8;cursor:pointer;background-color:#1e293b99;border:1px solid #ffffff1a;border-radius:9999px;outline:none;justify-content:center;align-items:center;padding:8px 16px;font-size:.85rem;font-weight:700;transition:all .2s;display:flex}.lang-toggle-btn:hover{color:#38bdf8;border-color:#38bdf866;box-shadow:0 0 12px #38bdf81a}.about-section{width:100%;margin-bottom:80px;animation:.8s cubic-bezier(.16,1,.3,1) fade-in-up}.about-title{letter-spacing:-1.5px;background:linear-gradient(135deg,#38bdf8 0%,#818cf8 50%,#c084fc 100%);-webkit-text-fill-color:transparent;background-size:200%;-webkit-background-clip:text;background-clip:text;margin:0 0 12px;font-size:3rem;font-weight:900;animation:4s linear infinite shine}.about-subtitle{color:#94a3b8;max-width:600px;margin:0 auto 36px;font-size:1.25rem;font-weight:500}.about-card{-webkit-backdrop-filter:blur(16px);text-align:inherit;background:#1e293b66;border:1px solid #ffffff0d;border-radius:24px;padding:40px;box-shadow:0 20px 40px #0000004d}.about-desc{color:#e2e8f0;margin-bottom:32px;font-size:1.15rem;line-height:1.7}.about-grid{border-top:1px solid #ffffff0d;border-bottom:1px solid #ffffff0d;grid-template-columns:1fr 1fr;gap:32px;margin-bottom:32px;padding:32px 0;display:grid}.about-grid-col h3{color:#38bdf8;margin:0 0 12px;font-size:1.3rem;font-weight:700}.about-grid-col p{color:#94a3b8;margin:0;font-size:1rem;line-height:1.6}.about-capabilities{margin-bottom:40px}.about-capabilities h3{color:#38bdf8;margin:0 0 20px;font-size:1.3rem;font-weight:700}.capabilities-list{grid-template-columns:1fr 1fr;gap:16px;margin:0;padding:0;list-style:none;display:grid}.capabilities-list li{color:#cbd5e1;align-items:flex-start;gap:12px;font-size:1rem;line-height:1.5;display:flex}.bullet-icon{color:#38bdf8;flex-shrink:0;width:18px;height:18px;margin-top:2px}.booking-section{width:100%;margin-bottom:80px;scroll-margin-top:100px}.section-subtitle{color:#94a3b8;max-width:600px;margin:-12px auto 48px;font-size:1.1rem}.booking-categories{flex-direction:column;gap:48px;display:flex}.booking-category{text-align:inherit}.booking-category h3{color:#f8fafc;border-bottom:2px solid #38bdf833;margin:0 0 24px;padding-bottom:6px;font-size:1.5rem;font-weight:700;display:inline-block}.partners-grid{grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:24px;display:grid}.partner-card{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#1e293b4d;border:1px solid #ffffff0a;border-radius:16px;flex-direction:column;justify-content:space-between;align-items:flex-start;padding:24px;transition:all .3s cubic-bezier(.16,1,.3,1);display:flex;box-shadow:0 10px 20px #0003}.partner-card h4{color:#f8fafc;margin:0 0 8px;font-size:1.25rem;font-weight:700}.partner-card p{color:#94a3b8;flex-grow:1;margin:0 0 20px;font-size:.9rem;line-height:1.5}.partner-link-btn{color:#38bdf8;text-align:center;box-sizing:border-box;background-color:#1e293bcc;border:1px solid #38bdf833;border-radius:8px;width:100%;padding:10px 20px;font-size:.9rem;font-weight:600;text-decoration:none;transition:all .2s}.partner-link-btn:hover{color:#0f172a;background:linear-gradient(135deg,#38bdf8 0%,#818cf8 100%);border-color:#0000;transform:translateY(-1px);box-shadow:0 4px 15px #38bdf840}main[dir=rtl] .bullet-icon{margin-left:0}main[dir=rtl] .partner-card{align-items:flex-start}@media (width<=768px){.about-grid,.capabilities-list{grid-template-columns:1fr;gap:20px}.about-card{padding:24px}.about-title{font-size:2.2rem}.about-subtitle{font-size:1.1rem}}:root{--chiller-primary:#38bdf8;--chiller-primary-hover:#0ea5e9;--chiller-primary-rgb:56, 189, 248;--chiller-bg-dark:#0f172a;--chiller-bg-card:#1e293bb3;--chiller-border:#334155cc;--chiller-text-light:#f8fafc;--chiller-text-muted:#94a3b8;--chiller-user-msg-gradient:linear-gradient(135deg, #3b82f6 0%, #8b5cf6 100%);--chiller-bot-msg-bg:#33415580;--chiller-shadow-lg:0 10px 25px -5px #0006, 0 8px 10px -6px #0006;--chiller-shadow-trigger:0 4px 20px #38bdf866}.chiller-widget-container{z-index:9999;flex-direction:column;align-items:center;width:100%;font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;display:flex;position:fixed;bottom:0;left:0;right:0}.chiller-window{background:var(--chiller-bg-card);-webkit-backdrop-filter:blur(16px);border:1px solid var(--chiller-border);width:calc(100% - 32px);max-width:600px;height:480px;max-height:calc(100vh - 110px);box-shadow:var(--chiller-shadow-lg);opacity:0;pointer-events:none;transform-origin:bottom;z-index:9998;border-bottom:none;border-radius:16px 16px 0 0;flex-direction:column;transition:all .3s cubic-bezier(.165,.84,.44,1);display:flex;position:absolute;bottom:100%;overflow:hidden;transform:translateY(20px)scale(.98)}.chiller-window.open{opacity:1;pointer-events:auto;transform:translateY(0)scale(1)}.chiller-bottom-bar{-webkit-backdrop-filter:blur(16px);border-top:1px solid var(--chiller-border);box-sizing:border-box;z-index:9999;background:#0f172af2;justify-content:center;align-items:center;width:100%;padding:14px 24px;display:flex;box-shadow:0 -4px 20px #0000004d}.chiller-header{border-bottom:1px solid var(--chiller-border);background:linear-gradient(90deg,#1e293be6,#0f172ae6);justify-content:space-between;align-items:center;padding:16px 20px;display:flex}.chiller-header-profile{align-items:center;gap:12px;display:flex}.chiller-avatar{background:linear-gradient(135deg, var(--chiller-primary) 0%, #818cf8 100%);color:#0f172a;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;font-size:1.1rem;font-weight:700;display:flex;position:relative}.chiller-avatar-dot{background-color:#22c55e;border:2px solid #0f172a;border-radius:50%;width:10px;height:10px;position:absolute;bottom:0;right:0}.chiller-header-info h3{color:var(--chiller-text-light);margin:0;font-size:1rem;font-weight:700;line-height:1.2}.chiller-status{align-items:center;gap:6px;margin-top:2px;display:flex}.chiller-status-dot{background-color:#22c55e;border-radius:50%;width:6px;height:6px;animation:1.5s infinite alternate pulse-online}@keyframes pulse-online{0%{opacity:.4}to{opacity:1}}.chiller-status span:last-child{color:var(--chiller-text-muted);font-size:.75rem}.chiller-header-close{color:var(--chiller-text-muted);cursor:pointer;background:0 0;border:none;border-radius:6px;justify-content:center;align-items:center;padding:4px;transition:all .2s;display:flex}.chiller-header-close:hover{color:var(--chiller-text-light);background-color:#ffffff14}.chiller-header-close svg{width:18px;height:18px}.chiller-messages-container{background-color:#0f172a4d;flex-direction:column;flex:1;gap:16px;padding:20px;display:flex;overflow-y:auto}.chiller-messages-container::-webkit-scrollbar{width:6px}.chiller-messages-container::-webkit-scrollbar-track{background:0 0}.chiller-messages-container::-webkit-scrollbar-thumb{background:#ffffff1a;border-radius:10px}.chiller-messages-container::-webkit-scrollbar-thumb:hover{background:#ffffff40}.chiller-message-row{opacity:0;gap:10px;max-width:85%;animation:.3s cubic-bezier(.165,.84,.44,1) forwards message-slide-in;display:flex;transform:translateY(10px)}@keyframes message-slide-in{to{opacity:1;transform:translateY(0)}}.chiller-message-row.bot{align-self:flex-start}.chiller-message-row.user{flex-direction:row-reverse;align-self:flex-end;max-width:80%}.chiller-msg-avatar{background:linear-gradient(135deg, var(--chiller-primary) 0%, #818cf8 100%);color:#0f172a;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;margin-top:2px;font-size:.8rem;font-weight:700;display:flex}.chiller-message-wrapper{flex-direction:column;gap:4px;display:flex}.chiller-message-bubble{word-break:break-word;text-align:start;border-radius:18px;padding:12px 16px;font-size:.92rem;line-height:1.45;position:relative}.chiller-message-row.bot .chiller-message-bubble{background-color:var(--chiller-bot-msg-bg);color:var(--chiller-text-light);border:1px solid #ffffff0d;border-bottom-left-radius:4px}.chiller-message-row.user .chiller-message-bubble{background:var(--chiller-user-msg-gradient);color:#fff;border-bottom-right-radius:4px}.chiller-message-bubble p{white-space:pre-wrap;margin:0}.chiller-message-bubble a{color:var(--chiller-primary);font-weight:500;text-decoration:underline;transition:opacity .2s}.chiller-message-bubble a:hover{opacity:.8}.chiller-message-row.user .chiller-message-bubble a{color:#fff;text-decoration:underline}.chiller-message-time{color:var(--chiller-text-muted);padding:0 4px;font-size:.72rem}.chiller-message-row.user .chiller-message-time{text-align:right}.chiller-fallback-badge{color:#f59e0b;letter-spacing:.5px;background-color:#f59e0b33;border:1px solid #f59e0b4d;border-radius:4px;margin-top:6px;padding:2px 6px;font-size:.65rem;font-weight:500;display:inline-block}.chiller-typing-indicator{align-items:center;gap:4px;padding:4px 2px;display:flex}.chiller-typing-indicator span{background-color:var(--chiller-text-muted);border-radius:50%;width:6px;height:6px;animation:1.4s ease-in-out infinite both typing-bounce;display:inline-block}.chiller-typing-indicator span:first-child{animation-delay:-.32s}.chiller-typing-indicator span:nth-child(2){animation-delay:-.16s}@keyframes typing-bounce{0%,80%,to{transform:scale(0)}40%{transform:scale(1)}}.chiller-input-panel{background:0 0;border-top:none;align-items:center;gap:12px;width:100%;max-width:800px;padding:0;display:flex}.chiller-input-panel input{border:1px solid var(--chiller-border);color:var(--chiller-text-light);text-align:start;background:#1e293b99;border-radius:24px;outline:none;flex:1;padding:12px 18px;font-size:.9rem;transition:all .2s}.chiller-input-panel input:focus{border-color:var(--chiller-primary);background-color:#1e293be6;box-shadow:0 0 0 2px #38bdf833}.chiller-input-panel input::placeholder{color:#94a3b899}.chiller-input-panel button{background-color:var(--chiller-primary);cursor:pointer;color:#0f172a;border:none;border-radius:50%;outline:none;flex-shrink:0;justify-content:center;align-items:center;width:42px;height:42px;transition:all .2s;display:flex}.chiller-input-panel button:hover:not(:disabled){background-color:var(--chiller-primary-hover);transform:scale(1.05)}.chiller-input-panel button:active:not(:disabled){transform:scale(.95)}.chiller-input-panel button:disabled{color:var(--chiller-text-muted);cursor:not-allowed;background-color:#33415580}.chiller-input-panel button svg{width:18px;height:18px;margin-left:-2px;transition:transform .2s}.chiller-input-panel button:hover:not(:disabled) svg{transform:translate(2px,-2px)}@media (width<=640px){.chiller-window{border-left:none;border-right:none;border-radius:0;width:100%;max-width:100%}.chiller-bottom-bar{padding:10px 16px}}
