/*
 * TCC Web v1.12.0 · Ingresar / Acceso TCC Platform
 * Scope: /ingresar/ only.
 */

body.page-ingresar {
  background: #fff;
}

.tcc-access-hero {
  position: relative;
  overflow: hidden;
  border-bottom: 1px solid #e9e9e9;
  background:
    radial-gradient(circle at 78% 30%, rgba(229,37,33,.065), transparent 28%),
    linear-gradient(180deg, #fff 0%, #fbfbfb 100%);
}

.tcc-access-hero::after {
  content: "";
  position: absolute;
  right: -190px;
  bottom: -260px;
  width: 520px;
  height: 520px;
  border: 1px solid rgba(229,37,33,.11);
  border-radius: 50%;
  pointer-events: none;
}

.tcc-access-hero-grid {
  min-height: 690px;
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(480px, 1.1fr);
  gap: 72px;
  align-items: center;
  padding-top: 60px;
  padding-bottom: 62px;
}

.tcc-access-copy {
  position: relative;
  z-index: 2;
}

.tcc-access-copy h1 {
  max-width: 590px;
  margin: 15px 0 22px;
  font-size: clamp(48px, 4.45vw, 64px);
  line-height: 1.01;
  letter-spacing: -.052em;
  font-weight: 850;
}

.tcc-access-copy h1 span {
  color: #d44a32;
}

.tcc-access-lead {
  max-width: 580px;
  margin: 0;
  color: #656565;
  font-size: 17px;
  line-height: 1.68;
}

.tcc-access-route {
  max-width: 510px;
  display: grid;
  grid-template-columns: auto 1fr auto 1fr auto;
  gap: 10px;
  align-items: center;
  margin-top: 30px;
  color: #8b8b8b;
  font-size: 9px;
  font-weight: 850;
  letter-spacing: .11em;
}

.tcc-access-route i {
  height: 1px;
  background: repeating-linear-gradient(90deg, rgba(229,37,33,.42) 0 4px, transparent 4px 8px);
}

.tcc-access-route b {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(229,37,33,.23);
  border-radius: 50%;
  color: #d44a32;
  background: #fff;
  font-size: 8px;
  letter-spacing: .03em;
}

.tcc-access-proof {
  max-width: 595px;
  margin-top: 32px;
  border-top: 1px solid #e6e6e6;
}

.tcc-access-proof > div {
  display: grid;
  grid-template-columns: 34px 1fr;
  gap: 14px;
  align-items: start;
  padding: 13px 0;
  border-bottom: 1px solid #ececec;
}

.tcc-access-proof > div > span {
  width: 28px;
  height: 28px;
  display: grid;
  place-items: center;
  margin-top: 2px;
  border-radius: 50%;
  background: #fbefec;
  color: #d44a32;
  font-size: 9px;
  font-weight: 850;
}

.tcc-access-proof p {
  margin: 0;
}

.tcc-access-proof strong {
  display: block;
  margin-bottom: 2px;
  font-size: 14px;
  line-height: 1.35;
}

.tcc-access-proof small {
  display: block;
  color: #818181;
  font-size: 12px;
  line-height: 1.5;
}

.tcc-access-panel-wrap {
  position: relative;
  z-index: 2;
}

.tcc-access-panel-wrap::before {
  content: "";
  position: absolute;
  inset: 14% 10% -10% 10%;
  z-index: -1;
  border-radius: 50%;
  background: rgba(17,17,17,.08);
  filter: blur(30px);
}

.tcc-access-panel {
  width: 100%;
  max-width: 560px;
  margin-left: auto;
  overflow: hidden;
  border: 1px solid #dedede;
  border-radius: 22px;
  background: rgba(255,255,255,.98);
  box-shadow: 0 24px 65px rgba(17,17,17,.10);
}

.tcc-access-panel-top {
  min-height: 72px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 12px;
  align-items: center;
  padding: 0 24px;
  border-bottom: 1px solid #ededed;
}

.tcc-access-panel-top img {
  width: 122px;
  height: 34px;
  object-fit: contain;
  object-position: left center;
}

.tcc-access-panel-top strong {
  font-size: 13px;
  white-space: nowrap;
}

.tcc-access-panel-top > span {
  justify-self: end;
  color: #d44a32;
  font-size: 8px;
  font-weight: 850;
  letter-spacing: .11em;
  white-space: nowrap;
}

.tcc-access-form-head,
.tcc-access-form,
.tcc-access-first-time,
.tcc-access-security-note,
.tcc-access-session {
  margin-left: 26px;
  margin-right: 26px;
}

.tcc-access-form-head {
  padding-top: 28px;
}

.tcc-access-kicker {
  color: #d44a32;
  font-size: 9px;
  font-weight: 850;
  letter-spacing: .11em;
}

.tcc-access-form-head h2,
.tcc-access-session h2 {
  margin: 7px 0 5px;
  font-size: 28px;
  line-height: 1.08;
  letter-spacing: -.035em;
}

.tcc-access-form-head p,
.tcc-access-session > p {
  margin: 0;
  color: #777;
  font-size: 13px;
  line-height: 1.55;
}

.tcc-access-alert {
  display: grid;
  gap: 2px;
  margin: 18px 26px 0;
  padding: 11px 13px;
  border: 1px solid;
  border-radius: 9px;
  font-size: 12px;
  line-height: 1.4;
}

.tcc-access-alert--error {
  border-color: #efc3ba;
  background: #fff6f4;
  color: #a93d2a;
}

.tcc-access-alert--success {
  border-color: #b8dbc2;
  background: #f3fbf5;
  color: #2e7141;
}

.tcc-access-form {
  padding-top: 22px;
}

.tcc-access-form > label {
  display: block;
  margin: 0 0 7px;
  font-size: 11px;
  font-weight: 800;
}

.tcc-access-input-wrap {
  position: relative;
  margin-bottom: 17px;
}

.tcc-access-input-wrap input[type="text"],
.tcc-access-input-wrap input[type="password"] {
  width: 100%;
  height: 52px;
  padding: 0 46px 0 15px;
  border: 1px solid #dcdcdc;
  border-radius: 10px;
  outline: none;
  background: #fff;
  color: #111;
  font-size: 14px;
  transition: border-color .18s ease, box-shadow .18s ease;
}

.tcc-access-input-wrap input:focus {
  border-color: rgba(229,37,33,.55);
  box-shadow: 0 0 0 3px rgba(229,37,33,.08);
}

.tcc-access-input-wrap input::placeholder {
  color: #aaa;
}

.tcc-access-input-icon {
  position: absolute;
  top: 50%;
  right: 15px;
  width: 19px;
  height: 19px;
  transform: translateY(-50%);
  color: #7c7c7c;
  pointer-events: none;
}

.tcc-access-input-icon svg,
.tcc-access-card-icon--team svg {
  width: 100%;
  height: 100%;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.6;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.tcc-access-password-toggle {
  position: absolute;
  top: 50%;
  right: 12px;
  transform: translateY(-50%);
  border: 0;
  background: transparent;
  color: #d44a32;
  font-size: 10px;
  font-weight: 800;
  cursor: pointer;
}

.tcc-access-form-row {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  align-items: center;
  margin: -1px 0 18px;
  font-size: 11px;
}

.tcc-access-form-row > a {
  color: #d44a32;
  font-weight: 750;
}

.tcc-access-remember {
  display: inline-flex;
  gap: 7px;
  align-items: center;
  color: #666;
  cursor: pointer;
}

.tcc-access-remember input {
  width: 14px;
  height: 14px;
  margin: 0;
  accent-color: #e52521;
}

.tcc-access-submit {
  width: 100%;
  min-height: 51px;
}

button.tcc-access-submit.is-loading {
  opacity: .78;
  cursor: wait;
}

.tcc-access-divider {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 23px 26px 17px;
  color: #aaa;
  font-size: 8px;
  font-weight: 850;
  letter-spacing: .1em;
}

.tcc-access-divider::before,
.tcc-access-divider::after {
  content: "";
  flex: 1;
  height: 1px;
  background: #ededed;
}

.tcc-access-first-time {
  padding-bottom: 17px;
}

.tcc-access-first-time p {
  margin: 0 0 11px;
}

.tcc-access-first-time strong,
.tcc-access-first-time p > span {
  display: block;
}

.tcc-access-first-time strong {
  margin-bottom: 2px;
  font-size: 12px;
}

.tcc-access-first-time p > span {
  color: #898989;
  font-size: 11px;
  line-height: 1.5;
}

.tcc-access-first-time > div {
  display: flex;
  gap: 17px;
  flex-wrap: wrap;
}

.tcc-access-first-time a {
  color: #111;
  font-size: 11px;
  font-weight: 800;
}

.tcc-access-first-time a:first-child {
  color: #d44a32;
}

.tcc-access-security-note {
  margin-top: 0;
  margin-bottom: 0;
  padding: 12px 0 18px;
  border-top: 1px solid #eee;
  color: #9a9a9a;
  font-size: 9px;
  line-height: 1.55;
}

.tcc-access-session {
  padding: 36px 0 32px;
  text-align: center;
}

.tcc-access-session-icon {
  width: 54px;
  height: 54px;
  display: grid;
  place-items: center;
  margin: 0 auto 14px;
  border-radius: 50%;
  background: #edf8f0;
  color: #46905a;
  font-size: 25px;
  font-weight: 850;
}

.tcc-access-session-user {
  display: grid;
  gap: 3px;
  margin: 22px 0;
  padding: 13px;
  border: 1px solid #e7e7e7;
  border-radius: 10px;
  background: #fafafa;
  text-align: left;
}

.tcc-access-session-user span {
  color: #a0a0a0;
  font-size: 8px;
  font-weight: 850;
  letter-spacing: .1em;
}

.tcc-access-session-user strong {
  font-size: 12px;
}

.tcc-access-text-link {
  display: inline-block;
  margin-top: 14px;
  color: #777;
  font-size: 11px;
  font-weight: 750;
}

/* Profiles */
.tcc-access-users {
  padding: 105px 0 112px;
  background: #fff;
}

.tcc-access-heading {
  max-width: 820px;
}

.tcc-access-heading h2 {
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
  font-size: clamp(38px, 3.7vw, 52px);
}

.tcc-access-heading p {
  max-width: 690px;
  margin: 0 auto;
  font-size: 15px;
  line-height: 1.65;
}

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

.tcc-access-user-card {
  position: relative;
  min-height: 315px;
  display: flex;
  flex-direction: column;
  padding: 24px 24px 22px;
  border: 1px solid #e4e4e4;
  border-radius: 17px;
  background: #fff;
  box-shadow: 0 15px 34px rgba(17,17,17,.035);
}

.tcc-access-user-card--accent {
  border-color: rgba(229,37,33,.28);
  background: linear-gradient(180deg, #fff 0%, #fffaf9 100%);
  box-shadow: 0 18px 44px rgba(229,37,33,.07);
}

.tcc-access-card-num {
  position: absolute;
  top: 20px;
  right: 20px;
  color: #aaa;
  font-size: 9px;
  font-weight: 850;
}

.tcc-access-card-icon {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  margin-bottom: 24px;
  padding: 10px;
  border: 1px solid #e7e7e7;
  border-radius: 11px;
  background: #fafafa;
  color: #262626;
}

.tcc-access-card-icon img {
  width: 29px;
  height: 29px;
  object-fit: contain;
}

.tcc-access-card-icon--team {
  padding: 9px;
}

.tcc-access-user-card small {
  margin-bottom: 7px;
  color: #d44a32;
  font-size: 9px;
  font-weight: 850;
  letter-spacing: .1em;
}

.tcc-access-user-card h3 {
  max-width: 310px;
  margin: 0 0 8px;
  font-size: 22px;
  line-height: 1.08;
  letter-spacing: -.025em;
}

.tcc-access-user-card p {
  margin: 0 0 24px;
  color: #777;
  font-size: 13px;
  line-height: 1.6;
}

.tcc-access-user-card > a {
  margin-top: auto;
  font-size: 12px;
  font-weight: 850;
}

.tcc-access-user-card > a span {
  margin-left: 6px;
  color: #d44a32;
}

/* Support */
.tcc-access-support {
  padding: 88px 0 92px;
  color: #fff;
  background:
    radial-gradient(circle at 82% 65%, rgba(214,67,42,.14), transparent 31%),
    #101212;
}

.tcc-access-support-grid {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 34px 54px;
  align-items: end;
}

.tcc-access-support .tcc-eyebrow {
  color: #e1573e;
}

.tcc-access-support h2 {
  margin: 9px 0 9px;
  font-size: clamp(38px, 3.8vw, 52px);
  line-height: 1;
  letter-spacing: -.04em;
}

.tcc-access-support p {
  max-width: 720px;
  margin: 0;
  color: rgba(255,255,255,.58);
  font-size: 14px;
  line-height: 1.65;
}

.tcc-access-support-actions {
  display: flex;
  gap: 11px;
  align-items: center;
}

.tcc-access-support-actions .tcc-button {
  white-space: nowrap;
}

.tcc-access-support-steps {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: auto 1fr auto 1fr auto;
  gap: 12px;
  align-items: center;
  padding-top: 24px;
  border-top: 1px solid rgba(255,255,255,.11);
}

.tcc-access-support-steps span {
  color: rgba(255,255,255,.72);
  font-size: 10px;
  font-weight: 750;
  white-space: nowrap;
}

.tcc-access-support-steps b {
  margin-right: 7px;
  color: #e1573e;
  font-size: 9px;
}

.tcc-access-support-steps i {
  height: 1px;
  background: repeating-linear-gradient(90deg, rgba(225,87,62,.38) 0 4px, transparent 4px 8px);
}

@media (max-width: 1080px) {
  .tcc-access-hero-grid {
    grid-template-columns: minmax(0, .86fr) minmax(450px, 1.14fr);
    gap: 42px;
  }
  .tcc-access-copy h1 { font-size: 50px; }
}

@media (max-width: 900px) {
  .tcc-access-hero-grid {
    min-height: auto;
    grid-template-columns: 1fr;
    gap: 42px;
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .tcc-access-copy { max-width: 690px; }
  .tcc-access-panel { max-width: 690px; margin: 0; }
  .tcc-access-user-grid { grid-template-columns: 1fr; }
  .tcc-access-user-card { min-height: 250px; }
  .tcc-access-support-grid { grid-template-columns: 1fr; align-items: start; }
  .tcc-access-support-actions { justify-content: flex-start; }
}

@media (max-width: 640px) {
  .tcc-access-hero-grid {
    padding-top: 48px;
    padding-bottom: 52px;
  }
  .tcc-access-copy h1 {
    font-size: 42px;
    line-height: 1.02;
  }
  .tcc-access-lead { font-size: 15px; }
  .tcc-access-route { max-width: 100%; }
  .tcc-access-panel-top {
    min-height: 64px;
    grid-template-columns: 1fr auto;
  }
  .tcc-access-panel-top strong { display: none; }
  .tcc-access-panel-top img { width: 110px; }
  .tcc-access-form-head,
  .tcc-access-form,
  .tcc-access-first-time,
  .tcc-access-security-note,
  .tcc-access-session { margin-left: 18px; margin-right: 18px; }
  .tcc-access-alert { margin-left: 18px; margin-right: 18px; }
  .tcc-access-divider { margin-left: 18px; margin-right: 18px; }
  .tcc-access-form-row { align-items: flex-start; flex-direction: column; gap: 10px; }
  .tcc-access-users { padding: 78px 0 82px; }
  .tcc-access-heading h2 { font-size: 38px; }
  .tcc-access-user-card { min-height: 280px; padding: 22px 20px; }
  .tcc-access-support { padding: 72px 0 75px; }
  .tcc-access-support-actions { width: 100%; flex-direction: column; align-items: stretch; }
  .tcc-access-support-actions .tcc-button { width: 100%; }
  .tcc-access-support-steps {
    grid-template-columns: 1fr;
    gap: 10px;
  }
  .tcc-access-support-steps i { display: none; }
}
