:root {
    --bg: #060b14;
    --bg-soft: #0b1220;
    --bg-card: rgba(15, 23, 42, 0.6);
    --bg-card-strong: rgba(17, 25, 40, 0.82);
    --line: rgba(255, 255, 255, 0.08);
    --line-soft: rgba(255, 255, 255, 0.05);
    --text: #e5eefc;
    --text-soft: #9fb0c9;
    --text-muted: #7c8da6;
    --primary: #5b8cff;
    --primary-2: #7c5cff;
    --accent: #00d1ff;
    --success: #25d366;
    --white: #ffffff;
    --shadow: 0 20px 50px rgba(0, 0, 0, 0.35);
    --shadow-soft: 0 12px 30px rgba(0, 0, 0, 0.2);
    --radius: 22px;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: "Inter", sans-serif;
    background:
        radial-gradient(circle at top left, rgba(91, 140, 255, 0.08), transparent 30%),
        radial-gradient(circle at bottom right, rgba(0, 209, 255, 0.08), transparent 25%),
        var(--bg);
    color: var(--text);
    padding-top: 86px;
    overflow-x: hidden;
}

h1,
h2,
h3,
h4,
.brand-text {
    font-family: "Space Grotesk", sans-serif;
}

a {
    text-decoration: none;
}

.section-space {
    padding: 100px 0;
    position: relative;
}

.section-dark-premium {
    background: linear-gradient(180deg, rgba(7, 12, 22, 0.95), rgba(10, 16, 30, 0.98));
}

.section-services {
    background: linear-gradient(180deg, #08111d 0%, #0c1526 100%);
}

.section-contact {
    background: linear-gradient(180deg, #09111e 0%, #0b1424 100%);
}

.section-heading {
    max-width: 860px;
    margin: 0 auto 20px;
}

.section-label {
    display: inline-block;
    color: var(--accent);
    text-transform: uppercase;
    letter-spacing: 0.12em;
    font-size: 0.82rem;
    font-weight: 700;
    margin-bottom: 14px;
}

.section-title {
    font-size: clamp(2rem, 4vw, 3rem);
    font-weight: 700;
    line-height: 1.15;
    margin-bottom: 18px;
    color: var(--white);
}

.section-text {
    color: var(--text-soft);
    font-size: 1.05rem;
    line-height: 1.8;
}

.bg-blur {
    position: fixed;
    border-radius: 50%;
    filter: blur(110px);
    opacity: 0.28;
    z-index: -1;
    pointer-events: none;
}

.bg-blur-1 {
    width: 320px;
    height: 320px;
    background: var(--primary);
    top: -60px;
    left: -80px;
}

.bg-blur-2 {
    width: 280px;
    height: 280px;
    background: var(--accent);
    bottom: 20px;
    right: -80px;
}

.premium-navbar {
    background: rgba(7, 11, 20, 0.7);
    backdrop-filter: blur(18px);
    border-bottom: 1px solid var(--line);
    transition: all 0.35s ease;
    padding: 1.5rem 0;
}

.premium-navbar.scrolled {
    background: rgba(7, 11, 20, 0.92);
    box-shadow: var(--shadow-soft);
}

.brand-logo {
    width: 6rem;


    object-fit: contain;
}

.brand-text {
    color: var(--white);
    font-weight: 700;
    font-size: 1.15rem;
}

.navbar .nav-link {
    color: rgba(229, 238, 252, 0.82);
    font-weight: 500;
    transition: all 0.3s ease;
    position: relative;
}

.navbar .nav-link:hover,
.navbar .nav-link.active {
    color: var(--white);
}

.navbar .nav-link::after {
    content: "";
    position: absolute;
    left: 8px;
    bottom: 4px;
    width: 0;
    height: 2px;
    background: linear-gradient(90deg, var(--accent), var(--primary));
    transition: width 0.3s ease;
}

.navbar .nav-link:hover::after,
.navbar .nav-link.active::after {
    width: calc(100% - 16px);
}

.btn-premium {
    border: 0;
    color: var(--white);
    padding: 12px 24px;
    border-radius: 14px;
    font-weight: 600;
    background: linear-gradient(135deg, var(--primary), var(--primary-2));
    box-shadow: 0 15px 35px rgba(91, 140, 255, 0.28);
    transition: all 0.35s ease;
}

.btn-premium:hover {
    transform: translateY(-2px);
    color: var(--white);
    box-shadow: 0 18px 42px rgba(91, 140, 255, 0.38);
}

.btn-outline-premium {
    color: var(--white);
    border: 1px solid rgba(255, 255, 255, 0.18);
    background: rgba(255, 255, 255, 0.04);
    backdrop-filter: blur(10px);
    border-radius: 14px;
    padding: 12px 24px;
    font-weight: 600;
    transition: all 0.35s ease;
}

.btn-outline-premium:hover {
    color: var(--white);
    border-color: rgba(255, 255, 255, 0.28);
    background: rgba(255, 255, 255, 0.08);
    transform: translateY(-2px);
}

.hero-premium {
    position: relative;
    min-height: 100vh;
    overflow: hidden;
    background:
        linear-gradient(180deg, rgba(6, 11, 20, 0.5), rgba(6, 11, 20, 0.85)),
        url("https://images.unsplash.com/photo-1516321318423-f06f85e504b3?auto=format&fit=crop&w=1800&q=80") center center / cover no-repeat;
}

.hero-overlay {
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 20% 20%, rgba(0, 209, 255, 0.1), transparent 25%),
        radial-gradient(circle at 80% 30%, rgba(124, 92, 255, 0.16), transparent 28%);
}

.hero-grid {
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(rgba(255, 255, 255, 0.025) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.025) 1px, transparent 1px);
    background-size: 40px 40px;
    mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.55), rgba(0, 0, 0, 0.95));
}

.hero-content {
    z-index: 2;
}

.hero-chip {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 16px;
    border-radius: 999px;
    color: #d9ecff;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(14px);
    font-size: 0.92rem;
    margin-bottom: 24px;
}

.hero-title {
    font-size: clamp(2.6rem, 5vw, 4.8rem);
    line-height: 1.02;
    font-weight: 700;
    color: var(--white);
    margin-bottom: 22px;
    max-width: 760px;
}

.text-gradient {
    background: linear-gradient(90deg, #ffffff 0%, #9ddcff 35%, #92a7ff 65%, #c0a8ff 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.hero-text {
    color: var(--text-soft);
    font-size: 1.1rem;
    line-height: 1.9;
    max-width: 680px;
}

.hero-panel {
    background: rgba(10, 18, 32, 0.62);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 28px;
    box-shadow: var(--shadow);
    backdrop-filter: blur(18px);
    overflow: hidden;
    transform: perspective(1000px) rotateY(-8deg) rotateX(4deg);
}

.hero-panel-header {
    display: flex;
    gap: 8px;
    padding: 18px 20px;
    border-bottom: 1px solid var(--line-soft);
}

.hero-panel-header span {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.18);
}

.hero-panel-body {
    padding: 24px;
}

.hero-stat-card {
    display: flex;
    gap: 14px;
    align-items: center;
    padding: 16px;
    margin-bottom: 14px;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid var(--line-soft);
}

.hero-stat-card i {
    font-size: 1.4rem;
    color: var(--accent);
}

.hero-stat-card small {
    display: block;
    color: var(--text-muted);
    margin-bottom: 4px;
}

.hero-stat-card strong {
    color: var(--white);
    font-size: 1rem;
}

.hero-line {
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.12), transparent);
    margin: 18px 0;
}

.hero-mini-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
}

.mini-box {
    min-height: 76px;
    border-radius: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #bfe7ff;
    font-weight: 700;
    letter-spacing: 0.12em;
    background: linear-gradient(135deg, rgba(91, 140, 255, 0.12), rgba(0, 209, 255, 0.06));
    border: 1px solid rgba(255, 255, 255, 0.08);
}

.glass-card,
.service-premium-card,
.contact-card,
.logo-card {
    background: var(--bg-card);
    border: 1px solid var(--line);
    box-shadow: var(--shadow-soft);
    backdrop-filter: blur(18px);
}

.logo-card {
    background: white !important;
}


.glass-card {
    height: 100%;
    border-radius: var(--radius);
    padding: 32px;
    transition: all 0.35s ease;
}

.glass-card:hover {
    transform: translateY(-8px);
    border-color: rgba(91, 140, 255, 0.3);
}

.card-icon,
.service-icon {
    width: 64px;
    height: 64px;
    border-radius: 18px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    font-size: 1.6rem;
    color: var(--accent);
    background: linear-gradient(135deg, rgba(91, 140, 255, 0.14), rgba(0, 209, 255, 0.08));
    border: 1px solid rgba(255, 255, 255, 0.08);
}

.glass-card h3,
.service-premium-card h3 {
    color: var(--white);
    font-size: 1.4rem;
    margin-bottom: 14px;
}

.glass-card p,
.service-premium-card p {
    color: var(--text-soft);
    line-height: 1.8;
}

.service-premium-card {
    height: 100%;
    padding: 28px;
    border-radius: 24px;
    position: relative;
    overflow: hidden;
    transition: all 0.35s ease;
}

.service-premium-card::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(91, 140, 255, 0.08), transparent 40%);
    opacity: 0;
    transition: opacity 0.35s ease;
}

.service-premium-card:hover::before {
    opacity: 1;
}

.service-premium-card:hover {
    transform: translateY(-10px);
    border-color: rgba(91, 140, 255, 0.28);
    box-shadow: 0 24px 50px rgba(0, 0, 0, 0.32);
}

.service-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 18px;
}

.service-tag {
    padding: 8px 12px;
    font-size: 0.76rem;
    border-radius: 999px;
    color: #d7ecff;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid var(--line-soft);
}

.service-premium-card.featured {
    border-color: rgba(0, 209, 255, 0.25);
    background:
        linear-gradient(180deg, rgba(15, 27, 48, 0.78), rgba(9, 17, 30, 0.88));
}

.client-carousel {
    padding: 0 50px;
}

.logo-card {
    min-height: 130px;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #d9e7f9;
    font-weight: 700;
    transition: all 0.35s ease;
}

.logo-card:hover {
    transform: scale(1.03);
    border-color: rgba(91, 140, 255, 0.3);
}

.custom-control {
    width: 2.4rem;
    height: 2.4rem;
    border-radius: 50%;
    padding: 18px;
    background-color: rgba(91, 140, 255, 0.9);
    background-size: 65% 65%;
}

.contact-card {
    padding: 32px;
    border-radius: 28px;
}

.contact-list {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.contact-row {
    display: flex;
    align-items: center;
    gap: 12px;
    color: var(--text-soft);
}

.contact-row i {
    color: var(--accent);
}

.form-label {
    color: #dce8f8;
    font-weight: 600;
    margin-bottom: 8px;
}

.premium-input {
    min-height: 50px;
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.08);
    color: var(--white);
    padding: 12px 14px;
}

.premium-input:focus {
    background: rgba(255, 255, 255, 0.06);
    color: var(--white);
    border-color: rgba(91, 140, 255, 0.55);
    box-shadow: 0 0 0 0.2rem rgba(91, 140, 255, 0.15);
}

.premium-input::placeholder {
    color: #8293aa;
}

textarea.premium-input {
    min-height: 130px;
    resize: vertical;
}

.form-message {
    padding: 12px 16px;
    border-radius: 14px;
    font-weight: 500;
}

.form-message.success {
    background: rgba(37, 211, 102, 0.12);
    color: #9ff0bb;
    border: 1px solid rgba(37, 211, 102, 0.2);
}

.form-message.error {
    background: rgba(255, 77, 109, 0.12);
    color: #ffb8c6;
    border: 1px solid rgba(255, 77, 109, 0.2);
}

.footer-premium {
    padding: 28px 0;
    background: #050912;
    border-top: 1px solid var(--line-soft);
    color: #7f91ab;
}

.whatsapp-button {
    position: fixed;
    right: 22px;
    bottom: 2px;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: linear-gradient(135deg, #25d366, #18b956);
    color: var(--white);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.9rem;
    box-shadow: 0 18px 35px rgba(37, 211, 102, 0.28);
    z-index: 1000;
    transition: all 0.35s ease;
}

.whatsapp-button:hover {
    color: var(--white);
    transform: translateY(-4px) scale(1.05);
}

.reveal {
    opacity: 0;
    transform: translateY(38px);
    transition: opacity 0.9s ease, transform 0.9s ease;
}

.reveal.active {
    opacity: 1;
    transform: translateY(0);
}

.reveal-delay-1 {
    transition-delay: 0.12s;
}

.reveal-delay-2 {
    transition-delay: 0.24s;
}

@media (max-width: 991.98px) {
    .section-space {
        padding: 80px 0;
    }

    .hero-premium {
        min-height: auto;
        padding: 70px 0 40px;
    }

    .hero-title {
        font-size: 2.5rem;
    }

    .client-carousel {
        padding: 0 10px;
    }

    .carousel-control-prev,
    .carousel-control-next {
        display: none;
    }
}

@media (max-width: 767.98px) {
    body {
        padding-top: 78px;
    }

    .section-title {
        font-size: 1.9rem;
    }

    .hero-title {
        font-size: 2.15rem;
    }

    .glass-card,
    .service-premium-card,
    .contact-card {
        padding: 24px;
    }

    .whatsapp-button {
        right: 16px;
        bottom: 62px;
        width: 56px;
        height: 56px;
        font-size: 1.7rem;
    }

    .social-icon {
        font-size: 1.3rem;
        display: flex;
        align-items: center;
        transition: 0.3s;
        color: rgba(255, 255, 255, 0.8);
    }

    .social-icon:hover {
        transform: translateY(-2px);
    }

    /* Instagram */
    .social-icon:hover i.bi-instagram {
        color: #e1306c;
    }

    /* LinkedIn */
    .social-icon.linkedin:hover {
        color: #0a66c2;
    }

    .footer-premium {
        background: linear-gradient(180deg, #050912 0%, #03060c 100%);
        border-top: 1px solid rgba(255, 255, 255, 0.06);
        padding: 60px 0 30px;
        color: #9fb0c9;
    }

    .footer-brand {
        font-family: "Space Grotesk", sans-serif;
        font-size: 1.6rem;
        font-weight: 700;
        color: white;
        margin-bottom: 12px;
    }

    .footer-text {
        font-size: 0.95rem;
        line-height: 1.7;
        color: #8fa3c0;
    }

    .footer-title {
        font-size: 1rem;
        font-weight: 600;
        color: white;
        margin-bottom: 15px;
    }

    .footer-links,
    .footer-contact {
        list-style: none;
        padding: 0;
        margin: 0;
    }

    .footer-links li,
    .footer-contact li {
        margin-bottom: 10px;
        font-size: 0.95rem;
    }

    .footer-links a {
        color: #8fa3c0;
        text-decoration: none;
        transition: 0.3s;
    }

    .footer-links a:hover {
        color: white;
        padding-left: 5px;
    }

    .footer-contact i {
        margin-right: 8px;
        color: #00d1ff;
    }

    .footer-socials a {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 42px;
        height: 42px;
        border-radius: 12px;
        margin-right: 10px;
        font-size: 1.2rem;
        color: white;
        background: rgba(255, 255, 255, 0.05);
        transition: all 0.3s ease;
    }

    /* Instagram */
    .footer-socials a:hover .bi-instagram {
        color: #e1306c;
    }

    /* LinkedIn */
    .footer-socials a:hover .bi-linkedin {
        color: #0a66c2;
    }

    .footer-socials a:hover {
        transform: translateY(-3px);
        background: rgba(255, 255, 255, 0.08);
    }

    .footer-divider {
        border-color: rgba(255, 255, 255, 0.08);
        margin: 40px 0 20px;
    }

    .footer-copy {
        font-size: 0.85rem;
        color: #6c7d95;
    }


}