
@import url('https://fonts.googleapis.com/css2?family=Roboto+Mono:wght@400;500&family=Space+Mono:ital,wght@0,400;0,700;1,400&display=swap');

:root{
    --bg-dark: #000817;
    --text-main: #142B48;
    --accent: #e94e27;
    --glass-border: rgba(168, 189, 215, 0.5);
}
*{
    box-sizing: border-box;
    margin: 0;
    padding: 0;}
html{
    scroll-behavior: smooth;}



body{
    font-family: 'Space Mono', monospace;
    background-color: var(--bg-dark);
    color: var(--text-main);
    overflow-x: hidden;}
a{ 
    text-decoration: none; 
    color: inherit; 
    transition: 0.3s;}
ul{
    list-style: none;}



/* HERO 01 system*/
#system{
    width: 100%;
    min-height: 100vh;
    background: url('../img/bg_header-better.png') no-repeat center center;
    background-size: cover;
    position: relative;
    display: flex;
    flex-direction: column;
}
/*NNAVI*/
.top-bar{
    width: 100%;
    padding: 30px 50px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: fixed; 
    top: 0;
    left: 0;
    z-index: 1000;
    background: transparent; 
    border-bottom: none;
}

.navi{
    background: rgba(255, 255, 255, 0.2); 
    backdrop-filter: blur(10px);          
    padding: 12px 30px;
    border-radius: 50px;                  
    border: 1px solid rgba(255, 255, 255, 0.3); /*znalazłam w internecie, żeby zrobić efekt glassmorphismu*/
}
.navi ul{
    display: flex;
    gap: 30px;
}
.navi a{
    font-family:'Space Mono',monospace;
    font-size: 13px;
    color: #000;
    font-weight: 500;
    letter-spacing: -0.5px;}
.navi a:hover{
    color: var(--accent);}

/*01*/
.hero-content{
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: flex-start; 
    align-items: flex-start; 
    position: relative;
    padding-top: 150px; 
    padding-left: 5%; 
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
}
.hero-center-text{
    text-align: left; 
    color: var(--bg-dark);
    margin-bottom: 40px;
}
.label{
    font-size: 48px;
    margin-bottom: -10px;
    font-family: 'Roboto Mono',monospace;
}
.main-title{
    font-size: clamp(50px, 9vw, 140px); /*dostałam od chatu taką opcję*/
    font-family: 'Roboto Mono', monospace;
    font-weight: 400;
    margin: 0;
    margin-left: 50px;
    letter-spacing: -3px;
    line-height: 1.2;
}
.status{
    font-size: clamp(24px, 4vw, 50px);
    font-family: 'Roboto Mono', monospace;
    font-weight: 400;
    margin-top: -10px;
}
.hero-tiny{
    margin-top: 90px;
    margin-left: 300px;
    font-size: 12px;
    line-height: 1.8;
    color:var(--bg-dark);
    font-weight: 500;
}
.hero-box{
    width: 90%;
    max-width: 400px;
    background: linear-gradient(135deg, rgba(255,255,255,0.15), rgba(255,255,255,0.05));
    backdrop-filter: blur(10px);
    border: 1px solid var(--glass-border);
    border-radius: 20px;  
    padding: 30px;
    box-shadow: 0 20px 40px rgba(0,0,0,0.1);
    align-self: flex-start; 
    margin-left: 5%;
    margin-bottom: 50px;
    margin-top: auto; 
}
.hero-box h3{
    color: #142B48;
    font-size: 20px;
    margin-bottom: 15px;
    font-weight: 500;
}
.hero-box p{
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 25px;
    color: #fff;
    text-shadow: 0 1px;
}



/*ARCHITECT LOG*/
#architect-log{
    width: 100%;
    min-height: 355px;
    background-color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 40px 20px;
    font-size: 20px;
}


/*02*/
#logic{
    width: 100%;
    min-height: 100vh; 
    background: url('../img/bg_02-better.png') no-repeat center center; /* próbowałam poprawić jakośc zdjęć, ale dużo się nie zmieniło :( */
    background-size: cover;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 80px 20px;
}
.logic-container{
    width: 100%;
    max-width: 900px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}
.logic-title{
    font-family: 'Roboto Mono',monospace;
    font-size: clamp(36px, 5vw, 60px);
    font-weight: 700;
    color: #fff;
    line-height: 1.1; 
    margin-bottom: 40px;
    text-shadow: 0 4px 10px rgba(0,0,0,0.5);
}
.accent-orange{
    color: var(--accent);
    font-weight: 400;
    display: block;
    font-size: 1em;
    margin-bottom: 10px;
    letter-spacing: 2px;
}
.logic-boxes{
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: 100%;
    align-items: center;
}
.logic-box-top, 
.logic-box-bottom{
    background: rgba(13, 22, 35, 0.5);
    backdrop-filter: blur(12px); /*Skopiowałam takie ustawienia do glassmorphismu :)*/
    border: 1px solid rgba(168, 189, 215, 0.4);
    border-radius: 25px;
    padding: 30px;
    color: #F2F2F2;
    font-size: 16px;
    line-height: 1.6;
    text-align: left;
    width: 100%;
    max-width: 700px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.3);
}
.code-label{
    color: var(--accent);
    font-weight: 700;
    margin-bottom: 10px;
    display: block;
    font-family: 'Space Mono',monospace;
    font-size: 14px;
}
.logic-footer{
    margin-top: 60px;
    text-align: left;
    font-family: 'Space Mono',monospace;
    font-size: 13px;
    color: #D9D9D9;
    opacity: 0.8;
    width: 100%;
    max-width: 700px;
}
.logic-footer p{
    margin-bottom: 12px;
    line-height: 1.6;
}
/*responsywność mam z podpowiedzi chatu*/
@media (max-width: 768px) {
    .logic-title {
        font-size: 32px;
    }
    
    .logic-box-top, 
    .logic-box-bottom {
        padding: 20px;
    }
}



/*03*/
#hardware{
    width: 100%;
    min-height: 120vh;
    background-color: #02050a;
    padding: 100px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    overflow: hidden;
}
.hardware-container{
    max-width: 1400px;
    width: 100%;
    padding: 0 40px;
}
.hardware-header{
    text-align: right;
    margin-bottom: 60px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding-bottom: 20px;
}
.hardware-title {
    font-family: 'Roboto Mono', monospace;
    font-size: 48px;
    font-weight: 500;
    color: #fff;
}
.hardware-main-area{
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 600px;
}
.tech-data-left{
    position: absolute;
    left: 0;
    top: 0;
    z-index: 5;
}
.data-table{
    font-family: 'Space Mono',monospace;
    font-size: 13px;
    color: #8892b0;
    line-height: 1.8;
}
.space{
    margin-top: 150px;
}
.scan-box{
    position: relative;
    width: 100%;
    max-width: 850px;
    display: flex;
    justify-content: center;
}
.scan-img{
    width: 100%;
    height: auto;
    opacity: 0.8;
    margin-top: 100px;}
.material-composition{
    position: absolute;
    top: 30px;     
    right: 0;
    width: 300px;
    background: rgba(13, 22, 35, 0.9);
    backdrop-filter: blur(15px);
    border: 1px solid rgba(168, 189, 215, 0.3);
    border-radius: 20px;
    padding: 25px;
    z-index: 20;
    color: #fff;
}
.material-header{
    color: var(--accent);
    margin-bottom: 10px;
    font-size: 14px;
}
.structure-details{
    position: absolute;
    bottom: -50px;
    left: 50%;
    transform: translateX(-50%);
    width: 650px;
    max-width: 90%;
    background: rgba(13, 22, 35, 0.9);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(168, 189, 215, 0.3);
    border-radius: 20px;
    padding: 25px;
    font-size: 14px;
    line-height: 1.6;
    color: #fff;
    z-index: 10;
}

@media (max-width: 1100px) {
    .hardware-main-area {
        flex-direction: column;
        padding-bottom: 100px;
    }
}




/*04*/
#experience{
    width: 100%;
    min-height: 100vh;
    background: url('../img/bg044-better.png') no-repeat center center;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 100px 0;
}
.experience-container {
    width: 100%;
    max-width: 1400px;
    padding: 0 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.exp-left{
    flex: 1;
    max-width: 450px;
}
.exp-title{
    font-family: 'Roboto Mono', monospace;
    font-size: clamp(36px, 5vw, 60px);
    font-weight: 500;
    color: #fff;
    line-height: 1.1;
    margin-bottom: 50px;
}
.exp-stats{
    margin-top: 100px;
}
.exp-note{
    font-family: 'Space Mono',monospace;
    font-size: 14px;
    color: #fff;
    margin-bottom: 15px;
    line-height: 1.4;
    text-shadow: 0 2px 5px rgba(0,0,0,0.5);
}
.exp-right{
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 30px;
    max-width: 600px;
    margin-top: 50px;
}

.exp-box-small, .exp-box-large{
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(15px); /*z pomocą chatu */
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 20px;
    padding: 30px;
    color: #fff;
    font-size: 15px;
    line-height: 1.6;
}





/*05*/
#connect{
    width: 100%;
    min-height: 80vh;
    background-color: #ffffff;
    color: #3C4F66;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 100px 0 20px 0;
}
.connect-container{
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 40px;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    gap: 100px;
}
.connect-left{
    flex: 0 0 350px;
}
.connect-title{
    font-family: 'Roboto Mono',monospace;
    font-size: 48px;
    font-weight: 500;
    color: #3C4F66;
    line-height: 1.2;
    letter-spacing: -1px;
}

.connect-right{
    flex: 0 0 550px;
    padding-top: 10px;
}
.terminal-text{
    font-family: 'Space Mono',monospace;
    margin-bottom: 40px;
}
.cmd-header{
    font-size: 18px;
    font-weight: 700;
    color: #142B48;
    margin-bottom: 5px;
}
.cmd-info{
    margin: 20px 0;
    font-size: 14px;
    color: #3C4F66;
    line-height: 1.5;
}
.orange-cmd{
    color: #FF8848;
    font-weight: 500;
    font-size: 14px;
    margin-bottom: 10px;
}
.spacer{
    margin-top: 25px;
    margin-bottom: 10px;
}
.final-form{
    width: 100%;
}
.input-row{
    margin-bottom: 10px;
}
.input-row label {
    display: block;
    font-family: 'Space Mono', monospace;
    font-size: 13px;
    color: #7b8ba0;
    margin-bottom: 8px;
    margin-left: 20px;
}
.input-row input{
    width: 100%;
    height: 60px;
    padding: 0 30px;
    border: 1px solid #FFDCC7; 
    background-color: #FFF9F5; 
    border-radius: 60px;
    font-family: 'Space Mono', monospace;
    font-size: 16px;
    color: #142B48;
    outline: none;
    transition: 0.3s;
}
.input-row input:focus{
    border-color: #FF8848;
    background-color: #fff;
}
.form-bottom{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 50px;
}
.bottom-text{
    font-family: 'Space Mono', monospace;
    font-size: 13px;
    color: #142B48;
}

.security-note{
    font-size: 11px;
    color: #3C4F66;
    opacity: 0.7;
    line-height: 1.4;
    margin-top: 5px;
}
.button{
    background: transparent;
    border: 1px solid #FF8848;
    color: #142B48;
    font-family: 'Space Mono', monospace;
    font-size: 14px;
    font-weight: 700;
    padding: 15px 50px;
    border-radius: 50px;
    cursor: pointer;
    transition: 0.3s;
}
.button:hover{
    background: #FF8848;
    color: #fff;
}
footer {
    text-align: center;
    font-family: 'Space Mono', monospace;
    font-size: 14px;
    color: #727272;
    margin-top: 80px;
}


@media (max-width: 1000px) {
    .connect-container {
        flex-direction: column;
        align-items: center;
        gap: 50px;
    }
    
    .connect-left {
        flex: auto;
        width: 100%;
        text-align: center;
    }
    
    .connect-right {
        flex: auto;
        width: 100%;
        max-width: 500px;
    }
    
    .form-bottom {
        flex-direction: column;
        gap: 20px;
    }
}

/*dodatek jeżeli zadziała*/
@keyframes console-pop{
    0%, 100%{opacity: 1;}
    50%{opacity: 0;}
}
.terminal-cursor::after{
    content: '_';
    color: var(--accent);
    font-weight: bold;
    margin-left: 5px;
    animation: console-pop 1s infinite;
}
