:root {
  --startrust-ink: #737373;
  --startrust-accent: #4caac9;
  --startrust-accent-dark: #3490ae;
  --startrust-h1: #3490AE;
  --startrust-heading-dark: #404040;
  --startrust-line: rgba(76, 170, 201, 0.15);
  --startrust-heading: "Questrial", "Trebuchet MS", sans-serif;
  --startrust-body: "Roboto", "Trebuchet MS", sans-serif;
}

body,
.body-wrapper,
.default-content,
.modular-text {
  font-family: var(--startrust-body);
  color: var(--startrust-ink);
}

body {
  background: #fff;
}

h1,
h2,
h3,
h4,
.title,
.listing-item .title {
  color: var(--startrust-heading-dark);
  font-family: var(--startrust-heading);
  font-weight: 400;
  letter-spacing: 0;
}

a {
  color: var(--startrust-accent-dark);
}

.button,
button,
input[type="submit"] {
  background: var(--startrust-accent);
  border: 1px solid var(--startrust-accent);
  border-radius: 999px;
  color: #fff !important;
  display: inline-block;
  font-weight: 700;
  padding: 0.8rem 1.4rem 1.8rem;
  text-decoration: none;
  transition: background-color 0.2s ease, transform 0.2s ease;
}

.button:hover,
button:hover,
input[type="submit"]:hover {
  background: var(--startrust-accent-dark);
  border-color: var(--startrust-accent-dark);
  transform: translateY(-1px);
}



.header,
#header,
.navbar {
  background: #fff;
}

#header.section {
  border-bottom: 0;
  box-shadow: none;
  height: auto;
  position: relative;
  z-index: 40;
}

.navbar {
  align-items: center;
  display: flex;
  gap: 1.25rem;
  justify-content: space-between;
  min-height: 112px;
  padding: 1.1rem 0 0.6rem;
}

#header .navbar-section {
  height: auto;
}

.startrust-navbar {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 0;
  justify-content: center;
  min-height: auto;
  padding: 0;
}

.navbar-section.logo,
.navbar-section.desktop-menu {
  flex: initial;
}

.startrust-navbar__logo,
.startrust-navbar__menu {
  justify-content: center;
  width: 100%;
}

.startrust-brand {
  align-items: center;
  color: var(--startrust-ink) !important;
  display: flex;
  justify-content: center;
  text-decoration: none;
  width: 100%;
}

.startrust-brand__image {
  display: block;
  height: auto !important;
  margin: 0 auto;
  max-height: none !important;
  max-width: min(100%, 774px);
  width: auto;
}

.desktop-menu {
  background: #fff;
  border-top: 0;
  margin-top: 1rem;
  padding-top: 0;
  text-align: center;
}

.desktop-menu .dropmenu {
  display: flex;
  justify-content: center;
  width: 100%;
}

.desktop-menu .dropmenu ul {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 0;
  justify-content: center;
  list-style: none;
  margin: 0;
  padding: 0.5rem 0;
}

.desktop-menu .dropmenu li {
  margin: 0;
  padding: 0;
}

.desktop-menu .dropmenu a {
  border-bottom: 0;
  color: var(--startrust-ink);
  display: inline-block;
  font-family: var(--startrust-body);
  font-size: 1.05rem;
  font-weight: 400;
  letter-spacing: 0;
  padding: 0.15rem 0.95rem;
  text-decoration: none;
}

.desktop-menu .dropmenu a:hover,
.desktop-menu .dropmenu a.active {
  color: #3490AE !important;
  background: transparent;
  text-decoration: none;
}

#body-wrapper h1,
#body-wrapper h2,
#body-wrapper h3,
#body-wrapper h4,
#body-wrapper .title {
  color: var(--startrust-heading-dark);
  text-align: left;
}

#body-wrapper h1 {
  color: var(--startrust-h1);
  font-size: 2.45rem;
  line-height: 1.15;
}

#body-wrapper h2 {
  color: var(--startrust-h1);
  font-size: 2rem;
  line-height: 1.2;
  margin-top: 2.25rem;
}

#body-wrapper h3 {
  color: var(--startrust-heading-dark);
  display: block;
  font-family: var(--startrust-body);
  font-size: 1.08rem;
  font-weight: 700;
  line-height: 1.45;
  margin-top: 1.15rem;
  margin-bottom: 0.35rem;
}

#body-wrapper p,
#body-wrapper li {
  text-align: left;
}

.startrust-hero {
  background:
    linear-gradient(135deg, rgba(0, 0, 0, 0.52), rgba(0, 0, 0, 0.18)),
    url("../images/startrust/hero.jpg") center/cover;
  border-radius: 0;
  color: #fff;
  margin: 0 0 2.5rem;
  overflow: hidden;
  padding: 5.75rem 2rem;
}

.startrust-hero__inner {
  margin: 0 auto;
  max-width: 54rem;
  padding: 1.75rem 2rem;
  text-align: center;
  text-shadow: 0 2px 18px rgba(0, 0, 0, 0.35);
}

.startrust-hero h1,
.startrust-hero p,
.startrust-hero__title {
  color: #fff !important;
}

.startrust-hero__title {
  font-size: clamp(2.8rem, 5vw, 4.8rem);
  font-family: var(--startrust-heading);
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.04;
  margin: 0;
  text-align: center;
}

.startrust-intro {
  font-size: 1.22rem;
  line-height: 1.55;
  margin: 0 auto 1.75rem;
  max-width: 40rem;
  text-align: center !important;
}

.startrust-home-cta,
.startrust-profile,
.startrust-badge {
  background: #fff;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

.startrust-home-cta {
  margin-top: 2.5rem;
  padding: 2rem 0;
  text-align: center;
}

.startrust-home-cta h2,
.startrust-contact-details h2 {
  color: var(--startrust-heading-dark);
  text-align: left;
}

.startrust-profile {
  display: grid;
  gap: 2rem;
  grid-template-columns: minmax(220px, 320px) 1fr;
  margin: 1rem 0 2rem;
  padding: 1.5rem;
}

.startrust-profile__media img,
.startrust-badge img {
  border-radius: 18px;
  display: block;
  width: 100%;
}

.startrust-profile__content > :first-child {
  margin-top: 0;
}

.startrust-badge {
  margin-top: 2rem;
  max-width: 320px;
  padding: 1rem;
}

.startrust-contact-grid {
  display: grid;
  column-gap: 7.9%;
  grid-template-columns: 42.08% 50%;
  margin-bottom: 2rem;
  align-items: start;
}

.startrust-contact-main {
  grid-column: 1;
}

.startrust-contact-main h2,
.startrust-contact-details h2 {
  margin-top: 0;
}

.startrust-contact-details {
  grid-column: 2;
  padding-top: 0.15rem;
}

.startrust-contact-details p,
.startrust-contact-details a {
  word-break: break-word;
}

.startrust-contact-main > p:first-of-type {
  margin-bottom: 1.4rem;
}

.startrust-contact-form {
  background: #fff;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  padding: 0.35rem 0 0;
}

.form-wrapper {
  margin: 0;
}

.startrust-contact-form .form-field,
.startrust-contact-form .form-group {
  margin-bottom: 1rem;
}

#footer.section {
  background: #424242;
  border-top: 0;
  margin-top: 3rem;
  padding: 2rem 0 2.5rem;
  text-align: center;
}

#footer p {
  color: #a8a8a8;
  margin: 0;
}

#footer a {
  color: var(--startrust-accent);
}

.form-field label {
  color: var(--startrust-ink);
  display: block;
  font-size: 0.98rem;
  font-weight: 400;
  margin-bottom: 0.35rem;
}

.form-field input,
.form-field textarea {
  background: #fff;
  border: 1px solid transparent;
  border-radius: 0;
  box-shadow: none;
  padding: 0.9rem 1rem;
  width: 100%;
}

.form-field input:focus,
.form-field textarea:focus {
  border-color: #d6d6d6;
  outline: none;
}

.form-field textarea {
  min-height: 10rem;
}

.startrust-contact-form .button-wrapper {
  margin-top: 0.35rem;
}

#body-wrapper .container,
#header .container,
#footer .container {
  max-width: 980px;
}

.form-errors,
.notices {
  margin-bottom: 1rem;
}

@media (max-width: 900px) {
  .navbar {
    min-height: 92px;
    padding: 0.15rem 0;
  }

  .startrust-navbar {
    align-items: flex-start;
  }

  .startrust-profile,
  .startrust-contact-grid {
    column-gap: 0;
    grid-template-columns: 1fr;
  }

  .startrust-hero {
    padding: 3.5rem 1.5rem;
  }

  .startrust-brand__image {
    max-width: min(100%, 760px);
    width: auto;
  }

  .desktop-menu {
    margin-top: 0;
    padding-top: 0;
  }

  .startrust-hero {
    padding: 4rem 1.25rem;
  }

  .startrust-hero__inner {
    padding: 1rem 0.5rem;
  }

  #body-wrapper h1 {
    font-size: 2.1rem;
  }

  #body-wrapper h2 {
    font-size: 1.7rem;
  }

  .startrust-contact-details {
    padding-top: 0;
  }
}
