/* ==================== CONTACT SECTION STYLES ==================== */

.contact {
    width: 100%;
    min-height: 100vh;
    padding: 2rem 1rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    overflow: visible;
}

@media (min-width: 480px) {
    .contact {
        padding: 2rem 1.5rem;
    }
}

@media (min-width: 768px) {
    .contact {
        padding: 2.5rem 2rem;
    }
}

@media (min-width: 1024px) {
    .contact {
        padding: 3rem 3rem;
    }
}

@media (min-width: 1440px) {
    .contact {
        padding: 3rem 2rem;
    }
}

.contact h2 {
    font-size: clamp(1.5rem, 5vw, 2.5rem);
    color: #fff;
    margin-bottom: 2rem;
    font-weight: 600;
    width: 100%;
    max-width: 1000px;
}

.contact-content {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    align-items: center;
    width: 100%;
    max-width: 1100px;
    margin: 2rem auto 0 auto;
    padding: 0;
    box-sizing: border-box;
    overflow: visible;
}

@media (min-width: 480px) {
    .contact-content {
        gap: 2rem;
        margin-top: 2.5rem;
    }
}

@media (min-width: 768px) {
    .contact-content {
        gap: 2.5rem;
        margin-top: 3rem;
    }
}

@media (min-width: 1024px) {
    .contact-content {
        flex-direction: row;
        gap: 2rem;
        align-items: flex-start;
        justify-content: center;
        margin-top: 3rem;
    }
}

@media (min-width: 1440px) {
    .contact-content {
        max-width: 1200px;
        gap: 4rem;
    }
}

.profile-card-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    background: linear-gradient(135deg, rgba(20, 20, 30, 0.8) 0%, rgba(40, 30, 60, 0.6) 100%);
    border: 1px solid rgba(147, 112, 219, 0.3);
    border-radius: 16px;
    padding: 1.5rem;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    min-height: 480px;
}

@media (min-width: 768px) {
    .profile-card-wrapper {
        padding: 2rem;
    }
}

@media (min-width: 1024px) {
    .profile-card-wrapper {
        width: 320px;
        max-width: 320px;
        min-width: 320px;
        margin: 0;
        flex-shrink: 0;
        order: 1;
        min-height: 520px;
    }
}

/* ==================== WHY HIRE BOX ==================== */
.why-hire-box {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    width: 100%;
    max-width: 100%;
    background: transparent;
    border: transparent;
    border-radius: 16px;
    padding: 1.5rem;
    box-sizing: border-box;
    min-height: 480px;
}

@media (min-width: 768px) {
    .why-hire-box {
        padding: 2rem;
    }
}

@media (min-width: 1024px) {
    .why-hire-box {
        width: 500px;
        max-width: 500px;
        min-width: 500px;
        flex-shrink: 0;
        order: 2;
        min-height: 600px;
    }
}

.why-hire-box h2 {
    font-size: clamp(1.25rem, 4vw, 1.5rem);
    color: #fff;
    margin: 0 0 0.75rem 0;
    font-weight: 700;
    text-align: center;
}

.hire-subtitle {
    font-size: clamp(0.85rem, 1.8vw, 0.95rem);
    color: #9370db;
    margin: 0 0 1.5rem 0;
    font-weight: 500;
    line-height: 1.4;
    text-align: center;
}

.hire-message-box {
    background: rgba(147, 112, 219, 0.1);
    border: 1px solid rgba(147, 112, 219, 0.4);
    border-radius: 12px;
    padding: 1.25rem;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.hire-message-box p {
    font-size: clamp(0.8rem, 1.6vw, 0.9rem);
    color: #b0b0c0;
    margin: 0;
    line-height: 1.5;
}

.ready-question {
    font-weight: 600;
    color: #fff;
    margin-top: 0.5rem;
}

.call-to-action {
    color: #9370db;
    font-weight: 600;
    text-align: center;
}

.hire-points {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.hire-point {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.hire-point h3 {
    font-size: clamp(0.95rem, 2.5vw, 1.1rem);
    color: #9370db;
    margin: 0;
    font-weight: 600;
}

.hire-point p {
    font-size: clamp(0.8rem, 1.8vw, 0.9rem);
    color: #b0b0c0;
    margin: 0;
    line-height: 1.5;
}

.profile-background {
    position: relative;
    width: 100%;
    margin-bottom: 1rem;
}

.profile-circle {
    width: 100px;
    height: 100px;
    margin: 0 auto 1rem;
    border-radius: 50%;
    border: 4px solid rgba(147, 112, 219, 0.5);
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0.4);
}

@media (min-width: 768px) {
    .profile-circle {
        width: 120px;
        height: 120px;
    }
}

@media (min-width: 1024px) {
    .profile-circle {
        width: 150px;
        height: 150px;
    }
}

.profile-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.profile-details {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.profile-details h3 {
    font-size: clamp(1.5rem, 5vw, 2rem);
    color: #fff;
    margin: 0;
    font-weight: 700;
}

.profile-details .title {
    font-size: clamp(0.7rem, 1.5vw, 0.85rem);
    color: #b0b0c0;
    letter-spacing: 3px;
    margin: -0.5rem 0 0 0;
    font-weight: 600;
}

.contact-links {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    text-align: left;
    width: 100%;
}

.contact-links p {
    font-size: clamp(0.75rem, 1.8vw, 0.9rem);
    color: #b0b0c0;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 0.6rem;
}

.contact-icon {
    color: #9370db;
    width: 16px;
    height: 16px;
    min-width: 16px;
    flex-shrink: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.contact-links a {
    color: #b0b0c0;
    text-decoration: none;
    border-bottom: 1px dotted rgba(147, 112, 219, 0.5);
    transition: all 0.3s ease;
}

.contact-links a:hover {
    color: #9370db;
    border-bottom-color: #9370db;
}
    
.contact-text {
    font-size: clamp(1rem, 2.5vw, 1.125rem);
    color: #e0e0e0;
    line-height: 1.6;
}
.contact-text a {
    color: #9370db;
    text-decoration: none;
    transition: color 0.3s ease;
    word-break: break-word;
}

.contact-text a:hover {
    color: #fff;
    text-decoration: underline;
}

.social-links {
    margin-top: 1.5rem;
    padding-top: 1.5rem;
    border-top: 1px solid rgba(147, 112, 219, 0.3);
}

.social-links p {
    margin-bottom: 1rem;
    font-weight: 600;
    color: #fff;
}

.social-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.social-list li a {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    color: #b0b0c0;
    text-decoration: none;
    font-size: clamp(0.875rem, 2vw, 1rem);
    transition: all 0.3s ease;
    padding: 0.5rem 0;
}

.social-list li a:hover {
    color: #9370db;
    transform: translateX(5px);
}

.social-list .icon {
    color: #9370db;
    font-weight: bold;
    min-width: 1.5rem;
    display: inline-flex;
    align-items: center;
}

.contact-form {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
    width: 100%;
    max-width: 100%;
    background: linear-gradient(135deg, rgba(20, 20, 30, 0.8) 0%, rgba(40, 30, 60, 0.6) 100%);
    border: 1px solid rgba(147, 112, 219, 0.3);
    border-radius: 16px;
    padding: 1.5rem;
    box-sizing: border-box;
    overflow: visible;
    min-height: 480px;
}

@media (min-width: 768px) {
    .contact-form {
        padding: 2rem;
    }
}

@media (min-width: 1024px) {
    .contact-form {
        width: 320px;
        max-width: 320px;
        min-width: 320px;
        flex-shrink: 0;
        order: 3;
        min-height: 520px;
    }
}

.form-group {
    display: flex;
    flex-direction: column;
}

.form-group label {
    color: #fff;
    font-size: clamp(0.875rem, 2vw, 1rem);
    margin-bottom: 0.5rem;
    font-weight: 500;
}

.form-group input,
.form-group textarea {
    padding: 0.75rem 1rem;
    border: 1px solid rgba(147, 112, 219, 0.3);
    background: rgba(20, 20, 30, 0.5);
    color: #e0e0e0;
    font-family: 'Courier New', monospace;
    font-size: clamp(0.875rem, 2vw, 1rem);
    transition: all 0.3s ease;
    width: 100%;
    box-sizing: border-box;
    border-radius: 8px;
}

.form-group input:focus,
.form-group textarea:focus {
    outline: none;
    border-color: #9370db;
    box-shadow: 0 0 10px rgba(147, 112, 219, 0.2);
}

.form-group textarea {
    resize: vertical;
    min-height: 100px;
}

.contact-form .btn {
    align-self: flex-end;
    margin-top: 1rem;
}
.contact-form .btn:hover {
    box-shadow: 0 8px 20px rgba(147, 112, 219, 0.4);
}

/* ==================== FORM MESSAGE STYLES ==================== */

.form-message {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 16px 20px;
    margin-bottom: 20px;
    border-radius: 8px;
    font-weight: 500;
    font-size: 16px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    animation: slideIn 0.3s ease-in-out;
}

.form-message-success {
    background-color: #d4edda;
    color: #000;
    border: 2px solid #28a745;
}

.form-message-error {
    background-color: #f8d7da;
    color: #721c24;
    border: 2px solid #dc3545;
}

.form-message svg {
    flex-shrink: 0;
    min-width: 24px;
    height: 24px;
}

/* ==================== ANIMATIONS ==================== */

@keyframes slideIn {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes slideOut {
    from {
        opacity: 1;
        transform: translateY(0);
    }
    to {
        opacity: 0;
        transform: translateY(-10px);
    }
}

@keyframes checkmark {
    0% {
        stroke-dashoffset: 50;
    }
    100% {
        stroke-dashoffset: 0;
    }
}