.technical-support-page {
    --support-navy: #071f2b;
    --support-navy-2: #0b2f3e;
    --support-teal: #0f7b84;
    --support-teal-dark: #0c6873;
    --support-teal-soft: #dff2f1;
    --support-gold: #c69c46;
    --support-gold-soft: #f5ecd9;
    --support-ink: #17262d;
    --support-muted: #53666e;
    --support-line: #d8e2e5;
    --support-surface: #f5f8f8;
    --support-white: #ffffff;
    --support-shadow: 0 22px 55px rgba(7, 31, 43, 0.09);
    background: var(--support-surface) !important;
    color: var(--support-ink);
    font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    padding-top: 90px !important;
}

.technical-support-page main,
.technical-support-page section,
.technical-support-page article,
.technical-support-page aside,
.technical-support-page header,
.technical-support-page div {
    box-sizing: border-box;
}

.technical-support-page a {
    text-underline-offset: 3px;
}

.technical-support-page .container,
.technical-support-page .hero-content,
.technical-support-page .support-notice__content,
.technical-support-page .cta-section__content {
    width: min(calc(100% - 48px), 1240px);
    max-width: none;
    margin-inline: auto;
    padding: 0;
}

.technical-support-page .section-kicker,
.technical-support-page .hero-eyebrow,
.technical-support-page .urgent-guidance__eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: var(--support-teal-dark);
    font-size: 0.75rem;
    font-weight: 800;
    letter-spacing: 0.14em;
    line-height: 1.2;
    text-transform: uppercase;
}

.technical-support-page .section-kicker::before,
.technical-support-page .hero-eyebrow::before,
.technical-support-page .urgent-guidance__eyebrow::before {
    width: 26px;
    height: 2px;
    background: var(--support-gold);
    content: "";
}

/* Official contact strip */
.technical-support-page .support-notice {
    position: relative;
    z-index: 2;
    background: #eef7f6;
    border-bottom: 1px solid #cfe3e1;
    color: var(--support-ink);
}

.technical-support-page .support-notice__content {
    min-height: 62px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
}

.technical-support-page .support-notice__message,
.technical-support-page .support-notice__actions,
.technical-support-page .support-notice__message > div {
    display: flex;
    align-items: center;
}

.technical-support-page .support-notice__message {
    gap: 12px;
}

.technical-support-page .support-notice__message > div {
    gap: 10px;
    flex-wrap: wrap;
}

.technical-support-page .support-notice__message strong {
    color: var(--support-navy);
    font-size: 0.86rem;
}

.technical-support-page .support-notice__message span:not(.support-notice__icon) {
    color: var(--support-muted);
    font-size: 0.8rem;
}

.technical-support-page .support-notice__icon {
    width: 34px;
    height: 34px;
    border: 1px solid #bddbd8;
    color: var(--support-teal-dark);
    display: grid;
    flex: 0 0 auto;
    place-items: center;
}

.technical-support-page .support-notice__actions {
    gap: 20px;
}

.technical-support-page .support-notice__actions a {
    color: var(--support-navy);
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 0.8rem;
    font-weight: 750;
    text-decoration: none;
    white-space: nowrap;
}

.technical-support-page .support-notice__actions a:hover,
.technical-support-page .support-notice__actions a:focus-visible {
    color: var(--support-teal-dark);
    text-decoration: underline;
}

/* Hero */
.technical-support-page .hero {
    position: relative;
    margin: 0;
    padding: 76px 0 82px;
    overflow: hidden;
    background:
        linear-gradient(90deg, rgba(15, 123, 132, 0.06) 1px, transparent 1px),
        linear-gradient(rgba(15, 123, 132, 0.06) 1px, transparent 1px),
        linear-gradient(135deg, #ffffff 0%, #f4f9f8 100%);
    background-size: 44px 44px, 44px 44px, auto;
    border-bottom: 5px solid var(--support-gold);
}

.technical-support-page .hero::before {
    position: absolute;
    inset: 0 auto 0 0;
    width: 8px;
    height: auto;
    transform: none;
    animation: none;
    background: var(--support-teal);
    content: "";
}

.technical-support-page .hero::after {
    position: absolute;
    top: -210px;
    right: -140px;
    width: 470px;
    height: 470px;
    border: 1px solid rgba(15, 123, 132, 0.12);
    border-radius: 50%;
    content: "";
}

.technical-support-page .hero-content {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(0, 1.08fr) minmax(380px, 0.92fr);
    gap: 76px;
    align-items: center;
    text-align: left;
}

.technical-support-page .hero-copy {
    max-width: 700px;
}

.technical-support-page .hero-eyebrow {
    margin-bottom: 22px;
}

.technical-support-page .hero h1 {
    max-width: 760px;
    margin: 0 0 24px;
    color: var(--support-navy);
    font-size: clamp(2.75rem, 5.25vw, 4.75rem);
    font-weight: 800;
    letter-spacing: -0.055em;
    line-height: 0.99;
}

.technical-support-page .hero p {
    max-width: 690px;
    margin: 0;
    color: var(--support-muted);
    font-size: clamp(1rem, 1.5vw, 1.14rem);
    line-height: 1.78;
}

.technical-support-page .hero-actions {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
    margin-top: 34px;
}

.technical-support-page .support-button,
.technical-support-page .cta-btn {
    min-height: 50px;
    padding: 13px 19px;
    border: 1px solid transparent;
    border-radius: 2px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    font-size: 0.86rem;
    font-weight: 750;
    line-height: 1.2;
    text-decoration: none;
    transition: background-color 180ms ease, border-color 180ms ease, color 180ms ease, transform 180ms ease;
}

.technical-support-page .support-button--primary {
    background: var(--support-teal-dark);
    color: var(--support-white);
}

.technical-support-page .support-button--primary:hover,
.technical-support-page .support-button--primary:focus-visible {
    background: var(--support-navy);
    transform: translateY(-2px);
}

.technical-support-page .support-button--secondary {
    background: var(--support-white);
    border-color: var(--support-line);
    color: var(--support-navy);
}

.technical-support-page .support-button--secondary:hover,
.technical-support-page .support-button--secondary:focus-visible {
    border-color: var(--support-teal);
    color: var(--support-teal-dark);
    transform: translateY(-2px);
}

.technical-support-page .hero-route-panel {
    position: relative;
    padding: 31px 31px 20px;
    background: var(--support-navy);
    box-shadow: 22px 22px 0 var(--support-teal-soft);
    color: var(--support-white);
}

.technical-support-page .hero-route-panel__mark {
    position: absolute;
    inset: 0 auto 0 0;
    width: 5px;
    background: var(--support-gold);
}

.technical-support-page .hero-route-panel a {
    min-height: 104px;
    padding: 22px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    color: var(--support-white);
    display: grid;
    grid-template-columns: 38px minmax(0, 1fr) 20px;
    gap: 15px;
    align-items: start;
    text-decoration: none;
}

.technical-support-page .hero-route-panel a:last-child {
    border-bottom: 0;
}

.technical-support-page .hero-route-panel__number {
    color: var(--support-gold);
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.1em;
}

.technical-support-page .hero-route-panel strong,
.technical-support-page .hero-route-panel small {
    display: block;
}

.technical-support-page .hero-route-panel strong {
    margin: -4px 0 6px;
    font-size: 1rem;
    line-height: 1.4;
}

.technical-support-page .hero-route-panel small {
    color: rgba(255, 255, 255, 0.67);
    font-size: 0.8rem;
    line-height: 1.55;
}

.technical-support-page .hero-route-panel i {
    margin-top: 3px;
    color: var(--support-gold);
    font-size: 0.78rem;
    transition: transform 180ms ease;
}

.technical-support-page .hero-route-panel a:hover i,
.technical-support-page .hero-route-panel a:focus-visible i {
    transform: translateX(4px);
}

/* Shared section system */
.technical-support-page .services-section,
.technical-support-page .section {
    position: relative;
    z-index: auto;
    margin: 0;
    padding: 94px 0;
}

.technical-support-page .services-section {
    background: var(--support-white);
}

.technical-support-page .section-alt,
.technical-support-page .support-areas {
    background: var(--support-surface);
}

.technical-support-page .support-process-section,
.technical-support-page .support-faq {
    background: var(--support-white);
}

.technical-support-page .section-header {
    max-width: 780px;
    margin: 0 0 44px;
    text-align: left;
}

.technical-support-page .section-header--split {
    max-width: none;
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(300px, 0.9fr);
    gap: 70px;
    align-items: end;
}

.technical-support-page .section-header h2 {
    max-width: 780px;
    margin: 14px 0 0;
    color: var(--support-navy);
    font-size: clamp(2rem, 3.6vw, 3rem);
    font-weight: 780;
    letter-spacing: -0.04em;
    line-height: 1.08;
}

.technical-support-page .section-header p {
    max-width: 720px;
    margin: 18px 0 0;
    color: var(--support-muted);
    font-size: 0.98rem;
    line-height: 1.75;
}

.technical-support-page .section-header--split > p {
    margin: 0 0 3px;
}

/* Service routes */
.technical-support-page .services-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0;
    border: 1px solid var(--support-line);
}

.technical-support-page .service-card {
    position: relative;
    min-height: 350px;
    padding: 33px 28px 29px;
    border: 0;
    border-top: 4px solid transparent;
    border-right: 1px solid var(--support-line);
    border-radius: 0;
    background: var(--support-white);
    box-shadow: none;
    text-align: left;
    transition: background-color 180ms ease, border-color 180ms ease, transform 180ms ease;
}

.technical-support-page .service-card:last-child {
    border-right: 0;
}

.technical-support-page .service-card:hover {
    z-index: 1;
    border-top-color: var(--support-gold);
    background: #f9fbfb;
    box-shadow: var(--support-shadow);
    transform: translateY(-7px);
}

.technical-support-page .service-icon {
    width: 54px;
    height: 54px;
    margin: 0 0 52px;
    border: 1px solid #c9dddf;
    border-radius: 0;
    background: var(--support-teal-soft);
    color: var(--support-teal-dark);
    display: grid;
    font-size: 1.25rem;
    place-items: center;
}

.technical-support-page .service-card__number {
    position: absolute;
    top: 38px;
    right: 28px;
    color: #98a9ae;
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.12em;
}

.technical-support-page .service-card h3 {
    margin: 0 0 13px;
    color: var(--support-navy);
    font-size: 1.15rem;
    font-weight: 750;
    line-height: 1.35;
}

.technical-support-page .service-card p {
    margin: 0 0 25px;
    color: var(--support-muted);
    font-size: 0.86rem;
    line-height: 1.7;
}

.technical-support-page .service-card > a {
    position: absolute;
    right: 28px;
    bottom: 28px;
    left: 28px;
    color: var(--support-teal-dark);
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    font-size: 0.78rem;
    font-weight: 760;
    text-decoration: none;
}

.technical-support-page .service-card > a:hover,
.technical-support-page .service-card > a:focus-visible {
    color: var(--support-navy);
}

/* Guidance areas */
.technical-support-page .expertise-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

.technical-support-page .expertise-card {
    position: relative;
    min-height: 370px;
    padding: 31px;
    overflow: hidden;
    border: 1px solid var(--support-line);
    border-radius: 0;
    background: var(--support-white);
    box-shadow: none;
    transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.technical-support-page .expertise-card::after {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 64px;
    height: 4px;
    background: var(--support-gold);
    content: "";
    transition: width 180ms ease;
}

.technical-support-page .expertise-card:hover {
    border-color: #b8cccf;
    box-shadow: var(--support-shadow);
    transform: translateY(-5px);
}

.technical-support-page .expertise-card:hover::after {
    width: 100%;
}

.technical-support-page .expertise-card__icon {
    width: 48px;
    height: 48px;
    margin-bottom: 25px;
    border: 1px solid #c6dddd;
    color: var(--support-teal-dark);
    display: grid;
    place-items: center;
}

.technical-support-page .expertise-card h3 {
    margin: 0 0 13px;
    color: var(--support-navy);
    font-size: 1.15rem;
    font-weight: 750;
    line-height: 1.35;
}

.technical-support-page .expertise-card > p {
    margin: 0 0 20px;
    color: var(--support-muted);
    font-size: 0.86rem;
    line-height: 1.7;
}

.technical-support-page .expertise-card ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.technical-support-page .expertise-card li {
    position: relative;
    margin: 0;
    padding: 8px 0 8px 18px;
    border: 0;
    color: #425860;
    font-size: 0.78rem;
    line-height: 1.45;
}

.technical-support-page .expertise-card li::before {
    position: absolute;
    top: 14px;
    left: 0;
    width: 6px;
    height: 6px;
    background: var(--support-gold);
    content: "";
}

/* Preparation and urgent case guidance */
.technical-support-page .preparation-layout {
    display: grid;
    grid-template-columns: minmax(0, 1.15fr) minmax(360px, 0.85fr);
    gap: 76px;
    align-items: start;
}

.technical-support-page .preparation-main .section-header {
    margin-bottom: 28px;
}

.technical-support-page .preparation-list {
    margin: 0;
    padding: 0;
    border-top: 1px solid var(--support-line);
    list-style: none;
}

.technical-support-page .preparation-list li {
    display: grid;
    grid-template-columns: 54px minmax(0, 1fr);
    gap: 18px;
    padding: 20px 0;
    border-bottom: 1px solid var(--support-line);
}

.technical-support-page .preparation-list li > span {
    color: var(--support-teal-dark);
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.1em;
}

.technical-support-page .preparation-list strong,
.technical-support-page .preparation-list p {
    display: block;
}

.technical-support-page .preparation-list strong {
    margin-bottom: 4px;
    color: var(--support-navy);
    font-size: 0.93rem;
}

.technical-support-page .preparation-list p {
    margin: 0;
    color: var(--support-muted);
    font-size: 0.82rem;
    line-height: 1.6;
}

.technical-support-page .urgent-guidance {
    position: sticky;
    top: 112px;
    padding: 40px 36px;
    background: var(--support-navy);
    border-left: 5px solid var(--support-gold);
    color: var(--support-white);
    box-shadow: var(--support-shadow);
}

.technical-support-page .urgent-guidance__icon {
    width: 48px;
    height: 48px;
    margin-bottom: 30px;
    border: 1px solid rgba(255, 255, 255, 0.22);
    color: var(--support-gold);
    display: grid;
    place-items: center;
}

.technical-support-page .urgent-guidance__eyebrow {
    color: #e8c77d;
}

.technical-support-page .urgent-guidance h3 {
    margin: 14px 0 16px;
    color: var(--support-white);
    font-size: clamp(1.55rem, 2.7vw, 2.15rem);
    font-weight: 760;
    letter-spacing: -0.035em;
    line-height: 1.15;
}

.technical-support-page .urgent-guidance > p {
    margin: 0;
    color: rgba(255, 255, 255, 0.74);
    font-size: 0.88rem;
    line-height: 1.72;
}

.technical-support-page .urgent-guidance__contacts {
    display: grid;
    gap: 10px;
    margin: 25px 0;
}

.technical-support-page .urgent-guidance__contacts a {
    min-height: 48px;
    padding: 12px 14px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    color: var(--support-white);
    display: flex;
    align-items: center;
    gap: 11px;
    font-size: 0.83rem;
    font-weight: 700;
    text-decoration: none;
}

.technical-support-page .urgent-guidance__contacts a:hover,
.technical-support-page .urgent-guidance__contacts a:focus-visible {
    border-color: var(--support-gold);
    background: rgba(255, 255, 255, 0.06);
}

.technical-support-page .urgent-guidance small {
    padding-top: 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.15);
    color: rgba(255, 255, 255, 0.57);
    display: block;
    font-size: 0.72rem;
    line-height: 1.65;
}

/* Process */
.technical-support-page .support-process {
    position: relative;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 22px;
}

.technical-support-page .support-process::before {
    position: absolute;
    top: 30px;
    right: 12.5%;
    left: 12.5%;
    height: 1px;
    background: var(--support-line);
    content: "";
}

.technical-support-page .support-process article {
    position: relative;
    padding: 0 12px;
}

.technical-support-page .support-process article > span {
    position: relative;
    z-index: 1;
    width: 61px;
    height: 61px;
    margin-bottom: 24px;
    border: 1px solid var(--support-teal);
    background: var(--support-white);
    color: var(--support-teal-dark);
    display: grid;
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    place-items: center;
}

.technical-support-page .support-process h3 {
    margin: 0 0 10px;
    color: var(--support-navy);
    font-size: 1rem;
    font-weight: 760;
}

.technical-support-page .support-process p {
    margin: 0;
    color: var(--support-muted);
    font-size: 0.81rem;
    line-height: 1.68;
}

/* Contact routes */
.technical-support-page .contact-methods {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
    margin: 0;
}

.technical-support-page .contact-method {
    min-height: 320px;
    padding: 29px 26px;
    border: 1px solid var(--support-line);
    border-radius: 0;
    background: var(--support-white);
    box-shadow: none;
    text-align: left;
    transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.technical-support-page .contact-method:hover {
    border-color: #b7cccf;
    box-shadow: var(--support-shadow);
    transform: translateY(-5px);
}

.technical-support-page .contact-method__icon {
    width: 48px;
    height: 48px;
    margin-bottom: 38px;
    background: var(--support-teal-soft);
    color: var(--support-teal-dark);
    display: grid;
    place-items: center;
}

.technical-support-page .contact-method__label {
    margin-bottom: 8px;
    color: var(--support-teal-dark);
    display: block;
    font-size: 0.68rem;
    font-weight: 800;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.technical-support-page .contact-method h3,
.technical-support-page .contact-method h4 {
    margin: 0 0 11px;
    color: var(--support-navy);
    font-size: 1.1rem;
    font-weight: 750;
}

.technical-support-page .contact-method p {
    margin: 0 0 19px;
    color: var(--support-muted);
    font-size: 0.81rem;
    line-height: 1.65;
}

.technical-support-page .contact-method > a,
.technical-support-page .contact-method__links a {
    color: var(--support-teal-dark);
    font-size: 0.79rem;
    font-weight: 760;
    text-decoration: none;
}

.technical-support-page .contact-method > a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}

.technical-support-page .contact-method > a:hover,
.technical-support-page .contact-method > a:focus-visible,
.technical-support-page .contact-method__links a:hover,
.technical-support-page .contact-method__links a:focus-visible {
    color: var(--support-navy);
    transform: none;
    text-decoration: underline;
}

.technical-support-page .contact-method__links {
    display: flex;
    gap: 12px;
}

.technical-support-page .contact-method__links a + a {
    padding-left: 12px;
    border-left: 1px solid var(--support-line);
}

.technical-support-page .source-note {
    margin: 25px 0 0;
    color: #687a81;
    font-size: 0.74rem;
    text-align: right;
}

.technical-support-page .source-note a {
    color: var(--support-teal-dark);
}

/* FAQ */
.technical-support-page .faq-layout {
    display: grid;
    grid-template-columns: minmax(280px, 0.72fr) minmax(0, 1.28fr);
    gap: 76px;
    align-items: start;
}

.technical-support-page .faq-layout .section-header {
    position: sticky;
    top: 112px;
    margin: 0;
}

.technical-support-page .faq-container {
    width: auto;
    max-width: none;
    margin: 0;
    border-top: 1px solid var(--support-line);
}

.technical-support-page .faq-container details {
    margin: 0;
    padding: 0;
    border: 0;
    border-bottom: 1px solid var(--support-line);
    border-radius: 0;
    background: transparent;
    box-shadow: none;
}

.technical-support-page .faq-container summary {
    position: relative;
    padding: 24px 52px 24px 0;
    color: var(--support-navy);
    cursor: pointer;
    font-size: 0.98rem;
    font-weight: 730;
    line-height: 1.45;
    list-style: none;
}

.technical-support-page .faq-container summary::-webkit-details-marker {
    display: none;
}

.technical-support-page .faq-container summary::after {
    position: absolute;
    top: 18px;
    right: 0;
    width: 34px;
    height: 34px;
    border: 1px solid var(--support-line);
    color: var(--support-teal-dark);
    content: "+";
    display: grid;
    font-size: 1.25rem;
    font-weight: 400;
    place-items: center;
}

.technical-support-page .faq-container details[open] summary::after {
    border-color: var(--support-teal);
    content: "−";
}

.technical-support-page .faq-container details p {
    max-width: 680px;
    margin: -2px 52px 24px 0;
    color: var(--support-muted);
    font-size: 0.86rem;
    line-height: 1.75;
}

.technical-support-page .faq-container details p a {
    color: var(--support-teal-dark);
    font-weight: 700;
}

/* Final CTA */
.technical-support-page .cta-section {
    margin: 0;
    padding: 76px 0;
    border-left: 8px solid var(--support-gold);
    background:
        linear-gradient(90deg, transparent 0, transparent calc(100% - 1px), rgba(255, 255, 255, 0.05) calc(100% - 1px)),
        var(--support-navy);
    background-size: 56px 100%, auto;
    color: var(--support-white);
    text-align: left;
}

.technical-support-page .cta-section__content {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 65px;
    align-items: center;
}

.technical-support-page .cta-section .section-kicker {
    color: #e8c77d;
}

.technical-support-page .cta-section h2 {
    max-width: 760px;
    margin: 14px 0 13px;
    color: var(--support-white);
    font-size: clamp(2rem, 3.7vw, 3.25rem);
    font-weight: 770;
    letter-spacing: -0.045em;
    line-height: 1.08;
}

.technical-support-page .cta-section p {
    max-width: 740px;
    margin: 0;
    color: rgba(255, 255, 255, 0.7);
    font-size: 0.9rem;
    line-height: 1.7;
}

.technical-support-page .cta-buttons {
    display: grid;
    gap: 10px;
    justify-content: stretch;
}

.technical-support-page .cta-btn {
    min-width: 190px;
    padding-inline: 22px;
}

.technical-support-page .cta-btn-primary {
    background: var(--support-gold);
    color: var(--support-navy);
}

.technical-support-page .cta-btn-primary:hover,
.technical-support-page .cta-btn-primary:focus-visible {
    background: #ddba70;
    box-shadow: none;
    transform: translateY(-2px);
}

.technical-support-page .cta-btn-secondary {
    border-color: rgba(255, 255, 255, 0.38);
    background: transparent;
    color: var(--support-white);
}

.technical-support-page .cta-btn-secondary:hover,
.technical-support-page .cta-btn-secondary:focus-visible {
    border-color: var(--support-white);
    background: rgba(255, 255, 255, 0.06);
    color: var(--support-white);
    transform: translateY(-2px);
}

.technical-support-page > div[style*="Last Updated"] {
    padding: 13px 24px !important;
    border-top: 1px solid var(--support-line) !important;
    background: #eef3f3 !important;
    color: #61747b !important;
    font-size: 0.7rem !important;
}

@media (max-width: 1100px) {
    .technical-support-page .hero-content {
        grid-template-columns: minmax(0, 1fr) minmax(330px, 0.82fr);
        gap: 45px;
    }

    .technical-support-page .services-grid,
    .technical-support-page .contact-methods {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .technical-support-page .service-card:nth-child(2) {
        border-right: 0;
    }

    .technical-support-page .service-card:nth-child(-n + 2) {
        border-bottom: 1px solid var(--support-line);
    }

    .technical-support-page .expertise-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .technical-support-page .preparation-layout,
    .technical-support-page .faq-layout {
        gap: 48px;
    }
}

@media (max-width: 860px) {
    .technical-support-page {
        padding-top: 82px !important;
    }

    .technical-support-page .container,
    .technical-support-page .hero-content,
    .technical-support-page .support-notice__content,
    .technical-support-page .cta-section__content {
        width: min(calc(100% - 36px), 1240px);
    }

    .technical-support-page .support-notice__content {
        align-items: flex-start;
        flex-direction: column;
        gap: 9px;
        padding-block: 13px;
    }

    .technical-support-page .support-notice__actions {
        padding-left: 46px;
    }

    .technical-support-page .hero {
        padding: 63px 0 72px;
    }

    .technical-support-page .hero-content,
    .technical-support-page .preparation-layout,
    .technical-support-page .faq-layout,
    .technical-support-page .cta-section__content {
        grid-template-columns: 1fr;
    }

    .technical-support-page .hero-route-panel {
        max-width: 620px;
        box-shadow: 14px 14px 0 var(--support-teal-soft);
    }

    .technical-support-page .services-section,
    .technical-support-page .section {
        padding: 76px 0;
    }

    .technical-support-page .section-header--split {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .technical-support-page .section-header--split > p {
        margin-top: 0;
    }

    .technical-support-page .urgent-guidance,
    .technical-support-page .faq-layout .section-header {
        position: static;
    }

    .technical-support-page .support-process {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        row-gap: 40px;
    }

    .technical-support-page .support-process::before {
        display: none;
    }

    .technical-support-page .cta-section__content {
        gap: 32px;
    }

    .technical-support-page .cta-buttons {
        max-width: 410px;
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 620px) {
    .technical-support-page .container,
    .technical-support-page .hero-content,
    .technical-support-page .support-notice__content,
    .technical-support-page .cta-section__content {
        width: min(calc(100% - 28px), 1240px);
    }

    .technical-support-page .support-notice__message > div,
    .technical-support-page .support-notice__actions {
        align-items: flex-start;
        flex-direction: column;
    }

    .technical-support-page .support-notice__message > div {
        gap: 1px;
    }

    .technical-support-page .support-notice__actions {
        gap: 6px;
    }

    .technical-support-page .hero {
        padding: 52px 0 61px;
    }

    .technical-support-page .hero h1 {
        font-size: clamp(2.35rem, 13vw, 3.25rem);
    }

    .technical-support-page .hero-actions,
    .technical-support-page .cta-buttons {
        display: grid;
        grid-template-columns: 1fr;
    }

    .technical-support-page .support-button,
    .technical-support-page .cta-btn {
        width: 100%;
    }

    .technical-support-page .hero-route-panel {
        padding: 22px 23px 11px;
        box-shadow: 9px 9px 0 var(--support-teal-soft);
    }

    .technical-support-page .hero-route-panel a {
        grid-template-columns: 29px minmax(0, 1fr) 15px;
        gap: 9px;
    }

    .technical-support-page .services-section,
    .technical-support-page .section {
        padding: 62px 0;
    }

    .technical-support-page .section-header {
        margin-bottom: 32px;
    }

    .technical-support-page .section-header h2 {
        font-size: clamp(1.85rem, 9vw, 2.45rem);
    }

    .technical-support-page .services-grid,
    .technical-support-page .expertise-grid,
    .technical-support-page .contact-methods,
    .technical-support-page .support-process {
        grid-template-columns: 1fr;
    }

    .technical-support-page .service-card,
    .technical-support-page .service-card:nth-child(2),
    .technical-support-page .service-card:nth-child(-n + 2) {
        min-height: 325px;
        border-right: 0;
        border-bottom: 1px solid var(--support-line);
    }

    .technical-support-page .service-card:last-child {
        border-bottom: 0;
    }

    .technical-support-page .expertise-card {
        min-height: 0;
        padding: 27px 24px 34px;
    }

    .technical-support-page .preparation-list li {
        grid-template-columns: 38px minmax(0, 1fr);
        gap: 11px;
    }

    .technical-support-page .urgent-guidance {
        padding: 33px 25px;
    }

    .technical-support-page .support-process article {
        display: grid;
        grid-template-columns: 52px minmax(0, 1fr);
        column-gap: 17px;
        padding: 0;
    }

    .technical-support-page .support-process article > span {
        width: 52px;
        height: 52px;
        margin: 0;
        grid-row: 1 / span 2;
    }

    .technical-support-page .support-process h3 {
        align-self: end;
    }

    .technical-support-page .contact-method {
        min-height: 0;
    }

    .technical-support-page .faq-container details p {
        margin-right: 0;
    }

    .technical-support-page .cta-section {
        padding: 61px 0;
        border-left-width: 5px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .technical-support-page *,
    .technical-support-page *::before,
    .technical-support-page *::after {
        scroll-behavior: auto !important;
        transition-duration: 0.01ms !important;
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
    }
}
