/* Hero Banner - Premium Dark Theme */

/* CSS Variables */
:root {
    --hero-primary: #3b82f6;
    --hero-primary-dark: #2563eb;
    --hero-secondary: #06b6d4;
    --hero-accent: #8b5cf6;
}

/* Navigation Styles */
.navbar {
    background: transparent;
    border-bottom: none;
    box-shadow: none;
    transition: all 0.3s ease;
    padding: 1rem 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 10;
}

.navbar.scrolled {
    background: rgba(15, 23, 42, 0.85);
    backdrop-filter: blur(10px);
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

.navbar-brand {
    font-weight: 700;
    font-size: 1.5rem;
    color: rgba(255, 255, 255, 0.95);
    text-decoration: none;
    transition: all 0.3s ease;
    padding: 0.5rem 1rem;
    border-radius: 12px;
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.navbar-brand:hover {
    color: rgba(255, 255, 255, 1);
}

.navbar-logo-img {
    height: 40px;
    width: auto;
    object-fit: contain;
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.2));
}

.navbar-brand-text {
    display: inline-block;
}

.navbar .nav-link {
    color: rgba(255, 255, 255, 0.85) !important;
    font-weight: 500;
    font-size: 1.1rem;
    transition: all 0.3s ease;
    padding: 0.5rem 1rem;
    border-radius: 8px;
    margin: 0 0.25rem;
}

.navbar .nav-link:hover {
    color: #ffffff !important;
}

.navbar .btn-primary {
    background: linear-gradient(135deg, #3b82f6, #2563eb);
    color: white;
    border: none;
    padding: 0.5rem 1.5rem;
    border-radius: 12px;
    font-weight: 600;
    font-size: 1.1rem;
    transition: all 0.3s ease;
    box-shadow: 0 4px 12px rgba(59, 130, 246, 0.3);
}

.navbar .btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(59, 130, 246, 0.4);
}

/* Main Hero Section */
.hero-banner {
    position: relative;
    min-height: 100vh;
    display: flex;
    align-items: center;
    overflow: hidden;
    margin-bottom: 0;
    padding-bottom: 0;
    border-radius: 0;
    background: linear-gradient(
        135deg,
        #0B1220 0%,
        #0F172A 40%,
        #111827 100%
    );
}

/* Subtle depth glow behind orbit */
.hero-banner::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 20%;
    width: 600px;
    height: 600px;
    transform: translateY(-50%);
    background: radial-gradient(
        circle,
        rgba(59, 130, 246, 0.18),
        transparent 70%
    );
    filter: blur(80px);
    z-index: 0;
}

/* Ensure all text in hero banner is white (except gradient highlights) */
.hero-banner,
.hero-banner * {
    color: #ffffff !important;
}

/* Override any inherited colors (except gradient highlights) */
.hero-banner p,
.hero-banner h1,
.hero-banner h2,
.hero-banner h3,
.hero-banner div {
    color: #ffffff !important;
}

/* Background Elements - Removed image background, using gradient */
.hero-background {
    display: none;
}

/* Gradient Shapes - Hidden/Removed */
.gradient-shape {
    display: none;
}

/* Container */
.hero-banner .container {
    position: relative;
    z-index: 2;
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 2rem;
}

/* Hero Layout */
.hero-layout {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    align-items: center;
    min-height: 100vh;
    width: 100%;
    position: relative;
    z-index: 2;
    padding-top: 5rem;
}

/* Ensure orbit container has proper z-index */
.features-section {
    position: relative;
    z-index: 2;
}

/* Hero Text Section */
.hero-text-section {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    text-align: left;
}

.hero-text-section,
.hero-text-section *,
.hero-text,
.hero-text *,
.hero-title,
.hero-subtitle {
    color: #ffffff !important;
}

.hero-text {
    position: relative;
    width: 100%;
    margin: 0;
    padding: 0;
    z-index: 2;
}

/* Features Section */
.features-section {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
    position: relative;
}

.features-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2rem;
    width: 100%;
    max-width: 500px;
}

.features-circular-container {
    width: 100%;
    height: 100%;
    position: relative;
}

/* Micro Badge */
.hero-micro-badge {
    display: inline-block;
    padding: 0.5rem 1rem;
    background: rgba(96, 165, 250, 0.15);
    backdrop-filter: blur(8px);
    border: 1px solid rgba(96, 165, 250, 0.3);
    border-radius: 8px;
    font-size: 0.875rem;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.9);
    margin-bottom: 1.5rem;
    letter-spacing: 0.02em;
    text-transform: uppercase;
}

/* Hero Title */
.hero-title {
    font-size: clamp(3rem, 5vw, 4.2rem);
    font-weight: 800;
    line-height: 1.1;
    letter-spacing: -0.02em;
    margin-bottom: 1.5rem;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    text-align: left;
    color: #ffffff !important;
    max-width: 100%;
}

.hero-highlight {
    display: block;
    background: linear-gradient(
        135deg,
        #60A5FA,
        #A78BFA
    );
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin-top: 0.5rem;
}

.hero-subtitle {
    font-size: 1.2rem;
    color: rgba(255, 255, 255, 0.8) !important;
    line-height: 1.6;
    margin-bottom: 2rem;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    font-weight: 400;
    text-align: left;
    max-width: 600px;
}

/* Hero CTA row: overview + action gateway */
.hero-text-section .cta-row {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    margin-top: 1.5rem;
    align-items: center;
}

.hero-text-section .cta-row .btn-primary,
.hero-text-section .cta-row .btn-secondary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.75rem 1.5rem;
    border-radius: 12px;
    font-weight: 600;
    font-size: 1rem;
    text-decoration: none;
    transition: all 0.3s ease;
    border: none;
}

.hero-text-section .cta-row .btn-primary {
    background: linear-gradient(135deg, var(--hero-primary), var(--hero-primary-dark));
    color: #fff !important;
    box-shadow: 0 4px 12px rgba(59, 130, 246, 0.3);
}

.hero-text-section .cta-row .btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(59, 130, 246, 0.4);
    color: #fff !important;
}

.hero-text-section .cta-row .btn-secondary {
    background: transparent;
    color: rgba(255, 255, 255, 0.95) !important;
    border: 2px solid rgba(255, 255, 255, 0.4);
}

.hero-text-section .cta-row .btn-secondary:hover {
    background: rgba(255, 255, 255, 0.1);
    border-color: rgba(255, 255, 255, 0.6);
    color: #fff !important;
    transform: translateY(-2px);
}

/* Trust Line */
.hero-trust-line {
    font-size: 0.9rem;
    color: rgba(255, 255, 255, 0.7);
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin-top: 1rem;
}

.hero-trust-line::before {
    content: "✓";
    color: rgba(96, 165, 250, 0.8);
    font-weight: 700;
    font-size: 1rem;
}

.btn-primary {
    background: linear-gradient(135deg, var(--hero-primary), var(--hero-primary-dark));
    color: white;
    box-shadow: 0 4px 12px rgba(59, 130, 246, 0.3);
}

.btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(59, 130, 246, 0.4);
}

.btn-outline {
    background: transparent;
    color: rgba(255, 255, 255, 0.95);
    border: 2px solid rgba(255, 255, 255, 0.3);
}

.btn-outline:hover {
    background: rgba(255, 255, 255, 0.1);
    border-color: var(--hero-primary);
    color: rgba(255, 255, 255, 1);
    transform: translateY(-2px);
}

/* Trust Indicators */
.trust-indicators {
    display: flex;
    gap: 2rem;
    flex-wrap: wrap;
}

.trust-item {
    text-align: center;
}

.trust-number {
    font-size: 2rem;
    font-weight: 800;
    color: rgba(255, 255, 255, 0.95);
    line-height: 1;
    margin-bottom: 0.25rem;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}

.trust-label {
    font-size: 0.875rem;
    color: rgba(255, 255, 255, 0.8);
    font-weight: 500;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
}

/* Floating Elements */
.floating-element {
    position: absolute;
    background: #ffffff;
    border-radius: 12px;
    padding: 0.75rem 1rem;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.07);
    display: flex;
    align-items: center;
    gap: 0.5rem;
    animation: float 4s ease-in-out infinite;
    z-index: 3;
}

.element-text {
    font-size: 0.875rem;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.9);
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
}

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

/* Responsive Design */
@media (max-width: 991px) {
    .navbar {
        background: transparent !important;
        border-bottom: none;
        box-shadow: none;
    }
    
    .navbar.scrolled {
        background: rgba(15, 23, 42, 0.85) !important;
        backdrop-filter: blur(10px);
        border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    }
    
    .navbar .nav-link {
        color: rgba(255, 255, 255, 0.85) !important;
        font-weight: 500;
        font-size: 1.05rem;
        padding: 0.75rem 1rem;
        text-align: center;
    }
    
    .navbar .nav-link:hover {
        color: #ffffff !important;
        background: rgba(255, 255, 255, 0.1);
        border-radius: 8px;
    }
    
    .navbar-brand {
        color: rgba(255, 255, 255, 0.95) !important;
        font-weight: 700;
        font-size: 1.4rem;
    }
    
    .navbar-brand:hover {
        color: rgba(255, 255, 255, 1) !important;
    }
    
    .navbar .btn-primary {
        margin-top: 1rem;
        width: 100%;
        text-align: center;
        background: linear-gradient(135deg, #3b82f6, #2563eb);
        border: none;
        padding: 0.75rem 1.5rem;
        border-radius: 12px;
        font-weight: 600;
        font-size: 1.05rem;
        box-shadow: 0 4px 12px rgba(59, 130, 246, 0.3);
    }
    
    .navbar .btn-primary:hover {
        transform: translateY(-2px);
        box-shadow: 0 6px 20px rgba(59, 130, 246, 0.4);
        background: linear-gradient(135deg, #2563eb, #1e40af);
    }
    
    /* Mobile toggle button styling */
    .navbar-toggler {
        border: 1px solid rgba(255, 255, 255, 0.8);
        border-radius: 6px;
        padding: 0.25rem;
        background: rgba(255, 255, 255, 0.1);
        backdrop-filter: blur(10px);
        -webkit-backdrop-filter: blur(10px);
        width: 32px;
        height: 32px;
    }
    
    .navbar-toggler:focus {
        box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.3);
    }
    
    .navbar-toggler:hover {
        background: rgba(255, 255, 255, 0.2);
        border-color: rgba(255, 255, 255, 1);
    }
    
    .navbar-toggler-icon {
        width: 18px;
        height: 18px;
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.9%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
        background-size: contain;
    }
    
    /* Mobile menu collapse */
    .navbar-collapse {
        background: rgba(15, 23, 42, 0.9);
        border-radius: 12px;
        margin-top: 1rem;
        padding: 1rem;
        box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
        backdrop-filter: blur(10px);
        -webkit-backdrop-filter: blur(10px);
        border: 1px solid rgba(255, 255, 255, 0.1);
    }
    
    .hero-banner {
        min-height: 90vh;
    }
    
    .hero-layout {
        grid-template-columns: 1fr;
        gap: 3rem;
        text-align: center;
    }
    
    .hero-text-section {
        justify-content: center;
        text-align: center;
    }

    .hero-text-section .cta-row {
        justify-content: center;
    }

    .hero-text-section .hero-subtitle {
        margin-left: auto;
        margin-right: auto;
    }

    .features-section {
        align-items: center;
    }
    
    .features-content {
        max-width: 600px;
    }
    
    .trust-indicators {
        justify-content: center;
    }
    
    .floating-element {
        display: none;
    }
}

@media (max-width: 575px) {
    .navbar {
        padding: 0.5rem 0;
    }
    
    .navbar-brand {
        font-size: 1.1rem;
    }
    
    .navbar .nav-link {
        padding: 0.5rem 0.75rem;
        font-size: 0.9rem;
    }
    
    .navbar .btn-primary {
        padding: 0.5rem 1rem;
        font-size: 0.9rem;
    }
    
    .navbar-collapse {
        margin-top: 0.75rem;
        padding: 0.75rem;
    }
    
    .navbar .container {
        padding: 0 1rem;
    }
    
    .hero-banner {
        min-height: 70vh;
        padding: 1.5rem 0;
    }
    
    .hero-banner .container {
        padding: 0 1rem;
    }
    
    .hero-layout {
        gap: 1.5rem;
    }
    
    .features-content {
        max-width: 400px;
        gap: 1.5rem;
    }
    
    .hero-title {
        font-size: 2rem;
    }
    
    .hero-subtitle {
        font-size: 1rem;
    }
    
    .hero-micro-badge {
        font-size: 0.75rem;
        padding: 0.4rem 0.8rem;
        margin-bottom: 1rem;
    }
    
    .hero-trust-line {
        font-size: 0.8rem;
    }
    
    .hero-micro-badge {
        font-size: 0.7rem;
        padding: 0.35rem 0.75rem;
        margin-bottom: 0.875rem;
    }
    
    .hero-trust-line {
        font-size: 0.75rem;
        text-align: center;
        justify-content: center;
    }
    
    .trust-indicators {
        gap: 1rem;
    }
    
    .trust-number {
        font-size: 1.5rem;
    }
    
    .trust-label {
        font-size: 0.8rem;
    }
}

/* Large Screen Scaling - Prevent excessive padding on very large screens */
@media (min-width: 1400px) {
    .hero-banner .container {
        max-width: 95% !important;
        width: 95%;
        padding: 0 3rem;
    }
    
    .hero-title {
        font-size: clamp(3.5rem, 5.5vw, 5rem);
        margin-left: 0;
        padding-left: 0;
    }
    
    .hero-subtitle {
        font-size: clamp(1.3rem, 2.2vw, 1.6rem);
        margin-left: 0;
        padding-left: 0;
    }
    
    .hero-text {
        padding-left: 0;
        margin-left: 0;
    }
    
    .hero-layout {
        gap: 5rem;
    }
    
    .features-content {
        max-width: 580px;
    }
}

@media (min-width: 1600px) {
    .hero-banner .container {
        max-width: 96% !important;
        width: 96%;
        padding: 0 4rem;
    }
    
    .hero-title {
        font-size: clamp(3.75rem, 6vw, 5.5rem);
        margin-left: 0;
        padding-left: 0;
    }
    
    .hero-subtitle {
        font-size: clamp(1.4rem, 2.4vw, 1.7rem);
        margin-left: 0;
        padding-left: 0;
    }
    
    .hero-text {
        padding-left: 0;
        margin-left: 0;
    }
    
    .hero-layout {
        gap: 6rem;
    }
    
    .features-content {
        max-width: 620px;
    }
}

@media (min-width: 1920px) {
    .hero-banner .container {
        max-width: 97% !important;
        width: 97%;
        padding: 0 5rem;
    }
    
    .hero-title {
        font-size: clamp(4.25rem, 6.5vw, 6.5rem);
        margin-left: 0;
        padding-left: 0;
    }
    
    .hero-subtitle {
        font-size: clamp(1.5rem, 2.6vw, 2rem);
        margin-left: 0;
        padding-left: 0;
    }
    
    .hero-text {
        padding-left: 0;
        margin-left: 0;
    }
    
    .hero-layout {
        gap: 7rem;
    }
    
    .features-content {
        max-width: 700px;
    }
}

@media (min-width: 2560px) {
    .hero-banner .container {
        max-width: 98% !important;
        width: 98%;
        padding: 0 6rem;
    }
    
    .hero-title {
        font-size: clamp(5rem, 7.5vw, 8rem);
        margin-left: 0;
        padding-left: 0;
    }
    
    .hero-subtitle {
        font-size: clamp(1.75rem, 3vw, 2.5rem);
        margin-left: 0;
        padding-left: 0;
    }
    
    .hero-text {
        padding-left: 0;
        margin-left: 0;
    }
    
    .hero-layout {
        gap: 9rem;
    }
    
    .features-content {
        max-width: 850px;
    }
}

/* Accessibility */
@media (prefers-reduced-motion: reduce) {
    .floating-element {
        animation: none;
    }
}