/* Ajustes solicitados por gerencia · septiembre de 2026 */

.d3-header {
  grid-template-columns: 230px minmax(360px, 1fr) auto;
}

.header-socials,
.mobile-socials {
  align-items: center;
  display: flex;
  gap: 8px;
}

.header-socials a {
  align-items: center;
  background: #ffffff0d;
  border: 1px solid #ffffff22;
  border-radius: 14px;
  color: #fff;
  display: inline-flex;
  height: 44px;
  justify-content: center;
  transition: background 0.2s, border-color 0.2s, color 0.2s, transform 0.2s;
  width: 44px;
}

.header-socials a:hover {
  background: #ffffff19;
  border-color: var(--d3-amber);
  color: var(--d3-amber);
  transform: translateY(-2px);
}

.header-socials svg,
.mobile-socials svg,
.floating-whatsapp svg,
.event-contact-links svg {
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.75;
}

.header-socials svg {
  height: 21px;
  width: 21px;
}

.mobile-socials {
  display: none;
}

/* Agenda */
.agenda-redesign {
  background:
    radial-gradient(circle at 100% 0, #f4a22620, transparent 26%),
    linear-gradient(135deg, #f5f4ef 0%, #e9ece6 100%);
  overflow: hidden;
  position: relative;
}

.agenda-redesign::before {
  color: transparent;
  content: "AGENDA";
  font: 400 clamp(120px, 21vw, 340px) / 0.8 "Archivo Black", sans-serif;
  letter-spacing: -0.09em;
  position: absolute;
  right: -35px;
  top: 60px;
  -webkit-text-stroke: 1px #07573f0c;
}

.agenda-redesign .d3-shell {
  position: relative;
  z-index: 1;
}

.agenda-redesign .d3-agenda-head {
  grid-template-columns: 1.2fr 0.65fr;
}

.agenda-redesign .d3-agenda-head h2 {
  color: #13231d;
  font-size: clamp(64px, 7vw, 112px);
  line-height: 0.88;
}

.agenda-schedule {
  background: #ffffffbd;
  border: 1px solid #123d2d26;
  border-radius: 34px;
  box-shadow: 0 30px 75px #12312514;
  margin-top: 68px;
  overflow: hidden;
}

.agenda-row {
  align-items: stretch;
  display: grid;
  grid-template-columns: minmax(245px, 0.4fr) minmax(0, 1.6fr);
  min-height: 116px;
}

.agenda-row + .agenda-row {
  border-top: 1px solid #143b2e20;
}

.agenda-row:nth-child(3),
.agenda-row:nth-child(5),
.agenda-row:nth-child(7),
.agenda-row:nth-child(9) {
  background: linear-gradient(90deg, #e8f2e3 0%, #dcebd3a8 100%);
}

.agenda-time {
  align-items: center;
  border-right: 1px solid #143b2e26;
  display: grid;
  gap: 4px;
  grid-template-columns: 38px 1fr;
  padding: 24px clamp(22px, 3vw, 42px);
  text-align: left;
}

.agenda-time > span {
  color: #0a7957;
  font: 700 10px/1 "Space Mono", monospace;
  letter-spacing: 0.1em;
}

.agenda-time time {
  color: #17231f;
  font: 800 clamp(19px, 1.6vw, 28px) / 1.15 "Manrope", sans-serif;
  letter-spacing: -0.04em;
  text-align: left;
}

.agenda-activity {
  align-content: center;
  display: grid;
  gap: 8px;
  padding: 24px clamp(28px, 5vw, 72px);
}

.agenda-activity small {
  color: #087553;
  font: 700 9px/1 "Space Mono", monospace;
  letter-spacing: 0.13em;
}

.agenda-activity h3 {
  color: #202b27;
  font: 750 clamp(19px, 1.65vw, 27px) / 1.25 "Manrope", sans-serif;
  letter-spacing: -0.035em;
  margin: 0;
  max-width: 1000px;
}

/* Tarifas */
.tariffs-section {
  background:
    radial-gradient(circle at 6% 10%, #04a47430, transparent 28%),
    radial-gradient(circle at 96% 92%, #f28b2935, transparent 29%),
    #121916;
  color: #fff;
  overflow: hidden;
  position: relative;
}

.tariffs-section::before {
  color: transparent;
  content: "TARIFAS";
  font: 400 clamp(125px, 20vw, 330px) / 0.8 "Archivo Black", sans-serif;
  letter-spacing: -0.09em;
  position: absolute;
  right: -28px;
  top: 45px;
  -webkit-text-stroke: 1px #ffffff0c;
}

.tariffs-section .d3-shell {
  position: relative;
  z-index: 1;
}

.tariffs-heading {
  align-items: end;
  display: grid;
  gap: clamp(30px, 5vw, 82px);
  grid-template-columns: 0.38fr 1.25fr 0.62fr;
}

.tariffs-heading .d3-section-tag {
  align-self: start;
  color: #9ce8ce;
  margin-top: 12px;
}

.tariffs-heading h2 {
  font: 400 clamp(52px, 5.35vw, 86px) / 0.92 "Archivo Black", sans-serif;
  letter-spacing: -0.055em;
  margin: 0;
}

.tariffs-heading h2 em {
  color: var(--d3-amber);
  font: inherit;
  font-style: normal;
}

.tariffs-heading > p {
  color: #ffffff9c;
  font-size: clamp(13px, 0.82vw, 15px);
  line-height: 1.65;
  margin: 0;
}

.stage-grid {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 78px;
}

.stage-card {
  background: linear-gradient(150deg, #ffffff11, #ffffff07);
  border: 1px solid #ffffff1f;
  border-radius: 32px;
  display: flex;
  flex-direction: column;
  min-height: 475px;
  overflow: hidden;
  padding: clamp(25px, 2.5vw, 40px);
  position: relative;
  transition: border-color 0.25s, transform 0.25s, box-shadow 0.25s;
}

.stage-card:hover,
.stage-card.current {
  border-color: #f4a2268f;
  box-shadow: 0 30px 80px #0000004a;
  transform: translateY(-7px);
}

.stage-card.current::after {
  background: var(--d3-amber);
  border-radius: 50%;
  box-shadow: 0 0 70px #f4a2267a;
  content: "";
  height: 115px;
  opacity: 0.35;
  position: absolute;
  right: -45px;
  top: -45px;
  width: 115px;
}

.stage-card-top {
  align-items: center;
  display: flex;
  gap: 12px;
  justify-content: space-between;
}

.stage-card-top span,
.stage-card-top b {
  font: 700 9px/1 "Space Mono", monospace;
  letter-spacing: 0.11em;
}

.stage-card-top span {
  color: #9ce8ce;
}

.stage-card-top b {
  background: #ffffff12;
  border: 1px solid #ffffff1b;
  border-radius: 999px;
  color: #ffffffa8;
  padding: 10px 12px;
}

.stage-card.current .stage-card-top b {
  background: var(--d3-amber);
  border-color: transparent;
  color: #1a211e;
}

.stage-card h3 {
  font: 400 clamp(30px, 2.4vw, 42px) / 1 "Archivo Black", sans-serif;
  letter-spacing: -0.05em;
  margin: 37px 0 27px;
}

.stage-prices {
  border-bottom: 1px solid #ffffff20;
  border-top: 1px solid #ffffff20;
  display: grid;
  flex: 1;
  grid-template-columns: 1fr 1fr;
}

.stage-prices > div {
  align-content: center;
  display: grid;
  min-width: 0;
  padding: 24px 15px 24px 0;
}

.stage-prices > div + div {
  border-left: 1px solid #ffffff20;
  padding-left: 22px;
}

.stage-prices small,
.stage-prices span {
  color: #ffffff83;
  font: 700 8px/1.45 "Space Mono", monospace;
  letter-spacing: 0.08em;
}

.stage-prices strong {
  color: #fff;
  font: 800 clamp(27px, 2vw, 35px) / 1 "Manrope", sans-serif;
  letter-spacing: -0.06em;
  margin: 12px 0 7px;
}

.stage-prices > div:first-child strong {
  color: #9ce8ce;
}

.stage-card > a {
  align-items: center;
  color: #fff;
  display: flex;
  font-size: 13px;
  font-weight: 800;
  justify-content: space-between;
  padding-top: 25px;
}

.stage-card > a span {
  color: var(--d3-amber);
  font-size: 22px;
}

.company-rates {
  align-items: stretch;
  background: linear-gradient(115deg, #f7b431, #ee7727);
  border-radius: 38px;
  box-shadow: 0 35px 90px #00000045;
  color: #18211d;
  display: grid;
  gap: 28px;
  grid-template-columns: minmax(260px, 0.82fr) minmax(500px, 1.35fr) auto;
  margin-top: 24px;
  padding: clamp(25px, 3vw, 45px);
}

.company-rates-intro > span {
  font: 700 9px/1 "Space Mono", monospace;
  letter-spacing: 0.12em;
}

.company-rates-intro h3 {
  font: 400 clamp(30px, 2.8vw, 47px) / 0.96 "Archivo Black", sans-serif;
  letter-spacing: -0.05em;
  margin: 14px 0 12px;
}

.company-rates-intro p {
  color: #1a211eaa;
  font-size: 12px;
  line-height: 1.55;
  margin: 0;
}

.company-rate-options {
  background: #151c19;
  border-radius: 25px;
  display: grid;
  overflow: hidden;
}

.company-rate-options article {
  align-items: center;
  color: #fff;
  display: grid;
  gap: 15px;
  grid-template-columns: 38px 1fr auto;
  min-height: 82px;
  padding: 14px 20px;
}

.company-rate-options article + article {
  border-top: 1px solid #ffffff19;
}

.company-rate-options article > span {
  color: var(--d3-amber);
  font: 700 10px/1 "Space Mono", monospace;
}

.company-rate-options article > div {
  display: grid;
  gap: 4px;
}

.company-rate-options small {
  color: #ffffff73;
  font: 700 8px/1 "Space Mono", monospace;
  letter-spacing: 0.1em;
}

.company-rate-options strong {
  font-size: 18px;
}

.company-rate-options article > b {
  background: #9ce8ce;
  border-radius: 999px;
  color: #163128;
  font: 700 8px/1 "Space Mono", monospace;
  letter-spacing: 0.08em;
  padding: 9px 10px;
}

.company-rate-cta {
  align-items: center;
  align-self: center;
  background: #fff;
  border-radius: 20px;
  display: flex;
  font-size: 12px;
  font-weight: 800;
  gap: 20px;
  justify-content: space-between;
  min-height: 76px;
  padding: 18px 22px;
  text-transform: uppercase;
}

.company-rate-cta svg {
  fill: none;
  height: 22px;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-width: 1.5;
  width: 22px;
}

/* Contacto */
.event-contact-strip {
  align-items: center;
  background: linear-gradient(110deg, #111714 0%, #17352a 66%, #075b42 100%);
  border-radius: 38px;
  color: #fff;
  display: grid;
  gap: 38px;
  grid-template-columns: 0.72fr 1.28fr;
  margin-top: 24px;
  min-height: 210px;
  padding: 34px;
}

.event-contact-strip > div:first-child > span {
  color: var(--d3-mint);
  font: 700 9px/1 "Space Mono", monospace;
  letter-spacing: 0.13em;
}

.event-contact-strip h3 {
  font: 400 clamp(30px, 3vw, 47px) / 0.96 "Archivo Black", sans-serif;
  letter-spacing: -0.045em;
  margin: 12px 0 8px;
}

.event-contact-strip p {
  color: #ffffff87;
  font-size: 13px;
  margin: 0;
}

.event-contact-links {
  display: grid;
  gap: 12px;
  grid-template-columns: 0.82fr 1.18fr;
}

.event-contact-links > a {
  align-items: center;
  background: #ffffff0c;
  border: 1px solid #ffffff1f;
  border-radius: 22px;
  display: flex;
  gap: 17px;
  min-height: 100px;
  min-width: 0;
  padding: 18px;
}

.event-contact-links > a:first-child {
  background: linear-gradient(120deg, #0b7d59, #079d6e);
}

.event-contact-links svg,
.email-symbol {
  flex: none;
  height: 43px;
  width: 43px;
}

.email-symbol {
  align-items: center;
  background: var(--d3-amber);
  border-radius: 14px;
  color: #1a211e;
  display: flex;
  font: 800 21px/1 "Manrope", sans-serif;
  justify-content: center;
}

.event-contact-links a > span:last-child {
  display: grid;
  gap: 7px;
  min-width: 0;
}

.event-contact-links small {
  color: #ffffff9b;
  font: 700 8px/1 "Space Mono", monospace;
  letter-spacing: 0.1em;
}

.event-contact-links strong {
  font-size: clamp(14px, 1.25vw, 20px);
  overflow-wrap: anywhere;
}

.footer-contact-list {
  display: grid;
  gap: 8px;
  margin-top: 30px;
}

.footer-contact-list a {
  border-bottom: 1px solid #ffffff31;
  color: #fff;
  font-size: 15px;
  padding: 10px 0;
  width: fit-content;
}

.floating-whatsapp {
  align-items: center;
  background: #0a9968;
  border: 3px solid #ffffff;
  border-radius: 999px;
  bottom: 22px;
  box-shadow: 0 18px 45px #092a2052;
  color: #fff;
  display: flex;
  font-size: 13px;
  font-weight: 800;
  gap: 10px;
  min-height: 60px;
  padding: 0 21px 0 17px;
  position: fixed;
  right: 22px;
  transition: transform 0.2s, box-shadow 0.2s, opacity 0.2s;
  z-index: 1100;
}

.floating-whatsapp:hover {
  box-shadow: 0 22px 55px #092a2070;
  transform: translateY(-4px);
}

.floating-whatsapp svg {
  height: 28px;
  width: 28px;
}

/* Formularios */
.pse-modal .field select {
  height: 58px;
  font-size: 14px;
}

.pse-modal .company-screen {
  max-width: 1040px;
}

.invoice-question select {
  cursor: pointer;
}

.attendees-title {
  flex-wrap: wrap;
}

.attendee-count {
  background: #e8f5ef;
  border: 1px solid #0a8b6230;
  border-radius: 999px;
  color: #087553;
  font-size: 11px;
  margin-left: auto;
  padding: 8px 11px;
}

.add-attendee {
  align-items: center;
  background: #087553;
  border: 0;
  border-radius: 12px;
  color: #fff;
  cursor: pointer;
  display: inline-flex;
  font-size: 12px;
  font-weight: 800;
  justify-content: center;
  margin-top: 14px;
  min-height: 46px;
  padding: 10px 17px;
}

.add-attendee.compact-add {
  background: #18241f;
  margin: 0;
  min-height: 38px;
}

.company-discount-hint {
  align-items: center;
  background: linear-gradient(110deg, #fff3cf, #ffe8a9);
  border: 1px solid #eba92a5e;
  display: flex;
  gap: 15px;
  justify-content: space-between;
  margin: -3px 0 15px;
  padding: 12px 14px;
}

.company-discount-hint strong {
  color: #67501a;
  font-size: 12px;
}

.company-discount-hint span {
  color: #746949;
  font-size: 10px;
}

.attendee-row.expanded-attendee {
  border-radius: 15px;
  grid-template-columns: 34px repeat(2, minmax(0, 1fr));
  padding: 16px;
}

.attendee-row.expanded-attendee .attendee-number {
  grid-row: 1 / span 3;
}

.attendee-row.expanded-attendee .field input {
  font-size: 12px;
  height: 48px;
}

.remove-attendee {
  align-self: center;
  background: #fff0ec;
  border: 1px solid #df765c45;
  border-radius: 9px;
  color: #a44732;
  cursor: pointer;
  font-size: 10px;
  font-weight: 800;
  justify-self: start;
  min-height: 35px;
  padding: 7px 11px;
}

.price-box-inclusive .price-total {
  border-top: 0;
  margin-top: 0;
  padding-top: 4px;
}

/* Página privada de invitados */
.guest-body {
  background:
    radial-gradient(circle at 90% 4%, #f4a2263b, transparent 26%),
    radial-gradient(circle at 5% 94%, #009f7033, transparent 28%),
    #111714;
  min-height: 100vh;
}

.guest-page {
  margin: 0 auto;
  max-width: 1180px;
  padding: 32px 20px 70px;
}

.guest-brand {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin-bottom: 28px;
}

.guest-brand img {
  filter: brightness(0) invert(1);
  width: min(230px, 58vw);
}

.guest-brand span,
.guest-overline {
  color: #9ce8ce;
  font: 700 9px/1 "Space Mono", monospace;
  letter-spacing: 0.13em;
}

.guest-card {
  background: #f4f4ef;
  border: 1px solid #ffffff38;
  border-radius: 38px;
  display: grid;
  grid-template-columns: minmax(300px, 0.72fr) minmax(0, 1.28fr);
  overflow: hidden;
  box-shadow: 0 35px 110px #00000082;
}

.guest-intro {
  background: linear-gradient(145deg, #075f47, #098862);
  color: #fff;
  min-height: 720px;
  padding: clamp(35px, 5vw, 70px);
  position: relative;
}

.guest-intro::after {
  color: transparent;
  content: "INV";
  font: 400 180px/1 "Archivo Black", sans-serif;
  left: -12px;
  position: absolute;
  top: 430px;
  -webkit-text-stroke: 1px #ffffff18;
}

.guest-intro h1 {
  font: 400 clamp(48px, 5vw, 76px) / 0.91 "Archivo Black", sans-serif;
  letter-spacing: -0.06em;
  margin: 34px 0 24px;
}

.guest-intro > p {
  color: #ffffffb3;
  font-size: 15px;
  line-height: 1.65;
  margin: 0;
}

.guest-zero {
  background: #f4a226;
  border-radius: 23px;
  color: #17201c;
  display: grid;
  margin-top: 48px;
  padding: 22px;
  position: relative;
  z-index: 1;
}

.guest-zero small {
  font: 700 9px/1 "Space Mono", monospace;
  letter-spacing: 0.11em;
}

.guest-zero strong {
  font: 400 74px/1 "Archivo Black", sans-serif;
  letter-spacing: -0.08em;
  margin: 13px 0 4px;
}

.guest-zero span {
  font-size: 12px;
  font-weight: 700;
}

.guest-form,
.guest-success {
  align-self: center;
  padding: clamp(34px, 5vw, 72px);
}

.guest-form .field input,
.guest-form .field select {
  background: #fff;
  border-radius: 10px;
  font-size: 13px;
  height: 54px;
}

.guest-terms {
  margin-top: 26px;
}

.guest-submit {
  border-radius: 13px;
  margin-top: 23px;
  min-height: 58px;
  width: 100%;
}

.guest-help {
  color: #68736e;
  font-size: 12px;
  line-height: 1.6;
  margin: 20px 0 0;
  text-align: center;
}

.guest-help a {
  color: #087553;
  font-weight: 800;
}

.guest-success {
  text-align: center;
}

.guest-success > span {
  background: #e1f4ec;
  border-radius: 50%;
  color: #087553;
  display: grid;
  font-size: 36px;
  height: 82px;
  margin: 0 auto 25px;
  place-items: center;
  width: 82px;
}

.guest-success h2 {
  color: #15241e;
  font: 400 clamp(37px, 4vw, 58px) / 0.98 "Archivo Black", sans-serif;
  letter-spacing: -0.055em;
  margin: 0;
}

.guest-success p {
  color: #65736d;
  font-size: 15px;
  margin: 16px 0 26px;
}

.guest-success div {
  background: #e8ece7;
  border-radius: 12px;
  color: #59645f;
  display: grid;
  font-size: 11px;
  gap: 7px;
  margin: 0 auto 24px;
  max-width: 420px;
  padding: 17px;
}

.guest-success strong {
  color: #15241e;
  font: 700 17px/1 "Space Mono", monospace;
}

.guest-success a {
  background: #087553;
  border-radius: 12px;
  color: #fff;
  display: inline-flex;
  font-size: 13px;
  font-weight: 800;
  padding: 16px 20px;
}

@media (max-width: 1280px) {
  .d3-header {
    gap: 16px;
    grid-template-columns: 190px minmax(280px, 1fr) auto;
  }

  .d3-brand img {
    width: 175px;
  }

  .header-socials a {
    border-radius: 12px;
    height: 38px;
    width: 38px;
  }

  .d3-header-cta {
    min-height: 54px;
    padding-inline: 17px;
  }

  .company-rates {
    grid-template-columns: 0.8fr 1.2fr;
  }

  .company-rate-cta {
    grid-column: 1 / -1;
    justify-self: end;
    min-width: 260px;
  }
}

@media (max-width: 1000px) {
  .tariffs-heading {
    gap: 28px;
    grid-template-columns: 1fr;
  }

  .tariffs-heading .d3-section-tag {
    margin: 0;
  }

  .tariffs-heading > p {
    max-width: 680px;
  }

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

  .stage-card {
    min-height: 390px;
  }

  .company-rates,
  .event-contact-strip {
    grid-template-columns: 1fr;
  }

  .company-rate-cta {
    grid-column: auto;
    justify-self: stretch;
  }

  .event-contact-links {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 900px) {
  .d3-header {
    grid-template-columns: 1fr auto;
  }

  .mobile-socials {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }

  .mobile-socials a {
    align-items: center;
    background: #ffffff0b;
    border: 1px solid #ffffff19;
    border-radius: 13px;
    display: flex;
    font-size: 12px;
    font-weight: 700;
    gap: 9px;
    justify-content: center;
    min-height: 47px;
  }

  .mobile-socials svg {
    height: 20px;
    width: 20px;
  }

  .agenda-redesign .d3-agenda-head {
    gap: 25px;
    grid-template-columns: 1fr;
  }

  .agenda-redesign .d3-agenda-head > p {
    max-width: 620px;
  }

  .guest-card {
    grid-template-columns: 1fr;
  }

  .guest-intro {
    min-height: 0;
  }

  .guest-intro::after {
    display: none;
  }
}

@media (max-width: 680px) {
  .d3-header {
    gap: 9px;
  }

  .d3-brand img {
    width: 142px;
  }

  .d4-header-actions {
    gap: 7px;
  }

  .header-socials {
    gap: 5px;
  }

  .header-socials a {
    height: 36px;
    width: 36px;
  }

  .d3-header-cta {
    display: none;
  }

  .agenda-schedule {
    border-radius: 25px;
    margin-top: 43px;
  }

  .agenda-row {
    display: block;
    min-height: 0;
  }

  .agenda-time {
    border-bottom: 1px solid #143b2e1e;
    border-right: 0;
    grid-template-columns: 32px 1fr;
    justify-items: start;
    padding: 19px 20px 15px;
    text-align: left;
  }

  .agenda-time time {
    font-size: 20px;
    justify-self: start;
    text-align: left;
  }

  .agenda-activity {
    padding: 20px 20px 24px;
    text-align: left;
  }

  .agenda-activity h3 {
    font-size: 19px;
    text-align: left;
  }

  .stage-card {
    border-radius: 25px;
    min-height: 430px;
    padding: 24px 20px;
  }

  .stage-card:hover,
  .stage-card.current {
    transform: none;
  }

  .stage-card-top {
    align-items: flex-start;
  }

  .stage-card-top b {
    font-size: 7px;
  }

  .stage-prices {
    grid-template-columns: 1fr;
  }

  .stage-prices > div + div {
    border-left: 0;
    border-top: 1px solid #ffffff20;
    padding-left: 0;
  }

  .company-rates {
    border-radius: 27px;
    padding: 22px 17px;
  }

  .company-rate-options article {
    grid-template-columns: 32px 1fr;
  }

  .company-rate-options article > b {
    grid-column: 2;
    justify-self: start;
  }

  .event-contact-strip {
    border-radius: 27px;
    padding: 25px 18px;
  }

  .event-contact-links {
    grid-template-columns: 1fr;
  }

  .floating-whatsapp {
    border-width: 2px;
    bottom: 13px;
    min-height: 56px;
    padding: 0;
    right: 13px;
    width: 56px;
  }

  .floating-whatsapp span {
    display: none;
  }

  .floating-whatsapp svg {
    margin: auto;
  }

  .pse-modal .form-grid {
    grid-template-columns: 1fr;
  }

  .pse-modal .form-grid .full {
    grid-column: 1;
  }

  .attendee-row.expanded-attendee {
    grid-template-columns: 34px 1fr;
  }

  .attendee-row.expanded-attendee .attendee-number {
    grid-row: 1 / span 6;
  }

  .company-discount-hint {
    align-items: flex-start;
    flex-direction: column;
  }

  .compact-add {
    width: 100%;
  }

  .guest-brand {
    align-items: flex-start;
    flex-direction: column;
    gap: 18px;
  }

  .guest-card {
    border-radius: 27px;
  }

  .guest-intro,
  .guest-form,
  .guest-success {
    padding: 30px 20px;
  }

  .guest-form .form-grid {
    grid-template-columns: 1fr;
  }

  .guest-form .form-grid .full {
    grid-column: 1;
  }
}

@media (max-width: 400px) {
  .d3-brand img {
    width: 132px;
  }

  .header-socials a {
    height: 34px;
    width: 34px;
  }

  .header-socials svg {
    height: 18px;
    width: 18px;
  }
}


/* Ajuste fino franja de beneficios: mantener diseño actual y hacerla bastante más angosta */
.d7-access-panel {
  overflow: visible;
}

.d7-panel-title {
  margin-inline: auto;
  max-width: min(610px, calc(100% - 220px));
  padding-left: 28px;
  padding-right: 28px;
}

.d7-panel-title h3 {
  font-size: clamp(30px, 2.55vw, 42px);
}

@media (max-width: 1100px) {
  .d7-panel-title {
    max-width: min(560px, calc(100% - 120px));
  }
}

@media (max-width: 820px) {
  .d7-panel-title {
    max-width: calc(100% - 28px);
    padding-left: 22px;
    padding-right: 22px;
  }
}


/* Ajuste final franja de beneficios: centrada, angosta y título en una sola línea */
.d7-access-panel {
  overflow: visible;
}

.d7-panel-title {
  align-items: center;
  align-content: center;
  column-gap: 22px;
  margin-inline: auto;
  max-width: min(690px, calc(100% - 170px));
  min-height: 108px;
  padding: 16px 30px;
}

.d7-panel-title > span {
  margin-bottom: 2px;
}

.d7-panel-title h3 {
  font-size: clamp(26px, 2.35vw, 40px);
  line-height: 0.98;
  margin-top: 4px;
  white-space: nowrap;
}

.d7-panel-title b {
  align-self: center;
}

@media (max-width: 1180px) {
  .d7-panel-title {
    max-width: min(650px, calc(100% - 120px));
  }

  .d7-panel-title h3 {
    font-size: clamp(24px, 2.9vw, 36px);
  }
}

@media (max-width: 860px) {
  .d7-panel-title {
    max-width: calc(100% - 28px);
    padding: 18px 22px;
  }

  .d7-panel-title h3 {
    white-space: normal;
  }
}


/* Ajuste estructural final: el bloque de 6 beneficios debe verse más angosto, sin séptima columna vacía */
.d7-access-panel {
  max-width: min(1320px, calc(100% - 12px));
  margin-left: auto;
  margin-right: auto;
}

.d7-benefit-grid {
  grid-template-columns: repeat(6, minmax(0, 1fr));
}

.d7-benefit-grid article {
  min-width: 0;
}

@media (max-width: 1380px) {
  .d7-access-panel {
    max-width: min(1220px, calc(100% - 8px));
  }
}

@media (max-width: 1180px) {
  .d7-access-panel {
    max-width: 100%;
  }

  .d7-benefit-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  .d7-benefit-grid {
    grid-template-columns: 1fr;
  }
}


/* ================================================================
   Ajustes de gerencia · 03/09/2026 · versión 1.2.1
   ================================================================ */

/* Menú más integrado con la imagen de la landing */
.d3-header {
  -webkit-backdrop-filter: blur(22px) saturate(125%);
  backdrop-filter: blur(22px) saturate(125%);
  background: rgba(20, 26, 23, 0.68);
  border-color: rgba(255, 255, 255, 0.13);
  box-shadow: 0 22px 60px rgba(6, 20, 16, 0.24);
}

/* Lectura: aumentar etiquetas y textos pequeños sin alterar títulos */
.demo3 {
  --d9-label: 11px;
  --d9-caption: 13px;
  --d9-body: clamp(14px, 0.9vw, 16px);
}
.demo3 small {
  font-size: 11px;
  line-height: 1.45;
}
.demo3 .d3-nav a,
.demo3 .d3-header-cta,
.demo3 .d3-hero-cta,
.demo3 .d3-brochure-strip a {
  font-size: 11px;
}
.demo3 .d3-section-tag,
.demo3 .d5-story-code,
.demo3 .d5-hero-overline,
.demo3 .d5-hero-meta,
.demo3 .d3-visual-tag,
.demo3 .d5-visual-index,
.demo3 .d3-media-tile > b,
.demo3 .d3-date-card small,
.demo3 .d4-hero-signal p,
.demo3 .d3-stats span,
.demo3 .d3-brochure-strip span,
.demo3 .d4-speaker-intro span,
.demo3 .d4-speaker-intro p,
.demo3 .d3-speaker-photo > i,
.demo3 .d4-speaker-info small,
.demo3 .d4-speaker-info > span,
.demo3 .agenda-activity small,
.demo3 .stage-card-top span,
.demo3 .stage-card-top b,
.demo3 .company-rates-intro > span,
.demo3 .company-rate-options small,
.demo3 .d7-panel-title > span,
.demo3 .d7-panel-title b,
.demo3 .d7-benefit-icon > span,
.demo3 .event-contact-strip > div:first-child > span,
.demo3 .event-contact-links small {
  font-size: 11px;
  line-height: 1.4;
}
.demo3 .agenda-activity small {
  letter-spacing: 0.1em;
}

/* Plan empresarial corregido: 2 personas = 15 %, 3 o más = 25 % */
.company-rate-options article {
  min-height: 92px;
}
.company-rate-options article > span {
  font-size: 11px;
}

/* Contacto visible como WhatsApp y llamadas */
.floating-whatsapp {
  min-width: 205px;
}
.floating-whatsapp span {
  white-space: nowrap;
}

/* Invitación privada: página plana premium, sin tarjeta/modal flotante */
.guest-body {
  background: #f2f4ef;
  color: #15241e;
  min-height: 100vh;
}
.guest-page {
  display: grid;
  grid-template-rows: auto 1fr;
  margin: 0;
  max-width: none;
  min-height: 100vh;
  padding: 0;
}
.guest-brand {
  align-items: center;
  background: rgba(13, 28, 23, 0.96);
  border-bottom: 1px solid rgba(255,255,255,0.1);
  display: flex;
  justify-content: space-between;
  margin: 0;
  min-height: 98px;
  padding: 20px clamp(28px, 5vw, 78px);
}
.guest-brand img {
  filter: brightness(0) invert(1);
  width: min(225px, 52vw);
}
.guest-brand span {
  color: #a9edd7;
  font-size: 11px;
}
.guest-card {
  background: #f5f5f0;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  display: grid;
  grid-template-columns: minmax(340px, 0.78fr) minmax(0, 1.22fr);
  min-height: calc(100vh - 98px);
  overflow: visible;
}
.guest-intro {
  align-content: center;
  background:
    radial-gradient(circle at 22% 18%, rgba(156,232,206,0.16), transparent 28%),
    linear-gradient(150deg, #075f47 0%, #087e5b 58%, #0b956d 100%);
  color: #fff;
  display: grid;
  min-height: 100%;
  padding: clamp(46px, 6vw, 94px);
  position: relative;
}
.guest-intro::after {
  bottom: 34px;
  left: 30px;
  top: auto;
  opacity: 0.7;
}
.guest-overline {
  color: #baf3df;
  font-size: 11px;
}
.guest-intro h1 {
  font-size: clamp(54px, 5.4vw, 88px);
  margin: 30px 0 24px;
  max-width: 620px;
}
.guest-intro > p {
  color: rgba(255,255,255,0.78);
  font-size: 16px;
  max-width: 520px;
}
.guest-zero {
  border: 1px solid rgba(255,255,255,0.2);
  box-shadow: 0 18px 50px rgba(10,35,27,0.2);
  margin-top: 42px;
  max-width: 330px;
}
.guest-zero small {
  font-size: 10px;
}
.guest-form,
.guest-success {
  align-self: center;
  margin: 0 auto;
  max-width: 860px;
  padding: clamp(42px, 5vw, 78px);
  width: 100%;
}
.guest-form-heading {
  border-bottom: 1px solid #173a2d1c;
  margin-bottom: 30px;
  padding-bottom: 24px;
}
.guest-form-heading > span {
  color: #087553;
  font: 700 11px/1.2 "Space Mono", monospace;
  letter-spacing: 0.12em;
}
.guest-form-heading h2 {
  color: #15241e;
  font: 400 clamp(34px, 3.4vw, 52px)/0.98 "Archivo Black", sans-serif;
  letter-spacing: -0.05em;
  margin: 12px 0 10px;
}
.guest-form-heading p {
  color: #68746f;
  font-size: 14px;
  line-height: 1.65;
  margin: 0;
  max-width: 680px;
}
.guest-form .field > span {
  font-size: 11px;
}
.guest-form .field input {
  background: #fff;
  border: 1px solid #183c2f25;
  border-radius: 13px;
  box-shadow: 0 8px 24px rgba(17,45,35,0.04);
  font-size: 14px;
  height: 58px;
}
.guest-form .field input:focus {
  border-color: #0a8b62;
  box-shadow: 0 0 0 3px rgba(10,139,98,0.1);
  outline: none;
}
.guest-terms {
  font-size: 12px;
}
.guest-submit {
  box-shadow: 0 15px 35px rgba(8,117,83,0.18);
  min-height: 62px;
}
.guest-help {
  align-items: center;
  border-top: 1px solid #173a2d1c;
  color: #68736e;
  display: flex;
  flex-wrap: wrap;
  font-size: 12px;
  gap: 10px 18px;
  justify-content: center;
  margin-top: 26px;
  padding-top: 22px;
  text-align: center;
}
.guest-help > span {
  color: #68736e;
}
.guest-help a {
  color: #087553;
  font-weight: 800;
  white-space: nowrap;
}

@media (max-width: 900px) {
  .guest-card {
    grid-template-columns: 1fr;
  }
  .guest-intro {
    min-height: auto;
    padding: 50px 28px;
  }
  .guest-intro h1 {
    font-size: clamp(48px, 13vw, 72px);
  }
  .guest-zero {
    max-width: 280px;
  }
  .guest-form,
  .guest-success {
    padding: 44px 28px 58px;
  }
}

@media (max-width: 680px) {
  .guest-brand {
    align-items: center;
    flex-direction: row;
    gap: 14px;
    min-height: 82px;
    padding: 16px 20px;
  }
  .guest-brand img {
    width: 160px;
  }
  .guest-brand span {
    font-size: 9px;
    text-align: right;
  }
  .guest-card {
    border-radius: 0;
    min-height: calc(100vh - 82px);
  }
  .guest-intro,
  .guest-form,
  .guest-success {
    padding-left: 20px;
    padding-right: 20px;
  }
  .guest-form .form-grid {
    grid-template-columns: 1fr;
  }
  .guest-form .form-grid .full {
    grid-column: 1;
  }
  .guest-help {
    align-items: stretch;
    flex-direction: column;
  }
  .floating-whatsapp {
    min-width: 0;
  }
}

/* Gerencia · 03/09/2026: ocultar únicamente el menú en dispositivos móviles. */
@media (max-width: 900px) {
  .demo3 .d4-menu-toggle,
  .demo3 .d4-mobile-panel {
    display: none !important;
  }
}
