header {
	max-width: none;
	padding: 0 max(28px, calc((100% - 1144px)/2));
	background: #12161f;
	color: #fff;
	border-color: #30343d
}

.brand {
	display: flex;
	align-items: center
}

.brand img {
	display: block;
	width: auto;
	height: 34px
}

header .brand img,
footer .brand img {
	filter: brightness(0) invert(1)
}

.brand.inverse img {
	height: 38px
}

nav a.active,
nav a:hover {
	border-color: #ff4591;
	color: #ff73aa
}

@media(max-width:800px) {
	.menu {
		color: #fff
	}

	.mobile-panel {
		color: #12161f
	}
}

.blog-card {
	background: #fff;
	border: 1px solid #dedfd8;
	padding: 32px;
	border-radius: 15px;
	display: block;
	transition: .25s
}

.blog-card:hover {
	transform: translateY(-5px);
	border-color: #7357ff
}

.blog-card span {
	color: #7357ff;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: .12em
}

.blog-card h2 {
	font-size: 25px;
	margin: 22px 0 12px
}

.blog-card p {
	color: #667085;
	line-height: 1.7
}

.blog-card b {
	color: #7357ff
}

.tool-grid {
	max-width: 1200px;
	margin: 0 auto 120px;
	padding: 0 28px;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 18px
}

.tool-grid>a {
	background: #fff;
	border: 1px solid #dedfd8;
	border-radius: 16px;
	padding: 34px;
	min-height: 275px;
	transition: .25s
}

.tool-grid>a:hover {
	transform: translateY(-5px);
	border-color: #7357ff
}

.tool-grid i {
	font-style: normal;
	font-size: 36px
}

.tool-grid h2 {
	font-size: 25px;
	margin: 30px 0 12px
}

.tool-grid p {
	color: #667085;
	line-height: 1.7
}

.tool-grid b {
	color: #7357ff
}

.calculator {
	max-width: 760px;
	margin: 0 auto 70px;
	padding: 36px;
	background: #fff;
	border: 1px solid #dedfd8;
	border-radius: 18px;
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 18px;
	box-shadow: 0 20px 60px #1112
}

.calculator.wide {
	max-width: 1000px;
	grid-template-columns: 1fr
}

.calculator label {
	font-size: 15px
}

.calculator .button {
	align-self: end;
	height: 50px;
	justify-content: center
}

.mini-button {
	border: 0;
	background: transparent;
	color: #7357ff;
	text-align: left;
	font-weight: 700;
	cursor: pointer;
	align-self: end;
	padding: 0 0 14px
}

.result {
	grid-column: 1/-1;
	background: #f1efff;
	border-radius: 12px;
	padding: 25px;
	font-size: 21px;
	line-height: 1.5
}

.result b {
	color: #5f43ef
}

.stat-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 12px
}

.stat-grid div {
	background: #f1efff;
	border-radius: 12px;
	padding: 20px;
	text-align: center
}

.stat-grid b {
	display: block;
	font: 700 28px Manrope;
	color: #5f43ef
}

.stat-grid span {
	color: #667085;
	font-size: 13px
}

.article {
	max-width: 850px;
	margin: 0 auto;
	padding: 90px 28px 120px
}

.article>small {
	display: block;
	color: #7357ff;
	font-weight: 700;
	letter-spacing: .14em;
	margin: 30px 0 12px
}

.article h1 {
	font-size: clamp(42px, 6vw, 68px);
	margin-bottom: 25px
}

.article .lead {
	font-size: 21px;
	color: #667085;
	line-height: 1.7
}

.article section {
	padding-top: 30px
}

.article section h2 {
	font-size: 30px;
	margin-bottom: 14px
}

.article section p {
	font-size: 18px;
	line-height: 1.8;
	color: #4e5665
}

.notice {
	background: #fff7df;
	border-left: 4px solid #ffbf36;
	padding: 20px 22px;
	margin: 34px 0;
	line-height: 1.7
}

.back-link,
.source-link {
	font-weight: 700;
	color: #7357ff
}

.portfolio {
	grid-template-columns: repeat(4, 1fr)
}

@media(max-width:800px) {

	.tool-grid,
	.stat-grid {
		grid-template-columns: 1fr
	}

	.calculator {
		margin-inline: 20px;
		padding: 24px;
		grid-template-columns: 1fr
	}

	.portfolio {
		grid-template-columns: repeat(2, 1fr)
	}

	.portfolio figcaption {
		font-size: 13px
	}

	.article {
		padding-top: 60px
	}

	.article h1 {
		font-size: 42px
	}
}

.isbn-actions,
.download-actions {
	display: flex;
	align-items: center;
	gap: 18px
}

.barcode-wrap {
	grid-column: 1/-1;
	background: #fff;
	border: 1px solid #dedfd8;
	border-radius: 12px;
	padding: 26px;
	text-align: center
}

.barcode-wrap svg {
	width: min(100%, 520px);
	height: auto
}

.download-actions {
	justify-content: center;
	margin-top: 20px
}

.isbn-info {
	padding-top: 35px
}

.isbn-info h3 {
	font-size: 21px;
	margin: 22px 0 8px
}

.tool-grid {
	grid-template-columns: repeat(2, 1fr)
}

@media(max-width:800px) {

	.isbn-actions,
	.download-actions {
		align-items: stretch;
		flex-direction: column
	}

	.isbn-actions .mini-button {
		text-align: center;
		padding: 10px
	}

	.tool-grid {
		grid-template-columns: 1fr
	}
}

.advanced-tool {
	gap: 22px
}

.tool-row {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 16px
}

.inline-check {
	display: flex;
	align-items: center;
	gap: 10px
}

.inline-check input {
	width: auto;
	margin: 0
}

.preview-canvas {
	grid-column: 1/-1;
	width: 100%;
	max-height: 520px;
	object-fit: contain;
	background: #ececec;
	border-radius: 12px
}

.download-link {
	width: max-content
}

.palette-output {
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	min-height: 150px;
	border-radius: 12px;
	overflow: hidden
}

.color-chip {
	border: 0;
	cursor: pointer;
	display: flex;
	align-items: end;
	justify-content: center;
	padding: 12px
}

.color-chip span {
	background: #fff;
	color: #12161f;
	padding: 5px 8px;
	border-radius: 5px;
	font: 700 12px monospace
}

.qr-output {
	display: grid;
	place-items: center;
	min-height: 300px;
	background: #fff;
	border-radius: 12px
}

.tool-guide {
	padding-top: 25px
}

.tool-guide h3 {
	font-size: 21px;
	margin: 20px 0 8px
}

@media(max-width:800px) {

	.tool-row,
	.palette-output {
		grid-template-columns: 1fr
	}

	.color-chip {
		min-height: 90px
	}
}

.local-hero {
	padding-bottom: 70px
}

.local-services {
	padding-top: 60px
}

.local-services article {
	display: block
}

.local-portfolio {
	padding: 0;
	margin: 0;
	max-width: none
}

.local-copy {
	padding-top: 20px
}

.breadcrumbs {
	max-width: 1200px;
	margin: 0 auto;
	padding: 24px 28px 0;
	display: flex;
	align-items: center;
	gap: 10px;
	color: #667085;
	font-size: 14px
}

.breadcrumbs a {
	color: #5f43ef;
	font-weight: 700
}

.district-section {
	padding-top: 65px
}

.district-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 18px
}

.district-card {
	display: block;
	background: #fff;
	border: 1px solid #dedfd8;
	border-radius: 16px;
	padding: 28px;
	min-height: 260px;
	transition: .25s
}

.district-card:hover {
	transform: translateY(-5px);
	border-color: #7357ff;
	box-shadow: 0 18px 50px #1f1d2d12
}

.district-card small {
	display: block;
	color: #7357ff;
	font-weight: 800;
	letter-spacing: .12em
}

.district-card h3 {
	font-size: 23px;
	margin: 25px 0 12px
}

.district-card p {
	color: #667085;
	line-height: 1.65
}

.district-card b {
	color: #5f43ef
}

.local-directory {
	padding-top: 45px
}

.local-links {
	display: flex;
	flex-wrap: wrap;
	gap: 11px
}

.local-link {
	display: inline-flex;
	background: #fff;
	border: 1px solid #dedfd8;
	border-radius: 999px;
	padding: 11px 16px;
	font-weight: 700;
	font-size: 14px
}

.local-link:hover {
	border-color: #7357ff;
	color: #5f43ef
}

@media(max-width:800px) {
	.breadcrumbs {
		overflow: visible;
		white-space: normal;
		flex-wrap: wrap;
		row-gap: 6px
	}

	.district-grid {
		grid-template-columns: 1fr
	}

	.district-card {
		min-height: 0
	}

	.district-section {
		padding-top: 45px
	}
}

/* Site-wide text and responsive stability */
html,
body {
	max-width: 100%;
	overflow-x: clip
}

main {
	overflow-x: clip
}

.hero>*,
.split>*,
.service-grid>*,
.district-grid>*,
.tool-grid>*,
.contact-grid>*,
.section-head>*,
footer>* {
	min-width: 0
}

img,
svg,
canvas,
video {
	max-width: 100%
}

h1,
h2,
h3,
.service-card,
.district-card,
.blog-card,
.tool-grid>a,
.result,
footer a,
.contact-cards b {
	overflow-wrap: break-word;
	word-break: normal
}

input,
select,
textarea,
button,
output {
	min-width: 0;
	max-width: 100%
}

.actions {
	max-width: 100%;
	flex-wrap: wrap
}

.button {
	align-items: center;
	justify-content: center;
	line-height: 1.35;
	text-align: center;
	white-space: normal
}

.section-head h2 {
	max-width: 850px
}

.calculator>*,
.tool-row>* {
	min-width: 0
}

.result {
	max-width: 100%
}

.local-link {
	white-space: normal;
	text-align: center
}

@media(max-width:1050px) {
	header {
		height: 72px
	}

	.menu {
		display: block;
		border: 0;
		background: none;
		color: #fff;
		font-size: 25px
	}

	.mobile-panel {
		position: fixed;
		z-index: 20;
		top: 72px;
		inset-inline: 0;
		background: #f7f7f3;
		color: #12161f;
		padding: 20px 28px;
		box-shadow: 0 20px 30px #0002
	}

	.mobile-panel.open {
		display: flex;
		flex-direction: column
	}

	.mobile-panel>a {
		padding: 11px 0;
		font-weight: 700
	}

	.mobile-services {
		display: none
	}

	header nav {
		display: none
	}
}

@media(max-width:800px) {
	nav.breadcrumbs {
		display: flex
	}

	.hero,
	.page-hero,
	.section,
	.split,
	.values,
	.portfolio,
	.blog-grid,
	.tool-grid,
	.contact-grid,
	.article {
		padding-left: 20px;
		padding-right: 20px
	}

	.hero {
		gap: 38px
	}

	.hero h1,
	.page-hero h1 {
		font-size: clamp(36px, 10.8vw, 48px);
		line-height: 1.12;
		letter-spacing: -.04em
	}

	.article h1 {
		font-size: clamp(35px, 10vw, 42px);
		line-height: 1.14;
		letter-spacing: -.035em
	}

	.article section h2 {
		font-size: clamp(25px, 7vw, 30px);
		line-height: 1.2
	}

	.section-head h2,
	.split h2,
	.dark-cta h2 {
		font-size: clamp(30px, 8.5vw, 42px);
		line-height: 1.15
	}

	.hero p,
	.page-hero p {
		font-size: 18px;
		line-height: 1.6
	}

	.actions {
		align-items: stretch;
		flex-direction: column;
		gap: 14px;
		margin-top: 27px
	}

	.actions .button {
		width: 100%
	}

	.actions .text-link {
		align-self: flex-start;
		padding: 5px 0
	}

	.service-card,
	.district-card,
	.tool-grid>a,
	.blog-card {
		padding: 24px
	}

	.service-card h3,
	.district-card h3,
	.tool-grid h2,
	.blog-card h2 {
		line-height: 1.18
	}

	.calculator {
		width: calc(100% - 32px);
		margin: 0 16px 60px;
		padding: 22px
	}

	.result {
		padding: 20px;
		font-size: 18px
	}

	.barcode-wrap {
		padding: 16px
	}

	.download-link {
		width: 100%
	}

	.breadcrumbs {
		padding-left: 20px;
		padding-right: 20px
	}

	.dark-cta {
		padding: 70px 22px
	}

	footer {
		padding: 55px 22px
	}

	.copyright {
		padding: 20px 22px
	}

	.whatsapp {
		right: 16px;
		bottom: 16px
	}

	.local-links {
		gap: 8px
	}

	.local-link {
		flex: 1 1 150px;
		justify-content: center
	}

	.palette-output {
		width: 100%
	}
}

@media(max-width:420px) {

	.hero h1,
	.page-hero h1 {
		font-size: clamp(34px, 10.5vw, 44px)
	}

	.article h1 {
		font-size: 36px
	}

	.brand img {
		max-width: 210px;
		height: auto
	}

	.portfolio {
		gap: 10px
	}

	.portfolio figcaption {
		padding: 12px
	}

	.stat-grid div {
		padding: 16px
	}

	.qr-output {
		min-height: 240px
	}
}

/* Conversion, delivery promise and accessible quote form */
.microcopy {
	font-size: 14px !important;
	line-height: 1.55 !important;
	color: #697181 !important;
	margin: 18px 0 0;
	max-width: 560px !important
}

.offer-section {
	padding-top: 70px;
	padding-bottom: 70px
}

.offer-card {
	display: grid;
	grid-template-columns: 1.35fr 1fr;
	align-items: center;
	gap: 34px;
	background: #fff;
	border: 1px solid var(--line);
	border-radius: 22px;
	padding: 42px;
	box-shadow: 0 24px 70px #1d163812
}

.offer-card h2 {
	font-size: clamp(32px, 4vw, 50px);
	margin: 12px 0 18px;
	letter-spacing: -.04em
}

.offer-card p {
	color: var(--muted);
	font-size: 18px;
	line-height: 1.7
}

.offer-card ul {
	list-style: none;
	margin: 0;
	padding: 0
}

.offer-card li {
	padding: 13px 0;
	border-bottom: 1px solid var(--line);
	font-weight: 600
}

.offer-card li:before {
	content: '✓';
	color: var(--purple);
	font-weight: 800;
	margin-right: 12px
}

.offer-card>.button {
	grid-column: 1/-1;
	width: max-content
}

.delivery-banner {
	max-width: 1144px;
	margin: 0 auto 90px;
	padding: 26px 30px;
	border-radius: 16px;
	background: #12161f;
	color: #fff;
	display: grid;
	grid-template-columns: auto 1fr auto;
	align-items: center;
	gap: 24px
}

.delivery-banner b {
	color: var(--lime);
	font: 800 18px Manrope
}

.delivery-banner span {
	color: #d4d7df;
	line-height: 1.55
}

.delivery-banner a {
	color: #fff;
	font-weight: 800
}

.portfolio-heading {
	padding-bottom: 35px
}

.portfolio-heading+.portfolio {
	margin-top: 0
}

.portfolio figure {
	border: 1px solid var(--line)
}

.portfolio figcaption {
	line-height: 1.35;
	min-height: 58px;
	display: flex;
	align-items: center
}

.response-note {
	margin-top: 18px;
	padding: 22px;
	border-radius: 14px;
	background: #f1efff;
	border: 1px solid #dcd5ff
}

.response-note b {
	font: 800 20px Manrope;
	color: #5f43ef
}

.response-note p {
	margin: 8px 0 0;
	color: #4e5665;
	line-height: 1.65
}

.quote-form {
	background: #fff;
	border: 1px solid var(--line);
	border-radius: 18px;
	padding: 30px;
	box-shadow: 0 22px 60px #1611250d
}

.form-heading {
	grid-column: 1/-1;
	padding-bottom: 8px
}

.form-heading small {
	color: var(--purple);
	font-weight: 800;
	letter-spacing: .12em
}

.form-heading h2 {
	font-size: 32px;
	margin: 8px 0
}

.form-heading p,
.form-privacy {
	color: var(--muted);
	margin: 0
}

.quote-form input,
.quote-form select,
.quote-form textarea {
	transition: border-color .2s, box-shadow .2s
}

.quote-form input:focus,
.quote-form select:focus,
.quote-form textarea:focus {
	outline: 0;
	border-color: var(--purple);
	box-shadow: 0 0 0 4px #7357ff1c
}

.quote-form textarea {
	resize: vertical
}

.quote-form .consent {
	display: flex;
	align-items: flex-start;
	gap: 11px;
	font-weight: 500;
	line-height: 1.5
}

.quote-form .consent input {
	width: 18px;
	height: 18px;
	flex: 0 0 auto;
	margin: 2px 0 0
}

.quote-form .form-privacy {
	grid-column: 1/-1;
	font-size: 13px;
	line-height: 1.55
}

.quote-form button:disabled {
	opacity: .65;
	cursor: wait
}

.hp-field {
	position: absolute !important;
	left: -10000px !important;
	width: 1px !important;
	height: 1px !important;
	overflow: hidden !important
}

.form-alert {
	grid-column: 1/-1;
	background: #fff2f2;
	border: 1px solid #f3b7b7;
	color: #8f2020;
	padding: 15px 17px;
	border-radius: 10px;
	line-height: 1.5
}

.thank-you {
	min-height: 520px;
	display: flex;
	flex-direction: column;
	justify-content: center
}

.privacy-page a {
	text-decoration: underline;
	text-underline-offset: 3px
}

.quote-form .message-field,
.quote-form .consent {
	grid-column: 1/-1
}

.portfolio img {
	height: auto
}

@media(max-width:900px) {
	.offer-card {
		grid-template-columns: 1fr
	}

	.offer-card>.button {
		grid-column: auto
	}

	.delivery-banner {
		margin-inline: 20px;
		grid-template-columns: 1fr;
		text-align: left
	}
}

@media(max-width:800px) {
	.offer-section {
		padding-top: 45px;
		padding-bottom: 45px
	}

	.offer-card {
		padding: 26px
	}

	.offer-card>.button {
		width: 100%
	}

	.delivery-banner {
		margin-bottom: 60px;
		padding: 24px
	}

	.quote-form {
		padding: 22px
	}

	.contact-grid {
		margin-bottom: 80px
	}

	.portfolio figcaption {
		min-height: 64px
	}
}

/* Publishing and InDesign services */
.publishing-hero {
	padding-bottom: 72px
}

.publishing-hero p {
	max-width: 820px
}

.publishing-band {
	max-width: 1144px;
	margin: 0 auto 84px;
	padding: 24px 30px;
	border-radius: 16px;
	background: #12161f;
	color: #fff;
	display: flex;
	align-items: center;
	gap: 22px;
	flex-wrap: wrap
}

.publishing-band b {
	color: var(--lime);
	font: 800 13px Manrope;
	letter-spacing: .14em
}

.publishing-band span {
	font-weight: 700
}

.publishing-band span:last-child {
	margin-left: auto;
	color: #d4d7df;
	font-weight: 500
}

.publishing-benefit {
	padding-top: 72px;
	padding-bottom: 72px
}

.publishing-notes {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 18px
}

.publishing-notes article {
	background: #fff;
	border: 1px solid var(--line);
	border-radius: 16px;
	padding: 30px
}

.publishing-notes h3 {
	font-size: 24px;
	margin: 0 0 14px
}

.publishing-notes p {
	color: var(--muted);
	font-size: 17px;
	line-height: 1.75;
	margin: 0
}

.publishing-process {
	padding-top: 15px;
	padding-bottom: 65px
}

.publishing-copy {
	padding-top: 50px
}

.related-publishing {
	padding-top: 35px
}

@media(max-width:900px) {
	.publishing-band {
		margin-inline: 20px
	}

	.publishing-band span:last-child {
		margin-left: 0;
		width: 100%
	}
}

@media(max-width:800px) {
	.publishing-hero {
		padding-bottom: 55px
	}

	.publishing-band {
		margin-bottom: 55px;
		padding: 23px
	}

	.publishing-notes {
		grid-template-columns: 1fr
	}

	.publishing-notes article {
		padding: 24px
	}

	.publishing-process {
		padding-bottom: 45px
	}

	.publishing-copy {
		padding-top: 35px
	}
}

/* Helpful blog guides */
.blog-article {
	padding-top: 52px
}

.article-meta {
	margin: -8px 0 28px;
	color: #6b7280;
	font-size: 15px;
	font-weight: 600;
	letter-spacing: .01em
}

.article-cta {
	margin: 55px 0 18px;
	padding: 30px;
	border-radius: 16px;
	background: #f1efff;
	border: 1px solid #dcd5ff
}

.article-cta h2 {
	font-size: 27px;
	margin: 0 0 10px
}

.article-cta p {
	color: #4e5665;
	font-size: 17px;
	line-height: 1.7;
	margin: 0 0 22px
}

.article-cta .button {
	width: max-content
}

@media(max-width:800px) {
	.blog-article {
		padding-top: 42px
	}

	.article-cta {
		margin-top: 42px;
		padding: 24px
	}

	.article-cta .button {
		width: 100%
	}
}

/* Free book mockup resource page */
.mockup-hero {
	padding-bottom: 72px
}

.mockup-hero p {
	max-width: 820px
}

.mockup-preview-section {
	padding-top: 45px;
	padding-bottom: 75px
}

.mockup-preview {
	display: grid;
	grid-template-columns: 1.65fr .75fr;
	gap: 22px;
	align-items: stretch
}

.mockup-preview>svg {
	display: block;
	width: 100%;
	height: auto;
	border-radius: 22px;
	box-shadow: 0 25px 70px #1f163220
}

.mockup-preview-copy {
	display: flex;
	flex-direction: column;
	gap: 11px;
	background: #12161f;
	color: #fff;
	border-radius: 22px;
	padding: 30px
}

.mockup-preview-copy span {
	display: block;
	border: 1px solid #3b404c;
	border-radius: 999px;
	padding: 11px 15px;
	color: var(--lime);
	font: 800 13px Manrope;
	letter-spacing: .1em;
	text-transform: uppercase
}

.mockup-preview-copy p {
	margin: auto 0 0;
	color: #cdd1da;
	line-height: 1.7
}

.mockup-guide {
	padding-top: 72px
}

.mockup-steps {
	padding-top: 20px;
	padding-bottom: 65px
}

.mockup-copy {
	padding-top: 40px
}

.external-button:after {
	content: 'HARİCİ';
	margin-left: 10px;
	padding: 4px 7px;
	border-radius: 999px;
	background: #ffffff1a;
	font-size: 10px;
	letter-spacing: .08em
}

@media(max-width:900px) {
	.mockup-preview {
		grid-template-columns: 1fr
	}

	.mockup-preview-copy {
		min-height: 245px
	}
}

@media(max-width:800px) {
	.mockup-hero {
		padding-bottom: 55px
	}

	.mockup-preview-section {
		padding-top: 30px;
		padding-bottom: 55px
	}

	.mockup-preview>svg {
		border-radius: 15px
	}

	.mockup-preview-copy {
		min-height: 0;
		padding: 24px
	}

	.mockup-preview-copy p {
		margin-top: 20px
	}

	.mockup-guide {
		padding-top: 55px
	}

	.mockup-steps {
		padding-bottom: 45px
	}

	.external-button:after {
		display: none
	}
}

/* Cookie consent and Google Ads measurement */
.cookie-banner {
	position: fixed;
	z-index: 1000;
	left: 20px;
	right: 20px;
	bottom: 20px;
	max-width: 1040px;
	margin: auto;
	padding: 22px 24px;
	border-radius: 16px;
	background: #12161f;
	color: #fff;
	box-shadow: 0 22px 70px #0006;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 28px
}

.cookie-banner b {
	display: block;
	font: 800 18px Manrope;
	margin-bottom: 6px
}

.cookie-banner p {
	margin: 0;
	color: #d5d9e2;
	line-height: 1.55;
	font-size: 14px
}

.cookie-banner a {
	display: inline-block;
	margin-top: 8px;
	color: #c8ff61;
	font-size: 13px;
	font-weight: 800;
	text-decoration: underline
}

.cookie-actions {
	display: flex;
	gap: 10px;
	flex: 0 0 auto
}

.cookie-actions button,
.cookie-settings-link {
	border: 1px solid #d7dbe5;
	border-radius: 999px;
	background: transparent;
	color: #fff;
	padding: 11px 17px;
	font-weight: 800;
	cursor: pointer
}

.cookie-actions .accept {
	border-color: #c8ff61;
	background: #c8ff61;
	color: #12161f
}

.cookie-settings-link {
	color: #5f43ef;
	border-color: #7357ff;
	background: #fff
}

.cookie-actions button:focus-visible,
.cookie-settings-link:focus-visible {
	outline: 3px solid #ff73aa;
	outline-offset: 3px
}

@media(max-width:700px) {
	.cookie-banner {
		left: 12px;
		right: 12px;
		bottom: 12px;
		align-items: stretch;
		flex-direction: column;
		padding: 20px;
		gap: 18px
	}

	.cookie-actions {
		display: grid;
		grid-template-columns: 1fr 1fr
	}

	.cookie-actions button {
		width: 100%
	}
}

/* Search-friendly size guide tables */
.table-scroll {
	width: 100%;
	overflow-x: auto;
	margin: 22px 0 10px;
	border: 1px solid var(--line);
	border-radius: 14px;
	background: #fff
}

.size-table {
	width: 100%;
	min-width: 650px;
	border-collapse: collapse;
	font-size: 16px
}

.size-table th,
.size-table td {
	padding: 16px 18px;
	text-align: left;
	border-bottom: 1px solid var(--line);
	vertical-align: top
}

.size-table th {
	background: #f1efff;
	color: #29253c;
	font: 800 14px Manrope;
	letter-spacing: .02em
}

.size-table tbody tr:last-child td {
	border-bottom: 0
}

.size-table td b {
	color: #5f43ef;
	white-space: nowrap
}

.article section .table-note {
	margin: 12px 0 0;
	font-size: 14px;
	color: #697181
}

.blog-article .table-scroll+p {
	margin-top: 14px
}

@media(max-width:700px) {
	.table-scroll {
		margin-left: 0;
		margin-right: 0
	}

	.size-table {
		font-size: 14px
	}

	.size-table th,
	.size-table td {
		padding: 14px
	}
}

/* Site-wide relevant FAQ sections */
.page-faq {
	max-width: 960px;
	padding-top: 72px;
	padding-bottom: 100px
}

.page-faq .section-head {
	margin-bottom: 28px
}

.faq-list {
	display: grid;
	gap: 12px
}

.faq-item {
	background: #fff;
	border: 1px solid var(--line);
	border-radius: 14px;
	overflow: hidden;
	transition: border-color .2s, box-shadow .2s
}

.faq-item[open] {
	border-color: #b9adff;
	box-shadow: 0 14px 40px #1f16320d
}

.faq-item summary {
	position: relative;
	cursor: pointer;
	list-style: none;
	padding: 22px 58px 22px 24px;
	font: 800 18px/1.45 Manrope;
	color: #211d31
}

.faq-item summary::-webkit-details-marker {
	display: none
}

.faq-item summary:after {
	content: '+';
	position: absolute;
	right: 23px;
	top: 50%;
	transform: translateY(-50%);
	color: #5f43ef;
	font: 800 28px/1 Manrope
}

.faq-item[open] summary:after {
	content: '−'
}

.faq-item p {
	margin: 0;
	padding: 0 24px 23px;
	color: #555e6d;
	font-size: 16px;
	line-height: 1.75;
	max-width: 820px
}

.faq-item summary:focus-visible {
	outline: 3px solid #7357ff;
	outline-offset: -3px;
	border-radius: 12px
}

@media(max-width:800px) {
	.page-faq {
		padding-top: 52px;
		padding-bottom: 72px
	}

	.page-faq .section-head {
		margin-bottom: 22px
	}

	.faq-item summary {
		padding: 19px 52px 19px 19px;
		font-size: 17px
	}

	.faq-item summary:after {
		right: 19px
	}

	.faq-item p {
		padding: 0 19px 20px;
		font-size: 15px
	}
}

/* Expandable services navigation */
header {
	position: relative;
	z-index: 40
}

header nav {
	align-self: stretch;
	align-items: stretch
}

.nav-dropdown {
	position: relative;
	display: flex;
	align-items: stretch
}

.nav-dropdown-toggle {
	display: flex;
	align-items: center;
	gap: 7px;
	border: 0;
	border-bottom: 2px solid transparent;
	background: transparent;
	color: inherit;
	padding: 0;
	font: 600 14px 'DM Sans', sans-serif;
	cursor: pointer
}

.nav-dropdown-toggle:focus-visible {
	outline: 3px solid #c8ff61;
	outline-offset: -5px;
	border-radius: 7px
}

.nav-dropdown-toggle span {
	font-size: 17px;
	transition: transform .2s
}

.nav-dropdown-toggle.active,
.nav-dropdown-toggle:hover,
.nav-dropdown-toggle[aria-expanded="true"] {
	border-color: #ff4591;
	color: #ff73aa
}

.nav-dropdown-toggle[aria-expanded="true"] span {
	transform: rotate(180deg)
}

.nav-dropdown-menu {
	display: none;
	position: absolute;
	z-index: 60;
	top: calc(100% - 1px);
	left: 50%;
	transform: translateX(-35%);
	width: min(620px, calc(100vw - 40px));
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 7px;
	padding: 18px;
	background: #fff;
	color: #12161f;
	border: 1px solid #dedfd8;
	border-radius: 0 0 16px 16px;
	box-shadow: 0 24px 55px #10141f2b
}

.nav-dropdown.open .nav-dropdown-menu {
	display: grid
}

.nav-dropdown-menu a {
	padding: 12px 14px;
	border: 0;
	border-radius: 9px;
	line-height: 1.35
}

.nav-dropdown-menu a:hover,
.nav-dropdown-menu a:focus-visible {
	border: 0;
	background: #f1efff;
	color: #5f43ef;
	outline: 3px solid #7357ff;
	outline-offset: -3px
}

.nav-dropdown-menu .service-overview-link {
	grid-column: 1/-1;
	background: #12161f;
	color: #fff;
	font-weight: 800
}

.nav-dropdown-menu .service-overview-link:hover,
.nav-dropdown-menu .service-overview-link:focus-visible {
	background: #5f43ef;
	color: #fff
}

@media(max-width:1050px) {
	.mobile-panel.open {
		max-height: calc(100vh - 72px);
		overflow-y: auto;
		overscroll-behavior: contain
	}

	.mobile-service-group {
		border-top: 1px solid #e1e2dc;
		border-bottom: 1px solid #e1e2dc
	}

	.mobile-services-toggle {
		width: 100%;
		display: flex;
		align-items: center;
		justify-content: space-between;
		border: 0;
		background: transparent;
		color: #12161f;
		padding: 13px 0;
		font: 800 15px 'DM Sans', sans-serif;
		text-align: left;
		cursor: pointer
	}

	.mobile-services-toggle:focus-visible {
		outline: 3px solid #7357ff;
		outline-offset: -3px;
		border-radius: 8px
	}

	.mobile-services-toggle span {
		color: #5f43ef;
		font: 800 22px/1 Manrope
	}

	.mobile-services-toggle.active {
		color: #5f43ef
	}

	.mobile-services {
		display: none;
		padding: 3px 0 14px
	}

	.mobile-services.open {
		display: grid;
		grid-template-columns: 1fr;
		gap: 5px
	}

	.mobile-services a {
		display: block;
		padding: 11px 14px;
		border-radius: 9px;
		background: #fff;
		border: 1px solid #e1e2dc;
		color: #2a2e39;
		font-weight: 700;
		font-size: 14px;
		line-height: 1.35
	}

	.mobile-services .service-overview-link {
		background: #12161f;
		border-color: #12161f;
		color: #fff
	}

	.mobile-panel>a {
		padding: 13px 0
	}

	.mobile-panel>a.active {
		color: #5f43ef
	}
}

/* Homepage service slider */
.home-slider {
	position: relative;
	overflow: hidden
}

.home-slides {
	position: relative
}

.hero-slide {
	display: none
}

.hero-slide.is-active {
	display: grid;
	animation: hero-slide-in .48s ease both
}

.hero-slide .hero-copy {
	min-width: 0
}

.hero-slide h2 {
	font-size: clamp(48px, 6vw, 86px);
	letter-spacing: -.055em
}

.hero-slide h2 em {
	font-style: normal;
	color: var(--purple)
}

.hero-slide .hero-art {
	isolation: isolate
}

.web-slide-art {
	background: #12161f
}

.web-slide-art b {
	font-size: 92px;
	letter-spacing: -.07em;
	color: #c8ff4d
}

.browser-frame {
	position: absolute;
	z-index: -1;
	inset: 12% 10% 28%;
	border: 2px solid #ffffff65;
	border-radius: 18px;
	display: flex;
	gap: 8px;
	padding: 18px
}

.browser-frame i {
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: #ff4591
}

.browser-frame strong {
	position: absolute;
	inset: 0;
	display: grid;
	place-items: center;
	color: #ffffff18;
	font: 800 150px Manrope
}

.publishing-slide-art {
	background: #ff4591
}

.publishing-slide-art b {
	font-size: 150px;
	color: #fff
}

.page-stack {
	position: absolute;
	z-index: -1;
	width: 48%;
	height: 62%;
	border: 2px solid #ffffff85;
	border-radius: 8px;
	transform: rotate(10deg)
}

.page-stack:before,
.page-stack:after {
	content: '';
	position: absolute;
	inset: 0;
	border: inherit;
	border-radius: inherit
}

.page-stack:before {
	transform: translate(-18px, 12px)
}

.page-stack:after {
	transform: translate(-35px, 24px)
}

.tools-slide-art {
	background: #c8ff4d;
	color: #12161f
}

.tools-slide-art b {
	font-size: 67px;
	letter-spacing: -.055em
}

.tool-symbols {
	position: absolute;
	inset: 12% 10% auto;
	display: flex;
	justify-content: space-between
}

.tool-symbols i {
	width: 58px;
	height: 58px;
	border-radius: 16px;
	background: #12161f;
	color: #fff;
	display: grid;
	place-items: center;
	font: 800 24px Manrope;
	font-style: normal;
	transform: rotate(-8deg)
}

.tool-symbols i:nth-child(2) {
	background: #7357ff;
	transform: rotate(7deg)
}

.tool-symbols i:nth-child(3) {
	background: #ff4591;
	transform: rotate(-4deg)
}

.slider-controls {
	position: relative;
	z-index: 5;
	max-width: 1200px;
	margin: -62px auto 20px;
	padding: 0 28px;
	display: flex;
	align-items: center;
	gap: 12px
}

.slider-arrow {
	width: 42px;
	height: 42px;
	border: 1px solid #cfd1cb;
	border-radius: 50%;
	background: #fff;
	color: #12161f;
	display: grid;
	place-items: center;
	font: 800 20px Manrope;
	cursor: pointer;
	box-shadow: 0 8px 25px #12161f0c
}

.slider-arrow:hover,
.slider-arrow:focus-visible {
	border-color: #7357ff;
	background: #7357ff;
	color: #fff;
	outline: 0
}

.slider-dots {
	display: flex;
	align-items: center;
	gap: 8px;
	padding: 0 4px
}

.slider-dot {
	width: 10px;
	height: 10px;
	padding: 0;
	border: 0;
	border-radius: 999px;
	background: #c8cad0;
	cursor: pointer;
	transition: width .2s, background .2s
}

.slider-dot.is-active {
	width: 30px;
	background: #7357ff
}

.slider-dot:focus-visible {
	outline: 3px solid #7357ff;
	outline-offset: 3px
}

.slider-live {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0
}

@keyframes hero-slide-in {
	from {
		opacity: 0;
		transform: translateX(20px)
	}

	to {
		opacity: 1;
		transform: translateX(0)
	}
}

@media(prefers-reduced-motion:reduce) {
	.hero-slide.is-active {
		animation: none
	}

	.slider-dot {
		transition: none
	}
}

/* Reklam Ol production partner portfolio */
.partner-projects {
	background: linear-gradient(145deg, #f8f9fb 0%, #ffffff 70%);
	border: 1px solid #e6e8ee;
	border-radius: 30px;
	padding: clamp(24px, 4vw, 52px);
	margin-top: clamp(36px, 6vw, 80px)
}

.partner-project-heading {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	align-items: end;
	gap: 28px;
	margin-bottom: 28px
}

.partner-project-heading h2 {
	max-width: 760px;
	margin: 12px 0 14px
}

.partner-project-heading p {
	max-width: 780px;
	margin: 0
}

.partner-badge {
	display: inline-flex;
	align-items: center;
	min-height: 30px;
	padding: 7px 12px;
	border-radius: 999px;
	background: #c20735;
	color: #fff;
	font-size: .72rem;
	font-weight: 800;
	letter-spacing: .08em
}

.partner-profile-link {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	color: #c20735;
	font-weight: 800;
	white-space: nowrap
}

.partner-project-gallery {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 20px
}

.partner-project-gallery.single {
	grid-template-columns: minmax(0, 760px)
}

.partner-project-card {
	overflow: hidden;
	margin: 0;
	border: 1px solid #e3e5eb;
	border-radius: 22px;
	background: #fff;
	box-shadow: 0 16px 36px rgba(18, 22, 33, .08)
}

.partner-image-frame {
	aspect-ratio: 16 / 10;
	overflow: hidden;
	background: #e9ebf0
}

.partner-project-card img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover
}

.partner-project-card.card-focus img {
	transform: scale(3.8);
	transform-origin: 74% 37%
}

.partner-project-card figcaption {
	padding: 14px 17px 16px;
	color: #252936;
	font-size: .94rem;
	font-weight: 700
}

.partner-source {
	margin: 14px 0 0;
	color: #626876;
	font-size: .82rem
}

.partner-contact-card {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	align-items: center;
	gap: 28px;
	margin-top: 28px;
	padding: 24px;
	border-radius: 22px;
	background: #17191f;
	color: #fff
}

.partner-contact-card small {
	color: #ff94ae;
	font-weight: 800;
	letter-spacing: .1em
}

.partner-contact-card h3 {
	margin: 8px 0;
	color: #fff
}

.partner-contact-card p {
	max-width: 760px;
	margin: 0;
	color: #d5d8df
}

.partner-contact-card .button {
	text-align: center;
	white-space: nowrap
}

@media(max-width:760px) {
	.partner-project-heading,
	.partner-contact-card {
		grid-template-columns: 1fr;
		align-items: start
	}

	.partner-project-gallery,
	.partner-project-gallery.single {
		grid-template-columns: 1fr
	}

	.partner-profile-link,
	.partner-contact-card .button {
		width: 100%
	}
}

@media(max-width:800px) {
	.hero-slide h2 {
		font-size: clamp(36px, 10.8vw, 48px);
		line-height: 1.12;
		letter-spacing: -.04em
	}

	.hero-slide {
		padding-bottom: 82px
	}

	.slider-controls {
		margin: -58px auto 16px;
		padding: 0 20px
	}

	.slider-arrow {
		width: 40px;
		height: 40px
	}

	.web-slide-art b {
		font-size: 74px
	}

	.publishing-slide-art b {
		font-size: 120px
	}

	.tools-slide-art b {
		font-size: 54px
	}

	.tool-symbols i {
		width: 48px;
		height: 48px;
		font-size: 20px
	}

	.browser-frame strong {
		font-size: 110px
	}
}

/* Türkiye geneli ve öncelikli şehir hizmetleri */
.nav-dropdown-menu .national-service-link {
	grid-column: 1/-1;
	background: #f1efff;
	color: #5f43ef;
	font-weight: 800;
	border: 1px solid #dcd5ff
}

.section-intro {
	max-width: 820px;
	margin: -18px 0 34px;
	color: var(--muted);
	font-size: 18px;
	line-height: 1.7
}

.priority-city-grid {
	align-items: stretch
}

.priority-city-card {
	min-height: 245px
}

.priority-city-card h3 {
	margin-top: 20px
}

.national-home-section {
	padding-bottom: 85px
}

.city-all-services {
	padding-top: 65px;
	padding-bottom: 80px
}

.city-online-note span {
	max-width: 720px
}

.city-online-note b {
	white-space: nowrap
}

.mobile-services .national-service-link {
	background: #f1efff;
	border-color: #dcd5ff;
	color: #5f43ef
}

@media(max-width:800px) {
	.section-intro {
		margin-top: -8px;
		margin-bottom: 27px;
		font-size: 16px
	}

	.priority-city-card {
		min-height: 0
	}

	.national-home-section,
	.city-all-services {
		padding-bottom: 55px
	}

	.city-online-note b {
		white-space: normal
	}
}

/* Founder profile */
.founder-section {
	display: grid;
	grid-template-columns: minmax(300px, .82fr) minmax(0, 1.18fr);
	align-items: center;
	gap: 70px;
	padding-top: 55px;
	padding-bottom: 95px
}

.founder-portrait {
	position: relative;
	aspect-ratio: 4/5;
	margin: 0;
	overflow: hidden;
	border-radius: 24px;
	background: #12161f;
	box-shadow: 0 30px 80px #17112926
}

.founder-portrait:after {
	content: '';
	position: absolute;
	inset: 0;
	border: 1px solid #ffffff24;
	border-radius: inherit;
	pointer-events: none
}

.founder-portrait img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center 16%
}

.founder-portrait figcaption {
	position: absolute;
	z-index: 2;
	left: 18px;
	bottom: 18px;
	padding: 10px 14px;
	border-radius: 999px;
	background: #12161fe8;
	color: #fff;
	font: 800 12px Manrope;
	letter-spacing: .08em;
	text-transform: uppercase
}

.founder-copy>small {
	display: block;
	color: #7357ff;
	font-weight: 800;
	letter-spacing: .14em
}

.founder-copy h2 {
	font-size: clamp(44px, 5vw, 68px);
	line-height: 1.02;
	letter-spacing: -.05em;
	margin: 14px 0 25px
}

.founder-copy p {
	color: #555e6d;
	font-size: 17px;
	line-height: 1.75
}

.founder-copy .founder-lead {
	color: #272b35;
	font-size: 22px;
	line-height: 1.55;
	font-weight: 600
}

.founder-points {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 10px;
	margin: 30px 0 6px
}

.founder-points span {
	display: flex;
	min-width: 0;
	min-height: 96px;
	flex-direction: column;
	justify-content: center;
	border-radius: 13px;
	background: #f1efff;
	padding: 16px;
	color: #5f6672;
	font-size: 13px;
	line-height: 1.4
}

.founder-points b {
	display: block;
	color: #5f43ef;
	font: 800 18px Manrope;
	margin-bottom: 5px
}

.about-approach {
	padding-top: 75px
}

footer .founder-credit {
	margin-top: 18px;
	color: #cfd3dc;
	font-size: 14px
}

footer .founder-credit a {
	display: inline;
	color: #fff;
	font-weight: 800
}

footer .founder-credit a:hover {
	color: #c8ff4d
}

@media(max-width:900px) {
	.founder-section {
		grid-template-columns: 1fr;
		gap: 38px
	}

	.founder-portrait {
		width: min(100%, 560px);
		justify-self: center
	}

	.founder-copy {
		max-width: 720px
	}

	.founder-points {
		grid-template-columns: repeat(3, 1fr)
	}
}

@media(max-width:600px) {
	.founder-section {
		padding-top: 35px;
		padding-bottom: 65px
	}

	.founder-portrait {
		border-radius: 18px
	}

	.founder-portrait figcaption {
		left: 12px;
		bottom: 12px;
		font-size: 10px
	}

	.founder-copy h2 {
		font-size: 42px
	}

	.founder-copy .founder-lead {
		font-size: 19px
	}

	.founder-points {
		grid-template-columns: 1fr
	}

	.founder-points span {
		min-height: 0
	}

	.about-approach {
		padding-top: 55px
	}
}

/* Logo customer lead form */
.logo-lead-section {
	display: grid;
	grid-template-columns: minmax(0, .78fr) minmax(0, 1.22fr);
	align-items: start;
	gap: 70px;
	padding-top: 75px;
	padding-bottom: 95px
}

.logo-lead-copy {
	padding-top: 20px
}

.logo-lead-copy>small {
	display: block;
	color: #7357ff;
	font-weight: 800;
	letter-spacing: .14em
}

.logo-lead-copy h2 {
	font-size: clamp(38px, 4.4vw, 58px);
	letter-spacing: -.045em;
	margin: 14px 0 22px
}

.logo-lead-copy p {
	color: #555e6d;
	font-size: 18px;
	line-height: 1.75
}

.logo-lead-copy ul {
	list-style: none;
	margin: 28px 0;
	padding: 0
}

.logo-lead-copy li {
	position: relative;
	padding: 14px 0 14px 34px;
	border-bottom: 1px solid var(--line);
	font-weight: 600;
	line-height: 1.55
}

.logo-lead-copy li:before {
	content: '✓';
	position: absolute;
	left: 0;
	color: #5f43ef;
	font-weight: 900
}

.logo-whatsapp-brief {
	display: inline-flex;
	margin-top: 10px;
	color: #168a43;
	font-weight: 800;
	line-height: 1.55
}

.logo-whatsapp-brief:hover {
	color: #5f43ef
}

.logo-quick-form {
	padding: 34px
}

.logo-quick-form label>span:not(.consent span) {
	color: #747b88;
	font-weight: 500;
	font-size: 12px
}

.logo-quick-form .message-field,
.logo-quick-form .consent {
	grid-column: 1/-1
}

.logo-quick-form button {
	grid-column: 1/-1;
	width: 100%;
	justify-content: center;
	font-size: 16px
}

.logo-quick-form .form-privacy {
	text-align: center
}

.logo-quick-form .form-alert {
	margin-bottom: 4px
}

@media(max-width:900px) {
	.logo-lead-section {
		grid-template-columns: 1fr;
		gap: 34px
	}

	.logo-lead-copy {
		padding-top: 0;
		max-width: 760px
	}

	.logo-quick-form {
		padding: 28px
	}
}

@media(max-width:600px) {
	.logo-lead-section {
		padding-top: 50px;
		padding-bottom: 65px
	}

	.logo-lead-copy h2 {
		font-size: 38px
	}

	.logo-lead-copy p {
		font-size: 17px
	}

	.logo-quick-form {
		padding: 22px
	}

	.logo-whatsapp-brief {
		width: 100%
	}
}

/* Animated official WhatsApp contact button */
.whatsapp {
	isolation: isolate;
	width: 62px;
	height: 62px;
	background: #25d366;
	border: 2px solid #fff;
	box-shadow: 0 14px 34px #075e5460;
	animation: whatsapp-float 2.6s ease-in-out infinite;
	transition: box-shadow .2s ease, transform .2s ease
}

.whatsapp:before {
	content: '';
	position: absolute;
	z-index: -1;
	inset: -7px;
	border: 2px solid #25d366;
	border-radius: 50%;
	pointer-events: none;
	animation: whatsapp-ring 2.4s ease-out infinite
}

.whatsapp svg {
	display: block;
	width: 34px;
	height: 34px;
	fill: #fff
}

.whatsapp:hover {
	animation: none;
	transform: translateY(-5px) scale(1.07);
	box-shadow: 0 18px 42px #075e5473
}

.whatsapp:focus-visible {
	animation: none;
	outline: 4px solid #7357ff;
	outline-offset: 4px
}

.whatsapp:hover:before,
.whatsapp:focus-visible:before {
	animation: none;
	opacity: 0
}

@keyframes whatsapp-float {

	0%,
	100% {
		transform: translateY(0) rotate(0)
	}

	45% {
		transform: translateY(-7px) rotate(-3deg)
	}

	55% {
		transform: translateY(-7px) rotate(3deg)
	}
}

@keyframes whatsapp-ring {
	0% {
		opacity: 0;
		transform: scale(.78)
	}

	28% {
		opacity: .55
	}

	100% {
		opacity: 0;
		transform: scale(1.35)
	}
}

@media(max-width:800px) {
	.whatsapp {
		right: 16px;
		bottom: 16px;
		width: 58px;
		height: 58px
	}

	.whatsapp svg {
		width: 31px;
		height: 31px
	}
}

@media(prefers-reduced-motion:reduce) {

	.whatsapp,
	.whatsapp:before {
		animation: none
	}

	.whatsapp:hover {
		transform: none
	}
}

/* Branded text selection */
::selection {
	background: #c20735;
	color: #fff
}

::-moz-selection {
	background: #c20735;
	color: #fff
}

/* Floating Instagram contact button */
.instagram-float {
	position: fixed;
	z-index: 9;
	right: 24px;
	bottom: 100px;
	width: 62px;
	height: 62px;
	border: 2px solid #fff;
	border-radius: 50%;
	display: grid;
	place-items: center;
	color: #fff;
	background: linear-gradient(135deg, #feda75 0%, #fa7e1e 22%, #d62976 48%, #962fbf 72%, #4f5bd5 100%);
	box-shadow: 0 14px 34px #6d245b55;
	animation: instagram-float 2.8s ease-in-out infinite .25s;
	transition: transform .2s ease, box-shadow .2s ease
}

.instagram-float svg {
	display: block;
	width: 33px;
	height: 33px;
	fill: none;
	stroke: currentColor;
	stroke-width: 2;
	stroke-linecap: round;
	stroke-linejoin: round
}

.instagram-float:hover {
	animation: none;
	transform: translateY(-5px) scale(1.07);
	box-shadow: 0 18px 42px #6d245b70
}

.instagram-float:focus-visible {
	animation: none;
	outline: 4px solid #7357ff;
	outline-offset: 4px
}

@keyframes instagram-float {

	0%,
	100% {
		transform: translateY(0)
	}

	50% {
		transform: translateY(-6px)
	}
}

@media(max-width:800px) {
	.instagram-float {
		right: 16px;
		bottom: 86px;
		width: 58px;
		height: 58px
	}

	.instagram-float svg {
		width: 31px;
		height: 31px
	}
}

@media(prefers-reduced-motion:reduce) {
	.instagram-float {
		animation: none
	}

	.instagram-float:hover {
		transform: none
	}
}

/* Long services menu */
@media(min-width:1051px) {
	.nav-dropdown-menu {
		max-height: calc(100vh - 96px);
		overflow-y: auto;
		overscroll-behavior: contain;
		scrollbar-gutter: stable
	}
}

/* First-visit brand preloader */
.site-preloader {
	position: fixed;
	z-index: 9999;
	inset: 0;
	display: grid;
	place-items: center;
	background: #f8f7f4;
	opacity: 1;
	visibility: visible;
	transition: opacity .3s ease, visibility .3s ease
}

.site-preloader img {
	display: block;
	width: min(64vw, 360px);
	height: auto;
	transform-origin: center;
	animation: site-preloader-logo .92s cubic-bezier(.2, .72, .2, 1) both
}

.site-preloader.is-hidden {
	opacity: 0;
	visibility: hidden;
	pointer-events: none
}

.preloader-seen .site-preloader {
	display: none
}

@keyframes site-preloader-logo {
	0% {
		opacity: 0;
		transform: scale(.14) rotate(-540deg)
	}

	72% {
		opacity: 1;
		transform: scale(1.08) rotate(12deg)
	}

	100% {
		opacity: 1;
		transform: scale(1) rotate(0)
	}
}

@media(max-width:600px) {
	.site-preloader img {
		width: min(72vw, 300px)
	}
}

@media(prefers-reduced-motion:reduce) {
	.site-preloader img {
		animation: site-preloader-fade .18s ease both
	}

	@keyframes site-preloader-fade {
		from {
			opacity: 0
		}

		to {
			opacity: 1
		}
	}
}
