.elementor-widget-randtech_support_options,
.elementor-widget-randtech_support_options > .elementor-widget-container {
    width: 100% !important;
    max-width: none !important;
}

.rtech-so {
    --rtech-so-bg: #fff;
    --rtech-so-card: #fff;
    --rtech-so-border: #dfe4eb;
    --rtech-so-heading: #061a3b;
    --rtech-so-text: #4d596d;
    --rtech-so-line: #9ba6b7;
    --rtech-so-proof-bg: #f4f6fa;
    position: relative;
    left: 50%;
    width: 100vw;
    max-width: 100vw;
    margin-left: -50vw;
    overflow: hidden;
    background: var(--rtech-so-bg);
    font-family: "Inter", "Segoe UI", Arial, sans-serif;
}

.rtech-so *,
.rtech-so *::before,
.rtech-so *::after { box-sizing: border-box; }

.rtech-so__main { padding: 70px 24px 0; }
.rtech-so__inner,
.rtech-so__proof-inner { width: 100%; max-width: 1320px; margin-inline: auto; }

.rtech-so__heading,
.rtech-so__journey-heading {
    margin: 0;
    color: var(--rtech-so-heading);
    text-align: center;
    font-size: clamp(32px, 3vw, 48px);
    font-weight: 800;
    line-height: 1.08;
    letter-spacing: -.035em;
}

.rtech-so__cards {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
    margin-top: 34px;
}

.rtech-so__card {
    --rtech-so-accent: #176bff;
    position: relative;
    min-width: 0;
    min-height: 178px;
    display: flex;
    align-items: flex-start;
    gap: 24px;
    padding: 26px 28px;
    border: 1px solid var(--rtech-so-border);
    border-bottom: 4px solid var(--rtech-so-accent);
    border-radius: 12px;
    background: var(--rtech-so-card);
    box-shadow: 0 7px 20px rgba(6, 26, 59, .04);
    transition: transform .22s ease, box-shadow .22s ease;
}

.rtech-so__card:hover { transform: translateY(-4px); box-shadow: 0 17px 36px rgba(6, 26, 59, .1); }
.rtech-so__card-icon { flex: 0 0 auto; width: 72px; height: 72px; object-fit: contain; }
.rtech-so__card-copy { padding-top: 4px; }
.rtech-so__card-title { margin: 0; color: var(--rtech-so-heading); font-size: 21px; font-weight: 800; line-height: 1.15; letter-spacing: -.02em; }
.rtech-so__card-description { margin: 10px 0 0; color: var(--rtech-so-text); font-size: 15px; line-height: 1.55; }

.rtech-so__journey-heading { margin-top: 44px; font-size: clamp(30px, 2.55vw, 42px); }
.rtech-so__steps { position: relative; display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 52px; margin-top: 18px; padding-bottom: 32px; }
.rtech-so__steps::before { content: ""; position: absolute; top: 24px; left: 10.5%; right: 10.5%; border-top: 2px dotted var(--rtech-so-line); }
.rtech-so__step { --rtech-so-accent: #176bff; position: relative; z-index: 1; min-width: 0; padding-top: 67px; }
.rtech-so__number { position: absolute; top: 0; left: 50%; display: grid; width: 50px; height: 50px; place-items: center; transform: translateX(-50%); border: 2px solid var(--rtech-so-accent); border-radius: 50%; background: var(--rtech-so-bg); color: var(--rtech-so-accent); font-size: 18px; font-weight: 800; line-height: 1; }
.rtech-so__step-title { margin: 0; color: var(--rtech-so-heading); text-align: center; font-size: 15px; font-weight: 800; line-height: 1.3; }
.rtech-so__step-description { max-width: 230px; margin: 7px auto 0; color: var(--rtech-so-text); text-align: center; font-size: 14px; line-height: 1.45; }

.rtech-so__proof { background: var(--rtech-so-proof-bg); }
.rtech-so__proof-inner { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); padding: 20px 24px; }
.rtech-so__proof-item { --rtech-so-accent: #176bff; min-width: 0; display: flex; align-items: center; justify-content: center; gap: 17px; padding: 3px 28px; border-right: 1px solid #d4d9e1; }
.rtech-so__proof-item:last-child { border-right: 0; }
.rtech-so__proof-icon { flex: 0 0 auto; display: inline-flex; color: var(--rtech-so-accent); font-size: 47px; line-height: 1; }
.rtech-so__proof-icon svg { width: 1em; height: 1em; fill: currentColor; }
.rtech-so__proof-item strong,
.rtech-so__proof-item span:not(.rtech-so__proof-icon) { display: block; }
.rtech-so__proof-item strong { color: var(--rtech-so-heading); font-size: 17px; font-weight: 800; line-height: 1.2; }
.rtech-so__proof-item span:not(.rtech-so__proof-icon) { margin-top: 3px; color: var(--rtech-so-text); font-size: 14px; line-height: 1.25; }

@media (max-width: 1024px) {
    .rtech-so__main { padding: 60px 24px 0; }
    .rtech-so__cards { grid-template-columns: 1fr; }
    .rtech-so__card { min-height: 150px; }
    .rtech-so__steps { gap: 24px; }
    .rtech-so__proof-inner { grid-template-columns: repeat(2, minmax(0, 1fr)); row-gap: 20px; }
    .rtech-so__proof-item:nth-child(2) { border-right: 0; }
}

@media (max-width: 767px) {
    .rtech-so__main { padding: 48px 18px 0; }
    .rtech-so__heading { font-size: 34px; }
    .rtech-so__cards { margin-top: 26px; gap: 15px; }
    .rtech-so__card { min-height: 0; gap: 18px; padding: 22px; }
    .rtech-so__card-icon { width: 58px; height: 58px; }
    .rtech-so__card-title { font-size: 20px; }
    .rtech-so__card-description { font-size: 14px; }
    .rtech-so__journey-heading { margin-top: 38px; font-size: 30px; }
    .rtech-so__steps { grid-template-columns: 1fr; gap: 0; margin-top: 25px; padding: 0 0 30px 0; }
    .rtech-so__steps::before { top: 25px; bottom: 55px; left: 25px; right: auto; border-top: 0; border-left: 2px dotted var(--rtech-so-line); }
    .rtech-so__step { min-height: 108px; padding: 3px 0 24px 72px; }
    .rtech-so__number { top: 0; left: 25px; transform: translateX(-50%); }
    .rtech-so__step-title,
    .rtech-so__step-description { max-width: none; margin-left: 0; text-align: left; }
    .rtech-so__step-description { margin-top: 6px; }
    .rtech-so__proof-inner { grid-template-columns: 1fr; padding: 19px 18px; }
    .rtech-so__proof-item { justify-content: flex-start; padding: 14px 12px; border-right: 0; border-bottom: 1px solid #d4d9e1; }
    .rtech-so__proof-item:last-child { border-bottom: 0; }
}

@media (prefers-reduced-motion: reduce) { .rtech-so__card { transition: none; } }

