/* ═══════════════════════════════════════
   Contact Us — Modern Redesign
   Colors: #D74352 (red/brand), #8ab445 (green), #f2b71c (yellow), #325277 (dark blue)
   ═══════════════════════════════════════ */

/* ── Hero ──────────────────────────────── */
.cu-hero {
    background: linear-gradient(135deg, #9e1c2b 0%, #D74352 55%, #e8627a 100%);
    padding: 64px 0 52px;
    text-align: center;
    position: relative;
    overflow: hidden;
}
.cu-hero::before {
    content: '';
    position: absolute;
    width: 500px; height: 500px;
    border-radius: 50%;
    background: rgba(255,255,255,0.04);
    top: -260px; right: -140px;
}
.cu-hero::after {
    content: '';
    position: absolute;
    width: 360px; height: 360px;
    border-radius: 50%;
    background: rgba(255,255,255,0.04);
    bottom: -180px; left: -100px;
}
.cu-hero-inner { position: relative; z-index: 1; }
.cu-hero h1 {
    color: #fff; font-size: 42px;
    margin: 0 0 10px; font-weight: 700;
    letter-spacing: -0.5px;
}
.cu-hero p {
    color: rgba(255,255,255,0.88); font-size: 17px;
    margin: 0 0 32px;
}
/* Quick-contact pills in hero */
.cu-hero-pills { display: flex; justify-content: center; flex-wrap: wrap; gap: 12px; }
.cu-hero-pill {
    display: inline-flex; align-items: center; gap: 8px;
    background: rgba(255,255,255,0.15);
    border: 1px solid rgba(255,255,255,0.3);
    color: #fff; font-size: 14px; font-weight: 500;
    padding: 8px 18px; border-radius: 50px;
    backdrop-filter: blur(4px);
    text-decoration: none;
    transition: background 0.2s;
}
.cu-hero-pill:hover { background: rgba(255,255,255,0.25); color: #fff; text-decoration: none; }
.cu-hero-pill .fa { font-size: 13px; opacity: 0.85; }

/* ── Page body ─────────────────────────── */
.cu-page { background: #f5f6f8; padding: 48px 0 60px; }

/* ── Info strip (single card, 4 equal columns) ── */
.cu-info-strip {
    display: flex;
    background: #fff;
    border-radius: 14px;
    box-shadow: 0 2px 20px rgba(0,0,0,0.08);
    overflow: hidden;
    margin-bottom: 40px;
    border-top: 4px solid #D74352;
}
.cu-strip-col {
    flex: 1;
    padding: 32px 24px 32px;
    border-right: 1px solid #f0f0f0;
    display: flex; flex-direction: column; align-items: center;
    text-align: center;
    transition: background 0.2s;
}
.cu-strip-col:last-child { border-right: none; }
.cu-strip-col:hover { background: #fdf8f8; }

.cu-strip-icon {
    width: 68px; height: 68px; border-radius: 50%;
    background: linear-gradient(135deg, #fde8ea 0%, #f9c5cb 100%);
    display: flex; align-items: center; justify-content: center;
    margin-bottom: 14px; flex-shrink: 0;
    transition: background 0.2s;
}
.cu-strip-icon .fa { font-size: 26px; color: #D74352; }
.cu-strip-col:hover .cu-strip-icon { background: linear-gradient(135deg, #D74352 0%, #c0392b 100%); }
.cu-strip-col:hover .cu-strip-icon .fa { color: #fff; }

.cu-strip-label {
    font-size: 11px; font-weight: 800; text-transform: uppercase;
    letter-spacing: 1px; color: #D74352; margin-bottom: 16px;
}

.cu-strip-body { font-size: 13px; color: #555; width: 100%; }

/* Row layout inside strip columns */
.cu-contact-row {
    display: flex; flex-direction: column; align-items: center;
    margin-bottom: 14px; padding-bottom: 14px;
    border-bottom: 1px dashed #f0f0f0;
}
.cu-contact-row:last-child { margin-bottom: 0; padding-bottom: 0; border-bottom: none; }
.cu-contact-tag {
    font-size: 10px; font-weight: 700; text-transform: uppercase;
    letter-spacing: 0.7px; color: #aaa; margin-bottom: 3px;
}
.cu-phone { font-size: 15px; font-weight: 700; color: #222; }

/* Address blocks */
.cu-addr-block {
    font-size: 13px; line-height: 1.7; color: #555;
    margin-bottom: 14px; padding-bottom: 14px;
    border-bottom: 1px dashed #f0f0f0;
}
.cu-addr-block:last-child { margin-bottom: 0; padding-bottom: 0; border-bottom: none; }
.cu-addr-tag {
    display: inline-block;
    font-size: 10px; font-weight: 700; text-transform: uppercase;
    letter-spacing: 0.7px; color: #aaa; margin-bottom: 4px;
}

/* ── Email links ───────────────────────── */
.cu-link { color: #D74352 !important; font-weight: 600; word-break: break-all; font-size: 13px; }
.cu-link:hover { color: #9e1c2b !important; text-decoration: underline; }

/* ── W9 banner ─────────────────────────── */
.cu-w9-bar {
    background: #fffbf0; border: 1px solid #f2e0a0;
    border-radius: 8px; padding: 10px 18px;
    text-align: center; margin-bottom: 28px;
    font-size: 13px;
}
.cu-w9-bar a { color: #b8860b !important; font-weight: 600; }
.cu-w9-bar a:hover { text-decoration: underline; }

/* ── Form card ─────────────────────────── */
.cu-form-card {
    background: #fff; border-radius: 12px;
    box-shadow: 0 2px 16px rgba(0,0,0,0.07);
    padding: 36px 32px;
    height: 100%;
}
.cu-form-heading {
    font-size: 20px; font-weight: 700; color: #1a1a2e;
    margin: 0 0 6px;
}
.cu-form-subheading {
    font-size: 13px; color: #888; margin: 0 0 28px;
}
.cu-form-divider {
    width: 40px; height: 3px; background: #D74352;
    border-radius: 2px; margin: 0 0 28px;
}

/* Field groups */
.cu-field { margin-bottom: 20px; }
.cu-field label {
    display: block; font-size: 12px; font-weight: 700;
    text-transform: uppercase; letter-spacing: 0.6px;
    color: #888; margin-bottom: 6px;
}
.cu-field input,
.cu-field textarea {
    width: 100%; padding: 11px 14px;
    border: 2px solid #e8e8e8; border-radius: 8px;
    font-size: 14px; color: #333;
    background: #fafafa;
    transition: border-color 0.2s, background 0.2s;
    font-family: inherit;
}
.cu-field input:focus,
.cu-field textarea:focus {
    outline: none; border-color: #D74352;
    background: #fff;
}
.cu-field textarea { resize: vertical; min-height: 120px; }
.cu-field .required { color: #D74352; margin-left: 2px; }

/* Submit */
.cu-submit-wrap { margin-top: 8px; }
.cu-submit-btn {
    width: 100%; padding: 14px;
    background: linear-gradient(135deg, #D74352 0%, #c0392b 100%);
    color: #fff !important; font-size: 16px; font-weight: 700;
    border: none; border-radius: 8px; cursor: pointer;
    letter-spacing: 0.3px;
    transition: opacity 0.2s, transform 0.15s;
    display: block; text-align: center;
}
.cu-submit-btn:hover { opacity: 0.9; transform: translateY(-1px); }
.cu-submit-btn:active { transform: translateY(0); }
.cu-submit-btn .fa { margin-right: 8px; }

/* Success */
.cu-success {
    display: none; margin-top: 20px;
    background: #f1f9e8; border: 1px solid #c3e09a;
    border-left: 4px solid #8ab445;
    border-radius: 8px; padding: 14px 18px;
    color: #4a7c20; font-size: 14px; font-weight: 600;
}

/* ── Map card ──────────────────────────── */
.cu-map-card {
    border-radius: 12px; overflow: hidden;
    box-shadow: 0 2px 16px rgba(0,0,0,0.09);
    height: 100%; min-height: 500px;
    position: relative;
}
.cu-map-card-header {
    background: #325277; color: #fff;
    padding: 14px 20px; font-size: 14px;
    font-weight: 700; display: flex; align-items: center; gap: 8px;
}
.cu-map-card-header .fa { color: rgba(255,255,255,0.7); }
.cu-map-card > div { height: calc(100% - 48px); }

/* ── Responsive ────────────────────────── */
@media(max-width: 991px) {
    .cu-info-strip { flex-wrap: wrap; }
    .cu-strip-col { flex: 0 0 50%; border-bottom: 1px solid #f0f0f0; }
    .cu-strip-col:nth-child(2) { border-right: none; }
    .cu-strip-col:nth-child(3) { border-bottom: none; }
    .cu-strip-col:last-child { border-bottom: none; }
    .cu-form-card { margin-bottom: 24px; }
}
@media(max-width: 767px) {
    .cu-hero { padding: 40px 0 36px; }
    .cu-hero h1 { font-size: 28px; }
    .cu-hero p { font-size: 15px; }
    .cu-hero-pill { font-size: 12px; padding: 7px 14px; }
    .cu-info-strip { flex-direction: column; }
    .cu-strip-col { flex: 0 0 100%; border-right: none !important; border-bottom: 1px solid #f0f0f0 !important; }
    .cu-strip-col:last-child { border-bottom: none !important; }
    .cu-form-card { padding: 24px 18px; }
    .cu-page { padding: 28px 0 40px; }
}
