/* Quick Deal — bundled stylesheet */
/* ⚠ Не редактируй этот файл напрямую: правки в styles-desktop.css / styles-mobile.css, затем python scripts/concat-styles.py */
/* Сайт подключает этот файл (styles.css). */

/* --- styles-desktop.css --- */
/* ==========================================================================
   Base: fonts, variables, reset, shared animations
   ========================================================================== */

@font-face {
    font-family: 'SF Pro Display';
    src: url('/media/font/SF-Pro-Display-Light.otf') format('opentype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'SF Pro Display';
    src: url('/media/font/SF-Pro-Display-Regular.otf') format('opentype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'SF Pro Display';
    src: url('/media/font/SF-Pro-Display-Medium.otf') format('opentype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'SF Pro Display';
    src: url('/media/font/SF-Pro-Display-Semibold.otf') format('opentype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'SF Pro Display';
    src: url('/media/font/SF-Pro-Display-Bold.otf') format('opentype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter';
    src: url('/media/font/Inter-Regular.otf') format('opentype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter';
    src: url('/media/font/Inter-Medium.otf') format('opentype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter';
    src: url('/media/font/Inter-SemiBold.otf') format('opentype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter';
    src: url('/media/font/Inter-Bold.otf') format('opentype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'PP Neue Machina';
    src: url('/media/font/PP-Neue-Machina-UltraBold.otf') format('opentype'),
        url('/media/font/PPNeueMachina-UltraBold.otf') format('opentype'),
        url('/media/font/PP-Neue-Machina-UltraBold.ttf') format('truetype'),
        url('/media/font/PPNeueMachina-UltraBold.ttf') format('truetype');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}

@keyframes scrollClients {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(var(--marquee-shift, -50%));
    }
}

/* ==========================================================================
   Desktop: default layout and components
   ========================================================================== */

html {
    scroll-behavior: auto;
    overflow-x: clip;
    overflow-y: visible;
    max-width: 100%;
}

body {
    margin: 0;
    padding: 0;
    background: #fff;
    overflow-x: clip;
    overflow-y: visible;
    max-width: 100%;
    --btn-outline-border: rgba(31, 31, 31, 0.18);
    --btn-outline-border-hover: rgba(31, 31, 31, 0.32);
    --btn-outline-hover-color: #EF5350;
    --hero-spline-opacity: 0.1;
    --hero-spline-scale: 1.18;
    --header-height: 128px;
}

* {
    box-sizing: border-box;
}

h1,
h2,
h3,
h4,
h5,
h6,
.hero-title,
.cases-section-title,
.r-section-title,
.r2-section-title,
.nr-title,
.video-reviews-title,
.faq-title,
.case-title,
.brief-title,
.brief-section-title,
.thank-you-title,
.about-page-title,
.about-section-title,
.history-step-title,
.cases-page-title,
.cases-empty-title,
.service-page-title,
.service-page-section-title,
.service-title,
.service-stack-title,
.services-hero-title,
.services-card-title,
.services-process-title,
.services-cta-title,
.contacts-page-title,
.contact-card-title,
.contacts-form-title,
.contacts-work-title,
.case-hero-title,
.case-task-title,
.case-timeline-title,
.case-design-title,
.case-results-title,
.case-related-title,
.footer-nav-title,
.decorative-word,
.service-feature-content h3,
.service-process-content h3,
.service-page-cta h3,
.faq-request-card h3,
.services-process-step h3,
.privacy-legal-content h1 {
    letter-spacing: -1.75%;
}

::-webkit-scrollbar {
    width: 15px;
    /* толщина вертикального скроллбара */
    height: 16px;
    /* толщина горизонтального (если есть) */
}

::-webkit-scrollbar-track {
    background: #fff;
}

::-webkit-scrollbar-thumb {
    background: #b0b0b0;
    border-radius: 10px;
    border: 3px solid #fff;
}

::-webkit-scrollbar-thumb:hover {
    background: #999;
}

.container {
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: var(--header-height);
    height: auto;
    box-sizing: border-box;
}

header {
    background: #fff;
    width: 100%;
    font-family: 'SF Pro Display', -apple-system, BlinkMacSystemFont, Arial, sans-serif;
    position: relative;
    z-index: 1000;
    overflow: visible;
}

.breadcrumbs {
    margin: 18px 0 18px;
    font-family: 'SF Pro Display', -apple-system, BlinkMacSystemFont, Arial, sans-serif;
}



.footer-nav-col .footer-contact-link:nth-child(2) .footer-contact-icon {
    width: 24px;
    height: 24px;
}

.footer-nav-col .footer-contact-link:nth-child(3) .footer-contact-icon {
    width: 24px;
    height: 24px;
}

.footer-nav-col .footer-contact-link:nth-child(4) .footer-contact-icon {
    width: 25px;
    height: 25px;
}

.breadcrumbs-list {
    margin: 0;
    padding: 0px 0px 27px 0px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
    list-style: none;
}

.breadcrumbs-list li {
    display: inline-flex;
    align-items: center;
    color: #8a8a8a;
    font-size: 16px;
    line-height: 1.35;
}

.breadcrumbs-list li+li::before {
    content: "/";
    margin-right: 8px;
    color: #b3b3b3;
}

.breadcrumbs-list a {
    color: #707070;
    text-decoration: none;
    transition: color 0.2s ease;
}

.breadcrumbs-list a:hover {
    color: #D32F2F;
}

.breadcrumbs-list .is-current {
    color: #222;
}

.logo {
    display: flex;
    align-items: center;
    text-decoration: none;
    color: #222;
}

.logo-image {
    height: 67px;
    width: auto;
    display: block;
    object-fit: contain;
}

.footer-contact-text {
    font-size: 18px;
    font-weight: 300;
    opacity: 0.8;
}

.logo-text {
    display: flex;
    flex-direction: column;
    line-height: 1.2;
}

.logo-line1 {
    font-family: 'PP Neue Machina', -apple-system, BlinkMacSystemFont, Arial, sans-serif;
    font-size: 1.5rem;
    font-weight: 800;
    color: #222;
    letter-spacing: -0.02em;
}

.logo-line2 {
    font-family: 'PP Neue Machina', -apple-system, BlinkMacSystemFont, Arial, sans-serif;
    font-size: 1.5rem;
    font-weight: 800;
    color: #222;
    letter-spacing: -0.02em;
}

nav ul {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
    gap: 40px;
}

nav ul li {
    position: relative;
}

nav ul li a {
    color: #333;
    text-decoration: none;
    font-size: 1.15rem;
    font-weight: 500;
    transition: color 0.2s;
    display: flex;
    align-items: center;
    gap: 6px;
}

nav ul li a:hover {
    color: #EF5350;
}

.dropdown {
    position: relative;
}

.dropdown-toggle {
    display: flex;
    align-items: center;
    gap: 9px;
}

.dropdown-arrow {
    width: 12px;
    height: 12px;
    margin-left: 2px;
    transform: translateY(1px);
    transition: transform 0.2s;
}

.dropdown:hover .dropdown-arrow {
    transform: translateY(1px) rotate(180deg);
}

.services-dropdown {
    position: absolute;
    top: 100%;
    left: 0;
    background: #fff;
    min-width: 420px;
    padding: 32px;
    display: none;
    flex-direction: column;
    gap: 0;
    z-index: 1000;
    margin-top: 8px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
    transition: opacity 0.2s ease, visibility 0.2s ease, transform 0.2s ease;
    pointer-events: none;
    border-radius: 12px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
}

.dropdown:hover .services-dropdown {
    display: flex;
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    pointer-events: all;
}

.services-dropdown::before {
    content: '';
    position: absolute;
    top: -12px;
    left: 0;
    right: 0;
    height: 12px;
    background: transparent;
    pointer-events: all;
}

.service-item {
    display: flex;
    align-items: center;
    gap: 0;
    color: #222;
    text-decoration: none;
    transition: all 0.2s ease;
    padding: 16px;
    border-radius: 8px;
    margin-bottom: 4px;
    position: relative;
}

.service-item:hover {
    background: #f5f5f5;
}

.service-item::before {
    content: none;
    width: 20px;
    height: 20px;
    flex-shrink: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23D32F2F' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect width='20' height='14' x='2' y='3' rx='2'/%3E%3Cline x1='8' x2='16' y1='21' y2='21'/%3E%3Cline x1='12' x2='12' y1='17' y2='21'/%3E%3C/svg%3E");
}

.service-item[href="/company-design.html"]::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23D32F2F' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect width='20' height='14' x='2' y='3' rx='2'/%3E%3Cline x1='8' x2='16' y1='21' y2='21'/%3E%3Cline x1='12' x2='12' y1='17' y2='21'/%3E%3C/svg%3E");
}

.service-item[href="/landing-design.html"]::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23D32F2F' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M4.5 16.5c-1.5 1.26-2 5-2 5s3.74-.5 5-2c.71-.84.7-2.13-.09-2.91a2.18 2.18 0 0 0-2.91-.09z'/%3E%3Cpath d='m12 15-3-3a22 22 0 0 1 2-3.95A12.88 12.88 0 0 1 22 2c0 2.72-.78 7.5-6 11a22.35 22.35 0 0 1-4 2z'/%3E%3Cpath d='M9 12H4s.55-3.03 2-4c1.62-1.08 5 0 5 0'/%3E%3Cpath d='M12 15v5s3.03-.55 4-2c1.08-1.62 0-5 0-5'/%3E%3C/svg%3E");
}

.service-item[href="/ecommerce-design.html"]::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23D32F2F' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M6 2 3 6v14a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2V6l-3-4Z'/%3E%3Cpath d='M3 6h18'/%3E%3Cpath d='M16 10a4 4 0 0 1-8 0'/%3E%3C/svg%3E");
}

.service-item[href="/mobile-app-design.html"]::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23D32F2F' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect width='14' height='20' x='5' y='2' rx='2' ry='2'/%3E%3Cpath d='M12 18h.01'/%3E%3C/svg%3E");
}

.service-item[href="/web-dev.html"]::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23D32F2F' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='16 18 22 12 16 6'/%3E%3Cpolyline points='8 6 2 12 8 18'/%3E%3C/svg%3E");
}

.service-item[href="/web-app-dev.html"]::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23D32F2F' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='8' cy='21' r='1'/%3E%3Ccircle cx='19' cy='21' r='1'/%3E%3Cpath d='M2.05 2.05h2l2.66 12.42a2 2 0 0 0 2 1.58h9.78a2 2 0 0 0 1.95-1.57l1.65-7.43H5.12'/%3E%3C/svg%3E");
}

.service-item-icon {
    width: 40px;
    height: 40px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
}

.service-item-icon svg {
    width: 100%;
    height: 100%;
    border-radius: 8px;
}

.service-item-content {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.service-item-title {
    font-size: 1rem;
    font-weight: 700;
    color: #222;
    font-family: 'SF Pro Display', -apple-system, BlinkMacSystemFont, Arial, sans-serif;
    line-height: 1.2;
}

.service-item-subtitle {
    font-size: 0.8125rem;
    color: #666;
    font-family: 'SF Pro Display', -apple-system, BlinkMacSystemFont, Arial, sans-serif;
    line-height: 1.4;
}

.service-item-arrow {
    font-size: 1.25rem;
    color: #222;
    opacity: 0;
    transition: opacity 0.2s ease;
    flex-shrink: 0;
}

.service-item:hover .service-item-arrow,
.service-item:first-of-type .service-item-arrow {
    opacity: 1;
}

.header-actions {
    display: flex;
    align-items: center;
    gap: 24px;
}

.tg-btn {
    display: flex;
    align-items: center;
    background: #6A3EE8;
    color: #fff;
    border: none;
    padding: 12px 24px;
    border-radius: 28px;
    font-size: 1rem;
    font-weight: 600;
    cursor: pointer;
    text-decoration: none;
    transition: background 0.18s;
}

.tg-btn:hover {
    background: #5a2fd4;
}

.tg-btn svg {
    margin-left: 12px;
    width: 22px;
    height: 22px;
    fill: #fff;
    display: inline-block;
    vertical-align: middle;
}

.mobile-menu-toggle {
    display: none;
    flex-direction: row;
    gap: 5px;
    background: none;
    border: none;
    cursor: pointer;
    padding: 8px;
    z-index: 10002;
    margin-left: 24px;
    touch-action: manipulation;
    -webkit-tap-highlight-color: transparent;
}

.mobile-menu-toggle.active span:nth-child(1) {
    transform: rotate(45deg) translate(8px, 8px);
}

.mobile-menu-toggle.active span:nth-child(2) {
    opacity: 0;
}

.mobile-menu-toggle.active span:nth-child(3) {
    transform: rotate(-45deg) translate(8px, -8px);
}

.mobile-menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    max-width: 100%;
    height: 100vh;
    height: 100dvh;
    background: #fff;
    z-index: 10000;
    display: flex;
    flex-direction: column;
    padding: 24px 20px;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 0.2s ease;
    overflow-x: hidden;
    overflow-y: auto;
    scrollbar-gutter: stable;
    -ms-overflow-style: none;
    scrollbar-width: none;
    justify-content: space-between;
    font-family: 'SF Pro Display', -apple-system, BlinkMacSystemFont, Arial, sans-serif;
}

.mobile-menu::-webkit-scrollbar {
    display: none;
    width: 0;
    height: 0;
}

.mobile-menu.is-open {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

.mobile-menu-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 40px;
    padding-bottom: 24px;
    border-bottom: 1px solid #D8D8D8;
}

.mobile-menu-close {
    width: 40px;
    height: 40px;
    background: none;
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
}

.mobile-menu-toggle,
.mobile-menu-close {
    background-repeat: no-repeat;
    background-position: center;
    background-size: 24px 24px;
    box-sizing: border-box;
}

.mobile-nav {
    flex: 1;
    margin-bottom: auto;
}

.mobile-nav ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 0;
}

.mobile-nav li {
    border-bottom: 1px solid #f0f0f0;
}

.mobile-nav-link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0px 0;
    font-size: 1.5rem;
    font-weight: 500;
    color: #222;
    text-decoration: none;
    transition: color 0.2s;
    font-family: 'SF Pro Display', -apple-system, BlinkMacSystemFont, Arial, sans-serif;
}

@media (hover: hover) and (pointer: fine) {
    .mobile-nav-link:hover {
        color: #D32F2F;
    }
}

.mobile-services-item:not(.is-open) .mobile-services-toggle {
    color: #222;
}

.mobile-services-item:not(.is-open) .mobile-nav-arrow {
    color: #1F1F1F;
    transform: none;
}

.mobile-services-item {
    position: relative;
    z-index: 1;
    overflow: visible;
    overflow-anchor: none;
}

.mobile-services-item.is-open {
    z-index: 5;
}

.mobile-services-toggle {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    padding-right: 0;
    background: #fff;
}

.mobile-services-label {
    flex: 0 0 auto;
}

.mobile-nav-arrow-wrap {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 12px;
    margin-left: 12px;
}

.mobile-services-item.is-open .mobile-services-toggle {
    color: #D32F2F;
}

.mobile-services-item .mobile-nav-arrow {
    display: block;
    width: 12px;
    height: 12px;
    flex-shrink: 0;
    color: #1F1F1F;
    transition: transform 0.2s ease;
}

.mobile-services-item.is-open .mobile-nav-arrow {
    transform: rotate(180deg);
    color: #D32F2F;
}

.mobile-nav-submenu {
    position: static;
    max-height: 0;
    background: #fff;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    overflow: hidden;
    font-family: 'SF Pro Display', -apple-system, BlinkMacSystemFont, Arial, sans-serif;
    transition: max-height 0.25s ease, opacity 0.2s ease, visibility 0.2s ease;
}

.mobile-services-item.is-open .mobile-nav-submenu {
    max-height: 480px;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

.mobile-nav-sublink {
    display: block;
    padding: 10px 0 10px 16px;
    text-decoration: none;
    color: #1A1A1A;
    font-weight: 400;
    font-size: 1.97rem;
    line-height: 1.8;
    font-family: 'SF Pro Display', -apple-system, BlinkMacSystemFont, Arial, sans-serif;
}

.mobile-nav-sublink:last-child {
    padding-bottom: 32px;
}

.mobile-nav-arrow {
    width: 26px;
    height: 26px;
    color: #222;
}

.mobile-menu-contacts {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin: 40px 0 32px;
    padding-top: 32px;
    border-top: 1px solid #f0f0f0;
    font-family: 'SF Pro Display', -apple-system, BlinkMacSystemFont, Arial, sans-serif;
}

.mobile-phone,
.mobile-email {
    font-size: 1.125rem;
    color: #2b2e34;
    text-decoration: none;
    font-weight: 500;
    font-family: inherit;
}

.mobile-menu-social {
    display: flex;
    gap: 13px;
    justify-content: flex-start;
}

.mobile-menu-social .social-icon {
    width: 47px;
    height: 47px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #161616;
    transition: background 0.2s;
}

.mobile-menu-social .social-icon svg {
    width: 22px;
    height: 22px;
    fill: #fff;
}

.mobile-menu-social .social-icon img {
    width: 22px;
    height: 22px;
    object-fit: contain;
}

.mobile-menu-social .social-icon:hover {
    background-color: #D12D31;
}

.mobile-menu-social .social-icon:hover svg path {
    fill: #fff;
    stroke: none;
}

.mobile-menu-request {
    margin-top: auto;
    padding-top: 32px;
    border-top: 1px solid #f0f0f0;
}

.mobile-request-btn {
    width: 100%;
    padding: 16px 24px;
    background: #D32F2F;
    color: #fff;
    border: none;
    border-radius: 8px;
    font-size: 1.125rem;
    font-weight: 600;
    font-family: 'SF Pro Display', -apple-system, BlinkMacSystemFont, Arial, sans-serif;
    cursor: pointer;
    transition: background 0.2s ease;
}

.mobile-request-btn:hover {
    background: #B71C1C;
}

.mobile-request-btn:active {
    background: #0f3490;
}

html:has(.service-page),
body:has(.service-page) {
    overflow-x: clip;
    overflow-y: visible;
}

.service-page {
    background: #fff;
    padding: 53px 0 0px;
    min-height: calc(100vh - 88px);
    overflow: clip;
}

.service-page-container {
    font-family: 'SF Pro Display', -apple-system, BlinkMacSystemFont, Arial, sans-serif;
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 16px;
    overflow: visible;
}

.service-page-header {
    margin-bottom: 80px;
}

.service-page-back {
    font-family: 'SF Pro Display', -apple-system, BlinkMacSystemFont, Arial, sans-serif;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #D32F2F;
    text-decoration: none;

    margin-bottom: 32px;

}

.service-page-back:hover {
    color: #B71C1C;
}

.service-page-back svg {
    width: 20px;
    height: 20px;
}

.service-page-title {
    font-size: 4.5rem;
    font-weight: 700;
    color: #222;
    line-height: 1.1;
    margin: 0 0 24px;

}

.service-page-subtitle {
    font-size: 1.3rem;
    color: #666;
    line-height: 1.7;
    margin: 0;
    max-width: 800px;
}

.service-page-content {
    display: grid;
    grid-template-columns: 1fr 400px;
    gap: 80px;
    align-items: start;
    overflow: visible;
    padding-bottom: 130px;
}

.service-page-main {
    display: flex;
    flex-direction: column;
    gap: 80px;
}

.service-page-section {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.service-page-section-title {
    font-size: 2.5rem;
    font-weight: 700;
    color: #222;
    margin: 0;
    font-family: 'SF Pro Display', -apple-system, BlinkMacSystemFont, Arial, sans-serif;
}

.service-page-features {
    display: flex;
    flex-direction: column;
    gap: 32px;
}

.service-feature {
    display: flex;
    gap: 24px;
    align-items: center;
}

.service-feature-icon {
    width: 87px;
    height: 87px;
    min-width: 87px;
    background: #f5f5f5;
    border-radius: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #D32F2F;
    line-height: 0;
    flex-shrink: 0;
}

.service-feature-icon img {
    width: var(--service-feature-icon-size, 37px);
    height: var(--service-feature-icon-size, 37px);
    display: block;
    object-fit: contain;
    flex-shrink: 0;
}

.service-page-features--design-icons {
    --design-icon-pages: 37px;
    --design-icon-responsive: 37px;
    --design-icon-modal: 44px;
    --design-icon-ux: 39px;

    --design-icon-pages-mobile: 32px;
    --design-icon-responsive-mobile: 32px;
    --design-icon-modal-mobile: 38px;
    --design-icon-ux-mobile: 32px;
}

.service-page-features--design-icons .service-feature:nth-child(1) .service-feature-icon {
    --service-feature-icon-size: var(--design-icon-pages);
    --service-feature-icon-size-mobile: var(--design-icon-pages-mobile);
}

.service-page-features--design-icons .service-feature:nth-child(2) .service-feature-icon {
    --service-feature-icon-size: var(--design-icon-responsive);
    --service-feature-icon-size-mobile: var(--design-icon-responsive-mobile);
}

.service-page-features--design-icons .service-feature:nth-child(3) .service-feature-icon {
    --service-feature-icon-size: var(--design-icon-modal);
    --service-feature-icon-size-mobile: var(--design-icon-modal-mobile);
}

.service-page-features--design-icons .service-feature:nth-child(4) .service-feature-icon {
    --service-feature-icon-size: var(--design-icon-ux);
    --service-feature-icon-size-mobile: var(--design-icon-ux-mobile);
}

.service-page-features--ecommerce-icons {
    --ecommerce-icon-pages: 37px;
    --ecommerce-icon-responsive: 37px;
    --ecommerce-icon-ux: 39px;
    --ecommerce-icon-uikit: 37px;

    --ecommerce-icon-pages-mobile: 48px;
    --ecommerce-icon-responsive-mobile: 48px;
    --ecommerce-icon-ux-mobile: 48px;
    --ecommerce-icon-uikit-mobile: 48px;
}

.service-page-features--ecommerce-icons .service-feature:nth-child(1) .service-feature-icon {
    --service-feature-icon-size: var(--ecommerce-icon-pages);
    --service-feature-icon-size-mobile: var(--ecommerce-icon-pages-mobile);
}

.service-page-features--ecommerce-icons .service-feature:nth-child(2) .service-feature-icon {
    --service-feature-icon-size: var(--ecommerce-icon-responsive);
    --service-feature-icon-size-mobile: var(--ecommerce-icon-responsive-mobile);
}

.service-page-features--ecommerce-icons .service-feature:nth-child(3) .service-feature-icon {
    --service-feature-icon-size: var(--ecommerce-icon-ux);
    --service-feature-icon-size-mobile: var(--ecommerce-icon-ux-mobile);
}

.service-page-features--ecommerce-icons .service-feature:nth-child(4) .service-feature-icon {
    --service-feature-icon-size: var(--ecommerce-icon-uikit);
    --service-feature-icon-size-mobile: var(--ecommerce-icon-uikit-mobile);
}

.service-page-features--web-app-icons {
    --web-app-icon-ux: 37px;
    --web-app-icon-dev: 37px;
    --web-app-icon-cloud: 37px;
    --web-app-icon-browser: 37px;

    --web-app-icon-ux-mobile: 48px;
    --web-app-icon-dev-mobile: 48px;
    --web-app-icon-cloud-mobile: 48px;
    --web-app-icon-browser-mobile: 48px;
}

.service-page-features--web-app-icons .service-feature:nth-child(1) .service-feature-icon {
    --service-feature-icon-size: var(--web-app-icon-ux);
    --service-feature-icon-size-mobile: var(--web-app-icon-ux-mobile);
}

.service-page-features--web-app-icons .service-feature:nth-child(2) .service-feature-icon {
    --service-feature-icon-size: var(--web-app-icon-dev);
    --service-feature-icon-size-mobile: var(--web-app-icon-dev-mobile);
}

.service-page-features--web-app-icons .service-feature:nth-child(3) .service-feature-icon {
    --service-feature-icon-size: var(--web-app-icon-cloud);
    --service-feature-icon-size-mobile: var(--web-app-icon-cloud-mobile);
}

.service-page-features--web-app-icons .service-feature:nth-child(4) .service-feature-icon {
    --service-feature-icon-size: var(--web-app-icon-browser);
    --service-feature-icon-size-mobile: var(--web-app-icon-browser-mobile);
}

.service-page-features--mobile-app-icons {
    --mobile-app-icon-ux: 37px;
    --mobile-app-icon-wireframes: 32px;
    --mobile-app-icon-uikit: 37px;
    --mobile-app-icon-design-book: 42px;

    --mobile-app-icon-ux-mobile: 48px;
    --mobile-app-icon-wireframes-mobile: 42px;
    --mobile-app-icon-uikit-mobile: 48px;
    --mobile-app-icon-design-book-mobile: 50px;
}

.service-page-features--mobile-app-icons .service-feature:nth-child(1) .service-feature-icon {
    --service-feature-icon-size: var(--mobile-app-icon-ux);
    --service-feature-icon-size-mobile: var(--mobile-app-icon-ux-mobile);
}

.service-page-features--mobile-app-icons .service-feature:nth-child(2) .service-feature-icon {
    --service-feature-icon-size: var(--mobile-app-icon-wireframes);
    --service-feature-icon-size-mobile: var(--mobile-app-icon-wireframes-mobile);
}

.service-page-features--mobile-app-icons .service-feature:nth-child(3) .service-feature-icon {
    --service-feature-icon-size: var(--mobile-app-icon-design-book);
    --service-feature-icon-size-mobile: var(--mobile-app-icon-design-book-mobile);
}

.service-page-features--mobile-app-icons .service-feature:nth-child(4) .service-feature-icon {
    --service-feature-icon-size: var(--mobile-app-icon-uikit);
    --service-feature-icon-size-mobile: var(--mobile-app-icon-uikit-mobile);
}

.service-feature-content h3 {
    font-size: 1.5rem;
    font-weight: 600;
    color: #222;
    margin: 0 0 12px;
    font-family: 'SF Pro Display', -apple-system, BlinkMacSystemFont, Arial, sans-serif;
}

.service-feature-content p {
    font-size: 1.125rem;
    line-height: 1.6;
    color: #666;
    margin: 0;
}

.service-process {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.service-process-step {
    display: flex;
    gap: 32px;
    align-items: flex-start;
}

.service-process-number {
    font-size: 3rem;
    font-weight: 700;
    color: #D32F2F;
    line-height: 1;
    min-width: 80px;
    font-family: 'SF Pro Display', -apple-system, BlinkMacSystemFont, Arial, sans-serif;
}

.service-process-content h3 {
    font-size: 1.5rem;
    font-weight: 600;
    color: #222;
    margin: 0 0 12px;
    font-family: 'SF Pro Display', -apple-system, BlinkMacSystemFont, Arial, sans-serif;
}

.service-process-content p {
    font-size: 1.125rem;
    line-height: 1.6;
    color: #666;
    margin: 0;
}

.service-stack {
    padding-top: 8px;
}

.service-stack-title {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
    margin: 0 0 40px;
    font-size: clamp(2rem, 4.5vw, 3.25rem);
    font-weight: 700;
    line-height: 1.05;
    color: #222;
    font-family: 'SF Pro Display', -apple-system, BlinkMacSystemFont, Arial, sans-serif;
}

.service-stack-title-accent {
    color: #D32F2F;
}

.service-stack-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(132px, 1fr));
    gap: 16px;
}

.service-stack-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    padding: 21px 27px 21px;
    background: #f9f9f9;
    border-radius: 24px;
    text-align: center;
    transition: background-color 0.2s ease, transform 0.2s ease;
}

.service-stack-item:hover {
    background: #f3f3f3;
}

.service-stack-icon {
    width: 72px;
    height: 72px;
    border-radius: 32px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.service-stack--flat .service-stack-icon {
    background: transparent;
}

.service-stack-icon img {
    width: 56px;
    height: 56px;
    object-fit: contain;
}

.service-stack-label {
    font-size: 0.9rem;
    font-weight: 500;
    line-height: 1.35;
    color: #444;
    font-family: 'SF Pro Display', -apple-system, BlinkMacSystemFont, Arial, sans-serif;
}

.service-stack-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    margin-bottom: 40px;
}

.service-stack-header .service-stack-title {
    margin: 0;
}

.service-stack-nav {
    display: flex;
    gap: 16px;
    flex-shrink: 0;
}

.service-stack-carousel {
    overflow: hidden;
    cursor: grab;
    touch-action: pan-y;
    user-select: none;
}

.service-stack-carousel.is-dragging {
    cursor: grabbing;
}

.service-stack-carousel.is-dragging * {
    cursor: grabbing;
}

.service-stack--carousel .service-stack-track {
    display: flex;
    grid-template-columns: none;
    gap: 16px;
    overflow: visible;
    padding-bottom: 4px;
    position: relative;
    transition: transform 0.12s ease;
    will-change: transform;
}

.service-stack--carousel .service-stack-track .service-stack-item {
    flex: 0 0 var(--service-stack-card-width, 132px);
    max-width: var(--service-stack-card-width, 132px);
    min-width: 0;
}

.service-result {
    background-color: #5a1a1a;
    padding: 40px;
    border-radius: 32px;
}

.service-result p {
    font-size: 1.125rem;
    line-height: 1.6;
    color: #222;
    margin: 0 0 24px;
}

.service-result-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
}

.service-result-list li {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 14px;
    min-width: 0;
    font-size: 1.125rem;
    line-height: 1.5;
    color: #333;
    padding: 20px 24px;
    position: relative;
    text-align: left;
}

.service-result-list li::before {
    content: '';
    position: static;
    flex-shrink: 0;
    width: 22px;
    height: 22px;
    background: url('/icons/right.svg') no-repeat center / contain;
}

.service-page-dark-band {
    width: 100vw;
    max-width: 100vw;
    margin-left: calc(50% - 50vw);
    background: #111111;
    padding: 80px 0;
}

.service-page-dark-inner {
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 16px;
    display: flex;
    flex-direction: column;
    gap: 0;
}

.service-page-dark-band .service-stack {
    padding-top: 0;
    margin-bottom: 0;
    background: transparent;
    border-radius: 0;
}

.service-page-dark-band .service-stack+.service-page-section:has(.service-result) {
    background: transparent;
    border-radius: 0;
    padding: 0;
    gap: 47px;

}

.service-page-dark-band .service-stack+.service-page-section:has(.service-result)::before {
    content: '';
    display: block;
    width: 95%;
    max-width: 95%;
    height: 1px;
    background: rgba(255, 255, 255, 0.1);
    margin: 47px auto 0;
    position: relative;
    left: auto;
    transform: none;
}

.service-page-dark-band .service-stack .service-stack-title {
    color: #fff;
}

.service-page-dark-band .service-stack .service-stack-item {
    background: rgba(255, 255, 255, 0.06);
}

.service-page-dark-band .service-stack .service-stack-item:hover {
    background: rgba(255, 255, 255, 0.1);
}

.service-page-dark-band .service-stack .service-stack-icon {
    background: transparent;
}

.service-page-dark-band .service-stack .service-stack-label {
    color: rgba(255, 255, 255, 0.72);
}

.service-page-dark-band .service-stack-nav .video-reviews-nav {
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.15);
    color: #fff;
}

.service-page-dark-band .service-stack-nav .video-reviews-nav svg {
    opacity: 0.85;
}

.service-page-dark-band .service-stack-nav .video-reviews-nav:hover {
    background: #D32F2F;
    border-color: #D32F2F;
    color: #fff;
}

.service-page-dark-band .service-stack-nav .video-reviews-nav:hover svg {
    opacity: 1;
}

.service-page-dark-band .service-page-section-title {
    color: #fff;
}

.service-page-dark-band .service-stack+.service-page-section:has(.service-result) .service-page-section-title {
    margin-bottom: -11px;
    /* gap 47px → ~20px до карточек */
}

.service-page-dark-band .service-result {
    background: transparent;
    border: none;
    padding: 0;
}

.service-page-dark-band .service-result-list {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
}

.service-page-dark-band .service-result-list li {
    background: rgba(255, 255, 255, 0.06);
    border-radius: 20px;
    color: rgba(255, 255, 255, 0.78);
    transition: background 0.2s ease;
}

.service-page-dark-band .service-result-list li:hover {
    background: rgba(255, 255, 255, 0.1);
}

.service-page-dark-band .service-result p {
    color: rgba(255, 255, 255, 0.78);
}

.service-page-sidebar {
    display: flex;
    flex-direction: column;
    gap: 40px;
    align-self: start;
    position: -webkit-sticky;
    position: sticky;
    top: 32px;
    z-index: 20;
    max-height: calc(100vh - 64px);
    overflow-y: auto;
    overscroll-behavior: contain;
}

.service-page-cta {
    background: #f9f9f9;
    color: #1f1f1f;
    padding: 40px;
    border-radius: 24px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.service-page-cta h3 {
    font-size: 1.75rem;
    font-weight: 700;
    margin: 0 0 16px;
    font-family: 'SF Pro Display', -apple-system, BlinkMacSystemFont, Arial, sans-serif;
}

.service-page-cta p {
    font-size: 1.125rem;
    line-height: 1.6;
    margin: 0 0 32px;
    opacity: 0.9;
}

.service-page-cta-form {
    display: flex;
    flex-direction: column;
    gap: 14px;
    width: 100%;
}

.service-page-cta-input {
    width: 100%;
    min-height: 64px;
    padding: 18px 22px;
    font-size: 1.0625rem;
    line-height: 1.4;
    color: #222;
    background: #fff;
    border: 1px solid transparent;
    border-radius: 200px;
    font-family: inherit;
    box-sizing: border-box;
    transition: border-color 0.2s ease;
}

.service-page-cta-input::placeholder {
    color: #999;
}

.service-page-cta-input:hover:not(:focus):not(:focus-visible) {
    border-color: rgba(0, 0, 0, 0.18);
}

.service-page-cta-input:active,
.service-page-cta-input:focus,
.service-page-cta-input:focus-visible {
    outline: none;
    border-color: rgba(0, 0, 0, 0.42);
    background: #fff;
    color: #222;
    box-shadow: none;
}

.service-page-cta-input:invalid,
.service-page-cta-input:user-invalid {
    box-shadow: none;
}

.service-page-cta-input:invalid:not(:focus):not(:focus-visible),
.service-page-cta-input:user-invalid:not(:focus):not(:focus-visible) {
    border-color: transparent;
    outline: none;
    box-shadow: none;
}

.service-page-cta-input:-webkit-autofill,
.service-page-cta-input:-webkit-autofill:hover,
.service-page-cta-input:-webkit-autofill:focus {
    -webkit-text-fill-color: #222;
    box-shadow: 0 0 0 1000px #fff inset;
}

.service-page-cta-btn {
    width: auto;
    height: 76px;
    min-height: 76px;
    padding: 0 32px;
    background: #D32F2F;
    color: #ffffff;
    border: none;
    border-radius: 200px;
    font-size: 1.0625rem;
    font-weight: 600;
    font-family: 'SF Pro Display', -apple-system, BlinkMacSystemFont, Arial, sans-serif;
    cursor: pointer;
    transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    white-space: nowrap;
}

.service-page-cta-form .service-page-cta-btn {
    width: 100%;
}

.service-page-cta-btn:hover {
    background: #B71C1C;
}

.service-page-tags h4 {
    font-size: 1.25rem;
    font-weight: 600;
    color: #222;
    margin: 0 0 20px;
    font-family: 'SF Pro Display', -apple-system, BlinkMacSystemFont, Arial, sans-serif;
}

.hero-section {
    background: #fff;
    padding: 27px 97px 0 97px;
    margin-bottom: 0;
    font-family: 'SF Pro Display', -apple-system, BlinkMacSystemFont, Arial, sans-serif;
    min-height: calc(100vh - var(--header-height));
    display: flex;
    align-items: center;
    overflow: hidden;
    border-bottom: none;
    box-shadow: none;
    position: relative;
    z-index: 1;
}

body:has(.hero-spline-wrap) .hero-section {
    margin-top: calc(-1 * var(--header-height));
    padding-top: calc(27px + var(--header-height));
}

.hero-container {
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 16px;
    display: flex;
    flex-direction: column;
    gap: 60px;
}

.hero-top {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(280px, 48%);
    gap: 48px;
    align-items: stretch;
    width: 100%;
    min-height: calc(100vh - var(--header-height) - 27px);
    overflow: visible;
}

.hero-copy {
    position: relative;
    z-index: 2;
    grid-column: 1;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
    min-width: 0;
    padding-top: 83px;
}

.hero-title {
    font-size: 6.5rem;
    font-weight: 700;
    color: #222;
    line-height: 0.85;
    padding: 0;
    margin: 0 0 20px;
    max-width: none;
    min-width: 0;
}

.hero-lead {
    margin: 0 0 19px;
    font-size: 1.25rem;
    line-height: 1.55;
    color: #666;
    font-weight: 400;
    max-width: 36em;
}

.hero-cta-actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 17px;
}

.hero-cta-btn {
    margin: 0;
    padding: 16px 34px;
    font-size: 1.0625rem;
    font-weight: 600;
    font-family: inherit;
    color: #fff;
    background: #D32F2F;
    border: 1px solid transparent;
    border-radius: 200px;
    cursor: pointer;
    transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
}

.hero-cta-btn:hover:not(.hero-cta-btn--outline) {
    background: #B71C1C;
}

.hero-cta-btn--outline {
    background: transparent;
    color: #1f1f1f;
    border-color: var(--btn-outline-border);
}

.hero-cta-btn--outline:hover {
    background: transparent;
    color: var(--btn-outline-hover-color);
    border-color: var(--btn-outline-border-hover);
}

.hero-copy .hero-cta-actions .hero-cta-btn,
.services-hero-copy .hero-cta-btn,
.case-hero-content .hero-cta-actions .hero-cta-btn {
    height: 87px;
    min-height: 87px;
}

.hero-spline-wrap {
    position: absolute;
    top: calc(-1 * (var(--header-height) + 27px));
    left: 50%;
    right: auto;
    bottom: auto;
    transform: translateX(-50%) scale(var(--hero-spline-scale));
    transform-origin: center center;
    z-index: 0;
    width: 100vw;
    max-width: 100vw;
    height: 100vh;
    height: 100dvh;
    pointer-events: none;
    overflow: visible;
    opacity: var(--hero-spline-opacity);
}

.page-spline-stage>.hero-spline-wrap {
    top: calc(-1 * (var(--header-height) + 53px));
}

body:has(.hero-spline-wrap) header {
    background: transparent;
    position: relative;
    z-index: 2;
}

body:has(.hero-spline-wrap) header .container {
    position: relative;
    z-index: 3;
}

body:has(.hero-spline-wrap) .hero-copy,
body:has(.hero-spline-wrap) .hero-image-wrap {
    position: relative;
    z-index: 2;
}

.page-spline-stage {
    position: relative;
    overflow: visible;
}

body:has(.hero-spline-wrap) .page-spline-stage {
    margin-top: calc(-1 * var(--header-height));
    padding-top: calc(53px + var(--header-height));
}

body:has(.hero-spline-wrap) .page-spline-stage> :not(.hero-spline-wrap) {
    position: relative;
    z-index: 2;
}

body:has(.hero-spline-wrap) .about-hero-bg,
body:has(.hero-spline-wrap) .contacts-hero-bg {
    display: none;
}

body:has(.hero-spline-wrap) .services-hero-copy,
body:has(.hero-spline-wrap) .services-hero-image-wrap,
body:has(.hero-spline-wrap) .case-hero-image {
    position: relative;
    z-index: 2;
}

.hero-spline {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 100%;
    border: 0;
    background: transparent;
    pointer-events: none;
}

.hero-image-wrap {
    position: relative;
    z-index: 2;
    grid-column: 2;
    justify-self: end;
    align-self: stretch;
    width: 100%;
    max-width: min(700px, 50vw);
    min-height: 0;
    height: 100%;
    display: grid;
    align-content: end;
    justify-items: end;
    pointer-events: none;
    transform: translateY(-17px);
    padding-left: 37px;
}

.hero-image {
    display: block;
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: 100%;
    object-fit: contain;
    object-position: bottom right;
}

.hero-number {
    font-size: 10rem;
    display: inline-block;
}

.hero-bottom {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: start;
    max-width: 1200px;
}

.hero-left-text {
    font-size: 1.125rem;
    color: #ffffff;
    line-height: 1.6;
}

.hero-right-text {
    font-size: 1.125rem;
    color: #ffffff;
    line-height: 1.6;
}

.hero-after-dark {
    position: relative;
    z-index: 2;
    background: #111;
    color: rgba(255, 255, 255, 0.88);
    margin-top: -23px;
    margin-bottom: 0;
    padding: 0;
    border: none;
    box-shadow: none;
    overflow: hidden;
    font-family: 'SF Pro Display', -apple-system, BlinkMacSystemFont, Arial, sans-serif;
}

.hero-after-dark::before {
    content: "";
    position: absolute;
    top: -8px;
    left: 0;
    right: 0;
    height: 8px;
    background: #111;
    pointer-events: none;
}

.hero-after-dark .hero-container {
    gap: 0;
}

.clients-section--on-dark {
    padding: 48px 0 32px;
    border: none;
}

.showreel-section {
    background: #000;
    padding: 120px 0;
    font-family: 'SF Pro Display', -apple-system, BlinkMacSystemFont, Arial, sans-serif;
    position: relative;
    overflow: hidden;
}

.showreel-container {

    max-width: 1440px;
    margin: 0 auto;
    padding: 0 16px;
    position: relative;
    min-height: 700px;
}

.showreel-decorative-text {
    position: absolute;
    left: 16px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
    display: flex;
    flex-direction: column;
    gap: 40px;
    pointer-events: none;
}

.decorative-word {
    font-size: 6rem;
    font-weight: 700;
    color: rgba(255, 255, 255, 0.08);
    line-height: 1;
    text-transform: uppercase;
}

.clients-section {
    padding: 40px 0;
    overflow: hidden;
    position: relative;
}

.clients-container {
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 16px;
    overflow: hidden;
    position: relative;
}

.clients-track {
    display: flex;
    gap: 37px;
    align-items: center;
    width: max-content;
    animation: scrollClients var(--clients-marquee-duration, 50s) linear infinite;
    will-change: transform;
}

.client-logo {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 68px;
    padding: 6px 18px;
    border-radius: 12px;
    overflow: hidden;
    transition: background-color 0.25s ease, opacity 0.25s ease;
}

.client-logo img {
    max-width: 128px;
    max-height: 50px;
    width: auto;
    height: auto;
    object-fit: contain;
}

.clients-section--on-dark .client-logo:hover {
    background-color: #1c1c1c;
}

.client-logo:hover {
    opacity: 1;
}

.showreel-dark-wrap {
    position: relative;
    z-index: 1;
    background: #111;
    width: 100%;
    margin-left: 0;
    margin-top: 0;
    padding: 0;
    margin-bottom: 0;
    border: none;
    box-shadow: none;
    box-sizing: border-box;
}

.dark-band {
    background: #111;
    margin-bottom: 0;
    position: relative;
    z-index: 1;
    isolation: isolate;
}

.dark-band .showreel-dark-wrap {
    background: transparent;
    margin-bottom: 0;
    padding: 0;
}

.dark-band .cases-section {
    background: transparent;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 104px;
}

.dark-band .cases-section-title {
    margin-bottom: 28px;
}

.showreel-layout {
    max-width: 1920px;
    width: 100%;
    margin: 0 auto;
    padding: 0;
    box-sizing: border-box;
}

.showreel-dark-wrap .showreel-frame {
    width: 100%;
    max-width: 1920px;
    margin-left: auto;
    margin-right: auto;
}

.showreel-frame {

    position: relative;
    width: 100%;
    max-width: 1920px;
    margin-left: auto;
    margin-right: auto;
    height: auto;
    min-height: 0;
    max-height: min(95vh, 1080px);
    aspect-ratio: 16 / 9;
    cursor: pointer;
    overflow: hidden;
    border-radius: 0;
    background: #111;
    line-height: 0;
}

.showreel-frame::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 45%;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0) 100%);
    opacity: 0;
    transition: opacity 0.2s ease;
    pointer-events: none;
    z-index: 20;
}

.showreel-frame:hover::after {
    opacity: 1;
}

.showreel-frame:fullscreen::after,
.showreel-frame:-webkit-full-screen::after,
.showreel-frame.is-fullscreen::after {
    opacity: 0;
}

.showreel-frame:fullscreen.is-ui-visible::after,
.showreel-frame:-webkit-full-screen.is-ui-visible::after,
.showreel-frame.is-fullscreen.is-ui-visible::after {
    opacity: 1;
}

.showreel-video {

    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: 0;
    display: block;
    image-rendering: auto;
}

.showreel-play-btn {
    flex-shrink: 0;
    width: auto;
    height: auto;
    min-width: 0;
    padding: 0;
    border: none;
    border-radius: 0;
    background: transparent;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    opacity: 0.75;
    transition: opacity 0.2s ease;
}

.showreel-play-btn:hover {
    background: transparent;
    opacity: 1;
}

.showreel-play-btn svg {
    width: 27px;
    height: 27px;
    display: block;
}

.showreel-play-btn .showreel-icon-play {
    display: block;
}

.showreel-play-btn .showreel-icon-pause {
    display: none;
}

.showreel-play-btn.is-playing .showreel-icon-play {
    display: none;
}

.showreel-play-btn.is-playing .showreel-icon-pause {
    display: block;
}

.showreel-bottom-controls {
    position: absolute;
    bottom: 24px;
    left: 24px;
    right: 24px;
    display: flex;
    align-items: center;
    gap: 10px;
    z-index: 25;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.2s;
    box-sizing: border-box;
}

.showreel-frame:hover .showreel-bottom-controls {
    opacity: 1;
    pointer-events: all;
}

.showreel-frame:fullscreen .showreel-bottom-controls,
.showreel-frame:-webkit-full-screen .showreel-bottom-controls,
.showreel-frame.is-fullscreen .showreel-bottom-controls {
    z-index: 31;
    bottom: 24px;
    left: 24px;
    right: 24px;
    opacity: 0;
    pointer-events: none;
}

.video-review-frame:fullscreen .video-review-bottom-controls,
.video-review-frame:-webkit-full-screen .video-review-bottom-controls,
.video-review-frame.is-fullscreen .video-review-bottom-controls {
    z-index: 31;
    bottom: 20px;
    left: 20px;
    right: 20px;
    opacity: 0;
    pointer-events: none;
}

.showreel-frame:fullscreen.is-ui-visible .showreel-bottom-controls,
.showreel-frame:-webkit-full-screen.is-ui-visible .showreel-bottom-controls,
.showreel-frame.is-fullscreen.is-ui-visible .showreel-bottom-controls,
.video-review-frame:fullscreen.is-ui-visible .video-review-bottom-controls,
.video-review-frame:-webkit-full-screen.is-ui-visible .video-review-bottom-controls,
.video-review-frame.is-fullscreen.is-ui-visible .video-review-bottom-controls {
    opacity: 1;
    pointer-events: all;
}

.showreel-bottom-controls .showreel-mute-btn,
.showreel-bottom-controls .showreel-fullscreen-btn,
.showreel-bottom-controls .showreel-fullscreen-close,
.video-review-bottom-controls .video-review-play-btn,
.video-review-bottom-controls .video-review-mute-btn,
.video-review-bottom-controls .showreel-fullscreen-btn,
.video-review-bottom-controls .showreel-fullscreen-close {
    position: static;
    bottom: auto;
    right: auto;
    top: auto;
    flex-shrink: 0;
    pointer-events: all;
}

.showreel-bottom-controls .showreel-fullscreen-btn,
.showreel-bottom-controls .showreel-fullscreen-close,
.video-review-bottom-controls .showreel-fullscreen-btn,
.video-review-bottom-controls .showreel-fullscreen-close {
    margin-left: 14px;
}

.showreel-bottom-controls .showreel-fullscreen-close,
.video-review-bottom-controls .showreel-fullscreen-close {
    display: none;
}

.showreel-frame:fullscreen .showreel-bottom-controls .showreel-fullscreen-btn,
.showreel-frame:-webkit-full-screen .showreel-bottom-controls .showreel-fullscreen-btn,
.showreel-frame.is-fullscreen .showreel-bottom-controls .showreel-fullscreen-btn,
.video-review-frame:fullscreen .video-review-bottom-controls .showreel-fullscreen-btn,
.video-review-frame:-webkit-full-screen .video-review-bottom-controls .showreel-fullscreen-btn,
.video-review-frame.is-fullscreen .video-review-bottom-controls .showreel-fullscreen-btn {
    display: none;
}

.showreel-frame:fullscreen .showreel-bottom-controls .showreel-fullscreen-close,
.showreel-frame:-webkit-full-screen .showreel-bottom-controls .showreel-fullscreen-close,
.showreel-frame.is-fullscreen .showreel-bottom-controls .showreel-fullscreen-close,
.video-review-frame:fullscreen .video-review-bottom-controls .showreel-fullscreen-close,
.video-review-frame:-webkit-full-screen .video-review-bottom-controls .showreel-fullscreen-close,
.video-review-frame.is-fullscreen .video-review-bottom-controls .showreel-fullscreen-close {
    display: flex;
}

.showreel-progress {
    flex: 1;
    min-width: 0;
    width: 100%;
    display: flex;
    align-items: center;
    margin-left: 6px;
    padding: 16px 0;
    margin-top: -16px;
    margin-bottom: -16px;
    cursor: pointer;
    touch-action: none;
}

.showreel-progress-slider {
    -webkit-appearance: none;
    appearance: none;
    width: 100%;
    height: 100%;
    min-height: 2px;
    border-radius: 999px;
    --showreel-progress: 0%;
    background: transparent;
    outline: none;
    cursor: pointer;
    margin: 0;
    touch-action: none;
    pointer-events: none;
}

.showreel-progress-slider::-webkit-slider-runnable-track {
    height: 2px;
    border-radius: 999px;
    background: linear-gradient(to right,
            #D32F2F 0%,
            #D32F2F var(--showreel-progress, 0%),
            rgba(255, 255, 255, 0.28) var(--showreel-progress, 0%),
            rgba(255, 255, 255, 0.28) 100%);
}

.showreel-progress.is-hovering .showreel-progress-slider::-webkit-slider-runnable-track {
    background: var(--showreel-track-bg);
}

.showreel-progress-slider::-moz-range-progress {
    height: 2px;
    border-radius: 999px;
    background: #D32F2F;
}

.showreel-progress-slider::-moz-range-track {
    height: 2px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.28);
    border: none;
}

.showreel-progress.is-hovering .showreel-progress-slider::-moz-range-progress {
    background: transparent;
}

.showreel-progress.is-hovering .showreel-progress-slider::-moz-range-track {
    background: var(--showreel-track-bg);
}

.showreel-progress-slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: #fff;
    border: none;
    margin-top: -6px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.35);
    cursor: grab;
    transition: transform 0.12s ease, box-shadow 0.12s ease;
}

.showreel-progress:hover .showreel-progress-slider::-webkit-slider-thumb,
.showreel-progress-slider.is-dragging::-webkit-slider-thumb {
    transform: scale(1.45);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.45);
}

.showreel-progress-slider.is-dragging::-webkit-slider-thumb {
    cursor: grabbing;
}

.showreel-progress-slider:focus-visible::-webkit-slider-thumb {
    outline: 2px solid #D32F2F;
    outline-offset: 2px;
}

.showreel-progress-slider::-moz-range-thumb {
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: #fff;
    border: none;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.35);
    cursor: grab;
    transition: transform 0.12s ease, box-shadow 0.12s ease;
}

.showreel-progress:hover .showreel-progress-slider::-moz-range-thumb,
.showreel-progress-slider.is-dragging::-moz-range-thumb {
    transform: scale(1.45);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.45);
}

.showreel-progress-slider.is-dragging::-moz-range-thumb {
    cursor: grabbing;
}

.showreel-fullscreen-btn {
    width: auto;
    height: auto;
    min-width: 0;
    padding: 0;
    border: none;
    border-radius: 0;
    background: transparent;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    opacity: 0.75;
    transition: opacity 0.2s ease;
    z-index: 25;
}

.showreel-fullscreen-btn:hover {
    background: transparent;
    opacity: 1;
}

.showreel-fullscreen-btn svg {
    width: 20px;
    height: 20px;
}

.showreel-fullscreen-controls {
    position: absolute;
    inset: 0;
    z-index: 20;
    pointer-events: none;
    opacity: 0;
}

.showreel-frame:fullscreen,
.showreel-frame:-webkit-full-screen,
.showreel-frame.is-fullscreen,
.video-review-frame:fullscreen,
.video-review-frame:-webkit-full-screen,
.video-review-frame.is-fullscreen {
    width: 100vw;
    height: 100vh;
    height: 100dvh;
    min-height: 0;
    max-width: none;
    max-height: none;
    border-radius: 0;
    background: #000;
    cursor: default;
}

.showreel-frame.is-fullscreen,
.video-review-frame.is-fullscreen {
    position: fixed;
    inset: 0;
    z-index: 20000;
    margin: 0;
    overscroll-behavior: none;
}

html.showreel-fullscreen-open,
body.showreel-fullscreen-open {
    overflow: hidden;
    overscroll-behavior: none;
}

body.showreel-fullscreen-open {
    position: fixed;
    width: 100%;
    left: 0;
    right: 0;
}

body.showreel-fullscreen-open header {
    visibility: hidden;
    pointer-events: none;
}

.showreel-frame:fullscreen .showreel-video,
.showreel-frame:-webkit-full-screen .showreel-video,
.showreel-frame.is-fullscreen .showreel-video,
.video-review-frame:fullscreen .video-review-video,
.video-review-frame:-webkit-full-screen .video-review-video,
.video-review-frame.is-fullscreen .video-review-video {
    object-fit: contain;
}

.showreel-frame:fullscreen .showreel-fullscreen-controls,
.showreel-frame:-webkit-full-screen .showreel-fullscreen-controls,
.showreel-frame.is-fullscreen .showreel-fullscreen-controls,
.video-review-frame:fullscreen .showreel-fullscreen-controls,
.video-review-frame:-webkit-full-screen .showreel-fullscreen-controls,
.video-review-frame.is-fullscreen .showreel-fullscreen-controls {
    z-index: 35;
    opacity: 0;
    pointer-events: none;
}

.showreel-frame:fullscreen.is-ui-visible .showreel-fullscreen-controls,
.showreel-frame:-webkit-full-screen.is-ui-visible .showreel-fullscreen-controls,
.showreel-frame.is-fullscreen.is-ui-visible .showreel-fullscreen-controls,
.video-review-frame:fullscreen.is-ui-visible .showreel-fullscreen-controls,
.video-review-frame:-webkit-full-screen.is-ui-visible .showreel-fullscreen-controls,
.video-review-frame.is-fullscreen.is-ui-visible .showreel-fullscreen-controls {
    opacity: 1;
    pointer-events: none;
}

.showreel-fullscreen-close {
    width: auto;
    height: auto;
    min-width: 0;
    padding: 0;
    border: none;
    border-radius: 0;
    background: transparent;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    opacity: 0.75;
    transition: opacity 0.2s ease;
    pointer-events: none;
}

.video-review-frame:fullscreen.is-ui-visible .video-review-fullscreen-nav,
.video-review-frame:-webkit-full-screen.is-ui-visible .video-review-fullscreen-nav,
.video-review-frame.is-fullscreen.is-ui-visible .video-review-fullscreen-nav,
.reviews-fullscreen-modal .reviews-fullscreen-frame.is-ui-visible .video-review-fullscreen-nav {
    pointer-events: all;
    z-index: 36;
}

.showreel-bottom-controls .showreel-fullscreen-close,
.video-review-bottom-controls .showreel-fullscreen-close {
    pointer-events: all;
}

.showreel-fullscreen-close:hover {
    background: transparent;
    opacity: 1;
}

.showreel-fullscreen-close svg,
.showreel-fullscreen-close img {
    width: 20px;
    height: 20px;
    display: block;
}

.showreel-fullscreen-btn img {
    width: 20px;
    height: 20px;
    display: block;
}

.showreel-frame .showreel-mute-btn {
    z-index: 25;
}

.video-review-fullscreen-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: auto;
    height: auto;
    min-width: 0;
    border-radius: 0;
    background: transparent;
    border: none;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    opacity: 0.75;
    transition: opacity 0.2s ease;
    padding: 0;
    pointer-events: none;
    z-index: 31;
}

.video-review-fullscreen-prev,
.reviews-fullscreen-prev {
    left: 37px;
    right: auto;
}

.video-review-fullscreen-next,
.reviews-fullscreen-next {
    right: 37px;
    left: auto;
}

.video-review-fullscreen-nav:hover {
    background: transparent;
    opacity: 1;
}

.video-review-fullscreen-nav svg,
.video-review-fullscreen-nav img {
    width: 18px;
    height: 24px;
    display: block;
}

.service-block {
    background: #fff;
    padding: 83px 0;
    font-family: 'SF Pro Display', -apple-system, BlinkMacSystemFont, Arial, sans-serif;
}

#services .service-block:last-child {
    padding-bottom: 0;
}

#services .service-block+.service-block {
    position: relative;
}

#services .service-block+.service-block::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    width: min(1440px, 95%);
    height: 1px;
    background: rgba(31, 31, 31, 0.12);
    transform: translateX(-50%);
}

.service-container {
    max-width: 1440px;
    margin: 0 auto;
    padding: 20px 0px 20px 0px;
    display: grid;
    grid-template-columns: 180px 1fr;
    gap: 80px;
    align-items: start;
}

.service-number {
    font-size: 11rem;
    font-weight: 700;
    color: #f0f0f0c5;
    line-height: 1;
    letter-spacing: -4%;
    user-select: none;
    width: 180px;
    max-width: 180px;
    padding-top: 17px;
    font-variant-numeric: tabular-nums;
}

.service-content {
    display: flex;
    flex-direction: column;
    gap: 29px;
    padding-top: 17px;
    padding-left: 16px;
    padding-right: 16px;
}

.service-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 24px;
}

.service-title {
    font-size: 2.7rem;
    font-weight: 700;
    color: #222;
    line-height: 1.2;
    margin: 0;
    flex: 1;
}

.service-nav-btn {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    background: #D32F2F;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    flex-shrink: 0;
    transition: transform 0.2s, background 0.2s;
}

.service-nav-btn:hover {
    transform: scale(1.05);
    background: #B71C1C;
}

.service-nav-btn svg {
    width: 24px;
    height: 24px;
}

.service-description {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.service-description p {
    font-size: 1.125rem;
    line-height: 1.6;
    color: #333;
    margin: 0;
}

.service-tags {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.tags-line {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
}

.tag {
    font-size: 1rem;
    color: #333;
    font-weight: 400;
}

footer {
    background: #000000;
    color: #fff;
    font-family: 'SF Pro Display', -apple-system, BlinkMacSystemFont, Arial, sans-serif;
    padding: 63px 0 47px;
    position: relative;
    margin: 0;
    margin-top: 0;
    margin-bottom: 0;
    width: 100%;
    max-width: 100%;
    min-width: 0;
    box-sizing: border-box;
    overflow-x: hidden;
    display: block;
    clear: both;
}

.footer-container {
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 16px;
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 60px;
    position: relative;
}

.footer-left {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.footer-left .logo {
    align-self: flex-start;
    width: fit-content;
    max-width: 100%;
}

.request-section {
    display: flex;
    align-items: center;
    gap: 16px;
}

@media (min-width: 769px) {
    header .logo-image {
        height: 76px;
    }
}

header .hero-cta-btn {
    height: 87px;
    min-height: 87px;
    padding: 0 32px;
    border-radius: 200px;

    background: #D32F2F;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    flex-shrink: 0;
    transition: background 0.2s ease, transform 0.2s ease;

}

.request-btnfooter {
    width: 140px;
    height: 80px;
    border-radius: 200px;
    background: #D02B33;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    transition: transform 0.2s;
}

.request-btnfooter svg {
    width: 32px;
    height: 32px;
}

.request-btn:hover {
    transform: scale(1.05);
}

.request-btn svg {
    width: 24px;
    height: 24px;
}

.request-text {
    font-size: 1.125rem;
    font-weight: 500;
    color: #fff;
}

.contact-info {
    display: flex;
    flex-direction: column;
    max-width: 280px;
    gap: 13px;
}

.phone {
    font-size: 0.825rem;
    font-weight: 600;
    color: #fff;
    text-decoration: none;
    transition: opacity 0.2s;
}

.phone:hover {
    opacity: 0.8;
}

.email {
    font-size: 1.125rem;
    color: #fff;
    text-decoration: none;
    transition: opacity 0.2s;
}

.email:hover {
    opacity: 0.8;
}

.badges {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
}

.badge {
    border: 1px solid #fff;
    border-radius: 12px;
    padding: 16px 24px;
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.badge-label {
    font-size: 0.875rem;
    color: #fff;
    opacity: 0.8;
}

.badge-value {
    font-size: 1.25rem;
    font-weight: 700;
    color: #fff;
}

.legal-links {
    display: flex;
    flex-direction: row;
    gap: 27px;
}

.legal-links a {
    color: #fff;
    text-decoration: none;
    font-size: 0.875rem;
    transition: opacity 0.2s;
}

.legal-links a:hover {
    opacity: 0.8;
}

.copyright {
    font-size: 0.875rem;
    color: #fff;

}

.footer-right {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 32px;
}

.about-btn {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    background: #D12D31;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    transition: transform 0.2s;
}

.about-btn:hover {
    transform: scale(1.05);
}

.about-btn svg {
    width: 32px;
    height: 32px;
}

.about-text {
    font-size: 1.125rem;
    font-weight: 500;
    color: #fff;
    text-align: center;
}

.social-icons {
    fill: #fff;
    position: absolute;
    bottom: 0px;
    right: 16px;
    display: flex;
    gap: 16px;
}

.social-icon {

    width: 48px;
    height: 48px;
    border-radius: 50%;
    background-color: #121111;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;

    transition: background 0.2s;
}

.social-icon:hover {
    background-color: #D12D31;

}

.social-icon svg {
    fill: #fff;
    width: 24px;
    height: 24px;
}

.social-icon img {
    width: 24px;
    height: 24px;
    object-fit: contain;
}

.cases-section {
    background: #111111;
    padding: 88px 97px 88px;
    margin-top: 80px;
    margin-bottom: 80px;
    font-family: 'SF Pro Display', -apple-system, BlinkMacSystemFont, Arial, sans-serif;
}

.cases-section-title {
    max-width: 1440px;
    margin: 0 auto 15px;
    padding: 0 16px;
    font-size: 3.5rem;
    font-weight: 700;
    line-height: 1.1;
    color: #ffffff;
}

.nr-title {
    max-width: 1440px;
    margin: 0 auto 56px;
    padding: 0 16px;
    font-size: 3.5rem;
    font-weight: 700;
    line-height: 1.1;
    color: #1f1f1f;
    font-family: 'SF Pro Display', -apple-system, BlinkMacSystemFont, Arial, sans-serif;
}

.r-section-title {
    max-width: 1440px;
    margin: 0 auto 56px;
    padding: 0 16px;
    font-size: 3rem;
    font-weight: 700;
    line-height: 1.1;
    color: #1f1f1f;
    font-family: 'SF Pro Display', -apple-system, BlinkMacSystemFont, Arial, sans-serif;
}

.r2-section-title {
    max-width: 1440px;
    margin: 0 auto 15px;
    padding: 0 16px;
    font-size: 3.5rem;
    font-weight: 700;
    line-height: 1.1;
    color: #1f1f1f;
    font-family: 'SF Pro Display', -apple-system, BlinkMacSystemFont, Arial, sans-serif;
}

#services {
    background: #fff;
    padding-top: 107px;
    padding-bottom: 107px;
}

#services>.cases-section-title:first-child {
    font-family: 'SF Pro Display', -apple-system, BlinkMacSystemFont, Arial, sans-serif;
    padding-top: 48px;
}

.video-reviews-section {
    background: #111111;
    padding: 107px 97px 88px;
    margin-top: 0;
    margin-bottom: 0;
    font-family: 'SF Pro Display', -apple-system, BlinkMacSystemFont, Arial, sans-serif;
    display: none;
}

.video-reviews-section .r-section-title {
    color: #fff;
}

.video-reviews-container {
    max-width: 1440px;
    margin: 0 auto;

}

.video-reviews-title {
    font-size: 2.5rem;
    font-weight: 700;
    color: #ffffff;
    margin: 0 0 16px;
    text-align: center;
    font-family: 'SF Pro Display', -apple-system, BlinkMacSystemFont, Arial, sans-serif;
}

.video-reviews-subtitle {
    font-size: 1.25rem;
    color: rgba(255, 255, 255, 0.72);
    margin: -24px auto 56px;
    padding: 0 16px;
    text-align: left;
}

.video-reviews-head {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 24px;
    padding: 0px 0px 37px 0px;
}

.video-reviews-copy {
    min-width: 0;
}

.video-reviews-head .video-reviews-subtitle {
    margin-bottom: 0;
}

.video-reviews-head .badges {
    flex: 0 0 auto;
    margin-left: auto;
    margin-right: 16px;
}

.video-reviews-carousel {
    position: relative;
    display: flex;
    align-items: center;
    gap: 40px;
    max-width: 1440px;
    margin: 0 auto;
}

.video-reviews-slider {
    flex: 1;
    overflow: hidden;
    position: relative;
}

.video-reviews-track {
    display: flex;
    transition: transform 0.5s ease;
    will-change: transform;
}

.video-review-item {
    min-width: 100%;
    flex: 0 0 100%;
    display: flex;
    flex-direction: row-reverse;
    gap: 40px;
    align-items: center;
    justify-content: flex-start;
    padding: 37px 37px 37px 0px;
    background: #1A1A1A;
    border-radius: 35px;
}

.video-reviews-nav {
    width: 56px;
    height: 56px;
    border: 1px solid var(--btn-outline-border);
    /* обводка */
    color: #ffffff;
    border-radius: 50%;
    background: #1A1A1A;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;

    flex-shrink: 0;
    z-index: 10;
}

.video-reviews-nav:hover {
    border: 0px solid #e0e0e0;
    background: #D32F2F;
    color: #fff;
}

.video-reviews-nav svg {
    width: 24px;
    height: 24px;
}

.video-reviews-nav:disabled {
    opacity: 0.7;
    cursor: not-allowed;
    pointer-events: none;
}

.video-reviews-dots {
    display: flex;
    justify-content: center;
    gap: 13px;
    margin-top: 40px;
}

.video-review-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #e0e0e0;
    border: none;
    cursor: pointer;
    transition: background 0.2s, transform 0.2s;
    padding: 0;
}

.video-review-dot.active {
    background: #D32F2F;
    transform: scale(1.2);
}

.video-review-dot:hover {
    background: #D32F2F;
    transform: scale(1.2);
}

.video-review-frame {
    position: relative;
    width: 420px;
    height: 560px;
    flex-shrink: 0;
    cursor: pointer;
    overflow: hidden;
    border-radius: 32px;
    background: #00000000;
}

.video-review-frame::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 45%;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0) 100%);
    opacity: 0;
    transition: opacity 0.2s ease;
    pointer-events: none;
    z-index: 20;
}

.video-review-frame:hover::after {
    opacity: 1;
}

.video-review-frame:fullscreen::after,
.video-review-frame:-webkit-full-screen::after,
.video-review-frame.is-fullscreen::after {
    opacity: 0;
}

.video-review-frame:fullscreen.is-ui-visible::after,
.video-review-frame:-webkit-full-screen.is-ui-visible::after,
.video-review-frame.is-fullscreen.is-ui-visible::after {
    opacity: 1;
}

.video-review-info {

    display: flex;
    flex-direction: column;
    gap: 21px;
    flex: 1;
    justify-content: center;
    max-width: 660px;
}

.video-review-mute-btn {
    width: auto;
    height: auto;
    min-width: 0;
    padding: 0;
    border: none;
    border-radius: 0;
    background: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    opacity: 0.75;
    transition: opacity 0.2s ease;
    flex-shrink: 0;
}

.video-review-mute-btn:hover {
    background: transparent;
    opacity: 1;
}

.video-review-mute-btn img,
.video-review-mute-btn svg {
    width: 18px;
    height: 18px;
    display: block;
    object-fit: contain;
    object-position: center;
}

.video-review-mute-btn img {
    image-rendering: -webkit-optimize-contrast;
}

.video-review-mute-btn.muted .mute-icon {
    display: block;
}

.video-review-mute-btn.muted .unmute-icon {
    display: none;
}

.video-review-mute-btn:not(.muted) .mute-icon {
    display: none;
}

.video-review-mute-btn:not(.muted) .unmute-icon {
    display: block;
}

.video-review-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    min-width: 100%;
    min-height: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: 24x;
    display: block;
}

.video-review-bottom-controls {
    position: absolute;
    bottom: 20px;
    left: 20px;
    right: 20px;
    display: flex;
    align-items: center;
    gap: 10px;
    z-index: 25;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.2s;
    box-sizing: border-box;
}

.video-review-frame:hover .video-review-bottom-controls {
    opacity: 1;
    pointer-events: all;
}

.video-review-progress {
    margin-left: 6px;
}

.video-review-author {
    font-size: 2.5rem;
    font-weight: 700;
    color: #ffffff;
    opacity: 100%;
    margin: 0;
    font-family: 'SF Pro Display', -apple-system, BlinkMacSystemFont, Arial, sans-serif;
}

.video-review-company {
    font-size: 1.325rem;
    color: #1f1f1f;
    opacity: 80%;
    margin: 0;
    font-weight: 500;
}

.video-review-content {
    display: flex;
    flex-direction: column;
    gap: 32px;

}

.video-review-project,
.video-review-result {
    font-size: 1.225rem;
    line-height: 1.7;
    color: #ffffff;
    opacity: 80%;
    margin: 0;
    font-weight: 400;
}

.video-review-project strong,
.video-review-result strong {
    color: #ffffff;
    font-weight: 700;

}

.faq-section {
    background: #111111;
    position: relative;
    padding: 88px 97px 88px;
    margin-top: 0;
    margin-bottom: 0;
    font-family: 'SF Pro Display', -apple-system, BlinkMacSystemFont, Arial, sans-serif;
}

.faq-section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    width: min(1440px, 100%);
    height: 1px;
    background: rgba(255, 255, 255, 0.1);
    transform: translateX(-50%);
}

.faq-section .r-section-title {
    color: #fff;
}

.faq-container {
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 16px;
}

.faq-title {
    font-size: 3.5rem;
    font-weight: 700;
    color: #222;
    margin: 0 0 20px;
    text-align: center;
    font-family: 'SF Pro Display', -apple-system, BlinkMacSystemFont, Arial, sans-serif;
}

.faq-subtitle {
    font-size: 1.2rem;
    color: rgba(255, 255, 255, 0.72);
    margin: -24px auto 56px;
    padding: 0 16px;
    text-align: left;
    line-height: 1.6;
}

.faq-list {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.faq-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 770px;
    gap: 48px;
    align-items: start;
}

.faq-questions-col {
    min-width: 0;
}

.faq-layout .faq-list {
    max-height: none;
    overflow: visible;
    padding-right: 0;
}

.faq-request-card {
    position: sticky;
    top: 96px;
    background: #1A1A1A;
    color: #fff;
}

.faq-request-card h3 {
    color: #fff;
}

.faq-request-card p {
    color: rgba(255, 255, 255, 0.78);
}

.faq-request-form .service-page-cta-input {
    background: #2D2D2D;
    color: #fff;
    border: 1px solid transparent;
    outline: none;
    box-shadow: none;
    transition: border-color 0.2s ease;
}

.faq-request-form .service-page-cta-input::placeholder {
    color: rgba(255, 255, 255, 0.5);
}

.faq-request-form .service-page-cta-input:hover:not(:focus):not(:focus-visible) {
    border-color: rgba(255, 255, 255, 0.22);
}

.faq-request-form .service-page-cta-input:active,
.faq-request-form .service-page-cta-input:focus,
.faq-request-form .service-page-cta-input:focus-visible {
    background: #2D2D2D;
    color: #fff;
    border-color: rgba(255, 255, 255, 0.55);
    outline: none;
    box-shadow: none;
}

.faq-request-form .service-page-cta-input:invalid,
.faq-request-form .service-page-cta-input:user-invalid,
.faq-request-form .service-page-cta-input:invalid:not(:focus):not(:focus-visible),
.faq-request-form .service-page-cta-input:user-invalid:not(:focus):not(:focus-visible) {
    border-color: transparent;
    outline: none;
    box-shadow: none;
}

.faq-request-form .service-page-cta-input:-webkit-autofill,
.faq-request-form .service-page-cta-input:-webkit-autofill:hover,
.faq-request-form .service-page-cta-input:-webkit-autofill:focus {
    -webkit-text-fill-color: #fff;
    box-shadow: 0 0 0 1000px #2D2D2D inset;
}

.faq-item {
    background: #1A1A1A;
    border: 1px solid var(--btn-outline-border);
    border-radius: 32px;
    overflow: hidden;
    transition: background-color 0.2s ease, border-color 0.2s ease;
}

.faq-item:hover {
    background: #313131;
    border-color: var(--btn-outline-border-hover);
}

.faq-item:hover .faq-question {
    color: var(--btn-outline-hover-color);
}

.faq-question {
    width: 100%;
    padding: 24px 32px;
    background: transparent;
    border: none;
    text-align: left;
    font-size: 1.525rem;
    font-weight: 600;
    color: #ffffff;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 24px;
    font-family: 'SF Pro Display', -apple-system, BlinkMacSystemFont, Arial, sans-serif;
    transition: color 0.2s ease;
    touch-action: manipulation;
    -webkit-tap-highlight-color: transparent;
    user-select: none;
    -webkit-user-select: none;
}

.faq-question-text {
    flex: 1;
    min-width: 0;
}

.faq-toggle {
    flex-shrink: 0;
    padding: 0;
    border: none;
    background: transparent;
    cursor: pointer;
    line-height: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    user-select: none;
    -webkit-user-select: none;
    -webkit-tap-highlight-color: transparent;
    touch-action: manipulation;
}

.faq-toggle:focus {
    outline: none;
}

.faq-toggle:focus-visible .faq-icon {
    outline: 2px solid #D32F2F;
    outline-offset: 2px;
    border-radius: 50%;
}

.faq-icon {
    width: 56px;
    height: 56px;
    flex-shrink: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    user-select: none;
    -webkit-user-select: none;
    position: relative;
}

.faq-icon-img {
    width: 56px;
    height: 56px;
    display: block;
    object-fit: contain;
    pointer-events: none;
    user-select: none;
    -webkit-user-select: none;
    -webkit-user-drag: none;
    user-drag: none;
    transition: filter 0.2s ease;
}

.faq-icon-img--open {
    display: none;
}

.faq-item:not(.active) .faq-icon-img--close {
    display: block;
}

.faq-item:not(.active):hover .faq-icon-img--close {
    filter: brightness(1.18);
}

.faq-item.active .faq-icon-img--close {
    display: none;
}

.faq-item.active .faq-icon-img--open {
    display: block;
}

.faq-answer {
    display: grid;
    grid-template-rows: 0fr;
    max-height: none;
    overflow: hidden;
    transition: grid-template-rows 0.35s ease, padding 0.35s ease;
    padding: 0 32px;
}

.faq-answer>* {
    min-height: 0;
    overflow: hidden;
}

.faq-item.active .faq-answer {
    grid-template-rows: 1fr;
    padding: 0 32px 24px;
}

.faq-answer p {
    font-size: 1.1rem;
    line-height: 1.7;
    color: rgb(255, 255, 255, 0.8);
    margin: 0;
}

.cases-container {
    max-width: 1440px;
    margin: 0 auto;
    padding: 32px 16px 0;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 80px;
    align-items: stretch;
}

.case-card {
    border-radius: 27px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    content-visibility: auto;
    contain-intrinsic-size: auto 720px;
}

a.case-card {
    text-decoration: none;
    color: inherit;
    cursor: pointer;
}

.case-card-sim {
    border-radius: 21px;
    overflow: hidden;
    display: flex;
    flex-direction: column;

}

a.case-card-sim {
    text-decoration: none;
    color: inherit;
    cursor: pointer;
}

.case-visual {
    position: relative;
    width: 100%;
    height: 620px;
    overflow: hidden;
}

.case-mockup-placeholder {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.case-mockup-content {
    width: 80%;
    height: 70%;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 8px;
}

.case-cover-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
}

.case-action-btn {
    position: absolute;
    bottom: 20px;
    left: 20px;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 8px 16px;
    border-radius: 20px;
    font-size: 0.875rem;
    font-weight: 600;
    text-decoration: none;

    z-index: 10;
    pointer-events: none;
}

.case-card:hover .case-action-btn {
    opacity: 0.9;
}

.case-action-btn svg {
    width: 16px;
    height: 16px;
}

.case-action-dark {
    background: rgba(26, 26, 26, 0.8);
    border: 1px solid rgba(255, 255, 255, 0.3);
    color: #fff;
    backdrop-filter: blur(10px);
}

.case-action-light {
    background: rgba(255, 255, 255, 0.9);
    border: 1px solid var(--btn-outline-border);
    color: #222;
    backdrop-filter: blur(10px);
}

.case-content {
    padding: 32px 32px 42px 32px;
    display: flex;
    flex-direction: column;
    gap: 27px;
    flex: 1;
}

.case-card-dark .case-content {
    background: #1A1A1A;
}

.case-card-light .case-content {
    background: #f9f9f9;
}

.case-title {
    font-size: 2.3rem;
    font-weight: 700;
    line-height: 1.2;
    margin: 0;
}

.case-card-dark .case-title {
    color: #fff;
}

.case-card-light .case-title {
    color: #222;
}

.case-description {
    font-size: 1.1rem;
    line-height: 1.6;
    margin: 0;
}

.case-card-dark .case-description {
    color: rgba(255, 255, 255, 0.9);
}

.case-card-light .case-description {
    color: #333;
}

.case-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: auto;
}

.case-tag {
    display: inline-block;
    padding: 12px 16px 12px 16px;
    font-size: 0.875rem;
    font-weight: 500;
    border-radius: 200px;


}

.case-tag:hover {
    opacity: 0.8;
}

.case-card-dark .case-tag {
    color: #fff;
    border-color: rgba(255, 255, 255, 0.3);
    background: rgba(255, 255, 255, 0.1);
}

.case-card-light .case-tag {
    color: #222;
    border-color: rgba(0, 0, 0, 0.2);
    background: rgba(255, 255, 255, 0.8);
}

.brief-modal {
    position: fixed;
    inset: 0;
    z-index: 10001;
    display: none;
    align-items: center;
    justify-content: center;
    padding: 24px;
    font-family: 'SF Pro Display', -apple-system, BlinkMacSystemFont, Arial, sans-serif;
}

.brief-modal.is-open {
    display: flex;
}

.brief-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.4);
}

.brief-popup {
    position: relative;
    width: 100%;
    max-width: 720px;
    max-height: 90vh;
    overflow-y: auto;
    background: #fff;
    border-radius: 24px;
    padding: 40px 32px 32px 32px;
    box-shadow: 0 24px 48px rgba(0, 0, 0, 0.15);
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.brief-popup::-webkit-scrollbar {
    display: none;
    width: 0;
    height: 0;
}

.brief-close {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 40px;
    height: 40px;
    border: none;
    background: none;
    color: #333;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    border-radius: 8px;
    transition: background 0.2s, color 0.2s;
}

.brief-close:hover {
    background: #f0f0f0;
    color: #000;
}

.brief-close svg {
    width: 24px;
    height: 24px;
}

.brief-title {
    font-size: 2.25rem;
    font-weight: 700;
    color: #222;
    margin: 0 0 8px;
    padding-right: 48px;
}

.brief-subtitle {
    font-size: 1rem;
    color: #666;
    margin: 0 0 24px;
    line-height: 1.5;
}

.brief-contacts {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-bottom: 32px;
}

.brief-phone,
.brief-email {
    font-size: 1.1rem;
    font-weight: 500;
    font-family: 'SF Pro Display', -apple-system, BlinkMacSystemFont, Arial, sans-serif;
    color: #1f1f1f;
    text-decoration: none;
    transition: opacity 0.2s;
}

.brief-phone:hover,
.brief-email:hover {
    opacity: 0.8;
}

.brief-tg-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: fit-content;
    padding: 12px 24px;
    font-size: 1rem;
    font-weight: 600;
    color: #D32F2F;
    background: #fff;
    border: 1px solid #D32F2F;
    border-radius: 200px;
    text-decoration: none;
    transition: background 0.2s, color 0.2s;
}

.brief-tg-btn svg {
    width: 23px;
    height: 23px;
    flex-shrink: 0;
}

.brief-tg-btn:hover {
    background: #D32F2F;
    color: #fff;
}

.brief-budget {
    margin-bottom: 32px;
}

.brief-budget:first-of-type {
    margin-bottom: 0;
}

.brief-label {
    font-size: 0.95rem;
    font-weight: 700;
    color: #666;
    margin: 32px 0 14px;
}

.budget-options {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.budget-opt {
    padding: 16px 18px;
    font-size: 1rem;
    font-weight: 500;
    color: #222;
    background: #fff;
    border: 1px solid var(--btn-outline-border);
    border-radius: 200px;
    cursor: pointer;
    transition: border-color 0.2s, background 0.2s, color 0.2s;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-family: 'SF Pro Display', -apple-system, BlinkMacSystemFont, Arial, sans-serif;
}

.budget-opt:hover {
    border-color: var(--btn-outline-border-hover);
    color: var(--btn-outline-hover-color);
}

.budget-opt.selected {
    border-color: #D32F2F;
    background: rgba(211, 47, 47, 0.06);
    color: #D32F2F;
}

.brief-section-title {
    font-size: 1.125rem;
    font-weight: 700;
    color: #222;
    margin: 0 0 16px;
}

.brief-project {
    margin-bottom: 32px;
}

.brief-textarea {
    width: 100%;
    min-height: 120px;
    padding: 23px;
    font-size: 1rem;
    line-height: 1.5;
    color: #222;
    background: #f5f5f5;
    border: 1px solid transparent;
    border-radius: 23px;
    resize: vertical;
    font-family: inherit;
    box-sizing: border-box;
    margin-bottom: 14px;
    transition: border-color 0.2s ease, background 0.2s ease;
}

.brief-textarea::placeholder {
    color: #999;
}

.brief-textarea:hover:not(:focus) {
    border-color: rgba(0, 0, 0, 0.18);
}

.brief-textarea:focus {
    outline: none;
    border-color: rgba(0, 0, 0, 0.42);
    background: #fff;
}

.brief-attach-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 16px 20px;
    font-size: 1rem;
    font-weight: 500;
    color: #222;
    background: #fff;
    border: 1px solid var(--btn-outline-border);
    border-radius: 200px;
    cursor: pointer;
    transition: border-color 0.2s, background 0.2s, color 0.2s;
    font-family: inherit;
}

.brief-attach-btn:hover {
    border-color: var(--btn-outline-border-hover);
    color: var(--btn-outline-hover-color);
    background: #fafafa;
}

.brief-attach-btn svg {
    width: 18px;
    height: 18px;
    color: #666;
}

.brief-contacts-form {
    margin-top: 7px;
    padding-top: 25px;
    border-top: 1px solid rgba(31, 31, 31, 0.15);
    display: flex;
    align-items: center;
    gap: 32px;
}

.brief-inputs-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 13px;
    margin-bottom: 0;
}

.brief-input {
    width: 100%;
    padding: 21px 21px;
    font-size: 1.075rem;
    line-height: 1.5;
    color: #222;
    background: #f5f5f5;
    border: 1px solid transparent;
    border-radius: 200px;
    font-family: inherit;
    box-sizing: border-box;
    transition: border-color 0.2s ease, background 0.2s ease;
}

.brief-input::placeholder {
    color: #999;
}

.brief-input:hover:not(:focus) {
    border-color: rgba(0, 0, 0, 0.18);
}

.brief-input:focus {
    outline: none;
    border-color: rgba(0, 0, 0, 0.42);
    background: #fff;
}

.brief-select {
    appearance: none;
    cursor: pointer;
    padding-right: 40px;
    grid-column: 1 / -1;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23999' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 16px center;
    background-size: 18px;
}

.brief-select:invalid {
    color: #999;
}

.brief-select option {
    color: #222;
}

.brief-inputs-grid .brief-contact-dropdown {
    min-width: 0;
}

.brief-inputs-grid .cases-dropdown-trigger {
    padding: 12px 21px;
    background: #f5f5f5;
    border: 1px solid #e0e0e0;
    border-radius: 200px;
    font-size: 1.075rem;
    font-weight: 400;
}

.brief-inputs-grid .cases-dropdown-trigger:hover,
.brief-inputs-grid .brief-contact-dropdown.is-open .cases-dropdown-trigger {
    background: #fff;
    border-color: var(--btn-outline-border-hover);
    color: var(--btn-outline-hover-color);
}

.brief-inputs-grid .brief-contact-dropdown.is-filled .cases-dropdown-trigger {
    background: #f5f5f5;
    color: #222;
}

.brief-inputs-grid .brief-contact-dropdown.is-filled .cases-dropdown-trigger:hover,
.brief-inputs-grid .brief-contact-dropdown.is-filled.is-open .cases-dropdown-trigger {
    background: #fff;
    border-color: #D32F2F;
    color: #222;
}

.brief-contact-dropdown .cases-dropdown-value--placeholder {
    color: #999;
    font-weight: 400;
}

.brief-contact-dropdown .cases-dropdown-menu {
    z-index: 5;
}

.brief-contact-dropdown .cases-dropdown-option.is-active {
    color: #EF5350;
    background: #f5f5f5;
    font-weight: 500;
}

.brief-contact-dropdown.cases-dropdown:not(.is-open):hover .cases-dropdown-arrow {
    transform: none;
}

.brief-contact-dropdown.is-open .cases-dropdown-arrow {
    transform: rotate(180deg);
}

.brief-submit-btn {
    width: auto;
    flex-shrink: 0;
    height: 76px;
    min-height: 76px;
    padding: 16px 32px;
    font-size: 1.0625rem;
    font-weight: 600;
    color: #fff;
    background: #D32F2F;
    border: 1px solid transparent;
    border-radius: 200px;
    cursor: pointer;
    transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease;
    font-family: inherit;
    margin-top: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    white-space: nowrap;
}

.brief-submit-btn:hover {
    background: #B71C1C;
}

.brief-consent {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    flex: 1;
    min-width: 0;
}

.brief-checkbox {
    width: 18px;
    height: 18px;
    margin-top: 2px;
    flex-shrink: 0;
    cursor: pointer;
    accent-color: #D32F2F;
    border-radius: 200px;
}

.brief-consent-text {
    font-size: 0.875rem;
    line-height: 1.5;
    color: #666;
    margin: 0;
    cursor: pointer;
}

.brief-consent-text strong {
    color: #222;
    font-weight: 600;
}

.brief-consent-text a.brief-consent-link {
    color: #222;
    font-weight: 600;
    text-decoration: none;
}

.brief-consent-text a.brief-consent-link:hover {
    color: #D32F2F;
}

.brief-trigger {
    cursor: pointer;
}

.thank-you-modal {
    position: fixed;
    inset: 0;
    z-index: 10001;
    display: none;
    align-items: center;
    justify-content: center;
    padding: 24px;
    font-family: 'SF Pro Display', -apple-system, BlinkMacSystemFont, Arial, sans-serif;
}

.thank-you-modal.is-open {
    display: flex;
}

.thank-you-popup {
    position: relative;
    width: 100%;
    max-width: 600px;
    background: #fff;
    border-radius: 24px;
    padding: 60px 40px 40px;
    box-shadow: 0 24px 48px rgba(0, 0, 0, 0.15);
    text-align: center;
}

.thank-you-close {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 40px;
    height: 40px;
    border: none;
    background: none;
    color: #333;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    border-radius: 8px;
    transition: background 0.2s, color 0.2s;
}

.thank-you-close:hover {
    background: #f0f0f0;
    color: #000;
}

.thank-you-close svg {
    width: 24px;
    height: 24px;
}

.thank-you-illustration {
    width: 100%;
    max-width: 260px;
    height: 200px;
    margin: 0 auto 24px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.thank-you-illustration img,
.thank-you-illustration svg {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.thank-you-title {
    font-size: 2.5rem;
    font-weight: 700;
    color: #222;
    margin: 0 0 16px;
    line-height: 1.2;
}

.thank-you-text {
    font-size: 1.125rem;
    line-height: 1.6;
    color: #666;
    margin: 0 0 32px;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
}

.thank-you-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 24px 32px;
    font-size: 1rem;
    font-weight: 600;
    color: #fff;
    background: #D32F2F;
    border: none;
    border-radius: 200px;
    text-decoration: none;
    transition: background 0.2s;
    cursor: pointer;
}

.thank-you-btn:hover {
    background: #B71C1C;
}

.about-page {
    background: #fff;
    padding: 53px 0 0px;
    min-height: calc(100vh - 88px);
    position: relative;
    overflow: hidden;
    font-family: 'SF Pro Display', -apple-system, BlinkMacSystemFont, sans-serif;
}

.about-hero-bg {

    position: absolute;
    top: -20%;
    right: -15%;
    width: 60%;
    height: 80%;
    background: #fff;
    pointer-events: none;
}

.about-page-container {
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 16px;
    position: relative;
    z-index: 1;
}

.about-hero {
    margin-bottom: 80px;
}

.about-page-title {
    font-size: 4.5rem;
    font-weight: 700;
    color: #222;
    margin: 0 0 20px;
    font-family: 'SF Pro Display', -apple-system, BlinkMacSystemFont, Arial, sans-serif;
}

.about-page-subtitle {
    font-size: 1.3rem;
    color: #666;
    line-height: 1.7;
    margin: 0;

}

.about-section-title {

    font-size: 3rem;
    font-weight: 700;
    color: #222;
    margin: 0 0 60px;
    font-family: 'SF Pro Display', -apple-system, BlinkMacSystemFont, Arial, sans-serif;
}

.about-history {
    margin-bottom: 120px;
}

.history-timeline {
    display: flex;
    flex-direction: column;
    gap: -50px;
    position: relative;
    max-width: 1440px;
    margin: 0 auto;

}

.history-timeline::before {
    content: '';
    position: absolute;
    left: 50%;
    top: 0;
    bottom: 0;
    width: 4px;
    background: #e0e0e0;
    transform: translateX(-50%);
    z-index: 0;
}

.history-progress-bar {
    position: absolute;
    left: 50%;
    top: 0;
    width: 4px;
    background: #D32F2F;
    transform: translateX(-50%);
    z-index: 1;
    height: 0;
    transition: height 0.3s ease-out;
    border-radius: 2px;
}

.history-active-marker {
    position: absolute;
    left: 50%;
    width: 80px;
    height: 80px;
    background: #D32F2F;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.325rem;
    font-weight: 700;
    font-family: 'SF Pro Display', -apple-system, BlinkMacSystemFont, Arial, sans-serif;
    z-index: 3;
    transform: translate(-50%, -50%);

    transition: top 0.35s ease, transform 0.3s ease;
}

.history-step {
    display: flex;
    gap: 40px;
    position: relative;
    width: 45%;
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}

.history-step.visible {
    opacity: 1;
    transform: translateY(0);
}

.history-step-left {
    transform: translateX(-40px);
}

.history-step-right {
    transform: translateX(40px);
}

.history-step.visible.history-step-left,
.history-step.visible.history-step-right {
    transform: translateX(0);
}

.history-step-left {
    margin-right: auto;
    flex-direction: row;
}

.history-step-right {
    margin-left: auto;
    flex-direction: row-reverse;
}

.history-step-number {
    position: absolute;
    left: 50%;

    width: 40px;
    height: 40px;
    background: #D32F2F;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
    font-weight: 700;
    font-family: 'SF Pro Display', -apple-system, BlinkMacSystemFont, Arial, sans-serif;
    z-index: 2;
    box-shadow: 0 2px 8px rgba(211, 47, 47, 0.3);

}

.history-step-content {
    flex: 1;
    padding: 32px 36px;
    border-radius: 24px;
    background: transparent;

}

.history-step.is-active .history-step-content {
    background: #f9f9f9;

}

.history-step-year {
    font-size: 1.25rem;
    font-weight: 600;
    color: #D32F2F;
    margin-bottom: 8px;
    font-family: 'SF Pro Display', -apple-system, BlinkMacSystemFont, Arial, sans-serif;
}

.history-step-title {
    font-size: 1.75rem;
    font-weight: 700;
    color: #222;
    margin: 0 0 16px;
    font-family: 'SF Pro Display', -apple-system, BlinkMacSystemFont, Arial, sans-serif;
}

.history-step-description {
    font-size: 1.125rem;
    line-height: 1.7;
    color: #666;
    margin: 0;
}

.about-team {
    margin-bottom: 120px;
}

.team-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 40px;
}

.team-member {
    text-align: center;
}

.team-member-photo {
    width: 200px;
    height: 200px;
    margin: 0 auto 24px;
    border-radius: 50%;
    background: #f5f5f5;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.team-member-placeholder {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(0.17);

    display: flex;
    align-items: center;
    justify-content: center;
    color: #999;
}

.team-member-photo--closer .team-member-placeholder {
    transform: scale(0.1734);
}

.team-member-name {
    font-size: 1.5rem;
    font-weight: 700;
    color: #222;
    margin: 0 0 8px;
    font-family: 'SF Pro Display', -apple-system, BlinkMacSystemFont, Arial, sans-serif;
}

.team-member-role {
    font-size: 1.125rem;
    color: #D32F2F;
    margin: 0 0 16px;
    font-weight: 600;
}

.team-member-description {
    font-size: 1rem;
    line-height: 1.8;
    color: #666;
    margin: 0;
}

.about-reviews {
    margin-bottom: 80px;
}

.reviews-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 32px;
}

.review-card {
    background: #f9f9f9;
    padding: 32px;
    border-radius: 12px;
    border: 1px solid #e0e0e0;
}

.review-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 20px;
}

.review-author {
    display: flex;
    gap: 16px;
    align-items: center;
    flex: 1;
}

.review-author-photo {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background: #e0e0e0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    color: #999;
}

.review-author-photo svg {
    width: 32px;
    height: 32px;
}

.review-author-info {
    flex: 1;
}

.review-author-name {
    font-size: 1.125rem;
    font-weight: 700;
    color: #222;
    margin: 0 0 4px;
    font-family: 'SF Pro Display', -apple-system, BlinkMacSystemFont, Arial, sans-serif;
}

.review-author-position {
    font-size: 0.875rem;
    color: #666;
    margin: 0;
}

.review-rating {
    display: flex;
    gap: 4px;
    flex-shrink: 0;
}

.review-rating svg {
    width: 20px;
    height: 20px;
    color: #ffc107;
    fill: #ffc107;
}

.review-text {
    font-size: 1rem;
    line-height: 1.7;
    color: #444;
    margin: 0;
}

.cases-page {
    background: #fff;
    padding: 53px 0 80px;
    min-height: calc(100vh - 88px);
    font-family: 'SF Pro Display', -apple-system, BlinkMacSystemFont, Arial, sans-serif;
}

.cases-page-container {
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 16px;
}

.cases-page-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    margin-bottom: 44px;
}

.cases-page-header .cases-reset-btn {
    margin-top: 58px;
}

.cases-page-title {
    font-size: 4.5rem;
    font-weight: 700;
    color: #222;
    line-height: 1.1;
    margin: 0;
    font-family: 'SF Pro Display', -apple-system, BlinkMacSystemFont, Arial, sans-serif;
}

.cases-toolbar {
    margin-bottom: 50px;
}

.cases-toolbar-top {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    align-items: center;
    margin-bottom: 0;
}

.cases-search {
    flex: 1 1 280px;
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 0 14px 0 24px;
    min-height: 72px;
    background: #fff;
    border: 1px solid var(--btn-outline-border);
    border-radius: 2000px;
    cursor: text;
    transition: border-color 0.2s ease, background 0.2s ease;
}

.cases-search:focus-within {
    background: #fff;
    border-color: #D32F2F;
}

.cases-search-btn {
    flex-shrink: 0;
    padding: 0;
    border: none;
    background: transparent;
    cursor: pointer;
    display: block;
    line-height: 0;
    margin-left: -14px;
    margin-right: 0;
}

.cases-search-btn:focus {
    outline: none;
}

.cases-search-icon {
    position: relative;
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    pointer-events: none;
}

.cases-search-icon-circle {
    position: absolute;
    inset: 0;
    border-radius: 50%;
    background: #D12D31;
    transition: background 0.2s ease;
}

.cases-search-btn:hover .cases-search-icon-circle {
    background: #B51621;
}

.cases-search-icon-lens {
    position: relative;
    z-index: 1;
    width: 24px;
    height: 24px;
    color: #fff;
}

.cases-search-input {
    flex: 1;
    min-width: 0;
    border: none;
    background: transparent;
    font-size: 1.125rem;
    color: #222;
    font-family: 'SF Pro Display', -apple-system, BlinkMacSystemFont, Arial, sans-serif;
    outline: none;
}

.cases-search-input::placeholder {
    color: #999;
}

.cases-search-input::-webkit-search-decoration,
.cases-search-input::-webkit-search-results-button,
.cases-search-input::-webkit-search-results-decoration {
    display: none;
}

.cases-search-input::-webkit-search-cancel-button {
    -webkit-appearance: none;
    appearance: none;
    display: none;
    width: 0;
    height: 0;
}

.cases-search-input::-ms-clear {
    display: none;
    width: 0;
    height: 0;
}

.cases-toolbar-controls {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    align-items: center;
}

.cases-control {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.cases-control-label {
    font-size: 0.75rem;
    font-weight: 500;
    color: #888;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

.cases-select {
    min-width: 200px;
    height: 72px;
    padding: 0 44px 0 20px;
    background-color: #fff;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12' fill='none'%3E%3Cpath d='M2 4L6 8L10 4' stroke='%23222' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 20px center;
    border: 1px solid var(--btn-outline-border);
    border-radius: 2000px;
    font-size: 1.0625rem;
    font-weight: 500;
    color: #222;
    cursor: pointer;
    appearance: none;
    font-family: 'SF Pro Display', -apple-system, BlinkMacSystemFont, Arial, sans-serif;
    transition: border-color 0.2s ease, background 0.2s ease, color 0.2s ease;
}

.cases-select:hover {
    border-color: var(--btn-outline-border-hover);
    color: var(--btn-outline-hover-color);
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12' fill='none'%3E%3Cpath d='M2 4L6 8L10 4' stroke='%23EF5350' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.cases-select:focus {
    border-color: var(--btn-outline-border-hover);
    outline: none;
}

.cases-dropdown {
    position: relative;
    min-width: 200px;
}

.cases-dropdown-trigger {
    width: 100%;
    height: 72px;
    padding: 0 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    background: #fff;
    border: 1px solid var(--btn-outline-border);
    border-radius: 2000px;
    font-size: 1.0625rem;
    font-weight: 500;
    color: #222;
    cursor: pointer;
    font-family: 'SF Pro Display', -apple-system, BlinkMacSystemFont, Arial, sans-serif;
    transition: border-color 0.2s ease, background 0.2s ease, color 0.2s ease;
}

.cases-dropdown-trigger:hover {
    border-color: var(--btn-outline-border-hover);
    color: var(--btn-outline-hover-color);
}

.cases-dropdown-trigger:focus {
    outline: none;
}

.cases-dropdown-trigger:focus:not(:hover) {
    color: #222;
}

.cases-dropdown-value {
    flex: 1;
    min-width: 0;
    text-align: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.cases-dropdown-arrow {
    width: 12px;
    height: 12px;
    flex-shrink: 0;
    color: currentColor;
    transition: transform 0.2s ease;
}

.cases-dropdown:hover .cases-dropdown-arrow,
.cases-dropdown.is-open .cases-dropdown-arrow {
    transform: rotate(180deg);
}

.cases-dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    min-width: 100%;
    background: #fff;
    display: none;
    flex-direction: column;
    gap: 0;
    margin-top: 8px;
    padding: 16px;
    border-radius: 12px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
    z-index: 1000;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
    transition: opacity 0.2s ease, visibility 0.2s ease, transform 0.2s ease;
    pointer-events: none;
    max-height: 320px;
    overflow-y: auto;
}

.cases-dropdown-menu::before {
    content: '';
    position: absolute;
    top: -12px;
    left: 0;
    right: 0;
    height: 12px;
    background: transparent;
    pointer-events: all;
}

.cases-dropdown-menu[hidden] {
    display: none;
}

.cases-dropdown-option {
    display: block;
    width: 100%;
    padding: 16px;
    border: none;
    background: transparent;
    border-radius: 8px;
    text-align: left;
    font-size: 1rem;
    font-weight: 500;
    color: #222;
    cursor: pointer;
    font-family: 'SF Pro Display', -apple-system, BlinkMacSystemFont, Arial, sans-serif;
    transition: background 0.2s ease, color 0.2s ease;
    margin-bottom: 4px;
}

.cases-dropdown-option:last-child {
    margin-bottom: 0;
}

.cases-dropdown-option:hover {
    background: #f5f5f5;
    color: #EF5350;
}

.cases-dropdown-option.is-active {
    font-weight: 700;
    color: #222;
    background: transparent;
}

.cases-dropdown-option.is-active:hover {
    background: #f5f5f5;
    color: #EF5350;
}

.cases-reset-btn {
    height: auto;
    padding: 0;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: transparent;
    border: none;
    font-size: 1.0625rem;
    font-weight: 500;
    color: #222;
    cursor: pointer;
    font-family: 'SF Pro Display', -apple-system, BlinkMacSystemFont, Arial, sans-serif;
    transition: color 0.2s ease;
    white-space: nowrap;
}

.cases-reset-btn:hover {
    color: #EF5350;
}

.cases-reset-btn:focus {
    outline: none;
}

.cases-reset-btn:focus:not(:hover) {
    color: #222;
}

.cases-reset-icon {
    width: 14px;
    height: 14px;
    flex-shrink: 0;
}

.cases-empty {
    text-align: center;
    padding: 80px 24px;
    background: #f9f9f9;
    border-radius: 18px;
}

.cases-empty-title {
    margin: 0 0 8px;
    font-size: 1.5rem;
    font-weight: 600;
    color: #222;
}

.cases-empty-text {
    margin: 0;
    font-size: 1rem;
    color: #888;
}

.cases-filters {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-bottom: 0;
    align-items: center;
    position: relative;
}

.case-filter-btn {
    display: inline-flex;
    align-items: center;
    padding: 18px 32px;
    background: #fff;
    border: 1px solid var(--btn-outline-border);
    border-radius: 200px;
    font-size: 1.2rem;
    font-weight: 500;
    color: #222;
    cursor: pointer;
    transition: all 0.2s ease;
    font-family: 'SF Pro Display', -apple-system, BlinkMacSystemFont, Arial, sans-serif;
    white-space: nowrap;
}

.case-filter-btn:hover {
    background: #f5f5f5;
    border-color: var(--btn-outline-border-hover);
    color: var(--btn-outline-hover-color);
}

.case-filter-btn.active {
    background: #D32F2F;
    color: #fff;
    border-color: #D32F2F;
}

.case-filter-btn sup {
    font-size: 0.75rem;
    margin-left: 4px;
    opacity: 0.7;
}

.case-filter-btn.active sup {
    opacity: 0.9;
}

.spheres-dropdown-wrapper {
    position: relative;
    display: inline-block;
}

.spheres-dropdown {
    border: 1px solid var(--btn-outline-border) !important;
    position: relative;
    padding-right: 40px;
}

.spheres-dropdown:hover {
    border-color: var(--btn-outline-border-hover) !important;
    color: var(--btn-outline-hover-color);
}

.spheres-dropdown.is-open {
    background: #f5f5f5;
}

.spheres-arrow {
    width: 12px;
    height: 12px;
    position: absolute;
    right: 16px;
    top: 50%;
    transform: translateY(-50%);
    transition: transform 0.2s ease;
}

.spheres-dropdown.is-open .spheres-arrow {
    transform: translateY(-50%) rotate(180deg);
}

.spheres-menu {
    position: absolute;
    top: calc(100% + 8px);
    left: 0;
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 12px;
    padding: 8px;
    min-width: 200px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
    transition: all 0.2s ease;
    z-index: 100;
}

.spheres-menu.is-open {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.spheres-menu-item {
    display: block;
    padding: 10px 16px;
    color: #222;
    text-decoration: none;
    border-radius: 8px;
    font-size: 0.9375rem;
    transition: background 0.2s ease;
}

.spheres-menu-item:hover {
    background: #f5f5f5;
}

.filter-decorative-dot {
    width: 8px;
    height: 8px;
    background: #D32F2F;
    border-radius: 50%;
    flex-shrink: 0;
}

.cases-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
}

.cases-grid .case-card,
.cases-container .case-card {
    content-visibility: auto;
    contain-intrinsic-size: auto 720px;
    contain: layout style paint;
    transition: none;
    opacity: 1;
    transform: none;
}

.case-card[style*="display: none"] {
    display: none !important;
}

.services-card:not(.is-visible),
.services-process:not(.is-visible),
.services-hero:not(.is-visible),
.service-block:not(.is-visible),
.service-feature:not(.is-visible),
.service-process-step:not(.is-visible),
.service-stack:not(.is-visible),
.service-stack-item:not(.is-visible),
.service-page-section:not(.is-visible),
.service-page-header:not(.is-visible),
.service-page-cta:not(.is-visible),
.service-result:not(.is-visible),
.case-card-sim:not(.is-visible),
.history-step:not(.is-visible),
.team-member:not(.is-visible),
.contact-card:not(.is-visible),
.case-info-card:not(.is-visible),
.case-timeline-item:not(.is-visible),
.case-timeline-title:not(.is-visible),
.case-timeline-total:not(.is-visible),
.case-related:not(.is-visible),
.faq-item:not(.is-visible),
.faq-subtitle:not(.is-visible),
.faq-request-card:not(.is-visible),
.video-review-item:not(.is-visible),
.showreel-frame:not(.is-visible),
.clients-section:not(.is-visible),
.cases-toolbar:not(.is-visible),
.r2-section-title:not(.is-visible),
.r-section-title:not(.is-visible),
.about-section-title:not(.is-visible) {
    opacity: 0;
    transform: translateY(28px);
}

.services-card,
.services-process,
.services-hero,
.service-block,
.service-feature,
.service-process-step,
.service-stack,
.service-stack-item,
.service-page-section,
.service-page-header,
.service-page-cta,
.service-result,
.case-card-sim,
.history-step,
.team-member,
.contact-card,
.case-info-card,
.case-timeline-item,
.case-timeline-title,
.case-timeline-total,
.case-related,
.faq-item,
.faq-subtitle,
.faq-request-card,
.video-review-item,
.showreel-frame,
.clients-section,
.cases-toolbar,
.r2-section-title,
.r-section-title,
.about-section-title {
    transition: opacity 0.55s ease, transform 0.55s ease;
    transition-delay: var(--reveal-delay, 0s);
}

.services-page {
    background: #fff;
    padding: 53px 0 0px;
    min-height: calc(100vh - 88px);
    font-family: 'SF Pro Display', -apple-system, BlinkMacSystemFont, Arial, sans-serif;
    overflow: hidden;
}

.services-page-container {
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 16px;
}

.privacy-legal-content {
    max-width: 1440px;
    display: flex;
    flex-direction: column;
    gap: 32px;
    padding-bottom: 107px;
}

.privacy-legal-content section {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.privacy-legal-content h1 {
    margin: 0;
    font-size: 1.5rem;
    font-weight: 700;
    color: #222;
    font-family: 'SF Pro Display', -apple-system, BlinkMacSystemFont, Arial, sans-serif;
}

.privacy-legal-content p,
.privacy-legal-content li {
    margin: 0;
    font-size: 1.125rem;
    line-height: 1.65;
    color: #444;
}

.privacy-legal-content ul {
    margin: 0;
    padding-left: 20px;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.privacy-legal-content a {
    color: #D32F2F;
    text-decoration: none;
}

.privacy-legal-content a:hover {
    text-decoration: underline;
}

.privacy-legal-table-wrap {
    overflow-x: auto;
}

.privacy-legal-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 1.125rem;
    line-height: 1.65;
    color: #444;
}

.privacy-legal-table th,
.privacy-legal-table td {
    padding: 16px 20px;
    border: 1px solid #e0e0e0;
    text-align: left;
    vertical-align: top;
}

.privacy-legal-table th {
    width: 32%;
    font-weight: 600;
    color: #222;
    background: #fafafa;
}

.privacy-legal-table ul {
    margin: 0;
    padding-left: 20px;
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.privacy-legal-table li {
    margin: 0;
}

.services-hero {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(300px, 52%);
    gap: 48px;
    align-items: center;
    margin-top: -12px;
    margin-bottom: 110px;
    position: relative;
}

.services-hero::after {
    display: none;
}

.services-hero-copy {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    min-width: 0;
}

.services-hero-image-wrap {
    justify-self: end;
    align-self: start;
    width: 100%;
    max-width: min(600px, 100%);
    margin-right: -16px;
    margin-top: -16px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.services-hero-image {
    display: block;
    width: 100%;
    max-width: 100%;
    height: auto;
    object-fit: contain;
    object-position: center right;
    border-radius: 28px;
    transform: scale(1.08) translateX(20px);
    transform-origin: center right;
}

.services-hero-label {
    margin: 0 0 16px;
    font-size: 0.875rem;
    font-weight: 600;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #D32F2F;
}

.services-hero-title {
    margin: 0 0 24px;
    font-size: clamp(2.75rem, 6vw, 4.75rem);
    font-weight: 700;
    line-height: 0.95;
    color: #222;
}

.services-hero-subtitle {
    margin: 0 0 32px;
    max-width: 34em;
    font-size: 1.2rem;
    line-height: 1.65;
    color: #666;
}

.services-bento {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
    margin-top: -99px;
    margin-bottom: 64px;
}

.services-card {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 300px;
    height: 100%;
    padding: 32px;
    border-radius: 18px;
    background: #f9f9f9;
    border: none;
    text-decoration: none;
    color: #222;
    overflow: hidden;
    isolation: isolate;
    transition: opacity 0.38s cubic-bezier(0.22, 1, 0.36, 1), transform 0.38s cubic-bezier(0.22, 1, 0.36, 1);
    transition-delay: var(--reveal-delay, 0s);
}

.services-card::before {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: inherit;
    background: #1a1a1a;
    opacity: 0;
    transition: opacity 0.2s cubic-bezier(0.22, 1, 0.36, 1);
    pointer-events: none;
    z-index: 0;
}

.services-card:hover::before {
    opacity: 1;
}

.services-card:hover {
    color: #fff;
}

.services-card-number {
    position: absolute;
    top: 12px;
    right: 20px;
    font-size: 5.5rem;
    font-weight: 700;
    line-height: 1;
    color: rgba(0, 0, 0, 0.05);
    pointer-events: none;
    user-select: none;
    font-variant-numeric: tabular-nums;
    z-index: 1;
    transition: color 0.2s cubic-bezier(0.22, 1, 0.36, 1);
}

.services-card:hover .services-card-number {
    color: rgba(255, 255, 255, 0.08);
}

.services-card-body {
    display: flex;
    flex-direction: column;
    gap: 16px;
    max-width: 90%;
    position: relative;
    z-index: 1;
}

.services-card-title {
    margin: 0;
    font-size: clamp(1.5rem, 2.5vw, 2rem);
    font-weight: 700;
    line-height: 1.15;
    color: inherit;
}

.services-card-text {
    margin: 0;
    font-size: 1.05rem;
    line-height: 1.6;
    color: #666;
    transition: color 0.2s cubic-bezier(0.22, 1, 0.36, 1);
}

.services-card:hover .services-card-text {
    color: rgba(255, 255, 255, 0.72);
}

.services-card-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.services-card-tag {
    padding: 14px 22px;
    border-radius: 2000px;
    font-size: 0.9375rem;
    font-weight: 500;
    color: #555;
    background: #fff;
    border: none;
    transition: color 0.2s cubic-bezier(0.22, 1, 0.36, 1), background-color 0.2s cubic-bezier(0.22, 1, 0.36, 1);
}

.services-card:hover .services-card-tag {
    color: rgba(255, 255, 255, 0.72);
    background: rgba(255, 255, 255, 0.1);
}

.services-card-arrow {
    align-self: flex-end;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 56px;
    height: 56px;
    border-radius: 200px;
    background: #D32F2F;
    color: #fff;
    flex-shrink: 0;
    position: relative;
    z-index: 1;
    transition: transform 0.2s cubic-bezier(0.22, 1, 0.36, 1), background-color 0.2s cubic-bezier(0.22, 1, 0.36, 1);
}

.services-card:hover .services-card-arrow {
    background-color: #B71C1C;
    transform: scale(1.04);
}

.services-card-arrow svg {
    width: 22px;
    height: 22px;
}

.services-process {
    margin-bottom: 64px;
}

.services-process-title {
    margin: 0 0 48px;
    font-size: clamp(2rem, 4vw, 3rem);
    font-weight: 700;
    color: #222;
}

.services-process-track {
    display: grid;
    grid-template-columns: minmax(0, 1.5fr) repeat(3, minmax(0, 1.17fr));
    gap: 28px;
    position: relative;
    align-items: stretch;
    transition: grid-template-columns 0.35s ease;
}

.services-process-track::before {
    content: '';
    position: absolute;
    top: 46px;
    left: 28px;
    right: 28px;
    height: 1px;
    background: #D32F2F;
    opacity: 0.22;
    z-index: 0;
    pointer-events: none;
}

.services-process-track[data-active="1"] {
    grid-template-columns: minmax(0, 1.17fr) minmax(0, 1.5fr) repeat(2, minmax(0, 1.17fr));
}

.services-process-track[data-active="2"] {
    grid-template-columns: repeat(2, minmax(0, 1.17fr)) minmax(0, 1.5fr) minmax(0, 1.17fr);
}

.services-process-track[data-active="3"] {
    grid-template-columns: repeat(3, minmax(0, 1.17fr)) minmax(0, 1.5fr);
}

.services-process-step {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding: 20px 18px 24px;
    border-radius: 18px;
    background: transparent;
    border: none;
    width: 100%;
    text-align: left;
    font: inherit;
    color: inherit;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
    transition: padding 0.3s ease, background-color 0.3s ease, opacity 0.3s ease;
}

.services-process-step:not(.services-process-step--active):hover {
    background: #fafafa;
}

.services-process-step:focus-visible {
    outline: 2px solid #D32F2F;
    outline-offset: 2px;
}

.services-process-step--active {
    padding: 32px 36px 36px;
    background: #f9f9f9;
    min-height: 240px;
    z-index: 2;
}

.services-process-step:not(.services-process-step--active) {
    padding-top: 24px;
    z-index: 1;
}

.services-process-num {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background: #D32F2F;
    color: #fff;
    font-size: 1.125rem;
    font-weight: 700;
    border: 4px solid #fff;
    box-shadow: none;
    flex-shrink: 0;
}

.services-process-step:not(.services-process-step--active) .services-process-num {
    width: 44px;
    height: 44px;
    font-size: 1rem;
    background: #fff;
    color: #D32F2F;
    border: 2px solid rgba(211, 47, 47, 0.22);
}

.services-process-step--active .services-process-num {
    border-color: #f9f9f9;
}

.services-process-step h3 {
    margin: 0;
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 1.2;
    color: #222;
}

.services-process-step--active h3 {
    font-size: clamp(1.5rem, 2vw, 1.875rem);
}

.services-process-step:not(.services-process-step--active) h3 {
    font-size: 1.05rem;
}

.services-process-step p {
    margin: 0;
    font-size: 1.025rem;
    line-height: 1.6;
    color: #666;
    max-width: none;
    min-height: calc(1.6em * 2);
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: hidden;
}

.services-process-step--active p {
    color: #666;
}

.services-process-step:not(.services-process-step--active) p {
    color: #888;
}

.services-cta {
    padding: 56px 48px;
    border-radius: 32px;
    background: #111;
    text-align: center;
    color: #fff;
}

.services-cta-label {
    margin: 0 0 12px;
    font-size: 0.875rem;
    font-weight: 600;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #D32F2F;
}

.services-cta-title {
    margin: 0 auto 32px;
    max-width: 16em;
    font-size: clamp(1.75rem, 3vw, 2.5rem);
    font-weight: 700;
    line-height: 1.2;
}

.services-cta-btn {
    padding: 18px 40px;
    font-size: 1.0625rem;
    font-weight: 600;
    font-family: inherit;
    color: #111;
    background: #fff;
    border: none;
    border-radius: 200px;
    cursor: pointer;
    transition: background 0.2s ease;
}

.services-cta-btn:hover {
    background: #f0f0f0;
}

.contacts-page {
    background: #fff;
    padding: 53px 0px 0px 0px;
    min-height: calc(100vh - 88px);
    position: relative;
    overflow: hidden;
    font-family: 'SF Pro Display', -apple-system, BlinkMacSystemFont, sans-serif;
}

.contacts-hero-bg {
    position: absolute;
    top: -20%;
    right: -15%;
    width: 60%;
    height: 80%;
    pointer-events: none;
}

.contacts-page-container {
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 16px 100px 16px;
    position: relative;
    z-index: 1;
}

.contacts-hero {
    margin-bottom: 53px;
}

.contacts-page-title {
    font-size: 4.5rem;
    font-weight: 700;
    color: #222;
    margin: 0 0 20px;
    font-family: 'SF Pro Display', -apple-system, BlinkMacSystemFont, Arial, sans-serif;
}

.contacts-page-subtitle {
    font-size: 1.3rem;
    color: #666;
    line-height: 1.7;
    margin: 0;
}

.contacts-content {
    display: flex;
    flex-direction: column;
    gap: 80px;
}

.contacts-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 24px;
}

.contact-card-link {
    text-decoration: none;
    color: inherit;
}

.contact-card {
    background: #f9f9f9;
    border-radius: 24px;
    padding: 32px;
    display: flex;
    flex-direction: column;
    gap: 27px;
    color: #222;
    overflow: hidden;
    transition: background-color 0.25s ease, color 0.25s ease;
}

.contact-card:hover {
    background-color: #1a1a1a;
    color: #fff;
}

.contact-card-icon {
    width: 69px;
    height: 69px;
    border-radius: 200px;
    background: #D32F2F;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    flex-shrink: 0;
    transition: background-color 0.15s ease;
}

.contact-card:hover .contact-card-icon {
    background-color: #B71C1C;
}

.contact-card-icon img {
    width: 28px;
    height: 28px;
    object-fit: contain;
}

.contact-card-icon svg {
    width: 28px;
    height: 28px;
    color: #fff;
}

.contact-card-content {
    display: flex;
    flex-direction: column;
    gap: 13px;
}

.contact-at {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, Arial, sans-serif;
    font-weight: 600;
}

.contact-icon-default {
    opacity: 0;
    position: absolute;
    transition: opacity 0.25s ease;
}

.contact-icon-hover {
    opacity: 1;
    position: absolute;
    transition: opacity 0.25s ease;
}

.contact-card-title {
    font-size: 1rem;
    font-weight: 600;
    color: #666;
    margin: 0;
    font-family: 'SF Pro Display', -apple-system, BlinkMacSystemFont, Arial, sans-serif;
    transition: color 0.25s ease;
}

.contact-card:hover .contact-card-title {
    color: rgba(255, 255, 255, 0.72);
}

.contact-card-value {
    font-size: 1.5rem;
    letter-spacing: -1%;
    font-weight: 700;
    color: #222;
    margin: 0;
    font-family: 'SF Pro Display', -apple-system, BlinkMacSystemFont, Arial, sans-serif;
    transition: color 0.25s ease;
}

.contact-card:hover .contact-card-value {
    color: #fff;
}

.contact-card-hint {
    font-size: 0.975rem;
    line-height: 1.45;
    color: #1f1f1f8c;
    transition: color 0.25s ease;
}

.contact-card:hover .contact-card-hint {
    color: rgba(255, 255, 255, 0.72);
}

.contact-card:hover .contact-icon-default {
    opacity: 0;
}

.contact-card:hover .contact-icon-hover {
    opacity: 1;
}

.contact-card:hover .contact-card-icon svg {
    color: #fff;
    fill: #fff;
}

.contacts-cta {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
    padding: 48px 0;
    border-top: 1px solid #e8e8e8;
}

.contacts-cta-text {
    font-size: 1.5rem;
    font-weight: 600;
    color: #222;
    margin: 0;
}

.contacts-cta-btn {
    width: auto;
    min-width: auto;
    height: auto;
    padding: 18px 40px;
    background: #D32F2F;
    color: #fff;
    border-radius: 12px;
    font-size: 1.125rem;
    font-weight: 600;
    transition: background 0.2s, transform 0.2s;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.contacts-cta-btn:hover {
    background: #B71C1C;
    transform: scale(1.02);
}

.contacts-form-section {
    padding: 48px 0;
    border-top: 1px solid #e8e8e8;
}

.contacts-form-title {
    font-size: 1.5rem;
    font-weight: 600;
    color: #222;
    margin: 0 0 32px;
    font-family: 'SF Pro Display', -apple-system, BlinkMacSystemFont, Arial, sans-serif;
}

.contacts-form-wrapper {
    background: #fff;
    border-radius: 12px;
    padding: 40px;
    border: 1px solid #e8e8e8;
}

.contacts-form-wrapper .brief-title {
    padding-right: 0;
    margin-bottom: 8px;
}

.contacts-form-wrapper .brief-subtitle {
    margin-bottom: 24px;
}

.contacts-form-wrapper .brief-contacts {
    margin-bottom: 32px;
}

.contacts-form-wrapper .brief-budget {
    margin-bottom: 32px;
}

.contacts-form-wrapper .brief-project {
    margin-bottom: 32px;
}

.contacts-form-wrapper .brief-contacts-form {
    margin-top: 0;
}

.contacts-form-submit {
    width: 100%;
    margin-top: 20px;
}

.contacts-work-hours {
    padding: 32px;
    background: #f9f9f9;
    border-radius: 16px;
    border: 1px solid #e8e8e8;
}

.contacts-work-title {
    font-size: 1rem;
    font-weight: 600;
    color: #666;
    margin: 0 0 8px;
}

.contacts-work-text {
    font-size: 1.125rem;
    color: #333;
    margin: 0;
    line-height: 1.6;
}

.case-hero {
    padding: 53px 0;

    font-family: 'SF Pro Display', -apple-system, BlinkMacSystemFont, Arial, sans-serif;
}

.case-hero-container {
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 16px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    align-items: top;
}

.case-hero-content {
    display: flex;
    flex-direction: column;
    gap: 29px;
}

.case-hero-title {
    font-size: 4.5rem;
    font-weight: 700;
    line-height: 1.1;
    margin: 0;

    font-family: 'SF Pro Display', -apple-system, BlinkMacSystemFont, Arial, sans-serif;
}

.case-hero-description {
    font-size: 1.5rem;
    line-height: 1.7;
    margin: 0;

}

.case-hero-link {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 16px 32px;
    font-size: 1.125rem;
    font-weight: 600;
    color: #fff;
    background: #D12D31;
    border-radius: 200px;
    text-decoration: none;
    transition: background 0.2s, box-shadow 0.2s;
    width: fit-content;
}

.case-hero-link:hover {
    color: #fff;
    background-color: #B6191F;
}

.case-hero-link svg {
    width: 20px;
    height: 20px;
    flex-shrink: 0;
}

.case-hero-image {

    width: 100%;
    height: 580px;
    border-radius: 24px;
    overflow: hidden;

}

.case-hero-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.case-task {
    padding: 120px 0;
    background: #fff;
    font-family: 'SF Pro Display', -apple-system, BlinkMacSystemFont, Arial, sans-serif;
}

.case-task-container {
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 16px;
}

.case-task-title {
    font-size: 2.5rem;
    font-weight: 700;
    line-height: 1.2;
    margin: 0 0 48px;
    color: #222;
    font-family: 'SF Pro Display', -apple-system, BlinkMacSystemFont, Arial, sans-serif;
}

.case-task-content {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.case-task-text {
    font-size: 1.125rem;
    line-height: 1.8;
    margin: 0;
    color: #333;
}

.case-info {
    padding: 42px 0 83px 0;
    background: #fff;
    font-family: 'SF Pro Display', -apple-system, BlinkMacSystemFont, Arial, sans-serif;
}

.case-info-container {
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 16px;
}

.case-info-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
    align-items: stretch;
}

.case-info-card {
    flex: 1 1 0;
    min-width: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
    background: #f7f7f7;
    border-radius: 28px;
    padding: 42px 42px;
    box-sizing: border-box;
}

.case-info-icon-wrap {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background: #d32f2f;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    margin: 0 0 24px;
}

.case-info-icon {
    width: 36px;
    height: 36px;
    object-fit: contain;
    display: block;
}

.case-info-label {
    font-size: 1.625rem;
    font-weight: 700;
    color: #111;
    margin: 0 0 14px;
    line-height: 1.25;
    font-family: 'SF Pro Display', -apple-system, BlinkMacSystemFont, Arial, sans-serif;
}

.case-info-text {
    font-size: 1.125rem;
    line-height: 1.7;
    color: #333;
    margin: 0;
}

.case-timeline {
    padding: 87px 0;
    background: #f8f9fa;
    font-family: 'SF Pro Display', -apple-system, BlinkMacSystemFont, Arial, sans-serif;
}

.case-timeline-container {
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 16px;
}

.case-timeline-title {
    font-size: 2.5rem;
    font-weight: 700;
    color: #222;
    margin: 0 0 60px;
    text-align: left;
    font-family: 'SF Pro Display', -apple-system, BlinkMacSystemFont, Arial, sans-serif;
}

.case-timeline-total {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 12px;
    align-items: baseline;
    margin: 48px 0 0;
    color: #333;
    font-family: 'SF Pro Display', -apple-system, BlinkMacSystemFont, Arial, sans-serif;
}

.case-timeline-total-label {
    font-size: 1.125rem;
    line-height: 1.4;
    color: #666;
}

.case-timeline-total-value {
    font-size: 1.25rem;
    line-height: 1.4;
    font-weight: 700;
    color: #222;
}

.case-timeline-list {
    display: flex;
    flex-direction: column;
    gap: 47px;
    margin-bottom: 60px;
}

.case-timeline-item {
    display: flex;
    gap: 40px;
    align-items: flex-start;
}

.case-timeline-number {
    font-size: 3rem;
    font-weight: 700;
    color: #D32F2F;
    line-height: 1;
    flex-shrink: 0;
    width: 80px;
}

.case-timeline-content {
    flex: 1;
}

.case-timeline-step {
    font-size: 1.5rem;
    font-weight: 700;
    color: #222;
    margin: 0 0 12px;
    font-family: 'SF Pro Display', -apple-system, BlinkMacSystemFont, Arial, sans-serif;
}

.case-timeline-description {
    font-size: 1.125rem;
    line-height: 1.8;
    color: #666;
    margin: 0 0 12px;
}

.case-timeline-duration {
    display: inline-block;
    font-size: 1rem;
    font-weight: 600;
    color: #D32F2F;
    background: rgba(211, 47, 47, 0.1);
    padding: 6px 16px;
    border-radius: 20px;
}

.case-timeline-total {
    text-align: center;
    padding-top: 40px;
    border-top: 2px solid #e0e0e0;
}

.case-timeline-total-label {
    font-size: 1.25rem;
    color: #666;
    margin-right: 12px;
}

.case-timeline-total-value {
    font-size: 2rem;
    font-weight: 700;
    color: #D32F2F;
}

.case-design {
    padding: 120px 0;
    background: #111111;
    font-family: 'SF Pro Display', -apple-system, BlinkMacSystemFont, Arial, sans-serif;
}

.case-design-container {
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 16px;
}

.case-design-title {
    font-size: 2.5rem;
    font-weight: 700;
    color: #ffffff;
    margin: 0 0 60px;
    text-align: left;
    font-family: 'SF Pro Display', -apple-system, BlinkMacSystemFont, Arial, sans-serif;
}

.case-design-gallery {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 40px;
}

.case-design-item {
    border-radius: 24px;
    overflow: hidden;
}

.case-design-item img {
    width: 100%;
    height: auto;
    display: block;
    vertical-align: top;
    /* срезать субпиксельную «полоску» справа у 100%-ширины */
    clip-path: inset(0 1px 0 0);
}

.case-design-disclaimer {
    margin: 48px 0 0;
    max-width: 52em;
    font-size: 0.8125rem;
    line-height: 1.55;
    color: rgba(255, 255, 255, 0.45);
}

.case-design:has(.case-design-disclaimer) {
    padding-bottom: 56px;
}

.case-results {
    padding: 120px 0;
    background: linear-gradient(135deg, #D32F2F 0%, #EF5350 100%);
    color: #fff;
    font-family: 'SF Pro Display', -apple-system, BlinkMacSystemFont, Arial, sans-serif;
}

.case-results-container {
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 16px;
}

.case-results-title {
    font-size: 2.5rem;
    font-weight: 700;
    margin: 0 0 20px;
    text-align: center;
    font-family: 'SF Pro Display', -apple-system, BlinkMacSystemFont, Arial, sans-serif;
}

.case-results-intro {
    font-size: 1.25rem;
    line-height: 1.8;
    text-align: center;
    margin: 0 0 60px;
    opacity: 0.95;
}

.case-results-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
}

.case-result-card {
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    border-radius: 24px;
    padding: 40px;
    text-align: center;

}

.case-result-value {
    font-size: 4rem;
    font-weight: 700;
    margin: 0 0 12px;
    line-height: 1;
}

.case-result-label {
    font-size: 1.25rem;
    font-weight: 600;
    margin: 0 0 16px;
}

.case-result-description {
    font-size: 1rem;
    line-height: 1.6;
    margin: 0;
    font-weight: 300;
    opacity: 0.8;
}

.case-related {
    padding: 120px 0;
    background: #ffffff;
    font-family: 'SF Pro Display', -apple-system, BlinkMacSystemFont, Arial, sans-serif;
}

.case-related-container {
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 16px;
    overflow: hidden;
}

.case-related-title {
    font-size: 2.5rem;
    font-weight: 700;
    color: #222;
    margin: 0 0 60px;
    text-align: left;
    font-family: 'SF Pro Display', -apple-system, BlinkMacSystemFont, Arial, sans-serif;
}

.case-related-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    margin-bottom: 60px;
}

.case-related-header .case-related-title {
    margin: 0;
}

.case-related-nav {
    display: flex;
    gap: 16px;
    flex-shrink: 0;
}

.case-related-nav .video-reviews-nav {
    background: transparent;
    border: 1px solid rgba(31, 31, 31, 0.15);
    color: #1f1f1f;
}

.case-related-nav .video-reviews-nav svg {
    opacity: 0.8;
}

.case-related-nav .video-reviews-nav:hover {
    background: #D32F2F;
    border-color: transparent;
    color: #fff;
}

.case-related-nav .video-reviews-nav:hover svg {
    opacity: 1;
}

.case-related .cases-grid.case-related-cases {
    display: flex;
    grid-template-columns: none;
    gap: 40px;
    overflow: visible;
    padding-bottom: 8px;
    position: relative;
    transition: transform 0.3s cubic-bezier(0.22, 1, 0.36, 1);
    will-change: transform;
    cursor: grab;
    touch-action: pan-y;
    user-select: none;
}

.case-related .cases-grid.case-related-cases.is-dragging,
.case-related .cases-grid.case-related-cases.is-dragging * {
    cursor: grabbing;
}

.case-related .case-related-cases .case-card-sim {
    flex: 0 0 var(--case-related-card-width, 300px);
    max-width: var(--case-related-card-width, 300px);
}

.case-related .case-related-cases .case-visual {
    height: 400px;
}

.case-related .case-related-cases .case-content {
    padding: 24px 24px 32px;
    gap: 18px;
}

.case-related .case-related-cases .case-title {
    font-size: 1.625rem;
    line-height: 1.2;
}

.case-related .case-related-cases .case-description {
    font-size: 1rem;
    line-height: 1.55;
}

.case-related .case-related-cases .case-tag {
    padding: 8px 14px;
    font-size: 0.8125rem;
}

.fl-widget {
    height: 101px;
    box-sizing: border-box;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 12px;
    width: 320px;
    max-width: 100%;
    padding: 14px 16px;
    border-radius: 15px;
    background: #fff;
    color: #111;
    text-decoration: none;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.fl-widget-main {
    flex: 1 1 0;
    min-width: 0;
    overflow: hidden;
}

.fl-widget-top {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 8px;
    min-width: 0;
}

.fl-widget-logo {
    width: 32px;
    height: auto;
    display: block;
    object-fit: contain;
}

.fl-widget-title {
    font-size: 16px;
    line-height: 1.1;
    font-weight: 700;
    color: #111;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    min-width: 0;
}

.fl-widget-stats {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.fl-widget-rating,
.fl-widget-reviews {
    font-size: 13px;
    line-height: 1.2;
    font-weight: 700;
}

.fl-widget-rating {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    color: #111;
}

.fl-widget-rating-star {
    color: #FEC621;
}

.fl-widget-rating-value {
    font-weight: 450;
    color: #111;
}

.fl-widget-reviews {
    color: #111;
}

.fl-widget-button {
    flex-shrink: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #080808;
    color: #fff;
    font-size: 14px;
    line-height: 1;
    font-weight: 400;
    border-radius: 5px;
    padding: 10px 14px;
    white-space: nowrap;
}

.reviews-video-widget {
    position: fixed;
    right: 24px;
    bottom: 24px;
    z-index: 1100;
    width: 118px;
    height: 162px;
    padding: 0;
    border: 1px solid rgba(255, 255, 255, 0.22);
    border-radius: 22px;
    overflow: hidden;
    background: #111 url("/media/reviews/0703-poster.jpg") center / cover no-repeat;
    cursor: pointer;
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.26);
    transform-origin: right bottom;
    transition: transform 0.24s ease, box-shadow 0.24s ease, border-color 0.24s ease;
}

.reviews-video-widget-poster {
    position: absolute;
    inset: 0;
    z-index: 1;
    margin: 0;
    pointer-events: none;
    transition: opacity 0.25s ease;
}

.reviews-video-widget-poster img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.reviews-video-widget-poster.is-hidden,
.reviews-video-widget.is-playing .reviews-video-widget-poster {
    opacity: 0;
}

.reviews-video-widget-video {
    position: relative;
    z-index: 0;
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.reviews-video-widget:hover {
    transform: scale(1.58);
    border-color: rgba(255, 255, 255, 0.42);
    box-shadow: 0 28px 64px rgba(0, 0, 0, 0.36);
}

.reviews-video-widget.is-dismissed {
    display: none;
}

.reviews-video-widget-close {
    position: absolute;
    top: 6px;
    right: 6px;
    z-index: 6;
    width: 20px;
    height: 16px;
    padding: 0;
    border: none;
    background: transparent;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0.75;
    transition: opacity 0.2s ease;
}

.reviews-video-widget-close:hover {
    opacity: 1;
}

.reviews-video-widget-close-bar {
    display: block;
    width: 12px;
    height: 2px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.9);
}

.reviews-video-widget-controls {
    left: 8px;
    right: 8px;
    bottom: 8px;
    gap: 0;
    display: block;
    opacity: 0;
    pointer-events: none;
}

.reviews-video-widget:hover .reviews-video-widget-controls,
.reviews-video-widget:focus-within .reviews-video-widget-controls {
    opacity: 1;
    pointer-events: all;
}

.reviews-video-widget-controls .showreel-mute-btn {
    position: absolute;
    left: 0;
    bottom: 0;
    flex-shrink: 0;
    opacity: 0.75;
    pointer-events: all;
    transition: opacity 0.2s ease;
}

.reviews-video-widget-controls .showreel-mute-btn:hover {
    opacity: 1;
}

.reviews-video-widget-controls .showreel-mute-btn img {
    width: 13px;
    height: 13px;
    display: block;
    object-fit: contain;
}

.reviews-fullscreen-modal {
    position: fixed;
    inset: 0;
    z-index: 12000;
    display: none;
    background: #000;
    box-sizing: border-box;
}

.reviews-fullscreen-modal.is-open {
    display: block;
}

.reviews-fullscreen-frame {
    position: absolute;
    inset: 0;
    background: #000;
    cursor: default;
}

.reviews-fullscreen-frame::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 45%;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0) 100%);
    opacity: 0;
    transition: opacity 0.2s ease;
    pointer-events: none;
    z-index: 20;
}

.reviews-fullscreen-modal .reviews-fullscreen-frame.is-ui-visible::after {
    opacity: 1;
}

.reviews-fullscreen-video {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: contain;
    background: #000;
}

.reviews-fullscreen-modal .showreel-fullscreen-controls {
    z-index: 35;
    opacity: 0;
    pointer-events: none;
}

.reviews-fullscreen-modal .reviews-fullscreen-frame.is-ui-visible .showreel-fullscreen-controls {
    opacity: 1;
}

.reviews-fullscreen-modal .reviews-fullscreen-frame.is-ui-visible .reviews-fullscreen-close,
.reviews-fullscreen-modal .reviews-fullscreen-frame.is-ui-visible .video-review-fullscreen-nav {
    pointer-events: all;
    z-index: 36;
}

.reviews-fullscreen-modal .showreel-bottom-controls {
    opacity: 0;
    pointer-events: none;
    bottom: 24px;
    left: 24px;
    right: 24px;
}

.reviews-fullscreen-modal .reviews-fullscreen-frame.is-ui-visible .showreel-bottom-controls {
    opacity: 1;
    pointer-events: all;
}

.reviews-fullscreen-modal .showreel-bottom-controls .showreel-fullscreen-close {
    display: flex;
    margin-left: 14px;
}

.footer-layout-new {
    display: block;
}

.footer-main-row {
    display: grid;
    grid-template-columns: minmax(250px, 360px) 48px repeat(3, minmax(170px, 1fr));
    gap: 56px;
    align-items: start;
    padding-bottom: 87px;
    padding-top: 11px;
    border-bottom: 1px solid #262626;
}

.footer-contact-col {
    grid-column: 1;
    margin: 0px 0px;
    display: flex;
    flex-direction: column;
    gap: 32px;
    padding-right: 40px;
    border-right: none;
    position: relative;
}

.footer-main-row>.footer-nav-col:nth-child(2) {
    grid-column: 3;
    margin-left: -78px;
}

.footer-main-row>.footer-nav-col:nth-child(3) {
    grid-column: 4;
    margin-left: 35px;
}

.footer-main-row>.footer-nav-col:nth-child(5) {
    grid-column: 5;
}

.footer-main-row>.footer-nav-col.footer-docs-col {
    display: none;
}

.footer-contact-col::after {
    content: "";
    position: absolute;
    top: -32px;
    bottom: -63px;
    right: 37px;
    width: 1px;
    background: #262626;
}

.footer-logo .logo-image {
    height: 85px;
    width: auto;
}

.footer-layout-new .contact-info {
    max-width: none;
    gap: 7px;
    margin-bottom: -37px;

}

.footer-layout-new .phone {
    font-size: 32px;
    line-height: 1.05;
    font-weight: 600;
    letter-spacing: -0.02em;
}

.footer-layout-new .email {
    font-size: 22px;
    line-height: 1.3;
}

.footer-layout-new .footer-social {
    position: static;
    gap: 9px;
    margin-top: 19px;
}

.footer-layout-new .social-icon {
    width: 57px;
    height: 57px;
}

.footer-layout-new .social-icon svg {
    width: 22px;
    height: 22px;
}

.footer-layout-new .social-icon img {
    width: 22px;
    height: 22px;
    object-fit: contain;
}

.footer-layout-new .social-icon img[src*="behance"] {
    width: 25px;
    height: auto;
}


.footer-layout-new .social-icon img[src*="fl"] {
    width: 20px;
    height: auto;
}


.footer-nav-col {
    display: flex;
    flex-direction: column;
    gap: 15px;
    min-width: 0;
}


.footer-nav-title {
    margin: 0 0 4px;
    font-size: 23px;
    line-height: 1;
    font-weight: 700;
    color: #fff;
}

.footer-nav-col a+.footer-nav-title {
    margin-top: 37px;
}

.footer-nav-col a {
    color: rgba(255, 255, 255, 0.75);
    text-decoration: none;
    font-size: 18px;
    line-height: 1.4;
    transition: color 0.2s ease;
}

.footer-nav-col a:hover {
    color: #ffffff;
}

.footer-contact-link {
    display: inline-flex;
    align-items: center;
    gap: 10px;
}

.footer-contact-icon {
    width: 20px;
    height: 20px;
    object-fit: contain;
    flex-shrink: 0;
    opacity: 0.8;
}

.footer-bottom-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 24px;
    padding-top: 47px;
}

.footer-layout-new .legal-links {
    display: flex;
    gap: 13px;
    align-items: center;
}

.footer-layout-new .legal-separator {
    color: #464646;
    font-size: 12px;
    line-height: 1;
}

.footer-layout-new .copyright,
.footer-layout-new .legal-links a {
    font-size: 14px;
    letter-spacing: 0%;
    color: rgba(255, 255, 255, 0.67);
}

/* ==========================================================================
   Desktop: tablet / intermediate breakpoints
   ========================================================================== */

@media (max-width: 1100px) {
    .service-page-dark-band .service-result-list {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 1200px) {
    .service-page-content {
        grid-template-columns: 1fr 350px;
        gap: 60px;
    }

    .service-page-title {
        font-size: 3.5rem;
    }
}

@media (max-width: 1200px) {
    .hero-title {
        font-size: 6rem;
    }

    .hero-number {
        font-size: 7.5rem;
    }
}

@media (max-width: 1200px) {
    .decorative-word {
        font-size: 4rem;
    }
}

@media (max-width: 1200px) {
    .service-container {
        grid-template-columns: 140px 1fr;
        gap: 48px;
    }

    .service-number {
        font-size: 8rem;
        width: 140px;
        max-width: 140px;
    }

    .service-title {
        font-size: 2.5rem;
    }
}

@media (max-width: 1200px) {
    .video-reviews-carousel {
        gap: 24px;
    }

    .video-review-frame {
        width: 450px;
        height: 450px;
    }

    .video-review-info {
        max-width: 600px;
    }
}

@media (max-width: 1200px) {
    .cases-container {
        gap: 32px;
    }

    .case-title {
        font-size: 2rem;
    }
}

@media (max-width: 1200px) {
    .about-page-title {
        font-size: 3.5rem;
    }

    .about-section-title {
        font-size: 2.5rem;
    }
}

@media (max-width: 1200px) {
    .cases-page-title {
        font-size: 3.5rem;
    }

    .cases-grid {
        gap: 32px;
    }
}

@media (max-width: 1100px) {
    .services-hero {
        grid-template-columns: 1fr;
        gap: 32px;
    }

    .services-hero-image-wrap {
        justify-self: center;
        max-width: min(420px, 100%);
        margin-right: 0;
        margin-top: 0;
    }

    .services-hero-image {
        transform: scale(1);
        transform-origin: center center;
    }

    .services-process-track {
        grid-template-columns: 1fr 1fr;
        gap: 28px;
    }

    .services-process-step--active {
        grid-column: 1 / -1;
        order: -1;
        min-height: auto;
    }

    .services-process-track[data-active] {
        grid-template-columns: 1fr 1fr;
    }

    .services-process-track::before {
        display: none;
    }

    .services-process-step:nth-child(2n)::after {
        display: none;
    }

    .services-process-step--active::after {
        display: none;
    }
}

@media (max-width: 1200px) {
    .case-hero-container {
        gap: 60px;
    }

    .case-hero-title {
        font-size: 3.5rem;
    }

    .case-hero-description {
        font-size: 1.25rem;
    }
}

@media (max-width: 1200px) {
    .case-info-grid {
        flex-direction: column;
    }

    .case-info-card {
        flex: 1 1 auto;
        width: 100%;
    }
}

@media (max-width: 1200px) {
    .case-design-gallery {
        grid-template-columns: 1fr;
    }

    .case-design-item-wide {
        grid-column: 1;
    }
}

@media (max-width: 1200px) {
    .case-results-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

/* --- styles-mobile.css --- */
/* ==========================================================================
   Mobile overrides
   ========================================================================== */

/* ▼ Размер лого, хедера, иконки меню и шоурила — меняй только здесь */
:root {
    --mobile-logo-height: 52px;
    --mobile-header-height: 78px;
    --mobile-header-padding-x: 20px;
    --mobile-menu-btn-size: 44px;
    --mobile-menu-icon-width: 32px;
    --mobile-menu-icon-height: 25px;
    --mobile-menu-close-icon-size: 32px;
    --mobile-showreel-height: 237px;
    --mobile-nav-separator: rgba(31, 31, 31, 0.1);
}

@media (max-width: 768px) {

    html {
        scrollbar-gutter: stable;
    }

    header .logo .logo-image,
    header .logo-image,
    .mobile-menu .logo .logo-image,
    .mobile-menu .logo-image {
        height: var(--mobile-logo-height);
        width: auto;
        max-height: var(--mobile-logo-height);
    }

    .breadcrumbs {
        margin: 12px 0 14px;
    }

    .breadcrumbs-list li {
        font-size: 16px;
    }

    .mobile-menu-toggle {
        display: flex;
    }

    /* Убирает double-tap zoom при быстрых кликах (бургер, FAQ и т.п.) */
    .mobile-menu-toggle,
    .mobile-menu-close,
    .mobile-nav-link,
    .mobile-nav-sublink,
    .mobile-services-toggle,
    .faq-item,
    .faq-question,
    .faq-toggle,
    button,
    a,
    [role="button"] {
        touch-action: manipulation;
    }

    .desktop-nav {
        display: none;
    }

    /* Скрываем кнопку "Оставить заявку" в хедере на мобильных */
    .request-section.desktop-nav {
        display: none;
    }

    header {
        position: relative;
        z-index: 1000;
    }

    .container {
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        height: var(--mobile-header-height);
    }

    .logo-line1,
    .logo-line2 {
        font-size: 1.1rem;
    }

    .mobile-menu-toggle {
        margin-left: auto;
        align-self: center;
        margin-top: 0;
    }

    .service-page {
        padding: 27px 0 0px;
    }

    .service-page-header {
        margin-bottom: 60px;
    }

    .service-page-title {
        font-size: 2.5rem;
    }

    .service-page-subtitle {
        font-size: 1.125rem;
    }

    .service-page-content {
        display: flex;
        flex-direction: column;
        gap: 40px;
        margin-bottom: -67px;

    }

    .service-page-main {
        gap: 60px;
        order: 1;
    }

    .service-page-sidebar {
        order: 2;
        position: static;
        top: auto;
        gap: 24px;
        max-height: none;
        overflow-y: visible;
    }

    .service-page-section {
        gap: 32px;
    }

    .service-page-section-title {
        font-size: 1.75rem;
    }

    .service-feature {
        flex-direction: column;
        gap: 16px;
        align-items: flex-start;
    }

    .service-feature-icon {
        width: 67px;
        height: 67px;
        min-width: 67px;
        border-radius: 25%;
    }

    .service-feature-icon svg {
        width: 40px;
        height: 40px;
    }



    .service-process-step {
        flex-direction: column;
        gap: 16px;
    }

    .service-process-number {
        font-size: 2.5rem;
        min-width: auto;
    }

    .service-stack-title {
        font-size: 2rem;
        margin-bottom: 28px;
    }

    .service-stack-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 12px;
    }

    .service-stack--carousel .service-stack-track {
        gap: 12px;
    }

    .service-stack-header {
        margin-bottom: 28px;
    }

    .service-stack-nav .video-reviews-nav {
        display: flex;
        width: 44px;
        height: 44px;
    }

    .service-stack-nav .video-reviews-nav svg {
        width: 20px;
        height: 20px;
    }

    .service-stack-item {
        padding: 16px 10px 14px;
    }

    .service-stack-icon {
        width: 60px;
        height: 60px;
    }

    .service-stack-icon img {
        width: 34px;
        height: 34px;
    }

    .service-stack-label {
        font-size: 0.8125rem;
    }

    .service-page-dark-band {
        padding: 60px 0;

    }

    .service-page-dark-inner {
        gap: 0;
    }

    .service-result {
        padding: 0;
    }

    .service-result-list,
    .service-page-dark-band .service-result-list {
        grid-template-columns: 1fr;
        gap: 10px;
    }

    .service-result-list li {
        padding: 16px 20px;
        font-size: 1rem;
        gap: 12px;
    }

    .service-page-cta {
        padding: 27px 21px;
    }

    .hero-section {
        padding: 40px 16px 0;
    }

    .hero-after-dark {
        padding: 0;
    }

    .hero-container {
        max-width: 100%;
        gap: 0;
    }

    .hero-top {
        gap: 17px;
    }

    .hero-copy {
        padding-top: 57px;
        align-items: flex-start;
        text-align: left;
    }

    .hero-lead {
        font-size: 1.0625rem;
        max-width: none;
    }

    .hero-title {
        font-size: 3rem;
        line-height: 1.1;
        margin-bottom: 0;
    }

    .hero-cta-btn {
        padding: 14px 22px;
        font-size: 1rem;
    }

    .hero-bottom {
        display: flex;
        flex-direction: column;
        gap: 24px;
    }

    .mobile-menu-social .social-icon img[src*="behance"] {
        width: 27px;
        height: auto;
    }

    .hero-left-text {
        font-size: 0.875rem;
        color: #666;
        line-height: 1.5;
    }

    .hero-right-text {
        font-size: 1rem;
        color: #222;
        line-height: 1.6;
        text-align: left;
    }

    .hero-after-dark .hero-left-text {
        color: rgba(255, 255, 255, 0.68);
    }

    .hero-after-dark .hero-right-text {
        color: rgba(255, 255, 255, 0.78);
    }

    .showreel-frame:not(:fullscreen):not(:-webkit-full-screen):not(.is-fullscreen) .showreel-bottom-controls,
    .video-review-frame:not(:fullscreen):not(:-webkit-full-screen):not(.is-fullscreen) .video-review-bottom-controls {
        opacity: 1;
        pointer-events: all;
    }

    .showreel-frame:not(:fullscreen):not(:-webkit-full-screen):not(.is-fullscreen)::after {
        opacity: 1;
    }

    .video-review-frame:not(:fullscreen):not(:-webkit-full-screen):not(.is-fullscreen)::after {
        opacity: 1;
    }

    .showreel-bottom-controls {
        left: 16px;
        right: 16px;
        gap: 8px;
    }

    .showreel-progress {
        margin-left: 4px;
    }

    .video-reviews-section {
        padding: 0;
    }

    .video-reviews-container {
        padding: 0 16px;
    }

    .video-reviews-title {
        font-size: 1.75rem;
    }

    .video-reviews-subtitle {
        font-size: 1rem;
        margin-bottom: 32px;
    }

    .video-reviews-carousel {
        gap: 12px;
    }

    .video-reviews-nav {
        width: 40px;
        height: 40px;
    }

    .video-reviews-nav svg {
        width: 18px;
        height: 18px;
    }

    .video-review-frame {
        height: 400px;
    }

    .faq-section {
        padding: 60px 0;
    }

    .faq-title {
        font-size: 2rem;
    }

    .faq-subtitle {
        font-size: 1rem;
        margin-bottom: 32px;
    }

    .faq-layout {
        display: flex;
        flex-direction: column;
        gap: 27px;
        margin-top: 37px;
    }

    .faq-request-card h3 {
        font-size: 1.7rem;
    }

    .faq-request-card p {
        font-size: 1rem;
    }

    .faq-questions-col {
        order: 1;
    }

    .faq-layout .faq-list {
        max-height: none;
        overflow: visible;
        padding-right: 0;
    }

    .faq-request-card {
        order: 2;
        position: static;
    }

    .faq-question {
        padding: 18px 20px;
        font-size: 1rem;
        border-radius: 36px;
    }

    .faq-answer {
        padding: 0 20px;
    }

    .faq-item.active .faq-answer {
        padding: 0 20px 18px;
    }

    .faq-answer p {
        font-size: 0.9375rem;
    }

    .video-review-item {
        flex-direction: column;
        gap: 24px;
        padding: 20px;
    }

    .video-review-frame {
        width: 100%;
    }

    .video-review-author {
        font-size: 1.25rem;
    }

    .video-review-company {
        font-size: 1rem;
    }

    .video-review-project,
    .video-review-result {
        font-size: 0.9375rem;
    }

    .brief-modal {
        padding: 16px;
        align-items: flex-end;
    }

    .brief-popup {
        max-width: 100%;
        max-height: 95vh;
        border-radius: 16px;
        padding: 32px 20px 24px;
        margin-bottom: 0;
    }

    .brief-close {
        top: 16px;
        right: 16px;
        width: 36px;
        height: 36px;
    }

    .brief-title {
        font-size: 1.75rem;
        margin-bottom: 17px;
    }

    .brief-subtitle {
        font-size: 0.9375rem;
        margin-bottom: 24px;
    }

    .brief-contacts {
        flex-direction: column;
        gap: 12px;
        margin-bottom: 24px;
    }

    .brief-budget {
        margin-bottom: 24px;
    }

    .budget-options {
        gap: 8px;
    }

    .budget-opt {
        padding: 21px 18px;
        font-size: 0.975rem;
    }

    .brief-project {
        margin-bottom: 24px;
    }

    .brief-textarea {
        min-height: 130px;
        font-size: 0.9375rem;
    }

    .brief-attach-btn {
        padding: 23px 23px;
        font-size: 0.975rem;
    }

    .brief-contacts-form {
        margin-bottom: 21px;
        flex-direction: column;
        align-items: stretch;
        gap: 19px;
    }

    .brief-inputs-grid {
        gap: 12px;
    }

    .brief-input {
        font-size: 1.075rem;
        font-weight: 400;
        padding: 12px 21px;
    }

    .brief-submit-btn {
        height: 79px;
        min-height: 79px;
        padding: 16px 28px;
        font-size: 1.0625rem;
        width: 100%;
    }

    .brief-consent {
        margin-top: 0;
    }

    .brief-consent-text {
        font-size: 0.925rem;
        line-height: 1.5;
    }

    .service-tags {
        display: flex;
        flex-wrap: wrap;
        align-items: flex-start;
        gap: 8px;
    }

    .tags-line {
        display: contents;
    }

    .tag {
        font-size: 0.875rem;
        padding: 12px 14px;
        background: #f5f5f5;
        border-radius: 200px;
        text-align: center;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        height: auto;
        align-self: flex-start;
    }

    .service-page-cta-btn {
        font-size: 1rem;
    }

    .service-page-cta-input {
        font-size: 1rem;
    }

/* Адаптация навигации в хедере */
/* Навигация скрыта на мобильных - используется бургер-меню */

.about-page {
    padding: 27px 0 40px;
}

.about-hero {
    margin-bottom: 48px;
}

.about-page-title {
    font-size: 2.5rem;
}

.about-page-subtitle {
    font-size: 1.125rem;
}

.about-section-title {
    font-size: 1.75rem;
    margin-bottom: 40px;
}

.about-history,
.about-team,
.about-reviews {
    margin-bottom: 60px;
}

.history-timeline {
    padding: 0 32px;
    margin: 0;
    gap: 40px;
}

.history-step {
    width: 100%;
    flex-direction: column;
    gap: 20px;
}

.history-step-left,
.history-step-right {
    flex-direction: column;
    margin-left: 0;
    margin-right: 0;
}

.history-step-number {
    left: 0;
    transform: translateX(-50%);
    width: 64px;
    height: 64px;
    font-size: 0.75rem;
}

.history-active-marker {
    left: 0;
    width: 64px;
    height: 64px;
    font-size: 0.75rem;
    transform: translate(-50%, -50%);
}

.history-step:hover .history-step-number {
    transform: translateX(-50%) scale(1.1);
}

.history-timeline::before,
.history-progress-bar {
    left: 0;
    transform: translateX(0);
}

.history-step-year {
    font-size: 2.725rem;
}

.history-step-title {
    font-size: 1.5rem;
}

.history-step-description {
    font-size: 1rem;
}

.team-grid {
    grid-template-columns: 1fr;
    gap: 40px;
}

.team-member-photo {
    width: 160px;
    height: 160px;
}

.team-member-name {
    font-size: 1.25rem;
}

.review-card {
    padding: 24px;
}

.review-header {
    flex-direction: column;
    gap: 16px;
    align-items: flex-start;
}

.review-rating {
    align-self: flex-start;
}

.cases-page {
    padding: 27px 0 40px;
}

.cases-page-header {
    margin-bottom: 32px;
}

.cases-page-header .cases-reset-btn {
    margin-top: 3px;
}

.cases-page-title {
    font-size: 2.5rem;
}

.cases-toolbar {
    margin-bottom: 32px;
}

.cases-toolbar-top {
    flex-direction: column;
    align-items: stretch;
    margin-bottom: 0;
}

.cases-search {
    flex: none;
}

.cases-toolbar-controls {
    flex-direction: column;
    align-items: stretch;
}

.cases-control {
    width: 100%;
}

.cases-dropdown {
    width: 100%;
    min-width: 0;
}

.cases-filters {
    gap: 8px;
    margin-bottom: 0;
}

.case-filter-btn {
    padding: 8px 16px;
    font-size: 0.875rem;
}

.filter-decorative-dot {
    width: 6px;
    height: 6px;
}

.services-page {
    padding-top: 53px;
    padding-bottom: 53px;
}

.services-hero {
    margin-top: 0;
    margin-bottom: 17px;
}

.services-hero-image-wrap {
    max-width: min(320px, 88%);
    margin: 0 auto;
}

.services-hero-image {
    transform: scale(0.96);
    transform-origin: center center;
}

.services-hero-title {
    font-size: 2.5rem;
}

.services-hero-subtitle {
    font-size: 1.05rem;
}

.services-bento {
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: -57px;
    margin-bottom: 48px;
}

.services-card {
    min-height: 240px;
    padding: 28px;
}

.services-card-number {
    font-size: 4rem;
}

.services-process-track {
    grid-template-columns: 1fr;
    gap: 20px;
}

.services-process-track::before {
    display: none;
}

.services-process-step--active {
    grid-column: auto;
    padding: 28px 24px;
}

.services-process-step:not(.services-process-step--active) {
    padding: 20px 18px;
}

.services-process-step::after {
    display: none;
}

.services-cta {
    padding: 40px 24px;
    border-radius: 24px;
}

.contacts-page {
    padding: 27px 0 0px;
}

.contacts-page-title {
    font-size: 2.5rem;
}

.contacts-page-subtitle {
    font-size: 1.125rem;
}

.contacts-hero {
    margin-bottom: 48px;
}

.contacts-grid {
    grid-template-columns: 1fr;
    gap: 16px;
}

.contact-card {
    padding: 24px;
}

.contacts-cta {
    padding: 32px 0;
}

.contacts-cta-text {
    font-size: 1.25rem;
}

.contacts-content {
    gap: 48px;
}

.contacts-form-section {
    padding: 32px 0;
}

.contacts-form-wrapper {
    padding: 32px 24px;
}

.contacts-form-title {
    font-size: 1.25rem;
    margin-bottom: 24px;
}

.case-info {
    padding: 80px 0;
}

.case-info-container {
    padding: 0 16px;
}

.case-info-card {
    padding: 32px 24px;
    border-radius: 24px;
}

.case-info-label {
    font-size: 1.375rem;
}

.case-info-text {
    font-size: 0.9375rem;
}

.case-timeline {
    padding: 80px 0;
}

.case-timeline-container {
    padding: 0 16px;
}

.case-timeline-title {
    font-size: 2rem;
    margin-bottom: 40px;
}

.case-timeline-total {
    margin-top: 32px;
}

.case-timeline-total-label {
    font-size: 0.9375rem;
}

.case-timeline-total-value {
    font-size: 1.0625rem;
}

.case-timeline-item {
    flex-direction: column;
    gap: 20px;
}

.case-timeline-number {
    width: auto;
    font-size: 2rem;
}

.case-timeline-step {
    font-size: 1.25rem;
}

.case-timeline-description {
    font-size: 1rem;
}

.case-design {
    padding: 80px 0;
}

.case-design:has(.case-design-disclaimer) {
    padding-bottom: 40px;
}

.case-design-container {
    padding: 0 16px;
}

.case-design-title {
    font-size: 2rem;
    margin-bottom: 40px;
}

.case-design-gallery {
    gap: 24px;
}

.case-results {
    padding: 80px 0;
}

.case-results-container {
    padding: 0 16px;
}

.case-results-title {
    font-size: 2rem;
}

.case-results-intro {
    font-size: 1.125rem;
    margin-bottom: 40px;
}

.case-results-grid {
    grid-template-columns: 1fr;
    gap: 24px;
}

.case-result-card {
    padding: 32px 24px;
}

.case-result-value {
    font-size: 3rem;
}

.case-related {
    padding: 80px 0;
}

.case-related-container {
    padding: 0 16px;
}

.case-related-title {
    font-size: 2rem;
}

.case-related-header {
    margin-bottom: 40px;
}

.case-related-nav {
    gap: 12px;
}

.footer-nav-col a+.footer-nav-title {
    margin-top: 23px;
}

.case-related-nav .video-reviews-nav {
    display: flex;
    width: 44px;
    height: 44px;
}

.case-related-nav .video-reviews-nav svg {
    width: 20px;
    height: 20px;
}

.case-related .cases-grid.case-related-cases {
    gap: 20px;
}

.case-related .case-related-cases .case-title {
    font-size: 1.5rem;
}

.case-related .case-related-cases .case-description {
    font-size: 0.9375rem;
}

.reviews-video-widget {
    right: 14px;
    bottom: 14px;
    width: 92px;
    height: 128px;
    border-radius: 18px;
}

.reviews-video-widget-controls {
    left: 6px;
    right: auto;
    bottom: 6px;
    width: auto;
}

.reviews-video-widget-controls .showreel-mute-btn {
    position: static;
    opacity: 0.75;
    transition: opacity 0.2s ease;
}

.reviews-video-widget-controls .showreel-mute-btn:hover {
    opacity: 1;
}

.reviews-video-widget-controls .showreel-mute-btn img {
    width: 13px;
    height: 13px;
}

.reviews-video-widget:hover {
    transform: scale(1.34);
}

.reviews-video-widget-close {
    top: 5px;
    right: 5px;
    width: 18px;
    height: 14px;
}

.reviews-video-widget-close-bar {
    width: 10px;
    height: 2px;
}

.reviews-fullscreen-modal .showreel-bottom-controls {
    left: 16px;
    right: 16px;
    bottom: 16px;
}

.video-review-frame:fullscreen .video-review-bottom-controls,
.video-review-frame:-webkit-full-screen .video-review-bottom-controls,
.video-review-frame.is-fullscreen .video-review-bottom-controls {
    bottom: 16px;
    left: 16px;
    right: 16px;
}

.reviews-fullscreen-modal .video-review-fullscreen-prev,
.reviews-fullscreen-modal .reviews-fullscreen-prev {
    left: 4px;
    right: auto;
}

.reviews-fullscreen-modal .video-review-fullscreen-next,
.reviews-fullscreen-modal .reviews-fullscreen-next {
    right: 4px;
    left: auto;
}

.video-review-fullscreen-prev,
.reviews-fullscreen-prev {
    left: 4px;
    right: auto;
}

.video-review-fullscreen-next,
.reviews-fullscreen-next {
    right: 4px;
    left: auto;
}

html,
body {
    overflow-x: clip;
    overflow-y: visible;
}

.container,
.hero-container,
.clients-container,

.cases-container,
.video-reviews-container,
.faq-container {
    width: 100%;
    max-width: 100%;
    padding-left: 16px;
    padding-right: 16px;
    box-sizing: border-box;
}

.footer-container {
    padding: 27px var(--mobile-header-padding-x);
    box-sizing: border-box;
}

.contacts-page-container {

    padding: 0 16px 37px 16px;
}

.service-container {
    width: 100%;
    max-width: 100%;
    padding-left: 16px;
    padding-right: 16px;
    box-sizing: border-box;
    padding: 0px 0px 0px 0px;
}

header .container {
    min-height: var(--mobile-header-height);
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: var(--mobile-header-padding-x);
    padding-right: var(--mobile-header-padding-x);
}

.desktop-nav,
header .hero-cta-btn {
    display: none !important;
}

header .logo {
    margin-right: auto;
}

.mobile-menu {
    padding: 0 var(--mobile-header-padding-x) 34px;
    box-sizing: border-box;
    font-family: 'SF Pro Display', -apple-system, BlinkMacSystemFont, Arial, sans-serif;
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    scrollbar-gutter: stable;
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.mobile-menu::-webkit-scrollbar {
    display: none;
    width: 0;
    height: 0;
}

.footer-logo .logo-image {
    height: 76px;
    width: auto;
}

.mobile-menu-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: var(--mobile-header-height);
    min-height: var(--mobile-header-height);
    margin-bottom: 22px;
    padding: 10px 0;
    border-bottom: none;
    box-sizing: border-box;
}

.mobile-menu-toggle {
    display: inline-flex;
    width: var(--mobile-menu-btn-size);
    height: var(--mobile-menu-btn-size);
    min-width: var(--mobile-menu-btn-size);
    padding: 0;
    margin: 0;
    border: none;
    border-radius: 0;
    background-color: transparent;
    background-image: url("/icons/menu%20open.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: var(--mobile-menu-icon-width) var(--mobile-menu-icon-height);
    box-sizing: border-box;
}

.mobile-menu-toggle span {
    display: none;
}

.mobile-menu-close {
    width: var(--mobile-menu-btn-size);
    height: var(--mobile-menu-btn-size);
    min-width: var(--mobile-menu-btn-size);
    padding: 0;
    border: none;
    border-radius: 0;
    background-color: transparent;
    background-image: url("/icons/menu%20close.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: var(--mobile-menu-close-icon-size);
    box-sizing: border-box;
}

.mobile-menu-close svg {
    display: none;
}

.mobile-nav {
    margin-bottom: 0;
}


.mobile-nav li {
    border-bottom: 1px solid var(--mobile-nav-separator);
}

.mobile-nav li:last-child {
    border-bottom: none;
}

.mobile-services-item .mobile-nav-arrow {
    display: block;
    width: 12px;
    height: 12px;
    flex-shrink: 0;
    color: #1F1F1F;
    transition: transform 0.2s ease;
}

.mobile-services-item.is-open .mobile-nav-arrow {
    transform: rotate(180deg);
    color: #D32F2F;
}

.mobile-services-item:not(.is-open) .mobile-services-toggle {
    color: #2b2e34;
}

.mobile-services-item:not(.is-open) .mobile-nav-arrow {
    color: #1F1F1F;
    transform: none;
}

.mobile-services-item {
    position: relative;
    z-index: 1;
    overflow: visible;
    overflow-anchor: none;
}

.mobile-services-item.is-open {
    z-index: 5;
}

.mobile-services-toggle {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    min-height: 86px;
    padding-right: 0;
    flex-shrink: 0;
    background: #fff;
}

.mobile-services-label {
    flex: 0 0 auto;
}

.mobile-nav-arrow-wrap {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 12px;
    margin-left: 12px;
}

.mobile-services-item.is-open .mobile-services-toggle {
    color: #D32F2F;
}

.mobile-nav-submenu {
    position: static;
    top: auto;
    left: auto;
    right: auto;
    z-index: auto;
    max-height: 0;
    background: #fff;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    overflow: hidden;
    overflow-anchor: none;
    transition: max-height 0.25s ease, opacity 0.2s ease, visibility 0.2s ease;
}

.mobile-services-item.is-open .mobile-nav-submenu {
    max-height: 480px;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

.mobile-nav-submenu .mobile-nav-sublink:first-child {
    padding-top: 2px;
}

.mobile-menu-contacts {
    margin: 36px 0 0;
    padding-top: 0;
    border-top: none;
    gap: 27px;
}

.mobile-phone {
    font-size: 26px;
    line-height: 1;
    font-weight: 700;
    color: #2b2e34;
    letter-spacing: -0.025em;
    font-family: 'SF Pro Display', -apple-system, BlinkMacSystemFont, Arial, sans-serif;
}

.mobile-email {
    font-size: 20px;
    line-height: 1.2;
    font-weight: 400;
    color: #2b2e34;
    opacity: 0.95;
    font-family: 'SF Pro Display', -apple-system, BlinkMacSystemFont, Arial, sans-serif;
}



.mobile-menu-request {
    margin-top: 36px;
    padding-top: 0;
    border-top: none;
}

.mobile-request-btn {
    width: auto;
    min-width: 320px;
    max-width: 100%;
    min-height: 56px;
    height: auto;
    padding: 14px 12px;
    border-radius: 200px;
    font-size: 15px;
    font-weight: 600;
    line-height: inherit;
    letter-spacing: normal;
    font-family: inherit;
}

.hero-section {
    padding: 8px 0 0;
}

body:has(.hero-spline-wrap) .hero-section {
    margin-top: 0;
    padding-top: 8px;
}

body:has(.hero-spline-wrap) .page-spline-stage {
    margin-top: 0;
    padding-top: 8px;
}

.hero-top {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 24px;
    min-height: auto;
    padding-top: 35px;
}

.hero-spline-wrap {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%) scale(1.12);
    transform-origin: center center;
    width: 100vw;
    max-width: 100vw;
    height: 100%;
    z-index: 0;
    pointer-events: none;
    opacity: var(--hero-spline-opacity);
}

.hero-spline {
    width: 100%;
    height: 100%;
    min-height: 100%;
    background: transparent;
}

.hero-copy {
    position: relative;
    z-index: 2;
    width: 100%;
    max-width: 100%;
    gap: 0;
}

.hero-title {
    font-size: clamp(2.5rem, 10.2vw, 4rem);
    line-height: 1.04;
    margin: 0 0 22px;
    text-wrap: pretty;
}

.hero-lead {
    font-size: 0.95rem;
    line-height: 1.45;
    margin: 0 0 23px;
    width: 100%;
    max-width: 100%;
}

.hero-copy .hero-cta-actions,
.case-hero-content .hero-cta-actions {
    width: 100%;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: stretch;
    gap: 12px;
}

.hero-copy .hero-cta-btn,
.services-hero-copy .hero-cta-btn,
.case-hero-content .hero-cta-actions .hero-cta-btn {
    flex: 1 1 0;
    width: auto;
    min-width: 0;
    min-height: 55px;
    padding: 14px 16px;
    justify-content: center;
    border-radius: 999px;
    font-size: 1.05rem;
    font-weight: 600;
}

.hero-image-wrap {
    order: 2;
    position: static;
    grid-column: auto;
    flex: 0 0 auto;
    width: 100%;
    max-width: 100%;
    height: auto;
    min-height: 0;
    max-height: none;
    z-index: 2;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 32px;
    margin-bottom: 0;
    padding-left: 0;
    transform: none;
    pointer-events: auto;
    line-height: 0;
}

.hero-image-wrap picture {
    display: block;
    line-height: 0;
}

.hero-image {
    width: auto;
    max-width: min(340px, 88vw);
    height: auto;
    max-height: none;
    margin: 0 auto;
    display: block;
    object-fit: contain;
    object-position: center center;
}

.clients-section {
    margin-top: 0;
    background: #111;
}

/* Не сдвигаем ленту лого вниз при reveal — иначе наезжает на шоурил */
.clients-section:not(.is-visible) {
    transform: none;
}

/* То же для шоурила — translateY даёт белую щель между партнёрами и видео */
.showreel-frame:not(.is-visible) {
    transform: none;
}

.hero-after-dark {
    z-index: 1;
    overflow: hidden;
    margin-bottom: -1px;
}

.dark-band {
    margin-top: -1px;
    margin-bottom: 0;
    background: #111;
}

.client-logo {
    width: 80px;
    min-width: 80px;
    height: 40px;
    overflow: hidden;
}

.client-logo img {
    max-width: 100%;
    max-height: 100%;
}

.showreel-dark-wrap {
    padding: 0;
    margin-top: 0;
    margin-bottom: 0;
}

.showreel-frame {
    margin: 0 auto;
    border-radius: 0;
    overflow: hidden;
    width: 100%;
    max-width: none;
    height: auto;
    min-height: 0;
    max-height: none;
    aspect-ratio: 16 / 9;
}

#services {
    padding-top: 48px;
    padding-bottom: 24px;
    margin: 0;
    background: #fff;
}

.r-section-title {
    font-size: clamp(1.7rem, 8vw, 2.2rem);
    line-height: 1.1;
    margin-bottom: 37px;
}

.cases-section-title {
    font-size: clamp(1.7rem, 8vw, 2.2rem);
    line-height: 1.1;
    margin-bottom: 0;
}

.r2-section-title {
    font-size: clamp(1.7rem, 8vw, 2.2rem);
    line-height: 1.1;
    margin-bottom: 6px;
}

.service-block {
    padding: 0px 0;
}

.service-container {
    display: grid;
    grid-template-columns: 72px 1fr;
    gap: 16px;
    align-items: start;
}

.service-number {
    font-size: 3.25rem;
    width: 72px;
    max-width: 72px;
    padding-top: 0;
    color: #f0f0f0;
    opacity: 1;
}

.service-content {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
    gap: 14px;
}

.service-header {
    display: flex;
    align-items: center;
    gap: 15px;
}

.service-title {
    font-size: 1.35rem;
    line-height: 1.2;
    margin: 0;
}

.service-nav-btn {
    width: 42px;
    height: 42px;
    flex-shrink: 0;
}

.service-description p {
    font-size: 0.98rem;
    line-height: 1.6;
}

.service-tags {
    margin-top: 10px;
}

.tags-line {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.tag {
    font-size: 0.78rem;
    padding: 17px 13px;
}

.cases-section {
    padding: 72px 0;
}

.dark-band .cases-section {
    padding: 88px 0 72px;
}

.dark-band .cases-section-title {
    margin-bottom: 16px;
}

.cases-container,
.cases-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 32px;
    padding-top: 20px;
}

.case-card {
    border-radius: 16px;
    overflow: hidden;
}

.case-visual {
    height: 220px;
}

.case-content {
    padding: 18px 16px 20px;
    gap: 12px;
}

.case-title {
    font-size: 1.3rem;
    line-height: 1.15;
}

.case-description {
    font-size: 0.94rem;
    line-height: 1.55;
}

.case-tags {
    gap: 6px;
}

.case-tag {
    font-size: 0.74rem;
    padding: 6px 10px;
}

.video-reviews-section {
    padding: 72px 0;
}

.video-reviews-subtitle {
    font-size: 0.98rem;
    margin-bottom: 20px;
}

.video-reviews-carousel {
    gap: 10px;
}

.video-reviews-nav {
    display: none;
}

.video-review-item {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.video-review-frame {
    width: 100%;
    min-height: 240px;
    border-radius: 16px;
    overflow: hidden;
}

.video-review-info {
    width: 100%;
}

.video-review-author {
    font-size: 1.2rem;
    margin-bottom: 4px;
}

.video-review-content p {
    font-size: 0.8rem;
    line-height: 1.55;
}

.faq-section {
    padding: 67px 0;
}

.faq-subtitle {
    font-size: 0.98rem;
    margin-bottom: 20px;
}

.faq-item {
    border-radius: 14px;
    overflow: hidden;
}

.faq-question {
    padding: 16px 14px;
    font-size: 1rem;
    line-height: 1.4;
    gap: 10px;
}

.faq-answer p {
    font-size: 0.94rem;
    line-height: 1.6;
    padding: 0;
}

.brief-popup,
.thank-you-popup {
    width: calc(100vw - 24px);
    max-height: calc(100dvh - 24px);
    border-radius: 23px;
    padding: 42px 23px 17px 23px;
}

.brief-title,
.thank-you-title {
    font-size: 29px;
    line-height: 1.2;
    margin-bottom: 13px;
}

.brief-subtitle,
.thank-you-text {
    font-size: 17px;
    line-height: 1.4;
}

.brief-inputs-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 11px;
}

.brief-input,
.brief-textarea {
    width: 100%;
    min-height: 76px;
    font-size: 1.075rem;
    font-weight: 400;
    padding: 16px 21px;
}

.brief-label {
    font-size: 16px;
    padding-bottom: 7px;
}

.brief-submit-btn,
.thank-you-btn {
    width: 100%;
    min-height: 76px;
    height: 76px;
}

footer {
    padding: 0px;
}

.footer-container {
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.footer-left {
    display: contents;
}

.footer-left .logo,
.footer-left .contact-info,
.footer-left .badges,
.footer-left .legal-links {
    width: 100%;
}

.footer-left .logo {
    order: 1;
}

.footer-left .contact-info {
    order: 2;
}

.footer-left .badges {
    order: 3;
}

.footer-right {
    order: 4;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 14px;
    width: 100%;
}

.about-text {
    text-align: left;
    margin: 0;
}

.about-btn {
    width: 52px;
    height: 52px;
}

.social-icons {
    order: 5;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: flex-start;
    position: static;
}

.social-icon {
    width: 64px;
    height: 64px;
}

.legal-links {
    order: 6;
    display: flex;
    flex-wrap: wrap;
    gap: 8px 20px;
    align-items: flex-start;
    justify-content: flex-start;
}

.copyright,
.legal-links a {
    font-size: 0.95rem;
    line-height: 1.25;
}

.fl-widget {
    width: 100%;
    max-width: 100%;
}

.video-reviews-head {
    flex-direction: column;
    align-items: flex-start;
    gap: 14px;
}

.video-reviews-head .badges {
    width: 100%;
    margin-left: 0;
}

.video-reviews-section {
    padding: 0px 0;
    overflow: hidden;
}

.video-reviews-container {
    padding-left: 14px;
    padding-right: 14px;
}

.video-reviews-subtitle {
    margin: 0 0 18px;
    padding: 0 16px 0;
}

.video-review-item {
    background: #f5f5f5;
    border-radius: 24px;
    padding: 21px;
    gap: 21px;
    align-items: stretch;
}

.video-review-frame {
    width: 100%;
    max-width: 100%;
    height: auto;
    min-height: 0;
    aspect-ratio: 4 / 5;
    border-radius: 16px;
    overflow: hidden;
}

.video-review-info {
    width: 100%;
    max-width: 100%;
    min-width: 0;
    gap: 10px;
    padding: 2px 2px 6px;
}

.video-review-author {
    font-size: 1.3rem;
    line-height: 1.25;
}

.team-member-role {
    font-size: 0.95rem;
    margin: 0;
}

.video-review-content {
    gap: 12px;
    width: 100%;
    max-width: 100%;
}

.video-review-project,
.video-review-result,
.video-review-content p {
    width: 100%;
    max-width: 100%;
    margin: 0;
    font-size: 0.95rem;
    line-height: 1.55;
    overflow-wrap: anywhere;
    word-break: break-word;
}

.video-review-content .video-review-result:last-child {
    display: none;
}

:root {
    --mobile-figma-bg: #ffffff;
    --mobile-figma-text: #222;
    --mobile-figma-subtext: #666;
    --mobile-figma-separator: var(--mobile-nav-separator);
}

header,
.hero-section,
.mobile-menu {
    background: var(--mobile-figma-bg);
}

header .container {
    min-height: var(--mobile-header-height);
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: var(--mobile-header-padding-x);
    padding-right: var(--mobile-header-padding-x);
    gap: 12px;
}

.mobile-menu {
    padding: 0 var(--mobile-header-padding-x) 28px;
}

.mobile-menu-header {
    height: var(--mobile-header-height);
    min-height: var(--mobile-header-height);
    margin-bottom: 17px;
    padding: 10px 0;
    padding-bottom: 0;
    border-bottom: none;
}

.hero-section {
    padding: 0;
    margin-bottom: 0;
    border-bottom: none;
    box-shadow: none;
    min-height: auto;
    overflow: visible;
}

.hero-after-dark {
    margin-top: -24px;
    margin-bottom: 0;
    border-top: none;
    box-shadow: none;
    z-index: 1;
    overflow: hidden;
}

.hero-after-dark>.hero-container:empty {
    display: none;
}

/* Закрываем 1px щель между светлым блоком сверху и тёмной лентой партнёров */
.hero-after-dark::before {
    display: block;
    top: -2px;
    height: 4px;
    background: #111;
}

.hero-container {
    padding-left: 16px;
    padding-right: 16px;
}

.hero-top {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    grid-template-columns: none;
    min-height: auto;
    height: auto;
    overflow: visible;
    padding-top: 25px;
    gap: 0;
}

.hero-copy {
    order: 1;
    width: 100%;
    max-width: 100%;
    padding-top: 0;
}

.hero-title {
    font-size: 50px;
    line-height: 1.16;
    color: var(--mobile-figma-text);
    margin: 0 0 46px;
    padding: 0 0 0 0;
}

.hero-lead {
    width: 100%;
    max-width: 100%;
    font-size: 16px;
    line-height: 1.6;
    color: var(--mobile-figma-subtext);
    margin: 0 0 27px;
}

.hero-copy .hero-cta-actions,
.case-hero-content .hero-cta-actions {
    width: 100%;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: stretch;
    gap: 12px;
}

.hero-copy .hero-cta-btn,
.services-hero-copy .hero-cta-btn,
.case-hero-content .hero-cta-actions .hero-cta-btn {
    flex: 1 1 0;
    width: auto;
    min-width: 0;
    height: auto;
    min-height: 56px;
    padding: 14px 12px;
    border-radius: 200px;
    font-size: 15px;
    font-weight: 600;
}

.hero-spline-wrap {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%) scale(1.1);
    transform-origin: center center;
    width: 100vw;
    max-width: 100vw;
    height: 100%;
    z-index: 0;
    opacity: var(--hero-spline-opacity);
}

.hero-image-wrap {
    order: 2;
    position: static;
    grid-column: auto;
    flex: 0 0 auto;
    width: 100%;
    max-width: 100%;
    height: auto;
    min-height: 0;
    max-height: none;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 32px;
    margin-bottom: 0;
    padding: 0;
    transform: none;
    align-self: center;
    justify-self: center;
    z-index: 2;
    line-height: 0;
}

.hero-image-wrap picture {
    display: block;
    line-height: 0;
}

.hero-image {
    display: block;
    width: auto;
    max-width: min(360px, 100%);
    height: auto;
    max-height: none;
    margin: 0 auto;
    object-fit: contain;
    object-position: center center;
}

.clients-section {
    margin-top: 0;
}

.clients-section--on-dark {
    padding: 24px 0 24px;
}

.mobile-nav ul {
    gap: 0;
}

.mobile-nav li {
    border-bottom: 1px solid var(--mobile-figma-separator);
}

.mobile-nav-link {
    min-height: 86px;
    padding: 0;
    font-size: 22px;
    font-weight: 500;
    line-height: 1.05;
    letter-spacing: -0.02em;
    color: #2b2e34;
    font-family: 'SF Pro Display', -apple-system, BlinkMacSystemFont, Arial, sans-serif;
}

.mobile-nav-sublink {
    font-size: 17px;
    font-weight: 500;
    line-height: 1.7;
    padding: 8px 0 8px 11px;
    font-family: 'SF Pro Display', -apple-system, BlinkMacSystemFont, Arial, sans-serif;
    overflow-wrap: anywhere;
    word-break: break-word;
}

.mobile-services-item .mobile-nav-arrow {
    display: block;
    width: 12px;
    height: 12px;
    flex-shrink: 0;
    color: #1F1F1F;
    transition: transform 0.2s ease;
}

.mobile-services-item.is-open .mobile-nav-arrow {
    transform: rotate(180deg);
    color: #D32F2F;
}

.mobile-services-item:not(.is-open) .mobile-services-toggle {
    color: #2b2e34;
}

.mobile-services-item:not(.is-open) .mobile-nav-arrow {
    color: #1F1F1F;
    transform: none;
}

.mobile-services-item {
    position: relative;
    z-index: 1;
    overflow: visible;
    overflow-anchor: none;
}

.mobile-services-item.is-open {
    z-index: 5;
}

.mobile-services-toggle {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    min-height: 86px;
    padding-right: 0;
    flex-shrink: 0;
    background: #fff;
}

.mobile-services-label {
    flex: 0 0 auto;
}

.mobile-nav-arrow-wrap {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 12px;
    margin-left: 12px;
}

.mobile-services-item.is-open .mobile-services-toggle {
    color: #D32F2F;
}

.mobile-nav-submenu {
    position: static;
    top: auto;
    left: auto;
    right: auto;
    z-index: auto;
    max-height: 0;
    background: #fff;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    overflow: hidden;
    overflow-anchor: none;
    transition: max-height 0.25s ease, opacity 0.2s ease, visibility 0.2s ease;
}

.mobile-services-item.is-open .mobile-nav-submenu {
    max-height: 480px;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

.mobile-menu-contacts {
    margin: 57px 0 0;
    gap: 17px;
}

.mobile-phone {
    font-size: 26px;
    line-height: 1;
    font-weight: 700;
    color: #2b2e34;
    letter-spacing: -0.025em;
    font-family: 'SF Pro Display', -apple-system, BlinkMacSystemFont, Arial, sans-serif;
}

.mobile-email {
    font-size: 20px;
    line-height: 1.2;
    font-weight: 400;
    color: #2b2e34;
    font-family: 'SF Pro Display', -apple-system, BlinkMacSystemFont, Arial, sans-serif;
}

.mobile-menu-social {
    margin-top: 24px;
}

.mobile-menu-social .social-icons {
    display: flex;
    width: auto;
    gap: 6px;
    justify-content: flex-start;
    position: static;
}

.mobile-menu-social .social-icon {
    width: 47px;
    height: 47px;
    border-radius: 50%;
    border: none;
    background-color: #f3eeee;
}

.mobile-menu-social .social-icon:hover {
    background-color: #D12D31;
    fill: #fff;
}

.mobile-menu-social .social-icon svg {
    width: 22px;
    height: 22px;
    fill: #1f1f1f;
}

.mobile-menu-social .social-icon svg path,
.mobile-menu-social .social-icon svg rect {
    fill: #1f1f1f;
    stroke: none;
}

.mobile-menu-social .social-icon img {
    width: 22px;
    height: 22px;
    object-fit: contain;
    filter: brightness(0) invert(12%);
}

.mobile-menu-social .social-icon:hover img {
    filter: brightness(0) invert(100%);
}

.mobile-menu-request {
    margin-top: 30px;
}

.mobile-request-btn {
    width: auto;
    min-width: 191px;
    max-width: 100%;
    min-height: 56px;
    height: auto;
    padding: 14px 12px;
    border-radius: 200px;
    font-size: 15px;
    font-weight: 600;
    line-height: inherit;
    letter-spacing: normal;
    font-family: inherit;
}

.footer-main-row {
    grid-template-columns: 1fr;
    gap: 23px;
    padding-bottom: 27px;
    padding-top: 0px;
}

.footer-contact-col,
.footer-main-row>.footer-nav-col:nth-child(2),
.footer-main-row>.footer-nav-col:nth-child(3),
.footer-main-row>.footer-nav-col:nth-child(4),
.footer-main-row>.footer-nav-col:nth-child(5) {
    grid-column: auto;
    margin-left: 0;
}

.footer-main-row>.footer-nav-col.footer-docs-col {
    display: none;
}

.footer-bottom-row .legal-links {
    display: none;
}

.footer-layout-new .copyright {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.82);
}

.footer-contact-col {
    padding-right: 0;
    border-right: none;
    gap: 21px;
    padding: 0px 0px 0px 0px;
    margin-top: 0px;
    margin-bottom: 27px;
}

.footer-contact-col::after {
    display: none;
}

.footer-layout-new .phone {
    font-size: 28px;
}

.footer-layout-new .email {
    font-size: 16px;
}

.footer-layout-new .contact-info {
    gap: 12px;
}

.footer-contact-text {
    margin-top: 0;
    font-size: 19px;
    line-height: 1.4;
}

.footer-nav-col {
    gap: 8px;
}

.footer-nav-title {
    font-size: 23px;
    margin-top: 13px;

}

.footer-nav-col a {
    font-size: 17.8px;
    line-height: 1.6;
}

.footer-contact-icon {
    width: 17px;
    height: 17px;
}

.footer-layout-new .footer-social {
    display: flex;
    width: auto;
    gap: 14px;
    position: static;
    margin-bottom: 27px;
    margin-top: -17px;
}

.footer-bottom-row {
    padding-top: 17px;
    flex-direction: column;
    align-items: flex-start;
    gap: 13px;
}

.footer-layout-new .legal-links {
    gap: 13px;
    flex-wrap: wrap;
    font-size: 13px;
}

header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 1200;
    background: #fff;
}

body:has(.hero-spline-wrap) header {
    background: transparent;
}

body {
    padding-top: var(--mobile-header-height);
}
}

@media (max-width: 600px) {
    .hero-title {
        font-size: 2.5rem;
    }

    .hero-number {
        font-size: 3rem;
    }

    .clients-section {
        padding: 32px 0;
    }

    .clients-track {
        gap: 37px;
    }

    .client-logo img {
        max-width: 100%;
        max-height: 32px;
    }

    .client-logo {
        width: auto;
        min-width: 72px;
        height: 48px;
        padding: 8px 12px;
        border-radius: 8px;
        overflow: hidden;
    }

    .showreel-dark-wrap {
        padding: 0;
        margin-top: 0;
        margin-bottom: 0;
    }

    .dark-band {
        margin-bottom: 0;
    }

    .dark-band .cases-section {
        padding-top: 64px;
    }

    .dark-band .cases-section-title {
        margin-bottom: 16px;
    }

    .showreel-frame {
        height: auto;
        min-height: 0;
        max-height: none;
        aspect-ratio: 16 / 9;
        border-radius: 0;
    }

    .decorative-word {
        font-size: 2rem;
    }

    .video-review-frame {
        height: 400px;
    }

    .video-reviews-dots {
        margin-top: 32px;
    }

    .cases-section-title {
        font-size: 2rem;
    }

    .cases-section {
        margin-top: 0;
    }

    .case-visual {
        height: 280px;
    }

    .case-title {
        font-size: 1.5rem;
    }

    .case-description {
        font-size: 0.9375rem;
    }
}

@media (max-width: 480px) {

    :root {
        --mobile-header-padding-x: 16px;
    }

    /* Хедер - компактный */
    .container {
        padding: 0 var(--mobile-header-padding-x);
        height: var(--mobile-header-height);
        justify-content: space-between;
    }

    .logo-line1,
    .logo-line2 {
        font-size: 1.125rem;
    }

    nav ul {
        gap: 12px;
    }

    nav ul li {
        flex: 0 0 calc(50% - 8px);
    }

    nav ul li a {
        font-size: 0.875rem;
    }


    .hero-after-dark {
        padding: 0;
        margin-top: -24px;
    }

    .hero-top {
        display: flex;
        flex-direction: column;
        gap: 0;
    }

    .hero-title {
        font-size: 2.5rem;
        line-height: 1.1;
        margin-bottom: 0;
    }

    .hero-copy {
        gap: 32px;
    }

    .hero-lead {
        font-size: 0.9375rem;
    }

    .hero-cta-actions {
        width: 100%;
        flex-direction: row;
        flex-wrap: nowrap;
        align-items: stretch;
        gap: 10px;
    }

    .hero-cta-actions .hero-cta-btn {
        flex: 1 1 0;
        width: auto;
        min-width: 0;
        padding: 14px 12px;
        font-size: 0.9375rem;
    }

    .hero-bottom {
        gap: 20px;
    }

    .hero-left-text {
        font-size: 0.8125rem;
        color: #666;
    }

    .hero-right-text {
        font-size: 0.9375rem;
        color: #222;
    }

    .hero-after-dark .hero-left-text {
        color: rgba(255, 255, 255, 0.65);
    }

    .hero-after-dark .hero-right-text {
        color: rgba(255, 255, 255, 0.75);
    }

    /* Сервис блоки */
    .service-block {
        padding: 16px;
    }

    .service-container {
        gap: 24px;
        grid-template-columns: 76px 1fr;
        margin-top: 23px;
        margin-bottom: 23px;
    }

    .service-number {
        font-size: 4rem;
        width: 76px;
        max-width: 76px;
        padding-top: 0;
    }

    .service-title {
        font-size: 1.5rem;
    }

    .service-description p {
        font-size: 17px;
    }

    /* Шоурил */
    .showreel-dark-wrap {
        padding: 0;
        margin-top: 0;
        margin-bottom: 0;
    }

    .dark-band {
        margin-bottom: 0;
    }

    .dark-band .cases-section {
        padding-top: 56px;
    }

    .dark-band .cases-section-title {
        margin-bottom: 16px;
    }

    .showreel-frame {
        height: auto;
        min-height: 0;
        max-height: none;
        aspect-ratio: 16 / 9;
        margin-left: auto;
        margin-right: auto;
        border-radius: 0;
    }

    .cases-container,
    .cases-grid {
        grid-template-columns: 1fr;
        gap: 24px;
    }

    /* Теги в 2 колонки на очень маленьких экранах */
    .service-tags {
        grid-template-columns: repeat(2, 1fr);
    }

    /* Социальные иконки в футере - 4 колонки */
    .social-icons {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        gap: 13px;
        width: 100%;
        position: static;
    }

    .mobile-menu-social .social-icons {
        display: flex;
        grid-template-columns: none;
        width: auto;
        gap: 14px;
        justify-content: flex-start;
    }

    .footer-layout-new .footer-social {
        display: flex;
        grid-template-columns: none;
        width: auto;
        gap: 14px;
        justify-content: flex-start;
    }

    /* Футер */
    .footer-container {
        margin-top: 13px;
        padding: 40px var(--mobile-header-padding-x);
    }

    .request-btn,
    .about-btn {
        width: 48px;
        height: 48px;
    }

    .request-btn svg,
    .about-btn svg {
        color: #fff;
        width: 20px;
        height: 20px;
    }

    .about-page-title {
        font-size: 2rem;
    }

    .about-section-title {
        font-size: 1.5rem;
    }

    .history-timeline {
        padding: 0 24px;
        margin: 0;
    }

    .history-step-number {
        left: 0;
        transform: translateX(-50%);
        width: 28px;
        height: 28px;
    }

    .history-active-marker {
        left: 0;
        width: 32px;
        height: 32px;
        transform: translate(-30%, -30%);
    }

    .history-step:hover .history-step-number {
        transform: translateX(-50%) scale(1.1);
    }

    .history-timeline::before,
    .history-progress-bar {
        left: 0;
        transform: translateX(0);
    }

    .cases-page-title {
        font-size: 2rem;
    }

    .cases-filters {
        gap: 6px;
    }

    .case-filter-btn {
        padding: 6px 12px;
        font-size: 0.8125rem;
    }

    .contacts-page-title {
        font-size: 2rem;
    }

    .contacts-page-subtitle {
        font-size: 1rem;
    }

    .contacts-form-section {
        padding: 24px 0;
    }

    .contacts-form-wrapper {
        padding: 24px 16px;
    }

    .contacts-form-title {
        font-size: 1.125rem;
        margin-bottom: 20px;
    }

    .contacts-form-wrapper .brief-title {
        font-size: 1.5rem;
    }

    .contacts-form-wrapper .brief-subtitle {
        font-size: 0.9375rem;
    }

    .case-hero {
        padding: 60px 0;
    }

    .case-hero-container {
        padding: 0 16px;
    }

    .case-hero-title {
        font-size: 2.5rem;
    }

    .case-hero-description {
        font-size: 1.125rem;
    }

    .case-hero-link {
        padding: 14px 24px;
        font-size: 1rem;
    }

    .case-hero-image {
        height: 300px;
    }

    .case-task {
        padding: 60px 0;
    }

    .case-task-container {
        padding: 0 16px;
    }

    .case-task-title {
        font-size: 1.75rem;
        margin-bottom: 24px;
    }

    .case-task-text {
        font-size: 1rem;
    }

    .mobile-menu {
        padding-bottom: 26px;
    }

    .mobile-menu-header {
        height: var(--mobile-header-height);
        min-height: var(--mobile-header-height);
        padding: 10px 0;
    }

    .mobile-nav-link {
        min-height: 76px;
        font-size: 20px;
        font-weight: 500;
        letter-spacing: -0.02em;
    }

    .mobile-phone {
        font-size: 24px;
        font-weight: 700;
    }

    .mobile-email {
        font-size: 18px;
        font-weight: 400;
    }

    .mobile-request-btn {
        min-width: 0;
        width: 100%;
        min-height: 76px;
        padding: 12px 10px;
        font-size: 1.15rem;
        font-weight: 600;
    }

    .hero-top {
        display: flex;
        flex-direction: column;
        min-height: auto;
        padding-top: 0;
        gap: 0;
    }

    .hero-copy {
        order: 1;
        width: 100%;
        max-width: 100%;
        padding-top: 0;
    }

    .hero-title {
        font-size: clamp(2.2rem, 12.2vw, 3rem);
        margin-bottom: 14px;
        margin-top: 57px;
    }

    .hero-lead {
        font-size: 1.1rem;
        line-height: 1.42;
        margin-bottom: 15px;
        width: 100%;
        max-width: 100%;
    }

    .hero-copy .hero-cta-actions,
    .case-hero-content .hero-cta-actions {
        width: 100%;
        flex-direction: row;
        flex-wrap: nowrap;
        align-items: stretch;
        gap: 10px;
    }

    .hero-copy .hero-cta-btn,
    .services-hero-copy .hero-cta-btn,
    .case-hero-content .hero-cta-actions .hero-cta-btn {
        flex: 1 1 0;
        width: auto;
        min-width: 0;
        min-height: 49px;
        padding: 12px 10px;
        font-size: 0.98rem;
    }

    .hero-image-wrap {
        order: 2;
        position: static;
        flex: 0 0 auto;
        width: 100%;
        max-width: 100%;
        height: auto;
        max-height: none;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 28px;
        margin-bottom: 0;
        padding: 0;
        transform: none;
        z-index: 2;
        line-height: 0;
    }

    .hero-image-wrap picture {
        display: block;
        line-height: 0;
    }

    .hero-image {
        display: block;
        width: auto;
        max-width: min(340px, 100%);
        height: auto;
        max-height: none;
        margin: 0 auto;
        object-fit: contain;
        object-position: center center;
    }

    .service-title {
        font-size: 23px;
        line-height: 1.3;
    }

    .case-visual,
    .video-review-frame {
        min-height: 210px;
        height: 330px;
    }

    .brief-budget .budget-options {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        gap: 8px;
    }

    .budget-opt {
        width: 100%;
        justify-content: center;
    }

    .hero-title {
        font-size: 50px;
    }

    .mobile-nav-link {
        min-height: 76px;
        color: #333;
        text-decoration: none;
        font-size: 1.25rem;
        font-weight: 500;
        transition: color 0.2s;
        display: flex;
        align-items: center;
        gap: 6px;
        padding-left: 3px;

    }

    .mobile-phone {
        font-size: 25px;
        font-weight: 700;
    }

    .mobile-email {
        font-size: 19px;
        font-weight: 400;
    }
}