.si-contact-page {
            --si-contact-bg: #ffffff;
            --si-contact-bg-soft: #f4f6f8;
            --si-contact-bg-blue: #e8f1fa;
            --si-contact-dark: #0f172a;
            --si-contact-darker: #07101e;
            --si-contact-title: #111827;
            --si-contact-text: #4b5563;
            --si-contact-muted: #6b7280;
            --si-contact-accent: #0f4a8a;
            --si-contact-accent-bright: #247ac8;
            --si-contact-accent-dark: #0a3563;
            --si-contact-success: #16794b;
            --si-contact-error: #b42318;
            --si-contact-border: #dfe5eb;
            --si-contact-container: 1320px;
            --si-contact-header-offset: 118px;

            background: var(--si-contact-bg);
            color: var(--si-contact-title);
            font-family: "Inter", Arial, sans-serif;
            line-height: 1.6;
            margin: 0 !important;
            max-width: none !important;
            overflow-x: clip;
            position: relative;
            left: 50%;
            margin-left: -50vw !important;
            margin-right: -50vw !important;
            width: 100vw !important;
            max-width: 100vw !important;
            -webkit-font-smoothing: antialiased;
        }

        .si-contact-page,
        .si-contact-page * {
            box-sizing: border-box;
        }

        .si-contact-page img {
            display: block;
            height: auto;
            margin: 0;
            max-width: 100%;
        }

        .si-contact-page a {
            color: inherit;
            text-decoration: none;
        }

        .si-contact-page h1,
        .si-contact-page h2,
        .si-contact-page h3,
        .si-contact-page p,
        .si-contact-page ul,
        .si-contact-page ol {
            margin: 0;
        }

        .si-contact-page ul,
        .si-contact-page ol {
            padding: 0;
        }

        .si-contact-page h1,
        .si-contact-page h2,
        .si-contact-page h3 {
            color: var(--si-contact-title);
            font-weight: 800;
            letter-spacing: -0.04em;
            line-height: 1.08;
        }

        .si-contact-page h1 {
            font-size: clamp(2.85rem, 5.7vw, 5.25rem);
        }

        .si-contact-page h2 {
            font-size: clamp(2.2rem, 4vw, 3.75rem);
        }

        .si-contact-page h3 {
            font-size: clamp(1.45rem, 2.2vw, 2rem);
        }

        .si-contact-page p {
            color: var(--si-contact-text);
            font-size: 1.06rem;
        }

        .si-contact-page button,
        .si-contact-page input,
        .si-contact-page select,
        .si-contact-page textarea {
            font: inherit;
        }

        .si-contact-page button {
            cursor: pointer;
        }

        .si-contact-page [id] {
            scroll-margin-top: var(--si-contact-header-offset);
        }

        .si-contact-page a:focus-visible,
        .si-contact-page button:focus-visible,
        .si-contact-page input:focus-visible,
        .si-contact-page select:focus-visible,
        .si-contact-page textarea:focus-visible {
            outline: 3px solid rgba(36, 122, 200, 0.36);
            outline-offset: 3px;
        }

        .si-contact-container {
            margin-inline: auto;
            max-width: var(--si-contact-container);
            position: relative;
            width: calc(100% - 80px);
        }

        .si-contact-section {
            padding: 118px 0;
            position: relative;
        }

        .si-contact-eyebrow {
            align-items: center;
            color: var(--si-contact-accent) !important;
            display: flex;
            font-size: 0.78rem !important;
            font-weight: 800;
            gap: 12px;
            letter-spacing: 0.15em;
            line-height: 1.4;
            margin-bottom: 22px !important;
            text-transform: uppercase;
        }

        .si-contact-eyebrow::before {
            background: currentColor;
            content: "";
            display: block;
            flex: 0 0 26px;
            height: 1px;
            width: 26px;
        }

        .si-contact-section-heading {
            align-items: end;
            display: grid;
            gap: 60px;
            grid-template-columns: minmax(0, 1.15fr) minmax(300px, 0.65fr);
            margin-bottom: 70px;
        }

        .si-contact-section-heading > p {
            font-size: 1.08rem;
            max-width: 550px;
        }

        .si-contact-btn {
            align-items: center;
            border: 1px solid transparent;
            border-radius: 999px;
            display: inline-flex;
            font-size: 0.95rem;
            font-weight: 700;
            gap: 13px;
            justify-content: center;
            line-height: 1.2;
            min-height: 56px;
            padding: 16px 27px;
            transition: background-color 220ms ease, border-color 220ms ease, color 220ms ease, transform 220ms ease;
        }

        .si-contact-btn:hover {
            transform: translateY(-2px);
        }

        .si-contact-btn--light {
            background: #ffffff;
            color: var(--si-contact-darker) !important;
        }

        .si-contact-btn--light:hover {
            background: #e9eef4;
        }

        .si-contact-btn--outline {
            border-color: rgba(255, 255, 255, 0.42);
            color: #ffffff !important;
        }

        .si-contact-btn--outline:hover {
            background: rgba(255, 255, 255, 0.09);
            border-color: rgba(255, 255, 255, 0.72);
        }

        .si-contact-hero {
            align-items: end;
            background: var(--si-contact-darker);
            display: flex;
            min-height: 800px;
            overflow: hidden;
            padding: 210px 0 112px;
            position: relative;
            isolation: isolate;
        }

        .si-contact-hero::before {
            background: linear-gradient(90deg, rgba(4, 10, 20, 0.97) 0%, rgba(4, 10, 20, 0.89) 40%, rgba(4, 10, 20, 0.52) 72%, rgba(4, 10, 20, 0.30) 100%);
            content: "";
            inset: 0;
            position: absolute;
            z-index: -1;
        }

        .si-contact-hero::after {
            background: linear-gradient(180deg, rgba(7, 16, 30, 0.08) 0%, rgba(7, 16, 30, 0.22) 65%, rgba(7, 16, 30, 0.80) 100%);
            content: "";
            inset: 0;
            position: absolute;
            z-index: -1;
        }

        .si-contact-hero__media {
            inset: 0;
            position: absolute;
            z-index: -2;
        }

        .si-contact-hero__media img {
            height: 100%;
            object-fit: cover;
            object-position: center 48%;
            width: 100%;
        }

        .si-contact-hero__content {
            max-width: 920px;
        }

        .si-contact-hero .si-contact-eyebrow {
            color: #8fc5f3 !important;
        }

        .si-contact-hero h1 {
            color: #ffffff;
            max-width: 900px;
        }

        .si-contact-hero__lead {
            color: #d9e1eb !important;
            font-size: clamp(1.12rem, 1.8vw, 1.32rem) !important;
            line-height: 1.65;
            margin-top: 30px !important;
            max-width: 760px;
        }

        .si-contact-actions {
            display: flex;
            flex-wrap: wrap;
            gap: 14px;
            margin-top: 38px;
        }

        .si-contact-hero__proof {
            display: flex;
            flex-wrap: wrap;
            gap: 10px 26px;
            list-style: none;
            margin-top: 48px !important;
        }

        .si-contact-hero__proof li {
            align-items: center;
            color: #d8e0ea;
            display: flex;
            font-size: 0.9rem;
            font-weight: 600;
            gap: 10px;
        }

        .si-contact-hero__proof li::before {
            background: #5ca0dc;
            border-radius: 50%;
            content: "";
            display: block;
            height: 6px;
            width: 6px;
        }

        .si-contact-navigation {
            background: var(--si-contact-darker);
            border-top: 1px solid rgba(255, 255, 255, 0.1);
        }

        .si-contact-navigation__grid {
            display: grid;
            grid-template-columns: repeat(3, minmax(0, 1fr));
        }

        .si-contact-navigation__grid a {
            align-items: center;
            border-right: 1px solid rgba(255, 255, 255, 0.1);
            color: #d7e0ea;
            display: flex;
            font-size: 0.92rem;
            font-weight: 700;
            gap: 18px;
            min-height: 94px;
            padding: 24px 30px;
            transition: background-color 200ms ease, color 200ms ease;
        }

        .si-contact-navigation__grid a:first-child {
            border-left: 1px solid rgba(255, 255, 255, 0.1);
        }

        .si-contact-navigation__grid a:hover {
            background: rgba(255, 255, 255, 0.06);
            color: #ffffff;
        }

        .si-contact-navigation__grid span {
            color: #6fa8d9;
            font-size: 0.75rem;
            letter-spacing: 0.12em;
        }

        .si-contact-solutions {
            background: var(--si-contact-bg);
        }

        .si-contact-mobile-slider-hint {
            display: none;
        }

        .si-contact-solution-grid {
            display: grid;
            gap: 22px;
            grid-template-columns: repeat(3, minmax(0, 1fr));
        }

        .si-contact-solution-card {
            appearance: none;
            background: #ffffff;
            border: 1px solid var(--si-contact-border);
            border-radius: 0;
            box-shadow: none;
            color: inherit;
            display: flex;
            flex-direction: column;
            min-height: 420px;
            padding: 35px;
            position: relative;
            text-align: left;
            width: 100%;
            transition: border-color 220ms ease, box-shadow 220ms ease, transform 220ms ease;
        }

        .si-contact-solution-card:hover {
            border-color: #aebdca;
            box-shadow: 0 20px 48px rgba(15, 23, 42, 0.09);
            transform: translateY(-5px);
        }

        .si-contact-solution-card.is-selected,
        .si-contact-solution-card[aria-pressed="true"] {
            border-color: var(--si-contact-accent);
            box-shadow: inset 0 0 0 1px var(--si-contact-accent), 0 22px 52px rgba(15, 74, 138, 0.13);
        }

        .si-contact-solution-card.is-selected::after,
        .si-contact-solution-card[aria-pressed="true"]::after {
            align-items: center;
            background: var(--si-contact-accent);
            border-radius: 50%;
            color: #ffffff;
            content: "✓";
            display: flex;
            font-size: 0.8rem;
            font-weight: 800;
            height: 28px;
            justify-content: center;
            position: absolute;
            right: 24px;
            top: 24px;
            width: 28px;
        }

        .si-contact-solution-card__number {
            color: #8a98a8;
            font-size: 0.72rem;
            font-weight: 800;
            letter-spacing: 0.14em;
        }

        .si-contact-solution-card__icon {
            align-items: center;
            background: var(--si-contact-bg-blue);
            border-radius: 50%;
            color: var(--si-contact-accent);
            display: flex;
            height: 64px;
            justify-content: center;
            margin-top: 28px;
            width: 64px;
        }

        .si-contact-solution-card__icon svg {
            fill: none;
            height: 30px;
            stroke: currentColor;
            stroke-linecap: round;
            stroke-linejoin: round;
            stroke-width: 1.6;
            width: 30px;
        }

        .si-contact-solution-card__content {
            display: block;
            margin-top: 31px;
        }

        .si-contact-solution-card__content strong {
            color: var(--si-contact-title);
            display: block;
            font-size: 1.42rem;
            font-weight: 800;
            letter-spacing: -0.025em;
            line-height: 1.2;
        }

        .si-contact-solution-card__content > span {
            color: var(--si-contact-text);
            display: block;
            font-size: 0.98rem;
            line-height: 1.7;
            margin-top: 17px;
        }

        .si-contact-solution-card__select {
            align-items: center;
            color: var(--si-contact-accent);
            display: flex;
            font-size: 0.87rem;
            font-weight: 800;
            gap: 10px;
            margin-top: auto;
            padding-top: 30px;
        }

        .si-contact-solution-card.is-selected .si-contact-solution-card__select,
        .si-contact-solution-card[aria-pressed="true"] .si-contact-solution-card__select {
            color: var(--si-contact-success);
        }

        .si-contact-page .si-contact-slider-dots {
            display: none;
        }

        .si-contact-assistive-text {
            border: 0;
            clip: rect(0 0 0 0);
            height: 1px;
            margin: -1px !important;
            overflow: hidden;
            padding: 0;
            position: absolute;
            white-space: nowrap;
            width: 1px;
        }

        .si-contact-solution-error {
            color: var(--si-contact-error) !important;
            font-size: 0.88rem !important;
            font-weight: 700;
            margin-top: 18px !important;
            min-height: 22px;
        }

        .si-contact-solution-grid.is-error {
            box-shadow: 0 0 0 4px rgba(180, 35, 24, 0.10);
        }

        .si-contact-service {
            background: var(--si-contact-bg-soft);
        }

        .si-contact-service__grid {
            align-items: start;
            display: grid;
            gap: 32px;
            grid-template-columns: minmax(0, 1.45fr) minmax(360px, 0.55fr);
        }

        .si-contact-form-panel {
            background: #ffffff;
            border: 1px solid var(--si-contact-border);
            padding: clamp(40px, 6vw, 76px);
        }

        .si-contact-form-panel__heading {
            max-width: 810px;
        }

        .si-contact-form-panel__heading h2 {
            font-size: clamp(2.15rem, 3.7vw, 3.5rem);
        }

        .si-contact-form-panel__heading > p:last-child {
            font-size: 1.08rem;
            margin-top: 25px !important;
            max-width: 680px;
        }

        .si-contact-selection-summary {
            align-items: center;
            background: var(--si-contact-bg-blue);
            border-left: 4px solid var(--si-contact-accent);
            display: grid;
            gap: 8px 22px;
            grid-template-columns: minmax(0, 1fr) auto;
            margin-top: 46px;
            padding: 23px 26px;
        }

        .si-contact-selection-summary.is-selected {
            background: #edf7f2;
            border-left-color: var(--si-contact-success);
        }

        .si-contact-selection-summary > span {
            color: var(--si-contact-muted);
            font-size: 0.72rem;
            font-weight: 800;
            grid-column: 1;
            letter-spacing: 0.11em;
            text-transform: uppercase;
        }

        .si-contact-selection-summary strong {
            color: var(--si-contact-title);
            font-size: 1rem;
            grid-column: 1;
        }

        .si-contact-selection-summary a {
            color: var(--si-contact-accent);
            font-size: 0.82rem;
            font-weight: 800;
            grid-column: 2;
            grid-row: 1 / span 2;
            text-decoration: underline;
            text-underline-offset: 3px;
        }

        .si-contact-form {
            margin-top: 48px;
        }

        .si-contact-form__row {
            display: grid;
            gap: 24px;
        }

        .si-contact-form__row + .si-contact-form__row,
        .si-contact-form__row + .si-contact-field,
        .si-contact-details-field {
            margin-top: 27px;
        }

        .si-contact-form__row--two {
            grid-template-columns: repeat(2, minmax(0, 1fr));
        }

        .si-contact-field {
            min-width: 0;
        }

        .si-contact-field label,
        .si-contact-field__label-row label {
            color: var(--si-contact-title);
            display: block;
            font-size: 0.88rem;
            font-weight: 800;
            margin-bottom: 10px;
        }

        .si-contact-field label > span[aria-hidden="true"] {
            color: var(--si-contact-error);
        }

        .si-contact-field__optional {
            color: var(--si-contact-muted);
            font-size: 0.73rem;
            font-weight: 600;
            margin-left: 7px;
        }

        .si-contact-field__label-row {
            align-items: center;
            display: flex;
            justify-content: space-between;
        }

        .si-contact-character-counter {
            color: var(--si-contact-muted);
            font-size: 0.75rem;
            font-weight: 600;
        }

        .si-contact-field input,
        .si-contact-field select,
        .si-contact-field textarea {
            appearance: none;
            background: #ffffff;
            border: 1px solid #cbd4de;
            border-radius: 0;
            box-shadow: none;
            color: var(--si-contact-title);
            display: block;
            font-size: 0.96rem;
            line-height: 1.4;
            margin: 0;
            outline: none;
            padding: 16px 17px;
            width: 100%;
            transition: border-color 180ms ease, box-shadow 180ms ease, background-color 180ms ease;
        }

        .si-contact-field input,
        .si-contact-field select {
            min-height: 56px;
        }

        .si-contact-field select {
            background-image: linear-gradient(45deg, transparent 50%, #667382 50%), linear-gradient(135deg, #667382 50%, transparent 50%);
            background-position: calc(100% - 20px) 24px, calc(100% - 14px) 24px;
            background-repeat: no-repeat;
            background-size: 6px 6px, 6px 6px;
            padding-right: 44px;
        }

        .si-contact-field textarea {
            line-height: 1.65;
            min-height: 170px;
            resize: vertical;
        }

        .si-contact-field input::placeholder,
        .si-contact-field textarea::placeholder {
            color: #8b96a3;
            opacity: 1;
        }

        .si-contact-field input:hover,
        .si-contact-field select:hover,
        .si-contact-field textarea:hover {
            border-color: #9caab8;
        }

        .si-contact-field input:focus,
        .si-contact-field select:focus,
        .si-contact-field textarea:focus {
            border-color: var(--si-contact-accent-bright);
            box-shadow: 0 0 0 4px rgba(36, 122, 200, 0.11);
        }

        .si-contact-field input[aria-invalid="true"],
        .si-contact-field select[aria-invalid="true"],
        .si-contact-field textarea[aria-invalid="true"] {
            background: #fffafa;
            border-color: var(--si-contact-error);
            box-shadow: 0 0 0 3px rgba(180, 35, 24, 0.09);
        }

        .si-contact-field__hint {
            color: var(--si-contact-muted);
            display: block;
            font-size: 0.75rem;
            line-height: 1.45;
            margin-top: 7px;
        }

        .si-contact-field-error {
            color: var(--si-contact-error);
            display: block;
            font-size: 0.77rem;
            font-weight: 700;
            line-height: 1.45;
            min-height: 19px;
            padding-top: 6px;
        }

        .si-contact-consent {
            align-items: flex-start;
            display: grid;
            gap: 13px;
            grid-template-columns: 22px minmax(0, 1fr);
            margin-top: 31px;
        }

        .si-contact-consent input {
            appearance: none;
            background: #ffffff;
            border: 1px solid #aeb9c5;
            border-radius: 3px;
            cursor: pointer;
            height: 21px;
            margin: 2px 0 0;
            position: relative;
            width: 21px;
        }

        .si-contact-consent input:checked {
            background: var(--si-contact-accent);
            border-color: var(--si-contact-accent);
        }

        .si-contact-consent input:checked::after {
            border: solid #ffffff;
            border-width: 0 2px 2px 0;
            content: "";
            height: 9px;
            left: 7px;
            position: absolute;
            top: 3px;
            transform: rotate(45deg);
            width: 4px;
        }

        .si-contact-consent input[aria-invalid="true"] {
            border-color: var(--si-contact-error);
            box-shadow: 0 0 0 4px rgba(180, 35, 24, 0.10);
        }

        .si-contact-consent label {
            color: var(--si-contact-text);
            cursor: pointer;
            font-size: 0.84rem;
            line-height: 1.65;
        }

        .si-contact-consent label a {
            color: var(--si-contact-accent);
            font-weight: 800;
            text-decoration: underline;
            text-underline-offset: 3px;
        }

        .si-contact-field-error--consent {
            padding-left: 35px;
        }

        .si-contact-error-summary {
            background: #fff1f0;
            border-left: 4px solid var(--si-contact-error);
            color: var(--si-contact-error);
            display: none;
            font-size: 0.88rem;
            font-weight: 700;
            line-height: 1.55;
            margin-top: 24px;
            padding: 16px 18px;
        }

        .si-contact-error-summary.is-visible {
            display: block;
        }

        .si-contact-submit {
            align-items: center;
            background: var(--si-contact-accent);
            border: 1px solid var(--si-contact-accent);
            border-radius: 999px;
            box-shadow: none;
            color: #ffffff !important;
            display: inline-flex;
            font-size: 0.96rem;
            font-weight: 800;
            gap: 17px;
            justify-content: center;
            margin-top: 29px;
            min-height: 60px;
            padding: 17px 29px;
            transition: background-color 200ms ease, border-color 200ms ease, transform 200ms ease, box-shadow 200ms ease;
        }

        .si-contact-submit:hover {
            background: var(--si-contact-accent-dark);
            border-color: var(--si-contact-accent-dark);
            box-shadow: 0 14px 30px rgba(15, 74, 138, 0.22);
            transform: translateY(-2px);
        }

        .si-contact-submit svg {
            fill: none;
            height: 20px;
            stroke: currentColor;
            stroke-linecap: round;
            stroke-linejoin: round;
            stroke-width: 2;
            width: 20px;
        }

        .si-contact-submit-note {
            color: var(--si-contact-muted) !important;
            font-size: 0.76rem !important;
            line-height: 1.55;
            margin-top: 13px !important;
        }

        .si-contact-assurance {
            background: var(--si-contact-darker);
            color: #ffffff;
            min-width: 0;
            position: sticky;
            top: 120px;
        }

        .si-contact-assurance__intro {
            padding: 48px 42px 40px;
        }

        .si-contact-assurance .si-contact-eyebrow {
            color: #75b1e6 !important;
        }

        .si-contact-assurance h3 {
            color: #ffffff;
            font-size: clamp(1.72rem, 2.05vw, 2.15rem);
            hyphens: none !important;
            letter-spacing: -0.035em;
            overflow-wrap: normal !important;
            text-wrap: balance;
            word-break: keep-all !important;
        }

        .si-contact-assurance__intro > p:last-child {
            color: #aebdcb !important;
            font-size: 0.98rem;
            margin-top: 21px !important;
        }

        .si-contact-assurance__list {
            border-top: 1px solid rgba(255, 255, 255, 0.11);
            list-style: none;
        }

        .si-contact-assurance__list li {
            display: grid;
            gap: 20px;
            grid-template-columns: 34px minmax(0, 1fr);
            padding: 29px 42px;
        }

        .si-contact-assurance__list li + li {
            border-top: 1px solid rgba(255, 255, 255, 0.09);
        }

        .si-contact-assurance__list > li > span {
            color: #69a8df;
            font-size: 0.7rem;
            font-weight: 800;
            letter-spacing: 0.11em;
            padding-top: 3px;
        }

        .si-contact-assurance__list strong {
            color: #ffffff;
            display: block;
            font-size: 0.96rem;
        }

        .si-contact-assurance__list p {
            color: #9eacbb !important;
            font-size: 0.82rem !important;
            line-height: 1.6;
            margin-top: 7px !important;
        }

        .si-contact-assurance__channel {
            background: rgba(255, 255, 255, 0.055);
            border-top: 1px solid rgba(255, 255, 255, 0.11);
            padding: 34px 42px 39px;
        }

        .si-contact-assurance__channel > span {
            color: #8394a5;
            display: block;
            font-size: 0.7rem;
            font-weight: 800;
            letter-spacing: 0.12em;
            text-transform: uppercase;
        }

        .si-contact-assurance__channel a {
            color: #ffffff;
            display: inline-block;
            font-size: 1.42rem;
            font-weight: 800;
            margin-top: 9px;
        }

        .si-contact-assurance__channel p {
            color: #92a1b0 !important;
            font-size: 0.76rem !important;
            margin-top: 8px !important;
        }

        .si-contact-process {
            background: #ffffff;
        }

        .si-contact-process__heading {
            max-width: 840px;
        }

        .si-contact-process__grid {
            display: grid;
            grid-template-columns: repeat(3, minmax(0, 1fr));
            list-style: none;
            margin-top: 70px !important;
        }

        .si-contact-process-card {
            border-bottom: 1px solid var(--si-contact-border);
            border-left: 1px solid var(--si-contact-border);
            border-top: 1px solid var(--si-contact-border);
            min-height: 350px;
            padding: 42px;
        }

        .si-contact-process-card:last-child {
            border-right: 1px solid var(--si-contact-border);
        }

        .si-contact-process-card__number {
            color: var(--si-contact-accent);
            display: block;
            font-size: 0.73rem;
            font-weight: 800;
            letter-spacing: 0.14em;
        }

        .si-contact-process-card h3 {
            font-size: 1.5rem;
            margin-top: 72px !important;
        }

        .si-contact-process-card p {
            font-size: 0.95rem;
            line-height: 1.7;
            margin-top: 18px !important;
        }

        .si-contact-final {
            background: var(--si-contact-accent);
            padding: 100px 0;
        }

        .si-contact-final__content {
            align-items: end;
            display: grid;
            gap: 70px;
            grid-template-columns: minmax(0, 1.2fr) minmax(320px, 0.6fr);
        }

        .si-contact-final .si-contact-eyebrow {
            color: #b9dbf8 !important;
        }

        .si-contact-final h2 {
            color: #ffffff;
            font-size: clamp(2.3rem, 4.2vw, 4rem);
        }

        .si-contact-final__action > p {
            color: #d7e8f6 !important;
            font-size: 1.03rem;
            line-height: 1.7;
            margin-bottom: 28px !important;
        }

        .si-contact-reveal {
            opacity: 1;
            transform: none;
        }

        @media (max-width: 1100px) {
            .si-contact-container {
                width: calc(100% - 56px);
            }

            .si-contact-section {
                padding: 96px 0;
            }

            .si-contact-service__grid {
                grid-template-columns: 1fr;
            }

            .si-contact-assurance {
                display: grid;
                grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
                position: static;
            }

            .si-contact-assurance__list {
                border-left: 1px solid rgba(255, 255, 255, 0.11);
                border-top: 0;
                grid-column: 2;
                grid-row: 1 / span 2;
            }

            .si-contact-assurance__channel {
                grid-column: 1;
            }
        }

        @media (max-width: 820px) {
            .si-contact-page {
                --si-contact-header-offset: 92px;
            }

            .si-contact-container {
                width: calc(100% - 40px);
            }

            .si-contact-hero {
                min-height: min(720px, 88svh);
                padding: 150px 0 72px;
            }

            .si-contact-hero::before {
                background: rgba(4, 10, 20, 0.76);
            }

            .si-contact-hero__media img {
                object-position: 58% center;
            }

            .si-contact-navigation__grid {
                grid-template-columns: 1fr;
            }

            .si-contact-navigation__grid a {
                border-left: 1px solid rgba(255, 255, 255, 0.1);
                min-height: 68px;
                padding: 18px 22px;
            }

            .si-contact-navigation__grid a + a {
                border-top: 1px solid rgba(255, 255, 255, 0.1);
            }

            .si-contact-section-heading,
            .si-contact-final__content {
                align-items: start;
                gap: 30px;
                grid-template-columns: 1fr;
            }

            .si-contact-mobile-slider-hint {
                align-items: center;
                color: var(--si-contact-muted) !important;
                display: flex;
                font-size: 0.78rem !important;
                font-weight: 700;
                gap: 8px;
                margin: -18px 0 22px !important;
            }

            .si-contact-mobile-slider-hint > span {
                color: var(--si-contact-accent);
                font-size: 1.05rem;
            }

            .si-contact-solution-grid {
                display: flex;
                gap: 16px;
                margin-left: -20px;
                margin-right: -20px;
                overflow-x: auto;
                overscroll-behavior-inline: contain;
                padding: 8px 20px 22px;
                scroll-behavior: smooth;
                scroll-padding-inline: 20px;
                scroll-snap-type: x mandatory;
                scrollbar-width: none;
                touch-action: pan-x;
                -webkit-overflow-scrolling: touch;
            }

            .si-contact-solution-grid::-webkit-scrollbar {
                display: none;
            }

            .si-contact-solution-card {
                flex: 0 0 calc(88vw - 40px);
                min-height: 405px;
                padding: 30px;
                scroll-snap-align: center;
                scroll-snap-stop: always;
            }

            .si-contact-solution-card:hover {
                transform: none;
            }

            .si-contact-page .si-contact-slider-dots {
                align-items: center;
                display: flex !important;
                gap: 9px;
                justify-content: center;
                margin-top: 5px;
            }

            .si-contact-page .si-contact-slider-dot {
                appearance: none;
                background: #c7d0da;
                border: 0;
                border-radius: 999px;
                box-shadow: none;
                height: 7px;
                margin: 0;
                padding: 0;
                width: 7px;
                transition: background-color 220ms ease, width 220ms ease;
            }

            .si-contact-page .si-contact-slider-dot.is-active {
                background: var(--si-contact-accent);
                width: 28px;
            }

            .si-contact-form__row--two {
                grid-template-columns: 1fr;
            }

            .si-contact-process__grid {
                grid-template-columns: 1fr;
            }

            .si-contact-process-card {
                border-right: 1px solid var(--si-contact-border);
                min-height: 0;
            }

            .si-contact-process-card + .si-contact-process-card {
                border-top: 0;
            }

            .si-contact-process-card h3 {
                margin-top: 38px !important;
            }

            .si-contact-assurance {
                display: block;
            }

            .si-contact-assurance__list {
                border-left: 0;
                border-top: 1px solid rgba(255, 255, 255, 0.11);
            }

            .si-contact-final {
                padding: 82px 0;
            }
        }

        @media (max-width: 600px) {
            .si-contact-container {
                width: calc(100% - 32px);
            }

            .si-contact-section {
                padding: 72px 0;
            }

            .si-contact-page h1 {
                font-size: clamp(2.3rem, 11vw, 3.25rem);
            }

            .si-contact-page h2 {
                font-size: clamp(1.95rem, 8.7vw, 2.65rem);
            }

            .si-contact-hero {
                align-items: flex-end;
                min-height: min(660px, 84svh);
                padding: 135px 0 58px;
            }

            .si-contact-hero__content {
                max-width: 100%;
            }

            .si-contact-hero__lead {
                font-size: 1rem !important;
                line-height: 1.58;
                margin-top: 22px !important;
            }

            .si-contact-actions {
                align-items: stretch;
                flex-direction: column;
                margin-top: 30px;
            }

            .si-contact-btn {
                width: 100%;
            }

            .si-contact-hero__proof {
                align-items: flex-start;
                flex-direction: column;
                gap: 8px;
                margin-top: 28px !important;
            }

            .si-contact-section-heading {
                margin-bottom: 42px;
            }

            .si-contact-solution-card {
                flex-basis: calc(91vw - 32px);
                min-height: 400px;
                padding: 27px;
            }

            .si-contact-form-panel {
                padding: 30px 22px;
            }

            .si-contact-form-panel__heading h2 {
                font-size: clamp(1.95rem, 9vw, 2.55rem);
            }

            .si-contact-selection-summary {
                align-items: start;
                grid-template-columns: 1fr;
                padding: 20px;
            }

            .si-contact-selection-summary a {
                grid-column: 1;
                grid-row: auto;
                margin-top: 4px;
            }

            .si-contact-submit {
                width: 100%;
            }

            .si-contact-assurance__intro,
            .si-contact-assurance__list li,
            .si-contact-assurance__channel {
                padding-left: 27px;
                padding-right: 27px;
            }

            .si-contact-assurance h3 {
                font-size: clamp(1.72rem, 8vw, 1.9rem);
                max-width: none;
            }

            .si-contact-process__grid {
                margin-top: 45px !important;
            }

            .si-contact-process-card {
                padding: 31px 27px;
            }

            .si-contact-final {
                padding: 70px 0;
            }
        }

        @media (prefers-reduced-motion: reduce) {
            .si-contact-page *,
            .si-contact-page *::before,
            .si-contact-page *::after {
                scroll-behavior: auto !important;
                transition-duration: 0.01ms !important;
            }

            .si-contact-reveal {
                opacity: 1;
                transform: none;
            }
        }

/* Dados de tradução consumidos pelo JavaScript externo. */
.si-contact-page .si-contact-i18n,
.si-contact-page .si-contact-i18n[hidden] {
    display: none !important;
}
