/* BYTORR UNIFIED PAGE THEME */
* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: #334e5b;
  background: #ffffff;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
}

a {
  color: #087b9e;
}

.bt-container,
.bt-header-inner,
.bt-footer-inner,
.bt-main,
.bt-breadcrumb {
  width: min(1120px, calc(100% - 34px));
  margin-left: auto;
  margin-right: auto;
}

.bt-site-header {
  position: relative;
  z-index: 20;
  background: #ffffff;
  border-top: 1px solid #e5edf1;
  border-bottom: 1px solid #dbe7ed;
}

.bt-header-inner {
  min-height: 105px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 34px;
}

.bt-logo {
  display: flex;
  align-items: center;
  flex: 0 0 auto;
  text-decoration: none;
}

.bt-logo img {
  display: block;
  width: auto;
  max-width: 300px;
  max-height: 86px;
  object-fit: contain;
}

.bt-main-nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 9px 24px;
}

.bt-main-nav a {
  color: #566b75;
  font-size: 13px;
  text-decoration: none;
  white-space: nowrap;
}

.bt-main-nav a:hover,
.bt-main-nav a:focus {
  color: #078ba8;
}

.bt-menu-button {
  display: none;
  padding: 9px 13px;
  border: 1px solid #ccdce3;
  border-radius: 5px;
  color: #31505f;
  background: #ffffff;
  font: inherit;
  cursor: pointer;
}

.bt-page-background {
  padding: 20px 0 50px;
  background: #f5f9fb;
}

.bt-breadcrumb {
  padding: 5px 0 12px;
  color: #6d818b;
  font-size: 12px;
}

.bt-breadcrumb a {
  text-decoration: none;
}

.bt-breadcrumb span {
  margin-left: 5px;
}

.bt-main {
  display: block;
}

.bt-article {
  max-width: 1000px;
  margin: 0 auto;
  padding: 34px 38px;
  background: #ffffff;
  border: 1px solid #d8e5ea;
  border-radius: 12px;
  box-shadow: 0 7px 28px rgba(21, 65, 84, 0.06);
}

.bt-article-header {
  margin-bottom: 24px;
  padding-bottom: 20px;
  border-bottom: 1px solid #e0e9ed;
}

.bt-article-header h1 {
  margin: 0 0 10px;
  color: #0d416d;
  font-size: 34px;
  line-height: 1.22;
  font-weight: 700;
}

.bt-article-header p {
  margin: 0;
  color: #6d7e87;
  font-size: 14px;
  line-height: 1.65;
}

.bt-content {
  color: #2f4855;
}

.bt-content h2 {
  margin: 30px 0 11px;
  color: #0e4b72;
  font-size: 24px;
  line-height: 1.3;
}

.bt-content h3 {
  margin: 23px 0 9px;
  color: #136b83;
  font-size: 19px;
  line-height: 1.35;
}

.bt-content p,
.bt-content li {
  font-size: 15px;
  line-height: 1.78;
}

.bt-content p {
  margin: 0 0 15px;
}

.bt-content ul,
.bt-content ol {
  margin: 0 0 18px;
  padding-left: 24px;
}

.bt-content li {
  margin-bottom: 6px;
}

.bt-content blockquote {
  margin: 22px 0;
  padding: 16px 19px;
  border-left: 4px solid #0ba0bb;
  background: #edf9fb;
}

.bt-content blockquote p:last-child {
  margin-bottom: 0;
}

.bt-content table {
  width: 100%;
  margin: 22px 0;
  border-collapse: collapse;
}

.bt-content th,
.bt-content td {
  padding: 11px;
  border: 1px solid #d6e4e9;
  text-align: left;
  vertical-align: top;
  line-height: 1.55;
}

.bt-content th {
  color: #164f6c;
  background: #ecf7fa;
}

.bt-content .bv-card-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 15px;
  margin: 22px 0;
}

.bt-content .bv-card {
  padding: 18px;
  border: 1px solid #d8e6eb;
  border-radius: 9px;
  background: #fbfdfe;
}

.bt-content .bv-card h3 {
  margin-top: 0;
}

.bt-content .bv-button {
  display: inline-block;
  padding: 10px 14px;
  border-radius: 5px;
  color: #ffffff;
  background: #0b88a6;
  text-decoration: none;
  font-weight: 700;
}

.bt-review {
  margin-top: 30px;
  padding-top: 16px;
  border-top: 1px solid #e0e9ed;
  color: #75868e;
  font-size: 12px;
  line-height: 1.6;
}

.bt-resources {
  padding: 26px 0;
  background: #f7fbfc;
  border-top: 1px solid #dce8ed;
  border-bottom: 1px solid #dce8ed;
}

.bt-resources h2 {
  margin: 0 0 11px;
  color: #174f70;
  font-size: 16px;
}

.bt-resource-links {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 20px;
}

.bt-resource-links a {
  font-size: 12px;
  font-weight: 700;
  text-decoration: none;
}

.bt-footer {
  background: #eef8fa;
}

.bt-footer-inner {
  display: grid;
  grid-template-columns: 1.55fr 0.75fr 0.8fr;
  gap: 48px;
  padding-top: 42px;
  padding-bottom: 38px;
}

.bt-footer h2 {
  margin: 0 0 13px;
  color: #264d5e;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 500;
}

.bt-footer p,
.bt-footer li {
  color: #4f6874;
  font-size: 12px;
  line-height: 1.75;
}

.bt-footer p {
  margin: 0;
}

.bt-footer ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.bt-footer li {
  margin-bottom: 4px;
}

.bt-footer a {
  color: #48626e;
  text-decoration: none;
}

.bt-footer a:hover {
  color: #078ba8;
}

.bt-copyright {
  padding: 13px 18px;
  color: #ffffff;
  background: #222222;
  text-align: center;
  font-size: 12px;
}

/* WEBSITE AUDIT WORKSPACE */
.bw-notice {
  margin: 22px 0;
  padding: 15px 18px;
  border-left: 4px solid #0b91ac;
  background: #edf9fb;
}

.bw-form {
  margin-top: 28px;
  padding: 22px;
  border: 1px solid #d9e7ec;
  border-radius: 10px;
  background: #fbfdfe;
}

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

.bw-field {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.bw-field-full {
  grid-column: 1 / -1;
}

.bw-field label {
  color: #285267;
  font-size: 13px;
  font-weight: 700;
}

.bw-field input,
.bw-field select,
.bw-field textarea {
  width: 100%;
  padding: 11px 12px;
  border: 1px solid #cfdde3;
  border-radius: 6px;
  color: #294553;
  background: #ffffff;
  font: inherit;
}

.bw-field textarea {
  min-height: 105px;
  resize: vertical;
}

.bw-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
}

.bw-actions button {
  padding: 10px 14px;
  border: 0;
  border-radius: 6px;
  color: #ffffff;
  background: #0b829f;
  font-weight: 700;
  cursor: pointer;
}

.bw-actions button.secondary {
  background: #526c78;
}

.bw-actions button.danger {
  background: #9c3d3d;
}

.bw-status {
  min-height: 22px;
  margin-top: 12px;
  color: #526a76;
  font-size: 13px;
}

@media (max-width: 1040px) {
  .bt-header-inner {
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
    gap: 14px;
    padding-top: 14px;
    padding-bottom: 15px;
  }

  .bt-main-nav {
    justify-content: flex-start;
  }
}

@media (max-width: 760px) {
  .bt-header-inner {
    min-height: 86px;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }

  .bt-logo img {
    max-width: 235px;
    max-height: 68px;
  }

  .bt-menu-button {
    display: block;
  }

  .bt-main-nav {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    display: none;
    padding: 15px 18px;
    background: #ffffff;
    border-top: 1px solid #e0e9ed;
    border-bottom: 1px solid #d7e4e9;
    box-shadow: 0 9px 22px rgba(17, 54, 70, 0.09);
  }

  .bt-main-nav.is-open {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
  }

  .bt-article {
    padding: 24px 22px;
  }

  .bt-article-header h1 {
    font-size: 28px;
  }

  .bt-content .bv-card-grid,
  .bw-grid,
  .bt-footer-inner {
    grid-template-columns: 1fr;
  }

  .bt-footer-inner {
    gap: 28px;
  }
}

@media (max-width: 520px) {
  .bt-container,
  .bt-header-inner,
  .bt-footer-inner,
  .bt-main,
  .bt-breadcrumb {
    width: calc(100% - 22px);
  }

  .bt-logo img {
    max-width: 200px;
  }

  .bt-page-background {
    padding-bottom: 28px;
  }

  .bt-article {
    padding: 20px 17px;
    border-radius: 8px;
  }

  .bt-content table {
    display: block;
    overflow-x: auto;
  }
}

@media print {
  .bt-site-header,
  .bt-resources,
  .bt-footer,
  .bt-breadcrumb,
  .bw-actions {
    display: none !important;
  }

  .bt-page-background {
    padding: 0;
    background: #ffffff;
  }

  .bt-main {
    width: 100%;
  }

  .bt-article {
    max-width: none;
    padding: 0;
    border: 0;
    box-shadow: none;
  }
}
