h3 {
    margin-top: 1.667vw;
    font-size: 1.46vw;
}

@media (max-width: 1024px) {
    h3 {
        margin-top: 32px;
        font-size: 24px;
        margin-bottom: 16px;
    }
}

p {
    margin: 0;
}

.hero-content {
    display: flex;
    flex-direction: column;
    position: relative;
    margin: 5vw  0;
}

.hero-book-call {
    display: none;
}

.hero-stats {
    display: flex;
    justify-content: space-between;
    gap: 1.25vw;
    margin-top: auto;
    width: 100%;
}

.hero-stat {
    position: relative;
    min-width: 0;
    height: 8.646vw;
    background: #23504933;
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border-radius: 16px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding: 1.667vw;
    display: flex;
    align-items: center;
    gap: 1.25vw;
    box-sizing: border-box;
    width: 100%;
}

.hero-stat__number {
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 900;
    font-size: 6.25vw;
    line-height: 0.85;
    letter-spacing: -0.04em;
    text-transform: uppercase;
    color: #FFF;
    margin: 0;
    padding: 0;
    flex-shrink: 0;
    white-space: nowrap;
}

.hero-stat__content {
    display: flex;
    flex-direction: column;
    gap: 0.417vw;
    overflow: hidden;
}

.hero-stat__title {
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 900;
    font-size: 1.458vw;
    line-height: 1;
    letter-spacing: -0.03em;
    text-transform: uppercase;
    color: #FFF;
    margin: 0;
    padding: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.hero-stat__description {
    font-family: "Inter", sans-serif;
    font-weight: 600;
    font-size: 1.042vw;
    line-height: 1.4;
    letter-spacing: -0.04em;
    color: #FFF;
    margin: 0;
    padding: 0;
    opacity: 0.9;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.hero-stats-slider,
.hero-stats-slides {
    display: none;
}

.hero-stats-slides {
    display: flex;
    transition: transform 0.4s ease-in-out;
    width: 100%;
    height: auto;
    flex-wrap: nowrap;
}

.hero-stat-slide {
    flex: 0 0 100%;
    display: flex;
    justify-content: center;
}

.hero-stats-dots {
    display: flex;
    justify-content: center;
    gap: 0.417vw;
    margin-top: 2.5vw;
}

.hero-stats-dot {
    width: 0.417vw;
    height: 0.417vw;
    border-radius: 50%;
    background-color: transparent;
    border: 1px solid rgba(255, 255, 255, 0.5);
    position: relative;
    overflow: hidden;
    cursor: pointer;
}

.hero-stats-dot-fill {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 0;
    background-color: #FFF;
    border-radius: 4px;
}

.hero-stats-dot.active {
    width: 1.615vw;
    height: 0.417vw;
    border-radius: 4px;
    border: 1px solid rgba(255, 255, 255, 0.5);
    background-color: transparent;
}

.hero-stats-dot.active .hero-stats-dot-fill {
    display: block;
}

.tag {
    display: inline-block;
    background-color: #1E8F7F;
    color: #FFF;
    font-family: "Inter", sans-serif;
    font-weight: 700;
    font-size: 0.833vw;
    line-height: 0.98;
    letter-spacing: -4%;
    text-transform: uppercase;
    padding: 0.104vw 0.208vw;
    border-radius: 4px;
    margin-bottom: 0;
    width: fit-content;
    max-width: max-content;
    min-width: fit-content;
    white-space: nowrap;
}

.hero-content h1 {
    margin: 1.25vw 0 1.667vw;
    color: #2E2E2E;
    font-size: 6.67vw;
}

.hero-content__text p {
    font-family: "Inter", sans-serif;
    font-weight: 600;
    font-size: 1.042vw;
    line-height: 1.4;
    letter-spacing: -0.04em;
    color: #2E2E2E;
    margin: 0 0 1.25vw;
    max-width: 59.375vw;
}

.hero-content__wrapper h1 {
    margin: 1.25vw 0 1.667vw;
    color: #2E2E2E;
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 900;
    font-size: 6.67vw;
    line-height: 0.85;
    letter-spacing: -0.04em;
    text-transform: uppercase;
}

.hero-content__wrapper p {
    font-family: "Inter", sans-serif;
    font-weight: 600;
    font-size: 1.042vw;
    line-height: 1.4;
    letter-spacing: -0.04em;
    color: #2E2E2E;
    margin: 0 0 1.25vw;
    max-width: 59.375vw;
}

.hero-content__wrapper ul {
    list-style: none;
    padding: 0;
    margin: 0 0 3.333vw;
}

.hero-content__wrapper li {
    display: flex;
    align-items: flex-start;
    gap: 0.625vw;
    margin-bottom: 0.833vw;
    position: relative;
    padding-left: 1.875vw;
    font-family: "Inter", sans-serif;
    font-weight: 600;
    font-size: 1.042vw;
    line-height: 1.4;
    letter-spacing: -0.04em;
    color: rgba(46, 46, 46, 0.8);
}

.hero-content__wrapper li:last-child {
    margin-bottom: 0;
}

.hero-content__wrapper li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.104vw;
    width: 1.25vw;
    height: 1.25vw;
    background-image: url('/wp-content/themes/urich-2026/img/icons/green-point.svg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    flex-shrink: 0;
}

.hero-content__buttons {
    display: flex;
    gap: 1.042vw;
    justify-content: flex-start;
}

.btn,
.contact-btn,
.lets-talk-button {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    background: #1E8F7F;
    color: #FFF;
    font-family: "Inter", sans-serif;
    font-weight: 700;
    font-size: 0.833vw;
    line-height: 0.98;
    letter-spacing: -0.04em;
    text-transform: uppercase;
    text-decoration: none;
    border-radius: 12px;
    gap: 0.833vw;
    position: relative;
    overflow: hidden;
    height: 3.229vw;
    padding: 0.417vw 0.417vw 0.417vw 0.833vw;
    transition: background-color 0.3s ease, border-color 0.3s ease, color 0.3s ease;
}

.btn__text,
.contact-btn__text,
.lets-talk-button__text {
    position: relative;
    transition: transform 0.3s ease;
}

.btn__icon,
.contact-btn__icon,
.lets-talk-button__icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 2.396vw;
    height: 2.396vw;
    background: #FFF;
    border-radius: 8px;
    overflow: hidden;
    transition: all 0.3s ease;
}

.btn__icon img,
.contact-btn__icon img,
.lets-talk-button__icon img {
    width: 1.25vw;
    height: 1.25vw;
    display: block;
}

.btn__icon--right,
.contact-btn__icon--right,
.lets-talk-button__icon--right {
    opacity: 1;
    transform: translateX(0);
}

.btn__icon--left,
.contact-btn__icon--left,
.lets-talk-button__icon--left {
    position: absolute;
    left: 0.417vw;
    opacity: 0;
    transform: translateX(-0.417vw);
    width: 0;
    height: 0;
    background: #FFF;
    border-radius: 8px;
}

.btn--secondary {
    background: #FFF;
    color: #2E2E2E;
    border: 1px solid #B4B4B4;
}

.btn--secondary .btn__text {
    position: relative;
}

.btn--secondary .btn__icon,
.btn--secondary .btn__icon--left {
    background: #1E8F7F;
}

.btn--secondary:hover,
.contact-btn--secondary:hover {
    background: #1E8F7F;
    border-color: #1E8F7F;
    color: #FFF;
}

.btn--secondary:hover .btn__icon,
.btn--secondary:hover .btn__icon--left,
.contact-btn--secondary:hover .contact-btn__icon,
.contact-btn--secondary:hover .contact-btn__icon--left {
    background: #FFF;
}

.container .wrapper {
    display: flex;
    gap: 5vw;
    border-top: 1px solid #B4B4B4;
    align-items: flex-start;
}

.services-all-list {
    width: 59.427vw;
}

.services-menu {
    width: 25.573vw;
    position: sticky;
    top: 5vw;
    height: fit-content;
    max-height: calc(100vh - 10vw);
}

.services-wrapper {
    position: relative;
}

.services-menu-sticky-container {
    position: absolute;
    top: 5vw;
    bottom: 0;
    right: 5vw;
    width: 25.573vw;
    z-index: 10;
}

.services-item {
    padding-top: 5vw;
    padding-bottom: 5vw;
    border-bottom: 1px solid #B4B4B4;
}

.services-item.what_we_do {
    padding-bottom: 0;
}

.services-item:last-child, .lets-talk-item {
    border-bottom: none !important;
    padding-bottom: 0 !important;
}

.lets-talk-item {
    padding-top: 0!important;
}

.services-item:has(+ .lets-talk-item) {
    border-bottom: none !important;
}

h2 {
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 900;
    font-style: normal;
    font-size: 3.333vw;
    line-height: 85%;
    letter-spacing: -0.04em;
    text-transform: uppercase;
    color: #2E2E2E;
    margin: 1.25vw 0 1.667vw;
}

.pain-points-subtitle {
    font-family: "Inter", sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 1.042vw;
    line-height: 1.4;
    letter-spacing: -0.04em;
    color: #2E2E2E;
    margin: 0 0 2.5vw;
    max-width: 59.375vw;
}

.full-width-menu-block {
    width: 100%;
    height: 23.646vw;
    border: 1px solid #B4B4B4;
    border-radius: 16px;
    padding: 1.667vw 0.677vw 1.667vw 1.667vw;
    box-sizing: border-box;
    position: relative;
    overflow: hidden;
}

.menu-items-wrapper {
    height: 100%;
    overflow-y: auto;
    padding-right: 0.677vw;
    box-sizing: border-box;
    scroll-behavior: smooth;
}

.menu-items-wrapper::-webkit-scrollbar {
    width: 0.313vw;
}

.menu-items-wrapper::-webkit-scrollbar-track {
    background: transparent;
    border-radius: 12px;
}

.menu-items-wrapper::-webkit-scrollbar-thumb {
    background-color: #B4B4B4;
    border-radius: 0.313vw;
    border: 1px solid #B4B4B4;
}

.services-menu-item {
    width: 100%;
    height: 3.229vw;
    border-radius: 12px;
    background-color: transparent;
    color: #2E2E2E;
    font-family: 'Inter', sans-serif;
    font-weight: 700;
    font-size: 0.833vw;
    line-height: 98%;
    letter-spacing: -4%;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    padding-left: 0.833vw;
    box-sizing: border-box;
    margin-bottom: 0.833vw;
    cursor: pointer;
}

.services-menu-item:last-child {
    margin-bottom: 0;
}

.services-menu-item.active {
    background-color: #D2E9E5;
    color: #1E8F7F;
}

.services-button {
    display: block;
    width: 100%;
    height: 3.229vw;
    background: #1E8F7F;
    color: #FFF;
    font-family: "Inter", sans-serif;
    font-weight: 700;
    font-size: 0.833vw;
    line-height: 0.98;
    letter-spacing: -0.04em;
    text-transform: uppercase;
    text-decoration: none;
    border-radius: 12px;
    position: relative;
    overflow: hidden;
    margin-top: 1.25vw;
    transition: background-color 0.3s ease;
}

.services-button__text {
    position: absolute;
    top: 50%;
    left: 0.833vw;
    transform: translateY(-50%);
    white-space: nowrap;
    z-index: 2;
    transition: all 0.3s ease;
}

.services-button__icon {
    position: absolute;
    top: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 2.396vw;
    height: 2.396vw;
    background: #FFF;
    border-radius: 8px;
    transform: translateY(-50%);
    z-index: 1;
    transition: all 0.3s ease;
}

.services-button__icon img {
    width: 1.25vw;
    height: 1.25vw;
    display: block;
}

.services-button__icon--right {
    right: 0.417vw;
    opacity: 1;
}

.services-button__icon--left {
    left: 0.417vw;
    opacity: 0;
    width: 0;
    height: 0;
    background: #FFF;
    border-radius: 8px;
}

.services-button:hover {
    background-color: #2E2E2E;
}

.services-button:hover .services-button__text {
    left: 50%;
    transform: translate(-50%, -50%);
}

.services-button:hover .services-button__icon--right {
    width: 0;
    height: 0;
    opacity: 0;
}

.services-button:hover .services-button__icon--left {
    width: 2.396vw;
    height: 2.396vw;
    opacity: 1;
}

.pain-points-columns {
    display: flex;
    gap: 3.333vw;
}

.pain-points-columns ul {
    list-style: none;
    padding: 0;
    margin: 0;
    flex: 1;
}

.pain-points-columns li {
    display: flex;
    align-items: flex-start;
    gap: 0.625vw;
    margin-bottom: 1.667vw;
    font-family: "Inter", sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 1.042vw;
    line-height: 1.4;
    letter-spacing: -0.04em;
    color: rgba(46, 46, 46, 0.8);
    position: relative;
    padding-left: 1.875vw;
}

.pain-points-columns li p {
    opacity: 80%;
}

.pain-points-columns li:last-child {
    margin-bottom: 0;
}

.pain-points-columns li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 2px;
    width: 1.25vw;
    height: 1.25vw;
    background-image: url('../img/icons/green-point.svg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    flex-shrink: 0;
    opacity: 1;
}


.pain-points-columns > div > p {
    margin-bottom: 1.667vw;
}

.pain-points-columns > p {
    margin-bottom: 1.667vw;
}

.pain-points-text {
    margin-top: 5vw;
}

@media (max-width: 1024px) {
    .pain-points-text {
        margin-top: 64px;
    }
}

@media (max-width: 767px) {
    .pain-points-text {
        margin-top: 18px;
    }
}

.value-cards-grid {
    display: flex;
    flex-direction: column;
    gap: 1.67vw;
}

.value-card-row {
    display: flex;
    justify-content: space-between;
    gap: 1.667vw;
}

.value-card-row.no-border {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
}

.value-card {
    padding: 1.67vw;
    display: flex;
    align-items: flex-start;
    flex: 1;
    box-sizing: border-box;
    border-top: 1px solid #B4B4B4;
}

.value-card-row:first-child .value-card {
    border: none;
}

.value-card-icon-block {
    display: block;
    position: relative;
    width: 1.25vw;
    height: 1.25vw;
}

.value-card-icon {
    position: relative;
    width: 0.781vw;
    height: 0.729vw;
    flex-shrink: 0;
    top: 4px;
}

.value-card-text {
    display: block;
    position: relative;
    padding-left: 1.67vw;
}

.value-card-text h3 {
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 900;
    font-style: normal;
    font-size: 1.46vw;
    line-height: 1;
    letter-spacing: -0.03em;
    text-transform: uppercase;
    color: #2E2E2E;
    margin: 0 0 1.25vw;
}

.value-card-text p {
    font-family: "Inter", sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 1.042vw;
    line-height: 1.4;
    letter-spacing: -0.04em;
    color: #2E2E2E;
    opacity: 0.7;
    margin: 0;
}

.product-accordion {
    margin-top: 2.5vw;
}

.accordion-item {
    border-bottom: 1px solid #B4B4B4;
}

.accordion-item:last-child {
    border-bottom: none;
}

.accordion-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 1.67vw 0;
    background: none;
    border: none;
    cursor: pointer;
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 900;
    font-size: 1.46vw;
    line-height: 1;
    letter-spacing: -3%;
    text-transform: uppercase;
    color: #2E2E2E;
    text-align: left;
    height: 7.0833vw;
}

.accordion-icon {
    width: 0.781vw;
    height: 0.729vw;
    margin: 0 1.91vw;
    flex-shrink: 0;
}

.accordion-title {
    flex-grow: 1;
    text-align: left;
    margin-right: 0.833vw;
}

.accordion-toggle-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 2.396vw;
    height: 2.396vw;
    border: 1px solid #B4B4B4;
    border-radius: 8px;
    flex-shrink: 0;
}

.accordion-toggle-icon {
    width: 1.25vw;
    height: 1.25vw;
    display: block;
}

.accordion-item.is-open .accordion-toggle-wrapper,
.accordion-item[aria-expanded="true"] .accordion-toggle-wrapper {
    background-color: #2E2E2E;
    border-color: #2E2E2E;
}

.accordion-item[aria-expanded="true"] .accordion-toggle-icon {
    filter: brightness(0) invert(1);
}

.accordion-content {
    height: 0;
    overflow: hidden;
    transition: height 0.4s ease;
}

.accordion-content ul {
    list-style: none;
    padding: 1.25vw 0 1.25vw 2.5vw;
    margin: 0;
}

.accordion-content li {
    display: flex;
    align-items: flex-start;
    gap: 0.625vw;
    margin-bottom: 0.833vw;
    font-family: "Inter", sans-serif;
    font-weight: 600;
    font-size: 1.042vw;
    line-height: 1.4;
    letter-spacing: -4%;
    color: rgba(46, 46, 46, 0.6);
    position: relative;
    padding-left: 1.875vw;
}

.accordion-content li:last-child {
    margin-bottom: 0;
}

.accordion-content li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 1.25vw;
    height: 1.25vw;
    background-image: url('/wp-content/themes/urich-2026/img/icons/green-point.svg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    flex-shrink: 0;
    opacity: 1;
}

.accordion-content > p {
    padding: 0 0 0 4.7vw;
    margin-bottom: 1.25vw;
}

.accordion-content > h3 {
    padding: 0 0 0 2.5vw;
}

.accordion-content-text {
    font-family: "Inter", sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 1.042vw;
    line-height: 140%;
    letter-spacing: -0.04em;
    color: #2E2E2E;
    opacity: 0.7;
    max-width: 29.167vw;
    padding: 0 0 1.25vw 2.5vw;
    margin: 0;
}

.tools-list-pc {
    font-family: "Roboto Condensed", sans-serif;
    color: #2E2E2E;
    margin-top: 1.667vw;
}

.tools-section {
    display: flex;
    gap: 1.25vw;
    padding: 1.667vw;
    border-bottom: 1px solid #E0E0E0;
}

.tools-section:last-child {
    border-bottom: none;
}

.section-header {
    display: flex;
    align-items: flex-start;
    gap: 1.927vw;
    width: 27.396vw;
    min-width: 27.396vw;
}

.section-header .star-icon {
    width: 0.781vw;
    height: 0.729vw;
    flex-shrink: 0;
    margin-top: 0.208vw;
}

.section-header h3 {
    margin: 0;
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 900;
    font-style: normal;
    font-size: 1.46vw;
    line-height: 100%;
    letter-spacing: -3%;
    text-transform: uppercase;
    color: #2E2E2E;
}

.tools-items {
    list-style: none;
    padding: 0;
    margin: 0;
    width: 27.396vw;
    min-width: 27.396vw;
}

.tools-items li {
    display: flex;
    align-items: flex-start;
    gap: 0.625vw;
    margin-bottom: 0.833vw;
    font-family: "Inter", sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 1.042vw;
    line-height: 140%;
    letter-spacing: -4%;
    color: #2E2E2E;
}

.tools-items li:last-child {
    margin-bottom: 0;
}

.tools-items .check-icon {
    width: 1.25vw;
    height: 1.25vw;
    flex-shrink: 0;
    margin-top: 0.208vw;
    opacity: 1;
}

.tools-items .tool-text {
    opacity: 0.8;
}

.process-section {
    height: 33.292vw;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    box-sizing: border-box;
    position: relative;
    overflow: visible;
    margin-bottom: 4.17vw;
}

.process-scroll-container {
    display: flex;
    align-items: center;
    width: 100%;
    max-width: 100%;
    overflow-x: auto;
    overflow-y: visible;
    -webkit-overflow-scrolling: touch;
    min-height: 100%;
    box-sizing: border-box;
    position: relative;
    z-index: 1;
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.process-scroll-container::-webkit-scrollbar {
    display: none;
}

.process {
    display: flex;
    gap: 0.052vw;
    align-items: flex-start;
    flex-wrap: nowrap;
    min-width: max-content;
    position: relative;
}

.process-item {
    width: 12.813vw;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    flex-shrink: 0;
}

.process-text {
    width: 12.813vw;
    position: absolute;
    left: 0;
    border-left: 1px solid rgba(46, 46, 46, 0.5);
    height: 14.98vw;
}

.process-text.top {
    bottom: 100%;
    padding-bottom: 0.938vw;
    padding-left: 1.667vw;
}

.process-text.top h3 {
    margin-top: 0;
    margin-bottom: 0.83vw;
    font-size: 1.46vw;
}

.process-text.bottom {
    top: 100%;
    padding-top: 0.938vw;
    padding-left: 1.667vw;
}

.process-text h4 {
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 900;
    font-size: 1.458vw;
    line-height: 100%;
    letter-spacing: -3%;
    text-transform: uppercase;
    color: #2E2E2E;
    margin: 0 0 0.833vw;
    max-width: 9.479vw;
}

.process-text p {
    font-family: "Inter", sans-serif;
    font-weight: 600;
    font-size: 1.042vw;
    line-height: 140%;
    letter-spacing: -4%;
    color: rgba(46, 46, 46, 0.7);
    margin: 0;
    max-width: 9.479vw;
}

.process-box {
    width: 12.813vw;
    height: 1.667vw;
    display: flex;
    align-items: center;
    padding-left: 1.667vw;
    font-family: "Inter", sans-serif;
    font-weight: 700;
    font-size: 0.833vw;
    line-height: 98%;
    letter-spacing: -5%;
    text-transform: uppercase;
    color: #fff;
    z-index: 1;
}

.process-box.bottom-radius {
    border-radius: 0 0 8px 8px;
}

.process-box.top-radius {
    border-radius: 8px 8px 0 0;
}

.c1 { background: #BCDED9; }
.c2 { background: #A5D2CC; }
.c3 { background: #8EC6BE; }
.c4 { background: #78BCB2; }
.c5 { background: #62B1A6; }
.c6 { background: #4CA59A; }
.c7 { background: #36998F; }
.c8 { background: #208D84; }

.custom-scrollbar-container {
    position: absolute;
    bottom: -4.17vw;
    left: 0;
    width: 7.656vw;
    height: 0.417vw;
    z-index: 3;
}

.custom-scrollbar-track {
    position: relative;
    width: 100%;
    height: 100%;
    background: transparent;
    border: 1px solid rgba(46, 46, 46, 0.5);
    border-radius: 4px;
    overflow: hidden;
}

.custom-scrollbar-thumb {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    min-width: 1.042vw;
    background-color: #1E8F7F;
    border: 1px solid #1E8F7F;
    border-radius: 4px;
}

.process-gradient-right {
    position: absolute;
    top: 0;
    right: 0;
    width: 3.542vw;
    height: 100%;
    background: linear-gradient(to left, #ffffff 60%, transparent 100%);
    pointer-events: none;
    z-index: 2;
    opacity: 1;
}

.point-items {
    margin: 0.417vw 0 0;
}

.point-item li {
    margin-bottom: 0.833vw;
}

.case-image {
    display: block;
    width: 100%;
}

.case-image img {
    display: block;
    width: 100%;
    height: auto;
    object-fit: cover;
}

.urich-section-title {
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 900;
    font-style: normal;
    font-size: 1.458vw;
    line-height: 100%;
    letter-spacing: -3%;
    text-transform: uppercase;
    color: #2E2E2E;
    margin-top: 1.667vw;
    margin-bottom: 0;
}

.urich-section-text {
    font-family: "Inter", sans-serif;
    font-weight: 600;
    font-size: 1.042vw;
    line-height: 140%;
    letter-spacing: -4%;
    color: #2E2E2E;
    opacity: 0.8;
    margin: 0.833vw 0 0 0;
}

.urich-project-summary ul {
    list-style: none;
    padding: 0;
    margin: 1.667vw 0;
}

.urich-project-summary ul li {
    position: relative;
    padding-left: 1.875vw;
    margin-bottom: 0.833vw;
    font-family: "Inter", sans-serif;
    font-weight: 600;
    font-size: 1.042vw;
    line-height: 140%;
    letter-spacing: -4%;
    color: rgba(46, 46, 46, 0.8);
}

.urich-project-summary ul li:last-child {
    margin-bottom: 0;
}

.urich-project-summary ul li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.104vw;
    width: 1.25vw;
    height: 1.25vw;
    background-image: url("/wp-content/themes/urich-2026/img/icons/green-point.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    flex-shrink: 0;
}

.lets-talk-section,
.lets-talk-content,
.contact-us-button,
.lets-talk-title,
.lets-talk-description {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.lets-talk-section {
    position: relative;
    width: 100%;
    min-height: 30vw;
    background-color: #FFFFFF;
    background-image: url('../img/hero-container-green.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 2.5vw;
    border-radius: 16px;
    overflow: hidden;
}

.lets-talk-image img {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: auto;
    max-width: 50%;
    object-fit: contain;
    object-position: bottom right;
    z-index: 1;
    pointer-events: none;
}

.lets-talk-content {
    position: relative;
    z-index: 2;
    max-width: 31.25vw;
}

.lets-talk-button-wrapper {
    z-index: 2;
}

.contact-us-button {
    font-family: "Inter", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 0.833vw;
    line-height: 98%;
    letter-spacing: -0.04em;
    text-transform: uppercase;
    color: #1E8F7F;
    background-color: #FFFFFF;
    padding: 0.104vw 0.208vw;
    display: inline-block;
    border-radius: 4px;
}

.lets-talk-title {
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 900;
    font-style: normal;
    font-size: 6.667vw;
    line-height: 85%;
    letter-spacing: -0.04em;
    text-transform: uppercase;
    color: #FFFFFF;
    margin-top: 1.25vw;
    margin-bottom: 0;
}

.lets-talk-description {
    font-family: "Inter", sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 1.042vw;
    line-height: 140%;
    letter-spacing: -0.04em;
    color: #FFFFFF;
    opacity: 0.7;
    margin-top: 1.667vw;
    max-width: 26.927vw;
}

.lets-talk-button-wrapper {
    display: block;
    position: absolute;
    bottom: 2.5vw;
}

.lets-talk-button {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: 9.844vw;
    height: 3.229vw;
    background: #FFF;
    color: #2E2E2E;
    font-family: "Inter", sans-serif;
    font-weight: 700;
    font-size: 0.833vw;
    line-height: 0.98;
    letter-spacing: -0.04em;
    text-transform: uppercase;
    text-decoration: none;
    border-radius: 12px;
    gap: 0.833vw;
    position: relative;
    overflow: hidden;
    padding: 0.417vw 0.417vw 0.417vw 0.833vw;
}

.lets-talk-button__icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 2.396vw;
    height: 2.396vw;
    background: #1E8F7F;
    border-radius: 8px;
    overflow: hidden;
    transition: all 0.3s ease;
}

.lets-talk-button__icon img {
    width: 1.25vw;
    height: 1.25vw;
    display: block;
}

.lets-talk-button__icon--right {
    opacity: 1;
    transform: translateX(0);
}

.lets-talk-button__icon--left {
    position: absolute;
    left: 0.417vw;
    opacity: 0;
    transform: translateX(-0.417vw);
    width: 0;
    height: 0;
    background: #1E8F7F;
    border-radius: 8px;
}

.contact-us {
    position: relative;
    width: 100%;
    padding-top: 5vw;
}

.contact-us__wrapper {
    position: relative;
    min-height: 27.188vw;
    border-radius: 16px;
    overflow: hidden;
    padding: 2.5vw;
    margin-bottom: 5vw;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    color: #FFFFFF;
    background: url("../img/contact-us-services-pc.webp") center / cover no-repeat;
    z-index: 10;
}

.contact-us__tag {
    font-family: "Inter", sans-serif;
    font-weight: 700;
    font-size: 0.833vw;
    line-height: 1.1;
    letter-spacing: -0.04em;
    text-transform: uppercase;
    color: #FFFFFF;
    background: #1E8F7F;
    padding: 0.104vw 0.208vw;
    border-radius: 4px;
    margin-bottom: 1.25vw;
    display: inline-block;
}

.contact-us__title {
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 900;
    font-size: 3.333vw;
    line-height: 1;
    letter-spacing: -0.04em;
    text-transform: uppercase;
    margin: 0 0 1.667vw;
    color: #FFFFFF;
    max-width: max-content;
}

.contact-us__avatar-text {
    display: flex;
    align-items: center;
    gap: 0.833vw;
    margin: 0 0 3.333vw;
}

.contact-us__avatar {
    width: 5vw;
    height: 5vw;
    border-radius: 8px;
    object-fit: cover;
    flex-shrink: 0;
}

.contact-us__text {
    font-family: "Inter", sans-serif;
    font-weight: 600;
    font-size: 1.042vw;
    line-height: 1.4;
    letter-spacing: -0.04em;
    margin: 0;
    color: #FFFFFF;
    opacity: 0.7;
}

.contact-us__buttons {
    display: flex;
    gap: 1.042vw;
    justify-content: flex-start;
    align-items: end;
}

.contact-btn--primary {
    max-width: 14.323vw;
    width: 100%;
}

.contact-btn--secondary {
    background: #FFF;
    color: #2E2E2E;
    max-width: 10.833vw;
    width: 100%;
}

.contact-btn--secondary .contact-btn__icon,
.contact-btn--secondary .contact-btn__icon--left {
    background: #1E8F7F;
}

/* ========================================
   MEDIA QUERIES - без hover/active ефектів
   ======================================== */

@media (max-width: 1024px) {
    .hero-book-call {
        display: block;
        margin-top: 32px;
        width: 100%;
        position: absolute;
        bottom: 240px;
        left: 0;
        right: 0;
        box-sizing: border-box;
    }

    .hero-book-call .header-button {
        width: 100%;
        justify-content: space-between;
        padding: 8px 24px;
    }

    .hero-stats {
        display: none !important;
    }

    .hero-stats-slider {
        display: block !important;
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        margin-top: 0;
        padding: 0;
        box-sizing: border-box;
        width: 100%;
        overflow: hidden;
    }

    .hero-content {
        margin: 52px 0 37px;
    }

    .hero-content h1 {
        font-size: 64px;
        line-height: 1.1;
        margin: 24px 0;
    }

    .hero-content__text p {
        font-size: 16px;
        line-height: 1.5;
        margin: 0 0 24px;
        max-width: none;
    }

    .hero-content__wrapper h1 {
        font-size: 64px;
        line-height: 1.1;
        margin: 24px 0;
    }

    .hero-content__wrapper p {
        font-size: 16px;
        line-height: 1.5;
        margin: 0 0 24px;
        max-width: none;
    }

    .hero-content__wrapper ul {
        margin: 0 0 64px;
    }

    .hero-content__wrapper li {
        gap: 0;
        margin-bottom: 17px;
        padding-left: 36px;
        font-size: 16px;
        line-height: 1.5;
    }

    .hero-content__wrapper li:last-child {
        margin-bottom: 0;
    }

    .hero-content__wrapper li::before {
        top: 2px;
        width: 20px;
        height: 20px;
    }

    .hero-content__buttons {
        gap: 16px;
    }

    .workflow .tag {
        display: block;
        margin: 0 auto;
    }

    .btn {
        font-size: 16px;
        height: 62px;
        padding: 8px 8px 8px 16px;
        gap: 16px;
    }

    .btn__icon {
        width: 46px;
        height: 46px;
    }

    .btn__icon img {
        width: 24px;
        height: 24px;
    }

    .btn__icon--left {
        left: 8px;
        transform: translateX(-8px);
    }

    .btn--primary {
        width: 100%;
        max-width: 395px;
    }

    .btn--secondary {
        width: 100%;
        max-width: 296px;
    }

    .btn--secondary .btn__text {
        left: -10px;
    }

    .hero {
        padding: 0;
    }

    .container .wrapper {
        gap: 96px;
    }

    .services-all-list {
        width: 100%;
    }

    .services-menu {
        display: none;
        width: 491px;
    }

    .services-wrapper {
        position: relative;
    }

    .services-menu-sticky-container {
        display: none;
        position: absolute;
        top: 96px;
        bottom: 0;
        right: 96px;
        width: 491px;
        z-index: 10;
    }

    .services-menu {
        position: sticky;
        top: 96px;
        height: fit-content;
        max-height: calc(100vh - 192px);
    }

    .services-item {
        padding-top: 64px;
        padding-bottom: 64px;
    }

    .services-item.what_we_do {
        padding-bottom: 0;
    }

    h2 {
        font-size: 36px;
        line-height: 85%;
        letter-spacing: -0.03em;
        margin: 24px 0 17px;
    }

    .workflow h2 {
        text-align: center;
    }

    .pain-points-subtitle {
        font-size: 16px;
        margin: 0;
        max-width: 1140px;
    }

    .full-width-menu-block {
        width: 100%;
        height: 454px;
        padding: 32px 13px 32px 32px;
    }

    .menu-items-wrapper {
        padding-right: 13px;
    }

    .menu-items-wrapper::-webkit-scrollbar {
        width: 6px;
    }

    .menu-items-wrapper::-webkit-scrollbar-thumb {
        border-radius: 6px;
    }

    .services-menu-item {
        height: 62px;
        font-size: 16px;
        padding-left: 16px;
        margin-bottom: 16px;
    }

    .services-menu-item:last-child {
        margin-bottom: 0;
    }

    .services-button {
        height: 62px;
        font-size: 16px;
        margin-top: 24px;
    }

    .services-button__text {
        left: 16px;
    }

    .services-button__icon {
        width: 46px;
        height: 46px;
    }

    .services-button__icon img {
        width: 24px;
        height: 24px;
    }

    .services-button__icon--right {
        right: 8px;
    }

    .services-button__icon--left {
        left: 8px;
    }

    .pain-points-columns {
        display: none !important;
    }

    .pain-points-slider {
        display: block !important;
        width: 100%;
        overflow: hidden;
        padding: 0;
        margin: 48px 0 0 0;
    }

    .pain-points-slides {
        display: flex;
        transition: transform 0.4s ease-in-out;
        width: 100%;
        flex-wrap: nowrap;
        margin: 0;
        padding: 0;
        list-style: none;
    }

    .pain-points-slide {
        flex: 0 0 100%;
        max-width: 100%;
        min-width: 100%;
        margin: 0;
        padding: 0;
    }

    .pain-points-column {
        list-style: none;
        padding: 0;
        margin: 0;
        display: flex;
        flex-direction: column;
        width: 100%;
    }

    .pain-points-slider ul {
        padding: 0;
    }

    .pain-points-slide li {
        position: relative;
        display: block;
        padding-left: 40px;
        margin-bottom: 17px;
        font-size: 16px;
        font-weight: 600;
        color: rgba(46, 46, 46, 0.8);
        letter-spacing: -0.04em;
        line-height: 1.4;
        list-style-type: none;
    }

    .pain-points-slide li p {
        font-size: 16px;
        opacity: 80%;
    }

    .pain-points-slide li:last-child {
        margin-bottom: 0;
    }

    .pain-points-slide li::before {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        margin-top: 2px;
        width: 24px;
        height: 24px;
        background-image: url('../img/icons/green-point.svg');
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
        flex-shrink: 0;
    }

    .pain-points-dots {
        display: flex;
        justify-content: center;
        padding: 0;
        margin: 32px 0 0 0;
    }

    .pain-points-dot {
        width: 8px;
        height: 8px;
        border-radius: 50%;
        background-color: transparent;
        border: 1px solid rgba(46, 46, 46, 0.5);
        position: relative;
        overflow: hidden;
        cursor: pointer;
        flex-shrink: 0;
    }

    .pain-points-dot-fill {
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 0;
        background-color: #1E8F7F;
        border-radius: 4px;
    }

    .pain-points-dot.active {
        width: 31px;
        height: 8px;
        border-radius: 4px;
        border: 1px solid #1E8F7F;
        background-color: transparent;
    }

    .pain-points-dot.active .pain-points-dot-fill {
        width: 100%;
    }

    .value-cards-grid {
        display: none !important;
    }

    .value-cards-slider {
        display: block !important;
        width: 100%;
        overflow: hidden;
        padding: 0;
        margin-top: 32px;
    }

    .value-cards-slides {
        display: flex;
        transition: transform 0.4s ease-in-out;
        width: 100%;
        flex-wrap: nowrap;
        list-style: none;
        margin: 0;
        padding: 0;
    }

    .value-cards-slide {
        flex: 0 0 100%;
        max-width: 100%;
        min-width: 100%;
        padding: 0;
        margin: 0;
    }

    .value-card {
        padding: 32px 0;
        border-top: none;
        gap: 16px;
        align-items: flex-start;
        box-sizing: border-box;
        width: 100%;
        background: transparent;
        position: relative;
    }

    .value-card:not(:last-child) {
        position: relative;
    }

    .value-card:not(:last-child)::after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        height: 1px;
        background-color: #B4B4B4;
    }

    .value-card.value-card--empty::after {
        display: none;
    }

    .value-card-text h3 {
        font-size: 24px;
        margin: 0 0 16px;
    }

    .value-card-text p {
        font-size: 16px;
        margin: 0;
    }

    .value-cards-dots {
        display: flex;
        justify-content: center;
        margin-top: 32px;
        padding: 0;
    }

    .value-cards-dot {
        width: 8px;
        height: 8px;
        border-radius: 50%;
        background-color: transparent;
        border: 1px solid rgba(46, 46, 46, 0.5);
        position: relative;
        overflow: hidden;
        cursor: pointer;
        flex-shrink: 0;
    }

    .value-cards-dot-fill {
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 0;
        background-color: #1E8F7F;
        border-radius: 4px;
    }

    .value-cards-dot.active {
        width: 31px;
        height: 8px;
        border-radius: 4px;
        border: 1px solid #1E8F7F;
        background-color: transparent;
    }

    .value-cards-dot.active .value-cards-dot-fill {
        width: 100%;
    }

    .value-card-row {
        flex-direction: column;
        gap: 32px;
    }

    .product-accordion {
        margin-top: 0;
    }

    .accordion-header {
        font-size: 24px;
        padding: 33px 0;
        height: auto;
    }

    .accordion-item {
        border-bottom: 1px solid #B4B4B4;
    }

    .accordion-item:last-child {
        border-bottom: none;
    }

    .accordion-icon {
        width: 15px;
        height: 14px;
        margin-right: 37px;
        flex-shrink: 0;
    }

    .accordion-title {
        flex-grow: 1;
        text-align: left;
        margin-right: 16px;
    }

    .accordion-toggle-wrapper {
        width: 46px;
        height: 46px;
        border: 1px solid #B4B4B4;
        border-radius: 8px;
        flex-shrink: 0;
    }

    .accordion-toggle-icon {
        width: 24px;
        height: 24px;
        display: block;
    }

    .accordion-item[aria-expanded="true"] .accordion-toggle-wrapper {
        background-color: #2E2E2E;
        border-color: #2E2E2E;
    }

    .accordion-item[aria-expanded="true"] .accordion-toggle-icon {
        filter: brightness(0) invert(1);
    }

    .accordion-content {
        height: 0;
        overflow: hidden;
        transition: height 0.4s ease;
    }

    .accordion-content ul {
        padding: 24px 0 24px 48px;
        margin: 0;
    }

    .accordion-content li {
        gap: 12px;
        margin-bottom: 16px;
        font-size: 20px;
        padding-left: 36px;
    }

    .accordion-content li:last-child {
        margin-bottom: 0;
    }

    .accordion-content li::before {
        top: 0;
        width: 24px;
        height: 24px;
    }

    .accordion-content > p {
        padding: 0 0 0 68px;
        margin-bottom: 24px;
    }

    .accordion-content > h3 {
        padding: 0 0 0 48px;
    }

    .accordion-content-text {
        font-size: 20px;
        max-width: 560px;
        padding: 0 0 24px 48px;
        margin: 0;
    }

    .tools-list-pc {
        margin-top: 32px;
    }

    .tools-section {
        gap: 24px;
        padding: 32px 0;
    }

    .tools-section:last-child {
        border-bottom: none;
    }

    .section-header {
        gap: 20px;
        width: 100%;
        min-width: auto;
        flex-direction: row;
    }

    .section-header .star-icon {
        width: 14px;
        height: 13px;
        flex-shrink: 0;
        margin-top: 3px;
    }

    .section-header h3 {
        font-size: 24px;
        letter-spacing: -2%;
    }

    .tools-items {
        width: 100%;
        min-width: auto;
    }

    .tools-items li {
        font-size: 16px;
        letter-spacing: -3%;
        gap: 8px;
        margin-bottom: 17px;
    }

    .tools-items .check-icon {
        width: 20px;
        height: 20px;
        margin-top: 3px;
    }

    .process-section {
        height: 520px;
    }

    .process-item {
        width: 235px;
    }

    .process-text {
        width: 235px;
        padding-left: 24px;
        border-left: 1px solid rgba(46, 46, 46, 0.5);
        height: 200px;
    }

    .process-text h4 {
        font-size: 24px;
        max-width: 170px;
    }

    .process-text p {
        font-size: 16px;
        line-height: 140%;
        letter-spacing: -4%;
        max-width: 170px;
    }

    .process-box {
        width: 235px;
        padding-left: 24px;
        font-size: 14px;
        height: 32px;
    }

    .process-text.top,
    .process-text.bottom {
        height: 200px;
        padding-left: 24px;
    }

    .custom-scrollbar-container {
        position: absolute;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
        width: 147px;
        height: 8px;
        z-index: 3;
    }

    .process-desktop {
        display: none !important;
    }

    .workflow-slider {
        display: block !important;
        width: 100%;
        overflow: hidden;
        padding: 0;
        margin-top: 48px;
    }

    .workflow-slides {
        display: flex;
        transition: transform 0.4s ease-in-out;
        width: 100%;
        flex-wrap: nowrap;
        padding-bottom: 48px;
    }

    .workflow-slide-item {
        display: flex;
        flex-direction: column;
        padding: 0 32px 0px 32px;
        min-height: 200px;
        position: relative;
        justify-content: space-between;
        box-sizing: border-box;
        border-left: 1px solid #B4B4B4;
    }

    .workflow-slide-content {
        flex-grow: 1;
        display: flex;
        flex-direction: column;
        gap: 24px;
        margin-bottom: 24px;
    }

    .workflow-slide-heading {
        font-size: 24px;
        margin: 0;
        padding: 0;
    }

    .workflow-slide-description {
        font-size: 16px;
        margin: 0;
        padding: 0;
    }

    .workflow-slide-description ul {
        list-style: none;
        padding: 0;
        margin: 0;
    }

    .workflow-slide-description li {
        position: relative;
        padding-left: 36px;
        margin-bottom: 16px;
    }

    .workflow-slide-description li:last-child {
        margin-bottom: 0;
    }

    .workflow-slide-description li::before {
        top: 2px;
        width: 24px;
        height: 24px;
    }

    .workflow-slide-number {
        font-size: 16px;
        padding: 8px 0 8px 32px;
        border-radius: 0px 8px 0px 8px;
        text-align: left;
        align-self: stretch;
        margin: 0 -32px -32px;
        color: #FFFFFF;
        font-weight: 700;
        line-height: 98%;
        letter-spacing: -5%;
    }

    .workflow-dots {
        display: flex;
        justify-content: center;
        margin-top: 32px;
        padding: 0;
    }

    .workflow-dot {
        width: 8px;
        height: 8px;
        border-radius: 50%;
        background-color: transparent;
        border: 1px solid rgba(46, 46, 46, 0.5);
        position: relative;
        overflow: hidden;
        cursor: pointer;
        flex-shrink: 0;
    }

    .workflow-dot-fill {
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 0;
        background-color: #1E8F7F;
        border-radius: 4px;
    }

    .workflow-dot.active {
        width: 31px;
        height: 8px;
        border-radius: 4px;
        border: 1px solid #1E8F7F;
        background-color: transparent;
    }

    .workflow-dot.active .workflow-dot-fill {
        width: 100%;
    }

    .point-items {
        margin: 8px 0 0;
    }

    .point-item li {
        margin-bottom: 16px;
    }

    .case-image {
        display: block;
        width: 100%;
    }

    .case-image img {
        display: block;
        width: 100%;
        height: auto;
        object-fit: cover;
    }

    .urich-section-title {
        font-size: 24px;
        margin-top: 32px;
        margin-bottom: 0;
    }

    .urich-section-text {
        font-size: 16px;
        margin: 16px 0 0 0;
    }

    .urich-project-summary ul {
        padding: 0;
        margin: 32px  0;
    }

    .urich-project-summary ul li {
        padding-left: 36px;
        margin-bottom: 17px;
        font-size: 16px;
    }

    .urich-project-summary ul:last-child {
        margin-bottom: 0;
    }

    .urich-project-summary ul li:last-child {
        margin-bottom: 0;
    }

    .urich-project-summary ul li::before {
        top: 2px;
        width: 24px;
        height: 24px;
    }

    .urich-check-text {
        font-size: 16px;
    }

    .urich-checklist {
        margin: 16px 0 0;
    }

    .lets-talk-section {
        position: relative;
        width: 100%;
        min-height: 642px;
        background-color: #FFFFFF;
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        padding: 32px;
        border-radius: 16px;
        background-image: url('../img/hero-container-green.png');
    }

    .lets-talk-image img {
        max-width: 100%;
    }

    .lets-talk-content {
        max-width: 600px;
    }

    .contact-us-button {
        font-size: 16px;
        padding: 2px 4px;
    }

    .lets-talk-title {
        font-size: 64px;
        margin-top: 24px;
        margin-bottom: 0;
    }

    .lets-talk-description {
        font-size: 16px;
        margin-top: 24px;
        max-width: 280px;
    }

    .lets-talk-button-wrapper {
        display: block;
        position: absolute;
        bottom: 32px;
        left: 0;
        right: 0;
        width: 100%;
        padding: 0 32px;
        box-sizing: border-box;
    }

    .lets-talk-button {
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 100%;
        max-width: 100%;
        height: 62px;
        font-size: 16px;
        gap: 16px;
        padding: 8px 8px 8px 16px;
    }

    .lets-talk-button__icon {
        width: 46px;
        height: 46px;
    }

    .lets-talk-button__icon img {
        width: 24px;
        height: 24px;
    }

    .lets-talk-button__icon--left {
        left: 8px;
        transform: translateX(-8px);
    }

    .contact-us {
        position: relative;
        width: 100%;
        padding-top: 64px;
    }

    .btn, .contact-btn, .lets-talk-button {
        font-size: 16px;
    }

    .contact-us__wrapper {
        position: relative;
        min-height: auto;
        border-radius: 16px;
        overflow: hidden;
        padding: 32px;
        margin-bottom: 64px;
        box-sizing: border-box;
        display: flex;
        align-items: center;
        justify-content: flex-start;
        color: #FFFFFF;
        background: url("../img/contact-us-services-tablet.webp") center / cover no-repeat;
        z-index: 10;
    }

    .contact-us__tag {
        font-size: 16px;
        padding: 2px 4px;
        margin-bottom: 26px;
    }

    .contact-us__title {
        font-size: 36px;
        margin: 0 0 32px;
    }

    .contact-us__avatar-text {
        gap: 16px;
        margin: 0 0 64px;
    }

    .contact-us__avatar {
        width: 96px;
        height: 96px;
        border-radius: 8px;
        object-fit: cover;
        flex-shrink: 0;
    }

    .contact-us__text {
        font-size: 16px;
        margin: 0;
        max-width: 100%;
    }

    .contact-us__buttons {
        gap: 20px;
    }

    .contact-btn {
        height: 62px;
        gap: 16px;
        padding: 8px 8px 8px 16px;
    }

    .contact-btn__icon {
        width: 46px;
        height: 46px;
    }

    .contact-btn__icon img {
        width: 24px;
        height: 24px;
    }

    .contact-btn__icon--left {
        left: 8px;
        transform: translateX(-8px);
    }

    .contact-btn--primary {
        max-width: 275px;
        width: 100%;
    }

    .contact-btn--secondary {
        max-width: 208px;
        width: 100%;
    }

    .value-card-icon {
        width: 15px;
        height: 14px;
        margin-left: 4.76px;
    }
}

@media (max-width: 767px) {
    .hero-book-call {
        display: block;
        margin-top: 32px;
        width: 100%;
        position: absolute;
        bottom: 170px;
        left: 0;
        right: 0;
        box-sizing: border-box;
    }

    .hero-book-call .header-button {
        width: 100%;
        justify-content: space-between;
        padding: 8px 24px;
    }

    .hero-stat {
        height: 92px;
        padding: 24px;
        border-radius: 12px;
        gap: 16px;
    }

    .hero-stat__number {
        font-size: 48px;
        line-height: 0.9;
    }

    .hero-stat__title {
        font-size: 18px;
    }

    .hero-stat__description {
        font-size: 14px;
        line-height: 1.3;
        -webkit-line-clamp: 1;
    }

    .hero-stats-dots {
        margin-top: 32px;
    }

    .hero-stats-dot.active {
        width: 28px;
    }

    .hero-content h1 {
        font-size: 48px;
        margin: 18px 0 24px 0;
    }

    .hero-content__text p {
        font-size: 14px;
        margin: 0 0 16px;
    }

    .hero-content__wrapper h1:first-child {
        font-size: 48px;
        margin: 18px 0 24px 0;
        line-height: 85%;
    }

    .hero-content__wrapper p {
        font-size: 14px;
        margin: 0 0 16px;
    }

    .hero-content__wrapper ul {
        margin: 0 0 48px;
    }

    .hero-content__wrapper li {
        margin-bottom: 16px;
        font-size: 14px;
    }

    .hero-content__wrapper li::before {
        width: 20px;
        height: 20px;
    }

    .hero-content__buttons {
        flex-direction: column;
        align-items: stretch;
        gap: 16px;
    }

    .btn {
        width: 100%;
        max-width: 100%;
        justify-content: space-between;
    }

    .btn--primary {
        gap: 0;
    }

    .btn__text {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        flex-grow: 1;
        max-width: 255px;
    }

    .tag {
        font-size: 14px;
    }

    .btn--secondary .btn__text {
        left: 0;
    }

    h2 {
        font-size: 24px;
        line-height: 100%;
        letter-spacing: -0.02em;
        margin: 16px 0 20px;
    }

    .pain-points-subtitle {
        font-size: 14px;
        line-height: 1.4;
        letter-spacing: -0.04em;
        /*margin-bottom: 24px;*/
    }

    .pain-points-slider {
        margin-top: 16px;
    }

    .pain-points-dots {
        margin-top: 24px;
    }

    .pain-points-dot.active {
        width: 28px;
    }

    .value-card-text h3 {
        font-size: 18px;
    }

    .value-card-text p {
        font-size: 14px;
        line-height: 1.4;
    }

    .value-cards-dots {
        margin-top: 24px;
    }

    .value-cards-dot.active {
        width: 28px;
    }

    .accordion-header {
        font-size: 18px;
        padding: 24px 0;
    }

    .accordion-content-text {
        font-size: 14px;
    }

    .accordion-content li {
        font-size: 14px;
    }

    .tools-list-pc {
        margin-top: 20px;
    }

    .tools-section {
        padding: 24px 0;
    }

    .section-header {
        gap: 12px;
        flex-wrap: wrap;
    }

    .section-header h3 {
        font-size: 18px;
        max-width: 111px;
    }

    .section-header .star-icon {
        width: 12px;
        height: 11px;
        margin-top: 2px;
    }

    .tools-items li {
        font-size: 14px;
        line-height: 150%;
        gap: 6px;
    }

    .tools-items .check-icon {
        width: 18px;
        height: 18px;
        margin-top: 2px;
    }

    .process-item {
        width: 171px;
    }

    .process-box {
        width: 171px;
    }

    .process-text h4 {
        font-size: 18px;
        max-width: 123px;
    }

    .process-text p {
        font-size: 14px;
        max-width: 123px;
    }

    .workflow-slider {
        margin-top: 24px;
    }

    .workflow-slide-item {
        min-height: 160px;
        padding: 0 24px 0 24px;
    }

    .workflow-slide-heading {
        font-size: 20px;
    }

    .workflow-slide-description {
        font-size: 14px;
        line-height: 1.4;
    }

    .workflow-slide-description li {
        padding-left: 28px;
        margin-bottom: 12px;
    }

    .workflow-slide-description li::before {
        width: 20px;
        height: 20px;
        top: 0;
    }

    .workflow-slide-number {
        font-size: 14px;
        margin: 0 -24px -24px;
    }

    .workflow-dots {
        margin-top: 24px;
    }

    .workflow-dot.active {
        width: 28px;
    }

    .case-image img {
        height: 252px;
    }

    .urich-section-title {
        font-size: 18px;
    }

    .urich-section-text {
        font-size: 14px;
    }

    .urich-check-text {
        font-size: 14px;
    }

    .urich-project-summary ul li {
        font-size: 14px;
    }

    .lets-talk-section {
        min-height: 524px;
        background-image: url('../img/hero-container-green.png');
        padding: 24px;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
    }

    .contact-us-button {
        font-size: 14px;
        padding: 2px 4px;
    }

    .lets-talk-image img {
        max-width: 100%;
    }

    .lets-talk-title {
        font-size: 64px;
        line-height: 85%;
    }

    .lets-talk-description {
        font-size: 16px;
        line-height: 140%;
    }

    .lets-talk-button-wrapper {
        bottom: 24px;
        padding: 0 24px;
    }

    .lets-talk-button {
        width: 100%;
        justify-content: space-between;
    }

    .contact-us {
        padding-top: 48px;
    }

    .contact-us__wrapper {
        background-image: url("../img/contact-us-services-mob.webp");
        padding: 24px;
        margin-bottom: 48px;
    }

    .contact-us__tag {
        font-size: 14px;
    }

    .contact-us__title {
        font-size: 24px;
        margin-bottom: 24px;
        max-width: max-content;
    }

    .contact-us__avatar {
        width: 48px;
        height: 48px;
    }

    .contact-us__text {
        font-size: 14px;
    }

    .contact-us__avatar-text {
        margin: 0 0 48px;
    }

    .contact-us__buttons {
        flex-direction: column;
        gap: 13px;
    }

    .contact-btn {
        width: 100%;
        max-width: 100%;
        justify-content: space-between;
    }

    .services-item {
        padding-top: 48px;
        padding-bottom: 48px;
    }

    .services-item.what_we_do {
        padding-bottom: 0;
    }

    .value-card {
        padding: 26px 0;
    }

    .value-card:last-child {
        padding-bottom: 0;
    }
    .accordion-content > p {
        padding: 0 0 0 60px;
        margin-bottom: 24px;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    .hero-book-call {
        display: block;
        margin-top: 32px;
        width: 100%;
        position: absolute;
        bottom: 240px;
        left: 0;
        right: 0;
        box-sizing: border-box;
    }

    .hero-book-call .header-button {
        width: 100%;
        justify-content: space-between;
        padding: 8px 24px;
    }

    .case-image img {
        height: 518px;
    }

    .workflow-slide {
        flex: 0 0 100%;
        max-width: 100%;
        min-width: 100%;
    }

    .workflow-slide-inner {
        display: flex;
        width: 100%;
    }

    .workflow-slide-item {
        flex: 1;
        min-width: 0;
    }
}

.why-urich-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: transparent;
    border: 1px solid rgba(46, 46, 46, 0.5);
    position: relative;
    overflow: hidden;
    cursor: pointer;
    flex-shrink: 0;
}

.why-urich-dot-fill {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 0;
    background-color: #1E8F7F;
    border-radius: 4px;
}

.why-urich-dot.active {
    width: 31px;
    height: 8px;
    border-radius: 4px;
    border: 1px solid #1E8F7F;
    background-color: transparent;
}

.why-urich-dot.active .why-urich-dot-fill {
    width: 100%;
}

@media (max-width: 767px) {
    .workflow-slide {
        flex: 0 0 100% !important;
        max-width: 100% !important;
        padding: 0px 3px;
    }

    .workflow-slide-inner {
        display: block !important;
        width: 100% !important;
    }

    .workflow-slide-item {
        padding: 0 24px !important;
    }
}

.what-we-do__columns {
    display: flex;
    gap: 5.2604vw;
    margin-top: clamp(48px, calc(35.76px + 3.14vw), 96px);
    margin-bottom: clamp(48px, calc(35.76px + 3.14vw), 96px);
    min-width: 0;
}
.what-we-do__col--left {
    flex: 0 1 clamp(320px, calc(286px + 10.6875vw), 491px);
}

.tag {
    font-family: 'Inter', sans-serif;
    font-weight: 700;
    font-size: 0.8333vw;
    letter-spacing: -0.04em;
    text-transform: uppercase;
    color: #ffffff;
    background-color: #1E8F7F;
    padding: 0.10416666666666667vw 0.20833333333333334vw;
    border-radius: 0.20833333333333334vw;
    display: inline-block;
    line-height: 1.1;
    box-sizing: border-box;
    margin: 0;
}
.what_tag {
    width: fit-content;
}
.reviews_tag {
    width: fit-content;
}

.what-we-do__title {
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 900;
    font-size: clamp(48px, calc(31.5px + 4.233vw), 64px);
    margin-top: clamp(16px, calc(13.9px + 0.523vw), 24px);
    letter-spacing: -0.04em;
    text-transform: uppercase;
    color: #2E2E2E;
    margin-bottom: 0;
    overflow: hidden;
    line-height: 0.85;
}

.what-we-do__card {
    width: 100%;
    border: 1px solid #B4B4B4;
    border-radius: 0.8333333333333334vw;
    margin-top: 2.5397vw;
}
.what-we-do__card-inner {
    display: flex;
    align-items: flex-start;
    padding: 1.6667vw;
    gap: 1.25vw;
}
.what-we-do__card-image {
    width: auto;
    height: auto;
    object-fit: cover;
    flex: 0 0 auto;
}
.what-we-do__card-text {
    display: flex;
    flex-direction: column;
    gap: 0.4166666666666667vw;
}
.what-we-do__card-title {
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 900;
    font-size: 1.4583vw;
    line-height: 1;
    letter-spacing: -0.03em;
    text-transform: uppercase;
    color: #2E2E2E;
    margin: 0;
}
.what-we-do__card-description {
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    font-size: 1.0417vw;
    line-height: 1.4;
    letter-spacing: -0.04em;
    color: #2E2E2E;
    margin: 0;
    opacity: 0.7;
    padding-top: 1.4583vw;
}

.what-we-do__button {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 3.229166666666667vw;
    margin: 0 1.6667vw 1.6667vw 1.6667vw;
    padding: 0 3.2292vw 0 3.2292vw;
    background-color: #1E8F7F;
    color: #FFFFFF;
    font-family: 'Inter', sans-serif;
    font-weight: 700;
    font-size: 0.8333333333333334vw;
    line-height: 1.2;
    letter-spacing: -0.04em;
    text-transform: uppercase;
    text-decoration: none;
    border-radius: 12px;
    position: relative;
    overflow: hidden;
    box-sizing: border-box;
    transition: background-color 0.3s ease;
}
.what-we-do__button-text {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0.8854vw;
    white-space: nowrap;
    transition: all 0.3s ease;
}
.what-we-do__button:hover .what-we-do__button-text {
    left: 50%;
    transform: translate(-50%, -50%);
}
.what-we-do__button-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 2.3958333333333335vw;
    height: 2.3958333333333335vw;
    background-color: #FFFFFF;
    border-radius: 0.4166666666666667vw;
    transition: all 0.3s ease;
}
.what-we-do__button-icon img {
    width: 1.25vw;
    height: 1.25vw;
    display: block;
}
.what-we-do__button-icon--right {
    right: 0.5208333333333333vw;
    opacity: 1;
}
.what-we-do__button-icon--left {
    left: 0.5208333333333333vw;
    opacity: 0;
    width: 0;
    height: 0;
    overflow: hidden;
}

.what-we-do__button:hover {
    background-color: #2E2E2E;
}

.what-we-do__button:hover .what-we-do__button-icon--right {
    width: 0;
    height: 0;
    opacity: 0;
}

.what-we-do__button:hover .what-we-do__button-icon--left {
    width: 2.3958333333333335vw;
    height: 2.3958333333333335vw;
    opacity: 1;
}

.what-we-do__services {
    list-style: none;
    margin: 0;
    padding: 0;
}
.what-we-do__service-item {
    display: block;
    width: 100%;
    height: 7.0833vw;
    border-bottom: 1px solid #B4B4B4;
    padding: 0;
    position: relative;
}
.what-we-do__service-item:first-child {
    border-top: none;
}

.what-we-do__service-item:last-child {
    border-bottom: none;
}
.what-we-do__service-link {
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    text-decoration: none;
    color: inherit;
}

.what-we-do__service-col {
    width: 50%;
    display: flex;
    align-items: center;
    height: 100%;
    min-width: 0;
}
.what-we-do__service-col--left {
    justify-content: flex-start;
}
.what-we-do__service-col--right {
    justify-content: space-between;
    gap: 1.25vw;
    min-width: 0;
}

.what-we-do__service-icon-star {
    width: 0.7291666666666666vw;
    height: 0.7291666666666666vw;
    flex: 0 0 auto;
    margin: 0 1.67vw;
}
.what-we-do__service-title {
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 900;
    font-size: 1.4583vw;
    line-height: 1;
    letter-spacing: -0.03em;
    text-transform: uppercase;
    color: #2E2E2E;
    margin: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.what-we-do__service-description {
    max-width: 26.04vw;
    width: auto;
    flex: none;
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    font-size: 1.0417vw;
    line-height: 1.4;
    letter-spacing: -0.04em;
    color: #2E2E2E;
    margin: 0;
    opacity: 0.7;
    white-space: normal;
    overflow: visible;
    display: block;
    overflow-wrap: break-word;
}
.what-we-do__service-icon-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 2.3958333333333335vw;
    height: 2.3958333333333335vw;
    border: 1px solid #B4B4B4;
    border-radius: 8px;
    flex: 0 0 auto;
    text-decoration: none;
    position: relative;
}
.what-we-do__icon-black,
.what-we-do__icon-white {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 1.25vw;
    height: 1.25vw;
    display: block;
    pointer-events: none;
}
.what-we-do__icon-white {
    opacity: 0;
}

@media (max-width: 1024px) {
    .tag {
        font-size: 16px;
        padding: 2px 4px;
        border-radius: 4px;
        width: fit-content;
    }
    .what-we-do__columns {
        display: flex;
        flex-direction: column;
        gap: 0;
    }
    .what-we-do__col {
        display: contents;
    }
    .what-we-do__title {
        order: 1;
    }
    .what-we-do__services {
        order: 2;
        margin: 0;
        padding: 0;
    }
    .what-we-do__card {
        order: 3;
        border-radius: 16px;
    }
    .what-we-do__card-inner {
        flex-direction: row;
        align-items: center;
        text-align: left;
        padding: 4.166vw;
    }
    .what-we-do__card-image {
        width: 140px;
        height: 140px;
    }
    .what-we-do__card-title {
        font-size: 24px;
    }
    .what-we-do__card-description {
        font-size: 18px;
        padding-top: 20px;
        max-width: 170px;
        opacity: 50%;
    }
    .what-we-do__button {
        margin: 0 32px 32px;
        padding: 8px 8px 8px 16px;
        height: 56px;
        font-size: 15px;
        box-sizing: border-box;
    }
    .what-we-do__button-text {
        left: 16px;
    }
    .what-we-do__button-icon {
        width: 42px;
        height: 42px;
        border-radius: 8px;
        right: 8px;
    }
    .what-we-do__service-item {
        display: block;
        align-items: center;
        height: 112px;
        border-bottom: 1px solid #B4B4B4;
    }
    .what-we-do__service-item:last-child {
        border-bottom: none;
    }
    .what-we-do__service-description {
        display: none;
    }
    .what-we-do__service-col--left {
        display: flex;
        align-items: center;
        gap: 24px;
        flex: 1;
        padding-right: 24px;
    }
    .what-we-do__service-col--right {
        display: flex;
        align-items: center;
        justify-content: flex-end;
        width: auto;
        min-width: auto;
        gap: 0;
        padding: 0;
        margin: 0;
    }
    .what-we-do__service-title {
        font-size: 24px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        margin: 0;
    }
    .what-we-do__service-icon-wrapper {
        width: 42px;
        height: 42px;
        border-radius: 8px;
    }
    .what-we-do__icon-black,
    .what-we-do__icon-white {
        width: 20px;
        height: 20px;
    }
    .what-we-do__button-icon img {
        width: auto;
        height: auto;
    }
    .what-we-do__service-icon-star {
        width: 14.48px;
        height: 14px;
        margin-left: 4.76px;
    }
}

@media (max-width: 767px) {
    .what-we-do__service-item {
        height: 94px;
    }
    .what-we-do__service-title {
        font-size: 18px;
        white-space: normal;
    }
    .what-we-do__card-inner {
        padding: 6.1538vw;
    }
}

@media (max-width: 480px) {
    .what-we-do__card-image {
        width: 124px;
        height: 124px;
    }
    .what-we-do__card-title {
        font-size: 18px;
    }
    .what-we-do__card-description {
        font-size: 14px;
    }
    .what-we-do__button {
        width: calc(100% - 48px);
        margin: 0 24px 24px;
    }
}

@media (min-width: 1025px) {
    .btn,
    .contact-btn,
    .lets-talk-button {
        width: fit-content !important;
        max-width: 100%;
        justify-content: flex-start !important;
        white-space: nowrap;
        position: relative;
        padding-right: 3.5vw !important;
    }

    .btn--primary,
    .btn--secondary,
    .contact-btn--primary,
    .contact-btn--secondary {
        min-width: auto !important;
    }

    .btn--primary:hover, .contact-btn--primary:hover {
        background: #fff;
        color: #2E2E2E;
    }

    .btn--primary:hover .btn__icon--left, .contact-btn--primary:hover .contact-btn__icon--left {
        background: #1E8F7F;
    }

    .btn__text,
    .contact-btn__text,
    .lets-talk-button__text {
        white-space: nowrap;
        display: block;
        z-index: 1;
        position: relative;
    }

    .btn__icon,
    .contact-btn__icon,
    .lets-talk-button__icon {
        position: absolute !important;
        top: 50%;
        transform: translateY(-50%);
        flex-shrink: 0;
        margin: 0;
    }

    .btn__icon--left,
    .contact-btn__icon--left,
    .lets-talk-button__icon--left {
        left: 0.417vw;
        opacity: 0;
        width: 2.396vw;
        height: 2.396vw;
        transform: translateY(-50%) translateX(-10px);
        z-index: 2;
    }

    .btn__icon--right,
    .contact-btn__icon--right,
    .lets-talk-button__icon--right {
        right: 0.417vw;
        opacity: 1;
        width: 2.396vw;
        height: 2.396vw;
        transform: translateY(-50%) translateX(0);
        z-index: 2;
    }

    .btn:hover .btn__icon--right,
    .contact-btn:hover .contact-btn__icon--right,
    .lets-talk-button:hover .lets-talk-button__icon--right {
        width: 0;
        height: 0;
        opacity: 0;
        padding: 0;
        margin: 0;
    }

    .btn:hover .btn__icon--left,
    .contact-btn:hover .contact-btn__icon--left,
    .lets-talk-button:hover .lets-talk-button__icon--left {
        width: 2.396vw;
        height: 2.396vw;
        opacity: 1;
        transform: translateY(-50%) translateX(0);
    }

    .btn:hover .btn__text,
    .contact-btn:hover .contact-btn__text,
    .lets-talk-button:hover .lets-talk-button__text {
        transform: translateX(2.5vw);
    }
}

@media (max-width: 1024px) {
    .hero-content__buttons {
        align-items: stretch;
        gap: 16px;
    }

    .btn,
    .contact-btn,
    .lets-talk-button {
        width: 100%;
        max-width: 100%;
        justify-content: space-between;
        position: relative;
        padding-right: 60px;
    }

    .btn__text,
    .contact-btn__text,
    .lets-talk-button__text {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        display: block;
        text-align: center;
        width: 100%;
    }

    .lets-talk-button__text {
        text-align: left;
    }

    .btn__icon,
    .contact-btn__icon,
    .lets-talk-button__icon {
        position: absolute !important;
        top: 50%;
        transform: translateY(-50%);
        margin: 0;
    }

    .btn__icon--left,
    .contact-btn__icon--left,
    .lets-talk-button__icon--left {
        left: 8px;
        opacity: 0;
        width: 46px;
        height: 46px;
        transform: translateY(-50%) translateX(-10px);
    }

    .btn__icon--right,
    .contact-btn__icon--right,
    .lets-talk-button__icon--right {
        right: 8px;
        opacity: 1;
        width: 46px;
        height: 46px;
        transform: translateY(-50%) translateX(0);
    }
}

.btn__icon img,
.contact-btn__icon img,
.lets-talk-button__icon img {
    display: block;
    width: 1.25vw;
    height: 1.25vw;
    position: relative;
    z-index: 3;
}

@media (max-width: 1024px) {
    .btn__icon img,
    .contact-btn__icon img,
    .lets-talk-button__icon img {
        width: 24px;
        height: 24px;
    }
}

@media (max-width: 1024px) {
    .swiper {
        width: 100%;
        overflow: visible;
        padding-bottom: 48px;
    }

    .swiper-wrapper {
        padding-bottom: 0;
    }

    .swiper-slide {
        height: auto;
        box-sizing: border-box;
    }

    .swiper-pagination {
        position: relative !important;
        margin-top: 64px;
        bottom: auto !important;
        left: auto !important;
        right: auto !important;
        width: 100% !important;
        text-align: center;
        z-index: 10;
    }

    .workflow-dots {
        margin-top: 100px;
    }

    .swiper-pagination-bullet {
        width: 8px !important;
        height: 8px !important;
        background: transparent !important;
        border: 1px solid rgba(46, 46, 46, 0.5) !important;
        border-radius: 4px !important;
        opacity: 1 !important;
        position: relative;
        cursor: pointer;
    }

    .swiper-pagination-bullet-active {
        width: 31px !important;
        height: 8px !important;
        border-radius: 4px !important;
        border-color: #1E8F7F !important;
        background: transparent !important;
    }
}

@media (min-width: 1025px) {
    .value-cards-slider,
    .workflow-slider,
    .pain-points-slider,
    .why-urich-slider,
    .process-slider,
    .efficiency-slider-mobile {
        display: none !important;
    }
}

@media (max-width: 1024px) {
    .pain-points-slider .swiper-slide ul {
        list-style: none;
        padding: 0;
        margin: 0;
    }

    .pain-points-slider .swiper-slide li {
        position: relative;
        display: block;
        padding-left: 40px;
        margin-bottom: 24px;
        font-size: 20px;
        font-weight: 600;
        color: rgba(46, 46, 46, 0.8);
        letter-spacing: -0.04em;
        line-height: 1.4;
    }

    .pain-points-slider .swiper-slide > p {
        margin-bottom: 24px;
    }

    .pain-points-slider .swiper-slide li:last-child {
        margin-bottom: 8px;
    }

    .pain-points-slider .swiper-slide li::before {
        content: "";
        position: absolute;
        left: 0;
        top: 2px;
        width: 24px;
        height: 24px;
        background-image: url('../img/icons/green-point.svg');
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
        flex-shrink: 0;
    }

    .why-urich-slider .swiper-slide li {
        position: relative;
        padding-left: 36px;
        margin-bottom: 16px;
        font-size: 16px;
        font-weight: 600;
        color: rgba(46, 46, 46, 0.8);
        line-height: 1.4;
    }

    .why-urich-slider .swiper-slide li:last-child {
        margin-bottom: 0;
    }

    .why-urich-slider .swiper-slide li::before {
        content: "";
        position: absolute;
        left: 0;
        top: 2px;
        width: 24px;
        height: 24px;
        background-image: url('../img/icons/green-point.svg');
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
    }
}

@media (max-width: 767px) {
    .pain-points-slider .swiper-slide li {
        font-size: 14px;
        margin-bottom: 16px;
    }
    .swiper-pagination {
        margin-top: 48px;
    }
    .workflow-dots {
        margin-top: 68px;
        margin-bottom: 0;
    }
}

@media (max-width: 1024px) {
    .btn,
    .contact-btn,
    .lets-talk-button,
    .btn *,
    .contact-btn *,
    .lets-talk-button * {
        transition: none !important;
        animation: none !important;
    }

    .btn--primary {
        background: #1E8F7F !important;
        color: #FFF !important;
        border: none !important;
    }

    .btn--secondary {
        background: #FFF !important;
        color: #2E2E2E !important;
        border: 1px solid #B4B4B4 !important;
    }

    .btn--primary .btn__icon,
    .btn--primary .btn__icon--left,
    .btn--primary .btn__icon--right {
        background: #FFF !important;
    }

    .btn--secondary .btn__icon,
    .btn--secondary .btn__icon--left,
    .btn--secondary .btn__icon--right {
        background: #1E8F7F !important;
    }

    .btn:hover .btn__icon--right,
    .contact-btn:hover .contact-btn__icon--right,
    .lets-talk-button:hover .lets-talk-button__icon--right {
        opacity: 1 !important;
        width: 46px !important;
        height: 46px !important;
        transform: translateY(-50%) translateX(0) !important;
        display: flex !important;
    }

    .btn:hover .btn__icon--left,
    .contact-btn:hover .contact-btn__icon--left,
    .lets-talk-button:hover .lets-talk-button__icon--left {
        opacity: 0 !important;
        width: 0 !important;
        height: 0 !important;
        transform: translateY(-50%) translateX(-10px) !important;
        display: none !important;
    }

    .btn:hover .btn__text,
    .contact-btn:hover .contact-btn__text,
    .lets-talk-button:hover .lets-talk-button__text {
        transform: none !important;
        margin-left: 0 !important;
        padding-left: 0 !important;
    }

    .btn:hover .btn__icon img,
    .contact-btn:hover .contact-btn__icon img,
    .lets-talk-button:hover .lets-talk-button__icon img {
        filter: none !important;
        opacity: 1 !important;
    }

    .services-button,
    .services-button *,
    .what-we-do__button,
    .what-we-do__button * {
        transition: none !important;
        animation: none !important;
    }

    .services-button:hover,
    .services-button:active,
    .services-button:focus {
        background-color: #1E8F7F !important;
    }

    .services-button:hover .services-button__text,
    .services-button:active .services-button__text,
    .services-button:focus .services-button__text {
        left: 16px !important;
        transform: translateY(-50%) !important;
    }

    .services-button:hover .services-button__icon--right,
    .services-button:active .services-button__icon--right,
    .services-button:focus .services-button__icon--right {
        width: 46px !important;
        height: 46px !important;
        opacity: 1 !important;
    }

    .services-button:hover .services-button__icon--left,
    .services-button:active .services-button__icon--left,
    .services-button:focus .services-button__icon--left {
        width: 0 !important;
        height: 0 !important;
        opacity: 0 !important;
    }

    .what-we-do__button:hover,
    .what-we-do__button:active,
    .what-we-do__button:focus {
        background-color: #1E8F7F !important;
    }

    .what-we-do__button:hover .what-we-do__button-text,
    .what-we-do__button:active .what-we-do__button-text,
    .what-we-do__button:focus .what-we-do__button-text {
        left: 16px !important;
        transform: translateY(-50%) !important;
    }

    .what-we-do__button:hover .what-we-do__button-icon--right,
    .what-we-do__button:active .what-we-do__button-icon--right,
    .what-we-do__button:focus .what-we-do__button-icon--right {
        width: 42px !important;
        height: 42px !important;
        opacity: 1 !important;
    }

    .what-we-do__button:hover .what-we-do__button-icon--left,
    .what-we-do__button:active .what-we-do__button-icon--left,
    .what-we-do__button:focus .what-we-do__button-icon--left {
        width: 0 !important;
        height: 0 !important;
        opacity: 0 !important;
    }
}

@media (max-width: 1024px) {
    .contact-btn,
    .contact-btn *,
    .contact-btn__icon,
    .contact-btn__text,
    .contact-btn__icon--left,
    .contact-btn__icon--right {
        transition: none !important;
        animation: none !important;
    }

    .contact-btn--primary {
        background: #1E8F7F !important;
        color: #FFF !important;
        border: none !important;
    }

    .contact-btn--secondary {
        background: #FFF !important;
        color: #2E2E2E !important;
        border: 1px solid #B4B4B4 !important;
    }

    .contact-btn--primary .contact-btn__icon,
    .contact-btn--primary .contact-btn__icon--left,
    .contact-btn--primary .contact-btn__icon--right {
        background: #FFF !important;
    }

    .contact-btn--secondary .contact-btn__icon,
    .contact-btn--secondary .contact-btn__icon--left,
    .contact-btn--secondary .contact-btn__icon--right {
        background: #1E8F7F !important;
    }

    .contact-btn:hover .contact-btn__icon--right,
    .contact-btn:active .contact-btn__icon--right {
        opacity: 1 !important;
        width: 46px !important;
        height: 46px !important;
        transform: translateY(-50%) translateX(0) !important;
        display: flex !important;
    }

    .contact-btn:hover .contact-btn__icon--left,
    .contact-btn:active .contact-btn__icon--left {
        opacity: 0 !important;
        width: 0 !important;
        height: 0 !important;
        transform: translateY(-50%) translateX(-10px) !important;
        display: none !important;
    }

    .contact-btn:hover .contact-btn__text,
    .contact-btn:active .contact-btn__text {
        transform: none !important;
        margin-left: 0 !important;
        padding-left: 0 !important;
    }

    .contact-btn:hover .contact-btn__icon img,
    .contact-btn:active .contact-btn__icon img {
        filter: none !important;
        opacity: 1 !important;
    }
}

.hero-content--level_1 {
    background-size: cover;
    background-position: center;
    border-radius: 16px;
    padding: 2.5vw;
    margin: 1.67vw 0;
}

.hero-content--level_1 .tag {
    color: #1E8F7F;
    background: #fff;
}

.hero-content--level_1 h1 {
    color: #fff;
}

.hero-content--level_1 p {
    color: #fff;
    opacity: 70%;
    max-width: 59.427vw;
}

.hero-content--level_1 li {
    color: #fff;
}

.hero-content--level_1 .hero-content__wrapper {
    margin-bottom: 2.86vw;
}

.breadcrumbs {
    margin-top: 1.67vw;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: -5%;
}
.breadcrumbs .separator {
    margin: 0 0.63vw;
}
.breadcrumbs a {
    text-decoration: none;
    color: #2E2E2E;
    opacity: 70%;
}

@media (max-width: 1024px) {
    .hero-content--level_1 {
        min-height: 728px;
        padding: 32px;
        margin: 64px 0;
    }
    .hero-content--level_1 .hero-content__wrapper {
        margin-bottom: auto;
    }
    .breadcrumbs {
        margin-top: 37px;
    }
}

@media (max-width: 767px) {
    .hero-content--level_1 {
        min-height: auto;
        padding: 24px;
        margin: 48px 0;
    }
}

.breadcrumbs__mobile {
    display: none;
    align-items: center;
    gap: 8px;
    text-decoration: none;
    font-size: 14px;
    color: #000;
}

.breadcrumbs__icon {
    display: flex;
}

.breadcrumbs__icon img {
    width: 24px;
    height: 24px;
}

@media (max-width: 1024px) {
    .breadcrumbs__desktop {
        display: none;
    }

    .breadcrumbs__mobile {
        display: flex;
    }
}


@media (max-width: 1024px) {
    .contact-us__buttons {
        width: 100%;
        max-width: 100%;
    }

    .contact-btn {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        max-width: 100%;
        min-width: auto !important;
    }

    .contact-btn__text {
        flex: 1;
        min-width: 0;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        max-width: 200px;
        text-align: center;
    }
}

