/* Solutionist Tech Rescue v2.1 — concise, blue, editorial */
.str-rescue{
	--ink:#071426;
	--ink-2:#0b1c34;
	--ink-3:#10294a;
	--blue:#2f6fe8;
	--blue-2:#4c8df6;
	--ice:#8fc5ff;
	--ice-2:#d9ebff;
	--paper:#f5f7fb;
	--paper-2:#eaf0f8;
	--white:#f7faff;
	--muted:#94a7bf;
	--line:rgba(191,216,244,.16);
	--dark-line:rgba(7,20,38,.13);
	--max:1180px;
	background:var(--ink);
	color:var(--white);
	font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
	line-height:1.55;
	-webkit-font-smoothing:antialiased;
	overflow:hidden;
}
.str-rescue *,.str-rescue *:before,.str-rescue *:after{box-sizing:border-box}
.str-rescue a{color:inherit}
.str-rescue h1,.str-rescue h2,.str-rescue h3,.str-rescue p{font-family:inherit}
.str-rescue .str-shell{width:min(calc(100% - 40px),var(--max));margin-inline:auto}
.str-rescue .str-kicker{
	font-size:10px;
	line-height:1.3;
	letter-spacing:.15em;
	text-transform:uppercase;
	font-weight:850;
	color:var(--ice);
}
.str-rescue .str-kicker-dark{color:#174d9b}
.str-rescue h2{
	font-size:clamp(2.25rem,4.4vw,4.45rem);
	line-height:1;
	letter-spacing:-.055em;
	font-weight:590;
	margin:11px 0 17px;
}
.str-rescue .str-btn{
	min-height:54px;
	padding:0 21px;
	border-radius:4px;
	display:inline-flex;
	align-items:center;
	justify-content:center;
	text-decoration:none;
	font-size:13px;
	font-weight:850;
	transition:transform .16s ease,background .16s ease;
}
.str-rescue .str-btn:hover{transform:translateY(-2px)}
.str-rescue .str-btn-primary{
	background:linear-gradient(135deg,var(--blue-2),var(--blue));
	color:white;
	box-shadow:0 13px 34px rgba(47,111,232,.2);
}
.str-rescue .str-btn-primary:hover{background:linear-gradient(135deg,#65a0ff,#3678ec);color:white}
.str-rescue .str-btn-dark{background:var(--ink);color:white}
.str-rescue .str-text-link{
	font-size:12px;
	text-decoration:none;
	color:#b3c9e2;
	border-bottom:1px solid #405b79;
	padding-bottom:3px;
}

/* Hero */
.str-rescue .str-hero{
	padding:76px 0 90px;
	background:
		radial-gradient(circle at 82% 9%,rgba(76,141,246,.19),transparent 28rem),
		radial-gradient(circle at 58% 10%,rgba(143,197,255,.07),transparent 22rem),
		linear-gradient(145deg,#071426 0%,#0a1b32 58%,#0d2340 100%);
}
.str-rescue .str-hero-grid{
	display:grid;
	grid-template-columns:minmax(0,1.06fr) minmax(360px,.74fr);
	gap:66px;
	align-items:center;
}
.str-rescue h1{
	font-size:clamp(4.15rem,7.4vw,7.6rem);
	line-height:.89;
	letter-spacing:-.073em;
	font-weight:620;
	margin:20px 0 28px;
	max-width:880px;
	color:var(--white);
}
.str-rescue h1 em{font-style:normal;color:var(--ice)}
.str-rescue .str-lede{
	max-width:760px;
	font-size:clamp(1.03rem,1.35vw,1.16rem);
	line-height:1.67;
	color:#bac8d8;
	margin:0 0 16px;
}
.str-rescue .str-reassurance{
	max-width:740px;
	font-size:14px;
	line-height:1.7;
	color:#91a7bf;
	margin:0;
}
.str-rescue .str-reassurance strong{color:#edf5ff}
.str-rescue .str-actions{display:flex;align-items:center;gap:22px;flex-wrap:wrap;margin-top:31px}
.str-rescue .str-price-line{
	display:flex;
	align-items:baseline;
	gap:14px;
	flex-wrap:wrap;
	margin-top:27px;
	padding-top:17px;
	border-top:1px solid var(--line);
	max-width:740px;
}
.str-rescue .str-price-line strong{color:#f1f7ff;font-size:15px}
.str-rescue .str-price-line span{color:#7890aa;font-size:10px;text-transform:uppercase;letter-spacing:.1em}

/* Hero visual */
.str-rescue .str-hero-visual{position:relative;padding:0 0 50px 28px}
.str-rescue .str-photo{
	height:600px;
	margin:0;
	position:relative;
	overflow:hidden;
	background:#10294a;
	border:1px solid rgba(191,216,244,.14);
	box-shadow:0 28px 85px rgba(0,0,0,.25);
}
.str-rescue .str-photo:after{
	content:"";
	position:absolute;
	inset:0;
	background:
		linear-gradient(180deg,rgba(15,52,95,.08),rgba(5,16,31,.78)),
		linear-gradient(135deg,rgba(47,111,232,.11),transparent 46%);
	pointer-events:none;
}
.str-rescue .str-photo-img{
	width:100%;
	height:100%;
	display:block;
	object-fit:cover;
	filter:saturate(.82) contrast(1.03);
}
.str-rescue .str-photo figcaption{
	position:absolute;
	z-index:2;
	left:18px;
	right:18px;
	bottom:15px;
	display:flex;
	justify-content:space-between;
	gap:18px;
	font-size:9px;
	letter-spacing:.1em;
	text-transform:uppercase;
	color:#e1ecf8;
}
.str-rescue .str-photo-fallback{
	padding:34px;
	background:
		linear-gradient(145deg,rgba(76,141,246,.21),transparent 50%),
		linear-gradient(160deg,#0b1f3b,#102d52);
	display:flex;
	flex-direction:column;
	justify-content:space-between;
}
.str-rescue .str-photo-fallback:before{
	content:"";
	position:absolute;
	inset:22px;
	border:1px solid rgba(143,197,255,.17);
}
.str-rescue .str-fallback-label,.str-rescue .str-fallback-statement,.str-rescue .str-fallback-list{position:relative;z-index:2}
.str-rescue .str-fallback-label{font-size:9px;letter-spacing:.18em;text-transform:uppercase;color:var(--ice)}
.str-rescue .str-fallback-statement{
	max-width:320px;
	font-size:34px;
	line-height:1.05;
	letter-spacing:-.045em;
	font-weight:560;
	color:#f0f6ff;
}
.str-rescue .str-fallback-list{
	display:grid;
	grid-template-columns:1fr 1fr;
	border-top:1px solid var(--line);
}
.str-rescue .str-fallback-list span{
	padding:12px 0;
	border-bottom:1px solid var(--line);
	font-size:10px;
	letter-spacing:.12em;
	text-transform:uppercase;
	color:#9db5d0;
}
.str-rescue .str-fallback-list span:nth-child(2n){padding-left:18px;border-left:1px solid var(--line)}
.str-rescue .str-hero-card{
	position:absolute;
	left:0;
	right:30px;
	bottom:0;
	background:var(--paper);
	color:var(--ink);
	padding:17px 19px;
	border-left:4px solid var(--blue);
	box-shadow:0 22px 60px rgba(0,0,0,.26);
	display:grid;
	grid-template-columns:1fr auto;
	gap:5px 20px;
	align-items:end;
}
.str-rescue .str-hero-card>span{font-size:9px;letter-spacing:.13em;text-transform:uppercase;color:#52677f;font-weight:850}
.str-rescue .str-hero-card>strong{grid-row:1 / span 2;grid-column:2;font-size:46px;line-height:1;letter-spacing:-.055em}
.str-rescue .str-hero-card>strong small{font-size:9px;letter-spacing:.08em;margin-left:4px}
.str-rescue .str-hero-card p{font-size:10px;color:#607289;margin:0}

/* Relief */
.str-rescue .str-relief{
	background:linear-gradient(135deg,#d9eaff,#c5ddfb);
	color:var(--ink);
	padding:68px 0;
}
.str-rescue .str-relief-inner{max-width:980px;margin-inline:auto}
.str-rescue .str-relief h2{
	font-size:clamp(2.45rem,4.8vw,4.9rem);
	color:var(--ink);
	margin:10px 0 15px;
}
.str-rescue .str-relief p{
	max-width:850px;
	font-size:13px;
	line-height:1.75;
	color:#36516f;
	margin:0;
}
.str-rescue .str-relief p strong{color:#173b68}

/* Work */
.str-rescue .str-work{background:var(--paper);color:var(--ink);padding:92px 0}
.str-rescue .str-section-head{max-width:800px}
.str-rescue .str-three{
	display:grid;
	grid-template-columns:repeat(3,1fr);
	margin-top:48px;
	border-top:1px solid var(--dark-line);
	border-bottom:1px solid var(--dark-line);
}
.str-rescue .str-three article{
	min-height:220px;
	padding:23px 27px 26px 0;
	border-right:1px solid var(--dark-line);
}
.str-rescue .str-three article+article{padding-left:27px}
.str-rescue .str-three article:last-child{border-right:0}
.str-rescue .str-three article>span{font-size:9px;letter-spacing:.13em;color:#77889b}
.str-rescue .str-three h3{font-size:22px;margin:38px 0 9px;letter-spacing:-.03em}
.str-rescue .str-three p{font-size:12px;line-height:1.7;color:#607082;margin:0}
.str-rescue .str-covered{
	display:flex;
	flex-wrap:wrap;
	gap:8px;
	margin-top:28px;
}
.str-rescue .str-covered span{
	padding:9px 12px;
	border:1px solid #cbd7e5;
	background:#f9fbfe;
	color:#40556e;
	font-size:10px;
	letter-spacing:.02em;
}

/* Journey */
.str-rescue .str-journey{
	background:linear-gradient(145deg,#0a1a31,#0e2748);
	padding:88px 0;
	border-block:1px solid rgba(191,216,244,.08);
}
.str-rescue .str-journey-grid{
	display:grid;
	grid-template-columns:.72fr 1.28fr;
	gap:70px;
	align-items:center;
}
.str-rescue .str-journey-grid p{font-size:13px;color:#8fa4bb;max-width:480px}
.str-rescue .str-journey-line{
	display:grid;
	grid-template-columns:1fr auto 1fr auto 1.2fr auto 1fr;
	align-items:center;
	border-top:1px solid var(--line);
	border-bottom:1px solid var(--line);
}
.str-rescue .str-journey-line>div{padding:22px 14px}
.str-rescue .str-journey-line i{font-style:normal;color:#54789e}
.str-rescue .str-journey-line small{display:block;font-size:9px;color:var(--ice);margin-bottom:18px}
.str-rescue .str-journey-line strong{font-size:12px;color:#edf5ff}

/* Local */
.str-rescue .str-local{background:var(--paper-2);color:var(--ink);padding:88px 0}
.str-rescue .str-local-grid{display:grid;grid-template-columns:.8fr 1.2fr;gap:75px;align-items:start}
.str-rescue .str-local-grid p{font-size:13px;color:#607188;max-width:550px}
.str-rescue .str-proof{border-top:1px solid var(--dark-line)}
.str-rescue .str-proof>span{
	display:block;
	padding:14px 0;
	font-size:9px;
	text-transform:uppercase;
	letter-spacing:.14em;
	color:#74869a;
	border-bottom:1px solid var(--dark-line);
}
.str-rescue .str-proof>div{padding:16px 0;border-bottom:1px solid var(--dark-line)}
.str-rescue .str-proof strong{font-size:13px;color:#13233a}

/* Scope */
.str-rescue .str-scope{background:var(--paper);color:var(--ink);padding:82px 0}
.str-rescue .str-scope-grid{
	display:grid;
	grid-template-columns:.78fr 1.22fr;
	gap:70px;
	align-items:start;
}
.str-rescue .str-scope-grid p{font-size:13px;line-height:1.72;color:#617287}
.str-rescue .str-scope-copy{padding-top:20px;border-top:1px solid var(--dark-line)}
.str-rescue .str-scope-copy p:first-child{margin-top:0}
.str-rescue .str-scope-copy strong{color:#172b46}

/* Final */
.str-rescue .str-final{
	background:linear-gradient(135deg,#4b90f7,#2d6de5);
	color:white;
	padding:72px 0;
}
.str-rescue .str-final-grid{display:grid;grid-template-columns:1fr auto;gap:54px;align-items:end}
.str-rescue .str-final .str-kicker-dark{color:#d9eaff}
.str-rescue .str-final h2{color:white;max-width:840px}
.str-rescue .str-final p{font-size:12px;color:#dbeaff;margin:0}
.str-rescue .str-final-buy{min-width:270px}
.str-rescue .str-final-buy>strong{display:block;font-size:61px;line-height:1;letter-spacing:-.06em}
.str-rescue .str-final-buy>strong small{font-size:9px;letter-spacing:.08em;margin-left:5px}
.str-rescue .str-final-buy>span{display:block;font-size:9px;letter-spacing:.12em;text-transform:uppercase;color:#dceaff;margin:7px 0 14px}
.str-rescue .str-final-buy .str-btn{width:100%}

/* Contact/footer */
.str-rescue .str-contact{background:var(--ink);padding:35px 0}
.str-rescue .str-contact-inner{display:flex;align-items:center;justify-content:space-between;gap:24px}
.str-rescue .str-contact p{font-size:12px;color:#8398af;margin:0}
.str-rescue .str-contact a{font-size:12px;color:var(--ice);font-weight:800;text-decoration:none}
.str-rescue .str-mobile-cta{display:none}

@media(max-width:980px){
	.str-rescue .str-hero-grid,.str-rescue .str-journey-grid,.str-rescue .str-local-grid,.str-rescue .str-scope-grid,.str-rescue .str-final-grid{grid-template-columns:1fr}
	.str-rescue .str-hero-visual{max-width:660px;padding-left:24px}
	.str-rescue .str-journey-line{grid-template-columns:1fr}
	.str-rescue .str-journey-line i{padding-left:16px;transform:rotate(90deg)}
}
@media(max-width:650px){
	.str-rescue .str-shell{width:min(calc(100% - 26px),var(--max))}
	.str-rescue .str-hero{padding:52px 0 62px}
	.str-rescue h1{font-size:clamp(3.45rem,16.3vw,4.9rem)}
	.str-rescue .str-hero-visual{padding:0 0 46px 9px}
	.str-rescue .str-photo{height:435px}
	.str-rescue .str-hero-card{right:12px}
	.str-rescue .str-hero-card>strong{font-size:39px}
	.str-rescue .str-relief,.str-rescue .str-work,.str-rescue .str-journey,.str-rescue .str-local,.str-rescue .str-scope{padding:62px 0}
	.str-rescue .str-three{grid-template-columns:1fr}
	.str-rescue .str-three article,.str-rescue .str-three article+article{
		padding:21px 0;
		border-right:0;
		border-bottom:1px solid var(--dark-line);
		min-height:0;
	}
	.str-rescue .str-three article:last-child{border-bottom:0}
	.str-rescue .str-three h3{margin-top:20px}
	.str-rescue .str-contact-inner{display:block}
	.str-rescue .str-contact a{display:inline-block;margin-top:8px}
	.str-rescue .str-final{padding:58px 0}
	.str-rescue .str-final-buy{min-width:0}
	.str-rescue .str-mobile-cta{
		display:block;
		position:fixed;
		left:11px;
		right:11px;
		bottom:11px;
		z-index:999;
		padding:7px;
		background:rgba(7,20,38,.94);
		backdrop-filter:blur(14px);
		border:1px solid rgba(191,216,244,.13);
	}
	.str-rescue .str-mobile-cta .str-btn{width:100%}
}
@media(prefers-reduced-motion:reduce){.str-rescue .str-btn{transition:none}}


/* Theme integration: use the site's real WordPress header and footer. */
body .str-rescue{
	margin-left:calc(50% - 50vw);
	margin-right:calc(50% - 50vw);
	width:100vw;
	max-width:100vw;
}
body .entry-content > .str-rescue,
body .wp-block-post-content > .str-rescue{
	max-width:none;
}

/* Guided inquiry — deliberately opened by the visitor. */
.str-rescue [hidden]{display:none!important}
.str-rescue .str-dialog{position:fixed;inset:0;width:min(600px,calc(100% - 24px));max-height:calc(100dvh - 32px);margin:auto;padding:32px;border:1px solid #dce5f2;border-radius:20px;background:#f7faff;color:#10243e;box-shadow:0 24px 100px #0006;overflow-y:auto;font:inherit;text-align:left}
.str-dialog::backdrop{background:rgba(4,14,29,.76);backdrop-filter:blur(5px)}
.str-rescue .str-dialog h2{font-size:36px;line-height:1.1;letter-spacing:-.04em;margin:12px 0}
.str-rescue .str-dialog h3{font-size:26px;line-height:1.2}
.str-rescue .str-dialog p{font-size:14px;line-height:1.6}
.str-rescue .str-dialog .str-kicker{color:#2455a0}
.str-rescue .str-dialog-heading{padding-right:24px}
.str-rescue .str-dialog button{font-family:inherit;cursor:pointer}
.str-rescue .str-close{position:absolute;right:12px;top:12px;width:44px;height:44px;border:0;border-radius:50%;font-size:28px;background:#eaf0f8;color:#10243e}
.str-rescue .str-step{border:0;padding:0;margin:0;min-width:0}
.str-rescue .str-step legend{font-size:18px;font-weight:700;margin-bottom:16px;padding:0}
.str-rescue .str-step-label{border-top:1px solid #d9e1ed;padding-top:18px;color:#425b79;font-weight:600}
.str-rescue .str-choices{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-bottom:20px}
.str-rescue .str-choice{display:flex;gap:10px;align-items:center;border:1px solid #ccd7e6;background:white;border-radius:10px;padding:14px 12px;cursor:pointer}
.str-rescue .str-choice:has(input:checked){border-color:#2f6fe8;background:#eaf2ff;box-shadow:0 0 0 1px #2f6fe8}
.str-rescue .str-choice input{accent-color:#245bc0;width:17px;height:17px;flex:none;margin:0}
.str-rescue .str-choice strong{display:block;font-size:14px}
.str-rescue .str-choice small{display:block;font-size:12px;color:#52647c;margin-top:4px;line-height:1.4}
.str-rescue .str-dialog .str-btn{border:0;border-radius:9px;font-size:14px;min-height:48px}
.str-rescue .str-next{width:100%}
.str-rescue .str-step-two>label,.str-rescue .str-step-two details label{display:block;font-size:14px;font-weight:650;margin:14px 0}
.str-rescue .str-step-two input,.str-rescue .str-step-two textarea{display:block;width:100%;font:inherit;font-size:16px;color:#10243e;background:white;border:1px solid #aebdd0;border-radius:8px;padding:12px;margin-top:6px;box-shadow:none}
.str-rescue .str-step-two textarea{resize:vertical}
.str-rescue .str-dialog :focus-visible{outline:3px solid #245bc0;outline-offset:3px}
.str-rescue .str-step-two summary{cursor:pointer;padding:12px 0;font-size:14px;font-weight:650}
.str-rescue .str-step-two summary span{font-weight:400;color:#52647c}
.str-rescue .str-dialog .str-form-note{font-size:12px;color:#52647c}
.str-rescue .str-selection{background:#eaf0f8;border-radius:6px;padding:8px 12px}
.str-rescue .str-form-actions{display:flex;justify-content:space-between;gap:16px;align-items:center}
.str-rescue .str-back{background:none;border:0;color:#344d70;min-height:44px;padding:8px}
.str-rescue .str-form-error{background:#fff0ed;color:#922c20;padding:12px;border-radius:8px}
.str-rescue .str-dialog .str-email-alternative{font-size:12px;border-top:1px solid #d9e1ed;padding-top:16px;overflow-wrap:anywhere}
.str-rescue .str-dialog a{color:#2455a0;text-decoration:underline}
.str-rescue .str-success-icon{display:inline-grid;place-items:center;width:48px;height:48px;border-radius:50%;background:#d7eee5;color:#175e45;font-size:24px}
.str-rescue .str-success{padding:20px 0}
.str-rescue .str-honey{position:absolute;left:-10000px;width:1px;height:1px;overflow:hidden}
.str-rescue .str-submit:disabled{opacity:.65;cursor:wait}
@media(max-width:480px){.str-rescue .str-dialog{padding:24px 18px}.str-rescue .str-choices{grid-template-columns:1fr}.str-rescue .str-choice{padding:12px}.str-rescue .str-dialog h2{font-size:30px}}
@media(prefers-reduced-motion:reduce){.str-rescue *{scroll-behavior:auto!important;transition:none!important}}

/* 2.4: readable, compact layouts and useful interaction at every size. */
.str-rescue .str-microcopy{font-size:13px;color:#b9cce3;margin:12px 0 0}
.str-rescue .str-btn{border-radius:10px;font-size:15px;line-height:1.35;text-align:center;padding:14px 20px}
.str-rescue .str-btn-primary{background:#2763d4;color:#fff}
.str-rescue .str-kicker{font-size:11px}
.str-rescue .str-work .str-kicker,.str-rescue .str-scope .str-kicker{color:#2455a0}
.str-rescue .str-problem-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;margin-top:26px}
.str-rescue .str-problem-card{position:relative;display:grid;grid-template-columns:32px 1fr;gap:8px 12px;padding:22px 42px 22px 18px;border-radius:14px;background:#f8fbff;border:1px solid #afc9e9;text-decoration:none;color:#10243e;transition:background .16s ease,border-color .16s ease}
.str-rescue .str-problem-card:hover{background:white;border-color:#2763d4}
.str-rescue .str-problem-number{grid-row:1/3;color:#34609a;font-size:12px;padding-top:3px}
.str-rescue .str-problem-card strong{font-size:17px;line-height:1.4}
.str-rescue .str-problem-card>span:not(.str-problem-number){grid-column:2;font-size:14px;color:#49617f;line-height:1.55}
.str-rescue .str-problem-card b{position:absolute;right:16px;top:20px;color:#2763d4;font-size:22px}
.str-rescue a:focus-visible,.str-rescue button:focus-visible{outline:3px solid #559cff;outline-offset:4px}
.str-rescue .str-three p,.str-rescue .str-relief p,.str-rescue .str-journey-grid p,.str-rescue .str-local-grid p,.str-rescue .str-scope-grid p{font-size:16px;line-height:1.65}
.str-rescue .str-journey-grid p{color:#b4c5d9}
.str-rescue .str-final-buy>p{margin:12px 0}
.str-rescue .str-final-buy>p a{display:inline-block;padding:10px 0;text-decoration:underline;font-size:14px}
.str-rescue .str-contact a{overflow-wrap:anywhere}
.str-rescue .str-contact .str-btn{color:white;font-size:15px}
.str-rescue .str-mobile-cta[hidden]{display:none!important}
@media(max-width:980px){
 .str-rescue .str-hero-grid,.str-rescue .str-journey-grid,.str-rescue .str-local-grid,.str-rescue .str-scope-grid,.str-rescue .str-final-grid{gap:30px}
 .str-rescue .str-journey-line{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;border:0}
 .str-rescue .str-journey-line>div{border:1px solid #34506f;border-radius:12px;padding:18px}
 .str-rescue .str-journey-line i{display:none}
 .str-rescue .str-journey-line small{font-size:12px;margin-bottom:8px}
 .str-rescue .str-journey-line strong{font-size:16px}
}
@media(max-width:650px){
 .str-rescue .str-shell{width:calc(100% - 40px)}
 .str-rescue .str-hero{padding:32px 0 36px}
 .str-rescue h1{font-size:clamp(40px,11.7vw,66px);line-height:1.02;letter-spacing:-.05em;margin:18px 0}
 .str-rescue h1 em{display:block}
 .str-rescue h2,.str-rescue .str-relief h2{font-size:clamp(28px,8vw,38px);line-height:1.12;letter-spacing:-.035em;margin:10px 0 16px}
 .str-rescue .str-lede{font-size:16px;line-height:1.6;margin-bottom:14px}
 .str-rescue .str-reassurance{font-size:14px;color:#b4c5d9;line-height:1.55}
 .str-rescue .str-actions{display:grid;gap:8px;margin-top:22px}
 .str-rescue .str-actions .str-btn{width:100%;min-height:52px}
 .str-rescue .str-text-link{justify-self:center;display:inline-flex;align-items:center;min-height:44px;border:0;font-size:14px;padding:8px}
 .str-rescue .str-microcopy{margin:2px 0 0;text-align:center}
 .str-rescue .str-price-line{margin-top:20px;padding-top:16px;gap:5px}
 .str-rescue .str-price-line strong{font-size:17px}
 .str-rescue .str-price-line span{font-size:12px;letter-spacing:0;text-transform:none;color:#b4c5d9;flex-basis:100%}
 .str-rescue .str-hero-visual{padding:0;max-width:100%;min-width:0}
 .str-rescue .str-photo{height:230px;border-radius:14px}
 .str-rescue .str-photo-fallback{height:auto;min-height:0;padding:20px;gap:14px}
 .str-rescue .str-photo-fallback:before{display:none}
 .str-rescue .str-fallback-label{font-size:10px;letter-spacing:.1em}
 .str-rescue .str-fallback-statement{font-size:25px;line-height:1.15;max-width:none}
 .str-rescue .str-fallback-list{display:flex;flex-wrap:wrap;gap:6px;border:0}
 .str-rescue .str-fallback-list span,.str-rescue .str-fallback-list span:nth-child(2n){padding:4px 8px;border:1px solid #3c597b;border-radius:5px;font-size:11px;letter-spacing:0;text-transform:none;color:#c8daef}
 .str-rescue .str-hero-card{display:none}
 .str-rescue .str-photo figcaption{font-size:10px;letter-spacing:0;flex-wrap:wrap;gap:4px}
 .str-rescue .str-relief,.str-rescue .str-work,.str-rescue .str-journey,.str-rescue .str-local,.str-rescue .str-scope,.str-rescue .str-final{padding:38px 0}
 .str-rescue .str-problem-grid{grid-template-columns:1fr;gap:10px;margin-top:20px}
 .str-rescue .str-problem-card{padding:16px 36px 16px 14px;gap:5px 6px;grid-template-columns:26px 1fr}
 .str-rescue .str-problem-card strong{font-size:16px}
 .str-rescue .str-problem-card>span:not(.str-problem-number){font-size:14px}
 .str-rescue .str-three{margin-top:24px;border:0;gap:12px}
 .str-rescue .str-three article,.str-rescue .str-three article+article{display:grid;grid-template-columns:32px 1fr;gap:8px 12px;padding:20px;border:1px solid #d5e0ed;border-radius:12px;background:white}
 .str-rescue .str-three article:last-child{border-bottom:1px solid #d5e0ed}
 .str-rescue .str-three article>span{grid-row:1/3;display:grid;align-content:start;color:#2763d4;font-size:13px;padding-top:4px}
 .str-rescue .str-three h3{margin:0;font-size:21px;line-height:1.25}
 .str-rescue .str-three p{grid-column:2;font-size:15px}
 .str-rescue .str-covered{gap:6px;margin-top:20px}
 .str-rescue .str-covered span{font-size:12px;padding:6px 9px;border-radius:6px}
 .str-rescue .str-proof>span{font-size:11px;color:#52657e}
 .str-rescue .str-proof strong{font-size:16px}
 .str-rescue .str-scope-copy{padding-top:16px}
 .str-rescue .str-final{background:#245bc0}
 .str-rescue .str-final p{font-size:15px}
 .str-rescue .str-final-buy{padding:22px;background:#163f8a;border:1px solid #638ed8;border-radius:14px}
 .str-rescue .str-final-buy>strong{font-size:44px;letter-spacing:-.04em}
 .str-rescue .str-final-buy>strong small{font-size:13px}
 .str-rescue .str-final-buy>span{font-size:12px;letter-spacing:0;text-transform:none}
 .str-rescue .str-contact{padding:28px 0 calc(110px + env(safe-area-inset-bottom,0px))}
 .str-rescue .str-contact-inner{display:grid;gap:14px}
 .str-rescue .str-contact p,.str-rescue .str-contact a{font-size:14px;margin:0;color:#c3d5ea}
 .str-rescue .str-contact a{min-height:44px;display:flex;align-items:center}
 .str-rescue .str-mobile-cta{display:flex;align-items:center;justify-content:space-between;gap:12px;left:0;right:0;bottom:0;padding:12px 16px calc(12px + env(safe-area-inset-bottom,0px));border-radius:16px 16px 0 0;box-shadow:0 -8px 30px #07142633}
 .str-rescue .str-mobile-cta>span{font-size:13px;font-weight:650;line-height:1.4}
 .str-rescue .str-mobile-cta small{display:block;font-size:12px;color:#b9cce3;font-weight:400;margin-top:3px}
 .str-rescue .str-mobile-cta .str-btn{width:auto;flex-shrink:0;min-height:48px;gap:12px;padding:12px 16px}
 .str-rescue:has(.str-dialog[open]) .str-mobile-cta{display:none}
 .str-rescue .str-dialog{width:100%;max-width:100%;max-height:calc(100dvh - 12px);inset:auto 0 0;margin:0;padding:22px 20px calc(22px + env(safe-area-inset-bottom,0px));border-radius:20px 20px 0 0;overscroll-behavior:contain}
 .str-rescue .str-dialog h2{font-size:28px;margin:8px 0}
 .str-rescue .str-dialog-heading>p{margin:8px 0 14px}
 .str-rescue .str-step-label{padding-top:12px;margin:12px 0}
 .str-rescue .str-choices{grid-template-columns:1fr;gap:8px;margin-bottom:14px}
 .str-rescue .str-choice{padding:10px 12px;min-height:58px}
 .str-rescue .str-choice small{margin-top:2px}
 .str-rescue .str-step legend{font-size:17px;margin-bottom:12px}
}

/* Next step after the rescue inquiry section. */
.str-rescue .str-os-cta{padding:64px 0 100px;border-top:1px solid var(--line);background:var(--ink-2)}
.str-rescue .str-os-cta h2{max-width:780px;font-size:clamp(28px,4vw,48px);line-height:1.1}
.str-rescue .str-os-cta p{max-width:640px;font-size:18px;color:var(--ice-2);margin:0 0 24px}
.str-rescue .str-os-cta .str-btn{gap:10px;font-size:16px}
.str-rescue .str-os-cta a:focus-visible{outline:3px solid var(--ice);outline-offset:5px}
@media(max-width:650px){.str-rescue .str-os-cta{padding:40px 0 120px}.str-rescue .str-os-cta .str-btn{width:100%}}
