.help-tools-page {
  --nash-red: #e10a18;
  --nash-red-dark: #bd0814;
  --nash-ink: #101a28;
  --nash-muted: #4f5966;
  --nash-line: rgba(16, 26, 40, 0.1);
  --nash-shadow: 0 13px 30px rgba(16, 24, 40, 0.09);
  background: #fbfcfe;
  color: var(--nash-ink);
  overflow-x: hidden;
}

.help-tools-page a:focus-visible,
.help-tools-page button:focus-visible {
  outline: 3px solid rgba(225, 10, 24, 0.32);
  outline-offset: 3px;
}

.help-tools-page .header_navbar {
  position: fixed;
  padding: 0 30px;
  background: #ffffff;
  box-shadow: 0 8px 26px rgba(18, 25, 37, 0.06);
}

.help-tools-page .header_navbar.sticky {
  padding: 0 30px;
  background: #ffffff;
}

.help-tools-page .header_navbar .container-fluid {
  max-width: 1390px;
  padding-right: 0;
  padding-left: 0;
}

.help-tools-page .navbar {
  min-height: 88px;
  border-radius: 0;
}

.help-tools-page .navbar-brand img {
  width: 132px;
  height: auto;
}

.help-tools-page .navbar-nav {
  margin-right: 24px;
}

.help-tools-page .navbar-nav .nav-item {
  margin: 0 11px;
  position: relative;
}

.help-tools-page .navbar-nav .nav-item a {
  padding: 34px 0 30px;
  color: #111827;
  font-size: 15px;
  font-weight: 700;
  line-height: 1;
}

.help-tools-page .navbar-nav .nav-item a::before {
  top: auto;
  bottom: 19px;
  height: 2px;
  background: var(--nash-red);
}

.help-tools-page .navbar-nav .nav-item.active > a,
.help-tools-page .navbar-nav .nav-item:hover > a {
  color: var(--nash-red);
}

.help-tools-page .navbar-btn .main-btn,
.help-tools-page .navbar-btn .nav-shop-btn {
  height: 46px;
  padding: 0 25px;
  color: #ffffff;
  line-height: 46px;
  background: var(--nash-red);
  border: 0;
  border-radius: 7px;
  box-shadow: 0 8px 20px rgba(225, 10, 24, 0.18);
  font-size: 15px;
}

.help-tools-page .navbar-btn .main-btn:hover,
.help-tools-page .navbar-btn .nav-shop-btn:hover {
  background: var(--nash-red-dark);
}

.help-tools-page .nav-shop-btn i {
  margin-right: 0;
  margin-left: 12px;
}

.help-tools-hero {
  position: relative;
  min-height: 290px;
  margin-top: 88px;
  display: flex;
  align-items: center;
  overflow: hidden;
  background-image: url("../images/help-tools/help-tools-hero.png");
  background-position: center right;
  background-size: cover;
  background-repeat: no-repeat;
}

.help-tools-hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(4, 21, 35, 0.8) 0%, rgba(4, 21, 35, 0.64) 35%, rgba(4, 21, 35, 0.08) 68%, rgba(4, 21, 35, 0) 100%);
  pointer-events: none;
}

.help-tools-hero .container,
.tools-section .container {
  position: relative;
  max-width: 1390px;
  padding-right: 0;
  padding-left: 0;
}

.help-tools-hero-copy {
  position: relative;
  max-width: 545px;
}

.help-tools-hero h1 {
  color: #ffffff;
  font-size: 42px;
  line-height: 1.05;
  letter-spacing: 0;
}

.help-tools-hero p {
  margin-top: 18px;
  color: #ffffff;
  font-size: 18px;
  line-height: 1.55;
}

.tools-section {
  padding: 27px 0 34px;
  background: #fbfcfe;
}

.tools-heading {
  margin-bottom: 14px;
}

.tools-heading h2 {
  color: var(--nash-ink);
  font-size: 31px;
  line-height: 1;
  letter-spacing: 0;
}

.tools-heading span {
  width: 42px;
  height: 2px;
  margin-top: 8px;
  background: var(--nash-red);
}

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

.tool-card,
.small-tool-card,
.support-strip {
  background: #ffffff;
  border: 1px solid rgba(16, 26, 40, 0.08);
  border-radius: 8px;
  box-shadow: var(--nash-shadow);
}

.featured-tool {
  height: 224px;
  min-height: 224px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 330px);
  overflow: hidden;
}

.featured-copy {
  display: grid;
  grid-template-columns: 78px minmax(0, 1fr);
  align-items: center;
  gap: 21px;
  min-width: 0;
  padding: 34px 20px 34px 23px;
}

.tool-icon {
  flex: 0 0 78px;
  width: 78px;
  height: 78px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #fdecee;
}

.color-wheel {
  position: relative;
  width: 54px;
  height: 54px;
  border-radius: 50%;
  background: conic-gradient(#e10a18 0 45deg, #f79e1b 45deg 90deg, #ffd93a 90deg 135deg, #37b85a 135deg 180deg, #22a6db 180deg 225deg, #254f9d 225deg 270deg, #7b49b6 270deg 315deg, #e84b77 315deg 360deg);
  border: 3px solid #152233;
  box-shadow: inset 0 0 0 2px #ffffff;
}

.color-wheel::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  width: 14px;
  height: 14px;
  background: #ffffff;
  border-radius: 50%;
  border: 1px solid rgba(16, 26, 40, 0.14);
  transform: translate(-50%, -50%);
}

.icon-circle i {
  color: var(--nash-red);
  font-size: 38px;
}

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

.featured-content h3,
.small-tool-card h3,
.support-strip h2 {
  color: var(--nash-ink);
  letter-spacing: 0;
}

.featured-content h3 {
  font-size: 20px;
  line-height: 1.2;
}

.featured-content p {
  max-width: 260px;
  margin-top: 15px;
  color: #1f2937;
  font-size: 15px;
  line-height: 1.45;
}

.tool-button,
.support-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 134px;
  height: 42px;
  margin-top: 26px;
  border-radius: 6px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  transition: all 0.2s ease;
}

.tool-button {
  color: #ffffff;
  background: var(--nash-red);
  border: 1px solid var(--nash-red);
  box-shadow: 0 8px 16px rgba(225, 10, 24, 0.16);
}

.tool-button:hover {
  color: #ffffff;
  background: var(--nash-red-dark);
  border-color: var(--nash-red-dark);
}

.featured-image {
  height: 224px;
  min-height: 224px;
}

.featured-image img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.visualizer-card .featured-image img {
  object-position: center center;
}

.calculator-card .featured-copy {
  padding-left: 27px;
}

.calculator-image {
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #f9fbf6 22%, #f2f7ee 100%);
}

.calculator-image img {
  object-position: center center;
}

.secondary-tools {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 14px;
  margin-top: 28px;
}

.small-tool-card {
  min-height: 141px;
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  gap: 17px;
  align-items: start;
  padding: 23px 20px 20px 21px;
}

.small-tool-icon {
  width: 42px;
  height: 42px;
  color: var(--nash-red);
  line-height: 42px;
  text-align: center;
  font-size: 36px;
}

.small-tool-card h3 {
  margin-top: 2px;
  font-size: 15px;
  line-height: 1.2;
}

.small-tool-card p {
  margin-top: 11px;
  color: #263241;
  font-size: 14px;
  line-height: 1.5;
}

.support-strip {
  min-height: 106px;
  margin-top: 25px;
  padding: 18px 194px 18px 148px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  background: linear-gradient(90deg, #fff0f0 0%, #ffe9e9 50%, #fff0f0 100%);
  box-shadow: 0 9px 24px rgba(225, 10, 24, 0.06);
}

.support-copy {
  display: flex;
  align-items: center;
  gap: 27px;
}

.support-icon {
  width: 72px;
  height: 72px;
  flex: 0 0 72px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--nash-red);
  background: #fbdadb;
  border-radius: 50%;
  font-size: 38px;
}

.support-strip h2 {
  font-size: 18px;
  line-height: 1.2;
}

.support-strip p {
  margin-top: 7px;
  color: #263241;
  font-size: 14px;
  line-height: 1.4;
}

.support-button {
  min-width: 172px;
  margin-top: 0;
  color: var(--nash-red);
  background: transparent;
  border: 1px solid var(--nash-red);
}

.support-button:hover {
  color: #ffffff;
  background: var(--nash-red);
}

.help-footer {
  background: #121820;
}

.help-footer .footer_wrapper {
  padding: 56px 0 38px;
}

.help-footer .footer_wrapper::before {
  display: none;
}

.help-footer .footer_about img {
  width: 120px;
}

.help-footer .footer_about p,
.help-footer .footer_info,
.help-footer .footer_info li,
.help-footer .footer_info span {
  color: rgba(255, 255, 255, 0.8);
}

.help-footer .footer_about p {
  max-width: 310px;
  margin-top: 22px;
  font-size: 15px;
  line-height: 1.5;
}

.help-footer .footer_about .social li {
  margin-top: 24px;
}

.help-footer .footer_about .social li a {
  width: 38px;
  height: 38px;
  line-height: 42px;
  color: #ffffff;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.18);
}

.help-footer .footer_about .social li a:hover {
  background: var(--nash-red);
  border-color: var(--nash-red);
}

.help-footer .footer_title {
  color: #ffffff;
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
}

.help-footer .footer_link {
  width: 100%;
  padding-left: 0;
}

.help-footer .footer_link .link li a {
  color: rgba(255, 255, 255, 0.72);
  font-size: 15px;
}

.help-footer .footer_link .link li a:hover {
  color: #ffffff;
}

.help-footer .footer_contact {
  width: 100%;
  padding-left: 0;
}

.help-footer .footer_info {
  margin-top: 21px;
}

.help-footer .footer_info li {
  display: flex;
  align-items: flex-start;
  gap: 13px;
  margin-top: 12px;
  font-size: 15px;
  line-height: 1.5;
}

.help-footer .footer_info i {
  min-width: 18px;
  margin-top: 4px;
  color: #ff3441;
}

.help-footer .footer_info a {
  color: #ffffff;
}

.help-footer .footer_bottom {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px 18px;
  padding: 18px 0 28px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  flex-wrap: wrap;
}

.help-footer .footer_bottom p {
  margin: 0;
  color: rgba(255, 255, 255, 0.68);
  font-size: 14px;
}

.help-footer .footer_bottom a {
  color: #ff3441;
}

.help-tools-page .back-to-top {
  width: 54px;
  height: 54px;
  line-height: 58px;
  right: 24px;
  bottom: 24px;
  border-radius: 50%;
}

@media only screen and (min-width: 1400px) {
  .help-tools-page .header_navbar {
    padding-right: 0;
    padding-left: 0;
  }
}

@media only screen and (max-width: 1199px) {
  .help-tools-page .header_navbar,
  .help-tools-page .header_navbar.sticky {
    padding: 0 18px;
  }

  .help-tools-page .navbar-nav .nav-item {
    margin: 0 7px;
  }

  .help-tools-page .navbar-nav .nav-item a {
    font-size: 14px;
  }

  .featured-tool {
    grid-template-columns: minmax(0, 1fr) minmax(220px, 290px);
  }

  .featured-copy {
    gap: 18px;
  }

  .tool-icon {
    width: 68px;
    height: 68px;
    flex-basis: 68px;
  }

  .secondary-tools {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .support-strip {
    padding-right: 68px;
    padding-left: 68px;
  }
}

@media only screen and (max-width: 991px) {
  .help-tools-page .navbar {
    min-height: 76px;
  }

  .help-tools-page .navbar-toggler {
    margin-left: auto;
  }

  .help-tools-page .navbar-toggler .toggler-icon {
    background-color: #111827;
  }

  .help-tools-page .navbar-collapse {
    background: #ffffff;
    padding: 10px 0 18px;
    box-shadow: 0 18px 26px rgba(16, 24, 40, 0.1);
  }

  .help-tools-page .navbar-nav {
    margin-right: 0;
  }

  .help-tools-page .navbar-nav .nav-item a {
    padding: 12px 0;
  }

  .help-tools-hero {
    min-height: 270px;
    margin-top: 76px;
    background-position: center right 24%;
  }

  .primary-tools {
    grid-template-columns: 1fr;
  }

  .featured-tool {
    grid-template-columns: minmax(0, 1fr) minmax(280px, 360px);
  }

  .secondary-tools {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .support-strip {
    padding: 22px 34px;
  }
}

@media only screen and (max-width: 767px) {
  .help-tools-page .header_navbar,
  .help-tools-page .header_navbar.sticky {
    padding: 0 14px;
  }

  .help-tools-page .navbar-brand img {
    width: 112px;
  }

  .help-tools-page .container {
    padding-right: 18px;
    padding-left: 18px;
  }

  .help-tools-hero {
    min-height: 300px;
    background-position: center right 34%;
  }

  .help-tools-hero-overlay {
    background: linear-gradient(90deg, rgba(4, 21, 35, 0.9) 0%, rgba(4, 21, 35, 0.72) 62%, rgba(4, 21, 35, 0.32) 100%);
  }

  .help-tools-hero h1 {
    font-size: 36px;
  }

  .help-tools-hero p {
    font-size: 16px;
  }

  .tools-section {
    padding-top: 24px;
  }

  .tools-heading h2 {
    font-size: 25px;
    line-height: 1.16;
  }

  .featured-tool {
    height: auto;
    min-height: 0;
    grid-template-columns: 1fr;
  }

  .featured-copy {
    padding: 28px 22px;
  }

  .featured-image {
    height: 210px;
    min-height: 210px;
  }

  .secondary-tools {
    grid-template-columns: 1fr;
  }

  .small-tool-card {
    min-height: 126px;
  }

  .support-strip,
  .support-copy {
    align-items: flex-start;
  }

  .support-strip {
    flex-direction: column;
    padding: 24px;
  }

  .support-button {
    width: 100%;
  }

  .help-footer .footer_wrapper {
    padding-top: 42px;
  }

  .help-footer .footer_bottom {
    justify-content: flex-start;
  }
}

@media only screen and (max-width: 480px) {
  .help-tools-hero {
    min-height: 280px;
    background-position: center right 42%;
  }

  .featured-copy {
    grid-template-columns: 1fr;
    align-items: flex-start;
    gap: 18px;
  }

  .tool-button {
    width: 100%;
  }

  .support-copy {
    gap: 18px;
  }

  .support-icon {
    width: 62px;
    height: 62px;
    flex-basis: 62px;
    font-size: 32px;
  }
}
