.open-agencies-teaser-section {
	padding: 110px 20px;
	background: #07143b;
}

.open-agencies-teaser-container {
	max-width: 1200px;
	margin: 0 auto;
}

.open-agencies-teaser-grid {
	display: grid;
	grid-template-columns: 1.25fr 0.9fr;
	gap: 32px;
	align-items: stretch;
}

.open-agencies-teaser-content,
.open-agencies-teaser-panel {
	background: rgba(255, 255, 255, 0.04);
	border: 1px solid rgba(255, 255, 255, 0.08);
	backdrop-filter: blur(4px);
	border-radius: 28px;
}

.open-agencies-teaser-content {
	padding: 40px;
}

.open-agencies-teaser-kicker {
	display: inline-block;
	margin-bottom: 14px;
	font-size: 13px;
	font-weight: 800;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: #ff4f93;
}

.open-agencies-teaser-content h2 {
	margin: 0 0 16px;
	font-size: clamp(2rem, 4vw, 3.2rem);
	line-height: 1.05;
	font-weight: 800;
	letter-spacing: -0.03em;
	color: #ffffff;
}

.open-agencies-teaser-content p {
	margin: 0 0 22px;
	font-size: 1.05rem;
	line-height: 1.75;
	color: rgba(255, 255, 255, 0.82);
}

.open-agencies-teaser-list {
	margin: 0 0 26px;
	padding-left: 18px;
}

.open-agencies-teaser-list li {
	margin-bottom: 12px;
	line-height: 1.7;
	color: rgba(255, 255, 255, 0.86);
}

.open-agencies-teaser-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
}

.open-agencies-teaser-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 13px 22px;
	border-radius: 999px;
	text-decoration: none;
	font-weight: 700;
	transition: all 0.25s ease;
}

.open-agencies-teaser-btn.primary {
	background: #ff4f93;
	color: #ffffff;
}

.open-agencies-teaser-btn.primary:hover {
	transform: translateY(-2px);
	box-shadow: 0 10px 24px rgba(255, 79, 147, 0.28);
}

.open-agencies-teaser-btn.secondary {
	background: transparent;
	border: 1px solid rgba(255, 255, 255, 0.2);
	color: #ffffff;
}

.open-agencies-teaser-btn.secondary:hover {
	background: rgba(255, 255, 255, 0.06);
}

.open-agencies-teaser-side {
	display: grid;
	grid-template-rows: 1fr auto;
	gap: 20px;
}

.open-agencies-teaser-panel {
	padding: 30px 28px;
}

.open-agencies-panel-label {
	display: inline-block;
	margin-bottom: 12px;
	font-size: 12px;
	font-weight: 800;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: #ff4f93;
}

.open-agencies-teaser-panel h3 {
	margin: 0 0 12px;
	font-size: 1.45rem;
	line-height: 1.2;
	font-weight: 800;
	color: #ffffff;
}

.open-agencies-teaser-panel p,
.open-agencies-teaser-panel li,
.open-agencies-teaser-panel strong {
	color: rgba(255, 255, 255, 0.84);
}

.open-agencies-teaser-panel p {
	margin: 0;
	line-height: 1.7;
}

.open-agencies-teaser-panel.small ul {
	margin: 12px 0 0;
	padding-left: 18px;
}

.open-agencies-teaser-panel.small li {
	margin-bottom: 10px;
	line-height: 1.65;
}

@media (max-width: 1024px) {
	.open-agencies-teaser-grid {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 767px) {
	.open-agencies-teaser-section {
		padding: 80px 16px;
	}

	.open-agencies-teaser-content,
	.open-agencies-teaser-panel {
		padding: 24px 20px;
		border-radius: 22px;
	}

	.open-agencies-teaser-actions {
		flex-direction: column;
		align-items: stretch;
	}
}