.barakah-we-breakout {
  --barakah-we-bg: #0b1f3a;
  --barakah-we-bg-deep: #081a33;
  --barakah-we-card: rgba(255, 255, 255, 0.045);
  --barakah-we-border: rgba(212, 175, 55, 0.26);
  --barakah-we-border-strong: #d4af37;
  --barakah-we-gold: #d4af37;
  --barakah-we-gold-dark: #b8942f;
  --barakah-we-gold-glow: rgba(212, 175, 55, 0.42);
  --barakah-we-content-width: 680px;
  --barakah-we-step-content-width: 680px;
  --barakah-we-success-panel-width: 680px;
  --barakah-we-text: #f6f0e5;
  --barakah-we-text-soft: rgba(246, 240, 229, 0.72);
  --barakah-we-text-muted: rgba(246, 240, 229, 0.56);
  --barakah-we-font-display: "Cormorant Garamond", serif;
  --barakah-we-font-body: "DM Sans", sans-serif;
  display: block;
  width: 100vw;
  position: relative;
  left: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  max-width: none !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.wp-site-blocks .barakah-we-breakout,
.entry-content .barakah-we-breakout,
.wp-block-post-content .barakah-we-breakout,
.is-layout-constrained > .barakah-we-breakout,
.is-layout-flow > .barakah-we-breakout,
.alignfull.barakah-we-breakout {
  width: 100vw !important;
  max-width: none !important;
  left: 50% !important;
  margin-left: -50vw !important;
  margin-right: -50vw !important;
}

body:has(.barakah-we-breakout) .wp-site-blocks,
body:has(.barakah-we-breakout) .wp-block-post-content,
body:has(.barakah-we-breakout) .entry-content,
body:has(.barakah-we-breakout) main.wp-block-group {
  max-width: none !important;
}

body:has(.barakah-we-breakout) .wp-site-blocks,
body:has(.barakah-we-breakout) .wp-block-post-content,
body:has(.barakah-we-breakout) .entry-content {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.barakah-we,
.barakah-we * {
  box-sizing: border-box;
}

.barakah-we {
  width: 100%;
  max-width: none !important;
  margin: 0;
  overflow: hidden;
  position: relative;
  color: var(--barakah-we-text);
  font-family: var(--barakah-we-font-body);
  background:
    radial-gradient(circle at right 18%, rgba(212, 175, 55, 0.08), transparent 22%),
    radial-gradient(circle at 50% 42%, rgba(255, 255, 255, 0.04), transparent 32%),
    linear-gradient(180deg, #102746 0%, #0b1f3a 48%, #081a33 100%);
}

.barakah-we__shell {
  width: min(980px, calc(100vw - 48px));
  margin: 0 auto;
  padding: 40px 0 56px;
  position: relative;
  z-index: 1;
}

.barakah-we__ornament {
  width: 42px;
  height: 42px;
  margin: 0 auto 20px;
  position: relative;
  pointer-events: none;
  border: 1px solid rgba(201, 168, 76, 0.68);
  transform: rotate(30deg);
  box-shadow:
    0 0 0 8px rgba(201, 168, 76, 0.0),
    0 0 0 0.5px rgba(201, 168, 76, 0.26);
}

.barakah-we__ornament::before,
.barakah-we__ornament::after {
  content: "";
  position: absolute;
  inset: 0;
  border: 1px solid rgba(201, 168, 76, 0.68);
  transform: rotate(30deg);
}

.barakah-we__ornament::after {
  transform: rotate(-30deg);
}

.barakah-we__ornament::before {
  inset: 7px;
}

.barakah-we__ornament::after {
  inset: 15px;
}

.barakah-we__hero {
  text-align: center;
  margin-bottom: 24px;
}

.barakah-we__heading-wrap {
  width: min(620px, 100%);
  margin: 0 auto;
}

.barakah-we h1,
.barakah-we h2 {
  margin: 0;
  font-family: var(--barakah-we-font-display);
  font-weight: 500;
}

.barakah-we h1 {
  font-size: clamp(39px, 4vw, 42px);
  line-height: 1.08;
  letter-spacing: -0.015em;
  word-spacing: 0.04em;
  color: var(--barakah-we-text);
}

.barakah-we h1 span {
  color: var(--barakah-we-gold);
  font-style: italic;
  font-weight: 400;
}

.barakah-we__divider {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin: 20px auto 18px;
  pointer-events: none;
  min-height: 12px;
  background: radial-gradient(circle, var(--barakah-we-gold) 0 4px, transparent 5px) center / 10px 10px no-repeat;
}

.barakah-we__divider::before,
.barakah-we__divider::after {
  content: "";
  width: 122px;
  max-width: 24vw;
  height: 1px;
  background: #d4af37;
  opacity: 1;
  box-shadow: 0 0 10px rgba(212, 175, 55, 0.55), 0 0 18px rgba(212, 175, 55, 0.22);
}

.barakah-we__subtitle {
  margin: 0;
  color: var(--barakah-we-text-muted);
  font-size: 11px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.barakah-we__form {
  width: min(760px, 100%);
  margin: 0 auto;
  position: relative;
  z-index: 3;
}

.barakah-we__event-card-panel {
  width: 100%;
  max-width: 680px;
  margin: 0 auto;
  border: 1px solid var(--barakah-we-border);
  border-radius: 24px;
  padding: 26px 32px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.035) 0%, rgba(255, 255, 255, 0.02) 100%);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.03);
}

.barakah-we__event-panel-title {
  margin: 0 0 8px;
  color: var(--barakah-we-gold);
  font-family: var(--barakah-we-font-display);
  font-size: 18px;
  font-weight: 600;
}

.barakah-we__event-panel-copy {
  margin: 0 0 18px;
  color: var(--barakah-we-text-soft);
  font-size: 14px;
  line-height: 1.55;
}

.barakah-we__event-card {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 14px;
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
  border: 2px solid rgba(201, 168, 76, 0.18);
  border-radius: 16px;
  padding: 14px 18px;
  background: rgba(255, 255, 255, 0.02);
  cursor: pointer;
  pointer-events: auto;
  position: relative;
  transition: border-color 0.18s ease, background-color 0.18s ease, box-shadow 0.18s ease;
}

.barakah-we__event-card.is-selected,
.barakah-we__event-card:hover,
.barakah-we__event-card:focus-within {
  border-color: var(--barakah-we-border-strong);
  background: rgba(255, 255, 255, 0.035);
  box-shadow: 0 0 0 1px rgba(212, 175, 55, 0.12);
}

.barakah-we__event-card--static {
  cursor: default;
}

.barakah-we__event-input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.barakah-we__event-radio {
  width: 20px;
  height: 20px;
  border: 2px solid rgba(212, 175, 55, 0.82);
  border-radius: 50%;
  position: relative;
  flex-shrink: 0;
}

.barakah-we__event-card.is-selected .barakah-we__event-radio::after {
  content: "";
  position: absolute;
  inset: 3px;
  background: var(--barakah-we-gold);
  border-radius: 50%;
}

.barakah-we__event-body h2 {
  margin: 0;
  font-family: var(--barakah-we-font-body);
  font-size: 15px;
  font-weight: 700;
  line-height: 1.25;
  color: var(--barakah-we-text);
}

.barakah-we__event-body p {
  margin: 4px 0 0;
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  color: var(--barakah-we-text-soft);
  font-size: 12px;
  line-height: 1.4;
}

.barakah-we__event-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 30px;
  padding: 0 14px;
  border: 1px solid rgba(212, 175, 55, 0.44);
  border-radius: 999px;
  background: rgba(212, 175, 55, 0.12);
  color: var(--barakah-we-gold);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.barakah-we__progress {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 14px;
  width: min(540px, 100%);
  margin: 36px auto 44px;
}

.barakah-we__progress-item {
  flex: 0 1 104px;
  text-align: center;
  color: var(--barakah-we-text-muted);
}

.barakah-we__progress-circle {
  width: 42px;
  height: 42px;
  margin: 0 auto 10px;
  border: 2px solid rgba(201, 168, 76, 0.42);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  color: rgba(246, 240, 229, 0.58);
  font-size: 15px;
  font-weight: 700;
}

.barakah-we__progress-item.is-active .barakah-we__progress-circle {
  border-color: var(--barakah-we-gold);
  background: rgba(212, 175, 55, 0.1);
  color: var(--barakah-we-gold);
  box-shadow: 0 0 18px var(--barakah-we-gold-glow);
}

.barakah-we__progress-item.is-complete .barakah-we__progress-circle {
  background: var(--barakah-we-gold);
  border-color: var(--barakah-we-gold);
  color: #182b4f;
  font-size: 0;
}

.barakah-we__progress-item.is-complete .barakah-we__progress-circle::before {
  content: "✓";
  font-size: 17px;
}

.barakah-we__progress-connector {
  flex: 0 1 64px;
  align-self: flex-start;
  margin-top: 21px;
}

.barakah-we__progress-line {
  display: block;
  width: 100%;
  height: 1px;
  background: rgba(212, 175, 55, 0.34);
}

.barakah-we__progress-connector.is-complete .barakah-we__progress-line {
  background: var(--barakah-we-gold);
}

.barakah-we__progress-label {
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.barakah-we__progress-item.is-active .barakah-we__progress-label,
.barakah-we__progress-item.is-complete .barakah-we__progress-label {
  color: var(--barakah-we-gold);
}

.barakah-we__message {
  width: 100%;
  margin: 0 auto 20px;
  padding: 10px 14px;
  border-radius: 12px;
  font-size: 13px;
  line-height: 1.5;
}

.barakah-we__message.is-error {
  background: rgba(150, 45, 35, 0.18);
  border: 1px solid rgba(229, 130, 113, 0.3);
  color: #f8d4cd;
}

.barakah-we__event-error,
.barakah-we__field-error {
  margin: 8px 0 0;
  color: #f3a7a0;
  font-size: 11px;
  line-height: 1.4;
}

.barakah-we__event-error {
  margin-top: 10px;
}

.barakah-we__step {
  display: none;
  width: 100%;
  max-width: 760px;
  margin: 0 auto;
}

.barakah-we__step.is-active {
  display: block;
}

.barakah-we__step-inner,
.barakah-we__section-header,
.barakah-we__grid,
.barakah-we__actions {
  width: min(var(--barakah-we-step-content-width), 100%);
  max-width: var(--barakah-we-step-content-width);
  margin-left: auto;
  margin-right: auto;
}

.barakah-we__section-label {
  width: 100%;
  margin: 0 0 10px;
  padding-left: 0;
  color: var(--barakah-we-gold);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  text-align: left;
}

.barakah-we__section-title {
  font-size: clamp(30px, 3.2vw, 32px);
  line-height: 1.02;
  color: var(--barakah-we-text);
  width: 100%;
  margin: 0;
  padding-left: 0;
  text-align: left;
}

.barakah-we__section-copy {
  width: 100%;
  max-width: none;
  margin: 10px 0 24px;
  padding-left: 0;
  color: var(--barakah-we-text-soft);
  font-size: 14px;
  line-height: 1.6;
  text-align: left;
}

.barakah-we__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 24px;
  row-gap: 22px;
}

.barakah-we__field {
  min-width: 0;
}

.barakah-we__field--full {
  grid-column: 1 / -1;
}

.barakah-we__field[data-field-name="gender"] {
  grid-column: 1 / -1;
  position: relative;
  padding-bottom: 18px;
  margin-bottom: 2px;
}

.barakah-we__field[data-field-name="gender"]::after {
  content: "";
  position: absolute;
  left: 50%;
  width: 74%;
  transform: translateX(-50%);
  bottom: 0;
  height: 1px;
  background: linear-gradient(to right, transparent, rgba(212, 175, 55, 0.35), transparent);
  box-shadow: 0 0 10px rgba(212, 175, 55, 0.18);
  opacity: 0.82;
}

.barakah-we__field-label {
  display: block;
  margin-bottom: 8px;
  color: var(--barakah-we-text-muted);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.barakah-we__required {
  color: var(--barakah-we-gold);
  margin-left: 4px;
}

.barakah-we__field input[type="text"],
.barakah-we__field input[type="email"],
.barakah-we__field input[type="tel"],
.barakah-we__field input[type="number"],
.barakah-we__field select,
.barakah-we__field textarea {
  width: 100%;
  height: 45px;
  border: 2px solid rgba(201, 168, 76, 0.2);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.045);
  padding: 0 16px;
  color: var(--barakah-we-text);
  font-family: var(--barakah-we-font-body);
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4;
  outline: none;
  appearance: none;
  -webkit-appearance: none;
  transition: border-color 0.18s ease, background-color 0.18s ease, box-shadow 0.18s ease;
}

.barakah-we__field textarea {
  min-height: 112px;
  height: auto;
  padding: 13px 15px;
  resize: vertical;
}

.barakah-we__field input::placeholder,
.barakah-we__field textarea::placeholder {
  color: rgba(246, 240, 229, 0.34);
  font-size: 14px;
}

.barakah-we__field input:focus,
.barakah-we__field select:focus,
.barakah-we__field textarea:focus {
  border-color: rgba(212, 175, 55, 0.74);
  background: rgba(255, 255, 255, 0.055);
  box-shadow: 0 0 0 3px rgba(212, 175, 55, 0.1);
}

.barakah-we__field.has-error input[type="text"],
.barakah-we__field.has-error input[type="email"],
.barakah-we__field.has-error input[type="tel"],
.barakah-we__field.has-error input[type="number"],
.barakah-we__field.has-error select,
.barakah-we__field.has-error textarea,
.barakah-we__field.has-error .barakah-we__choice-chip span,
.barakah-we__field.has-error .barakah-we__scale-chip span,
.barakah-we__field.has-error .barakah-we__privacy-box,
.barakah-we__field.has-error .barakah-we__consent input {
  border-color: rgba(233, 143, 128, 0.9);
}

.barakah-we__select-wrap {
  position: relative;
}

.barakah-we__select-arrow {
  position: absolute;
  top: 50%;
  right: 18px;
  width: 9px;
  height: 9px;
  border-right: 2px solid var(--barakah-we-gold);
  border-bottom: 2px solid var(--barakah-we-gold);
  transform: translateY(-70%) rotate(45deg);
  pointer-events: none;
}

.barakah-we__choice-group {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.barakah-we__choice-chip,
.barakah-we__scale-chip {
  position: relative;
  display: inline-flex;
}

.barakah-we__choice-chip input,
.barakah-we__scale-chip input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.barakah-we__choice-chip span,
.barakah-we__scale-chip span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 37px;
  padding: 11px 13px;
  border: 2px solid rgba(201, 168, 76, 0.2);
  border-radius: 999px;
  color: var(--barakah-we-text-soft);
  font-size: 13px;
  font-weight: 500;
  line-height: 1.35;
  cursor: pointer;
  transition: border-color 0.18s ease, background-color 0.18s ease, color 0.18s ease;
}

.barakah-we__choice-chip input:checked + span,
.barakah-we__scale-chip input:checked + span {
  border-color: var(--barakah-we-gold);
  background: rgba(212, 175, 55, 0.14);
  color: var(--barakah-we-text);
}

.barakah-we__choice-chip span:hover,
.barakah-we__scale-chip span:hover {
  border-color: rgba(212, 175, 55, 0.5);
}

.barakah-we__field-note {
  margin: 8px 0 0;
  color: rgba(246, 240, 229, 0.5);
  font-size: 13px;
  font-style: italic;
}

.barakah-we__scale {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 12px;
}

.barakah-we__scale-edge {
  color: var(--barakah-we-text-muted);
  font-size: 13px;
}

.barakah-we__scale-points {
  display: grid;
  grid-template-columns: repeat(10, minmax(0, 1fr));
  gap: 6px;
}

.barakah-we__scale-chip span {
  width: 100%;
  min-height: 37px;
  padding: 0;
  border-radius: 10px;
}

.barakah-we__privacy-box {
  width: 100%;
  display: flex;
  gap: 10px;
  align-items: flex-start;
  padding: 13px 15px;
  border: 2px solid rgba(201, 168, 76, 0.14);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.04);
  margin-bottom: 14px;
}

.barakah-we__privacy-icon {
  width: 17px;
  height: 18px;
  position: relative;
  flex-shrink: 0;
  margin-top: 2px;
  pointer-events: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.barakah-we__privacy-icon::before {
  content: "";
  position: absolute;
  inset: 0;
  border: 1.5px solid rgba(212, 175, 55, 0.92);
  border-radius: 0 0 7px 7px / 0 0 9px 9px;
  clip-path: polygon(50% 0%, 84% 12%, 84% 46%, 68% 72%, 50% 92%, 32% 72%, 16% 46%, 16% 12%);
}

.barakah-we__privacy-icon::after {
  content: "i";
  position: absolute;
  left: 50%;
  top: 47%;
  transform: translate(-50%, -50%);
  color: rgba(212, 175, 55, 0.94);
  font-size: 9px;
  font-weight: 700;
  font-style: normal;
  line-height: 1;
}

.barakah-we__privacy-box p {
  margin: 0;
  color: var(--barakah-we-text-soft);
  font-size: 14px;
  line-height: 1.5;
}

.barakah-we__consent {
  width: 100%;
  display: flex;
  gap: 12px;
  align-items: flex-start;
}

.barakah-we__consent input {
  width: 18px;
  height: 18px;
  margin: 0;
  border: 2px solid rgba(201, 168, 76, 0.42);
  border-radius: 4px;
  appearance: none;
  -webkit-appearance: none;
  background: rgba(255, 255, 255, 0.05);
  position: relative;
  flex-shrink: 0;
  cursor: pointer;
}

.barakah-we__consent input:checked {
  border-color: var(--barakah-we-gold);
  background: rgba(212, 175, 55, 0.18);
}

.barakah-we__consent input:checked::after {
  content: "";
  position: absolute;
  left: 5px;
  top: 0;
  width: 5px;
  height: 10px;
  border-right: 2px solid var(--barakah-we-gold);
  border-bottom: 2px solid var(--barakah-we-gold);
  transform: rotate(45deg);
}

.barakah-we__consent span {
  color: var(--barakah-we-text-soft);
  font-size: 14px;
  line-height: 1.45;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.barakah-we__actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  margin-top: 28px;
}

.barakah-we__btn {
  min-height: 45px;
  border-radius: 12px;
  padding: 0 20px;
  border: 2px solid transparent;
  font-family: var(--barakah-we-font-body);
  font-size: 13px;
  font-weight: 700;
  line-height: 1.2;
  text-decoration: none;
  cursor: pointer;
  transition: background-color 0.18s ease, border-color 0.18s ease, color 0.18s ease, opacity 0.18s ease;
}

.barakah-we__btn--primary {
  min-width: 260px;
  background: var(--barakah-we-gold);
  border-color: var(--barakah-we-gold);
  color: #182b4f;
}

.barakah-we__btn--primary:hover,
.barakah-we__btn--primary:focus {
  background: var(--barakah-we-gold-dark);
  border-color: var(--barakah-we-gold-dark);
  outline: none;
}

.barakah-we__btn--secondary {
  background: transparent;
  border-color: rgba(212, 175, 55, 0.24);
  color: var(--barakah-we-text-soft);
}

.barakah-we__btn--secondary:hover,
.barakah-we__btn--secondary:focus {
  border-color: rgba(212, 175, 55, 0.54);
  color: var(--barakah-we-text);
  outline: none;
}

.barakah-we__btn.is-hidden {
  visibility: hidden;
}

.barakah-we__btn[disabled] {
  opacity: 0.65;
  cursor: wait;
}

.barakah-we button,
.barakah-we .button,
.barakah-we a.button,
.barakah-we [type="button"],
.barakah-we [type="submit"],
.barakah-we .barakah-we__btn,
.barakah-we .barakah-we__button,
.barakah-we .barakah-we__button--primary,
.barakah-we .barakah-we__button--secondary,
.barakah-we .barakah-we__chip,
.barakah-we .barakah-we__event-card,
.barakah-we .barakah-we__choice-chip span,
.barakah-we .barakah-we__scale-chip span,
.barakah-we input[type="radio"] + label,
.barakah-we input[type="checkbox"] + label {
  font-family: var(--barakah-we-font-body) !important;
  font-size: 13px !important;
  font-weight: 700 !important;
  line-height: 1.2 !important;
  text-transform: none !important;
  text-decoration: none !important;
  appearance: none !important;
  -webkit-appearance: none !important;
  box-shadow: none !important;
}

.barakah-we button,
.barakah-we .button,
.barakah-we a.button,
.barakah-we [type="button"],
.barakah-we [type="submit"],
.barakah-we .barakah-we__btn,
.barakah-we .barakah-we__button {
  border-radius: 12px !important;
  padding: 0 20px !important;
}

.barakah-we .barakah-we__btn--primary,
.barakah-we .barakah-we__button--primary,
.barakah-we button.barakah-we__btn--primary,
.barakah-we [type="submit"].barakah-we__btn--primary,
.barakah-we [type="button"].barakah-we__btn--primary {
  min-height: 45px !important;
  background: var(--barakah-we-gold) !important;
  background-color: var(--barakah-we-gold) !important;
  color: #182b4f !important;
  border: 2px solid var(--barakah-we-gold) !important;
  border-radius: 12px !important;
  box-shadow: none !important;
}

.barakah-we .barakah-we__btn--primary:hover,
.barakah-we .barakah-we__btn--primary:focus,
.barakah-we .barakah-we__btn--primary:active,
.barakah-we .barakah-we__button--primary:hover,
.barakah-we .barakah-we__button--primary:focus,
.barakah-we .barakah-we__button--primary:active,
.barakah-we button.barakah-we__btn--primary:hover,
.barakah-we button.barakah-we__btn--primary:focus,
.barakah-we button.barakah-we__btn--primary:active,
.barakah-we [type="submit"].barakah-we__btn--primary:hover,
.barakah-we [type="submit"].barakah-we__btn--primary:focus,
.barakah-we [type="submit"].barakah-we__btn--primary:active,
.barakah-we [type="button"].barakah-we__btn--primary:hover,
.barakah-we [type="button"].barakah-we__btn--primary:focus,
.barakah-we [type="button"].barakah-we__btn--primary:active {
  background: var(--barakah-we-gold-dark) !important;
  background-color: var(--barakah-we-gold-dark) !important;
  color: #182b4f !important;
  border-color: var(--barakah-we-gold-dark) !important;
  box-shadow: 0 0 0 3px rgba(212, 175, 55, 0.14) !important;
  outline: none !important;
}

.barakah-we .barakah-we__btn--secondary,
.barakah-we .barakah-we__button--secondary,
.barakah-we button.barakah-we__btn--secondary,
.barakah-we [type="button"].barakah-we__btn--secondary {
  min-height: 45px !important;
  background: transparent !important;
  background-color: transparent !important;
  color: var(--barakah-we-text-soft) !important;
  border: 2px solid rgba(212, 175, 55, 0.24) !important;
  border-radius: 12px !important;
  box-shadow: none !important;
}

.barakah-we .barakah-we__btn--secondary:hover,
.barakah-we .barakah-we__btn--secondary:focus,
.barakah-we .barakah-we__btn--secondary:active,
.barakah-we .barakah-we__button--secondary:hover,
.barakah-we .barakah-we__button--secondary:focus,
.barakah-we .barakah-we__button--secondary:active,
.barakah-we button.barakah-we__btn--secondary:hover,
.barakah-we button.barakah-we__btn--secondary:focus,
.barakah-we button.barakah-we__btn--secondary:active,
.barakah-we [type="button"].barakah-we__btn--secondary:hover,
.barakah-we [type="button"].barakah-we__btn--secondary:focus,
.barakah-we [type="button"].barakah-we__btn--secondary:active {
  background: rgba(212, 175, 55, 0.08) !important;
  background-color: rgba(212, 175, 55, 0.08) !important;
  color: var(--barakah-we-text) !important;
  border-color: rgba(212, 175, 55, 0.54) !important;
  box-shadow: 0 0 0 3px rgba(212, 175, 55, 0.1) !important;
  outline: none !important;
}

.barakah-we .barakah-we__event-card,
.barakah-we .barakah-we__chip,
.barakah-we .barakah-we__choice-chip span,
.barakah-we .barakah-we__scale-chip span,
.barakah-we input[type="radio"] + label,
.barakah-we input[type="checkbox"] + label {
  background: rgba(255, 255, 255, 0.02) !important;
  background-color: rgba(255, 255, 255, 0.02) !important;
  color: var(--barakah-we-text-soft) !important;
  border: 2px solid rgba(201, 168, 76, 0.2) !important;
  border-radius: 16px !important;
  box-shadow: none !important;
}

.barakah-we .barakah-we__event-card:hover,
.barakah-we .barakah-we__event-card:focus-within,
.barakah-we .barakah-we__event-card.is-selected,
.barakah-we .barakah-we__chip:hover,
.barakah-we .barakah-we__chip:focus,
.barakah-we .barakah-we__choice-chip span:hover,
.barakah-we .barakah-we__scale-chip span:hover,
.barakah-we .barakah-we__choice-chip input:checked + span,
.barakah-we .barakah-we__scale-chip input:checked + span,
.barakah-we input[type="radio"]:checked + label,
.barakah-we input[type="checkbox"]:checked + label {
  background: rgba(212, 175, 55, 0.14) !important;
  background-color: rgba(212, 175, 55, 0.14) !important;
  color: var(--barakah-we-text) !important;
  border-color: var(--barakah-we-gold) !important;
  box-shadow: 0 0 0 1px rgba(212, 175, 55, 0.12) !important;
}

.barakah-we .barakah-we__event-card[disabled],
.barakah-we .barakah-we__btn[disabled],
.barakah-we .barakah-we__button[disabled],
.barakah-we button[disabled],
.barakah-we [type="button"][disabled],
.barakah-we [type="submit"][disabled] {
  opacity: 0.65 !important;
  cursor: wait !important;
  box-shadow: none !important;
}

.barakah-we__success {
  width: min(760px, 100%);
  margin: 72px auto 0;
  text-align: center;
}

.barakah-we__success-workshop-panel {
  max-width: var(--barakah-we-success-panel-width);
  min-height: 0;
  margin: 34px auto 42px auto;
  padding: 22px 24px;
  border: 1px solid var(--barakah-we-border);
  border-radius: 18px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.035) 0%, rgba(255, 255, 255, 0.02) 100%);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.03);
}

.barakah-we__success-workshop-heading {
  margin: 0 0 8px;
  text-align: left;
  color: #c9a84c;
  font-family: var(--barakah-we-font-display);
  font-size: 16px;
  line-height: 1.3;
  font-weight: 600;
}

.barakah-we__success-workshop-copy {
  margin: 0 0 20px;
  text-align: left;
  color: var(--barakah-we-text-soft);
  font-size: 14px;
  line-height: 1.4;
}

.barakah-we__success-icon {
  width: 76px;
  height: 76px;
  margin: 0 auto 22px;
  border: 2px solid var(--barakah-we-gold);
  border-radius: 50%;
  position: relative;
  background: transparent;
  opacity: 1;
  box-shadow: 0 0 22px rgba(201, 168, 76, 0.22);
}

.barakah-we__success-icon::after {
  content: "";
  position: absolute;
  left: 29px;
  top: 17px;
  width: 14px;
  height: 28px;
  border-right: 2px solid var(--barakah-we-gold);
  border-bottom: 2px solid var(--barakah-we-gold);
  transform: rotate(45deg);
}

.barakah-we__success-message h2 {
  font-size: 31px;
  line-height: 1.05;
  color: var(--barakah-we-text);
  margin: 0 0 12px;
  text-align: center;
}

.barakah-we__success-message p {
  max-width: 460px;
  margin: 0 auto;
  color: var(--barakah-we-text-soft);
  font-size: 14px;
  font-weight: 400;
  line-height: 1.75;
  text-align: center;
}

.barakah-we__success-workshop {
  width: 100%;
  margin: 0;
}

.barakah-we__success-workshop-card {
  width: 100%;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 14px;
  max-width: 100%;
  padding: 12px 16px;
  border-radius: 13px;
}

.barakah-we__success-workshop-card .barakah-we__event-body {
  min-width: 0;
  text-align: left;
}

.barakah-we__success-workshop-card .barakah-we__event-body h2 {
  font-size: 14px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: left;
}

.barakah-we__success-workshop-card .barakah-we__event-body p {
  font-size: 12px;
  flex-wrap: nowrap;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: left;
}

.barakah-we__success-workshop-card .barakah-we__event-badge {
  font-size: 10.5px;
}

.barakah-we__success-message {
  width: min(460px, 100%);
  margin: 0 auto;
}

.barakah-we__quote-box {
  width: min(var(--barakah-we-success-panel-width), 100%);
  max-width: var(--barakah-we-success-panel-width);
  margin: 24px auto 0;
  border: 1px solid rgba(201, 168, 76, 0.2);
  border-radius: 14px;
  padding: 22px 24px;
  background: rgba(255, 255, 255, 0.02);
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.barakah-we__quote-box p {
  margin: 0;
  color: var(--barakah-we-gold);
  font-family: var(--barakah-we-font-display);
  font-size: 14px;
  font-style: italic;
  line-height: 1.65;
  text-align: center;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}

.barakah-we__quote-box span {
  display: block;
  margin-top: 14px;
  color: var(--barakah-we-gold);
  font-family: var(--barakah-we-font-display);
  font-size: 11px;
  line-height: 1.4;
  opacity: 0.92;
  text-align: center;
}

@media (max-width: 980px) {
  .barakah-we__shell {
    width: min(760px, calc(100vw - 36px));
    padding: 32px 0 46px;
  }

  .barakah-we__grid {
    grid-template-columns: 1fr;
  }

  .barakah-we__field[data-field-name="gender"] {
    padding-bottom: 16px;
  }

  .barakah-we__scale {
    grid-template-columns: 1fr;
  }

  .barakah-we__scale-points {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .barakah-we__actions {
    flex-direction: column;
    align-items: stretch;
  }

  .barakah-we__btn,
  .barakah-we__btn--primary {
    width: 100%;
    min-width: 0;
  }

  .barakah-we__btn.is-hidden {
    display: none;
  }

  .barakah-we__event-card {
    grid-template-columns: auto 1fr;
  }

  .barakah-we__event-badge {
    grid-column: 2;
    justify-self: start;
  }

  .barakah-we__success-workshop-card {
    grid-template-columns: auto 1fr;
  }

  .barakah-we__success-workshop-card .barakah-we__event-badge {
    grid-column: 2;
    justify-self: start;
    font-size: 11px;
  }
}

@media (max-width: 700px) {
  .barakah-we__shell {
    width: calc(100vw - 24px);
    padding: 24px 0 36px;
  }

  .barakah-we__hero {
    padding-top: 56px;
  }

  .barakah-we__ornament {
    width: 46px;
    height: 46px;
    margin-top: 0;
    margin-bottom: 18px;
    transform: none;
  }

  .barakah-we h1 {
    font-size: clamp(34px, 9vw, 40px);
  }

  .barakah-we__subtitle,
  .barakah-we__section-label,
  .barakah-we__field-label {
    font-size: 11px;
  }

  .barakah-we__event-card-panel {
    padding: 20px 16px 18px;
    border-radius: 20px;
  }

  .barakah-we__event-card {
    padding: 14px 14px 16px;
  }

  .barakah-we__event-body h2 {
    font-size: 15px;
  }

  .barakah-we__event-body p {
    font-size: 12px;
  }

  .barakah-we__event-badge {
    min-height: 28px;
    padding: 0 12px;
    font-size: 11px;
  }

  .barakah-we__progress {
    width: min(540px, 100%);
    gap: 10px;
    margin: 28px auto 34px;
  }

  .barakah-we__progress-circle {
    width: 38px;
    height: 38px;
    margin-bottom: 8px;
    font-size: 14px;
  }

  .barakah-we__progress-connector {
    flex-basis: 36px;
    margin-top: 19px;
  }

  .barakah-we__progress-label {
    font-size: 10px;
  }

  .barakah-we__section-title {
    font-size: 30px;
  }

  .barakah-we__section-copy,
  .barakah-we__privacy-box p,
  .barakah-we__consent span,
  .barakah-we__success p {
    font-size: 14px;
  }

  .barakah-we__field input[type="text"],
  .barakah-we__field input[type="email"],
  .barakah-we__field input[type="tel"],
  .barakah-we__field input[type="number"],
  .barakah-we__field select,
  .barakah-we__field textarea {
    font-size: 14px;
  }

  .barakah-we__choice-chip span,
  .barakah-we__scale-chip span,
  .barakah-we__btn {
    font-size: 13px;
  }

  .barakah-we__quote-box {
    padding: 20px 20px;
  }

  .barakah-we__quote-box p {
    font-size: 14px;
  }
}
