﻿@import url('open-iconic/font/css/open-iconic-bootstrap.min.css');

html, body {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

h1:focus {
    outline: none;
}

a, .btn-link {
    color: #0071c1;
}

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.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;
}

.content {
    padding-top: 1.1rem;
}

.valid.modified:not([type=checkbox]) {
    outline: 1px solid #26b050;
}

.invalid {
    outline: 1px solid red;
}

.validation-message {
    color: red;
}

#blazor-error-ui {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }

.blazor-error-boundary {
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTYiIGhlaWdodD0iNDkiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIG92ZXJmbG93PSJoaWRkZW4iPjxkZWZzPjxjbGlwUGF0aCBpZD0iY2xpcDAiPjxyZWN0IHg9IjIzNSIgeT0iNTEiIHdpZHRoPSI1NiIgaGVpZ2h0PSI0OSIvPjwvY2xpcFBhdGg+PC9kZWZzPjxnIGNsaXAtcGF0aD0idXJsKCNjbGlwMCkiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0yMzUgLTUxKSI+PHBhdGggZD0iTTI2My41MDYgNTFDMjY0LjcxNyA1MSAyNjUuODEzIDUxLjQ4MzcgMjY2LjYwNiA1Mi4yNjU4TDI2Ny4wNTIgNTIuNzk4NyAyNjcuNTM5IDUzLjYyODMgMjkwLjE4NSA5Mi4xODMxIDI5MC41NDUgOTIuNzk1IDI5MC42NTYgOTIuOTk2QzI5MC44NzcgOTMuNTEzIDI5MSA5NC4wODE1IDI5MSA5NC42NzgyIDI5MSA5Ny4wNjUxIDI4OS4wMzggOTkgMjg2LjYxNyA5OUwyNDAuMzgzIDk5QzIzNy45NjMgOTkgMjM2IDk3LjA2NTEgMjM2IDk0LjY3ODIgMjM2IDk0LjM3OTkgMjM2LjAzMSA5NC4wODg2IDIzNi4wODkgOTMuODA3MkwyMzYuMzM4IDkzLjAxNjIgMjM2Ljg1OCA5Mi4xMzE0IDI1OS40NzMgNTMuNjI5NCAyNTkuOTYxIDUyLjc5ODUgMjYwLjQwNyA1Mi4yNjU4QzI2MS4yIDUxLjQ4MzcgMjYyLjI5NiA1MSAyNjMuNTA2IDUxWk0yNjMuNTg2IDY2LjAxODNDMjYwLjczNyA2Ni4wMTgzIDI1OS4zMTMgNjcuMTI0NSAyNTkuMzEzIDY5LjMzNyAyNTkuMzEzIDY5LjYxMDIgMjU5LjMzMiA2OS44NjA4IDI1OS4zNzEgNzAuMDg4N0wyNjEuNzk1IDg0LjAxNjEgMjY1LjM4IDg0LjAxNjEgMjY3LjgyMSA2OS43NDc1QzI2Ny44NiA2OS43MzA5IDI2Ny44NzkgNjkuNTg3NyAyNjcuODc5IDY5LjMxNzkgMjY3Ljg3OSA2Ny4xMTgyIDI2Ni40NDggNjYuMDE4MyAyNjMuNTg2IDY2LjAxODNaTTI2My41NzYgODYuMDU0N0MyNjEuMDQ5IDg2LjA1NDcgMjU5Ljc4NiA4Ny4zMDA1IDI1OS43ODYgODkuNzkyMSAyNTkuNzg2IDkyLjI4MzcgMjYxLjA0OSA5My41Mjk1IDI2My41NzYgOTMuNTI5NSAyNjYuMTE2IDkzLjUyOTUgMjY3LjM4NyA5Mi4yODM3IDI2Ny4zODcgODkuNzkyMSAyNjcuMzg3IDg3LjMwMDUgMjY2LjExNiA4Ni4wNTQ3IDI2My41NzYgODYuMDU0N1oiIGZpbGw9IiNGRkU1MDAiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPjwvZz48L3N2Zz4=) no-repeat 1rem/1.8rem, #b32121;
    padding: 1rem 1rem 1rem 3.7rem;
    color: white;
}

    .blazor-error-boundary::after {
        content: "An error has occurred."
    }


.mt-section {
    z-index: 1;
    justify-content: center;
    padding-left: 32px;
    padding-right: 32px;
    display: flex;
    position: relative;
}

.mt-video {
    position: absolute;
    z-index: -1;
    width: 100%;
    left: 0;
    margin-top: -50px;
    height: auto;
}

.mt-app-font {
    font-family: 'Gotu';
}

.mythetech-icon {
    background-image: url(../typhon.png);
    background-size: contain;
    background-repeat: no-repeat;
    scale: 2;
}

.emphasis-card {
    background-color: rgba(33, 33, 33, 0.1);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    border: solid 1px black;
    box-shadow: 0px 0px 3px 1px #C8F3FAff;
}

    .emphasis-card:hover {
        box-shadow: 0px 0px 4px 2px #C8F3FAff;
    }

.icon-azure {
    background-image: url(../icons/azure.svg);
    background-size: contain;
    background-repeat: no-repeat;
}

.icon-aws {
    background-image: url(../icons/aws.svg);
    background-size: contain;
    background-repeat: no-repeat;
}

.icon-rabbitmq {
    background-image: url(../icons/rabbitmq.svg);
    background-size: contain;
    background-repeat: no-repeat;
}

.icon-masstransit {
    background-image: url(../icons/masstransit.png);
    background-size: contain;
    background-repeat: no-repeat;
}

.icon-nservicebus {
    background-image: url(../icons/nservicebus.png);
    background-size: contain;
    background-repeat: no-repeat;
}

.glassmorphic-bg {
    background-color: rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
}

.mud-button {
    text-transform: none !important;
}

.iris-bg {
    background: linear-gradient(180deg, #000000 20%, #000C38ff);
}

.gotu-regular {
    font-family: "Gotu", sans-serif;
    font-weight: 400;
    font-style: normal;
  }

.mud-nav-link.active:not(.mud-nav-link-disabled) {
    opacity: 1;
    font-weight: 600 !important;
}

.mud-appbar {
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
}
 
    .mud-nav-link:hover:not(.mud-nav-link-disabled){
        color: var(--mud-palette-primary)!important;
    }

.typewriter {
    font-family: 'Courier New', Courier, monospace;
    overflow: hidden; 
    white-space: nowrap; 
    border-right: 2px solid black; 
    width: 0; 
    display: inline-block; 
}

.typewriter.first {
    animation: typing1 3s steps(30, end) forwards;
}

.typewriter.second {
    animation: typing2 3s steps(40, end) forwards;
    animation-delay: 3.5s; 
}

.cursor {
    display: inline-block;
    animation: blink 0.5s step-end infinite;
}


@keyframes typing1 {
    from {
        width: 0;
    }
    to {
        width: 100%;
    }
}

@keyframes typing2 {
    from {
        width: 0;
    }
    to {
        width: 100%;
    }
}

@keyframes blink {
    from {
        border-right-color: black;
    }
    to {
        border-right-color: transparent;
    }
}

.apollo-button {
    color: #B28228!important;
    background: linear-gradient(45deg, #FFB606, transparent 70%);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    
    &:hover {
        box-shadow: 0px 0px 0.2em 0.1em #FFB606;
    }
}

.shadow-container {
    position: relative;
    display: inline-block; 
}

.shadow-container::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 75%;
    height: 100%;
    pointer-events: none; 
    box-shadow: inset 0 0 25px 50px rgba(0, 0, 0, 1),
    inset 0 2px 1px 1px rgba(255, 255, 255, 0.9),
    inset 0 -2px 1px rgba(0, 0, 0, 1);
    z-index: 1; 
    border-radius: 10px; 
}

.flex-primary {
    order: 2;
}

.flex-secondary {
    order: 1;
}

@media (max-width: 600px)
{
    .flex-primary {
        order: 1;
    }
    .flex-secondary {
        order: 2;
    }
}

.hover-card {
    box-shadow:
            0 2px 4px rgba(0, 0, 0, 0.05),
            0 0 10px rgba(255, 255, 255, 0.5);
    backdrop-filter: blur(5px);
    transition: all 0.3s ease;
}

.hover-card:hover {
    transform: translateY(-5px);
    box-shadow:
            0 4px 8px rgba(0, 0, 0, 0.1),
            0 0 15px rgba(255, 255, 255, 0.7),
            0 0 6px 1px var(--mud-palette-primary);
}

/* Landing Page Styles */
.hero-section {
    position: relative;
    min-height: 100vh;
    display: flex;
    align-items: center;
    overflow: hidden;
}

.hero-content {
    position: relative;
    width: 100%;
    z-index: 2;
    padding: 4rem 0;
}

.hero-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, #000000 0%, #000C38 70%, #001F5C 100%);
    z-index: 1;
    overflow: hidden;
}

.hero-background::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle, rgba(83, 160, 255, 0.15) 0%, rgba(0, 0, 0, 0) 60%),
                radial-gradient(circle at top left, rgba(255, 182, 6, 0.08) 0%, rgba(0, 0, 0, 0) 70%),
                radial-gradient(circle at bottom right, rgba(87, 197, 83, 0.08) 0%, rgba(0, 0, 0, 0) 70%);
    animation: rotateGradient 30s linear infinite;
    z-index: -1;
}

@keyframes rotateGradient {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

/* Particle animations */
.particles {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 0;
}

.particle {
    position: absolute;
    border-radius: 50%;
    opacity: 0;
    animation: float 15s ease-in infinite;
}

.particle1 {
    width: 80px;
    height: 80px;
    left: 10%;
    top: 20%;
    background: radial-gradient(circle, rgba(83, 160, 255, 0.2) 0%, rgba(83, 160, 255, 0) 70%);
    animation-delay: 0s;
}

.particle2 {
    width: 120px;
    height: 120px;
    left: 70%;
    top: 50%;
    background: radial-gradient(circle, rgba(255, 182, 6, 0.1) 0%, rgba(255, 182, 6, 0) 70%);
    animation-delay: 2s;
}

.particle3 {
    width: 100px;
    height: 100px;
    left: 30%;
    top: 80%;
    background: radial-gradient(circle, rgba(87, 197, 83, 0.15) 0%, rgba(87, 197, 83, 0) 70%);
    animation-delay: 4s;
}

.particle4 {
    width: 150px;
    height: 150px;
    left: 50%;
    top: 30%;
    background: radial-gradient(circle, rgba(83, 160, 255, 0.1) 0%, rgba(83, 160, 255, 0) 70%);
    animation-delay: 6s;
}

.particle5 {
    width: 70px;
    height: 70px;
    left: 80%;
    top: 70%;
    background: radial-gradient(circle, rgba(255, 182, 6, 0.15) 0%, rgba(255, 182, 6, 0) 70%);
    animation-delay: 8s;
}

.particle6 {
    width: 90px;
    height: 90px;
    left: 20%;
    top: 40%;
    background: radial-gradient(circle, rgba(87, 197, 83, 0.1) 0%, rgba(87, 197, 83, 0) 70%);
    animation-delay: 10s;
}

.particle7 {
    width: 110px;
    height: 110px;
    left: 65%;
    top: 15%;
    background: radial-gradient(circle, rgba(83, 160, 255, 0.15) 0%, rgba(83, 160, 255, 0) 70%);
    animation-delay: 12s;
}

.particle8 {
    width: 130px;
    height: 130px;
    left: 40%;
    top: 65%;
    background: radial-gradient(circle, rgba(255, 182, 6, 0.1) 0%, rgba(255, 182, 6, 0) 70%);
    animation-delay: 14s;
}

@keyframes float {
    0% {
        transform: translateY(0) scale(1);
        opacity: 0;
    }
    25% {
        opacity: 0.5;
    }
    50% {
        transform: translateY(-20px) scale(1.1);
        opacity: 0.2;
    }
    75% {
        opacity: 0.5;
    }
    100% {
        transform: translateY(-40px) scale(1);
        opacity: 0;
    }
}

.hero-text-container {
    padding: 2rem;
    position: relative;
}

.hero-title {
    /*font-size: 3.5rem;*/
    margin-bottom: 1rem;
    background: linear-gradient(90deg, #ffffff, #C8F3FA);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.hero-image-container {
    padding: 2rem;
}

.hero-image {
    max-width: 100%;
    height: auto;
    filter: drop-shadow(0 0 20px rgba(200, 243, 250, 0.3));
    transition: transform 0.3s ease;
}

.hero-image:hover {
    transform: scale(1.02);
}

.product-overview-section {
    background-color: #050a14;
    position: relative;
}

.product-card {
    background-color: rgba(0,0,0,0.9);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.product-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 30px rgba(200, 243, 250, 0.15);
}

.demo-section {
    background: linear-gradient(135deg, #000C38 0%, #000000 100%);
}

.demo-video-container {
    display: flex;
    justify-content: center;
    align-items: center;
}

.demo-placeholder {
    width: 100%;
    aspect-ratio: 16/9;
    background-color: rgba(30, 30, 30, 0.4);
    border: 2px dashed rgba(200, 243, 250, 0.3);
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: rgba(200, 243, 250, 0.7);
}

/* Product-specific styling */
.iris-product-card {
    border-top: 4px solid #53a0ff;
    box-shadow: 0 0 15px rgba(83, 160, 255, 0.15);
}

.iris-product-card:hover {
    box-shadow: 0 5px 25px rgba(83, 160, 255, 0.25);
}

.apollo-product-card {
    border-top: 4px solid #FFB606;
    box-shadow: 0 0 15px rgba(255, 182, 6, 0.15);
}

.apollo-product-card:hover {
    box-shadow: 0 5px 25px rgba(255, 182, 6, 0.25);
}

.apollo-action-button {
    background-color: #FFB606 !important;
    color: #000 !important;
}

.apollo-action-button:hover {
    background-color: #e6a506 !important;
    box-shadow: 0 0 10px rgba(255, 182, 6, 0.4);
}

.opensource-product-card {
    border-top: 4px solid #57c553;
    box-shadow: 0 0 15px rgba(87, 197, 83, 0.15);
}

.opensource-product-card:hover {
    box-shadow: 0 5px 25px rgba(87, 197, 83, 0.25);
}

.opensource-action-button {
    background-color: #57c553 !important;
    color: #000 !important;
}

.opensource-action-button:hover {
    background-color: #4caf50 !important;
    box-shadow: 0 0 10px rgba(87, 197, 83, 0.4);
}

.hero-subtitle {
    opacity: 0.95;
    max-width: 85%;
}

.demo-video {
    width: 100%;
    aspect-ratio: 16/9;
    border-radius: 8px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
}

.features-section {
    background-color: #050a14;
}

.feature-item {
    background-color: transparent;
    transition: transform 0.3s ease;
}

.feature-item:hover {
    transform: translateY(-5px);
}

.cta-section {
    background: linear-gradient(135deg, #000000 0%, #000C38 100%);
}

.cta-paper {
    background-color: rgba(10, 15, 30, 0.7);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.1);
}

@media (max-width: 960px) {
    .hero-title {
        font-size: 2.5rem;
    }

    .hero-subtitle {
        font-size: 1.1rem;
    }

    .hero-section {
        min-height: auto;
        padding-top: 6rem;
    }

    .hero-image {
        max-width: 90%;
        margin: 2rem auto;
    }
}

@media (max-width: 600px) {
    .hero-title {
        font-size: 1.75rem;
    }

    .hero-subtitle {
        font-size: 1rem;
    }

    .py-16 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important;
    }
}

.sign-up-button {
    min-width: 13rem;
    border-radius: 2rem;
    border: solid 1px var(--mud-palette-lines-default);
}

.mythetech-sign-up-button {
    background: linear-gradient(45deg, var(--mud-palette-tertiary), var(--mud-palette-secondary));
    transition: background 0.3s ease;
}

.mythetech-sign-up-button:hover {
    background: linear-gradient(45deg, var(--mud-palette-tertiary) 25%, var(--mud-palette-secondary));
    box-shadow: 0px 0px 0.2em 0.1em var(--mud-palette-secondary);
}

/* Siren Styles */
.siren-product-card {
    border-top: 4px solid #64B5F6;
    box-shadow: 0 0 15px rgba(100, 181, 246, 0.15);
}

.siren-product-card:hover {
    box-shadow: 0 5px 25px rgba(100, 181, 246, 0.25);
}

.siren-action-button {
    background: linear-gradient(135deg, #1E88E5 0%, #64B5F6 100%) !important;
    color: #fff !important;
    transition: all 0.3s ease;
}

.siren-action-button:hover {
    background: linear-gradient(135deg, #1565C0 0%, #42A5F5 100%) !important;
    box-shadow: 0 0 15px rgba(100, 181, 246, 0.5);
}

.daedalus-product-card {
    border-top: 4px solid #9C27B0;
    box-shadow: 0 0 15px rgba(156, 39, 176, 0.15);
}

.daedalus-product-card:hover {
    box-shadow: 0 5px 25px rgba(156, 39, 176, 0.25);
}

.daedalus-action-button {
    background: linear-gradient(135deg, #7B1FA2 0%, #BA68C8 100%) !important;
    color: #fff !important;
    transition: all 0.3s ease;
}

.daedalus-action-button:hover {
    background: linear-gradient(135deg, #6A1B9A 0%, #AB47BC 100%) !important;
    box-shadow: 0 0 15px rgba(156, 39, 176, 0.5);
}

.daedalus-card-media {
    height: 200px;
    background: linear-gradient(135deg, #1a1a2e 0%, #16213e 50%, #0f3460 100%);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 0.5rem;
    color: rgba(156, 39, 176, 0.7);
}

.daedalus-card-media .mud-icon-root {
    font-size: 3rem;
}

.siren-features-section {
    background: linear-gradient(180deg, #050a14 0%, #0a1628 50%, #050a14 100%);
}

.siren-downloads-section {
    background: linear-gradient(135deg, #000C38 0%, #0a1628 50%, #000000 100%);
}

.siren-download-card {
    border-top: 4px solid #64B5F6;
    background-color: rgba(10, 22, 40, 0.8);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

.siren-download-card:hover {
    box-shadow: 0 5px 25px rgba(100, 181, 246, 0.25);
}

.siren-github-section {
    background: linear-gradient(135deg, #000000 0%, #0a1628 100%);
}

.siren-cta-paper {
    background-color: rgba(10, 22, 40, 0.7);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border: 1px solid rgba(100, 181, 246, 0.2);
}

.siren-placeholder-image {
    width: 100%;
    max-width: 400px;
    aspect-ratio: 16/10;
    background: linear-gradient(135deg, rgba(30, 136, 229, 0.1) 0%, rgba(100, 181, 246, 0.05) 100%);
    border: 2px dashed rgba(100, 181, 246, 0.3);
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: rgba(100, 181, 246, 0.5);
    gap: 1rem;
}

/* About Page Styles */
.about-hero-section {
    background: linear-gradient(180deg, #000000 0%, #000000 70%, #000510 100%);
    padding: 8rem 0 6rem 0;
    min-height: 80vh;
    display: flex;
    align-items: center;
}

.about-section-blend {
    height: 15vh;
    min-height: 100px;
}

.about-blend-hero-to-iris {
    background: linear-gradient(180deg, #000510 0%, #000C38 100%);
}

.about-iris-section {
    background: linear-gradient(180deg, #000C38 0%, #001a4d 50%, #000C38 100%);
    padding: 6rem 0;
    min-height: 70vh;
    display: flex;
    align-items: center;
    position: relative;
}

.iris-accent-text {
    color: #53a0ff;
}

.about-blend-iris-to-apollo {
    background: linear-gradient(180deg, #000C38 0%, #0a0a08 50%, #1a1200 100%);
}

.about-apollo-section {
    background: linear-gradient(180deg, #1a1200 0%, #2a1f00 50%, #1a1200 100%);
    padding: 6rem 0;
    min-height: 70vh;
    display: flex;
    align-items: center;
    position: relative;
}

.apollo-accent-text {
    color: #FFB606;
}

.about-blend-apollo-to-siren {
    background: linear-gradient(180deg, #1a1200 0%, #0a0f18 50%, #0a1628 100%);
}

.about-siren-section {
    background: linear-gradient(180deg, #0a1628 0%, #0d1f3c 50%, #0a1628 100%);
    padding: 6rem 0 8rem 0;
    min-height: 70vh;
    display: flex;
    align-items: center;
    position: relative;
}

.siren-accent-text {
    color: #64B5F6;
}

.about-product-image {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
    filter: drop-shadow(0 10px 30px rgba(0, 0, 0, 0.5));
    transition: transform 0.3s ease;
}

.about-product-image:hover {
    transform: scale(1.02);
}

@media (max-width: 960px) {
    .about-hero-section,
    .about-iris-section,
    .about-apollo-section,
    .about-siren-section {
        padding: 4rem 1rem;
        min-height: auto;
    }

    .about-section-blend {
        height: 10vh;
        min-height: 60px;
    }
}

/* Horizon Styles - Dark grayscale with amber accent */
.horizon-product-card {
    border-top: 4px solid #F59E0B;
    box-shadow: 0 0 15px rgba(245, 158, 11, 0.15);
}

.horizon-product-card:hover {
    box-shadow: 0 5px 25px rgba(245, 158, 11, 0.25);
}

.horizon-action-button {
    background: linear-gradient(135deg, #F59E0B 0%, #D97706 100%) !important;
    color: #000 !important;
    transition: all 0.3s ease;
}

.horizon-action-button:hover {
    background: linear-gradient(135deg, #FBBF24 0%, #F59E0B 100%) !important;
    box-shadow: 0 0 15px rgba(245, 158, 11, 0.5);
}

.horizon-hero-section {
    background: linear-gradient(180deg, #000 0%, #0a0a0a 50%, #141414 100%);
}

.horizon-features-section {
    background: linear-gradient(180deg, #0a0a0a 0%, #141414 50%, #0a0a0a 100%);
}

.horizon-downloads-section {
    background: linear-gradient(135deg, #0a0a0a 0%, #1a1a1a 50%, #000 100%);
}

.horizon-download-card {
    border-top: 4px solid #F59E0B;
    background-color: rgba(26, 26, 26, 0.9);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

.horizon-download-card:hover {
    box-shadow: 0 5px 25px rgba(245, 158, 11, 0.25);
}

.horizon-github-section {
    background: linear-gradient(135deg, #000 0%, #141414 100%);
}

.horizon-cta-paper {
    background-color: rgba(26, 26, 26, 0.8);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border: 1px solid rgba(245, 158, 11, 0.2);
}

.horizon-accent-text {
    color: #F59E0B;
}

/* ============================================
   SIREN PAGE ENHANCEMENTS
   ============================================ */

/* Social Proof Bar */
.siren-social-proof-section {
    background: linear-gradient(90deg, rgba(30, 136, 229, 0.15) 0%, rgba(100, 181, 246, 0.1) 50%, rgba(30, 136, 229, 0.15) 100%);
    border-top: 1px solid rgba(100, 181, 246, 0.3);
    border-bottom: 1px solid rgba(100, 181, 246, 0.3);
    padding: 1.5rem 2rem;
}

.siren-social-proof-item {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    color: rgba(200, 243, 250, 0.9);
}

/* How It Works Section */
.siren-how-it-works-section {
    background: linear-gradient(180deg, #050a14 0%, #0a1628 100%);
    padding: 5rem 0;
}

.step-icon-container {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: linear-gradient(135deg, rgba(30, 136, 229, 0.2) 0%, rgba(100, 181, 246, 0.1) 100%);
    border: 2px solid #64B5F6;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    position: relative;
}

.step-icon-container:hover {
    transform: scale(1.1);
    box-shadow: 0 0 20px rgba(100, 181, 246, 0.4);
}

.step-number {
    position: absolute;
    top: -10px;
    right: -10px;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: linear-gradient(135deg, #1E88E5 0%, #64B5F6 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 0.875rem;
    color: #fff;
}

.step-connector {
    flex: 1;
    height: 2px;
    background: linear-gradient(90deg, rgba(100, 181, 246, 0.5) 0%, rgba(100, 181, 246, 0.2) 50%, rgba(100, 181, 246, 0.5) 100%);
    margin: 0 1rem;
}

/* Feature Cards Grid */
.siren-feature-cards-section {
    background-color: #050a14;
    padding: 5rem 0;
}

.siren-feature-card {
    background: rgba(10, 22, 40, 0.6);
    border: 1px solid rgba(100, 181, 246, 0.2);
    border-radius: 12px;
    padding: 1.5rem;
    transition: all 0.3s ease;
    height: 100%;
}

.siren-feature-card:hover {
    border-color: rgba(100, 181, 246, 0.5);
    transform: translateY(-4px);
    box-shadow: 0 8px 25px rgba(100, 181, 246, 0.15);
}

.siren-feature-card .mud-icon-root {
    transition: transform 0.3s ease;
}

.siren-feature-card:hover .mud-icon-root {
    transform: scale(1.15);
}

/* Accent Banner */
.siren-accent-banner {
    background: linear-gradient(135deg, #1E88E5 0%, #42A5F5 50%, #1E88E5 100%);
    padding: 4rem 2rem;
    position: relative;
    overflow: hidden;
}

.siren-accent-banner::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: radial-gradient(circle at 20% 50%, rgba(255, 255, 255, 0.1) 0%, transparent 50%),
                radial-gradient(circle at 80% 50%, rgba(255, 255, 255, 0.1) 0%, transparent 50%);
    pointer-events: none;
}

.siren-accent-banner .quote-text {
    font-size: 1.75rem;
    font-weight: 500;
    color: #fff;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    position: relative;
    z-index: 1;
}

.siren-accent-banner .quote-icon {
    font-size: 3rem;
    opacity: 0.3;
    color: #fff;
}

/* Comparison Table */
.siren-comparison-section {
    background: linear-gradient(180deg, #0a1628 0%, #050a14 100%);
    padding: 5rem 0;
}

.siren-comparison-table {
    background: rgba(10, 22, 40, 0.8);
    border: 1px solid rgba(100, 181, 246, 0.2);
    border-radius: 12px;
    overflow: hidden;
}

.siren-comparison-table th {
    background: rgba(30, 136, 229, 0.2);
    padding: 1rem;
    text-align: center;
    color: #64B5F6;
    font-weight: 600;
    border-bottom: 1px solid rgba(100, 181, 246, 0.2);
}

.siren-comparison-table td {
    padding: 1rem;
    text-align: center;
    border-bottom: 1px solid rgba(100, 181, 246, 0.1);
}

.siren-comparison-table tr:last-child td {
    border-bottom: none;
}

.siren-comparison-table tr:hover td {
    background: rgba(100, 181, 246, 0.05);
}

.siren-comparison-table .feature-name {
    text-align: left;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.9);
}

.comparison-check {
    color: #4CAF50;
}

.comparison-x {
    color: #f44336;
    opacity: 0.7;
}

.comparison-partial {
    color: #FFB606;
}

/* FAQ Section */
.siren-faq-section {
    background-color: #050a14;
    padding: 5rem 0;
}

.siren-faq-panel {
    background: rgba(10, 22, 40, 0.6) !important;
    border: 1px solid rgba(100, 181, 246, 0.2) !important;
    border-radius: 8px !important;
    margin-bottom: 0.75rem;
}

.siren-faq-panel .mud-expand-panel-header {
    padding: 1rem 1.5rem;
}

.siren-faq-panel .mud-expand-panel-header:hover {
    background: rgba(100, 181, 246, 0.1) !important;
}

.siren-faq-panel .mud-expand-panel-text {
    padding: 0 1.5rem 1.5rem;
    color: rgba(255, 255, 255, 0.8);
}

/* Native HTML FAQ (details/summary) */
.siren-faq-container {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.siren-faq-item {
    background: rgba(10, 22, 40, 0.6);
    border: 1px solid rgba(100, 181, 246, 0.2);
    border-radius: 8px;
    overflow: hidden;
}

.siren-faq-item[open] {
    border-color: rgba(100, 181, 246, 0.4);
}

.siren-faq-question {
    padding: 1rem 1.5rem;
    cursor: pointer;
    font-weight: 500;
    font-size: 1rem;
    color: rgba(255, 255, 255, 0.95);
    list-style: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: background 0.2s ease;
}

.siren-faq-question::-webkit-details-marker {
    display: none;
}

.siren-faq-question::after {
    content: '+';
    font-size: 1.5rem;
    font-weight: 300;
    color: #64B5F6;
    transition: transform 0.2s ease;
}

.siren-faq-item[open] .siren-faq-question::after {
    content: '−';
}

.siren-faq-question:hover {
    background: rgba(100, 181, 246, 0.1);
}

.siren-faq-answer {
    padding: 1rem 1.5rem 1.5rem;
    margin: 0;
    color: rgba(255, 255, 255, 0.8);
    line-height: 1.6;
}

/* Community Section */
.siren-community-section {
    background: linear-gradient(180deg, #0a1628 0%, #050a14 100%);
    padding: 5rem 0;
}

.siren-community-card {
    background: rgba(10, 22, 40, 0.6);
    border: 1px solid rgba(100, 181, 246, 0.2);
    border-radius: 12px;
    padding: 2rem;
    transition: all 0.3s ease;
}

.siren-community-card:hover {
    border-color: rgba(100, 181, 246, 0.4);
    box-shadow: 0 8px 25px rgba(100, 181, 246, 0.1);
}

/* Platform Detection Highlight */
.download-card-recommended {
    outline: 2px solid #64B5F6 !important;
    outline-offset: 2px;
    animation: gentlePulse 2s ease-in-out infinite;
}

.download-card-recommended::after {
    content: 'Recommended';
    position: absolute;
    top: -12px;
    right: 20px;
    background: linear-gradient(135deg, #1E88E5 0%, #64B5F6 100%);
    color: #fff;
    padding: 0.25rem 0.75rem;
    border-radius: 12px;
    font-size: 0.75rem;
    font-weight: 600;
}

@keyframes gentlePulse {
    0%, 100% {
        box-shadow: 0 0 15px rgba(100, 181, 246, 0.3);
    }
    50% {
        box-shadow: 0 0 25px rgba(100, 181, 246, 0.5);
    }
}

/* Scroll Reveal Animations */
.scroll-reveal {
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}

.scroll-reveal.revealed {
    opacity: 1;
    transform: translateY(0);
}

.scroll-reveal-left {
    opacity: 0;
    transform: translateX(-30px);
    transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}

.scroll-reveal-left.revealed {
    opacity: 1;
    transform: translateX(0);
}

.scroll-reveal-right {
    opacity: 0;
    transform: translateX(30px);
    transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}

.scroll-reveal-right.revealed {
    opacity: 1;
    transform: translateX(0);
}

/* Entrance Animations */
.fade-in-up {
    animation: fadeInUp 0.8s ease-out;
}

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

.fade-in-up-delay-1 {
    animation: fadeInUp 0.8s ease-out 0.1s both;
}

.fade-in-up-delay-2 {
    animation: fadeInUp 0.8s ease-out 0.2s both;
}

.fade-in-up-delay-3 {
    animation: fadeInUp 0.8s ease-out 0.3s both;
}

/* Section Background Variations */
.siren-section-dark {
    background-color: #050a14;
}

.siren-section-gradient-1 {
    background: linear-gradient(180deg, #050a14 0%, #0a1628 100%);
}

.siren-section-gradient-2 {
    background: linear-gradient(180deg, #0a1628 0%, #050a14 100%);
}

.siren-section-gradient-3 {
    background: linear-gradient(180deg, #0a1628 0%, #0d2040 100%);
}

/* ============================================
   DAEDALUS PAGE STYLES
   Monochromatic black/white/gray theme
   ============================================ */

.daedalus-hero {
    position: relative;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    background: #000;
}

.daedalus-maze-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    pointer-events: none;
}

.daedalus-maze-bg canvas {
    display: block;
    width: 100%;
    height: 100%;
}

.daedalus-bg-fallback {
    z-index: -1;
    display: none;
}

.daedalus-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(ellipse at center, #1a1a1a 0%, #000000 70%);
    z-index: 0;
}

.daedalus-bg::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 150%;
    height: 150%;
    background:
        radial-gradient(circle at 30% 40%, rgba(255, 255, 255, 0.03) 0%, transparent 50%),
        radial-gradient(circle at 70% 60%, rgba(255, 255, 255, 0.02) 0%, transparent 40%);
    animation: daedalusPulse 8s ease-in-out infinite;
}

@keyframes daedalusPulse {
    0%, 100% {
        opacity: 0.5;
        transform: translate(-50%, -50%) scale(1);
    }
    50% {
        opacity: 1;
        transform: translate(-50%, -50%) scale(1.1);
    }
}

.daedalus-particles {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.daedalus-particle1 {
    width: 100px;
    height: 100px;
    left: 15%;
    top: 25%;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.08) 0%, transparent 70%);
    animation-delay: 0s;
}

.daedalus-particle2 {
    width: 150px;
    height: 150px;
    left: 75%;
    top: 20%;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.05) 0%, transparent 70%);
    animation-delay: 3s;
}

.daedalus-particle3 {
    width: 80px;
    height: 80px;
    left: 25%;
    top: 70%;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.06) 0%, transparent 70%);
    animation-delay: 6s;
}

.daedalus-particle4 {
    width: 120px;
    height: 120px;
    left: 60%;
    top: 75%;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.04) 0%, transparent 70%);
    animation-delay: 9s;
}

.daedalus-particle5 {
    width: 90px;
    height: 90px;
    left: 85%;
    top: 50%;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.07) 0%, transparent 70%);
    animation-delay: 12s;
}

.daedalus-particle6 {
    width: 110px;
    height: 110px;
    left: 5%;
    top: 55%;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.05) 0%, transparent 70%);
    animation-delay: 15s;
}

.daedalus-content {
    position: relative;
    z-index: 1;
    padding: 2rem;
}

.daedalus-glass {
    padding: 2.5rem 3rem;
    border-radius: 16px;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.daedalus-title {
    font-size: 5rem;
    letter-spacing: 0.15em;
    color: #ffffff;
    text-shadow: 0 0 40px rgba(255, 255, 255, 0.3);
    margin-bottom: 0.5rem;
}

.daedalus-tagline {
    color: rgba(255, 255, 255, 0.9);
    font-weight: 300;
    letter-spacing: 0.3em;
    text-transform: uppercase;
    margin-bottom: 0.25rem;
    white-space: nowrap;
    font-size: 1.5rem;
}

.daedalus-subtitle {
    color: rgba(255, 255, 255, 0.7);
    font-weight: 300;
}

.daedalus-desc {
    color: rgba(255, 255, 255, 0.6);
    max-width: 400px;
}

.daedalus-emphasis {
    font-weight: 900;
    color: #f5eedc;
    background-image: linear-gradient(
        90deg,
        #f5eedc, #ebddc6, #d4bf9f, #a68c6c, #755f3f,
        #a68c6c, #d4bf9f, #ebddc6, #f5eedc
    );
    background-size: 200% 100%;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
    font-family: monospace;
    animation: shimmer 3s ease-in-out infinite;
}

@keyframes shimmer {
    0% { background-position: 0% 50%; }
    50% { background-position: 100% 50%; }
    100% { background-position: 0% 50%; }
}

.daedalus-form {
    margin-top: 2.5rem;
    width: 100%;
    max-width: 450px;
}

.daedalus-form-inner {
    width: 100%;
}

.daedalus-input {
    flex: 1;
    padding: 0.875rem 1.25rem;
    font-size: 1rem;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 4px;
    color: #ffffff;
    outline: none;
    transition: all 0.3s ease;
}

.daedalus-input::placeholder {
    color: rgba(255, 255, 255, 0.4);
}

.daedalus-input:focus {
    border-color: rgba(255, 255, 255, 0.5);
    background: rgba(255, 255, 255, 0.08);
    box-shadow: 0 0 20px rgba(255, 255, 255, 0.1);
}

.daedalus-btn {
    background: #ffffff !important;
    color: #000000 !important;
    font-weight: 600 !important;
    padding: 0.875rem 1.5rem !important;
    white-space: nowrap;
    transition: all 0.3s ease !important;
}

.daedalus-btn:hover {
    background: rgba(255, 255, 255, 0.9) !important;
    box-shadow: 0 0 25px rgba(255, 255, 255, 0.3) !important;
}

@media (max-width: 600px) {
    .daedalus-title {
        font-size: 3rem;
        letter-spacing: 0.1em;
    }

    .daedalus-tagline {
        font-size: 1.25rem;
        letter-spacing: 0.2em;
    }

    .daedalus-form-inner {
        flex-direction: column !important;
    }

    .daedalus-input {
        width: 100%;
    }

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

/* ============================================
   AION PAGE STYLES
   Indigo/Purple theme for SQL client
   ============================================ */

.aion-hero {
    position: relative;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    background: #000;
}

.aion-video-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    overflow: hidden;
}

.aion-video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    transform: translate(-50%, -50%);
    object-fit: cover;
}

.aion-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(ellipse at center, rgba(13, 10, 26, 0.6) 0%, rgba(0, 0, 0, 0.4) 70%);
    z-index: 1;
}

.aion-grid-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image:
        linear-gradient(rgba(121, 134, 203, 0.03) 1px, transparent 1px),
        linear-gradient(90deg, rgba(121, 134, 203, 0.03) 1px, transparent 1px);
    background-size: 50px 50px;
    animation: aionGridPulse 4s ease-in-out infinite;
}

@keyframes aionGridPulse {
    0%, 100% { opacity: 0.3; }
    50% { opacity: 0.6; }
}

.aion-particles {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.aion-particle1 {
    width: 100px;
    height: 100px;
    left: 15%;
    top: 25%;
    background: radial-gradient(circle, rgba(121, 134, 203, 0.12) 0%, transparent 70%);
    animation-delay: 0s;
}

.aion-particle2 {
    width: 150px;
    height: 150px;
    left: 75%;
    top: 20%;
    background: radial-gradient(circle, rgba(159, 168, 218, 0.08) 0%, transparent 70%);
    animation-delay: 3s;
}

.aion-particle3 {
    width: 80px;
    height: 80px;
    left: 25%;
    top: 70%;
    background: radial-gradient(circle, rgba(121, 134, 203, 0.1) 0%, transparent 70%);
    animation-delay: 6s;
}

.aion-particle4 {
    width: 120px;
    height: 120px;
    left: 60%;
    top: 75%;
    background: radial-gradient(circle, rgba(159, 168, 218, 0.06) 0%, transparent 70%);
    animation-delay: 9s;
}

.aion-particle5 {
    width: 90px;
    height: 90px;
    left: 85%;
    top: 50%;
    background: radial-gradient(circle, rgba(121, 134, 203, 0.1) 0%, transparent 70%);
    animation-delay: 12s;
}

.aion-particle6 {
    width: 110px;
    height: 110px;
    left: 5%;
    top: 55%;
    background: radial-gradient(circle, rgba(159, 168, 218, 0.07) 0%, transparent 70%);
    animation-delay: 15s;
}

.aion-content {
    position: relative;
    z-index: 1;
    padding: 2rem;
}

.aion-glass {
    padding: 2.5rem 3rem;
    border-radius: 16px;
    border: 1px solid rgba(121, 134, 203, 0.15);
}

.aion-title {
    font-size: 5rem;
    letter-spacing: 0.15em;
    color: #ffffff;
    text-shadow: 0 0 40px rgba(121, 134, 203, 0.4);
    margin-bottom: 0.5rem;
}

.aion-tagline {
    color: rgba(255, 255, 255, 0.9);
    font-weight: 300;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    margin-bottom: 0.25rem;
    font-size: 1.5rem;
}

.aion-subtitle {
    color: rgba(255, 255, 255, 0.7);
    font-weight: 300;
}

.aion-desc {
    color: rgba(255, 255, 255, 0.6);
    max-width: 400px;
}

.aion-emphasis {
    font-weight: 900;
    color: #7986CB;
    background-image: linear-gradient(
        90deg,
        #5C6BC0, #7986CB, #9FA8DA, #7986CB, #5C6BC0
    );
    background-size: 200% 100%;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
    font-family: monospace;
    animation: shimmer 3s ease-in-out infinite;
}

.aion-feature-chip {
    background: rgba(121, 134, 203, 0.15) !important;
    color: #9FA8DA !important;
    border: 1px solid rgba(121, 134, 203, 0.3) !important;
}

.aion-highlights {
    text-align: left;
}

.aion-check {
    color: #10B981 !important;
}

.aion-highlight-text {
    color: rgba(255, 255, 255, 0.7);
}

.aion-btn-primary {
    background: linear-gradient(135deg, #5C6BC0 0%, #7986CB 100%) !important;
    color: #fff !important;
    font-weight: 600 !important;
    padding: 0.875rem 1.5rem !important;
    transition: all 0.3s ease !important;
}

.aion-btn-primary:hover {
    background: linear-gradient(135deg, #3F51B5 0%, #5C6BC0 100%) !important;
    box-shadow: 0 0 25px rgba(121, 134, 203, 0.4) !important;
}

.aion-status {
    color: rgba(255, 255, 255, 0.5);
    font-style: italic;
}

.aion-divider {
    border-color: rgba(121, 134, 203, 0.2) !important;
    width: 100%;
}

.aion-interest-text {
    color: rgba(255, 255, 255, 0.6);
}

.aion-form {
    margin-top: 1rem;
    width: 100%;
    max-width: 450px;
}

.aion-form-inner {
    width: 100%;
}

.aion-input {
    flex: 1;
    padding: 0.875rem 1.25rem;
    font-size: 1rem;
    background: rgba(121, 134, 203, 0.05);
    border: 1px solid rgba(121, 134, 203, 0.3);
    border-radius: 1rem;
    color: #ffffff;
    outline: none;
    transition: all 0.3s ease;
}

.aion-input::placeholder {
    color: rgba(255, 255, 255, 0.4);
}

.aion-input:focus {
    border-color: rgba(121, 134, 203, 0.6);
    background: rgba(121, 134, 203, 0.08);
    box-shadow: 0 0 20px rgba(121, 134, 203, 0.15);
}

.aion-btn {
    background: linear-gradient(135deg, #5C6BC0 0%, #7986CB 100%) !important;
    color: #fff !important;
    font-weight: 600 !important;
    padding: 0.875rem 1.5rem !important;
    white-space: nowrap;
    transition: all 0.3s ease !important;
}

.aion-btn:hover {
    background: linear-gradient(135deg, #3F51B5 0%, #5C6BC0 100%) !important;
    box-shadow: 0 0 25px rgba(121, 134, 203, 0.4) !important;
}

.aion-input-unified {
    flex: 1;
    padding: 0.875rem 1.25rem;
    font-size: 1rem;
    background: #fff;
    border: none;
    border-radius: 1em 0 0 1em !important;
    color: #000;
    outline: none;
}

.aion-input-unified::placeholder {
    color: rgba(0, 0, 0, 0.5);
}

.aion-input-unified:focus {
    box-shadow: none;
}

.aion-btn-unified {
    background: linear-gradient(135deg, #5C6BC0 0%, #7986CB 100%) !important;
    color: #fff !important;
    font-weight: 600 !important;
    padding: 0.875rem 1.5rem !important;
    border-radius: 0 1em 1em 0 !important;
    white-space: nowrap;
    transition: all 0.3s ease !important;
}

.aion-btn-unified:hover {
    background: linear-gradient(135deg, #3F51B5 0%, #5C6BC0 100%) !important;
}

@media (max-width: 600px) {
    .aion-title {
        font-size: 3rem;
        letter-spacing: 0.1em;
    }

    .aion-tagline {
        font-size: 1.25rem;
        letter-spacing: 0.15em;
    }

    .aion-form-inner {
        flex-direction: column !important;
    }

    .aion-input {
        width: 100%;
    }

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

/* ============================================
   HERMES PAGE STYLES
   Emerald/Teal theme for desktop framework
   ============================================ */

.hermes-hero-section {
    background: linear-gradient(180deg, #000 0%, #021a10 50%, #031f14 100%);
    position: relative;
}

.hermes-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    pointer-events: none;
}

.hermes-particles {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.hermes-particle {
    position: absolute;
    border-radius: 50%;
}

.hermes-particle1 {
    width: 200px;
    height: 200px;
    left: 10%;
    top: 20%;
    background: radial-gradient(circle, rgba(16, 185, 129, 0.15) 0%, transparent 70%);
    animation: float 20s ease-in-out infinite;
}

.hermes-particle2 {
    width: 300px;
    height: 300px;
    right: 5%;
    top: 15%;
    background: radial-gradient(circle, rgba(5, 150, 105, 0.1) 0%, transparent 70%);
    animation: float 25s ease-in-out infinite;
    animation-delay: 3s;
}

.hermes-particle3 {
    width: 150px;
    height: 150px;
    left: 50%;
    bottom: 20%;
    background: radial-gradient(circle, rgba(16, 185, 129, 0.12) 0%, transparent 70%);
    animation: float 18s ease-in-out infinite;
    animation-delay: 5s;
}

.hermes-particle4 {
    width: 250px;
    height: 250px;
    right: 30%;
    bottom: 10%;
    background: radial-gradient(circle, rgba(5, 150, 105, 0.08) 0%, transparent 70%);
    animation: float 22s ease-in-out infinite;
    animation-delay: 8s;
}

.hermes-preview-badge {
    color: #10B981 !important;
    border-color: #10B981 !important;
    font-weight: 600;
}

.hermes-action-button {
    background: linear-gradient(135deg, #10B981 0%, #059669 100%) !important;
    color: #fff !important;
    transition: all 0.3s ease;
}

.hermes-action-button:hover {
    background: linear-gradient(135deg, #059669 0%, #047857 100%) !important;
    box-shadow: 0 0 20px rgba(16, 185, 129, 0.4);
}

.hermes-nuget-install {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    background: rgba(16, 185, 129, 0.1);
    border: 1px solid rgba(16, 185, 129, 0.3);
    border-radius: 8px;
    padding: 0.75rem 1rem;
    font-family: 'JetBrains Mono', 'Fira Code', 'Consolas', monospace;
    max-width: fit-content;
}

.hermes-install-code {
    color: #10B981;
    font-size: 0.9rem;
}

.hermes-code-preview {
    background: rgba(0, 0, 0, 0.6);
    border: 1px solid rgba(16, 185, 129, 0.2);
    border-radius: 12px;
    padding: 1.5rem;
    overflow-x: auto;
    max-width: 100%;
    backdrop-filter: blur(10px);
}

.hermes-code-preview pre {
    margin: 0;
    font-family: 'JetBrains Mono', 'Fira Code', 'Consolas', monospace;
    font-size: 0.85rem;
    line-height: 1.6;
    color: #e0e0e0;
}

.hermes-code-preview code {
    color: inherit;
}

.hermes-code-preview .code-keyword {
    color: #c586c0;
}

.hermes-code-preview .code-string {
    color: #ce9178;
}

.hermes-code-preview .code-number {
    color: #b5cea8;
}

.hermes-code-preview .code-comment {
    color: #6a9955;
}

/* Social proof bar */
.hermes-social-proof-section {
    background: linear-gradient(90deg, rgba(16, 185, 129, 0.15) 0%, rgba(5, 150, 105, 0.1) 50%, rgba(16, 185, 129, 0.15) 100%);
    border-top: 1px solid rgba(16, 185, 129, 0.3);
    border-bottom: 1px solid rgba(16, 185, 129, 0.3);
    padding: 1.5rem 2rem;
}

.hermes-social-proof-item {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    color: rgba(255, 255, 255, 0.9);
}

/* Benefits section */
.hermes-benefits-section {
    background: linear-gradient(180deg, #031f14 0%, #021a10 100%);
    padding: 5rem 0;
}

.hermes-benefit-card {
    background: rgba(16, 185, 129, 0.05);
    border: 1px solid rgba(16, 185, 129, 0.2);
    border-radius: 12px;
    padding: 1.5rem;
    height: 100%;
    transition: all 0.3s ease;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 1rem;
}

.hermes-benefit-card:hover {
    border-color: rgba(16, 185, 129, 0.5);
    transform: translateY(-4px);
    box-shadow: 0 8px 25px rgba(16, 185, 129, 0.15);
}

/* Accent banner */
.hermes-accent-banner {
    background: linear-gradient(135deg, #10B981 0%, #059669 50%, #10B981 100%);
    padding: 4rem 2rem;
    position: relative;
    overflow: hidden;
}

.hermes-accent-banner::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: radial-gradient(circle at 20% 50%, rgba(255, 255, 255, 0.1) 0%, transparent 50%),
                radial-gradient(circle at 80% 50%, rgba(255, 255, 255, 0.1) 0%, transparent 50%);
    pointer-events: none;
}

/* Section gradients */
.hermes-section-gradient-1 {
    background: linear-gradient(180deg, #021a10 0%, #031f14 100%);
}

.hermes-section-gradient-2 {
    background: linear-gradient(180deg, #031f14 0%, #021a10 100%);
}

/* Comparison section */
.hermes-comparison-section {
    background: linear-gradient(180deg, #021a10 0%, #000 100%);
    padding: 5rem 0;
}

.hermes-comparison-table {
    background: rgba(16, 185, 129, 0.05) !important;
    border: 1px solid rgba(16, 185, 129, 0.2);
    border-radius: 12px;
    overflow: hidden;
}

.hermes-comparison-table th {
    background: rgba(16, 185, 129, 0.15) !important;
    padding: 1rem !important;
    text-align: center !important;
    color: #10B981 !important;
    font-weight: 600;
    border-bottom: 1px solid rgba(16, 185, 129, 0.2);
}

.hermes-comparison-table td {
    padding: 1rem !important;
    text-align: center !important;
    border-bottom: 1px solid rgba(16, 185, 129, 0.1) !important;
}

.hermes-comparison-table .feature-name {
    text-align: left !important;
    font-weight: 500;
}

.hermes-comparison-table tr:hover td {
    background: rgba(16, 185, 129, 0.05);
}

.hermes-comparison-table .comparison-check {
    color: #10B981 !important;
}

.hermes-comparison-table .comparison-x {
    color: #ef4444 !important;
    opacity: 0.7;
}

.hermes-comparison-table .comparison-partial {
    color: #f59e0b !important;
    font-size: 0.85rem;
}

/* Platform section */
.hermes-platform-section {
    background-color: #000;
    padding: 5rem 0;
}

.hermes-platform-card {
    background: rgba(16, 185, 129, 0.05);
    border: 1px solid rgba(16, 185, 129, 0.2);
    border-radius: 12px;
    padding: 2rem;
    text-align: center;
    transition: all 0.3s ease;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.5rem;
}

.hermes-platform-card:hover {
    border-color: rgba(16, 185, 129, 0.5);
    transform: translateY(-4px);
    box-shadow: 0 8px 25px rgba(16, 185, 129, 0.15);
}

.hermes-platform-card .mud-icon-root {
    font-size: 3rem !important;
    color: #10B981;
    margin-bottom: 0.5rem;
}

/* Pricing section */
.hermes-pricing-section {
    background: linear-gradient(135deg, #000 0%, #021a10 50%, #000 100%);
}

.hermes-preview-alert {
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    border-color: #10B981 !important;
}

.hermes-preview-alert .mud-alert-icon {
    color: #10B981 !important;
}

.hermes-pricing-card {
    border-top: 4px solid #10B981;
    background-color: rgba(16, 185, 129, 0.03) !important;
    backdrop-filter: blur(10px);
}

.hermes-pricing-card:hover {
    box-shadow: 0 5px 25px rgba(16, 185, 129, 0.2);
}

.hermes-pricing-card-featured {
    outline: #10B981 solid 0.25rem;
}

.hermes-pricing-badge {
    background-color: rgba(16, 185, 129, 0.2);
    outline: 0.25rem solid #10B981;
    border-radius: 1em;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    margin-top: -0.75em;
    padding-top: 1rem;
}

/* FAQ section */
.hermes-faq-section {
    background-color: #000;
    padding: 5rem 0;
}

.hermes-faq-container {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.hermes-faq-item {
    background: rgba(16, 185, 129, 0.05);
    border: 1px solid rgba(16, 185, 129, 0.2);
    border-radius: 8px;
    overflow: hidden;
}

.hermes-faq-item[open] {
    border-color: rgba(16, 185, 129, 0.4);
}

.hermes-faq-question {
    padding: 1rem 1.5rem;
    cursor: pointer;
    font-weight: 500;
    font-size: 1rem;
    color: rgba(255, 255, 255, 0.95);
    list-style: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: background 0.2s ease;
}

.hermes-faq-question::-webkit-details-marker {
    display: none;
}

.hermes-faq-question::after {
    content: '+';
    font-size: 1.5rem;
    font-weight: 300;
    color: #10B981;
    transition: transform 0.2s ease;
}

.hermes-faq-item[open] .hermes-faq-question::after {
    content: '\2212';
}

.hermes-faq-question:hover {
    background: rgba(16, 185, 129, 0.1);
}

.hermes-faq-answer {
    padding: 1rem 1.5rem 1.5rem;
    margin: 0;
    color: rgba(255, 255, 255, 0.8);
    line-height: 1.6;
}

/* CTA section */
.hermes-cta-section {
    background: linear-gradient(135deg, #000 0%, #021a10 100%);
}

.hermes-cta-paper {
    background-color: rgba(16, 185, 129, 0.05) !important;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(16, 185, 129, 0.2);
}

.hermes-nuget-install-large {
    display: flex;
    justify-content: center;
    padding: 1rem 2rem;
    background: rgba(0, 0, 0, 0.4);
    border: 1px solid rgba(16, 185, 129, 0.3);
    border-radius: 8px;
    font-family: 'JetBrains Mono', 'Fira Code', 'Consolas', monospace;
    font-size: 1rem;
    color: #10B981;
}

/* Product card for home page */
.hermes-product-card {
    border-top: 4px solid #10B981;
    box-shadow: 0 0 15px rgba(16, 185, 129, 0.15);
}

.hermes-product-card:hover {
    box-shadow: 0 5px 25px rgba(16, 185, 129, 0.25);
}

.hermes-accent-text {
    color: #10B981;
}

@media (max-width: 600px) {
    .hermes-nuget-install {
        font-size: 0.8rem;
        padding: 0.5rem 0.75rem;
    }

    .hermes-install-code {
        font-size: 0.75rem;
    }

    .hermes-nuget-install-large {
        font-size: 0.8rem;
        padding: 0.75rem 1rem;
    }

    .hermes-code-preview {
        padding: 1rem;
    }

    .hermes-code-preview pre {
        font-size: 0.75rem;
    }
}

/* ============================================
   NAVIGATION MEGA-MENU STYLES
   ============================================ */

/* Products Dropdown Container */
.nav-dropdown-container {
    position: relative;
}

.nav-dropdown-trigger {
    font-family: 'Gotu', sans-serif !important;
    text-transform: none !important;
}

/* Mega Menu Dropdown */
.mega-menu {
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%) translateY(-10px);
    min-width: 750px;
    background: rgba(0, 0, 0, 0.95);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 12px;
    padding: 1.5rem 2rem;
    opacity: 0;
    visibility: hidden;
    transition: all 0.2s ease;
    z-index: 1000;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.5);
}

.nav-dropdown-container:hover .mega-menu {
    opacity: 1;
    visibility: visible;
    transform: translateX(-50%) translateY(0);
}

/* Keep mega-menu open when hovering over it */
.mega-menu:hover {
    opacity: 1;
    visibility: visible;
}

/* Mega Menu Content */
.mega-menu-container {
    min-width: 700px;
}

.mega-menu-category {
    color: rgba(255, 255, 255, 0.5);
    font-weight: 600;
    letter-spacing: 0.1em;
    padding-bottom: 0.5rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    margin-bottom: 0.75rem;
}

/* Mega Menu Items */
.mega-menu-item {
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
    padding: 0.75rem;
    border-radius: 8px;
    text-decoration: none;
    color: inherit;
    transition: all 0.2s ease;
}

.mega-menu-item:hover {
    background: rgba(255, 255, 255, 0.08);
    transform: translateX(4px);
}

.mega-menu-item-icon {
    width: 40px;
    height: 40px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

/* Product-specific icon colors */
.mega-menu-item-icon.iris-icon {
    background: rgba(83, 160, 255, 0.15);
    color: #53a0ff;
}

.mega-menu-item-icon.apollo-icon {
    background: rgba(255, 182, 6, 0.15);
    color: #FFB606;
}

.mega-menu-item-icon.siren-icon {
    background: rgba(100, 181, 246, 0.15);
    color: #64B5F6;
}

.mega-menu-item-icon.daedalus-icon {
    background: rgba(255, 255, 255, 0.1);
    color: #ffffff;
}

.mega-menu-item-icon.aion-icon {
    background: rgba(121, 134, 203, 0.15);
    color: #7986CB;
}

.mega-menu-item-icon.hermes-icon {
    background: rgba(16, 185, 129, 0.15);
    color: #10B981;
}

.mega-menu-item-icon.mythetech-icon-box {
    background: linear-gradient(135deg, rgba(211, 73, 51, 0.15), rgba(255, 205, 124, 0.15));
    color: #D34933;
}

.mega-menu-item-content {
    flex: 1;
    min-width: 0;
}

.mega-menu-item-title {
    color: #ffffff;
    font-weight: 500;
    line-height: 1.3;
}

.mega-menu-item-desc {
    color: rgba(255, 255, 255, 0.6);
    line-height: 1.3;
}

/* Open Source Badge */
.open-source-badge {
    background-color: rgba(87, 197, 83, 0.2) !important;
    color: #57c553 !important;
    font-size: 0.65rem !important;
    height: 20px !important;
    padding: 0 6px !important;
}

/* Coming Soon Badge */
.coming-soon-badge {
    background-color: rgba(83, 160, 255, 0.2) !important;
    color: #53a0ff !important;
    font-size: 0.65rem !important;
    height: 20px !important;
    padding: 0 6px !important;
}

/* Disabled menu item (coming soon) */
.mega-menu-item-disabled {
    cursor: default;
    opacity: 0.7;
}

.mega-menu-item-disabled:hover {
    background: transparent;
    transform: none;
}

/* Support Menu Dropdown */
.support-menu {
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%) translateY(-10px);
    min-width: 180px;
    background: rgba(0, 0, 0, 0.95);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 12px;
    padding: 0.5rem;
    opacity: 0;
    visibility: hidden;
    transition: all 0.2s ease;
    z-index: 1000;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.5);
}

.nav-dropdown-container:hover .support-menu {
    opacity: 1;
    visibility: visible;
    transform: translateX(-50%) translateY(0);
}

.support-menu-item {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 0.6rem 1rem;
    border-radius: 6px;
    text-decoration: none;
    color: rgba(255, 255, 255, 0.9);
    transition: all 0.2s ease;
    font-size: 0.9rem;
}

.support-menu-item:hover {
    background: rgba(255, 255, 255, 0.08);
    color: #ffffff;
}

.support-menu-item .mud-icon-root {
    color: rgba(255, 255, 255, 0.6);
}

.support-menu-item:hover .mud-icon-root {
    color: rgba(255, 255, 255, 0.9);
}

.support-menu-divider {
    height: 1px;
    background: rgba(255, 255, 255, 0.1);
    margin: 0.4rem 0;
}

/* Mobile Navigation Toggle Button */
.mobile-nav-toggle {
    background: transparent;
    border: none;
    color: inherit;
    cursor: pointer;
    padding: 8px;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 44px;
    min-height: 44px;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0.1);
    touch-action: manipulation;
}

.mobile-nav-toggle:hover {
    background-color: rgba(255, 255, 255, 0.08);
}

/* Mobile Navigation Overlay */
.mobile-nav-overlay {
    position: fixed;
    inset: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1099;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
}

.mobile-nav-overlay.open {
    opacity: 1;
    visibility: visible;
}

/* Mobile Navigation Drawer */
.mobile-nav-drawer {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    width: 280px;
    max-width: 85vw;
    background-color: rgba(0, 0, 0, 0.98);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    z-index: 1100;
    transform: translateX(100%);
    transition: transform 0.3s ease;
    display: flex;
    flex-direction: column;
    overflow-y: auto;
}

.mobile-nav-drawer.open {
    transform: translateX(0);
}

.mobile-nav-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem 1.5rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.mobile-nav-title {
    font-size: 1.25rem;
    font-weight: 500;
    color: white;
}

.mobile-nav-close {
    background: transparent;
    border: none;
    color: white;
    cursor: pointer;
    padding: 8px;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 44px;
    min-height: 44px;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0.1);
    touch-action: manipulation;
}

.mobile-nav-close:hover {
    background-color: rgba(255, 255, 255, 0.08);
}

.mobile-nav-content {
    padding: 1rem;
    flex: 1;
}

.mobile-nav-section {
    margin-bottom: 0.5rem;
}

.mobile-nav-section-title {
    font-size: 1rem;
    font-weight: 500;
    color: white;
    padding: 0.5rem 1rem;
    margin-bottom: 0.25rem;
}

.mobile-nav-group-label {
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: rgba(255, 255, 255, 0.5);
    padding: 0.5rem 1rem 0.25rem 1.5rem;
    margin-top: 0.5rem;
}

.mobile-nav-link {
    display: block;
    padding: 0.75rem 1rem 0.75rem 1.5rem;
    color: rgba(255, 255, 255, 0.9);
    text-decoration: none;
    border-radius: 8px;
    transition: background-color 0.15s ease;
}

.mobile-nav-link:hover {
    background-color: rgba(255, 255, 255, 0.08);
    color: white;
    text-decoration: none;
}

.mobile-nav-divider {
    border: none;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    margin: 0.75rem 0;
}

.mobile-nav-signup {
    padding: 0.5rem 1rem;
    margin-top: 0.5rem;
}

.mobile-nav-signup-btn {
    display: block;
    width: 100%;
    text-align: center;
    padding: 0.75rem 1rem;
    text-decoration: none;
}

/* Responsive adjustments for mega-menu */
@media (max-width: 1200px) {
    .mega-menu {
        min-width: 650px;
    }

    .mega-menu-container {
        min-width: 600px;
    }
}

@media (max-width: 992px) {
    .mega-menu {
        display: none;
    }
}

/* ============================================
   ABOUT PAGE - MODERNIZED STYLES
   ============================================ */

/* Hero Section */
.about-hero-modern {
    position: relative;
    min-height: 70vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 6rem 0 4rem;
    background: linear-gradient(180deg, #000000 0%, #050a14 50%, #0a1020 100%);
    overflow: hidden;
}

.about-bg {
    position: absolute;
    inset: 0;
    overflow: hidden;
    z-index: 0;
}

.about-particles {
    position: absolute;
    inset: 0;
}

.about-particle {
    position: absolute;
    border-radius: 50%;
    opacity: 0.3;
    filter: blur(60px);
}

.about-particle1 {
    width: 400px;
    height: 400px;
    background: linear-gradient(135deg, #53a0ff, #64B5F6);
    top: -100px;
    left: -100px;
    animation: about-float1 20s ease-in-out infinite;
}

.about-particle2 {
    width: 300px;
    height: 300px;
    background: linear-gradient(135deg, #FFB606, #FFC107);
    top: 50%;
    right: -50px;
    animation: about-float2 25s ease-in-out infinite;
}

.about-particle3 {
    width: 250px;
    height: 250px;
    background: linear-gradient(135deg, #10B981, #34D399);
    bottom: -50px;
    left: 30%;
    animation: about-float3 22s ease-in-out infinite;
}

.about-particle4 {
    width: 200px;
    height: 200px;
    background: linear-gradient(135deg, #5C6BC0, #7986CB);
    top: 30%;
    left: 60%;
    animation: about-float4 18s ease-in-out infinite;
}

@keyframes about-float1 {
    0%, 100% { transform: translate(0, 0) scale(1); }
    50% { transform: translate(50px, 30px) scale(1.1); }
}

@keyframes about-float2 {
    0%, 100% { transform: translate(0, 0) scale(1); }
    50% { transform: translate(-30px, -50px) scale(1.05); }
}

@keyframes about-float3 {
    0%, 100% { transform: translate(0, 0) scale(1); }
    50% { transform: translate(40px, -20px) scale(1.1); }
}

@keyframes about-float4 {
    0%, 100% { transform: translate(0, 0) scale(1); }
    50% { transform: translate(-20px, 40px) scale(1.05); }
}

.about-hero-content {
    position: relative;
    z-index: 1;
}

.about-label {
    color: rgba(255, 255, 255, 0.5);
    letter-spacing: 0.2em;
}

.about-tagline {
    color: rgba(255, 255, 255, 0.7);
    font-weight: 300;
}

.about-story {
    max-width: 700px;
    color: rgba(255, 255, 255, 0.8);
    line-height: 1.8;
}

/* Social Proof Bar */
.about-social-proof {
    background: rgba(255, 255, 255, 0.02);
    border-top: 1px solid rgba(255, 255, 255, 0.05);
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    padding: 1.5rem 0;
}

.about-proof-item {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    color: rgba(255, 255, 255, 0.7);
}

.about-proof-icon {
    color: #D34933 !important;
}

/* Products Section */
.about-products-section {
    background: linear-gradient(180deg, #0a1020 0%, #050a14 50%, #000000 100%);
    padding: 5rem 0;
}

/* Product Cards */
.about-product-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 2rem 1.5rem;
    background: rgba(255, 255, 255, 0.02);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 16px;
    text-decoration: none;
    color: inherit;
    transition: all 0.3s ease;
    height: 100%;
    min-height: 280px;
}

.about-product-card:hover {
    background: rgba(255, 255, 255, 0.05);
    border-color: rgba(255, 255, 255, 0.15);
    transform: translateY(-4px);
}

.about-card-icon {
    width: 64px;
    height: 64px;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1rem;
}

/* Product accent colors for icons */
.about-card-icon.iris-accent {
    background: rgba(83, 160, 255, 0.15);
    color: #53a0ff;
}

.about-card-icon.apollo-accent {
    background: rgba(255, 182, 6, 0.15);
    color: #FFB606;
}

.about-card-icon.siren-accent {
    background: rgba(100, 181, 246, 0.15);
    color: #64B5F6;
}

.about-card-icon.aion-accent {
    background: rgba(92, 107, 192, 0.15);
    color: #5C6BC0;
}

.about-card-icon.daedalus-accent {
    background: rgba(255, 255, 255, 0.1);
    color: #ffffff;
}

.about-card-icon.hermes-accent {
    background: rgba(16, 185, 129, 0.15);
    color: #10B981;
}

.about-card-title {
    color: #ffffff;
    margin-bottom: 0.25rem;
}

.about-card-desc {
    color: rgba(255, 255, 255, 0.6);
    margin-bottom: 0.5rem;
}

.about-card-detail {
    color: rgba(255, 255, 255, 0.5);
    line-height: 1.5;
    flex: 1;
    margin-bottom: 1rem;
}

.about-card-cta {
    display: flex;
    align-items: center;
    gap: 0.25rem;
    color: #D34933;
    font-size: 0.875rem;
    font-weight: 500;
    margin-top: auto;
    transition: gap 0.2s ease;
}

.about-product-card:hover .about-card-cta {
    gap: 0.5rem;
}

/* CTA Section */
.about-cta-section {
    background: linear-gradient(180deg, #000000 0%, #050a14 100%);
    padding: 5rem 0;
}

.about-cta-paper {
    background: rgba(211, 73, 51, 0.05) !important;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(211, 73, 51, 0.2);
    border-radius: 16px;
    padding: 3rem 2rem;
}

.about-cta-primary {
    background: linear-gradient(135deg, #D34933 0%, #E57373 100%) !important;
    color: #fff !important;
}

.about-cta-primary:hover {
    background: linear-gradient(135deg, #B71C1C 0%, #D34933 100%) !important;
}

/* Responsive */
@media (max-width: 960px) {
    .about-hero-modern {
        min-height: auto;
        padding: 4rem 1rem;
    }

    .about-story {
        font-size: 0.95rem;
    }

    .about-product-card {
        min-height: auto;
    }
}

@media (max-width: 600px) {
    .about-social-proof .mud-stack {
        gap: 1rem !important;
    }

    .about-proof-item {
        font-size: 0.875rem;
    }

    .about-cta-paper {
        padding: 2rem 1rem;
    }
}

/* ===== INDEX PAGE NEW STYLES ===== */

/* Index Social Proof Bar */
.index-social-proof-section {
    background: linear-gradient(90deg, rgba(30, 136, 229, 0.15) 0%, rgba(100, 181, 246, 0.1) 50%, rgba(30, 136, 229, 0.15) 100%);
    border-top: 1px solid rgba(100, 181, 246, 0.3);
    border-bottom: 1px solid rgba(100, 181, 246, 0.3);
    padding: 1.5rem 2rem;
}

.index-social-proof-item {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    color: rgba(200, 243, 250, 0.9);
}

/* Index Hero Product Previews */
.hero-product-preview {
    width: 100%;
    height: auto;
    border-radius: 8px;
    max-width: 280px;
}

/* Index OSS Section */
.index-oss-section {
    background: linear-gradient(180deg, #050a14 0%, #0a1020 100%);
}

.index-oss-card {
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.02) 100%);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 16px;
    padding: 2.5rem;
}

/* Product Card Action Buttons */
.aion-action-button {
    background: linear-gradient(135deg, #7986CB 0%, #5C6BC0 100%) !important;
    color: #fff !important;
}

.aion-action-button:hover {
    background: linear-gradient(135deg, #5C6BC0 0%, #3F51B5 100%) !important;
}

.aion-product-card {
    border-top: 3px solid #7986CB;
}

.daedalus-product-card {
    border-top: 3px solid #9E9E9E;
    opacity: 0.9;
}

/* ===== IRIS PAGE NEW STYLES ===== */

/* Iris Social Proof Bar */
.iris-social-proof-section {
    background: linear-gradient(90deg, rgba(53, 160, 255, 0.15) 0%, rgba(83, 160, 255, 0.1) 50%, rgba(53, 160, 255, 0.15) 100%);
    border-top: 1px solid rgba(83, 160, 255, 0.3);
    border-bottom: 1px solid rgba(83, 160, 255, 0.3);
    padding: 1.5rem 2rem;
}

.iris-social-proof-item {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    color: rgba(200, 243, 250, 0.9);
}

/* Iris Demo Section */
.iris-demo-section {
    background: linear-gradient(180deg, #000C38 0%, #050a14 100%);
}

.iris-video-container {
    width: 100%;
    max-width: 600px;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 20px 60px rgba(53, 160, 255, 0.2);
}

.iris-demo-video {
    width: 100%;
    height: auto;
    display: block;
}

/* Iris Comparison Section */
.iris-comparison-section {
    background: linear-gradient(180deg, #050a14 0%, #000C38 100%);
    padding: 5rem 0;
}

.iris-comparison-table {
    background: rgba(0, 0, 0, 0.4) !important;
    border-radius: 12px;
    overflow: hidden;
}

.iris-comparison-table th {
    background: rgba(53, 160, 255, 0.15) !important;
    color: #fff !important;
    text-align: center;
    padding: 1rem !important;
    font-weight: 600;
}

.iris-comparison-table td {
    padding: 1rem !important;
    text-align: center;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
}

.iris-comparison-table .feature-name {
    text-align: left;
    color: #fff;
    font-weight: 500;
}

.iris-comparison-table .comparison-check {
    color: #4CAF50;
}

.iris-comparison-table .comparison-x {
    color: #f44336;
    opacity: 0.7;
}

.iris-comparison-table .comparison-partial {
    color: #FFC107;
    opacity: 0.8;
}

/* Iris FAQ Section */
.iris-faq-section {
    background: linear-gradient(180deg, #000C38 0%, #050a14 100%);
    padding: 5rem 0;
}

.iris-faq-container {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.iris-faq-item {
    background: rgba(53, 160, 255, 0.05);
    border: 1px solid rgba(53, 160, 255, 0.2);
    border-radius: 12px;
    overflow: hidden;
    transition: all 0.3s ease;
}

.iris-faq-item:hover {
    border-color: rgba(53, 160, 255, 0.4);
}

.iris-faq-item[open] {
    background: rgba(53, 160, 255, 0.1);
}

.iris-faq-question {
    padding: 1.25rem 1.5rem;
    cursor: pointer;
    color: #fff;
    font-weight: 500;
    font-size: 1.1rem;
    list-style: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.iris-faq-question::-webkit-details-marker {
    display: none;
}

.iris-faq-question::after {
    content: '+';
    font-size: 1.5rem;
    color: #53a0ff;
    transition: transform 0.3s ease;
}

.iris-faq-item[open] .iris-faq-question::after {
    transform: rotate(45deg);
}

.iris-faq-answer {
    padding: 0 1.5rem 1.25rem 1.5rem;
    color: rgba(255, 255, 255, 0.8);
    line-height: 1.7;
    margin: 0;
}

/* Iris CTA Section */
.iris-cta-section {
    background: linear-gradient(180deg, #050a14 0%, #000 100%);
}

.iris-cta-paper {
    background: linear-gradient(135deg, rgba(53, 160, 255, 0.1) 0%, rgba(0, 0, 0, 0.6) 100%) !important;
    border: 1px solid rgba(53, 160, 255, 0.3);
}

/* Responsive adjustments */
@media (max-width: 960px) {
    .index-social-proof-section,
    .iris-social-proof-section {
        padding: 1rem;
    }

    .index-social-proof-item,
    .iris-social-proof-item {
        font-size: 0.875rem;
    }

    .hero-product-preview {
        max-width: 200px;
    }
}

@media (max-width: 600px) {
    .index-oss-card {
        padding: 1.5rem;
    }

    .iris-faq-question {
        font-size: 1rem;
        padding: 1rem;
    }

    .iris-faq-answer {
        padding: 0 1rem 1rem 1rem;
    }
}