/* ==========================================================================
   DESKTOP DEFAULT STYLING (BASE MONITOR)
   ========================================================================== */
.contact-hero { padding: 100px 10% 60px 10%; }
.contact-grid-section { padding: 0 10% 80px 10%; }
.legal-section { padding: 60px 10% 100px 10%; }

.hero-title { font-size: 72px; color: #CCFF00; line-height: 0.9; text-transform: uppercase; margin: 0; letter-spacing: -2px; }
.hero-desc { font-family: 'Inter', sans-serif; font-weight: 400; font-size: 18px; color: #C4C9AC; line-height: 1.6; margin: 0; }
.uplink-badge { display: inline-block; padding: 6px 14px; background: rgba(204, 255, 0, 0.05); border: 1px solid rgba(204, 255, 0, 0.3); margin-bottom: 20px; }
.uplink-badge p { font-family: 'Space Mono', monospace; font-weight: 400; font-size: 12px; color: #CCFF00; text-transform: uppercase; margin: 0; letter-spacing: 2px; }

/* Grid Layout Elements */
.grid-container { display: grid; grid-template-columns: 1.5fr 1fr; gap: 60px; align-items: start; }
.terminal-left-wrapper { border-left: 2px solid #CCFF00; padding-left: 30px; position: relative; }
.terminal-header { display: flex; align-items: center; gap: 10px; margin-bottom: 40px; }
.terminal-header i { color: #CCFF00; font-size: 14px; }
.terminal-header span { font-family: 'Space Mono', monospace; color: #CCFF00; font-size: 12px; letter-spacing: 2px; }

/* Form Components */
.form-split { display: grid; grid-template-columns: 1fr 1fr; gap: 30px; }
.full-width-field { grid-column: span 2 / auto; }
.form-split label { display: block; font-family: 'Space Mono', monospace; font-size: 10px; color: #555; margin-bottom: 10px; text-transform: uppercase; cursor: pointer; }
.terminal-input, .terminal-textarea { width: 100%; background: transparent; border: none; border-bottom: 1px solid #333; color: #eee; font-family: 'Space Mono', monospace; padding: 10px 0; outline: none; }
.terminal-textarea { resize: none; }
.terminal-select { width: 100%; background: #0D0909; border: none; border-bottom: 1px solid #333; color: #CCFF00; font-family: 'Space Mono', monospace; padding: 10px 0; outline: none; appearance: none; cursor: pointer; }

/* Form Footer Actions */
.form-footer-action { grid-column: span 2 / auto; display: flex; align-items: center; gap: 20px; margin-top: 20px; }
.btn-submit-wa { background: #CCFF00; color: #000; border: none; padding: 20px 40px; font-family: 'Space Grotesk', sans-serif; font-weight: 800; font-size: 14px; cursor: pointer; text-transform: uppercase; display: flex; align-items: center; gap: 10px; transition: all 0.3s ease; }
.btn-submit-wa i { font-size: 14px; }
.encryption-tag { font-family: 'Space Mono', monospace; color: #444; font-size: 9px; line-height: 1.2; text-transform: uppercase; }

/* Right Box Info Cards & Radar Graphic */
.info-cards-wrapper { display: flex; flex-direction: column; gap: 20px; }
.info-card { background: rgba(255,255,255,0.02); border: 1px solid #1a1a1a; padding: 20px; display: flex; gap: 15px; }
.icon-box { padding: 12px; border-radius: 4px; height: fit-content; }
.cyan-icon { background: rgba(125, 244, 255, 0.1); color: #7DF4FF; }
.lime-icon { background: rgba(204, 255, 0, 0.1); color: #CCFF00; }
.info-card h5 { color: #CCFF00; font-family: 'Space Mono', monospace; font-size: 10px; margin: 0 0 5px 0; letter-spacing: 1px; }
.info-card p { color: #aaa; font-size: 13px; margin: 0; line-height: 1.4; font-family: 'Space Mono', monospace; }

.radar-box { background: linear-gradient(rgba(204,255,0,0.02), transparent); border: 1px solid #1a1a1a; height: 300px; position: relative; overflow: hidden; padding: 15px; display: flex; flex-direction: column; justify-content: space-between; }
.radar-header, .radar-footer { display: flex; justify-content: space-between; font-family: 'Space Mono', monospace; font-size: 9px; color: #333; }
.radar-core { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); }
.radar-circle { width: 100px; height: 100px; border: 1px solid rgba(204,255,0,0.1); border-radius: 10px; position: relative; }
.radar-blip { position: absolute; top: 40%; left: 60%; width: 8px; height: 8px; background: #CCFF00; border-radius: 50%; box-shadow: 0 0 10px #CCFF00; }
.radar-label { position: absolute; top: 50%; left: 65%; color: #CCFF00; font-size: 8px; font-family: 'Space Mono', monospace; }

/* Legal Section Components */
.legal-block { margin-bottom: 100px; scroll-margin-top: 100px; }
.legal-block.no-margin { margin-bottom: 0; }
.legal-header-wrapper { margin-bottom: 50px; }
.legal-title { font-size: 56px; color: #CCFF00; margin: 0 0 15px 0; font-weight: 700; text-transform: uppercase; }
.title-line { width: 100px; height: 3px; background: #CCFF00; }
.legal-desc { color: #C4C9AC; font-size: 16px; line-height: 1.9; margin-bottom: 40px; max-width: 900px; }
.legal-table { width: 100%; border-collapse: collapse; margin-bottom: 40px; border: 1px solid #1f1f1f; min-width: 100%; }
.legal-table tr { background: rgba(255,255,255,0.03); }
.legal-table th { padding: 20px; border: 1px solid #1f1f1f; text-align: left; color: #CCFF00; font-size: 13px; letter-spacing: 2px; text-transform: uppercase; font-family: 'Space Mono', monospace; }
.legal-table td { padding: 20px; border: 1px solid #1f1f1f; color: #C4C9AC; font-size: 15px; }
.legal-list { color: #C4C9AC; line-height: 2; padding-left: 20px; font-size: 15px; }
.legal-list strong { color: #FFFFFF; }
.rule-box { margin-bottom: 45px; }
.rule-box h3 { color: #CCFF00; font-size: 28px; margin-bottom: 15px; text-transform: uppercase; }
.rule-box p { color: #C4C9AC; line-height: 1.9; font-size: 15px; margin: 0; }

/* ==========================================================================
   TABLET MONITOR BREAKPOINT (Max-width: 991px)
   ========================================================================== */
@media screen and (max-width: 991px) {
    .contact-hero { padding: 80px 5% 40px 5%; }
    .contact-grid-section { padding: 0 5% 60px 5%; }
    .legal-section { padding: 40px 5% 80px 5%; }
    
    .grid-container { grid-template-columns: 1fr; gap: 40px; }
    .hero-title { font-size: 54px; }
}

/* ==========================================================================
   MOBILE MONITOR BREAKPOINT (Max-width: 768px)
   ========================================================================== */
@media screen and (max-width: 768px) {
    .hero-title { font-size: 42px; letter-spacing: -1px; }
    .legal-title { font-size: 36px; }
    .form-split { grid-template-columns: 1fr; gap: 20px; }
    
    .form-footer-action { flex-direction: column; align-items: flex-start !important; gap: 15px !important; }
    .btn-submit-wa { width: 100%; justify-content: center; padding: 18px 20px !important; }
    
    .table-responsive { display: block; width: 100%; overflow-x: auto; -webkit-overflow-scrolling: touch; }
}