/* Biblioteca Kirva Luxo — estilos isolados e compatíveis com Avada. */
:root {
	--bkl-night: #020711;
	--bkl-navy: #06152d;
	--bkl-ink: #0c1830;
	--bkl-muted: #5f6d82;
	--bkl-blue: #087cff;
	--bkl-cyan: #16c8ff;
	--bkl-gold: #e8c875;
	--bkl-gold-deep: #b99135;
	--bkl-silk: #f7f4ed;
	--bkl-line: #dce4ef;
	--bkl-white: #fff;
	--bkl-radius: 26px;
	--bkl-shadow: 0 28px 80px rgba(5, 29, 70, .15);
}

body.bkl-kirva-page { background: #fff; }
.bkl-kirva-page #main { padding: 0 !important; }
.bkl-kirva-page #main > .fusion-row,
.bkl-kirva-page .fusion-post-content,
.bkl-kirva-page .post-content,
.bkl-kirva-page .fusion-post-content-container,
.bkl-kirva-page .fusion-content-sep { margin: 0 !important; max-width: none !important; padding: 0 !important; width: 100% !important; }
.bkl-kirva-page .fusion-page-title-bar,
.bkl-kirva-page .fusion-sharing-box,
.bkl-kirva-page .single-navigation,
.bkl-kirva-page .about-author,
.bkl-kirva-page .related-posts,
.bkl-kirva-page .fusion-meta-info,
.bkl-kirva-page .fusion-comments { display: none !important; }

.bkl-page-shell, .bkl-page-shell * { box-sizing: border-box; }
.bkl-page-shell { color: var(--bkl-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; }
.bkl-container { margin-inline: auto; width: min(1180px, calc(100% - 42px)); }
.bkl-page-shell h1, .bkl-page-shell h2, .bkl-page-shell h3, .bkl-page-shell h4, .bkl-page-shell h5, .bkl-page-shell h6 { color: var(--bkl-ink); font-family: inherit; font-weight: 800; letter-spacing: -.035em; line-height: 1.08; margin: 0 0 .65em; }
.bkl-page-shell h1 { font-size: clamp(2.75rem, 5.5vw, 5.5rem); }
.bkl-page-shell h2 { font-size: clamp(2rem, 3.5vw, 3.4rem); }
.bkl-page-shell h3 { font-size: clamp(1.2rem, 1.9vw, 1.55rem); }
.bkl-page-shell h4 { font-size: 1.4rem; }
.bkl-page-shell h5 { font-size: 1.22rem; }
.bkl-page-shell h6 { font-size: 1.02rem; letter-spacing: .06em; text-transform: uppercase; }
.bkl-page-shell p { margin: 0 0 1.15em; }
.bkl-page-shell a { text-underline-offset: 3px; }
.bkl-page-shell img { display: block; height: auto; max-width: 100%; }
.bkl-page-shell figure { margin: 0; }
.bkl-page-shell figcaption { color: var(--bkl-muted); font-size: .77rem; line-height: 1.5; margin-top: .8rem; }

.bkl-hero { background: radial-gradient(circle at 80% 18%, rgba(8,124,255,.28), transparent 30%), linear-gradient(145deg, #02050c, #041127 58%, #071c3f); color: #fff; padding: clamp(70px, 9vw, 130px) 0 82px; position: relative; }
.bkl-hero::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: 52px 52px; content: ""; inset: 0; mask-image: linear-gradient(#000, transparent); pointer-events: none; position: absolute; }
.bkl-orb { border: 1px solid rgba(232,200,117,.3); border-radius: 50%; position: absolute; }
.bkl-orb-one { height: 420px; right: -190px; top: -130px; width: 420px; }
.bkl-orb-two { bottom: -190px; height: 360px; left: -210px; width: 360px; }
.bkl-hero-grid { align-items: center; display: grid; gap: clamp(42px, 7vw, 90px); grid-template-columns: minmax(0, 1.02fr) minmax(400px, .98fr); position: relative; z-index: 1; }
.bkl-hero h1 { color: #fff; text-wrap: balance; }
.bkl-eyebrow, .bkl-kicker { color: var(--bkl-gold-deep); font-size: .75rem; font-weight: 850; letter-spacing: .16em; text-transform: uppercase; }
.bkl-hero .bkl-eyebrow { color: var(--bkl-gold); }
.bkl-lead { color: #c9d4e7; font-size: clamp(1.04rem, 1.55vw, 1.28rem); max-width: 780px; }
.bkl-lead strong { color: #fff; }
.bkl-actions { display: flex; flex-wrap: wrap; gap: 14px; margin: 34px 0 28px; }
.bkl-button { align-items: center; border: 1px solid transparent; border-radius: 999px; display: inline-flex; font-size: .96rem; font-weight: 850; gap: 12px; justify-content: center; line-height: 1.2; min-height: 58px; padding: 16px 27px; text-decoration: none !important; transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease; }
.bkl-button:hover { transform: translateY(-2px); }
.bkl-button:focus-visible, .bkl-page-shell a:focus-visible, .bkl-page-shell summary:focus-visible { outline: 3px solid #ffd770; outline-offset: 4px; }
.bkl-button-gold { background: linear-gradient(135deg, #f8e7a9, #c69a3b); box-shadow: 0 16px 42px rgba(190,145,48,.28); color: #06101f !important; }
.bkl-button-gold:hover { box-shadow: 0 20px 48px rgba(232,200,117,.35); }
.bkl-button-ghost { background: rgba(255,255,255,.04); border-color: rgba(255,255,255,.25); color: #fff !important; }
.bkl-trust-list { display: flex; flex-wrap: wrap; gap: 10px 24px; list-style: none; margin: 0; padding: 0; }
.bkl-trust-list li { color: #b9c7dd; font-size: .82rem; font-weight: 700; }
.bkl-trust-list li::before { color: var(--bkl-gold); content: "◆"; font-size: .55em; margin-right: 9px; vertical-align: 2px; }
.bkl-hero-media { background: linear-gradient(145deg, rgba(255,255,255,.13), rgba(255,255,255,.035)); border: 1px solid rgba(232,200,117,.32); border-radius: 34px; box-shadow: 0 40px 100px rgba(0,0,0,.4); padding: 14px; }
.bkl-hero-media img { border-radius: 24px; width: 100%; }
.bkl-hero-media figcaption { color: #9fb0c9; padding-inline: 8px; }
.bkl-image-link { display: block; overflow: hidden; position: relative; text-decoration: none; }
.bkl-image-link::after { align-items: center; background: rgba(2,7,17,.76); border: 1px solid rgba(255,255,255,.35); border-radius: 50%; bottom: 18px; color: #fff; content: "↗"; display: flex; font-size: 1.1rem; height: 46px; justify-content: center; opacity: 0; position: absolute; right: 18px; transform: translateY(8px); transition: opacity .2s ease, transform .2s ease; width: 46px; }
.bkl-image-link:hover::after, .bkl-image-link:focus-visible::after { opacity: 1; transform: none; }
.bkl-image-link img { transition: transform .45s ease; }
.bkl-image-link:hover img { transform: scale(1.02); }

.bkl-metrics { background: #020812; border-bottom: 1px solid rgba(232,200,117,.18); color: #fff; padding: 30px 0; }
.bkl-metrics-grid { display: grid; gap: 18px; grid-template-columns: repeat(4, 1fr); }
.bkl-metrics-grid > div { border-left: 1px solid rgba(232,200,117,.28); display: grid; padding-left: 20px; }
.bkl-metrics-grid span { color: var(--bkl-gold); font-size: .68rem; font-weight: 900; }
.bkl-metrics-grid strong { font-size: 1.05rem; }
.bkl-metrics-grid small { color: #97a8c2; }

.bkl-toc { align-items: start; background: #fff; border: 1px solid var(--bkl-line); border-radius: var(--bkl-radius); box-shadow: var(--bkl-shadow); display: grid; gap: 40px; grid-template-columns: 230px 1fr; margin-top: 56px; padding: 32px 36px; }
.bkl-toc > div { display: grid; }
.bkl-toc > div span { color: var(--bkl-gold-deep); font-size: .68rem; font-weight: 850; letter-spacing: .13em; text-transform: uppercase; }
.bkl-toc ol { columns: 2; gap: 42px; margin: 0; padding-left: 1.2em; }
.bkl-toc li { break-inside: avoid; margin: 5px 0; }
.bkl-toc a { color: #1c3a63; font-weight: 680; text-decoration: none; }
.bkl-toc a:hover { color: var(--bkl-blue); text-decoration: underline; }

.bkl-section { padding-block: clamp(76px, 9vw, 124px); }
.bkl-section-heading { margin-bottom: 48px; max-width: 880px; }
.bkl-section-heading > p:last-child { color: var(--bkl-muted); font-size: 1.04rem; }
.bkl-section > p:not(.bkl-kicker), .bkl-section > div > p:not(.bkl-kicker) { max-width: 940px; }
.bkl-answer-card { background: linear-gradient(135deg, #071b3a, #0a285a); border: 1px solid #214d86; border-radius: 20px; color: #fff; margin-top: 34px; padding: 28px 32px; }
.bkl-answer-card > span { color: var(--bkl-gold); font-size: .7rem; font-weight: 850; letter-spacing: .14em; text-transform: uppercase; }
.bkl-answer-card p { margin: 8px 0 0; }

.bkl-section-midnight { background: linear-gradient(145deg, #020711, #071a39); color: #cbd6e7; }
.bkl-section-midnight h2 { color: #fff; }
.bkl-section-midnight .bkl-kicker { color: var(--bkl-gold); }
.bkl-split { align-items: center; display: grid; gap: clamp(46px, 8vw, 105px); grid-template-columns: 1.05fr .95fr; }
.bkl-split figure { background: rgba(255,255,255,.05); border: 1px solid rgba(232,200,117,.25); border-radius: 30px; box-shadow: 0 28px 80px rgba(0,0,0,.35); padding: 13px; }
.bkl-split figure img { border-radius: 21px; }
.bkl-section-midnight figcaption { color: #9aabc4; padding: 0 7px 7px; }

.bkl-check-grid { display: grid; gap: 18px; grid-template-columns: repeat(3, 1fr); margin: 38px 0 22px; }
.bkl-check-grid section { background: #fff; border: 1px solid var(--bkl-line); border-radius: 20px; box-shadow: 0 14px 35px rgba(10,35,70,.07); padding: 25px; }
.bkl-check-grid span { color: var(--bkl-gold-deep); }
.bkl-check-grid h3 { font-size: 1.15rem; margin-top: 14px; }
.bkl-check-grid p { color: var(--bkl-muted); font-size: .88rem; margin: 0; }
.bkl-readiness { background: var(--bkl-silk); border: 1px solid #e7dcc0; border-radius: 22px; margin-top: 20px; padding: 28px 32px; }
.bkl-readiness > strong { font-size: 1.1rem; }
.bkl-readiness ul { columns: 2; margin: 14px 0 18px; padding-left: 1.2em; }
.bkl-readiness p:last-child { margin-bottom: 0; }

.bkl-feature-grid { display: grid; gap: 18px; grid-template-columns: repeat(3, 1fr); }
.bkl-card { background: #fff; border: 1px solid var(--bkl-line); border-radius: 21px; padding: 27px; transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease; }
.bkl-card:hover { border-color: #cdb16d; box-shadow: 0 20px 48px rgba(20,43,77,.1); transform: translateY(-4px); }
.bkl-card > span { align-items: center; background: #f8f2e2; border-radius: 50%; color: #9b7328; display: inline-flex; font-size: .7rem; font-weight: 900; height: 40px; justify-content: center; margin-bottom: 20px; width: 40px; }
.bkl-card h3 { font-size: 1.17rem; }
.bkl-card p { color: var(--bkl-muted); font-size: .89rem; line-height: 1.65; margin: 0; }

.bkl-luxury-cta { background: linear-gradient(120deg, #07152d, #092b5c 65%, #075ec7); color: #fff; padding: 72px 0; position: relative; }
.bkl-luxury-cta::after { border: 1px solid rgba(232,200,117,.24); border-radius: 50%; content: ""; height: 360px; position: absolute; right: -120px; top: -200px; width: 360px; }
.bkl-cta-grid { align-items: center; display: grid; gap: 54px; grid-template-columns: 1fr auto; position: relative; z-index: 1; }
.bkl-luxury-cta h2, .bkl-luxury-cta p { color: #fff; }
.bkl-luxury-cta .bkl-kicker { color: var(--bkl-gold); }
.bkl-luxury-cta p { margin-bottom: 0; opacity: .86; }

.bkl-steps { display: grid; gap: 18px; }
.bkl-steps > section { align-items: start; background: #fff; border: 1px solid var(--bkl-line); border-radius: 21px; display: grid; gap: 24px; grid-template-columns: auto 1fr; padding: 27px; }
.bkl-steps > section > span { align-items: center; background: linear-gradient(135deg, #081b3c, #0b65ce); border: 1px solid #3684d2; border-radius: 15px; color: var(--bkl-gold); display: flex; font-weight: 900; height: 54px; justify-content: center; width: 54px; }
.bkl-steps h3 { margin-bottom: 9px; }
.bkl-steps p { color: var(--bkl-muted); margin: 0; }

.bkl-visual-break { background: linear-gradient(180deg, #f7f4ed, #fff); }
.bkl-visual-grid { align-items: center; display: grid; gap: clamp(45px, 8vw, 105px); grid-template-columns: .85fr 1.15fr; }
.bkl-visual-grid figure { background: #fff; border: 1px solid #e6dcc4; border-radius: 28px; box-shadow: var(--bkl-shadow); padding: 12px; }
.bkl-visual-grid img { border-radius: 19px; }
.bkl-text-link { color: #153f78; font-weight: 850; text-decoration: none; }
.bkl-text-link:hover { color: var(--bkl-blue); }

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

.bkl-section-silk { background: var(--bkl-silk); }
.bkl-editorial-note { align-items: center; background: #fff; border: 1px solid #e6dcc4; border-radius: 22px; display: grid; gap: 20px; grid-template-columns: auto 1fr; margin-top: 38px; padding: 27px; }
.bkl-editorial-note > span { align-items: center; background: #06152d; border: 1px solid #c29d4d; border-radius: 50%; color: var(--bkl-gold); display: flex; font-size: 1.1rem; font-weight: 900; height: 64px; justify-content: center; width: 64px; }
.bkl-editorial-note p { color: var(--bkl-muted); font-size: .84rem; margin: 4px 0 0; }

.bkl-gallery { display: grid; gap: 24px; grid-template-columns: repeat(2, 1fr); }
.bkl-gallery figure { background: #fff; border: 1px solid var(--bkl-line); border-radius: 24px; box-shadow: var(--bkl-shadow); padding: 12px; }
.bkl-gallery img { aspect-ratio: 1; border-radius: 17px; object-fit: cover; width: 100%; }
.bkl-gallery figcaption { padding: 0 8px 8px; }

.bkl-faq { border-top: 1px solid var(--bkl-line); }
.bkl-faq details { border-bottom: 1px solid var(--bkl-line); }
.bkl-faq summary { cursor: pointer; font-size: 1.06rem; font-weight: 820; list-style: none; padding: 24px 54px 24px 0; position: relative; }
.bkl-faq summary::-webkit-details-marker { display: none; }
.bkl-faq summary::after { color: var(--bkl-gold-deep); content: "+"; font-size: 1.65rem; position: absolute; right: 8px; top: 16px; }
.bkl-faq details[open] summary::after { content: "−"; }
.bkl-faq details p { color: var(--bkl-muted); max-width: 930px; padding: 0 50px 23px 0; }

.bkl-final-cta { background: radial-gradient(circle at 50% 0%, rgba(8,124,255,.25), transparent 40%), #020711; color: #fff; padding: clamp(86px, 11vw, 140px) 0; text-align: center; }
.bkl-final-cta .bkl-container { max-width: 920px; }
.bkl-final-cta h2, .bkl-final-cta p { color: #fff; }
.bkl-final-cta .bkl-kicker { color: var(--bkl-gold); }
.bkl-final-cta .bkl-button { margin-top: 16px; }
.bkl-final-cta .bkl-microcopy { color: #8fa0b9; font-size: .73rem; margin: 18px 0 0; }
.bkl-editorial-footer { color: var(--bkl-muted); font-size: .77rem; padding-block: 44px 94px; }
.bkl-editorial-footer a { color: #214f88; }
.bkl-mobile-cta { display: none; }

@media (max-width: 1020px) {
	.bkl-hero-grid, .bkl-split, .bkl-visual-grid { grid-template-columns: 1fr; }
	.bkl-hero-media { margin-inline: auto; max-width: 720px; }
	.bkl-feature-grid, .bkl-check-grid { grid-template-columns: repeat(2, 1fr); }
	.bkl-metrics-grid { grid-template-columns: repeat(2, 1fr); }
	.bkl-toc { grid-template-columns: 1fr; }
}

@media (max-width: 720px) {
	.bkl-container { width: min(100% - 28px, 1180px); }
	.bkl-page-shell { font-size: 16px; }
	.bkl-hero { padding-top: 58px; }
	.bkl-actions .bkl-button { width: 100%; }
	.bkl-feature-grid, .bkl-check-grid, .bkl-gallery, .bkl-metrics-grid { grid-template-columns: 1fr; }
	.bkl-toc { padding: 25px; }
	.bkl-toc ol, .bkl-readiness ul { columns: 1; }
	.bkl-cta-grid { grid-template-columns: 1fr; }
	.bkl-cta-grid .bkl-button { width: 100%; }
	.bkl-steps > section { grid-template-columns: 1fr; }
	.bkl-editorial-note { align-items: start; grid-template-columns: 1fr; }
	.bkl-mobile-cta { align-items: center; background: linear-gradient(135deg, #f8e7a9, #c69a3b); border: 1px solid #fff0b4; border-radius: 999px; bottom: 12px; box-shadow: 0 14px 38px rgba(2,7,17,.45); color: #06101f !important; display: flex; font-size: .9rem; font-weight: 900; gap: 10px; justify-content: center; left: 14px; min-height: 54px; padding: 13px 20px; position: fixed; right: 14px; text-decoration: none; z-index: 99999; }
	.bkl-editorial-footer { padding-bottom: 114px; }
}

@media (prefers-reduced-motion: reduce) { .bkl-page-shell *, .bkl-mobile-cta { scroll-behavior: auto !important; transition: none !important; } }
@media print { .bkl-mobile-cta, .bkl-actions, .bkl-luxury-cta, .bkl-final-cta { display: none !important; } .bkl-page-shell { color: #000; font-size: 11pt; } .bkl-section { padding-block: 28px; } .bkl-card, .bkl-steps > section { break-inside: avoid; box-shadow: none; } }
