body {
    font-size: 2rem;
    font-size: clamp(2rem,0.7179487179487178rem + 5.47008547008547vw, 4rem);
    background-color: rgb(5, 0, 27);
    margin: 0%;
    padding: 0%;
    color: rgb(255, 255, 255);
    animation: fadeInUp 1s ease-out 0.5s forwards;
    opacity: 0;
}
html {
    scroll-behavior: smooth;
}
.reveal {
    opacity: 0;
    transform: translateY(30px);
    transition: all 0.8s ease-out;
}
.reveal.active {
    opacity: 1;
    transform: translateY(0);
}
#name {
    text-align: center;
    font-size: 30px;
    font-family: 'Michroma', sans-serif;
    color: rgb(255, 253, 253);
    letter-spacing: 15px;
}
#line {
    margin: 0 auto;
    border: 1px solid rgb(255, 255, 255);
    margin-top: -10px;
    margin-bottom: 20px;
}
.hero-title {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-left: 13%;
    margin-top: 8%;
    font-family: 'Inter', sans-serif;
    line-height: 1.1;
}
.top-text {
    font-weight: 300;
    font-size: clamp(1rem, 2vw, 1.9rem);
    letter-spacing: 4px;
    color: #ffffff;
}
.main-brand {
    font-weight: 900;
    font-size: clamp(2rem, 8vw, 4.5rem);
    letter-spacing: -2px;
    color: #ffffff;
    white-space: nowrap;
    display: block;
}
.cyber-card {
    width: 40%;
    max-width: 55%;
    min-height: 90%;
    background-color: #01051e;
    position: relative;
    overflow: hidden;
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 50px auto;
    margin-top: 8;
    margin-left: 55%;
}
.cyber-card::before {
    content: '';
    position: absolute;
    width: 150%;
    height: 150%;
    background: conic-gradient(#00d4ff, transparent, transparent, #00d4ff);
    animation: rotateLaser 4s linear infinite;
}
.cyber-card::after {
    content: '';
    position: absolute;
    inset: 4px;
    background: #01051e;
    border-radius: 12px;
}
.content {
    z-index: 1;
    width: 100%;
    padding: 40px;
}
.hero-section {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    font-family: 'Inter', sans-serif;
}
.title-top {
    font-weight: 300;
    font-size: 1.2rem;
    letter-spacing: 8px;
    color: rgba(255, 255, 255, 0.7);
    margin-bottom: 10px;
    text-transform: uppercase;
}
.title-bottom {
    font-weight: 900;
    font-size: 3.5vw;
    line-height: 1;
    letter-spacing: -1px;
    color: #ffffff;
    text-transform: uppercase;
    margin: 0;
}







    /* services */
.section-label {
    display: block;
    text-align: center;
    font-family: 'Inter', sans-serif;
    font-size: 2.8rem;
    letter-spacing: 10px;
    text-transform: uppercase;
    color: #ffffff;
    margin-bottom: 50px;
}
.services-section {
    padding: 80px 10%;
    text-align: center;
}
.services-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 25px;
    margin-top: 40px;
}
.service-box {
    background: rgba(1, 5, 30, 0.6);
    border: 2px solid #ffffff;
    border-radius: 20px;
    padding: 40px;
    /* Διόρθωση στο typo 'xease' και προσθήκη transition */
    transition: transform 0.4s ease; 
    text-align: center;
    width: 300px;
    height: 250px;
}

.service-box:hover {
    box-shadow: 0 0 25px #00d4ff, inset 0 0 10px rgba(0, 212, 255, 0.1);
    background: rgba(255, 255, 255, 0.05);
    border-color: #00d4ff;
    /* Μόνο το ζούμ (scale) και το translateY που είχες */
    transform: translateY(-5px) scale(1.05);
}
.service-box h3 {
    font-family: 'Michroma', sans-serif;
    font-size: 1.1rem;
    margin: 15px 0;
    color: #fff;
}
.service-box p {
    font-family: 'Inter', sans-serif;
    font-size: 0.9rem;
    color: rgba(255, 255, 255, 0.6);
    line-height: 1.6;
}
.tech-tags {
    display: none;
}
.icon {
    margin-top: 15%;
    font-size: 2rem;
    margin-bottom: 10px;
}
















/* --- RELIAS CONTACT SECTION --- */
.relias-contact-section {
    background-color: #01051e;
    padding: 100px 10%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.relias-frame {
    position: relative;
    width: 100%;
    max-width: 800px;
    background: rgba(255, 255, 255, 0.02);
    /* ΔΙΟΡΘΩΣΗ: Πολύ αχνό border για να μην κάνει "διπλή γραμμή" με τις γωνίες */
    border: 1px solid rgba(0, 212, 255, 0.1);
    padding: 60px;
    backdrop-filter: blur(10px);
}

.frame-title {
    font-family: 'Inter', sans-serif;
    font-size: 2.7rem;
    letter-spacing: 5px;
    color: #fff;
    margin-bottom: 40px;
    text-align: center;
}

/* Form Styles */
.cyber-form {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.form-row {
    display: flex;
    gap: 20px;
}

/* Responsive για τα κινητά */
@media (max-width: 768px) {
    .form-row {
        flex-direction: column;
    }
}

.cyber-form input, 
.cyber-form textarea {
    width: 100%;
    box-sizing: border-box; /* Κρατάει τα inputs μέσα στο πλαίσιο */
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    padding: 15px 20px;
    color: #fff;
    font-family: 'Inter', sans-serif;
    font-size: 0.9rem;
    outline: none;
    transition: 0.3s;
}

.submit-btn {
    font-size: 1.0rem;
    background: #00d4ff;
    color: #01051e;
    border: none;
    padding: 20px;
    font-family: 'Inter', sans-serif;
    font-weight: bold;
    letter-spacing: 3px;
    cursor: pointer;
    transition: 0.4s;
    margin-top: 20px;
}

.submit-btn:hover {
    background: #fff;
    box-shadow: 0 0 30px rgba(0, 212, 255, 0.4);
}

/* ΟΙ ΓΩΝΙΕΣ - Εδώ είναι το εφέ που θέλεις */
.corner {
    position: absolute;
    width: 25px;
    height: 25px;
    border: 2px solid #00d4ff; /* Έντονο χρώμα στις γωνίες */
}

.tl {
    top: -1px; /* Το ευθυγραμμίζουμε ακριβώς πάνω στο border */
    left: -1px;
    border-right: none;
    border-bottom: none;
}

.br {
    bottom: -1px;
    right: -1px;
    border-left: none;
    border-top: none;
}

/* RESPONSIVE */
@media (max-width: 768px) {
    .relias-contact-section {
        padding: 60px 5%;
    }
    
    .form-row {
        flex-direction: column;
        gap: 15px;
    }

    .frame-title {
        font-size: 1.8rem;
        letter-spacing: 5px;
    }

    .relias-frame {
        padding: 40px 20px;
    }
}


















/* --- FOOTER STYLES --- */
/* --- FOOTER STYLES --- */
.main-footer {
    background-color: #01051e;
    padding: 80px 10% 40px;
    border-top: 1px solid rgba(255, 255, 255, 0.05); /* Αυτή είναι η γραμμή στο ΠΑΝΩ μέρος του footer */
    color: #fff;
    font-family: 'Inter', sans-serif;
}

.footer-grid {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 60px;
}

/* Brand Section */
.footer-logo {
    font-family: 'Michroma', sans-serif;
    font-size: 2.5rem;
    letter-spacing: 10px;
    margin: 0;
    margin-top: 10%;
    line-height: 1;
}

.footer-tagline {
    font-size: 0.9rem;
    color: rgba(255, 255, 255, 0.5);
    margin-top: 10px;
    letter-spacing: 1px;
}


.link-group {
    display: flex;
    flex-direction: column;
    gap: 15px;
    text-align: right;
}

.link-group a {
    text-decoration: none;
    color: #fff;
    font-size: 1.5rem;
    font-weight: 800;
    letter-spacing: 2px;
    transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.link-group a:hover {
    color: #00d4ff;
    transform: translateX(-10px);
}


.footer-bottom {
    padding-top: 20px; 
    border-top: none;  
    text-align: right; 
}

.footer-bottom span {
    font-size: 0.7rem;
    letter-spacing: 2px;
    opacity: 0.4;
    text-transform: uppercase;
}

/* --- ΔΙΟΡΘΩΜΕΝΟ RESPONSIVE ΓΙΑ ΚΙΝΗΤΑ --- */
@media (max-width: 768px) {
    .main-footer {
        padding: 60px 5% 30px;
    }

    .footer-grid {
        flex-direction: column;
        align-items: center;
        text-align: center;
        gap: 40px;
        margin-bottom: 40px;
    }

    .footer-logo {
        margin-top: 0; /* Σημαντικό για το κινητό */
        font-size: 1.8rem;
        letter-spacing: 8px;
    }

    .footer-tagline {
        margin-top: 8px;
        font-size: 0.8rem;
    }

    .link-group {
        align-items: center;
        text-align: center;
        gap: 20px;
    }

    .link-group a {
        font-size: 1.3rem;
        transform: none !important;
    }

    .footer-bottom {
        text-align: center;
        padding-top: 20px;
        border-top: none; /* Σιγουρευόμαστε ότι λείπει και στο κινητό */
    }
}





































@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
.hero-title {
    animation: fadeInUp 1s ease-out forwards;
}
@keyframes rotateLaser {
    from { transform: rotate(0deg); }
    to { transform: rotate(360deg); }
}
@media (max-width: 768px) {
    .hero-title {
        margin-left: 5%;
        margin-top: 15%;
        align-items: flex-start;
    }
}





@media (max-width: 768px) {
    
    
    .cyber-card {
        /* Την κεντράρουμε και της δίνουμε σωστό πλάτος */
        width: 90% !important;
        max-width: 450px !important; /* Περιορίζουμε το πλάτος για να μη δείχνει τεράστια */
        margin: 40px auto !important; /* Κεντράρισμα παντού */
        min-height: 250px !important; /* Λίγο πιο μικρή σε ύψος για κινητά */
        left: 0 !important; /* Μηδενίζουμε τυχόν περίεργα left/margin-left */

    }

    .content {
        padding: 30px 20px !important; /* Λιγότερο padding για να αναπνέει το κείμενο */
    }

    .title-top {
        font-size: 0.9rem !important; /* Λίγο πιο μικρό sub-title */
        letter-spacing: 4px !important; /* Λιγότερο κενό ανάμεσα στα γράμματα */
        margin-bottom: 8px !important;
    }

    .title-bottom {
        /* Χρησιμοποιούμε clamp για να αυξομειώνεται η γραμματοσειρά χωρίς να σπάει */
        font-size: clamp(1.4rem, 7vw, 2rem) !important; 
        line-height: 1.2 !important;
        letter-spacing: 0px !important;
    }
    
    /* Διόρθωση για το περιστρεφόμενο laser στο κινητό */
    .cyber-card::before {
        width: 200% !important;
        height: 200% !important;
    }

    .content {
        padding: 30px 20px !important; /* Λιγότερο padding για να αναπνέει το κείμενο */
    }

    .title-top {
        font-size: 0.9rem !important; /* Λίγο πιο μικρό sub-title */
        letter-spacing: 4px !important; /* Λιγότερο κενό ανάμεσα στα γράμματα */
        margin-bottom: 8px !important;
    }

    .title-bottom {
        /* Χρησιμοποιούμε clamp για να αυξομειώνεται η γραμματοσειρά χωρίς να σπάει */
        font-size: clamp(1.4rem, 7vw, 2rem) !important; 
        line-height: 1.2 !important;
        letter-spacing: 0px !important;
    }
    
    /* Διόρθωση για το περιστρεφόμενο laser στο κινητό */
    .cyber-card::before {
        width: 200% !important;
        height: 200% !important;
    }


    /* Διόρθωση για τον τίτλο */
    .hero-title {
        margin-left: 5% !important;
        text-align: center;
    }

    .main-brand {
        white-space: normal !important; /* Για να μην βγαίνει εκτός οθόνης το κείμενο */
        font-size: clamp(2rem, 12vw, 3.5rem) !important;
    }

    /* Διόρθωση για τις υπηρεσίες */
    .services-grid {
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
    }

    .service-box {
        width: 100% !important;
        max-width: 320px !important;
    }

    /* Διόρθωση για τη φόρμα */
    .form-row {
        flex-direction: column !important;
    }
    
    .relias-frame {
        padding: 30px 15px !important;
    }
}
