.tvmar-modern {
  background: #f6f9fb;
}

.tvmar-modern .brand_slogan {
  color: #6f7b83;
}

.tvmar-topbar {
  position: relative;
}

.tvmar-user-hero {
  position: relative;
  overflow: hidden;
  background: linear-gradient(115deg, rgba(22, 94, 124, 0.96), rgba(10, 45, 62, 0.92)), url("../images/page-1_slide02.jpg") center/cover no-repeat;
  color: #fff;
}

.tvmar-user-hero__inner {
  padding: 72px 15px 64px;
}

.tvmar-user-hero span {
  display: inline-block;
  margin-bottom: 14px;
  color: #bdefff;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: uppercase;
}

.tvmar-user-hero h2 {
  max-width: 780px;
  color: #fff;
  font-size: 46px;
  line-height: 1.08;
}

.tvmar-user-hero p {
  max-width: 760px;
  margin-top: 18px;
  color: rgba(255, 255, 255, 0.9);
  font-size: 18px;
  line-height: 1.65;
}

.tvmar-info-band {
  margin-top: -30px;
  position: relative;
  z-index: 2;
}

.tvmar-home-info {
  margin-top: 0;
  padding-top: 34px;
}

.tvmar-info-panel {
  background: #fff;
  border-top: 5px solid #62bfe6;
  box-shadow: 0 18px 55px rgba(18, 63, 82, 0.12);
  padding: 34px;
}

.tvmar-info-panel h3 {
  color: #165e7c;
  text-align: left;
}

.tvmar-info-panel p {
  color: #5c6870;
}

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

.tvmar-user-card {
  display: flex;
  min-height: 212px;
  flex-direction: column;
  justify-content: space-between;
  background: #fff;
  border: 1px solid #e1ebf0;
  border-radius: 8px;
  padding: 24px;
  box-shadow: 0 10px 28px rgba(20, 57, 72, 0.06);
}

.tvmar-user-card:hover {
  border-color: #62bfe6;
  transform: translateY(-3px);
}

.tvmar-user-card__icon {
  width: 52px;
  height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: #165e7c;
  border-radius: 8px;
  font-size: 22px;
}

.tvmar-user-card h3 {
  margin-top: 18px;
  color: #27343a;
  text-align: left;
  font-size: 22px;
  line-height: 1.25;
}

.tvmar-user-card p {
  margin-top: 10px;
  color: #5d6970;
  line-height: 1.6;
}

.tvmar-user-card strong {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 18px;
  color: #165e7c;
}

.tvmar-section-body .container {
  max-width: 1060px;
}

.tvmar-backline {
  margin-bottom: 22px;
}

.tvmar-backline a {
  color: #165e7c;
  font-weight: 700;
}

.tvmar-prose {
  background: #fff;
  border-left: 5px solid #62bfe6;
  padding: 30px;
  box-shadow: 0 10px 30px rgba(20, 57, 72, 0.06);
}

.tvmar-prose h3 {
  color: #165e7c;
  text-align: left;
}

.tvmar-prose p,
.tvmar-prose li {
  color: #4c5960;
  font-size: 16px;
  line-height: 1.75;
}

.tvmar-prose p + p {
  margin-top: 16px;
}

.tvmar-checklist {
  margin-top: 16px;
}

.tvmar-checklist li {
  position: relative;
  padding-left: 28px;
}

.tvmar-checklist li + li {
  margin-top: 10px;
}

.tvmar-checklist li:before {
  content: "\f00c";
  position: absolute;
  left: 0;
  top: 0;
  color: #165e7c;
  font-family: "FontAwesome";
  font-weight: normal;
}

.tvmar-tool-frame,
.tvmar-pdf-viewer {
  display: block;
  width: 100%;
  min-height: 680px;
  margin-top: 26px;
  border: 1px solid #d9e6ec;
  background: #fff;
}

.tvmar-tool-frame {
  min-height: 740px;
}

.tvmar-frame-note {
  margin-top: 14px;
  color: #5c6870;
}

.tvmar-doc-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
}

.tvmar-btn-wide {
  width: auto;
  min-width: 190px;
}

.tvmar-empty {
  margin-top: 24px;
  padding: 34px;
  background: #eef6fa;
  border: 1px dashed #8fcfe8;
  color: #43535b;
  text-align: center;
}

.tvmar-empty i {
  display: block;
  margin-bottom: 12px;
  color: #165e7c;
  font-size: 32px;
}

.tvmar-pqrs-form {
  background: #fff;
  padding: 30px;
  box-shadow: 0 10px 30px rgba(20, 57, 72, 0.06);
}

.tvmar-pqrs-form label {
  display: block;
  margin-bottom: 18px;
  color: #34454d;
  font-weight: 700;
}

.tvmar-pqrs-form input,
.tvmar-pqrs-form select,
.tvmar-pqrs-form textarea {
  width: 100%;
  margin-top: 8px;
  border: 1px solid #d9e6ec;
  background: #fbfdfe;
  color: #2d3c43;
  padding: 12px 14px;
  box-sizing: border-box;
  font: inherit;
}

.tvmar-pqrs-form textarea {
  min-height: 170px;
  resize: vertical;
}

.tvmar-form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.tvmar-hidden {
  display: none;
}

.tvmar-admin {
  background: #f6f9fb;
  min-height: 100vh;
  padding: 32px 16px;
  color: #2d3c43;
  font: 400 15px/1.55 "Roboto", Arial, sans-serif;
}

.tvmar-admin main {
  max-width: 980px;
  margin: 0 auto;
  background: #fff;
  border-top: 5px solid #165e7c;
  padding: 28px;
  box-shadow: 0 18px 55px rgba(18, 63, 82, 0.12);
}

.tvmar-admin h1,
.tvmar-admin h2 {
  color: #165e7c;
}

.tvmar-admin form {
  margin: 20px 0;
}

.tvmar-admin label {
  display: block;
  margin-bottom: 16px;
  font-weight: 700;
}

.tvmar-admin input,
.tvmar-admin select,
.tvmar-admin textarea {
  width: 100%;
  margin-top: 7px;
  padding: 11px 13px;
  border: 1px solid #d9e6ec;
  box-sizing: border-box;
}

.tvmar-admin button {
  border: 0;
  color: #fff;
  background: #165e7c;
  padding: 13px 20px;
  cursor: pointer;
  font-weight: 700;
}

.tvmar-admin table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 20px;
}

.tvmar-admin th,
.tvmar-admin td {
  border-bottom: 1px solid #e1ebf0;
  padding: 10px;
  text-align: left;
  vertical-align: top;
}

.tvmar-admin .notice {
  background: #eef6fa;
  border-left: 4px solid #62bfe6;
  padding: 13px 16px;
}

@media (max-width: 980px) {
  .tvmar-card-grid,
  .tvmar-form-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .tvmar-user-hero h2 {
    font-size: 38px;
  }
}

@media (max-width: 640px) {
  .tvmar-card-grid,
  .tvmar-form-grid {
    grid-template-columns: 1fr;
  }

  .tvmar-user-hero__inner {
    padding: 54px 15px 48px;
  }

  .tvmar-user-hero h2 {
    font-size: 31px;
  }

  .tvmar-info-panel,
  .tvmar-prose,
  .tvmar-pqrs-form {
    padding: 22px;
  }
}
