.ffcv-congreso-wrap {
  --ffcv-navy: #0e3c88;
  --ffcv-navy-dark: #082854;
  --ffcv-blue: #1661d8;
  --ffcv-blue-soft: #eef5ff;
  --ffcv-gold: #f5a31a;
  --ffcv-slate: #5d6b82;
  --ffcv-text: #10233f;
  --ffcv-border: rgba(14, 60, 136, 0.12);
  --ffcv-shadow: 0 30px 70px rgba(15, 23, 42, 0.12);
  max-width: 1180px;
  margin: 0 auto;
  color: var(--ffcv-text);
  font-family: "Roboto", Arial, sans-serif;
}

.ffcv-congreso-shell {
  position: relative;
  margin-bottom: 28px;
}

.ffcv-congreso-shell::before,
.ffcv-congreso-shell::after {
  content: "";
  position: absolute;
  border-radius: 999px;
  pointer-events: none;
}

.ffcv-congreso-shell::before {
  width: 220px;
  height: 220px;
  top: -30px;
  left: -40px;
  background: radial-gradient(circle, rgba(245, 163, 26, 0.18) 0%, rgba(245, 163, 26, 0) 72%);
}

.ffcv-congreso-shell::after {
  width: 280px;
  height: 280px;
  right: -40px;
  bottom: -30px;
  background: radial-gradient(circle, rgba(22, 97, 216, 0.16) 0%, rgba(22, 97, 216, 0) 72%);
}

.ffcv-congreso-hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.6fr) minmax(300px, 0.9fr);
  gap: 26px;
  align-items: stretch;
}

.ffcv-congreso-copy,
.ffcv-congreso-card,
.ffcv-congreso-qr-card {
  position: relative;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid var(--ffcv-border);
  border-radius: 30px;
  box-shadow: var(--ffcv-shadow);
  backdrop-filter: blur(10px);
}

.ffcv-congreso-copy {
  overflow: hidden;
  padding: 40px;
  background:
    radial-gradient(circle at top left, rgba(245, 163, 26, 0.22) 0, rgba(245, 163, 26, 0) 28%),
    linear-gradient(135deg, #ffffff 0%, #eef5ff 52%, #ffffff 100%);
}

.ffcv-congreso-copy::after {
  content: "";
  position: absolute;
  inset: auto -80px -80px auto;
  width: 220px;
  height: 220px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(14, 60, 136, 0.12), rgba(14, 60, 136, 0));
}

.ffcv-congreso-kicker,
.ffcv-form-kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 14px;
  border-radius: 999px;
  background: rgba(22, 97, 216, 0.08);
  color: var(--ffcv-blue);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.ffcv-congreso-copy h2 {
  margin: 18px 0 14px;
  font-size: clamp(2.2rem, 4vw, 3.45rem);
  line-height: 1.02;
  letter-spacing: -0.04em;
  color: var(--ffcv-navy-dark);
}

.ffcv-congreso-lead {
  margin: 0;
  max-width: 720px;
  color: #36465f;
  font-size: 1.08rem;
  line-height: 1.75;
}

.ffcv-congreso-highlights {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-top: 30px;
}

.ffcv-congreso-schedule {
  margin-top: 22px;
  padding: 22px;
  border-radius: 24px;
  background: linear-gradient(135deg, rgba(14, 60, 136, 0.05) 0%, rgba(245, 163, 26, 0.08) 100%);
  border: 1px solid rgba(14, 60, 136, 0.08);
  box-shadow: 0 16px 34px rgba(14, 60, 136, 0.06);
}

.ffcv-congreso-schedule-header {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  margin-bottom: 16px;
}

.ffcv-congreso-schedule-header strong,
.ffcv-congreso-schedule-header span,
.ffcv-schedule-card strong,
.ffcv-schedule-card span {
  display: block;
}

.ffcv-congreso-schedule-header strong {
  margin-bottom: 4px;
  color: var(--ffcv-navy-dark);
  font-size: 1rem;
}

.ffcv-congreso-schedule-header span:last-child {
  color: var(--ffcv-slate);
  line-height: 1.6;
}

.ffcv-congreso-schedule-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  border-radius: 14px;
  background: rgba(22, 97, 216, 0.1);
  color: var(--ffcv-blue);
  flex: 0 0 auto;
}

.ffcv-congreso-schedule-icon .ffcv-icon {
  width: 26px;
  height: 26px;
}

.ffcv-congreso-schedule-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.ffcv-schedule-card {
  padding: 18px 20px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.88);
  border: 1px solid rgba(22, 97, 216, 0.08);
}

.ffcv-schedule-card.morning {
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.94) 0%, rgba(255, 191, 77, 0.18) 100%);
}

.ffcv-schedule-card.afternoon {
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.94) 0%, rgba(22, 97, 216, 0.12) 100%);
}

.ffcv-schedule-label {
  margin-bottom: 6px;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--ffcv-blue);
}

.ffcv-schedule-card strong {
  font-size: 1.25rem;
  letter-spacing: -0.02em;
  color: var(--ffcv-navy-dark);
}

.ffcv-highlight-card {
  display: flex;
  gap: 14px;
  align-items: flex-start;
  padding: 18px;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid rgba(22, 97, 216, 0.08);
  box-shadow: 0 16px 34px rgba(14, 60, 136, 0.08);
}

.ffcv-highlight-card strong,
.ffcv-highlight-card span,
.ffcv-benefit-item span,
.ffcv-form-header p,
.ffcv-congreso-note,
.ffcv-congreso-qr-text {
  display: block;
}

.ffcv-highlight-card strong {
  margin-bottom: 4px;
  font-size: 0.96rem;
  color: var(--ffcv-navy-dark);
}

.ffcv-highlight-card span:last-child,
.ffcv-benefit-item span:last-child {
  color: var(--ffcv-slate);
  line-height: 1.55;
}

.ffcv-highlight-icon,
.ffcv-benefit-icon,
.ffcv-alert-icon,
.ffcv-form-chip-icon,
.ffcv-button-icon,
.ffcv-link-icon,
.ffcv-qr-badge-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
}

.ffcv-icon {
  display: inline-flex;
  width: 20px;
  height: 20px;
}

.ffcv-icon svg {
  width: 100%;
  height: 100%;
  fill: currentColor;
}

.ffcv-highlight-icon,
.ffcv-benefit-icon,
.ffcv-alert-icon,
.ffcv-form-chip-icon,
.ffcv-button-icon,
.ffcv-link-icon,
.ffcv-qr-badge-icon,
.ffcv-field-label .ffcv-icon {
  color: var(--ffcv-blue);
}

.ffcv-highlight-icon {
  width: 52px;
  height: 52px;
  border-radius: 14px;
  background: rgba(22, 97, 216, 0.1);
}

.ffcv-highlight-icon .ffcv-icon {
  width: 30px;
  height: 30px;
}

.ffcv-congreso-benefits {
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
  margin-top: 24px;
}

.ffcv-benefit-item {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 15px 18px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.68);
  border: 1px solid rgba(255, 255, 255, 0.65);
}

.ffcv-benefit-icon {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  background: rgba(245, 163, 26, 0.12);
  color: #df8a00;
}

.ffcv-benefit-icon .ffcv-icon,
.ffcv-alert-icon .ffcv-icon,
.ffcv-form-chip-icon .ffcv-icon,
.ffcv-button-icon .ffcv-icon,
.ffcv-link-icon .ffcv-icon,
.ffcv-qr-badge-icon .ffcv-icon {
  width: 24px;
  height: 24px;
}

.ffcv-congreso-qr-card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 18px;
  padding: 30px;
  overflow: hidden;
  background: linear-gradient(180deg, #0d3f8d 0%, #082854 100%);
  color: #ffffff;
}

.ffcv-congreso-qr-card::before {
  content: "";
  position: absolute;
  inset: auto auto -40px -40px;
  width: 180px;
  height: 180px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(245, 163, 26, 0.28), rgba(245, 163, 26, 0));
}

.ffcv-qr-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  align-self: flex-start;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
  font-size: 0.82rem;
  font-weight: 600;
}

.ffcv-qr-badge-icon {
  width: 16px;
  height: 16px;
  color: var(--ffcv-gold);
}

.ffcv-congreso-qr-title {
  margin: 0;
  font-size: 1.55rem;
  font-weight: 800;
  letter-spacing: -0.03em;
}

.ffcv-congreso-qr-text {
  margin: -8px 0 0;
  color: rgba(255, 255, 255, 0.78);
  line-height: 1.7;
}

.ffcv-qr-frame {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 18px;
  border-radius: 28px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.14), rgba(255, 255, 255, 0.06));
  border: 1px solid rgba(255, 255, 255, 0.16);
}

.ffcv-congreso-qr-card img {
  display: block;
  width: 100%;
  max-width: 220px;
  height: auto;
  border-radius: 22px;
  background: #ffffff;
  padding: 10px;
  box-shadow: 0 18px 35px rgba(2, 8, 23, 0.18);
}

.ffcv-congreso-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 54px;
  padding: 0 18px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.12);
  color: #ffffff;
  font-weight: 700;
  text-decoration: none;
  transition: transform 0.2s ease, background 0.2s ease;
}

.ffcv-congreso-link:hover {
  background: rgba(255, 255, 255, 0.18);
  transform: translateY(-1px);
}

.ffcv-congreso-alert {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 0 0 20px;
  padding: 18px 20px;
  border-radius: 18px;
  font-weight: 600;
  box-shadow: 0 12px 30px rgba(15, 23, 42, 0.06);
}

.ffcv-congreso-alert.success {
  background: #effcf5;
  color: #166534;
  border: 1px solid #a7f3d0;
}

.ffcv-congreso-alert.success .ffcv-alert-icon {
  color: #16a34a;
}

.ffcv-congreso-alert.error {
  background: #fff1f2;
  color: #9f1239;
  border: 1px solid #fda4af;
}

.ffcv-congreso-alert.error .ffcv-alert-icon {
  color: #e11d48;
}

.ffcv-congreso-card {
  padding: 34px;
}

.ffcv-form-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 28px;
}

.ffcv-form-header h3 {
  margin: 14px 0 10px;
  font-size: clamp(1.6rem, 3vw, 2.3rem);
  line-height: 1.06;
  letter-spacing: -0.03em;
  color: var(--ffcv-navy-dark);
}

.ffcv-form-header p {
  margin: 0;
  max-width: 620px;
  color: var(--ffcv-slate);
  line-height: 1.7;
}

.ffcv-form-chip {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
  padding: 14px 16px;
  border-radius: 18px;
  background: var(--ffcv-blue-soft);
  border: 1px solid rgba(22, 97, 216, 0.12);
  color: var(--ffcv-blue);
  font-weight: 700;
}

.ffcv-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}

.ffcv-field-card {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 18px;
  border-radius: 22px;
  background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
  border: 1px solid rgba(22, 97, 216, 0.1);
  box-shadow: 0 16px 34px rgba(14, 60, 136, 0.05);
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.ffcv-field-card:hover,
.ffcv-field-card:focus-within {
  transform: translateY(-2px);
  border-color: rgba(22, 97, 216, 0.25);
  box-shadow: 0 18px 40px rgba(14, 60, 136, 0.09);
}

.ffcv-field-label {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 0.95rem;
  font-weight: 700;
  color: var(--ffcv-navy-dark);
}

.ffcv-field-label .ffcv-icon {
  width: 22px;
  height: 22px;
}

.ffcv-grid input {
  width: 100%;
  min-height: 56px;
  padding: 0 16px;
  border: 1px solid #d3deed;
  border-radius: 16px;
  background: #ffffff;
  color: #0f172a;
  font-family: inherit;
  font-size: 1rem;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
}

.ffcv-grid input::placeholder {
  color: #90a0b7;
}

.ffcv-grid input:focus {
  border-color: var(--ffcv-blue);
  outline: none;
  background: #fbfdff;
  box-shadow: 0 0 0 5px rgba(22, 97, 216, 0.12);
}

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

.ffcv-honeypot {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.ffcv-legal-box {
  margin-top: 20px;
  padding: 18px 20px;
  border-radius: 20px;
  background: linear-gradient(180deg, #f8fbff 0%, #fefefe 100%);
  border: 1px solid rgba(22, 97, 216, 0.12);
}

.ffcv-privacy-check {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  color: var(--ffcv-slate);
  line-height: 1.65;
  cursor: pointer;
}

.ffcv-privacy-check input[type="checkbox"] {
  margin-top: 3px;
  width: 18px;
  height: 18px;
  accent-color: var(--ffcv-blue);
}

.ffcv-privacy-check a {
  color: var(--ffcv-blue);
  font-weight: 700;
  text-decoration: none;
}

.ffcv-privacy-check a:hover {
  text-decoration: underline;
}

.ffcv-congreso-actions {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 14px;
  margin-top: 28px;
}

.ffcv-congreso-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  min-height: 58px;
  padding: 0 30px;
  border: 0;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--ffcv-gold) 0%, #ffbf4d 20%, var(--ffcv-blue) 100%);
  color: #ffffff;
  font-family: inherit;
  font-size: 1rem;
  font-weight: 800;
  letter-spacing: 0.01em;
  cursor: pointer;
  box-shadow: 0 22px 40px rgba(22, 97, 216, 0.24);
  transition: transform 0.2s ease, box-shadow 0.2s ease, opacity 0.2s ease;
}

.ffcv-congreso-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 26px 46px rgba(22, 97, 216, 0.28);
}

.ffcv-congreso-button[disabled] {
  opacity: 0.76;
  cursor: wait;
}

.ffcv-congreso-note {
  margin: 0;
  max-width: 760px;
  color: var(--ffcv-slate);
  line-height: 1.7;
}

.ffcv-congreso-form.is-submitting {
  opacity: 0.96;
}

@media (max-width: 980px) {
  .ffcv-congreso-hero,
  .ffcv-congreso-highlights,
  .ffcv-congreso-schedule-grid,
  .ffcv-grid {
    grid-template-columns: 1fr;
  }

  .ffcv-form-header {
    flex-direction: column;
  }
}

@media (max-width: 767px) {
  .ffcv-congreso-copy,
  .ffcv-congreso-card,
  .ffcv-congreso-qr-card {
    border-radius: 24px;
    padding: 24px;
  }

  .ffcv-congreso-copy h2 {
    font-size: 2rem;
  }

  .ffcv-congreso-link,
  .ffcv-congreso-button {
    width: 100%;
  }
}
