﻿html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
    box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
    position: relative;
    min-height: 100%;
}

body {
    margin-bottom: 60px;
}

.form-floating > .form-control-plaintext::placeholder, .form-floating > .form-control::placeholder {
    color: var(--bs-secondary-color);
    text-align: end;
}

.form-floating > .form-control-plaintext:focus::placeholder, .form-floating > .form-control:focus::placeholder {
    text-align: start;
}

:root {
    /* ===============================
			 Core Background System
			 =============================== */
    --bg-main: #0E1116;
    --bg-panel: #151922;
    --bg-soft: #1C2230;
    /* ===============================
			 Ember Accent (Primary Command)
			 =============================== */
    --ember: #F59E0B;
    --ember-hover: #D97706;
    --ember-glow: rgba(245,158,11,0.18);
    /* ===============================
			 Violet Tech Accent (Secondary)
			 =============================== */
    --violet: #7C3AED;
    --violet-soft: #A78BFA;
    --violet-glow: rgba(124,58,237,0.18);
    /* ===============================
			 Typography
			 =============================== */
    --text-main: #C7CBD6;
    --text-muted: #8B93A7;
    --text-disabled: #5E667A;
    /* ===============================
			 Status
			 =============================== */
    --success: #22C55E;
    --danger: #DC2626;
    --teal: #4FD1C5;
}

.nav-logo {
    height: 34px;
    width: auto;
    border-radius: 8px;
    filter: drop-shadow(0 0 6px rgba(124,58,237,.6));
    transition: transform .3s ease;
}

    .nav-logo:hover {
        transform: scale(1.08);
    }


/* ===============================
		   Base
		   =============================== */
body {
    background-color: var(--bg-main);
    color: var(--text-main);
    font-family: system-ui, -apple-system, Segoe UI, Roboto, sans-serif;
}


/* ===============================
		   Hero Section
		   =============================== */
.hero {
    padding: 6rem 0;
    position: relative;
}

    .hero::after {
        content: "";
        position: absolute;
        inset: 0;
        pointer-events: none;
        background: radial-gradient(circle at center, rgba(245,158,11,0.10), transparent 55%), radial-gradient(circle at 70% 30%, rgba(124,58,237,0.12), transparent 60%);
    }

/* ===============================
		   Cards
		   =============================== */
.card {
    background-color: var(--bg-panel);
    border: 1px solid var(--bg-soft);
    border-radius: 14px;
    transition: border-color .2s ease, box-shadow .2s ease;
}

    .card:hover {
        box-shadow: 0 0 0 1px rgba(124,58,237,.25);
    }

/* ===============================
		   Icons (Tech Visuals)
		   =============================== */
.platform-icon,
.security-icon {
    font-size: 2rem;
    color: var(--violet);
}

/* ===============================
		   Buttons
		   =============================== */
.btn-ember {
    background-color: var(--ember);
    color: #0E1116;
    font-weight: 600;
    border: none;
}

    .btn-ember:hover {
        background-color: var(--ember-hover);
        color: #0E1116;
    }

/* ===============================
		   Badges
		   =============================== */
.badge-tech {
    background: rgba(79,209,197,.12);
    color: var(--teal);
    border: 1px solid rgba(79,209,197,.3);
}

.badge-violet {
    background: rgba(124,58,237,.12);
    color: var(--violet-soft);
    border: 1px solid rgba(124,58,237,.35);
}

/* ===============================
		   Forms
		   =============================== */
.form-control,
.form-select {
    background-color: var(--bg-main);
    border: 1px solid var(--bg-soft);
    color: var(--text-main);
}

    .form-control::placeholder {
        color: var(--text-disabled);
    }

    .form-control:focus,
    .form-select:focus {
        background-color: var(--bg-main);
        color: var(--text-main);
        border-color: var(--ember);
        box-shadow: none;
    }

/* ===============================
		   Dividers
		   =============================== */
.divider {
    border-top: 1px solid var(--bg-soft);
}

.platform-carousel {
    background: #0E1116;
}

    .platform-carousel img {
        width: 100%;
        height: 480px;
        object-fit: contain;
        background: #0E1116;
    }

/* Controls style */
.carousel-control-prev-icon,
.carousel-control-next-icon {
    filter: brightness(0) invert(1);
}

/* Indicators */
.carousel-indicators [data-bs-target] {
    background-color: rgba(255,255,255,.35);
}

.carousel-indicators .active {
    background-color: #F59E0B;
}


.platform-carousel {
    background: #0E1116;
    aspect-ratio: 16 / 9;
}

    .platform-carousel img {
        width: 100%;
        height: 100%;
        object-fit: contain;
        background: #0E1116;
    }




.feature-img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    border-radius: 12px 12px 0 0;
}

.feature-card {
    background: #151922;
    border: 1px solid rgba(255,255,255,0.05);
    overflow: hidden;
}

.security-icon {
    width: 54px;
    height: 54px;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(124,58,237,.12);
    border: 1px solid rgba(124,58,237,.35);
    box-shadow: 0 0 18px rgba(124,58,237,.25);
    font-size: 26px;
}

.card {
    transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}

    .card:hover {
        transform: translateY(-6px);
        border-color: rgba(124,58,237,.45);
        box-shadow: 0 10px 40px rgba(0,0,0,.4);
    }

    .card::before {
        content: "";
        position: absolute;
        inset: 0;
        pointer-events: none;
        border-radius: inherit;
        background: linear-gradient(120deg, transparent, rgba(124,58,237,.15), transparent);
        opacity: 0;
        transition: opacity .3s ease;
    }

    .card:hover::before {
        opacity: 1;
    }

.badge-secure {
    background: rgba(34,197,94,.15);
    color: #22C55E;
    border: 1px solid rgba(34,197,94,.4);
}

.badge-warning {
    background: rgba(245,158,11,.15);
    color: var(--ember);
    border: 1px solid rgba(245,158,11,.4);
}

.mini-icon {
    color: var(--violet);
    font-size: 16px;
}

.security-img {
    width: 100%;
    height: 160px;
    object-fit: cover;
    border-radius: 10px;
    opacity: .85;
}

/* ================= HERO ================= */

.hero {
    position: relative;
    background: radial-gradient(circle at top, #1a0f2e 0%, #05060a 60%);
    overflow: hidden;
}

.min-vh-75 {
    min-height: 75vh;
}

/* ================= LOGO ================= */

.hero-logo {
    display: flex;
    justify-content: center;
    align-items: center;
}

    .hero-logo img {
        width: 180px;
        max-width: 70%;
        height: auto;
        border-radius: 22px;
        padding: 10px;
        background: rgba(124,58,237,0.08);
        backdrop-filter: blur(6px);
        filter: drop-shadow(0 0 25px rgba(124, 58, 237, 0.55));
        transition: transform 0.4s ease, filter 0.4s ease;
    }

        .hero-logo img:hover {
            transform: scale(1.06);
            filter: drop-shadow(0 0 45px rgba(124, 58, 237, 0.85));
        }

/* ================= HERO TEXT ================= */

.hero h1 {
    letter-spacing: -0.02em;
}




.hero .lead {
    max-width: 720px;
    margin: 0 auto;
}

.hero-micro {
    font-size: 0.95rem;
}

/* ================= BACKGROUND ICONS ================= */

.hero-icons {
    position: absolute;
    inset: 0;
    pointer-events: none;
}

    .hero-icons span {
        position: absolute;
        font-size: 2rem;
        opacity: 0.08;
        animation: float 14s infinite linear;
    }

        .hero-icons span:nth-child(1) {
            top: 20%;
            left: 10%;
            animation-delay: 0s;
        }

        .hero-icons span:nth-child(2) {
            top: 30%;
            right: 15%;
            animation-delay: 2s;
        }

        .hero-icons span:nth-child(3) {
            bottom: 25%;
            left: 15%;
            animation-delay: 4s;
        }

        .hero-icons span:nth-child(4) {
            bottom: 30%;
            right: 10%;
            animation-delay: 6s;
        }

@keyframes float {
    from {
        transform: translateY(0);
    }

    to {
        transform: translateY(-40px);
    }
}

.problem-hero {
    background: radial-gradient(circle at top, rgba(124,58,237,.08), transparent 60%), #0E1116;
    padding: 120px 0;
    position: relative;
    overflow: hidden;
}

.problem-kicker {
    color: #F59E0B;
    letter-spacing: 2px;
    font-size: .75rem;
}

.problem-title {
    color: #fff;
    font-size: clamp(2rem, 4vw, 3rem);
    margin: 14px 0;
}

.problem-text {
    color: #c7cbd6;
    max-width: 520px;
}

.problem-highlight {
    color: #4FD1C5;
    margin-top: 16px;
}

.problem-visual {
    position: relative;
    width: 220px;
    height: 220px;
    margin: auto;
    border-radius: 50%;
    background: rgba(124,58,237,.12);
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 0 80px rgba(124,58,237,.35);
}

    .problem-visual span {
        font-size: 64px;
    }

.pulse-ring {
    position: absolute;
    inset: 0;
    border-radius: 50%;
    border: 2px solid rgba(124,58,237,.4);
    animation: pulse 2.4s infinite;
}

@keyframes pulse {
    0% {
        transform: scale(.9);
        opacity: .8;
    }

    100% {
        transform: scale(1.4);
        opacity: 0;
    }
}


.what-it-is {
    background: linear-gradient(180deg, #0E1116, #0B0E13);
    padding: 120px 0;
}

.what-kicker {
    color: #F59E0B;
    letter-spacing: 2px;
    font-size: .75rem;
}

.what-title {
    color: #fff;
    font-size: clamp(2.1rem, 4vw, 3rem);
    margin: 14px 0;
}

.what-sub {
    color: #c7cbd6;
    max-width: 420px;
}

.what-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
    gap: 18px;
}

.what-item {
    background: #151922;
    border: 1px solid rgba(255,255,255,.05);
    border-radius: 14px;
    padding: 18px;
    display: flex;
    gap: 12px;
    align-items: flex-start;
    transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}

    .what-item:hover {
        transform: translateY(-4px);
        border-color: rgba(124,58,237,.45);
        box-shadow: 0 10px 40px rgba(0,0,0,.4);
    }

.what-icon {
    font-size: 20px;
    color: #7C3AED;
}

.what-item p {
    color: #e5e7eb;
    margin: 0;
    font-size: .95rem;
}

.how-it-works {
    background: #0B0E13;
    padding: 120px 0;
}

.how-kicker {
    color: #F59E0B;
    letter-spacing: 2px;
    font-size: .75rem;
}

.how-title {
    color: #fff;
    margin-top: 12px;
    font-size: clamp(2rem, 4vw, 2.6rem);
}

.how-card {
    background: #151922;
    border: 1px solid rgba(255,255,255,.06);
    border-radius: 16px;
    padding: 32px 26px;
    height: 100%;
    position: relative;
    transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}

    .how-card:hover {
        transform: translateY(-6px);
        border-color: rgba(124,58,237,.45);
        box-shadow: 0 18px 50px rgba(0,0,0,.45);
    }

.how-step {
    position: absolute;
    top: 18px;
    right: 22px;
    color: rgba(255,255,255,.15);
    font-size: 2.4rem;
    font-weight: 700;
}

.how-icon {
    width: 52px;
    height: 52px;
    border-radius: 14px;
    background: rgba(124,58,237,.14);
    border: 1px solid rgba(124,58,237,.45);
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 0 24px rgba(124,58,237,.35);
    margin-bottom: 18px;
    font-size: 22px;
}

.how-card h5 {
    color: #fff;
    margin-bottom: 10px;
}

.how-card p {
    color: #c7cbd6;
    font-size: .95rem;
    margin: 0;
}


.trust-wall {
    background: #0E1116; /* Charcoal base */
    border-top: 1px solid rgba(255,255,255,.06);
    border-bottom: 1px solid rgba(255,255,255,.06);
}



.trust-card {
    background-color: var(--bg-panel);
    border: 1px solid var(--bg-soft);
    border-radius: 14px;
    padding: 28px;
    text-align: center;
    transition: border-color .2s ease, box-shadow .2s ease;
    height: 100%;
}

    .trust-card:hover {
       
        box-shadow: 0 12px 40px rgba(124,58,237,.35); /* Purple glow */
    }

.trust-icon {
    width: 52px;
    height: 52px;
    border-radius: 14px;
    background: rgba(124,58,237,.12); /* Purple subtle bg */
    border: 1px solid rgba(124,58,237,.45);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 14px auto;
    font-size: 22px;
    color: #7C3AED; /* Purple icon */
    box-shadow: 0 0 18px rgba(124,58,237,.25);
}

.trust-card h5 {
    color: #FFFFFF;
    margin-bottom: 10px;
    font-weight: 600;
}

.trust-card p {
    color: #C7CBD6; /* Cool Grey text */
    font-size: .95rem;
    margin: 0;
}

.trust-micro {
    color: #8B93A7; /* Muted Ash */
    font-size: 13px;
    opacity: .8;
}



.credibility-block {
    background: #0E1116; /* Charcoal base */
    border-top: 1px solid rgba(255,255,255,.06);
    border-bottom: 1px solid rgba(255,255,255,.06);
}

.credibility-card {
    background: #151922; /* Soft Charcoal panel */
    border: 1px solid rgba(255,255,255,.08);
    border-radius: 16px;
    padding: 28px;
    text-align: center;
    transition: all .3s ease;
    height: 100%;
}

    .credibility-card:hover {
        transform: translateY(-6px);
        border-color: #7C3AED; /* Purple highlight */
        box-shadow: 0 12px 40px rgba(124,58,237,.35); /* Purple glow */
    }

.credibility-icon {
    width: 52px;
    height: 52px;
    border-radius: 14px;
    background: rgba(124,58,237,.12); /* Purple subtle bg */
    border: 1px solid rgba(124,58,237,.45);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 14px auto;
    font-size: 22px;
    color: #7C3AED; /* Purple icon */
    box-shadow: 0 0 18px rgba(124,58,237,.25);
}

.credibility-card h5 {
    color: #FFFFFF;
    margin-bottom: 10px;
    font-weight: 600;
}

.credibility-card p {
    color: #C7CBD6; /* Cool Grey text */
    font-size: .95rem;
    margin: 0;
}

.pilot-cta {
    background: #0E1116; /* Charcoal base */
    padding-top: 60px;
    padding-bottom: 60px;
}

    .pilot-cta h2 {
        color: #FFFFFF;
        font-weight: 700;
    }

    .pilot-cta p {
        color: #C7CBD6; /* Cool Grey */
        font-size: 1rem;
    }

.pilot-form .form-control,
.pilot-form .form-select,
.pilot-form textarea {
    background: #151922; /* panel */
    border: 1px solid rgba(255,255,255,.1);
    border-radius: 12px;
    color: #FFFFFF;
    padding: 12px 16px;
    transition: all .3s ease;
}

    .pilot-form .form-control:focus,
    .pilot-form .form-select:focus,
    .pilot-form textarea:focus {
        border-color: #7C3AED; /* Purple highlight */
        box-shadow: 0 0 10px rgba(124,58,237,.35);
        outline: none;
    }



.pilot-confirmation p {
    font-size: 1rem;
    color: #22C55E; /* Success Green */
}


.investment-cta {
    background: #0E1116; /* Charcoal base */
    padding-top: 60px;
    padding-bottom: 60px;
}

    .investment-cta h2 {
        color: #FFFFFF;
        font-weight: 700;
    }

    .investment-cta p {
        color: #C7CBD6; /* Cool Grey */
        font-size: 1rem;
    }

.investment-form .form-control,
.investment-form .form-select,
.investment-form textarea {
    background: #151922; /* panel */
    border: 1px solid rgba(255,255,255,.1);
    border-radius: 12px;
    color: #FFFFFF;
    padding: 12px 16px;
    transition: all .3s ease;
}

    .investment-form .form-control:focus,
    .investment-form .form-select:focus,
    .investment-form textarea:focus {
        border-color: #7C3AED; /* Purple highlight */
        box-shadow: 0 0 10px rgba(124,58,237,.35);
        outline: none;
    }



.investment-confirmation p {
    font-size: 1rem;
    color: #22C55E; /* Success Green */
}

.micro-trust {
    color: #8B93A7; /* Muted Ash */
    font-size: 13px;
    opacity: .8;
}

.site-footer {
    background-color: #0E1116; /* Charcoal base */
    border-top: 1px solid rgba(255,255,255,.06);
}

    .site-footer p {
        color: #8B93A7; /* Muted Ash */
        font-size: 0.9rem;
        margin: 0;
    }

.footer-link {
    color: #C7CBD6; /* Cool Grey */
    text-decoration: none;
    font-size: 0.9rem;
    transition: color 0.3s ease;
}

    .footer-link:hover {
        color: #F59E0B; /* Ember / highlight on hover */
        text-decoration: underline;
    }


.navbar {
    background-color: #0E1116; /* Charcoal base */
    transition: top 0.3s;
    z-index: 1030;
}

    .navbar .nav-link {
        color: #C7CBD6; /* Cool Grey */
        margin-left: 0.5rem;
        margin-right: 0.5rem;
        transition: color 0.3s ease;
    }

        .navbar .nav-link:hover {
            color: #7C3AED; /* Ember Purple */
        }

    .navbar .navbar-brand {
        color: #FFFFFF;
    }

.navbar-toggler {
    border-color: rgba(255, 255, 255, 0.1);
}

.navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba%28255, 255, 255, 0.85%29' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/ %3E%3C/svg%3E");
}

/* Padding to prevent content hidden under fixed navbar */
body {
    padding-top: 55px; /*  navbar */
}

/* Optional shadow for depth */
.navbar.shadow-sm {
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.4);
}


.band-card {
    background: rgba(124,58,237,0.08);
    border-radius: 20px;
    padding: 18px;
    text-align: center;
    box-shadow: 0 0 30px rgba(124,58,237,.25);
    transition: transform .35s ease, box-shadow .35s ease;
}

    .band-card img {
        width: 100%;
        height: 260px;
        object-fit: contain;
    }

    .band-card:hover {
        transform: translateY(-6px) scale(1.02);
        box-shadow: 0 0 55px rgba(124,58,237,.45);
    }
.hero-proof {
    border-top: 1px solid rgba(255,255,255,0.08);
    background: rgba(0,0,0,0.15);
}

.hero-proof-head {
    color: #ffffff;
    font-weight: 600;
    letter-spacing: 0.3px;
}