/* General Styling */
.piscys-hero-container-20606ed0 {
    position: relative;
    width: 100%;
    height: 100vh;
    min-height: 600px;
    background-color: #0A1C2F;
    background-image: radial-gradient(circle at 50% 50%, #002F75 0%, #0A1C2F 80%);
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: 'Poppins', sans-serif;
    color: #FFFFFF;
    box-sizing: border-box;
}

@media (max-width: 1024px) {
    .piscys-hero-container-20606ed0 {
        height: 85vh;
    }
}

/* Base state for all animated items */
.piscys-brand-shield-20606ed0,
.piscys-title-20606ed0,
.piscys-motto-20606ed0,
.piscys-scroll-cue-20606ed0 {
    opacity: 0;
}

/* Background Network Grid */
.piscys-grid-overlay-20606ed0 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 1;
}
.piscys-network-svg-20606ed0 {
    width: 100%;
    height: 100%;
}
.gov-line {
    transition: opacity 1.5s ease;
}

/* Flare Bloom */
.piscys-flare-bloom-20606ed0 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0.1);
    width: 250px;
    height: 250px;
    background: radial-gradient(circle, rgba(16, 177, 247, 0.4) 0%, rgba(255, 165, 0, 0.15) 40%, rgba(10, 28, 47, 0) 70%);
    border-radius: 50%;
    pointer-events: none;
    opacity: 0;
    z-index: 2;
}

/* Layout Composition */
.piscys-hero-content-20606ed0 {
    position: relative;
    z-index: 3;
    width: 100%;
    max-width: 1200px;
    padding: 0 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.piscys-brand-composition-20606ed0 {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 30px;
    width: 100%;
}

.piscys-logo-wrapper-20606ed0 {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 80px;
    height: 80px;
}

.piscys-brand-shield-20606ed0 {
    width: 100%;
    height: 100%;
    filter: drop-shadow(0 0 8px rgba(16, 177, 247, 0.3));
}

.piscys-brand-shield-20606ed0 .shield-outline {
    stroke-dasharray: 280;
    stroke-dashoffset: 280;
}

.piscys-title-wrapper-20606ed0 {
    display: flex;
    align-items: center;
}

.piscys-title-20606ed0 {
    font-size: 56px;
    font-weight: 700;
    letter-spacing: -0.02em;
    margin: 0;
    line-height: 1;
    color: #FFFFFF;
}

.piscys-motto-wrapper-20606ed0 {
    display: flex;
    align-items: center;
    border-left: 2px solid rgba(255, 255, 255, 0.15);
    padding-left: 30px;
}

.piscys-motto-20606ed0 {
    font-size: 24px;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.9);
    line-height: 1.2;
    letter-spacing: 0.01em;
}

/* Scroll cue */
.piscys-scroll-cue-20606ed0 {
    position: absolute;
    bottom: 40px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 3;
    width: 32px;
    height: 32px;
    cursor: pointer;
}

/* Animations Trigger Classes */
.piscys-hero-container-20606ed0.play-anim .piscys-title-20606ed0 {
    animation: riseIn 1.0s cubic-bezier(0.25, 1, 0.5, 1) forwards;
    animation-delay: 0.2s;
}

.piscys-hero-container-20606ed0.play-anim .piscys-motto-20606ed0 {
    animation: lateralReveal 0.8s cubic-bezier(0.25, 1, 0.5, 1) forwards;
    animation-delay: 1.0s;
}

.piscys-hero-container-20606ed0.play-anim .piscys-brand-shield-20606ed0 {
    opacity: 1;
}

.piscys-hero-container-20606ed0.play-anim .shield-outline {
    animation: traceShield 0.9s cubic-bezier(0.4, 0, 0.2, 1) forwards;
    animation-delay: 1.6s;
}

.piscys-hero-container-20606ed0.play-anim .lotus-petal {
    animation: glowLotus 1.3s cubic-bezier(0.4, 0, 0.2, 1) forwards;
    animation-delay: 2.3s;
}

.piscys-hero-container-20606ed0.play-anim .piscys-flare-bloom-20606ed0 {
    animation: flareTrigger 0.8s ease-out forwards;
    animation-delay: 3.2s;
}

.piscys-hero-container-20606ed0.play-anim .network-path {
    animation: connectNet 0.7s cubic-bezier(0.4, 0, 0.2, 1) forwards;
    animation-delay: 3.3s;
}

.piscys-hero-container-20606ed0.play-anim .piscys-scroll-cue-20606ed0 {
    animation: fadeInCue 1.0s ease-out forwards, floatCue 2s ease-in-out infinite alternate;
    animation-delay: 4.5s;
}

/* Keyframes */
@keyframes riseIn {
    0% {
        opacity: 0;
        transform: translateY(30px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes lateralReveal {
    0% {
        opacity: 0;
        transform: translateX(-15px);
    }
    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes traceShield {
    0% {
        stroke-dashoffset: 280;
    }
    100% {
        stroke-dashoffset: 0;
        stroke: #FFFFFF;
    }
}

@keyframes glowLotus {
    0% {
        fill-opacity: 0;
        filter: drop-shadow(0 0 0 rgba(16, 177, 247, 0));
    }
    100% {
        fill-opacity: 0.15;
        filter: drop-shadow(0 0 6px rgba(16, 177, 247, 0.7));
    }
}

@keyframes flareTrigger {
    0% {
        opacity: 0;
        transform: translate(-50%, -50%) scale(0.1);
    }
    30% {
        opacity: 1;
        transform: translate(-50%, -50%) scale(1.2);
    }
    100% {
        opacity: 0;
        transform: translate(-50%, -50%) scale(1.5);
    }
}

@keyframes connectNet {
    0% {
        stroke-dashoffset: 150;
    }
    50% {
        stroke-dashoffset: 0;
        opacity: 1;
    }
    100% {
        stroke-dashoffset: 0;
        opacity: 0;
    }
}

@keyframes fadeInCue {
    0% { opacity: 0; }
    100% { opacity: 0.7; }
}

@keyframes floatCue {
    0% { transform: translate(-50%, 0); }
    100% { transform: translate(-50%, 8px); }
}

/* Mobile & Tablet responsiveness */
@media (max-width: 768px) {
    .piscys-brand-composition-20606ed0 {
        flex-direction: column;
        gap: 20px;
        text-align: center;
    }
    .piscys-logo-wrapper-20606ed0 {
        width: 70px;
        height: 70px;
        order: 1;
    }
    .piscys-title-wrapper-20606ed0 {
        order: 2;
    }
    .piscys-title-20606ed0 {
        font-size: 42px;
    }
    .piscys-motto-wrapper-20606ed0 {
        order: 3;
        border-left: none;
        padding-left: 0;
    }
    .piscys-motto-20606ed0 {
        font-size: 18px;
    }
}

/* Reduced motion support */
@media (prefers-reduced-motion: reduce) {
    .piscys-brand-shield-20606ed0,
    .piscys-title-20606ed0,
    .piscys-motto-20606ed0,
    .piscys-scroll-cue-20606ed0 {
        opacity: 1 !important;
        transform: none !important;
        animation: none !important;
    }
    .piscys-brand-shield-20606ed0 .shield-outline {
        stroke-dashoffset: 0 !important;
    }
    .piscys-brand-shield-20606ed0 .lotus-petal {
        fill-opacity: 0.15 !important;
    }
    .piscys-flare-bloom-20606ed0,
    .network-path {
        display: none !important;
    }
}
