﻿.section-space {
    padding: 100px 0
}

.section-heading {
    margin-bottom: 52px
}

.section-label {
    display: inline-block;
    margin-bottom: 12px;
    color: var(--primary-color);
    font-size: .78rem;
    font-weight: 800;
    letter-spacing: .14em
}

.section-title {
    max-width: 820px;
    margin-bottom: 20px;
    font-size: clamp(2rem,3.4vw,3.25rem);
    font-weight: 800;
    line-height: 1.12;
    letter-spacing: -.025em
}

.section-heading.text-center .section-title {
    margin-left: auto;
    margin-right: auto
}

.section-description {
    max-width: 720px;
    color: #64748b;
    font-size: 1.08rem;
    line-height: 1.8
}

.card-link-arrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-top: auto;
    font-weight: 700
}

    .card-link-arrow i {
        transition: transform .2s ease
    }

    .card-link-arrow:hover i {
        transform: translateX(5px)
    }

.statistics-section {
    position: relative;
    z-index: 10;
    margin-top: -54px
}

.statistics-panel {
    overflow: hidden;
    border: 1px solid #e2e8f0;
    border-radius: 20px;
    background: #fff;
    box-shadow: 0 18px 50px rgba(15,23,42,.12)
}

.stat-item {
    min-height: 130px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    padding: 24px;
    border-right: 1px solid #e2e8f0
}

.statistics-panel .col-lg-3:last-child .stat-item {
    border-right: 0
}

.stat-item i {
    color: var(--primary-color);
    font-size: 2rem
}

.stat-item strong {
    display: block;
    color: #0f172a;
    font-size: 2rem;
    line-height: 1
}

.stat-item span {
    display: block;
    margin-top: 7px;
    color: #64748b;
    font-size: .9rem
}

.technology-strip-section {
    padding: 40px 0 90px;
}

.technology-strip-label {
    text-align: center;
    margin-bottom: 32px;
    font-weight: 800;
    letter-spacing: .14em;
    text-transform: uppercase;
}

.technology-strip {
    display: flex;
    flex-wrap: wrap;
    justify-content: center; /* IMPORTANT */
    align-items: stretch;
    gap: 16px;
    width: 100%;
    margin: 0 auto;
}

.technology-strip-item {
    width: 180px;
    min-height: 260px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 24px 18px;
    border: 1px solid #dbe3ef;
    border-radius: 16px;
    background: #f8fafc;
}

    .technology-strip-item .technology-logo {
        width: 74px;
        height: 74px;
        object-fit: contain;
        margin-bottom: 20px;
    }

    .technology-strip-item i {
        font-size: 34px;
        color: var(--primary-color);
        margin-bottom: 20px;
    }

    .technology-strip-item span {
        font-weight: 700;
        color: #334155;
    }


.about-section {
    background: #f8fafc
}

.about-visual {
    position: relative;
    min-height: 480px;
    display: flex;
    align-items: center
}

.about-code-card {
    width: 92%;
    overflow: hidden;
    border-radius: 22px;
    background: #0b1220;
    box-shadow: 0 30px 65px rgba(15,23,42,.25)
}

.about-code-toolbar {
    display: flex;
    gap: 7px;
    padding: 16px 18px;
    border-bottom: 1px solid rgba(255,255,255,.08)
}

    .about-code-toolbar span {
        width: 11px;
        height: 11px;
        border-radius: 50%;
        background: #475569
    }

        .about-code-toolbar span:first-child {
            background: #ef4444
        }

        .about-code-toolbar span:nth-child(2) {
            background: #f59e0b
        }

        .about-code-toolbar span:nth-child(3) {
            background: #22c55e
        }

.about-code-card pre {
    margin: 0;
    padding: 42px;
    color: #bfdbfe;
    font-size: 1rem;
    line-height: 1.85;
    white-space: pre-wrap
}

.about-floating-card {
    position: absolute;
    right: 0;
    bottom: 42px;
    max-width: 320px;
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 18px;
    border: 1px solid #e2e8f0;
    border-radius: 16px;
    background: #fff;
    box-shadow: 0 18px 40px rgba(15,23,42,.12)
}

    .about-floating-card i {
        color: var(--primary-color);
        font-size: 2rem
    }

    .about-floating-card strong, .about-floating-card span {
        display: block
    }

    .about-floating-card span {
        margin-top: 3px;
        color: #64748b;
        font-size: .85rem
    }

.about-feature-list {
    display: grid;
    gap: 15px;
    margin-top: 30px
}

    .about-feature-list > div {
        display: flex;
        align-items: center;
        gap: 12px
    }

    .about-feature-list i {
        width: 30px;
        height: 30px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
        background: rgba(37,99,235,.1);
        color: var(--primary-color)
    }

.services-section, .process-section, .testimonials-section {
    background: #fff
}

.service-card {
    display: flex;
    flex-direction: column;
    padding: 34px;
    border: 1px solid #e2e8f0;
    border-radius: 20px;
    background: #fff;
    box-shadow: 0 10px 30px rgba(15,23,42,.04);
    transition: .25s
}

    .service-card:hover {
        transform: translateY(-7px);
        box-shadow: 0 22px 50px rgba(15,23,42,.11)
    }

.service-card-icon {
    width: 62px;
    height: 62px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 26px;
    border-radius: 18px;
    background: rgba(37,99,235,.1);
    color: var(--primary-color);
    font-size: 1.8rem
}

.service-card h3 {
    margin-bottom: 14px;
    font-size: 1.35rem;
    font-weight: 750
}

.service-card p {
    margin-bottom: 24px;
    color: #64748b;
    line-height: 1.75
}

.products-section, .portfolio-section, .faq-section {
    background: #f8fafc
}

.product-card {
    overflow: hidden;
    border: 1px solid #e2e8f0;
    border-radius: 20px;
    background: #fff;
    box-shadow: 0 10px 30px rgba(15,23,42,.05);
    transition: .25s
}

    .product-card:hover {
        transform: translateY(-7px);
        box-shadow: 0 22px 50px rgba(15,23,42,.12)
    }

.product-card-image-wrap {
    position: relative;
    overflow: hidden
}

.product-card-image {
    width: 100%;
    height: 245px;
    object-fit: cover;
    transition: transform .5s ease
}

.product-card:hover .product-card-image {
    transform: scale(1.05)
}

.product-card-placeholder {
    height: 245px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #e2e8f0;
    color: #64748b;
    font-size: 4rem
}

.product-category-badge {
    position: absolute;
    right: 16px;
    bottom: 16px;
    padding: 7px 12px;
    border-radius: 50px;
    background: rgba(15,23,42,.86);
    color: #fff;
    font-size: .76rem;
    font-weight: 700
}

.product-card-body {
    padding: 28px
}

    .product-card-body h3 {
        margin-bottom: 13px;
        font-size: 1.4rem;
        font-weight: 750
    }

    .product-card-body p {
        min-height: 84px;
        color: #64748b;
        line-height: 1.7
    }

.process-grid {
    display: grid;
    grid-template-columns: repeat(3,minmax(0,1fr));
    gap: 24px
}

.process-card {
    position: relative;
    overflow: hidden;
    padding: 34px;
    border: 1px solid #e2e8f0;
    border-radius: 20px;
    background: #fff
}

.process-step-number {
    position: absolute;
    top: 18px;
    right: 22px;
    color: #e2e8f0;
    font-size: 3.4rem;
    font-weight: 900;
    line-height: 1
}

.process-icon {
    width: 58px;
    height: 58px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 25px;
    border-radius: 17px;
    background: #0f172a;
    color: #fff;
    font-size: 1.6rem
}

.process-card h3 {
    margin-bottom: 12px;
    font-size: 1.3rem;
    font-weight: 750
}

.process-card p {
    margin: 0;
    color: #64748b;
    line-height: 1.7
}

.portfolio-card {
    overflow: hidden;
    border: 1px solid #e2e8f0;
    border-radius: 20px;
    background: #fff
}

.portfolio-image-wrap {
    position: relative;
    height: 270px;
    overflow: hidden
}

.portfolio-image, .portfolio-placeholder {
    width: 100%;
    height: 100%
}

.portfolio-image {
    object-fit: cover;
    transition: transform .5s ease
}

.portfolio-placeholder {
    display: none;
    align-items: center;
    justify-content: center;
    background: #dbeafe;
    color: var(--primary-color);
    font-size: 4rem
}

.portfolio-card:hover .portfolio-image {
    transform: scale(1.06)
}

.portfolio-overlay {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    padding: 20px;
    background: linear-gradient(180deg,transparent 40%,rgba(15,23,42,.65))
}

    .portfolio-overlay a {
        width: 48px;
        height: 48px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
        background: #fff;
        color: #0f172a
    }

.portfolio-body {
    padding: 26px
}

    .portfolio-body span {
        color: var(--primary-color);
        font-size: .78rem;
        font-weight: 800;
        letter-spacing: .08em;
        text-transform: uppercase
    }

    .portfolio-body h3 {
        margin: 10px 0 12px;
        font-size: 1.35rem;
        font-weight: 750
    }

    .portfolio-body p {
        margin: 0;
        color: #64748b;
        line-height: 1.7
    }

.testimonial-card {
    padding: 34px;
    border: 1px solid #e2e8f0;
    border-radius: 20px;
    background: #fff;
    box-shadow: 0 12px 35px rgba(15,23,42,.05)
}

.testimonial-stars {
    margin-bottom: 24px;
    color: #f59e0b;
    letter-spacing: 2px
}

.testimonial-card blockquote {
    min-height: 150px;
    margin: 0 0 28px;
    color: #334155;
    font-size: 1.05rem;
    line-height: 1.8
}

.testimonial-client {
    display: flex;
    align-items: center;
    gap: 13px
}

.testimonial-avatar {
    width: 46px;
    height: 46px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: var(--primary-color);
    color: #fff;
    font-weight: 800
}

.testimonial-client strong, .testimonial-client span {
    display: block
}

.testimonial-client span {
    margin-top: 3px;
    color: #64748b;
    font-size: .85rem
}

.professional-accordion {
    display: grid;
    gap: 14px
}

    .professional-accordion .accordion-item {
        overflow: hidden;
        border: 1px solid #e2e8f0;
        border-radius: 15px !important;
        background: #fff
    }

    .professional-accordion .accordion-button {
        padding: 21px 24px;
        background: #fff;
        color: #0f172a;
        font-weight: 700;
        box-shadow: none
    }

        .professional-accordion .accordion-button:not(.collapsed) {
            color: var(--primary-color);
            background: rgba(37,99,235,.05)
        }

    .professional-accordion .accordion-body {
        padding: 0 24px 24px;
        color: #64748b;
        line-height: 1.75
    }

.consultation-cta-section {
    padding: 90px 0;
    background: #fff
}

.consultation-cta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
    padding: 55px;
    border-radius: 26px;
    background: radial-gradient(circle at 90% 10%,rgba(6,182,212,.35),transparent 35%),linear-gradient(135deg,#0f172a,#1e3a8a);
    color: #fff;
    box-shadow: 0 25px 65px rgba(15,23,42,.22)
}

.cta-label {
    display: block;
    margin-bottom: 12px;
    color: #93c5fd;
    font-size: .78rem;
    font-weight: 800;
    letter-spacing: .13em
}

.consultation-cta h2 {
    max-width: 680px;
    margin-bottom: 14px;
    color: #fff;
    font-size: clamp(2rem,3vw,3rem);
    font-weight: 800
}

.consultation-cta p {
    max-width: 680px;
    margin: 0;
    color: rgba(255,255,255,.8);
    line-height: 1.75
}

.consultation-cta-actions {
    min-width: 240px;
    display: grid;
    gap: 12px
}

.professional-footer {
    padding: 80px 0 0;
    background: #081120;
    color: rgba(255,255,255,.76)
}

.footer-brand {
    color: #fff;
    font-size: 1.65rem;
    font-weight: 800
}

.footer-description {
    max-width: 430px;
    color: rgba(255,255,255,.65);
    line-height: 1.8
}

.professional-footer h4 {
    margin-bottom: 22px;
    color: #fff;
    font-size: 1rem;
    font-weight: 750
}

.professional-footer ul {
    margin: 0;
    padding: 0;
    list-style: none
}

.professional-footer li {
    margin-bottom: 12px
}

.professional-footer a {
    color: rgba(255,255,255,.68)
}

    .professional-footer a:hover {
        color: #fff
    }

.footer-social-links {
    display: flex;
    gap: 10px;
    margin-top: 24px
}

    .footer-social-links a {
        width: 42px;
        height: 42px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        border: 1px solid rgba(255,255,255,.13);
        border-radius: 50%;
        background: rgba(255,255,255,.05)
    }

.footer-bottom {
    display: flex;
    justify-content: space-between;
    gap: 24px;
    margin-top: 60px;
    padding: 24px 0;
    border-top: 1px solid rgba(255,255,255,.1);
    font-size: .88rem
}

    .footer-bottom div {
        display: flex;
        gap: 20px
    }

@media(max-width:1199.98px) {
    .technology-strip {
        grid-template-columns: repeat(4,1fr)
    }

    .process-grid {
        grid-template-columns: repeat(2,1fr)
    }
}

@media(max-width:991.98px) {
    .statistics-section {
        margin-top: 0;
        padding-top: 35px
    }

    .stat-item {
        border-bottom: 1px solid #e2e8f0
    }

    .statistics-panel .col-6:nth-child(even) .stat-item {
        border-right: 0
    }

    .consultation-cta {
        display: block
    }

    .consultation-cta-actions {
        min-width: 0;
        margin-top: 30px
    }
}

@media(max-width:767.98px) {
    .section-space {
        padding: 75px 0
    }

    .technology-strip {
        grid-template-columns: repeat(2,1fr)
    }

    .process-grid {
        grid-template-columns: 1fr
    }

    .about-code-card {
        width: 100%
    }

        .about-code-card pre {
            padding: 28px;
            font-size: .86rem
        }

    .about-floating-card {
        right: 16px;
        left: 16px;
        max-width: none
    }

    .footer-bottom {
        display: block;
        text-align: center
    }

        .footer-bottom div {
            justify-content: center;
            margin-top: 12px
        }
}

@media(max-width:575.98px) {
    .stat-item {
        min-height: 120px;
        display: block;
        padding: 20px 14px;
        text-align: center
    }

        .stat-item i {
            display: block;
            margin-bottom: 10px
        }

    .consultation-cta {
        padding: 36px 24px;
        border-radius: 20px
    }
}

.technology-strip-item {
    width: 180px;
    height: 230px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 25px;
}

.technology-logo-wrapper {
    width: 72px;
    height: 72px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 18px;
}

.technology-logo {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.technology-icon {
    font-size: 52px;
    color: #2563eb;
    margin-bottom: 18px;
}