/* 
 * contact.css 
 * DECENSORWEB · SECURE COMMUNICATIONS CHANNEL
 * ENCRYPTED CONTACT PROTOCOL · R-CORP ACCOUNTABILITY
 * 
 * CONTACT: rrralefaso@outlook.com
 * GITHUB: rr-ralefaso
 * INSTAGRAM: @unusualralph
 * SPONSOR: GitHub Sponsors
 * 
 * SECURE · EXTERNAL ONLY · CSP COMPLIANT
 * FILE: css/contact.css
 * VERSION: 3.4.0
 */

/* ========== CONTACT CONTAINER ========== */
.contact-container {
    max-width: 1300px;
    width: 92%;
    margin: 2rem auto;
    padding: 2.5rem;
    background: rgba(8, 8, 8, 0.98);
    border: 1px solid #3a1a1a;
    box-shadow: 12px 12px 0 rgba(139, 0, 0, 0.3),
        0 0 0 1px #330000 inset;
    position: relative;
}

/* ========== HEADER SECTION ========== */
.contact-header {
    text-align: center;
    margin-bottom: 2.5rem;
    border-bottom: 3px double #8b0000;
    padding-bottom: 2rem;
}

.contact-insignia {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1.5rem;
    margin-bottom: 1rem;
}

.insignia-mark {
    font-size: 2.5rem;
    color: #ff5555;
    text-shadow: 2px 2px 0 #3a0000;
}

.contact-title {
    color: #ff0000;
    font-size: 2.2rem;
    letter-spacing: 4px;
    text-transform: uppercase;
    font-weight: 900;
    margin: 0;
    text-shadow: 3px 3px 0 #300000;
    word-break: break-word;
}

.contact-subheader {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1.2rem;
    flex-wrap: wrap;
    margin-top: 0.8rem;
}

.doctrine-tag {
    background: #1a0000;
    color: #ffaaaa;
    padding: 0.5rem 1.2rem;
    border: 1px solid #8b0000;
    font-size: 0.85rem;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.status-badge {
    background: #0a2a0a;
    color: #aaffaa;
    padding: 0.5rem 1.2rem;
    border: 1px solid #00aa00;
    font-size: 0.85rem;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.security-badge {
    background: #2a0a0a;
    color: #ffaaaa;
    padding: 0.5rem 1.2rem;
    border: 1px solid #ff5555;
    font-size: 0.85rem;
    letter-spacing: 2px;
    text-transform: uppercase;
}

/* ========== PGP NOTICE PANEL ========== */
.pgp-notice-panel {
    display: flex;
    gap: 2rem;
    align-items: center;
    margin-bottom: 3rem;
    padding: 2rem;
    background: rgba(20, 0, 0, 0.5);
    border: 2px solid #aa6b2a;
    box-shadow: 6px 6px 0 #3a2a1a;
    flex-wrap: wrap;
}

.pgp-icon {
    font-size: 3.5rem;
    color: #ffaa55;
    flex: 0 0 auto;
}

.pgp-content {
    flex: 1;
}

.pgp-title {
    color: #ffcc88;
    margin-top: 0;
    margin-bottom: 0.8rem;
    font-size: 1.3rem;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.pgp-statement {
    color: #dddddd;
    line-height: 1.7;
    margin-bottom: 1.2rem;
    font-size: 1rem;
}

.pgp-fingerprint {
    display: flex;
    align-items: baseline;
    gap: 1rem;
    background: #1a1a1a;
    padding: 0.8rem 1.2rem;
    border-left: 6px solid #aa6b2a;
    flex-wrap: wrap;
}

.fingerprint-label {
    color: #ffccaa;
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.fingerprint-value {
    color: #eeddbb;
    font-family: monospace;
    font-size: 0.95rem;
    font-weight: bold;
}

/* ========== SECTION HEADING ========== */
.section-heading {
    color: #ff7777;
    border-left: 10px solid #8b0000;
    padding-left: 1.5rem;
    margin: 3rem 0 2rem;
    font-size: 1.8rem;
    letter-spacing: 2px;
    font-weight: 900;
    text-transform: uppercase;
}

/* ========== CHANNELS GRID ========== */
.channels-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 2rem;
    margin: 2rem 0;
}

.channel-card {
    background: #0f0f0f;
    border: 2px solid #550000;
    box-shadow: 8px 8px 0 #2a0000;
    transition: all 0.2s ease;
    display: flex;
    flex-direction: column;
}

.channel-card:hover {
    transform: translate(-2px, -2px);
    box-shadow: 10px 10px 0 #3a0000;
    border-color: #8b0000;
}

.channel-card-header {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 1.2rem 1.5rem;
    background: rgba(30, 0, 0, 0.3);
    border-bottom: 1px solid #331111;
    border-left: 6px solid #8b0000;
}

.channel-icon {
    font-size: 2rem;
}

.channel-title {
    color: #ffaaaa;
    margin: 0;
    font-size: 1.2rem;
    font-weight: 900;
    letter-spacing: 2px;
    flex-grow: 1;
}

.channel-card-body {
    padding: 1.5rem;
    flex-grow: 1;
}

.channel-description {
    color: #cccccc;
    line-height: 1.7;
    margin-bottom: 1.5rem;
    font-size: 0.95rem;
}

.channel-contact,
.channel-security,
.channel-response {
    display: flex;
    align-items: baseline;
    gap: 0.8rem;
    margin-bottom: 0.8rem;
    padding: 0.5rem 0;
    border-bottom: 1px dashed #331111;
    flex-wrap: wrap;
}

.contact-label,
.security-label,
.response-label {
    color: #ff9999;
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 2px;
    min-width: 80px;
}

.contact-link {
    color: #ff8888;
    text-decoration: none;
    font-family: monospace;
    font-size: 0.95rem;
    font-weight: bold;
    border-bottom: 1px dashed #ff5555;
    padding-bottom: 0.2rem;
    word-break: break-all;
}

.contact-link:hover {
    color: #ffffff;
    border-bottom: 1px solid #ffffff;
}

.security-value,
.response-value {
    color: #dddddd;
    font-size: 0.9rem;
}

.channel-card-footer {
    background: #0a0a0a;
    padding: 0.8rem 1.5rem;
    border-top: 1px solid #331111;
}

.channel-doctrine {
    color: #8b6b6b;
    font-size: 0.7rem;
    text-transform: uppercase;
    letter-spacing: 2px;
}

/* ========== SPONSORSHIP SECTION ========== */
.sponsorship-panel {
    margin: 4rem 0;
    border: 3px solid #3a6b2a;
    background: #0c1a0c;
    box-shadow: 8px 8px 0 #1a2a1a;
    padding: 2rem;
}

.sponsorship-header {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1.5rem;
    margin-bottom: 1.5rem;
    flex-wrap: wrap;
}

.sponsor-icon {
    font-size: 2rem;
    color: #ffaa55;
}

.sponsorship-title {
    color: #ffcc88;
    margin: 0;
    font-size: 1.8rem;
    letter-spacing: 4px;
    text-transform: uppercase;
    font-weight: 900;
}

.sponsorship-mission {
    color: #ddddcc;
    font-size: 1.05rem;
    line-height: 1.7;
    text-align: center;
    margin-bottom: 2.5rem;
    padding: 0 1rem;
}

.sponsorship-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 1.5rem;
    margin-bottom: 2rem;
}

.sponsorship-card {
    background: #0f1a0f;
    border: 2px solid #3a6b3a;
    box-shadow: 5px 5px 0 #1a2a1a;
    transition: all 0.2s ease;
}

.sponsorship-card:hover {
    transform: translate(-2px, -2px);
    box-shadow: 7px 7px 0 #2a3a2a;
    border-color: #5a9a5a;
}

.sponsorship-card-header {
    display: flex;
    align-items: center;
    gap: 0.8rem;
    padding: 1rem 1.2rem;
    background: #1a2a1a;
    border-bottom: 1px solid #3a6b3a;
    flex-wrap: wrap;
}

.tier-icon {
    font-size: 1.5rem;
}

.tier-name {
    color: #ccffcc;
    margin: 0;
    font-size: 1rem;
    font-weight: 900;
    letter-spacing: 2px;
    flex-grow: 1;
}

.tier-amount {
    background: #2a3a2a;
    color: #aaffaa;
    padding: 0.3rem 0.8rem;
    border: 1px solid #5a9a5a;
    font-size: 0.8rem;
    font-weight: bold;
    letter-spacing: 1px;
}

.sponsorship-card-body {
    padding: 1.2rem;
}

.tier-description {
    color: #cccccc;
    line-height: 1.6;
    margin: 0;
    font-size: 0.9rem;
}

.sponsorship-cta {
    text-align: center;
    margin-top: 2rem;
}

.sponsorship-button {
    display: inline-block;
    background: #1e3a1e;
    color: #aaffaa;
    padding: 1.2rem 2.5rem;
    text-decoration: none;
    border: 2px solid #5a9a5a;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 4px;
    font-size: 1.1rem;
    transition: all 0.2s;
    box-shadow: 6px 6px 0 #1a2a1a;
}

.sponsorship-button:hover {
    background: #3a6b3a;
    color: #ffffff;
    border-color: #aaffaa;
    box-shadow: 8px 8px 0 #2a3a2a;
    transform: translate(-2px, -2px);
}

.sponsorship-note {
    color: #aaacaa;
    font-size: 0.85rem;
    margin-top: 1.2rem;
}

/* ========== GITHUB PANEL ========== */
.github-panel {
    margin: 3rem 0;
    border: 2px solid #5a3a6b;
    background: #0c0a1a;
    box-shadow: 8px 8px 0 #1a1a2a;
}

.github-header {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1.5rem;
    background: #1a0a2a;
    padding: 1rem 1.5rem;
    border-bottom: 2px solid #6b3a8b;
    flex-wrap: wrap;
}

.github-icon {
    font-size: 1.5rem;
    color: #cc88ff;
}

.github-title {
    color: #ccaaee;
    margin: 0;
    font-size: 1.2rem;
    letter-spacing: 3px;
    text-transform: uppercase;
    font-weight: 900;
}

.github-content {
    padding: 2rem;
}

.github-profile {
    display: flex;
    align-items: baseline;
    gap: 1rem;
    margin-bottom: 1.5rem;
    background: #1a1a2a;
    padding: 1rem;
    border-left: 6px solid #8b5a8b;
    flex-wrap: wrap;
}

.profile-label {
    color: #ccaaee;
    font-size: 0.9rem;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.profile-link {
    color: #cc88ff;
    text-decoration: none;
    font-family: monospace;
    font-size: 1rem;
    font-weight: bold;
    border-bottom: 1px dashed #aa88ff;
    padding-bottom: 0.2rem;
}

.profile-link:hover {
    color: #ffffff;
    border-bottom: 1px solid #ffffff;
}

.github-stats {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 1rem;
}

.stat-item {
    display: flex;
    flex-direction: column;
    gap: 0.3rem;
    padding: 0.8rem;
    background: #0f0f1a;
    border-left: 4px solid #6b4b8b;
}

.stat-label {
    color: #aa99cc;
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.stat-value {
    color: #ddddff;
    font-size: 0.9rem;
    font-weight: bold;
}

/* ========== INSTAGRAM PANEL ========== */
.instagram-panel {
    margin: 3rem 0;
    border: 2px solid #8b5a6b;
    background: #1a0a1a;
    box-shadow: 8px 8px 0 #2a1a2a;
}

.instagram-header {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1.5rem;
    background: #2a0a2a;
    padding: 1rem 1.5rem;
    border-bottom: 2px solid #aa5a8b;
    flex-wrap: wrap;
}

.instagram-icon {
    font-size: 1.5rem;
    color: #ff88aa;
}

.instagram-title {
    color: #ffaacc;
    margin: 0;
    font-size: 1.2rem;
    letter-spacing: 3px;
    text-transform: uppercase;
    font-weight: 900;
}

.instagram-content {
    padding: 2rem;
}

.instagram-profile {
    display: flex;
    align-items: baseline;
    gap: 1rem;
    margin-bottom: 1.5rem;
    background: #2a1a1a;
    padding: 1rem;
    border-left: 6px solid #aa5a6b;
    flex-wrap: wrap;
}

.profile-handle {
    color: #ffaacc;
    font-size: 0.9rem;
    font-weight: bold;
    background: #3a1a2a;
    padding: 0.2rem 0.6rem;
    border: 1px solid #aa6b8b;
}

.instagram-description {
    margin-bottom: 1.5rem;
}

.instagram-statement {
    color: #dddddd;
    line-height: 1.7;
    font-size: 1rem;
}

.instagram-guidelines {
    background: #1a1a1a;
    padding: 1.2rem;
    border-left: 6px solid #aa6b8b;
}

.guidelines-title {
    color: #ffaacc;
    font-size: 0.85rem;
    text-transform: uppercase;
    letter-spacing: 2px;
    display: block;
    margin-bottom: 0.8rem;
}

.guidelines-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.guidelines-list li {
    color: #dddddd;
    padding: 0.4rem 0;
    border-bottom: 1px dotted #3a2a2a;
    font-size: 0.9rem;
}

/* ========== RESPONSE COMMITMENT PANEL ========== */
.response-commitment-panel {
    margin: 4rem 0;
    border: 2px solid #6b4b2a;
    background: #1a1a0a;
    box-shadow: 8px 8px 0 #2a2a1a;
}

.commitment-header {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1.5rem;
    background: #2a1a0a;
    padding: 1rem 1.5rem;
    border-bottom: 2px solid #aa8b5a;
    flex-wrap: wrap;
}

.commitment-icon {
    font-size: 1.5rem;
    color: #ffcc88;
}

.commitment-title {
    color: #ffdd99;
    margin: 0;
    font-size: 1.2rem;
    letter-spacing: 3px;
    text-transform: uppercase;
    font-weight: 900;
}

.commitment-content {
    padding: 2rem;
}

.commitment-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 1.5rem;
    margin-bottom: 1.5rem;
}

.commitment-item {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    padding: 1.2rem;
    background: #2a1a1a;
    border-left: 6px solid #aa8b5a;
}

.commitment-channel {
    color: #ffdd99;
    font-size: 1rem;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.commitment-time {
    color: #aaffaa;
    font-size: 1.2rem;
    font-weight: 900;
}

.commitment-priority {
    color: #ccaaaa;
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.commitment-note {
    color: #ddddcc;
    line-height: 1.7;
    font-size: 0.95rem;
    margin-top: 1rem;
    padding-top: 1rem;
    border-top: 1px dashed #aa8b5a;
}

/* ========== ACCOUNTABILITY DECLARATION ========== */
.accountability-declaration {
    border: 3px solid #8b0000;
    background: #0d0d0d;
    margin: 3rem 0;
    box-shadow: 10px 10px 0 #2a0000;
}

.declaration-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #2a0000;
    padding: 1rem 2rem;
    border-bottom: 2px solid #8b0000;
    flex-wrap: wrap;
    gap: 1rem;
}

.rcorp-seal {
    font-size: 1.4rem;
    font-weight: 900;
    color: #ff7777;
    letter-spacing: 5px;
}

.declaration-stamp {
    background: #000000;
    color: #ff6666;
    padding: 0.5rem 1.8rem;
    border: 1px dashed #ff0000;
    font-weight: 900;
    transform: rotate(-1deg);
    font-size: 0.9rem;
    text-transform: uppercase;
}

.declaration-content {
    padding: 2rem;
}

.declaration-text {
    font-size: 1.15rem;
    line-height: 1.8;
    color: #ddbbbb;
    margin: 0 0 1.5rem;
}

.declaration-signature {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1.5rem;
    flex-wrap: wrap;
    margin-top: 1.5rem;
}

.signature-line {
    color: #8b4b4b;
    letter-spacing: 4px;
}

.signature-title {
    color: #ffaaaa;
    font-size: 0.9rem;
    text-transform: uppercase;
    letter-spacing: 3px;
}

/* ========== QUICK REFERENCE PANEL ========== */
.quick-reference-panel {
    margin: 3rem 0;
    padding: 1.5rem;
    background: #0a0a0a;
    border: 2px dotted #8b4b4b;
}

.reference-title {
    color: #ffaaaa;
    font-size: 1.2rem;
    margin-top: 0;
    margin-bottom: 1.5rem;
    text-align: center;
    letter-spacing: 4px;
    text-transform: uppercase;
}

.reference-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 1rem;
}

.reference-item {
    display: flex;
    align-items: center;
    gap: 0.8rem;
    padding: 0.8rem;
    background: #1a1a1a;
    border-left: 4px solid #8b4b4b;
    flex-wrap: wrap;
}

.reference-icon {
    font-size: 1.2rem;
}

.reference-label {
    color: #ff9999;
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.reference-value {
    color: #dddddd;
    font-family: monospace;
    font-size: 0.9rem;
    font-weight: bold;
}

/* ========== FOOTER NAVIGATION ========== */
.contact-footer {
    margin-top: 4rem;
    padding-top: 2rem;
    border-top: 3px double #8b0000;
}

.footer-nav-links {
    display: flex;
    flex-wrap: wrap;
    gap: 1.2rem;
    margin-bottom: 1.5rem;
    justify-content: center;
}

.footer-nav-link {
    color: #ff8888;
    text-decoration: none;
    font-size: 0.85rem;
    text-transform: uppercase;
    letter-spacing: 2px;
    padding: 0.4rem 0.8rem;
    border-bottom: 1px dashed #8b0000;
}

.footer-nav-link:hover {
    color: #ffffff;
    border-bottom: 1px solid #ffffff;
}

.footer-status {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 1rem;
    margin-bottom: 1rem;
    color: #8b6b6b;
    font-size: 0.8rem;
}

.coordinate {
    font-family: monospace;
    letter-spacing: 2px;
}

.doctrine-version {
    font-family: monospace;
    color: #aa5555;
}

.fingerprint {
    font-family: monospace;
    color: #6b4b4b;
}

.footer-doctrine {
    margin-top: 1rem;
    padding: 0.8rem;
    background: #1a0a0a;
    border-left: 6px solid #8b0000;
    text-align: center;
}

.doctrine-short {
    color: #ddbbbb;
    font-size: 0.85rem;
    letter-spacing: 2px;
}

/* ========== RESPONSIVE ========== */
@media (max-width: 768px) {
    .contact-container {
        width: 95%;
        padding: 1.5rem;
    }

    .contact-title {
        font-size: 1.6rem;
        letter-spacing: 2px;
    }

    .contact-insignia {
        gap: 0.8rem;
    }

    .insignia-mark {
        font-size: 1.8rem;
    }

    .contact-subheader {
        flex-direction: column;
        gap: 0.8rem;
    }

    .pgp-notice-panel {
        flex-direction: column;
        text-align: center;
    }

    .section-heading {
        font-size: 1.5rem;
    }

    .channels-grid {
        grid-template-columns: 1fr;
    }

    .sponsorship-title {
        font-size: 1.4rem;
        letter-spacing: 2px;
    }

    .sponsorship-grid {
        grid-template-columns: 1fr;
    }

    .commitment-grid {
        grid-template-columns: 1fr;
    }

    .declaration-header {
        flex-direction: column;
        text-align: center;
    }

    .reference-grid {
        grid-template-columns: 1fr;
    }

    .footer-nav-links {
        flex-direction: column;
        align-items: center;
    }

    .footer-status {
        flex-direction: column;
        align-items: center;
    }
}

@media (max-width: 480px) {
    .contact-container {
        width: 100%;
        padding: 1rem;
        margin: 0.5rem;
        box-shadow: 8px 8px 0 rgba(139, 0, 0, 0.3);
    }

    .contact-title {
        font-size: 1.2rem;
        letter-spacing: 1px;
    }

    .contact-insignia {
        gap: 0.5rem;
    }

    .insignia-mark {
        font-size: 1.4rem;
    }

    .pgp-icon {
        font-size: 2.5rem;
    }

    .pgp-title {
        font-size: 1.1rem;
    }

    .channel-card-header {
        flex-wrap: wrap;
    }

    .channel-title {
        font-size: 1rem;
    }

    .channel-contact,
    .channel-security,
    .channel-response {
        flex-direction: column;
        align-items: flex-start;
        gap: 0.3rem;
    }

    .sponsorship-button {
        padding: 1rem 1.5rem;
        font-size: 0.9rem;
        letter-spacing: 2px;
        width: 100%;
    }

    .github-profile,
    .instagram-profile {
        flex-direction: column;
        align-items: flex-start;
    }

    .commitment-item {
        align-items: flex-start;
    }

    .commitment-channel {
        font-size: 0.9rem;
    }

    .commitment-time {
        font-size: 1rem;
    }

    .declaration-signature {
        flex-direction: column;
        gap: 0.5rem;
    }

    .reference-item {
        flex-direction: column;
        align-items: flex-start;
    }

    .footer-status {
        align-items: flex-start;
    }
}

/* ========== PRINT STYLES ========== */
@media print {

    .footer-nav-link,
    .contact-link,
    .profile-link,
    .sponsorship-button,
    .fingerprint {
        display: none !important;
    }

    .contact-container {
        box-shadow: none;
        border: 1px solid #333;
    }

    .channel-card,
    .sponsorship-card,
    .github-panel,
    .instagram-panel {
        break-inside: avoid;
        box-shadow: none;
    }
}