/* Combined CSS - deduplicated and purged */

:root {
    --navy-deep: #0B1F3A;
    --navy-dark: #0E2A47;
    --navy-mid: #1A3A5A;
    --navy-light: #2A4A6A;
    --cyan-bright: #2A5BD3;
    --cyan-soft: #4DAFFF;
    --cyan-light: #EAF6FF;
    --cyan-muted: #B3D9FF;
    --red-muted: #EF5A5A;
    --red-bright: #E63946;
    --red-warm: #FF6B6B;
    --white: #FFFFFF;
    --off-white: #F6FAFF;
    --steel-blue: #BFD4EA;
    --light-gray: #F3F4F6;
    --dark-gray: #424242;
    --text-gray: #666666;
    --border-gray: #E5E7EB;
    --gray-blue: #8FA3B8;
    --hero-bg: linear-gradient(160deg, #0f172a 0%, #1e293b 25%, #1a365d 50%, #0f172a 75%, #0c1222 100%);
    --hero-overlay: rgba(11, 31, 58, 0.85);
    --hero-text: #FFFFFF;
    --hero-accent: #4DAFFF;
    --hero-glow: rgba(77, 175, 255, 0.3);
    --features-bg: #F8FBFF;
    --features-card-bg: #FFFFFF;
    --features-card-border: rgba(191, 212, 234, 0.4);
    --features-card-shadow: rgba(11, 31, 58, 0.06);
    --features-icon-bg: linear-gradient(135deg, #EAF6FF 0%, #F6FAFF 100%);
    --features-text: #0B1F3A;
    --features-text-light: #666666;
    --stats-bg: linear-gradient(135deg, #0E2A47 0%, #0B1F3A 100%);
    --stats-card-bg: rgba(255, 255, 255, 0.05);
    --stats-card-border: rgba(77, 175, 255, 0.15);
    --stats-number: #4DAFFF;
    --stats-label: rgba(255, 255, 255, 0.85);
    --stats-text: rgba(255, 255, 255, 0.9);
    --cta-bg: linear-gradient(135deg, #4DAFFF 0%, #2A5BD3 25%, #1A3A5A 60%, #0E2A47 85%, #0B1F3A 100%);
    --cta-overlay: rgba(11, 31, 58, 0.5);
    --cta-text: #FFFFFF;
    --cta-button-bg: #FFFFFF;
    --cta-button-text: #0B1F3A;
    --cta-shadow: rgba(11, 31, 58, 0.3);
    --footer-bg: #0D1124;
    --footer-bg-alt: #141B2E;
    --footer-text: rgba(255, 255, 255, 0.9);
    --footer-text-light: rgba(255, 255, 255, 0.7);
    --footer-heading: #6495ED;
    --footer-border: rgba(255, 255, 255, 0.1);
    --footer-link-hover: #4DAFFF;
    --footer-email: #EF5A5A;
    --glass-bg: rgba(255, 255, 255, 0.1);
    --glass-border: rgba(255, 255, 255, 0.2);
    --glass-shadow: rgba(0, 0, 0, 0.1);
    --mobile-drawer-bg: linear-gradient(160deg, #0B1F3A 0%, #0E2A47 22%, #1A3A5A 48%, #2A5BD3 78%, #0E2A47 100%);
}
* {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }
body {
            font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
            color: #333;
            overflow-x: hidden;
            line-height: 1.6;
        }
.navbar {
            background-color: transparent;
            border-bottom: 1px solid rgba(11, 31, 58, 0.08);
            padding: 16px 0;
            transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1),
                padding 0.3s ease,
                background-color 0.3s ease,
                box-shadow 0.3s ease;
            transform: translateY(0);
        }
.navbar.navbar-hidden {
            transform: translateY(-100%);
        }
.navbar.navbar-scrolled {
            padding: 12px 0 !important;
            box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
            backdrop-filter: blur(20px);
            background-color: rgba(4, 4, 4, 0.85);
            opacity: 0;
            transition: all 0.2s ease;
        }
 .navbar.navbar-scrolled:hover {  opacity: 1; }
.navbar-brand {
            display: flex;
            align-items: center;
            gap: 12px;
            color: var(--navy-deep) !important;
            font-size: 22px;
            font-weight: 700;
            text-decoration: none;
            letter-spacing: -0.5px;
        }
.navbar-brand .logo-square {
            width: 42px;
            height: 42px;
            background: var(--navy-deep);
            border-radius: 6px;
            display: flex;
            align-items: center;
            justify-content: center;
            color: var(--white);
            font-weight: 800;
            font-size: 24px;
        }
.nav-link {
            color: var(--off-white);
            font-size: 16px;
            font-weight: 400;
            margin: 0 10px;
            transition: color 0.3s ease;
            padding: 8px 0 !important;
        }
.nav-link:hover {
            color: var(--white) !important;
        }
.dropdown-menu {
            background: white;
            border: 1px solid rgba(11, 31, 58, 0.1);
            border-radius: 8px;
            box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
            padding: 8px 0;
            margin-top: 8px;
            min-width: 250px;
        }
.dropdown-item {
            color: var(--navy-deep);
            font-size: 14px;
            font-weight: 400;
            padding: 10px 20px;
            transition: all 0.2s ease;
        }
.dropdown-item:hover {
            background: rgba(117, 154, 255, 0.1);
            color: var(--cyan-bright);
        }
sup {
            font-size: 0.65em;
            vertical-align: super;
            line-height: 0;
            font-weight: 400;
            position: relative;
            top: 0;
        }
.dropdown-item sup,
        footer a sup,
        .solution-tag sup,
        .btn-teal sup,
        .section-badge sup,
        p sup,
        h1 sup,
        h2 sup,
        h3 sup,
        h4 sup,
        h5 sup,
        h6 sup,
        span sup {
            font-size: 0.65em;
            vertical-align: super;
            line-height: 0;
            font-weight: 400;
        }
.dropdown-toggle::after {
            margin-left: 6px;
            transition: transform 0.3s ease;
        }
.dropdown-toggle[aria-expanded="true"]::after {
            transform: rotate(180deg);
        }
.nav-btn-demo {
            background: var(--cyan-bright);
            color: var(--off-white);
            border: none;
            padding: 10px 24px;
            border-radius: 6px;
            font-size: 14px;
            font-weight: 600;
            transition: all 0.3s ease;
            margin: 0 12px;
            text-decoration: none;
            display: inline-flex;
            align-items: center;
            box-shadow: 0 2px 8px rgba(117, 154, 255, 0.3);
        }
.nav-btn-demo:hover {
            background: var(--navy-deep);
            transform: translateY(-2px);
            box-shadow: 0 4px 12px rgba(117, 154, 255, 0.4);
            color: var(--cyan-light);
        }
.nav-search-icon {
            color: var(--off-white);
            font-size: 20px;
            padding: 8px;
            margin-left: 8px;
            cursor: pointer;
            transition: all 0.3s ease;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            border-radius: 6px;
        }
.nav-search-icon:hover {
            color: var(--white);
            background: rgba(117, 154, 255, 0.1);
            transform: scale(1.1);
        }
.hero-section {
    position: relative;
    min-height: 85vh;
    display: flex;
    align-items: center;
    overflow: hidden;
    background: var(--hero-bg);
    padding-top: 120px;
    padding-bottom: 100px;
}
#particles-js {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    pointer-events: none;
    /* allow clicks to reach hero buttons */
}
#particles-js canvas {
    display: block;

}
.hero-section .container {
    position: relative;
    z-index: 1;
}
.hero-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image:
        linear-gradient(rgba(47, 214, 232, 0.03) 1px, transparent 1px),
        linear-gradient(90deg, rgba(47, 214, 232, 0.03) 1px, transparent 1px);
    background-size: 50px 50px;
    opacity: 0.4;
    z-index: 0;
}
.hero-section::after {
    content: '';
    position: absolute;
    top: -200px;
    right: -200px;
    width: 800px;
    height: 800px;
    background: radial-gradient(circle, rgba(47, 214, 232, 0.08) 0%, transparent 70%);
    border-radius: 50%;
    z-index: 0;
}
.hero-carousel {
    position: relative;
    width: 100%;
}
.hero-slide {
    display: none;
    animation: fadeIn 0.8s ease-in-out;
}
.hero-slide.active {
    display: block;
}
.hero-visual {
    position: relative;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}
.trust-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    /* background: rgba(47, 214, 232, 0.15); */
    color: var(--cyan-soft);
    padding: 8px 18px;
    border-radius: 20px;
    font-size: 13px;
    font-weight: 500;
    margin-bottom: 28px;
    letter-spacing: 0.2px;
    border: 1px solid rgba(47, 214, 232, 0.4);
}
.trust-badge::before {
    content: '';
    width: 8px;
    height: 8px;
    background: var(--cyan-soft);
    border-radius: 50%;
    display: block;
    box-shadow: 0 0 8px rgba(47, 214, 232, 0.6);
}
.hero-section .hero-content h1,
.hero-slide .hero-content h1 {
    font-size: 56px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 24px;
    letter-spacing: -1px;
    color: var(--cyan-light) !important;
}
span.line-1 {
    color: white !important;
    display: inline;
}
span.highlight {
    background: linear-gradient(to left, var(--cyan-soft) 0%, var(--cyan-light) 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline;
}
.hero-section .hero-content h1 .line-1,
.hero-section .hero-content h1 .line-2,
.hero-slide .hero-content h1 .line-1,
.hero-slide .hero-content h1 .line-2 {
    color: var(--cyan-light) !important;
    display: inline;
}
.hero-section .hero-content h1 .highlight,
.hero-slide .hero-content h1 .highlight {
    background: linear-gradient(to left, var(--cyan-soft) 0%, var(--cyan-light) 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline;
}
.hero-section .hero-content p,
.hero-slide .hero-content p {
    font-size: 18px;
    color: var(--steel-blue) !important;
    margin-bottom: 36px;
    max-width: 580px;
    line-height: 1.7;
    font-weight: 400;
}
.hero-section .hero-content p .p-line-1,
.hero-section .hero-content p .p-line-2,
.hero-slide .hero-content p .p-line-1,
.hero-slide .hero-content p .p-line-2 {
    color: var(--steel-blue) !important;
    display: block;
}
.btn-demo {
    background: var(--red-bright);
    color: var(--white);
    border: none;
    padding: 14px 32px;
    border-radius: 6px;
    font-size: 15px;
    font-weight: 600;
    transition: all 0.3s;
    margin-right: 14px;
    letter-spacing: 0.2px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    box-shadow: 0 4px 12px var(--cta-shadow);
}
.btn-demo:hover {
    background: var(--red-warm);
    transform: translateY(-2px);
    box-shadow: 0 8px 24px var(--cta-shadow);
    color: var(--white);
}
.btn-demo::after {
    content: '\2192';
    font-size: 18px;
    transition: transform 0.3s;
}
.btn-demo:hover::after {
    transform: translateX(4px);
}
.btn-explore {
    background: var(--dark-gray);
    color: white;
    border: none;
    padding: 14px 32px;
    border-radius: 6px;
    font-size: 15px;
    font-weight: 600;
    transition: all 0.3s;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    letter-spacing: 0.2px;
    text-decoration: none;
}
.btn-explore:hover {
    background: #3d4856;
    transform: translateY(-2px);
    color: white;
}
.btn-explore::after {
    content: '\2192';
    font-size: 16px;
    transition: transform 0.3s;
}
.btn-explore:hover::after {
    transform: translateX(4px);
}
.hero-stats {
    display: flex;
    gap: 56px;
    margin-top: 52px;
}
.hero-stat {
    color: var(--white);
}
.hero-stat-number {
    font-size: 32px;
    font-weight: 700;
    color: var(--red);
    display: block;
    line-height: 1.2;
}
.hero-stat-label {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.85);
    margin-top: 6px;
    font-weight: 400;
}
.hero-video-container {
    position: relative;
    width: 100%;
    max-width: 600px;
    height: 100%;
    border-radius: 20px;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.4), 0 0 40px rgba(47, 214, 232, 0.15);
    border: 1px solid rgba(47, 214, 232, 0.2);
}
.hero-video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.hero-video::-webkit-media-controls-panel {
    background-color: rgba(0, 0, 0, 0.7);
    border-radius: 0 0 16px 16px;
}
.hero-video::-webkit-media-controls-play-button,
.hero-video::-webkit-media-controls-pause-button {
    background-color: var(--cyan-bright);
    border-radius: 50%;
}
.hero-video::-webkit-media-controls-current-time-display,
.hero-video::-webkit-media-controls-time-remaining-display {
    color: white;
    font-size: 12px;
}
.hero-video::-webkit-media-controls-timeline {
    background-color: rgba(255, 255, 255, 0.3);
    border-radius: 2px;
}
.hero-video::-webkit-media-controls-volume-slider {
    background-color: rgba(255, 255, 255, 0.3);
}
.hero-video::-webkit-media-controls-mute-button {
    background-color: transparent;
}
.hero-video::-moz-media-controls {
    background-color: rgba(0, 0, 0, 0.7);
}
.hero-slide.active .hero-video-container {
    animation: float 3s ease-in-out infinite;
}
.hero-carousel-indicators {
    position: absolute;
    bottom: -40px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 12px;
    z-index: 10;
}
.hero-indicator {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.3);
    /* border: 2px solid rgba(255, 255, 255, 0.5); */
    cursor: pointer;
    transition: all 0.3s;
}
.hero-indicator.active {
    background: #c4d4ff;
    border-color: var(--red);
    width: 30px;
    border-radius: 5px;
}
.section {
    padding: 50px 0;
}
.section-light {
    background: var(--features-bg);
}
.section-badge {
    display: inline-block;
    background: rgba(103, 136, 255, 0.12);
    color: var(--cyan-bright);
    padding: 6px 16px;
    border-radius: 20px;
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 16px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    border: 1px solid rgba(53, 47, 232, 0.2);
}
.section-dark {
    background: var(--stats-bg);
    color: var(--stats-text);
}
.section-title {
    font-size: 42px;
    font-weight: 700;
    margin-bottom: 18px;
    color: var(--navy-deep);
    letter-spacing: -0.5px;
    line-height: 1.2;
}
.section-dark .section-title {
    color: var(--white);
}
.section-subtitle {
    font-size: 17px;
    color: var(--text-gray);
    margin-bottom: 56px;
    /* max-width: 720px; */
    line-height: 1.7;
    font-weight: 400;
}
.section-dark .section-subtitle {
    color: var(--steel-blue);
}
.feature-card {
            background: white;
            border-radius: 16px;
            padding: 40px;
            box-shadow: 0 4px 24px rgba(0, 0, 0, 0.08);
            border: 1px solid rgba(191, 212, 234, 0.4);
            transition: all 0.3s ease;
            height: 100%;
            position: relative;
            overflow: hidden;
        }
.feature-card:hover {
            transform: translateY(-6px);
            box-shadow: 0 12px 40px rgba(42, 91, 211, 0.15);
            border-color: var(--cyan-bright);
        }
.feature-icon {
            width: 80px;
            height: 80px;
            background: linear-gradient(135deg, #EAF6FF 0%, #F6FAFF 100%);
            border-radius: 16px;
            display: flex;
            align-items: center;
            justify-content: center;
            margin-bottom: 28px;
            transition: all 0.3s ease;
        }
.feature-icon i,
.feature-icon .bi {
            font-size: 36px;
            line-height: 0px;
            color: var(--cyan-bright);
            transition: color 0.3s ease;
            font-family: "bootstrap-icons" !important;
            font-style: normal;
            font-weight: normal;
            -webkit-font-smoothing: antialiased;
        }
.feature-icon i.bi-scale::before {
    content: "\f4c8";
    font-family: "bootstrap-icons" !important;
    display: inline-block;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    vertical-align: -.125em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.feature-card:hover .feature-icon {
            background: linear-gradient(135deg, var(--cyan-bright), var(--cyan-soft));
            transform: scale(1.1);
        }
/* Core Features: icon and heading side by side */
.feature-card-header {
            display: flex;
            align-items: center;
            gap: 1rem;
            margin-bottom: 1rem;
        }
.feature-card-header .feature-icon {
            margin-bottom: 0;
            flex-shrink: 0;
            width: 56px;
            height: 56px;
        }
.feature-card-header .feature-icon i {
            font-size: 28px;
        }
/* Colorful SVG icons: no gradient overlay so SVG colors show */
.feature-card-header .feature-icon.feature-icon-svg {
            background: transparent;
            border-radius: 0;
        }
.feature-card-header .feature-icon.feature-icon-svg img {
            width: 56px;
            height: 56px;
            object-fit: contain;
            display: block;
        }
.feature-card:hover .feature-icon.feature-icon-svg {
            background: transparent;
            transform: scale(1.05);
        }

/* Core Features – Platform Benefits style (like smart-city-311) */
.core-features-benefits-style .feature-card {
            display: flex;
            flex-direction: column;
            align-items: center;
            padding: 10px 0px 20px 10px;
            text-align: center;
        }
.core-features-benefits-style .feature-icon {
            width: 80px;
            height: 80px;
            margin-bottom: 0px;
            background: transparent;
            display: flex;
            align-items: center;
            justify-content: center;
            flex-shrink: 0;
        }
.core-features-benefits-style .feature-icon img {
            width: 48px;
            height: 48px;
            object-fit: contain;
        }
.core-features-benefits-style .feature-card h4 {
            font-size: 20px;
            font-weight: 600;
            color: var(--navy-deep);
            margin-bottom: 16px;
            line-height: 1.3;
            width: 100%;
        }
.core-features-benefits-style .feature-card-list {
            width: 100%;
            text-align: left;
            margin: 0;
            padding-left: 1.25rem;
        }
.core-features-benefits-style .feature-card:hover .feature-icon {
            background: transparent;
            transform: scale(1.1);
        }

.feature-card-header h4 {
            margin-bottom: 0;
            flex: 1;
            font-size: 1.15rem;
            line-height: 1.3;
        }
.feature-card h5 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 14px;
    color: var(--navy-deep);
    line-height: 1.3;
}
.feature-card p {
            color: var(--text-gray);
            line-height: 1.8;
            margin: 0;
            font-size: 16px;
        }
.feature-card-list {
            list-style: none;
            padding: 0;
            margin: 0.75rem 0 0 0;
            font-size: 15px;
            color: var(--text-gray);
            line-height: 1.6;
        }
.feature-card-list li {
            position: relative;
            padding-left: 1.25rem;
            margin-bottom: 0.4rem;
        }
.feature-card-list li::before {
            content: "•";
            position: absolute;
            left: 0;
            color: var(--cyan-bright);
            font-weight: bold;
        }
.btn-teal {
    background: var(--cyan-bright);
    color: var(--cyan-light);
    border: none;
    padding: 14px 32px;
    border-radius: 8px;
    font-size: 15px;
    font-weight: 600;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    letter-spacing: 0.2px;
    box-shadow: 0 4px 12px rgba(47, 214, 232, 0.3);
}
.btn-teal:hover {
    background: var(--cyan-soft);
    transform: translateY(-1px);
    box-shadow: 0 6px 20px rgba(47, 214, 232, 0.4);
    color: var(--navy-deep);
}
.platform-card {
    background: var(--stats-card-bg);
    border: 1px solid var(--stats-card-border);
    border-radius: 12px;
    padding: 10px 20px;
    height: 100%;
    transition: all 0.3s;
    backdrop-filter: blur(10px);
}
.platform-card:hover {
    background: rgba(255, 255, 255, 0.12);
    border-color: rgba(255, 255, 255, 0.25);
    transform: translateY(-4px);
}
.platform-icon {
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    font-size: 28px;
    color: var(--cyan-bright);
    transition: all 0.3s ease;
}
.platform-card:hover .platform-icon {
    color: var(--cyan-soft);
    transform: scale(1.1);
}
.platform-card h5 {
    color: var(--white);
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 12px;
    line-height: 1.3;
}
.platform-card p {
    color: rgba(255, 255, 255, 0.85);
    font-size: 14px;
    line-height: 1.6;
}
.government-card {
    background: var(--off-white);
    border-radius: 16px;
    padding: 48px 40px;
    height: 100%;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    border: 1px solid rgba(11, 31, 58, 0.08);
    position: relative;
    overflow: hidden;
}
.government-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, var(--cyan-bright), var(--cyan-soft));
    transform: scaleX(0);
    transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.government-card:hover::before {
    transform: scaleX(1);
}
.government-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 16px 40px rgba(47, 214, 232, 0.15);
    border-color: rgba(47, 214, 232, 0.2);
}
.government-card-icon {
    width: 88px;
    height: 88px;
    background: var(--navy-deep);
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 28px;
    font-size: 40px;
    color: white;
    box-shadow: 0 8px 20px rgba(11, 31, 58, 0.2);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.government-card:hover .government-card-icon {
    background: var(--cyan-bright);
    color: var(--cyan-light);
    transform: scale(1.05);
    box-shadow: 0 12px 28px rgba(47, 214, 232, 0.3);
}
.government-card h4 {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 18px;
    color: var(--navy-deep);
    line-height: 1.3;
    transition: color 0.3s;
}
.government-card:hover h4 {
    color: var(--cyan-bright);
}
.government-card p {
    color: var(--text-gray);
    margin-bottom: 24px;
    line-height: 1.7;
    font-size: 15px;
}
.tag {
    display: inline-block;
    background: rgba(126, 178, 255, 0.12);
    color: var(--cyan-bright);
    padding: 8px 16px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 600;
    margin-right: 8px;
    margin-bottom: 8px;
    transition: all 0.3s ease;
    border: 1px solid rgba(47, 214, 232, 0.2);
}
.government-card:hover .tag {
    background: rgba(47, 214, 232, 0.18);
    border-color: rgba(47, 214, 232, 0.4);
    transform: translateY(-2px);
}
.compliance-card {
    background: var(--off-white);
    border-radius: 12px;
    padding: 32px 24px;
    text-align: center;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
    border: 1px solid rgba(11, 31, 58, 0.08);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    height: 100%;
}
.compliance-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 8px 24px rgba(47, 214, 232, 0.15);
    border-color: rgba(47, 214, 232, 0.2);
}
.compliance-card i {
    font-size: 48px;
    color: var(--navy-deep);
    margin-bottom: 20px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 80px;
    height: 80px;
    border-radius: 20px;
    transition: transform 0.3s ease, color 0.3s ease, box-shadow 0.3s ease;
}
/* Colorful icon backgrounds for Trust & Compliance cards */
#trust-compliance .row.g-4.mb-5 .col-md-4.col-lg-2:nth-child(1) .compliance-card i {
    background: linear-gradient(135deg, #2A5BD3 0%, #1e40af 100%);
    color: #fff;
    box-shadow: 0 4px 14px rgba(42, 91, 211, 0.35);
}
#trust-compliance .row.g-4.mb-5 .col-md-4.col-lg-2:nth-child(2) .compliance-card i {
    background: linear-gradient(135deg, #059669 0%, #047857 100%);
    color: #fff;
    box-shadow: 0 4px 14px rgba(5, 150, 105, 0.35);
}
#trust-compliance .row.g-4.mb-5 .col-md-4.col-lg-2:nth-child(3) .compliance-card i {
    background: linear-gradient(135deg, #0d9488 0%, #0f766e 100%);
    color: #fff;
    box-shadow: 0 4px 14px rgba(13, 148, 136, 0.35);
}
#trust-compliance .row.g-4.mb-5 .col-md-4.col-lg-2:nth-child(4) .compliance-card i {
    background: linear-gradient(135deg, #7c3aed 0%, #6d28d9 100%);
    color: #fff;
    box-shadow: 0 4px 14px rgba(124, 58, 237, 0.35);
}
#trust-compliance .row.g-4.mb-5 .col-md-4.col-lg-2:nth-child(5) .compliance-card i {
    background: linear-gradient(135deg, #ea580c 0%, #c2410c 100%);
    color: #fff;
    box-shadow: 0 4px 14px rgba(234, 88, 12, 0.35);
}
#trust-compliance .row.g-4.mb-5 .col-md-4.col-lg-2:nth-child(6) .compliance-card i {
    background: linear-gradient(135deg, #4f46e5 0%, #4338ca 100%);
    color: #fff;
    box-shadow: 0 4px 14px rgba(79, 70, 229, 0.35);
}
.compliance-card:hover i {
    transform: scale(1.08);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.18);
}
#trust-compliance .compliance-card:hover i {
    color: #fff;
}
.compliance-card h6 {
    font-size: 14px;
    font-weight: 600;
    color: var(--navy-deep);
    margin: 0;
    line-height: 1.4;
}
.stat-box {
    text-align: center;
    padding: 56px 24px;
    position: relative;
}
.stat-box::before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 4px;
    background: linear-gradient(90deg, var(--cyan-bright), var(--cyan-soft));
    border-radius: 2px;
    opacity: 0;
    transition: opacity 0.3s ease;
}
.stat-box:hover::before {
    opacity: 1;
}
.stat-box-number {
    font-size: 56px;
    font-weight: 700;
    color: var(--stats-number);
    display: block;
    margin-bottom: 12px;
    line-height: 1.2;
    transition: color 0.3s ease;
}
.stat-box:hover .stat-box-number {
    color: var(--cyan-soft);
}
.stat-box-label {
    font-size: 16px;
    color: #666;
    font-weight: 500;
    line-height: 1.5;
}
footer {
            background: #0D1124;
            color: rgba(255, 255, 255, 0.9);
            padding: 80px 0 30px;
        }
.footer-logo {
    margin-bottom: 20px;
}
.footer-slogan {
            color: rgba(255, 255, 255, 0.8);
            font-size: 14px;
            margin-bottom: 24px;
            line-height: 1.6;
        }
.footer-newsletter {
            margin-bottom: 24px;
        }
.footer-newsletter input {
            width: 100%;
            padding: 12px;
            border: 1px solid rgba(255, 255, 255, 0.2);
            border-radius: 6px;
            background: rgba(255, 255, 255, 0.1);
            color: white;
            margin-bottom: 12px;
        }
.footer-newsletter input::placeholder {
            color: rgba(255, 255, 255, 0.6);
        }
.footer-newsletter input:focus {
    outline: none;
    border-color: var(--cyan-bright);
    background: rgba(255, 255, 255, 0.15);
}
.btn-newsletter {
            width: 100%;
            padding: 12px;
            background: var(--cyan-bright);
            color: var(--navy-deep);
            border: none;
            border-radius: 6px;
            font-size: 14px;
            font-weight: 600;
            cursor: pointer;
        }
.btn-newsletter:hover {
    background: var(--cyan-soft);
    transform: translateY(-2px);
}
.footer-social-icons {
            display: flex;
            gap: 12px;
        }
.footer-social-icons a {
            width: 40px;
            height: 40px;
            border-radius: 50%;
            background: transparent;
            border: 1px solid rgba(255, 255, 255, 0.3);
            display: flex;
            align-items: center;
            justify-content: center;
            color: white;
            text-decoration: none;
            transition: all 0.3s ease;
        }
.footer-social-icons a:hover {
            background: rgba(255, 255, 255, 0.1);
            border-color: rgba(255, 255, 255, 0.5);
        }
footer ul {
            list-style: none;
            padding: 0;
        }
footer ul li {
            margin-bottom: 10px;
        }
footer ul li a {
            color: rgba(255, 255, 255, 0.8);
            text-decoration: none;
            font-size: 14px;
            transition: color 0.2s ease;
        }
footer ul li a:hover {
            color: #4DAFFF;
        }
.footer-contact-info {
            color: rgba(255, 255, 255, 0.8);
            font-size: 14px;
        }
.footer-contact-info p {
    margin-bottom: 8px;
}
.footer-contact-info .contact-label {
    font-weight: 600;
    margin-right: 8px;
}
.footer-contact-info .contact-email {
    color: var(--footer-email);
}
.footer-bottom {
            margin-top: 40px;
            padding-top: 30px;
            border-top: 1px solid rgba(255, 255, 255, 0.1);
            display: flex;
            justify-content: space-between;
            align-items: center;
            flex-wrap: wrap;
            gap: 20px;
        }
.footer-copyright {
            color: rgba(255, 255, 255, 0.7);
            font-size: 14px;
        }
.footer-legal-links {
            display: flex;
            gap: 24px;
            flex-wrap: wrap;
        }
.footer-legal-links a {
            color: rgba(255, 255, 255, 0.7);
            text-decoration: none;
            font-size: 14px;
            transition: color 0.2s ease;
        }
.footer-legal-links a:hover {
            color: white;
        }
.brand-logo {
            width: 200px;
            height: auto;
            display: flex;
            justify-content: center;
            align-items: center;
            color: #fff;
        }
span.p-line-1 {
    color: white;
}
.solution-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    justify-content: center;
    margin: 40px 0;
}
.solution-tag {
    padding: 10px 20px;
    border: 1px solid rgba(11, 31, 58, 0.2);
    border-radius: 6px;
    background: white;
    color: var(--navy-deep);
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
    text-decoration: none;
    display: inline-block;
}
.solution-tag:hover {
    border-color: var(--cyan-bright);
    color: var(--cyan-bright);
    transform: translateY(-2px);
}
.solution-tag.active {
    background: var(--cyan-bright);
    color: var(--off-white);
    border-color: var(--cyan-bright);
    font-weight: 600;
}
.what-we-do-image-container {
    position: relative;
    border-radius: 12px;
    overflow: hidden;
    height: auto;
    max-height: 420px;
    aspect-ratio: 4/3;
    min-height: 320px;
    background: #f5f5f5;
    display: flex;
    align-items: center;
    justify-content: center;
}
.what-we-do-image-container img {
    width: 100%;
    height: 100%;
    transition: opacity 0.3s ease;
    display: block;
    object-fit: cover;
}
.what-we-do-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(to top, rgba(11, 31, 58, 0.9) 0%, transparent 100%);
    padding: 30px;
    color: white;
}
.what-we-do-overlay h4 {
    color: white;
    font-size: 22px;
    font-weight: 600;
    margin: 0;
    line-height: 1.3;
    transition: opacity 0.3s ease;
}
.what-we-do-content {
    padding-left: 40px;
}
.what-we-do-content p {
    font-size: 16px;
    color: var(--text-gray);
    line-height: 1.8;
    margin-bottom: 24px;
    transition: opacity 0.3s ease;
}
.btn-read-more {
    background: linear-gradient(135deg, var(--cyan-bright) 0%, var(--cyan-soft) 100%);
    color: var(--white);
    border: none;
    padding: 12px 28px;
    border-radius: 6px;
    font-size: 15px;
    font-weight: 600;
    transition: all 0.3s ease;
    text-decoration: none;
    display: inline-block;
    box-shadow: 0 2px 10px rgba(42, 91, 211, 0.25);
}
.btn-read-more:hover {
    background: linear-gradient(135deg, var(--navy-dark) 0%, var(--cyan-bright) 100%);
    transform: translateY(-2px);
    box-shadow: 0 4px 14px rgba(42, 91, 211, 0.3);
    color: var(--white);
}
.cta-section {
    background: var(--cta-bg);
    background-attachment: fixed;
    background-position: center center;
    background-size: cover;
    color: var(--cta-text);
    padding: 80px 0;
    position: relative;
    overflow: hidden;
}
.cta-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: var(--cta-overlay);
    z-index: 1;
}
.cta-section::after {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(ellipse 60% 50% at 50% 50%, rgba(77, 175, 255, 0.15) 0%, transparent 50%);
    pointer-events: none;
    z-index: 0;
    animation: ctaParallaxGlow 20s ease-in-out infinite;
}
@keyframes ctaParallaxGlow {
    0%, 100% { transform: translate(0, 0) scale(1); opacity: 0.8; }
    50% { transform: translate(-2%, -2%) scale(1.02); opacity: 1; }
}
@media (prefers-reduced-motion: reduce) {
    .cta-section {
        background-attachment: scroll;
    }
    .cta-section::after {
        animation: none;
    }
}
@media (max-width: 991.98px) {
    .cta-section {
        background-attachment: scroll;
    }
}
.cta-content {
    position: relative;
    z-index: 2;
}
.cta-content h2 {
    color: var(--cta-text);
}
.cta-content p {
    max-width: 700px;
    color: rgba(255, 255, 255, 0.9);
}
.cta-button {
    background: var(--cta-button-bg);
    color: var(--cta-button-text);
    border: none;
    padding: 16px 40px;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 700;
    transition: all 0.3s ease;
    box-shadow: 0 4px 16px var(--cta-shadow);
}
.cta-button:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 24px var(--cta-shadow);
    background: var(--off-white);
}
.chat-widget {
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 1000;
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}
.chat-button {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.08);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.12);
    cursor: pointer;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0px;
    transition: all 0.3s ease;
    position: relative;
}
.chat-button:hover {
    transform: scale(1.1);
    box-shadow: 0 6px 30px rgba(0, 0, 0, 0.18);
}
.chat-button .robot-icon {
    width: 28px;
    height: 28px;
    color: var(--white);
}
.chat-avatar-face {
    width: 44px;
    height: 44px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.chat-bot-icon {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
}
.chat-bot-svg {
    width: 100%;
    height: 100%;
    display: block;
}
.chat-bot-red-light {
    transform-origin: 16px 8px;
    animation: chat-bot-swing 2.5s ease-in-out infinite;
}
@keyframes chat-bot-swing {
    0%, 100% { transform: rotate(-8deg); }
    50% { transform: rotate(8deg); }
}
.chat-button:hover .chat-bot-red-light {
    animation-duration: 1.5s;
}
.chat-bot-smile {
    transform-origin: 16px 22px;
    transition: transform 0.25s ease;
}
.chat-button:hover .chat-bot-smile {
    transform: scaleY(1.15) scaleX(1.05);
}
.chat-avatar-svg {
    width: 100%;
    height: 100%;
    display: block;
}
.chat-avatar-pupil-wrap {
    transition: transform 0.15s ease-out;
}
.chat-label {
    font-size: 10px;
    font-weight: 700;
    color: #000;
    letter-spacing: 0.5px;
}
.notification-badge {
    position: absolute;
    top: -2px;
    right: -2px;
    background: var(--red-bright);
    color: var(--white);
    border-radius: 50%;
    width: 22px;
    height: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 11px;
    font-weight: 700;
    border: 2px solid var(--white);
}
.chat-window {
    position: absolute;
    bottom: 90px;
    right: 0;
    width: 380px;
    height: 450px;
    background: var(--white);
    border-radius: 16px;
    box-shadow: 0 8px 40px rgba(0, 0, 0, 0.15);
    display: flex;
    flex-direction: column;
    opacity: 0;
    visibility: hidden;
    transform: translateY(20px) scale(0.95);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    overflow: hidden;
}
.chat-window.active {
    opacity: 1;
    visibility: visible;
    transform: translateY(0) scale(1);
}
.chat-header {
    background: linear-gradient(135deg, var(--cyan-bright) 0%, var(--cyan-soft) 100%);
    padding: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: var(--white);
}
.chat-header-brand {
    display: flex;
    align-items: center;
    gap: 12px;
}
.chat-header-brand .robot-icon-small {
    width: 32px;
    height: 32px;
    color: var(--white);
}
.chat-header-brand h3 {
    margin: 0;
    font-size: 18px;
    font-weight: 700;
}
.chat-subtitle {
    font-size: 12px;
    opacity: 0.9;
    display: block;
    margin-top: 2px;
}
.chat-close {
    background: rgba(255, 255, 255, 0.2);
    border: none;
    color: var(--white);
    width: 32px;
    height: 32px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.2s ease;
}
.chat-close:hover {
    background: rgba(255, 255, 255, 0.3);
    transform: rotate(90deg);
}
.chat-messages {
    flex: 1;
    padding: 20px;
    overflow-y: auto;
    background: var(--off-white);
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.chat-messages::-webkit-scrollbar {
    width: 6px;
}
.chat-messages::-webkit-scrollbar-track {
    background: transparent;
}
.chat-messages::-webkit-scrollbar-thumb {
    background: rgba(0, 0, 0, 0.2);
    border-radius: 3px;
}
.chat-messages::-webkit-scrollbar-thumb:hover {
    background: rgba(0, 0, 0, 0.3);
}
.chat-message {
    display: flex;
    gap: 12px;
    align-items: flex-start;
}
.chat-message.user {
    flex-direction: row-reverse;
}
.chat-avatar {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    font-weight: 700;
    font-size: 14px;
}
.chat-message.bot .chat-avatar {
    background: linear-gradient(135deg, var(--cyan-bright) 0%, var(--cyan-soft) 100%);
    color: var(--white);
}
.chat-message.bot .chat-avatar svg {
    width: 20px;
    height: 20px;
}
.chat-message.user .chat-avatar {
    background: var(--navy-deep);
    color: var(--white);
}
.chat-bubble {
    max-width: 75%;
    padding: 12px 16px;
    border-radius: 12px;
    font-size: 14px;
    line-height: 1.5;
    word-wrap: break-word;
}
.chat-message.bot .chat-bubble {
    background: var(--white);
    color: var(--navy-deep);
    border-bottom-left-radius: 4px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}
.chat-message.user .chat-bubble {
    background: linear-gradient(135deg, var(--cyan-bright) 0%, var(--cyan-soft) 100%);
    color: var(--white);
    border-bottom-right-radius: 4px;
}
.chat-input-area {
    padding: 16px;
    background: var(--white);
    border-top: 1px solid var(--border-gray);
    display: flex;
    gap: 8px;
}
.chat-input {
    flex: 1;
    padding: 12px 16px;
    border: 1px solid var(--border-gray);
    border-radius: 24px;
    font-size: 14px;
    outline: none;
    transition: all 0.2s ease;
}
.chat-input:focus {
    border-color: var(--cyan-bright);
    box-shadow: 0 0 0 3px rgba(42, 91, 211, 0.1);
}
.chat-send {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--cyan-bright) 0%, var(--cyan-soft) 100%);
    border: none;
    color: var(--white);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.2s ease;
    flex-shrink: 0;
}
.chat-send:hover {
    transform: scale(1.1);
    box-shadow: 0 4px 12px rgba(42, 91, 211, 0.4);
}
.chat-send:active {
    transform: scale(0.95);
}
#backToTop {
            position: fixed;
            bottom: 100px;
            right: 30px;
            width: 50px;
            height: 50px;
            background: var(--cyan-bright);
            color: white;
            border: none;
            border-radius: 50%;
            cursor: pointer;
            display: none;
            align-items: center;
            justify-content: center;
            box-shadow: 0 4px 12px rgba(42, 91, 211, 0.4);
            transition: all 0.3s ease;
            z-index: 1000;
        }
#backToTop.show {
            display: flex;
        }
#backToTop:hover {
            background: var(--cyan-soft);
            transform: translateY(-2px);
        }
#backToTop:active {
    transform: translateY(-2px);
}
.section-heading {
    margin-bottom: 3rem;
}
.section-heading h2 {
    font-size: 42px;
    font-weight: 700;
    margin-bottom: 1rem;
    color: var(--white);
}
.section-heading p {
    color: rgba(255, 255, 255, 0.85);
    font-size: 17px;
    line-height: 1.7;
}
.bg-section-dark {
    background: var(--stats-bg);
    color: var(--white);
}
#newsroom {
    background: linear-gradient(135deg, #0B1F3A 0%, #1A3A5A 50%, #0E2A47 100%);
    position: relative;
}
#newsroom .news-title {
    color: var(--navy-deep);
}
#newsroom .news-meta {
    color: var(--text-gray);
}
#newsroom .news-meta a {
    color: var(--cyan-bright);
}
.bg-section-light {
    background: var(--features-bg);
    color: var(--navy-deep);
}
.bg-section-light .section-heading h2 {
    color: var(--navy-deep);
}
.bg-section-light .section-heading p {
    color: var(--text-gray);
}
.bg-section-light .eyebrow {
    background: rgba(42, 91, 211, 0.1);
    border: 1px solid rgba(42, 91, 211, 0.3);
    color: var(--cyan-bright);
}
.btn-outline-light-gradient {
    border-radius: 6px;
    padding: 12px 24px;
    font-size: 15px;
    font-weight: 600;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.3);
    color: var(--white);
    text-decoration: none;
    transition: all 0.3s ease;
    display: inline-block;
}
.btn-outline-light-gradient:hover {
    background: rgba(255, 255, 255, 0.2);
    border-color: rgba(255, 255, 255, 0.5);
    transform: translateY(-2px);
    color: var(--white);
}
.bg-section-light .btn-outline-light-gradient {
    background: var(--white);
    border: 1px solid var(--cyan-bright);
    color: var(--cyan-bright);
}
.bg-section-light .btn-outline-light-gradient:hover {
    background: var(--cyan-bright);
    color: var(--white);
}
.news-card {
    border-radius: 12px;
    overflow: hidden;
    border: 1px solid rgba(77, 175, 255, 0.2);
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(10px);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    display: flex;
    flex-direction: column;
    height: 100%;
    transition: all 0.3s ease;
}
.bg-section-light .news-card {
    background: var(--white);
    border: 1px solid var(--features-card-border);
}
.news-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.15);
    border-color: var(--cyan-bright);
}
.news-card img {
    width: 100%;
    height: 200px;
    object-fit: cover;
}
.news-card-body {
    padding: 20px;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}
.news-tag {
    font-size: 0.7rem;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: var(--cyan-bright);
    margin-bottom: 0.5rem;
    font-weight: 600;
}
.news-title {
    font-size: 1rem;
    font-weight: 600;
    margin-bottom: 0.5rem;
    line-height: 1.4;
    color: var(--white);
}
.bg-section-light .news-title {
    color: var(--navy-deep);
}
.news-meta {
    font-size: 0.85rem;
    color: rgba(255, 255, 255, 0.7);
    margin-top: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 0.5rem;
}
.bg-section-light .news-meta {
    color: var(--text-gray);
}
.news-meta a {
    color: var(--cyan-bright);
    text-decoration: none;
    transition: color 0.2s ease;
}
.news-meta a:hover {
    color: var(--cyan-soft);
}
.newsroom-scroll {
    overflow-x: auto;
    overflow-y: hidden;
    padding: 1rem 2rem 1.5rem;
    margin: 0 -2rem;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: thin;
    scrollbar-color: transparent transparent;
    scroll-behavior: smooth;
    scroll-snap-type: x mandatory;
    transition: scrollbar-color 0.3s ease;
}
.newsroom-scroll:hover {
    scrollbar-color: rgba(77, 175, 255, 0.5) transparent;
}
.newsroom-scroll::-webkit-scrollbar {
    height: 8px;
}
.newsroom-scroll::-webkit-scrollbar-track {
    background: transparent;
}
.newsroom-scroll::-webkit-scrollbar-thumb {
    background-color: transparent;
    border-radius: 4px;
    transition: background-color 0.3s ease;
}
.newsroom-scroll:hover::-webkit-scrollbar-thumb {
    background-color: rgba(77, 175, 255, 0.5);
}
.newsroom-scroll:hover::-webkit-scrollbar-thumb:hover {
    background-color: rgba(77, 175, 255, 0.7);
}
.newsroom-scroll .col-md-4 {
    scroll-snap-align: start;
    min-width: calc(33.333333% - 1rem);
    padding-left: 0.5rem;
    padding-right: 0.5rem;
}
.awards-scroll {
    overflow-x: auto;
    overflow-y: hidden;
    padding: 1rem 2rem 1.5rem;
    margin: 0 -2rem;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: thin;
    scrollbar-color: transparent transparent;
    scroll-behavior: smooth;
    scroll-snap-type: x mandatory;
    transition: scrollbar-color 0.3s ease;
}
.awards-scroll:hover {
    scrollbar-color: rgba(77, 175, 255, 0.5) transparent;
}
.awards-scroll::-webkit-scrollbar {
    height: 8px;
}
.awards-scroll::-webkit-scrollbar-track {
    background: transparent;
}
.awards-scroll::-webkit-scrollbar-thumb {
    background-color: transparent;
    border-radius: 4px;
    transition: background-color 0.3s ease;
}
.awards-scroll:hover::-webkit-scrollbar-thumb {
    background-color: rgba(77, 175, 255, 0.5);
}
.awards-scroll:hover::-webkit-scrollbar-thumb:hover {
    background-color: rgba(77, 175, 255, 0.7);
}
.awards-container {
    display: flex;
    gap: 2rem;
    flex-wrap: nowrap;
}
.awards-scroll .award-item {
    scroll-snap-align: start;
    min-width: 320px;
    max-width: 380px;
    flex-shrink: 0;
}
.award-item {
    background: var(--white);
    border-radius: 16px;
    padding: 0;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    border: 1px solid var(--features-card-border);
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    height: 100%;
    min-height: 400px;
    text-align: center;
}
.award-item:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.12);
    border-color: var(--cyan-bright);
}
.award-item::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, var(--cyan-bright), var(--cyan-soft));
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.3s ease;
}
.award-item:hover::before {
    transform: scaleX(1);
}
.award-image-prominent {
    width: 100%;
    height: 60%;
    min-height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    background: var(--off-white);
    flex-shrink: 0;
}
.award-image-prominent img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.award-info-section {
    height: 40%;
    min-height: 120px;
    padding: 1.5rem;
    background: var(--white);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    position: relative;
    z-index: 2;
}
.award-header {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    margin-bottom: 1rem;
    gap: 1rem;
}
.award-year-badge {
    background: rgba(42, 91, 211, 0.1);
    color: var(--cyan-bright);
    padding: 0.4rem 0.8rem;
    border-radius: 20px;
    font-size: 0.75rem;
    font-weight: 700;
    white-space: nowrap;
}
.award-title {
    font-size: 1rem;
    margin: 0 0 0.75rem 0;
    color: var(--navy-deep);
    font-weight: 600;
    line-height: 1.4;
}
.award-solution {
    font-size: 0.9rem;
    color: var(--text-gray);
    margin: 0;
}
#capabilities .row.g-4 {
    --capability-accent: var(--cyan-bright);
}
.capability-card {
    background: linear-gradient(145deg, #ffffff 0%, #f8fbff 100%);
    border-radius: 16px;
    padding: 36px 28px;
    text-align: center;
    height: 100%;
    box-shadow: 0 4px 20px rgba(11, 31, 58, 0.06), 0 1px 3px rgba(0, 0, 0, 0.04);
    transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1), box-shadow 0.4s ease, border-color 0.3s ease;
    border: 1px solid rgba(42, 91, 211, 0.12);
    position: relative;
    overflow: hidden;
}
.capability-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, var(--cyan-bright), var(--cyan-soft));
    transform: scaleX(0);
    transform-origin: center;
    transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
}
.capability-card:hover {
    transform: translateY(-8px) scale(1.02);
    box-shadow: 0 16px 40px rgba(42, 91, 211, 0.12), 0 8px 24px rgba(11, 31, 58, 0.08);
    border-color: rgba(42, 91, 211, 0.2);
}
.capability-card:hover::before {
    transform: scaleX(1);
}
.capability-label {
    font-size: 11px;
    color: var(--cyan-bright);
    text-transform: uppercase;
    letter-spacing: 1.2px;
    font-weight: 600;
    margin-bottom: 16px;
    display: block;
}
.capability-value {
    font-size: 42px;
    font-weight: 800;
    background: linear-gradient(135deg, var(--navy-deep) 0%, var(--navy-mid) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin-bottom: 12px;
    line-height: 1.2;
    display: block;
    letter-spacing: -0.5px;
}
.capability-value .capability-number {
    display: inline;
}
.capability-description {
    font-size: 14px;
    color: var(--text-gray);
    line-height: 1.6;
    margin: 0;
}
.client-voices-section {
    background: linear-gradient(135deg, rgba(117, 154, 255, 0.1) 0%, rgba(11, 31, 58, 0.2) 100%);
    padding: 100px 0;
}
.testimonial-carousel {
    position: relative;
    max-width: 900px;
    margin: 0 auto;
}
.testimonial-card {
    background: linear-gradient(135deg, var(--cyan-bright) 0%, var(--navy-dark) 100%);
    border-radius: 16px;
    padding: 48px 40px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.2);
    min-height: 280px;
    display: none;
    animation: fadeIn 0.5s ease-in-out;
}
.testimonial-card.active {
    display: block;
}
.testimonial-quote {
    font-size: 20px;
    color: white;
    line-height: 1.6;
    margin-bottom: 32px;
    font-style: italic;
    font-weight: 400;
}
.testimonial-author {
    display: flex;
    align-items: center;
    gap: 16px;
}
.testimonial-avatar {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background: var(--red-muted);
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 24px;
    font-weight: 700;
    flex-shrink: 0;
}
.testimonial-info {
    flex: 1;
}
.testimonial-name {
    color: white;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 4px;
}
.testimonial-company {
    color: rgba(255, 255, 255, 0.8);
    font-size: 14px;
}
.carousel-controls {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 32px;
}
.carousel-nav-btn {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: rgba(157 162 171);
    border: 1px solid rgba(255, 255, 255, 1);
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    font-size: 18px;
}
.carousel-nav-btn:hover {
    background: rgba(255, 255, 255, 0.2);
    transform: scale(1.1);
    color: #0c1222;
}
.carousel-indicators {
    display: flex;
    gap: 8px;
    justify-content: center;
    align-items: center;
}
.carousel-indicator.active {
    background: var(--cyan-bright);
    width: 24px;
}
.clients-section {
            padding: 80px 0;
            background: linear-gradient(135deg, #f0f4f8 0%, #e8eef5 50%, #f5f7fa 100%);
            position: relative;
            overflow: hidden;
            border-top: 1px solid rgba(0, 0, 0, 0.06);
            border-bottom: 1px solid rgba(0, 0, 0, 0.06);
        }
.clients-section .section-badge {
            background: rgba(34, 136, 183, 0.12);
            color: var(--navy-deep);
            border-color: rgba(34, 136, 183, 0.25);
        }
.clients-section .section-title {
            color: var(--navy-deep);
        }
.clients-section .section-subtitle {
            color: var(--text-gray);
        }
.clients-section::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: radial-gradient(circle at 20% 50%, rgba(34, 136, 183, 0.04) 0%, transparent 50%),
                radial-gradient(circle at 80% 50%, rgba(34, 136, 183, 0.04) 0%, transparent 50%);
            pointer-events: none;
        }
.marquee-container {
            position: relative;
            width: 100%;
            overflow: hidden;
            padding: 40px 0;
            mask-image: linear-gradient(to right, transparent, black 15%, black 85%, transparent);
            -webkit-mask-image: linear-gradient(to right, transparent, black 15%, black 85%, transparent);
        }
.marquee-content {
            display: flex;
            width: max-content;
            gap: 32px;
            animation: scroll 60s linear infinite;
        }
.marquee-content:hover {
            animation-play-state: paused;
        }
.client-logo-card {
            background: #fff;
            backdrop-filter: blur(12px);
            -webkit-backdrop-filter: blur(12px);
            border: 1px solid rgba(0, 0, 0, 0.08);
            border-radius: 20px;
            padding: 32px;
            width: 280px;
            height: 160px;
            display: flex;
            align-items: center;
            justify-content: center;
            transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
            position: relative;
            overflow: hidden;
            box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
        }
.client-logo-card::after {
            content: '';
            position: absolute;
            top: -50%;
            left: -50%;
            width: 200%;
            height: 200%;
            background: linear-gradient(45deg,
                    transparent 0%,
                    rgba(255, 255, 255, 0) 40%,
                    rgba(255, 255, 255, 0.1) 50%,
                    rgba(255, 255, 255, 0) 60%,
                    transparent 100%);
            transform: rotate(45deg);
            transition: all 0.7s ease;
            pointer-events: none;
            opacity: 0;
        }
.client-logo-card:hover {
            transform: translateY(-10px) scale(1.02);
            background: #fff;
            border-color: rgba(34, 136, 183, 0.35);
            box-shadow:
                0 20px 40px rgba(0, 0, 0, 0.12),
                0 0 0 1px rgba(34, 136, 183, 0.15);
        }
.client-logo-card:hover::after {
            opacity: 1;
            left: 50%;
            top: 50%;
        }
.client-logo-card img {
            max-width: 85%;
            max-height: 80px;
            width: auto;
            height: auto;
            object-fit: contain;
            opacity: 0.85;
            transition: all 0.5s ease;
            position: relative;
            z-index: 2;
        }
.client-logo-card:hover img {
            opacity: 1;
            transform: scale(1.1);
        }
.clients-section .client-logo-card:hover .client-logo-placeholder {
    color: var(--navy-deep);
    transform: scale(1.05);
}
.product-hero {
            background: linear-gradient(160deg, #0f172a 0%, #1e293b 25%, #1a365d 50%, #0f172a 75%, #0c1222 100%);
            padding: 160px 0 100px;
            color: white;
            position: relative;
            overflow: hidden;
            min-height: 100vh;
            display: flex;
            align-items: center;
        }
.particles-canvas {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            z-index: 2;
            pointer-events: none;
        }
.product-hero-overlay {
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: linear-gradient(160deg, rgba(15, 23, 42, 0.5) 0%, rgba(30, 41, 59, 0.4) 50%, rgba(15, 23, 42, 0.5) 100%);
            z-index: 1;
            pointer-events: none;
        }
.product-hero-content {
            position: relative;
            z-index: 3;
            max-width: 1100px;
            margin: 0 auto;
            width: 100%;
        }
.product-badge {
            display: inline-flex;
            align-items: center;
            gap: 8px;
            background: rgba(77, 175, 255, 0.15);
            color: var(--cyan-soft);
            padding: 10px 20px;
            border-radius: 20px;
            font-size: 13px;
            font-weight: 600;
            margin-bottom: 28px;
            border: 1px solid rgba(77, 175, 255, 0.3);
            text-transform: uppercase;
            letter-spacing: 0.5px;
        }
.product-badge i {
            font-size: 16px;
        }
.product-hero h1 {
            font-size: 42px;
            font-weight: 700;
            line-height: 1.2;
            margin-bottom: 24px;
            color: white;
            letter-spacing: -1px;
        }
.product-hero h2 {
            font-size: 18px;
            font-weight: 400;
            line-height: 1.6;
            color: rgba(255, 255, 255, 0.92);
            margin-bottom: 0;
        }
.product-hero .lead {
            font-size: 20px;
            color: rgba(255, 255, 255, 0.95);
            line-height: 1.7;
            max-width: 850px;
            margin-bottom: 40px;
            font-weight: 400;
        }
.hero-cta-group {
            display: flex;
            gap: 16px;
            flex-wrap: wrap;
            margin-top: 40px;
        }
.btn-primary-hero {
            background: var(--red-bright);
            color: white;
            padding: 16px 32px;
            border-radius: 8px;
            font-size: 16px;
            font-weight: 600;
            text-decoration: none;
            display: inline-flex;
            align-items: center;
            gap: 8px;
            transition: all 0.3s ease;
            box-shadow: 0 4px 16px rgba(230, 57, 70, 0.4);
            border: none;
        }
.btn-primary-hero:hover {
            background: var(--red-warm);
            transform: translateY(-2px);
            box-shadow: 0 6px 24px rgba(230, 57, 70, 0.5);
            color: white;
        }
.btn-secondary-hero {
            background: rgba(255, 255, 255, 0.1);
            color: white;
            padding: 16px 32px;
            border-radius: 8px;
            font-size: 16px;
            font-weight: 600;
            text-decoration: none;
            display: inline-flex;
            align-items: center;
            gap: 8px;
            transition: all 0.3s ease;
            border: 1px solid rgba(255, 255, 255, 0.3);
        }
.btn-secondary-hero:hover {
            background: rgba(255, 255, 255, 0.2);
            border-color: rgba(255, 255, 255, 0.5);
            color: white;
        }
.article-section {
            padding: 80px 0;
        }
.article-section.white {
            background: white;
        }
.article-section.light {
            background: var(--off-white);
        }
.article-section.cyan {
            background: linear-gradient(135deg, #EAF6FF 0%, #F6FAFF 100%);
        }
.article-container {
            max-width: 100%;
            margin: 0 auto;
        }
.content-section {
            font-size: 18px;
            line-height: 1.8;
            color: var(--navy-deep);
        }
.content-section h2 {
            font-size: 40px;
            font-weight: 700;
            color: var(--navy-deep);
            margin: 0 0 16px;
            line-height: 1.2;
            letter-spacing: -0.5px;
        }
.section-intro {
            font-size: 20px;
            color: var(--text-gray);
            line-height: 1.7;
            margin-bottom: 48px;
            font-weight: 400;
        }
.content-section h3 {
            font-size: 28px;
            font-weight: 600;
            color: var(--navy-deep);
            margin: 48px 0 20px;
            line-height: 1.4;
            display: flex;
            align-items: center;
            gap: 12px;
        }
.content-section h3 i {
            color: var(--cyan-bright);
            font-size: 32px;
        }
.content-section p {
            margin-bottom: 24px;
            color: var(--text-gray);
            font-size: 17px;
            line-height: 1.8;
        }
.feature-card::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            height: 4px;
            background: linear-gradient(90deg, var(--cyan-bright), var(--cyan-soft));
            transform: scaleX(0);
            transition: transform 0.3s ease;
        }
.feature-card:hover::before {
            transform: scaleX(1);
        }
.feature-icon i,
        .feature-icon img {
            font-size: 36px;
            color: var(--cyan-bright);
            transition: color 0.3s ease;
        }
.feature-icon img {
            width: 48px;
            height: 48px;
            object-fit: contain;
        }
.feature-card h4 {
            font-size: 24px;
            font-weight: 600;
            color: var(--navy-deep);
            margin-bottom: 16px;
            line-height: 1.3;
        }
.benefits-scroll .benefit-card-item .feature-card {
            height: auto;
            margin: 0;
            display: flex;
            flex-direction: column;
        }
.benefit-card-expandable .feature-icon {
            width: 60px;
            height: 60px;
            flex-shrink: 0;
            margin-bottom: 0;
            margin-right: 16px;
        }
.benefit-card-expandable .feature-icon i {
            font-size: 28px;
        }
*:focus {
            outline: 2px solid var(--cyan-bright);
            outline-offset: 2px;
        }
button:focus,
        a:focus {
            outline: 2px solid var(--cyan-bright);
            outline-offset: 2px;
        }
.navbar .nav-link:focus,
        .navbar .dropdown-toggle:focus,
        .navbar .nav-btn-demo:focus,
        .navbar .nav-search-icon:focus {
            outline: none !important;
        }
.benefit-accordion-header.active {
            background: rgba(42, 91, 211, 0.05);
            border-bottom: 1px solid rgba(191, 212, 234, 0.4);
        }
.benefit-accordion-header.active .benefit-icon-small {
            background: linear-gradient(135deg, var(--cyan-bright), var(--cyan-soft));
        }
.benefit-accordion-header.active .benefit-icon-small i {
            color: white;
        }
.benefit-accordion-header.active h4 {
            color: var(--cyan-bright);
        }
.benefit-accordion-header.active .benefit-accordion-icon {
            transform: rotate(180deg);
            background: var(--cyan-bright);
            color: white;
        }
.benefit-accordion-content.active {
            max-height: 1000px;
            padding: 0 28px 28px;
        }
.step-guide {
            background: #e3f8ff;
            border-radius: 20px;
            padding: 60px 40px;
            margin: 40px 0;
            position: relative;
        }
.step-timeline {
            display: flex;
            align-items: flex-start;
            justify-content: space-between;
            gap: 20px;
            position: relative;
        }
.step-item {
            flex: 1;
            display: flex;
            flex-direction: column;
            align-items: center;
            text-align: center;
            position: relative;
            min-width: 0;
        }
.step-item:not(:last-child)::after {
            content: '\2192';
            position: absolute;
            top: 50%;
            right: -25px;
            font-size: 28px;
            color: var(--cyan-bright);
            font-weight: bold;
            z-index: 2;
            transform: translateY(-50%);
        }
.step-item-wrapper {
            position: relative;
            width: 100%;
            display: flex;
            flex-direction: column;
            align-items: center;
        }
.step-icon-circle {
            width: 120px;
            height: 120px;
            background: white;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15);
            margin-bottom: 24px;
            position: relative;
            flex-shrink: 0;
            opacity: 0;
            transform: scale(0.8) translateY(20px);
            transition: all 0.6s cubic-bezier(0.34, 1.56, 0.64, 1);
        }
.step-item.animate-in .step-icon-circle {
            opacity: 1;
            transform: scale(1) translateY(0);
        }
.step-item:nth-child(1).animate-in .step-icon-circle {
            transition-delay: 0.1s;
        }
.step-item:nth-child(2).animate-in .step-icon-circle {
            transition-delay: 0.2s;
        }
.step-item:nth-child(3).animate-in .step-icon-circle {
            transition-delay: 0.3s;
        }
.step-item:nth-child(4).animate-in .step-icon-circle {
            transition-delay: 0.4s;
        }
.step-item.animate-in .step-icon-circle::before {
            content: '';
            position: absolute;
            top: 50%;
            left: 50%;
            width: 100%;
            height: 100%;
            border-radius: 50%;
            background: radial-gradient(circle, rgba(42, 91, 211, 0.15) 0%, transparent 70%);
            transform: translate(-50%, -50%) scale(0);
            animation: pulseRing 2.5s ease-in-out infinite;
        }
.step-item.animate-in .step-icon-circle::after {
            content: '';
            position: absolute;
            top: 50%;
            left: 50%;
            width: 100%;
            height: 100%;
            border-radius: 50%;
            background: radial-gradient(circle, rgba(42, 91, 211, 0.1) 0%, transparent 70%);
            transform: translate(-50%, -50%) scale(0);
            animation: pulseRing 2.5s ease-in-out infinite 1.25s;
        }
.step-icon-circle:hover {
            animation: floatAnimation 2s ease-in-out infinite;
            box-shadow: 0 8px 24px rgba(42, 91, 211, 0.25);
            transform: scale(1.05);
        }
.step-item.animate-in .step-icon-circle:hover {
            animation: floatAnimation 2s ease-in-out infinite;
        }
.step-icon-circle i {
            font-size: 48px;
            color: var(--cyan-bright);
            transition: transform 0.3s ease, color 0.3s ease;
            position: relative;
            z-index: 1;
            animation: iconGlow 3s ease-in-out infinite;
        }
.step-item.animate-in .step-icon-circle i {
            animation: iconGlow 3s ease-in-out infinite;
        }
.step-icon-circle:hover i {
            transform: scale(1.15) rotate(5deg);
            color: var(--cyan-soft);
        }
.step-content {
            width: 100%;
            text-align: center;
        }
.step-content h4 {
            font-size: 20px;
            font-weight: 700;
            color: var(--navy-deep);
            margin-bottom: 12px;
            line-height: 1.3;
        }
.step-content h4 i {
            display: none;
        }
.step-content p {
            color: var(--text-gray);
            margin-bottom: 12px;
            font-size: 15px;
            line-height: 1.7;
        }
.step-content ul {
            margin: 12px 0;
            padding-left: 20px;
            text-align: left;
        }
.step-content li {
            color: var(--text-gray);
            margin-bottom: 8px;
            line-height: 1.6;
            font-size: 14px;
        }
.step-content li strong {
            color: var(--navy-deep);
        }
.feature-card-green {
            background: white;
            border-radius: 16px;
            padding: 40px;
            box-shadow: 0 4px 24px rgba(0, 0, 0, 0.08);
            border: 1px solid rgba(191, 212, 234, 0.4);
            transition: all 0.3s ease;
            height: 100%;
            position: relative;
            overflow: hidden;
        }
.feature-card-green::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            height: 4px;
            background: linear-gradient(90deg, #28a745, #20c997);
            transform: scaleX(0);
            transition: transform 0.3s ease;
        }
.feature-card-green:hover::before {
            transform: scaleX(1);
        }
.feature-card-green:hover {
            transform: translateY(-6px);
            box-shadow: 0 12px 40px rgba(40, 167, 69, 0.15);
            border-color: #28a745;
        }
.feature-icon-green {
            width: 80px;
            height: 80px;
            background: linear-gradient(135deg, #E8F5E9 0%, #F1F8E9 100%);
            border-radius: 16px;
            display: flex;
            align-items: center;
            justify-content: center;
            margin-bottom: 28px;
            transition: all 0.3s ease;
        }
.feature-card-green:hover .feature-icon-green {
            background: linear-gradient(135deg, #28a745, #20c997);
            transform: scale(1.1);
        }
.feature-icon-green i {
            font-size: 36px;
            color: #28a745;
            transition: color 0.3s ease;
        }
.feature-card-green:hover .feature-icon-green i {
            color: white;
        }
.feature-card-green h4 {
            font-size: 24px;
            font-weight: 600;
            color: var(--navy-deep);
            margin-bottom: 16px;
            line-height: 1.3;
        }
.feature-card-green p {
            color: var(--text-gray);
            line-height: 1.8;
            margin: 0;
            font-size: 16px;
        }
.stats-section {
            background: linear-gradient(135deg, #2A5BD3 0%, #1A3A5A 50%, #0B1F3A 100%);
            padding: 80px 0;
            color: white;
            position: relative;
            overflow: hidden;
        }
.stats-section::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: radial-gradient(circle at 30% 50%, rgba(42, 91, 211, 0.3) 0%, transparent 70%);
            pointer-events: none;
        }
.stats-section .container {
            position: relative;
            z-index: 1;
        }
.stat-card {
            text-align: center;
            padding: 32px;
        }
.stat-number {
            font-size: 56px;
            font-weight: 700;
            color: var(--cyan-soft);
            display: block;
            margin-bottom: 12px;
            line-height: 1;
        }
.stat-label {
            font-size: 16px;
            color: rgba(255, 255, 255, 0.9);
            font-weight: 500;
        }
/* Stat cards with light background: ensure label is readable */
.stats-section .stat-card .stat-label {
            color: var(--navy-deep);
        }
.faq-section {
            background: var(--off-white);
            padding: 80px 0;
        }
.faq-container {
            max-width: 900px;
            margin: 0 auto;
        }
.faq-item {
            background: white;
            border-radius: 16px;
            margin-bottom: 10px;
            box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
            border: 1px solid rgba(191, 212, 234, 0.4);
            overflow: hidden;
            transition: all 0.3s ease;
        }
.faq-item:hover {
            box-shadow: 0 8px 32px rgba(42, 91, 211, 0.15);
            border-color: var(--cyan-bright);
        }
.faq-question {
            padding: 10px 20px;
            cursor: pointer;
            display: flex;
            justify-content: space-between;
            align-items: center;
            background: white;
            border: none;
            width: 100%;
            text-align: left;
            font-size: 16px;
            font-weight: 600;
            color: var(--navy-deep);
            transition: all 0.3s ease;
        }
.faq-question:hover {
            color: var(--cyan-bright);
        }
.faq-question.active {
            color: var(--cyan-bright);
            background: rgba(42, 91, 211, 0.05);
        }
.faq-icon {
            width: 32px;
            height: 32px;
            display: flex;
            align-items: center;
            justify-content: center;
            background: var(--cyan-light);
            border-radius: 50%;
            color: var(--cyan-bright);
            font-size: 16px;
            transition: all 0.3s ease;
            flex-shrink: 0;
            margin-left: 20px;
        }
.faq-question:hover .faq-icon {
            background: rgba(42, 91, 211, 0.1);
        }
.faq-question.active .faq-icon {
            transform: rotate(180deg);
            background: var(--cyan-bright);
            color: white;
        }
.faq-answer {
            max-height: 0;
            overflow: hidden;
            transition: max-height 0.3s ease, padding 0.3s ease;
            padding: 0 28px;
        }
.faq-answer.active {
            max-height: 1000px;
            padding: 0 28px 24px;
        }
.faq-answer-content {
            color: var(--text-gray);
            line-height: 1.8;
            font-size: 16px;
            padding-top: 8px;
        }
.article-cta {
            background: linear-gradient(135deg, #4DAFFF 0%, #2A5BD3 25%, #1A3A5A 60%, #0E2A47 85%, #0B1F3A 100%);
            padding: 60px 0;
            text-align: center;
            color: white;
            position: relative;
            overflow: hidden;
        }
.article-cta::before {
            content: '';
            position: absolute;
            top: -50%;
            left: -50%;
            width: 200%;
            height: 200%;
            background: radial-gradient(circle at 30% 40%, rgba(77, 175, 255, 0.4) 0%, rgba(42, 91, 211, 0.2) 30%, transparent 70%);
            pointer-events: none;
            animation: gradientShift 15s ease infinite;
        }
.article-cta::after {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background:
                radial-gradient(circle at 70% 60%, rgba(42, 91, 211, 0.25) 0%, transparent 50%),
                radial-gradient(circle at 20% 80%, rgba(77, 175, 255, 0.15) 0%, transparent 50%);
            pointer-events: none;
            opacity: 0.8;
        }
.article-cta .container {
            position: relative;
            z-index: 1;
        }
.article-cta h2 {
            font-size: 36px;
            font-weight: 700;
            margin-bottom: 16px;
            color: white;
        }
.article-cta p {
            font-size: 18px;
            margin-bottom: 32px;
            opacity: 0.95;
        }
.btn-cta {
            background: white;
            color: var(--red-bright);
            padding: 14px 32px;
            border-radius: 6px;
            font-size: 16px;
            font-weight: 600;
            text-decoration: none;
            display: inline-block;
            transition: all 0.3s ease;
            box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
        }
.btn-cta:hover {
            transform: translateY(-2px);
            box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
            color: var(--red-bright);
        }
.footer-logo img {
            height: 40px;
            margin-bottom: 16px;
        }
footer h5 {
            color: #6495ED;
            font-weight: 600;
            font-size: 14px;
            text-transform: uppercase;
            margin-bottom: 20px;
        }
.contact-label {
            font-weight: 600;
            color: white;
        }
.contact-email {
            color: #EF5A5A;
        }
html {
            scroll-behavior: smooth;
        }
.feature-card:hover .feature-icon i {
            color: white;
        }

@media (max-width: 991.98px) {
    .navbar {
        padding: 12px 0;
    }

    .navbar-brand {
        font-size: 18px;
    }

    .navbar-brand .brand-logo img {
        max-height: 36px;
        width: auto;
    }

    .navbar-toggler {
        border: 1px solid rgba(11, 31, 58, 0.15);
        border-radius: 6px;
        padding: 6px 10px;
        background: transparent;
        transition: all 0.3s ease;
    }

    .navbar-toggler:focus {
        box-shadow: 0 0 0 3px rgba(42, 91, 211, 0.1);
        outline: none;
    }

    .navbar-toggler[aria-expanded="true"] {
        background: rgba(42, 91, 211, 0.08);
        border-color: var(--cyan-bright);
    }

    .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='%23ffffff' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M6 6L24 24M24 6L6 24'/%3e%3c/svg%3e");
    }

    .navbar-toggler .navbar-toggler-icon,
    .navbar-toggler-icon {
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='%23ffffff' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") !important;
        width: 24px;
        height: 24px;
    }

    /* Mobile: right-to-left slide-out drawer with theme gradient */
    body:has(.navbar-collapse.show) {
        overflow: hidden;
    }

    .navbar:has(.navbar-collapse.show)::before {
        content: "";
        position: fixed;
        inset: 0;
        background: rgba(0, 0, 0, 0.45);
        z-index: 1040;
        opacity: 0;
        transition: opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1);
        pointer-events: none;
    }

    .navbar-collapse {
        position: fixed;
        top: 0;
        right: 0;
        left: auto;
        width: min(320px, 88vw);
        max-width: 100%;
        height: 100vh;
        height: 100dvh;
        z-index: 1050;
        margin: 0;
        padding: 0;
        background: var(--mobile-drawer-bg);
        border-radius: 0;
        border: none;
        box-shadow: -4px 0 24px rgba(0, 0, 0, 0.2);
        overflow-y: auto;
        overflow-x: hidden;
        transform: translateX(100%);
        transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
        display: block !important;
    }

    .navbar-collapse.collapsing {
        transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
        height: 100vh !important;
    }

    .navbar-collapse.show {
        transform: translateX(0);
    }

    .navbar:has(.navbar-collapse.show)::before {
        opacity: 1;
    }

    .navbar-backdrop {
        display: none;
        position: fixed;
        inset: 0;
        z-index: 1040;
        background: rgba(0, 0, 0, 0.5);
        cursor: pointer;
    }

    .navbar:has(.navbar-collapse.show) .navbar-backdrop {
        display: block;
    }

    .mobile-drawer-header {
        position: relative;
        padding: 20px 20px 20px;
        flex-shrink: 0;
    }

    .mobile-drawer-close {
        position: absolute;
        top: 20px;
        right: 20px;
        width: 44px;
        min-width: 44px;
        height: 44px;
        min-height: 44px;
        display: flex;
        align-items: center;
        justify-content: center;
        background: rgba(255, 255, 255, 0.08);
        border: none;
        color: #ffffff;
        font-size: 1.35rem;
        cursor: pointer;
        padding: 0;
        border-radius: 8px;
        transition: background 0.2s ease, color 0.2s ease;
    }

    .mobile-drawer-close:hover {
        background: rgba(255, 255, 255, 0.18);
        color: #ffffff;
    }

    .mobile-drawer-close:focus {
        outline: none;
        box-shadow: 0 0 0 2px rgba(77, 175, 255, 0.6);
    }

    .mobile-drawer-search {
        position: relative;
        width: 100%;
        margin-top: 52px;
    }

    .mobile-drawer-search-input {
        width: 100%;
        min-height: 48px;
        padding: 14px 48px 14px 16px;
        font-size: 16px;
        font-family: inherit;
        color: #ffffff;
        background: rgba(255, 255, 255, 0.1);
        border: 1px solid rgba(255, 255, 255, 0.35);
        border-radius: 10px;
        transition: border-color 0.2s ease, background 0.2s ease;
    }

    .mobile-drawer-search-input::placeholder {
        color: rgba(255, 255, 255, 0.65);
    }

    .mobile-drawer-search-input:focus {
        outline: none;
        border-color: rgba(77, 175, 255, 0.7);
        background: rgba(255, 255, 255, 0.14);
    }

    .mobile-drawer-search-icon {
        position: absolute;
        right: 16px;
        top: 50%;
        transform: translateY(-50%);
        font-size: 1.2rem;
        color: rgba(255, 255, 255, 0.85);
        pointer-events: none;
    }

    .navbar-collapse .navbar-nav {
        padding: 12px 20px 32px;
        gap: 0;
    }

    .navbar-nav {
        gap: 0;
    }

    .nav-item {
        border-bottom: 1px solid rgba(255, 255, 255, 0.12);
        padding: 0;
        width: 100%;
    }

    .nav-item:last-child {
        border-bottom: none;
    }

    .nav-item.dropdown:last-child {
        border-bottom: none;
    }

    .navbar-collapse .nav-link,
    .navbar-collapse .dropdown-toggle,
    .nav-link {
        color: rgba(255, 255, 255, 0.95) !important;
        padding: 16px 0 !important;
        min-height: 48px;
        margin: 0 !important;
        font-size: 16px;
        font-weight: 500;
        font-family: inherit;
        border-radius: 0;
        transition: background 0.2s ease, color 0.2s ease;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .nav-link:hover,
    .nav-link:focus {
        background: rgba(255, 255, 255, 0.1);
        color: #ffffff !important;
    }

    .dropdown-toggle {
        position: relative;
    }

    .dropdown-toggle::after {
        margin-left: auto;
        margin-right: 0;
        transition: transform 0.3s ease;
        border-top-color: rgba(255, 255, 255, 0.7);
    }

    .dropdown-toggle[aria-expanded="true"]::after {
        transform: rotate(180deg);
    }

    .dropdown-toggle[aria-expanded="true"] {
        background: rgba(255, 255, 255, 0.06);
        color: #ffffff !important;
    }

    .dropdown-menu {
        position: static !important;
        float: none;
        width: 100%;
        margin-top: 4px;
        margin-bottom: 12px;
        border: none;
        box-shadow: none;
        background: rgba(0, 0, 0, 0.2);
        border-radius: 0;
        padding: 8px 0 4px 12px;
    }

    .dropdown-item {
        padding: 14px 16px;
        min-height: 44px;
        font-size: 15px;
        font-family: inherit;
        border-radius: 6px;
        margin: 2px 8px;
        color: rgba(255, 255, 255, 0.92);
    }

    .dropdown-item:hover {
        background: rgba(255, 255, 255, 0.12);
        color: #ffffff;
    }

    .nav-btn-demo {
        width: 100%;
        margin: 20px 0 16px 0 !important;
        padding: 16px 24px;
        min-height: 52px;
        text-align: center;
        justify-content: center;
        display: flex;
        align-items: center;
        font-family: inherit;
        background: rgba(77, 175, 255, 0.2) !important;
        border: 2px solid rgba(255, 255, 255, 0.85) !important;
        color: #ffffff !important;
        border-radius: 10px;
        font-weight: 600;
    }

    .nav-btn-demo:hover {
        background: rgba(255, 255, 255, 0.15) !important;
        border-color: #ffffff !important;
        color: #ffffff !important;
    }

    .nav-item:has(.nav-search-icon) {
        display: none;
    }

    .nav-search-icon {
        width: 100%;
        margin: 0 !important;
        padding: 14px;
        justify-content: center;
        border: 1px solid rgba(255, 255, 255, 0.25);
        border-radius: 6px;
        background: transparent;
        color: #ffffff !important;
    }

    .nav-search-icon:hover {
        background: rgba(255, 255, 255, 0.1);
        border-color: rgba(255, 255, 255, 0.5);
        color: #ffffff !important;
    }
}

@media (max-width: 576px) {
    .navbar {
        padding: 10px 0;
    }

    .navbar-brand .brand-logo img {
        max-height: 32px;
    }

    .navbar-collapse {
        margin-top: 12px;
        padding: 20px 16px 24px;
    }

    .nav-link {
        padding: 12px 0 !important;
        font-size: 15px;
    }

    .dropdown-item {
        padding: 8px 12px;
        font-size: 13px;
    }

    .nav-btn-demo {
        padding: 12px 20px;
        font-size: 14px;
    }
}

@media (max-width: 768px) {
    .hero-section {
        min-height: auto;
        padding-top: 80px;
        padding-bottom: 40px;
        align-items: flex-start;
    }
}

@media (max-width: 576px) {
    .hero-section {
        min-height: 100vh;
        padding-top: 70px;
        padding-bottom: 30px;
    }
}

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

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

@keyframes slideInLeft {
    from {
        opacity: 0;
        transform: translateX(-30px);
    }

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

@keyframes slideInRight {
    from {
        opacity: 0;
        transform: translateX(30px);
    }

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

@keyframes gradientShift {

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

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

@keyframes float {

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

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

@keyframes pulse {

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

    50% {
        opacity: 0.8;
        transform: scale(1.1);
    }
}

@media (max-width: 991.98px) {
    .section .row.g-4.mb-5 {
        margin-bottom: 24px !important;
    }

    .section .row.g-4 {
        gap: 12px !important;
    }

    .row.g-4 .col-md-4:has(.stat-box) {
        padding-left: 6px;
        padding-right: 6px;
    }

    .compliance-card {
        padding: 18px 14px;
        border-radius: 10px;
    }

    .compliance-card i {
        font-size: 34px;
        margin-bottom: 10px;
        width: 64px;
        height: 64px;
        border-radius: 16px;
    }

    .compliance-card h6 {
        font-size: 12px;
        line-height: 1.3;
    }

    .row.g-4 .col-md-4 {
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }

    .stat-box {
        padding: 20px 12px;
    }

    .stat-box-number {
        font-size: 32px;
        margin-bottom: 4px;
    }

    .stat-box-label {
        font-size: 11px;
    }
}

@media (max-width: 768px) {
    .section {
        padding: 40px 0 !important;
    }

    .section-title {
        font-size: 26px;
        margin-bottom: 10px;
    }

    .section-subtitle {
        font-size: 14px;
        margin-bottom: 20px;
    }

    .section .row.g-4.mb-5 {
        margin-bottom: 20px !important;
    }

    .section .row.g-4 {
        gap: 10px !important;
    }

    .row.g-4 .col-md-4:has(.stat-box) {
        padding-left: 4px;
        padding-right: 4px;
    }

    .compliance-card {
        padding: 14px 10px;
        border-radius: 8px;
    }

    .compliance-card i {
        font-size: 30px;
        margin-bottom: 8px;
        width: 56px;
        height: 56px;
        border-radius: 14px;
    }

    .compliance-card h6 {
        font-size: 11px;
        line-height: 1.2;
    }

    .row.g-4 .col-md-4 {
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }

    .stat-box {
        padding: 16px 10px;
    }

    .stat-box-number {
        font-size: 28px;
        margin-bottom: 4px;
    }

    .stat-box-label {
        font-size: 10px;
    }
}

@media (max-width: 576px) {
    .section {
        padding: 32px 0 !important;
    }

    .section-title {
        font-size: 22px;
        margin-bottom: 8px;
    }

    .section-subtitle {
        font-size: 13px;
        margin-bottom: 16px;
    }

    .section .row.g-4.mb-5 {
        margin-bottom: 16px !important;
    }

    .section .row.g-4 {
        gap: 8px !important;
    }

    .row.g-4 .col-md-4:has(.stat-box) {
        padding-left: 3px;
        padding-right: 3px;
    }

    .compliance-card {
        padding: 12px 8px;
        border-radius: 8px;
    }

    .compliance-card i {
        font-size: 26px;
        margin-bottom: 6px;
        width: 50px;
        height: 50px;
        border-radius: 12px;
    }

    .compliance-card h6 {
        font-size: 10px;
        line-height: 1.2;
    }

    .row.g-4 .col-md-4 {
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }

    .stat-box {
        padding: 14px 8px;
    }

    .stat-box-number {
        font-size: 24px;
        margin-bottom: 3px;
    }

    .stat-box-label {
        font-size: 9px;
    }
}

@media (max-width: 768px) {
    footer {
        padding: 60px 0 30px;
    }

    .footer-bottom {
        flex-direction: column;
        text-align: center;
    }

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

@media (max-width: 768px) {

    /* Hero Section Mobile Optimization */
    .hero-section {
        min-height: 100vh;
        padding-top: 80px;
        padding-bottom: 40px;
        display: flex;
        align-items: flex-start;
    }

    .hero-content h1 {
        font-size: 32px;
        line-height: 1.2;
        margin-bottom: 16px;
    }

    .hero-section .hero-content p,
    .hero-slide .hero-content p {
        font-size: 16px;
        margin-bottom: 24px;
        line-height: 1.6;
    }

    .trust-badge {
        font-size: 11px;
        padding: 6px 14px;
        margin-bottom: 20px;
    }

    .btn-demo,
    .btn-explore {
        padding: 12px 24px;
        font-size: 14px;
        margin-right: 10px;
        margin-bottom: 8px;
    }

    .hero-stats {
        flex-direction: row;
        flex-wrap: nowrap;
        gap: 12px;
        margin-top: 32px;
        justify-content: space-between;
    }

    .hero-stat {
        flex: 1;
        min-width: 0;
    }

    .hero-stat-number {
        font-size: 22px;
    }

    .hero-stat-label {
        font-size: 11px;
        margin-top: 4px;
    }

    .hero-visual {
        height: 240px;
        margin-top: 32px;
        margin-bottom: 0;
    }

    .hero-video-container {
        max-width: 100%;
        height: 100%;
    }

    .hero-slide .row {
        margin-bottom: 0;
    }

    .hero-carousel-indicators {
        position: relative;
        bottom: auto;
        left: auto;
        transform: none;
        justify-content: center;
        margin-top: 24px;
        margin-bottom: 0;
        gap: 8px;
    }

    .hero-indicator {
        width: 8px;
        height: 8px;
    }

    .device-smartphone,
    .device-tablet {
        transform: scale(0.65);
    }

    .section {
        padding: 60px 0;
    }

    .section-title {
        font-size: 32px;
    }
}

@media (max-width: 576px) {
    .hero-section {
        min-height: auto;
        padding-top: 70px;
        padding-bottom: 30px;
    }

    .hero-content h1 {
        font-size: 28px;
        margin-bottom: 12px;
    }

    .hero-section .hero-content p,
    .hero-slide .hero-content p {
        font-size: 15px;
        margin-bottom: 20px;
    }

    .trust-badge {
        font-size: 10px;
        padding: 5px 12px;
        margin-bottom: 16px;
    }

    .hero-content p+div,
    .hero-slide .hero-content p+div {
        display: flex;
        gap: 8px;
        flex-wrap: nowrap;
        margin-bottom: 0;
    }

    .btn-demo,
    .btn-explore {
        padding: 10px 16px;
        font-size: 13px;
        display: inline-flex;
        width: auto;
        margin-right: 0;
        margin-bottom: 0;
        flex: 1;
    }

    .hero-stats {
        flex-wrap: nowrap;
        gap: 8px;
        margin-top: 24px;
    }

    .hero-stat {
        flex: 1;
        min-width: 0;
    }

    .hero-stat-number {
        font-size: 18px;
    }

    .hero-stat-label {
        font-size: 10px;
    }

    .hero-visual {
        height: 180px;
        margin-top: 20px;
        margin-bottom: 0;
    }

    .hero-slide .row {
        margin-bottom: 0;
    }

    .hero-carousel-indicators {
        position: relative;
        bottom: auto;
        left: auto;
        transform: none;
        justify-content: center;
        margin-top: 20px;
        margin-bottom: 0;
        gap: 6px;
    }

    .hero-indicator {
        width: 6px;
        height: 6px;
    }

    /* Ensure content column comes first on mobile */
    .hero-slide .row {
        flex-direction: column;
    }

    .hero-slide .col-lg-6:first-child {
        order: 1;
    }

    .hero-slide .col-lg-6:last-child {
        order: 2;
    }
}

@media (max-width: 991.98px) {
    .what-we-do-image-container {
        min-height: 300px;
        height: auto;
        aspect-ratio: 4/3;
        background: #f5f5f5;
    }

    .what-we-do-image-container img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
        min-height: 300px;
    }

    .what-we-do-content {
        padding-left: 0;
        padding-top: 24px;
        margin-top: 0;
    }
}

@media (max-width: 576px) {
    .what-we-do-image-container {
        min-height: 250px;
        aspect-ratio: 4/3;
        background: #f5f5f5;
    }

    .what-we-do-image-container img {
        min-height: 250px;
    }

    .what-we-do-overlay {
        padding: 20px;
    }

    .what-we-do-overlay h4 {
        font-size: 18px;
    }

    .what-we-do-content {
        margin-top: 0;
    }
}

@media (max-width: 768px) {
    .what-we-do-content {
        padding-left: 0;
        margin-top: 30px;
    }

    .solution-tags {
        gap: 8px;
    }

    .solution-tag {
        font-size: 12px;
        padding: 8px 16px;
    }
}

@media (max-width: 768px) {
    .chat-widget {
        bottom: 20px;
        right: 20px;
    }

    .chat-button {
        width: 56px;
        height: 56px;
    }

    .chat-button .robot-icon {
        width: 24px;
        height: 24px;
    }

    .notification-badge {
        width: 20px;
        height: 20px;
        font-size: 10px;
        top: -2px;
        right: -2px;
    }

    .chat-window {
        width: calc(100vw - 32px);
        max-width: 360px;
        height: 500px;
        max-height: calc(100vh - 140px);
        right: -16px;
        bottom: 80px;
        border-radius: 12px;
    }

    .chat-header {
        padding: 16px;
    }

    .chat-header-brand h3 {
        font-size: 16px;
    }

    .chat-messages {
        padding: 16px;
    }

    .chat-input-area {
        padding: 12px;
    }

    .chat-input {
        padding: 10px 14px;
        font-size: 13px;
    }

    .chat-send {
        width: 40px;
        height: 40px;
    }
}

@media (max-width: 576px) {
    .chat-widget {
        bottom: 16px;
        right: 16px;
    }

    .chat-button {
        width: 52px;
        height: 52px;
    }

    .chat-button .robot-icon {
        width: 22px;
        height: 22px;
    }

    .notification-badge {
        width: 18px;
        height: 18px;
        font-size: 9px;
        top: -1px;
        right: -1px;
    }

    .chat-window {
        width: calc(100vw - 24px);
        max-width: 340px;
        height: 450px;
        max-height: calc(100vh - 120px);
        right: -12px;
        bottom: 72px;
        border-radius: 10px;
    }

    .chat-header {
        padding: 14px;
    }

    .chat-header-brand h3 {
        font-size: 15px;
    }

    .chat-header-brand .chat-subtitle {
        font-size: 11px;
    }

    .chat-messages {
        padding: 12px;
    }

    .chat-message {
        padding: 10px 14px;
        font-size: 13px;
        margin-bottom: 12px;
    }

    .chat-input-area {
        padding: 10px;
    }

    .chat-input {
        padding: 9px 12px;
        font-size: 12px;
    }

    .chat-send {
        width: 36px;
        height: 36px;
    }
}

@media (max-width: 768px) {
    #backToTop {
        bottom: 100px;
        right: 20px;
        width: 44px;
        height: 44px;
        font-size: 18px;
    }
}

@media (max-width: 768px) {
    .newsroom-scroll {
        padding: 1rem 1rem 1.5rem;
        margin: 0 -1rem;
    }

    .newsroom-scroll .col-md-4 {
        min-width: calc(50% - 0.5rem);
    }

    .awards-scroll {
        padding: 1rem 1rem 1.5rem;
        margin: 0 -1rem;
    }

    .awards-scroll .award-item {
        min-width: 280px;
        max-width: 320px;
    }
}

@media (max-width: 768px) {
    .capability-value {
        font-size: 34px;
    }

    .capability-card {
        padding: 28px 20px;
    }
}

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

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

@media (max-width: 768px) {
    .testimonial-card {
        padding: 32px 24px;
        min-height: auto;
    }

    .testimonial-quote {
        font-size: 18px;
    }

    .carousel-nav-btn {
        width: 40px;
        height: 40px;
        font-size: 16px;
    }
}

@keyframes scroll {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(calc(-50% - 16px));
    }
}

@media (max-width: 768px) {
    .clients-section {
        padding: 60px 0;
    }

    .client-logo-card {
        width: 220px;
        height: 120px;
        padding: 20px;
    }

    .marquee-content {
        animation-duration: 30s;
    }

    .client-logo-placeholder {
        font-size: 16px;
    }
}

@media (max-width: 991.98px) {
    .navbar {
        padding: 12px 0;
    }

    .navbar-brand {
        font-size: 18px;
    }

    .navbar-brand .brand-logo img {
        max-height: 36px;
        width: auto;
    }

    .navbar-toggler {
        border: 1px solid rgba(11, 31, 58, 0.15);
        border-radius: 6px;
        padding: 6px 10px;
        background: transparent;
        transition: all 0.3s ease;
    }

    .navbar-toggler:focus {
        box-shadow: 0 0 0 3px rgba(42, 91, 211, 0.1);
        outline: none;
    }

    .navbar-toggler[aria-expanded="true"] {
        background: rgba(42, 91, 211, 0.08);
        border-color: var(--cyan-bright);
    }

    .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='%23ffffff' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M6 6L24 24M24 6L6 24'/%3e%3c/svg%3e");
    }

    .navbar-toggler .navbar-toggler-icon,
    .navbar-toggler-icon {
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='%23ffffff' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") !important;
        width: 24px;
        height: 24px;
    }

    /* Mobile: right-to-left slide-out drawer with theme gradient */
    body:has(.navbar-collapse.show) {
        overflow: hidden;
    }

    .navbar:has(.navbar-collapse.show)::before {
        content: "";
        position: fixed;
        inset: 0;
        background: rgba(0, 0, 0, 0.45);
        z-index: 1040;
        opacity: 0;
        transition: opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1);
        pointer-events: none;
    }

    .navbar-collapse {
        position: fixed;
        top: 0;
        right: 0;
        left: auto;
        width: min(320px, 88vw);
        max-width: 100%;
        height: 100vh;
        height: 100dvh;
        z-index: 1050;
        margin: 0;
        padding: 0;
        background: var(--mobile-drawer-bg);
        border-radius: 0;
        border: none;
        box-shadow: -4px 0 24px rgba(0, 0, 0, 0.2);
        overflow-y: auto;
        overflow-x: hidden;
        transform: translateX(100%);
        transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
        display: block !important;
    }

    .navbar-collapse.collapsing {
        transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
        height: 100vh !important;
    }

    .navbar-collapse.show {
        transform: translateX(0);
    }

    .navbar:has(.navbar-collapse.show)::before {
        opacity: 1;
    }

    .navbar-backdrop {
        display: none;
        position: fixed;
        inset: 0;
        z-index: 1040;
        background: rgba(0, 0, 0, 0.5);
        cursor: pointer;
    }

    .navbar:has(.navbar-collapse.show) .navbar-backdrop {
        display: block;
    }

    .mobile-drawer-header {
        position: relative;
        padding: 20px 20px 20px;
        flex-shrink: 0;
    }

    .mobile-drawer-close {
        position: absolute;
        top: 20px;
        right: 20px;
        width: 44px;
        min-width: 44px;
        height: 44px;
        min-height: 44px;
        display: flex;
        align-items: center;
        justify-content: center;
        background: rgba(255, 255, 255, 0.08);
        border: none;
        color: #ffffff;
        font-size: 1.35rem;
        cursor: pointer;
        padding: 0;
        border-radius: 8px;
        transition: background 0.2s ease, color 0.2s ease;
    }

    .mobile-drawer-close:hover {
        background: rgba(255, 255, 255, 0.18);
        color: #ffffff;
    }

    .mobile-drawer-close:focus {
        outline: none;
        box-shadow: 0 0 0 2px rgba(77, 175, 255, 0.6);
    }

    .mobile-drawer-search {
        position: relative;
        width: 100%;
        margin-top: 52px;
    }

    .mobile-drawer-search-input {
        width: 100%;
        min-height: 48px;
        padding: 14px 48px 14px 16px;
        font-size: 16px;
        font-family: inherit;
        color: #ffffff;
        background: rgba(255, 255, 255, 0.1);
        border: 1px solid rgba(255, 255, 255, 0.35);
        border-radius: 10px;
        transition: border-color 0.2s ease, background 0.2s ease;
    }

    .mobile-drawer-search-input::placeholder {
        color: rgba(255, 255, 255, 0.65);
    }

    .mobile-drawer-search-input:focus {
        outline: none;
        border-color: rgba(77, 175, 255, 0.7);
        background: rgba(255, 255, 255, 0.14);
    }

    .mobile-drawer-search-icon {
        position: absolute;
        right: 16px;
        top: 50%;
        transform: translateY(-50%);
        font-size: 1.2rem;
        color: rgba(255, 255, 255, 0.85);
        pointer-events: none;
    }

    .navbar-collapse .navbar-nav {
        padding: 12px 20px 32px;
        gap: 0;
    }

    .navbar-nav {
        gap: 0;
    }

    .nav-item {
        border-bottom: 1px solid rgba(255, 255, 255, 0.12);
        padding: 0;
        width: 100%;
    }

    .nav-item:last-child {
        border-bottom: none;
    }

    .nav-item.dropdown:last-child {
        border-bottom: none;
    }

    .navbar-collapse .nav-link,
    .navbar-collapse .dropdown-toggle,
    .nav-link {
        color: rgba(255, 255, 255, 0.95) !important;
        padding: 16px 0 !important;
        min-height: 48px;
        margin: 0 !important;
        font-size: 16px;
        font-weight: 500;
        font-family: inherit;
        border-radius: 0;
        transition: background 0.2s ease, color 0.2s ease;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .nav-link:hover,
    .nav-link:focus {
        background: rgba(255, 255, 255, 0.1);
        color: #ffffff !important;
    }

    .dropdown-toggle {
        position: relative;
    }

    .dropdown-toggle::after {
        margin-left: auto;
        margin-right: 0;
        transition: transform 0.3s ease;
        border-top-color: rgba(255, 255, 255, 0.7);
    }

    .dropdown-toggle[aria-expanded="true"]::after {
        transform: rotate(180deg);
    }

    .dropdown-toggle[aria-expanded="true"] {
        background: rgba(255, 255, 255, 0.06);
        color: #ffffff !important;
    }

    .dropdown-menu {
        position: static !important;
        float: none;
        width: 100%;
        margin-top: 4px;
        margin-bottom: 12px;
        border: none;
        box-shadow: none;
        background: rgba(0, 0, 0, 0.2);
        border-radius: 0;
        padding: 8px 0 4px 12px;
    }

    .dropdown-item {
        padding: 14px 16px;
        min-height: 44px;
        font-size: 15px;
        font-family: inherit;
        border-radius: 6px;
        margin: 2px 8px;
        color: rgba(255, 255, 255, 0.92);
    }

    .dropdown-item:hover {
        background: rgba(255, 255, 255, 0.12);
        color: #ffffff;
    }

    .nav-btn-demo {
        width: 100%;
        margin: 20px 0 16px 0 !important;
        padding: 16px 24px;
        min-height: 52px;
        text-align: center;
        justify-content: center;
        display: flex;
        align-items: center;
        font-family: inherit;
        background: rgba(77, 175, 255, 0.2) !important;
        border: 2px solid rgba(255, 255, 255, 0.85) !important;
        color: #ffffff !important;
        border-radius: 10px;
        font-weight: 600;
    }

    .nav-btn-demo:hover {
        background: rgba(255, 255, 255, 0.15) !important;
        border-color: #ffffff !important;
        color: #ffffff !important;
    }

    .nav-item:has(.nav-search-icon) {
        display: none;
    }

    .nav-search-icon {
        width: 100%;
        margin: 0 !important;
        padding: 14px;
        justify-content: center;
        border: 1px solid rgba(255, 255, 255, 0.25);
        border-radius: 6px;
        background: transparent;
        color: #ffffff !important;
    }

    .nav-search-icon:hover {
        background: rgba(255, 255, 255, 0.1);
        border-color: rgba(255, 255, 255, 0.5);
        color: #ffffff !important;
    }
}

@media (max-width: 576px) {
    .navbar {
        padding: 10px 0;
    }

    .navbar-brand .brand-logo img {
        max-height: 32px;
    }

    .navbar-collapse {
        margin-top: 12px;
        padding: 20px 16px 24px;
    }

    .nav-link {
        padding: 12px 0 !important;
        font-size: 15px;
    }

    .dropdown-item {
        padding: 8px 12px;
        font-size: 13px;
    }

    .nav-btn-demo {
        padding: 12px 20px;
        font-size: 14px;
    }
}

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

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

@keyframes pulseRing {
    0% {
        transform: translate(-50%, -50%) scale(0.8);
        opacity: 0.8;
    }

    50% {
        transform: translate(-50%, -50%) scale(1.3);
        opacity: 0.4;
    }

    100% {
        transform: translate(-50%, -50%) scale(1.6);
        opacity: 0;
    }
}

@keyframes floatAnimation {

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

    50% {
        transform: translateY(-8px) scale(1.05);
    }
}

@keyframes iconGlow {

    0%,
    100% {
        filter: drop-shadow(0 0 5px rgba(42, 91, 211, 0.3));
    }

    50% {
        filter: drop-shadow(0 0 15px rgba(42, 91, 211, 0.6));
    }
}

@keyframes gradientShift {

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

    50% {
        transform: translate(5%, 5%) scale(1.1);
        opacity: 0.6;
    }
}

@media (max-width: 768px) {
    .product-hero {
        padding: 120px 0 60px;
    }

    .product-hero-video {
        opacity: 0.25;
    }

    .product-hero-video {
        opacity: 0.2;
    }

    .product-hero-overlay {
        background: linear-gradient(160deg, rgba(15, 23, 42, 0.55) 0%, rgba(30, 41, 59, 0.45) 50%, rgba(15, 23, 42, 0.55) 100%);
    }

    .product-hero {
        min-height: auto;
        padding: 120px 0 80px;
    }

    .product-hero h1 {
        font-size: 30px;
    }

    .product-hero h2 {
        font-size: 16px;
    }

    .product-hero .lead {
        font-size: 18px;
    }

    .hero-cta-group {
        flex-direction: column;
    }

    .btn-primary-hero,
    .btn-secondary-hero {
        width: 100%;
        justify-content: center;
    }

    .article-section {
        padding: 60px 0;
    }

    .content-section h2 {
        font-size: 32px;
    }

    .section-intro {
        font-size: 18px;
    }

    .content-section h3 {
        font-size: 24px;
    }

    .content-section {
        font-size: 16px;
    }

    .content-section p {
        font-size: 16px;
    }

    .feature-card {
        padding: 24px;
    }

    .benefits-scroll {
        padding: 1rem 1rem 1.5rem;
        margin: 0 -1rem;
    }

    .benefits-scroll .benefit-card-item {
        min-width: 85%;
        max-width: 90%;
    }

    .benefit-read-more-btn {
        padding: 8px 16px;
        font-size: 13px;
    }

    .benefit-text-short,
    .benefit-text-full {
        font-size: 15px;
    }

    .benefit-card-expandable .icon-heading-wrapper {
        flex-direction: column;
        align-items: flex-start;
        gap: 12px;
    }

    .benefit-card-expandable .feature-icon {
        width: 56px;
        height: 56px;
    }

    .benefit-card-expandable .feature-icon i {
        font-size: 24px;
    }

    .benefit-card-expandable h4 {
        font-size: 20px;
        width: 100%;
    }

    .step-guide {
        padding: 40px 24px;
    }

    .step-timeline {
        flex-direction: column;
        gap: 40px;
    }

    .step-item::after {
        display: none;
    }

    .step-item-wrapper {
        width: 100%;
    }

    .step-icon-circle {
        width: 100px;
        height: 100px;
        margin-bottom: 20px;
    }

    .step-icon-circle i {
        font-size: 40px;
    }

    .step-number {
        width: 32px;
        height: 32px;
        font-size: 16px;
        top: -8px;
        right: 10px;
    }

    .step-content h4 {
        font-size: 18px;
    }

    .step-content p {
        font-size: 14px;
    }

    .step-content ul {
        padding-left: 20px;
    }

    .step-content li {
        font-size: 13px;
    }

    .feature-card-green {
        padding: 24px;
    }

    .feature-icon-green {
        width: 64px;
        height: 64px;
        margin-bottom: 20px;
    }

    .feature-icon-green i {
        font-size: 28px;
    }

    .feature-card-green h4 {
        font-size: 20px;
    }

    .feature-card-green p {
        font-size: 14px;
    }

    .privacy-note-box {
        margin-top: 32px !important;
        padding: 20px !important;
    }

    .privacy-note-box p {
        font-size: 14px !important;
    }

    .stats-section {
        padding: 60px 0;
    }

    .stat-number {
        font-size: 42px;
    }

    .stat-label {
        font-size: 14px;
    }

    .stats-section .row {
        justify-content: center;
    }

    .faq-question {
        font-size: 16px;
        padding: 20px 24px;
    }

    .faq-answer-content {
        font-size: 15px;
    }

    .hero-cta-group {
        flex-direction: column;
    }

    .btn-primary-hero,
    .btn-secondary-hero {
        width: 100%;
        justify-content: center;
    }

    .highlight-box {
        padding-left: 24px !important;
    }

    .highlight-box i {
        position: static !important;
        margin-bottom: 12px;
        display: block;
    }

    .stat-number {
        font-size: 36px;
    }

    .step-guide {
        padding: 32px 20px;
    }

    .step-timeline {
        gap: 32px;
    }

    .step-icon-circle {
        width: 80px;
        height: 80px;
    }

    .step-icon-circle i {
        font-size: 32px;
    }

    .step-number {
        width: 28px;
        height: 28px;
        font-size: 14px;
    }

    .step-content h4 {
        font-size: 16px;
    }

    .step-content p {
        font-size: 13px;
    }

    .feature-card-green {
        padding: 20px;
    }

    .feature-icon-green {
        width: 56px;
        height: 56px;
    }

    .feature-icon-green i {
        font-size: 24px;
    }

    .feature-card-green h4 {
        font-size: 18px;
    }

    .feature-card-green p {
        font-size: 13px;
    }

    .privacy-note-box {
        margin-top: 24px !important;
        padding: 16px !important;
    }

    .privacy-note-box p {
        font-size: 13px !important;
    }

    .benefit-accordion-header {
        padding: 20px 24px;
    }

    .benefit-header-content {
        gap: 16px;
    }

    .benefit-icon-small {
        width: 48px;
        height: 48px;
    }

    .benefit-icon-small i {
        font-size: 20px;
    }

    .benefit-accordion-header h4 {
        font-size: 18px;
    }

    .benefit-accordion-content.active {
        padding: 0 24px 24px;
    }

    .benefit-header-content {
        gap: 12px;
    }

    .benefit-accordion-header h4 {
        font-size: 16px;
    }
}

@media (max-width: 768px) {
    .chat-widget {
        bottom: 20px;
        right: 20px;
    }

    .chat-button {
        width: 56px;
        height: 56px;
    }

    .chat-button .robot-icon {
        width: 24px;
        height: 24px;
    }

    .notification-badge {
        width: 20px;
        height: 20px;
        font-size: 10px;
        top: -2px;
        right: -2px;
    }

    .chat-window {
        width: calc(100vw - 32px);
        max-width: 360px;
        height: 500px;
        max-height: calc(100vh - 140px);
        right: -16px;
        bottom: 80px;
        border-radius: 12px;
    }

    .chat-header {
        padding: 16px;
    }

    .chat-header-brand h3 {
        font-size: 16px;
    }

    .chat-messages {
        padding: 16px;
    }

    .chat-input-area {
        padding: 12px;
    }

    .chat-input {
        padding: 10px 14px;
        font-size: 13px;
    }

    .chat-send {
        width: 40px;
        height: 40px;
    }
}

@media (max-width: 576px) {
    .chat-widget {
        bottom: 16px;
        right: 16px;
    }

    .chat-button {
        width: 52px;
        height: 52px;
    }

    .chat-button .robot-icon {
        width: 22px;
        height: 22px;
    }

    .notification-badge {
        width: 18px;
        height: 18px;
        font-size: 9px;
        top: -1px;
        right: -1px;
    }

    .chat-window {
        width: calc(100vw - 24px);
        max-width: 340px;
        height: 450px;
        max-height: calc(100vh - 120px);
        right: -12px;
        bottom: 72px;
        border-radius: 10px;
    }

    .chat-header {
        padding: 14px;
    }

    .chat-header-brand h3 {
        font-size: 15px;
    }

    .chat-header-brand .chat-subtitle {
        font-size: 11px;
    }

    .chat-messages {
        padding: 12px;
    }

    .chat-message {
        padding: 10px 14px;
        font-size: 13px;
        margin-bottom: 12px;
    }

    .chat-input-area {
        padding: 10px;
    }

    .chat-input {
        padding: 9px 12px;
        font-size: 12px;
    }

    .chat-send {
        width: 36px;
        height: 36px;
    }
}

@media (max-width: 991.98px) {
            .navbar {
                padding: 12px 0;
            }

            .navbar-brand {
                font-size: 18px;
            }

            .navbar-brand .brand-logo img {
                max-height: 36px;
                width: auto;
            }

            .navbar-toggler {
                border: 1px solid rgba(11, 31, 58, 0.15);
                border-radius: 6px;
                padding: 6px 10px;
                background: transparent;
                transition: all 0.3s ease;
            }

            .navbar-toggler:focus {
                box-shadow: 0 0 0 3px rgba(42, 91, 211, 0.1);
                outline: none;
            }

            .navbar-toggler[aria-expanded="true"] {
                background: rgba(42, 91, 211, 0.08);
                border-color: var(--cyan-bright);
            }

            .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
                background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='%23ffffff' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M6 6L24 24M24 6L6 24'/%3e%3c/svg%3e");
            }

            .navbar-toggler .navbar-toggler-icon,
            .navbar-toggler-icon {
                background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='%23ffffff' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") !important;
                width: 24px;
                height: 24px;
            }

            /* Mobile: right-to-left slide-out drawer with theme gradient */
            body:has(.navbar-collapse.show) {
                overflow: hidden;
            }

            .navbar:has(.navbar-collapse.show)::before {
                content: "";
                position: fixed;
                inset: 0;
                background: rgba(0, 0, 0, 0.45);
                z-index: 1040;
                opacity: 0;
                transition: opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1);
                pointer-events: none;
            }

            .navbar-collapse {
                position: fixed;
                top: 0;
                right: 0;
                left: auto;
                width: min(320px, 88vw);
                max-width: 100%;
                height: 100vh;
                height: 100dvh;
                z-index: 1050;
                margin: 0;
                padding: 0;
                background: var(--mobile-drawer-bg);
                border-radius: 0;
                border: none;
                box-shadow: -4px 0 24px rgba(0, 0, 0, 0.2);
                overflow-y: auto;
                overflow-x: hidden;
                transform: translateX(100%);
                transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
                display: block !important;
            }

            .navbar-collapse.collapsing {
                transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
                height: 100vh !important;
            }

            .navbar-collapse.show {
                transform: translateX(0);
            }

            .navbar:has(.navbar-collapse.show)::before {
                opacity: 1;
            }

            .navbar-backdrop {
                display: none;
                position: fixed;
                inset: 0;
                z-index: 1040;
                background: rgba(0, 0, 0, 0.5);
                cursor: pointer;
            }

            .navbar:has(.navbar-collapse.show) .navbar-backdrop {
                display: block;
            }

            .mobile-drawer-header {
                position: relative;
                padding: 20px 20px 20px;
                flex-shrink: 0;
            }

            .mobile-drawer-close {
                position: absolute;
                top: 20px;
                right: 20px;
                width: 44px;
                min-width: 44px;
                height: 44px;
                min-height: 44px;
                display: flex;
                align-items: center;
                justify-content: center;
                background: rgba(255, 255, 255, 0.08);
                border: none;
                color: #ffffff;
                font-size: 1.35rem;
                cursor: pointer;
                padding: 0;
                border-radius: 8px;
                transition: background 0.2s ease, color 0.2s ease;
            }

            .mobile-drawer-close:hover {
                background: rgba(255, 255, 255, 0.18);
                color: #ffffff;
            }

            .mobile-drawer-close:focus {
                outline: none;
                box-shadow: 0 0 0 2px rgba(77, 175, 255, 0.6);
            }

            .mobile-drawer-search {
                position: relative;
                width: 100%;
                margin-top: 52px;
            }

            .mobile-drawer-search-input {
                width: 100%;
                min-height: 48px;
                padding: 14px 48px 14px 16px;
                font-size: 16px;
                font-family: inherit;
                color: #ffffff;
                background: rgba(255, 255, 255, 0.1);
                border: 1px solid rgba(255, 255, 255, 0.35);
                border-radius: 10px;
                transition: border-color 0.2s ease, background 0.2s ease;
            }

            .mobile-drawer-search-input::placeholder {
                color: rgba(255, 255, 255, 0.65);
            }

            .mobile-drawer-search-input:focus {
                outline: none;
                border-color: rgba(77, 175, 255, 0.7);
                background: rgba(255, 255, 255, 0.14);
            }

            .mobile-drawer-search-icon {
                position: absolute;
                right: 16px;
                top: 50%;
                transform: translateY(-50%);
                font-size: 1.2rem;
                color: rgba(255, 255, 255, 0.85);
                pointer-events: none;
            }

            .navbar-collapse .navbar-nav {
                padding: 12px 20px 32px;
                gap: 0;
            }

            .navbar-nav {
                gap: 0;
            }

            .nav-item {
                border-bottom: 1px solid rgba(255, 255, 255, 0.12);
                padding: 0;
                width: 100%;
            }

            .nav-item:last-child {
                border-bottom: none;
            }

            .nav-item.dropdown:last-child {
                border-bottom: none;
            }

            .navbar-collapse .nav-link,
            .navbar-collapse .dropdown-toggle,
            .nav-link {
                color: rgba(255, 255, 255, 0.95) !important;
                padding: 16px 0 !important;
                min-height: 48px;
                margin: 0 !important;
                font-size: 16px;
                font-weight: 500;
                font-family: inherit;
                border-radius: 0;
                transition: background 0.2s ease, color 0.2s ease;
                display: flex;
                align-items: center;
                justify-content: space-between;
            }

            .nav-link:hover,
            .nav-link:focus {
                background: rgba(255, 255, 255, 0.1);
                color: #ffffff !important;
            }

            .dropdown-toggle {
                position: relative;
            }

            .dropdown-toggle::after {
                margin-left: auto;
                margin-right: 0;
                transition: transform 0.3s ease;
                border-top-color: rgba(255, 255, 255, 0.7);
            }

            .dropdown-toggle[aria-expanded="true"]::after {
                transform: rotate(180deg);
            }

            .dropdown-toggle[aria-expanded="true"] {
                background: rgba(255, 255, 255, 0.06);
                color: #ffffff !important;
            }

            .dropdown-menu {
                position: static !important;
                float: none;
                width: 100%;
                margin-top: 4px;
                margin-bottom: 12px;
                border: none;
                box-shadow: none;
                background: rgba(0, 0, 0, 0.2);
                border-radius: 0;
                padding: 8px 0 4px 12px;
            }

            .dropdown-item {
                padding: 14px 16px;
                min-height: 44px;
                font-size: 15px;
                font-family: inherit;
                border-radius: 6px;
                margin: 2px 8px;
                color: rgba(255, 255, 255, 0.92);
            }

            .dropdown-item:hover {
                background: rgba(255, 255, 255, 0.12);
                color: #ffffff;
            }

            .nav-btn-demo {
                width: 100%;
                margin: 20px 0 16px 0 !important;
                padding: 16px 24px;
                min-height: 52px;
                text-align: center;
                justify-content: center;
                display: flex;
                align-items: center;
                font-family: inherit;
                background: rgba(77, 175, 255, 0.2) !important;
                border: 2px solid rgba(255, 255, 255, 0.85) !important;
                color: #ffffff !important;
                border-radius: 10px;
                font-weight: 600;
            }

            .nav-btn-demo:hover {
                background: rgba(255, 255, 255, 0.15) !important;
                border-color: #ffffff !important;
                color: #ffffff !important;
            }

            .nav-search-icon {
                width: 100%;
                margin: 0 !important;
                padding: 14px;
                justify-content: center;
                border: 1px solid rgba(255, 255, 255, 0.25);
                border-radius: 6px;
                background: transparent;
                color: #ffffff !important;
            }

            .nav-search-icon:hover {
                background: rgba(255, 255, 255, 0.1);
                border-color: rgba(255, 255, 255, 0.5);
                color: #ffffff !important;
            }
        }

@media (max-width: 576px) {
            .navbar {
                padding: 10px 0;
            }

            .navbar-brand .brand-logo img {
                max-height: 32px;
            }

            .navbar-collapse {
                margin-top: 12px;
                padding: 20px 16px 24px;
            }

            .nav-link {
                padding: 12px 0 !important;
                font-size: 15px;
            }

            .dropdown-item {
                padding: 8px 12px;
                font-size: 13px;
            }

            .nav-btn-demo {
                padding: 12px 20px;
                font-size: 14px;
            }
        }

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

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

@keyframes pulseRing {
            0% {
                transform: translate(-50%, -50%) scale(0.8);
                opacity: 0.8;
            }

            50% {
                transform: translate(-50%, -50%) scale(1.3);
                opacity: 0.4;
            }

            100% {
                transform: translate(-50%, -50%) scale(1.6);
                opacity: 0;
            }
        }

@keyframes floatAnimation {

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

            50% {
                transform: translateY(-8px) scale(1.05);
            }
        }

@keyframes iconGlow {

            0%,
            100% {
                filter: drop-shadow(0 0 5px rgba(42, 91, 211, 0.3));
            }

            50% {
                filter: drop-shadow(0 0 15px rgba(42, 91, 211, 0.6));
            }
        }

@keyframes gradientShift {

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

            50% {
                transform: translate(5%, 5%) scale(1.1);
                opacity: 0.6;
            }
        }

@media (max-width: 768px) {
            .product-hero {
                padding: 120px 0 60px;
            }

            .product-hero-video {
                opacity: 0.25;
            }

            .product-hero-video {
                opacity: 0.2;
            }

            .product-hero-overlay {
                background: linear-gradient(160deg, rgba(15, 23, 42, 0.55) 0%, rgba(30, 41, 59, 0.45) 50%, rgba(15, 23, 42, 0.55) 100%);
            }

            .product-hero {
                min-height: auto;
                padding: 120px 0 80px;
            }

            .product-hero h1 {
                font-size: 30px;
            }

            .product-hero h2 {
                font-size: 16px;
            }

            .product-hero .lead {
                font-size: 18px;
            }

            .hero-cta-group {
                flex-direction: column;
            }

            .btn-primary-hero,
            .btn-secondary-hero {
                width: 100%;
                justify-content: center;
            }

            .article-section {
                padding: 60px 0;
            }

            .content-section h2 {
                font-size: 32px;
            }

            .section-intro {
                font-size: 18px;
            }

            .content-section h3 {
                font-size: 24px;
            }

            .content-section {
                font-size: 16px;
            }

            .content-section p {
                font-size: 16px;
            }

            .feature-card {
                padding: 24px;
            }

            .benefits-scroll {
                padding: 1rem 1rem 1.5rem;
                margin: 0 -1rem;
            }

            .benefits-scroll .benefit-card-item {
                min-width: 85%;
                max-width: 90%;
            }

            .benefit-read-more-btn {
                padding: 8px 16px;
                font-size: 13px;
            }

            .benefit-text-short,
            .benefit-text-full {
                font-size: 15px;
            }

            .benefit-card-expandable .icon-heading-wrapper {
                flex-direction: column;
                align-items: flex-start;
                gap: 12px;
            }

            .benefit-card-expandable .feature-icon {
                width: 56px;
                height: 56px;
            }

            .benefit-card-expandable .feature-icon i {
                font-size: 24px;
            }

            .benefit-card-expandable h4 {
                font-size: 20px;
                width: 100%;
            }

            .step-guide {
                padding: 40px 24px;
            }

            .step-timeline {
                flex-direction: column;
                gap: 40px;
            }

            .step-item::after {
                display: none;
            }

            .step-item-wrapper {
                width: 100%;
            }

            .step-icon-circle {
                width: 100px;
                height: 100px;
                margin-bottom: 20px;
            }

            .step-icon-circle i {
                font-size: 40px;
            }

            .step-number {
                width: 32px;
                height: 32px;
                font-size: 16px;
                top: -8px;
                right: 10px;
            }

            .step-content h4 {
                font-size: 18px;
            }

            .step-content p {
                font-size: 14px;
            }

            .step-content ul {
                padding-left: 20px;
            }

            .step-content li {
                font-size: 13px;
            }

            .feature-card-green {
                padding: 24px;
            }

            .feature-icon-green {
                width: 64px;
                height: 64px;
                margin-bottom: 20px;
            }

            .feature-icon-green i {
                font-size: 28px;
            }

            .feature-card-green h4 {
                font-size: 20px;
            }

            .feature-card-green p {
                font-size: 14px;
            }

            .privacy-note-box {
                margin-top: 32px !important;
                padding: 20px !important;
            }

            .privacy-note-box p {
                font-size: 14px !important;
            }

            .stats-section {
                padding: 60px 0;
            }

            .stat-number {
                font-size: 42px;
            }

            .stat-label {
                font-size: 14px;
            }

            .stats-section .row {
                justify-content: center;
            }

            .faq-question {
                font-size: 16px;
                padding: 20px 24px;
            }

            .faq-answer-content {
                font-size: 15px;
            }

            .hero-cta-group {
                flex-direction: column;
            }

            .btn-primary-hero,
            .btn-secondary-hero {
                width: 100%;
                justify-content: center;
            }

            .highlight-box {
                padding-left: 24px !important;
            }

            .highlight-box i {
                position: static !important;
                margin-bottom: 12px;
                display: block;
            }

            .stat-number {
                font-size: 36px;
            }

            .step-guide {
                padding: 32px 20px;
            }

            .step-timeline {
                gap: 32px;
            }

            .step-icon-circle {
                width: 80px;
                height: 80px;
            }

            .step-icon-circle i {
                font-size: 32px;
            }

            .step-number {
                width: 28px;
                height: 28px;
                font-size: 14px;
            }

            .step-content h4 {
                font-size: 16px;
            }

            .step-content p {
                font-size: 13px;
            }

            .feature-card-green {
                padding: 20px;
            }

            .feature-icon-green {
                width: 56px;
                height: 56px;
            }

            .feature-icon-green i {
                font-size: 24px;
            }

            .feature-card-green h4 {
                font-size: 18px;
            }

            .feature-card-green p {
                font-size: 13px;
            }

            .privacy-note-box {
                margin-top: 24px !important;
                padding: 16px !important;
            }

            .privacy-note-box p {
                font-size: 13px !important;
            }

            .benefit-accordion-header {
                padding: 20px 24px;
            }

            .benefit-header-content {
                gap: 16px;
            }

            .benefit-icon-small {
                width: 48px;
                height: 48px;
            }

            .benefit-icon-small i {
                font-size: 20px;
            }

            .benefit-accordion-header h4 {
                font-size: 18px;
            }

            .benefit-accordion-content.active {
                padding: 0 24px 24px;
            }

            .benefit-header-content {
                gap: 12px;
            }

            .benefit-accordion-header h4 {
                font-size: 16px;
            }
        }

@keyframes scroll {
            0% {
                transform: translateX(calc(-50% - 16px));
            }

            100% {
                transform: translateX(0);
            }
        }

@media (max-width: 768px) {
            .marquee-content {
                animation-duration: 30s;
            }

            .client-logo-card {
                width: 220px;
                height: 120px;
                padding: 20px;
            }
        }

@media (max-width: 768px) {
    .chat-widget {
        bottom: 20px;
        right: 20px;
    }

    .chat-button {
        width: 56px;
        height: 56px;
    }

    .chat-button .robot-icon {
        width: 24px;
        height: 24px;
    }

    .notification-badge {
        width: 20px;
        height: 20px;
        font-size: 10px;
        top: -2px;
        right: -2px;
    }

    .chat-window {
        width: calc(100vw - 32px);
        max-width: 360px;
        height: 500px;
        max-height: calc(100vh - 140px);
        right: -16px;
        bottom: 80px;
        border-radius: 12px;
    }

    .chat-header {
        padding: 16px;
    }

    .chat-header-brand h3 {
        font-size: 16px;
    }

    .chat-messages {
        padding: 16px;
    }

    .chat-input-area {
        padding: 12px;
    }

    .chat-input {
        padding: 10px 14px;
        font-size: 13px;
    }

    .chat-send {
        width: 40px;
        height: 40px;
    }
}

@media (max-width: 576px) {
    .chat-widget {
        bottom: 16px;
        right: 16px;
    }

    .chat-button {
        width: 52px;
        height: 52px;
    }

    .chat-button .robot-icon {
        width: 22px;
        height: 22px;
    }

    .notification-badge {
        width: 18px;
        height: 18px;
        font-size: 9px;
        top: -1px;
        right: -1px;
    }

    .chat-window {
        width: calc(100vw - 24px);
        max-width: 340px;
        height: 450px;
        max-height: calc(100vh - 120px);
        right: -12px;
        bottom: 72px;
        border-radius: 10px;
    }

    .chat-header {
        padding: 14px;
    }

    .chat-header-brand h3 {
        font-size: 15px;
    }

    .chat-header-brand .chat-subtitle {
        font-size: 11px;
    }

    .chat-messages {
        padding: 12px;
    }

    .chat-message {
        padding: 10px 14px;
        font-size: 13px;
        margin-bottom: 12px;
    }

    .chat-input-area {
        padding: 10px;
    }

    .chat-input {
        padding: 9px 12px;
        font-size: 12px;
    }

    .chat-send {
        width: 36px;
        height: 36px;
    }
}

@media (max-width: 991.98px) {
            .navbar {
                padding: 12px 0;
            }

            .navbar-brand {
                font-size: 18px;
            }

            .navbar-brand .brand-logo img {
                max-height: 36px;
                width: auto;
            }

            .navbar-toggler {
                border: 1px solid rgba(11, 31, 58, 0.15);
                border-radius: 6px;
                padding: 6px 10px;
                background: transparent;
                transition: all 0.3s ease;
            }

            .navbar-toggler:focus {
                box-shadow: 0 0 0 3px rgba(42, 91, 211, 0.1);
                outline: none;
            }

            .navbar-toggler[aria-expanded="true"] {
                background: rgba(42, 91, 211, 0.08);
                border-color: var(--cyan-bright);
            }

            .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
                background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='%23ffffff' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M6 6L24 24M24 6L6 24'/%3e%3c/svg%3e");
            }

            .navbar-toggler .navbar-toggler-icon,
            .navbar-toggler-icon {
                background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='%23ffffff' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") !important;
                width: 24px;
                height: 24px;
            }

            /* Mobile: right-to-left slide-out drawer with theme gradient */
            body:has(.navbar-collapse.show) {
                overflow: hidden;
            }

            .navbar:has(.navbar-collapse.show)::before {
                content: "";
                position: fixed;
                inset: 0;
                background: rgba(0, 0, 0, 0.45);
                z-index: 1040;
                opacity: 0;
                transition: opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1);
                pointer-events: none;
            }

            .navbar-collapse {
                position: fixed;
                top: 0;
                right: 0;
                left: auto;
                width: min(320px, 88vw);
                max-width: 100%;
                height: 100vh;
                height: 100dvh;
                z-index: 1050;
                margin: 0;
                padding: 0;
                background: var(--mobile-drawer-bg);
                border-radius: 0;
                border: none;
                box-shadow: -4px 0 24px rgba(0, 0, 0, 0.2);
                overflow-y: auto;
                overflow-x: hidden;
                transform: translateX(100%);
                transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
                display: block !important;
            }

            .navbar-collapse.collapsing {
                transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
                height: 100vh !important;
            }

            .navbar-collapse.show {
                transform: translateX(0);
            }

            .navbar:has(.navbar-collapse.show)::before {
                opacity: 1;
            }

            .navbar-backdrop {
                display: none;
                position: fixed;
                inset: 0;
                z-index: 1040;
                background: rgba(0, 0, 0, 0.5);
                cursor: pointer;
            }

            .navbar:has(.navbar-collapse.show) .navbar-backdrop {
                display: block;
            }

            .mobile-drawer-header {
                position: relative;
                padding: 20px 20px 20px;
                flex-shrink: 0;
            }

            .mobile-drawer-close {
                position: absolute;
                top: 20px;
                right: 20px;
                width: 44px;
                min-width: 44px;
                height: 44px;
                min-height: 44px;
                display: flex;
                align-items: center;
                justify-content: center;
                background: rgba(255, 255, 255, 0.08);
                border: none;
                color: #ffffff;
                font-size: 1.35rem;
                cursor: pointer;
                padding: 0;
                border-radius: 8px;
                transition: background 0.2s ease, color 0.2s ease;
            }

            .mobile-drawer-close:hover {
                background: rgba(255, 255, 255, 0.18);
                color: #ffffff;
            }

            .mobile-drawer-close:focus {
                outline: none;
                box-shadow: 0 0 0 2px rgba(77, 175, 255, 0.6);
            }

            .mobile-drawer-search {
                position: relative;
                width: 100%;
                margin-top: 52px;
            }

            .mobile-drawer-search-input {
                width: 100%;
                min-height: 48px;
                padding: 14px 48px 14px 16px;
                font-size: 16px;
                font-family: inherit;
                color: #ffffff;
                background: rgba(255, 255, 255, 0.1);
                border: 1px solid rgba(255, 255, 255, 0.35);
                border-radius: 10px;
                transition: border-color 0.2s ease, background 0.2s ease;
            }

            .mobile-drawer-search-input::placeholder {
                color: rgba(255, 255, 255, 0.65);
            }

            .mobile-drawer-search-input:focus {
                outline: none;
                border-color: rgba(77, 175, 255, 0.7);
                background: rgba(255, 255, 255, 0.14);
            }

            .mobile-drawer-search-icon {
                position: absolute;
                right: 16px;
                top: 50%;
                transform: translateY(-50%);
                font-size: 1.2rem;
                color: rgba(255, 255, 255, 0.85);
                pointer-events: none;
            }

            .navbar-collapse .navbar-nav {
                padding: 12px 20px 32px;
                gap: 0;
            }

            .navbar-nav {
                gap: 0;
            }

            .nav-item {
                border-bottom: 1px solid rgba(255, 255, 255, 0.12);
                padding: 0;
                width: 100%;
            }

            .nav-item:last-child {
                border-bottom: none;
            }

            .nav-item.dropdown:last-child {
                border-bottom: none;
            }

            .navbar-collapse .nav-link,
            .navbar-collapse .dropdown-toggle,
            .nav-link {
                color: rgba(255, 255, 255, 0.95) !important;
                padding: 16px 0 !important;
                min-height: 48px;
                margin: 0 !important;
                font-size: 16px;
                font-weight: 500;
                font-family: inherit;
                border-radius: 0;
                transition: background 0.2s ease, color 0.2s ease;
                display: flex;
                align-items: center;
                justify-content: space-between;
            }

            .nav-link:hover,
            .nav-link:focus {
                background: rgba(255, 255, 255, 0.1);
                color: #ffffff !important;
            }

            .dropdown-toggle {
                position: relative;
            }

            .dropdown-toggle::after {
                margin-left: auto;
                margin-right: 0;
                transition: transform 0.3s ease;
                border-top-color: rgba(255, 255, 255, 0.7);
            }

            .dropdown-toggle[aria-expanded="true"]::after {
                transform: rotate(180deg);
            }

            .dropdown-toggle[aria-expanded="true"] {
                background: rgba(255, 255, 255, 0.06);
                color: #ffffff !important;
            }

            .dropdown-menu {
                position: static !important;
                float: none;
                width: 100%;
                margin-top: 4px;
                margin-bottom: 12px;
                border: none;
                box-shadow: none;
                background: rgba(0, 0, 0, 0.2);
                border-radius: 0;
                padding: 8px 0 4px 12px;
            }

            .dropdown-item {
                padding: 14px 16px;
                min-height: 44px;
                font-size: 15px;
                font-family: inherit;
                border-radius: 6px;
                margin: 2px 8px;
                color: rgba(255, 255, 255, 0.92);
            }

            .dropdown-item:hover {
                background: rgba(255, 255, 255, 0.12);
                color: #ffffff;
            }

            .nav-btn-demo {
                width: 100%;
                margin: 20px 0 16px 0 !important;
                padding: 16px 24px;
                min-height: 52px;
                text-align: center;
                justify-content: center;
                display: flex;
                align-items: center;
                font-family: inherit;
                background: rgba(77, 175, 255, 0.2) !important;
                border: 2px solid rgba(255, 255, 255, 0.85) !important;
                color: #ffffff !important;
                border-radius: 10px;
                font-weight: 600;
            }

            .nav-btn-demo:hover {
                background: rgba(255, 255, 255, 0.15) !important;
                border-color: #ffffff !important;
                color: #ffffff !important;
            }

            .nav-search-icon {
                width: 100%;
                margin: 0 !important;
                padding: 14px;
                justify-content: center;
                border: 1px solid rgba(255, 255, 255, 0.25);
                border-radius: 6px;
                background: transparent;
                color: #ffffff !important;
            }

            .nav-search-icon:hover {
                background: rgba(255, 255, 255, 0.1);
                border-color: rgba(255, 255, 255, 0.5);
                color: #ffffff !important;
            }
        }

@media (max-width: 576px) {
            .navbar {
                padding: 10px 0;
            }

            .navbar-brand .brand-logo img {
                max-height: 32px;
            }

            .navbar-collapse {
                margin-top: 12px;
                padding: 20px 16px 24px;
            }

            .nav-link {
                padding: 12px 0 !important;
                font-size: 15px;
            }

            .dropdown-item {
                padding: 8px 12px;
                font-size: 13px;
            }

            .nav-btn-demo {
                padding: 12px 20px;
                font-size: 14px;
            }
        }

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

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

@keyframes pulseRing {
            0% {
                transform: translate(-50%, -50%) scale(0.8);
                opacity: 0.8;
            }

            50% {
                transform: translate(-50%, -50%) scale(1.3);
                opacity: 0.4;
            }

            100% {
                transform: translate(-50%, -50%) scale(1.6);
                opacity: 0;
            }
        }

@keyframes floatAnimation {

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

            50% {
                transform: translateY(-8px) scale(1.05);
            }
        }

@keyframes iconGlow {

            0%,
            100% {
                filter: drop-shadow(0 0 5px rgba(42, 91, 211, 0.3));
            }

            50% {
                filter: drop-shadow(0 0 15px rgba(42, 91, 211, 0.6));
            }
        }

@keyframes gradientShift {

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

            50% {
                transform: translate(5%, 5%) scale(1.1);
                opacity: 0.6;
            }
        }

@media (max-width: 768px) {
            .product-hero {
                min-height: auto;
                padding: 120px 0 80px;
            }

            .product-hero-overlay {
                background: linear-gradient(160deg, rgba(15, 23, 42, 0.55) 0%, rgba(30, 41, 59, 0.45) 50%, rgba(15, 23, 42, 0.55) 100%);
            }

            .product-hero h1 {
                font-size: 30px;
            }

            .product-hero h2 {
                font-size: 16px;
            }

            .product-hero .lead {
                font-size: 18px;
            }

            .hero-cta-group {
                flex-direction: column;
            }

            .btn-primary-hero,
            .btn-secondary-hero {
                width: 100%;
                justify-content: center;
            }

            .article-section {
                padding: 60px 0;
            }

            .content-section h2 {
                font-size: 32px;
            }

            .section-intro {
                font-size: 18px;
            }

            .content-section h3 {
                font-size: 24px;
            }

            .content-section {
                font-size: 16px;
            }

            .content-section p {
                font-size: 16px;
            }

            .feature-card {
                padding: 24px;
            }

            .benefits-scroll {
                padding: 1rem 1rem 1.5rem;
                margin: 0 -1rem;
            }

            .benefits-scroll .benefit-card-item {
                min-width: 85%;
                max-width: 90%;
            }

            .benefit-read-more-btn {
                padding: 8px 16px;
                font-size: 13px;
            }

            .benefit-text-short,
            .benefit-text-full {
                font-size: 15px;
            }

            .benefit-card-expandable .icon-heading-wrapper {
                flex-direction: column;
                align-items: flex-start;
                gap: 12px;
            }

            .benefit-card-expandable .feature-icon {
                width: 56px;
                height: 56px;
                margin-right: 0;
                margin-bottom: 0;
            }

            .benefit-card-expandable .feature-icon i {
                font-size: 24px;
            }

            .benefit-card-expandable h4 {
                font-size: 20px;
                width: 100%;
            }

            .step-guide {
                padding: 40px 24px;
            }

            .step-timeline {
                flex-direction: column;
                gap: 40px;
            }

            .step-item::after {
                display: none;
            }

            .step-item-wrapper {
                width: 100%;
            }

            .step-icon-circle {
                width: 100px;
                height: 100px;
                margin-bottom: 20px;
            }

            .step-icon-circle i {
                font-size: 40px;
            }

            .step-number {
                width: 32px;
                height: 32px;
                font-size: 16px;
                top: -8px;
                right: 10px;
            }

            .step-content h4 {
                font-size: 18px;
            }

            .step-content p {
                font-size: 14px;
            }

            .step-content ul {
                padding-left: 20px;
            }

            .step-content li {
                font-size: 13px;
            }

            .feature-card-green {
                padding: 24px;
            }

            .feature-icon-green {
                width: 64px;
                height: 64px;
                margin-bottom: 20px;
            }

            .feature-icon-green i {
                font-size: 28px;
            }

            .feature-card-green h4 {
                font-size: 20px;
            }

            .feature-card-green p {
                font-size: 14px;
            }

            .privacy-note-box {
                margin-top: 32px !important;
                padding: 20px !important;
            }

            .privacy-note-box p {
                font-size: 14px !important;
            }

            .stats-section {
                padding: 60px 0;
            }

            .stat-number {
                font-size: 42px;
            }

            .stat-label {
                font-size: 14px;
            }

            .stats-section .row {
                justify-content: center;
            }

            .faq-question {
                font-size: 16px;
                padding: 20px 24px;
            }

            .faq-answer-content {
                font-size: 15px;
            }

            .hero-cta-group {
                flex-direction: column;
            }

            .btn-primary-hero,
            .btn-secondary-hero {
                width: 100%;
                justify-content: center;
            }

            .highlight-box {
                padding-left: 24px !important;
            }

            .highlight-box i {
                position: static !important;
                margin-bottom: 12px;
                display: block;
            }

            .stat-number {
                font-size: 36px;
            }

            .step-guide {
                padding: 32px 20px;
            }

            .step-timeline {
                gap: 32px;
            }

            .step-icon-circle {
                width: 80px;
                height: 80px;
            }

            .step-icon-circle i {
                font-size: 32px;
            }

            .step-number {
                width: 28px;
                height: 28px;
                font-size: 14px;
            }

            .step-content h4 {
                font-size: 16px;
            }

            .step-content p {
                font-size: 13px;
            }

            .feature-card-green {
                padding: 20px;
            }

            .feature-icon-green {
                width: 56px;
                height: 56px;
            }

            .feature-icon-green i {
                font-size: 24px;
            }

            .feature-card-green h4 {
                font-size: 18px;
            }

            .feature-card-green p {
                font-size: 13px;
            }

            .privacy-note-box {
                margin-top: 24px !important;
                padding: 16px !important;
            }

            .privacy-note-box p {
                font-size: 13px !important;
            }

            .benefit-accordion-header {
                padding: 20px 24px;
            }

            .benefit-header-content {
                gap: 16px;
            }

            .benefit-icon-small {
                width: 48px;
                height: 48px;
            }

            .benefit-icon-small i {
                font-size: 20px;
            }

            .benefit-accordion-header h4 {
                font-size: 18px;
            }

            .benefit-accordion-content.active {
                padding: 0 24px 24px;
            }

            .benefit-header-content {
                gap: 12px;
            }

            .benefit-accordion-header h4 {
                font-size: 16px;
            }
        }

@keyframes scroll {
            0% {
                transform: translateX(calc(-50% - 16px));
            }

            100% {
                transform: translateX(0);
            }
        }

@media (max-width: 768px) {
            .marquee-content {
                animation-duration: 30s;
            }

            .client-logo-card {
                width: 220px;
                height: 120px;
                padding: 20px;
            }
        }

/* ========== Customer Success Stories page ========== */
@media (min-width: 992px) {
    .navbar-nav .nav-link.active,
    .navbar-nav .nav-link.show {
        color: #ffffff;
    }
}

.success-intro {
    padding: 64px 0 48px;
    margin: 0 auto;
}

.success-intro .section-badge {
    background: rgba(42, 91, 211, 0.12);
    color: var(--cyan-bright, #2A5BD3);
    border: 1px solid rgba(42, 91, 211, 0.25);
}

.success-intro p {
    color: var(--text-gray, #475569);
    font-size: 1.1rem;
    line-height: 1.7;
}

.success-intro a {
    color: var(--cyan-bright, #2A5BD3);
    font-weight: 500;
    text-decoration: none;
}

.success-intro a:hover {
    text-decoration: underline;
}

.success-stories-section {
    padding: 24px 0 80px;
    background: linear-gradient(180deg, #f8fafc 0%, #fff 100%);
}

.success-card {
    background: #fff;
    border-radius: 16px;
    overflow: hidden;
    border: 1px solid rgba(0, 0, 0, 0.08);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
    transition: transform 0.35s ease, box-shadow 0.35s ease;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.success-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12), 0 0 0 1px rgba(42, 91, 211, 0.15);
}

.success-card-link {
    text-decoration: none;
    color: inherit;
    display: block;
    height: 100%;
}

.success-card-link:hover {
    color: inherit;
}

.success-card-image {
    aspect-ratio: 16/10;
    background: linear-gradient(135deg, #f0f4f8 0%, #e2e8f0 100%);
    overflow: hidden;
}

.success-card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.success-card:hover .success-card-image img {
    transform: scale(1.05);
}

.success-card-body {
    padding: 1.5rem 1.5rem 1.25rem;
    flex: 1;
}

.success-card-title {
    font-size: 1.05rem;
    font-weight: 600;
    color: var(--navy-deep, #0f172a);
    margin-bottom: 1rem;
    line-height: 1.4;
}

.success-card-stats {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0.5rem 1rem;
    font-size: 0.8rem;
    color: var(--text-gray, #64748b);
}

.success-card-stats span {
    display: block;
    font-weight: 500;
    color: var(--navy-deep, #0f172a);
}

.success-card-arrow {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    font-size: 0.9rem;
    font-weight: 500;
    color: var(--cyan-bright, #2A5BD3);
    margin-top: 0.75rem;
}

.success-card:hover .success-card-arrow {
    gap: 0.5rem;
}

.success-ctas {
    padding: 48px 0 64px;
    border-top: 1px solid rgba(0, 0, 0, 0.06);
}

.success-ctas .cta-list {
    list-style: none;
    padding: 0;
    margin: 0;
    max-width: 560px;
    margin: 0 auto;
}

.success-ctas .cta-list li {
    padding: 0.65rem 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.06);
    font-size: 0.95rem;
    color: var(--text-gray, #475569);
}

.success-ctas .cta-list li:last-child {
    border-bottom: none;
}

.success-ctas .cta-list a {
    color: var(--cyan-bright, #2A5BD3);
    font-weight: 500;
    text-decoration: none;
}

.success-ctas .cta-list a:hover {
    text-decoration: underline;
}

.success-ctas .btn-demo {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.85rem 1.75rem;
    background: linear-gradient(135deg, var(--cyan-bright, #2A5BD3) 0%, #1e3a8a 100%);
    color: #fff;
    border-radius: 10px;
    font-weight: 600;
    text-decoration: none;
    margin-top: 1.5rem;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.success-ctas .btn-demo:hover {
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(42, 91, 211, 0.35);
}

/* ========== NebuLogic in News page ========== */
.news-intro {
    padding: 64px 0 48px;
    margin: 0 auto;
}

.news-intro-badge {
    display: inline-block;
    padding: 0.4rem 1rem;
    font-size: 0.8rem;
    font-weight: 600;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    background: rgba(42, 91, 211, 0.12);
    color: var(--cyan-bright, #2A5BD3);
    border: 1px solid rgba(42, 91, 211, 0.25);
    border-radius: 100px;
}

.news-intro .section-title {
    color: var(--navy-deep, #0f172a);
}

.news-intro-text {
    max-width: 640px;
    margin: 0 auto;
    color: var(--text-gray, #475569);
    font-size: 1.05rem;
    line-height: 1.7;
}

.news-section {
    padding: 24px 0 80px;
    background: linear-gradient(180deg, #f8fafc 0%, #fff 100%);
}

.news-card {
    background: #fff;
    border-radius: 16px;
    border: 1px solid rgba(0, 0, 0, 0.08);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
    padding: 1.75rem 1.5rem;
    height: 100%;
    display: flex;
    flex-direction: column;
    transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease;
}

.news-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1), 0 0 0 1px rgba(42, 91, 211, 0.15);
    border-color: rgba(42, 91, 211, 0.2);
}

.news-card-icon {
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, rgba(42, 91, 211, 0.12) 0%, rgba(42, 91, 211, 0.06) 100%);
    color: var(--cyan-bright, #2A5BD3);
    font-size: 1.35rem;
    border-radius: 12px;
    margin-bottom: 1rem;
}

.news-card:hover .news-card-icon {
    background: linear-gradient(135deg, rgba(42, 91, 211, 0.18) 0%, rgba(42, 91, 211, 0.1) 100%);
}

.news-card-badge {
    display: inline-block;
    font-size: 0.75rem;
    font-weight: 600;
    color: var(--cyan-bright, #2A5BD3);
    margin-bottom: 0.75rem;
}

.news-card-title {
    font-size: 1.05rem;
    font-weight: 600;
    color: var(--navy-deep, #0f172a);
    line-height: 1.4;
    margin-bottom: 0.5rem;
    flex: 1;
}

.news-card-meta {
    font-size: 0.85rem;
    color: var(--text-gray, #64748b);
    margin: 0;
}

/* News page v2 – horizontal cards with description + Read More */
.news-section .container-news {
    max-width: 900px;
    margin: 0 auto;
}

.news-card-v2 {
    display: flex;
    gap: 1.75rem;
    align-items: flex-start;
    background: #fff;
    border-radius: 16px;
    border: 1px solid rgba(0, 0, 0, 0.08);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
    padding: 2rem 2rem;
    margin-bottom: 1.5rem;
    transition: box-shadow 0.3s ease, border-color 0.3s ease, transform 0.3s ease;
}

.news-card-v2:last-child {
    margin-bottom: 0;
}

.news-card-v2:hover {
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.1), 0 0 0 1px rgba(42, 91, 211, 0.12);
    border-color: rgba(42, 91, 211, 0.15);
}

.news-card-v2-left {
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.75rem;
}

.news-card-v2-badge {
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.03em;
    color: var(--cyan-bright, #2A5BD3);
    white-space: nowrap;
}

.news-card-v2-icon {
    width: 56px;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(145deg, rgba(42, 91, 211, 0.14) 0%, rgba(42, 91, 211, 0.06) 100%);
    color: var(--cyan-bright, #2A5BD3);
    font-size: 1.5rem;
    border-radius: 14px;
    transition: background 0.3s ease, transform 0.3s ease;
}

.news-card-v2:hover .news-card-v2-icon {
    background: linear-gradient(145deg, rgba(42, 91, 211, 0.22) 0%, rgba(42, 91, 211, 0.1) 100%);
    transform: scale(1.05);
}

.news-card-v2-body {
    flex: 1;
    min-width: 0;
}

.news-card-v2-title {
    font-size: 1.15rem;
    font-weight: 600;
    color: var(--navy-deep, #0f172a);
    line-height: 1.4;
    margin-bottom: 0.75rem;
}

.news-card-v2-desc {
    font-size: 0.95rem;
    color: var(--text-gray, #475569);
    line-height: 1.65;
    margin-bottom: 1rem;
}

.news-card-v2-link {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    font-size: 0.9rem;
    font-weight: 600;
    color: var(--cyan-bright, #2A5BD3);
    text-decoration: none;
    transition: gap 0.2s ease, color 0.2s ease;
}

.news-card-v2-link:hover {
    color: #1e3a8a;
    gap: 0.6rem;
}

@media (max-width: 767px) {
    .news-card-v2 {
        flex-direction: column;
        gap: 1.25rem;
        padding: 1.5rem 1.25rem;
    }

    .news-card-v2-left {
        flex-direction: row;
        width: 100%;
        justify-content: flex-start;
    }

    .news-card-v2-title {
        font-size: 1.05rem;
    }

    .news-card-v2-desc {
        font-size: 0.9rem;
    }
}

/* ========== Press Release page ========== */
.press-intro {
    padding: 64px 0 48px;
    margin: 0 auto;
}

.press-intro-badge {
    display: inline-block;
    padding: 0.4rem 1rem;
    font-size: 0.8rem;
    font-weight: 600;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    background: rgba(42, 91, 211, 0.12);
    color: var(--cyan-bright, #2A5BD3);
    border: 1px solid rgba(42, 91, 211, 0.25);
    border-radius: 100px;
}

.press-intro .section-title {
    color: var(--navy-deep, #0f172a);
}

.press-intro-text {
    max-width: 640px;
    margin: 0 auto;
    color: var(--text-gray, #475569);
    font-size: 1.05rem;
    line-height: 1.7;
}

.press-section {
    padding: 24px 0 80px;
    background: linear-gradient(180deg, #f8fafc 0%, #fff 100%);
}

.press-card {
    display: flex;
    flex-direction: column;
    height: 100%;
    background: #fff;
    border-radius: 16px;
    overflow: hidden;
    border: 1px solid rgba(0, 0, 0, 0.08);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
    text-decoration: none;
    color: inherit;
    transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}

.press-card:hover {
    color: inherit;
    transform: translateY(-6px);
    box-shadow: 0 16px 40px rgba(0, 0, 0, 0.1), 0 0 0 1px rgba(42, 91, 211, 0.12);
    border-color: rgba(42, 91, 211, 0.15);
}

.press-card-image {
    position: relative;
    aspect-ratio: 16/10;
    background: linear-gradient(145deg, #e8eef5 0%, #dde5f0 100%);
    overflow: hidden;
}

.press-card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.press-card:hover .press-card-image img {
    transform: scale(1.06);
}

.press-card-body {
    padding: 1.5rem 1.5rem 1.25rem;
    flex: 1;
    display: flex;
    flex-direction: column;
}

.press-card-label {
    display: inline-block;
    font-size: 0.75rem;
    font-weight: 600;
    letter-spacing: 0.03em;
    color: var(--cyan-bright, #2A5BD3);
    margin-bottom: 0.5rem;
}

.press-card-title {
    font-size: 1.05rem;
    font-weight: 600;
    color: var(--navy-deep, #0f172a);
    line-height: 1.4;
    margin-bottom: 0.75rem;
    flex: 1;
}

.press-card-link {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    font-size: 0.9rem;
    font-weight: 600;
    color: var(--cyan-bright, #2A5BD3);
    transition: gap 0.2s ease;
}

.press-card:hover .press-card-link {
    gap: 0.6rem;
}

/* ========== Careers page ========== */
.careers-intro {
    padding: 64px 0 56px;
}

.careers-intro-badge {
    display: inline-block;
    padding: 0.4rem 1rem;
    font-size: 0.8rem;
    font-weight: 600;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    background: rgba(42, 91, 211, 0.12);
    color: var(--cyan-bright, #2A5BD3);
    border: 1px solid rgba(42, 91, 211, 0.25);
    border-radius: 100px;
}

.careers-intro .section-title {
    color: var(--navy-deep, #0f172a);
}

.careers-intro-text {
    color: var(--text-gray, #475569);
    font-size: 1.05rem;
    line-height: 1.7;
}

.careers-intro-image {
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
}

.careers-intro-image img {
    width: 100%;
    height: auto;
    display: block;
}

.careers-why {
    padding: 56px 0 64px;
    background: linear-gradient(180deg, #f8fafc 0%, #fff 100%);
}

.careers-why .section-title {
    color: var(--navy-deep, #0f172a);
}

.careers-why-card {
    background: #fff;
    border-radius: 16px;
    padding: 1.75rem 1.5rem;
    height: 100%;
    border: 1px solid rgba(0, 0, 0, 0.06);
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.05);
    transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}

.careers-why-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.08), 0 0 0 1px rgba(42, 91, 211, 0.1);
    border-color: rgba(42, 91, 211, 0.12);
}

.careers-why-icon {
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(145deg, rgba(42, 91, 211, 0.12) 0%, rgba(42, 91, 211, 0.06) 100%);
    color: var(--cyan-bright, #2A5BD3);
    font-size: 1.35rem;
    border-radius: 12px;
    margin-bottom: 1rem;
}

.careers-why-title {
    font-size: 1.1rem;
    font-weight: 600;
    color: var(--navy-deep, #0f172a);
    margin-bottom: 0.5rem;
}

.careers-why-text {
    font-size: 0.9rem;
    color: var(--text-gray, #475569);
    line-height: 1.6;
    margin: 0;
}

.careers-openings {
    padding: 48px 0 80px;
}

.careers-openings .section-title {
    color: var(--navy-deep, #0f172a);
}

.careers-openings-sub {
    color: var(--text-gray, #475569);
    font-size: 1rem;
}

.careers-job-card {
    display: block;
    background: #fff;
    border-radius: 16px;
    border: 1px solid rgba(0, 0, 0, 0.08);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
    padding: 1.75rem 1.5rem;
    text-decoration: none;
    color: inherit;
    transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}

.careers-job-card:hover {
    color: inherit;
    transform: translateY(-4px);
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.1), 0 0 0 1px rgba(42, 91, 211, 0.12);
    border-color: rgba(42, 91, 211, 0.15);
}

.careers-job-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 1rem;
    margin-bottom: 0.75rem;
}

.careers-job-title {
    font-size: 1.15rem;
    font-weight: 600;
    color: var(--navy-deep, #0f172a);
    margin: 0;
}

.careers-job-link {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    font-size: 0.9rem;
    font-weight: 600;
    color: var(--cyan-bright, #2A5BD3);
    flex-shrink: 0;
    transition: gap 0.2s ease;
}

.careers-job-card:hover .careers-job-link {
    gap: 0.5rem;
}

.careers-job-meta {
    font-size: 0.9rem;
    color: var(--text-gray, #64748b);
    margin-bottom: 0.75rem;
}

.careers-job-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
}

.careers-job-tag {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    font-size: 0.8rem;
    padding: 0.35rem 0.75rem;
    background: rgba(42, 91, 211, 0.08);
    color: var(--cyan-bright, #2A5BD3);
    border-radius: 100px;
}

.careers-cta {
    padding-top: 1rem;
}

.careers-cta p {
    color: var(--text-gray, #475569);
    font-size: 0.95rem;
}

.careers-cta-btn {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.85rem 1.75rem;
    background: linear-gradient(135deg, var(--cyan-bright, #2A5BD3) 0%, #1e3a8a 100%);
    color: #fff;
    border-radius: 10px;
    font-weight: 600;
    text-decoration: none;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.careers-cta-btn:hover {
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(42, 91, 211, 0.35);
}

/* ========== Contact Us page ========== */
.contact-section {
    padding: 64px 0 80px;
}

.contact-form-wrap {
    background: #fff;
    border-radius: 16px;
    border: 1px solid rgba(0, 0, 0, 0.08);
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.06);
    padding: 2rem 2rem;
}

.contact-form-title {
    font-size: 1.5rem;
    font-weight: 600;
    color: var(--navy-deep, #0f172a);
    margin-bottom: 0.35rem;
}

.contact-form-sub {
    font-size: 0.95rem;
    color: var(--text-gray, #475569);
    margin-bottom: 1.75rem;
}

.contact-form .form-label {
    font-size: 0.9rem;
    font-weight: 500;
    color: var(--navy-deep, #0f172a);
}

.contact-input {
    border-radius: 10px;
    border: 1px solid rgba(0, 0, 0, 0.12);
    padding: 0.65rem 1rem;
    font-size: 0.95rem;
}

.contact-input:focus {
    border-color: var(--cyan-bright, #2A5BD3);
    box-shadow: 0 0 0 3px rgba(42, 91, 211, 0.15);
}

.contact-textarea {
    min-height: 120px;
    resize: vertical;
}

.contact-submit-btn {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.85rem 1.75rem;
    background: linear-gradient(135deg, var(--cyan-bright, #2A5BD3) 0%, #1e3a8a 100%);
    color: #fff;
    border: none;
    border-radius: 10px;
    font-weight: 600;
    font-size: 0.95rem;
    cursor: pointer;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.contact-submit-btn:hover {
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(42, 91, 211, 0.35);
}

.contact-info-wrap {
    background: linear-gradient(145deg, #f8fafc 0%, #f0f4f8 100%);
    border-radius: 16px;
    border: 1px solid rgba(0, 0, 0, 0.06);
    padding: 2rem 2rem;
}

.contact-info-title {
    font-size: 1.5rem;
    font-weight: 600;
    color: var(--navy-deep, #0f172a);
    margin-bottom: 1.5rem;
}

.contact-info-list {
    list-style: none;
    padding: 0;
    margin: 0 0 1.75rem 0;
}

.contact-info-list li {
    display: flex;
    gap: 1rem;
    align-items: flex-start;
    margin-bottom: 1.25rem;
}

.contact-info-list li:last-child {
    margin-bottom: 0;
}

.contact-info-icon {
    width: 44px;
    height: 44px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(42, 91, 211, 0.12);
    color: var(--cyan-bright, #2A5BD3);
    border-radius: 12px;
    font-size: 1.2rem;
}

.contact-info-label {
    display: block;
    font-size: 0.8rem;
    font-weight: 600;
    color: var(--text-gray, #64748b);
    margin-bottom: 0.25rem;
}

.contact-info-value {
    font-size: 0.95rem;
    color: var(--navy-deep, #0f172a);
    text-decoration: none;
    transition: color 0.2s ease;
}

.contact-info-value:hover {
    color: var(--cyan-bright, #2A5BD3);
}

.contact-social {
    padding-top: 1.5rem;
    border-top: 1px solid rgba(0, 0, 0, 0.08);
}

.contact-social-label {
    display: block;
    font-size: 0.85rem;
    font-weight: 600;
    color: var(--navy-deep, #0f172a);
    margin-bottom: 0.75rem;
}

.contact-social-links {
    display: flex;
    gap: 0.75rem;
}

.contact-social-links a {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    color: var(--navy-deep, #0f172a);
    transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.contact-social-links a:hover {
    background: var(--cyan-bright, #2A5BD3);
    color: #fff;
    border-color: var(--cyan-bright, #2A5BD3);
}

/* ========== Blog page ========== */
.blog-intro {
    padding: 64px 0 48px;
}

.blog-intro-badge {
    display: inline-block;
    padding: 0.4rem 1rem;
    font-size: 0.8rem;
    font-weight: 600;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    background: rgba(42, 91, 211, 0.12);
    color: var(--cyan-bright, #2A5BD3);
    border: 1px solid rgba(42, 91, 211, 0.25);
    border-radius: 100px;
}

.blog-intro .section-title {
    color: var(--navy-deep, #0f172a);
}

.blog-intro-text {
    max-width: 640px;
    margin: 0 auto;
    color: var(--text-gray, #475569);
    font-size: 1.05rem;
    line-height: 1.7;
}

.blog-section {
    padding: 24px 0 80px;
    background: linear-gradient(180deg, #f8fafc 0%, #fff 100%);
}

.blog-card {
    display: flex;
    flex-direction: column;
    height: 100%;
    background: #fff;
    border-radius: 16px;
    overflow: hidden;
    border: 1px solid rgba(0, 0, 0, 0.08);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
    text-decoration: none;
    color: inherit;
    transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}

.blog-card:hover {
    color: inherit;
    transform: translateY(-6px);
    box-shadow: 0 16px 40px rgba(0, 0, 0, 0.1), 0 0 0 1px rgba(42, 91, 211, 0.12);
    border-color: rgba(42, 91, 211, 0.15);
}

.blog-card-image {
    aspect-ratio: 16/10;
    background: linear-gradient(145deg, #e8eef5 0%, #dde5f0 100%);
    display: flex;
    align-items: center;
    justify-content: center;
}

.blog-card-placeholder {
    font-size: 2.5rem;
    color: rgba(42, 91, 211, 0.35);
}

.blog-card-body {
    padding: 1.5rem 1.5rem 1.25rem;
    flex: 1;
    display: flex;
    flex-direction: column;
}

.blog-card-cat {
    display: inline-block;
    font-size: 0.75rem;
    font-weight: 600;
    letter-spacing: 0.03em;
    color: var(--cyan-bright, #2A5BD3);
    margin-bottom: 0.5rem;
}

.blog-card-title {
    font-size: 1.1rem;
    font-weight: 600;
    color: var(--navy-deep, #0f172a);
    line-height: 1.4;
    margin-bottom: 0.6rem;
    flex: 1;
}

.blog-card-excerpt {
    font-size: 0.9rem;
    color: var(--text-gray, #475569);
    line-height: 1.6;
    margin-bottom: 0.75rem;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.blog-card-meta {
    font-size: 0.8rem;
    color: var(--text-gray, #64748b);
    margin-bottom: 0.5rem;
}

.blog-card-meta i {
    margin-right: 0.35rem;
}

.blog-card-link {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    font-size: 0.9rem;
    font-weight: 600;
    color: var(--cyan-bright, #2A5BD3);
    transition: gap 0.2s ease;
}

.blog-card:hover .blog-card-link {
    gap: 0.6rem;
}

/* ============================================
   Case Study Page (Fort Wayne 311)
   ============================================ */
.case-study-page {
    overflow-x: hidden;
}
.case-study-page .product-hero-subtitle {
    font-size: 1.35rem;
    color: rgba(255, 255, 255, 0.92);
    line-height: 1.5;
    margin-bottom: 0;
    font-weight: 400;
}
.case-study-page .product-hero h1 {
    margin-bottom: 16px;
}

/* Breadcrumb */
.case-study-breadcrumb {
    padding: 12px 0;
    background: linear-gradient(180deg, #f1f5f9 0%, #fff 100%);
    border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}
.case-study-breadcrumb-list {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 6px 4px;
    font-size: 0.9rem;
}
.case-study-breadcrumb-list .breadcrumb-item {
    display: inline-flex;
    align-items: center;
}
.case-study-breadcrumb-list .breadcrumb-item + .breadcrumb-item::before {
    content: "›";
    padding: 0 8px;
    color: var(--text-gray, #64748b);
    font-weight: 600;
}
.case-study-breadcrumb-list a {
    color: var(--cyan-bright, #2A5BD3);
    text-decoration: none;
}
.case-study-breadcrumb-list a:hover {
    text-decoration: underline;
}
.case-study-breadcrumb-list .active {
    color: var(--text-gray, #64748b);
}

/* Stats */
.case-study-stats {
    padding: 2rem 0 2.5rem;
}
.stat-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 1.25rem 0.75rem;
    background: linear-gradient(145deg, #fff 0%, #f8fafc 100%);
    border: 1px solid rgba(42, 91, 211, 0.12);
    border-radius: 16px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.04);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    min-height: 100%;
}
.stat-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 24px rgba(42, 91, 211, 0.12);
}
.stat-card-icon {
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, rgba(42, 91, 211, 0.15) 0%, rgba(42, 91, 211, 0.08) 100%);
    color: var(--cyan-bright, #2A5BD3);
    border-radius: 12px;
    font-size: 1.5rem;
    margin-bottom: 10px;
}
.stat-card-value {
    font-size: 1.15rem;
    font-weight: 700;
    color: var(--navy-deep, #0f172a);
    line-height: 1.3;
    word-break: break-word;
}
.stat-card-label {
    font-size: 0.8rem;
    color: var(--text-gray, #64748b);
    margin-top: 4px;
}

/* Challenge / Solution / Result */
.case-study-csr {
    padding: 2.5rem 0 3rem;
    background: linear-gradient(180deg, #f8fafc 0%, #f1f5f9 50%, #f8fafc 100%);
}
.case-study-section-title {
    font-size: clamp(1.5rem, 4vw, 2rem);
    font-weight: 700;
    color: var(--navy-deep, #0f172a);
    margin-bottom: 1.5rem;
    text-align: center;
    line-height: 1.3;
}
.case-study-csr .case-study-section-title {
    margin-bottom: 2rem;
}
.csr-card {
    height: 100%;
    padding: 1.75rem 1.5rem;
    background: #fff;
    border-radius: 16px;
    border: 1px solid rgba(0, 0, 0, 0.06);
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.05);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.csr-card:hover {
    box-shadow: 0 12px 28px rgba(42, 91, 211, 0.1);
    transform: translateY(-2px);
}
.csr-card-icon {
    width: 52px;
    height: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 14px;
    font-size: 1.6rem;
    margin-bottom: 1rem;
}
.csr-card-challenge .csr-card-icon {
    background: rgba(100, 116, 139, 0.12);
    color: #475569;
}
.csr-card-solution .csr-card-icon {
    background: rgba(42, 91, 211, 0.12);
    color: var(--cyan-bright, #2A5BD3);
}
.csr-card-result .csr-card-icon {
    background: rgba(34, 197, 94, 0.12);
    color: #16a34a;
}
.csr-card-title {
    font-size: 1.2rem;
    font-weight: 700;
    color: var(--navy-deep, #0f172a);
    margin-bottom: 0.75rem;
}
.csr-card-text {
    font-size: 0.95rem;
    color: var(--text-gray, #475569);
    line-height: 1.6;
    margin-bottom: 0;
}
.case-study-key-factors {
    margin-top: 2rem;
    text-align: center;
    font-size: 0.9rem;
    color: var(--text-gray, #64748b);
    max-width: 640px;
    margin-left: auto;
    margin-right: auto;
}

/* Solution Summary */
.case-study-summary {
    padding: 2.5rem 0 3rem;
}
.case-study-summary .case-study-section-title {
    text-align: left;
    margin-bottom: 2rem;
}
.summary-block {
    margin-bottom: 2.5rem;
}
.summary-block:last-child {
    margin-bottom: 0;
}
.summary-block-title {
    font-size: 1.15rem;
    font-weight: 700;
    color: var(--navy-deep, #0f172a);
    margin-bottom: 1rem;
    padding-bottom: 0.5rem;
    border-bottom: 2px solid rgba(42, 91, 211, 0.2);
}
.feature-list {
    list-style: disc;
    padding-left: 1.5rem;
    margin: 0 0 1rem 0;
}
.feature-list li {
    display: list-item;
    padding: 0.4rem 0;
    font-size: 0.95rem;
    color: var(--text-gray, #334155);
    line-height: 1.5;
    margin-bottom: 0.25rem;
}
.feature-list li i {
    margin-right: 8px;
    color: #16a34a;
    font-size: 1rem;
    vertical-align: middle;
}
.summary-note,
.summary-text {
    font-size: 0.95rem;
    color: var(--text-gray, #475569);
    line-height: 1.6;
    margin: 0;
}
.department-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 10px;
}
.department-tags span {
    display: inline-block;
    padding: 8px 14px;
    font-size: 0.85rem;
    font-weight: 500;
    color: var(--cyan-bright, #2A5BD3);
    background: rgba(42, 91, 211, 0.08);
    border: 1px solid rgba(42, 91, 211, 0.2);
    border-radius: 999px;
}

/* Project Highlights */
.case-study-highlights {
    padding: 2.5rem 0 3rem;
    background: linear-gradient(180deg, #f8fafc 0%, #f1f5f9 100%);
}
.case-study-highlights .case-study-section-title {
    text-align: left;
    margin-bottom: 2rem;
}
.highlights-list {
    list-style: none;
    padding: 0;
    margin: 0;
}
.highlights-list li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    padding: 0.5rem 0;
    font-size: 0.95rem;
    color: var(--text-gray, #334155);
    line-height: 1.5;
}
.highlights-list li i {
    flex-shrink: 0;
    color: var(--cyan-bright, #2A5BD3);
    font-size: 1rem;
    margin-top: 2px;
}
.highlights-footnote {
    margin-top: 2rem;
    padding-top: 1.5rem;
    border-top: 1px solid rgba(0, 0, 0, 0.08);
    font-size: 0.9rem;
    color: var(--text-gray, #64748b);
    line-height: 1.6;
}

/* Awards */
.case-study-awards {
    padding: 2.5rem 0 3rem;
}
.case-study-awards .case-study-section-title {
    text-align: left;
    margin-bottom: 0.5rem;
}
.case-study-awards-intro {
    font-size: 1.1rem;
    color: var(--text-gray, #475569);
    margin-bottom: 1.5rem;
}
.award-card {
    height: 100%;
    padding: 1.75rem 1.5rem;
    background: linear-gradient(145deg, rgba(42, 91, 211, 0.06) 0%, rgba(42, 91, 211, 0.02) 100%);
    border: 1px solid rgba(42, 91, 211, 0.15);
    border-radius: 16px;
    text-align: center;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.award-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 28px rgba(42, 91, 211, 0.15);
}
.award-card-icon {
    font-size: 2.5rem;
    color: var(--cyan-bright, #2A5BD3);
    margin-bottom: 1rem;
}
.award-card-title {
    font-size: 1.1rem;
    font-weight: 700;
    color: var(--navy-deep, #0f172a);
    margin-bottom: 0.5rem;
}
.award-card-desc {
    font-size: 0.9rem;
    color: var(--text-gray, #64748b);
    margin: 0;
    line-height: 1.4;
}

/* CTA */
.case-study-cta {
    padding: 2.5rem 0 3rem;
    background: linear-gradient(180deg, #f1f5f9 0%, #e2e8f0 100%);
}
.case-study-cta-inner {
    text-align: center;
    max-width: 520px;
    margin: 0 auto;
}
.case-study-cta-title {
    margin-bottom: 0.75rem !important;
}
.case-study-cta-text {
    font-size: 1rem;
    color: var(--text-gray, #475569);
    margin-bottom: 1.5rem;
}
.case-study-cta-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 14px 28px;
    font-size: 1rem;
    font-weight: 600;
    color: #fff;
    background: var(--cyan-bright, #2A5BD3);
    border: none;
    border-radius: 10px;
    text-decoration: none;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    box-shadow: 0 4px 14px rgba(42, 91, 211, 0.35);
}
.case-study-cta-btn:hover {
    color: #fff;
    background: #1d4ed8;
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(42, 91, 211, 0.4);
}

/* Responsive: Case Study Page */
@media (max-width: 991px) {
    .case-study-summary .case-study-section-title,
    .case-study-highlights .case-study-section-title,
    .case-study-awards .case-study-section-title {
        text-align: center;
    }
}
@media (max-width: 768px) {
    .case-study-page .product-hero-subtitle {
        font-size: 1.1rem;
    }
    .case-study-stats {
        padding: 1.5rem 0 2rem;
    }
    .stat-card {
        padding: 1rem 0.5rem;
    }
    .stat-card-icon {
        width: 42px;
        height: 42px;
        font-size: 1.25rem;
    }
    .stat-card-value {
        font-size: 1rem;
    }
    .stat-card-label {
        font-size: 0.75rem;
    }
    .case-study-csr {
        padding: 1.75rem 0 2rem;
    }
    .case-study-csr .case-study-section-title {
        margin-bottom: 1.5rem;
    }
    .csr-card {
        padding: 1.5rem 1.25rem;
    }
    .csr-card-title {
        font-size: 1.1rem;
    }
    .csr-card-text {
        font-size: 0.9rem;
    }
    .case-study-key-factors {
        font-size: 0.85rem;
        margin-top: 1.5rem;
        padding: 0 0.5rem;
    }
    .case-study-summary {
        padding: 1.75rem 0 2rem;
    }
    .summary-block {
        margin-bottom: 2rem;
    }
    .summary-block-title {
        font-size: 1.05rem;
    }
    .feature-list li,
    .summary-note,
    .summary-text {
        font-size: 0.9rem;
    }
    .department-tags span {
        padding: 6px 12px;
        font-size: 0.8rem;
    }
    .case-study-highlights {
        padding: 1.75rem 0 2rem;
    }
    .highlights-list li {
        font-size: 0.9rem;
    }
    .highlights-footnote {
        margin-top: 1.5rem;
        font-size: 0.85rem;
    }
    .case-study-awards {
        padding: 1.75rem 0 2rem;
    }
    .award-card {
        padding: 1.5rem 1.25rem;
    }
    .award-card-icon {
        font-size: 2rem;
    }
    .award-card-title {
        font-size: 1rem;
    }
    .case-study-cta {
        padding: 2rem 0 2.5rem;
    }
    .case-study-cta-btn {
        width: 100%;
        max-width: 320px;
        padding: 16px 24px;
    }
}
@media (max-width: 576px) {
    .case-study-breadcrumb-list {
        font-size: 0.85rem;
    }
    .case-study-breadcrumb-list .breadcrumb-item + .breadcrumb-item::before {
        padding: 0 6px;
    }
    .stat-card-value {
        font-size: 0.95rem;
    }
    .case-study-section-title {
        font-size: 1.35rem;
    }
}
