
    :root {
      --blue-900: #072a8d;
      --blue-800: #0b3fad;
      --blue-700: #0047ba;
      --blue-600: #0f61e8;
      --blue-500: #1f73ff;
      --orange-500: #ff8000;
      --orange-400: #ff9728;
      --green-500: #22b14c;
      --yellow-400: #ffe100;
      --yellow-300: #fff18a;
      --white: #ffffff;
      --white-soft: rgba(255, 255, 255, 0.9);
      --text-soft: rgba(255, 255, 255, 0.8);
      --line: rgba(255, 255, 255, 0.16);
      --glass: rgba(255, 255, 255, 0.08);
      --glass-strong: rgba(255, 255, 255, 0.12);
      --shadow-lg: 0 24px 60px rgba(3, 16, 77, 0.28);
      --shadow-md: 0 16px 36px rgba(3, 16, 77, 0.2);
      --radius-xl: 34px;
      --radius-lg: 24px;
      --radius-md: 18px;
      --container: 1180px;
      --danger: #ffd2d2;
      --success: #d7ffd8;
    }

    * { box-sizing: border-box; }
    html { scroll-behavior: smooth; }
    body {
      margin: 0;
      min-height: 100vh;
      overflow-x: hidden;
      color: var(--white);
      font-family: "Open Sans", sans-serif;
      background: linear-gradient(135deg, var(--blue-900), var(--blue-700));
    }

    a { color: inherit; text-decoration: none; }
    img { display: block; max-width: 100%; }

    .page-bg {
      position: fixed;
      inset: 0;
      overflow: hidden;
      pointer-events: none;
      z-index: 0;
    }

    .inscricao-page {
    min-height: calc(100vh - 82px);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 34px 0 40px;
    }

    .form-shell--centered {
    width: min(100%, 860px);
    margin: 0 auto;
    }

    .bg-gradient {
      position: absolute;
      inset: 0;
      background:
        radial-gradient(circle at 12% 10%, rgba(255, 225, 0, 0.12), transparent 14%),
        radial-gradient(circle at 86% 16%, rgba(255, 128, 0, 0.12), transparent 16%),
        linear-gradient(140deg, var(--blue-900) 0%, var(--blue-700) 48%, var(--blue-500) 100%);
    }

    .wave {
      position: absolute;
      left: -10%;
      width: 130%;
      border-radius: 45% 55% 0 0 / 100% 100% 0 0;
      opacity: 0.85;
      filter: saturate(1.1);
    }

    .wave-1 {
      height: 260px;
      bottom: -40px;
      background: linear-gradient(90deg, rgba(9, 24, 160, 0.88), rgba(17, 92, 255, 0.78), rgba(7, 49, 198, 0.88));
      transform: rotate(-5deg);
      animation: waveMoveOne 18s linear infinite;
    }

    .wave-2 {
      height: 220px;
      bottom: 110px;
      background: linear-gradient(90deg, rgba(6, 23, 110, 0.36), rgba(14, 56, 212, 0.28), rgba(23, 115, 255, 0.22));
      transform: rotate(-8deg);
      animation: waveMoveTwo 24s linear infinite;
    }

    .wave-3 {
      height: 220px;
      top: 130px;
      background: linear-gradient(90deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.02), rgba(255, 255, 255, 0.06));
      transform: rotate(-8deg);
      animation: waveMoveThree 28s linear infinite;
    }

    .spark {
      position: absolute;
      width: 18px;
      height: 18px;
      background: radial-gradient(circle, var(--yellow-300) 0%, var(--yellow-400) 46%, transparent 72%);
      clip-path: polygon(50% 0%, 60% 38%, 100% 50%, 60% 62%, 50% 100%, 40% 62%, 0% 50%, 40% 38%);
      animation: sparkle 4s ease-in-out infinite;
      opacity: 0.9;
    }

    .spark-1 { top: 18%; left: 8%; animation-delay: 0s; }
    .spark-2 { top: 24%; left: 82%; animation-delay: 1s; }
    .spark-3 { top: 57%; left: 13%; animation-delay: 2s; }
    .spark-4 { top: 63%; left: 76%; animation-delay: 1.6s; }
    .spark-5 { top: 82%; left: 56%; animation-delay: 2.6s; }

    .glow {
      position: absolute;
      border-radius: 50%;
      filter: blur(20px);
      opacity: 0.68;
      animation: floatGlow 9s ease-in-out infinite;
    }

    .glow-1 {
      width: 280px;
      height: 280px;
      left: -70px;
      top: 220px;
      background: radial-gradient(circle, rgba(255, 225, 0, 0.18), transparent 68%);
    }

    .glow-2 {
      width: 340px;
      height: 340px;
      right: -90px;
      top: 120px;
      background: radial-gradient(circle, rgba(255, 128, 0, 0.16), transparent 68%);
      animation-delay: -3s;
    }

    .site-shell {
      position: relative;
      z-index: 1;
    }

    .container {
      width: min(calc(100% - 28px), var(--container));
      margin: 0 auto;
    }

    .main-header {
      position: sticky;
      top: 0;
      z-index: 20;
      backdrop-filter: blur(14px);
      background: linear-gradient(90deg, rgba(7, 38, 130, 0.72), rgba(0, 71, 186, 0.52));
      border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    }

    .nav {
      min-height: 82px;
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 16px;
    }

    .brand {
      display: flex;
      align-items: center;
      gap: 14px;
      min-width: 0;
    }

    .brand-logo {
      width: 58px;
      height: 58px;
      object-fit: contain;
      flex: 0 0 58px;
      filter: drop-shadow(0 6px 14px rgba(0,0,0,.18));
    }

    .brand-text { min-width: 0; }

    .brand-kicker {
      display: block;
      margin-bottom: 4px;
      color: rgba(255,255,255,.75);
      font-size: .72rem;
      text-transform: uppercase;
      letter-spacing: .16em;
      font-weight: 700;
    }

    .brand-text strong {
      display: block;
      font-family: "Montserrat", sans-serif;
      font-weight: 800;
      font-size: clamp(.98rem, 2vw, 1.2rem);
      line-height: 1.08;
    }

    .header-actions {
      display: flex;
      align-items: center;
      gap: 10px;
      flex-wrap: wrap;
      justify-content: flex-end;
    }

    .btn {
      appearance: none;
      border: none;
      cursor: pointer;
      font: inherit;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      gap: 10px;
      min-height: 52px;
      padding: 0 22px;
      border-radius: 999px;
      transition: transform .25s ease, box-shadow .25s ease, background .25s ease;
      font-weight: 800;
    }

    .btn:hover { transform: translateY(-2px); }

    .btn-primary {
      color: var(--white);
      background: linear-gradient(135deg, var(--orange-500), var(--orange-400));
      box-shadow: 0 16px 36px rgba(255, 128, 0, .34);
      text-transform: uppercase;
      letter-spacing: .02em;
    }

    .btn-secondary {
      color: var(--white);
      background: rgba(255,255,255,.1);
      border: 1px solid rgba(255,255,255,.14);
      backdrop-filter: blur(10px);
    }

    .btn-ghost {
      color: var(--white);
      background: transparent;
      border-bottom: 2px solid var(--green-500);
      border-radius: 0;
      min-height: auto;
      padding: 0 0 6px;
      font-weight: 700;
    }

    .btn-ciclismo {
      color: var(--white);
      background: transparent;
      border-bottom: 2px solid coral;
      border-radius: 0;
      min-height: auto;
      padding: 0 0 6px;
      font-weight: 700;
    }

    .form-shell,
    .support-card {
      position: relative;
      overflow: hidden;
      border-radius: var(--radius-xl);
      background: linear-gradient(145deg, rgba(255,255,255,.12), rgba(255,255,255,.05));
      border: 1px solid var(--line);
      backdrop-filter: blur(16px);
      box-shadow: var(--shadow-lg);
    }

    .visual-shape {
      width: min(100%, 360px);
      aspect-ratio: 1 / 1;
      display: flex;
      align-items: center;
      justify-content: center;
      padding: 22px;
      border-radius: 38% 62% 52% 48% / 42% 36% 64% 58%;
      background: linear-gradient(145deg, rgba(255,255,255,.12), rgba(255,255,255,.06));
      border: 2px solid rgba(255,255,255,.18);
      backdrop-filter: blur(12px);
      box-shadow: inset 0 1px 0 rgba(255,255,255,.12);
      animation: morph 10s ease-in-out infinite;
      overflow: hidden;
    }

    .visual-logo {
      width: min(100%, 300px);
      object-fit: contain;
      filter: drop-shadow(0 20px 40px rgba(8, 21, 74, 0.22));
      animation: floatLogo 5s ease-in-out infinite;
    }

    .form-shell {
      padding: clamp(22px, 3vw, 34px);
    }

    .form-top {
      display: flex;
      flex-wrap: wrap;
      align-items: flex-start;
      justify-content: space-between;
      gap: 14px;
      margin-bottom: 22px;
    }

    .form-badge {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      padding: 10px 14px;
      border-radius: 999px;
      background: rgba(255,255,255,.12);
      border: 1px solid rgba(255,255,255,.14);
      color: var(--yellow-300);
      font-size: .8rem;
      text-transform: uppercase;
      letter-spacing: .08em;
      font-weight: 800;
    }

    .form-title {
      margin: 14px 0 8px;
      font-family: "Montserrat", sans-serif;
      font-size: clamp(2rem, 4vw, 3rem);
      line-height: .95;
      font-weight: 900;
      letter-spacing: -.04em;
      max-width: 11ch;
    }

    .form-subtitle {
      margin: 0;
      color: var(--white-soft);
      line-height: 1.65;
      max-width: 54ch;
      font-size: .98rem;
    }

    .form-card {
      margin-top: 22px;
      padding: 20px;
      border-radius: 26px;
      background: rgba(0,0,0,.1);
      border: 1px solid rgba(255,255,255,.1);
    }

    form {
      display: grid;
      gap: 18px;
    }

    .field-block {
      display: grid;
      gap: 10px;
    }

    .field-label {
      font-size: .92rem;
      font-weight: 700;
      color: var(--white);
    }

    .field-help {
      font-size: .84rem;
      line-height: 1.55;
      color: rgba(255,255,255,.72);
      margin-top: -2px;
    }

    .grid-2,
    .grid-3 {
      display: grid;
      gap: 14px;
    }

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


    option { color: #0b2f96; }

    input[type="date"]::-webkit-calendar-picker-indicator {
      filter: invert(1);
      opacity: .9;
      cursor: pointer;
    }

.dynamic-fields {
  display: grid;
  gap: 18px;
  margin-top: 18px;
}

.dynamic-fields h2 {
  margin: 0 0 6px;
  font-family: "Montserrat", sans-serif;
  font-size: 1.2rem;
  font-weight: 800;
  color: var(--white);
}

.dynamic-fields p {
  margin: 0;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.76);
  font-size: 0.92rem;
}

.dynamic-fields > input,
.dynamic-fields > select,
.dynamic-fields > .checkbox,
.dynamic-fields > #listaIntegrantes,
.dynamic-fields > #btnAdicionarIntegrante {
  width: 100%;
}

.dynamic-fields input,
 select {
  width: 100%;
  min-height: 56px;
  padding: 0 16px;
  border-radius: 18px;
  border: 1px solid rgba(255,255,255,.14);
  background: rgba(255,255,255,.10);
  color: var(--white);
  font: inherit;
  outline: none;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.05);
  transition: border-color .2s ease, background .2s ease, transform .2s ease;
}

.dynamic-fields input::placeholder {
  color: rgba(255,255,255,.58);
}

.dynamic-fields select {
  appearance: none;
  background-image:
    linear-gradient(45deg, transparent 50%, rgba(255,255,255,.9) 50%),
    linear-gradient(135deg, rgba(255,255,255,.9) 50%, transparent 50%);
  background-position:
    calc(100% - 22px) calc(50% - 4px),
    calc(100% - 16px) calc(50% - 4px);
  background-size: 6px 6px, 6px 6px;
  background-repeat: no-repeat;
  padding-right: 42px;
}

.dynamic-fields input:focus,
.dynamic-fields select:focus {
  border-color: rgba(255,225,0,.75);
  background: rgba(255,255,255,.14);
  transform: translateY(-1px);
}

    .section-box {
      padding: 20px;
      border-radius: 24px;
      background: linear-gradient(145deg, rgba(255,255,255,.1), rgba(255,255,255,.04));
      border: 1px solid rgba(255,255,255,.1);
    }

    .section-title {
      margin: 0 0 6px;
      font-family: "Montserrat", sans-serif;
      font-size: 1.18rem;
      font-weight: 800;
    }

    .section-text {
      margin: 0 0 16px;
      line-height: 1.6;
      color: rgba(255,255,255,.76);
      font-size: .92rem;
    }

    .integrantes-head {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 12px;
      flex-wrap: wrap;
      margin-bottom: 14px;
    }

    .counter-badge {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      min-height: 38px;
      padding: 0 14px;
      border-radius: 999px;
      background: rgba(255,255,255,.12);
      border: 1px solid rgba(255,255,255,.14);
      color: var(--yellow-300);
      font-size: .88rem;
      font-weight: 800;
    }

    .integrantes-list {
      display: grid;
      gap: 14px;
      margin-bottom: 14px;
    }

    .integrante-card {
      padding: 16px;
      border-radius: 22px;
      background: rgba(0,0,0,.12);
      border: 1px solid rgba(255,255,255,.1);
      display: grid;
      gap: 14px;
    }

    .integrante-card-top {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 12px;
      flex-wrap: wrap;
    }

    .integrante-title {
      font-family: "Montserrat", sans-serif;
      font-size: 1rem;
      font-weight: 800;
    }

    .btn-small {
      min-height: 42px;
      padding: 0 16px;
      border-radius: 999px;
      font-size: .9rem;
      font-weight: 800;
    }

    .btn-add {
      color: var(--white);
      background: rgba(34,177,76,.18);
      border: 1px solid rgba(34,177,76,.34);
    }

    .btn-remove {
      color: var(--white);
      background: rgba(255,128,0,.18);
      border: 1px solid rgba(255,128,0,.34);
    }

    .submit-row {
      display: flex;
      flex-wrap: wrap;
      gap: 12px;
      align-items: center;
      justify-content: space-between;
      padding-top: 4px;
    }

    .submit-row .btn-primary {
      min-width: 240px;
    }

    .message-box {
      min-height: 24px;
      line-height: 1.55;
      font-size: .95rem;
      color: var(--white-soft);
    }

    .message-box.error { color: var(--danger); }
    .message-box.success { color: var(--success); }

    .support {
      padding: 0 0 28px;
    }

    .support-grid {
      display: grid;
      grid-template-columns: repeat(3, minmax(0, 1fr));
      gap: 16px;
    }

    .support-card {
      padding: 22px 20px;
      min-height: 170px;
    }

    .support-icon {
      width: 48px;
      height: 48px;
      border-radius: 16px;
      display: grid;
      place-items: center;
      margin-bottom: 16px;
      background: rgba(255,255,255,.14);
      border: 1px solid rgba(255,255,255,.16);
      font-family: "Montserrat", sans-serif;
      font-weight: 900;
    }

    .support-card h2 {
      margin: 0 0 10px;
      font-family: "Montserrat", sans-serif;
      font-size: 1.12rem;
      line-height: 1.1;
      font-weight: 800;
    }

    .support-card p {
      margin: 0;
      line-height: 1.58;
      color: rgba(255,255,255,.84);
      font-size: .95rem;
    }

    @keyframes waveMoveOne {
      from { transform: translateX(0) rotate(-5deg); }
      to { transform: translateX(-18%) rotate(-5deg); }
    }

    @keyframes waveMoveTwo {
      from { transform: translateX(-4%) rotate(-8deg); }
      to { transform: translateX(-22%) rotate(-8deg); }
    }

    @keyframes waveMoveThree {
      from { transform: translateX(0) rotate(-8deg); }
      to { transform: translateX(-12%) rotate(-8deg); }
    }

    @keyframes sparkle {
      0%, 100% { transform: scale(.85); opacity: .75; }
      50% { transform: scale(1.08); opacity: 1; }
    }

    @keyframes floatGlow {
      0%, 100% { transform: translateY(0); }
      50% { transform: translateY(-14px); }
    }

    @keyframes morph {
      0%, 100% { border-radius: 38% 62% 52% 48% / 42% 36% 64% 58%; }
      50% { border-radius: 52% 48% 34% 66% / 56% 30% 70% 44%; }
    }

    @keyframes floatLogo {
      0%, 100% { transform: translateY(0); }
      50% { transform: translateY(-10px); }
    }


    @media (max-width: 860px) {
      .nav { justify-content: center; text-align: center; flex-direction: column; min-height: auto; padding: 14px 0; }
      .brand { justify-content: center; }
      .header-actions { justify-content: center; }
      .grid-2,
      .grid-3 { grid-template-columns: 1fr; }
    }

    @media (max-width: 680px) {
      .hero { padding-top: 18px; }
      .form-shell,
      .support-card,
      .header-actions,
      .submit-row,
      .integrantes-head { width: 100%; }
      .header-actions .btn,
      .submit-row .btn,
      .integrantes-head .btn-small { width: 100%; }
      .form-subtitle { max-width: 100%; }
      .visual-shape { width: min(100%, 280px); margin: 0 auto; }
      .submit-row { flex-direction: column; align-items: stretch; }
      .submit-row .btn-primary { min-width: 0; width: 100%; }
    }

    @media (prefers-reduced-motion: reduce) {
      *, *::before, *::after {
        animation: none !important;
        transition: none !important;
        scroll-behavior: auto !important;
      }
    }

    #btnAdicionarIntegrante {
  width: 100%;
  min-height: 52px;
  padding: 0 20px;
  border: none;
  border-radius: 18px;
  background: rgba(34, 177, 76, 0.16);
  border: 1px solid rgba(34, 177, 76, 0.35);
  color: var(--white);
  font-family: "Montserrat", sans-serif;
  font-weight: 800;
  font-size: 0.98rem;
  cursor: pointer;
  transition: transform .2s ease, background .2s ease, box-shadow .2s ease;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.12);
}

#btnAdicionarIntegrante:hover {
  transform: translateY(-2px);
  background: rgba(34, 177, 76, 0.24);
}

#listaIntegrantes {
  display: grid;
  gap: 14px;
}

.integrante {
  display: grid;
  gap: 14px;
  padding: 16px;
  border-radius: 22px;
  background: rgba(0,0,0,.12);
  border: 1px solid rgba(255,255,255,.1);
}

.integrante .btn-remover {
  min-height: 46px;
  border: none;
  border-radius: 16px;
  background: rgba(255, 128, 0, 0.16);
  border: 1px solid rgba(255, 128, 0, 0.35);
  color: var(--white);
  font-family: "Montserrat", sans-serif;
  font-weight: 800;
  cursor: pointer;
  transition: transform .2s ease, background .2s ease;
}

.integrante .btn-remover:hover {
  transform: translateY(-1px);
  background: rgba(255, 128, 0, 0.24);
}
.checkbox {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 14px 16px;
  border-radius: 18px;
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.1);
  color: rgba(255,255,255,.88);
  line-height: 1.55;
  font-size: 0.94rem;
  cursor: pointer;
}

.checkbox input[type="checkbox"] {
  width: 18px;
  height: 18px;
  min-height: auto;
  margin-top: 2px;
  accent-color: var(--yellow-400);
  flex: 0 0 18px;
}

#contadorIntegrantes {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  width: fit-content;
  padding: 0 14px;
  border-radius: 999px;
  background: rgba(255,255,255,.12);
  border: 1px solid rgba(255,255,255,.14);
  color: var(--yellow-300);
  font-size: 0.9rem;
  font-weight: 800;
}

.dynamic-fields p[style*="font-size:14px"] {
  color: rgba(255,255,255,.72) !important;
}

.info-evento-box {
  margin-top: 14px;
  padding: 16px 18px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.12);
}

.info-evento-box h3 {
  margin: 0 0 12px;
  font-family: "Montserrat", sans-serif;
  font-size: 1rem;
  font-weight: 800;
  color: #fff;
}

.info-evento-box ul {
  margin: 0;
  padding-left: 18px;
}

.info-evento-box li {
  margin-bottom: 8px;
  color: rgba(255, 255, 255, 0.88);
  line-height: 1.55;
  font-size: 0.94rem;
}

@media (max-width: 680px) {
  .inscricao-page {
    min-height: auto;
    align-items: flex-start;
    padding-top: 18px;
  }

  .form-shell--centered {
    width: 100%;
  }

  .submit-row {
    flex-direction: column;
    align-items: stretch;
  }

  .submit-row .btn-primary {
    width: 100%;
  }
}

.site-footer {
  margin-top: 28px;
  padding: 18px 0 24px;
}

.footer-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  flex-wrap: wrap;
  padding: 18px 22px;
  border-radius: 24px;
  background: linear-gradient(145deg, rgba(255,255,255,.10), rgba(255,255,255,.04));
  border: 1px solid rgba(255,255,255,.12);
  backdrop-filter: blur(12px);
  box-shadow: 0 14px 30px rgba(3, 16, 77, 0.14);
  overflow: hidden; 
}

.footer-copy {
  margin: 0;
  color: rgba(255,255,255,.88);
  line-height: 1.55;
  font-size: 0.95rem;
}

.footer-copy span {
  color: rgba(255,255,255,.68);
  font-size: 0.9rem;
}

.footer-dev {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}

.footer-dev p {
  margin: 0;
  color: rgba(255,255,255,.82);
  font-size: 0.95rem;
  line-height: 1.5;
}

.footer-dev strong {
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-weight: 800;
}

.footer-dev-logo {
  width: 34px;
  height: 34px;
  object-fit: contain;
  border-radius: 10px;
  background: rgba(255,255,255,.08);
  padding: 4px;
  border: 1px solid rgba(255,255,255,.12);
  flex: 0 0 34px;
}

@media (max-width: 680px) {
  .footer-inner {
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 10px;
    padding: 16px;
  }

  .footer-copy {
    font-size: 0.85rem;
    font-weight: 600;
    white-space: normal;
    line-height: 1.4;
  }

  .footer-copy span {
    display: none;
  }

  .footer-dev {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    flex-wrap: wrap;
    max-width: 100%;
  }

  .footer-dev p {
    font-size: 0.82rem;
    white-space: normal;
    line-height: 1.4;
    word-break: break-word;
    overflow-wrap: anywhere;
    text-align: center;
  }

  .footer-dev-logo {
    width: 22px;
    height: 22px;
    flex: 0 0 22px;
  }
}

@media (max-width: 430px) {
  .footer-dev {
    flex-direction: column;
    gap: 6px;
  }

  .footer-dev p {
    font-size: 0.8rem;
  }
}

.aviso-importante {
  margin-top: 16px;
  padding: 14px 16px;
  border-radius: 14px;
  background: rgba(255, 128, 0, 0.12);
  border: 1px solid rgba(255, 128, 0, 0.35);
  color: #fff;
  font-size: 0.9rem;
  line-height: 1.5;
}

.aviso-importante strong {
  color: #ff8000;
}

.campo-data {
  appearance: none;
  -webkit-appearance: none;
}

.taxa-inscricao-destaque {
  margin-top: 14px;
  padding: 14px 16px;
  border-radius: 16px;
  background: linear-gradient(145deg, rgba(255, 225, 0, 0.18), rgba(255, 225, 0, 0.08));
  border: 1px solid rgba(255, 225, 0, 0.32);
  color: #fff6bf;
  font-family: "Montserrat", sans-serif;
  font-size: 0.92rem;
  font-weight: 800;
  line-height: 1.5;
  box-shadow: 0 10px 24px rgba(255, 225, 0, 0.08);
}

.modalidade-externa {
  margin-bottom: 24px;
  padding: 20px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(10px);
}

.modalidade-externa h3 {
  font-family: "Montserrat", sans-serif;
  margin-bottom: 8px;
}

.modalidade-externa p {
  font-size: 0.9rem;
  margin-bottom: 14px;
  opacity: 0.8;
}