﻿.contact-hero {
    padding: 120px 20px 50px;
    text-align: center;
}

.contact-hero-content {
    max-width: 760px;
    margin: 0 auto;
}

.contact-eyebrow {
    margin: 0 0 12px;
    font-size: 0.9rem;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.7);
}

.contact-hero h1 {
    margin: 0 0 18px;
    font-size: clamp(2.4rem, 5vw, 4rem);
    line-height: 1.05;
    letter-spacing: -0.03em;
}

.contact-intro {
    margin: 0 auto;
    max-width: 680px;
    font-size: 1.15rem;
    line-height: 1.75;
    color: rgba(255, 255, 255, 0.82);
}

.contact-section {
    padding: 20px 20px 100px;
}

.contact-card {
    max-width: 720px;
    margin: 0 auto;
    padding: 40px;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 24px;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.25);
    backdrop-filter: blur(6px);
}

form#contactForm {
    margin: 0;
}

.form-group {
    margin-bottom: 22px;
}

    .form-group label {
        display: block;
        margin-bottom: 10px;
        font-size: 0.95rem;
        font-weight: 600;
        color: rgba(255, 255, 255, 0.88);
        text-align: left;
    }

.form-control {
    width: 100%;
    padding: 14px 16px;
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.06);
    color: #fff;
    font-size: 1rem;
    line-height: 1.5;
    transition: border-color 0.2s ease, background 0.2s ease, box-shadow 0.2s ease;
    box-sizing: border-box;
}

    .form-control::placeholder {
        color: rgba(255, 255, 255, 0.45);
    }

    .form-control:focus {
        outline: none;
        border-color: rgba(255, 255, 255, 0.35);
        background: rgba(255, 255, 255, 0.08);
        box-shadow: 0 0 0 4px rgba(255, 255, 255, 0.06);
    }

textarea.form-control {
    resize: vertical;
    min-height: 150px;
}

.recaptcha-wrap,
.g-recaptcha {
    margin-top: 8px;
}

.btn-primary {
    display: inline-block;
    border: none;
    border-radius: 999px;
    padding: 14px 24px;
    font-size: 1rem;
    font-weight: 600;
    cursor: pointer;
    background: #ffffff;
    color: #111;
    transition: transform 0.2s ease, opacity 0.2s ease;
}

    .btn-primary:hover {
        opacity: 0.94;
        transform: translateY(-1px);
    }

.contact-alt {
    margin-top: 32px;
    padding-top: 22px;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    text-align: center;
}

.linkedin-clean-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    color: rgba(255, 255, 255, 0.78);
    text-decoration: none;
    font-size: 0.98rem;
    font-weight: 500;
    line-height: 1;
    transition: color 0.2s ease, opacity 0.2s ease;
}

    .linkedin-clean-link:hover {
        color: #ffffff;
    }

.linkedin-clean-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 18px;
    height: 18px;
    flex: 0 0 18px;
    transform: translateY(-3px);
}

    .linkedin-clean-icon svg {
        display: block;
        width: 18px;
        height: 18px;
        fill: #0A66C2;
    }

.linkedin-clean-text {
    display: block;
    line-height: 1;
}

.thankyou-container {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: calc(100vh - 80px);
    padding: 40px 20px;
}

.thankyou-panel {
    max-width: 700px;
    width: 100%;
    padding: 48px 42px;
    text-align: center;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 24px;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.25);
}

.thankyou-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 72px;
    height: 72px;
    margin: 0 auto 20px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.08);
    color: #ffffff;
    font-size: 2rem;
    font-weight: 700;
    line-height: 1;
}

.thankyou-eyebrow {
    margin: 0 0 12px;
    font-size: 0.9rem;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.65);
}

.thankyou-panel h1 {
    margin: 0 0 18px;
    font-size: clamp(2.2rem, 4vw, 3.4rem);
    line-height: 1.08;
    letter-spacing: -0.03em;
}

.thankyou-message {
    margin: 0 auto 14px;
    max-width: 580px;
    font-size: 1.15rem;
    line-height: 1.75;
    color: rgba(255, 255, 255, 0.82);
}

.thankyou-note {
    margin: 0 auto;
    max-width: 520px;
    font-size: 1rem;
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.68);
}

.thankyou-actions {
    margin-top: 36px;
}

@media (max-width: 640px) {
    .thankyou-panel {
        padding: 32px 24px;
        border-radius: 18px;
    }

    .thankyou-icon {
        width: 60px;
        height: 60px;
        font-size: 1.6rem;
    }
}