/* ============================================================
   Services Website Landing v2 — «Разработка сайтов для производственного бизнеса под ключ»
   ============================================================ */

/* ---------- V2 Variables ---------- */
:root {
	--v2-primary: #ff5e14;
	--v2-bg: #0d0d20;
	--v2-card-bg: #1a1934;
	--v2-text: #ffffff;
	--v2-text-muted: rgba(255, 255, 255, 0.55);
	--v2-text-dim: rgba(255, 255, 255, 0.35);
	--v2-border: rgba(255, 255, 255, 0.06);
	--v2-border-hover: rgba(255, 94, 20, 0.25);
}

/* ---------- Shared Section Styles ---------- */
section[class*="website-v2-"].section {
	position: relative;
	background-color: var(--v2-bg);
	overflow: hidden;
	padding: 80px 0;
	min-height: auto;
}

/* Section cosmic bg base */
section[class*="website-v2-"][class*="-section"].section::before {
	content: '';
	position: absolute;
	inset: 0;
	z-index: 1;
	background-image:
		linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
		linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px),
		linear-gradient(rgba(255, 255, 255, 0.015) 1px, transparent 1px),
		linear-gradient(90deg, rgba(255, 255, 255, 0.015) 1px, transparent 1px),
		radial-gradient(rgba(255, 94, 20, 0.10) 1px, transparent 1px);
	background-size: 40px 40px, 40px 40px, 160px 160px, 160px 160px, 20px 20px;
	-webkit-mask-image: radial-gradient(ellipse at 50% 30%, black 40%, transparent 70%);
	mask-image: radial-gradient(ellipse at 50% 30%, black 40%, transparent 70%);
	pointer-events: none;
}

/* ---------- Shared Header Pattern ---------- */
[class*="website-v2-"][class*="-header"] {
	margin-bottom: 44px;
	position: relative;
	z-index: 2;
}

[class*="website-v2-"][class*="-title-group"] {
	display: flex;
	flex-direction: column;
	gap: 16px;
}

[class*="website-v2-"][class*="-marker"] {
	display: flex;
	align-items: center;
	gap: 10px;
}

[class*="website-v2-"][class*="-marker-line"] {
	width: 32px;
	height: 2px;
	background: var(--color-primary);
	opacity: 0.6;
	border-radius: 1px;
}

[class*="website-v2-"][class*="-marker-dot"] {
	display: block;
	width: 6px;
	height: 6px;
	background: var(--color-primary);
	border-radius: 1px;
	transform: rotate(45deg);
	box-shadow: 0 0 8px rgba(255, 94, 20, 0.3);
}

/* Заголовки — общие стили без font-size (размер задаётся индивидуально) */
[class*="website-v2-"][class*="-title"] {
	font-family: var(--font-heading);
	font-weight: 700;
	line-height: 1.25;
	color: #ffffff;
	letter-spacing: -0.02em;
	margin: 0 0 12px;
	max-width: 800px;
}

[class*="website-v2-"][class*="-title"] [class*="-accent"] {
	color: var(--v2-primary);
}

/* H1 hero + акцент — 52px */
.website-v2-hero-title,
.website-v2-hero-title-accent {
	font-size: 52px;
	line-height: 1.12;
	margin-bottom: 20px;
}

/* H2 секций — 38px как на главной */
.website-v2-pains-title,
.website-v2-services-title,
.website-v2-pricing-title,
.website-v2-ai-title,
.website-v2-process-title,
.website-v2-guarantees-title,
.website-v2-about-title,
.website-v2-faq-title,
.website-v2-cta-title,
.website-v2-security-title {
	font-size: 38px;
}

/* ============================================================
   1. HERO SECTION
   ============================================================ */

section.website-v2-hero-section.section {
	min-height: 100vh;
	display: flex;
	flex-direction: column;
	padding: 0;
}

.website-v2-hero-bg {
	position: absolute;
	inset: 0;
	z-index: 0;
	pointer-events: none;
}

.website-v2-hero-gradient {
	position: absolute;
	inset: 0;
	background:
		radial-gradient(ellipse at 20% 50%, rgba(255, 94, 20, 0.12) 0%, transparent 55%),
		radial-gradient(ellipse at 80% 20%, rgba(100, 140, 255, 0.10) 0%, transparent 50%),
		radial-gradient(ellipse at 50% 80%, rgba(136, 85, 255, 0.08) 0%, transparent 50%);
}

.website-v2-hero-grid {
	position: absolute;
	inset: 0;
	background-image:
		linear-gradient(rgba(255, 255, 255, 0.04) 1px, transparent 1px),
		linear-gradient(90deg, rgba(255, 255, 255, 0.04) 1px, transparent 1px),
		radial-gradient(rgba(255, 94, 20, 0.08) 1px, transparent 1px);
	background-size: 60px 60px, 60px 60px, 30px 30px;
	-webkit-mask-image: radial-gradient(ellipse at 60% 50%, black 35%, transparent 65%);
	mask-image: radial-gradient(ellipse at 60% 50%, black 35%, transparent 65%);
}

.website-v2-hero-glow {
	position: absolute;
	border-radius: 50%;
	pointer-events: none;
}

.website-v2-hero-glow--1 {
	top: -200px;
	right: -100px;
	width: 500px;
	height: 500px;
	background: radial-gradient(circle, rgba(255, 94, 20, 0.08) 0%, transparent 65%);
}

.website-v2-hero-glow--2 {
	bottom: -150px;
	left: -150px;
	width: 400px;
	height: 400px;
	background: radial-gradient(circle, rgba(100, 140, 255, 0.06) 0%, transparent 65%);
}

.website-v2-hero-glow--3 {
	top: 20%;
	left: 30%;
	width: 300px;
	height: 300px;
	background: radial-gradient(circle, rgba(255, 185, 30, 0.05) 0%, transparent 65%);
}

.website-v2-hero-container {
	position: relative;
	z-index: 2;
	flex: 1;
	display: flex;
	align-items: center;
	gap: 60px;
	padding-top: calc(var(--header-height) + 40px);
	padding-bottom: 40px;
}

.website-v2-hero-content {
	flex: 1;
	max-width: 780px;
}

/* Badge */
.website-v2-hero-badge {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 8px 16px;
	background: rgba(255, 94, 20, 0.1);
	border: 1px solid rgba(255, 94, 20, 0.2);
	border-radius: 100px;
	font-size: 13px;
	font-weight: 500;
	color: rgba(255, 255, 255, 0.8);
	margin-bottom: 24px;
}

.website-v2-hero-badge svg {
	color: var(--v2-primary);
	flex-shrink: 0;
}

/* Title - 52px как на главной */
.website-v2-hero-title {
	font-family: var(--font-heading);
	font-size: 52px;
	font-weight: 700;
	line-height: 1.12;
	color: #ffffff;
	letter-spacing: -0.02em;
	margin-bottom: 20px;
}

.website-v2-hero-title-accent {
	color: var(--v2-primary);
}

/* Subtitle */
.website-v2-hero-subtitle {
	font-size: 17px;
	line-height: 1.7;
	color: rgba(255, 255, 255, 0.6);
	margin-bottom: 28px;
	max-width: 600px;
}

/* Prices */
.website-v2-hero-prices {
	display: flex;
	align-items: center;
	gap: 20px;
	margin-bottom: 32px;
	flex-wrap: wrap;
}

.website-v2-hero-price-item {
	display: flex;
	flex-direction: column;
	gap: 2px;
}

.website-v2-hero-price-label {
	font-size: 13px;
	color: rgba(255, 255, 255, 0.4);
}

.website-v2-hero-price-value {
	font-family: var(--font-heading);
	font-size: 22px;
	font-weight: 700;
	color: var(--v2-primary);
}

.website-v2-hero-price-divider {
	width: 1px;
	height: 30px;
	background: rgba(255, 255, 255, 0.1);
}

/* CTA */
.website-v2-hero-cta-group {
	display: flex;
	align-items: center;
	gap: 20px;
	flex-wrap: wrap;
}

.website-v2-hero-btn {
	padding: 16px 36px;
	font-size: 17px;
}

.website-v2-hero-expert {
	display: flex;
	align-items: center;
	gap: 10px;
	color: rgba(255, 255, 255, 0.5);
	font-size: 13px;
	line-height: 1.4;
}

.website-v2-hero-expert svg {
	flex-shrink: 0;
	opacity: 0.5;
}

.website-v2-hero-expert-highlight {
	color: rgba(255, 255, 255, 0.85);
	font-weight: 600;
}

.website-v2-hero-expert-muted {
	color: rgba(255, 255, 255, 0.35);
}

/* Orb */
.website-v2-hero-orb {
	flex-shrink: 0;
	width: 340px;
	height: 440px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.website-v2-hero-orb-svg {
	width: 100%;
	height: 100%;
}

/* Trust Badges */
.website-v2-hero-badges {
	position: relative;
	z-index: 2;
	background: rgba(255, 255, 255, 0.03);
	border-top: 1px solid rgba(255, 255, 255, 0.05);
	border-bottom: 1px solid rgba(255, 255, 255, 0.05);
	padding: 16px 0;
}

.website-v2-hero-badges-inner {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 40px;
	flex-wrap: wrap;
}

.website-v2-hero-badge-item {
	display: flex;
	align-items: center;
	gap: 10px;
	font-size: 13px;
	color: rgba(255, 255, 255, 0.5);
}

.website-v2-hero-badge-item svg {
	flex-shrink: 0;
}

/* ============================================================
   2. PAINS SECTION (Accordion + Health Dashboard)
   ============================================================ */

/* Two-column layout */
.website-v2-pains-two-col {
	display: flex;
	gap: 40px;
	align-items: flex-start;
	position: relative;
	z-index: 2;
}

.website-v2-pains-two-col .website-v2-pains-list {
	flex: 1;
	min-width: 0;
	margin: 0;
	max-width: 100%;
}

.website-v2-pains-health-col {
	flex: 0 0 280px;
	min-width: 0;
}

.website-v2-pains-health-panel {
	background: rgba(0, 0, 0, 0.35);
	border: 1px solid rgba(255, 255, 255, 0.08);
	border-radius: 12px;
	overflow: hidden;
	backdrop-filter: blur(6px);
	-webkit-backdrop-filter: blur(6px);
	box-shadow: 0 8px 32px rgba(0, 0, 0, 0.4);
	position: sticky;
	top: 100px;
}

.website-v2-pains-health-header {
	padding: 14px 16px;
	background: #1a1934;
	border-bottom: 1px solid rgba(255, 255, 255, 0.06);
	display: flex;
	align-items: center;
	gap: 10px;
	font-size: 14px;
	font-weight: 700;
	color: #ffffff;
}

.website-v2-pains-health-meter {
	padding: 16px;
	display: flex;
	flex-direction: column;
	gap: 12px;
}

.website-v2-pains-health-level {
	display: flex;
	align-items: center;
	gap: 10px;
	padding: 10px 12px;
	background: rgba(255, 255, 255, 0.03);
	border: 1px solid rgba(255, 255, 255, 0.06);
	border-radius: 8px;
	transition: background 0.3s ease, border-color 0.3s ease;
}

.website-v2-pains-health-level.active {
	background: rgba(255, 94, 20, 0.1);
	border-color: rgba(255, 94, 20, 0.25);
}

.website-v2-pains-health-dot {
	width: 10px;
	height: 10px;
	border-radius: 50%;
	flex-shrink: 0;
	box-shadow: 0 0 8px currentColor;
}

.website-v2-pains-health-level-name {
	font-size: 13px;
	font-weight: 600;
	color: rgba(255, 255, 255, 0.85);
}

.website-v2-pains-health-level-desc {
	font-size: 11px;
	color: rgba(255, 255, 255, 0.35);
	margin-top: 1px;
}

.website-v2-pains-health-footer {
	padding: 10px 16px;
	border-top: 1px solid rgba(255, 255, 255, 0.05);
	display: flex;
	align-items: center;
	gap: 8px;
	font-size: 11px;
	color: rgba(255, 255, 255, 0.3);
}

/* Right side illustrations — aligned with accordion */
.website-v2-pains-illustrations {
	flex: 0 0 220px;
	min-width: 0;
	min-height: 360px;
	display: flex;
	align-items: flex-start;
	justify-content: center;
	position: relative;
	z-index: 2;
	padding-top: 14px;
}

.website-v2-pains-ill {
	position: absolute;
	top: 14px;
	opacity: 0;
	transform: scale(0.85);
	transition: opacity 0.5s ease, transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
	pointer-events: none;
}

.website-v2-pains-ill.active {
	opacity: 1;
	transform: scale(1);
}

.website-v2-pains-ill svg {
	display: block;
	width: 200px;
	height: 200px;
}

@media (max-width: 768px) {
	.website-v2-pains-illustrations {
		display: none;
	}
}

/* Card bar (left colored stripe) */
.website-v2-pains-card-bar {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	width: 3px;
	background: transparent;
	border-radius: 0;
	transition: background 0.3s ease;
}

.website-v2-pains-card.active .website-v2-pains-card-bar {
	background: var(--v2-primary);
}

.website-v2-pains-trigger {
	position: relative;
}

/* SVG icon in trigger title */
.website-v2-pains-trigger-title svg {
	flex-shrink: 0;
	opacity: 0.6;
	vertical-align: middle;
}

.website-v2-pains-card.active .website-v2-pains-trigger-title svg {
	opacity: 1;
	color: var(--v2-primary);
}

.website-v2-pains-cosmic-bg {
	position: absolute;
	inset: 0;
	z-index: 0;
	pointer-events: none;
	background:
		linear-gradient(170deg, #0a0a1a 0%, #0d0d20 20%, #1a180d 60%, #0a0a16 100%);
}

.website-v2-pains-cosmic-bg::before {
	content: '';
	position: absolute;
	inset: 0;
	background:
		radial-gradient(ellipse at 80% 20%, rgba(255, 94, 20, 0.12) 0%, transparent 50%),
		radial-gradient(ellipse at 20% 80%, rgba(255, 94, 20, 0.08) 0%, transparent 50%);
}

.website-v2-pains-header { z-index: 2; position: relative; }

.website-v2-pains-list {
	margin: 0 auto;
	max-width: 800px;
	display: flex;
	flex-direction: column;
	gap: 10px;
	position: relative;
	z-index: 2;
}

.website-v2-pains-card {
	background: rgba(255, 255, 255, 0.03);
	border: 1px solid rgba(255, 255, 255, 0.06);
	border-radius: var(--radius-md);
	overflow: hidden;
	transition: border-color 0.3s ease, background 0.3s ease;
}

.website-v2-pains-card.active {
	background: rgba(255, 255, 255, 0.06);
	border-color: rgba(255, 94, 20, 0.25);
}

.website-v2-pains-trigger {
	display: flex;
	align-items: center;
	gap: 16px;
	width: 100%;
	padding: 20px 24px;
	background: none;
	border: none;
	cursor: pointer;
	font-family: var(--font-primary);
	font-size: 16px;
	font-weight: 600;
	text-align: left;
	color: rgba(255, 255, 255, 0.85);
	transition: background 0.3s ease;
	line-height: 1.4;
}

.website-v2-pains-num {
	font-family: var(--font-heading);
	font-size: 18px;
	font-weight: 800;
	color: rgba(255, 94, 20, 0.3);
	flex-shrink: 0;
	width: 28px;
	text-align: center;
	opacity: 0.7;
}

.website-v2-pains-card.active .website-v2-pains-num {
	opacity: 1;
}

.website-v2-pains-trigger-title {
	flex: 1;
	font-size: 15px;
	line-height: 1.35;
}

.website-v2-pains-arrow {
	flex-shrink: 0;
	color: var(--v2-primary);
	transition: transform 0.3s ease;
}

.website-v2-pains-card.active .website-v2-pains-arrow {
	transform: rotate(180deg);
}

.website-v2-pains-card.active .website-v2-pains-trigger {
	color: #ffffff;
}

.website-v2-pains-content {
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.4s ease;
}

.website-v2-pains-card.active .website-v2-pains-content {
	max-height: 200px;
}

.website-v2-pains-body {
	padding: 0 24px 20px;
	padding-left: 80px;
}

.website-v2-pains-label {
	display: inline-block;
	padding: 3px 10px;
	font-size: 10px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.06em;
	border-radius: 4px;
	margin-bottom: 8px;
}

.website-v2-pains-label--ok {
	background: rgba(40, 167, 69, 0.12);
	color: #28a745;
}

.website-v2-pains-desc {
	margin: 0;
	font-size: 14px;
	line-height: 1.6;
	color: rgba(255, 255, 255, 0.6);
}

/* ============================================================
   3. SERVICES SECTION (3 columns)
   ============================================================ */

.website-v2-services-cosmic-bg {
	position: absolute;
	inset: 0;
	z-index: 0;
	pointer-events: none;
	background:
		linear-gradient(170deg, #0a0a1a 0%, #0d0d20 20%, #0d1218 60%, #0a0a16 100%);
}

.website-v2-services-header { z-index: 2; position: relative; }

.website-v2-services-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 24px;
	position: relative;
	z-index: 2;
}

.website-v2-service-card {
	position: relative;
	background: #1a1934;
	border: 1px solid rgba(255, 255, 255, 0.06);
	border-radius: var(--radius-lg);
	padding: 40px 28px 32px;
	display: flex;
	flex-direction: column;
	overflow: hidden;
	transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1),
	            border-color 0.4s ease,
	            box-shadow 0.4s ease;
}

.website-v2-service-card:hover {
	transform: translateY(-6px);
	border-color: var(--v2-border-hover);
	box-shadow: 0 12px 40px rgba(0, 0, 0, 0.3);
}

.website-v2-service-card-glow {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 60%;
	background: linear-gradient(to top, rgba(255, 94, 20, 0.06), transparent);
	opacity: 0;
	transition: opacity 0.5s ease;
	pointer-events: none;
}

.website-v2-service-card:hover .website-v2-service-card-glow {
	opacity: 1;
}

.website-v2-service-icon {
	width: 56px;
	height: 56px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: rgba(255, 94, 20, 0.1);
	border-radius: 50%;
	margin-bottom: 20px;
	flex-shrink: 0;
}

.website-v2-service-card-title {
	font-family: var(--font-heading);
	font-size: 20px;
	font-weight: 700;
	color: #ffffff;
	margin-bottom: 14px;
	line-height: 1.3;
}

.website-v2-service-card-desc {
	font-size: 14px;
	line-height: 1.7;
	color: rgba(255, 255, 255, 0.55);
	flex: 1;
	margin-bottom: 20px;
}

.website-v2-service-card-footer {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	padding-top: 16px;
	border-top: 1px solid rgba(255, 255, 255, 0.05);
}

.website-v2-service-card-term {
	font-size: 13px;
	color: rgba(255, 255, 255, 0.35);
}

.website-v2-service-card-btn {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	font-size: 14px;
	font-weight: 600;
	color: var(--v2-primary);
	transition: gap 0.3s ease;
}

.website-v2-service-card-btn:hover {
	gap: 10px;
	color: #fff;
}

/* ============================================================
   4. CASES SECTION (Carousel)
   ============================================================ */

.website-v2-cases-cosmic-bg {
	position: absolute;
	inset: 0;
	z-index: 0;
	pointer-events: none;
	background:
		linear-gradient(170deg, #0a0a1a 0%, #0d0d20 20%, #1a0d0d 60%, #0a0a16 100%);
}

.website-v2-cases-header { z-index: 2; position: relative; }

.website-v2-cases-carousel {
	position: relative;
	z-index: 2;
	padding-bottom: 40px;
}

.website-v2-case-card {
	background: #1a1934;
	border: 1px solid rgba(255, 255, 255, 0.06);
	border-radius: var(--radius-lg);
	overflow: hidden;
	transition: border-color 0.3s ease;
	height: 100%;
}

.website-v2-case-card:hover {
	border-color: var(--v2-border-hover);
}

.website-v2-case-card-image {
	height: 180px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.website-v2-case-card-icon svg {
	opacity: 0.4;
}

.website-v2-case-card-body {
	padding: 24px;
}

.website-v2-case-card-tag {
	display: inline-block;
	padding: 3px 10px;
	font-size: 11px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	color: var(--v2-primary);
	background: rgba(255, 94, 20, 0.1);
	border-radius: 4px;
	margin-bottom: 10px;
}

.website-v2-case-card-title {
	font-family: var(--font-heading);
	font-size: 20px;
	font-weight: 700;
	color: #ffffff;
	margin-bottom: 14px;
}

.website-v2-case-card-task,
.website-v2-case-card-solution {
	font-size: 13px;
	line-height: 1.6;
	color: rgba(255, 255, 255, 0.55);
	margin-bottom: 6px;
}

.website-v2-case-card-task strong,
.website-v2-case-card-solution strong {
	color: rgba(255, 255, 255, 0.75);
}

.website-v2-case-card-result {
	display: flex;
	align-items: center;
	gap: 8px;
	margin: 12px 0;
	padding: 8px 12px;
	background: rgba(40, 167, 69, 0.1);
	border-radius: 6px;
}

.website-v2-case-card-result-label {
	font-size: 12px;
	color: rgba(255, 255, 255, 0.4);
}

.website-v2-case-card-result-value {
	font-family: var(--font-heading);
	font-size: 15px;
	font-weight: 700;
	color: #28a745;
}

.website-v2-case-card-review {
	font-size: 13px;
	line-height: 1.5;
	color: rgba(255, 255, 255, 0.4);
	font-style: italic;
	padding: 12px 0 0;
	border-top: 1px solid rgba(255, 255, 255, 0.05);
	margin: 0;
}

.website-v2-cases-carousel .swiper-pagination-bullet {
	background: rgba(255, 255, 255, 0.2);
	opacity: 1;
}

.website-v2-cases-carousel .swiper-pagination-bullet-active {
	background: var(--v2-primary);
}

.website-v2-cases-cta {
	text-align: center;
	margin-top: 32px;
	position: relative;
	z-index: 2;
}

/* ============================================================
   5. PRICING SECTION
   ============================================================ */

.website-v2-pricing-cosmic-bg {
	position: absolute;
	inset: 0;
	z-index: 0;
	pointer-events: none;
	background:
		linear-gradient(170deg, #0a0a1a 0%, #0d0d20 20%, #0d1218 60%, #0a0a16 100%);
}

.website-v2-pricing-header { z-index: 2; position: relative; }

.website-v2-pricing-table {
	max-width: 700px;
	margin: 0 auto 24px;
	position: relative;
	z-index: 2;
}

.website-v2-pricing-row {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 18px 24px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.05);
	transition: background 0.3s ease;
}

.website-v2-pricing-row:hover {
	background: rgba(255, 255, 255, 0.03);
}

.website-v2-pricing-row:last-child {
	border-bottom: none;
}

.website-v2-pricing-row-name {
	font-size: 15px;
	color: rgba(255, 255, 255, 0.65);
}

.website-v2-pricing-row-value {
	font-family: var(--font-heading);
	font-size: 18px;
	font-weight: 700;
	color: #ffffff;
	white-space: nowrap;
}

.website-v2-pricing-note {
	text-align: center;
	font-size: 14px;
	color: rgba(255, 255, 255, 0.35);
	margin-bottom: 32px;
	position: relative;
	z-index: 2;
}

.website-v2-pricing-cta {
	text-align: center;
	position: relative;
	z-index: 2;
}

/* ============================================================
   6. AI SECTION
   ============================================================ */

.website-v2-ai-cosmic-bg {
	position: absolute;
	inset: 0;
	z-index: 0;
	pointer-events: none;
	background:
		linear-gradient(170deg, #0a0a1a 0%, #0d0d20 20%, #0d0d1a 60%, #0a0a16 100%);
}

.website-v2-ai-cosmic-bg::before {
	content: '';
	position: absolute;
	inset: 0;
	background:
		radial-gradient(ellipse at 80% 20%, rgba(100, 140, 255, 0.14) 0%, transparent 50%),
		radial-gradient(ellipse at 20% 80%, rgba(100, 140, 255, 0.10) 0%, transparent 50%);
}

.website-v2-ai-header { z-index: 2; position: relative; }

.website-v2-ai-content {
	position: relative;
	z-index: 2;
	max-width: 800px;
	margin: 0 auto;
	text-align: center;
}

.website-v2-ai-description {
	font-size: 16px;
	line-height: 1.7;
	color: rgba(255, 255, 255, 0.6);
	margin-bottom: 40px;
}

.website-v2-ai-benefits {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 16px;
	margin-bottom: 40px;
}

.website-v2-ai-benefit {
	display: flex;
	align-items: center;
	gap: 14px;
	padding: 16px 20px;
	background: rgba(255, 255, 255, 0.03);
	border: 1px solid rgba(255, 255, 255, 0.06);
	border-radius: var(--radius-md);
	text-align: left;
	font-size: 14px;
	color: rgba(255, 255, 255, 0.7);
	transition: border-color 0.3s ease, background 0.3s ease;
}

.website-v2-ai-benefit:hover {
	border-color: var(--v2-border-hover);
	background: rgba(255, 255, 255, 0.06);
}

.website-v2-ai-benefit-icon {
	flex-shrink: 0;
	width: 44px;
	height: 44px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: rgba(255, 94, 20, 0.1);
	border-radius: 50%;
}

/* ============================================================
   7. PROCESS SECTION (Timeline)
   ============================================================ */

.website-v2-process-cosmic-bg {
	position: absolute;
	inset: 0;
	z-index: 0;
	pointer-events: none;
	background:
		linear-gradient(170deg, #0a0a1a 0%, #0d0d20 20%, #0d1218 60%, #0a0a16 100%);
}

.website-v2-process-header { z-index: 2; position: relative; }

.website-v2-process-timeline {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 16px;
	max-width: 1100px;
	margin: 0 auto;
	position: relative;
	z-index: 2;
}

.website-v2-process-step {
	position: relative;
	background: #1a1934;
	border: 1px solid rgba(255, 255, 255, 0.06);
	border-radius: var(--radius-md);
	padding: 24px 24px 20px;
	display: flex;
	gap: 16px;
	transition: border-color 0.3s ease, box-shadow 0.3s ease;
	overflow: hidden;
}

.website-v2-process-step:hover {
	border-color: var(--v2-border-hover);
	box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
}

.website-v2-process-step-num {
	font-family: var(--font-heading);
	font-size: 36px;
	font-weight: 800;
	color: rgba(255, 94, 20, 0.2);
	line-height: 1;
	flex-shrink: 0;
	min-width: 40px;
}

.website-v2-process-step-body {
	flex: 1;
}

.website-v2-process-step-title {
	font-family: var(--font-heading);
	font-size: 16px;
	font-weight: 700;
	color: #ffffff;
	margin-bottom: 8px;
	line-height: 1.3;
}

.website-v2-process-step-desc {
	font-size: 13px;
	line-height: 1.6;
	color: rgba(255, 255, 255, 0.55);
}

/* ============================================================
   8. GUARANTEES SECTION
   ============================================================ */

.website-v2-guarantees-cosmic-bg {
	position: absolute;
	inset: 0;
	z-index: 0;
	pointer-events: none;
	background:
		linear-gradient(170deg, #0a0a1a 0%, #0d0d20 20%, #0d1218 60%, #0a0a16 100%);
}

.website-v2-guarantees-header { z-index: 2; position: relative; }

.website-v2-guarantees-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 16px;
	max-width: 900px;
	margin: 0 auto;
	position: relative;
	z-index: 2;
}

.website-v2-guarantee-card {
	background: rgba(255, 255, 255, 0.03);
	border: 1px solid rgba(255, 255, 255, 0.06);
	border-radius: var(--radius-md);
	padding: 24px 20px;
	text-align: center;
	transition: border-color 0.3s ease, background 0.3s ease;
}

.website-v2-guarantee-card:hover {
	border-color: var(--v2-border-hover);
	background: rgba(255, 255, 255, 0.06);
}

.website-v2-guarantee-icon {
	width: 48px;
	height: 48px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: rgba(255, 94, 20, 0.1);
	border-radius: 50%;
	margin: 0 auto 14px;
}

.website-v2-guarantee-title {
	font-family: var(--font-heading);
	font-size: 16px;
	font-weight: 600;
	color: #ffffff;
	margin-bottom: 6px;
}

.website-v2-guarantee-desc {
	font-size: 13px;
	line-height: 1.5;
	color: rgba(255, 255, 255, 0.5);
}

/* ============================================================
   9. ABOUT SECTION
   ============================================================ */

.website-v2-about-cosmic-bg {
	position: absolute;
	inset: 0;
	z-index: 0;
	pointer-events: none;
	background:
		linear-gradient(170deg, #0a0a1a 0%, #0d0d20 20%, #0d1218 60%, #0a0a16 100%);
}

.website-v2-about-header { z-index: 2; position: relative; }

.website-v2-about-grid {
	display: grid;
	grid-template-columns: 1.2fr 1fr;
	gap: 40px;
	position: relative;
	z-index: 2;
	align-items: start;
}

.website-v2-about-text {
	font-size: 15px;
	line-height: 1.7;
	color: rgba(255, 255, 255, 0.6);
	margin-bottom: 24px;
}

.website-v2-about-niches {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.website-v2-about-niche {
	display: flex;
	align-items: center;
	gap: 8px;
	padding: 8px 14px;
	background: rgba(255, 255, 255, 0.03);
	border: 1px solid rgba(255, 255, 255, 0.06);
	border-radius: 100px;
	font-size: 13px;
	color: rgba(255, 255, 255, 0.6);
}

.website-v2-about-stats {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 16px;
}

.website-v2-about-stat {
	background: rgba(255, 255, 255, 0.03);
	border: 1px solid rgba(255, 255, 255, 0.06);
	border-radius: var(--radius-md);
	padding: 20px;
	text-align: center;
}

.website-v2-about-stat-number {
	font-family: var(--font-heading);
	font-size: 32px;
	font-weight: 800;
	color: var(--v2-primary);
	display: block;
}

.website-v2-about-stat-label {
	font-size: 13px;
	color: rgba(255, 255, 255, 0.4);
	margin-top: 4px;
	display: block;
}

.website-v2-about-values {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 32px;
	justify-content: center;
	position: relative;
	z-index: 2;
}

.website-v2-about-value {
	display: flex;
	align-items: center;
	gap: 10px;
	padding: 12px 18px;
	background: rgba(255, 255, 255, 0.03);
	border: 1px solid rgba(255, 255, 255, 0.06);
	border-radius: var(--radius-md);
	font-size: 14px;
	color: rgba(255, 255, 255, 0.65);
	transition: border-color 0.3s ease;
}

.website-v2-about-value:hover {
	border-color: var(--v2-border-hover);
}

.website-v2-about-value-icon {
	flex-shrink: 0;
	width: 36px;
	height: 36px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: rgba(255, 94, 20, 0.1);
	border-radius: 50%;
}

/* ============================================================
   10. FAQ SECTION (Accordion)
   ============================================================ */

.website-v2-faq-cosmic-bg {
	position: absolute;
	inset: 0;
	z-index: 0;
	pointer-events: none;
	background:
		linear-gradient(170deg, #0a0a1a 0%, #0d0d20 20%, #0d1218 60%, #0a0a16 100%);
}

.website-v2-faq-header { z-index: 2; position: relative; }

.website-v2-faq-list {
	margin: 0 auto;
	max-width: 800px;
	display: flex;
	flex-direction: column;
	gap: 10px;
	position: relative;
	z-index: 2;
}

.website-v2-faq-card {
	background: rgba(255, 255, 255, 0.03);
	border: 1px solid rgba(255, 255, 255, 0.06);
	border-radius: var(--radius-md);
	overflow: hidden;
	transition: border-color 0.3s ease, background 0.3s ease;
}

.website-v2-faq-card.active {
	background: rgba(255, 255, 255, 0.06);
	border-color: rgba(255, 94, 20, 0.25);
}

.website-v2-faq-trigger {
	display: flex;
	align-items: center;
	gap: 16px;
	width: 100%;
	padding: 20px 24px;
	background: none;
	border: none;
	cursor: pointer;
	font-family: var(--font-primary);
	font-size: 16px;
	font-weight: 600;
	text-align: left;
	color: rgba(255, 255, 255, 0.85);
	transition: background 0.3s ease;
	line-height: 1.4;
}

.website-v2-faq-question {
	flex: 1;
}

.website-v2-faq-arrow {
	flex-shrink: 0;
	color: var(--v2-primary);
	transition: transform 0.3s ease;
}

.website-v2-faq-card.active .website-v2-faq-arrow {
	transform: rotate(180deg);
}

.website-v2-faq-card.active .website-v2-faq-trigger {
	color: #ffffff;
}

.website-v2-faq-content {
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.4s ease;
}

.website-v2-faq-card.active .website-v2-faq-content {
	max-height: 200px;
}

.website-v2-faq-body {
	padding: 0 24px 20px;
}

.website-v2-faq-answer {
	font-size: 15px;
	line-height: 1.7;
	color: rgba(255, 255, 255, 0.65);
	margin: 0;
}

/* ============================================================
   11. CTA SECTION (Form)
   ============================================================ */

.website-v2-cta-cosmic-bg {
	position: absolute;
	inset: 0;
	z-index: 0;
	pointer-events: none;
	background:
		linear-gradient(170deg, #0a0a1a 0%, #0d0d20 20%, #1a180d 60%, #0a0a16 100%);
}

.website-v2-cta-cosmic-bg::before {
	content: '';
	position: absolute;
	inset: 0;
	background:
		radial-gradient(ellipse at 80% 20%, rgba(255, 94, 20, 0.12) 0%, transparent 50%),
		radial-gradient(ellipse at 20% 80%, rgba(255, 94, 20, 0.08) 0%, transparent 50%);
}

.website-v2-cta-content {
	position: relative;
	z-index: 2;
	max-width: 600px;
	margin: 0 auto;
	text-align: center;
}

.website-v2-cta-title {
	font-family: var(--font-heading);
	font-size: 36px;
	font-weight: 700;
	line-height: 1.2;
	color: #ffffff;
	margin-bottom: 16px;
}

.website-v2-cta-text {
	font-size: 16px;
	line-height: 1.7;
	color: rgba(255, 255, 255, 0.6);
	margin-bottom: 32px;
}

.website-v2-cta-phone {
	color: var(--v2-primary);
	font-weight: 600;
	white-space: nowrap;
}

.website-v2-cta-form {
	text-align: left;
	background: rgba(255, 255, 255, 0.03);
	border: 1px solid rgba(255, 255, 255, 0.06);
	border-radius: var(--radius-lg);
	padding: 32px;
}

.website-v2-cta-form-row {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 16px;
}

.website-v2-cta-form .form-input {
	background: rgba(255, 255, 255, 0.05);
	border-color: rgba(255, 255, 255, 0.1);
	color: #fff;
}

.website-v2-cta-form .form-input:focus {
	border-color: var(--v2-primary);
	background: rgba(255, 255, 255, 0.08);
}

.website-v2-cta-form .form-input::placeholder {
	color: rgba(255, 255, 255, 0.3);
}

.website-v2-cta-form .phone-country-current {
	background: rgba(255, 255, 255, 0.05);
	border: 2px solid rgba(255, 255, 255, 0.1);
	border-right-width: 0;
	color: #ffffff;
	padding: 14px 10px 14px 12px;
	font-size: 14px;
}

.website-v2-cta-form .phone-country-current:focus,
.website-v2-cta-form .phone-country-current[aria-expanded="true"] {
	border-color: var(--v2-primary);
	background: rgba(255, 255, 255, 0.08);
}

.website-v2-cta-form .phone-country-list {
	background: #1a1934;
	border-color: rgba(255, 255, 255, 0.12);
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
	scrollbar-color: rgba(255, 255, 255, 0.3) transparent;
}

.website-v2-cta-form .phone-country-list::-webkit-scrollbar-thumb {
	background: rgba(255, 255, 255, 0.3);
}

.website-v2-cta-form .phone-country-option {
	color: #fff;
}

.website-v2-cta-form .phone-country-option:hover,
.website-v2-cta-form .phone-country-option.is-active {
	background: rgba(255, 94, 20, 0.15);
}

.website-v2-cta-form .phone-country-opt-dial {
	color: rgba(255, 255, 255, 0.45);
}

.website-v2-cta-form .phone-input-wrap .form-input {
	border-radius: 0 var(--radius-sm) var(--radius-sm) 0;
}

.website-v2-cta-form .form-label {
	color: rgba(255, 255, 255, 0.7);
}

.website-v2-cta-form .form-disclaimer {
	text-align: center;
	color: rgba(255, 255, 255, 0.4);
}

.website-v2-cta-form .form-disclaimer a {
	color: var(--v2-primary);
}

.website-v2-cta-form .form-disclaimer input[type="checkbox"] {
	margin-right: 6px;
}

.website-v2-cta-form .form-checkboxes {
	margin-top: 16px;
	margin-bottom: 16px;
	display: flex;
	flex-direction: column;
	gap: 6px;
}

.website-v2-cta-form .form-checkbox-label {
	display: flex;
	align-items: center;
	gap: 8px;
	font-size: 12px;
	color: rgba(255, 255, 255, 0.4);
	line-height: 1.4;
	cursor: pointer;
}

.website-v2-cta-form .form-checkbox-label input[type="checkbox"] {
	width: 14px;
	height: 14px;
	flex-shrink: 0;
	accent-color: var(--v2-primary);
	cursor: pointer;
}

.website-v2-cta-form .form-checkbox-label a {
	color: var(--v2-primary);
	text-decoration: underline;
}

.website-v2-cta-lead-magnet {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	margin-top: 24px;
	padding: 12px 20px;
	background: rgba(255, 94, 20, 0.08);
	border: 1px dashed rgba(255, 94, 20, 0.25);
	border-radius: var(--radius-md);
	font-size: 14px;
	color: rgba(255, 255, 255, 0.7);
	cursor: pointer;
	transition: background 0.3s ease;
}

.website-v2-cta-lead-magnet:hover {
	background: rgba(255, 94, 20, 0.12);
}

/* ============================================================
   Animations: staggered item reveal + gold glow
   ============================================================ */

/* Base state — hidden */
.v2-stagger-item {
	opacity: 0;
	transform: translateY(24px);
	transition: opacity 0.6s ease, transform 0.6s ease;
}

/* Visible state */
.v2-stagger-item.v2-visible {
	opacity: 1;
	transform: translateY(0);
}

/* Gold glow for service cards */
.website-v2-service-card.glow-active {
	box-shadow: 0 0 30px rgba(241, 196, 15, 0.4), 0 0 60px rgba(241, 196, 15, 0.15);
	border-color: rgba(241, 196, 15, 0.3);
	transition: box-shadow 0.5s ease, border-color 0.5s ease;
}

/* ============================================================
   Responsive Tweaks
   ============================================================ */

@media (max-width: 1024px) {
	.website-v2-hero-container {
		gap: 40px;
	}
	.website-v2-hero-title {
		font-size: 40px;
	}
	.website-v2-hero-orb {
		width: 280px;
		height: 360px;
	}
	.website-v2-services-grid,
	.website-v2-guarantees-grid {
		grid-template-columns: repeat(2, 1fr);
	}
	[class*="website-v2-"][class*="-title"]:not(.website-v2-hero-title) {
		font-size: 32px;
	}
}

@media (max-width: 768px) {
	.website-v2-hero-container {
		flex-direction: column;
		gap: 30px;
		padding-top: calc(var(--header-height) + 20px);
	}
	.website-v2-hero-content {
		text-align: center;
	}
	.website-v2-hero-title {
		font-size: 32px;
	}
	.website-v2-hero-title-accent {
		display: inline;
	}
	.website-v2-hero-subtitle {
		max-width: 100%;
	}
	.website-v2-hero-prices {
		justify-content: center;
	}
	.website-v2-hero-cta-group {
		justify-content: center;
	}
	.website-v2-hero-orb {
		width: 200px;
		height: 260px;
	}
	.website-v2-hero-badges-inner {
		gap: 16px;
		flex-direction: column;
		align-items: flex-start;
	}
	.website-v2-services-grid,
	.website-v2-guarantees-grid {
		grid-template-columns: 1fr;
	}
	.website-v2-process-timeline {
		grid-template-columns: 1fr;
	}
	.website-v2-ai-benefits {
		grid-template-columns: 1fr;
	}
	.website-v2-about-grid {
		grid-template-columns: 1fr;
		gap: 24px;
	}
	.website-v2-cta-form-row {
		grid-template-columns: 1fr;
	}
	.website-v2-hero-badge {
		margin-left: auto;
		margin-right: auto;
	}
	.website-v2-hero-prices {
		flex-direction: column;
		align-items: center;
		gap: 12px;
	}
	.website-v2-hero-price-divider {
		display: none;
	}
	[class*="website-v2-"][class*="-title"]:not(.website-v2-hero-title) {
		font-size: 26px;
	}
	section[class*="website-v2-"].section {
		padding: 60px 0;
	}
	.website-v2-hero-section.section {
		padding: 0;
	}
	.website-v2-cta-title {
		font-size: 26px;
	}
}

@media (max-width: 480px) {
	.website-v2-hero-title {
		font-size: 28px;
	}
	.website-v2-hero-orb {
		display: none;
	}
	.website-v2-pains-body {
		padding-left: 24px;
	}
}