body.contact-page {
    --contact-blue: #3b82f6;
    --contact-blue-light: #93c5fd;
    --contact-green: #22c55e;
    --contact-line: rgba(203, 213, 225, .18);
    --contact-surface: rgba(255, 255, 255, .06);
}
body.contact-page .contact-main { overflow: hidden; }
body.contact-page > .section { display: none !important; }

body.contact-page .contact-premium-hero {
    position: relative;
    display: grid;
    min-height: min(620px, 78vh);
    overflow: hidden;
    border-bottom: 1px solid rgba(96, 165, 250, .22);
    background: #0b1220;
}
body.contact-page .contact-hero-grid {
    position: absolute;
    inset: 0;
    background-image: linear-gradient(rgba(96, 165, 250, .1) 1px, transparent 1px), linear-gradient(90deg, rgba(34, 197, 94, .08) 1px, transparent 1px);
    background-size: 88px 88px;
    opacity: .34;
}
body.contact-page .contact-premium-hero::after {
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at 76% 47%, rgba(34, 197, 94, .13), transparent 26%), linear-gradient(90deg, rgba(11, 18, 32, .98), rgba(11, 18, 32, .7));
    content: "";
}
body.contact-page .contact-hero-symbol {
    position: absolute;
    z-index: 1;
    right: max(7vw, calc((100vw - 1180px) / 2));
    top: 50%;
    width: min(35vw, 410px);
    transform: translateY(-43%) perspective(900px) rotateY(-8deg) rotateX(3deg);
    filter: drop-shadow(0 30px 32px rgba(0, 0, 0, .34)) drop-shadow(0 0 26px rgba(59, 130, 246, .14));
}
body.contact-page .contact-hero-symbol img {
    display: block;
    width: 100%;
    height: auto;
    object-fit: contain;
}
body.contact-page .contact-hero-content {
    position: relative;
    z-index: 2;
    align-self: center;
    width: min(100% - 40px, 1180px);
    margin: 0 auto;
    padding: 145px 0 90px;
    text-align: left;
}
body.contact-page .contact-hero-content > * { max-width: 690px; }
body.contact-page .contact-kicker {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin: 0 0 18px;
    padding: 8px 12px;
    border: 1px solid rgba(147, 197, 253, .32);
    border-radius: 999px;
    background: rgba(15, 23, 42, .68);
    color: #dbeafe !important;
    font-size: .69rem !important;
    font-weight: 900;
    text-transform: uppercase;
    backdrop-filter: blur(12px);
}
body.contact-page .contact-kicker i { color: #86efac; }
body.contact-page .contact-hero-content h1 {
    margin: 0;
    color: #fff;
    font-size: clamp(3rem, 6.2vw, 5.1rem);
    font-weight: 900;
    letter-spacing: 0;
    line-height: 1.02;
    text-wrap: balance;
}
body.contact-page .contact-hero-content h1 span { color: #9dcbff; }
body.contact-page .contact-hero-content > p:not(.contact-kicker) { margin: 22px 0 0; color: #d1dfed; font-size: clamp(.98rem, 1.5vw, 1.08rem); line-height: 1.72; }
body.contact-page .contact-hero-actions { display: flex; flex-wrap: wrap; gap: 11px; margin-top: 28px; }
body.contact-page .contact-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    min-height: 50px;
    padding: 13px 20px;
    border: 1px solid rgba(147, 197, 253, .35);
    border-radius: 14px;
    color: #fff;
    font-size: .82rem;
    font-weight: 900;
    text-decoration: none;
    transition: transform .3s ease, box-shadow .3s ease;
}
body.contact-page .contact-button--primary,
body.contact-page .btn-submit { border-color: rgba(147, 197, 253, .55); background: linear-gradient(118deg, #2563eb, #22b8e6, #22c55e); box-shadow: 0 12px 28px rgba(37, 99, 235, .22), 0 0 20px rgba(34, 197, 94, .1); }
body.contact-page .contact-button--secondary { background: rgba(15, 23, 42, .72); }
body.contact-page .contact-button:hover { opacity: 1; transform: translateY(-2px); box-shadow: 0 15px 32px rgba(37, 99, 235, .25); }
body.contact-page .contact-hero-facts { display: flex; flex-wrap: wrap; gap: 10px 22px; margin-top: 30px; }
body.contact-page .contact-hero-facts span { display: inline-flex; align-items: center; gap: 8px; color: #d9e6f5; font-size: .75rem; font-weight: 800; }
body.contact-page .contact-hero-facts i { color: #86efac; }

body.contact-page .contact-conversion,
body.contact-page .contact-location { width: min(100% - 40px, 1100px); margin: 0 auto; }
body.contact-page .contact-conversion { padding: 92px 0 86px; }
body.contact-page .contact-section-heading { max-width: 760px; margin: 0 auto 40px; text-align: center; }
body.contact-page .contact-section-heading h2,
body.contact-page .contact-location h2 { margin: 0; color: #fff; font-size: clamp(2rem, 4.5vw, 3.25rem); line-height: 1.08; text-wrap: balance; }
body.contact-page .contact-section-heading > p:not(.contact-kicker) { max-width: 660px; margin: 17px auto 0; color: #afbdcc; font-size: .94rem; line-height: 1.72; }
body.contact-page .contact-conversion-grid { display: grid; grid-template-columns: .82fr 1.18fr; gap: 14px; align-items: stretch; }
body.contact-page .contact-start-options {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
    margin: -12px 0 18px;
}
body.contact-page .contact-start-options a {
    display: grid;
    gap: 4px;
    min-height: 82px;
    padding: 16px 17px;
    border: 1px solid var(--contact-line);
    border-radius: 14px;
    background: linear-gradient(145deg, rgba(15, 32, 54, .82), rgba(8, 20, 37, .72));
    color: #fff;
    text-decoration: none;
    box-shadow: 0 12px 28px rgba(2, 6, 23, .17);
    transition: transform .22s ease, border-color .22s ease, background .22s ease;
}
body.contact-page .contact-start-options a:hover {
    border-color: rgba(96, 165, 250, .48);
    background: linear-gradient(145deg, rgba(32, 74, 120, .42), rgba(15, 53, 48, .45));
    transform: translateY(-2px);
}
body.contact-page .contact-start-options span { font-size: .82rem; font-weight: 900; }
body.contact-page .contact-start-options small { color: #91a3b6; font-size: .68rem; line-height: 1.45; }
body.contact-page .contact-direct,
body.contact-page .contact-form-panel {
    padding: 28px;
    border: 1px solid var(--contact-line);
    border-radius: 8px;
    background: var(--contact-surface);
    box-shadow: 0 14px 30px rgba(2, 6, 23, .16);
}
body.contact-page .contact-direct > h3 { margin: 0 0 8px; color: #fff; font-size: 1.35rem; }
body.contact-page .contact-direct > p { margin: 0 0 24px; color: #afbdcc; font-size: .84rem; line-height: 1.65; }
body.contact-page .contact-btn {
    display: grid;
    grid-template-columns: 44px minmax(0, 1fr) 18px;
    align-items: center;
    gap: 13px;
    min-height: 72px;
    margin: 0 0 10px;
    padding: 12px 14px;
    border: 1px solid var(--contact-line);
    border-radius: 8px;
    background: rgba(15, 23, 42, .54);
}
body.contact-page .contact-btn:hover { border-color: rgba(96, 165, 250, .38); background: rgba(59, 130, 246, .08); transform: translateY(-2px); }
body.contact-page .contact-btn-icon { display: grid; place-items: center; width: 44px; height: 44px; border: 1px solid rgba(96, 165, 250, .3); border-radius: 7px; background: rgba(59, 130, 246, .1); color: #9dcbff; }
body.contact-page .contact-btn strong { display: block; overflow-wrap: anywhere; color: #fff; font-size: .83rem; }
body.contact-page .contact-btn small { display: block; margin-top: 3px; color: #8fa1b5; font-size: .7rem; }
body.contact-page .contact-btn-arrow { color: #60758d; font-size: .7rem; }
body.contact-page .contact-hours { display: grid; gap: 10px; margin-top: 22px; padding-top: 20px; border-top: 1px solid var(--contact-line); }
body.contact-page .contact-hours div { display: flex; justify-content: space-between; gap: 14px; color: #afbdcc; font-size: .76rem; }
body.contact-page .contact-hours strong { color: #e5edf7; }
body.contact-page .contact-response-note {
    display: grid;
    gap: 6px;
    margin-top: 18px;
    padding: 15px;
    border: 1px solid rgba(34, 197, 94, .24);
    border-radius: 12px;
    background: rgba(34, 197, 94, .075);
}
body.contact-page .contact-response-note strong { color: #dfffe6; font-size: .76rem; }
body.contact-page .contact-response-note span { color: #aebdcd; font-size: .69rem; line-height: 1.58; }

body.contact-page .contact-form-intro { display: flex; align-items: center; gap: 12px; margin-bottom: 24px; }
body.contact-page .contact-form-icon { display: grid; place-items: center; width: 44px; height: 44px; border: 1px solid rgba(34, 197, 94, .3); border-radius: 7px; background: rgba(34, 197, 94, .1); color: #86efac; }
body.contact-page .contact-form-intro strong, body.contact-page .contact-form-intro small { display: block; }
body.contact-page .contact-form-intro strong { color: #fff; font-size: .9rem; }
body.contact-page .contact-form-intro small { margin-top: 3px; color: #8fa1b5; font-size: .72rem; }
body.contact-page .form-grid { gap: 14px; }
body.contact-page #contact-form label > span:first-child { display: block; margin-bottom: 7px; color: #dce6f2; font-size: .72rem; font-weight: 800; }
body.contact-page .form-control { min-height: 48px; padding: 12px 13px; border: 1px solid var(--contact-line); border-radius: 7px; background: rgba(15, 23, 42, .72); color: #fff; }
body.contact-page .form-control:focus { border-color: #60a5fa; background: rgba(15, 23, 42, .9); box-shadow: 0 0 0 3px rgba(59, 130, 246, .12); }
body.contact-page .message-field { display: block; margin-top: 14px; }
body.contact-page textarea.form-control { min-height: 145px; }
body.contact-page .privacy-check { display: grid !important; grid-template-columns: 18px 1fr; align-items: start; gap: 9px; margin-top: 15px; cursor: pointer; }
body.contact-page .privacy-check input { width: 16px; height: 16px; margin-top: 2px; accent-color: var(--contact-green); }
body.contact-page .privacy-check span { margin: 0 !important; color: #91a3b6 !important; font-size: .68rem !important; font-weight: 500 !important; line-height: 1.55; }
body.contact-page .privacy-check a { color: #b9d8fa; text-decoration: underline; }
body.contact-page .btn-submit { min-height: 50px; margin-top: 18px; border: 1px solid rgba(147, 197, 253, .5); border-radius: 12px; color: #fff; }
body.contact-page .btn-submit:disabled { cursor: wait; opacity: .65; }
body.contact-page .contact-form-message { display: none; margin-top: 14px; padding: 12px; border: 1px solid transparent; border-radius: 7px; font-size: .78rem; text-align: center; }
body.contact-page .contact-form-message.is-success { display: block; border-color: rgba(34, 197, 94, .3); background: rgba(34, 197, 94, .1); color: #86efac; }
body.contact-page .contact-form-message.is-error { display: block; border-color: rgba(248, 113, 113, .3); background: rgba(248, 113, 113, .1); color: #fca5a5; }

body.contact-page .request-center { align-self: start; }
body.contact-page .request-type-tabs { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 8px; margin: 4px 0 24px; padding: 5px; border: 1px solid var(--contact-line); border-radius: 11px; background: rgba(2, 6, 23, .28); }
body.contact-page .request-type-tab { display: flex; align-items: center; justify-content: center; gap: 8px; min-height: 46px; padding: 9px 10px; border: 1px solid transparent; border-radius: 8px; background: transparent; color: #8fa1b5; font: inherit; font-size: .72rem; font-weight: 800; cursor: pointer; transition: border-color .2s ease, background .2s ease, color .2s ease; }
body.contact-page .request-type-tab:hover { color: #fff; background: rgba(255, 255, 255, .035); }
body.contact-page .request-type-tab.is-active { border-color: rgba(96, 165, 250, .36); background: linear-gradient(135deg, rgba(37, 99, 235, .18), rgba(34, 197, 94, .1)); color: #e9f4ff; box-shadow: 0 8px 22px rgba(2, 6, 23, .22); }
body.contact-page .request-type-tab.is-active i { color: #86efac; }
body.contact-page .request-form[hidden] { display: none !important; }
body.contact-page .request-form { display: grid; gap: 14px; animation: chat-in .28s ease; }
body.contact-page .request-form-head { margin-bottom: 3px; }
body.contact-page .request-form-head h3 { margin: 7px 0 5px; color: #fff; font-size: 1.12rem; }
body.contact-page .request-form-head p { margin: 0; color: #91a3b6; font-size: .75rem; line-height: 1.6; }
body.contact-page .request-form-badge { display: inline-flex; align-items: center; min-height: 24px; padding: 4px 9px; border: 1px solid rgba(34, 197, 94, .25); border-radius: 999px; background: rgba(34, 197, 94, .08); color: #86efac; font-size: .62rem; font-weight: 900; letter-spacing: .05em; text-transform: uppercase; }
body.contact-page .request-field-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
body.contact-page .request-form > label, body.contact-page .request-field-grid > label { display: grid; gap: 7px; color: #dce6f2; font-size: .71rem; font-weight: 800; }
body.contact-page .request-form label em { color: #86efac; font-style: normal; }
body.contact-page .request-form select.form-control { appearance: auto; }
body.contact-page .request-form textarea.form-control { min-height: 132px; resize: vertical; }
body.contact-page .request-form .btn-submit { width: 100%; justify-content: center; margin-top: 2px; }
body.contact-page .request-consents { display: grid; gap: 9px; padding: 13px 14px; border: 1px solid var(--contact-line); border-radius: 8px; background: rgba(2, 6, 23, .22); }
body.contact-page .request-consents .privacy-check { margin-top: 0; }
body.contact-page .copy-check { display: grid; grid-template-columns: 18px 1fr; align-items: start; gap: 9px; cursor: pointer; }
body.contact-page .copy-check input { width: 16px; height: 16px; margin-top: 1px; accent-color: var(--contact-green); }
body.contact-page .copy-check span { color: #b9c7d6; font-size: .68rem; font-weight: 600; line-height: 1.5; }
body.contact-page .request-honeypot { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; opacity: 0 !important; pointer-events: none !important; }
body.contact-page .legacy-request-ui { display: none !important; }

body.contact-page .conversation-form { min-height: 530px; }
body.contact-page .conversation-status { display: flex; align-items: center; justify-content: space-between; gap: 18px; margin: 2px 0 9px; }
body.contact-page .conversation-status > div { display: grid; gap: 2px; }
body.contact-page .conversation-status span { color: #86efac; font-size: .64rem; font-weight: 900; letter-spacing: .06em; text-transform: uppercase; }
body.contact-page .conversation-status strong { color: #eaf2fb; font-size: .8rem; }
body.contact-page #conversation-step-count { min-width: 52px; color: #91a3b6; text-align: right; }
body.contact-page .conversation-progress { height: 5px; margin-bottom: 20px; overflow: hidden; border-radius: 999px; background: rgba(255, 255, 255, .09); }
body.contact-page .conversation-progress span { display: block; width: 12.5%; height: 100%; border-radius: inherit; background: linear-gradient(90deg, #2563eb, #22b8e6, #22c55e); box-shadow: 0 0 12px rgba(34, 197, 94, .28); transition: width .35s ease; }
body.contact-page .conversation-history { max-height: 162px; margin: 0 0 16px; padding-right: 3px; overflow-y: auto; }
body.contact-page .conversation-history[hidden] { display: none; }
body.contact-page .conversation-history .chat-log-entry { grid-template-columns: minmax(88px, .35fr) minmax(0, 1fr); align-items: center; padding: 8px 11px; }
body.contact-page .conversation-history .chat-log-a { justify-content: flex-end; text-align: right; font-size: .76rem; }

body.contact-page .conversation-step { display: none; animation: chat-in .32s ease; }
body.contact-page .conversation-step.is-active { display: block; }
body.contact-page .conversation-avatar { display: grid; place-items: center; width: 34px; height: 34px; flex: 0 0 34px; border: 1px solid rgba(96, 165, 250, .32); border-radius: 50%; background: linear-gradient(145deg, rgba(37, 99, 235, .2), rgba(34, 197, 94, .12)); }
body.contact-page .chat-bot-bubble .conversation-avatar i { margin: 0; color: #9dcbff; }
body.contact-page .chat-bot-bubble > span:last-child { display: grid; gap: 2px; }
body.contact-page .chat-bot-bubble small { color: #86efac; font-size: .59rem; font-weight: 900; letter-spacing: .05em; text-transform: uppercase; }

body.contact-page .conversation-choice-grid { display: grid; gap: 10px; }
body.contact-page .conversation-choice { display: grid; grid-template-columns: 42px minmax(0, 1fr); align-items: center; gap: 13px; width: 100%; min-height: 72px; padding: 12px 15px; border: 1px solid var(--contact-line); border-radius: 10px; background: rgba(15, 23, 42, .6); color: #dce6f2; text-align: left; cursor: pointer; transition: border-color .2s ease, background .2s ease, transform .2s ease; }
body.contact-page .conversation-choice > i { display: grid; place-items: center; width: 42px; height: 42px; border: 1px solid rgba(96, 165, 250, .25); border-radius: 8px; background: rgba(59, 130, 246, .08); color: #9dcbff; }
body.contact-page .conversation-choice span { display: grid; gap: 3px; }
body.contact-page .conversation-choice strong { color: #fff; font-size: .84rem; }
body.contact-page .conversation-choice small { color: #91a3b6; font-size: .68rem; line-height: 1.45; }
body.contact-page .conversation-choice:hover { border-color: rgba(96, 165, 250, .42); background: rgba(59, 130, 246, .09); transform: translateY(-1px); }
body.contact-page .conversation-choice.is-selected { border-color: rgba(34, 197, 94, .58); background: linear-gradient(135deg, rgba(37, 99, 235, .13), rgba(34, 197, 94, .11)); box-shadow: 0 10px 24px rgba(2, 6, 23, .2); }
body.contact-page .conversation-choice.is-selected > i { border-color: rgba(34, 197, 94, .42); color: #86efac; }

body.contact-page .conversation-field { display: grid; gap: 8px; color: #dce6f2; font-size: .72rem; font-weight: 800; }
body.contact-page .conversation-field > span em { color: #86efac; font-style: normal; }
body.contact-page .conversation-field > span small { color: #8fa1b5; font-weight: 600; }
body.contact-page .conversation-field--secondary { margin-top: 12px; }
body.contact-page .conversation-live-data-note { display: flex; align-items: center; gap: 6px; margin-top: -1px; color: #7f93a8; font-size: .62rem; font-weight: 600; line-height: 1.45; }
body.contact-page .conversation-live-data-note i { color: #86efac; font-size: .58rem; }
body.contact-page .conversation-field-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
body.contact-page .conversation-step textarea.form-control { min-height: 150px; resize: vertical; }
body.contact-page .conversation-option-row { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 9px; }
body.contact-page .conversation-option-row label { cursor: pointer; }
body.contact-page .conversation-option-row input { position: absolute; opacity: 0; pointer-events: none; }
body.contact-page .conversation-option-row span { display: flex; align-items: center; justify-content: center; gap: 7px; min-height: 52px; padding: 10px; border: 1px solid var(--contact-line); border-radius: 9px; background: rgba(15, 23, 42, .6); color: #bdcad8; font-size: .72rem; font-weight: 800; transition: border-color .2s ease, background .2s ease; }
body.contact-page .conversation-option-row input:checked + span { border-color: rgba(34, 197, 94, .55); background: rgba(34, 197, 94, .11); color: #e9fff0; }
body.contact-page .conversation-option-row input:focus-visible + span { outline: 2px solid #60a5fa; outline-offset: 2px; }

body.contact-page .conversation-summary { overflow: hidden; margin-bottom: 14px; border: 1px solid var(--contact-line); border-radius: 10px; background: rgba(2, 6, 23, .25); }
body.contact-page .conversation-summary-head { display: flex; align-items: center; justify-content: space-between; gap: 14px; padding: 12px 14px; border-bottom: 1px solid var(--contact-line); background: rgba(59, 130, 246, .08); }
body.contact-page .conversation-summary-head span { color: #fff; font-size: .76rem; font-weight: 900; }
body.contact-page .conversation-summary-head small { color: #86efac; font-size: .61rem; font-weight: 800; text-transform: uppercase; }
body.contact-page .conversation-summary-row { display: grid; grid-template-columns: minmax(100px, .35fr) minmax(0, 1fr); gap: 12px; padding: 9px 14px; border-bottom: 1px solid rgba(203, 213, 225, .1); }
body.contact-page .conversation-summary-row:last-child { border-bottom: 0; }
body.contact-page .conversation-summary-row span { color: #8fa1b5; font-size: .68rem; }
body.contact-page .conversation-summary-row strong { color: #e5edf7; font-size: .72rem; font-weight: 700; line-height: 1.5; overflow-wrap: anywhere; }
body.contact-page .conversation-submit-actions { align-items: stretch; }
body.contact-page .conversation-submit-actions .btn-submit { display: inline-flex; align-items: center; justify-content: center; flex: 1; width: auto; margin: 0; padding: 10px 18px; }

body.contact-page .conversation-success { padding: 52px 20px 26px; text-align: center; animation: chat-in .4s ease; }
body.contact-page .conversation-success[hidden] { display: none; }
body.contact-page .conversation-success-icon { display: grid; place-items: center; width: 68px; height: 68px; margin: 0 auto 18px; border: 1px solid rgba(34, 197, 94, .45); border-radius: 50%; background: rgba(34, 197, 94, .12); color: #86efac; font-size: 1.5rem; box-shadow: 0 0 30px rgba(34, 197, 94, .14); }
body.contact-page .conversation-success h3 { margin: 0; color: #fff; font-size: 1.35rem; }
body.contact-page .conversation-success p { max-width: 420px; margin: 10px auto 22px; color: #aebdcd; font-size: .8rem; line-height: 1.65; }
body.contact-page .conversation-success .btn-chat-next { flex: none; margin: 0 auto; }

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

body.contact-page .chat-progress { display: flex; gap: 6px; margin-bottom: 20px; }
body.contact-page .chat-progress-dot { flex: 1; height: 4px; border-radius: 2px; background: rgba(255, 255, 255, .1); transition: background .3s ease; }
body.contact-page .chat-progress-dot.is-active,
body.contact-page .chat-progress-dot.is-done { background: linear-gradient(90deg, #2563eb, #22c55e); }

body.contact-page .chat-log { display: grid; gap: 10px; margin-bottom: 4px; }
body.contact-page .chat-log-entry { display: grid; gap: 4px; padding: 10px 13px; border: 1px solid var(--contact-line); border-radius: 7px; background: rgba(15, 23, 42, .5); animation: chat-in .3s ease; }
body.contact-page .chat-log-q { color: #8fa1b5; font-size: .68rem; font-weight: 700; }
body.contact-page .chat-log-a { display: flex; align-items: center; justify-content: space-between; gap: 8px; color: #e5edf7; font-size: .86rem; font-weight: 700; overflow-wrap: anywhere; }
body.contact-page .chat-log-edit { display: grid; place-items: center; width: 26px; height: 26px; flex-shrink: 0; border: 1px solid var(--contact-line); border-radius: 6px; background: transparent; color: #8fa1b5; cursor: pointer; }
body.contact-page .chat-log-edit:hover { border-color: #60a5fa; color: #9dcbff; }

body.contact-page .chat-step { display: none; animation: chat-in .35s ease; }
body.contact-page .chat-step.is-active { display: block; }
body.contact-page .chat-bot-bubble { display: flex; align-items: flex-start; gap: 10px; margin-bottom: 14px; padding: 12px 14px; border: 1px solid rgba(96, 165, 250, .25); border-radius: 12px 12px 12px 3px; background: rgba(59, 130, 246, .08); color: #dce6f2; font-size: .86rem; font-weight: 700; line-height: 1.5; }
body.contact-page .chat-bot-bubble i { margin-top: 2px; color: #60a5fa; font-size: .9rem; }
body.contact-page .chat-step-actions { display: flex; gap: 10px; margin-top: 14px; }
body.contact-page .btn-chat-next,
body.contact-page .btn-chat-skip,
body.contact-page .btn-chat-back { display: inline-flex; align-items: center; justify-content: center; gap: 8px; min-height: 44px; padding: 10px 18px; border-radius: 10px; font-size: .8rem; font-weight: 800; cursor: pointer; border: 1px solid rgba(147, 197, 253, .4); font-family: inherit; }
body.contact-page .btn-chat-next { flex: 1; color: #fff; background: linear-gradient(118deg, #2563eb, #22b8e6, #22c55e); box-shadow: 0 10px 22px rgba(37, 99, 235, .2); transition: transform .2s ease; }
body.contact-page .btn-chat-next:hover { transform: translateY(-1px); }
body.contact-page .btn-chat-skip,
body.contact-page .btn-chat-back { background: rgba(15, 23, 42, .6); color: #c3d2e0; border-color: var(--contact-line); transition: border-color .2s ease, color .2s ease; }
body.contact-page .btn-chat-skip:hover,
body.contact-page .btn-chat-back:hover { border-color: rgba(96, 165, 250, .4); color: #fff; }

body.contact-page .chat-topic-chips { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 2px; }
body.contact-page .chat-chip { padding: 10px 16px; border: 1px solid var(--contact-line); border-radius: 999px; background: rgba(15, 23, 42, .6); color: #dce6f2; font-size: .78rem; font-weight: 700; cursor: pointer; font-family: inherit; transition: transform .2s ease, border-color .2s ease, background .2s ease; }
body.contact-page .chat-chip:hover { border-color: rgba(96, 165, 250, .45); transform: translateY(-1px); }
body.contact-page .chat-chip.is-selected { border-color: #22c55e; background: rgba(34, 197, 94, .14); color: #86efac; }

@keyframes chat-in { from { opacity: 0; transform: translateY(6px); } to { opacity: 1; transform: none; } }

body.contact-page .contact-location { display: grid; grid-template-columns: .85fr 1.15fr; margin-bottom: 90px; overflow: hidden; border: 1px solid var(--contact-line); border-radius: 8px; background: var(--contact-surface); }
body.contact-page .contact-location-copy { padding: 38px; }
body.contact-page .contact-location-copy > p:not(.contact-kicker) { margin: 18px 0 0; color: #afbdcc; font-size: .86rem; line-height: 1.7; }
body.contact-page .contact-location address { display: grid; gap: 4px; margin-top: 25px; padding-left: 15px; border-left: 2px solid #22c55e; color: #afbdcc; font-size: .82rem; font-style: normal; }
body.contact-page .contact-location address strong { margin-bottom: 3px; color: #fff; }
body.contact-page .contact-region-links { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 26px; }
body.contact-page .contact-region-links a { display: inline-flex; align-items: center; gap: 7px; color: #9dcbff; font-size: .76rem; font-weight: 800; }
body.contact-page .map-container { height: 100%; min-height: 410px; margin: 0; border: 0; border-left: 1px solid var(--contact-line); border-radius: 0; }

@media (max-width: 840px) {
    body.contact-page .contact-hero-symbol { right: -9%; width: 46vw; opacity: .42; }
    body.contact-page .contact-conversion-grid, body.contact-page .contact-location { grid-template-columns: 1fr; }
    body.contact-page .contact-form-panel { order: 1; }
    body.contact-page .contact-direct { order: 2; }
    body.contact-page .contact-start-options { grid-template-columns: 1fr; }
    body.contact-page .map-container { min-height: 330px; border-top: 1px solid var(--contact-line); border-left: 0; }
}
@media (max-width: 600px) {
    body.contact-page .contact-premium-hero { min-height: 690px; }
    body.contact-page .contact-hero-content { width: min(100% - 30px, 1180px); padding: 115px 0 62px; text-align: center; }
    body.contact-page .contact-hero-content h1 { font-size: clamp(2.45rem, 12vw, 3.35rem); }
    body.contact-page .contact-hero-actions, body.contact-page .contact-hero-facts { justify-content: center; }
    body.contact-page .contact-hero-facts { flex-direction: column; align-items: center; }
    body.contact-page .contact-hero-symbol { right: 50%; bottom: 1%; top: auto; width: 245px; opacity: .24; transform: translateX(50%) perspective(900px) rotateX(5deg); }
    body.contact-page .contact-conversion, body.contact-page .contact-location { width: min(100% - 30px, 1100px); }
    body.contact-page .contact-conversion { padding: 70px 0 64px; }
    body.contact-page .contact-direct, body.contact-page .contact-form-panel, body.contact-page .contact-location-copy { padding: 22px 18px; }
    body.contact-page .form-grid { grid-template-columns: 1fr; }
    body.contact-page .contact-hero-actions .contact-button { width: 100%; }
    body.contact-page .contact-hours div { flex-direction: column; gap: 3px; }
    body.contact-page .chat-step-actions { flex-wrap: wrap; }
    body.contact-page .btn-chat-next { flex-basis: 100%; }
    body.contact-page .request-type-tabs { grid-template-columns: 1fr; }
    body.contact-page .request-type-tab { justify-content: flex-start; padding-inline: 14px; }
    body.contact-page .request-field-grid { grid-template-columns: 1fr; }
    body.contact-page .conversation-form { min-height: 500px; }
    body.contact-page .conversation-history .chat-log-entry, body.contact-page .conversation-summary-row { grid-template-columns: 1fr; gap: 4px; }
    body.contact-page .conversation-history .chat-log-a { justify-content: flex-start; text-align: left; }
    body.contact-page .conversation-field-grid, body.contact-page .conversation-option-row { grid-template-columns: 1fr; }
    body.contact-page .conversation-option-row span { justify-content: flex-start; padding-inline: 14px; }
    body.contact-page .conversation-summary-head { align-items: flex-start; flex-direction: column; gap: 3px; }
    body.contact-page .conversation-submit-actions .btn-submit { flex-basis: 100%; }
}
@media (prefers-reduced-motion: reduce) {
    body.contact-page .contact-button, body.contact-page .contact-btn, body.contact-page .contact-start-options a { transition: none !important; }
    body.contact-page .chat-step, body.contact-page .chat-log-entry { animation: none !important; }
}
