:root {
  --blue: #0872f5;
  --blue-dark: #061a36;
  --magenta: #ef0aaa;
  --violet: #6114d5;
  --ink: #121620;
  --muted: #626a79;
  --line: #dfe4ee;
  --soft: #f5f7fb;
  --white: #fff;
  --container: 1180px;
  --shadow: 0 18px 55px rgba(12, 27, 55, .12);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: #fff;
  font-family: Inter, Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
}
img { display: block; max-width: 100%; }
a { color: inherit; }
button, input, select { font: inherit; }
.container { width: min(calc(100% - 40px), var(--container)); margin-inline: auto; }
.skip-link { position: fixed; left: 16px; top: -80px; z-index: 9999; background: #fff; padding: 10px 14px; border-radius: 7px; }
.skip-link:focus { top: 16px; }


.screen-reader-text {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.market-header {
  position: relative;
  z-index: 1000;
  color: #0c2147;
  background: #fff;
  border-bottom: 1px solid #e6e7eb;
}
.market-wide {
  width: min(calc(100% - 64px), 1720px);
  margin-inline: auto;
}
.market-promo {
  color: #25304a;
  background: #ffb600;
}
.market-promo-inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 8px 52px;
  text-align: center;
}
.market-promo p {
  margin: 0;
  font-size: 17px;
  line-height: 1.25;
}
.market-promo-close {
  position: absolute;
  right: 0;
  top: 50%;
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  padding: 0;
  border: 0;
  color: rgba(49, 55, 69, .52);
  background: transparent;
  cursor: pointer;
}
.market-promo-close svg {
  width: 22px;
  height: 22px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.2;
  stroke-linecap: round;
}
.market-promo.is-hidden { display: none; }
.market-utility {
  color: #6d7180;
  background: #f7f7f8;
  border-bottom: 1px solid #ececef;
}
.market-utility-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 35px;
  min-height: 54px;
}
.market-shipping {
  margin: 0;
  font-size: 14px;
  white-space: nowrap;
}
.market-utility-links {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 36px;
  font-size: 14px;
  white-space: nowrap;
}
.market-utility-links a,
.market-category-inner a,
.market-mobile-panel a {
  text-decoration: none;
}
.market-utility-links a:hover,
.market-category-inner a:hover,
.market-mobile-panel a:hover {
  color: #009bea;
}
.market-main-row { background: #fff; }
.market-main-inner {
  display: grid;
  grid-template-columns: 158px minmax(360px, 1fr) auto;
  align-items: center;
  gap: 58px;
  min-height: 88px;
}
.market-logo {
  display: flex;
  align-items: center;
  width: 158px;
}
.market-logo img {
  width: 145px;
  height: 70px;
  object-fit: contain;
  object-position: left center;
}
.market-search {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  height: 43px;
  border: 1.5px solid #009ee9;
  border-radius: 7px;
  background: #fff;
}
.market-search svg {
  flex: 0 0 auto;
  width: 20px;
  height: 20px;
  margin-left: 15px;
  fill: none;
  stroke: #009ee9;
  stroke-width: 2;
  stroke-linecap: round;
}
.market-search input[type=search] {
  width: 100%;
  height: 100%;
  padding: 0 16px 0 10px;
  border: 0;
  border-radius: inherit;
  color: #14264a;
  background: transparent;
  outline: none;
  font-size: 15px;
}
.market-search input::placeholder { color: #009ee9; opacity: 1; }
.market-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 29px;
}
.market-action {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #071d47;
  text-decoration: none;
  white-space: nowrap;
}
.market-action > svg,
.market-cart-icon > svg {
  width: 28px;
  height: 28px;
  fill: none;
  stroke: #009ee9;
  stroke-width: 1.6;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.market-action span:not(.market-cart-icon) {
  display: flex;
  flex-direction: column;
  line-height: 1.15;
}
.market-action strong {
  font-size: 15px;
  font-weight: 500;
}
.market-action small {
  margin-top: 5px;
  color: #5d6472;
  font-size: 14px;
}
.market-cart-icon {
  position: relative;
  display: grid;
  place-items: center;
}
.market-cart-icon b {
  position: absolute;
  top: -10px;
  right: -8px;
  display: grid;
  place-items: center;
  min-width: 19px;
  height: 19px;
  padding: 0 5px;
  border-radius: 99px;
  color: #fff;
  background: #009ee9;
  font-size: 11px;
  line-height: 1;
}
.market-categories {
  background: #fff;
  border-top: 1px solid #f2f2f4;
}
.market-category-inner {
  display: flex;
  align-items: center;
  gap: 31px;
  min-height: 55px;
  overflow-x: auto;
  scrollbar-width: none;
}
.market-category-inner::-webkit-scrollbar { display: none; }
.market-category-inner a {
  flex: 0 0 auto;
  color: #10254e;
  font-size: 16px;
  white-space: nowrap;
}
.market-category-inner .has-arrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}
.market-category-inner .has-arrow::after {
  content: '';
  width: 7px;
  height: 7px;
  border-right: 1.5px solid currentColor;
  border-bottom: 1.5px solid currentColor;
  transform: rotate(45deg) translateY(-2px);
}
.market-mobile-toggle {
  display: none;
  width: 42px;
  height: 42px;
  padding: 0;
  border: 1px solid #dfe4ec;
  border-radius: 7px;
  background: #fff;
  cursor: pointer;
}
.market-mobile-toggle span {
  display: block;
  width: 21px;
  height: 2px;
  margin: 4px auto;
  background: #0c2147;
}
.market-mobile-panel {
  display: none;
  color: #10254e;
  background: #fff;
  border-top: 1px solid #e7e9ee;
  box-shadow: 0 18px 34px rgba(6, 26, 54, .10);
}
.market-mobile-panel.is-open { display: block; }
.market-mobile-panel nav {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0;
  padding: 13px 0 20px;
}
.market-mobile-panel a {
  padding: 12px 5px;
  border-bottom: 1px solid #eef0f4;
}

.hero {
  position: relative;
  min-height: 650px;
  overflow: hidden;
  color: #fff;
  background: radial-gradient(circle at 75% 30%, rgba(239,10,170,.30), transparent 34%), linear-gradient(115deg, #020914 0%, #051a35 56%, #1c0736 100%);
}
.hero-video { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: .40; }
.hero-overlay { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(1,8,18,.94), rgba(1,8,18,.60) 54%, rgba(20,2,39,.82)); }
.hero-glow { position: absolute; border-radius: 50%; filter: blur(18px); opacity: .6; pointer-events: none; }
.hero-glow-one { width: 440px; height: 440px; right: -170px; top: -80px; background: rgba(239,10,170,.27); }
.hero-glow-two { width: 350px; height: 350px; left: 38%; bottom: -200px; background: rgba(8,114,245,.25); }
.hero-grid { position: relative; z-index: 2; min-height: 650px; display: grid; grid-template-columns: 1.13fr .87fr; gap: 68px; align-items: center; padding-block: 72px; }
.eyebrow { display: inline-block; color: #49a8ff; font-weight: 800; text-transform: uppercase; letter-spacing: .12em; font-size: 13px; }
.eyebrow.dark { color: var(--blue); }
.hero h1 { max-width: 700px; margin: 14px 0 8px; font-size: clamp(48px, 6vw, 78px); line-height: .98; letter-spacing: -.045em; }
.hero h1 span { display: block; color: var(--magenta); }
.hero-lead { margin: 25px 0 0; font-size: clamp(22px, 2.4vw, 32px); line-height: 1.25; }
.free-word { margin-top: -2px; font-size: clamp(47px, 7vw, 86px); line-height: 1; font-weight: 900; letter-spacing: -.04em; background: linear-gradient(90deg, #fff, #34a5ff 48%, #ff22ba); -webkit-background-clip: text; color: transparent; }
.event-meta { display: flex; flex-wrap: wrap; gap: 13px 26px; margin-top: 25px; font-size: 14px; font-weight: 700; }
.event-meta span { position: relative; }
.event-meta span:not(:last-child)::after { content: ''; position: absolute; right: -14px; top: 50%; width: 4px; height: 4px; border-radius: 50%; background: #fff; transform: translateY(-50%); opacity: .65; }
.availability { display: inline-flex; align-items: center; gap: 6px; margin-top: 22px; padding: 9px 15px; border: 1px solid rgba(239,10,170,.8); border-radius: 99px; background: rgba(10,16,31,.58); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 13px; margin-top: 28px; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 52px; padding: 14px 22px; border: 0; border-radius: 8px; text-decoration: none; text-transform: uppercase; letter-spacing: .02em; font-size: 13px; font-weight: 800; cursor: pointer; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: #fff; background: linear-gradient(90deg, #086cf1, #0b88ff); box-shadow: 0 12px 28px rgba(8,108,241,.28); }
.button-primary:hover { box-shadow: 0 15px 34px rgba(8,108,241,.40); }
.button-secondary { color: #fff; border: 1px solid rgba(255,255,255,.55); background: rgba(2,10,22,.35); }
.hero-event-card { align-self: center; padding: 34px; border: 1px solid rgba(255,255,255,.16); border-radius: 24px; background: rgba(4,10,22,.46); box-shadow: 0 25px 70px rgba(0,0,0,.32); backdrop-filter: blur(8px); }
.guext-logo { width: 255px; filter: drop-shadow(0 6px 22px rgba(239,10,170,.18)); }
.hero-event-card > p { max-width: 420px; color: rgba(255,255,255,.78); }
.free-ticket { position: relative; margin: 28px 0; padding: 20px 25px; border: 2px solid rgba(255,255,255,.50); border-radius: 14px; text-align: center; transform: rotate(-1deg); background: linear-gradient(135deg, #f20aaa, #9a0ed4 58%, #236ff6); box-shadow: 0 22px 38px rgba(239,10,170,.23); }
.free-ticket::before, .free-ticket::after { content: ''; position: absolute; top: 50%; width: 22px; height: 22px; border-radius: 50%; background: #101022; transform: translateY(-50%); }
.free-ticket::before { left: -12px; }
.free-ticket::after { right: -12px; }
.free-ticket span { display: block; font-weight: 800; text-transform: uppercase; letter-spacing: .1em; }
.free-ticket strong { display: block; font-size: clamp(38px, 5vw, 58px); line-height: 1; }
.free-ticket small { display: block; margin-top: 6px; }
.organisers { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; align-items: end; }
.organisers small { display: block; margin-bottom: 7px; color: rgba(255,255,255,.60); }
.organisers img { width: 112px; height: 40px; object-fit: contain; object-position: left center; filter: brightness(0) invert(1); }

.section { padding: 92px 0; }
.section-heading { max-width: 720px; margin-bottom: 42px; }
.section-heading.centered { margin-inline: auto; text-align: center; }
.section-heading h2, .ecosystem h2, .form-intro h2 { margin: 8px 0 10px; font-size: clamp(34px, 4vw, 52px); line-height: 1.08; letter-spacing: -.035em; }
.section-heading p, .ecosystem-copy > p, .form-intro > p { color: var(--muted); font-size: 18px; }
.benefit-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.benefit-card { min-height: 270px; padding: 30px 25px; border: 1px solid var(--line); border-radius: 16px; text-align: center; background: #fff; box-shadow: 0 10px 35px rgba(12,25,52,.055); }
.icon-wrap { display: grid; place-items: center; width: 72px; height: 72px; margin: 0 auto 22px; border-radius: 20px; background: #edf5ff; }
.icon-wrap svg { width: 39px; height: 39px; fill: none; stroke: var(--blue); stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.benefit-card h3 { margin: 0 0 10px; font-size: 20px; }
.benefit-card p { margin: 0; color: var(--muted); }

.ecosystem { background: radial-gradient(circle at 25% 25%, rgba(239,10,170,.08), transparent 34%), linear-gradient(180deg,#fff 0,#fff7fc 100%); overflow: hidden; }
.ecosystem-grid { display: grid; grid-template-columns: .78fr 1.22fr; gap: 42px; align-items: center; }
.ecosystem h2 span, .form-intro h2 span { color: var(--magenta); }
.feature-list, .check-list { list-style: none; padding: 0; margin: 26px 0 0; }
.feature-list li, .check-list li { position: relative; margin: 15px 0; padding-left: 34px; }
.feature-list li::before { content: '✦'; position: absolute; left: 0; top: -2px; color: var(--magenta); font-size: 20px; }
.ecosystem-visual img { width: 100%; filter: drop-shadow(0 25px 35px rgba(133,20,115,.15)); }
.stats-strip { display: grid; grid-template-columns: repeat(4, 1fr); margin-top: 50px; padding: 24px 28px; border-radius: 15px; color: #fff; background: linear-gradient(100deg,#041b3c,#0a3473 43%,#7414bb 76%,#e80ba8); box-shadow: var(--shadow); }
.stats-strip div { display: flex; flex-direction: column; align-items: center; justify-content: center; min-height: 70px; border-right: 1px solid rgba(255,255,255,.25); text-align: center; }
.stats-strip div:last-child { border-right: 0; }
.stats-strip strong { font-size: 30px; line-height: 1; }
.stats-strip span { margin-top: 7px; font-size: 14px; opacity: .82; }

.form-section { background: var(--soft); }
.form-layout { display: grid; grid-template-columns: .70fr 1.30fr; gap: 48px; align-items: start; }
.check-list li::before { content: '✓'; position: absolute; left: 0; top: 1px; width: 22px; height: 22px; display: grid; place-items: center; border-radius: 50%; color: #fff; background: var(--blue); font-size: 13px; font-weight: 900; }
.email-note { margin-top: 28px; padding: 16px 18px; border-radius: 10px; color: #365477; background: #e7f1ff; }
.form-card { padding: 34px; border: 1px solid #e1e6f0; border-radius: 18px; background: #fff; box-shadow: var(--shadow); }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 19px 20px; }
.lead-form label:not(.checkbox-line) { display: grid; gap: 7px; font-size: 13px; font-weight: 800; }
.lead-form label span, .checkbox-line strong { color: #e1004c; }
.lead-form label small { color: var(--muted); font-weight: 500; }
.lead-form input[type=text], .lead-form input[type=email], .lead-form input[type=tel], .lead-form select { width: 100%; height: 49px; padding: 0 13px; border: 1px solid #d9dfeb; border-radius: 7px; color: var(--ink); background: #fff; outline: none; }
.lead-form input:focus, .lead-form select:focus { border-color: var(--blue); box-shadow: 0 0 0 3px rgba(8,114,245,.12); }
.checkbox-line { display: grid; grid-template-columns: 20px 1fr; gap: 10px; margin-top: 17px; font-size: 13px; color: #4e5664; }
.checkbox-line input { width: 18px; height: 18px; margin-top: 2px; }
.checkbox-line a { color: var(--blue); font-weight: 700; }
.form-submit { width: 100%; margin-top: 24px; }
.form-submit:disabled { opacity: .65; cursor: wait; }
.form-status { min-height: 20px; margin: 10px 0 0; text-align: center; color: var(--muted); font-size: 13px; }
.hp-field { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }
.alert { margin-bottom: 20px; padding: 14px 16px; border-radius: 9px; font-size: 14px; }
.alert-success { color: #126b3c; border: 1px solid #84dfae; background: #eafff2; }
.alert-error { color: #8c1f2f; border: 1px solid #efabb5; background: #fff0f2; }
.alert-warning { color: #76530a; border: 1px solid #f0d58b; background: #fff9e8; }

.final-cta { padding: 30px 0; background: #fff; }
.final-cta-inner { display: flex; align-items: center; justify-content: space-between; gap: 30px; padding: 29px 35px; border-radius: 16px; color: #fff; background: linear-gradient(105deg,#086cf1,#4c18c8 58%,#f10aac); box-shadow: var(--shadow); }
.final-cta-inner span { display: inline; font-size: 24px; font-weight: 800; }
.final-cta-inner strong { display: inline; margin-left: 7px; color: #63e3ff; font-size: 24px; }
.final-cta-inner p { margin: 2px 0 0; opacity: .86; }
.button-light { color: #10234d; background: #fff; white-space: nowrap; }

.market-footer {
  position: relative;
  padding: 88px 0 38px;
  color: #20243a;
  background: #fff;
  border-top: 11px solid #f5f5f6;
}
.market-footer-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.55fr) minmax(220px, .9fr) minmax(190px, .62fr);
  gap: clamp(60px, 8vw, 145px);
  align-items: start;
}
.market-footer-contact { max-width: 520px; }
.market-footer-contact-heading {
  display: flex;
  align-items: center;
  gap: 26px;
  margin-bottom: 34px;
}
.market-footer-headset {
  display: grid;
  place-items: center;
  flex: 0 0 62px;
  width: 62px;
  height: 62px;
  color: #009ee9;
}
.market-footer-headset svg {
  width: 54px;
  height: 54px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.market-footer-contact h2,
.market-footer-column h2 {
  margin: 0;
  color: #009ee9;
  font-size: 16px;
  line-height: 1.25;
  font-weight: 500;
  letter-spacing: 0;
}
.market-footer-phone {
  display: block;
  margin-top: 9px;
  color: #071b4d;
  text-decoration: none;
  font-size: clamp(31px, 3vw, 39px);
  line-height: 1;
  font-weight: 400;
  letter-spacing: -.035em;
}
.market-footer-contact > p {
  max-width: 500px;
  margin: 0 0 20px;
  color: #34394c;
  font-size: 16px;
  line-height: 1.45;
}
.market-footer-inline-link,
.market-footer-hours {
  color: #009ee9 !important;
  font-weight: 700;
  text-decoration: none;
}
.market-footer-hours { margin-top: 3px !important; }
.market-footer-socials {
  display: flex;
  flex-wrap: wrap;
  gap: 36px;
  margin-top: 38px;
}
.market-footer-socials a {
  display: grid;
  place-items: center;
  width: 50px;
  height: 50px;
  border: 1px solid #e1e3e8;
  border-radius: 50%;
  color: #10152b;
  background: #fff;
  text-decoration: none;
  transition: color .2s ease, border-color .2s ease, transform .2s ease;
}
.market-footer-socials a:hover {
  color: #009ee9;
  border-color: #009ee9;
  transform: translateY(-2px);
}
.market-footer-socials svg { width: 22px; height: 22px; fill: currentColor; }
.market-footer-socials svg rect,
.market-footer-socials svg circle {
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
}
.market-footer-socials .youtube-play { fill: #fff; stroke: none; }
.market-footer-column { padding-top: 12px; }
.market-footer-column h2 { margin-bottom: 28px; }
.market-footer-column a {
  display: block;
  margin: 0 0 18px;
  color: #34394c;
  text-decoration: none;
  font-size: 15.5px;
  line-height: 1.35;
}
.market-footer-column a:hover { color: #009ee9; }
.market-footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 35px;
  margin-top: 42px;
  padding-top: 34px;
  border-top: 1px solid #dfe1e6;
  color: #45495a;
  font-size: 15px;
}
.market-footer-bottom img {
  width: min(400px, 42vw);
  height: 34px;
  object-fit: contain;
  object-position: right center;
}
.market-whatsapp {
  position: fixed;
  right: 31px;
  bottom: 28px;
  z-index: 1200;
  display: grid;
  place-items: center;
  width: 62px;
  height: 62px;
  border: 5px solid #fff;
  border-radius: 50%;
  color: #fff;
  background: #20c968;
  box-shadow: 0 10px 28px rgba(17, 97, 53, .24);
  transition: transform .2s ease, box-shadow .2s ease;
}
.market-whatsapp:hover { transform: translateY(-3px); box-shadow: 0 14px 34px rgba(17, 97, 53, .32); }
.market-whatsapp svg { width: 37px; height: 37px; fill: #fff; }
.market-whatsapp .wa-inner { fill: #20c968; }



@media (max-width: 1320px) and (min-width: 981px) {
  .market-wide { width: min(calc(100% - 42px), 1720px); }
  .market-main-inner { grid-template-columns: 145px minmax(300px, 1fr) auto; gap: 28px; }
  .market-logo { width: 145px; }
  .market-logo img { width: 136px; }
  .market-actions { gap: 18px; }
  .market-action strong { font-size: 14px; }
  .market-action small { font-size: 12px; }
  .market-utility-links { gap: 22px; }
  .market-category-inner { gap: 22px; }
  .market-category-inner a { font-size: 14px; }
}

@media (max-width: 980px) {
  .market-wide { width: min(calc(100% - 36px), 1720px); }
  .market-utility-links { display: none; }
  .market-utility-inner { justify-content: center; min-height: 44px; }
  .market-shipping { text-align: center; white-space: normal; }
  .market-main-inner { grid-template-columns: auto 145px 1fr auto; gap: 14px; min-height: auto; padding: 13px 0; }
  .market-mobile-toggle { display: block; }
  .market-logo { width: 145px; }
  .market-logo img { width: 135px; height: 60px; }
  .market-search { grid-column: 1 / -1; grid-row: 2; }
  .market-actions { gap: 14px; }
  .market-support { display: none; }
  .market-categories { display: none; }
  .hero-grid { grid-template-columns: 1fr; gap: 38px; }
  .hero-event-card { max-width: 620px; }
  .benefit-grid { grid-template-columns: 1fr 1fr; }
  .ecosystem-grid, .form-layout { grid-template-columns: 1fr; }
  .ecosystem-copy { max-width: 700px; }
  .ecosystem-visual { max-width: 850px; margin: auto; }
  .market-footer-grid { grid-template-columns: 1.35fr .8fr .65fr; gap: 42px; }
  .market-footer-socials { gap: 20px; }
}

@media (max-width: 820px) and (min-width: 681px) {
  .market-footer-grid { grid-template-columns: 1.25fr .75fr; gap: 50px; }
  .market-footer-column:last-child { grid-column: 2; }
  .market-footer-contact { grid-row: 1 / 3; }
  .market-footer-bottom { align-items: flex-start; flex-direction: column; }
  .market-footer-bottom img { width: min(400px, 100%); object-position: left center; }
}

@media (max-width: 680px) {
  .container { width: min(calc(100% - 28px), var(--container)); }
  .market-wide { width: min(calc(100% - 24px), 1720px); }
  .market-promo-inner { min-height: 40px; padding: 7px 38px 7px 8px; }
  .market-promo p { font-size: 12.5px; }
  .market-promo-close { right: -5px; }
  .market-utility-inner { min-height: 42px; }
  .market-shipping { font-size: 12px; }
  .market-main-inner { grid-template-columns: 42px minmax(100px, 1fr) auto; gap: 9px; }
  .market-mobile-toggle { width: 40px; height: 40px; }
  .market-logo { width: auto; }
  .market-logo img { width: 116px; height: 52px; }
  .market-actions { gap: 10px; }
  .market-action span:not(.market-cart-icon) { display: none; }
  .market-action > svg, .market-cart-icon > svg { width: 25px; height: 25px; }
  .market-search { height: 42px; }
  .market-mobile-panel nav { grid-template-columns: 1fr; }
  .hero, .hero-grid { min-height: auto; }
  .hero-grid { padding-block: 58px; }
  .hero h1 { font-size: 49px; }
  .free-word { font-size: 55px; }
  .event-meta { display: grid; gap: 8px; }
  .event-meta span::after { display: none; }
  .hero-actions .button { width: 100%; }
  .hero-event-card { padding: 24px 20px; }
  .organisers { grid-template-columns: 1fr; }
  .section { padding: 68px 0; }
  .benefit-grid { grid-template-columns: 1fr; }
  .benefit-card { min-height: 0; }
  .stats-strip { grid-template-columns: 1fr 1fr; gap: 0; padding: 12px; }
  .stats-strip div { border-right: 0; border-bottom: 1px solid rgba(255,255,255,.22); }
  .stats-strip div:nth-child(odd) { border-right: 1px solid rgba(255,255,255,.22); }
  .stats-strip div:nth-child(3), .stats-strip div:nth-child(4) { border-bottom: 0; }
  .form-card { padding: 24px 18px; }
  .form-grid { grid-template-columns: 1fr; }
  .final-cta-inner { align-items: stretch; flex-direction: column; padding: 25px 22px; }
  .button-light { width: 100%; }
  .market-footer { padding-top: 62px; }
  .market-footer-grid { grid-template-columns: 1fr; gap: 44px; }
  .market-footer-contact { max-width: none; }
  .market-footer-column { padding-top: 0; }
  .market-footer-bottom { align-items: flex-start; flex-direction: column; }
  .market-footer-bottom img { width: min(400px, 100%); object-position: left center; }
  .market-whatsapp { right: 18px; bottom: 18px; width: 56px; height: 56px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  * { transition: none !important; }
  .hero-video { display: none; }
}

.hero-video {
    opacity: 1 !important;
    visibility: visible !important;
    filter: none !important;
    mix-blend-mode: normal !important;
}

.hero-overlay {
    background: rgba(0, 0, 0, 0.12) !important;
}

.hero-glow-one,
.hero-glow-two {
    opacity: 0.15 !important;
}

.hero-overlay {
    position: absolute;
    inset: 0;
    z-index: 2;
    pointer-events: none;

    /* Negro semitransparente */
    background: rgba(0, 0, 0, 0.38) !important;
}

.hero-video {
    z-index: 0;
}

.hero-glow {
    z-index: 1;
}

.hero-grid {
    position: relative;
    z-index: 3;
}


.icon-wrap {
    width: 100%;
    height: 57%;
    margin: 0 auto 20px;
    overflow: hidden;
    border-radius: 8px;
}

.icon-wrap img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}


.profile-selector {
    margin-bottom: 32px;
}

.profile-selector h3 {
    margin: 0 0 16px;
    font-size: 20px;
}

.profile-selector h3 > span,
.checkbox-group legend > span {
    color: #c70000;
}


.profile-option {
    position: relative;
    display: flex;
    align-items: flex-start;
    gap: 14px;

    padding: 18px 20px;
    margin-bottom: 12px;

    border: 1px solid #d7d7d7;
    border-radius: 8px;

    cursor: pointer;

    transition:
        border-color .2s ease,
        background-color .2s ease;
}


.profile-option:hover {
    border-color: #999;
}


.profile-option:has(input:checked) {
    border-color: #111;
    background: #f7f7f7;
}


.profile-option input[type="radio"] {
    width: 19px;
    height: 19px;
    flex: 0 0 19px;
    margin-top: 3px;

    accent-color: #000;
}


.profile-option-content {
    display: block;
}


.profile-option-content strong {
    display: block;
    margin-bottom: 5px;
    font-size: 16px;
}


.profile-option-content small {
    display: block;
    font-size: 14px;
    line-height: 1.5;
    color: #666;
}



.client-form-section {
    margin-top: 30px;
}


.client-form-section[hidden],
#common-form-bottom[hidden] {
    display: none !important;
}


.form-section-title {
    margin: 0 0 20px;
    padding-bottom: 10px;

    border-bottom: 1px solid #ddd;
}


.form-section-title h3 {
    margin: 0;
}



.form-full-width {
    grid-column: 1 / -1;
}



.checkbox-group {
    margin: 28px 0;
    padding: 0;

    border: 0;
}


.checkbox-group legend {
    width: 100%;
    margin-bottom: 14px;

    font-size: 16px;
    font-weight: 600;
}


.checkbox-group legend small {
    display: block;

    margin-top: 3px;

    font-size: 12px;
    font-weight: 400;

    color: #777;
}



.checkbox-grid {
    display: grid;

    grid-template-columns:
        repeat(2, minmax(0, 1fr));

    gap: 10px 20px;
}


.checkbox-grid .checkbox-line {
    margin: 0;
}


.meeting-checkbox {
    margin-top: 22px;
}


.privacy-checkbox {
    margin-top: 30px;
}


@media (max-width: 700px) {
	
		.icon-wrap {
			width: 100%;
			height: 73%;
		}

    .checkbox-grid {
        grid-template-columns: 1fr;
    }

    .form-full-width {
        grid-column: auto;
    }

}

.field-label {
    display: block;
}

.field-label strong,
.profile-selector h3 strong,
.checkbox-group legend strong {
    display: inline !important;
    color: #e40046;
    font-weight: 600;
}

:root {
    --guext-accent: #6c43d5;
}

/* Asteriscos de campos obligatorios */
.field-label strong,
.profile-selector h3 strong,
.checkbox-group legend strong {
    color: var(--guext-accent) !important;
}

/* Títulos de las opciones de perfil */
.profile-option-content > strong {
    color: var(--guext-accent) !important;
}

/* Radio seleccionado */
.profile-option input[type="radio"] {
    accent-color: var(--guext-accent);
}

/* Checkboxes */
.checkbox-line input[type="checkbox"] {
    accent-color: var(--guext-accent);
}

/* Texto de las casillas inferiores */
.meeting-checkbox span,
.privacy-checkbox span {
    color: #333 !important;
}

/* Enlaces */
.privacy-checkbox a {
    color: var(--guext-accent);
}

/* Opción seleccionada */
.profile-option:has(input:checked) {
    border-color: var(--guext-accent);
    background: #faf8ff;
}

/* Títulos de los campos del formulario */
.field-label {
    color: #1683f8 !important;
    font-weight: 600;
}

/* Asterisco obligatorio en el mismo azul */
.field-label strong {
    color: #1683f8 !important;
}

/* =====================================================
   COLORES FORMULARIO GUEXT / NTGAS
===================================================== */

:root {
    --ntgas-blue: #1683f8;
    --text-dark: #222222;
    --text-muted: #555555;
}


/* -------------------------------
   SELECTOR DE PERFIL
-------------------------------- */

/* Título de cada opción */
.profile-option-content > strong {
    color: var(--ntgas-blue) !important;
}

/* Radio */
.profile-option input[type="radio"] {
    accent-color: var(--ntgas-blue) !important;
}

/* Tarjeta seleccionada */
.profile-option:has(input:checked) {
    border-color: var(--ntgas-blue) !important;
    background: #f7fbff !important;
}

/* Quitar cualquier morado anterior */
.profile-option:has(input:checked) .profile-option-content > strong {
    color: var(--ntgas-blue) !important;
}


/* Asterisco de "¿Cuál es tu perfil?" */
.profile-selector h3 strong {
    color: var(--ntgas-blue) !important;
}


/* -------------------------------
   TÍTULOS DE CAMPOS
-------------------------------- */

.field-label {
    color: var(--ntgas-blue) !important;
}

.field-label strong {
    color: var(--ntgas-blue) !important;
}


/* -------------------------------
   ACTIVIDAD EMPRESA / SECTORES
-------------------------------- */

/* Títulos */
.checkbox-group legend {
    color: var(--text-dark) !important;
}

.checkbox-group legend strong {
    color: var(--ntgas-blue) !important;
}

/* Texto "Respuestas máximas..." */
.checkbox-group legend small {
    color: var(--text-muted) !important;
}


/* Opciones de los checkbox */
.checkbox-grid .checkbox-line span {
    color: var(--text-dark) !important;
}

/* Checkbox seleccionado */
.checkbox-grid input[type="checkbox"] {
    accent-color: var(--ntgas-blue) !important;
}


/* -------------------------------
   CASILLAS INFERIORES
-------------------------------- */

.meeting-checkbox span,
.privacy-checkbox span {
    color: var(--text-dark) !important;
}

.meeting-checkbox input[type="checkbox"],
.privacy-checkbox input[type="checkbox"] {
    accent-color: var(--ntgas-blue) !important;
}


/* Política de privacidad */
.privacy-checkbox a {
    color: var(--ntgas-blue) !important;
}



/* =========================================================
   BONOS DE TRANSPORTE
   ========================================================= */

.transport-section {
    position: relative;
    padding: 90px 0;
    background:
        radial-gradient(circle at 85% 20%, rgba(213, 31, 38, .08), transparent 32%),
        linear-gradient(135deg, #f7f7f7 0%, #ffffff 58%, #f3f3f3 100%);
    overflow: hidden;
}

.transport-section::before {
    content: "";
    position: absolute;
    width: 420px;
    height: 420px;
    border: 1px solid rgba(0, 0, 0, .05);
    border-radius: 50%;
    right: -180px;
    top: -190px;
}

.transport-layout {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(420px, .9fr);
    gap: 70px;
    align-items: center;
}

.transport-copy h2 {
    margin: 12px 0 24px;
    max-width: 680px;
    font-size: clamp(36px, 4vw, 58px);
    line-height: 1.04;
    letter-spacing: -1.7px;
}

.transport-copy h2 span {
    color: #f01bb5;
}

.transport-copy p {
    max-width: 690px;
    margin: 0 0 18px;
    font-size: 17px;
    line-height: 1.75;
    color: #505050;
}

.transport-copy .transport-intro {
    font-size: 21px;
    line-height: 1.55;
    color: #222;
}

.transport-copy .button {
    margin-top: 18px;
}


/* Parte visual */

.transport-visual {
    position: relative;
    display: grid;
    gap: 17px;
}

.transport-card {
    position: relative;
    display: flex;
    gap: 20px;
    align-items: center;
    padding: 25px 28px;
    background: #fff;
    border-radius: 18px;
    border: 1px solid rgba(0, 0, 0, .07);
    box-shadow: 0 15px 40px rgba(0, 0, 0, .08);
    transition:
        transform .25s ease,
        box-shadow .25s ease;
}

.transport-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 22px 55px rgba(0, 0, 0, .12);
}

.transport-icon {
    flex: 0 0 68px;
    width: 68px;
    height: 68px;
    display: grid;
    place-items: center;
    border-radius: 16px;
    background: #f4f4f4;
}

.transport-icon svg {
    width: 34px;
    height: 34px;
    fill: none;
    stroke: #f01bb5;
    stroke-width: 1.7;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.transport-card-plane .transport-icon svg path:first-child {
    fill: #f01bb5;
    stroke: none;
}

.transport-card span {
    display: block;
    margin-bottom: 5px;
    color: #f01bb5;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 1.4px;
}

.transport-card strong {
    display: block;
    margin-bottom: 6px;
    color: #181818;
    font-size: 23px;
    line-height: 1.15;
}

.transport-card p {
    margin: 0;
    color: #6b6b6b;
    font-size: 14px;
    line-height: 1.55;
}


/* Tarjeta Madrid */

.transport-destination {
    position: relative;
    margin-top: 6px;
    padding: 34px;
    border-radius: 20px;
    background:
        linear-gradient(
            135deg,
            rgba(14, 14, 14, 1) 0%,
            rgba(35, 35, 35, 1) 100%
        );
    color: #fff;
    overflow: hidden;
    box-shadow: 0 20px 50px rgba(0, 0, 0, .15);
}

.transport-destination::after {
    content: "";
    position: absolute;
    width: 180px;
    height: 180px;
    border-radius: 50%;
    background: #f01bb5;
    right: -65px;
    bottom: -95px;
    opacity: .95;
}

.destination-small {
    margin-bottom: 5px;
    color: #bbb;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 2px;
}

.destination-city {
    position: relative;
    z-index: 2;
    font-size: clamp(44px, 5vw, 68px);
    line-height: 1;
    font-weight: 900;
    letter-spacing: -2px;
}

.destination-date {
    position: relative;
    z-index: 2;
    margin-top: 17px;
    color: #fff;
    font-size: 17px;
    font-weight: 700;
}

.destination-place {
    position: relative;
    z-index: 2;
    margin-top: 4px;
    color: #aaa;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: .5px;
}


/* Responsive */

@media (max-width: 900px) {

    .transport-section {
        padding: 65px 0;
    }

    .transport-layout {
        grid-template-columns: 1fr;
        gap: 45px;
    }

    .transport-visual {
        max-width: 650px;
    }

}


@media (max-width: 560px) {

    .transport-section {
        padding: 50px 0;
    }

    .transport-copy h2 {
        font-size: 36px;
    }

    .transport-copy .transport-intro {
        font-size: 18px;
    }

    .transport-card {
        padding: 20px;
        align-items: flex-start;
    }

    .transport-icon {
        flex: 0 0 54px;
        width: 54px;
        height: 54px;
    }

    .transport-icon svg {
        width: 28px;
        height: 28px;
    }

    .transport-card strong {
        font-size: 20px;
    }

    .transport-destination {
        padding: 28px 24px;
    }

    .destination-city {
        font-size: 46px;
    }

}

.travel-booking-option {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    padding: 16px 18px;
    margin: 0 0 18px 0;
    background: #eef6ff;
    border: 1px solid #cfe4ff;
    border-radius: 8px;
    cursor: pointer;
    transition: all .2s ease;
}

.travel-booking-option:hover {
    background: #e5f1ff;
    border-color: #1478f2;
}

.travel-booking-option input {
    width: 18px;
    height: 18px;
    margin-top: 2px;
    flex: 0 0 auto;
    cursor: pointer;
}

.travel-booking-content {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.travel-booking-content strong {
    color: #1478f2;
    font-size: 15px;
    font-weight: 700;
}

.travel-booking-content small {
    color: #4d5562;
    font-size: 13px;
    line-height: 1.4;
}


.meeting-option-box {
    margin-top: 34px;
    margin-bottom: 34px;
    padding: 22px 24px;
    background: #f4f8ff;
    border: 1px solid #d8e7ff;
    border-left: 4px solid #1683f8;
    border-radius: 8px;
}

.meeting-option-heading {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    margin-bottom: 14px;
}

.meeting-option-heading strong {
    font-size: 17px;
    color: #1d2733;
}

.meeting-option-heading span {
    padding: 4px 9px;
    background: #e3efff;
    border-radius: 20px;
    font-size: 11px;
    font-weight: 700;
    color: #1675d1;
    text-transform: uppercase;
    letter-spacing: .4px;
}

.meeting-option-box .meeting-checkbox {
    margin: 0;
}

/* =========================================================
   ESTADO ENVÍO FORMULARIO
========================================================= */

.form-submit.is-sending {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    cursor: wait;
    opacity: .9;
}

.form-submit.is-sending::before {
    content: "";
    width: 17px;
    height: 17px;
    flex: 0 0 17px;
    border: 2px solid rgba(255, 255, 255, .4);
    border-top-color: #fff;
    border-radius: 50%;
    animation: guext-submit-spin .7s linear infinite;
}

@keyframes guext-submit-spin {
    to {
        transform: rotate(360deg);
    }
}

.form-status {
    min-height: 22px;
    margin-top: 10px;
    text-align: center;
    transition: opacity .2s ease;
}

.lead-form.is-submitting .form-status {
    font-weight: 500;
}