/* CONTACT PAGE SPECIFIC STYLES */
/* Extends debmedia-styles.css */

/* ========== CONTACT HERO ========== */
.contact-hero {
    background: #0A1B4D;
    padding-top: 140px;
    padding-bottom: 80px;
    position: relative;
    overflow: hidden;
}

.hero-blob-1 {
    position: absolute;
    top: -100px;
    right: -150px;
    width: 500px;
    height: 500px;
    background: #D4AF37;
    clip-path: polygon(50% 0%, 100% 38%, 82% 100%, 18% 100%, 0% 38%);
    opacity: 0.08;
}

.hero-blob-2 {
    position: absolute;
    bottom: -80px;
    left: -100px;
    width: 300px;
    height: 300px;
    background: #D4AF37;
    border-radius: 50%;
    opacity: 0.1;
}

.contact-hero-container {
    max-width: 900px;
    margin: 0 auto;
    padding: 0 40px;
    text-align: center;
    position: relative;
    z-index: 2;
}

.breadcrumb {
    color: #8B98AD;
    font-size: 14px;
    margin-bottom: 30px;
}

.breadcrumb a {
    color: #D4AF37;
    text-decoration: none;
    transition: color 0.3s ease;
}

.breadcrumb a:hover {
    color: #F4C430;
}

.breadcrumb span {
    color: #ffffff;
}

.contact-hero h1 {
    font-size: 52px;
    font-weight: 700;
    color: #ffffff;
    line-height: 1.2;
    margin-bottom: 25px;
}

.hero-subtitle {
    font-size: 20px;
    color: #B8C5D6;
    line-height: 1.7;
    margin-bottom: 40px;
}

.trust-signals {
    display: flex;
    gap: 40px;
    justify-content: center;
    flex-wrap: wrap;
}

.trust-signal {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #B8C5D6;
    font-size: 15px;
}

.signal-icon {
    color: #D4AF37;
    font-weight: bold;
    font-size: 18px;
}

/* ========== QUALIFIER SECTION ========== */
.qualifier-section {
    background: #F8F9FA;
    padding: 100px 40px;
}

.qualifier-container {
    max-width: 900px;
    margin: 0 auto;
}

.qualifier-content {
    margin-top: 50px;
}

.qualifier-box {
    background: #ffffff;
    padding: 45px;
    border-radius: 20px;
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.08);
    border: 3px solid #27ae60;
    margin-bottom: 30px;
}

.qualifier-box h3 {
    font-size: 24px;
    color: #0A1B4D;
    margin-bottom: 25px;
    font-weight: 700;
}

.qualifier-list {
    list-style: none;
    padding: 0;
}

.qualifier-list li {
    font-size: 18px;
    color: #2C3E50;
    line-height: 2;
    padding-left: 40px;
    position: relative;
    margin-bottom: 15px;
}

.check-icon {
    position: absolute;
    left: 0;
    color: #27ae60;
    font-weight: bold;
    font-size: 20px;
}

.qualifier-note {
    background: linear-gradient(135deg, rgba(212, 175, 55, 0.1), rgba(212, 175, 55, 0.05));
    border-left: 4px solid #D4AF37;
    padding: 30px 35px;
    border-radius: 12px;
}

.qualifier-note p {
    font-size: 16px;
    color: #5A6C7D;
    line-height: 1.8;
    margin: 0;
}

.qualifier-note strong {
    color: #0A1B4D;
}

/* ========== CONTACT FORM SECTION ========== */
.contact-form-section {
    background: #0A1B4D;
    padding: 100px 40px;
    position: relative;
    overflow: hidden;
}

.form-blob-1 {
    position: absolute;
    top: -80px;
    left: -100px;
    width: 400px;
    height: 400px;
    background: #D4AF37;
    opacity: 0.05;
    border-radius: 50%;
}

.form-blob-2 {
    position: absolute;
    bottom: -100px;
    right: -120px;
    width: 450px;
    height: 450px;
    background: #D4AF37;
    opacity: 0.05;
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
}

.contact-form-container {
    max-width: 900px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}

.form-wrapper {
    background: rgba(255, 255, 255, 0.05);
    border: 2px solid rgba(212, 175, 55, 0.2);
    border-radius: 24px;
    padding: 50px;
    margin-top: 50px;
}

.enterprise-contact-form {
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.form-row {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 25px;
}

.form-group {
    display: flex;
    flex-direction: column;
}

.form-group.full-width {
    grid-column: 1 / -1;
}

.form-group label {
    color: #ffffff;
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 10px;
}

.required {
    color: #ff6b6b;
}

.optional {
    color: #8B98AD;
    font-weight: 400;
    font-size: 13px;
}

.form-group input,
.form-group select,
.form-group textarea {
    background: rgba(255, 255, 255, 0.08);
    border: 2px solid rgba(212, 175, 55, 0.2);
    border-radius: 10px;
    padding: 16px 20px;
    color: #ffffff;
    font-size: 16px;
    transition: all 0.3s ease;
    font-family: inherit;
}

.form-group input::placeholder,
.form-group textarea::placeholder {
    color: rgba(255, 255, 255, 0.4);
}

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
    outline: none;
    border-color: #D4AF37;
    background: rgba(255, 255, 255, 0.12);
}

.form-group select {
    cursor: pointer;
}

.form-group textarea {
    resize: vertical;
    min-height: 150px;
}

.form-actions {
    margin-top: 15px;
    text-align: center;
}

.form-actions .btn-primary {
    width: 100%;
    padding: 20px;
    font-size: 18px;
    font-weight: 700;
    cursor: pointer;
    border: none;
}

.form-trust-line {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-top: 20px;
    font-size: 14px;
    color: #8B98AD;
}

.trust-icon {
    font-size: 16px;
}

/* ========== ALTERNATIVE CONTACT SECTION ========== */
.alternative-contact-section {
    background: #F8F9FA;
    padding: 100px 40px;
}

.alternative-container {
    max-width: 1200px;
    margin: 0 auto;
}

.contact-methods-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 35px;
}

.contact-method-card {
    background: #ffffff;
    padding: 45px 35px;
    border-radius: 20px;
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.08);
    border: 2px solid transparent;
    transition: all 0.4s ease;
    text-align: center;
}

.contact-method-card:hover {
    transform: translateY(-8px);
    border-color: #D4AF37;
    box-shadow: 0 15px 45px rgba(10, 27, 77, 0.15);
}

.method-icon {
    font-size: 56px;
    margin-bottom: 20px;
}

.contact-method-card h3 {
    font-size: 24px;
    color: #0A1B4D;
    margin-bottom: 15px;
    font-weight: 700;
}

.method-address {
    font-size: 18px;
    color: #D4AF37;
    font-weight: 600;
    margin-bottom: 15px;
}

.contact-method-card p {
    font-size: 15px;
    color: #5A6C7D;
    line-height: 1.7;
    margin-bottom: 25px;
}

.method-link {
    color: #D4AF37;
    text-decoration: none;
    font-weight: 600;
    font-size: 16px;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.method-link:hover {
    color: #F4C430;
    gap: 12px;
}

/* ========== GLOBAL SUPPORT SECTION ========== */
.global-support-section {
    background: #0A1B4D;
    padding: 100px 40px;
    position: relative;
    overflow: hidden;
}

.global-blob {
    position: absolute;
    top: 50%;
    right: -150px;
    width: 500px;
    height: 500px;
    background: #D4AF37;
    border-radius: 50%;
    opacity: 0.05;
}

.global-container {
    max-width: 1000px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}

.global-intro {
    font-size: 20px;
    color: #B8C5D6;
    line-height: 1.8;
    text-align: center;
    margin-bottom: 50px;
}

.global-features {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 40px;
}

.global-feature {
    text-align: center;
}

.feature-icon {
    font-size: 56px;
    margin-bottom: 20px;
}

.global-feature h4 {
    font-size: 22px;
    color: #D4AF37;
    margin-bottom: 12px;
    font-weight: 700;
}

.global-feature p {
    font-size: 16px;
    color: #B8C5D6;
    line-height: 1.7;
}

/* ========== WHY CONTACT SECTION ========== */
.why-contact-section {
    background: #F8F9FA;
    padding: 100px 40px;
}

.why-contact-container {
    max-width: 1200px;
    margin: 0 auto;
}

.why-contact-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 30px;
}

.why-contact-card {
    background: #ffffff;
    padding: 35px 30px;
    border-radius: 16px;
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.08);
    border: 2px solid transparent;
    transition: all 0.4s ease;
}

.why-contact-card:hover {
    transform: translateY(-5px);
    border-color: #D4AF37;
    box-shadow: 0 15px 45px rgba(10, 27, 77, 0.15);
}

.why-contact-icon {
    font-size: 42px;
    margin-bottom: 20px;
}

.why-contact-card h3 {
    font-size: 20px;
    color: #0A1B4D;
    margin-bottom: 12px;
    font-weight: 700;
}

.why-contact-card p {
    font-size: 15px;
    color: #5A6C7D;
    line-height: 1.7;
}

/* ========== OFFICE INFO SECTION ========== */
.office-info-section {
    background: #0A1B4D;
    padding: 80px 40px;
}

.office-container {
    max-width: 1200px;
    margin: 0 auto;
}

.office-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 40px;
}

.office-details,
.business-hours,
.response-commitment {
    background: rgba(255, 255, 255, 0.05);
    border: 2px solid rgba(212, 175, 55, 0.2);
    border-radius: 16px;
    padding: 35px 30px;
}

.office-details h3,
.business-hours h3,
.response-commitment h3 {
    font-size: 22px;
    color: #D4AF37;
    margin-bottom: 20px;
    font-weight: 700;
}

.legal-text,
.location-text,
.registration-text,
.hours-text,
.hours-time,
.hours-note,
.commitment-text {
    font-size: 16px;
    color: #B8C5D6;
    line-height: 1.8;
    margin-bottom: 12px;
}

.hours-time {
    font-size: 20px;
    color: #D4AF37;
    font-weight: 600;
}

.commitment-text {
    margin-bottom: 10px;
}

/* ========== RESPONSIVE ========== */
@media (max-width: 1024px) {
    .form-row {
        grid-template-columns: 1fr;
    }

    .contact-methods-grid {
        grid-template-columns: 1fr;
    }

    .global-features {
        grid-template-columns: 1fr;
    }

    .why-contact-grid {
        grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    }

    .office-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 768px) {
    .contact-hero {
        padding-top: 120px;
        padding-bottom: 60px;
    }

    .contact-hero-container {
        padding: 0 20px;
    }

    .contact-hero h1 {
        font-size: 36px;
    }

    .hero-subtitle {
        font-size: 17px;
    }

    .trust-signals {
        flex-direction: column;
        gap: 15px;
        align-items: center;
    }

    .qualifier-section,
    .contact-form-section,
    .alternative-contact-section,
    .global-support-section,
    .why-contact-section,
    .office-info-section {
        padding: 70px 20px;
    }

    .qualifier-box {
        padding: 30px 25px;
    }

    .qualifier-list li {
        font-size: 16px;
    }

    .form-wrapper {
        padding: 35px 25px;
    }

    .form-row {
        grid-template-columns: 1fr;
    }

    .contact-method-card {
        padding: 35px 25px;
    }

    .why-contact-grid {
        grid-template-columns: 1fr;
    }

    .section-title {
        font-size: 32px;
    }
}

@media (max-width: 480px) {
    .contact-hero h1 {
        font-size: 28px;
    }

    .section-title {
        font-size: 28px;
    }

    .qualifier-list li {
        font-size: 15px;
        padding-left: 35px;
    }

    .form-group input,
    .form-group select,
    .form-group textarea {
        padding: 14px 16px;
        font-size: 15px;
    }
}