/* ==========================================================================
   Homepage Sections — Five Sigma  (Figma "final / Homepage" rev.)
   ========================================================================== */

/* Degular Display for headings */
.site-main h1,
.site-main h2 {
  font-family: 'Degular Display', Poppins, sans-serif;
  font-weight: 500;
}

/* Variables */
:root {
  --hp-primary: #ff549a;
  /* pink/coral — primary CTA */
  --hp-primary-hover: #e74879;
  /* pink/coral — primary CTA */
  --hp-secondary: #ff549a;
  --hp-secondary-hover: #ff549a;
  --hp-thirty: #0B2B46;
  --hp-thirty-hover: #0A3E6D;
  --hp-teal: #3cb9c8;
  /* teal accent */
  --hp-dark: #0b2b46;
  /* dark navy — dark sections */
  --hp-dark-2: #0d1f36;
  /* deeper navy */
  --hp-light-bg: #ebf5ff;
  /* very light blue */
  --hp-light-bg-2: #ffffff;
  /* white */
  --hp-light-bg-3: #d5eeff;
  /* light-blue gradient mid */
  --hp-text: #ffffff;
  /* white text on dark */
  --hp-text-dark: #0b2b46;
  /* dark text on light */
  --hp-text-muted: rgba(255, 255, 255, 0.65);
  /* muted on dark */
  --hp-text-muted-light: #647887;
  /* muted on light */
  --hp-border: rgba(255, 255, 255, 0.12);
  --hp-border-light: rgba(10, 40, 70, 0.12);
  --hp-radius: 16px;
  --hp-section-py: 100px;
  --hp-container: 1280px;
}

.front-page .container {
  max-width: var(--hp-container);
  margin: 0 auto;
  padding: 0 24px;
}

/* ==========================================================================
   Buttons
   ========================================================================== */

.hp-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 13px 30px;
  border-radius: 44px;
  font-size: 15px;
  font-weight: 400;
  line-height: 1;
  text-decoration: none;
  transition: all 0.2s ease;
  cursor: pointer;
  border: 1px solid transparent;
}

.hp-btn--center {
  margin: 0 auto;
  display: table;
}

.hp-btn--primary {
  background: var(--hp-primary);
  color: #fff;
  border-color: var(--hp-primary);
}

.hp-btn--primary:hover {
  background: #e01f65;
  border-color: #e01f65;
  color: #fff;
}

.hp-btn--secondary {
  background: transparent;
  color: var(--hp-secondary-hover);
  border-color: var(--hp-secondary-hover);
}

.hp-btn--secondary:hover {
  background: var(--hp-secondary-hover);
  color: #ffffff;
}

.hp-btn--thirty {
  background: var(--hp-thirty);
  color: #fff;
  border-color: var(--hp-thirty);
}

.hp-btn--thirty:hover {
  background: var(--hp-thirty-hover);
  border-color: var(--hp-thirty-hover);
  color: #fff;
}

/* Secondary button on dark-background sections */
.hp-testimonials .hp-btn--secondary,
.hp-cta .hp-btn--secondary {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.4);
}

.hp-testimonials .hp-btn--secondary:hover,
.hp-cta .hp-btn--secondary:hover {
  border-color: #fff;
  color: #fff;
}

.hp-btn--outline {
  background: transparent;
  color: var(--hp-primary);
  border-color: var(--hp-primary);
}

.hp-btn--outline:hover {
  background: var(--hp-primary);
  color: #fff;
}

/* ==========================================================================
   Hero Section  — light gradient background
   ========================================================================== */

.hp-hero {
  position: relative;
  min-height: 760px;
  display: flex;
  align-items: center;
  background: linear-gradient(160deg, #ebf5ff 0%, #dde9ff 45%, #ede5ff 100%);
  background-size: cover;
  background-position: center;
  overflow: hidden;
  padding: 67px 0 90px;
}

/* Overlay hidden on light hero; kept only when a custom bg-image is set */
.hp-hero__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg,
      rgba(235, 245, 255, 0.3) 0%,
      rgba(235, 245, 255, 0.1) 100%);
  z-index: 1;
}

.hp-hero .container {
  position: relative;
  z-index: 2;
  width: 100%;
  text-align: center;
}

.hp-hero__content {
  max-width: 720px;
  padding: 0;
  margin: 0 auto 38px;
}

.hp-hero__subtitle {
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--hp-teal);
  margin-bottom: 16px;
}

.hp-hero__title {
  font-size: clamp(36px, 5vw, 48px);
  font-weight: 400;
  line-height: 1;
  color: var(--hp-text-dark);
  margin-bottom: 20px;
}

.hp-hero__title span {
  color: #3fbbca;
}

/* Teal gradient on key phrase inside title (wrap in <em> or <span class="accent"> in WP) */
.hp-hero__title em,
.hp-hero__title .accent {
  font-style: normal;
  background: linear-gradient(90deg, #3cb9c8 0%, #5bcfdc 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.hp-hero__description {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.7;
  color: #0b2b46;
  margin-bottom: 20px;
}

.hp-hero__buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  justify-content: center;
}

/* ==========================================================================
   Logos Section — white background
   ========================================================================== */

.hp-logos {
  background: var(--hp-light-bg-2);
  padding: 80px 0;
  border-top: 1px solid var(--hp-border-light);
}

.hp-logos__heading {
  font-size: 36px;
  font-weight: 400;
  color: #0b2b46;
  text-align: center;
  margin-bottom: 40px;
}

/* Marquee container — full width, clips overflow */
.hp-logos__marquee {
  overflow: hidden;
  width: 100%;
  -webkit-mask-image: linear-gradient(to right, transparent 0%, #000 8%, #000 92%, transparent 100%);
  mask-image: linear-gradient(to right, transparent 0%, #000 8%, #000 92%, transparent 100%);
  max-width: var(--hp-container);
  margin: 0 auto;
}

/* Track: flex row, 2× logos side-by-side, animates -50% */
.hp-logos__track {
  display: flex;
  width: max-content;
  animation: hp-marquee 30s linear infinite;
}

.hp-logos__track:hover {
  animation-play-state: paused;
}

@keyframes hp-marquee {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-50%);
  }
}

.hp-logos__item {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 40px;
  flex-shrink: 0;
}

.hp-logos__item img {
  max-height: 50px;
  width: auto;
  filter: none;
  transition: opacity 0.2s;
}

.hp-logos__item a {
  display: flex;
  align-items: center;
}

/* ==========================================================================
   Features / Boxes Section — light-blue background
   ========================================================================== */

.hp-features {
  background: linear-gradient(180deg, #ffffff 0%, #def0ff 100%);
  padding: var(--hp-section-py) 0;
}

.hp-features__header {
  text-align: center;
  max-width: 890px;
  margin: 0 auto 60px;
}

.hp-features__heading {
  font-size: clamp(28px, 3.5vw, 36px);
  font-weight: 400;
  color: #0b2b46;
  margin-bottom: 20px;
  line-height: 1.2;
}

.hp-features__subheading {
  font-size: 17px;
  line-height: 1.7;
  color: var(--hp-text-muted-light);
}

.hp-features__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 26px;
  max-width: 1026px;
  margin: 0 auto;
}

.hp-features__card {
  background: var(--hp-light-bg-2);
  border-radius: var(--hp-radius);
  padding: 12px 12px 45px;
  transition:
    border-color 0.2s,
    box-shadow 0.2s;
}

.hp-features__card:hover {
  border-color: var(--hp-teal);
  box-shadow: 0 8px 32px rgba(60, 185, 200, 0.12);
}

.hp-feature__card-text {
  padding: 0 20px;
}

.hp-features__card-image {
  border-radius: 17px;
  overflow: hidden;
  max-height: 295px;
  margin: 0 0 21px;
}

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

.hp-features__card-icon {
  height: 41px;
  width: auto;
  margin-bottom: 16px;
  max-width: 145px;
}

.hp-features__card-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.hp-features__card-title {
  font-size: 21px;
  font-weight: 600;
  color: var(--hp-text-dark);
  margin-bottom: 7px;
}

.hp-features__card-desc {
  font-size: 18px;
  line-height: 1.5;
  color: var(--hp-text-dark);
  margin-bottom: 25px;
}

.hp-features__card-link {
  font-weight: 400;
  color: var(--hp-primary);
  text-decoration: none;
}

/* ==========================================================================
   Stats Section — white background
   ========================================================================== */

.hp-stats {
  background: var(--hp-light-bg-2);
  padding: var(--hp-section-py) 0;
}

.hp-stats__header {
  text-align: center;
  max-width: 680px;
  margin: 0 auto 60px;
}

.hp-stats__heading {
  font-size: clamp(28px, 3.5vw, 32px);
  font-weight: 600;
  color: var(--hp-text-dark);
  margin-bottom: 16px;
  line-height: 1.2;
}

.hp-stats__description {
  font-size: 17px;
  line-height: 1.7;
  color: var(--hp-text-muted-light);
}

.hp-stats__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
  text-align: center;
}

.hp-stats__item {
  background: #fff;
  border-radius: var(--hp-radius);
  padding: 14px 9px 33px;
  box-shadow: 0 0 20px 0 #0000001a;
}

.hp-stats__logo {
  width: 172px;
  height: 164px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto 13px;
}

.hp-stats__number {
  font-size: clamp(45px, 5vw, 68px);
  font-weight: 700;
  color: var(--hp-text-dark);
  line-height: 1;
  margin-bottom: 15px;
}

.hp-stats__label {
  font-size: 18px;
  color: var(--hp-text-dark);
  line-height: 1.5;
}

.hp-stats__cta {
  text-align: center;
  margin-top: 48px;
}

/* ==========================================================================
   Video Section — light-blue gradient
   ========================================================================== */

.hp-video {
  background: linear-gradient(160deg,
      var(--hp-light-bg) 0%,
      var(--hp-light-bg-3) 100%);
  padding: 110px 0;
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center bottom;
}

.hp-video .container {
  gap: 80px;
  align-items: center;
}

.hp-video__heading {
  font-size: clamp(28px, 3.5vw, 36px);
  font-weight: 400;
  color: var(--hp-text-dark);
  margin: 0 auto 25px;
  line-height: 1.2;
  max-width: 520px;
  text-align: center;
}

.hp-video__content {
  margin: 0 auto 50px;
}

.hp-video__description {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
  color: var(--hp-text-dark);
  max-width: 620px;
  text-align: center;
  margin: 0 auto;
}

.hp-video__player {
  width: 100%;
  height: auto;
  margin: 0 auto 50px;
}

.hp-video__wrapper {
  position: relative;
  border-radius: var(--hp-radius);
  overflow: hidden;
  aspect-ratio: 16 / 9;
  background-color: #d9d9d9;
  background-size: cover;
  background-position: center;
  cursor: pointer;
  box-shadow: 0 12px 48px rgba(10, 40, 70, 0.12);
}

.hp-video__embed {
  width: 100%;
  height: 100%;
}

.hp-video__player iframe {
  width: 100%;
  height: 100%;
}

.hp-video__play {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(10, 40, 70, 0.15);
  border: none;
  cursor: pointer;
  transition: background 0.2s;
}

.hp-video__play:hover {
  background: rgba(10, 40, 70, 0.3);
}

.hp-video__play svg {
  width: 80px;
  height: 80px;
}

/* ==========================================================================
   Content Section (Text + Image) — light background
   ========================================================================== */

.hp-content-section {
  background: #ffffff;
  padding: 110px 0;
  background-size: 100% 740px;
  background-position: center top;
  background-repeat: no-repeat;
}

.hp-content-section__inner {
  text-align: center;
}

.hp-content-section--image_left .hp-content-section__inner {
  direction: rtl;
}

.hp-content-section--image_left .hp-content-section__inner>* {
  direction: ltr;
}

.hp-content-section__heading {
  font-size: clamp(28px, 3.5vw, 36px);
  font-weight: 400;
  color: var(--hp-text-dark);
  margin-bottom: 50px;
  line-height: 1.2;
}

.hp-content-section__description {
  font-size: 18px;
  line-height: 1.7;
  color: var(--hp-text-dark);
  margin-bottom: 36px;
}

.hp-content-section__description p {
  margin-bottom: 12px;
}

.hp-content-section__list {
  list-style-type: none;
  padding: 0;
  margin: 0 auto 50px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
}

.hp-content-section__list-item {
  background-color: #eef7ff;
  text-align: center;
  border-radius: 24px;
  overflow: hidden;
  padding: 32px 16px;
  display: flex;
  flex-direction: column;
  position: relative;
}

.hp-content-section__list-item::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(150deg, #EEF7FF, #C8E2F9);
  transition: opacity 0.6s ease;
  pointer-events: none;
  opacity: 0;
}

.hp-content-section__list-item:hover::before {
  opacity: 1;
}

.hp-content-section__list-item>* {
  position: relative;
  z-index: 1;
}

.hp-content-section__list-title {
  color: #0b2b46;
  text-align: left;
  margin: 0 0 10px;
  display: block;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.3;
}

.hp-content-section__list-image {
  width: 100%;
  overflow: hidden;
}

.hp-content-section__list-image img {
  transition: opacity 0.5s ease-in-out;
}

/* Hover image swap */
.hp-content-section__list-image.has-hover-image {
  position: relative;
}

.hp-content-section__list-image.has-hover-image .list-image__default {
  display: block;
  width: 100%;
  opacity: 1;
  transition: opacity 0.5s ease-in-out;
  will-change: opacity;
}

.hp-content-section__list-image.has-hover-image .list-image__hover {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: scale-down;
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
  will-change: opacity;
}

.hp-content-section__list-item:hover .hp-content-section__list-image.has-hover-image .list-image__default {
  opacity: 0;
}

.hp-content-section__list-item:hover .hp-content-section__list-image.has-hover-image .list-image__hover {
  opacity: 1;
}

.hp-content-section__list-desc {
  text-align: left;
  color: #0b2b46;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
  flex-grow: 1;
}

.hp-content-section__image img {
  width: 100%;
  height: auto;
  border-radius: var(--hp-radius);
}

/* ==========================================================================
   Testimonials Section — DARK (stays dark per design)
   ========================================================================== */

.hp-testimonials {
  background: var(--hp-dark);
  padding: var(--hp-section-py) 0;
  overflow: hidden;
}

.hp-testimonials__layout {
  display: flex;
  gap: 60px;
  align-items: stretch;
}

.hp-testimonials__sidebar {
  flex: 0 0 280px;
  display: flex;
  flex-direction: column;
  gap: 40px;
  padding-top: 8px;
  align-content: space-between;
  justify-content: space-between;
}

.hp-testimonials__heading {
  font-size: clamp(28px, 3.5vw, 36px);
  font-weight: 400;
  color: var(--hp-text);
  text-align: left;
  margin-bottom: 0;
  line-height: 1.2;
}

.hp-testimonials__nav {
  display: flex;
  gap: 12px;
  margin: auto 0 0;
}

.hp-testimonials__prev,
.hp-testimonials__next {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #ddddde !important;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.2s;
  padding: 0;
  opacity: 0.5;
}


.hp-testimonials__prev svg path {
  fill: #0E112280;
}

.hp-testimonials__next {
  opacity: 1;
}

.hp-testimonials__next svg path {
  fill: #303030;
}

.hp-testimonials__prev:hover {
  opacity: 1;

}

.hp-testimonials__next:hover {
  opacity: 1;
}

.hp-testimonials__prev:hover svg path,
.hp-testimonials__next:hover svg path {
  fill: #303030;

}

.hp-testimonials__prev:hover~.hp-testimonials__next {
  opacity: 0.5;
}

.hp-testimonials__prev:hover~.hp-testimonials__next svg path {
  fill: #303030;
}

.hp-testimonials__slider-wrap {
  flex: 1;
  min-width: 0;
  clip-path: inset(0 -9999px 0 0);
}

.hp-testimonials__slider .slick-list {
  overflow: visible;
}

.hp-testimonials__item {
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid var(--hp-border);
  border-radius: var(--hp-radius);
  padding: 36px 32px;
  margin-right: 24px;
}

.hp-testimonials__logo {
  margin-bottom: 24px;
}

.hp-testimonials__logo img {
  max-height: 32px;
  width: auto;
  filter: brightness(0) invert(1);
}

.hp-testimonials__quote {
  font-size: 26px;
  line-height: 1.7;
  color: #ffffff;
  margin: 28px 0;
  font-weight: 400;
  border: none;
  padding: 0;
}

.hp-testimonials__author {
  display: flex;
  align-items: center;
  gap: 5px;
}

.hp-testimonials__author-name {
  display: block;
  font-size: 21px;
  font-weight: 600;
  color: var(--hp-primary);
}

.hp-testimonials__author-company {
  font-size: 21px;
  color: #ffffff;
}

/* ==========================================================================
   Icons Grid Section — white background
   ========================================================================== */

.hp-icons {
  background: var(--hp-light-bg-2);
  padding: var(--hp-section-py) 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center bottom;
}

.hp-icons__header {
  text-align: center;
  max-width: 760px;
  margin: 0 auto 64px;
}

.hp-icons__heading {
  font-size: clamp(28px, 3.5vw, 36px);
  font-weight: 400;
  color: var(--hp-text-dark);
  margin-bottom: 50px;
  line-height: 1.2;
}

.hp-icons__description {
  font-size: 18px;
  line-height: 1.7;
  color: var(--hp-text-dark);
}

.hp-icons__grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 20px;
  text-align: center;
  max-width: 905px;
  margin: 0 auto;
}

.hp-icons__item {
  width: 165px;
  height: 165px;
  background-color: #ffffff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 16px;
  overflow: hidden;
  padding: 25px 0;
  transition: 0.3s;
}

.hp-icons__item:hover {
  box-shadow: 0 0 10px -2px #00000026;
}

.hp-icons__icon {
  width: auto;
  height: 45px;
  max-width: 60px;
  margin: 0 auto 17px;
}

.hp-icons__icon img,
.hp-icons__icon svg {
  width: 100%;
  height: 100%;
  object-fit: scale-down;
  transition: all 0.3s;
}

.hp-icons__icon svg rect,
.hp-icons__icon svg path {
  transition: all 0.3s;
}

.hp-icons__item:hover .hp-icons__icon svg rect {
  stroke: var(--hp-primary);
}

.hp-icons__item:hover .hp-icons__icon svg path {
  fill: var(--hp-primary);
}

.hp-icons__item-title {
  font-size: 18px;
  font-weight: 400;
  color: var(--hp-text-dark);
  margin-bottom: 17px;
  line-height: 1.5;
}

.hp-icons__item-desc {
  font-size: 13px;
  line-height: 1.6;
  color: var(--hp-text-muted-light);
}

/* ==========================================================================
   Blog Posts Section — white background
   ========================================================================== */

.hp-blog {
  background: var(--hp-light-bg-2);
  padding: var(--hp-section-py) 0;
}

.hp-blog__header {
  margin-bottom: 50px;
}

.hp-blog__heading {
  font-size: clamp(28px, 3.5vw, 36px);
  font-weight: 400;
  color: var(--hp-text-dark);
  line-height: 1.2;
  margin: 0;
  text-align: center;
}

.hp-blog__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.hp-blog__card {
  background: #f5f5f5;
  border-radius: var(--hp-radius);
  overflow: hidden;
  transition:
    border-color 0.2s,
    box-shadow 0.2s;
  margin: 0;
  padding: 30px 30px 32px;
}

.hp-blog__card:hover {
  border-color: var(--hp-teal);
  box-shadow: 0 8px 32px rgba(60, 185, 200, 0.1);
}

.hp-blog__card-image {
  display: block;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  margin: 0 0 39px;
  border-radius: 10px;
  position: relative;
}

.hp-blog__card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s;
}

.hp-blog__card:hover .hp-blog__card-image img {
  transform: scale(1.04);
}

.hp-blog__card-cats {
  position: absolute;
  display: flex;
  gap: 4px;
  top: 10px;
  left: 10px;
  font-size: 15px;
  line-height: 1.2;
}

.hp-blog__card-cat {
  padding: 3px 10px;
  border-radius: 32px;
  color: #0b2b4666;
  background-color: #def0ffcc;
  border: 1px solid #0b2b4666;
}

.hp-blog__card-body {}

.hp-blog__card-date {
  font-size: 13px;
  color: var(--hp-text-muted-light);
  margin-bottom: 12px;
  display: block;
}

.hp-blog__card-title {
  font-size: 22px;
  font-weight: 400;
  line-height: 1.25;
  margin-bottom: 16px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

.hp-blog__card-title a {
  color: var(--hp-text-dark);
  text-decoration: none;
}

.hp-blog__card-title a:hover {
  color: var(--hp-primary);
}

.hp-blog__card-excerpt {
  font-size: 18px;
  line-height: 1.5;
  color: var(--hp-text-dark);
  margin-bottom: 30px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  overflow: hidden;
  min-height: 135px;
}

.hp-blog__card-excerpt p {
  margin: 0;
}

.hp-blog__card-link {
  font-size: 14px;
  font-weight: 600;
  color: var(--hp-primary);
  text-decoration: none;
}

/* ==========================================================================
   CTA Section — light-blue → pink gradient (Figma bottom CTA)
   ========================================================================== */

.hp-cta {
  position: relative;
  background:
    url("https://fivesigma1stg.wpenginepowered.com/wp-content/uploads/2026/02/image-bg5-scaled.png"), linear-gradient(90deg, #4EB4FF 0.81%, rgba(78, 180, 255, 0.4) 100%);
  background-size: cover !important;
  background-position: center !important;
  padding: 60px 0;
  text-align: center;
  overflow: hidden;
}

.hp-cta .container {
  position: relative;
  z-index: 2;
}

.hp-cta__content {
  max-width: 920px;
  margin: 0 auto;
}

.hp-cta__heading {
  font-size: clamp(28px, 4vw, 36px);
  font-weight: 600;
  color: var(--hp-text-dark);
  margin-bottom: 26px;
  line-height: 1.2;
}

.hp-cta__description {
  font-size: 18px;
  line-height: 1.5;
  color: var(--hp-text-dark);
  margin-bottom: 40px;
}

/* ==========================================================================
   Header — light transparent on front page
   ========================================================================== */

body #masthead.site-header {
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(10, 40, 70, 0.08);
  position: sticky;
  top: 0;
  z-index: 1000;
}

/* Elementor header override — front page only */
.elementor-location-header .elementor-element[data-id="ea7ce72"] {
  background-color: rgba(255, 255, 255, 0.97) !important;
  backdrop-filter: blur(12px) !important;
  -webkit-backdrop-filter: blur(12px) !important;
  border-bottom: 1px solid rgba(10, 40, 70, 0.08) !important;
}

/* Nav menu text — dark on white header */
.elementor-location-header .e-n-menu-title,
.elementor-location-header .e-n-menu-title span,
.elementor-location-header .e-n-menu-title button,
.elementor-location-header .e-n-menu-item>div:first-child {
  color: var(--hp-text-dark) !important;
}

/* Logo — switch to dark version on white header */
.elementor-location-header .elementor-widget-image img,
.elementor-location-header img[src*="5s-logo"] {
  filter: brightness(0) !important;
}

body #masthead .top-navigation {
  background: transparent;
}

body #masthead .main-nav>li>a.title {
  color: var(--hp-text-dark);
  font-size: 14px;
  font-weight: 500;
  transition: color 0.2s;
}

body #masthead .main-nav>li>a.title:hover,
body #masthead .main-nav>li.current-menu-item>a.title {
  color: var(--hp-dark);
}

body #masthead .menu-item-style-button>a.title,
body #masthead .menu-item-style-cta>a.title {
  background: var(--hp-primary);
  color: #fff !important;
  padding: 10px 20px;
  border-radius: 8px;
  font-weight: 600;
}

body #masthead .menu-item-style-button>a.title:hover,
body #masthead .menu-item-style-cta>a.title:hover {
  background: #e01f65;
}

/* Sub-menu */
body #masthead .sub-menu {
  background: rgba(255, 255, 255, 0.98);
  border: 1px solid rgba(10, 40, 70, 0.1);
  border-radius: 12px;
}

body #masthead .sub-menu li a {
  color: var(--hp-text-dark) !important;
}

body #masthead .sub-menu li a:hover {
  color: var(--hp-primary) !important;
}

@media screen and (min-width: 881px) {
  .hp-testimonials__slider .slick-list {
    padding-right: 15% !important;
  }
}

/* ==========================================================================
   Responsive
   ========================================================================== */

@media (max-width: 1024px) {
  .hp-btn {
    font-size: 16px;
    padding: 12px 24px;
    line-height: 1.5;
  }

  #main.front-page .container {
    padding: 0 24px !important;
  }

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

  .hp-testimonials__layout {
    gap: 40px;
  }

  .hp-testimonials__sidebar {
    flex: 0 0 200px;
  }

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

  .hp-icons__grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .hp-video .container,
  .hp-content-section__inner {
    grid-template-columns: 1fr;
    gap: 48px;
  }

  .hp-content-section--image_left .hp-content-section__inner {
    direction: ltr;
  }

  /* Logos — mobile */
  .hp-logos {
    padding: 50px 0;
  }

  .hp-logos__heading {
    font-size: 28px;
    margin-bottom: 35px;
  }

  /* Hero — mobile */
  .hp-hero {
    min-height: 0;
    padding: 27px 0 135px;
  }

  #main.hp-hero .container {
    padding: 0 24px !important;
  }

  .hp-hero__content {
    max-width: 100%;
    margin: 0 auto 24px;
  }

  .hp-hero__subtitle {
    font-size: 11px;
    letter-spacing: 1.5px;
    margin-bottom: 12px;
  }

  .hp-hero__title {
    font-size: 36px;
    line-height: 1.2;
    margin-bottom: 15px;
  }

  .hp-hero__description {
    font-size: 18px;
    line-height: 1.5;
    margin-bottom: 15px;
  }

  .hp-hero__buttons {
    gap: 12px;
    justify-content: center;
  }

  .hp-hero__buttons .hp-btn {
    width: 100%;
    max-width: 190px;
    justify-content: center;
    padding: 10px 24px;
  }

  /* Features — mobile */
  .hp-features {
    padding: 80px 0;
  }

  .hp-features__header {
    margin: 0 auto 35px;
  }

  .hp-features__subheading {
    font-size: 15px;
  }

  .hp-features__grid {
    grid-template-columns: 1fr;
  }

  .hp-features__card {
    padding: 10px 10px 20px;
  }

  .hp-features__card-image {
    margin: 0 0 24px;
  }

  .hp-feature__card-text {
    padding: 0 15px;
  }

  .hp-features__card-icon {
    height: 36px;
    max-width: 128px;
    margin-bottom: 12px;
  }

  .hp-features__card-title {
    font-size: 20px;
  }

  .hp-features__card-desc {
    font-size: 18px;
    margin-bottom: 22px;
  }

  .hp-features__card-link {
    padding: 9px 42px;
  }

  /* Stats — mobile */
  .hp-stats {
    padding: 80px 0 60px;
  }

  .hp-stats__header {
    margin: 0 auto 35px;
  }

  .hp-stats__item {
    padding: 11px 5px 37px;
  }

  .hp-stats__logo {
    width: 140px;
    height: 120px;
    margin: 0 auto 8px;
  }

  .hp-stats__heading {
    font-size: 28px;
  }

  .hp-stats__description {
    font-size: 18px;
    font-weight: 400;
    line-height: 1.3;
  }

  .hp-stats__number {
    font-size: 45px;
    margin: 0 0 10px;
  }

  .hp-stats__label {
    font-size: 15px;
  }

  /* Video — mobile */
  .hp-video {
    padding: 60px 0 80px;
  }

  .hp-video__content {
    margin: 0 auto 35px;
  }

  .hp-video__heading {
    font-size: 28px;
    line-height: 1.3;
  }

  .hp-video__description {
    font-size: 18px;
    line-height: 1.3;
  }

  .hp-video__player {
    margin: 0 auto 35px;
  }

  .hp-video__play svg {
    width: 56px;
    height: 56px;
  }

  /* Content Section — mobile */
  .hp-content-section {
    padding: 80px 0;
  }

  .hp-content-section__list-item {
    padding: 32px 24px 25px;
  }

  .hp-content-section__list-title {
    font-size: 21px;
  }

  .hp-content-section__list-desc {
    font-size: 16px;
    margin: 0 0 61px;
  }

  .hp-content-section__text {
    display: flex;
    flex-direction: column;
  }

  .hp-content-section__description {
    font-size: 15px;
  }

  .hp-content-section__list {
    /* Slick overrides grid */
    order: 3;
    margin-left: -24px;
    margin-right: -24px;
    margin-bottom: 0;
  }

  .hp-content-section__list .slick-list {
    height: auto !important;
    margin: 0 0 35px;
  }

  .hp-content-section__list .slick-slide {
    margin: 0 8px;
    /* 15px gap between slides */
    min-height: 430px;
  }

  .hp-content-section__list-image img {
    object-fit: contain;
    width: 100%;
    height: 100%;
  }

  .hp-content-section__list .slick-dots {
    bottom: -32px;
  }

  .hp-content-section__list .slick-dots li.slick-active button,
  .hp-content-section__list .slick-dots li:hover button {
    background: #3fbbca;
  }

  .hp-content-section__list-item {
    display: flex !important;
    flex-direction: column;
  }

  .hp-content-section__heading {
    font-size: 28px;
    margin-bottom: 23px;
    order: 1;
  }

  .hp-content-section__text .hp-btn {
    margin: 0 auto 35px;
    order: 2;
  }

  .hp-content-section .slick-dots {
    margin: 0;
  }

  .hp-content-section .slick-dots li button {
    width: 15px;
    height: 15px;
  }

  /* Testimonials — mobile */
  .hp-testimonials {
    padding: 80px 0;
  }

  .hp-testimonials__layout {
    gap: 35px;
  }

  .hp-testimonials__heading {
    font-size: 28px;
    text-align: center;
    max-width: 57%;
    margin: 0 auto;
  }

  .hp-testimonials__slider .slick-list {
    overflow: visible;
    padding-right: auto !important;
    height: auto !important;
  }

  .hp-testimonials__slider .slick-dots {
    display: none !important;
    justify-content: center;
    margin: 0 auto;
  }

  .hp-testimonials__logo {
    margin-bottom: 41px;
  }

  .hp-testimonials__quote {
    font-size: 22px;
    margin: 33px 0;
    line-height: 1.25;
  }

  .hp-testimonials__author-name {
    font-size: 18px;
  }

  .hp-testimonials__author-company {
    font-size: 18px;
  }

  .hp-testimonials__item {
    padding: 41px 25px;
    margin: 0 15px;
    /* min-height: 580px; */
  }

  /* Icons — mobile */
  .hp-icons {
    padding: 80px 0;
  }

  .hp-icons__header {
    font-size: 28px;
    margin: 0 auto 35px;
  }

  .hp-icons__heading {
    padding: 0 35px;
    margin-bottom: 32px;
  }

  .hp-icons__description {
    font-size: 15px;
  }

  .hp-icons__grid {
    max-width: 100%;
    gap: 12px;
  }

  .hp-icons__item {
    width: 100%;
    height: auto;
    aspect-ratio: 1;
    padding: 16px 8px;
  }

  .hp-icons__icon {
    height: 36px;
    margin: 0 auto 10px;
  }

  .hp-icons__item-title {
    font-size: 12px;
    margin-bottom: 0;
    line-height: 1.3;
  }

  .hp-icons__item-desc {
    display: none;
  }

  /* Blog — mobile */
  .hp-blog {
    padding: 80px 0;
  }

  .hp-blog__header {
    margin: 0 auto 35px;
  }

  .hp-blog__heading {
    font-size: 28px;
    max-width: 60%;
    margin: 0 auto 32px;
  }

  .hp-blog__card {
    padding: 24px 24px 26px;
  }

  .hp-blog__card-title {
    font-size: 22px;
    margin: 0 0 12px;
  }

  .hp-blog__card-excerpt {
    font-size: 18px;
    min-height: 0;
    margin-bottom: 24px;
  }

  .hp-blog__card-cat {
    font-size: 11px;
  }

  .hp-blog__card-image {
    margin: 0 0 30px;
  }

  .hp-blog__card-link {
    padding: 10px 46px;
  }

  /* CTA — mobile */
  .hp-cta {
    padding: 80px 0;
  }

  .hp-cta__description {
    font-size: 15px;
    margin-bottom: 28px;
  }

  .hp-cta__heading {
    font-size: 28px;
    line-height: 1.1;
    margin: 0 auto 26px;
  }

  .hp-cta__content .hp-btn {
    font-size: 18px;
    padding: 12px 29px;
    line-height: 1.33;
  }

  .site-footer__cta-btn {
    margin: 0 auto;
    padding: 12px 39px;
    font-size: 14px;
  }
}

@media (max-width: 800px) {

  /* Testimonials — mobile: nav appears below slider */
  .hp-testimonials__layout {
    flex-direction: column;
    gap: 0;
  }

  .hp-content-section__list {
    display: block;
  }

  .hp-testimonials__sidebar {
    display: contents;
  }

  .hp-testimonials__heading {
    order: 1;
    margin-bottom: 24px;
  }

  .hp-testimonials__slider-wrap {
    order: 2;
    clip-path: none;
    margin: 0 -24px;
  }

  .hp-testimonials__nav {
    order: 3;
    display: flex;
    justify-content: center;
    gap: 12px;
    margin: 0;
  }

  .hp-testimonials__slider .slick-dots {
    bottom: -32px;
  }

  .hp-testimonials__slider .slick-dots li button {
    background: rgba(255, 255, 255, 0.4);
  }

  .hp-testimonials__slider .slick-dots li.slick-active button,
  .hp-testimonials__slider .slick-dots li:hover button {
    background: #3fbbca;
  }

  /* Blog — mobile slider */
  .hp-blog__grid {
    display: block;
    margin-left: -24px;
    margin-right: -24px;
    margin-bottom: 40px;
  }

  .hp-blog__grid .slick-slide {
    margin: 0 8px;
  }

  .hp-blog__grid .slick-list {
    height: auto !important;
    margin: 0 0 35px;
  }

  .hp-blog__grid .slick-dots {
    bottom: -32px;
    margin: 0;
  }

  .hp-blog__grid .slick-dots li button {
    width: 15px;
    height: 15px;
  }

  .hp-blog__grid .slick-dots li.slick-active button,
  .hp-blog__grid .slick-dots li:hover button {
    background: #3fbbca;
  }
}

@media (max-width: 768px) {
  :root {
    --hp-section-py: 64px;
  }

  .hp-features__grid,
  .hp-blog__grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .hp-testimonials__layout {
    flex-direction: column;
    gap: 32px;
  }

  .hp-testimonials__sidebar {
    flex: none;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }

  .hp-testimonials__heading {
    font-size: clamp(28px, 5vw, 28px);
  }

  .hp-stats__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }

  .hp-icons__grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .hp-blog__header {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }

  .hp-logos__item {
    padding: 0 24px;
  }

  .hp-logos__item img {
    max-height: 40px;
  }

  .hp-hero__content {
    padding: 0;
  }
}

@media (max-width: 480px) {
  .hp-icons__grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .hp-stats__grid {
    grid-template-columns: 1fr 1fr;
  }
}

/* ==========================================================================
   Footer — New Structure
   ========================================================================== */

.site-footer--new {
  background-color: #080818;
  color: rgba(255, 255, 255, 0.75);
  padding-top: 80px;
  padding-bottom: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.site-footer--new .container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 24px;
}

/* Top: brand + nav columns */
.site-footer__top {
  display: grid;
  grid-template-columns: 280px 1fr;
  gap: 60px;
  padding-bottom: 64px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

/* Brand column */
.site-footer__brand {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.site-footer__logo a {
  display: inline-block;
  line-height: 0;
}

.site-footer__logo svg {
  height: 58px;
  width: auto;
}

.site-footer__tagline {
  font-size: 14px;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.55);
  margin: 0;
}

.site-footer__social {
  margin-top: 8px;
}

.site-footer__social ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  gap: 16px;
}

.site-footer__social a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.15);
  color: rgba(255, 255, 255, 0.65);
  text-decoration: none;
  transition:
    border-color 0.2s,
    color 0.2s,
    opacity 0.2s;
  opacity: 1;
}

.site-footer__social a:hover {
  border-color: var(--hp-primary);
  color: #ffffff;
  background: rgba(255, 45, 120, 0.15);
  opacity: 0.75;
}

/* Nav columns */
.site-footer__nav-columns {
  display: grid;
  grid-template-columns: repeat(3, 1fr) auto;
  gap: 40px;
  align-items: start;
}

.site-footer__nav-col {
  display: flex;
  flex-direction: column;
}

.site-footer__nav-col .widget-title,
.site-footer__nav-col h2,
.site-footer__nav-col h3 {
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.4);
  margin: 0 0 20px;
}

.site-footer__nav-col ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.site-footer__nav-col ul li a {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.7);
  text-decoration: none;
  transition: color 0.2s;
}

.site-footer__nav-col ul li a:hover {
  color: #ffffff;
}

.site-footer__nav .menu {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.site-footer__nav .menu li a {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.7);
  text-decoration: none;
  transition: color 0.2s;
}

.site-footer__nav .menu li a:hover {
  color: #ffffff;
}

/* CTA column */
.site-footer__cta-col {
  align-items: flex-start;
  justify-content: flex-start;
}

/* Bottom bar */
.site-footer__bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 24px 0;
  gap: 24px;
}

.site-footer__copy {
  font-size: 14px;
  font-weight: 400;
  color: #ffffff;
  margin: 0;
}

.site-footer__legal-nav .menu {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
}

.site-footer__legal-nav .menu li a {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.4);
  text-decoration: none;
  transition: color 0.2s;
}

.site-footer__legal-nav .menu li a:hover {
  color: rgba(255, 255, 255, 0.8);
}

/* ==========================================================================
   VW SCALING — design base 1440px
   ========================================================================== */
@media (min-width: 1001px) and (max-width: 1451px) {
  :root {
    --hp-radius: 1.1111vw;
    /* 16px */
    --hp-section-py: 6.9444vw;
    /* 100px */
    --hp-container: 88.8889vw;
    /* 1280px */
  }

  .front-page .container {
    padding: 0 1.6667vw;
    /* 0 24px */
  }

  /* Buttons */
  .hp-btn {
    gap: 0.5556vw;
    /* 8px */
    padding: 0.9028vw 2.0833vw;
    /* 13px 30px */
    border-radius: 3.0556vw;
    /* 44px */
    font-size: 1.0417vw;
    /* 15px */
  }

  /* Hero */
  .hp-hero {
    min-height: 52.7778vw;
    /* 760px */
    padding: 4.6528vw 0 6.25vw;
    /* 67px 0 90px */
  }

  .hp-hero__content {
    max-width: 50.0278vw;
    /* 720px */
    margin: 0 auto 2.6389vw;
    /* 0 auto 38px */
  }

  .hp-hero__subtitle {
    font-size: 0.9028vw;
    /* 13px */
    margin-bottom: 1.1111vw;
    /* 16px */
  }

  .hp-hero__description {
    font-size: 1.25vw;
    /* 18px */
    margin-bottom: 1.3889vw;
    /* 20px */
  }

  .hp-hero__buttons {
    gap: 1.1111vw;
    /* 16px */
  }

  /* Logos */
  .hp-logos {
    padding: 5.5556vw 0;
    /* 80px 0 */
  }

  .hp-logos__heading {
    font-size: 2.5vw;
    /* 36px */
    margin-bottom: 2.7778vw;
    /* 40px */
  }

  .hp-logos__item {
    padding: 0 2.7778vw;
    /* 0 40px */
  }

  .hp-logos__item img {
    max-height: 3.4722vw;
    /* 50px */
  }

  /* Features */
  .hp-features__header {
    max-width: 61.8056vw;
    /* 890px */
    margin: 0 auto 4.1667vw;
    /* 0 auto 60px */
  }

  .hp-features__subheading {
    font-size: 1.1806vw;
    /* 17px */
  }

  .hp-features__grid {
    gap: 1.8056vw;
    /* 26px */
    max-width: 71.25vw;
    /* 1026px */
  }

  .hp-features__card {
    padding: 0.8333vw 0.8333vw 3.125vw;
    /* 12px 12px 45px */
  }

  .hp-feature__card-text {
    padding: 0 1.3889vw;
    /* 0 20px */
  }

  .hp-features__card-image {
    border-radius: 1.1806vw;
    /* 17px */
    max-height: 20.4861vw;
    /* 295px */
    margin: 0 0 1.4583vw;
    /* 0 0 21px */
  }

  .hp-features__card-icon {
    height: 2.8472vw;
    /* 41px */
    margin-bottom: 1.1111vw;
    /* 16px */
    max-width: 10.0694vw;
    /* 145px */
  }

  .hp-features__card-title {
    font-size: 1.4583vw;
    /* 21px */
    margin-bottom: 0.4861vw;
    /* 7px */
  }

  .hp-features__card-desc {
    font-size: 1.25vw;
    /* 18px */
    margin-bottom: 1.7361vw;
    /* 25px */
  }

  /* Stats */
  .hp-stats__header {
    max-width: 47.2222vw;
    /* 680px */
    margin: 0 auto 4.1667vw;
    /* 0 auto 60px */
  }

  .hp-stats__description {
    font-size: 1.1806vw;
    /* 17px */
  }

  .hp-stats__grid {
    gap: 2.0833vw;
    /* 30px */
  }

  .hp-stats__item {
    padding: 0.9722vw 0.625vw 2.2917vw;
    /* 14px 9px 33px */
  }

  .hp-stats__logo {
    width: 11.9444vw;
    /* 172px */
    height: 11.3889vw;
    /* 164px */
    margin: 0 auto 0.9028vw;
    /* 0 auto 13px */
  }

  .hp-stats__number {
    margin-bottom: 1.0417vw;
    /* 15px */
  }

  .hp-stats__label {
    font-size: 1.25vw;
    /* 18px */
  }

  /* Video */
  .hp-video {
    padding: 7.6389vw 0;
    /* 110px 0 */
  }

  .hp-video .container {
    gap: 5.5556vw;
    /* 80px */
  }

  .hp-video__heading {
    max-width: 36.1111vw;
    /* 520px */
    margin: 0 auto 1.7361vw;
    /* 0 auto 25px */
  }

  .hp-video__content {
    margin: 0 auto 3.4722vw;
    /* 0 auto 50px */
  }

  .hp-video__description {
    font-size: 1.25vw;
    /* 18px */
    max-width: 43.0556vw;
    /* 620px */
  }

  .hp-video__player {
    margin: 0 auto 3.4722vw;
    /* 0 auto 50px */
  }

  .hp-video__play svg {
    width: 5.5556vw;
    /* 80px */
    height: 5.5556vw;
    /* 80px */
  }

  /* Content Section */
  .hp-content-section {
    padding: 7.6389vw 0;
    /* 110px 0 */
  }

  .hp-content-section__heading {
    margin-bottom: 3.4722vw;
    /* 50px */
  }

  .hp-content-section__description {
    font-size: 1.25vw;
    /* 18px */
    margin-bottom: 2.5vw;
    /* 36px */
  }

  .hp-content-section__description p {
    margin-bottom: 0.8333vw;
    /* 12px */
  }

  .hp-content-section__list {
    margin: 0 auto 3.4722vw;
    /* 0 auto 50px */
    gap: 0.9722vw;
    /* 14px */
  }

  .hp-content-section__list-item {
    border-radius: 1.6667vw;
    /* 24px */
    padding: 2.2222vw 1.1111vw;
    /* 32px 16px */
  }

  .hp-content-section__list-title {
    margin: 0 0 0.6944vw;
    /* 0 0 10px */
    font-size: 1.3889vw;
    /* 20px */
  }

  .hp-content-section__list-desc {
    font-size: 1.1111vw;
    /* 16px */
  }

  /* Testimonials */
  .hp-testimonials__layout {
    gap: 4.1667vw;
    /* 60px */
  }

  .hp-testimonials__sidebar {
    flex: 0 0 19.4444vw;
    /* 0 0 280px */
    gap: 2.7778vw;
    /* 40px */
    padding-top: 0.5556vw;
    /* 8px */
  }

  .hp-testimonials__nav {
    gap: 0.8333vw;
    /* 12px */
  }

  .hp-testimonials__prev,
  .hp-testimonials__next {
    width: 2.7778vw;
    /* 40px */
    height: 2.7778vw;
    /* 40px */
  }

  .hp-testimonials__item {
    padding: 2.5vw 2.2222vw;
    /* 36px 32px */
    margin-right: 1.6667vw;
    /* 24px */
  }

  .hp-testimonials__logo {
    margin-bottom: 1.6667vw;
    /* 24px */
  }

  .hp-testimonials__logo img {
    max-height: 2.2222vw;
    /* 32px */
  }

  .hp-testimonials__quote {
    font-size: 1.8056vw;
    /* 26px */
    margin: 1.9444vw 0;
    /* 28px 0 */
  }

  .hp-testimonials__author-name {
    font-size: 1.4583vw;
    /* 21px */
  }

  .hp-testimonials__author-company {
    font-size: 1.4583vw;
    /* 21px */
  }

  /* Icons Grid */
  .hp-icons__header {
    max-width: 52.7778vw;
    /* 760px */
    margin: 0 auto 4.4444vw;
    /* 0 auto 64px */
  }

  .hp-icons__heading {
    margin-bottom: 3.4722vw;
    /* 50px */
  }

  .hp-icons__description {
    font-size: 1.25vw;
    /* 18px */
  }

  .hp-icons__grid {
    gap: 1.3889vw;
    /* 20px */
    max-width: 62.8472vw;
    /* 905px */
  }

  .hp-icons__item {
    width: 11.4583vw;
    /* 165px */
    height: 11.4583vw;
    /* 165px */
    border-radius: 1.1111vw;
    /* 16px */
    padding: 1.7361vw 0;
    /* 25px 0 */
  }

  .hp-icons__icon {
    height: 3.125vw;
    /* 45px */
    max-width: 4.1667vw;
    /* 60px */
    margin: 0 auto 1.1806vw;
    /* 0 auto 17px */
  }

  .hp-icons__item-title {
    font-size: 1.25vw;
    /* 18px */
    margin-bottom: 1.1806vw;
    /* 17px */
  }

  .hp-icons__item-desc {
    font-size: 0.9028vw;
    /* 13px */
  }

  /* Blog */
  .hp-blog__header {
    margin-bottom: 3.4722vw;
    /* 50px */
  }

  .hp-blog__grid {
    gap: 1.3889vw;
    /* 20px */
  }

  .hp-blog__card {
    padding: 2.0833vw 2.0833vw 2.2222vw;
    /* 30px 30px 32px */
  }

  .hp-blog__card-image {
    margin: 0 0 2.7083vw;
    /* 0 0 39px */
    border-radius: 0.6944vw;
    /* 10px */
  }

  .hp-blog__card-cats {
    top: 0.6944vw;
    /* 10px */
    left: 0.6944vw;
    /* 10px */
    font-size: 1.0417vw;
    /* 15px */
  }

  .hp-blog__card-cat {
    padding: 0.2083vw 0.6944vw;
    /* 3px 10px */
    border-radius: 2.2222vw;
    /* 32px */
  }

  .hp-blog__card-date {
    font-size: 0.9028vw;
    /* 13px */
    margin-bottom: 0.8333vw;
    /* 12px */
  }

  .hp-blog__card-title {
    font-size: 1.5278vw;
    /* 22px */
    margin-bottom: 1.1111vw;
    /* 16px */
  }

  .hp-blog__card-excerpt {
    font-size: 1.25vw;
    /* 18px */
    margin-bottom: 2.0833vw;
    /* 30px */
    min-height: 9.375vw;
    /* 135px */
  }

  .hp-blog__card-link {
    font-size: 0.9722vw;
    /* 14px */
  }

  /* CTA */
  .hp-cta {
    padding: 4.1667vw 0;
    /* 60px 0 */
  }

  .hp-cta__content {
    max-width: 63.8889vw;
    /* 920px */
  }

  .hp-cta__heading {
    margin-bottom: 1.8056vw;
    /* 26px */
  }

  .hp-cta__description {
    font-size: 1.25vw;
    /* 18px */
    margin-bottom: 2.7778vw;
    /* 40px */
  }

  /* Header on front page */
  body #masthead .main-nav>li>a.title {
    font-size: 0.9722vw;
    /* 14px */
  }

  body #masthead .menu-item-style-button>a.title,
  body #masthead .menu-item-style-cta>a.title {
    padding: 0.6944vw 1.3889vw;
    /* 10px 20px */
    border-radius: 0.5556vw;
    /* 8px */
  }

  body #masthead .sub-menu {
    border-radius: 0.8333vw;
    /* 12px */
  }
}

/* Footer responsive */
@media (max-width: 1024px) {
  .site-footer__top {
    grid-template-columns: 1fr;
    gap: 48px;
  }

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

@media (max-width: 768px) {
  .site-footer--new {
    padding-top: 56px;
  }

  .site-footer__nav-columns {
    grid-template-columns: 1fr 1fr;
    gap: 32px;
  }

  .site-footer__bottom {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
  }

  .site-footer__legal-nav .menu {
    gap: 16px;
  }
}

@media (max-width: 480px) {
  .site-footer__nav-columns {
    grid-template-columns: 1fr;
  }
}