:root {
  --sd-purple-950: #170821;
  --sd-purple-900: #210a31;
  --sd-purple-800: #341045;
  --sd-purple-700: #511a6f;
  --sd-purple-600: #6c2b8b;
  --sd-lilac: #b98bd0;
  --sd-gold: #e8c766;
  --sd-ink: #21142d;
  --sd-white: #fff;
}

.sbacv-day [hidden] { display: none !important; }

.sbacv-day {
  position: relative;
  left: 50%;
  width: 100vw;
  min-height: 100svh;
  margin-left: -50vw;
  display: grid;
  place-items: center;
  overflow: hidden;
  overflow-anchor: none;
  padding: clamp(48px, 6vw, 82px) clamp(20px, 5vw, 64px);
  box-sizing: border-box;
  color: var(--sd-white);
  font-family: "Montserrat", "Inter", Arial, sans-serif;
  background:
    radial-gradient(88% 76% at 8% 8%, rgba(185, 139, 208, .24) 0%, rgba(185, 139, 208, 0) 57%),
    radial-gradient(74% 70% at 94% 18%, rgba(125, 67, 158, .32) 0%, rgba(125, 67, 158, 0) 59%),
    radial-gradient(95% 62% at 52% 104%, rgba(95, 39, 130, .72) 0%, rgba(95, 39, 130, 0) 69%),
    linear-gradient(132deg, #180922 0%, #281039 25%, #45145f 53%, #622482 77%, #351047 100%);
}

.sbacv-day::before,
.sbacv-day::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

.sbacv-day::before {
  inset: -12%;
  opacity: .055;
  background-image:
    repeating-linear-gradient(0deg, rgba(255,255,255,.11) 0, rgba(255,255,255,.11) 1px, transparent 1px, transparent 6px),
    repeating-linear-gradient(90deg, rgba(255,255,255,.07) 0, rgba(255,255,255,.07) 1px, transparent 1px, transparent 8px);
  transform: rotate(-3deg) scale(1.08);
}

.sbacv-day::after {
  width: min(760px, 72vw);
  height: min(760px, 72vw);
  right: -18vw;
  bottom: -34vw;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(218, 185, 232, .12) 0%, rgba(218, 185, 232, 0) 67%);
  filter: blur(8px);
}

.sbacv-day.has-custom-background {
  background-size: cover;
  background-position: center;
}

.sbacv-day__mesh { display: none; }

.sbacv-day__shell {
  position: relative;
  z-index: 1;
  width: min(1040px, 100%);
  min-height: min(760px, calc(100svh - 96px));
  display: flex;
  flex-direction: column;
  justify-content: center;
  box-sizing: border-box;
}

.sbacv-day__shell--attendance { width: min(1120px, 100%); }
.sbacv-day__before { width: 100%; }

.sbacv-day__brand {
  display: block;
  width: clamp(176px, 20vw, 224px);
  margin: 0 0 clamp(34px, 4.8vw, 54px);
}

.sbacv-day__brand img {
  display: block;
  width: 100%;
  height: auto;
}

.sbacv-day__eyebrow {
  margin: 0 0 13px;
  color: var(--sd-gold);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: .13em;
  text-transform: uppercase;
}

.sbacv-day h1 {
  margin: 0;
  color: #fff;
  font-family: "Bricolage Grotesque", "Arial Black", "Montserrat", "Inter", Arial, sans-serif;
  font-size: clamp(54px, 6.4vw, 82px);
  font-weight: 800;
  font-variation-settings: "wght" 800;
  line-height: .96;
  letter-spacing: -.028em;
}

.sbacv-day__lead {
  max-width: 790px;
  margin: 24px 0 48px;
  color: rgba(255,255,255,.77);
  font-size: clamp(16px, 1.7vw, 19px);
  font-weight: 400;
  line-height: 1.62;
}

.sbacv-day-form { display: grid; gap: 25px; }

.sbacv-day-categories {
  display: grid;
  grid-template-columns: repeat(3, minmax(0,1fr));
  gap: 10px;
  margin: 0 0 9px;
}

.sbacv-day-choice { position: relative; cursor: pointer; }
.sbacv-day-choice input { position: absolute; opacity: 0; pointer-events: none; }

.sbacv-day-choice span {
  display: flex;
  min-height: 46px;
  align-items: center;
  justify-content: center;
  padding: 10px 13px;
  box-sizing: border-box;
  border: 1px solid rgba(255,255,255,.24);
  border-radius: 13px;
  background: rgba(255,255,255,.018);
  color: rgba(255,255,255,.86);
  text-align: center;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.3;
  transition: border-color .15s ease, background .15s ease, color .15s ease;
}

.sbacv-day-choice span:hover { background: rgba(255,255,255,.045); border-color: rgba(255,255,255,.40); }
.sbacv-day-choice input:checked + span { border-color: rgba(232,199,102,.92); background: rgba(232,199,102,.09); color: #fff; }
.sbacv-day-choice input:focus-visible + span { outline: 2px solid rgba(232,199,102,.85); outline-offset: 3px; }

.sbacv-day-row { display: grid; gap: 15px; }
.sbacv-day-row--2 { grid-template-columns: 1.42fr .78fr; }
.sbacv-day-row--crm { grid-template-columns: .45fr 1fr .42fr; }
.sbacv-day-field { display: grid; gap: 9px; }

.sbacv-day-field > span {
  color: rgba(255,255,255,.66);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: .075em;
  text-transform: uppercase;
}

.sbacv-day input,
.sbacv-day select {
  width: 100%;
  height: 61px;
  padding: 0 18px;
  box-sizing: border-box;
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 14px;
  outline: none;
  background: rgba(255,255,255,.98);
  color: var(--sd-ink);
  font: 500 17px/1.2 "Montserrat", "Inter", Arial, sans-serif;
  transition: border-color .15s, box-shadow .15s, background .15s;
}

.sbacv-day input:focus,
.sbacv-day select:focus {
  border-color: rgba(232,199,102,.96);
  background: #fff;
  box-shadow: 0 0 0 3px rgba(232,199,102,.13);
}

.sbacv-day input.has-error {
  border-color: #f3a5b5;
  box-shadow: 0 0 0 3px rgba(243,165,181,.12);
}

.sbacv-day input::placeholder { color: #9b90a2; font-weight: 400; }
.sbacv-day-row--crm.is-optional { opacity: .72; }
.sbacv-day-row--crm.is-optional:focus-within { opacity: 1; }

.sbacv-day-email-domains { display: flex; flex-wrap: wrap; gap: 7px; margin-top: -5px; }
.sbacv-day-email-domains button {
  appearance: none;
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 999px;
  padding: 7px 11px;
  background: transparent;
  color: rgba(255,255,255,.72);
  font: 400 10px/1 "Montserrat", "Inter", Arial, sans-serif;
  cursor: pointer;
}
.sbacv-day-email-domains button:hover,
.sbacv-day-email-domains button:focus { border-color: rgba(232,199,102,.8); color: #fff; background: rgba(255,255,255,.025); }

.sbacv-day-email-error {
  margin-top: 2px;
  color: #ffd5de;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.45;
}

.sbacv-day__privacy {
  margin: 2px 0 0;
  color: rgba(255,255,255,.49);
  font-size: 10px;
  font-weight: 400;
  line-height: 1.55;
}

.sbacv-day-error {
  padding: 12px 14px;
  border: 1px solid rgba(255,153,153,.35);
  border-radius: 12px;
  background: rgba(122,22,48,.22);
  color: #fff;
  font-size: 13px;
  font-weight: 400;
}

.sbacv-day-submit,
.sbacv-day-reset {
  appearance: none;
  min-height: 57px;
  border: 0;
  border-radius: 14px;
  padding: 0 26px;
  background: var(--sd-gold);
  color: #2a0f4a;
  font: 500 13px/1 "Montserrat", "Inter", Arial, sans-serif;
  letter-spacing: .02em;
  cursor: pointer;
  box-shadow: 0 10px 24px rgba(20,5,32,.12);
  transition: transform .15s ease, box-shadow .15s ease, background .15s ease;
}

.sbacv-day-submit:hover,
.sbacv-day-reset:hover { transform: translateY(-1px); box-shadow: 0 13px 28px rgba(20,5,32,.18); }
.sbacv-day-submit[disabled] { opacity: .55; cursor: wait; transform: none; }
.sbacv-day-reset { margin-top: 36px; min-height: 50px; background: rgba(255,255,255,.97); }

.sbacv-day-search { display: grid; gap: 21px; max-width: 100%; }
.sbacv-day-results { display: grid; gap: 0; }

.sbacv-day-result {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 20px;
  align-items: center;
  padding: 21px 0;
  border-bottom: 1px solid rgba(255,255,255,.16);
}

.sbacv-day-result__name {
  display: block;
  color: #fff;
  font-family: "Bricolage Grotesque", "Arial Black", "Montserrat", "Inter", Arial, sans-serif;
  font-size: 21px;
  font-weight: 800;
  font-variation-settings: "wght" 800;
  line-height: 1.12;
  letter-spacing: -.012em;
}

.sbacv-day-result__meta { display: block; margin-top: 7px; color: rgba(255,255,255,.56); font-size: 11px; font-weight: 400; }

.sbacv-day-result button {
  appearance: none;
  border: 1px solid rgba(232,199,102,.78);
  border-radius: 999px;
  padding: 12px 18px;
  background: rgba(232,199,102,.07);
  color: #f4dda0;
  font: 400 11px/1 "Montserrat", "Inter", Arial, sans-serif;
  cursor: pointer;
  white-space: nowrap;
}

.sbacv-day-result button:hover { background: var(--sd-gold); color: #2a0f4a; }
.sbacv-day-result.is-confirmed { border-bottom-color: rgba(137,221,167,.22); }
.sbacv-day-result.is-confirmed button { border-color: rgba(170,234,193,.26); background: rgba(170,234,193,.05); color: #d8f6e2; cursor: default; }
.sbacv-day-results__message { padding: 18px 0; border-bottom: 1px solid rgba(255,255,255,.14); color: rgba(255,255,255,.68); font-size: 13px; font-weight: 400; line-height: 1.55; }


/* Painel de presença em tempo real — composição editorial */
.sbacv-day-attendance__layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 258px;
  gap: clamp(52px, 6vw, 86px);
  align-items: start;
}

.sbacv-day-attendance__main {
  min-width: 0;
}

.sbacv-day__brand--attendance {
  width: clamp(204px, 19vw, 228px);
  margin: 0 0 clamp(42px, 4vw, 52px);
}

.sbacv-day--attendance .sbacv-day__lead {
  max-width: 790px;
  margin-top: 24px;
  margin-bottom: 44px;
}

.sbacv-day-live {
  width: 258px;
  min-width: 0;
  display: grid;
  justify-items: stretch;
  align-content: start;
  justify-self: end;
  padding-top: 0;
}

.sbacv-day-live__digits {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 6px;
  width: 100%;
}

.sbacv-day-live__digits span {
  width: auto;
  height: 68px;
  display: grid;
  place-items: center;
  border-radius: 11px;
  background: rgba(22, 6, 31, .74);
  border: 1px solid rgba(255,255,255,.08);
  box-shadow: inset 0 -1px 0 rgba(255,255,255,.05);
  color: #fff;
  font-family: "Bricolage Grotesque", "Arial Black", "Montserrat", "Inter", Arial, sans-serif;
  font-size: 50px;
  font-weight: 800;
  font-variation-settings: "wght" 800;
  line-height: 1;
  letter-spacing: -.03em;
}

.sbacv-day-live__label {
  margin-top: 8px;
  color: rgba(220, 154, 240, .86);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: .055em;
  text-transform: uppercase;
}

.sbacv-day-live__actions {
  margin-top: 12px;
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: end;
  gap: 10px;
}

.sbacv-day-live__pending {
  display: grid;
  gap: 4px;
  min-width: 0;
}

.sbacv-day-live__pending span {
  color: rgba(255,255,255,.62);
  font-size: 8px;
  font-weight: 500;
  letter-spacing: .055em;
  text-transform: uppercase;
  white-space: nowrap;
}

.sbacv-day-live__pending strong {
  width: 100%;
  min-width: 0;
  height: 28px;
  display: inline-grid;
  place-items: center;
  padding: 0 10px;
  box-sizing: border-box;
  border-radius: 8px;
  background: rgba(221, 165, 244, .92);
  color: #2a0f4a;
  font-family: "Bricolage Grotesque", "Arial Black", "Montserrat", "Inter", Arial, sans-serif;
  font-size: 21px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: .06em;
}

.sbacv-day-live__send {
  appearance: none;
  min-height: 28px;
  padding: 0 15px;
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 999px;
  background: rgba(229, 190, 246, .88);
  color: #2a0f4a;
  font: 500 9px/1 "Montserrat", "Inter", Arial, sans-serif;
  letter-spacing: .025em;
  cursor: pointer;
  white-space: nowrap;
  transition: transform .15s ease, background .15s ease, opacity .15s ease;
}

.sbacv-day-live__send:hover { transform: translateY(-1px); background: #fff; }
.sbacv-day-live__send[disabled] { opacity: .55; cursor: wait; transform: none; }

.sbacv-day-live__status {
  max-width: 258px;
  margin-top: 9px;
  color: rgba(255,255,255,.70);
  font-size: 9px;
  font-weight: 400;
  line-height: 1.4;
}


.sbacv-day.is-success .sbacv-day__shell {
  width: min(1020px, 100%);
  min-height: min(760px, calc(100svh - 96px));
  display: grid;
  place-items: center;
}

.sbacv-day-success {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 32px 0;
  box-sizing: border-box;
}

.sbacv-day-success__kicker {
  margin: 0 0 26px;
  color: var(--sd-gold);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.sbacv-day-success__name {
  max-width: 1020px;
  margin: 0;
  color: #fff;
  font-family: "Bricolage Grotesque", "Arial Black", "Montserrat", "Inter", Arial, sans-serif;
  font-size: clamp(58px, 8.5vw, 108px);
  font-weight: 800;
  font-variation-settings: "wght" 800;
  line-height: .94;
  letter-spacing: -.023em;
  word-spacing: .10em;
  text-wrap: balance;
}

.sbacv-day-success__welcome {
  max-width: 820px;
  margin: 38px auto 0;
  color: rgba(255,255,255,.90);
  font-size: clamp(21px, 2.55vw, 31px);
  font-weight: 400;
  line-height: 1.35;
  text-wrap: balance;
}

.sbacv-day-success__night { margin: 13px 0 0; color: rgba(255,255,255,.68); font-size: clamp(17px, 2vw, 22px); font-weight: 400; line-height: 1.4; }

@media (max-width: 760px) {
  .sbacv-day-attendance__layout { grid-template-columns: 1fr; gap: 30px; }
  .sbacv-day-live { width: min(258px, 100%); justify-self: start; order: -1; }
  .sbacv-day__brand--attendance { margin-bottom: 34px; }
  .sbacv-day-live__digits span { height: 60px; font-size: 43px; }

  .sbacv-day { padding: 38px 18px; }
  .sbacv-day__shell { min-height: calc(100svh - 76px); }
  .sbacv-day__brand { width: 172px; margin-bottom: 34px; }
  .sbacv-day__lead { margin-bottom: 38px; }
  .sbacv-day-categories { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 9px; }
  .sbacv-day-row--2 { grid-template-columns: 1fr; }
  .sbacv-day-row--crm { grid-template-columns: .65fr 1.1fr .6fr; }
  .sbacv-day input, .sbacv-day select { height: 58px; font-size: 16px; }
  .sbacv-day-result { grid-template-columns: 1fr; gap: 13px; padding: 18px 0; }
  .sbacv-day-result button { width: 100%; min-height: 44px; }
  .sbacv-day h1 { font-size: clamp(47px, 12vw, 68px); letter-spacing: -.022em; }
  .sbacv-day.is-success .sbacv-day__shell { min-height: calc(100svh - 76px); }
  .sbacv-day-success__name { font-size: clamp(52px, 15vw, 78px); letter-spacing: -.018em; word-spacing: .08em; }
  .sbacv-day-success__welcome { margin-top: 30px; }
}

@media (max-width: 430px) {
  .sbacv-day-live__digits span { height: 56px; font-size: 40px; }
  .sbacv-day-live__actions { align-items: end; }
  .sbacv-day-live__send { min-height: 32px; }

  .sbacv-day { padding: 30px 16px; }
  .sbacv-day__brand { width: 158px; margin-bottom: 30px; }
  .sbacv-day-categories { grid-template-columns: 1fr 1fr; }
  .sbacv-day-choice span { min-height: 48px; font-size: 10.5px; padding: 9px 7px; }
  .sbacv-day-row--crm { grid-template-columns: .72fr 1fr .58fr; }
  .sbacv-day__eyebrow { font-size: 9px; }
  .sbacv-day__lead { font-size: 15px; line-height: 1.55; margin-top: 18px; margin-bottom: 32px; }
  .sbacv-day-form { gap: 21px; }
  .sbacv-day-success__kicker { font-size: 9px; margin-bottom: 21px; }
  .sbacv-day-success__welcome { font-size: 20px; }
  .sbacv-day-success__night { font-size: 16px; }
}

@media (prefers-reduced-motion: reduce) {
  .sbacv-day * { scroll-behavior: auto !important; transition: none !important; }
}

/* v0.4.43 — identificação visual do participante e patrocinador */
.sbacv-day-sponsor {
  margin-top: -3px;
  padding: 18px;
  border: 1px solid rgba(232,199,102,.24);
  border-radius: 15px;
  background: rgba(232,199,102,.055);
}

.sbacv-day-result__left { min-width: 0; }
.sbacv-day-result__identity {
  min-width: 0;
  display: flex;
  align-items: center;
  gap: 15px;
}

.sbacv-day-result__photo {
  width: 54px;
  height: 54px;
  flex: 0 0 54px;
  display: block;
  object-fit: cover;
  object-position: center;
  border-radius: 50%;
  border: 1px solid rgba(232,199,102,.46);
  box-shadow: 0 8px 22px rgba(12,3,18,.18);
  background: rgba(255,255,255,.08);
}

.sbacv-day-success__photo {
  width: clamp(148px, 14vw, 184px);
  height: clamp(148px, 14vw, 184px);
  margin: 0 auto 28px;
  border-radius: 50%;
  padding: 4px;
  background: linear-gradient(145deg, rgba(232,199,102,.96), rgba(255,255,255,.54));
  box-shadow: 0 20px 46px rgba(11,2,19,.22);
}

.sbacv-day-success__photo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 50%;
  background: #fff;
}

.sbacv-day-success__meta {
  margin: 18px 0 0;
  color: #f1d98f;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: .055em;
  text-transform: uppercase;
}

/* Presença on-line reaproveita a linguagem visual das telas do dia */
.sbacv-day--online .sbacv-day__shell { width: min(980px, 100%); }
.sbacv-day--online .sbacv-day__brand { margin-bottom: 34px; }
.sbacv-day--online .sbacv-day__lead { max-width: 760px; margin-bottom: 36px; }
.sbacv-day--online .sbacv-online-form { display: grid; gap: 22px; }
.sbacv-day--online .sbacv-online-row { display: grid; grid-template-columns: 1fr 1fr; gap: 15px; }
.sbacv-day--online .sbacv-online-notice,
.sbacv-day--online .sbacv-online-error {
  padding: 13px 15px;
  border-radius: 12px;
  font-size: 12px;
  line-height: 1.5;
}
.sbacv-day--online .sbacv-online-notice {
  border: 1px solid rgba(232,199,102,.28);
  background: rgba(232,199,102,.08);
  color: #f4dda0;
}
.sbacv-day--online .sbacv-online-error {
  border: 1px solid rgba(255,153,153,.35);
  background: rgba(122,22,48,.22);
  color: #fff;
}
.sbacv-day--online .sbacv-online-privacy {
  margin: 0;
  color: rgba(255,255,255,.54);
  font-size: 11px;
  line-height: 1.6;
}
.sbacv-day--online .sbacv-online-window {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 2px 0 28px;
}
.sbacv-day--online .sbacv-online-window span {
  display: inline-flex;
  align-items: center;
  min-height: 33px;
  padding: 0 12px;
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 999px;
  background: rgba(255,255,255,.04);
  color: rgba(255,255,255,.76);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: .045em;
  text-transform: uppercase;
}
.sbacv-day--online .sbacv-online-state {
  max-width: 880px;
}
.sbacv-day--online .sbacv-online-state h1 {
  max-width: 900px;
}
.sbacv-day--online .sbacv-online-state__time {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  max-width: 620px;
  margin-top: 30px;
}
.sbacv-day--online .sbacv-online-state__time div {
  padding: 15px 16px;
  border: 1px solid rgba(255,255,255,.13);
  border-radius: 14px;
  background: rgba(255,255,255,.035);
}
.sbacv-day--online .sbacv-online-state__time strong,
.sbacv-day--online .sbacv-online-state__time span {
  display: block;
}
.sbacv-day--online .sbacv-online-state__time strong {
  color: #fff;
  font-family: "Bricolage Grotesque", "Arial Black", "Montserrat", "Inter", Arial, sans-serif;
  font-size: 24px;
  line-height: 1;
}
.sbacv-day--online .sbacv-online-state__time span {
  margin-top: 6px;
  color: rgba(255,255,255,.55);
  font-size: 9px;
  letter-spacing: .07em;
  text-transform: uppercase;
}

@media (max-width: 760px) {
  .sbacv-day--online .sbacv-online-row { grid-template-columns: 1fr; }
  .sbacv-day--online .sbacv-online-state__time { grid-template-columns: 1fr 1fr; }
  .sbacv-day-success__photo { width: 132px; height: 132px; margin-bottom: 22px; }
}

@media (max-width: 430px) {
  .sbacv-day--online .sbacv-online-state__time { grid-template-columns: 1fr; }
  .sbacv-day-result__photo { width: 48px; height: 48px; flex-basis: 48px; }
}

/* ==========================================================
   Estado de pré-abertura — padrão visual do evento
   ========================================================== */
.sbacv-day--closed {
  min-height: 100svh;
  padding: clamp(28px, 4vw, 56px) clamp(20px, 5vw, 68px);
}

.sbacv-day-closed__shell {
  position: relative;
  z-index: 2;
  width: min(1180px, 100%);
  min-height: min(720px, calc(100svh - 72px));
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: clamp(36px, 5vw, 64px);
}

.sbacv-day-closed__brand {
  width: clamp(168px, 18vw, 214px);
}

.sbacv-day-closed__brand img {
  display: block;
  width: 100%;
  height: auto;
}

.sbacv-day-closed__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 360px);
  align-items: end;
  gap: clamp(48px, 7vw, 100px);
}

.sbacv-day-closed__copy {
  max-width: 760px;
}

.sbacv-day-closed__eyebrow,
.sbacv-day-closed__when-kicker,
.sbacv-day-closed__timezone {
  color: var(--sd-gold);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .15em;
  text-transform: uppercase;
}

.sbacv-day-closed__eyebrow { margin-bottom: 18px; }

.sbacv-day-closed__badge {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  margin-bottom: 24px;
  padding: 0 12px;
  border: 1px solid rgba(232,199,102,.52);
  border-radius: 999px;
  background: rgba(232,199,102,.075);
  color: rgba(255,255,255,.92);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .095em;
  text-transform: uppercase;
}

.sbacv-day--closed h1 {
  max-width: 760px;
  margin: 0;
  color: #fff;
  font-family: "Bricolage Grotesque", "Arial Black", "Montserrat", "Inter", Arial, sans-serif;
  font-size: clamp(54px, 6.1vw, 86px);
  font-weight: 800;
  line-height: .94;
  letter-spacing: -.036em;
}

.sbacv-day-closed__copy > p {
  max-width: 720px;
  margin: clamp(24px, 3vw, 34px) 0 0;
  color: rgba(255,255,255,.76);
  font-size: clamp(16px, 1.65vw, 19px);
  font-weight: 400;
  line-height: 1.65;
}

.sbacv-day-closed__when {
  position: relative;
  padding: 26px 28px 28px;
  border: 1px solid rgba(255,255,255,.17);
  border-radius: 24px;
  background: rgba(255,255,255,.055);
  -webkit-backdrop-filter: blur(14px);
  backdrop-filter: blur(14px);
  box-shadow: 0 22px 70px rgba(13,3,23,.18);
}

.sbacv-day-closed__when::before {
  content: "";
  position: absolute;
  top: 0;
  left: 28px;
  width: 68px;
  height: 2px;
  border-radius: 99px;
  background: var(--sd-gold);
}

.sbacv-day-closed__when-kicker { margin-bottom: 27px; }

.sbacv-day-closed__date {
  display: flex;
  align-items: center;
  gap: 14px;
}

.sbacv-day-closed__date strong {
  color: #fff;
  font-family: "Bricolage Grotesque", "Arial Black", "Montserrat", Arial, sans-serif;
  font-size: clamp(74px, 7vw, 98px);
  font-weight: 800;
  line-height: .8;
  letter-spacing: -.055em;
}

.sbacv-day-closed__date span {
  color: rgba(255,255,255,.68);
  font-size: 13px;
  font-weight: 700;
  line-height: 1.12;
  letter-spacing: .09em;
}

.sbacv-day-closed__time {
  margin-top: 28px;
  padding-top: 24px;
  border-top: 1px solid rgba(255,255,255,.13);
  color: #fff;
  font-family: "Bricolage Grotesque", "Arial Black", "Montserrat", Arial, sans-serif;
  font-size: clamp(46px, 5vw, 62px);
  font-weight: 800;
  line-height: 1;
  letter-spacing: -.035em;
}

.sbacv-day-closed__timezone {
  margin-top: 8px;
  color: rgba(255,255,255,.55);
  font-size: 9px;
  letter-spacing: .12em;
}

.sbacv-day-closed__footer {
  display: flex;
  align-items: center;
  gap: 10px;
  padding-top: 20px;
  border-top: 1px solid rgba(255,255,255,.12);
  color: rgba(255,255,255,.56);
  font-size: 12px;
  line-height: 1.5;
}

.sbacv-day-closed__dot {
  width: 7px;
  height: 7px;
  flex: 0 0 7px;
  border-radius: 50%;
  background: var(--sd-gold);
  box-shadow: 0 0 0 5px rgba(232,199,102,.08);
}

@media (max-width: 780px) {
  .sbacv-day--closed {
    min-height: 100svh;
    padding: 28px 20px 30px;
    place-items: stretch;
  }

  .sbacv-day-closed__shell {
    min-height: calc(100svh - 58px);
    gap: 34px;
  }

  .sbacv-day-closed__brand { width: 158px; }

  .sbacv-day-closed__grid {
    grid-template-columns: 1fr;
    align-items: start;
    gap: 32px;
  }

  .sbacv-day-closed__eyebrow { margin-bottom: 14px; }
  .sbacv-day-closed__badge { margin-bottom: 20px; }

  .sbacv-day--closed h1 {
    font-size: clamp(44px, 13vw, 64px);
  }

  .sbacv-day-closed__copy > p {
    margin-top: 20px;
    font-size: 15px;
    line-height: 1.58;
  }

  .sbacv-day-closed__when {
    display: grid;
    grid-template-columns: 1fr auto;
    align-items: end;
    gap: 8px 18px;
    padding: 24px;
    border-radius: 20px;
  }

  .sbacv-day-closed__when-kicker {
    grid-column: 1 / -1;
    margin-bottom: 14px;
  }

  .sbacv-day-closed__date { align-items: center; }
  .sbacv-day-closed__date strong { font-size: 66px; }
  .sbacv-day-closed__time {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 48px;
  }
  .sbacv-day-closed__timezone {
    grid-column: 2;
    margin: -2px 0 0;
    text-align: right;
  }

  .sbacv-day-closed__footer {
    margin-top: auto;
    font-size: 11px;
  }
}

@media (max-width: 420px) {
  .sbacv-day-closed__when {
    grid-template-columns: 1fr;
  }
  .sbacv-day-closed__time,
  .sbacv-day-closed__timezone { grid-column: 1; text-align: left; }
  .sbacv-day-closed__time {
    padding-top: 18px;
    border-top: 1px solid rgba(255,255,255,.12);
  }
}


/* v0.4.44 — padronização das três jornadas operacionais */
.sbacv-day--online,
.sbacv-day--register,
.sbacv-day--attendance,
.sbacv-day--closed {
  max-width: none !important;
  width: 100vw !important;
}
.sbacv-day--online .sbacv-day__shell,
.sbacv-day--online .sbacv-day__shell--online,
.sbacv-day--online .sbacv-day__before,
.sbacv-day--online .sbacv-online-state {
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
}
.sbacv-day--online .sbacv-day__shell--online {
  padding: 0 !important;
}
.sbacv-day--online .sbacv-online-form {
  width: 100%;
}
.sbacv-day--online .sbacv-online-form .sbacv-day-submit {
  width: 100%;
}
.sbacv-day--online.sbacv-day--closed .sbacv-day-closed__shell {
  width: min(1180px, 100%);
}
