:root { --ink: #102a43; --muted: #627d98; --line: #d9e2ec; --surface: #f6f9fc; --brand: #6e7600; --brand-dark: #4f5400; --accent: #9fbe37; }
.contact-hero { background: radial-gradient(circle at 85% 15%, rgba(157, 169, 0, .28), transparent 31%), linear-gradient(118deg, #071f33 0%, #14301c 65%, #3d4a0b 100%); color: #fff; overflow: hidden; position: relative; }
.contact-hero:after { content: ''; position: absolute; right: -6rem; bottom: -11rem; width: 34rem; height: 34rem; border: 1px solid rgba(255,255,255,.16); border-radius: 50%; box-shadow: 0 0 0 4rem rgba(255,255,255,.035), 0 0 0 8rem rgba(255,255,255,.025); }
.contact-hero-inner { position: relative; z-index: 1; max-width: 1240px; margin: 0 auto; padding: 42px 42px 58px; }
.contact-eyebrow-row { display: flex; flex-wrap: wrap; align-items: center; gap: 16px; margin: 0 0 28px; }
.contact-eyebrow { color: #bdeef2; font-size: 12px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; margin: 0; }
.contact-eyebrow-divider { width: 1px; height: 16px; background: rgba(255,255,255,.22); }
.contact-hero h1 { max-width: 680px; font-size: clamp(38px, 4vw, 56px); font-weight: 500; line-height: 1.08; letter-spacing: -.045em; }
.contact-hero h1 span { color: #c8df65; }
.contact-hero-copy { max-width: 570px; color: #d5e4eb; font-size: 16px; line-height: 1.55; margin: 16px 0 0; }
.contact-hero-meta { display: flex; flex-wrap: wrap; gap: 10px 12px; color: #e2f1f3; font-size: 13px; }
.contact-hero-meta span { display: flex; align-items: center; background: rgba(255,255,255,.07); border: 1px solid rgba(255,255,255,.14); border-radius: 999px; padding: 6px 14px; }
.contact-hero-meta i { margin-right: 8px; }
.contact-hero-meta i.ico-blue { color: #c8df65; }
.contact-hero-meta i.ico-amber { color: #fbbf24; }
.contact-card-section { background: linear-gradient(180deg, #edf5f8 0, #fff 62%); padding: 24px 0 100px; overflow: visible; }
.contact-grid {
    display: flex;
    gap: 34px;
    align-items: flex-start;
    position: relative;
    z-index: 2;
}
.contact-info-col {
    flex: 0 0 330px;
    background: var(--ink);
    border: 1px solid rgba(255, 255, 255, .14);
    border-radius: 18px;
    padding: 44px 29px 32px;
    box-shadow: 0 18px 42px rgba(16, 42, 67, .18);
}
.contact-info-col > p:first-child { color: #c3d98a; font-size: 12px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; margin-bottom: 26px; }
.contact-info-col h2 {
    font-size: 17px;
    color: #ffffff;
    font-weight: 600;
    margin: 0 0 10px;
    padding: 0;
}
.contact-info-col h2:not(:first-child) {
    margin-top: 32px;
}
.contact-info-col p {
    color: #bdd0de;
    font-size: 14px;
    line-height: 1.7;
    margin: 0 0 6px;
    padding: 0;
}
.contact-info-col a { color: #e6efd6; text-decoration: none; }
.contact-info-col a:hover { color: #c8df65; }
.contact-info-divider { border: 0; border-top: 1px solid rgba(255,255,255,.14); margin: 25px 0 0; }
.contact-form-col {
    flex: 1 1 auto;
    min-width: 0;
}
.cus-card {
    background: #ffffff;
    border-radius: 18px;
    border: 1px solid #e6eef2;
    box-shadow: 0 24px 50px rgba(16, 42, 67, .12);
    padding: 38px 38px 26px;
}
.cus-card-header {
    text-align: left;
    margin-bottom: 16px;
}
.cus-card-header p { color: var(--brand); font-size: 12px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; margin: 0 0 10px; }
.cus-card-header h3 {
    font-size: clamp(25px, 2.5vw, 32px);
    color: var(--ink);
    font-weight: 600;
    line-height: 1.13;
    letter-spacing: -.025em;
    margin: 0;
}
.cus-card-header h3 span { color: var(--brand); }
#enquiryForm { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 13px 20px; }
.cus-row { display: grid; grid-template-columns: 40px minmax(0, 1fr); gap: 10px; align-items: start; padding: 0; border: 0; }
.cus-row-message { grid-column: 1 / -1; }
.cus-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border: 1px solid #dde6b8;
    border-radius: 10px;
    background: #f2f6de;
    color: var(--brand);
    font-size: 16px;
}
.cus-icon i {
    display: inline-block;
}
.cus-icon i { color: var(--brand); }
.cus-icon-blue { background: #e7edfc; border-color: #c6d5f7; }
.cus-icon-blue i { color: #3457d5; }
.cus-icon-pink { background: #fce7f3; border-color: #f7c6e0; }
.cus-icon-pink i { color: #d53480; }
.cus-icon-green { background: #f2f6de; border-color: #dde6b8; }
.cus-icon-green i { color: var(--brand); }
.cus-icon-amber { background: #fdf1dd; border-color: #f7dfab; }
.cus-icon-amber i { color: #b5730a; }
.cus-icon-purple { background: #f1e9fc; border-color: #ddc6f7; }
.cus-icon-purple i { color: #7434d5; }
.contact-info-col h2 i {
    color: #c8df65;
    margin-right: 8px;
}
.cus-field {
    flex: 1 1 auto;
    min-width: 0;
}
.cus-field label {
    display: block;
    font-weight: 700;
    color: var(--ink);
    font-size: 15px;
    margin-bottom: 6px;
}
.cus-hint { display: none; }
.cus-field .form-control {
    border: 1px solid var(--line);
    border-radius: 8px;
    height: 44px;
    padding: 10px 12px;
    background: linear-gradient(180deg, #ffffff 0%, #f9fbfa 100%);
    font-size: 14px;
    color: var(--ink);
    box-shadow: none;
    transition: all 0.2s ease;
}
.cus-field .form-control:focus {
    border-color: var(--brand);
    box-shadow: 0 0 0 3px rgba(110, 118, 0, .16);
    background: #ffffff;
    outline: none;
}
.cus-field textarea.form-control {
    min-height: 66px;
    height: auto;
    resize: vertical;
    line-height: 1.5;
}
.cus-submit-btn {
    grid-column: 1 / -1;
    width: auto;
    justify-self: center;
    margin-top: 2px;
    background: var(--brand);
    color: #ffffff;
    border: none;
    border-radius: 8px;
    padding: 13px 22px;
    font-size: 16px;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.25s ease;
}
.cus-submit-btn:hover {
    background: var(--brand-dark);
    transform: translateY(-1px);
}
.cus-submit-btn:disabled {
    background: #b7c4c1;
    cursor: not-allowed;
    transform: none;
}
.cus-recaptcha-note {
    grid-column: 1 / -1;
    margin-top: 14px;
    font-size: 12px;
    color: var(--muted);
    text-align: center;
}
.cus-trust-row {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    margin-top: 16px;
    padding: 16px 0 0;
    border-top: 1px solid #edf2f5;
}
.cus-trust-item {
    flex: 1 1 180px;
    display: flex;
    gap: 14px;
    align-items: flex-start;
}
.cus-trust-item i {
    color: var(--brand);
    font-size: 22px;
    margin-top: 2px;
}
.cus-trust-item h4 {
    font-size: 15px;
    margin: 0 0 3px;
    color: var(--ink);
}
.cus-trust-item p {
    font-size: 13px;
    color: var(--muted);
    margin: 0;
}
@media (max-width: 992px) {
    .contact-grid {
        flex-direction: column;
        margin-top: -30px;
    }
    .contact-info-col {
        flex: 1 1 auto;
        width: 100%;
    }
}
@media (max-width: 767px) {
    .contact-hero-inner { padding: 38px 20px 50px; text-align: center; }
    .contact-eyebrow-row { flex-direction: column; justify-content: center; gap: 12px; margin-bottom: 20px; }
    .contact-eyebrow-divider { display: none; }
    .contact-hero h1 { font-size: 36px; line-height: 1.1; margin-left: auto; margin-right: auto; }
    .contact-hero-copy { font-size: 15px; margin: 14px auto 0; }
    .contact-hero-meta { justify-content: center; gap: 8px 10px; font-size: 13px; }
    .contact-grid { gap: 22px; margin-top: -20px; }
    .contact-info-col { padding: 25px 23px; border-radius: 16px; }
    .contact-info-col, .contact-info-col > p:first-child, .contact-info-col h2, .contact-info-col p { text-align: center; }
    .contact-info-col h2:not(:first-child) { margin-top: 25px; }
    .contact-info-divider { margin-top: 20px; }
}
@media (max-width: 576px) {
    .cus-card {
        padding: 28px 20px;
    }
    #enquiryForm { grid-template-columns: 1fr; gap: 15px; }
    .cus-row-message, .cus-submit-btn, .cus-recaptcha-note { grid-column: 1; }
    .cus-submit-btn { width: 100%; }
}
.reveal { opacity: 0; transform: translateY(16px); transition: opacity .5s ease, transform .5s ease; }
.reveal.is-visible { opacity: 1; transform: translateY(0); }
@media (prefers-reduced-motion: reduce) {
    .reveal { opacity: 1; transform: none; transition: none; }
}
