.tm-support {
    background: #ffffff;
    color: #465468;
    font-family: "Montserrat", sans-serif;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}

.tm-support__container {
    width: min(1160px, calc(100% - 48px));
    margin: 0 auto;
}

.tm-support__hero {
    padding: 52px 0 68px;
    background: #ffffff;
}

.tm-support__crumbs {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 0;
    margin: 0 0 4px;
    color: #7a8aa3;
    font-size: 12.5px;
    font-weight: 600;
}

.tm-support__crumbs a {
    color: #0d47a1;
    text-decoration: none;
}

.tm-support__crumbs span {
    margin: 0 7px;
    color: #7a8aa3;
}

.tm-support__crumbs strong {
    color: #122744;
    font-weight: 700;
}

.tm-support__hero-grid {
    display: flex;
    gap: clamp(24px, 4vw, 52px);
    align-items: center;
    flex-wrap: wrap;
    margin-top: 10px;
}

.tm-support__hero-copy {
    flex: 1 1 430px;
    min-width: 300px;
}

.tm-support__hero-media {
    flex: 1 1 380px;
    min-width: 300px;
}

.tm-support__eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    color: #00b894;
    font-size: 12px;
    line-height: 1;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    font-weight: 700;
}

.tm-support__eyebrow::before {
    content: "";
    width: 22px;
    height: 3px;
    border-radius: 3px;
    background: #ff6f00;
}

.tm-support__hero-copy h1 {
    margin: 14px 0 0;
    color: #122744;
    font-size: clamp(1.9rem, 3.8vw, 2.9rem);
    line-height: 1.08;
    letter-spacing: -0.02em;
    font-weight: 800;
    text-wrap: balance;
}

.tm-support__hero-copy p {
    margin: 16px 0 0;
    max-width: 24ch;
    color: #465468;
    font-size: clamp(1.02rem, 1.6vw, 1.18rem);
    line-height: 1.6;
    font-weight: 500;
}

.tm-support__audience {
    display: inline-flex;
    align-items: flex-start;
    gap: 9px;
    max-width: 425px;
    margin-top: 18px;
    padding: 11px 14px;
    border: 1px solid #bfe3d6;
    border-radius: 12px;
    background: #e4f7f1;
    color: #0a6e57;
    font-size: 12.5px;
    line-height: 1.5;
    font-weight: 600;
}

.tm-support__audience::before {
    content: "\2698";
    flex: none;
    color: #0a6e57;
    font-size: 14px;
    line-height: 1.2;
    margin-top: 1px;
}

.tm-support__audience strong {
    margin-right: 4px;
}

.tm-support__hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 11px;
    margin-top: 22px;
}

.tm-support .tm-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    padding: 13px 20px;
    border-radius: 12px;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
}

.tm-support .tm-button--primary {
    box-shadow: 0 6px 18px rgba(255, 111, 0, 0.28);
}

.tm-support .tm-button--ghost {
    border: 1px solid #e3e9f3;
    background: #ffffff;
    color: #0d47a1;
}

.tm-support__hero-media img {
    width: 100%;
    display: block;
    aspect-ratio: 3 / 2;
    object-fit: cover;
    border: 1px solid #e3e9f3;
    border-radius: 18px;
    box-shadow: 0 18px 46px rgba(12, 39, 80, 0.1);
}

.tm-support__section {
    padding: 68px 0;
}

.tm-support__section--soft {
    background: #f5f8fd;
}

.tm-support__section-head {
    max-width: 980px;
}

.tm-support__section-head h2 {
    margin: 12px 0 0;
    color: #122744;
    font-size: clamp(1.5rem, 3vw, 2.15rem);
    line-height: 1.12;
    letter-spacing: -0.02em;
    font-weight: 800;
    text-wrap: balance;
}

.tm-support__section-head p {
    margin: 12px 0 0;
    max-width: 66ch;
    color: #465468;
    font-size: 14px;
    line-height: 1.6;
    font-weight: 500;
}

.tm-support__cards {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 12px;
    margin-top: 22px;
}

.tm-support__card {
    background: #ffffff;
    border: 1px solid #e3e9f3;
    border-radius: 12px;
    padding: 16px 18px;
}

.tm-support__card h3 {
    margin: 0;
    color: #00b894;
    font-size: 11px;
    line-height: 1;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    font-weight: 700;
}

.tm-support__card p {
    margin: 7px 0 0;
    color: #122744;
    font-size: 14px;
    line-height: 1.5;
    font-weight: 600;
}

.tm-support__form-wrap {
    max-width: 980px;
}

.tm-support__section-head--compact {
    margin-bottom: 22px;
}

.tm-support__form-shell {
    max-width: 820px;
    background: #ffffff;
    border: 1px solid #e3e9f3;
    border-radius: 16px;
    padding: 22px 24px;
}

.tm-support__cms {
    margin-bottom: 14px;
    color: #465468;
    font-size: 13px;
    line-height: 1.7;
}

.tm-support__form {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.tm-support__grid {
    display: grid;
    gap: 16px;
}

.tm-support__grid--2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.tm-support__field label {
    display: block;
    margin-bottom: 6px;
    color: #122744;
    font-size: 12.5px;
    line-height: 1.4;
    font-weight: 700;
}

.tm-support__field label span {
    color: #b84a00;
}

.tm-support__field input,
.tm-support__field textarea,
.tm-support__field select,
.tm-support__field .select2-container--default .select2-selection--single {
    width: 100%;
    min-height: 44px;
    border: 1px solid #e3e9f3;
    border-radius: 10px;
    background: #ffffff;
    color: #122744;
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    font-weight: 500;
    outline: none;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.tm-support__field input,
.tm-support__field textarea,
.tm-support__field select {
    padding: 12px 13px;
}

.tm-support__field input::placeholder,
.tm-support__field textarea::placeholder {
    color: #7a8aa3;
}

.tm-support__field textarea {
    min-height: 120px;
    resize: vertical;
}

.tm-support__field input:focus,
.tm-support__field textarea:focus,
.tm-support__field select:focus {
    border-color: #0d47a1;
    box-shadow: 0 0 0 3px rgba(13, 71, 161, 0.08);
}

.tm-support__contact-row {
    display: grid;
    grid-template-columns: 140px 1fr;
    gap: 12px;
}

.tm-support__field .select2-container {
    width: 100% !important;
}

.tm-support__field .select2-container--default .select2-selection--single {
    display: flex;
    align-items: center;
    padding: 0 34px 0 13px;
}

.tm-support__field .select2-container--default .select2-selection--single .select2-selection__rendered {
    padding: 0;
    color: #122744;
    line-height: 42px;
    font-size: 14px;
    font-weight: 500;
}

.tm-support__field .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 42px;
    right: 10px;
}

.tm-support__field .select2-container--default.select2-container--open .select2-selection--single,
.tm-support__field .select2-container--default.select2-container--focus .select2-selection--single {
    border-color: #0d47a1;
    box-shadow: 0 0 0 3px rgba(13, 71, 161, 0.08);
}

.tm-support__error {
    margin: 5px 0 0;
    color: #c62828;
    font-size: 11.5px;
    line-height: 1.5;
    font-weight: 600;
}

.tm-support__submit {
    display: flex;
    gap: 12px;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 2px;
}

.tm-support__submit-button {
    min-width: 190px;
}

.tm-support__submit-spinner {
    display: none;
    width: 16px;
    height: 16px;
    border: 2px solid rgba(255, 255, 255, 0.32);
    border-top-color: #ffffff;
    border-radius: 50%;
    animation: tm-support-spin 0.7s linear infinite;
}

.tm-support__submit-button.is-loading {
    opacity: 0.88;
    cursor: wait;
    pointer-events: none;
}

.tm-support__submit-button.is-loading .tm-support__submit-spinner {
    display: inline-block;
}

.tm-support__contact-block {
    max-width: 820px;
    margin-top: 26px;
}

.tm-support__contact-block h3 {
    margin: 0;
    color: #122744;
    font-size: 18px;
    line-height: 1.3;
    font-weight: 800;
}

.tm-support__contact-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
    margin-top: 14px;
}

.tm-support__contact-grid strong {
    color: #122744;
    font-size: 14px;
    font-weight: 700;
}

.tm-support__contact-grid p {
    margin: 6px 0 0;
    color: #465468;
    font-size: 13.5px;
    line-height: 1.65;
}

.tm-support__related-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(230px, 1fr));
    gap: 14px;
    margin-top: 24px;
}

.tm-support__related-tile {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    background: #ffffff;
    border: 1px solid #e3e9f3;
    border-radius: 12px;
    padding: 16px 18px;
    color: #122744;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
}

.tm-support__related-tile::after {
    content: "\203A";
    color: #0d47a1;
    font-size: 18px;
    line-height: 1;
}

.tm-support__faq-list {
    display: grid;
    gap: 10px;
    max-width: 820px;
    margin-top: 26px;
}

.tm-support__faq {
    background: #ffffff;
    border: 1px solid #e3e9f3;
    border-radius: 12px;
    padding: 16px 18px;
}

.tm-support__faq h3 {
    margin: 0;
    color: #122744;
    font-size: 14.5px;
    line-height: 1.45;
    font-weight: 700;
}

.tm-support__faq p {
    margin: 8px 0 0;
    color: #465468;
    font-size: 13.5px;
    line-height: 1.65;
    font-weight: 500;
}

@keyframes tm-support-spin {
    to {
        transform: rotate(360deg);
    }
}

.select2-dropdown {
    border: 1px solid #e3e9f3;
    border-radius: 12px;
    box-shadow: 0 18px 38px rgba(26, 41, 83, 0.12);
}

@media (max-width: 1000px) {
    .tm-support__cards {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 760px) {
    .tm-support__container {
        width: min(100% - 24px, 1160px);
    }

    .tm-support__hero,
    .tm-support__section {
        padding: 40px 0;
    }

    .tm-support__grid--2,
    .tm-support__contact-grid,
    .tm-support__contact-row,
    .tm-support__cards {
        grid-template-columns: 1fr;
    }

    .tm-support__form-shell {
        padding: 20px;
    }

    .tm-support__hero-copy p,
    .tm-support__audience {
        max-width: none;
    }

    .tm-support__submit .tm-button {
        width: 100%;
    }
}
