.register-section {
  position: relative;
  padding: 100px 20px;
  overflow: hidden;
  background:
    radial-gradient(
      circle at 5% 12%,
      rgba(200, 16, 46, 0.1),
      transparent 27%
    ),
    radial-gradient(
      circle at 95% 90%,
      rgba(246, 184, 23, 0.12),
      transparent 25%
    ),
    linear-gradient(135deg, #fffefb 0%, #f8f4eb 100%);
  font-family: Arial, Helvetica, sans-serif;
}

.register-section::before {
  content: "";
  position: absolute;
  top: -130px;
  right: -130px;
  width: 330px;
  height: 330px;
  border: 50px solid rgba(200, 16, 46, 0.07);
  border-radius: 50%;
  pointer-events: none;
}

.register-section::after {
  content: "";
  position: absolute;
  bottom: -90px;
  left: -80px;
  width: 220px;
  height: 220px;
  border-radius: 50%;
  background: rgba(246, 184, 23, 0.1);
  pointer-events: none;
}

.register-container {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(500px, 1.15fr);
  gap: clamp(35px, 4vw, 60px);
  align-items: center;
}

.register-info {
  max-width: 480px;
}

.register-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 20px;
  color: #c8102e;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 1.7px;
  text-transform: uppercase;
}

.register-eyebrow::before {
  content: "";
  width: 42px;
  height: 3px;
  border-radius: 50px;
  background: linear-gradient(90deg, #c8102e, #f6b817);
}

.register-info h2 {
  margin: 0 0 24px;
  color: #151515;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(35px, 3vw, 60px);
  font-weight: 500;
  line-height: 1.08;
  letter-spacing: -1.6px;
}

.register-info h2 span {
  color: #c8102e;
}

.register-description {
  margin: 0 0 32px;
  color: #000000;
  font-size: 17px;
  line-height: 1.75;
}

.register-event-details {
  display: grid;
  gap: 16px;
}

.register-detail-item {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 17px 20px;
  border: 1px solid rgba(21, 21, 21, 0.08);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.76);
  box-shadow: 0 12px 30px rgba(64, 26, 31, 0.05);
}

.register-detail-icon {
  flex: 0 0 48px;
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  border-radius: 14px;
  color: #c8102e;
  background: linear-gradient(
    135deg,
    rgba(200, 16, 46, 0.12),
    rgba(246, 184, 23, 0.16)
  );
}

.register-detail-icon svg {
  width: 24px;
  height: 24px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.register-detail-item span {
  display: block;
  margin-bottom: 2px;
  color: #030303;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.register-detail-item strong {
  display: block;
  color: #1c1c1c;
  font-size: 16px;
  font-weight: 700;
}

.register-note {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-top: 25px;
  padding: 16px 18px;
  border-left: 4px solid #f6b817;
  border-radius: 0 12px 12px 0;
  background: rgba(246, 184, 23, 0.09);
}

.register-note-icon {
  flex: 0 0 24px;
  width: 24px;
  height: 24px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #ffffff;
  background: #c8102e;
  font-size: 13px;
  font-weight: 700;
}

.register-note p {
  margin: 0;
  color: #000000;
  font-size: 14px;
  line-height: 1.6;
}

.register-form-card {
  position: relative;
  padding: 42px;
  border: 1px solid rgba(21, 21, 21, 0.09);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 28px 70px rgba(71, 25, 33, 0.13);
  backdrop-filter: blur(10px);
}

.register-form-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 42px;
  right: 42px;
  height: 5px;
  border-radius: 0 0 10px 10px;
  background: linear-gradient(90deg, #c8102e, #f6b817);
}

.form-heading {
  margin-bottom: 30px;
}

.form-heading > span {
  display: block;
  margin-bottom: 8px;
  color: #c8102e;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 1.4px;
  text-transform: uppercase;
}

.form-heading h3 {
  margin: 0 0 8px;
  color: #171717;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 34px;
  font-weight: 600;
  line-height: 1.2;
}

.form-heading p {
  margin: 0;
  color: #000000;
  font-size: 15px;
}

.register-form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 21px 18px;
}

.form-group {
  min-width: 0;
}

.form-group label {
  display: block;
  margin-bottom: 8px;
  color: #292929;
  font-size: 14px;
  font-weight: 700;
}

.form-group label em {
  margin-left: 2px;
  color: #c8102e;
  font-style: normal;
}

.form-group input {
  width: 100%;
  height: 52px;
  padding: 0 15px;
  border: 1px solid #dedbd5;
  border-radius: 10px;
  outline: none;
  color: #222222;
  background: #fffdfa;
  font-size: 15px;
  transition:
    border-color 0.25s ease,
    box-shadow 0.25s ease,
    background 0.25s ease;
}

.form-group input::placeholder {
  color: #a1a1a1;
}

.form-group input:hover {
  border-color: rgba(200, 16, 46, 0.4);
}

.form-group input:focus {
  border-color: #c8102e;
  background: #ffffff;
  box-shadow: 0 0 0 4px rgba(200, 16, 46, 0.09);
}

.register-submit-button {
  width: 100%;
  min-height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 11px;
  margin-top: 28px;
  padding: 14px 24px;
  border: 0;
  border-radius: 11px;
  cursor: pointer;
  color: #ffffff;
  background: linear-gradient(135deg, #c8102e, #9b001b);
  box-shadow: 0 14px 30px rgba(200, 16, 46, 0.22);
  font-size: 16px;
  font-weight: 700;
  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease;
}

.register-submit-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 18px 36px rgba(200, 16, 46, 0.3);
}

.register-submit-button:active {
  transform: translateY(0);
}

.register-submit-button svg {
  width: 21px;
  height: 21px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  transition: transform 0.25s ease;
}

.register-submit-button:hover svg {
  transform: translateX(4px);
}

.form-privacy-note {
  margin: 16px 0 0;
  color: #030303;
  font-size: 12px;
  line-height: 1.55;
  text-align: center;
}

@media (max-width: 1024px) {
  .register-section {
    padding: 80px 20px;
  }

  .register-container {
    grid-template-columns: 1fr;
    gap: 55px;
  }

  .register-info {
    max-width: 760px;
  }

  .register-event-details {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .register-detail-item {
    align-items: flex-start;
    padding: 16px;
  }
}

@media (max-width: 767px) {
  .register-section {
    padding: 65px 16px;
  }

  .register-info h2 {
    font-size: 44px;
    letter-spacing: -1px;
  }

  .register-event-details {
    grid-template-columns: 1fr;
  }

  .register-form-card {
    padding: 34px 24px;
    border-radius: 19px;
  }

  .register-form-card::before {
    left: 24px;
    right: 24px;
  }

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

@media (max-width: 480px) {
  .register-section {
    padding: 55px 14px;
  }

  .register-eyebrow {
    gap: 8px;
    font-size: 12px;
    letter-spacing: 1.2px;
  }

  .register-eyebrow::before {
    width: 30px;
  }

  .register-info h2 {
    font-size: 37px;
  }

  .register-description {
    font-size: 16px;
  }

  .register-form-card {
    padding: 30px 18px;
  }

  .register-form-card::before {
    left: 18px;
    right: 18px;
  }

  .form-heading h3 {
    font-size: 29px;
  }

  .form-group input {
    height: 50px;
  }
}