.At_content_wrapper {
    opacity: 0;
    visibility: hidden
}

.At_more_about_us {
    display: inline-block;
    margin-top: 15px;
    font-size: 1.1rem;
    color: red;
    text-decoration: none;
    opacity: 0;
    transform: translateY(50px);
    font-weight: bold;
    position: relative
}

@keyframes blink {
    0% {
        opacity: 1
    }

    50% {
        opacity: .3
    }

    100% {
        opacity: 1
    }
}

.tabs {
    display: flex;
    background: rgba(255, 255, 255, .04);
    border: 1px solid rgba(255, 255, 255, .08);
    gap: 8px;
    width: max-content;
    margin: auto;
    padding: 6px 8px;
    margin-bottom: 40px;
    border-radius: 50px;
    flex-wrap: wrap;
    justify-content: center
}

.tab-button {
    padding: 10px 24px;
    border: 1px solid transparent;
    cursor: pointer;
    background: transparent;
    color: rgba(255, 255, 255, .5);
    font-size: 15px;
    font-weight: 600;
    border-radius: 50px;
    transition: background .22s ease, color .22s ease, border-color .22s ease;
    letter-spacing: .2px
}

.tab-button:hover {
    background: rgba(255, 255, 255, .06);
    color: rgba(255, 255, 255, .85);
    border-color: rgba(255, 255, 255, .1)
}

.tab-button.active {
    background: rgba(55, 99, 244, .18);
    border-color: rgba(55, 99, 244, .5);
    color: #93c5fd
}

.content {
    display: none;
    flex-wrap: wrap;
    justify-content: center;
    gap: 15px
}

.content.active {
    display: flex;
    padding-bottom: 80px
}

.tech-box {
    background: rgba(255, 255, 255, .04);
    border: 1px solid rgba(255, 255, 255, .09);
    padding: 15px 25px;
    border-radius: 12px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, .25);
    font-size: 15px;
    font-weight: 700;
    min-width: 150px;
    text-align: center;
    transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
    font-family: var(--primary-font);
    color: rgba(255, 255, 255, .82);
    letter-spacing: .2px
}

section.tab-with-technology {
    padding: 80px 24px
}

.tech-box:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 32px rgba(0, 0, 0, .4);
    border-color: rgba(255, 255, 255, .18);
    color: #fff
}

p.tab-sub-heading {
    text-align: center;
    margin: 5px 0px 40px;
    font-size: 16px;
    color: #64748b
}

h1.sec-tab-heading {
    text-align: center;
    font-size: 50px;
    padding: 10px
}

h2.tab-main-heading {
    text-align: center;
    color: #6366f1;
    text-transform: uppercase
}

.react,
.vue,
.angular,
.js,
.html,
.css,
.bootstrap,
.node,
.python,
.wordpress,
.shopify {
    background: rgba(99, 102, 241, .10);
    border-color: rgba(99, 102, 241, .28);
    color: #c4b5fd
}

.react:hover,
.vue:hover,
.angular:hover,
.js:hover,
.html:hover,
.css:hover,
.bootstrap:hover,
.node:hover,
.python:hover,
.wordpress:hover,
.shopify:hover {
    border-color: rgba(99, 102, 241, .6);
    box-shadow: 0 12px 32px rgba(99, 102, 241, .15);
    color: #e0d9ff
}

.bottom_banner {
    position: relative;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 380px;
    padding: 60px 24px
}

.bottom_banner--text-first {
    text-align: center
}

.footer-content--centered {
    background: rgba(0, 0, 0, .45);
    padding: 48px 40px;
    border-radius: 20px;
    backdrop-filter: blur(3px)
}

.bottom_banner_bg_art {
    position: absolute;
    inset: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: .12;
    pointer-events: none;
    overflow: hidden
}

.bottom_banner_bg_art img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.footer-content {
    position: relative;
    z-index: 2;
    gap: 18px;
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 680px;
    width: 100%
}

.footer-content h1 {
    font-size: clamp(28px, 4vw, 52px);
    font-weight: 800;
    line-height: 1.15;
    color: #fff
}

.footer-content h2 {
    font-size: clamp(18px, 2.5vw, 28px);
    color: #94a3b8;
    font-weight: 400
}

.footer-content p {
    font-size: 16px;
    color: #94a3b8;
    max-width: 520px
}

.footer-btn {
    display: inline-block;
    background: #fe5000;
    color: #ffffff;
    padding: 16px 36px;
    text-decoration: none;
    border-radius: 50px;
    font-weight: 700;
    font-size: 17px;
    width: max-content;
    transition: transform .22s ease, box-shadow .22s ease;
    box-shadow: 0 4px 28px rgba(254, 80, 0, .45)
}

.footer-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 40px rgba(254, 80, 0, .6)
}

.footer-btn-reducer {
    font-size: 13px !important;
    color: rgba(255, 255, 255, .4) !important;
    margin-top: -6px;
    letter-spacing: .3px
}

.service-card {
    background-color: #1c1c1c;
    padding: 20px;
    border-radius: 10px;
    width: 100%;
    max-width: calc(25% - 20px);
    text-align: center;
    position: relative
}

.service-card p {
    color: #c0c0c0;
    font-size: 15px;
    line-height: 1.65
}

.service-card dotlottie-player,
.service-card dotlottie-wc {
    background: transparent !important
}

.section_benefits {
    padding: 80px 50px
}

.section_benefits_header {
    margin-bottom: 40px
}

.section_benefits_title {
    text-align: center;
    font-size: 36px
}

.section_benefits_cards {
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px
}

@media (min-width:769px) {
    .section_benefits_cards {
        grid-template-columns: repeat(3, 1fr);
        gap: 50px
    }
}

.section_benefits_card {
    opacity: 0;
    transform: translateY(100%);
    background: #2b2b2b;
    padding: 30px;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: transparent;
    background-image: linear-gradient(180deg, #ffffff24 1%, #00000000 95%)
}

.section_benefits_card h4 {
    font-size: 1.5rem;
    margin-bottom: 10px
}

.section_benefits_card p {
    font-size: 16px;
    text-align: center
}

.section_benefits_card img {
    width: 50px;
    height: 50px;
    margin-bottom: 20px
}

@media only screen and (max-width:768px) {
    .tabs {
        display: flex;
        gap: 8px;
        padding: 6px 8px;
        flex-wrap: wrap;
        width: auto;
        background: rgba(255, 255, 255, .04);
        border: 1px solid rgba(255, 255, 255, .08);
        align-items: center;
        justify-content: center;
        margin-bottom: 32px;
        border-radius: 16px
    }

    .tab-button {
        padding: 8px 18px;
        font-size: 13px
    }

    .section_benefits {
        padding: 25px 16px
    }

    .section_benefits_title {
        font-size: 28px
    }

    h1.sec-tab-heading {
        font-size: 29px;
        padding: 16px
    }

    h2.tab-main-heading {
        font-size: 18px
    }

    section.tab-with-technology {
        padding: 25px 16px
    }

    p.tab-sub-heading {
        margin: 5px 0px 30px;
        font-size: 16px
    }
}

body,
html {
    overflow-x: hidden
}

.home-grp-section-1 {
    background-image: url("/static/assets-v2.0/img/skill-back-1.2dbaff47dcac.jpg");
    background-repeat: no-repeat;
    background-size: cover
}

.slider-with-site .container {
    height: 65vh
}

.slider-with-site img {
    object-fit: cover
}

.cs-main-home-banner::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1
}

.cs-hero-section {
    position: relative;
    z-index: 2
}

.hero-title {
    font-size: 25px;
    text-transform: uppercase;
    letter-spacing: 7px;
    margin-bottom: 20px
}

.typing-container {
    font-size: 55px;
    text-transform: uppercase;
    letter-spacing: 12px
}

.cs-subtext {
    font-size: 1rem;
    color: #bbb;
    margin-top: 20px
}

.testi-section {
    padding: 20px 40px 40px;
    position: relative;
    overflow: hidden
}

.testi-section::before {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(ellipse 80% 50% at 50% 50%, rgba(55, 99, 244, .055) 0%, transparent 70%);
    pointer-events: none
}

.testi-header {
    text-align: center;
    margin-bottom: 52px
}

.testi-eyebrow {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    margin-bottom: 14px
}

.testi-eyebrow-line {
    display: block;
    width: 32px;
    height: 1px;
    background: rgba(99, 120, 244, .55)
}

.testi-eyebrow-label {
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #7c8ff5
}

.testi-section-heading {
    font-size: clamp(24px, 2.8vw, 40px);
    font-weight: 700;
    color: #fff;
    line-height: 1.2;
    margin: 0
}

.testi-card-wrap {
    display: grid;
    grid-template-columns: 1fr 1fr;
    max-width: 1080px;
    margin: 0 auto;
    background: rgba(255, 255, 255, .025);
    border: 1px solid rgba(255, 255, 255, .09);
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 24px 72px rgba(0, 0, 0, .45), inset 0 1px 0 rgba(255, 255, 255, .06)
}

.testi-img-col {
    position: relative;
    min-height: 460px;
    background: #0b0b16;
    overflow: hidden
}

.testi-img-col .image-container {
    position: absolute !important;
    inset: 0 !important;
    width: 100% !important;
    height: 100% !important
}

.image-container {
    position: relative;
    width: 100%;
    height: 24rem;
    perspective: 1000px
}

.testimonial-img-wrap {
    position: absolute !important;
    inset: 0 !important;
    width: 100% !important;
    height: 100% !important;
    border-radius: 0 !important;
    overflow: hidden;
    opacity: 0;
    transition: opacity .7s ease;
    box-shadow: none !important
}

.testimonial-img-wrap.testi-active {
    opacity: 1;
    z-index: 2 !important
}

.testimonial-img-wrap .testimonial-image {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 0 !important;
    transition: transform 6s ease;
    box-shadow: none
}

.testimonial-img-wrap.testi-active .testimonial-image {
    transform: scale(1.04)
}

.testimonial-img-chip {
    position: absolute;
    bottom: 18px;
    left: 18px;
    background: rgba(0, 0, 0, .65);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    padding: 5px 11px;
    border-radius: 8px;
    z-index: 3;
    pointer-events: none;
    white-space: nowrap;
    border: 1px solid rgba(255, 255, 255, .14);
    letter-spacing: .2px
}

.testi-content-col {
    padding: 52px 48px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
    gap: 24px
}

.testi-bigquote-mark {
    position: absolute;
    top: 16px;
    right: 28px;
    font-size: 160px;
    line-height: 1;
    color: rgba(99, 120, 244, .07);
    font-family: Georgia, serif;
    pointer-events: none;
    user-select: none
}

.testi-top {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 16px;
    position: relative;
    z-index: 1
}

.testi-bottom {
    display: flex;
    flex-direction: column;
    gap: 16px
}

.testi-divider {
    height: 1px;
    background: rgba(255, 255, 255, .07)
}

.testi-author-row {
    display: flex;
    align-items: center
}

.testimonial-stars {
    display: flex;
    gap: 3px
}

.testimonial-stars span {
    font-size: 19px;
    color: #f59e0b;
    line-height: 1
}

.quote {
    font-size: 17px;
    color: rgba(255, 255, 255, .87);
    line-height: 1.72;
    font-style: italic;
    margin: 0;
    padding: 0;
    border: none
}

.testimonial-metric {
    display: none;
    margin: 0;
    padding: 6px 14px;
    background: rgba(55, 99, 244, .12);
    border: 1px solid rgba(55, 99, 244, .3);
    border-radius: 50px;
    font-size: 13px;
    font-weight: 600;
    color: #a5b4fc;
    width: fit-content
}

.name {
    font-size: 18px;
    font-weight: 700;
    font-family: 'Montserrat', sans-serif;
    color: #ffffff;
    margin: 0 0 4px;
    letter-spacing: .1px;
    -webkit-text-fill-color: #ffffff
}

.designation {
    font-size: 13px;
    font-family: 'Montserrat', sans-serif;
    color: rgba(255, 255, 255, .65);
    margin: 0;
    font-weight: 500;
    -webkit-text-fill-color: rgba(255, 255, 255, .65)
}

.arrow-buttons {
    display: flex;
    align-items: center;
    gap: 10px;
    padding-top: 0
}

.arrow-button {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: rgba(255, 255, 255, .05);
    border: 1px solid rgba(255, 255, 255, .1);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all .2s ease;
    flex-shrink: 0
}

.arrow-button:hover {
    background: #3763f4;
    border-color: #3763f4;
    transform: scale(1.08)
}

.arrow-button svg {
    width: 18px;
    height: 18px;
    fill: rgba(255, 255, 255, .6);
    transition: fill .2s
}

.arrow-button:hover svg {
    fill: #fff
}

.testi-dots {
    display: flex;
    align-items: center;
    gap: 7px;
    flex: 1;
    justify-content: center
}

.testi-dot {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: rgba(255, 255, 255, .18);
    transition: all .3s ease;
    cursor: pointer;
    border: none;
    padding: 0;
    flex-shrink: 0
}

.testi-dot.active {
    width: 20px;
    border-radius: 3px;
    background: #3763f4
}

@media (max-width:860px) {
    .testi-card-wrap {
        grid-template-columns: 1fr
    }

    .testi-img-col {
        min-height: 280px
    }

    .testi-content-col {
        padding: 36px 28px
    }

    .testi-bigquote-mark {
        font-size: 110px
    }
}

@media (max-width:560px) {
    .testi-section {
        padding: 60px 16px
    }

    .testi-content-col {
        padding: 28px 20px
    }

    .quote {
        font-size: 15px
    }
}

@media only screen and (max-width:768px) {
    .typing-container {
        font-size: 35px;
        letter-spacing: 10px
    }

    .hero-title {
        font-size: 20px;
        letter-spacing: 5px
    }

    .cs-hero-section {
        width: max-content;
        padding: 10px 30px
    }
}

body,
html {
    overflow-x: hidden
}

.cursor {
    width: 26px;
    height: 26px;
    border-radius: 100%;
    border: 1px solid #fff;
    transition: all 200ms ease-out;
    position: fixed;
    pointer-events: none;
    left: 0;
    top: 0;
    transform: translate(calc(-50%+15px), -50%)
}

.cursor2 {
    width: 8px;
    height: 8px;
    border-radius: 100%;
    background-color: #fe5000;
    opacity: .7;
    position: fixed;
    transform: translate(-50%, -50%);
    pointer-events: none;
    transition: width .3s, height .3s, opacity .3s
}

.hover {
    background-color: #fff;
    opacity: .7
}

.cursorinnerhover {
    width: 50px;
    height: 50px;
    opacity: .5
}

.home-grp-section-1 {
    background-image: url("/static/assets-v2.0/img/skill-back-1.2dbaff47dcac.jpg");
    background-repeat: no-repeat;
    background-size: cover
}

.slider-with-site .container {
    height: 65vh
}

.slider-with-site img {
    object-fit: cover
}

.cs-main-home-banner::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1
}

.cs-hero-section {
    position: relative;
    z-index: 2
}

.hero-title {
    font-size: 25px;
    text-transform: uppercase;
    letter-spacing: 7px;
    margin-bottom: 20px
}

.typing-container {
    font-size: 55px;
    text-transform: uppercase;
    letter-spacing: 12px
}

.cs-subtext {
    font-size: 1rem;
    color: #bbb;
    margin-top: 20px
}

.brand-container .slider::-webkit-scrollbar {
    border-radius: 30px;
    height: 4px;
    background-color: #D9D9D9
}

.brand-container .slider::-webkit-scrollbar-thumb {
    background-color: #fe5000;
    border-radius: 30px
}

h2.\33 d-slider-heading {
    font-family: var(--secondary-font);
    font-size: 2.8em;
    font-weight: 700;
    text-align: center;
    padding-top: 50px;
    padding-bottom: 30px
}

.a-section {
    padding: 3em 0% 3em
}

.a-section-marquee-box {
    display: flex;
    align-items: center;
    overflow: hidden
}

.a-section-marquee-box h2 {
    white-space: nowrap;
    text-transform: uppercase;
    font-family: var(--secondary-font);
    font-size: 4em;
    font-weight: 700;
    flex-shrink: 0;
    padding: 0 10px;
    width: max-content;
    display: flex;
    align-items: center;
    transform: translateX(0);
    animation: a-text-scroll 35s linear infinite
}

section.\33 d {
    position: relative
}

.slider-poniter {
    position: absolute;
    bottom: 10%;
    right: 10%
}

@keyframes a-text-scroll {
    0% {
        transform: translate3d(-100%, 0, 0)
    }

    100% {
        transform: translate3d(0%, 0, 0)
    }
}

.tabs_wrapper {
    width: 100%;
    min-width: min-content;
    max-width: 1340px;
    margin: 0 auto
}

@media only screen and (max-width:768px) {
    .typing-container {
        font-size: 35px;
        letter-spacing: 10px
    }

    .hero-title {
        font-size: 20px;
        letter-spacing: 5px
    }

    .cs-hero-section {
        width: max-content;
        padding: 10px 30px
    }
}

.cs-main-home-banner {
    background: url("/static/assets-v2.0/img/skill_hombaner3.44799b20ec15.jpg") no-repeat center center/cover;
    color: white;
    font-family: Arial, sans-serif;
    display: flex;
    justify-content: center;
    align-items: center;
    height: max-content;
    min-height: 100vh;
    text-align: center;
    position: relative
}

.trusted_by_section {
    padding: 10px 24px;
    position: relative;
    overflow: hidden
}

.trusted_by_section::after {
    display: none
}

.trusted_by_section_heading {
    font-size: 40px;
    margin-bottom: 10px
}

.trusted_by_partners_grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px
}

@media screen and (max-width:767px) {
    .trusted_by_partners_grid {
        gap: 10px
    }

    .trusted_by_section {
        padding: 25px 0
    }

    .trusted_by_section_heading {
        font-size: 28px
    }
}

.trusted_by_partner_item {
    background-color: rgba(28, 28, 28, .8);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    padding: 20px;
    border-radius: 10px;
    width: 100%;
    max-width: calc(30% - 30px * 3 / 4);
    text-align: center;
    border: 1px solid rgba(255, 255, 255, .1);
    display: flex;
    flex-direction: column;
    gap: 12px;
    color: inherit;
    text-decoration: none
}

@media screen and (max-width:767px) {
    .trusted_by_partner_item {
        padding: 10px;
        max-width: calc(33.33% - 12px * 3 / 4)
    }
}

.trusted_by_partner_title {
    font-size: 1.5rem;
    border-top: 1px solid rgb(255 255 255 / 20%);
    padding-top: 12px
}

@media screen and (max-width:767px) {
    .trusted_by_partner_title {
        font-size: 1rem
    }
}

.trusted_by_partner_logo {
    width: 100%;
    height: auto;
    object-fit: cover;
    max-height: 150px;
    max-width: 150px;
    flex: 1;
    margin: 0 auto
}

.floating-button2 {
    position: fixed;
    bottom: 20px;
    left: 20px;
    z-index: 999
}

#container-float-button {
    display: flex;
    align-items: center;
    gap: 12px;
    background: rgba(20, 20, 20, .9);
    backdrop-filter: blur(10px);
    padding: 10px 14px;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, .3)
}

#status-text {
    display: flex;
    align-items: center;
    gap: 6px;
    color: #fff;
    font-size: 14px
}

#status-dot {
    width: 8px;
    height: 8px;
    background: #22c55e;
    border-radius: 50%;
    animation: heroPulseDot 2s infinite
}

#get-in-touch-button {
    background: #2563eb;
    color: white;
    padding: 8px 14px;
    border-radius: 8px;
    text-decoration: none;
    font-size: 14px;
    transition: .2s ease
}

#get-in-touch-button:hover {
    background: #1d4ed8
}

.contra-hire-me-button {
    display: flex;
    align-items: center
}

.contra-hire-me-button img {
    max-width: 160px
}

@media (max-width:600px) {
    #container-float-button {
        flex-direction: column
    }
}

.hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(0, 0, 0, .88) 0%, rgba(0, 0, 0, .65) 55%, rgba(55, 99, 244, .18) 100%);
    z-index: 1
}

.cs-hero-section {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 90px 24px 48px;
    max-width: 960px;
    width: 100%
}

.hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    background: rgba(255, 255, 255, .07);
    border: 1px solid rgba(255, 255, 255, .14);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    padding: 9px 22px;
    border-radius: 50px;
    font-size: 13px;
    color: #d0d8e8;
    letter-spacing: .4px;
    margin-bottom: 32px;
    animation: heroFadeDown .7s ease both
}

.hero-badge-dot {
    width: 8px;
    height: 8px;
    background: #22c55e;
    border-radius: 50%;
    flex-shrink: 0;
    animation: heroPulseDot 2s infinite
}

@keyframes heroPulseDot {

    0%,
    100% {
        box-shadow: 0 0 0 0 rgba(34, 197, 94, .55)
    }

    60% {
        box-shadow: 0 0 0 6px rgba(34, 197, 94, 0)
    }
}

.hero-headline {
    font-size: clamp(28px, 5.5vw, 70px);
    font-weight: 700;
    line-height: 1.14;
    color: #fff;
    letter-spacing: -1.5px;
    margin-bottom: 18px;
    animation: heroFadeUp .85s ease .15s both
}

.hero-highlight-word {
    background: linear-gradient(90deg, #6366f1 0%, #3763f4 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text
}

.hero-typed-bar {
    font-size: clamp(20px, 2.2vw, 26px);
    color: rgba(255, 255, 255, .75);
    margin-bottom: 22px;
    letter-spacing: .5px;
    animation: heroFadeUp .85s ease .28s both;
    min-height: 34px
}

.hero-typed-accent {
    color: #fff;
    font-weight: 700
}

.hero-subheadline {
    font-size: clamp(16px, 1.6vw, 19px);
    font-weight: 500;
    color: rgba(255, 255, 255, .85);
    max-width: 680px;
    line-height: 1.75;
    margin-bottom: 52px;
    animation: heroFadeUp .85s ease .38s both
}

.hero-stats-row {
    display: flex;
    align-items: center;
    background: rgba(255, 255, 255, .05);
    border: 1px solid rgba(255, 255, 255, .12);
    border-radius: 18px;
    padding: 20px 32px;
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    margin-bottom: 42px;
    animation: heroFadeUp .85s ease .48s both;
    gap: 0;
    box-shadow: 0 0 20px rgba(99, 102, 241, .15), inset 0 1px 0 rgba(255, 255, 255, .06)
}

.hero-stat-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0 30px
}

.hero-stat-value {
    font-size: clamp(26px, 3vw, 34px);
    font-weight: 800;
    line-height: 1;
    background: linear-gradient(90deg, #3763f4, #fe5000);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text
}

.hero-stat-label {
    font-size: 12px;
    color: rgba(255, 255, 255, .6);
    margin-top: 5px;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    white-space: nowrap
}

.hero-stat-sep {
    width: 1px;
    height: 44px;
    background: rgba(255, 255, 255, .12);
    flex-shrink: 0
}

.hero-cta-group {
    display: flex;
    gap: 14px;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 52px;
    animation: heroFadeUp .85s ease .58s both
}

.hero-btn-primary {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    background: linear-gradient(135deg, #3763f4 0%, #1e3fbd 100%);
    color: #fff !important;
    padding: 15px 34px;
    border-radius: 50px;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none !important;
    transition: transform .22s ease, box-shadow .22s ease;
    box-shadow: 0 4px 28px rgba(55, 99, 244, .45);
    letter-spacing: .2px
}

.hero-btn-primary:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 40px rgba(55, 99, 244, .6)
}

.hero-btn-secondary {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: transparent;
    border: none;
    color: #94a3b8 !important;
    padding: 14px 10px;
    border-radius: 50px;
    font-size: 14px;
    font-weight: 400;
    text-decoration: none !important;
    transition: color .2s ease;
    letter-spacing: .2px
}

.hero-btn-secondary::after {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background: currentColor;
    opacity: .4;
    position: absolute;
    bottom: 8px;
    left: 0
}

.hero-btn-secondary {
    position: relative
}

.hero-btn-secondary:hover {
    color: #fff !important
}

.hero-btn-whatsapp {
    background: rgba(37, 211, 102, .12) !important;
    border: 1px solid rgba(37, 211, 102, .3) !important;
    color: #25d366 !important;
    padding: 13px 22px !important;
    border-radius: 50px !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    gap: 8px !important;
    transition: background .22s ease, transform .22s ease !important
}

.hero-btn-whatsapp:hover {
    background: rgba(37, 211, 102, .22) !important;
    color: #25d366 !important;
    transform: translateY(-2px) !important
}

.hero-btn-whatsapp::after {
    display: none !important
}

.hero-scroll-hint {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    animation: heroFadeUp .85s ease .72s both
}

.hero-scroll-hint span {
    font-size: 11px;
    color: #475569;
    letter-spacing: 1.5px;
    text-transform: uppercase
}

.hero-scroll-mouse {
    width: 22px;
    height: 36px;
    border: 2px solid rgba(255, 255, 255, .2);
    border-radius: 11px;
    display: flex;
    justify-content: center;
    padding-top: 5px;
    animation: scrollMouseBounce 1.8s ease-in-out infinite
}

@keyframes scrollMouseBounce {

    0%,
    100% {
        transform: translateY(0)
    }

    50% {
        transform: translateY(6px)
    }
}

.hero-scroll-wheel {
    width: 3px;
    height: 8px;
    background: rgba(255, 255, 255, .4);
    border-radius: 2px;
    animation: heroScrollWheel 2.2s ease-in-out infinite
}

@keyframes heroScrollWheel {
    0% {
        transform: translateY(0);
        opacity: 1
    }

    80% {
        transform: translateY(12px);
        opacity: 0
    }

    100% {
        transform: translateY(12px);
        opacity: 0
    }
}

@keyframes heroFadeDown {
    from {
        opacity: 0;
        transform: translateY(-18px)
    }

    to {
        opacity: 1;
        transform: translateY(0)
    }
}

@keyframes heroFadeUp {
    from {
        opacity: 0;
        transform: translateY(22px)
    }

    to {
        opacity: 1;
        transform: translateY(0)
    }
}

@media (max-width:900px) {
    .hero-stat-item {
        padding: 0 18px
    }

    .hero-headline {
        letter-spacing: -.5px;
        font-size: clamp(32px, 5.5vw, 70px)
    }
}

@media (max-width:640px) {
    .hero-badge {
        font-size: 11px;
        padding: 7px 16px;
        text-align: center;
        margin-bottom: 24px
    }

    .hero-stats-row {
        padding: 14px 12px;
        border-radius: 14px
    }

    .hero-stat-item {
        padding: 0 12px
    }

    .hero-stat-value {
        font-size: 22px
    }

    .hero-stat-label {
        font-size: 10px
    }

    .hero-stat-sep {
        height: 32px
    }

    .hero-btn-primary,
    .hero-btn-secondary {
        padding: 13px 24px;
        font-size: 15px;
        width: 100%;
        justify-content: center
    }

    .hero-cta-group {
        flex-direction: column;
        gap: 12px;
        width: 100%;
        max-width: 320px
    }

    .hero-subheadline {
        font-size: 15px
    }

    .hero-typed-bar {
        font-size: 18px
    }
}

.hero-typed-bar {
    min-height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px
}

.hero-stat-has-tip {
    position: relative;
    cursor: help;
    border-bottom: 1px dashed rgba(255, 255, 255, .35)
}

.hero-stat-has-tip::after {
    content: attr(data-tip);
    position: absolute;
    bottom: calc(100%+10px);
    left: 50%;
    transform: translateX(-50%);
    background: rgba(10, 12, 28, .96);
    border: 1px solid rgba(55, 99, 244, .35);
    color: #e2e8f0;
    font-size: 11.5px;
    line-height: 1.6;
    padding: 8px 12px;
    border-radius: 8px;
    white-space: pre;
    width: max-content;
    max-width: 230px;
    pointer-events: none;
    opacity: 0;
    transition: opacity .18s ease;
    z-index: 20;
    text-transform: none;
    letter-spacing: 0;
    font-weight: 400;
    box-shadow: 0 4px 20px rgba(0, 0, 0, .4)
}

.hero-stat-has-tip::before {
    content: "";
    position: absolute;
    bottom: calc(100%+4px);
    left: 50%;
    transform: translateX(-50%);
    border: 5px solid transparent;
    border-top-color: rgba(55, 99, 244, .35);
    pointer-events: none;
    opacity: 0;
    transition: opacity .18s ease;
    z-index: 21
}

.hero-stat-has-tip:hover::after,
.hero-stat-has-tip:hover::before {
    opacity: 1
}

@media (hover:none) {

    .hero-stat-has-tip:focus::after,
    .hero-stat-has-tip:focus::before {
        opacity: 1
    }
}

.hero-trust-row {
    display: flex;
    align-items: center;
    gap: 18px;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 40px;
    animation: heroFadeUp .85s ease .65s both
}

.hero-trust-pill {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: rgba(34, 197, 94, .15);
    border: 1px solid rgba(34, 197, 94, .5);
    color: #ffffff;
    font-size: 13px;
    font-weight: 700;
    padding: 6px 14px;
    border-radius: 50px;
    letter-spacing: .3px;
    text-shadow: 0 1px 4px rgba(0, 0, 0, .4)
}

.hero-trustpilot-badge {
    display: inline-flex;
    align-items: center;
    opacity: .85;
    transition: opacity .2s
}

.hero-trustpilot-badge:hover {
    opacity: 1
}

.hero-trustpilot-badge img {
    height: 28px;
    width: auto
}

.cq-section {
    padding: 80px 24px;
    border-top: 1px solid rgba(255, 255, 255, .06);
    border-bottom: 1px solid rgba(255, 255, 255, .06)
}

.cq-inner {
    max-width: 640px;
    margin: 0 auto;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px
}

.cq-heading {
    font-size: clamp(24px, 3.5vw, 40px);
    font-weight: 800;
    color: #fff;
    line-height: 1.2
}

.cq-sub {
    font-size: 16px;
    color: rgba(255, 255, 255, .6);
    line-height: 1.75;
    max-width: 520px
}

.cq-btn {
    display: inline-block;
    background: linear-gradient(135deg, #3763f4 0%, #1e3fbd 100%);
    color: #fff !important;
    padding: 15px 36px;
    border-radius: 50px;
    font-size: 16px;
    font-weight: 700;
    text-decoration: none !important;
    transition: transform .22s ease, box-shadow .22s ease;
    box-shadow: 0 4px 28px rgba(55, 99, 244, .45);
    margin-top: 8px
}

.cq-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 40px rgba(55, 99, 244, .6)
}

.cq-trust {
    font-size: 13px;
    color: rgba(255, 255, 255, .38);
    letter-spacing: .3px;
    margin-top: -4px
}

.hiw-section {
    padding: 80px 24px
}

.hiw-inner {
    max-width: 1100px;
    margin: 0 auto;
    text-align: center
}

.hiw-label {
    font-family: 'Montserrat', sans-serif;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 4px;
    text-transform: uppercase;
    color: #6366f1;
    margin-bottom: 12px;
    font-style: normal;
    text-decoration: none
}

.hiw-heading {
    font-size: clamp(28px, 4vw, 48px);
    font-weight: 800;
    color: #fff;
    margin-bottom: 14px;
    line-height: 1.15
}

.hiw-sub {
    font-size: 16px;
    color: rgba(255, 255, 255, .5);
    max-width: 560px;
    margin: 0 auto 40px;
    line-height: 1.7
}

.hiw-steps {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    gap: 0;
    flex-wrap: wrap
}

.hiw-step {
    flex: 1;
    min-width: 220px;
    max-width: 280px;
    padding: 32px 24px;
    background: rgba(255, 255, 255, .03);
    border: 1px solid rgba(255, 255, 255, .07);
    border-radius: 16px;
    text-align: center
}

.hiw-connector {
    width: 60px;
    height: 2px;
    background: #6366f1;
    align-self: center;
    flex-shrink: 0;
    opacity: .55
}

@media (max-width:768px) {
    .hiw-connector {
        display: none
    }

    .hiw-steps {
        flex-direction: column;
        align-items: center;
        gap: 16px
    }
}

.hiw-step-num {
    font-size: 44px;
    font-weight: 800;
    color: #6366f1;
    line-height: 1;
    margin-bottom: 16px
}

.hiw-step-title {
    font-size: 18px;
    font-weight: 700;
    color: #f1f5f9;
    margin-bottom: 10px
}

.hiw-step-desc {
    font-size: 16px;
    color: rgba(255, 255, 255, .6);
    line-height: 1.7;
    text-align: left
}

.hiw-cta {
    display: inline-block;
    margin-top: 48px;
    background: linear-gradient(135deg, #3763f4 0%, #1e3fbd 100%);
    color: #fff !important;
    padding: 15px 36px;
    border-radius: 50px;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none !important;
    transition: transform .22s ease, box-shadow .22s ease;
    box-shadow: 0 4px 28px rgba(55, 99, 244, .45)
}

.hiw-cta:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 40px rgba(55, 99, 244, .6)
}

.faq-section {
    padding: 80px 24px;
    border-top: 1px solid rgba(255, 255, 255, .06)
}

.faq-inner {
    max-width: 760px;
    margin: 0 auto
}

.faq-heading {
    font-size: clamp(26px, 3.5vw, 42px);
    font-weight: 800;
    color: #fff;
    margin-bottom: 40px;
    text-align: center;
    line-height: 1.2
}

.faq-list {
    display: flex;
    flex-direction: column;
    gap: 0;
    border-top: 1px solid rgba(255, 255, 255, .08)
}

.faq-item {
    background: transparent;
    border: none;
    border-bottom: 1px solid rgba(255, 255, 255, .08);
    border-radius: 0;
    overflow: hidden;
    transition: background .2s
}

.faq-item[open] {
    background: rgba(99, 102, 241, .05)
}

.faq-question {
    list-style: none;
    padding: 20px 24px;
    font-size: 17px;
    font-weight: 600;
    color: #f1f5f9;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
    line-height: 1.4;
    user-select: none
}

.faq-question::-webkit-details-marker {
    display: none
}

.faq-question::after {
    content: '+';
    font-size: 20px;
    font-weight: 400;
    line-height: 1;
    color: #6366f1;
    transition: transform .2s;
    flex-shrink: 0;
    align-self: center;
    margin-top: 1px
}

.faq-item[open] .faq-question::after {
    transform: rotate(45deg)
}

.faq-answer {
    padding: 0 24px 20px;
    font-size: 15px;
    color: rgba(255, 255, 255, .55);
    line-height: 1.75;
    margin: 0
}

.wa-float {
    position: fixed;
    bottom: 100px;
    right: 20px;
    z-index: 998;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #25d366;
    color: #fff !important;
    text-decoration: none !important;
    padding: 12px 18px 12px 14px;
    border-radius: 50px;
    font-size: 14px;
    font-weight: 600;
    box-shadow: 0 4px 24px rgba(37, 211, 102, .5);
    transition: transform .22s ease, box-shadow .22s ease;
    animation: waPop .5s ease 2s both
}

.wa-float:hover {
    transform: translateY(-3px) scale(1.04);
    box-shadow: 0 10px 36px rgba(37, 211, 102, .65)
}

.wa-float-label {
    white-space: nowrap;
    color: #ffffff;
    font-weight: 700;
    font-size: 14px;
    text-shadow: 0 1px 3px rgba(0, 0, 0, .25)
}

@keyframes waPop {
    from {
        opacity: 0;
        transform: translateY(20px) scale(.9)
    }

    to {
        opacity: 1;
        transform: translateY(0) scale(1)
    }
}

@media (max-width:480px) {
    .wa-float-label {
        display: none
    }

    .wa-float {
        padding: 14px;
        border-radius: 50%;
        bottom: 110px
    }
}

#container-float-button {
    background: rgba(10, 10, 20, .95);
    box-shadow: 0 4px 30px rgba(0, 0, 0, .5), 0 0 0 1px rgba(55, 99, 244, .3)
}

#get-in-touch-button {
    background: #fe5000;
    font-weight: 700;
    font-size: 13px;
    padding: 9px 16px;
    border-radius: 8px;
    box-shadow: 0 2px 12px rgba(254, 80, 0, .4)
}

#get-in-touch-button:hover {
    background: #d94500
}

.trusted_by_tech_heading {
    font-size: 22px !important;
    color: #64748b !important;
    text-transform: uppercase;
    letter-spacing: 1px
}

.trusted_by_tech_grid {
    gap: 14px
}

.trusted_by_tech_item {
    max-width: calc(20% - 14px) !important;
    padding: 14px !important;
    background-color: rgba(20, 20, 20, .5) !important;
    border-color: rgba(255, 255, 255, .06) !important
}

.trusted_by_tech_item .trusted_by_partner_logo {
    max-height: 60px;
    opacity: .65;
    filter: grayscale(30%)
}

.trusted_by_tech_item .trusted_by_partner_title {
    font-size: .85rem;
    color: #64748b
}

@media screen and (max-width:767px) {
    .trusted_by_tech_item {
        max-width: calc(33.33% - 10px) !important
    }
}

.live-ticker-bar {
    background: rgba(55, 99, 244, .08);
    border-top: 1px solid rgba(55, 99, 244, .2);
    border-bottom: 1px solid rgba(55, 99, 244, .2);
    padding: 10px 0;
    overflow: hidden
}

.live-ticker-track {
    display: flex;
    width: max-content;
    animation: tickerScroll 55s linear infinite
}

.live-ticker-strip {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-shrink: 0;
    padding: 0 24px
}

.live-ticker-dot {
    width: 7px;
    height: 7px;
    background: #22c55e;
    border-radius: 50%;
    flex-shrink: 0;
    animation: heroPulseDot 2s infinite
}

.live-ticker-text {
    font-size: 13px;
    color: #a5b4fc;
    font-weight: 500;
    letter-spacing: .3px;
    white-space: nowrap
}

@keyframes tickerScroll {
    from {
        transform: translateX(0)
    }

    to {
        transform: translateX(-50%)
    }
}

.hero-btn-ai-audit {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    background: rgba(139, 92, 246, .14);
    border: 1px solid rgba(139, 92, 246, .45);
    color: #c4b5fd !important;
    padding: 13px 22px;
    border-radius: 50px;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none !important;
    transition: background .22s ease, transform .22s ease;
    letter-spacing: .2px
}

.hero-btn-ai-audit:hover {
    background: rgba(139, 92, 246, .26);
    transform: translateY(-2px);
    color: #ddd6fe !important
}

.most-popular-card {
    position: relative;
    border: 1px solid rgba(254, 80, 0, .4) !important;
    box-shadow: 0 0 24px rgba(254, 80, 0, .12)
}

.most-popular-badge {
    position: absolute;
    top: -13px;
    left: 50%;
    transform: translateX(-50%);
    background: linear-gradient(90deg, #fe5000, #ff8c00);
    color: #fff;
    font-size: 11px;
    font-weight: 700;
    padding: 4px 14px;
    border-radius: 20px;
    white-space: nowrap;
    letter-spacing: .4px;
    box-shadow: 0 2px 10px rgba(254, 80, 0, .4)
}

.service-card-new-tag {
    display: inline-block;
    background: rgba(99, 102, 241, .15);
    border: 1px solid rgba(99, 102, 241, .4);
    color: #a5b4fc;
    font-size: 10px;
    font-weight: 700;
    padding: 3px 10px;
    border-radius: 20px;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 8px
}

.service-icon-emoji {
    font-size: 56px;
    line-height: 1;
    margin: 10px 0 8px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 80px
}

.service-card--ai,
.service-card--shopify-app,
.service-card--android {
    border: 1px solid rgba(99, 102, 241, .2);
    position: relative
}

.what-we-build-section {
    padding: 80px 24px;
    border-top: 1px solid rgba(255, 255, 255, .06)
}

.wwb-inner {
    max-width: 1100px;
    margin: 0 auto;
    text-align: center
}

.wwb-eyebrow {
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 4px;
    text-transform: uppercase;
    color: #6366f1;
    margin-bottom: 12px
}

.wwb-heading {
    font-size: clamp(28px, 4vw, 48px);
    font-weight: 800;
    color: #fff;
    margin-bottom: 14px;
    line-height: 1.15
}

.wwb-sub {
    font-size: 16px;
    color: rgba(255, 255, 255, .5);
    max-width: 560px;
    margin: 0 auto 48px;
    line-height: 1.7
}

.wwb-cards {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px
}

@media (max-width:900px) {
    .wwb-cards {
        grid-template-columns: repeat(2, 1fr)
    }
}

@media (max-width:540px) {
    .wwb-cards {
        grid-template-columns: 1fr
    }
}

.wwb-card {
    background: rgba(255, 255, 255, .035);
    border: 1px solid rgba(255, 255, 255, .08);
    border-radius: 18px;
    padding: 32px 24px;
    text-align: left;
    display: flex;
    flex-direction: column;
    gap: 12px;
    transition: border-color .22s ease, transform .22s ease, box-shadow .22s ease
}

.wwb-card:hover {
    border-color: rgba(99, 102, 241, .4);
    transform: translateY(-4px);
    box-shadow: 0 16px 48px rgba(0, 0, 0, .3)
}

.wwb-card-icon {
    font-size: 40px;
    line-height: 1;
    margin-bottom: 4px
}

.wwb-card h3 {
    font-size: 18px;
    font-weight: 700;
    color: #f1f5f9;
    margin: 0
}

.wwb-card p {
    font-size: 14px;
    color: rgba(255, 255, 255, .55);
    line-height: 1.7;
    margin: 0;
    flex: 1
}

.wwb-card-link {
    font-size: 13px;
    font-weight: 600;
    color: #6366f1;
    text-decoration: none;
    transition: color .2s;
    margin-top: 4px
}

.wwb-card-link:hover {
    color: #818cf8
}

.ai-showcase-section {
    padding: 60px 0 70px;
    overflow: hidden;
    border-top: 1px solid rgba(255, 255, 255, .05);
    border-bottom: 1px solid rgba(255, 255, 255, .05)
}

.ai-showcase-inner {
    max-width: 1100px;
    margin: 0 auto;
    text-align: center;
    padding: 0 24px
}

.ai-showcase-header {
    margin-bottom: 40px
}

.ai-showcase-badge {
    display: inline-block;
    background: rgba(99, 102, 241, .12);
    border: 1px solid rgba(99, 102, 241, .35);
    color: #a5b4fc;
    font-size: 12px;
    font-weight: 700;
    padding: 5px 16px;
    border-radius: 20px;
    letter-spacing: .5px;
    margin-bottom: 16px
}

.ai-showcase-heading {
    font-size: clamp(24px, 3.5vw, 40px);
    font-weight: 800;
    color: #fff;
    margin-bottom: 10px;
    line-height: 1.2
}

.ai-showcase-sub {
    font-size: 15px;
    color: rgba(255, 255, 255, .5);
    margin: 0
}

.ai-showcase-track-wrap {
    overflow: hidden;
    width: 100%
}

.ai-showcase-track {
    display: flex;
    gap: 20px;
    width: max-content;
    animation: aiScrollTrack 28s linear infinite
}

.ai-showcase-track:hover {
    animation-play-state: paused
}

@keyframes aiScrollTrack {
    0% {
        transform: translateX(0)
    }

    100% {
        transform: translateX(-50%)
    }
}

.ai-showcase-card {
    background: rgba(255, 255, 255, .04);
    border: 1px solid rgba(255, 255, 255, .09);
    border-radius: 16px;
    padding: 24px 28px;
    min-width: 280px;
    max-width: 300px;
    text-align: left;
    display: flex;
    flex-direction: column;
    gap: 12px;
    flex-shrink: 0;
    transition: border-color .2s
}

.ai-showcase-card:hover {
    border-color: rgba(99, 102, 241, .4)
}

.ai-sc-tag {
    display: inline-block;
    background: rgba(99, 102, 241, .15);
    border: 1px solid rgba(99, 102, 241, .35);
    color: #a5b4fc;
    font-size: 11px;
    font-weight: 700;
    padding: 4px 12px;
    border-radius: 20px;
    letter-spacing: .4px;
    width: fit-content
}

.ai-sc-result {
    font-size: 14px;
    color: rgba(255, 255, 255, .7);
    line-height: 1.65;
    margin: 0
}

.ai-sc-result strong {
    color: #fff;
    font-weight: 700
}

.hiw-step-time {
    display: inline-block;
    background: rgba(99, 102, 241, .12);
    border: 1px solid rgba(99, 102, 241, .3);
    color: #a5b4fc;
    font-size: 11px;
    font-weight: 700;
    padding: 3px 12px;
    border-radius: 20px;
    letter-spacing: .5px;
    text-transform: uppercase;
    margin-bottom: 12px
}

.hiw-steps {
    flex-wrap: nowrap
}

@media (max-width:900px) {
    .hiw-steps {
        flex-wrap: wrap
    }

    .hiw-step {
        max-width: 100%;
        min-width: 200px
    }
}

.tab-button--ai {
    background: linear-gradient(135deg, rgba(99, 102, 241, .2), rgba(139, 92, 246, .2)) !important;
    border: 1px solid rgba(99, 102, 241, .4) !important;
    color: #c4b5fd !important
}

.tab-button--ai.active {
    background: linear-gradient(135deg, #6366f1, #8b5cf6) !important;
    color: #fff !important;
    border-color: transparent !important
}

.tech-box--ai {
    background: rgba(99, 102, 241, .10);
    border-color: rgba(99, 102, 241, .28);
    color: #c4b5fd;
    font-weight: 700
}

.tech-box--ai:hover {
    transform: translateY(-5px);
    border-color: rgba(99, 102, 241, .6);
    box-shadow: 0 12px 32px rgba(99, 102, 241, .15);
    color: #e0d9ff
}

.cq-heading-note {
    font-size: clamp(14px, 1.8vw, 20px);
    font-weight: 500;
    color: rgba(255, 255, 255, .38);
    display: block;
    margin-top: 6px;
    background: none;
    -webkit-text-fill-color: rgba(255, 255, 255, .38)
}

.hero-lead-form-section {
    width: 100%;
    max-width: 620px;
    margin-bottom: 40px;
    animation: heroFadeUp .85s ease .7s both
}

.hero-lead-label {
    font-size: 12px;
    color: rgba(255, 255, 255, .45);
    text-transform: uppercase;
    letter-spacing: 1.5px;
    margin-bottom: 12px;
    font-weight: 600
}

.hero-lead-form {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    width: 100%
}

.hero-lead-input-wrap {
    display: flex;
    align-items: center;
    width: 100%;
    background: rgba(255, 255, 255, .06);
    border: 1px solid rgba(255, 255, 255, .18);
    border-radius: 14px;
    padding: 6px 6px 6px 16px;
    gap: 10px;
    transition: border-color .22s ease, box-shadow .22s ease;
    backdrop-filter: blur(10px)
}

.hero-lead-input-wrap:focus-within {
    border-color: rgba(55, 99, 244, .7);
    box-shadow: 0 0 0 3px rgba(55, 99, 244, .15)
}

.hero-lead-icon-prefix {
    font-size: 18px;
    flex-shrink: 0;
    line-height: 1
}

.hero-lead-input {
    flex: 1;
    background: transparent;
    border: none;
    outline: none;
    color: #fff;
    font-size: 15px;
    font-weight: 400;
    min-width: 0;
    font-family: inherit
}

.hero-lead-input::placeholder {
    color: rgba(255, 255, 255, .35)
}

.hero-lead-submit {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    background: linear-gradient(135deg, #fe5000 0%, #d94500 100%);
    color: #fff;
    border: none;
    padding: 12px 22px;
    border-radius: 10px;
    font-size: 14px;
    font-weight: 700;
    cursor: pointer;
    white-space: nowrap;
    transition: transform .2s ease, box-shadow .2s ease;
    font-family: inherit;
    flex-shrink: 0;
    box-shadow: 0 3px 16px rgba(254, 80, 0, .4)
}

.hero-lead-submit:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 28px rgba(254, 80, 0, .55)
}

.hero-lead-note {
    font-size: 12px;
    color: rgba(255, 255, 255, .35);
    margin: 0;
    letter-spacing: .2px
}

@media (max-width:560px) {
    .hero-lead-input-wrap {
        flex-wrap: wrap;
        border-radius: 12px;
        padding: 10px 12px
    }

    .hero-lead-submit {
        width: 100%;
        justify-content: center;
        border-radius: 8px
    }
}

.case-studies-section {
    padding: 2px 2px 20px;
    border-top: 1px solid rgba(255, 255, 255, .06)
}

.cs-inner {
    max-width: 1200px;
    margin: 0 auto;
    text-align: center
}

.cs-eyebrow {
    padding-top: 30px;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 4px;
    text-transform: uppercase;
    color: #fe5000;
    margin-bottom: 12px
}

.cs-heading {
    font-size: clamp(26px, 4vw, 46px);
    font-weight: 800;
    color: #fff;
    margin-bottom: 14px;
    line-height: 1.15
}

.cs-sub {
    font-size: 16px;
    color: rgba(255, 255, 255, .5);
    max-width: 560px;
    margin: 0 auto 52px;
    line-height: 1.7
}

.cs-cards {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    margin-bottom: 44px
}

@media (max-width:1000px) {
    .cs-cards {
        grid-template-columns: repeat(2, 1fr)
    }
}

@media (max-width:560px) {
    .cs-cards {
        grid-template-columns: 1fr
    }
}

.cs-card {
    background: rgba(255, 255, 255, .03);
    border: 1px solid rgba(255, 255, 255, .08);
    border-radius: 18px;
    padding: 28px 22px;
    text-align: left;
    display: flex;
    flex-direction: column;
    gap: 14px;
    transition: border-color .22s ease, transform .22s ease
}

.cs-card:hover {
    border-color: rgba(254, 80, 0, .35);
    transform: translateY(-4px)
}

.cs-card-tag {
    display: inline-block;
    background: rgba(254, 80, 0, .12);
    border: 1px solid rgba(254, 80, 0, .3);
    color: #ff8c00;
    font-size: 11px;
    font-weight: 700;
    padding: 3px 12px;
    border-radius: 20px;
    letter-spacing: .4px;
    text-transform: uppercase;
    width: fit-content
}

.cs-metrics {
    display: flex;
    align-items: center;
    gap: 10px
}

.cs-metric {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 5px;
    padding: 14px;
    border-radius: 12px
}

.cs-before {
    background: rgba(239, 68, 68, .08);
    border: 1px solid rgba(239, 68, 68, .2)
}

.cs-after {
    background: rgba(34, 197, 94, .08);
    border: 1px solid rgba(34, 197, 94, .22)
}

.cs-metric-label {
    font-size: 10px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .6px;
    color: rgba(255, 255, 255, .45)
}

.cs-metric-val {
    font-size: clamp(22px, 2.5vw, 30px);
    font-weight: 800;
    line-height: 1
}

.cs-before .cs-metric-val {
    color: #f87171
}

.cs-after .cs-metric-val {
    color: #4ade80
}

.cs-arrow {
    font-size: 20px;
    color: rgba(255, 255, 255, .3);
    flex-shrink: 0;
    font-weight: 300
}

.cs-result-line {
    font-size: 14px;
    color: rgba(255, 255, 255, .75);
    margin: 0;
    line-height: 1.5;
    font-weight: 500
}

.cs-result-line strong {
    color: #4ade80
}

.cs-industry {
    font-size: 12px;
    color: rgba(255, 255, 255, .35);
    margin: 0;
    letter-spacing: .2px
}

.cs-cta {
    display: inline-block;
    background: linear-gradient(135deg, #fe5000 0%, #d94500 100%);
    color: #fff !important;
    padding: 15px 36px;
    border-radius: 50px;
    font-size: 16px;
    font-weight: 700;
    text-decoration: none !important;
    transition: transform .22s ease, box-shadow .22s ease;
    box-shadow: 0 4px 28px rgba(254, 80, 0, .4)
}

.cs-cta:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 40px rgba(254, 80, 0, .6)
}

.hp-portfolio-section {
    padding: 80px 24px;
    border-top: 1px solid rgba(255, 255, 255, .06)
}

.hp-portfolio-inner {
    max-width: 1200px;
    margin: 0 auto;
    text-align: center
}

.hp-portfolio-eyebrow {
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 4px;
    text-transform: uppercase;
    color: #6366f1;
    margin-bottom: 12px
}

.hp-portfolio-heading {
    font-size: clamp(26px, 4vw, 46px);
    font-weight: 800;
    color: #fff;
    margin-bottom: 14px;
    line-height: 1.15
}

.hp-portfolio-sub {
    font-size: 16px;
    color: rgba(255, 255, 255, .5);
    max-width: 540px;
    margin: 0 auto 48px;
    line-height: 1.7
}

.hp-portfolio-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px
}

@media (max-width:900px) {
    .hp-portfolio-grid {
        grid-template-columns: repeat(2, 1fr)
    }
}

@media (max-width:560px) {
    .hp-portfolio-grid {
        grid-template-columns: 1fr
    }
}

.hp-portfolio-card {
    position: relative;
    border-radius: 16px;
    overflow: hidden;
    aspect-ratio: 4/3;
    display: block;
    text-decoration: none;
    background: rgba(255, 255, 255, .04);
    border: 1px solid rgba(255, 255, 255, .08);
    transition: transform .28s ease, box-shadow .28s ease
}

.hp-portfolio-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform .5s ease
}

.hp-portfolio-card:hover img {
    transform: scale(1.06)
}

.hp-portfolio-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 20px 56px rgba(0, 0, 0, .45)
}

.hp-portfolio-placeholder {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
    color: rgba(255, 255, 255, .3)
}

.hp-portfolio-placeholder span {
    font-size: 40px
}

.hp-portfolio-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(0deg, rgba(0, 0, 0, .78) 0%, rgba(0, 0, 0, .1) 55%, transparent 100%);
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 18px 20px;
    gap: 6px;
    opacity: 0;
    transition: opacity .28s ease
}

.hp-portfolio-card:hover .hp-portfolio-overlay {
    opacity: 1
}

.hp-portfolio-tab-badge {
    display: inline-block;
    background: rgba(99, 102, 241, .8);
    color: #fff;
    font-size: 10px;
    font-weight: 700;
    padding: 3px 10px;
    border-radius: 20px;
    letter-spacing: .4px;
    text-transform: uppercase;
    width: fit-content
}

.hp-portfolio-item-title {
    font-size: 15px;
    font-weight: 700;
    color: #fff;
    margin: 0;
    line-height: 1.3
}

.hp-portfolio-view-link {
    font-size: 12px;
    font-weight: 600;
    color: rgba(255, 255, 255, .7)
}

.hp-portfolio-cta {
    display: inline-block;
    background: transparent;
    border: 1px solid rgba(255, 255, 255, .2);
    color: rgba(255, 255, 255, .8) !important;
    padding: 13px 32px;
    border-radius: 50px;
    font-size: 15px;
    font-weight: 600;
    text-decoration: none !important;
    transition: border-color .22s ease, color .22s ease, background .22s ease
}

.hp-portfolio-cta:hover {
    border-color: #6366f1;
    color: #a5b4fc !important;
    background: rgba(99, 102, 241, .08)
}

.lead-magnet-section {
    padding: 80px 24px;
    background: linear-gradient(135deg, rgba(55, 99, 244, .06) 0%, rgba(99, 102, 241, .04) 100%);
    border-top: 1px solid rgba(55, 99, 244, .15);
    border-bottom: 1px solid rgba(55, 99, 244, .15)
}

.lm-inner {
    max-width: 1100px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center
}

@media (max-width:860px) {
    .lm-inner {
        grid-template-columns: 1fr;
        gap: 40px
    }

    .lm-visual {
        display: none
    }
}

.lm-badge {
    display: inline-block;
    background: linear-gradient(135deg, #3763f4, #6366f1);
    color: #fff;
    font-size: 11px;
    font-weight: 700;
    padding: 4px 14px;
    border-radius: 20px;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 18px
}

.lm-heading {
    font-size: clamp(26px, 3.5vw, 40px);
    font-weight: 800;
    color: #fff;
    line-height: 1.2;
    margin-bottom: 14px
}

.lm-sub {
    font-size: 16px;
    color: rgba(255, 255, 255, .6);
    line-height: 1.75;
    margin-bottom: 22px
}

.lm-bullets {
    list-style: none;
    padding: 0;
    margin: 0 0 28px;
    display: flex;
    flex-direction: column;
    gap: 10px
}

.lm-bullets li {
    font-size: 14px;
    color: rgba(255, 255, 255, .8);
    font-weight: 500;
    letter-spacing: .2px
}

.lm-btn {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    background: linear-gradient(135deg, #3763f4 0%, #1e3fbd 100%);
    color: #fff !important;
    padding: 15px 34px;
    border-radius: 50px;
    font-size: 16px;
    font-weight: 700;
    text-decoration: none !important;
    transition: transform .22s ease, box-shadow .22s ease;
    box-shadow: 0 4px 28px rgba(55, 99, 244, .45)
}

.lm-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 40px rgba(55, 99, 244, .6)
}

.lm-note {
    margin-top: 12px;
    font-size: 12px;
    color: rgba(255, 255, 255, .35)
}

.lm-visual {
    display: flex;
    align-items: center;
    justify-content: center
}

.lm-doc-preview {
    background: rgba(15, 15, 30, .9);
    border: 1px solid rgba(55, 99, 244, .3);
    border-radius: 16px;
    padding: 24px;
    width: 100%;
    max-width: 340px;
    box-shadow: 0 24px 64px rgba(0, 0, 0, .5), 0 0 0 1px rgba(55, 99, 244, .1)
}

.lm-doc-header {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 20px;
    padding-bottom: 14px;
    border-bottom: 1px solid rgba(255, 255, 255, .07)
}

.lm-doc-logo {
    width: 32px;
    height: 32px;
    background: linear-gradient(135deg, #3763f4, #6366f1);
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    font-weight: 800;
    color: #fff;
    flex-shrink: 0
}

.lm-doc-title {
    font-size: 13px;
    font-weight: 700;
    color: rgba(255, 255, 255, .85);
    letter-spacing: .2px
}

.lm-doc-body {
    display: flex;
    flex-direction: column;
    gap: 8px
}

.lm-check-row {
    font-size: 13px;
    font-weight: 500;
    padding: 8px 12px;
    border-radius: 8px;
    letter-spacing: .1px
}

.lm-check-done {
    background: rgba(34, 197, 94, .08);
    color: #4ade80;
    border: 1px solid rgba(34, 197, 94, .15)
}

.lm-check-warn {
    background: rgba(251, 191, 36, .08);
    color: #fbbf24;
    border: 1px solid rgba(251, 191, 36, .15)
}

.lm-check-open {
    background: rgba(255, 255, 255, .03);
    color: rgba(255, 255, 255, .4);
    border: 1px solid rgba(255, 255, 255, .06)
}

.lm-doc-more {
    font-size: 12px;
    color: rgba(255, 255, 255, .3);
    text-align: center;
    margin-top: 4px;
    font-style: italic
}

.cq-currency-switch {
    display: flex;
    align-items: center;
    gap: 6px;
    background: rgba(255, 255, 255, .04);
    border: 1px solid rgba(255, 255, 255, .1);
    padding: 5px 6px;
    border-radius: 50px;
    width: fit-content;
    margin: 0 auto 22px
}

.cq-currency-btn {
    background: transparent;
    border: 1px solid transparent;
    color: rgba(255, 255, 255, .45);
    font-size: 13px;
    font-weight: 700;
    padding: 6px 18px;
    border-radius: 50px;
    cursor: pointer;
    font-family: inherit;
    transition: all .2s ease;
    letter-spacing: .3px
}

.cq-currency-btn:hover {
    color: rgba(255, 255, 255, .75);
    background: rgba(255, 255, 255, .05)
}

.cq-currency-btn.active {
    background: linear-gradient(135deg, #3763f4, #1e3fbd);
    border-color: transparent;
    color: #fff;
    box-shadow: 0 2px 12px rgba(55, 99, 244, .35)
}

.cq-price-primary {
    background: linear-gradient(90deg, #3763f4, #fe5000);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    font-weight: 800
}

@media (max-width:560px) {
    .case-studies-section {
        padding: 50px 16px
    }

    .hp-portfolio-section {
        padding: 50px 16px
    }

    .lead-magnet-section {
        padding: 50px 16px
    }

    .hero-lead-form-section {
        max-width: 100%
    }
}

.hero-cta-secondary-row {
    font-size: 13px;
    color: rgba(255, 255, 255, .42);
    margin-top: -36px;
    margin-bottom: 40px;
    letter-spacing: .2px;
    animation: heroFadeUp .85s ease .65s both
}

.hero-cta-text-link {
    color: rgba(255, 255, 255, .62);
    text-decoration: underline;
    text-underline-offset: 3px;
    text-decoration-color: rgba(255, 255, 255, .25);
    transition: color .2s ease, text-decoration-color .2s ease;
    font-weight: 500
}

.hero-cta-text-link:hover {
    color: #fff;
    text-decoration-color: rgba(255, 255, 255, .6)
}

@keyframes testiFadeIn {
    from {
        opacity: 0;
        transform: translateY(6px)
    }

    to {
        opacity: 1;
        transform: translateY(0)
    }
}

.testi-quote-fade {
    animation: testiFadeIn .38s ease both
}