:root {
  --red: #e60a19;
  --deep-red: #b40a0f;
  --yellow: #ffc300;
  --orange: #ff7d00;
  --ink: #111111;
  --muted: #696969;
  --paper: #f7f4ef;
  --line: rgba(17, 17, 17, .12);
  --radius: 28px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: #fff; color: var(--ink); font-family: "Open Sans", Arial, Helvetica, sans-serif; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button, summary { font: inherit; }
.site-shell { overflow: hidden; }

.topbar {
  height: 90px; padding: 0 clamp(22px, 7vw, 120px); display: flex; align-items: center;
  justify-content: space-between; gap: 28px; position: absolute; inset: 0 0 auto; z-index: 20;
  color: #fff; border-bottom: 1px solid rgba(255,255,255,.18); backdrop-filter: blur(8px);
}
.topbar-solid { position: absolute; background: rgba(16,12,11,.92); }
.brand span, .footer-brand > span { display: inline-flex; padding: 2px 0; }
.brand img, .footer-brand img { filter: saturate(1.08) brightness(1.12) drop-shadow(0 6px 18px rgba(230,10,25,.26)); }
.brand img { width: 142px; height: auto; }
.desktop-nav { display: flex; align-items: center; gap: clamp(14px, 1.65vw, 28px); margin-left: auto; }
.desktop-nav a { font-size: 13px; font-weight: 700; letter-spacing: .01em; opacity: .82; transition: .2s; }
.desktop-nav a:hover { opacity: 1; color: #ffd14e; }
.top-actions { display: flex; align-items: center; gap: 20px; }
.language-switcher { display: flex; gap: 3px; padding: 4px; background: rgba(255,255,255,.11); border-radius: 100px; }
.language-switcher a { font-size: 10px; font-weight: 800; padding: 6px 7px; border-radius: 50px; opacity: .65; }
.language-switcher a.active { background: #fff; color: var(--ink); opacity: 1; }
.login-link { border: 0; border-left: 1px solid rgba(255,255,255,.25); padding: 7px 0 7px 20px; font-weight: 750; font-size: 13px; background: transparent; color: inherit; cursor: pointer; }
.mobile-menu { display: none; position: relative; }
.mobile-menu summary { width: 34px; height: 34px; cursor: pointer; list-style: none; display: grid; place-content: center; gap: 6px; }
.mobile-menu summary::-webkit-details-marker { display: none; }
.mobile-menu summary span { width: 22px; height: 2px; background: #fff; display: block; }
.mobile-menu-panel { position: absolute; right: 0; top: 48px; width: min(300px, 85vw); background: #fff; color: var(--ink); padding: 14px; border-radius: 18px; box-shadow: 0 24px 60px rgba(0,0,0,.2); }
.mobile-menu-panel a { display: block; padding: 13px 14px; font-weight: 700; border-bottom: 1px solid var(--line); }
.mobile-menu-panel button { width: 100%; text-align: left; padding: 13px 14px; border: 0; background: var(--red); color: #fff; font-weight: 800; border-radius: 10px; margin-top: 8px; }

.hero { min-height: min(900px, 100vh); height: 820px; position: relative; display: flex; align-items: center; color: #fff; }
.hero-media { position: absolute; inset: 0; background: url("/hotelios-hero-uzbekistan.webp") center center / cover no-repeat; transform: scale(1.012); }
.hero-wash { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(9,7,7,.88) 0%, rgba(15,10,9,.75) 30%, rgba(23,12,8,.28) 58%, rgba(16,6,3,.04) 88%), linear-gradient(0deg, rgba(0,0,0,.5), transparent 52%); }
.hero-orbit { position: absolute; border: 1px solid rgba(255,255,255,.12); border-radius: 50%; pointer-events: none; }
.orbit-one { width: 640px; height: 640px; right: -260px; bottom: -180px; }
.orbit-two { width: 420px; height: 420px; right: -150px; bottom: -70px; }
.hero-content { position: relative; z-index: 2; width: min(860px, calc(100% - 44px)); margin: 74px 0 0 clamp(22px, 7vw, 120px); }
.eyebrow { margin: 0 0 24px; font-size: 11px; font-weight: 800; text-transform: uppercase; letter-spacing: .15em; color: var(--deep-red); display: flex; gap: 10px; align-items: center; }
.eyebrow span { width: 22px; height: 2px; background: currentColor; flex: 0 0 auto; }
.eyebrow.light { color: #ffd452; }
.hero h1 { margin: 0; max-width: 850px; font-size: clamp(47px, 6vw, 86px); line-height: .99; letter-spacing: -.055em; font-weight: 780; text-wrap: balance; }
.hero-copy { max-width: 670px; font-size: clamp(17px, 1.7vw, 23px); line-height: 1.55; color: rgba(255,255,255,.78); margin: 28px 0 34px; }
.hero-buttons { display: flex; gap: 12px; flex-wrap: wrap; }
.button { min-height: 56px; padding: 0 24px; display: inline-flex; align-items: center; justify-content: center; gap: 22px; border-radius: 10px; font-size: 13px; font-weight: 800; transition: .25s ease; border: 1px solid transparent; cursor: pointer; }
.button:hover { transform: translateY(-2px); }
.button.primary { background: var(--red); color: #fff; box-shadow: 0 14px 40px rgba(230,10,25,.3); }
.button.primary:hover { background: #ff1424; }
.button.ghost { border-color: rgba(255,255,255,.34); color: #fff; background: rgba(255,255,255,.05); backdrop-filter: blur(8px); }
.button.ghost:hover { background: rgba(255,255,255,.12); }
.button.white { background: #fff; color: var(--deep-red); }
.hero-note { margin: 24px 0 0; font-size: 11px; text-transform: uppercase; font-weight: 700; letter-spacing: .12em; color: rgba(255,255,255,.48); }
.hero-stamp { position: absolute; z-index: 2; right: clamp(30px, 6vw, 100px); bottom: 62px; width: 124px; height: 124px; border: 1px solid rgba(255,255,255,.4); border-radius: 50%; display: grid; place-content: center; text-align: center; backdrop-filter: blur(8px); background: rgba(0,0,0,.14); }
.hero-stamp img { width: 38px; height: 38px; object-fit: contain; margin: 0 auto 7px; }
.hero-stamp span { font-size: 9px; line-height: 1.35; letter-spacing: .13em; font-weight: 800; }

.stats { background: var(--red); color: #fff; display: grid; grid-template-columns: repeat(4, 1fr); padding: 0 clamp(22px, 5.5vw, 94px); }
.stats article { min-height: 170px; padding: 36px clamp(16px, 2.8vw, 44px); border-right: 1px solid rgba(255,255,255,.22); display: flex; flex-direction: column; justify-content: center; }
.stats article:first-child { border-left: 1px solid rgba(255,255,255,.22); }
.stats strong { font-size: clamp(29px, 3.5vw, 52px); line-height: 1; letter-spacing: -.04em; }
.stats span { margin-top: 11px; max-width: 220px; color: rgba(255,255,255,.75); line-height: 1.45; font-size: 12px; }

.section-pad { padding: clamp(86px, 10vw, 150px) clamp(22px, 7vw, 120px); }
.section-head { display: flex; align-items: end; justify-content: space-between; gap: 30px; margin-bottom: 58px; }
.section-head.compact { display: block; text-align: center; max-width: 810px; margin: 0 auto 58px; }
.section-head.compact .eyebrow { justify-content: center; }
.section-head h2, .bridge h2, .geo-copy h2, .hotel-offer h2, .hotel-story h2, .ai-copy h2, .faq h2 { margin: 0; font-size: clamp(38px, 5vw, 68px); line-height: 1.05; letter-spacing: -.045em; text-wrap: balance; }
.section-head.compact h2 { font-size: clamp(34px, 4.2vw, 58px); }
.clients { padding-top: 98px; padding-bottom: 92px; }
.client-rail { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); min-height: 108px; display: grid; grid-template-columns: repeat(6, 1fr); align-items: center; }
.client-rail span { min-height: 62px; padding: 8px 12px; border-right: 1px solid var(--line); display: grid; place-content: center; text-align: center; font-size: clamp(11px, 1.2vw, 18px); font-weight: 850; letter-spacing: -.03em; color: #656565; filter: grayscale(1); }
.client-rail span:nth-child(-n+6) { border-bottom: 1px solid var(--line); }
.client-rail span:nth-child(6n) { border-right: 0; }

.bridge { background: var(--paper); display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(400px, .85fr); gap: 9vw; align-items: start; }
.bridge-intro h2 { max-width: 850px; }
.lead { color: var(--muted); font-size: clamp(16px, 1.5vw, 20px); line-height: 1.72; }
.bridge-intro .lead { max-width: 760px; margin: 30px 0 0; }
.bridge-cards { border-top: 1px solid var(--line); }
.bridge-cards article { padding: 31px 0; display: grid; grid-template-columns: 52px 1fr; column-gap: 20px; border-bottom: 1px solid var(--line); }
.card-index { grid-row: 1 / span 2; color: var(--red); font-size: 11px; font-weight: 850; padding-top: 5px; }
.bridge-cards h3 { margin: 0 0 9px; font-size: 21px; }
.bridge-cards p { margin: 0; color: var(--muted); line-height: 1.6; font-size: 14px; }

.audiences { background: #fff; }
.audiences .section-head { max-width: 920px; }
.audience-grid { display: grid; grid-template-columns: repeat(2, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.audience-grid article { min-height: 350px; padding: clamp(30px, 4vw, 60px); border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); display: flex; flex-direction: column; transition: .3s; position: relative; overflow: hidden; }
.audience-grid article::before { content: ""; position: absolute; inset: auto -60px -90px auto; width: 180px; height: 180px; border-radius: 50%; background: radial-gradient(circle, rgba(255,195,0,.2), transparent 65%); opacity: 0; transition: .3s; }
.audience-grid article:hover { background: #fffaf0; }
.audience-grid article:hover::before { opacity: 1; }
.audience-number { color: var(--red); font-size: 11px; font-weight: 850; letter-spacing: .1em; }
.audience-grid h3 { font-size: clamp(25px, 3vw, 39px); line-height: 1.1; letter-spacing: -.035em; margin: 34px 0 16px; }
.audience-grid p { color: var(--muted); line-height: 1.65; max-width: 520px; margin: 0 0 30px; }
.audience-grid a { margin-top: auto; display: flex; justify-content: space-between; align-items: center; border-top: 1px solid var(--line); padding-top: 18px; font-weight: 800; font-size: 13px; }
.audience-grid a span { color: var(--red); font-size: 18px; }

.technology { background: #15100f; color: #fff; display: grid; grid-template-columns: 1.05fr .95fr; min-height: 760px; }
.tech-copy { padding: clamp(80px, 9vw, 138px) clamp(30px, 7vw, 120px); position: relative; overflow: hidden; }
.tech-copy h2, .team-copy h2 { margin: 0; font-size: clamp(40px, 5.2vw, 72px); letter-spacing: -.05em; line-height: 1.02; max-width: 750px; }
.tech-copy > p:not(.eyebrow), .team-copy > p:not(.eyebrow) { max-width: 650px; color: rgba(255,255,255,.62); font-size: 17px; line-height: 1.75; margin: 28px 0 0; }
.tech-list { border-left: 1px solid rgba(255,255,255,.13); padding: 80px clamp(28px, 5vw, 80px); display: flex; flex-direction: column; justify-content: center; }
.tech-list article { display: grid; grid-template-columns: 42px 1fr; gap: 18px; padding: 31px 0; border-bottom: 1px solid rgba(255,255,255,.13); }
.tech-list article > span { width: 34px; height: 34px; border: 1px solid rgba(255,255,255,.3); border-radius: 50%; display: grid; place-content: center; font-size: 10px; color: #ffd452; }
.tech-list h3 { margin: 1px 0 8px; font-size: 22px; }
.tech-list p { margin: 0; color: rgba(255,255,255,.55); font-size: 14px; line-height: 1.6; }
.tech-visual { width: 330px; height: 220px; position: relative; margin-top: 58px; }
.tech-visual::before, .tech-visual::after { content: ""; position: absolute; border: 1px solid rgba(255,255,255,.14); border-radius: 50%; inset: 12px 66px; }
.tech-visual::after { inset: 49px 103px; }
.core { position: absolute; width: 76px; height: 76px; border-radius: 50%; background: #fff8f1; border: 1px solid rgba(255,255,255,.68); top: 72px; left: 127px; display: grid; place-content: center; box-shadow: 0 0 0 9px rgba(230,10,25,.10), 0 0 62px rgba(230,10,25,.34); }
.core img { width: 46px; height: 46px; object-fit: contain; }
.satellite { position: absolute; width: 52px; height: 52px; border-radius: 50%; background: #2a211f; border: 1px solid rgba(255,255,255,.16); display: grid; place-content: center; font-size: 9px; font-weight: 800; color: #ffd452; }
.s1 { top: 4px; left: 139px; }.s2 { top: 126px; left: 16px; }.s3 { top: 126px; right: 16px; }

.geography { background: #fff; display: grid; grid-template-columns: .85fr 1.15fr; gap: 8vw; align-items: center; }
.geo-copy .lead { margin: 26px 0 34px; }
.country-list { display: grid; grid-template-columns: 1fr 1fr; gap: 0 24px; border-top: 1px solid var(--line); }
.country-list span { display: flex; align-items: center; gap: 12px; padding: 15px 0; border-bottom: 1px solid var(--line); font-size: 14px; font-weight: 700; }
.country-list i { font-style: normal; color: var(--red); font-size: 10px; }
.geo-art { height: 610px; background: radial-gradient(circle at 52% 48%, #fff 0 7%, transparent 8%), radial-gradient(circle at 52% 48%, rgba(230,10,25,.18), transparent 44%), #f4f1ec; border-radius: var(--radius); position: relative; overflow: hidden; }
.geo-art::before { content: ""; position: absolute; inset: 8%; background: repeating-radial-gradient(ellipse at center, transparent 0 34px, rgba(180,10,15,.09) 35px 36px); transform: rotate(-10deg) scale(1.4,.84); }
.geo-halo { position: absolute; border: 1px solid rgba(230,10,25,.13); border-radius: 50%; left: 50%; top: 50%; transform: translate(-50%,-50%); }
.h1 { width: 310px; height: 310px; }.h2 { width: 470px; height: 470px; }
.geo-node { position: absolute; display: flex; align-items: center; gap: 8px; font-size: 11px; font-weight: 800; padding: 8px 10px; border-radius: 50px; background: rgba(255,255,255,.88); box-shadow: 0 8px 20px rgba(30,15,10,.08); }
.geo-node i { width: 10px; height: 10px; background: var(--red); border-radius: 50%; box-shadow: 0 0 0 6px rgba(230,10,25,.12); }
.n1 { left: 18%; top: 13%; }.n2 { left: 12%; top: 43%; }.n3 { left: 25%; top: 53%; }.n4 { left: 38%; top: 45%; }.n5 { right: 20%; top: 25%; }.n6 { right: 28%; top: 48%; }.n7 { right: 9%; top: 52%; }.n8 { right: 19%; bottom: 17%; }

.inventory-photo { min-height: 620px; border-radius: var(--radius); background: linear-gradient(180deg, transparent, rgba(0,0,0,.08)), url("/hotelios-inventory-bright.webp") center / cover no-repeat; box-shadow: 0 28px 70px rgba(103,63,24,.12); }
.property-tags { display: flex; gap: 8px; flex-wrap: nowrap; }
.property-tags span { border: 1px solid var(--line); background: #fff; border-radius: 100px; padding: 10px 15px; font-size: 12px; font-weight: 700; }
.inventory-cta { margin-top: 28px; }

.hotel-offer { background: var(--paper); display: grid; grid-template-columns: minmax(0,.92fr) minmax(440px,1.08fr); gap: 7vw; align-items: start; }
.hotel-offer-intro .inventory-photo { min-height: 390px; margin-bottom: 46px; }
.hotel-offer-intro h2 { font-size: clamp(36px,4.5vw,62px); }
.hotel-offer-intro .lead { margin: 26px 0 28px; max-width: 720px; }
.hotel-offer-details { border-top: 1px solid var(--line); }
.hotel-benefit-list article { display: grid; grid-template-columns: 48px 1fr; gap: 18px; padding: 26px 0; border-bottom: 1px solid var(--line); }
.hotel-benefit-list article > span { color: var(--red); font-size: 10px; font-weight: 900; padding-top: 5px; }
.hotel-benefit-list h3 { margin: 0 0 7px; font-size: 20px; line-height: 1.25; }
.hotel-benefit-list p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.65; }
.hotel-channels { margin-top: 34px; }
.hotel-channels > strong { display: block; margin-bottom: 16px; font-size: 13px; text-transform: uppercase; letter-spacing: .08em; }
.hotel-channels > div { display: flex; gap: 8px; flex-wrap: wrap; }
.hotel-channels span { padding: 9px 12px; border-radius: 99px; background: #fff; border: 1px solid var(--line); font-size: 11px; font-weight: 750; }
.hotel-offer-actions { display: flex; justify-content: center; padding-top: 134px; }
.hotel-offer-actions .inventory-cta { margin-top: 0; }

.hotel-story { background: #15100f; color: #fff; display: grid; grid-template-columns: minmax(0,1.2fr) minmax(390px,.8fr); gap: 8vw; align-items: center; }
.hotel-story-copy h2 { max-width: 930px; }
.hotel-story-lead { color: rgba(255,255,255,.66); font-size: 18px; line-height: 1.75; max-width: 850px; margin: 28px 0 36px; }
.hotel-pains { padding-top: 28px; border-top: 1px solid rgba(255,255,255,.17); }
.hotel-pains > strong { display: block; margin-bottom: 19px; font-size: 14px; }
.hotel-pains ul { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: 1fr 1fr; gap: 12px 24px; }
.hotel-pains li { color: rgba(255,255,255,.68); position: relative; padding-left: 18px; line-height: 1.5; font-size: 13px; }
.hotel-pains li::before { content: ""; position: absolute; width: 7px; height: 7px; border-radius: 50%; background: #ffd452; left: 0; top: .52em; }
.hurma-card { background: #fff9ed; color: var(--ink); border-radius: var(--radius); padding: clamp(26px,4vw,52px); box-shadow: 0 30px 90px rgba(0,0,0,.24); }
.hurma-card .hurma-mark { min-height: 210px; margin-bottom: 34px; font-size: clamp(48px,5vw,80px); line-height: 1; white-space: nowrap; }
.hurma-card h3 { margin: 0; font-size: clamp(28px,3.6vw,46px); line-height: 1.08; letter-spacing: -.04em; }
.hurma-card > p:not(.eyebrow) { color: var(--muted); line-height: 1.7; margin: 22px 0 28px; }

.team { background: linear-gradient(135deg, #b40a0f, #e60a19 65%, #ff7d00); color: #fff; display: grid; grid-template-columns: 1.15fr .85fr; gap: 8vw; }
.team-points { border-top: 1px solid rgba(255,255,255,.25); }
.team-points article { display: grid; grid-template-columns: 40px 1fr; gap: 0 18px; padding: 27px 0; border-bottom: 1px solid rgba(255,255,255,.25); }
.team-points span { grid-row: 1 / span 2; color: #ffd452; font-size: 10px; font-weight: 800; padding-top: 6px; }
.team-points h3 { margin: 0 0 8px; font-size: 21px; }.team-points p { margin: 0; color: rgba(255,255,255,.7); line-height: 1.6; font-size: 14px; }

.ai-section { display: grid; grid-template-columns: .92fr 1.08fr; gap: 8vw; align-items: center; }
.ai-visual { height: 580px; border-radius: var(--radius); position: relative; overflow: hidden; background: #130e0d; display: grid; place-content: center; }
.ai-grid { position: absolute; inset: 0; opacity: .28; background-image: linear-gradient(rgba(255,255,255,.08) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.08) 1px, transparent 1px); background-size: 38px 38px; mask-image: radial-gradient(circle, #000, transparent 68%); }
.ai-visual img { width: 180px; position: relative; filter: drop-shadow(0 0 60px rgba(230,10,25,.58)); }
.pulse { position: absolute; width: 14px; height: 14px; border-radius: 50%; background: var(--yellow); box-shadow: 0 0 0 10px rgba(255,195,0,.08), 0 0 28px rgba(255,195,0,.6); }
.p1 { left: 20%; top: 25%; }.p2 { right: 16%; top: 42%; }.p3 { left: 31%; bottom: 16%; }
.ai-copy .lead { margin: 28px 0; }.ai-copy ul { padding: 0; margin: 0; list-style: none; display: grid; grid-template-columns: 1fr 1fr; gap: 0 24px; }
.ai-copy li { border-top: 1px solid var(--line); padding: 16px 0; font-size: 13px; font-weight: 750; position: relative; padding-left: 22px; }
.ai-copy li::before { content: ""; width: 8px; height: 8px; border-radius: 50%; background: var(--red); position: absolute; left: 0; top: 21px; }

.process { background: var(--paper); }
.process-track { display: grid; grid-template-columns: repeat(4, 1fr); position: relative; }
.process-track::before { content: ""; position: absolute; height: 1px; background: #d2ccc4; left: 4%; right: 4%; top: 27px; }
.process-track article { padding: 0 clamp(14px, 2.5vw, 35px); position: relative; }
.process-track article > span { width: 54px; height: 54px; border-radius: 50%; background: #fff; border: 1px solid #d2ccc4; display: grid; place-content: center; color: var(--red); font-weight: 850; position: relative; z-index: 1; }
.process-track h3 { margin: 28px 0 12px; font-size: 21px; }.process-track p { color: var(--muted); font-size: 14px; line-height: 1.65; margin: 0; }

.faq { display: grid; grid-template-columns: .75fr 1.25fr; gap: 8vw; }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { list-style: none; cursor: pointer; padding: 25px 0; display: flex; align-items: center; justify-content: space-between; gap: 20px; font-size: 18px; font-weight: 750; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { width: 34px; height: 34px; border-radius: 50%; background: var(--paper); display: grid; place-content: center; color: var(--red); font-size: 20px; transition: .2s; }
.faq-list details[open] summary span { transform: rotate(45deg); }
.faq-list p { color: var(--muted); line-height: 1.7; max-width: 800px; margin: -5px 60px 28px 0; }

.contact { margin: 0 clamp(14px, 2.5vw, 42px) clamp(14px, 2.5vw, 42px); min-height: 600px; color: #fff; background: var(--deep-red); border-radius: 34px; position: relative; overflow: hidden; display: grid; place-content: center; text-align: center; padding: 80px 24px; }
.contact::before { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 20% 0%, rgba(255,195,0,.22), transparent 33%), linear-gradient(130deg, transparent 50%, rgba(255,125,0,.25)); }
.contact-glow { position: absolute; width: 600px; height: 600px; border-radius: 50%; border: 1px solid rgba(255,255,255,.14); right: -250px; bottom: -290px; box-shadow: 0 0 0 100px rgba(255,255,255,.035), 0 0 0 200px rgba(255,255,255,.025); }
.contact-inner { position: relative; z-index: 1; max-width: 980px; margin: auto; }
.contact .eyebrow { justify-content: center; }
.contact h2 { font-size: clamp(42px, 6.2vw, 86px); line-height: .98; letter-spacing: -.055em; margin: 0; text-wrap: balance; }
.contact-inner > p:not(.eyebrow) { max-width: 650px; margin: 28px auto 32px; color: rgba(255,255,255,.72); font-size: 18px; line-height: 1.6; }
.contact-actions { display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; }
.hurma-link { display: inline-flex; gap: 8px; margin-top: 32px; color: #ffd452; font-size: 12px; font-weight: 800; }

footer { background: #100c0b; color: #fff; padding: 72px clamp(22px, 7vw, 120px) 30px; }
.footer-main { display: grid; grid-template-columns: 1.5fr .7fr .7fr 1fr; gap: 50px; padding-bottom: 60px; }
.footer-brand img { width: 150px; }.footer-brand p { color: rgba(255,255,255,.5); max-width: 290px; line-height: 1.6; font-size: 13px; margin-top: 20px; }
.footer-main > div:not(.footer-brand) { display: flex; flex-direction: column; gap: 12px; font-size: 13px; }
.footer-main strong { font-size: 11px; text-transform: uppercase; letter-spacing: .12em; color: rgba(255,255,255,.45); margin-bottom: 9px; }
.footer-main a { color: rgba(255,255,255,.78); }.footer-main a:hover { color: #ffd452; }
.footer-contact a:first-child { font-size: 18px; font-weight: 750; color: #fff; }
.footer-contact span, .footer-contact small { color: rgba(255,255,255,.45); line-height: 1.6; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.12); padding-top: 25px; display: flex; justify-content: space-between; gap: 20px; color: rgba(255,255,255,.4); font-size: 11px; }
.footer-bottom div { display: flex; gap: 14px; }.footer-bottom a.active { color: #ffd452; }

.back-to-top { position: fixed; right: 24px; bottom: 24px; z-index: 80; min-height: 46px; display: flex; align-items: center; gap: 9px; border: 1px solid rgba(255,255,255,.22); border-radius: 99px; padding: 0 16px 0 13px; background: rgba(20,14,13,.92); color: #fff; box-shadow: 0 14px 40px rgba(0,0,0,.24); backdrop-filter: blur(10px); cursor: pointer; opacity: 0; visibility: hidden; transform: translateY(12px); transition: opacity .2s, transform .2s, visibility .2s, background .2s; }
.back-to-top.is-visible { opacity: 1; visibility: visible; transform: translateY(0); }
.back-to-top:hover { background: var(--red); }
.back-to-top span { font-size: 18px; line-height: 1; }
.back-to-top b { font-size: 12px; }

body.modal-open { overflow: hidden; }
.auth-modal { position: fixed; inset: 0; z-index: 100; display: none; place-items: center; padding: 20px; }
.auth-modal.is-open { display: grid; }
.auth-backdrop { position: absolute; inset: 0; border: 0; background: rgba(15,10,9,.72); backdrop-filter: blur(8px); cursor: default; }
.auth-card { position: relative; z-index: 1; width: min(540px, 100%); max-height: calc(100vh - 40px); overflow: auto; background: #fff; color: var(--ink); border-radius: 26px; padding: clamp(28px, 5vw, 52px); box-shadow: 0 35px 100px rgba(0,0,0,.35); }
.auth-close { position: absolute; top: 15px; right: 18px; border: 0; background: var(--paper); color: var(--ink); width: 36px; height: 36px; border-radius: 50%; font-size: 24px; cursor: pointer; }
.auth-logo { width: 150px; margin-bottom: 32px; }.auth-icon { width: 58px; height: 58px; object-fit: contain; margin-bottom: 24px; }
.auth-card h2 { font-size: clamp(30px, 5vw, 44px); letter-spacing: -.04em; line-height: 1.05; margin: 0 0 15px; }.auth-card > div > p { color: var(--muted); line-height: 1.65; }
.auth-form, .lead-form { display: grid; gap: 18px; margin-top: 26px; }
.auth-form label, .lead-form label { display: grid; gap: 8px; }.auth-form label span, .lead-form label > span { font-size: 12px; font-weight: 800; color: #5e5551; }
.auth-form input, .lead-form input, .lead-form select, .lead-form textarea { width: 100%; border: 1px solid #d8d2cc; background: #fff; color: var(--ink); border-radius: 10px; padding: 14px 15px; outline: none; }
.auth-form input:focus, .lead-form input:focus, .lead-form select:focus, .lead-form textarea:focus { border-color: var(--red); box-shadow: 0 0 0 3px rgba(230,10,25,.1); }
.auth-form small { color: var(--muted); line-height: 1.5; text-align: center; }.auth-links { display: flex; justify-content: space-between; gap: 14px; margin-top: 24px; }
.auth-links button { border: 0; padding: 0; background: transparent; color: var(--deep-red); text-decoration: underline; cursor: pointer; font-weight: 700; }
.auth-card .lead-form { grid-template-columns: 1fr; }.auth-card .lead-form .button { width: 100%; }
.form-consent { grid-template-columns: auto 1fr !important; align-items: start; gap: 10px !important; }.form-consent input { width: 18px; height: 18px; margin: 2px 0 0; }.form-consent a { color: var(--deep-red); text-decoration: underline; }

.subpage-hero { min-height: 690px; padding: 180px clamp(22px, 7vw, 120px) 100px; display: flex; align-items: center; color: #fff; position: relative; overflow: hidden; background: #17100e; }
.subpage-hero::before { content: ""; position: absolute; inset: 0; opacity: .6; background: radial-gradient(circle at 78% 35%, rgba(255,125,0,.55), transparent 31%), radial-gradient(circle at 68% 80%, rgba(230,10,25,.5), transparent 34%); }
.hotel-hero { background: linear-gradient(90deg, rgba(9,7,7,.94), rgba(17,10,8,.5)), url("/hotelios-hero-uzbekistan.webp") center / cover no-repeat; }
.contacts-hero { min-height: 520px; background: linear-gradient(120deg, #140d0c, #711013 70%, #c7480c); }
.subpage-hero-inner { position: relative; z-index: 1; max-width: 980px; }.subpage-hero h1 { font-size: clamp(52px, 7vw, 96px); line-height: .98; letter-spacing: -.055em; margin: 0; text-wrap: balance; }.subpage-hero-inner > p:not(.eyebrow) { max-width: 760px; font-size: clamp(18px, 2vw, 24px); color: rgba(255,255,255,.76); line-height: 1.6; margin: 30px 0; }
.history-section { display: grid; grid-template-columns: 1fr 1fr; gap: 8vw; align-items: start; }.history-section h2, .hotel-form-section h2, .hurma-section h2, .channel-section h2, .contact-form-section h2 { font-size: clamp(38px, 5vw, 68px); line-height: 1.05; letter-spacing: -.045em; margin: 0; }
.history-section .lead { margin: 44px 0 0; }
.hotel-benefits { background: var(--paper); }.benefit-grid { display: grid; grid-template-columns: repeat(2,1fr); border: 1px solid var(--line); border-right: 0; border-bottom: 0; }.benefit-grid article { padding: clamp(30px,4vw,58px); border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); min-height: 300px; }.benefit-grid article > span { color: var(--red); font-size: 11px; font-weight: 900; }.benefit-grid h3 { font-size: clamp(24px,3vw,36px); margin: 36px 0 18px; letter-spacing: -.03em; }.benefit-grid p { color: var(--muted); line-height: 1.7; }
.channel-section { background: #160f0d; color: #fff; display: grid; grid-template-columns: .9fr 1.1fr; gap: 8vw; }.channel-list { border-top: 1px solid rgba(255,255,255,.17); }.channel-list span { display: grid; grid-template-columns: 52px 1fr; gap: 18px; padding: 24px 0; border-bottom: 1px solid rgba(255,255,255,.17); font-size: 18px; font-weight: 750; }.channel-list b { color: #ffd452; font-size: 10px; }
.hurma-section { display: grid; grid-template-columns: .8fr 1.2fr; gap: 8vw; align-items: center; background: #fff9ed; }.hurma-mark { min-height: 390px; border-radius: var(--radius); display: grid; place-content: center; background: linear-gradient(135deg,#ffbd00,#ff6a00); color: #fff; font-size: clamp(60px,10vw,150px); font-weight: 900; line-height: 1; white-space: nowrap; letter-spacing: -.08em; box-shadow: 0 30px 80px rgba(255,125,0,.22); }.hurma-mark span { color: #7d180d; }.hurma-section .lead { margin: 28px 0; }
.hotel-process { background: var(--paper); }
.hotel-form-section { display: grid; grid-template-columns: .85fr 1.15fr; gap: 8vw; background: linear-gradient(130deg,#b40a0f,#e60a19 65%,#ff7d00); color: #fff; }.hotel-form-section > div > p:not(.eyebrow) { color: rgba(255,255,255,.76); line-height: 1.7; max-width: 560px; }.hotel-form-section .lead-form { background: #fff; color: var(--ink); padding: clamp(26px,4vw,48px); border-radius: 24px; grid-template-columns: 1fr 1fr; margin: 0; }.form-wide { grid-column: 1/-1; }
.contact-details { display: grid; grid-template-columns: .9fr 1.1fr; gap: 7vw; }.contact-cards { display: grid; grid-template-columns: 1fr 1fr; border: 1px solid var(--line); border-right: 0; border-bottom: 0; }.contact-cards article { padding: 32px; min-height: 210px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }.contact-cards article > span { color: var(--red); font-size: 10px; font-weight: 900; }.contact-cards h2 { font-size: 20px; margin: 28px 0 12px; }.contact-cards p, .contact-cards a { color: var(--muted); line-height: 1.65; }.contact-cards a { color: var(--deep-red); font-weight: 800; }
.map-card { min-height: 560px; border-radius: var(--radius); overflow: hidden; position: relative; background: var(--paper); }.map-card iframe { width: 100%; height: 100%; min-height: 560px; border: 0; filter: saturate(.65) contrast(1.05); }.map-card .button { position: absolute; left: 24px; bottom: 24px; }
.contact-form-section { background: var(--paper); display: grid; grid-template-columns: .8fr 1.2fr; gap: 8vw; }.contact-form-section .lead-form { margin: 0; grid-template-columns: 1fr 1fr; background: #fff; border-radius: 24px; padding: clamp(26px,4vw,48px); box-shadow: 0 22px 70px rgba(0,0,0,.06); }
.legal-shell { background: #f2efeb; }.legal-page { padding: 170px 20px 100px; }.legal-page > header, .legal-page > article { width: min(920px,100%); margin: auto; background: #fff; }.legal-page > header { padding: clamp(38px,7vw,80px); border-radius: 24px 24px 0 0; border-bottom: 1px solid var(--line); text-align: center; }.legal-page > header img { width: 180px; margin: 0 auto 36px; }.legal-page h1 { font-size: clamp(42px,7vw,72px); letter-spacing: -.05em; line-height: 1; margin: 0 0 12px; }.legal-page header p { font-size: 18px; color: var(--muted); }.legal-page header small { color: var(--red); font-weight: 800; }.legal-page > article { padding: clamp(38px,7vw,80px); border-radius: 0 0 24px 24px; }.legal-page article section { padding: 0 0 34px; margin: 0 0 34px; border-bottom: 1px solid var(--line); }.legal-page article section:last-child { border: 0; margin: 0; padding: 0; }.legal-page article h2 { font-size: 24px; margin: 0 0 18px; }.legal-page article p { color: #514b48; line-height: 1.8; }

@media (max-width: 1180px) {
  .desktop-nav { display: none; }.mobile-menu { display: block; }
  .bridge { grid-template-columns: 1fr; }.bridge-cards { display: grid; grid-template-columns: repeat(3, 1fr); }.bridge-cards article { display: block; padding-right: 25px; }.card-index { display: block; margin-bottom: 18px; }
  .geography { grid-template-columns: 1fr 1fr; }.geo-art { height: 540px; }
  .team { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 900px) {
  .hero { height: 760px; }.hero-content { margin-left: 40px; }.hero-stamp { display: none; }
  .stats { grid-template-columns: 1fr 1fr; }.stats article:nth-child(2) { border-right: 0; }.stats article:nth-child(3), .stats article:nth-child(4) { border-top: 1px solid rgba(255,255,255,.22); }
  .client-rail { grid-template-columns: repeat(3, 1fr); }.client-rail span { border-bottom: 1px solid var(--line); }.client-rail span:nth-child(3n) { border-right: 0; }.client-rail span:nth-last-child(-n+3) { border-bottom: 0; }
  .technology { grid-template-columns: 1fr; }.tech-list { border-left: 0; border-top: 1px solid rgba(255,255,255,.13); padding-top: 40px; }
  .geography, .hotel-offer, .hotel-story, .ai-section, .faq, .team { grid-template-columns: 1fr; }
  .geo-art { order: -1; }.inventory-photo { min-height: 470px; }.hotel-offer, .hotel-story, .team { gap: 70px; }
  .process-track { grid-template-columns: 1fr 1fr; gap: 50px 0; }.process-track::before { display: none; }
  .footer-main { grid-template-columns: 1.2fr 1fr 1fr; }.footer-contact { grid-column: 1 / -1; border-top: 1px solid rgba(255,255,255,.12); padding-top: 30px; }
  .history-section, .channel-section, .hurma-section, .hotel-form-section, .contact-details, .contact-form-section { grid-template-columns: 1fr; }.history-section .lead { margin-top: 0; }.hurma-mark { min-height: 300px; }.hotel-form-section, .contact-form-section { gap: 55px; }
}

@media (max-width: 640px) {
  .topbar { height: 76px; padding: 0 18px; }.brand img { width: 108px; }.brand span { padding: 2px 0; }.login-link { display: none; }.top-actions { gap: 8px; }
  .language-switcher a { padding: 5px 6px; }
  .hero { height: 740px; min-height: 0; align-items: flex-end; }.hero-media { background-position: 61% center; }.hero-wash { background: linear-gradient(0deg, rgba(8,6,6,.98) 0%, rgba(13,8,7,.84) 55%, rgba(13,7,5,.18) 100%); }
  .hero-content { width: auto; margin: 0 20px 54px; }.hero h1 { font-size: clamp(40px, 12vw, 56px); }.hero-copy { font-size: 16px; margin: 22px 0 26px; }.hero-buttons { display: grid; }.button { width: 100%; }.hero-note { display: none; }
  .stats { padding: 0 18px; }.stats article { min-height: 138px; padding: 24px 15px; }.stats strong { font-size: 30px; }.stats span { font-size: 10px; }
  .section-pad { padding: 82px 20px; }.section-head { margin-bottom: 36px; }.eyebrow { margin-bottom: 18px; font-size: 9px; }
  .clients { padding-top: 70px; padding-bottom: 70px; }.client-rail span { font-size: 12px; }
  .bridge-cards { grid-template-columns: 1fr; }.bridge-cards article { display: grid; }.card-index { margin: 0; }
  .audience-grid { grid-template-columns: 1fr; }.audience-grid article { min-height: 300px; }
  .tech-copy, .tech-list { padding-left: 20px; padding-right: 20px; }.tech-visual { transform: scale(.85); transform-origin: left center; }
  .geo-art { height: 430px; }.geo-node { font-size: 8px; padding: 6px 8px; }.n1 { left: 7%; }.n2 { left: 3%; }.n3 { left: 13%; }.n4 { left: 29%; }.n5 { right: 12%; }.n6 { right: 22%; }.n7 { right: 1%; }.n8 { right: 11%; }.country-list { grid-template-columns: 1fr; }
  .inventory-photo, .hotel-offer-intro .inventory-photo { min-height: 330px; margin-bottom: 34px; }.hotel-offer, .hotel-story { gap: 52px; }.hotel-pains ul { grid-template-columns: 1fr; }.hotel-story-lead { font-size: 16px; }.hurma-card .hurma-mark { min-height: 160px; }.hotel-offer-intro .button, .hurma-card .button { width: 100%; }
  .ai-visual { height: 420px; }.ai-copy ul { grid-template-columns: 1fr; }
  .process-track { grid-template-columns: 1fr; }.process-track article { padding: 0; display: grid; grid-template-columns: 54px 1fr; column-gap: 18px; }.process-track h3 { margin: 4px 0 9px; }.process-track p { grid-column: 2; }
  .faq-list summary { font-size: 16px; }.faq-list p { margin-right: 0; }
  .contact { min-height: 580px; margin: 0 8px 8px; border-radius: 24px; }.contact-actions { display: grid; }.contact h2 { font-size: 46px; }
  .footer-main { grid-template-columns: 1fr 1fr; }.footer-brand { grid-column: 1 / -1; }.footer-contact { grid-column: 1 / -1; }.footer-bottom { flex-direction: column; }
  .property-tags { flex-wrap: wrap; }.subpage-hero { min-height: 650px; padding-left: 20px; padding-right: 20px; }.subpage-hero h1 { font-size: 48px; }.benefit-grid, .contact-cards { grid-template-columns: 1fr; }.channel-list span { font-size: 15px; }.hotel-form-section .lead-form, .contact-form-section .lead-form { grid-template-columns: 1fr; padding: 24px; }.form-wide { grid-column: auto; }.map-card, .map-card iframe { min-height: 440px; }.auth-card { padding: 42px 22px 28px; border-radius: 20px; }.auth-links { flex-direction: column; align-items: flex-start; }
  .back-to-top { right: 14px; bottom: 14px; width: 48px; height: 48px; min-height: 48px; padding: 0; justify-content: center; }.back-to-top b { display: none; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; animation-duration: .01ms !important; }
}
