.page-contact {
    --first-section-top: 0px;
}

.page-contact .contact-section {
    position: relative;
    margin-top: calc(var(--nav-height) - var(--nav-clearance) - 28px);
    padding-top: 0;
    padding-bottom: clamp(48px, 5.2vw, 84px);
    overflow: clip;
}

.page-contact .contact-hero {
    position: relative;
    width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    margin-bottom: 0;
    overflow: hidden;
    padding:
        clamp(16px, 1.8vw, 28px)
        max(22px, calc((100vw - var(--container)) / 2 + 12px))
        clamp(22px, 2.2vw, 34px);
    border-radius: 0;
    border: 0;
    background:
        linear-gradient(180deg, rgba(7, 10, 15, 0.1), rgba(7, 10, 15, 0.42)),
        radial-gradient(36% 34% at 16% 18%, rgba(206, 26, 26, 0.16), rgba(206, 26, 26, 0)),
        radial-gradient(28% 24% at 84% 24%, rgba(126, 143, 169, 0.1), rgba(126, 143, 169, 0)),
        url('../../images/f1.png') center center / cover no-repeat;
    box-shadow:
        0 30px 72px rgba(0, 0, 0, 0.3);
    isolation: isolate;
}

.page-contact .contact-hero::before {
    content: '';
    position: absolute;
    inset: 0;
    background:
        linear-gradient(90deg, rgba(5, 8, 13, 0.82) 0%, rgba(5, 8, 13, 0.6) 34%, rgba(5, 8, 13, 0.16) 62%, rgba(5, 8, 13, 0.06) 100%),
        linear-gradient(180deg, rgba(9, 12, 18, 0.04), rgba(9, 12, 18, 0.42));
    pointer-events: none;
}

.page-contact .contact-hero-grid {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(380px, 46%) minmax(0, 1fr);
    gap: clamp(20px, 3vw, 42px);
    align-items: center;
    min-height: clamp(440px, 42vw, 620px);
}

.page-contact .contact-hero-visual {
    position: relative;
    min-height: clamp(320px, 34vw, 480px);
}

.page-contact .contact-hero-visual::before,
.page-contact .contact-hero-visual::after {
    content: '';
    position: absolute;
    border-radius: 999px;
    pointer-events: none;
}

.page-contact .contact-hero-visual::before {
    inset: auto 3% 8% auto;
    width: clamp(300px, 36vw, 560px);
    height: clamp(140px, 18vw, 220px);
    background:
        radial-gradient(100% 100% at 50% 50%, rgba(235, 34, 34, 0.18), rgba(235, 34, 34, 0) 64%);
    filter: blur(20px);
    opacity: 0.7;
}

.page-contact .contact-hero-visual::after {
    right: 4%;
    bottom: 2%;
    width: min(100%, 620px);
    height: clamp(220px, 28vw, 360px);
    border-radius: 24px;
    background:
        radial-gradient(120% 100% at 70% 50%, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0) 36%),
        linear-gradient(135deg, rgba(18, 23, 33, 0.34), rgba(12, 16, 24, 0.02) 54%, rgba(151, 20, 20, 0.08));
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.04),
        0 24px 42px rgba(0, 0, 0, 0.12);
    opacity: 0.36;
    transform: none;
}

.page-contact .location-panel {
    position: relative;
    display: grid;
    gap: 14px;
    width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    margin-top: 2px;
    padding: 0;
    border-radius: 0;
    border: 0;
    background:
        linear-gradient(180deg, rgba(7, 10, 15, 0.1), rgba(7, 10, 15, 0.42)),
        radial-gradient(36% 34% at 16% 18%, rgba(206, 26, 26, 0.16), rgba(206, 26, 26, 0)),
        radial-gradient(28% 24% at 84% 24%, rgba(126, 143, 169, 0.1), rgba(126, 143, 169, 0));
    box-shadow:
        0 30px 72px rgba(0, 0, 0, 0.3);
    isolation: isolate;
}

.page-contact .visually-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.page-contact .location-panel::before {
    content: none;
}

.page-contact .location-meta-item,
.page-contact .location-map-label {
    position: absolute;
    top: 18px;
    left: 24px;
    z-index: 7;
    color: rgba(186, 201, 227, 0.62);
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.page-contact .office-map-shell {
    position: relative;
    border-radius: 24px;
    height: 560px;
    overflow: hidden;
    border: 1px solid rgba(255, 0, 0, 0.22);
    background: rgba(7, 10, 17, 0.7);
    box-shadow:
        0 0 28px rgba(255, 0, 0, 0.14),
        0 24px 60px rgba(0, 0, 0, 0.4);
}

.page-contact .location-map-surface {
    position: relative;
    width: 100%;
    height: 100%;
    min-height: 0;
    padding: 0;
    border-radius: 22px;
    background: transparent;
}

.page-contact .office-info-card {
    position: absolute;
    left: 40px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 6;
    display: grid;
    align-content: start;
    gap: 16px;
    min-height: 0;
    padding: 24px;
    width: min(330px, calc(100% - 80px));
    border-radius: 22px;
    border: 1px solid rgba(255, 0, 0, 0.26);
    background: rgba(8, 12, 20, 0.72);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.08),
        0 24px 50px rgba(0, 0, 0, 0.38),
        0 0 30px rgba(255, 0, 0, 0.08);
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
}

.page-contact .location-map-card-topline {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}

.page-contact .location-map-card-kicker,
.page-contact .location-map-card-status,
.page-contact .location-map-card-meta dt,
.page-contact .location-map-attribution {
    color: rgba(184, 199, 225, 0.62);
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.18em;
    text-transform: uppercase;
}

.page-contact .location-map-card-status {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 10px;
    border-radius: 999px;
    border: 1px solid rgba(255, 108, 108, 0.16);
    background: rgba(130, 12, 12, 0.18);
    color: rgba(255, 223, 223, 0.82);
    letter-spacing: 0.14em;
}

.page-contact .location-map-card-status::before {
    content: '';
    width: 7px;
    height: 7px;
    border-radius: 999px;
    background: #ff0000;
    box-shadow:
        0 0 10px rgba(255, 0, 0, 0.9),
        0 0 18px rgba(255, 0, 0, 0.42);
}

/* Premium Office Info Card */
.page-contact .office-info-card {
    background: linear-gradient(135deg, #0a0d12, #0f1419);
    border: 1px solid rgba(255, 27, 27, 0.12);
    border-radius: 12px;
    padding: 0 24px 24px 24px;
    position: relative;
    overflow: hidden;
    backdrop-filter: blur(10px);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.04),
        0 8px 32px rgba(0, 0, 0, 0.5),
        0 0 0 1px rgba(255, 27, 27, 0.04);
}

/* Premium Office Header */
.page-contact .office-header {
    position: relative;
    height: 140px; /* Maximum height for optimal image display */
    margin: -24px -24px 6px -24px; /* Tightened bottom margin */
    border-radius: 12px 12px 0 0;
    overflow: hidden;
}

.page-contact .office-header-bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('../../images/office.png') center 8% / cover no-repeat;
    /* CHANGE THIS PATH: Update office.png to office.jpg if needed */
}

.page-contact .office-header-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(90deg, rgba(11, 15, 20, 0.9) 0%, rgba(11, 15, 20, 0.6) 50%, rgba(11, 15, 20, 0.4) 100%);
    box-shadow: inset 0 0 0 1px rgba(255, 27, 27, 0.12);
}

.page-contact .office-header::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, rgba(255, 27, 27, 0.6), rgba(255, 27, 27, 0.2), transparent);
    opacity: 0.8;
    z-index: 2;
}

.page-contact .office-header::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(255, 27, 27, 0.3), transparent);
    opacity: 0.6;
    z-index: 2;
}

.page-contact .office-header-title {
    position: absolute;
    bottom: 20px;
    left: 24px;
    right: 24px;
    font-family: 'Dash Title', 'AF1', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    font-size: 22px;
    font-weight: 700;
    font-style: italic;
    letter-spacing: 0.02em;
    color: #ffffff;
    text-transform: uppercase;
    margin: 0;
    z-index: 3;
    text-shadow: 0 2px 12px rgba(0, 0, 0, 0.7);
    padding-right: 40px; /* Better spacing from right edge */
}

.page-contact .location-map-card-location {
    margin: 0;
    color: rgba(222, 232, 248, 0.82);
    font-size: 16px;
    line-height: 1.5;
}

.page-contact .location-map-card-meta {
    display: grid;
    gap: 10px;
    margin: 0;
}

.page-contact .location-map-card-meta-row {
    display: grid;
    gap: 5px;
    padding-top: 12px;
    border-top: 1px solid rgba(196, 210, 234, 0.1);
}

.page-contact .location-map-card-meta dt,
.page-contact .location-map-card-meta dd {
    margin: 0;
}

.page-contact .location-map-card-meta dd {
    color: rgba(248, 250, 255, 0.92);
    font-family: 'AF1', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    font-size: 14px;
    letter-spacing: -0.01em;
}

.page-contact .office-map-canvas,
.page-contact #officeMap {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: transparent;
}

.page-contact .office-map-shell::after {
    content: none;
}

.page-contact #officeMap .leaflet-pane,
.page-contact #officeMap .leaflet-tile,
.page-contact #officeMap .leaflet-marker-pane,
.page-contact #officeMap .leaflet-shadow-pane,
.page-contact #officeMap .leaflet-overlay-pane {
    filter: saturate(0.95) contrast(1.04) brightness(1);
}

.page-contact #officeMap .leaflet-control-zoom {
    margin: 22px 22px 0 0;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.32);
}

.page-contact #officeMap .leaflet-control-zoom a {
    width: 44px;
    height: 44px;
    line-height: 42px;
    border: 0;
    background: rgba(9, 13, 22, 0.82);
    color: #ff0000;
    transition: background-color 180ms ease, color 180ms ease;
}

.page-contact #officeMap .leaflet-control-zoom a:hover,
.page-contact #officeMap .leaflet-control-zoom a:focus-visible {
    background: rgba(19, 26, 39, 0.96);
    color: #ff0000;
}

.page-contact #officeMap .leaflet-control-attribution {
    margin: 0 18px 14px 0;
    padding: 7px 10px;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.06);
    background: rgba(8, 11, 18, 0.68);
    color: rgba(186, 201, 227, 0.58);
    font-size: 10px;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
}

.page-contact #officeMap .leaflet-control-attribution a {
    color: rgba(255, 0, 0, 0.8);
}

.page-contact .office-map-vignette {
    position: absolute;
    inset: 0;
    z-index: 2;
    pointer-events: none;
    background:
        radial-gradient(110% 85% at 50% 50%, rgba(255, 255, 255, 0) 48%, rgba(4, 7, 12, 0.1) 73%, rgba(4, 7, 12, 0.38) 100%);
}

.page-contact .location-map-marker {
    position: relative;
    display: block;
    width: 34px;
    height: 46px;
}

.page-contact .location-map-marker-wrap {
    background: transparent;
    border: 0;
}

.page-contact .location-map-marker::before,
.page-contact .location-map-marker::after,
.page-contact .location-map-marker > span::before {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.page-contact .location-map-marker::before {
    top: 14px;
    width: 18px;
    height: 18px;
    border-radius: 999px;
    background:
        radial-gradient(circle, rgba(255, 0, 0, 0.98) 0%, rgba(255, 0, 0, 0.98) 44%, rgba(201, 18, 18, 0.94) 72%, rgba(201, 18, 18, 0) 100%);
    box-shadow:
        0 0 14px rgba(255, 0, 0, 0.95),
        0 0 30px rgba(255, 0, 0, 0.42);
    z-index: 3;
}

.page-contact .location-map-marker::after {
    top: 14px;
    width: 34px;
    height: 34px;
    border-radius: 999px;
    border: 1px solid rgba(255, 0, 0, 0.46);
    background: radial-gradient(circle, rgba(255, 0, 0, 0.18), rgba(255, 0, 0, 0) 72%);
    box-shadow: 0 0 18px rgba(255, 0, 0, 0.2);
    animation: contactMapPulse 2.8s ease-out infinite;
}

.page-contact .location-map-marker > span {
    position: absolute;
    inset: 0;
}

.page-contact .location-map-marker > span::before {
    top: 22px;
    width: 18px;
    height: 26px;
    border-radius: 14px 14px 16px 16px;
    background: linear-gradient(180deg, rgba(255, 0, 0, 0.96), rgba(204, 18, 18, 0.96));
    clip-path: polygon(50% 100%, 100% 42%, 100% 18%, 82% 0, 18% 0, 0 18%, 0 42%);
    box-shadow:
        0 0 12px rgba(255, 0, 0, 0.6),
        0 10px 16px rgba(0, 0, 0, 0.28);
}

.page-contact .location-map-tooltip {
    background: transparent;
    border: 0;
    box-shadow: none;
}

.page-contact .location-map-tooltip .leaflet-tooltip-content-wrapper,
.page-contact .location-map-tooltip .leaflet-tooltip-content {
    margin: 0;
}

.page-contact .location-map-tooltip .leaflet-tooltip-content-wrapper {
    padding: 0;
}

.page-contact .leaflet-tooltip.location-map-tooltip {
    padding: 0;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 16px;
    background:
        linear-gradient(180deg, rgba(17, 22, 34, 0.96), rgba(9, 13, 22, 0.94)),
        rgba(9, 13, 22, 0.92);
    color: rgba(244, 247, 255, 0.96);
    box-shadow:
        0 18px 36px rgba(0, 0, 0, 0.34),
        0 0 18px rgba(255, 0, 0, 0.08);
}

.page-contact .leaflet-tooltip.location-map-tooltip::before {
    border-right-color: rgba(17, 22, 34, 0.96);
}

.page-contact .leaflet-tooltip-top.location-map-tooltip::before {
    border-top-color: rgba(17, 22, 34, 0.96);
}

.page-contact .location-map-tooltip-title,
.page-contact .location-map-tooltip-subtitle {
    white-space: nowrap;
}

.page-contact .location-map-tooltip-title {
    padding: 12px 14px 4px;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.2;
}

.page-contact .location-map-tooltip-subtitle {
    padding: 0 14px 12px;
    color: rgba(195, 208, 232, 0.78);
    font-size: 13px;
    line-height: 1.2;
}

.page-contact .contact-layout {
    position: relative;
    grid-template-columns: minmax(320px, 0.9fr) minmax(0, 1.1fr);
    gap: clamp(22px, 2.6vw, 40px);
    align-items: start;
}

.page-contact .contact-layout-form-only {
    display: none;
}

.page-contact .contact-info {
    position: relative;
    display: grid;
    align-content: start;
    gap: clamp(18px, 1.8vw, 26px);
    min-height: clamp(440px, 38vw, 560px);
    padding: clamp(8px, 0.8vw, 14px) 0 clamp(10px, 1vw, 16px);
}

.page-contact .contact-intro {
    margin: 0;
    max-width: 470px;
    gap: 12px;
}

.page-contact .contact-kicker {
    color: rgba(214, 225, 245, 0.76);
    letter-spacing: 0.22em;
}

.page-contact .contact-title {
    margin: 0;
    max-width: 7.4ch;
    font-family: 'AF1', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    font-size: clamp(42px, 4.8vw, 74px);
    line-height: 0.93;
    letter-spacing: -0.05em;
    color: rgba(247, 250, 255, 0.98);
    text-wrap: balance;
}

.page-contact .contact-lead {
    margin: 0;
    max-width: 34ch;
    color: rgba(205, 216, 236, 0.7);
    font-size: clamp(14px, 1vw, 15px);
    line-height: 1.64;
}

.page-contact .contact-meta-strip {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0;
    max-width: 620px;
    margin-top: 2px;
    border-top: 1px solid rgba(197, 211, 236, 0.12);
    border-bottom: 1px solid rgba(197, 211, 236, 0.12);
}

.page-contact .contact-meta-item {
    display: grid;
    gap: 5px;
    padding: 14px 14px 14px 0;
    min-height: 70px;
    align-content: center;
}

.page-contact .contact-meta-item:not(:last-child) {
    margin-right: 18px;
    padding-right: 18px;
    border-right: 1px solid rgba(197, 211, 236, 0.1);
}

.page-contact .contact-meta-label,
.page-contact .contact-field-label,
.page-contact .contact-form-kicker,
.page-contact .contact-form-status {
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.18em;
    text-transform: uppercase;
}

.page-contact .contact-meta-label {
    color: rgba(162, 180, 212, 0.6);
}

.page-contact .contact-meta-value {
    color: rgba(242, 246, 253, 0.92);
    font-family: 'AF1', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    font-size: 14px;
    letter-spacing: -0.01em;
}

.page-contact .contact-form-column {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    box-sizing: border-box;
    padding-left: 0;
    align-self: start;
    padding-top: clamp(12px, 1.6vw, 24px);
    padding-left: clamp(10px, 1.6vw, 24px);
}

.page-contact .contact-form-card {
    --contact-border-inset: 10px;
    --contact-light-size: 8px;
    --contact-orbit-offset: 12px;
    --contact-orbit-min: calc(var(--contact-border-inset) - var(--contact-orbit-offset));
    --contact-orbit-max: calc(100% - var(--contact-border-inset) - var(--contact-light-size) + var(--contact-orbit-offset));
    position: relative;
    isolation: isolate;
    overflow: visible;
    contain: layout style;
    width: 100%;
    max-width: 640px;
    padding: clamp(28px, 2.3vw, 36px);
    border-radius: 1px;
    border: 1px solid rgba(184, 198, 224, 0.18);
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.045), rgba(255, 255, 255, 0) 24%),
        linear-gradient(145deg, rgba(20, 24, 35, 0.88), rgba(11, 14, 22, 0.84) 62%, rgba(14, 12, 18, 0.86));
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.06),
        0 24px 60px rgba(0, 0, 0, 0.28);
}

.page-contact .contact-form-card::before {
    content: none;
}

.page-contact .contact-form-card::after {
    content: '';
    position: absolute;
    inset: 1px;
    border-radius: 0;
    background:
        linear-gradient(135deg, rgba(255, 255, 255, 0.055), rgba(255, 255, 255, 0) 28%),
        radial-gradient(140% 110% at 100% 0%, rgba(192, 24, 24, 0.1), rgba(192, 24, 24, 0) 42%);
    pointer-events: none;
    opacity: 0.7;
    z-index: 0;
}

.page-contact .contact-form-border-light {
    position: absolute;
    top: var(--contact-orbit-min);
    left: var(--contact-orbit-min);
    width: var(--contact-light-size);
    height: var(--contact-light-size);
    border-radius: 999px;
    background: radial-gradient(circle, #fff0f0 0%, #ff2020 22%, #ff0000 48%, rgba(255, 0, 0, 0.72) 66%, rgba(255, 0, 0, 0) 100%);
    box-shadow:
        0 0 8px rgba(255, 0, 0, 1),
        0 0 18px rgba(255, 0, 0, 0.72),
        0 0 34px rgba(255, 0, 0, 0.42),
        0 0 54px rgba(170, 0, 0, 0.22);
    pointer-events: none;
    opacity: 0.94;
    filter: saturate(1.35);
    animation: contactBorderOrbit 18s linear infinite;
    z-index: 2;
    transform: rotate(0deg);
    will-change: top, left, transform;
}

.page-contact .contact-form-border-light::before {
    content: '';
    position: absolute;
    top: 50%;
    right: 50%;
    width: 74px;
    height: 2px;
    background: linear-gradient(90deg, rgba(255, 0, 0, 0), rgba(255, 0, 0, 0.38) 34%, rgba(255, 0, 0, 0.92) 72%, #ff2424 100%);
    transform: translateY(-50%);
    transform-origin: 100% 50%;
    filter: blur(0.5px);
    opacity: 0.96;
    animation: contactBorderTailVisibility 18s linear infinite;
}

.page-contact .contact-form-border-light::after {
    content: '';
    position: absolute;
    inset: -5px;
    border-radius: 999px;
    background: radial-gradient(circle, rgba(255, 0, 0, 0.7) 0%, rgba(255, 0, 0, 0.32) 42%, rgba(255, 0, 0, 0.1) 66%, rgba(255, 0, 0, 0) 100%);
    box-shadow:
        0 0 20px rgba(255, 0, 0, 0.4),
        0 0 38px rgba(255, 0, 0, 0.22);
    filter: blur(5px);
    opacity: 0.98;
    transform: scale(2.05, 1.24);
}

.page-contact .contact-form-border-light-b {
    animation-delay: -9s;
    opacity: 0.54;
}

.page-contact .contact-form-card .contact-form-border-light-a {
    box-shadow:
        0 0 8px rgba(255, 0, 0, 1),
        0 0 20px rgba(255, 0, 0, 0.78),
        0 0 40px rgba(255, 0, 0, 0.44);
}

.page-contact .contact-form-card .contact-form-border-light-b {
    box-shadow:
        0 0 7px rgba(255, 0, 0, 0.88),
        0 0 18px rgba(255, 0, 0, 0.48);
}

.page-contact .contact-form-card .contact-form-border-light-a::before {
    width: 74px;
}

.page-contact .contact-form-card .contact-form-border-light-b::before {
    width: 58px;
    opacity: 0.52;
    animation-delay: -9s;
}

.page-contact .contact-form-head {
    position: relative;
    display: grid;
    gap: 8px;
    margin-bottom: 24px;
    padding-bottom: 18px;
    border-bottom: 0;
    z-index: 1;
}

.page-contact .contact-form-head::after {
    content: '';
    justify-self: center;
    width: min(160px, 38%);
    height: 1px;
    margin-top: 4px;
    background:
        linear-gradient(90deg, rgba(255, 255, 255, 0), rgba(214, 225, 245, 0.26) 18%, rgba(214, 225, 245, 0.48) 50%, rgba(214, 225, 245, 0.26) 82%, rgba(255, 255, 255, 0));
    opacity: 0.9;
}

.page-contact .contact-form-topline {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}

.page-contact .contact-form-kicker {
    color: rgba(181, 198, 225, 0.76);
}

.page-contact .contact-form-status {
    color: rgba(163, 182, 216, 0.52);
}

.page-contact .contact-form-title {
    margin: 0;
    max-width: none;
    text-align: center;
    font-family: 'Dash Title', 'AF1', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    font-size: clamp(30px, 2.7vw, 44px);
    line-height: 0.96;
    letter-spacing: 0.01em;
    color: rgba(248, 250, 255, 0.98);
    text-wrap: balance;
    text-shadow: 0 2px 20px rgba(0, 0, 0, 0.28);
}

.page-contact .contact-form-text {
    margin: 0;
    max-width: 32ch;
    color: rgba(198, 212, 236, 0.66);
    font-size: 13.5px;
    line-height: 1.56;
}

.page-contact .contact-form {
    position: relative;
    display: grid;
    gap: 16px;
    width: 100%;
    grid-template-columns: 1fr;
    z-index: 1;
}

.page-contact .contact-form-row {
    display: block;
    width: 100%;
    min-width: 0;
}

.page-contact .contact-form-row-split {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
    width: 100%;
    align-items: start;
}

.page-contact .contact-form-row-split > .contact-field {
    min-width: 0;
}

.page-contact .contact-form label {
    display: grid;
    width: 100%;
    min-width: 0;
    margin: 0;
}

.page-contact .contact-field {
    display: grid;
    gap: 8px;
    width: 100%;
    min-width: 0;
    align-content: start;
}

.page-contact .contact-field-label {
    font-family: 'Dash Title', sans-serif;
    color: rgba(204, 213, 231, 0.8);
    font-size: 11px;
    font-weight: 400;
    letter-spacing: 0.02em;
    text-transform: none;
}

html[lang="en"] .page-contact .contact-field-label {
    font-family: 'ENG', sans-serif;
}

.page-contact .contact-form input,
.page-contact .contact-form textarea {
    box-sizing: border-box;
    width: 100%;
    min-width: 0;
    max-width: none;
    display: block;
    appearance: none;
    -webkit-appearance: none;
    border: 0;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 1px;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.03), rgba(255, 255, 255, 0)),
        linear-gradient(145deg, rgba(16, 20, 30, 0.9), rgba(10, 13, 20, 0.84));
    color: rgba(245, 248, 255, 0.95);
    padding: 0 16px;
    min-height: 54px;
    font-size: 15px;
    line-height: 1.4;
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.04),
        inset 0 0 0 1px rgba(196, 210, 234, 0.04);
    transition:
        box-shadow 220ms ease,
        border-color 220ms ease,
        background-color 220ms ease,
        transform 220ms ease;
}

.page-contact .contact-form textarea {
    min-height: 138px;
    padding: 16px;
    resize: vertical;
}

.page-contact .contact-form input::placeholder,
.page-contact .contact-form textarea::placeholder {
    color: rgba(178, 190, 212, 0.36);
}

.page-contact .contact-form input:focus,
.page-contact .contact-form textarea:focus {
    outline: none;
    border-color: rgba(229, 74, 74, 0.36);
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0)),
        linear-gradient(145deg, rgba(18, 23, 34, 0.96), rgba(11, 14, 22, 0.92));
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.06),
        0 0 0 3px rgba(195, 26, 26, 0.08),
        0 0 22px rgba(194, 24, 24, 0.1);
}

.page-contact .contact-form-footer {
    display: flex;
    align-items: stretch;
    justify-content: flex-start;
    flex-direction: column;
    gap: 16px;
    padding-top: 8px;
    width: 100%;
    justify-self: stretch;
}

.page-contact .contact-submit-note {
    margin: 0;
    max-width: 22ch;
    color: rgba(183, 198, 223, 0.5);
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.14em;
    line-height: 1.6;
    text-transform: uppercase;
}

.page-contact .contact-submit-btn {
    min-height: 56px;
    width: 100%;
    padding: 0 24px;
    border: 1px solid rgba(238, 93, 93, 0.32);
    border-radius: 1px;
    background:
        linear-gradient(180deg, rgba(229, 41, 41, 0.98), rgba(190, 18, 18, 0.94)),
        linear-gradient(145deg, rgba(36, 15, 18, 0.96), rgba(12, 16, 23, 0.95) 62%);
    color: rgba(255, 247, 247, 0.98);
    font-family: 'Dash Title', 'AF1', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.02em;
    text-transform: none;
    transition:
        transform 220ms ease,
        border-color 220ms ease,
        box-shadow 220ms ease,
        background-color 220ms ease;
    justify-self: auto;
    align-self: auto;
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.18),
        0 14px 28px rgba(117, 12, 12, 0.28),
        0 0 22px rgba(230, 34, 34, 0.16);
}

.page-contact .contact-submit-btn:hover {
    transform: translateY(-2px);
    border-color: rgba(255, 137, 137, 0.48);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.2),
        0 18px 30px rgba(117, 12, 12, 0.34),
        0 0 28px rgba(230, 34, 34, 0.2);
}

.page-contact .contact-submit-btn:focus-visible {
    outline: none;
    box-shadow:
        0 0 0 3px rgba(76, 100, 138, 0.12),
        0 14px 22px rgba(0, 0, 0, 0.2);
}

@media (min-width: 1440px) {
    .page-contact .contact-layout {
        grid-template-columns: minmax(360px, 0.9fr) minmax(620px, 1.1fr);
        gap: 46px;
    }
}

@media (max-width: 1180px) {
    .page-contact .contact-layout {
        grid-template-columns: 1fr;
        gap: 26px;
    }

    .page-contact .contact-hero {
        padding: 22px;
    }

    .page-contact .contact-hero-grid {
        grid-template-columns: 1fr;
        min-height: auto;
    }

    .page-contact .contact-hero-visual {
        min-height: 180px;
        order: 2;
    }

    .page-contact .contact-info {
        min-height: auto;
        gap: 20px;
    }

    .page-contact .contact-title {
        max-width: 10ch;
    }

    .page-contact .contact-form-column {
        padding-left: 0;
        justify-content: center;
        padding-top: 0;
    }

    .page-contact .office-map-shell {
        height: 520px;
    }

    .page-contact .office-info-card {
        left: 26px;
        width: min(320px, calc(100% - 52px));
    }
}

@media (max-width: 767px) {
    .page-contact {
        --first-section-top: 10px;
    }

    .page-contact .contact-section {
        padding-top: 8px;
        padding-bottom: 42px;
    }

    .page-contact .contact-layout {
        gap: 18px;
    }

    .page-contact .contact-hero-grid {
        margin-bottom: 14px;
        gap: 18px;
    }

    .page-contact .contact-info {
        gap: 16px;
        padding: 0;
    }

    .page-contact .contact-title {
        max-width: 100%;
        font-size: clamp(32px, 9vw, 46px);
    }

    .page-contact .contact-lead {
        max-width: 34ch;
    }

    .page-contact .contact-meta-strip {
        grid-template-columns: 1fr;
    }

    .page-contact .contact-meta-item {
        min-height: auto;
        padding: 12px 0;
    }

    .page-contact .contact-meta-item:not(:last-child) {
        margin-right: 0;
        padding-right: 0;
        border-right: 0;
        border-bottom: 1px solid rgba(197, 211, 236, 0.1);
    }

    .page-contact .contact-form-card {
        --contact-border-inset: 8px;
        --contact-light-size: 7px;
        --contact-orbit-offset: 10px;
        max-width: none;
        padding: 22px 16px 18px;
        border-radius: 1px;
    }

    .page-contact .contact-form-card::before {
        inset: 0;
        border-radius: inherit;
    }

    .page-contact .contact-form-head {
        margin-bottom: 16px;
        padding-bottom: 14px;
    }

    .page-contact .contact-form-topline {
        flex-wrap: wrap;
    }

    .page-contact .contact-form-row-split {
        grid-template-columns: 1fr;
    }

    .page-contact .contact-form textarea {
        min-height: 108px;
    }

    .page-contact .contact-form-footer {
        align-items: flex-start;
        flex-direction: column;
        gap: 12px;
    }

    .page-contact .contact-submit-note {
        max-width: none;
    }

    .page-contact .contact-submit-btn {
        width: 100%;
    }

    .page-contact .location-panel {
        margin-top: 1px;
        padding: 0;
        border-radius: 0;
        width: 100vw;
        margin-left: calc(50% - 50vw);
        margin-right: calc(50% - 50vw);
        background:
            linear-gradient(180deg, rgba(7, 10, 15, 0.1), rgba(7, 10, 15, 0.42)),
            radial-gradient(36% 34% at 16% 18%, rgba(206, 26, 26, 0.16), rgba(206, 26, 26, 0)),
            radial-gradient(28% 24% at 84% 24%, rgba(126, 143, 169, 0.1), rgba(126, 143, 169, 0));
        box-shadow:
            0 30px 72px rgba(0, 0, 0, 0.3);
    }

    .page-contact .location-panel::before {
        inset: 8px;
        border-radius: 9px;
    }

    .page-contact .office-map-shell {
        height: auto;
        min-height: 0;
        border-radius: 14px;
    }

    .page-contact .location-map-label {
        top: 16px;
        left: 18px;
    }

    .page-contact .location-map-surface {
        min-height: 420px;
        padding: 0;
        border-radius: 14px;
    }

    .page-contact .office-map-shell::after {
        inset: 12px;
        border-radius: 12px;
    }

    .page-contact .office-info-card {
        position: relative;
        left: auto;
        top: auto;
        transform: none;
        width: 100%;
        max-width: none;
        padding: 16px;
        border-radius: 12px;
    }

    .page-contact .location-map-card-title {
        font-size: 26px;
    }

    .page-contact .office-map-canvas,
    .page-contact #officeMap {
        position: absolute;
        inset: 12px;
        width: auto;
        height: auto;
        border-radius: 12px;
    }

    .page-contact .office-map-vignette {
        inset: 12px;
        border-radius: 12px;
    }

    .page-contact .location-map-surface {
        display: grid;
        align-content: start;
    }

    .page-contact .location-map-surface::before {
        content: '';
        display: block;
        min-height: 320px;
    }

    .page-contact .office-info-card {
        z-index: 6;
        margin-top: 12px;
    }

    .page-contact #officeMap .leaflet-control-zoom {
        margin: 14px 14px 0 0;
    }

    .page-contact #officeMap .leaflet-control-attribution {
        margin: 0 10px 10px 0;
        font-size: 9px;
        padding: 6px 8px;
    }

    .page-contact .location-map-surface {
        min-height: 0;
        border-radius: 12px;
    }

    .page-contact .contact-hero-visual {
        display: none;
    }
}

@keyframes contactMapBorderGlow {
    0%,
    100% {
        box-shadow:
            inset 0 0 0 1px rgba(255, 0, 0, 0.04),
            0 0 30px rgba(195, 26, 26, 0.08);
    }

    50% {
        box-shadow:
            inset 0 0 0 1px rgba(255, 0, 0, 0.08),
            0 0 40px rgba(195, 26, 26, 0.16);
    }
}

@keyframes contactMapPulse {
    0% {
        opacity: 0.75;
        transform: translate(-50%, -50%) scale(0.72);
    }

    70% {
        opacity: 0;
        transform: translate(-50%, -50%) scale(2.2);
    }

    100% {
        opacity: 0;
        transform: translate(-50%, -50%) scale(2.4);
    }
}

@keyframes contactMapSweep {
    0% {
        transform: translateX(0) scaleX(0.88);
        opacity: 0;
    }

    18%,
    82% {
        opacity: 0.22;
    }

    100% {
        transform: translateX(290%) scaleX(1.05);
        opacity: 0;
    }
}

@keyframes contactBorderOrbit {
    0% {
        top: var(--contact-orbit-min);
        left: var(--contact-orbit-min);
        transform: rotate(0deg);
    }

    23.5% {
        top: var(--contact-orbit-min);
        left: var(--contact-orbit-max);
        transform: rotate(0deg);
    }

    25% {
        top: var(--contact-orbit-min);
        left: var(--contact-orbit-max);
        transform: rotate(90deg);
    }

    48.5% {
        top: var(--contact-orbit-max);
        left: var(--contact-orbit-max);
        transform: rotate(90deg);
    }

    50% {
        top: var(--contact-orbit-max);
        left: var(--contact-orbit-max);
        transform: rotate(180deg);
    }

    73.5% {
        top: var(--contact-orbit-max);
        left: var(--contact-orbit-min);
        transform: rotate(180deg);
    }

    75% {
        top: var(--contact-orbit-max);
        left: var(--contact-orbit-min);
        transform: rotate(270deg);
    }

    98.5% {
        top: var(--contact-orbit-min);
        left: var(--contact-orbit-min);
        transform: rotate(270deg);
    }

    100% {
        top: var(--contact-orbit-min);
        left: var(--contact-orbit-min);
        transform: rotate(360deg);
    }
}

@keyframes contactBorderTailVisibility {
    0%,
    2%,
    23%,
    27%,
    48%,
    52%,
    73%,
    77%,
    98%,
    100% {
        opacity: 0;
    }

    5%,
    20%,
    30%,
    45%,
    55%,
    70%,
    80%,
    95% {
        opacity: 0.96;
    }
}

@media (prefers-reduced-motion: reduce) {
    .page-contact .location-panel::before,
    .page-contact .location-map-marker::after,
    .page-contact .location-map-streak,
    .page-contact .af1-map-marker::before,
    .page-contact .af1-map-marker::after {
        animation: none;
    }

    .page-contact .contact-form-border-light {
        animation: none;
    }
}

/* ===== AF1 premium dark cyber map overrides ===== */
.page-contact .office-map-shell {
    border-radius: 28px;
    border: 1px solid rgba(255, 0, 0, 0.22);
    background: #05070b;
    box-shadow:
        0 0 32px rgba(255, 0, 0, 0.14),
        0 30px 80px rgba(0, 0, 0, 0.55);
}

.page-contact .location-map-surface {
    min-height: 560px;
    background: #05070b;
    border-radius: inherit;
}

.page-contact .office-map-canvas,
.page-contact #officeMap {
    height: 100%;
    min-height: 560px;
    background: #080f1f;
}

/* Mapbox container basics */
.page-contact #officeMap.mapboxgl-map {
    background: #080f1f !important;
    font-family: inherit;
}

.page-contact #officeMap .mapboxgl-canvas-container,
.page-contact #officeMap .mapboxgl-canvas {
    background: #080f1f;
    outline: none;
}

/* Hide Mapbox logo + attribution chrome (keep attribution text but compact) */
.page-contact #officeMap .mapboxgl-ctrl-logo {
    opacity: 0.35;
    filter: grayscale(1) brightness(0.8);
}

.page-contact #officeMap .mapboxgl-ctrl-bottom-right,
.page-contact #officeMap .mapboxgl-ctrl-bottom-left {
    z-index: 5;
}

.page-contact #officeMap .mapboxgl-ctrl-attrib {
    background: rgba(8, 11, 18, 0.68);
    border: 1px solid rgba(255, 255, 255, 0.06);
    border-radius: 999px;
    padding: 4px 10px;
    color: rgba(186, 201, 227, 0.62);
    font-size: 10px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
}

.page-contact #officeMap .mapboxgl-ctrl-attrib a {
    color: rgba(255, 0, 0, 0.78);
}

/* Vignette + subtle grid + soft red marker focus.
   Moved into #officeMap by JS after init so markers stack above. */
.page-contact .office-map-vignette {
    position: absolute;
    inset: 0;
    z-index: 2;
    pointer-events: none;
    background:
        radial-gradient(circle at 58% 48%, rgba(255, 0, 0, 0.16), transparent 22%),
        linear-gradient(90deg, rgba(5, 7, 11, 0.32), transparent 36%, rgba(5, 7, 11, 0.20));
}

.page-contact .office-map-vignette::before,
.page-contact .office-map-vignette::after {
    content: '';
    position: absolute;
    inset: 0;
    pointer-events: none;
}

.page-contact .office-map-vignette::before {
    background-image:
        linear-gradient(rgba(255, 0, 0, 0.05) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 0, 0, 0.05) 1px, transparent 1px);
    background-size: 64px 64px;
    mix-blend-mode: screen;
    opacity: 0.18;
}

.page-contact .office-map-vignette::after {
    background-image:
        repeating-radial-gradient(circle at 30% 20%, rgba(255, 255, 255, 0.02) 0, rgba(255, 255, 255, 0.02) 1px, transparent 1px, transparent 3px);
    opacity: 0.4;
    mix-blend-mode: screen;
}

/* Top-right LIVE LOCATION badge */
.page-contact .location-map-live {
    position: absolute;
    top: 18px;
    right: 22px;
    z-index: 7;
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 8px 14px;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    background: rgba(8, 12, 18, 0.66);
    color: rgba(244, 247, 255, 0.92);
    font-size: 11px;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    font-weight: 700;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

.page-contact .location-map-live-dot {
    width: 7px;
    height: 7px;
    border-radius: 999px;
    background: #ff0000;
    box-shadow: 0 0 10px rgba(255, 0, 0, 0.95), 0 0 18px rgba(255, 0, 0, 0.5);
    animation: af1Pulse 2.4s ease-out infinite;
}

.page-contact .location-map-live-text {
    color: #ff0000;
}

.page-contact .location-map-live-coords {
    color: rgba(220, 230, 245, 0.78);
    font-family: 'AF1', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    letter-spacing: 0.06em;
    text-transform: none;
}

/* Simple Info Text Layout */
.page-contact .office-info-text {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin: 0 0 2px 0;
    padding: 0 4px;
}

.page-contact .info-line {
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.page-contact .info-label-geo {
    font-family: 'Dash Title', 'AF1', -apple-system, BlinkMacSystemFont, sans-serif;
    font-size: 13px;
    font-weight: 500;
    color: #ffffff;
    letter-spacing: 0.04em;
    text-transform: none;
}

.page-contact .info-value-geo {
    font-family: 'Dash Title', 'AF1', -apple-system, BlinkMacSystemFont, sans-serif;
    font-size: 15px;
    font-weight: 600;
    color: #ff1b1b;
    letter-spacing: 0.01em;
    white-space: nowrap;
}

.page-contact .info-value-eng {
    font-family: 'Dash Title', 'AF1', -apple-system, BlinkMacSystemFont, sans-serif;
    font-size: 14px;
    font-weight: 500;
    color: #ff1b1b;
    letter-spacing: 0.02em;
}

.page-contact .info-divider {
    display: block;
    height: 1px;
    background: linear-gradient(90deg, rgba(255, 27, 27, 0.3), transparent);
    margin: 4px 0;
}

/* Premium Social Icons */
.page-contact .social-links-grid {
    display: flex;
    gap: 10px;
    margin: 2px 0;
    justify-content: center;
    padding: 4px 0 0;
    border-top: 1px solid rgba(255, 255, 255, 0.04);
}

.page-contact .social-link {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    border-radius: 8px;
    background: rgba(0, 0, 0, 0.3);
    border: 1px solid rgba(255, 255, 255, 0.08);
    text-decoration: none;
    transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden;
}

.page-contact .social-link:hover {
    transform: scale(1.05);
    border-color: rgba(255, 27, 27, 0.4);
    box-shadow: 0 0 20px rgba(255, 27, 27, 0.3);
}

.page-contact .social-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    font-size: 16px;
    color: rgba(255, 255, 255, 0.9);
    position: relative;
    z-index: 1;
    transition: color 0.25s ease;
}

.page-contact .social-link:hover .social-icon {
    color: #ff1b1b;
}



/* Premium CTA Button */
.page-contact .location-map-card-cta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: 52px;
    padding: 0 20px;
    background: rgba(0, 0, 0, 0.4);
    border: 1px solid rgba(255, 27, 27, 0.25);
    border-radius: 8px;
    color: #ffffff;
    text-decoration: none;
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden;
    margin-top: 12px;
    white-space: nowrap;
}

.page-contact .location-map-card-cta .cta-text-geo {
    flex: 1;
    text-align: center;
    white-space: nowrap;
    font-family: 'Dash Title', 'AF1', -apple-system, BlinkMacSystemFont, sans-serif;
}

.page-contact .location-map-card-cta::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 27, 27, 0.1), transparent);
    transition: left 0.6s ease;
}

.page-contact .location-map-card-cta:hover {
    background: rgba(255, 27, 27, 0.9);
    border-color: #ff1b1b;
    transform: translateY(-2px);
    box-shadow:
        0 8px 24px rgba(255, 27, 27, 0.4),
        0 0 0 1px rgba(255, 27, 27, 0.2);
}

.page-contact .location-map-card-cta:hover::before {
    left: 100%;
}

.page-contact .location-map-card-cta i {
    font-size: 14px;
    transition: transform 0.25s ease;
}

.page-contact .location-map-card-cta:hover i {
    transform: translateX(-2px);
}

/* Bottom 4-card meta strip */
.page-contact .location-map-strip {
    margin-top: 14px;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 12px;
}

.page-contact .location-map-strip-item {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 14px 16px;
    border-radius: 16px;
    border: 1px solid rgba(255, 255, 255, 0.06);
    background:
        linear-gradient(180deg, rgba(10, 14, 22, 0.78), rgba(6, 9, 16, 0.82));
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.04),
        0 18px 40px rgba(0, 0, 0, 0.32);
}

.page-contact .location-map-strip-icon {
    flex: 0 0 auto;
    width: 36px;
    height: 36px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    border: 1px solid rgba(255, 0, 0, 0.26);
    background: rgba(255, 0, 0, 0.1);
    color: #ff0000;
    font-size: 14px;
}

.page-contact .location-map-strip-icon-status > span {
    width: 8px;
    height: 8px;
    border-radius: 999px;
    background: #ff0000;
    box-shadow: 0 0 10px rgba(255, 0, 0, 0.95), 0 0 18px rgba(255, 0, 0, 0.5);
    animation: af1Pulse 2.4s ease-out infinite;
}

.page-contact .location-map-strip-text {
    display: grid;
    gap: 2px;
    min-width: 0;
}

.page-contact .location-map-strip-text em {
    font-style: normal;
    color: rgba(186, 200, 224, 0.62);
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.18em;
    text-transform: uppercase;
}

.page-contact .location-map-strip-text strong {
    color: rgba(248, 250, 255, 0.96);
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.01em;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

@media (max-width: 900px) {
    .page-contact .location-map-strip {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .page-contact .location-map-live {
        top: 14px;
        right: 14px;
        padding: 6px 10px;
        gap: 8px;
        font-size: 10px;
    }

    .page-contact .location-map-live-coords {
        display: none;
    }
}

@media (max-width: 540px) {
    .page-contact .location-map-strip {
        grid-template-columns: 1fr;
    }
}

/* ===== Custom AF1 SVG logo marker ===== */
.page-contact .af1-map-marker {
    position: relative;
    width: 76px;
    height: 76px;
    display: grid;
    place-items: center;
    cursor: pointer;
    filter: drop-shadow(0 0 12px rgba(255, 0, 0, 0.75));
    pointer-events: auto;
    z-index: 5;
}

.page-contact .af1-map-marker img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
    position: relative;
    z-index: 3;
}

.page-contact .af1-map-marker::before,
.page-contact .af1-map-marker::after {
    content: '';
    position: absolute;
    inset: -10px;
    border: 1px solid rgba(255, 0, 0, 0.55);
    border-radius: 50%;
    animation: af1MarkerPulse 2.4s ease-out infinite;
    z-index: 1;
}

.page-contact .af1-map-marker::after {
    animation-delay: 1.2s;
}

@keyframes af1MarkerPulse {
    0% {
        transform: scale(0.65);
        opacity: 0.9;
    }
    100% {
        transform: scale(1.9);
        opacity: 0;
    }
}

@media (max-width: 900px) {
    .page-contact .af1-map-marker {
        width: 66px;
        height: 66px;
    }
}

@media (max-width: 560px) {
    .page-contact .af1-map-marker {
        width: 56px;
        height: 56px;
    }
}

/* Mapbox marker container — let pointer events pass through so popup clicks work */
.page-contact #officeMap .mapboxgl-marker {
    pointer-events: none;
}

/* ===== Mapbox popup — Cyber GPS HUD Callout ===== */
.page-contact .mapboxgl-popup.af1-mb-popup {
    z-index: 10;
}

.page-contact .mapboxgl-popup.af1-mb-popup .mapboxgl-popup-tip {
    display: none;
}

/* HUD glass panel */
.page-contact .mapboxgl-popup.af1-mb-popup .mapboxgl-popup-content {
    position: relative;
    width: 280px;
    max-width: 88vw;
    padding: 0;
    border: 1px solid rgba(255, 0, 0, 0.32);
    border-radius: 14px;
    background:
        linear-gradient(155deg, rgba(12, 20, 34, 0.88) 0%, rgba(5, 8, 14, 0.78) 45%, rgba(4, 7, 11, 0.9) 100%),
        rgba(5, 8, 14, 0.78);
    color: rgba(244, 247, 255, 0.96);
    box-shadow:
        0 24px 60px rgba(0, 0, 0, 0.55),
        0 0 28px rgba(255, 0, 0, 0.14),
        inset 0 1px 0 rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    overflow: hidden;
    transition: transform 220ms cubic-bezier(0.22, 1, 0.36, 1), box-shadow 220ms ease, border-color 220ms ease;
}

/* Hover — lift + stronger glow */
.page-contact .mapboxgl-popup.af1-mb-popup:hover .mapboxgl-popup-content {
    transform: translateY(-2px);
    border-color: rgba(255, 0, 0, 0.55);
    box-shadow:
        0 28px 70px rgba(0, 0, 0, 0.6),
        0 0 40px rgba(255, 0, 0, 0.22),
        inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

/* Top red scanline */
.page-contact .af1-mb-popup-scanline {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent 0%, rgba(255, 0, 0, 0.65) 20%, rgba(255, 0, 0, 0.3) 55%, transparent 100%);
    opacity: 0.8;
    pointer-events: none;
    z-index: 2;
}

/* Corner accents */
.page-contact .af1-mb-popup-corner {
    position: absolute;
    width: 10px;
    height: 10px;
    pointer-events: none;
    z-index: 2;
}

.page-contact .af1-mb-popup-corner.tl {
    top: 8px;
    left: 8px;
    border-top: 1.5px solid rgba(255, 0, 0, 0.45);
    border-left: 1.5px solid rgba(255, 0, 0, 0.45);
    border-radius: 3px 0 0 0;
}

.page-contact .af1-mb-popup-corner.br {
    bottom: 8px;
    right: 8px;
    border-bottom: 1.5px solid rgba(255, 0, 0, 0.35);
    border-right: 1.5px solid rgba(255, 0, 0, 0.35);
    border-radius: 0 0 3px 0;
}

/* Connector line + glowing node — left anchor (desktop) */
.page-contact .mapboxgl-popup.mapboxgl-popup-anchor-left.af1-mb-popup .mapboxgl-popup-content::after {
    content: '';
    position: absolute;
    top: 50%;
    right: -46px;
    width: 46px;
    height: 1px;
    background: linear-gradient(90deg, rgba(255, 0, 0, 0.75), rgba(255, 0, 0, 0));
    transform: translateY(-50%);
    box-shadow: 0 0 6px rgba(255, 0, 0, 0.5);
    pointer-events: none;
}

.page-contact .mapboxgl-popup.mapboxgl-popup-anchor-left.af1-mb-popup .mapboxgl-popup-content::before {
    content: '';
    position: absolute;
    top: 50%;
    right: -52px;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: rgba(255, 0, 0, 0.95);
    transform: translateY(-50%);
    box-shadow: 0 0 8px rgba(255, 0, 0, 0.85), 0 0 18px rgba(255, 0, 0, 0.4);
    pointer-events: none;
}

/* Connector line + glowing node — bottom anchor (mobile) */
.page-contact .mapboxgl-popup.mapboxgl-popup-anchor-bottom.af1-mb-popup .mapboxgl-popup-content::after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: -46px;
    width: 1px;
    height: 46px;
    background: linear-gradient(180deg, rgba(255, 0, 0, 0.75), rgba(255, 0, 0, 0));
    transform: translateX(-50%);
    box-shadow: 0 0 6px rgba(255, 0, 0, 0.5);
    pointer-events: none;
}

.page-contact .mapboxgl-popup.mapboxgl-popup-anchor-bottom.af1-mb-popup .mapboxgl-popup-content::before {
    content: '';
    position: absolute;
    left: 50%;
    bottom: -52px;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: rgba(255, 0, 0, 0.95);
    transform: translateX(-50%);
    box-shadow: 0 0 8px rgba(255, 0, 0, 0.85), 0 0 18px rgba(255, 0, 0, 0.4);
    pointer-events: none;
}

/* Inner content */
.page-contact .af1-mb-popup-inner {
    position: relative;
    z-index: 1;
    padding: 14px 18px;
}

.page-contact .af1-mb-popup .af1-mb-popup-title {
    font-family: 'ENG', 'AF1', sans-serif;
    font-size: 13px;
    font-weight: 700;
    color: #fff;
    line-height: 1.15;
    white-space: nowrap;
    text-transform: uppercase;
    letter-spacing: 0.06em;
}

.page-contact .af1-mb-popup .af1-mb-popup-subtitle {
    margin-top: 5px;
    font-family: 'Dash Title', 'ENG', 'AF1', sans-serif;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: #ff0000;
    white-space: nowrap;
}

.page-contact .af1-mb-popup .af1-mb-popup-address {
    display: flex;
    align-items: center;
    gap: 7px;
    margin-top: 8px;
    padding-top: 8px;
    border-top: 1px solid rgba(255, 255, 255, 0.07);
    font-family: 'Dash Title', 'ENG', 'AF1', sans-serif;
    font-size: 11px;
    font-weight: 500;
    color: rgba(186, 200, 224, 0.78);
    white-space: nowrap;
}

.page-contact .af1-mb-popup .af1-mb-popup-address i {
    color: #ff0000;
    font-size: 9px;
    filter: drop-shadow(0 0 3px rgba(255, 0, 0, 0.5));
}

/* Mobile responsive */
@media (max-width: 767px) {
    .page-contact .mapboxgl-popup.af1-mb-popup .mapboxgl-popup-content {
        width: 240px;
    }

    .page-contact .af1-mb-popup-inner {
        padding: 12px 14px;
    }

    .page-contact .af1-mb-popup .af1-mb-popup-title {
        font-size: 12px;
        letter-spacing: 0.04em;
    }

    .page-contact .af1-mb-popup .af1-mb-popup-subtitle {
        font-size: 10px;
        letter-spacing: 0.1em;
    }

    .page-contact .af1-mb-popup .af1-mb-popup-address {
        font-size: 10px;
    }
}

/* ===== Custom right-side neon zoom controls ===== */
.page-contact .af1-map-controls {
    position: absolute;
    top: 50%;
    right: 22px;
    transform: translateY(-50%);
    display: grid;
    gap: 10px;
    z-index: 7;
}

.page-contact .af1-map-control {
    width: 42px;
    height: 42px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    border: 1px solid rgba(255, 0, 0, 0.35);
    background: rgba(8, 12, 18, 0.78);
    color: #ff0000;
    font-size: 14px;
    cursor: pointer;
    transition: transform 180ms ease, box-shadow 180ms ease, background-color 180ms ease, color 180ms ease;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.05),
        0 12px 28px rgba(0, 0, 0, 0.4),
        0 0 18px rgba(255, 0, 0, 0.12);
}

.page-contact .af1-map-control:hover,
.page-contact .af1-map-control:focus-visible {
    transform: translateY(-1px);
    background: rgba(15, 20, 28, 0.9);
    color: #ff0000;
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.08),
        0 16px 36px rgba(0, 0, 0, 0.5),
        0 0 28px rgba(255, 0, 0, 0.32);
    outline: none;
}

@media (max-width: 767px) {
    .page-contact .af1-map-controls {
        right: 12px;
        gap: 8px;
    }
    .page-contact .af1-map-control {
        width: 38px;
        height: 38px;
        font-size: 13px;
    }
}

/* AF1 popup label (Leaflet tooltip restyle) */
.page-contact .leaflet-tooltip.af1-map-popup,
.page-contact .af1-map-popup {
    padding: 10px 14px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 12px;
    background: rgba(10, 14, 22, 0.85);
    color: rgba(244, 247, 255, 0.96);
    box-shadow: 0 18px 45px rgba(0, 0, 0, 0.45);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    white-space: nowrap;
}

.page-contact .leaflet-tooltip.af1-map-popup::before {
    display: none;
}

.page-contact .af1-map-popup-title {
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.02em;
    line-height: 1.2;
    color: #ffffff;
}

.page-contact .af1-map-popup-subtitle {
    margin-top: 2px;
    font-size: 11px;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: rgba(195, 208, 232, 0.62);
}

/* Custom zoom control polish */
.page-contact #officeMap .leaflet-control-zoom {
    border-radius: 12px;
    border: 1px solid rgba(255, 0, 0, 0.22);
    background: rgba(7, 10, 17, 0.78);
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.45);
    overflow: hidden;
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
}

.page-contact #officeMap .leaflet-control-zoom a {
    background: transparent;
    color: rgba(255, 255, 255, 0.78);
}

.page-contact #officeMap .leaflet-control-zoom a:hover,
.page-contact #officeMap .leaflet-control-zoom a:focus-visible {
    background: rgba(255, 0, 0, 0.12);
    color: #ff0000;
}

/* Office info card refinements */
.page-contact .office-info-card {
    z-index: 6;
    border-radius: 24px;
    border: 1px solid rgba(255, 0, 0, 0.22);
    background:
        linear-gradient(180deg, rgba(10, 14, 22, 0.78), rgba(6, 9, 16, 0.82));
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.06),
        0 30px 80px rgba(0, 0, 0, 0.45),
        0 0 36px rgba(255, 0, 0, 0.08);
}

@media (max-width: 767px) {
    .page-contact .location-panel {
        width: 100vw;
        margin-left: calc(50% - 50vw);
        margin-right: calc(50% - 50vw);
        margin-top: 0;
        background:
            linear-gradient(180deg, rgba(7, 10, 15, 0.1), rgba(7, 10, 15, 0.42)),
            radial-gradient(36% 34% at 16% 18%, rgba(206, 26, 26, 0.16), rgba(206, 26, 26, 0)),
            radial-gradient(28% 24% at 84% 24%, rgba(126, 143, 169, 0.1), rgba(126, 143, 169, 0));
        box-shadow:
            0 30px 72px rgba(0, 0, 0, 0.3);
    }

    .page-contact .office-header {
        height: 120px; /* Mobile: maximum height for optimal image display */
        margin-bottom: 6px;
    }

    .page-contact .office-header-title {
        font-family: 'Dash Title', 'AF1', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
        font-size: 20px;
        bottom: 16px;
        left: 20px;
        right: 20px;
        padding-right: 30px;
    }

    .page-contact .office-info-card {
        padding: 0 20px 20px 20px;
    }

    .page-contact .office-info-text {
        gap: 6px;
        margin: 0 0 2px 0;
    }

    .page-contact .info-label-geo {
        font-size: 12px;
        color: #ffffff;
    }

    .page-contact .info-value-geo {
        font-size: 14px;
        color: #ff1b1b;
        white-space: nowrap;
    }

    .page-contact .info-value-eng {
        font-size: 13px;
        color: #ff1b1b;
    }

    .page-contact .info-divider {
        margin: 2px 0;
    }

    .page-contact .social-links-grid {
        gap: 8px;
        margin: 2px 0;
    }

    .page-contact .social-link {
        width: 36px;
        height: 36px;
    }

    .page-contact .social-icon {
        font-size: 13px;
    }

    .page-contact .location-map-card-cta {
        height: 48px;
        font-size: 14px;
        padding: 0 16px;
        margin-top: 12px;
    }

    .page-contact .office-map-shell {
        border-radius: 18px;
    }

    .page-contact .location-map-surface,
    .page-contact .office-map-canvas,
    .page-contact #officeMap {
        min-height: 420px;
    }

    .page-contact .location-map-surface::before {
        min-height: 360px;
    }
}

/* English: form title and submit button use ENG.ttf */
html[lang="en"] .page-contact .contact-form-title,
html[lang="en"] .page-contact .contact-submit-btn {
    font-family: 'ENG', 'ENG1', 'ENG2', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

/* Office card — uppercase text */
.page-contact .office-header-title,
.page-contact .info-label-geo,
.page-contact .info-value-geo,
.page-contact .info-value-eng {
    text-transform: uppercase;
}

/* Office card — prevent content from hitting the right border */
.page-contact .office-info-text {
    padding-right: 16px;
}

.page-contact .info-value-geo,
.page-contact .info-value-eng {
    white-space: normal;
    word-break: break-word;
}

.page-contact .info-line--address .info-value-geo {
    white-space: nowrap;
    font-size: 12px;
    letter-spacing: 0.02em;
}

/* ── Phone dial-code picker ──────────────────────────────────────────────── */
.page-contact .contact-field--phone {
    position: relative;
    z-index: 10;
}

.page-contact .contact-phone-wrap {
    position: relative;
    display: flex;
    align-items: stretch;
    width: 100%;
}

.page-contact .contact-phone-dial-btn {
    flex-shrink: 0;
    display: inline-flex;
    align-items: center;
    gap: 5px;
    padding: 0 10px 0 12px;
    background: rgba(8, 14, 26, 0.72);
    border: 1px solid rgba(120, 140, 170, 0.18);
    border-right: none;
    border-radius: 2px 0 0 2px;
    color: rgba(218, 228, 245, 0.9);
    font-size: 13px;
    font-family: inherit;
    cursor: pointer;
    white-space: nowrap;
    transition: border-color 260ms ease, background 260ms ease;
    min-width: 0;
}

.page-contact .contact-phone-dial-btn:hover,
.page-contact .contact-phone-dial-btn:focus-visible {
    background: rgba(12, 20, 36, 0.85);
    border-color: rgba(229, 74, 74, 0.3);
    outline: none;
}

.page-contact .contact-phone-dial-btn[aria-expanded="true"] {
    border-color: rgba(229, 74, 74, 0.36);
}

.page-contact .contact-phone-flag {
    font-size: 16px;
    line-height: 1;
}

.page-contact .contact-phone-dialcode {
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 0.02em;
    min-width: 34px;
}

.page-contact .contact-phone-chevron {
    width: 10px;
    height: 6px;
    opacity: 0.5;
    transition: transform 200ms ease, opacity 200ms ease;
    flex-shrink: 0;
}

.page-contact .contact-phone-dial-btn[aria-expanded="true"] .contact-phone-chevron {
    transform: rotate(180deg);
    opacity: 0.8;
}

.page-contact .contact-phone-number {
    flex: 1 1 0;
    min-width: 0;
    border-radius: 0 2px 2px 0 !important;
}

.page-contact .contact-phone-wrap .contact-phone-number:focus {
    z-index: 1;
}

/* Dropdown panel */
.page-contact .contact-phone-dropdown {
    position: absolute;
    top: calc(100% + 4px);
    left: 0;
    width: 260px;
    max-height: 280px;
    display: flex;
    flex-direction: column;
    background: rgba(8, 13, 24, 0.97);
    border: 1px solid rgba(229, 74, 74, 0.22);
    border-radius: 3px;
    box-shadow: 0 12px 36px rgba(0, 0, 0, 0.52), 0 0 0 1px rgba(255, 255, 255, 0.04);
    z-index: 200;
    overflow: hidden;
}

.page-contact .contact-phone-search {
    flex-shrink: 0;
    box-sizing: border-box;
    width: 100% !important;
    padding: 10px 12px !important;
    background: rgba(255, 255, 255, 0.04) !important;
    border: none !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.07) !important;
    border-radius: 0 !important;
    color: rgba(218, 228, 245, 0.9) !important;
    font-size: 13px !important;
    outline: none;
}

.page-contact .contact-phone-search::placeholder {
    color: rgba(178, 190, 212, 0.36) !important;
}

.page-contact .contact-phone-list {
    flex: 1 1 auto;
    margin: 0;
    padding: 4px 0;
    list-style: none;
    overflow-y: auto;
    overscroll-behavior: contain;
    scrollbar-width: thin;
    scrollbar-color: rgba(229, 74, 74, 0.3) transparent;
}

.page-contact .contact-phone-option {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 8px 12px;
    cursor: pointer;
    transition: background 140ms ease;
}

.page-contact .contact-phone-option:hover,
.page-contact .contact-phone-option.is-active {
    background: rgba(229, 74, 74, 0.1);
}

.page-contact .contact-phone-option.is-active {
    color: rgba(255, 160, 160, 0.95);
}

.page-contact .contact-phone-option-flag {
    font-size: 17px;
    line-height: 1;
    flex-shrink: 0;
}

.page-contact .contact-phone-option-name {
    flex: 1;
    font-size: 13px;
    color: rgba(210, 222, 242, 0.88);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.page-contact .contact-phone-option-dial {
    font-size: 12px;
    color: rgba(178, 190, 212, 0.5);
    font-variant-numeric: tabular-nums;
    flex-shrink: 0;
}

/* Hint / validation message */
.page-contact .contact-phone-hint {
    display: block;
    margin-top: 5px;
    font-size: 11px;
    letter-spacing: 0.04em;
    color: rgba(240, 140, 140, 0.85);
}

/* ── Contact form status banner ───────────────────────────────────────────── */
.page-contact .contact-form-status-banner {
    position: relative;
    display: flex;
    align-items: flex-start;
    gap: 14px;
    padding: 16px 20px;
    border-radius: 2px;
    border: 1px solid;
    margin-bottom: 20px;
    z-index: 1;
}

.page-contact .contact-form-status-banner--success {
    background: rgba(30, 80, 40, 0.22);
    border-color: rgba(60, 200, 80, 0.28);
    color: rgba(160, 240, 170, 0.92);
}

.page-contact .contact-form-status-banner--error {
    background: rgba(90, 12, 12, 0.28);
    border-color: rgba(220, 50, 50, 0.36);
    color: rgba(240, 160, 160, 0.92);
}

.page-contact .contact-form-status-icon {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
}

.page-contact .contact-form-status-banner--success .contact-form-status-icon {
    background: rgba(60, 200, 80, 0.18);
    color: #4cde6a;
}

.page-contact .contact-form-status-banner--error .contact-form-status-icon {
    background: rgba(220, 50, 50, 0.18);
    color: #e85050;
}

.page-contact .contact-form-status-banner strong {
    display: block;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    margin-bottom: 4px;
}

.page-contact .contact-form-status-banner--success strong {
    font-family: 'Dash Title', 'AF1', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    font-size: 15px;
    letter-spacing: 0.06em;
}

.page-contact .contact-form-status-banner p {
    margin: 0;
    font-size: 13px;
    line-height: 1.5;
    opacity: 0.85;
}

/* ── Honeypot (bot trap — visually hidden) ────────────────────────────────── */
.page-contact .contact-form-honeypot {
    position: absolute;
    left: -9999px;
    width: 1px;
    height: 1px;
    overflow: hidden;
    opacity: 0;
    pointer-events: none;
}

@media (max-width: 767px) {
    .page-contact .contact-hero {
        padding-left: 12px;
        padding-right: 12px;
    }

    .page-contact .contact-hero-grid,
    .page-contact .contact-form-column,
    .page-contact .contact-form-card,
    .page-contact .contact-form,
    .page-contact .contact-form-row,
    .page-contact .contact-field {
        min-width: 0;
        max-width: 100%;
    }

    .page-contact .contact-form-title {
        max-width: 100%;
        justify-self: center;
        font-size: clamp(17px, 5.9vw, 23px);
        line-height: 1.08;
        overflow-wrap: normal;
        word-break: keep-all;
    }

    .page-contact .contact-phone-wrap {
        min-width: 0;
    }

    .page-contact .contact-phone-dial-btn {
        padding: 0 8px;
    }

    .page-contact .contact-phone-flag {
        display: none;
    }

    .page-contact .contact-phone-dialcode {
        min-width: auto;
    }

    .page-contact .contact-phone-dropdown {
        width: min(260px, calc(100vw - 56px));
    }

    .page-contact .location-panel {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
        overflow: visible;
    }

    .page-contact .office-map-shell {
        height: auto;
        min-height: 0;
        overflow: visible;
        border-radius: 14px;
    }

    .page-contact .location-map-surface {
        display: grid;
        grid-template-rows: minmax(320px, 52vh) auto;
        gap: 12px;
        min-height: 0;
        padding: 12px;
        border-radius: 14px;
    }

    .page-contact .location-map-surface::before {
        content: none;
    }

    .page-contact .office-map-canvas,
    .page-contact #officeMap {
        position: relative;
        inset: auto;
        width: 100%;
        height: 100%;
        min-height: 320px;
        grid-row: 1;
        border-radius: 12px;
        overflow: hidden;
    }

    .page-contact .office-map-vignette {
        inset: 12px 12px auto 12px;
        height: min(52vh, calc(100% - 24px));
        min-height: 320px;
        border-radius: 12px;
    }

    .page-contact .af1-map-controls {
        top: 118px;
        right: 18px;
        transform: none;
    }

    .page-contact .office-info-card {
        position: relative;
        left: auto;
        top: auto;
        transform: none;
        z-index: 6;
        grid-row: 2;
        width: 100%;
        max-width: 100%;
        margin-top: 0;
        padding: 14px;
        border-radius: 12px;
    }

    .page-contact .info-value-geo,
    .page-contact .location-map-card-cta .cta-text-geo {
        white-space: normal;
        overflow-wrap: anywhere;
    }

    .page-contact .location-map-card-cta {
        min-height: 52px;
        height: auto;
        gap: 10px;
        padding: 12px 14px;
        white-space: normal;
    }
}
