.waf-page .waf-hero {
	position: relative;
	overflow: hidden;
	padding: 110px 20px 92px;
	background:
		linear-gradient(180deg, #E4F4E7 0%, #E4F4E700 200px),
		#fff;
	color: #162318;
	text-align: center;
}

.waf-page .waf-container {
	position: relative;
	z-index: 1;
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
}

.waf-page .waf-hero-copy {
	max-width: 1200px;
	margin: 0 auto;
}

.waf-page .waf-hero-title {
	margin: 32px 0;
	font-size: clamp(48px, 5vw, 72px);
	font-weight: 800;
	line-height: 1.1;
	color: #162318;
	letter-spacing: -0.03em;
}

.waf-page .waf-title-line {
	display: block;
}

.waf-page .waf-title-accent {
	display: inline-block;
	padding-bottom: 0.08em;
	line-height: 1.18;
	background: linear-gradient(90deg, #162318 0%, #20a53a 25%, #162318 50%, #20a53a 75%, #162318 100%);
	background-size: 200% auto;
	background-clip: text;
	-webkit-background-clip: text;
	color: transparent;
	-webkit-text-fill-color: transparent;
	animation: waf-title-shimmer 6s linear infinite;
}

@keyframes waf-title-shimmer {
	100% {
		background-position: 200% center;
	}
}

@media (min-width: 992px) {
	.waf-page .waf-title-line {
		white-space: nowrap;
	}
}

.waf-page .waf-hero-subtitle {
	max-width: 780px;
	text-align: center;
	margin: 0 auto 48px;
	font-size: 18px;
	line-height: 1.6;
	color: #666666;
}

.waf-page .waf-hero-actions {
	display: flex;
	justify-content: center;
	align-items: stretch;
	gap: 30px;
	margin-top: 0;
}

.waf-page .waf-btn {
	display: inline-flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	min-width: 280px;
	min-height: 68px;
	padding: 10px 28px;
	border-radius: 12px;
	border: 1px solid #20a53a;
	font-weight: 700;
	line-height: 1.2;
	text-decoration: none;
	transition: transform 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
}

.waf-page .waf-btn:hover,
.waf-page .waf-btn:focus {
	text-decoration: none;
	transform: translateY(-2px);
}

.waf-page .waf-btn-text {
	display: inline-flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.waf-page .waf-btn-text span {
	font-size: 16px;
	white-space: nowrap;
}

.waf-page .waf-btn-text small {
	margin-top: 4px;
	font-size: 12px;
	white-space: nowrap;
}

.waf-page .waf-btn-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 auto;
}

.waf-page .waf-btn-icon-arrow {
	--waf-btn-icon: url("/static/new/images/feature/nginx/right.svg");
	width: 26px;
	height: 26px;
	margin-left: 10px;
}

.waf-page .waf-btn-icon-bolt {
	--waf-btn-icon: url("/static/new/images/feature/nginx/lightning.svg");
	width: 26px;
	height: 26px;
	margin-right: 4px;
}

.waf-page .waf-btn-icon::before {
	content: "";
	display: block;
	width: 26px;
	height: 26px;
	background: currentColor;
	mask: var(--waf-btn-icon) center / contain no-repeat;
	-webkit-mask: var(--waf-btn-icon) center / contain no-repeat;
}

.waf-page .waf-btn-primary {
	background: #20a53a;
	color: #fff;
	box-shadow: 0 14px 28px rgba(32, 165, 58, 0.24);
}

.waf-page .waf-btn-primary:hover,
.waf-page .waf-btn-primary:focus {
	color: #fff;
	background: #1b9634;
	box-shadow: 0 18px 34px rgba(32, 165, 58, 0.3);
}

.waf-page .waf-btn-secondary {
	min-width: 260px;
	background: #fff;
	color: #20a53a;
}

.waf-page .waf-btn-secondary:hover,
.waf-page .waf-btn-secondary:focus {
	color: #17872e;
	background: #f6fff8;
	box-shadow: 0 14px 28px rgba(32, 165, 58, 0.12);
}

.waf-page .waf-hero-visual {
	position: relative;
	max-width: 1182px;
	margin: 82px auto 0;
}

.waf-page .waf-hero-visual img {
	display: block;
	width: 100%;
	height: auto;
}

.waf-page .waf-attacks {
	padding: 88px 20px 120px;
	background: #fff;
	color: #142016;
}

.waf-page .waf-section-head {
	text-align: center;
}

.waf-page .waf-section-head h2 {
	margin: 0;
	font-size: 42px;
	font-weight: 700;
	line-height: 1.2;
	letter-spacing: 0;
	color: #142016;
}

.waf-page .waf-section-head p {
	margin: 18px 0 0;
	font-size: 18px;
	font-weight: 500;
	line-height: 1.45;
	color: #8b8b8b;
}

.waf-page .waf-powered {
	--waf-powered-width: 820px;
	--waf-powered-height: 108px;
	--waf-powered-line: rgba(32, 165, 58, 0.2);
	position: relative;
	max-width: var(--waf-powered-width);
	height: var(--waf-powered-height);
	margin: 74px auto 0;
}

.waf-page .waf-powered-svg {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
	overflow: visible;
	z-index: 1;
}

.waf-page .waf-powered-line,
.waf-page .waf-powered-flow {
	fill: none;
	stroke-linecap: round;
	stroke-linejoin: round;
	vector-effect: non-scaling-stroke;
}

.waf-page .waf-powered-line {
	stroke: var(--waf-powered-line);
	stroke-width: 1;
}

.waf-page .waf-powered-flow {
	stroke-width: 2;
	filter: drop-shadow(0 0 6px rgba(31, 201, 84, 0.24));
}

.waf-page .waf-powered > span {
	position: absolute;
	top: -26px;
	left: 50%;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 134px;
	min-height: 52px;
	padding: 0 22px;
	border-radius: 9px;
	background: #e1f2e5;
	color: #4f9860;
	font-size: 18px;
	font-weight: 700;
	line-height: 1;
	transform: translateX(-50%);
	z-index: 2;
}

.waf-page .waf-attack-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 24px;
	max-width: 1100px;
	margin: -1px auto 0;
}

.waf-page .waf-attack-card {
	min-height: 214px;
	padding: 30px 34px 28px;
	border: 1px solid #d4dfe0;
	border-radius: 18px;
	background: #fff;
	box-shadow: 0 10px 24px rgba(20, 32, 22, 0.03);
}

.waf-page .waf-attack-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 44px;
	height: 44px;
	color: #1fa43b;
}

.waf-page .waf-attack-icon svg {
	display: block;
	width: 44px;
	height: 44px;
	fill: none;
	stroke: currentColor;
	stroke-width: 2.4;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.waf-page .waf-attack-card h3 {
	margin: 14px 0 0;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.18;
	letter-spacing: 0;
	color: #142016;
}

.waf-page .waf-attack-card p {
	margin: 14px 0 0;
	font-size: 15px;
	font-weight: 500;
	line-height: 1.3;
	color: #8c8c8c;
}

.waf-page .waf-attack-card p + p {
	margin-top: 12px;
}

.waf-page .waf-security {
	padding: 8px 20px 132px;
	background: #fff;
	color: #142016;
}

.waf-page .waf-section-head-accent::after {
	content: "";
	display: block;
	width: 94px;
	height: 4px;
	margin: 28px auto 0;
	border-radius: 999px;
	background: #20a53a;
}

.waf-page .waf-capability-list {
	display: flex;
	flex-direction: column;
	gap: 80px;
	margin: 80px auto 0;
}

.waf-page .waf-capability-row {
	display: flex;
	align-items: center;
	gap: 40px;
	padding: 0 78px;
}

.waf-page .waf-capability-row-reverse .waf-capability-info {
	order: 2;
}

.waf-page .waf-capability-row-reverse .waf-capability-media {
	order: 1;
}

.waf-page .waf-capability-info {
	width: 452px;
	padding: 0 10px;
}

.waf-page .waf-capability-info h3 {
	margin: 0;
	font-size: 34px;
	font-weight: 600;
	line-height: 40px;
	letter-spacing: 0;
	color: #162016;
}

.waf-page .waf-capability-info ul {
	display: flex;
	flex-direction: column;
	gap: 12px;
	width: 376px;
	margin: 32px 0 0;
	padding: 0;
	list-style: none;
}

.waf-page .waf-capability-info li {
	position: relative;
	padding-left: 32px;
	font-size: 18px;
	font-weight: 500;
	line-height: 22px;
	color: #888888;
}

.waf-page .waf-capability-info li::before {
	content: "";
	position: absolute;
	top: 2px;
	left: 0;
	width: 16px;
	height: 16px;
	background: url("/static/new/images/feature/nginx/check.svg") center / contain no-repeat;
}

.waf-page .waf-capability-media {
	flex: 1;
	padding: 10px;
}

.waf-page .waf-capability-media img {
	display: block;
	width: 100%;
	height: auto;
	border-radius: 16px;
	box-shadow:
		0 4px 4px rgba(225, 225, 225, 0.15),
		0 -4px 4px rgba(225, 225, 225, 0.15),
		-4px 0 4px rgba(225, 225, 225, 0.1),
		4px 0 4px rgba(225, 225, 225, 0.1);
}

.waf-page .waf-capability-placeholder {
	width: 100%;
	aspect-ratio: 640 / 390;
	border-radius: 18px;
	background: #f1f3f2;
	box-shadow: 0 18px 40px rgba(20, 32, 22, 0.06);
}

.waf-page .waf-cta {
	position: relative;
	overflow: hidden;
	padding: 120px 0 160px;
	background:
		linear-gradient(180deg, #f4fcf7 0%, #ffffff 70%),
		#fff;
	color: #142016;
}

.waf-page .waf-cta-inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 92px;
}

.waf-page .waf-cta-info {
	width: 560px;
	flex: 0 0 auto;
}

.waf-page .waf-cta-title {
	margin: 0;
	font-size: 54px;
	font-weight: 800;
	line-height: 1.18;
	letter-spacing: 0;
	color: #162318;
}

.waf-page .waf-cta-title span {
	color: #20a53a;
}

.waf-page .waf-cta-info p {
	max-width: 520px;
	margin: 28px 0 0;
	font-size: 18px;
	font-weight: 500;
	line-height: 1.25;
	color: #8a8a8a;
}

.waf-page .waf-cta-actions {
	display: flex;
	align-items: stretch;
	gap: 20px;
	margin-top: 54px;
}

.waf-page .waf-cta-visual {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	flex: 1;
	min-height: 420px;
}

.waf-page .waf-shield-orbit {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 450px;
	height: 450px;
	border-radius: 50%;
	background:
		radial-gradient(circle, rgba(228, 244, 231, 0.9) 0%, rgba(228, 244, 231, 0.45) 45%, rgba(228, 244, 231, 0) 72%);
}

.waf-page .waf-shield-orbit::before {
	content: "";
	position: absolute;
	inset: 24px;
	border: 1px solid rgba(32, 165, 58, 0.13);
	border-radius: 50%;
}

.waf-page .waf-shield-orbit img {
	position: relative;
	z-index: 1;
	display: block;
	width: 250px;
	height: 250px;
	object-fit: contain;
}

.waf-page .waf-scan-badge {
	position: absolute;
	top: 92px;
	right: -20px;
	z-index: 2;
	display: inline-flex;
	align-items: center;
	gap: 8px;
	min-height: 36px;
	padding: 0 20px;
	border-radius: 18px;
	background: #fff;
	box-shadow: 0 12px 28px rgba(20, 32, 22, 0.08);
	font-size: 16px;
	font-weight: 700;
	line-height: 1;
	color: #162016;
	white-space: nowrap;
}

.waf-page .waf-scan-badge span {
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: #20a53a;
}

@media (max-width: 991px) {
	.waf-page .waf-hero {
		padding: 90px 18px 64px;
	}

	.waf-page .waf-hero-title {
		font-size: 48px;
	}

	.waf-page .waf-hero-subtitle {
		font-size: 18px;
	}

	.waf-page .waf-hero-actions {
		margin-top: 0;
	}

	.waf-page .waf-attacks {
		padding: 72px 18px 92px;
	}

	.waf-page .waf-section-head h2 {
		font-size: 34px;
	}

	.waf-page .waf-section-head p {
		font-size: 16px;
	}

	.waf-page .waf-powered {
		display: none;
	}

	.waf-page .waf-attack-grid {
		grid-template-columns: 1fr;
		max-width: 620px;
		margin-top: 40px;
	}

	.waf-page .waf-attack-card {
		min-height: 0;
	}

	.waf-page .waf-security {
		padding: 8px 18px 96px;
	}

	.waf-page .waf-capability-list {
		gap: 72px;
		max-width: 620px;
		margin-top: 64px;
	}

	.waf-page .waf-capability-row,
	.waf-page .waf-capability-row-reverse {
		flex-direction: column;
		align-items: flex-start;
		gap: 28px;
		padding: 0;
	}

	.waf-page .waf-capability-row-reverse .waf-capability-info,
	.waf-page .waf-capability-row-reverse .waf-capability-media {
		order: initial;
	}

	.waf-page .waf-capability-info,
	.waf-page .waf-capability-media {
		width: 100%;
		padding: 0;
		flex: none;
	}

	.waf-page .waf-capability-info h3 {
		font-size: 32px;
	}

	.waf-page .waf-capability-info ul {
		width: 100%;
		margin-top: 28px;
	}

	.waf-page .waf-cta {
		padding: 96px 18px 104px;
	}

	.waf-page .waf-cta-inner {
		flex-direction: column;
		align-items: flex-start;
		gap: 58px;
		max-width: 620px;
	}

	.waf-page .waf-cta-info {
		width: 100%;
	}

	.waf-page .waf-cta-title {
		font-size: 44px;
	}

	.waf-page .waf-cta-visual {
		width: 100%;
		min-height: 360px;
	}

	.waf-page .waf-shield-orbit {
		width: 360px;
		height: 360px;
	}

	.waf-page .waf-shield-orbit::before {
		inset: 34px;
	}

	.waf-page .waf-scan-badge {
		top: 72px;
		right: 24px;
	}
}

@media (max-width: 640px) {
	.waf-page .waf-hero {
		padding: 68px 16px 48px;
	}

	.waf-page .waf-hero-title {
		font-size: 34px;
		line-height: 1.24;
	}

	.waf-page .waf-hero-subtitle {
		margin-top: 20px;
		font-size: 14px;
	}

	.waf-page .waf-hero-actions {
		flex-direction: column;
		gap: 12px;
	}

	.waf-page .waf-btn {
		width: 100%;
		min-width: 0;
		min-height: 64px;
		padding-right: 20px;
		padding-left: 20px;
	}

	.waf-page .waf-btn-text span {
		font-size: 15px;
	}

	.waf-page .waf-btn-text small {
		font-size: 9px;
	}

	.waf-page .waf-btn-icon-arrow {
		margin-left: 12px;
	}

	.waf-page .waf-btn-icon-bolt {
		margin-right: 16px;
	}

	.waf-page .waf-hero-visual {
		margin-top: 48px;
		padding: 10px;
		border-radius: 12px;
	}

	.waf-page .waf-attacks {
		padding: 56px 16px 72px;
	}

	.waf-page .waf-section-head h2 {
		font-size: 28px;
	}

	.waf-page .waf-section-head p {
		margin-top: 12px;
		font-size: 14px;
	}

	.waf-page .waf-attack-grid {
		gap: 14px;
		margin-top: 30px;
	}

	.waf-page .waf-attack-card {
		padding: 24px 22px;
		border-radius: 14px;
	}

	.waf-page .waf-attack-card h3 {
		font-size: 18px;
	}

	.waf-page .waf-attack-card p {
		font-size: 14px;
	}

	.waf-page .waf-security {
		padding: 0 16px 72px;
	}

	.waf-page .waf-section-head-accent::after {
		width: 70px;
		margin-top: 20px;
	}

	.waf-page .waf-capability-list {
		gap: 52px;
		margin-top: 46px;
	}

	.waf-page .waf-capability-info h3 {
		font-size: 28px;
	}

	.waf-page .waf-capability-info ul {
		gap: 12px;
		margin-top: 22px;
	}

	.waf-page .waf-capability-info li {
		padding-left: 28px;
		font-size: 15px;
	}

	.waf-page .waf-capability-placeholder {
		border-radius: 14px;
	}

	.waf-page .waf-cta {
		padding: 72px 16px 80px;
	}

	.waf-page .waf-cta-inner {
		gap: 42px;
	}

	.waf-page .waf-cta-title {
		font-size: 34px;
		line-height: 1.22;
	}

	.waf-page .waf-cta-info p {
		margin-top: 20px;
		font-size: 14px;
	}

	.waf-page .waf-cta-actions {
		flex-direction: column;
		gap: 12px;
		margin-top: 34px;
		width: 100%;
	}

	.waf-page .waf-cta-visual {
		min-height: 280px;
	}

	.waf-page .waf-shield-orbit {
		width: 280px;
		height: 280px;
	}

	.waf-page .waf-shield-orbit::before {
		inset: 26px;
	}

	.waf-page .waf-shield-orbit img {
		width: 170px;
		height: 170px;
	}

	.waf-page .waf-scan-badge {
		top: 44px;
		right: 0;
		min-height: 38px;
		padding: 0 16px;
		font-size: 14px;
	}
}
