@font-face{
	font-family: 'Turhan Montserrat';
	font-style: normal;
	font-weight: 600 900;
	font-display: swap;
	src: url('../fonts/montserrat-v31-latin-ext.woff2') format('woff2');
	unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face{
	font-family: 'Turhan Montserrat';
	font-style: normal;
	font-weight: 600 900;
	font-display: swap;
	src: url('../fonts/montserrat-v31-latin.woff2') format('woff2');
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face{
	font-family: 'Turhan Source Sans 3';
	font-style: normal;
	font-weight: 400 700;
	font-display: swap;
	src: url('../fonts/source-sans-3-v19-latin-ext.woff2') format('woff2');
	unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face{
	font-family: 'Turhan Source Sans 3';
	font-style: normal;
	font-weight: 400 700;
	font-display: swap;
	src: url('../fonts/source-sans-3-v19-latin.woff2') format('woff2');
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

:root{
	--font-heading: 'Turhan Montserrat', 'Montserrat', Arial, sans-serif;
	--font-body: 'Turhan Source Sans 3', 'Source Sans 3', 'Open Sans', Arial, sans-serif;

	--turhan-red: #990808;
	--turhan-red-dark: #7A0505;
	--turhan-red-light: #B91C1C;
	--turhan-black: #000000;
	--turhan-charcoal: #111827;
	--turhan-dark-bg: #0B0B0B;
	--turhan-white: #FFFFFF;
	--turhan-off-white: #FFF7ED;
	--turhan-beige: #F3E8D2;
	--turhan-gold: #D69A2D;
	--turhan-gold-light: #F2B544;
	--turhan-gray: #4B5563;
	--turhan-border: #E5E7EB;
	--turhan-halal-green: #1F7A3D;

	--brand-dark: var(--turhan-charcoal);
	--brand-primary: var(--turhan-red);
	--brand-primary-hover: var(--turhan-red-dark);
	--brand-accent: var(--turhan-red-light);
	--brand-gold: var(--turhan-gold);
	--brand-gold-light: var(--turhan-gold-light);
	--brand-halal: var(--turhan-halal-green);

	--bg-page: var(--turhan-off-white);
	--bg-surface: var(--turhan-white);
	--bg-muted: var(--turhan-beige);
	--bg-soft: var(--turhan-off-white);
	--bg-dark: var(--turhan-dark-bg);

	--border: var(--turhan-border);
	--border-red-soft: rgba(153,8,8,.14);
	--border-dark-soft: rgba(17,24,39,.14);

	--text: var(--turhan-charcoal);
	--text-muted: var(--turhan-gray);

	--shadow: 0 10px 28px rgba(17,24,39,.08);
	--shadow-hover: 0 16px 38px rgba(17,24,39,.14);
}

html,
body{
	margin: 0;
	overflow-x: hidden;
}

body,
button,
input,
select,
textarea,
.elementor-kit-5,
.elementor-widget-text-editor,
.elementor-widget-theme-post-content,
.woocommerce,
.woocommerce-page,
.wpforms-container{
	font-family: var(--font-body) !important;
	font-weight: 400;
	letter-spacing: 0;
}

body{
	color: var(--text);
	font-size: 16px;
	line-height: 1.65;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

h1,
h2,
h3,
h4,
h5,
h6,
.elementor-heading-title,
.entry-title,
.page-title,
.woocommerce-products-header__title,
.woocommerce div.product .product_title{
	font-family: var(--font-heading) !important;
	color: var(--text);
	font-weight: 800;
	line-height: 1.12;
	letter-spacing: 0;
}

h1,
.elementor-widget-heading h1.elementor-heading-title{
	font-weight: 900;
}

h4,
h5,
h6,
.elementor-widget-heading h4.elementor-heading-title,
.elementor-widget-heading h5.elementor-heading-title,
.elementor-widget-heading h6.elementor-heading-title{
	font-weight: 700;
}

p,
li,
.elementor-widget-text-editor,
.elementor-widget-text-editor p,
.woocommerce p,
.woocommerce li{
	font-family: var(--font-body) !important;
	line-height: 1.7;
}

a,
.elementor a,
.woocommerce a{
	font-family: var(--font-body) !important;
	letter-spacing: 0;
}

button,
input[type="button"],
input[type="submit"],
.elementor-button,
.wpforms-submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button{
	font-family: var(--font-heading) !important;
	font-weight: 800;
	letter-spacing: 0;
}

strong,
b{
	font-weight: 700;
}

.year-shortcode{
	background: var(--bg-dark);
	border-top: 1px solid rgba(255,255,255,.12);
	padding: 16px 12px;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
}

.year-shortcode p{
	margin: 0;
	font-size: 13px;
	color: rgba(255,255,255,.75);
}

.year-shortcode a{
	color: var(--turhan-white);
	font-weight: 700;
	text-decoration: none;
}

.year-shortcode a:hover{
	color: var(--brand-gold);
	text-decoration: underline;
}

.red-number{
	color: var(--brand-primary);
}

a{
	color: inherit;
	text-decoration: none;
}

p a:hover{
	color: var(--brand-primary);
	text-decoration: underline;
}

li::marker{
	color: var(--brand-primary);
}

body:not(.elementor-page):not(.woocommerce-page) .site-main,
body:not(.elementor-page):not(.woocommerce-page) main.site-main{
	width: min(1140px, calc(100% - 48px));
	margin: 44px auto 72px;
	padding: 0;
}

body:not(.elementor-page):not(.woocommerce-page) .page-header,
body:not(.elementor-page):not(.woocommerce-page) .entry-header{
	margin: 0 0 24px;
	padding: 26px 30px;
	border: 1px solid rgba(153,8,8,.14);
	border-radius: 8px;
	background:
		linear-gradient(135deg, rgba(153,8,8,.08), transparent 46%),
		var(--turhan-white);
	box-shadow: var(--shadow);
}

body:not(.elementor-page):not(.woocommerce-page) .entry-title,
body:not(.elementor-page):not(.woocommerce-page) .page-title{
	margin: 0;
	font-size: clamp(32px, 4vw, 52px);
	font-weight: 900;
	line-height: 1.04;
}

body:not(.elementor-page):not(.woocommerce-page) .page-content,
body:not(.elementor-page):not(.woocommerce-page) .entry-content{
	padding: 30px;
	border: 1px solid rgba(153,8,8,.12);
	border-radius: 8px;
	background: var(--turhan-white);
	box-shadow: 0 14px 36px rgba(17,24,39,.07);
}

body:not(.elementor-page):not(.woocommerce-page) .page-content h2,
body:not(.elementor-page):not(.woocommerce-page) .entry-content h2,
body:not(.elementor-page):not(.woocommerce-page) .page-content h3,
body:not(.elementor-page):not(.woocommerce-page) .entry-content h3{
	margin-top: 30px;
	color: var(--text);
}

body:not(.elementor-page):not(.woocommerce-page) .page-content h2:first-child,
body:not(.elementor-page):not(.woocommerce-page) .entry-content h2:first-child,
body:not(.elementor-page):not(.woocommerce-page) .page-content h3:first-child,
body:not(.elementor-page):not(.woocommerce-page) .entry-content h3:first-child{
	margin-top: 0;
}

.turhan-info-grid{
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 16px;
	margin: 24px 0;
}

.turhan-info-card{
	padding: 18px;
	border: 1px solid rgba(153,8,8,.12);
	border-radius: 8px;
	background: var(--turhan-off-white);
}

.turhan-info-card strong{
	display: block;
	margin-bottom: 6px;
	color: var(--text);
	font-family: var(--font-heading);
	font-weight: 900;
}

.turhan-info-card p{
	margin: 0;
	color: var(--text-muted);
	font-size: 15px;
	line-height: 1.6;
}

.turhan-page-cta{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	margin-top: 26px;
	padding: 20px;
	border-radius: 8px;
	background: linear-gradient(90deg, var(--brand-primary-hover), var(--brand-primary));
	color: var(--turhan-white);
}

.turhan-page-cta strong{
	font-family: var(--font-heading);
	font-size: 20px;
	font-weight: 900;
	line-height: 1.2;
}

.turhan-page-cta a{
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 42px;
	padding: 10px 14px;
	border: 1px solid rgba(255,255,255,.25);
	border-radius: 8px;
	background: rgba(255,255,255,.12);
	color: var(--turhan-white);
	font-family: var(--font-heading) !important;
	font-weight: 800;
	text-decoration: none;
}

.turhan-page-cta a:hover{
	background: var(--turhan-white);
	color: var(--brand-primary);
	text-decoration: none;
}

.turhan-home-hero{
	position: relative;
	overflow: hidden;
	padding: clamp(38px, 6vw, 76px);
	border: 1px solid rgba(153,8,8,.12);
	border-radius: 8px;
	background:
		linear-gradient(135deg, rgba(153,8,8,.10), transparent 48%),
		linear-gradient(0deg, rgba(31,122,61,.08), transparent 54%),
		var(--turhan-white);
	box-shadow: var(--shadow);
}

.turhan-home-hero::before{
	content: "";
	display: block;
	width: 64px;
	height: 4px;
	margin-bottom: 20px;
	border-radius: 999px;
	background: linear-gradient(90deg, var(--brand-primary), var(--brand-gold));
}

.turhan-home-hero h1{
	max-width: 780px;
	margin: 0 0 16px;
	font-size: clamp(34px, 5vw, 62px);
	line-height: 1.05;
}

.turhan-home-hero p{
	max-width: 670px;
	margin: 0;
	color: var(--text-muted);
	font-size: clamp(17px, 2vw, 21px);
	line-height: 1.65;
}

.turhan-hero-actions{
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 28px;
}

.turhan-hero-actions a{
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 46px;
	padding: 12px 18px;
	border: 1px solid rgba(153,8,8,.16);
	border-radius: 8px;
	background: var(--turhan-white);
	color: var(--brand-primary);
	font-family: var(--font-heading) !important;
	font-weight: 850;
	text-decoration: none;
}

.turhan-hero-actions a:first-child{
	background: var(--brand-primary);
	color: var(--turhan-white);
}

.turhan-hero-actions a:hover{
	background: var(--brand-primary-hover);
	color: var(--turhan-white);
	text-decoration: none;
}

@media (max-width: 720px){
	body:not(.elementor-page):not(.woocommerce-page) .site-main,
	body:not(.elementor-page):not(.woocommerce-page) main.site-main{
		width: min(100% - 28px, 1140px);
		margin-top: 28px;
		margin-bottom: 48px;
	}

	body:not(.elementor-page):not(.woocommerce-page) .page-header,
	body:not(.elementor-page):not(.woocommerce-page) .entry-header,
	body:not(.elementor-page):not(.woocommerce-page) .page-content,
	body:not(.elementor-page):not(.woocommerce-page) .entry-content{
		padding: 20px;
	}

	.turhan-info-grid{
		grid-template-columns: 1fr;
		gap: 12px;
	}

	.turhan-page-cta{
		align-items: stretch;
		flex-direction: column;
		padding: 18px;
	}

	.turhan-page-cta a{
		width: 100%;
	}

	.turhan-home-hero{
		padding: 28px 20px;
	}

	.turhan-hero-actions a{
		width: 100%;
	}
}
