.main-header,
.nav-links a,
header.main-header.menu-open {
    border-bottom: 1px solid var(--border-light)
}

.card,
.carousel,
.service-card,
body.menu-open {
    overflow: hidden
}

#btn-budget,
.service-card::before {
    background: linear-gradient(90deg, var(--brand-primary), var(--brand-secondary))
}

.stat-number::after,
.step-number {
    -webkit-text-fill-color: transparent
}

.author-avatar,
.contact-label,
.stat-label {
    text-transform: uppercase
}

.carousel-title,
.footer-bottom,
.form-privacy,
.portfolio-cta,
.process-header,
.review-platforms,
.services-cta,
.stat-item,
.stats-footer,
.stats-header,
.step,
.testimonials-header {
    text-align: center
}

body,
h1 {
    font-family: Roboto, sans-serif
}

:root {
    --bg-page: #f8fafc;
    --bg-card: #ffffff;
    --text-main: #0f172a;
    --text-muted: #64748b;
    --brand-primary: #6366f1;
    --brand-secondary: #a855f7;
    --border-light: #e2e8f0;
    --accent-light: rgba(99, 102, 241, 0.1)
}

.main-header {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 2000;
    display: flex;
    justify-content: center;
    box-shadow: 0 4px 20px rgba(99, 102, 241, .15);
    transition: background .3s, box-shadow .3s;
    background: rgba(255, 255, 255, .85);
    backdrop-filter: blur(10px)
}

#btn-budget,
.btn-primary {
    box-shadow: 0 8px 20px rgba(99, 102, 241, .3)
}

.header-container {
    width: 100%;
    max-width: 1440px;
    height: 70px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 20px
}

.logo img {
    object-fit: contain;
    height: 30px;
    width: auto
}

.logo {
    display: flex;
    align-items: center;
    height: 100%
}

.logo strong {
    color: var(--primary)
}

.nav-links {
    position: absolute;
    top: 71px;
    left: 0;
    width: 100%;
    height: calc(100vh - 70px);
    background: #0f172a;
    display: flex;
    flex-direction: column;
    transform: translateX(-100%);
    opacity: 0;
    pointer-events: none;
    transition: transform .4s cubic-bezier(.4, 0, .2, 1), opacity .3s;
    z-index: 1600
}

.nav-links.active {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto
}

.nav-links a {
    padding: 20px;
    text-decoration: none;
    color: #fff;
    font-weight: 500;
    font-size: 1.4rem
}

header.main-header.menu-open {
    background: #0f172a !important;
    box-shadow: none
}

.menu-bar.active::after {
    content: "";
    width: 38px;
    height: 38px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
    border-radius: 8px;
    background-color: rgba(255, 255, 255, .1);
    transition: .3s
}

.menu-bar {
    position: relative;
    width: 32px;
    height: 22px;
    z-index: 222;
    display: flex;
    flex-direction: column;
    gap: 10px;
    justify-content: center;
    align-items: flex-end
}

.badge,
.menu-bar span:last-child {
    width: 70%
}

.menu-bar span {
    border-radius: 12px;
    width: 100%;
    height: 4px;
    left: 0;
    background-color: var(--brand-primary)
}

.hero-sec,
.left-col {
    gap: 16px;
    display: flex
}

.badge,
.btn-primary {
    background: linear-gradient(90deg, #6366f1, #a855f7)
}

.hero-sec {
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 20px;
    margin-top: 80px
}

.hero-actions,
.right-col {
    margin-top: 16px
}

.left-col {
    flex-direction: column;
    align-items: center
}

.badge {
    padding: 0 16px;
    height: 24px;
    border-radius: 50px;
    color: #f0f8ff;
    font-size: .9rem;
    display: flex;
    align-items: center;
    font-weight: 400;
    justify-content: center
}

.hero-actions {
    display: flex;
    flex-direction: column;
    gap: 12px;
    width: 100%;
    align-items: center
}

.btn-primary,
.btn-secondary {
    width: 100%;
    padding: 14px 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 16px;
    font-weight: 600;
    text-decoration: none;
    font-size: 1.05rem
}

.btn-primary {
    color: #fff;
    border: none
}

.btn-secondary {
    background: rgba(255, 255, 255, .05);
    color: var(--brand-primary);
    border: 1.5px solid rgba(99, 102, 241, .4);
    backdrop-filter: blur(8px)
}

.btn-primary:active,
.btn-secondary:active {
    transform: scale(.96);
    filter: brightness(.9)
}

.hero-sec h1 {
    font-family: Inter, sans-serif;
    color: var(--text-main);
    max-width: 800px;
    font-weight: 900
}

.hero-sec p {
    font-size: 1.1rem;
    text-align: left;
    color: var(--text-muted);
    width: 100%;
    opacity: .8
}

.stack-container {
    display: flex;
    flex-direction: column
}

.card {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat
}

.card-ui {
    background-image: url("./images/1.jpg")
}

.card-branding {
    background-image: url("./images/2.jpg")
}

.card-dev {
    background-image: url("./images/33.jpg")
}

.card-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, .7) 10%, transparent 60%);
    display: flex;
    align-items: flex-end;
    padding: 24px
}

.btn-service,
.hero-sec,
.service-card,
.services-section {
    position: relative
}

.card-overlay h3 {
    color: #fff;
    font-size: 1.4rem;
    font-weight: 700;
    letter-spacing: -.5px
}

.carousel h2 {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif
}

.carousel-title {
    font-size: 2rem;
    font-weight: 700;
    color: var(--text-main);
    margin-bottom: 12px;
    letter-spacing: -.5px
}

.carousel {
    margin: 60px auto;
    width: 90%;
    mask-image: linear-gradient(to right, transparent 0%, black 12%, black 88%, transparent 100%);
    -webkit-mask-image: linear-gradient(to right, transparent 0%, black 12%, black 88%, transparent 100%)
}

.carousel-track {
    display: flex;
    width: max-content;
    animation: 24s linear infinite scroll
}

.group {
    display: flex
}

.carousel-item {
    width: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 150px;
    margin: 0 1rem;
    border-radius: 10px
}

@keyframes scroll {
    0% {
        transform: translateX(0)
    }

    100% {
        transform: translateX(-50%)
    }
}

.carousel-item img {
    width: 100px;
    height: auto;
    filter: invert(45%) sepia(85%) saturate(1917%) hue-rotate(238deg) brightness(97%) contrast(97%)
}

.services-section {
    padding: 80px 20px;
    background-color: var(--bg-page);
    max-width: 1440px;
    margin: 0 auto
}

.portfolio-header,
.services-header {
    text-align: center;
    margin-bottom: 48px
}

.portfolio-title,
.services-title,
.stats-title,
.testimonials-title {
    font-size: 2.5rem;
    font-weight: 700;
    color: var(--text-main);
    margin-bottom: 12px;
    letter-spacing: -.5px
}

.services-subtitle {
    font-size: 1.15rem;
    font-weight: 700;
    color: var(--text-muted);
    max-width: 600px;
    margin: 0 auto;
    line-height: 1.6
}

.services-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px));
    gap: 24px;
    margin-bottom: 64px
}

.service-card {
    background: var(--bg-card);
    border: 1px solid var(--border-light);
    border-radius: 24px;
    padding: 32px;
    transition: .3s
}

.service-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    transform: scaleX(0);
    transform-origin: left;
    transition: transform .3s
}

.card-icon,
.filter-btn:hover {
    background: var(--accent-light)
}

.card-icon {
    width: 72px;
    height: 72px;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    color: var(--brand-primary);
    transition: .3s
}

.btn-service,
.btn-view-project {
    align-items: center;
    text-decoration: none
}

.card-title {
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--text-main);
    margin-bottom: 12px;
    letter-spacing: -.3px
}

.card-description {
    font-size: 1rem;
    color: var(--text-muted);
    line-height: 1.7;
    margin-bottom: 24px
}

.btn-service {
    display: inline-flex;
    gap: 8px;
    color: var(--brand-primary);
    font-weight: 600;
    font-size: .95rem;
    transition: .2s
}

#btn-budget,
.filter-btn {
    transition: .3s;
    font-weight: 600;
    cursor: pointer
}

.btn-service::after {
    content: "→";
    transition: transform .2s
}

.btn-service:hover,
.btn-view-project:hover {
    gap: 12px
}

.btn-service:hover::after,
.btn-submit:hover svg {
    transform: translateX(4px)
}

.services-cta {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 40px 24px;
    background: linear-gradient(135deg, rgba(99, 102, 241, .05), rgba(168, 85, 247, .05));
    border-radius: 24px;
    border: 1px solid var(--border-light)
}

.services-cta p {
    font-size: 1.25rem;
    font-weight: 600;
    color: var(--text-main);
    margin-bottom: 20px
}

#btn-budget {
    color: #fff;
    padding: 16px 40px;
    border: none;
    border-radius: 16px;
    font-size: 1.05rem
}

#btn-budget:hover,
.btn-submit:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 28px rgba(99, 102, 241, .4)
}

#btn-budget:active,
.btn-submit:active,
.portfolio-item:hover .overlay-content {
    transform: translateY(0)
}

.portfolio-section {
    padding: 80px 20px;
    background: var(--bg-card);
    position: relative
}

.portfolio-section .container {
    max-width: 1440px;
    padding: 0 20px;
    margin: 0 auto
}

.portfolio-subtitle {
    font-size: 1.15rem;
    color: var(--text-muted);
    max-width: 600px;
    margin: 0 auto
}

.portfolio-filters {
    display: flex;
    justify-content: center;
    gap: 12px;
    flex-wrap: wrap;
    margin-bottom: 48px
}

.filter-btn {
    padding: 10px 24px;
    border: 1.5px solid var(--border-light);
    background: var(--bg-card);
    color: var(--text-muted);
    border-radius: 50px;
    font-size: .95rem
}

.portfolio-image,
.portfolio-item {
    position: relative;
    border-radius: 20px;
    overflow: hidden
}

.filter-btn:hover {
    border-color: var(--brand-primary);
    color: var(--brand-primary)
}

.btn-load-more:hover,
.btn-stats:hover,
.filter-btn.active {
    background: linear-gradient(90deg, var(--brand-primary), var(--brand-secondary));
    border-color: transparent
}

.filter-btn.active {
    color: #fff
}

.masonry-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 24px
}

.portfolio-item {
    transition: transform .3s
}

.portfolio-item:hover {
    transform: translateY(-8px)
}

.portfolio-image {
    width: 100%
}

.portfolio-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform .5s
}

.portfolio-item:hover .portfolio-image img {
    transform: scale(1.08)
}

.portfolio-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, .85) 0, rgba(0, 0, 0, .4) 50%, transparent 100%);
    display: flex;
    align-items: flex-end;
    padding: 28px;
    opacity: 0;
    transition: opacity .4s
}

.portfolio-item:hover .portfolio-overlay {
    opacity: 1
}

.overlay-content {
    transform: translateY(20px);
    transition: transform .4s
}

.project-category {
    display: inline-block;
    padding: 6px 16px;
    background: rgba(255, 255, 255, .2);
    backdrop-filter: blur(10px);
    border-radius: 50px;
    font-size: .85rem;
    font-weight: 600;
    color: #fff;
    margin-bottom: 12px
}

.project-title {
    font-size: 1.5rem;
    font-weight: 700;
    color: #fff;
    margin-bottom: 8px;
    letter-spacing: -.3px
}

.project-description {
    font-size: .95rem;
    color: rgba(255, 255, 255, .85);
    margin-bottom: 16px;
    line-height: 1.5
}

.btn-view-project {
    display: inline-flex;
    gap: 8px;
    color: #fff;
    font-weight: 600;
    font-size: .95rem;
    transition: gap .2s
}

.portfolio-cta {
    margin-top: 64px
}

.btn-load-more {
    padding: 16px 48px;
    background: 0 0;
    color: var(--brand-primary);
    border: 2px solid var(--brand-primary);
    border-radius: 16px;
    font-size: 1.05rem;
    font-weight: 600;
    cursor: pointer;
    transition: .3s
}

.btn-load-more:hover,
.btn-stats:hover {
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(99, 102, 241, .3)
}

.process-section {
    background: linear-gradient(180deg, rgba(99, 102, 241, .04), rgba(168, 85, 247, .02));
    padding: 100px 20px
}

.process-section .container {
    max-width: 1440px;
    margin: 0 auto
}

.process-header,
.stats-header {
    margin-bottom: 80px
}

.process-header h2 {
    font-size: 3rem;
    color: var(--text-main);
    margin-bottom: 12px;
    letter-spacing: -.5px
}

.process-header p {
    max-width: 620px;
    margin: 0 auto;
    color: var(--text-muted);
    font-size: 1.1rem;
    line-height: 1.6
}

.process-steps {
    display: grid;
    grid-template-columns: 1fr;
    gap: 32px;
    position: relative
}

.process-steps::before {
    content: "";
    position: absolute;
    top: 40px;
    left: 50%;
    transform: translateX(-50%);
    width: 2px;
    height: calc(100% - 40px);
    background: linear-gradient(to bottom, transparent, rgba(99, 102, 241, .6), transparent);
    z-index: 1
}

.step {
    margin-inline: auto;
    background: var(--bg-card);
    border: 1px solid var(--border-light);
    border-radius: 24px;
    padding: 44px 32px;
    transition: .3s
}

.step-number {
    position: absolute;
    top: 18px;
    right: 22px;
    font-size: 3rem;
    font-weight: 800;
    opacity: .08;
    background: linear-gradient(135deg, var(--brand-primary), var(--brand-secondary));
    -webkit-background-clip: text;
    background-clip: text
}

.step-icon {
    width: 72px;
    height: 72px;
    margin: 0 auto 22px;
    border-radius: 18px;
    background: rgba(99, 102, 241, .12);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .3s
}

.step-icon i {
    font-size: 28px;
    color: var(--brand-primary)
}

.step h3 {
    font-size: 1.45rem;
    color: var(--text-main);
    margin-bottom: 10px
}

.step p,
.testimonials-subtitle {
    color: var(--text-muted);
    line-height: 1.6
}

.step p {
    font-size: 1rem
}

.step {
    position: relative;
    z-index: 2;
    background: var(--bg-card);
    width: 100%;
    max-width: 360px;
    margin-inline: auto
}

.testimonials-section {
    padding: 80px 20px;
    background: var(--bg-page);
    position: relative;
    overflow: hidden
}

.cta-section .container,
.main-footer .container,
.testimonials-section .container {
    max-width: 1400px;
    margin: 0 auto
}

.testimonials-header {
    margin-bottom: 64px
}

.testimonials-subtitle {
    font-size: 1.15rem;
    max-width: 650px;
    margin: 0 auto
}

.testimonials-slider {
    position: relative;
    overflow: hidden;
    margin-bottom: 48px
}

.testimonials-track {
    display: flex;
    overflow-x: auto;
    scroll-behavior: smooth;
    scrollbar-width: none;
    scroll-snap-type: x mandatory
}

.testimonial-slide {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0 10px;
    scroll-snap-align: start
}

.testimonial-card {
    background: var(--bg-card);
    border: 1px solid var(--border-light);
    border-radius: 24px;
    padding: 32px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    height: 100%;
    transition: .3s
}

.author-avatar,
.slider-arrow {
    border-radius: 50%;
    transition: .3s
}

.quote-icon {
    color: var(--brand-primary);
    opacity: .15
}

.rating {
    display: flex;
    gap: 4px;
    font-size: 1.1rem
}

.star {
    filter: drop-shadow(0 2px 4px rgba(255, 193, 7, .3))
}

.testimonial-text {
    font-size: 1.05rem;
    color: var(--text-main);
    line-height: 1.8;
    font-style: italic;
    flex-grow: 1
}

.testimonial-author {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-top: auto;
    padding-top: 20px;
    border-top: 1px solid var(--border-light)
}

.author-avatar,
.slider-controls {
    align-items: center;
    display: flex
}

.author-avatar {
    width: 56px;
    height: 56px;
    min-width: 56px;
    background: linear-gradient(135deg, var(--brand-primary), var(--brand-secondary));
    color: #fff;
    justify-content: center;
    font-size: 1.5rem;
    font-weight: 700;
    border: 2px solid var(--border-light)
}

.author-info,
.contact-text {
    display: flex;
    flex-direction: column;
    gap: 4px
}

.author-name {
    font-size: 1rem;
    font-weight: 700;
    color: var(--text-main);
    margin: 0
}

.author-role {
    font-size: .9rem;
    color: var(--text-muted);
    margin: 0
}

.slider-controls {
    justify-content: center;
    gap: 24px;
    margin-top: 40px
}

.slider-arrow {
    width: 48px;
    height: 48px;
    background: var(--bg-card);
    border: 1px solid var(--border-light);
    color: var(--text-main);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    flex-shrink: 0
}

.slider-arrow:hover {
    background: var(--brand-primary);
    color: #fff;
    border-color: var(--brand-primary);
    transform: scale(1.05)
}

.slider-arrow:active {
    transform: scale(.95)
}

.testimonials-dots {
    display: flex;
    justify-content: center;
    gap: 12px
}

.dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: var(--border-light);
    border: none;
    cursor: pointer;
    transition: .3s;
    padding: 0
}

.dot.active {
    width: 32px;
    border-radius: 6px;
    background: linear-gradient(90deg, var(--brand-primary), var(--brand-secondary))
}

.dot:hover:not(.active) {
    background: var(--brand-primary);
    opacity: .5
}

.review-platforms {
    padding: 40px 24px;
    background: linear-gradient(135deg, rgba(99, 102, 241, .03), rgba(168, 85, 247, .03));
    border-radius: 24px;
    border: 1px solid var(--border-light);
    margin-top: 64px
}

.platforms-text {
    font-size: 1rem;
    color: var(--text-muted);
    margin-bottom: 24px;
    font-weight: 600
}

.platforms-logos {
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: center
}

.platform-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px
}

.platform-name {
    font-size: 1.1rem;
    font-weight: 700;
    color: var(--text-main)
}

.platform-rating {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: .95rem
}

.rating-count {
    color: var(--text-muted);
    font-weight: 600
}

.testimonials-track::-webkit-scrollbar {
    display: none
}

.testimonials-track.no-transition {
    scroll-behavior: auto
}

.stats-section {
    padding: 80px 20px;
    background: linear-gradient(135deg, rgba(99, 102, 241, .02), rgba(168, 85, 247, .02));
    position: relative
}

.stats-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: radial-gradient(circle at 2px 2px, rgba(99, 102, 241, .05) 1px, transparent 0);
    background-size: 40px 40px;
    pointer-events: none;
    opacity: .5
}

.stat-icon-circle,
.stat-icon-circle::before,
.stat-number::after {
    background: linear-gradient(135deg, var(--brand-primary), var(--brand-secondary))
}

.stats-section .container {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    z-index: 1
}

.stats-subtitle {
    font-size: 1.15rem;
    color: var(--text-muted);
    max-width: 600px;
    margin: 0 auto;
    line-height: 1.6
}

.stats-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 64px;
    margin-bottom: 80px
}

.stat-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    position: relative
}

.cta-left,
.stat-item::after {
    display: none
}

.stat-icon-circle {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    box-shadow: 0 8px 24px rgba(99, 102, 241, .25);
    transition: .4s;
    position: relative
}

.cta-benefits li,
.stat-number,
.stats-footer p {
    color: var(--text-main)
}

.stat-icon-circle::before {
    content: '';
    position: absolute;
    inset: -4px;
    border-radius: 50%;
    opacity: 0;
    filter: blur(12px);
    transition: opacity .4s;
    z-index: -1
}

.stat-item:hover .stat-icon-circle::before {
    opacity: .6
}

.stat-item:hover .stat-icon-circle {
    transform: scale(1.1) rotate(5deg);
    box-shadow: 0 12px 32px rgba(99, 102, 241, .4)
}

.stat-number {
    font-size: 4rem;
    font-weight: 800;
    line-height: 1;
    margin: 0;
    position: relative
}

.stat-number::after {
    content: '+';
    font-size: 3rem;
    margin-left: 4px;
    -webkit-background-clip: text;
    background-clip: text
}

.stat-label {
    font-size: 1.1rem;
    font-weight: 600;
    color: var(--text-muted);
    margin: 0;
    letter-spacing: 1px
}

.btn-stats,
.cta-badge {
    color: var(--brand-primary);
    font-weight: 600
}

.stats-footer {
    padding-top: 40px;
    border-top: 1px solid var(--border-light);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 24px
}

.stats-footer p {
    font-size: 1.3rem;
    font-weight: 600;
    margin: 0
}

.btn-stats {
    padding: 14px 36px;
    background: var(--bg-card);
    border: 2px solid var(--brand-primary);
    border-radius: 50px;
    font-size: 1rem;
    text-decoration: none;
    transition: .3s;
    display: inline-block
}

.cta-grid,
.form-row {
    grid-template-columns: 1fr
}

.cta-section {
    padding: 80px 20px;
    background: var(--bg-page);
    position: relative
}

.contact-item i,
.cta-badge {
    background: var(--accent-light)
}

.cta-grid {
    display: grid;
    gap: 0
}

.cta-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 20px;
    border-radius: 50px;
    border: 1px solid var(--border-light);
    font-size: .9rem;
    width: fit-content
}

.cta-badge svg {
    width: 16px;
    height: 16px
}

.cta-description {
    font-size: 1.1rem;
    color: var(--text-muted);
    line-height: 1.7
}

.cta-benefits,
.footer-contact {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 16px
}

.cta-benefits li {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    font-size: 1rem
}

.cta-benefits i {
    width: 20px;
    height: 20px;
    color: var(--brand-primary);
    flex-shrink: 0;
    margin-top: 2px;
    font-size: 1rem
}

.cta-contact-info,
.cta-form {
    display: flex;
    flex-direction: column
}

.cta-contact-info {
    gap: 20px;
    margin-top: 16px
}

.contact-item {
    display: flex;
    align-items: center;
    gap: 16px
}

.contact-item i {
    width: 48px;
    height: 48px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--brand-primary);
    flex-shrink: 0;
    font-size: 1.2rem
}

.contact-label {
    font-size: .85rem;
    color: var(--text-muted);
    font-weight: 600;
    letter-spacing: .5px
}

.contact-value {
    font-size: 1.05rem;
    color: var(--text-main);
    font-weight: 600
}

.cta-right {
    background: var(--bg-card);
    border: 1px solid var(--border-light);
    border-radius: 24px;
    padding: 40px 32px
}

.cta-mobile-title {
    font-size: 1.8rem;
    font-weight: 700;
    color: var(--text-main);
    margin: 0 0 24px;
    letter-spacing: -.3px
}

.cta-form {
    gap: 24px
}

.form-row {
    display: grid;
    gap: 20px
}

.form-group {
    display: flex;
    flex-direction: column;
    gap: 8px
}

.form-group label {
    font-size: .95rem;
    font-weight: 600;
    color: var(--text-main)
}

.form-group input,
.form-group select,
.form-group textarea {
    padding: 14px 16px;
    border: 1.5px solid var(--border-light);
    border-radius: 12px;
    font-size: 1rem;
    color: var(--text-main);
    background: var(--bg-page);
    transition: .3s;
    font-family: inherit
}

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
    outline: 0;
    border-color: var(--brand-primary);
    background: var(--bg-card);
    box-shadow: 0 0 0 4px rgba(99, 102, 241, .1)
}

.form-group input::placeholder,
.form-group textarea::placeholder {
    color: var(--text-muted);
    opacity: .6
}

.form-group textarea {
    resize: vertical;
    min-height: 100px
}

.form-group select {
    cursor: pointer
}

.btn-submit {
    padding: 16px 32px;
    background: linear-gradient(90deg, var(--brand-primary), var(--brand-secondary));
    color: #fff;
    border: none;
    border-radius: 12px;
    font-size: 1.05rem;
    font-weight: 600;
    cursor: pointer;
    transition: .3s;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    box-shadow: 0 8px 20px rgba(99, 102, 241, .3)
}

.btn-submit svg {
    width: 20px;
    height: 20px;
    transition: transform .3s
}

.footer-links a,
.footer-social a {
    text-decoration: none;
    transition: .3s
}

.form-privacy {
    font-size: .85rem;
    color: var(--text-muted);
    margin: 0
}

.form-privacy a {
    color: var(--brand-primary);
    text-decoration: none;
    font-weight: 600
}

.form-privacy a:hover {
    text-decoration: underline
}

.main-footer {
    background: var(--text-main);
    color: rgba(255, 255, 255, .8);
    padding: 80px 20px 32px
}

.footer-top {
    display: grid;
    grid-template-columns: 1fr;
    gap: 48px;
    padding-bottom: 48px;
    border-bottom: 1px solid rgba(255, 255, 255, .1)
}

.footer-col {
    display: flex;
    flex-direction: column;
    gap: 20px
}

.footer-brand {
    gap: 24px
}

.footer-logo img {
    height: 40px;
    width: auto;
    filter: brightness(0) invert(1)
}

.footer-description {
    font-size: .95rem;
    line-height: 1.7;
    color: rgba(255, 255, 255, .7);
    max-width: 350px
}

.footer-social {
    display: flex;
    gap: 12px
}

.footer-social a {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: rgba(255, 255, 255, .1);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 1.1rem
}

.footer-social a:hover {
    background: linear-gradient(135deg, var(--brand-primary), var(--brand-secondary));
    transform: translateY(-2px)
}

.footer-title {
    font-size: 1.1rem;
    font-weight: 700;
    color: #fff;
    margin: 0;
    letter-spacing: .5px
}

.footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 12px
}

.footer-links a {
    color: rgba(255, 255, 255, .7);
    font-size: .95rem;
    display: inline-block
}

.footer-contact a,
.footer-legal a {
    transition: color .3s;
    text-decoration: none
}

.footer-links a:hover {
    color: #fff;
    transform: translateX(4px)
}

.footer-contact li {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    font-size: .95rem
}

.footer-contact i {
    width: 20px;
    color: var(--brand-primary);
    flex-shrink: 0;
    margin-top: 2px
}

.footer-contact a,
.footer-contact span {
    color: rgba(255, 255, 255, .7)
}

.footer-contact a:hover,
.footer-legal a:hover {
    color: #fff
}

.footer-bottom {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    padding-top: 32px
}

.footer-copyright {
    font-size: .9rem;
    color: rgba(255, 255, 255, .6);
    margin: 0
}

.footer-legal {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
    justify-content: center
}

.footer-legal a {
    color: rgba(255, 255, 255, .6);
    font-size: .85rem
}

.footer-legal .separator {
    color: rgba(255, 255, 255, .3);
    font-size: .85rem
}

@media (min-width:768px) {

    .menu-bar,
    .stat-item:nth-child(3)::after {
        display: none
    }

    .nav-links {
        position: static;
        flex-direction: row;
        gap: 20px;
        height: auto;
        transform: none;
        opacity: 1;
        pointer-events: auto;
        background: 0 0
    }

    .nav-links a {
        border-bottom: none;
        padding: 0;
        text-decoration: none;
        color: var(--text-main);
        font-weight: 500;
        font-size: 16px;
        position: relative;
        transition: color .3s
    }

    .nav-links a:hover {
        color: var(--brand-primary)
    }

    .nav-links a::after {
        content: "";
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        bottom: -6px;
        width: 0%;
        height: 2px;
        background: linear-gradient(90deg, var(--brand-primary), var(--brand-secondary));
        transition: width .3s
    }

    .nav-links a:hover::after {
        width: 50%
    }

    .carousel-title {
        font-size: 2.5rem
    }

    .services-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 32px
    }

    .portfolio-title,
    .services-title,
    .stats-title,
    .testimonials-title {
        font-size: 3rem
    }

    .service-card,
    .testimonial-card {
        padding: 36px
    }

    .masonry-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 28px
    }

    .portfolio-item:first-child .portfolio-image {
        height: 380px
    }

    .portfolio-item:nth-child(2) .portfolio-image {
        height: 280px
    }

    .portfolio-item:nth-child(3) .portfolio-image {
        height: 350px
    }

    .portfolio-item:nth-child(4) .portfolio-image {
        height: 300px
    }

    .portfolio-item:nth-child(5) .portfolio-image {
        height: 360px
    }

    .portfolio-item:nth-child(6) .portfolio-image {
        height: 320px
    }

    .testimonial-slide {
        flex: 0 0 50%;
        max-width: 50%;
        padding: 0 14px
    }

    .platforms-logos {
        flex-direction: row;
        justify-content: center;
        gap: 40px
    }

    .stats-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 80px 60px
    }

    .stat-item:nth-child(odd)::after {
        display: block;
        content: '';
        position: absolute;
        right: -30px;
        top: 50%;
        transform: translateY(-50%);
        width: 1px;
        height: 80px;
        background: linear-gradient(to bottom, transparent, var(--border-light), transparent)
    }

    .footer-bottom,
    .stats-footer {
        flex-direction: row;
        justify-content: space-between
    }

    .stats-footer p {
        font-size: 1.5rem
    }

    .cta-section {
        padding: 100px 40px
    }

    .form-row {
        grid-template-columns: repeat(2, 1fr)
    }

    .cta-right {
        padding: 48px 40px
    }

    .cta-mobile-title {
        font-size: 2rem
    }

    .main-footer {
        padding: 100px 40px 40px
    }

    .footer-top {
        grid-template-columns: repeat(2, 1fr);
        gap: 60px
    }

    .footer-brand {
        grid-column: 1/-1
    }
}

@media (min-width:1024px) {
    .services-section {
        padding: 120px 20px
    }

    .masonry-grid,
    .services-grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 32px
    }

    .portfolio-title,
    .services-title,
    .stats-title,
    .testimonials-title {
        font-size: 3.5rem
    }

    .services-header {
        margin-bottom: 64px
    }

    .cta-section,
    .portfolio-section,
    .stats-section,
    .testimonials-section {
        padding: 120px 40px
    }

    .portfolio-item:nth-child(odd) .portfolio-image {
        height: 420px
    }

    .portfolio-item:nth-child(2n) .portfolio-image {
        height: 320px
    }

    .process-steps {
        grid-template-columns: repeat(4, 1fr)
    }

    .process-steps::before {
        top: 82px;
        left: 5%;
        transform: none;
        width: 90%;
        height: 2px;
        background: linear-gradient(to right, transparent, rgba(99, 102, 241, .6), transparent)
    }

    .step {
        transform: none
    }

    .step:nth-child(odd) {
        transform: translateY(-40px)
    }

    .step:nth-child(2n) {
        transform: translateY(18px)
    }

    .testimonials-header {
        margin-bottom: 80px
    }

    .testimonial-slide {
        flex: 0 0 33.333%;
        max-width: 33.333%;
        padding: 0 16px
    }

    .testimonial-text {
        font-size: 1.08rem
    }

    .platforms-logos {
        gap: 60px
    }

    .stats-header {
        margin-bottom: 100px
    }

    .stats-grid {
        grid-template-columns: repeat(4, 1fr);
        gap: 0
    }

    .cta-mobile-title,
    .stat-item::after {
        display: none
    }

    .stat-item:not(:last-child)::after {
        display: block;
        content: '';
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
        width: 1px;
        height: 100px;
        background: linear-gradient(to bottom, transparent, var(--border-light), transparent)
    }

    .stat-number {
        font-size: 4.5rem
    }

    .stat-label {
        font-size: 1rem
    }

    .stats-footer p {
        font-size: 1.8rem
    }

    .cta-grid {
        grid-template-columns: 1fr 1.2fr;
        gap: 80px;
        align-items: center
    }

    .cta-left {
        display: flex;
        flex-direction: column;
        gap: 32px
    }

    .cta-description {
        font-size: 1.15rem
    }

    .cta-contact-info {
        margin-top: 32px
    }

    .main-footer {
        padding: 120px 40px 48px
    }

    .footer-top {
        grid-template-columns: 2fr 1fr 1fr 1.5fr;
        gap: 80px
    }

    .footer-brand {
        grid-column: auto
    }

    .footer-description {
        max-width: 400px
    }
}

@media screen and (min-width:1024px) {
    .pattern {
        width: 12px;
        height: 180px;
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='20'%3E%3Cline x1='2' y1='2' x2='10' y2='10' stroke='%236366f1' stroke-width='3' stroke-linecap='round'/%3E%3Cline x1='10' y1='2' x2='2' y2='10' stroke='%236366f1' stroke-width='3' stroke-linecap='round'/%3E%3C/svg%3E");
        background-repeat: repeat-y;
        position: absolute;
        top: 50%;
        transform: translateY(-50%)
    }

    .pattern-left {
        left: 20px
    }

    .pattern-right {
        right: 20px
    }

    .hero-sec {
        position: relative;
        padding: 0 20px;
        min-height: 85vh;
        max-width: 1440px;
        margin: 0 auto;
        flex-direction: row;
        justify-content: center;
        gap: 82px;
        align-items: center
    }

    .hero-sec h1 {
        font-size: 4.4rem;
        line-height: 1.05;
        letter-spacing: -.03em;
        font-weight: 700
    }

    .hero-sec p {
        font-size: 1.4em;
        font-weight: 700
    }

    .left-col {
        align-items: flex-start;
        justify-content: flex-start;
        max-width: 700px;
        gap: 20px
    }

    .badge {
        width: fit-content;
        padding: 4px 16px;
        height: auto
    }

    .hero-actions {
        display: flex;
        flex-direction: row;
        gap: 24px;
        width: 100%;
        margin-top: 16px;
        align-items: center
    }

    .btn-primary,
    .btn-secondary {
        width: 200px
    }

    .right-col {
        margin: 0;
        width: 410px;
        display: flex;
        position: relative
    }

    .card {
        height: 500px;
        top: 15px;
        box-shadow: 0 30px 80px rgba(0, 0, 0, .25)
    }

    .interaction-wrapper {
        height: 500px;
        position: relative
    }

    #tutorial-container {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        z-index: 999;
        pointer-events: none;
        display: flex;
        justify-content: center;
        align-items: center
    }

    .hero-sec {
        margin-bottom: 50px
    }
}

.card,
.interaction-wrapper {
    width: 92%;
    min-height: 300px
}

#tutorial-container,
.card {
    position: absolute;
    display: flex
}

*,
::after,
::before {
    margin: 0;
    padding: 0;
    box-sizing: border-box
}

body {
    margin: 0;
    padding: 0;
    min-height: 100vh;
    background: var(--bg-page);
    overflow-x: hidden
}

.card {
    top: 20px;
    left: 20px;
    border-radius: 20px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, .25);
    justify-content: center;
    align-items: center;
    font-size: 80px;
    font-weight: 700;
    color: #fff;
    user-select: none;
    cursor: grab;
    transition: transform .5s cubic-bezier(.18, .89, .32, 1.28);
    transform-origin: center bottom
}

.card:active {
    cursor: grabbing
}

.swiping {
    transition: none !important;
    z-index: 100
}

.out-right {
    transition: transform .6s cubic-bezier(.18, .89, .32, 1.28) !important;
    transform: translateX(200px) rotate(35deg) !important
}

#tutorial-container {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1000;
    pointer-events: none;
    justify-content: center;
    align-items: center;
    transition: opacity .4s
}

.interaction-wrapper {
    position: relative
}

.stack-container {
    touch-action: pan-y;
    position: relative;
    width: 100%;
    min-width: 340px;
    min-height: 440px;
    z-index: 1
}

dotlottie-wc {
    width: 200px;
    height: 200px
}

.fade-out {
    opacity: 0 !important
}

.btn-cta {
    background: var(--dark);
    color: #fff;
    padding: 8px 16px;
    border-radius: 8px;
    text-decoration: none;
    font-size: .8rem;
    font-weight: 600;
    transition: .3s
}