:root{--green:#00a651;--green-dark:#008f45;--green-soft:#e8f8ef;--red:#e31b23;--red-dark:#c41219;--red-soft:#fde8e9;--bg:#fff;--bg-soft:#f6f7f6;--text:#111;--text-muted:#5a5a5a;--border:#e6e8e6;--shadow:0 18px 50px #11111114;--radius:4px;--header-h:76px;--font:"Montserrat", system-ui, sans-serif;--ease:cubic-bezier(.22, 1, .36, 1)}*,:before,:after{box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:var(--font);color:var(--text);background:var(--bg);-webkit-font-smoothing:antialiased;text-rendering:optimizelegibility;margin:0;line-height:1.55}img{max-width:100%;display:block}a{color:inherit;text-decoration:none}button,input,textarea,select{font:inherit}button{cursor:pointer;background:0 0;border:none}.container{width:min(1180px,100% - 2.5rem);margin-inline:auto}.section{padding:5.5rem 0;position:relative}.section--soft{background:var(--bg-soft)}.section__eyebrow{color:var(--green);letter-spacing:.14em;text-transform:uppercase;align-items:center;gap:.55rem;margin-bottom:.85rem;font-size:.78rem;font-weight:700;display:inline-flex}.section__eyebrow:before{content:"";background:var(--red);width:28px;height:2px}.section__title{letter-spacing:-.03em;margin:0 0 .75rem;font-size:clamp(1.85rem,3.4vw,2.75rem);font-weight:800;line-height:1.15}.section__lead{max-width:38rem;color:var(--text-muted);margin:0;font-size:1.05rem}.btn{border-radius:var(--radius);letter-spacing:.01em;min-height:52px;transition:transform .25s var(--ease), background .25s var(--ease), color .25s var(--ease), box-shadow .25s var(--ease);justify-content:center;align-items:center;gap:.5rem;padding:.85rem 1.55rem;font-size:.95rem;font-weight:700;display:inline-flex}.btn:hover{transform:translateY(-2px)}.btn--primary{background:var(--green);color:#fff;box-shadow:0 12px 28px #00a65147}.btn--primary:hover{background:var(--green-dark)}.btn--accent{background:var(--red);color:#fff;box-shadow:0 12px 28px #e31b2340}.btn--accent:hover{background:var(--red-dark)}.btn--ghost{color:#fff;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#ffffff24;border:1px solid #ffffff73}.btn--ghost:hover{color:var(--text);background:#fff}.btn--outline{border:1.5px solid var(--text);color:var(--text);background:0 0}.btn--outline:hover{background:var(--text);color:#fff}.pattern-bg{pointer-events:none;opacity:.045;background-image:url("data:image/svg+xml,%3Csvg width='80' height='80' viewBox='0 0 80 80' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' stroke='%23000' stroke-width='1'%3E%3Cpath d='M40 8 L72 40 L40 72 L8 40 Z'/%3E%3Cpath d='M40 22 L58 40 L40 58 L22 40 Z'/%3E%3C/g%3E%3C/svg%3E");position:absolute;inset:0}@media (width<=768px){:root{--header-h:68px}.container{width:min(1180px,100% - 1.5rem)}.section{padding:3.75rem 0}.btn{width:100%;min-height:48px}}.header{z-index:100;height:var(--header-h);transition:background .35s var(--ease), box-shadow .35s var(--ease), color .35s var(--ease);color:#fff;position:fixed;inset:0 0 auto}.header--solid{color:var(--text);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#fffffff5;box-shadow:0 8px 30px #0000000f}.header--menu-open{height:100vh;color:var(--text);box-shadow:none;background:#fff;flex-direction:column;display:flex;inset:0;overflow:hidden}.header__inner{height:var(--header-h);z-index:2;background:#fff;flex-shrink:0;justify-content:space-between;align-items:center;gap:1rem;display:flex;position:relative}.header:not(.header--solid):not(.header--menu-open) .header__inner{background:0 0}.logo{z-index:2;align-items:center;line-height:0;display:inline-flex}.logo__img{width:auto;height:46px;transition:filter .3s var(--ease);display:block}.header:not(.header--solid):not(.header--menu-open) .logo__img{filter:drop-shadow(0 2px 10px #00000073)drop-shadow(0 0 1px #ffffff8c)}@media (width<=768px){.logo__img{height:38px}}.header__nav{align-items:center;gap:1.75rem;display:flex}.header__nav a{opacity:.92;font-size:.9rem;font-weight:600;position:relative}.header__nav a:after{content:"";background:var(--green);transform-origin:0;width:100%;height:2px;transition:transform .3s var(--ease);position:absolute;bottom:-6px;left:0;transform:scaleX(0)}.header__nav a:hover:after{transform:scaleX(1)}.header__actions{align-items:center;gap:.85rem;display:flex}.currency{background:#ffffff29;border:1px solid #ffffff47;border-radius:999px;padding:3px;display:inline-flex}.header--solid .currency,.header--menu-open .currency{background:var(--bg-soft);border-color:var(--border)}.currency button{min-width:46px;height:30px;color:inherit;opacity:.75;border-radius:999px;font-size:.75rem;font-weight:700}.currency button.is-active{background:var(--green);color:#fff;opacity:1}.header__phone{align-items:center;gap:.4rem;font-size:.88rem;font-weight:700;display:inline-flex}.header__burger{width:42px;height:42px;color:inherit;background:0 0;border-radius:8px;place-items:center;display:none}.mobile-menu{display:none}@media (width<=960px){.header__nav,.header__phone{display:none}.header__burger{display:grid}.mobile-menu{width:100%;min-height:0;color:var(--text);-webkit-overflow-scrolling:touch;background:#fff;flex-direction:column;flex:1;padding:1.25rem 1.5rem 1.75rem;display:none;overflow-y:auto}.mobile-menu.is-open{display:flex}.mobile-menu__nav{flex-direction:column;flex:1;justify-content:center;gap:.15rem;display:flex}.mobile-menu__nav a{letter-spacing:-.02em;border-bottom:1px solid var(--border);color:var(--text);background:#fff;padding:1rem 0;font-size:clamp(1.6rem,7vw,2.1rem);font-weight:800;display:block}.mobile-menu__nav a:last-child{border-bottom:none}.mobile-menu__meta{background:#fff;gap:1rem;margin-top:auto;padding-top:1.75rem;display:grid}.mobile-menu__meta p{color:var(--text-muted);margin:0;font-size:.85rem}.currency--mobile{background:var(--bg-soft);border-color:var(--border);width:fit-content}}.footer{color:#fff;background:#0f1210}.footer__band{background:linear-gradient(90deg, var(--green) 0%, var(--green) 50%, var(--red) 50%, var(--red) 100%);height:6px}.footer__inner{grid-template-columns:1.1fr 1.4fr;gap:2.5rem;padding:3.5rem 0 2.5rem;display:grid}.footer .logo{color:#fff;margin-bottom:.85rem;display:inline-flex}.footer .logo__img{filter:drop-shadow(0 2px 8px #00000059);width:auto;height:52px;display:block}.footer__brand p{color:#ffffffb3;max-width:28ch;margin:0;font-size:.95rem}.footer__cols{grid-template-columns:repeat(3,minmax(0,1fr));gap:1.5rem;display:grid}.footer__cols h4{letter-spacing:.12em;text-transform:uppercase;color:#ffffff8c;margin:0 0 .85rem;font-size:.78rem}.footer__cols a,.footer__rate{color:#ffffffe0;margin-bottom:.45rem;font-size:.95rem;font-weight:600;display:block}.footer__cols a:hover{color:var(--green)}.footer__rate{margin-top:.85rem;color:#ffffff8c!important;font-size:.8rem!important;font-weight:500!important}.footer__bottom{border-top:1px solid #ffffff1a;padding:1.1rem 0}.footer__bottom p{color:#ffffff80;margin:0;font-size:.82rem}@media (width<=900px){.footer__inner,.footer__cols{grid-template-columns:1fr}}.hero{color:#fff;isolation:isolate;min-height:100svh;position:relative;overflow:hidden}.hero__slide{z-index:0;position:absolute;inset:0}.hero__image{object-fit:cover;width:100%;height:100%;animation:14s ease-out forwards hero-kenburns;transform:scale(1.04)}@keyframes hero-kenburns{0%{transform:scale(1.08)}to{transform:scale(1)}}.hero__video{pointer-events:none;background:#0b120e;position:absolute;inset:0;overflow:hidden}.hero__video iframe{border:0;width:100vw;min-width:177.78vh;height:56.25vw;min-height:100%;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)scale(1.12)}.hero__overlay{background:linear-gradient(#00000047 0%,#0000001a 38%,#000000ad 100%),linear-gradient(90deg,#00000059 0%,#0000000d 55%);position:absolute;inset:0}.hero__overlay--light{background:linear-gradient(#0000002e 0%,#0000000d 42%,#00000073 100%),linear-gradient(90deg,#00000047 0%,#00000005 60%)}.hero__frame{z-index:2;width:min(1180px,100% - 2.5rem);min-height:100svh;padding:calc(var(--header-h) + 2rem) 0 2.25rem;flex-direction:column;justify-content:flex-end;gap:2rem;margin:0 auto;display:flex;position:relative}.hero__content{max-width:40rem}.hero__meta{justify-content:space-between;align-items:center;gap:1rem;max-width:22rem;margin-bottom:1rem;display:flex}.hero__city{letter-spacing:.16em;text-transform:uppercase;align-items:center;gap:.5rem;margin:0;font-size:.78rem;font-weight:700;display:inline-flex}.hero__city:before{content:"";background:var(--red);width:22px;height:2px}.hero__count{letter-spacing:.08em;color:#ffffffc7;font-size:.82rem;font-weight:700}.hero__count i{color:#fff6;margin:0 .25rem;font-style:normal}.hero__brand{letter-spacing:-.045em;text-shadow:0 12px 40px #00000059;margin:0 0 .75rem;font-size:clamp(2.6rem,7.5vw,5.2rem);font-weight:800;line-height:.95}.hero__title{letter-spacing:-.02em;max-width:16ch;margin:0 0 .7rem;font-size:clamp(1.25rem,2.8vw,1.85rem);font-weight:700}.hero__subtitle{color:#ffffffe0;max-width:32rem;margin:0 0 1.5rem;font-size:clamp(.95rem,1.5vw,1.08rem);font-weight:500;line-height:1.5}.hero__cta{flex-wrap:wrap;gap:.7rem;display:flex}.hero__nav{justify-content:space-between;align-items:stretch;gap:1rem;display:flex}.hero__tabs{flex:1;grid-template-columns:repeat(4,minmax(0,1fr));gap:.55rem;max-width:760px;display:grid}.hero__tab{text-align:left;color:#fff;-webkit-backdrop-filter:blur(12px);min-height:64px;transition:background .25s var(--ease), border-color .25s var(--ease), transform .25s var(--ease);background:#ffffff14;border:1px solid #ffffff38;padding:.75rem .85rem .9rem;position:relative;overflow:hidden}.hero__tab:hover{background:#ffffff24;transform:translateY(-2px)}.hero__tab.is-active{background:#00a65147;border-color:#ffffff8c}.hero__tab-num{letter-spacing:.1em;color:#ffffffa6;margin-bottom:.2rem;font-size:.68rem;font-weight:700;display:block}.hero__tab-label{letter-spacing:-.01em;font-size:.92rem;font-weight:700;display:block}.hero__tab-progress{background:linear-gradient(90deg, var(--green), #fff);transform-origin:0;height:2px;position:absolute;bottom:0;left:0;right:0}.hero__arrows{align-self:end;gap:.5rem;display:flex}.hero__arrows button{color:#fff;-webkit-backdrop-filter:blur(12px);width:52px;height:52px;transition:background .25s var(--ease), border-color .25s var(--ease), transform .25s var(--ease);background:#ffffff1a;border:1px solid #ffffff47;place-items:center;display:grid}.hero__arrows button:hover{background:var(--green);border-color:var(--green);transform:translateY(-2px)}.hero__arrows button:active{transform:scale(.96)}@media (width<=900px){.hero__frame{width:min(1180px,100% - 1.25rem);padding:calc(var(--header-h) + 1.25rem) 0 1.15rem;justify-content:flex-end;gap:1.35rem}.hero__meta{max-width:none}.hero__brand{font-size:clamp(2.3rem,12vw,3.2rem)}.hero__title{max-width:none}.hero__subtitle{margin-bottom:1.15rem;font-size:.95rem}.hero__cta{grid-template-columns:1fr;gap:.55rem;display:grid}.hero__cta .btn{width:100%;min-height:50px}.hero__nav{flex-direction:column;gap:.75rem}.hero__tabs{grid-template-columns:repeat(4,minmax(0,1fr));gap:.4rem;max-width:none}.hero__tab{min-height:58px;padding:.55rem .4rem .7rem}.hero__tab-num{font-size:.62rem}.hero__tab-label{font-size:.72rem;line-height:1.2}.hero__arrows{width:100%}.hero__arrows button{flex:1;width:auto;height:48px}.hero__video iframe{transform:translate(-50%,-50%)scale(1.35)}}@media (width<=420px){.hero__tabs{grid-template-columns:repeat(2,minmax(0,1fr))}.hero__tab{min-height:52px}.hero__tab-label{font-size:.8rem}}@media (prefers-reduced-motion:reduce){.hero__image{animation:none}}.destinations{overflow:hidden}.section-head{margin-bottom:2.75rem}.destinations__grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:1.5rem;display:grid}.city-card{border:1px solid var(--border);min-height:280px;transition:transform .35s var(--ease), box-shadow .35s var(--ease), border-color .35s var(--ease);background:#fff;grid-template-columns:1.05fr 1fr;display:grid;overflow:hidden}.city-card:hover{box-shadow:var(--shadow);border-color:#0000;transform:translateY(-4px)}.city-card__media{min-height:240px;position:relative;overflow:hidden}.city-card__media img{object-fit:cover;width:100%;height:100%;transition:transform .7s var(--ease)}.city-card:hover .city-card__media img{transform:scale(1.06)}.city-card__index{letter-spacing:.12em;color:#fff;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:#00000073;padding:.35rem .55rem;font-size:.78rem;font-weight:800;position:absolute;bottom:1rem;left:1rem}.city-card__body{flex-direction:column;padding:1.5rem 1.4rem;display:flex}.city-card__body h3{letter-spacing:-.02em;margin:0 0 .35rem;font-size:1.45rem;font-weight:800}.city-card__title{color:var(--green);margin:0 0 .75rem;font-size:.88rem;font-weight:700}.city-card__text{color:var(--text-muted);flex:1;margin:0 0 1rem;font-size:.92rem}.city-card__body ul{flex-wrap:wrap;gap:.4rem;margin:0;padding:0;list-style:none;display:flex}.city-card__body li{background:var(--green-soft);color:var(--green-dark);padding:.35rem .55rem;font-size:.75rem;font-weight:600}@media (width<=900px){.destinations__grid,.city-card{grid-template-columns:1fr}.city-card__media{min-height:200px}}.tours__head{justify-content:space-between;align-items:end;gap:1.5rem;display:flex}.tours__rate{color:var(--text-muted);white-space:nowrap;border:1px solid var(--border);background:#fff;margin:0;padding:.65rem .9rem;font-size:.85rem;font-weight:600}.tours__grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:1.5rem;display:grid}.tour-card{border:1px solid var(--border);transition:transform .35s var(--ease), box-shadow .35s var(--ease);background:#fff;flex-direction:column;display:flex;overflow:hidden}.tour-card:hover{box-shadow:var(--shadow);transform:translateY(-5px)}.tour-card__media{aspect-ratio:16/10;position:relative;overflow:hidden}.tour-card__media img{object-fit:cover;width:100%;height:100%;transition:transform .7s var(--ease)}.tour-card:hover .tour-card__media img{transform:scale(1.05)}.tour-card__badge{background:var(--red);color:#fff;letter-spacing:.06em;text-transform:uppercase;padding:.4rem .65rem;font-size:.72rem;font-weight:800;position:absolute;top:1rem;left:1rem}.tour-card__body{flex-direction:column;flex:1;gap:.85rem;padding:1.35rem 1.35rem 1.45rem;display:flex}.tour-card__meta{flex-direction:column;gap:.35rem;display:flex}.tour-card__meta span{color:var(--text-muted);align-items:center;gap:.4rem;font-size:.82rem;font-weight:600;display:inline-flex}.tour-card__meta svg{color:var(--green);flex-shrink:0}.tour-card__body h3{letter-spacing:-.02em;margin:0;font-size:1.35rem;font-weight:800}.tour-card__body h3 a:hover{color:var(--green)}.tour-card__list{flex:1;gap:.45rem;margin:0;padding:0;list-style:none;display:grid}.tour-card__list li{color:var(--text-muted);align-items:flex-start;gap:.45rem;font-size:.9rem;display:flex}.tour-card__list svg{color:var(--green);flex-shrink:0;margin-top:.15rem}.tour-card__footer{border-top:1px solid var(--border);justify-content:space-between;align-items:center;gap:1rem;padding-top:.75rem;display:flex}.tour-card__from{color:var(--text-muted);text-transform:uppercase;letter-spacing:.06em;font-size:.75rem;font-weight:600;display:block}.tour-card__footer strong{letter-spacing:-.02em;color:var(--text);font-size:1.45rem;font-weight:800}.tour-card__footer .btn{width:auto;min-height:46px;padding-inline:1.15rem}@media (width<=900px){.tours__head{flex-direction:column;align-items:flex-start}.tours__grid{grid-template-columns:1fr}.tour-card__footer{flex-direction:column;align-items:stretch}.tour-card__footer .btn{width:100%}}.why__layout{grid-template-columns:.9fr 1.1fr;align-items:start;gap:3rem;display:grid}.why__stats{grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem;margin-top:1.75rem;display:grid}.why__stats div{gap:.25rem;display:grid}.why__stats strong{letter-spacing:-.03em;color:var(--green);font-size:clamp(1.6rem,3vw,2.1rem);font-weight:800;line-height:1}.why__stats span{color:var(--text-muted);font-size:.82rem;font-weight:600}.why__grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem;display:grid}.why-card{border:1px solid var(--border);background:#fff;padding:1.4rem 1.25rem;position:relative;overflow:hidden}.why-card:before{content:"";background:linear-gradient(180deg, var(--green), var(--red));width:3px;position:absolute;top:0;bottom:0;left:0}.why-card__num{letter-spacing:.1em;color:var(--red);margin-bottom:.75rem;font-size:.75rem;font-weight:800;display:block}.why-card h3{margin:0 0 .55rem;font-size:1.05rem;font-weight:800}.why-card p{color:var(--text-muted);margin:0;font-size:.92rem}@media (width<=960px){.why__layout{grid-template-columns:1fr;gap:2rem}.why__stats{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (width<=640px){.why__grid,.why__stats{grid-template-columns:1fr}}.contact__layout{grid-template-columns:1fr 1fr;align-items:start;gap:2.5rem;display:grid}.contact__channels{gap:1.1rem;margin:2rem 0 0;padding:0;list-style:none;display:grid}.contact__channels li{gap:.25rem;display:grid}.contact__channels span{letter-spacing:.1em;text-transform:uppercase;color:var(--text-muted);font-size:.75rem;font-weight:700}.contact__channels a{font-size:1.05rem;font-weight:700}.contact__channels a:hover{color:var(--green)}.contact__messengers{flex-wrap:wrap;gap:.65rem;display:flex}.contact__messengers a{border:1px solid var(--border);background:#fff;align-items:center;gap:.35rem;padding:.55rem .8rem;display:inline-flex;font-size:.9rem!important}.contact__form{border:1px solid var(--border);box-shadow:var(--shadow);background:#fff;gap:.95rem;padding:1.6rem;display:grid}.contact__form label{gap:.4rem;font-size:.82rem;font-weight:700;display:grid}.contact__form input,.contact__form select,.contact__form textarea{border:1.5px solid var(--border);border-radius:var(--radius);width:100%;color:var(--text);transition:border-color .2s var(--ease);background:#fff;outline:none;padding:.85rem .95rem}.contact__form input:focus,.contact__form select:focus,.contact__form textarea:focus{border-color:var(--green)}.contact__form textarea{resize:vertical;min-height:110px}.contact__note{color:var(--text-muted);margin:0;font-size:.78rem;font-weight:500}.contact__success{text-align:center;align-content:center;gap:.75rem;min-height:320px;display:grid}.contact__success h3{margin:0;font-size:1.5rem;font-weight:800}.contact__success p{color:var(--text-muted);margin:0 0 .5rem}@media (width<=900px){.contact__layout{grid-template-columns:1fr}}.booking-modal{z-index:200;place-items:center;padding:1rem;display:grid;position:fixed;inset:0}.booking-modal__backdrop{-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:#0a0e0c8c;position:absolute;inset:0}.booking-modal__panel{z-index:1;border:1px solid var(--border);background:#fff;width:min(440px,100%);padding:1.75rem 1.5rem 1.5rem;position:relative;box-shadow:0 30px 80px #0003}.booking-modal__close{width:36px;height:36px;color:var(--text-muted);place-items:center;display:grid;position:absolute;top:.85rem;right:.85rem}.booking-modal__icon{background:var(--green-soft);width:48px;height:48px;color:var(--green);place-items:center;margin-bottom:1rem;display:grid}.booking-modal__panel h3{letter-spacing:-.02em;margin:0 0 .4rem;font-size:1.45rem;font-weight:800}.booking-modal__lead{color:var(--text-muted);margin:0 0 1rem;font-size:.92rem;font-weight:600}.booking-modal__total{background:var(--bg-soft);border:1px solid var(--border);justify-content:space-between;align-items:center;margin-bottom:1.1rem;padding:.9rem 1rem;display:flex}.booking-modal__total span{letter-spacing:.08em;text-transform:uppercase;color:var(--text-muted);font-size:.8rem;font-weight:700}.booking-modal__total strong{font-size:1.35rem;font-weight:800}.booking-modal__form{gap:.85rem;display:grid}.booking-modal__form label{gap:.4rem;font-size:.82rem;font-weight:700;display:grid}.booking-modal__form input{border:1.5px solid var(--border);border-radius:var(--radius);outline:none;width:100%;padding:.9rem .95rem}.booking-modal__form input:focus{border-color:var(--green)}.booking-modal__error{color:var(--red);margin:0;font-size:.85rem;font-weight:600}.booking-modal__note{color:var(--text-muted);margin:0;font-size:.78rem;line-height:1.45}.booking-modal__success{text-align:center;justify-items:center;gap:.75rem;padding:1rem .5rem;display:grid}.booking-modal__success svg{color:var(--green)}.booking-modal__success h3{margin:0}.booking-modal__success p{color:var(--text-muted);margin:0 0 .5rem}@keyframes spin{to{transform:rotate(360deg)}}@media (width<=480px){.booking-modal__panel{padding:1.5rem 1.15rem 1.25rem}.booking-modal__form .btn{width:100%}}.tour-page{background:#fff;padding-bottom:6rem}.tour-page--empty{min-height:60vh;padding-top:calc(var(--header-h) + 2rem);align-content:center;gap:1rem;display:grid}.tour-page__hero{color:#fff;min-height:clamp(360px,54vh,560px);position:relative;overflow:hidden}.tour-page__hero>img{object-fit:cover;width:100%;height:100%;position:absolute;inset:0}.tour-page__hero-overlay{background:linear-gradient(#00000059 0%,#00000026 40%,#000000b8 100%);position:absolute;inset:0}.tour-page__hero-content{z-index:1;padding-top:calc(var(--header-h) + 2rem);flex-direction:column;justify-content:flex-end;min-height:clamp(360px,54vh,560px);padding-bottom:2.5rem;display:flex;position:relative}.tour-page__back{color:#ffffffe6;align-items:center;gap:.4rem;width:fit-content;margin-bottom:1.25rem;font-size:.88rem;font-weight:700;display:inline-flex}.tour-page__badge{background:var(--red);color:#fff;letter-spacing:.06em;text-transform:uppercase;width:fit-content;margin-bottom:.75rem;padding:.4rem .65rem;font-size:.72rem;font-weight:800}.tour-page__hero-content h1{letter-spacing:-.03em;max-width:16ch;margin:0 0 .75rem;font-size:clamp(2rem,5vw,3.4rem);font-weight:800;line-height:1.05}.tour-page__hero-content p{color:#ffffffe6;max-width:40rem;margin:0 0 1.1rem;font-size:1.02rem}.tour-page__chips{flex-wrap:wrap;gap:.55rem;display:flex}.tour-page__chips span{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#ffffff1f;border:1px solid #ffffff47;align-items:center;gap:.35rem;padding:.45rem .7rem;font-size:.84rem;font-weight:600;display:inline-flex}.tour-page__layout{grid-template-columns:minmax(0,1.5fr) minmax(280px,.75fr);align-items:start;gap:2rem;padding-top:2.5rem;display:grid}.tour-gallery__main{aspect-ratio:16/10;background:#111;margin-bottom:.65rem;overflow:hidden}.tour-gallery__main img{object-fit:cover;width:100%;height:100%}.tour-gallery__thumbs{grid-template-columns:repeat(5,minmax(0,1fr));gap:.5rem;display:grid}.tour-gallery__thumbs button{aspect-ratio:1.2;opacity:.7;border:2px solid #0000;padding:0;overflow:hidden}.tour-gallery__thumbs button.is-active,.tour-gallery__thumbs button:hover{opacity:1;border-color:var(--green)}.tour-gallery__thumbs img{object-fit:cover;width:100%;height:100%}.tour-block{margin-top:2rem}.tour-block h2{letter-spacing:-.02em;margin:0 0 1rem;font-size:1.45rem;font-weight:800}.tour-highlights{flex-wrap:wrap;gap:.5rem;margin:0;padding:0;list-style:none;display:flex}.tour-highlights li{background:var(--green-soft);color:var(--green-dark);padding:.55rem .8rem;font-size:.88rem;font-weight:700}.tour-program{gap:.75rem;display:grid}.tour-program article{border:1px solid var(--border);border-left:3px solid var(--green);background:#fff;padding:1.15rem 1.2rem}.tour-program span{letter-spacing:.1em;text-transform:uppercase;color:var(--red);margin-bottom:.35rem;font-size:.72rem;font-weight:800;display:block}.tour-program h3{margin:0 0 .4rem;font-size:1.05rem;font-weight:800}.tour-program p{color:var(--text-muted);margin:0;font-size:.92rem}.tour-split{grid-template-columns:1fr 1fr;gap:1rem;display:grid}.tour-list{gap:.55rem;margin:0;padding:0;list-style:none;display:grid}.tour-list li{color:var(--text-muted);align-items:flex-start;gap:.45rem;font-size:.92rem;display:flex}.tour-list--yes svg{color:var(--green);margin-top:.15rem}.tour-list--no svg{color:var(--red);margin-top:.15rem}.tour-checkout{top:calc(var(--header-h) + 1rem);position:sticky}.tour-checkout__card{border:1px solid var(--border);box-shadow:var(--shadow);background:#fff;gap:.85rem;padding:1.35rem;display:grid}.tour-checkout__label{letter-spacing:.08em;text-transform:uppercase;color:var(--text-muted);margin:0;font-size:.78rem;font-weight:700}.tour-checkout__price{letter-spacing:-.03em;font-size:2rem;font-weight:800;line-height:1}.tour-checkout__rate{color:var(--text-muted);margin:0;font-size:.8rem}.tour-checkout__guests{border-top:1px solid var(--border);border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;padding:.85rem 0;font-weight:700;display:flex}.tour-checkout__guests>div{align-items:center;gap:.55rem;display:inline-flex}.tour-checkout__guests button{border:1px solid var(--border);background:var(--bg-soft);place-items:center;width:34px;height:34px;display:grid}.tour-checkout__guests button:disabled{opacity:.4}.tour-checkout__guests em{text-align:center;min-width:1.25rem;font-style:normal;font-weight:800}.tour-checkout__total{justify-content:space-between;align-items:center;display:flex}.tour-checkout__total span{color:var(--text-muted);font-size:.85rem;font-weight:700}.tour-checkout__total strong{font-size:1.55rem;font-weight:800}.tour-checkout__card .btn{width:100%}.tour-checkout__secure{color:var(--text-muted);text-align:center;margin:0;font-size:.78rem;line-height:1.4}.tour-sticky{display:none}@media (width<=960px){.tour-page__layout{grid-template-columns:1fr}.tour-checkout{position:static}.tour-split{grid-template-columns:1fr}.tour-gallery__thumbs{grid-template-columns:repeat(4,minmax(0,1fr))}.tour-sticky{z-index:50;padding:.85rem 1rem calc(.85rem + env(safe-area-inset-bottom));border-top:1px solid var(--border);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#fffffff5;justify-content:space-between;align-items:center;gap:.75rem;display:flex;position:fixed;bottom:0;left:0;right:0}.tour-sticky span{letter-spacing:.08em;text-transform:uppercase;color:var(--text-muted);font-size:.7rem;font-weight:700;display:block}.tour-sticky strong{font-size:1.15rem;font-weight:800}.tour-sticky__actions{gap:.45rem;display:flex}.tour-sticky__actions .btn{width:auto;min-height:44px;padding-inline:.9rem}.tour-page{padding-bottom:7.5rem}}.pay-result{min-height:70vh;padding:calc(var(--header-h) + 3rem) 0 4rem;align-content:center;display:grid}.pay-result__box{text-align:center;justify-items:center;gap:.85rem;max-width:560px;display:grid}.pay-result__icon{border-radius:50%;place-items:center;width:84px;height:84px;display:grid}.pay-result__icon.is-ok{background:var(--green-soft);color:var(--green)}.pay-result__icon.is-fail{background:var(--red-soft);color:var(--red)}.pay-result__box h1{letter-spacing:-.03em;margin:0;font-size:clamp(1.6rem,3vw,2.1rem);font-weight:800}.pay-result__box p{color:var(--text-muted);max-width:38ch;margin:0}.pay-result__actions{flex-wrap:wrap;justify-content:center;gap:.65rem;margin-top:.75rem;display:flex}.admin-shell{--admin-topbar-h:64px;color:#111;background:#f4f6f5;grid-template-columns:260px 1fr;min-height:100dvh;font-family:Montserrat,system-ui,sans-serif;display:grid}.admin-sidebar{color:#fff;z-index:40;background:#101512;flex-direction:column;height:100dvh;padding:0 .9rem 1.1rem;display:flex;position:sticky;top:0}.admin-sidebar__brand{height:var(--admin-topbar-h);min-height:var(--admin-topbar-h);box-sizing:border-box;border-bottom:1px solid #ffffff14;align-items:center;gap:.7rem;margin-bottom:.85rem;padding:0 .45rem;display:flex}.admin-sidebar__brand img{border-radius:8px}.admin-sidebar__brand strong{font-size:.95rem;display:block}.admin-sidebar__brand span{color:#ffffff8c;margin-top:.15rem;font-size:.75rem;display:block}.admin-sidebar__close{color:#fff;margin-left:auto;display:none}.admin-nav{flex:1;gap:.25rem;display:grid;overflow:auto}.admin-nav a{color:#ffffffc7;border-radius:8px;align-items:center;gap:.65rem;padding:.75rem .8rem;font-size:.9rem;font-weight:600;display:flex}.admin-nav a:hover{color:#fff;background:#ffffff0f}.admin-nav a.is-active{color:#fff;background:#00a651}.admin-sidebar__foot{border-top:1px solid #ffffff14;gap:.35rem;padding-top:.85rem;display:grid}.admin-sidebar__foot a,.admin-sidebar__foot button{color:#ffffffc7;text-align:left;border-radius:8px;align-items:center;gap:.55rem;padding:.7rem .8rem;font-size:.88rem;font-weight:600;display:flex}.admin-sidebar__foot a:hover,.admin-sidebar__foot button:hover{color:#fff;background:#ffffff0f}.admin-main{flex-direction:column;min-width:0;display:flex}.admin-topbar{z-index:20;height:var(--admin-topbar-h);min-height:var(--admin-topbar-h);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-sizing:border-box;background:#ffffffeb;border-bottom:1px solid #e6e8e6;justify-content:space-between;align-items:center;gap:1rem;padding:0 1.25rem;display:flex;position:sticky;top:0}.admin-topbar__menu{background:#fff;border:1px solid #e6e8e6;border-radius:8px;place-items:center;width:40px;height:40px;display:none}.admin-topbar__meta{text-align:right;margin-left:auto}.admin-topbar__meta strong{font-size:.88rem;display:block}.admin-topbar__meta span{color:#6a6a6a;font-size:.75rem;display:block}.admin-content{padding:1.25rem}.admin-backdrop{display:none}@media (width<=960px){.admin-shell{grid-template-columns:1fr}.admin-sidebar{width:min(300px,86vw);transition:transform .3s cubic-bezier(.22,1,.36,1);position:fixed;top:0;bottom:0;left:0;transform:translate(-105%)}.admin-shell.is-nav-open .admin-sidebar{transform:translate(0)}.admin-sidebar__close,.admin-topbar__menu{display:grid}.admin-backdrop{z-index:30;background:#00000073;border:0;display:block;position:fixed;inset:0}.admin-content{padding:1rem}}.admin-page h1{letter-spacing:-.03em;margin:0 0 .35rem;font-size:clamp(1.4rem,3vw,1.8rem);font-weight:800}.admin-page__lead{color:#666;margin:0 0 1.25rem;font-size:.92rem}.admin-page__head{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:1rem;margin-bottom:1.25rem;display:flex}.admin-grid{gap:1rem;display:grid}.admin-grid--stats{grid-template-columns:repeat(4,minmax(0,1fr))}.admin-grid--stats-6{grid-template-columns:repeat(3,minmax(0,1fr))}.admin-card{background:#fff;border:1px solid #e6e8e6;border-radius:10px;padding:1.1rem 1.15rem}.admin-stat strong{letter-spacing:-.03em;margin:.35rem 0 .15rem;font-size:1.7rem;font-weight:800;display:block}.admin-stat span{color:#666;font-size:.82rem;font-weight:600}.admin-stat em{color:#00a651;margin-top:.35rem;font-size:.78rem;font-style:normal;font-weight:700;display:block}.admin-table-wrap{background:#fff;border:1px solid #e6e8e6;border-radius:10px;overflow:auto}.admin-table{border-collapse:collapse;width:100%;min-width:720px}.admin-table th,.admin-table td{text-align:left;vertical-align:top;border-bottom:1px solid #eef0ee;padding:.85rem .95rem;font-size:.88rem}.admin-table th{letter-spacing:.06em;text-transform:uppercase;color:#777;background:#fafbfa;font-size:.75rem}.admin-table tr:last-child td{border-bottom:0}.admin-badge{letter-spacing:.04em;text-transform:uppercase;border-radius:999px;align-items:center;padding:.25rem .55rem;font-size:.72rem;font-weight:800;display:inline-flex}.admin-badge--new{color:#008f45;background:#e8f8ef}.admin-badge--done{color:#555;background:#eef0ee}.admin-badge--warn{color:#b86b00;background:#fff4e8}.admin-badge--pay{color:#1a5fd0;background:#e8f1ff}.admin-badge--danger{color:#c41219;background:#fde8e9}.admin-actions{flex-wrap:wrap;gap:.4rem;display:flex}.admin-btn{cursor:pointer;border:1px solid #0000;border-radius:8px;justify-content:center;align-items:center;gap:.4rem;min-height:40px;padding:.55rem .9rem;font-size:.85rem;font-weight:700;display:inline-flex}.admin-btn--primary{color:#fff;background:#00a651}.admin-btn--primary:hover{background:#008f45}.admin-btn--danger{color:#fff;background:#e31b23}.admin-btn--ghost{color:#222;background:#fff;border-color:#dfe3df}.admin-btn--ghost:hover{color:#00a651;border-color:#00a651}.admin-form{gap:.85rem;display:grid}.admin-form label{gap:.35rem;font-size:.8rem;font-weight:700;display:grid}.admin-form input,.admin-form select,.admin-form textarea{width:100%;font:inherit;background:#fff;border:1.5px solid #e0e4e0;border-radius:8px;padding:.75rem .85rem}.admin-form input:focus,.admin-form select:focus,.admin-form textarea:focus{border-color:#00a651;outline:none}.admin-form-row{grid-template-columns:1fr 1fr;gap:.85rem;display:grid}.admin-modal{z-index:80;place-items:center;padding:1rem;display:grid;position:fixed;inset:0}.admin-modal__backdrop{background:#0a0e0c80;position:absolute;inset:0}.admin-modal__panel{z-index:1;background:#fff;border-radius:12px;width:min(720px,100%);max-height:min(90dvh,900px);padding:1.25rem;position:relative;overflow:auto;box-shadow:0 24px 70px #0003}.admin-modal__panel h2{margin:0 0 1rem;font-size:1.25rem;font-weight:800}.admin-empty{text-align:center;color:#777;padding:2rem 1rem}.admin-login{background:radial-gradient(circle at 100% 0,#00a6512e,#0000 40%),radial-gradient(circle at 0 100%,#e31b231f,#0000 35%),#f4f6f5;place-items:center;min-height:100dvh;padding:1.25rem;display:grid}.admin-login__card{background:#fff;border:1px solid #e6e8e6;border-radius:14px;width:min(420px,100%);padding:1.6rem 1.4rem;box-shadow:0 18px 50px #00000014}.admin-login__card img{border-radius:10px;width:48px;height:48px;margin-bottom:.85rem}.admin-login__card h1{margin:0 0 .35rem;font-size:1.5rem;font-weight:800}.admin-login__card p{color:#666;margin:0 0 1.25rem;font-size:.9rem}.admin-error{color:#c41219;margin:0;font-size:.85rem;font-weight:600}.admin-success{color:#008f45;margin:0;font-size:.85rem;font-weight:600}.admin-two-col{grid-template-columns:1.2fr 1fr;gap:1rem;display:grid}.admin-stat{position:relative}.admin-stat__icon{color:#fff;border-radius:8px;place-items:center;width:34px;height:34px;margin-bottom:.55rem;display:grid}.admin-stat__icon--green{background:#00a651}.admin-stat__icon--blue{background:#1a5fd0}.admin-stat__icon--gold{background:#c4891a}.admin-stat__icon--purple{background:#6b4eff}.admin-stat__icon--red{background:#e31b23}.admin-section-title{margin:0 0 .85rem;font-size:1.05rem;font-weight:800}.admin-chart{grid-template-columns:repeat(7,minmax(0,1fr));align-items:end;gap:.55rem;min-height:160px;display:grid}.admin-chart__col{justify-items:center;gap:.4rem;display:grid}.admin-chart__bars{justify-content:center;align-items:end;gap:3px;width:100%;height:120px;display:flex}.admin-chart__bar{border-radius:4px 4px 0 0;width:10px;min-height:4px}.admin-chart__bar--leads{background:#00a651}.admin-chart__bar--bookings{background:#1a5fd0}.admin-chart__col span{color:#777;font-size:.7rem;font-weight:600}.admin-chart__legend{color:#666;gap:1rem;margin-top:.85rem;font-size:.8rem;font-weight:600;display:flex}.admin-chart__legend .dot{border-radius:50%;width:8px;height:8px;margin-right:.35rem;display:inline-block}.dot--green{background:#00a651}.dot--blue{background:#1a5fd0}.admin-funnel{gap:.7rem;display:grid}.admin-funnel__meta{justify-content:space-between;margin-bottom:.25rem;font-size:.82rem;display:flex}.admin-funnel__track{background:#eef0ee;border-radius:999px;height:8px;overflow:hidden}.admin-funnel__track>div{background:linear-gradient(90deg,#00a651,#1a5fd0);height:100%}.admin-top-list{gap:.65rem;display:grid}.admin-top-list__row{border-bottom:1px solid #eef0ee;grid-template-columns:28px 1fr;align-items:center;gap:.7rem;padding:.65rem 0;display:grid}.admin-top-list__row:last-child{border-bottom:0}.admin-top-list__row em{color:#00a651;font-style:normal;font-weight:800}.admin-top-list__row strong{font-size:.9rem;display:block}.admin-top-list__row span{color:#777;margin-top:.15rem;font-size:.78rem;display:block}.kanban{grid-auto-columns:minmax(240px,1fr);grid-auto-flow:column;gap:.85rem;padding-bottom:.5rem;display:grid;overflow-x:auto}.kanban__col{background:#eef1ef;border-radius:12px;min-height:420px;padding:.7rem}.kanban__head{justify-content:space-between;align-items:center;margin-bottom:.7rem;display:flex}.kanban__head strong{border-left:3px solid #00a651;padding-left:.45rem;font-size:.82rem}.kanban__head span{background:#fff;border-radius:999px;padding:.15rem .5rem;font-size:.75rem;font-weight:800}.kanban__list{gap:.55rem;display:grid}.kanban__card{cursor:grab;background:#fff;border:1px solid #e2e6e2;border-radius:10px;gap:.35rem;padding:.75rem;display:grid}.kanban__card strong{font-size:.92rem}.kanban__phone{color:#00a651;align-items:center;gap:.3rem;font-size:.8rem;font-weight:700;display:inline-flex}.kanban__card p{color:#555;margin:0;font-size:.8rem}.kanban__card small{color:#888;-webkit-line-clamp:2;-webkit-box-orient:vertical;font-size:.75rem;display:-webkit-box;overflow:hidden}.kanban__meta{color:#888;justify-content:space-between;align-items:center;font-size:.72rem;display:flex}.kanban__card select{width:100%;font:inherit;background:#fafbfa;border:1px solid #e0e4e0;border-radius:8px;padding:.4rem .5rem;font-size:.75rem}.image-upload{gap:.4rem;display:grid}.image-upload__label{font-size:.8rem;font-weight:700}.image-upload__box{background:#fafbfa;border:1.5px dashed #d5dbd5;border-radius:10px;min-height:140px;position:relative;overflow:hidden}.image-upload__box input{opacity:0;cursor:pointer;position:absolute;inset:0}.image-upload__empty{color:#777;place-content:center;justify-items:center;gap:.4rem;min-height:140px;font-size:.82rem;font-weight:600;display:grid}.image-upload__preview{height:160px;position:relative}.image-upload__preview img{object-fit:cover;width:100%;height:100%}.image-upload__remove{color:#fff;z-index:2;background:#0000008c;border-radius:50%;place-items:center;width:28px;height:28px;display:grid;position:absolute;top:.5rem;right:.5rem}.gallery-upload{grid-template-columns:repeat(auto-fill,minmax(90px,1fr));gap:.55rem;display:grid}.gallery-upload__item,.gallery-upload__add{aspect-ratio:1;background:#fafbfa;border:1px solid #e0e4e0;border-radius:10px;position:relative;overflow:hidden}.gallery-upload__item img{object-fit:cover;width:100%;height:100%}.gallery-upload__item button{color:#fff;background:#0000008c;border-radius:50%;place-items:center;width:24px;height:24px;display:grid;position:absolute;top:.3rem;right:.3rem}.gallery-upload__add{color:#666;cursor:pointer;place-content:center;justify-items:center;gap:.25rem;font-size:.72rem;font-weight:700;display:grid}.gallery-upload__add input{display:none}.featured-tours{gap:.65rem;display:grid}.featured-tours__row{background:#fafbfa;border:1px solid #e6e8e6;border-radius:10px;grid-template-columns:56px 1fr auto auto;align-items:center;gap:.75rem;padding:.65rem;display:grid}.featured-tours__row img{object-fit:cover;border-radius:8px;width:56px;height:56px}.featured-tours__row strong{font-size:.92rem;display:block}.featured-tours__row span{color:#777;margin-top:.15rem;font-size:.78rem;display:block}.featured-tours__switch{white-space:nowrap;align-items:center;gap:.4rem;font-size:.8rem;font-weight:700;display:inline-flex}.program-builder{background:#fafbfa;border:1px solid #e6e8e6;border-radius:10px;gap:.75rem;padding:.9rem;display:grid}.program-builder__head{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.75rem;display:flex}.program-builder__head strong{font-size:.95rem}.program-builder__list{gap:.7rem;display:grid}.program-builder__card{background:#fff;border:1px solid #e0e4e0;border-left:3px solid #00a651;border-radius:10px;gap:.7rem;padding:.85rem;display:grid}.program-builder__card-head{justify-content:space-between;align-items:center;gap:.5rem;display:flex}.program-builder__card-head span{letter-spacing:.08em;text-transform:uppercase;color:#00a651;font-size:.78rem;font-weight:800}.admin-tabs{background:#eef1ef;border-radius:10px;gap:.35rem;margin-bottom:1rem;padding:.3rem;display:inline-flex}.admin-tabs button{color:#555;background:0 0;border:0;border-radius:8px;padding:.55rem .95rem;font-size:.85rem;font-weight:700}.admin-tabs button.is-active{color:#111;background:#fff;box-shadow:0 2px 8px #0000000f}.spin{animation:.8s linear infinite spin}@media (width<=1100px){.admin-grid--stats,.admin-grid--stats-6{grid-template-columns:repeat(2,minmax(0,1fr))}.admin-two-col,.admin-form-row{grid-template-columns:1fr}.featured-tours__row{grid-template-columns:48px 1fr}}@media (width<=640px){.admin-grid--stats,.admin-grid--stats-6{grid-template-columns:1fr}.admin-table{min-width:640px}}
