/* Ambition IT Contact page */
.contact-container { width: 100%; max-width: 1180px; margin: 0 auto; }
.contact-eyebrow { margin: 0 0 18px; color: #777; font-size: .75rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }

.contact-hero { position: relative; padding: 90px 24px 125px; overflow: hidden; text-align: center; }
.contact-hero-inner { position: relative; z-index: 1; }
.contact-hero h1 { margin: 0 auto; font-size: clamp(3.7rem,8vw,7.4rem); line-height: .9; letter-spacing: -.075em; }.contact-hero h1 span { color: #777; }
.contact-hero-inner > p:not(.contact-eyebrow) { max-width: 700px; margin: 30px auto 34px; color: #555; font-size: 1.08rem; line-height: 1.75; }
.contact-primary-button { display: inline-flex; align-items: center; justify-content: center; gap: 10px; padding: 15px 24px; color: #fff; font-weight: 750; text-decoration: none; background: #111; border: 1px solid #111; border-radius: 28px; transition: .22s ease; }.contact-primary-button:hover { color: #111; background: transparent; transform: translateY(-2px); }
.contact-orbit { position: absolute; inset: 0; pointer-events: none; }.contact-orbit span { position: absolute; border: 1px dashed rgba(0,0,0,.1); border-radius: 50%; animation: contact-spin 60s linear infinite; }.contact-orbit span:nth-child(1) { top: -280px; left: calc(50% - 360px); width: 720px; height: 720px; }.contact-orbit span:nth-child(2) { top: -200px; left: calc(50% - 280px); width: 560px; height: 560px; animation-direction: reverse; }.contact-orbit span:nth-child(3) { top: -120px; left: calc(50% - 200px); width: 400px; height: 400px; }

.contact-main-section { padding: 110px 24px; background: #f5f5f5; }
.contact-main-grid { display: grid; grid-template-columns: .7fr 1.3fr; align-items: start; gap: 70px; }
.contact-details { position: sticky; top: 120px; }.contact-details h2,.contact-section-heading h2,.contact-location-panel h2 { margin: 0; font-size: clamp(2.8rem,5vw,5rem); line-height: .98; letter-spacing: -.06em; }.contact-details-intro { margin: 24px 0 0; color: #666; line-height: 1.7; }
.contact-methods { display: grid; gap: 10px; margin-top: 32px; }.contact-methods > a,.contact-methods > div { display: flex; align-items: center; gap: 13px; padding: 15px; color: #111; text-decoration: none; background: #fff; border: 1px solid #ddd; border-radius: 16px; }.contact-method-icon { display: grid; place-items: center; flex: 0 0 38px; height: 38px; color: #fff; font-weight: 800; background: #111; border-radius: 50%; }.contact-methods span:last-child { display: flex; min-width: 0; flex-direction: column; gap: 3px; }.contact-methods small { color: #888; font-size: .68rem; text-transform: uppercase; letter-spacing: .08em; }.contact-methods strong { overflow-wrap: anywhere; font-size: .82rem; }
.contact-response-card { display: flex; align-items: flex-start; gap: 12px; margin-top: 28px; padding: 20px; color: #fff; background: #111; border-radius: 18px; }.response-dot { flex: 0 0 9px; height: 9px; margin-top: 5px; background: #fff; border-radius: 50%; box-shadow: 0 0 0 6px #303030; animation: contact-pulse 2s ease infinite; }.contact-response-card p { margin: 6px 0 0; color: #aaa; font-size: .8rem; line-height: 1.5; }

.contact-form-card { padding: 32px; background: #fff; border: 1px solid #d8d8d8; border-radius: 30px; box-shadow: 0 22px 50px rgba(0,0,0,.08); }.contact-form-heading { display: flex; justify-content: space-between; margin-bottom: 30px; padding-bottom: 20px; color: #777; font-size: .7rem; font-weight: 800; text-transform: uppercase; letter-spacing: .1em; border-bottom: 1px solid #ddd; }.contact-form { display: grid; gap: 22px; }.contact-field-row { display: grid; grid-template-columns: repeat(2,1fr); gap: 14px; }.contact-field { display: flex; flex-direction: column; gap: 8px; }.contact-field label,.contact-options legend { color: #333; font-size: .8rem; font-weight: 750; }.contact-field input,.contact-field select,.contact-field textarea { width: 100%; padding: 15px 16px; color: #111; font: inherit; background: #fafafa; border: 1px solid #d6d6d6; border-radius: 14px; outline: none; transition: border-color .2s ease,box-shadow .2s ease,background-color .2s ease; }.contact-field textarea { resize: vertical; min-height: 150px; }.contact-field input:focus,.contact-field select:focus,.contact-field textarea:focus { background: #fff; border-color: #111; box-shadow: 0 0 0 3px rgba(0,0,0,.08); }.contact-field input.is-invalid,.contact-field select.is-invalid,.contact-field textarea.is-invalid { border-color: #9b2222; box-shadow: 0 0 0 3px rgba(155,34,34,.09); }
.contact-options { margin: 0; padding: 0; border: 0; }.contact-options legend { margin-bottom: 10px; }.contact-option-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 10px; }.contact-option-grid label { cursor: pointer; }.contact-option-grid input { position: absolute; opacity: 0; pointer-events: none; }.contact-option-grid span { display: block; padding: 15px; color: #555; font-size: .83rem; font-weight: 700; text-align: center; background: #fafafa; border: 1px solid #d6d6d6; border-radius: 14px; transition: .2s ease; }.contact-option-grid input:checked + span { color: #fff; background: #111; border-color: #111; }.contact-option-grid label:hover span { border-color: #777; }
.contact-consent { display: flex; align-items: flex-start; gap: 10px; color: #666; font-size: .78rem; line-height: 1.5; cursor: pointer; }.contact-consent input { flex: 0 0 18px; width: 18px; height: 18px; margin-top: 1px; accent-color: #111; }.contact-submit { display: flex; align-items: center; justify-content: space-between; width: 100%; padding: 17px 20px; color: #fff; font: inherit; font-weight: 800; background: #111; border: 1px solid #111; border-radius: 28px; cursor: pointer; transition: .22s ease; }.contact-submit:hover { color: #111; background: #fff; transform: translateY(-2px); }.contact-form-status { display: none; margin: 0; padding: 14px 16px; line-height: 1.5; border-radius: 13px; }.contact-form-status.is-visible { display: block; }.contact-form-status.is-error { color: #721c24; background: #f8d7da; }.contact-form-status.is-success { color: #fff; background: #111; }.contact-privacy-note { margin: -8px 0 0; color: #888; font-size: .7rem; text-align: center; }

.contact-process-section { padding: 110px 24px; }.contact-section-heading { display: grid; grid-template-columns: 1fr minmax(280px,.45fr); align-items: end; gap: 60px; margin-bottom: 50px; }.contact-section-heading > p { margin: 0; color: #666; line-height: 1.7; }.contact-process-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 13px; }.contact-process-grid article { min-height: 260px; padding: 27px; background: #f6f6f6; border: 1px solid #ddd; border-radius: 24px; transition: .23s ease; }.contact-process-grid article:hover { color: #fff; background: #111; transform: translateY(-6px); }.contact-process-grid span { display: grid; place-items: center; width: 40px; height: 40px; color: #fff; font-size: .7rem; font-weight: 800; background: #111; border-radius: 50%; }.contact-process-grid article:hover span { color: #111; background: #fff; }.contact-process-grid h3 { margin: 55px 0 10px; }.contact-process-grid p { margin: 0; color: #666; line-height: 1.6; }.contact-process-grid article:hover p { color: #bbb; }

.contact-location-section { padding: 0 24px 110px; }.contact-location-panel { display: grid; grid-template-columns: .9fr 1.1fr; gap: 80px; padding: 65px; color: #fff; background: #111; border-radius: 36px; }.contact-location-panel h2 { color: #fff; }.contact-location-panel .contact-eyebrow { color: #999; }.contact-location-panel > div:last-child { align-self: end; }.contact-location-panel > div:last-child #contact-uk-map { margin-bottom: 24px; }.contact-location-panel > div:last-child p { margin: 0 0 25px; color: #aaa; line-height: 1.7; }.contact-location-panel a { color: #fff; font-weight: 750; text-decoration: none; }

.contact-animate { opacity: 0; transform: translateY(42px); transition: opacity .7s ease var(--contact-delay,0ms),transform .7s ease var(--contact-delay,0ms); }.contact-animate.from-left { transform: translateX(-45px); }.contact-animate.from-right { transform: translateX(45px); }.contact-animate.scale-in { transform: scale(.95); }.contact-animate.is-visible { opacity: 1; transform: none; }
@keyframes contact-spin { to { transform: rotate(360deg); } } @keyframes contact-pulse { 50% { opacity: .45; transform: scale(.85); } }

@media (max-width: 900px) { .contact-main-grid,.contact-location-panel { grid-template-columns: 1fr; gap: 45px; }.contact-details { position: static; }.contact-process-grid { grid-template-columns: 1fr; }.contact-process-grid article { min-height: 220px; } }
@media (max-width: 620px) { .contact-hero { padding: 70px 18px 95px; }.contact-hero h1 { font-size: clamp(3.1rem,16vw,4.8rem); }.contact-main-section,.contact-process-section { padding: 75px 16px; }.contact-location-section { padding: 0 10px 75px; }.contact-form-card { padding: 23px 16px; border-radius: 24px; }.contact-field-row,.contact-option-grid { grid-template-columns: 1fr; }.contact-section-heading { grid-template-columns: 1fr; gap: 24px; }.contact-location-panel { padding: 42px 23px; border-radius: 28px; } }

/* Formspark submission states and invisible spam trap. */
.contact-honeypot {
    position: absolute;
    left: -10000px;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

.contact-submit:disabled {
    cursor: wait;
    opacity: 0.65;
    transform: none;
}

.contact-form-status.is-sending {
    display: block;
    color: #333333;
    background-color: #eeeeee;
}

.contact-estimate-preview[hidden] {
    display: none;
}

.contact-estimate-preview {
    padding: 24px;
    color: #ffffff;
    background-color: #111111;
    border: 1px solid #303030;
    border-radius: 22px;
}

.contact-estimate-heading {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 20px;
    padding-bottom: 18px;
    border-bottom: 1px solid #333333;
}

.contact-estimate-heading span {
    color: #999999;
    font-size: 0.75rem;
    font-weight: 800;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.contact-estimate-heading h2 {
    margin: 7px 0 0;
    font-size: 1.45rem;
    line-height: 1.15;
    letter-spacing: -0.025em;
}

.contact-estimate-heading a {
    flex: 0 0 auto;
    color: #ffffff;
    font-size: 0.78rem;
    font-weight: 750;
}

.contact-estimate-preview ul {
    display: grid;
    gap: 8px;
    margin: 20px 0;
    padding: 0;
    color: #c3c3c3;
    font-size: 0.82rem;
    list-style: none;
}

.contact-estimate-preview li::before {
    content: "✓";
    margin-right: 8px;
    color: #ffffff;
    font-weight: 900;
}

.contact-estimate-costs {
    display: grid;
    gap: 10px;
    padding: 17px 0;
    border-top: 1px solid #333333;
    border-bottom: 1px solid #333333;
}

.contact-estimate-costs div {
    display: flex;
    justify-content: space-between;
    gap: 18px;
    color: #b7b7b7;
    font-size: 0.8rem;
}

.contact-estimate-costs strong {
    color: #ffffff;
    text-align: right;
}

#contact-estimate-promotion {
    margin: 16px 0 0;
    padding: 12px 14px;
    color: #111111;
    font-size: 0.8rem;
    font-weight: 800;
    background-color: #ffffff;
    border-radius: 12px;
}

#contact-estimate-promotion[hidden] {
    display: none;
}

.contact-estimate-preview > small {
    display: block;
    margin-top: 16px;
    color: #929292;
    font-size: 0.75rem;
    line-height: 1.5;
}

@media (max-width: 620px) {
    .contact-estimate-preview {
        padding: 20px 16px;
    }

    .contact-estimate-heading {
        flex-direction: column;
    }
}

@media (prefers-reduced-motion: reduce) { .contact-orbit span,.response-dot { animation: none; }.contact-animate { opacity: 1; transform: none; transition: none; } }
