.tours-template{--tr-primary: #0e5a66;--tr-primary-dark: #093f48;--tr-primary-light: #d9edf0;--tr-accent: #f08a24;--tr-accent-dark: #d4730f;--tr-bg: #f7fbfc;--tr-surface: #edf5f6;--tr-surface-2: #e2eff1;--tr-text: #11252a;--tr-text-muted: #4d6970;--tr-border: #d3e3e6;--tr-success: #2f9e5e;--tr-danger: #d2483a;--tr-wa: #25d366;--tr-wa-dark: #1ebe5a;--tr-font: "Hanken Grotesk", system-ui, sans-serif;--tr-font-display: "Schibsted Grotesk", system-ui, sans-serif;--tr-text-xs: clamp(11px, 1.4vw, 12px);--tr-text-sm: clamp(13px, 1.9vw, 14px);--tr-text-base: clamp(15px, 2.3vw, 16px);--tr-text-lg: clamp(17px, 2.8vw, 19px);--tr-text-xl: clamp(20px, 3.2vw, 24px);--tr-text-2xl: clamp(25px, 4.4vw, 34px);--tr-text-3xl: clamp(30px, 5.4vw, 44px);--tr-text-hero: clamp(34px, 7vw, 60px);--tr-radius-sm: 8px;--tr-radius: 14px;--tr-radius-lg: 20px;--tr-radius-full: 9999px;--tr-shadow-sm: 0 1px 2px rgba(9, 63, 72, .06), 0 1px 3px rgba(9, 63, 72, .05);--tr-shadow: 0 6px 18px rgba(9, 63, 72, .1), 0 2px 6px rgba(9, 63, 72, .06);--tr-shadow-lg: 0 18px 44px rgba(9, 63, 72, .15), 0 6px 14px rgba(9, 63, 72, .08);--tr-section-pad: clamp(44px, 7.5vw, 84px);--tr-container: clamp(16px, 5vw, 64px);--tr-max: 1140px;--tr-dur-fast: .12s;--tr-dur: .2s;--tr-dur-slow: .32s;--tr-ease: cubic-bezier(.2, 0, 0, 1);--tr-ease-out: cubic-bezier(.16, 1, .3, 1);--tr-focus: 0 0 0 3px color-mix(in srgb, var(--tr-accent) 45%, transparent);--ft-primary: var(--tr-primary);--ft-primary-light: var(--tr-primary-light);--ft-primary-dark: var(--tr-primary-dark);--ft-accent: var(--tr-accent);--ft-bg: var(--tr-bg);--ft-surface: var(--tr-surface);--ft-text: var(--tr-text);--ft-text-muted: var(--tr-text-muted);--ft-border: var(--tr-border);--ft-radius: var(--tr-radius);--ft-font: var(--tr-font)}.tours-template.palette-violet{--tr-primary: #2f4b7c;--tr-primary-dark: #21385e;--tr-primary-light: #e0e7f3;--tr-accent: #f0a124;--tr-accent-dark: #d4830f}.tours-template.palette-sunrise{--tr-primary: #b3551b;--tr-primary-dark: #8a3f13;--tr-primary-light: #fbe6d4;--tr-accent: #1f8a8f;--tr-accent-dark: #146c70}.tours-template.palette-mint{--tr-primary: #1f7a5c;--tr-primary-dark: #145843;--tr-primary-light: #d8f0e6;--tr-accent: #f08a24;--tr-accent-dark: #d4730f}.tours-template.palette-mono{--tr-primary: #2b3b40;--tr-primary-dark: #1a262a;--tr-primary-light: #e3e9eb;--tr-accent: #f08a24;--tr-accent-dark: #d4730f}.tours-template{font-family:var(--tr-font);color:var(--tr-text);background:var(--tr-bg);font-size:var(--tr-text-base);line-height:1.6;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility;min-height:100vh}.tours-template *,.tours-template *:before,.tours-template *:after{box-sizing:border-box;margin:0;padding:0}.tours-template img{display:block;max-width:100%}.tours-template a{color:inherit;text-decoration:none}.tours-template button{font-family:inherit;cursor:pointer;border:none;background:none}.tours-template h1,.tours-template h2,.tours-template h3,.tours-template h4{font-family:var(--tr-font-display);font-weight:700;letter-spacing:-.015em}.tours-template a:focus-visible,.tours-template button:focus-visible,.tours-template input:focus-visible,.tours-template textarea:focus-visible,.tours-template select:focus-visible,.tours-template [tabindex]:focus-visible{outline:none;box-shadow:var(--tr-focus);border-radius:var(--tr-radius-sm)}.tours-template .tr-btn-icon{width:18px;height:18px;flex-shrink:0}.tours-template .tr-btn-primary,.tours-template .tr-btn-outline,.tours-template .tr-btn-wa,.tours-template .tr-btn-ghost{display:inline-flex;align-items:center;justify-content:center;gap:8px;font-family:var(--tr-font);font-weight:700;font-size:var(--tr-text-sm);padding:13px 24px;min-height:48px;border-radius:var(--tr-radius-full);text-decoration:none;cursor:pointer;white-space:nowrap;border:1.5px solid transparent;transition:transform var(--tr-dur-fast) var(--tr-ease),background var(--tr-dur) var(--tr-ease),border-color var(--tr-dur) var(--tr-ease),box-shadow var(--tr-dur) var(--tr-ease),color var(--tr-dur) var(--tr-ease)}.tours-template .tr-btn-primary{color:#fff;background:var(--tr-primary);box-shadow:var(--tr-shadow-sm)}.tours-template .tr-btn-primary:hover{background:var(--tr-primary-dark)}.tours-template .tr-btn-wa{color:#fff;background:var(--tr-wa);box-shadow:0 6px 16px #25d36657}.tours-template .tr-btn-wa:hover{background:var(--tr-wa-dark);transform:translateY(-1px);box-shadow:0 8px 22px #25d36670}.tours-template .tr-btn-outline{color:var(--tr-primary-dark);background:#ffffffb3;border-color:var(--tr-border)}.tours-template .tr-btn-outline:hover{background:#fff;border-color:var(--tr-primary)}.tours-template .tr-btn-ghost{color:var(--tr-primary-dark);background:transparent;border-color:var(--tr-border)}.tours-template .tr-btn-ghost:hover{background:var(--tr-primary-light);border-color:var(--tr-primary)}.tours-template .tr-btn-primary:active,.tours-template .tr-btn-outline:active,.tours-template .tr-btn-wa:active,.tours-template .tr-btn-ghost:active{transform:translateY(1px) scale(.99)}.tours-template .tr-hero--photo .tr-btn-outline,.tours-template .tr-hero--photo .tr-btn-ghost{color:#fff;background:#ffffff24;border-color:#ffffff73;backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px)}.tours-template .tr-hero--photo .tr-btn-outline:hover,.tours-template .tr-hero--photo .tr-btn-ghost:hover{background:#ffffff3d;border-color:#fff}.tours-template .tr-header{position:sticky;top:0;z-index:100;display:flex;align-items:center;justify-content:space-between;gap:12px;padding:11px var(--tr-container);background:#f7fbfce6;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border-bottom:1px solid var(--tr-border)}.tours-template .tr-header-brand{display:flex;align-items:center;gap:11px;min-width:0}.tours-template .tr-header-logo{width:40px;height:40px;border-radius:var(--tr-radius-full);object-fit:cover;flex-shrink:0;border:2px solid var(--tr-border)}.tours-template .tr-header-name{font-family:var(--tr-font-display);font-size:1.18rem;font-weight:700;letter-spacing:-.02em;color:var(--tr-primary-dark);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.tours-template .tr-header-actions{display:flex;align-items:center;gap:8px;flex-shrink:0}.tours-template .tr-status{display:inline-flex;align-items:center;gap:6px;font-size:.72rem;font-weight:700;letter-spacing:.03em;text-transform:uppercase;padding:5px 11px;border-radius:var(--tr-radius-full);white-space:nowrap}.tours-template .tr-status:before{content:"";width:7px;height:7px;border-radius:50%;background:currentColor}.tours-template .tr-status--open{color:var(--tr-success);background:#eaf7ef}.tours-template .tr-status--closed{color:var(--tr-danger);background:#fdeceb}.tours-template .tr-icon-btn{display:inline-flex;align-items:center;justify-content:center;gap:6px;height:40px;min-height:40px;padding:0 14px;font-family:var(--tr-font);font-size:.8rem;font-weight:700;border-radius:var(--tr-radius-full);white-space:nowrap;transition:background var(--tr-dur) var(--tr-ease),transform var(--tr-dur-fast) var(--tr-ease),color var(--tr-dur) var(--tr-ease)}.tours-template .tr-icon-btn .tr-btn-icon{width:16px;height:16px}.tours-template .tr-icon-btn--ghost{color:var(--tr-primary-dark);background:var(--tr-primary-light)}.tours-template .tr-icon-btn--ghost:hover{background:var(--tr-surface-2)}.tours-template .tr-icon-btn--wa{color:#fff;background:var(--tr-wa);box-shadow:0 3px 10px #25d3664d}.tours-template .tr-icon-btn--wa:hover{background:var(--tr-wa-dark);transform:translateY(-1px)}.tours-template .tr-icon-btn-label{display:none}@media(min-width:460px){.tours-template .tr-icon-btn-label{display:inline}}.tours-template .tr-hero{position:relative;overflow:hidden}.tours-template .tr-hero:not(.tr-hero--photo){background:radial-gradient(120% 85% at 90% -10%,rgba(240,138,36,.16) 0%,transparent 52%),linear-gradient(165deg,#ffffff 0%,var(--tr-surface) 60%,var(--tr-surface-2) 100%);border-bottom:1px solid var(--tr-border)}.tours-template .tr-hero-bg{position:absolute;inset:0;z-index:0}.tours-template .tr-hero-bg-img{width:100%;height:100%;object-fit:cover}.tours-template .tr-hero-scrim{position:absolute;inset:0;background:linear-gradient(to top,#071e23f0,#071e23b3 34%,#071e234d 70%,#071e232e),linear-gradient(100deg,rgba(7,30,35,.55) 0%,transparent 62%)}.tours-template .tr-hero-inner{position:relative;z-index:1;max-width:var(--tr-max);margin:0 auto;padding:clamp(40px,7vw,76px) var(--tr-container)}.tours-template .tr-hero--photo .tr-hero-inner{min-height:clamp(460px,74vh,620px);display:flex;align-items:flex-end}.tours-template .tr-hero-content{display:flex;flex-direction:column;align-items:flex-start;gap:15px;max-width:680px;min-width:0}.tours-template .tr-hero-eyebrow{display:inline-flex;align-items:center;gap:8px;padding:7px 14px 7px 11px;border-radius:var(--tr-radius-full);background:#f08a2424;font-family:var(--tr-font-display);font-size:.74rem;font-weight:700;letter-spacing:.16em;text-transform:uppercase;color:var(--tr-accent-dark)}.tours-template .tr-hero-eyebrow svg{width:16px;height:16px}.tours-template .tr-hero--photo .tr-hero-eyebrow{background:#ffffff29;color:#fdca96;backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px)}.tours-template .tr-hero-name{font-size:var(--tr-text-hero);font-weight:700;line-height:1.02;letter-spacing:-.025em;color:var(--tr-primary-dark);max-width:15ch;text-wrap:balance}.tours-template .tr-hero--photo .tr-hero-name{color:#fff}.tours-template .tr-hero-tagline{font-size:var(--tr-text-lg);color:var(--tr-text-muted);line-height:1.55;max-width:48ch}.tours-template .tr-hero--photo .tr-hero-tagline{color:#ffffffe0}.tours-template .tr-hero-meta{display:flex;align-items:center;flex-wrap:wrap;gap:9px 12px;margin-top:3px;font-size:.9rem;color:var(--tr-text-muted)}.tours-template .tr-hero--photo .tr-hero-meta{color:#ffffffd6}.tours-template .tr-hero-rating{display:inline-flex;align-items:center;gap:6px}.tours-template .tr-hero-rating-star{width:16px;height:16px;color:#f3a712}.tours-template .tr-hero-rating strong{font-family:var(--tr-font-display);font-weight:700;font-size:.96rem;color:var(--tr-text)}.tours-template .tr-hero--photo .tr-hero-rating strong{color:#fff}.tours-template .tr-hero-meta-item{display:inline-flex;align-items:center;gap:6px;font-weight:500}.tours-template .tr-hero-meta-icon{width:14px;height:14px;color:var(--tr-accent);flex-shrink:0}.tours-template .tr-hero--photo .tr-hero-meta-icon{color:#fdca96}.tours-template .tr-hero-sep{width:4px;height:4px;border-radius:50%;background:currentColor;opacity:.45}.tours-template .tr-hero-ctas{display:flex;gap:10px;margin-top:8px;flex-wrap:wrap}.tours-template .tr-section{max-width:var(--tr-max);margin:0 auto;padding:var(--tr-section-pad) var(--tr-container)}.tours-template .tr-section--surface{max-width:none;background:var(--tr-surface);border-top:1px solid var(--tr-border);border-bottom:1px solid var(--tr-border)}.tours-template .tr-section--surface>.tr-section-inner{max-width:var(--tr-max);margin-inline:auto}.tours-template .tr-section-header{margin-bottom:clamp(20px,3.5vw,34px)}.tours-template .tr-section-eyebrow{display:inline-flex;align-items:center;gap:7px;font-family:var(--tr-font-display);font-size:.74rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--tr-accent-dark);margin-bottom:8px}.tours-template .tr-section-eyebrow svg{width:15px;height:15px}.tours-template .tr-section-title{font-size:var(--tr-text-2xl);font-weight:700;color:var(--tr-primary-dark);line-height:1.1;letter-spacing:-.02em}.tours-template .tr-section-subtitle{font-size:var(--tr-text-base);color:var(--tr-text-muted);margin-top:8px;max-width:58ch}.tours-template .tr-fleet-note{display:inline-block;margin-top:14px;padding:9px 15px;font-size:var(--tr-text-sm);font-weight:600;color:var(--tr-accent-dark);background:#f08a241a;border:1px solid rgba(240,138,36,.28);border-radius:var(--tr-radius-full)}.tours-template .tr-modes{padding:var(--tr-section-pad) 0;background:var(--tr-surface);border-bottom:1px solid var(--tr-border)}.tours-template .tr-modes-head{max-width:var(--tr-max);margin:0 auto clamp(18px,2.8vw,28px);padding:0 var(--tr-container)}.tours-template .tr-modes-grid{max-width:var(--tr-max);margin:0 auto;padding:0 var(--tr-container);display:grid;grid-template-columns:repeat(2,1fr);gap:12px}.tours-template .tr-mode-card{display:flex;flex-direction:column;gap:10px;padding:18px;background:var(--tr-bg);border:1px solid var(--tr-border);border-radius:var(--tr-radius-lg);box-shadow:var(--tr-shadow-sm);transition:transform var(--tr-dur) var(--tr-ease),box-shadow var(--tr-dur) var(--tr-ease),border-color var(--tr-dur) var(--tr-ease)}.tours-template .tr-mode-card:hover{transform:translateY(-3px);box-shadow:var(--tr-shadow);border-color:var(--tr-primary-light)}.tours-template .tr-mode-icon{width:46px;height:46px;display:flex;align-items:center;justify-content:center;background:var(--tr-primary-light);color:var(--tr-primary);border-radius:var(--tr-radius)}.tours-template .tr-mode-icon svg{width:24px;height:24px}.tours-template .tr-mode-title{font-family:var(--tr-font-display);font-size:1rem;font-weight:700;color:var(--tr-text);line-height:1.2}.tours-template .tr-mode-desc{font-size:var(--tr-text-sm);color:var(--tr-text-muted);line-height:1.5}@media(min-width:760px){.tours-template .tr-modes-grid{grid-template-columns:repeat(4,1fr)}}.tours-template .tr-km{max-width:var(--tr-max);margin:clamp(26px,4vw,44px) auto 0;padding:0 var(--tr-container)}.tours-template .tr-km-head{display:flex;flex-direction:column;gap:6px;padding-top:clamp(20px,3vw,30px);margin-bottom:clamp(14px,2.4vw,20px);border-top:1px solid var(--tr-border)}.tours-template .tr-km-eyebrow{display:inline-flex;align-items:center;gap:7px;font-family:var(--tr-font-display);font-size:.74rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--tr-accent-dark)}.tours-template .tr-km-eyebrow svg{width:15px;height:15px}.tours-template .tr-km-lead{font-size:var(--tr-text-sm);color:var(--tr-text-muted);line-height:1.55;max-width:60ch}.tours-template .tr-km-grid{display:grid;grid-template-columns:1fr;gap:12px}.tours-template .tr-km-card{display:flex;align-items:flex-start;gap:13px;padding:16px;background:var(--tr-bg);border:1px solid var(--tr-border);border-radius:var(--tr-radius);box-shadow:var(--tr-shadow-sm);transition:transform var(--tr-dur) var(--tr-ease),box-shadow var(--tr-dur) var(--tr-ease),border-color var(--tr-dur) var(--tr-ease)}.tours-template .tr-km-card:hover{transform:translateY(-2px);box-shadow:var(--tr-shadow);border-color:var(--tr-primary-light)}.tours-template .tr-km-icon{width:42px;height:42px;flex-shrink:0;display:flex;align-items:center;justify-content:center;background:var(--tr-primary-light);color:var(--tr-primary);border-radius:var(--tr-radius-sm)}.tours-template .tr-km-icon svg{width:22px;height:22px}.tours-template .tr-km-body{min-width:0;flex:1}.tours-template .tr-km-card-top{display:flex;align-items:baseline;justify-content:space-between;gap:10px;margin-bottom:4px}.tours-template .tr-km-title{font-family:var(--tr-font-display);font-size:.98rem;font-weight:700;color:var(--tr-text);line-height:1.2}.tours-template .tr-km-dist{flex-shrink:0;font-family:var(--tr-font-display);font-size:.74rem;font-weight:700;letter-spacing:.02em;color:var(--tr-accent-dark);background:#f08a241f;padding:3px 9px;border-radius:var(--tr-radius-full);white-space:nowrap}.tours-template .tr-km-note{font-size:var(--tr-text-sm);color:var(--tr-text-muted);line-height:1.5}@media(min-width:760px){.tours-template .tr-km-grid{grid-template-columns:repeat(2,1fr)}}.tours-template .tr-offers{padding:var(--tr-section-pad) 0;background:var(--tr-bg);border-bottom:1px solid var(--tr-border)}.tours-template .tr-offers-head{max-width:var(--tr-max);margin:0 auto clamp(16px,2.6vw,24px);padding:0 var(--tr-container)}.tours-template .tr-offers-scroll{display:flex;gap:14px;max-width:var(--tr-max);margin:0 auto;overflow-x:auto;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;padding:6px var(--tr-container) 12px;scrollbar-width:none}.tours-template .tr-offers-scroll::-webkit-scrollbar{display:none}.tours-template .tr-offer-card{flex:0 0 230px;scroll-snap-align:start;background:var(--tr-bg);border-radius:var(--tr-radius-lg);border:1px solid var(--tr-border);overflow:hidden;position:relative;box-shadow:var(--tr-shadow-sm);transition:transform var(--tr-dur) var(--tr-ease),box-shadow var(--tr-dur) var(--tr-ease)}.tours-template .tr-offer-card:hover{transform:translateY(-3px);box-shadow:var(--tr-shadow)}.tours-template .tr-offer-img-wrap{position:relative;aspect-ratio:16 / 10;background:var(--tr-surface-2)}.tours-template .tr-offer-img{width:100%;height:100%;object-fit:cover}.tours-template .tr-offer-img-ph{width:100%;height:100%;display:flex;align-items:center;justify-content:center;color:var(--tr-primary);opacity:.4}.tours-template .tr-offer-img-ph svg{width:40px;height:40px}.tours-template .tr-offer-badge{position:absolute;top:8px;left:8px;display:inline-flex;align-items:center;gap:4px;background:var(--tr-accent);color:#fff;font-size:.64rem;font-weight:800;letter-spacing:.03em;text-transform:uppercase;padding:4px 9px;border-radius:var(--tr-radius-full)}.tours-template .tr-offer-badge svg{width:11px;height:11px}.tours-template .tr-offer-body{padding:11px 13px 14px}.tours-template .tr-offer-name{font-size:.9rem;font-weight:700;line-height:1.3;color:var(--tr-text);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.tours-template .tr-offer-price{font-family:var(--tr-font-display);font-size:1rem;font-weight:700;color:var(--tr-accent-dark);margin-top:3px}.tours-template .tr-offer-price-old{font-family:var(--tr-font);font-size:.76rem;font-weight:500;color:var(--tr-text-muted);text-decoration:line-through;margin-left:5px}.tours-template .tr-cat-tabs{display:flex;gap:9px;overflow-x:auto;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;padding-bottom:6px;margin-bottom:clamp(18px,3vw,28px);scrollbar-width:none}.tours-template .tr-cat-tabs::-webkit-scrollbar{display:none}.tours-template .tr-cat-tab{flex-shrink:0;scroll-snap-align:start;display:inline-flex;align-items:center;gap:7px;padding:10px 18px;min-height:44px;font-family:var(--tr-font);font-size:.85rem;font-weight:700;color:var(--tr-text-muted);background:var(--tr-bg);border:1.5px solid var(--tr-border);border-radius:var(--tr-radius-full);white-space:nowrap;transition:all var(--tr-dur) var(--tr-ease)}.tours-template .tr-cat-tab:hover{border-color:var(--tr-primary);color:var(--tr-primary-dark)}.tours-template .tr-cat-tab.active{background:var(--tr-primary);color:#fff;border-color:var(--tr-primary);box-shadow:var(--tr-shadow-sm)}.tours-template .tr-cat-count{font-size:.74rem;font-weight:700;opacity:.7}.tours-template .tr-fleet-grid{display:grid;grid-template-columns:repeat(1,1fr);gap:14px}.tours-template .tr-card{background:var(--tr-bg);border:1px solid var(--tr-border);border-radius:var(--tr-radius-lg);overflow:hidden;display:flex;flex-direction:column;box-shadow:var(--tr-shadow-sm);transition:box-shadow var(--tr-dur) var(--tr-ease),border-color var(--tr-dur) var(--tr-ease),transform var(--tr-dur) var(--tr-ease)}.tours-template .tr-card:hover{border-color:var(--tr-primary-light);box-shadow:var(--tr-shadow);transform:translateY(-3px)}.tours-template .tr-card-img-wrap{position:relative;aspect-ratio:16 / 10;background:var(--tr-surface-2);overflow:hidden;cursor:pointer}.tours-template .tr-card-img{width:100%;height:100%;object-fit:cover;transition:transform var(--tr-dur-slow) var(--tr-ease)}.tours-template .tr-card:hover .tr-card-img{transform:scale(1.05)}.tours-template .tr-card-img-ph{width:100%;height:100%;display:flex;align-items:center;justify-content:center;color:var(--tr-primary);opacity:.4}.tours-template .tr-card-img-ph svg{width:52px;height:52px}.tours-template .tr-card-badge{position:absolute;top:10px;left:10px;padding:4px 10px;font-size:.68rem;font-weight:800;letter-spacing:.02em;color:#fff;background:var(--tr-accent);border-radius:var(--tr-radius-full)}.tours-template .tr-card-oos{position:absolute;top:10px;right:10px;padding:4px 10px;font-size:.66rem;font-weight:700;color:var(--tr-text);background:#f7fbfceb;border-radius:var(--tr-radius-full)}.tours-template .tr-card-body{padding:13px 15px 6px;flex:1;display:flex;flex-direction:column;gap:4px}.tours-template .tr-card-cat{display:inline-flex;align-items:center;gap:5px;font-size:.66rem;font-weight:800;color:var(--tr-accent-dark);text-transform:uppercase;letter-spacing:.07em}.tours-template .tr-card-cat svg{width:13px;height:13px}.tours-template .tr-card-name{font-family:var(--tr-font-display);font-size:var(--tr-text-lg);font-weight:700;color:var(--tr-text);line-height:1.2;letter-spacing:-.01em;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.tours-template .tr-card-desc{font-size:var(--tr-text-sm);color:var(--tr-text-muted);line-height:1.5;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.tours-template .tr-card-meta{display:inline-flex;align-items:center;gap:5px;font-size:var(--tr-text-xs);font-weight:600;color:var(--tr-text-muted);margin-top:2px}.tours-template .tr-card-meta svg{width:13px;height:13px}.tours-template .tr-card-variant{width:100%;margin-top:8px;padding:11px 12px;font-family:var(--tr-font);font-size:var(--tr-text-sm);color:var(--tr-text);background:var(--tr-surface);border:1.5px solid var(--tr-border);border-radius:var(--tr-radius-sm);min-height:44px}.tours-template .tr-card-foot{padding:10px 15px 15px;display:flex;align-items:center;justify-content:space-between;gap:8px}.tours-template .tr-price-wrap{display:flex;align-items:baseline;gap:6px;flex-wrap:wrap}.tours-template .tr-price-from{font-size:.66rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;color:var(--tr-text-muted);margin-right:2px}.tours-template .tr-price{font-family:var(--tr-font-display);font-size:var(--tr-text-xl);font-weight:700;color:var(--tr-primary-dark);letter-spacing:-.01em}.tours-template .tr-price-unit{font-size:.8rem;font-weight:600;color:var(--tr-text-muted);margin-left:-1px}.tours-template .tr-price-old{font-size:.78rem;color:var(--tr-text-muted);text-decoration:line-through}.tours-template .tr-price-rfq{font-size:.84rem;font-weight:700;color:var(--tr-text-muted)}.tours-template .tr-card-add{display:inline-flex;align-items:center;justify-content:center;gap:6px;padding:10px 18px;min-height:42px;font-family:var(--tr-font);font-size:.84rem;font-weight:700;color:#fff;background:var(--tr-primary);border-radius:var(--tr-radius-full);white-space:nowrap;transition:background var(--tr-dur) var(--tr-ease),transform var(--tr-dur-fast) var(--tr-ease)}.tours-template .tr-card-add svg{width:15px;height:15px}.tours-template .tr-card-add:hover{background:var(--tr-primary-dark)}.tours-template .tr-card-add:active{transform:translateY(1px) scale(.98)}.tours-template .tr-card-add:disabled{opacity:.45;cursor:not-allowed}.tours-template .tr-qty{display:inline-flex;align-items:center;gap:4px}.tours-template .tr-qty-btn{width:36px;height:36px;display:flex;align-items:center;justify-content:center;color:var(--tr-primary);background:var(--tr-primary-light);border:1.5px solid var(--tr-border);border-radius:var(--tr-radius-full);transition:background var(--tr-dur-fast) var(--tr-ease),color var(--tr-dur-fast) var(--tr-ease)}.tours-template .tr-qty-btn svg{width:15px;height:15px}.tours-template .tr-qty-btn:hover{background:var(--tr-primary);color:#fff}.tours-template .tr-qty-val{min-width:26px;text-align:center;font-family:var(--tr-font-display);font-weight:700;font-size:.95rem;color:var(--tr-primary-dark)}.tours-template .tr-trip{padding:0 var(--tr-container) var(--tr-section-pad);max-width:var(--tr-max);margin:0 auto}.tours-template .tr-trip-card{position:relative;overflow:hidden;display:flex;align-items:center;gap:clamp(16px,3vw,28px);padding:clamp(22px,4vw,36px);background:linear-gradient(135deg,var(--tr-primary) 0%,var(--tr-primary-dark) 100%);border-radius:var(--tr-radius-lg);color:#fff;box-shadow:var(--tr-shadow);flex-wrap:wrap}.tours-template .tr-trip-card:after{content:"";position:absolute;right:-40px;top:-40px;width:200px;height:200px;border-radius:50%;background:radial-gradient(circle,rgba(240,138,36,.45) 0%,transparent 70%);pointer-events:none}.tours-template .tr-trip-icon{position:relative;z-index:1;width:64px;height:64px;flex-shrink:0;display:flex;align-items:center;justify-content:center;background:#ffffff24;border:1px solid rgba(255,255,255,.24);border-radius:var(--tr-radius);color:#fff}.tours-template .tr-trip-icon svg{width:32px;height:32px}.tours-template .tr-trip-body{position:relative;z-index:1;flex:1;min-width:200px}.tours-template .tr-trip-title{font-family:var(--tr-font-display);font-size:var(--tr-text-xl);font-weight:700;margin-bottom:6px;letter-spacing:-.01em}.tours-template .tr-trip-desc{font-size:var(--tr-text-sm);color:#ffffffd6;line-height:1.5;max-width:54ch}.tours-template .tr-trip-btn{position:relative;z-index:1;display:inline-flex;align-items:center;gap:8px;padding:13px 24px;min-height:48px;font-family:var(--tr-font);font-size:var(--tr-text-sm);font-weight:700;color:#fff;background:var(--tr-wa);border-radius:var(--tr-radius-full);white-space:nowrap;box-shadow:0 5px 16px #25d36666;transition:background var(--tr-dur) var(--tr-ease),transform var(--tr-dur-fast) var(--tr-ease)}.tours-template .tr-trip-btn svg{width:18px;height:18px}.tours-template .tr-trip-btn:hover{background:var(--tr-wa-dark);transform:translateY(-1px)}.tours-template .tr-about-grid{display:grid;grid-template-columns:1fr;gap:clamp(22px,4vw,44px);align-items:start}.tours-template .tr-about-main{min-width:0}.tours-template .tr-about-text{font-size:var(--tr-text-base);color:var(--tr-text);line-height:1.75;max-width:60ch}.tours-template .tr-about-text+.tr-about-text{margin-top:14px}.tours-template .tr-about-panel{display:flex;flex-direction:column;gap:14px;padding:clamp(20px,3vw,26px);background:var(--tr-bg);border:1px solid var(--tr-border);border-radius:var(--tr-radius-lg);box-shadow:var(--tr-shadow-sm)}.tours-template .tr-about-stat{display:flex;flex-direction:column;gap:2px;padding-bottom:14px;border-bottom:1px solid var(--tr-border)}.tours-template .tr-about-stat-num{font-family:var(--tr-font-display);font-size:var(--tr-text-3xl);font-weight:700;line-height:1;letter-spacing:-.02em;color:var(--tr-primary-dark)}.tours-template .tr-about-stat-label{font-size:var(--tr-text-sm);font-weight:600;color:var(--tr-text-muted)}.tours-template .tr-about-list{list-style:none;display:flex;flex-direction:column;gap:12px}.tours-template .tr-about-list-item{display:flex;align-items:center;gap:12px}.tours-template .tr-about-list-icon{width:40px;height:40px;flex-shrink:0;display:flex;align-items:center;justify-content:center;background:var(--tr-primary-light);border-radius:var(--tr-radius-sm);color:var(--tr-primary)}.tours-template .tr-about-list-icon svg{width:20px;height:20px}.tours-template .tr-about-list-label{font-family:var(--tr-font-display);font-size:.92rem;font-weight:700;color:var(--tr-text);line-height:1.25}@media(min-width:860px){.tours-template .tr-about-grid{grid-template-columns:1.6fr 1fr}.tours-template .tr-about-panel{position:sticky;top:84px}}.tours-template .tr-reviews{max-width:none;background:var(--tr-surface);border-top:1px solid var(--tr-border);padding:var(--tr-section-pad) var(--tr-container)}.tours-template .tr-reviews>.tr-reviews-inner{max-width:var(--tr-max);margin-inline:auto}.tours-template .tr-reviews .rl-spotlight-kicker,.tours-template .tr-reviews .rl-aggregate-count{color:var(--tr-text-muted)}.tours-template .tr-reviews .rl-spotlight-title,.tours-template .tr-reviews .rl-aggregate-score{font-family:var(--tr-font-display);color:var(--tr-primary-dark)}.tours-template .tr-reviews .rl-aggregate-stars,.tours-template .tr-reviews .rl-card-stars{color:#f3a712}.tours-template .tr-reviews .rl-card-stars .star.empty{color:var(--tr-border)}.tours-template .tr-reviews .rl-card{background:var(--tr-bg);border-color:var(--tr-border);border-radius:var(--tr-radius-lg);box-shadow:var(--tr-shadow-sm)}.tours-template .tr-reviews .rl-card:hover{border-color:var(--tr-primary-light);box-shadow:var(--tr-shadow)}.tours-template .tr-reviews .rl-card-quote,.tours-template .tr-reviews .rl-card-name{color:var(--tr-text)}.tours-template .tr-reviews .rl-card-avatar{background:var(--tr-primary);color:#fff}.tours-template .tr-reviews .rl-card-author{border-top-color:var(--tr-border)}.tours-template .tr-reviews .rf-input,.tours-template .tr-reviews .rf-textarea{border-radius:var(--tr-radius-sm);border-color:var(--tr-border);background:var(--tr-bg)}.tours-template .tr-reviews .rf-submit{background:var(--tr-primary);border-radius:var(--tr-radius-full)}.tours-template .tr-reviews .rf-submit:hover{background:var(--tr-primary-dark)}.tours-template .tr-pay-grid{display:flex;flex-wrap:wrap;gap:16px}.tours-template .tr-pay-card{background:var(--tr-bg);border:1px solid var(--tr-border);border-radius:var(--tr-radius-lg);padding:22px;display:flex;flex-direction:column;gap:12px;min-width:240px;box-shadow:var(--tr-shadow-sm)}.tours-template .tr-pay-card--qr{align-items:center}.tours-template .tr-pay-label{font-size:.72rem;font-weight:800;letter-spacing:.06em;text-transform:uppercase;color:var(--tr-text-muted)}.tours-template .tr-pay-upi{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.tours-template .tr-pay-upi-id{font-family:var(--tr-font-display);font-size:var(--tr-text-lg);font-weight:700;color:var(--tr-text);word-break:break-all}.tours-template .tr-pay-copy{display:inline-flex;align-items:center;gap:6px;padding:8px 14px;min-height:38px;font-family:var(--tr-font);font-size:.78rem;font-weight:700;color:var(--tr-primary);background:var(--tr-primary-light);border-radius:var(--tr-radius-full);transition:background var(--tr-dur) var(--tr-ease),color var(--tr-dur) var(--tr-ease)}.tours-template .tr-pay-copy:hover{background:var(--tr-primary);color:#fff}.tours-template .tr-pay-copy svg{width:15px;height:15px}.tours-template .tr-pay-qr{width:180px;height:180px;object-fit:contain;border-radius:var(--tr-radius);border:1px solid var(--tr-border);background:#fff}.tours-template .tr-loc-grid{display:grid;grid-template-columns:1fr;gap:16px}.tours-template .tr-loc-map-wrap{border-radius:var(--tr-radius-lg);overflow:hidden;border:1px solid var(--tr-border);box-shadow:var(--tr-shadow-sm);background:var(--tr-surface)}.tours-template .tr-loc-map{width:100%;height:280px;border:0;display:block}.tours-template .tr-loc-panel{display:flex;flex-direction:column;gap:18px;padding:24px;background:var(--tr-bg);border:1px solid var(--tr-border);border-radius:var(--tr-radius-lg);box-shadow:var(--tr-shadow-sm)}.tours-template .tr-loc-row{display:flex;gap:14px;align-items:flex-start}.tours-template .tr-loc-icon{width:42px;height:42px;flex-shrink:0;display:flex;align-items:center;justify-content:center;background:var(--tr-primary-light);border-radius:var(--tr-radius-sm);color:var(--tr-primary)}.tours-template .tr-loc-icon svg{width:20px;height:20px}.tours-template .tr-loc-row-body{min-width:0}.tours-template .tr-loc-row-label{display:block;font-size:.72rem;font-weight:800;letter-spacing:.06em;text-transform:uppercase;color:var(--tr-text-muted);margin-bottom:3px}.tours-template .tr-loc-row-value{font-size:var(--tr-text-base);color:var(--tr-text);line-height:1.5}.tours-template .tr-loc-row-link{font-size:var(--tr-text-base);font-weight:600;color:var(--tr-primary-dark)}.tours-template .tr-loc-row-link:hover{color:var(--tr-accent-dark)}.tours-template .tr-loc-hours{list-style:none;display:flex;flex-direction:column;gap:4px}.tours-template .tr-loc-hours li{display:flex;justify-content:space-between;gap:16px;font-size:var(--tr-text-sm);color:var(--tr-text)}.tours-template .tr-loc-hours li span:first-child{color:var(--tr-text-muted)}.tours-template .tr-loc-hours li.is-closed span:last-child{color:var(--tr-danger);font-weight:600}.tours-template .tr-loc-directions{margin-top:2px}@media(min-width:760px){.tours-template .tr-loc-grid{grid-template-columns:1.5fr 1fr;align-items:stretch}.tours-template .tr-loc-map{height:100%;min-height:340px}}.tours-template .tr-footer{background:var(--tr-primary-dark);color:#ffffffd1;padding:clamp(40px,6vw,64px) var(--tr-container) 24px}.tours-template .tr-footer-grid{max-width:var(--tr-max);margin:0 auto;display:grid;grid-template-columns:1fr;gap:32px}.tours-template .tr-footer-brand-name{font-family:var(--tr-font-display);font-size:var(--tr-text-xl);font-weight:700;color:#fff;margin-bottom:8px;letter-spacing:-.01em}.tours-template .tr-footer-para{font-size:var(--tr-text-sm);color:#ffffffb3;line-height:1.6;margin-bottom:10px;max-width:40ch}.tours-template .tr-footer-heading{font-family:var(--tr-font-display);font-size:.78rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:#fff;margin-bottom:14px}.tours-template .tr-footer-link{display:inline-flex;align-items:center;gap:8px;font-size:var(--tr-text-sm);color:#ffffffd1;margin-bottom:8px;transition:color var(--tr-dur) var(--tr-ease)}.tours-template .tr-footer-link:hover{color:#fff}.tours-template .tr-footer-link svg{width:16px;height:16px;flex-shrink:0}.tours-template .tr-footer-link--wa{color:#7ee7a5}.tours-template .tr-footer-social{display:flex;flex-wrap:wrap;gap:8px;margin-top:14px}.tours-template .tr-footer-social-link{display:inline-flex;align-items:center;padding:7px 15px;font-size:.74rem;font-weight:700;color:#ffffffdb;background:#ffffff17;border:1px solid rgba(255,255,255,.14);border-radius:var(--tr-radius-full);transition:background var(--tr-dur) var(--tr-ease)}.tours-template .tr-footer-social-link:hover{background:#ffffff2e}.tours-template .tr-footer-hours-table{width:100%;font-size:var(--tr-text-sm);border-collapse:collapse}.tours-template .tr-footer-hours-table td{padding:5px 0;color:#ffffffb3}.tours-template .tr-footer-hours-table td:first-child{font-weight:600;color:#ffffffe6;width:110px;text-transform:capitalize}.tours-template .tr-footer-hours-closed{color:#f4a79c}.tours-template .tr-footer-catalog-btn{display:inline-flex;align-items:center;gap:8px;padding:11px 20px;min-height:44px;font-family:var(--tr-font);font-size:.85rem;font-weight:700;color:var(--tr-primary-dark);background:#fff;border-radius:var(--tr-radius-full);margin-top:4px;transition:background var(--tr-dur) var(--tr-ease)}.tours-template .tr-footer-catalog-btn:hover{background:var(--tr-primary-light)}.tours-template .tr-footer-catalog-btn svg{width:16px;height:16px}.tours-template .tr-footer-copyright{max-width:var(--tr-max);margin:32px auto 0;padding-top:20px;border-top:1px solid rgba(255,255,255,.12);text-align:center;font-size:var(--tr-text-xs);color:#ffffff8c}.tours-template .tr-powered-by{margin-top:12px}.tours-template .tr-fab-wa{position:fixed;right:18px;bottom:18px;z-index:98;width:56px;height:56px;display:flex;align-items:center;justify-content:center;background:var(--tr-wa);color:#fff;border-radius:50%;box-shadow:0 6px 20px #25d36673;transition:transform var(--tr-dur) var(--tr-ease),box-shadow var(--tr-dur) var(--tr-ease)}.tours-template .tr-fab-wa:hover{transform:translateY(-2px) scale(1.05);box-shadow:0 10px 28px #25d3668c}.tours-template .tr-fab-wa svg{width:28px;height:28px}.tours-template .tr-cart-bar{position:fixed;bottom:0;left:0;right:0;z-index:99;display:flex;align-items:center;justify-content:space-between;gap:12px;padding:13px var(--tr-container);background:var(--tr-primary);color:#fff;box-shadow:0 -6px 22px #093f4847;animation:tr-slide-up var(--tr-dur-slow) var(--tr-ease-out)}.tours-template .tr-cart-bar-info{display:flex;flex-direction:column;gap:1px;min-width:0}.tours-template .tr-cart-bar-count{font-size:var(--tr-text-xs);font-weight:600;opacity:.85}.tours-template .tr-cart-bar-total{font-family:var(--tr-font-display);font-size:var(--tr-text-lg);font-weight:700}.tours-template .tr-cart-bar-btn{display:inline-flex;align-items:center;gap:8px;padding:12px 22px;min-height:46px;font-family:var(--tr-font);font-size:.9rem;font-weight:700;color:var(--tr-primary-dark);background:#fff;border-radius:var(--tr-radius-full);white-space:nowrap;transition:background var(--tr-dur) var(--tr-ease),transform var(--tr-dur-fast) var(--tr-ease)}.tours-template .tr-cart-bar-btn svg{width:16px;height:16px}.tours-template .tr-cart-bar-btn:hover{background:var(--tr-primary-light)}.tours-template .tr-cart-bar-btn:active{transform:translateY(1px) scale(.99)}.tours-template .ft-modal-overlay{position:fixed;inset:0;z-index:200;background:#071e238c;backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px);display:flex;align-items:flex-end;justify-content:center;animation:tr-fade-in var(--tr-dur) var(--tr-ease)}.tours-template .ft-modal{width:100%;max-width:480px;max-height:90vh;overflow-y:auto;background:var(--tr-bg);border-radius:var(--tr-radius-lg) var(--tr-radius-lg) 0 0;padding:22px 18px 30px;animation:tr-slide-up var(--tr-dur-slow) var(--tr-ease-out)}.tours-template .ft-modal-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:16px}.tours-template .ft-modal-title{font-family:var(--tr-font-display);font-size:var(--tr-text-xl);font-weight:700;color:var(--tr-text);letter-spacing:-.01em}.tours-template .ft-modal-close{width:38px;height:38px;display:flex;align-items:center;justify-content:center;color:var(--tr-text-muted);background:var(--tr-surface);border-radius:50%;transition:background var(--tr-dur) var(--tr-ease)}.tours-template .ft-modal-close svg{width:18px;height:18px}.tours-template .ft-modal-close:hover{background:var(--tr-surface-2)}.tours-template .ft-cart-item{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:13px 0;border-bottom:1px solid var(--tr-border)}.tours-template .ft-cart-item-details{flex:1;min-width:0}.tours-template .ft-cart-item-name{font-size:var(--tr-text-base);font-weight:700;color:var(--tr-text)}.tours-template .ft-cart-item-variant{font-size:var(--tr-text-xs);color:var(--tr-text-muted);margin-top:1px}.tours-template .ft-cart-item-price{font-size:var(--tr-text-sm);font-weight:700;color:var(--tr-accent-dark);margin-top:2px}.tours-template .ft-cart-item-qty{display:flex;align-items:center;gap:6px;flex-shrink:0}.tours-template .ft-qty-btn{width:32px;height:32px;display:flex;align-items:center;justify-content:center;color:var(--tr-primary);background:var(--tr-primary-light);border:1px solid var(--tr-border);border-radius:var(--tr-radius-full);font-size:1rem;font-weight:700;transition:background var(--tr-dur-fast) var(--tr-ease),color var(--tr-dur-fast) var(--tr-ease)}.tours-template .ft-qty-btn:hover{background:var(--tr-primary);color:#fff}.tours-template .ft-cart-item-qty-num{min-width:22px;text-align:center;font-weight:700;font-size:.88rem}.tours-template .ft-cart-total{display:flex;align-items:center;justify-content:space-between;padding:16px 0;font-family:var(--tr-font-display);font-size:var(--tr-text-lg);font-weight:700;color:var(--tr-text);border-top:2px solid var(--tr-border);margin-top:6px}.tours-template .ft-checkout-input{width:100%;padding:12px 14px;font-size:var(--tr-text-base);font-family:var(--tr-font);color:var(--tr-text);background:var(--tr-surface);border:1.5px solid var(--tr-border);border-radius:var(--tr-radius-sm);outline:none;margin-bottom:11px;min-height:46px;transition:border-color var(--tr-dur) var(--tr-ease)}.tours-template .ft-checkout-input:focus{border-color:var(--tr-primary)}.tours-template .ft-btn-primary{display:inline-flex;align-items:center;justify-content:center;gap:8px;width:100%;padding:14px 24px;min-height:50px;font-family:var(--tr-font);font-size:var(--tr-text-base);font-weight:700;color:#fff;background:var(--tr-wa);border-radius:var(--tr-radius-full);box-shadow:0 5px 16px #25d36652;transition:background var(--tr-dur) var(--tr-ease),transform var(--tr-dur-fast) var(--tr-ease)}.tours-template .ft-btn-primary svg{width:18px;height:18px}.tours-template .ft-btn-primary:hover{background:var(--tr-wa-dark);transform:translateY(-1px)}.tours-template .ft-btn-primary:disabled{opacity:.5;cursor:not-allowed;transform:none}.tours-template .tr-vdm{padding:0;overflow:hidden}.tours-template .tr-vdm-media{position:relative;aspect-ratio:16 / 10;background:var(--tr-surface-2)}.tours-template .tr-vdm-img{width:100%;height:100%;object-fit:cover}.tours-template .tr-vdm-img-ph{width:100%;height:100%;display:flex;align-items:center;justify-content:center;color:var(--tr-primary);opacity:.4}.tours-template .tr-vdm-img-ph svg{width:60px;height:60px}.tours-template .tr-vdm-badge{position:absolute;top:12px;left:12px;padding:4px 11px;font-size:.7rem;font-weight:800;letter-spacing:.02em;color:#fff;background:var(--tr-accent);border-radius:var(--tr-radius-full)}.tours-template .tr-vdm-oos{position:absolute;bottom:12px;left:12px;padding:4px 11px;font-size:.7rem;font-weight:700;color:var(--tr-text);background:#f7fbfcf0;border-radius:var(--tr-radius-full)}.tours-template .tr-vdm-close{position:absolute;top:12px;right:12px;width:38px;height:38px;display:flex;align-items:center;justify-content:center;color:var(--tr-text);background:#f7fbfceb;border-radius:50%;box-shadow:var(--tr-shadow-sm);transition:background var(--tr-dur) var(--tr-ease)}.tours-template .tr-vdm-close svg{width:18px;height:18px}.tours-template .tr-vdm-close:hover{background:#fff}.tours-template .tr-vdm-body{padding:18px 20px 26px;display:flex;flex-direction:column;gap:8px}.tours-template .tr-vdm-cat{display:inline-flex;align-items:center;gap:5px;font-size:.66rem;font-weight:800;color:var(--tr-accent-dark);text-transform:uppercase;letter-spacing:.07em}.tours-template .tr-vdm-cat svg{width:13px;height:13px}.tours-template .tr-vdm-name{font-family:var(--tr-font-display);font-size:var(--tr-text-xl);font-weight:700;color:var(--tr-text);line-height:1.2;letter-spacing:-.015em}.tours-template .tr-vdm-meta{display:inline-flex;align-items:center;gap:5px;font-size:var(--tr-text-xs);font-weight:600;color:var(--tr-text-muted)}.tours-template .tr-vdm-meta svg{width:14px;height:14px}.tours-template .tr-vdm-desc{font-size:var(--tr-text-sm);color:var(--tr-text-muted);line-height:1.6}.tours-template .tr-vdm-price-row{display:flex;align-items:baseline;flex-wrap:wrap;gap:7px;margin-top:4px}.tours-template .tr-vdm-price{font-family:var(--tr-font-display);font-size:var(--tr-text-2xl);font-weight:700;color:var(--tr-primary-dark);letter-spacing:-.015em}.tours-template .tr-vdm-price-unit{font-size:.86rem;font-weight:600;color:var(--tr-text-muted)}.tours-template .tr-vdm-price-old{font-size:.86rem;color:var(--tr-text-muted);text-decoration:line-through}.tours-template .tr-vdm-price-rfq{font-size:var(--tr-text-base);font-weight:700;color:var(--tr-text-muted)}.tours-template .tr-vdm-variants{display:flex;flex-direction:column;gap:12px;margin-top:6px}.tours-template .tr-vdm-variant-label{display:block;font-size:.72rem;font-weight:800;letter-spacing:.05em;text-transform:uppercase;color:var(--tr-text-muted);margin-bottom:7px}.tours-template .tr-vdm-variant-opts{display:flex;flex-wrap:wrap;gap:7px}.tours-template .tr-vdm-chip{padding:8px 15px;min-height:38px;font-family:var(--tr-font);font-size:var(--tr-text-sm);font-weight:600;color:var(--tr-text);background:var(--tr-surface);border:1.5px solid var(--tr-border);border-radius:var(--tr-radius-full);transition:all var(--tr-dur) var(--tr-ease)}.tours-template .tr-vdm-chip:hover{border-color:var(--tr-primary)}.tours-template .tr-vdm-chip.is-active{color:#fff;background:var(--tr-primary);border-color:var(--tr-primary)}.tours-template .tr-vdm-qty-row{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-top:8px;padding:10px 0}.tours-template .tr-vdm-qty-label{font-size:.72rem;font-weight:800;letter-spacing:.05em;text-transform:uppercase;color:var(--tr-text-muted)}.tours-template .tr-vdm-note{display:flex;align-items:flex-start;gap:9px;margin-top:6px;padding:11px 13px;font-size:var(--tr-text-xs);color:var(--tr-text-muted);line-height:1.5;background:var(--tr-surface);border-radius:var(--tr-radius-sm)}.tours-template .tr-vdm-note svg{width:16px;height:16px;flex-shrink:0;color:var(--tr-accent-dark);margin-top:1px}.tours-template .tr-vdm-add{display:inline-flex;align-items:center;justify-content:center;gap:8px;width:100%;margin-top:8px;padding:14px 24px;min-height:50px;font-family:var(--tr-font);font-size:var(--tr-text-base);font-weight:700;color:#fff;background:var(--tr-primary);border-radius:var(--tr-radius-full);box-shadow:var(--tr-shadow-sm);transition:background var(--tr-dur) var(--tr-ease),transform var(--tr-dur-fast) var(--tr-ease)}.tours-template .tr-vdm-add svg{width:18px;height:18px}.tours-template .tr-vdm-add:hover{background:var(--tr-primary-dark)}.tours-template .tr-vdm-add:active{transform:translateY(1px) scale(.99)}.tours-template .tr-vdm-add[data-added=true]{background:var(--tr-success)}.tours-template .tr-vdm-oos-banner{margin-top:8px;padding:13px;text-align:center;font-size:var(--tr-text-sm);font-weight:600;color:var(--tr-danger);background:#fdeceb;border-radius:var(--tr-radius-sm)}.tours-template .tr-vdm-wa{display:inline-flex;align-items:center;justify-content:center;gap:8px;width:100%;margin-top:10px;padding:13px 22px;min-height:48px;font-family:var(--tr-font);font-size:var(--tr-text-sm);font-weight:700;color:var(--tr-wa-dark);background:#25d3661a;border:1.5px solid rgba(37,211,102,.32);border-radius:var(--tr-radius-full);transition:background var(--tr-dur) var(--tr-ease)}.tours-template .tr-vdm-wa svg{width:18px;height:18px}.tours-template .tr-vdm-wa:hover{background:#25d3662e}.tours-template .tr-empty{text-align:center;color:var(--tr-text-muted);padding:44px 16px}.tours-template .tr-empty-icon{display:inline-flex;color:var(--tr-primary);opacity:.4;margin-bottom:12px}.tours-template .tr-empty-icon svg{width:48px;height:48px}.tours-template .tr-empty-text{font-size:var(--tr-text-base)}@keyframes tr-fade-in{0%{opacity:0}to{opacity:1}}@keyframes tr-slide-up{0%{transform:translateY(40px);opacity:0}to{transform:translateY(0);opacity:1}}@media(min-width:560px){.tours-template .tr-fleet-grid{grid-template-columns:repeat(2,1fr);gap:16px}}@media(min-width:640px){.tours-template .tr-offer-card{flex-basis:256px}.tours-template .tr-footer-grid{grid-template-columns:1.5fr 1fr 1fr}.tours-template .ft-modal{border-radius:var(--tr-radius-lg);margin:auto}.tours-template .ft-modal-overlay{align-items:center}}@media(min-width:1024px){.tours-template .tr-fleet-grid{grid-template-columns:repeat(3,1fr);gap:18px}}@media(prefers-reduced-motion:reduce){.tours-template *,.tours-template *:before,.tours-template *:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important}}
