/* DurosTechX theme: SaaS style */
:root {
	--primary: #4f46e5;
	--primary-d: #4338ca;
	--primary-l: #eef2ff;
	--accent: #06b6d4;
	--accent-l: #ecfeff;
	--bg: #f8fafc;
	--surface: #ffffff;
	--ink: #0f172a;
	--text: #334155;
	--muted: #64748b;
	--line: #e2e8f0;
	--dark: #0f172a;
	--r-sm: 10px;
	--r-md: 14px;
	--r-lg: 20px;
	--shadow: 0 1px 2px rgba(15, 23, 42, .04), 0 8px 24px rgba(15, 23, 42, .06);
	--font: 'Plus Jakarta Sans', system-ui, -apple-system, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
	--wrap: 1160px;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
	margin: 0;
	font-family: var(--font);
	font-size: 17px;
	line-height: 1.65;
	color: var(--text);
	background: var(--bg);
	-webkit-font-smoothing: antialiased;
}
img, svg, video { max-width: 100%; height: auto; }
a { color: var(--primary); text-decoration: none; }
a:hover { color: var(--primary-d); }
h1, h2, h3, h4 { color: var(--ink); line-height: 1.2; margin: 0 0 .5em; letter-spacing: -.02em; font-weight: 800; }
h1 { font-size: clamp(2.1rem, 4.6vw, 3.5rem); }
h2 { font-size: clamp(1.6rem, 3vw, 2.25rem); }
h3 { font-size: 1.15rem; font-weight: 700; letter-spacing: -.01em; }
p { margin: 0 0 1.1em; }
ul, ol { padding-left: 1.3em; }
:focus-visible { outline: 3px solid var(--accent); outline-offset: 2px; border-radius: 4px; }

.container { width: 100%; max-width: var(--wrap); margin: 0 auto; padding: 0 24px; }
.narrow { max-width: 780px; }
.center { text-align: center; }
.mt { margin-top: 1.5rem; }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }
.skip-link { position: absolute; left: -999px; top: 8px; background: var(--ink); color: #fff; padding: 10px 16px; border-radius: 8px; z-index: 200; }
.skip-link:focus { left: 8px; color: #fff; }
.hp { position: absolute; left: -9999px; height: 0; overflow: hidden; }
.icon { display: block; }

/* Buttons */
.btn {
	display: inline-flex; align-items: center; justify-content: center; gap: 8px;
	font: inherit; font-weight: 700; font-size: .95rem; line-height: 1;
	padding: 13px 22px; border-radius: var(--r-sm);
	border: 1.5px solid transparent; cursor: pointer;
	transition: background .15s, border-color .15s, color .15s, box-shadow .15s;
}
.btn-lg { padding: 16px 28px; font-size: 1rem; }
.btn-primary { background: var(--primary); color: #fff; box-shadow: 0 6px 16px rgba(79, 70, 229, .28); }
.btn-primary:hover { background: var(--primary-d); color: #fff; }
.btn-ghost { background: var(--surface); color: var(--ink); border-color: var(--line); }
.btn-ghost:hover { border-color: var(--primary); color: var(--primary); }
.btn-light { background: #fff; color: var(--primary-d); }
.btn-light:hover { background: var(--primary-l); color: var(--primary-d); }

/* Header */
.site-header {
	position: sticky; top: 0; z-index: 100;
	background: rgba(255, 255, 255, .86);
	-webkit-backdrop-filter: saturate(180%) blur(14px); backdrop-filter: saturate(180%) blur(14px);
	border-bottom: 1px solid transparent;
	transition: border-color .2s, box-shadow .2s;
}
.site-header.is-scrolled { border-color: var(--line); box-shadow: 0 4px 20px rgba(15, 23, 42, .05); }
.header-inner { display: flex; align-items: center; justify-content: space-between; min-height: 70px; gap: 20px; }
.brand { display: inline-flex; align-items: center; gap: 10px; font-weight: 800; font-size: 1.25rem; color: var(--ink); letter-spacing: -.02em; }
.brand:hover { color: var(--ink); }
.brand-mark {
	display: grid; place-items: center; width: 34px; height: 34px; border-radius: 10px; color: #fff;
	background: linear-gradient(135deg, var(--primary), var(--accent));
}
.brand-light, .brand-light:hover { color: #fff; }
.brand-logo img { max-height: 44px; width: auto; }
.primary-nav .menu { list-style: none; margin: 0; padding: 0; display: flex; align-items: center; gap: 6px; }
.primary-nav .menu a {
	display: block; padding: 9px 16px; border-radius: var(--r-sm);
	color: var(--text); font-weight: 600; font-size: .96rem;
}
.primary-nav .menu a:hover { background: var(--primary-l); color: var(--primary); }
.primary-nav .current-menu-item > a,
.primary-nav .current_page_item > a { background: var(--primary-l); color: var(--primary); }
.nav-toggle { display: none; background: none; border: 0; padding: 10px; cursor: pointer; border-radius: 8px; }
.bars, .bars::before, .bars::after { display: block; width: 22px; height: 2px; background: var(--ink); border-radius: 2px; position: relative; transition: transform .2s, background .2s; }
.bars::before, .bars::after { content: ''; position: absolute; left: 0; }
.bars::before { top: -7px; }
.bars::after { top: 7px; }
.nav-open .bars { background: transparent; }
.nav-open .bars::before { top: 0; transform: rotate(45deg); }
.nav-open .bars::after { top: 0; transform: rotate(-45deg); }

/* Hero */
.hero {
	position: relative; overflow: hidden;
	padding: clamp(48px, 8vw, 96px) 0 clamp(56px, 8vw, 96px);
	background:
		radial-gradient(900px 420px at 88% -10%, rgba(6, 182, 212, .18), transparent 60%),
		radial-gradient(800px 420px at 0% 0%, rgba(79, 70, 229, .16), transparent 60%),
		var(--bg);
}
.hero-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 56px; align-items: center; }
.hero-badge {
	display: inline-flex; align-items: center; gap: 8px; margin: 0 0 20px;
	padding: 7px 14px; border-radius: 999px; background: var(--surface);
	border: 1px solid var(--line); color: var(--primary); font-weight: 700; font-size: .88rem;
}
.hero h1 { margin-bottom: 20px; }
.lead { font-size: 1.15rem; color: var(--muted); max-width: 60ch; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 28px; }

.hero-visual { position: relative; padding: 18px 0 30px; }
.mock { background: var(--surface); border: 1px solid var(--line); border-radius: var(--r-lg); box-shadow: 0 24px 60px rgba(15, 23, 42, .14); overflow: hidden; }
.mock-bar { display: flex; align-items: center; gap: 6px; padding: 12px 16px; background: #f1f5f9; border-bottom: 1px solid var(--line); }
.mock-bar i { width: 10px; height: 10px; border-radius: 50%; background: #cbd5e1; }
.mock-bar span { margin-left: 10px; font-size: .78rem; color: var(--muted); font-weight: 600; }
.mock-body { padding: 24px; }
.mock-title { font-weight: 800; color: var(--ink); font-size: 1.15rem; margin-bottom: 14px; }
.mock-progress { height: 8px; background: var(--line); border-radius: 99px; overflow: hidden; margin-bottom: 20px; }
.mock-progress span { display: block; width: 60%; height: 100%; background: linear-gradient(90deg, var(--primary), var(--accent)); border-radius: 99px; }
.mock-steps { list-style: none; margin: 0; padding: 0; display: grid; gap: 10px; }
.mock-steps li { display: flex; align-items: center; gap: 12px; padding: 12px 14px; border: 1px solid var(--line); border-radius: var(--r-sm); font-weight: 600; font-size: .95rem; color: var(--ink); }
.mock-steps b { width: 20px; height: 20px; border-radius: 50%; border: 2px solid var(--line); flex: none; }
.mock-steps .done b { background: var(--primary); border-color: var(--primary); box-shadow: inset 0 0 0 4px #fff; }
.mock-steps .done { color: var(--muted); }
.mock-steps .now { border-color: var(--primary); background: var(--primary-l); }
.mock-steps .now b { border-color: var(--primary); }
.mock-chip {
	position: absolute; display: inline-flex; align-items: center; gap: 8px;
	background: var(--surface); border: 1px solid var(--line); border-radius: 999px;
	padding: 9px 16px; font-weight: 700; font-size: .85rem; color: var(--ink);
	box-shadow: var(--shadow);
}
.mock-chip .icon { color: var(--accent); }
.mock-chip-a { top: 0; right: -8px; }
.mock-chip-b { bottom: 4px; left: -14px; }

/* Stats */
.stats { background: var(--dark); color: #cbd5e1; }
.stats-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; padding-top: 36px; padding-bottom: 36px; }
.stats-grid div { display: flex; flex-direction: column; gap: 2px; }
.stats-grid strong { color: #fff; font-size: 1.9rem; font-weight: 800; letter-spacing: -.02em; }
.stats-grid span { font-size: .92rem; }

/* Sections */
.section { padding: clamp(56px, 7vw, 92px) 0; }
.section-tight { padding: clamp(32px, 4vw, 56px) 0 clamp(56px, 7vw, 88px); }
.section-alt { background: var(--surface); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.section-head { max-width: 640px; margin-bottom: 40px; }
.section-head p { color: var(--muted); font-size: 1.08rem; margin: 0; }
.section-head-row { max-width: none; display: flex; align-items: flex-end; justify-content: space-between; gap: 20px; flex-wrap: wrap; }
.section-head-row p { margin-top: 0; }

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

/* Cards */
.card { background: var(--surface); border: 1px solid var(--line); border-radius: var(--r-lg); box-shadow: var(--shadow); }
.icon-box {
	display: inline-grid; place-items: center; width: 48px; height: 48px; margin-bottom: 16px;
	border-radius: var(--r-md); background: var(--primary-l); color: var(--primary);
}
.topic-card { display: block; padding: 28px; color: var(--text); transition: border-color .15s, transform .15s; }
.topic-card:hover { border-color: var(--primary); transform: translateY(-3px); color: var(--text); }
.topic-card h3 { margin-bottom: 8px; }
.topic-card p { margin: 0; color: var(--muted); font-size: .97rem; }
.feature { padding: 4px 4px 0; }
.feature h3 { margin-bottom: 8px; }
.feature p { color: var(--muted); font-size: .97rem; margin: 0; }

.post-card { overflow: hidden; display: flex; flex-direction: column; transition: transform .15s, border-color .15s; }
.post-card:hover { transform: translateY(-3px); border-color: #c7d2fe; }
.card-media { display: grid; place-items: center; aspect-ratio: 16 / 10; color: rgba(255, 255, 255, .9); overflow: hidden; }
.card-media img { width: 100%; height: 100%; object-fit: cover; }
.tone-0 { background: linear-gradient(135deg, #4f46e5, #06b6d4); }
.tone-1 { background: linear-gradient(135deg, #6366f1, #8b5cf6); }
.tone-2 { background: linear-gradient(135deg, #0891b2, #4f46e5); }
.tone-3 { background: linear-gradient(135deg, #0ea5e9, #6366f1); }
.card-body { padding: 22px 24px 24px; display: flex; flex-direction: column; flex: 1; }
.pill {
	align-self: flex-start; display: inline-block; padding: 4px 12px; margin-bottom: 12px;
	border-radius: 999px; background: var(--accent-l); color: #0e7490; font-weight: 700; font-size: .8rem;
}
.pill:hover { background: #cffafe; color: #0e7490; }
.card-title { font-size: 1.15rem; margin-bottom: 10px; }
.card-title a { color: var(--ink); }
.card-title a:hover { color: var(--primary); }
.card-excerpt { color: var(--muted); font-size: .96rem; margin-bottom: 16px; }
.card-meta { display: flex; flex-wrap: wrap; gap: 6px 18px; margin-top: auto; color: var(--muted); font-size: .85rem; font-weight: 500; }
.single-head .card-meta { justify-content: flex-start; margin-top: 14px; }

/* How it works */
.steps-row { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(3, 1fr); gap: 32px; counter-reset: s; }
.steps-row li { position: relative; padding-top: 4px; }
.steps-row p { color: var(--muted); margin: 0; }
.step-num {
	display: grid; place-items: center; width: 44px; height: 44px; margin-bottom: 16px;
	border-radius: 50%; background: var(--primary); color: #fff; font-weight: 800;
}

/* FAQ */
.faq-wrap { display: grid; grid-template-columns: .8fr 1.2fr; gap: 56px; align-items: start; }
.faq-intro p { color: var(--muted); }
.faq-list { display: grid; gap: 12px; }
.faq-item { background: var(--surface); border: 1px solid var(--line); border-radius: var(--r-md); }
.faq-item[open] { border-color: #c7d2fe; box-shadow: var(--shadow); }
.faq-item summary {
	list-style: none; cursor: pointer; display: flex; align-items: center; justify-content: space-between; gap: 16px;
	padding: 20px 24px; font-weight: 700; color: var(--ink);
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-plus { position: relative; flex: none; width: 24px; height: 24px; border-radius: 50%; background: var(--primary-l); }
.faq-plus::before, .faq-plus::after { content: ''; position: absolute; left: 6px; top: 11px; width: 12px; height: 2px; background: var(--primary); border-radius: 2px; transition: transform .2s; }
.faq-plus::after { transform: rotate(90deg); }
.faq-item[open] .faq-plus::after { transform: rotate(0); }
.faq-body { padding: 0 24px 22px; }
.faq-body p { margin: 0; color: var(--muted); }

/* CTA */
.cta { background: linear-gradient(120deg, var(--primary) 0%, #3730a3 55%, #0e7490 130%); color: #e0e7ff; }
.cta-inner { display: flex; align-items: center; justify-content: space-between; gap: 32px; flex-wrap: wrap; padding-top: 64px; padding-bottom: 64px; }
.cta h2 { color: #fff; margin-bottom: 8px; }
.cta p { margin: 0; max-width: 46ch; }
.cta .nl-form { min-width: min(100%, 440px); }

/* Newsletter form */
.nl-form { display: flex; gap: 8px; }
.nl-form input[type="email"] {
	flex: 1; min-width: 0; padding: 13px 16px; border-radius: var(--r-sm);
	border: 1.5px solid transparent; font: inherit; font-size: .96rem; background: #fff; color: var(--ink);
}
.cta .btn-primary, .site-footer .btn-primary { background: var(--ink); box-shadow: none; }
.cta .btn-primary:hover { background: #020617; }
.site-footer .btn-primary { background: var(--primary); }

/* Page hero */
.page-hero { padding: clamp(44px, 6vw, 80px) 0 clamp(28px, 4vw, 44px); background: radial-gradient(800px 300px at 90% -20%, rgba(6, 182, 212, .16), transparent 60%), radial-gradient(700px 300px at 0% 0%, rgba(79, 70, 229, .12), transparent 60%), var(--bg); }
.page-hero h1 { font-size: clamp(2rem, 4vw, 3rem); margin-bottom: 12px; }
.page-hero .lead { margin: 0; }

/* Blog filter + pagination */
.filter-bar { display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 32px; }
.chip { padding: 8px 16px; border-radius: 999px; background: var(--surface); border: 1px solid var(--line); color: var(--text); font-weight: 600; font-size: .9rem; }
.chip:hover { border-color: var(--primary); color: var(--primary); }
.chip.is-active { background: var(--primary); border-color: var(--primary); color: #fff; }
.pagination { margin-top: 48px; }
.pagination .nav-links { display: flex; flex-wrap: wrap; gap: 8px; justify-content: center; }
.pagination .page-numbers { padding: 10px 16px; border-radius: var(--r-sm); background: var(--surface); border: 1px solid var(--line); color: var(--text); font-weight: 600; }
.pagination .page-numbers.current { background: var(--primary); border-color: var(--primary); color: #fff; }
.pagination a.page-numbers:hover { border-color: var(--primary); color: var(--primary); }
.empty { text-align: center; padding: 56px 24px; background: var(--surface); border: 1px dashed #cbd5e1; border-radius: var(--r-lg); }
.empty p { color: var(--muted); }

/* Search form */
.search-form { display: flex; gap: 8px; max-width: 520px; }
.center .search-form { margin: 24px auto 0; }
.search-form input[type="search"] { flex: 1; min-width: 0; padding: 13px 16px; border-radius: var(--r-sm); border: 1.5px solid var(--line); font: inherit; background: #fff; }
.search-form input:focus, .field input:focus, .field textarea:focus, .nl-form input:focus { border-color: var(--primary); outline: 3px solid rgba(79, 70, 229, .18); }

/* Single post */
.single-head { padding: clamp(40px, 6vw, 72px) 0 28px; background: radial-gradient(800px 260px at 90% -30%, rgba(6, 182, 212, .14), transparent 60%), var(--bg); }
.single-head h1 { font-size: clamp(1.9rem, 4vw, 2.9rem); margin-top: 6px; }
.single-thumb { margin-top: 8px; }
.single-thumb img { width: 100%; border-radius: var(--r-lg); }
.entry-content { font-size: 1.06rem; line-height: 1.8; padding: 28px 0 8px; }
.entry-content h2 { margin-top: 1.8em; font-size: 1.6rem; }
.entry-content h3 { margin-top: 1.5em; }
.entry-content ol, .entry-content ul { margin: 0 0 1.4em; }
.entry-content li { margin-bottom: .6em; }
.entry-content li::marker { color: var(--primary); font-weight: 700; }
.entry-content img { border-radius: var(--r-md); }
.entry-content blockquote { margin: 1.5em 0; padding: 16px 22px; border-left: 4px solid var(--primary); background: var(--primary-l); border-radius: 0 var(--r-md) var(--r-md) 0; }
.entry-content pre, .entry-content code { background: #f1f5f9; border-radius: 6px; font-size: .92em; }
.entry-content code { padding: 2px 6px; }
.entry-content pre { padding: 16px; overflow-x: auto; }
.entry-content table { width: 100%; border-collapse: collapse; margin: 1.5em 0; }
.entry-content th, .entry-content td { border: 1px solid var(--line); padding: 10px 14px; text-align: left; }
.entry-content th { background: #f1f5f9; }
.tags { display: flex; flex-wrap: wrap; gap: 8px; padding: 12px 0 8px; }
.tags a { padding: 5px 14px; border-radius: 999px; background: #f1f5f9; color: var(--text); font-size: .85rem; font-weight: 600; }

/* Comments */
.comments-title { font-size: 1.4rem; }
.comment-list { list-style: none; padding: 0; }
.comment-list .children { list-style: none; padding-left: 24px; }
.comment-body { padding: 18px 0; border-bottom: 1px solid var(--line); }
.comment-form input[type="text"], .comment-form input[type="email"], .comment-form input[type="url"], .comment-form textarea { width: 100%; padding: 12px 14px; border: 1.5px solid var(--line); border-radius: var(--r-sm); font: inherit; }
.comment-form .submit { background: var(--primary); color: #fff; border: 0; padding: 13px 22px; border-radius: var(--r-sm); font: inherit; font-weight: 700; cursor: pointer; }

/* About */
.split { display: grid; grid-template-columns: 1.2fr .8fr; gap: 56px; align-items: start; }
.about-panel { background: var(--surface); border: 1px solid var(--line); border-radius: var(--r-lg); padding: 28px; box-shadow: var(--shadow); }
.check-list { list-style: none; padding: 0; margin: 0; display: grid; gap: 12px; }
.check-list li { position: relative; padding-left: 32px; font-weight: 600; color: var(--ink); }
.check-list li::before {
	content: ''; position: absolute; left: 0; top: 3px; width: 20px; height: 20px; border-radius: 50%;
	background: var(--primary) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='3.4' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m5 12 5 5 9-10'/%3E%3C/svg%3E") center / 12px no-repeat;
}

/* Contact */
.contact-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 32px; align-items: start; }
.contact-side { display: grid; gap: 16px; }
.info-card { padding: 24px; }
.info-card .icon-box { margin-bottom: 12px; }
.info-card p { margin: 0; color: var(--muted); font-size: .96rem; }
.form-card { padding: clamp(24px, 4vw, 40px); }
.field { margin-bottom: 18px; }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.field label { display: block; margin-bottom: 7px; font-weight: 700; color: var(--ink); font-size: .92rem; }
.field input, .field textarea { width: 100%; padding: 13px 15px; border: 1.5px solid var(--line); border-radius: var(--r-sm); font: inherit; font-size: 1rem; background: #fff; color: var(--ink); resize: vertical; }

/* 404 */
.big-404 { font-size: clamp(4rem, 12vw, 7rem); font-weight: 800; line-height: 1; margin: 0 0 8px; background: linear-gradient(135deg, var(--primary), var(--accent)); -webkit-background-clip: text; background-clip: text; color: transparent; }

/* Footer */
.site-footer { background: var(--dark); color: #94a3b8; }
.footer-grid { display: grid; grid-template-columns: 1.4fr .8fr .9fr 1.3fr; gap: 40px; padding-top: 64px; padding-bottom: 48px; }
.footer-about p { margin-top: 16px; max-width: 34ch; font-size: .96rem; }
.footer-title { color: #fff; font-size: 1rem; margin-bottom: 16px; letter-spacing: 0; }
.footer-col p { font-size: .95rem; }
.footer-menu { list-style: none; margin: 0; padding: 0; display: grid; gap: 10px; }
.footer-menu a { color: #94a3b8; font-size: .96rem; }
.footer-menu a:hover { color: #fff; }
.site-footer .nl-form { flex-direction: column; }
.site-footer .nl-form input[type="email"] { background: #1e293b; color: #fff; border-color: #334155; }
.footer-bottom { border-top: 1px solid #1e293b; padding: 22px 0; font-size: .9rem; }
.footer-bottom p { margin: 0; }

/* Toast */
.toast {
	position: fixed; left: 50%; bottom: 24px; transform: translateX(-50%); z-index: 300;
	display: flex; align-items: center; gap: 14px; max-width: calc(100% - 32px);
	padding: 14px 18px; border-radius: var(--r-md); color: #fff; font-weight: 600; box-shadow: 0 12px 32px rgba(15, 23, 42, .25);
	animation: toast-in .3s ease-out;
}
.toast-sent { background: #047857; }
.toast-error { background: #b91c1c; }
.toast-close { background: none; border: 0; color: inherit; font-size: 1.4rem; line-height: 1; cursor: pointer; }
@keyframes toast-in { from { opacity: 0; transform: translate(-50%, 12px); } to { opacity: 1; transform: translate(-50%, 0); } }

/* WordPress core alignment classes */
.alignleft { float: left; margin: 0 1.5em 1em 0; }
.alignright { float: right; margin: 0 0 1em 1.5em; }
.aligncenter { display: block; margin: 0 auto 1em; }
.wp-caption-text, figcaption { font-size: .88rem; color: var(--muted); text-align: center; }

/* Responsive */
@media (max-width: 980px) {
	.hero-grid, .split, .faq-wrap, .contact-grid { grid-template-columns: 1fr; gap: 40px; }
	.grid-3 { grid-template-columns: repeat(2, 1fr); }
	.grid-4 { grid-template-columns: repeat(2, 1fr); }
	.footer-grid { grid-template-columns: 1fr 1fr; }
	.stats-grid { grid-template-columns: repeat(2, 1fr); }
	.steps-row { grid-template-columns: 1fr; gap: 28px; }
	.mock-chip-a { right: 8px; }
	.mock-chip-b { left: 8px; }
}
@media (max-width: 820px) {
	.nav-toggle { display: block; }
	.primary-nav {
		position: absolute; left: 0; right: 0; top: 100%; display: none;
		background: #fff; border-bottom: 1px solid var(--line); padding: 12px 24px 20px;
		box-shadow: 0 16px 24px rgba(15, 23, 42, .08);
	}
	.nav-open .primary-nav { display: block; }
	.primary-nav .menu { flex-direction: column; align-items: stretch; gap: 2px; }
	.primary-nav .menu a { padding: 13px 14px; }
}
@media (max-width: 620px) {
	body { font-size: 16px; }
	.grid-3, .grid-4, .field-row { grid-template-columns: 1fr; }
	.footer-grid { grid-template-columns: 1fr; gap: 32px; }
	.nl-form { flex-direction: column; }
	.hero-actions .btn { width: 100%; }
	.container { padding: 0 18px; }
}
@media (prefers-reduced-motion: reduce) {
	*, *::before, *::after { animation: none !important; transition: none !important; scroll-behavior: auto !important; }
}

/* Pages built with Elementor (Privacy Policy, calculators ...): follow the theme look */
.entry-content .elementor, .entry-content .elementor-widget-container { font-family: var(--font); }
.entry-content .elementor-heading-title { font-family: var(--font) !important; color: var(--ink) !important; font-weight: 800 !important; letter-spacing: -.01em; }
.entry-content .elementor-widget-text-editor, .entry-content .elementor-widget-text-editor p, .entry-content .elementor-widget-container p, .entry-content .elementor-widget-container li { font-family: var(--font) !important; color: var(--text) !important; }
.entry-content .elementor-button { background: var(--primary) !important; color: #fff !important; border-radius: var(--r-sm) !important; font-family: var(--font) !important; font-weight: 700 !important; box-shadow: none !important; }
.entry-content .elementor-button:hover { background: var(--primary-d) !important; }
.entry-content input[type="text"], .entry-content input[type="email"], .entry-content input[type="number"], .entry-content input[type="search"], .entry-content select, .entry-content textarea { width: 100%; max-width: 100%; padding: 11px 14px; border: 1px solid var(--line); border-radius: var(--r-sm); background: var(--surface); color: var(--ink); font: inherit; }
.entry-content input:focus, .entry-content select:focus, .entry-content textarea:focus { outline: 2px solid var(--primary); outline-offset: 1px; border-color: var(--primary); }
.entry-content button, .entry-content input[type="submit"], .entry-content input[type="button"] { padding: 11px 22px; border: 0; border-radius: var(--r-sm); background: var(--primary); color: #fff; font: inherit; font-weight: 700; cursor: pointer; }
.entry-content button:hover, .entry-content input[type="submit"]:hover { background: var(--primary-d); }

/* Logo */
.logo { gap: 11px; font-size: 1.32rem; line-height: 1; letter-spacing: -.035em; }
.logo-mark { flex: none; display: block; border-radius: 12px; box-shadow: 0 6px 16px rgba(79, 70, 229, .28); transition: transform .2s ease; }
.logo:hover .logo-mark { transform: rotate(-6deg) scale(1.05); }
.logo-word { font-weight: 800; }
.logo-word .tx { background: linear-gradient(90deg, #4f46e5, #06b6d4); -webkit-background-clip: text; background-clip: text; color: transparent; -webkit-text-fill-color: transparent; }
.logo-light .logo-mark { box-shadow: none; }
.logo-light .logo-word { color: #fff; }
.logo-light .logo-word .tx { background: linear-gradient(90deg, #a5b4fc, #67e8f9); -webkit-background-clip: text; background-clip: text; }
@media (max-width: 480px) { .logo { font-size: 1.15rem; } .logo-mark { width: 34px; height: 34px; } }
