﻿
.services-hero {
    background: linear-gradient(135deg, #f8fbff 0%, #ffffff 60%, #f4f8ff 100%);
}

.services-hero-image {
    max-height: 520px;
    object-fit: contain;
}

.problem-card {
    background: #fff;
    padding: 25px;
    border-radius: 16px;
    border: 1px solid #edf0f5;
    transition: all .3s ease;
}

    .problem-card:hover {
        transform: translateY(-5px);
        box-shadow: 0 12px 30px rgba(0,0,0,.08);
    }

.problem-icon {
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(13,110,253,.1);
    color: #0d6efd;
    border-radius: 12px;
    font-size: 20px;
    margin-bottom: 18px;
}

.problem-card h5 {
    font-weight: 700;
    margin-bottom: 10px;
}

.problem-card p {
    color: #6c757d;
    font-size: 14px;
    margin-bottom: 0;
}


.solution-card {
    position: relative;
    background: #fff;
    border: 1px solid #e9edf3;
    border-radius: 18px;
    padding: 32px 28px;
    transition: all .3s ease;
    overflow: hidden;
}

    .solution-card:hover {
        transform: translateY(-8px);
        box-shadow: 0 18px 40px rgba(0,0,0,.10);
        border-color: rgba(13,110,253,.25);
    }

.solution-icon {
    width: 58px;
    height: 58px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(13,110,253,.10);
    color: #0d6efd;
    border-radius: 15px;
    font-size: 24px;
    margin-bottom: 20px;
}

.solution-number {
    position: absolute;
    top: 22px;
    right: 25px;
    font-size: 13px;
    font-weight: 700;
    color: #adb5bd;
}

.solution-card h3 {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 14px;
}

.solution-card p {
    color: #6c757d;
    line-height: 1.7;
}

.solution-card ul {
    list-style: none;
    padding: 0;
    margin: 20px 0;
}

    .solution-card ul li {
        font-size: 14px;
        margin-bottom: 9px;
        color: #495057;
    }

        .solution-card ul li::before {
            content: "\f00c";
            font-family: "Font Awesome 6 Free";
            font-weight: 900;
            color: #0d6efd;
            margin-right: 9px;
        }

.solution-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    text-decoration: none;
    font-weight: 600;
    color: #0d6efd;
}

    .solution-link:hover {
        gap: 12px;
    }


.service-cta {
    background: linear-gradient(135deg, #0d6efd, #084298);
    color: #fff;
    border-radius: 22px;
    padding: 45px;
    box-shadow: 0 15px 40px rgba(13,110,253,.18);
}

    .service-cta p {
        color: rgba(255,255,255,.85);
        max-width: 700px;
    }


.trust-card {
    background: #fff;
    padding: 32px;
    border-radius: 18px;
    border: 1px solid #e9edf3;
    transition: all .3s ease;
}

    .trust-card:hover {
        transform: translateY(-5px);
        box-shadow: 0 15px 35px rgba(0,0,0,.08);
    }

.trust-icon {
    width: 55px;
    height: 55px;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(13,110,253,.1);
    color: #0d6efd;
    font-size: 22px;
    margin-bottom: 18px;
}

.trust-card h4 {
    font-weight: 700;
    margin-bottom: 12px;
}

.trust-card p {
    color: #6c757d;
    margin-bottom: 0;
    line-height: 1.7;
}


.process-card {
    position: relative;
    padding: 30px 25px;
    border: 1px solid #e9edf3;
    border-radius: 18px;
    background: #fff;
    text-align: center;
}

.process-number {
    position: absolute;
    top: 15px;
    right: 18px;
    font-size: 13px;
    font-weight: 700;
    color: #adb5bd;
}

.process-icon {
    width: 58px;
    height: 58px;
    margin: 0 auto 20px;
    border-radius: 50%;
    background: rgba(13,110,253,.1);
    color: #0d6efd;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
}

.process-card h4 {
    font-weight: 700;
    margin-bottom: 10px;
}

.process-card p {
    color: #6c757d;
    font-size: 14px;
    margin-bottom: 0;
}


.tech-card {
    background: #fff;
    border: 1px solid #e9edf3;
    border-radius: 15px;
    padding: 25px 15px;
    text-align: center;
    transition: all .3s ease;
}

    .tech-card:hover {
        transform: translateY(-5px);
        box-shadow: 0 10px 25px rgba(0,0,0,.07);
    }

    .tech-card i {
        font-size: 36px;
        color: #0d6efd;
        margin-bottom: 12px;
    }

    .tech-card h6 {
        margin-bottom: 0;
        font-weight: 600;
    }


.final-lead-box {
    background: #f8fbff;
    border: 1px solid #e4ecf8;
    border-radius: 24px;
    padding: 60px 30px;
}

    .final-lead-box h2 {
        font-size: 36px;
    }


@@media (max-width: 767px) {

    .services-hero {
        padding-top: 35px !important;
    }

        .services-hero h1 {
            font-size: 38px;
        }

    .services-hero-image {
        max-height: 350px;
    }

    .service-cta {
        padding: 30px 22px;
    }

    .final-lead-box {
        padding: 40px 20px;
    }

        .final-lead-box h2 {
            font-size: 28px;
        }
}
.privacy-banner {
    padding: 80px 0;
}

.privacy-section {
    background: #f8fafc;
}

.privacy-sidebar {
    position: sticky;
    top: 100px;
    background: #ffffff;
    border-radius: 16px;
    padding: 20px;
    border: 1px solid #e9ecef;
    box-shadow: 0 8px 30px rgba(0,0,0,.05);
}

.privacy-sidebar-title {
    font-size: 18px;
    font-weight: 700;
    padding-bottom: 15px;
    margin-bottom: 10px;
    border-bottom: 1px solid #e9ecef;
}

.privacy-nav {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

    .privacy-nav a {
        color: #495057;
        text-decoration: none;
        padding: 9px 10px;
        border-radius: 8px;
        font-size: 14px;
        transition: all .2s ease;
    }

        .privacy-nav a:hover {
            color: #0d6efd;
            background: #f0f6ff;
            transform: translateX(3px);
        }

.privacy-content {
    max-width: 900px;
}

.privacy-card {
    background: #ffffff;
    border: 1px solid #e9ecef;
    border-radius: 18px;
    padding: 32px;
    margin-bottom: 24px;
    box-shadow: 0 8px 30px rgba(0,0,0,.035);
}

    .privacy-card h2 {
        font-size: 25px;
        font-weight: 700;
        margin-bottom: 18px;
        color: #172033;
    }

    .privacy-card h4 {
        font-size: 18px;
        font-weight: 650;
        margin-top: 25px;
        margin-bottom: 12px;
        color: #253047;
    }

    .privacy-card p {
        color: #5c6575;
        line-height: 1.8;
        margin-bottom: 15px;
    }

    .privacy-card ul {
        padding-left: 20px;
        margin-bottom: 18px;
    }

    .privacy-card li {
        color: #5c6575;
        line-height: 1.8;
        margin-bottom: 7px;
    }

.privacy-icon {
    width: 52px;
    height: 52px;
    border-radius: 14px;
    background: #eef5ff;
    color: #0d6efd;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 21px;
    margin-bottom: 18px;
}

.privacy-mini-card {
    height: 100%;
    padding: 20px;
    border: 1px solid #e9ecef;
    border-radius: 14px;
    background: #fbfcff;
}

    .privacy-mini-card i {
        color: #0d6efd;
        font-size: 22px;
        margin-bottom: 12px;
    }

    .privacy-mini-card h5 {
        font-size: 16px;
        font-weight: 700;
        margin-bottom: 7px;
    }

    .privacy-mini-card p {
        font-size: 14px;
        line-height: 1.6;
        margin-bottom: 0;
    }

.privacy-note {
    display: flex;
    gap: 12px;
    align-items: flex-start;
    padding: 16px 18px;
    background: #f0f6ff;
    border-left: 4px solid #0d6efd;
    border-radius: 8px;
    color: #4d5a6d;
    margin-top: 20px;
}

    .privacy-note i {
        color: #0d6efd;
        margin-top: 3px;
    }

    .privacy-note span {
        line-height: 1.65;
    }

.security-item {
    height: 100%;
    display: flex;
    gap: 15px;
    padding: 18px;
    background: #fbfcff;
    border: 1px solid #e9ecef;
    border-radius: 12px;
}

    .security-item > i {
        color: #0d6efd;
        font-size: 22px;
        margin-top: 3px;
    }

    .security-item strong {
        display: block;
        margin-bottom: 5px;
    }

    .security-item p {
        font-size: 14px;
        line-height: 1.6;
        margin: 0;
    }

.privacy-contact {
    padding: 35px;
    border-radius: 18px;
    background: linear-gradient(135deg, #eef5ff, #f8fbff);
    border: 1px solid #dce9ff;
    margin-top: 30px;
}

    .privacy-contact h2 {
        font-size: 28px;
        font-weight: 700;
        color: #172033;
    }

    .privacy-contact p {
        color: #5c6575;
        line-height: 1.7;
    }

.privacy-company {
    margin-top: 25px;
    padding: 25px;
    border-radius: 15px;
    background: #172033;
    color: #ffffff;
}

    .privacy-company h4 {
        color: #ffffff;
        margin-bottom: 8px;
    }

    .privacy-company p {
        color: rgba(255,255,255,.75);
    }

.privacy-cta {
    background: #ffffff;
    border-top: 1px solid #e9ecef;
}

    .privacy-cta h2 {
        font-size: 30px;
    }

html {
    scroll-behavior: smooth;
}

[id] {
    scroll-margin-top: 100px;
}

@@media (max-width: 991px) {

    .privacy-sidebar {
        position: relative;
        top: 0;
        margin-bottom: 10px;
    }

    .privacy-nav {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
    }

    .privacy-card {
        padding: 25px;
    }
}

@@media (max-width: 575px) {

    .privacy-banner {
        padding: 55px 0;
    }

    .privacy-card {
        padding: 22px;
        border-radius: 14px;
    }

        .privacy-card h2 {
            font-size: 22px;
        }

    .privacy-nav {
        display: flex;
    }

    .privacy-contact {
        padding: 25px;
    }

        .privacy-contact h2 {
            font-size: 23px;
        }
}

.legal-section {
    background: #ffffff;
}

.legal-content {
    color: #495057;
    line-height: 1.8;
}

    .legal-content h2 {
        color: #172033;
        font-size: 1.55rem;
        font-weight: 700;
        margin-top: 2.5rem;
        margin-bottom: 1rem;
    }

    .legal-content h3 {
        color: #25324a;
        font-size: 1.15rem;
        font-weight: 600;
        margin-top: 1.75rem;
        margin-bottom: .75rem;
    }

    .legal-content p {
        margin-bottom: 1rem;
    }

    .legal-content ul {
        padding-left: 1.4rem;
        margin-bottom: 1.25rem;
    }

    .legal-content li {
        margin-bottom: .5rem;
    }

.contact-policy-box {
    padding: 25px;
    background: #f8f9fa;
    border: 1px solid #e9ecef;
    border-radius: 14px;
}

    .contact-policy-box h4 {
        color: #172033;
        margin-bottom: 18px;
        font-weight: 700;
    }

    .contact-policy-box a {
        color: #0d6efd;
        text-decoration: none;
    }

        .contact-policy-box a:hover {
            text-decoration: underline;
        }

@@media (max-width: 767px) {

    .legal-content h2 {
        font-size: 1.35rem;
    }

    .legal-content h3 {
        font-size: 1.08rem;
    }
}
/* =========================================================
       ABOUT HERO
       ========================================================= */

.about-hero {

    position: relative;
    overflow: hidden;
    background: radial-gradient(circle at 90% 20%, rgba(13,110,253,.08), transparent 35%), linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
}

.about-eyebrow {
    display: inline-flex;
    align-items: center;
    padding: 8px 16px;
    border-radius: 50px;
    background: #fff3cd;
    color: #664d03;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: .5px;
    margin-bottom: 20px;
}

.about-hero-title {
    font-size: clamp(2.5rem, 5vw, 4.3rem);
    line-height: 1.08;
    font-weight: 800;
    letter-spacing: -1.5px;
    margin-bottom: 25px;
    color: #111827;
}

    .about-hero-title span {
        display: block;
        color: #0d6efd;
    }

.about-hero-text {
    max-width: 700px;
    font-size: 18px;
    line-height: 1.75;
    color: #596579;
}

    .about-hero-text.secondary {
        font-size: 16px;
    }

.about-trust-points {
    max-width: 700px;
}

    .about-trust-points div {
        font-weight: 500;
    }

    .about-trust-points i {
        color: #0d6efd;
        margin-right: 8px;
    }


/* =========================================================
       HERO VISUAL
       ========================================================= */

.about-hero-visual {
    position: relative;
    padding: 20px;
}

    .about-hero-visual img {
        position: relative;
        z-index: 2;
        max-height: 520px;
        object-fit: contain;
        filter: drop-shadow(0 25px 40px rgba(0,0,0,.12));
    }

.about-hero-glow {
    position: absolute;
    width: 360px;
    height: 360px;
    background: rgba(13,110,253,.10);
    border-radius: 50%;
    filter: blur(20px);
    top: 15%;
    left: 15%;
}

.about-floating-card {
    position: absolute;
    z-index: 5;
    bottom: 35px;
    left: 0;
    background: #fff;
    border-radius: 16px;
    padding: 15px 18px;
    display: flex;
    gap: 12px;
    align-items: center;
    box-shadow: 0 15px 40px rgba(0,0,0,.12);
    max-width: 280px;
}

.about-floating-icon {
    width: 46px;
    height: 46px;
    min-width: 46px;
    border-radius: 12px;
    background: #eaf2ff;
    color: #0d6efd;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
}

.about-floating-card strong,
.about-floating-card span {
    display: block;
}

.about-floating-card strong {
    font-size: 14px;
}

.about-floating-card span {
    color: #6b7280;
    font-size: 12px;
    margin-top: 3px;
}


/* =========================================================
       TRUST BAR
       ========================================================= */

.about-trust-bar {
    padding: 25px 0;
    background: #111827;
    color: #fff;
}

.trust-item {
    display: flex;
    align-items: center;
    gap: 13px;
    text-align: left;
}

    .trust-item > i {
        font-size: 25px;
        color: #60a5fa;
    }

    .trust-item strong,
    .trust-item span {
        display: block;
    }

    .trust-item strong {
        font-size: 14px;
    }

    .trust-item span {
        color: #9ca3af;
        font-size: 12px;
        margin-top: 3px;
    }


/* =========================================================
       COMPANY IMAGE
       ========================================================= */

.about-company-image {
    position: relative;
}

    .about-company-image img {
        border-radius: 24px;
        box-shadow: 0 20px 50px rgba(15,23,42,.12);
    }

.about-image-badge {
    position: absolute;
    right: -20px;
    bottom: 25px;
    background: #fff;
    padding: 15px 18px;
    border-radius: 15px;
    box-shadow: 0 15px 40px rgba(0,0,0,.12);
    display: flex;
    gap: 12px;
    align-items: center;
    max-width: 290px;
}

    .about-image-badge > i {
        color: #0d6efd;
        font-size: 25px;
    }

    .about-image-badge strong,
    .about-image-badge span {
        display: block;
    }

    .about-image-badge strong {
        font-size: 14px;
    }

    .about-image-badge span {
        color: #6b7280;
        font-size: 12px;
        margin-top: 3px;
    }


/* =========================================================
       HIGHLIGHTS
       ========================================================= */

.about-highlight {
    display: flex;
    align-items: center;
    gap: 10px;
    font-weight: 500;
}

    .about-highlight i {
        width: 24px;
        height: 24px;
        border-radius: 50%;
        background: #eaf2ff;
        color: #0d6efd;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 11px;
    }


/* =========================================================
       SERVICE CARDS
       ========================================================= */

.about-service-card {
    height: 100%;
    padding: 30px 25px;
    border-radius: 18px;
    background: #fff;
    border: 1px solid #edf0f5;
    box-shadow: 0 8px 30px rgba(15,23,42,.05);
    transition: .3s ease;
}

    .about-service-card:hover {
        transform: translateY(-7px);
        border-color: rgba(13,110,253,.2);
        box-shadow: 0 18px 40px rgba(15,23,42,.10);
    }

.about-service-icon {
    width: 55px;
    height: 55px;
    border-radius: 14px;
    background: #edf4ff;
    color: #0d6efd;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 23px;
    margin-bottom: 20px;
}

.about-service-card h4 {
    font-size: 19px;
    font-weight: 700;
}

.about-service-card p {
    color: #6b7280;
    font-size: 14px;
    line-height: 1.7;
}

.about-service-card a {
    color: #0d6efd;
    font-size: 13px;
    font-weight: 700;
    text-decoration: none;
}

    .about-service-card a i {
        margin-left: 5px;
        transition: .2s;
    }

    .about-service-card a:hover i {
        margin-left: 9px;
    }


/* =========================================================
       WHY ABOUT
       ========================================================= */

.why-about-section {
    background: #f8fafc;
}

.why-about-card {
    height: 100%;
    padding: 28px;
    border-radius: 18px;
    background: #fff;
    border: 1px solid #edf0f5;
    transition: .3s ease;
}

    .why-about-card:hover {
        transform: translateY(-5px);
        box-shadow: 0 15px 35px rgba(15,23,42,.08);
    }

.why-about-icon {
    width: 50px;
    height: 50px;
    border-radius: 13px;
    background: #edf4ff;
    color: #0d6efd;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 18px;
}

.why-about-card h4 {
    font-size: 18px;
    font-weight: 700;
}

.why-about-card p {
    color: #6b7280;
    font-size: 14px;
    line-height: 1.7;
    margin-bottom: 0;
}


/* =========================================================
       MISSION
       ========================================================= */

.mission-modern-card {
    padding: 40px;
    border-radius: 22px;
    background: #fff;
    border: 1px solid #edf0f5;
    box-shadow: 0 10px 35px rgba(15,23,42,.05);
}

.mission-modern-icon {
    width: 60px;
    height: 60px;
    border-radius: 15px;
    background: #edf4ff;
    color: #0d6efd;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 25px;
    margin-bottom: 22px;
}

.mission-modern-card > span {
    color: #0d6efd;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 1px;
}

.mission-modern-card h3 {
    margin: 10px 0 15px;
    font-size: 25px;
    font-weight: 750;
}

.mission-modern-card p {
    color: #6b7280;
    line-height: 1.8;
    margin-bottom: 0;
}


/* =========================================================
       VALUES
       ========================================================= */

.value-modern-card {
    height: 100%;
    background: #fff;
    border: 1px solid #edf0f5;
    padding: 30px 25px;
    border-radius: 18px;
    transition: .3s ease;
}

    .value-modern-card:hover {
        transform: translateY(-6px);
        box-shadow: 0 15px 35px rgba(15,23,42,.08);
    }

    .value-modern-card > i {
        font-size: 27px;
        color: #0d6efd;
        margin-bottom: 20px;
    }

    .value-modern-card h4 {
        font-size: 18px;
        font-weight: 700;
    }

    .value-modern-card p {
        color: #6b7280;
        font-size: 14px;
        line-height: 1.7;
        margin-bottom: 0;
    }


/* =========================================================
       PROCESS
       ========================================================= */

.about-process-card {
    height: 100%;
    position: relative;
    background: #fff;
    border: 1px solid #edf0f5;
    padding: 35px 25px;
    border-radius: 18px;
    text-align: center;
    transition: .3s ease;
}

    .about-process-card:hover {
        transform: translateY(-6px);
        box-shadow: 0 15px 35px rgba(15,23,42,.08);
    }

.process-number {
    position: absolute;
    top: 15px;
    right: 18px;
    font-size: 12px;
    font-weight: 800;
    color: #cbd5e1;
}

.about-process-card > i {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
    background: #edf4ff;
    color: #0d6efd;
    font-size: 23px;
}

.about-process-card h4 {
    font-size: 18px;
    font-weight: 700;
}

.about-process-card p {
    color: #6b7280;
    font-size: 14px;
    line-height: 1.7;
    margin-bottom: 0;
}


/* =========================================================
       INDUSTRIES
       ========================================================= */

.industry-modern-card {
    height: 100%;
    padding: 30px 25px;
    border: 1px solid #edf0f5;
    border-radius: 18px;
    background: #fff;
    transition: .3s ease;
}

    .industry-modern-card:hover {
        transform: translateY(-6px);
        box-shadow: 0 15px 35px rgba(15,23,42,.08);
    }

    .industry-modern-card > i {
        color: #0d6efd;
        font-size: 28px;
        margin-bottom: 18px;
    }

    .industry-modern-card h4 {
        font-size: 18px;
        font-weight: 700;
    }

    .industry-modern-card p {
        color: #6b7280;
        font-size: 14px;
        line-height: 1.7;
        margin-bottom: 0;
    }


/* =========================================================
       LEAD CTA
       ========================================================= */

.about-lead-section {
    background: #f8fafc;
}

.about-lead-box {
    position: relative;
    overflow: hidden;
    border-radius: 25px;
    padding: 50px;
    background: linear-gradient(135deg, #0d6efd, #174ea6);
    color: #fff;
    box-shadow: 0 20px 50px rgba(13,110,253,.20);
}

    .about-lead-box:after {
        content: "";
        position: absolute;
        width: 300px;
        height: 300px;
        border-radius: 50%;
        background: rgba(255,255,255,.08);
        right: -100px;
        top: -120px;
    }

    .about-lead-box > .row {
        position: relative;
        z-index: 2;
    }

    .about-lead-box span {
        font-size: 12px;
        font-weight: 800;
        letter-spacing: 1.5px;
        opacity: .85;
    }

    .about-lead-box h2 {
        font-size: clamp(1.8rem, 3vw, 2.7rem);
        font-weight: 800;
        margin: 10px 0 15px;
    }

    .about-lead-box p {
        max-width: 750px;
        color: rgba(255,255,255,.85);
        line-height: 1.7;
        margin-bottom: 0;
    }


/* =========================================================
       MOBILE
       ========================================================= */

@@media (max-width: 991px) {

    .about-hero {
        padding-top: 45px !important;
    }

    .about-hero-title {
        font-size: 3rem;
    }

    .about-hero-visual {
        max-width: 600px;
        margin: 0 auto;
    }

    .about-image-badge {
        right: 10px;
    }
}


@@media (max-width: 767px) {

    .about-hero-title {
        font-size: 2.45rem;
    }

    .about-hero-text {
        font-size: 16px;
    }

    .about-floating-card {
        position: relative;
        bottom: auto;
        left: auto;
        margin: -20px auto 0;
        max-width: 280px;
    }

    .about-trust-bar {
        padding: 20px 0;
    }

    .trust-item {
        justify-content: flex-start;
    }

    .about-image-badge {
        position: relative;
        right: auto;
        bottom: auto;
        margin: -25px auto 0;
        width: fit-content;
    }

    .mission-modern-card {
        padding: 30px 25px;
    }

    .about-lead-box {
        padding: 35px 25px;
    }
}
/* =========================================================
   API HERO VISUAL
========================================================= */

.api-hero-visual {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.api-visual-card {
    width: 100%;
    max-width: 560px;
    padding: 32px;
    background: #ffffff;
    border: 1px solid rgba(13, 110, 253, 0.10);
    border-radius: 24px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.08);
    text-align: left;
}


/* HEADER */

.api-visual-header {
    display: flex;
    align-items: center;
    gap: 18px;
}

.api-main-icon {
    width: 68px;
    height: 68px;
    min-width: 68px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 18px;
    background: rgba(13, 110, 253, 0.10);
    color: #0d6efd;
    font-size: 28px;
}

.api-visual-label {
    display: block;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1.2px;
    color: #0d6efd;
    margin-bottom: 4px;
}


/* STATUS */

.api-status {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-top: 24px;
    padding: 10px 14px;
    background: #f8f9fa;
    border: 1px solid #eef0f3;
    border-radius: 10px;
    font-size: 13px;
    color: #495057;
}

.api-status-dot {
    width: 8px;
    height: 8px;
    background: #198754;
    border-radius: 50%;
    box-shadow: 0 0 0 4px rgba(25, 135, 84, 0.10);
}


/* API FLOW */

.api-flow {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 32px 0;
}

.api-node {
    min-width: 125px;
    padding: 16px 10px;
    text-align: center;
    background: #f8f9fa;
    border: 1px solid #e9ecef;
    border-radius: 16px;
}

.api-node-primary {
    background: rgba(13, 110, 253, 0.07);
    border-color: rgba(13, 110, 253, 0.25);
}

.api-node-icon {
    width: 42px;
    height: 42px;
    margin: 0 auto 9px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    background: #ffffff;
    color: #0d6efd;
    font-size: 18px;
}

.api-node strong {
    display: block;
    font-size: 13px;
}

.api-node small {
    display: block;
    margin-top: 4px;
    color: #6c757d;
    font-size: 11px;
}


/* CONNECTORS */

.api-connector {
    width: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #0d6efd;
    position: relative;
}

    .api-connector span {
        position: absolute;
        left: 5px;
        right: 5px;
        height: 1px;
        background: rgba(13, 110, 253, 0.25);
    }

    .api-connector i {
        position: relative;
        z-index: 2;
        background: #ffffff;
        padding: 3px;
        font-size: 12px;
    }


/* INTEGRATIONS */

.api-integration-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 14px;
}

    .api-integration-title span {
        font-size: 12px;
        font-weight: 700;
        letter-spacing: 1px;
        color: #495057;
    }

    .api-integration-title small {
        color: #6c757d;
        font-size: 11px;
    }


/* MINI CARDS */

.api-mini-card {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 13px;
    background: #f8f9fa;
    border: 1px solid #edf0f2;
    border-radius: 13px;
    transition: all 0.25s ease;
}

    .api-mini-card:hover {
        transform: translateY(-2px);
        border-color: rgba(13, 110, 253, 0.25);
        background: #ffffff;
        box-shadow: 0 8px 25px rgba(0, 0, 0, 0.06);
    }

.api-mini-icon {
    width: 38px;
    height: 38px;
    min-width: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ffffff;
    border-radius: 10px;
    color: #0d6efd;
}

.api-mini-card strong {
    display: block;
    font-size: 13px;
}

.api-mini-card small {
    display: block;
    margin-top: 2px;
    color: #6c757d;
    font-size: 10px;
}


/* FOOTER */

.api-visual-footer {
    display: flex;
    justify-content: space-between;
    gap: 15px;
    margin-top: 22px;
    padding-top: 18px;
    border-top: 1px solid #edf0f2;
    color: #6c757d;
    font-size: 11px;
}

    .api-visual-footer i {
        color: #0d6efd;
    }


/* RESPONSIVE */

@media (max-width: 575px) {

    .api-visual-card {
        padding: 22px 18px;
        border-radius: 18px;
    }

    .api-visual-header {
        align-items: flex-start;
    }

    .api-main-icon {
        width: 55px;
        height: 55px;
        min-width: 55px;
        font-size: 22px;
    }

    .api-flow {
        margin: 24px 0;
    }

    .api-node {
        min-width: 85px;
        padding: 11px 6px;
    }

    .api-node-icon {
        width: 34px;
        height: 34px;
        font-size: 15px;
    }

    .api-node strong {
        font-size: 11px;
    }

    .api-node small {
        font-size: 9px;
    }

    .api-connector {
        width: 25px;
    }

    .api-visual-footer {
        flex-direction: column;
        gap: 8px;
    }
}