/* Presentation is scoped to this template; the original form owns all behaviour. */
.contact-page {
    --contact-ink: #142b35;
    --contact-green: #16834a;
    --contact-orange: #ffb04a;
    position: relative;
    isolation: isolate;
    overflow: hidden;
    color: var(--contact-ink);
    background: #faf9f5;
    font-family: 'Poppins', sans-serif;
    line-height: 1.75;
}
.contact-page *, .contact-page *::before, .contact-page *::after { box-sizing: border-box; }
.contact-shell { width: min(1220px, calc(100% - 64px)); margin: 0 auto; }
.contact-hero { position: relative; overflow: hidden; padding: 145px 0 105px; color: #fff; background: radial-gradient(ellipse at 85% 70%, #225a43, transparent 65%), #112633; }
.contact-hero::after { content: ""; position: absolute; right: -150px; top: -200px; width: 640px; height: 640px; border: 1px solid rgb(255 255 255 / 7%); border-radius: 50%; pointer-events: none; }
.contact-hero__inner { position: relative; z-index: 1; display: flex; align-items: center; justify-content: space-between; gap: 40px; }
.contact-hero__copy { animation: contact-enter .7s ease-out both; }
.contact-accent { display: block; width: 64px; height: 5px; margin-bottom: 24px; border-radius: 8px; background: var(--contact-orange); transform-origin: left; animation: contact-line .8s ease-out both; }
.contact-page h1 { margin: 0; color: #fff; font-size: clamp(48px, 6vw, 80px); font-weight: 600; letter-spacing: -.05em; line-height: 1.12; }
.contact-hero__art { flex: 0 1 360px; animation: contact-enter .8s .1s ease-out both; }
.contact-hero__art svg { display: block; width: 100%; height: auto; max-height: 180px; overflow: visible; }
.contact-art__orbit { stroke: rgb(255 255 255 / 12%); stroke-width: 1; }
.contact-art__route { stroke: #97cbb0; stroke-width: 2; stroke-dasharray: 5 8; stroke-linecap: round; animation: contact-route 2.4s linear 2; }
.contact-art__start { fill: var(--contact-orange); }
.contact-art__pin { stroke: var(--contact-orange); stroke-width: 2.5; stroke-linecap: round; stroke-linejoin: round; animation: contact-pin 2.4s ease-in-out 2; }
.contact-art__pin path { fill: #204d3c; }
.contact-art__shadow { fill: rgb(0 0 0 / 17%); }
.contact-content { position: relative; z-index: 2; margin-top: -55px; padding-bottom: 85px; }
.contact-content > .wpb-content-wrapper > .vc_row {
    display: grid;
    grid-template-columns: minmax(0, .95fr) minmax(0, 1.05fr);
    align-items: stretch;
    gap: 28px;
    margin: 0;
}
.contact-content > .wpb-content-wrapper > .vc_row::before, .contact-content > .wpb-content-wrapper > .vc_row::after { content: none; }
.contact-content > .wpb-content-wrapper > .vc_row > .vc_column_container {
    float: none;
    width: 100%;
    min-width: 0;
    overflow: hidden;
    border: 1px solid #e0e7e0;
    border-radius: 20px;
    background: #fff;
    box-shadow: 0 18px 55px rgb(25 47 35 / 8%);
    animation: contact-enter .8s .15s ease-out both;
}
.contact-content > .wpb-content-wrapper > .vc_row > .vc_column_container:first-child { border-top: 4px solid var(--contact-orange); }
.contact-content > .wpb-content-wrapper > .vc_row > .vc_column_container:last-child { padding: 9px; animation-delay: .25s; }
.contact-content .vc_column_container > .vc_column-inner { padding: 0; height: 100%; }
.contact-content .vc_column-inner > .wpb_wrapper { height: 100%; }
.contact-content .wpb_text_column { margin: 0; }
.contact-page .cust-form { width: 100%; max-width: none; margin: 0; padding: 34px; }
.contact-page .cust-form input, .contact-page .cust-form select, .contact-page .cust-form textarea {
    display: block;
    width: 100%;
    max-width: 100%;
    min-height: 54px;
    margin: 0 0 18px;
    padding: 14px 16px;
    border: 1px solid #dce5df;
    border-radius: 9px;
    box-shadow: none;
    color: #203a2c;
    background-color: #f8faf8;
    font: 400 14px/1.6 'Poppins', sans-serif;
    transition: border-color .2s, background-color .2s;
}
.contact-page .cust-form select { padding-right: 42px; }
.contact-page .cust-form textarea { min-height: 150px; resize: vertical; }
.contact-page .cust-form input::placeholder, .contact-page .cust-form textarea::placeholder { color: #64726b; opacity: 1; }
.contact-page .cust-form input:focus, .contact-page .cust-form select:focus, .contact-page .cust-form textarea:focus { outline: 2px solid var(--contact-green); outline-offset: 2px; border-color: var(--contact-green); background-color: #fff; }
.contact-page .cust-form .g-recaptcha { min-height: 78px; margin: 5px 0 23px; }
.contact-page .cust-form #captcha_error { margin-bottom: 18px; font-size: 13px; line-height: 1.6; }
.contact-page .cust-form button[type="submit"] { display: flex; align-items: center; justify-content: center; gap: 10px; width: 100%; min-height: 54px; padding: 13px 20px; border: 0; border-radius: 9px; background: var(--contact-green); color: #fff; font-size: 14px; font-weight: 600; transition: background .2s, transform .2s; }
.contact-page .cust-form button[type="submit"]:hover { background: #106b3c; transform: translateY(-2px); }
.contact-page .cust-form button:focus-visible { outline: 3px solid var(--contact-orange); outline-offset: 4px; }
.contact-content .wpb_gmaps_widget, .contact-content .wpb_gmaps_widget > .wpb_wrapper, .contact-content .wpb_map_wraper { height: 100%; margin: 0; padding: 0; }
.contact-content .wpb_map_wraper { min-height: 560px; overflow: hidden; border-radius: 12px; background: #edf1e8; }
.contact-content .wpb_map_wraper iframe { display: block; width: 100% !important; max-width: 100%; height: 100%; min-height: 560px; border: 0; }
@keyframes contact-enter { from { opacity: 0; transform: translateY(18px); } to { opacity: 1; transform: translateY(0); } }
@keyframes contact-line { from { transform: scaleX(0); } to { transform: scaleX(1); } }
@keyframes contact-route { to { stroke-dashoffset: -26; } }
@keyframes contact-pin { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-6px); } }
@media (max-width: 1050px) {
    .contact-content > .wpb-content-wrapper > .vc_row { gap: 20px; grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .contact-page .cust-form { padding: 26px; }
}
@media (max-width: 850px) {
    .contact-shell { width: calc(100% - 40px); }
    .contact-page .cust-form { padding: 23px 13px; }
}
@media (max-width: 767px) {
    .contact-shell { width: min(560px, calc(100% - 40px)); }
    .contact-hero { padding: 47px 0 85px; }
    .contact-hero__inner { gap: 12px; }
    .contact-hero__art { flex-basis: 120px; max-width: 27%; }
    .contact-hero__art svg { width: 180px; max-width: none; transform: translateX(-40px); }
    .contact-hero__copy { position: relative; z-index: 1; }
    .contact-page h1 { font-size: clamp(42px, 8vw, 57px); }
    .contact-accent { width: 46px; height: 4px; margin-bottom: 17px; }
    .contact-content { margin-top: -38px; padding-bottom: 48px; }
    .contact-content > .wpb-content-wrapper > .vc_row { grid-template-columns: minmax(0, 1fr); gap: 22px; }
    .contact-content > .wpb-content-wrapper > .vc_row > .vc_column_container { border-radius: 16px; }
    .contact-page .cust-form { padding: 25px 21px; }
    .contact-page .cust-form textarea { min-height: 135px; }
    .contact-content .wpb_map_wraper, .contact-content .wpb_map_wraper iframe { min-height: 360px; height: 360px; }
}
@media (max-width: 380px) {
    .contact-shell { width: calc(100% - 24px); }
    .contact-page .cust-form { padding: 23px 8px; }
    .contact-hero__art { opacity: .65; }
}
@media (max-width: 350px) {
    .contact-page .cust-form .g-recaptcha { transform: scale(.9); transform-origin: left top; margin-bottom: 15px; }
}
@media (prefers-reduced-motion: reduce) {
    .contact-page *, .contact-page *::before, .contact-page *::after { animation: none !important; transition: none !important; }
}