
/* ============ SEO HUB — cinematic service page (matches site pattern) ============ */

/* Header on hero only */
.maskajans-seo-hub header:not(.scrolled) {
	background: transparent;
	border-bottom-color: transparent;
}

.maskajans-seo-hub header nav a,
.maskajans-seo-hub header .nav-dropdown-toggle {
	color: rgba(255, 255, 255, 0.78);
}

.maskajans-seo-hub header nav a:hover,
.maskajans-seo-hub header nav a.active,
.maskajans-seo-hub header .nav-dropdown:hover .nav-dropdown-toggle,
.maskajans-seo-hub header .nav-dropdown.open .nav-dropdown-toggle {
	color: #fff;
}

/* —— Hero —— */
.shub-hero {
	position: relative;
	overflow: hidden;
	padding: 130px 0 0;
	background: #020408;
}

.shub-hero-bg {
	position: absolute;
	inset: 0;
	pointer-events: none;
	overflow: hidden;
}

.shub-hero-stars {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
	z-index: 1;
}

.shub-hero-mesh {
	position: absolute;
	inset: 0;
	z-index: 0;
	background:
		radial-gradient(ellipse 80% 60% at 50% 20%, rgba(6, 182, 212, 0.12) 0%, transparent 55%),
		radial-gradient(ellipse 60% 50% at 20% 60%, rgba(59, 130, 246, 0.1) 0%, transparent 50%),
		radial-gradient(ellipse 50% 45% at 80% 70%, rgba(34, 197, 94, 0.06) 0%, transparent 55%);
	animation: shubMeshShift 14s ease-in-out infinite alternate;
}

.shub-hero-blob {
	position: absolute;
	border-radius: 50%;
	filter: blur(80px);
	opacity: 0.42;
	mix-blend-mode: screen;
}

.shub-hero-blob--cyan {
	width: 480px;
	height: 480px;
	top: -12%;
	left: 50%;
	transform: translateX(-50%);
	background: radial-gradient(circle, rgba(6, 182, 212, 0.5), transparent 70%);
	animation: shubBlob1 20s ease-in-out infinite;
}

.shub-hero-blob--blue {
	width: 360px;
	height: 360px;
	bottom: 12%;
	right: 6%;
	background: radial-gradient(circle, rgba(59, 130, 246, 0.45), transparent 70%);
	animation: shubBlob2 22s ease-in-out infinite;
}

.shub-hero-rays {
	position: absolute;
	inset: 0;
	background: conic-gradient(from 180deg at 50% 0%, transparent 0deg, rgba(6, 182, 212, 0.04) 40deg, transparent 80deg, rgba(59, 130, 246, 0.03) 160deg, transparent 200deg);
	opacity: 0.8;
}

.shub-hero-cinema {
	position: relative;
	z-index: 2;
	max-width: 1100px;
}

.shub-hero-top {
	text-align: center;
	padding-bottom: 44px;
}

.shub-hero-badge {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	font-size: 13px;
	color: rgba(255, 255, 255, 0.88);
	background: rgba(255, 255, 255, 0.04);
	border: 1px solid rgba(6, 182, 212, 0.35);
	padding: 8px 18px;
	border-radius: 50px;
	margin-bottom: 22px;
}

.shub-hero-badge i {
	color: #22d3ee;
	font-size: 15px;
}

.shub-hero h1 {
	font-size: clamp(36px, 5vw, 58px);
	font-weight: 400;
	letter-spacing: -1px;
	line-height: 1.1;
	margin-bottom: 18px;
	max-width: 820px;
	margin-left: auto;
	margin-right: auto;
}

.shub-hero-top > p {
	color: var(--text-secondary);
	font-size: 17px;
	max-width: 640px;
	margin: 0 auto 28px;
	line-height: 1.75;
}

.shub-hero-actions {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 14px;
	flex-wrap: wrap;
}

/* Dashboard stage */
.shub-dashboard-stage {
	position: relative;
	height: 400px;
	max-width: 880px;
	margin: 0 auto;
}

.shub-browser {
	position: absolute;
	left: 50%;
	top: 0;
	transform: translateX(-50%);
	width: 88%;
	background: #0c0f18;
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: 16px;
	overflow: hidden;
	box-shadow: 0 28px 70px rgba(0, 0, 0, 0.55);
	animation: shubBrowserFloat 7s ease-in-out infinite;
}

.shub-browser-bar {
	display: flex;
	align-items: center;
	gap: 8px;
	padding: 10px 14px;
	background: rgba(255, 255, 255, 0.03);
	border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.shub-browser-bar span {
	width: 8px;
	height: 8px;
	border-radius: 50%;
}

.shub-browser-bar span:nth-child(1) { background: #ff5f57; }
.shub-browser-bar span:nth-child(2) { background: #febc2e; }
.shub-browser-bar span:nth-child(3) { background: #28c840; }

.shub-browser-url {
	flex: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 6px;
	font-size: 11px;
	color: rgba(255, 255, 255, 0.35);
	background: rgba(255, 255, 255, 0.04);
	border: 1px solid rgba(255, 255, 255, 0.06);
	padding: 5px 12px;
	border-radius: 6px;
	font-family: ui-monospace, monospace;
}

.shub-browser-url i {
	font-size: 9px;
	color: #22c55e;
}

.shub-browser-body {
	display: grid;
	grid-template-columns: 72px 1fr;
	min-height: 260px;
}

.shub-ui-sidebar {
	padding: 14px 10px;
	border-right: 1px solid rgba(255, 255, 255, 0.06);
	background: rgba(0, 0, 0, 0.2);
}

.shub-ui-logo {
	width: 36px;
	height: 8px;
	border-radius: 4px;
	background: linear-gradient(90deg, #06b6d4, #3b82f6);
	margin: 0 auto 18px;
}

.shub-ui-nav {
	display: flex;
	flex-direction: column;
	gap: 8px;
}

.shub-ui-nav span {
	display: block;
	height: 6px;
	border-radius: 3px;
	background: rgba(255, 255, 255, 0.08);
}

.shub-ui-nav span.is-active {
	background: linear-gradient(90deg, rgba(6, 182, 212, 0.6), rgba(59, 130, 246, 0.4));
}

.shub-ui-main {
	padding: 14px;
}

.shub-ui-banner {
	height: 44px;
	border-radius: 10px;
	background: linear-gradient(135deg, rgba(6, 182, 212, 0.15), rgba(59, 130, 246, 0.12));
	border: 1px solid rgba(6, 182, 212, 0.2);
	margin-bottom: 12px;
}

.shub-ui-cards {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 8px;
	margin-bottom: 12px;
}

.shub-ui-cards span {
	height: 36px;
	border-radius: 8px;
	background: rgba(255, 255, 255, 0.04);
	border: 1px solid rgba(255, 255, 255, 0.06);
}

.shub-ui-table {
	border: 1px solid rgba(255, 255, 255, 0.06);
	border-radius: 10px;
	overflow: hidden;
}

.shub-ui-row {
	display: grid;
	grid-template-columns: 1fr 48px 40px;
	gap: 8px;
	padding: 8px 10px;
	font-size: 11px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.04);
}

.shub-ui-row:last-child {
	border-bottom: none;
}

.shub-ui-row.head i {
	display: block;
	height: 5px;
	border-radius: 3px;
	background: rgba(255, 255, 255, 0.12);
}

.shub-ui-row em {
	font-style: normal;
	color: rgba(255, 255, 255, 0.55);
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.shub-ui-row strong {
	color: #86efac;
	font-weight: 600;
	text-align: center;
}

.shub-ui-row i {
	display: block;
	height: 5px;
	border-radius: 3px;
	background: rgba(255, 255, 255, 0.08);
	align-self: center;
}

.shub-float {
	position: absolute;
	display: flex;
	align-items: center;
	gap: 10px;
	padding: 10px 14px;
	background: rgba(12, 15, 24, 0.92);
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: 12px;
	font-size: 11px;
	backdrop-filter: blur(12px);
	z-index: 3;
	box-shadow: 0 12px 32px rgba(0, 0, 0, 0.4);
}

.shub-float strong {
	display: block;
	font-size: 14px;
	color: #fff;
}

.shub-float small {
	color: rgba(255, 255, 255, 0.45);
	font-size: 10px;
}

.shub-float--score {
	top: 48px;
	left: 2%;
	animation: shubChipFloat 5s ease-in-out infinite;
}

.shub-float--score i {
	color: #22d3ee;
	font-size: 14px;
}

.shub-float--up {
	bottom: 72px;
	right: 2%;
	animation: shubChipFloat 5.5s ease-in-out infinite;
	animation-delay: -2s;
}

.shub-float--up i {
	color: #22c55e;
	font-size: 14px;
}

.shub-trust-strip {
	padding: 0 0 56px;
	margin-top: -12px;
	position: relative;
	z-index: 2;
}

.shub-trust-items {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	gap: 8px 24px;
	padding: 18px 28px;
	background: rgba(255, 255, 255, 0.02);
	border: 1px solid rgba(255, 255, 255, 0.06);
	border-radius: 50px;
	max-width: 920px;
	margin: 0 auto;
}

.shub-trust-item {
	display: flex;
	align-items: center;
	gap: 8px;
	font-size: 13px;
	color: rgba(255, 255, 255, 0.65);
	white-space: nowrap;
}

.shub-trust-item i {
	color: #22d3ee;
	font-size: 14px;
}

.shub-hero-fade {
	height: 80px;
	margin-top: -1px;
	background: linear-gradient(180deg, transparent, #050810);
	position: relative;
	z-index: 1;
}

/* —— Sections —— */
.shub-section {
	padding: 90px 0;
	position: relative;
	overflow: hidden;
}

.shub-section > .container {
	position: relative;
	z-index: 2;
}

.shub-sec-ambient {
	position: absolute;
	inset: 0;
	pointer-events: none;
	overflow: hidden;
	z-index: 0;
}

.shub-sec-mesh {
	position: absolute;
	inset: 0;
	opacity: 0.9;
	animation: shubSecMeshPulse 16s ease-in-out infinite alternate;
}

.shub-sec-mesh--cyan {
	background:
		radial-gradient(ellipse 55% 45% at 15% 20%, rgba(6, 182, 212, 0.1) 0%, transparent 60%),
		radial-gradient(ellipse 45% 40% at 85% 75%, rgba(34, 211, 238, 0.06) 0%, transparent 55%);
}

.shub-sec-mesh--blue {
	background:
		radial-gradient(ellipse 60% 50% at 80% 25%, rgba(59, 130, 246, 0.1) 0%, transparent 58%),
		radial-gradient(ellipse 50% 42% at 10% 80%, rgba(37, 99, 235, 0.07) 0%, transparent 55%);
}

.shub-sec-mesh--purple {
	background:
		radial-gradient(ellipse 55% 48% at 50% 50%, rgba(139, 92, 246, 0.08) 0%, transparent 62%),
		radial-gradient(ellipse 40% 35% at 20% 30%, rgba(99, 102, 241, 0.06) 0%, transparent 55%);
}

.shub-sec-mesh--green {
	background:
		radial-gradient(ellipse 50% 45% at 70% 40%, rgba(34, 197, 94, 0.08) 0%, transparent 58%),
		radial-gradient(ellipse 45% 40% at 25% 70%, rgba(6, 182, 212, 0.05) 0%, transparent 55%);
}

.shub-sec-blob {
	position: absolute;
	border-radius: 50%;
	filter: blur(90px);
	opacity: 0.35;
	animation: shubSecBlobDrift 22s ease-in-out infinite;
}

.shub-sec-blob--1 {
	width: 320px;
	height: 320px;
	top: -8%;
	right: 8%;
	background: radial-gradient(circle, rgba(6, 182, 212, 0.45), transparent 70%);
}

.shub-sec-blob--2 {
	width: 280px;
	height: 280px;
	bottom: -10%;
	left: 6%;
	background: radial-gradient(circle, rgba(59, 130, 246, 0.4), transparent 70%);
	animation-delay: -6s;
}

.shub-sec-blob--3 {
	width: 360px;
	height: 360px;
	top: 20%;
	left: 50%;
	transform: translateX(-50%);
	background: radial-gradient(circle, rgba(139, 92, 246, 0.35), transparent 70%);
	animation-delay: -11s;
}

.shub-sec-stars {
	position: absolute;
	inset: 0;
	overflow: hidden;
}

.shub-sec-stars::before,
.shub-sec-stars::after {
	content: '';
	position: absolute;
	inset: 0;
	background-repeat: repeat;
}

.shub-sec-stars::before {
	background-image:
		radial-gradient(1px 1px at 20px 30px, rgba(255, 255, 255, 0.65), transparent),
		radial-gradient(1px 1px at 80px 120px, rgba(96, 165, 250, 0.7), transparent),
		radial-gradient(1.5px 1.5px at 150px 60px, rgba(255, 255, 255, 0.45), transparent),
		radial-gradient(1px 1px at 220px 180px, rgba(147, 197, 253, 0.55), transparent),
		radial-gradient(1px 1px at 300px 40px, rgba(255, 255, 255, 0.35), transparent),
		radial-gradient(1.5px 1.5px at 380px 140px, rgba(96, 165, 250, 0.45), transparent);
	background-size: 420px 220px;
	animation: shubSecStarsDrift 75s linear infinite;
}

.shub-sec-stars::after {
	background-image:
		radial-gradient(1px 1px at 40px 70px, rgba(255, 255, 255, 0.4), transparent),
		radial-gradient(1.5px 1.5px at 120px 40px, rgba(59, 130, 246, 0.5), transparent),
		radial-gradient(1px 1px at 200px 160px, rgba(255, 255, 255, 0.28), transparent),
		radial-gradient(1px 1px at 280px 100px, rgba(96, 165, 250, 0.4), transparent);
	background-size: 360px 200px;
	opacity: 0.55;
	animation: shubSecStarsDrift 110s linear infinite reverse;
}

.shub-sec-stars--slow::before {
	animation-duration: 120s;
}

.shub-sec-stars--slow::after {
	animation-duration: 160s;
}

.shub-section-header {
	text-align: center;
	margin-bottom: 52px;
}

.shub-section-header .section-subtitle {
	margin: 0 auto;
	max-width: 580px;
}

.shub-bg-intro {
	background: linear-gradient(180deg, #050810 0%, #060a12 100%);
}

.shub-bg-flow {
	background: linear-gradient(180deg, #030508 0%, #04070d 100%);
}

.shub-bg-switcher {
	background: linear-gradient(180deg, #050810 0%, #060b14 100%);
}

.shub-bg-process {
	background: linear-gradient(180deg, #030508 0%, #050810 100%);
}

.shub-bg-modules {
	background: linear-gradient(180deg, #050810 0%, #040a10 100%);
}

.shub-bg-audience {
	background: linear-gradient(180deg, #030508 0%, #050810 100%);
}

.shub-bg-faq {
	background: linear-gradient(180deg, #050810 0%, #030508 100%);
}

.shub-bg-cta {
	background: linear-gradient(180deg, #030508 0%, #050810 100%);
}

/* Intro split */
.shub-intro-split {
	display: grid;
	grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
	gap: 56px;
	align-items: center;
}

.shub-big-stat {
	text-align: center;
	padding: 36px 28px;
	border: 1px solid rgba(255, 255, 255, 0.08);
	border-radius: 20px;
}

.shub-big-num {
	display: block;
	font-size: clamp(64px, 8vw, 96px);
	font-weight: 700;
	line-height: 1;
	background: linear-gradient(135deg, #06b6d4, #3b82f6);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	margin-bottom: 16px;
}

.shub-big-stat > p {
	color: var(--text-secondary);
	font-size: 15px;
	line-height: 1.7;
	margin-bottom: 24px;
}

.shub-intro-copy h2 {
	font-size: clamp(26px, 3.5vw, 38px);
	margin-bottom: 16px;
	line-height: 1.25;
}

.shub-intro-copy > p {
	color: var(--text-secondary);
	font-size: 15px;
	line-height: 1.8;
	margin-bottom: 20px;
}

.shub-check-list {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.shub-check-list li {
	display: flex;
	align-items: flex-start;
	gap: 10px;
	font-size: 14px;
	color: rgba(255, 255, 255, 0.78);
}

.shub-check-list i {
	color: #22c55e;
	margin-top: 3px;
	font-size: 12px;
}

/* Flow */
.shub-flow {
	display: flex;
	align-items: flex-start;
	justify-content: center;
	flex-wrap: wrap;
	gap: 8px;
	max-width: 1100px;
	margin: 0 auto;
}

.shub-flow-step {
	flex: 1 1 160px;
	min-width: 140px;
	max-width: 200px;
	text-align: center;
	padding: 24px 16px;
	border: 1px solid rgba(255, 255, 255, 0.07);
	border-radius: 18px;
	background: rgba(255, 255, 255, 0.02);
}

.shub-flow-step--highlight {
	border-color: rgba(6, 182, 212, 0.3);
	background: rgba(6, 182, 212, 0.06);
}

.shub-flow-icon {
	width: 52px;
	height: 52px;
	border-radius: 14px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 20px;
	margin: 0 auto 12px;
	background: rgba(6, 182, 212, 0.12);
	color: #22d3ee;
}

.shub-flow-step strong {
	display: block;
	font-size: 15px;
	margin-bottom: 6px;
}

.shub-flow-step span {
	font-size: 12px;
	color: rgba(255, 255, 255, 0.45);
}

.shub-flow-arrow {
	display: flex;
	align-items: center;
	padding-top: 44px;
	color: rgba(255, 255, 255, 0.15);
	font-size: 14px;
}

/* Switcher */
.shub-switcher {
	display: grid;
	grid-template-columns: 220px 1fr;
	gap: 32px;
	max-width: 1100px;
	margin: 0 auto;
	border: 1px solid rgba(255, 255, 255, 0.08);
	border-radius: 24px;
	padding: 32px 36px;
	background: rgba(255, 255, 255, 0.02);
}

.shub-switcher-tabs {
	display: flex;
	flex-direction: column;
	gap: 8px;
}

.shub-tab {
	display: flex;
	align-items: center;
	gap: 12px;
	padding: 14px 18px;
	font-size: 14px;
	font-weight: 500;
	color: rgba(255, 255, 255, 0.5);
	background: transparent;
	border: 1px solid transparent;
	border-radius: 14px;
	cursor: pointer;
	text-align: left;
	transition: all 0.3s;
	font-family: inherit;
}

.shub-tab i {
	font-size: 15px;
	width: 20px;
	text-align: center;
}

.shub-tab:hover {
	color: rgba(255, 255, 255, 0.8);
	background: rgba(255, 255, 255, 0.03);
}

.shub-tab.is-active {
	color: #fff;
	background: rgba(6, 182, 212, 0.12);
	border-color: rgba(6, 182, 212, 0.3);
}

.shub-switcher-panel {
	position: relative;
	min-height: 300px;
}

.shub-panel {
	display: none;
	grid-template-columns: 1fr 1fr;
	gap: 32px;
	align-items: center;
	animation: shubPanelIn 0.4s ease;
}

.shub-panel.is-active {
	display: grid;
}

.shub-panel-preview {
	padding: 24px;
	background: #0a0c12;
	border: 1px solid rgba(255, 255, 255, 0.06);
	border-radius: 16px;
	min-height: 240px;
	display: flex;
	align-items: center;
}

.shub-panel-copy h3 {
	font-size: clamp(20px, 2.5vw, 24px);
	font-weight: 600;
	margin-bottom: 12px;
}

.shub-panel-copy p {
	font-size: 15px;
	color: var(--text-secondary);
	line-height: 1.75;
	margin-bottom: 16px;
}

.shub-panel-copy ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.shub-panel-copy li {
	font-size: 14px;
	color: rgba(255, 255, 255, 0.7);
	padding: 7px 0 7px 20px;
	position: relative;
}

.shub-panel-copy li::before {
	content: '';
	position: absolute;
	left: 0;
	top: 13px;
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background: #06b6d4;
}

/* Mini previews */
.shub-mini-dash,
.shub-mini-wins,
.shub-mini-timeline,
.shub-mini-kw {
	width: 100%;
}

.shub-mini-banner {
	padding: 12px 14px;
	border-radius: 10px;
	background: rgba(6, 182, 212, 0.1);
	border: 1px solid rgba(6, 182, 212, 0.2);
	margin-bottom: 12px;
}

.shub-mini-banner span {
	display: block;
	width: 40%;
	height: 5px;
	border-radius: 3px;
	background: rgba(255, 255, 255, 0.15);
	margin-bottom: 8px;
}

.shub-mini-banner strong {
	font-size: 14px;
}

.shub-mini-cards {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 8px;
}

.shub-mini-cards span {
	padding: 10px;
	border-radius: 8px;
	background: rgba(255, 255, 255, 0.03);
	border: 1px solid rgba(255, 255, 255, 0.06);
	font-size: 10px;
	color: rgba(255, 255, 255, 0.45);
}

.shub-mini-cards em {
	display: block;
	font-style: normal;
	font-size: 16px;
	font-weight: 700;
	color: #fff;
	margin-bottom: 2px;
}

.shub-mini-win {
	display: flex;
	align-items: center;
	gap: 12px;
	padding: 12px;
	border-radius: 10px;
	background: rgba(255, 255, 255, 0.03);
	border: 1px solid rgba(255, 255, 255, 0.06);
	margin-bottom: 8px;
}

.shub-mini-win i {
	color: #facc15;
	font-size: 18px;
}

.shub-mini-win strong {
	display: block;
	font-size: 13px;
}

.shub-mini-win span {
	font-size: 11px;
	color: rgba(255, 255, 255, 0.4);
}

.shub-mini-tl-item {
	padding: 10px 12px;
	border-radius: 8px;
	background: rgba(255, 255, 255, 0.03);
	border: 1px solid rgba(255, 255, 255, 0.06);
	margin-bottom: 8px;
}

.shub-badge {
	display: inline-block;
	font-size: 9px;
	padding: 2px 8px;
	border-radius: 999px;
	background: rgba(34, 197, 94, 0.15);
	color: #86efac;
	margin-bottom: 4px;
}

.shub-badge--purple {
	background: rgba(167, 139, 250, 0.15);
	color: #c4b5fd;
}

.shub-badge--gold {
	background: rgba(251, 191, 36, 0.15);
	color: #fcd34d;
}

.shub-mini-tl-item strong {
	display: block;
	font-size: 12px;
}

.shub-mini-kw-row {
	display: grid;
	grid-template-columns: 1fr 40px 48px;
	gap: 8px;
	padding: 8px 0;
	font-size: 11px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.shub-mini-kw-row.head {
	color: rgba(255, 255, 255, 0.35);
	font-size: 10px;
	text-transform: uppercase;
}

.shub-mini-kw-row strong {
	color: #86efac;
	text-align: center;
}

.shub-mini-kw-row em {
	font-style: normal;
	text-align: right;
	color: rgba(255, 255, 255, 0.5);
}

/* Process */
.shub-process {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 24px;
	max-width: 1000px;
	margin: 0 auto;
}

.shub-process-step {
	padding: 28px 24px;
	border: 1px solid rgba(255, 255, 255, 0.07);
	border-radius: 18px;
}

.shub-process-num {
	font-size: 32px;
	font-weight: 700;
	color: rgba(6, 182, 212, 0.35);
	margin-bottom: 12px;
}

.shub-process-step h3 {
	font-size: 18px;
	margin-bottom: 10px;
}

.shub-process-step p {
	font-size: 14px;
	color: var(--text-secondary);
	line-height: 1.7;
	margin: 0;
}

/* Module grid */
.shub-module-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 18px;
}

.shub-module-card {
	padding: 24px;
	border: 1px solid rgba(255, 255, 255, 0.07);
	border-radius: 16px;
	transition: border-color 0.25s;
}

.shub-module-card:hover {
	border-color: rgba(6, 182, 212, 0.25);
}

.shub-module-card i {
	font-size: 22px;
	color: #22d3ee;
	margin-bottom: 14px;
}

.shub-module-card h3 {
	font-size: 17px;
	margin-bottom: 8px;
}

.shub-module-card p {
	font-size: 14px;
	color: var(--text-secondary);
	line-height: 1.65;
	margin: 0;
}

/* Audience */
.shub-audience-grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 24px;
	max-width: 960px;
	margin: 0 auto;
}

.shub-audience-card {
	padding: 32px 28px;
	border: 1px solid rgba(255, 255, 255, 0.08);
	border-radius: 20px;
}

.shub-audience-label {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	font-size: 12px;
	padding: 6px 12px;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.04);
	margin-bottom: 16px;
}

.shub-audience-card h3 {
	font-size: 26px;
	margin-bottom: 12px;
}

.shub-audience-card > p {
	color: var(--text-secondary);
	line-height: 1.7;
	margin-bottom: 18px;
}

.shub-audience-card .shub-check-list {
	margin-bottom: 24px;
}

/* FAQ */
.shub-faq {
	max-width: 760px;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.shub-faq-item {
	border: 1px solid rgba(255, 255, 255, 0.08);
	border-radius: 14px;
	padding: 4px 18px;
	background: rgba(255, 255, 255, 0.02);
}

.shub-faq-item summary {
	cursor: pointer;
	padding: 14px 0;
	font-weight: 600;
	font-size: 15px;
	list-style: none;
}

.shub-faq-item summary::-webkit-details-marker {
	display: none;
}

.shub-faq-item p {
	color: var(--text-secondary);
	font-size: 14px;
	line-height: 1.7;
	margin: 0 0 16px;
	padding-top: 0;
}

/* CTA */
.shub-cta-row {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 32px;
	flex-wrap: wrap;
	padding: 36px 0;
	border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.shub-cta-row h2 {
	font-size: clamp(24px, 3vw, 34px);
	margin-bottom: 10px;
	max-width: 520px;
}

.shub-cta-row p {
	color: var(--text-secondary);
	font-size: 15px;
	line-height: 1.7;
	max-width: 520px;
	margin: 0;
}

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

/* Animations */
@keyframes shubMeshShift {
	0% { opacity: 0.85; }
	100% { opacity: 1; }
}

@keyframes shubBlob1 {
	0%, 100% { transform: translateX(-50%) translateY(0); }
	50% { transform: translateX(-48%) translateY(20px); }
}

@keyframes shubBlob2 {
	0%, 100% { transform: translate(0, 0); }
	50% { transform: translate(-16px, -12px); }
}

@keyframes shubBrowserFloat {
	0%, 100% { transform: translateX(-50%) translateY(0); }
	50% { transform: translateX(-50%) translateY(-8px); }
}

@keyframes shubChipFloat {
	0%, 100% { transform: translateY(0); }
	50% { transform: translateY(-6px); }
}

@keyframes shubPanelIn {
	from { opacity: 0; transform: translateY(8px); }
	to { opacity: 1; transform: translateY(0); }
}

@keyframes shubSecMeshPulse {
	0% { opacity: 0.75; transform: scale(1); }
	100% { opacity: 1; transform: scale(1.03); }
}

@keyframes shubSecBlobDrift {
	0%, 100% { transform: translate(0, 0); }
	50% { transform: translate(18px, -14px); }
}

@keyframes shubSecStarsDrift {
	from { transform: translate3d(0, 0, 0); }
	to { transform: translate3d(-420px, -220px, 0); }
}

@media (max-width: 960px) {
	.shub-intro-split,
	.shub-switcher,
	.shub-panel.is-active,
	.shub-process,
	.shub-module-grid,
	.shub-audience-grid {
		grid-template-columns: 1fr;
	}

	.shub-flow-arrow {
		display: none;
	}

	.shub-dashboard-stage {
		height: 340px;
	}

	.shub-float {
		display: none;
	}

	.shub-cta-row {
		flex-direction: column;
		align-items: flex-start;
	}
}

@media (max-width: 640px) {
	.shub-hero {
		padding-top: 110px;
	}

	.shub-dashboard-stage {
		height: 280px;
	}

	.shub-browser {
		width: 96%;
	}

	.shub-switcher {
		padding: 20px;
	}

	.shub-switcher-tabs {
		flex-direction: row;
		flex-wrap: wrap;
	}

	.shub-tab {
		flex: 1 1 calc(50% - 4px);
		font-size: 12px;
		padding: 10px 12px;
	}
}
