/* --- CONTACT HERO --- */
.js-contact-hero {
    padding: 140px 0;
    background: #0a0e14;
    color: #fff;
    overflow: hidden;
}

.js-contact-label {
    color: #ff6624;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 2px;
    display: block;
    margin-bottom: 20px;
}

.js-contact-title {
    font-size: clamp(3rem, 6vw, 5rem);
    font-weight: 800;
    line-height: 1.1;
    margin-bottom: 30px;
}

.js-contact-title span {
    color: #cbd5e1;
    opacity: 0.8;
}

.js-contact-hero-desc {
    font-size: 18px;
    color: #94a3b8;
    max-width: 500px;
    line-height: 1.6;
}

.js-contact-globe-img {
    width: 100%;
    filter: hue-rotate(20deg) brightness(1.2);
}

/* Container Logic */
.jury-arch-wrapper {
    width: 100%;
    font-family: 'Inter', sans-serif;
}

.jury-arch-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

/* Section 1: Contact */
.jury-arch-contact {
    padding: 100px 0;
    background: #ffffff;
}

.jury-arch-flex {
    display: flex;
    flex-wrap: wrap;
    gap: 50px;
    align-items: flex-start;
}

.jury-arch-info, .jury-arch-form-container, 
.jury-arch-exp-info, .jury-arch-exp-visual {
    flex: 1;
    min-width: 320px;
}

.jury-arch-heading {
    font-size: 36px;
    font-weight: 800;
    color: #0f172a;
    margin-bottom: 20px;
}

.jury-arch-heading.white { color: #ffffff; }

.jury-arch-subtext {
    font-size: 16px;
    line-height: 1.6;
    color: #64748b;
    margin-bottom: 40px;
}

.jury-arch-subtext.grey { color: #94a3b8; }

/* Items & Icons */
.jury-arch-item {
    display: flex;
    gap: 15px;
    margin-bottom: 25px;
    align-items: center;
}

.jury-arch-icon-box {
    width: 40px;
    height: 40px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #3b82f6;
}

.jury-arch-icon-box.blue-bg { background: rgba(59, 130, 246, 0.1); }

.jury-arch-item-title {
    display: block;
    font-weight: 700;
    color: #0f172a;
    font-size: 15px;
}

.jury-arch-item-desc {
    margin: 0;
    font-size: 14px;
    color: #64748b;
}

/* Form Styles */
.jury-arch-form-card {
    background: #ffffff;
    padding: 40px;
    border-radius: 20px;
    box-shadow: 0 50px 100px -20px rgba(0,0,0,0.1);
}

.jury-arch-form-group { margin-bottom: 20px; }

.jury-arch-form-row {
    display: flex;
    gap: 15px;
    margin-bottom: 20px;
}

.jury-arch-form-row input, .jury-arch-form-group input, .jury-arch-form-group textarea {
    width: 100%;
    padding: 14px 18px;
    background: #f1f5f9;
    border: 1px solid transparent;
    border-radius: 4px;
    outline: none;
    font-size: 14px;
}

.jury-arch-btn {
    width: 100%;
    background: #ff6a2a;
    color: white;
    border: none;
    padding: 16px;
    border-radius: 6px;
    font-weight: 700;
    cursor: pointer;
    transition: 0.3s;
}

.jury-arch-btn:hover { background: #e55a1e; }

/* Section 2: Experience */
.jury-arch-experience {
    padding: 100px 0;
    background: #0a1118;
}

.jury-arch-flex.align-center { align-items: center; }

.jury-arch-list {
    list-style: none;
    padding: 0;
}

.jury-arch-list li {
    display: flex;
    gap: 12px;
    color: #cbd5e1;
    margin-bottom: 15px;
    font-size: 15px;
}

.jury-arch-list i { color: #ff6a2a; }

.jury-arch-rounded-img {
    width: 100%;
    border-radius: 24px;
    box-shadow: 0 30px 60px rgba(0,0,0,0.5);
}

/* Responsive */
@media (max-width: 768px) {
    .jury-arch-flex { flex-direction: column; }
    .jury-arch-form-row { flex-direction: column; }
    .jury-arch-heading { font-size: 28px; }
}


.jury-global-wrapper {
    background: #ffffff;
    font-family: 'Inter', sans-serif;
}

.jury-global-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

/* --- Support & Partner Cards --- */
.jury-global-network {
    padding: 80px 0;
}

.jury-global-row {
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
}

.jury-global-card {
    flex: 1;
    min-width: 320px;
    background: #0b141e;
    padding: 50px 40px;
    border-radius: 24px;
    color: #ffffff;
}

.jury-global-card-icon {
    font-size: 32px;
    color: #3b82f6;
    margin-bottom: 30px;
}

.jury-global-card-icon.orange-icon { color: #ff6a2a; }

.jury-global-card-title {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 20px;
}

.jury-global-card-text {
    font-size: 16px;
    line-height: 1.6;
    color: #94a3b8;
    margin-bottom: 40px;
}

.jury-global-link {
    text-decoration: none;
    font-weight: 700;
    font-size: 15px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.blue-link { color: #3b82f6; }
.orange-link { color: #ff6a2a; }

/* --- Global Footprint Section --- */
.jury-global-footprint {
    background: #070d14;
    padding: 100px 0;
    color: #ffffff;
    /* Map pattern background if desired */
}

.jury-global-footprint-grid {
    display: grid;
    grid-template-columns: 1.2fr 1fr 1fr;
    gap: 40px;
    align-items: center;
}

.jury-global-section-title {
    font-size: 36px;
    font-weight: 800;
    margin-bottom: 40px;
}

.jury-global-loc-item {
    display: flex;
    gap: 20px;
    margin-bottom: 30px;
}

.jury-global-loc-num {
    font-size: 16px;
    color: #475569;
    font-weight: 700;
}

.jury-global-loc-info strong {
    display: block;
    font-size: 18px;
    margin-bottom: 4px;
}

.jury-global-loc-info p {
    color: #64748b;
    font-size: 14px;
    margin: 0;
}

/* SLA Card (Center) */
.jury-global-sla-card {
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.08);
    padding: 30px;
    border-radius: 20px;
}

.jury-global-sla-header {
    display: flex;
    justify-content: space-between;
    color: #94a3b8;
    font-size: 14px;
    margin-bottom: 25px;
}

.jury-global-sla-row {
    display: flex;
    justify-content: space-between;
    padding: 12px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.jury-global-sla-row span { color: #94a3b8; font-size: 14px; }
.jury-global-sla-row strong { color: #cbd5e1; font-size: 14px; }

/* Hotline Card (Right) */
.jury-global-hotline-card {
    background: rgba(255, 255, 255, 0.03);
    padding: 30px;
    border-radius: 20px;
    border: 1px solid rgba(255, 255, 255, 0.08);
}

.jury-global-hotline-title { color: #3b82f6; font-size: 18px; margin-bottom: 15px; }
.jury-global-hotline-text { color: #64748b; font-size: 14px; margin-bottom: 20px; line-height: 1.5; }
.jury-global-phone { font-size: 24px; font-weight: 800; color: #ffffff; }

/* Responsive */
@media (max-width: 991px) {
    .jury-global-footprint-grid { grid-template-columns: 1fr; }
    .jury-global-row { flex-direction: column; }
}