.elementor-widget-randtech_support_journey {
	width: 100vw !important;
	max-width: 100vw !important;
	margin-left: calc(50% - 50vw) !important;
	margin-right: calc(50% - 50vw) !important;
}

.elementor-widget-randtech_support_journey > .elementor-widget-container { overflow: visible; }

.rtech-sj {
	--rtech-sj-heading: #14151b;
	--rtech-sj-text: #444651;
	--rtech-sj-line: #cdcbd5;
	--rtech-sj-faq-bg: #f4f3fb;
	--rtech-sj-card-bg: #fff;
	--rtech-sj-border: #d9d8e1;
	width: 100%;
	font-family: Inter, "Segoe UI", Arial, sans-serif;
	color: var(--rtech-sj-text);
}

.rtech-sj *, .rtech-sj *::before, .rtech-sj *::after { box-sizing: border-box; }
.rtech-sj__inner { width: 100%; max-width: 1320px; margin: 0 auto; }

.rtech-sj__journey { padding: 55px 24px 58px; background: var(--rtech-sj-journey-bg, #fff); }
.rtech-sj__heading, .rtech-sj__faq-heading { margin: 0; color: var(--rtech-sj-heading); text-align: center; font-size: clamp(25px, 2.2vw, 38px); line-height: 1.18; font-weight: 800; letter-spacing: -.03em; }
.rtech-sj__heading { margin-bottom: 30px; }

.rtech-sj__steps { display: grid; grid-template-columns: repeat(var(--rtech-sj-count), minmax(0, 1fr)); position: relative; }
.rtech-sj__steps::before { content: ""; position: absolute; z-index: 0; top: 18px; left: calc(100% / var(--rtech-sj-count) / 2); right: calc(100% / var(--rtech-sj-count) / 2); height: 3px; background: var(--rtech-sj-line); }
.rtech-sj__step { position: relative; z-index: 1; min-width: 0; padding: 0 22px; text-align: center; }
.rtech-sj__marker { display: grid; place-items: center; width: 38px; height: 38px; margin: 0 auto 16px; border-radius: 50%; color: #fff; background: var(--rtech-sj-accent); box-shadow: 0 3px 10px color-mix(in srgb, var(--rtech-sj-accent) 30%, transparent); font-size: 17px; line-height: 1; font-weight: 800; }
.rtech-sj__marker span { transform: translateY(-1px); }
.rtech-sj__step-icon { display: block; width: 86px; height: 86px; margin: 0 auto 12px; object-fit: contain; }
.rtech-sj__step h3 { margin: 0 0 8px; color: var(--rtech-sj-heading); font-size: 17px; line-height: 1.3; font-weight: 800; }
.rtech-sj__step p { max-width: 260px; margin: 0 auto; color: var(--rtech-sj-text); font-size: 15px; line-height: 1.5; }

.rtech-sj__faq { padding: 44px 24px 55px; background: var(--rtech-sj-faq-bg); }
.rtech-sj__faq-heading { margin-bottom: 25px; font-size: clamp(24px, 1.9vw, 34px); }
.rtech-sj__faq-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); column-gap: 22px; align-items: start; }
.rtech-sj__faq-column { display: grid; gap: 10px; }
.rtech-sj__faq-item { overflow: hidden; border: 1px solid var(--rtech-sj-border); border-radius: 7px; background: var(--rtech-sj-card-bg); box-shadow: 0 2px 7px rgba(18, 21, 35, .06); transition: border-color .2s ease, box-shadow .2s ease; }
.rtech-sj__faq-item.is-open { border-color: color-mix(in srgb, var(--rtech-sj-border) 55%, #6b48c7); box-shadow: 0 5px 16px rgba(18, 21, 35, .09); }
.rtech-sj__faq-question { display: flex; align-items: center; justify-content: space-between; gap: 18px; width: 100%; min-height: 57px; padding: 15px 18px; border: 0; border-radius: 0; background: transparent; color: var(--rtech-sj-heading); font: inherit; font-size: 15px; line-height: 1.35; font-weight: 700; text-align: left; cursor: pointer; }
.rtech-sj__faq-question:hover, .rtech-sj__faq-question:focus { background: rgba(94, 68, 173, .035); color: var(--rtech-sj-heading); }
.rtech-sj__faq-question:focus-visible { outline: 3px solid rgba(71, 99, 225, .28); outline-offset: -3px; }
.rtech-sj__chevron { flex: 0 0 auto; width: 9px; height: 9px; border-right: 2px solid currentColor; border-bottom: 2px solid currentColor; transform: rotate(45deg) translateY(-2px); transition: transform .22s ease; }
.rtech-sj__faq-item.is-open .rtech-sj__chevron { transform: rotate(225deg) translate(-2px, -1px); }
.rtech-sj__faq-answer { border-top: 1px solid var(--rtech-sj-border); }
.rtech-sj__faq-answer[hidden] { display: none; }
.rtech-sj__faq-answer-inner { padding: 17px 18px 19px; color: var(--rtech-sj-text); font-size: 14.5px; line-height: 1.62; }
.rtech-sj__faq-answer-inner > :first-child { margin-top: 0; }
.rtech-sj__faq-answer-inner > :last-child { margin-bottom: 0; }

@media (max-width: 900px) {
	.rtech-sj__steps { grid-template-columns: repeat(2, minmax(0, 1fr)); row-gap: 38px; }
	.rtech-sj__steps::before { display: none; }
	.rtech-sj__step { padding: 0 18px; }
}

@media (max-width: 700px) {
	.elementor-widget-randtech_support_journey { width: 100% !important; max-width: 100% !important; margin-left: 0 !important; margin-right: 0 !important; }
	.rtech-sj__journey, .rtech-sj__faq { padding-left: 18px; padding-right: 18px; }
	.rtech-sj__heading { margin-bottom: 34px; }
	.rtech-sj__steps { display: grid; grid-template-columns: 1fr; row-gap: 34px; }
	.rtech-sj__step { padding: 0 10px; }
	.rtech-sj__step:not(:last-child)::after { content: ""; position: absolute; left: 50%; bottom: -29px; width: 2px; height: 23px; background: var(--rtech-sj-line); }
	.rtech-sj__faq-grid { grid-template-columns: 1fr; row-gap: 10px; }
	.rtech-sj__faq-question { min-height: 54px; padding: 14px 15px; font-size: 14px; }
	.rtech-sj__faq-answer-inner { padding: 15px; }
}

@media (prefers-reduced-motion: reduce) {
	.rtech-sj__chevron, .rtech-sj__faq-item { transition: none; }
}
