
:root {
	--accent: #fa5738;
	--accent-dark: #e0442a;
	--black: #000;
	--dark: #191a1c;
	--text: #333;
	--muted: #777;
	--line: #e5e5e5;
	--light: #f3f3f3;
	--white: #fff;
	--radius: 3px;
	--header-h: 86px;
	--shadow: 0 10px 30px rgba(0, 0, 0, .08);
	--shadow-lg: 0 20px 50px rgba(0, 0, 0, .15);
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: calc(var(--header-h) + 20px); }
body { overflow-x: hidden; }
img { height: auto; display: block; }
::selection { background: var(--accent); color: #fff; }
:focus-visible { outline: 2px solid var(--accent); outline-offset: 2px; }

.screen-reader-text, .sr-only {
	position: absolute !important; width: 1px; height: 1px; overflow: hidden;
	clip: rect(0 0 0 0); white-space: nowrap; border: 0; margin: -1px; padding: 0;
}
.genesis-skip-link .screen-reader-shortcut:focus {
	position: fixed !important; top: 10px; left: 10px; width: auto; height: auto; clip: auto;
	background: #fff; color: #000; padding: 12px 20px; z-index: 100000; font-size: 14px;
}


/* ---------- Theme overrides: full-width content (no Genesis sidebars used) ---------- */
.content, main.content { float: none; width: auto; }
.site-container { overflow-x: clip; }

/* ---------- Simple Social Icons (from the archived plugin stylesheet) ---------- */
.simple-social-icons { overflow: hidden; }
.simple-social-icons ul { margin: 0; padding: 0; }
.simple-social-icons ul li { background: none !important; border: none !important; list-style-type: none !important; margin: 0 6px 12px !important; padding: 0 !important; }
.simple-social-icons ul li a { -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; display: inline-block; font-style: normal !important; font-variant: normal !important; font-weight: normal !important; height: 1em; line-height: 1em; text-align: center; text-decoration: none !important; text-transform: none !important; width: 1em; }
.simple-social-icons ul.aligncenter { text-align: center; }
.simple-social-icons ul.aligncenter li { display: inline-block; float: none; }

/* ---------- Preloader ---------- */
.preloader {
	position: fixed; inset: 0; background: #000; z-index: 99999;
	display: flex; align-items: center; justify-content: center;
	transition: opacity .5s ease, visibility .5s ease;
}
.preloader.is-hidden { opacity: 0; visibility: hidden; }
.preloader span {
	font-size: 28px; letter-spacing: 8px; color: #fff; font-weight: 300; text-transform: uppercase;
	animation: pulse 1.2s ease-in-out infinite;
}
.preloader span b { color: var(--accent); font-weight: 700; }
@keyframes pulse { 0%,100% { opacity: .35 } 50% { opacity: 1 } }

/* ---------- Scroll progress ---------- */
.scroll-progress {
	position: fixed; top: 0; left: 0; height: 3px; width: 0; background: var(--accent);
	z-index: 1001; transition: width .1s linear;
}

/* ---------- Header (keeps theme behaviour: transparent on hero, black + .light on scroll) ---------- */
.site-header { position: fixed !important; }
.site-header .wrap { display: flex; align-items: center; justify-content: space-between; padding: 0 30px; max-width: 1260px; }
.site-header .title-area { float: none; width: auto; padding: 22px 0; }
.site-header.light .title-area { padding: 14px 0; }
.front-page .site-header { border-bottom: 1px solid rgba(255,255,255,.15); padding-top: 10px; }
.front-page .site-header.light { border-bottom-color: transparent; padding-top: 0; }
.site-header.light { box-shadow: 0 4px 20px rgba(0,0,0,.35); }

.site-title { margin: 0; }
.site-title a.logo {
	display: inline-flex; align-items: baseline; gap: 2px;
	font-size: 28px; font-weight: 300; letter-spacing: 6px; text-transform: uppercase; color: #fff;
	text-indent: 0; height: auto; background: none !important;
}
.site-title a.logo strong { font-weight: 700; }
.site-title a.logo .dot { color: var(--accent); font-weight: 700; transition: transform .4s ease; display: inline-block; }
.site-title a.logo:hover .dot { transform: translateY(-4px) scale(1.2); }
.site-title a.logo small {
	display: block; font-size: 9px; letter-spacing: 3px; color: #aaa; margin-left: 12px; font-weight: 400;
}

.nav-primary { float: none; }
.nav-primary .wrap { padding: 0; display: block; }
.genesis-nav-menu { display: flex; align-items: center; gap: 2px; }
.genesis-nav-menu .menu-item { position: relative!important; }
.genesis-nav-menu a { padding: 18px 14px; position: relative; }
.genesis-nav-menu > .menu-item > a::after {
	content: ""; position: absolute; left: 14px; right: 14px; bottom: 10px; height: 1px;
	background: var(--accent); transform: scaleX(0); transform-origin: left; transition: transform .35s ease;
}
.genesis-nav-menu > .menu-item > a:hover::after,
.genesis-nav-menu > .current-menu-item > a::after { transform: scaleX(1); }
.genesis-nav-menu .current-menu-item > a { color: var(--accent); }
.genesis-nav-menu .menu-cta > a {
	background: var(--accent); color: #fff !important; border-radius: var(--radius);
	padding: 12px 22px; margin-left: 12px; font-weight: 400;
}
.genesis-nav-menu .menu-cta > a::after { display: none; }
.genesis-nav-menu .menu-cta > a:hover { background: #fff; color: #000 !important; }

.genesis-nav-menu .menu-item-has-children > a .fa { font-size: 10px; margin-left: 6px; transition: transform .3s; }
.genesis-nav-menu .menu-item-has-children:hover > a .fa { transform: rotate(180deg); }
.genesis-nav-menu .sub-menu {
	position: absolute; left: 0; top: 100%; min-width: 280px; background: #000;
	border-top: 2px solid var(--accent); padding: 8px 0; z-index: 99;
	opacity: 0; visibility: hidden; transform: translateY(10px);
	transition: opacity .3s ease, transform .3s ease, visibility .3s;
	box-shadow: var(--shadow-lg);
}
.genesis-nav-menu .menu-item:hover > .sub-menu,
.genesis-nav-menu .menu-item:focus-within > .sub-menu { left: 0; opacity: 1; visibility: visible; transform: translateY(0); }
.genesis-nav-menu .sub-menu a {
	padding: 12px 20px; font-size: 12px; letter-spacing: 1px; border: 0; width: 100%;
	display: flex; gap: 12px; align-items: center; color: #ddd; background: none;
}
.genesis-nav-menu .sub-menu a .fa { color: var(--accent); width: 16px; text-align: center; }
.genesis-nav-menu .sub-menu a:hover { color: #fff; background: rgba(255,255,255,.06); padding-left: 26px; }

.menu-toggle {
	display: none; background: none !important; border: 1px solid rgba(255,255,255,.3);
	width: 46px; height: 42px; padding: 0; border-radius: var(--radius); position: relative;
}
.menu-toggle span, .menu-toggle span::before, .menu-toggle span::after {
	position: absolute; left: 11px; width: 22px; height: 2px; background: #fff; content: "";
	transition: transform .3s ease, top .3s ease, opacity .3s ease;
}
.menu-toggle span { top: 19px; }
.menu-toggle span::before { top: -7px; left: 0; }
.menu-toggle span::after { top: 7px; left: 0; }
.menu-toggle[aria-expanded="true"] span { background: transparent; }
.menu-toggle[aria-expanded="true"] span::before { top: 0; transform: rotate(45deg); }
.menu-toggle[aria-expanded="true"] span::after { top: 0; transform: rotate(-45deg); }

/* ---------- Buttons ---------- */
.button, a.button { display: inline-flex; align-items: center; gap: 10px; line-height: 1.4; padding: 14px 32px; position: relative; overflow: hidden; }
.button .fa { transition: transform .3s ease; }
.button:hover .fa-long-arrow-right, .button:hover .fa-arrow-right { transform: translateX(5px); }
a.button.white-clear, .button.white-clear { background: transparent; border: 1px solid #fff; color: #fff; }
a.button.white-clear:hover { background: #fff; color: #000; }
a.button.black, .button.black { background: #000; color: #fff; }
a.button.black:hover { background: var(--accent); color: #fff; }
.button.outline { background: transparent; color: var(--accent); border: 1px solid var(--accent); }
.button.outline:hover { background: var(--accent); color: #fff; }
.button.small { padding: 8px 18px; font-size: 12px; }
.button[disabled] { opacity: .6; pointer-events: none; }
.button .spinner {
	width: 16px; height: 16px; border: 2px solid rgba(255,255,255,.4); border-top-color: #fff;
	border-radius: 50%; animation: spin .8s linear infinite; display: none;
}
.button.is-loading .spinner { display: inline-block; }
@keyframes spin { to { transform: rotate(360deg); } }
.btn-row { display: flex; flex-wrap: wrap; gap: 16px; justify-content: center; }

/* ---------- Hero (front-page-1 from theme) ---------- */
.front-page-1 {
	max-height: none; min-height: 640px; height: 100vh; position: relative;
	background-color: #000; background-position: 50% 50%;
}
.front-page-1::before {
	content: ""; position: absolute; inset: 0;
	background: linear-gradient(180deg, rgba(0,0,0,.75) 0%, rgba(0,0,0,.55) 50%, rgba(0,0,0,.85) 100%);
}
.front-page-1 .image-section { height: 100%; position: relative; z-index: 2; }
.front-page-1 .widget-area { padding: 120px 20px 170px; }
.hero-kicker {
	display: inline-block; font-size: 13px; letter-spacing: 4px; text-transform: uppercase;
	border: 1px solid rgba(255,255,255,.35); padding: 8px 18px; margin-bottom: 30px; border-radius: 30px;
}
.hero-kicker .pulse-dot {
	display: inline-block; width: 8px; height: 8px; border-radius: 50%; background: var(--accent);
	margin-right: 10px; box-shadow: 0 0 0 0 rgba(250,87,56,.7); animation: ring 1.8s infinite;
}
@keyframes ring { 0% { box-shadow: 0 0 0 0 rgba(250,87,56,.7) } 70% { box-shadow: 0 0 0 12px rgba(250,87,56,0) } 100% { box-shadow: 0 0 0 0 rgba(250,87,56,0) } }
.front-page-1 h1 { font-size: 64px; font-weight: 300; line-height: 1.12; margin-bottom: 24px; color: #fff; }
.front-page-1 h1 strong { font-weight: 700; }
.typed-word { color: var(--accent); font-weight: 600; border-right: 3px solid var(--accent); padding-right: 4px; white-space: nowrap; }
.front-page-1 .hero-lead { font-size: 21px; max-width: 760px; margin: 0 auto 40px; color: #e5e5e5; }
.scroll-down {
	position: absolute; bottom: 180px; left: 50%; transform: translateX(-50%); z-index: 3;
	width: 28px; height: 46px; border: 2px solid rgba(255,255,255,.6); border-radius: 20px; display: none;
}
.scroll-down::after {
	content: ""; position: absolute; top: 8px; left: 50%; width: 4px; height: 8px; margin-left: -2px;
	background: #fff; border-radius: 2px; animation: wheel 1.6s infinite;
}
@keyframes wheel { 0% { opacity: 1; transform: translateY(0) } 100% { opacity: 0; transform: translateY(14px) } }

/* Orange intro box — front-page-2 from theme */
.front-page-2 { max-width: 1000px; width: auto; margin-top: -140px; box-shadow: var(--shadow-lg); z-index: 20; }
.front-page-2 .image-section { padding: 60px 0 30px; display: block; }
.front-page-2 .intro-text { font-size: 19px; line-height: 1.75; margin-bottom: 20px; }
.front-page-2 h2 { font-size: 30px; font-weight: 400; text-transform: uppercase; letter-spacing: 2px; margin-bottom: 20px; }
.front-page-2 .widget-title { font-size: 18px; text-transform: uppercase; letter-spacing: 3px; font-weight: 600; margin: 20px 0 16px; }
.simple-social-icons ul li a {
	background-color: #000 !important; border-radius: 4px; color: #fff !important;
	border: 2px solid #fff !important; font-size: 20px; padding: 10px;
}
.simple-social-icons ul li a:hover { background-color: #222 !important; transform: translateY(-4px); }
.simple-social-icons ul li a .fa { line-height: 1em; }

/* ---------- Generic sections ---------- */
.section { padding: 110px 0; position: relative; }
.section .wrap { padding: 0 30px; }
.section-light { background: var(--light) url(../img/bg-12.jpg) center/cover no-repeat; }
.section-dark { background: var(--dark) url(../img/bg-11.jpg) center/cover no-repeat; color: #fff; }
.section-accent { background: var(--accent) url(../img/bg-9.jpg) center/cover no-repeat; color: #fff; }
.section-dark a:not(.button), .section-accent a:not(.button) { color: #fff; }
.section-head { text-align: center; max-width: 760px; margin: 0 auto 60px; }
.eyebrow {
	display: inline-block; font-size: 13px; letter-spacing: 4px; text-transform: uppercase;
	color: var(--accent); font-weight: 600; margin-bottom: 14px;
}
.section-dark .eyebrow, .section-accent .eyebrow { color: #fff; opacity: .8; }
.section-head h2 { font-size: 44px; font-weight: 300; margin-bottom: 18px; }
.section-head h2 strong { font-weight: 700; }
.section-head p { color: var(--muted); font-size: 18px; margin: 0; }
.section-dark .section-head p, .section-accent .section-head p { color: rgba(255,255,255,.8); }
.divider { width: 60px; height: 2px; background: var(--accent); margin: 0 auto 24px; }
.section-accent .divider { background: #fff; }

.grid { display: grid; gap: 30px; }
.grid-2 { grid-template-columns: repeat(2, 1fr); }
.grid-3 { grid-template-columns: repeat(3, 1fr); }
.grid-4 { grid-template-columns: repeat(4, 1fr); }

/* ---------- Service cards ---------- */
.service-card {
	background: #fff; border: 1px solid var(--line); padding: 44px 34px; position: relative;
	transition: transform .4s ease, box-shadow .4s ease, border-color .4s ease; overflow: hidden;
	display: flex; flex-direction: column; font-size: 16px;
}
.service-card::before {
	content: ""; position: absolute; left: 0; top: 0; width: 100%; height: 3px; background: var(--accent);
	transform: scaleX(0); transform-origin: left; transition: transform .45s ease;
}
.service-card:hover { transform: translateY(-8px); box-shadow: var(--shadow-lg); border-color: transparent; }
.service-card:hover::before { transform: scaleX(1); }
.service-card .icon {
	width: 70px; height: 70px; border-radius: 50%; background: rgba(250,87,56,.1); color: var(--accent);
	display: flex; align-items: center; justify-content: center; font-size: 28px; margin-bottom: 26px;
	transition: background .4s, color .4s, transform .6s;
}
.service-card:hover .icon { background: var(--accent); color: #fff; transform: rotateY(360deg); }
.service-card h3 { font-size: 22px; font-weight: 600; margin-bottom: 14px; }
.service-card h3 a { color: #000; }
.service-card h3 a:hover { color: var(--accent); }
.service-card p { color: #666; margin-bottom: 18px; }
.service-card ul { margin: 0 0 24px; }
.service-card li { padding: 4px 0 4px 24px; position: relative; color: #555; font-size: 15px; }
.service-card li::before { content: "\f00c"; font-family: FontAwesome; position: absolute; left: 0; color: var(--accent); font-size: 12px; top: 7px; }
.service-card .more { margin-top: auto; font-size: 13px; letter-spacing: 2px; text-transform: uppercase; font-weight: 600; }
.service-card .more .fa { transition: transform .3s; margin-left: 6px; }
.service-card:hover .more .fa { transform: translateX(6px); }
.service-card .num { position: absolute; right: 24px; top: 18px; font-size: 54px; font-weight: 700; color: rgba(0,0,0,.04); line-height: 1; }
.service-card.cta-card { background: #000; color: #fff; border-color: #000; justify-content: center; text-align: center; }
.service-card.cta-card h3 { color: #fff; }
.service-card.cta-card p { color: #bbb; }

/* ---------- Stats ---------- */
.stat { text-align: center; padding: 20px; }
.stat .num { font-size: 56px; font-weight: 700; line-height: 1; color: #fff; display: block; margin-bottom: 12px; }
.stat .num sup { font-size: 26px; color: var(--accent); top: -.8em; }
.stat .label { font-size: 13px; letter-spacing: 3px; text-transform: uppercase; color: #bbb; }

/* ---------- Process ---------- */
.process { counter-reset: step; }
.process-item { position: relative; text-align: center; padding: 0 10px; }
.process-item .p-img {
	width: 150px; height: 150px; margin: 0 auto 26px; border-radius: 50%; overflow: hidden; position: relative;
	border: 4px solid #fff; box-shadow: var(--shadow);
}
.process-item .p-img img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s ease; filter: grayscale(40%); }
.process-item:hover .p-img img { transform: scale(1.12); filter: grayscale(0); }
.process-item .p-num {
	position: absolute; top: 0; left: calc(50% + 45px); width: 40px; height: 40px; border-radius: 50%;
	background: var(--accent); color: #fff; font-weight: 700; font-size: 15px; display: flex; align-items: center; justify-content: center; z-index: 2;
}
.process-item h3 { font-size: 20px; font-weight: 600; margin-bottom: 10px; }
.process-item p { font-size: 16px; color: #666; margin: 0; }

/* ---------- Health check widget ---------- */
.health-check { display: grid; grid-template-columns: 1.3fr 1fr; gap: 50px; align-items: center; }
.hc-list { display: grid; gap: 12px; }
.hc-item {
	display: flex; align-items: center; gap: 14px; background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.12);
	padding: 14px 18px; cursor: pointer; border-radius: var(--radius); transition: background .3s, border-color .3s; font-size: 16px;
}
.hc-item:hover { background: rgba(255,255,255,.1); }
.hc-item input { position: absolute; opacity: 0; pointer-events: none; }
.hc-item .box {
	flex: 0 0 22px; height: 22px; border: 2px solid rgba(255,255,255,.5); border-radius: 3px;
	display: flex; align-items: center; justify-content: center; transition: all .25s;
}
.hc-item .box::after { content: "\f00c"; font-family: FontAwesome; font-size: 12px; color: #fff; transform: scale(0); transition: transform .25s; }
.hc-item input:checked + .box { background: var(--accent); border-color: var(--accent); }
.hc-item input:checked + .box::after { transform: scale(1); }
.hc-item input:focus-visible + .box { outline: 2px solid #fff; outline-offset: 2px; }
.hc-result { text-align: center; }
.score-ring { width: 220px; height: 220px; margin: 0 auto 24px; position: relative; }
.score-ring svg { transform: rotate(-90deg); width: 100%; height: 100%; }
.score-ring circle { fill: none; stroke-width: 12; }
.score-ring .bg { stroke: rgba(255,255,255,.12); }
.score-ring .fg { stroke: var(--accent); stroke-linecap: round; transition: stroke-dashoffset .8s cubic-bezier(.4,0,.2,1), stroke .4s; }
.score-ring .val { position: absolute; inset: 0; display: flex; flex-direction: column; align-items: center; justify-content: center; }
.score-ring .val b { font-size: 54px; font-weight: 700; line-height: 1; }
.score-ring .val small { font-size: 12px; letter-spacing: 3px; text-transform: uppercase; color: #bbb; margin-top: 6px; }
.hc-verdict { font-size: 18px; min-height: 90px; }
.hc-verdict a { text-decoration: underline; }

/* ---------- Post cards ---------- */
.post-card {
	background: #fff; display: flex; flex-direction: column; height: 100%; overflow: hidden;
	border: 1px solid var(--line); transition: transform .4s ease, box-shadow .4s ease; font-size: 16px;
}
.post-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-lg); }
.post-card .thumb { position: relative; overflow: hidden; aspect-ratio: 16/10; background: #111; display: block; }
.post-card .thumb img { width: 100%; height: 100%; object-fit: cover; transition: transform .8s ease, opacity .4s; }
.post-card:hover .thumb img { transform: scale(1.08); opacity: .85; }
.post-card .cat {
	position: absolute; left: 18px; top: 18px; background: var(--accent); color: #fff; font-size: 11px;
	letter-spacing: 2px; text-transform: uppercase; padding: 5px 12px; border-radius: 2px; font-weight: 600;
}
.post-card .body { padding: 28px 28px 30px; display: flex; flex-direction: column; flex: 1; }
.post-card .meta { font-size: 12px; letter-spacing: 1px; text-transform: uppercase; color: #999; margin-bottom: 12px; display: flex; gap: 16px; flex-wrap: wrap; }
.post-card .meta .fa { color: var(--accent); margin-right: 5px; }
.post-card h3 { font-size: 21px; font-weight: 600; line-height: 1.35; margin-bottom: 12px; }
.post-card h3 a { color: #000; }
.post-card h3 a:hover { color: var(--accent); }
.post-card p { color: #666; margin-bottom: 20px; }
.post-card .more { margin-top: auto; font-size: 13px; letter-spacing: 2px; text-transform: uppercase; font-weight: 600; }

.swiper.posts-slider { padding: 10px 4px 60px; }
.swiper.posts-slider .swiper-slide { height: auto; }
.swiper-pagination-bullet-active { background: var(--accent) !important; }
.slider-nav { display: flex; gap: 10px; justify-content: center; margin-top: 10px; }
.slider-nav button { width: 48px; height: 48px; padding: 0; border-radius: 50%; background: #000; }
.slider-nav button:hover { background: var(--accent); }

/* ---------- Blog filters ---------- */
.blog-toolbar { display: flex; flex-wrap: wrap; gap: 20px; justify-content: space-between; align-items: center; margin-bottom: 40px; }
.filter-btns { display: flex; flex-wrap: wrap; gap: 8px; }
.filter-btns button {
	background: #fff; color: #333; border: 1px solid var(--line); font-size: 12px; padding: 9px 18px;
}
.filter-btns button:hover { border-color: var(--accent); color: var(--accent); background: #fff; }
.filter-btns button.is-active { background: var(--accent); color: #fff; border-color: var(--accent); }
.search-box { position: relative; min-width: 280px; }
.search-box input { width: 100%; padding: 12px 44px 12px 16px; border: 1px solid var(--line); font-size: 15px; font-family: inherit; }
.search-box .fa { position: absolute; right: 16px; top: 50%; transform: translateY(-50%); color: #999; }
.post-grid .post-item { transition: opacity .35s ease, transform .35s ease; }
.post-grid .post-item.is-hidden { display: none; }
.no-results { text-align: center; padding: 40px; color: #888; display: none; }

/* ---------- FAQ accordion ---------- */
.faq-list { max-width: 900px; margin: 0 auto; }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary {
	cursor: pointer; list-style: none; padding: 24px 50px 24px 0; font-size: 19px; font-weight: 600; position: relative; color: #111;
	transition: color .3s;
}
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after {
	content: "+"; position: absolute; right: 6px; top: 50%; transform: translateY(-50%); width: 32px; height: 32px;
	border-radius: 50%; border: 1px solid var(--line); display: flex; align-items: center; justify-content: center;
	font-weight: 300; font-size: 22px; transition: transform .35s ease, background .35s, color .35s;
}
.faq-list details[open] summary { color: var(--accent); }
.faq-list details[open] summary::after { transform: translateY(-50%) rotate(45deg); background: var(--accent); color: #fff; border-color: var(--accent); }
.faq-list .answer { padding: 0 0 24px; color: #555; font-size: 17px; overflow: hidden; }
.faq-list .answer p { margin: 0; }
.section-dark .faq-list summary { color: #fff; }
.section-dark .faq-list .answer { color: #ccc; }

/* ---------- CTA band ---------- */
.cta-band { text-align: center; padding: 90px 0; }
.cta-band h2 { font-size: 42px; font-weight: 300; margin-bottom: 16px; }
.cta-band h2 strong { font-weight: 700; }
.cta-band p { font-size: 19px; opacity: .9; margin-bottom: 34px; }
.cta-band a.button.white { background: #fff; color: #000; }
.cta-band a.button.white:hover { background: #000; color: #fff; }

/* ---------- Inner page hero ---------- */
.page-hero {
	position: relative; padding: calc(var(--header-h) + 90px) 0 90px; color: #fff; text-align: center;
	background: #000 center/cover no-repeat; overflow: hidden;
}
.page-hero::before { content: ""; position: absolute; inset: 0; background: linear-gradient(135deg, rgba(0,0,0,.85), rgba(0,0,0,.55)); }
.page-hero.accent::before { background: linear-gradient(135deg, rgba(250,87,56,.92), rgba(0,0,0,.7)); }
.page-hero .wrap { position: relative; z-index: 2; padding: 0 30px; max-width: 980px; }
.page-hero h1 { font-size: 50px; font-weight: 300; line-height: 1.2; margin-bottom: 18px; }
.page-hero .lead { font-size: 19px; color: #ddd; max-width: 760px; margin: 0 auto 10px; }
.page-hero .post-meta { display: flex; flex-wrap: wrap; justify-content: center; gap: 20px; font-size: 13px; letter-spacing: 1px; text-transform: uppercase; color: #ccc; margin-top: 20px; }
.page-hero .post-meta .fa { color: var(--accent); margin-right: 6px; }
.page-hero .cat-badge { display: inline-block; background: var(--accent); color: #fff; font-size: 11px; letter-spacing: 2px; padding: 5px 14px; text-transform: uppercase; margin-bottom: 20px; font-weight: 600; }
.breadcrumbs { font-size: 12px; letter-spacing: 2px; text-transform: uppercase; margin-bottom: 22px; color: #bbb; }
.breadcrumbs ol { display: flex; justify-content: center; flex-wrap: wrap; gap: 8px; }
.breadcrumbs li + li::before { content: "/"; margin-right: 8px; color: var(--accent); }
.breadcrumbs a { color: #fff; }
.breadcrumbs a:hover { color: var(--accent); }

/* ---------- Inner layout ---------- */
body.inner .site-inner { margin-top: 0; padding: 80px 30px; max-width: 1200px; }
.layout-sidebar { display: grid; grid-template-columns: minmax(0, 1fr) 320px; gap: 60px; align-items: start; }
.layout-narrow { max-width: 860px; margin: 0 auto; }
.sidebar-sticky { position: sticky; top: calc(var(--header-h) + 20px); display: grid; gap: 30px; }
.widget-box { border: 1px solid var(--line); padding: 28px; font-size: 16px; background: #fff; }
.widget-box h4 { font-size: 13px; letter-spacing: 3px; text-transform: uppercase; font-weight: 700; margin-bottom: 18px; padding-bottom: 12px; border-bottom: 2px solid var(--accent); display: inline-block; }
.widget-box.dark { background: #000; color: #fff; border-color: #000; }
.widget-box.dark p { color: #bbb; }
.widget-box.accent { background: var(--accent); color: #fff; border-color: var(--accent); }
.widget-box.accent h4 { border-color: #fff; }
.widget-box ul li { padding: 8px 0; border-bottom: 1px dashed var(--line); }
.widget-box ul li:last-child { border: 0; }
.widget-box ul li a { color: #333; display: flex; gap: 10px; }
.widget-box ul li a:hover { color: var(--accent); }
.widget-box ul li a .fa { color: var(--accent); margin-top: 5px; }

/* TOC */
.toc ol { counter-reset: toc; }
.toc li { counter-increment: toc; border: 0 !important; padding: 5px 0 !important; }
.toc a { color: #555 !important; font-size: 14px; line-height: 1.45; display: flex !important; gap: 10px; border-left: 2px solid transparent; padding-left: 10px; margin-left: -12px; }
.toc a::before { content: counter(toc, decimal-leading-zero); color: #bbb; font-weight: 600; font-size: 12px; margin-top: 2px; }
.toc a.is-active { color: var(--accent) !important; border-left-color: var(--accent); }

/* ---------- Article typography ---------- */
.entry-content { font-size: 18px; line-height: 1.8; color: #333; }
.entry-content > p:first-of-type { font-size: 20px; color: #222; }
.entry-content h2 { font-size: 32px; font-weight: 600; margin: 56px 0 20px; color: #000; line-height: 1.25; position: relative; }
.entry-content h2::before { content: ""; display: block; width: 40px; height: 3px; background: var(--accent); margin-bottom: 16px; }
.entry-content h3 { font-size: 23px; font-weight: 600; margin: 36px 0 14px; color: #111; }
.entry-content h4 { font-size: 19px; font-weight: 600; margin: 26px 0 10px; }
.entry-content p { margin-bottom: 24px; }
.entry-content ul, .entry-content ol { margin: 0 0 28px 0; }
.entry-content ul > li { list-style: none; position: relative; padding-left: 26px; margin-bottom: 10px; }
.entry-content ul > li::before { content: ""; position: absolute; left: 4px; top: 12px; width: 8px; height: 8px; background: var(--accent); border-radius: 50%; }
.entry-content ol { counter-reset: ol; }
.entry-content ol > li { list-style: none; position: relative; padding-left: 40px; margin-bottom: 12px; counter-increment: ol; }
.entry-content ol > li::before {
	content: counter(ol); position: absolute; left: 0; top: 2px; width: 26px; height: 26px; border-radius: 50%;
	background: #000; color: #fff; font-size: 13px; font-weight: 700; display: flex; align-items: center; justify-content: center;
}
.entry-content a { color: var(--accent); border-bottom: 1px solid rgba(250,87,56,.35); }
.entry-content a:hover { color: #000; border-bottom-color: #000; }
.entry-content strong { color: #111; }
.entry-content blockquote { margin: 34px 0; padding: 24px 30px; border-left: 4px solid var(--accent); background: var(--light); font-size: 20px; font-style: italic; }
.entry-content blockquote p:last-child { margin: 0; }
.entry-content code { background: #f4f4f4; padding: 2px 6px; border-radius: 3px; font-size: .88em; font-family: Consolas, Monaco, monospace; color: #c7254e; }
.entry-content pre { background: #111; color: #eee; padding: 22px 24px; border-radius: 4px; overflow-x: auto; font-size: 14px; line-height: 1.6; margin: 0 0 28px; position: relative; }
.entry-content pre code { background: none; color: inherit; padding: 0; font-size: inherit; }
.copy-code { position: absolute; top: 8px; right: 8px; font-size: 11px; padding: 5px 10px; background: rgba(255,255,255,.12); }
.copy-code:hover { background: var(--accent); }

.callout { background: #fff6f3; border-left: 4px solid var(--accent); padding: 22px 26px; margin: 32px 0; border-radius: 0 4px 4px 0; position: relative; }
.callout::before { content: "\f0eb"; font-family: FontAwesome; position: absolute; right: 20px; top: 16px; font-size: 26px; color: rgba(250,87,56,.25); }
.callout p:last-child { margin: 0; }
.callout-warning { background: #fff9e6; border-left-color: #e8a400; }
.callout-warning::before { content: "\f071"; color: rgba(232,164,0,.3); }
.key-takeaways { background: #000; color: #eee; padding: 34px 36px; margin: 36px 0 44px; border-radius: 4px; position: relative; overflow: hidden; }
.key-takeaways::after { content: "\f0e7"; font-family: FontAwesome; position: absolute; right: -10px; bottom: -30px; font-size: 160px; color: rgba(255,255,255,.04); }
.key-takeaways h3 { color: #fff; margin: 0 0 18px; font-size: 20px; text-transform: uppercase; letter-spacing: 3px; }
.key-takeaways h3::before { content: "\f0e7"; font-family: FontAwesome; color: var(--accent); margin-right: 12px; }
.key-takeaways ul { margin: 0; }
.key-takeaways li { color: #ddd; font-size: 17px; }
.key-takeaways strong { color: #fff; }

.table-wrap { overflow-x: auto; margin: 0 0 32px; border: 1px solid var(--line); border-radius: 4px; }
.data-table { width: 100%; border-collapse: collapse; font-size: 15px; line-height: 1.55; min-width: 560px; }
.data-table th { background: #000; color: #fff; text-align: left; font-weight: 600; padding: 14px 16px; font-size: 13px; letter-spacing: 1px; text-transform: uppercase; }
.data-table td { padding: 14px 16px; border-top: 1px solid var(--line); vertical-align: top; }
.data-table tbody tr:nth-child(even) td { background: #fafafa; }
.data-table tbody tr:hover td { background: #fff6f3; }

.entry-content ul.checklist > li { padding-left: 36px; }
.entry-content ul.checklist > li::before {
	content: "\f00c"; font-family: FontAwesome; width: 22px; height: 22px; border-radius: 50%; background: var(--accent);
	color: #fff; font-size: 11px; display: flex; align-items: center; justify-content: center; top: 4px; left: 0;
}
.entry-content ol.process-steps { display: grid; gap: 18px; }
.entry-content ol.process-steps > li { padding: 24px 24px 24px 84px; border: 1px solid var(--line); margin: 0; background: #fff; transition: box-shadow .3s, transform .3s; }
.entry-content ol.process-steps > li:hover { box-shadow: var(--shadow); transform: translateX(6px); }
.entry-content ol.process-steps > li::before { left: 22px; top: 24px; width: 44px; height: 44px; font-size: 18px; background: var(--accent); }
.entry-content ol.process-steps h4 { margin: 0 0 6px; }
.entry-content ol.process-steps p { margin: 0; font-size: 16px; color: #555; }

.values-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; margin: 30px 0 40px; }
.value-card { border: 1px solid var(--line); padding: 28px; border-top: 3px solid var(--accent); transition: transform .3s, box-shadow .3s; }
.value-card:hover { transform: translateY(-5px); box-shadow: var(--shadow); }
.value-card h3 { margin-top: 0 !important; font-size: 20px !important; }
.value-card p { margin: 0; font-size: 16px; color: #555; }
.policy-updated { background: var(--light); padding: 12px 18px; font-size: 15px !important; border-left: 3px solid var(--accent); }

.featured-img { margin: 0 0 40px; border-radius: 4px; overflow: hidden; box-shadow: var(--shadow); }
.featured-img img { width: 100%; }
.featured-img figcaption { font-size: 13px; color: #999; padding: 10px 14px; background: #fafafa; }

.author-box { display: flex; gap: 24px; align-items: center; background: var(--light); padding: 30px; margin: 50px 0 30px; border-radius: 4px; }
.author-box .avatar-mark {
	flex: 0 0 80px; height: 80px; border-radius: 50%; background: #000; color: #fff; display: flex; align-items: center; justify-content: center;
	font-size: 30px; font-weight: 700;
}
.author-box .avatar-mark span { color: var(--accent); }
.author-box h4 { margin: 0 0 6px; font-weight: 700; }
.author-box p { margin: 0; font-size: 15px; color: #555; }

.share-bar { display: flex; flex-wrap: wrap; align-items: center; gap: 10px; margin: 30px 0; padding: 20px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); font-size: 14px; }
.share-bar span { text-transform: uppercase; letter-spacing: 2px; font-weight: 600; font-size: 12px; margin-right: 6px; }
.share-bar a, .share-bar button {
	width: 40px; height: 40px; padding: 0; border-radius: 50%; display: inline-flex; align-items: center; justify-content: center;
	background: #000; color: #fff !important; border: 0 !important; font-size: 16px; letter-spacing: 0;
}
.share-bar a:hover, .share-bar button:hover { background: var(--accent); transform: translateY(-3px); }
.toast {
	position: fixed; left: 50%; bottom: 30px; transform: translate(-50%, 120px); background: #000; color: #fff; padding: 14px 24px;
	font-size: 14px; border-radius: 3px; z-index: 10000; transition: transform .4s ease; border-left: 3px solid var(--accent);
}
.toast.is-visible { transform: translate(-50%, 0); }

.post-nav { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; margin: 40px 0; }
.post-nav a { border: 1px solid var(--line); padding: 22px; display: block; color: #000; font-weight: 600; font-size: 16px; transition: all .3s; }
.post-nav a small { display: block; font-weight: 400; font-size: 11px; letter-spacing: 2px; text-transform: uppercase; color: var(--accent); margin-bottom: 6px; }
.post-nav a:hover { border-color: var(--accent); box-shadow: var(--shadow); }
.post-nav .next { text-align: right; }

.reading-progress { position: fixed; top: 0; left: 0; height: 4px; background: var(--accent); width: 0; z-index: 1002; }

/* ---------- Service page ---------- */
.service-hero-meta { display: flex; justify-content: center; gap: 12px; flex-wrap: wrap; margin-top: 26px; }
.service-hero-meta span { background: rgba(255,255,255,.1); border: 1px solid rgba(255,255,255,.2); padding: 6px 14px; font-size: 13px; border-radius: 30px; }
.service-hero-meta .fa { color: var(--accent); margin-right: 6px; }
.other-services a { font-size: 15px; }

/* ---------- Tools ---------- */
.tool-tabs { display: flex; flex-wrap: wrap; gap: 8px; justify-content: center; margin-bottom: 40px; }
.tool-tabs button { background: #fff; color: #333; border: 1px solid var(--line); padding: 14px 24px; font-size: 13px; }
.tool-tabs button .fa { margin-right: 8px; color: var(--accent); }
.tool-tabs button.is-active, .tool-tabs button:hover { background: #000; color: #fff; border-color: #000; }
.tool-panel { display: none; animation: fadeInUp .5s ease both; }
.tool-panel.is-active { display: block; }
.tool-card { background: #fff; border: 1px solid var(--line); padding: 40px; box-shadow: var(--shadow); font-size: 16px; }
.tool-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; }
.field { margin-bottom: 22px; position: relative; }
.field label { display: block; font-size: 13px; letter-spacing: 1px; text-transform: uppercase; font-weight: 600; margin-bottom: 8px; color: #222; }
.field label .req { color: var(--accent); }
.field input[type=text], .field input[type=email], .field input[type=tel], .field input[type=url], .field input[type=number], .field select, .field textarea {
	width: 100%; padding: 14px 16px; border: 1px solid #ddd; border-radius: var(--radius); font-family: inherit; font-size: 16px; font-weight: 400;
	background: #fff; color: #222; transition: border-color .3s, box-shadow .3s;
}
.field textarea { min-height: 150px; resize: vertical; }
.field input:focus, .field select:focus, .field textarea:focus { border-color: var(--accent); box-shadow: 0 0 0 3px rgba(250,87,56,.15); outline: none; }
.field.has-error input, .field.has-error select, .field.has-error textarea { border-color: #d93025; box-shadow: 0 0 0 3px rgba(217,48,37,.1); }
.field.is-valid input, .field.is-valid select, .field.is-valid textarea { border-color: #2e9d57; }
.field .error-msg { color: #d93025; font-size: 13px; margin-top: 6px; display: none; }
.field.has-error .error-msg { display: block; animation: shake .35s; }
@keyframes shake { 0%,100% { transform: translateX(0) } 25% { transform: translateX(-5px) } 75% { transform: translateX(5px) } }
.field .hint { font-size: 12px; color: #999; margin-top: 6px; display: flex; justify-content: space-between; }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.check-field { display: flex; gap: 12px; align-items: flex-start; font-size: 14px; color: #555; cursor: pointer; }
.check-field input { margin-top: 4px; width: 18px; height: 18px; accent-color: var(--accent); flex: 0 0 18px; }
.hp-field { position: absolute !important; left: -9999px !important; }
.range-out { float: right; color: var(--accent); font-weight: 700; text-transform: none; letter-spacing: 0; }
input[type=range] { width: 100%; accent-color: var(--accent); }

.serp-preview { background: #fff; border: 1px solid #dfe1e5; border-radius: 8px; padding: 22px; font-family: Arial, sans-serif; }
.serp-preview .s-url { font-size: 14px; color: #202124; margin-bottom: 4px; display: flex; gap: 8px; align-items: center; }
.serp-preview .s-url i { width: 26px; height: 26px; border-radius: 50%; background: #f1f3f4; display: inline-flex; align-items: center; justify-content: center; font-style: normal; font-size: 12px; color: var(--accent); font-weight: 700; }
.serp-preview .s-title { font-size: 20px; color: #1a0dab; line-height: 1.3; margin-bottom: 4px; }
.serp-preview .s-desc { font-size: 14px; color: #4d5156; line-height: 1.58; }
.serp-preview.mobile { max-width: 380px; }
.meter { height: 6px; background: #eee; border-radius: 3px; overflow: hidden; margin-top: 8px; }
.meter span { display: block; height: 100%; width: 0; background: #2e9d57; transition: width .3s, background .3s; }
.meter span.warn { background: #e8a400; }
.meter span.bad { background: #d93025; }
.result-box { background: #000; color: #fff; padding: 30px; border-radius: 4px; }
.result-box .big { font-size: 44px; font-weight: 700; color: var(--accent); line-height: 1.1; }
.result-box dl { display: grid; grid-template-columns: 1fr auto; gap: 10px 20px; margin: 20px 0 0; font-size: 15px; }
.result-box dt { color: #bbb; }
.result-box dd { margin: 0; font-weight: 600; text-align: right; }
.density-table { width: 100%; border-collapse: collapse; font-size: 14px; margin-top: 10px; }
.density-table th, .density-table td { padding: 8px 10px; border-bottom: 1px solid var(--line); text-align: left; }
.density-table td:last-child, .density-table th:last-child { text-align: right; }
.density-table .bar { height: 4px; background: var(--accent); border-radius: 2px; margin-top: 4px; }
.tool-note { font-size: 13px; color: #888; margin-top: 16px; }

/* ---------- Contact ---------- */
.contact-grid { display: grid; grid-template-columns: 1fr 1.6fr; gap: 50px; }
.contact-info { background: #000; color: #fff; padding: 44px 38px; font-size: 16px; position: relative; overflow: hidden; }
.contact-info::after { content: ""; position: absolute; right: -80px; bottom: -80px; width: 220px; height: 220px; border-radius: 50%; background: var(--accent); opacity: .9; }
.contact-info h2 { font-size: 28px; color: #fff; }
.contact-info p { color: #bbb; }
.contact-info ul li { display: flex; gap: 16px; margin-bottom: 24px; position: relative; z-index: 2; }
.contact-info ul .fa { width: 44px; height: 44px; flex: 0 0 44px; border-radius: 50%; background: rgba(255,255,255,.08); display: flex; align-items: center; justify-content: center; color: var(--accent); font-size: 18px; }
.contact-info ul b { display: block; font-size: 12px; letter-spacing: 2px; text-transform: uppercase; color: #888; font-weight: 600; }
.contact-info a { color: #fff; }
.contact-info a:hover { color: var(--accent); }
.form-card { background: #fff; border: 1px solid var(--line); padding: 44px; box-shadow: var(--shadow); }
.form-card h2 { font-size: 30px; }
.form-status { display: none; padding: 14px 18px; margin-bottom: 20px; font-size: 15px; border-radius: 3px; }
.form-status.error { display: block; background: #fdecea; color: #b3261e; border-left: 3px solid #d93025; }

/* ---------- Thank you / 404 ---------- */
.center-page { min-height: 100vh; display: flex; align-items: center; justify-content: center; text-align: center; padding: calc(var(--header-h) + 60px) 20px 80px; background: #000 center/cover no-repeat; color: #fff; position: relative; }
.center-page::before { content: ""; position: absolute; inset: 0; background: rgba(0,0,0,.78); }
.center-page .inner { position: relative; z-index: 2; max-width: 720px; }
.center-page h1 { font-size: 54px; font-weight: 300; margin-bottom: 18px; }
.center-page p { font-size: 19px; color: #ddd; }
.check-anim { width: 110px; height: 110px; margin: 0 auto 30px; }
.check-anim circle { stroke: var(--accent); stroke-width: 3; fill: none; stroke-dasharray: 320; stroke-dashoffset: 320; animation: draw 1s ease forwards; }
.check-anim path { stroke: #fff; stroke-width: 4; fill: none; stroke-linecap: round; stroke-linejoin: round; stroke-dasharray: 80; stroke-dashoffset: 80; animation: draw .6s .8s ease forwards; }
@keyframes draw { to { stroke-dashoffset: 0; } }
.big-404 { font-size: 160px; font-weight: 700; line-height: 1; color: var(--accent); letter-spacing: -6px; margin-bottom: 10px; }
.next-steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin: 40px 0; text-align: left; }
.next-steps a { background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.15); padding: 20px; color: #fff; font-size: 15px; display: block; }
.next-steps a:hover { border-color: var(--accent); background: rgba(250,87,56,.12); }
.next-steps .fa { color: var(--accent); font-size: 22px; display: block; margin-bottom: 10px; }
.redirect-note { font-size: 14px !important; color: #aaa !important; }

/* ---------- Footer ---------- */
.footer-widgets { background: #000; color: #bbb; padding: 90px 0 50px; font-size: 15px; border-bottom: 1px solid rgba(255,255,255,.08); }
.footer-widgets .wrap { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1.3fr; gap: 40px; padding: 0 30px; }
.footer-widgets h4 { color: #fff; font-size: 13px; letter-spacing: 3px; text-transform: uppercase; font-weight: 600; margin-bottom: 24px; }
.footer-widgets p { margin-bottom: 18px; }
.footer-widgets li { margin-bottom: 10px; }
.footer-widgets a { color: #bbb; }
.footer-widgets a:hover { color: var(--accent); padding-left: 4px; }
.footer-widgets .site-title a.logo { font-size: 24px; margin-bottom: 18px; }
.newsletter-form { display: flex; margin-top: 10px; }
.newsletter-form .field { margin: 0; flex: 1; }
.newsletter-form input[type=email] { background: #111; border: 1px solid #333; color: #fff; padding: 13px 14px; width: 100%; border-radius: 3px 0 0 3px; font-family: inherit; font-size: 14px; }
.newsletter-form button { border-radius: 0 3px 3px 0; padding: 0 18px; }
.newsletter-form .error-msg { position: absolute; top: 100%; font-size: 12px; }
.newsletter-consent { font-size: 12px; color: #777; margin-top: 16px; }
.site-footer { text-transform: none; }
.site-footer .wrap { display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 14px; padding: 0 30px; }
.site-footer p { text-transform: uppercase; }
.footer-legal { display: flex; flex-wrap: wrap; gap: 18px; font-size: 12px; letter-spacing: 1px; text-transform: uppercase; }
.footer-legal button { background: none; padding: 0; font-size: 12px; letter-spacing: 1px; color: #fff; font-weight: 300; }
.footer-legal button:hover { color: var(--accent); background: none; }

/* ---------- Back to top ---------- */
.back-to-top {
	position: fixed; right: 24px; bottom: 24px; width: 50px; height: 50px; padding: 0; border-radius: 50%; z-index: 900;
	background: var(--accent); color: #fff; font-size: 20px; opacity: 0; visibility: hidden; transform: translateY(20px);
	transition: all .4s ease; box-shadow: 0 8px 20px rgba(250,87,56,.4);
}
.back-to-top.is-visible { opacity: 1; visibility: visible; transform: translateY(0); }
.back-to-top:hover { background: #000; }

/* ---------- Cookie banner ---------- */
.cookie-banner {
	position: fixed; left: 24px; bottom: 24px; max-width: 440px; background: #000; color: #ddd; z-index: 9990; padding: 26px;
	font-size: 14px; line-height: 1.6; box-shadow: var(--shadow-lg); border-top: 3px solid var(--accent);
	transform: translateY(150%); transition: transform .5s cubic-bezier(.2,.8,.2,1);
}
.cookie-banner.is-visible { transform: translateY(0); }
.cookie-banner h4 { color: #fff; font-size: 16px; font-weight: 600; margin-bottom: 10px; }
.cookie-banner a { color: var(--accent); }
.cookie-banner .cookie-actions { display: flex; gap: 10px; flex-wrap: wrap; margin-top: 16px; }
.cookie-banner .button { padding: 10px 18px; font-size: 12px; }
.cookie-banner .button.ghost { background: transparent; border: 1px solid #444; }
.cookie-banner .button.ghost:hover { border-color: #fff; }
.cookie-prefs { display: none; margin-top: 14px; border-top: 1px solid #222; padding-top: 14px; }
.cookie-prefs.is-open { display: block; }
.cookie-prefs label { display: flex; justify-content: space-between; gap: 14px; align-items: center; padding: 8px 0; color: #ddd; }
.cookie-prefs small { display: block; color: #888; }
.switch { position: relative; width: 42px; height: 24px; flex: 0 0 42px; }
.switch input { opacity: 0; width: 0; height: 0; }
.switch span { position: absolute; inset: 0; background: #444; border-radius: 24px; transition: .3s; cursor: pointer; }
.switch span::before { content: ""; position: absolute; width: 18px; height: 18px; left: 3px; top: 3px; background: #fff; border-radius: 50%; transition: .3s; }
.switch input:checked + span { background: var(--accent); }
.switch input:checked + span::before { transform: translateX(18px); }
.switch input:disabled + span { opacity: .6; cursor: not-allowed; }

/* ---------- Fade-up (theme effect reimplemented without jQuery) ---------- */
.js .fadeup-effect { opacity: 0; }
.js .fadeup-effect.fadeInUp { opacity: 1; }

/* ---------- Media queries ---------- */
@media (max-width: 1100px) {
	.grid-4 { grid-template-columns: repeat(2, 1fr); }
	.footer-widgets .wrap { grid-template-columns: 1fr 1fr; }
	.layout-sidebar { grid-template-columns: 1fr; }
	.sidebar-sticky { position: static; }
	.genesis-nav-menu a { padding: 18px 9px; letter-spacing: 1px; }
}

@media (max-width: 1023px) {
	.site-header { position: fixed !important; }
	.front-page .site-header { background-color: transparent; }
	.front-page .site-header.light, .front-page .site-header.menu-open { background-color: #000; }
	.site-inner, .wrap { max-width: 100%; }
	.front-page .site-inner { max-width: 100%; }
	.menu-toggle { display: block; }
	.nav-primary {
		position: fixed; top: var(--header-h); left: 0; right: 0; bottom: 0; background: #000; overflow-y: auto;
		transform: translateX(100%); transition: transform .4s ease; padding: 10px 30px 40px;
	}
	.nav-primary.is-open { transform: translateX(0); }
	.nav-primary .wrap { max-width: 100%; }
	.genesis-nav-menu { flex-direction: column; align-items: stretch; gap: 0; }
	.genesis-nav-menu .menu-item { display: block; border-bottom: 1px solid #1d1d1d; }
	.genesis-nav-menu a { padding: 18px 0; font-size: 15px; }
	.genesis-nav-menu > .menu-item > a::after { display: none; }
	.genesis-nav-menu .sub-menu { position: static; opacity: 1; visibility: visible; transform: none; box-shadow: none; border: 0; display: none; min-width: 0; padding: 0 0 10px 10px; }
	.genesis-nav-menu .menu-item.submenu-open > .sub-menu { display: block; }
	.genesis-nav-menu .menu-item:hover > .sub-menu { left: auto; }
	.genesis-nav-menu .menu-item-has-children > a { display: flex; justify-content: space-between; }
	.genesis-nav-menu .menu-cta > a { margin: 20px 0 0; justify-content: center; display: flex; }
	body.nav-locked { overflow: hidden; }
	.grid-3 { grid-template-columns: repeat(2, 1fr); }
	.health-check, .contact-grid, .tool-grid { grid-template-columns: 1fr; }
	.front-page-1 h1 { font-size: 48px; }
	.page-hero h1 { font-size: 40px; }
	.front-page-2 { margin-left: 20px; margin-right: 20px; }
}

@media (min-width: 1024px) and (min-height: 1000px) {
	.scroll-down { display: block; }
}

@media (max-width: 800px) {
	.genesis-nav-menu.responsive-menu { display: flex; }
	.section { padding: 80px 0; }
	.section .wrap, body.inner .site-inner { padding-left: 16px; padding-right: 16px; }
	.site-header .wrap { padding: 0 16px; }
	.grid-2, .grid-3, .grid-4 { grid-template-columns: 1fr; }
	.section-head h2 { font-size: 32px; }
	.front-page-1 { min-height: 600px; height: auto; }
	.front-page-1 .widget-area { padding: 140px 16px 170px; }
	.front-page-1 h1 { font-size: 36px; }
	.front-page-1 .hero-lead { font-size: 17px; }
	.front-page-2 { margin: -120px 16px 0; padding: 0; }
	.front-page-2 .image-section { padding: 40px 0 20px; }
	.front-page-2 .intro-text { font-size: 16px; }
	.front-page-2 h2 { font-size: 22px; }
	.page-hero { padding: calc(var(--header-h) + 50px) 0 60px; }
	.page-hero .wrap { padding: 0 16px; }
	.page-hero h1 { font-size: 30px; }
	.page-hero .lead { font-size: 16px; }
	.entry-content { font-size: 16px; }
	.entry-content > p:first-of-type { font-size: 18px; }
	.entry-content h2 { font-size: 25px; }
	.entry-content h3 { font-size: 20px; }
	.values-grid, .field-row, .post-nav, .next-steps { grid-template-columns: 1fr; }
	.footer-widgets .wrap { grid-template-columns: 1fr; padding: 0 16px; }
	.site-footer .wrap { justify-content: center; text-align: center; padding: 0 16px; }
	.form-card, .tool-card { padding: 26px 18px; }
	.contact-info { padding: 32px 22px; }
	.cookie-banner { left: 12px; right: 12px; bottom: 12px; max-width: none; }
	.blog-toolbar { flex-direction: column; align-items: stretch; }
	.search-box { min-width: 0; }
	.cta-band h2 { font-size: 30px; }
	.stat .num { font-size: 44px; }
	.big-404 { font-size: 110px; }
	.center-page h1 { font-size: 36px; }
	.author-box { flex-direction: column; text-align: center; }
	.site-title a.logo { font-size: 22px; letter-spacing: 4px; }
	.site-title a.logo small { display: none; }
	.key-takeaways { padding: 26px 20px; }
	.entry-content ol.process-steps > li { padding: 20px 16px 20px 70px; }
	.entry-content ol.process-steps > li::before { left: 14px; }
}

@media (prefers-reduced-motion: reduce) {
	*, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; scroll-behavior: auto !important; }
	.js .fadeup-effect { opacity: 1; }
}

@media print {
	.site-header, .footer-widgets, .cookie-banner, .back-to-top, .share-bar, .sidebar-sticky, .preloader, .scroll-progress { display: none !important; }
	.page-hero { padding: 20px 0; color: #000; background: none !important; }
	.page-hero::before { display: none; }
}

/* Theme clearfix pseudo-elements must not become flex/grid items */
.site-header .wrap::before, .site-header .wrap::after,
.footer-widgets .wrap::before, .footer-widgets .wrap::after,
.site-footer .wrap::before, .site-footer .wrap::after { display: none; }
.article-meta { display: flex; gap: 20px; flex-wrap: wrap; font-size: 13px; letter-spacing: 1px; text-transform: uppercase; color: #888; margin-bottom: 24px; }
.article-meta .fa { color: var(--accent); margin-right: 4px; }
@media (max-width: 1023px) {
	.genesis-nav-menu .sub-menu, .genesis-nav-menu .sub-menu li, .genesis-nav-menu .sub-menu a { width: 100%; }
	.genesis-nav-menu .sub-menu a { font-size: 13px; padding: 12px 0 12px 10px; }
}
@media (max-width: 800px) {
	.hero-kicker { letter-spacing: 2px; font-size: 11px; padding: 7px 14px; }
	.cookie-banner { padding: 18px; }
	.cookie-banner p { font-size: 13px; margin-bottom: 0; }
}
.field label.check-field { text-transform: none; letter-spacing: 0; font-weight: 400; font-size: 14px; display: flex; }
