/* Meta Música Kirva Luxo — estilos isolados para temas WordPress e Gutenberg. */
:root {
	--mkl-ink: #07111f;
	--mkl-muted: #536078;
	--mkl-blue: #075dff;
	--mkl-cyan: #00b7ff;
	--mkl-gold: #c9a768;
	--mkl-soft: #f4f7fc;
	--mkl-line: #d9e2f0;
	--mkl-white: #ffffff;
	--mkl-radius: 24px;
	--mkl-shadow: 0 24px 70px rgba(19, 69, 142, .13);
}

body.mkl-kirva-page {
	background: var(--mkl-white);
}

.mkl-kirva-page .entry-header,
.mkl-kirva-page .entry-title,
.mkl-kirva-page .site.grid-container,
.mkl-kirva-page .site-content,
.mkl-kirva-page .content-area,
.mkl-kirva-page .inside-article,
.mkl-kirva-page .entry-content {
	max-width: none;
	width: 100%;
	margin: 0;
	padding: 0;
}

.mkl-kirva-page .entry-header,
.mkl-kirva-page .entry-title {
	display: none;
}

.mkl-kirva-page .widget-area,
.mkl-kirva-page .entry-meta,
.mkl-kirva-page .comments-area,
.mkl-kirva-page .post-navigation {
	display: none;
}

.mkl-page-shell,
.mkl-page-shell * {
	box-sizing: border-box;
}

.mkl-page-shell {
	color: var(--mkl-ink);
	font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	font-size: 18px;
	line-height: 1.72;
	overflow: hidden;
}

.mkl-container {
	width: min(1160px, calc(100% - 40px));
	margin-inline: auto;
}

.mkl-page-shell h1,
.mkl-page-shell h2,
.mkl-page-shell h3,
.mkl-page-shell h4,
.mkl-page-shell h5,
.mkl-page-shell h6 {
	color: var(--mkl-ink);
	font-family: inherit;
	font-weight: 800;
	letter-spacing: -.035em;
	line-height: 1.1;
	margin: 0 0 .65em;
}

.mkl-page-shell h1 { font-size: clamp(2.6rem, 5.2vw, 5.4rem); }
.mkl-page-shell h2 { font-size: clamp(2rem, 3.4vw, 3.25rem); }
.mkl-page-shell h3 { font-size: clamp(1.3rem, 2vw, 1.65rem); }
.mkl-page-shell h4 { font-size: 1.4rem; }
.mkl-page-shell h5 { font-size: 1.2rem; }
.mkl-page-shell h6 { font-size: 1.05rem; letter-spacing: -.01em; text-transform: uppercase; }
.mkl-page-shell p { margin: 0 0 1.15em; }
.mkl-page-shell a { text-underline-offset: 3px; }
.mkl-page-shell img { display: block; max-width: 100%; height: auto; }
.mkl-page-shell figure { margin: 0; }
.mkl-page-shell figcaption { color: var(--mkl-muted); font-size: .79rem; line-height: 1.5; margin-top: .8rem; }

.mkl-hero {
	background:
		radial-gradient(circle at 85% 15%, rgba(0, 183, 255, .22), transparent 28%),
		radial-gradient(circle at 12% 75%, rgba(201, 167, 104, .14), transparent 24%),
		linear-gradient(145deg, #fff 0%, #f8faff 52%, #edf4ff 100%);
	padding: clamp(64px, 8vw, 120px) 0 76px;
	position: relative;
}

.mkl-hero::before {
	background-image: linear-gradient(rgba(7, 93, 255, .045) 1px, transparent 1px), linear-gradient(90deg, rgba(7, 93, 255, .045) 1px, transparent 1px);
	background-size: 42px 42px;
	content: "";
	inset: 0;
	mask-image: linear-gradient(to bottom, #000, transparent 86%);
	pointer-events: none;
	position: absolute;
}

.mkl-hero-grid {
	align-items: center;
	display: grid;
	gap: clamp(36px, 7vw, 90px);
	grid-template-columns: minmax(0, 1.04fr) minmax(380px, .96fr);
	position: relative;
}

.mkl-eyebrow,
.mkl-kicker {
	color: #0755df;
	font-size: .78rem;
	font-weight: 800;
	letter-spacing: .13em;
	text-transform: uppercase;
}

.mkl-lead { color: #263954; font-size: clamp(1.05rem, 1.6vw, 1.32rem); max-width: 780px; }
.mkl-actions { display: flex; flex-wrap: wrap; gap: 14px; margin: 32px 0 28px; }

.mkl-button {
	align-items: center;
	border: 1px solid transparent;
	border-radius: 999px;
	display: inline-flex;
	font-size: .98rem;
	font-weight: 800;
	gap: 12px;
	justify-content: center;
	line-height: 1.2;
	min-height: 58px;
	padding: 16px 26px;
	text-decoration: none !important;
	transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}

.mkl-button-float {
	animation: mkl-float 2.8s ease-in-out infinite;
	overflow: hidden;
	position: relative;
}

.mkl-button-float::after {
	background: linear-gradient(100deg, transparent 20%, rgba(255,255,255,.46) 50%, transparent 80%);
	content: "";
	height: 180%;
	left: -45%;
	pointer-events: none;
	position: absolute;
	top: -40%;
	transform: rotate(12deg);
	width: 32%;
	animation: mkl-shine 3.8s ease-in-out infinite;
}

@keyframes mkl-float {
	0%, 100% { transform: translateY(0); }
	50% { transform: translateY(-7px); }
}

@keyframes mkl-shine {
	0%, 60% { left: -45%; opacity: 0; }
	72% { opacity: 1; }
	100% { left: 118%; opacity: 0; }
}

.mkl-button:hover { transform: translateY(-2px); }
.mkl-button:focus-visible,
.mkl-page-shell a:focus-visible,
.mkl-page-shell summary:focus-visible { outline: 3px solid #ffbf47; outline-offset: 4px; }
.mkl-button-primary { background: linear-gradient(135deg, var(--mkl-cyan), #0648f8); box-shadow: 0 14px 36px rgba(7, 93, 255, .28); color: #fff !important; }
.mkl-button-primary:hover { box-shadow: 0 18px 42px rgba(7, 93, 255, .36); }
.mkl-button-secondary { background: #fff; border-color: #bed3f4; color: var(--mkl-blue) !important; }
.mkl-button-light { background: #fff; color: #0648f8 !important; }

.mkl-trust-list { display: flex; flex-wrap: wrap; gap: 10px 24px; list-style: none; margin: 0; padding: 0; }
.mkl-trust-list li { color: #344964; font-size: .86rem; font-weight: 700; }
.mkl-trust-list li::before { color: #0db46e; content: "✓"; margin-right: 8px; }

.mkl-hero-media { background: rgba(255,255,255,.72); border: 1px solid rgba(255,255,255,.9); border-radius: 32px; box-shadow: var(--mkl-shadow); padding: 16px; transform: rotate(1.3deg); }
.mkl-hero-media img { border-radius: 23px; width: 100%; }
.mkl-image-link { border-radius: inherit; display: block; overflow: hidden; text-decoration: none; }
.mkl-image-link img { transition: transform .35s ease, filter .35s ease; }
.mkl-image-link:hover img { filter: saturate(1.04); transform: scale(1.012); }

.mkl-proof-strip { background: var(--mkl-ink); color: #fff; padding: 28px 0; }
.mkl-proof-grid { display: grid; gap: 18px; grid-template-columns: repeat(4, 1fr); }
.mkl-proof-grid div { border-left: 1px solid rgba(255,255,255,.16); padding-left: 20px; }
.mkl-proof-grid strong { display: block; font-size: 1.05rem; }
.mkl-proof-grid span { color: #b8c8df; font-size: .76rem; }

.mkl-toc { background: #fff; border: 1px solid var(--mkl-line); border-radius: var(--mkl-radius); box-shadow: 0 16px 44px rgba(19,69,142,.08); margin-top: 54px; padding: 28px 34px; }
.mkl-toc p { margin-bottom: 12px; }
.mkl-toc ol { columns: 2; gap: 44px; margin: 0; padding-left: 1.2em; }
.mkl-toc li { break-inside: avoid; margin: 5px 0; }
.mkl-toc a { color: #174578; font-weight: 650; text-decoration: none; }
.mkl-toc a:hover { color: var(--mkl-blue); text-decoration: underline; }

.mkl-section { padding-block: clamp(72px, 9vw, 120px); }
.mkl-section-soft { background: var(--mkl-soft); }
.mkl-section-heading { max-width: 850px; margin-bottom: 48px; }
.mkl-section-heading > p:last-child { color: var(--mkl-muted); font-size: 1.05rem; }
.mkl-section > p:not(.mkl-kicker), .mkl-section > div > p:not(.mkl-kicker) { max-width: 920px; }
.mkl-answer-box { background: linear-gradient(135deg, #e9f5ff, #f8fbff); border: 1px solid #c7e2ff; border-left: 5px solid var(--mkl-blue); border-radius: 16px; margin-top: 32px; padding: 24px 28px; }

.mkl-split { align-items: center; display: grid; gap: clamp(42px, 8vw, 100px); grid-template-columns: 1.05fr .95fr; }
.mkl-split figure { background: #fff; border-radius: 28px; box-shadow: var(--mkl-shadow); padding: 14px; }
.mkl-split figure img { border-radius: 20px; }

.mkl-feature-grid { display: grid; gap: 18px; grid-template-columns: repeat(3, 1fr); }
.mkl-card { background: #fff; border: 1px solid var(--mkl-line); border-radius: 20px; padding: 28px; transition: border-color .2s ease, transform .2s ease, box-shadow .2s ease; }
.mkl-card:hover { border-color: #9fc2ff; box-shadow: 0 18px 42px rgba(19,69,142,.1); transform: translateY(-4px); }
.mkl-card > span { align-items: center; background: #eaf3ff; border-radius: 999px; color: var(--mkl-blue); display: inline-flex; font-size: .72rem; font-weight: 800; height: 38px; justify-content: center; margin-bottom: 22px; width: 38px; }
.mkl-card h3 { font-size: 1.2rem; }
.mkl-card p { color: var(--mkl-muted); font-size: .91rem; line-height: 1.65; margin: 0; }
.mkl-card:last-child { grid-column: 2; }

.mkl-section-checklist { background: linear-gradient(145deg, #07111f, #09254a 58%, #073b76); color: #dce9f9; position: relative; }
.mkl-section-checklist::before { background-image: linear-gradient(rgba(255,255,255,.035) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.035) 1px, transparent 1px); background-size: 38px 38px; content: ""; inset: 0; pointer-events: none; position: absolute; }
.mkl-section-checklist .mkl-container { position: relative; }
.mkl-section-checklist h2, .mkl-section-checklist h3 { color: #fff; }
.mkl-section-checklist .mkl-kicker { color: #7fd4ff; }
.mkl-section-checklist > .mkl-container > p { color: #c2d1e5; }
.mkl-check-grid { display: grid; gap: 18px; grid-template-columns: repeat(3, 1fr); margin: 38px 0; }
.mkl-check-grid section { background: rgba(255,255,255,.075); border: 1px solid rgba(255,255,255,.13); border-radius: 20px; padding: 26px; }
.mkl-check-grid h3 { font-size: 1.13rem; }
.mkl-check-grid p { color: #c2d1e5; font-size: .9rem; line-height: 1.65; margin: 0; }
.mkl-section-checklist .mkl-button { margin-top: 14px; }

.mkl-media-break { margin-bottom: clamp(72px, 9vw, 120px); }
.mkl-media-break .mkl-image-link { background: #fff; border: 1px solid var(--mkl-line); border-radius: 30px; box-shadow: var(--mkl-shadow); margin-inline: auto; max-width: 900px; padding: 14px; }
.mkl-media-break img { border-radius: 20px; width: 100%; }

.mkl-cta-band { background: linear-gradient(120deg, #0639c5, #0879ff 66%, #00a8ff); color: #fff; padding: 68px 0; position: relative; }
.mkl-cta-band::after { border: 1px solid rgba(255,255,255,.18); border-radius: 50%; content: ""; height: 360px; position: absolute; right: -100px; top: -190px; width: 360px; }
.mkl-cta-grid { align-items: center; display: grid; gap: 50px; grid-template-columns: 1fr auto; position: relative; z-index: 1; }
.mkl-cta-band .mkl-kicker, .mkl-cta-band h2, .mkl-cta-band p { color: #fff; }
.mkl-cta-band h2 { max-width: 780px; }
.mkl-cta-band p { margin-bottom: 0; opacity: .88; }

.mkl-steps { display: grid; gap: 20px; }
.mkl-steps > section { align-items: start; background: #fff; border: 1px solid var(--mkl-line); border-radius: 20px; display: grid; gap: 24px; grid-template-columns: auto 1fr; padding: 28px; }
.mkl-steps > section > span { align-items: center; background: linear-gradient(135deg, var(--mkl-cyan), var(--mkl-blue)); border-radius: 14px; color: #fff; display: flex; font-weight: 900; height: 52px; justify-content: center; width: 52px; }
.mkl-steps h3 { margin-bottom: 10px; }
.mkl-steps p { color: var(--mkl-muted); margin: 0; }

.mkl-table-wrap { background: #fff; border: 1px solid var(--mkl-line); border-radius: 20px; margin: 36px 0; overflow-x: auto; }
.mkl-table-wrap table { border: 0; border-collapse: collapse; font-size: .9rem; margin: 0; min-width: 760px; width: 100%; }
.mkl-table-wrap th, .mkl-table-wrap td { border: 0; border-bottom: 1px solid var(--mkl-line); padding: 19px 22px; text-align: left; vertical-align: top; }
.mkl-table-wrap thead th { background: #071f43; color: #fff; }
.mkl-table-wrap tbody th { color: #0f4c99; width: 18%; }
.mkl-table-wrap tbody tr:last-child > * { border-bottom: 0; }

.mkl-author-box { align-items: center; background: #f7faff; border: 1px solid var(--mkl-line); border-radius: 20px; display: grid; gap: 20px; grid-template-columns: auto 1fr; margin-top: 40px; padding: 26px; }
.mkl-author-mark { align-items: center; background: var(--mkl-ink); border-radius: 50%; color: #fff; display: flex; font-size: 1.4rem; font-weight: 900; height: 62px; justify-content: center; width: 62px; }
.mkl-author-box p { color: var(--mkl-muted); font-size: .86rem; margin: 4px 0 0; }

.mkl-section-dark { background: linear-gradient(135deg, #050b16, #071a34 58%, #0a2b55); color: #dce8f8; position: relative; }
.mkl-section-dark::before { background-image: linear-gradient(rgba(255,255,255,.035) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.035) 1px, transparent 1px); background-size: 42px 42px; content: ""; inset: 0; pointer-events: none; position: absolute; }
.mkl-section-dark .mkl-container { position: relative; }
.mkl-section-dark h2 { color: #fff; max-width: 780px; }
.mkl-section-dark p { color: #c0cee1; max-width: 920px; }
.mkl-section-dark .mkl-kicker { color: #e3c98d; }
.mkl-section-dark .mkl-button { margin-top: 12px; }

.mkl-gallery-section { background: linear-gradient(180deg, #f5f9ff, #fff); }
.mkl-gallery { display: grid; gap: 22px; grid-template-columns: repeat(2, minmax(0, 1fr)); }
.mkl-gallery figure { background: #fff; border: 1px solid var(--mkl-line); border-radius: 22px; box-shadow: 0 14px 34px rgba(19,69,142,.08); padding: 12px; }
.mkl-gallery img { aspect-ratio: 1; border-radius: 15px; object-fit: cover; width: 100%; }
.mkl-gallery figcaption { padding: 0 8px 8px; }

.mkl-faq { border-top: 1px solid var(--mkl-line); }
.mkl-faq details { border-bottom: 1px solid var(--mkl-line); }
.mkl-faq summary { cursor: pointer; font-size: 1.08rem; font-weight: 800; list-style: none; padding: 24px 52px 24px 0; position: relative; }
.mkl-faq summary::-webkit-details-marker { display: none; }
.mkl-faq summary::after { color: var(--mkl-blue); content: "+"; font-size: 1.7rem; position: absolute; right: 8px; top: 16px; }
.mkl-faq details[open] summary::after { content: "−"; }
.mkl-faq details p { color: var(--mkl-muted); max-width: 900px; padding: 0 48px 23px 0; }

.mkl-final-cta { background: #071226; color: #fff; padding: clamp(80px, 10vw, 130px) 0; text-align: center; }
.mkl-final-cta .mkl-container { max-width: 900px; }
.mkl-final-cta h2, .mkl-final-cta p { color: #fff; }
.mkl-final-cta .mkl-kicker { color: #63b8ff; }
.mkl-final-cta .mkl-button { margin-top: 16px; }
.mkl-final-cta .mkl-microcopy { color: #9fb0c8; font-size: .75rem; margin: 18px 0 0; }

.mkl-editorial-footer { color: var(--mkl-muted); font-size: .78rem; padding-block: 42px 92px; }
.mkl-editorial-footer a { color: #174578; }
.mkl-mobile-cta { display: none; }

@media (max-width: 980px) {
	.mkl-hero-grid, .mkl-split { grid-template-columns: 1fr; }
	.mkl-hero-media { margin-inline: auto; max-width: 680px; transform: none; }
	.mkl-feature-grid { grid-template-columns: repeat(2, 1fr); }
	.mkl-check-grid { grid-template-columns: repeat(2, 1fr); }
	.mkl-card:last-child { grid-column: auto; }
	.mkl-proof-grid { grid-template-columns: repeat(2, 1fr); }
	.mkl-gallery { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 720px) {
	.mkl-container { width: min(100% - 28px, 1160px); }
	.mkl-page-shell { font-size: 16px; }
	.mkl-hero { padding-top: 54px; }
	.mkl-hero-grid { gap: 40px; }
	.mkl-actions .mkl-button { width: 100%; }
	.mkl-proof-grid, .mkl-feature-grid, .mkl-check-grid, .mkl-gallery { grid-template-columns: 1fr; }
	.mkl-proof-grid div { min-height: 70px; }
	.mkl-toc { padding: 24px; }
	.mkl-toc ol { columns: 1; }
	.mkl-cta-grid { grid-template-columns: 1fr; }
	.mkl-cta-grid .mkl-button { width: 100%; }
	.mkl-steps > section { grid-template-columns: 1fr; }
	.mkl-author-box { align-items: start; grid-template-columns: 1fr; }
	.mkl-mobile-cta { align-items: center; background: linear-gradient(135deg, var(--mkl-cyan), #0648f8); bottom: 12px; border: 1px solid rgba(255,255,255,.65); border-radius: 999px; box-shadow: 0 12px 34px rgba(7,40,100,.38); color: #fff !important; display: flex; font-size: .92rem; font-weight: 800; gap: 10px; justify-content: center; left: 14px; min-height: 54px; padding: 13px 20px; position: fixed; right: 14px; text-decoration: none; z-index: 9999; }
	.mkl-editorial-footer { padding-bottom: 110px; }
}

@media (prefers-reduced-motion: reduce) {
	.mkl-page-shell *, .mkl-mobile-cta { scroll-behavior: auto !important; transition: none !important; }
	.mkl-button-float, .mkl-button-float::after { animation: none !important; }
}

@media print {
	.mkl-mobile-cta, .mkl-actions, .mkl-cta-band, .mkl-final-cta { display: none !important; }
	.mkl-page-shell { color: #000; font-size: 11pt; }
	.mkl-section { padding-block: 28px; }
	.mkl-card, .mkl-steps > section { break-inside: avoid; box-shadow: none; }
}
