/*
Theme Name: Khaleej Agency
Theme URI: https://khaleejwebdesign.local
Author: Khaleej Web Design
Description: Bangla-first agency and ecommerce WordPress theme for Khaleej Web Design.
Version: 1.4.9
Requires at least: 6.0
Tested up to: 6.9
Requires PHP: 8.0
Text Domain: khaleej-agency
*/

:root {
	--ink: #172033;
	--soft-ink: #526076;
	--paper: #ffffff;
	--muted: #f5f7fb;
	--cream: #fff2f1;
	--grid: #e7edf5;
	--line: #dfe6ef;
	--navy: #0f1c3a;
	--blue: #2547ad;
	--cyan: #0bb9d6;
	--green: #21c768;
	--teal: #00a78f;
	--purple: #7b3ff2;
	--pink: #e33398;
	--orange: #f97316;
	--yellow: #ffd43b;
	--red: #e51f3f;
	--shadow: 0 22px 55px rgba(23, 32, 51, 0.14);
}

* {
	box-sizing: border-box;
}

html {
	scroll-behavior: smooth;
}

body {
	margin: 0;
	color: var(--ink);
	font-family: "Noto Sans Bengali", "Hind Siliguri", "Nirmala UI", "Segoe UI", Arial, sans-serif;
	line-height: 1.72;
	background: var(--paper);
	text-rendering: optimizeLegibility;
}

a {
	color: inherit;
	text-decoration: none;
}

svg {
	display: block;
}

.screen-reader-text {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

.screen-reader-text:focus {
	z-index: 100000;
	width: auto;
	height: auto;
	padding: 10px 14px;
	margin: 8px;
	clip: auto;
	color: var(--paper);
	background: var(--navy);
	border-radius: 8px;
}

.site-shell {
	overflow: hidden;
}

.container {
	width: min(1120px, calc(100% - 36px));
	margin-inline: auto;
}

.site-header {
	position: sticky;
	top: 0;
	z-index: 80;
	background: rgba(255, 255, 255, 0.96);
	border-bottom: 1px solid var(--line);
	backdrop-filter: blur(16px);
}

.nav-wrap {
	width: min(1320px, calc(100% - 36px));
	min-height: 72px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
}

.brand {
	display: inline-flex;
	align-items: center;
	gap: 13px;
	min-width: fit-content;
	color: var(--navy);
	font-weight: 900;
}

.brand-mark {
	width: 70px;
	height: 52px;
	display: inline-grid;
	place-items: center;
	flex: 0 0 auto;
	color: var(--navy);
	letter-spacing: 0;
}

.brand-logo-mark {
	filter: drop-shadow(0 12px 22px rgba(15, 28, 58, 0.13));
	transition: transform 180ms ease, filter 180ms ease, color 180ms ease;
}

.brand-symbol {
	width: 100%;
	height: 100%;
	display: block;
	overflow: visible;
}

.logo-stem,
.logo-arm,
.logo-wave {
	fill: none;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.logo-stem {
	stroke: #0f1c3a;
	stroke-width: 11;
}

.logo-arm {
	stroke: #0aa795;
	stroke-width: 10;
}

.logo-arm-bottom {
	stroke: #0bb9d6;
}

.logo-wave {
	stroke: #f97316;
	stroke-width: 5;
}

.logo-node {
	fill: #ffffff;
	stroke-width: 4;
}

.logo-node-a {
	stroke: #0f1c3a;
}

.logo-node-b {
	stroke: #0aa795;
}

.logo-node-c {
	stroke: #0bb9d6;
}

.brand:hover .brand-logo-mark,
.brand:focus-visible .brand-logo-mark {
	filter: drop-shadow(0 16px 30px rgba(15, 28, 58, 0.18));
	transform: translateY(-1px);
}

.brand-copy {
	display: grid;
	line-height: 0.98;
}

.brand-copy strong {
	display: grid;
	color: var(--navy);
	letter-spacing: 0;
}

.brand-name-main {
	color: var(--navy);
	font-size: clamp(1.2rem, 2vw, 1.48rem);
	font-weight: 950;
}

.brand-name-sub {
	display: block;
	color: var(--teal);
	font-size: clamp(0.9rem, 1.5vw, 1.06rem);
	font-weight: 950;
}

.brand-copy small {
	color: var(--soft-ink);
	font-size: 0.68rem;
	font-weight: 900;
	letter-spacing: 0;
}

.nav-menu {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 2px;
	font-weight: 850;
}

.nav-menu a {
	padding: 9px 10px;
	border-radius: 8px;
	color: #263248;
	font-size: 0.92rem;
	white-space: nowrap;
	transition: color 160ms ease, background 160ms ease;
}

.nav-menu a:hover,
.nav-menu a:focus-visible,
.nav-menu a.active {
	color: var(--orange);
	background: #fff6ed;
	outline: none;
}

.header-actions {
	display: flex;
	align-items: center;
	gap: 9px;
}

.header-actions .button {
	flex: 0 0 auto;
}

.header-actions .button span {
	white-space: nowrap;
}

.button {
	min-height: 44px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	padding: 0 17px;
	border: 0;
	border-radius: 8px;
	color: var(--paper);
	font-weight: 900;
	line-height: 1.1;
	box-shadow: 0 12px 24px rgba(23, 32, 51, 0.12);
	transition: transform 160ms ease, box-shadow 160ms ease, filter 160ms ease;
}

.button:hover,
.button:focus-visible {
	transform: translateY(-1px);
	filter: saturate(1.05);
	box-shadow: 0 16px 30px rgba(23, 32, 51, 0.16);
	outline: none;
}

.button-whatsapp,
.button-green {
	background: var(--green);
}

.button-meeting,
.button-purple {
	background: linear-gradient(135deg, #2e63ff, #9a32ef);
}

.button-blue {
	background: linear-gradient(135deg, var(--teal), #1d7bf2);
}

.button-red {
	background: linear-gradient(135deg, var(--red), #ff3f6f);
}

.button-yellow {
	color: #172033;
	background: linear-gradient(135deg, #facc15, #f59e0b);
}

.button-outline {
	color: var(--paper);
	border: 1px solid rgba(255, 255, 255, 0.22);
	background: rgba(255, 255, 255, 0.06);
}

.menu-toggle {
	display: none;
}

.hamburger {
	display: none;
	width: 42px;
	height: 42px;
	border: 1px solid var(--line);
	border-radius: 8px;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	background: var(--paper);
}

.hamburger span,
.hamburger span::before,
.hamburger span::after {
	width: 19px;
	height: 2px;
	display: block;
	position: relative;
	background: var(--ink);
	border-radius: 999px;
	content: "";
}

.hamburger span::before {
	position: absolute;
	top: -6px;
}

.hamburger span::after {
	position: absolute;
	top: 6px;
}

.hero {
	position: relative;
	overflow: hidden;
	padding: clamp(86px, 9vw, 128px) 0 clamp(76px, 8vw, 108px);
	text-align: center;
	color: var(--paper);
	background:
		radial-gradient(circle at 38% 55%, rgba(42, 101, 255, 0.26), transparent 12%),
		linear-gradient(120deg, #152c72 0%, #233f99 42%, #101d3c 100%);
}

.hero-home {
	padding: clamp(74px, 7vw, 104px) 0 clamp(64px, 7vw, 96px);
	background-size: 140% 140%, 120% 120%;
	animation: heroAmbient 12s ease-in-out infinite alternate;
}

.hero::before,
.hero::after {
	position: absolute;
	width: 118px;
	height: 118px;
	border: 1px solid rgba(255, 255, 255, 0.13);
	content: "";
	transform: rotate(45deg);
}

.hero::before {
	left: 7vw;
	top: 74px;
}

.hero::after {
	right: 7vw;
	top: 150px;
}

.hero-home::before {
	animation: floatShape 8s ease-in-out infinite;
}

.hero-home::after {
	animation: floatShape 9s ease-in-out infinite reverse;
}

.hero-inner {
	position: relative;
	z-index: 1;
	max-width: 860px;
	margin-inline: auto;
}

.hero-home .hero-inner {
	max-width: 780px;
}

.hero-kicker,
.mini-pill {
	width: fit-content;
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 7px 16px;
	border-radius: 999px;
	color: #e8f2ff;
	background: rgba(255, 255, 255, 0.1);
	border: 1px solid rgba(255, 255, 255, 0.18);
	font-size: 0.86rem;
	font-weight: 900;
}

.hero-kicker {
	margin-bottom: 22px;
}

.hero-kicker svg,
.mini-pill svg {
	color: var(--yellow);
}

.hero h1 {
	max-width: 900px;
	margin: 0 auto;
	font-size: clamp(2rem, 3.9vw, 4.05rem);
	line-height: 1.12;
	letter-spacing: 0;
	text-wrap: balance;
}

.hero-home h1 {
	max-width: 760px;
	font-size: clamp(1.95rem, 3.35vw, 3.45rem);
	line-height: 1.18;
	text-wrap: balance;
}

.hero-subtitle {
	margin: 10px 0 0;
	color: var(--yellow);
	font-size: clamp(1.1rem, 2.2vw, 1.62rem);
	font-weight: 900;
}

.hero-home .hero-subtitle {
	font-size: clamp(1rem, 1.45vw, 1.28rem);
	color: #fff071;
}

.hero-copy {
	max-width: 680px;
	margin: 22px auto 0;
	color: rgba(255, 255, 255, 0.82);
	font-weight: 700;
}

.hero-badges {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 18px;
	margin: 26px 0 0;
	color: #dce8ff;
	font-weight: 800;
}

.hero-badges span {
	display: inline-flex;
	align-items: center;
	gap: 7px;
}

.hero-badges span::before {
	width: 10px;
	height: 10px;
	background: var(--green);
	border-radius: 50%;
	content: "";
}

.hero-actions {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	gap: 12px;
	margin-top: 28px;
}

.hero-home .hero-kicker,
.hero-home h1,
.hero-home .hero-subtitle,
.hero-home .hero-badges,
.hero-home .hero-actions {
	animation: fadeRise 720ms ease both;
}

.hero-home h1 {
	animation-delay: 80ms;
}

.hero-home .hero-subtitle {
	animation-delay: 160ms;
}

.hero-home .hero-badges {
	animation-delay: 240ms;
}

.hero-home .hero-actions {
	animation-delay: 320ms;
}

.hero-home .button-whatsapp {
	position: relative;
	overflow: hidden;
}

.hero-home .button-whatsapp::after {
	position: absolute;
	inset: -40% auto -40% -55%;
	width: 44%;
	background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.42), transparent);
	content: "";
	transform: skewX(-18deg);
	animation: buttonShine 4.5s ease-in-out infinite;
}

.hero:not(.hero-home) .hero-kicker,
.hero:not(.hero-home) h1,
.hero:not(.hero-home) .hero-subtitle,
.hero:not(.hero-home) .hero-copy,
.hero:not(.hero-home) .hero-badges,
.hero:not(.hero-home) .hero-actions,
.pricing-hero .mini-pill,
.pricing-hero h1,
.pricing-hero p,
.pricing-hero .hero-actions {
	animation: fadeRise 680ms ease both;
}

.hero:not(.hero-home) h1,
.pricing-hero h1 {
	animation-delay: 80ms;
}

.hero:not(.hero-home) .hero-subtitle,
.hero:not(.hero-home) .hero-copy,
.pricing-hero p {
	animation-delay: 150ms;
}

.hero:not(.hero-home) .hero-badges,
.hero:not(.hero-home) .hero-actions,
.pricing-hero .hero-actions {
	animation-delay: 230ms;
}

.section {
	padding: clamp(64px, 7vw, 96px) 0;
}

.section-tight {
	padding: clamp(46px, 5vw, 70px) 0;
}

.section-soft {
	background: linear-gradient(135deg, #f4fbff, #fbf4ff);
}

.section-cream {
	background: var(--cream);
}

.grid-bg {
	background:
		linear-gradient(rgba(231, 237, 245, 0.72) 1px, transparent 1px) 0 0 / 28px 28px,
		linear-gradient(90deg, rgba(231, 237, 245, 0.72) 1px, transparent 1px) 0 0 / 28px 28px,
		radial-gradient(circle at 5% 20%, rgba(0, 196, 177, 0.14), transparent 24%),
		radial-gradient(circle at 95% 84%, rgba(145, 58, 240, 0.14), transparent 24%),
		var(--paper);
}

.section-title {
	max-width: 840px;
	margin: 0 auto 38px;
	text-align: center;
}

.section-title .mini-pill {
	margin-bottom: 14px;
	color: var(--teal);
	background: #e9fff9;
	border-color: #bff4e4;
}

.section-title h2 {
	margin: 0;
	font-size: clamp(1.7rem, 2.75vw, 2.7rem);
	line-height: 1.18;
	letter-spacing: 0;
	text-wrap: balance;
}

.section-title p {
	max-width: 660px;
	margin: 12px auto 0;
	color: var(--soft-ink);
	font-size: 1.03rem;
	font-weight: 700;
}

.split-intro {
	display: grid;
	grid-template-columns: minmax(0, 0.9fr) minmax(360px, 1fr);
	gap: clamp(34px, 7vw, 90px);
	align-items: center;
}

.split-intro h2 {
	margin: 0;
	font-size: clamp(1.55rem, 2.55vw, 2.45rem);
	line-height: 1.28;
	color: #127f8d;
	text-wrap: balance;
}

.split-intro p {
	margin: 22px 0 0;
	color: var(--soft-ink);
	font-size: 1.05rem;
	font-weight: 700;
}

.commerce-panel,
.warning-card,
.package-card,
.feature-card,
.special-card,
.service-card,
.portfolio-card,
.marketing-card,
.trust-card,
.process-card,
.audit-panel,
.audit-score-card,
.stat-box,
.comparison-card,
.why-card,
.leadership-card,
.founder-card,
.document-card,
.video-card,
.niche-card,
.cpa-card,
.need-card,
.cost-card,
.landing-system-card,
.meeting-card,
.location-card,
.meeting-form-card,
.office-card,
.social-card-large,
.office-map-card,
.direct-card {
	border: 1px solid var(--line);
	border-radius: 8px;
	background: var(--paper);
	box-shadow: var(--shadow);
	transition: transform 190ms ease, box-shadow 190ms ease, border-color 190ms ease;
}

.commerce-panel {
	overflow: hidden;
	padding: 24px;
	color: var(--paper);
	background:
		radial-gradient(circle at 85% 80%, rgba(123, 63, 242, 0.55), transparent 38%),
		linear-gradient(135deg, #0c132d, #2b1d62);
	animation: panelFloat 6s ease-in-out infinite;
}

.panel-top {
	display: flex;
	justify-content: space-between;
	gap: 12px;
	margin-bottom: 22px;
	color: #cdd8ff;
	font-size: 0.82rem;
	font-weight: 800;
}

.panel-dot {
	display: inline-flex;
	align-items: center;
	gap: 7px;
}

.panel-dot::before {
	width: 9px;
	height: 9px;
	background: var(--green);
	border-radius: 50%;
	content: "";
}

.panel-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 16px;
}

.panel-item {
	min-height: 118px;
	display: grid;
	place-items: center;
	gap: 10px;
	padding: 18px;
	text-align: center;
	border-radius: 8px;
	background: rgba(255, 255, 255, 0.08);
	border: 1px solid rgba(255, 255, 255, 0.08);
	font-weight: 900;
	transition: transform 180ms ease, background 180ms ease, border-color 180ms ease;
}

.panel-item .icon-badge {
	margin: 0;
}

.panel-item:hover {
	transform: translateY(-4px);
	background: rgba(255, 255, 255, 0.13);
	border-color: rgba(255, 255, 255, 0.18);
}

.panel-foot {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 12px;
	margin-top: 22px;
	padding-top: 18px;
	border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.panel-foot span {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	min-height: 38px;
	padding: 8px 10px;
	border-radius: 8px;
	color: #dce4ff;
	background: rgba(255, 255, 255, 0.09);
	font-weight: 850;
}

.panel-foot svg {
	width: 18px;
	height: 18px;
	color: #7df0c8;
	filter: drop-shadow(0 3px 7px rgba(33, 199, 104, 0.26));
}

.feature-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 28px;
}

.feature-card {
	position: relative;
	min-height: 202px;
	padding: 30px;
	overflow: hidden;
	box-shadow: 0 14px 34px rgba(23, 32, 51, 0.09);
	transition: transform 190ms ease, box-shadow 190ms ease, border-color 190ms ease;
}

.feature-card::before {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	height: 5px;
	background: linear-gradient(90deg, var(--accent, var(--teal)), var(--accent-two, var(--cyan)));
	content: "";
}

.feature-card::after {
	position: absolute;
	inset: 0;
	background: radial-gradient(circle at 18% 0, color-mix(in srgb, var(--accent, var(--teal)) 14%, transparent), transparent 34%);
	content: "";
	opacity: 0;
	transition: opacity 190ms ease;
	pointer-events: none;
}

.feature-card:hover,
.special-card:hover,
.service-card:hover,
.portfolio-card:hover,
.marketing-card:hover,
.trust-card:hover,
.process-card:hover,
.package-card:hover,
.why-card:hover,
.warning-card:hover,
.comparison-card:hover,
.leadership-card:hover,
.founder-card:hover,
.document-card:hover,
.video-card:hover,
.niche-card:hover,
.cpa-card:hover,
.need-card:hover,
.cost-card:hover,
.landing-system-card:hover,
.meeting-card:hover,
.location-card:hover,
.meeting-form-card:hover,
.office-card:hover,
.social-card-large:hover,
.office-map-card:hover,
.direct-card:hover {
	transform: translateY(-6px);
	box-shadow: 0 24px 52px rgba(23, 32, 51, 0.14);
	border-color: color-mix(in srgb, var(--accent, #7b3ff2) 34%, var(--line));
}

.feature-card:hover::after {
	opacity: 1;
}

.icon-badge {
	position: relative;
	width: 52px;
	height: 52px;
	display: grid;
	place-items: center;
	margin-bottom: 20px;
	overflow: hidden;
	color: var(--paper);
	background:
		radial-gradient(circle at 24% 18%, rgba(255, 255, 255, 0.46), transparent 28%),
		linear-gradient(135deg, color-mix(in srgb, var(--accent, var(--teal)) 86%, white), color-mix(in srgb, var(--accent, var(--teal)) 82%, #172033));
	border-radius: 12px;
	box-shadow: 0 14px 26px color-mix(in srgb, var(--accent, var(--teal)) 26%, transparent), inset 0 1px 0 rgba(255, 255, 255, 0.28);
	transition: transform 180ms ease, box-shadow 180ms ease;
	isolation: isolate;
}

.icon-badge::after {
	position: absolute;
	inset: 0;
	background: linear-gradient(135deg, rgba(255, 255, 255, 0.28), transparent 42%);
	content: "";
	opacity: 0.72;
	pointer-events: none;
}

.icon-badge svg {
	position: relative;
	z-index: 1;
	width: 24px;
	height: 24px;
	filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.18));
}

.feature-card:hover .icon-badge,
.special-card:hover .icon-badge,
.service-card:hover .icon-badge,
.portfolio-card:hover .icon-badge,
.marketing-card:hover .icon-badge,
.trust-card:hover .icon-badge,
.process-card:hover .icon-badge,
.package-card:hover .icon-badge,
.why-card:hover .icon-badge,
.warning-card:hover .icon-badge,
.comparison-card:hover .icon-badge,
.leadership-card:hover .icon-badge,
.founder-card:hover .icon-badge,
.document-card:hover .icon-badge,
.video-card:hover .icon-badge,
.niche-card:hover .icon-badge,
.cpa-card:hover .icon-badge,
.need-card:hover .icon-badge,
.cost-card:hover .icon-badge,
.landing-system-card:hover .icon-badge,
.meeting-card:hover .icon-badge,
.location-card:hover .icon-badge,
.meeting-form-card:hover .icon-badge,
.office-card:hover .icon-badge,
.social-card-large:hover .icon-badge,
.office-map-card:hover .icon-badge,
.direct-card:hover .icon-badge {
	transform: rotate(-4deg) scale(1.05);
	box-shadow: 0 16px 30px rgba(23, 32, 51, 0.2);
}

.feature-card h3,
.special-card h3,
.service-card h3,
.package-card h3,
.why-card h3 {
	margin: 0;
	font-size: 1.22rem;
	line-height: 1.35;
}

.feature-card p,
.special-card p,
.service-card p,
.package-card p,
.why-card p {
	margin: 10px 0 0;
	color: var(--soft-ink);
	font-weight: 650;
}

.center-actions {
	display: flex;
	justify-content: center;
	margin-top: 34px;
}

.special-grid,
.services-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 28px;
}

.special-card {
	padding: 38px 30px;
	text-align: center;
	transition: transform 190ms ease, box-shadow 190ms ease, border-color 190ms ease;
}

.special-card .icon-badge {
	width: 88px;
	height: 88px;
	margin: 0 auto 24px;
	border-radius: 50%;
}

.special-card .button {
	margin-top: 22px;
	min-height: 40px;
}

.services-grid {
	gap: 24px;
}

.service-card {
	padding: 30px;
	min-height: 252px;
	box-shadow: 0 10px 28px rgba(23, 32, 51, 0.06);
	transition: transform 190ms ease, box-shadow 190ms ease, border-color 190ms ease;
}

.software-home-section {
	background:
		linear-gradient(135deg, rgba(37, 99, 235, 0.08), transparent 44%),
		linear-gradient(180deg, #f8fbff, #ffffff);
}

.software-home-shell,
.software-hero-grid,
.software-proof-grid,
.software-fit-grid {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(420px, 0.88fr);
	gap: 34px;
	align-items: center;
}

.software-home-copy h2,
.software-proof-grid h2,
.software-fit-copy h2,
.software-cta-panel h2 {
	margin: 18px 0 12px;
	font-size: 2.42rem;
	line-height: 1.2;
	letter-spacing: 0;
}

.software-home-copy p,
.software-proof-grid p,
.software-fit-copy p,
.software-cta-panel p {
	margin: 0;
	color: var(--soft-ink);
	font-weight: 650;
}

.software-signal-list,
.software-proof-points,
.software-console-foot {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.software-signal-list {
	margin-top: 22px;
}

.software-signal-list span,
.software-proof-points span,
.software-console-foot span {
	display: inline-flex;
	align-items: center;
	min-height: 34px;
	padding: 7px 12px;
	border: 1px solid rgba(37, 99, 235, 0.16);
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.76);
	color: #1d4ed8;
	font-size: 0.88rem;
	font-weight: 850;
}

.software-home-actions {
	justify-content: flex-start;
	margin-top: 24px;
}

.software-home-grid,
.software-product-grid,
.software-module-grid,
.software-process-grid {
	display: grid;
	gap: 22px;
}

.software-home-grid,
.software-product-grid {
	grid-template-columns: repeat(3, minmax(0, 1fr));
	margin-top: 30px;
}

.software-module-grid {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.software-process-grid {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.software-card,
.software-product-card,
.software-module-card,
.software-fit-card {
	position: relative;
	overflow: hidden;
	border: 1px solid var(--line);
	border-radius: 8px;
	background: rgba(255, 255, 255, 0.94);
	box-shadow: 0 14px 34px rgba(23, 32, 51, 0.08);
}

.software-card,
.software-product-card,
.software-module-card {
	transition: transform 210ms ease, box-shadow 210ms ease, border-color 210ms ease;
}

.software-card::before,
.software-product-card::before,
.software-module-card::before {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 4px;
	background: linear-gradient(90deg, var(--accent, #2563eb), color-mix(in srgb, var(--accent, #2563eb) 42%, white));
	content: "";
}

.software-card:hover,
.software-product-card:hover,
.software-module-card:hover {
	border-color: color-mix(in srgb, var(--accent, #2563eb) 26%, white);
	box-shadow: 0 22px 44px rgba(23, 32, 51, 0.13);
	transform: translateY(-5px);
}

.software-card {
	display: block;
	min-height: 292px;
	padding: 28px;
	color: var(--ink);
}

.software-card .icon-badge,
.software-product-card .icon-badge,
.software-module-card .icon-badge {
	--accent: inherit;
	margin-bottom: 18px;
	background: var(--accent, #2563eb);
}

.software-card h3,
.software-product-card h3,
.software-module-card h3,
.software-process-card h3 {
	margin: 0;
	font-size: 1.2rem;
	line-height: 1.35;
	letter-spacing: 0;
}

.software-card p,
.software-product-card p,
.software-module-card p,
.software-process-card p {
	margin: 10px 0 0;
	color: var(--soft-ink);
	font-weight: 650;
}

.software-card .tag-list {
	margin-top: 18px;
}

.software-console {
	position: relative;
	overflow: hidden;
	padding: 24px;
	border: 1px solid rgba(141, 180, 255, 0.22);
	border-radius: 8px;
	background:
		linear-gradient(90deg, rgba(255, 255, 255, 0.05) 1px, transparent 1px),
		linear-gradient(rgba(255, 255, 255, 0.05) 1px, transparent 1px),
		linear-gradient(145deg, #071426, #122c58 54%, #173a6f);
	background-size: 28px 28px, 28px 28px, auto;
	color: #f8fbff;
	box-shadow: 0 28px 64px rgba(5, 18, 42, 0.28);
}

.software-console::after {
	position: absolute;
	top: -22%;
	bottom: -22%;
	left: -38%;
	width: 32%;
	background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.15), transparent);
	content: "";
	animation: softwareSweep 5.8s ease-in-out infinite;
}

.software-console-compact {
	min-height: 350px;
}

.software-console-large {
	min-height: 470px;
	padding: 30px;
}

.software-console-top,
.software-console-body {
	position: relative;
	z-index: 1;
	display: flex;
	justify-content: space-between;
	gap: 16px;
}

.software-console-top {
	align-items: center;
	padding-bottom: 18px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.14);
	font-weight: 900;
}

.software-console-top strong {
	display: inline-flex;
	align-items: center;
	min-height: 30px;
	padding: 6px 11px;
	border: 1px solid rgba(34, 197, 94, 0.34);
	border-radius: 999px;
	background: rgba(34, 197, 94, 0.16);
	color: #86efac;
	font-size: 0.8rem;
	text-transform: uppercase;
}

.software-metric-row {
	position: relative;
	z-index: 1;
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 12px;
	margin: 18px 0;
}

.software-metric-row div {
	min-height: 88px;
	padding: 16px;
	border: 1px solid rgba(255, 255, 255, 0.14);
	border-radius: 8px;
	background: rgba(255, 255, 255, 0.1);
}

.software-metric-row small,
.software-metric-row strong {
	display: block;
}

.software-metric-row small {
	color: #bfdbfe;
	font-weight: 800;
}

.software-metric-row strong {
	margin-top: 8px;
	color: #ffffff;
	font-size: 1.34rem;
	line-height: 1;
	letter-spacing: 0;
}

.software-console-body {
	align-items: stretch;
}

.software-chart {
	display: flex;
	flex: 1 1 0;
	align-items: flex-end;
	gap: 11px;
	min-height: 170px;
	padding: 22px;
	border: 1px solid rgba(255, 255, 255, 0.14);
	border-radius: 8px;
	background: rgba(4, 11, 28, 0.34);
}

.software-chart i {
	flex: 1 1 0;
	min-height: 34px;
	border-radius: 5px 5px 2px 2px;
	background: linear-gradient(180deg, #38bdf8, #2563eb);
	transform-origin: bottom;
	animation: softwareBars 3.6s ease-in-out infinite;
}

.software-chart i:nth-child(1) {
	height: 44%;
}

.software-chart i:nth-child(2) {
	height: 72%;
	animation-delay: 0.16s;
}

.software-chart i:nth-child(3) {
	height: 58%;
	animation-delay: 0.32s;
}

.software-chart i:nth-child(4) {
	height: 88%;
	animation-delay: 0.48s;
}

.software-chart i:nth-child(5) {
	height: 66%;
	animation-delay: 0.64s;
}

.software-console-list {
	display: grid;
	flex: 0 0 190px;
	gap: 10px;
}

.software-console-list span {
	display: flex;
	align-items: center;
	min-height: 42px;
	padding: 10px 12px;
	border: 1px solid rgba(255, 255, 255, 0.13);
	border-radius: 8px;
	background: rgba(255, 255, 255, 0.1);
	color: #dbeafe;
	font-size: 0.9rem;
	font-weight: 850;
}

.software-console-foot {
	position: relative;
	z-index: 1;
	margin-top: 18px;
}

.software-console-foot span {
	border-color: rgba(255, 255, 255, 0.14);
	background: rgba(255, 255, 255, 0.11);
	color: #ffffff;
}

.software-hero {
	padding: 94px 0;
	background:
		linear-gradient(135deg, #081426, #123169 62%, #102651);
}

.software-hero-grid {
	grid-template-columns: minmax(0, 1fr) minmax(440px, 0.9fr);
}

.software-hero-copy {
	max-width: none;
	margin: 0;
	text-align: left;
}

.software-hero-copy .hero-actions {
	justify-content: flex-start;
}

.software-proof-section {
	padding-top: 54px;
	padding-bottom: 54px;
	background: linear-gradient(180deg, #f7fbff, #eef6ff);
}

.software-proof-grid {
	grid-template-columns: minmax(0, 1fr) auto;
}

.software-proof-points {
	justify-content: flex-end;
	max-width: 420px;
}

.software-proof-points span {
	background: #ffffff;
	box-shadow: 0 10px 22px rgba(23, 32, 51, 0.07);
}

.software-product-card {
	min-height: 420px;
	padding: 30px;
}

.software-product-head {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 14px;
	margin-bottom: 2px;
}

.software-product-head em {
	display: inline-flex;
	align-items: center;
	min-height: 30px;
	padding: 5px 10px;
	border-radius: 999px;
	background: color-mix(in srgb, var(--accent, #2563eb) 12%, white);
	color: color-mix(in srgb, var(--accent, #2563eb) 84%, #071426);
	font-size: 0.8rem;
	font-style: normal;
	font-weight: 950;
}

.software-product-card .check-list {
	margin-top: 20px;
}

.software-module-section {
	background: linear-gradient(180deg, #f8fbff, #ffffff);
}

.software-module-card {
	min-height: 240px;
	padding: 28px;
}

.software-fit-grid {
	grid-template-columns: minmax(0, 0.9fr) minmax(420px, 1fr);
}

.software-fit-card {
	padding: 34px;
}

.software-fit-card .check-list {
	margin: 0;
}

.software-process-section {
	background: linear-gradient(180deg, #ffffff, #f6fbff);
}

.software-process-card {
	min-height: 276px;
}

.software-cta-section {
	padding-top: 42px;
}

.software-cta-panel {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 34px;
	padding: 44px;
	border: 1px solid rgba(37, 99, 235, 0.18);
	border-radius: 8px;
	background:
		linear-gradient(120deg, rgba(37, 99, 235, 0.14), rgba(34, 197, 94, 0.11)),
		#ffffff;
	box-shadow: 0 22px 54px rgba(23, 32, 51, 0.12);
}

.software-cta-panel > div:first-child {
	max-width: 690px;
}

.software-cta-panel .hero-actions {
	flex: 0 0 auto;
}

.portfolio-section {
	background:
		radial-gradient(circle at 6% 18%, rgba(33, 199, 104, 0.12), transparent 24%),
		radial-gradient(circle at 92% 78%, rgba(37, 99, 235, 0.12), transparent 26%),
		linear-gradient(180deg, #ffffff, #f7fbff);
}

.portfolio-grid,
.marketing-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 24px;
}

.portfolio-card {
	position: relative;
	display: block;
	min-height: 340px;
	padding: 24px;
	overflow: hidden;
	color: var(--ink);
}

.portfolio-card::before,
.marketing-card::before,
.trust-card::before {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	height: 4px;
	background: linear-gradient(90deg, var(--accent, var(--teal)), color-mix(in srgb, var(--accent, var(--teal)) 35%, white));
	content: "";
}

.portfolio-card::after {
	position: absolute;
	right: -38px;
	bottom: -38px;
	width: 128px;
	height: 128px;
	border-radius: 50%;
	background: color-mix(in srgb, var(--accent, var(--teal)) 12%, transparent);
	content: "";
	transition: transform 220ms ease, opacity 220ms ease;
}

.portfolio-card:hover::after {
	opacity: 1;
	transform: scale(1.15);
}

.portfolio-browser {
	position: relative;
	height: 132px;
	margin-bottom: 24px;
	padding: 18px 14px 14px;
	overflow: hidden;
	border: 1px solid #dbe5f1;
	border-radius: 8px;
	background: linear-gradient(180deg, #f8fbff, #eef4fb);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8);
}

.portfolio-browser > span {
	position: absolute;
	top: 9px;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #ef4444;
}

.portfolio-browser > span:nth-child(1) {
	left: 12px;
}

.portfolio-browser > span:nth-child(2) {
	left: 26px;
	background: #f59e0b;
}

.portfolio-browser > span:nth-child(3) {
	left: 40px;
	background: #22c55e;
}

.portfolio-screen {
	height: 100%;
	display: grid;
	grid-template-columns: 0.85fr 1.15fr;
	gap: 10px;
}

.portfolio-screen i {
	display: block;
	border-radius: 7px;
	background: color-mix(in srgb, var(--accent, var(--teal)) 18%, white);
}

.portfolio-screen i:first-child {
	grid-row: span 2;
	background:
		linear-gradient(135deg, color-mix(in srgb, var(--accent, var(--teal)) 64%, white), color-mix(in srgb, var(--accent, var(--teal)) 30%, white));
}

.portfolio-card .icon-badge {
	width: 46px;
	height: 46px;
	margin-bottom: 16px;
}

.portfolio-card h3,
.marketing-card h3,
.trust-card h3 {
	margin: 0;
	font-size: 1.22rem;
	line-height: 1.35;
}

.portfolio-card p,
.marketing-card p,
.trust-card p {
	margin: 10px 0 0;
	color: var(--soft-ink);
	font-weight: 700;
}

.portfolio-card strong {
	position: relative;
	z-index: 1;
	display: inline-flex;
	align-items: center;
	gap: 8px;
	margin-top: 18px;
	color: var(--accent, var(--teal));
	font-weight: 950;
}

.portfolio-card strong svg {
	width: 18px;
	height: 18px;
}

.audit-cta-section {
	color: var(--paper);
	background:
		radial-gradient(circle at 16% 12%, rgba(33, 199, 104, 0.24), transparent 26%),
		radial-gradient(circle at 86% 80%, rgba(47, 100, 255, 0.26), transparent 30%),
		linear-gradient(135deg, #07111f, #13254e 62%, #0b1631);
}

.audit-panel {
	display: grid;
	grid-template-columns: minmax(0, 1.1fr) minmax(320px, 0.72fr);
	gap: clamp(28px, 6vw, 74px);
	align-items: center;
	padding: clamp(30px, 5vw, 56px);
	color: var(--paper);
	border-color: rgba(255, 255, 255, 0.12);
	background: rgba(255, 255, 255, 0.08);
	backdrop-filter: blur(12px);
}

.audit-panel h2 {
	margin: 18px 0 0;
	font-size: clamp(1.75rem, 3.3vw, 3rem);
	line-height: 1.18;
	text-wrap: balance;
}

.audit-panel p {
	max-width: 650px;
	margin: 14px 0 0;
	color: rgba(255, 255, 255, 0.78);
	font-weight: 760;
}

.audit-list {
	margin-top: 22px;
}

.audit-panel .audit-list li {
	color: #ffffff;
}

.audit-panel .audit-list li::before {
	color: #ffffff;
}

.audit-score-card {
	padding: 28px;
	color: var(--ink);
	background:
		radial-gradient(circle at 84% 16%, rgba(33, 199, 104, 0.18), transparent 30%),
		var(--paper);
}

.audit-score-top {
	display: flex;
	justify-content: space-between;
	gap: 18px;
	align-items: center;
	margin-bottom: 22px;
}

.audit-score-top span {
	color: var(--soft-ink);
	font-weight: 900;
}

.audit-score-top strong {
	color: #0f8a3a;
	font-size: 1.2rem;
}

.audit-meter {
	height: 14px;
	overflow: hidden;
	border-radius: 999px;
	background: #e8eef7;
}

.audit-meter span {
	display: block;
	height: 100%;
	border-radius: inherit;
	background: linear-gradient(90deg, #16c784, #2563eb);
	animation: auditMeter 2.8s ease-in-out infinite alternate;
}

.audit-mini-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 12px;
	margin-top: 22px;
}

.audit-mini-grid span,
.audit-mini-grid strong {
	min-height: 42px;
	display: grid;
	place-items: center;
	border-radius: 8px;
	background: #f2f6fb;
	font-weight: 900;
}

.audit-mini-grid strong {
	color: #2563eb;
	background: #e9f1ff;
}

.marketing-section {
	background:
		linear-gradient(rgba(231, 237, 245, 0.55) 1px, transparent 1px) 0 0 / 30px 30px,
		linear-gradient(90deg, rgba(231, 237, 245, 0.55) 1px, transparent 1px) 0 0 / 30px 30px,
		linear-gradient(180deg, #fbfdff, #ffffff);
}

.marketing-card {
	position: relative;
	min-height: 330px;
	padding: 32px;
	overflow: hidden;
}

.marketing-card .tag-list {
	margin-top: 22px;
}

.trust-proof-section {
	background: linear-gradient(135deg, #f6fbff, #fff8fb);
}

.trust-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 22px;
}

.trust-card {
	position: relative;
	min-height: 260px;
	padding: 28px;
	overflow: hidden;
}

.trust-contact-strip {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	gap: 14px;
	width: fit-content;
	max-width: 100%;
	margin: 34px auto 0;
	padding: 16px 22px;
	border: 1px solid #dbe7f4;
	border-radius: 8px;
	background: var(--paper);
	box-shadow: 0 12px 30px rgba(23, 32, 51, 0.08);
	font-weight: 850;
}

.trust-contact-strip a {
	color: #16a34a;
	font-size: 1.08rem;
	font-weight: 950;
}

.marketing-hero {
	background:
		radial-gradient(circle at 18% 22%, rgba(33, 199, 104, 0.18), transparent 24%),
		radial-gradient(circle at 82% 78%, rgba(245, 158, 11, 0.16), transparent 26%),
		linear-gradient(135deg, #07111f, #172f68 58%, #0b1631);
}

.marketing-service-intro {
	background: linear-gradient(135deg, #f8fbff, #f3fff9);
}

.marketing-intro-grid {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(320px, 0.8fr);
	gap: clamp(32px, 7vw, 82px);
	align-items: center;
}

.marketing-intro-grid h2 {
	margin: 18px 0 0;
	color: #123064;
	font-size: clamp(1.75rem, 3vw, 2.8rem);
	line-height: 1.2;
	text-wrap: balance;
}

.marketing-intro-grid p {
	margin: 18px 0 0;
	color: var(--soft-ink);
	font-size: 1.06rem;
	font-weight: 720;
}

.marketing-metric-panel {
	padding: 30px;
	border-radius: 8px;
	color: var(--paper);
	background:
		radial-gradient(circle at 80% 16%, rgba(255, 255, 255, 0.16), transparent 28%),
		linear-gradient(135deg, #0b1329, #284a96 68%, #0f9f8f);
	box-shadow: var(--shadow);
	animation: panelFloat 6s ease-in-out infinite;
}

.metric-row {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 18px;
	padding: 16px 0;
	border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.metric-row:last-child {
	border-bottom: 0;
}

.metric-row span {
	color: rgba(255, 255, 255, 0.72);
	font-weight: 850;
}

.metric-row strong {
	color: #fff36d;
	font-size: 1.15rem;
}

.marketing-plans-section {
	position: relative;
	overflow: hidden;
	background:
		radial-gradient(circle at 8% 20%, rgba(37, 99, 235, 0.1), transparent 24%),
		radial-gradient(circle at 88% 72%, rgba(245, 158, 11, 0.14), transparent 26%),
		linear-gradient(180deg, #ffffff, #f8fbff);
}

.marketing-plan-grid .package-card:nth-child(2) {
	transform: translateY(-10px);
	border-color: rgba(245, 158, 11, 0.34);
	box-shadow: 0 26px 60px rgba(245, 158, 11, 0.17);
}

.marketing-plan-grid .package-card:nth-child(2) .plan-tag {
	color: #a16207;
	background: #fef3c7;
}

.marketing-plan-card .center-actions {
	justify-content: stretch;
}

.marketing-plan-card .button {
	width: 100%;
}

.ai-strategy-section {
	color: var(--paper);
	background:
		radial-gradient(circle at 12% 16%, rgba(37, 99, 235, 0.22), transparent 26%),
		radial-gradient(circle at 86% 78%, rgba(33, 199, 104, 0.18), transparent 28%),
		linear-gradient(135deg, #05070d, #111c32 70%, #091225);
}

.ai-strategy-section .section-title h2,
.ai-strategy-section .section-title p {
	color: var(--paper);
}

.ai-card {
	color: var(--ink);
}

.marketing-process-section {
	background: linear-gradient(135deg, #f6fbff, #fff8ef);
}

.process-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 26px;
}

.process-card {
	position: relative;
	min-height: 270px;
	padding: 32px;
	overflow: hidden;
}

.process-card::before {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	height: 4px;
	background: linear-gradient(90deg, var(--accent, var(--teal)), color-mix(in srgb, var(--accent, var(--teal)) 36%, white));
	content: "";
}

.process-card h3 {
	margin: 0;
	font-size: 1.24rem;
}

.process-card p {
	margin: 10px 0 0;
	color: var(--soft-ink);
	font-weight: 720;
}

.recognition-strip {
	padding: 48px 0;
	text-align: center;
	color: var(--paper);
	background:
		radial-gradient(circle at 10% 0, rgba(255, 212, 59, 0.18), transparent 24%),
		radial-gradient(circle at 95% 90%, rgba(255, 212, 59, 0.18), transparent 24%),
		#05070d;
}

.recognition-strip h2 {
	margin: 0;
	font-size: clamp(1.55rem, 3vw, 2.3rem);
}

.recognition-strip strong {
	color: var(--yellow);
}

.recognition-strip p {
	margin: 10px 0 0;
	color: rgba(255, 255, 255, 0.78);
	font-weight: 800;
}

.team-photo {
	position: relative;
	width: min(760px, 100%);
	min-height: 360px;
	margin: 0 auto;
	overflow: hidden;
	border-radius: 8px;
	background:
		linear-gradient(90deg, rgba(91, 56, 146, 0.48), rgba(236, 73, 124, 0.45)),
		linear-gradient(135deg, #e8eef6 0 45%, #ffd0de 45% 100%);
	box-shadow: var(--shadow);
}

.team-photo::before {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 40%;
	background: linear-gradient(180deg, transparent, rgba(255, 255, 255, 0.78));
	content: "";
}

.team-row {
	position: absolute;
	left: 8%;
	right: 8%;
	bottom: 38px;
	display: flex;
	justify-content: center;
	align-items: end;
	gap: 9px;
}

.team-row.back {
	bottom: 96px;
	transform: scale(0.92);
	opacity: 0.9;
}

.person {
	width: 42px;
	height: 92px;
	position: relative;
	border-radius: 16px 16px 8px 8px;
	background: var(--shirt, #ffffff);
	box-shadow: 0 8px 20px rgba(23, 32, 51, 0.12);
}

.person::before {
	position: absolute;
	left: 50%;
	top: -31px;
	width: 34px;
	height: 34px;
	background: var(--skin, #a86945);
	border-radius: 50%;
	content: "";
	transform: translateX(-50%);
	box-shadow: inset 0 -8px rgba(0, 0, 0, 0.06);
}

.person.dark {
	--shirt: #202836;
}

.person.green {
	--shirt: #0f9f8f;
}

.person.pink {
	--shirt: #ed4e8f;
}

.person.blue {
	--shirt: #2557bd;
}

.ceo-section {
	color: var(--paper);
	background:
		radial-gradient(circle at 88% 70%, rgba(60, 66, 180, 0.34), transparent 28%),
		linear-gradient(135deg, #03060c, #10192a 72%, #071027);
}

.ceo-grid {
	display: grid;
	grid-template-columns: minmax(230px, 0.72fr) minmax(0, 1.2fr);
	gap: clamp(32px, 8vw, 88px);
	align-items: center;
}

.ceo-profile {
	text-align: center;
}

.ceo-photo {
	width: 172px;
	height: 172px;
	display: grid;
	place-items: center;
	margin: 0 auto 18px;
	border-radius: 50%;
	color: var(--paper);
	background:
		radial-gradient(circle at 50% 26%, #b87552 0 24%, transparent 25%),
		linear-gradient(180deg, #303b54 0 46%, #111827 47% 100%);
	border: 5px solid rgba(255, 255, 255, 0.12);
	box-shadow: 0 24px 46px rgba(0, 0, 0, 0.34);
	font-size: 2.4rem;
	font-weight: 900;
}

.ceo-profile h3 {
	margin: 0;
	color: #29d5ff;
	font-size: 1.45rem;
}

.ceo-profile p {
	margin: 6px 0 16px;
	color: rgba(255, 255, 255, 0.72);
}

.ceo-tags {
	display: flex;
	justify-content: center;
	gap: 8px;
}

.ceo-tags span {
	padding: 5px 12px;
	border: 1px solid rgba(255, 255, 255, 0.12);
	border-radius: 999px;
	color: rgba(255, 255, 255, 0.86);
	background: rgba(255, 255, 255, 0.05);
	font-size: 0.82rem;
	font-weight: 850;
}

.quote-card {
	padding: 42px;
	border-radius: 8px;
	background: rgba(255, 255, 255, 0.09);
	box-shadow: var(--shadow);
}

.quote-card .quote-mark {
	color: #46e6ff;
	font-size: 4.2rem;
	font-weight: 900;
	line-height: 0.6;
}

.quote-card p {
	margin: 18px 0 0;
	color: rgba(255, 255, 255, 0.88);
	font-size: 1.12rem;
	font-weight: 800;
}

.award-section {
	color: var(--paper);
	text-align: center;
	background:
		radial-gradient(circle at 82% 75%, rgba(255, 212, 59, 0.16), transparent 24%),
		#101a2e;
}

.award-section h2 {
	margin: 16px 0 28px;
	color: var(--yellow);
	font-size: clamp(1.7rem, 3vw, 2.45rem);
}

.trophy {
	width: 78px;
	height: 78px;
	display: grid;
	place-items: center;
	margin: 0 auto;
	color: var(--paper);
	background: var(--yellow);
	border-radius: 50%;
	box-shadow: 0 0 0 9px rgba(255, 212, 59, 0.15);
}

.award-card {
	width: min(620px, 100%);
	margin: 0 auto;
	padding: 24px;
	border: 1px solid rgba(255, 212, 59, 0.28);
	border-radius: 8px;
	background: rgba(255, 212, 59, 0.13);
	box-shadow: var(--shadow);
}

.award-visual {
	height: 270px;
	display: grid;
	place-items: center;
	border-radius: 8px;
	background:
		linear-gradient(135deg, rgba(255, 255, 255, 0.16), rgba(255, 212, 59, 0.28)),
		linear-gradient(120deg, #353f59, #806b2b);
}

.award-visual strong {
	font-size: clamp(2.2rem, 6vw, 4.2rem);
	line-height: 1;
}

.award-card h3 {
	margin: 20px 0 0;
	color: var(--yellow);
}

.warning-section {
	background: var(--cream);
}

.warning-card {
	width: min(760px, 100%);
	margin: 36px auto 0;
	padding: 44px;
}

.cpa-proof {
	position: relative;
	margin: 0;
	padding: 22px;
	overflow: hidden;
	text-align: center;
	border: 1px solid #dde8f4;
	border-radius: 8px;
	background:
		linear-gradient(135deg, rgba(255, 255, 255, 0.92), rgba(244, 249, 255, 0.92)),
		linear-gradient(90deg, rgba(37, 99, 235, 0.08), rgba(16, 185, 129, 0.08));
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.9);
}

.cpa-proof::after {
	position: absolute;
	inset: 0 auto 0 -42%;
	width: 34%;
	background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.72), transparent);
	content: "";
	transform: skewX(-18deg);
	animation: cpaScan 5.5s ease-in-out infinite;
	pointer-events: none;
}

.cpa-proof img {
	width: 100%;
	display: block;
	object-fit: contain;
	border-radius: 7px;
	background: #f8fbff;
	box-shadow: 0 12px 28px rgba(23, 32, 51, 0.1);
	transition: transform 220ms ease, filter 220ms ease;
}

.warning-card:hover .cpa-proof img,
.cpa-card:hover .cpa-proof img {
	transform: scale(1.015);
	filter: saturate(1.08) contrast(1.03);
}

.cpa-proof figcaption {
	margin-top: 16px;
	color: #ad2230;
	font-size: 1rem;
	font-weight: 900;
}

.ad-preview {
	padding: 24px;
	border-radius: 8px;
	background: #eef4fb;
	text-align: center;
	font-weight: 900;
}

.ad-bar {
	height: 40px;
	display: grid;
	grid-template-columns: 24px 1fr 64px 64px 64px;
	gap: 9px;
	align-items: center;
	margin-bottom: 12px;
}

.ad-bar span {
	height: 16px;
	border-radius: 5px;
	background: #d8e3f0;
}

.ad-bar span:nth-child(2) {
	background: #c9d6e8;
}

.alert-panel {
	margin-top: 28px;
	padding: 28px;
	border-left: 5px solid #ff4f59;
	background: #fff1f1;
}

.alert-panel h3 {
	margin: 0 0 14px;
	color: #b5222c;
	font-size: 1.35rem;
}

.check-list,
.bad-list,
.tag-list {
	padding: 0;
	margin: 0;
	list-style: none;
}

.check-list li,
.bad-list li {
	position: relative;
	padding-left: 34px;
	margin: 10px 0;
	color: var(--ink);
	font-weight: 750;
}

.check-list li::before,
.bad-list li::before {
	position: absolute;
	left: 0;
	top: 2px;
	width: 22px;
	height: 22px;
	display: grid;
	place-items: center;
	border-radius: 50%;
	color: var(--paper);
	font-size: 0.76rem;
	font-weight: 900;
	content: "✓";
	background: linear-gradient(135deg, #16c784, #0ea765);
	border: 1px solid rgba(255, 255, 255, 0.55);
	box-shadow: 0 10px 18px rgba(22, 199, 132, 0.24), inset 0 1px 0 rgba(255, 255, 255, 0.28);
}

.bad-list li::before {
	content: "!";
	background: linear-gradient(135deg, #ff4668, #e11d48);
	box-shadow: 0 10px 18px rgba(225, 29, 72, 0.22), inset 0 1px 0 rgba(255, 255, 255, 0.28);
}

.pricing-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 28px;
	align-items: start;
}

.ecommerce-pricing-section {
	position: relative;
	overflow: hidden;
	background:
		radial-gradient(circle at 10% 18%, rgba(37, 99, 235, 0.1), transparent 24%),
		radial-gradient(circle at 88% 72%, rgba(33, 199, 104, 0.12), transparent 28%),
		linear-gradient(180deg, #ffffff, #f8fbff);
}

.ecommerce-pricing-section::before {
	position: absolute;
	left: -12%;
	top: 18%;
	width: 280px;
	height: 280px;
	border: 1px solid rgba(37, 99, 235, 0.12);
	border-radius: 36px;
	content: "";
	transform: rotate(28deg);
	animation: priceShapeFloat 10s ease-in-out infinite;
	pointer-events: none;
}

.ecommerce-pricing-section::after {
	position: absolute;
	right: -10%;
	bottom: 10%;
	width: 240px;
	height: 240px;
	border: 1px solid rgba(33, 199, 104, 0.16);
	border-radius: 50%;
	content: "";
	animation: priceShapePulse 8s ease-in-out infinite;
	pointer-events: none;
}

.ecommerce-pricing-section .container {
	position: relative;
	z-index: 1;
}

.package-card {
	position: relative;
	padding: 34px;
	box-shadow: 0 18px 42px rgba(23, 32, 51, 0.13);
	overflow: hidden;
	animation: priceCardSettle 760ms ease both;
}

.pricing-grid .package-card:nth-child(2) {
	animation-delay: 90ms;
}

.pricing-grid .package-card:nth-child(3) {
	animation-delay: 180ms;
}

.package-card::before {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 5px;
	background: var(--accent, var(--blue));
	content: "";
}

.package-card::after {
	position: absolute;
	right: -42px;
	top: -42px;
	width: 136px;
	height: 136px;
	border-radius: 50%;
	background: color-mix(in srgb, var(--accent, var(--blue)) 12%, transparent);
	content: "";
	transition: transform 220ms ease, opacity 220ms ease;
	pointer-events: none;
}

.package-card .package-head::after {
	position: absolute;
	inset: -28px auto auto -52px;
	width: 42px;
	height: 160px;
	background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.72), transparent);
	content: "";
	transform: rotate(22deg);
	animation: packageShine 6s ease-in-out infinite;
	pointer-events: none;
}

.package-card:hover::after {
	opacity: 0.95;
	transform: scale(1.18);
}

.pricing-grid .package-card:nth-child(2) {
	border-color: color-mix(in srgb, #16a34a 42%, var(--line));
	box-shadow: 0 24px 58px rgba(22, 163, 74, 0.16);
}

.pricing-grid .package-card:nth-child(2) .plan-tag {
	color: #0f8a3a;
	background: #dcfce7;
}

.package-head {
	position: relative;
	z-index: 1;
	display: flex;
	justify-content: space-between;
	gap: 14px;
	align-items: start;
}

.plan-tag {
	padding: 5px 12px;
	border-radius: 999px;
	color: var(--accent, var(--blue));
	background: color-mix(in srgb, var(--accent, var(--blue)) 13%, white);
	font-size: 0.84rem;
	font-weight: 900;
}

.price {
	position: relative;
	z-index: 1;
	margin: 22px 0 18px;
	color: var(--accent, var(--blue));
	font-size: clamp(2rem, 4vw, 3rem);
	font-weight: 900;
	line-height: 1;
	text-shadow: 0 10px 26px color-mix(in srgb, var(--accent, var(--blue)) 18%, transparent);
}

.package-card .check-list {
	position: relative;
	z-index: 1;
	margin-bottom: 24px;
}

.live-demos {
	position: relative;
	z-index: 1;
	margin-top: 20px;
	padding-top: 18px;
	border-top: 1px solid #e8edf5;
}

.live-demos strong {
	display: block;
	margin-bottom: 10px;
}

.tag-list {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

.tag-list li,
.soft-tag {
	padding: 7px 10px;
	border-radius: 8px;
	color: #34405a;
	background: #f0f3f8;
	font-size: 0.85rem;
	font-weight: 850;
}

.demo-link-list li {
	padding: 0;
	background: transparent;
}

.demo-link-list a {
	position: relative;
	display: inline-flex;
	align-items: center;
	min-height: 36px;
	padding: 7px 12px;
	overflow: hidden;
	border: 1px solid #dfe7f2;
	border-radius: 8px;
	color: #2d3850;
	background: linear-gradient(180deg, #ffffff, #f0f4fa);
	box-shadow: 0 6px 16px rgba(23, 32, 51, 0.06);
	transition: transform 170ms ease, box-shadow 170ms ease, color 170ms ease, border-color 170ms ease, background 170ms ease;
}

.demo-link-list a::after {
	position: absolute;
	inset: 0 auto 0 -55%;
	width: 42%;
	background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.8), transparent);
	content: "";
	transform: skewX(-18deg);
	transition: left 420ms ease;
}

.demo-link-list a:hover,
.demo-link-list a:focus-visible {
	color: var(--paper);
	border-color: #21c768;
	background: linear-gradient(135deg, #17b95e, #1d7bf2);
	box-shadow: 0 14px 26px rgba(33, 199, 104, 0.22);
	transform: translateY(-3px);
	outline: none;
}

.demo-link-list a:hover::after,
.demo-link-list a:focus-visible::after {
	left: 118%;
}

.blue-sales {
	color: var(--paper);
	background: linear-gradient(135deg, #2548ad, #25309b 76%, #33256f);
}

.blue-sales .section-title h2,
.blue-sales .section-title p {
	color: var(--paper);
}

.insight-card {
	width: min(760px, 100%);
	margin: 0 auto 42px;
	padding: 34px;
	border-radius: 8px;
	background: rgba(255, 255, 255, 0.12);
}

.insight-card h3 {
	margin: 0 0 10px;
}

.audience-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 36px;
	width: min(760px, 100%);
	margin: 0 auto;
}

.audience-card {
	position: relative;
	padding: 34px;
	overflow: hidden;
	border-radius: 8px;
	background: rgba(255, 255, 255, 0.13);
	border: 1px solid rgba(255, 255, 255, 0.12);
}

.audience-card.bad {
	background:
		radial-gradient(circle at 84% 10%, rgba(255, 255, 255, 0.18), transparent 30%),
		linear-gradient(135deg, rgba(239, 68, 68, 0.38), rgba(123, 58, 237, 0.3));
}

.audience-card.good {
	background:
		radial-gradient(circle at 84% 10%, rgba(255, 255, 255, 0.18), transparent 30%),
		linear-gradient(135deg, rgba(0, 167, 143, 0.42), rgba(37, 99, 235, 0.32));
}

.audience-card::before {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	height: 4px;
	background: linear-gradient(90deg, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.18));
	content: "";
}

.audience-head {
	display: flex;
	align-items: center;
	gap: 14px;
	margin-bottom: 20px;
}

.audience-head h3 {
	margin: 0;
	color: var(--paper);
	font-size: 1.2rem;
}

.audience-icon {
	width: 50px;
	height: 50px;
	display: grid;
	place-items: center;
	flex: 0 0 auto;
	color: var(--paper);
	border: 1px solid rgba(255, 255, 255, 0.28);
	border-radius: 14px;
	background: rgba(255, 255, 255, 0.14);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.26), 0 14px 26px rgba(0, 0, 0, 0.18);
	backdrop-filter: blur(10px);
}

.audience-card .check-list li,
.audience-card .bad-list li {
	color: rgba(255, 255, 255, 0.94);
	font-weight: 850;
}

.audience-card .check-list li::before,
.audience-card .bad-list li::before {
	top: 2px;
	width: 22px;
	height: 22px;
	border: 1px solid rgba(255, 255, 255, 0.32);
	box-shadow: 0 10px 18px rgba(0, 0, 0, 0.18);
}

.audience-card .check-list li::before {
	background: linear-gradient(135deg, #34d399, #10b981);
}

.audience-card .bad-list li::before {
	background: linear-gradient(135deg, #fb7185, #e11d48);
}

.comparison-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 40px;
}

.comparison-card {
	padding: 44px;
	color: var(--paper);
	border: 0;
}

.comparison-card.danger {
	background: linear-gradient(135deg, #be123c, #f43f5e);
}

.comparison-card.success {
	background: linear-gradient(135deg, #07806f, #0b718f);
}

.comparison-card h3 {
	margin: 0 0 22px;
	text-align: center;
	font-size: 1.55rem;
}

.comparison-card .check-list li,
.comparison-card .bad-list li {
	color: var(--paper);
}

.why-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 28px;
}

.why-card {
	padding: 34px;
}

.proof-row {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 16px;
	margin-top: 30px;
}

.stat-box {
	min-height: 58px;
	display: flex;
	align-items: center;
	gap: 12px;
	padding: 14px 18px;
	color: #35415a;
	font-weight: 900;
	box-shadow: none;
}

.stat-box .icon-badge {
	width: 30px;
	height: 30px;
	margin: 0;
	border-radius: 50%;
}

.site-footer {
	position: relative;
	padding: 74px 0 34px;
	color: #c8d4e6;
	background: #1c2838;
}

.footer-grid {
	display: grid;
	grid-template-columns: 1.3fr repeat(4, 1fr);
	gap: 34px;
}

.footer-grid h3 {
	margin: 0 0 16px;
	color: var(--paper);
	font-size: 1.05rem;
}

.footer-grid p {
	margin: 0 0 14px;
	color: #b4c0d4;
	font-size: 0.94rem;
}

.footer-grid a {
	display: block;
	margin: 8px 0;
	color: #c8d4e6;
	font-weight: 750;
}

.footer-logo {
	display: inline-flex !important;
	margin-bottom: 18px;
}

.site-footer .brand-copy strong {
	color: var(--paper);
}

.site-footer .brand-name-main {
	color: var(--paper);
}

.site-footer .brand-name-sub {
	color: #39e6bf;
}

.site-footer .brand-copy small {
	color: #9fb0c8;
}

.site-footer .logo-stem {
	stroke: #ffffff;
}

.site-footer .logo-node-a {
	stroke: #ffffff;
}

.pay-now {
	width: fit-content;
	padding: 8px 14px;
	border-radius: 8px;
	color: var(--paper) !important;
	background: linear-gradient(135deg, #2e63ff, #9a32ef);
}

.social-row {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-top: 16px;
}

.social-link {
	width: 32px;
	height: 32px;
	display: grid;
	place-items: center;
	border-radius: 6px;
	color: var(--paper);
	background: #2274e8;
	text-decoration: none;
	box-shadow: 0 12px 22px rgba(0, 0, 0, 0.16);
	transition: transform 0.22s ease, box-shadow 0.22s ease, filter 0.22s ease;
}

.social-link svg {
	width: 18px;
	height: 18px;
	display: block;
}

.social-link:hover {
	color: var(--paper);
	transform: translateY(-3px);
	box-shadow: 0 18px 32px rgba(0, 0, 0, 0.24);
	filter: saturate(1.08);
}

.social-facebook {
	background: #1877f2;
}

.social-linkedin {
	background: #0a66c2;
}

.social-whatsapp {
	background: #25d366;
}

.social-youtube {
	background: #ff0033;
}

.footer-connect {
	margin-top: 18px;
	padding-top: 16px;
	border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-connect > strong {
	display: block;
	margin-bottom: 12px;
	color: #ffffff;
	font-size: 0.92rem;
	font-weight: 950;
}

.footer-social {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: 0;
}

.footer-social .social-link {
	--social-accent: #4593ff;
	position: relative;
	width: 48px;
	height: 48px;
	min-height: 48px;
	display: grid;
	place-items: center;
	margin: 0;
	padding: 0;
	overflow: hidden;
	border: 1px solid rgba(255, 255, 255, 0.13);
	border-radius: 8px;
	background:
		linear-gradient(135deg, color-mix(in srgb, var(--social-accent) 18%, rgba(255, 255, 255, 0.08)), rgba(255, 255, 255, 0.04)),
		rgba(255, 255, 255, 0.06);
	box-shadow: 0 15px 30px rgba(0, 0, 0, 0.18);
}

.footer-social .social-link::before {
	display: none;
}

.footer-social .social-link svg {
	width: 23px;
	height: 23px;
	padding: 0;
	border-radius: 0;
	color: #ffffff;
	background: transparent;
	box-shadow: none;
}

.footer-social .social-link path {
	color: #ffffff;
}

.footer-social .social-facebook {
	--social-accent: #4593ff;
}

.footer-social .social-linkedin {
	--social-accent: #3db6ff;
}

.footer-social .social-whatsapp {
	--social-accent: #36e981;
}

.footer-social .social-youtube {
	--social-accent: #ff526f;
}

.footer-social .social-link:hover,
.footer-social .social-link:focus-visible {
	border-color: rgba(255, 255, 255, 0.28);
	background: rgba(255, 255, 255, 0.13);
	outline: none;
}

.footer-bottom {
	margin-top: 46px;
	padding-top: 28px;
	border-top: 1px solid rgba(255, 255, 255, 0.1);
	text-align: center;
}

.footer-bottom p {
	margin: 0 0 18px;
	color: #aebcd1;
}

.payment-strip {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 9px;
	padding: 15px;
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: 8px;
	background:
		linear-gradient(135deg, rgba(255, 255, 255, 0.09), rgba(255, 255, 255, 0.03)),
		rgba(7, 14, 28, 0.24);
}

.payment-pill {
	position: relative;
	min-width: 54px;
	min-height: 34px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 6px 11px 6px 18px;
	overflow: hidden;
	border: 1px solid color-mix(in srgb, var(--pay-accent) 35%, rgba(255, 255, 255, 0.2));
	border-radius: 7px;
	color: #ffffff;
	background:
		linear-gradient(135deg, color-mix(in srgb, var(--pay-accent) 88%, #ffffff), var(--pay-accent));
	font-size: 0.74rem;
	font-weight: 950;
	box-shadow: 0 12px 25px color-mix(in srgb, var(--pay-accent) 30%, rgba(0, 0, 0, 0.2));
}

.payment-pill::before {
	position: absolute;
	left: 7px;
	top: 50%;
	width: 5px;
	height: 16px;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.88);
	content: "";
	transform: translateY(-50%);
}

.floating-whatsapp {
	position: fixed;
	right: 24px;
	bottom: 24px;
	z-index: 100;
	width: 58px;
	height: 58px;
	display: grid;
	place-items: center;
	color: var(--paper);
	background: var(--green);
	border-radius: 50%;
	box-shadow: 0 18px 36px rgba(33, 199, 104, 0.38);
}

.hero-about h1,
.hero-landing h1 {
	max-width: 760px;
}

.hero-about h1,
.hero-landing h1,
.hero-ecommerce h1,
.meeting-hero h1,
.contact-hero h1 {
	font-size: clamp(1.95rem, 3.45vw, 3.75rem);
}

.pricing-hero {
	position: relative;
	overflow: hidden;
	padding: clamp(96px, 10vw, 150px) 0;
	text-align: center;
	color: var(--paper);
	background:
		radial-gradient(circle at 12% 16%, rgba(0, 167, 143, 0.15), transparent 24%),
		radial-gradient(circle at 88% 74%, rgba(66, 91, 190, 0.22), transparent 28%),
		linear-gradient(135deg, #07111f, #121b31 74%, #1a2440);
}

.pricing-hero::before,
.pricing-hero::after {
	position: absolute;
	width: 120px;
	height: 120px;
	border: 1px solid rgba(255, 255, 255, 0.12);
	content: "";
	transform: rotate(45deg);
	animation: floatShape 9s ease-in-out infinite;
}

.pricing-hero::before {
	left: 8vw;
	top: 84px;
}

.pricing-hero::after {
	right: 9vw;
	bottom: 70px;
	animation-direction: reverse;
}

.pricing-hero .container {
	position: relative;
	z-index: 1;
}

.pricing-hero h1 {
	margin: 0;
	font-size: clamp(2.05rem, 3.7vw, 4rem);
	line-height: 1.1;
	text-wrap: balance;
}

.pricing-hero h1 span {
	color: #8db7ff;
}

.pricing-hero p {
	margin: 16px 0 0;
	color: #c5d0e4;
	font-size: clamp(1rem, 2vw, 1.25rem);
	font-weight: 800;
}

.about-lead-grid {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(320px, 0.9fr);
	gap: 34px;
	align-items: stretch;
}

.leadership-card,
.founder-card,
.document-card,
.video-card,
.niche-card,
.cpa-card,
.need-card,
.cost-card {
	border: 1px solid var(--line);
	border-radius: 8px;
	background: var(--paper);
	box-shadow: var(--shadow);
}

.leadership-card {
	padding: 34px;
}

.leadership-card strong {
	display: block;
	color: #2563eb;
	font-weight: 900;
}

.soft-tags {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-top: 18px;
}

.soft-tags span {
	padding: 7px 10px;
	border-radius: 999px;
	color: #41506b;
	background: #eef4ff;
	font-size: 0.82rem;
	font-weight: 900;
}

.founder-card {
	display: grid;
	place-items: center;
	align-content: center;
	min-height: 288px;
	padding: 34px;
	text-align: center;
	background:
		radial-gradient(circle at 8% 16%, rgba(37, 99, 235, 0.12), transparent 22%),
		radial-gradient(circle at 92% 84%, rgba(227, 51, 152, 0.14), transparent 25%),
		linear-gradient(135deg, #eef4ff, #ffeaf8);
}

.founder-card .ceo-photo {
	width: 112px;
	height: 112px;
	margin-bottom: 14px;
}

.founder-card h3 {
	margin: 0;
	color: var(--ink);
}

.founder-card p {
	margin: 4px 0 12px;
	color: #2563eb;
	font-weight: 900;
}

.milestone-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 28px;
}

.mini-special {
	min-height: 230px;
}

.mini-special .icon-badge {
	width: 64px;
	height: 64px;
}

.impact-panel {
	margin-top: 34px;
	padding: clamp(30px, 5vw, 56px);
	text-align: center;
	color: var(--paper);
	border-radius: 8px;
	background:
		radial-gradient(circle at 92% 14%, rgba(255, 255, 255, 0.14), transparent 18%),
		linear-gradient(135deg, #2767f0, #b834d6 58%, #ef2879);
	box-shadow: var(--shadow);
}

.impact-panel h2,
.impact-panel p {
	margin: 0;
}

.impact-panel p {
	color: rgba(255, 255, 255, 0.8);
	font-weight: 800;
}

.impact-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 16px;
	margin: 30px 0 22px;
}

.impact-grid div {
	min-height: 118px;
	display: grid;
	place-items: center;
	padding: 18px;
	border-radius: 8px;
	background: rgba(255, 255, 255, 0.14);
}

.impact-grid strong {
	display: block;
	color: #fff06a;
	font-size: clamp(1.7rem, 3vw, 2.6rem);
	line-height: 1;
}

.impact-grid span {
	color: rgba(255, 255, 255, 0.82);
	font-weight: 900;
}

.document-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 32px;
	width: min(760px, 100%);
	margin: 0 auto;
}

.document-card {
	padding: 22px;
	text-align: center;
}

.doc-paper {
	min-height: 280px;
	display: grid;
	place-items: center;
	align-content: center;
	gap: 10px;
	padding: 24px;
	border-radius: 8px;
	background:
		linear-gradient(rgba(222, 230, 242, 0.7) 1px, transparent 1px) 0 0 / 18px 18px,
		linear-gradient(90deg, rgba(222, 230, 242, 0.7) 1px, transparent 1px) 0 0 / 18px 18px,
		#fbfdff;
	border: 1px solid #d5e2ef;
}

.doc-paper span {
	padding: 5px 12px;
	border-radius: 999px;
	color: var(--teal);
	background: #e7fff8;
	font-weight: 900;
}

.doc-paper strong {
	font-size: 1.35rem;
}

.document-card h3 {
	margin: 16px 0 0;
	font-size: 1rem;
}

.video-card {
	width: min(620px, 100%);
	display: grid;
	grid-template-columns: auto 1fr;
	gap: 20px;
	align-items: start;
	margin: 0 auto;
	padding: 34px;
}

.video-card h2 {
	margin: 0;
	font-size: clamp(1.35rem, 2.4vw, 2rem);
}

.video-card p {
	margin: 8px 0 0;
	color: var(--soft-ink);
	font-weight: 750;
}

.light-outline {
	color: var(--ink);
	border: 1px solid var(--line);
	background: var(--paper);
}

.niche-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 36px;
	width: min(820px, 100%);
	margin: 0 auto;
}

.niche-card {
	position: relative;
	padding: 38px;
	overflow: hidden;
}

.niche-card::before {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	width: 5px;
	background: var(--accent, var(--blue));
	content: "";
}

.niche-card h3 {
	margin: 0;
	font-size: 1.5rem;
}

.niche-card p {
	margin: 8px 0 18px;
	color: var(--soft-ink);
	font-weight: 750;
}

.niche-bottom {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 18px;
	margin-top: 24px;
}

.niche-bottom strong {
	color: var(--accent, var(--blue));
	font-size: 1.8rem;
	font-weight: 900;
}

.cpa-card {
	width: min(660px, 100%);
	margin: 0 auto;
	padding: clamp(30px, 5vw, 54px);
	text-align: center;
}

.cpa-card .icon-badge {
	margin: 0 auto 10px;
}

.cpa-card .mini-pill,
.marketing-service-intro .mini-pill {
	color: var(--teal);
	background: #e9fff9;
	border-color: #bff4e4;
}

.cpa-card h2 {
	margin: 18px 0 0;
	font-size: clamp(1.35rem, 2.6vw, 2.25rem);
}

.cpa-card p {
	max-width: 540px;
	margin: 12px auto 22px;
	color: var(--soft-ink);
	font-weight: 750;
}

.compact-ad {
	margin: 0 auto 22px;
}

.landing-package-zone {
	background: linear-gradient(135deg, #f3f7ff, #fff1fb);
}

.single-package {
	width: min(620px, 100%);
	margin: 0 auto;
}

.landing-demo-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 14px;
	margin-top: 14px;
}

.landing-demo-card {
	position: relative;
	display: grid;
	gap: 8px;
	padding: 18px;
	color: var(--ink);
	text-decoration: none;
	border: 1px solid rgba(45, 107, 255, 0.14);
	border-radius: 8px;
	background:
		linear-gradient(#fff, #fff) padding-box,
		linear-gradient(135deg, rgba(45, 107, 255, 0.55), rgba(33, 199, 104, 0.48)) border-box;
	box-shadow: 0 16px 34px rgba(23, 32, 51, 0.08);
	transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}

.landing-demo-card .icon-badge {
	--accent: #2d6bff;
	width: 42px;
	height: 42px;
}

.landing-demo-card strong {
	font-size: 1rem;
	line-height: 1.35;
}

.landing-demo-card small {
	color: var(--soft-ink);
	font-weight: 800;
}

.landing-demo-card:hover,
.landing-demo-card:focus-visible {
	color: var(--ink);
	border-color: rgba(33, 199, 104, 0.35);
	box-shadow: 0 22px 44px rgba(37, 99, 235, 0.14);
	transform: translateY(-4px);
}

.kwd-product-landing {
	background: #fffaf2;
}

.product-demo-page {
	min-height: 100vh;
	color: #24170a;
	background:
		radial-gradient(circle at 15% 12%, color-mix(in srgb, var(--product) 16%, transparent), transparent 28%),
		radial-gradient(circle at 86% 22%, rgba(255, 214, 102, 0.18), transparent 28%),
		#fffaf2;
}

.product-demo-container {
	width: min(980px, calc(100% - 32px));
	margin-inline: auto;
}

.product-demo-header {
	position: sticky;
	top: 0;
	z-index: 50;
	background: rgba(255, 250, 242, 0.9);
	backdrop-filter: blur(16px);
	border-bottom: 1px solid rgba(217, 119, 6, 0.14);
}

.product-demo-nav {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 18px;
	min-height: 78px;
}

.product-demo-brand {
	display: inline-flex;
	align-items: center;
	gap: 12px;
	color: #2a1b0b;
}

.product-demo-brand span:last-child {
	display: grid;
	line-height: 1.2;
}

.product-demo-brand strong {
	font-size: 1rem;
}

.product-demo-brand small {
	color: #8a5a18;
	font-weight: 850;
}

.product-hero {
	padding: 18px 0 64px;
	text-align: center;
}

.product-hero-grid {
	display: grid;
	grid-template-columns: 1fr;
	gap: 18px;
}

.product-hero-copy {
	display: grid;
	justify-items: center;
}

.product-kicker {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 54px;
	width: min(820px, 100%);
	padding: 10px 24px;
	color: #fff;
	font-size: clamp(1.1rem, 2.7vw, 1.7rem);
	font-weight: 950;
	line-height: 1.35;
	border-radius: 8px;
	background: linear-gradient(135deg, #ffb72d, #fb8500);
	box-shadow: 0 14px 26px rgba(217, 119, 6, 0.22);
}

.product-offer-card .product-kicker,
.product-order-copy .product-kicker {
	min-height: auto;
	width: auto;
	padding: 7px 12px;
	color: var(--product-dark);
	font-size: 0.85rem;
	border: 1px solid rgba(217, 119, 6, 0.2);
	background: color-mix(in srgb, var(--product-soft) 84%, white);
	box-shadow: none;
}

.product-hero h1 {
	max-width: 780px;
	margin: 22px auto 0;
	font-size: clamp(2rem, 5vw, 4.6rem);
	line-height: 1.05;
	letter-spacing: 0;
	color: #3a2109;
}

.product-hero p {
	max-width: 690px;
	margin: 16px auto 0;
	color: #6b4a1b;
	font-size: 1.08rem;
	font-weight: 750;
}

.product-visual-card {
	position: relative;
	width: min(760px, 100%);
	min-height: clamp(330px, 50vw, 470px);
	margin: 10px auto 0;
	overflow: hidden;
	border: 7px solid #fff;
	border-radius: 8px;
	background:
		radial-gradient(circle at 22% 78%, rgba(255, 255, 255, 0.72), transparent 11%),
		radial-gradient(circle at 78% 35%, rgba(255, 255, 255, 0.48), transparent 9%),
		linear-gradient(135deg, #ffbe35, #f59e0b 50%, #b45309);
	box-shadow: 0 18px 44px rgba(120, 53, 15, 0.24);
}

.product-visual-card::before {
	position: absolute;
	inset: 0;
	background:
		radial-gradient(circle at 18% 36%, rgba(255, 255, 255, 0.18) 0 5px, transparent 6px),
		radial-gradient(circle at 28% 48%, rgba(255, 255, 255, 0.18) 0 5px, transparent 6px),
		radial-gradient(circle at 38% 36%, rgba(255, 255, 255, 0.18) 0 5px, transparent 6px),
		linear-gradient(90deg, rgba(255, 255, 255, 0.18), transparent 40%, rgba(0, 0, 0, 0.08));
	opacity: 0.68;
	content: "";
}

.product-visual-card::after {
	position: absolute;
	right: 10%;
	bottom: 12%;
	width: min(180px, 28vw);
	height: min(210px, 32vw);
	border: 8px solid rgba(255, 255, 255, 0.74);
	border-radius: 22px 22px 32px 32px;
	background:
		linear-gradient(rgba(255, 255, 255, 0.55), rgba(255, 255, 255, 0.06) 28%, transparent 29%),
		linear-gradient(180deg, rgba(255, 228, 138, 0.42), rgba(126, 47, 8, 0.72));
	box-shadow: inset 0 0 20px rgba(255, 255, 255, 0.35), 0 22px 40px rgba(92, 38, 5, 0.2);
	content: "";
}

.product-demo-ghee .product-visual-card {
	background:
		radial-gradient(circle at 22% 78%, rgba(255, 255, 255, 0.72), transparent 11%),
		linear-gradient(135deg, #fff3ad, #eab308 50%, #a16207);
}

.product-bottle {
	position: absolute;
	left: 10%;
	bottom: 13%;
	z-index: 2;
	display: grid;
	place-items: center;
	width: min(260px, 42vw);
	aspect-ratio: 1.15;
	color: #fff;
	border-radius: 48% 52% 46% 54% / 52% 52% 48% 48%;
	background:
		radial-gradient(circle at 35% 28%, rgba(255, 255, 255, 0.9), transparent 10%),
		linear-gradient(145deg, rgba(255, 255, 255, 0.28), transparent 34%),
		linear-gradient(135deg, #fef3c7, #f59e0b 43%, #92400e);
	box-shadow: 0 28px 55px rgba(120, 53, 15, 0.34);
}

.product-bottle span {
	font-size: clamp(2.4rem, 7vw, 5.5rem);
	font-weight: 950;
	line-height: 1;
	text-shadow: 0 5px 18px rgba(88, 33, 5, 0.3);
}

.product-bottle small {
	position: absolute;
	bottom: 17%;
	padding: 6px 12px;
	color: #78350f;
	font-weight: 950;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.86);
}

.product-stock-badge,
.product-seal,
.product-mini-proof {
	position: absolute;
	z-index: 3;
}

.product-stock-badge {
	top: 18px;
	left: 18px;
	padding: 8px 14px;
	color: #fff;
	font-weight: 950;
	border-radius: 999px;
	background: rgba(84, 36, 4, 0.42);
	backdrop-filter: blur(10px);
}

.product-seal {
	right: 28px;
	top: 78px;
	display: grid;
	place-items: center;
	width: 86px;
	height: 86px;
	color: #fff;
	font-weight: 950;
	line-height: 1.2;
	border: 3px solid rgba(255, 255, 255, 0.68);
	border-radius: 999px;
	background: rgba(21, 128, 61, 0.88);
	box-shadow: 0 16px 30px rgba(20, 83, 45, 0.28);
}

.product-mini-proof {
	right: 22px;
	bottom: 22px;
	padding: 12px 15px;
	color: #3a2109;
	text-align: left;
	border-radius: 8px;
	background: rgba(255, 255, 255, 0.86);
	box-shadow: 0 16px 26px rgba(120, 53, 15, 0.16);
}

.product-mini-proof strong,
.product-mini-proof span {
	display: block;
	line-height: 1.2;
}

.product-mini-proof strong {
	font-size: 1.35rem;
	color: var(--product-dark);
}

.product-mini-proof span {
	color: #735126;
	font-size: 0.84rem;
	font-weight: 850;
}

.product-price-row {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 14px;
	width: min(560px, 100%);
	margin: 22px auto 0;
}

.product-price-row > div {
	padding: 16px 18px;
	text-align: center;
	border: 1px solid rgba(217, 119, 6, 0.28);
	border-radius: 8px;
	background: #fff;
	box-shadow: 0 16px 30px rgba(120, 53, 15, 0.08);
}

.product-price-row span,
.product-offer-highlight span {
	display: block;
	color: #8a5a18;
	font-size: 0.88rem;
	font-weight: 900;
}

.product-price-row strong,
.product-offer-highlight strong {
	display: inline-block;
	margin-top: 4px;
	color: #16a34a;
	font-size: clamp(1.35rem, 3vw, 2rem);
	line-height: 1.1;
}

.product-price-row del,
.product-offer-highlight del {
	margin-left: 8px;
	color: #dc2626;
	font-weight: 900;
}

.product-hero-actions {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 12px;
	margin-top: 22px;
}

.product-bullet-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 10px;
	width: min(760px, 100%);
	margin: 20px auto 0;
}

.product-bullet-grid span {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 7px;
	min-height: 44px;
	padding: 8px 10px;
	color: #5b3607;
	font-weight: 900;
	border: 1px solid rgba(217, 119, 6, 0.22);
	border-radius: 8px;
	background: rgba(255, 255, 255, 0.86);
}

.product-bullet-grid svg {
	width: 16px;
	height: 16px;
	color: #16a34a;
}

.product-trust-strip {
	position: relative;
	margin-top: -18px;
	padding: 46px 0;
	color: #fff;
	text-align: center;
	background:
		linear-gradient(rgba(52, 42, 8, 0.74), rgba(52, 42, 8, 0.72)),
		radial-gradient(circle at 15% 20%, rgba(255, 209, 102, 0.4), transparent 24%),
		linear-gradient(135deg, #33400b, #1f2937);
}

.product-trust-strip::before,
.product-trust-strip::after {
	position: absolute;
	left: 0;
	right: 0;
	height: 30px;
	background:
		radial-gradient(circle at 8px 0, transparent 22px, #fffaf2 23px) 0 0 / 52px 30px repeat-x;
	content: "";
}

.product-trust-strip::before {
	top: -1px;
	transform: rotate(180deg);
}

.product-trust-strip::after {
	bottom: -1px;
}

.product-trust-strip .product-demo-container {
	position: relative;
	z-index: 1;
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 12px;
}

.product-trust-strip span {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	font-weight: 950;
}

.product-trust-strip svg {
	width: 18px;
	height: 18px;
	color: #fde68a;
}

.product-section {
	padding: clamp(58px, 8vw, 92px) 0;
}

.product-section-title {
	max-width: 760px;
	margin: 0 auto 30px;
	text-align: center;
}

.product-section-title span {
	display: inline-flex;
	margin-bottom: 8px;
	color: var(--product);
	font-weight: 950;
}

.product-section-title h2 {
	margin: 0;
	font-size: clamp(1.8rem, 4vw, 3rem);
	line-height: 1.16;
}

.product-card-grid,
.product-review-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 18px;
}

.product-info-card,
.product-review-card,
.product-offer-card,
.product-order-form,
.product-faq-list details {
	border: 2px solid rgba(249, 115, 22, 0.46);
	border-radius: 8px;
	background: #fff;
	box-shadow: 0 18px 38px rgba(120, 53, 15, 0.08);
}

.product-info-card {
	padding: 28px;
	text-align: center;
}

.product-info-card .icon-badge {
	--accent: var(--product);
	margin: 0 auto 14px;
	color: #fff;
	background: var(--product);
}

.product-info-card h3,
.product-review-card strong {
	margin: 0;
	color: #3a2109;
}

.product-info-card p,
.product-review-card p {
	margin: 10px 0 0;
	color: #674515;
	font-weight: 760;
}

.product-offer-section {
	position: relative;
	color: #fff;
	background: linear-gradient(180deg, #ff9f1a, #fb8500);
}

.product-offer-section::before,
.product-offer-section::after {
	position: absolute;
	left: 0;
	right: 0;
	height: 42px;
	background:
		radial-gradient(circle at 14px 0, transparent 24px, #fffaf2 25px) 0 0 / 56px 42px repeat-x;
	content: "";
}

.product-offer-section::before {
	top: -1px;
	transform: rotate(180deg);
}

.product-offer-section::after {
	bottom: -1px;
}

.product-offer-grid {
	position: relative;
	z-index: 1;
	display: grid;
	grid-template-columns: minmax(0, 1.2fr) minmax(280px, 0.8fr);
	gap: 22px;
	align-items: stretch;
}

.product-offer-card {
	padding: clamp(26px, 4vw, 40px);
	color: #3a2109;
}

.product-offer-card h2 {
	margin: 8px 0 18px;
	font-size: clamp(1.7rem, 4vw, 2.8rem);
	line-height: 1.12;
}

.product-offer-highlight {
	display: grid;
	align-content: center;
	justify-items: center;
	text-align: center;
}

.product-offer-highlight strong {
	font-size: clamp(2.2rem, 5vw, 4rem);
}

.product-offer-highlight .button {
	width: 100%;
	margin-top: 22px;
}

.product-review-card {
	padding: 26px;
}

.product-warning-section {
	padding: 58px 0 12px;
	background:
		linear-gradient(rgba(255, 250, 242, 0.86), rgba(255, 250, 242, 0.92)),
		repeating-linear-gradient(135deg, rgba(217, 119, 6, 0.1) 0 12px, transparent 12px 24px);
}

.product-warning-card {
	max-width: 780px;
	margin: 0 auto;
	padding: clamp(26px, 4vw, 42px);
	text-align: center;
	border: 3px solid rgba(249, 115, 22, 0.65);
	border-radius: 8px;
	background: #fff;
	box-shadow: 0 18px 42px rgba(120, 53, 15, 0.1);
}

.product-warning-card h2 {
	margin: 0;
	color: #f97316;
	font-size: clamp(1.8rem, 4vw, 3rem);
	line-height: 1;
}

.product-warning-card p {
	max-width: 620px;
	margin: 12px auto 20px;
	color: #5b3607;
	font-weight: 900;
}

.product-stars {
	color: #f59e0b;
	letter-spacing: 0;
	font-size: 1.1rem;
}

.product-order-section {
	background: #f6f3ef;
}

.product-order-grid {
	display: grid;
	grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
	gap: 26px;
	align-items: start;
}

.product-order-copy h2 {
	margin: 12px 0 10px;
	font-size: clamp(1.9rem, 4vw, 3.1rem);
	line-height: 1.13;
}

.product-order-copy p {
	margin: 0;
	color: #6b4a1b;
	font-weight: 780;
}

.product-order-summary {
	margin-top: 22px;
	padding: 20px;
	border: 1px solid rgba(217, 119, 6, 0.24);
	border-radius: 8px;
	background: #fff;
}

.product-order-summary strong,
.product-order-summary span {
	display: block;
}

.product-order-summary span {
	color: #16a34a;
	font-weight: 950;
}

.product-order-form {
	display: grid;
	gap: 16px;
	padding: clamp(22px, 4vw, 34px);
}

.product-order-form label {
	display: grid;
	gap: 8px;
	color: #352109;
	font-weight: 950;
}

.product-order-form input,
.product-order-form select,
.product-order-form textarea {
	width: 100%;
	padding: 14px 15px;
	color: #24170a;
	font: inherit;
	font-weight: 750;
	border: 1px solid rgba(120, 53, 15, 0.22);
	border-radius: 8px;
	background: #fffaf2;
}

.product-order-form input:focus,
.product-order-form select:focus,
.product-order-form textarea:focus {
	outline: 3px solid rgba(249, 115, 22, 0.16);
	border-color: var(--product);
}

.product-faq-section {
	background: #fff;
}

.product-faq-list {
	display: grid;
	gap: 14px;
	max-width: 820px;
	margin: 0 auto;
}

.product-faq-list details {
	padding: 18px 22px;
}

.product-faq-list summary {
	cursor: pointer;
	color: #3a2109;
	font-weight: 950;
}

.product-faq-list p {
	margin: 10px 0 0;
	color: #6b4a1b;
	font-weight: 760;
}

.product-demo-footer {
	padding: 34px 0 110px;
	text-align: center;
	color: #6b4a1b;
	background: #fff;
	border-top: 1px solid rgba(217, 119, 6, 0.14);
}

.product-demo-footer p {
	margin: 0 0 6px;
	font-weight: 900;
}

.product-demo-footer a {
	color: var(--product-dark);
	font-weight: 950;
}

.product-sticky-cta {
	position: fixed;
	left: 50%;
	bottom: 18px;
	z-index: 70;
	display: flex;
	align-items: center;
	gap: 12px;
	width: min(520px, calc(100% - 28px));
	padding: 10px 12px 10px 18px;
	border: 1px solid rgba(255, 255, 255, 0.48);
	border-radius: 999px;
	background: rgba(58, 33, 9, 0.86);
	box-shadow: 0 22px 50px rgba(58, 33, 9, 0.28);
	backdrop-filter: blur(14px);
	transform: translateX(-50%);
}

.product-sticky-cta strong {
	flex: 1;
	color: #fff;
	font-size: 1.2rem;
}

.product-sticky-cta .button {
	min-height: 44px;
	padding-inline: 18px;
}

.kwd-showcase-landing {
	background: #fbfcff;
}

.showcase-page {
	--showcase-line: color-mix(in srgb, var(--showcase-accent) 18%, #dfe6ef);
	overflow: hidden;
	color: #132035;
	background:
		radial-gradient(circle at 4% 8%, color-mix(in srgb, var(--showcase-accent) 12%, transparent), transparent 28%),
		radial-gradient(circle at 96% 42%, color-mix(in srgb, var(--showcase-accent) 9%, transparent), transparent 26%),
		linear-gradient(180deg, #ffffff, var(--showcase-soft) 44%, #ffffff 100%);
}

.showcase-container {
	width: min(1160px, calc(100% - 40px));
	margin-inline: auto;
}

.showcase-header {
	position: sticky;
	top: 0;
	z-index: 60;
	border-bottom: 1px solid rgba(223, 230, 239, 0.88);
	background: rgba(255, 255, 255, 0.92);
	backdrop-filter: blur(16px);
}

.showcase-nav {
	min-height: 84px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
}

.showcase-logo .brand-mark {
	width: 62px;
	height: 46px;
}

.showcase-nav-actions,
.showcase-proof .showcase-container,
.showcase-actions {
	display: flex;
	align-items: center;
	gap: 12px;
}

.showcase-nav-actions > span {
	padding: 8px 12px;
	border: 1px solid var(--showcase-line);
	border-radius: 999px;
	color: var(--showcase-dark);
	background: var(--showcase-soft);
	font-size: 0.86rem;
	font-weight: 950;
	white-space: nowrap;
}

.showcase-hero {
	position: relative;
	padding: clamp(46px, 7vw, 92px) 0 42px;
}

.showcase-hero::before {
	position: absolute;
	inset: 0;
	background:
		linear-gradient(rgba(255, 255, 255, 0.58) 1px, transparent 1px) 0 0 / 44px 44px,
		linear-gradient(90deg, rgba(255, 255, 255, 0.58) 1px, transparent 1px) 0 0 / 44px 44px;
	content: "";
	mask-image: linear-gradient(90deg, #000, transparent 72%);
	pointer-events: none;
}

.showcase-hero-grid {
	position: relative;
	z-index: 1;
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(420px, 0.92fr);
	gap: clamp(28px, 5vw, 64px);
	align-items: center;
}

.showcase-demo-chip,
.showcase-title > span {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	width: fit-content;
	padding: 7px 12px;
	border: 1px solid var(--showcase-line);
	border-radius: 999px;
	color: var(--showcase-dark);
	background: rgba(255, 255, 255, 0.8);
	font-size: 0.82rem;
	font-weight: 950;
}

.showcase-kicker {
	max-width: 560px;
	margin: 17px 0 0;
	color: var(--showcase-accent);
	font-size: clamp(1rem, 1.7vw, 1.18rem);
	font-weight: 950;
}

.showcase-hero h1 {
	max-width: 680px;
	margin: 9px 0 0;
	font-size: clamp(2rem, 4.4vw, 4.45rem);
	line-height: 1.12;
	text-wrap: balance;
}

.showcase-lead {
	max-width: 650px;
	margin: 16px 0 0;
	color: #41506b;
	font-size: clamp(1rem, 1.5vw, 1.15rem);
	font-weight: 760;
}

.showcase-price-panel {
	display: grid;
	grid-template-columns: minmax(0, 0.72fr) minmax(0, 1fr);
	gap: 14px;
	max-width: 580px;
	margin: 25px 0 22px;
}

.showcase-price-panel > div,
.showcase-benefit-grid article,
.showcase-offer-card,
.showcase-conversion-card,
.showcase-order-form,
.showcase-faq-grid details {
	border: 1px solid var(--showcase-line);
	border-radius: 8px;
	background: rgba(255, 255, 255, 0.92);
	box-shadow: 0 20px 50px rgba(19, 32, 53, 0.11);
}

.showcase-price-panel > div {
	min-height: 112px;
	display: grid;
	align-content: center;
	padding: 18px 20px;
}

.showcase-price-panel small,
.showcase-price-panel del,
.showcase-conversion-card del {
	color: #718096;
	font-weight: 850;
}

.showcase-price-panel strong {
	color: var(--showcase-dark);
	font-size: clamp(1.28rem, 2.3vw, 2.15rem);
	line-height: 1.2;
}

.showcase-actions {
	flex-wrap: wrap;
}

.showcase-call-button {
	color: var(--showcase-dark);
	border: 1px solid var(--showcase-line);
	background: rgba(255, 255, 255, 0.88);
}

.showcase-visual {
	position: relative;
	margin: 0;
	padding: 14px;
	overflow: hidden;
	border: 1px solid var(--showcase-line);
	border-radius: 8px;
	background: rgba(255, 255, 255, 0.86);
	box-shadow: 0 30px 80px rgba(19, 32, 53, 0.18);
}

.showcase-visual::after {
	position: absolute;
	right: -84px;
	bottom: -90px;
	width: 220px;
	height: 220px;
	border-radius: 50%;
	background: color-mix(in srgb, var(--showcase-accent) 22%, transparent);
	content: "";
	pointer-events: none;
}

.showcase-visual > span {
	position: absolute;
	left: 30px;
	top: 30px;
	z-index: 2;
	max-width: calc(100% - 60px);
	padding: 9px 13px;
	border-radius: 999px;
	color: #fff;
	background: rgba(10, 18, 34, 0.74);
	font-weight: 950;
	backdrop-filter: blur(10px);
}

.showcase-visual img {
	width: 100%;
	aspect-ratio: 16 / 12;
	display: block;
	object-fit: cover;
	border-radius: 6px;
}

.showcase-proof {
	padding: 0 0 clamp(44px, 6vw, 72px);
}

.showcase-proof .showcase-container {
	justify-content: space-between;
	padding: 18px;
	border: 1px solid var(--showcase-line);
	border-radius: 8px;
	background: var(--showcase-dark);
	box-shadow: 0 24px 56px rgba(19, 32, 53, 0.16);
}

.showcase-proof span {
	min-height: 54px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 9px;
	flex: 1;
	padding: 11px;
	border: 1px solid rgba(255, 255, 255, 0.12);
	border-radius: 7px;
	color: #fff;
	background: rgba(255, 255, 255, 0.08);
	font-weight: 920;
	text-align: center;
}

.showcase-proof svg {
	color: #86efac;
}

.showcase-section {
	padding: clamp(58px, 7vw, 92px) 0;
}

.showcase-title {
	max-width: 760px;
	margin: 0 auto 32px;
	text-align: center;
}

.showcase-title h2,
.showcase-offer-card h2,
.showcase-order-copy h2 {
	margin: 13px 0 0;
	font-size: clamp(1.7rem, 3.5vw, 3.2rem);
	line-height: 1.18;
	text-wrap: balance;
}

.showcase-title p,
.showcase-order-copy p {
	margin: 11px 0 0;
	color: #526076;
	font-weight: 760;
}

.showcase-benefit-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 18px;
}

.showcase-benefit-grid article {
	position: relative;
	min-height: 274px;
	padding: 26px;
	overflow: hidden;
}

.showcase-benefit-grid article::before {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	height: 4px;
	background: var(--showcase-accent);
	content: "";
}

.showcase-benefit-grid i {
	width: 52px;
	height: 52px;
	display: grid;
	place-items: center;
	margin-bottom: 20px;
	border-radius: 8px;
	color: #fff;
	background: linear-gradient(135deg, var(--showcase-accent), var(--showcase-dark));
	font-style: normal;
}

.showcase-benefit-grid h3 {
	margin: 0;
	font-size: 1.22rem;
	line-height: 1.35;
}

.showcase-benefit-grid p {
	margin: 10px 0 0;
	color: #526076;
	font-weight: 750;
}

.showcase-offer-band {
	background:
		radial-gradient(circle at 8% 16%, color-mix(in srgb, var(--showcase-accent) 25%, transparent), transparent 26%),
		linear-gradient(135deg, var(--showcase-dark), color-mix(in srgb, var(--showcase-dark) 72%, #000));
}

.showcase-offer-grid,
.showcase-order-grid {
	display: grid;
	grid-template-columns: minmax(0, 1.05fr) minmax(360px, 0.78fr);
	gap: 24px;
	align-items: start;
}

.showcase-offer-card,
.showcase-conversion-card {
	padding: clamp(24px, 4vw, 42px);
}

.showcase-offer-card .check-list {
	margin-top: 24px;
}

.showcase-conversion-card {
	display: grid;
	align-content: center;
	min-height: 100%;
	color: #fff;
	background: linear-gradient(135deg, color-mix(in srgb, var(--showcase-accent) 92%, #fff), var(--showcase-accent));
}

.showcase-conversion-card strong {
	font-size: clamp(2.4rem, 4.5vw, 4.5rem);
	line-height: 1;
}

.showcase-conversion-card del,
.showcase-conversion-card p {
	color: rgba(255, 255, 255, 0.88);
}

.showcase-conversion-card p {
	margin: 18px 0 22px;
	font-weight: 850;
}

.showcase-order-section {
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.78), #ffffff),
		linear-gradient(135deg, var(--showcase-soft), #ffffff);
}

.showcase-order-copy {
	padding-top: 14px;
}

.showcase-mini-stats {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 12px;
	margin-top: 28px;
}

.showcase-mini-stats div {
	min-height: 104px;
	display: grid;
	align-content: center;
	padding: 17px;
	border: 1px solid var(--showcase-line);
	border-radius: 8px;
	background: rgba(255, 255, 255, 0.84);
}

.showcase-mini-stats strong,
.showcase-mini-stats span {
	display: block;
}

.showcase-mini-stats strong {
	color: var(--showcase-accent);
	font-size: 1.25rem;
}

.showcase-mini-stats span {
	color: #526076;
	font-weight: 850;
}

.showcase-order-form {
	display: grid;
	gap: 15px;
	padding: clamp(22px, 4vw, 36px);
}

.showcase-order-form label {
	display: grid;
	gap: 7px;
	color: #19263d;
	font-weight: 950;
}

.showcase-order-form input,
.showcase-order-form textarea {
	width: 100%;
	padding: 13px 14px;
	border: 1px solid var(--showcase-line);
	border-radius: 8px;
	color: #132035;
	background: #fff;
	font: inherit;
	font-weight: 750;
}

.showcase-order-form input:focus,
.showcase-order-form textarea:focus {
	border-color: var(--showcase-accent);
	outline: 3px solid color-mix(in srgb, var(--showcase-accent) 18%, transparent);
}

.showcase-faq-section {
	background: #fff;
}

.showcase-faq-grid {
	display: grid;
	gap: 14px;
	max-width: 860px;
	margin: 0 auto;
}

.showcase-faq-grid details {
	padding: 20px 24px;
}

.showcase-faq-grid summary {
	cursor: pointer;
	color: #132035;
	font-weight: 950;
}

.showcase-faq-grid p {
	margin: 10px 0 0;
	color: #526076;
	font-weight: 760;
}

.showcase-footer {
	padding: 34px 0 46px;
	border-top: 1px solid var(--showcase-line);
	color: #526076;
	background: var(--showcase-soft);
}

.showcase-footer .showcase-container {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
}

.showcase-footer strong {
	color: var(--showcase-dark);
}

.showcase-footer a {
	color: var(--showcase-accent);
	font-weight: 950;
}

.need-section {
	background: linear-gradient(135deg, #e8fff9, #eaf8ff);
}

.need-card {
	width: min(720px, 100%);
	margin: 0 auto;
	padding: 34px;
}

.need-card h3 {
	margin: 0 0 18px;
	text-align: center;
}

.landing-system-section {
	background:
		radial-gradient(circle at 12% 12%, rgba(16, 185, 129, 0.12), transparent 26%),
		radial-gradient(circle at 88% 80%, rgba(37, 99, 235, 0.12), transparent 28%),
		linear-gradient(135deg, #ffffff, #f5fbff);
}

.landing-system-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 22px;
}

.landing-system-card {
	position: relative;
	min-height: 260px;
	padding: 28px;
	overflow: hidden;
}

.landing-system-card::before {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	height: 4px;
	background: linear-gradient(90deg, var(--accent, var(--teal)), color-mix(in srgb, var(--accent, var(--teal)) 34%, white));
	content: "";
}

.landing-system-card::after {
	position: absolute;
	right: -34px;
	bottom: -34px;
	width: 112px;
	height: 112px;
	border-radius: 50%;
	background: color-mix(in srgb, var(--accent, var(--teal)) 13%, transparent);
	content: "";
	transition: transform 220ms ease, opacity 220ms ease;
}

.landing-system-card:hover::after {
	opacity: 0.95;
	transform: scale(1.16);
}

.landing-system-card h3 {
	margin: 0;
	font-size: 1.16rem;
	line-height: 1.35;
}

.landing-system-card p {
	margin: 10px 0 0;
	color: var(--soft-ink);
	font-weight: 720;
}

.cost-section {
	background: linear-gradient(135deg, #eff6ff, #e9fbff);
}

.cost-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 28px;
	width: min(820px, 100%);
	margin: 0 auto 26px;
}

.cost-card {
	position: relative;
	padding: 30px;
	text-align: center;
	overflow: hidden;
}

.cost-card::before {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	height: 4px;
	background: linear-gradient(90deg, #2563eb, #21c768);
	content: "";
}

.cost-card span {
	display: block;
	color: var(--ink);
	font-weight: 900;
}

.cost-card strong {
	display: block;
	margin-top: 10px;
	color: #2563eb;
	font-size: clamp(2rem, 4vw, 3rem);
	line-height: 1;
}

.cost-card:nth-child(2) strong {
	color: #16a34a;
}

.compact-feature-list {
	width: fit-content;
	max-width: 100%;
	margin: 22px auto 0;
	text-align: left;
}

.compact-feature-list li {
	margin: 9px 0;
	color: #36445c;
	font-size: 0.94rem;
	font-weight: 780;
}

.contact-hero h1 span {
	display: block;
	color: rgba(255, 255, 255, 0.52);
	font-size: 0.82em;
}

.meeting-intro {
	background: #f7f9fc;
}

.video-frame {
	position: relative;
	width: min(620px, 100%);
	min-height: 330px;
	display: grid;
	place-items: center;
	margin: 0 auto 16px;
	overflow: hidden;
	color: var(--paper);
	border-radius: 8px;
	background:
		radial-gradient(circle at 56% 40%, rgba(229, 31, 63, 0.28), transparent 18%),
		linear-gradient(90deg, #050505 0 25%, #273147 25% 73%, #090909 73% 100%);
	box-shadow: var(--shadow);
}

.video-frame::before {
	position: absolute;
	inset: 0;
	background:
		linear-gradient(90deg, transparent 0 30%, rgba(255, 255, 255, 0.08) 30% 31%, transparent 31% 70%, rgba(255, 255, 255, 0.08) 70% 71%, transparent 71%),
		radial-gradient(circle at 52% 34%, #9b6a4c 0 46px, transparent 47px),
		linear-gradient(180deg, transparent 0 43%, #202938 44% 100%);
	content: "";
	opacity: 0.88;
}

.video-title {
	position: absolute;
	top: 18px;
	left: 18px;
	z-index: 1;
	display: flex;
	align-items: center;
	gap: 10px;
}

.tiny-brand {
	width: 30px;
	height: 30px;
	font-size: 0.48rem;
}

.video-title strong,
.video-title small {
	display: block;
	line-height: 1.1;
}

.video-title small {
	color: rgba(255, 255, 255, 0.72);
	font-size: 0.74rem;
}

.play-button {
	position: relative;
	z-index: 1;
	width: 72px;
	height: 52px;
	display: grid;
	place-items: center;
	color: var(--paper);
	background: #ef1e2d;
	border-radius: 12px;
	box-shadow: 0 18px 38px rgba(239, 30, 45, 0.28);
}

.video-caption {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 24px;
	z-index: 1;
	color: var(--paper);
	font-size: 1.42rem;
	font-weight: 900;
	text-align: center;
	text-shadow: 0 2px 14px rgba(0, 0, 0, 0.5);
}

.video-note {
	margin: 0 0 36px;
	color: var(--soft-ink);
	text-align: center;
	font-weight: 800;
}

.meeting-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 22px;
}

.meeting-card,
.location-card,
.meeting-form-card,
.office-card,
.social-card-large,
.direct-card {
	border: 1px solid var(--line);
	border-radius: 8px;
	background: var(--paper);
	box-shadow: var(--shadow);
}

.meeting-card {
	position: relative;
	min-height: 162px;
	padding: 24px;
	text-align: center;
	overflow: hidden;
}

.meeting-card::before {
	position: absolute;
	inset: 0 0 auto;
	height: 4px;
	background: linear-gradient(90deg, var(--accent), color-mix(in srgb, var(--accent) 40%, white));
	content: "";
}

.meeting-card .icon-badge {
	width: 48px;
	height: 48px;
	margin: 0 auto 14px;
	background: var(--accent);
}

.meeting-card h3 {
	margin: 0;
	font-size: 1rem;
	line-height: 1.35;
}

.meeting-card p {
	margin: 8px 0 0;
	color: var(--soft-ink);
	font-size: 0.92rem;
	font-weight: 750;
}

.meeting-copy {
	max-width: 820px;
	margin: 0 auto;
	text-align: center;
}

.meeting-copy p {
	margin: 0 auto 12px;
	color: var(--soft-ink);
	font-size: 1.08rem;
	font-weight: 750;
}

.location-card {
	padding: 30px;
}

.address-alert {
	display: flex;
	align-items: center;
	gap: 18px;
	padding: 22px;
	border-radius: 8px;
	background: #fff0f5;
}

.address-alert .icon-badge {
	margin: 0;
	flex: 0 0 auto;
}

.address-alert strong {
	color: var(--ink);
}

.map-preview {
	position: relative;
	height: 520px;
	margin-top: 24px;
	overflow: hidden;
	border-radius: 8px;
	background:
		linear-gradient(30deg, rgba(15, 23, 42, 0.08) 12%, transparent 12% 36%, rgba(15, 23, 42, 0.08) 36% 38%, transparent 38%),
		linear-gradient(110deg, transparent 0 44%, rgba(37, 99, 235, 0.26) 44% 46%, transparent 46% 100%),
		linear-gradient(170deg, #e6e4de, #c9d4cf 48%, #7d9cac 100%);
}

.map-preview::before,
.map-preview::after {
	position: absolute;
	left: -8%;
	right: -8%;
	height: 58px;
	background: rgba(255, 255, 255, 0.46);
	content: "";
	transform: rotate(-9deg);
}

.map-preview::before {
	top: 32%;
}

.map-preview::after {
	bottom: 18%;
	transform: rotate(5deg);
}

.map-pin {
	position: absolute;
	left: 54%;
	top: 48%;
	z-index: 1;
	width: 58px;
	height: 58px;
	display: grid;
	place-items: center;
	color: var(--paper);
	background: var(--red);
	border-radius: 50%;
	font-size: 0.78rem;
	font-weight: 900;
	box-shadow: 0 12px 26px rgba(229, 31, 63, 0.28);
}

.map-preview span {
	position: absolute;
	left: 24px;
	bottom: 22px;
	z-index: 1;
	padding: 8px 14px;
	border-radius: 999px;
	color: #20304a;
	background: rgba(255, 255, 255, 0.84);
	font-weight: 900;
}

.meeting-form-section {
	background: #f8fafc;
}

.meeting-form-card {
	width: min(700px, 100%);
	margin: 0 auto;
	overflow: hidden;
}

.form-head {
	display: flex;
	justify-content: space-between;
	gap: 22px;
	padding: 30px;
	color: var(--paper);
	background: linear-gradient(135deg, #2767f0, #9b35f0);
}

.form-head h2,
.form-head p {
	margin: 0;
}

.form-head p {
	color: rgba(255, 255, 255, 0.8);
	font-weight: 750;
}

.form-stats {
	display: grid;
	grid-template-columns: auto auto;
	gap: 4px 10px;
	text-align: right;
}

.form-stats strong {
	color: #fff06a;
	font-size: 1.2rem;
}

.form-stats span {
	font-size: 0.82rem;
	color: rgba(255, 255, 255, 0.78);
}

.meeting-form {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 18px;
	padding: 30px;
}

.meeting-form label {
	display: grid;
	gap: 8px;
	color: var(--ink);
	font-weight: 900;
}

.meeting-form input,
.meeting-form textarea {
	width: 100%;
	padding: 13px 14px;
	border: 1px solid var(--line);
	border-radius: 8px;
	color: var(--ink);
	background: #fbfcff;
	font: inherit;
	font-weight: 650;
}

.meeting-form input:focus,
.meeting-form textarea:focus {
	border-color: #6d5dfc;
	outline: 3px solid rgba(109, 93, 252, 0.14);
}

.full-field {
	grid-column: 1 / -1;
}

.helpline-band {
	padding: clamp(34px, 6vw, 62px);
	text-align: center;
	color: var(--paper);
	border-radius: 8px;
	background: linear-gradient(135deg, #16a34a, #2563eb);
	box-shadow: var(--shadow);
}

.helpline-band .icon-badge {
	margin: 0 auto 14px;
}

.helpline-band h2,
.helpline-band strong {
	display: block;
	margin: 0;
}

.helpline-band strong {
	margin-top: 4px;
	font-size: 1.35rem;
}

.contact-card-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 28px;
	width: min(860px, 100%);
	margin: 0 auto 54px;
}

.contact-page-section {
	background:
		radial-gradient(circle at 6% 10%, rgba(33, 199, 104, 0.1), transparent 24%),
		radial-gradient(circle at 92% 78%, rgba(37, 99, 235, 0.1), transparent 28%),
		linear-gradient(135deg, #f7fbff, #fbf7ff);
}

.contact-page-section .contact-card-grid {
	grid-template-columns: repeat(3, minmax(0, 1fr));
	width: 100%;
	gap: 22px;
	margin-bottom: 34px;
}

.direct-card {
	display: flex;
	align-items: center;
	gap: 22px;
	min-height: 180px;
	padding: 30px;
	color: var(--paper);
	background: linear-gradient(135deg, var(--accent), color-mix(in srgb, var(--accent) 76%, #3b82f6));
}

.direct-card:nth-child(3) {
	grid-column: 1 / -1;
}

.contact-page-section .direct-card {
	position: relative;
	min-height: 268px;
	align-items: flex-start;
	flex-direction: column;
	padding: 28px;
	overflow: hidden;
}

.contact-page-section .direct-card::before {
	position: absolute;
	inset: 0;
	background:
		radial-gradient(circle at 82% 12%, rgba(255, 255, 255, 0.18), transparent 28%),
		linear-gradient(135deg, rgba(255, 255, 255, 0.1), transparent 46%);
	content: "";
	pointer-events: none;
}

.contact-page-section .direct-card:nth-child(3) {
	grid-column: auto;
}

.contact-page-section .direct-card > * {
	position: relative;
	z-index: 1;
}

.direct-card .icon-badge {
	margin: 0;
	background: rgba(255, 255, 255, 0.18);
	border: 1px solid rgba(255, 255, 255, 0.25);
}

.direct-card h3 {
	margin: 0;
	font-size: 1.55rem;
}

.contact-page-section .direct-card h3 {
	max-width: 100%;
	font-size: clamp(1.08rem, 1.35vw, 1.25rem);
	line-height: 1.24;
	overflow-wrap: anywhere;
}

.direct-card p {
	margin: 0;
	color: rgba(255, 255, 255, 0.84);
	font-weight: 850;
}

.contact-page-section .direct-card .hero-actions {
	width: 100%;
	gap: 9px;
	margin-top: 18px !important;
}

.contact-page-section .direct-card .button {
	min-height: 40px;
	padding-inline: 12px;
	box-shadow: none;
}

.contact-highlight-strip {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 18px;
	width: min(960px, 100%);
	margin: 0 auto 66px;
}

.contact-highlight-strip div {
	min-height: 106px;
	display: grid;
	place-items: center;
	align-content: center;
	padding: 20px;
	text-align: center;
	border: 1px solid #dbe7f4;
	border-radius: 8px;
	background: rgba(255, 255, 255, 0.82);
	box-shadow: 0 12px 30px rgba(23, 32, 51, 0.08);
}

.contact-highlight-strip strong {
	display: block;
	color: var(--ink);
	font-size: 1.08rem;
	font-weight: 950;
}

.contact-highlight-strip span {
	display: block;
	margin-top: 4px;
	color: var(--soft-ink);
	font-weight: 760;
}

.office-map-section {
	padding-top: 12px;
}

.office-map-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 28px;
	align-items: stretch;
	margin-bottom: 54px;
}

.office-map-card {
	position: relative;
	display: flex;
	flex-direction: column;
	min-height: 100%;
	overflow: hidden;
}

.office-map-card::before {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	height: 4px;
	background: linear-gradient(90deg, var(--accent, var(--teal)), color-mix(in srgb, var(--accent, var(--teal)) 34%, white));
	content: "";
}

.office-map-copy {
	display: flex;
	align-items: flex-start;
	gap: 18px;
	padding: 28px 28px 22px;
}

.office-map-copy .icon-badge {
	margin: 0;
	flex: 0 0 auto;
}

.office-map-copy h3 {
	margin: 0;
	font-size: 1.32rem;
	line-height: 1.25;
}

.office-map-copy p {
	margin: 8px 0 0;
	color: #34405a;
	font-weight: 850;
}

.office-map-copy small {
	display: block;
	margin-top: 6px;
	color: var(--soft-ink);
	font-size: 0.92rem;
	font-weight: 720;
}

.map-embed {
	position: relative;
	width: 100%;
	aspect-ratio: 16 / 10;
	min-height: 300px;
	overflow: hidden;
	border-top: 1px solid #e5edf6;
	border-bottom: 1px solid #e5edf6;
	background:
		linear-gradient(rgba(99, 116, 143, 0.14) 1px, transparent 1px) 0 0 / 32px 32px,
		linear-gradient(90deg, rgba(99, 116, 143, 0.14) 1px, transparent 1px) 0 0 / 32px 32px,
		linear-gradient(135deg, #edf4fb, #dfe8f3);
	isolation: isolate;
}

.map-embed::before,
.map-embed::after {
	position: absolute;
	z-index: 1;
	pointer-events: none;
	content: "";
}

.map-embed::before {
	inset: 0;
	background:
		radial-gradient(circle at 34% 48%, rgba(33, 199, 104, 0.22), transparent 8%),
		radial-gradient(circle at 64% 42%, rgba(37, 99, 235, 0.18), transparent 9%),
		linear-gradient(32deg, transparent 45%, rgba(255, 255, 255, 0.42) 45% 48%, transparent 48%),
		linear-gradient(132deg, transparent 42%, rgba(255, 255, 255, 0.36) 42% 45%, transparent 45%);
	opacity: 0.55;
}

.map-embed::after {
	left: 50%;
	top: 50%;
	width: 32px;
	height: 32px;
	border: 7px solid #ffffff;
	border-radius: 50% 50% 50% 0;
	background: linear-gradient(135deg, var(--accent, var(--teal)), #2563eb);
	box-shadow: 0 16px 34px rgba(23, 32, 51, 0.2);
	transform: translate(-50%, -70%) rotate(-45deg);
}

.map-embed iframe {
	position: absolute;
	inset: 0;
	z-index: 0;
	width: 100%;
	height: 100%;
	border: 0;
}

.office-map-actions {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 12px;
	margin-top: auto;
	padding: 22px 28px 28px;
}

.office-map-actions .button {
	width: 100%;
	box-shadow: 0 10px 20px rgba(23, 32, 51, 0.1);
}

.office-card,
.social-card-large {
	width: min(760px, 100%);
	margin: 0 auto 54px;
	padding: 44px;
	text-align: center;
}

.office-address-box {
	display: flex;
	align-items: center;
	gap: 22px;
	margin-top: 28px;
	padding: 28px;
	text-align: left;
	border-radius: 8px;
	background: linear-gradient(135deg, #eef6ff, #fff0fb);
}

.office-address-box .icon-badge {
	margin: 0;
	flex: 0 0 auto;
}

.office-address-box p {
	margin: 0 0 10px;
	color: #3b465d;
	font-size: 1.05rem;
	font-weight: 750;
}

.social-card-large h2,
.office-card h2 {
	margin: 12px 0 0;
	font-size: clamp(1.9rem, 3vw, 2.7rem);
}

.social-card-large p {
	margin: 8px 0 24px;
	color: var(--soft-ink);
	font-weight: 750;
}

.large-social {
	justify-content: center;
}

.large-social .social-link {
	width: 54px;
	height: 54px;
	border-radius: 10px;
}

.large-social .social-link svg {
	width: 23px;
	height: 23px;
}

@keyframes heroAmbient {
	0% {
		background-position: 0% 50%, 0% 50%;
	}

	100% {
		background-position: 100% 50%, 100% 50%;
	}
}

@keyframes floatShape {
	0%,
	100% {
		transform: translate3d(0, 0, 0) rotate(45deg);
	}

	50% {
		transform: translate3d(16px, -14px, 0) rotate(58deg);
	}
}

@keyframes fadeRise {
	0% {
		opacity: 0;
		transform: translateY(18px);
	}

	100% {
		opacity: 1;
		transform: translateY(0);
	}
}

@keyframes panelFloat {
	0%,
	100% {
		transform: translateY(0);
	}

	50% {
		transform: translateY(-10px);
	}
}

@keyframes auditMeter {
	0% {
		width: 58%;
	}

	100% {
		width: 86%;
	}
}

@keyframes priceCardSettle {
	0% {
		opacity: 0;
		transform: translateY(24px) scale(0.985);
	}

	100% {
		opacity: 1;
		transform: translateY(0) scale(1);
	}
}

@keyframes priceShapeFloat {
	0%,
	100% {
		transform: translate3d(0, 0, 0) rotate(28deg);
	}

	50% {
		transform: translate3d(22px, -18px, 0) rotate(36deg);
	}
}

@keyframes priceShapePulse {
	0%,
	100% {
		opacity: 0.58;
		transform: scale(1);
	}

	50% {
		opacity: 0.95;
		transform: scale(1.08);
	}
}

@keyframes packageShine {
	0%,
	48% {
		left: -52px;
		opacity: 0;
	}

	62% {
		opacity: 1;
	}

	82%,
	100% {
		left: 116%;
		opacity: 0;
	}
}

@keyframes buttonShine {
	0%,
	45% {
		left: -55%;
	}

	72%,
	100% {
		left: 125%;
	}
}

@keyframes cpaScan {
	0%,
	42% {
		left: -42%;
	}

	70%,
	100% {
		left: 128%;
	}
}

@keyframes revealIn {
	0% {
		opacity: 0;
		transform: translateY(22px) scale(0.985);
	}

	100% {
		opacity: 1;
		transform: translateY(0) scale(1);
	}
}

@keyframes softwareSweep {
	0%,
	18% {
		left: -38%;
	}

	58%,
	100% {
		left: 126%;
	}
}

@keyframes softwareBars {
	0%,
	100% {
		transform: scaleY(0.92);
	}

	48% {
		transform: scaleY(1);
	}
}

@supports (animation-timeline: view()) {
	.section-title,
	.split-intro > *,
	.pricing-grid > *,
	.portfolio-grid > *,
	.feature-grid > *,
	.special-grid > *,
	.services-grid > *,
	.software-home-shell > *,
	.software-home-grid > *,
	.software-product-grid > *,
	.software-module-grid > *,
	.software-process-grid > *,
	.software-proof-grid > *,
	.software-fit-grid > *,
		.software-cta-panel,
	.marketing-grid > *,
	.trust-grid > *,
	.process-grid > *,
	.why-grid > *,
	.comparison-grid > *,
	.about-lead-grid > *,
	.milestone-grid > *,
	.document-grid > *,
	.niche-grid > *,
	.cost-grid > *,
	.landing-demo-grid > *,
	.landing-system-grid > *,
	.meeting-grid > *,
	.contact-card-grid > *,
		.office-map-grid > *,
		.contact-highlight-strip > *,
		.showcase-benefit-grid > *,
		.showcase-offer-grid > *,
		.showcase-order-grid > *,
		.warning-card,
		.audit-panel,
		.audit-score-card,
	.marketing-metric-panel,
	.video-card,
	.cpa-card,
	.need-card,
	.location-card,
	.meeting-form-card,
	.helpline-band,
	.office-card,
	.social-card-large,
	.impact-panel,
	.team-photo,
	.ceo-profile,
	.quote-card,
	.award-card {
		animation: revealIn 1s ease both;
		animation-timeline: view();
		animation-range: entry 8% cover 28%;
	}
}

@media (prefers-reduced-motion: reduce) {
	html {
		scroll-behavior: auto;
	}

	*,
	*::before,
	*::after {
		animation-duration: 1ms !important;
		animation-iteration-count: 1 !important;
		scroll-behavior: auto !important;
		transition-duration: 1ms !important;
	}
}

@media (max-width: 1380px) {
	.header-actions .button-whatsapp span {
		display: none;
	}
}

@media (max-width: 1240px) {
	.nav-menu {
		position: absolute;
		top: 72px;
		left: 18px;
		right: 18px;
		display: none;
		flex-direction: column;
		align-items: stretch;
		padding: 16px;
		background: var(--paper);
		border: 1px solid var(--line);
		border-radius: 8px;
		box-shadow: var(--shadow);
	}

	.menu-toggle:checked ~ .nav-menu {
		display: flex;
	}

	.hamburger {
		display: inline-flex;
		order: 3;
	}

	.header-actions {
		margin-left: auto;
	}
}

@media (max-width: 1100px) {
	.nav-menu {
		position: absolute;
		top: 72px;
		left: 18px;
		right: 18px;
		display: none;
		flex-direction: column;
		align-items: stretch;
		padding: 16px;
		background: var(--paper);
		border: 1px solid var(--line);
		border-radius: 8px;
		box-shadow: var(--shadow);
	}

	.menu-toggle:checked ~ .nav-menu {
		display: flex;
	}

	.hamburger {
		display: inline-flex;
		order: 3;
	}

	.header-actions {
		margin-left: auto;
	}

	.header-actions .button-meeting {
		display: none;
	}

	.split-intro,
	.ceo-grid,
	.software-home-shell,
	.software-hero-grid,
	.software-fit-grid {
		grid-template-columns: 1fr;
	}

	.footer-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 860px) {
	.feature-grid,
	.special-grid,
	.services-grid,
	.software-home-grid,
	.software-product-grid,
	.software-module-grid,
	.software-process-grid,
	.pricing-grid,
	.portfolio-grid,
	.marketing-grid,
	.trust-grid,
	.process-grid,
	.why-grid,
	.comparison-grid,
	.audience-grid,
	.proof-row,
	.about-lead-grid,
	.milestone-grid,
	.impact-grid,
	.document-grid,
	.niche-grid,
	.cost-grid,
	.landing-demo-grid,
	.landing-system-grid,
	.meeting-grid,
	.contact-card-grid {
		grid-template-columns: 1fr;
	}

	.product-bullet-grid,
	.product-card-grid,
	.product-review-grid,
	.product-trust-strip .product-demo-container,
	.product-offer-grid,
	.product-order-grid {
		grid-template-columns: 1fr;
	}

	.showcase-hero-grid,
	.showcase-benefit-grid,
	.showcase-offer-grid,
	.showcase-order-grid {
		grid-template-columns: 1fr;
	}

	.showcase-proof .showcase-container {
		flex-wrap: wrap;
	}

	.showcase-proof span {
		flex-basis: calc(50% - 6px);
	}

	.office-map-grid,
	.contact-highlight-strip,
	.contact-page-section .contact-card-grid {
		grid-template-columns: 1fr;
	}

	.direct-card:nth-child(3) {
		grid-column: auto;
	}

	.hero::before,
	.hero::after {
		width: 80px;
		height: 80px;
	}

	.footer-grid {
		grid-template-columns: 1fr;
		text-align: center;
	}

	.footer-grid > div,
	.footer-brand {
		display: flex;
		align-items: center;
		flex-direction: column;
	}

	.footer-grid p {
		max-width: 360px;
		margin-inline: auto;
	}

	.footer-logo {
		justify-content: center;
		margin-inline: auto;
	}

	.pay-now {
		width: auto;
		margin-inline: auto;
	}

	.footer-connect {
		width: 100%;
		max-width: 280px;
	}

	.footer-social,
	.social-row {
		justify-content: center;
	}

	.audit-panel {
		grid-template-columns: 1fr;
	}

	.software-proof-grid {
		grid-template-columns: 1fr;
	}

	.software-proof-points {
		justify-content: flex-start;
		max-width: none;
	}

	.software-console-large {
		min-height: auto;
	}

	.software-cta-panel {
		align-items: flex-start;
		flex-direction: column;
		padding: 32px;
	}

	.marketing-intro-grid {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 620px) {
	.container {
		width: min(100% - 26px, 1120px);
	}

	.software-home-copy h2,
	.software-proof-grid h2,
	.software-fit-copy h2,
	.software-cta-panel h2 {
		font-size: 1.78rem;
	}

	.software-console,
	.software-product-card,
	.software-module-card,
	.software-fit-card,
	.software-card {
		padding: 22px;
	}

	.software-metric-row,
	.software-console-body {
		grid-template-columns: 1fr;
	}

	.software-console-body {
		display: grid;
	}

	.software-console-list {
		flex-basis: auto;
	}

	.nav-wrap {
		min-height: 68px;
	}

	.brand-mark {
		width: 54px;
		height: 40px;
	}

	.brand-name-main {
		font-size: 1rem;
	}

	.brand-name-sub {
		font-size: 0.78rem;
	}

	.brand-copy small {
		display: none;
	}

	.nav-menu {
		top: 68px;
	}

	.header-actions .button-whatsapp {
		min-height: 40px;
		padding-inline: 12px;
	}

	.header-actions .button-whatsapp span {
		display: inline;
	}

	.home .split-intro,
	.home .software-home-copy,
	.home .portfolio-card,
	.home .feature-card,
	.home .special-card,
	.home .service-card,
	.home .software-card,
	.home .marketing-card,
	.home .trust-card {
		text-align: center;
	}

	.home .split-intro .hero-actions,
	.home .software-home-actions,
	.home .software-signal-list,
	.home .portfolio-card strong,
	.home .tag-list {
		justify-content: center !important;
	}

	.home .portfolio-card .icon-badge,
	.home .feature-card .icon-badge,
	.home .special-card .icon-badge,
	.home .service-card .icon-badge,
	.home .software-card .icon-badge,
	.home .marketing-card .icon-badge,
	.home .trust-card .icon-badge {
		margin-left: auto;
		margin-right: auto;
	}

	.home .portfolio-browser,
	.home .commerce-panel,
	.home .software-console {
		text-align: center;
	}

	.panel-top {
		align-items: center;
		flex-direction: column;
		text-align: center;
	}

	.panel-foot span {
		min-height: 44px;
	}

	.khaleej-ecommerce-page .warning-card,
	.khaleej-ecommerce-page .alert-panel,
	.khaleej-ecommerce-page .feature-card,
	.khaleej-ecommerce-page .package-card,
	.khaleej-ecommerce-page .special-card,
	.khaleej-ecommerce-page .insight-card,
	.khaleej-ecommerce-page .audience-card,
	.khaleej-ecommerce-page .comparison-card,
	.khaleej-ecommerce-page .why-card,
	.khaleej-ecommerce-page .stat-box {
		text-align: center;
	}

	.khaleej-ecommerce-page .feature-card .icon-badge,
	.khaleej-ecommerce-page .special-card .icon-badge,
	.khaleej-ecommerce-page .why-card .icon-badge,
	.khaleej-ecommerce-page .stat-box .icon-badge {
		margin-left: auto;
		margin-right: auto;
	}

	.khaleej-ecommerce-page .alert-panel {
		border-top: 5px solid #ff4f59;
		border-left: 0;
	}

	.khaleej-ecommerce-page .package-head,
	.khaleej-ecommerce-page .audience-head {
		align-items: center;
		flex-direction: column;
		text-align: center;
	}

	.khaleej-ecommerce-page .package-head {
		gap: 10px;
	}

	.khaleej-ecommerce-page .price,
	.khaleej-ecommerce-page .live-demos strong {
		text-align: center;
	}

	.khaleej-ecommerce-page .check-list,
	.khaleej-ecommerce-page .bad-list {
		width: fit-content;
		max-width: 100%;
		margin-right: auto;
		margin-left: auto;
		text-align: left;
	}

	.khaleej-ecommerce-page .demo-link-list,
	.khaleej-ecommerce-page .tag-list {
		justify-content: center;
	}

	.khaleej-ecommerce-page .audience-icon {
		margin-inline: auto;
	}

	.khaleej-ecommerce-page .stat-box {
		align-items: center;
		flex-direction: column;
		justify-content: center;
		gap: 10px;
	}

	.khaleej-ecommerce-page .proof-row {
		gap: 12px;
	}

	.khaleej-landing-page .cpa-card,
	.khaleej-landing-page .package-card,
	.khaleej-landing-page .need-card,
	.khaleej-landing-page .landing-system-card,
	.khaleej-landing-page .cost-card,
	.khaleej-landing-page .why-card,
	.khaleej-marketing-page .marketing-intro-grid,
	.khaleej-marketing-page .marketing-metric-panel,
	.khaleej-marketing-page .package-card,
	.khaleej-marketing-page .why-card,
	.khaleej-marketing-page .service-card,
	.khaleej-marketing-page .process-card {
		text-align: center;
	}

	.khaleej-landing-page .cpa-card .icon-badge,
	.khaleej-landing-page .landing-system-card .icon-badge,
	.khaleej-landing-page .why-card .icon-badge,
	.khaleej-marketing-page .why-card .icon-badge,
	.khaleej-marketing-page .service-card .icon-badge,
	.khaleej-marketing-page .process-card .icon-badge {
		margin-left: auto;
		margin-right: auto;
	}

	.khaleej-landing-page .package-head,
	.khaleej-marketing-page .package-head {
		align-items: center;
		flex-direction: column;
		gap: 10px;
		text-align: center;
	}

	.khaleej-landing-page .price,
	.khaleej-landing-page .live-demos strong,
	.khaleej-marketing-page .price,
	.khaleej-marketing-page .live-demos strong {
		text-align: center;
	}

	.khaleej-landing-page .check-list,
	.khaleej-landing-page .bad-list,
	.khaleej-marketing-page .check-list,
	.khaleej-marketing-page .bad-list {
		width: fit-content;
		max-width: 100%;
		margin-right: auto;
		margin-left: auto;
		text-align: left;
	}

	.khaleej-landing-page .landing-demo-link-list,
	.khaleej-landing-page .tag-list,
	.khaleej-marketing-page .tag-list {
		justify-content: center;
	}

	.khaleej-landing-page .landing-demo-card .icon-badge {
		margin-left: auto;
		margin-right: auto;
	}

	.khaleej-marketing-page .marketing-intro-grid .mini-pill {
		margin-right: auto;
		margin-left: auto;
	}

	.khaleej-marketing-page .metric-row {
		align-items: center;
		flex-direction: column;
		justify-content: center;
		gap: 6px;
		text-align: center;
	}

	.khaleej-marketing-page .metric-row span {
		color: rgba(255, 255, 255, 0.82);
	}

	.khaleej-pricing-page .package-card,
	.khaleej-pricing-page .video-card,
	.khaleej-pricing-page .niche-card {
		text-align: center;
	}

	.khaleej-pricing-page .package-head {
		align-items: center;
		flex-direction: column;
		gap: 10px;
		text-align: center;
	}

	.khaleej-pricing-page .price,
	.khaleej-pricing-page .live-demos strong,
	.khaleej-pricing-page .niche-bottom strong {
		text-align: center;
	}

	.khaleej-pricing-page .check-list {
		width: fit-content;
		max-width: 100%;
		margin-right: auto;
		margin-left: auto;
		text-align: left;
	}

	.khaleej-pricing-page .tag-list,
	.khaleej-pricing-page .soft-tags {
		justify-content: center;
	}

	.khaleej-pricing-page .video-card .icon-badge {
		margin-right: auto;
		margin-left: auto;
	}

	.khaleej-pricing-page .video-card .hero-actions {
		justify-content: center !important;
	}

	.khaleej-contact-page .direct-card,
	.khaleej-contact-page .office-map-card,
	.khaleej-contact-page .office-map-copy,
	.khaleej-contact-page .contact-highlight-strip div,
	.khaleej-contact-page .social-card-large {
		text-align: center;
	}

	.khaleej-contact-page .direct-card,
	.khaleej-contact-page .office-map-copy {
		align-items: center;
	}

	.khaleej-contact-page .direct-card .icon-badge,
	.khaleej-contact-page .office-map-copy .icon-badge {
		margin-right: auto;
		margin-left: auto;
	}

	.khaleej-contact-page .direct-card .hero-actions {
		align-items: stretch;
		justify-content: center !important;
	}

	.khaleej-contact-page .contact-highlight-strip {
		gap: 14px;
		margin-bottom: 52px;
	}

	.khaleej-contact-page .office-map-copy {
		padding: 26px 22px 20px;
	}

	.khaleej-contact-page .office-map-actions {
		padding: 20px 22px 24px;
	}

	.product-demo-nav {
		align-items: stretch;
		flex-direction: column;
		padding: 12px 0;
	}

	.product-demo-nav .button {
		width: 100%;
	}

	.product-price-row,
	.product-bullet-grid,
	.landing-demo-grid {
		grid-template-columns: 1fr;
	}

	.product-visual-card {
		min-height: 300px;
	}

	.product-seal {
		right: 16px;
		top: 58px;
		width: 72px;
		height: 72px;
		font-size: 0.86rem;
	}

	.product-mini-proof {
		left: 16px;
		right: 16px;
		bottom: 16px;
		text-align: center;
	}

	.product-sticky-cta {
		align-items: stretch;
		flex-direction: column;
		border-radius: 14px;
		text-align: center;
	}

	.showcase-container {
		width: min(100% - 26px, 1160px);
	}

	.showcase-nav,
	.showcase-footer .showcase-container {
		align-items: stretch;
		flex-direction: column;
	}

	.showcase-nav {
		min-height: 0;
		padding: 14px 0;
	}

	.showcase-nav-actions {
		justify-content: space-between;
		width: 100%;
	}

	.showcase-nav-actions .button {
		padding-inline: 12px;
	}

	.showcase-logo .brand-mark {
		width: 54px;
		height: 40px;
	}

	.showcase-price-panel,
	.showcase-mini-stats {
		grid-template-columns: 1fr;
	}

	.showcase-proof span {
		flex-basis: 100%;
	}

	.showcase-visual > span {
		left: 24px;
		top: 24px;
		max-width: calc(100% - 48px);
	}

	.hero {
		padding-top: 70px;
	}

	.hero-actions,
	.panel-foot {
		flex-direction: column;
		grid-template-columns: 1fr;
		align-items: stretch;
	}

	.button {
		width: 100%;
	}

	.panel-grid {
		grid-template-columns: 1fr;
	}

	.feature-card,
	.special-card,
	.service-card,
	.package-card,
	.warning-card,
	.quote-card,
	.comparison-card {
		padding: 24px;
	}

	.ad-bar {
		grid-template-columns: 20px 1fr 42px;
	}

	.ad-bar span:nth-child(n+4) {
		display: none;
	}

	.team-photo {
		min-height: 300px;
	}

	.person {
		width: 30px;
		height: 70px;
	}

	.person::before {
		width: 26px;
		height: 26px;
		top: -24px;
	}

	.team-row {
		gap: 5px;
	}

	.video-card {
		grid-template-columns: 1fr;
	}

	.niche-bottom {
		align-items: stretch;
		flex-direction: column;
	}

	.address-alert,
	.office-address-box,
	.office-map-copy,
	.direct-card,
	.form-head {
		align-items: stretch;
		flex-direction: column;
		text-align: left;
	}

	.office-map-actions {
		grid-template-columns: 1fr;
	}

	.map-embed {
		min-height: 240px;
	}

	.meeting-form {
		grid-template-columns: 1fr;
	}

	.map-preview {
		height: 360px;
	}
}
