@charset "UTF-8";

/* =========================================
   RESET + GLOBALS
========================================= */

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
  font-family: "Montserrat", sans-serif;
}

body {
  margin: 0;
  display: flex;
  flex-direction: column;
  background: #ffffff;
  color: #000000;
  font-family: "Montserrat", sans-serif;
  font-size: 15px;
  line-height: 1.5;
}

main {
  display: block;
}

img {
  border-style: none;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

a {
  background-color: transparent;
  color: #000;
  text-decoration: none;
}

a:visited {
  color: #000;
}

a:hover,
a:active,
a:focus {
  text-decoration: none;
}

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


/* =========================================
   TYPOGRAPHY
========================================= */

h1,
h2,
h3,
h4,
h5,
h6,
p,
li,
a {
  font-family: "Montserrat", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  font-weight: 600;
}

h1 {
  font-size: 26px;
  margin-bottom: 0.67em;
}

h2 {
  font-size: 22px;
}

h3 {
  font-size: 18px;
  font-weight: 600;
}

h4 {
  font-size: 16px;
}


/* =========================================
   GLOBAL LAYOUT
========================================= */

body > main {
  min-height: 82vh;
  height: 100%;
  padding-bottom: 20px;
}

.container {
  max-width: 1160px;
  margin: 0 auto;
  padding: 0 5%;
}

.container-unit {
  max-width: 1200px;
  margin: 0 auto;
  padding-left: 5%;
  padding-right: 5%;
}

.container-divider {
  border-top: 1px solid #ddd;
  margin-bottom: 20px;
}

#main-content,
.community-image {
  width: 100%;
  background: none;
}

.visibility-hidden {
  display: none;
}

.section-content {
  min-width: 0;
}


/* =========================================
   TABLES
========================================= */

.table {
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
  border-spacing: 0;
}

.table th,
.table th a {
  font-size: 13px;
  text-align: left;
}

.table tr {
  border-bottom: 1px solid #ddd;
  display: block;
  padding: 20px 0;
}

.table td {
  display: block;
}

.table td,
.table th {
  padding: 10px 20px;
  height: 60px;
}


/* =========================================
   HEADER
========================================= */

.header {
  width: 100%;
  max-width: 100%;
  padding: 0 5%;
  box-sizing: border-box;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 71px;
  background: #000;
}

.logo img {
  max-height: 30px;
  position: relative;
  margin: auto 0;
  vertical-align: middle;
}

.logo-footer img {
  max-height: 18px;
  vertical-align: middle;
}

.logo span,
.logo-footer span {
  margin: 0 10px;
}

.logo a,
.logo-footer a {
  display: inline-block;
}

.logo a:hover,
.logo a:focus,
.logo a:active,
.logo-footer a:hover,
.logo-footer a:focus,
.logo-footer a:active {
  text-decoration: none;
}

/* =========================================
   FOOTER
========================================= */

footer {
  background: #000;
  font-family: "Montserrat", sans-serif;
  margin-top: 10px;
}

table.footer,
th.footer,
td.footer {
  border: none;
  text-align: left;
  font-family: "Montserrat", sans-serif;
}

table.footer {
  margin-bottom: 50px;
}

th.footer {
  width: 250px;
  padding: 0;
  margin: 0;
  height: 10px;
}

td.footer {
  padding: 0;
  margin: 0;
  font-size: 14px;
  height: 10px;
}

tr.footer {
  padding: 0;
  margin: 0;
  height: 10px;
}

p.footer {
  padding: 0;
  margin: 0;
  width: 50%;
  border: none;
  font-size: 12px;
  color: #fff;
}

.table-link {
  color: #fff;
  cursor: pointer;
  text-decoration: none;
}

.table-link:visited {
  color: #fff;
}

.divider-line {
  border-top: 1px dashed #808080;
  width: 100%;
  margin-top: 20px;
}

.social-footer {
  padding: 0 10px;
  float: right;
  max-width: 25px;
}

.clear-fix::after {
  content: "";
  display: table;
  clear: both;
}

.appstorebadges {
  float: right;
  margin-top: 50px;
  height: 40px;
}

.playstore {
  padding-left: 20px;
}


/* =========================================
   HOMEPAGE HERO
========================================= */

#main-content.section.hero {
  height: 500px;
  background: linear-gradient(
    128deg,
    rgb(236, 73, 73) 7%,
    rgb(33, 27, 145) 75%
  );
}

.hero-inner {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.home-title {
  font-size: 40pt;
  color: #000;
  font-weight: 600;
  line-height: 108%;
  letter-spacing: -2px;
  text-align: center;
}

.search-box {
  position: relative;
  text-align: left;
}

.nav-wrapper-mobile {
  display: none;
}


/* =========================================
   CATEGORY CARDS
========================================= */

.categories {
  margin-top: 40px;
  position: relative;
  z-index: 1;
}

.blocks-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
  padding: 0;
  margin: 0;
}

.blocks-item {
  background: #fff;
  border-radius: 18px;
  height: 280px;
  overflow: hidden;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.12);
  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease;
}

.blocks-item:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 35px rgba(0, 0, 0, 0.18);
}

.blocks-item-link {
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  padding: 30px 20px;

  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;

  text-align: center;
  text-decoration: none;
}

.blocks-item-link img {
  flex-shrink: 0;
  width: 70px;
  height: 70px;
  object-fit: contain;
  margin-bottom: 20px;
}

.blocks-item-title {
  display: block;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 12px;
}

.blocks-item-description {
  display: block;
  max-width: 240px;
  font-size: 15px;
  line-height: 1.5;
  color: #555;
}


/* =========================================
   KNOWLEDGE BASE HOMEPAGE SECTION
========================================= */

.section.knowledge-base {
  padding-bottom: 0;
}

.knowledge-base {
  margin-top: 40px;
  margin-bottom: 40px;
}

.knowledge-base h2 {
  margin-bottom: 0;
}

.knowledge-base ul {
  margin: 0;
  padding: 0;
}

.knowledge-base li {
  margin: 0;
  padding: 12px 0;
  border-top: 1px dashed #d3d3d3;
}

.knowledge-base li:last-child {
  border-bottom: 1px dashed #d3d3d3;
}

.knowledge-base a {
  display: block;
  padding: 0;
  font-size: 15px;
  color: #000;
}

.knowledge-base a:hover {
  text-decoration: underline;
}


/* =========================================
   ARTICLE LISTS
========================================= */

.article-list {
  list-style: none !important;
  padding: 10px 0 0 10px !important;
  margin: 0 !important;
}

.article-list li {
  display: block !important;
  border-top: 1px dashed #d3d3d3;
  padding: 20px 0 !important;
  margin: 0 !important;
}

.article-list li:last-child {
  border-bottom: 1px dashed #d3d3d3;
}

.article-list a {
  display: block !important;
  padding: 0 !important;
  color: #000;
  text-decoration: none;
}

.article-list a:hover {
  text-decoration: none;
}

/* =========================================
   SECTION ARTICLE ITEMS
========================================= */

.section-article-item {
  padding: 20px 0;
  text-decoration: none;
}

.section-article-item a:hover {
  text-decoration: underline;
}


/* =========================================
   RELATED ARTICLES
========================================= */

.related-articles {
  margin-top: 60px;
  padding-top: 40px;
  border-top: 1px solid #e5e5e5;
}

.related-articles h2 {
  margin-bottom: 25px;
}

.related-grid {
  display:flex;
  flex-direction:column;
  gap:0;
}


.related-link {
  display:block;
  padding:18px 0;
  border-bottom:1px dashed #e5e5e5;
}

.related-link:first-child {
  border-top:1px dashed #e5e5e5;
}


.related-link-title {
  font-size:17px;
  font-weight:500;
  margin-bottom:6px;
}


.related-link p {
  margin:0;
  color:#666;
  font-size:14px;
}


.related-link:hover .related-link-title {
  text-decoration:underline;
}

.related-link,
.related-link:visited,
.related-link:hover {
  color:#000;
  text-decoration:none;
}

/* =========================================
   ARTICLE PAGE LAYOUT
========================================= */

.help-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 50px 25px 80px;
}


/* Breadcrumbs */

.breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  margin-bottom: 30px;
  color: #777;
}

.breadcrumbs a {
  color: #333;
}

.breadcrumbs a:hover {
  text-decoration: underline;
}

.breadcrumbs a:not(:last-child) {
  white-space: nowrap;
}

.breadcrumb-divider {
  color:#aaa;
}

.breadcrumb-current {
  color:#777;
}


/* Category header */

.category-header {
  background: linear-gradient(
    128deg,
    rgb(236, 73, 73) 7%,
    rgb(33, 27, 145) 75%
  );
  color: #fff;
  padding: 45px;
  border-radius: 18px;
  margin-bottom: 35px;
}

.category-header h1 {
  font-size: 42px;
  margin-bottom: 10px;
}

.category-header p {
  font-size: 18px;
  opacity: 0.85;
}


/* Article layout */

.article-layout {
  display: grid;
  grid-template-columns: 260px minmax(0, 820px);
  gap: 50px;
  align-items: start;
}

/* =========================================
   ARTICLE SIDEBAR
========================================= */

.article-sidebar {
  position: sticky;
  top: 30px;
  border-right: 1px solid #e5e5e5;
  padding-right: 25px;
}

.article-sidebar h3 {
  font-size: 18px;
  margin-bottom: 20px;
}

.article-sidebar nav {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.article-sidebar a {
  font-size: 14px;
  color: #444;
  text-decoration: none;
}

.article-sidebar a:hover {
  color: #000;
  text-decoration: underline;
}


/* Sidebar article expansion */

.hidden-sidebar-article {
  display: none;
}

.sidebar-more-button {
  margin-top: 15px;
  background: none;
  border: none;
  padding: 0;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  cursor: pointer;
  text-decoration: underline;
}


/* Article body */

.article {
  max-width: 820px;
  padding: 0 2rem 5rem;
}

.article-header {
  margin-bottom: 2.5rem;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid #e8e8e8;
}

.article-header h1 {
  font-size: 36px;
  font-weight: 600;
  line-height: 1.2;
  color: #1b1b1b;
  margin: 0 0 0.75rem;
}

.article-meta {
  font-size: 0.95rem;
  color: #666;
}


/* =========================================
   ARTICLE CONTENT
========================================= */

.article-content {
  color: #333;
  font-size: 1.08rem;
  line-height: 1.8;
}

.article-content p {
  margin: 0 0 1.5rem;
}

.article-content h2 {
  font-size: 26px;
  margin: 3rem 0 1rem;
  color: #111;
}

.article-content h3 {
  font-size: 22px;
  margin: 2rem 0 0.8rem;
  color: #111;
}

.article-content h4 {
  font-size: 18px;
  margin: 1.5rem 0 0.5rem;
}

.article-content strong {
  color: #111;
}

.article-content a {
  color: #1769ff;
}

.article-content a:hover {
  text-decoration: underline;
}

/* Lists */

.article-content ul,
.article-content ol {
  margin: 0 0 1.8rem 1.6rem;
}

.article-content li {
  margin-bottom: 0.75rem;
  line-height: 1.7;
}


/* =========================================
   CALLOUTS
========================================= */

.article-content blockquote {
  margin: 2rem 0;
  padding: 1rem 1.5rem;
  border-left: 4px solid #3b82f6;
  background: #f8fbff;
  color: #444;
}

.article-content .note,
.article-content .tip,
.article-content .warning {
  padding: 1rem 1.25rem;
  margin: 2rem 0;
}

.article-content .note {
  background: #fff9e8;
  border-left: 4px solid #f5b400;
}

.article-content .tip {
  background: #eef8ff;
  border-left: 4px solid #2196f3;
}

.article-content .warning {
  background: #fff2f2;
  border-left: 4px solid #d93025;
}


/* =========================================
   CODE BLOCKS
========================================= */

.article-content code {
  background: #f4f4f4;
  padding: 0.2rem 0.35rem;
  border-radius: 4px;
  font-size: 0.95em;
}

.article-content pre {
  background: #222;
  color: #fff;
  padding: 1.25rem;
  border-radius: 8px;
  overflow-x: auto;
}


/* =========================================
   MEDIA
========================================= */

.article-content img {
  width: 100%;
  height: auto;
  border-radius: 10px;
  margin: 2rem 0;
}

.small-image{
  max-width: 300px;
}

.article-content figure {
  margin: 2rem 0;
}

.article-content figcaption {
  text-align: center;
  color: #777;
  font-size: 0.9rem;
  margin-top: 0.75rem;
}

video {
  max-width: 300px;
}


/* =========================================
   ARTICLE TABLES
========================================= */

.article-content table {
  width: 100%;
  border-collapse: collapse;
  margin: 2rem 0;
}

.article-content th,
.article-content td {
  border: 1px solid #e4e4e4;
  padding: 0.9rem;
  text-align: left;
}

.article-content th {
  background: #f8f8f8;
}


/* =========================================
   SEARCH
========================================= */

.search-container {
  position: relative;
  width: 100%;
  max-width: 650px;
  margin: 30px auto;
}

#help-search {
  width: 100%;
  max-width: 650px;
  box-sizing: border-box;
  padding: 10px 28px 10px 60px;
  border-radius: 14px;
  border: 1px solid #ddd;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
}

#help-search:focus {
  border-color: #333;
  box-shadow: 0 0 0 3px rgba(0,0,0,0.08);
}

.search-input-wrapper {
  position: relative;
  width: 100%;
}

.search-icon {
  position: absolute;
  left: 22px;
  top: 50%;
  transform: translateY(-50%);
  color: #777;
  display: flex;
}

#search-results {
  position: absolute;
  top: 65px;
  left: 0;
  right: 0;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(0,0,0,.15);
  z-index: 10;
}

.search-result {
  padding: 15px 20px;
  border-bottom: 1px solid #eee;
}

.search-result:last-child {
  border-bottom: none;
}

.search-result-title {
  font-weight: 600;
}

.search-result a {
  display: block;
  color: #000;
}

/* =========================================
   USER GUIDE HUB
========================================= */

.guide-hub {
  max-width: 1000px;
}

.guide-intro {
  font-size: 18px;
  color: #555;
  margin-bottom: 50px;
}


.guide-group {
  margin-bottom: 50px;
}


.guide-group h2 {
  margin-bottom: 20px;
}


.guide-cards {
  display:flex;
  flex-direction:column;
  gap:16px;
}


.guide-card {
  display:block;
  padding:10px 25px;
  background:#fff;
  border-radius:16px;
  box-shadow:0 5px 20px rgba(0,0,0,.08);
  transition:
    transform .2s ease,
    box-shadow .2s ease;
}


.guide-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 35px rgba(0,0,0,0.18);
}


.guide-card h4 {
  padding: 0;
  margin-bottom: 10px;
  margin-top: 10px;
}

.guide-card,
.guide-card:visited,
.guide-card:hover,
.guide-card:active {
  color:#000;
  text-decoration:none;
}

.guide-card p {
  color:#555;
  margin:0;
  line-height:1.5;
  font-size: 12pt;
}

.guide-card::after {
  content:"→";
  float:right;
  font-size:24px;
  color:#777;
}

/* =========================================
   RESPONSIVE
========================================= */


/* =========================================
   TABLET
========================================= */

@media (max-width: 900px) {

  body > main {
    min-height: 65vh;
  }

  .container,
  .container-unit {
    max-width: 90%;
    padding-left: 5%;
    padding-right: 5%;
  }


  /* Hero */

  #main-content.section.hero {
    height: 400px;
  }


  /* Category cards */

  .blocks-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }

  .blocks-item {
    height: 240px;
  }

  .blocks-item-link {
    padding: 20px;
  }


  /* Article */

  .article-layout {
    display: block;
  }

  .article-sidebar {
    display: none;
  }

  .article-sidebar nav {
    display: none;
  }

  .hidden-sidebar-article {
    display: none;
  }


  /* Tables */

  .table {
    table-layout: auto;
  }

  .table tr {
    display: table-row;
  }

  .table td {
    display: table-cell;
  }

  .table td,
  .table th {
    padding: 10px 20px;
    height: 60px;
  }

/* Search */

  .search-container {
    width: 80%;
  }

  .related-grid {
  grid-template-columns:1fr;
}

/* User guide hub */

.guide-cards {
    grid-template-columns: repeat(2,1fr);
  }

}


/* =========================================
   MOBILE
========================================= */

@media (max-width: 600px) {


  /* Containers */

  .container,
  .container-unit {
    max-width: 95%;
    padding-left: 2.5%;
    padding-right: 2.5%;
  }


  /* Hero */

  #main-content.section.hero {
    height: 300px;
  }

  .home-title {
    font-size: 30pt;
  }


  /* Category cards */

  .categories {
    margin-top: 30px;
  }

  .blocks-list {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .blocks-item {
    height: 220px;
  }

  .blocks-item-link {
    min-height: 220px;
  }


  /* Footer */

  p.footer {
    width: 100%;
  }

  .appstorebadges {
    height: 25px;
    margin-top: 50px;
  }

  .playstore {
    padding-left: 2px;
  }


  /* Article */

  .help-container {
    padding: 30px 15px 50px;
  }

  .category-header {
    padding: 30px;
  }

  .category-header h1 {
    font-size: 32px;
  }

  .article {
    padding: 2rem 0;
  }

  .article-header h1 {
    font-size: 2rem;
  }

/* User guide hub */

  .guide-cards {
    grid-template-columns:1fr;
  }


}