@media (min-width: 768px) and (max-width: 1024px) {
  h1,
  .h1 {
    font-size: 2.25rem;
  }
  h2,
  .h2 {
    font-size: 1.875rem;
  }
  h3,
  .h3 {
    font-size: 1.375rem;
  }
  .container {
    max-width: 100%;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  [class*=wp-container--] {
    max-width: 100%;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
@media (max-width: 767px) {
  h1,
  .h1 {
    font-size: 1.75rem;
    line-height: 1.3;
  }
  h2,
  .h2 {
    font-size: 1.5rem;
    line-height: 1.3;
  }
  h3,
  .h3 {
    font-size: 1.25rem;
  }
  .container {
    max-width: 100%;
    padding-left: 1rem;
    padding-right: 1rem;
  }
  [class*=wp-container--] {
    max-width: 100%;
    padding-left: 1rem;
    padding-right: 1rem;
  }
  img {
    max-width: 100%;
    height: auto;
  }
}
@media (max-width: 767px) {
  .field {
    margin-bottom: 1rem;
  }
  .field__label,
  .field-label {
    font-size: 0.875rem;
    margin-bottom: 0.5rem;
  }
  .field--type-text-long,
  .field--type-text-with-summary {
    font-size: 0.875rem;
    line-height: 1.6;
  }
}
@media (max-width: 1024px) {
  .field--type-image img,
  .field-type-image img {
    width: 100%;
    height: auto;
  }
}
.wp-contact-form-box,
.wp-form-wrapper {
  padding: 2.5rem 3rem;
  border-radius: 1rem;
}
.wp-contact-form-box label,
.wp-form-wrapper label {
  font-weight: 600;
  margin-bottom: 0.375rem;
  font-size: 0.9375rem;
  display: block;
}
.wp-contact-form-box .form-control,
.wp-contact-form-box .form-select,
.wp-form-wrapper .form-control,
.wp-form-wrapper .form-select {
  padding: 0.75rem 1rem;
  border: 1px solid rgba(0, 0, 0, 0.12);
  border-radius: 0.5rem;
  font-size: 1rem;
  transition: border-color 0.2s ease;
}
.wp-contact-form-box .form-control:focus,
.wp-contact-form-box .form-select:focus,
.wp-form-wrapper .form-control:focus,
.wp-form-wrapper .form-select:focus {
  border-color: #4a7dff;
  box-shadow: 0 0 0 3px rgba(74, 125, 255, 0.15);
}
.wp-contact-form-box .form-item,
.wp-form-wrapper .form-item {
  margin-bottom: 1.25rem;
}
.wp-contact-form-box #edit-submit,
.wp-contact-form-box input[type=submit],
.wp-form-wrapper #edit-submit,
.wp-form-wrapper input[type=submit] {
  border-radius: 0.5rem;
  padding: 0.875rem 2rem;
  font-size: 1.0625rem;
  font-weight: 600;
}

@media (max-width: 767px) {
  input[type=text],
  input[type=email],
  input[type=password],
  input[type=search],
  input[type=tel],
  input[type=url],
  input[type=number],
  textarea,
  select {
    font-size: 16px;
  }
  .form-actions {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
  }
  .form-actions .btn,
  .form-actions .button,
  .form-actions input[type=submit] {
    width: 100%;
  }
  .search-form,
  [class*=search-form] {
    width: 100%;
  }
  .search-form input[type=search],
  .search-form input[type=text],
  [class*=search-form] input[type=search],
  [class*=search-form] input[type=text] {
    width: 100%;
  }
  .webform-submission-form {
    max-width: 100%;
  }
  .webform-submission-form .form-item {
    margin-bottom: 1rem;
  }
  .wp-contact-form-box,
  .wp-form-wrapper {
    padding: 1.5rem 1rem;
  }
}
@media (max-width: 767px) {
  .views-row {
    margin-bottom: 1.5rem;
  }
  .view-content > .row {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }
  .view-content > .row > [class*=col-] {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    margin-bottom: 1rem;
  }
  .views-exposed-form .form--inline {
    flex-direction: column;
    gap: 1rem;
  }
  .views-exposed-form .form--inline .form-item {
    width: 100%;
    margin-right: 0;
  }
  .views-exposed-form .form--inline .form-actions {
    width: 100%;
  }
  .pager .pager__items {
    justify-content: center;
    gap: 0.5rem;
  }
  .pager .pager__item a, .pager .pager__item span {
    min-width: 2rem;
    min-height: 2rem;
    font-size: 0.875rem;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .block__title,
  .block-title {
    font-size: 1.875rem;
  }
}
@media (max-width: 767px) {
  .block {
    margin-bottom: 1.5rem;
  }
  .block__title,
  .block-title {
    font-size: 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .wp-navbar__container {
    padding: 0 1.5rem;
    justify-content: space-between;
  }
  .wp-navbar__cta {
    font-size: 0.875rem;
    padding: 0.5rem 1rem;
  }
  .wp-navbar__link {
    padding: 0.375rem 0.625rem;
    font-size: 0.8125rem;
  }
  .wp-mega-menu {
    min-width: 480px;
  }
  .wp-mega-menu__grid {
    gap: 0.375rem;
  }
  .wp-mega-menu__item {
    padding: 0.75rem;
  }
}
@media (max-width: 767px) {
  .wp-navbar__container {
    padding: 0 1rem;
    justify-content: space-between;
  }
  .wp-navbar__logo img {
    height: 32px;
  }
  .wp-navbar__cta {
    font-size: 0.8125rem;
    padding: 0.4rem 0.875rem;
  }
  .wp-mobile-menu__link {
    font-size: 1rem;
    padding: 0.875rem 0;
  }
  .wp-mobile-menu .btn {
    width: 100%;
    text-align: center;
    margin-top: 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .wp-footer__top {
    padding: 3rem 0;
  }
  .wp-footer__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
  }
  .wp-footer__brand {
    grid-column: 1/-1;
    margin-bottom: 1rem;
  }
  .wp-footer__brand img {
    height: 60px;
  }
  .wp-footer__bottom {
    padding: 1rem 0;
  }
}
@media (max-width: 767px) {
  .wp-footer__top {
    padding: 2rem 0;
  }
  .wp-footer__grid {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
  .wp-footer__brand {
    text-align: center;
    margin-bottom: 1.5rem;
  }
  .wp-footer__brand img {
    height: 48px;
    margin-left: auto;
    margin-right: auto;
  }
  .wp-footer__brand p {
    font-size: 0.875rem;
  }
  .wp-footer__column-title {
    font-size: 1rem;
    margin-bottom: 0.5rem;
  }
  .wp-footer__link {
    font-size: 0.875rem;
    padding: 0.25rem 0;
  }
  .wp-footer__bottom {
    padding: 1rem 0;
    flex-direction: column;
    text-align: center;
    gap: 0.5rem;
  }
  .wp-footer__social {
    justify-content: center;
    margin-top: 0.5rem;
  }
  .wp-footer__bottom-links {
    justify-content: center;
  }
  .wp-footer__copyright {
    font-size: 0.8125rem;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .wp-whatsapp-float,
  .wp-contact-float,
  .wp-faq-float {
    width: 48px;
    height: 48px;
  }
}
@media (max-width: 767px) {
  .wp-whatsapp-float {
    width: 44px;
    height: 44px;
    right: 12px;
  }
  .wp-contact-float {
    width: 44px;
    height: 44px;
    right: 12px;
  }
  .wp-faq-float {
    width: 44px;
    height: 44px;
    right: 12px;
  }
  .wp-chatbot {
    right: 12px;
    bottom: 12px;
  }
  .wp-chatbot__trigger {
    width: 48px;
    height: 48px;
  }
  .wp-chatbot__window {
    width: calc(100vw - 1.5rem);
    height: 70vh;
    right: 0.75rem;
    bottom: 70px;
  }
  .wp-back-to-top {
    width: 40px;
    height: 40px;
    right: 12px;
  }
}
.wp-why-step-row .wp-why-arrow {
  width: auto !important;
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 0.5rem;
}

.wp-why-step-col {
  flex: 1 1 0%;
  min-width: 0;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .wp-why-circle-top {
    margin-bottom: 2rem;
  }
  .wp-page-hero,
  .wp-why-hero {
    padding: 5rem 0 3.5rem;
  }
  .wp-page-hero .container,
  .wp-page-hero .wp-container--900,
  .wp-why-hero .container,
  .wp-why-hero .wp-container--900 {
    max-width: 100%;
    padding: 0 2rem;
  }
  .wp-page-hero .wp-page-hero__title,
  .wp-why-hero .wp-page-hero__title {
    font-size: 2.25rem;
  }
  .wp-page-hero .wp-page-hero__title br,
  .wp-why-hero .wp-page-hero__title br {
    display: none;
  }
  .wp-page-hero .wp-page-hero__description,
  .wp-why-hero .wp-page-hero__description {
    font-size: 1rem;
  }
  .wp-page-hero .wp-why-hero-badge,
  .wp-why-hero .wp-why-hero-badge {
    font-size: 0.8125rem;
  }
  .wp-why-stats {
    padding: 2rem 0;
  }
  .wp-why-stats-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem;
  }
  .wp-why-stat__number {
    font-size: 1.75rem;
    min-width: 110px;
  }
  .wp-why-stat__label {
    font-size: 0.8125rem;
  }
  .wp-why-strengths {
    padding: 3.5rem 0;
  }
  .wp-why-strengths .wp-container--1100 {
    max-width: 100%;
    padding: 0 2rem;
  }
  .wp-why-strengths-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.25rem;
  }
  .wp-why-card {
    padding: 1.5rem;
  }
  .wp-why-card__title {
    font-size: 1.125rem;
  }
  .wp-why-card__description {
    font-size: 0.875rem;
  }
  .wp-why-values-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.25rem;
  }
  .wp-why-value__icon {
    width: 56px;
    height: 56px;
  }
  .wp-why-value__label {
    font-size: 1.25rem;
  }
  .wp-why-process {
    padding: 3.5rem 0;
  }
  .wp-why-process .wp-container--960 {
    max-width: 100%;
    padding: 0 2rem;
  }
  .wp-why-step-row {
    flex-direction: column;
    align-items: center;
    gap: 0;
  }
  .wp-why-step-col {
    width: 100%;
  }
  .wp-why-step {
    padding: 1.25rem;
  }
  .wp-why-arrow {
    transform: rotate(90deg);
    display: flex;
    justify-content: center;
    width: 100%;
    padding: 1rem 0;
  }
  .wp-why-down-arrow {
    display: flex;
    justify-content: center;
    width: 100%;
    padding: 1rem 0;
  }
  .wp-builder-model__grid {
    gap: 1.5rem;
  }
  .wp-why-circle {
    width: 220px;
    height: 220px;
  }
  .wp-why-circle__title {
    font-size: 1.125rem;
  }
  .wp-why-circle__description {
    font-size: 0.8125rem;
  }
  .wp-why-tech {
    padding: 3.5rem 0;
  }
  .wp-why-tech .wp-container--960 {
    max-width: 100%;
    padding: 0 2rem;
  }
  .wp-why-tech-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.25rem;
  }
  .wp-why-tech-card {
    padding: 1.5rem;
  }
  .wp-why-bottom-cta {
    padding: 3.5rem 0;
  }
  .wp-why-bottom-cta .wp-container--640 {
    max-width: 100%;
    padding: 0 2rem;
  }
  .wp-section {
    padding: 3.5rem 0;
  }
  [class*=wp-container--] {
    max-width: 100%;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .section-title,
  .section-title__heading {
    font-size: 1.75rem;
  }
  .section-title__sub,
  .section-title__description {
    font-size: 1rem;
  }
}
@media (max-width: 767px) {
  .wp-usecase-card {
    padding: 1rem;
  }
  .wp-partner-mini-card,
  .wp-industry-card {
    padding: 1.5rem;
  }
  .wp-industry-card__audience {
    margin-bottom: 0;
  }
  .wp-page-hero,
  .wp-why-hero {
    padding: 3.5rem 0 2rem;
  }
  .wp-page-hero .container,
  .wp-page-hero .wp-container--900,
  .wp-why-hero .container,
  .wp-why-hero .wp-container--900 {
    max-width: 100%;
    padding: 0 1rem;
  }
  .wp-page-hero .wp-page-hero__title,
  .wp-why-hero .wp-page-hero__title {
    font-size: 1.625rem;
    line-height: 1.3;
  }
  .wp-page-hero .wp-page-hero__title br,
  .wp-why-hero .wp-page-hero__title br {
    display: none;
  }
  .wp-page-hero .wp-page-hero__title span,
  .wp-why-hero .wp-page-hero__title span {
    font-size: 0.85em;
  }
  .wp-page-hero .wp-page-hero__description,
  .wp-why-hero .wp-page-hero__description {
    font-size: 0.875rem;
    line-height: 1.6;
  }
  .wp-page-hero .wp-why-hero-badge,
  .wp-why-hero .wp-why-hero-badge {
    font-size: 0.75rem;
    padding: 0.375rem 0.75rem;
  }
  .wp-why-stats {
    padding: 1.5rem 0;
  }
  .wp-why-stats-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 0.75rem;
  }
  .wp-why-stats-grid > :last-child:nth-child(odd) {
    grid-column: 1/-1;
    max-width: 50%;
    margin: 0 auto;
  }
  .wp-why-stat {
    flex-direction: column;
    text-align: center;
    gap: 0.25rem;
    padding: 0.75rem 0.5rem;
  }
  .wp-why-stat__icon {
    margin: 0 auto;
    width: 36px;
    height: 36px;
  }
  .wp-why-stat__number {
    font-size: 1.5rem;
  }
  .wp-why-stat__label {
    font-size: 0.6875rem;
  }
  .wp-why-stat__divider, .wp-why-stat--divider {
    display: none;
  }
  .wp-why-strengths {
    padding: 2.5rem 0;
  }
  .wp-why-strengths .wp-container--1100 {
    max-width: 100%;
    padding: 0 1rem;
  }
  .wp-why-strengths-grid {
    grid-template-columns: 1fr;
    gap: 1rem;
  }
  .wp-why-card {
    padding: 1.25rem;
  }
  .wp-why-card__number {
    font-size: 0.75rem;
  }
  .wp-why-card__title {
    font-size: 1rem;
  }
  .wp-why-card__description {
    font-size: 0.8125rem;
    line-height: 1.6;
  }
  .wp-why-card__icon {
    width: 40px;
    height: 40px;
  }
  .wp-why-values-grid {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
  .wp-why-value__icon {
    width: 48px;
    height: 48px;
    margin-bottom: 0.75rem;
  }
  .wp-why-value__label {
    font-size: 1.125rem;
  }
  .wp-why-value__description {
    font-size: 0.8125rem;
  }
  .wp-why-process {
    padding: 2.5rem 0;
  }
  .wp-why-process .wp-container--960 {
    max-width: 100%;
    padding: 0 1rem;
  }
  .wp-why-phase__title {
    font-size: 0.875rem;
  }
  .wp-why-step-row {
    flex-direction: column;
    align-items: center;
    gap: 0;
  }
  .wp-why-step-col {
    width: 100%;
  }
  .wp-why-step {
    padding: 1rem;
  }
  .wp-why-step__inner {
    gap: 0.75rem;
  }
  .wp-why-step__number {
    font-size: 0.6875rem;
    width: 24px;
    height: 24px;
  }
  .wp-why-step__title {
    font-size: 0.9375rem;
  }
  .wp-why-step__description {
    font-size: 0.8125rem;
    line-height: 1.5;
  }
  .wp-builder-model__grid {
    grid-template-columns: 1fr;
    gap: 1rem;
  }
  .wp-builder-model__arrow {
    justify-content: center;
    transform: rotate(90deg);
  }
  .wp-why-circle-top {
    margin-bottom: 2rem;
  }
  .wp-why-circle {
    width: 250px;
    height: 250px;
    padding: 1.25rem;
    margin: 0 auto;
  }
  .wp-why-circle__emoji {
    font-size: 2rem;
  }
  .wp-why-circle__title {
    font-size: 1rem;
  }
  .wp-why-circle__description {
    font-size: 0.75rem;
    line-height: 1.4;
  }
  .wp-why-tech {
    padding: 2.5rem 0;
  }
  .wp-why-tech .wp-container--960 {
    max-width: 100%;
    padding: 0 1rem;
  }
  .wp-why-tech-grid {
    grid-template-columns: 1fr;
    gap: 1rem;
  }
  .wp-why-tech-card {
    padding: 1.25rem;
  }
  .wp-why-tech-card__title {
    font-size: 1.125rem;
  }
  .wp-why-tech-card__description {
    font-size: 0.8125rem;
  }
  .wp-why-tech-pills {
    gap: 0.375rem;
  }
  .wp-why-tech-pill {
    font-size: 0.75rem;
    padding: 0.25rem 0.5rem;
  }
  .wp-why-bottom-cta {
    padding: 2.5rem 0;
    text-align: center;
  }
  .wp-why-bottom-cta .wp-container--640 {
    max-width: 100%;
    padding: 0 1rem;
  }
  .wp-why-bottom-cta h2 {
    font-size: 1.5rem;
  }
  .wp-why-bottom-cta p {
    font-size: 0.875rem;
  }
  .wp-why-bottom-cta .btn,
  .wp-why-bottom-cta a.btn {
    display: block;
    width: 100%;
    max-width: 280px;
    margin: 0.5rem auto;
  }
  .wp-section {
    padding: 2.5rem 0;
  }
  [class*=wp-container--] {
    max-width: 100%;
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .section-title,
  .section-title__heading {
    font-size: 1.5rem;
    margin-bottom: 0.5rem;
  }
  .section-title__label {
    font-size: 0.75rem;
    margin-bottom: 0.5rem;
  }
  .section-title__sub,
  .section-title__description {
    font-size: 0.875rem;
  }
  [class*=__actions] {
    flex-wrap: wrap;
  }
}
@media (max-width: 1024px) {
  .wp-page {
    overflow-x: hidden;
  }
  .wp-inner-page {
    overflow-x: hidden;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .wp-inner-page .layout--twocol,
  .wp-inner-page .layout-twocol {
    display: flex;
    flex-direction: column;
    gap: 2rem;
  }
  .wp-inner-page .layout--twocol .layout__region--first,
  .wp-inner-page .layout--twocol .layout__region--second,
  .wp-inner-page .layout-twocol .layout__region--first,
  .wp-inner-page .layout-twocol .layout__region--second {
    width: 100%;
    max-width: 100%;
    flex: 0 0 100%;
  }
  .wp-inner-page .layout--onecol {
    padding: 0 1.5rem;
  }
  .page-node-type-article .node__content,
  .page-node-type-page .node__content {
    max-width: 100%;
    padding: 0 1.5rem;
  }
}
@media (max-width: 767px) {
  .wp-inner-page .layout--twocol,
  .wp-inner-page .layout-twocol {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
  }
  .wp-inner-page .layout--twocol .layout__region--first,
  .wp-inner-page .layout--twocol .layout__region--second,
  .wp-inner-page .layout-twocol .layout__region--first,
  .wp-inner-page .layout-twocol .layout__region--second {
    width: 100%;
    max-width: 100%;
    flex: 0 0 100%;
  }
  .wp-inner-page .layout--onecol {
    padding: 0 1rem;
  }
  .page-node-type-article .node__content,
  .page-node-type-page .node__content {
    max-width: 100%;
    padding: 0 1rem;
  }
  .page-node-type-article .node__content img,
  .page-node-type-page .node__content img {
    max-width: 100%;
    height: auto;
  }
  .text-gradient {
    background-size: 100%;
  }
}
@media (max-width: 767px) {
  .hide-mobile {
    display: none;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .hide-tablet {
    display: none;
  }
}

.show-mobile {
  display: none;
}
@media (max-width: 767px) {
  .show-mobile {
    display: block;
  }
}

.show-tablet {
  display: none;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .show-tablet {
    display: block;
  }
}

@media (max-width: 767px) {
  .text-center-mobile {
    text-align: center;
  }
}

@media (max-width: 767px) {
  .full-width-mobile {
    width: 100%;
    max-width: 100%;
  }
}

@media (max-width: 767px) {
  .stack-mobile {
    flex-direction: column;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .wp-why-arrow--success svg {
    transform: rotate(90deg);
  }
  .wp-why-stat__text {
    min-width: 92px;
  }
  .wp-inner-page .wp-page-hero {
    padding: 3rem 0 2rem;
  }
  .wp-inner-page .wp-page-hero .wp-page-hero__title {
    font-size: 2rem;
  }
  .wp-inner-page .wp-page-hero .wp-page-hero__description {
    font-size: 0.9375rem;
    max-width: 100%;
  }
  .wp-hero-stats {
    gap: 1rem;
    flex-wrap: wrap;
    justify-content: center;
    padding: 1.25rem 1.5rem;
  }
  .wp-hero-stats__item {
    min-width: auto;
  }
  .wp-hero-stats__number {
    font-size: 1.5rem;
  }
  .wp-hero-stats__label {
    font-size: 0.75rem;
  }
  .wp-light-section,
  .wp-dark-section {
    padding: 3rem 0;
  }
  .wp-feedback-box {
    padding: 2rem;
  }
  .wp-feedback-box__title {
    font-size: 1.375rem;
  }
  .wp-feedback-box__desc {
    font-size: 0.9375rem;
  }
  .wp-why-bottom-cta,
  .wp-bottom-cta,
  .wp-purple-cta,
  .wp-blue-cta,
  .wp-dark-cta {
    padding: 3rem 0;
  }
  .wp-why-bottom-cta__title,
  .wp-bottom-cta__title,
  .wp-purple-cta__title,
  .wp-blue-cta__title,
  .wp-dark-cta__title {
    font-size: 1.5rem;
  }
  .wp-why-bottom-cta__desc,
  .wp-bottom-cta__desc,
  .wp-purple-cta__desc,
  .wp-blue-cta__desc,
  .wp-dark-cta__desc {
    font-size: 0.9375rem;
  }
  .wp-why-bottom-cta__buttons,
  .wp-bottom-cta__buttons,
  .wp-purple-cta__buttons,
  .wp-blue-cta__buttons,
  .wp-dark-cta__buttons {
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.75rem;
  }
  .wp-nda-box {
    padding: 2rem;
  }
  .wp-newsletter-cta {
    padding: 2rem;
  }
  .wp-newsletter-form {
    flex-direction: row;
    gap: 0.75rem;
  }
  .wp-wwd-tabs {
    flex-direction: column;
    align-items: center;
    gap: 0.75rem;
  }
  .wp-wwd-tab {
    padding: 0.75rem 1rem;
    width: 100%;
    max-width: 100%;
  }
  .wp-wwd-tab__title {
    font-size: 1rem;
  }
  .wp-wwd-tab__subtitle {
    font-size: 0.75rem;
  }
  .wp-wwd-info-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.25rem;
  }
  .wp-wwd-info-card {
    padding: 1.25rem;
  }
  .wp-wwd-info-card__title {
    font-size: 1.125rem;
  }
  .wp-wwd-info-list__item {
    font-size: 0.875rem;
  }
  .wp-wwd-commitments-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.25rem;
  }
  .wp-wwd-platform-tags {
    gap: 0.5rem;
  }
  .wp-wwd-platform-tag {
    font-size: 0.8125rem;
    padding: 0.375rem 0.625rem;
  }
  .wp-why-arrow {
    transform: rotate(90deg);
    display: flex;
    justify-content: center;
    text-align: center;
    width: 100%;
    margin: 0 auto;
    padding: 1rem 0;
  }
  .wp-why-down-arrow {
    display: flex;
    justify-content: center;
    text-align: center;
    width: 100%;
    margin: 0 auto;
    padding: 1rem 0;
  }
  .wp-why-phase--build + .wp-why-step-row > :nth-child(1) {
    order: 5;
  }
  .wp-why-phase--build + .wp-why-step-row > :nth-child(2) {
    order: 4;
    transform: unset;
  }
  .wp-why-phase--build + .wp-why-step-row > :nth-child(3) {
    order: 3;
  }
  .wp-why-phase--build + .wp-why-step-row > :nth-child(4) {
    order: 2;
    transform: unset;
  }
  .wp-why-phase--build + .wp-why-step-row > :nth-child(5) {
    order: 1;
  }
  .wp-why-phase--build + .wp-why-step-row .wp-why-arrow svg {
    transform: rotate(-90deg);
  }
  .wp-eco-product-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.25rem;
  }
  .wp-eco-card {
    padding: 1.25rem;
  }
  .wp-eco-card__name {
    font-size: 1.125rem;
  }
  .wp-eco-card__desc {
    font-size: 0.8125rem;
  }
  .wp-eco-card__links {
    gap: 0.5rem;
  }
  .wp-eco-model {
    gap: 1.5rem;
  }
  .wp-eco-role-card {
    padding: 1.25rem;
  }
  .wp-eco-partner-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.25rem;
  }
  .wp-eco-partner-card {
    padding: 1.25rem;
  }
  .wp-eco-partner-list-item {
    font-size: 0.875rem;
  }
  .wp-portfolio-filter {
    padding: 0 1.5rem;
  }
  .wp-portfolio-filter__inner {
    gap: 0.5rem;
    justify-content: center;
  }
  .portfolio-filter-btn {
    font-size: 0.8125rem;
    padding: 0.375rem 0.75rem;
  }
  .wp-portfolio-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.25rem;
  }
  .portfolio-card__inner {
    padding: 1.25rem;
  }
  .portfolio-card__title {
    font-size: 1.125rem;
  }
  .portfolio-card__tagline {
    font-size: 0.8125rem;
  }
  .portfolio-card__highlights {
    gap: 0.375rem;
  }
  .portfolio-card__highlight {
    font-size: 0.75rem;
  }
  .wp-services-overview {
    padding: 3rem 0;
  }
  .wp-services-grid__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.25rem;
  }
  .wp-services-grid__card {
    padding: 1.5rem;
  }
  .wp-services-grid__card-icon {
    width: 48px;
    height: 48px;
  }
  .wp-services-grid__card-title {
    font-size: 1.125rem;
  }
  .wp-services-grid__card-description {
    font-size: 0.8125rem;
  }
  .wp-blog-filter {
    padding: 0 1.5rem;
  }
  .wp-blog-filter__inner {
    gap: 0.5rem;
    justify-content: center;
  }
  .wp-blog-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.25rem;
  }
  .wp-blog-card__inner {
    height: 100%;
  }
  .wp-blog-card__image {
    height: 180px;
  }
  .wp-blog-card__content {
    padding: 1rem;
  }
  .wp-blog-card__title {
    font-size: 1.0625rem;
  }
  .wp-blog-card__summary {
    font-size: 0.8125rem;
  }
  .wp-blog-pager {
    gap: 0.375rem;
  }
  .wp-team-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 1.25rem;
  }
  .wp-team-card {
    padding: 1.25rem;
  }
  .wp-team-card__icon {
    width: 64px;
    height: 64px;
  }
  .wp-team-card__name {
    font-size: 1rem;
  }
  .wp-team-card__role {
    font-size: 0.8125rem;
  }
  .wp-team-card__bio {
    font-size: 0.8125rem;
  }
  .wp-team-hiring {
    padding: 2rem;
  }
  .wp-reviews-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.25rem;
  }
  .wp-review-card {
    padding: 1.5rem;
  }
  .wp-review-card__quote {
    font-size: 0.9375rem;
  }
  .wp-review-card__quotemark {
    font-size: 2rem;
  }
  .wp-reviews-section-title {
    font-size: 1.5rem;
  }
  .page-contact,
  .wp-leads-contact {
    padding: 2rem 0;
  }
  .wp-contact-info__items {
    flex-wrap: wrap;
    gap: 1rem;
    justify-content: center;
  }
  .wp-contact-info__item {
    min-width: 200px;
  }
  .wp-contact-card,
  .card {
    padding: 2rem;
    margin: 0 1.5rem;
  }
  .wp-project-form {
    max-width: 100%;
    padding: 0 1.5rem;
  }
  .wp-project-form__steps {
    gap: 0.5rem;
    overflow-x: auto;
    padding-bottom: 0.5rem;
  }
  .wp-project-form__step-label {
    font-size: 0.75rem;
  }
  .wp-project-form__card {
    padding: 1.5rem;
  }
  .faq-group__title {
    font-size: 1.25rem;
  }
  .faq-item__question {
    font-size: 1rem;
    padding: 1rem 1.25rem;
  }
  .faq-item__answer {
    padding: 0 1.25rem 1rem;
    font-size: 0.9375rem;
  }
}
@media (max-width: 767px) {
  .wp-why-stat__text {
    min-width: 92px;
  }
  .wp-inner-page .wp-page-hero {
    padding: 2.5rem 0 1.5rem;
  }
  .wp-inner-page .wp-page-hero .wp-page-hero__title {
    font-size: 1.5rem;
    line-height: 1.3;
  }
  .wp-inner-page .wp-page-hero .wp-page-hero__description {
    font-size: 0.875rem;
    line-height: 1.6;
    max-width: 100%;
  }
  .wp-hero-stats {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0;
    padding: 1rem;
  }
  .wp-hero-stats__item {
    padding: 0.5rem 0.25rem;
    text-align: center;
  }
  .wp-hero-stats__item:nth-last-child(-n+2) {
    border-bottom: none;
  }
  .wp-hero-stats__item:last-child:nth-child(odd) {
    grid-column: 1/-1;
  }
  .wp-hero-stats__number {
    font-size: 1.25rem;
  }
  .wp-hero-stats__label {
    font-size: 0.6875rem;
  }
  .wp-light-section,
  .wp-dark-section {
    padding: 2rem 0;
  }
  .wp-light-section__subtitle,
  .wp-dark-section__subtitle {
    font-size: 0.875rem;
  }
  .wp-feedback-box {
    padding: 1.5rem;
  }
  .wp-feedback-box__title {
    font-size: 1.125rem;
  }
  .wp-feedback-box__desc {
    font-size: 0.8125rem;
  }
  .wp-feedback-box--mt-mb {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }
  .wp-why-bottom-cta,
  .wp-bottom-cta,
  .wp-purple-cta,
  .wp-blue-cta,
  .wp-dark-cta {
    padding: 2rem 0;
    text-align: center;
  }
  .wp-why-bottom-cta__title,
  .wp-bottom-cta__title,
  .wp-purple-cta__title,
  .wp-blue-cta__title,
  .wp-dark-cta__title {
    font-size: 1.25rem;
  }
  .wp-why-bottom-cta__desc,
  .wp-bottom-cta__desc,
  .wp-purple-cta__desc,
  .wp-blue-cta__desc,
  .wp-dark-cta__desc {
    font-size: 0.8125rem;
  }
  .wp-why-bottom-cta__buttons,
  .wp-bottom-cta__buttons,
  .wp-purple-cta__buttons,
  .wp-blue-cta__buttons,
  .wp-dark-cta__buttons {
    flex-direction: column;
    align-items: center;
    gap: 0.75rem;
  }
  .wp-why-bottom-cta__buttons .btn,
  .wp-bottom-cta__buttons .btn,
  .wp-purple-cta__buttons .btn,
  .wp-blue-cta__buttons .btn,
  .wp-dark-cta__buttons .btn {
    width: 100%;
    max-width: 280px;
  }
  .wp-nda-box {
    padding: 1.5rem;
    text-align: center;
  }
  .wp-nda-box__icon {
    margin: 0 auto 0.75rem;
  }
  .wp-nda-box__text {
    font-size: 0.875rem;
  }
  .wp-nda-box__deco {
    display: none;
  }
  .wp-newsletter-cta {
    padding: 1.5rem;
    text-align: center;
  }
  .wp-newsletter-form {
    flex-direction: column;
    gap: 0.75rem;
  }
  .wp-newsletter-form .wp-newsletter-input {
    width: 100%;
  }
  .wp-newsletter-form .wp-newsletter-btn {
    width: 100%;
  }
  .wp-wwd-tabs {
    flex-direction: column;
    gap: 0.5rem;
  }
  .wp-wwd-tab {
    padding: 0.75rem 1rem;
    width: 100%;
    text-align: center;
    margin: 0 auto;
  }
  .wp-wwd-tab__icon {
    width: 32px;
    height: 32px;
  }
  .wp-wwd-tab__title {
    font-size: 0.9375rem;
  }
  .wp-wwd-tab__subtitle {
    font-size: 0.6875rem;
  }
  .wp-wwd-info-grid {
    grid-template-columns: 1fr;
    gap: 1rem;
  }
  .wp-wwd-info-card {
    padding: 1rem;
  }
  .wp-wwd-info-card__title {
    font-size: 1rem;
  }
  .wp-wwd-info-list__item {
    font-size: 0.8125rem;
    padding: 0.25rem 0;
  }
  .wp-wwd-info-cta {
    flex-direction: column;
    gap: 0.75rem;
    text-align: center;
    gap: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
  }
  .wp-wwd-info-cta__sep {
    display: none;
  }
  .wp-wwd-info-cta .btn {
    width: 100%;
    max-width: 280px;
  }
  .wp-wwd-commitments-grid {
    grid-template-columns: 1fr;
    gap: 1rem;
  }
  .wp-wwd-commitments__title {
    font-size: 1.25rem;
  }
  .wp-wwd-commitments__desc {
    font-size: 0.8125rem;
  }
  .wp-wwd-commitment-icon {
    width: 40px;
    height: 40px;
  }
  .wp-wwd-commitment-title {
    font-size: 1rem;
  }
  .wp-wwd-commitment-desc {
    font-size: 0.8125rem;
  }
  .wp-wwd-platform-tags {
    gap: 0.375rem;
    flex-wrap: wrap;
  }
  .wp-wwd-platform-tag {
    font-size: 0.75rem;
    padding: 0.25rem 0.5rem;
  }
  .wp-wwd-process-title {
    font-size: 1.25rem;
  }
  .wp-why-arrow {
    transform: rotate(90deg);
    display: flex;
    justify-content: center;
    text-align: center;
    width: 100%;
    margin: 0 auto;
    padding: 1rem 0;
  }
  .wp-why-down-arrow {
    display: flex;
    justify-content: center;
    text-align: center;
    width: 100%;
    margin: 0 auto;
    padding: 1rem 0;
  }
  .wp-why-phase--build + .wp-why-step-row > :nth-child(1) {
    order: 5;
  }
  .wp-why-phase--build + .wp-why-step-row > :nth-child(2) {
    order: 4;
    transform: unset;
  }
  .wp-why-phase--build + .wp-why-step-row > :nth-child(3) {
    order: 3;
  }
  .wp-why-phase--build + .wp-why-step-row > :nth-child(4) {
    order: 2;
    transform: unset;
  }
  .wp-why-phase--build + .wp-why-step-row > :nth-child(5) {
    order: 1;
  }
  .wp-why-phase--build + .wp-why-step-row .wp-why-arrow svg {
    transform: rotate(-90deg);
  }
  .wp-eco-product-grid {
    grid-template-columns: 1fr;
    gap: 1rem;
  }
  .wp-eco-card {
    padding: 1rem;
  }
  .wp-eco-card__icon {
    width: 40px;
    height: 40px;
  }
  .wp-eco-card__name {
    font-size: 1rem;
  }
  .wp-eco-card__desc {
    font-size: 0.8125rem;
    line-height: 1.5;
  }
  .wp-eco-card__badges {
    flex-wrap: wrap;
    gap: 0.25rem;
  }
  .wp-eco-card__links {
    flex-direction: column;
    gap: 0.5rem;
  }
  .wp-eco-card__links a {
    width: 100%;
    text-align: center;
  }
  .wp-eco-model {
    flex-direction: column;
    gap: 1rem;
  }
  .wp-eco-role-card {
    padding: 1rem;
  }
  .wp-eco-role-icon {
    width: 48px;
    height: 48px;
  }
  .wp-eco-role-title {
    font-size: 1.125rem;
  }
  .wp-eco-role-desc {
    font-size: 0.8125rem;
  }
  .wp-eco-arrow {
    display: none;
  }
  .wp-eco-partner-grid {
    grid-template-columns: 1fr;
    gap: 1rem;
  }
  .wp-eco-partner-card {
    padding: 1rem;
  }
  .wp-eco-partner-icon {
    width: 40px;
    height: 40px;
  }
  .wp-eco-partner-title {
    font-size: 1.125rem;
  }
  .wp-eco-partner-desc {
    font-size: 0.8125rem;
  }
  .wp-eco-partner-list-item {
    font-size: 0.8125rem;
  }
  .wp-eco-partner-action .btn {
    width: 100%;
    max-width: 280px;
  }
  .wp-portfolio-filter {
    padding: 0 1rem;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    margin-bottom: 1.5rem;
  }
  .wp-portfolio-filter::-webkit-scrollbar {
    display: none;
  }
  .wp-portfolio-filter__inner {
    flex-wrap: wrap;
    gap: 0.375rem;
    justify-content: flex-start;
  }
  .portfolio-filter-btn {
    font-size: 0.75rem;
    padding: 0.3125rem 0.625rem;
    white-space: nowrap;
  }
  .wp-portfolio-grid {
    grid-template-columns: 1fr;
    gap: 1rem;
  }
  .portfolio-card__inner {
    padding: 1rem;
  }
  .portfolio-card__icon {
    width: 40px;
    height: 40px;
  }
  .portfolio-card__title {
    font-size: 1rem;
  }
  .portfolio-card__tagline {
    font-size: 0.8125rem;
  }
  .portfolio-card__highlights {
    flex-wrap: wrap;
    gap: 0.25rem;
  }
  .portfolio-card__highlight {
    font-size: 0.6875rem;
  }
  .portfolio-card__tags {
    gap: 0.25rem;
  }
  .portfolio-card__tag {
    font-size: 0.6875rem;
    padding: 0.1875rem 0.375rem;
  }
  .portfolio-card__arrow {
    width: 32px;
    height: 32px;
  }
  .wp-portfolio-cta-btn {
    width: 100%;
    max-width: 280px;
    margin: 0 auto;
    display: block;
  }
  .wp-services-overview {
    padding: 2rem 0;
  }
  .wp-services-grid__grid {
    grid-template-columns: 1fr;
    gap: 1rem;
  }
  .wp-services-grid__card {
    padding: 1.25rem;
  }
  .wp-services-grid__card-icon {
    width: 40px;
    height: 40px;
  }
  .wp-services-grid__card-title {
    font-size: 1rem;
  }
  .wp-services-grid__card-description {
    font-size: 0.8125rem;
    line-height: 1.5;
  }
  .wp-services-grid__card-link {
    font-size: 0.875rem;
  }
  .wp-blog-filter {
    padding: 0 1rem;
    margin-bottom: 1.5rem;
  }
  .wp-blog-filter__inner {
    flex-wrap: wrap;
    gap: 0.375rem;
    justify-content: flex-start;
  }
  .portfolio-filter-btn {
    font-size: 0.75rem;
    padding: 0.3125rem 0.625rem;
  }
  .wp-blog-grid {
    grid-template-columns: 1fr;
    gap: 1rem;
  }
  .wp-blog-card__inner {
    height: auto;
  }
  .wp-blog-card__image {
    height: 200px;
  }
  .wp-blog-card__content {
    padding: 1rem;
  }
  .wp-blog-card__title {
    font-size: 1rem;
  }
  .wp-blog-card__summary {
    font-size: 0.8125rem;
    line-height: 1.5;
  }
  .wp-blog-card__meta {
    flex-wrap: wrap;
    gap: 0.375rem;
  }
  .wp-blog-card__meta-item {
    font-size: 0.75rem;
  }
  .wp-blog-card__cat-overlay {
    font-size: 0.6875rem;
  }
  .wp-blog-card__read-more {
    font-size: 0.8125rem;
  }
  .wp-blog-pager {
    gap: 0.25rem;
  }
  .blog-pager-btn {
    min-width: 2rem;
    min-height: 2rem;
    font-size: 0.8125rem;
  }
  .wp-team-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 0.75rem;
  }
  .wp-team-card {
    padding: 1rem;
    text-align: center;
  }
  .wp-team-card__icon {
    width: 56px;
    height: 56px;
    margin: 0 auto 0.5rem;
  }
  .wp-team-card__name {
    font-size: 0.875rem;
  }
  .wp-team-card__role {
    font-size: 0.75rem;
  }
  .wp-team-card__bio {
    font-size: 0.75rem;
    line-height: 1.4;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  .wp-team-hiring {
    padding: 1.5rem;
    text-align: center;
  }
  .wp-reviews-grid {
    grid-template-columns: 1fr;
    gap: 1rem;
  }
  .wp-review-card {
    padding: 1.25rem;
  }
  .wp-review-card__quotemark {
    font-size: 1.5rem;
  }
  .wp-review-card__quote {
    font-size: 0.875rem;
    line-height: 1.6;
  }
  .wp-review-card__author {
    margin-top: 1rem;
  }
  .wp-review-card__avatar {
    width: 40px;
    height: 40px;
  }
  .wp-review-card__name {
    font-size: 0.9375rem;
  }
  .wp-review-card__role, .wp-review-card__company {
    font-size: 0.75rem;
  }
  .wp-reviews-section-title {
    font-size: 1.25rem;
  }
  .page-contact,
  .wp-leads-contact {
    padding: 1.5rem 0;
  }
  .wp-contact-info__items {
    flex-direction: column;
    gap: 0.75rem;
    align-items: stretch;
  }
  .wp-contact-info__item {
    text-align: left;
  }
  .wp-contact-info__icon {
    width: 32px;
    height: 32px;
  }
  .wp-contact-info__title {
    font-size: 0.8125rem;
  }
  .wp-contact-card,
  .card {
    padding: 1.25rem;
    margin-bottom: 24px;
    border-radius: 0.75rem;
  }
  .page-contact .wp-contact-card {
    padding: 1rem;
    height: auto;
  }
  .wp-contact-card input[type=text],
  .wp-contact-card input[type=email],
  .wp-contact-card input[type=tel],
  .wp-contact-card input[type=url],
  .wp-contact-card textarea,
  .wp-contact-card select,
  .wp-project-form input[type=text],
  .wp-project-form input[type=email],
  .wp-project-form input[type=tel],
  .wp-project-form input[type=url],
  .wp-project-form textarea,
  .wp-project-form select {
    font-size: 16px;
    padding: 0.75rem;
  }
  .wp-contact-card label,
  .wp-project-form label {
    font-size: 0.875rem;
    margin-bottom: 0.375rem;
  }
  .wp-contact-card .form-item,
  .wp-project-form .form-item {
    margin-bottom: 1rem;
  }
  .wp-project-form {
    max-width: 100%;
  }
  .wp-project-form__steps {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    gap: 0.25rem;
    padding-bottom: 0.5rem;
    flex-wrap: nowrap;
  }
  .wp-project-form__steps::-webkit-scrollbar {
    display: none;
  }
  .wp-project-form__step-label {
    font-size: 0.6875rem;
    white-space: nowrap;
  }
  .wp-project-form__step-label--active {
    font-weight: 600;
  }
  .wp-project-form__step-dot {
    width: 20px;
    height: 20px;
  }
  .wp-project-form__step-line {
    min-width: 16px;
  }
  .wp-project-form__card {
    padding: 1rem;
  }
  .wp-project-form__card-title {
    font-size: 1rem;
  }
  .wp-project-form__card-desc {
    font-size: 0.8125rem;
  }
  .wp-project-form__actions {
    flex-direction: column;
    gap: 0.75rem;
  }
  .wp-project-form__actions .btn {
    width: 100%;
  }
  .faq-group {
    margin-bottom: 1.5rem;
  }
  .faq-group__title {
    font-size: 1.125rem;
    margin-bottom: 0.75rem;
  }
  .os-card {
    padding: 1rem;
  }
  .faq-item__question {
    font-size: 0.9375rem;
    gap: 0.5rem;
  }
  .faq-item__question::after {
    font-size: 1rem;
    min-width: 20px;
  }
  .faq-item__answer {
    padding: 0 1rem 0.875rem;
    font-size: 0.8125rem;
    line-height: 1.6;
  }
}

/*# sourceMappingURL=style.css.map */
