:root{--text:#6b6375;--text-h:#08060d;--bg:#fff;--border:#e5e4e7;--code-bg:#f4f3ec;--accent:#aa3bff;--accent-bg:#aa3bff1a;--accent-border:#aa3bff80;--social-bg:#f4f3ec80;--shadow:#0000001a 0 10px 15px -3px, #0000000d 0 4px 6px -2px;--sans:system-ui, "Segoe UI", Roboto, sans-serif;--heading:system-ui, "Segoe UI", Roboto, sans-serif;--mono:ui-monospace, Consolas, monospace;font:18px/145% var(--sans);letter-spacing:.18px;--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light dark;color:var(--text);background:var(--bg);font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@media (prefers-color-scheme:dark){:root{--lightningcss-light: ;--lightningcss-dark:initial}}@media (width<=1024px){:root{font-size:16px}}@media (prefers-color-scheme:dark){:root{--text:#9ca3af;--text-h:#f3f4f6;--bg:#16171d;--border:#2e303a;--code-bg:#1f2028;--accent:#c084fc;--accent-bg:#c084fc26;--accent-border:#c084fc80;--social-bg:#2f303a80;--shadow:#0006 0 10px 15px -3px, #00000040 0 4px 6px -2px}#social .button-icon{filter:invert()brightness(2)}}body{margin:0}#root{text-align:center;border-inline:1px solid var(--border);box-sizing:border-box;flex-direction:column;width:1126px;max-width:100%;min-height:100svh;margin:0 auto;display:flex}h1,h2{font-family:var(--heading);color:var(--text-h);font-weight:500}h1{letter-spacing:-1.68px;margin:32px 0;font-size:56px}@media (width<=1024px){h1{margin:20px 0;font-size:36px}}h2{letter-spacing:-.24px;margin:0 0 8px;font-size:24px;line-height:118%}@media (width<=1024px){h2{font-size:20px}}p{margin:0}code,.counter{font-family:var(--mono);color:var(--text-h);border-radius:4px;display:inline-flex}code{background:var(--code-bg);padding:4px 8px;font-size:15px;line-height:135%}*,:before,:after{box-sizing:border-box;margin:0;padding:0}body{color:#1e293b;background:#f0f4ff;min-height:100vh;font-family:Segoe UI,system-ui,sans-serif;overflow-x:hidden}#root{flex-direction:column;align-items:center;min-height:100vh;display:flex}.app{opacity:0;flex-direction:column;align-items:center;width:100%;transition:opacity .5s,transform .5s;display:flex;transform:translateY(16px)}.app--visible{opacity:1;transform:translateY(0)}.header{z-index:100;background:#fff;border-bottom:1px solid #e2e8f0;width:100%;position:sticky;top:0}.header-inner{justify-content:space-between;align-items:center;max-width:1200px;height:64px;margin:0 auto;padding:0 2rem;display:flex}.logo-text{color:#4f46e5;letter-spacing:-.5px;font-size:1.4rem;font-weight:800}.logo-text span{color:#7c3aed}.header-right{align-items:center;gap:1rem;display:flex}.auth-btn{color:#4f46e5;cursor:pointer;white-space:nowrap;text-overflow:ellipsis;background:#eef2ff;border:1.5px solid #4f46e5;border-radius:20px;max-width:160px;padding:.45rem 1.2rem;font-size:.85rem;font-weight:600;transition:all .2s;overflow:hidden}.auth-btn:hover{color:#fff;background:#4f46e5}.lang-switcher{gap:.4rem;display:flex}.lang-switcher button{color:#94a3b8;cursor:pointer;background:0 0;border:1px solid #e2e8f0;border-radius:16px;padding:.35rem .9rem;font-size:.8rem;font-weight:600;transition:all .2s}.lang-switcher button.active{color:#fff;background:#4f46e5;border-color:#4f46e5}.hero{text-align:center;background:linear-gradient(135deg,#4f46e5 0%,#7c3aed 100%);width:100%;padding:3rem 2rem 5rem;position:relative;overflow:hidden}.hero:before{content:"";opacity:.25;background:url(https://images.unsplash.com/photo-1507525428034-b723cf961d3e?w=1600&q=80) 50%/cover;position:absolute;inset:0}.hero-content{z-index:1;position:relative}.hero h1{color:#fff;text-shadow:0 2px 8px #0000004d;margin-bottom:.75rem;font-size:clamp(2rem,5vw,3rem);font-weight:900}.hero p{color:#ffffffd9;font-size:1.1rem}.search-wrapper{z-index:10;width:100%;max-width:1200px;margin-top:-3rem;padding:0 2rem;position:relative}.search-box{background:#fff;border:1px solid #e2e8f0;border-radius:20px;padding:1.5rem 2rem;box-shadow:0 8px 40px #4f46e526}.transport-tabs{border-bottom:2px solid #f1f5f9;gap:.5rem;margin-bottom:1.25rem;padding-bottom:1rem;display:flex}.transport-tabs button{color:#94a3b8;cursor:pointer;background:0 0;border:none;border-radius:10px;padding:.5rem 1.25rem;font-family:inherit;font-size:.9rem;font-weight:600;transition:all .2s}.transport-tabs button:hover,.transport-tabs button.active{color:#4f46e5;background:#eef2ff}.tutu-block{text-align:center;padding:1.5rem 0}.tutu-hint{color:#94a3b8;margin-bottom:1rem;font-size:.9rem}.search-btn{color:#fff;cursor:pointer;background:linear-gradient(135deg,#4f46e5,#7c3aed);border:none;border-radius:12px;padding:.85rem 2.5rem;font-family:inherit;font-size:1rem;font-weight:700;transition:opacity .2s,transform .15s;box-shadow:0 4px 16px #4f46e559}.search-btn:hover{opacity:.9;transform:translateY(-2px)}.main-content{width:100%;max-width:1200px;padding:2rem 2rem 4rem}.section-title{color:#1e293b;margin-bottom:1.25rem;font-size:1.4rem;font-weight:800}.destinations-grid{grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:1rem;margin-bottom:2.5rem;display:grid}.dest-card{cursor:pointer;border-radius:16px;text-decoration:none;transition:transform .2s,box-shadow .2s;display:block;overflow:hidden;box-shadow:0 2px 12px #00000014}.dest-card:hover{transform:translateY(-4px);box-shadow:0 8px 24px #00000026}.dest-img{object-fit:cover;width:100%;height:130px;display:block}.dest-info{background:#fff;padding:.75rem 1rem}.dest-info h3{color:#1e293b;margin-bottom:2px;font-size:.95rem;font-weight:700}.dest-info span{color:#4f46e5;font-size:.8rem;font-weight:600}.hot-tours-section{margin-bottom:2.5rem}.partners{border-top:1px solid #e2e8f0;border-bottom:1px solid #e2e8f0;flex-wrap:wrap;justify-content:center;align-items:center;gap:1rem;margin-bottom:2.5rem;padding:1.5rem 0;display:flex}.partner-badge{color:#64748b;background:#fff;border:1px solid #e2e8f0;border-radius:10px;padding:.5rem 1.25rem;font-size:.8rem;font-weight:700}.services-section h2{color:#1e293b;text-align:left;margin-bottom:1.25rem;font-size:1.4rem;font-weight:800}.services-grid{grid-template-columns:repeat(auto-fill,minmax(110px,1fr));gap:.75rem;display:grid}.service-card{color:#1e293b;background:#fff;border:1px solid #e2e8f0;border-radius:14px;flex-direction:column;align-items:center;padding:1rem .5rem;text-decoration:none;transition:all .2s;display:flex;box-shadow:0 1px 4px #0000000a}.service-card:hover{background:#eef2ff;border-color:#4f46e5;transform:translateY(-3px);box-shadow:0 4px 16px #4f46e526}.service-icon{margin-bottom:.4rem;font-size:1.8rem}.service-name{text-align:center;color:#64748b;font-size:.7rem;font-weight:600;line-height:1.3}.site-footer{background:#fff;border-top:1px solid #e2e8f0;justify-content:center;gap:.5rem;width:100%;padding:1.5rem 1rem;display:flex}.site-footer button{color:#64748b;cursor:pointer;background:0 0;border:1px solid #e2e8f0;border-radius:10px;padding:.6rem 1.2rem;font-family:inherit;font-size:.85rem;font-weight:600;transition:all .2s}.site-footer button:hover{color:#4f46e5;border-color:#4f46e5}.site-footer button.active{color:#fff;background:#4f46e5;border-color:#4f46e5}.page-overlay{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:2000;background:#00000080;justify-content:center;align-items:center;padding:1rem;display:flex;position:fixed;inset:0}.page-modal{-webkit-overflow-scrolling:touch;background:#fff;border-radius:20px;width:100%;max-width:500px;max-height:90vh;padding:2rem;position:relative;overflow-y:auto;box-shadow:0 20px 60px #00000026}.page-modal h2{color:#4f46e5;margin-bottom:1.25rem;font-size:1.4rem;font-weight:800}.page-modal p{color:#64748b;margin-bottom:1rem;font-size:.95rem;line-height:1.7}.page-close{color:#64748b;cursor:pointer;background:#f1f5f9;border:none;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;font-size:1rem;transition:background .2s;display:flex;position:absolute;top:1rem;right:1rem}.page-close:hover{background:#e2e8f0}.contact-card{background:#f8fafc;border:1px solid #e2e8f0;border-radius:14px;align-items:center;gap:12px;padding:14px 16px;display:flex}.contact-card--insta{background:linear-gradient(135deg,#e1306c14,#c135840d)}.contact-card--wa{background:linear-gradient(135deg,#25d36614,#128c7e0d)}.contact-card__icon{flex-shrink:0;font-size:1.8rem}.contact-card__text{flex:1;min-width:0}.contact-card__text h3{color:#1e293b;margin-bottom:2px;font-size:.95rem;font-weight:700}.contact-card__text p{color:#94a3b8;font-size:.8rem}.contact-card__btn{color:#fff;white-space:nowrap;background:linear-gradient(135deg,#4f46e5,#7c3aed);border-radius:10px;flex-shrink:0;padding:8px 14px;font-size:.82rem;font-weight:700}.contact-card__btn--insta{background:linear-gradient(135deg,#e1306c,#c13584)}.contact-card__btn--wa{background:#25d366}@media (width<=768px){.header-inner{padding:0 1rem}.hero{padding:2rem 1rem 4rem}.search-wrapper{padding:0 1rem}.search-box{padding:1rem}.main-content{padding:1.5rem 1rem 3rem}.destinations-grid{grid-template-columns:repeat(auto-fill,minmax(140px,1fr))}.transport-tabs{flex-wrap:wrap}.transport-tabs button{padding:.4rem .8rem;font-size:.8rem}}.currency-switcher{background:#f1f5f9;border-radius:10px;gap:4px;padding:3px;display:flex}.currency-switcher button{color:#64748b;cursor:pointer;background:0 0;border:none;border-radius:7px;padding:4px 8px;font-size:.75rem;font-weight:600;transition:all .2s}.currency-switcher button.active{color:#4f46e5;background:#fff;box-shadow:0 1px 4px #0000001a}@media (width<=768px){.header-inner{flex-wrap:wrap;gap:6px}.header-right{flex-wrap:nowrap;justify-content:flex-end;gap:4px;margin-left:auto}.currency-switcher{order:3;justify-content:center;width:100%}.currency-switcher button{padding:3px 6px;font-size:.7rem}.lang-switcher{order:2}.auth-btn{order:1}}.auth-btn{color:#fff;cursor:pointer;background:#4f46e5;border:none;border-radius:50%;min-width:36px;height:36px;padding:0;font-size:14px;font-weight:700;transition:opacity .2s}.auth-btn:hover{opacity:.85}@media (width<=768px){.close-widget-btn{display:block!important}}@media (width<=768px){.page-overlay{align-items:flex-end;padding:0}.page-modal{border-radius:20px 20px 0 0;max-height:92vh;padding:1.5rem 1rem}.desktop-only-widget{display:none}.mobile-flight-btn{display:block}}.mobile-flight-btn{display:none}@media (width<=768px){.desktop-only-widget{display:none}.mobile-flight-btn{display:block}}@media (width<=480px){.page-modal{padding:1rem}}
