/* public/inscricao.css */
* { margin: 0; padding: 0; box-sizing: border-box; }

body.insc-page {
  font-family: 'Segoe UI', system-ui, sans-serif;
  background:
    radial-gradient(circle at 1px 1px, rgba(240, 165, 0, 0.18) 1px, transparent 0) 0 0 / 34px 34px,
    linear-gradient(135deg, #0a0a1a 0%, #0d1b3e 100%);
  color: #fff;
  min-height: 100vh;
}

.insc-card {
  background: #12142b;
  border-radius: 12px;
  padding: 40px;
  width: 100%;
  max-width: 480px;
  margin: 0 auto 60px;
  box-shadow: 0 4px 40px rgba(0, 0, 0, 0.4);
  box-sizing: border-box;
}

.insc-brand {
  font-size: 15px;
  color: #3b8eed;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 8px;
}

.insc-title {
  font-size: 24px;
  margin-bottom: 8px;
}

.insc-subtitle {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.7);
  margin-bottom: 28px;
}

.insc-field {
  margin-bottom: 18px;
}

.insc-field label {
  display: block;
  font-size: 13px;
  margin-bottom: 6px;
  color: rgba(255, 255, 255, 0.85);
}

.insc-field input,
.insc-field select {
  width: 100%;
  padding: 10px 12px;
  border-radius: 6px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.05);
  color: #fff;
  font-size: 14px;
}

.insc-field select option {
  background: #12142b;
  color: #fff;
}

.insc-field input:focus,
.insc-field select:focus {
  outline: none;
  border-color: #3b8eed;
}

.insc-field-error {
  color: #ff8080;
  font-size: 12px;
  margin-top: 4px;
}

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

.insc-submit-btn {
  width: 100%;
  padding: 12px;
  border: none;
  border-radius: 6px;
  background: #3b8eed;
  color: #0a0a1a;
  font-size: 15px;
  font-weight: bold;
  cursor: pointer;
  margin-top: 8px;
}

.insc-submit-btn:hover {
  background: #ffb700;
}

.insc-error-banner {
  background: #fdecea;
  color: #c0392b;
  padding: 10px 12px;
  border-radius: 6px;
  font-size: 13px;
  margin-bottom: 18px;
}

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

.insc-success-icon {
  font-size: 40px;
  color: #7fff9f;
  margin-bottom: 16px;
}

.insc-success p {
  font-size: 15px;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.9);
}

.insc-hero {
  text-align: center;
  padding: 64px 24px 48px;
  max-width: 720px;
  margin: 0 auto;
}

.insc-hero-logo {
  height: 96px;
  width: auto;
  margin-bottom: 6px;
}

.insc-hero-title {
  font-size: 54px;
  margin: 4px 0 10px;
  line-height: 1.15;
}

.insc-hero-eyebrow {
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #3b8eed;
  margin: 0 0 8px;
}

.insc-hero-subtitle {
  font-size: 22px;
  font-weight: 600;
  color: #fff;
  margin: 0 0 20px;
  line-height: 1.3;
}

.insc-hero-desc {
  font-size: 17px;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.85);
  margin: 0 0 24px;
}

.insc-hero-checklist {
  list-style: none;
  padding: 0;
  margin: 0 auto 32px;
  text-align: left;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px 32px;
  max-width: 560px;
}

.insc-hero-checklist li {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.9);
  padding: 6px 0;
}

@media (max-width: 600px) {
  .insc-hero-checklist {
    grid-template-columns: 1fr;
  }
}

.insc-hero-cta-wrap {
  position: relative;
  display: inline-block;
}

.insc-badge {
  position: absolute;
  top: -16px;
  right: -34px;
  width: 58px;
  height: 58px;
  border-radius: 50%;
  background: #0d1b3e;
  border: 2px solid #3b8eed;
  color: #3b8eed;
  font-size: 11px;
  font-weight: bold;
  letter-spacing: 0.5px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  line-height: 1.2;
  transform: rotate(-12deg);
}

.insc-hero-tags {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px 20px;
  font-size: 16px;
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 24px;
}

.insc-hero-deadline {
  font-size: 16px;
  color: #3b8eed;
  font-weight: bold;
  margin-bottom: 28px;
}

.insc-hero-cta {
  display: inline-block;
  padding: 14px 32px;
  border-radius: 6px;
  background: #3b8eed;
  color: #0a0a1a;
  font-weight: bold;
  text-decoration: none;
  font-size: 15px;
}

.insc-hero-cta:hover {
  background: #ffb700;
}

.insc-section {
  max-width: 640px;
  margin: 0 auto 32px;
  padding: 32px 28px;
  background: #12142b;
  border-radius: 12px;
  box-sizing: border-box;
}

.insc-section h2 {
  font-size: 21px;
  color: #3b8eed;
  margin-bottom: 16px;
}

.insc-section p {
  font-size: 17px;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.9);
  text-align: justify;
  margin: 0 0 16px;
}

.insc-section p:last-child {
  margin-bottom: 0;
}

.insc-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.insc-list li {
  font-size: 17px;
  padding: 8px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.9);
}

.insc-list li:last-child {
  border-bottom: none;
}

.insc-agenda li {
  padding: 12px 0;
}

.insc-agenda-time {
  display: block;
  color: #3b8eed;
  font-weight: 600;
  font-size: 14px;
  margin-bottom: 4px;
}

.insc-agenda-title {
  display: block;
}

.insc-event-info {
  font-size: 15px;
  line-height: 1.8;
  color: rgba(255, 255, 255, 0.9);
}

.insc-event-info strong {
  color: #3b8eed;
}

.insc-map-link {
  color: #3b8eed;
  font-size: 15px;
}

.insc-date-block {
  display: flex;
  align-items: center;
  gap: 24px;
  flex-wrap: wrap;
}

.insc-date-number {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: #3b8eed;
  border: 1px solid #3b8eed;
  border-radius: 10px;
  padding: 12px 22px;
  min-width: 90px;
  box-sizing: border-box;
}

.insc-date-day {
  font-size: 42px;
  font-weight: bold;
  color: #fff;
  line-height: 1;
}

.insc-date-month {
  font-size: 13px;
  letter-spacing: 1px;
  color: #fff;
  margin-top: 4px;
}

.insc-date-details {
  flex: 1;
  min-width: 200px;
}

.insc-date-details p {
  margin: 0 0 8px;
  font-size: 17px;
  color: rgba(255, 255, 255, 0.9);
  display: flex;
  align-items: flex-start;
  gap: 8px;
}

.insc-icon {
  flex-shrink: 0;
}
