/* Custom CSS for Rostyr Modern Dark Website */
@import url('https://fonts.googleapis.com/css2?family=Rethink+Sans:ital,wght@0,400;0,500;0,600;0,700;1,700&display=swap');

/* Color Variables */
:root {
    --bg-black: #000000;
    --bg-dark-gray: #080909;
    --bg-card: #0d0f0f;
    --border-dark: #1e2021;
    --border-accent: #027a48;
    --color-neon-green: #6dff4d;
    --color-light-green: #98ff82;
    --color-text-gray: #b2b4b3;
    --color-text-light: #ffffff;
}

/* Global Styles */
* {
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

body {
    background-color: var(--bg-black);
    color: var(--color-text-gray);
    font-family: 'Rethink Sans', sans-serif;
    font-size: 16px;
    line-height: 1.6;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
}

/* Fixed Canvas Particles Background with Grid Pattern */
#particle-canvas {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: -1;
    pointer-events: none;
    background-color: var(--bg-black);
    background-image:
        linear-gradient(rgba(109, 255, 77, 0.02) 1px, transparent 1px),
        linear-gradient(90deg, rgba(109, 255, 77, 0.02) 1px, transparent 1px);
    background-size: 60px 60px;
}

/* Google Material Symbols Adjustment */
.material-symbols-outlined {
    font-size: 1.5rem;
    vertical-align: middle;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-variation-settings:
        'FILL' 0,
        'wght' 200,
        'GRAD' 0,
        'opsz' 24;
}

/* Typography Overrides */
h1,
h2,
h3,
h4,
h5,
h6 {
    color: var(--color-text-light);
    font-weight: 700;
}

h1 {
    font-size: 3.8rem;
    line-height: 1.15;
    letter-spacing: -0.02em;
}

h2 {
    font-size: 2.8rem;
    line-height: 1.2;
    letter-spacing: -0.01em;
}

.text-neon-green {
    color: var(--color-neon-green) !important;
}

.text-light-green {
    color: var(--color-light-green) !important;
}

.text-custom-gray {
    color: var(--color-text-gray) !important;
}

.font-italic {
    font-style: italic;
}

/* Badges */
.badge-neon {
    border: 1px solid var(--color-neon-green);
    color: var(--color-neon-green);
    background-color: transparent;
    font-size: 11px;
    font-weight: 700;
    padding: 6px 14px;
    border-radius: 50px;
    display: inline-flex;
    align-items: center;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    margin-bottom: 1.5rem;
}

.badge-neon .dot-green {
    display: inline-block;
    width: 6px;
    height: 6px;
    background-color: var(--color-neon-green);
    border-radius: 50%;
    margin-right: 8px;
}

.badge-outline {
    border: 1px solid var(--border-dark);
    color: var(--color-text-gray);
    background-color: var(--bg-dark-gray);
    font-size: 12px;
    padding: 6px 14px;
    border-radius: 50px;
    display: inline-block;
    margin-right: 8px;
    margin-bottom: 8px;
    transition: all 0.2s;
}

.badge-outline-dark {
    border: 1px solid rgba(0, 0, 0, 0.15);
    color: rgba(0, 0, 0, 0.7);
    background-color: rgba(0, 0, 0, 0.04);
    font-size: 12px;
    padding: 6px 14px;
    border-radius: 50px;
    display: inline-block;
    margin-right: 8px;
    margin-bottom: 8px;
    transition: all 0.2s;
    font-weight: 500;
}

.badge-outline-dark:hover {
    border-color: #000000;
    color: #000000;
    background-color: rgba(0, 0, 0, 0.08);
}

.badge-outline:hover {
    border-color: var(--color-neon-green);
    color: var(--color-neon-green);
}

/* Buttons */
.btn-neon-pill {
    background-color: var(--color-neon-green);
    color: #000000 !important;
    border: none;
    border-radius: 50px;
    font-weight: 600;
    padding: 6px 18px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    text-decoration: none;
    transition: transform 0.25s cubic-bezier(0.16, 1, 0.3, 1), background-color 0.2s;
}

.btn-neon-pill:hover {
    background-color: var(--color-light-green);
    transform: translateY(-2px);
}

.btn-outline-green {
    background-color: transparent;
    color: var(--color-neon-green) !important;
    border: 2px solid var(--color-neon-green);
    border-radius: 50px;
    font-weight: 600;
    padding: 10px 28px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    text-decoration: none;
    transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1);
}

.btn-outline-green:hover {
    background-color: var(--color-neon-green);
    color: #000000 !important;
    transform: translateY(-2px);
}

.btn-dark-pill {
    background-color: var(--bg-dark-gray);
    color: var(--color-text-light);
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 50px;
    font-weight: 500;
    padding: 10px 24px;
    text-decoration: none;
    transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1);
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.btn-dark-pill:hover {
    border-color: var(--color-neon-green);
    color: var(--color-neon-green);
}

/* Nav-specific sizing for the Log In pill only (does not affect other .btn-dark-pill usages) */
.nav-login-pill {
    font-size: 0.82rem;
    padding: 6px 20px;
    line-height: 1.4;
}

.nav-login-pill .material-symbols-outlined {
    font-size: 1rem;
    line-height: 1;
}

/* Custom Navigation */
.navbar-custom {
    background-color: transparent;
    border-bottom: 1px solid transparent;
    padding: 1.5rem 0;
    transition: padding 0.3s ease, background-color 0.3s ease, border-color 0.3s ease;
    z-index: 1000;
}

/* Glassmorphism Sticky state when scrolled */
.navbar-custom.navbar-scrolled {
    background-color: rgba(0, 0, 0, 0.8) !important;
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border-bottom: 1px solid var(--border-dark);
    padding: 0.8rem 0;
}

.navbar-brand-custom {
    display: flex;
    align-items: center;
    gap: 10px;
    font-weight: 700;
    font-size: 1.5rem;
    color: var(--color-text-light);
    text-decoration: none;
}

/* HR / OS Toggle Pill */
.nav-toggle-pill {
    background: rgba(255, 255, 255, 0.05) !important;
    border: 1px solid rgba(255, 255, 255, 0.18) !important;
    border-radius: 50px !important;
    padding: 3px !important;
    display: inline-flex !important;
    align-items: center !important;
}

.nav-toggle-item {
    color: rgba(255, 255, 255, 0.8) !important;
    font-size: 0.82rem !important;
    font-weight: 700 !important;
    text-decoration: none !important;
    padding: 6px 18px !important;
    border-radius: 50px !important;
    transition: all 0.25s ease !important;
    display: inline-block !important;
    line-height: 1.4 !important;
}

.nav-toggle-item:hover {
    color: #ffffff !important;
}

.nav-toggle-item.active {
    background-color: var(--color-neon-green) !important;
    color: #000000 !important;
}

.nav-link-custom {
    color: var(--color-text-gray) !important;
    font-weight: 500;
    transition: color 0.2s;
    text-decoration: none;
}

.nav-link-custom:hover {
    color: var(--color-neon-green) !important;
}

/* Hero Section & Scroll Animation */
.hero-section {
    height: 100vh;
    min-height: 650px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
    padding: 0;
}

/* Absolute Bottom Indicator */
.hero-bottom-indicator {
    position: absolute;
    bottom: 3.5rem;
    left: 50%;
    transform: translateX(-50%);
    z-index: 5;
    will-change: transform, opacity;
}

/* Mouse Hover Glow Spotlight tracking (Renders over content for a premium overlay light) */
.hero-section::before {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(700px circle at var(--mouse-x, 50%) var(--mouse-y, 30%), rgba(109, 255, 77, 0.07) 0%, rgba(109, 255, 77, 0.02) 50%, transparent 80%);
    z-index: 6;
    /* Placed over .hero-content-wrapper (z-index 5) for full visibility */
    pointer-events: none;
    transition: opacity 0.4s ease;
    opacity: 0;
}

.hero-section:hover::before {
    opacity: 1;
}

.hero-content-wrapper {
    will-change: transform, opacity;
    transition: transform 0.1s ease-out, opacity 0.1s ease-out;
    position: relative;
    z-index: 5;
}

/* Ambient Background Overlays (Soft Green Fading Mist) - Enlarged */
.hero-overlay-left {
    position: absolute;
    top: -30%;
    left: -25%;
    width: 900px;
    height: 900px;
    background: radial-gradient(circle, rgba(109, 255, 77, 0.04) 0%, rgba(109, 255, 77, 0.01) 50%, rgba(0, 0, 0, 0) 70%);
    z-index: 2;
    pointer-events: none;
}

.hero-overlay-right {
    position: absolute;
    top: 5%;
    right: -25%;
    width: 850px;
    height: 850px;
    background: radial-gradient(circle, rgba(109, 255, 77, 0.03) 0%, rgba(109, 255, 77, 0.01) 50%, rgba(0, 0, 0, 0) 70%);
    z-index: 2;
    pointer-events: none;
}

/* Geometric Background Circles */
.hero-bg-circles {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 1000px;
    height: 1000px;
    z-index: 1;
    pointer-events: none;
    opacity: 0.85;
}

.hero-title {
    max-width: 950px;
    margin: 0 auto 1.5rem;
    text-align: center;
}

.hero-subtitle {
    font-size: 1.3rem;
    color: var(--color-text-gray);
    max-width: 680px;
    margin: 0 auto 2.5rem;
    text-align: center;
    line-height: 1.7;
}

.scroll-down-btn {
    display: inline-block;
    color: var(--color-text-gray);
    transition: color 0.2s, transform 0.2s;
    text-align: center;
}

.scroll-down-btn:hover {
    color: var(--color-neon-green);
}

.scroll-down-btn span.material-symbols-outlined {
    display: inline-block;
    animation: arrow-bounce 2s infinite ease-in-out;
}

/* Scroll Down Arrow bounce animation keyframes */
@keyframes arrow-bounce {

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

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

/* Service Split Section (ZenCrypto Mockup Layout) */
.services-section {
    height: 100vh;
    min-height: 720px;
    width: 100%;

    position: relative;
    overflow: hidden;
    background-color: var(--bg-black);
}

.split-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
}

.split-panel {
    flex: 1;
    padding: 2rem 8%;
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

/* Left Panel - Dark background with bottom-right corner cutout clip-path */
.split-panel-left {
    background: #474747;
    border-right: 1px solid var(--border-dark);
    clip-path: url(#leftCardClip);
    -webkit-clip-path: url(#leftCardClip);
}

.split-panel-left .badge-outline {
    background-color: rgba(0, 0, 0, 0.08);
    color: #ffffff;
}

.split-panel-left .split-card-desc {
    color: #ffffff !important;
}

/* Right Panel - Neon green background with bottom-left cutout clip-path */
.split-panel-right {
    background-color: #f6f8f1 !important;
    border: none !important;
    color: #000000 !important;
    clip-path: url(#rightCardClip);
    -webkit-clip-path: url(#rightCardClip);
}

.split-card-title {
    font-size: 3rem;
    line-height: 1.15;
    font-weight: 700;
    letter-spacing: -0.01em;
}

@media screen and (min-device-width: 1280px) and (max-device-width: 1680px) {
    .split-card-title {
        font-size: 2.8rem;
    }

    .hero-title {
        font-size: 3rem;
    }
}

.split-card-desc {
    font-size: 1.05rem;
    line-height: 1.6;
    max-width: 480px;
}

/* Download badging */
.btn-app-download {
    background-color: var(--bg-dark-gray);
    border: 1px solid var(--border-dark);
    border-radius: 50px;
    padding: 10px 20px;
    color: var(--color-text-light) !important;
    font-size: 0.82rem;
    font-weight: 500;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    text-decoration: none;
    transition: all 0.2s ease;
}

.btn-app-download:hover {
    border-color: var(--color-neon-green);
    color: var(--color-neon-green) !important;
    background-color: rgba(109, 255, 77, 0.05);
}

.download-icon {
    opacity: 0.85;
}

/* Phone Mockup Container & Floater */
.phone-mockup-wrapper {
    width: 250px;
    height: 440px;
    perspective: 1000px;
}

/* Floating Card overlapping the mockup */
.phone-floater-card {
    position: absolute;
    top: 15%;
    left: -60px;
    width: 175px;
    background: rgba(255, 255, 255, 0.8);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border: 1px solid rgba(255, 255, 255, 0.4);
    border-radius: 16px;
    padding: 14px 18px;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
    z-index: 5;
    color: #000000;
    transition: transform 0.3s ease;
}

.phone-floater-card:hover {
    transform: translateY(-4px) scale(1.03);
}

.floater-title {
    font-size: 0.72rem;
    font-weight: 500;
    color: #4a4a4a;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.floater-value {
    font-size: 1.4rem;
    font-weight: 700;
    margin: 4px 0;
    letter-spacing: -0.01em;
}

.floater-meta {
    display: flex;
    align-items: center;
    gap: 4px;
}

/* Phone Mockup Body */
.phone-container {
    width: 100%;
    height: 100%;
    background-color: #0d0f0f;
    border-radius: 40px;
    border: 8px solid #1c1d1f;
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.4);
    overflow: hidden;
    position: relative;
    z-index: 3;
}

.phone-bezel {
    width: 100%;
    height: 100%;
    padding: 16px 14px;
    position: relative;
}

.phone-dynamic-island {
    position: absolute;
    top: 6px;
    left: 50%;
    transform: translateX(-50%);
    width: 75px;
    height: 18px;
    background-color: #000000;
    border-radius: 20px;
    z-index: 10;
}

.phone-screen {
    width: 100%;
    height: 100%;
    overflow-y: hidden;
    font-size: 0.72rem;
}

/* Phone App Details */
.app-header {
    margin-top: 6px;
}

.app-user-avatar {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background-color: var(--bg-dark-gray);
    color: var(--color-neon-green);
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 0.65rem;
    border: 1px solid var(--border-dark);
}

.app-user-name {
    font-weight: 600;
    font-size: 0.72rem;
    line-height: 1.1;
}

.app-user-role {
    font-size: 0.6rem;
    color: var(--color-text-gray);
}

.app-balance-label {
    font-size: 0.68rem;
    color: var(--color-text-gray);
}

.app-balance-value {
    font-size: 1.5rem;
    font-weight: 700;
    letter-spacing: -0.01em;
}

.app-currency {
    font-size: 0.85rem;
    font-weight: 500;
    color: var(--color-neon-green);
}

/* Transaction List inside App */
.app-list-section {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.app-list-item {
    background-color: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.05);
    border-radius: 12px;
    padding: 8px 10px;
}

.app-item-icon {
    width: 24px;
    height: 24px;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.app-item-title {
    font-weight: 600;
    font-size: 0.68rem;
    line-height: 1.1;
}

.app-item-subtitle {
    font-size: 0.58rem;
}

.app-item-amount {
    font-weight: 700;
    font-size: 0.68rem;
}

/* Circular Center Bottom Spinner */
.split-notch-spinner {
    position: absolute;
    bottom: 5px;
    /* Center it at the bottom edge */
    left: 50%;
    transform: translateX(-50%);
    width: 130px;
    height: 130px;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #0c0d0e;
    /* Solid black-gray inside circle */
    border-radius: 50%;
    border: 1px solid var(--color-neon-green);
    /* Neon green border to highlight it */
    box-shadow: 0 0 20px rgba(109, 255, 77, 0.25), inset 0 0 10px rgba(109, 255, 77, 0.05);
    /* Soft outer/inner green glows */
    transition: border-color 0.3s, box-shadow 0.3s, transform 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    cursor: pointer;
}

.split-notch-spinner:hover {
    border-color: #98ff82;
    box-shadow: 0 0 35px rgba(109, 255, 77, 0.45), inset 0 0 15px rgba(109, 255, 77, 0.1);
    transform: translateX(-50%) scale(1.06);
}


.spinner-text-wrap {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    animation: rotate-text 15s linear infinite;
    transform-origin: center;
}

.spinner-text-wrap text {
    fill: var(--color-text-gray);
    font-weight: 700;
    letter-spacing: 0.08em;
    font-size: 12px;
}

.spinner-arrow {
    position: absolute;
    color: var(--color-neon-green);
    font-size: 2rem !important;
    animation: spinner-arrow-bounce 2s infinite ease-in-out;
}

@keyframes rotate-text {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@keyframes spinner-arrow-bounce {

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

    50% {
        transform: translateY(6px);
    }
}

/* Responsive Overrides */
@media (max-width: 991px) {
    .services-section {
        height: auto !important;
        min-height: auto !important;
    }

    .split-wrapper {
        flex-direction: column !important;
        height: auto !important;
    }

    .split-panel {
        flex: none !important;
        width: 100% !important;
        height: auto !important;
        padding: 4rem 2rem !important;
        min-height: auto !important;
        mask: none !important;
        -webkit-mask: none !important;
        clip-path: none !important;
        -webkit-clip-path: none !important;
        border-radius: 0 !important;
    }

    .split-panel-left {
        border-right: none !important;
        border-bottom: 1px solid var(--border-dark);
        margin-bottom: 0 !important;
    }

    .split-card-title {
        font-size: 2.2rem;
    }

    .split-notch-spinner {
        position: relative;
        bottom: auto;
        left: auto;
        transform: none;
        margin: 3rem auto 0;
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    }

    .right-corner-label {
        display: none !important;
    }

    .view-360-section {
        height: auto !important;
        min-height: auto !important;
        padding: 5rem 0 !important;
        margin-top: 3rem !important;
    }

    .view-360-card {
        padding: 2.2rem 1.8rem !important;
    }

    /* Native Bootstrap Offcanvas Custom Styling for Mobile View */
    .navbar-custom .offcanvas {
        background-color: rgba(13, 14, 15, 0.98) !important;
        backdrop-filter: blur(20px) !important;
        -webkit-backdrop-filter: blur(20px) !important;
        border-left: 1px solid var(--border-dark) !important;
        width: 300px !important;
        /* Elegant drawer width */
    }

    .navbar-custom .offcanvas-header {
        border-bottom: 1px solid var(--border-dark) !important;
        padding: 1.5rem 2rem !important;
    }

    .navbar-custom .offcanvas-body {
        padding: 2.5rem 2rem !important;
    }

    .navbar-custom .navbar-nav {
        align-items: flex-start !important;
        /* Left-aligned links in offcanvas */
        gap: 1.5rem !important;
        width: 100%;
    }

    .navbar-custom .nav-item {
        width: 100%;
    }

    .navbar-custom .nav-link-custom {
        font-size: 1.15rem;
        display: block;
        width: 100%;
    }

    /* Stats Mobile Sizing to prevent overflows */
    .stat-card {
        padding: 2.5rem 1.5rem !important;
    }

    .stats-number {
        font-size: 2.8rem !important;
    }

    .stats-desc {
        font-size: 0.88rem !important;
    }
}

.dot-green {
    display: inline-block;
    width: 6px;
    height: 6px;
    background-color: var(--color-neon-green);
    border-radius: 50%;
    margin-right: 8px;

}

/* 360-Degree View Section & Dual Cards Layout */
.view-360-section {

    min-height: 800px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    background-color: var(--bg-black);

    padding-top: 60px;
    padding-bottom: 60px;
    overflow: hidden;

    /* Cyber tech grid and central green spotlight glow background elements */
    background-image:
        radial-gradient(circle at 50% 50%, rgba(109, 255, 77, 0.08) 0%, transparent 60%), linear-gradient(rgba(28, 29, 30, 0.16) 1px, transparent 1px), linear-gradient(90deg, rgba(28, 29, 30, 0.1) 1px, transparent 1px);
    background-size: 100% 100%, 60px 60px, 60px 60px;
    background-position: center, center, center;
}

.view-360-overlay-left {
    position: absolute;
    bottom: -35%;
    left: -20%;
    width: 900px;
    height: 900px;
    background: radial-gradient(circle, rgba(109, 255, 77, 0.08) 0%, rgba(109, 255, 77, 0.02) 50%, rgba(0, 0, 0, 0) 70%);
    z-index: 2;
    pointer-events: none;
    opacity: 0.35;
}

.view-360-overlay-right {
    position: absolute;
    top: -35%;
    right: -20%;
    width: 850px;
    height: 850px;
    background: radial-gradient(circle, rgba(109, 255, 77, 0.06) 0%, rgba(109, 255, 77, 0.015) 50%, rgba(0, 0, 0, 0) 70%);
    z-index: 2;
    pointer-events: none;
    opacity: 0.35;
}

.view-360-card {
    /* Frosted glass backdrop tech theme */
    background: rgba(13, 14, 15, 0.4) !important;
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border: 1px solid var(--border-dark);
    border-radius: 24px;
    padding: 3rem;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
    overflow: hidden;
    transition: border-color 0.4s ease, transform 0.4s cubic-bezier(0.25, 0.8, 0.25, 1), box-shadow 0.4s ease;
}

.view-360-card:hover {
    border-color: rgba(109, 255, 77, 0.35);
    box-shadow: 0 15px 40px rgba(109, 255, 77, 0);
    transform: translateY(-6px);
}

/* Tiny tech dot in card corner */
.view-360-card-tech-dot {
    position: absolute;
    top: 24px;
    right: 24px;
    width: 6px;
    height: 6px;
    background-color: var(--color-neon-green);
    border-radius: 50%;
    opacity: 0.2;
    box-shadow: 0 0 8px var(--color-neon-green);
    transition: opacity 0.3s, transform 0.3s;
}

.view-360-card:hover .view-360-card-tech-dot {
    opacity: 0.9;
    transform: scale(1.2);
}

.view-360-badge {
    font-size: 10px;
    font-weight: 800;
    color: var(--color-neon-green);
    background-color: rgba(109, 255, 77, 0.05);
    border: 1px solid rgba(109, 255, 77, 0.15);
    padding: 6px 14px;
    border-radius: 50px;
    display: inline-block;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.view-360-card-title {
    font-size: 1.45rem;
    font-weight: 700;
    line-height: 1.35;
    color: #ffffff;
    margin-top: 1.25rem;
    margin-bottom: 2rem;
}

.view-360-item {
    padding-bottom: 1.25rem;
    margin-bottom: 1.25rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
    transition: padding-left 0.3s cubic-bezier(0.25, 0.8, 0.25, 1), border-color 0.3s;
}

.view-360-item:hover {
    border-bottom-color: rgba(109, 255, 77, 0.2);
    padding-left: 6px;
}

.view-360-item:last-of-type {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

.view-360-item:last-of-type:hover {
    padding-left: 6px;
}

.view-360-item-title {
    font-size: 1rem;
    font-weight: 600;
    color: #ffffff;
    margin-bottom: 0.4rem;
    transition: color 0.3s;
}

.view-360-item:hover .view-360-item-title {
    color: var(--color-neon-green) !important;
}

.view-360-item-desc {
    font-size: 0.9rem;
    color: var(--color-text-gray);
    line-height: 1.5;
}

.view-360-link {
    color: var(--color-neon-green) !important;
    font-size: 0.92rem;
    font-weight: 700;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    margin-top: 2rem;
    transition: gap 0.2s;
}

.view-360-link:hover {
    gap: 10px;
}

/* Floating tech shapes in the background */
.view-360-section .tech-shape {
    position: absolute;
    pointer-events: none;
    z-index: 1;
    opacity: 0.5;
    transition: opacity 0.5s;
}

.tech-shape-blob-1 {
    top: 15%;
    left: 10%;
    width: 250px;
    height: 250px;
    background: radial-gradient(circle, rgba(109, 255, 77, 0.1) 0%, transparent 70%);
    animation: shape-float 12s infinite alternate ease-in-out;
}

.tech-shape-blob-2 {
    bottom: 10%;
    right: 12%;
    width: 300px;
    height: 300px;
    background: radial-gradient(circle, rgba(109, 255, 77, 0.08) 0%, transparent 70%);
    animation: shape-float 16s infinite alternate-reverse ease-in-out;
}

.tech-shape-cross-1 {
    top: 25%;
    right: 15%;
    width: 20px;
    height: 20px;
    animation: shape-rotate-drift 25s infinite linear;
}

.tech-shape-cross-1::before,
.tech-shape-cross-1::after {
    content: '';
    position: absolute;
    background-color: var(--color-neon-green);
    opacity: 0.35;
}

/* Vertical line */
.tech-shape-cross-1::before {
    left: 9px;
    top: 0;
    width: 2px;
    height: 20px;
}

/* Horizontal line */
.tech-shape-cross-1::after {
    left: 0;
    top: 9px;
    width: 20px;
    height: 2px;
}

.tech-shape-circle-1 {
    bottom: 25%;
    left: 15%;
    width: 30px;
    height: 30px;
    border: 1px solid rgba(109, 255, 77, 0.15);
    border-radius: 50%;
    animation: shape-float 8s infinite alternate ease-in-out;
}

@keyframes shape-float {
    0% {
        transform: translateY(0) scale(1);
    }

    100% {
        transform: translateY(-30px) scale(1.15);
    }
}

@keyframes shape-rotate-drift {
    0% {
        transform: rotate(0deg) translate(0, 0);
    }

    50% {
        transform: rotate(180deg) translate(15px, -15px);
    }

    100% {
        transform: rotate(360deg) translate(0, 0);
    }
}

/* Accordion Customized Styles */
.faq-section {
    padding: 7rem 0;
    overflow: hidden;
}

.accordion-custom .accordion-item {
    background-color: var(--bg-card) !important;
    border: 1px solid var(--border-dark) !important;
    margin-bottom: 12px;
    border-radius: 14px !important;
    overflow: hidden;
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

.accordion-custom .accordion-item.is-active,
.accordion-custom .accordion-item:has(.accordion-button:not(.collapsed)) {
    border-color: #6dff4d8a !important;
    box-shadow: 0 0 15px rgba(109, 255, 77, 0.05) !important;
}

.accordion-custom .accordion-button {
    background-color: var(--bg-card) !important;
    color: var(--color-text-light) !important;
    font-weight: 600;
    font-size: 1.15rem;
    padding: 1.5rem;
    border: none !important;
    box-shadow: none !important;
}

.accordion-custom .accordion-button:not(.collapsed) {
    color: var(--color-neon-green) !important;
    border-bottom: 1px solid var(--border-dark) !important;
}

.accordion-custom .accordion-button::after {
    filter: invert(1) sepia(1) saturate(5) hue-rotate(60deg);
}

.accordion-custom .accordion-body {
    background-color: rgba(0, 0, 0, 0.25) !important;
    color: var(--color-text-gray) !important;
    padding: 1.5rem;
    font-size: 1rem;
    line-height: 1.65;
}

/* Stats Section & Modern Cards */
.stats-section {
    padding: 6rem 0;
    background-color: var(--bg-black);
    overflow: hidden;
}

.stat-card {
    background: rgba(13, 14, 15, 0.7);
    border: 1px solid var(--border-dark);
    border-radius: 24px;
    padding: 3.5rem 2.5rem;
    position: relative;
    overflow: hidden;

    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transition: border-color 0.3s, transform 0.3s, box-shadow 0.3s;
}

.stat-card:hover {
    border-color: rgba(109, 255, 77, 0.25);
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(109, 255, 77, 0.04);
}

/* Moving border spotlight animation */
.stat-card-border-animation {
    position: absolute;
    inset: 0;
    pointer-events: none;
    border-radius: 24px;
    mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    mask-composite: xor;
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    padding: 1.5px;
    z-index: 10;
}

.stat-card-border-animation::before {
    content: "";
    position: absolute;
    width: 160px;
    height: 160px;
    background: radial-gradient(circle, var(--color-neon-green) 0%, rgba(109, 255, 77, 0) 70%);
    offset-path: rect(0% 100% 100% 0% round 24px);
    offset-anchor: center;
    animation: stat-card-border-glow 14s linear infinite;
    transition: width 0.3s, height 0.3s;
}

.stat-card:hover .stat-card-border-animation::before {
    width: 160px;
    height: 160px;
    animation-duration: 9s;
    /* Slower, elegant sweep speed on hover */
}

@keyframes stat-card-border-glow {
    0% {
        offset-distance: 0%;
    }

    100% {
        offset-distance: 100%;
    }
}

.stat-card-icon-wrap {
    width: 60px;
    height: 60px;
    background-color: rgba(109, 255, 77, 0.05);
    border: 1px solid rgba(109, 255, 77, 0.1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--color-neon-green);
    transition: background-color 0.3s, transform 0.3s;
}

.stat-card:hover .stat-card-icon-wrap {
    background-color: rgba(109, 255, 77, 0.1);
    transform: scale(1.08);
}

.stat-card-icon-wrap span {
    font-size: 1.8rem;
}

.stats-number {
    font-size: 3.8rem;
    font-weight: 800;
    color: #ffffff;
    line-height: 1.1;
    letter-spacing: -0.02em;
}

.stats-desc {
    font-size: 0.95rem;
    color: var(--color-text-gray);
    font-weight: 500;
    max-width: 240px;
}

/* Glowing dot in the card corner for tech look */
.stat-card-glow-dot {
    position: absolute;
    top: 15px;
    right: 15px;
    width: 6px;
    height: 6px;
    background-color: var(--color-neon-green);
    border-radius: 50%;
    opacity: 0.3;
    box-shadow: 0 0 10px var(--color-neon-green);
    transition: opacity 0.3s;
}

.stat-card:hover .stat-card-glow-dot {
    opacity: 0.8;
}

/* Footer Section - Dark Background Layout */
.footer-custom {
    background-color: var(--bg-black) !important;
    padding: 4rem 0;
}

.footer-section {
    background-color: var(--bg-black);
    color: var(--color-text-gray);
    position: relative;
    z-index: 2;
}

.footer-logo-text {
    font-weight: 700;
    font-size: 1.45rem;
    color: #ffffff;
}

.footer-dark-link {
    color: var(--color-text-gray) !important;
    text-decoration: underline !important;
    font-weight: 500;
    transition: color 0.2s;
}

.footer-dark-link:hover {
    color: var(--color-neon-green) !important;
}

.hr-logo-footer {
    width: 130px;
    height: auto;
    filter: brightness(0) invert(1);
}

.hr-divider {
    border-color: rgba(255, 255, 255, 0.08) !important;
    opacity: 1;
}

.hr-footer-title,
.footer-col-title {
    font-size: 0.82rem !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.05em !important;
    color: #ffffff !important;
    margin-bottom: 1rem !important;
}

.hr-footer-desc {
    font-size: 0.9rem !important;
    line-height: 1.6 !important;
    color: #8f9193 !important;
}

.hr-footer-nav {
    font-size: 0.82rem !important;
    padding-left: 0;
    list-style: none;
}

.hr-footer-nav li {
    margin-bottom: 0.35rem;
}

.footer-link {
    color: #8f9193 !important;
    text-decoration: none !important;
    font-size: 0.88rem !important;
    transition: color 0.2s ease !important;
    display: inline-block;
}

.footer-link:hover {
    color: var(--color-neon-green, #6dff4d) !important;
}

.hr-regulatory-text {
    font-size: 0.78rem !important;
    opacity: 0.85;
    line-height: 1.6 !important;
    color: #8f9193 !important;
}

/* Responsive Overrides */
@media (max-width: 991.98px) {
    h1 {
        font-size: 3rem;
    }

    h2 {
        font-size: 2.2rem;
    }

    .details-divider-col {
        border-right: none;
        border-bottom: 1px solid var(--border-accent);
        margin-bottom: 1.5rem;
        padding-bottom: 1.5rem;
    }

    .details-col-body {
        padding: 0;
    }

    .details-row {
        padding: 2.25rem;
    }

    .service-card {
        padding: 2.5rem 2rem;
    }
}

/* Contact Modal */
.contact-modal-content {
    background: #1c1d1e;
    border: 1px solid var(--color-neon-green);
    border-radius: 16px;
    box-shadow: 0 0 30px rgba(109, 255, 77, 0.15);
}

.contact-form-label {
    font-size: 0.85rem;
    font-weight: 600;
    color: #ffffff;
    margin-bottom: 0.4rem;
    display: block;
}

.contact-form-input {
    background: rgba(255, 255, 255, 0.04) !important;
    border: 1px solid var(--border-dark) !important;
    color: #ffffff !important;
    border-radius: 10px !important;
    padding: 12px 16px !important;
    font-size: 0.92rem !important;
}

.contact-form-input::placeholder {
    color: var(--color-text-gray) !important;
}

.contact-form-input:focus {
    background: rgba(255, 255, 255, 0.06) !important;
    border-color: var(--color-neon-green) !important;
    box-shadow: 0 0 0 0.2rem rgba(109, 255, 77, 0.2) !important;
    color: #ffffff !important;
}

.contact-form-input option {
    background: var(--bg-black);
    color: #ffffff;
}