/* ============================================================
    BASE
    ============================================================ */
    *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
    body {
    font-family: 'Hanken Grotesk', sans-serif;
    overflow-x: hidden;
    background: #fff;
    color: #111;
    }
    /* ============================================================
    NAVBAR  (same as main site)
    ============================================================ */
    .navbar {
    background: #fff;
    padding: 0 48px;
    height: 72px;
    box-shadow: 0 2px 16px rgba(0,0,0,0.08);
    z-index: 200;
    }
    .navbar > .container-fluid {
    height: 100%;
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    }
    .navbar-brand {
    display: flex;
    align-items: center;
    gap: 9px;
    text-decoration: none;
    white-space: nowrap;
    flex-shrink: 0;
    padding: 0;
    margin-right: 24px;
    }
    .navbar-brand img {     width:139px !important; height: auto; display: block; }
    .navbar-collapse {
    flex: 1;
    display: flex !important;
    align-items: center;
    justify-content: flex-end;
    }
    .navbar-nav {
    flex-direction: row;
    align-items: center;
    gap: 4px;
    margin: 0;
    flex-shrink: 0;
    list-style: none;
    padding: 0;
    }
    .navbar-nav .nav-link {
    font-weight: 600;
    font-size: 0.87rem;
    color: #222 !important;
    padding: 8px 14px !important;
    letter-spacing: 0.2px;
    transition: color 0.2s;
    white-space: nowrap;
    text-decoration: none;
    }
    .navbar-nav .nav-link:hover,
    .navbar-nav .nav-item.active .nav-link { color: #e84118 !important; }
    .nav-phone {
    font-weight: 600;
    font-size: 0.87rem;
    color: #222;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 6px;
    margin: 0 20px 0 8px;
    white-space: nowrap;
    flex-shrink: 0;
    }
    .nav-phone i { color: #e84118; font-size: 0.9rem; }
    .btn-cta {
    background: #e84118;
    color: #fff !important;
    font-weight: 700;
    font-size: 0.78rem;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    padding: 10px 24px;
    border-radius: 4px;
    text-decoration: none;
    transition: background 0.2s;
    white-space: nowrap;
    flex-shrink: 0;
    }
    .btn-cta:hover { background: #c1310f; }
    /* ============================================================
    CONTACT SECTION
    ============================================================ */
    .contact-section {
    padding: 88px 0 108px;
    background: #fff;
    }
    .contact-wrap {
    display: grid;
    grid-template-columns: 1fr 1.55fr;
    gap: 80px;
    align-items: flex-start;
    max-width: 1160px;
    margin: 0 auto;
    padding: 0 40px;
    }
    /* ---- LEFT PANEL ---- */
    .contact-left { padding-top: 4px; }
    .contact-eyebrow {
    font-size: 0.7rem;
    font-weight: 700;
    letter-spacing: 2.5px;
    text-transform: uppercase;
    color: #888;              /* matches .features-eyebrow */
    margin-bottom: 14px;
    display: block;
    }
    .contact-heading {
    font-weight: 900;
    font-size: clamp(2rem, 3.5vw, 2.85rem);
    color: #111;
    line-height: 1.1;
    margin-bottom: 20px;
    }
    .contact-desc {
    font-size: 0.93rem;
    color: #777;              /* matches feature-card p */
    line-height: 1.75;
    margin-bottom: 44px;
    max-width: 340px;
    }
    .contact-info-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 22px;
    }
    .contact-info-item {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    }
    /* Icon box styled like .footer-contact-icon */
    .contact-info-icon {
    width: 36px;
    height: 36px;
    background: rgba(232,65,24,0.08);
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    margin-top: 1px;
    }
    .contact-info-icon i {
    font-size: 0.85rem;
    color: #e84118;           /* theme red */
    }
    .contact-info-text {
    font-size: 0.93rem;
    color: #333;
    font-weight: 500;
    line-height: 1.55;
    }
    /* ---- RIGHT PANEL — FORM ---- */
    .contact-form-wrap { padding-top: 0; }
    .form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 18px;
    margin-bottom: 18px;
    }
    .form-group { display: flex; flex-direction: column; gap: 7px; }
    /* Label style matches hero-form-card label */
    .form-label {
    font-size: 0.7rem;
    font-weight: 700;
    color: #555;
    text-transform: uppercase;
    letter-spacing: 0.7px;
    }
    .form-label .req {
    color: #e84118;
    margin-left: 2px;
    }
    /* Input style matches hero-form-card input */
    .form-control-custom {
    width: 100%;
    padding: 13px 15px;
    border: 1.5px solid #e5e5e5;
    border-radius: 8px;
    font-family: inherit;
    font-size: 0.9rem;
    color: #222;
    background: #fff;
    outline: none;
    transition: border-color 0.2s, box-shadow 0.2s;
    resize: none;
    appearance: none;
    }
    .form-control-custom::placeholder { color: #c0c0c0; }
    .form-control-custom:focus {
    border-color: #e84118;
    box-shadow: 0 0 0 3px rgba(232,65,24,0.10);
    }
    .form-control-custom.error {
    border-color: #e84118;
    box-shadow: 0 0 0 3px rgba(232,65,24,0.08);
    }
    textarea.form-control-custom {
    height: 140px;
    min-height: 110px;
    }
    .form-full { margin-bottom: 18px; }
    /* Consent row */
    .consent-row {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin-bottom: 26px;
    }
    .consent-checkbox {
    width: 16px;
    height: 16px;
    flex-shrink: 0;
    margin-top: 2px;
    cursor: pointer;
    accent-color: #e84118;    /* theme red checkbox tick */
    }
    .consent-label {
    font-size: 0.8rem;
    color: #666;
    line-height: 1.55;
    cursor: pointer;
    }
    .consent-label a {
    color: #e84118;
    text-decoration: none;
    font-weight: 600;
    }
    .consent-label a:hover { text-decoration: underline; }
    /* Submit button — matches .btn-hero-enquire exactly */
    .btn-send {
    background: #e84118;
    color: #fff;
    font-family: inherit;
    font-weight: 700;
    font-size: 0.82rem;
    letter-spacing: 1.8px;
    text-transform: uppercase;
    padding: 15px 38px;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    transition: background 0.2s, transform 0.15s, box-shadow 0.2s;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    }
    .btn-send:hover {
    background: #c1310f;
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(232,65,24,0.38);
    }
    .btn-send:disabled {
    opacity: 0.7;
    cursor: not-allowed;
    transform: none;
    box-shadow: none;
    }
    /* Status message */
    .form-status {
    margin-top: 14px;
    font-size: 0.8rem;
    font-weight: 600;
    display: none;
    }
    .form-status.success { color: #2a9d5c; display: block; }
    .form-status.error   { color: #e84118; display: block; }
    /* ============================================================
    FOOTER  (same as main site)
    ============================================================ */
    .site-footer { background: #0e0e0e; padding: 64px 0 0; }
    .footer-inner {
    display: grid;
    grid-template-columns: 1.8fr 1fr 1fr;
    gap: 48px;
    padding-bottom: 52px;
    border-bottom: 1px solid rgba(255,255,255,0.07);
    }
    .footer-brand-row { display: flex; align-items: center; gap: 10px; margin-bottom: 16px; }
    .footer-tagline {
    font-size: 18px;
    color: rgba(255,255,255,0.38);
    line-height: 1.75;
    max-width: 346px;
    margin: 0 0 28px;
    }
    .footer-socials { display: flex; gap: 8px; }
    .footer-socials a {
    width: 34px; height: 34px;
    border: 1px solid rgba(255,255,255,0.12);
    border-radius: 6px;
    display: flex; align-items: center; justify-content: center;
    color: rgba(255,255,255,0.45);
    font-size: 0.9rem;
    text-decoration: none;
    transition: border-color 0.2s, color 0.2s, background 0.2s;
    }
    .footer-socials a:hover { border-color: #e84118; color: #fff; background: #e84118; }
    .footer-col-title {
    font-weight: 700;
    font-size: 14px;
    letter-spacing: 2.2px;
    text-transform: uppercase;
    color: rgba(255,255,255,0.28);
    margin: 0 0 20px;
    display: block;
    }
    .footer-links { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 11px; }
    .footer-links a {
    font-size: 17px;
    color: rgba(255,255,255,0.55);
    text-decoration: none;
    transition: color 0.2s;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    }
    .footer-links a::before { content: ''; width: 14px; height: 1px; background: #e84118; opacity: 0; transition: opacity 0.2s; flex-shrink: 0; }
    .footer-links a:hover { color: #fff; }
    .footer-links a:hover::before { opacity: 1; }
    .footer-contact-item { display: flex; gap: 13px; align-items: flex-start; margin-bottom: 20px; }
    .footer-contact-item:last-child { margin-bottom: 0; }
    .footer-contact-icon {
    width: 32px; height: 32px;
    background: rgba(232,65,24,0.10);
    border-radius: 6px;
    display: flex; align-items: center; justify-content: center;
    flex-shrink: 0; margin-top: 1px;
    }
    .footer-contact-icon i { color: #e84118; font-size: 0.8rem; }
    .footer-contact-label { font-size: 13px; color: rgba(255,255,255,0.28); font-weight: 600; letter-spacing: 0.8px; text-transform: uppercase; display: block; margin-bottom: 3px; }
    .footer-contact-value { font-size: 16px; color: rgba(255,255,255,0.62); text-decoration: none; font-weight: 500; transition: color 0.2s; display: block; }
    .footer-contact-value:hover { color: #e84118; }
    .footer-bottom { padding: 20px 0; display: flex; align-items: center; justify-content: space-between; }
    .footer-bottom p { font-size: 0.73rem; color: rgba(255,255,255,0.18); margin: 0; }
    .footer-bottom-links { display: flex; gap: 20px; }
    .footer-bottom-links a { font-size: 0.73rem; color: rgba(255,255,255,0.18); text-decoration: none; transition: color 0.2s; }
    .footer-bottom-links a:hover { color: rgba(255,255,255,0.5); }
    /* ============================================================
    RESPONSIVE
    ============================================================ */
    @media (max-width: 991px) {
    .navbar { padding: 0 20px; height: auto; min-height: 60px; }
    .navbar-collapse { flex-direction: column; align-items: flex-start; padding: 12px 0 16px; gap: 8px; }
    .navbar-nav { flex-direction: column; width: 100%; }
    .nav-phone { margin: 4px 0; }
    .btn-cta { margin-top: 4px; }
    .contact-wrap { grid-template-columns: 1fr; gap: 48px; }
    .footer-inner { grid-template-columns: 1fr 1fr; gap: 36px 28px; }
    }
    @media (max-width: 640px) {
    .form-row { grid-template-columns: 1fr; }
    .contact-section { padding: 52px 0 72px; }
    .contact-wrap { padding: 0 20px; gap: 36px; }
    }
    @media (max-width: 575px) {
    .footer-inner { grid-template-columns: 1fr; }
    .footer-bottom { flex-direction: column; gap: 10px; text-align: center; }
    }