* {
	box-sizing: border-box;
}

:root {
	--primary: #0f172a;
	--accent: #2563eb;
	--accent-dark: #1d4ed8;
	--bg: #f8fafc;
	--text: #1e293b;
	--muted: #64748b;
	--border: #dbe4ee;
	--white: #ffffff;
	--dark-card: #0b1220;
	--shadow: 0 18px 50px rgba(15, 23, 42, 0.08);
	--shadow-hover: 0 25px 60px rgba(15, 23, 42, 0.14);
}

html {
	scroll-behavior: smooth;
}

body.adbear-onepage-html {
	margin: 0;
	font-family: "Inter", sans-serif;
	background: var(--bg);
	color: var(--text);
	line-height: 1.65;
}

body.adbear-onepage-html h3 {
	line-height: 1.25;
}

body.adbear-onepage-html a {
	color: inherit;
	text-decoration: none;
}

body.adbear-onepage-html img {
	max-width: 100%;
	display: block;
}

.container {
	width: min(1200px, calc(100% - 32px));
	margin: 0 auto;
}

.site-header {
	position: sticky;
	margin: 0;
	padding: 0;
	z-index: 999;
	background: rgba(248, 250, 252, 0.9);
	backdrop-filter: blur(12px);
	border-bottom: 1px solid rgba(219, 228, 238, 0.7);
}

.nav {
	min-height: 78px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 18px;
}

.logo {
	display: inline-flex;
	align-items: center;
	gap: 12px;
	font-weight: 800;
	letter-spacing: -0.02em;
}

.logo-mark {
	width: 38px;
	height: 38px;
	border-radius: 6px;
	display: grid;
	place-items: center;
	background: linear-gradient(135deg, var(--accent), #60a5fa);
	color: var(--white);
	box-shadow: var(--shadow);
}

.site-header .logo.logo--custom {
	max-width: min(260px, 46vw);
	flex-shrink: 0;
	line-height: 1;
	display: inline-flex;
	align-items: center;
}

/* SVG <img>: width/height yoksa veya height:auto ile bazı motorlarda 0×0 — sabit yükseklik + oran */
.site-header .logo-img {
	display: block !important;
	width: auto;
	height: 48px;
	max-height: 48px;
	max-width: min(260px, 46vw);
	object-fit: contain;
	object-position: left center;
	opacity: 1;
	visibility: visible;
}

@media screen and (max-width: 768px) {
	.site-header .logo-img {
		height: 40px;
		max-height: 40px;
	}
}

.desktop-nav {
	display: flex;
	align-items: center;
	gap: 28px;
}

.desktop-nav a {
	color: var(--muted);
	font-weight: 500;
}

.desktop-nav a:hover {
	color: var(--text);
}

.btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	padding: 13px 20px;
	border-radius: 6px;
	border: 1px solid transparent;
	font-weight: 700;
	transition: 0.25s ease;
}

.btn:hover {
	transform: translateY(-2px);
}

.btn-primary {
	background: var(--accent);
	color: var(--white);
	box-shadow: 0 12px 30px rgba(37, 99, 235, 0.22);
}

.btn-primary:hover {
	background: var(--accent-dark);
}

.btn-secondary {
	background: var(--white);
	border-color: var(--border);
	color: var(--text);
}

.btn-secondary:hover {
	border-color: #b9c7d8;
}

.btn-small {
	padding: 10px 16px;
	font-size: 14px;
}

.btn-white {
	background: var(--white);
	color: var(--primary);
}

.btn-outline-light {
	border-color: rgba(255, 255, 255, 0.3);
	color: var(--white);
}

.menu-toggle {
	display: none;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	padding: 8px;
	margin: 0;
	border: none;
	background: transparent;
	cursor: pointer;
	line-height: 0;
	-webkit-tap-highlight-color: transparent;
}

.menu-toggle:focus-visible {
	outline: 2px solid var(--accent);
	outline-offset: 2px;
}

.menu-toggle__icon {
	display: flex;
	flex-direction: column;
	justify-content: center;
	gap: 5px;
}

.menu-toggle__bar {
	display: block;
	width: 24px;
	height: 2px;
	background: var(--primary);
	border-radius: 1px;
}

/*
 * Storefront (parent) aynı .menu-toggle sınıfı için ::before / ::after / span::before ile
 * hamburger çizer — #menuToggle ile çakışmayı kaldır (yalnızca .menu-toggle__icon içeriği görünsün).
 */
.site-header button#menuToggle.menu-toggle {
	float: none;
	max-width: none;
	position: relative;
	text-align: center;
	padding: 8px;
	background-image: none;
	border: none;
	box-shadow: none;
	
    background: transparent;
}

.site-header button#menuToggle.menu-toggle::before,
.site-header button#menuToggle.menu-toggle::after,
.site-header button#menuToggle.menu-toggle span::before,
.main-navigation.toggled .site-header button#menuToggle.menu-toggle::before,
.main-navigation.toggled .site-header button#menuToggle.menu-toggle::after {
	content: none !important;
	display: none !important;
	transform: none !important;
}

.mobile-menu {
	display: none;
	padding: 0 16px 16px;
	background:transparent;
	border-top: 1px solid rgba(219, 228, 238, 0.7);
}

.mobile-menu a {
	display: block;
	padding: 12px 0;
	color: var(--text);
	border-bottom: 1px solid rgba(219, 228, 238, 0.7);
}

.mobile-menu.open {
	display: block;
}

.hero {
	position: relative;
	overflow: hidden;
	padding: 90px 0 70px;
	background:
		radial-gradient(circle at top left, rgba(37, 99, 235, 0.14), transparent 30%),
		linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
}

.hero-grid {
	display: grid;
	grid-template-columns: 1.05fr 0.95fr;
	gap: 48px;
	align-items: center;
}

.hero-blur {
	position: absolute;
	border-radius: 999px;
	filter: blur(80px);
	opacity: 0.45;
	pointer-events: none;
}

.hero-blur-1 {
	top: -60px;
	left: -60px;
	width: 280px;
	height: 280px;
	background: rgba(37, 99, 235, 0.35);
}

.hero-blur-2 {
	right: -50px;
	top: 80px;
	width: 280px;
	height: 280px;
	background: rgba(59, 130, 246, 0.2);
}

.eyebrow {
	display: inline-block;
	padding: 8px 12px;
	background: rgba(37, 99, 235, 0.1);
	color: var(--accent);
	border-radius: 999px;
	font-size: 13px;
	font-weight: 700;
	margin-bottom: 18px;
}

.eyebrow.light {
	background: rgba(255, 255, 255, 0.12);
	color: #bfdbfe;
}

.hero h1,
.section-heading h2,
.about-grid h2,
.cta-card h2 {
	margin: 0 0 16px;
	line-height: 1.08;
	letter-spacing: -0.04em;
}

.hero h1 {
	font-size: clamp(38px, 6vw, 68px);
	max-width: 700px;
}

.hero h1 .hero-accent {
	color: var(--accent);
	display: block;
}

.hero p {
	font-size: 18px;
	color: var(--muted);
	max-width: 640px;
	margin: 0 0 28px;
}

.hero-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
	margin-bottom: 30px;
}

.hero-stats {
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
}

.stat-card {
	min-width: 150px;
	background: rgba(255, 255, 255, 0.8);
	border: 1px solid rgba(219, 228, 238, 0.8);
	border-radius: 6px;
	padding: 16px 18px;
	box-shadow: var(--shadow);
}

.stat-card strong {
	display: block;
	font-size: 26px;
	margin-bottom: 6px;
}

.stat-card span {
	color: var(--muted);
	font-size: 14px;
}

.hero-panel {
	position: relative;
}

.panel-window {
	background: linear-gradient(180deg, #101827 0%, #0b1220 100%);
	border: 1px solid rgba(96, 165, 250, 0.1);
	border-radius: 6px;
	padding: 18px;
	box-shadow: 0 30px 70px rgba(15, 23, 42, 0.28);
}

.panel-top {
	display: flex;
	gap: 8px;
	margin-bottom: 18px;
}

.panel-top span {
	width: 10px;
	height: 10px;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.35);
}

.panel-body {
	display: grid;
	gap: 18px;
}

.panel-widget {
	background: rgba(15, 23, 42, 0.82);
	border: 1px solid rgba(148, 163, 184, 0.12);
	border-radius: 6px;
	padding: 18px;
	color: var(--white);
}

.panel-widget.large {
	padding: 22px;
}

.widget-head {
	display: flex;
	justify-content: space-between;
	gap: 12px;
	align-items: center;
	margin-bottom: 18px;
}

.widget-head h3 {
	margin: 0;
	font-size: 20px;
}

.widget-head span,
.panel-widget small {
	color: #94a3b8;
}

.bars {
	display: grid;
	gap: 12px;
}

.bar {
	height: 10px;
	border-radius: 999px;
	background: rgba(148, 163, 184, 0.16);
	overflow: hidden;
}

.bar span {
	display: block;
	height: 100%;
	background: linear-gradient(90deg, #2563eb, #60a5fa);
	border-radius: inherit;
}

.panel-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 14px;
}

.panel-widget strong {
	display: block;
	margin-top: 8px;
	font-size: 22px;
}

/* Varsayılan sayfa (page.php): görsel ayrı blok; başlık/özet görselin altında (header .container ile aynı sütun) */
.adbear-page-primary {
	padding-top: 8px;
}

.adbear-page-layout .adbear-page-hero {
	margin-bottom: 28px;
}

.adbear-page-hero {
	width: 100%;
}

/* Sadece görsel — üzerinde metin yok */
.adbear-page-hero__media {
	position: relative;
	width: 100%;
	border-radius: 8px;
	overflow: hidden;
	background: linear-gradient(145deg, #e2e8f0 0%, #cbd5e1 100%);
	box-shadow: 0 18px 50px rgba(15, 23, 42, 0.08);
	line-height: 0;
}

.adbear-page-hero__img {
	width: 100%;
	height: auto;
	max-height: min(420px, 50vh);
	object-fit: cover;
	display: block;
}

.adbear-page-hero__img-fallback {
	display: block;
	width: 100%;
	min-height: 220px;
	height: min(420px, 50vh);
	background-size: cover;
	background-position: center;
}

.adbear-page-hero__placeholder {
	display: block;
	width: 100%;
	min-height: 160px;
	background: linear-gradient(145deg, #1e3a5f 0%, #0f172a 55%, #172554 100%);
}

.adbear-page-hero__intro {
	padding: 24px 0 0;
	width: 100%;
	max-width: 720px;
}

.adbear-page-hero__title {
	margin: 0 0 12px;
	font-size: clamp(26px, 4vw, 40px);
	font-weight: 700;
	color: var(--primary);
	line-height: 1.15;
	letter-spacing: -0.03em;
	text-align: left;
}

.adbear-page-hero__lead {
	margin: 0;
	font-size: 16px;
	line-height: 1.55;
	color: var(--muted);
	text-align: left;
	max-width: 65ch;
}

.adbear-page-body {
	padding-bottom: 48px;
}

.adbear-page-body .entry-content > *:first-child {
	margin-top: 0;
}

.section {
	padding: 90px 0;
}

.section-light {
	background: #ffffff;
}

.section-heading {
	margin-bottom: 42px;
	max-width: 760px;
}

.section-heading.center {
	text-align: center;
	margin-inline: auto;
	margin-bottom: 46px;
}

.section-heading h2 {
	font-size: clamp(30px, 5vw, 48px);
}

.section-heading p {
	color: var(--muted);
	margin: 0;
}

/* Öne çıkan eklentiler: daha geniş iç alan, kartlar minimum ~300px — sıkışık 5’li sıra yerine satır kırılımı */
#eklentiler .container {
	width: min(1320px, calc(100% - 40px));
}

#eklentiler .section-heading {
	max-width: 42rem;
}

.plugin-grid {
	display: grid;
	grid-template-columns: 1fr;
	gap: 24px;
	align-items: stretch;
}

@media (min-width: 600px) {
	.plugin-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 26px;
	}
}

@media (min-width: 900px) {
	.plugin-grid {
		grid-template-columns: repeat(auto-fill, minmax(min(100%, 300px), 1fr));
		gap: 28px;
	}
}

@media (min-width: 1200px) {
	.plugin-grid {
		grid-template-columns: repeat(auto-fill, minmax(min(100%, 320px), 1fr));
		gap: 32px;
	}
}

.plugin-card,
.feature-box,
.about-card,
.testimonial-card {
	background: var(--white);
	border: 1px solid var(--border);
	border-radius: 6px;
	box-shadow: var(--shadow);
}

.plugin-card {
	display: flex;
	flex-direction: column;
	height: 100%;
	min-height: 0;
	min-width: 0;
	padding: 28px 28px 26px;
	border-radius: 14px;
	border-color: rgba(219, 228, 238, 0.95);
	box-shadow:
		0 1px 0 rgba(255, 255, 255, 0.9) inset,
		0 14px 40px rgba(15, 23, 42, 0.07);
	transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.2s ease;
}

.plugin-card:hover {
	transform: translateY(-4px);
	box-shadow:
		0 1px 0 rgba(255, 255, 255, 0.95) inset,
		0 22px 50px rgba(15, 23, 42, 0.12);
	border-color: rgba(37, 99, 235, 0.22);
}

.plugin-icon,
.feature-icon {
	width: 30px;
	height: auto;
	display: grid;
	place-items: center;
	border-radius: 6px;
	font-size: 24px;
	background:none;
	margin-bottom: 18px;
	overflow: hidden;
	flex-shrink: 0;
}

.plugin-card .plugin-icon {
	width: 120px;
	height: auto;
	border-radius: 12px;
	margin-bottom: 20px;
	background: linear-gradient(145deg, rgba(37, 99, 235, 0.12), rgba(96, 165, 250, 0.08));
	border: 1px solid rgba(37, 99, 235, 0.1);
}

.plugin-card .plugin-icon img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	display: block;
	padding: 8px;
}

.plugin-card h3,
.feature-box h3,
.about-card strong,
.testimonial-card strong {
	margin: 0 0 10px;
}

.plugin-card h3 {
	font-size: 1.125rem;
	font-weight: 700;
	letter-spacing: -0.02em;
	line-height: 1.35;
	color: var(--primary);
}

.plugin-card p,
.feature-box p,
.testimonial-card p {
	margin: 0 0 18px;
	color: var(--muted);
}

.plugin-card p {
	font-size: 15px;
	line-height: 1.6;
}

.plugin-card ul {
	margin: 0 0 4px;
	padding-left: 1.15rem;
	color: var(--text);
	font-size: 14px;
	line-height: 1.55;
}

.plugin-card li + li {
	margin-top: 10px;
}

.plugin-card .card-actions {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-wrap: wrap;
	gap: 12px 20px;
	flex-shrink: 0;
	margin-top: auto;
	padding-top: 22px;
	border-top: 1px solid rgba(226, 232, 240, 0.9);
}

.plugin-card .card-actions .text-link {
	margin-left: auto;
}

.plugin-card .btn-small {
	min-height: 40px;
	padding: 0 18px;
	border-radius: 8px;
	font-weight: 600;
}

.text-link {
	color: var(--accent);
	font-weight: 700;
}

.feature-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 22px;
}

.feature-box {
	padding: 28px 24px;
}

.about-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 36px;
	align-items: start;
}

.about-grid p {
	color: var(--muted);
}

.about-stats {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 18px;
}

.about-card {
	padding: 26px;
}

.about-card strong {
	display: block;
	font-size: 34px;
}

.about-card span {
	color: var(--muted);
}

.testimonials {
	background: linear-gradient(180deg, #f8fafc 0%, #eef4fb 100%);
}

.testimonial-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 22px;
}

.testimonial-card {
	padding: 24px;
}

.testimonial-card span {
	color: var(--muted);
	font-size: 14px;
}

/* CTA — modern kart + mesh arka plan */
.cta-section {
	position: relative;
	padding: clamp(4rem, 10vw, 6.5rem) 0;
	overflow: hidden;
}

.cta-section__bg {
	position: absolute;
	inset: 0;
	background:
		radial-gradient(ellipse 80% 50% at 50% -20%, rgba(37, 99, 235, 0.18), transparent 55%),
		radial-gradient(ellipse 60% 40% at 100% 50%, rgba(99, 102, 241, 0.08), transparent 50%),
		radial-gradient(ellipse 50% 35% at 0% 80%, rgba(59, 130, 246, 0.1), transparent 45%),
		linear-gradient(180deg, #f1f5f9 0%, #f8fafc 40%, #eef2ff 100%);
	pointer-events: none;
}

.cta-section__container {
	position: relative;
	z-index: 1;
}

.cta-card {
	position: relative;
	border-radius: 20px;
	padding: 1px;
	background: linear-gradient(
		135deg,
		rgba(255, 255, 255, 0.45) 0%,
		rgba(148, 163, 184, 0.15) 40%,
		rgba(37, 99, 235, 0.35) 100%
	);
	box-shadow:
		0 0 0 1px rgba(255, 255, 255, 0.06) inset,
		0 25px 50px -12px rgba(15, 23, 42, 0.35),
		0 0 80px -20px rgba(37, 99, 235, 0.35);
}

.cta-card__mesh {
	position: absolute;
	inset: 1px;
	border-radius: 19px;
	background:
		radial-gradient(circle at 15% 20%, rgba(59, 130, 246, 0.25), transparent 42%),
		radial-gradient(circle at 85% 75%, rgba(99, 102, 241, 0.2), transparent 40%),
		linear-gradient(165deg, #0f172a 0%, #1e293b 45%, #0c1222 100%);
	pointer-events: none;
}

.cta-card__shine {
	position: absolute;
	top: 0;
	left: 10%;
	right: 10%;
	height: 1px;
	background: linear-gradient(
		90deg,
		transparent,
		rgba(255, 255, 255, 0.35) 50%,
		transparent
	);
	border-radius: 1px;
	pointer-events: none;
	z-index: 1;
}

.cta-card__inner {
	position: relative;
	z-index: 2;
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	align-items: center;
	gap: clamp(1.5rem, 4vw, 3rem);
	padding: clamp(1.75rem, 4vw, 2.75rem) clamp(1.5rem, 4vw, 2.75rem);
	color: #f8fafc;
}

.cta-card__copy {
	max-width: 36rem;
}

.cta-card__eyebrow {
	margin: 0 0 0.65rem;
	font-size: 0.7rem;
	font-weight: 700;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	color: #93c5fd;
	opacity: 0.95;
}

.cta-card h2 {
	margin: 0 0 0.75rem;
	font-size: clamp(1.65rem, 3.5vw, 2.35rem);
	font-weight: 700;
	letter-spacing: -0.03em;
	line-height: 1.12;
	background: linear-gradient(180deg, #ffffff 0%, #e2e8f0 100%);
	-webkit-background-clip: text;
	background-clip: text;
	color: transparent;
	-webkit-text-fill-color: transparent;
}

.cta-card__lead {
	margin: 0;
	font-size: clamp(0.95rem, 1.5vw, 1.05rem);
	line-height: 1.65;
	color: #cbd5e1;
	max-width: 34rem;
}

.cta-card__actions {
	display: flex;
	flex-direction: column;
	align-items: stretch;
	gap: 0.65rem;
	min-width: min(100%, 220px);
}

.cta-card__btn {
	margin: 0;
	justify-content: center;
	text-align: center;
	border-radius: 10px;
	font-size: 0.95rem;
	padding: 0.9rem 1.35rem;
	transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.cta-card__btn--primary {
	box-shadow: 0 4px 20px rgba(37, 99, 235, 0.45);
}

.cta-card__btn--primary:hover {
	box-shadow: 0 8px 28px rgba(37, 99, 235, 0.55);
	transform: translateY(-2px);
}

.cta-card__btn--ghost {
	background: rgba(255, 255, 255, 0.06);
	border: 1px solid rgba(255, 255, 255, 0.22);
	backdrop-filter: blur(8px);
}

.cta-card__btn--ghost:hover {
	background: rgba(255, 255, 255, 0.12);
	border-color: rgba(255, 255, 255, 0.35);
	transform: translateY(-2px);
}

@media (max-width: 900px) {
	.cta-card__inner {
		grid-template-columns: 1fr;
		text-align: center;
	}

	.cta-card__copy {
		max-width: none;
	}

	.cta-card__lead {
		margin-left: auto;
		margin-right: auto;
	}

	.cta-card__actions {
		min-width: 0;
		width: 100%;
		max-width: 320px;
		margin-left: auto;
		margin-right: auto;
	}
}

.site-footer {
	background: #0b1220;
	color: #e2e8f0;
	padding-top: 70px;
}

.footer-grid {
	display: grid;
	grid-template-columns: 1.2fr 0.8fr 0.8fr;
	gap: 28px;
	padding-bottom: 36px;
}

.footer-brand {
	margin: 0;
}

.footer-logo {
	margin-bottom: 14px;
}

.footer-logo--text {
	color: var(--white);
	font-weight: 800;
	letter-spacing: -0.02em;
}

.footer-logo--custom {
	display: inline-block;
	line-height: 1;
	text-decoration: none;
}

.footer-logo-img {
	display: block;
	width: auto;
	height: 44px;
	max-height: 44px;
	max-width: 220px;
	object-fit: contain;
	object-position: left center;
}

.footer-tagline {
	margin: 0;
}

.site-footer p,
.site-footer li,
.site-footer a {
	color: #fff;
}
.site-footer a:not(.button):not(.components-button) {
    color: #ffffff;
}
.site-footer h4 {
	margin: 0 0 14px;
	color: var(--white);
}

.site-footer ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.site-footer li + li {
	margin-top: 10px;
}

.footer-bottom {
	padding: 20px 0 26px;
	border-top: 1px solid rgba(148, 163, 184, 0.12);
}

@media (max-width: 1100px) {
	.hero-grid,
	.about-grid {
		grid-template-columns: 1fr;
	}

	.feature-grid,
	.testimonial-grid,
	.footer-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 768px) {
	.desktop-nav,
	.desktop-cta {
		display: none;
	}

	.menu-toggle {
		display: inline-flex;
	}

	.hero {
		padding-top: 70px;
	}

	.section,
	.cta-section {
		padding: 72px 0;
	}

	.plugin-grid,
	.feature-grid,
	.about-stats,
	.testimonial-grid,
	.footer-grid,
	.panel-grid {
		grid-template-columns: 1fr;
	}

	.hero h1 {
		font-size: clamp(32px, 12vw, 48px);
	}

	.hero p {
		font-size: 16px;
	}

	.cta-card__inner {
		padding: 1.5rem 1.2rem;
	}
}

/* Storefront: tam genişlik içerik */
body.adbear-onepage-html .adbear-onepage-col-full {
	max-width: none !important;
	width: 100%;
	margin: 0;
	padding: 0;
}

body.adbear-onepage-html .site-content {
	margin-bottom: 0;
}

body.adbear-onepage-html #page {
	overflow-x: hidden;
}

/* İç sayfalar: Storefront #primary genişliği header ile aynı hizada (float/sidebar iptal) */
body.adbear-onepage-html:not(.adbear-onepage-home) #primary.content-area {
	width: 100% !important;
	max-width: none !important;
	float: none !important;
	clear: both;
	margin-left: 0 !important;
	margin-right: 0 !important;
	padding-top: clamp(1.25rem, 4vw, 2.5rem);
	padding-bottom: clamp(2rem, 5vw, 3.5rem);
	padding-left: 0;
	padding-right: 0;
	min-height: 40vh;
}

/* Eklenti önerisi — Contact Form 7 (grid + kart) */
.adbear-suggestion-form__inner {
	max-width: 920px;
	margin: 0 auto;
}

.adbear-suggestion-form .wpcf7 {
	margin: 0;
}

.adbear-suggestion-form .wpcf7-form > p {
	margin: 0;
}

.adbear-cf7-grid {
	background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
	border: 1px solid var(--border);
	border-radius: 12px;
	padding: clamp(1.25rem, 3vw, 2rem);
	box-shadow: var(--shadow);
}

.adbear-cf7-section-title {
	margin: 0 0 1rem;
	padding-bottom: 0.5rem;
	font-size: 0.72rem;
	font-weight: 700;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	color: var(--accent);
	border-bottom: 1px solid rgba(37, 99, 235, 0.15);
}

.adbear-cf7-section-title:not(:first-child) {
	margin-top: 1.75rem;
}

.adbear-cf7-row {
	display: grid;
	gap: 1rem 1.25rem;
	margin-bottom: 1.1rem;
}

.adbear-cf7-row--2 {
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.adbear-cf7-row--1 {
	grid-template-columns: minmax(0, 1fr);
}

.adbear-cf7-field {
	display: flex;
	flex-direction: column;
	gap: 0.35rem;
	min-width: 0;
}

.adbear-suggestion-form .wpcf7-form label {
	display: block;
	font-weight: 600;
	font-size: 14px;
	color: var(--text);
	line-height: 1.35;
}

.adbear-cf7-hint {
	display: block;
	font-size: 12px;
	font-weight: 500;
	color: var(--muted);
	line-height: 1.4;
	margin-top: 2px;
}

.adbear-suggestion-form .wpcf7-form input[type="text"],
.adbear-suggestion-form .wpcf7-form input[type="email"],
.adbear-suggestion-form .wpcf7-form input[type="tel"],
.adbear-suggestion-form .wpcf7-form input[type="url"],
.adbear-suggestion-form .wpcf7-form input[type="number"],
.adbear-suggestion-form .wpcf7-form select,
.adbear-suggestion-form .wpcf7-form textarea {
	width: 100%;
	max-width: 100%;
	padding: 12px 14px;
	border: 1px solid var(--border);
	border-radius: 8px;
	font-size: 15px;
	font-family: inherit;
	background: var(--white);
	color: var(--text);
	transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.adbear-suggestion-form .wpcf7-form select {
	cursor: pointer;
	appearance: auto;
	background-image: none;
}

.adbear-suggestion-form .wpcf7-form textarea {
	min-height: 160px;
	resize: vertical;
	line-height: 1.55;
}

.adbear-suggestion-form .wpcf7-form input:focus,
.adbear-suggestion-form .wpcf7-form select:focus,
.adbear-suggestion-form .wpcf7-form textarea:focus {
	outline: none;
	border-color: var(--accent);
	box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.15);
}

.adbear-cf7-actions {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	gap: 1rem;
	flex-wrap: wrap;
	margin-top: 0.5rem;
	padding-top: 1rem;
	border-top: 1px solid rgba(219, 228, 238, 0.9);
}

.adbear-suggestion-form .wpcf7-form .wpcf7-submit,
.adbear-suggestion-form .wpcf7-form input.adbear-cf7-submit {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 200px;
	padding: 14px 28px;
	border-radius: 8px;
	border: none;
	font-weight: 700;
	font-size: 15px;
	cursor: pointer;
	background: var(--accent);
	color: #fff !important;
	box-shadow: 0 12px 30px rgba(37, 99, 235, 0.22);
	transition: background 0.2s ease, transform 0.2s ease;
}

.adbear-suggestion-form .wpcf7-form .wpcf7-submit:hover,
.adbear-suggestion-form .wpcf7-form input.adbear-cf7-submit:hover {
	background: var(--accent-dark);
	transform: translateY(-1px);
}

.adbear-suggestion-form .wpcf7-not-valid-tip {
	font-size: 13px;
	font-weight: 700;
	margin-top: 4px;
}

.adbear-suggestion-form .wpcf7-response-output {
	margin: 1rem 0 0;
	padding: 12px 14px;
	border-radius: 8px;
	font-size: 14px;
}

.adbear-suggestion-form .wpcf7-spinner {
	margin-top: 8px;
}

.adbear-suggestion-form__fallback,
.adbear-suggestion-form__hint {
	text-align: center;
	max-width: 40rem;
	margin-left: auto;
	margin-right: auto;
	color: var(--muted);
	line-height: 1.6;
}

.adbear-suggestion-form__fallback a {
	color: var(--accent);
	font-weight: 700;
}

.adbear-suggestion-form__hint {
	font-size: 13px;
	font-style: italic;
	margin-top: 0.75rem;
}

@media screen and (max-width: 640px) {
	.adbear-cf7-row--2 {
		grid-template-columns: 1fr;
	}

	.adbear-cf7-actions {
		justify-content: stretch;
	}

	.adbear-suggestion-form .wpcf7-form .wpcf7-submit,
	.adbear-suggestion-form .wpcf7-form input.adbear-cf7-submit {
		width: 100%;
		min-width: 0;
	}
}

/* Storefront / WooCommerce: birincil ve koyu zemin üstü buton yazıları beyaz */
body.adbear-onepage-html .btn-primary,
body.adbear-onepage-html a.btn-primary,
body.adbear-onepage-html a.btn-primary:visited,
body.adbear-onepage-html button.btn-primary {
	color: #ffffff !important;
}

body.adbear-onepage-html .btn-primary:hover,
body.adbear-onepage-html .btn-primary:focus,
body.adbear-onepage-html a.btn-primary:hover,
body.adbear-onepage-html a.btn-primary:focus {
	color: #ffffff !important;
}

body.adbear-onepage-html .btn-outline-light,
body.adbear-onepage-html a.btn-outline-light,
body.adbear-onepage-html a.btn-outline-light:visited {
	color: #ffffff !important;
}

body.adbear-onepage-html .btn-outline-light:hover,
body.adbear-onepage-html .btn-outline-light:focus,
body.adbear-onepage-html a.btn-outline-light:hover,
body.adbear-onepage-html a.btn-outline-light:focus {
	color: #ffffff !important;
}
