/* Vivint Host Account Page - /account */

.vh-account-page {
  background: #ffffff;
  overflow: hidden;
}

.vh-account-hero {
  padding: 100px 0 90px;
  background: linear-gradient(135deg, #f7fbff 0%, #ffffff 58%, #fff8f0 100%);
}

.vh-account-badge {
  display: inline-flex !important;
  align-items: center;
  gap: 8px;
  padding: 10px 16px;
  background: #ffffff;
  color: #0b5fff;
  border: 1px solid rgba(22, 119, 255, 0.14);
  border-radius: 999px;
  font-weight: 700;
  font-size: 14px;
  margin-bottom: 22px;
  box-shadow: 0 8px 22px rgba(9, 31, 67, 0.06);
}

.vh-account-badge i {
  color: #ff8400;
}

.vh-account-hero h1 {
  color: #061b49;
  font-size: clamp(38px, 5vw, 62px);
  line-height: 1.07;
  letter-spacing: -1.4px;
  margin-bottom: 22px;
}

.vh-account-lead {
  max-width: 670px;
  color: #5d6d86;
  font-size: 18px;
  line-height: 1.75;
  margin-bottom: 0;
}

.vh-account-main-btn {
  background: linear-gradient(135deg, #ff8a00, #ff6500) !important;
  color: #ffffff !important;
  border: none !important;
  box-shadow: 0 14px 30px rgba(255, 132, 0, 0.28);
}

.vh-account-outline-btn {
  background: #ffffff !important;
  color: #061b49 !important;
  border: 1px solid rgba(9, 31, 67, 0.12) !important;
  box-shadow: 0 12px 28px rgba(9, 31, 67, 0.06);
}

.vh-account-trust-row {
  display: flex !important;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.vh-account-trust-row div {
  display: inline-flex !important;
  align-items: center;
  gap: 8px;
  color: #43536b;
  background: #ffffff;
  border: 1px solid rgba(9, 31, 67, 0.08);
  border-radius: 999px;
  padding: 10px 14px;
  font-weight: 700;
  font-size: 14px;
  box-shadow: 0 8px 20px rgba(9, 31, 67, 0.05);
}

.vh-account-trust-row i {
  color: #1677ff;
}

.vh-account-panel {
  background: #ffffff;
  border: 1px solid rgba(9, 31, 67, 0.09);
  border-radius: 28px;
  padding: 30px;
  box-shadow: 0 26px 70px rgba(9, 31, 67, 0.15);
}

.vh-panel-header {
  display: flex !important;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 24px;
}

.vh-panel-header span {
  color: #6a7891;
  font-size: 14px;
  font-weight: 700;
}

.vh-panel-header h3 {
  color: #061b49;
  font-size: 27px;
  margin: 4px 0 0;
}

.vh-panel-lock {
  width: 56px;
  height: 56px;
  min-width: 56px;
  border-radius: 18px;
  background: linear-gradient(135deg, #1677ff, #0347b7);
  color: #ffffff;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  box-shadow: 0 12px 28px rgba(22, 119, 255, 0.28);
}

.vh-dashboard-list {
  display: grid !important;
  gap: 13px;
}

.vh-dashboard-list a {
  display: flex !important;
  justify-content: space-between;
  align-items: center;
  color: #152744 !important;
  text-decoration: none !important;
  padding: 16px 17px;
  border-radius: 17px;
  background: #f7faff;
  border: 1px solid rgba(9, 31, 67, 0.07);
  font-weight: 700;
  transition: all 0.25s ease;
}

.vh-dashboard-list a span {
  display: inline-flex !important;
  align-items: center;
  gap: 10px;
}

.vh-dashboard-list a span i {
  color: #1677ff;
}

.vh-dashboard-list a:hover {
  background: #ffffff;
  transform: translateX(5px);
  box-shadow: 0 12px 26px rgba(9, 31, 67, 0.10);
  color: #ff8400 !important;
}

.vh-panel-note {
  margin-top: 20px;
  padding: 16px;
  border-radius: 17px;
  background: #fff7ec;
  color: #71502a;
  display: flex !important;
  gap: 10px;
  line-height: 1.5;
  font-weight: 600;
}

.vh-panel-note i {
  color: #ff8400;
  margin-top: 3px;
}

.vh-account-tools {
  background: #f8fbff;
}

.vh-account-tools .section-heading h2 {
  color: #061b49;
}

.vh-account-card {
  display: block !important;
  height: 100%;
  padding: 32px 28px;
  background: #ffffff;
  border: 1px solid rgba(9, 31, 67, 0.08);
  border-radius: 24px;
  color: #102033 !important;
  text-decoration: none !important;
  box-shadow: 0 14px 36px rgba(9, 31, 67, 0.08);
  transition: all 0.28s ease;
  position: relative;
  overflow: hidden;
}

.vh-account-card:hover {
  transform: translateY(-8px);
  border-color: rgba(22, 119, 255, 0.24);
  box-shadow: 0 24px 60px rgba(9, 31, 67, 0.16);
}

.vh-card-icon {
  width: 64px;
  height: 64px;
  border-radius: 19px;
  background: linear-gradient(135deg, #1677ff, #0347b7);
  color: #ffffff;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  font-size: 25px;
  margin-bottom: 22px;
  box-shadow: 0 12px 28px rgba(22, 119, 255, 0.28);
  transition: all 0.28s ease;
}

.vh-account-card:hover .vh-card-icon {
  background: linear-gradient(135deg, #ff8a00, #ff5c00);
  box-shadow: 0 14px 32px rgba(255, 132, 0, 0.34);
  transform: scale(1.06) rotate(-3deg);
}

.vh-account-card h3 {
  color: #061b49;
  font-size: 22px;
  margin-bottom: 12px;
}

.vh-account-card p {
  color: #62738c;
  font-size: 15px;
  line-height: 1.65;
  margin-bottom: 22px;
}

.vh-account-card span {
  color: #1677ff;
  font-weight: 800;
  font-size: 14px;
}

.vh-account-card:hover span {
  color: #ff8400;
}

@media (max-width: 991px) {
  .vh-account-panel {
    margin-top: 20px;
  }
}

@media (max-width: 767px) {
  .vh-account-hero {
    padding: 75px 0 65px;
  }

  .vh-account-panel {
    padding: 24px;
  }

  .vh-account-hero h1 {
    font-size: 38px;
  }
}
