/* services-base.css — extracted top-level rules from legacy style.css */
@keyframes float-smooth {

    0%,
    100% {
        transform: translateY(0) rotate(0deg) translateZ(0);
    }

    50% {
        transform: translateY(-12px) rotate(1.5deg) translateZ(0);
    }
}

@keyframes float-ecom {

    0%,
    100% {
        transform: translateY(0px) translateX(0px) rotate(0deg) translateZ(0);
        opacity: 0.12;
    }

    25% {
        transform: translateY(-20px) translateX(15px) rotate(2deg) translateZ(0);
        opacity: 0.18;
    }

    50% {
        transform: translateY(-10px) translateX(-10px) rotate(-1deg) translateZ(0);
        opacity: 0.15;
    }

    75% {
        transform: translateY(-25px) translateX(5px) rotate(1deg) translateZ(0);
        opacity: 0.16;
    }
}

@keyframes aurora-flow {
    0% {
        opacity: 0.3;
        transform: translateX(-50%) translateY(-50%) rotate(0deg) scale(1);
    }

    50% {
        opacity: 0.6;
        transform: translateX(-30%) translateY(-30%) rotate(180deg) scale(1.2);
    }

    100% {
        opacity: 0.3;
        transform: translateX(-50%) translateY(-50%) rotate(360deg) scale(1);
    }
}

.ev-footer .fa,
.ev-footer i[class^="fa"],
.navbar .fa,
button .fa {
    font-family: "Font Awesome 6 Free", "Font Awesome 6 Brands" !important;
}

@media (max-width: 768px) {
    html {
        font-size: clamp(15px, 4vw, 16px);
    }

    body {
        word-wrap: break-word;
        overflow-x: hidden;
    }

    /* Исправление переноса слов в заголовках на мобильных */
    h1,
    h2,
    h3,
    h4 {
        word-break: normal;
        overflow-wrap: break-word;
        hyphens: none;
        -webkit-hyphens: none;
        -ms-hyphens: none;
    }

    /* Карточки услуг - предотвращаем разрыв слов */
    .service-card h3,
    .service-card-title,
    .card-title,
    .feature-title,
    .step-title {
        word-break: normal;
        overflow-wrap: normal;
        hyphens: none;
        -webkit-hyphens: none;
        white-space: normal;
        font-size: clamp(1rem, 4vw, 1.25rem);
    }
}

@keyframes spin-ring {
    from {
        transform: translate(-50%, -50%) rotate(0deg) translateZ(0);
    }

    to {
        transform: translate(-50%, -50%) rotate(360deg) translateZ(0);
    }
}

@keyframes spin-ring-reverse {
    from {
        transform: translate(-50%, -50%) rotate(0deg) translateZ(0);
    }

    to {
        transform: translate(-50%, -50%) rotate(-360deg) translateZ(0);
    }
}

@keyframes spin-ring-slow {
    from {
        transform: translate(-50%, -50%) rotate(0deg) translateZ(0);
    }

    to {
        transform: translate(-50%, -50%) rotate(360deg) translateZ(0);
    }
}

@keyframes floatY {

    0%,
    100% {
        transform: translateY(0) translateZ(0);
    }

    50% {
        transform: translateY(-10px) translateZ(0);
    }
}

@keyframes float-enhanced {

    0%,
    100% {
        transform: translateY(0) translateZ(0);
    }

    25% {
        transform: translateY(-12px) translateZ(0);
    }

    50% {
        transform: translateY(-8px) translateZ(0);
    }

    75% {
        transform: translateY(-15px) translateZ(0);
    }
}

@keyframes sparklePulse {

    0%,
    100% {
        opacity: 0.65;
    }

    50% {
        opacity: 1;
    }
}

@keyframes floatBrowser {

    0%,
    100% {
        transform: translateY(0) rotate(0deg);
    }

    50% {
        transform: translateY(-8px) rotate(0.5deg);
    }
}

@keyframes floatMobile {

    0%,
    100% {
        transform: translateY(0) rotate(0deg);
    }

    50% {
        transform: translateY(-6px) rotate(-0.5deg);
    }
}

@keyframes orbit-rotate-cw {
    from {
        transform: translate(-50%, -50%) rotate(0deg);
    }

    to {
        transform: translate(-50%, -50%) rotate(360deg);
    }
}

@keyframes orbit-rotate-ccw {
    from {
        transform: translate(-50%, -50%) rotate(0deg);
    }

    to {
        transform: translate(-50%, -50%) rotate(-360deg);
    }
}

@keyframes orbit-counter-rotate-cw {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(-360deg);
    }
}

@keyframes orbit-counter-rotate-ccw {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

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

.ev-footer {
    background: linear-gradient(180deg,
            #0a0a0f 0%,
            /* Almost black */
            #0d0d14 20%,
            /* Very dark blue */
            #0b0b12 40%,
            /* Dark grey-blue */
            #0e0e16 60%,
            /* Dark blue-grey */
            #0c0c13 80%,
            /* Almost black blue */
            #0a0a0f 100%
            /* Almost black */
        );
    background-size: 100% 200%;
    animation: gradient-rotate 30s ease infinite alternate;
    color: #fff;
    padding: 80px 0 40px;
    position: relative;
    overflow: hidden;
    border-radius: 48px 48px 0 0;
    text-align: left;
    margin-top: -30px;
    box-shadow: 0 -20px 60px rgba(0, 0, 0, 0.15);
}

.ev-footer::before {
    content: '';
    position: absolute;
    top: 0;
    left: -50%;
    width: 200%;
    height: 100%;
    background: radial-gradient(ellipse at top,
            rgba(79, 70, 229, 0.04) 0%,
            rgba(99, 102, 241, 0.02) 30%,
            transparent 60%);
    opacity: 0.8;
    pointer-events: none;
    z-index: 0;
    animation: aurora-flow 35s ease-in-out infinite;
    mix-blend-mode: screen;
}

.ev-footer-stars {
    position: absolute;
    inset: 0;
    pointer-events: none;
    z-index: 1;
}

.ev-footer-star {
    position: absolute;
    width: 8px;
    height: 8px;
    background: rgba(255, 255, 255, 0.7);
    clip-path: polygon(50% 0%, 58% 42%, 100% 50%, 58% 58%, 50% 100%, 42% 58%, 0% 50%, 42% 42%);
    opacity: 0.75;
    filter: drop-shadow(0 0 1px currentColor);
}

.ev-footer-star--3,
.ev-footer-star--7,
.ev-footer-star--12,
.ev-footer-star--18,
.ev-footer-star--23,
.ev-footer-star--29,
.ev-footer-star--35,
.ev-footer-star--41,
.ev-footer-star--47 {
    width: 5px;
    height: 5px;
    opacity: 0.65;
    background: rgba(147, 197, 253, 0.5);
    /* Purple stars */
}

.ev-footer-star--5,
.ev-footer-star--15,
.ev-footer-star--25,
.ev-footer-star--38,
.ev-footer-star--50 {
    width: 6px;
    height: 6px;
    background: rgba(199, 210, 254, 0.6);
    /* Blue stars */
}

@keyframes ev-footer-star-twinkle {

    0%,
    88%,
    100% {
        opacity: 0.85;
        filter: brightness(1) saturate(1) drop-shadow(0 0 2px currentColor);
        transform: scale(1);
    }

    91% {
        opacity: 1;
        filter: brightness(1.8) saturate(1.5) drop-shadow(0 0 4px currentColor);
        transform: scale(1.3);
    }

    94% {
        opacity: 0.95;
        filter: brightness(1.4) saturate(1.3) drop-shadow(0 0 3px currentColor);
        transform: scale(1.15);
    }
}

.ev-footer-star--4,
.ev-footer-star--11,
.ev-footer-star--19,
.ev-footer-star--27,
.ev-footer-star--33,
.ev-footer-star--44 {
    animation: ev-footer-star-twinkle 5s ease-in-out infinite;
    transform-origin: center;
}

.ev-footer-star--4 {
    animation-delay: 0s;
    background: rgba(165, 180, 252, 0.65);
    /* Indigo */
}

.ev-footer-star--11 {
    animation-delay: 2.3s;
    background: rgba(191, 219, 254, 0.65);
    /* Light blue */
}

.ev-footer-star--19 {
    animation-delay: 4.1s;
    background: rgba(221, 214, 254, 0.65);
    /* Purple */
}

.ev-footer-star--27 {
    animation-delay: 1.7s;
    background: rgba(196, 181, 253, 0.65);
    /* Purple */
}

.ev-footer-star--33 {
    animation-delay: 5.2s;
    background: rgba(147, 197, 253, 0.65);
    /* Blue */
}

.ev-footer-star--44 {
    animation-delay: 3.4s;
    background: rgba(199, 210, 254, 0.65);
    /* Indigo */
}

.ev-footer-star--1 {
    top: 5%;
    left: 7%;
}

.ev-footer-star--2 {
    top: 18%;
    left: 92%;
}

.ev-footer-star--3 {
    top: 12%;
    left: 23%;
}

.ev-footer-star--4 {
    top: 88%;
    left: 15%;
}

.ev-footer-star--5 {
    top: 7%;
    left: 51%;
}

.ev-footer-star--6 {
    top: 72%;
    left: 8%;
}

.ev-footer-star--7 {
    top: 35%;
    left: 4%;
}

.ev-footer-star--8 {
    top: 94%;
    left: 78%;
}

.ev-footer-star--9 {
    top: 22%;
    left: 67%;
}

.ev-footer-star--10 {
    top: 58%;
    left: 94%;
}

.ev-footer-star--11 {
    top: 41%;
    left: 31%;
}

.ev-footer-star--12 {
    top: 3%;
    left: 38%;
}

.ev-footer-star--13 {
    top: 76%;
    left: 52%;
}

.ev-footer-star--14 {
    top: 49%;
    left: 19%;
}

.ev-footer-star--15 {
    top: 28%;
    left: 85%;
}

.ev-footer-star--16 {
    top: 91%;
    left: 44%;
}

.ev-footer-star--17 {
    top: 14%;
    left: 12%;
}

.ev-footer-star--18 {
    top: 62%;
    left: 61%;
}

.ev-footer-star--19 {
    top: 85%;
    left: 28%;
}

.ev-footer-star--20 {
    top: 44%;
    left: 76%;
}

.ev-footer-star--21 {
    top: 9%;
    left: 82%;
}

.ev-footer-star--22 {
    top: 67%;
    left: 35%;
}

.ev-footer-star--23 {
    top: 31%;
    left: 48%;
}

.ev-footer-star--24 {
    top: 53%;
    left: 7%;
}

.ev-footer-star--25 {
    top: 96%;
    left: 62%;
}

.ev-footer-star--26 {
    top: 19%;
    left: 56%;
}

.ev-footer-star--27 {
    top: 78%;
    left: 89%;
}

.ev-footer-star--28 {
    top: 6%;
    left: 29%;
}

.ev-footer-star--29 {
    top: 45%;
    left: 42%;
}

.ev-footer-star--30 {
    top: 82%;
    left: 18%;
}

.ev-footer-star--31 {
    top: 24%;
    left: 74%;
}

.ev-footer-star--32 {
    top: 59%;
    left: 26%;
}

.ev-footer-star--33 {
    top: 11%;
    left: 45%;
}

.ev-footer-star--34 {
    top: 87%;
    left: 55%;
}

.ev-footer-star--35 {
    top: 38%;
    left: 88%;
}

.ev-footer-star--36 {
    top: 71%;
    left: 43%;
}

.ev-footer-star--37 {
    top: 2%;
    left: 64%;
}

.ev-footer-star--38 {
    top: 55%;
    left: 71%;
}

.ev-footer-star--39 {
    top: 93%;
    left: 9%;
}

.ev-footer-star--40 {
    top: 16%;
    left: 39%;
}

.ev-footer-star--41 {
    top: 64%;
    left: 82%;
}

.ev-footer-star--42 {
    top: 33%;
    left: 15%;
}

.ev-footer-star--43 {
    top: 79%;
    left: 66%;
}

.ev-footer-star--44 {
    top: 8%;
    left: 96%;
}

.ev-footer-star--45 {
    top: 47%;
    left: 53%;
}

.ev-footer-star--46 {
    top: 98%;
    left: 33%;
}

.ev-footer-star--47 {
    top: 26%;
    left: 3%;
}

.ev-footer-star--48 {
    top: 69%;
    left: 17%;
}

.ev-footer-star--49 {
    top: 52%;
    left: 91%;
}

.ev-footer-star--50 {
    top: 15%;
    left: 68%;
}

.ev-footer-star--bright {
    width: 9px;
    height: 9px;
    opacity: 1;
    background: rgba(255, 255, 255, 0.95);
    filter: brightness(1.1);
}

.ev-footer-star--51 {
    top: 8%;
    left: 22%;
}

.ev-footer-star--52 {
    top: 42%;
    left: 6%;
}

.ev-footer-star--53 {
    top: 76%;
    left: 88%;
}

.ev-footer-star--54 {
    top: 18%;
    left: 94%;
}

.ev-footer-star--55 {
    top: 62%;
    left: 14%;
}

.ev-footer-star--56 {
    top: 34%;
    left: 78%;
}

.ev-footer-star--57 {
    top: 88%;
    left: 42%;
}

.ev-footer-star--58 {
    top: 4%;
    left: 56%;
}

.ev-footer-star--59 {
    top: 52%;
    left: 92%;
}

.ev-footer-star--60 {
    top: 92%;
    left: 28%;
}

.ev-footer-inner {
    max-width: 1120px;
    margin: 0 auto;
    padding: 0 24px;
    position: relative;
    z-index: 5;
}

.ev-footer-info {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 48px 56px;
    align-items: start;
    margin-bottom: 28px;
}

.ev-footer-col,
.ev-footer-col--left {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
}

@media (max-width: 1024px) {
    .ev-footer-info {
        grid-template-columns: 1fr;
        gap: 28px;
    }

    .ev-footer-col--right {
        align-items: flex-start;
        text-align: left;
    }
}

@media (max-width: 768px) {
    .ev-footer-info {
        grid-template-columns: 1fr;
        gap: 28px;
    }
}

.ev-footer-title {
    font-size: 1.75rem;
    font-weight: 800;
    color: #fff;
    margin: 0 0 20px 0;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.ev-footer-phone {
    display: inline-block;
    font-size: 1.5rem;
    font-weight: 700;
    letter-spacing: 0.02em;
    color: #fff;
    text-decoration: none;
    margin-bottom: 24px;
    padding: 10px 0;
    transition: color 0.25s ease, transform 0.2s ease;
}

.ev-footer-phone:hover {
    color: rgba(255, 255, 255, 0.95);
    transform: translateX(4px);
}

.ev-footer-links {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 24px;
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
    width: fit-content;
}

.ev-footer-links a {
    font-size: 1.2rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    color: rgba(255, 255, 255, 0.95);
    text-decoration: none;
    transition: color 0.2s, letter-spacing 0.2s;
}

.ev-footer-links a:hover {
    color: #fff;
    letter-spacing: 0.08em;
}

.ev-footer-details {
    margin: 0;
    padding: 0;
    list-style: none;
}

.ev-footer-detail-row {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 10px 16px;
    align-items: baseline;
    margin-bottom: 14px;
}

.ev-footer-detail-row:last-child {
    margin-bottom: 0;
}

.ev-footer-label {
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    color: rgba(255, 255, 255, 0.7);
    margin: 0;
    text-transform: uppercase;
}

.ev-footer-value {
    font-size: 0.95rem;
    font-weight: 500;
    line-height: 1.4;
    color: rgba(255, 255, 255, 0.95);
    margin: 0;
    word-break: break-word;
    overflow-wrap: break-word;
}

.ev-footer-details a {
    color: rgba(255, 255, 255, 0.95);
    text-decoration: none;
}

.ev-footer-details a:hover {
    text-decoration: underline;
}

.ev-footer-col--right {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 12px;
}

@media (max-width: 768px) {
    .ev-footer-col--right {
        align-items: flex-start;
    }
}

.ev-footer-social {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #fff;
    text-decoration: none;
    font-weight: 600;
    font-size: 0.95rem;
    transition: color 0.2s ease;
}

.ev-footer-social:hover {
    color: rgba(255, 255, 255, 0.95);
}

.ev-footer-social-icon--round {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    flex-shrink: 0;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.12);
    transition: background 0.25s ease, border-color 0.25s ease, transform 0.2s ease;
    overflow: hidden;
}

.ev-footer-social-icon--round img {
    width: 26px;
    height: 26px;
    object-fit: contain;
    display: block;
}

.ev-footer-social:hover .ev-footer-social-icon--round {
    background: rgba(255, 255, 255, 0.12);
    border-color: rgba(255, 255, 255, 0.22);
    transform: scale(1.05);
}

.ev-footer-social-label {
    font-family: var(--font-main), sans-serif;
    font-size: 0.95rem;
    font-weight: 500;
    letter-spacing: 0.02em;
    color: rgba(255, 255, 255, 0.92);
    transition: color 0.2s ease;
}

.ev-footer-social:hover .ev-footer-social-label {
    color: #fff;
}

.ev-footer-qr {
    margin-top: 8px;
}

.ev-footer-qr img {
    display: block;
    width: 112px;
    height: 112px;
    object-fit: contain;
    border-radius: 8px;
}

.ev-footer-signoff {
    margin: 0;
    font-size: 1.3rem;
    font-weight: 700;
    letter-spacing: 0.15em;
    color: rgba(255, 255, 255, 0.85);
    text-transform: uppercase;
    font-family: var(--font-main), sans-serif;
}

.ev-footer-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 24px;
    margin-top: 40px;
    padding-top: 24px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    width: 100%;
    flex-wrap: wrap;
    position: relative;
    z-index: 5;
}

.ev-footer-bottom .ev-footer-signoff {
    margin: 0;
    font-size: 1.3rem;
    font-weight: 700;
    letter-spacing: 0.15em;
    color: rgba(255, 255, 255, 0.85);
    text-transform: uppercase;
    order: 2;
}

.ev-footer-bottom .ev-footer-legal {
    order: 1;
}

.ev-footer-legal {
    font-size: 0.7rem;
    color: rgba(255, 255, 255, 0.75);
    line-height: 1.5;
    margin: 0;
}

.ev-footer-legal strong {
    font-weight: 700;
    color: rgba(255, 255, 255, 0.9);
}

.ev-footer-legal .ev-footer-legal-details {
    font-weight: 500;
}

@media (max-width: 768px) {
    .ev-footer {
        border-radius: 32px 32px 0 0;
        padding: 40px 0 32px;
    }

    .ev-footer-info {
        gap: 24px;
    }

    .ev-footer-col,
    .ev-footer-col--left,
    .ev-footer-col--right {
        align-items: flex-start;
        text-align: left;
    }

    .ev-footer-title,
    .ev-footer-phone,
    .ev-footer-links,
    .ev-footer-details,
    .ev-footer-detail-row,
    .ev-footer-social,
    .ev-footer-social-label {
        text-align: left;
    }

    .ev-footer-links {
        width: 100%;
    }

    .ev-footer-detail-row {
        grid-template-columns: 1fr;
        gap: 6px;
    }

    .ev-footer-phone {
        word-break: break-word;
        overflow-wrap: break-word;
    }

    .ev-footer-social {
        width: 100%;
    }

    .ev-footer-social-label {
        white-space: normal;
    }

    .ev-footer-qr {
        margin-top: 16px;
    }
    
    .ev-footer-bottom {
        flex-direction: column;
        align-items: flex-start;
        gap: 12px;
    }
    
    .ev-footer-bottom .ev-footer-signoff {
        font-size: 1.1rem;
        order: 2;
    }
    
    .ev-footer-bottom .ev-footer-legal {
        order: 1;
    }

    .ev-footer-title {
        font-size: 1.4rem;
    }

    .ev-footer-phone {
        font-size: 1.35rem;
        margin-bottom: 20px;
    }

    .ev-footer-links a {
        font-size: 1.1rem;
    }

    .ev-footer-social-label {
        font-size: 0.9rem;
    }

    .ev-footer-legal {
        font-size: 0.6rem;
        line-height: 1.45;
        word-break: break-word;
        overflow-wrap: break-word;
    }

    .ev-footer-inner {
        padding: 0 20px;
    }

    .ev-footer-title {
        font-size: 1.2rem;
    }

    .ev-footer-value {
        font-size: 0.85rem;
    }

    .ev-footer-label {
        font-size: 0.7rem;
    }

    .ev-footer-details p {
        font-size: 0.85rem;
        word-break: break-word;
        overflow-wrap: break-word;
    }

    .ev-footer-social-icon--round {
        width: 44px;
        height: 44px;
    }

    .ev-footer-social-icon--round img {
        width: 22px;
        height: 22px;
    }

    .ev-footer-social-label {
        font-size: 0.85rem;
    }

    .ev-footer-star {
        width: 6px;
        height: 6px;
        opacity: 0.9;
    }

    .ev-footer-star--3,
    .ev-footer-star--7,
    .ev-footer-star--12,
    .ev-footer-star--18,
    .ev-footer-star--23,
    .ev-footer-star--29,
    .ev-footer-star--35,
    .ev-footer-star--41,
    .ev-footer-star--47 {
        width: 4px;
        height: 4px;
        opacity: 0.8;
    }

    .ev-footer-star--bright {
        width: 6px;
        height: 6px;
    }
}

@keyframes spin-slow {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

@keyframes float {

    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-10px);
    }
}

@keyframes spin-cw {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

@keyframes spin-ccw {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(-360deg);
    }
}

@keyframes orbit-1 {
    0% {
        transform: translate(-50%, -50%) rotate(0deg) translateX(275px) rotate(0deg);
    }

    100% {
        transform: translate(-50%, -50%) rotate(360deg) translateX(275px) rotate(-360deg);
    }
}

@keyframes orbit-2 {
    0% {
        transform: translate(-50%, -50%) rotate(120deg) translateX(200px) rotate(-120deg);
    }

    100% {
        transform: translate(-50%, -50%) rotate(480deg) translateX(200px) rotate(-480deg);
    }
}

@keyframes orbit-3 {
    0% {
        transform: translate(-50%, -50%) rotate(240deg) translateX(140px) rotate(-240deg);
    }

    100% {
        transform: translate(-50%, -50%) rotate(-120deg) translateX(140px) rotate(120deg);
    }
}

.unified-section-bg {
    background: linear-gradient(180deg, #f8faff 0%, #fef7f4 25%, #f8faff 50%, #fef9f5 75%, #f8faff 100%);
    position: relative;
    overflow: hidden;
}

.unified-section-bg::before {
    content: '';
    position: absolute;
    inset: 0;
    background: 
        radial-gradient(ellipse 60% 40% at 20% 10%, rgba(59, 130, 246, 0.08), transparent 50%),
        radial-gradient(ellipse 50% 50% at 80% 30%, rgba(251, 191, 36, 0.06), transparent 50%),
        radial-gradient(ellipse 70% 50% at 50% 70%, rgba(236, 72, 153, 0.05), transparent 50%),
        radial-gradient(ellipse 50% 40% at 30% 90%, rgba(99, 102, 241, 0.06), transparent 50%);
    pointer-events: none;
    z-index: 0;
}

.unified-section-bg--warm {
    background: linear-gradient(180deg, #fefefe 0%, #fef9f5 20%, #fff9f5 40%, #f8faff 60%, #fefbf8 80%, #f8faff 100%);
}

.unified-section-bg--warm::before {
    background: 
        radial-gradient(ellipse 50% 40% at 15% 20%, rgba(251, 191, 36, 0.08), transparent 50%),
        radial-gradient(ellipse 60% 50% at 85% 25%, rgba(59, 130, 246, 0.06), transparent 50%),
        radial-gradient(ellipse 50% 45% at 50% 60%, rgba(16, 185, 129, 0.05), transparent 50%),
        radial-gradient(ellipse 55% 40% at 25% 85%, rgba(99, 102, 241, 0.06), transparent 50%),
        radial-gradient(ellipse 45% 35% at 75% 80%, rgba(236, 72, 153, 0.04), transparent 50%);
}

.unified-section-bg--light {
    background: linear-gradient(180deg, #f3f4f6 0%, #f8fafc 30%, #ffffff 60%, #fafbfc 100%);
}

.unified-section-bg--light::before {
    background: 
        radial-gradient(ellipse 60% 50% at 20% 30%, rgba(99, 102, 241, 0.06), transparent 50%),
        radial-gradient(ellipse 50% 40% at 80% 20%, rgba(59, 130, 246, 0.05), transparent 50%),
        radial-gradient(ellipse 55% 45% at 50% 80%, rgba(236, 72, 153, 0.04), transparent 50%),
        radial-gradient(ellipse 45% 35% at 30% 70%, rgba(16, 185, 129, 0.04), transparent 50%);
}

.unified-section-bg--soft {
    background: linear-gradient(180deg, #fafbfc 0%, #f5f7fa 30%, #eef2f9 60%, #f8fafc 100%);
}

.unified-section-bg--soft::before {
    background: 
        radial-gradient(ellipse 55% 45% at 25% 20%, rgba(59, 130, 246, 0.06), transparent 50%),
        radial-gradient(ellipse 50% 40% at 75% 35%, rgba(99, 102, 241, 0.05), transparent 50%),
        radial-gradient(ellipse 60% 50% at 50% 75%, rgba(139, 92, 246, 0.04), transparent 50%),
        radial-gradient(ellipse 45% 35% at 20% 80%, rgba(16, 185, 129, 0.03), transparent 50%);
}

.ev-studio-hero {
    min-height: 100vh;
    background: linear-gradient(135deg, #0F172A 0%, #1E293B 50%, #334155 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 140px 20px 80px;
    position: relative;
    overflow: hidden;
    border-radius: 0 0 48px 48px;
}

.ev-studio-hero::before {
    content: '';
    position: absolute;
    width: 1000px;
    height: 1000px;
    background: radial-gradient(circle, rgba(59, 130, 246, 0.2) 0%, transparent 70%);
    top: -300px;
    right: -300px;
    border-radius: 50%;
    animation: pulse-glow 8s ease-in-out infinite;
}

.ev-studio-hero::after {
    content: '';
    position: absolute;
    width: 800px;
    height: 800px;
    background: radial-gradient(circle, rgba(147, 197, 253, 0.15) 0%, transparent 70%);
    bottom: -200px;
    left: -200px;
    border-radius: 50%;
    animation: pulse-glow 10s ease-in-out infinite reverse;
}

.ev-studio-hero-content {
    text-align: center;
    max-width: 900px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}

.ev-studio-hero--centered .ev-studio-hero-content {
    text-align: center;
    max-width: 720px;
    margin: 0 auto;
}

.ev-studio-hero--centered .ev-studio-badge {
    margin-left: auto;
    margin-right: auto;
}

.ev-studio-hero--centered .ev-studio-hero-subtitle {
    margin-left: auto;
    margin-right: auto;
}

.ev-studio-badge {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 10px 24px;
    background: rgba(59, 130, 246, 0.15);
    border: 2px solid rgba(59, 130, 246, 0.3);
    border-radius: 100px;
    color: #93C5FD;
    font-size: 0.9375rem;
    font-weight: 700;
    margin-bottom: 32px;
    animation: fade-in-up 0.6s ease-out 0.2s both;
}

.ev-studio-hero-title {
    font-size: clamp(2.5rem, 7vw, 5rem);
    font-weight: 900;
    color: white;
    margin: 0 0 24px;
    letter-spacing: -0.03em;
    line-height: 1.1;
    animation: fade-in-up 0.6s ease-out 0.3s both;
}

.ev-studio-hero-subtitle {
    font-size: clamp(1.125rem, 3vw, 1.5rem);
    color: #CBD5E1;
    margin: 0 0 48px;
    line-height: 1.6;
    animation: fade-in-up 0.6s ease-out 0.4s both;
}

.ev-studio-cta-btn {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 18px 40px;
    background: linear-gradient(135deg, #3B82F6 0%, #2563EB 100%);
    color: white;
    font-size: 1.125rem;
    font-weight: 700;
    border-radius: 16px;
    text-decoration: none;
    box-shadow: 0 8px 32px rgba(59, 130, 246, 0.4);
    transition: all 0.3s cubic-bezier(0.32, 0.72, 0, 1);
    animation: fade-in-up 0.6s ease-out 0.5s both;
}

.ev-studio-cta-btn:hover {
    transform: translateY(-4px);
    box-shadow: 0 16px 48px rgba(59, 130, 246, 0.5);
}

.ev-studio-cta-btn i {
    transition: transform 0.3s ease;
}

.ev-studio-cta-btn:hover i {
    transform: translateX(4px);
}

.ev-studio-hero-scroll {
    position: absolute;
    bottom: 40px;
    left: 50%;
    transform: translateX(-50%);
    color: rgba(255, 255, 255, 0.6);
    font-size: 1.5rem;
    cursor: pointer;
    animation: bounce 2s infinite;
    z-index: 1;
}

.ev-studio-services {
    padding: 120px 20px;
    background: #F8FAFC;
}

.ev-studio-section-header {
    text-align: center;
    max-width: 700px;
    margin: 0 auto 64px;
}

.ev-studio-section-title {
    font-size: clamp(2rem, 5vw, 3rem);
    font-weight: 800;
    color: #111827;
    margin: 0 0 16px;
    letter-spacing: -0.02em;
}

.ev-studio-section-subtitle {
    font-size: 1.125rem;
    color: #6B7280;
    margin: 0;
}

.ev-studio-services-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 32px;
    max-width: 1400px;
    margin: 0 auto;
}

.ev-studio-service-card {
    background: white;
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.06);
    transition: all 0.4s cubic-bezier(0.32, 0.72, 0, 1);
    opacity: 0;
    transform: translateY(30px);
}

.ev-studio-service-card.animate-in {
    opacity: 1;
    transform: translateY(0);
}

.ev-studio-service-card:hover {
    transform: translateY(-12px);
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
}

.ev-studio-service-image {
    position: relative;
    width: 100%;
    height: 280px;
    overflow: hidden;
}

.ev-studio-service-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s ease;
}

.ev-studio-service-card:hover .ev-studio-service-image img {
    transform: scale(1.1);
}

.ev-studio-service-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(59, 130, 246, 0.9) 0%, rgba(37, 99, 235, 0.9) 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.4s ease;
}

.ev-studio-service-card:hover .ev-studio-service-overlay {
    opacity: 1;
}

.ev-studio-service-overlay i {
    font-size: 3rem;
    color: white;
    transform: scale(0.8);
    transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.ev-studio-service-card:hover .ev-studio-service-overlay i {
    transform: scale(1);
}

.ev-studio-service-content {
    padding: 32px;
}

.ev-studio-service-title {
    font-size: 1.5rem;
    font-weight: 700;
    color: #111827;
    margin: 0 0 12px;
    letter-spacing: -0.015em;
}

.ev-studio-service-description {
    font-size: 0.9375rem;
    color: #6B7280;
    margin: 0 0 20px;
    line-height: 1.7;
}

.ev-studio-service-features {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
}

.ev-studio-service-features li {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 0.875rem;
    color: #374151;
    font-weight: 500;
}

.ev-studio-service-features i {
    color: #10B981;
    font-size: 0.75rem;
}

.ev-studio-process {
    padding: 120px 20px;
    background: var(--bg-light);
}

.ev-studio-process-steps {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 40px;
    max-width: 1200px;
    margin: 0 auto;
}

.ev-studio-process-step {
    text-align: center;
    position: relative;
    padding: 40px 24px;
    opacity: 0;
    transform: translateY(30px);
    transition: all 0.4s ease;
}

.ev-studio-process-step.animate-in {
    opacity: 1;
    transform: translateY(0);
}

.ev-studio-step-number {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    font-size: 5rem;
    font-weight: 900;
    color: #F3F4F6;
    line-height: 1;
    z-index: 0;
}

.ev-studio-step-icon {
    width: 80px;
    height: 80px;
    margin: 0 auto 24px;
    background: linear-gradient(135deg, #EFF6FF 0%, #DBEAFE 100%);
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 1;
    transition: all 0.3s ease;
}

.ev-studio-process-step:hover .ev-studio-step-icon {
    background: linear-gradient(135deg, #3B82F6 0%, #2563EB 100%);
    transform: scale(1.1);
}

.ev-studio-step-icon i {
    font-size: 1.75rem;
    color: #3B82F6;
    transition: color 0.3s ease;
}

.ev-studio-process-step:hover .ev-studio-step-icon i {
    color: white;
}

.ev-studio-step-title {
    font-size: 1.25rem;
    font-weight: 700;
    color: #111827;
    margin: 0 0 12px;
}

.ev-studio-step-description {
    font-size: 0.9375rem;
    color: #6B7280;
    margin: 0;
    line-height: 1.6;
}

.ev-studio-cta {
    padding: 120px 20px;
    background: linear-gradient(135deg, #1E293B 0%, #0F172A 100%);
    position: relative;
    overflow: hidden;
}

.ev-studio-cta::before {
    content: '';
    position: absolute;
    width: 600px;
    height: 600px;
    background: radial-gradient(circle, rgba(59, 130, 246, 0.15) 0%, transparent 70%);
    top: -200px;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 50%;
}

.ev-studio-cta-content {
    text-align: center;
    max-width: 800px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}

.ev-studio-cta-title {
    font-size: clamp(2rem, 5vw, 3.5rem);
    font-weight: 800;
    color: white;
    margin: 0 0 20px;
    letter-spacing: -0.02em;
}

.ev-studio-cta-subtitle {
    font-size: 1.25rem;
    color: #CBD5E1;
    margin: 0 0 48px;
}

.ev-studio-cta-button {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 20px 48px;
    background: linear-gradient(135deg, #10B981 0%, #059669 100%);
    color: white;
    font-size: 1.25rem;
    font-weight: 700;
    border-radius: 16px;
    text-decoration: none;
    box-shadow: 0 12px 40px rgba(16, 185, 129, 0.4);
    transition: all 0.3s cubic-bezier(0.32, 0.72, 0, 1);
    margin-bottom: 40px;
}

.ev-studio-cta-button:hover {
    transform: translateY(-4px);
    box-shadow: 0 20px 60px rgba(16, 185, 129, 0.5);
}

.ev-studio-cta-button i {
    transition: transform 0.3s ease;
}

.ev-studio-cta-button:hover i {
    transform: translateX(4px);
}

.ev-studio-cta-contacts {
    display: flex;
    justify-content: center;
    gap: 32px;
    flex-wrap: wrap;
}

.ev-studio-contact-item {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #94A3B8;
    font-size: 1rem;
    font-weight: 500;
    text-decoration: none;
    transition: color 0.2s ease;
}

.ev-studio-contact-item:hover {
    color: #3B82F6;
}

.ev-studio-contact-item i {
    font-size: 1.1rem;
}

@media (max-width: 968px) {
    .ev-studio-hero {
        padding: 120px 16px 60px;
        min-height: 80vh;
    }

    .ev-studio-services,
    .ev-studio-process,
    .ev-studio-cta {
        padding: 80px 16px;
    }

    .ev-studio-services-grid {
        grid-template-columns: 1fr;
    }

    .ev-studio-service-features {
        grid-template-columns: 1fr;
    }

    .ev-studio-cta-contacts {
        flex-direction: column;
        gap: 16px;
    }
}

.sv-hero {
    position: relative;
    min-height: 100vh;
    padding: 100px 24px 60px;
    background: linear-gradient(180deg, #F8FAFC 0%, #EEF2FF 50%, #F8FAFC 100%);
    overflow: hidden;
    display: flex;
    align-items: center;
}

.sv-hero-bg {
    position: absolute;
    inset: 0;
    pointer-events: none;
    z-index: 0;
}

.sv-hero-gradient {
    position: absolute;
    inset: 0;
    background: radial-gradient(ellipse 80% 50% at 50% -20%, rgba(37, 99, 221, 0.08), transparent);
}

.sv-hero-mesh {
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(rgba(37, 99, 221, 0.03) 1px, transparent 1px),
        linear-gradient(90deg, rgba(37, 99, 221, 0.03) 1px, transparent 1px);
    background-size: 60px 60px;
    opacity: 0.5;
}

.sv-hero-orb {
    position: absolute;
    border-radius: 50%;
    filter: blur(80px);
}

.sv-hero-orb--1 {
    top: 10%;
    right: 20%;
    width: 400px;
    height: 400px;
    background: rgba(37, 99, 221, 0.12);
    animation: float-smooth 12s ease-in-out infinite;
}

.sv-hero-orb--2 {
    bottom: 10%;
    left: 10%;
    width: 300px;
    height: 300px;
    background: rgba(16, 185, 129, 0.08);
    animation: float-smooth 15s ease-in-out infinite reverse;
}

.sv-hero-container {
    position: relative;
    z-index: 10;
    max-width: 1400px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1.2fr;
    gap: 60px;
    align-items: center;
}

.sv-hero-content {
    position: relative;
    padding-top: 40px;
}

.sv-hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 10px 18px;
    background: rgba(255, 255, 255, 0.9);
    border: 1px solid rgba(37, 99, 221, 0.15);
    border-radius: 100px;
    font-size: 0.85rem;
    font-weight: 600;
    color: #2563EB;
    margin-bottom: 28px;
    backdrop-filter: blur(8px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.04);
}

.sv-hero-badge-dot {
    width: 8px;
    height: 8px;
    background: linear-gradient(135deg, #2563EB 0%, #10B981 100%);
    border-radius: 50%;
    animation: pulse 2s ease-in-out infinite;
}

.sv-hero-title {
    font-size: clamp(2.5rem, 5vw, 3.75rem);
    font-weight: 700;
    line-height: 1.15;
    color: #0F172A;
    margin-bottom: 24px;
    letter-spacing: -0.03em;
}

.sv-hero-title-line {
    display: block;
    opacity: 0;
    transform: translateY(20px);
    animation: sv-title-reveal 0.8s ease-out forwards;
}

.sv-hero-title-line:nth-child(1) {
    animation-delay: 0.1s;
}

.sv-hero-title-line:nth-child(3) {
    animation-delay: 0.3s;
}

@keyframes sv-title-reveal {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.sv-hero-title-accent {
    display: block;
    background: linear-gradient(135deg, #2563EB 0%, #7C3AED 50%, #10B981 100%);
    background-size: 200% 200%;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    animation: gradient-shift 5s ease-in-out infinite, sv-title-reveal 0.8s ease-out 0.2s forwards;
    opacity: 0;
    transform: translateY(20px);
}

.sv-hero-subtitle {
    font-size: 1.15rem;
    color: #64748B;
    line-height: 1.7;
    margin-bottom: 32px;
    max-width: 480px;
    display: flex;
    align-items: flex-start;
    gap: 12px;
    opacity: 0;
    animation: sv-fade-in 0.6s ease-out 0.4s forwards;
}

.sv-hero-subtitle-icon {
    flex-shrink: 0;
    color: #10B981;
    font-size: 1.1rem;
    margin-top: 2px;
}

@keyframes sv-fade-in {
    to {
        opacity: 1;
    }
}

.sv-hero-stats {
    display: flex;
    align-items: center;
    gap: 24px;
    margin-top: 24px;
    padding-top: 24px;
    border-top: 1px solid rgba(0, 0, 0, 0.06);
    opacity: 0;
    animation: sv-fade-in 0.6s ease-out 0.7s forwards;
}

.sv-hero-stat {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.sv-hero-stat-value {
    font-size: 1.5rem;
    font-weight: 700;
    color: #0F172A;
    letter-spacing: -0.02em;
}

.sv-hero-stat-label {
    font-size: 0.85rem;
    color: #64748B;
    font-weight: 500;
}

.sv-hero-stat-divider {
    width: 1px;
    height: 40px;
    background: rgba(0, 0, 0, 0.08);
}

.sv-hero-chips {
    display: flex;
    gap: 12px;
    margin-bottom: 32px;
    flex-wrap: wrap;
}

.sv-chip {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 14px 24px;
    background: rgba(255, 255, 255, 0.95);
    border: 1px solid rgba(0, 0, 0, 0.06);
    border-radius: 100px;
    font-size: 0.95rem;
    font-weight: 600;
    color: #475569;
    cursor: pointer;
    transition: all 0.4s cubic-bezier(0.32, 0.72, 0, 1);
    backdrop-filter: blur(12px);
}

.sv-chip:hover {
    background: #fff;
    border-color: rgba(59, 130, 246, 0.25);
    color: #2563EB;
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(59, 130, 246, 0.1);
}

.sv-chip--active {
    background: linear-gradient(135deg, #EEF2FF 0%, #E0E7FF 50%, #DBEAFE 100%);
    border: 1px solid rgba(99, 102, 241, 0.2);
    color: #4338CA;
    box-shadow: 0 4px 16px rgba(99, 102, 241, 0.15);
}

.sv-chip--active:hover {
    background: linear-gradient(135deg, #E0E7FF 0%, #C7D2FE 50%, #BFDBFE 100%);
    color: #3730A3;
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(99, 102, 241, 0.2);
}

.sv-chip i {
    font-size: 0.9rem;
}

.sv-hero-cta {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.sv-btn-primary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    padding: 18px 36px;
    background: linear-gradient(135deg, #6366F1 0%, #4F46E5 50%, #4338CA 100%);
    border: none;
    border-radius: 16px;
    font-size: 1rem;
    font-weight: 600;
    color: #fff;
    cursor: pointer;
    transition: all 0.4s cubic-bezier(0.32, 0.72, 0, 1);
    box-shadow: 0 8px 24px rgba(99, 102, 241, 0.35);
    width: fit-content;
    position: relative;
    overflow: hidden;
}

.sv-btn-primary::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.15), transparent);
    transition: left 0.6s ease;
}

.sv-btn-primary:hover::before {
    left: 100%;
}

.sv-btn-primary:hover {
    transform: translateY(-3px);
    box-shadow: 0 16px 40px rgba(99, 102, 241, 0.45);
}

.sv-btn-primary i {
    transition: transform 0.4s cubic-bezier(0.32, 0.72, 0, 1);
}

.sv-btn-primary:hover i {
    transform: translateX(5px);
}

.sv-hero-hint {
    font-size: 0.85rem;
    color: #94A3B8;
    display: flex;
    align-items: center;
    gap: 8px;
}

.sv-hero-hint i {
    font-size: 0.9rem;
    color: #10B981;
}

.sv-hero-cta-buttons {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
}

.sv-btn-demo {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 18px 28px;
    background: rgba(255, 255, 255, 0.9);
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 16px;
    font-size: 1rem;
    font-weight: 600;
    color: #374151;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    text-decoration: none;
}

.sv-btn-demo:hover {
    background: #fff;
    border-color: rgba(37, 99, 221, 0.3);
    color: #2563EB;
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
}

.sv-btn-demo i {
    font-size: 1.1rem;
    color: #2563EB;
}

.sv-hero-visual {
    position: relative;
    opacity: 0;
    animation: sv-visual-reveal 1s ease-out 0.3s forwards;
}

@keyframes sv-visual-reveal {
    to {
        opacity: 1;
    }
}

.sv-orbit-system {
    position: absolute;
    inset: -60px;
    pointer-events: none;
    z-index: 1;
    overflow: visible;
}

.sv-orbit,
.sv-orbit-dot {
    display: none;
}

.sv-aurora-glow {
    position: absolute;
    inset: 0;
    background:
        radial-gradient(ellipse 60% 50% at 50% 45%, rgba(59, 130, 246, 0.15), transparent 65%),
        radial-gradient(ellipse 40% 35% at 65% 55%, rgba(16, 185, 129, 0.08), transparent 55%);
    animation: sv-aurora-breathe 8s cubic-bezier(0.32, 0.72, 0, 1) infinite;
}

@keyframes sv-aurora-breathe {

    0%,
    100% {
        opacity: 0.5;
        transform: scale(0.97);
    }

    50% {
        opacity: 0.85;
        transform: scale(1.03);
    }
}

.sv-gradient-ring {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 108%;
    height: 108%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    border: 1px solid rgba(59, 130, 246, 0.08);
    background: conic-gradient(from 0deg,
            rgba(59, 130, 246, 0.06) 0deg,
            rgba(16, 185, 129, 0.04) 90deg,
            rgba(139, 92, 246, 0.05) 180deg,
            rgba(59, 130, 246, 0.06) 270deg,
            rgba(16, 185, 129, 0.04) 360deg);
    animation: sv-ring-rotate 50s linear infinite;
    opacity: 0.6;
}

@keyframes sv-ring-rotate {
    from {
        transform: translate(-50%, -50%) rotate(0deg);
    }

    to {
        transform: translate(-50%, -50%) rotate(360deg);
    }
}

.sv-morph {
    position: absolute;
    border-radius: 50%;
    filter: blur(70px);
    opacity: 0.3;
    transition: all 1.2s cubic-bezier(0.32, 0.72, 0, 1);
}

.sv-morph--1 {
    top: 8%;
    right: 8%;
    width: 140px;
    height: 140px;
    background: rgba(59, 130, 246, 0.45);
    animation: sv-morph-1 12s cubic-bezier(0.32, 0.72, 0, 1) infinite;
}

.sv-morph--2 {
    bottom: 12%;
    left: 8%;
    width: 120px;
    height: 120px;
    background: rgba(139, 92, 246, 0.35);
    animation: sv-morph-2 15s cubic-bezier(0.32, 0.72, 0, 1) infinite;
}

.sv-morph--3 {
    top: 48%;
    right: 3%;
    width: 100px;
    height: 100px;
    background: rgba(16, 185, 129, 0.3);
    animation: sv-morph-3 18s cubic-bezier(0.32, 0.72, 0, 1) infinite;
}

@keyframes sv-morph-1 {

    0%,
    100% {
        transform: translate(0, 0) scale(1);
    }

    30% {
        transform: translate(-15px, 10px) scale(1.08);
    }

    60% {
        transform: translate(-8px, 18px) scale(0.95);
    }
}

@keyframes sv-morph-2 {

    0%,
    100% {
        transform: translate(0, 0) scale(1);
    }

    40% {
        transform: translate(20px, -8px) scale(1.1);
    }

    70% {
        transform: translate(12px, -15px) scale(0.98);
    }
}

@keyframes sv-morph-3 {

    0%,
    100% {
        transform: translate(0, 0) scale(1);
    }

    35% {
        transform: translate(-12px, -15px) scale(1.12);
    }

    65% {
        transform: translate(-6px, -22px) scale(1.02);
    }
}

.sv-sparkle {
    position: absolute;
    width: 3px;
    height: 3px;
    background: #fff;
    border-radius: 50%;
    box-shadow:
        0 0 6px 2px rgba(255, 255, 255, 0.8),
        0 0 12px 4px rgba(59, 130, 246, 0.4);
    animation: sv-star-twinkle 4s ease-in-out infinite;
}

.sv-sparkle--1 {
    top: 12%;
    left: 12%;
    width: 5px;
    height: 5px;
    animation-delay: 0s;
}

.sv-sparkle--2 {
    top: 25%;
    right: 8%;
    width: 4px;
    height: 4px;
    animation-delay: 1s;
}

.sv-sparkle--3 {
    bottom: 20%;
    left: 6%;
    width: 4px;
    height: 4px;
    animation-delay: 2s;
}

.sv-sparkle--4 {
    bottom: 35%;
    right: 6%;
    width: 3px;
    height: 3px;
    animation-delay: 3s;
}

@keyframes sv-star-twinkle {

    0%,
    100% {
        opacity: 0.2;
        transform: scale(0.8);
        box-shadow:
            0 0 4px 1px rgba(255, 255, 255, 0.5),
            0 0 8px 2px rgba(59, 130, 246, 0.2);
    }

    50% {
        opacity: 1;
        transform: scale(1.3);
        box-shadow:
            0 0 8px 3px rgba(255, 255, 255, 0.9),
            0 0 20px 6px rgba(59, 130, 246, 0.5);
    }
}

.sv-hero-visual:hover .sv-aurora-glow {
    opacity: 0.95;
    transition: opacity 0.6s cubic-bezier(0.32, 0.72, 0, 1);
}

.sv-hero-visual:hover .sv-morph {
    opacity: 0.4;
}

.sv-hero-visual:hover .sv-sparkle {
    animation-duration: 2.5s;
}

.sv-photo-shine {
    position: absolute;
    inset: 0;
    background: linear-gradient(105deg,
            transparent 42%,
            rgba(255, 255, 255, 0.15) 47%,
            rgba(255, 255, 255, 0.25) 50%,
            rgba(255, 255, 255, 0.15) 53%,
            transparent 58%);
    background-size: 250% 100%;
    animation: sv-shine-sweep 12s cubic-bezier(0.32, 0.72, 0, 1) infinite;
    pointer-events: none;
    border-radius: 24px;
}

@keyframes sv-shine-sweep {

    0%,
    70% {
        background-position: 250% 0;
    }

    100% {
        background-position: -250% 0;
    }
}

.sv-quote-icon {
    color: #3B82F6;
    margin-bottom: 10px;
}

.sv-quote-icon svg {
    width: 24px;
    height: 24px;
    opacity: 0.5;
}

.sv-quote-text {
    font-size: 0.9rem;
    font-weight: 500;
    color: #374151;
    line-height: 1.5;
    margin: 0;
}

.sv-quote-text strong {
    font-weight: 700;
    color: #111827;
}

@media (max-width: 768px) {
    .sv-photo-glow {
        display: block;
        width: 120%;
        height: 120%;
    }

    .sv-soft-glow {
        filter: blur(60px);
    }
}

.sv-hero-photo-wrap {
    position: relative;
    width: 100%;
    aspect-ratio: 16 / 10;
    border-radius: 24px;
    overflow: hidden;
    background: linear-gradient(135deg, #E0F2FE 0%, #DBEAFE 100%);
    box-shadow:
        0 24px 64px rgba(0, 0, 0, 0.15),
        0 0 0 1px rgba(59, 130, 246, 0.1);
    z-index: 2;
    opacity: 0;
    transform: translateY(20px) scale(0.98);
    animation: sv-photo-reveal 0.8s ease-out 0.3s forwards;
}

@keyframes sv-photo-reveal {
    to {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

.sv-hero-visual .sv-quote-card {
    position: absolute;
    bottom: 15%;
    right: -30px;
    background: #ffffff;
    border-radius: 18px;
    padding: 18px 22px;
    box-shadow:
        0 4px 6px -1px rgba(0, 0, 0, 0.05),
        0 12px 24px -4px rgba(0, 0, 0, 0.1),
        0 0 0 1px rgba(0, 0, 0, 0.02);
    max-width: 180px;
    z-index: 30;
    animation: sv-quote-float 5s ease-in-out infinite;
    opacity: 0;
    animation: sv-quote-appear 0.6s ease-out 1s forwards, sv-quote-float 5s ease-in-out 1.6s infinite;
}

@keyframes sv-quote-appear {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes sv-quote-float {

    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-8px);
    }
}

@media (max-width: 1024px) {
    .sv-hero-visual .sv-quote-card {
        right: -15px;
        bottom: 10%;
        max-width: 160px;
        padding: 14px 18px;
    }
}

@media (max-width: 768px) {
    .sv-hero-subtitle {
        display: block;
        text-align: center;
    }

    .sv-hero-subtitle-icon {
        display: inline;
        margin-right: 6px;
        vertical-align: middle;
    }

    .sv-hero-photo-wrap {
        aspect-ratio: auto;
        background: transparent;
        overflow: hidden;
        max-height: 280px;
    }

    .sv-hero-photo {
        object-fit: cover;
        object-position: center top;
        width: 100%;
        height: 100%;
        max-height: 280px;
    }

    .sv-hero-visual .sv-quote-card {
        right: 12px;
        bottom: 12px;
        max-width: 140px;
        padding: 12px 14px;
        border-radius: 14px;
    }

    .sv-hero-visual .sv-quote-card .sv-quote-icon svg {
        width: 18px;
        height: 18px;
    }

    .sv-hero-visual .sv-quote-card .sv-quote-text {
        font-size: 0.7rem;
        line-height: 1.35;
    }

    .sv-orbit-system {
        display: block !important;
        transform: scale(1.3);
        transform-origin: center;
        inset: -60px;
        opacity: 1;
        z-index: 0;
    }

    .sv-aurora-glow {
        opacity: 1 !important;
        background:
            radial-gradient(ellipse 70% 60% at 50% 45%, rgba(59, 130, 246, 0.25), transparent 65%),
            radial-gradient(ellipse 50% 45% at 65% 55%, rgba(16, 185, 129, 0.15), transparent 55%) !important;
    }

    .sv-morph {
        display: block !important;
        opacity: 0.7 !important;
        filter: blur(50px) !important;
    }

    .sv-morph--1 {
        width: 160px !important;
        height: 160px !important;
        background: rgba(59, 130, 246, 0.55) !important;
    }

    .sv-morph--2 {
        width: 140px !important;
        height: 140px !important;
        background: rgba(139, 92, 246, 0.45) !important;
    }

    .sv-morph--3 {
        width: 120px !important;
        height: 120px !important;
        background: rgba(16, 185, 129, 0.4) !important;
    }
}

.sv-hero-photo {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
    transition: transform 0.8s cubic-bezier(0.22, 0.61, 0.36, 1), filter 0.6s ease;
}

.sv-hero-photo-wrap:hover .sv-hero-photo {
    transform: scale(1.05);
    filter: brightness(1.03);
}

.sv-float-card {
    position: absolute;
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 14px 18px;
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(16px);
    border-radius: 16px;
    border: 1px solid rgba(255, 255, 255, 0.8);
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.12);
    animation: float-smooth 4s ease-in-out infinite;
    z-index: 20;
}

.sv-float-card--growth {
    top: 15%;
    right: -20px;
}

.sv-float-card--tasks {
    bottom: 20%;
    left: -20px;
    animation-delay: 2s;
}

.sv-float-icon {
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(37, 99, 221, 0.1);
    border-radius: 12px;
    color: #2563EB;
}

.sv-float-icon--green {
    background: rgba(16, 185, 129, 0.1);
    color: #10B981;
}

.sv-float-text {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.sv-float-label {
    font-size: 0.75rem;
    color: #64748B;
}

.sv-float-value {
    font-size: 1.1rem;
    font-weight: 700;
    color: #0F172A;
}

@media (max-width: 1024px) {
    .sv-hero-container {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .sv-hero-content {
        order: 1;
    }

    .sv-hero-visual {
        order: 2;
    }

    .sv-hero-photo-wrap {
        max-width: 600px;
        margin: 0 auto;
    }

    .sv-float-card--growth {
        top: 10%;
        right: 10%;
    }

    .sv-float-card--tasks {
        bottom: 15%;
        left: 5%;
    }
}

@media (max-width: 768px) {
    .sv-hero {
        padding: 100px 16px 50px;
        min-height: auto;
    }

    .sv-hero-title {
        font-size: 2rem;
    }

    .sv-hero-subtitle {
        font-size: 1rem;
        display: block;
        text-align: center;
    }

    .sv-hero-subtitle-icon {
        display: inline;
        margin-right: 6px;
        vertical-align: middle;
    }

    .sv-hero-chips {
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
        gap: 10px;
    }

    .sv-chip {
        width: auto;
        justify-content: center;
    }

    .sv-float-card {
        display: none;
    }

    .sv-btn-primary {
        width: 100%;
    }

    .sv-hero-stats {
        flex-wrap: wrap;
        gap: 16px;
        justify-content: center;
        text-align: center;
    }

    .sv-hero-stat-divider {
        display: none;
    }

    .sv-hero-stat {
        min-width: 80px;
    }
}

.sv-process {
    position: relative;
    padding: 100px 24px;
    background: linear-gradient(180deg, #F8FAFC 0%, #F1F5F9 100%);
    border-radius: 40px;
    overflow: hidden;
}

.sv-process-glow {
    position: absolute;
    border-radius: 50%;
    pointer-events: none;
    z-index: 0;
    filter: blur(80px);
}

.sv-process-glow--1 {
    width: 280px;
    height: 280px;
    top: 10%;
    left: -60px;
    background: radial-gradient(circle, rgba(99, 102, 241, 0.12) 0%, rgba(139, 92, 246, 0.06) 50%, transparent 70%);
    animation: svGlowPulse1 12s ease-in-out infinite;
}

.sv-process-glow--2 {
    width: 200px;
    height: 200px;
    bottom: 15%;
    left: 20px;
    background: radial-gradient(circle, rgba(6, 182, 212, 0.08) 0%, rgba(59, 130, 246, 0.04) 50%, transparent 70%);
    animation: svGlowPulse2 15s ease-in-out infinite 3s;
}

.sv-process-glow--3 {
    width: 260px;
    height: 260px;
    top: 5%;
    right: -40px;
    background: radial-gradient(circle, rgba(168, 85, 247, 0.1) 0%, rgba(236, 72, 153, 0.05) 50%, transparent 70%);
    animation: svGlowPulse3 14s ease-in-out infinite 1.5s;
}

.sv-process-glow--4 {
    width: 220px;
    height: 220px;
    bottom: 10%;
    right: 30px;
    background: radial-gradient(circle, rgba(59, 130, 246, 0.09) 0%, rgba(99, 102, 241, 0.04) 50%, transparent 70%);
    animation: svGlowPulse4 16s ease-in-out infinite 5s;
}

@media (max-width: 1200px) {
    .sv-process-glow {
        filter: blur(60px);
    }
    .sv-process-glow--1,
    .sv-process-glow--3 {
        width: 180px;
        height: 180px;
    }
    .sv-process-glow--2,
    .sv-process-glow--4 {
        width: 140px;
        height: 140px;
    }
}

@media (max-width: 768px) {
    .sv-process-glow {
        filter: blur(50px);
        opacity: 0.5;
    }
    .sv-process-glow--1,
    .sv-process-glow--3 {
        width: 120px;
        height: 120px;
    }
    .sv-process-glow--2,
    .sv-process-glow--4 {
        width: 100px;
        height: 100px;
    }
}

.sv-process-container {
    max-width: 1200px;
    margin: 0 auto;
}

.sv-process-header {
    text-align: center;
    margin-bottom: 64px;
}

.sv-process-eyebrow {
    display: inline-block;
    font-size: 0.85rem;
    font-weight: 600;
    color: #2563EB;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    margin-bottom: 16px;
}

.sv-process-title {
    font-size: clamp(1.75rem, 4vw, 2.75rem);
    font-weight: 700;
    color: #0F172A;
    margin-bottom: 16px;
    letter-spacing: -0.02em;
}

.sv-process-subtitle {
    font-size: 1.1rem;
    color: #64748B;
    max-width: 500px;
    margin: 0 auto;
}

.sv-process-board {
    display: flex;
    justify-content: center;
    padding: 0;
}

.sv-process-pills {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 18px;
    max-width: 1000px;
    margin: 0 auto;
}

.sv-process .sv-process-pills {
    opacity: 0;
    transform: translateY(18px);
    animation: svPillsIn 0.8s cubic-bezier(0.32, 0.72, 0, 1) 0.2s forwards;
}

.sv-process-grid {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    max-width: 900px;
    margin: 0 auto;
}

.sv-process-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 12px;
}

.sv-chip {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 10px 18px;
    background: #FFFFFF;
    border-radius: 100px;
    border: 1px solid rgba(226, 232, 240, 0.9);
    box-shadow: 0 4px 16px rgba(15, 23, 42, 0.08);
    font-size: 0.95rem;
    font-weight: 600;
    color: #1E293B;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.sv-chip:hover {
    transform: translateY(-1px);
    box-shadow: 0 6px 20px rgba(15, 23, 42, 0.1);
}

.sv-chip--gradient {
    background: linear-gradient(135deg, #FDB36B 0%, #E879F9 50%, #8B5CF6 100%);
    border: none;
    padding: 12px 20px;
    box-shadow: 0 8px 24px rgba(139, 92, 246, 0.3);
    border-radius: 20px;
    transition: transform 0.25s ease, box-shadow 0.25s ease, filter 0.25s ease;
}

.sv-chip--gradient:hover {
    transform: translateY(-6px);
    background: linear-gradient(135deg, #FDB36B 0%, #E879F9 50%, #8B5CF6 100%);
    box-shadow: 0 12px 30px rgba(139, 92, 246, 0.45);
    filter: none;
    color: #FFFFFF;
    opacity: 1;
}

.sv-chip--gradient:hover .sv-chip-text,
.sv-chip--gradient:hover .sv-chip-icon {
    color: #FFFFFF;
    opacity: 1;
    text-shadow: 0 2px 8px rgba(15, 23, 42, 0.3);
}

.sv-chip--gradient .sv-chip-text {
    color: #FFFFFF;
    font-weight: 700;
    font-size: 1rem;
}

.sv-chip--gradient .sv-chip-icon {
    color: #FFFFFF;
}

.sv-chip--lifted {
    position: relative;
    transform: translateY(-4px);
}

.sv-chip--lifted:hover {
    transform: translateY(-6px);
}

.sv-chip-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
}

.sv-chip-icon--gray {
    color: #94A3B8;
    font-size: 14px;
}

.sv-chip--avatar {
    padding: 6px 14px 6px 6px;
    gap: 10px;
}

.sv-chip-avatar {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    overflow: hidden;
    flex-shrink: 0;
}

.sv-chip-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.sv-chip--avatar .sv-chip-text {
    font-weight: 700;
    color: #1E293B;
}

.sv-chip-close {
    font-size: 1.4rem;
    color: #CBD5E1;
    line-height: 1;
    font-weight: 300;
    margin-left: 2px;
}

.sv-chip--dashed {
    border: 2px dashed #CBD5E1;
    background: #FFFFFF;
    padding: 10px 18px;
}

.sv-chip--dashed .sv-chip-text {
    color: #64748B;
    font-weight: 600;
}

.sv-chip--filter {
    padding: 10px 12px 10px 16px;
    gap: 8px;
}

.sv-chip-badge {
    font-size: 0.8rem;
    font-weight: 700;
    color: #2563EB;
    margin-left: 2px;
}

.sv-chip-divider {
    width: 1px;
    height: 20px;
    background: #E2E8F0;
    margin: 0 4px;
}

.sv-chip--square {
    width: 48px;
    height: 48px;
    padding: 0;
    border-radius: 14px;
    justify-content: center;
}

.sv-chip-lines {
    display: flex;
    flex-direction: column;
    gap: 4px;
    width: 20px;
}

.sv-chip-lines span {
    height: 2px;
    background: #1E293B;
    border-radius: 1px;
}

.sv-chip-lines--left span:nth-child(1) { width: 20px; }

.sv-chip-lines--left span:nth-child(2) { width: 16px; }

.sv-chip-lines--left span:nth-child(3) { width: 20px; }

.sv-chip-lines--center span { width: 16px; margin: 0 auto; }

.sv-chip-lines--right span:nth-child(1) { width: 20px; margin-left: auto; }

.sv-chip-lines--right span:nth-child(2) { width: 16px; margin-left: auto; }

.sv-chip-lines--right span:nth-child(3) { width: 20px; margin-left: auto; }

.sv-chip--time {
    padding: 10px 16px;
    gap: 6px;
}

.sv-chip-text--bold {
    font-weight: 700;
    color: #1E293B;
}

.sv-chip-text--light {
    font-weight: 500;
    color: #94A3B8;
}

.sv-chip-caret {
    width: 8px;
    height: 8px;
    border-right: 2px solid #CBD5E1;
    border-bottom: 2px solid #CBD5E1;
    transform: rotate(45deg);
    margin-left: 4px;
    margin-top: -2px;
}

.sv-chip--cta {
    background: linear-gradient(135deg, #FDB36B 0%, #E879F9 50%, #8B5CF6 100%);
    border: none;
    padding: 12px 24px;
    box-shadow: 0 8px 24px rgba(139, 92, 246, 0.35);
    border-radius: 100px;
    transition: transform 0.25s ease, box-shadow 0.25s ease, filter 0.25s ease;
}

.sv-chip--cta:hover {
    transform: translateY(-3px);
    background: linear-gradient(135deg, #FDB36B 0%, #E879F9 50%, #8B5CF6 100%);
    box-shadow: 0 12px 32px rgba(139, 92, 246, 0.5);
    filter: none;
    color: #FFFFFF;
    opacity: 1;
}

.sv-chip--cta:hover .sv-chip-text {
    color: #FFFFFF;
    opacity: 1;
    text-shadow: 0 2px 8px rgba(15, 23, 42, 0.3);
}

.sv-chip--cta .sv-chip-text {
    color: #FFFFFF;
    font-weight: 700;
    font-size: 0.95rem;
}

.sv-chip--online {
    background: linear-gradient(135deg, #D9F99D 0%, #BBF7D0 100%);
    border: none;
    padding: 12px 20px;
}

.sv-chip--online .sv-chip-text {
    color: #15803D;
    font-weight: 700;
}

.sv-chip-dot {
    width: 8px;
    height: 8px;
    background: #22C55E;
    border-radius: 50%;
}

.sv-chip--progress {
    padding: 12px 20px;
}

.sv-chip--progress .sv-chip-text {
    color: #2563EB;
    font-weight: 700;
}

.sv-chip-ring {
    width: 18px;
    height: 18px;
    border: 2.5px dashed #60A5FA;
    border-radius: 50%;
}

.sv-chip--search {
    background: #F1F5F9;
    padding: 8px 8px 8px 18px;
    gap: 14px;
    transition: transform 0.25s ease, box-shadow 0.25s ease, background-color 0.25s ease;
}

.sv-chip--search:hover {
    transform: translateY(-2px);
    background: #FFFFFF;
    box-shadow: 0 8px 20px rgba(15, 23, 42, 0.12);
}

.sv-chip--search .sv-chip-text {
    color: #94A3B8;
    font-weight: 600;
}

.sv-chip-search-btn {
    width: 36px;
    height: 36px;
    background: #FFFFFF;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #94A3B8;
    font-size: 14px;
    transition: color 0.25s ease, box-shadow 0.25s ease;
}

.sv-chip--search:hover .sv-chip-search-btn {
    color: #2563EB;
    box-shadow: 0 6px 12px rgba(37, 99, 235, 0.18);
}

@media (max-width: 768px) {
    .sv-process-grid {
        gap: 12px;
    }
    
    .sv-process-row {
        gap: 10px;
    }
    
    .sv-chip {
        padding: 9px 16px;
        font-size: 0.9rem;
    }
    
    .sv-chip--gradient {
        padding: 10px 16px;
    }
    
    .sv-chip--avatar {
        padding: 5px 12px 5px 5px;
    }
    
    .sv-chip-avatar {
        width: 32px;
        height: 32px;
    }
    
    .sv-chip--square {
        width: 44px;
        height: 44px;
    }
    
    .sv-chip--cta {
        padding: 10px 20px;
    }
}

.sv-pill {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 13px 20px;
    background: #FFFFFF;
    border-radius: 100px;
    border: 1px solid rgba(226, 232, 240, 0.8);
    box-shadow: 0 8px 24px rgba(15, 23, 42, 0.08);
    font-size: 0.95rem;
    color: #0F172A;
    transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.sv-pill:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 32px rgba(15, 23, 42, 0.12);
}

.sv-process .sv-pill {
    opacity: 0;
    transform: translateY(12px) scale(0.98);
    animation: svPillIn 0.7s cubic-bezier(0.32, 0.72, 0, 1) forwards;
}

.sv-process .sv-pill:nth-child(1) { animation-delay: 0.25s; }

.sv-process .sv-pill:nth-child(2) { animation-delay: 0.35s; }

.sv-process .sv-pill:nth-child(3) { animation-delay: 0.45s; }

.sv-process .sv-pill:nth-child(4) { animation-delay: 0.55s; }

.sv-process .sv-pill:nth-child(5) { animation-delay: 0.65s; }

.sv-process .sv-pill:hover {
    transform: translateY(-3px) scale(1.01);
    border-color: rgba(148, 163, 184, 0.8);
}

.sv-process .sv-pill:active {
    transform: translateY(-1px) scale(0.995);
}

.sv-pill-icon {
    width: 38px;
    height: 38px;
    border-radius: 12px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(59, 130, 246, 0.12);
    color: #2563EB;
    font-size: 15px;
}

.sv-pill-icon--gradient {
    background: linear-gradient(135deg, #FDB36B 0%, #8B5CF6 100%);
    color: #FFFFFF;
    box-shadow: none;
}

.sv-pill-icon--blue {
    background: rgba(59, 130, 246, 0.16);
    color: #2563EB;
}

.sv-pill-icon--green {
    background: rgba(16, 185, 129, 0.16);
    color: #10B981;
}

.sv-pill-icon--light {
    background: rgba(148, 163, 184, 0.2);
    color: #64748B;
}

.sv-pill-icon--upload {
    background: rgba(148, 163, 184, 0.15);
    color: #64748B;
}

.sv-pill-icon--filter {
    background: rgba(148, 163, 184, 0.15);
    color: #64748B;
}

.sv-pill-avatar {
    width: 38px;
    height: 38px;
    border-radius: 999px;
    overflow: hidden;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #FFFFFF;
    box-shadow: 0 4px 12px rgba(15, 23, 42, 0.12);
}

.sv-pill-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.sv-pill-text {
    font-weight: 600;
    letter-spacing: -0.01em;
}

.sv-pill-sub {
    font-size: 0.82rem;
    color: #64748B;
    font-weight: 600;
    background: rgba(226, 232, 240, 0.6);
    padding: 6px 10px;
    border-radius: 999px;
}

.sv-pill--primary {
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.98) 0%, rgba(219, 234, 254, 0.9) 100%);
    border-color: rgba(147, 197, 253, 0.7);
    box-shadow: 0 14px 32px rgba(59, 130, 246, 0.18);
}

.sv-pill--success {
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.98) 0%, rgba(220, 252, 231, 0.9) 100%);
    border-color: rgba(134, 239, 172, 0.7);
}

.sv-pill--ghost {
    background: rgba(248, 250, 252, 0.9);
    border-style: dashed;
    border-color: rgba(148, 163, 184, 0.6);
    color: #475569;
}

.sv-pill--gradient {
    background: linear-gradient(135deg, #FDB36B 0%, #8B5CF6 100%);
    color: #FFFFFF;
    border: none;
    box-shadow: 0 8px 24px rgba(139, 92, 246, 0.35);
    padding: 13px 18px;
}

.sv-pill--gradient .sv-pill-text {
    color: #FFFFFF;
    font-weight: 700;
}

.sv-pill--avatar {
    background: #FFFFFF;
    padding: 7px 14px 7px 7px;
    gap: 10px;
}

.sv-pill--avatar .sv-pill-text {
    font-weight: 700;
    color: #0F172A;
    font-size: 0.95rem;
}

.sv-pill-close {
    font-size: 1.3rem;
    color: #CBD5E1;
    margin-left: 2px;
    line-height: 1;
    font-weight: 300;
}

.sv-pill--dashed {
    background: #FFFFFF;
    border: 2px dashed rgba(203, 213, 225, 0.7);
    color: #64748B;
    padding: 11px 18px;
}

.sv-pill--dashed .sv-pill-text {
    color: #64748B;
    font-weight: 600;
}

.sv-pill--filter {
    background: #FFFFFF;
    padding: 11px 14px 11px 16px;
    gap: 10px;
}

.sv-pill--filter .sv-pill-text {
    font-weight: 600;
    color: #0F172A;
}

.sv-pill-badge {
    font-size: 0.75rem;
    font-weight: 700;
    color: #2563EB;
    background: rgba(59, 130, 246, 0.15);
    padding: 4px 9px;
    border-radius: 999px;
    min-width: 20px;
    text-align: center;
}

.sv-pill--menu {
    gap: 10px;
}

.sv-pill-menu-lines {
    width: 52px;
    height: 52px;
    border-radius: 16px;
    background: #FFFFFF;
    border: 1px solid rgba(226, 232, 240, 0.8);
    box-shadow: 0 8px 24px rgba(15, 23, 42, 0.08);
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding: 0 14px;
    gap: 5px;
}

.sv-pill-menu-lines span {
    width: 24px;
    height: 2.5px;
    background: #0F172A;
    border-radius: 2px;
}

.sv-pill-menu-lines--center {
    align-items: center;
}

.sv-pill-menu-lines--center span {
    width: 18px;
}

.sv-pill-menu-lines--right {
    align-items: flex-end;
}

.sv-pill-menu-lines--right span {
    width: 24px;
}

.sv-pill--time {
    background: #FFFFFF;
    gap: 6px;
    padding: 13px 18px;
}

.sv-pill--time .sv-pill-text {
    font-weight: 700;
    color: #0F172A;
    font-size: 0.95rem;
}

.sv-pill-caret {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-right: 2px solid #CBD5E1;
    border-bottom: 2px solid #CBD5E1;
    transform: rotate(45deg);
    margin-left: 6px;
    margin-top: -2px;
}

.sv-pill--cta {
    background: linear-gradient(135deg, #FDB36B 0%, #8B5CF6 100%);
    color: #FFFFFF;
    border: none;
    padding: 13px 26px;
    box-shadow: 0 8px 28px rgba(139, 92, 246, 0.4);
}

.sv-pill--cta .sv-pill-text {
    color: #FFFFFF;
    font-weight: 700;
    font-size: 0.95rem;
}

.sv-pill-cta-badge {
    background: rgba(255, 255, 255, 0.25);
    color: #FFFFFF;
    padding: 6px 10px;
    border-radius: 999px;
    font-size: 0.78rem;
    font-weight: 700;
}

.sv-pill--status {
    background: linear-gradient(135deg, #D9F99D 0%, #BBF7D0 100%);
    color: #15803D;
    border: none;
    padding: 13px 20px;
    box-shadow: 0 8px 24px rgba(34, 197, 94, 0.2);
}

.sv-pill--status .sv-pill-text {
    color: #15803D;
    font-weight: 700;
}

.sv-pill-status-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #22C55E;
    box-shadow: none;
}

.sv-pill--progress {
    background: #FFFFFF;
    color: #2563EB;
    border: 1px solid rgba(226, 232, 240, 0.8);
    padding: 13px 20px;
}

.sv-pill--progress .sv-pill-text {
    color: #2563EB;
    font-weight: 700;
}

.sv-pill-progress-ring {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 2.5px dashed #60A5FA;
    display: inline-block;
}

.sv-pill--search {
    background: linear-gradient(180deg, #F8FAFC 0%, #F1F5F9 100%);
    color: #64748B;
    padding: 13px 16px 13px 20px;
    border: 1px solid rgba(226, 232, 240, 0.7);
    gap: 12px;
}

.sv-pill--search .sv-pill-text {
    color: #94A3B8;
    font-weight: 600;
}

.sv-pill--square {
    padding: 0;
    min-width: 52px;
    width: 52px;
    height: 52px;
    justify-content: center;
    border-radius: 16px;
    background: #FFFFFF;
    border: 1px solid rgba(226, 232, 240, 0.8);
}

.sv-pill-icon--square {
    background: transparent;
    color: #94A3B8;
    width: 24px;
    height: 24px;
    font-size: 18px;
}

.sv-pill--menu {
    padding: 0;
    background: transparent;
    border: none;
    box-shadow: none;
}

.sv-pill--menu:hover {
    transform: none;
}

.sv-pill-text--light {
    color: #94A3B8;
    font-weight: 500;
}

.sv-pill-icon--search {
    background: #FFFFFF;
    color: #94A3B8;
    border-radius: 50%;
    width: 38px;
    height: 38px;
}

.services-header {
    opacity: 0;
    transform: translateY(40px);
    animation: servicesHeaderAppear 0.8s cubic-bezier(0.32, 0.72, 0, 1) 0.2s forwards;
}

.services-header-eyebrow {
    margin-bottom: 20px;
    opacity: 0;
    animation: servicesEyebrowFade 0.6s cubic-bezier(0.32, 0.72, 0, 1) 0.4s forwards;
}

.services-header-title {
    font-size: clamp(2.5rem, 6vw, 4rem);
    font-weight: 800;
    line-height: 1.1;
    letter-spacing: -0.03em;
    margin-bottom: 24px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px 16px;
}

.services-header-subtitle {
    font-size: 1.15rem;
    color: #64748B;
    line-height: 1.7;
    max-width: 600px;
    margin: 0 auto;
    opacity: 0;
    transform: translateY(20px);
    animation: servicesSubtitleAppear 0.7s cubic-bezier(0.32, 0.72, 0, 1) 1s forwards;
}

.services-header:hover .services-title-accent {
    filter: brightness(1.15);
}

@media (max-width: 768px) {
    .services-header-title {
        font-size: clamp(2rem, 8vw, 2.5rem);
        gap: 8px 12px;
    }

    .services-header-subtitle {
        font-size: 1rem;
    }

    .sv-process-pills {
        gap: 12px;
    }

    .sv-pill {
        width: 100%;
        justify-content: space-between;
    }
}

.sv-steps-grid {
    display: flex;
    align-items: stretch;
    justify-content: center;
    gap: 0;
}

.sv-step-card {
    flex: 1;
    max-width: 340px;
    padding: 32px 28px;
    background: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(16px);
    border: 1px solid rgba(0, 0, 0, 0.06);
    border-radius: 24px;
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.04);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden;
}

.sv-step-card::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(37, 99, 221, 0.03) 0%, transparent 100%);
    opacity: 0;
    transition: opacity 0.4s ease;
}

.sv-step-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 50px rgba(37, 99, 221, 0.12);
    border-color: rgba(37, 99, 221, 0.15);
}

.sv-step-card:hover::before {
    opacity: 1;
}

.sv-step-top {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 20px;
}

.sv-step-num {
    font-size: 0.8rem;
    font-weight: 700;
    color: #94A3B8;
    letter-spacing: 0.05em;
}

.sv-step-icon {
    width: 56px;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, rgba(37, 99, 221, 0.1) 0%, rgba(37, 99, 221, 0.05) 100%);
    border-radius: 16px;
    color: #2563EB;
    transition: all 0.4s ease;
}

.sv-step-icon i {
    font-size: 1.25rem;
}

.sv-step-icon--blue {
    background: linear-gradient(135deg, rgba(59, 130, 246, 0.15) 0%, rgba(59, 130, 246, 0.05) 100%);
    color: #3B82F6;
}

.sv-step-icon--green {
    background: linear-gradient(135deg, rgba(16, 185, 129, 0.15) 0%, rgba(16, 185, 129, 0.05) 100%);
    color: #10B981;
}

.sv-step-card:hover .sv-step-icon {
    transform: scale(1.1);
    box-shadow: 0 8px 24px rgba(37, 99, 221, 0.2);
}

.sv-step-title {
    font-size: 1.25rem;
    font-weight: 700;
    color: #0F172A;
    margin-bottom: 12px;
}

.sv-step-desc {
    font-size: 0.95rem;
    color: #64748B;
    line-height: 1.6;
    margin-bottom: 20px;
}

.sv-step-tag {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 8px 14px;
    background: rgba(241, 245, 249, 0.8);
    border-radius: 100px;
    font-size: 0.8rem;
    font-weight: 600;
    color: #64748B;
}

.sv-step-tag i {
    font-size: 0.75rem;
}

.sv-step-tag--success {
    background: rgba(16, 185, 129, 0.1);
    color: #10B981;
}

.sv-step-connector {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    flex-shrink: 0;
    position: relative;
}

.sv-connector-line {
    position: absolute;
    width: 100%;
    height: 2px;
    background: linear-gradient(90deg, rgba(37, 99, 221, 0.1) 0%, rgba(37, 99, 221, 0.3) 50%, rgba(37, 99, 221, 0.1) 100%);
}

.sv-connector-arrow {
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(37, 99, 221, 0.08);
    border-radius: 50%;
    color: #2563EB;
    z-index: 1;
}

.sv-connector-arrow i {
    font-size: 0.75rem;
}

@media (max-width: 900px) {
    .sv-steps-grid {
        flex-direction: column;
        align-items: center;
        gap: 24px;
    }

    .sv-step-card {
        max-width: 100%;
        width: 100%;
    }

    .sv-step-connector {
        width: 100%;
        height: 40px;
        transform: rotate(0);
    }

    .sv-connector-line {
        width: 2px;
        height: 100%;
    }

    .sv-connector-arrow {
        transform: rotate(90deg);
    }
}

@media (max-width: 768px) {
    .sv-process {
        padding: 60px 16px;
    }

    .sv-process-board {
        padding: 0;
    }

    .sv-process-pills {
        gap: 10px;
    }

    .sv-pill {
        padding: 11px 16px;
        font-size: 0.9rem;
    }

    .sv-pill--gradient {
        padding: 11px 14px;
    }

    .sv-pill--avatar {
        padding: 6px 12px 6px 6px;
    }

    .sv-pill--dashed {
        padding: 10px 16px;
    }

    .sv-pill--filter {
        padding: 10px 12px 10px 14px;
    }

    .sv-pill--time {
        padding: 11px 16px;
    }

    .sv-pill--cta {
        padding: 11px 20px;
    }

    .sv-pill--status {
        padding: 11px 18px;
    }

    .sv-pill--progress {
        padding: 11px 18px;
    }

    .sv-pill--search {
        padding: 11px 14px 11px 18px;
    }

    .sv-pill--square {
        min-width: 48px;
        width: 48px;
        height: 48px;
    }

    .sv-pill-menu-lines {
        width: 48px;
        height: 48px;
    }

    .sv-pill-avatar {
        width: 34px;
        height: 34px;
    }

    .sv-pill-icon {
        width: 34px;
        height: 34px;
    }
}

.sv-why {
    position: relative;
    padding: 96px 24px;
    background:
        radial-gradient(120% 160% at 50% 0%, #f0f7ff 0%, #ffffff 42%, #f9fbff 100%),
        conic-gradient(from 210deg at 50% -10%, rgba(37, 99, 235, 0.08), transparent 35%, rgba(14, 165, 233, 0.08) 60%, transparent 80%);
    overflow: hidden;
    isolation: isolate;
}

.sv-why::before,
.sv-why::after {
    content: "";
    position: absolute;
    width: 420px;
    height: 420px;
    border-radius: 50%;
    filter: blur(90px);
    opacity: 0.25;
    z-index: 0;
}

.sv-why::before {
    top: -140px;
    left: -100px;
    background: #c7ddff;
}

.sv-why::after {
    bottom: -160px;
    right: -60px;
    background: #c3f5ff;
}

.sv-why-container {
    max-width: 1140px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}

.sv-why-header {
    text-align: center;
    margin-bottom: 52px;
}

.sv-why-badges {
    display: flex;
    gap: 10px;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 16px;
}

.sv-pill {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 14px;
    border-radius: 999px;
    font-size: 0.85rem;
    font-weight: 600;
    letter-spacing: -0.01em;
    background: rgba(37, 99, 235, 0.12);
    color: #1f3b73;
    border: 1px solid rgba(37, 99, 235, 0.12);
    backdrop-filter: blur(8px);
}

.sv-pill--ghost {
    background: rgba(255, 255, 255, 0.7);
    border-color: rgba(15, 23, 42, 0.06);
    color: #475569;
}

.sv-pill--accent {
    background: rgba(37, 99, 235, 0.14);
    border-color: rgba(37, 99, 235, 0.18);
    color: #1d4ed8;
}

.sv-pill--soft {
    background: rgba(15, 23, 42, 0.04);
    border-color: rgba(15, 23, 42, 0.06);
    color: #475569;
}

.sv-why-eyebrow {
    display: inline-block;
    font-size: 0.85rem;
    font-weight: 700;
    color: #2563EB;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    margin-bottom: 10px;
}

.sv-why-title {
    font-size: clamp(1.9rem, 4vw, 2.6rem);
    font-weight: 800;
    color: #0F172A;
    margin-bottom: 14px;
    letter-spacing: -0.02em;
    line-height: 1.15;
}

.sv-why-title-accent {
    background: linear-gradient(135deg, #2563EB 0%, #0EA5E9 50%, #10B981 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.sv-why-subtitle {
    font-size: 1.05rem;
    color: #5b6575;
    max-width: 640px;
    margin: 0 auto;
    line-height: 1.6;
}

.sv-bento-grid {
    display: grid;
    gap: 18px;
    grid-auto-flow: dense;
}

.sv-bento-grid--why {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.sv-bento-card {
    position: relative;
    padding: 26px;
    background: linear-gradient(160deg, rgba(255, 255, 255, 0.94) 0%, rgba(249, 251, 255, 0.98) 100%);
    border: 1px solid rgba(15, 23, 42, 0.05);
    border-radius: 22px;
    box-shadow:
        0 14px 40px rgba(15, 23, 42, 0.08),
        0 2px 10px rgba(0, 0, 0, 0.04);
    transition: transform 0.45s cubic-bezier(0.33, 1, 0.68, 1), box-shadow 0.45s cubic-bezier(0.33, 1, 0.68, 1);
    overflow: hidden;
    isolation: isolate;
    animation: sv-card-rise 0.9s var(--ease-out-smooth) both;
}

.sv-bento-card::before {
    content: "";
    position: absolute;
    inset: -40%;
    background: conic-gradient(from 0deg,
            transparent 0deg,
            var(--card-accent-soft, rgba(37, 99, 235, 0.18)) 22deg,
            transparent 40deg,
            var(--card-accent-soft, rgba(37, 99, 235, 0.18)) 70deg,
            transparent 95deg,
            var(--card-accent-soft, rgba(37, 99, 235, 0.18)) 120deg,
            transparent 160deg,
            var(--card-accent-soft, rgba(37, 99, 235, 0.18)) 190deg,
            transparent 240deg,
            var(--card-accent-soft, rgba(37, 99, 235, 0.18)) 280deg,
            transparent 320deg,
            var(--card-accent-soft, rgba(37, 99, 235, 0.18)) 340deg,
            transparent 360deg);
    opacity: 0;
    transform: scale(0.6) rotate(0deg);
    transition: opacity 0.45s ease, transform 0.6s ease;
    mix-blend-mode: screen;
    z-index: 0;
}

.sv-bento-card::after {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at 20% 20%, rgba(255, 255, 255, 0.5), transparent 45%),
        radial-gradient(circle at 80% 0%, var(--card-accent-soft, rgba(37, 99, 235, 0.12)), transparent 40%);
    opacity: 0;
    transition: opacity 0.4s ease;
    z-index: 0;
}

.sv-bento-card:hover {
    transform: translateY(-6px) scale(1.01);
    box-shadow:
        0 20px 48px rgba(15, 23, 42, 0.12),
        0 4px 16px rgba(15, 23, 42, 0.06);
}

.sv-bento-card:hover::before {
    opacity: 0.6;
    transform: scale(1) rotate(14deg);
}

.sv-bento-card:hover::after {
    opacity: 1;
}

.sv-bento-card--accent {
    --card-accent: #2563EB;
    --card-accent-soft: rgba(37, 99, 235, 0.12);
}

.sv-bento-card--blue {
    --card-accent: #2563EB;
    --card-accent-soft: rgba(37, 99, 235, 0.12);
}

.sv-bento-card--green {
    --card-accent: #10B981;
    --card-accent-soft: rgba(16, 185, 129, 0.12);
}

.sv-bento-card--purple {
    --card-accent: #8B5CF6;
    --card-accent-soft: rgba(139, 92, 246, 0.12);
}

.sv-bento-card--cyan {
    --card-accent: #06B6D4;
    --card-accent-soft: rgba(6, 182, 212, 0.12);
}

.sv-bento-card--amber {
    --card-accent: #F59E0B;
    --card-accent-soft: rgba(245, 158, 11, 0.14);
}

.sv-bento-card--dark {
    --card-accent: #0ea5e9;
    --card-accent-soft: rgba(14, 165, 233, 0.15);
    background: linear-gradient(145deg, #0b1021 0%, #0f172a 50%, #111827 100%);
    border: 1px solid rgba(255, 255, 255, 0.06);
    color: #e5edff;
}

.sv-bento-card--dark .sv-bento-body h3,
.sv-bento-card--dark .sv-bento-body p,
.sv-bento-card--dark .sv-bento-meta .sv-pill {
    color: #e5edff;
}

.sv-bento-card--dark .sv-burst {
    opacity: 0.75;
}

.sv-bento-card--dark .sv-burst-core {
    background: radial-gradient(circle at 30% 30%, rgba(255, 255, 255, 0.9) 0%, #7dd3fc 55%, #0ea5e9 100%);
    box-shadow:
        0 0 0 6px rgba(255, 255, 255, 0.12),
        0 18px 30px rgba(14, 165, 233, 0.4);
}

.sv-bento-card--dark .sv-spark {
    box-shadow: 0 0 14px rgba(125, 211, 252, 0.6);
}

.sv-bento-card--dark .sv-pill--soft {
    border-color: rgba(255, 255, 255, 0.12);
    background: rgba(255, 255, 255, 0.05);
    color: #dbeafe;
}

.sv-bento-visual {
    position: relative;
    width: 68px;
    height: 68px;
    margin-bottom: 12px;
    z-index: 1;
}

.sv-burst {
    position: absolute;
    inset: -10px;
    border-radius: 50%;
    background: conic-gradient(from 0deg,
            transparent 0deg,
            var(--card-accent, #2563EB) 18deg,
            transparent 36deg,
            var(--card-accent, #2563EB) 60deg,
            transparent 90deg,
            var(--card-accent, #2563EB) 120deg,
            transparent 150deg,
            var(--card-accent, #2563EB) 190deg,
            transparent 230deg,
            var(--card-accent, #2563EB) 270deg,
            transparent 310deg,
            var(--card-accent, #2563EB) 340deg,
            transparent 360deg);
    opacity: 0.55;
    -webkit-mask: radial-gradient(circle, transparent 40%, #000 42%, #000 70%, transparent 72%);
    mask: radial-gradient(circle, transparent 40%, #000 42%, #000 70%, transparent 72%);
    animation: burst-spin 12s linear infinite;
}

.sv-burst-core {
    position: absolute;
    inset: 16px;
    border-radius: 42% 58% 48% 52%;
    background: radial-gradient(circle at 30% 30%, #ffffff 0%, var(--card-accent, #2563EB) 60%);
    box-shadow:
        0 0 0 6px var(--card-accent-soft, rgba(37, 99, 235, 0.12)),
        0 18px 30px rgba(15, 23, 42, 0.12);
    animation: burst-pulse 3.6s ease-in-out infinite;
}

.sv-spark {
    position: absolute;
    width: 8px;
    height: 8px;
    border-radius: 999px;
    background: var(--card-accent, #2563EB);
    box-shadow: 0 0 12px rgba(37, 99, 235, 0.35);
    animation: spark-float 4.5s ease-in-out infinite;
}

.sv-spark--one {
    top: 6px;
    right: 6px;
    animation-delay: 0.3s;
}

.sv-spark--two {
    bottom: 6px;
    left: 10px;
    animation-delay: 1.1s;
}

.sv-bento-body {
    margin-top: 16px;
    margin-bottom: 16px;
    position: relative;
    z-index: 1;
}

.sv-bento-body h3 {
    font-size: 1.15rem;
    font-weight: 800;
    color: #0F172A;
    letter-spacing: -0.01em;
    margin-bottom: 10px;
}

.sv-bento-body p {
    font-size: 0.97rem;
    color: #4b5563;
    line-height: 1.65;
}

.sv-bento-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    z-index: 1;
    position: relative;
}

.sv-bento-card--highlight {
    box-shadow:
        0 24px 72px rgba(14, 165, 233, 0.25),
        0 8px 30px rgba(14, 165, 233, 0.35);
    background: linear-gradient(145deg, #0ea5e9 0%, #2563eb 50%, #1d4ed8 100%);
}

@keyframes sv-card-rise {
    from {
        opacity: 0;
        transform: translateY(18px) scale(0.98);
    }

    to {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

@media (min-width: 961px) {
    .sv-bento-card--wide {
        grid-column: span 2;
    }
}

@media (max-width: 900px) {
    .sv-why {
        padding: 72px 18px;
    }

    .sv-bento-grid--why {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 640px) {
    .sv-why-header {
        text-align: left;
    }

    .sv-why-badges {
        justify-content: flex-start;
    }

    .sv-bento-grid--why {
        grid-template-columns: 1fr;
    }
}

.sv-bento-card:nth-child(2) {
    animation-delay: 0.08s;
}

.sv-bento-card:nth-child(3) {
    animation-delay: 0.16s;
}

.sv-bento-card:nth-child(4) {
    animation-delay: 0.24s;
}

.sv-bento-card:nth-child(5) {
    animation-delay: 0.32s;
}

.sv-bento-card:nth-child(6) {
    animation-delay: 0.4s;
}

@media (prefers-reduced-motion: reduce) {

    .sv-bento-card,
    .sv-burst,
    .sv-burst-core,
    .sv-spark {
        animation: none !important;
    }

    .sv-bento-card:hover {
        transform: none;
    }
}

.ev-trust-section {
    position: relative;
    padding: 112px 0 80px;
    overflow: hidden;
    border-radius: 0;
    margin-top: 0;
    z-index: 20;
    background: transparent;
}

.ev-trust-bg {
    display: none;
}

.ev-trust-gradient {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, 
        #FAFAFA 0%, 
        #F5F3FF 40%,
        #FDF2F8 70%,
        #FFF7ED 100%
    );
}

.ev-trust-header {
    text-align: center;
    margin-bottom: var(--section-header-gap);
    position: relative;
    z-index: 1;
}

.ev-trust-title {
    font-size: var(--section-title-size);
    font-weight: 800;
    color: #111827;
    letter-spacing: var(--section-title-letter);
    line-height: var(--section-title-line);
    margin: 0;
}

.ev-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 18px 8px 12px;
    background: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(0, 0, 0, 0.05);
    border-radius: 100px;
    margin-bottom: 20px;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.04);
}

.ev-badge-dot {
    width: 8px;
    height: 8px;
    background: #10B981;
    border-radius: 50%;
    animation: evPulse 2s ease-in-out infinite;
}

.ev-badge-text {
    font-size: 0.75rem;
    font-weight: 600;
    color: #374151;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

.ev-gradient-text {
    background: linear-gradient(135deg, #6366F1 0%, #8B5CF6 50%, #EC4899 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.ev-bento-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: auto;
    gap: 20px;
    position: relative;
    z-index: 1;
    max-width: 1100px;
    margin: 0 auto;
}

.ev-bento-card {
    display: flex;
    flex-direction: column;
    height: 100%;
    min-height: 320px;
    background: rgba(255, 255, 255, 0.8);
    backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, 0.9);
    border-radius: 24px;
    overflow: hidden;
    position: relative;
    transition: all 0.4s cubic-bezier(0.25, 0.1, 0.25, 1);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.03);
}

.ev-bento-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    border-radius: 24px 24px 0 0;
    opacity: 0.9;
    pointer-events: none;
}

.ev-bento-card--main::before {
    background: linear-gradient(90deg, #6366F1 0%, #EC4899 100%);
}

.ev-bento-card--reports::before {
    background: linear-gradient(90deg, #22C55E 0%, #14B8A6 100%);
}

.ev-bento-card--support::before {
    background: linear-gradient(90deg, #F59E0B 0%, #F97316 100%);
}

.ev-bento-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.08);
    border-color: #fff;
}

.ev-bento-card--main {
    display: flex;
    flex-direction: column;
}

.ev-bento-visual {
    padding: 28px 28px 0;
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ev-bento-content {
    padding: 24px 28px 28px;
}

.ev-bento-title {
    font-size: 1.25rem;
    font-weight: 700;
    color: #111827;
    margin: 0 0 8px;
}

.ev-bento-desc {
    font-size: 0.9rem;
    color: #6B7280;
    margin: 0;
    line-height: 1.5;
}

.ev-nda-visual {
    position: relative;
    width: 100%;
    display: flex;
    justify-content: center;
}

.ev-nda-doc {
    background: #fff;
    border-radius: 16px;
    padding: 24px;
    width: 200px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.08);
    border: 1px solid #E5E7EB;
}

.ev-nda-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.ev-nda-logo {
    font-size: 1.25rem;
    font-weight: 800;
    color: #4F46E5;
    letter-spacing: 0.05em;
}

.ev-nda-stamp {
    font-size: 0.5rem;
    font-weight: 700;
    color: #059669;
    background: #D1FAE5;
    padding: 4px 8px;
    border-radius: 4px;
    letter-spacing: 0.05em;
}

.ev-nda-lines {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 20px;
}

.ev-nda-line {
    height: 8px;
    background: linear-gradient(90deg, #E5E7EB 0%, #F3F4F6 100%);
    border-radius: 4px;
}

.ev-nda-signature {
    padding-top: 16px;
    border-top: 1px dashed #D1D5DB;
}

.ev-signature-svg {
    width: 100%;
    height: 30px;
    color: #374151;
}

.ev-nda-shield {
    position: absolute;
    bottom: -10px;
    right: 20px;
    width: 48px;
    height: 48px;
    background: linear-gradient(135deg, #6366F1 0%, #8B5CF6 100%);
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 1.25rem;
    box-shadow: 0 8px 24px rgba(99, 102, 241, 0.35);
}

.ev-bento-tags {
    display: flex;
    gap: 8px;
    margin-top: 16px;
    flex-wrap: wrap;
}

.ev-tag {
    padding: 6px 12px;
    background: #F3F4F6;
    border-radius: 8px;
    font-size: 0.75rem;
    font-weight: 600;
    color: #4B5563;
}

.ev-reports-visual {
    position: relative;
    width: 100%;
    padding: 16px;
}

.ev-chart-bars {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    height: 120px;
    gap: 8px;
}

.ev-bar {
    flex: 1;
    background: linear-gradient(180deg, #DBEAFE 0%, #BFDBFE 100%);
    border-radius: 8px 8px 4px 4px;
    position: relative;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    transform-origin: bottom;
    animation: evBarGrow 2s ease-out infinite;
}

.ev-bar:nth-child(1) { animation-delay: 0s; }

.ev-bar:nth-child(2) { animation-delay: 0.15s; }

.ev-bar:nth-child(3) { animation-delay: 0.3s; }

.ev-bar:nth-child(4) { animation-delay: 0.45s; }

.ev-bar:nth-child(5) { animation-delay: 0.6s; }

.ev-bar span {
    position: absolute;
    bottom: -20px;
    font-size: 0.625rem;
    color: #9CA3AF;
    font-weight: 500;
}

.ev-bar--accent {
    background: linear-gradient(180deg, #6366F1 0%, #8B5CF6 100%);
    box-shadow: 0 4px 16px rgba(99, 102, 241, 0.3);
}

.ev-chart-trend {
    position: absolute;
    top: 8px;
    right: 16px;
    animation: evTrendPulse 2s ease-in-out infinite;
}

.ev-trend-up {
    font-size: 0.875rem;
    font-weight: 700;
    color: #10B981;
    background: #D1FAE5;
    padding: 4px 10px;
    border-radius: 6px;
}

.ev-support-visual {
    position: relative;
    padding: 16px;
    min-height: 140px;
}

.ev-chat-bubble {
    padding: 12px 16px;
    border-radius: 16px;
    font-size: 0.8125rem;
    max-width: 85%;
    margin-bottom: 12px;
}

.ev-chat-bubble--user {
    background: #F3F4F6;
    color: #374151;
    border-bottom-left-radius: 4px;
}

.ev-chat-bubble--support {
    background: linear-gradient(135deg, #6366F1 0%, #8B5CF6 100%);
    color: #fff;
    margin-left: auto;
    border-bottom-right-radius: 4px;
    padding: 14px 20px;
}

.ev-typing {
    display: flex;
    gap: 4px;
}

.ev-typing span {
    width: 6px;
    height: 6px;
    background: rgba(255, 255, 255, 0.7);
    border-radius: 50%;
    animation: evTyping 1.4s ease-in-out infinite;
}

.ev-typing span:nth-child(2) { animation-delay: 0.2s; }

.ev-typing span:nth-child(3) { animation-delay: 0.4s; }

.ev-support-avatar {
    position: absolute;
    bottom: 12px;
    right: 16px;
    width: 44px;
    height: 44px;
    background: linear-gradient(135deg, #10B981 0%, #059669 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 1.125rem;
    box-shadow: 0 4px 16px rgba(16, 185, 129, 0.3);
}

.ev-online-dot {
    position: absolute;
    bottom: 2px;
    right: 2px;
    width: 10px;
    height: 10px;
    background: #10B981;
    border: 2px solid #fff;
    border-radius: 50%;
}

.ev-inline-stats {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    padding: 12px 16px;
    margin-top: auto;
    background: linear-gradient(135deg, rgba(243, 244, 246, 0.6) 0%, rgba(249, 250, 251, 0.8) 100%);
    border-top: 1px solid rgba(229, 231, 235, 0.5);
    border-radius: 0 0 24px 24px;
}

.ev-inline-stats--single {
    justify-content: center;
}

.ev-inline-stat {
    display: flex;
    align-items: center;
    gap: 6px;
}

.ev-inline-stat-value {
    font-size: 1rem;
    font-weight: 700;
    color: #111827;
    font-family: 'Orbitron', monospace;
    letter-spacing: -0.02em;
}

.ev-inline-stat-label {
    font-size: 0.7rem;
    color: #6B7280;
    text-transform: uppercase;
    letter-spacing: 0.02em;
}

.ev-inline-stat-divider {
    width: 1px;
    height: 20px;
    background: linear-gradient(180deg, transparent 0%, #D1D5DB 50%, transparent 100%);
}

.ev-bento-card--reports,
.ev-bento-card--support {
    display: flex;
    flex-direction: column;
}

.ev-bento-card--reports .ev-bento-visual,
.ev-bento-card--support .ev-bento-visual {
    flex-shrink: 0;
}

.ev-bento-card--reports .ev-bento-content,
.ev-bento-card--support .ev-bento-content {
    flex-grow: 0;
    padding-bottom: 8px;
}

.ev-bento-card--stats {
    display: none;
    grid-column: span 3;
    padding: 28px 32px;
}

.ev-stats-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.ev-stat-item {
    text-align: center;
    flex: 1;
}

.ev-stat-value {
    font-size: 2rem;
    font-weight: 800;
    color: #111827;
    font-family: 'Orbitron', monospace;
    letter-spacing: -0.02em;
}

.ev-stat-label {
    font-size: 0.8125rem;
    color: #6B7280;
    margin-top: 4px;
}

.ev-stat-divider {
    width: 1px;
    height: 50px;
    background: linear-gradient(180deg, transparent 0%, #E5E7EB 50%, transparent 100%);
}

@media (max-width: 1024px) {
    .ev-bento-grid {
        grid-template-columns: 1fr 1fr;
    }

    .ev-bento-card--main {
        grid-column: auto;
        grid-row: auto;
    }

    .ev-inline-stats {
        padding: 10px 12px;
        gap: 12px;
    }

    .ev-inline-stat-value {
        font-size: 0.9rem;
    }

    .ev-inline-stat-label {
        font-size: 0.65rem;
    }
}

@media (prefers-reduced-motion: reduce) {
    .ev-bar {
        animation: none;
    }
    .ev-chart-trend {
        animation: none;
    }
}

@media (max-width: 768px) {
    .ev-trust-section {
        padding: 80px 0 96px;
        border-radius: 40px 40px 0 0;
        margin-top: -40px;
    }

    .ev-trust-title {
        font-size: var(--section-title-size);
    }

    .ev-bento-grid {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .ev-bento-card--main {
        grid-column: auto;
    }

    .ev-bento-card {
        border-radius: 20px;
        min-height: auto;
    }

    .ev-inline-stats {
        border-radius: 0 0 20px 20px;
        flex-direction: column;
        gap: 8px;
        padding: 12px 16px;
    }

    .ev-inline-stat {
        flex-direction: column;
        gap: 2px;
        text-align: center;
    }

    .ev-inline-stat-divider {
        width: 40px;
        height: 1px;
        background: linear-gradient(90deg, transparent 0%, #D1D5DB 50%, transparent 100%);
    }
}

.ev-gradient-text {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 50%, #f093fb 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

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

.studio-gradient {
    background: linear-gradient(
        90deg,
        #4285F4 0%,
        #9B4DCA 25%,
        #F439A0 50%,
        #FCC934 75%,
        #4285F4 100%
    );
    background-size: 200% auto;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    animation: gemini-shine 3s linear infinite;
    font-weight: 600;
    display: inline-block;
}

@keyframes gemini-shine {
    0% {
        background-position: 0% center;
    }
    100% {
        background-position: 200% center;
    }
}

.web-gradient {
    background: linear-gradient(
        90deg,
        #60A5FA 0%,
        #93C5FD 25%,
        #BFDBFE 50%,
        #60A5FA 75%,
        #3B82F6 100%
    );
    background-size: 200% auto;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    animation: gemini-shine 3s linear infinite;
    font-weight: 600;
    display: inline-block;
}

.ev-studio-center-card {
    position: relative;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.6);
    transition: transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1),
                box-shadow 0.4s ease;
    cursor: pointer;
}

.ev-studio-center-card:hover {
    transform: translateY(-8px) scale(1.02);
    box-shadow: 
        0 25px 50px rgba(0, 0, 0, 0.15),
        0 10px 20px rgba(0, 0, 0, 0.08);
}

.ev-studio-center-card > div:first-child {
    transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1),
                box-shadow 0.3s ease,
                background 0.3s ease;
}

.ev-studio-center-card:hover > div:first-child {
    transform: translateY(-4px) scale(1.05);
    box-shadow: 
        0 8px 24px rgba(59, 130, 246, 0.25),
        0 4px 8px rgba(0, 0, 0, 0.1);
    background: linear-gradient(135deg, #ffffff 0%, #f0f7ff 100%);
}

.ev-studio-camera-icon {
    width: 64px;
    height: 64px;
    border-radius: 18px;
    background: linear-gradient(145deg, 
        rgba(59, 130, 246, 0.12) 0%, 
        rgba(139, 92, 246, 0.12) 100%);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 
        0 6px 20px rgba(59, 130, 246, 0.18),
        inset 0 1px 2px rgba(255, 255, 255, 0.9),
        0 0 0 1px rgba(255, 255, 255, 0.5);
    animation: ev-float 3s ease-in-out infinite;
    position: relative;
    transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1),
                box-shadow 0.3s ease,
                background 0.3s ease;
}

.ev-studio-center-card:hover .ev-studio-camera-icon {
    animation: none;
    transform: scale(1.1) rotate(-5deg);
    background: linear-gradient(145deg, 
        rgba(59, 130, 246, 0.22) 0%, 
        rgba(139, 92, 246, 0.22) 100%);
    box-shadow: 
        0 12px 32px rgba(59, 130, 246, 0.3),
        inset 0 1px 2px rgba(255, 255, 255, 0.9),
        0 0 0 2px rgba(59, 130, 246, 0.2);
}

.ev-studio-center-card:hover .ev-camera-flash::after {
    animation: ev-flash-burst 0.3s ease-out forwards;
}

@keyframes ev-flash-burst {
    0% { 
        opacity: 1; 
        box-shadow: 0 0 8px rgba(255, 200, 80, 0.8);
    }
    50% { 
        opacity: 1; 
        box-shadow: 0 0 20px rgba(255, 255, 200, 1), 0 0 40px rgba(255, 220, 100, 0.8);
        background: #fff;
    }
    100% { 
        opacity: 0.7; 
        box-shadow: 0 0 8px rgba(255, 200, 80, 0.8);
    }
}

.ev-studio-center-card:hover .ev-camera-lens {
    transform: translate(-50%, -50%) scale(1.15);
    transition: transform 0.3s ease;
}

.ev-studio-center-card:hover .ev-camera-lens-inner {
    box-shadow: 
        inset 0 2px 4px rgba(0, 0, 0, 0.5),
        0 0 0 2px rgba(59, 130, 246, 0.5),
        0 0 12px rgba(59, 130, 246, 0.4);
}

.ev-studio-center-card:hover .ev-camera-shutter {
    animation: ev-shutter-click 0.4s cubic-bezier(0.34, 1.56, 0.64, 1) forwards;
}

@keyframes ev-shutter-click {
    0% { transform: translateY(0); }
    30% { transform: translateY(2px); }
    60% { transform: translateY(0); }
    100% { transform: translateY(0); }
}

@keyframes ev-float {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-4px); }
}

.ev-camera {
    position: relative;
    width: 42px;
    height: 32px;
}

.ev-camera-body {
    position: absolute;
    width: 100%;
    height: 26px;
    bottom: 0;
    background: linear-gradient(165deg, #3B3B3B 0%, #1A1A1A 60%, #0D0D0D 100%);
    border-radius: 6px;
    box-shadow: 
        0 3px 8px rgba(0, 0, 0, 0.35),
        inset 0 1px 1px rgba(255, 255, 255, 0.15),
        inset 0 -1px 2px rgba(0, 0, 0, 0.3);
    overflow: hidden;
}

.ev-camera-flash {
    position: absolute;
    top: -4px;
    left: 6px;
    width: 10px;
    height: 6px;
    background: linear-gradient(180deg, #4A4A4A 0%, #2A2A2A 100%);
    border-radius: 2px 2px 0 0;
    box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.2);
}

.ev-camera-flash::after {
    content: '';
    position: absolute;
    top: 1px;
    left: 2px;
    width: 6px;
    height: 3px;
    background: linear-gradient(180deg, rgba(255, 220, 100, 0.9) 0%, rgba(255, 180, 50, 0.7) 100%);
    border-radius: 1px;
    animation: ev-flash-pulse 2s ease-in-out infinite;
}

@keyframes ev-flash-pulse {
    0%, 100% { opacity: 0.5; }
    50% { opacity: 1; box-shadow: 0 0 8px rgba(255, 200, 80, 0.8); }
}

.ev-camera-lens {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 18px;
    height: 18px;
    background: linear-gradient(145deg, #2A2A2A 0%, #1A1A1A 100%);
    border-radius: 50%;
    box-shadow: 
        0 2px 4px rgba(0, 0, 0, 0.4),
        inset 0 1px 1px rgba(255, 255, 255, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
}

.ev-camera-lens-inner {
    width: 12px;
    height: 12px;
    background: linear-gradient(145deg, #1E3A5F 0%, #0F2744 50%, #0A1929 100%);
    border-radius: 50%;
    position: relative;
    overflow: hidden;
    box-shadow: 
        inset 0 2px 4px rgba(0, 0, 0, 0.5),
        0 0 0 1px rgba(59, 130, 246, 0.3);
}

.ev-camera-lens-shine {
    position: absolute;
    top: 2px;
    left: 2px;
    width: 4px;
    height: 4px;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0) 70%);
    border-radius: 50%;
    animation: ev-lens-shine 3s ease-in-out infinite;
}

@keyframes ev-lens-shine {
    0%, 100% { 
        opacity: 0.7;
        transform: translate(0, 0);
    }
    50% { 
        opacity: 1;
        transform: translate(1px, 1px);
    }
}

.ev-camera-grip {
    position: absolute;
    right: 3px;
    top: 4px;
    width: 6px;
    height: 18px;
    background: linear-gradient(90deg, #2A2A2A 0%, #1A1A1A 100%);
    border-radius: 2px;
    box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.1);
}

.ev-camera-grip::before {
    content: '';
    position: absolute;
    top: 2px;
    left: 1px;
    width: 4px;
    height: 2px;
    background: rgba(255, 255, 255, 0.08);
    border-radius: 1px;
}

.ev-camera-grip::after {
    content: '';
    position: absolute;
    top: 6px;
    left: 1px;
    width: 4px;
    height: 2px;
    background: rgba(255, 255, 255, 0.08);
    border-radius: 1px;
}

.ev-camera-shutter {
    position: absolute;
    top: 0;
    right: 10px;
    width: 8px;
    height: 5px;
    background: linear-gradient(180deg, #E53935 0%, #C62828 100%);
    border-radius: 2px 2px 1px 1px;
    box-shadow: 
        0 1px 2px rgba(0, 0, 0, 0.3),
        inset 0 1px 1px rgba(255, 255, 255, 0.3);
    animation: ev-shutter-ready 1.5s ease-in-out infinite;
}

@keyframes ev-shutter-ready {
    0%, 100% { transform: translateY(0); }
    10%, 20% { transform: translateY(1px); }
}

.ev-studio-figma-window {
    width: 90%;
    max-width: 120px;
    background: linear-gradient(145deg, 
        rgba(255, 255, 255, 0.95) 0%, 
        rgba(248, 250, 252, 0.9) 100%);
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 
        0 8px 24px rgba(0, 0, 0, 0.08),
        0 2px 8px rgba(0, 0, 0, 0.04),
        inset 0 1px 1px rgba(255, 255, 255, 0.9);
    border: 1px solid rgba(0, 0, 0, 0.06);
    animation: ev-float 3s ease-in-out infinite 0.5s;
    transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1),
                box-shadow 0.3s ease;
}

.ev-studio-center-card:hover .ev-studio-figma-window {
    animation: none;
    transform: scale(1.08) rotate(2deg);
    box-shadow: 
        0 16px 40px rgba(99, 102, 241, 0.2),
        0 4px 12px rgba(0, 0, 0, 0.08),
        inset 0 1px 1px rgba(255, 255, 255, 0.9);
    border-color: rgba(99, 102, 241, 0.2);
}

.ev-figma-titlebar {
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 6px 8px;
    background: linear-gradient(180deg, #F8FAFC 0%, #F1F5F9 100%);
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.ev-figma-dots {
    display: flex;
    gap: 4px;
}

.ev-figma-dot {
    width: 6px;
    height: 6px;
    border-radius: 50%;
}

.ev-figma-dot--red {
    background: linear-gradient(135deg, #FF6B6B 0%, #EE5A5A 100%);
    box-shadow: 0 1px 3px rgba(238, 90, 90, 0.4);
}

.ev-figma-dot--yellow {
    background: linear-gradient(135deg, #FFD93D 0%, #F0C419 100%);
    box-shadow: 0 1px 3px rgba(240, 196, 25, 0.4);
}

.ev-figma-dot--green {
    background: linear-gradient(135deg, #6BCB77 0%, #4CAF50 100%);
    box-shadow: 0 1px 3px rgba(76, 175, 80, 0.4);
}

.ev-figma-title {
    font-size: 8px;
    font-weight: 600;
    color: #64748B;
    letter-spacing: 0.02em;
}

.ev-figma-canvas {
    padding: 10px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 6px;
    background: #FFFFFF;
}

.ev-figma-frame {
    border-radius: 6px;
    background: linear-gradient(135deg, #E0E7FF 0%, #C7D2FE 100%);
}

.ev-figma-frame--1 {
    grid-column: 1 / -1;
    height: 20px;
    background: linear-gradient(135deg, 
        rgba(99, 102, 241, 0.2) 0%, 
        rgba(139, 92, 246, 0.2) 100%);
    border: 1px dashed rgba(99, 102, 241, 0.4);
}

.ev-figma-frame--2 {
    height: 16px;
    background: linear-gradient(135deg, 
        rgba(236, 72, 153, 0.15) 0%, 
        rgba(244, 114, 182, 0.15) 100%);
    border: 1px dashed rgba(236, 72, 153, 0.35);
}

.ev-figma-frame--3 {
    height: 16px;
    background: linear-gradient(135deg, 
        rgba(34, 197, 94, 0.15) 0%, 
        rgba(74, 222, 128, 0.15) 100%);
    border: 1px dashed rgba(34, 197, 94, 0.35);
}

.ev-figma-frame {
    transition: transform 0.3s ease,
                background 0.3s ease,
                border-color 0.3s ease,
                box-shadow 0.3s ease;
}

.ev-studio-center-card:hover .ev-figma-frame--1 {
    transform: scaleX(1.02);
    background: linear-gradient(135deg, 
        rgba(99, 102, 241, 0.3) 0%, 
        rgba(139, 92, 246, 0.3) 100%);
    border-color: rgba(99, 102, 241, 0.6);
    box-shadow: 0 2px 8px rgba(99, 102, 241, 0.2);
    animation: ev-frame-pulse 1s ease-in-out infinite 0.1s;
}

.ev-studio-center-card:hover .ev-figma-frame--2 {
    transform: translateX(2px);
    background: linear-gradient(135deg, 
        rgba(236, 72, 153, 0.25) 0%, 
        rgba(244, 114, 182, 0.25) 100%);
    border-color: rgba(236, 72, 153, 0.5);
    box-shadow: 0 2px 8px rgba(236, 72, 153, 0.2);
    animation: ev-frame-pulse 1s ease-in-out infinite 0.2s;
}

.ev-studio-center-card:hover .ev-figma-frame--3 {
    transform: translateX(-2px);
    background: linear-gradient(135deg, 
        rgba(34, 197, 94, 0.25) 0%, 
        rgba(74, 222, 128, 0.25) 100%);
    border-color: rgba(34, 197, 94, 0.5);
    box-shadow: 0 2px 8px rgba(34, 197, 94, 0.2);
    animation: ev-frame-pulse 1s ease-in-out infinite 0.3s;
}

@keyframes ev-frame-pulse {
    0%, 100% { opacity: 1; }
    50% { opacity: 0.7; }
}

.ev-figma-dot {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.ev-studio-center-card:hover .ev-figma-dot--red {
    transform: scale(1.2);
    box-shadow: 0 0 8px rgba(238, 90, 90, 0.6);
    animation: ev-dot-bounce 0.5s ease infinite 0s;
}

.ev-studio-center-card:hover .ev-figma-dot--yellow {
    transform: scale(1.2);
    box-shadow: 0 0 8px rgba(240, 196, 25, 0.6);
    animation: ev-dot-bounce 0.5s ease infinite 0.1s;
}

.ev-studio-center-card:hover .ev-figma-dot--green {
    transform: scale(1.2);
    box-shadow: 0 0 8px rgba(76, 175, 80, 0.6);
    animation: ev-dot-bounce 0.5s ease infinite 0.2s;
}

@keyframes ev-dot-bounce {
    0%, 100% { transform: scale(1.2) translateY(0); }
    50% { transform: scale(1.2) translateY(-2px); }
}

.ev-figma-title {
    transition: color 0.3s ease, letter-spacing 0.3s ease;
}

.ev-studio-center-card:hover .ev-figma-title {
    color: #6366F1;
    letter-spacing: 0.08em;
}

.gemini-pill {
    position: relative;
    display: inline-block;
    z-index: 1;
}

.gemini-pill::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 110%;
    height: 70%;
    border-radius: 50px;
    z-index: -1;
    opacity: 0.5;
    filter: blur(1px);
}

.gemini-pill--blue::before {
    background: linear-gradient(135deg, #a8c8f7 0%, #c5d9f7 100%);
}

.gemini-pill--pink::before {
    background: linear-gradient(135deg, #f7c5d5 0%, #f5d5c8 100%);
}

.gemini-pill--green::before {
    background: linear-gradient(135deg, #c8f5e0 0%, #d5f0e5 100%);
}

.gemini-pill--peach::before {
    background: linear-gradient(135deg, #f5d5c8 0%, #f7e0c5 100%);
}

.gemini-pill--word::before {
    width: 105%;
    height: 60%;
}

.gemini-pill:hover::before {
    opacity: 0.7;
    transition: opacity 0.3s ease;
}

.ev-photo-group {
    position: absolute;
    inset: 0;
    pointer-events: none;
}

.ev-photo-item {
    pointer-events: auto;
    transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

.ev-photo-item > div {
    transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

.ev-photo-item img {
    transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}

.ev-photo-group--left:hover .ev-photo-item--left-bottom {
    transform: translateX(-8px) translateY(5px) rotate(-2deg);
}

.ev-photo-group--left:hover .ev-photo-item--left-bottom > div {
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.25);
}

.ev-photo-group--left:hover .ev-photo-item--left-bottom img {
    transform: scale(1.05);
}

.ev-photo-group--left:hover .ev-photo-item--left-top {
    transform: translateX(10px) translateY(-8px) rotate(2deg);
}

.ev-photo-group--left:hover .ev-photo-item--left-top > div {
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.22);
}

.ev-photo-group--left:hover .ev-photo-item--left-top img {
    transform: scale(1.08);
}

.ev-photo-group--right:hover .ev-photo-item--right-top {
    transform: translateX(8px) translateY(-5px) rotate(2deg);
}

.ev-photo-group--right:hover .ev-photo-item--right-top > div {
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.25);
}

.ev-photo-group--right:hover .ev-photo-item--right-top img {
    transform: scale(1.05);
}

.ev-photo-group--right:hover .ev-photo-item--right-bottom {
    transform: translateX(-10px) translateY(8px) rotate(-2deg);
}

.ev-photo-group--right:hover .ev-photo-item--right-bottom > div {
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.22);
}

.ev-photo-group--right:hover .ev-photo-item--right-bottom img {
    transform: scale(1.08);
}

.ev-photo-item:hover > div {
    box-shadow: 0 35px 70px rgba(0, 0, 0, 0.3) !important;
}

.ev-photo-item:hover img {
    transform: scale(1.1) !important;
}

@media (max-width: 768px) {
    .hero-visual-container {
        display: block;
        position: relative;
        width: 100%;
        max-width: 400px;
        height: 600px;
        margin: 32px auto 0;
        padding: 0;
    }

    .hero-visual-container .phone-mockup {
        width: 300px;
        height: 540px;
        margin: 0 auto;
    }

    .hero-visual-container .phone-screen {
        padding-top: 36px;
    }

    .hero-visual-container .float-card {
        position: absolute;
        min-width: 140px;
        padding: 10px 12px;
        border-radius: 18px;
        box-shadow: 0 12px 28px rgba(0, 0, 0, 0.06);
    }

    .hero-visual-container .float-card.top-left,
    .hero-visual-container .float-card.bottom-left,
    .hero-visual-container .float-card.top-right,
    .hero-visual-container .float-card.bottom-right {
        transform: translateX(-35px) translateZ(0);
        animation: none !important;
    }

    .hero-visual-container .float-card.top-left {
        top: 5%;
        left: 5px;
    }

    .hero-visual-container .float-card.top-right {
        top: 10%;
        right: 5px;
        transform: translateX(-70px) translateZ(0);
    }

    .hero-visual-container .float-card.bottom-left {
        top: 56%;
        left: 5px;
        transform: translateX(-50px) translateZ(0);
    }

    .hero-visual-container .float-card.bottom-right {
        top: 56%;
        right: 5px;
        transform: translateX(-50px) translateZ(0);
    }

    .hero-visual-container .widget-icon {
        width: 42px;
        height: 42px;
        min-width: 42px;
        min-height: 42px;
    }

    .hero-visual-container .widget-icon i {
        font-size: 1.1rem;
    }

    .hero-visual-container .widget-val {
        font-size: 1rem;
    }

    .hero-visual-container .widget-label {
        font-size: 0.75rem;
    }

    .hero-text-wrapper .btn-primary {
        width: 100%;
        max-width: 320px;
        display: inline-flex;
        justify-content: center;
    }

    .hero-text-wrapper p {
        font-size: 1rem;
    }

    /* Solutions (P&L + 4 slides) — mobile layout */
    .solutions-section {
        padding: 80px 0;
    }

    .solutions-section.carousel-mode .solutions-grid-vertical {
        min-height: 680px;
    }

    .solution-card-modern,
    .solution-card-modern.reverse {
        border-radius: 24px;
    }

    .solution-content {
        padding: 28px 20px;
    }

    .solution-content h3 {
        font-size: 1.55rem;
    }

    .solution-content p {
        font-size: 0.98rem;
    }

    .solution-tags {
        gap: 8px;
    }

    .solution-tag {
        font-size: 0.8rem;
        padding: 6px 12px;
    }

    .solution-visual-wrapper {
        min-height: 300px;
        padding: 24px 0 12px;
        border-bottom: none;
    }

    .ui-mock-card {
        width: 100%;
        max-width: 320px;
        min-height: 380px;
        height: 380px;
        max-height: 380px;
        padding: 18px;
        border-radius: 20px;
        overflow: hidden;
    }

    .solution-slide[data-slide="1"] .ui-mock-card--slide-1 {
        width: 100%;
        max-width: 320px;
        min-height: 380px;
        height: 380px;
    }

    .solution-slide[data-slide="1"] .pl-header {
        flex-direction: column;
        align-items: flex-start;
        gap: 8px;
        margin-bottom: 16px !important;
    }

    .solution-slide[data-slide="1"] .pl-header > div:first-child {
        font-size: 1.1rem !important;
    }

    .solution-slide[data-slide="1"] .pl-chip {
        font-size: 0.75rem !important;
        padding: 5px 10px !important;
    }

    .solution-slide[data-slide="1"] .pl-chart {
        gap: 14px !important;
        margin-bottom: 16px !important;
        transform: scale(0.88);
        transform-origin: bottom center;
    }

    .solution-slide[data-slide="1"] .pl-metrics {
        flex-direction: column;
        gap: 10px;
        padding-top: 12px !important;
    }

    .solution-slide[data-slide="1"] .pl-metric-label {
        font-size: 0.75rem !important;
    }

    .solution-slide[data-slide="1"] .pl-metric-value {
        font-size: 1.15rem !important;
    }

    .solution-slide[data-slide="2"] .ui-mock-card--slide-2 {
        width: 100%;
        max-width: 320px;
        min-height: 380px;
        height: 380px;
    }

    .solution-slide[data-slide="2"] .seo-row {
        padding: 12px !important;
        gap: 6px;
        flex-direction: column;
        align-items: flex-start;
    }

    .solution-slide[data-slide="2"] .seo-row span {
        font-size: 0.9rem !important;
    }

    .solution-slide[data-slide="2"] .seo-tags {
        flex-wrap: wrap;
        gap: 8px !important;
        margin-top: 8px !important;
    }

    .solution-slide[data-slide="2"] .seo-tags span {
        font-size: 0.7rem !important;
        padding: 5px 10px !important;
    }

    .solution-slide[data-slide="3"] .ui-mock-card--slide-3 {
        width: 100%;
        max-width: 320px;
        min-height: 380px;
        height: 380px;
    }

    .solution-slide[data-slide="3"] .stock-status {
        gap: 12px !important;
        margin-bottom: 20px !important;
    }

    .solution-slide[data-slide="3"] .stock-status > div:first-child {
        width: 44px !important;
        height: 44px !important;
        font-size: 1.1rem !important;
        border-radius: 12px !important;
    }

    .solution-slide[data-slide="3"] .stock-status > div:last-child div:first-child {
        font-size: 1.05rem !important;
    }

    .solution-slide[data-slide="3"] .stock-status > div:last-child div:last-child {
        font-size: 0.8rem !important;
    }

    .solution-slide[data-slide="3"] .stock-bar {
        margin-bottom: 12px !important;
    }

    .solution-slide[data-slide="3"] .stock-alert {
        font-size: 0.82rem !important;
        padding: 12px !important;
    }

    .solution-slide[data-slide="4"] .ui-mock-card--slide-4 {
        width: calc(100% - 24px);
        max-width: 300px;
        min-height: auto;
        height: auto;
        padding: 20px 16px 24px !important;
        margin: 0 auto;
        box-sizing: border-box;
    }
    
    .solution-slide[data-slide="4"] .niche-header {
        font-size: 1rem !important;
        margin-bottom: 16px !important;
        padding-top: 16px;
    }
    
    .solution-slide[data-slide="4"] .niche-head {
        font-size: 0.8rem !important;
        margin-bottom: 12px !important;
        padding-bottom: 6px !important;
    }
    
    .solution-slide[data-slide="4"] .niche-item {
        margin-bottom: 12px !important;
        padding: 0 !important;
    }
    
    .solution-slide[data-slide="4"] .niche-icon {
        width: 36px !important;
        height: 36px !important;
        min-width: 36px !important;
        border-radius: 10px !important;
    }
    
    .solution-slide[data-slide="4"] .niche-icon i {
        font-size: 0.9rem !important;
    }
    
    .solution-slide[data-slide="4"] .niche-name {
        font-size: 0.9rem !important;
    }
    
    .solution-slide[data-slide="4"] .niche-growth {
        font-size: 0.9rem !important;
    }
    
    /* Мобильные анимации отключены для производительности */
    .solution-slide[data-slide="1"] .pl-bar,
    .solution-slide[data-slide="2"] .seo-row,
    .solution-slide[data-slide="2"] .seo-arrow,
    .solution-slide[data-slide="3"] .stock-bar-fill,
    .solution-slide[data-slide="3"] .stock-alert,
    .solution-slide[data-slide="3"] .stock-status,
    .solution-slide[data-slide="4"] .niche-item,
    .solution-slide[data-slide="4"] .niche-icon {
        animation: none !important;
    }

    @keyframes pl-bar-rise-mobile {
        0%, 100% {
            transform: scaleY(0.9);
            filter: brightness(0.98);
        }

        50% {
            transform: scaleY(1);
            filter: brightness(1.03);
        }
    }

    @keyframes seo-row-float-mobile {
        0%, 100% {
            transform: translateY(0);
        }

        50% {
            transform: translateY(-3px);
        }
    }

    @keyframes seo-arrow-bounce-mobile {
        0%, 100% {
            transform: translateY(0) rotate(0deg);
        }

        50% {
            transform: translateY(-2px) rotate(-4deg);
        }
    }

    @keyframes stock-fill-mobile {
        0%, 100% {
            transform: scaleX(0.85);
        }

        50% {
            transform: scaleX(1);
        }
    }

    @keyframes stock-alert-pulse-mobile {
        0%, 100% {
            transform: translateY(0);
            box-shadow: none;
        }

        50% {
            transform: translateY(-2px);
            box-shadow: 0 6px 16px rgba(239, 68, 68, 0.12);
        }
    }

    @keyframes stock-status-float-mobile {
        0%, 100% {
            transform: translateY(0);
        }

        50% {
            transform: translateY(-2px);
        }
    }

    @keyframes niche-item-float-mobile {
        0%, 100% {
            transform: translateX(0);
        }

        50% {
            transform: translateX(3px);
        }
    }

    @keyframes niche-icon-pop-mobile {
        0%, 100% {
            transform: scale(1);
        }

        50% {
            transform: scale(1.04);
        }
    }

    .solution-slide[data-slide="4"] .niche-header {
        font-size: 1.05rem !important;
        margin-bottom: 16px !important;
    }

    .solution-slide[data-slide="4"] .niche-head {
        font-size: 0.8rem !important;
        margin-bottom: 12px !important;
    }

    .solution-slide[data-slide="4"] .niche-item {
        gap: 10px;
        margin-bottom: 12px !important;
    }

    .solution-slide[data-slide="4"] .niche-item span {
        font-size: 0.95rem !important;
    }

    .solution-slide[data-slide="4"] .niche-icon {
        width: 34px !important;
        height: 34px !important;
        border-radius: 10px !important;
    }

    /* Design services slider — mobile layout */
    .design-slides-container {
        height: auto;
        min-height: 560px;
    }

    .design-slide {
        height: auto;
    }

    .design-slide--active {
        position: relative;
    }

    .design-slide-content-inner {
        display: flex;
        flex-direction: column;
        gap: 14px;
    }

    .design-services-slider .infographics-hero-card {
        padding: 18px 16px;
        gap: 16px;
        border-radius: 22px;
        align-items: stretch;
        min-height: 0;
    }

    .design-services-slider .infographics-hero-content {
        text-align: left;
        order: 1;
    }

    .design-services-slider .infographics-hero-title {
        font-size: clamp(1.6rem, 6vw, 2.1rem);
    }

    .design-services-slider .infographics-hero-tagline {
        font-size: 0.95rem;
        margin-bottom: 1rem;
    }

    .design-services-slider .infographics-hero-visual {
        width: 100%;
        min-height: 200px;
        padding: 0;
        order: 2;
    }

    .design-services-slider .design-block-arc {
        position: static;
        margin-top: 8px;
        justify-content: flex-start;
        gap: 0.4rem;
        order: 3;
    }

    .design-services-slider .design-slide-cta {
        margin-top: 0.9rem;
    }

    .design-services-slider .infographics-hero-visual--glass {
        justify-content: center;
        gap: 0.35rem;
    }

    .design-services-slider .infographics-cascade {
        width: 180px;
        height: 220px;
    }

    .design-services-slider .infographics-cascade-item {
        width: 105px;
    }

    .design-services-slider .infographics-cascade-item--front {
        left: 0;
        top: 6%;
    }

    .design-services-slider .infographics-cascade-item--mid {
        left: 34px;
        top: 22%;
    }

    .design-services-slider .infographics-cascade-item--back {
        left: 68px;
        top: 38%;
    }

    .design-services-slider .infographics-hero-floats {
        width: 100%;
        max-width: 220px;
        min-height: 200px;
        gap: 8px 12px;
        padding: 10px;
    }

    .design-services-slider .web-mockup-stack {
        transform: scale(0.78);
    }

    .design-services-slider .web-mockup--browser {
        width: 220px;
    }

    .design-services-slider .web-mockup--mobile {
        width: 64px;
    }

    .design-services-slider .photo-showcase {
        flex-wrap: wrap;
        justify-content: center;
        gap: 0.75rem;
    }

    .design-services-slider .photo-placeholder {
        width: 68px;
        height: 88px;
        font-size: 1.3rem;
    }

    .design-services-slider .brand-showcase {
        flex-wrap: wrap;
        justify-content: center;
        gap: 16px;
    }

    .design-services-slider .brand-circle,
    .design-services-slider .brand-box {
        width: 56px;
        height: 56px;
        font-size: 1.2rem;
    }

    .design-services-slider .brand-palette {
        padding: 8px;
    }

    .design-services-slider .brand-palette > span {
        width: 16px;
        height: 32px;
    }

    .services-page .sv-hero-cta {
        align-items: stretch;
    }

    .services-page .sv-hero-cta-buttons {
        flex-direction: column;
        align-items: stretch;
    }

    .services-page .sv-btn-demo {
        width: 100%;
        justify-content: center;
    }

    .services-page #services .service-card__content {
        width: 100% !important;
        left: 0;
        right: 0;
        padding: 18px 18px 20px;
        justify-content: flex-start;
    }

    .services-page #services .service-card__content h3 {
        font-size: clamp(1.5rem, 5vw, 1.9rem);
        line-height: 1.15;
    }

    .services-page #services .service-card__content p {
        font-size: 0.95rem;
        max-width: 100%;
    }

    .services-page .digital-services-section {
        padding: 80px 16px;
    }

    .services-page .digital-services-header {
        margin-bottom: 48px;
    }

    .services-page .digital-services-title {
        font-size: clamp(2rem, 7vw, 2.4rem);
    }

    .services-page .digital-services-grid {
        gap: 16px;
    }

    .services-page .digital-service-card {
        padding: 28px 20px;
        border-radius: 22px;
    }

    .services-page .ds-card-illustration {
        width: 56px;
        height: 56px;
        right: 16px;
        top: 16px;
    }

    .services-page .ds-step-number {
        left: 20px;
        top: 16px;
    }

    .services-page .digital-service-desc {
        font-size: 0.95rem;
    }

    .services-page .digital-service-tags {
        gap: 6px;
    }
}

@media (max-width: 480px) {
    .hero-visual-container .phone-mockup {
        width: 270px;
        height: 500px;
    }

    .hero-visual-container {
        height: 560px;
    }

    .hero-visual-container .float-card {
        min-width: 128px;
        padding: 9px 10px;
    }

    .hero-text-wrapper h1 {
        font-size: 1.9rem;
    }

    .solutions-section.carousel-mode .solutions-grid-vertical {
        min-height: 640px;
    }

    .solution-content {
        padding: 24px 18px;
    }

    .ui-mock-card {
        width: 100%;
        max-width: 300px;
        min-height: 350px;
        height: 350px;
        max-height: 350px;
        padding: 16px;
    }

    .solution-slide[data-slide="1"] .ui-mock-card--slide-1,
    .solution-slide[data-slide="2"] .ui-mock-card--slide-2,
    .solution-slide[data-slide="3"] .ui-mock-card--slide-3,
    .solution-slide[data-slide="4"] .ui-mock-card--slide-4 {
        max-width: 300px;
        min-height: 350px;
        height: 350px;
    }

    .solution-slide[data-slide="1"] .pl-chart {
        transform: scale(0.84);
    }

    .design-services-slider .infographics-hero-card {
        padding: 16px;
    }

    .design-services-slider .web-mockup-stack {
        transform: scale(0.72);
    }

    .design-services-slider .web-mockup--browser {
        width: 210px;
    }

    .design-services-slider .web-mockup--mobile {
        width: 60px;
    }

    .design-services-slider .photo-placeholder {
        width: 64px;
        height: 84px;
        font-size: 1.2rem;
    }

    .design-services-slider .brand-circle,
    .design-services-slider .brand-box {
        width: 52px;
        height: 52px;
        font-size: 1.15rem;
    }

    .design-services-slider .brand-palette {
        padding: 7px;
    }

    .design-services-slider .brand-palette > span {
        width: 14px;
        height: 30px;
    }

    .design-slides-container {
        min-height: 500px;
    }

    .design-services-slider .design-slide-content-inner {
        gap: 12px;
    }

    .design-services-slider .infographics-hero-visual {
        min-height: 180px;
    }

    .design-services-slider .design-block-arc {
        margin-top: 6px;
    }

    .design-services-slider .infographics-cascade {
        width: 160px;
        height: 200px;
    }

    .design-services-slider .infographics-cascade-item {
        width: 92px;
    }

    .design-services-slider .infographics-hero-floats {
        max-width: 190px;
        min-height: 170px;
    }

    .services-page #services .service-card__content {
        padding: 16px;
    }

    .services-page .digital-service-card {
        padding: 24px 18px;
    }
}

@media (max-width: 1024px) and (min-width: 769px) {
    /* Hero Section */
    .hero-text-wrapper h1 {
        font-size: 2.5rem;
    }
    
    .hero-text-wrapper p {
        font-size: 1rem;
    }
    
    .hero-visual-container {
        transform: scale(0.9);
    }
    
    /* Как это работает */
    .howitworks2-grid {
        gap: 20px;
    }
    
    .howitworks2-card {
        padding: 28px 20px;
    }
    
    /* Bento Grid */
    .ev-bento-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }
    
    .ev-bento-card--main {
        grid-column: span 2;
    }
    
    /* Form V2 */
    .callback-v2-container {
        gap: 48px;
    }
    
    .callback-v2-title {
        font-size: 2.5rem;
    }
}

@media (max-width: 768px) {
    /* Hero Section */
    .hero-text-wrapper {
        padding: 28px 18px;
        margin: 0 16px;
    }
    
    .hero-text-wrapper h1 {
        font-size: 2rem;
        line-height: 1.15;
    }
    
    .hero-text-wrapper p {
        font-size: 0.95rem;
        margin-bottom: 24px;
    }
    
    .hero-text-wrapper .btn-primary {
        padding: 14px 28px;
        font-size: 0.95rem;
        width: 100%;
        max-width: 280px;
    }
    
    .hero-visual-container {
        transform: scale(0.85);
        margin-top: -40px;
    }
    
    .hero-visual-container .float-card {
        transform: scale(0.85);
    }
    
    /* Навигация */
    .navbar {
        padding: 12px 16px;
    }
    
    .nav-links {
        display: none;
    }
    
    .hamburger-btn {
        display: flex !important;
    }
    
    /* Секция "Как это работает" */
    .howitworks2-section {
        padding: 60px 16px;
    }
    
    .howitworks2-grid {
        grid-template-columns: 1fr;
        gap: 16px;
    }
    
    .howitworks2-card {
        padding: 24px 18px;
    }
    
    .howitworks2-card-title {
        font-size: 1.1rem;
    }
    
    .howitworks2-card-text {
        font-size: 0.9rem;
    }
    
    /* Карусель решений — полная переработка для мобильных */
    .solutions-section {
        padding: 48px 0;
    }
    
    .solutions-section .container {
        padding: 0;
    }
    
    /* Навигация — скроллящийся ряд */
    .solutions-carousel-nav-wrap {
        display: flex;
        flex-wrap: nowrap;
        gap: 0;
        margin-bottom: 16px;
        padding: 0 16px;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
    
    .solutions-carousel-nav {
        gap: 20px;
        flex-wrap: nowrap;
        justify-content: flex-start;
    }
    
    .carousel-nav-item {
        font-size: 0.8125rem;
        padding: 8px 0;
        white-space: nowrap;
        flex-shrink: 0;
    }
    
    /* Скрываем все стрелки */
    .carousel-nav-arrow,
    .carousel-side-arrows,
    .carousel-side-arrow,
    .carousel-arrows {
        display: none !important;
    }
    
    /* Карточки слайдов */
    .solutions-slides-wrap {
        padding: 0 16px;
    }
    
    .solution-card-modern {
        flex-direction: column !important;
        padding: 24px 20px;
        border-radius: 20px;
        margin: 0;
    }
    
    .solution-content {
        padding: 0;
        margin-bottom: 16px;
        order: 2;
    }
    
    /* Заголовки в одну строку */
    .solution-content h3 {
        font-size: 1.25rem !important;
        margin-bottom: 10px;
        line-height: 1.3;
        white-space: normal;
    }
    
    .solution-content h3 br {
        display: none;
    }
    
    .solution-content p {
        font-size: 0.875rem;
        margin-bottom: 16px;
        line-height: 1.5;
    }
    
    .solution-tags {
        gap: 8px;
        flex-wrap: wrap;
    }
    
    .solution-tag {
        font-size: 0.75rem;
        padding: 8px 12px;
    }
    
    /* Визуальная часть сверху */
    .solution-visual-wrapper {
        width: 100%;
        display: flex;
        justify-content: center;
        order: 1;
        margin-bottom: 20px;
    }
    
    .ui-mock-card {
        max-width: 100%;
        width: 100%;
        min-height: auto;
        height: auto;
    }
    
    /* Минимальная высота контейнера */
    .solutions-section.carousel-mode .solutions-grid-vertical {
        min-height: auto;
    }
    
    /* Bento Grid */
    .ev-trust-section {
        padding: 60px 16px;
    }
    
    .ev-trust-title {
        font-size: 2rem;
    }
    
    .ev-bento-grid {
        grid-template-columns: 1fr;
        gap: 16px;
    }
    
    .ev-bento-card {
        padding: 24px 20px;
    }
    
    .ev-bento-card--main {
        grid-column: span 1;
    }
    
    /* Форма заявки V2 */
    .callback-section-v2 {
        padding: 60px 16px;
    }
    
    .callback-v2-container {
        grid-template-columns: 1fr;
        gap: 32px;
    }
    
    .callback-v2-info {
        text-align: center;
    }
    
    .callback-v2-title {
        font-size: 2rem;
    }
    
    .callback-v2-desc {
        margin-left: auto;
        margin-right: auto;
    }
    
    .callback-v2-features {
        align-items: center;
    }
    
    .callback-v2-form-wrap {
        padding: 28px 20px;
    }
    
    /* Футер */
    .ev-footer {
        padding: 48px 16px 32px;
    }
    
    .ev-footer-grid {
        grid-template-columns: 1fr;
        gap: 32px;
        text-align: center;
    }
    
    .ev-footer-grid .ev-footer-social {
        justify-content: center;
    }
}

@media (max-width: 480px) {
    /* Hero Section */
    .hero-text-wrapper {
        padding: 24px 16px;
        margin: 0 12px;
        border-radius: 20px;
    }
    
    .hero-text-wrapper h1 {
        font-size: 1.75rem;
        line-height: 1.2;
    }
    
    .hero-text-wrapper p {
        font-size: 0.875rem;
        margin-bottom: 20px;
    }
    
    .hero-text-wrapper .btn-primary {
        padding: 12px 24px;
        font-size: 0.9rem;
    }
    
    .hero-visual-container {
        transform: scale(0.75);
        margin-top: -60px;
    }
    
    /* Отключаем плавающие карточки на маленьких экранах */
    .hero-visual-container .float-card {
        display: none;
    }
    
    /* Секция "Как это работает" */
    .howitworks2-section {
        padding: 48px 12px;
    }
    
    .howitworks2-section-title {
        font-size: 1.5rem;
    }
    
    .howitworks2-card {
        padding: 20px 16px;
        border-radius: 16px;
    }
    
    .howitworks2-card-visual {
        height: 100px;
    }
    
    .howitworks2-card-title {
        font-size: 1rem;
    }
    
    .howitworks2-card-text {
        font-size: 0.85rem;
    }
    
    /* Карусель решений — ещё компактнее */
    .solutions-section {
        padding: 40px 0;
    }
    
    .solutions-carousel-nav-wrap {
        padding: 0 12px;
    }
    
    .solutions-carousel-nav {
        gap: 16px;
    }
    
    .carousel-nav-item {
        font-size: 0.75rem;
        padding: 6px 0;
    }
    
    .solutions-slides-wrap {
        padding: 0 12px;
    }
    
    .solution-card-modern {
        padding: 20px 16px;
        border-radius: 16px;
    }
    
    /* Заголовки компактнее */
    .solution-content h3 {
        font-size: 1.125rem !important;
        line-height: 1.25;
    }
    
    .solution-content p {
        font-size: 0.8125rem;
        line-height: 1.5;
    }
    
    .solution-tags {
        gap: 6px;
    }
    
    .solution-tag {
        font-size: 0.7rem;
        padding: 6px 10px;
    }
    
    .ui-mock-card {
        padding: 16px 14px 20px;
        border-radius: 14px;
        width: calc(100% - 24px) !important;
        max-width: 300px;
        margin: 0 auto;
    }
    
    .ui-mock-card--placard {
        padding-top: 36px !important;
    }
    
    .ui-mock-card__traffic {
        top: 10px;
        left: 14px;
        gap: 5px;
    }
    
    .ui-mock-card__dot {
        width: 8px;
        height: 8px;
    }
    
    .solution-visual-wrapper {
        margin-bottom: 12px;
        padding: 16px 12px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    
    /* Slide 4 niche table - compact for small screens */
    .solution-slide[data-slide="4"] .ui-mock-card--slide-4 {
        width: calc(100% - 20px) !important;
        max-width: 280px;
        padding: 16px 12px 20px !important;
    }
    
    .solution-slide[data-slide="4"] .niche-header {
        font-size: 0.95rem !important;
        margin-bottom: 12px !important;
        padding-top: 12px;
    }
    
    .solution-slide[data-slide="4"] .niche-head {
        font-size: 0.75rem !important;
        margin-bottom: 10px !important;
    }
    
    .solution-slide[data-slide="4"] .niche-item {
        margin-bottom: 10px !important;
    }
    
    .solution-slide[data-slide="4"] .niche-icon {
        width: 32px !important;
        height: 32px !important;
        min-width: 32px !important;
        border-radius: 8px !important;
    }
    
    .solution-slide[data-slide="4"] .niche-icon i {
        font-size: 0.8rem !important;
    }
    
    .solution-slide[data-slide="4"] .niche-name {
        font-size: 0.85rem !important;
    }
    
    .solution-slide[data-slide="4"] .niche-growth {
        font-size: 0.85rem !important;
    }
    
    /* Bento Grid */
    .ev-trust-section {
        padding: 48px 12px;
    }
    
    .ev-trust-title {
        font-size: 1.75rem;
    }
    
    .ev-bento-card {
        padding: 20px 16px;
        border-radius: 16px;
    }
    
    .ev-bento-card h3 {
        font-size: 1.1rem;
    }
    
    .ev-bento-card p {
        font-size: 0.85rem;
    }
    
    /* Форма заявки V2 */
    .callback-section-v2 {
        padding: 48px 12px;
    }
    
    .callback-v2-title {
        font-size: 1.75rem;
    }
    
    .callback-v2-desc {
        font-size: 1rem;
    }
    
    .callback-v2-form-wrap {
        padding: 24px 16px;
        border-radius: 16px;
    }
    
    .callback-v2-field input,
    .callback-v2-field textarea {
        padding: 12px 14px;
        font-size: 0.95rem;
    }
    
    .callback-v2-submit {
        padding: 14px 24px;
        font-size: 0.95rem;
    }
    
    /* Футер */
    .ev-footer {
        padding: 40px 12px 24px;
    }
    
    .ev-footer-logo {
        font-size: 1.25rem;
    }
    
    .ev-footer-links a {
        font-size: 0.875rem;
    }
}

@media (max-width: 375px) {
    .hero-text-wrapper h1 {
        font-size: 1.5rem;
    }
    
    .hero-text-wrapper p {
        font-size: 0.8rem;
    }
    
    .hero-visual-container {
        transform: scale(0.65);
        margin-top: -80px;
    }
    
    .howitworks2-card {
        padding: 16px 14px;
    }
    
    .solution-content h3 {
        font-size: 1.1rem !important;
    }
    
    .callback-v2-title {
        font-size: 1.5rem;
    }
    
    .ev-trust-title {
        font-size: 1.5rem;
    }
}

@media (max-width: 768px) {
    /* Отключаем сложные анимации для производительности */
    .animate-float,
    .animate-float-1,
    .animate-float-2,
    .animate-float-3,
    .animate-pulse,
    .animate-bounce {
        animation-duration: 0s !important;
        animation: none !important;
    }
    
    /* Упрощаем hover эффекты на touch устройствах */
    .card-hover:hover,
    .solution-card-modern:hover,
    .ev-bento-card:hover,
    .howitworks2-card:hover {
        transform: none !important;
    }
    
    /* Отключаем backdrop-filter на слабых устройствах */
    .hero-text-wrapper,
    .carousel-side-arrow {
        backdrop-filter: none;
        -webkit-backdrop-filter: none;
    }
}

@media (prefers-reduced-motion: reduce) {
    *,
    *::before,
    *::after {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
    }
    
    .carousel-nav-item,
    .solution-card-modern,
    .ev-bento-card,
    .callback-v2-submit {
        transition: none !important;
    }
}

@media (hover: none) and (pointer: coarse) {
    /* Увеличиваем touch targets */
    .carousel-nav-item {
        min-height: 44px;
        min-width: 44px;
    }
    
    .solution-tag {
        min-height: 40px;
        padding: 10px 14px;
    }
    
    .callback-v2-submit {
        min-height: 50px;
    }
    
    /* Убираем hover-эффекты которые не работают на touch */
    .card-hover:hover,
    .ev-bento-card:hover {
        transform: none;
        box-shadow: inherit;
    }
}

@media (max-width: 1024px) {
    .sv-hero {
        min-height: auto;
        padding: 96px 20px 64px;
    }

    .sv-hero-container {
        grid-template-columns: 1fr;
        gap: 32px;
    }

    .sv-hero-content {
        padding-top: 20px;
    }

    .sv-hero-visual {
        max-width: 420px;
        margin: 0 auto;
    }

    .sv-hero-cta-buttons {
        flex-wrap: wrap;
        justify-content: center;
    }

    .sv-hero-stats {
        justify-content: center;
    }
}

@media (max-width: 768px) {
    .sv-hero {
        padding: 90px 16px 48px;
    }

    .sv-hero-content {
        order: 1;
    }

    .sv-hero-visual {
        order: 2;
    }

    .sv-hero-title {
        font-size: clamp(1.8rem, 6vw, 2.3rem);
    }

    .sv-hero-subtitle {
        font-size: 0.95rem;
    }

    .sv-hero-chips {
        gap: 10px;
        justify-content: center;
    }

    .sv-chip {
        padding: 10px 14px;
        font-size: 0.85rem;
    }

    .sv-hero-cta-buttons {
        gap: 10px;
    }

    .sv-btn-primary,
    .sv-btn-demo {
        width: auto;
        min-width: 220px;
        justify-content: center;
    }

    .sv-hero-stats {
        flex-wrap: wrap;
        gap: 14px;
    }

    .sv-hero-stat-divider {
        display: none;
    }

    .sv-hero-visual {
        max-width: 360px;
        margin-top: 40px;
    }

    .sv-hero-visual .sv-quote-card {
        position: absolute;
        right: 12px;
        bottom: 12px;
        margin: 0;
        width: auto;
    }
}

@media (max-width: 480px) {
    .sv-hero-title {
        font-size: 1.6rem;
    }

    .sv-hero-chips {
        flex-direction: column;
        align-items: stretch;
    }

    .sv-btn-primary,
    .sv-btn-demo {
        width: 100%;
    }

    .sv-hero-visual {
        max-width: 280px;
    }
}

@media (max-width: 1024px) {
    .sv-process {
        padding: 60px 20px;
    }

    .sv-process-grid {
        gap: 20px;
    }
}

@media (max-width: 768px) {
    .sv-process {
        padding: 44px 16px;
    }

    .sv-process-header h2 {
        font-size: 1.6rem;
    }

    .sv-process-step {
        padding: 22px;
    }

    .sv-process-step-title {
        font-size: 1.05rem;
    }

    .sv-process-step-desc {
        font-size: 0.9rem;
    }
}

@media (max-width: 1024px) {
    .services-grid {
        grid-template-columns: 1fr !important;
        gap: 20px !important;
    }

    .service-card {
        min-height: 400px !important;
    }

    .service-card[class*="col-span-2"],
    .service-card[class*="row-span-2"] {
        grid-column: span 1 !important;
        grid-row: span 1 !important;
    }
}

@media (max-width: 768px) {
    #services {
        padding: 48px 16px !important;
    }

    .services-header {
        margin-bottom: 48px !important;
    }

    .services-header-title {
        font-size: 1.8rem !important;
    }

    .services-header-subtitle {
        font-size: 0.95rem !important;
    }

    .service-card {
        min-height: 380px !important;
        border-radius: 26px !important;
    }

    .services-page #services .service-card {
        display: flex;
        flex-direction: column;
    }

    .services-page #services .service-card__visual {
        position: relative !important;
        inset: auto !important;
        width: 100% !important;
        height: 220px !important;
        transform: none !important;
        order: 1;
        margin: 0;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .services-page #services .service-card__visual img {
        max-height: 180px;
        width: auto;
    }

    .service-card__content {
        padding: 24px !important;
    }

    .services-page #services .service-card__content {
        position: relative !important;
        width: 100% !important;
        left: auto !important;
        right: auto !important;
        bottom: auto !important;
        order: 2;
    }

    .service-card__content h3 {
        font-size: 1.6rem !important;
    }

    .service-card__content p {
        font-size: 0.9rem !important;
    }

    .service-card > div[class*="absolute"][class*="right"] {
        right: 10px !important;
        width: 58% !important;
    }

    .service-card > div[class*="absolute"][class*="right"] img {
        max-height: 210px !important;
    }

    .service-card > div[class*="absolute"][class*="top"] {
        height: 60% !important;
    }
}

@media (max-width: 480px) {
    .service-card {
        min-height: 340px !important;
    }

    .service-card__content {
        padding: 18px !important;
    }

    .service-card__content h3 {
        font-size: 1.35rem !important;
    }

    .services-page #services .service-card__visual {
        height: 190px !important;
    }

    .services-page #services .service-card__visual img {
        max-height: 150px;
    }
}

@media (max-width: 768px) {
    .sv-cta-banner {
        padding: 70px 16px !important;
    }

    .sv-cta-banner h2 {
        font-size: 1.7rem !important;
    }

    .sv-cta-banner p {
        font-size: 0.95rem !important;
    }
}

@media (max-width: 1024px) {
    .sv-photo-collage {
        padding: 60px 20px !important;
    }
}

@media (max-width: 768px) {
    .sv-photo-collage {
        padding: 48px 16px !important;
    }

    .sv-photo-collage h2 {
        font-size: 1.6rem !important;
        margin-bottom: 24px !important;
    }
}
