/* ===== SCOPED CONTENT STYLES ===== */
/* Scoped paragraph styles only inside main content */
.content p {
    font-family: 'DM Sans', sans-serif;
    font-size: 18px;
    font-weight: 300;
    color: #4338ca;
    line-height: 1.6;
    margin-bottom: 1em;
}

.content p sup {
    font-size: 12px;
    vertical-align: super;
}

/* Product features list styling scoped to content */
.content ul {
    font-family: 'DM Sans', sans-serif;
    font-size: 16px !important;
    font-weight: 300;
    color: #4338ca;
    line-height: 1.6;
    list-style: none;
    padding-left: 0;
}

.content ul li {
    position: relative;
    margin-bottom: 0.7em;
    padding-left: 30px;
}

/* Blue tick before each li */
.content ul li::before {
    content: "✓";
    position: absolute;
    left: 0;
    color: #3b82f6;
    font-weight: bold;
    font-size: 20px;
    line-height: 1;
    top: 0;
}
/* ===== ENHANCED ECOSYSTEM WHEEL STYLES ===== */
.hero-wheel-container {
    position: relative;
    width: 700px !important;
    height: 700px !important;
    max-width: 90vw;
    max-height: 90vh;
    aspect-ratio: 1;
    margin: 0 auto;
}

/* SVG overlay for connection lines */
svg.hero-connection-svg {
    position: absolute;
    top: 0;
    left: 0;
    pointer-events: none;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.hero-central-hub {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 200px;
    height: 200px;
    background: linear-gradient(135deg, #2563eb 0%, #1d4ed8 50%, #1e40af 100%);
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: white;
    text-align: center;
    box-shadow:
        0 20px 40px rgba(37, 99, 235, 0.3),
        0 0 0 4px rgba(255, 255, 255, 0.1),
        inset 0 0 40px rgba(255, 255, 255, 0.1);
    z-index: 10;
    animation: heroPulse 4s ease-in-out infinite;
    transition: transform 0.3s ease;
}

.hero-central-hub::before {
    content: '';
    position: absolute;
    top: -15px;
    left: -15px;
    right: -15px;
    bottom: -15px;
    border: 2px solid rgba(37, 99, 235, 0.2);
    border-radius: 50%;
    animation: heroRotate 15s linear infinite;
}

/* Central hub video style */
.hero-central-hub.hero-video-hub {
    background: #ffffff;
    overflow: hidden;
}

.hero-central-hub.hero-video-hub video {
    width: 150%;
    height: 150%;
    object-fit: cover;
    border-radius: 50%;
}

.hero-hub-title {
    font-size: 1.8rem;
    font-weight: 900;
    letter-spacing: -1px;
    margin-bottom: 5px;
    line-height: 1;
}

.hero-trademark {
    font-size: 1.1rem;
    vertical-align: super;
    margin-left: 2px;
}

.hero-hub-subtitle {
    font-size: 0.9rem;
    font-weight: 500;
    opacity: 0.9;
    letter-spacing: 1px;
    text-transform: uppercase;
    line-height: 1;
}

.hero-feature-node {
    position: absolute;
    width: 180px;
    height: 180px;
    background: white;
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 25px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    border: 3px solid var(--feature-color);
    transition: all 0.3s ease;
    cursor: default;
    z-index: 5;
    opacity: 0;
    transform: scale(0.8);
}

.hero-feature-node:hover {
    transform: scale(1.05) !important;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
    background: var(--feature-color);
    color: white;
}

.hero-feature-icon {
    font-size: 2.5rem;
    margin-bottom: 15px;
    color: var(--feature-color);
    transition: color 0.3s ease;
}

.hero-feature-node:hover .hero-feature-icon {
    color: white;
}

.hero-feature-title {
    font-size: 1.1rem;
    font-weight: 600;
    line-height: 1.3;
    color: #374151;
    transition: color 0.3s ease;
    text-align: center;
    word-wrap: break-word;
    hyphens: auto;
}

.hero-feature-node:hover .hero-feature-title {
    color: white;
}

@keyframes heroPulse {
    0%, 100% {
        box-shadow:
            0 20px 40px rgba(37, 99, 235, 0.3),
            0 0 0 4px rgba(255, 255, 255, 0.1),
            inset 0 0 40px rgba(255, 255, 255, 0.1);
    }
    50% {
        box-shadow:
            0 25px 50px rgba(37, 99, 235, 0.4),
            0 0 0 4px rgba(255, 255, 255, 0.2),
            inset 0 0 40px rgba(255, 255, 255, 0.2);
    }
}

@keyframes heroRotate {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

/* Reduce hero top spacing - move section up */
.hero {
    padding-top: 0.5rem !important;
    padding-bottom: 2rem;
}

/* Move hero container content up */
.hero-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 4rem;
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 2rem;
}

/* Ensure proper alignment */
.hero-content {
    margin-top: 1rem;
}

/* Adjust wheel container positioning */
.hero-wheel-container {
    margin-top: -1rem;
}

/* ===== ANIMATION STYLES ===== */
@keyframes premiumScroll {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-100%);
    }
}

[style*="animation: premiumScroll"] {
    animation: premiumScroll 90s linear infinite;
}

@keyframes pulse {
    0%, 100% {
        opacity: 1;
        transform: scale(1);
    }
    50% {
        opacity: 0.7;
        transform: scale(1.1);
    }
}

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

@keyframes heroNodeAppear {
    0% {
        transform: scale(0) rotate(-180deg);
        opacity: 0;
    }
    50% {
        transform: scale(1.2) rotate(10deg);
        opacity: 1;
    }
    100% {
        transform: scale(1) rotate(0deg);
        opacity: 1;
    }
}

@keyframes heroPulse {
    0%, 100% {
        transform: scale(1);
        box-shadow: 0 0 0 0 currentColor;
    }
    50% {
        transform: scale(1.05);
        box-shadow: 0 0 20px 5px currentColor;
    }
}

@keyframes heroLineSweep {
    0% {
        stroke-dashoffset: 300;
        opacity: 0;
    }
    10% {
        opacity: 1;
    }
    100% {
        stroke-dashoffset: 0;
        opacity: 1;
    }
}

@keyframes float {
    0%, 100% {
        transform: translateY(0px);
    }
    50% {
        transform: translateY(-20px);
    }
}

@keyframes messageSlide {
    from {
        transform: translateY(10px);
        opacity: 0;
    }
    to {
        transform: translateY(0);
        opacity: 1;
    }
}

@keyframes slideUp {
    from {
        transform: translateY(20px);
        opacity: 0;
    }
    to {
        transform: translateY(0);
        opacity: 1;
    }
}

@keyframes bounce {
    0%, 100% { transform: scale(1); }
    50% { transform: scale(1.2); }
}

@keyframes typing {
    0%, 60%, 100% {
        transform: translateY(0);
    }
    30% {
        transform: translateY(-10px);
    }
}

/* ===== UNIFIED CHAT STYLES ===== */

/* Single Floating Chat Button */
.unified-chat-button {
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 65px;
    height: 65px;
    border-radius: 50%;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    box-shadow: 0 4px 20px rgba(102, 126, 234, 0.4);
    transition: all 0.3s ease;
    z-index: 9999;
    animation: pulse 2s infinite;
}

.unified-chat-button:hover {
    transform: scale(1.1);
    box-shadow: 0 6px 30px rgba(102, 126, 234, 0.6);
}

.unified-chat-button i {
    color: white;
    font-size: 30px;
}

/* Notification Badge */
.chat-notification-badge {
    position: absolute;
    top: -5px;
    right: -5px;
    background: #ef4444;
    color: white;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    font-weight: bold;
    border: 2px solid white;
    display: none;
}

.chat-notification-badge.active {
    display: flex;
    animation: bounce 0.5s ease;
}

/* Chat Modal */
.unified-chat-modal {
    position: fixed;
    bottom: 100px;
    right: 20px;
    width: 400px;
    max-width: calc(100vw - 40px);
    height: 600px;
    max-height: calc(100vh - 150px);
    background: white;
    border-radius: 20px;
    box-shadow: 0 10px 50px rgba(0, 0, 0, 0.2);
    display: none;
    flex-direction: column;
    z-index: 9998;
    overflow: hidden;
    animation: slideUp 0.3s ease;
}

.unified-chat-modal.active {
    display: flex;
}

/* Chat Header */
.unified-chat-header {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    padding: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.unified-chat-header-left {
    display: flex;
    align-items: center;
    gap: 12px;
}

.unified-chat-header-left i {
    font-size: 24px;
}

.unified-chat-header-info h3 {
    margin: 0;
    font-size: 18px;
    font-weight: 600;
}

.unified-chat-header-info p {
    margin: 0;
    font-size: 12px;
    opacity: 0.9;
}

.unified-chat-close {
    background: none;
    border: none;
    color: white;
    font-size: 24px;
    cursor: pointer;
    padding: 0;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: background 0.3s ease;
}

.unified-chat-close:hover {
    background: rgba(255, 255, 255, 0.2);
}

/* Messages Area */
.unified-chat-messages {
    flex: 1;
    overflow-y: auto;
    padding: 20px;
    background: #f8f9fa;
}

.chat-message {
    margin-bottom: 15px;
    display: flex;
    animation: messageSlide 0.3s ease;
}

.chat-message.bot {
    justify-content: flex-start;
}

.chat-message.user {
    justify-content: flex-end;
}

.message-bubble {
    max-width: 75%;
    padding: 12px 16px;
    border-radius: 18px;
    font-size: 14px;
    line-height: 1.5;
}

.chat-message.bot .message-bubble {
    background: white;
    color: #333;
    border-bottom-left-radius: 4px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.chat-message.user .message-bubble {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    border-bottom-right-radius: 4px;
}

/* Quick Options */
.quick-options {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 10px;
}

.quick-option-btn {
    background: white;
    border: 2px solid #667eea;
    color: #667eea;
    padding: 10px 16px;
    border-radius: 20px;
    font-size: 13px;
    cursor: pointer;
    transition: all 0.3s ease;
    font-weight: 500;
}

.quick-option-btn:hover {
    background: #667eea;
    color: white;
    transform: translateY(-2px);
}

.quick-option-btn i {
    margin-right: 5px;
}

/* Live Agent Button */
.live-agent-btn {
    background: linear-gradient(135deg, #11998e 0%, #38ef7d 100%);
    border: none;
    color: white;
    font-weight: 600;
}

.live-agent-btn:hover {
    background: linear-gradient(135deg, #0d7a6f 0%, #2ec464 100%);
    transform: translateY(-2px);
}

/* Input Area */
.unified-chat-input-area {
    padding: 15px;
    background: white;
    border-top: 1px solid #e0e0e0;
    display: flex;
    gap: 10px;
}

.unified-chat-input {
    flex: 1;
    padding: 12px 16px;
    border: 2px solid #e0e0e0;
    border-radius: 24px;
    font-size: 14px;
    outline: none;
    transition: border-color 0.3s ease;
}

.unified-chat-input:focus {
    border-color: #667eea;
}

.unified-chat-send-btn {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    border: none;
    color: white;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.2s ease;
}

.unified-chat-send-btn:hover {
    transform: scale(1.05);
}

.unified-chat-send-btn:disabled {
    opacity: 0.5;
    cursor: not-allowed;
}

.unified-chat-send-btn i {
    font-size: 18px;
}

/* Typing Indicator */
.typing-indicator {
    display: none;
    padding: 12px 16px;
    background: white;
    border-radius: 18px;
    width: fit-content;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.typing-indicator.active {
    display: block;
}

.typing-dot {
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #667eea;
    margin: 0 2px;
    animation: typing 1.4s infinite;
}

.typing-dot:nth-child(2) {
    animation-delay: 0.2s;
}

.typing-dot:nth-child(3) {
    animation-delay: 0.4s;
}

/* System Message */
.system-message {
    text-align: center;
    padding: 8px 12px;
    background: #e5e7eb;
    color: #6b7280;
    border-radius: 12px;
    font-size: 12px;
    margin: 10px 20px;
}

/* ===== COOKIE BANNER STYLES ===== */
.cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(11, 31, 54, 0.98);
    backdrop-filter: blur(20px);
    color: white;
    padding: 1.5rem;
    z-index: 2000;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    transform: translateY(100%);
    transition: transform 0.5s ease;
}

.cookie-banner.show {
    transform: translateY(0);
}

.cookie-content {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    gap: 2rem;
}

.cookie-icon {
    font-size: 32px;
    color: #fbbf24;
}

.cookie-text {
    flex: 1;
}

.cookie-text h4 {
    margin-bottom: 0.5rem;
    font-size: 20px;
    font-weight: 500;
    color: white;
}

.cookie-text p {
    color: #cbd5e1;
    margin: 0;
    font-size: 16px;
}

.cookie-actions {
    display: flex;
    gap: 1rem;
    flex-shrink: 0;
}

.cookie-btn {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.75rem 1.5rem;
    border: none;
    border-radius: 8px;
    font-weight: 600;
    font-size: 16px;
    cursor: pointer;
    transition: all 0.3s ease;
    text-decoration: none;
}

.cookie-btn-primary {
    background: #10b981;
    color: white;
}

.cookie-btn-primary:hover {
    background: #059669;
    transform: translateY(-2px);
}

.cookie-btn-secondary {
    background: rgba(255, 255, 255, 0.1);
    color: white;
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.cookie-btn-secondary:hover {
    background: rgba(255, 255, 255, 0.2);
}

.cookie-btn-decline {
    background: transparent;
    color: #ef4444;
    border: 1px solid #ef4444;
}

.cookie-btn-decline:hover {
    background: #ef4444;
    color: white;
}

/* ===== COOKIE MODAL STYLES ===== */
.cookie-modal {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(10px);
    z-index: 2001;
    display: none;
    align-items: center;
    justify-content: center;
    padding: 2rem;
}

.cookie-modal.show {
    display: flex;
}

.cookie-modal-content {
    background: white;
    border-radius: 16px;
    max-width: 500px;
    width: 100%;
    max-height: 80vh;
    overflow-y: auto;
}

.cookie-modal-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 2rem 2rem 1rem;
    border-bottom: 1px solid #e2e8f0;
}

.cookie-modal-header h3 {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    color: #0B1F36;
    margin: 0;
    font-size: 24px;
}

.cookie-modal-close {
    background: none;
    border: none;
    color: #3C3C3C;
    font-size: 20px;
    cursor: pointer;
    transition: color 0.2s ease;
}

.cookie-modal-close:hover {
    color: #0B1F36;
}

.cookie-modal-body {
    padding: 2rem;
}

.cookie-modal-description {
    color: #3C3C3C;
    margin-bottom: 2rem;
    line-height: 1.6;
    font-size: 16px;
}

.cookie-category {
    margin-bottom: 1.5rem;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    padding: 1.5rem;
}

.cookie-category-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
}

.cookie-category-info h4 {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin-bottom: 0.5rem;
    color: #0B1F36;
    font-size: 18px;
}

.cookie-category-info p {
    color: #3C3C3C;
    font-size: 14px;
    margin: 0;
}

/* Toggle Switch Styles */
.cookie-toggle {
    position: relative;
}

.cookie-toggle input[type="checkbox"] {
    display: none;
}

.toggle-label {
    display: block;
    width: 50px;
    height: 28px;
    background: #e2e8f0;
    border-radius: 14px;
    cursor: pointer;
    position: relative;
    transition: background 0.3s ease;
}

.toggle-label:hover {
    background: #cbd5e1;
}

.toggle-inner {
    position: absolute;
    top: 2px;
    left: 2px;
    width: 24px;
    height: 24px;
    background: white;
    border-radius: 50%;
    transition: transform 0.3s ease;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

input[type="checkbox"]:checked+.toggle-label {
    background: #10b981;
}

input[type="checkbox"]:checked+.toggle-label .toggle-inner {
    transform: translateX(22px);
}

input[type="checkbox"]:disabled+.toggle-label {
    opacity: 0.5;
    cursor: not-allowed;
}

.cookie-policy-link {
    margin-top: 2rem;
    padding: 1rem;
    background: #f8fafc;
    border-radius: 8px;
}

.cookie-policy-link p {
    margin: 0;
    font-size: 14px;
    color: #3C3C3C;
}

.cookie-link {
    color: #8b5cf6;
    text-decoration: none;
}

.cookie-link:hover {
    text-decoration: underline;
}

.cookie-modal-footer {
    display: flex;
    gap: 1rem;
    justify-content: flex-end;
    padding: 1rem 2rem 2rem;
    border-top: 1px solid #e2e8f0;
}

/* Floating Cookie Settings Button */
.cookie-settings-float {
    position: fixed;
    bottom: 2rem;
    left: 2rem;
    z-index: 1001;
}

.cookie-float-btn {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: #8b5cf6;
    color: white;
    border: none;
    cursor: pointer;
    font-size: 24px;
    box-shadow: 0 8px 25px rgba(139, 92, 246, 0.3);
    transition: all 0.3s ease;
}

.cookie-float-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 35px rgba(139, 92, 246, 0.4);
}

/* ===== AI NETWORK BACKGROUND ===== */
#network-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}

/* ===== FLOATING ICON STYLES ===== */
.floating-icon {
    position: absolute;
    right: 10%;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.9);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
    animation: float 6s ease-in-out infinite;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
    cursor: pointer;
    transition: all 0.3s ease;
    opacity: 0.7;
}

.floating-icon:hover {
    transform: scale(1.2) translateY(-5px);
    opacity: 1;
}

/* ===== SCROLLING WRAPPER STYLES ===== */
.scrolling-wrapper {
    overflow: hidden;
    position: relative;
}

.scrolling-content {
    display: flex;
    gap: 30px;
    animation: scroll-left 45s linear infinite;
}

@keyframes scroll-left {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-50%);
    }
}

.client-card {
    background: #4b5563;
    border-radius: 12px;
    min-width: 220px;
    height: 100px;
    padding: 0;
    flex-shrink: 0;
    transition: all 0.3s ease;
    display: flex;
    justify-content: center;
    align-items: center;
}

.client-card:hover {
    background: #6b7280;
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
}

.client-info {
    text-align: center;
}

.client-name {
    font-size: 1rem;
    font-weight: 600;
    color: white;
    text-align: center;
    margin: 0 0 4px 0;
    padding: 0;
    line-height: 1.2;
}

.client-industry {
    font-size: 0.75rem;
    color: #d1d5db;
    text-align: center;
    margin: 0;
    padding: 0;
    line-height: 1;
    opacity: 0.8;
}

/* ===== TECH SHOWCASE STYLES ===== */
.tech-item:hover {
    box-shadow: 0 6px 20px rgba(99, 102, 241, 0.3);
    transform: translateY(-5px);
}

/* ===== HERO ECOSYSTEM Z-INDEX ===== */
#hero-connections-svg {
    z-index: 1 !important;
}

.hero-central-hub {
    z-index: 10 !important;
}

.hero-feature-node {
    z-index: 5 !important;
}

/* ===== PROCESS STEP HOVER EFFECTS ===== */
.process-step {
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.process-step:hover {
    transform: translateY(-12px);
    box-shadow: 0 20px 60px rgba(124, 58, 237, 0.15) !important;
    border-color: #7c3aed !important;
}

.process-step:nth-child(3):hover {
    box-shadow: 0 20px 60px rgba(249, 115, 22, 0.15) !important;
    border-color: #f97316 !important;
}

.process-step:nth-child(4):hover {
    box-shadow: 0 20px 60px rgba(16, 185, 129, 0.15) !important;
    border-color: #10b981 !important;
}

.process-step:hover .step-number {
    transform: scale(1.05);
}

/* ===== RESPONSIVE DESIGN ===== */

/* Footer Styles - Ensuring Proper Separation */
.footer {
    clear: both;
    margin-top: 0;
    padding-top: 60px;
    position: relative;
    z-index: 1;
}

/* Section Styles - Proper containment */
.section {
    position: relative;
    overflow: hidden;
    margin-bottom: 0;
}

.section-header {
    margin-bottom: 3rem;
}

/* Hero Wheel Responsive */
@media (max-width: 900px) {
    .hero-wheel-container {
        width: 700px;
        height: 700px;
    }

    .hero-central-hub {
        width: 170px;
        height: 170px;
    }

    .hero-hub-title {
        font-size: 1.5rem;
    }

    .hero-hub-subtitle {
        font-size: 0.8rem;
    }

    .hero-feature-node {
        width: 150px;
        height: 150px;
        padding: 20px;
    }

    .hero-feature-icon {
        font-size: 2.2rem;
        margin-bottom: 12px;
    }

    .hero-feature-title {
        font-size: 1rem;
    }
}

@media (max-width: 768px) {
    .hero-wheel-container {
        width: 600px;
        height: 600px;
    }

    .hero-central-hub {
        width: 140px;
        height: 140px;
    }

    .hero-hub-title {
        font-size: 1.3rem;
    }

    .hero-hub-subtitle {
        font-size: 0.75rem;
    }

    .hero-feature-node {
        width: 130px;
        height: 130px;
        padding: 18px;
    }

    .hero-feature-icon {
        font-size: 2rem;
        margin-bottom: 10px;
    }

    .hero-feature-title {
        font-size: 0.9rem;
        line-height: 1.2;
    }

    .hero {
        padding-top: 1rem;
        padding-bottom: 2rem;
    }

    .navbar {
        padding-top: 0.5rem;
        padding-bottom: 0.5rem;
    }
}

@media (max-width: 480px) {
    .hero-wheel-container {
        width: 450px;
        height: 450px;
    }

    .hero-central-hub {
        width: 120px;
        height: 120px;
    }

    .hero-hub-title {
        font-size: 1.1rem;
    }

    .hero-hub-subtitle {
        font-size: 0.65rem;
    }

    .hero-feature-node {
        width: 110px;
        height: 110px;
        padding: 15px;
    }

    .hero-feature-icon {
        font-size: 1.7rem;
        margin-bottom: 8px;
    }

    .hero-feature-title {
        font-size: 0.8rem;
        line-height: 1.2;
    }

    .cookie-banner {
        padding: 1rem;
    }

    .cookie-actions {
        flex-direction: column;
    }

    .cookie-btn {
        width: 100%;
    }
}

/* Premium Scroll Responsive */
@media (max-width: 1024px) {
    [style*="grid-template-columns: repeat(4, 1fr)"] {
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 2rem !important;
    }

    [style*="gap: 80px"] {
        gap: 40px !important;
        flex-direction: column;
    }

    [style*="min-width: 400px"] {
        min-width: 300px !important;
    }

    [style*="min-width: 500px"] {
        min-width: 300px !important;
    }
}

@media (max-width: 768px) {
    [style*="font-size: 3.5rem"] {
        font-size: 2.5rem !important;
    }

    [style*="min-width: 320px"] {
        min-width: 280px !important;
        padding: 2rem 2.5rem !important;
    }

    [style*="grid-template-columns: repeat(2, 1fr)"] {
        grid-template-columns: 1fr !important;
        gap: 1.5rem !important;
    }

    [style*="grid-template-columns: repeat(2, 1fr)"] {
        grid-template-columns: 1fr !important;
        gap: 20px !important;
    }

    [style*="padding: 1.5rem 2rem"] {
        padding: 1.2rem 1.5rem !important;
    }

    .unified-chat-button {
        bottom: 15px;
        right: 15px;
        width: 60px;
        height: 60px;
    }

    .unified-chat-button i {
        font-size: 26px;
    }

    .unified-chat-modal {
        bottom: 90px;
        right: 15px;
        width: calc(100vw - 30px);
        height: calc(100vh - 140px);
        border-radius: 16px;
    }

    .unified-chat-header {
        padding: 16px;
    }

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

    .cookie-content {
        flex-direction: column;
        gap: 1rem;
        text-align: center;
    }

    .cookie-actions {
        width: 100%;
        justify-content: center;
    }

    .cookie-btn {
        flex: 1;
        min-width: 120px;
        justify-content: center;
    }

    .cookie-modal-content {
        margin: 1rem;
        max-height: 90vh;
    }

    .cookie-modal-header,
    .cookie-modal-body,
    .cookie-modal-footer {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }

    .cookie-category-header {
        flex-direction: column;
        align-items: flex-start;
        gap: 1rem;
    }

    .cookie-modal-footer {
        flex-direction: column;
    }

    .cookie-settings-float {
        bottom: 1rem;
        left: 1rem;
    }

    .cookie-float-btn {
        width: 50px;
        height: 50px;
        font-size: 1.2rem;
    }
}

/* Process Flow Responsive */
@media (max-width: 1200px) {
    .process-flow {
        gap: 40px !important;
    }
}

@media (max-width: 992px) {
    .process-flow {
        grid-template-columns: 1fr !important;
        max-width: 500px;
        gap: 50px !important;
    }
    
    .process-flow svg {
        display: none !important;
    }
    
    .section.how-it-works {
        padding: 80px 20px !important;
    }
    
    .section-header {
        margin-bottom: 60px !important;
    }
    
    .section-title {
        font-size: 36px !important;
    }
}

@media (max-width: 768px) {
    .process-step {
        padding: 40px 25px !important;
    }
    
    .section-title {
        font-size: 32px !important;
    }
    
    .section-description {
        font-size: 16px !important;
    }
}

/* Stats Section Responsive */
@media (max-width: 1024px) {
    section > div > div:nth-of-type(2) {
        grid-template-columns: 1fr !important;
        gap: 2rem !important;
    }
    
    section > div > div:nth-of-type(2) > div:first-child {
        max-width: 500px;
        margin: 0 auto;
    }
}

@media (max-width: 640px) {
    section[style*="padding: 4rem"] {
        padding: 2.5rem 0 2.5rem !important;
    }
    
    h2.section-title {
        font-size: 32px !important;
    }
    
    section > div > div:first-of-type p {
        font-size: 1rem !important;
        padding: 0 0.5rem;
    }
    
    section > div > div:nth-of-type(2) > div:first-child {
        display: none !important;
    }
    
    section > div > div:nth-of-type(2) > div:last-child {
        grid-template-columns: 1fr !important;
        gap: 1rem !important;
    }
    
    section > div > div:nth-of-type(2) > div:last-child > div {
        padding: 1.5rem 1rem !important;
    }
    
    section > div > div:nth-of-type(2) > div:last-child > div > div:nth-of-type(2) {
        width: 48px !important;
        height: 48px !important;
        font-size: 1.25rem !important;
    }
    
    section > div > div:nth-of-type(2) > div:last-child > div > div:nth-of-type(3) {
        font-size: 2.5rem !important;
    }
    
    section > div > div:nth-of-type(2) > div:last-child > div > div:nth-of-type(4) {
        font-size: 0.75rem !important;
    }
}

@media (max-width: 480px) {
    h2.section-title {
        font-size: 28px !important;
    }
    
    section > div > div:nth-of-type(2) > div:last-child > div {
        padding: 1.25rem 0.875rem !important;
    }
    
    section > div > div:nth-of-type(2) > div:last-child > div > div:nth-of-type(3) {
        font-size: 2.25rem !important;
    }
}

/* Hover effects for desktop only */
@media (min-width: 641px) {
    section > div > div:nth-of-type(2) > div:last-child > div:hover {
        transform: translateY(-6px);
        box-shadow: 0 15px 45px rgba(106, 27, 154, 0.15) !important;
    }
    
    a[href="contactus.html"]:hover {
        transform: translateY(-2px);
        box-shadow: 0 12px 32px rgba(124, 58, 237, 0.35);
    }
}