/* ----------------------------------------------------------------
	Commento – AI Destekli Yorum Yönetim ve Analiz Platformu
-----------------------------------------------------------------*/

/* Root Settings
-----------------------------------------------------------------*/
:root {
	--cmto-primary: #6366F1;
	--cmto-primary-dark: #4F46E5;
	--cmto-secondary: #8B5CF6;
	--cmto-accent: #06B6D4;
	--cmto-success: #10B981;
	--cmto-warning: #F59E0B;
	--cmto-dark: #0F172A;
	--cmto-dark-soft: #1E293B;
	--cmto-text: #334155;
	--cmto-text-light: #64748B;
	--cmto-bg-light: #F8FAFC;
	--cmto-bg-subtle: #F1F5F9;
	--cmto-border: #E2E8F0;
	--cmto-gradient: linear-gradient(135deg, #6366F1 0%, #8B5CF6 50%, #06B6D4 100%);
	--cmto-gradient-dark: linear-gradient(135deg, #4F46E5 0%, #7C3AED 100%);
	--cmto-shadow-sm: 0 1px 2px rgba(0, 0, 0, 0.05);
	--cmto-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.07), 0 2px 4px -2px rgba(0, 0, 0, 0.05);
	--cmto-shadow-lg: 0 20px 25px -5px rgba(0, 0, 0, 0.08), 0 8px 10px -6px rgba(0, 0, 0, 0.04);
	--cmto-shadow-xl: 0 25px 50px -12px rgba(0, 0, 0, 0.15);
	--cmto-radius: 12px;
	--cmto-radius-lg: 16px;
	--cmto-radius-xl: 24px;
	--themecolor: #6366F1;
	--basefontsize: 16px;
	--fontfamily: 'Inter', sans-serif;
	--headerboxshadow: 0 1px 3px rgba(0, 0, 0, 0.06);
	--menufontsize: 15px;
}

body {
	font-family: 'Inter', sans-serif;
	color: var(--cmto-text);
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Inter', sans-serif;
	color: var(--cmto-dark-soft);
}

/* Header
-----------------------------------------------------------------*/
#header.commento-header {
	background-color: var(--cmto-dark);
	border: none !important;
}

.accordion-border .accordion-header .accordion-icon {
	min-width: 22px;
	text-align: center;
}

#header.commento-header #header-wrap {
	border: none !important;
}

#header.commento-header .header-wrap-clone {
	background-color: var(--cmto-dark) !important;
	border: none !important;
}

#header.commento-header:not(.sticky-header) #header-wrap {
	background-color: var(--cmto-dark) !important;
	border-bottom: none !important;
	transition: background-color 0s !important;
}

#header.commento-header.sticky-header #header-wrap {
	background: rgba(255, 255, 255, 0.95);
	backdrop-filter: blur(20px);
	-webkit-backdrop-filter: blur(20px);
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
}

@media (min-width: 992px) {
	#header.commento-header .menu-container > .menu-item > .menu-link {
		font-size: var(--menufontsize);
		font-weight: 500;
		text-transform: none;
		letter-spacing: -0.01em;
		padding-left: 18px;
		padding-right: 18px;
		font-family: 'Inter', sans-serif !important;
	}

	#header.commento-header .menu-container > .menu-item:hover > .menu-link,
	#header.commento-header .menu-container > .menu-item.current > .menu-link {
		color: var(--cmto-primary) !important;
	}

	.header-size-md.sticky-header-shrink #header-wrap #logo img {
		height: 60px;
	}
}

/* Logo
-----------------------------------------------------------------*/
#logo a {
	font-family: 'Inter', sans-serif;
	font-weight: 800;
	font-size: 24px;
	color: var(--cmto-dark-soft);
	letter-spacing: -0.5px;
}

.logo-text {
	font-weight: 800;
	font-size: 24px;
	letter-spacing: -0.5px;
	display: flex;
	align-items: center;
	gap: 8px;
}

.logo-text .logo-icon {
	width: 36px;
	height: 36px;
	background: var(--cmto-gradient);
	border-radius: 10px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-size: 18px;
}

.logo-text span {
	background: var(--cmto-gradient);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
}

/* Buttons
-----------------------------------------------------------------*/
.cmto-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	padding: 12px 28px;
	font-family: 'Inter', sans-serif;
	font-weight: 600;
	font-size: 15px;
	border-radius: 10px;
	border: none;
	cursor: pointer;
	text-decoration: none;
	transition: all 0.2s ease;
	text-shadow: none;
	letter-spacing: -0.01em;
}

.cmto-btn-primary {
	background: var(--cmto-primary);
	color: #fff !important;
	box-shadow: 0 4px 14px rgba(99, 102, 241, 0.35);
}

.cmto-btn-primary:hover {
	background: var(--cmto-primary-dark);
	transform: translateY(-2px);
	box-shadow: 0 6px 20px rgba(99, 102, 241, 0.45);
	color: #fff !important;
}

.cmto-btn-secondary {
	background: rgba(99, 102, 241, 0.08);
	color: var(--cmto-primary) !important;
	border: 1px solid rgba(99, 102, 241, 0.15);
}

.cmto-btn-secondary:hover {
	background: rgba(99, 102, 241, 0.15);
	transform: translateY(-1px);
	color: var(--cmto-primary) !important;
}

.cmto-btn-white {
	background: #fff;
	color: var(--cmto-dark-soft) !important;
	box-shadow: var(--cmto-shadow);
}

.cmto-btn-white:hover {
	transform: translateY(-2px);
	box-shadow: var(--cmto-shadow-lg);
	color: var(--cmto-primary) !important;
}

.cmto-btn-outline {
	background: transparent;
	color: #fff !important;
	border: 2px solid rgba(255, 255, 255, 0.3);
}

.cmto-btn-outline:hover {
	background: rgba(255, 255, 255, 0.1);
	border-color: rgba(255, 255, 255, 0.6);
	transform: translateY(-1px);
	color: #fff !important;
}

.cmto-btn-gradient {
	background: var(--cmto-gradient);
	color: #fff !important;
	box-shadow: 0 4px 14px rgba(99, 102, 241, 0.35);
}

.cmto-btn-gradient:hover {
	transform: translateY(-2px);
	box-shadow: 0 8px 25px rgba(99, 102, 241, 0.45);
	color: #fff !important;
}

.cmto-btn-lg {
	padding: 16px 36px;
	font-size: 16px;
	border-radius: 12px;
}

.cmto-btn i {
	font-size: 18px;
}

/* Nav CTA Button */
.nav-cta-btn {
	padding: 10px 22px !important;
	background: var(--cmto-primary) !important;
	color: #fff !important;
	border-radius: 10px !important;
	font-weight: 600 !important;
	transition: all 0.2s ease !important;
}

.nav-cta-btn:hover {
	background: var(--cmto-primary-dark) !important;
	transform: translateY(-1px);
}

/* Hero Section
-----------------------------------------------------------------*/
.cmto-hero {
	position: relative;
	overflow: hidden;
}

.cmto-hero .slider-inner {
	background: var(--cmto-dark) !important;
	background-image: radial-gradient(ellipse at 30% 0%, rgba(99, 102, 241, 0.3) 0%, transparent 60%),
		radial-gradient(ellipse at 70% 100%, rgba(139, 92, 246, 0.2) 0%, transparent 50%),
		radial-gradient(ellipse at 100% 0%, rgba(6, 182, 212, 0.15) 0%, transparent 40%) !important;
}

.cmto-hero-badge {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 6px 16px 6px 6px;
	background: rgba(255, 255, 255, 0.08);
	border: 1px solid rgba(255, 255, 255, 0.12);
	border-radius: 100px;
	font-size: 13px;
	font-weight: 500;
	color: rgba(255, 255, 255, 0.85);
	margin-bottom: 24px;
	backdrop-filter: blur(10px);
}

.cmto-hero-badge .badge-dot {
	width: 28px;
	height: 28px;
	background: var(--cmto-gradient);
	border-radius: 50%;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-size: 12px;
}

.cmto-hero h1 {
	font-size: 56px;
	font-weight: 800;
	line-height: 1.1;
	letter-spacing: -0.03em;
	color: #fff;
	margin-bottom: 24px;
}

.cmto-hero h1 .gradient-text {
	background: linear-gradient(135deg, #818CF8, #C084FC, #22D3EE);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
}

.cmto-hero .hero-desc {
	font-size: 19px;
	line-height: 1.7;
	color: rgba(255, 255, 255, 0.6);
	font-weight: 400;
	max-width: 520px;
	margin-bottom: 36px;
}

.cmto-hero .hero-actions {
	display: flex;
	align-items: center;
	gap: 16px;
	flex-wrap: wrap;
}

.cmto-hero-visual {
	position: relative;
}

.cmto-hero-visual .dashboard-mockup {
	background: rgba(255, 255, 255, 0.04);
	border: 1px solid rgba(255, 255, 255, 0.08);
	border-radius: var(--cmto-radius-lg);
	padding: 24px;
	backdrop-filter: blur(20px);
}

.cmto-hero-glow {
	position: absolute;
	width: 400px;
	height: 400px;
	border-radius: 50%;
	filter: blur(120px);
	opacity: 0.4;
	pointer-events: none;
}

.cmto-hero-glow.glow-1 {
	background: var(--cmto-primary);
	top: -100px;
	right: -100px;
}

.cmto-hero-glow.glow-2 {
	background: var(--cmto-secondary);
	bottom: -100px;
	left: -50px;
}

@media (max-width: 991px) {
	.cmto-hero h1 {
		font-size: 38px;
	}

	.cmto-hero .hero-desc {
		font-size: 16px;
	}
}

@media (max-width: 575px) {
	.cmto-hero h1 {
		font-size: 30px;
	}
}

/* Dashboard Mockup in Hero
-----------------------------------------------------------------*/
.mock-dashboard {
	background: var(--cmto-dark-soft);
	border-radius: var(--cmto-radius-lg);
	border: 1px solid rgba(255, 255, 255, 0.08);
	overflow: hidden;
	box-shadow: var(--cmto-shadow-xl);
}

.mock-dashboard .mock-topbar {
	display: flex;
	align-items: center;
	gap: 8px;
	padding: 14px 20px;
	background: rgba(0, 0, 0, 0.3);
	border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.mock-dashboard .mock-dot {
	width: 12px;
	height: 12px;
	border-radius: 50%;
}

.mock-dashboard .mock-dot.red { background: #EF4444; }
.mock-dashboard .mock-dot.yellow { background: #F59E0B; }
.mock-dashboard .mock-dot.green { background: #10B981; }

.mock-dashboard .mock-body {
	padding: 24px;
}

.mock-stat-row {
	display: flex;
	gap: 16px;
	margin-bottom: 20px;
}

.mock-stat-card {
	flex: 1;
	background: rgba(255, 255, 255, 0.04);
	border: 1px solid rgba(255, 255, 255, 0.06);
	border-radius: var(--cmto-radius);
	padding: 16px;
}

.mock-stat-card .stat-label {
	font-size: 11px;
	font-weight: 500;
	color: rgba(255, 255, 255, 0.4);
	text-transform: uppercase;
	letter-spacing: 0.5px;
	margin-bottom: 8px;
}

.mock-stat-card .stat-value {
	font-size: 22px;
	font-weight: 700;
	color: #fff;
}

.mock-stat-card .stat-change {
	font-size: 12px;
	font-weight: 600;
	margin-top: 4px;
}

.mock-stat-card .stat-change.up { color: var(--cmto-success); }
.mock-stat-card .stat-change.down { color: #EF4444; }

.mock-chart {
	background: rgba(255, 255, 255, 0.03);
	border: 1px solid rgba(255, 255, 255, 0.06);
	border-radius: var(--cmto-radius);
	padding: 20px;
	height: 160px;
	display: flex;
	align-items: flex-end;
	gap: 6px;
}

.mock-chart .bar {
	flex: 1;
	border-radius: 4px 4px 0 0;
	transition: height 0.6s ease;
}

.mock-comment-list {
	margin-top: 20px;
}

.mock-comment {
	display: flex;
	align-items: flex-start;
	gap: 12px;
	padding: 12px;
	background: rgba(255, 255, 255, 0.03);
	border: 1px solid rgba(255, 255, 255, 0.06);
	border-radius: var(--cmto-radius);
	margin-bottom: 8px;
}

.mock-comment .avatar {
	width: 32px;
	height: 32px;
	border-radius: 50%;
	flex-shrink: 0;
}

.mock-comment .comment-text {
	flex: 1;
}

.mock-comment .comment-name {
	font-size: 12px;
	font-weight: 600;
	color: rgba(255, 255, 255, 0.7);
	margin-bottom: 4px;
}

.mock-comment .comment-body {
	font-size: 12px;
	color: rgba(255, 255, 255, 0.35);
	line-height: 1.5;
}

.mock-comment .sentiment-badge {
	padding: 3px 8px;
	border-radius: 20px;
	font-size: 10px;
	font-weight: 600;
	flex-shrink: 0;
	margin-top: 2px;
}

.sentiment-positive { background: rgba(16, 185, 129, 0.15); color: var(--cmto-success); }
.sentiment-negative { background: rgba(239, 68, 68, 0.15); color: #EF4444; }
.sentiment-neutral { background: rgba(245, 158, 11, 0.15); color: var(--cmto-warning); }

/* Trust Bar / Client Logos
-----------------------------------------------------------------*/
.cmto-trust-bar {
	padding: 40px 0;
	border-bottom: 1px solid var(--cmto-border);
}

.cmto-trust-bar .trust-label {
	font-size: 13px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	color: var(--cmto-text-light);
	margin-bottom: 24px;
}

.cmto-trust-logos {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 48px;
	flex-wrap: wrap;
	opacity: 0.4;
}

.cmto-trust-logos .trust-logo {
	font-size: 20px;
	font-weight: 700;
	color: var(--cmto-text-light);
	letter-spacing: -0.5px;
}

/* Sections
-----------------------------------------------------------------*/
.cmto-section {
	padding: 100px 0;
}

.cmto-section-sm {
	padding: 60px 0;
}

.cmto-section-light {
	background: var(--cmto-bg-light);
}

.cmto-section-dark {
	background: var(--cmto-dark);
	color: rgba(255, 255, 255, 0.7);
}

.cmto-section-dark h2,
.cmto-section-dark h3,
.cmto-section-dark h4 {
	color: #fff;
}

.cmto-section-gradient {
	background: var(--cmto-gradient);
	color: #fff;
}

/* Section Headers
-----------------------------------------------------------------*/
.cmto-section-header {
	text-align: center;
	margin-bottom: 60px;
}

.cmto-section-header .section-badge {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	padding: 6px 16px;
	background: rgba(99, 102, 241, 0.08);
	border: 1px solid rgba(99, 102, 241, 0.12);
	border-radius: 100px;
	font-size: 13px;
	font-weight: 600;
	color: var(--cmto-primary);
	margin-bottom: 20px;
}

.cmto-section-dark .cmto-section-header .section-badge {
	background: rgba(255, 255, 255, 0.08);
	border-color: rgba(255, 255, 255, 0.12);
	color: rgba(255, 255, 255, 0.8);
}

.cmto-section-header h2 {
	font-size: 40px;
	font-weight: 800;
	letter-spacing: -0.03em;
	line-height: 1.2;
	margin-bottom: 16px;
}

.cmto-section-header p {
	font-size: 18px;
	color: var(--cmto-text-light);
	line-height: 1.7;
	max-width: 600px;
	margin: 0 auto;
}

.cmto-section-dark .cmto-section-header p {
	color: rgba(255, 255, 255, 0.5);
}

@media (max-width: 767px) {
	.cmto-section-header h2 {
		font-size: 28px;
	}

	.cmto-section-header p {
		font-size: 16px;
	}
}

/* Feature Cards
-----------------------------------------------------------------*/
.cmto-feature-card {
	background: #fff;
	border: 1px solid var(--cmto-border);
	border-radius: var(--cmto-radius-lg);
	padding: 32px;
	transition: all 0.3s ease;
	height: 100%;
}

.cmto-feature-card:hover {
	border-color: rgba(99, 102, 241, 0.2);
	box-shadow: var(--cmto-shadow-lg);
	transform: translateY(-4px);
}

.cmto-feature-card .feature-icon {
	width: 56px;
	height: 56px;
	border-radius: 14px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-size: 24px;
	margin-bottom: 20px;
}

.cmto-feature-card .feature-icon.icon-purple {
	background: rgba(99, 102, 241, 0.1);
	color: var(--cmto-primary);
}

.cmto-feature-card .feature-icon.icon-cyan {
	background: rgba(6, 182, 212, 0.1);
	color: var(--cmto-accent);
}

.cmto-feature-card .feature-icon.icon-green {
	background: rgba(16, 185, 129, 0.1);
	color: var(--cmto-success);
}

.cmto-feature-card .feature-icon.icon-amber {
	background: rgba(245, 158, 11, 0.1);
	color: var(--cmto-warning);
}

.cmto-feature-card .feature-icon.icon-pink {
	background: rgba(236, 72, 153, 0.1);
	color: #EC4899;
}

.cmto-feature-card .feature-icon.icon-blue {
	background: rgba(59, 130, 246, 0.1);
	color: #3B82F6;
}

.cmto-feature-card h4 {
	font-size: 19px;
	font-weight: 700;
	letter-spacing: -0.02em;
	margin-bottom: 12px;
}

.cmto-feature-card p {
	font-size: 15px;
	color: var(--cmto-text-light);
	line-height: 1.7;
	margin: 0;
}

/* Stats Section
-----------------------------------------------------------------*/
.cmto-stats {
	display: flex;
	justify-content: center;
	gap: 80px;
	flex-wrap: wrap;
}

.cmto-stat-item {
	text-align: center;
}

.cmto-stat-item .stat-number {
	font-size: 48px;
	font-weight: 800;
	letter-spacing: -0.03em;
	line-height: 1;
	margin-bottom: 8px;
	background: var(--cmto-gradient);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
}

.cmto-stat-item .stat-label {
	font-size: 15px;
	font-weight: 500;
	color: var(--cmto-text-light);
}

.cmto-section-dark .cmto-stat-item .stat-number {
	background: linear-gradient(135deg, #818CF8, #C084FC);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
}

.cmto-section-dark .cmto-stat-item .stat-label {
	color: rgba(255, 255, 255, 0.5);
}

/* How It Works
-----------------------------------------------------------------*/
.cmto-step {
	text-align: center;
	position: relative;
	padding: 0 20px;
}

.cmto-step .step-number {
	width: 64px;
	height: 64px;
	border-radius: 50%;
	background: var(--cmto-gradient);
	color: #fff;
	font-size: 24px;
	font-weight: 800;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 24px;
	box-shadow: 0 8px 20px rgba(99, 102, 241, 0.3);
}

.cmto-step h4 {
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 12px;
}

.cmto-step p {
	font-size: 15px;
	color: var(--cmto-text-light);
	line-height: 1.7;
}

.cmto-step-connector {
	position: absolute;
	top: 32px;
	right: -40px;
	width: 80px;
	height: 2px;
	background: var(--cmto-border);
}

@media (max-width: 767px) {
	.cmto-step-connector {
		display: none;
	}
}

/* Pricing
-----------------------------------------------------------------*/
.cmto-pricing-card {
	background: #fff;
	border: 1px solid var(--cmto-border);
	border-radius: var(--cmto-radius-xl);
	padding: 40px 32px;
	text-align: center;
	transition: all 0.3s ease;
	height: 100%;
	position: relative;
}

.cmto-pricing-card:hover {
	box-shadow: var(--cmto-shadow-lg);
}

.cmto-pricing-card.featured {
	border-color: var(--cmto-primary);
	box-shadow: 0 0 0 1px var(--cmto-primary), var(--cmto-shadow-lg);
	transform: scale(1.03);
}

.cmto-pricing-card.featured::before {
	content: 'Popüler';
	position: absolute;
	top: -12px;
	left: 50%;
	transform: translateX(-50%);
	padding: 4px 16px;
	background: var(--cmto-gradient);
	color: #fff;
	font-size: 12px;
	font-weight: 700;
	border-radius: 100px;
	text-transform: uppercase;
	letter-spacing: 0.5px;
}

.cmto-pricing-card .plan-name {
	font-size: 18px;
	font-weight: 700;
	color: var(--cmto-dark-soft);
	margin-bottom: 8px;
}

.cmto-pricing-card .plan-desc {
	font-size: 14px;
	color: var(--cmto-text-light);
	margin-bottom: 24px;
}

.cmto-pricing-card .plan-price {
	margin-bottom: 32px;
}

.cmto-pricing-card .plan-price .amount {
	font-size: 48px;
	font-weight: 800;
	color: var(--cmto-dark-soft);
	letter-spacing: -0.03em;
	line-height: 1;
}

.cmto-pricing-card .plan-price .currency {
	font-size: 24px;
	font-weight: 700;
	color: var(--cmto-text-light);
	vertical-align: super;
}

.cmto-pricing-card .plan-price .period {
	font-size: 15px;
	color: var(--cmto-text-light);
	display: block;
	margin-top: 8px;
}

.cmto-pricing-features {
	list-style: none;
	padding: 0;
	margin: 0 0 32px 0;
	text-align: left;
}

.cmto-pricing-features li {
	padding: 10px 0;
	font-size: 15px;
	color: var(--cmto-text);
	display: flex;
	align-items: center;
	gap: 12px;
	border-bottom: 1px solid var(--cmto-bg-subtle);
}

.cmto-pricing-features li:last-child {
	border-bottom: none;
}

.cmto-pricing-features li i {
	color: var(--cmto-success);
	font-size: 14px;
	flex-shrink: 0;
}

.cmto-pricing-features li.disabled {
	color: var(--cmto-text-light);
	opacity: 0.5;
}

.cmto-pricing-features li.disabled i {
	color: var(--cmto-text-light);
}

/* Pricing Toggle
-----------------------------------------------------------------*/
.cmto-pricing-toggle {
	display: inline-flex;
	align-items: center;
	gap: 16px;
	background: var(--cmto-bg-subtle);
	padding: 6px;
	border-radius: 100px;
	margin-bottom: 48px;
}

.cmto-pricing-toggle .toggle-option {
	padding: 10px 24px;
	font-size: 14px;
	font-weight: 600;
	color: var(--cmto-text-light);
	border-radius: 100px;
	cursor: pointer;
	transition: all 0.2s ease;
	border: none;
	background: transparent;
}

.cmto-pricing-toggle .toggle-option.active {
	background: #fff;
	color: var(--cmto-dark-soft);
	box-shadow: var(--cmto-shadow-sm);
}

.cmto-pricing-toggle .save-badge {
	display: inline-block;
	padding: 2px 8px;
	background: rgba(16, 185, 129, 0.15);
	color: var(--cmto-success);
	font-size: 11px;
	font-weight: 700;
	border-radius: 100px;
	margin-left: 6px;
	vertical-align: middle;
}

/* Testimonials
-----------------------------------------------------------------*/
.cmto-testimonial {
	background: #fff;
	border: 1px solid var(--cmto-border);
	border-radius: var(--cmto-radius-lg);
	padding: 32px;
	transition: all 0.3s ease;
	height: 100%;
}

.cmto-testimonial:hover {
	box-shadow: var(--cmto-shadow-lg);
}

.cmto-testimonial .stars {
	color: var(--cmto-warning);
	font-size: 14px;
	margin-bottom: 16px;
	letter-spacing: 2px;
}

.cmto-testimonial .quote {
	font-size: 16px;
	line-height: 1.7;
	color: var(--cmto-text);
	margin-bottom: 24px;
	font-style: italic;
}

.cmto-testimonial .author {
	display: flex;
	align-items: center;
	gap: 12px;
}

.cmto-testimonial .author-avatar {
	width: 44px;
	height: 44px;
	border-radius: 50%;
	background: var(--cmto-gradient);
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-weight: 700;
	font-size: 16px;
}

.cmto-testimonial .author-info .name {
	font-size: 15px;
	font-weight: 600;
	color: var(--cmto-dark-soft);
}

.cmto-testimonial .author-info .role {
	font-size: 13px;
	color: var(--cmto-text-light);
}

/* CTA Section
-----------------------------------------------------------------*/
.cmto-cta {
	background: var(--cmto-dark);
	position: relative;
	overflow: hidden;
	border-radius: var(--cmto-radius-xl);
	padding: 80px 60px;
	text-align: center;
}

.cmto-cta::before {
	content: '';
	position: absolute;
	inset: 0;
	background: radial-gradient(ellipse at 50% 0%, rgba(99, 102, 241, 0.25) 0%, transparent 70%);
	pointer-events: none;
}

.cmto-cta h2 {
	font-size: 36px;
	font-weight: 800;
	color: #fff;
	letter-spacing: -0.03em;
	margin-bottom: 16px;
	position: relative;
}

.cmto-cta p {
	font-size: 18px;
	color: rgba(255, 255, 255, 0.5);
	margin-bottom: 32px;
	position: relative;
}

.cmto-cta .cta-actions {
	position: relative;
	display: flex;
	justify-content: center;
	gap: 16px;
	flex-wrap: wrap;
}

/* Page Header
-----------------------------------------------------------------*/
.cmto-page-header {
	background: var(--cmto-dark);
	padding: 140px 0 80px;
	position: relative;
	overflow: hidden;
}

.cmto-page-header::before {
	content: '';
	position: absolute;
	inset: 0;
	background: radial-gradient(ellipse at 30% 50%, rgba(99, 102, 241, 0.2) 0%, transparent 60%);
	pointer-events: none;
}

.cmto-page-header h1 {
	font-size: 44px;
	font-weight: 800;
	color: #fff;
	letter-spacing: -0.03em;
	margin-bottom: 16px;
	position: relative;
}

.cmto-page-header p {
	font-size: 18px;
	color: rgba(255, 255, 255, 0.5);
	max-width: 600px;
	position: relative;
}

.cmto-page-header .breadcrumb {
	margin-bottom: 24px;
	position: relative;
}

.cmto-page-header .breadcrumb a {
	color: rgba(255, 255, 255, 0.5);
	font-size: 14px;
}

.cmto-page-header .breadcrumb span {
	color: rgba(255, 255, 255, 0.3);
	margin: 0 8px;
}

/* Footer
-----------------------------------------------------------------*/
#footer.cmto-footer {
	background: var(--cmto-dark) !important;
	background-color: var(--cmto-dark) !important;
	color: rgba(255, 255, 255, 0.5);
	border: none !important;
	border-top: none !important;
}

.cmto-footer h4,
.cmto-footer h5 {
	color: #fff;
	font-size: 15px;
	font-weight: 700;
	margin-bottom: 20px;
	letter-spacing: -0.01em;
}

.cmto-footer .footer-logo {
	display: flex;
	align-items: center;
	gap: 10px;
	margin-bottom: 16px;
}

.cmto-footer .footer-logo .logo-icon {
	width: 36px;
	height: 36px;
	background: var(--cmto-gradient);
	border-radius: 10px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-size: 18px;
}

.cmto-footer .footer-logo span {
	font-size: 22px;
	font-weight: 800;
	color: #fff;
}

.cmto-footer .footer-desc {
	font-size: 14px;
	line-height: 1.7;
	color: rgba(255, 255, 255, 0.4);
	margin-bottom: 20px;
}

.cmto-footer .footer-links {
	list-style: none;
	padding: 0;
	margin: 0;
}

.cmto-footer .footer-links li {
	margin-bottom: 10px;
}

.cmto-footer .footer-links a {
	color: rgba(255, 255, 255, 0.45);
	font-size: 14px;
	transition: color 0.2s ease;
	text-decoration: none;
}

.cmto-footer .footer-links a:hover {
	color: #fff;
}

.cmto-footer .footer-social {
	display: flex;
	gap: 12px;
}

.cmto-footer .footer-social a {
	width: 36px;
	height: 36px;
	border-radius: 8px;
	background: rgba(255, 255, 255, 0.06);
	display: inline-flex;
	align-items: center;
	justify-content: center;
	color: rgba(255, 255, 255, 0.5);
	transition: all 0.2s ease;
	font-size: 14px;
}

.cmto-footer .footer-social a:hover {
	background: var(--cmto-primary);
	color: #fff;
}

.cmto-footer-bottom {
	border-top: 1px solid rgba(255, 255, 255, 0.06);
	padding: 24px 0;
	margin-top: 60px;
}

.cmto-footer-bottom p {
	font-size: 13px;
	color: rgba(255, 255, 255, 0.3);
	margin: 0;
}

.cmto-footer-bottom a {
	color: rgba(255, 255, 255, 0.4);
}

.cmto-footer-bottom a:hover {
	color: #fff;
}

/* Newsletter */
.cmto-newsletter {
	display: flex;
	gap: 8px;
}

.cmto-newsletter input {
	flex: 1;
	padding: 10px 16px;
	background: rgba(255, 255, 255, 0.06);
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: 8px;
	color: #fff;
	font-size: 14px;
	outline: none;
}

.cmto-newsletter input::placeholder {
	color: rgba(255, 255, 255, 0.3);
}

.cmto-newsletter input:focus {
	border-color: var(--cmto-primary);
}

.cmto-newsletter button {
	padding: 10px 20px;
	background: var(--cmto-primary);
	color: #fff;
	border: none;
	border-radius: 8px;
	font-weight: 600;
	font-size: 14px;
	cursor: pointer;
	transition: background 0.2s ease;
}

.cmto-newsletter button:hover {
	background: var(--cmto-primary-dark);
}

/* Contact Form
-----------------------------------------------------------------*/
.cmto-form-group {
	margin-bottom: 20px;
}

.cmto-form-group label {
	display: block;
	font-size: 14px;
	font-weight: 600;
	color: var(--cmto-dark-soft);
	margin-bottom: 8px;
}

.cmto-form-control {
	width: 100%;
	padding: 12px 16px;
	background: #fff;
	border: 1px solid var(--cmto-border);
	border-radius: 10px;
	font-size: 15px;
	color: var(--cmto-text);
	transition: border-color 0.2s ease;
	outline: none;
	font-family: 'Inter', sans-serif;
}

.cmto-form-control:focus {
	border-color: var(--cmto-primary);
	box-shadow: 0 0 0 3px rgba(99, 102, 241, 0.08);
}

textarea.cmto-form-control {
	min-height: 140px;
	resize: vertical;
}

/* Contact Info Cards */
.cmto-contact-card {
	display: flex;
	align-items: flex-start;
	gap: 16px;
	padding: 24px;
	background: #fff;
	border: 1px solid var(--cmto-border);
	border-radius: var(--cmto-radius);
	transition: all 0.3s ease;
}

.cmto-contact-card:hover {
	box-shadow: var(--cmto-shadow);
}

.cmto-contact-card .contact-icon {
	width: 48px;
	height: 48px;
	border-radius: 12px;
	background: rgba(99, 102, 241, 0.08);
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 20px;
	color: var(--cmto-primary);
	flex-shrink: 0;
}

.cmto-contact-card h5 {
	font-size: 16px;
	font-weight: 700;
	margin-bottom: 4px;
}

.cmto-contact-card p {
	font-size: 14px;
	color: var(--cmto-text-light);
	margin: 0;
	line-height: 1.6;
}

/* About Page
-----------------------------------------------------------------*/
.cmto-value-card {
	padding: 32px;
	background: #fff;
	border: 1px solid var(--cmto-border);
	border-radius: var(--cmto-radius-lg);
	text-align: center;
	transition: all 0.3s ease;
	height: 100%;
}

.cmto-value-card:hover {
	box-shadow: var(--cmto-shadow-lg);
	transform: translateY(-4px);
}

.cmto-value-card .value-icon {
	width: 72px;
	height: 72px;
	border-radius: 20px;
	margin: 0 auto 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 32px;
}

.cmto-value-card h4 {
	font-size: 19px;
	font-weight: 700;
	margin-bottom: 12px;
}

.cmto-value-card p {
	font-size: 15px;
	color: var(--cmto-text-light);
	line-height: 1.7;
	margin: 0;
}

/* Integration Logos */
.cmto-integration-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 16px;
}

@media (max-width: 767px) {
	.cmto-integration-grid {
		grid-template-columns: repeat(2, 1fr);
	}
}

.cmto-integration-item {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	padding: 20px;
	background: #fff;
	border: 1px solid var(--cmto-border);
	border-radius: var(--cmto-radius);
	font-size: 15px;
	font-weight: 600;
	color: var(--cmto-text);
	transition: all 0.3s ease;
}

.cmto-integration-item:hover {
	border-color: var(--cmto-primary);
	box-shadow: var(--cmto-shadow);
}

.cmto-integration-item i {
	font-size: 24px;
	color: var(--cmto-primary);
}

/* Feature Detail Row */
.cmto-feature-row {
	display: flex;
	align-items: center;
	gap: 60px;
	padding: 40px 0;
}

.cmto-feature-row.reverse {
	flex-direction: row-reverse;
}

@media (max-width: 991px) {
	.cmto-feature-row,
	.cmto-feature-row.reverse {
		flex-direction: column;
		gap: 40px;
	}
}

.cmto-feature-row .feature-content {
	flex: 1;
}

.cmto-feature-row .feature-visual {
	flex: 1;
}

.cmto-feature-row .feature-tag {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	padding: 4px 12px;
	background: rgba(99, 102, 241, 0.08);
	border-radius: 100px;
	font-size: 12px;
	font-weight: 700;
	color: var(--cmto-primary);
	text-transform: uppercase;
	letter-spacing: 0.05em;
	margin-bottom: 16px;
}

.cmto-feature-row h3 {
	font-size: 32px;
	font-weight: 800;
	letter-spacing: -0.03em;
	margin-bottom: 16px;
}

.cmto-feature-row p {
	font-size: 16px;
	color: var(--cmto-text-light);
	line-height: 1.8;
	margin-bottom: 24px;
}

.cmto-feature-row .feature-list {
	list-style: none;
	padding: 0;
	margin: 0;
}

.cmto-feature-row .feature-list li {
	display: flex;
	align-items: center;
	gap: 10px;
	padding: 8px 0;
	font-size: 15px;
	color: var(--cmto-text);
}

.cmto-feature-row .feature-list li i {
	color: var(--cmto-success);
	font-size: 16px;
}

/* Feature Visual Placeholder */
.cmto-feature-visual-box {
	background: var(--cmto-bg-light);
	border: 1px solid var(--cmto-border);
	border-radius: var(--cmto-radius-lg);
	padding: 40px;
	min-height: 300px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.cmto-feature-visual-box.dark-visual {
	background: var(--cmto-dark-soft);
	border-color: rgba(255, 255, 255, 0.06);
}

/* Misc / Utilities
-----------------------------------------------------------------*/
.text-gradient {
	background: var(--cmto-gradient);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
}

.bg-dots-pattern {
	background-image: radial-gradient(circle, var(--cmto-border) 1px, transparent 1px);
	background-size: 24px 24px;
}

.cmto-divider {
	height: 1px;
	background: var(--cmto-border);
}

/* Animations */
@keyframes float {
	0%, 100% { transform: translateY(0); }
	50% { transform: translateY(-10px); }
}

@keyframes pulse-glow {
	0%, 100% { opacity: 0.4; }
	50% { opacity: 0.7; }
}

.animate-float {
	animation: float 6s ease-in-out infinite;
}

.animate-pulse-glow {
	animation: pulse-glow 4s ease-in-out infinite;
}

/* Responsive Overrides
-----------------------------------------------------------------*/
@media (max-width: 991px) {
	.cmto-section {
		padding: 60px 0;
	}

	.cmto-stats {
		gap: 40px;
	}

	.cmto-cta {
		padding: 60px 30px;
	}
}

@media (max-width: 767px) {
	.cmto-stats {
		gap: 30px;
	}

	.cmto-stat-item .stat-number {
		font-size: 36px;
	}

	.cmto-pricing-card.featured {
		transform: scale(1);
	}
}

/* Custom scrollbar */
::-webkit-scrollbar {
	width: 8px;
}

::-webkit-scrollbar-track {
	background: var(--cmto-bg-light);
}

::-webkit-scrollbar-thumb {
	background: var(--cmto-border);
	border-radius: 4px;
}

::-webkit-scrollbar-thumb:hover {
	background: var(--cmto-text-light);
}

/* Animasyonlar - hızlandırılmış */
.animated {
	animation-duration: 0.4s !important;
}

[data-animate]:not(.animated) {
	opacity: 0;
	will-change: opacity, transform;
}

/* Language Switcher */
.cmto-lang-switcher {
	position: relative;
	display: inline-flex;
	align-items: center;
	margin-right: 12px;
}

.cmto-lang-btn {
	display: flex;
	align-items: center;
	gap: 4px;
	padding: 6px 12px;
	font-size: 13px;
	font-weight: 600;
	color: rgba(255,255,255,0.8);
	background: rgba(255,255,255,0.08);
	border: 1px solid rgba(255,255,255,0.12);
	border-radius: 6px;
	cursor: pointer;
	transition: all 0.2s;
}

.cmto-lang-btn:hover,
.cmto-lang-switcher.open .cmto-lang-btn {
	background: rgba(255,255,255,0.15);
	color: #fff;
}

.not-dark .cmto-lang-btn {
	color: var(--cmto-text);
	background: rgba(0,0,0,0.04);
	border-color: var(--cmto-border);
}

.not-dark .cmto-lang-btn:hover {
	background: rgba(0,0,0,0.08);
}

.cmto-lang-dropdown {
	display: none;
	position: absolute;
	top: 100%;
	right: 0;
	margin-top: 6px;
	min-width: 140px;
	background: #fff;
	border: 1px solid var(--cmto-border);
	border-radius: 8px;
	box-shadow: 0 8px 24px rgba(0,0,0,0.12);
	z-index: 9999;
	overflow: hidden;
}

.cmto-lang-switcher.open .cmto-lang-dropdown {
	display: block;
}

.cmto-lang-dropdown a {
	display: block;
	padding: 10px 16px;
	font-size: 13px;
	font-weight: 500;
	color: var(--cmto-text) !important;
	text-decoration: none !important;
	transition: background 0.15s;
}

.cmto-lang-dropdown a:hover {
	background: var(--cmto-bg-subtle);
}
