:root {
  --deep: #0078c9;
  --teal: #00a9d5;
  --sea: #00c8c5;
  --lagoon: #5be3dc;
  --sky: #d8f8ff;
  --sand: #ffd45f;
  --sun: #ffb514;
  --palm: #4fc541;
  --cream: #fffbed;
  --coral: #f36b25;
  --ink: #174469;
  --muted: #54778a;
  --white: #fff;
  --shadow: 0 20px 58px rgba(0, 126, 190, 0.18);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--cream); color: var(--ink); font-family: "Manrope", Arial, sans-serif; }
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button, a { transition: .2s ease; }
img { display: block; max-width: 100%; }
.shell { width: min(1180px, calc(100% - 48px)); margin-inline: auto; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; left: 12px; top: -100px; z-index: 100; padding: 10px 14px; background: white; color: var(--deep); }
.skip-link:focus { top: 12px; }

.utility { height: 35px; background: linear-gradient(90deg, #0078c9, #00b9d3); color: #effdff; font-size: 11px; }
.utility-inner, .utility-inner > div { height: 100%; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.utility a:hover { color: #ffe67b; }
.site-header { position: absolute; z-index: 20; top: 35px; left: 0; right: 0; color: white; }
.header-top { height: 108px; display: flex; align-items: center; gap: 24px; }
.brand { width: 350px; flex: none; }
.brand img { width: 100%; filter: drop-shadow(0 5px 10px rgba(0,55,100,.28)); }
.header-contact { margin-left: auto; line-height: 1.15; white-space: nowrap; }
.phone { font-size: 18px; font-weight: 800; }
.header-messengers, .mobile-messengers { display: flex; align-items: center; gap: 8px; }
.messenger-link { width: 40px; height: 40px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.62); border-radius: 50%; background: rgba(255,255,255,.12); backdrop-filter: blur(8px); }
.messenger-link svg { width: 21px; height: 21px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.messenger-link.whatsapp { color: #9cff92; }
.messenger-link.max { color: #ffe172; }
.messenger-link.telegram { color: #adf2ff; }
.messenger-link:hover { color: var(--deep); background: white; border-color: white; transform: translateY(-2px); }
.header-cta { min-width: 210px; border: 1px solid rgba(255,255,255,.88); padding: 15px 24px; border-radius: 9px; font-size: 12px; font-weight: 800; text-align: center; white-space: nowrap; }
.header-cta:hover { color: var(--deep); background: white; }
.main-nav { border-top: 1px solid rgba(255,255,255,.28); border-bottom: 1px solid rgba(255,255,255,.32); background: linear-gradient(90deg,rgba(0,120,201,.48),rgba(0,185,211,.34)); backdrop-filter: blur(9px); }
.nav-inner { height: 58px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.main-nav a { display: flex; align-items: center; gap: 9px; font-size: 12px; font-weight: 800; white-space: nowrap; }
.main-nav a:hover { color: #ffe67b; }
.nav-icon { width: 21px; height: 21px; flex: none; fill: none; stroke: #ffe172; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.mobile-nav-contact { display: none; }
.menu-button { display: none; width: 42px; height: 42px; padding: 9px; background: transparent; border: 0; color: white; }
.menu-button > span:not(.sr-only) { display: block; height: 2px; margin: 5px 0; background: currentColor; }

.message-stack { position: fixed; z-index: 50; top: 24px; left: 50%; transform: translateX(-50%); width: min(640px, calc(100% - 28px)); }
.message { padding: 15px 20px; border-radius: 12px; color: white; background: var(--deep); box-shadow: var(--shadow); text-align: center; font-size: 13px; font-weight: 700; }
.message.success { background: #159443; }
.message.error { background: #d84632; }

.hero { height: 720px; position: relative; color: white; background: url("/static/images/school-excursion.jpg") center 58% / cover no-repeat; }
.hero-shade { position: absolute; inset: 0; background: linear-gradient(90deg,rgba(0,114,204,.94),rgba(0,174,212,.68) 48%,rgba(0,202,197,.1) 82%), linear-gradient(0deg,rgba(0,151,196,.34),transparent 46%); }
.hero-content { height: 100%; position: relative; padding-top: 235px; }
.hero-copy { max-width: 730px; }
.kicker { display: inline-flex; align-items: center; gap: 8px; color: var(--coral); font-size: 11px; font-weight: 800; letter-spacing: .17em; }
.kicker.light { color: #ffe67b; }
h1, h2, h3, blockquote { font-family: "Lora", Georgia, serif; font-weight: 500; }
.hero h1 { font-size: 64px; line-height: 1.04; letter-spacing: -.035em; margin: 22px 0; }
.hero h1 em, .about-copy h2 em { color: #ffd44f; font-weight: 400; }
.hero-copy > p { max-width: 605px; color: #e7f7f7; font-size: 17px; line-height: 1.65; }
.hero-actions { display: flex; align-items: center; gap: 28px; margin-top: 32px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 10px; padding: 15px 22px; border: 0; border-radius: 9px; font-size: 12px; font-weight: 800; cursor: pointer; }
.button.coral { color: white; background: linear-gradient(135deg,#ff9729,#f0522d); box-shadow: 0 12px 28px rgba(240,82,45,.28); }
.button.coral:hover { background: linear-gradient(135deg,#ffa82c,#f36b25); transform: translateY(-2px); }
.button.outline { color: var(--deep); border: 1px solid var(--deep); background: transparent; }
.button.outline:hover { color: white; background: var(--deep); }
.text-button { display: flex; align-items: center; gap: 8px; padding-bottom: 5px; border-bottom: 1px solid rgba(255,255,255,.55); font-size: 12px; font-weight: 800; }
.hero-trust { position: absolute; right: 0; bottom: 116px; display: flex; align-items: center; gap: 13px; padding: 15px 18px; background: rgba(0,174,212,.82); backdrop-filter: blur(10px); color: #e0f3f3; font-size: 10px; }
.hero-trust b { color: white; font-size: 11px; }
.trust-icon { width: 38px; height: 38px; border-radius: 50%; display: grid; place-items: center; flex: none; color: var(--deep); background: var(--sand); font-size: 20px; font-weight: 900; }

.finder-wrap { position: relative; z-index: 4; margin-top: -59px; }
.finder { min-height: 118px; display: grid; grid-template-columns: 1.35fr 1fr 1fr .9fr auto; background: white; box-shadow: var(--shadow); }
.finder-intro { padding: 24px 26px; background: linear-gradient(135deg,#ffe370,#ffbd35); }
.finder-intro span { display: block; margin-bottom: 7px; color: #a84f19; font-size: 9px; font-weight: 800; letter-spacing: .17em; }
.finder-intro strong { font-family: "Lora",serif; font-size: 18px; line-height: 1.3; }
.finder label { padding: 25px 18px; border-right: 1px solid #e7edf0; }
.finder small, .catalog-filter label span, .lead-form label > span:first-child { display: block; margin-bottom: 9px; color: #6f8794; font-size: 9px; font-weight: 800; letter-spacing: .11em; text-transform: uppercase; }
.finder input, .finder select { width: 100%; border: 0; background: white; color: var(--ink); font-size: 12px; font-weight: 700; outline: 0; }
.finder button, .catalog-filter button { border: 0; padding: 0 25px; color: white; background: linear-gradient(135deg,#ff9428,#f0522d); font-size: 12px; font-weight: 800; cursor: pointer; }

.section { padding: 100px 0; }
.section.sand { padding-top: 92px; background: radial-gradient(circle at 6% 8%,rgba(255,208,73,.24),transparent 22%),radial-gradient(circle at 94% 72%,rgba(55,221,217,.2),transparent 23%),var(--cream); }
.section-head { display: flex; align-items: end; justify-content: space-between; margin-bottom: 38px; }
.section h2, .contact h2 { margin: 13px 0 0; color: var(--deep); font-size: 44px; line-height: 1.08; }
.section-head > a { padding-bottom: 5px; border-bottom: 1px solid #8dcfd0; color: var(--deep); font-size: 12px; font-weight: 800; }
.mood-grid { display: grid; grid-template-columns: 1.36fr 1fr 1fr; gap: 16px; }
.mood-card { height: 400px; position: relative; display: flex; align-items: flex-end; justify-content: space-between; padding: 27px; overflow: hidden; border-radius: 16px; color: white; background-position: center; background-size: cover; box-shadow: 0 16px 35px rgba(0,119,190,.14); }
.mood-card span { color: #ffe477; font-size: 9px; font-weight: 800; letter-spacing: .17em; }
.mood-card h3 { margin: 8px 0 5px; font-size: 28px; }
.mood-card p { margin: 0; color: #dcf4f3; font-size: 11px; line-height: 1.5; }
.mood-card i { width: 41px; height: 41px; display: grid; place-items: center; flex: none; border: 1px solid rgba(255,255,255,.65); border-radius: 50%; font-style: normal; }
.mood-card:hover { transform: translateY(-3px); box-shadow: 0 20px 42px rgba(0,119,190,.22); }
.mood-card:hover i { color: var(--deep); background: white; }

.turquoise-section { color: white; background: linear-gradient(135deg,#008bd5,#00b9d0 55%,#00c5b8); }
.section-head.inverse h2 { color: white; }
.section-head.inverse > a { color: white; border-color: rgba(255,255,255,.55); }
.tour-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; }
.tour-card { overflow: hidden; border-radius: 15px; color: var(--ink); background: white; box-shadow: 0 18px 38px rgba(0,91,164,.18); }
.tour-image { height: 242px; position: relative; display: block; overflow: hidden; background: #d8f8ff; }
.tour-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s ease; }
.tour-card:hover .tour-image img { transform: scale(1.035); }
.tour-image span { position: absolute; top: 16px; left: 16px; padding: 8px 10px; color: #884318; background: linear-gradient(135deg,#ffe479,#ffc340); font-size: 9px; font-weight: 800; text-transform: uppercase; }
.tour-body { padding: 23px; }
.tour-body small { color: var(--deep); font-size: 10px; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; }
.tour-body h3 { min-height: 52px; margin: 9px 0 8px; color: var(--deep); font-size: 21px; line-height: 1.25; }
.tour-body > p { min-height: 50px; color: var(--muted); font-size: 11px; line-height: 1.55; }
.tour-body > div { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding-top: 17px; border-top: 1px solid #ebe9e1; }
.tour-body strong { font-size: 14px; }
.tour-body > div a { color: var(--coral); font-size: 11px; font-weight: 800; }
.empty-card { grid-column: 1/-1; padding: 45px; border-radius: 15px; color: var(--ink); background: white; text-align: center; }

.tourvisor-section { background: radial-gradient(circle at 92% 12%,rgba(0,200,197,.18),transparent 28%),linear-gradient(135deg,#fff3bd,#e2faff 64%,#c9f7f3); }
.tourvisor-grid { display: grid; grid-template-columns: .82fr 1.3fr; gap: 70px; align-items: center; }
.tourvisor-copy h2 { font-size: 42px; }
.tourvisor-copy > p { color: var(--muted); line-height: 1.75; }
.tourvisor-copy ul { list-style: none; padding: 0; margin: 25px 0; }
.tourvisor-copy li { margin: 11px 0; font-size: 13px; font-weight: 700; }
.tourvisor-copy li::first-letter { color: var(--palm); }
.tourvisor-widget, .module-panel { min-height: 220px; padding: 28px; border-top: 5px solid var(--sun); border-radius: 16px; background: white; box-shadow: 0 25px 65px rgba(0,115,183,.2); }

.about { background: radial-gradient(circle at 0 100%,rgba(0,200,197,.15),transparent 24%),var(--cream); }
.about-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 95px; align-items: center; }
.about-image { position: relative; }
.about-image > img { width: 100%; height: 590px; border-radius: 18px; object-fit: cover; }
.about-image > div { position: absolute; right: -36px; bottom: 38px; display: flex; align-items: center; gap: 14px; padding: 23px 30px; color: white; background: linear-gradient(135deg,#ff9a27,#f1582d); }
.about-image strong { font-size: 38px; }
.about-image span { font-size: 10px; font-weight: 800; line-height: 1.4; text-transform: uppercase; }
.about-copy h2 { font-size: 43px; }
.about-copy > p { color: var(--muted); line-height: 1.8; }
.benefits { margin: 30px 0; }
.benefits > div { display: flex; align-items: center; gap: 15px; margin: 16px 0; }
.benefits > div > span { width: 44px; height: 44px; display: grid; place-items: center; flex: none; border-radius: 50%; color: var(--deep); background: #fff0a9; font-size: 11px; font-weight: 900; }
.benefits p { margin: 0; color: #5f7f8f; font-size: 11px; }
.benefits b { display: block; margin-bottom: 3px; color: var(--ink); font-size: 13px; }

.reviews { color: white; background: linear-gradient(120deg,#0078c9,#00a9d5 60%,#00c4bc); }
.reviews-grid { display: grid; grid-template-columns: 1.45fr 1fr; gap: 100px; align-items: end; }
.reviews blockquote { margin: 25px 0; color: #f6f1e6; font-size: 29px; line-height: 1.5; }
.reviews p { color: #d8f6f8; font-size: 11px; }
.review-stats { display: grid; grid-template-columns: 1fr 1fr; border-left: 1px solid rgba(255,255,255,.38); }
.review-stats > div { padding-left: 35px; }
.review-stats strong { display: block; color: #ffe169; font-family: "Lora",serif; font-size: 39px; }
.review-stats span { color: #e3f8f8; font-size: 10px; line-height: 1.6; }

.contact { padding: 100px 0; color: var(--ink); background: var(--cream); }
.contact-grid { display: grid; grid-template-columns: .92fr 1fr; gap: 72px; align-items: center; }
.contact-image { height: 560px; position: relative; overflow: hidden; border-radius: 18px; box-shadow: 0 24px 55px rgba(0,111,174,.16); }
.contact-image > img { width: 100%; height: 100%; object-fit: cover; }
.contact-content h2 { margin: 15px 0; font-size: 49px; }
.contact-content > p { max-width: 470px; color: var(--muted); font-size: 13px; line-height: 1.7; }
.lead-form { display: grid; grid-template-columns: 1fr 1fr; gap: 11px; margin-top: 25px; padding: 24px; border-radius: 16px; background: white; box-shadow: 0 18px 50px rgba(0,111,174,.12); }
.lead-form label { display: block; }
.lead-form .full, .lead-form button { grid-column: 1/-1; }
.lead-form input:not([type=checkbox]), .lead-form textarea { width: 100%; border: 1px solid #dce8ea; border-radius: 8px; background: #f7faf8; color: var(--ink); padding: 14px 16px; font-size: 12px; outline: 0; }
.lead-form input:focus, .lead-form textarea:focus { border-color: var(--teal); box-shadow: 0 0 0 3px rgba(0,169,213,.12); }
.lead-form textarea { resize: vertical; }
.lead-form .consent { display: flex; align-items: flex-start; gap: 9px; }
.lead-form .consent span { margin: 0; text-transform: none; letter-spacing: 0; line-height: 1.45; }
.lead-form button { height: 55px; border: 0; border-radius: 9px; color: white; background: linear-gradient(135deg,#ff9428,#f0522d); font-size: 12px; font-weight: 800; cursor: pointer; }
.lead-form > small { color: #78909a; font-size: 9px; line-height: 1.5; text-align: center; }

.page-hero { min-height: 430px; display: flex; align-items: flex-end; position: relative; padding: 195px 0 70px; color: white; background-position: center; background-size: cover; }
.page-hero::before { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg,rgba(0,114,204,.94),rgba(0,174,212,.52),rgba(0,202,197,.15)); }
.page-hero > .shell { position: relative; }
.page-hero h1 { margin: 12px 0 7px; font-size: 55px; line-height: 1.1; }
.page-hero p { max-width: 700px; margin: 0; color: #e9fcff; }
.page-hero-excursions { background-image: url("/static/images/russia-excursion.jpg"); }
.page-hero-current { background-image: url("/static/images/russia-excursion.jpg"); background-position: center 45%; }
.page-hero-sea { background-image: url("/static/images/hero-tropical-bright.jpg"); }
.page-hero-contact { background-image: url("/static/images/contact-tropical-vivid.jpg"); background-position: center 58%; }
.page-hero.simple { background-image: url("/static/images/baikal.jpg"); }

.catalog-section { padding: 70px 0 95px; }
.catalog-filter { display: grid; grid-template-columns: 1.25fr 1fr 1fr auto; gap: 10px; padding: 20px; border-radius: 15px; background: white; box-shadow: var(--shadow); }
.catalog-filter label { padding: 8px 12px; }
.catalog-filter input, .catalog-filter select { width: 100%; border: 0; outline: 0; color: var(--ink); background: transparent; font-size: 13px; font-weight: 700; }
.catalog-filter button { min-height: 55px; border-radius: 9px; }
.catalog-live-status { min-height: 18px; margin: 12px 6px 0; color: var(--muted); font-size: 10px; text-align: right; }
.catalog-live-status.is-loading { color: var(--teal); }
[data-live-search-results] { transition: opacity .18s ease; }
[data-live-search-results].is-loading { opacity: .45; pointer-events: none; }
.catalog-result-head { display: flex; align-items: end; justify-content: space-between; margin: 58px 0 28px; }
.catalog-result-head h2 { margin: 0; color: var(--deep); font-size: 36px; }
.catalog-result-head span { color: var(--muted); font-size: 12px; }
.catalog-grid .tour-card { box-shadow: 0 14px 34px rgba(0,104,164,.12); }
.current-trips-section, .current-trips-home { padding: 78px 0 95px; background: radial-gradient(circle at 92% 8%,rgba(0,200,197,.16),transparent 24%),var(--cream); }
.current-trips-home { padding: 90px 0; }
.current-trips-heading { display: flex; align-items: end; justify-content: space-between; gap: 50px; margin-bottom: 34px; }
.current-trips-heading h2 { margin: 11px 0 0; color: var(--deep); font-size: 42px; }
.current-trips-heading > p { max-width: 460px; margin: 0; color: var(--muted); font-size: 12px; line-height: 1.7; }
.current-trips-list { display: grid; gap: 14px; }
.current-trip-card { display: grid; grid-template-columns: 100px minmax(0,1fr) 190px; gap: 25px; align-items: center; padding: 21px 24px; border-radius: 16px; background: white; box-shadow: 0 13px 34px rgba(0,104,164,.11); }
.trip-date-badge { min-height: 100px; display: flex; flex-direction: column; align-items: center; justify-content: center; border-radius: 13px; color: white; background: linear-gradient(145deg,#008bd5,#00c5b8); }
.trip-date-badge strong { font-family: "Lora",serif; font-size: 38px; line-height: 1; }
.trip-date-badge span { margin-top: 4px; color: #fff1a5; font-size: 11px; font-weight: 800; text-transform: uppercase; }
.trip-date-badge small { margin-top: 2px; font-size: 9px; opacity: .85; }
.current-trip-meta { display: flex; flex-wrap: wrap; gap: 8px 16px; color: var(--teal); font-size: 9px; font-weight: 800; letter-spacing: .07em; text-transform: uppercase; }
.current-trip-meta span + span::before { content: "·"; margin-right: 14px; color: var(--sun); }
.current-trip-copy h2 { margin: 8px 0 7px; color: var(--deep); font-size: 23px; line-height: 1.27; }
.current-trip-copy h2 a:hover { color: var(--coral); }
.current-trip-copy > p { margin: 0; color: var(--muted); font-size: 11px; line-height: 1.55; }
.current-trip-action { display: flex; flex-direction: column; align-items: flex-end; }
.current-trip-action > strong { color: var(--deep); font-size: 14px; text-align: right; }
.current-trip-action > small { margin: 4px 0 13px; color: var(--palm); font-size: 9px; font-weight: 800; }
.current-trip-action .button { padding: 12px 17px; }
.current-trips-list.compact .current-trip-card { grid-template-columns: 90px minmax(0,1fr) 175px; padding: 18px 21px; }
.current-trips-list.compact .trip-date-badge { min-height: 88px; }
.pagination { display: flex; justify-content: center; align-items: center; gap: 24px; margin-top: 42px; font-size: 12px; font-weight: 800; }
.pagination a { color: var(--coral); }
.compact-cta { padding: 65px 0; color: white; background: linear-gradient(110deg,#0078c9,#00b9d3); }
.compact-cta .shell { display: flex; align-items: center; justify-content: space-between; gap: 40px; }
.compact-cta h2 { max-width: 750px; margin: 12px 0 0; font-size: 34px; }

.detail-hero { height: 590px; position: relative; color: white; overflow: hidden; }
.detail-hero > img { width: 100%; height: 100%; object-fit: cover; }
.detail-shade { position: absolute; inset: 0; background: linear-gradient(90deg,rgba(0,90,177,.9),rgba(0,181,211,.42),rgba(0,0,0,.12)); }
.detail-hero-content { position: absolute; left: 50%; bottom: 65px; transform: translateX(-50%); }
.breadcrumbs { display: inline-block; margin-bottom: 34px; font-size: 11px; font-weight: 800; }
.detail-hero h1 { max-width: 840px; margin: 15px 0; font-size: 53px; line-height: 1.12; }
.detail-hero p { font-size: 14px; font-weight: 700; }
.detail-layout { display: grid; grid-template-columns: 1.35fr .85fr; gap: 70px; padding-top: 75px; padding-bottom: 95px; align-items: start; }
.lead-text { margin-top: 0; color: var(--deep); font-family: "Lora",serif; font-size: 25px; line-height: 1.55; }
.prose { color: #41687c; font-size: 14px; line-height: 1.9; }
.prose h2, .prose h3 { color: var(--deep); }
.price-details { margin: 0 0 35px; padding: 24px 27px; border-left: 5px solid var(--sun); border-radius: 12px; background: #e9fbfc; }
.price-details h2 { margin: 0 0 12px; color: var(--deep); font-size: 28px; }
.price-details .prose p:last-child { margin-bottom: 0; }
.page-prose { max-width: 820px; padding-top: 75px; padding-bottom: 95px; }
.gallery { display: grid; grid-template-columns: repeat(2,1fr); gap: 12px; margin-top: 35px; }
.gallery img { width: 100%; height: 260px; border-radius: 12px; object-fit: cover; }
.dates { margin-top: 45px; }
.dates h2 { color: var(--deep); font-size: 31px; }
.dates > div { display: flex; justify-content: space-between; gap: 20px; padding: 18px 0; border-top: 1px solid #dce7e7; font-size: 12px; }
.dates > div span { display: flex; flex-direction: column; gap: 4px; }
.dates > div span:last-child { align-items: flex-end; font-weight: 800; }
.dates small { color: var(--muted); font-weight: 500; }
.request-card { position: sticky; top: 20px; padding: 30px; border-top: 5px solid var(--sun); border-radius: 16px; background: #e9fbfc; box-shadow: var(--shadow); }
.request-card h2 { margin: 12px 0 6px; color: var(--deep); font-size: 30px; }
.request-card > p { color: var(--muted); font-size: 12px; line-height: 1.6; }
.request-card .lead-form { grid-template-columns: 1fr; padding: 0; box-shadow: none; background: transparent; }
.request-card .lead-form > * { grid-column: 1; }

.tourvisor-page { padding: 70px 0 95px; background: linear-gradient(135deg,#fff3bd,#e2faff 64%,#c9f7f3); }
.info-note { margin-bottom: 22px; padding: 16px 20px; border-left: 5px solid var(--sun); border-radius: 8px; background: white; color: var(--muted); font-size: 12px; line-height: 1.6; }
.module-panel { margin: 22px 0; }
.module-panel h2 { margin: 9px 0 24px; color: var(--deep); font-size: 34px; }
.contact-page { padding-top: 80px; }
.office-card { position: absolute; left: 18px; right: 18px; bottom: 18px; display: flex; flex-direction: column; align-items: flex-start; gap: 6px; padding: 20px; border-radius: 12px; color: white; background: rgba(0,120,201,.88); backdrop-filter: blur(10px); font-size: 12px; }
.office-card b { font-family: "Lora",serif; font-size: 22px; }
.office-card p { margin: 5px 0 0; line-height: 1.5; }
.error-page { min-height: 80vh; display: grid; place-items: center; padding: 190px 0 90px; text-align: center; background: linear-gradient(135deg,#d8f8ff,#fff3bd); }
.error-page span { color: var(--teal); font-family: "Lora",serif; font-size: 80px; }
.error-page h1 { margin: 0; color: var(--deep); font-size: 43px; }
.error-page p { margin-bottom: 30px; color: var(--muted); }

.site-footer { padding: 58px 0 22px; color: #ddfaff; background: linear-gradient(110deg,#006fc4,#009fcf); }
.footer-grid { display: grid; grid-template-columns: 1.5fr 1fr 1fr .7fr; gap: 46px; }
.footer-grid > div { display: flex; flex-direction: column; gap: 10px; font-size: 11px; }
.footer-grid img { width: 260px; filter: drop-shadow(0 5px 10px rgba(0,0,0,.2)); }
.footer-grid b { margin-bottom: 7px; color: #ffe172; font-size: 9px; letter-spacing: .12em; text-transform: uppercase; }
.footer-grid p { margin: 0; line-height: 1.7; }
.copyright { display: flex; justify-content: space-between; margin-top: 42px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.28); color: #a9e7f1; font-size: 9px; }

@media (max-width: 1120px) {
  .header-top { gap: 17px; }
  .brand { width: 290px; }
  .phone { font-size: 15px; }
  .header-cta { min-width: 185px; padding-inline: 18px; }
  .nav-inner { gap: 10px; }
  .main-nav a { gap: 6px; font-size: 11px; }
  .nav-icon { width: 19px; height: 19px; }
  .hero h1 { font-size: 56px; }
  .finder { grid-template-columns: 1.2fr 1fr 1fr; }
  .finder-intro { grid-row: span 2; }
  .finder button { grid-column: 2/-1; min-height: 52px; }
  .tourvisor-grid, .about-grid, .contact-grid { gap: 48px; }
}

@media (max-width: 900px) {
  .shell { width: min(100% - 32px,720px); }
  .utility { display: none; }
  .site-header { top: 0; }
  .header-top { height: 96px; }
  .header-cta, .header-contact, .header-messengers { display: none; }
  .brand { width: 300px; }
  .menu-button { display: block; margin-left: auto; }
  .main-nav { position: fixed; inset: 0; z-index: -1; overflow-y: auto; visibility: hidden; opacity: 0; color: white; border: 0; background: linear-gradient(145deg,#0078c9,#00b9d3 66%,#00c5b8); transition: .25s ease; }
  .nav-inner { width: min(100% - 60px,520px); min-height: 100%; height: auto; flex-direction: column; align-items: stretch; justify-content: center; gap: 7px; padding: 118px 0 42px; }
  .main-nav a { gap: 13px; padding: 10px 8px; font-size: 18px; }
  .nav-icon { width: 25px; height: 25px; }
  .mobile-nav-contact { display: grid; grid-template-columns: 1fr auto; gap: 15px; align-items: center; margin-top: 18px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.35); }
  .mobile-nav-phone { padding: 0 !important; font-size: 19px !important; }
  .mobile-messengers { justify-content: flex-end; }
  .mobile-messengers .messenger-link { width: 40px; height: 40px; padding: 0; }
  .mobile-nav-cta { grid-column: 1/-1; justify-content: center; margin-top: 2px; padding: 14px 20px !important; border: 1px solid rgba(255,255,255,.78); border-radius: 9px; font-size: 12px !important; }
  body.menu-open .main-nav { z-index: 15; visibility: visible; opacity: 1; }
  body.menu-open .brand, body.menu-open .menu-button { position: relative; z-index: 20; }
  .hero { height: 690px; }
  .hero-content { padding-top: 164px; }
  .hero h1 { font-size: 48px; }
  .hero-trust { bottom: 88px; }
  .finder-wrap { margin-top: -35px; }
  .finder { grid-template-columns: 1fr 1fr; }
  .finder-intro { grid-column: 1/-1; grid-row: auto; }
  .finder button { grid-column: 1/-1; min-height: 54px; }
  .section { padding: 78px 0; }
  .mood-grid { grid-template-columns: 1fr 1fr; }
  .mood-card.wide { grid-column: 1/-1; height: 370px; }
  .tour-grid { grid-template-columns: 1fr; }
  .tour-card { display: grid; grid-template-columns: 1fr 1fr; }
  .tour-image { height: 100%; min-height: 240px; }
  .tourvisor-grid, .about-grid, .contact-grid, .reviews-grid, .detail-layout { grid-template-columns: 1fr; }
  .about-image { max-width: 570px; }
  .about-image > img { height: 470px; }
  .about-image > div { right: 20px; }
  .review-stats { padding-top: 30px; border-left: 0; border-top: 1px solid rgba(255,255,255,.38); }
  .contact-image { height: 430px; }
  .request-card { position: static; }
  .catalog-filter { grid-template-columns: 1fr 1fr; }
  .catalog-filter button { min-height: 50px; }
  .current-trip-card, .current-trips-list.compact .current-trip-card { grid-template-columns: 90px minmax(0,1fr); }
  .current-trip-action { grid-column: 2; flex-direction: row; flex-wrap: wrap; align-items: center; gap: 8px 16px; }
  .current-trip-action > small { margin: 0 auto 0 0; }
  .footer-grid { grid-template-columns: 1.4fr 1fr; }
}

@media (max-width: 620px) {
  .shell { width: calc(100% - 28px); }
  .brand { width: 265px; }
  .nav-inner { width: calc(100% - 42px); justify-content: flex-start; padding-top: 115px; }
  .main-nav a { padding-block: 8px; font-size: 16px; }
  .mobile-nav-contact { grid-template-columns: 1fr; gap: 13px; }
  .mobile-messengers { justify-content: flex-start; }
  .mobile-nav-phone { font-size: 18px !important; }
  .hero { height: 700px; background-position: 54% 56%; }
  .hero-shade { background: linear-gradient(90deg,rgba(0,112,204,.94),rgba(0,185,211,.48)),linear-gradient(0deg,rgba(0,157,196,.42),transparent); }
  .hero-content { padding-top: 133px; }
  .hero h1 { margin-top: 18px; font-size: 38px; line-height: 1.12; }
  .hero h1 em { display: block; margin-top: 3px; }
  .hero-copy > p { max-width: 95%; font-size: 14px; line-height: 1.55; }
  .hero-actions { flex-direction: column; align-items: flex-start; gap: 17px; margin-top: 25px; }
  .hero-trust { left: 0; right: auto; bottom: 45px; }
  .finder-wrap { margin-top: 0; }
  .finder { display: block; }
  .finder-intro { padding: 22px; }
  .finder label { display: block; padding: 17px 20px; border-right: 0; border-bottom: 1px solid #e7edf0; }
  .finder button { width: 100%; min-height: 58px; }
  .section { padding: 65px 0; }
  .section.sand { padding-top: 65px; }
  .section-head { align-items: flex-start; gap: 20px; }
  .section-head > a { display: none; }
  .section h2, .contact h2 { font-size: 34px; }
  .mood-grid { display: block; }
  .mood-card, .mood-card.wide { height: 350px; margin-bottom: 13px; }
  .tour-card { display: block; }
  .tour-image { height: 230px; }
  .tour-body h3, .tour-body > p { min-height: 0; }
  .tourvisor-copy h2, .about-copy h2 { font-size: 34px; }
  .tourvisor-widget, .module-panel { padding: 18px; }
  .about-image > img { height: 390px; }
  .about-image > div { right: 12px; bottom: 12px; padding: 15px 19px; }
  .reviews blockquote { font-size: 23px; }
  .review-stats { gap: 10px; }
  .review-stats > div { padding-left: 0; }
  .review-stats strong { font-size: 31px; }
  .contact { padding: 64px 0; }
  .contact-image { height: 360px; }
  .lead-form { grid-template-columns: 1fr; padding: 18px; }
  .lead-form > * { grid-column: 1 !important; }
  .page-hero { min-height: 390px; padding-top: 160px; padding-bottom: 55px; }
  .page-hero h1 { font-size: 41px; }
  .catalog-section { padding: 48px 0 70px; }
  .catalog-filter { grid-template-columns: 1fr; }
  .catalog-result-head { margin-top: 45px; }
  .catalog-result-head h2 { font-size: 29px; }
  .current-trips-section, .current-trips-home { padding: 55px 0 70px; }
  .current-trips-heading { display: block; }
  .current-trips-heading h2 { font-size: 34px; }
  .current-trips-heading > p { margin-top: 16px; }
  .current-trip-card, .current-trips-list.compact .current-trip-card { grid-template-columns: 70px minmax(0,1fr); gap: 15px; padding: 15px; }
  .trip-date-badge, .current-trips-list.compact .trip-date-badge { min-height: 76px; align-self: start; }
  .trip-date-badge strong { font-size: 30px; }
  .current-trip-meta { gap: 5px 9px; }
  .current-trip-meta span + span::before { margin-right: 7px; }
  .current-trip-copy h2 { font-size: 19px; }
  .current-trip-copy > p { display: none; }
  .current-trip-action { grid-column: 1/-1; justify-content: space-between; align-items: center; padding-top: 12px; border-top: 1px solid #e4eeee; }
  .current-trip-action > strong { text-align: left; }
  .current-trip-action > small { margin-right: auto; }
  .compact-cta .shell { flex-direction: column; align-items: flex-start; }
  .compact-cta h2 { font-size: 29px; }
  .detail-hero { height: 540px; }
  .detail-hero-content { bottom: 45px; }
  .detail-hero h1 { font-size: 39px; }
  .detail-layout { padding-top: 50px; padding-bottom: 70px; gap: 40px; }
  .lead-text { font-size: 21px; }
  .gallery { grid-template-columns: 1fr; }
  .gallery img { height: 240px; }
  .footer-grid { grid-template-columns: 1fr; gap: 28px; }
  .copyright { flex-direction: column; gap: 9px; }
}
