.card-soft,
.search-card,
.register-card,
.states-panel,
.sector-card,
.org-row,
.agenda-panel,
.internacional-card,
.publication-card,
.efemeride-card {
  border-radius: var(--radio);
}

.search-card,
.card-soft,
.register-card,
.states-panel {
  background: var(--cafe-suave);
  box-shadow: var(--sombra);
}

.search-card {
  padding: 30px 30px 28px;
  border: 1px solid rgba(120, 98, 82, 0.10);
  border-radius: 28px;
  box-shadow: var(--sombra-sm);
}

.sector-card,
.org-row,
.agenda-panel,
.internacional-card,
.publication-card,
.efemeride-card {
  border: 1px solid rgba(120, 98, 82, 0.12);
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.sector-card,
.org-row,
.internacional-card,
.publication-card,
.efemeride-card {
  box-shadow: var(--sombra);
}

.agenda-panel {
  box-shadow: var(--sombra);
}

.sector-card:hover,
.org-row:hover,
.agenda-panel:hover,
.internacional-card:hover,
.publication-card:hover,
.efemeride-card:hover {
  transform: translateY(-3px);
  box-shadow: var(--sombra-md);
  border-color: rgba(120, 98, 82, 0.18);
}

.sector-card {
  display: flex;
  flex-direction: column;
  padding: 22px;
  border-radius: var(--radio-sm);
}

.sector-card h3 {
  font-size: 21px;
  line-height: 1.16;
}

.icon-box {
  width: 100%;
  aspect-ratio: 16 / 10;
  margin-bottom: 18px;
  overflow: hidden;
  border-radius: calc(var(--radio-sm) - 2px);
  border: 1px solid rgba(120, 98, 82, 0.18);
  background: rgba(255, 255, 255, 0.55);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.45);
}

.sector-thumb-link {
  display: block;
  width: 100%;
  height: 100%;
}

.sector-thumb {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.sector-thumb-placeholder {
  width: 100%;
  height: 100%;
  border: 0;
  border-radius: 0;
}

.showcase-main {
  padding: 34px;
  box-shadow: var(--sombra);
}

.showcase-main h2 {
  font-size: clamp(32px, 3.8vw, 50px);
  line-height: 1.04;
}

.org-row {
  display: grid;
  grid-template-columns: 112px 1fr;
  gap: 18px;
  align-items: center;
  padding: 18px;
  border-radius: var(--radio-sm);
}

.row-logo {
  width: 100%;
  max-width: 112px;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  border-radius: calc(var(--radio-sm) - 2px);
  border: 1px solid rgba(120, 98, 82, 0.18);
  background: rgba(255, 255, 255, 0.55);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.45);
}

.org-thumb-link {
  display: block;
  width: 100%;
  height: 100%;
}

.org-thumb {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.org-thumb-placeholder {
  width: 100%;
  height: 100%;
  border: 0;
  border-radius: 0;
}

.org-meta-line {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 12px;
  margin-bottom: 8px;
}

.meta-secondary {
  color: var(--cafe-texto-suave);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.row-copy h3 {
  font-size: 22px;
  margin-bottom: 8px;
  line-height: 1.14;
}

.agenda-panel {
  padding: 26px;
}

.agenda-panel h3 {
  font-size: 22px;
  line-height: 1.14;
}

.agenda-feature {
  display: grid;
  grid-template-columns: 180px 1fr;
  gap: 18px;
  margin-bottom: 18px;
  padding-bottom: 18px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.10);
}

.agenda-feature h4 {
  font-size: 20px;
  line-height: 1.14;
}

.feature-box {
  min-height: 170px;
  overflow: hidden;
  border-radius: calc(var(--radio-sm) - 2px);
  border: 1px solid rgba(120, 98, 82, 0.18);
  background: rgba(255, 255, 255, 0.55);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.45);
}

.agenda-thumb-link {
  display: block;
  width: 100%;
  height: 100%;
}

.agenda-thumb {
  display: block;
  width: 100%;
  height: 170px;
  object-fit: cover;
}

.agenda-thumb-placeholder {
  width: 100%;
  height: 170px;
  border: 0;
  border-radius: 0;
}

.internacional-card {
  padding: 22px;
}

.internacional-card h3 {
  font-size: 22px;
  line-height: 1.14;
}

.publication-card {
  overflow: hidden;
  padding: 14px;
}

.book-box {
  min-height: 250px;
  overflow: hidden;
  border-radius: calc(var(--radio) - 8px);
  background: #d9d2c7;
  border: 1px solid rgba(120, 98, 82, 0.2);
  margin-bottom: 14px;
}

.publication-thumb-link {
  display: block;
  width: 100%;
  height: 100%;
}

.publication-thumb {
  display: block;
  width: 100%;
  height: 250px;
  object-fit: cover;
}

.publication-thumb-placeholder {
  width: 100%;
  height: 250px;
  border: 0;
  border-radius: 0;
}

.publication-copy {
  padding: 18px 18px 22px;
}

.publication-copy h3 {
  font-size: 21px;
}

.efemeride-card {
  display: grid;
  grid-template-columns: 84px 1fr;
  overflow: hidden;
}

.efemeride-copy {
  padding: 20px;
}

.efemeride-copy h3 {
  font-size: 21px;
  line-height: 1.14;
}

.dark-card {
  overflow: hidden;
  border-radius: var(--radio);
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: var(--sombra-fuerte);
  padding: 16px;
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.dark-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 28px 60px rgba(0,0,0,0.35);
  border-color: rgba(255,255,255,0.14);
}

.history-box {
  min-height: 220px;
  overflow: hidden;
  border-radius: calc(var(--radio) - 6px);
  border: 1px solid rgba(255,255,255,0.12);
  background: rgba(255,255,255,0.08);
  margin-bottom: 16px;
}

.history-thumb-link {
  display: block;
  width: 100%;
  height: 100%;
}

.history-thumb {
  display: block;
  width: 100%;
  height: 220px;
  object-fit: cover;
}

.history-thumb-placeholder {
  width: 100%;
  height: 220px;
  border: 0;
  border-radius: 0;
  background: rgba(255,255,255,0.08);
  color: rgba(255,255,255,0.6);
}

.history-copy {
  padding: 22px;
}

.history-copy h3,
.history-copy p {
  color: var(--blanco);
}

.history-copy h3 {
  font-size: 21px;
  line-height: 1.14;
}

.register-card {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 28px;
  padding: 40px 36px;
  border-radius: 28px;
  background:
    linear-gradient(180deg, rgba(255,255,255,0.10) 0%, rgba(255,255,255,0.06) 100%),
    linear-gradient(135deg, rgba(255,255,255,0.04) 0%, rgba(0,0,0,0.05) 100%);
  border: 1px solid rgba(255, 214, 214, 0.22);
  box-shadow:
    0 22px 44px rgba(88, 8, 8, 0.22),
    inset 0 1px 0 rgba(255,255,255,0.12);
  backdrop-filter: blur(4px);
}

.register-card h2 {
  font-size: clamp(30px, 3vw, 40px);
  line-height: 1.06;
  color: #fffaf6;
  margin-bottom: 12px;
}

.register-card p {
  color: rgba(255, 245, 238, 0.88);
  font-size: 18px;
  line-height: 1.65;
  max-width: 38em;
  margin: 0;
}