/* ============================================
   LANDING PAGE STYLES - ORIGINAL
   ============================================ */

/*
* CSS Variables
*/
:root {
    --primary: #0f3460;
    --secondary: #e94560;
    --dark: #1a1a2e;
    --light: #f8f9fa;
    --success: #28a745;
    --info: #17a2b8;
    --warning: #ffc107;
    --danger: #dc3545;
    --font-heading: 'Nunito', sans-serif;
    --font-body: 'Nunito', sans-serif;
    --shadow-sm: 0 2px 5px rgba(0, 0, 0, 0.05);
    --shadow-md: 0 5px 15px rgba(0, 0, 0, 0.1);
    --shadow-lg: 0 10px 30px rgba(0, 0, 0, 0.15);
}

body {
    font-family: var(--font-body);
    background-color: var(--light);
    color: #333;
    overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: var(--font-heading);
    font-weight: 700;
}

/* ============================================
   NAVBAR
   ============================================ */

.modern-navbar-landing {
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(10px);
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.05);
    padding: 0.8rem 0;
    transition: all 0.3s ease;
}

.modern-navbar-landing.scrolled {
    padding: 0.5rem 0;
    background: rgba(255, 255, 255, 0.98);
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
}

.nav-link-landing {
    color: #4a5568 !important;
    font-weight: 600;
    font-size: 0.95rem;
    margin: 0 1rem;
    position: relative;
    padding: 0.5rem 0 !important;
    transition: color 0.3s ease;
    text-decoration: none;
}

.nav-link-landing:hover,
.nav-link-landing.active {
    color: var(--primary) !important;
}

.nav-link-landing::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 2px;
    background: var(--primary);
    transition: width 0.3s ease;
}

.nav-link-landing:hover::after,
.nav-link-landing.active::after {
    width: 100%;
}

.btn-login-landing {
    background: var(--primary);
    color: white !important;
    padding: 0.6rem 1.5rem;
    border-radius: 50px;
    font-weight: 600;
    transition: all 0.3s ease;
    box-shadow: 0 4px 10px rgba(15, 52, 96, 0.2);
    text-decoration: none;
    display: inline-flex;
    align-items: center;
}

.btn-login-landing:hover {
    background: #16213e;
    transform: translateY(-2px);
    box-shadow: 0 6px 15px rgba(15, 52, 96, 0.3);
    color: white !important;
}

.btn-login-landing i {
    margin-right: 0.5rem;
}

/* Menu Mobile Styles */
.mobile-menu-section-landing {
    background: #ffffff;
    border-radius: 20px;
    margin-top: 1rem;
    padding: 1rem;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    border: 1px solid rgba(0, 0, 0, 0.05);
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.mobile-nav-link-landing {
    display: flex;
    align-items: center;
    padding: 0.8rem 1.2rem;
    color: #4a5568;
    text-decoration: none;
    font-weight: 600;
    border-radius: 12px;
    transition: all 0.2s ease;
    font-size: 0.95rem;
}

.mobile-nav-link-landing i {
    font-size: 1.2rem;
    margin-right: 0.8rem;
    color: var(--primary);
    background: rgba(15, 52, 96, 0.1);
    padding: 0.4rem;
    border-radius: 8px;
    transition: all 0.2s ease;
}

.mobile-nav-link-landing:hover,
.mobile-nav-link-landing.active {
    background: rgba(15, 52, 96, 0.05);
    color: var(--primary);
}

.mobile-nav-link-landing:hover i,
.mobile-nav-link-landing.active i {
    background: var(--primary);
    color: white;
}

.mobile-login-btn-landing {
    background: linear-gradient(135deg, #e74c3c 0%, #c0392b 100%);
    color: #ffffff !important;
    border: none;
    padding: 0.75rem 2rem;
    border-radius: 25px;
    font-weight: 600;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(231, 76, 60, 0.3);
}

.mobile-login-btn-landing:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(231, 76, 60, 0.4);
    color: #ffffff !important;
}

.mobile-login-btn-landing i {
    margin-right: 0.5rem;
    color: #ffffff !important;
}

.mobile-login-btn-landing:hover i {
    color: #ffffff !important;
}

/* Responsividade Menu Mobile */
@media (max-width: 767.98px) {
    .mobile-menu-header-landing {
        font-size: 0.95rem;
        padding: 0.75rem 1rem;
    }

    .mobile-nav-link-landing {
        padding: 0.75rem 1rem;
        font-size: 0.9rem;
    }

    .mobile-nav-link-landing i {
        font-size: 1rem;
        margin-right: 0.5rem;
    }

    .mobile-menu-footer-landing {
        padding: 0.75rem 1rem;
    }

    .mobile-login-btn-landing {
        padding: 0.5rem 1.25rem;
        font-size: 0.85rem;
    }
}

@media (max-width: 480px) {
    .mobile-menu-header-landing {
        flex-direction: column;
        gap: 0.25rem;
        text-align: center;
    }

    .mobile-nav-link-landing {
        padding: 0.625rem 0.875rem;
    }

    .mobile-login-btn-landing {
        width: 100%;
        justify-content: center;
    }
}

/* Dropdown responsividade mobile */
@media (max-width: 768px) {
    .landing-dropdown {
        width: calc(100vw - 40px) !important;
        max-width: calc(100vw - 40px) !important;
    }
}

/* ============================================
   HERO SECTION
   ============================================ */

.hero-section {
    background-image: url('../img/hero-background.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: scroll;
    padding: 50px 0 100px;
    position: relative;
    overflow: hidden;
}

/* Overlay escuro sobre a imagem */
.hero-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #0f2136d1;
    z-index: 1;
}

/* Garante que o conteúdo fique acima do overlay */
.hero-section>.container {
    position: relative;
    z-index: 2;
}

.badge-primary {
    background: rgba(255, 255, 255, 0.2);
    color: white;
    padding: 0.5rem 1rem;
    border-radius: 20px;
    font-weight: 600;
    backdrop-filter: blur(10px);
}

.hero-title {
    font-size: 3.5rem;
    font-weight: 800;
    color: white;
    margin-bottom: 1.5rem;
    line-height: 1.2;
}

.hero-subtitle {
    font-size: 1.3rem;
    color: rgba(255, 255, 255, 0.9);
    margin-bottom: 2rem;
    line-height: 1.6;
}

.hero-features {
    display: flex;
    flex-direction: column;
    gap: 0.8rem;
}

.feature-item {
    display: flex;
    align-items: center;
    color: white;
    font-weight: 600;
}

.feature-item i {
    font-size: 1.5rem;
    margin-right: 0.8rem;
    color: #28a745;
}

.hero-cta {
    margin-top: 2rem;
}

.hero-cta .btn {
    padding: 1rem 2rem;
    font-weight: 700;
    font-size: 1.1rem;
    border-radius: 50px;
    transition: all 1.3s ease;
    margin-bottom: 1em;
}

.hero-cta .btn-primary {
    background: #28a745;
    border: none;
    box-shadow: 0 5px 20px rgba(40, 167, 69, 0.3);
}

.hero-cta .btn-primary:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 30px rgba(40, 167, 69, 0.4);
}

.hero-cta .btn-outline-primary {
    border: 2px solid white;
    color: white;
}

.hero-cta .btn-outline-primary:hover {
    background: white;
    color: var(--primary);
}

.hero-trust {
    color: rgba(255, 255, 255, 0.8);
}

.hero-trust i {
    color: #28a745;
    margin-right: 0.3rem;
}

.hero-image {
    position: relative;
    animation: float 3s ease-in-out infinite;
}

@keyframes float {

    0%,
    100% {
        transform: translateY(0);
    }

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

/* Ocultar imagem no hero em mobile e tablets (orientação vertical) */
@media (max-width: 1199.98px) {
    .hero-image {
        display: none !important;
    }
}

/* Mostrar imagem apenas em desktop (lg e acima) */
@media (min-width: 992px) {
    .hero-image {
        display: block !important;
    }
}

.hero-image img {
    border: 8px solid rgba(255, 255, 255, 0.2);
}

.floating-card {
    position: absolute;
    background: white;
    padding: 1rem 1.5rem;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
    display: flex;
    align-items: center;
    gap: 1rem;
    animation: bounce 2s ease-in-out infinite;
}

.floating-card i {
    font-size: 2rem;
    color: var(--primary);
}

.floating-card h4 {
    margin: 0;
    font-size: 1.3rem;
    color: #333;
}

.floating-card small {
    color: #6c757d;
    font-size: 0.8rem;
}

.card-1 {
    top: 10%;
    right: -10%;
    animation-delay: 0s;
}

.card-2 {
    bottom: 10%;
    left: -10%;
    animation-delay: 1s;
}

@keyframes bounce {

    0%,
    100% {
        transform: translateY(0px);
    }

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

/* ============================================
   HERO CHART STYLES
   ============================================ */
.hero-chart-container {
    background: rgba(15, 23, 42, 0.85);
    /* Increased opacity to replace blur */
    /* backdrop-filter: blur(20px); -- REMOVED for performance */
    /* -webkit-backdrop-filter: blur(20px); -- REMOVED for performance */
    border-radius: 24px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    padding: 1.5rem;
    box-shadow:
        0 25px 50px -12px rgba(0, 0, 0, 0.5),
        inset 0 0 0 1px rgba(255, 255, 255, 0.1);
    position: relative;
    overflow: hidden;
    transform: perspective(1000px) rotateY(-5deg) rotateX(2deg);
    will-change: transform;
    /* Hint for performance */
    transition: transform 0.5s ease;
    height: 450px;
    /* Limit height to prevent infinite expansion */
    display: flex;
    flex-direction: column;
}

.hero-chart-container:hover {
    transform: perspective(1000px) rotateY(0) rotateX(0);
}

.hero-chart-container::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(34, 197, 94, 0.5), transparent);
}

.chart-overlay-info {
    position: absolute;
    bottom: 2rem;
    left: 2rem;
    z-index: 10;
}

.risk-score {
    background: rgba(15, 23, 42, 0.9);
    border: 1px solid rgba(34, 197, 94, 0.3);
    padding: 1rem 1.5rem;
    border-radius: 16px;
    display: flex;
    flex-direction: column;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(10px);
}

.risk-score .label {
    font-size: 0.8rem;
    color: #94a3b8;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    margin-bottom: 0.2rem;
}

.risk-score .value {
    font-size: 2rem;
    font-weight: 800;
    color: #22c55e;
    line-height: 1;
    text-shadow: 0 0 20px rgba(34, 197, 94, 0.5);
}

.risk-score .status {
    font-size: 0.9rem;
    color: #22c55e;
    font-weight: 600;
    margin-top: 0.2rem;
    display: flex;
    align-items: center;
    gap: 0.4rem;
}

.risk-score .status::before {
    content: '';
    width: 8px;
    height: 8px;
    background: #22c55e;
    border-radius: 50%;
    box-shadow: 0 0 10px #22c55e;
    animation: pulse 2s infinite;
}

.hero-wave {
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
}

/* Specific Vertical Aspect Ratio for Laptops */
@media (min-width: 992px) and (max-width: 1366px) {
    .hero-chart-container {
        height: 580px;
        /* Taller height for "vertical" look */
    }

    .hero-image-wrapper {
        margin-top: -20px;
        /* Slight offset to align center */
    }
}

/* ============================================
   STATS SECTION
   ============================================ */

.stats-section {
    background: white;
    margin-top: -50px;
    position: relative;
    z-index: 10;
}

/* ============================================
   PRICING CONTROLS & CHART
   ============================================ */
.pricing-controls-container {
    display: flex;
    justify-content: center;
    margin-bottom: 2rem;
    position: relative;
    z-index: 50;
    /* Ensure visibility over backgrounds */
}

.pricing-mode-buttons {
    background: rgb(15 23 42 / 94%);
    padding: 0.5rem;
    border-radius: 50px;
    display: inline-flex;
    gap: 0.5rem;
    border: 1px solid rgba(0, 0, 0, 0.05);
    position: relative;
    z-index: 51;
}

.mode-btn {
    border: none;
    background: transparent;
    padding: 0.6rem 1.0rem;
    border-radius: 40px;
    font-size: 0.95rem;
    font-weight: 700;
    color: #64748b;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.mode-btn:hover {
    color: #74b9ff;
}

.mode-btn.active {
    background: #0f3460;
    color: #fff;
    box-shadow: 0 4px 12px rgba(15, 52, 96, 0.3);
}

.mode-btn .badge-discount {
    background: #22c55e;
    color: #fff;
    font-size: 0.75rem;
    padding: 2px 6px;
    border-radius: 10px;
    margin-left: 5px;
}

.pricing-chart-wrapper {
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 1rem;
    animation: fadeIn 0.5s ease;
}

.chart-glass-card {
    background: rgb(15 23 42);
    /* Match Hero Chart: Dark Blue/Slate */
    /* backdrop-filter: blur(20px); -- REMOVED for performance */
    /* -webkit-backdrop-filter: blur(20px); -- REMOVED for performance */
    border-radius: 24px;
    padding: 2rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow:
        0 25px 50px -12px rgba(0, 0, 0, 0.5),
        inset 0 0 0 1px rgba(255, 255, 255, 0.1);
    height: 500px;
    display: flex;
    flex-direction: column;
    position: relative;
    overflow: hidden;
}

.chart-header-row {
    text-align: center;
    margin-bottom: 2rem;
    position: relative;
    z-index: 10;
}

.chart-header-row h3 {
    color: #e2e8f0;
    /* Light Slate */
    font-weight: 800;
    margin-bottom: 0.5rem;
}

.chart-header-row p {
    color: #94a3b8;
    /* Slate 400 */
    margin: 0;
    font-size: 0.95rem;
}

.chart-canvas-container {
    flex: 1;
    position: relative;
    width: 100%;
    z-index: 10;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(10px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.stat-box {
    padding: 2rem;
    border-radius: 15px;
    background: white;
    box-shadow: var(--shadow-md);
    transition: all 0.3s ease;
}

.stat-box:hover {
    transform: translateY(-10px);
    box-shadow: var(--shadow-lg);
}

.stat-box i {
    font-size: 3rem;
    color: var(--primary);
    margin-bottom: 1rem;
}

.stat-number {
    font-size: 2.5rem;
    font-weight: 800;
    color: #333;
    margin: 0;
}

.stat-label {
    color: #6c757d;
    font-weight: 600;
    margin: 0;
}

/* ============================================
   GLOBAL SECTION STYLES
   ============================================ */

.section-title {
    font-size: 2.8rem;
    font-weight: 800;
    color: #1a1a2e;
    margin-bottom: 1rem;
    line-height: 1.2;
}

.section-subtitle {
    font-size: 1.2rem;
    color: #6c757d;
    max-width: 600px;
    margin: 0 auto 2rem;
    line-height: 1.6;
}

/* ============================================
   PROBLEMS SECTION - CAROUSEL
   ============================================ */

.problems-section {
    background: linear-gradient(180deg, #f8fafc 0%, #e2e8f0 100%);
    position: relative;
    overflow: hidden;
}

.problems-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 400px;
    background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.03'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"), linear-gradient(135deg, #1a1a2e 0%, #16213e 50%, #0f3460 100%);
    clip-path: ellipse(80% 100% at 50% 0%);
}

/* Modern Glassmorphism Carousel Container */
.problems-carousel {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    background: #fff;
    /* backdrop-filter removed for performance */
    border-radius: 30px;
    box-shadow:
        0 25px 50px -12px rgba(0, 0, 0, 0.25),
        0 0 0 1px rgba(255, 255, 255, 0.3),
        inset 0 1px 0 rgba(255, 255, 255, 0.5);
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.2);
    z-index: 10;
}

.carousel-slides {
    position: relative;
    min-height: 700px;
    /* Aumentado para acomodar conteúdo */
}

.carousel-slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    min-height: 700px;
    /* Altura mínima garantida */
    opacity: 0;
    transform: translateX(100%);
    transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1);
    padding: 3rem;
    display: flex;
    align-items: flex-start;
    /* Alinhamento no topo para conteúdo longo */
    overflow-y: auto;
    /* Permite scroll se necessário */
}

/* Slide introdutório pode ficar centralizado */
.carousel-slide[data-slide="0"] {
    align-items: center;
}

.carousel-slide.active {
    opacity: 1;
    transform: translateX(0);
}

.carousel-slide.prev {
    transform: translateX(-100%);
}

/* Slide 1 - Introdução */
.slide-content {
    width: 100%;
}

.slide-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    background: linear-gradient(135deg, #22c55e 0%, #16a34a 50%, #15803d 100%);
    background-size: 200% 200%;
    animation: gradientShift 3s ease infinite;
    color: white;
    padding: 0.8rem 1.5rem;
    border-radius: 50px;
    font-weight: 700;
    font-size: 0.9rem;
    letter-spacing: 0.5px;
    margin-bottom: 2rem;
    text-transform: uppercase;
    box-shadow:
        0 4px 15px rgba(34, 197, 94, 0.4),
        0 0 30px rgba(34, 197, 94, 0.2);
    position: relative;
    overflow: hidden;
}

.slide-badge::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
    animation: shimmer 2s infinite;
}

@keyframes shimmer {
    0% {
        left: -100%;
    }

    100% {
        left: 100%;
    }
}

@keyframes gradientShift {

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

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

.slide-badge i {
    font-size: 1.2rem;
}

.slide-title {
    font-size: 3rem;
    font-weight: 900;
    color: #1a1a2e;
    margin-bottom: 1.5rem;
    line-height: 1.2;
}

.slide-subtitle {
    font-size: 1.3rem;
    color: #6c757d;
    line-height: 1.6;
    margin-bottom: 3rem;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.slide-stats {
    display: flex;
    gap: 3rem;
    justify-content: center;
    flex-wrap: wrap;
}

.slide-stats .stat-item {
    text-align: center;
    padding: 1.5rem 2rem;
    background: rgba(255, 255, 255, 0.7);
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.5);
    transition: all 0.3s ease;
}

.slide-stats .stat-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.12);
}

.slide-stats .stat-number {
    display: block;
    font-size: 3rem;
    font-weight: 900;
    background: linear-gradient(135deg, #22c55e 0%, #16a34a 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    line-height: 1;
}

.slide-stats .stat-text {
    display: block;
    font-size: 1rem;
    color: #6c757d;
    margin-top: 0.5rem;
    max-width: 200px;
}

/* Problem Slides */
.slide-problem {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
}

.problem-header {
    display: flex;
    align-items: center;
    gap: 1.5rem;
    margin-bottom: 2rem;
    padding: 1.5rem;
    background: rgba(255, 255, 255, 0.6);
}

/* ============================================
   FOOTER STYLES
   ============================================ */
.landing-footer {
    background: linear-gradient(135deg, #1a1a2e 0%, #16213e 50%, #0f3460 100%);
    color: rgba(255, 255, 255, 0.8);
    padding: 5rem 0 2rem;
    position: relative;
}

.landing-footer::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.02'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

.footer-brand img {
    border-radius: 10px;
}

.footer-brand h4 {
    color: white;
    font-weight: 700;
    font-size: 1.5rem;
    margin-bottom: 1rem;
}

.footer-description {
    line-height: 1.8;
    margin-bottom: 1.5rem;
}

.footer-social {
    display: flex;
    gap: 1rem;
}

.footer-social a {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    text-decoration: none;
    transition: all 0.3s ease;
    backdrop-filter: blur(10px);
}

.footer-social a:hover {
    background: linear-gradient(135deg, #1a1a2e 0%, #16213e 50%, #0f3460 100%);
    transform: translateY(-5px);
    box-shadow: 0 5px 15px rgba(102, 126, 234, 0.5);
}

.footer-social i {
    font-size: 1.5rem;
}

.footer-title {
    color: white;
    font-weight: 700;
    font-size: 1.2rem;
    margin-bottom: 1.5rem;
    position: relative;
    padding-bottom: 0.8rem;
}

.footer-title::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 50px;
    height: 3px;
    background: linear-gradient(135deg, #1a1a2e 0%, #16213e 50%, #0f3460 100%);
    border-radius: 5px;
}

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

.footer-links li {
    margin-bottom: 0.8rem;
}

.footer-links a {
    color: rgba(255, 255, 255, 0.8);
    text-decoration: none;
    display: flex;
    align-items: center;
    transition: all 0.3s ease;
}

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

.footer-links i {
    margin-right: 0.5rem;
    color: #74b9ff;
}

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

.footer-contact li {
    display: flex;
    gap: 1rem;
    margin-bottom: 1.5rem;
}

.footer-contact i {
    font-size: 1.8rem;
    color: #74b9ff;
    flex-shrink: 0;
}

.footer-contact strong {
    display: block;
    color: white;
    margin-bottom: 0.3rem;
}

.footer-contact a,
.footer-contact span {
    color: rgba(255, 255, 255, 0.8);
    text-decoration: none;
    transition: color 0.3s ease;
}

.footer-contact a:hover {
    color: white;
}

.footer-divider {
    height: 2px;
    background: rgba(255, 255, 255, 0.1);
    margin: 3rem 0 2rem;
}

.footer-bottom {
    position: relative;
    z-index: 2;
}

.footer-copyright,
.footer-credits {
    margin: 0;
    font-size: 0.95rem;
}

.footer-credits i {
    color: #e74c3c;
    animation: heartbeat 1.5s ease-in-out infinite;
}

@keyframes heartbeat {

    0%,
    100% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.2);
    }
}

.footer-credits a {
    color: #74b9ff;
    text-decoration: none;
    transition: color 0.3s ease;
}

.footer-credits a:hover {
    color: white;
}

.footer-badges {
    display: flex;
    justify-content: center;
    gap: 2rem;
    flex-wrap: wrap;
    margin-top: 3rem;
    padding-top: 2rem;
    border-top: 2px solid rgba(255, 255, 255, 0.1);
}

.badge-item {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    background: rgba(255, 255, 255, 0.05);
    padding: 0.8rem 1.5rem;
    border-radius: 50px;
    backdrop-filter: blur(10px);
}

.badge-item i {
    font-size: 1.3rem;
    color: #28a745;
}

.badge-item span {
    font-size: 0.85rem;
    font-weight: 600;
}

.scroll-to-top {
    position: fixed;
    bottom: 30px;
    right: 30px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: linear-gradient(135deg, #1a1a2e 0%, #16213e 50%, #0f3460 100%);
    color: white;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    box-shadow: 0 5px 20px rgba(102, 126, 234, 0.4);
    z-index: 9999;
}

.scroll-to-top.visible {
    opacity: 1;
    visibility: visible;
}

.scroll-to-top:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 30px rgba(102, 126, 234, 0.6);
}

.scroll-to-top i {
    font-size: 1.5rem;
}

@media (max-width: 768px) {
    .landing-footer {
        padding: 3rem 0 1.5rem;
    }

    .footer-brand,
    .col-lg-2,
    .col-lg-3 {
        text-align: center;
    }

    .footer-social {
        justify-content: center;
    }

    .footer-title::after {
        left: 50%;
        transform: translateX(-50%);
    }

    .footer-links a {
        justify-content: center;
    }

    .footer-contact li {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .footer-badges {
        gap: 1rem;
    }

    .badge-item {
        font-size: 0.8rem;
        padding: 0.6rem 1rem;
    }
}