:root {
  --font-display: "Unbounded", "Onest", Arial, sans-serif;
  --font-text: "Onest", Arial, Helvetica, sans-serif;
  --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: "Onest", 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: fixed; inset: 0 0 auto; z-index: 20; transition: background .25s ease;
  color: #fff; border-bottom: 1px solid rgba(255,255,255,.18); backdrop-filter: blur(8px);
}
.topbar.is-scrolled { background: rgba(16,12,11,.92); }
.topbar-solid { position: fixed; 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: 12px; font-weight: 800; padding: 8px 10px; line-height: 1; 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: 700; 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; }
.mobile-menu-panel .mobile-login { display: block; margin-top: 8px; padding: 13px 14px; border: 0; border-radius: 10px; background: var(--red); color: #fff; font-weight: 800; }

.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 { display: none; }
.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: 800; 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: 0; border-radius: 10px; font-size: 14px; 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,.7); }
.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,.92); line-height: 1.45; font-size: 13px; }

.section-pad { padding: clamp(56px, 6vw, 96px) clamp(22px, 7vw, 120px); }
.section-head { display: flex; align-items: end; justify-content: space-between; gap: 30px; margin-bottom: 44px; }
.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: 64px; padding-bottom: 64px; }
.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: 800; 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: 800; 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(3, 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: 800; 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; }

.corporate { background: linear-gradient(135deg, #771015, #b40a0f 52%, #e85b09); color: #fff; display: grid; grid-template-columns: minmax(0,.92fr) minmax(520px,1.08fr); gap: 8vw; align-items: start; position: relative; overflow: hidden; }
.corporate::before { content: ""; position: absolute; width: 680px; height: 680px; border-radius: 50%; border: 1px solid rgba(255,255,255,.09); left: -330px; bottom: -430px; box-shadow: 0 0 0 120px rgba(255,255,255,.025), 0 0 0 240px rgba(255,255,255,.018); }
.corporate-intro, .corporate-benefits { position: relative; z-index: 1; }
.corporate-intro h2 { margin: 0; font-size: clamp(40px,5vw,70px); line-height: 1.02; letter-spacing: -.05em; text-wrap: balance; }
.corporate-intro > p:not(.eyebrow) { color: rgba(255,255,255,.74); line-height: 1.75; font-size: 18px; margin: 28px 0 34px; max-width: 720px; }
.corporate-benefits { border-top: 1px solid rgba(255,255,255,.2); }
.corporate-benefits article { display: grid; grid-template-columns: 48px 1fr; gap: 20px; padding: 29px 0; border-bottom: 1px solid rgba(255,255,255,.2); }
.corporate-benefits article > span { color: #ffd452; font-size: 10px; font-weight: 900; padding-top: 5px; }
.corporate-benefits h3 { margin: 0 0 8px; font-size: 21px; }
.corporate-benefits p { margin: 0; color: rgba(255,255,255,.67); font-size: 14px; line-height: 1.65; }

.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%; }

.testimonials { background: #fffaf0; }
.testimonials .section-head.compact { max-width: 920px; }
.testimonials-intro { max-width: 760px; margin: 22px auto 0; color: var(--muted); font-size: 15px; line-height: 1.7; }
.testimonials-carousel { position: relative; }
.testimonial-controls { display: flex; justify-content: flex-end; gap: 9px; margin: 0 0 20px; }
.testimonial-controls button { width: 48px; height: 48px; border: 1px solid var(--line); border-radius: 50%; background: #fff; color: var(--ink); cursor: pointer; font-size: 20px; transition: .2s; }
.testimonial-controls button:hover { background: var(--red); border-color: var(--red); color: #fff; }
.testimonial-rail { display: grid; grid-auto-flow: column; grid-auto-columns: minmax(330px, 38vw); gap: 20px; overflow-x: auto; overscroll-behavior-inline: contain; scroll-snap-type: inline mandatory; scrollbar-width: thin; scrollbar-color: rgba(180,10,15,.45) transparent; padding: 0 0 22px; outline: none; }
.testimonial-rail:focus-visible { box-shadow: 0 0 0 3px rgba(230,10,25,.18); border-radius: 18px; }
.testimonial-card { min-height: 420px; padding: clamp(28px,3.5vw,48px); background: #fff; border: 1px solid var(--line); border-radius: 20px; display: flex; flex-direction: column; scroll-snap-align: start; box-shadow: 0 18px 48px rgba(78,42,20,.06); }
.testimonial-segment { width: fit-content; padding: 8px 11px; border-radius: 99px; background: #fff2d4; color: var(--deep-red); font-size: 10px; font-weight: 900; text-transform: uppercase; letter-spacing: .08em; }
.testimonial-company { margin-top: 30px; font-size: clamp(23px,2.4vw,34px); line-height: 1.15; letter-spacing: -.035em; }
.testimonial-card blockquote { position: relative; margin: 28px 0 36px; padding: 0; color: #4f4946; font-size: 16px; line-height: 1.75; }
.testimonial-card blockquote::before { content: "“"; display: block; height: 34px; color: var(--red); font-family: Georgia, serif; font-size: 56px; line-height: .8; }
.testimonial-author { margin-top: auto; padding: 22px 0 0; background: transparent; color: var(--ink); border-top: 1px solid var(--line); }
.testimonial-author strong, .testimonial-author span { display: block; }
.testimonial-author strong { font-size: 14px; }
.testimonial-author span { margin-top: 6px; color: var(--muted); font-size: 12px; line-height: 1.45; }

.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: 700; }
.hotel-offer-actions { display: flex; justify-content: center; padding-top: 134px; }
.hotel-offer-actions .inventory-cta { margin-top: 0; }

.experience { background: #15100f; color: #fff; display: grid; grid-template-columns: minmax(0,1.15fr) minmax(380px,.85fr); gap: 8vw; align-items: center; }
.experience-copy h2 { margin: 0; max-width: 900px; font-size: clamp(40px,5.2vw,72px); line-height: 1.02; letter-spacing: -.05em; text-wrap: balance; }
.experience-copy > p:not(.eyebrow) { margin: 28px 0 38px; max-width: 850px; color: rgba(255,255,255,.67); font-size: 18px; line-height: 1.75; }
.experience-points { border-top: 1px solid rgba(255,255,255,.17); }
.experience-points article { display: grid; grid-template-columns: 46px 1fr; gap: 18px; padding: 24px 0; border-bottom: 1px solid rgba(255,255,255,.17); }
.experience-points article > span { color: #ffd452; font-size: 10px; font-weight: 900; padding-top: 5px; }
.experience-points h3 { margin: 0 0 7px; font-size: 19px; }
.experience-points p { margin: 0; color: rgba(255,255,255,.58); font-size: 14px; line-height: 1.6; }

.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: 700; 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: 800; 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: 700; }
.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; }
.contact-with-form { display: block; text-align: left; padding: clamp(70px,8vw,112px) clamp(22px,7vw,110px); }
.contact-with-form .contact-inner { max-width: 1280px; display: grid; grid-template-columns: minmax(0,.8fr) minmax(480px,1.2fr); gap: 8vw; align-items: start; }
.contact-with-form .contact .eyebrow, .contact-with-form .eyebrow { justify-content: flex-start; }
.contact-with-form h2 { font-size: clamp(42px,5.5vw,76px); }
.contact-with-form .contact-copy > p:not(.eyebrow) { max-width: 620px; margin: 28px 0 30px; color: rgba(255,255,255,.88); font-size: 18px; line-height: 1.65; }
.contact-phone, .contact-email { display: block; width: fit-content; margin-top: 11px; font-weight: 800; }
.contact-phone { font-size: 23px; }.contact-email { color: #ffd452; }
.contact-form-card { background: #fff; color: var(--ink); padding: clamp(24px,3.6vw,48px); border-radius: 24px; box-shadow: 0 30px 90px rgba(0,0,0,.2); }
.contact-form-card .lead-form { margin-top: 0; grid-template-columns: 1fr 1fr; }

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: 700; 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,.62); font-size: 12px; }
.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: 700; }.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; }
  .corporate { grid-template-columns: 1fr; }.corporate-benefits { display: grid; 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, .experience { 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; }
  .testimonial-rail { grid-auto-columns: minmax(320px, 58vw); }
  .contact-with-form .contact-inner { grid-template-columns: 1fr; gap: 52px; }
}

@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: 56px 20px; }.section-head { margin-bottom: 36px; }.eyebrow { margin-bottom: 16px; font-size: 10px; }
  .clients { padding-top: 70px; padding-bottom: 70px; }.client-rail span { font-size: 12px; }
  .testimonial-rail { grid-auto-columns: 86vw; gap: 14px; }.testimonial-card { min-height: 390px; }.testimonial-controls { justify-content: center; }
  .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; }
  .corporate-benefits { grid-template-columns: 1fr; }
  .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; }
  .contact-with-form { padding: 68px 20px; }.contact-form-card { padding: 22px; }.contact-form-card .lead-form { grid-template-columns: 1fr; }
  .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; }
}

.form-success { display: none; margin: 0 0 18px; padding: 16px 18px; border-radius: 12px; background: #eef8ee; color: #1f5f2a; font-weight: 700; font-size: 15px; line-height: 1.5; }
.form-success.is-visible { display: block; }
a:focus-visible, button:focus-visible, summary:focus-visible, input:focus-visible, select:focus-visible, textarea:focus-visible { outline: 2px solid var(--yellow); outline-offset: 3px; }

/* Typography: Unbounded display + Onest text */
h1, h2, h3, .stats strong, .client-rail span, .legal-page h1 { font-family: var(--font-display); font-weight: 700; letter-spacing: -.02em; }
.hero h1 { font-size: clamp(38px, 4.9vw, 70px); line-height: 1.04; letter-spacing: -.025em; font-weight: 700; }
h2 { line-height: 1.06; }
.site-shell h2 { font-size: clamp(28px, 3.7vw, 50px); letter-spacing: -.02em; line-height: 1.06; }
.site-shell .section-head.compact h2 { font-size: clamp(26px, 3.2vw, 44px); }
.site-shell .legal-page h1 { font-size: clamp(32px, 5vw, 56px); letter-spacing: -.02em; }
h3 { letter-spacing: -.01em; }
.button, .desktop-nav a, .eyebrow, .mobile-menu-panel a, .language-switcher a, .login-link { font-family: var(--font-display); font-weight: 600; letter-spacing: .02em; }
.eyebrow { font-size: 10px; letter-spacing: .12em; }
.button { font-size: 13px; }
@media (max-width: 640px) { .hero h1 { font-size: clamp(30px, 9.4vw, 40px); } }
.site-shell .contact-copy h2, .site-shell .corporate-intro h2 { font-size: clamp(26px, 3.1vw, 42px); }
.site-shell .stats strong { font-size: clamp(26px, 2.6vw, 40px); letter-spacing: -.02em; white-space: nowrap; }

/* Stats: counters */
.stats article { position: relative; transition: background .3s ease; }
.stats article:hover { background: rgba(0,0,0,.08); }
.site-shell .stats strong { font-size: clamp(30px, 3.2vw, 48px); letter-spacing: -.02em; white-space: nowrap; font-variant-numeric: tabular-nums; }
.stats strong small { font-size: .55em; font-weight: 700; letter-spacing: 0; margin-left: .12em; }
/* Buttons: interactive */
.button { position: relative; overflow: hidden; isolation: isolate; transition: transform .35s cubic-bezier(.2,.8,.2,1), box-shadow .35s ease, background .3s ease, border-color .3s ease, color .3s ease; }
.button::after { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(115deg, transparent 30%, rgba(255,255,255,.28) 50%, transparent 70%); transform: translateX(-120%); transition: transform .8s cubic-bezier(.2,.8,.2,1); }
.button:hover::after { transform: translateX(120%); }
.button:hover { transform: translateY(-3px) scale(1.015); }
.button:active { transform: translateY(0) scale(.98); transition-duration: .1s; }
.button.primary:hover { background: #ff1424; box-shadow: 0 18px 50px rgba(230,10,25,.5), 0 0 0 4px rgba(230,10,25,.18); }
.button.ghost { transition: transform .35s cubic-bezier(.2,.8,.2,1), background .35s ease, border-color .35s ease, color .35s ease, box-shadow .35s ease; }
.button.ghost:hover { background: #fff; color: var(--ink); border-color: #fff; box-shadow: 0 18px 50px rgba(0,0,0,.35); }
.button.white:hover { box-shadow: 0 18px 50px rgba(0,0,0,.25); }
@media (prefers-reduced-motion: reduce) { .button::after { display: none; } .button:hover { transform: none; } }
/* Headings: lighter, more readable */
.site-shell h2 { font-weight: 600; font-size: clamp(26px, 3.1vw, 42px); letter-spacing: -.015em; line-height: 1.12; }
.site-shell .section-head.compact h2 { font-size: clamp(24px, 2.7vw, 36px); }
.site-shell .contact-copy h2, .site-shell .corporate-intro h2 { font-size: clamp(24px, 2.6vw, 36px); }
.site-shell h3 { font-weight: 600; }
.hero h1 { font-weight: 700; }
/* Bridge: bento cards */
.bridge { grid-template-columns: minmax(0, .9fr) minmax(420px, 1.1fr); gap: 6vw; align-items: center; }
.bridge-intro h2 { max-width: 560px; }
.bridge-intro .lead { max-width: 520px; margin: 22px 0 0; font-size: 17px; }
.bridge-cards { border-top: 0; display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.bridge-cards article { padding: 26px 24px 28px; display: flex; flex-direction: column; gap: 10px; border: 1px solid var(--line); border-bottom: 1px solid var(--line); background: #fff; border-radius: 18px; transition: transform .35s cubic-bezier(.2,.8,.2,1), box-shadow .35s ease, border-color .35s ease; }
.bridge-cards article:hover { transform: translateY(-4px); box-shadow: 0 22px 50px rgba(17,17,17,.1); border-color: transparent; }
.bridge-cards .card-index { grid-row: auto; padding: 0; width: 34px; height: 34px; border-radius: 10px; background: var(--red); color: #fff; display: grid; place-content: center; font-family: var(--font-display); font-size: 11px; font-weight: 600; margin-bottom: 8px; }
.bridge-cards h3 { margin: 0; font-size: 18px; line-height: 1.25; }
.bridge-cards p { font-size: 14px; line-height: 1.6; }
@media (max-width: 640px) { .bridge-cards { grid-template-columns: 1fr; } }

/* Bridge v2: asymmetric bento, double-bezel, line icons */
.eyebrow { display: inline-flex; align-items: center; padding: 6px 12px; border-radius: 100px; border: 1px solid currentColor; opacity: .9; font-size: 10px; letter-spacing: .14em; margin-bottom: 22px; }
.section-head .eyebrow { align-self: flex-start; }
.section-head.compact .eyebrow, .contact .eyebrow { justify-content: center; }
.bridge-cards { grid-template-columns: 1fr 1fr; gap: 12px; }
.bridge-cards article { grid-column: auto; padding: 6px; background: rgba(17,17,17,.04); border: 1px solid rgba(17,17,17,.06); border-radius: 26px; box-shadow: none; transition: transform .7s cubic-bezier(.32,.72,0,1), box-shadow .7s cubic-bezier(.32,.72,0,1); }
.bridge-cards article:first-child { grid-column: 1 / -1; }
.bridge-cards article > * { position: relative; }
.bridge-cards article::before { content: ""; position: absolute; inset: 6px; border-radius: 20px; background: #fff; box-shadow: inset 0 1px 0 rgba(255,255,255,.9), 0 1px 2px rgba(17,17,17,.04); }
.bridge-cards article { position: relative; display: grid; grid-template-columns: auto 1fr; grid-template-rows: auto auto; column-gap: 18px; row-gap: 6px; padding: 26px 28px 28px; align-items: start; }
.bridge-cards article:first-child { grid-template-columns: auto 1fr; }
.bridge-cards .card-icon { grid-row: 1 / span 2; width: 48px; height: 48px; border-radius: 14px; background: rgba(230,10,25,.08); color: var(--red); display: grid; place-content: center; }
.bridge-cards .card-icon svg { width: 24px; height: 24px; }
.bridge-cards h3 { margin: 0; font-size: 17px; line-height: 1.3; }
.bridge-cards p { margin: 0; font-size: 14px; line-height: 1.6; max-width: 46ch; }
.bridge-cards article:first-child p { max-width: 62ch; }
.bridge-cards article:hover { transform: translateY(-6px); box-shadow: 0 30px 60px -20px rgba(17,17,17,.18), 0 12px 24px -12px rgba(17,17,17,.08); border-color: transparent; }
@media (max-width: 640px) { .bridge-cards article { grid-template-columns: 1fr; } .bridge-cards .card-icon { grid-row: auto; margin-bottom: 6px; } }
/* Scroll reveal */
[data-reveal], [data-reveal-group] > * { opacity: 0; transform: translateY(28px); filter: blur(6px); transition: opacity .9s cubic-bezier(.32,.72,0,1), transform .9s cubic-bezier(.32,.72,0,1), filter .9s cubic-bezier(.32,.72,0,1); }
[data-reveal].is-in, [data-reveal-group].is-in > * { opacity: 1; transform: none; filter: none; }
[data-reveal-group].is-in > :nth-child(2) { transition-delay: .08s } [data-reveal-group].is-in > :nth-child(3) { transition-delay: .16s } [data-reveal-group].is-in > :nth-child(4) { transition-delay: .24s } [data-reveal-group].is-in > :nth-child(5) { transition-delay: .32s }
html.no-reveal [data-reveal], html.no-reveal [data-reveal-group] > * { opacity: 1; transform: none; filter: none; transition: none; }
@media (prefers-reduced-motion: reduce) { [data-reveal], [data-reveal-group] > * { opacity: 1; transform: none; filter: none; transition: none; } }
/* Bridge v3: borderless spotlight rows */
.bridge { align-items: center; }
.bridge-cards, .bridge-cards article, .bridge-cards article:first-child { display: block; grid-column: auto; grid-template-columns: none; padding: 0; background: transparent; border: 0; border-radius: 0; box-shadow: none; }
.bridge-cards { display: flex; flex-direction: column; gap: 4px; }
.bridge-cards article::before { display: none; }
.bridge-cards article { position: relative; display: grid; grid-template-columns: 52px 1fr; column-gap: 20px; align-items: center; padding: 20px 22px; border-radius: 22px; cursor: default; transition: background .6s cubic-bezier(.32,.72,0,1), transform .6s cubic-bezier(.32,.72,0,1); }
.bridge-cards article:hover, .bridge-cards article:focus-within, .bridge-cards article.is-active { background: #fff; transform: translateX(6px); }
.bridge-cards .card-icon { grid-row: 1 / span 2; width: 52px; height: 52px; border-radius: 50%; background: transparent; color: var(--ink); box-shadow: inset 0 0 0 1.5px var(--ink); display: grid; place-content: center; transition: background .5s cubic-bezier(.32,.72,0,1), color .5s, box-shadow .5s, transform .6s cubic-bezier(.32,.72,0,1); }
.bridge-cards article:hover .card-icon, .bridge-cards article.is-active .card-icon { background: var(--red); color: #fff; box-shadow: inset 0 0 0 1.5px var(--red), 0 14px 30px -10px rgba(230,10,25,.55); transform: rotate(-8deg) scale(1.06); }
.bridge-cards .card-icon svg { width: 22px; height: 22px; }
.bridge-cards h3 { margin: 0; font-size: 19px; line-height: 1.25; font-weight: 600; }
.bridge-cards p { margin: 0; max-width: 52ch; font-size: 14px; line-height: 1.6; color: var(--muted); display: grid; grid-template-rows: 0fr; overflow: hidden; opacity: 0; transition: grid-template-rows .55s cubic-bezier(.32,.72,0,1), opacity .45s ease, margin .45s ease; }
.bridge-cards p::before { content: ""; display: block; }
.bridge-cards p > span, .bridge-cards p { min-height: 0; }
.bridge-cards article:hover p, .bridge-cards article:focus-within p, .bridge-cards article.is-active p { grid-template-rows: 1fr; opacity: 1; margin-top: 6px; }
@media (hover: none), (max-width: 900px) { .bridge-cards p { grid-template-rows: 1fr; opacity: 1; margin-top: 6px; } .bridge-cards article:hover { transform: none; } }

/* eyebrow: plain text, no pill */
.eyebrow { display: block; padding: 0; border: 0; border-radius: 0; opacity: 1; font-size: 11px; letter-spacing: .14em; margin-bottom: 20px; }
/* bridge rows: fixed layout */
.bridge-cards article { grid-template-columns: 52px 1fr; grid-template-rows: auto; column-gap: 20px; align-items: center; padding: 18px 22px; }
.bridge-cards article:hover, .bridge-cards article:focus-within, .bridge-cards article.is-active { transform: none; }
.bridge-cards .card-icon { grid-row: auto; }
.bridge-cards .card-body { min-width: 0; }
.bridge-cards article:first-child { display: grid; grid-template-columns: 52px 1fr; padding: 18px 22px; border-radius: 22px; }
.site-shell .audience-grid h3 { font-size: clamp(20px, 1.75vw, 26px); line-height: 1.2; letter-spacing: -.01em; margin: 28px 0 14px; overflow-wrap: anywhere; }
.site-shell .hurma-card h3 { font-size: clamp(22px, 2.2vw, 32px); letter-spacing: -.015em; }
.site-shell h3 { overflow-wrap: anywhere; }

/* Client logos */
.client-rail[data-logos] { grid-template-columns: repeat(6, 1fr); border-top: 0; border-bottom: 0; }
.client-rail[data-logos] span { border: 0 !important; min-height: 96px; padding: 18px 22px; }
.client-rail .client-logo img { max-height: 34px; max-width: 150px; width: auto; height: auto; object-fit: contain; filter: grayscale(1) brightness(.62) contrast(1.05); opacity: .75; transition: filter .6s cubic-bezier(.32,.72,0,1), opacity .6s, transform .6s cubic-bezier(.32,.72,0,1); }
.client-rail .client-logo:hover img { filter: none; opacity: 1; transform: scale(1.06); }
.client-rail .client-text { font-family: var(--font-display); font-weight: 600; font-size: 12px; letter-spacing: 0; color: #7a7a7a; filter: none; line-height: 1.35; max-width: 190px; margin: 0 auto; }
@media (max-width: 900px) { .client-rail[data-logos] { grid-template-columns: repeat(3, 1fr); } .client-rail .client-logo img { max-height: 26px; max-width: 110px; } .client-rail[data-logos] span { min-height: 72px; padding: 12px; } }
/* Corporate benefits: spotlight rows on red */
.corporate-benefits { border-top: 0; display: flex; flex-direction: column; gap: 4px; }
.corporate-benefits article { grid-template-columns: 52px 1fr; column-gap: 20px; align-items: center; padding: 18px 22px; border-bottom: 0; border-radius: 22px; transition: background .6s cubic-bezier(.32,.72,0,1); }
.corporate-benefits article:hover { background: rgba(255,255,255,.1); }
.corporate-benefits .card-icon { width: 52px; height: 52px; border-radius: 50%; box-shadow: inset 0 0 0 1.5px rgba(255,255,255,.55); color: #fff; display: grid; place-content: center; transition: background .5s cubic-bezier(.32,.72,0,1), color .5s, box-shadow .5s, transform .6s cubic-bezier(.32,.72,0,1); }
.corporate-benefits .card-icon svg { width: 22px; height: 22px; }
.corporate-benefits article:hover .card-icon { background: #fff; color: var(--deep-red); box-shadow: inset 0 0 0 1.5px #fff, 0 14px 30px -10px rgba(0,0,0,.35); transform: rotate(-8deg) scale(1.06); }
.corporate-benefits h3 { margin: 0 0 6px; font-size: 19px; line-height: 1.25; }
.corporate-benefits p { margin: 0; max-width: 52ch; font-size: 14px; line-height: 1.6; }
.client-rail .client-logo img { height: 32px; width: auto; max-width: 150px; }
.client-rail .client-logo { display: grid; place-content: center; }

/* Technology: spotlight rows on dark */
.technology { min-height: 0; }
.tech-copy { padding: clamp(64px, 7vw, 110px) clamp(30px, 7vw, 120px); }
.tech-visual { display: none; }
.tech-list { border-left: 0; padding: clamp(56px, 6vw, 90px) clamp(28px, 5vw, 80px); gap: 4px; }
.tech-list article { grid-template-columns: 52px 1fr; column-gap: 20px; align-items: center; padding: 18px 22px; border-bottom: 0; border-radius: 22px; transition: background .6s cubic-bezier(.32,.72,0,1); }
.tech-list article:hover { background: rgba(255,255,255,.07); }
.tech-list .card-icon { width: 52px; height: 52px; border: 0; border-radius: 50%; box-shadow: inset 0 0 0 1.5px rgba(255,255,255,.4); color: #fff; font-size: 0; display: grid; place-content: center; transition: background .5s cubic-bezier(.32,.72,0,1), color .5s, box-shadow .5s, transform .6s cubic-bezier(.32,.72,0,1); }
.tech-list .card-icon svg { width: 22px; height: 22px; }
.tech-list article:hover .card-icon { background: var(--red); color: #fff; box-shadow: inset 0 0 0 1.5px var(--red), 0 14px 30px -10px rgba(230,10,25,.6); transform: rotate(-8deg) scale(1.06); }
.tech-list h3 { margin: 0 0 6px; font-size: 19px; line-height: 1.25; }
.tech-list p { max-width: 52ch; color: rgba(255,255,255,.7); }

/* Geography: flags list, no pseudo-map */
.geography { grid-template-columns: minmax(0, .95fr) minmax(0, 1.05fr); gap: 6vw; align-items: center; }
.geo-art { display: none; }
.geo-copy { display: contents; }
.geo-copy .eyebrow, .geo-copy h2, .geo-copy .lead { grid-column: 1; }
.geo-copy .lead { margin: 22px 0 0; }
.country-list { grid-column: 2; grid-row: 1 / span 3; align-self: center; border: 0; display: grid; grid-template-columns: 1fr 1fr; gap: 4px 8px; }
.country-list span { gap: 14px; padding: 14px 18px; border-bottom: 0; border-radius: 16px; font-size: 16px; font-weight: 600; font-family: var(--font-display); transition: background .5s cubic-bezier(.32,.72,0,1), transform .5s cubic-bezier(.32,.72,0,1); }
.country-list span:hover { background: var(--paper); transform: translateX(4px); }
.country-list img { width: 28px; height: 20px; border-radius: 4px; object-fit: cover; box-shadow: 0 0 0 1px rgba(17,17,17,.08); }
@media (max-width: 900px) { .geography { grid-template-columns: 1fr; } .geo-copy .eyebrow, .geo-copy h2, .geo-copy .lead, .country-list { grid-column: 1; grid-row: auto; } .country-list { margin-top: 28px; } }
@media (max-width: 640px) { .country-list { grid-template-columns: 1fr 1fr; } .country-list span { font-size: 14px; padding: 12px 12px; } }

/* Hotel offer: spotlight rows */
.hotel-offer { align-items: center; }
.hotel-offer-details { border-top: 0; }
.hotel-benefit-list { display: flex; flex-direction: column; gap: 4px; }
.hotel-benefit-list article { grid-template-columns: 52px 1fr; column-gap: 20px; align-items: center; padding: 18px 22px; border-bottom: 0; border-radius: 22px; transition: background .6s cubic-bezier(.32,.72,0,1); }
.hotel-benefit-list article:hover { background: #fff; }
.hotel-benefit-list .card-icon { width: 52px; height: 52px; border-radius: 50%; box-shadow: inset 0 0 0 1.5px var(--ink); color: var(--ink); font-size: 0; padding: 0; display: grid; place-content: center; transition: background .5s cubic-bezier(.32,.72,0,1), color .5s, box-shadow .5s, transform .6s cubic-bezier(.32,.72,0,1); }
.hotel-benefit-list .card-icon svg { width: 22px; height: 22px; }
.hotel-benefit-list article:hover .card-icon { background: var(--red); color: #fff; box-shadow: inset 0 0 0 1.5px var(--red), 0 14px 30px -10px rgba(230,10,25,.55); transform: rotate(-8deg) scale(1.06); }
.hotel-benefit-list h3 { margin: 0 0 6px; font-size: 19px; line-height: 1.25; }
.hotel-benefit-list p { max-width: 52ch; }
.hotel-offer-actions { padding-top: 40px; }
/* Testimonials: compact cards */
.testimonial-rail { grid-auto-columns: minmax(300px, 30vw); gap: 16px; }
.testimonial-card { min-height: 0; padding: 26px 28px 24px; border: 0; border-radius: 20px; box-shadow: 0 24px 60px -30px rgba(78,42,20,.18); gap: 0; }
.testimonial-segment { font-size: 10px; font-weight: 600; font-family: var(--font-display); letter-spacing: .06em; padding: 7px 10px; }
.testimonial-company { margin-top: 18px; font-size: 18px; letter-spacing: -.01em; line-height: 1.25; }
.testimonial-card blockquote { margin: 14px 0 22px; font-size: 15px; line-height: 1.65; color: #4f4946; }
.testimonial-card blockquote::before { display: none; }
.testimonial-author { padding-top: 16px; border-top: 1px solid rgba(17,17,17,.08); }
.testimonial-author strong { font-size: 13px; font-family: var(--font-display); font-weight: 600; }
.testimonial-author span { margin-top: 3px; font-size: 12px; }
@media (max-width: 640px) { .testimonial-rail { grid-auto-columns: 86vw; } }
/* Hotel offer: chips + CTA */
.property-tags { flex-wrap: wrap; gap: 8px; margin-top: 24px; }
.property-tags span { white-space: nowrap; padding: 9px 14px; font-size: 12px; font-weight: 600; font-family: var(--font-display); letter-spacing: 0; border: 0; box-shadow: inset 0 0 0 1px rgba(17,17,17,.14); background: transparent; transition: background .4s cubic-bezier(.32,.72,0,1), color .4s, box-shadow .4s; }
.property-tags span:hover { background: var(--ink); color: #fff; box-shadow: inset 0 0 0 1px var(--ink); }
.hotel-channels { margin: 22px 22px 0; padding-top: 22px; border-top: 1px solid rgba(17,17,17,.08); }
.hotel-channels > strong { font-family: var(--font-display); font-weight: 600; font-size: 11px; letter-spacing: .1em; color: var(--muted); margin-bottom: 14px; }
.hotel-channels span { white-space: nowrap; font-size: 12px; font-weight: 600; font-family: var(--font-display); letter-spacing: 0; border: 0; box-shadow: inset 0 0 0 1px rgba(17,17,17,.14); background: transparent; }
.hotel-offer-actions { justify-content: flex-start; padding: 28px 22px 0; }
.testimonial-segment { background: transparent; padding: 0; border-radius: 0; color: var(--deep-red); }
.section-pad { padding-top: clamp(48px, 5vw, 72px); padding-bottom: clamp(48px, 5vw, 72px); }
.testimonials.section-pad { padding-bottom: clamp(32px, 3.5vw, 48px); }
.clients { padding-top: 48px; padding-bottom: 40px; }
.hotel-offer-intro .inventory-photo { margin-bottom: 32px; min-height: 340px; }
/* Hotel offer: top-align, calmer channels */
.hotel-offer { align-items: start; }
.hotel-offer-intro .inventory-photo { min-height: 300px; margin-bottom: 28px; }
.hotel-channels { margin: 26px 22px 0; padding-top: 22px; }
.hotel-channels > strong { font-size: 11px; letter-spacing: .1em; color: var(--muted); margin-bottom: 12px; }
.hotel-channels > div { gap: 6px 22px; }
.hotel-channels span { padding: 0; border: 0; box-shadow: none; background: transparent; font-size: 14px; font-weight: 600; font-family: var(--font-display); display: inline-flex; align-items: center; gap: 9px; }
.hotel-channels span::before { content: ""; width: 7px; height: 7px; border-radius: 50%; background: var(--red); flex: 0 0 auto; }
/* Testimonials: tighter head */
.testimonials .section-head { margin-bottom: 8px; }
.testimonials-intro { margin-top: 14px; }
.testimonial-controls { margin: 0 0 14px; }

/* Property tags: marquee */
.property-tags.marquee { display: block; overflow: hidden; margin-top: 26px; mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent); -webkit-mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent); }
.marquee-track { display: flex; gap: 8px; width: max-content; animation: marquee 22s linear infinite; }
.property-tags.marquee:hover .marquee-track { animation-play-state: paused; }
.marquee-track span { flex: 0 0 auto; cursor: default; }
@keyframes marquee { to { transform: translateX(-50%); } }
@media (prefers-reduced-motion: reduce) { .marquee-track { animation: none; flex-wrap: wrap; width: auto; } .property-tags.marquee { mask-image: none; -webkit-mask-image: none; } }
/* Process: drawn line + popping nodes */
.process-track::before { display: none; }
.process-track { overflow: visible; }
.process-line { position: absolute; left: 4%; right: 4%; top: 27px; height: 2px; background: linear-gradient(90deg, var(--red), var(--orange)); transform-origin: left center; transform: scaleX(0); transition: transform 1.6s cubic-bezier(.32,.72,0,1); }
.process-track.is-in .process-line { transform: scaleX(1); }
.process-track article { padding-top: 0; border-radius: 22px; transition: transform .6s cubic-bezier(.32,.72,0,1); }
.process-track article:hover { transform: translateY(-6px); }
.process-track article > span { width: 54px; height: 54px; border: 0; background: #fff; color: var(--red); font-family: var(--font-display); font-weight: 600; font-size: 14px; box-shadow: inset 0 0 0 1.5px var(--ink); transform: scale(.4); opacity: 0; transition: transform .8s cubic-bezier(.34,1.56,.64,1), opacity .4s ease, background .5s cubic-bezier(.32,.72,0,1), color .5s, box-shadow .5s; }
.process-track.is-in article > span { transform: scale(1); opacity: 1; }
.process-track.is-in article:nth-child(2) > span { transition-delay: .35s } .process-track.is-in article:nth-child(3) > span { transition-delay: .7s } .process-track.is-in article:nth-child(4) > span { transition-delay: 1.05s } .process-track.is-in article:nth-child(5) > span { transition-delay: 1.4s }
.process-track article:hover > span { background: var(--red); color: #fff; box-shadow: inset 0 0 0 1.5px var(--red), 0 14px 30px -10px rgba(230,10,25,.55); }
.process-track article > span::after { content: ""; position: absolute; inset: -8px; border-radius: 50%; border: 1.5px solid rgba(230,10,25,.35); opacity: 0; transform: scale(.6); transition: opacity .5s, transform .8s cubic-bezier(.34,1.56,.64,1); }
.process-track article:hover > span::after { opacity: 1; transform: scale(1); }
[data-reveal-group="true"].process-track > * { opacity: 1; transform: none; filter: none; }
html.no-reveal .process-line { transform: scaleX(1); } html.no-reveal .process-track article > span { transform: none; opacity: 1; }
@media (prefers-reduced-motion: reduce) { .process-line { transform: scaleX(1); } .process-track article > span { transform: none; opacity: 1; } }
.testimonial-controls { display: none; }
/* Lead form: cleaner fields */
.contact-with-form .lead-form { gap: 14px 16px; }
.lead-form label > span { font-size: 12px; font-weight: 600; font-family: var(--font-display); color: #4f4946; margin-bottom: 6px; display: block; }
.lead-form input, .lead-form select, .lead-form textarea { border: 0; background: #f4f1ec; border-radius: 12px; padding: 14px 16px; font: inherit; font-size: 15px; color: var(--ink); width: 100%; box-shadow: inset 0 0 0 1px transparent; transition: box-shadow .35s cubic-bezier(.32,.72,0,1), background .35s; }
.lead-form input:focus, .lead-form select:focus, .lead-form textarea:focus { outline: 0; background: #fff; box-shadow: inset 0 0 0 1.5px var(--red); }
.lead-form textarea { min-height: 96px; resize: vertical; }
.lead-form .form-consent { display: flex; align-items: center; gap: 10px; }
.lead-form .form-consent input { width: 20px; height: 20px; padding: 0; accent-color: var(--red); }
.lead-form .form-consent span { margin: 0; font-family: var(--font-text); font-weight: 500; font-size: 13px; }
.lead-form .button.primary { margin-top: 4px; }
/* Custom select */
.lead-form select { appearance: none; -webkit-appearance: none; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 24 24' fill='none' stroke='%23111' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: right 16px center; padding-right: 42px; cursor: pointer; }
.lead-form select:focus, .lead-form input:focus, .lead-form textarea:focus { outline: 0 !important; }
.hs-select { position: relative; }
.hs-select select { position: absolute; inset: 0; opacity: 0; pointer-events: none; }
.hs-select-btn { width: 100%; text-align: left; border: 0; background: #f4f1ec; border-radius: 12px; padding: 14px 42px 14px 16px; font: inherit; font-size: 15px; color: var(--ink); cursor: pointer; position: relative; box-shadow: inset 0 0 0 1.5px transparent; transition: box-shadow .35s cubic-bezier(.32,.72,0,1), background .35s; }
.hs-select-btn.is-placeholder { color: #7a746f; }
.hs-select-btn::after { content: ""; position: absolute; right: 16px; top: 50%; width: 8px; height: 8px; border-right: 1.6px solid var(--ink); border-bottom: 1.6px solid var(--ink); transform: translateY(-70%) rotate(45deg); transition: transform .4s cubic-bezier(.32,.72,0,1); }
.hs-select.is-open .hs-select-btn, .hs-select-btn:focus-visible { background: #fff; box-shadow: inset 0 0 0 1.5px var(--red); outline: 0; }
.hs-select.is-open .hs-select-btn::after { transform: translateY(-20%) rotate(225deg); }
.hs-menu { position: absolute; left: 0; right: 0; top: calc(100% + 6px); z-index: 30; background: #fff; border-radius: 14px; padding: 6px; margin: 0; list-style: none; box-shadow: 0 24px 60px -20px rgba(17,17,17,.28), 0 2px 8px rgba(17,17,17,.06); opacity: 0; transform: translateY(-6px) scale(.98); transform-origin: top; pointer-events: none; transition: opacity .3s cubic-bezier(.32,.72,0,1), transform .4s cubic-bezier(.32,.72,0,1); max-height: 280px; overflow: auto; }
.hs-select.is-open .hs-menu { opacity: 1; transform: none; pointer-events: auto; }
.hs-menu li { padding: 11px 12px; border-radius: 9px; font-size: 14px; cursor: pointer; display: flex; justify-content: space-between; align-items: center; transition: background .2s; }
.hs-menu li:hover, .hs-menu li.is-focus { background: #f4f1ec; }
.hs-menu li.is-selected { color: var(--red); font-weight: 600; }
.hs-menu li.is-selected::after { content: ""; width: 6px; height: 10px; border-right: 1.6px solid var(--red); border-bottom: 1.6px solid var(--red); transform: rotate(45deg); margin-right: 4px; }
/* FAQ: spotlight rows, animated open */
.faq { align-items: start; }
.faq-list { border-top: 0; display: flex; flex-direction: column; gap: 4px; }
.faq-list details { border-bottom: 0; border-radius: 20px; transition: background .5s cubic-bezier(.32,.72,0,1); }
.faq-list details:hover, .faq-list details[open] { background: var(--paper); }
.faq-list summary { padding: 20px 22px; font-family: var(--font-display); font-weight: 600; font-size: 16px; line-height: 1.35; }
.faq-list summary span { width: 36px; height: 36px; flex: 0 0 auto; background: #fff; box-shadow: inset 0 0 0 1.5px rgba(17,17,17,.14); color: var(--ink); font-size: 0; position: relative; transition: transform .5s cubic-bezier(.32,.72,0,1), background .4s, box-shadow .4s, color .4s; }
.faq-list summary span::before, .faq-list summary span::after { content: ""; position: absolute; left: 50%; top: 50%; background: currentColor; border-radius: 2px; transform: translate(-50%,-50%); }
.faq-list summary span::before { width: 12px; height: 1.6px; } .faq-list summary span::after { width: 1.6px; height: 12px; }
.faq-list details:hover summary span { background: var(--red); color: #fff; box-shadow: inset 0 0 0 1.5px var(--red); }
.faq-list details[open] summary span { transform: rotate(135deg); background: var(--red); color: #fff; box-shadow: inset 0 0 0 1.5px var(--red); }
.faq-list p { margin: 0 64px 22px 22px; font-size: 15px; line-height: 1.65; }
.faq-list details[open] p { animation: faq-open .55s cubic-bezier(.32,.72,0,1) both; }
@keyframes faq-open { from { opacity: 0; transform: translateY(-6px); } to { opacity: 1; transform: none; } }
@media (prefers-reduced-motion: reduce) { .faq-list details[open] p { animation: none; } }

/* Process v2: editorial split, scroll-driven */
.process { display: grid; grid-template-columns: minmax(0,.8fr) minmax(0,1.2fr); gap: 6vw; align-items: start; }
.process .section-head.process-head { display: block; position: sticky; top: 110px; margin: 0; text-align: left; max-width: none; }
.process .section-head.process-head h2 { text-align: left; margin: 0; }
.process-track { display: grid; grid-template-columns: 1fr; gap: 0; position: relative; padding-left: 44px; }
.process-line { display: none; }
.process-rail { position: absolute; left: 12px; top: 22px; bottom: 22px; width: 2px; background: rgba(17,17,17,.1); border-radius: 2px; overflow: hidden; }
.process-rail b { position: absolute; left: 0; top: 0; width: 100%; height: 100%; background: linear-gradient(180deg, var(--red), var(--orange)); transform-origin: top; transform: scaleY(var(--p, 0)); transition: transform .25s linear; }
.process-track article { position: relative; padding: 26px 26px 26px 28px; border-radius: 22px; display: grid; grid-template-columns: auto 1fr; column-gap: 22px; align-items: start; transform: none; transition: background .6s cubic-bezier(.32,.72,0,1), opacity .6s, transform .6s cubic-bezier(.32,.72,0,1); opacity: .55; }
.process-track article:hover { transform: none; }
.process-track article.is-active { opacity: 1; background: #fff; box-shadow: 0 30px 60px -30px rgba(17,17,17,.14); }
.process-track article::before { content: ""; position: absolute; left: -38px; top: 34px; width: 14px; height: 14px; border-radius: 50%; background: var(--paper); box-shadow: inset 0 0 0 2px rgba(17,17,17,.2); transition: background .5s, box-shadow .5s, transform .6s cubic-bezier(.34,1.56,.64,1); }
.process-track article.is-active::before, .process-track article.is-done::before { background: var(--red); box-shadow: inset 0 0 0 2px var(--red), 0 0 0 6px rgba(230,10,25,.14); }
.process-track article.is-active::before { transform: scale(1.25); }
.process-track article > span.step-num { position: static; width: auto; height: auto; border-radius: 0; background: transparent; box-shadow: none; opacity: 1; transform: none; font-family: var(--font-display); font-weight: 700; font-size: clamp(28px, 3vw, 44px); line-height: 1; letter-spacing: -.02em; color: rgba(17,17,17,.18); transition: color .5s; grid-row: 1 / span 2; align-self: start; margin-top: -2px; }
.process-track article.is-active > span.step-num { color: var(--red); }
.process-track article > span.step-num::after { display: none; }
.process-track article:hover > span { background: transparent; box-shadow: none; color: inherit; }
.process-track h3 { margin: 4px 0 8px; font-size: 20px; line-height: 1.25; }
.process-track p { margin: 0; max-width: 46ch; font-size: 15px; line-height: 1.6; }
@media (max-width: 900px) { .process { grid-template-columns: 1fr; } .process .section-head.process-head { position: static; margin-bottom: 20px; } .process-track { padding-left: 30px; } .process-track article { padding: 18px 16px 18px 18px; grid-template-columns: auto 1fr; column-gap: 14px; } .process-track article::before { left: -26px; } }

/* Experience: rows + flat hurma block */
.experience { align-items: center; grid-template-columns: minmax(0,1.1fr) minmax(360px,.9fr); }
.experience-copy > p:not(.eyebrow) { margin: 22px 0 26px; font-size: 17px; max-width: 640px; }
.experience-points { border-top: 0; display: flex; flex-direction: column; gap: 4px; }
.experience-points article { grid-template-columns: 52px 1fr; column-gap: 20px; align-items: center; padding: 16px 22px; border-bottom: 0; border-radius: 22px; transition: background .6s cubic-bezier(.32,.72,0,1); }
.experience-points article:hover { background: rgba(255,255,255,.07); }
.experience-points .card-icon { width: 52px; height: 52px; border-radius: 50%; box-shadow: inset 0 0 0 1.5px rgba(255,255,255,.4); color: #fff; font-size: 0; padding: 0; display: grid; place-content: center; transition: background .5s cubic-bezier(.32,.72,0,1), color .5s, box-shadow .5s, transform .6s cubic-bezier(.32,.72,0,1); }
.experience-points .card-icon svg { width: 22px; height: 22px; }
.experience-points article:hover .card-icon { background: var(--red); box-shadow: inset 0 0 0 1.5px var(--red), 0 14px 30px -10px rgba(230,10,25,.6); transform: rotate(-8deg) scale(1.06); }
.experience-points h3 { margin: 0 0 5px; font-size: 18px; line-height: 1.25; }
.experience-points p { color: rgba(255,255,255,.7); max-width: 52ch; }
.hurma-card { background: transparent; color: #fff; padding: 0; box-shadow: none; border-radius: 0; }
.hurma-card .hurma-mark { min-height: 0; padding: 40px 36px; border-radius: 24px; margin-bottom: 28px; font-size: clamp(44px,4.4vw,68px); background: linear-gradient(135deg, #ffb52e, #ff7d00); color: #fff; display: block; box-shadow: 0 30px 60px -25px rgba(255,125,0,.55); transition: transform .7s cubic-bezier(.32,.72,0,1); }
.hurma-card:hover .hurma-mark { transform: translateY(-4px) rotate(-1deg); }
.hurma-card .hurma-mark span { color: #7a1a10; }
.hurma-card .eyebrow { color: #ffd452; }
.hurma-card h3 { font-size: clamp(22px, 2.2vw, 30px); letter-spacing: -.015em; color: #fff; }
.hurma-card > p:not(.eyebrow) { color: rgba(255,255,255,.7); margin: 16px 0 22px; font-size: 15px; }
/* Mobile overrides for redesigned sections */
@media (max-width: 900px) {
  .bridge, .corporate, .technology, .geography, .hotel-offer, .experience, .faq, .process, .contact-with-form .contact-inner { grid-template-columns: 1fr !important; }
  .bridge-cards, .corporate-benefits, .tech-list, .hotel-benefit-list, .experience-points, .faq-list { min-width: 0; }
  .client-rail[data-logos] { grid-template-columns: repeat(3, 1fr); padding: 0; }
  .client-rail[data-logos] span { min-height: 64px; padding: 10px 8px; }
  .client-rail .client-logo img { height: auto; max-height: 24px; max-width: 100%; width: auto; }
  .client-rail .client-text { font-size: 11px; max-width: 100%; }
  .bridge-cards article, .bridge-cards article:first-child, .corporate-benefits article, .tech-list article, .hotel-benefit-list article, .experience-points article { grid-template-columns: 44px 1fr; column-gap: 14px; padding: 14px 12px; border-radius: 16px; }
  .bridge-cards .card-icon, .corporate-benefits .card-icon, .tech-list .card-icon, .hotel-benefit-list .card-icon, .experience-points .card-icon { width: 44px; height: 44px; }
  .bridge-cards .card-icon svg, .corporate-benefits .card-icon svg, .tech-list .card-icon svg, .hotel-benefit-list .card-icon svg, .experience-points .card-icon svg { width: 20px; height: 20px; }
  .bridge-cards h3, .corporate-benefits h3, .tech-list h3, .hotel-benefit-list h3, .experience-points h3 { font-size: 16px; }
  .bridge-cards p { grid-template-rows: 1fr; opacity: 1; margin-top: 4px; }
  .tech-list { padding: 24px 0 0; }
  .hurma-card { margin-top: 32px; }
  .hurma-card .hurma-mark { padding: 28px 24px; font-size: clamp(36px, 11vw, 48px); }
  .country-list { grid-template-columns: 1fr 1fr; gap: 2px 6px; }
  .country-list span { font-size: 14px; padding: 10px 10px; }
  .faq-list summary { padding: 16px 14px; font-size: 15px; }
  .faq-list p { margin: 0 14px 18px 14px; }
  .process-track article > span.step-num { font-size: 26px; }
  .marquee-track { animation-duration: 16s; }
  .stats { grid-template-columns: 1fr 1fr; }
  .site-shell .stats strong { font-size: clamp(24px, 7vw, 30px); }
}
@media (max-width: 640px) {
  .client-rail[data-logos] { grid-template-columns: repeat(3, 1fr); }
  .site-shell h2 { font-size: clamp(24px, 7vw, 30px); }
  .hero h1 { font-size: clamp(30px, 9.4vw, 40px); }
  .hero-orbit { display: none; }
}
@media (max-width: 900px) { .hotel-offer, .bridge, .corporate, .technology, .geography, .experience, .faq, .process { grid-template-columns: minmax(0,1fr) !important; } .hotel-offer > *, .bridge > *, .corporate > *, .technology > *, .geography > *, .experience > *, .faq > *, .process > * { min-width: 0; max-width: 100%; } }

/* Hurma search form */
.hurma-card .hurma-mark { padding: 22px 28px; margin-bottom: 14px; font-size: clamp(32px, 3vw, 44px); border-radius: 20px 20px 8px 8px; }
.hurma-search { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; background: #fff; border-radius: 8px 8px 20px 20px; padding: 16px; margin-bottom: 26px; color: var(--ink); }
.hurma-search label { display: block; }
.hurma-search label:first-child { grid-column: 1 / -1; }
.hurma-search label > span { display: block; font-family: var(--font-display); font-weight: 600; font-size: 11px; letter-spacing: .04em; color: #6b645f; margin-bottom: 5px; }
.hurma-search select, .hurma-search input { width: 100%; border: 0; background: #f4f1ec; border-radius: 10px; padding: 12px 14px; font: inherit; font-size: 14px; color: var(--ink); box-shadow: inset 0 0 0 1.5px transparent; transition: box-shadow .35s cubic-bezier(.32,.72,0,1), background .35s; appearance: none; -webkit-appearance: none; min-height: 46px; }
.hurma-search select { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 24 24' fill='none' stroke='%23111' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: right 14px center; padding-right: 38px; }
.hurma-search select:focus, .hurma-search input:focus { outline: 0; background-color: #fff; box-shadow: inset 0 0 0 1.5px var(--orange); }
.hurma-search .button { grid-column: 1 / -1; min-height: 50px; background: linear-gradient(135deg, #ffb52e, #ff7d00); box-shadow: 0 14px 40px -12px rgba(255,125,0,.6); }
.hurma-search .button:hover { background: linear-gradient(135deg, #ffc24d, #ff8a1a); box-shadow: 0 18px 50px -12px rgba(255,125,0,.75), 0 0 0 4px rgba(255,125,0,.15); }
.hurma-card:hover .hurma-mark { transform: none; }
@media (max-width: 640px) { .hurma-search { grid-template-columns: 1fr 1fr; } }
/* Legal page redesign */
.legal-shell { background: var(--paper); }
.legal-page { padding: 140px clamp(22px, 7vw, 120px) 90px; display: grid; grid-template-columns: 260px minmax(0, 1fr); gap: 6vw; align-items: start; }
.legal-page > header, .legal-page > article { width: auto; margin: 0; background: transparent; border: 0; border-radius: 0; padding: 0; text-align: left; }
.legal-page > header { grid-column: 1 / -1; max-width: 820px; }
.legal-page > header img { display: none; }
.legal-page > header small { display: inline-block; font-family: var(--font-display); font-weight: 600; font-size: 11px; letter-spacing: .12em; text-transform: uppercase; color: var(--deep-red); margin-bottom: 18px; }
.site-shell .legal-page h1 { font-size: clamp(30px, 4.2vw, 52px); font-weight: 600; letter-spacing: -.02em; line-height: 1.08; margin: 0 0 14px; }
.legal-page header p { font-size: 17px; color: var(--muted); margin: 0; }
.legal-toc { position: sticky; top: 110px; display: flex; flex-direction: column; gap: 2px; }
.legal-toc a { display: block; padding: 9px 12px; border-radius: 10px; font-size: 13px; font-weight: 500; color: #6b645f; transition: background .3s, color .3s; }
.legal-toc a:hover { background: #fff; color: var(--ink); }
.legal-toc a.is-active { background: #fff; color: var(--red); font-weight: 600; }
.legal-page article section { padding: 0 0 30px; margin: 0 0 30px; border-bottom: 1px solid rgba(17,17,17,.08); scroll-margin-top: 110px; }
.legal-page article h2 { font-size: clamp(19px, 1.7vw, 24px); font-weight: 600; letter-spacing: -.01em; margin: 0 0 14px; }
.legal-page article p { color: #4f4946; line-height: 1.7; font-size: 15px; max-width: 72ch; margin: 0 0 12px; }
.legal-page article ul, .legal-page article ol { color: #4f4946; line-height: 1.7; font-size: 15px; max-width: 72ch; padding-left: 20px; }
@media (max-width: 900px) { .legal-page { grid-template-columns: 1fr; padding-top: 110px; } .legal-toc { position: static; flex-direction: row; flex-wrap: wrap; gap: 6px; margin-bottom: 8px; } .legal-toc a { font-size: 12px; padding: 7px 10px; background: #fff; } }
.legal-page > header { margin-bottom: -10px; }
.legal-page > header p { margin-bottom: 6px; }

/* Hurma widget header (as on hurma.uz) */
.hurma-head { display: flex; align-items: center; justify-content: space-between; gap: 14px; background: #fff; border-radius: 20px 20px 0 0; padding: 16px 20px; border-bottom: 1px solid rgba(17,17,17,.06); }
.hurma-head img { width: 132px; height: auto; display: block; }
.hurma-head-note { font-family: var(--font-text); font-size: 12px; font-weight: 600; color: #8a827c; letter-spacing: .02em; }
.hurma-search { border-radius: 0 0 20px 20px; margin-bottom: 26px; }
.hurma-search select:focus, .hurma-search input:focus, .hurma-search .hs-select.is-open .hs-select-btn, .hurma-search .hs-select-btn:focus-visible { box-shadow: inset 0 0 0 1.5px #ff7d00; }
.hurma-search .hs-select-btn { padding: 12px 38px 12px 14px; font-size: 14px; min-height: 46px; border-radius: 10px; }
.hurma-search .hs-menu li.is-selected { color: #e8640a; } .hurma-search .hs-menu li.is-selected::after { border-color: #e8640a; }
/* Custom checkbox */
.form-consent input[type="checkbox"] { appearance: none; -webkit-appearance: none; width: 22px; height: 22px; margin: 0; border-radius: 7px; background: #f4f1ec; box-shadow: inset 0 0 0 1.5px rgba(17,17,17,.18); cursor: pointer; position: relative; flex: 0 0 auto; transition: background .35s cubic-bezier(.32,.72,0,1), box-shadow .35s, transform .35s cubic-bezier(.34,1.56,.64,1); }
.form-consent input[type="checkbox"]::after { content: ""; position: absolute; left: 7px; top: 3px; width: 6px; height: 11px; border-right: 2px solid #fff; border-bottom: 2px solid #fff; transform: rotate(45deg) scale(0); transition: transform .35s cubic-bezier(.34,1.56,.64,1); }
.form-consent input[type="checkbox"]:hover { box-shadow: inset 0 0 0 1.5px var(--red); }
.form-consent input[type="checkbox"]:checked { background: var(--red); box-shadow: inset 0 0 0 1.5px var(--red), 0 8px 20px -8px rgba(230,10,25,.6); transform: scale(1.05); }
.form-consent input[type="checkbox"]:checked::after { transform: rotate(45deg) scale(1); }
.form-consent input[type="checkbox"]:focus-visible { outline: 0; box-shadow: inset 0 0 0 1.5px var(--red), 0 0 0 4px rgba(230,10,25,.18); }
.lead-form .form-consent { align-items: center; }
.geography { grid-template-rows: auto auto 1fr; align-items: start; }
.geo-copy .eyebrow, .geo-copy h2, .geo-copy .lead { align-self: start; }
.geo-copy h2 { margin: 0; }
.geo-copy .lead { margin-top: 18px; }
.country-list { align-self: start; }
.geography { gap: 0 6vw; }

/* Hurma widget v2: replica of hurma.uz hero */
.hurma-widget { --hu-orange: #ff6d00; --hu-green: #004535; font-family: "Inter", "Onest", sans-serif; background: #fff3ec; color: #111; border-radius: 22px; padding: 16px 18px 18px; margin-bottom: 26px; position: relative; overflow: hidden; }
.hurma-widget::before { content: ""; position: absolute; right: -60px; top: -70px; width: 320px; height: 320px; background: url("/brand/hurma-logo.svg") no-repeat 0 0 / 1100px auto; opacity: .06; pointer-events: none; }
.hurma-widget > * { position: relative; }
.hurma-head { background: transparent; border: 0; padding: 0 0 12px; border-radius: 0; }
.hurma-head img { width: 118px; }
.hurma-login { font-family: "Poppins", "Inter", sans-serif; font-weight: 500; font-size: 13px; color: #fff; background: var(--hu-green); border-radius: 10px; padding: 9px 16px; transition: transform .35s cubic-bezier(.32,.72,0,1), box-shadow .35s; }
.hurma-login:hover { transform: translateY(-2px); box-shadow: 0 12px 24px -10px rgba(0,69,53,.6); }
.hurma-tabs { display: flex; gap: 8px; margin: 2px 0 10px; }
.hurma-tabs span { background: #fff; border-radius: 12px; padding: 8px 14px; font-size: 13px; font-weight: 600; box-shadow: 0 6px 16px -10px rgba(0,0,0,.2); }
.hurma-search { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1fr auto; gap: 0; background: #fff; border-radius: 14px; padding: 0; margin: 0; box-shadow: 0 10px 30px -18px rgba(0,0,0,.25); align-items: stretch; }
.hurma-search .hs-f { display: grid; grid-template-columns: 18px 1fr; grid-template-rows: auto auto; column-gap: 8px; align-items: center; padding: 9px 12px; position: relative; border-right: 1px solid rgba(17,17,17,.07); }
.hurma-search .hs-f i { grid-row: 1 / span 2; color: var(--hu-orange); display: grid; }
.hurma-search .hs-f i svg { width: 18px; height: 18px; }
.hurma-search .hs-f > span { font-size: 10px; color: #7a7a7a; margin: 0; font-weight: 500; letter-spacing: 0; }
.hurma-search .hs-f input, .hurma-search .hs-f select, .hurma-search .hs-f .hs-select-btn { background: transparent; padding: 0; min-height: 0; border-radius: 0; font-size: 14px; font-weight: 600; box-shadow: none; }
.hurma-search .hs-f .hs-select { grid-column: 2; }
.hurma-search .hs-f .hs-select-btn { padding-right: 18px; }
.hurma-search .hs-f .hs-select-btn::after { right: 4px; width: 6px; height: 6px; }
.hurma-search .hs-f .hs-select.is-open .hs-select-btn, .hurma-search .hs-f .hs-select-btn:focus-visible, .hurma-search .hs-f input:focus { box-shadow: none; background: transparent; }
.hurma-search .hs-f:focus-within { background: #fff8f3; }
.hurma-search .hs-f input[type="date"] { color: #111; }
.hurma-search .hs-f input[type="date"]::-webkit-calendar-picker-indicator { display: none; }
.hurma-search .hs-menu { left: -12px; right: auto; min-width: 220px; top: calc(100% + 12px); }
.hurma-find { display: inline-flex; align-items: center; gap: 8px; margin: 6px; padding: 0 18px; border: 0; border-radius: 12px; background: var(--hu-orange); color: #fff; font: inherit; font-weight: 600; font-size: 14px; cursor: pointer; transition: transform .35s cubic-bezier(.32,.72,0,1), box-shadow .35s, background .3s; box-shadow: 0 10px 24px -10px rgba(255,109,0,.7); }
.hurma-find svg { width: 18px; height: 18px; }
.hurma-find:hover { background: #ff7d1a; transform: translateY(-2px); box-shadow: 0 16px 30px -10px rgba(255,109,0,.8); }
.hurma-pop { display: flex; flex-wrap: wrap; align-items: center; gap: 6px; margin-top: 12px; font-size: 12px; }
.hurma-pop strong { font-weight: 600; margin-right: 4px; }
.hurma-pop a { background: #fff; border-radius: 999px; padding: 6px 11px; font-weight: 600; font-size: 12px; transition: background .3s, color .3s; }
.hurma-pop a:hover { background: var(--hu-orange); color: #fff; }
@media (max-width: 900px) { .hurma-search { grid-template-columns: 1fr 1fr; } .hurma-search .hs-f-dir { grid-column: 1 / -1; } .hurma-search .hs-f { border-right: 0; border-bottom: 1px solid rgba(17,17,17,.07); } .hurma-find { grid-column: 1 / -1; justify-content: center; min-height: 46px; } }
.site-shell .audience-number { font-family: var(--font-display); font-weight: 700; font-size: clamp(44px, 4.6vw, 64px); line-height: .9; letter-spacing: -.03em; color: #fde3c6; margin-bottom: 4px; }
.audience-grid article:hover .audience-number { color: #fbc78f; transition: color .5s; }
/* Hurma search: 2-column stacked layout */
.hurma-search { grid-template-columns: 1fr 1fr; }
.hurma-search .hs-f-dir { grid-column: 1 / -1; border-right: 0; border-bottom: 1px solid rgba(17,17,17,.07); }
.hurma-search .hs-f:nth-child(2) { border-right: 1px solid rgba(17,17,17,.07); border-bottom: 1px solid rgba(17,17,17,.07); }
.hurma-search .hs-f:nth-child(3) { border-right: 0; border-bottom: 1px solid rgba(17,17,17,.07); }
.hurma-search .hs-f:nth-child(4) { border-right: 1px solid rgba(17,17,17,.07); border-bottom: 0; }
.hurma-search .hs-f .hs-select-btn { white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.hurma-search .hs-f input[type="date"] { width: 100%; min-width: 0; }
.hurma-find { grid-column: 2; justify-content: center; min-height: 48px; margin: 6px; }
@media (max-width: 900px) { .hurma-search { grid-template-columns: 1fr 1fr; } .hurma-find { grid-column: 2; } }
.hurma-head { padding-bottom: 14px; }
.hurma-search .hs-f { cursor: pointer; }
.hurma-search .hs-f input[type="date"] { cursor: pointer; }

/* Hurma custom date range picker */
.hurma-search .hs-date { font-size: 14px; font-weight: 600; color: #111; display: block; line-height: 1.3; }
.hurma-search .hs-f.is-focus { background: #fff8f3; }
.hu-cal { position: absolute; z-index: 40; top: calc(100% + 8px); left: 0; width: 320px; background: #fff; border-radius: 16px; padding: 14px; box-shadow: 0 30px 70px -20px rgba(0,0,0,.3), 0 2px 8px rgba(0,0,0,.06); font-family: "Inter", "Onest", sans-serif; opacity: 0; transform: translateY(-6px) scale(.98); transform-origin: top left; pointer-events: none; transition: opacity .3s cubic-bezier(.32,.72,0,1), transform .4s cubic-bezier(.32,.72,0,1); }
.hu-cal.is-open { opacity: 1; transform: none; pointer-events: auto; }
.hu-cal-head { display: flex; align-items: center; justify-content: space-between; margin-bottom: 10px; }
.hu-cal-head strong { font-size: 14px; font-weight: 600; text-transform: capitalize; }
.hu-cal-head button { width: 32px; height: 32px; border: 0; border-radius: 50%; background: #fff3ec; color: #111; cursor: pointer; display: grid; place-content: center; transition: background .3s; }
.hu-cal-head button:hover { background: #ff6d00; color: #fff; }
.hu-cal-head button svg { width: 16px; height: 16px; }
.hu-cal-grid { display: grid; grid-template-columns: repeat(7, 1fr); gap: 2px; }
.hu-cal-grid small { text-align: center; font-size: 11px; color: #9a9a9a; padding: 4px 0 6px; font-weight: 500; }
.hu-cal-grid button { height: 38px; border: 0; background: transparent; border-radius: 10px; font: inherit; font-size: 13px; font-weight: 500; color: #111; cursor: pointer; position: relative; transition: background .2s, color .2s; }
.hu-cal-grid button:hover:not(:disabled) { background: #fff3ec; }
.hu-cal-grid button:disabled { color: #c9c4c0; cursor: default; }
.hu-cal-grid button.in-range { background: #fff3ec; border-radius: 0; }
.hu-cal-grid button.is-start, .hu-cal-grid button.is-end { background: #ff6d00; color: #fff; font-weight: 600; border-radius: 10px; }
.hu-cal-grid button.is-start.in-range { border-radius: 10px 0 0 10px; } .hu-cal-grid button.is-end.in-range { border-radius: 0 10px 10px 0; }
.hu-cal-hint { margin-top: 10px; font-size: 12px; color: #7a7a7a; }
@media (max-width: 640px) { .hu-cal { width: min(320px, calc(100vw - 40px)); } }
.hurma-widget { overflow: visible; }
.hurma-widget::before { display: none; }
.hurma-head { justify-content: flex-start; }
.hurma-search { position: relative; z-index: 2; }
.hurma-search .hs-menu { z-index: 60; }
.hu-cal { z-index: 70; }
.hu-cal { top: auto; }
@media (max-width: 640px) {
  .hu-cal { position: fixed; left: 50% !important; top: 50% !important; width: min(340px, calc(100vw - 32px)); transform: translate(-50%, -46%) scale(.98); transform-origin: center; z-index: 90; }
  .hu-cal.is-open { transform: translate(-50%, -50%) scale(1); }
  .hurma-search .hs-f.is-focus { background: #fff8f3; }
}
.hu-cal-backdrop { display: none; }
@media (max-width: 640px) {
  .hu-cal-backdrop { display: block; position: fixed; inset: 0; z-index: 85; background: rgba(10,8,8,.45); backdrop-filter: blur(2px); opacity: 0; pointer-events: none; transition: opacity .3s ease; }
  .hu-cal-backdrop.is-open { opacity: 1; pointer-events: auto; }
}
@media (max-width: 900px) {
  .client-rail[data-logos] { gap: 4px 0; }
  .client-rail[data-logos] span { min-height: 56px; padding: 8px 6px; }
  .client-rail .client-logo img { height: 22px; max-height: 22px; width: auto; max-width: 100%; object-fit: contain; }
  .client-rail .client-text { font-size: 10px; line-height: 1.3; }
}

/* Success state replaces the form */
.form-success { display: none; margin: 0; padding: 40px 28px; border-radius: 0; background: transparent; color: var(--ink); text-align: center; font-weight: 400; font-size: 15px; }
.form-success.is-visible { display: flex; flex-direction: column; align-items: center; gap: 12px; }
.form-success-icon { width: 72px; height: 72px; border-radius: 50%; background: var(--red); color: #fff; display: grid; place-content: center; box-shadow: 0 20px 40px -14px rgba(230,10,25,.6); animation: pop-in .7s cubic-bezier(.34,1.56,.64,1) both; }
.form-success-icon svg { width: 34px; height: 34px; }
.form-success strong { font-family: var(--font-display); font-weight: 600; font-size: 22px; letter-spacing: -.01em; margin-top: 8px; }
.form-success p { margin: 0; color: var(--muted); max-width: 40ch; line-height: 1.6; }
.form-success .button.ghost { margin-top: 14px; color: var(--ink); border-color: rgba(17,17,17,.2); background: transparent; backdrop-filter: none; }
.form-success .button.ghost:hover { background: var(--ink); color: #fff; border-color: var(--ink); }
.lead-form.is-hidden { display: none; }
@keyframes pop-in { from { transform: scale(.4); opacity: 0; } to { transform: none; opacity: 1; } }
