/*
Theme Name: Hub Child
Theme URI: https://wisdomsol.net/
Description: Child theme for Hub — WisdomSol marketing chrome, SEO helpers, and inner layouts.
Author: WisdomSol Technologies
Template: hub
Version: 1.4.5
Text Domain: hub-child
*/

/* Source of truth: design-system/MASTER.md */

:root {
  --ws-navy: #233d62;
  --ws-navy-deep: #0e1c33;
  --ws-navy-mid: #1a3358;
  --ws-accent-brand: #ff3000;
  --ws-accent: #c22600;
  --ws-accent-hover: #9f1f00;
  --ws-accent-soft: #fff4f0;
  --ws-text: #334155;
  --ws-muted: #475569;
  --ws-line: #e2e8f0;
  --ws-bg: #f8fafc;
  --ws-white: #ffffff;
  --ws-destructive: #b91c1c;
  --ws-radius: 10px;
  --ws-radius-sm: 8px;
  --ws-max: 1200px;
  --ws-shadow: 0 1px 2px rgba(14, 28, 51, 0.06);
  --ws-shadow-hover: 0 8px 24px rgba(14, 28, 51, 0.08);
  --ws-ease: cubic-bezier(0.22, 1, 0.36, 1);
  --ws-font-heading: Poppins, "Segoe UI", sans-serif;
  --ws-font-body: "Open Sans", "Segoe UI", system-ui, sans-serif;
  --ws-space-3: 16px;
  --ws-space-4: 24px;
  --ws-space-5: 32px;
  --ws-space-6: 48px;
  --ws-space-7: 72px;
  --ws-header: 96px;
}

html {
  scroll-padding-top: var(--ws-header);
}

/* -------------------------------------------------------------------------
   Hub shell
   ------------------------------------------------------------------------- */

.ws-site {
  --color-primary: var(--ws-navy-deep);
  font-family: var(--ws-font-body);
  color: var(--ws-text);
  scroll-padding-top: var(--ws-header);
}

.ws-skip {
  position: absolute;
  left: 16px;
  top: -120px;
  z-index: 100000;
  padding: 12px 16px;
  border-radius: var(--ws-radius-sm);
  background: var(--ws-navy-deep);
  color: #fff;
  font-family: var(--ws-font-heading);
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
}

.ws-skip:focus,
.ws-skip:focus-visible {
  top: 12px;
  color: #fff;
  outline: 2px solid #fff;
  outline-offset: 2px;
}

.ws-no-titlebar .titlebar {
  display: none !important;
}

.ws-no-titlebar #lqd-contents-wrap,
.ws-no-titlebar .lqd-contents-wrap,
.ws-no-titlebar .content,
.ws-no-titlebar #content,
.ws-no-titlebar #lqd-contents-wrap.container {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  max-width: none !important;
  width: 100% !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.ws-hero h1,
.ws-hero h2,
.ws-hero .ws-hero__title {
  color: #fff !important;
}

.ws-section--dark h2,
.ws-cta-band h2,
.ws-contact__aside h2 {
  color: #fff !important;
}

.ws-no-titlebar .entry-content > p:empty,
.ws-no-titlebar .entry-content > p:first-child:empty {
  display: none;
}

.ws-site .main-header,
.ws-site .lqd-head-sec-wrap {
  background: #fff !important;
  backdrop-filter: none;
  border-bottom: 1px solid var(--ws-line);
}

.ws-site .main-header .main-nav > li:not(.ws-header-cta) > a,
.ws-site .main-header .navbar-nav > li:not(.ws-header-cta) > a,
.ws-site .lqd-head-sec-wrap .main-nav > li:not(.ws-header-cta) > a {
  color: var(--ws-navy) !important;
}

.ws-site .main-header .main-nav > li.current-menu-item:not(.ws-header-cta) > a,
.ws-site .main-header .main-nav > li.current-menu-ancestor:not(.ws-header-cta) > a,
.ws-site .main-header .navbar-nav > li.current-menu-item:not(.ws-header-cta) > a {
  color: var(--ws-navy-deep) !important;
}

.ws-site .main-header .main-nav > li > a .icon-lqd-bars,
.ws-site .main-header .main-nav > li > a .link-icon,
.ws-site .main-header .menu-item-7960 > a .submenu-expander {
  display: none !important;
}

@media (max-width: 767px) {
  :root {
    --ws-header: 64px;
  }

  .ws-site .main-header.main-header-overlay {
    min-height: 64px !important;
    height: auto !important;
    max-height: none !important;
    background: #fff !important;
  }

  .ws-site .lqd-mobile-sec {
    display: flex !important;
    flex-direction: column;
    align-items: stretch !important;
    min-height: 64px !important;
    height: auto !important;
    max-height: none !important;
    background: #fff !important;
  }

  .ws-site .lqd-mobile-modules-container {
    display: none !important;
  }

  .ws-site .lqd-mobile-sec-inner {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    align-items: center !important;
    justify-content: space-between !important;
    width: 100%;
    height: 64px !important;
    min-height: 64px !important;
    max-height: 64px !important;
    padding: 0 16px !important;
    gap: 12px;
    background: #fff !important;
  }

  .ws-site .lqd-mobile-sec .navbar-brand,
  .ws-site .lqd-mobile-sec .navbar-brand-inner {
    order: 1;
    display: flex !important;
    align-items: center !important;
    align-self: center !important;
    float: none !important;
    height: 36px !important;
    min-height: 0 !important;
    margin: 0 auto 0 0 !important;
    padding: 0 !important;
    line-height: 0 !important;
  }

  .ws-site .lqd-mobile-sec .logo-default {
    display: block !important;
    height: 36px !important;
    max-height: 36px !important;
    width: auto !important;
    padding: 0 !important;
    margin: 0 !important;
  }

  .ws-site .lqd-mobile-sec .navbar-toggle.style-mobile,
  .ws-site .main-header .navbar-toggle.style-mobile,
  .ws-site .navbar-toggle.nav-trigger.style-mobile {
    display: inline-flex !important;
    flex: 0 0 40px !important;
    order: 2;
    align-items: center !important;
    justify-content: center !important;
    align-self: center !important;
    float: none !important;
    position: relative !important;
    top: auto !important;
    right: auto !important;
    bottom: auto !important;
    left: auto !important;
    inset: auto !important;
    width: 40px !important;
    max-width: 40px !important;
    height: 40px !important;
    min-width: 40px !important;
    min-height: 40px !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 1px solid var(--ws-line) !important;
    border-radius: 6px;
    background: #fff !important;
    color: var(--ws-navy-deep);
    z-index: 30;
  }

  .ws-site .navbar-toggle.style-mobile .bars,
  .ws-site .navbar-toggle.style-mobile .bars-inner {
    display: flex !important;
    position: relative !important;
    top: auto !important;
    left: auto !important;
    flex-direction: column;
    justify-content: space-between;
    align-items: stretch;
    gap: 0;
    width: 18px !important;
    height: 12px !important;
    min-height: 12px !important;
    margin: 0 !important;
  }

  .ws-site .navbar-toggle.style-mobile .bar {
    display: block !important;
    width: 18px !important;
    height: 2px !important;
    min-height: 2px !important;
    margin: 0 !important;
    background: var(--ws-navy-deep) !important;
    border-radius: 1px;
  }

  .ws-hero__slide {
    padding-top: 80px;
  }

  /* Collapsed dropdown wrapper is position:absolute — do not let its
     padding/background paint a white strip over the hero. */
  .ws-site .lqd-mobile-sec-nav {
    top: 64px !important;
    left: 0 !important;
    right: 0 !important;
    width: 100% !important;
    height: 0 !important;
    max-height: 0 !important;
    padding: 0 !important;
    overflow: hidden !important;
    border: 0 !important;
    box-shadow: none !important;
    background: transparent !important;
    pointer-events: none;
  }

  html.mobile-nav-activated .ws-site .lqd-mobile-sec-nav,
  .ws-site .lqd-mobile-sec-nav:has(#lqd-mobile-sec-nav.show),
  .ws-site .lqd-mobile-sec-nav:has(#lqd-mobile-sec-nav.in),
  .ws-site .lqd-mobile-sec-nav:has(#lqd-mobile-sec-nav.collapsing) {
    height: auto !important;
    max-height: calc(100vh - 64px) !important;
    overflow-y: auto !important;
    padding: 8px 20px 20px !important;
    background: #fff !important;
    border-top: 1px solid var(--ws-line) !important;
    box-shadow: var(--ws-shadow-hover) !important;
    pointer-events: auto;
  }

  .ws-site #lqd-mobile-sec-nav {
    background: transparent;
    border: 0;
    box-shadow: none;
    padding: 0;
  }

  .ws-site #lqd-mobile-sec-nav.collapse.show,
  .ws-site #lqd-mobile-sec-nav.collapse.in,
  html.mobile-nav-activated .ws-site #lqd-mobile-sec-nav,
  html.mobile-nav-activated #lqd-mobile-sec-nav {
    display: block !important;
    visibility: visible !important;
    height: auto !important;
  }

  .ws-site #lqd-mobile-sec-nav .main-nav,
  .ws-site #mobile-primary-nav {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    margin: 0;
    padding: 0;
  }

  .ws-site #lqd-mobile-sec-nav .main-nav > li,
  .ws-site #mobile-primary-nav > li {
    display: block !important;
    height: auto !important;
    width: 100%;
    border-bottom: 1px solid var(--ws-line);
  }

  .ws-site #lqd-mobile-sec-nav a {
    display: flex !important;
    align-items: center;
    min-height: 44px;
    padding: 10px 0 !important;
    color: var(--ws-navy) !important;
    font-family: var(--ws-font-heading);
    font-size: 16px;
    font-weight: 600;
    text-decoration: none !important;
  }

  .ws-site #lqd-mobile-sec-nav .children,
  .ws-site #lqd-mobile-sec-nav .sub-menu {
    display: block !important;
    height: auto !important;
    padding: 0 0 8px 14px;
    list-style: none;
  }

  .ws-site #lqd-mobile-sec-nav .children a,
  .ws-site #lqd-mobile-sec-nav .sub-menu a {
    font-size: 15px;
    font-weight: 500;
    color: var(--ws-muted) !important;
  }
}

/* Medium+ : desktop links, overflow extras behind + */
@media (min-width: 768px) {
  .ws-site .lqd-mobile-sec {
    display: none !important;
  }

  .ws-site .lqd-head-sec-wrap,
  .ws-site .main-header .lqd-head-sec-wrap {
    display: block !important;
    visibility: visible !important;
    height: auto !important;
    max-height: none !important;
  }

  .ws-site .lqd-head-sec {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between;
    gap: 16px;
    width: 100% !important;
    max-width: none !important;
    min-height: 72px;
  }

  .ws-site .lqd-head-sec > .lqd-head-col {
    width: auto !important;
    max-width: none !important;
    flex: 0 0 auto !important;
  }

  .ws-site .lqd-head-sec > .lqd-head-col.col-auto {
    flex: 1 1 auto !important;
    min-width: 0 !important;
    justify-content: flex-end !important;
  }

  .ws-site .module-primary-nav,
  .ws-site #main-header-collapse,
  .ws-site #main-header-collapse.collapse {
    display: flex !important;
    flex: 1 1 auto;
    align-items: center;
    justify-content: flex-end;
    width: 100% !important;
    min-width: 0 !important;
    height: auto !important;
    visibility: visible !important;
    overflow: visible !important;
  }

  .ws-site .lqd-head-sec-wrap .navbar-brand,
  .ws-site .lqd-head-sec-wrap .navbar-brand-inner {
    padding: 0 !important;
    max-width: 180px;
  }

  .ws-site .lqd-head-sec-wrap .logo-default {
    max-height: 40px !important;
    width: auto !important;
  }

  .ws-site .lqd-head-sec-wrap .main-nav,
  .ws-site #primary-nav {
    display: flex !important;
    flex-wrap: nowrap !important;
    align-items: center !important;
    justify-content: flex-end;
    width: 100%;
    min-width: 0;
    margin: 0;
    overflow: visible;
  }

  .ws-site .lqd-head-sec-wrap .main-nav > li > a {
    white-space: nowrap;
  }

  .ws-site #primary-nav > li {
    flex: 0 0 auto;
  }

  .ws-site #primary-nav > li.ws-nav-overflow {
    display: none !important;
  }

  .ws-site .navbar-toggle.style-mobile,
  .ws-site .lqd-head-sec-wrap .navbar-toggle {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .ws-site .lqd-head-sec-wrap .main-nav > li:not(.ws-header-cta):not(.ws-nav-more) > a {
    padding-left: 12px !important;
    padding-right: 12px !important;
    white-space: nowrap;
  }

  .ws-hero__slide {
    padding-top: 112px;
  }
}

.ws-site #primary-nav > li.ws-nav-more,
.ws-nav-more {
  position: relative;
  display: none !important;
  align-items: center;
  align-self: center;
  margin: 0 4px 0 0;
}

.ws-site #primary-nav > li.ws-nav-more.is-visible,
.ws-nav-more.is-visible {
  display: flex !important;
}

.ws-nav-more__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  min-width: 40px;
  padding: 0;
  border: 1px solid var(--ws-line);
  border-radius: 6px;
  background: #fff;
  color: var(--ws-navy-deep);
  font-family: var(--ws-font-heading);
  font-size: 22px;
  font-weight: 600;
  line-height: 1;
  cursor: pointer;
}

.ws-nav-more__btn:hover,
.ws-nav-more__btn:focus-visible {
  border-color: var(--ws-navy);
  color: var(--ws-navy-deep);
}

.ws-nav-more__btn:focus-visible {
  outline: 2px solid var(--ws-navy-deep);
  outline-offset: 3px;
}

.ws-nav-more__panel {
  display: none;
  position: absolute;
  top: calc(100% + 8px);
  right: 0;
  z-index: 200;
  min-width: 220px;
  max-width: min(320px, 80vw);
  max-height: min(70vh, 480px);
  margin: 0;
  padding: 8px 0;
  overflow-y: auto;
  list-style: none;
  background: #fff;
  border: 1px solid var(--ws-line);
  border-radius: var(--ws-radius-sm);
  box-shadow: var(--ws-shadow-hover);
}

.ws-nav-more.is-open .ws-nav-more__panel {
  display: block;
}

.ws-nav-more__panel a {
  display: flex;
  align-items: center;
  min-height: 44px;
  padding: 8px 16px;
  color: var(--ws-navy) !important;
  font-family: var(--ws-font-heading);
  font-size: 15px;
  font-weight: 600;
  text-decoration: none !important;
  white-space: nowrap;
}

.ws-nav-more__panel a:hover,
.ws-nav-more__panel a:focus-visible {
  background: var(--ws-bg);
  color: var(--ws-navy-deep) !important;
}

.ws-nav-more__panel .ws-nav-more__sub {
  margin: 0;
  padding: 0 0 6px 12px;
  list-style: none;
}

.ws-nav-more__panel .ws-nav-more__sub a {
  min-height: 36px;
  padding: 6px 16px;
  font-size: 14px;
  font-weight: 500;
  color: var(--ws-muted) !important;
}

@media (max-width: 767px) {
  .ws-nav-more {
    display: none !important;
  }
}

.ws-site .main-header.is-stuck,
.ws-site .is-stuck .main-header,
.ws-site .lqd-head-sec-wrap.is-stuck {
  box-shadow: var(--ws-shadow);
}

.ws-site .main-header .main-nav > li.ws-header-cta,
.ws-site .main-header .navbar-nav > li.ws-header-cta {
  display: flex !important;
  align-items: center !important;
  align-self: center !important;
  height: auto !important;
  min-height: 0 !important;
  padding: 0 !important;
  background: transparent !important;
}

.ws-site .main-header .main-nav > li.ws-header-cta > a,
.ws-site li.ws-header-cta > a {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  align-self: center !important;
  margin-left: 12px;
  height: 40px !important;
  min-height: 40px !important;
  max-height: 40px !important;
  padding: 0 16px !important;
  border: 0 !important;
  border-radius: 6px !important;
  background: var(--ws-navy-deep) !important;
  color: #fff !important;
  font-family: var(--ws-font-heading);
  font-size: 13px !important;
  font-weight: 600 !important;
  letter-spacing: 0.01em;
  line-height: 1 !important;
  text-transform: none !important;
  box-shadow: none !important;
  transition: background 0.18s var(--ws-ease), color 0.18s var(--ws-ease);
}

.ws-site .main-header .main-nav > li.ws-header-cta > a span,
.ws-site li.ws-header-cta > a span {
  color: #fff !important;
}

.ws-site .main-header .main-nav > li.ws-header-cta > a:hover,
.ws-site .main-header .main-nav > li.ws-header-cta > a:focus,
.ws-site li.ws-header-cta > a:hover,
.ws-site li.ws-header-cta > a:focus {
  background: var(--ws-accent) !important;
  color: #fff !important;
}

.ws-site .main-header .main-nav > li.ws-header-cta > a:focus-visible {
  outline: 2px solid var(--ws-navy-deep);
  outline-offset: 3px;
}

.ws-site .megamenu-hover-bg,
.ws-site li.megamenu .nav-item-children,
.ws-site li.megamenu .lqd-megamenu-rows-wrap,
.ws-site li.megamenu .nav-item-children .vc_row.vc_inner,
.ws-site li.megamenu .lqd-megamenu-rows-wrap .vc_row,
.ws-site li.megamenu .vc_row[class*="vc_custom_"],
.ws-site .nav-item-children .vc_custom_1658816991076 {
  background: var(--ws-navy-deep) !important;
  background-color: var(--ws-navy-deep) !important;
}

.ws-site li.megamenu .lqd-megamenu-rows-wrap .vc_row.vc_inner {
  border-radius: 10px;
  overflow: hidden;
}

.ws-site li.megamenu .nav-item-children a,
.ws-site li.megamenu .lqd-custom-menu a,
.ws-site li.megamenu .lqd-fancy-menu a {
  color: #fff !important;
}

.ws-site li.megamenu .nav-item-children a:hover,
.ws-site li.megamenu .lqd-custom-menu a:hover {
  color: #ffc4b8 !important;
}

.ws-site li.megamenu .nav-item-children h4,
.ws-site li.megamenu .lqd-custom-menu .lqd-fancy-menu-title,
.ws-site li.megamenu .nav-item-children .lqd-menu-title,
.ws-site li.megamenu .ws-mega-heading {
  color: rgba(255, 255, 255, 0.55) !important;
  letter-spacing: 0.08em;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  margin: 0 0 8px;
}

.ws-site .main-footer,
.ws-site .lqd-main-footer,
.ws-site footer.main-footer,
.ws-site #footer {
  background: var(--ws-navy-deep);
  color: rgba(255, 255, 255, 0.82);
  padding-top: 64px;
  padding-bottom: 48px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.ws-site .main-footer a,
.ws-site #footer a {
  color: #fff;
}

.ws-site .main-footer a:hover,
.ws-site #footer a:hover {
  color: #ffc4b8;
}

.ws-site #footer .vc_col-sm-8 .wpb_text_column {
  max-width: 36em;
}

.ws-site #footer .vc_col-sm-8 .wpb_text_column p {
  color: rgba(255, 255, 255, 0.78);
  line-height: 1.7;
}

.ws-site #footer .widget_nav_menu,
.ws-site .main-footer .widget.widget_nav_menu {
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  background: transparent !important;
  padding: 0 !important;
}

.ws-site #footer .widget_nav_menu::before {
  content: "Explore";
  display: block;
  margin-bottom: 8px;
  color: rgba(255, 255, 255, 0.45);
  font-family: var(--ws-font-heading);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.ws-site #footer .lqd-custom-menu,
.ws-site #footer .ld-fancy-heading,
.ws-site #footer .wpb_wrapper,
.ws-site #footer .vc_column-inner,
.ws-site #footer .menu,
.ws-site #footer ul.nav {
  border: 0 !important;
  box-shadow: none !important;
  background: transparent !important;
}

.ws-site #footer .menu {
  display: flex;
  flex-direction: column;
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
}

.ws-site #footer .menu > li {
  display: block !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  box-shadow: none !important;
  height: auto !important;
}

.ws-site #footer .menu > li > a {
  display: inline-flex;
  align-items: center;
  min-height: 40px;
  padding: 6px 0 !important;
  color: rgba(255, 255, 255, 0.82) !important;
  font-family: var(--ws-font-heading);
  font-size: 15px;
  font-weight: 500;
  text-decoration: none;
}

.ws-site #footer .menu > li > a:hover {
  color: #fff !important;
}

.ws-site #footer .menu > li > a .link-icon,
.ws-site #footer .menu > li > a .submenu-expander,
.ws-site #footer .menu > li > a .icon-lqd-bars {
  display: none !important;
}

.ws-site #footer .social-icon a {
  width: 40px;
  height: 40px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 6px;
}

.lqd-main-footer .ws-header-cta,
.main-footer .ws-header-cta,
.lqd-footer .ws-header-cta,
footer .ws-header-cta,
#footer .ws-header-cta {
  display: none !important;
}

/* -------------------------------------------------------------------------
   Layout primitives
   ------------------------------------------------------------------------- */

.ws-wrap {
  width: min(100% - 40px, var(--ws-max));
  margin-inline: auto;
}

.ws-section {
  padding: var(--ws-space-7) 0;
}

.ws-section--muted {
  background: var(--ws-bg);
}

.ws-section--dark {
  background: var(--ws-navy-deep);
  color: rgba(255, 255, 255, 0.86);
}

.ws-section--tight-top {
  padding-top: 40px;
}

.ws-section__head {
  max-width: 40em;
  margin-bottom: var(--ws-space-6);
}

.ws-section__head h2,
.ws-section__head--on-dark h2,
.ws-inner-hero__title,
.ws-cta-band__title {
  font-family: var(--ws-font-heading);
  font-weight: 650;
  letter-spacing: -0.02em;
  color: var(--ws-navy);
  line-height: 1.15;
}

.ws-section__head h2 {
  font-size: clamp(1.5rem, 2.2vw, 2.125rem);
  margin: 0 0 12px;
}

.ws-section__head p {
  margin: 0;
  color: var(--ws-muted);
  font-size: 1.0625rem;
  line-height: 1.7;
}

.ws-section__head--on-dark h2,
.ws-section--dark .ws-kicker {
  color: #fff;
}

.ws-section__head--on-dark p {
  color: rgba(255, 255, 255, 0.78);
}

.ws-section__head--split {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: var(--ws-space-4);
  max-width: none;
}

.ws-site .ws-kicker {
  margin: 0 0 12px;
  font-family: var(--ws-font-heading);
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--ws-accent) !important;
}

.ws-kicker--on-dark {
  color: #ffc4b8;
}

.ws-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 22px;
  border-radius: var(--ws-radius);
  font-family: var(--ws-font-heading);
  font-size: 14px;
  font-weight: 600;
  text-decoration: none !important;
  cursor: pointer;
  transition: background 0.18s var(--ws-ease), color 0.18s var(--ws-ease), border-color 0.18s var(--ws-ease), box-shadow 0.18s var(--ws-ease);
}

.ws-btn:hover {
  text-decoration: none !important;
}

.ws-btn:focus-visible,
.ws-card:focus-visible,
.ws-works__item:focus-visible,
.ws-quotes__nav:focus-visible,
.ws-quotes__dot:focus-visible,
.ws-quotes__pause:focus-visible,
.ws-crumb:focus-visible {
  outline: 2px solid var(--ws-navy-deep);
  outline-offset: 3px;
}

.ws-btn span {
  color: inherit !important;
}

.ws-btn--primary {
  background: var(--ws-accent);
  color: #fff !important;
}

.ws-btn--primary:hover {
  background: var(--ws-accent-hover);
  color: #fff !important;
}

.ws-btn--ghost {
  background: transparent;
  color: #fff !important;
  border: 1px solid rgba(255, 255, 255, 0.4);
}

.ws-btn--ghost:hover {
  background: rgba(255, 255, 255, 0.08);
  color: #fff !important;
}

.ws-btn--ghost-navy {
  background: transparent;
  color: var(--ws-navy) !important;
  border: 1px solid var(--ws-line);
}

.ws-btn--ghost-navy:hover {
  border-color: var(--ws-navy);
}

.ws-btn--light {
  background: #fff;
  color: var(--ws-navy) !important;
}

.ws-btn--light:hover {
  background: var(--ws-bg);
}

.ws-btn--block {
  width: 100%;
}

.ws-reveal {
  transform: translateY(12px);
  transition: transform 0.28s var(--ws-ease), opacity 0.28s var(--ws-ease);
}

.ws-reveal.is-in {
  transform: none;
}

@media (prefers-reduced-motion: reduce) {
  .ws-reveal,
  .ws-btn,
  .ws-card,
  .ws-works__item img,
  .ws-quotes__item,
  .ws-why__item,
  .ws-process__step {
    transition: none;
    animation: none;
    transform: none;
    opacity: 1;
  }
}

/* -------------------------------------------------------------------------
   Hero slider
   ------------------------------------------------------------------------- */

.ws-hero {
  position: relative;
  overflow: hidden !important;
  min-height: calc(100vh - var(--ws-header));
  padding: 0;
  background:
    radial-gradient(ellipse 55% 70% at 82% 42%, rgba(255, 48, 0, 0.14), transparent 58%),
    var(--ws-navy-deep) !important;
  color: #fff;
  border-bottom: 3px solid var(--ws-accent-brand);
}

.ws-hero::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 4px;
  background: var(--ws-accent-brand);
  z-index: 2;
}

.ws-hero__slides {
  display: flex;
  min-height: inherit;
  transition: transform 0.55s var(--ws-ease);
  will-change: transform;
}

.ws-hero__slide {
  flex: 0 0 100%;
  min-width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  width: 100%;
  display: flex;
  align-items: center;
  min-height: inherit;
  padding: 168px 0 132px;
}

@media (prefers-reduced-motion: reduce) {
  .ws-hero__slides {
    transition: none;
  }
}

.ws-hero__grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: var(--ws-space-6);
  align-items: center;
}

.ws-hero__title {
  color: #fff;
  font-family: var(--ws-font-heading);
  font-size: clamp(2.25rem, 5vw, 4rem);
  font-weight: 650;
  letter-spacing: -0.03em;
  line-height: 1.12;
  margin: 0 0 18px;
  max-width: 16ch;
}

.ws-hero .ws-kicker {
  color: #ffc4b8 !important;
}

.ws-hero__sub {
  max-width: 38em;
  margin: 0 0 32px;
  font-size: 1.2rem;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.84);
}

.ws-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.ws-hero__panel {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  padding: 28px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.04);
}

.ws-hero__index {
  grid-column: 1 / -1;
  font-family: var(--ws-font-heading);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.14em;
  color: rgba(255, 255, 255, 0.5);
}

.ws-hero__stat-card {
  padding: 18px 16px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.ws-hero__stat-card span {
  display: block;
  font-family: var(--ws-font-heading);
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: -0.03em;
}

.ws-hero__stat-card small {
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.8125rem;
}

.ws-hero__stat-card--wide {
  grid-column: 1 / -1;
}

.ws-hero__controls {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 28px;
  z-index: 2;
  display: flex;
  align-items: center;
  gap: 8px;
}

.ws-hero__nav,
.ws-hero__pause {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 6px;
  background: transparent;
  color: #fff;
  cursor: pointer;
}

.ws-hero__nav svg,
.ws-hero__pause svg {
  width: 18px;
  height: 18px;
}

.ws-hero__nav:hover,
.ws-hero__pause:hover {
  border-color: #fff;
  background: rgba(255, 255, 255, 0.08);
}

.ws-hero__nav:focus-visible,
.ws-hero__pause:focus-visible,
.ws-hero__dot:focus-visible {
  outline: 2px solid #fff;
  outline-offset: 3px;
}

.ws-hero__dots {
  display: flex;
  margin-left: 8px;
}

.ws-hero__dot {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
}

.ws-hero__dot::after {
  content: "";
  width: 22px;
  height: 2px;
  background: rgba(255, 255, 255, 0.35);
}

.ws-hero__dot.is-active::after,
.ws-hero__dot[aria-current="true"]::after {
  background: #fff;
}

/* -------------------------------------------------------------------------
   Service cards
   ------------------------------------------------------------------------- */

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

.ws-card {
  display: flex;
  flex-direction: column;
  padding: 28px 24px 24px;
  border-radius: var(--ws-radius);
  background: var(--ws-white);
  border: 1px solid var(--ws-line);
  text-decoration: none !important;
  color: inherit;
  box-shadow: var(--ws-shadow);
  transition: box-shadow 0.18s var(--ws-ease), border-color 0.18s var(--ws-ease);
}

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

.ws-card:hover,
.ws-card:focus {
  border-color: rgba(35, 61, 98, 0.28);
  box-shadow: var(--ws-shadow-hover);
  color: inherit;
  text-decoration: none !important;
}

.ws-card__icon {
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  margin-bottom: 16px;
  border-radius: var(--ws-radius-sm);
  background: var(--ws-accent-soft);
  color: var(--ws-accent);
}

.ws-card__icon svg {
  width: 22px;
  height: 22px;
}

.ws-card__title {
  margin: 0 0 8px;
  font-family: var(--ws-font-heading);
  font-size: 1.125rem;
  font-weight: 600;
  color: var(--ws-navy);
}

.ws-card__lead {
  margin: 0 0 14px;
  color: var(--ws-muted);
  font-size: 0.9375rem;
  line-height: 1.55;
}

.ws-card__list {
  margin: 0 0 18px;
  padding: 0;
  list-style: none;
  color: var(--ws-text);
  font-size: 0.9rem;
  line-height: 1.55;
}

.ws-card__list li {
  position: relative;
  padding-left: 14px;
  margin-bottom: 6px;
}

.ws-card__list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.55em;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--ws-accent);
}

.ws-card__explore {
  margin-top: auto;
  font-family: var(--ws-font-heading);
  font-size: 13px;
  font-weight: 600;
  color: var(--ws-accent);
}

.ws-card--featured {
  grid-column: 1 / -1;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 8px 32px;
  background: var(--ws-white);
  border-color: var(--ws-navy);
}

.ws-card--featured .ws-card__list {
  display: flex;
  flex-wrap: wrap;
  gap: 0 24px;
  flex: 1;
}

/* -------------------------------------------------------------------------
   Tech, about teaser, process, why, stats
   ------------------------------------------------------------------------- */

.ws-tech {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.ws-tech__item {
  text-align: left;
  padding: 22px 20px;
  border: 1px solid var(--ws-line);
  border-radius: var(--ws-radius);
  background: #fff;
  min-height: 0;
  box-shadow: var(--ws-shadow);
}

.ws-tech__name {
  display: block;
  font-family: var(--ws-font-heading);
  font-weight: 600;
  color: var(--ws-navy);
  margin-bottom: 6px;
}

.ws-tech__use {
  display: block;
  font-size: 0.9rem;
  line-height: 1.5;
  color: var(--ws-muted);
}

.ws-skills__title {
  color: #fff !important;
  font-size: 1.35rem;
  font-weight: 650;
  margin: 0 0 18px;
}

.ws-skill-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.ws-skill-pills a,
.ws-skill-pills span {
  display: inline-flex;
  align-items: center;
  min-height: 40px;
  padding: 8px 16px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.06);
  color: #fff !important;
  font-family: var(--ws-font-heading);
  font-size: 14px;
  font-weight: 500;
  text-decoration: none !important;
}

.ws-skill-pills a:hover {
  background: rgba(255, 255, 255, 0.12);
  border-color: rgba(255, 255, 255, 0.35);
}

.ws-skill-pills a:focus-visible {
  outline: 2px solid #fff;
  outline-offset: 3px;
}

.ws-about-teaser__grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: var(--ws-space-6);
  align-items: center;
}

.ws-about-teaser p {
  color: var(--ws-text);
  line-height: 1.7;
  margin: 0 0 22px;
}

.ws-about-teaser__points {
  margin: 0;
  padding: 0;
  list-style: none;
}

.ws-about-teaser__points li {
  padding: 18px 0;
  border-top: 1px solid var(--ws-line);
  color: var(--ws-muted);
}

.ws-about-teaser__points strong {
  display: block;
  color: var(--ws-navy);
  font-family: var(--ws-font-heading);
  margin-bottom: 4px;
}

.ws-process {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.ws-process__step {
  padding: 22px 18px;
  border-radius: var(--ws-radius);
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.1);
  transition: background 0.18s var(--ws-ease), border-color 0.18s var(--ws-ease);
}

.ws-process__step.is-hot,
.ws-process__step.is-current {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.28);
}

.ws-section--muted .ws-process__step {
  background: #fff;
  border-color: var(--ws-line);
}

.ws-section--muted .ws-process__title {
  color: var(--ws-navy);
}

.ws-section--muted .ws-process__text {
  color: var(--ws-muted);
}

.ws-section--muted .ws-process__num {
  color: var(--ws-accent);
}

.ws-section--muted .ws-process__step.is-hot,
.ws-section--muted .ws-process__step.is-current {
  border-color: var(--ws-navy);
}

.ws-process__num {
  display: block;
  font-family: var(--ws-font-heading);
  font-size: 12px;
  letter-spacing: 0.08em;
  color: #ffc4b8;
  margin-bottom: 10px;
}

.ws-process__title {
  margin: 0 0 8px;
  color: #fff;
  font-size: 1.05rem;
  font-family: var(--ws-font-heading);
  font-weight: 600;
}

.ws-process__text {
  margin: 0;
  font-size: 0.875rem;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.72);
}

.ws-why {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

.ws-why__item {
  padding: 28px;
  border-radius: var(--ws-radius);
  background: var(--ws-bg);
  border: 1px solid var(--ws-line);
}

.ws-why__item h3 {
  margin: 0 0 10px;
  font-family: var(--ws-font-heading);
  color: var(--ws-navy);
  font-size: 1.125rem;
  font-weight: 600;
}

.ws-why__item p {
  margin: 0;
  color: var(--ws-text);
  line-height: 1.6;
}

.ws-stats {
  padding: 56px 0;
  background: var(--ws-navy-deep);
  color: #fff;
  border-top: 3px solid var(--ws-accent-brand);
}

.ws-stats__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: var(--ws-space-4);
  text-align: left;
}

.ws-stats__value {
  display: block;
  font-family: var(--ws-font-heading);
  font-size: clamp(1.75rem, 2.6vw, 2.4rem);
  font-weight: 700;
  letter-spacing: -0.03em;
}

.ws-stats__label {
  font-size: 0.9375rem;
  color: rgba(255, 255, 255, 0.78);
}

/* -------------------------------------------------------------------------
   Works + quotes + contact
   ------------------------------------------------------------------------- */

.ws-works {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.ws-works__item {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: var(--ws-radius);
  min-height: 220px;
  background: var(--ws-navy-mid);
  text-decoration: none !important;
}

.ws-works__item img {
  width: 100%;
  height: 240px;
  object-fit: cover;
  display: block;
}

.ws-works__placeholder {
  display: grid;
  place-items: center;
  height: 240px;
  color: #fff;
  padding: 20px;
  font-family: var(--ws-font-heading);
}

.ws-works__caption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 48px 18px 16px;
  background: linear-gradient(transparent, rgba(8, 16, 32, 0.88));
  color: #fff;
}

.ws-works__caption strong {
  display: block;
  font-family: var(--ws-font-heading);
}

.ws-works__caption em {
  font-style: normal;
  font-size: 12px;
  color: #ffc4b8;
}

.ws-empty {
  padding: 40px 28px;
  border: 1px dashed var(--ws-line);
  border-radius: var(--ws-radius);
  background: var(--ws-bg);
  color: var(--ws-muted);
}

.ws-empty a {
  color: var(--ws-accent);
  font-weight: 600;
}

.ws-quotes {
  position: relative;
  max-width: 760px;
  margin: 0 auto;
}

.ws-quotes__item {
  margin: 0;
}

.ws-quotes__item.is-active {
  display: block;
}

.ws-quotes__item[hidden] {
  display: none !important;
}

.ws-quotes__item p {
  font-size: 1.2rem;
  line-height: 1.65;
  color: var(--ws-navy);
  margin: 0 0 22px;
}

.ws-quotes__item cite {
  font-style: normal;
  font-family: var(--ws-font-heading);
  font-weight: 600;
  color: var(--ws-navy);
}

.ws-quotes__item footer span {
  display: block;
  color: var(--ws-muted);
  font-size: 0.9rem;
}

.ws-quotes__controls {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-top: 24px;
}

.ws-quotes__nav,
.ws-quotes__pause {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border: 1px solid var(--ws-line);
  border-radius: var(--ws-radius-sm);
  background: #fff;
  color: var(--ws-navy);
  cursor: pointer;
}

.ws-quotes__nav svg,
.ws-quotes__pause svg {
  width: 18px;
  height: 18px;
}

.ws-quotes__nav:hover,
.ws-quotes__pause:hover {
  border-color: var(--ws-navy);
}

.ws-quotes__dots {
  display: flex;
  justify-content: center;
  gap: 4px;
  margin: 0;
}

.ws-quotes__dot {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
}

.ws-quotes__dot::after {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #cdd5e0;
}

.ws-quotes__dot.is-active::after,
.ws-quotes__dot[aria-current="true"]::after {
  background: var(--ws-accent);
}

.ws-contact__grid {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 40px;
  align-items: start;
}

.ws-contact__aside {
  padding: 32px;
  border-radius: var(--ws-radius);
  background: var(--ws-navy-deep);
  color: #fff;
}

.ws-contact__aside .ws-kicker {
  color: #ffc4b8;
}

.ws-contact__aside h2 {
  color: #fff;
  font-size: 1.5rem;
  margin: 0 0 12px;
  font-family: var(--ws-font-heading);
}

.ws-contact__aside a {
  color: #fff;
}

.ws-contact__aside a:focus-visible {
  outline: 2px solid #fff;
  outline-offset: 3px;
}

.ws-contact__phones {
  list-style: none;
  margin: 24px 0 0;
  padding: 0;
}

.ws-contact__phones li {
  padding: 12px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.ws-contact__phones span {
  display: block;
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.7);
}

.ws-contact__cf7 .wpcf7-form p,
.ws-contact__cf7 .wpcf7-form label {
  display: block;
  margin-bottom: 12px;
  color: var(--ws-navy);
  font-size: 14px;
}

.ws-contact__cf7 input[type="text"],
.ws-contact__cf7 input[type="email"],
.ws-contact__cf7 input[type="tel"],
.ws-contact__cf7 input[type="url"],
.ws-contact__cf7 textarea,
.ws-contact__cf7 select {
  width: 100%;
  max-width: 100%;
  padding: 12px 14px;
  border: 1px solid var(--ws-line);
  border-radius: var(--ws-radius-sm);
  background: #fff;
  color: var(--ws-navy);
  font-family: var(--ws-font-body);
  font-size: 1rem;
}

.ws-contact__cf7 input:focus-visible,
.ws-contact__cf7 textarea:focus-visible,
.ws-contact__cf7 select:focus-visible {
  outline: 2px solid var(--ws-navy-deep);
  outline-offset: 2px;
  border-color: var(--ws-navy);
}

.ws-contact__cf7 textarea {
  min-height: 120px;
}

.ws-contact__cf7 input[type="submit"],
.ws-contact__cf7 .wpcf7-submit {
  background: var(--ws-accent) !important;
  color: #fff !important;
  border: 0 !important;
  border-radius: var(--ws-radius) !important;
  min-height: 48px;
  padding: 12px 24px !important;
  font-family: var(--ws-font-heading);
  font-weight: 600;
  cursor: pointer;
}

.ws-contact__cf7 input[type="submit"]:hover,
.ws-contact__cf7 .wpcf7-submit:hover {
  background: var(--ws-accent-hover) !important;
}

.ws-contact__cf7 .wpcf7-not-valid {
  border-color: var(--ws-destructive);
}

.ws-contact__cf7 .wpcf7-not-valid-tip {
  color: var(--ws-destructive);
  font-size: 0.875rem;
}

.ws-contact__cf7 .wpcf7-response-output {
  margin: 16px 0 0;
  padding: 12px 14px;
  border-radius: var(--ws-radius-sm);
  border: 1px solid var(--ws-line);
}

.ws-form-fallback {
  padding: 16px;
  background: var(--ws-bg);
  border-radius: var(--ws-radius-sm);
}

/* -------------------------------------------------------------------------
   Inner pages
   ------------------------------------------------------------------------- */

.ws-inner-hero {
  padding: 100px 0 20px;
  background: var(--ws-bg);
  border-bottom: 1px solid var(--ws-line);
}

.ws-inner-page .ws-inner-hero {
  padding-bottom: 12px;
}

.ws-inner-page .ws-contact.ws-section {
  padding-top: 16px;
  padding-bottom: 72px;
}

.ws-breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  margin-bottom: 18px;
  font-size: 13px;
  color: var(--ws-muted);
}

.ws-crumb {
  color: var(--ws-muted);
  text-decoration: none;
}

.ws-crumb:hover {
  color: var(--ws-accent);
}

.ws-crumb.is-current {
  color: var(--ws-navy);
}

.ws-inner-hero__title {
  font-size: clamp(1.85rem, 3vw, 2.75rem);
  margin: 0 0 12px;
}

.ws-inner-hero__lead {
  max-width: 38em;
  margin: 0 0 8px;
  font-size: 1.125rem;
  line-height: 1.65;
  color: var(--ws-text);
}

.ws-inner-hero__actions {
  margin-top: 16px;
}

.ws-prose {
  max-width: 720px;
  color: var(--ws-text);
  font-size: 1.0625rem;
  line-height: 1.75;
}

.ws-prose--wide {
  max-width: 800px;
}

.ws-prose h2 {
  margin: 1.6em 0 0.5em;
  font-family: var(--ws-font-heading);
  color: var(--ws-navy);
  font-size: 1.35rem;
}

.ws-prose h3 {
  margin: 1.4em 0 0.4em;
  font-family: var(--ws-font-heading);
  color: var(--ws-navy);
  font-size: 1.125rem;
}

.ws-prose p {
  margin: 0 0 1em;
}

.ws-prose a {
  color: var(--ws-accent);
}

.ws-prose ul,
.ws-prose ol {
  margin: 0 0 1em;
  padding-left: 1.2em;
}

.ws-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 300px;
  gap: 48px;
  align-items: start;
  padding: 24px 0 72px;
}

.ws-side {
  position: sticky;
  top: 110px;
  padding: 24px;
  border-radius: var(--ws-radius);
  background: var(--ws-bg);
  border: 1px solid var(--ws-line);
}

.ws-side h3,
.ws-related__title {
  margin: 0 0 10px;
  font-family: var(--ws-font-heading);
  font-size: 1rem;
  color: var(--ws-navy);
}

.ws-side__phones {
  list-style: none;
  margin: 16px 0 0;
  padding: 0;
  font-size: 0.9rem;
}

.ws-side__phones a {
  color: var(--ws-navy);
}

.ws-related {
  margin-top: 24px;
  padding-top: 20px;
  border-top: 1px solid var(--ws-line);
}

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

.ws-related li {
  margin-bottom: 8px;
}

.ws-related a {
  color: var(--ws-navy);
  text-decoration: none;
  font-weight: 600;
}

.ws-related a:hover {
  color: var(--ws-accent);
}

.ws-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
  margin: 0 0 28px;
  padding: 0;
}

.ws-pills li {
  padding: 8px 12px;
  border-radius: var(--ws-radius-sm);
  background: var(--ws-accent-soft);
  color: var(--ws-navy);
  font-family: var(--ws-font-heading);
  font-size: 12px;
  font-weight: 600;
}

.ws-service-more {
  padding: 40px 0 56px;
}

.ws-service-more h2 {
  font-family: var(--ws-font-heading);
  color: var(--ws-navy);
  margin: 0 0 20px;
}

.ws-cta-band {
  padding: 72px 0;
  background: var(--ws-navy-deep);
  color: #fff;
}

.ws-cta-band__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 32px;
}

.ws-cta-band__title {
  color: #fff;
  font-size: clamp(1.5rem, 2.4vw, 2.1rem);
  margin: 0 0 8px;
}

.ws-cta-band__text {
  margin: 0;
  color: rgba(255, 255, 255, 0.78);
}

.ws-cta-band__actions {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  flex-shrink: 0;
}

.ws-cta-band__mail {
  color: #ffc4b8;
  font-size: 0.95rem;
}

.ws-cta-band__mail:focus-visible {
  outline: 2px solid #fff;
  outline-offset: 3px;
}

.ws-works-page .lqd-pf-filter,
.ws-works-page .liquid-filter-items,
.ws-works-page .filter-list {
  margin-bottom: 28px !important;
}

.ws-works-page .lqd-pf-item,
.ws-works-page .ld-pf-inner {
  border-radius: var(--ws-radius) !important;
  overflow: hidden;
}

.ws-works-page .filter-list li,
.ws-works-page .liquid-filter-items a,
.ws-works-page .lqd-pf-filter a {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
}

/* -------------------------------------------------------------------------
   Responsive
   ------------------------------------------------------------------------- */

@media (max-width: 1280px) {
  .ws-cards {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 1024px) {
  .ws-hero__grid,
  .ws-about-teaser__grid,
  .ws-contact__grid,
  .ws-layout {
    grid-template-columns: 1fr;
  }

  .ws-tech,
  .ws-works,
  .ws-stats__grid,
  .ws-process {
    grid-template-columns: repeat(2, 1fr);
  }

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

  .ws-card--featured {
    flex-direction: column;
  }

  .ws-side {
    position: static;
  }

  .ws-cta-band__inner,
  .ws-section__head--split {
    flex-direction: column;
    align-items: flex-start;
  }
}

@media (max-width: 768px) {
  .ws-hero {
    min-height: 0;
  }

  .ws-hero__title {
    max-width: none;
  }

  .ws-section {
    padding: 56px 0;
  }

  .ws-inner-page .ws-contact.ws-section {
    padding-top: 8px;
    padding-bottom: 48px;
  }

  .ws-cards,
  .ws-tech,
  .ws-works,
  .ws-why,
  .ws-stats__grid,
  .ws-process,
  .ws-hero__panel {
    grid-template-columns: 1fr;
  }

  .ws-hero__actions,
  .ws-inner-hero__actions {
    flex-direction: column;
    align-items: stretch;
  }

  .ws-hero__actions .ws-btn,
  .ws-inner-hero__actions .ws-btn {
    width: 100%;
  }

  .ws-stats__grid {
    text-align: left;
  }
}

@media (max-width: 767px) {
  .ws-hero__slide {
    padding: 80px 0 56px;
  }

  .ws-inner-hero {
    padding-top: 80px;
    padding-bottom: 16px;
  }
}

@media (max-width: 390px) {
  .ws-wrap {
    width: min(100% - 32px, var(--ws-max));
  }

  .ws-header-cta {
    margin-top: 8px;
  }

  .ws-hero__actions,
  .ws-inner-hero__actions {
    flex-direction: column;
    align-items: stretch;
  }

  .ws-hero__actions .ws-btn,
  .ws-inner-hero__actions .ws-btn {
    width: 100%;
  }
}
