﻿/*
    contactpage.css
*/
.ws-appbar {
    background: rgba(10, 14, 22, 0.72) !important;
    backdrop-filter: blur(18px);
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    color: #fff !important;
}

.ws-appbar-inner {
    min-height: 78px;
    display: flex;
    align-items: center;
    gap: 1rem;
}

.ws-brand-link {
    display: inline-flex;
    align-items: center;
    gap: .75rem;
    color: #fff;
    text-decoration: none;
}

.ws-brand {
    font-size: 1.05rem;
    font-weight: 800;
    letter-spacing: .02em;
}

.ws-nav-desktop {
    display: flex;
    align-items: center;
    gap: .45rem;
}

.ws-nav-btn {
    color: rgba(255, 255, 255, 0.82) !important;
    font-weight: 600;
    border-radius: 999px !important;
    padding-inline: 1rem !important;
}

    .ws-nav-btn:hover {
        background: rgba(255, 255, 255, 0.08) !important;
        color: #fff !important;
    }

.ws-btn-primary,
.ws-btn-ghost {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px !important;
    padding: .9rem 1.35rem !important;
    font-weight: 700 !important;
    text-decoration: none;
    transition: transform .25s ease, box-shadow .25s ease, background .25s ease;
}

.ws-btn-primary {
    background: linear-gradient(135deg, #3b82f6, #1d4ed8) !important;
    color: #fff !important;
    box-shadow: 0 14px 34px rgba(29, 78, 216, 0.28);
}

    .ws-btn-primary:hover {
        transform: translateY(-2px);
        box-shadow: 0 18px 40px rgba(29, 78, 216, 0.36);
    }

.ws-btn-ghost {
    color: #fff !important;
    background: rgba(255, 255, 255, 0.06) !important;
    border: 1px solid rgba(255, 255, 255, 0.14) !important;
}

.ws-btn-ghost:hover {
    transform: translateY(-2px);
    background: rgba(255, 255, 255, 0.1) !important;
}

.ws-link-btn {
    min-width: 140px;
}

.ws-contact-hero {
    position: relative;
    overflow: hidden;
    padding: 8rem 0 4rem;
    background: radial-gradient(circle at top left, rgba(59, 130, 246, 0.2), transparent 32%), radial-gradient(circle at right center, rgba(14, 165, 233, 0.16), transparent 26%), linear-gradient(180deg, #07111f 0%, #0b1424 55%, #101828 100%);
    color: #fff;
}

.ws-orb {
    position: absolute;
    border-radius: 999px;
    filter: blur(18px);
    pointer-events: none;
}

.ws-orb-1 {
    width: 320px;
    height: 320px;
    top: 3rem;
    left: -80px;
    background: rgba(59, 130, 246, 0.16);
}

.ws-orb-2 {
    width: 280px;
    height: 280px;
    right: -70px;
    top: 6rem;
    background: rgba(14, 165, 233, 0.14);
}

.ws-hero-content {
    position: relative;
    z-index: 1;
    max-width: 760px;
}

.ws-kicker {
    display: inline-flex;
    margin-bottom: 1rem;
    padding: .5rem .9rem;
    border-radius: 999px;
    background: rgba(255,255,255,.08);
    border: 1px solid rgba(255,255,255,.12);
    color: #bfdbfe;
    font-size: .88rem;
    font-weight: 800;
    letter-spacing: .05em;
    text-transform: uppercase;
}

.ws-page-title {
    margin: 0;
    font-size: clamp(2.4rem, 5vw, 4.4rem);
    line-height: .98;
    font-weight: 900;
    letter-spacing: -.04em;
}

.ws-page-subtitle {
    margin-top: 1rem;
    color: rgba(255,255,255,.8);
    line-height: 1.7;
    font-size: 1.05rem;
}

.ws-hero-actions {
    margin-top: 1.5rem;
    display: flex;
    flex-wrap: wrap;
    gap: .9rem;
}

.ws-contact-strip {
    margin-top: -2rem;
    position: relative;
    z-index: 2;
    padding-bottom: 2rem;
    background: linear-gradient(180deg, transparent 0%, #f8fafc 42%, #f8fafc 100%);
}

.ws-contact-card {
    height: 100%;
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 1.2rem;
    border-radius: 28px;
    background: rgba(255,255,255,.9);
    border: 1px solid rgba(148, 163, 184, .18);
    box-shadow: 0 16px 40px rgba(15, 23, 42, 0.08);
    transition: transform .25s ease, box-shadow .25s ease;
}

    .ws-contact-card:hover {
        transform: translateY(-6px);
        box-shadow: 0 24px 50px rgba(15, 23, 42, 0.12);
    }

.ws-contact-icon {
    width: 56px;
    height: 56px;
    flex: 0 0 56px;
    display: grid;
    place-items: center;
    border-radius: 18px;
    background: linear-gradient(135deg, #dbeafe, #eff6ff);
    color: #2563eb;
}

.ws-contact-body {
    min-width: 0;
}

.ws-contact-label {
    color: #2563eb;
    font-size: .82rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: .08em;
}

.ws-contact-title {
    margin: .25rem 0 .25rem;
    font-size: 1.15rem;
    line-height: 1.25;
    font-weight: 800;
    color: #0f172a;
    word-break: break-word;
}

.ws-contact-meta {
    color: #64748b;
    font-size: .95rem;
    margin-bottom: .35rem;
}

.ws-card-link {
    color: #2563eb;
    font-weight: 700;
    text-decoration: none;
    word-break: break-word;
}

    .ws-card-link:hover {
        text-decoration: underline;
    }

.ws-mini-section {
    padding: 2rem 0 5rem;
    background: linear-gradient(180deg, #f8fafc 0%, #eef4fb 100%);
}

.ws-mini-panel {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1.5rem;
    padding: 1.3rem 1.4rem;
    border-radius: 28px;
    background: rgba(255,255,255,.86);
    border: 1px solid rgba(148, 163, 184, .18);
    box-shadow: 0 16px 40px rgba(15, 23, 42, 0.08);
}

.ws-mini-label {
    color: #2563eb;
    font-size: .82rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: .08em;
}

.ws-mini-title {
    margin-top: .35rem;
    color: #0f172a;
    font-size: 1.2rem;
    font-weight: 800;
    line-height: 1.3;
}

.ws-mini-actions {
    display: flex;
    flex-wrap: wrap;
    gap: .8rem;
}

.ws-footer {
    margin-top: auto;
    padding: 1.35rem 0;
    background: #0b1220;
    color: rgba(255,255,255,.7);
    border-top: 1px solid rgba(255,255,255,.06);
}

.ws-footer-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
    flex-wrap: wrap;
}

.ws-footer-text {
    margin: 0;
}

.ws-footer-links {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
}

.ws-footer-links a {
    color: rgba(255,255,255,.75);
    text-decoration: none;
}

.ws-footer-links a:hover {
    color: #fff;
}

@media (max-width: 960px) {
    .ws-contact-hero {
        padding-top: 7rem;
    }

    .ws-mini-panel {
        flex-direction: column;
        align-items: flex-start;
    }
}

@media (max-width: 600px) {
    .ws-appbar-inner {
        min-height: 72px;
    }

    .ws-contact-card {
        padding: 1rem;
    }

    .ws-hero-actions {
        flex-direction: column;
        align-items: stretch;
    }

    .ws-link-btn {
        width: 100%;
    }
}
