/* ==========================================================================
   Codexa — Responsive Styles
   ========================================================================== */

/* Header nav dropdown — desktop */
@media (min-width: 992px) {
  .cdx-header__nav-item--has-dropdown > .cdx-header__subnav {
    position: absolute;
    top: 100%;
    left: 50%;
    z-index: 20;
    min-width: 220px;
    margin: 0;
    padding: 16px 0 0;
    background: transparent;
    border: none;
    box-shadow: none;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateX(-50%);
    transition: opacity var(--cdx-transition), visibility var(--cdx-transition);
  }

  /* Invisible hover bridge + visible card behind links */
  .cdx-header__nav-item--has-dropdown > .cdx-header__subnav::before {
    content: '';
    position: absolute;
    top: 16px;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: var(--cdx-white);
    border: 1px solid var(--cdx-gray-200);
    border-radius: 12px;
    box-shadow: var(--cdx-shadow);
    z-index: 0;
  }

  .cdx-header__nav-item--has-dropdown > .cdx-header__subnav > li {
    position: relative;
    z-index: 1;
  }

  .cdx-header__nav-item--has-dropdown:hover > .cdx-header__subnav,
  .cdx-header__nav-item--has-dropdown:focus-within > .cdx-header__subnav {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }

  .cdx-header__nav-item--has-dropdown:hover .cdx-header__nav-chevron,
  .cdx-header__nav-item--has-dropdown:focus-within .cdx-header__nav-chevron {
    transform: rotate(180deg);
  }
}

/* Large tablets & small desktops */
@media (max-width: 1199.98px) {
  .cdx-header__nav-list {
    gap: 24px;
  }

  .cdx-hero__title {
    font-size: 42px;
  }

  .cdx-pricing-card--featured {
    transform: none;
  }

  .cdx-pricing-card--featured:hover {
    transform: translateY(-6px);
  }

  .cdx-cta__title {
    font-size: 34px;
  }

  .cdx-hero--dashboard .cdx-hero__title {
    font-size: 48px;
  }

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

  .cdx-team-hero__title {
    font-size: 52px;
  }

  .cdx-team__intro-title {
    font-size: 34px;
  }

  .cdx-career-hero__title {
    font-size: 56px;
  }

  .cdx-career-why__title {
    font-size: 42px;
  }

  .cdx-career-culture__title {
    font-size: 42px;
  }

  .cdx-career-opportunities__title {
    font-size: 36px;
  }

  .cdx-career-highlight__title {
    font-size: 36px;
  }

  .cdx-contact-hero__title {
    font-size: 56px;
  }

  .cdx-faq-hero__title {
    font-size: 56px;
  }

  .cdx-get-quote__title {
    font-size: 56px;
  }

  .cdx-about-hero__title {
    font-size: 56px;
  }

  .cdx-port-banner__title {
    font-size: 56px;
  }

  .cdx-port-about__title {
    font-size: 40px;
  }

  .cdx-port-showcase__title {
    font-size: 34px;
  }

  .cdx-port-projects__title {
    font-size: 34px;
  }

  .cdx-portfolio-hero__title {
    font-size: 56px;
  }

  .cdx-about-intro__title,
  .cdx-about-mission__title {
    font-size: 34px;
  }

  .cdx-about-stats__number {
    font-size: 52px;
  }

  .cdx-about-values__title {
    font-size: 28px;
  }

  .cdx-about-focus__title {
    font-size: 32px;
  }

  .cdx-blog-list-hero__title {
    font-size: 56px;
  }

  .cdx-blog-hero__title {
    font-size: 52px;
  }

  .cdx-home-banner__figure {
    max-width: 42%;
  }

  .cdx-home-banner__top {
    min-height: 270px;
  }

  .cdx-home-banner__bottom {
    min-height: 360px;
  }

  .cdx-home-banner__content {
    padding: 44px 40px;
  }

  .cdx-home-banner__content--detail {
    max-width: 600px;
  }

  .cdx-home-banner__lead {
    font-size: 44px;
  }

  .cdx-home-banner__title {
    font-size: 36px;
  }

  .cdx-home-banner__text {
    font-size: 18px;
    margin-bottom: 32px;
  }

  .cdx-svc-hero {
    min-height: 620px;
    padding: 80px 0 40px;
  }

  .cdx-svc-hero__line {
    margin-bottom: 12px;
  }

  .cdx-svc-intro {
    padding: 80px 0;
  }

  .cdx-svc-process__red {
    padding: 48px 40px 32px;
  }

  .cdx-home-services .container {
    overflow-x: clip;
  }

  .cdx-home-services__row:hover,
  .cdx-home-services__row--active {
    margin: 0;
    padding-left: 24px;
    padding-right: 24px;
  }
}

/* Tablets */
@media (max-width: 991.98px) {
  .cdx-header__nav {
    position: fixed;
    top: 80px;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: var(--cdx-white);
    flex-direction: column;
    justify-content: flex-start;
    padding: 32px 24px;
    transform: translateX(100%);
    transition: transform var(--cdx-transition);
    overflow-y: auto;
  }

  .cdx-header__nav--open {
    transform: translateX(0);
  }

  .cdx-header__nav-list {
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
    width: 100%;
  }

  .cdx-header__nav-item {
    width: 100%;
    border-bottom: 1px solid var(--cdx-gray-200);
  }

  .cdx-header__nav-link {
    display: block;
    flex: 1;
    padding: 16px 0;
    font-size: 18px;
  }

  .cdx-header__nav-item--has-dropdown > .cdx-header__nav-row {
    width: 100%;
  }

  .cdx-header__nav-item--has-dropdown > .cdx-header__nav-row > .cdx-header__nav-link {
    display: block;
    width: auto;
    flex: 1;
  }

  .cdx-header__nav-chevron {
    display: none;
  }

  .cdx-header__nav-toggle {
    display: inline-flex;
  }

  .cdx-header__nav-item--has-dropdown > .cdx-header__subnav {
    display: none;
    min-width: 0;
    padding: 0 0 12px;
    border: none;
    border-radius: 0;
    box-shadow: none;
    background: transparent;
  }

  .cdx-header__nav-item--has-dropdown.cdx-header__nav-item--open > .cdx-header__subnav {
    display: block;
  }

  .cdx-header__nav-item--has-dropdown.cdx-header__nav-item--open .cdx-header__nav-toggle {
    transform: rotate(180deg);
  }

  .cdx-header__subnav-link {
    padding: 12px 0 12px 12px;
    font-size: 16px;
  }

  .cdx-header__burger {
    display: flex;
  }

  .cdx-hero {
    min-height: 400px;
  }

  .cdx-hero__content {
    padding: 60px 0;
  }

  .cdx-hero__title {
    font-size: 36px;
  }

  .cdx-pricing {
    padding: 70px 0;
  }

  .cdx-pricing-card {
    max-width: 480px;
    margin: 0 auto;
  }

  .cdx-pricing-card--featured {
    margin-top: 20px;
  }

  .cdx-cta {
    padding: 70px 0;
  }

  .cdx-cta__title {
    font-size: 30px;
  }

  .cdx-about-hero {
    margin-top: 80px;
    min-height: 460px;
  }

  .cdx-about-hero__title {
    font-size: 42px;
  }

  .cdx-about-hero__desc {
    font-size: 16px;
  }

  .cdx-about-intro {
    padding: 70px 0;
  }

  .cdx-about-intro__title {
    margin-bottom: 20px;
  }

  .cdx-about-stats {
    padding: 64px 0;
  }

  .cdx-about-mission {
    padding: 64px 0 32px;
  }

  .cdx-about-mission__title {
    font-size: 32px;
  }

  .cdx-about-values__grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .cdx-about-values__card {
    min-height: 360px;
  }

  .cdx-about-values__card > img {
    min-height: 360px;
  }

  .cdx-about-values__content {
    padding: 40px 32px 32px;
  }

  .cdx-about-focus__media {
    min-height: 420px;
  }

  .cdx-about-focus__media img {
    min-height: 420px;
  }

  .cdx-about-focus__panel {
    min-height: auto;
    padding: 60px 40px;
  }

  .cdx-about-team__track .cdx-team-card {
    flex: 0 0 33.3333%;
    max-width: 33.3333%;
  }

  .cdx-team__intro {
    flex-direction: column;
    gap: 16px;
  }

  .cdx-team__intro-desc {
    padding-top: 0;
    max-width: 100%;
  }

  .cdx-about-cta .cdx-cta__inner,
  .cdx-cta__inner {
    flex-direction: column;
    align-items: flex-start;
    gap: 28px;
  }

  .cdx-blog-list-hero {
    margin-top: 80px;
    padding: 80px 0;
  }

  .cdx-blog-list-hero__title {
    font-size: 48px;
  }

  .cdx-blog-list-hero__inner {
    align-items: flex-start;
  }

  .cdx-blog-filters {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }

  .cdx-blog-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
    margin-bottom: 60px;
  }

  .cdx-blog-grid__col {
    display: contents;
  }

  .cdx-blog-card__media--tall,
  .cdx-blog-card__media--medium {
    height: 360px;
  }

  .cdx-blog-card__media--short {
    height: 280px;
  }

  .cdx-blog-hero {
    margin-top: 80px;
    min-height: 400px;
  }

  .cdx-blog-hero__title {
    font-size: 42px;
  }

  .cdx-blog-article {
    padding: 56px 0 64px;
  }

  .cdx-blog-article__heading {
    font-size: 26px;
  }

  .cdx-footer__top {
    padding: 60px 0 40px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
  }

  .cdx-footer__top > .cdx-footer__brand,
  .cdx-footer__top > .cdx-footer__col:last-child {
    grid-column: span 3;
  }

  .cdx-hero--dashboard .cdx-hero__title {
    font-size: 40px;
  }

  .cdx-dashboard__sidebar {
    flex: none;
    width: 100%;
  }

  .cdx-dashboard__layout {
    flex-direction: column;
  }

  .cdx-header--home .cdx-header__nav {
    background-color: var(--cdx-white);
  }

  .cdx-home-banner {
    margin-top: 80px;
    padding-top: 24px;
  }

  .cdx-home-banner__top,
  .cdx-home-banner__bottom {
    border-radius: 16px;
  }

  .cdx-home-banner__top {
    min-height: 240px;
    margin-bottom: 24px;
  }

  .cdx-home-banner__bottom {
    min-height: 320px;
  }

  .cdx-home-banner__shape,
  .cdx-home-banner__bg-img,
  .cdx-home-banner__bg {
    border-radius: 16px;
  }

  .cdx-home-banner__bg-img {
    object-position: center;
  }

  .cdx-home-banner__content {
    padding: 36px 32px;
  }

  .cdx-home-banner__content--detail {
    max-width: none;
  }

  .cdx-home-banner__lead {
    font-size: 38px;
  }

  .cdx-home-banner__title {
    font-size: 32px;
  }

  .cdx-home-banner__text {
    font-size: 16px;
    margin: 16px 0 28px;
  }

  .cdx-home-banner__btn {
    font-size: 16px;
    padding: 11px 22px;
  }

  .cdx-home-banner__figure {
    max-width: 32%;
  }

  .cdx-home-intro {
    padding: 60px 0 60px;
  }

  .cdx-home-intro__visual {
    margin: 0 auto;
  }

  .cdx-home-services {
    padding: 70px 0;
  }

  .cdx-home-services__head {
    margin-bottom: 44px;
  }

  .cdx-home-services__row {
    grid-template-columns: 1fr auto;
    gap: 12px 16px;
    padding: 24px 0;
  }

  .cdx-home-services__name {
    grid-column: 1;
    grid-row: 1;
  }

  .cdx-home-services__arrow {
    grid-column: 2;
    grid-row: 1;
    align-self: center;
  }

  .cdx-home-services__desc {
    grid-column: 1 / -1;
    grid-row: 2;
  }

  .cdx-home-services__row:hover,
  .cdx-home-services__row--active {
    padding: 24px 20px;
    margin: 0;
    border-radius: 12px;
  }

  .cdx-home-services__thumb {
    display: none;
  }

  .cdx-home-stats__wrap {
    display: flex;
    flex-direction: column;
  }

  .cdx-home-stats__img {
    min-height: 300px;
    max-height: 400px;
  }

  .cdx-home-stats__bar {
    position: relative;
    width: 100%;
    flex-wrap: wrap;
  }

  .cdx-home-stats__item {
    flex: 1 1 50%;
    min-width: min(100%, 280px);
    max-width: none;
  }

  .cdx-home-why__grid {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    min-height: auto;
  }

  .cdx-home-why__intro {
    padding: 32px 24px 24px;
  }

  .cdx-home-why__media {
    grid-column: 1;
    grid-row: auto;
    min-height: 280px;
  }

  .cdx-home-why__panel {
    grid-column: 1;
    grid-row: auto;
    padding: 40px 32px;
  }

  .cdx-home-team__grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .cdx-home-team__intro {
    grid-column: span 2;
    min-height: 280px;
    overflow: hidden;
  }

  .cdx-home-team__hand {
    max-width: 200px;
    transform: translateY(40%);
  }

  .cdx-home-brands__inner {
    flex-direction: column;
    align-items: flex-start;
  }

  .cdx-home-brands__slider {
    width: 100%;
    -webkit-mask-image: none;
    mask-image: none;
  }

  .cdx-home-brands__track {
    gap: 32px;
  }

  .cdx-home-testimonial .container {
    min-height: 460px;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .cdx-home-testimonial__card {
    padding: 48px 40px;
  }

  .cdx-home-blog {
    padding: 70px 0;
  }

  .cdx-home-blog__head {
    flex-direction: column;
    align-items: flex-start;
  }

  .cdx-home-blog__grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .cdx-home-pricing {
    padding: 70px 0;
  }

  .cdx-home-pricing__countdown {
    flex-wrap: wrap;
    gap: 12px;
  }

  .cdx-home-faq {
    padding: 70px 0;
  }

  .cdx-home-cta {
    padding: 70px 0;
  }

  .cdx-home-cta .cdx-cta__inner {
    flex-direction: column;
    align-items: flex-start;
  }

  /* Services page */
  .cdx-svc-hero {
    margin-top: 80px;
    min-height: 480px;
    padding: 60px 0 48px;
  }

  .cdx-svc-hero__side {
    display: none;
  }

  .cdx-svc-hero__line {
    margin-bottom: 0;
  }

  .cdx-svc-hero__item {
    padding: 8px 0;
  }

  .cdx-svc-hero__num {
    font-size: 12px;
  }

  .cdx-svc-hero__line--outline {
    -webkit-text-stroke-width: 1px;
  }

  .cdx-svc-hero__btn {
    max-width: 100%;
    margin-top: 28px;
  }

  .cdx-svc-intro {
    padding: 60px 0;
  }

  .cdx-svc-intro__visual {
    margin-top: 24px;
  }

  .cdx-svc-overview {
    padding: 60px 0 0;
  }

  .cdx-svc-overview__title {
    margin-bottom: 32px;
  }

  .cdx-svc-overview__grid {
    grid-template-columns: 1fr;
    gap: 40px 32px;
  }

  .cdx-svc-overview__item h3 {
    font-size: 22px;
  }

  .cdx-svc-grid {
    padding: 60px 0;
  }

  .cdx-svc-grid__cards {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }

  .cdx-svc-process__wrap {
    grid-template-columns: 1fr;
  }

  .cdx-svc-process {
    background: var(--cdx-red);
  }

  .cdx-svc-process__red {
    padding: 40px 32px 28px;
  }

  .cdx-svc-process__media img {
    min-height: 240px;
    max-height: 360px;
    min-width: auto;
  }

  .cdx-svc-process__right {
    background-color: var(--cdx-white);
    padding: 48px 32px;
  }

  .cdx-svc-faq {
    padding: 60px 0;
  }

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

  .cdx-team-hero {
    margin-top: 80px;
    padding: 48px 0 40px;
  }

  .cdx-team-hero__media {
    min-height: 320px;
  }

  .cdx-team-hero__bredcrumbs {
    width: 75%;
  }

  .cdx-team-hero__title {
    font-size: 40px;
    margin-bottom: 18px;
  }

  .cdx-team-hero__desc {
    font-size: 16px;
    margin-bottom: 22px;
  }

  .cdx-team-hero__content {
    padding: 16px 0 0;
  }

  .cdx-team-intro {
    padding: 48px 0 32px;
  }

  .cdx-team__intro-title {
    font-size: 32px;
    max-width: none;
  }

  .cdx-career-hero {
    margin-top: 80px;
  }

  .cdx-career-hero__grid {
    min-height: auto;
  }

  .cdx-career-hero__media {
    min-height: 480px;
  }

  .cdx-career-hero__media img {
    min-height: 480px;
    max-height: none;
  }

  .cdx-career-hero__panel {
    padding: 60px 40px;
  }

  .cdx-career-hero__title {
    font-size: 42px;
    max-width: none;
  }

  .cdx-career-hero__intro {
    font-size: 14px;
    margin-bottom: 36px;
  }

  .cdx-career-opportunities__grid {
    min-height: auto;
  }

  .cdx-career-opportunities__intro {
    padding: 60px 40px 0;
  }

  .cdx-career-opportunities__roles {
    padding: 60px 40px;
  }

  .cdx-career-opportunities__title {
    font-size: 34px;
    max-width: none;
  }

  .cdx-career-why__title {
    font-size: 36px;
    max-width: none;
  }

  .cdx-career-highlight__title {
    font-size: 32px;
    max-width: none;
  }

  .cdx-career-culture__title {
    font-size: 36px;
  }

  .cdx-career-culture__subtitle {
    margin-bottom: 48px;
  }

  .cdx-contact-hero {
    margin-top: 80px;
    min-height: 460px;
  }

  .cdx-contact-hero .container {
    padding-top: 64px;
    padding-bottom: 60px;
  }

  .cdx-contact-hero__title {
    font-size: 42px;
  }

  .cdx-contact-hero__desc {
    font-size: 16px;
  }

  .cdx-port-banner {
    margin-top: 80px;
    padding-bottom: 0;
  }

  .cdx-port-banner .container {
    padding-top: 80px;
    padding-bottom: 48px;
  }

  .cdx-port-banner__title {
    font-size: 42px;
    max-width: none;
  }

  .cdx-port-banner__boxes {
    position: relative;
    right: auto;
    bottom: auto;
    width: 100%;
  }

  .cdx-port-banner__box {
    min-height: auto;
    padding: 28px 32px;
  }

  .cdx-port-banner__box p {
    font-size: 22px;
    max-width: none;
  }

  .cdx-port-about::before {
    display: none;
  }

  .cdx-port-about__grid,
  .cdx-port-showcase__grid {
    grid-template-columns: 1fr;
    min-height: auto;
  }

  .cdx-port-about__left {
    padding: 60px 0;
  }

  .cdx-port-about__left,
  .cdx-port-about__right,
  .cdx-port-showcase__content {
    padding: 60px 40px;
  }

  .cdx-port-about__title {
    font-size: 34px;
    max-width: none;
  }

  .cdx-port-showcase__media,
  .cdx-port-showcase__media img {
    min-height: 400px;
  }

  .cdx-port-showcase__title {
    font-size: 30px;
    max-width: none;
  }

  .cdx-port-projects__head {
    padding: 56px 0 100px;
  }

  .cdx-port-projects__title {
    font-size: 30px;
    margin-bottom: 12px;
  }

  .cdx-port-projects__body {
    margin-top: -50px;
    padding-bottom: 80px;
  }

  .cdx-port-projects__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
  }

  .cdx-port-card {
    min-height: 360px;
    max-height: 360px;
  }

  .cdx-port-card img {
    min-height: 360px;
  }

  .cdx-port-card--wide {
    grid-column: span 2;
  }

  .cdx-portfolio-hero {
    margin-top: 80px;
    min-height: 400px;
  }

  .cdx-portfolio-hero .container {
    padding-top: 64px;
    padding-bottom: 56px;
  }

  .cdx-portfolio-hero__title {
    font-size: 42px;
    max-width: none;
  }

  .cdx-portfolio-content {
    padding: 56px 0 70px;
  }

  .cdx-portfolio-content__heading {
    font-size: 26px;
  }

  .cdx-portfolio-info,
  .cdx-portfolio-other {
    padding: 40px 28px;
  }

  .cdx-contact-info {
    padding: 60px 0 44px;
  }

  .cdx-contact-info__title {
    font-size: 24px;
    margin-bottom: 16px;
  }

  .cdx-contact-form {
    padding: 44px 0 60px;
  }

  .cdx-contact-map {
    height: 360px;
  }

  .cdx-faq-hero {
    margin-top: 80px;
    padding: 60px 0 0;
  }

  .cdx-faq-hero__title {
    font-size: 42px;
  }

  .cdx-faq-hero__visual {
    min-height: 360px;
  }

  .cdx-faq-hero__person {
    max-height: 440px;
  }

  .cdx-faq-hero__qmarks {
    width: min(90%, 320px);
    right: -5%;
  }

  .cdx-faq {
    padding: 60px 0 70px;
  }

  .cdx-faq-item__question {
    font-size: 22px;
  }

  .cdx-faq-item__answer p {
    font-size: 16px;
  }

  .cdx-get-quote {
    margin-top: 80px;
    padding: 48px 0 70px;
  }

  .cdx-get-quote__card {
    padding: 44px 40px 48px;
    border-radius: 18px;
  }

  .cdx-get-quote__title {
    font-size: 42px;
    max-width: none;
  }

  .cdx-get-quote__pills--build {
    padding: 20px 22px;
  }
}

/* Mobile landscape & large phones */
@media (max-width: 767.98px) {
  .cdx-header__inner {
    height: 70px;
  }

  .cdx-header__nav {
    top: 70px;
  }

  .cdx-header__btn {
    padding: 10px 20px;
    font-size: 13px;
  }

  .cdx-hero {
    margin-top: 70px;
    min-height: 340px;
  }

  .cdx-hero__content {
    padding: 48px 0;
  }

  .cdx-hero__eyebrow {
    font-size: 12px;
    margin-bottom: 14px;
  }

  .cdx-hero__title {
    font-size: 28px;
  }

  .cdx-pricing {
    padding: 50px 0;
  }

  .cdx-pricing-card {
    padding: 32px 24px;
  }

  .cdx-pricing-card__price {
    font-size: 40px;
  }

  .cdx-cta {
    padding: 50px 0;
  }

  .cdx-cta__eyebrow {
    font-size: 11px;
    letter-spacing: 2px;
  }

  .cdx-cta__title {
    font-size: 26px;
    margin-bottom: 28px;
  }

  .cdx-cta__btn {
    padding: 14px 32px;
    font-size: 14px;
  }

  .cdx-footer__top {
    padding: 48px 0 32px;
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .cdx-footer__top > .cdx-footer__brand,
  .cdx-footer__top > .cdx-footer__col:last-child {
    grid-column: auto;
  }

  .cdx-footer__about {
    max-width: 100%;
  }

  .cdx-footer__col-title {
    margin-bottom: 16px;
  }

  .cdx-footer__newsletter {
    margin-top: 20px;
  }

  .cdx-hero--dashboard .cdx-hero__title {
    font-size: 32px;
  }

  .cdx-dashboard {
    padding: 40px 0 60px;
  }

  .cdx-dashboard__layout {
    flex-direction: column;
    gap: 24px;
  }

  .cdx-dashboard__sidebar {
    flex: none;
    width: 100%;
  }

  .cdx-account-card {
    padding: 24px 20px;
  }

  .cdx-account-card__grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .cdx-stat-card {
    padding: 24px 20px;
    min-height: auto;
  }

  .cdx-stat-card__number {
    font-size: 40px;
  }

  .cdx-platform-card__title {
    font-size: 22px;
    line-height: 28px;
  }

  .cdx-platform-card__icon {
    min-width: 60px;
    width: 60px;
    height: 60px;
  }

  .cdx-platform-card__icon svg {
    max-width: 30px;
  }

  .cdx-platform-card__btn {
    padding: 6px 25px;
    font-size: 14px;
  }

  .cdx-platform-card__status {
    font-size: 16px;
  }

  .cdx-profile-summary {
    flex-wrap: wrap;
    padding: 24px 20px;
    gap: 10px;
  }

  .cdx-profile-summary__badge {
    width: 100%;
    justify-content: center;
  }

  .cdx-profile-form {
    padding: 24px 20px;
  }

  .cdx-profile-form__actions {
    flex-direction: column-reverse;
    align-items: stretch;
  }

  .cdx-profile-form__btn {
    width: 100%;
  }

  .cdx-packages {
    padding: 24px 20px;
  }

  .cdx-packages__tabs {
    gap: 20px;
    overflow-x: auto;
  }

  .cdx-packages__tab {
    white-space: nowrap;
    font-size: 14px;
  }

  .cdx-package-card {
    padding: 20px;
  }

  .cdx-package-card__meta {
    grid-template-columns: repeat(2, 1fr);
  }

  .cdx-package-card__features {
    grid-template-columns: 1fr;
  }

  .cdx-package-card__header {
    flex-direction: column;
  }

  .cdx-package-card__footer {
    justify-content: stretch;
  }

  .cdx-package-card__btn {
    width: 100%;
  }

  .cdx-quotes-stats {
    grid-template-columns: repeat(2, 1fr);
  }

  .cdx-quotes-stats__item:nth-child(2) {
    border-right: none;
  }

  .cdx-quotes-stats__item:nth-child(1),
  .cdx-quotes-stats__item:nth-child(3) {
    border-bottom: 1px solid var(--cdx-gray-200);
  }

  .cdx-quotes {
    padding: 24px 20px;
  }

  .cdx-quotes__tabs {
    gap: 20px;
    overflow-x: auto;
  }

  .cdx-quotes__tab {
    white-space: nowrap;
    font-size: 14px;
  }

  .cdx-quotes-table {
    table-layout: auto;
    min-width: 560px;
  }

  .cdx-quotes-table thead th,
  .cdx-quotes-table tbody td {
    min-width: 96px;
    white-space: nowrap;
  }

  .cdx-quotes-table thead th:first-child,
  .cdx-quotes-table tbody td:first-child {
    min-width: 56px;
  }

  .cdx-quotes-table thead th:nth-child(2),
  .cdx-quotes-table tbody td:nth-child(2) {
    min-width: 140px;
  }

  .cdx-quote-detail {
    padding: 20px;
  }

  .cdx-quote-detail__grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .cdx-password-form {
    padding: 24px 20px;
  }

  .cdx-password-form__requirements-list {
    grid-template-columns: 1fr;
  }

  .cdx-password-form__actions {
    flex-direction: column-reverse;
    align-items: stretch;
  }

  .cdx-password-form__btn {
    width: 100%;
  }

  .cdx-quote-modal {
    padding: 16px;
  }

  .cdx-quote-modal__body {
    padding: 20px 16px 16px;
  }

  .cdx-quote-modal__footer {
    flex-direction: column-reverse;
    align-items: stretch;
  }

  .cdx-quote-modal__btn {
    width: 100%;
  }

  .cdx-login {
    flex-direction: column;
  }

  .cdx-login__visual {
    flex: none;
    max-width: 100%;
    min-height: 280px;
  }

  .cdx-login__shapes {
    width: 160px;
  }

  .cdx-login__panel {
    padding: 40px 24px 48px;
  }

  .cdx-login__title {
    font-size: 20px;
    margin-bottom: 28px;
  }

  .cdx-faq-hero {
    margin-top: 70px;
    padding: 48px 0 32px;
  }

  .cdx-faq-hero::before {
    width: 280px;
    height: 80px;
    top: 12px;
    left: 16px;
  }

  .cdx-faq-hero__content {
    max-width: 100%;
    margin-top: 0;
  }

  .cdx-faq-hero__eyebrow {
    font-size: 12px;
    margin-bottom: 12px;
  }

  .cdx-faq-hero__title {
    font-size: 32px;
    line-height: 1.2;
  }

  .cdx-faq-hero__visual {
    min-height: 280px;
    margin-top: 24px;
  }

  .cdx-faq-hero__person {
    max-height: 300px;
    margin: 0 auto;
  }

  .cdx-faq-hero__qmarks {
    width: min(80%, 260px);
    right: 0;
    top: 0;
  }

  .cdx-faq-hero__watermark {
    display: none;
  }

  .cdx-faq {
    padding: 48px 0 56px;
  }

  .cdx-faq__decor {
    font-size: 160px;
  }

  .cdx-faq__decor--2 {
    font-size: 120px;
  }

  .cdx-faq-item__trigger {
    gap: 12px;
    padding: 18px 0;
  }

  .cdx-faq-item__icon {
    width: 20px;
    font-size: 18px;
  }

  .cdx-faq-item__question {
    font-size: 17px;
    line-height: 1.45;
  }

  .cdx-faq-item__answer {
    padding: 0 0 18px 32px;
  }

  .cdx-faq-item__answer p {
    font-size: 15px;
    line-height: 1.65;
    max-width: 100%;
  }

  .cdx-team-hero {
    margin-top: 70px;
    padding: 36px 0 28px;
  }

  .cdx-team-hero__bredcrumbs {
    width: 100%;
    max-height: 220px;
    opacity: 0.2;
  }

  .cdx-team-hero__media {
    min-height: 260px;
  }

  .cdx-team-hero__play span {
    width: 60px;
    height: 60px;
    font-size: 18px;
  }

  .cdx-team-hero__play span::before {
    width: 84px;
    height: 84px;
  }

  .cdx-team-hero__content {
    padding: 20px 0 0;
  }

  .cdx-team-hero__eyebrow {
    font-size: 13px;
    margin-bottom: 8px;
  }

  .cdx-team-hero__title {
    font-size: 30px;
    margin-bottom: 16px;
  }

  .cdx-team-hero__desc {
    font-size: 15px;
    line-height: 1.65;
    margin-bottom: 20px;
  }

  .cdx-team-hero__link {
    font-size: 15px;
  }

  .cdx-team-intro {
    padding: 40px 0 28px;
  }

  .cdx-team {
    padding: 0 0 56px;
  }

  .cdx-team:not(.cdx-about-team) .container {
    padding-left: var(--bs-gutter-x, 0.75rem);
    padding-right: var(--bs-gutter-x, 0.75rem);
  }

  .cdx-team__intro {
    flex-direction: column;
    gap: 16px;
    margin-bottom: 0;
  }

  .cdx-team__intro-title {
    font-size: 28px;
    max-width: 100%;
  }

  .cdx-team__intro-desc {
    padding-top: 0;
    max-width: 100%;
    font-size: 15px;
  }

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

  .cdx-team-card__content {
    left: 20px;
    right: 52px;
    bottom: 20px;
  }

  .cdx-team-card__name {
    font-size: 22px;
  }

  .cdx-team-card__btn {
    width: 48px;
    height: 48px;
    right: 14px;
    bottom: 14px;
    font-size: 12px;
  }

  .cdx-blog-hero {
    margin-top: 70px;
    min-height: 340px;
  }

  .cdx-blog-hero .container {
    padding-top: 48px;
    padding-bottom: 40px;
  }

  .cdx-blog-hero__meta {
    font-size: 13px;
    margin-bottom: 12px;
  }

  .cdx-blog-hero__title {
    font-size: 30px;
    line-height: 1.25;
  }

  .cdx-blog-detail {
    padding: 0;
  }

  .cdx-blog-article {
    padding: 40px 0 48px;
  }

  .cdx-blog-article__heading {
    font-size: 22px;
    margin: 28px 0 16px;
  }

  .cdx-blog-article p {
    font-size: 16px;
    line-height: 1.75;
    margin-bottom: 16px;
  }

  .cdx-blog-sidebar {
    gap: 20px;
    padding-bottom: 48px;
  }

  .cdx-blog-tags {
    padding: 28px 20px;
  }

  .cdx-blog-tags__title {
    font-size: 18px;
    margin-bottom: 20px;
  }

  .cdx-blog-popular {
    padding: 24px 20px;
  }

  .cdx-blog-popular__title {
    font-size: 18px;
    margin-bottom: 20px;
  }

  .cdx-blog-popular__name {
    font-size: 18px;
  }

  .cdx-blog-popular__list {
    gap: 18px;
  }

  .cdx-blog-popular__item {
    padding-bottom: 18px;
  }

  .cdx-portfolio-hero {
    margin-top: 70px;
    min-height: 340px;
  }

  .cdx-portfolio-hero .container {
    padding-top: 60px;
    padding-bottom: 50px;
  }

  .cdx-portfolio-hero__inner {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }

  .cdx-portfolio-hero__title {
    font-size: 32px;
  }

  .cdx-portfolio-hero__meta {
    font-size: 13px;
  }

  .cdx-portfolio-hero__play {
    margin-bottom: 0;
    align-self: flex-start;
  }

  .cdx-portfolio-hero__play span {
    width: 56px;
    height: 56px;
    font-size: 16px;
  }

  .cdx-portfolio-detail {
    padding: 0;
  }

  .cdx-portfolio-content {
    padding: 40px 0 48px;
  }

  .cdx-portfolio-content__heading {
    font-size: 20px;
    margin: 28px 0 16px;
  }

  .cdx-portfolio-content p,
  .cdx-portfolio-content__list li {
    font-size: 15px;
    line-height: 1.7;
  }

  .cdx-portfolio-info,
  .cdx-portfolio-other {
    padding: 32px 24px;
  }

  .cdx-portfolio-info__title,
  .cdx-portfolio-other__title {
    font-size: 18px;
    margin-bottom: 24px;
  }

  .cdx-portfolio-info__list,
  .cdx-portfolio-other__list {
    gap: 16px;
  }

  .cdx-portfolio-other__name {
    font-size: 17px;
  }

  .cdx-contact-hero {
    margin-top: 70px;
    min-height: 340px;
  }

  .cdx-contact-hero .container {
    padding-top: 48px;
    padding-bottom: 40px;
  }

  .cdx-contact-hero__title {
    font-size: 32px;
    margin-bottom: 8px;
  }

  .cdx-contact-hero__desc {
    font-size: 15px;
    line-height: 1.6;
    margin-bottom: 18px;
  }

  .cdx-contact-hero__btn {
    padding: 10px 24px;
    font-size: 14px;
  }

  .cdx-contact-info {
    padding: 48px 0 36px;
  }

  .cdx-contact-info__title {
    font-size: 22px;
    margin-bottom: 14px;
  }

  .cdx-contact-info__text {
    font-size: 14px;
    line-height: 1.7;
    margin-bottom: 12px;
  }

  .cdx-contact-info__social a {
    font-size: 14px;
  }

  .cdx-contact-cookie__inner {
    max-width: 100%;
    padding: 12px 16px;
    gap: 10px;
    margin-bottom: 24px;
  }

  .cdx-contact-cookie__text {
    font-size: 13px;
  }

  .cdx-contact-form {
    padding: 36px 0 48px;
  }

  .cdx-contact-form__label {
    font-size: 13px;
    margin-bottom: 8px;
  }

  .cdx-contact-form__input,
  .cdx-contact-form__select,
  .cdx-contact-form__textarea {
    padding: 12px 16px;
    font-size: 14px;
  }

  .cdx-contact-form__textarea {
    min-height: 140px;
  }

  .cdx-contact-form__consent {
    margin-top: 20px;
    font-size: 13px;
  }

  .cdx-contact-form__btn {
    width: 100%;
    margin-top: 20px;
    padding: 14px 24px;
  }

  .cdx-contact-map {
    height: 280px;
  }

  .cdx-blog-list-hero {
    margin-top: 70px;
    padding: 48px 0 56px;
  }

  .cdx-blog-list-hero__watermark {
    opacity: 0.35;
  }

  .cdx-blog-list-hero__inner {
    flex-direction: column;
    align-items: flex-start;
    gap: 28px;
  }

  .cdx-blog-list-hero__eyebrow {
    font-size: 12px;
    margin-bottom: 8px;
  }

  .cdx-blog-list-hero__title {
    font-size: 32px;
    margin-bottom: 18px;
  }

  .cdx-blog-list-hero__link {
    font-size: 15px;
  }

  .cdx-blog-list-hero__play::before {
    width: 96px;
    height: 96px;
  }

  .cdx-blog-list-hero__play span {
    width: 72px;
    height: 72px;
    font-size: 18px;
  }

  .cdx-blog-listing {
    padding: 40px 0 56px;
  }

  .cdx-blog-breadcrumb {
    font-size: 13px;
    margin-bottom: 12px;
  }

  .cdx-blog-filters {
    grid-template-columns: 1fr;
    gap: 12px;
    width: 100%;
  }

  .cdx-blog-filters__select {
    width: 100%;
    padding: 13px 36px 13px 14px;
    font-size: 14px;
  }

  .cdx-blog-results {
    margin: 32px 0 16px;
    font-size: 14px;
  }

  .cdx-blog-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
    margin-bottom: 48px;
  }

  .cdx-blog-grid__col {
    display: contents;
    gap: 28px;
  }

  .cdx-blog-card__media {
    margin-bottom: 18px;
  }

  .cdx-blog-card__media--tall,
  .cdx-blog-card__media--medium {
    height: 260px;
  }

  .cdx-blog-card__media--short {
    height: 220px;
  }

  .cdx-blog-card__title {
    font-size: 20px;
  }

  .cdx-blog-card__meta,
  .cdx-blog-card__tag {
    font-size: 13px;
  }

  .cdx-blog-pagination {
    flex-wrap: wrap;
    gap: 6px;
  }

  .cdx-blog-pagination__item,
  .cdx-blog-pagination__arrow,
  .cdx-blog-pagination__dots {
    min-width: 36px;
    height: 36px;
    font-size: 14px;
  }

  .cdx-about-hero {
    margin-top: 70px;
    min-height: 380px;
  }

  .cdx-about-hero .container {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .cdx-about-hero__title {
    font-size: 32px;
    margin-bottom: 16px;
  }

  .cdx-about-hero__desc {
    font-size: 15px;
    line-height: 1.65;
    margin-bottom: 22px;
  }

  .cdx-about-intro {
    padding: 56px 0;
  }

  .cdx-about-intro__eyebrow {
    font-size: 12px;
    margin-bottom: 8px;
  }

  .cdx-about-intro__title {
    font-size: 28px;
    margin-bottom: 16px;
  }

  .cdx-about-intro__text {
    font-size: 15px;
    margin-bottom: 20px;
  }

  .cdx-about-intro__list li {
    font-size: 15px;
    gap: 10px;
  }

  .cdx-about-stats {
    padding: 56px 0;
  }

  .cdx-about-stats__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 28px 20px;
  }

  .cdx-about-stats__number {
    font-size: 44px;
    margin-bottom: 8px;
  }

  .cdx-about-stats__label {
    font-size: 15px;
  }

  .cdx-about-mission {
    padding: 56px 0 28px;
  }

  .cdx-about-mission__eyebrow {
    font-size: 12px;
  }

  .cdx-about-mission__title {
    font-size: 28px;
  }

  .cdx-about-mission__text {
    font-size: 15px;
    margin-bottom: 18px;
  }

  .cdx-about-values__grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .cdx-about-values__card {
    min-height: 320px;
  }

  .cdx-about-values__card > img {
    min-height: 320px;
  }

  .cdx-about-values__content {
    padding: 32px 24px 28px;
  }

  .cdx-about-values__title {
    font-size: 26px;
    max-width: none;
  }

  .cdx-about-values__desc {
    font-size: 13px;
  }

  .cdx-about-focus__media {
    min-height: 280px;
  }

  .cdx-about-focus__media img {
    min-height: 280px;
    min-width: 0;
  }

  .cdx-about-focus__panel {
    padding: 40px 24px;
    min-height: auto;
  }

  .cdx-about-focus__title {
    font-size: 28px;
    max-width: none;
    margin-bottom: 12px;
  }

  .cdx-about-focus__text {
    font-size: 15px;
    max-width: none;
    margin-bottom: 16px;
  }

  .cdx-about-focus__btn {
    margin-top: 12px;
    font-size: 15px;
  }

  .cdx-team-intro {
    padding: 40px 0 24px;
  }

  .cdx-about-team {
    padding-bottom: 32px;
  }

  .cdx-about-team .container {
    padding-left: var(--bs-gutter-x, 0.75rem);
    padding-right: var(--bs-gutter-x, 0.75rem);
  }

  .cdx-about-team__track .cdx-team-card {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .cdx-about-team__dots {
    margin-top: 28px;
  }

  .cdx-team-card__content {
    left: 20px;
    right: 52px;
    bottom: 20px;
  }

  .cdx-team-card__name {
    font-size: 22px;
  }

  .cdx-about-cta {
    padding: 50px 0;
  }

  .cdx-get-quote {
    margin-top: 70px;
    padding: 32px 0 56px;
  }

  .cdx-get-quote__card {
    padding: 32px 24px 36px;
    border-radius: 16px;
  }

  .cdx-get-quote__close {
    top: 16px;
    right: 16px;
    width: 32px;
    height: 32px;
    font-size: 16px;
  }

  .cdx-get-quote__header {
    margin-bottom: 28px;
    padding-right: 32px;
  }

  .cdx-get-quote__eyebrow {
    font-size: 14px;
    margin-bottom: 10px;
  }

  .cdx-get-quote__title {
    font-size: 32px;
    margin-bottom: 20px;
    line-height: 1.15;
  }

  .cdx-get-quote__features {
    flex-direction: column;
    gap: 10px;
  }

  .cdx-get-quote__features li {
    font-size: 14px;
  }

  .cdx-get-quote__section {
    margin-bottom: 22px;
  }

  .cdx-get-quote__label {
    font-size: 15px;
    margin-bottom: 10px;
  }

  .cdx-get-quote__pills {
    gap: 8px;
  }

  .cdx-get-quote__pills--build {
    padding: 16px 18px;
    border-radius: 14px;
  }

  .cdx-get-quote__pill {
    font-size: 13px;
    padding: 8px 14px;
  }

  .cdx-get-quote__pill--budget.cdx-get-quote__pill--active {
    padding: 8px 16px;
  }

  .cdx-get-quote__group .cdx-get-quote__label {
    font-size: 14px;
  }

  .cdx-get-quote__input,
  .cdx-get-quote__textarea {
    padding: 14px 16px;
    font-size: 14px;
  }

  .cdx-get-quote__textarea {
    min-height: 120px;
  }

  .cdx-get-quote__form .row {
    margin-bottom: 22px;
  }

  .cdx-get-quote__submit {
    padding: 14px 24px;
    font-size: 15px;
  }

  .cdx-svc-hero {
    margin-top: 70px;
    min-height: 360px;
    padding: 48px 0 56px;
  }

  .cdx-svc-hero__side {
    display: none;
  }

  .cdx-svc-hero__line {
    letter-spacing: 0;
  }

  .cdx-svc-hero__btn {
    margin-top: 20px;
    padding: 12px 16px;
  }

  .cdx-svc-intro {
    padding: 48px 0;
  }

  .cdx-svc-overview {
    padding: 48px 0 0;
  }

  .cdx-svc-overview__item h3 {
    font-size: 20px;
  }

  .cdx-svc-grid {
    padding: 48px 0;
  }

  .cdx-svc-grid__cards {
    grid-template-columns: repeat(2, 1fr);
  }

  .cdx-svc-grid__card {
    padding: 22px 18px;
  }

  .cdx-svc-grid__card h3 {
    font-size: 20px;
  }

  .cdx-svc-process__wrap {
    grid-template-columns: 1fr;
  }

  .cdx-svc-process {
    background: var(--cdx-red);
  }

  .cdx-svc-process__red {
    padding: 32px 24px 24px;
  }

  .cdx-svc-process__media img {
    min-height: 220px;
    max-height: 300px;
  }

  .cdx-svc-process__right {
    background-color: var(--cdx-white);
    padding: 40px 24px;
  }

  .cdx-svc-process__play {
    margin-bottom: 28px;
    font-size: 16px;
  }

  .cdx-svc-process__acc-question {
    font-size: 16px;
  }

  .cdx-svc-faq {
    padding: 48px 0;
  }

  .cdx-port-banner {
    margin-top: 70px;
  }

  .cdx-port-banner .container {
    padding-top: 48px;
    padding-bottom: 32px;
  }

  .cdx-port-banner__title {
    font-size: 32px;
    line-height: 1.12;
    margin-bottom: 18px;
  }

  .cdx-port-banner__link {
    font-size: 12px;
    letter-spacing: 1px;
  }

  .cdx-port-banner__box {
    padding: 24px 20px;
  }

  .cdx-port-banner__box h4 {
    font-size: 13px;
    margin-bottom: 12px;
  }

  .cdx-port-banner__box p {
    font-size: 18px;
  }

  .cdx-port-about__left {
    padding: 48px 0;
  }

  .cdx-port-about__title {
    font-size: 28px;
    margin-bottom: 16px;
  }

  .cdx-port-about__text {
    font-size: 15px;
  }

  .cdx-port-about__quote {
    font-size: 16px;
  }

  .cdx-port-about__author {
    margin-bottom: 32px;
  }

  .cdx-port-about__arrows {
    gap: 24px;
  }

  .cdx-port-showcase__title {
    font-size: 26px;
    margin-bottom: 16px;
  }

  .cdx-port-showcase__text {
    font-size: 15px;
  }

  .cdx-port-showcase__play span {
    width: 60px;
    height: 60px;
    font-size: 18px;
  }

  .cdx-port-projects__head {
    padding: 48px 0 72px;
  }

  .cdx-port-projects__title {
    font-size: 26px;
  }

  .cdx-port-projects__desc {
    font-size: 15px;
    margin-top: 8px;
  }

  .cdx-port-projects__body {
    margin-top: -36px;
    padding-bottom: 60px;
  }

  .cdx-port-about__grid,
  .cdx-port-showcase__grid {
    grid-template-columns: 1fr;
  }

  .cdx-port-about__left,
  .cdx-port-about__right,
  .cdx-port-showcase__content {
    padding: 60px 32px;
  }

  .cdx-port-showcase__media,
  .cdx-port-showcase__media img {
    min-height: 360px;
  }

  .cdx-career-hero__grid,
  .cdx-career-opportunities__grid {
    grid-template-columns: 1fr;
    min-height: auto;
  }

  .cdx-career-hero {
    margin-top: 70px;
  }

  .cdx-career-hero__media,
  .cdx-career-hero__media img {
    min-height: 320px;
    max-height: none;
  }

  .cdx-career-hero__play {
    top: 50%;
    left: 50%;
    right: auto;
    transform: translate(-50%, -50%);
  }

  .cdx-career-hero__play:hover {
    transform: translate(-50%, -50%) scale(1.06);
  }

  .cdx-career-hero__panel {
    padding: 48px 32px;
  }

  .cdx-career-hero__intro {
    font-size: 14px;
    margin-bottom: 28px;
    max-width: none;
  }

  .cdx-career-hero__title {
    font-size: 32px;
    margin-bottom: 18px;
  }

  .cdx-career-hero__link {
    font-size: 16px;
  }

  .cdx-career-opportunities__intro,
  .cdx-career-opportunities__roles {
    padding: 48px 32px;
  }

  .cdx-career-opportunities__intro {
    padding-bottom: 0;
  }

  .cdx-career-opportunities__title {
    font-size: 28px;
    margin-bottom: 24px;
  }

  .cdx-career-opportunities__btn {
    font-size: 15px;
    padding: 10px 22px;
  }

  .cdx-career-opportunities__art {
    height: 280px;
    margin-top: 24px;
  }

  .cdx-career-opportunities__face {
    width: 100%;
    height: 100%;
    position: relative;
    left: 0;
  }

  .cdx-career-opportunities__item {
    text-align: left;
    min-width: 0;
    padding: 10px 0;
  }

  .cdx-career-opportunities__role {
    font-size: clamp(22px, 6vw, 32px);
  }

  .cdx-career-why {
    padding: 56px 0 48px;
  }

  .cdx-career-why__head {
    margin-bottom: 32px;
  }

  .cdx-career-why__eyebrow {
    margin-bottom: 16px;
    font-size: 13px;
  }

  .cdx-career-why__title {
    font-size: 30px;
    padding-top: 16px;
  }

  .cdx-career-why__text {
    padding-top: 0;
    font-size: 15px;
  }

  .cdx-career-why__gallery {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .cdx-career-why__media--main,
  .cdx-career-why__media--side {
    min-height: 280px;
  }

  .cdx-career-why__play span {
    width: 60px;
    height: 60px;
    font-size: 18px;
  }

  .cdx-career-highlight {
    padding: 48px 0;
  }

  .cdx-career-highlight__title {
    font-size: 28px;
    max-width: none;
  }

  .cdx-career-highlight__text {
    font-size: 14px;
  }

  .cdx-career-culture {
    padding: 56px 0 48px;
  }

  .cdx-career-culture__title {
    font-size: 32px;
  }

  .cdx-career-culture__subtitle {
    margin-bottom: 32px;
    font-size: 14px;
  }

  .cdx-career-culture__text {
    font-size: 14px;
  }

  .cdx-career-culture__graphic {
    max-width: 240px;
    margin-bottom: 28px;
  }

  .cdx-career-cta {
    padding: 50px 0 60px;
  }

  .cdx-port-projects__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }

  .cdx-port-card--wide {
    grid-column: span 2;
  }

  .cdx-port-card {
    min-height: 320px;
    max-height: 320px;
  }

  .cdx-port-card img {
    min-height: 320px;
  }

  .cdx-port-card__play {
    width: 60px;
    height: 60px;
    font-size: 18px;
  }

  .cdx-port-card__info {
    left: 20px;
    right: 20px;
    bottom: 20px;
  }

  .cdx-port-card__name {
    font-size: 20px;
  }

  .cdx-port-card__cat {
    font-size: 14px;
  }

  /* Home page — tablet portrait */
  .cdx-home-banner {
    margin-top: 70px;
    padding-top: 20px;
  }

  .cdx-home-banner__top,
  .cdx-home-banner__bottom {
    min-height: auto;
    border-radius: 14px;
  }

  .cdx-home-banner__top {
    min-height: 230px;
    margin-bottom: 20px;
    justify-content: center;
  }

  .cdx-home-banner__bottom, .cdx-home-banner__bottom .cdx-home-banner__content--detail {
    min-height: 400px;
  }

  .cdx-home-banner__shape,
  .cdx-home-banner__bg-img,
  .cdx-home-banner__bg {
    border-radius: 14px;
  }

  .cdx-home-banner__bg-img {
    object-position: 65% center;
  }

  .cdx-home-banner__content {
    position: relative;
    inset: auto;
    height: auto;
    min-height: 200px;
    padding: 32px 24px;
    justify-content: flex-end;
  }

  .cdx-home-banner__content--detail {
    min-height: 280px;
    justify-content: center;
  }

  .cdx-home-banner__lead {
    font-size: 28px;
    line-height: 1.15;
  }

  .cdx-home-banner__title {
    font-size: 26px;
    line-height: 1.2;
  }

  .cdx-home-banner__text {
    font-size: 15px;
    margin: 14px 0 24px;
    line-height: 1.45;
  }

  .cdx-home-banner__footer {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
  }

  .cdx-home-banner__btn {
    font-size: 15px;
    padding: 11px 20px;
  }

  .cdx-home-banner__avatars img {
    width: 34px;
    height: 34px;
  }

  .cdx-home-banner__count {
    min-width: 44px;
    height: 30px;
    font-size: 12px;
  }

  .cdx-home-banner__figure {
    display: none;
  }

  .cdx-home-intro {
    padding: 48px 0;
  }

  .cdx-home-intro__title {
    margin-bottom: 28px;
  }

  .cdx-home-intro__text {
    margin-bottom: 36px;
  }

  .cdx-home-intro__screen img {
    max-width: 100%;
  }

  .cdx-home-services {
    padding: 56px 0;
  }

  .cdx-home-services__head {
    margin-bottom: 36px;
  }

  .cdx-home-services__row:hover,
  .cdx-home-services__row--active {
    padding: 20px 16px;
    margin: 0;
  }

  .cdx-home-stats__img {
    min-height: 240px;
    max-height: 320px;
  }

  .cdx-home-stats__bar {
    flex-direction: column;
  }

  .cdx-home-stats__item {
    flex: none;
    width: 100%;
    min-width: 0;
    padding: 24px 28px;
  }

  .cdx-home-stats__item + .cdx-home-stats__item {
    border-left: none;
    border-top: 1px solid rgba(255, 255, 255, 0.15);
  }

  .cdx-home-why__intro {
    padding: 28px 20px 20px;
  }

  .cdx-home-why__panel {
    padding: 32px 20px;
  }

  .cdx-home-why__panel-title {
    margin-bottom: 24px;
  }

  .cdx-home-team__hand {
    max-width: 140px;
  }

  .cdx-home-brands {
    padding: 48px 0;
  }

  .cdx-home-testimonial__card {
    padding: 40px 32px;
  }

  .cdx-home-blog {
    padding: 56px 0;
  }

  .cdx-home-pricing {
    padding: 56px 0;
  }

  .cdx-home-pricing__offer-text {
    flex-direction: column;
    text-align: center;
  }

  .cdx-home-faq {
    padding: 56px 0;
  }
}

/* Small phones */
@media (max-width: 575.98px) {
  .cdx-header__inner {
    height: 64px;
    gap: 12px;
  }

  .cdx-header__logo img {
    width: 120px;
  }

  .cdx-header__nav {
    top: 64px;
    padding: 24px 20px;
  }

  .cdx-header__btn {
    padding: 8px 16px;
    font-size: 12px;
  }

  .cdx-hero {
    margin-top: 64px;
    min-height: 300px;
  }

  .cdx-hero__title {
    font-size: 24px;
  }

  .cdx-pricing-card__name {
    font-size: 20px;
  }

  .cdx-pricing-card__price {
    font-size: 36px;
  }

  .cdx-pricing-card__feature {
    font-size: 13px;
    padding: 8px 0;
  }

  .cdx-cta__title {
    font-size: 22px;
  }

  .cdx-footer__social-link {
    width: 36px;
    height: 36px;
    font-size: 14px;
  }

  .cdx-footer__bottom {
    padding: 20px 0;
  }

  .cdx-footer__copyright {
    font-size: 12px;
  }

  .cdx-team__grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .cdx-team-hero {
    margin-top: 64px;
    padding: 32px 0 24px;
  }

  .cdx-team-hero__media {
    min-height: 220px;
  }

  .cdx-team-hero__title {
    font-size: 26px;
  }

  .cdx-team-hero__desc {
    font-size: 14px;
  }

  .cdx-team-hero__play span {
    width: 52px;
    height: 52px;
    font-size: 16px;
  }

  .cdx-team-hero__play span::before {
    width: 72px;
    height: 72px;
  }

  .cdx-team-intro {
    padding: 32px 0 20px;
  }

  .cdx-team {
    padding: 0 0 48px;
  }

  .cdx-team__intro-title {
    font-size: 26px;
  }

  .cdx-team__intro-desc {
    font-size: 14px;
  }

  .cdx-team-card__content {
    left: 16px;
    right: 48px;
    bottom: 16px;
  }

  .cdx-team-card__name {
    font-size: 20px;
  }

  .cdx-team-card__role {
    font-size: 12px;
    letter-spacing: 0.8px;
  }

  .cdx-team-card__btn {
    width: 44px;
    height: 44px;
  }

  .cdx-blog-grid {
    grid-template-columns: 1fr;
    gap: 32px;
    margin-bottom: 40px;
  }

  .cdx-blog-filters {
    grid-template-columns: 1fr;
  }

  .cdx-blog-filters__select {
    width: 100%;
  }

  .cdx-blog-list-hero {
    margin-top: 64px;
    padding: 40px 0 48px;
  }

  .cdx-blog-list-hero__title {
    font-size: 26px;
  }

  .cdx-blog-list-hero__play span {
    width: 64px;
    height: 64px;
    font-size: 16px;
  }

  .cdx-blog-list-hero__play::before {
    width: 84px;
    height: 84px;
  }

  .cdx-blog-listing {
    padding: 32px 0 48px;
  }

  .cdx-blog-card__media--tall,
  .cdx-blog-card__media--medium,
  .cdx-blog-card__media--short {
    height: 220px;
  }

  .cdx-blog-card__title {
    font-size: 18px;
  }

  .cdx-blog-hero {
    margin-top: 64px;
    min-height: 300px;
  }

  .cdx-blog-hero .container {
    padding-top: 40px;
    padding-bottom: 36px;
  }

  .cdx-blog-hero__title {
    font-size: 24px;
  }

  .cdx-blog-article {
    padding: 32px 0 40px;
  }

  .cdx-blog-article__heading {
    font-size: 18px;
    margin: 24px 0 14px;
  }

  .cdx-blog-article p {
    font-size: 15px;
  }

  .cdx-blog-tags {
    padding: 24px 18px;
  }

  .cdx-blog-popular {
    padding: 22px 18px;
  }

  .cdx-blog-popular__name {
    font-size: 16px;
  }

  .cdx-blog-popular__meta {
    font-size: 13px;
  }

  .cdx-blog-sidebar {
    padding-bottom: 40px;
  }

  .cdx-about-hero {
    margin-top: 64px;
    min-height: 340px;
  }

  .cdx-about-hero__title {
    font-size: 26px;
  }

  .cdx-about-hero__desc {
    font-size: 14px;
  }

  .cdx-about-hero__btn {
    padding: 10px 22px;
    font-size: 14px;
  }

  .cdx-about-intro {
    padding: 48px 0;
  }

  .cdx-about-intro__title {
    font-size: 24px;
  }

  .cdx-about-stats {
    padding: 48px 0;
  }

  .cdx-about-stats__grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .cdx-about-stats__number {
    font-size: 40px;
  }

  .cdx-about-mission {
    padding: 48px 0 24px;
  }

  .cdx-about-mission__title {
    font-size: 24px;
  }

  .cdx-about-mission__btn {
    font-size: 14px;
    padding: 10px 22px;
  }

  .cdx-about-values__grid {
    grid-template-columns: 1fr;
  }

  .cdx-about-values__card {
    min-height: 300px;
  }

  .cdx-about-values__card > img {
    min-height: 360px;
    max-height: 360px;
  }

  .cdx-about-values__content {
    padding: 28px 20px 24px;
  }

  .cdx-about-values__title {
    font-size: 24px;
  }

  .cdx-about-focus__media {
    min-height: 240px;
  }

  .cdx-about-focus__media img {
    min-height: 240px;
  }

  .cdx-about-focus__panel {
    padding: 32px 20px;
  }

  .cdx-about-focus__title {
    font-size: 24px;
  }

  .cdx-about-focus__text {
    font-size: 14px;
  }

  .cdx-about-team__track .cdx-team-card {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .cdx-about-team {
    padding-top: 0;
    padding-bottom: 24px;
  }

  .cdx-about-cta {
    padding: 40px 0;
  }

  .cdx-contact-hero {
    margin-top: 64px;
    min-height: 300px;
  }

  .cdx-contact-hero .container {
    padding-top: 40px;
    padding-bottom: 36px;
  }

  .cdx-contact-hero__title {
    font-size: 26px;
  }

  .cdx-contact-hero__desc {
    font-size: 14px;
  }

  .cdx-contact-info {
    padding: 40px 0 32px;
  }

  .cdx-contact-info__title {
    font-size: 20px;
  }

  .cdx-contact-cookie__inner {
    flex-wrap: wrap;
    align-items: flex-start;
    padding: 12px 14px;
  }

  .cdx-contact-cookie__close {
    margin-left: auto;
  }

  .cdx-contact-form {
    padding: 32px 0 40px;
  }

  .cdx-contact-form__textarea {
    min-height: 120px;
  }

  .cdx-contact-map {
    height: 240px;
  }

  .cdx-faq-hero {
    margin-top: 64px;
    padding: 44px 0 0;
  }

  .cdx-faq-hero::before {
    display: none;
  }

  .cdx-faq-hero__title {
    font-size: 26px;
  }

  .cdx-faq-hero__visual {
    min-height: 220px;
    margin-top: 20px;
  }

  .cdx-faq-hero__person {
    max-height: 240px;
  }

  .cdx-faq-hero__qmarks {
    width: min(70%, 200px);
  }

  .cdx-faq {
    padding: 40px 0 48px;
  }

  .cdx-faq__decor {
    display: none;
  }

  .cdx-faq-item__trigger {
    padding: 16px 0;
    gap: 10px;
  }

  .cdx-faq-item__question {
    font-size: 15px;
  }

  .cdx-faq-item__answer {
    padding: 0 0 16px 30px;
  }

  .cdx-faq-item__answer p {
    font-size: 14px;
  }

  .cdx-get-quote-page {
    background-image: repeating-linear-gradient(
      90deg,
      transparent,
      transparent 39px,
      rgba(0, 0, 0, 0.03) 39px,
      rgba(0, 0, 0, 0.03) 40px
    );
  }

  .cdx-get-quote {
    margin-top: 64px;
    padding: 24px 0 48px;
  }

  .cdx-get-quote__card {
    padding: 28px 18px 32px;
    border-radius: 14px;
  }

  .cdx-get-quote__close {
    top: 14px;
    right: 14px;
    width: 30px;
    height: 30px;
    font-size: 15px;
  }

  .cdx-get-quote__header {
    margin-bottom: 24px;
    padding-right: 28px;
  }

  .cdx-get-quote__title {
    font-size: 26px;
    margin-bottom: 16px;
  }

  .cdx-get-quote__features li {
    font-size: 13px;
  }

  .cdx-get-quote__label {
    font-size: 14px;
  }

  .cdx-get-quote__pills {
    gap: 6px;
  }

  .cdx-get-quote__pills--build {
    padding: 14px 14px;
    border-radius: 12px;
  }

  .cdx-get-quote__pill {
    font-size: 12px;
    padding: 7px 12px;
  }

  .cdx-get-quote__pill--budget.cdx-get-quote__pill--active {
    padding: 7px 14px;
  }

  .cdx-get-quote__input,
  .cdx-get-quote__textarea {
    padding: 12px 14px;
    font-size: 14px;
  }

  .cdx-get-quote__textarea {
    min-height: 100px;
  }

  .cdx-get-quote__submit {
    padding: 13px 20px;
    font-size: 14px;
  }

  .cdx-port-banner {
    margin-top: 64px;
  }

  .cdx-port-banner .container {
    padding-top: 40px;
    padding-bottom: 28px;
  }

  .cdx-port-banner__title {
    font-size: 26px;
  }

  .cdx-port-banner__box {
    min-height: auto;
    padding: 20px 18px;
  }

  .cdx-port-banner__box p {
    font-size: 16px;
  }

  .cdx-port-about__left,
  .cdx-port-about__right,
  .cdx-port-showcase__content {
    padding: 48px 24px;
  }

  .cdx-port-about__title {
    font-size: 24px;
  }

  .cdx-port-about__tag {
    margin-bottom: 20px;
    font-size: 13px;
  }

  .cdx-port-about__quote {
    font-size: 15px;
  }

  .cdx-port-showcase__media,
  .cdx-port-showcase__media img {
    min-height: 260px;
  }

  .cdx-port-showcase__title {
    font-size: 22px;
  }

  .cdx-port-projects__head {
    padding: 40px 0 64px;
  }

  .cdx-port-projects__title {
    font-size: 22px;
  }

  .cdx-port-projects__body {
    margin-top: -28px;
    padding-bottom: 48px;
  }

  .cdx-port-projects__grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .cdx-port-card--wide {
    grid-column: span 1;
  }

  .cdx-port-card {
    min-height: 280px;
    max-height: none;
  }

  .cdx-port-card img {
    min-height: 280px;
  }

  .cdx-port-card__name {
    font-size: 18px;
  }

  .cdx-port-card__info {
    left: 16px;
    right: 16px;
    bottom: 16px;
  }

  .cdx-port-card__play {
    width: 52px;
    height: 52px;
    font-size: 16px;
  }

  .cdx-portfolio-hero {
    margin-top: 64px;
    min-height: 280px;
  }

  .cdx-portfolio-hero .container {
    padding-top: 48px;
    padding-bottom: 40px;
  }

  .cdx-portfolio-hero__title {
    font-size: 26px;
  }

  .cdx-portfolio-hero__play span {
    width: 52px;
    height: 52px;
    font-size: 15px;
  }

  .cdx-portfolio-content {
    padding: 32px 0 40px;
  }

  .cdx-portfolio-content__heading {
    font-size: 18px;
    margin: 24px 0 12px;
  }

  .cdx-portfolio-content p,
  .cdx-portfolio-content__list li {
    font-size: 14px;
  }

  .cdx-portfolio-info,
  .cdx-portfolio-other {
    padding: 28px 20px;
  }

  .cdx-portfolio-other__name {
    font-size: 16px;
  }

  .cdx-career-hero {
    margin-top: 64px;
  }

  .cdx-career-hero__media,
  .cdx-career-hero__media img {
    min-height: 260px;
  }

  .cdx-career-hero__play {
    width: 56px;
    height: 56px;
    font-size: 16px;
  }

  .cdx-career-hero__panel {
    padding: 36px 20px;
  }

  .cdx-career-hero__title {
    font-size: 26px;
  }

  .cdx-career-hero__intro {
    font-size: 13px;
    margin-bottom: 22px;
  }

  .cdx-career-hero__link {
    font-size: 15px;
  }

  .cdx-career-opportunities__intro,
  .cdx-career-opportunities__roles {
    padding: 36px 20px;
  }

  .cdx-career-opportunities__title {
    font-size: 24px;
    margin-bottom: 20px;
  }

  .cdx-career-opportunities__eyebrow {
    font-size: 12px;
  }

  .cdx-career-opportunities__role {
    font-size: 22px;
  }

  .cdx-career-opportunities__num {
    font-size: 12px;
  }

  .cdx-career-why {
    padding: 48px 0 40px;
  }

  .cdx-career-why__head {
    margin-bottom: 28px;
  }

  .cdx-career-why__title {
    font-size: 26px;
  }

  .cdx-career-why__text {
    font-size: 14px;
  }

  .cdx-career-why__media--main,
  .cdx-career-why__media--side {
    min-height: 220px;
  }

  .cdx-career-highlight {
    padding: 40px 0;
  }

  .cdx-career-highlight__title {
    font-size: 24px;
  }

  .cdx-career-highlight__text {
    font-size: 13px;
  }

  .cdx-career-culture {
    padding: 48px 0 40px;
  }

  .cdx-career-culture__title {
    font-size: 24px;
  }

  .cdx-career-culture__subtitle {
    margin-bottom: 24px;
    font-size: 13px;
  }

  .cdx-career-culture__graphic {
    max-width: 200px;
    margin-bottom: 24px;
  }

  .cdx-career-cta {
    padding: 40px 0 56px;
  }

  .cdx-home-banner {
    margin-top: 64px;
    padding-top: 16px;
  }

  .cdx-home-banner__top,
  .cdx-home-banner__bottom {
    border-radius: 12px;
  }

  .cdx-home-banner__top {
    margin-bottom: 16px;
  }

  .cdx-home-banner__shape,
  .cdx-home-banner__bg-img,
  .cdx-home-banner__bg {
    border-radius: 12px;
  }

  .cdx-home-banner__content {
    min-height: 160px;
    padding: 24px 18px;
  }

  .cdx-home-banner__content--detail {
    min-height: auto;
    padding-bottom: 28px;
  }

  .cdx-home-banner__lead {
    font-size: 24px;
  }

  .cdx-home-banner__title {
    font-size: 22px;
  }

  .cdx-home-banner__text {
    font-size: 14px;
    margin: 12px 0 20px;
  }

  .cdx-home-banner__footer {
    gap: 14px;
    width: 100%;
  }

  .cdx-home-banner__btn {
    width: 100%;
    font-size: 15px;
    padding: 10px 22px;
  }

  .cdx-home-banner__avatars img {
    width: 30px;
    height: 30px;
    margin-left: -8px;
  }

  .cdx-home-intro {
    padding: 40px 0;
    overflow-x: hidden;
  }

  .cdx-profile-summary__avatar, .cdx-profile-summary__avatar-img {
    width: 72px;
    height: 72px;
    font-size: 22px;
  }

  .cdx-home-stats__item {
    min-width: 100%;
    padding: 20px 24px;
  }

  .cdx-home-stats__icon {
    font-size: 32px;
  }

  .cdx-home-why {
    padding: 48px 0;
  }

  .cdx-home-why__intro {
    padding: 24px 16px 20px;
  }

  .cdx-home-why__panel {
    padding: 28px 16px;
  }

  .cdx-home-team__grid {
    grid-template-columns: 1fr;
  }

  .cdx-home-team__intro {
    grid-column: span 1;
    min-height: 220px;
  }

  .cdx-home-team__hand {
    display: none;
  }

  .cdx-home-brands {
    padding: 40px 0;
  }

  .cdx-home-brands__track {
    gap: 24px;
  }

  .cdx-home-brands__track li img {
    height: 28px;
    max-width: 110px;
  }

  .cdx-pricing-card__currency {
    font-size: 30px;
  }

  .cdx-pricing-card__price-wrap {
      margin-top: 15px;
  }

  .cdx-home-pricing__cards {
    gap: 30px;
  }

  .cdx-home-pricing__delivery {
    margin: 10px 0 0;
  }

  .cdx-pricing-card__period {
    flex-basis: 70%;
    text-align: center;
  }

  .cdx-home-testimonial {
    min-height: auto;
  }

  .cdx-pricing-card__features {
    margin-bottom: 20px;
  }

  .cdx-home-testimonial .container {
    min-height: auto;
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .cdx-home-testimonial__card {
    max-width: 100%;
    padding: 28px 24px;
  }

  .cdx-home-blog {
    padding: 48px 0;
  }

  .cdx-home-blog__grid {
    grid-template-columns: 1fr;
  }

  .cdx-home-pricing {
    padding: 48px 0;
  }

  .cdx-home-pricing__countdown-item strong {
    font-size: 16px;
  }

  .cdx-home-pricing__countdown-item {
    min-width: max-content;
  }

  .cdx-home-pricing__countdown-item span {
    font-size: 10px;
  }

  .cdx-home-faq {
    padding: 60px 0 48px;
  }

  .cdx-home-services__thumb {
    right: 0;
    top: auto;
    transform: rotate(-8deg);
    width: 80px;
    height: 80px;
    bottom: 0;
  }

  .cdx-svc-faq__question {
    font-size: 16px;
  }

  .cdx-home-cta {
    padding: 48px 0;
  }

  /* Services page — small phones */
  .cdx-svc-hero {
    min-height: 300px;
    padding: 40px 0 48px;
  }

  .cdx-svc-hero .container {
    min-height: max-content;
  }

  .cdx-svc-intro {
    padding: 40px 0;
  }

  .cdx-svc-overview {
    padding: 40px 0;
  }

  .cdx-svc-grid__icon img {
    max-width: 32px;
  }

  .cdx-svc-grid__icon {
    width: 45px;
    height: 45px;
    margin-bottom: 15px;
  }

  .cdx-svc-overview__item h3 {
    font-size: 18px;
  }

  .cdx-svc-grid {
    padding: 40px 0;
  }

  .cdx-svc-grid__cards {
    grid-template-columns: 1fr;
  }

  .cdx-svc-grid__card h3 {
    font-size: 18px;
  }

  .cdx-svc-process__red {
    padding: 28px 20px 20px;
  }

  .cdx-svc-process__right {
    padding: 32px 20px;
  }

  .cdx-svc-process__acc-question {
    font-size: 15px;
  }

  .cdx-svc-faq {
    padding: 40px 0;
  }

  .cdx-pricing-card--featured {
    margin-top: 0;
    padding-top: 70px;
  }

  .cdx-pricing-card__badge {
    left: 24px;
  }

  .cdx-home-pricing__toggle-btn {
    padding: 8px 16px;
    font-size: 12px;
  }

  .cdx-career-opportunities__item a {
    align-items: flex-start;
  }
  .cdx-login__visual {
    display: none;
  }
}

/* Accessibility — reduced motion */
@media (prefers-reduced-motion: reduce) {
  .cdx-home-brands__track {
    animation: none;
    flex-wrap: wrap;
    width: 100%;
    justify-content: space-between;
  }
}
