/* Responsive — 1920px down to 360px */

img,
svg,
video,
iframe {
  max-width: 100%;
  height: auto;
}

.row > * {
  min-width: 0;
}

.hero-heading,
.about-heading,
.services-heading,
.cta-heading,
.features-heading,
.stories-heading,
.newsletter-heading,
.touch-heading,
.page-hero-title {
  overflow-wrap: break-word;
}

.section-stack,
.hero-section,
.page-hero,
.trust-section,
.about-section,
.about-page-story,
.about-page-values,
.about-page-cta,
.services-section,
.services-catalog,
.service-page-intro,
.service-page-body,
.service-page-cta,
.service-page-process,
.service-page-faq,
.service-page-included,
.cta-section,
.features-section,
.stories-section,
.newsletter-section,
.touch-section,
.page-section,
.contact-page,
.contact-page-cta,
.site-footer {
  overflow: clip;
}

/* —— 1920px / 1440px: large desktop —— */
@media (min-width: 1441px) {
  .container {
    max-width: 1400px;
  }
}

@media (max-width: 1440px) {
  .container {
    max-width: 1240px;
  }

  .nav-list {
    gap: 32px;
  }
}

/* —— 1366px / 1280px: laptop —— */
@media (max-width: 1366px) {
  .hero-section,
  .trust-section,
  .about-section,
  .services-section,
  .services-catalog,
  .service-page-intro,
  .service-page-body,
  .cta-section,
  .features-section,
  .stories-section,
  .newsletter-section,
  .touch-section,
  .page-section,
  .contact-page,
  .site-footer {
    padding-block: 80px;
  }

  .service-card {
    padding: 24px 32px 24px 24px;
  }

  .touch-card {
    padding: 56px;
  }
}

@media (max-width: 1280px) {
  .container {
    max-width: 1140px;
  }

  .nav-list {
    gap: 24px;
  }

  .nav-link {
    font-size: 18px;
  }

  .features-header {
    max-width: 90%;
  }

  .cta-image {
    transform: scale(1.08);
  }
}

/* —— 1199px: below xl —— */
@media (max-width: 1199px) {
  .container {
    max-width: 100%;
  }

  .nav-list {
    gap: 20px;
  }

  .nav-link {
    font-size: 16px;
  }

  .about-kicker,
  .newsletter-kicker {
    font-size: 24px;
    line-height: 30px;
  }

  .about-heading,
  .services-heading,
  .cta-heading,
  .features-heading,
  .stories-heading,
  .newsletter-heading {
    font-size: 40px;
    line-height: 48px;
  }

  .touch-heading {
    font-size: 36px;
    line-height: 44px;
  }

  .features-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
  }

  .features-header {
    max-width: 100%;
  }

  .touch-card {
    padding: 48px 40px;
  }

  .cta-image {
    transform: none;
    max-width: 480px;
  }
}

/* —— 1024px: small laptop / tablet landscape —— */
@media (max-width: 1024px) {
  .hero-section,
  .trust-section,
  .about-section,
  .services-section,
  .cta-section,
  .features-section,
  .stories-section,
  .newsletter-section,
  .touch-section,
  .page-section,
  .site-footer {
    padding-block: 70px;
  }

  .nav-list {
    gap: 14px;
  }

  .nav-link {
    font-size: 15px;
    min-height: 40px;
    padding-inline: 4px;
  }

  .logo-img {
    width: 160px;
  }

  .hero-heading {
    font-size: 40px;
    line-height: 48px;
  }

  .trust-bar {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px 20px;
  }

  .trust-title {
    font-size: 18px;
    line-height: 22px;
  }

  .service-card {
    padding: 24px 20px;
  }

  .footer-logo-img {
    height: 46px;
  }

  .footer-link,
  .footer-legal a,
  .footer-copy {
    font-size: 18px;
  }
}

/* —— 840px / below lg: tablet —— */
@media (max-width: 991.98px) {
  h1,
  h2,
  h3,
  p {
    overflow-wrap: break-word;
  }

  .site-header {
    padding-block: 16px;
  }

  .nav-panel .dropdown {
    width: 100%;
  }

  .nav-panel .nav-link.dropdown-toggle {
    width: 100%;
    justify-content: space-between;
  }

  .nav-panel .dropdown-toggle::after {
    margin-left: auto;
    margin-bottom: 0;
  }

  .nav-panel .dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(225deg);
  }

  .nav-panel .dropdown-menu,
  .nav-panel .nav-dropdown-menu {
    position: static !important;
    inset: auto !important;
    transform: none !important;
    float: none;
    width: 100%;
    min-width: 0;
    margin: 0;
    padding: 4px 0 8px 12px;
    background: transparent;
    border: 0;
    border-radius: 0;
    box-shadow: none;
  }

  .nav-panel .nav-dropdown-menu::before {
    display: none;
  }

  .nav-panel .nav-dropdown-divider {
    margin: 6px 0 8px;
  }

  .nav-panel .dropdown-item,
  .nav-panel .nav-dropdown-item {
    min-height: 44px;
    display: flex;
    align-items: center;
    padding: 10px 12px 10px 14px;
  }

  .services-slider .services-grid {
    display: flex;
    flex-wrap: nowrap;
    gap: 18px;
    overflow-x: auto;
    overflow-y: visible;
    padding-block: 14px;
    padding-inline: 6px;
    scroll-snap-type: x mandatory;
    scroll-padding-inline: 6px;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }

  .services-slider .services-grid::-webkit-scrollbar {
    display: none;
  }

  .services-slider .service-card {
    flex: 0 0 calc((100% - 18px) / 2);
    min-height: auto;
    scroll-snap-align: start;
  }

  .services-slider-nav,
  .features-slider-nav {
    display: flex;
  }

  .features-slider .features-grid {
    display: flex;
    flex-wrap: nowrap;
    gap: 18px;
    overflow-x: auto;
    overflow-y: visible;
    padding-top: 52px;
    padding-bottom: 14px;
    padding-inline: 6px;
    scroll-snap-type: x mandatory;
    scroll-padding-inline: 6px;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }

  .features-slider .features-grid::-webkit-scrollbar {
    display: none;
  }

  .features-slider .feature-card {
    flex: 0 0 calc((100% - 18px) / 2);
    min-height: auto;
    scroll-snap-align: start;
  }

  .hero-section,
  .trust-section,
  .about-section,
  .services-section,
  .cta-section,
  .features-section,
  .stories-section,
  .newsletter-section,
  .touch-section,
  .page-section,
  .site-footer {
    padding-block: 56px;
  }

  .hero-container {
    padding-block: 32px;
    padding-inline: 20px;
  }

  .hero-copy {
    align-items: center;
    text-align: center;
    gap: 16px;
  }

  .hero-heading,
  .hero-para {
    max-width: 100%;
  }

  .hero-heading {
    font-size: 36px;
    line-height: 44px;
  }

  .hero-actions {
    justify-content: center;
  }

  .hero-visual {
    margin-top: 8px;
  }

  .about-copy {
    align-items: center;
    text-align: center;
  }

  .about-intro,
  .about-intro-copy {
    align-items: center;
  }

  .about-para {
    padding-right: 0;
    text-align: center;
  }

  .about-stats {
    justify-content: center;
  }

  .about-kicker,
  .newsletter-kicker {
    font-size: 22px;
    line-height: 28px;
  }

  .about-heading,
  .services-heading,
  .cta-heading,
  .features-heading,
  .stories-heading,
  .newsletter-heading {
    font-size: 32px;
    line-height: 40px;
  }

  .services-header {
    max-width: 100%;
    margin-bottom: 32px;
  }

  .services-lede,
  .cta-para,
  .features-lede,
  .newsletter-para {
    font-size: 16px;
    line-height: 24px;
  }

  .cta-banner {
    padding: 32px 24px;
    text-align: center;
  }

  .cta-copy {
    align-items: center;
  }

  .cta-para {
    max-width: 100%;
  }

  .cta-image {
    max-width: 420px;
  }

  .features-header {
    margin: 0 auto 36px;
  }

  .stories-copy {
    align-items: center;
    text-align: center;
  }

  .stories-para {
    font-size: 16px;
    line-height: 26px;
  }

  .newsletter-intro,
  .newsletter-copy {
    align-items: center;
    text-align: center;
  }

  .newsletter-image {
    margin-inline: auto;
  }

  .btn-newsletter {
    align-self: center;
  }

  .touch-copy {
    text-align: start;
  }

  .touch-title {
    display: inline-block;
    text-align: left;
    margin-bottom: 16px;
  }

  .touch-heading {
    font-size: 30px;
    line-height: 38px;
  }

  .touch-lede {
    font-size: 16px;
    line-height: 22px;
  }

  .touch-lede br {
    display: none;
  }

  .touch-details {
    justify-items: start;
    text-align: start;
  }

  .touch-social {
    justify-content: center;
  }

  .touch-card {
    padding: 36px 28px;
  }

  .touch-card-heading {
    font-size: 24px;
  }

  .footer-logo-img {
    height: 40px;
  }

  .footer-link,
  .footer-legal a,
  .footer-copy {
    font-size: 16px;
  }
}

@media (max-width: 840px) {
  .hero-heading {
    font-size: 32px;
    line-height: 40px;
  }

  .trust-container {
    padding-inline: 20px;
  }

  .services-grid,
  .features-grid {
    gap: 20px;
  }

  .footer-menu {
    gap: 4px 24px;
  }
}

/* —— 767px: large phone / small tablet —— */
@media (max-width: 767.98px) {
  .hero-heading {
    font-size: 28px;
    line-height: 34px;
    letter-spacing: -0.4px;
  }

  .hero-para {
    font-size: 15px;
    line-height: 22px;
  }

  .btn-hero {
    width: 100%;
    max-width: 280px;
  }

  .trust-container {
    padding: 16px 14px;
    border-radius: 16px;
    background: linear-gradient(165deg, #254f80 0%, #1a375c 100%);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
  }

  .trust-bar {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
  }

  .trust-item {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    min-height: 100%;
    padding: 14px 12px;
    background: rgba(0, 15, 34, 0.32);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 12px;
  }

  .trust-icon {
    width: 44px;
    height: 40px;
  }

  .trust-title {
    font-size: 14px;
    line-height: 18px;
    color: #fff;
  }

  .trust-para {
    font-size: 12px;
    line-height: 16px;
    color: rgba(255, 255, 255, 0.72);
  }

  .about-heading {
    font-size: 30px;
    line-height: 36px;
  }

  .about-para {
    font-size: 15px;
    line-height: 22px;
  }

  .about-stat-label {
    font-size: 16px;
    line-height: 20px;
  }

  .about-intro {
    flex-direction: column;
    align-items: center;
  }

  .services-heading,
  .cta-heading,
  .features-heading,
  .stories-heading,
  .newsletter-heading {
    font-size: 28px;
    line-height: 34px;
  }

  .features-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .service-card {
    box-shadow:
      0 0 0 5px #07192f,
      0 0 0 7px #fff;
  }

  .service-card:hover,
  .service-card:focus-within {
    box-shadow:
      0 0 0 5px #07192f,
      0 0 0 7px #fff;
  }

  .touch-details {
    grid-template-columns: 1fr;
  }

  .touch-card {
    padding: 28px 20px;
  }

  .footer-menu {
    flex-direction: column;
    gap: 4px;
  }

  .footer-legal {
    flex-direction: column;
    justify-content: center;
    text-align: center;
  }

  .footer-legal-links {
    justify-content: center;
  }
}

/* —— 524px: 1 slide per view —— */
@media (max-width: 524px) {
  .services-slider .service-card,
  .features-slider .feature-card {
    flex: 0 0 100%;
    scroll-snap-align: center;
  }
}

/* —— 575px: phone —— */
@media (max-width: 575.98px) {
  .container {
    padding-inline: 16px;
  }

  .hero-section,
  .trust-section,
  .about-section,
  .services-section,
  .cta-section,
  .features-section,
  .stories-section,
  .newsletter-section,
  .touch-section,
  .page-section,
  .site-footer {
    padding-block: 40px;
  }

  .hero-container {
    border-radius: 16px;
    padding-block: 24px;
    padding-inline: 16px;
  }

  .hero-heading {
    font-size: 24px;
    line-height: 30px;
  }

  .hero-actions {
    align-items: center;
  }

  .hero-heading br,
  .about-heading br,
  .services-heading br,
  .cta-heading br,
  .newsletter-heading br,
  .touch-heading br {
    display: none;
  }

  .trust-bar {
    grid-template-columns: 1fr 1fr;
    gap: 8px;
  }

  .trust-item {
    padding: 12px 10px;
    gap: 8px;
  }

  .trust-icon {
    width: 40px;
    height: 36px;
  }

  .trust-title {
    font-size: 13px;
    line-height: 16px;
  }

  .trust-para {
    font-size: 11px;
    line-height: 15px;
  }

  .about-kicker,
  .newsletter-kicker,
  .touch-kicker {
    font-size: 18px;
    line-height: 24px;
  }

  .about-heading,
  .services-heading,
  .cta-heading,
  .features-heading,
  .stories-heading,
  .newsletter-heading,
  .touch-heading {
    font-size: 24px;
    line-height: 30px;
  }

  .about-stats {
    /* flex-direction: column; */
    align-items: center;
    gap: 16px;
  }

  .about-stat {
    flex-direction: column;
    text-align: center;
    gap: 4px;
  }
  .about-stat-value{
    font-size: 28px;
  }

  .about-stat-label {

    max-width: 130px;
  }

  .cta-banner {
    padding: 24px 16px;
    border-radius: 14px;
  }

  .feature-card {
    padding: 16px 16px 22px;
  }

  .stories-frame {
    padding: 6px;
    border-radius: 16px;
  }

  .btn-newsletter,
  .btn-touch {
    width: 100%;
    max-width: 280px;
    align-self: center;
  }

  .footer-logo-img {
    height: 34px;
  }

  .footer-link,
  .footer-legal a,
  .footer-copy {
    font-size: 15px;
  }

  .page-hero-banner {
    min-height: 150px;
    padding-block: 40px;
    border-radius: 18px;
  }

  .page-hero-banner--service {
    min-height: 0;
    padding: 24px 18px;
  }

  .page-hero-title {
    font-size: 28px;
  }

  .page-hero-banner--service .page-hero-title {
    font-size: 30px;
  }

  .page-hero-title::after {
    width: 40px;
    margin-top: 14px;
  }

  .page-hero-service-form-card {
    padding: 20px 16px;
  }
}

/* —— 480px —— */
@media (max-width: 480px) {
  .container {
    padding-inline: 14px;
  }

  .hero-heading,
  .about-heading,
  .services-heading,
  .cta-heading,
  .features-heading,
  .stories-heading,
  .newsletter-heading,
  .touch-heading {
    font-size: 22px;
    line-height: 28px;
  }

  .hero-para,
  .about-para,
  .services-lede,
  .cta-para,
  .stories-para,
  .newsletter-para,
  .touch-lede {
    font-size: 14px;
    line-height: 22px;
  }

  .btn-hero,
  .btn-about,
  .btn-stories {
    max-width: 100%;
  }

  .trust-title {
    font-size: 13px;
    line-height: 16px;
  }

  .trust-para {
    font-size: 11px;
    line-height: 15px;
  }

  .service-card {
    padding: 20px 16px;
  }
}

/* —— 411px —— */
@media (max-width: 411px) {
  .hero-section,
  .trust-section,
  .about-section,
  .services-section,
  .cta-section,
  .features-section,
  .stories-section,
  .newsletter-section,
  .touch-section,
  .page-section,
  .site-footer {
    padding-block: 32px;
  }

  .touch-card {
    padding: 22px 16px;
  }

  .feature-card-title {
    font-size: 16px;
    line-height: 20px;
  }
}

/* —— 375px —— */
@media (max-width: 375px) {
  .container {
    padding-inline: 12px;
  }

  .hero-container {
    padding-inline: 14px;
    padding-block: 20px;
  }

  .hero-heading,
  .about-heading,
  .services-heading,
  .cta-heading,
  .features-heading,
  .stories-heading,
  .newsletter-heading,
  .touch-heading {
    font-size: 21px;
    line-height: 27px;
  }

  .btn-hero,
  .btn-about,
  .btn-stories,
  .btn-newsletter,
  .btn-touch {
    max-width: 100%;
    white-space: normal;
  }

  .footer-logo-img {
    height: 30px;
  }
}

/* —— 360px —— */
@media (max-width: 360px) {
  .hero-heading,
  .about-heading,
  .services-heading,
  .cta-heading,
  .features-heading,
  .stories-heading,
  .newsletter-heading,
  .touch-heading {
    font-size: 20px;
    line-height: 26px;
  }

  .touch-card,
  .service-card,
  .feature-card {
    padding: 18px 12px;
  }

  .trust-container {
    padding: 16px 12px;
  }

  .cta-banner {
    padding: 20px 12px;
  }

  .logo-img {
    width: 140px;
  }

  .nav-toggle {
    width: 40px;
    height: 40px;
  }
}

/* —— Moved from style.css —— */

@media (min-width: 1200px) {
  .container {
    max-width: 1240px;
  }
}

@media (min-width: 992px) {
  .site-nav .nav-dropdown {
    position: relative;
  }

  .site-nav .nav-dropdown-menu {
    margin-top: 12px;
  }

  .nav-toggle {
    display: none;
  }

  .nav-panel.offcanvas-lg {
    position: static;
    visibility: visible;
    transform: none;
    z-index: auto;
    flex-grow: 0;
    width: auto;
    height: auto;
    background: transparent;
    border: 0;
  }

  .nav-panel .offcanvas-header {
    display: none;
  }

  .nav-panel .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow: visible;
  }

  .nav-list {
    flex-direction: row;
    align-items: center;
    gap: var(--space-xl);
  }

  .nav-link:hover,
  .nav-link.is-hover {
    background: transparent;
    opacity: 0.82;
  }

  .nav-link[aria-current="page"]:hover {
    opacity: 1;
  }
}

@media (min-width: 992px) {
  .hero-container {
    padding-left: clamp(36px, 6vw, 80px);
    padding-right: 0;
  }
}

@media (hover: hover) and (pointer: fine) {
  .btn-hero--light:hover,
  .btn-hero--light.is-hover {
    background: color-mix(in srgb, var(--color-ink) 92%, var(--color-accent));
    transform: translateY(-1.5px);
  }

  .btn-hero--dark:hover,
  .btn-hero--dark.is-hover {
    background: var(--color-paper-2);
    transform: translateY(-1.5px);
  }
}

@media (min-width: 480px) {
  .hero-actions {
    flex-direction: row;
    flex-wrap: wrap;
    width: auto;
  }
}



@media (min-width: 576px) {
  .trust-bar {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: var(--space-lg) var(--space-xl);
    align-items: center;
  }
}

@media (min-width: 992px) {
  .trust-bar {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    gap: var(--space-md);
  }
}

@media (hover: hover) and (pointer: fine) {
  .btn-about:hover,
  .btn-about.is-hover {
    background: #2bb85f;
    border-color: #2bb85f;
    color: #fff;
    transform: translateY(-1.5px);
  }
}

@media (min-width: 576px) {
  .about-intro {
    flex-direction: row;
    align-items: flex-start;
  }

  .about-inset {
    width: 204px;
  }
}

@media (min-width: 992px) {
  .about-heading {
    font-size: 50px;
    line-height: 55px;
  }
}

@media (hover: hover) and (pointer: fine) {
  .service-card:hover {
    transform: translateY(-2px);
  }
}

@media (min-width: 992px) {
  .services-heading {
    font-size: 45px;
    line-height: 55px;
  }

  .services-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 32px;
  }

  .services-slider-nav,
  .features-slider-nav {
    display: none;
  }
}

@media (min-width: 992px) {
  .cta-banner {
    padding-right: 0;
  }

  .cta-heading {
    font-size: 45px;
    line-height: 55px;
  }
}

@media (min-width: 992px) {
  .features-heading {
    font-size: 45px;
    line-height: 55px;
  }

  .features-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 72px 20px;
  }
}

@media (hover: hover) and (pointer: fine) {
  .btn-stories:hover,
  .btn-stories.is-hover {
    background: #2bb85f;
    border-color: #2bb85f;
    color: #fff;
    transform: translateY(-1.5px);
  }
}

@media (min-width: 992px) {
  .stories-heading {
    font-size: 45px;
    line-height: 55px;
  }
}

@media (hover: hover) and (pointer: fine) {
  .btn-newsletter:hover,
  .btn-newsletter.is-hover {
    background: #2bb85f;
    border-color: #2bb85f;
    color: #fff;
    transform: translateY(-1.5px);
  }
}

@media (min-width: 992px) {
  .newsletter-heading {
    font-size: 45px;
    line-height: 55px;
  }
}

@media (hover: hover) and (pointer: fine) {
  .btn-touch:hover,
  .btn-touch.is-hover {
    background: #07182e;
    color: #fff;
    transform: translateY(-1.5px);
  }
}

@media (min-width: 640px) {
  .touch-details {
    grid-template-columns: 1fr 1fr;
  }
}

@media (min-width: 992px) {
  .touch-heading {
    font-size: 42px;
    line-height: 52px;
  }
}

@media (pointer: coarse) {
  .btn-hero,
  .btn-about,
  .btn-service,
  .btn-stories,
  .btn-newsletter,
  .btn-touch,
  .nav-link,
  .nav-toggle,
  .footer-link,
  .footer-social-link,
  .footer-legal a {
    min-height: 48px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .hero-copy,
  .hero-visual,
  .btn-hero,
  .btn-about,
  .btn-service,
  .btn-stories,
  .btn-newsletter,
  .btn-touch,
  .service-card,
  .service-card::after,
  .nav-link,
  .logo {
    animation: none;
    transition: none;
  }

  .btn-hero:hover,
  .btn-hero:active,
  .btn-about:hover,
  .btn-about:active,
  .btn-stories:hover,
  .btn-stories:active,
  .btn-newsletter:hover,
  .btn-newsletter:active,
  .btn-touch:hover,
  .btn-touch:active,
  .service-card:hover,
  .nav-link:active {
    transform: none;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .service-page-process-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

/* —— Services catalog page —— */
@media (min-width: 768px) {
  .services-catalog-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 28px;
  }

  .about-page-values-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
  }

  .about-page-cta-banner {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
}

@media (min-width: 992px) {
  .services-catalog-grid {
    gap: 32px;
  }

  .service-detail-copy {
    padding: 32px 36px 36px;
  }

  .service-detail-icon-img {
    height: 58px;
  }

  .service-page-process-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .service-page-body .row {
    align-items: stretch;
  }

  .service-page-aside,
  .service-page-aside-media {
    height: 100%;
  }

  .service-page-aside-media {
    aspect-ratio: auto;
    min-height: 100%;
  }

  .service-page-aside-media img {
    min-height: 100%;
  }
}

@media (hover: hover) and (pointer: fine) {
  .service-detail:hover {
    border-color: rgba(36, 162, 85, 0.45);
    transform: translateY(-4px);
  }

  .service-detail:hover .service-detail-media img {
    transform: scale(1.04);
  }

  .about-value-card:hover {
    border-color: rgba(36, 162, 85, 0.45);
    transform: translateY(-4px);
  }

  .about-value-card:hover .about-value-media img {
    transform: scale(1.04);
  }
}

@media (max-width: 575.98px) {
  .services-catalog {
    padding-block: 56px;
  }

  .services-catalog-header {
    margin-bottom: 32px;
  }

  .service-detail-copy {
    padding: 22px 20px 24px;
    gap: 12px;
  }

  .service-detail-icon-img {
    height: 44px;
  }

  .about-page-story,
  .about-page-values,
  .about-page-cta,
  .service-page-intro,
  .service-page-body,
  .service-page-cta,
  .service-page-process,
  .service-page-faq,
  .service-page-included {
    padding-block: 56px;
  }

  .about-page-values {
    padding-top: 0;
  }

  .about-page-cta,
  .service-page-body,
  .service-page-cta,
  .service-page-process,
  .service-page-faq,
  .service-page-included {
    padding-top: 0;
  }

  .about-page-stats {
    gap: 16px 24px;
  }

  .about-page-cta-actions {
    width: 100%;
  }

  .about-page-cta-actions .btn-hero {
    width: 100%;
    justify-content: center;
  }
}
