/* Uzbekistan Convention Bureau — POC stylesheet */
:root {
  --brand: #29abe2;
  --brand-d: #0b84bd;
  --brand-dd: #075f8a;
  --ink: #2b2e34;
  --ink-2: #565b63;
  --ink-3: #8a9097;
  --sand: #c79347;
  --sand-d: #a9772f;
  --bg: #ffffff;
  --bg-soft: #f4f8fb;
  --bg-band: #eef5fa;
  --line: #e3e9ee;
  --navy: #16222e;
  --navy-2: #1d2c3a;
  --radius: 16px;
  --radius-s: 10px;
  --shadow: 0 10px 30px rgba(16, 42, 67, 0.10);
  --shadow-lg: 0 24px 60px rgba(16, 42, 67, 0.18);
  --maxw: 1180px;
  --font: "Inter", "Segoe UI", system-ui, -apple-system, Roboto, Helvetica, Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: var(--font);
  color: var(--ink);
  background: var(--bg);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  overflow-x: clip; /* safety net: never let a stray wide element break the layout */
}
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration: none; }
h1, h2, h3, h4 { line-height: 1.15; margin: 0 0 .4em; font-weight: 800; letter-spacing: -0.02em; }
p { margin: 0 0 1em; }
.wrap { width: 100%; max-width: var(--maxw); margin: 0 auto; padding: 0 24px; }
.eyebrow {
  text-transform: uppercase; letter-spacing: .18em; font-size: .76rem;
  font-weight: 700; color: var(--brand-d); margin-bottom: .6em; display: inline-block;
}
.section { padding: 86px 0; }
.section--soft { background: var(--bg-soft); }
.section__head { max-width: 720px; margin: 0 auto 46px; text-align: center; }
.section__head h2 { font-size: clamp(1.8rem, 3.4vw, 2.6rem); }
.section__head p { color: var(--ink-2); font-size: 1.06rem; }
.center { text-align: center; }

/* Buttons */
.btn {
  display: inline-flex; align-items: center; gap: .55em; cursor: pointer;
  font-family: inherit; font-weight: 700; font-size: .98rem; line-height: 1;
  padding: 14px 24px; border-radius: 999px; border: 1.5px solid transparent;
  transition: transform .15s ease, box-shadow .2s ease, background .2s ease, color .2s ease;
  white-space: nowrap;
}
.btn:active { transform: translateY(1px); }
.btn--primary { background: var(--brand); color: #fff; box-shadow: 0 8px 22px rgba(41, 171, 226, .35); }
.btn--primary:hover { background: var(--brand-d); box-shadow: 0 12px 28px rgba(41, 171, 226, .45); }
.btn--sand { background: var(--sand); color: #fff; box-shadow: 0 8px 22px rgba(199, 147, 71, .35); }
.btn--sand:hover { background: var(--sand-d); }
.btn--ghost { background: transparent; color: var(--ink); border-color: var(--line); }
.btn--ghost:hover { border-color: var(--brand); color: var(--brand-d); }
.btn--light { background: #fff; color: var(--brand-d); }
.btn--light:hover { background: var(--bg-soft); }
.btn--block { width: 100%; justify-content: center; }
.btn--sm { padding: 10px 18px; font-size: .9rem; }

/* Header */
.header {
  position: sticky; top: 0; z-index: 60; background: rgba(255,255,255,.92);
  backdrop-filter: saturate(140%) blur(10px); border-bottom: 1px solid var(--line);
}
.header__row { display: flex; align-items: center; gap: 28px; height: 76px; }
.brand img { height: 46px; width: auto; }
.nav { display: flex; gap: 26px; margin-left: auto; }
.nav a { font-weight: 600; font-size: .95rem; color: var(--ink-2); position: relative; padding: 6px 0; }
.nav a:hover { color: var(--brand-d); }
.nav a::after {
  content: ""; position: absolute; left: 0; bottom: -2px; height: 2px; width: 0;
  background: var(--brand); transition: width .2s ease;
}
.nav a:hover::after { width: 100%; }
.header__cta { display: flex; align-items: center; gap: 12px; }
.lang { font-weight: 700; font-size: .85rem; color: var(--ink-2); border: 1px solid var(--line); padding: 7px 12px; border-radius: 999px; }
.lang:hover { border-color: var(--brand); color: var(--brand-d); }
.burger { display: none; background: none; border: 0; cursor: pointer; padding: 8px; }
.burger span { display: block; width: 24px; height: 2px; background: var(--ink); margin: 5px 0; border-radius: 2px; }

/* Hero */
.hero { position: relative; color: #fff; overflow: hidden; }
.hero__bg { position: absolute; inset: 0; }
.hero__bg img { width: 100%; height: 100%; object-fit: cover; }
.hero__bg::after {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(8,26,40,.55) 0%, rgba(8,26,40,.35) 40%, rgba(8,26,40,.78) 100%);
}
.hero__inner { position: relative; padding: 92px 24px 64px; }
.hero h1 { font-size: clamp(2.2rem, 5vw, 3.7rem); max-width: 16ch; text-shadow: 0 2px 30px rgba(0,0,0,.35); }
.hero__lead { font-size: clamp(1.05rem, 2vw, 1.3rem); max-width: 54ch; color: #eaf3f9; margin-bottom: 30px; }
.hero__tag {
  display: inline-flex; align-items: center; gap: .5em; background: rgba(255,255,255,.14);
  border: 1px solid rgba(255,255,255,.28); padding: 7px 14px; border-radius: 999px;
  font-size: .82rem; font-weight: 600; margin-bottom: 22px; backdrop-filter: blur(4px);
}

/* Search / AI booking widget */
.search {
  background: #fff; color: var(--ink); border-radius: 20px; box-shadow: var(--shadow-lg);
  padding: 10px; margin-top: 8px; max-width: 920px;
}
.search__tabs { display: flex; gap: 6px; padding: 6px 6px 0; }
.search__tab {
  flex: 0 0 auto; border: 0; cursor: pointer; font-family: inherit; font-weight: 700; font-size: .92rem;
  padding: 12px 20px; border-radius: 12px 12px 0 0; color: var(--ink-2); background: transparent;
  display: inline-flex; align-items: center; gap: .5em;
}
.search__tab.is-active { color: var(--brand-d); background: var(--bg-soft); }
.search__tab .dot { width: 8px; height: 8px; border-radius: 50%; background: var(--sand); }
.search__panel { display: none; padding: 18px; background: var(--bg-soft); border-radius: 0 14px 14px 14px; }
.search__panel.is-active { display: block; }

/* AI panel */
.ai-row { display: flex; gap: 12px; align-items: stretch; }
.ai-input {
  flex: 1; border: 1.5px solid var(--line); border-radius: 14px; background: #fff;
  padding: 14px 16px; font-family: inherit; font-size: 1rem; color: var(--ink); resize: none;
  min-height: 58px; line-height: 1.45;
}
.ai-input:focus { outline: none; border-color: var(--brand); box-shadow: 0 0 0 4px rgba(41,171,226,.15); }
.ai-suggests { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 12px; }
.chip {
  border: 1px solid var(--line); background: #fff; border-radius: 999px; padding: 7px 13px;
  font-size: .82rem; color: var(--ink-2); cursor: pointer; transition: .15s; font-family: inherit;
}
.chip:hover { border-color: var(--brand); color: var(--brand-d); background: #f3fbff; }
.ai-hint { font-size: .8rem; color: var(--ink-3); margin: 12px 2px 0; display: flex; align-items: center; gap: .5em; }

/* Classic panel */
.filters { display: grid; grid-template-columns: repeat(4, 1fr) auto; gap: 12px; align-items: end; }
.field label { display: block; font-size: .76rem; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; color: var(--ink-3); margin-bottom: 6px; }
.field select, .field input {
  width: 100%; border: 1.5px solid var(--line); border-radius: 12px; background: #fff;
  padding: 13px 12px; font-family: inherit; font-size: .95rem; color: var(--ink);
}
.field select:focus, .field input:focus { outline: none; border-color: var(--brand); box-shadow: 0 0 0 4px rgba(41,171,226,.15); }

/* AI results */
.results { margin-top: 26px; }
.assistant-msg {
  display: flex; gap: 14px; background: #fff; border: 1px solid var(--line); border-left: 4px solid var(--brand);
  border-radius: 14px; padding: 16px 18px; box-shadow: var(--shadow); margin-bottom: 22px;
}
.assistant-msg .ava {
  flex: 0 0 40px; height: 40px; border-radius: 50%; background: linear-gradient(135deg, var(--brand), var(--brand-dd));
  color: #fff; display: grid; place-items: center; font-weight: 800; font-size: .9rem;
}
.assistant-msg .body { color: var(--ink); }
.assistant-msg .body b { color: var(--brand-dd); }
.assistant-msg small { color: var(--ink-3); }
.thinking { display: inline-flex; gap: 5px; align-items: center; }
.thinking i { width: 7px; height: 7px; background: var(--brand); border-radius: 50%; animation: bounce 1.2s infinite; }
.thinking i:nth-child(2){ animation-delay:.18s } .thinking i:nth-child(3){ animation-delay:.36s }
@keyframes bounce { 0%,80%,100%{ transform: translateY(0); opacity:.4 } 40%{ transform: translateY(-6px); opacity:1 } }

/* Cards grid */
.grid { display: grid; gap: 26px; }
.grid--3 { grid-template-columns: repeat(3, 1fr); }
.grid--4 { grid-template-columns: repeat(4, 1fr); }
.grid--2 { grid-template-columns: repeat(2, 1fr); }

.pkg {
  background: #fff; border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden;
  display: flex; flex-direction: column; transition: transform .2s ease, box-shadow .2s ease;
}
.pkg:hover { transform: translateY(-5px); box-shadow: var(--shadow-lg); }
.pkg__media { position: relative; aspect-ratio: 16/10; overflow: hidden; }
.pkg__media img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.pkg:hover .pkg__media img { transform: scale(1.06); }
.pkg__badge {
  position: absolute; top: 12px; left: 12px; background: rgba(255,255,255,.95); color: var(--brand-dd);
  font-size: .72rem; font-weight: 800; text-transform: uppercase; letter-spacing: .06em;
  padding: 6px 11px; border-radius: 999px;
}
.pkg__city {
  position: absolute; bottom: 12px; left: 12px; color: #fff; font-weight: 700; font-size: .85rem;
  display: flex; align-items: center; gap: .4em; text-shadow: 0 1px 8px rgba(0,0,0,.5);
}
.pkg__body { padding: 18px 18px 20px; display: flex; flex-direction: column; flex: 1; }
.pkg__meta { display: flex; gap: 14px; font-size: .8rem; color: var(--ink-3); margin-bottom: 8px; flex-wrap: wrap; }
.pkg__meta b { color: var(--ink-2); }
.pkg h3 { font-size: 1.16rem; margin-bottom: .35em; }
.pkg__sum { color: var(--ink-2); font-size: .92rem; flex: 1; }
.pkg__foot { display: flex; align-items: center; justify-content: space-between; margin-top: 16px; padding-top: 14px; border-top: 1px solid var(--line); }
.price { font-size: .82rem; color: var(--ink-3); }
.price b { display: block; font-size: 1.25rem; color: var(--ink); font-weight: 800; }
.reason {
  background: #f1fb ; background: #eef9ff; border: 1px dashed var(--brand);
  color: var(--brand-dd); font-size: .82rem; padding: 8px 12px; border-radius: 10px; margin-top: 12px;
}
.reason b { font-weight: 800; }

/* Why / features */
.feat { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 26px; transition: .2s; }
.feat:hover { box-shadow: var(--shadow); transform: translateY(-3px); }
.feat .ic { width: 50px; height: 50px; border-radius: 13px; background: var(--bg-band); color: var(--brand-d); display: grid; place-items: center; margin-bottom: 16px; }
.feat .ic svg { width: 26px; height: 26px; }
.feat h3 { font-size: 1.12rem; }
.feat p { color: var(--ink-2); font-size: .93rem; margin: 0; }

/* Stats band */
.stats { background: var(--navy); color: #fff; }
.stats .grid { grid-template-columns: repeat(4,1fr); gap: 20px; text-align: center; }
.stat b { display: block; font-size: clamp(2rem,4vw,3rem); font-weight: 800; color: #fff; letter-spacing: -.03em; }
.stat .sand { color: var(--sand); }
.stat span { color: #9fb3c4; font-size: .92rem; }

/* Destinations */
.dest { position: relative; border-radius: var(--radius); overflow: hidden; aspect-ratio: 3/4; box-shadow: var(--shadow); }
.dest img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s ease; }
.dest:hover img { transform: scale(1.07); }
.dest::after { content:""; position:absolute; inset:0; background: linear-gradient(180deg, rgba(0,0,0,0) 40%, rgba(8,20,30,.82) 100%); }
.dest__cap { position: absolute; left: 0; right: 0; bottom: 0; padding: 22px; color: #fff; z-index: 2; }
.dest__cap h3 { font-size: 1.35rem; margin-bottom: .2em; }
.dest__cap p { font-size: .86rem; color: #dce7ef; margin: 0; }

/* Split / brand-in-action */
.split { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: center; }
.split img { border-radius: var(--radius); box-shadow: var(--shadow); }
.split h2 { font-size: clamp(1.7rem, 3vw, 2.4rem); }
.checklist { list-style: none; padding: 0; margin: 22px 0 28px; }
.checklist li { display: flex; gap: 12px; align-items: flex-start; margin-bottom: 14px; color: var(--ink-2); }
.checklist svg { flex: 0 0 22px; color: var(--brand); margin-top: 3px; }

/* Services */
.svc { display: flex; gap: 16px; padding: 22px; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); }
.svc .ic { flex: 0 0 46px; height: 46px; border-radius: 12px; background: var(--brand); color: #fff; display: grid; place-items: center; }
.svc h3 { font-size: 1.05rem; margin-bottom: .25em; }
.svc p { font-size: .9rem; color: var(--ink-2); margin: 0; }

/* Partners */
.partners-board { width: 100%; max-width: 760px; height: auto; margin: 0 auto; border-radius: var(--radius); border: 1px solid var(--line); box-shadow: var(--shadow); }

/* Testimonials */
.quote { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 28px; box-shadow: var(--shadow); }
.quote p { font-size: 1.04rem; color: var(--ink); font-style: italic; }
.quote .who { display: flex; align-items: center; gap: 12px; margin-top: 14px; }
.quote .who b { display: block; font-style: normal; }
.quote .who span { font-size: .85rem; color: var(--ink-3); }
.quote .av { width: 44px; height: 44px; border-radius: 50%; background: var(--bg-band); color: var(--brand-d); display: grid; place-items: center; font-weight: 800; }
.stars { color: var(--sand); letter-spacing: 2px; margin-bottom: 8px; }

/* CTA band */
.cta-band { background: linear-gradient(120deg, var(--brand-d), var(--brand-dd)); color: #fff; border-radius: 24px; padding: 56px; text-align: center; box-shadow: var(--shadow-lg); }
.cta-band h2 { font-size: clamp(1.7rem,3.4vw,2.6rem); }
.cta-band p { color: #e2f3fb; max-width: 56ch; margin: 0 auto 26px; font-size: 1.08rem; }
.cta-band .btn--light { font-size: 1.05rem; padding: 16px 30px; }

/* Footer */
.footer { background: var(--navy); color: #b8c6d2; padding: 64px 0 28px; }
.footer__grid { display: grid; grid-template-columns: 1.6fr 1fr 1fr 1fr; gap: 36px; }
.footer img.logo { height: 56px; margin-bottom: 16px; }
.footer h4 { color: #fff; font-size: .82rem; text-transform: uppercase; letter-spacing: .12em; margin-bottom: 16px; }
.footer a { display: block; color: #b8c6d2; padding: 5px 0; font-size: .92rem; }
.footer a:hover { color: var(--brand); }
.footer__bottom { border-top: 1px solid rgba(255,255,255,.12); margin-top: 44px; padding-top: 22px; display: flex; justify-content: space-between; flex-wrap: wrap; gap: 12px; font-size: .85rem; color: #8198a9; }
.footer__powered { display: flex; align-items: center; gap: 8px; }

/* Modal */
.modal { position: fixed; inset: 0; z-index: 100; display: none; }
.modal.is-open { display: block; }
.modal__overlay { position: absolute; inset: 0; background: rgba(10,24,36,.6); backdrop-filter: blur(3px); }
.modal__box {
  position: relative; max-width: 560px; margin: 6vh auto; background: #fff; border-radius: 20px;
  box-shadow: var(--shadow-lg); overflow: hidden; max-height: 88vh; display: flex; flex-direction: column;
  animation: pop .25s ease;
}
@keyframes pop { from { transform: translateY(16px); opacity: 0 } to { transform: none; opacity: 1 } }
.modal__head { position: relative; padding: 22px 26px; color: #fff; background: linear-gradient(120deg, var(--brand-d), var(--brand-dd)); }
.modal__head h3 { margin: 0; font-size: 1.3rem; }
.modal__head p { margin: 4px 0 0; color: #dcf1fb; font-size: .9rem; }
.modal__close { position: absolute; top: 16px; right: 16px; background: rgba(255,255,255,.2); border: 0; color: #fff; width: 34px; height: 34px; border-radius: 50%; cursor: pointer; font-size: 1.2rem; }
.modal__close:hover { background: rgba(255,255,255,.35); }
.modal__body { padding: 24px 26px; overflow-y: auto; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.form-field { margin-bottom: 14px; }
.form-field.full { grid-column: 1 / -1; }
.form-field label { display: block; font-size: .8rem; font-weight: 700; color: var(--ink-2); margin-bottom: 6px; }
.form-field input, .form-field textarea, .form-field select {
  width: 100%; border: 1.5px solid var(--line); border-radius: 11px; padding: 12px; font-family: inherit; font-size: .95rem; color: var(--ink);
}
.form-field input:focus, .form-field textarea:focus, .form-field select:focus { outline: none; border-color: var(--brand); box-shadow: 0 0 0 4px rgba(41,171,226,.15); }
.modal__summary { background: var(--bg-soft); border-radius: 12px; padding: 14px 16px; margin-bottom: 20px; font-size: .9rem; }
.modal__summary div { display: flex; justify-content: space-between; padding: 3px 0; }
.modal__summary span { color: var(--ink-3); }
.modal__summary b { color: var(--ink); }
.success { text-align: center; padding: 20px 0; }
.success .check { width: 70px; height: 70px; border-radius: 50%; background: #e8f8ee; color: #1aa251; display: grid; place-items: center; margin: 0 auto 18px; }
.success .ref { font-family: ui-monospace, monospace; font-weight: 800; color: var(--brand-dd); font-size: 1.2rem; background: var(--bg-soft); display: inline-block; padding: 6px 14px; border-radius: 8px; margin: 8px 0 4px; }

/* misc */
.muted { color: var(--ink-3); }
.tag-pill { display:inline-block; background: var(--bg-band); color: var(--brand-dd); font-size:.72rem; font-weight:700; padding:4px 9px; border-radius:999px; text-transform:capitalize; }
.hidden { display: none !important; }

/* Responsive */
@media (max-width: 960px) {
  .nav, .header__cta .btn { display: none; }
  .burger { display: block; margin-left: auto; }
  .header__cta { margin-left: 0; }
  .grid--4 { grid-template-columns: repeat(2, 1fr); }
  .grid--3 { grid-template-columns: repeat(2, 1fr); }
  .split { grid-template-columns: 1fr; gap: 30px; }
  .stats .grid { grid-template-columns: repeat(2,1fr); }
  .footer__grid { grid-template-columns: 1fr 1fr; }
  .filters { grid-template-columns: 1fr 1fr; }
  .nav--open { display: flex; position: absolute; top: 76px; left: 0; right: 0; flex-direction: column; background: #fff; padding: 16px 24px; border-bottom: 1px solid var(--line); gap: 4px; box-shadow: var(--shadow); }
  .nav--open a { padding: 12px 0; border-bottom: 1px solid var(--line); }
}
@media (max-width: 620px) {
  .section { padding: 60px 0; }
  .grid--4, .grid--3, .grid--2, .filters { grid-template-columns: 1fr; }
  .footer__grid { grid-template-columns: 1fr; }
  .ai-row { flex-direction: column; }
  .cta-band { padding: 36px 22px; }
  .form-row { grid-template-columns: 1fr; }
  .stats .grid { grid-template-columns: 1fr 1fr; }
}

/* ============ Large-event configurator ============ */
.cfg { background: linear-gradient(180deg, #f4f8fb 0%, #eaf4fb 100%); }
.cfg-form { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow); padding: 24px; max-width: 1040px; margin: 0 auto; }
.cfg-grid { display: grid; grid-template-columns: 1.4fr .9fr .7fr 1.1fr 1.1fr auto; gap: 14px; align-items: end; }
.cfg-grid .btn { height: 49px; }
.cfg-presets { display: flex; flex-wrap: wrap; align-items: center; gap: 8px; margin-top: 16px; }
.cfg-presets .muted { font-size: .85rem; }
.cfg-result { max-width: 1040px; margin: 30px auto 0; }

.cfg-proposal { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow-lg); overflow: hidden; }
.cfg-prop-head { display: flex; justify-content: space-between; align-items: center; gap: 24px; flex-wrap: wrap; padding: 26px 28px; background: linear-gradient(120deg, #f4fbff, #eaf6fd); border-bottom: 1px solid var(--line); }
.cfg-prop-head h3 { font-size: 1.5rem; margin: 4px 0 6px; }
.cfg-prop-head p { margin: 0; font-size: .9rem; }
.cfg-headline { text-align: right; background: #fff; border: 1px solid var(--line); border-radius: 14px; padding: 12px 20px; box-shadow: var(--shadow); }
.cfg-headline span { display: block; font-size: .76rem; color: var(--ink-3); }
.cfg-headline b { display: block; font-size: 2rem; font-weight: 800; color: var(--brand-dd); letter-spacing: -.03em; line-height: 1.1; }

.cfg-warn { margin: 0 28px; margin-top: 18px; background: #fff8ec; border: 1px solid #f0d9a8; color: #8a6418; border-radius: 12px; padding: 12px 16px; font-size: .88rem; }
.cfg-warn + .cfg-warn { margin-top: 10px; }

.cfg-block { padding: 24px 28px; border-bottom: 1px solid var(--line); }
.cfg-block:last-child { border-bottom: 0; }
.cfg-block h4 { font-size: 1.1rem; margin: 0 0 6px; }
.cfg-intro { font-size: .9rem; margin: 0 0 16px; }

.cfg-hotel { display: flex; justify-content: space-between; align-items: center; gap: 18px; flex-wrap: wrap; padding: 14px 16px; border: 1px solid var(--line); border-radius: 12px; margin-bottom: 10px; transition: .15s; }
.cfg-hotel:hover { border-color: var(--brand); box-shadow: var(--shadow); }
.cfg-hotel__name { font-weight: 700; font-size: 1.02rem; }
.cfg-stars { color: var(--sand); font-size: .85rem; letter-spacing: 1px; }
.cfg-hotel__meta { font-size: .84rem; color: var(--ink-2); margin-top: 2px; }
.cfg-hotel__meta .ok { color: #1aa251; font-weight: 700; }
.cfg-hotel__nums { display: grid; grid-template-columns: repeat(4, minmax(58px, auto)); gap: 18px; text-align: right; }
.cfg-hotel__nums b { display: block; font-size: 1.05rem; font-weight: 800; color: var(--ink); }
.cfg-hotel__nums span { font-size: .72rem; color: var(--ink-3); }
.cfg-roomnote { font-size: .82rem; color: var(--ink-3); margin-top: 6px; }

.cfg-stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.cfg-stat { background: var(--bg-soft); border-radius: 12px; padding: 14px 16px; }
.cfg-stat b { display: block; font-size: 1.5rem; font-weight: 800; color: var(--brand-dd); letter-spacing: -.02em; }
.cfg-stat span { font-size: .82rem; color: var(--ink-2); }

.cfg-vrow { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; }
.cfg-vrow > div { background: var(--bg-soft); border-radius: 12px; padding: 14px 16px; }
.cfg-vrow b { display: block; color: var(--ink); }
.cfg-vrow span { font-size: .82rem; color: var(--ink-3); }

.cfg-budget { width: 100%; border-collapse: collapse; }
.cfg-budget td { padding: 11px 8px; border-bottom: 1px solid var(--line); font-size: .92rem; vertical-align: top; }
.cfg-budget td:first-child { font-weight: 600; color: var(--ink); }
.cfg-sub { color: var(--ink-3); font-size: .82rem; }
.cfg-amt { text-align: right; font-weight: 700; white-space: nowrap; font-variant-numeric: tabular-nums; }
.cfg-trsub td { border-top: 2px solid var(--line); font-weight: 700; }
.cfg-trtot td { background: #eef9ff; font-weight: 800; font-size: 1.05rem; border-bottom: 0; }
.cfg-trtot .cfg-amt { color: var(--brand-dd); }

.cfg-cta { display: flex; gap: 12px; flex-wrap: wrap; padding: 22px 28px; background: var(--bg-soft); }

@media (max-width: 900px) {
  .cfg-grid { grid-template-columns: 1fr 1fr; }
  .cfg-grid .btn { grid-column: 1 / -1; }
  .cfg-stats, .cfg-vrow { grid-template-columns: 1fr 1fr; }
  .cfg-prop-head { flex-direction: column; align-items: flex-start; }
  .cfg-headline { text-align: left; }
}
@media (max-width: 560px) {
  .cfg-grid { grid-template-columns: 1fr; }
  .cfg-hotel__nums { grid-template-columns: repeat(4, 1fr); gap: 8px; }
  .cfg-stats, .cfg-vrow { grid-template-columns: 1fr; }
}

/* ============ Compose-your-event (hero form) ============ */
.compose-step { padding: 16px 18px; }
.compose-step + .compose-step { border-top: 1px solid var(--line); }
.search__panel[data-panel="compose"] { padding: 4px; }
.compose-step__label { font-weight: 700; font-size: .95rem; color: var(--ink); margin-bottom: 12px; display: flex; align-items: center; gap: 8px; }
.compose-step__label b { background: var(--brand); color: #fff; width: 22px; height: 22px; border-radius: 50%; display: inline-grid; place-items: center; font-size: .8rem; }
.compose-step__label .muted { font-weight: 500; }
.compose-types, .compose-needs { display: flex; flex-wrap: wrap; gap: 8px; }
.ctype, .cneed { display: inline-flex; align-items: center; gap: 7px; border: 1.5px solid var(--line); background: #fff; border-radius: 12px; padding: 9px 13px; font-family: inherit; font-size: .9rem; font-weight: 600; color: var(--ink-2); cursor: pointer; transition: .15s; }
.ctype span, .cneed span { font-size: 1.05rem; }
.ctype:hover, .cneed:hover { border-color: var(--brand); color: var(--brand-d); }
.ctype.is-active { border-color: var(--brand); background: #eaf7fe; color: var(--brand-dd); box-shadow: 0 0 0 3px rgba(41,171,226,.12); }
.cneed.is-active { border-color: var(--brand); background: var(--brand); color: #fff; }
.compose-bottom { display: flex; align-items: flex-end; gap: 16px; flex-wrap: wrap; }
.compose-mini { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; flex: 1; min-width: 260px; }
.compose-bottom .btn { height: 49px; }
.flash { animation: flashpulse .6s ease; }
@keyframes flashpulse { 0%,100% { box-shadow: none; } 30% { box-shadow: 0 0 0 3px rgba(199,147,71,.5); border-radius: 12px; } }

/* ============ Supplier directory ============ */
.dir-tabs { display: flex; flex-wrap: wrap; gap: 8px; justify-content: center; margin-bottom: 16px; }
.dir-tab { border: 1.5px solid var(--line); background: #fff; border-radius: 999px; padding: 9px 16px; font-family: inherit; font-weight: 700; font-size: .9rem; color: var(--ink-2); cursor: pointer; transition: .15s; }
.dir-tab i { font-style: normal; opacity: .6; font-size: .8rem; }
.dir-tab:hover { border-color: var(--brand); color: var(--brand-d); }
.dir-tab.is-active { background: var(--brand); border-color: var(--brand); color: #fff; }
.dir-tab.is-active i { opacity: .85; }
.dir-filters { display: flex; justify-content: center; margin-bottom: 26px; }
.dir-chips { display: flex; flex-wrap: wrap; gap: 7px; }
.dchip { border: 1px solid var(--line); background: #fff; border-radius: 999px; padding: 6px 13px; font-family: inherit; font-size: .82rem; color: var(--ink-2); cursor: pointer; }
.dchip:hover { border-color: var(--brand); color: var(--brand-d); }
.dchip.is-active { background: var(--ink); border-color: var(--ink); color: #fff; }

.sup { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; display: flex; flex-direction: column; transition: transform .2s, box-shadow .2s; }
.sup:hover { transform: translateY(-4px); box-shadow: var(--shadow-lg); }
.sup__media { position: relative; aspect-ratio: 16/10; overflow: hidden; }
.sup__media img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s; }
.sup:hover .sup__media img { transform: scale(1.06); }
.sup__cat { position: absolute; top: 10px; left: 10px; background: rgba(255,255,255,.95); color: var(--brand-dd); font-size: .72rem; font-weight: 800; padding: 5px 10px; border-radius: 999px; }
.sup__stars { position: absolute; bottom: 10px; right: 12px; color: #ffd66b; font-size: .9rem; text-shadow: 0 1px 4px rgba(0,0,0,.5); letter-spacing: 1px; }
.sup__body { padding: 16px 16px 18px; display: flex; flex-direction: column; flex: 1; }
.sup__sub { font-size: .78rem; color: var(--ink-3); font-weight: 600; text-transform: uppercase; letter-spacing: .04em; }
.sup h3 { font-size: 1.1rem; margin: 4px 0 10px; }
.sup__facts { display: flex; flex-wrap: wrap; gap: 6px; margin-bottom: 14px; }
.sup__facts span { background: var(--bg-band); color: var(--brand-dd); font-size: .76rem; font-weight: 600; padding: 4px 9px; border-radius: 7px; }
.sup__foot { margin-top: auto; display: flex; align-items: center; justify-content: space-between; gap: 8px; flex-wrap: wrap; }
.sup__price { font-size: .82rem; color: var(--ink-2); font-weight: 700; }
.sup__btns { display: flex; gap: 6px; }

/* ============ Detail modal ============ */
.modal--wide .modal__box { max-width: 820px; }
#detailBox { position: relative; padding: 0; }
#detailBox .modal__close { background: rgba(0,0,0,.35); }
.dhero { position: relative; height: 230px; }
.dhero img { width: 100%; height: 100%; object-fit: cover; }
.dhero::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(0,0,0,.1), rgba(8,20,30,.82)); }
.dhero__cap { position: absolute; left: 0; right: 0; bottom: 0; padding: 22px 26px; color: #fff; z-index: 2; }
.dhero__tag { display: inline-block; background: rgba(255,255,255,.2); border: 1px solid rgba(255,255,255,.3); padding: 4px 11px; border-radius: 999px; font-size: .76rem; font-weight: 700; margin-bottom: 8px; }
.dhero__cap h3 { font-size: 1.5rem; margin: 0; }
.dhero__cap .dir-stars { color: #ffd66b; font-size: 1rem; }
.dhero__cap p { margin: 4px 0 0; font-size: .85rem; color: #dce7ef; }
.dbody { padding: 22px 26px 26px; max-height: 56vh; overflow-y: auto; }
.dlead { color: var(--ink-2); font-size: .96rem; }
.dbody h4 { font-size: .82rem; text-transform: uppercase; letter-spacing: .08em; color: var(--ink-3); margin: 22px 0 12px; }
.dfacts { display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px; }
.dfacts > div { background: var(--bg-soft); border-radius: 10px; padding: 11px 12px; }
.dfacts b { display: block; color: var(--ink); font-size: 1rem; }
.dfacts span { font-size: .72rem; color: var(--ink-3); }
.cap-wrap { overflow-x: auto; border: 1px solid var(--line); border-radius: 12px; }
.cap-table { width: 100%; border-collapse: collapse; font-size: .85rem; min-width: 540px; }
.cap-table th { background: var(--bg-soft); text-align: center; padding: 9px 8px; font-size: .72rem; text-transform: uppercase; letter-spacing: .04em; color: var(--ink-3); border-bottom: 1px solid var(--line); }
.cap-table th:first-child, .cap-table td:first-child { text-align: left; padding-left: 14px; }
.cap-table td { padding: 9px 8px; text-align: center; border-bottom: 1px solid var(--line); color: var(--ink-2); font-variant-numeric: tabular-nums; }
.cap-table tr:last-child td { border-bottom: 0; }
.cap-table .dl { font-size: .68rem; color: var(--sand-d); font-weight: 700; }
.amen { display: flex; flex-wrap: wrap; gap: 7px; }
.amen span { background: var(--bg-band); color: var(--brand-dd); font-size: .8rem; padding: 5px 11px; border-radius: 999px; }
.dcontact { margin-top: 22px; background: var(--bg-soft); border-radius: 12px; padding: 16px 18px; }
.dcontact h4 { margin: 0 0 8px; }
.dcontact div { font-size: .9rem; color: var(--ink-2); padding: 2px 0; }
.dcontact a { color: var(--brand-d); font-weight: 600; }
.dactions { display: flex; gap: 10px; margin-top: 22px; flex-wrap: wrap; }

/* ============ Compose result + cart ============ */
.compose-head { margin-bottom: 26px; }
.compose-head h2 { font-size: clamp(1.5rem,3vw,2.1rem); }
.compose-needtags { display: flex; flex-wrap: wrap; align-items: center; gap: 8px; margin-top: 12px; }
.compose-layout { display: grid; grid-template-columns: 1fr 320px; gap: 28px; align-items: start; }
.compose-group { margin-bottom: 32px; }
.compose-group h3 { font-size: 1.2rem; margin-bottom: 16px; padding-bottom: 8px; border-bottom: 2px solid var(--line); }
.compose-cart { position: sticky; top: 92px; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow); padding: 18px; }
.cart-empty h3, .cart-head h3 { font-size: 1.15rem; margin: 0; }
.cart-head { display: flex; align-items: center; justify-content: space-between; margin-bottom: 14px; padding-bottom: 12px; border-bottom: 1px solid var(--line); }
.cart-count { background: var(--brand); color: #fff; font-size: .76rem; font-weight: 700; padding: 4px 10px; border-radius: 999px; }
.cart-group { margin-bottom: 14px; }
.cart-group__t { font-size: .76rem; text-transform: uppercase; letter-spacing: .05em; color: var(--ink-3); font-weight: 700; margin-bottom: 6px; }
.cart-item { display: flex; align-items: center; justify-content: space-between; gap: 8px; padding: 7px 0; border-bottom: 1px dashed var(--line); }
.cart-item span { font-size: .88rem; font-weight: 600; color: var(--ink); display: flex; flex-direction: column; }
.cart-item small { font-weight: 500; color: var(--ink-3); font-size: .74rem; }
.cart-x { border: 0; background: var(--bg-soft); color: var(--ink-2); width: 24px; height: 24px; border-radius: 50%; cursor: pointer; font-size: 1rem; line-height: 1; flex: 0 0 24px; }
.cart-x:hover { background: #ffe3e3; color: #c0392b; }
.cart-empty p { font-size: .88rem; }

@media (max-width: 920px) {
  .compose-layout { grid-template-columns: 1fr; }
  .compose-cart { position: static; }
  .dfacts { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 620px) {
  .compose-mini { grid-template-columns: 1fr; }
  .compose-bottom .btn { width: 100%; }
}

/* ============ Non-commercial / free-bureau styling ============ */
.sup__free { font-size: .78rem; color: #1aa251; font-weight: 700; }
.cfg-note { background: #f4fbff; }
.cfg-helps { margin: 14px 0 0; padding: 0; list-style: none; }
.cfg-helps li { position: relative; padding-left: 26px; margin-bottom: 8px; color: var(--ink-2); font-size: .92rem; }
.cfg-helps li::before { content: "✓"; position: absolute; left: 0; color: var(--brand); font-weight: 800; }
.dnote { margin-top: 18px; background: #eef9ff; border: 1px solid #cfeafc; color: var(--brand-dd); border-radius: 12px; padding: 12px 14px; font-size: .85rem; line-height: 1.5; }
.dnote b { font-weight: 800; }

/* ============ Corporate refinements + inline SVG icons ============ */
:root { --radius: 12px; --radius-s: 8px; }

/* squarer, more corporate buttons & controls */
.btn { border-radius: 8px; font-weight: 600; letter-spacing: .01em; }
.btn--primary { box-shadow: 0 6px 16px rgba(11,132,189,.22); }
.btn--primary:hover { box-shadow: 0 10px 22px rgba(11,132,189,.3); }
.chip, .dchip { border-radius: 7px; }
.ctype, .cneed, .dir-tab, .search__tab { border-radius: 8px; }
.lang { border-radius: 7px; }
.eyebrow { color: var(--brand-dd); letter-spacing: .2em; }
.section__head h2, .hero h1 { letter-spacing: -.025em; }
.search__tab .dot { display: none; }
.search__tab.is-active { background: #eef5fa; }

/* base inline icon */
.ic-svg { width: 1.05em; height: 1.05em; vertical-align: -0.16em; flex: none; }

/* hero tag — subtle corporate marker */
.hero__tag { border-radius: 6px; letter-spacing: .04em; text-transform: uppercase; font-size: .72rem; }

/* event-type / need chips */
.ctype span, .cneed span { display: inline-flex; }
.ctype span .ic-svg, .cneed span .ic-svg { width: 18px; height: 18px; }
.ctype .ic-svg { color: var(--brand-d); }
.cneed.is-active .ic-svg { color: #fff; }

/* directory tabs / cards */
.dir-tab .ic-svg { width: 16px; height: 16px; vertical-align: -.22em; margin-right: 2px; }
.sup__cat .ic-svg { width: 13px; height: 13px; color: var(--brand-d); vertical-align: -.12em; margin-right: 3px; }
.sup__free .ic-svg { width: 14px; height: 14px; color: #1aa251; vertical-align: -.2em; margin-right: 4px; }

/* feature cards — square monochrome icon tile */
.feat .ic { border-radius: 10px; background: #eef5fa; color: var(--brand-d); }
.feat .ic svg { width: 24px; height: 24px; }

/* package location pin (over image) */
.pkg__city .ic-svg { width: 14px; height: 14px; vertical-align: -.2em; margin-right: 3px; }

/* detail modal */
.dhero__loc .ic-svg { width: 14px; height: 14px; vertical-align: -.15em; margin-right: 5px; }
.dnote { display: flex; gap: 10px; align-items: flex-start; }
.dnote .ic-svg { width: 18px; height: 18px; color: var(--brand-d); flex: none; margin-top: 1px; }
.dcontact .ci { display: flex; align-items: center; gap: 9px; }
.dcontact .ci .ic-svg { width: 16px; height: 16px; color: var(--brand-d); flex: none; }
.cap-table .dl .ic-svg { width: 12px; height: 12px; color: var(--sand-d); vertical-align: -.1em; margin-right: 2px; }

/* configurator headers + meta icons */
.cfg-block h4 { display: flex; align-items: center; gap: 9px; }
.cfg-block h4 .ic-svg { width: 19px; height: 19px; color: var(--brand-d); }
.cfg-hotel__meta .ic-svg { width: 14px; height: 14px; vertical-align: -.2em; margin-right: 3px; }
.cfg-warn { border-left: 3px solid var(--sand); }
.cfg-warn b { color: var(--sand-d); }

/* compose result icons */
.compose-group h3 { display: flex; align-items: center; gap: 9px; }
.compose-group h3 .ic-svg { width: 19px; height: 19px; color: var(--brand-d); }
.tag-pill { border-radius: 6px; }
.tag-pill .ic-svg { width: 13px; height: 13px; vertical-align: -.12em; margin-right: 4px; }
.cart-group__t .ic-svg { width: 13px; height: 13px; color: var(--brand-d); vertical-align: -.12em; margin-right: 4px; }
#composeReset .ic-svg { width: 14px; height: 14px; vertical-align: -.2em; margin-right: 3px; }

/* corporate CTA band — navy instead of bright cyan */
.cta-band { background: linear-gradient(125deg, var(--navy) 0%, var(--navy-2) 60%, #0b3a52 100%); border-radius: 14px; }
.cta-band .btn--light { color: var(--navy); }

/* tighten card radii already via --radius; refine shadows */
.pkg, .sup, .feat, .quote, .dest { border-radius: var(--radius); }

/* ============ Connectivity + events track record ============ */
.conn { display: grid; grid-template-columns: 1.1fr 1fr; gap: 32px; align-items: start; }
.conn__facts { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.conn__fact { background: #fff; border: 1px solid var(--line); border-radius: var(--radius-s); padding: 18px 18px; }
.conn__fact b { display: block; font-size: 1.9rem; font-weight: 800; color: var(--brand-dd); letter-spacing: -.03em; line-height: 1; }
.conn__fact b small { font-size: .9rem; font-weight: 700; color: var(--ink-3); }
.conn__fact span { display: block; margin-top: 6px; font-size: .86rem; color: var(--ink-2); }
.conn__flights { background: var(--navy); color: #fff; border-radius: var(--radius); padding: 22px 24px; }
.conn__flights h3 { color: #fff; font-size: 1.12rem; margin-bottom: 12px; }
.flights { list-style: none; margin: 0; padding: 0; }
.flights li { display: grid; grid-template-columns: 1fr auto auto; align-items: center; gap: 12px; padding: 9px 0; border-bottom: 1px solid rgba(255,255,255,.12); }
.flights li:last-child { border-bottom: 0; }
.fl-city { font-weight: 600; }
.fl-time { color: var(--brand); font-weight: 700; font-variant-numeric: tabular-nums; }
.fl-freq { color: #9fb3c4; font-size: .82rem; min-width: 92px; text-align: right; }
.fl-note { color: #9fb3c4 !important; font-size: .78rem; margin: 14px 0 0; }

.numgrid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.numcard { background: #fff; border: 1px solid var(--line); border-top: 3px solid var(--brand); border-radius: var(--radius-s); padding: 22px 20px; box-shadow: var(--shadow); }
.numcard b { display: block; font-size: clamp(1.6rem, 2.6vw, 2.2rem); font-weight: 800; color: var(--ink); letter-spacing: -.03em; line-height: 1.05; }
.numcard span { display: block; margin-top: 8px; font-size: .88rem; color: var(--ink-2); }

@media (max-width: 900px) {
  .conn { grid-template-columns: 1fr; }
  .numgrid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 560px) {
  .conn__facts { grid-template-columns: 1fr 1fr; }
  .numgrid { grid-template-columns: 1fr 1fr; }
  .flights li { grid-template-columns: 1fr auto; }
  .fl-freq { display: none; }
}

/* ============ Mobile polish ============ */
.t-short { display: none; }
@media (max-width: 620px) {
  /* hero widget: compact tabs with short labels (no clipping) */
  .t-full { display: none; }
  .t-short { display: inline; }
  .search { border-radius: 16px; padding: 8px; }
  .search__tabs { gap: 4px; }
  .search__tab { padding: 11px 12px; font-size: .86rem; border-radius: 8px 8px 0 0; }
  .search__panel { padding: 14px; }
  .compose-step { padding: 14px 12px; }
  .compose-step__label { font-size: .9rem; }
  .ctype, .cneed { font-size: .86rem; padding: 9px 11px; }
  .ai-input { font-size: .95rem; }

  /* modals: keep off the screen edges, comfortable spacing */
  .modal__box { margin: 3vh 12px; max-width: none; max-height: 94vh; }
  .modal--wide .modal__box { max-width: none; }
  .modal__head { padding: 18px 18px; }
  .modal__head h3 { font-size: 1.12rem; }
  .modal__body { padding: 18px; }
  .form-field input, .form-field textarea, .form-field select { font-size: 16px; } /* avoid iOS zoom */

  /* supplier detail modal */
  .dhero { height: 175px; }
  .dhero__cap { padding: 16px 18px; }
  .dhero__cap h3 { font-size: 1.22rem; }
  .dbody { padding: 18px; max-height: 62vh; }
  .dfacts { grid-template-columns: 1fr 1fr; }
  .dactions { flex-direction: column; }
  .dactions .btn { width: 100%; justify-content: center; }

  /* directory & section spacing */
  .dir-tabs { gap: 6px; }
  .dir-tab { padding: 8px 12px; font-size: .85rem; }
  .section__head { margin-bottom: 32px; }

  /* configurator headline stacks cleanly */
  .cfg-headline { width: 100%; text-align: left; }
  .cfg-prop-head, .cfg-cta { padding: 18px; }
  .cfg-block { padding: 18px; }
  .cfg-hotel { gap: 10px; }

  /* compose result */
  .compose-head h2 { font-size: 1.4rem; }
}

/* small-phone safety: never let the search widget overflow the viewport */
@media (max-width: 380px) {
  .search__tab { padding: 10px 9px; font-size: .8rem; }
  .ctype span .ic-svg, .cneed span .ic-svg { width: 16px; height: 16px; }
}

/* ============ Back-to-top ============ */
.back-top {
  position: fixed; right: 22px; bottom: 22px; z-index: 70;
  width: 46px; height: 46px; border-radius: 50%; border: 0; cursor: pointer;
  background: var(--brand); color: #fff; box-shadow: 0 8px 22px rgba(11, 132, 189, .42);
  display: grid; place-items: center;
  opacity: 0; visibility: hidden; transform: translateY(12px);
  transition: opacity .25s ease, transform .25s ease, visibility .25s, background .2s;
}
.back-top svg { width: 22px; height: 22px; }
.back-top:hover { background: var(--brand-d); box-shadow: 0 12px 26px rgba(11, 132, 189, .5); }
.back-top.is-visible { opacity: 1; visibility: visible; transform: none; }
@media (max-width: 620px) {
  .back-top { right: 16px; bottom: 16px; width: 44px; height: 44px; }
}
