:root {

    --bg: #050816;
    --card: #111827;
    --primary: #00d4ff;
    --secondary: #7c3aed;
    --accent: #14f195;
    --text: #f8fafc;

}

.navbar-custom {

    backdrop-filter: blur(20px);

    background:
        rgba(15, 23, 42, .75);

    backdrop-filter:
        blur(25px);

    box-shadow:
        0 8px 30px rgba(0, 0, 0, .15);

    border-bottom: 1px solid rgba(255, 255, 255, .08);

    padding: 18px 0;

    transition: .3s;
}

.navbar-brand {
    color: #f8fafc !important;
}

.nav-link {
    color: #f8fafc !important;
}

body {
    background: var(--bg);
    font-family: 'Inter', sans-serif;
}

.section-dark {
    background: #050816;
    color: #f8fafc;
}

.section-light {
    background: #ffffff;
    color: #111827;
}

.hero {

    padding-top: 180px;
    min-height: 100vh;

    display: flex;

    align-items: center;

    justify-content: center;

    padding: 140px 0 120px;

    position: relative;

    overflow: hidden;

    background:

        radial-gradient(circle at top left,
            rgba(59, 130, 246, .35),
            transparent 35%),

        radial-gradient(circle at bottom right,
            rgba(244, 114, 182, .25),
            transparent 40%),

        radial-gradient(circle at center,
            rgba(139, 92, 246, .25),
            transparent 50%),

        var(--bg);
}

.hero h1 {

    font-size: clamp(3rem, 6vw, 5.5rem);

    line-height: 1.1;

    max-width: 900px;

    margin: 0 auto 30px;

    font-weight: 800;
}

.hero-description {
    max-width: 800px;
    margin: auto;
    font-size: 1.2rem;
}

.hero-badge {
    display: inline-block;
    padding: 10px 20px;
    border-radius: 30px;
    background: rgba(255, 255, 255, .1);
    margin-bottom: 30px;
}

.hero-buttons {
    margin-top: 40px;
}

.hero::before {

    content: "";
    position: absolute;

    width: 700px;
    height: 700px;

    background:
        radial-gradient(circle,
            rgba(0, 212, 255, .20),
            transparent 70%);

    top: -250px;
    right: -100px;

    filter: blur(50px);
}

.hero .container {

    position: relative;

    z-index: 2;
}

.trust-section {

    background: var(--bg);

    padding: 120px 0;
}

.trust-card {

    background:
        linear-gradient(
            180deg,
            rgba(255,255,255,.08),
            rgba(255,255,255,.03)
        );

    border: 1px solid rgba(255,255,255,.08);

    backdrop-filter: blur(20px);

    border-radius: 32px;

    padding: 70px 50px;

    text-align: center;

    position: relative;

    overflow: hidden;
}

.trust-card::before {

    content: "";

    position: absolute;

    width: 500px;
    height: 500px;

    background:
        radial-gradient(
            circle,
            rgba(59,130,246,.18),
            transparent
        );

    top: -250px;
    right: -150px;
}

.trust-card h2 {

    color: white;

    font-size: 3rem;

    font-weight: 800;

    margin-top: 20px;

    margin-bottom: 20px;
}

.trust-description {

    max-width: 850px;

    margin: auto;

    color: rgba(255,255,255,.75);

    font-size: 1.15rem;

    line-height: 1.8;
}

.trust-item {

    background:
        rgba(255,255,255,.04);

    border: 1px solid rgba(255,255,255,.08);

    border-radius: 20px;

    padding: 30px;

    height: 100%;

    transition: .3s;
}

.trust-item:hover {

    transform: translateY(-8px);

    border-color: rgba(59,130,246,.35);

    box-shadow:
        0 20px 40px rgba(59,130,246,.15);
}

.trust-icon {

    width: 70px;
    height: 70px;

    margin: auto auto 20px;

    border-radius: 18px;

    display: flex;

    align-items: center;

    justify-content: center;

    font-size: 30px;

    background:
        linear-gradient(
            135deg,
            var(--primary),
            var(--secondary)
        );
}

.trust-item h6 {

    color: white;

    font-size: 1.1rem;

    margin-bottom: 12px;

    font-weight: 700;
}

.trust-item p {

    color: rgba(255,255,255,.70);

    margin: 0;

    font-size: .95rem;
}

.trust-proof {

    display: flex;

    justify-content: center;

    flex-wrap: wrap;

    gap: 15px;

    margin-top: 35px;
}

.trust-proof span {

    background: rgba(255,255,255,.06);

    border: 1px solid rgba(255,255,255,.08);

    padding: 10px 18px;

    border-radius: 30px;

    color: white;

    font-size: .9rem;
}

.section {
    padding: 100px 0;
}

.card-modern,
.service-card {

    background:

        linear-gradient(180deg,
            rgba(255, 255, 255, .08),
            rgba(255, 255, 255, .03));

    backdrop-filter: blur(15px);

    border: 1px solid rgba(255, 255, 255, .1);

    border-radius: 20px;

    padding: 30px;

    transition: .3s;

}

.card-modern:hover,
.service-card:hover {

    transform: translateY(-8px);

    box-shadow: 0 20px 50px rgba(37, 99, 235, .3);

}

.card-modern,
.service-card,
.testimonial {

    color: #ffffff;

}

.card-modern,
.service-card {

    border: 1px solid rgba(255, 255, 255, .08);

    box-shadow:
        0 10px 40px rgba(0, 0, 0, .15);
}

.card-modern h4,
.card-modern p,
.service-card h4,
.service-card p,
.testimonial p,
.testimonial h6 {

    color: #ffffff;

}

.tech-badge,
.tech-badge p {

    color: #ffffff;

}

.tech-card .tech-logo {

    width: 60px;

    height: 60px;

    margin-bottom: 20px;

    transition: .3s;
}

.tech-card:hover .tech-logo {

    transform:
        scale(1.15) rotate(5deg);
}

.tech-card h6 {

    font-size: 1rem;

    font-weight: 700;

    margin-bottom: 8px;

    color: #0f172a;
}

.tech-card span {

    color: #64748b;

    font-size: .85rem;
}

.tech-badge {

    padding: 15px;

    border-radius: 12px;

    background: #1e293b;

    text-align: center;

    font-weight: 600;

}

.testimonial {

    background: #111827;

    padding: 30px;

    border-radius: 20px;

}

.btn-primary {

    background:
        linear-gradient(135deg,
            var(--primary),
            var(--secondary));

    border: none;

    color: white;

    font-weight: 600;

    padding: 14px 28px;

    border-radius: 14px;

    transition: .3s;
}

.btn-primary:hover {

    transform: translateY(-3px);

    box-shadow:
        0 15px 35px rgba(139, 92, 246, .35);
}

.dashboard-mockup {

    background: #111827;

    border-radius: 25px;

    padding: 25px;

    box-shadow:
        0 0 40px rgba(0, 212, 255, .15);

    animation: float 6s ease-in-out infinite;
}

.dashboard-header {

    display: flex;

    gap: 10px;

    margin-bottom: 20px;
}

.dashboard-header span {

    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #00d4ff;
}

.metric-card {

    background: #1f2937;

    padding: 20px;

    border-radius: 15px;

    margin-bottom: 15px;
}

.metric span,
.counter {

    font-size: 4rem;

    font-weight: 800;

    background:
        linear-gradient(135deg,
            var(--primary),
            var(--accent));

    -webkit-background-clip: text;

    -webkit-text-fill-color: transparent;
}

.chart-placeholder {

    height: 180px;

    border-radius: 15px;

    background:
        linear-gradient(135deg,
            #3b82f6,
            #f472b6);
}

@keyframes float {

    0% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-20px);
    }

    100% {
        transform: translateY(0);
    }

}

.tech-logo {

    width: 60px;

    height: 60px;

    margin-bottom: 15px;

    transition: .3s;
}

.tech-logo:hover {

    transform: scale(1.15);
}

.timeline-container {

    display: flex;

    justify-content: space-between;

    flex-wrap: wrap;

    gap: 25px;
}

.timeline-step {

    flex: 1;

    min-width: 180px;

    text-align: center;
}

.step-number {

    width: 70px;

    height: 70px;

    margin: auto;

    border-radius: 50%;

    background:
        linear-gradient(135deg,
            #00d4ff,
            #7c3aed);

    display: flex;

    align-items: center;

    justify-content: center;

    font-size: 24px;

    font-weight: bold;
}

.project-card {

    position: relative;

    overflow: hidden;

    border-radius: 20px;
}

.project-card img {

    width: 100%;

    height: 300px;

    object-fit: cover;

    transition: .5s;
}

.project-card:hover img {

    transform: scale(1.1);
}

.project-overlay {

    position: absolute;

    bottom: 0;

    width: 100%;

    padding: 20px;

    background:
        linear-gradient(transparent,
            rgba(0, 0, 0, .9));

    color: white;
}

.client {

    display: flex;

    align-items: center;

    gap: 15px;
}

.client img {

    width: 60px;

    height: 60px;

    border-radius: 50%;
}

.stars {

    color: #facc15;

    font-size: 22px;
}

.cta-premium {

    background:

        linear-gradient(135deg,
            #3b82f6,
            #8b5cf6,
            #f472b6);

    background-size: 300% 300%;

    animation:
        gradientMove 10s ease infinite;
}

#particles-js {

    position: absolute;

    top: 0;

    left: 0;

    width: 100%;

    height: 100%;

    z-index: 1;
}

.hero .container {

    position: relative;

    z-index: 2;
}

.bento-grid {

    display: grid;

    grid-template-columns:
        2fr 1fr 1fr;

    gap: 20px;
}

.bento-large,
.bento-small {

    background:

        linear-gradient(180deg,
            rgba(59, 130, 246, .12),
            rgba(139, 92, 246, .08));

    backdrop-filter: blur(20px);

    padding: 40px;

    border-radius: 25px;
}

.card-modern {

    position: relative;

    overflow: hidden;
}

.card-modern::before {

    content: "";

    position: absolute;

    width: 300px;
    height: 300px;

    background:
        radial-gradient(circle,
            rgba(255, 255, 255, .15),
            transparent);

    top: -150px;
    left: -150px;

    transition: .5s;
}

.card-modern:hover::before {

    top: -50px;
    left: -50px;
}

.metric-card-premium {

    height: 100%;

    text-align: center;

    padding: 40px 25px;

    border-radius: 24px;

    background: white;

    box-shadow:
        0 10px 30px rgba(0, 0, 0, .08);

    transition: .3s;
}

.metric-card-premium:hover {

    transform: translateY(-8px);

    box-shadow:
        0 20px 50px rgba(59, 130, 246, .15);
}

.metric-card-premium p {

    margin-top: 10px;

    margin-bottom: 0;

    font-size: 1rem;

    color: #64748b;

    font-weight: 500;
}

.metric-card-premium {

    position: relative;
}

.metric-card-premium::before {

    content: "";

    position: absolute;

    top: 0;
    left: 0;

    width: 100%;
    height: 4px;

    border-radius: 24px 24px 0 0;

    background:
        linear-gradient(90deg,
            #3b82f6,
            #8b5cf6,
            #f472b6);
}

.solution-card {

    height: 100%;

    padding: 40px;

    border-radius: 24px;

    background:
        linear-gradient(180deg,
            rgba(255, 255, 255, .08),
            rgba(255, 255, 255, .03));

    border: 1px solid rgba(255, 255, 255, .08);

    backdrop-filter: blur(20px);

    transition: all .35s ease;

    position: relative;

    overflow: hidden;
}

.solution-card::before {

    content: "";

    position: absolute;

    top: 0;
    left: 0;

    width: 100%;
    height: 4px;

    background:
        linear-gradient(90deg,
            #3b82f6,
            #8b5cf6,
            #f472b6);
}

.solution-card:hover {

    transform:
        translateY(-10px);

    box-shadow:
        0 25px 60px rgba(59, 130, 246, .15);
}

.solution-icon {

    width: 70px;

    height: 70px;

    border-radius: 20px;

    display: flex;

    align-items: center;

    justify-content: center;

    font-size: 30px;

    margin-bottom: 25px;

    background:
        linear-gradient(135deg,
            rgba(59, 130, 246, .25),
            rgba(244, 114, 182, .25));
}

.solution-card h4 {

    color: white;

    font-size: 1.4rem;

    font-weight: 700;

    margin-bottom: 15px;
}

.solution-card p {

    color: #cbd5e1;

    line-height: 1.8;

    margin: 0;
}

.solution-card {

    display: flex;

    flex-direction: column;
}

.solution-card::after {

    content: "";

    position: absolute;

    width: 250px;

    height: 250px;

    background:
        radial-gradient(circle,
            rgba(59, 130, 246, .15),
            transparent);

    top: -120px;

    right: -120px;
}

.section-badge {

    display: inline-block;

    padding: 10px 18px;

    border-radius: 50px;

    background:
        linear-gradient(135deg,
            rgba(59, 130, 246, .15),
            rgba(139, 92, 246, .15));

    color: #3b82f6;

    font-weight: 600;
}

.section-subtitle {

    max-width: 700px;

    margin: auto;

    color: #64748b;

    font-size: 1.1rem;
}

.tech-card {

    height: 100%;

    padding: 30px 20px;

    background: white;

    border-radius: 24px;

    text-align: center;

    position: relative;

    overflow: hidden;

    transition: .35s;

    border: 1px solid #e2e8f0;

    box-shadow:
        0 10px 30px rgba(0, 0, 0, .05);
}

.tech-card::before {

    content: "";

    position: absolute;

    top: 0;
    left: 0;

    width: 100%;
    height: 4px;

    background:
        linear-gradient(90deg,
            #3b82f6,
            #8b5cf6,
            #f472b6);
}

.tech-card:hover {

    transform:
        translateY(-8px);

    box-shadow:
        0 25px 50px rgba(59, 130, 246, .15);
}

.tech-summary {

    display: flex;

    justify-content: center;

    gap: 60px;

    margin-bottom: 60px;
}

.tech-summary strong {

    display: block;

    font-size: 2rem;

    color: #3b82f6;
}

.service-premium-card {

    height: 100%;

    padding: 40px;

    border-radius: 24px;

    background:
        linear-gradient(180deg,
            rgba(255, 255, 255, .08),
            rgba(255, 255, 255, .03));

    border: 1px solid rgba(255, 255, 255, .08);

    backdrop-filter: blur(20px);

    position: relative;

    overflow: hidden;

    transition: .35s;

    display: flex;

    flex-direction: column;
}

.service-premium-card::before {

    content: "";

    position: absolute;

    top: 0;
    left: 0;

    width: 100%;
    height: 4px;

    background:
        linear-gradient(90deg,
            #3b82f6,
            #8b5cf6,
            #f472b6);
}

.service-premium-card:hover {

    transform:
        translateY(-10px);

    box-shadow:
        0 25px 60px rgba(59, 130, 246, .18);
}

.service-icon {

    width: 75px;

    height: 75px;

    border-radius: 20px;

    display: flex;

    align-items: center;

    justify-content: center;

    font-size: 34px;

    margin-bottom: 25px;

    background:
        linear-gradient(135deg,
            rgba(59, 130, 246, .20),
            rgba(244, 114, 182, .20));
}

.service-premium-card h4 {

    color: white;

    font-size: 1.4rem;

    font-weight: 700;

    margin-bottom: 15px;
}

.service-premium-card p {

    color: #cbd5e1;

    line-height: 1.8;

    flex-grow: 1;
}

.service-tag {

    display: inline-block;

    padding: 8px 14px;

    border-radius: 50px;

    font-size: .85rem;

    font-weight: 600;

    background:
        rgba(59, 130, 246, .15);

    color: #60a5fa;

    margin-top: 20px;
}

.service-premium-card::after {

    content: "";

    position: absolute;

    width: 250px;

    height: 250px;

    background:
        radial-gradient(circle,
            rgba(59, 130, 246, .15),
            transparent);

    top: -120px;

    right: -120px;
}

.process-grid {

    display: grid;

    grid-template-columns:
        repeat(5, 1fr);

    gap: 25px;
}

.process-card {

    height: 100%;

    padding: 35px;

    border-radius: 24px;

    background: white;

    border: 1px solid #e2e8f0;

    box-shadow:
        0 10px 30px rgba(0, 0, 0, .05);

    transition: .35s;

    position: relative;

    overflow: hidden;
}

.process-card::before {

    content: "";

    position: absolute;

    top: 0;
    left: 0;

    width: 100%;
    height: 4px;

    background:
        linear-gradient(90deg,
            #3b82f6,
            #8b5cf6,
            #f472b6);
}

.process-card:hover {

    transform:
        translateY(-10px);

    box-shadow:
        0 25px 60px rgba(59, 130, 246, .15);
}

.process-number {

    font-size: 3rem;

    font-weight: 800;

    margin-bottom: 20px;

    background:
        linear-gradient(135deg,
            #3b82f6,
            #8b5cf6,
            #f472b6);

    -webkit-background-clip: text;

    -webkit-text-fill-color: transparent;
}

.process-card h4 {

    color: #0f172a;

    font-weight: 700;

    margin-bottom: 15px;
}

.process-card p {

    color: #64748b;

    line-height: 1.8;

    margin: 0;
}

.process-card::after {

    content: "";

    position: absolute;

    width: 250px;

    height: 250px;

    top: -130px;

    right: -130px;

    background:
        radial-gradient(circle,
            rgba(59, 130, 246, .10),
            transparent);
}

.process-card {

    position: relative;
}

.process-card:not(:last-child)::marker {
    display: none;
}

.solution-system-card {

    height: 100%;

    padding: 35px;

    border-radius: 24px;

    background:
        linear-gradient(180deg,
            rgba(255, 255, 255, .08),
            rgba(255, 255, 255, .03));

    border: 1px solid rgba(255, 255, 255, .08);

    backdrop-filter: blur(20px);

    position: relative;

    overflow: hidden;

    transition: .35s;

    display: flex;

    flex-direction: column;
}

.solution-system-card::before {

    content: "";

    position: absolute;

    top: 0;
    left: 0;

    width: 100%;
    height: 4px;

    background:
        linear-gradient(90deg,
            #3b82f6,
            #8b5cf6,
            #f472b6);
}

.solution-system-card:hover {

    transform:
        translateY(-10px);

    box-shadow:
        0 25px 60px rgba(59, 130, 246, .18);
}

.solution-system-icon {

    width: 70px;

    height: 70px;

    border-radius: 18px;

    display: flex;

    align-items: center;

    justify-content: center;

    font-size: 30px;

    margin-bottom: 25px;

    background:
        linear-gradient(135deg,
            rgba(59, 130, 246, .20),
            rgba(244, 114, 182, .20));
}

.solution-system-card h5 {

    color: white;

    font-weight: 700;

    margin-bottom: 15px;
}

.solution-system-card p {

    color: #cbd5e1;

    line-height: 1.8;

    flex-grow: 1;
}

.solution-badge {

    display: inline-block;

    padding: 8px 14px;

    border-radius: 50px;

    font-size: .85rem;

    font-weight: 600;

    color: #60a5fa;

    background:
        rgba(59, 130, 246, .15);
}

.solution-system-card::after {

    content: "";

    position: absolute;

    width: 220px;

    height: 220px;

    top: -120px;

    right: -120px;

    background:
        radial-gradient(circle,
            rgba(59, 130, 246, .12),
            transparent);
}

.case-card {

    height: 100%;

    overflow: hidden;

    border-radius: 28px;

    background: white;

    box-shadow:
        0 15px 40px rgba(0, 0, 0, .08);

    transition: .35s;
}

.case-card:hover {

    transform:
        translateY(-10px);

    box-shadow:
        0 25px 60px rgba(59, 130, 246, .18);
}

.case-card img {

    width: 100%;

    height: 220px;

    object-fit: cover;

    transition: .5s;
}

.case-card:hover img {

    transform: scale(1.08);
}

.case-content {

    padding: 30px;
}

.case-tag {

    display: inline-block;

    padding: 8px 14px;

    border-radius: 50px;

    margin-bottom: 15px;

    background:
        rgba(59, 130, 246, .12);

    color: #3b82f6;

    font-weight: 600;
}

.case-content h4 {

    color: #0f172a;

    font-weight: 700;

    margin-bottom: 15px;
}

.case-content p {

    color: #64748b;

    line-height: 1.8;
}

.case-result {

    margin-top: 20px;

    font-weight: 700;

    font-size: 1.1rem;

    color: #10b981;
}

.result-card {

    height: 100%;

    padding: 35px;

    border-radius: 24px;

    background:
        linear-gradient(180deg,
            rgba(255, 255, 255, .08),
            rgba(255, 255, 255, .03));

    backdrop-filter: blur(20px);

    border: 1px solid rgba(255, 255, 255, .08);

    position: relative;

    overflow: hidden;

    transition: .35s;
}

.result-card:hover {

    transform: translateY(-10px);

    box-shadow:
        0 25px 60px rgba(59, 130, 246, .18);
}

.result-icon {

    width: 70px;

    height: 70px;

    border-radius: 18px;

    display: flex;

    align-items: center;

    justify-content: center;

    font-size: 32px;

    margin-bottom: 25px;

    background:
        linear-gradient(135deg,
            rgba(59, 130, 246, .15),
            rgba(244, 114, 182, .15));
}

.result-card h4 {

    color: white;

    font-weight: 700;

    margin-bottom: 15px;
}

.result-card p {

    color: #cbd5e1;

    line-height: 1.8;
}

.result-badge {

    display: inline-block;

    margin-top: 20px;

    padding: 8px 14px;

    border-radius: 50px;

    background:
        rgba(59, 130, 246, .15);

    color: #60a5fa;

    font-weight: 600;
}

.cta-section {

    padding: 120px 0;

    background: var(--bg);
}

.cta-card {

    position: relative;

    overflow: hidden;

    border-radius: 40px;

    padding: 70px;

    background:

        linear-gradient(135deg,
            rgba(59, 130, 246, .20),
            rgba(139, 92, 246, .18),
            rgba(244, 114, 182, .18));

    backdrop-filter: blur(25px);

    border: 1px solid rgba(255, 255, 255, .08);

    box-shadow:
        0 30px 80px rgba(0, 0, 0, .25);
}

.cta-card::before {

    content: "";

    position: absolute;

    width: 500px;
    height: 500px;

    top: -250px;
    right: -150px;

    background:

        radial-gradient(circle,
            rgba(255, 255, 255, .12),
            transparent);

    filter: blur(50px);
}

.cta-card h2 {

    color: white;

    font-size: 3rem;

    font-weight: 800;

    margin-bottom: 25px;
}

.cta-description {

    color: #e2e8f0;

    font-size: 1.1rem;

    line-height: 1.9;

    max-width: 700px;
}

.cta-stats {

    display: flex;

    gap: 50px;

    margin-top: 40px;

    flex-wrap: wrap;
}

.cta-stat h3 {

    font-size: 2.5rem;

    font-weight: 800;

    margin: 0;

    background:

        linear-gradient(135deg,
            #60a5fa,
            #f472b6);

    -webkit-background-clip: text;

    -webkit-text-fill-color: transparent;
}

.cta-stat span {

    color: #cbd5e1;

    font-size: .95rem;
}

.cta-btn {

    padding: 18px 40px;

    font-size: 1.1rem;

    border-radius: 16px;

    min-width: 260px;
}

.cta-buttons {

    display: flex;

    flex-wrap: wrap;

    justify-content: center;

    gap: 20px;
}

.cta-btn,
.cta-btn-secondary {

    width: 100%;
    max-width: 260px;
}

.contact-info-card {

    height: 100%;

    padding: 40px;

    border-radius: 28px;

    background:
        linear-gradient(
            180deg,
            rgba(255,255,255,.08),
            rgba(255,255,255,.03)
        );

    border: 1px solid rgba(255,255,255,.08);

    backdrop-filter: blur(20px);
}

.contact-info-card h3 {

    color: white;

    font-weight: 700;

    margin-bottom: 20px;
}

.contact-info-card p {

    color: #cbd5e1;

    line-height: 1.8;
}

.contact-feature {

    display: flex;

    gap: 20px;

    margin-top: 30px;

    align-items: flex-start;
}

.contact-feature span {

    font-size: 28px;
}

.contact-feature strong {

    color: white;

    display: block;

    margin-bottom: 5px;
}

.contact-form-card {

    padding: 40px;

    border-radius: 28px;

    background:

        linear-gradient(
            180deg,
            rgba(255,255,255,.08),
            rgba(255,255,255,.03)
        );

    border: 1px solid rgba(255,255,255,.08);

    backdrop-filter: blur(20px);
}

.custom-input {

    background:
        rgba(255,255,255,.05) !important;

    border:
        1px solid rgba(255,255,255,.08) !important;

    color:
        white !important;

    padding:
        15px 20px;

    border-radius:
        14px;
}

.custom-input::placeholder {

    color: #94a3b8;
}

.custom-input:focus {

    background:
        rgba(255,255,255,.08) !important;

    border-color:
        #60a5fa !important;

    box-shadow:
        0 0 0 4px rgba(96,165,250,.15) !important;

    color:
        white !important;
}

.footer-premium {

    position: relative;

    background: var(--bg);

    padding: 90px 0 30px;

    border-top: 1px solid rgba(255,255,255,.08);

    overflow: hidden;
}

.footer-premium::before {

    content: "";

    position: absolute;

    width: 500px;
    height: 500px;

    top: -250px;
    right: -250px;

    background:

        radial-gradient(
            circle,
            rgba(59,130,246,.15),
            transparent 70%
        );

    filter: blur(80px);
}

.footer-brand h3 {

    color: white;

    font-weight: 800;

    margin-bottom: 20px;
}

.footer-brand p {

    color: #94a3b8;

    line-height: 1.9;
}

.footer-premium h5 {

    color: white;

    margin-bottom: 25px;

    font-weight: 700;
}

.footer-links,
.footer-contact {

    list-style: none;

    padding: 0;

    margin: 0;
}

.footer-links li,
.footer-contact li {

    margin-bottom: 14px;

    color: #94a3b8;
}

.footer-links a {

    color: #94a3b8;

    text-decoration: none;

    transition: .3s;
}

.footer-links a:hover {

    color: var(--primary);

    padding-left: 6px;
}

.footer-social {

    display: flex;

    gap: 15px;

    margin-top: 25px;
}

.footer-social a {

    width: 45px;
    height: 45px;

    display: flex;

    align-items: center;

    justify-content: center;

    border-radius: 12px;

    background: rgba(255,255,255,.05);

    color: white;

    text-decoration: none;

    transition: .3s;
}

.footer-social a:hover {

    transform: translateY(-4px);

    background:

        linear-gradient(
            135deg,
            var(--primary),
            var(--secondary)
        );

    box-shadow:
        0 10px 25px rgba(59,130,246,.35);
}

.footer-divider {

    margin: 50px 0 25px;

    border-color: rgba(255,255,255,.08);
}

.footer-bottom {

    display: flex;

    justify-content: space-between;

    flex-wrap: wrap;

    gap: 15px;
}

.footer-bottom p {

    margin: 0;

    color: #64748b;

    font-size: .95rem;
}

.whatsapp-float {

    position: fixed;

    bottom: 30px;
    right: 30px;

    z-index: 9999;

    display: flex;

    align-items: center;

    gap: 12px;

    padding: 14px 22px;

    border-radius: 60px;

    text-decoration: none;

    background:
        linear-gradient(
            135deg,
            #25D366,
            #1fb958
        );

    color: white;

    font-weight: 600;

    box-shadow:
        0 15px 40px rgba(37,211,102,.35);

    transition: .35s ease;
}

.whatsapp-float i {

    font-size: 30px;
}

.whatsapp-float:hover {

    transform:
        translateY(-5px)
        scale(1.03);

    color: white;

    box-shadow:
        0 25px 60px rgba(37,211,102,.45);
}

.whatsapp-float {

    animation:
        whatsappPulse 3s infinite;
}

@keyframes gradientMove {

    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }

}

@keyframes whatsappPulse {

    0% {

        box-shadow:
            0 0 0 0 rgba(37,211,102,.4);
    }

    70% {

        box-shadow:
            0 0 0 18px rgba(37,211,102,0);
    }

    100% {

        box-shadow:
            0 0 0 0 rgba(37,211,102,0);
    }
}

@media (max-width: 768px) {

    .hero {

        min-height: auto;

        padding: 160px 20px 100px;
    }

    .hero h1 {

        font-size: 2.7rem;
    }

    .hero-description {

        font-size: 1rem;
    }

}

@media(max-width:768px) {

    .cta-card {

        padding: 40px;
    }

    .cta-card h2 {

        font-size: 2rem;
    }

    .cta-stats {

        gap: 25px;
    }
}

@media(max-width:768px){

    .footer-bottom{

        flex-direction: column;

        text-align: center;
    }

    .footer-social{

        justify-content: center;
    }
}

@media(max-width:768px){

    .whatsapp-float{

        width: 65px;
        height: 65px;

        padding: 0;

        border-radius: 50%;

        justify-content: center;
    }

    .whatsapp-float span{

        display:none;
    }
}

@media (min-width: 992px) {

    .cta-buttons {

        flex-direction: row;

        justify-content: center;
    }
}

@media (max-width: 1200px) {

    .process-grid {

        grid-template-columns:
            repeat(3, 1fr);
    }

}

@media (max-width: 768px) {

    .process-grid {

        grid-template-columns:
            1fr;
    }

}
