.hero-two-columns {
	background: linear-gradient(135deg, #0c1b2a 0%, #0f3057 50%, #112d4e 100%);
	padding: 80px 0;
	position: relative;
	overflow: hidden;
}

.hero-two-columns::before {
	content: '';
	position: absolute;
	top: 0;
	left: 50%;
	width: 50%;
	height: 100%;
	background: url('data:image/svg+xml,<svg width="100" height="100" xmlns="http://www.w3.org/2000/svg"><defs><pattern id="grid" width="100" height="100" patternUnits="userSpaceOnUse"><path d="M 100 0 L 0 0 0 100" fill="none" stroke="rgba(255,255,255,0.03)" stroke-width="1"/></pattern></defs><rect width="100%" height="100%" fill="url(%23grid)"/></svg>');
	opacity: 0.4;
}

.hero-two-columns .container {
	position: relative;
	z-index: 2;
}

.hero-image-wrapper {
	width: 100%;
	height: 620px;
	position: relative;
	background-image: url('/images/equipamentos/martelo-vibratorio/destaque-martelo-vibratorio-principal.jpg');
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	border-radius: 20px;
	overflow: hidden;
	box-shadow: 0 30px 80px rgba(0,0,0,0.45);
}

.hero-video-bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	z-index: 1;
}

.hero-image-wrapper::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(45deg, transparent 25%, rgba(233,30,99,0.15) 50%, transparent 75%);
	animation: shimmer 3s infinite;
	pointer-events: none;
	z-index: 2;
}

@keyframes shimmer {
	0% { transform: translateX(-100%) translateY(-100%) rotate(45deg); }
	100% { transform: translateX(100%) translateY(100%) rotate(45deg); }
}

.hero-content-wrapper {
	display: flex;
	flex-direction: column;
	justify-content: center;
	height: 100%;
	padding-left: 40px;
}

.hero-badge {
	display: inline-block;
	background: linear-gradient(135deg, #ff6b6b 0%, #e91e63 100%);
	color: #ffffff;
	padding: 12px 28px;
	border-radius: 50px;
	font-size: 0.9rem;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1.4px;
	margin-bottom: 25px;
	box-shadow: 0 12px 30px rgba(233,30,99,0.35);
}

.hero-title {
	font-size: 3.1rem;
	font-weight: 800;
	color: #ffffff;
	line-height: 1.2;
	margin-bottom: 22px;
	text-shadow: 0 4px 20px rgba(0,0,0,0.35);
}

.hero-title .highlight {
	background: linear-gradient(135deg, #ff6b6b 0%, #ffc371 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
}

.hero-description {
	font-size: 1.2rem;
	color: rgba(255,255,255,0.9);
	line-height: 1.7;
	margin-bottom: 28px;
	font-weight: 300;
}

.hero-features-list {
	list-style: none;
	padding: 0;
	margin: 0 0 32px 0;
}

.hero-features-list li {
	color: rgba(255,255,255,0.9);
	font-size: 1.05rem;
	margin-bottom: 12px;
	padding-left: 32px;
	position: relative;
	font-weight: 400;
}

.hero-features-list li::before {
	content: '✓';
	position: absolute;
	left: 0;
	top: 0;
	width: 24px;
	height: 24px;
	background: linear-gradient(135deg, #ff6b6b 0%, #e91e63 100%);
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: 700;
	font-size: 0.85rem;
	color: #ffffff;
	box-shadow: 0 5px 15px rgba(233,30,99,0.35);
}

.cta-row {
	display: flex;
	gap: 12px;
	flex-wrap: wrap;
}

.cta-row .btn {
	border-radius: 30px;
	padding: 12px 22px;
	font-weight: 700;
}

.section-soft {
	background: #f8f9fb;
	padding: 70px 0;
}

.card-modern {
	background: #ffffff;
	border-radius: 18px;
	padding: 32px;
	border: 1px solid rgba(0,0,0,0.05);
	box-shadow: 0 12px 36px rgba(0,0,0,0.08);
	height: 100%;
	transition: all 0.25s ease;
}

.card-modern:hover {
	transform: translateY(-6px);
	box-shadow: 0 18px 48px rgba(0,0,0,0.12);
}

.card-modern .card-badge {
	display: inline-block;
	background: linear-gradient(135deg, #ff6b6b 0%, #e91e63 100%);
	color: #fff;
	padding: 6px 14px;
	border-radius: 999px;
	font-size: 0.9rem;
	font-weight: 700;
	margin-bottom: 16px;
}

.card-modern h5 {
	color: #1f2a44;
	font-weight: 700;
	margin-bottom: 12px;
	font-size: 1.3rem;
}

.card-modern p {
	color: #5a6c7d;
	font-size: 1rem;
	line-height: 1.6;
	margin-bottom: 10px;
}

.model-photo {
	width: 100%;
	height: 240px;
	border-radius: 14px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	border: 1px dashed rgba(0,0,0,0.12);
	margin-bottom: 16px;
	position: relative;
	background-color: #f2f3f5;
}

.comparison-table {
	max-width: 1080px;
	margin: 0 auto;
	background: #ffffff;
	border-radius: 18px;
	box-shadow: 0 12px 36px rgba(0,0,0,0.08);
	overflow: hidden;
	border: 1px solid rgba(0,0,0,0.05);
}

.comparison-table .row-head {
	display: grid;
	grid-template-columns: 220px 1fr 1fr 1fr;
	background: #0f1c30;
	color: #fff;
}

.comparison-table .row-head div {
	padding: 28px 22px;
	font-weight: 700;
	font-size: 1.05rem;
}

.comparison-table .row-item {
	display: grid;
	grid-template-columns: 220px 1fr 1fr 1fr;
	border-top: 1px solid #eef1f4;
}

.comparison-table .row-item div {
	padding: 22px 22px;
	font-size: 0.98rem;
	color: #1f2a44;
	line-height: 1.5;
}

.comparison-table .row-item div:first-child {
	background: #f7f9fb;
	font-weight: 700;
}

.pill-yes {
	color: #0f9d58;
	font-weight: 700;
}

.pill-no {
	color: #e53935;
	font-weight: 700;
}

.challenges-section {
	padding: 70px 0;
	background: #0f1c30;
}

.challenges-section h5,
.challenges-section p,
.challenges-section li {
	color: #eef1f4;
}

.solution-content {
	display: flex;
	align-items: flex-start;
	gap: 18px;
	padding: 22px;
	background: rgba(255,255,255,0.06);
	border-radius: 14px;
	border: 1px solid rgba(255,255,255,0.08);
	box-shadow: 0 12px 24px rgba(0,0,0,0.2);
	margin-bottom: 18px;
}

.solution-icon {
	width: 48px;
	height: 48px;
	border-radius: 12px;
	background: linear-gradient(135deg, #ff6b6b 0%, #e91e63 100%);
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
}

.solution-text h6 {
	margin: 0 0 6px 0;
	font-weight: 700;
	font-size: 1.05rem;
}

.solution-text p {
	margin: 0;
	color: rgba(255,255,255,0.82);
}

.video-block {
	position: relative;
	border-radius: 16px;
	overflow: hidden;
	box-shadow: 0 20px 45px rgba(0,0,0,0.25);
	background: #0f1c30;
	min-height: 320px;
}

.video-responsive {
	position: relative;
	width: 100%;
	padding-top: 56.25%;
}

.video-responsive iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0;
}

.video-float-btn {
	position: absolute;
	bottom: 16px;
	right: 16px;
	background: rgba(233,30,99,0.9);
	color: #fff;
	border: none;
	border-radius: 30px;
	padding: 10px 16px;
	font-weight: 700;
	display: inline-flex;
	align-items: center;
	gap: 8px;
	cursor: pointer;
	box-shadow: 0 10px 20px rgba(0,0,0,0.25);
}

.video-float-btn:hover {
	background: rgba(233,30,99,1);
}

.video-modal {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.75);
	display: none;
	align-items: center;
	justify-content: center;
	z-index: 1050;
	padding: 20px;
}

.video-modal.show {
	display: flex;
}

.video-modal-content {
	position: relative;
	width: 90%;
	max-width: 1200px;
	background: #000;
	border-radius: 14px;
	overflow: hidden;
}

.video-modal-body {
	position: relative;
	width: 100%;
	padding-top: 56.25%;
}

.video-modal-body iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0;
}

.video-modal-close {
	position: absolute;
	top: 10px;
	right: 14px;
	background: rgba(0,0,0,0.6);
	color: #fff;
	border: none;
	font-size: 26px;
	width: 34px;
	height: 34px;
	border-radius: 50%;
	cursor: pointer;
	line-height: 1;
}

.faq-modern .panel-heading a {
	display: block;
	padding: 16px 0;
	color: #ffffff;
	font-weight: 600;
	border-bottom: 1px solid rgba(255,255,255,0.1);
}

.faq-modern .panel-body {
	color: #dfe5f0;
	padding-bottom: 14px;
}

.cta-bar {
	background: linear-gradient(135deg, #ff6b6b 0%, #e91e63 100%);
	padding: 50px 0;
	color: #fff;
}

@media (max-width: 991px) {
	.hero-two-columns { padding: 60px 0; }
	.hero-image-wrapper { height: 380px; margin-bottom: 28px; }
	.hero-content-wrapper { padding-left: 0; }
	.hero-title { font-size: 2.4rem; }
	.comparison-table .row-head,
	.comparison-table .row-item { grid-template-columns: 1fr; }
	.comparison-table .row-item div:first-child { border-bottom: 1px solid #eef1f4; }
	.model-photo { height: 200px; }
}

@media (max-width: 767px) {
	.hero-title { font-size: 2rem; }
	.hero-description { font-size: 1.05rem; }
	.hero-image-wrapper { height: 300px; }
}
