/* themes/xgate/assets/css/prod-hotgate.css */
/* Scoped Tier 3 CSS for HotGate product page */

.hotspot-visual {
  padding: 30px;
  min-height: 540px;
}
.portal-scene {
  border-radius: 28px;
  min-height: 392px;
  background:
    linear-gradient(180deg, rgba(7, 12, 28, .38), rgba(7, 12, 28, .88)),
    url('https://images.unsplash.com/photo-1516321318423-f06f85e504b3?auto=format&fit=crop&w=1200&q=80') center/cover;
  border: 1px solid rgba(255, 255, 255, .10);
  overflow: hidden;
  padding: 22px;
  display: grid;
  place-items: center;
}
.phone {
  width: 240px;
  border-radius: 34px;
  padding: 14px;
  background: rgba(5, 9, 22, .86);
  border: 1px solid rgba(255, 255, 255, .18);
  box-shadow: 0 24px 70px rgba(0, 0, 0, .45);
}
.phone-screen {
  border-radius: 26px;
  min-height: 335px;
  background: linear-gradient(180deg, #111a3a, #071025);
  border: 1px solid rgba(255, 255, 255, .08);
  padding: 20px;
}
.portal-logo {
  width: 52px;
  height: 52px;
  border-radius: 18px;
  background: linear-gradient(180deg, var(--orange2), var(--orange));
  display: grid;
  place-items: center;
  font-weight: 900;
  margin: 0 auto 18px;
  color: #fff;
}
.portal-screen-title {
  text-align: center;
  font-size: 21px;
  letter-spacing: -.05em;
  font-weight: 900;
  margin-bottom: 9px;
  color: #fff;
}
.portal-screen-copy {
  text-align: center;
  color: var(--muted2);
  font-size: 12px;
  line-height: 1.55;
  margin-bottom: 18px;
}
.login-field {
  height: 42px;
  border-radius: 14px;
  background: rgba(255, 255, 255, .07);
  border: 1px solid rgba(255, 255, 255, .10);
  margin-bottom: 10px;
}
.portal-button {
  height: 43px;
  border-radius: 14px;
  background: linear-gradient(180deg, var(--orange2), var(--orange));
  display: grid;
  place-items: center;
  font-weight: 900;
  font-size: 13px;
  margin-top: 14px;
  color: #fff;
}
.portal-options {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  margin-top: 15px;
}
.portal-option {
  height: 34px;
  border-radius: 12px;
  background: rgba(255, 255, 255, .06);
  border: 1px solid rgba(255, 255, 255, .08);
  display: grid;
  place-items: center;
  font-size: 11px;
  color: var(--muted);
}
