:root {
	--bg-main: #0b0f17;
	--bg-card: #111827;
	--bg-card-subtle: #162032;
	--bg-card-hover: #1b263b;
	--bg-glass: rgba(17, 24, 39, 0.75);
	--border-subtle: rgba(255, 255, 255, 0.08);
	--border-light: rgba(255, 255, 255, 0.14);
	--border-accent: rgba(56, 189, 248, 0.3);
	
	--text-main: #f8fafc;
	--text-muted: #94a3b8;
	--text-dim: #64748b;
	
	--primary: #0284c7;
	--primary-hover: #0369a1;
	--primary-glow: rgba(2, 132, 199, 0.25);
	
	--accent-emerald: #10b981;
	--accent-emerald-subtle: rgba(16, 185, 129, 0.12);
	--accent-whatsapp: #25d366;
	--accent-amber: #f59e0b;
	--accent-rose: #f43f5e;
	--accent-purple: #a855f7;
	--accent-cyan: #06b6d4;

	--font-body: 'Plus Jakarta Sans', system-ui, -apple-system, sans-serif;
	--font-heading: 'Outfit', 'Plus Jakarta Sans', sans-serif;
	--font-mono: 'JetBrains Mono', monospace;

	--radius-sm: 6px;
	--radius-md: 12px;
	--radius-lg: 18px;
	--radius-xl: 24px;
	--radius-full: 9999px;

	--shadow-sm: 0 2px 8px rgba(0, 0, 0, 0.2);
	--shadow-md: 0 8px 24px rgba(0, 0, 0, 0.35);
	--shadow-lg: 0 16px 40px rgba(0, 0, 0, 0.5);
	--shadow-glow: 0 0 35px rgba(2, 132, 199, 0.2);
}

*, *::before, *::after {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}

html {
	scroll-behavior: smooth;
	font-size: 16px;
	color-scheme: dark;
}

body {
	background-color: var(--bg-main);
	color: var(--text-main);
	font-family: var(--font-body);
	line-height: 1.6;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	overflow-x: hidden;
	background-image: 
		radial-gradient(circle at 15% 10%, rgba(2, 132, 199, 0.08) 0%, transparent 45%),
		radial-gradient(circle at 85% 35%, rgba(16, 185, 129, 0.05) 0%, transparent 50%),
		radial-gradient(circle at 50% 80%, rgba(168, 85, 247, 0.04) 0%, transparent 60%);
	background-attachment: fixed;
}

/* Typography */
h1, h2, h3, h4, h5, h6 {
	font-family: var(--font-heading);
	color: var(--text-main);
	line-height: 1.25;
	font-weight: 700;
	letter-spacing: -0.02em;
}

p {
	color: var(--text-muted);
}

a {
	color: inherit;
	text-decoration: none;
	transition: all 0.2s ease;
}

button {
	font-family: inherit;
	cursor: pointer;
	border: none;
	background: none;
}

/* Layout Utilities */
.container {
	width: 100%;
	max-width: 1240px;
	margin: 0 auto;
	padding: 0 1.5rem;
}

.section-py {
	padding-top: 5.5rem;
	padding-bottom: 5.5rem;
}

@media (max-width: 768px) {
	.section-py {
		padding-top: 3.5rem;
		padding-bottom: 3.5rem;
	}
	.container {
		padding: 0 1rem;
	}
}

/* Badges & Tags */
.badge-pill {
	display: inline-flex;
	align-items: center;
	gap: 0.4rem;
	padding: 0.35rem 0.85rem;
	border-radius: var(--radius-full);
	font-size: 0.8125rem;
	font-weight: 600;
	letter-spacing: 0.02em;
	text-transform: uppercase;
}

.badge-simulated {
	background: rgba(245, 158, 11, 0.12);
	border: 1px solid rgba(245, 158, 11, 0.3);
	color: #fbbf24;
}

.badge-primary {
	background: rgba(2, 132, 199, 0.15);
	border: 1px solid rgba(2, 132, 199, 0.35);
	color: #38bdf8;
}

.badge-emerald {
	background: var(--accent-emerald-subtle);
	border: 1px solid rgba(16, 185, 129, 0.3);
	color: #34d399;
}

/* Buttons */
.btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 0.55rem;
	padding: 0.8rem 1.6rem;
	border-radius: var(--radius-md);
	font-weight: 600;
	font-size: 0.95rem;
	transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1);
	white-space: nowrap;
}

.btn-primary {
	background: linear-gradient(135deg, #0284c7 0%, #0369a1 100%);
	color: #ffffff;
	border: 1px solid rgba(56, 189, 248, 0.35);
	box-shadow: 0 4px 15px rgba(2, 132, 199, 0.35);
}

.btn-primary:hover {
	background: linear-gradient(135deg, #0369a1 0%, #075985 100%);
	transform: translateY(-2px);
	box-shadow: 0 6px 20px rgba(2, 132, 199, 0.5);
}

.btn-secondary {
	background: rgba(255, 255, 255, 0.06);
	color: var(--text-main);
	border: 1px solid var(--border-light);
	backdrop-filter: blur(8px);
}

.btn-secondary:hover {
	background: rgba(255, 255, 255, 0.12);
	border-color: rgba(255, 255, 255, 0.25);
	transform: translateY(-2px);
}

.btn-whatsapp {
	background: linear-gradient(135deg, #25d366 0%, #128c7e 100%);
	color: #ffffff;
	border: 1px solid rgba(37, 211, 102, 0.4);
	box-shadow: 0 4px 14px rgba(37, 211, 102, 0.3);
}

.btn-whatsapp:hover {
	transform: translateY(-2px);
	box-shadow: 0 6px 20px rgba(37, 211, 102, 0.45);
}

.btn-outline-primary {
	background: transparent;
	color: #38bdf8;
	border: 1px solid rgba(56, 189, 248, 0.35);
}

.btn-outline-primary:hover {
	background: rgba(2, 132, 199, 0.15);
	border-color: #38bdf8;
}

.btn-sm {
	padding: 0.5rem 1rem;
	font-size: 0.85rem;
	border-radius: var(--radius-sm);
}

.btn-lg {
	padding: 1rem 2rem;
	font-size: 1.05rem;
}

/* Glass Card */
.glass-card {
	background: var(--bg-card);
	border: 1px solid var(--border-subtle);
	border-radius: var(--radius-lg);
	box-shadow: var(--shadow-md);
	transition: all 0.3s ease;
	position: relative;
	overflow: hidden;
}

.glass-card:hover {
	border-color: var(--border-light);
}

/* Navigation */
.navbar {
	position: sticky;
	top: 0;
	z-index: 100;
	background: rgba(11, 15, 23, 0.85);
	backdrop-filter: blur(14px);
	border-bottom: 1px solid var(--border-subtle);
	transition: all 0.2s ease;
}

.nav-container {
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 4.5rem;
}

.nav-brand {
	display: flex;
	align-items: center;
	gap: 0.75rem;
}

.nav-avatar-initials {
	width: 40px;
	height: 40px;
	border-radius: var(--radius-full);
	background: linear-gradient(135deg, #0284c7 0%, #10b981 100%);
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: 800;
	font-size: 1.05rem;
	color: #ffffff;
	box-shadow: 0 0 12px rgba(2, 132, 199, 0.4);
}

.nav-brand-text h3 {
	font-size: 1.1rem;
	margin: 0;
	letter-spacing: -0.01em;
}

.nav-brand-text p {
	font-size: 0.75rem;
	color: #38bdf8;
	font-weight: 600;
	margin: 0;
	text-transform: uppercase;
	letter-spacing: 0.05em;
}

.nav-links {
	display: flex;
	align-items: center;
	gap: 1.5rem;
}

.nav-link {
	font-size: 0.9rem;
	font-weight: 500;
	color: var(--text-muted);
}

.nav-link:hover {
	color: var(--text-main);
}

.nav-actions {
	display: flex;
	align-items: center;
	gap: 0.75rem;
}

.mobile-menu-btn {
	display: none;
	color: var(--text-main);
	font-size: 1.5rem;
	padding: 0.4rem;
}

@media (max-width: 900px) {
	.nav-links {
		display: none;
	}
	.mobile-menu-btn {
		display: block;
	}
	.nav-actions {
		display: none;
	}
}

.mobile-drawer {
	background: var(--bg-card);
	border-bottom: 1px solid var(--border-light);
	padding: 1.25rem 1.5rem;
	display: flex;
	flex-direction: column;
	gap: 1rem;
}

.mobile-drawer a {
	padding: 0.5rem 0;
	font-size: 1rem;
	font-weight: 600;
	border-bottom: 1px solid var(--border-subtle);
}

/* Hero Section */
.hero-section {
	padding-top: 4.5rem;
	padding-bottom: 5rem;
	position: relative;
	overflow: hidden;
}

.hero-grid {
	display: grid;
	grid-template-columns: 1.15fr 0.85fr;
	gap: 3.5rem;
	align-items: center;
}

@media (max-width: 1024px) {
	.hero-grid {
		grid-template-columns: 1fr;
		gap: 2.5rem;
	}
}

.hero-badge-row {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 0.75rem;
	margin-bottom: 1.25rem;
}

.hero-title {
	font-size: clamp(2.4rem, 5vw, 3.8rem);
	font-weight: 800;
	line-height: 1.1;
	margin-bottom: 0.75rem;
	background: linear-gradient(135deg, #ffffff 30%, #94a3b8 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.hero-subtitle {
	font-size: clamp(1.1rem, 2.2vw, 1.4rem);
	font-weight: 600;
	color: #38bdf8;
	margin-bottom: 1.5rem;
	letter-spacing: -0.01em;
}

.hero-support {
	font-size: 1.1rem;
	color: #cbd5e1;
	line-height: 1.7;
	margin-bottom: 2rem;
	max-width: 580px;
}

.hero-cta-group {
	display: flex;
	flex-wrap: wrap;
	gap: 1rem;
	margin-bottom: 2.5rem;
}

.hero-meta-strip {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 1rem;
	padding-top: 1.75rem;
	border-top: 1px solid var(--border-subtle);
}

@media (max-width: 600px) {
	.hero-meta-strip {
		grid-template-columns: 1fr;
	}
}

.hero-meta-item h4 {
	font-size: 1.25rem;
	font-weight: 700;
	color: #ffffff;
	margin-bottom: 0.2rem;
}

.hero-meta-item p {
	font-size: 0.8125rem;
	color: var(--text-muted);
}

/* Hero Visual Card / Quick Operations Terminal */
.hero-ops-card {
	background: linear-gradient(145deg, #111827 0%, #0d131f 100%);
	border: 1px solid var(--border-light);
	border-radius: var(--radius-xl);
	padding: 1.75rem;
	box-shadow: var(--shadow-lg), var(--shadow-glow);
	position: relative;
}

.hero-ops-header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding-bottom: 1rem;
	border-bottom: 1px solid var(--border-subtle);
	margin-bottom: 1.25rem;
}

.pulse-dot {
	width: 9px;
	height: 9px;
	border-radius: 50%;
	background: #10b981;
	box-shadow: 0 0 10px #10b981;
	display: inline-block;
	animation: pulse 2s infinite;
}

@keyframes pulse {
	0% { opacity: 1; transform: scale(1); }
	50% { opacity: 0.4; transform: scale(1.15); }
	100% { opacity: 1; transform: scale(1); }
}

.hero-ops-list {
	display: flex;
	flex-direction: column;
	gap: 0.85rem;
}

.hero-ops-item {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0.75rem 1rem;
	background: rgba(255, 255, 255, 0.03);
	border: 1px solid var(--border-subtle);
	border-radius: var(--radius-md);
	font-size: 0.875rem;
}

.hero-ops-left {
	display: flex;
	align-items: center;
	gap: 0.65rem;
}

.hero-ops-icon {
	width: 28px;
	height: 28px;
	border-radius: 6px;
	background: rgba(56, 189, 248, 0.12);
	color: #38bdf8;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 0.85rem;
}

/* Section Header */
.section-header {
	text-align: center;
	max-width: 760px;
	margin: 0 auto 3.5rem auto;
}

.section-header h2 {
	font-size: clamp(2rem, 3.5vw, 2.75rem);
	margin-top: 0.75rem;
	margin-bottom: 1rem;
}

.section-header p {
	font-size: 1.05rem;
	line-height: 1.65;
}

/* About Section */
.about-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 3rem;
	align-items: center;
}

@media (max-width: 900px) {
	.about-grid {
		grid-template-columns: 1fr;
		gap: 2rem;
	}
}

.about-highlight-box {
	background: linear-gradient(135deg, rgba(2, 132, 199, 0.08) 0%, rgba(16, 185, 129, 0.05) 100%);
	border: 1px solid rgba(56, 189, 248, 0.2);
	border-radius: var(--radius-xl);
	padding: 2.25rem;
}

.about-feature-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 1.25rem;
	margin-top: 1.5rem;
}

@media (max-width: 600px) {
	.about-feature-grid {
		grid-template-columns: 1fr;
	}
}

.about-feature-card {
	background: var(--bg-card);
	border: 1px solid var(--border-subtle);
	border-radius: var(--radius-md);
	padding: 1.25rem;
}

.about-feature-card h4 {
	font-size: 0.95rem;
	margin-bottom: 0.35rem;
	color: #f1f5f9;
}

.about-feature-card p {
	font-size: 0.8125rem;
	line-height: 1.5;
}

/* Services Grid (What I Can Manage) */
.services-tabs {
	display: flex;
	flex-wrap: wrap;
	gap: 0.5rem;
	justify-content: center;
	margin-bottom: 2rem;
}

.filter-tab {
	padding: 0.5rem 1.15rem;
	border-radius: var(--radius-full);
	font-size: 0.85rem;
	font-weight: 600;
	background: var(--bg-card);
	color: var(--text-muted);
	border: 1px solid var(--border-subtle);
	transition: all 0.2s ease;
}

.filter-tab:hover, .filter-tab.active {
	background: rgba(2, 132, 199, 0.2);
	color: #38bdf8;
	border-color: rgba(56, 189, 248, 0.4);
}

.services-grid {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
	gap: 1.25rem;
}

.service-card {
	background: var(--bg-card);
	border: 1px solid var(--border-subtle);
	border-radius: var(--radius-lg);
	padding: 1.5rem;
	transition: all 0.25s ease;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.service-card:hover {
	transform: translateY(-4px);
	border-color: rgba(56, 189, 248, 0.35);
	box-shadow: 0 10px 25px rgba(0, 0, 0, 0.4);
}

.service-icon-wrap {
	width: 44px;
	height: 44px;
	border-radius: var(--radius-md);
	background: rgba(2, 132, 199, 0.12);
	color: #38bdf8;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 1.25rem;
	margin-bottom: 1rem;
}

.service-card h3 {
	font-size: 1.1rem;
	margin-bottom: 0.5rem;
	color: #ffffff;
}

.service-card p {
	font-size: 0.875rem;
	color: var(--text-muted);
	line-height: 1.55;
	margin-bottom: 1rem;
}

.service-tags {
	display: flex;
	flex-wrap: wrap;
	gap: 0.35rem;
}

.service-tag-chip {
	font-size: 0.725rem;
	padding: 0.2rem 0.55rem;
	background: rgba(255, 255, 255, 0.04);
	border-radius: 4px;
	color: #94a3b8;
	border: 1px solid var(--border-subtle);
}

/* Case Study Showcase */
.case-study-hero-banner {
	background: linear-gradient(135deg, #0f172a 0%, #1e293b 50%, #0f172a 100%);
	border: 1px solid rgba(245, 158, 11, 0.35);
	border-radius: var(--radius-xl);
	padding: 2.5rem;
	margin-bottom: 3rem;
	position: relative;
	overflow: hidden;
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
}

.case-study-banner-inner {
	display: grid;
	grid-template-columns: 1.3fr 0.7fr;
	gap: 2rem;
	align-items: center;
}

@media (max-width: 900px) {
	.case-study-banner-inner {
		grid-template-columns: 1fr;
	}
}

.case-study-meta-card {
	background: rgba(0, 0, 0, 0.4);
	border: 1px solid var(--border-light);
	border-radius: var(--radius-lg);
	padding: 1.5rem;
	backdrop-filter: blur(10px);
}

.meta-row {
	display: flex;
	justify-content: space-between;
	padding: 0.5rem 0;
	border-bottom: 1px solid var(--border-subtle);
	font-size: 0.875rem;
}

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

.meta-label {
	color: var(--text-dim);
}

.meta-val {
	font-weight: 600;
	color: #ffffff;
}

/* Pillar Grid */
.pillars-grid {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(340px, 1fr));
	gap: 1.5rem;
	margin-bottom: 3.5rem;
}

@media (max-width: 600px) {
	.pillars-grid {
		grid-template-columns: 1fr;
	}
}

.pillar-card {
	background: var(--bg-card);
	border: 1px solid var(--border-subtle);
	border-radius: var(--radius-lg);
	padding: 1.5rem;
	transition: all 0.2s ease;
}

.pillar-card:hover {
	border-color: var(--border-light);
	background: var(--bg-card-subtle);
}

.pillar-header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 0.75rem;
}

.pillar-number {
	font-family: var(--font-mono);
	font-size: 0.75rem;
	font-weight: 700;
	color: #38bdf8;
	background: rgba(56, 189, 248, 0.1);
	padding: 0.2rem 0.5rem;
	border-radius: 4px;
}

.pillar-card h3 {
	font-size: 1.15rem;
	margin-bottom: 0.4rem;
	color: #ffffff;
}

.pillar-card .pillar-desc {
	font-size: 0.875rem;
	margin-bottom: 1rem;
	color: var(--text-muted);
}

.pillar-value-box {
	background: rgba(255, 255, 255, 0.02);
	border-left: 3px solid #10b981;
	padding: 0.6rem 0.85rem;
	border-radius: 0 var(--radius-sm) var(--radius-sm) 0;
	font-size: 0.8125rem;
}

.pillar-value-box strong {
	color: #34d399;
	display: block;
	margin-bottom: 0.15rem;
}

/* Calendar Table & Day-by-Day */
.calendar-card {
	background: var(--bg-card);
	border: 1px solid var(--border-subtle);
	border-radius: var(--radius-xl);
	padding: 2rem;
	margin-bottom: 3.5rem;
}

.table-responsive {
	width: 100%;
	overflow-x: auto;
	margin-top: 1.25rem;
}

.calendar-table {
	width: 100%;
	border-collapse: separate;
	border-spacing: 0;
	font-size: 0.875rem;
}

.calendar-table th {
	background: rgba(255, 255, 255, 0.03);
	color: var(--text-muted);
	font-weight: 600;
	text-align: left;
	padding: 0.85rem 1rem;
	border-bottom: 1px solid var(--border-light);
	font-size: 0.8125rem;
	text-transform: uppercase;
	letter-spacing: 0.04em;
}

.calendar-table td {
	padding: 1rem;
	border-bottom: 1px solid var(--border-subtle);
	vertical-align: top;
}

.calendar-table tr:hover td {
	background: rgba(255, 255, 255, 0.02);
}

.day-badge {
	font-weight: 700;
	color: #ffffff;
	display: block;
}

.platform-pill {
	display: inline-flex;
	align-items: center;
	gap: 0.35rem;
	font-size: 0.75rem;
	font-weight: 600;
	padding: 0.2rem 0.55rem;
	border-radius: 4px;
}

.platform-ig {
	background: rgba(225, 48, 108, 0.15);
	color: #f43f5e;
	border: 1px solid rgba(225, 48, 108, 0.3);
}

.platform-fb {
	background: rgba(24, 119, 242, 0.15);
	color: #3b82f6;
	border: 1px solid rgba(24, 119, 242, 0.3);
}

.platform-tt {
	background: rgba(0, 242, 254, 0.12);
	color: #06b6d4;
	border: 1px solid rgba(0, 242, 254, 0.3);
}

.status-badge {
	display: inline-flex;
	align-items: center;
	gap: 0.3rem;
	font-size: 0.75rem;
	font-weight: 600;
	padding: 0.2rem 0.6rem;
	border-radius: var(--radius-full);
}

.status-scheduled {
	background: rgba(16, 185, 129, 0.15);
	color: #34d399;
	border: 1px solid rgba(16, 185, 129, 0.3);
}

.status-approved {
	background: rgba(56, 189, 248, 0.15);
	color: #38bdf8;
	border: 1px solid rgba(56, 189, 248, 0.3);
}

.status-review {
	background: rgba(245, 158, 11, 0.15);
	color: #fbbf24;
	border: 1px solid rgba(245, 158, 11, 0.3);
}

.cta-chip {
	font-family: var(--font-mono);
	font-size: 0.75rem;
	color: #38bdf8;
	background: rgba(56, 189, 248, 0.08);
	padding: 0.2rem 0.5rem;
	border-radius: 4px;
	display: inline-block;
}

/* Mockups Container & Switchers */
.mockups-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
	gap: 2rem;
	margin-bottom: 3.5rem;
}

/* Phone Mockup Frame */
.phone-mockup {
	background: #000000;
	border: 8px solid #1e293b;
	border-radius: 36px;
	padding: 1rem;
	box-shadow: 0 20px 50px rgba(0, 0, 0, 0.6), 0 0 0 1px rgba(255, 255, 255, 0.08);
	display: flex;
	flex-direction: column;
	gap: 0.85rem;
	position: relative;
	max-width: 380px;
	margin: 0 auto;
	width: 100%;
}

.phone-notch {
	width: 90px;
	height: 18px;
	background: #1e293b;
	border-radius: 0 0 10px 10px;
	margin: -1rem auto 0.5rem auto;
}

.phone-header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	font-size: 0.8125rem;
	padding-bottom: 0.5rem;
	border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.ig-profile-header {
	display: flex;
	align-items: center;
	gap: 0.65rem;
}

.ig-avatar {
	width: 34px;
	height: 34px;
	border-radius: 50%;
	background: linear-gradient(135deg, #0284c7 0%, #10b981 100%);
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: 700;
	font-size: 0.75rem;
	color: #fff;
	border: 2px solid #000;
	box-shadow: 0 0 0 2px #f43f5e;
}

.ig-username {
	font-weight: 700;
	font-size: 0.85rem;
	color: #fff;
}

.ig-location {
	font-size: 0.7rem;
	color: var(--text-dim);
}

.post-media-box {
	width: 100%;
	aspect-ratio: 1 / 1;
	border-radius: var(--radius-md);
	background: #0f172a;
	position: relative;
	overflow: hidden;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	padding: 1.25rem;
}

.post-media-property {
	background: linear-gradient(180deg, rgba(15, 23, 42, 0.2) 0%, rgba(15, 23, 42, 0.85) 100%), 
		radial-gradient(circle at 50% 50%, #1e293b 0%, #0f172a 100%);
	border: 1px solid rgba(255, 255, 255, 0.1);
}

.post-overlay-tag {
	align-self: flex-start;
	background: rgba(0, 0, 0, 0.75);
	backdrop-filter: blur(6px);
	padding: 0.35rem 0.75rem;
	border-radius: var(--radius-full);
	font-size: 0.75rem;
	font-weight: 700;
	color: #38bdf8;
	border: 1px solid rgba(56, 189, 248, 0.3);
}

.post-overlay-body {
	color: #ffffff;
}

.post-overlay-body h4 {
	font-size: 1.15rem;
	margin-bottom: 0.25rem;
	color: #ffffff;
}

.post-overlay-body p {
	font-size: 0.8125rem;
	color: #cbd5e1;
}

.post-social-actions {
	display: flex;
	align-items: center;
	justify-content: space-between;
	font-size: 1.1rem;
	color: #fff;
	padding: 0.25rem 0;
}

.post-social-left {
	display: flex;
	gap: 1rem;
}

.post-caption-box {
	font-size: 0.8125rem;
	color: #cbd5e1;
	line-height: 1.45;
	background: rgba(255, 255, 255, 0.03);
	padding: 0.75rem;
	border-radius: var(--radius-sm);
	border: 1px solid rgba(255, 255, 255, 0.06);
}

.post-caption-box strong {
	color: #fff;
}

/* Reels Interactive Card */
.reels-concept-card {
	background: var(--bg-card);
	border: 1px solid var(--border-subtle);
	border-radius: var(--radius-xl);
	padding: 2rem;
	transition: all 0.3s ease;
}

.reels-concept-card:hover {
	border-color: rgba(244, 63, 94, 0.35);
}

.reel-grid-detail {
	display: grid;
	grid-template-columns: 280px 1fr;
	gap: 2rem;
	align-items: start;
}

@media (max-width: 768px) {
	.reel-grid-detail {
		grid-template-columns: 1fr;
	}
}

.reel-vertical-preview {
	aspect-ratio: 9 / 16;
	background: #090d14;
	border: 2px solid rgba(244, 63, 94, 0.3);
	border-radius: var(--radius-lg);
	padding: 1.25rem;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	position: relative;
	overflow: hidden;
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.6);
}

.reel-hook-overlay {
	background: rgba(0, 0, 0, 0.85);
	border: 1px solid rgba(255, 255, 255, 0.15);
	padding: 0.75rem;
	border-radius: var(--radius-md);
	font-size: 0.875rem;
	font-weight: 800;
	color: #fbbf24;
	text-align: center;
	box-shadow: 0 4px 15px rgba(0, 0, 0, 0.5);
}

.reel-onscreen-text {
	background: rgba(2, 132, 199, 0.8);
	color: #ffffff;
	font-size: 0.8125rem;
	font-weight: 700;
	padding: 0.4rem 0.75rem;
	border-radius: var(--radius-sm);
	margin: 0.5rem 0;
	text-align: center;
}

.reel-breakdown-table {
	display: flex;
	flex-direction: column;
	gap: 1rem;
}

.breakdown-row {
	background: rgba(255, 255, 255, 0.02);
	border: 1px solid var(--border-subtle);
	border-radius: var(--radius-md);
	padding: 1rem;
}

.breakdown-label {
	font-size: 0.75rem;
	text-transform: uppercase;
	font-weight: 700;
	color: #38bdf8;
	margin-bottom: 0.25rem;
	letter-spacing: 0.05em;
}

.breakdown-content {
	font-size: 0.9rem;
	color: #e2e8f0;
	line-height: 1.5;
}

/* Stories Interactive Carousel / Stepper */
.stories-stepper-container {
	background: var(--bg-card);
	border: 1px solid var(--border-subtle);
	border-radius: var(--radius-xl);
	padding: 2rem;
	margin-bottom: 3.5rem;
}

.stories-nav-row {
	display: flex;
	gap: 0.5rem;
	overflow-x: auto;
	padding-bottom: 1rem;
	margin-bottom: 1.5rem;
}

.story-step-btn {
	padding: 0.6rem 1.1rem;
	border-radius: var(--radius-md);
	background: var(--bg-card-subtle);
	border: 1px solid var(--border-subtle);
	color: var(--text-muted);
	font-size: 0.85rem;
	font-weight: 600;
	white-space: nowrap;
	transition: all 0.2s ease;
	display: flex;
	align-items: center;
	gap: 0.4rem;
}

.story-step-btn:hover, .story-step-btn.active {
	background: rgba(244, 63, 94, 0.15);
	color: #fb7185;
	border-color: rgba(244, 63, 94, 0.4);
}

.story-display-grid {
	display: grid;
	grid-template-columns: 320px 1fr;
	gap: 2.5rem;
	align-items: center;
}

@media (max-width: 800px) {
	.story-display-grid {
		grid-template-columns: 1fr;
	}
}

.story-mockup-screen {
	aspect-ratio: 9 / 16;
	background: linear-gradient(180deg, #1e293b 0%, #090d16 100%);
	border-radius: 28px;
	border: 3px solid rgba(255, 255, 255, 0.15);
	padding: 1.25rem;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	position: relative;
	box-shadow: 0 16px 40px rgba(0, 0, 0, 0.6);
}

.story-top-bars {
	display: flex;
	gap: 4px;
	margin-bottom: 0.75rem;
}

.story-bar {
	height: 3px;
	flex: 1;
	background: rgba(255, 255, 255, 0.25);
	border-radius: 2px;
}

.story-bar.active {
	background: #ffffff;
}

.story-interactive-element {
	background: rgba(0, 0, 0, 0.6);
	backdrop-filter: blur(10px);
	border: 1px solid rgba(255, 255, 255, 0.2);
	border-radius: var(--radius-lg);
	padding: 1rem;
	text-align: center;
}

.poll-option-btn {
	display: block;
	width: 100%;
	padding: 0.6rem;
	margin: 0.4rem 0;
	background: rgba(255, 255, 255, 0.1);
	border: 1px solid rgba(255, 255, 255, 0.2);
	border-radius: var(--radius-md);
	font-weight: 700;
	font-size: 0.85rem;
	color: #fff;
}

.poll-option-btn.selected {
	background: #10b981;
	border-color: #34d399;
}

/* Community & Inbox Management */
.inbox-flow-banner {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	gap: 0.75rem;
	padding: 1.25rem 1.75rem;
	background: rgba(2, 132, 199, 0.08);
	border: 1px solid rgba(56, 189, 248, 0.25);
	border-radius: var(--radius-lg);
	margin-bottom: 2.5rem;
}

.flow-step-item {
	display: flex;
	align-items: center;
	gap: 0.5rem;
	font-weight: 700;
	font-size: 0.875rem;
	color: #e2e8f0;
}

.flow-arrow {
	color: #38bdf8;
	font-size: 1rem;
}

.inbox-cards-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
	gap: 1.5rem;
	margin-bottom: 3.5rem;
}

.inbox-card {
	background: var(--bg-card);
	border: 1px solid var(--border-subtle);
	border-radius: var(--radius-lg);
	padding: 1.5rem;
	display: flex;
	flex-direction: column;
	gap: 1rem;
}

.inbox-card-header {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.inbound-message-bubble {
	background: rgba(255, 255, 255, 0.04);
	border: 1px solid var(--border-subtle);
	border-radius: var(--radius-md);
	padding: 1rem;
	font-size: 0.875rem;
	color: #cbd5e1;
	position: relative;
}

.inbound-user-tag {
	font-size: 0.75rem;
	font-weight: 700;
	color: #38bdf8;
	margin-bottom: 0.35rem;
	display: flex;
	align-items: center;
	gap: 0.4rem;
}

.response-message-bubble {
	background: rgba(16, 185, 129, 0.08);
	border: 1px solid rgba(16, 185, 129, 0.25);
	border-radius: var(--radius-md);
	padding: 1rem;
	font-size: 0.875rem;
	color: #e2e8f0;
}

.response-author-tag {
	font-size: 0.75rem;
	font-weight: 700;
	color: #34d399;
	margin-bottom: 0.35rem;
	display: flex;
	align-items: center;
	gap: 0.4rem;
}

.inbox-action-footer {
	display: flex;
	align-items: center;
	justify-content: space-between;
	font-size: 0.75rem;
	color: var(--text-dim);
	padding-top: 0.5rem;
	border-top: 1px solid var(--border-subtle);
}

/* Lead Tracker CRM */
.lead-tracker-card {
	background: var(--bg-card);
	border: 1px solid var(--border-subtle);
	border-radius: var(--radius-xl);
	padding: 2rem;
	margin-bottom: 3.5rem;
}

.tracker-toolbar {
	display: flex;
	flex-wrap: wrap;
	gap: 1rem;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 1.5rem;
}

.tracker-search-input {
	background: rgba(255, 255, 255, 0.05);
	border: 1px solid var(--border-light);
	border-radius: var(--radius-md);
	padding: 0.6rem 1rem;
	color: #fff;
	font-size: 0.875rem;
	min-width: 260px;
}

.tracker-search-input:focus {
	outline: none;
	border-color: #38bdf8;
}

.lead-status-new {
	background: rgba(56, 189, 248, 0.15);
	color: #38bdf8;
	border: 1px solid rgba(56, 189, 248, 0.3);
}

.lead-status-viewing {
	background: rgba(16, 185, 129, 0.15);
	color: #34d399;
	border: 1px solid rgba(16, 185, 129, 0.3);
}

.lead-status-followup {
	background: rgba(245, 158, 11, 0.15);
	color: #fbbf24;
	border: 1px solid rgba(245, 158, 11, 0.3);
}

.lead-status-qualified {
	background: rgba(168, 85, 247, 0.15);
	color: #c084fc;
	border: 1px solid rgba(168, 85, 247, 0.3);
}

/* Analytics Dashboard */
.analytics-dashboard-card {
	background: var(--bg-card);
	border: 1px solid var(--border-subtle);
	border-radius: var(--radius-xl);
	padding: 2.25rem;
	margin-bottom: 3.5rem;
}

.kpi-stat-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
	gap: 1.25rem;
	margin-bottom: 2rem;
}

.kpi-card {
	background: rgba(255, 255, 255, 0.02);
	border: 1px solid var(--border-subtle);
	border-radius: var(--radius-lg);
	padding: 1.5rem;
}

.kpi-header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 0.5rem;
}

.kpi-label {
	font-size: 0.8125rem;
	color: var(--text-muted);
	font-weight: 600;
}

.kpi-val {
	font-size: 2rem;
	font-weight: 800;
	color: #ffffff;
	line-height: 1.1;
	margin-bottom: 0.35rem;
}

.kpi-growth {
	font-size: 0.775rem;
	font-weight: 700;
	display: flex;
	align-items: center;
	gap: 0.25rem;
}

.growth-up {
	color: #10b981;
}

.growth-down {
	color: #f43f5e;
}

.analytics-split-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 2rem;
	margin-top: 2rem;
}

@media (max-width: 900px) {
	.analytics-split-grid {
		grid-template-columns: 1fr;
	}
}

.content-performance-box {
	background: rgba(255, 255, 255, 0.02);
	border: 1px solid var(--border-subtle);
	border-radius: var(--radius-lg);
	padding: 1.5rem;
}

.content-rank-item {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0.75rem 0;
	border-bottom: 1px solid var(--border-subtle);
	font-size: 0.875rem;
}

.content-rank-item:last-child {
	border-bottom: none;
}

/* Workflow Timeline */
.workflow-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
	gap: 1.25rem;
	position: relative;
}

.workflow-card {
	background: var(--bg-card);
	border: 1px solid var(--border-subtle);
	border-radius: var(--radius-lg);
	padding: 1.5rem;
	position: relative;
	transition: all 0.25s ease;
}

.workflow-card:hover {
	transform: translateY(-4px);
	border-color: rgba(56, 189, 248, 0.4);
	background: var(--bg-card-subtle);
}

.workflow-step-num {
	width: 32px;
	height: 32px;
	border-radius: 50%;
	background: rgba(2, 132, 199, 0.2);
	color: #38bdf8;
	font-weight: 800;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 0.875rem;
	margin-bottom: 1rem;
	border: 1px solid rgba(56, 189, 248, 0.4);
}

.workflow-card h3 {
	font-size: 1.05rem;
	margin-bottom: 0.5rem;
}

.workflow-card p {
	font-size: 0.8125rem;
	line-height: 1.5;
}

/* Tools Matrix */
.tools-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
	gap: 1.25rem;
}

.tool-chip {
	background: var(--bg-card);
	border: 1px solid var(--border-subtle);
	border-radius: var(--radius-lg);
	padding: 1.5rem 1rem;
	text-align: center;
	transition: all 0.25s ease;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 0.75rem;
}

.tool-chip:hover {
	border-color: rgba(56, 189, 248, 0.4);
	transform: translateY(-3px);
}

.tool-icon {
	font-size: 2rem;
}

.tool-name {
	font-size: 0.9rem;
	font-weight: 700;
	color: #f1f5f9;
}

.tool-role {
	font-size: 0.75rem;
	color: var(--text-dim);
}

/* Discovery Call Section */
.discovery-section-card {
	background: linear-gradient(135deg, #0f172a 0%, #1e293b 60%, #0f172a 100%);
	border: 1px solid rgba(56, 189, 248, 0.3);
	border-radius: var(--radius-xl);
	padding: 3.5rem 2.5rem;
	text-align: center;
	position: relative;
	box-shadow: var(--shadow-lg), 0 0 50px rgba(2, 132, 199, 0.15);
}

.discovery-section-card h2 {
	font-size: clamp(2rem, 3.5vw, 2.75rem);
	margin-bottom: 1rem;
}

.discovery-section-card p {
	font-size: 1.15rem;
	max-width: 650px;
	margin: 0 auto 2rem auto;
	color: #cbd5e1;
}

.calendar-placeholder-box {
	background: rgba(0, 0, 0, 0.4);
	border: 2px dashed rgba(56, 189, 248, 0.4);
	border-radius: var(--radius-lg);
	padding: 2rem;
	max-width: 720px;
	margin: 2.5rem auto 0 auto;
	text-align: left;
}

.placeholder-header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 1rem;
	padding-bottom: 0.75rem;
	border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.placeholder-code {
	font-family: var(--font-mono);
	background: #090d16;
	padding: 0.75rem 1rem;
	border-radius: var(--radius-sm);
	font-size: 0.8125rem;
	color: #38bdf8;
	border: 1px solid rgba(255, 255, 255, 0.06);
	overflow-x: auto;
}

/* Contact Section & Form */
.contact-grid {
	display: grid;
	grid-template-columns: 1fr 1.2fr;
	gap: 3rem;
	align-items: start;
}

@media (max-width: 900px) {
	.contact-grid {
		grid-template-columns: 1fr;
		gap: 2.5rem;
	}
}

.contact-info-card {
	background: var(--bg-card);
	border: 1px solid var(--border-subtle);
	border-radius: var(--radius-xl);
	padding: 2.25rem;
	display: flex;
	flex-direction: column;
	gap: 1.75rem;
}

.contact-method-item {
	display: flex;
	align-items: center;
	gap: 1rem;
	padding: 1rem;
	background: rgba(255, 255, 255, 0.02);
	border: 1px solid var(--border-subtle);
	border-radius: var(--radius-md);
	transition: all 0.2s ease;
}

.contact-method-item:hover {
	border-color: rgba(56, 189, 248, 0.35);
	background: rgba(255, 255, 255, 0.05);
}

.contact-icon-box {
	width: 44px;
	height: 44px;
	border-radius: var(--radius-md);
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 1.25rem;
}

.contact-icon-mail {
	background: rgba(2, 132, 199, 0.15);
	color: #38bdf8;
}

.contact-icon-wa {
	background: rgba(37, 211, 102, 0.15);
	color: #25d366;
}

.contact-icon-cal {
	background: rgba(168, 85, 247, 0.15);
	color: #c084fc;
}

.contact-form-card {
	background: var(--bg-card);
	border: 1px solid var(--border-subtle);
	border-radius: var(--radius-xl);
	padding: 2.5rem;
}

.form-group {
	margin-bottom: 1.25rem;
}

.form-group label {
	display: block;
	font-size: 0.875rem;
	font-weight: 600;
	color: #e2e8f0;
	margin-bottom: 0.45rem;
}

.form-control {
	width: 100%;
	padding: 0.8rem 1rem;
	background: rgba(255, 255, 255, 0.04);
	border: 1px solid var(--border-light);
	border-radius: var(--radius-md);
	color: #ffffff;
	font-family: inherit;
	font-size: 0.95rem;
	transition: all 0.2s ease;
}

.form-control:focus {
	outline: none;
	border-color: #38bdf8;
	box-shadow: 0 0 0 3px rgba(2, 132, 199, 0.2);
}

.form-select {
	appearance: none;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='%2394a3b8'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M19 9l-7 7-7-7'%3E%3C/path%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: right 1rem center;
	background-size: 1.25rem;
	padding-right: 2.5rem;
}

/* Final CTA Section */
.final-cta-banner {
	background: linear-gradient(135deg, #075985 0%, #0369a1 40%, #0c4a6e 100%);
	border-radius: var(--radius-xl);
	padding: 4rem 2rem;
	text-align: center;
	position: relative;
	overflow: hidden;
	box-shadow: 0 20px 50px rgba(2, 132, 199, 0.3);
}

.final-cta-banner h2 {
	font-size: clamp(2rem, 3.5vw, 2.75rem);
	margin-bottom: 1.25rem;
	color: #ffffff;
}

.final-cta-banner p {
	font-size: 1.15rem;
	color: #e0f2fe;
	max-width: 650px;
	margin: 0 auto 2.5rem auto;
}

.final-cta-buttons {
	display: flex;
	flex-wrap: wrap;
	gap: 1rem;
	justify-content: center;
}

/* Footer */
.footer {
	border-top: 1px solid var(--border-subtle);
	padding: 3rem 0;
	background: #080c13;
	font-size: 0.875rem;
	color: var(--text-dim);
}

.footer-inner {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	gap: 1.5rem;
}

/* Floating Mobile Quick Bar */
.mobile-quick-bar {
	display: none;
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(15, 23, 42, 0.95);
	backdrop-filter: blur(14px);
	border-top: 1px solid var(--border-light);
	padding: 0.75rem 1rem;
	z-index: 99;
	gap: 0.75rem;
}

@media (max-width: 768px) {
	.mobile-quick-bar {
		display: flex;
	}
	body {
		padding-bottom: 4.5rem;
	}
}

/* Modal for Booking Demonstration */
.modal-overlay {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.8);
	backdrop-filter: blur(8px);
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 1.5rem;
	z-index: 1000;
}

.modal-content {
	background: var(--bg-card);
	border: 1px solid var(--border-light);
	border-radius: var(--radius-xl);
	padding: 2.25rem;
	max-width: 580px;
	width: 100%;
	position: relative;
	box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.7);
}

.modal-close-btn {
	position: absolute;
	top: 1.25rem;
	right: 1.25rem;
	color: var(--text-muted);
	font-size: 1.25rem;
	padding: 0.25rem;
}

.modal-close-btn:hover {
	color: #fff;
}
