:root {
  --bg: #030d18;
  --card: rgba(7, 19, 34, 0.82);
  --line: rgba(255, 255, 255, 0.12);
  --text: #ffffff;
  --muted: rgba(255, 255, 255, 0.82);
  --yellow: #ffbf0f;
  --azure: #3ab0ff;
  --success: #14a75b;
}

* {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  min-height: 100%;
}

body {
  font-family: "Source Sans 3", sans-serif;
  color: var(--text);
  background:
    linear-gradient(135deg, rgba(1, 11, 26, 0.98), rgba(3, 22, 42, 0.9)),
    url("../assets/evento-seguridad-2026-poster.png") center/cover no-repeat;
}

body::before,
body::after {
  content: "";
  position: fixed;
  pointer-events: none;
  z-index: 0;
  border-radius: 50%;
}

body::before {
  top: -12vh;
  right: -10vw;
  width: 38vw;
  height: 38vw;
  background: radial-gradient(circle, rgba(255, 191, 15, 0.2), rgba(255, 191, 15, 0));
}

body::after {
  left: -8vw;
  bottom: -14vh;
  width: 34vw;
  height: 34vw;
  background: radial-gradient(circle, rgba(58, 176, 255, 0.16), rgba(58, 176, 255, 0));
}

.event-shell,
.event-thankyou-shell {
  position: relative;
  z-index: 1;
  min-height: 100svh;
  padding: 20px;
  display: grid;
  place-items: center;
}

.event-layout,
.thankyou-layout {
  width: min(1180px, 100%);
  min-height: min(768px, calc(100svh - 40px));
  display: grid;
  gap: 22px;
  align-items: stretch;
}

.event-layout {
  grid-template-columns: minmax(0, 1.02fr) minmax(340px, 0.88fr);
}

.thankyou-layout {
  grid-template-columns: minmax(0, 1fr);
  min-height: auto;
}

.event-story,
.event-form-card,
.thankyou-card,
.thankyou-services {
  border: 1px solid var(--line);
  border-radius: 22px;
  background: linear-gradient(180deg, rgba(6, 17, 30, 0.84), rgba(4, 13, 24, 0.92));
  box-shadow: 0 30px 70px rgba(0, 0, 0, 0.35);
  backdrop-filter: blur(16px);
}

.event-story,
.event-form-card,
.thankyou-card,
.thankyou-services {
  padding: 24px;
}

.event-story {
  display: grid;
  align-content: center;
  gap: 12px;
}

.event-brand-row,
.event-kicker,
.event-kicker.alt,
h1,
.event-subtitle,
.event-copy,
.event-meta strong,
.event-form-head h2,
.thankyou-card h1,
.thankyou-card h2,
.thankyou-services h2,
button {
  font-family: "Space Grotesk", sans-serif;
}

.event-brand-row {
  display: flex;
  align-items: center;
  gap: 16px;
  min-height: 42px;
}

.event-brand-logo {
  display: block;
  width: auto;
  max-width: 220px;
  height: 34px;
}

.event-brand-logo.zeit {
  height: 40px;
}

.event-brand-logo.td {
  filter: brightness(0) invert(1);
}

.event-brand-divider {
  width: 1px;
  height: 30px;
  background: rgba(255, 255, 255, 0.3);
}

.event-kicker {
  font-size: 0.82rem;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  color: var(--yellow);
}

.event-kicker.alt {
  letter-spacing: 0.14em;
}

h1 {
  margin: 0;
  font-size: clamp(2.8rem, 4.8vw, 5rem);
  line-height: 0.9;
  letter-spacing: -0.05em;
  max-width: 8ch;
}

.event-subtitle {
  margin: 0;
  font-size: clamp(1.08rem, 1.7vw, 1.55rem);
  color: #f7fbff;
}

.event-copy {
  margin: 0;
  max-width: 50ch;
  font-size: 1rem;
  line-height: 1.42;
  color: var(--muted);
}

.event-meta {
  display: grid;
  gap: 12px;
}

.event-meta-card {
  border-radius: 18px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.06);
}

.event-meta-topic {
  padding: 12px 16px;
}

.event-meta-label {
  display: block;
  margin-bottom: 10px;
  font-size: 0.78rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.74);
}

.event-topic-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.event-topic-grid span {
  display: grid;
  place-items: center;
  min-height: 48px;
  padding: 10px 12px;
  text-align: center;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.05);
  font-size: 0.92rem;
  color: #f7fbff;
}

.event-meta-strip {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 12px;
}

.event-meta-datetime {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
  gap: 12px;
  align-items: center;
  padding: 16px;
}

.event-datetime-unit {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 12px;
  align-items: center;
}

.event-datetime-unit small,
.event-datetime-unit strong {
  display: block;
}

.event-datetime-unit small {
  margin-bottom: 4px;
  font-size: 0.82rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: rgba(255, 255, 255, 0.76);
}

.event-datetime-unit strong {
  font-size: 1.45rem;
  line-height: 0.95;
}

.event-datetime-divider {
  width: 1px;
  height: 78%;
  background: rgba(255, 255, 255, 0.14);
}

.event-meta-place {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 14px;
  align-items: center;
  padding: 16px 18px;
  background: linear-gradient(135deg, rgba(63, 48, 15, 0.78), rgba(33, 28, 17, 0.92));
  border-color: rgba(255, 191, 15, 0.38);
}

.event-icon {
  width: 40px;
  height: 40px;
  color: var(--yellow);
}

.event-icon.pin {
  width: 50px;
  height: 50px;
}

.event-icon svg {
  width: 100%;
  height: 100%;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.event-place-copy small,
.event-place-copy strong,
.event-place-copy span,
.event-place-copy em {
  display: block;
}

.event-place-copy small {
  font-size: 0.82rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: rgba(255, 255, 255, 0.78);
}

.event-place-copy strong {
  font-size: 1.8rem;
  line-height: 0.95;
  text-transform: uppercase;
  color: var(--yellow);
}

.event-place-copy span {
  margin-top: 6px;
  color: var(--muted);
  line-height: 1.35;
}

.event-place-copy em {
  margin-top: 6px;
  font-style: normal;
  color: rgba(255, 191, 15, 0.88);
  font-size: 0.94rem;
}

.event-form-card {
  display: grid;
  align-content: center;
  gap: 16px;
}

.event-form-head h2 {
  margin: 8px 0 8px;
  font-size: clamp(1.8rem, 3vw, 2.6rem);
  line-height: 0.96;
  letter-spacing: -0.04em;
}

.event-form-head p {
  margin: 0;
  font-size: 0.98rem;
  color: var(--muted);
}

.event-form {
  display: grid;
  gap: 11px;
}

.event-form label {
  display: grid;
  gap: 6px;
}

.event-form span {
  font-size: 0.92rem;
  color: rgba(255, 255, 255, 0.9);
}

.event-form input {
  width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.07);
  color: #fff;
  padding: 12px 13px;
  font: inherit;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.event-form input:focus {
  outline: none;
  border-color: rgba(255, 191, 15, 0.7);
  box-shadow: 0 0 0 4px rgba(255, 191, 15, 0.12);
  background: rgba(255, 255, 255, 0.1);
}

.event-form small {
  color: #ffb4b4;
}

button {
  margin-top: 6px;
  border: 0;
  border-radius: 999px;
  padding: 14px 18px;
  background: linear-gradient(135deg, #ffce02, #ffb100);
  color: #06111f;
  font-size: 0.98rem;
  font-weight: 800;
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

button:hover {
  transform: translateY(-1px);
  box-shadow: 0 18px 28px rgba(255, 191, 15, 0.24);
}

.thankyou-layout {
  gap: 18px;
}

.thankyou-card {
  display: grid;
  justify-items: center;
  align-content: start;
  gap: 18px;
}

.thankyou-card h1,
.thankyou-services h2 {
  margin: 10px 0 10px;
  font-size: clamp(2rem, 4vw, 3.2rem);
  line-height: 0.95;
  letter-spacing: -0.04em;
}

.thankyou-services h2 {
  font-size: clamp(1.4rem, 2.4vw, 2rem);
  line-height: 1.08;
}

.thankyou-card h1,
.thankyou-services h2 {
  max-width: none;
}

.thankyou-card p,
.thankyou-card li {
  color: var(--muted);
}

.thankyou-hero {
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
}

.thankyou-brand-row-top {
  width: 100%;
  margin-bottom: 4px;
}

.thankyou-hero p {
  max-width: 720px;
  margin: 0 auto;
  font-size: 1.05rem;
  line-height: 1.5;
}

.thankyou-hero h1 {
  max-width: none;
  font-size: clamp(2rem, 4vw, 3.2rem);
  line-height: 0.95;
  margin: 14px 0 2px;
  color: rgba(255, 255, 255, 0.92);
}

.thankyou-subtitle {
  margin: 0 0 14px;
  font-family: "Space Grotesk", sans-serif;
  font-size: clamp(1.45rem, 2.6vw, 2.2rem);
  line-height: 1.08;
  color: var(--yellow);
}

.thankyou-subtitle::after {
  content: "";
  display: block;
  width: 88px;
  height: 2px;
  margin: 16px auto 0;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(255, 206, 2, 0.2), rgba(255, 206, 2, 0.95), rgba(255, 206, 2, 0.2));
}

.thankyou-hero .event-kicker {
  display: inline-block;
  margin-bottom: 18px;
}

.thankyou-event-panel {
  margin-top: 18px;
  display: grid;
  gap: 12px;
  width: min(100%, 1040px);
  margin-left: auto;
  margin-right: auto;
  justify-items: center;
}

.thankyou-event-field {
  padding: 16px 18px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 20px;
}

.thankyou-event-field.is-featured,
.thankyou-event-field.is-wide {
  grid-column: span 2;
}

.thankyou-event-field.is-featured {
  background: transparent;
  border-color: transparent;
  padding: 0;
}

.thankyou-event-label {
  display: block;
  margin-bottom: 12px;
  font-size: 0.8rem;
  color: rgba(255, 255, 255, 0.72);
  text-transform: uppercase;
  letter-spacing: 0.12em;
  text-align: center;
}

.thankyou-event-value {
  display: block;
}

.thankyou-topic-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.thankyou-topic-grid span {
  display: grid;
  place-items: center;
  min-height: 52px;
  padding: 12px 14px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.05);
  color: #fff;
  font-family: "Space Grotesk", sans-serif;
  font-weight: 700;
}

.thankyou-topic-grid.logos {
  align-items: stretch;
}

.thankyou-topic-logo {
  padding: 10px 14px;
}

.thankyou-topic-logo img {
  display: block;
  margin: 0 auto;
  height: 24px;
  width: auto;
  max-width: 130px;
}

.thankyou-event-inline {
  display: grid;
  grid-template-columns: 248px 248px 420px;
  gap: 12px;
  align-items: stretch;
  width: 940px;
  max-width: 100%;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
}

.thankyou-event-icon {
  width: 46px;
  height: 46px;
  color: var(--yellow);
}

.thankyou-event-icon.pin {
  width: 52px;
  height: 52px;
}

.thankyou-event-icon svg {
  width: 100%;
  height: 100%;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.thankyou-event-inline .thankyou-event-field {
  display: grid;
  align-content: center;
  min-height: 122px;
  padding-left: 22px;
  padding-right: 22px;
}

.thankyou-event-inline .thankyou-event-value {
  display: grid;
  grid-template-columns: auto 1fr;
  justify-items: center;
  text-align: center;
  align-items: center;
  gap: 14px;
}

.thankyou-event-inline .thankyou-event-field:last-child {
  background: linear-gradient(135deg, rgba(63, 48, 15, 0.74), rgba(33, 28, 17, 0.92));
  border-color: rgba(255, 191, 15, 0.32);
}

.thankyou-event-inline .thankyou-event-field:last-child .thankyou-event-value {
  grid-template-columns: auto 1fr;
  justify-items: start;
  text-align: left;
  width: 100%;
  margin: 0;
}

.thankyou-event-inline .thankyou-event-field:last-child .thankyou-event-value strong {
  font-size: 1.32rem;
}

.thankyou-event-inline .thankyou-event-field:last-child {
  padding-left: 26px;
  padding-right: 26px;
}

.thankyou-event-inline .thankyou-event-field strong,
.thankyou-event-inline .thankyou-event-field small,
.thankyou-event-inline .thankyou-event-field em {
  display: block;
}

.thankyou-event-inline .thankyou-event-field strong {
  font-size: 1.16rem;
}

.thankyou-event-inline > * {
  width: 100%;
}

.thankyou-event-inline .thankyou-event-field small {
  margin-top: 6px;
  color: rgba(255, 255, 255, 0.74);
}

.thankyou-event-inline .thankyou-event-field em {
  margin-top: 8px;
  color: rgba(255, 191, 15, 0.88);
  font-style: normal;
}

.thankyou-actions {
  margin-top: 18px;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
}

.thankyou-actions a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 210px;
  padding: 13px 18px;
  border-radius: 999px;
  text-decoration: none;
  font-family: "Space Grotesk", sans-serif;
  font-weight: 700;
}

.thankyou-brand-row {
  width: 100%;
  justify-content: center;
}

.thankyou-actions .primary {
  background: linear-gradient(135deg, #ffce02, #ffb100);
  color: #06111f;
}

.thankyou-actions .secondary {
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.12);
}

.thankyou-brand-row {
  margin-top: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
}

.thankyou-services-grid {
  margin-top: 16px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.thankyou-service-card-home {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 14px;
  padding: 0 22px 22px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.98);
  border: 1px solid rgba(1, 20, 35, 0.08);
  overflow: hidden;
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease, background 0.25s ease, color 0.25s ease;
}

.thankyou-service-card-home::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 18% 14%, rgba(255, 206, 0, 0.24), transparent 28%),
    linear-gradient(145deg, rgba(1, 20, 35, 0.98), rgba(7, 35, 58, 0.96));
  opacity: 0;
  transition: opacity 0.25s ease;
  z-index: 0;
}

.thankyou-service-card-home > * {
  z-index: 1;
  position: relative;
}

.thankyou-service-media {
  margin: 0 -22px 4px;
  height: 196px;
  overflow: hidden;
  position: relative;
}

.thankyou-service-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transform: scale(1.01);
  transition: transform 0.25s ease, filter 0.25s ease;
}

.thankyou-service-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(1, 20, 35, 0.18) 0%, rgba(1, 20, 35, 0.24) 24%, rgba(1, 20, 35, 0.58) 56%, rgba(1, 20, 35, 0.94) 100%),
    linear-gradient(135deg, var(--service-tint, rgba(0, 109, 255, 0.58)), rgba(1, 20, 35, 0.14) 48%, transparent 78%);
  pointer-events: none;
}

.thankyou-service-media-overlay {
  position: absolute;
  inset: auto 20px 20px;
  z-index: 2;
  display: grid;
  gap: 8px;
}

.thankyou-service-media-icon {
  width: 52px;
  height: 52px;
  display: grid;
  place-items: center;
  border-radius: 16px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.24), rgba(255, 255, 255, 0.08));
  border: 1px solid rgba(255, 255, 255, 0.18);
  backdrop-filter: blur(10px);
  box-shadow: 0 18px 34px rgba(1, 20, 35, 0.22);
}

.thankyou-service-media-icon svg {
  width: 29px;
  height: 29px;
  stroke: #fff;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
  fill: none;
  filter: drop-shadow(0 8px 18px rgba(1, 20, 35, 0.28));
}

.thankyou-service-media-overlay h3 {
  margin: 0;
  color: #fff;
  font-family: "Space Grotesk", sans-serif;
  font-size: clamp(1.1rem, 1.8vw, 1.45rem);
  line-height: 1.02;
  text-shadow: 0 10px 28px rgba(1, 20, 35, 0.38);
}

.thankyou-service-media-analytics { --service-tint: rgba(0, 194, 255, 0.54); }
.thankyou-service-media-business { --service-tint: rgba(91, 46, 255, 0.5); }
.thankyou-service-media-cyber { --service-tint: rgba(12, 196, 127, 0.42); }
.thankyou-service-media-automation { --service-tint: rgba(255, 159, 26, 0.54); }
.thankyou-service-media-cloud { --service-tint: rgba(0, 109, 255, 0.54); }
.thankyou-service-media-software { --service-tint: rgba(255, 107, 107, 0.44); }
.thankyou-service-media-staffing { --service-tint: rgba(13, 59, 102, 0.56); }
.thankyou-service-media-licensing { --service-tint: rgba(255, 206, 0, 0.5); }

.thankyou-service-card-home p {
  margin: 0;
  color: #445568;
  line-height: 1.45;
  font-size: 0.96rem;
}

.thankyou-service-card-home a {
  display: inline-flex;
  width: fit-content;
  color: #0b2238;
  text-decoration: none;
  font-family: "Space Grotesk", sans-serif;
  font-weight: 700;
  border-bottom: 1px solid rgba(11, 34, 56, 0.24);
}

.thankyou-service-card-home:hover {
  transform: translateY(-6px);
  border-color: rgba(255, 206, 0, 0.72);
  box-shadow: 0 30px 90px rgba(1, 20, 35, 0.18);
  color: #fff;
}

.thankyou-service-card-home:hover::before {
  opacity: 1;
}

.thankyou-service-card-home:hover .thankyou-service-media img {
  transform: scale(1.05);
  filter: saturate(1.02);
}

.thankyou-service-card-home:hover p,
.thankyou-service-card-home:hover a {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.24);
}

@media (max-width: 1100px) {
  .event-shell,
  .event-thankyou-shell {
    padding: 16px;
  }

  .event-layout {
    min-height: auto;
    grid-template-columns: 1fr;
  }

  .event-meta-strip,
  .thankyou-event-panel,
  .thankyou-services-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .thankyou-event-inline {
    grid-template-columns: 1fr;
    width: 100%;
    max-width: 520px;
    margin-left: auto;
    margin-right: auto;
  }

  .thankyou-event-inline .thankyou-event-field {
    min-height: 118px;
  }

  .thankyou-event-inline .thankyou-event-field:last-child {
    min-height: 132px;
  }
}

@media (max-width: 640px) {
  .event-shell,
  .event-thankyou-shell {
    padding: 10px;
  }

  .event-story,
  .event-form-card,
  .thankyou-card,
  .thankyou-services {
    border-radius: 18px;
    padding: 18px;
  }

  .event-brand-row {
    gap: 12px;
    flex-wrap: wrap;
  }

  .event-brand-logo {
    height: 28px;
  }

  .event-brand-logo.zeit {
    height: 34px;
  }

  .event-brand-divider,
  .event-datetime-divider {
    display: none;
  }

  h1 {
    max-width: none;
    font-size: 2.5rem;
  }

  .event-topic-grid,
  .event-meta-strip,
  .event-meta-datetime,
  .thankyou-event-panel,
  .thankyou-event-inline,
  .thankyou-services-grid {
    grid-template-columns: 1fr;
  }

  .thankyou-event-label {
    text-align: center;
  }

  .thankyou-event-inline {
    max-width: 100%;
  }

  .thankyou-event-inline .thankyou-event-field {
    min-height: auto;
    padding-left: 18px;
    padding-right: 18px;
  }

  .thankyou-event-inline .thankyou-event-value,
  .thankyou-event-inline .thankyou-event-field:last-child .thankyou-event-value {
    grid-template-columns: 1fr;
    justify-items: center;
    text-align: center;
    width: 100%;
    margin: 0;
    gap: 10px;
  }

  .event-meta-datetime {
    gap: 14px;
  }

  .thankyou-actions {
    flex-direction: column;
  }

  .thankyou-event-field.is-featured,
  .thankyou-event-field.is-wide {
    grid-column: auto;
  }

  .thankyou-actions a {
    width: 100%;
  }
}
