.wohocars-contact-reach-section {
	padding: clamp(50px, 7vw, 90px) 0;
	background: linear-gradient(180deg, #f8fbff 0%, #ffffff 100%);
}

.wohocars-contact-box {
	max-width: 1120px;
	margin: 0 auto;
	padding: clamp(24px, 4vw, 48px);
	border-radius: 34px;
	background:
		radial-gradient(circle at top left, rgba(30, 136, 229, .12), transparent 34%),
		#ffffff;
	border: 1px solid #d9e9f8;
	box-shadow: 0 24px 70px rgba(15, 23, 42, .08);
}

.wohocars-contact-header {
	max-width: 760px;
	margin: 0 auto 34px;
	text-align: center;
}

.wohocars-contact-reach-head {
  max-width: 760px;
  margin-bottom: clamp(30px, 4vw, 52px);
}

.wohocars-contact-reach-eyebrow {
  display: inline-flex;
  margin-bottom: 12px;
  padding: 7px 15px;
  border-radius: 999px;
  background: #eff6ff;
  color: #1E88E5;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.wohocars-contact-reach-head h2 {
  font-family: var(--font-display, inherit);
  font-size: clamp(2rem, 4vw, 3rem);
  line-height: 1.1;
  color: #111827;
  margin-bottom: 14px;
  font-weight: 800;
  letter-spacing: -.04em;
}

.wohocars-contact-reach-head p {
  color: #64748b;
  font-size: 1rem;
  line-height: 1.75;
  margin: 0;
}

.wohocars-contact-info-card,
.wohocars-contact-content-card {
  height: 100%;
  background: #fff;
  border: 1px solid #D8E8F7;
  border-radius: 26px;
  box-shadow: 0 16px 45px rgba(15,23,42,.07);
}

.wohocars-contact-info-card {
  padding: 26px;
}

.wohocars-contact-content-card {
  padding: clamp(24px, 3vw, 36px);
}

.wohocars-contact-info-item {
  display: flex;
  gap: 16px;
  padding: 20px 0;
  border-bottom: 1px solid #EAF2FA;
}

.wohocars-contact-info-item:first-child {
  padding-top: 0;
}

.wohocars-contact-info-item:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

.wohocars-contact-info-icon {
  width: 48px;
  height: 48px;
  min-width: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 16px;
  background: #eff6ff;
  color: #1E88E5;
  font-size: 20px;
}

.wohocars-contact-info-item h3 {
  font-size: 1rem;
  line-height: 1.35;
  margin-bottom: 8px;
  color: #111827;
  font-weight: 800;
}

.wohocars-contact-info-item p,
.wohocars-contact-content-card p {
  color: #475569;
  font-size: .96rem;
  line-height: 1.8;
}

.wohocars-contact-info-item p {
  margin: 0;
}

.wohocars-contact-content-card p {
  margin-bottom: 18px;
}

.wohocars-contact-content-card p:last-child {
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .wohocars-contact-info-card,
  .wohocars-contact-content-card {
    border-radius: 20px;
  }

  .wohocars-contact-info-card {
    padding: 20px;
  }

  .wohocars-contact-info-item {
    flex-direction: column;
    gap: 12px;
  }
}


.wohocars-contact-badge {
	display: inline-flex;
	padding: 8px 16px;
	margin-bottom: 14px;
	border-radius: 999px;
	background: #eff6ff;
	color: #1e88e5;
	font-size: 12px;
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: .08em;
}

.wohocars-contact-header h2 {
	font-size: clamp(2rem, 4vw, 3.1rem);
	font-weight: 850;
	line-height: 1.08;
	color: #111827;
	margin-bottom: 14px;
	letter-spacing: -.04em;
}

.wohocars-contact-header p {
	max-width: 680px;
	margin: 0 auto;
	color: #64748b;
	line-height: 1.75;
}

.wohocars-contact-panel {
	height: 100%;
	padding: clamp(24px, 3vw, 34px);
	border-radius: 28px;
	background: #ffffff;
	border: 1px solid #dbeafe;
	box-shadow: 0 18px 45px rgba(15, 23, 42, .06);
}

.wohocars-contact-left {
	background: #0f172a;
	border-color: #0f172a;
	color: #ffffff;
}

.wohocars-contact-panel h3 {
	font-size: 1.35rem;
	font-weight: 800;
	margin-bottom: 12px;
	color: #111827;
}

.wohocars-contact-left h3 {
	color: #ffffff;
}

.wohocars-contact-small {
	color: rgba(255, 255, 255, .72);
	line-height: 1.7;
	margin-bottom: 24px;
}

.wohocars-contact-method {
	display: flex;
	gap: 16px;
	padding: 18px;
	margin-top: 16px;
	border-radius: 20px;
	background: rgba(255, 255, 255, .08);
	border: 1px solid rgba(255, 255, 255, .12);
}

.wohocars-contact-method-icon {
	width: 46px;
	height: 46px;
	min-width: 46px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 15px;
	background: #1e88e5;
	color: #ffffff;
	font-size: 18px;
}

.wohocars-contact-method strong {
	display: block;
	color: #ffffff;
	font-size: .98rem;
	margin-bottom: 4px;
}

.wohocars-contact-method span {
	display: block;
	color: #bfdbfe;
	font-size: .92rem;
	font-weight: 700;
	margin-bottom: 6px;
	word-break: break-word;
}

.wohocars-contact-method p {
	margin: 0;
	color: rgba(255, 255, 255, .72);
	font-size: .92rem;
	line-height: 1.65;
}

.wohocars-contact-right p {
	color: #475569;
	line-height: 1.85;
	margin-bottom: 16px;
}

.wohocars-support-card {
	margin-top: 24px;
	padding: 24px;
	border-radius: 24px;
	background: #f8fbff;
	border: 1px solid #dbeafe;
}

.wohocars-support-card h4 {
	font-size: 1.1rem;
	font-weight: 800;
	color: #111827;
	margin-bottom: 12px;
}

.wohocars-support-card ul {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 10px 16px;
	list-style: none;
	padding: 0;
	margin: 18px 0 0;
}

.wohocars-support-card li {
	position: relative;
	padding-left: 24px;
	color: #475569;
	font-size: .94rem;
}

.wohocars-support-card li::before {
	content: "✓";
	position: absolute;
	left: 0;
	top: 0;
	color: #1e88e5;
	font-weight: 800;
}

@media (max-width: 991px) {
	.wohocars-contact-box {
		border-radius: 26px;
	}

	.wohocars-support-card ul {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 575px) {
	.wohocars-contact-reach-section {
		padding: 36px 0;
	}

	.wohocars-contact-box {
		padding: 18px;
		border-radius: 22px;
	}

	.wohocars-contact-panel {
		padding: 22px;
		border-radius: 22px;
	}

	.wohocars-contact-method {
		flex-direction: column;
	}
}

.wohocars-support-card p {
	margin-bottom: 10px;
}

.wohocars-contact-card{
	height:100%;

	padding:28px;

	background:#fff;
	border:1px solid #D8E8F7;
	border-radius:24px;

	box-shadow:
	0 15px 40px rgba(15,23,42,.05);

	transition:.25s;
}

.wohocars-contact-card:hover{
	transform:translateY(-5px);

	box-shadow:
	0 20px 50px rgba(15,23,42,.1);
}

.wohocars-contact-card-icon{
	width:58px;
	height:58px;

	display:flex;
	align-items:center;
	justify-content:center;

	border-radius:18px;

	background:#eff6ff;
	color:#1E88E5;

	font-size:24px;
	margin-bottom:18px;
}

.wohocars-contact-card h3{
	font-size:1.1rem;
	font-weight:800;
	color:#111827;
	margin-bottom:12px;
}

.wohocars-contact-card p{
	color:#64748b;
	line-height:1.8;
	margin:0;
}

.wohocars-contact-hours ul{
	list-style:none;
	padding:0;
	margin:18px 0 0;
}

.wohocars-contact-hours li{
	position:relative;
	padding-left:24px;
	margin-bottom:10px;
	color:#475569;
}

.wohocars-contact-hours li:before{
	content:"✓";
	position:absolute;
	left:0;
	top:0;
	color:#1E88E5;
	font-weight:700;
}

.wohocars-contact-story{
	max-width:1000px;
	margin:auto;

	padding:40px;

	background:#fff;
	border-radius:30px;

	border:1px solid #D8E8F7;

	box-shadow:
	0 20px 50px rgba(15,23,42,.05);
}

.wohocars-contact-story p{
	color:#475569;
	line-height:1.9;
	margin-bottom:18px;
}

.wohocars-contact-story p:last-child{
	margin-bottom:0;
}
/* Mobile responsive fix for contact section */
@media (max-width: 767px) {
	.wohocars-contact-reach-section .container {
		max-width: 100%;
		padding-left: 15px;
		padding-right: 15px;
	}

	.wohocars-contact-box {
		width: 100%;
		padding: 18px;
		border-radius: 22px;
	}

	.wohocars-contact-panel {
		width: 100%;
		min-width: 0;
		padding: 20px;
		border-radius: 22px;
	}

	.wohocars-contact-right,
	.wohocars-contact-left {
		width: 100%;
	}

	.wohocars-support-card {
		width: 100%;
		padding: 20px;
		border-radius: 20px;
	}

	.wohocars-support-card ul {
		grid-template-columns: 1fr;
	}

	.wohocars-support-card li {
		display: flex;
		align-items: flex-start;
		gap: 10px;
		padding-left: 0;
		line-height: 1.6;
	}

	.wohocars-support-card li::before {
		position: static;
		flex: 0 0 auto;
	}

	.wohocars-contact-header h2 {
		font-size: 2rem;
	}

	.wohocars-contact-header p,
	.wohocars-contact-right p,
	.wohocars-support-card p {
		font-size: 15px;
		line-height: 1.75;
	}
}

@media (max-width: 420px) {
	.wohocars-contact-box {
		padding: 14px;
	}

	.wohocars-contact-panel {
		padding: 18px;
	}

	.wohocars-support-card {
		padding: 18px;
	}

	.wohocars-contact-header h2 {
		font-size: 1.75rem;
	}
}
