:root {
    --contact-bg: #060b13;
    --contact-bg-deep: #04080e;
    --contact-surface: #0b1421;
    --contact-panel: #101c2c;
    --contact-line: rgba(151, 181, 219, .16);
    --contact-line-strong: rgba(151, 181, 219, .28);
    --contact-white: #f3f7fc;
    --contact-text: #a7b7ca;
    --contact-muted: #6d7f96;
    --contact-cyan: #35c8f4;
    --contact-blue: #3378ff;
    --contact-lime: #b8f35b;
}

html {
    margin: 0;
    background: var(--contact-bg);
}

body.contact-page {
    min-height: 100vh;
    margin: 0;
    overflow-x: hidden;
    color: var(--contact-white);
    background: var(--contact-bg);
    -webkit-font-smoothing: antialiased;
}

body.contact-page .container {
    width: min(1200px, calc(100% - 48px));
    max-width: none;
    margin: 0 auto;
    padding: 0;
}

/* Header */
body.contact-page .header {
    position: absolute;
    z-index: 50;
    top: 0;
    right: 0;
    left: 0;
    margin: 0;
    padding: 14px 0 0;
    background: transparent;
    border: 0;
}

body.contact-page .header .container {
    width: min(1240px, calc(100% - 64px));
    max-width: none;
    padding: 0;
}

body.contact-page .header-content {
    position: relative;
    min-height: 84px;
    gap: 24px;
    padding: 0 22px 0 24px;
    background: transparent;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    backdrop-filter: none;
}

body.contact-page .logo img {
    display: block;
    width: auto;
    height: 56px;
    max-width: 320px;
}

body.contact-page .logo-link { display: flex; align-items: center; }
body.contact-page .search-box { display: none; }
body.contact-page .contact-wrapper { margin-left: auto; }
body.contact-page .menu {
    position: absolute;
    top: 50%;
    left: 50%;
    width: max-content;
    gap: 20px;
    transform: translate(-50%, -50%);
}

body.contact-page .menu ul { gap: 30px; }
body.contact-page .menu ul li a {
    color: #bac8d9;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: -.01em;
    text-transform: uppercase;
}
body.contact-page .menu ul li a:hover { color: var(--contact-cyan); }

body.contact-page .contact-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding: 0 24px;
    color: #03101a;
    background: linear-gradient(135deg, #42d2f7, #178bd0);
    border: 0;
    border-radius: 12px;
    font-size: 14px;
    font-weight: 800;
    box-shadow: 0 10px 26px rgba(28, 170, 229, .22);
}
body.contact-page .contact-btn:hover { color: #03101a; background: linear-gradient(135deg, #70ddfa, #269ee2); }
body.contact-page .header-line { display: none; }

/* Hero */
body.contact-page main { background: var(--contact-bg); }
body.contact-page .inner-hero {
    position: relative;
    min-height: 390px;
    padding: 174px 0 92px;
    overflow: hidden;
    text-align: center;
    background:
        radial-gradient(circle at 50% 42%, rgba(24, 104, 153, .18), transparent 31%),
        radial-gradient(circle at 50% 100%, rgba(44, 75, 158, .14), transparent 44%),
        linear-gradient(180deg, var(--contact-bg-deep) 0%, var(--contact-bg) 100%);
    border-bottom: 1px solid var(--contact-line);
}

body.contact-page .inner-hero::before {
    position: absolute;
    inset: 0;
    width: auto;
    height: auto;
    content: '';
    opacity: .3;
    border-radius: 0;
    pointer-events: none;
    background-image:
        linear-gradient(rgba(93, 137, 179, .08) 1px, transparent 1px),
        linear-gradient(90deg, rgba(93, 137, 179, .08) 1px, transparent 1px);
    background-size: 76px 76px;
    mask-image: linear-gradient(to bottom, transparent, #000 26%, #000 75%, transparent);
}

body.contact-page .inner-hero::after {
    position: absolute;
    z-index: 0;
    top: 122px;
    right: auto;
    bottom: auto;
    left: 50%;
    width: min(720px, 72vw);
    height: min(720px, 72vw);
    content: '';
    border: 1px solid rgba(79, 170, 219, .18);
    border-radius: 50%;
    transform: translateX(-50%);
    box-shadow: 0 0 0 76px rgba(56, 133, 187, .035), 0 0 0 152px rgba(56, 133, 187, .025);
}

body.contact-page .inner-hero .container { position: relative; z-index: 1; }
body.contact-page .inner-kicker {
    margin-bottom: 22px;
    padding: 9px 15px;
    color: #70d7fa;
    background: rgba(33, 136, 183, .14);
    border: 1px solid rgba(63, 192, 238, .38);
    border-radius: 999px;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .09em;
    text-transform: uppercase;
}
body.contact-page .inner-kicker i { color: var(--contact-lime); font-size: 8px; }
body.contact-page .inner-title {
    margin: 0 0 20px;
    color: var(--contact-white);
    font-size: clamp(52px, 6.8vw, 82px);
    font-weight: 800;
    line-height: 1.02;
    letter-spacing: -.06em;
}
body.contact-page .inner-subtitle {
    max-width: 650px;
    margin: 0 auto;
    color: var(--contact-text);
    font-size: 18px;
    line-height: 1.7;
}

/* Contact content */
body.contact-page .inner-content {
    position: relative;
    padding: 88px 0 112px;
    background: var(--contact-bg);
}
body.contact-page .inner-content::before {
    position: absolute;
    top: 0;
    left: 50%;
    width: min(900px, 80vw);
    height: 500px;
    content: '';
    background: radial-gradient(circle, rgba(28, 135, 189, .1), transparent 68%);
    transform: translateX(-50%);
    pointer-events: none;
}
body.contact-page .inner-content .container { position: relative; z-index: 1; }
body.contact-page .modern-contact-grid {
    grid-template-columns: .82fr 1.18fr;
    gap: 18px;
}
body.contact-page .modern-contact-info,
body.contact-page .modern-contact-form {
    padding: 34px;
    border-radius: 16px;
}
body.contact-page .modern-contact-info {
    background: linear-gradient(145deg, #0d2030, #0a1523);
    border: 1px solid var(--contact-line-strong);
    box-shadow: 0 20px 50px rgba(0, 0, 0, .2);
}
body.contact-page .modern-contact-form {
    background: var(--contact-surface);
    border: 1px solid var(--contact-line);
    box-shadow: 0 20px 50px rgba(0, 0, 0, .2);
}
body.contact-page .contact-card-title {
    margin: 0 0 10px;
    color: var(--contact-white);
    font-size: 26px;
    font-weight: 800;
    letter-spacing: -.035em;
}
body.contact-page .contact-card-intro {
    margin: 0 0 30px;
    color: var(--contact-text);
    font-size: 14px;
    line-height: 1.7;
}
body.contact-page .modern-info-list { gap: 12px; }
body.contact-page .modern-info-item {
    gap: 14px;
    padding: 16px;
    background: rgba(14, 31, 48, .72);
    border: 1px solid rgba(151, 181, 219, .12);
    border-radius: 12px;
}
body.contact-page .modern-info-icon {
    flex-basis: 40px;
    width: 40px;
    height: 40px;
    color: var(--contact-cyan);
    background: rgba(53, 200, 244, .1);
    border: 1px solid rgba(53, 200, 244, .24);
    border-radius: 10px;
}
body.contact-page .modern-info-item h3 { color: var(--contact-white); font-size: 15px; }
body.contact-page .modern-info-item p,
body.contact-page .modern-info-item a { color: var(--contact-text); font-size: 13px; }
body.contact-page .modern-info-item a:hover { color: var(--contact-cyan); }

body.contact-page .modern-contact-form .form-row { gap: 16px; }
body.contact-page .modern-contact-form .form-group { margin-bottom: 18px; }
body.contact-page .modern-contact-form .form-label {
    margin-bottom: 8px;
    color: #b9c9dc;
    font-size: 13px;
    font-weight: 700;
}
body.contact-page .modern-contact-form .form-input,
body.contact-page .modern-contact-form .form-textarea {
    padding: 13px 14px;
    color: var(--contact-white);
    background: #07111d;
    border: 1px solid var(--contact-line-strong);
    border-radius: 8px;
    font-size: 15px;
}
body.contact-page .modern-contact-form .form-input::placeholder,
body.contact-page .modern-contact-form .form-textarea::placeholder { color: var(--contact-muted); }
body.contact-page .modern-contact-form .form-input:focus,
body.contact-page .modern-contact-form .form-textarea:focus {
    background: #0b1725;
    border-color: var(--contact-cyan);
    box-shadow: 0 0 0 3px rgba(53, 200, 244, .12);
}
body.contact-page .captcha-group { margin: 2px 0 22px; }
body.contact-page .captcha-group .form-label span { color: #ff8090; }
body.contact-page .captcha-question {
    min-width: 118px;
    min-height: 50px;
    color: var(--contact-white);
    background: rgba(53, 200, 244, .1);
    border: 1px solid rgba(53, 200, 244, .24);
    border-radius: 8px;
}
body.contact-page .modern-submit {
    min-height: 50px;
    padding: 0 24px;
    color: #03101a;
    background: linear-gradient(135deg, #43d2f5, #188dd1);
    border-radius: 12px;
    font-size: 14px;
    font-weight: 800;
    box-shadow: 0 12px 28px rgba(32, 170, 226, .2);
}
body.contact-page .modern-submit:hover { background: linear-gradient(135deg, #70ddfa, #269ee2); }
body.contact-page .form-alert { border-radius: 8px; }
body.contact-page .form-alert.success {
    color: #c8ff8c;
    background: rgba(184, 243, 91, .1);
    border-color: rgba(184, 243, 91, .28);
}
body.contact-page .form-alert.error {
    color: #ffb7c0;
    background: rgba(255, 98, 120, .1);
    border-color: rgba(255, 98, 120, .28);
}

/* Footer */
body.contact-page .footer {
    padding-top: 70px;
    color: var(--contact-white);
    background: var(--contact-bg-deep) !important;
    border-top: 1px solid var(--contact-line);
}
body.contact-page .footer .container { width: min(1200px, calc(100% - 48px)); max-width: none; padding: 0; }
body.contact-page .footer-column h3,
body.contact-page .footer-logo-icon,
body.contact-page .footer-logo-text { color: var(--contact-white); }
body.contact-page .footer-description,
body.contact-page .footer-links a,
body.contact-page .footer-contact-text,
body.contact-page .footer-contact-link,
body.contact-page .footer-copyright,
body.contact-page .footer-legal a { color: var(--contact-muted) !important; }
body.contact-page .footer-contact-icon i { color: var(--contact-cyan); }
body.contact-page .social-icon { color: var(--contact-cyan); background: rgba(53, 200, 244, .1); }
body.contact-page .social-icon:hover { color: #07121e; background: var(--contact-cyan); }
body.contact-page .footer-bottom { border-color: var(--contact-line); }
body.contact-page .footer-links a:hover,
body.contact-page .footer-legal a:hover { color: var(--contact-cyan) !important; }

@media (min-width: 769px) and (max-width: 992px) {
    body.contact-page .header-content { row-gap: 8px; flex-wrap: wrap; }
    body.contact-page .logo img { height: 48px; max-width: 270px; }
    body.contact-page .menu {
        position: static;
        top: auto;
        left: auto;
        width: 100%;
        flex: 0 0 100%;
        order: 3;
        gap: 0;
        transform: none;
    }
    body.contact-page .menu ul { justify-content: center; width: 100%; gap: 16px; flex-wrap: wrap; }
}

@media (max-width: 960px) {
    body.contact-page .modern-contact-grid { grid-template-columns: 1fr; }
}

@media (max-width: 768px) {
    body.contact-page .container,
    body.contact-page .header .container,
    body.contact-page .footer .container { width: min(calc(100% - 32px), 1200px); }
    body.contact-page .header { padding-top: 10px; }
    body.contact-page .header-content { min-height: 62px; gap: 0; padding: 0 13px; flex-wrap: nowrap; }
    body.contact-page .logo { order: 1; justify-content: center; }
    body.contact-page .logo img { height: 44px; max-width: 240px; }
    body.contact-page .hamburger { order: 0; }
    body.contact-page .hamburger span { background: var(--contact-white); }
    body.contact-page .menu {
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        width: auto;
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
        gap: 24px;
        padding-top: 100px;
        background: #09121e;
        transform: none;
    }
    body.contact-page .menu ul { flex-direction: column; gap: 8px; width: 100%; max-width: 280px; }
    body.contact-page .menu ul li a { color: #d9e5f3; text-align: center; font-size: 18px; }
    body.contact-page .menu ul li a:hover { color: var(--contact-cyan); background: rgba(53, 200, 244, .08); }
    body.contact-page .contact-wrapper { margin: 0; }
    body.contact-page .contact-wrapper .contact-btn { min-height: 42px; padding: 0 15px; font-size: 12px; }
    body.contact-page .inner-hero { min-height: 350px; padding: 142px 0 70px; }
    body.contact-page .inner-title { font-size: 52px; }
    body.contact-page .inner-subtitle { max-width: 570px; font-size: 16px; }
    body.contact-page .inner-content { padding: 68px 0 82px; }
}

@media (max-width: 560px) {
    body.contact-page .container,
    body.contact-page .header .container,
    body.contact-page .footer .container { width: calc(100% - 30px); }
    body.contact-page .header-content { padding: 0 8px; }
    body.contact-page .logo img { height: 38px; max-width: 220px; }
    body.contact-page .contact-wrapper .contact-btn { min-height: 39px; padding: 0 11px; font-size: 11px; }
    body.contact-page .inner-hero { min-height: 330px; padding-top: 132px; }
    body.contact-page .inner-title { font-size: 44px; }
    body.contact-page .inner-subtitle { font-size: 15px; }
    body.contact-page .modern-contact-info,
    body.contact-page .modern-contact-form { padding: 24px; }
    body.contact-page .captcha-row { align-items: stretch; }
    body.contact-page .captcha-question { min-width: 104px; padding: 0 12px; font-size: 17px; }
    body.contact-page .modern-contact-form .captcha-input { width: 100%; min-width: 0; }
    body.contact-page .modern-submit { width: 100%; }
}

/* New public-site concept: white canvas, green accents and quiet borders. */
:root {
    --contact-bg: #ffffff;
    --contact-bg-deep: #ffffff;
    --contact-surface: #ffffff;
    --contact-panel: #f4faf5;
    --contact-line: #e4eaed;
    --contact-line-strong: #cfe2d2;
    --contact-white: #17212b;
    --contact-text: #5a7290;
    --contact-muted: #7b8ba0;
    --contact-cyan: #3da85a;
    --contact-blue: #3da85a;
    --contact-lime: #3da85a;
}

html,
body.contact-page {
    background: #ffffff;
}

body.contact-page {
    color: #17212b;
    font-family: "Space Grotesk", Arial, Helvetica, sans-serif !important;
}

body.contact-page main { background: #ffffff; }

body.contact-page .inner-hero {
    min-height: 0;
    padding: 32px 0 30px;
    background: #ffffff;
    border-bottom: 1px solid #e4eaed;
}

body.contact-page .inner-hero::before,
body.contact-page .inner-hero::after { display: none; }

body.contact-page .inner-kicker {
    margin-bottom: 14px;
    padding: 7px 12px;
    color: #317f46;
    background: #f3f9f3;
    border: 1px solid #d4e7d6;
    border-radius: 999px;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .08em;
}

body.contact-page .inner-kicker i { color: #3da85a; }

body.contact-page .inner-title {
    margin: 0 0 14px;
    color: #121a2b;
    font-size: clamp(28px, 2.8vw, 38px);
    line-height: 1.08;
    letter-spacing: -.065em;
}

body.contact-page .inner-subtitle {
    max-width: 650px;
    color: #5a7290;
    font-size: 13px;
    line-height: 1.45;
}

body.contact-page .inner-content {
    padding: 48px 0 108px;
    background: #ffffff;
}

body.contact-page .inner-content::before { display: none; }

body.contact-page .modern-contact-grid {
    grid-template-columns: .82fr 1.18fr;
    gap: 24px;
}

body.contact-page .modern-contact-info,
body.contact-page .modern-contact-form {
    padding: 30px;
    border-radius: 16px;
    box-shadow: 0 12px 28px rgba(31, 72, 43, .04);
}

body.contact-page .modern-contact-info {
    background: #f4faf5;
    border: 1px solid #d8e8da;
}

body.contact-page .modern-contact-form {
    background: #ffffff;
    border: 1px solid #e4eaed;
}

body.contact-page .contact-card-title {
    margin: 0 0 8px;
    color: #17212b;
    font-size: 23px;
    line-height: 1.2;
    letter-spacing: -.035em;
}

body.contact-page .contact-card-intro {
    margin: 0 0 26px;
    color: #5a7290;
    font-size: 13px;
    line-height: 1.55;
}

body.contact-page .modern-info-list { gap: 12px; }

body.contact-page .modern-info-item {
    gap: 13px;
    padding: 14px;
    background: #ffffff;
    border: 1px solid #e4eaed;
    border-radius: 12px;
}

body.contact-page .contact-whatsapp-link {
    color: inherit;
    text-decoration: none;
    transition: border-color .2s ease, background .2s ease, transform .2s ease;
}

body.contact-page .contact-whatsapp-link:hover {
    background: #f5fbf5;
    border-color: #b9d8bc;
    transform: translateY(-2px);
}

body.contact-page .modern-info-icon {
    flex-basis: 38px;
    width: 38px;
    height: 38px;
    color: #3da85a;
    background: #eef8ef;
    border: 1px solid #cfe4d1;
    border-radius: 10px;
}

body.contact-page .modern-info-item h3 {
    color: #17212b;
    font-size: 14px;
}

body.contact-page .modern-info-item p,
body.contact-page .modern-info-item a,
body.contact-page .modern-info-item span:not(.modern-info-icon) {
    color: #5a7290;
    font-size: 13px;
}

body.contact-page .modern-info-item a:hover { color: #2f8b48; }

body.contact-page .modern-contact-form .form-label {
    margin-bottom: 7px;
    color: #344256;
    font-size: 12px;
}

body.contact-page .modern-contact-form .form-input,
body.contact-page .modern-contact-form .form-textarea {
    padding: 12px 13px;
    color: #17212b;
    background: #fbfcfe;
    border: 1px solid #dfe6ea;
    border-radius: 9px;
    font-size: 14px;
}

body.contact-page .modern-contact-form .form-input::placeholder,
body.contact-page .modern-contact-form .form-textarea::placeholder { color: #91a0b1; }

body.contact-page .modern-contact-form .form-input:focus,
body.contact-page .modern-contact-form .form-textarea:focus {
    background: #ffffff;
    border-color: #3da85a;
    box-shadow: 0 0 0 3px rgba(61, 168, 90, .12);
}

body.contact-page .captcha-question {
    color: #2f7541;
    background: #f3f9f3;
    border: 1px solid #cfe4d1;
    border-radius: 9px;
}

body.contact-page .modern-submit {
    min-height: 48px;
    padding: 0 22px;
    color: #ffffff;
    background: #3da85a;
    border-radius: 10px;
    box-shadow: 0 10px 22px rgba(61, 168, 90, .16);
}

body.contact-page .modern-submit:hover { background: #2f8b48; }

body.contact-page .form-alert.success {
    color: #2f7541;
    background: #f1f9f2;
    border-color: #cfe4d1;
}

body.contact-page .footer {
    padding-top: 62px;
    color: #17212b;
    background: #ffffff !important;
    border-top: 1px solid #e4eaed;
}

body.contact-page .footer-column h3,
body.contact-page .footer-logo-icon,
body.contact-page .footer-logo-text { color: #17212b; }

body.contact-page .footer-description,
body.contact-page .footer-links a,
body.contact-page .footer-contact-text,
body.contact-page .footer-contact-link,
body.contact-page .footer-copyright,
body.contact-page .footer-legal a { color: #727c91 !important; }

body.contact-page .footer-contact-icon i { color: #3da85a; }
body.contact-page .social-icon { color: #3da85a; background: #e6f4e7; }
body.contact-page .social-icon:hover { color: #ffffff; background: #3da85a; }
body.contact-page .footer-bottom { border-color: #e4eaed; }
body.contact-page .footer-links a:hover,
body.contact-page .footer-legal a:hover { color: #3da85a !important; }

@media (max-width: 960px) {
    body.contact-page .modern-contact-grid {
        grid-template-columns: 1fr;
        gap: 18px;
    }

    body.contact-page .modern-contact-info,
    body.contact-page .modern-contact-form {
        width: 100%;
        min-width: 0;
    }
}

@media (max-width: 768px) {
    body.contact-page .inner-hero { min-height: 0; padding: 28px 0 26px; }
    body.contact-page .inner-title { font-size: 30px; }
    body.contact-page .inner-subtitle { font-size: 13px; }
    body.contact-page .inner-content { padding: 36px 0 82px; }
    body.contact-page .modern-contact-grid { gap: 16px; }
    body.contact-page .modern-contact-form .form-row {
        grid-template-columns: 1fr;
        gap: 0;
    }
    body.contact-page .modern-contact-form .form-input,
    body.contact-page .modern-contact-form .form-textarea {
        min-width: 0;
        max-width: 100%;
    }
    body.contact-page .captcha-row { flex-wrap: wrap; }
    body.contact-page .modern-contact-form .captcha-input {
        flex: 1 1 150px;
        width: auto;
        min-width: 0;
    }
    body.contact-page .modern-submit { width: 100%; }
}

@media (max-width: 560px) {
    body.contact-page .inner-hero { padding: 26px 0 24px; }
    body.contact-page .inner-title { font-size: 28px; }
    body.contact-page .inner-subtitle { font-size: 12px; }
    body.contact-page .modern-contact-info,
    body.contact-page .modern-contact-form { padding: 22px 20px; }
}

@media (max-width: 480px) {
    body.contact-page .bl-container {
        gap: 8px;
        padding: 0 10px;
    }

    body.contact-page .bl-logo {
        min-width: 0;
        flex: 1 1 auto;
    }

    body.contact-page .bl-logo-link.has-custom-logo img {
        max-width: 145px;
        height: 32px;
    }

    body.contact-page .bl-actions { gap: 6px; }
    body.contact-page .bl-language-options {
        gap: 4px;
        padding: 0;
        font-size: 11px;
    }
    body.contact-page .bl-language-option { gap: 3px; }
    body.contact-page .bl-language-option img { width: 20px; height: 14px; }
    body.contact-page .bl-hamburger {
        width: 38px;
        height: 38px;
        padding: 7px;
    }
    body.contact-page .bl-hamburger span { width: 20px; }
}
