/* Online Showroom — Homepage V2
   Everything is scoped under .osv2 so it cannot leak into the rest of the theme. */

.osv2 {
	--osv2-navy: #0A0B3D;
	--osv2-blue: #2B54F0;
	--osv2-blue-dk: #1E42D6;
	--osv2-blue-soft: #EEF1FE;
	--osv2-green: #12B76A;
	--osv2-green-soft: #E7F8F0;
	--osv2-ink: #111230;
	--osv2-body: #4A4D6B;
	--osv2-line: #E4E7F2;
	--osv2-alt: #F6F7FC;
	--osv2-max: 1200px;

	font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
	color: var(--osv2-body);
	font-size: 17px;
	line-height: 1.6;
	-webkit-font-smoothing: antialiased;
	overflow-x: hidden;
}

.osv2 *, .osv2 *::before, .osv2 *::after { box-sizing: border-box; }
.osv2 img { display: block; max-width: 100%; height: auto; }
.osv2 p { margin: 0; }
.osv2 a { text-decoration: none; }

.osv2-wrap { max-width: var(--osv2-max); margin: 0 auto; padding: 0 24px; }
.osv2-center { text-align: center; }
.osv2-section { padding: 88px 0; }
.osv2-alt { background: var(--osv2-alt); }
.osv2-navy { background: var(--osv2-navy); }
.osv2-mt { margin-top: 30px; }
.osv2-spacer { flex: 1; }

.osv2-h1 {
	font-size: clamp(38px, 5.4vw, 64px);
	font-weight: 900;
	letter-spacing: -.04em;
	line-height: 1.08;
	color: #fff;
	margin: 0;
	max-width: 16ch;
}
.osv2-h1 em { font-style: normal; color: #5EE39B; }

.osv2-h2 {
	font-size: clamp(28px, 3.6vw, 44px);
	font-weight: 800;
	letter-spacing: -.03em;
	line-height: 1.12;
	color: var(--osv2-ink);
	margin: 0;
}
.osv2-white, .osv2-navy .osv2-h2 { color: #fff; }
.osv2-blue { color: var(--osv2-blue); }
.osv2-green { color: var(--osv2-green); }
.osv2-navy .osv2-green { color: #5EE39B; }

.osv2-eyebrow {
	font-size: 13px; font-weight: 700; letter-spacing: .12em;
	text-transform: uppercase; color: var(--osv2-blue); margin-bottom: 14px;
}
.osv2-eyebrow-green { color: #5EE39B; }

.osv2-lede { font-size: 19px; max-width: 660px; margin-top: 18px; }
.osv2-lede-center { margin-left: auto; margin-right: auto; }
.osv2-lede-light { color: #D2D6F0; }
.osv2-navy .osv2-lede { color: #BFC4EC; }

/* buttons */
.osv2-btn {
	display: inline-flex; align-items: center; justify-content: center; gap: 9px;
	font-weight: 700; font-size: 16px; padding: 16px 28px; border-radius: 11px;
	border: 2px solid transparent; cursor: pointer; transition: .18s ease;
	font-family: inherit; white-space: nowrap; text-decoration: none;
}
.osv2-btn-primary { background: var(--osv2-blue); color: #fff; }
.osv2-btn-primary:hover { background: var(--osv2-blue-dk); color: #fff; transform: translateY(-1px); }
.osv2-btn-green { background: var(--osv2-green); color: #fff; }
.osv2-btn-green:hover { background: #0E9B59; color: #fff; transform: translateY(-1px); }
.osv2-btn-white { background: #fff; color: var(--osv2-ink); }
.osv2-btn-white:hover { color: var(--osv2-ink); transform: translateY(-1px); }
.osv2-btn-lg { padding: 18px 32px; font-size: 17px; }
.osv2-btn-block { width: 100%; }

/* hero */
.osv2-hero { position: relative; overflow: hidden; padding: 120px 0 250px; min-height: 780px; display: flex; align-items: center; }
.osv2-hero-bg { position: absolute; inset: 0; z-index: 0; }
.osv2-hero-bg img { width: 100%; height: 100%; object-fit: cover; object-position: 70% 62%; }
.osv2-hero-bg::after {
	content: ""; position: absolute; inset: 0;
	background: linear-gradient(100deg, rgba(6,7,40,.94) 0%, rgba(6,7,40,.82) 42%, rgba(6,7,40,.25) 78%, rgba(6,7,40,.1) 100%);
}
.osv2-hero-inner { position: relative; z-index: 2; }
.osv2-hero .osv2-lede { color: #D2D6F0; font-size: 20px; max-width: 600px; }

.osv2-badges { display: flex; gap: 10px; flex-wrap: wrap; margin-bottom: 26px; }
.osv2-badge {
	display: inline-flex; align-items: center; gap: 7px;
	background: rgba(255,255,255,.13); border: 1px solid rgba(255,255,255,.22);
	border-radius: 100px; padding: 7px 15px; font-size: 13.5px; font-weight: 600; color: #fff;
}
.osv2-badge b { color: #5EE39B; }

/* twin doors */
.osv2-doors { margin-top: -140px; position: relative; z-index: 20; padding-bottom: 0; }
.osv2-doors-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.osv2-door {
	background: #fff; border: 1px solid var(--osv2-line); border-radius: 20px;
	box-shadow: 0 18px 44px rgba(10,11,61,.12); overflow: hidden;
	display: flex; flex-direction: column;
}
.osv2-door-img { position: relative; aspect-ratio: 16 / 9; overflow: hidden; }
.osv2-door-img img { width: 100%; height: 100%; object-fit: cover; }
.osv2-chip {
	position: absolute; top: 14px; left: 14px; background: #fff; border-radius: 8px;
	padding: 6px 12px; font-size: 12px; font-weight: 800; letter-spacing: .09em;
	text-transform: uppercase; color: var(--osv2-blue);
}
.osv2-chip-used { color: var(--osv2-green); }
.osv2-door-body { padding: 28px; display: flex; flex-direction: column; flex: 1; }
.osv2-door h2 { font-size: 27px; font-weight: 800; letter-spacing: -.03em; color: var(--osv2-ink); margin: 0 0 8px; }
.osv2-sub { font-size: 16px; margin-bottom: 22px; }

.osv2-fields { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-bottom: 14px; }
.osv2 label { display: block; font-size: 12.5px; font-weight: 700; color: var(--osv2-ink); margin-bottom: 6px; }
.osv2 select, .osv2-starter input[type="text"] {
	width: 100%; padding: 14px; font-size: 15.5px; font-family: inherit; color: var(--osv2-ink);
	border: 1.5px solid var(--osv2-line); border-radius: 10px; background: #fff; height: auto;
}
.osv2 select:focus, .osv2-starter input:focus { outline: 2px solid var(--osv2-blue); outline-offset: 1px; }
.osv2-door small { display: block; margin-top: 12px; font-size: 13.5px; text-align: center; }
.osv2-door small a { color: var(--osv2-blue); font-weight: 600; }

.osv2-pills { display: flex; flex-wrap: wrap; gap: 9px; margin-bottom: 18px; }
.osv2-pill {
	border: 1.5px solid var(--osv2-line); border-radius: 100px; padding: 9px 16px;
	font-size: 14.5px; font-weight: 600; color: var(--osv2-ink); transition: .16s;
}
.osv2-pill:hover { border-color: var(--osv2-green); background: var(--osv2-green-soft); color: #0E7A47; }
.osv2-stock { display: flex; align-items: center; gap: 9px; font-size: 14.5px; font-weight: 600; color: var(--osv2-ink); margin-bottom: 18px; }
.osv2-live { width: 9px; height: 9px; border-radius: 50%; background: var(--osv2-green); box-shadow: 0 0 0 4px rgba(18,183,106,.18); }

/* proof strip */
.osv2-proof { background: var(--osv2-alt); padding: 34px 0; }
.osv2-proof-inner { display: flex; justify-content: space-between; gap: 26px; flex-wrap: wrap; }
.osv2-stat b { display: block; font-size: 30px; font-weight: 900; color: var(--osv2-ink); letter-spacing: -.03em; line-height: 1.1; }
.osv2-stat span { font-size: 14.5px; }

/* split */
.osv2-split { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: center; }
.osv2-split-img { border-radius: 16px; width: 100%; height: 460px; object-fit: cover; }
.osv2-step { display: flex; gap: 18px; margin-top: 30px; }
.osv2-n {
	flex: none; width: 38px; height: 38px; border-radius: 11px; background: var(--osv2-blue-soft);
	color: var(--osv2-blue); display: grid; place-items: center; font-weight: 800; font-size: 15px;
}
.osv2-step h3 { font-size: 19px; font-weight: 700; color: var(--osv2-ink); margin: 0 0 5px; }
.osv2-step p { font-size: 15.5px; }

/* three-up */
.osv2-three { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; margin-top: 46px; }
.osv2-card { background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.14); border-radius: 16px; padding: 30px; }
.osv2-num { width: 40px; height: 40px; border-radius: 11px; background: var(--osv2-green); color: #fff; display: grid; place-items: center; font-weight: 800; margin-bottom: 18px; }
.osv2-card h3 { color: #fff; font-size: 20px; font-weight: 700; margin: 0 0 9px; letter-spacing: -.02em; }
.osv2-card p { color: #B9BFE8; font-size: 15.5px; }

/* band */
.osv2-band { position: relative; padding: 110px 0; overflow: hidden; }
.osv2-band-bg { position: absolute; inset: 0; z-index: 0; }
.osv2-band-bg img { width: 100%; height: 100%; object-fit: cover; }
.osv2-band-bg::after {
	content: ""; position: absolute; inset: 0;
	background: linear-gradient(90deg, rgba(6,7,40,.9) 0%, rgba(6,7,40,.7) 50%, rgba(6,7,40,.25) 100%);
}
.osv2-band-inner { position: relative; z-index: 2; }
.osv2-band .osv2-h2 { max-width: 17ch; }
.osv2-band .osv2-btn { margin-top: 30px; }

/* included */
.osv2-incl-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-top: 46px; }
.osv2-incl { border: 1px solid var(--osv2-line); border-radius: 14px; padding: 24px; background: #fff; display: flex; gap: 14px; align-items: flex-start; }
.osv2-tick { flex: none; width: 26px; height: 26px; border-radius: 50%; background: var(--osv2-green-soft); display: grid; place-items: center; }
.osv2-tick svg { width: 14px; height: 14px; fill: var(--osv2-green); }
.osv2-incl h4 { font-size: 16.5px; font-weight: 700; color: var(--osv2-ink); margin: 0 0 3px; }
.osv2-incl p { font-size: 14.5px; }

/* models */
.osv2-models { margin-top: 40px; }

/* quotes */
.osv2-quote { border: 1px solid var(--osv2-line); border-radius: 16px; padding: 28px; background: #fff; }
.osv2-stars { color: #F5A524; letter-spacing: 2px; font-size: 15px; margin-bottom: 14px; }
.osv2-quote p { font-size: 15.5px; color: var(--osv2-ink); }
.osv2-who { margin-top: 18px; font-size: 14px; }
.osv2-who b { color: var(--osv2-ink); }
.osv2-disclaimer { margin-top: 28px; font-size: 13.5px; max-width: 800px; }

/* faq */
.osv2-faq { max-width: 860px; margin: 46px auto 0; }
.osv2-faq details { border-bottom: 1px solid var(--osv2-line); }
.osv2-faq summary {
	list-style: none; cursor: pointer; padding: 24px 0; font-weight: 700;
	color: var(--osv2-ink); font-size: 18px; display: flex; justify-content: space-between;
	gap: 20px; align-items: center;
}
.osv2-faq summary::-webkit-details-marker { display: none; }
.osv2-faq summary::after { content: "+"; font-size: 26px; font-weight: 400; color: var(--osv2-blue); flex: none; }
.osv2-faq details[open] summary::after { content: "\2013"; }
.osv2-faq details p { padding: 0 0 26px; font-size: 16px; max-width: 72ch; }

/* cta */
.osv2-cta { background: linear-gradient(135deg, #0A0B3D, #2135A8); padding: 88px 0; }
.osv2-cta .osv2-lede { color: #C6CBEF; }
.osv2-cta-small { display: block; margin-top: 18px; color: #9EA5D8; font-size: 13.5px; }
.osv2-gform { max-width: 720px; margin: 32px auto 0; text-align: left; background: #fff; border-radius: 18px; padding: 28px; }
.osv2-gform label, .osv2-gform .gfield_label { color: var(--osv2-ink) !important; }

/* responsive */
@media (max-width: 980px) {
	.osv2-doors-grid, .osv2-three, .osv2-incl-grid, .osv2-split { grid-template-columns: 1fr; }
	.osv2-split { gap: 34px; }
	.osv2-split-img { height: 300px; }
	.osv2-section { padding: 60px 0; }
	.osv2-hero { padding: 72px 0 170px; min-height: 520px; }
	.osv2-doors { margin-top: -130px; }
	.osv2-band { padding: 80px 0; }
}
@media (max-width: 560px) {
	.osv2-fields { grid-template-columns: 1fr; }
	.osv2-proof-inner { gap: 18px; }
	.osv2-stat b { font-size: 24px; }
}

/* ---------- embedded quote form (GoHighLevel), CarConnect-style two column ---------- */
.osv2-formwrap {
	display: grid;
	grid-template-columns: 1.15fr .85fr;
	gap: 28px;
	align-items: start;
	max-width: 1060px;
	margin: 34px auto 0;
	text-align: left;
}
.osv2-ghl {
	background: #fff;
	border-radius: 14px;
	padding: 8px;
	overflow: hidden;
}
.osv2-ghl iframe { display: block; width: 100%; border: 0; border-radius: 10px; }

.osv2-formside {
	background: rgba(255,255,255,.07);
	border: 1px solid rgba(255,255,255,.16);
	border-radius: 14px;
	padding: 24px;
	color: #fff;
}
.osv2-formside-img { border-radius: 10px; overflow: hidden; margin-bottom: 18px; }
.osv2-formside-img img { width: 100%; height: 170px; object-fit: cover; }
.osv2-formside .osv2-stars { margin-bottom: 10px; }
.osv2-formside-quote { font-size: 15.5px; color: #fff; line-height: 1.55; }
.osv2-formside-name { margin-top: 10px; font-size: 14px; font-weight: 700; color: #9FB4FF; }
.osv2-formside-list {
	list-style: none;
	margin: 20px 0 0;
	padding: 18px 0 0;
	border-top: 1px solid rgba(255,255,255,.16);
	display: grid;
	gap: 10px;
}
.osv2-formside-list li {
	position: relative;
	padding-left: 22px;
	font-size: 14.5px;
	color: #D2D6F0;
}
.osv2-formside-list li::before {
	content: "\2713";
	position: absolute;
	left: 0;
	color: #5EE39B;
	font-weight: 700;
}

/* the model dropdown before a make is chosen */
.osv2 select:disabled { background: #F4F6FC; color: #8A90B4; cursor: not-allowed; }

@media (max-width: 980px) {
	.osv2-formwrap { grid-template-columns: 1fr; max-width: 620px; }
	.osv2-formside { order: 2; }
	.osv2-ghl { order: 1; }
	.osv2-formside-img { display: none; }
}

/* ---------------------------------------------------------------
   Inner pages: quote (buy a car) and sell your car
   --------------------------------------------------------------- */

.osv2-pagehero {
	background: linear-gradient(120deg, #0A0B3D 0%, #141660 55%, #1B2280 100%);
	padding: 150px 0 76px;
	color: #fff;
}
.osv2-h1-page {
	font-size: clamp(34px, 4.4vw, 54px);
	max-width: 20ch;
}
.osv2-h1-page em { font-style: normal; color: #5EE39B; }
.osv2-pagehero .osv2-lede { max-width: 640px; }

.osv2-section-tight { padding: 48px 0 72px; }

.osv2-formwrap-light { max-width: 1120px; }
.osv2-ghl-light { background: #fff; border: 1px solid var(--osv2-line); box-shadow: 0 14px 34px rgba(10,11,61,.08); }
.osv2-formside-dark { background: var(--osv2-navy); border-color: rgba(255,255,255,.14); }

.osv2-sidehead {
	display: flex; align-items: baseline; gap: 9px;
	padding-bottom: 14px; margin-bottom: 16px;
	border-bottom: 1px solid rgba(255,255,255,.16);
	font-size: 14px; color: #C2C7EA;
}
.osv2-rating { font-size: 26px; font-weight: 900; color: #fff; letter-spacing: -.02em; }
.osv2-sidetitle { color: #fff; font-size: 19px; font-weight: 700; margin: 0 0 14px; letter-spacing: -.02em; }
.osv2-formside-phone { margin-top: 20px; font-size: 14.5px; color: #C2C7EA; }
.osv2-formside-phone a { color: #fff; font-weight: 700; }

.osv2-warn {
	background: #FFF8E6; border: 1px solid #F3D48A; border-radius: 12px;
	padding: 26px; color: #6B5312;
}
.osv2-warn h3 { color: #6B5312; font-size: 18px; font-weight: 700; margin: 0 0 8px; }
.osv2-warn a { color: var(--osv2-blue); font-weight: 700; }

/* light three-up cards (on white rather than navy) */
.osv2-three-light .osv2-lcard {
	background: #fff; border: 1px solid var(--osv2-line); border-radius: 16px; padding: 28px;
}
.osv2-lcard h3 { font-size: 19px; font-weight: 700; color: var(--osv2-ink); margin: 14px 0 8px; letter-spacing: -.02em; }
.osv2-lcard p { font-size: 15.5px; }

/* four-step strip on the sell page */
.osv2-stepstrip-wrap { background: var(--osv2-navy); padding-bottom: 40px; }
.osv2-stepstrip {
	display: grid; grid-template-columns: repeat(4, 1fr); gap: 0;
	background: #fff; border-radius: 16px; overflow: hidden;
	box-shadow: 0 18px 44px rgba(4,6,40,.30);
	transform: translateY(-32px);
}
.osv2-stepcard { padding: 26px 24px; border-right: 1px solid var(--osv2-line); }
.osv2-stepcard:last-child { border-right: 0; }
.osv2-stepcard h4 { font-size: 17px; font-weight: 800; color: var(--osv2-ink); margin: 0 0 6px; letter-spacing: -.02em; }
.osv2-stepcard p { font-size: 14.5px; }
.osv2-stepcard-active { box-shadow: inset 0 -4px 0 var(--osv2-blue); }
.osv2-stepcard-active h4 { color: var(--osv2-blue); }

/* timeline on the sell page */
.osv2-timeline { max-width: 780px; margin: 44px auto 0; display: grid; gap: 26px; }
.osv2-tl { display: flex; gap: 20px; align-items: flex-start; }
.osv2-tl h3 { font-size: 19px; font-weight: 700; color: var(--osv2-ink); margin: 0 0 5px; letter-spacing: -.02em; }
.osv2-tl p { font-size: 15.5px; }

.osv2-ctarow { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; margin-top: 30px; }
.osv2-green-em { font-style: normal; color: #5EE39B; }

@media (max-width: 980px) {
	.osv2-stepstrip { grid-template-columns: 1fr 1fr; transform: translateY(-24px); }
	.osv2-stepcard { border-bottom: 1px solid var(--osv2-line); }
	.osv2-pagehero { padding: 120px 0 56px; }
	.osv2-section-tight { padding: 32px 0 52px; }
}
@media (max-width: 560px) {
	.osv2-stepstrip { grid-template-columns: 1fr; }
}

/* EvalExpert rego lookup card (sell page) */
.osv2-evalcard {
	background: #fff;
	border: 1px solid #E6E9F5;
	border-radius: 18px;
	padding: 34px 30px 30px;
	box-shadow: 0 18px 48px rgba(10, 11, 61, .07);
	max-width: 860px;
	margin: 0 auto;
}
.osv2-evalhead { text-align: center; margin-bottom: 22px; }
.osv2-evalhead .osv2-lede { margin: 10px auto 0; max-width: 560px; }
.osv2-evalcard .af_form { min-height: 60px; }
.osv2-evalcard input,
.osv2-evalcard select,
.osv2-evalcard button { font-family: inherit; }
@media (max-width: 900px) {
	.osv2-evalcard { padding: 26px 18px 22px; border-radius: 14px; }
}

/* ---------- single model page ---------- */
.osv2-hero-model { padding: 120px 0 96px; min-height: 620px; }
.osv2-hero-model .osv2-hero-bg img { object-position: 62% 50%; }
.osv2-hero-model .osv2-h1 { max-width: 640px; }
.osv2-hero-model .osv2-lede { margin-bottom: 30px; }
.osv2-hero-model .osv2-ctarow { justify-content: flex-start; }

.osv2-modelgrid {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 360px;
	gap: 56px;
	align-items: start;
}

/* readable measure + homepage typography for editor content */
.osv2-prose { color: #3A3F63; font-size: 17.5px; line-height: 1.72; }
.osv2-prose > *:first-child { margin-top: 0; }
.osv2-prose p { margin: 0 0 20px; }
.osv2-prose h2 {
	font-size: 30px; line-height: 1.22; letter-spacing: -.02em;
	color: #0A0B3D; margin: 44px 0 16px; font-weight: 800;
}
.osv2-prose h3 {
	font-size: 19px; line-height: 1.35; color: #0A0B3D;
	margin: 28px 0 8px; font-weight: 700;
}
.osv2-prose ul { margin: 0 0 22px; padding: 0; list-style: none; }
.osv2-prose ul li {
	position: relative; padding-left: 30px; margin-bottom: 11px;
}
.osv2-prose ul li::before {
	content: ""; position: absolute; left: 0; top: 8px;
	width: 18px; height: 18px; border-radius: 50%;
	background: #E7F8F0 url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%2317A667' stroke-width='3.4' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'/%3E%3C/svg%3E") center/11px 11px no-repeat;
}
.osv2-prose img { max-width: 100%; height: auto; border-radius: 14px; margin: 8px 0 24px; }
.osv2-prose a { color: #2853D6; text-decoration: underline; text-underline-offset: 2px; }

.osv2-modelside { position: sticky; top: 108px; }
.osv2-sidecard {
	background: #fff; border: 1px solid #E6E9F5; border-radius: 18px;
	padding: 28px 26px; box-shadow: 0 18px 48px rgba(10, 11, 61, .08);
}
.osv2-sidecard h3 {
	font-size: 22px; line-height: 1.25; color: #0A0B3D;
	margin: 6px 0 10px; font-weight: 800;
}
.osv2-sidecard > p { color: #55597E; font-size: 15px; line-height: 1.6; margin: 0 0 18px; }
.osv2-btn-block { display: block; width: 100%; text-align: center; }
.osv2-sidelist { list-style: none; margin: 20px 0 0; padding: 0; }
.osv2-sidelist li {
	position: relative; padding-left: 26px; margin-bottom: 10px;
	font-size: 14.5px; line-height: 1.55; color: #3A3F63;
}
.osv2-sidelist li::before {
	content: ""; position: absolute; left: 0; top: 7px;
	width: 15px; height: 15px; border-radius: 50%;
	background: #E7F8F0 url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%2317A667' stroke-width='3.6' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'/%3E%3C/svg%3E") center/9px 9px no-repeat;
}
.osv2-sidephone {
	margin: 18px 0 0; padding-top: 16px; border-top: 1px solid #EDEFF8;
	font-size: 14.5px; color: #55597E;
}
.osv2-sidephone a { color: #0A0B3D; font-weight: 700; text-decoration: none; }

@media (max-width: 980px) {
	.osv2-modelgrid { grid-template-columns: 1fr; gap: 38px; }
	.osv2-modelside { position: static; }
	.osv2-hero-model { padding: 96px 0 64px; min-height: 480px; }
	.osv2-prose h2 { font-size: 25px; margin-top: 34px; }
}

/* ---------- about page ---------- */
.osv2-narrow { max-width: 720px; margin: 0 auto; color: #3A3F63; font-size: 17.5px; line-height: 1.72; }
.osv2-narrow p { margin: 0 0 18px; }
.osv2-about .osv2-split p { color: #3A3F63; font-size: 17px; line-height: 1.7; margin: 0 0 16px; }

.osv2-contactgrid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 18px;
	margin-top: 34px;
}
.osv2-contactcard {
	background: #fff; border: 1px solid #E6E9F5; border-radius: 16px;
	padding: 24px 22px; text-align: center;
	box-shadow: 0 12px 32px rgba(10, 11, 61, .06);
}
.osv2-contactcard h4 {
	margin: 0 0 10px; font-size: 12px; font-weight: 800; letter-spacing: .1em;
	text-transform: uppercase; color: #8A8FB5;
}
.osv2-contactcard p {
	margin: 0 0 8px; font-size: 17px; line-height: 1.45; font-weight: 700; color: #0A0B3D;
	overflow-wrap: anywhere;
}
.osv2-contactcard p a { color: #0A0B3D; text-decoration: none; }
.osv2-contactcard p a:hover { color: #2853D6; }
.osv2-contactcard small { color: #6C7192; font-size: 13px; line-height: 1.5; display: block; }

@media (max-width: 900px) {
	.osv2-contactgrid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 520px) {
	.osv2-contactgrid { grid-template-columns: 1fr; }
}
