/*
Theme Name: WebExpert Redesign
Theme URI: https://webexpert.kz/
Author: WebExpert
Description: WordPress implementation of the supplied WebExpert.kz desktop redesign.
Version: 1.12.0
Text Domain: webexpert-redesign
*/

@import url("https://fonts.googleapis.com/css2?family=Unbounded:wght@400;600;700;800;900&family=Manrope:wght@400;500;600;700;800&display=swap");

:root {
  --wx-blue: #2833ff;
  --wx-lime: #b3ff3b;
  --wx-ink: #141414;
  --wx-paper: #ffffff;
  --wx-muted: #f3f4f7;
  --wx-orange: #ff5c35;
}

body.webexpert-redesign {
  margin: 0;
  min-width: 1180px;
  background: #fff;
  color: var(--wx-ink);
  font-family: "Manrope", system-ui, sans-serif;
  -webkit-font-smoothing: antialiased;
}

body.webexpert-redesign * {
  box-sizing: border-box;
}

body.webexpert-redesign a {
  color: inherit;
  text-decoration: none;
}

.wx-site {
  width: 100%;
  overflow: hidden;
}

.wx-screen {
  width: 1440px !important;
  margin: 0 auto;
  border-radius: 0 !important;
  box-shadow: none !important;
}

.wx-screen header {
  position: relative;
  z-index: 30;
}

.wx-screen header nav a {
  display: inline-flex;
  align-items: center;
  color: inherit;
  white-space: nowrap;
  transition: color 160ms ease;
}

.wx-menu-toggle,
.wx-mobile-whatsapp {
  display: none;
}

.wx-screen header nav a:hover,
.wx-screen header nav a:focus-visible {
  color: var(--wx-blue) !important;
}

.wx-action {
  cursor: pointer;
  transition: transform 160ms ease, filter 160ms ease, box-shadow 160ms ease;
}

.wx-action:hover {
  filter: brightness(0.96);
  transform: translateY(-1px);
}

.wx-action:focus-visible,
.wx-screen header nav a:focus-visible,
.wx-contact-form input:focus-visible,
.wx-contact-form textarea:focus-visible {
  outline: 3px solid rgba(179, 255, 59, 0.8);
  outline-offset: 3px;
}

.wx-lead-input {
  width: 100%;
  appearance: none;
  resize: vertical;
  font: 600 15px/1.4 "Manrope", system-ui, sans-serif;
  outline: none;
}

.wx-lead-input::placeholder {
  color: rgba(255, 255, 255, 0.6);
}

.wx-lead-service {
  cursor: pointer;
}

.wx-lead-service option {
  background: #fff;
  color: var(--wx-ink);
}

.wx-lead-submit {
  appearance: none;
  border: 0;
  font-family: "Manrope", system-ui, sans-serif;
}

.wx-form-status {
  margin: 0;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
}

.wx-form-status:empty {
  display: none;
}

.wx-screen [data-wx-filter] {
  cursor: pointer;
}

.wx-screen [data-wx-filter].is-active {
  background: var(--wx-ink) !important;
  color: #fff !important;
}

.wx-trust-track {
  display: flex;
  width: max-content;
  animation: wx-marquee 38s linear infinite;
  will-change: transform;
}

.wx-dynamic-trust:hover .wx-trust-track {
  animation-play-state: paused;
}

.wx-trust-group {
  display: flex;
  padding-right: 28px;
  align-items: center;
  gap: 28px;
  flex: 0 0 auto;
}

.wx-trust-title,
.wx-trust-counter {
  font-family: "Unbounded", sans-serif;
  font-size: 20px;
  font-weight: 900;
  letter-spacing: -0.03em;
  text-transform: uppercase;
  white-space: nowrap;
}

.wx-trust-title {
  color: #fff;
}

.wx-trust-counter {
  color: var(--wx-lime);
}

.wx-trust-link {
  display: block;
  flex: 0 0 auto;
}

.wx-trust-logo {
  display: flex;
  width: 168px;
  height: 68px;
  padding: 8px 12px;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  flex: 0 0 168px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 13px;
  background: #fff;
}

.wx-trust-logo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.wx-trust-logo.is-client-1 img,
.wx-trust-logo.is-client-4 img,
.wx-trust-logo.is-client-5 img,
.wx-trust-logo.is-client-6 img,
.wx-trust-logo.is-client-7 img,
.wx-trust-logo.is-client-8 img {
  object-fit: cover;
}

.wx-dynamic-image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.wx-generated-hero-frame {
  background: #1824d8;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.08), 0 28px 70px rgba(5, 10, 80, 0.28);
}

.wx-generated-hero-image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.wx-dynamic-service-hero,
.wx-dynamic-contact-map {
  overflow: hidden;
}

.wx-service-hero-image,
.wx-contact-map-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.wx-service-project-card {
  display: flex;
  min-width: 0;
  overflow: hidden;
  flex-direction: column;
  border: 1px solid #e3e5ea;
  border-radius: 18px;
  background: #fff;
}

.wx-service-project-image {
  height: 190px;
}

.wx-service-project-card > span {
  padding: 16px;
  color: var(--wx-ink);
  font-size: 15px;
  font-weight: 800;
}

.wx-testimonial-card {
  min-width: 0;
  overflow: hidden;
  border: 1px solid #e3e5ea;
  border-radius: 20px;
  background: #fff;
}

.wx-testimonial-image {
  display: block;
  width: 100%;
  height: 250px;
  object-fit: cover;
}

.wx-testimonial-card.has-image > div {
  padding: 16px;
}

.wx-testimonial-card p {
  margin: 8px 0 0;
  color: #5c626c;
  font-size: 13px;
  line-height: 1.45;
}

.wx-testimonial-card.is-quote {
  display: flex;
  padding: 26px;
  flex-direction: column;
  justify-content: space-between;
  border-color: var(--wx-blue);
  background: var(--wx-blue);
}

.wx-testimonial-card blockquote {
  margin: 0;
  color: #fff;
  font-family: "Unbounded", sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.3;
}

.wx-testimonial-card.is-quote strong {
  margin-top: 20px;
  color: var(--wx-lime);
  font-size: 14px;
}

.wx-about-client-logo {
  display: flex;
  height: 72px;
  padding: 10px;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border: 1px solid #e3e5ea;
  border-radius: 12px;
  background: #fff;
}

.wx-dynamic-about-trust-title {
  margin: 0 0 26px;
  color: #141414;
  font-family: "Unbounded", sans-serif;
  font-size: 46px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: -0.03em;
  text-transform: uppercase;
}

.wx-about-client-logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.wx-dynamic-placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 180px;
  background: repeating-linear-gradient(135deg, #e6e9ef 0 12px, #dce0e8 12px 24px);
  color: #7a808a;
  font: 12px/1.5 ui-monospace, Menlo, monospace;
  text-align: center;
}

.wx-home-service-card {
  display: flex;
  min-height: 191px;
  padding: 28px;
  flex-direction: column;
  gap: 12px;
  border-radius: 22px;
  background: var(--wx-muted);
}

.wx-home-service-card .wx-card-dot,
.wx-service-list-card .wx-card-dot {
  display: block;
  width: 38px;
  height: 38px;
  flex: 0 0 38px;
  border-radius: 11px;
  background: var(--wx-card-accent);
}

.wx-home-service-card h3,
.wx-service-list-card h3 {
  margin: 0;
  color: var(--wx-ink);
  font-family: "Unbounded", sans-serif;
  font-size: 22px;
  font-weight: 700;
  letter-spacing: -0.02em;
}

.wx-home-service-card p,
.wx-service-list-card p {
  margin: 0;
  color: #5c626c;
  font-size: 15px;
  line-height: 1.5;
}

.wx-home-service-card {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  background: var(--wx-ink);
}

.wx-home-service-card::after {
  position: absolute;
  z-index: 1;
  inset: 0;
  background: linear-gradient(180deg, rgba(8, 12, 25, 0.35), rgba(8, 12, 25, 0.9));
  content: "";
}

.wx-home-service-card > :not(.wx-home-service-bg) {
  position: relative;
  z-index: 2;
}

.wx-home-service-card .wx-home-service-bg {
  position: absolute;
  z-index: 0;
  width: 100%;
  height: 100%;
  inset: 0;
  border-radius: 0;
  object-fit: cover;
}

.wx-home-service-card h3,
.wx-home-service-card p {
  color: #fff;
}

.wx-home-service-card p {
  color: rgba(255, 255, 255, 0.78);
}

.wx-home-service-featured {
  grid-row: span 2;
  min-height: 400px;
  padding: 34px;
  justify-content: flex-start;
  background: var(--wx-ink);
}

.wx-home-service-featured h3 {
  margin-top: 6px;
  color: #fff;
  font-size: 34px;
  line-height: 1.05;
}

.wx-home-service-featured p {
  color: rgba(255, 255, 255, 0.72);
  font-size: 16px;
}

.wx-card-badge {
  align-self: flex-start;
  padding: 7px 14px;
  border-radius: 999px;
  background: var(--wx-lime);
  color: var(--wx-ink);
  font-size: 12px;
  font-weight: 800;
}

.wx-service-primary {
  display: grid;
  min-height: 250px;
  grid-template-columns: 1.25fr 0.75fr;
  overflow: hidden;
  border-radius: 24px;
  background: var(--wx-card-accent);
}

.wx-service-card-copy {
  display: flex;
  padding: 38px;
  flex-direction: column;
  justify-content: space-between;
}

.wx-service-card-copy h2 {
  margin: 16px 0 12px;
  color: #fff;
  font-family: "Unbounded", sans-serif;
  font-size: 42px;
  line-height: 1;
  text-transform: uppercase;
}

.wx-service-card-copy p {
  max-width: 620px;
  margin: 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: 17px;
  line-height: 1.55;
}

body.webexpert-redesign .wx-service-card-copy > a {
  margin-top: 24px;
  color: var(--wx-lime);
  font-size: 14px;
  font-weight: 800;
}

.wx-service-meta {
  display: flex;
  gap: 8px;
}

.wx-service-meta span {
  padding: 6px 14px;
  border-radius: 999px;
  background: var(--wx-lime);
  color: var(--wx-ink);
  font-size: 12px;
  font-weight: 800;
}

.wx-service-meta span + span {
  background: rgba(255, 255, 255, 0.18);
  color: #fff;
}

.wx-service-card-media {
  min-height: 250px;
  background: repeating-linear-gradient(135deg, rgba(255, 255, 255, 0.18) 0 12px, rgba(255, 255, 255, 0.08) 12px 24px);
  color: #fff;
}

.wx-service-list-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.wx-service-list-card {
  display: flex;
  min-height: 230px;
  padding: 30px;
  flex-direction: column;
  gap: 12px;
  border: 1px solid #e3e5ea;
  border-radius: 22px;
  background: var(--wx-muted);
}

.wx-service-list-card strong {
  margin-top: auto;
  color: var(--wx-blue);
  font-size: 14px;
}

.wx-service-faq-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.wx-service-faq-item {
  overflow: hidden;
  border-radius: 14px;
  background: #fff;
}

.wx-service-faq-item summary {
  display: flex;
  min-height: 58px;
  padding: 16px 20px;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  color: var(--wx-ink);
  font-size: 16px;
  font-weight: 700;
  cursor: pointer;
  list-style: none;
}

.wx-service-faq-item summary::-webkit-details-marker {
  display: none;
}

.wx-service-faq-item > div {
  padding: 0 20px 18px;
  color: #5c626c;
  font-size: 15px;
  line-height: 1.55;
}

.wx-service-faq-plus {
  color: #8a8f98;
  font-size: 22px;
  line-height: 1;
  transition: transform 180ms ease;
}

.wx-service-faq-item[open] .wx-service-faq-plus {
  transform: rotate(45deg);
}

.wx-dynamic-service-details:empty {
  display: none !important;
}

.wx-service-details-full {
  grid-column: 1 / -1;
}

.wx-service-detail-column h2 {
  margin: 0 0 20px;
  color: var(--wx-ink);
  font-family: "Unbounded", sans-serif;
  font-size: 40px;
  font-weight: 800;
  line-height: 1.05;
  letter-spacing: -0.03em;
  text-transform: uppercase;
}

.wx-service-audience-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.wx-service-audience-item {
  display: flex;
  padding: 18px 20px;
  align-items: flex-start;
  gap: 14px;
  border-radius: 16px;
  background: var(--wx-muted);
}

.wx-service-audience-item > span {
  width: 10px;
  height: 10px;
  margin-top: 7px;
  border-radius: 50%;
  background: var(--wx-blue);
  flex: 0 0 10px;
}

.wx-service-audience-item strong,
.wx-service-includes-item strong {
  color: var(--wx-ink);
  font-size: 17px;
}

.wx-service-audience-item p,
.wx-service-includes-item p {
  margin: 4px 0 0;
  color: #5c626c;
  font-size: 14px;
  line-height: 1.5;
}

.wx-service-includes-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.wx-service-includes-item {
  padding: 20px;
  border: 1px solid #e3e5ea;
  border-radius: 16px;
}

.wx-service-includes-item.is-last:nth-child(odd) {
  grid-column: 1 / -1;
}

.wx-project-card {
  grid-column: span 2;
  overflow: hidden;
  border: 1px solid #e3e5ea;
  border-radius: 22px;
  background: var(--wx-muted);
}

.wx-dynamic-home-projects {
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
}

.wx-dynamic-home-projects .wx-project-card {
  min-width: 0;
  grid-column: auto;
}

.wx-dynamic-home-projects .wx-project-media {
  height: 200px;
}

.wx-dynamic-home-projects .wx-project-copy {
  min-height: 138px;
  padding: 18px;
  align-items: flex-start;
  flex-direction: column;
}

.wx-dynamic-home-projects .wx-project-copy h3 {
  font-size: 16px;
}

.wx-dynamic-home-projects .wx-project-copy p {
  font-size: 13px;
}

.wx-dynamic-home-projects .wx-project-result {
  padding: 8px 12px;
  font-size: 11px;
}

.wx-project-card-large {
  grid-column: span 4;
}

.wx-project-media {
  height: 230px;
}

.wx-project-card-large .wx-project-media {
  height: 330px;
}

.wx-project-copy {
  display: flex;
  min-height: 112px;
  padding: 22px;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.wx-project-copy h3 {
  margin: 0;
  color: var(--wx-ink);
  font-family: "Unbounded", sans-serif;
  font-size: 19px;
  line-height: 1.25;
}

.wx-project-copy p {
  margin: 6px 0 0;
  color: #6c7280;
  font-size: 14px;
  font-weight: 600;
}

.wx-project-result {
  flex: 0 0 auto;
  padding: 10px 18px;
  border-radius: 999px;
  background: var(--wx-lime);
  color: var(--wx-ink);
  font-size: 13px;
  font-weight: 800;
}

.wx-tariff-card {
  position: relative;
  display: flex;
  padding: 32px;
  flex-direction: column;
  gap: 20px;
  border: 1px solid #e3e5ea;
  border-radius: 22px;
  background: #fff;
}

.wx-dynamic-service-tariffs-section:empty {
  display: none;
}

.wx-dynamic-service-tariffs-section > h2 {
  margin: 0 0 28px;
  color: var(--wx-ink);
  font-family: "Unbounded", sans-serif;
  font-size: 44px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: -0.03em;
  text-transform: uppercase;
  text-wrap: balance;
}

.wx-dynamic-service-tariffs-section .wx-tariffs-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.wx-tariff-card.is-featured {
  border-color: var(--wx-ink);
  background: var(--wx-ink);
  box-shadow: 0 24px 60px rgba(20, 20, 20, 0.22);
  color: #fff;
}

.wx-tariff-badge {
  position: absolute;
  top: -14px;
  left: 32px;
  padding: 7px 16px;
  border-radius: 999px;
  background: var(--wx-lime);
  color: var(--wx-ink);
  font-size: 12px;
  font-weight: 800;
}

.wx-tariff-name {
  color: var(--wx-blue);
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.is-featured .wx-tariff-name {
  color: var(--wx-lime);
}

.wx-tariff-price {
  margin-top: 8px;
  color: var(--wx-ink);
  font-family: "Unbounded", sans-serif;
  font-size: 38px;
  font-weight: 800;
  letter-spacing: -0.03em;
}

.is-featured .wx-tariff-price {
  color: #fff;
}

.wx-tariff-duration {
  color: #8a8f98;
  font-size: 14px;
  font-weight: 600;
}

.wx-tariff-divider {
  height: 1px;
  background: #ebedf1;
}

.is-featured .wx-tariff-divider {
  background: rgba(255, 255, 255, 0.16);
}

.wx-tariff-features {
  display: flex;
  flex-direction: column;
  gap: 10px;
  color: #3d424b;
  font-size: 15px;
  font-weight: 500;
}

.is-featured .wx-tariff-features {
  color: rgba(255, 255, 255, 0.86);
}

body.webexpert-redesign .wx-tariff-action {
  margin-top: auto;
  padding: 16px;
  border: 1.5px solid var(--wx-ink);
  border-radius: 999px;
  color: var(--wx-ink);
  font-size: 16px;
  font-weight: 800;
  text-align: center;
}

body.webexpert-redesign .is-featured .wx-tariff-action {
  border-color: var(--wx-lime);
  background: var(--wx-lime);
}

.wx-featured-article {
  display: grid;
  min-height: 280px;
  grid-template-columns: 1fr 0.9fr;
  overflow: hidden;
  border-radius: 24px;
  background: var(--wx-ink);
}

.wx-featured-article-copy {
  display: flex;
  padding: 38px;
  flex-direction: column;
  justify-content: space-between;
}

.wx-article-kicker,
.wx-article-category {
  display: inline-flex;
  align-self: flex-start;
  padding: 6px 14px;
  border-radius: 999px;
  background: var(--wx-lime);
  color: var(--wx-ink);
  font-size: 12px;
  font-weight: 800;
}

.wx-featured-article h2 {
  margin: 16px 0 12px;
  color: #fff;
  font-family: "Unbounded", sans-serif;
  font-size: 38px;
  line-height: 1.1;
}

.wx-featured-article p {
  margin: 0;
  color: rgba(255, 255, 255, 0.7);
  font-size: 16px;
  line-height: 1.6;
}

.wx-article-meta {
  margin-top: 22px;
  color: #8a8f98;
  font-size: 13px;
  font-weight: 600;
}

.wx-featured-article-copy .wx-article-meta {
  display: flex;
  gap: 18px;
  color: rgba(255, 255, 255, 0.55);
}

.wx-featured-article-media {
  min-height: 280px;
  background: repeating-linear-gradient(135deg, #242424 0 14px, #1c1c1c 14px 28px);
}

.wx-article-card {
  overflow: hidden;
  border: 1px solid #e3e5ea;
  border-radius: 22px;
  background: #fff;
}

.wx-article-media {
  height: 280px;
}

.wx-dynamic-footer-articles {
  display: flex;
  min-width: 0;
  flex-direction: column;
  gap: 10px;
  color: #8a8f98;
  font-size: 14px;
  font-weight: 600;
}

.wx-global-footer {
  display: grid;
  padding: 52px 56px;
  grid-template-columns: 1.3fr 1fr 1.2fr 1.15fr;
  gap: 40px;
  background: #0e0e0e;
  color: #fff;
}

.wx-footer-brand,
.wx-footer-column,
.wx-footer-contact {
  display: flex;
  min-width: 0;
  align-items: flex-start;
  flex-direction: column;
  gap: 10px;
}

body.webexpert-redesign .wx-footer-logo {
  color: #fff;
  font-family: "Unbounded", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 800;
  letter-spacing: -0.02em;
}

body.webexpert-redesign .wx-footer-logo span {
  color: var(--wx-lime);
}

body.webexpert-redesign .wx-footer-logo em {
  color: #7a808a;
  font-style: normal;
}

.wx-footer-brand p {
  max-width: 340px;
  margin: 4px 0 8px;
  color: #a3a7af;
  font-size: 14px;
  line-height: 1.65;
}

.wx-footer-brand small {
  color: #72767e;
  font-size: 12px;
}

.wx-footer-column > strong,
.wx-footer-contact > strong {
  margin-bottom: 4px;
  font-size: 14px;
}

body.webexpert-redesign .wx-footer-column a,
body.webexpert-redesign .wx-footer-email {
  color: #a3a7af;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.45;
}

body.webexpert-redesign .wx-footer-column a:hover,
body.webexpert-redesign .wx-footer-email:hover {
  color: var(--wx-lime);
}

body.webexpert-redesign .wx-footer-phone {
  color: #fff;
  font-family: "Unbounded", sans-serif;
  font-size: 18px;
  font-weight: 700;
}

body.webexpert-redesign .wx-footer-whatsapp {
  display: inline-flex;
  min-height: 44px;
  margin-top: 6px;
  padding: 0 18px;
  align-items: center;
  gap: 8px;
  border-radius: 999px;
  background: var(--wx-lime);
  color: var(--wx-ink);
  font-size: 13px;
  font-weight: 800;
}

.wx-footer-whatsapp > span {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--wx-ink);
}

.wx-dynamic-footer-articles .wx-footer-heading,
.wx-dynamic-footer-articles > strong {
  margin-bottom: 4px;
  color: #fff;
  font-weight: 800;
}

body.webexpert-redesign .wx-dynamic-footer-articles a {
  display: -webkit-box;
  overflow: hidden;
  color: #8a8f98;
  line-height: 1.45;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

body.webexpert-redesign .wx-dynamic-footer-articles a:hover {
  color: var(--wx-lime);
}

.wx-article-copy {
  display: flex;
  min-height: 280px;
  padding: 24px;
  flex-direction: column;
  gap: 10px;
}

.wx-article-copy h3 {
  margin: 0;
  color: var(--wx-ink);
  font-size: 20px;
  line-height: 1.3;
}

.wx-article-copy p {
  margin: 0;
  color: #5c626c;
  font-size: 15px;
  line-height: 1.55;
}

.wx-article-copy .wx-article-meta {
  margin-top: auto;
}

.wx-single-hero {
  padding: 72px 180px 48px;
  background: #fff;
}

body.webexpert-redesign .wx-single-back {
  display: inline-flex;
  margin-bottom: 34px;
  color: var(--wx-blue);
  font-size: 15px;
  font-weight: 800;
}

.wx-single-kicker {
  display: table;
  margin-bottom: 18px;
  padding: 7px 14px;
  border-radius: 999px;
  background: var(--wx-lime);
  font-size: 12px;
  font-weight: 800;
}

.wx-single-hero h1 {
  max-width: 1100px;
  margin: 0;
  font-family: "Unbounded", sans-serif;
  font-size: 68px;
  font-weight: 900;
  line-height: 0.98;
  letter-spacing: -0.035em;
  text-transform: uppercase;
}

.wx-single-hero > p {
  max-width: 780px;
  margin: 24px 0 0;
  color: #5c626c;
  font-size: 20px;
  line-height: 1.55;
}

.wx-single-meta {
  margin-top: 20px;
  color: #8a8f98;
  font-size: 14px;
  font-weight: 700;
}

.wx-single-cover {
  height: 620px;
  margin: 0 56px;
  overflow: hidden;
  border-radius: 26px;
}

.wx-single-cover .wx-dynamic-placeholder {
  height: 100%;
}

.wx-single-content {
  max-width: 820px;
  margin: 0 auto;
  padding: 72px 20px;
  color: #30343b;
  font-size: 18px;
  line-height: 1.75;
}

.wx-single-content > :first-child {
  margin-top: 0;
}

.wx-single-content h2,
.wx-single-content h3 {
  margin: 1.5em 0 0.55em;
  color: var(--wx-ink);
  font-family: "Unbounded", sans-serif;
  line-height: 1.15;
}

.wx-single-content h2 {
  font-size: 36px;
}

.wx-single-content h3 {
  font-size: 26px;
}

.wx-single-content img {
  max-width: 100%;
  height: auto;
  border-radius: 18px;
}

.wx-page-editor-section {
  padding: 56px;
  background: #fff;
  border-top: 1px solid #ebedf1;
}

.wx-page-editor-image {
  display: block;
  width: 100%;
  max-height: 620px;
  margin: 0 0 34px;
  border-radius: 24px;
  object-fit: cover;
}

.wx-page-editor-content {
  max-width: 920px;
  margin: 0 auto;
  color: #3d424b;
  font-size: 18px;
  line-height: 1.75;
}

.wx-page-editor-content > :first-child {
  margin-top: 0;
}

.wx-page-editor-content > :last-child {
  margin-bottom: 0;
}

.wx-page-editor-content h2,
.wx-page-editor-content h3 {
  color: #141414;
  font-family: "Unbounded", sans-serif;
  letter-spacing: -0.025em;
}

.wx-page-editor-content h2 {
  margin: 48px 0 20px;
  font-size: 34px;
}

.wx-page-editor-content h3 {
  margin: 34px 0 14px;
  font-size: 24px;
}

.wx-page-editor-content img {
  max-width: 100%;
  height: auto;
  border-radius: 18px;
}

.wx-single-cta {
  display: flex;
  margin: 0 56px 56px;
  padding: 44px 52px;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  border-radius: 26px;
  background: var(--wx-blue);
  color: #fff;
}

.wx-single-cta span {
  color: rgba(255, 255, 255, 0.68);
  font-size: 14px;
  font-weight: 700;
}

.wx-single-cta h2 {
  margin: 8px 0 0;
  font-family: "Unbounded", sans-serif;
  font-size: 38px;
  text-transform: uppercase;
}

body.webexpert-redesign .wx-single-cta > a {
  flex: 0 0 auto;
  padding: 17px 28px;
  border-radius: 999px;
  background: var(--wx-lime);
  color: var(--wx-ink);
  font-size: 16px;
  font-weight: 800;
}

@keyframes wx-marquee {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

@keyframes wx-float {
  0%, 100% { transform: translateY(0) rotate(-4deg); }
  50% { transform: translateY(-14px) rotate(-4deg); }
}

@keyframes wx-float2 {
  0%, 100% { transform: translateY(0) rotate(6deg); }
  50% { transform: translateY(-18px) rotate(6deg); }
}

@keyframes wx-spin {
  to { transform: rotate(360deg); }
}

@media (max-width: 1180px) {
  body.webexpert-redesign {
    min-width: 1180px;
  }
}

@media (max-width: 767px) {
  body.webexpert-redesign {
    min-width: 0;
    padding-bottom: 76px;
    overflow-x: hidden;
  }

  #wpadminbar {
    display: none;
  }

  html {
    margin-top: 0 !important;
  }

  .wx-site {
    overflow: visible;
  }

  .wx-screen {
    width: 100% !important;
    zoom: 1 !important;
  }

  .wx-screen > sc-if > div,
  .wx-screen > div:first-child {
    padding-left: 20px !important;
    padding-right: 20px !important;
    text-align: center;
    line-height: 1.35;
  }

  .wx-header {
    min-height: 68px;
    padding: 16px 20px !important;
    gap: 14px !important;
  }

  .wx-logo {
    font-size: 17px !important;
  }

  .wx-header-action {
    display: none !important;
  }

  .wx-menu-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    margin-left: auto;
    padding: 0;
    border: 0;
    border-radius: 50%;
    background: var(--wx-ink);
    color: #fff;
    cursor: pointer;
  }

  .wx-menu-toggle .dashicons {
    width: 24px;
    height: 24px;
    font-size: 24px;
  }

  .wx-navigation {
    position: absolute;
    top: 100%;
    left: 16px;
    right: 16px;
    z-index: 60;
    display: none !important;
    flex-direction: column;
    align-items: stretch;
    gap: 0 !important;
    padding: 12px;
    border: 1px solid #e3e5ea;
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 22px 50px rgba(20, 20, 20, 0.18);
  }

  .is-mobile-menu-open .wx-navigation {
    display: flex !important;
  }

  .wx-navigation a {
    min-height: 48px;
    padding: 0 14px;
    border-radius: 12px;
    color: var(--wx-ink) !important;
    font-size: 15px;
  }

  .wx-navigation a:active {
    background: var(--wx-muted);
  }

  .wx-content-block {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }

  .wx-page-title,
  .wx-screen h1 {
    font-size: 40px !important;
    line-height: 0.98 !important;
    letter-spacing: -0.035em !important;
    overflow-wrap: anywhere;
  }

  .wx-screen[data-wx-screen="p7"] h1 {
    font-size: 36px !important;
    overflow-wrap: normal;
    word-break: normal;
  }

  .wx-screen[data-wx-screen="p5"] h1,
  .wx-screen[data-wx-screen="p6"] h1 {
    font-size: 34px !important;
    overflow-wrap: normal;
    word-break: normal;
  }

  .wx-screen[data-wx-screen="p4"] h1 {
    font-size: clamp(28px, 9vw, 34px) !important;
    line-height: 1.04 !important;
    overflow-wrap: anywhere;
    word-break: normal;
  }

  .wx-screen[data-wx-screen="p4"] h1 span {
    padding-left: 6px !important;
    padding-right: 6px !important;
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
  }

  .wx-screen[data-wx-screen="p2"] h1 {
    max-width: 100%;
    font-size: clamp(28px, 9vw, 34px) !important;
    line-height: 1.04 !important;
    overflow-wrap: anywhere;
    word-break: normal;
    text-wrap: balance;
  }

  .wx-screen[data-wx-screen="p2"] [style*="display:flex"][style*="gap:12px"] {
    width: 100%;
    align-items: stretch !important;
    flex-direction: column !important;
  }

  .wx-screen[data-wx-screen="p2"] [style*="display:flex"][style*="gap:12px"] > span,
  .wx-screen[data-wx-screen="p2"] [style*="display:flex"][style*="gap:12px"] > a {
    display: flex !important;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 52px;
    padding: 14px 18px !important;
    text-align: center;
    white-space: normal;
    overflow-wrap: anywhere;
  }

  .wx-screen[data-wx-screen="p2"] [style*="display:flex"][style*="gap:28px"] {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px !important;
    width: 100%;
    font-size: 12px !important;
    line-height: 1.3;
    text-align: center;
  }

  .wx-screen[data-wx-screen="p2"] [style*="display:flex"][style*="gap:28px"] > span:nth-child(even) {
    display: none;
  }

  .wx-page-intro {
    align-items: flex-start !important;
    flex-direction: column !important;
    gap: 22px !important;
  }

  .wx-filter-row {
    justify-content: flex-start !important;
    width: calc(100% + 20px);
    max-width: none !important;
    padding: 0 20px 8px 0;
    overflow-x: auto;
    flex-wrap: nowrap !important;
    scrollbar-width: none;
    scroll-snap-type: x proximity;
  }

  .wx-filter-row::-webkit-scrollbar {
    display: none;
  }

  .wx-filter-row > * {
    flex: 0 0 auto;
    scroll-snap-align: start;
  }

  .wx-screen[data-wx-screen="p7"] > div {
    display: flex !important;
    flex-direction: column !important;
  }

  .wx-screen[data-wx-screen="p7"] > div > div {
    width: 100%;
    height: auto !important;
  }

  .wx-screen h2 {
    font-size: 34px !important;
    line-height: 1.02 !important;
  }

  .wx-screen h3 {
    overflow-wrap: anywhere;
  }

  .wx-hero-grid {
    grid-template-columns: minmax(0, 1fr) !important;
    gap: 34px !important;
  }

  .wx-hero-grid > * {
    min-width: 0 !important;
  }

  .wx-hero-visual {
    width: 100% !important;
    height: 300px !important;
    min-height: 300px !important;
  }

  .wx-hero-grid [style*="font-size:19px"],
  .wx-hero-grid [style*="font-size:18px"] {
    font-size: 16px !important;
  }

  .wx-hero-grid [style*="display:flex"][style*="gap:14px"],
  .wx-hero-grid [style*="display:flex"][style*="gap:16px"] {
    align-items: stretch !important;
    flex-direction: column !important;
  }

  .wx-hero-grid [style*="display:flex"][style*="gap:36px"],
  .wx-hero-grid [style*="display:flex"][style*="gap:30px"] {
    display: grid !important;
    grid-template-columns: repeat(3, 1fr) !important;
    gap: 12px !important;
  }

  .wx-screen [style*="display:grid"] {
    grid-template-columns: minmax(0, 1fr) !important;
  }

  .wx-screen [style*="grid-column:span"],
  .wx-screen [style*="grid-row:span"] {
    grid-column: auto !important;
    grid-row: auto !important;
  }

  .wx-dynamic-trust {
    padding: 16px 0 !important;
  }

  .wx-trust-group {
    gap: 14px;
    padding-right: 14px;
  }

  .wx-trust-title,
  .wx-trust-counter {
    font-size: 15px;
  }

  .wx-trust-logo {
    width: 146px;
    height: 58px;
    padding: 7px 10px;
    flex-basis: 146px;
    border-radius: 11px;
  }

  .wx-home-service-featured {
    grid-row: auto;
    min-height: 360px;
  }

  .wx-home-service-card {
    min-height: 220px;
  }

  .wx-service-primary,
  .wx-featured-article,
  .wx-service-list-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .wx-dynamic-service-projects,
  .wx-dynamic-testimonials,
  .wx-dynamic-about-clients {
    grid-template-columns: minmax(0, 1fr) !important;
  }

  .wx-dynamic-about-trust-title {
    margin-bottom: 20px;
    font-size: 30px;
    line-height: 1.05;
  }

  .wx-service-project-image,
  .wx-testimonial-image {
    height: 220px;
  }

  .wx-service-card-copy,
  .wx-featured-article-copy {
    padding: 30px 24px;
  }

  .wx-service-card-copy h2,
  .wx-featured-article h2 {
    font-size: 30px !important;
  }

  .wx-dynamic-service-details {
    grid-template-columns: minmax(0, 1fr) !important;
  }

  .wx-service-detail-column h2 {
    font-size: 30px !important;
  }

  .wx-service-includes-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .wx-service-includes-item.is-last:nth-child(odd) {
    grid-column: auto;
  }

  .wx-service-card-media,
  .wx-featured-article-media {
    min-height: 220px;
  }

  .wx-service-list-card {
    min-height: 220px;
    padding: 26px 24px;
  }

  .wx-project-card,
  .wx-project-card-large {
    grid-column: auto;
  }

  .wx-dynamic-home-projects {
    grid-template-columns: minmax(0, 1fr) !important;
  }

  .wx-project-card-large .wx-project-media,
  .wx-project-media {
    height: 240px;
  }

  .wx-project-copy {
    align-items: flex-start;
    flex-direction: column;
  }

  .wx-tariff-card {
    min-height: 520px;
    padding: 28px 24px;
  }

  .wx-tariff-price {
    font-size: 30px;
  }

  .wx-article-copy {
    min-height: 0;
  }

  .wx-article-media {
    height: 240px;
  }

  .wx-single-hero {
    padding: 48px 20px 34px;
  }

  .wx-single-hero h1 {
    font-size: 30px !important;
    overflow-wrap: normal;
    word-break: normal;
  }

  .wx-single-hero > p {
    font-size: 17px;
  }

  .wx-single-cover {
    height: 300px;
    margin: 0 20px;
    border-radius: 20px;
  }

  .wx-single-content {
    padding: 48px 20px;
    font-size: 16px;
  }

  .wx-single-content h2 {
    font-size: 28px !important;
  }

  .wx-single-content h3 {
    font-size: 22px !important;
  }

  .wx-page-editor-section {
    padding: 44px 20px;
  }

  .wx-page-editor-image {
    max-height: 320px;
    margin-bottom: 28px;
    border-radius: 18px;
  }

  .wx-page-editor-content {
    font-size: 16px;
  }

  .wx-page-editor-content h2 {
    margin-top: 38px;
    font-size: 28px !important;
  }

  .wx-page-editor-content h3 {
    font-size: 22px !important;
  }

  .wx-single-cta {
    margin: 0 16px 32px;
    padding: 32px 24px;
    align-items: flex-start;
    flex-direction: column;
  }

  .wx-single-cta h2 {
    font-size: 28px !important;
  }

  .wx-services-section,
  .wx-portfolio-section,
  .wx-process-section,
  .wx-faq-section {
    padding-top: 52px !important;
    padding-bottom: 52px !important;
  }

  .wx-content-block > [style*="justify-content:space-between"] {
    align-items: flex-start !important;
    flex-direction: column !important;
    gap: 20px !important;
  }

  .wx-screen [style*="min-height:400px"],
  .wx-screen [style*="min-height:360px"] {
    min-height: 320px !important;
  }

  .wx-screen [style*="width:420px"],
  .wx-screen [style*="width:520px"],
  .wx-screen [style*="max-width:520px"] {
    width: 100% !important;
    max-width: 100% !important;
  }

  .wx-tariffs-section {
    padding: 52px 0 !important;
  }

  .wx-tariffs-section > :not(.wx-tariffs-grid) {
    margin-left: 20px !important;
    margin-right: 20px !important;
  }

  .wx-screen .wx-tariffs-grid {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(286px, 82vw)) !important;
    gap: 14px !important;
    padding: 16px 20px 26px;
    overflow-x: auto;
    overscroll-behavior-x: contain;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
  }

  .wx-screen .wx-tariffs-grid::-webkit-scrollbar {
    display: none;
  }

  .wx-screen .wx-tariffs-grid > * {
    min-width: 0;
    scroll-snap-align: center;
  }

  .wx-lead-section {
    margin: 0 16px 32px !important;
    padding: 32px 24px !important;
    align-items: stretch !important;
    flex-direction: column !important;
  }

  .wx-lead-box {
    width: 100% !important;
  }

  .wx-lead-row {
    flex-direction: column !important;
  }

  .wx-lead-input {
    min-height: 52px;
  }

  .wx-footer {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) !important;
    padding: 40px 20px 96px !important;
    gap: 28px !important;
  }

  .wx-mobile-whatsapp {
    position: fixed;
    right: 16px;
    bottom: 14px;
    z-index: 9999;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    min-height: 52px;
    padding: 0 22px;
    border-radius: 999px;
    background: var(--wx-lime);
    color: var(--wx-ink);
    box-shadow: 0 14px 36px rgba(20, 20, 20, 0.24);
    font-size: 15px;
    font-weight: 800;
  }

  .wx-mobile-whatsapp .dashicons {
    width: 20px;
    height: 20px;
    font-size: 20px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .wx-trust-track {
    animation: none !important;
    transform: none !important;
  }

  body.webexpert-redesign *,
  body.webexpert-redesign *::before,
  body.webexpert-redesign *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}
