:root {
    --navy-950: #071423;
    --navy-900: #0d2239;
    --navy-800: #173f66;
    --navy-700: #1f5d96;
    --ink-900: #173049;
    --ink-700: #2f4c67;
    --ink-600: #5f7690;
    --line: rgba(16, 47, 76, 0.17);
    --surface: #ffffff;
    --surface-soft: #f4f8fd;
    --gold: #c9a367;
    --cyan: #50afc5;
    --shadow-sm: 0 10px 24px rgba(9, 29, 49, 0.08);
    --shadow-md: 0 18px 44px rgba(8, 26, 45, 0.13);
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
    min-height: 100vh;
    font-family: 'Manrope', system-ui, -apple-system, 'Segoe UI', sans-serif;
    line-height: 1.65;
    color: var(--ink-900);
    background:
        radial-gradient(circle at 8% -8%, rgba(80, 175, 197, 0.16), transparent 36%),
        radial-gradient(circle at 90% -10%, rgba(201, 163, 103, 0.16), transparent 34%),
        linear-gradient(180deg, #edf4fc 0%, #f7fbff 48%, #eef5fc 100%);
}

a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
button, input, select, textarea { font: inherit; }
.sr-only { position: absolute; width: 1px; height: 1px; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); border: 0; }
.skip-link { position: absolute; top: -50px; left: 12px; z-index: 120; background: var(--navy-900); color: #fff; padding: 8px 12px; border-radius: 10px; font-size: .82rem; font-weight: 800; }
.skip-link:focus { top: 12px; }
.lz-container { width: min(1180px, calc(100% - 2rem)); margin-inline: auto; }
.lz-main { padding: clamp(16px, 2vw, 28px) 0 38px; }
.lz-section { padding: 10px 0 20px; }

.calc-header h1,
.lz-tools-title,
.home-premium h1,
.home-premium h2,
.home-premium h3,
.calc-card h2,
.calc-card h3,
.seo-text h2,
.blog-block-title,
.blog-editorial-banner h2,
.tools-methodology-card h2,
.legal-card h2,
.lz-rich-card h2,
.calc-editorial-head h2,
.legal-base-head h2 {
    font-family: 'Fraunces', Georgia, serif;
    font-weight: 600;
}

.calc-header { margin-bottom: 16px; }
.calc-header h1, .lz-tools-title { font-size: clamp(1.9rem, 3vw, 2.5rem); line-height: 1.15; color: var(--ink-900); margin-bottom: 8px; }
.subtitle, .lz-section-subtitle, .blog-block-subtitle, .calc-editorial-summary, .legal-base-updated, .seo-text p, .legal-card p, .lz-rich-card p, .blog-excerpt, .blog-box p, .blog-empty-state { color: var(--ink-600); }

.lz-header {
    position: sticky; top: 0; z-index: 90;
    border-bottom: 1px solid rgba(255, 255, 255, 0.14);
    background: linear-gradient(135deg, rgba(8, 22, 36, 0.96), rgba(18, 47, 76, 0.92));
    backdrop-filter: blur(10px);
    box-shadow: 0 14px 40px rgba(5, 15, 28, 0.34);
}
.lz-header-glow {
    position: absolute; inset: 0; pointer-events: none;
    background:
        radial-gradient(circle at 12% -150%, rgba(80, 175, 197, 0.34), transparent 54%),
        radial-gradient(circle at 88% -130%, rgba(201, 163, 103, 0.26), transparent 48%);
}
.lz-header-inner {
    position: relative;
    display: grid; grid-template-columns: auto 1fr auto auto;
    align-items: center; gap: 12px; padding: 12px 0;
}
.lz-header .lz-logo img { height: 40px; width: auto; }
.lz-nav { display: flex; align-items: center; justify-content: center; gap: 4px; flex-wrap: wrap; }
.lz-nav a {
    color: rgba(237, 244, 252, 0.86);
    border-radius: 999px;
    padding: 8px 13px;
    font-size: .9rem; font-weight: 700;
    transition: .2s ease;
}
.lz-nav a:hover, .lz-nav a.active { color: #fff; background: rgba(255, 255, 255, 0.12); transform: translateY(-1px); }
.lz-nav a.active { border: 1px solid rgba(255, 255, 255, 0.18); background: linear-gradient(130deg, rgba(80, 175, 197, 0.3), rgba(201, 163, 103, 0.22)); }

.lz-mobile-menu-btn {
    width: 42px; height: 42px; border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, 0.24);
    background: rgba(255, 255, 255, 0.08); color: #fff; display: none;
    align-items: center; justify-content: center; cursor: pointer;
}
.lz-mobile-menu-icon,
.lz-mobile-menu-icon::before,
.lz-mobile-menu-icon::after { display: block; width: 18px; height: 2px; border-radius: 99px; background: currentColor; position: relative; }
.lz-mobile-menu-icon::before, .lz-mobile-menu-icon::after { content: ''; position: absolute; left: 0; }
.lz-mobile-menu-icon::before { top: -6px; }
.lz-mobile-menu-icon::after { top: 6px; }
.lz-mobile-nav {
    display: none; gap: 8px; padding: 12px 1rem 14px;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
    background: rgba(5, 15, 26, 0.96);
}
.lz-mobile-nav.active { display: grid; }
.lz-mobile-nav a { border: 1px solid rgba(255, 255, 255, 0.14); background: rgba(255, 255, 255, 0.06); border-radius: 12px; padding: 10px 12px; color: rgba(236, 245, 255, 0.92); font-weight: 700; font-size: .9rem; }
.lz-mobile-nav a.active { border-color: rgba(80, 175, 197, .68); background: rgba(80, 175, 197, .2); }
.lz-mobile-nav a.lz-btn-primary {
    color: #fff;
    border-color: transparent;
    background: linear-gradient(132deg, var(--navy-900), var(--navy-700));
    box-shadow: 0 10px 22px rgba(11, 29, 47, 0.3);
}

.lz-btn,
.hp-btn,
.post-inline-cta-btn,
.post-share-btn,
.post-attachment-btn {
    display: inline-flex; align-items: center; justify-content: center;
    min-height: 42px; padding: 9px 16px; border-radius: 12px;
    border: 1px solid transparent; font-size: .9rem; font-weight: 800;
    transition: .2s ease; cursor: pointer;
}
.lz-btn:hover, .hp-btn:hover, .post-inline-cta-btn:hover, .post-share-btn:hover, .post-attachment-btn:hover { transform: translateY(-1px); }
.lz-btn-primary, .hp-btn-primary, .post-inline-cta-btn, .post-share-btn, .post-attachment-btn {
    color: #fff; background: linear-gradient(132deg, var(--navy-900), var(--navy-700));
    box-shadow: 0 12px 26px rgba(11, 29, 47, 0.3);
}
.lz-btn-secondary, .hp-btn-secondary, .lz-btn-outline {
    color: var(--navy-800); background: #fff; border-color: rgba(16, 47, 76, 0.24);
    box-shadow: var(--shadow-sm);
}
.lz-header-cta { min-height: 40px; font-size: .84rem; white-space: nowrap; }

.ad-label {
    display: inline-flex; margin-bottom: 8px; padding: 4px 9px;
    border-radius: 999px; border: 1px solid rgba(16, 47, 76, 0.16);
    background: rgba(16, 47, 76, 0.08);
    color: var(--ink-600); text-transform: uppercase; letter-spacing: .08em;
    font-size: .68rem; font-weight: 800;
}
.ads {
    width: 100%; min-height: 94px; margin-bottom: 14px;
    border: 1px dashed rgba(16, 47, 76, 0.26);
    border-radius: 16px;
    background: linear-gradient(165deg, rgba(255, 255, 255, 0.92), rgba(239, 246, 253, 0.84));
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.7);
    overflow: hidden;
}
.ads-sidebar { min-height: 300px; }
.ads ins.adsbygoogle { display: block; width: 100%; }
.ads.ads-empty { display: none !important; }
.ads-home-top,
.ads-tools-top,
.ads-post-top { min-height: 120px; }

.lz-rich-card,
.calc-card,
.blog-card,
.blog-box,
.tools-methodology-card,
.blog-editorial-banner,
.calc-editorial-card-shell,
.legal-base-card,
.hp-panel,
.hp-tool-card,
.hp-hero-copy,
.hp-hero-card,
.hp-cta-card,
.result-box,
.alert-error,
.post-inline-cta,
.post-attachment,
.post-editorial-card,
.post-resumo-destaque {
    border-radius: 18px;
    border: 1px solid var(--line);
    background: linear-gradient(180deg, #fff, #f6faff);
    box-shadow: var(--shadow-md);
}

.home-premium { --home-gap: 24px; padding-bottom: 30px; }
.hp-kicker,
.calc-editorial-kicker,
.legal-base-kicker,
.post-editorial-kicker,
.hp-tool-tag {
    display: inline-flex; align-items: center; gap: 6px;
    color: var(--navy-700); text-transform: uppercase; letter-spacing: .08em;
    font-size: .72rem; font-weight: 800;
}
.hp-kicker::before,
.calc-editorial-kicker::before,
.legal-base-kicker::before,
.post-editorial-kicker::before,
.hp-tool-tag::before {
    content: ''; width: 8px; height: 8px; border-radius: 99px;
    background: linear-gradient(130deg, var(--cyan), var(--gold));
}
.hp-hero-wrap { padding-top: 4px; }
.hp-hero-grid { display: grid; grid-template-columns: minmax(0, 1.45fr) minmax(0, 1fr); gap: var(--home-gap); }
.hp-hero-copy {
    padding: clamp(22px, 2.8vw, 32px);
    background:
        radial-gradient(circle at 92% -10%, rgba(80, 175, 197, 0.12), transparent 36%),
        radial-gradient(circle at -20% 110%, rgba(201, 163, 103, 0.14), transparent 38%),
        linear-gradient(160deg, #fff, #eff6fd);
}
.hp-hero-copy h1 { color: var(--ink-900); font-size: clamp(2rem, 4vw, 3.1rem); line-height: 1.08; }
.hp-hero-text { margin-top: 12px; max-width: 670px; }
.hp-hero-actions { margin-top: 20px; display: flex; gap: 10px; flex-wrap: wrap; }
.hp-chip-list { list-style: none; margin-top: 16px; display: flex; gap: 8px; flex-wrap: wrap; }
.hp-chip-list li {
    border: 1px solid rgba(16, 47, 76, 0.2); border-radius: 999px;
    background: rgba(255, 255, 255, 0.8); color: var(--ink-700);
    padding: 5px 10px; font-size: .76rem; font-weight: 700;
}
.hp-hero-card {
    padding: clamp(22px, 2.6vw, 30px);
    border-color: rgba(255, 255, 255, 0.16);
    background:
        radial-gradient(circle at 108% -8%, rgba(201, 163, 103, 0.36), transparent 40%),
        linear-gradient(165deg, #0b1f35 0%, #163f67 54%, #205886 100%);
}
.hp-hero-card h2 { color: #eff6ff; font-size: 1.45rem; }
.hp-hero-card p { margin-top: 10px; color: rgba(227, 239, 252, 0.9); }
.hp-card-link { display: inline-flex; margin-top: 18px; color: #f7fbff; font-size: .9rem; font-weight: 800; }
.hp-stat-grid { margin-top: 18px; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 8px; }
.hp-stat-item { border: 1px solid rgba(255, 255, 255, 0.2); border-radius: 12px; background: rgba(255, 255, 255, 0.12); padding: 10px; }
.hp-stat-item strong { color: #fff; font-size: 1.15rem; }
.hp-stat-item span { display: block; margin-top: 4px; color: rgba(229, 239, 250, 0.9); font-size: .76rem; }
.hp-ad-wrap { padding-top: 18px; }
.hp-tools-wrap, .hp-info-wrap, .hp-faq-wrap, .hp-cta-wrap { padding-top: 26px; }

.hp-section-head { display: flex; align-items: flex-end; justify-content: space-between; gap: 16px; flex-wrap: wrap; }
.hp-section-head-faq { align-items: center; }
.hp-section-head h2 { font-size: clamp(1.55rem, 3vw, 2.1rem); line-height: 1.2; color: var(--ink-900); }
.hp-section-subtitle { margin-top: 8px; max-width: 720px; color: var(--ink-600); }
.hp-inline-link, .hp-tool-link, .blog-readmore, .legal-base-list a { color: var(--navy-700); font-weight: 800; }

.hp-tool-grid { margin-top: 16px; display: grid; grid-template-columns: repeat(auto-fit, minmax(232px, 1fr)); gap: 12px; }
.hp-tool-card { display: flex; flex-direction: column; min-height: 220px; gap: 10px; padding: 16px; }
.hp-tool-card h3 { font-size: 1.15rem; color: var(--ink-900); line-height: 1.28; }
.hp-tool-card p { color: var(--ink-600); font-size: .9rem; }
.hp-tool-link { margin-top: auto; font-size: .86rem; }

.hp-info-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; }
.hp-panel { padding: 20px; }
.hp-panel h2 { margin-top: 8px; font-size: 1.5rem; color: var(--ink-900); }
.hp-check-list, .hp-step-list, .post-editorial-list, .legal-base-list, .tools-methodology-list, .calc-editorial-list {
    list-style: none; margin-top: 14px; display: grid; gap: 8px;
}
.hp-check-list li, .post-editorial-list li, .tools-methodology-list li, .calc-editorial-list li {
    display: flex; align-items: flex-start; gap: 9px; color: var(--ink-700); font-size: .92rem;
}
.hp-check-list li::before, .post-editorial-list li::before, .tools-methodology-list li::before, .calc-editorial-list li::before {
    content: '+'; color: var(--navy-700); font-weight: 900;
}

.hp-panel-dark {
    border-color: rgba(255, 255, 255, 0.18);
    background:
        radial-gradient(circle at 96% -10%, rgba(201, 163, 103, 0.26), transparent 42%),
        linear-gradient(160deg, #0d2740 0%, #1a4a76 100%);
}
.hp-panel-dark .hp-kicker,
.hp-panel-dark h2,
.hp-panel-dark h3,
.hp-panel-dark p,
.hp-panel-dark li { color: rgba(236, 245, 255, 0.94); }

.hp-step-list li {
    display: grid; grid-template-columns: 34px 1fr; gap: 10px;
    border-radius: 12px; border: 1px solid rgba(255, 255, 255, 0.2);
    background: rgba(255, 255, 255, 0.1); padding: 10px;
}
.hp-step-number {
    width: 34px; height: 34px; border-radius: 10px;
    display: inline-flex; align-items: center; justify-content: center;
    color: #fff; background: rgba(255, 255, 255, 0.24); font-size: .86rem; font-weight: 800;
}
.hp-step-list h3 { font-size: .95rem; margin-bottom: 2px; }
.hp-step-list p { font-size: .84rem; line-height: 1.55; }

.hp-faq-list { margin-top: 14px; display: grid; gap: 10px; }
.hp-faq-item { border: 1px solid var(--line); border-radius: 14px; background: linear-gradient(180deg, #fff, #f6faff); box-shadow: var(--shadow-sm); padding: 12px 14px; }
.hp-faq-item summary { list-style: none; cursor: pointer; color: var(--ink-900); font-size: .95rem; font-weight: 800; }
.hp-faq-item p { margin-top: 10px; color: var(--ink-600); }

.hp-cta-card {
    padding: 24px;
    display: grid; grid-template-columns: minmax(0, 1.35fr) minmax(0, 1fr);
    gap: 16px; align-items: center;
    border-color: rgba(255, 255, 255, 0.2);
    background:
        radial-gradient(circle at 88% -10%, rgba(201, 163, 103, 0.34), transparent 38%),
        linear-gradient(152deg, #0c1f34, #174366 62%, #1f588f);
}
.hp-cta-card .hp-kicker,
.hp-cta-card h2,
.hp-cta-card p { color: #edf6ff; }
.hp-cta-card h2 { font-size: clamp(1.5rem, 2.8vw, 2.1rem); line-height: 1.18; }
.hp-cta-card p { margin-top: 8px; }
.hp-cta-actions { display: flex; justify-content: flex-end; gap: 10px; flex-wrap: wrap; }

.hp-top-strip {
    padding: 6px 0 0;
}

.hp-top-strip-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    flex-wrap: wrap;
    border: 1px solid rgba(16, 47, 76, 0.12);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.72);
    box-shadow: var(--shadow-sm);
    padding: 7px 12px;
}

.hp-top-text {
    color: var(--ink-600);
    font-size: .8rem;
}

.hp-top-nav {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    flex-wrap: wrap;
}

.hp-top-nav a {
    border-radius: 999px;
    border: 1px solid rgba(16, 47, 76, 0.16);
    color: var(--navy-700);
    background: #fff;
    font-size: .76rem;
    font-weight: 800;
    padding: 5px 10px;
}

/* Tools and blog */
.tools-page, .blog-page-content, .blog-post-content, .legal-page, .page-hero { padding-top: 8px; }
.tools-layout {
    display: grid;
    gap: 14px;
}

.tools-hero-card {
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(0, .9fr);
    gap: 14px;
    align-items: stretch;
    border-radius: 20px;
    border: 1px solid var(--line);
    background: linear-gradient(180deg, #fff, #f7fbff);
    box-shadow: var(--shadow-sm);
    padding: 14px;
}

.tools-hero-main {
    display: grid;
    gap: 8px;
    align-content: start;
}

.tools-hero-main .lz-tools-title {
    margin: 0;
}

.tools-hero-side .ads {
    margin: 0;
}

.tools-content-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(260px, .34fr);
    gap: 14px;
    align-items: start;
}

.tools-main-column,
.tools-side-column {
    display: grid;
    gap: 14px;
}

.blog-intro-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(230px, .35fr);
    gap: 12px;
    align-items: stretch;
    margin-bottom: 12px;
}

.blog-intro-main {
    border: 1px solid var(--line);
    border-radius: 18px;
    background: linear-gradient(180deg, #fff, #f8fbff);
    box-shadow: var(--shadow-sm);
    padding: 14px;
}

.blog-intro-main .calc-header {
    margin-bottom: 0;
}

.blog-intro-stats {
    border: 1px solid var(--line);
    border-radius: 18px;
    background: linear-gradient(180deg, #fff, #f8fbff);
    box-shadow: var(--shadow-sm);
    padding: 14px;
    display: grid;
    gap: 10px;
    align-content: start;
}

.blog-intro-stat {
    border: 1px solid rgba(16, 47, 76, 0.12);
    border-radius: 12px;
    background: #fff;
    padding: 10px;
}

.blog-intro-stat span {
    display: block;
    color: var(--ink-600);
    font-size: .8rem;
}

.blog-intro-stat strong {
    display: block;
    margin-top: 2px;
    color: var(--ink-900);
    font-size: 1.25rem;
}

.blog-content-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.7fr) minmax(260px, .8fr);
    gap: 16px;
    align-items: start;
}

.blog-panel {
    border: 1px solid var(--line);
    border-radius: 18px;
    background: linear-gradient(180deg, #fff, #f8fbff);
    box-shadow: var(--shadow-sm);
    padding: 14px;
}

.blog-panel .blog-block-title {
    margin-bottom: 6px;
}

.blog-panel .blog-block-subtitle {
    margin-bottom: 10px;
}

.blog-layout {
    display: grid;
    grid-template-columns: minmax(0, 1.7fr) minmax(260px, .8fr);
    gap: 16px;
    align-items: start;
}
.blog-card-body { display: block; }
.blog-main, .blog-sidebar { display: grid; gap: 14px; }
.blog-sidebar { position: sticky; top: 88px; }
.blog-section { display: grid; gap: 10px; }
.blog-list, .lz-tools-grid { display: grid; gap: 12px; }
.lz-tools-grid { grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); }

.lz-tool-card,
.blog-card,
.blog-box {
    border-radius: 16px;
    border: 1px solid var(--line);
    background: linear-gradient(180deg, #fff, #f6faff);
    box-shadow: var(--shadow-sm);
}
.lz-tool { display: block; }
.lz-tool-card, .blog-card { padding: 14px; }
.lz-tool-card { display: flex; flex-direction: column; min-height: 170px; gap: 10px; transition: .2s ease; }
.lz-tool-card:hover, .blog-card:hover { transform: translateY(-2px); box-shadow: var(--shadow-md); }
.lz-tool-card h3, .blog-title { color: var(--ink-900); line-height: 1.28; }
.lz-tool-card h3 { font-size: 1.12rem; }
.lz-tool-card p { color: var(--ink-600); font-size: .92rem; }

.blog-card-header { display: flex; align-items: center; justify-content: space-between; gap: 8px; margin-bottom: 4px; }
.blog-source { color: var(--navy-700); text-transform: uppercase; letter-spacing: .07em; font-size: .68rem; font-weight: 800; }
.blog-date { font-size: .74rem; color: var(--ink-600); }
.blog-title { font-size: 1.02rem; margin-bottom: 4px; }
.blog-title a:hover { color: var(--navy-700); }
.blog-excerpt { font-size: .9rem; }
.blog-readmore { display: inline-flex; margin-top: 6px; font-size: .83rem; }
.blog-card-original { border-left: 3px solid var(--gold); }

.blog-box { padding: 12px; }
.blog-box h3 { color: var(--ink-900); margin-bottom: 6px; font-size: 1rem; }
.blog-box ul, .legal-list { list-style: none; display: grid; gap: 6px; }
.blog-box li, .legal-list li { color: var(--ink-700); font-size: .9rem; }
.blog-box li a { color: var(--navy-700); font-weight: 700; }

.blog-pagination { display: flex; flex-wrap: wrap; gap: 6px; margin-top: 8px; }
.guia-pagination { margin-top: 10px; }
.page-link {
    display: inline-flex; align-items: center; justify-content: center;
    min-width: 36px; min-height: 36px; padding: 6px 10px;
    border-radius: 10px; border: 1px solid rgba(16, 47, 76, 0.22);
    background: #fff; color: var(--navy-700); font-size: .82rem; font-weight: 800;
}
.page-link.active, .page-link:hover { color: #fff; border-color: transparent; background: linear-gradient(130deg, var(--navy-800), var(--navy-700)); }
.page-link.prev, .page-link.next { padding-inline: 12px; }

.blog-editorial-banner, .tools-methodology-card { padding: 16px 18px; }
.blog-editorial-banner h2, .tools-methodology-card h2 { color: var(--ink-900); font-size: 1.24rem; line-height: 1.3; }
.blog-editorial-banner p, .tools-methodology-card p { margin-top: 8px; font-size: .92rem; }
.blog-editorial-meta, .tools-methodology-updated { margin-top: 10px; color: var(--ink-600); font-size: .84rem; }
.blog-methodology-box ul { list-style: none; margin-top: 2px; display: grid; gap: 6px; }
.blog-methodology-box li { font-size: .86rem; }

/* Blog post */
.post-head-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.5fr) minmax(280px, .9fr);
    gap: 14px;
    align-items: start;
}

.post-head-main {
    border: 1px solid var(--line);
    border-radius: 20px;
    background: linear-gradient(180deg, #fff, #f8fbff);
    box-shadow: var(--shadow-sm);
    padding: 14px;
}

.post-head-main .calc-header {
    margin: 0;
}

.post-head-rail {
    display: grid;
    gap: 10px;
    align-content: start;
}

.post-head-rail .ads {
    margin: 0;
}

.post-content-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.68fr) minmax(260px, .8fr);
    gap: 16px;
    align-items: start;
}

.post-article-card {
    border-radius: 20px;
}

.post-sidebar {
    align-content: start;
}

.post-resumo-destaque, .post-editorial-card, .post-inline-cta, .post-attachment { padding: 12px 14px; border-radius: 14px; }
.post-resumo-destaque { margin-top: 10px; background: linear-gradient(180deg, #eef5ff, #f7fbff); }
.post-editorial-card { margin-top: 12px; }
.post-editorial-list { margin-top: 8px; }
.post-body-rich { color: var(--ink-900); line-height: 1.72; }
.post-body-rich > * + * { margin-top: 12px; }
.post-body-rich h2 { color: var(--ink-900); font-size: 1.42rem; line-height: 1.26; }
.post-body-rich h3 { color: var(--ink-900); font-size: 1.15rem; line-height: 1.32; }
.post-body-rich ul, .post-body-rich ol { padding-left: 20px; }
.post-body-rich li { margin-top: 4px; color: var(--ink-700); }
.post-body-rich blockquote, .lz-rich-card blockquote {
    margin: 14px 0; padding: 12px 14px; border-radius: 12px;
    border-left: 3px solid var(--gold);
    background: linear-gradient(180deg, #fff9ef, #fffdf7);
    color: var(--ink-700); font-weight: 700;
}

.post-attachment { display: flex; align-items: center; gap: 10px; flex-wrap: wrap; }
.post-attachment-icon {
    width: 34px; height: 34px; border-radius: 99px; display: inline-flex; align-items: center; justify-content: center;
    color: #fff; background: linear-gradient(130deg, var(--navy-900), var(--navy-700)); font-size: 1.1rem; font-weight: 700;
}
.post-attachment-info { flex: 1; min-width: 210px; }
.post-attachment-info strong { color: var(--ink-900); }
.post-attachment-meta { margin-top: 2px; color: var(--ink-600); font-size: .78rem; }
.post-attachment-meta span + span::before { content: ' | '; }
.post-inline-cta h3 { color: var(--ink-900); font-size: 1.1rem; }
.post-inline-cta p { margin: 8px 0 12px; color: var(--ink-600); font-size: .92rem; }

.post-share-container {
    margin-top: 12px; padding: 12px; display: flex; justify-content: space-between; gap: 12px; flex-wrap: wrap;
    border-radius: 14px; border: 1px solid var(--line);
    background: linear-gradient(180deg, #fff, #f4f9ff);
    box-shadow: var(--shadow-sm);
}
.result-share { margin-top: 14px; }
.shareable-result { position: relative; }
.post-share-info { color: var(--ink-700); font-size: .88rem; min-width: 220px; }
.post-share-info strong { color: var(--ink-900); }
.post-share-right { margin-left: auto; display: grid; gap: 8px; }
.post-share-powered { display: flex; justify-content: flex-end; color: var(--ink-600); font-size: .75rem; }
.post-share-actions { display: flex; gap: 8px; flex-wrap: wrap; justify-content: flex-end; }
.post-share-btn { min-height: 36px; padding: 7px 12px; border-radius: 10px; font-size: .82rem; }
.share-native-btn { color: #fff; border-color: transparent; background: linear-gradient(132deg, var(--navy-800), var(--navy-700)); }
.post-share-btn.copy { background: linear-gradient(130deg, #1f9b5f, #2db56f); box-shadow: 0 10px 20px rgba(29, 132, 81, 0.28); }
.post-share-btn.ghost { color: var(--navy-800); border-color: rgba(16, 47, 76, 0.22); background: #fff; box-shadow: var(--shadow-sm); }
.post-share-btn.ghost:hover { color: #fff; border-color: transparent; background: linear-gradient(132deg, var(--navy-800), var(--navy-700)); }
.post-share-bottom { margin-top: 18px; }

/* Institutional pages */
.page-shell, .legal-shell { width: min(940px, 100%); }
.lz-rich-card, .legal-card { padding: clamp(16px, 2.5vw, 24px); }
.about-card p + p { margin-top: 10px; }
.about-page { padding-top: 8px; }
.about-content-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.2fr) minmax(280px, .8fr);
    gap: 14px;
    align-items: start;
}

.about-side-stack {
    display: grid;
    gap: 14px;
}

.about-side-card {
    border-radius: 18px;
}

.about-side-card h2 {
    color: var(--ink-900);
    font-size: 1.2rem;
    margin-bottom: 8px;
}

.about-side-card p {
    color: var(--ink-600);
}

.legal-content-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.4fr) minmax(260px, .8fr);
    gap: 14px;
    align-items: start;
}

.legal-main-column,
.legal-side-column {
    display: grid;
    gap: 12px;
}

.legal-side-column {
    position: sticky;
    top: 88px;
}

.legal-side-card {
    border: 1px solid var(--line);
    border-radius: 16px;
    background: linear-gradient(180deg, #fff, #f8fbff);
    box-shadow: var(--shadow-sm);
    padding: 14px;
}

.legal-side-card h2 {
    color: var(--ink-900);
    font-size: 1rem;
    margin-bottom: 6px;
}

.legal-side-card p {
    color: var(--ink-600);
    font-size: .9rem;
}

.legal-side-card a {
    color: var(--navy-700);
    font-weight: 700;
}
.about-badge {
    display: inline-flex; align-items: center; gap: 8px; margin-bottom: 12px;
    border-radius: 999px; border: 1px solid rgba(16, 47, 76, 0.2);
    background: rgba(80, 175, 197, 0.1); color: var(--navy-700);
    font-size: .75rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase;
    padding: 6px 12px;
}
.about-points { list-style: none; margin-top: 12px; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px; }
.about-points li { border-radius: 12px; border: 1px solid var(--line); background: #fff; color: var(--ink-700); font-size: .88rem; font-weight: 700; padding: 10px 12px; }
.legal-card h2 { margin-top: 16px; margin-bottom: 6px; font-size: 1.2rem; color: var(--ink-900); }
.legal-card a { color: var(--navy-700); font-weight: 700; }
.legal-list { margin-top: 8px; }
.legal-list li::before { content: '- '; color: var(--navy-700); font-weight: 800; }

/* Calculators */
.calc-page { padding: 8px 0 26px; }
.calc-card { padding: clamp(16px, 2.3vw, 24px); }
.calc-card section { position: relative; }
.calc-card h2 { color: var(--ink-900); font-size: 1.32rem; line-height: 1.3; }
.calc-card h3, .result-box h3, .calc-editorial-card h3, .legal-base-grid h3, .blog-box h3 { color: var(--ink-900); font-size: 1.03rem; line-height: 1.35; }

.calc-form { display: grid; gap: 12px; }
.grid-2-cols { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.form-group { display: grid; gap: 5px; }
.form-group label { color: var(--ink-700); font-size: .84rem; font-weight: 800; }
.form-group small, .calc-form small, .result-note { color: var(--ink-600); font-size: .78rem; line-height: 1.5; }

.form-group input,
.form-group select,
.simulador-inputs input,
.simulador-inputs select,
.calc-form input,
.calc-form select,
.calc-form textarea {
    width: 100%; min-height: 42px;
    border-radius: 10px; border: 1px solid rgba(16, 47, 76, 0.24);
    background: #fff; color: var(--ink-900);
    padding: 9px 11px; font-size: .92rem;
}
.form-group input::placeholder,
.form-group select::placeholder,
.simulador-inputs input::placeholder,
.calc-form input::placeholder { color: #8ca0b6; }

.form-group input:focus,
.form-group select:focus,
.simulador-inputs input:focus,
.simulador-inputs select:focus,
.calc-form input:focus,
.calc-form select:focus {
    border-color: rgba(80, 175, 197, 0.78);
    box-shadow: 0 0 0 3px rgba(80, 175, 197, 0.2);
    outline: none;
}

.form-group.full-width, .full-width { grid-column: 1 / -1; }
.checkbox-inline { display: inline-flex; align-items: flex-start; gap: 8px; color: var(--ink-700); font-size: .87rem; font-weight: 700; }
.checkbox-inline input[type='checkbox'] { width: 18px; height: 18px; margin-top: 1px; accent-color: var(--navy-700); }

.alert-error {
    margin-top: 12px; padding: 10px 12px;
    border-radius: 12px; border: 1px solid #f3a8b1;
    background: linear-gradient(180deg, #fff3f5, #ffe8ea);
    color: #9f1f32; box-shadow: none;
}
.alert-error ul { padding-left: 16px; }

.result-box {
    margin-top: 12px; padding: 14px;
    border-radius: 16px; border: 1px solid rgba(16, 47, 76, 0.18);
    background:
        radial-gradient(circle at 92% -10%, rgba(80, 175, 197, 0.12), transparent 40%),
        linear-gradient(180deg, #f4f9ff, #eaf3ff);
    box-shadow: var(--shadow-sm);
}
.result-box p { color: var(--ink-700); font-size: .92rem; }
.result-box p + p { margin-top: 5px; }
.result-box strong { color: var(--ink-900); }
.result-box hr, .calc-card hr, .seo-text hr { border: 0; border-top: 1px solid rgba(16, 47, 76, 0.14); }

.seo-text {
    margin-top: 20px; padding: 14px;
    border-radius: 16px; border: 1px solid var(--line);
    background: linear-gradient(180deg, #fff, #f6faff);
    box-shadow: var(--shadow-sm);
}
.seo-text h2 { color: var(--ink-900); text-align: left; margin-bottom: 8px; font-size: 1.22rem; line-height: 1.32; }
.seo-text p + p { margin-top: 8px; }

.table-responsive {
    width: 100%; overflow-x: auto;
    border-radius: 12px; border: 1px solid rgba(16, 47, 76, 0.16);
    background: #fff;
}
.calc-table, #sim-tabela, #inss-sim-tabela {
    width: 100%; min-width: 620px;
    border-collapse: collapse; font-size: .86rem;
}
.calc-table thead, #sim-tabela thead, #inss-sim-tabela thead { background: linear-gradient(180deg, #f3f8ff, #ecf3fc); }
.calc-table th, .calc-table td, #sim-tabela th, #sim-tabela td, #inss-sim-tabela th, #inss-sim-tabela td {
    text-align: left; padding: 9px 10px;
    border-bottom: 1px solid rgba(16, 47, 76, 0.12);
    color: var(--ink-700); white-space: nowrap;
}
.calc-table th, #sim-tabela th, #inss-sim-tabela th { color: var(--ink-900); font-weight: 800; }
.calc-table tbody tr:nth-child(even), #sim-tabela tbody tr:nth-child(even), #inss-sim-tabela tbody tr:nth-child(even) { background: rgba(239, 246, 255, 0.68); }
.calc-table tbody tr:hover, #sim-tabela tbody tr:hover, #inss-sim-tabela tbody tr:hover { background: rgba(220, 236, 252, 0.95); }

.simulador-inputs { display: grid; grid-template-columns: repeat(auto-fit, minmax(188px, 1fr)); gap: 10px; align-items: end; }
.simulador-inputs > div { display: grid; gap: 5px; }
.simulador-inputs label { color: var(--ink-700); font-size: .82rem; font-weight: 800; }
.simulador-inputs button, .simulador-inputs .lz-btn, .simulador-inputs .post-inline-cta-btn { min-height: 42px; }

.calc-editorial-wrap, .legal-base-wrap { padding: 8px 0 0; }
.calc-editorial-card-shell, .legal-base-card { padding: 16px; }
.calc-editorial-head h2, .legal-base-head h2 { color: var(--ink-900); font-size: 1.3rem; line-height: 1.28; margin-top: 6px; }
.calc-editorial-grid, .legal-base-grid { margin-top: 12px; display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 12px; }
.calc-editorial-card { border-radius: 12px; border: 1px solid var(--line); background: #fff; box-shadow: var(--shadow-sm); padding: 12px; }
.calc-editorial-output, .legal-base-note, .calc-editorial-meta p { color: var(--ink-600); font-size: .87rem; }
.calc-editorial-meta { margin-top: 12px; padding-top: 10px; border-top: 1px solid rgba(16, 47, 76, 0.14); display: grid; gap: 4px; }
.legal-base-list { margin-top: 8px; }
.legal-base-list li { color: var(--ink-700); font-size: .9rem; }
.legal-base-list li::before { content: '-'; margin-right: 6px; color: var(--navy-700); font-weight: 800; }

/* Footer */
.lz-footer {
    margin-top: 26px;
    border-top: 1px solid rgba(255, 255, 255, 0.14);
    background:
        radial-gradient(circle at 6% -30%, rgba(80, 175, 197, 0.32), transparent 40%),
        radial-gradient(circle at 84% -40%, rgba(201, 163, 103, 0.26), transparent 42%),
        linear-gradient(140deg, #071829, #102b46 62%, #19466f);
    color: #edf5ff;
}
.lz-footer-inner { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 16px; align-items: end; padding: 26px 0; }
.lz-footer .lz-logo img { height: 34px; width: auto; }
.lz-footer-left, .lz-footer-right { display: grid; gap: 10px; }
.lz-footer-text { max-width: 420px; color: rgba(230, 240, 252, 0.9); font-size: .88rem; }
.lz-footer-links { display: flex; justify-content: flex-end; gap: 10px; flex-wrap: wrap; }
.lz-footer-links a { position: relative; color: rgba(237, 246, 255, 0.95); font-size: .84rem; font-weight: 700; }
.lz-footer-copy { color: rgba(206, 224, 243, 0.9); font-size: .8rem; text-align: right; }

.tools-page-subtitle { margin-bottom: 10px; }
.blog-page-intro, .blog-post-head { padding-bottom: 10px; }
.blog-page-content, .blog-post-content { padding-bottom: 24px; }

@keyframes fadeUp {
    from { opacity: 0; transform: translateY(14px); }
    to { opacity: 1; transform: translateY(0); }
}
.home-premium .hp-tool-card,
.home-premium .hp-panel,
.blog-card,
.lz-tool-card,
.calc-card,
.lz-rich-card,
.legal-card,
.blog-editorial-banner,
.tools-methodology-card,
.calc-editorial-card-shell,
.legal-base-card { animation: fadeUp .45s ease both; }

@media (max-width: 1120px) {
    .blog-layout,
    .blog-content-grid,
    .tools-content-grid,
    .post-content-grid,
    .post-head-grid,
    .about-content-grid,
    .legal-content-grid { grid-template-columns: 1fr; }
    .blog-sidebar { position: static; }
    .legal-side-column { position: static; }
}
@media (max-width: 980px) {
    .hp-hero-grid, .hp-info-grid, .hp-cta-card { grid-template-columns: 1fr; }
    .hp-cta-actions { justify-content: flex-start; }
    .hp-stat-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
    .tools-hero-card,
    .blog-intro-grid { grid-template-columns: 1fr; }
}
@media (max-width: 900px) {
    .lz-header-inner { grid-template-columns: auto 1fr auto; }
    .lz-nav, .lz-header-cta { display: none; }
    .lz-mobile-menu-btn { display: inline-flex; justify-self: end; }
    .about-points { grid-template-columns: 1fr; }
    .lz-footer-inner { grid-template-columns: 1fr; align-items: start; }
    .lz-footer-links, .lz-footer-copy { justify-content: flex-start; text-align: left; }
}
@media (max-width: 760px) {
    .grid-2-cols { grid-template-columns: 1fr; }
    .simulador-inputs { grid-template-columns: 1fr; }
    .post-share-actions { justify-content: flex-start; }
    .post-share-right { margin-left: 0; }
    .post-share-powered { justify-content: flex-start; }
}
@media (max-width: 640px) {
    .lz-container { width: min(1180px, calc(100% - 1rem)); }
    .lz-main { padding-top: 14px; }
    .calc-header h1, .lz-tools-title { font-size: clamp(1.66rem, 8vw, 2rem); }
    .calc-card, .lz-rich-card, .legal-card, .blog-card, .blog-box, .tools-methodology-card, .blog-editorial-banner, .calc-editorial-card-shell, .legal-base-card, .hp-panel, .hp-tool-card, .hp-hero-copy, .hp-hero-card, .hp-cta-card, .result-box, .post-resumo-destaque, .post-editorial-card, .post-inline-cta, .post-attachment { border-radius: 14px; padding: 12px; }
    .hp-hero-actions, .hp-cta-actions, .post-share-actions { width: 100%; }
    .hp-btn, .lz-btn, .post-share-btn, .post-inline-cta-btn, .post-attachment-btn { width: 100%; }
    .hp-stat-grid { grid-template-columns: 1fr; }
    .calc-table, #sim-tabela, #inss-sim-tabela { font-size: .8rem; }
    .hp-top-strip-inner { border-radius: 16px; }
    .tools-hero-card,
    .blog-intro-main,
    .blog-intro-stats,
    .blog-panel,
    .post-head-main,
    .legal-side-card { padding: 12px; }
}
@media (prefers-reduced-motion: reduce) {
    *, *::before, *::after {
        animation-duration: .01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: .01ms !important;
        scroll-behavior: auto !important;
    }
}

/* Premium Clean by page */
body.route-home {
    background:
        radial-gradient(circle at 12% -10%, rgba(80, 175, 197, 0.12), transparent 36%),
        radial-gradient(circle at 92% -16%, rgba(201, 163, 103, 0.12), transparent 34%),
        linear-gradient(180deg, #eff5fc 0%, #f9fcff 54%, #f1f6fd 100%);
}

body.route-home .home-premium {
    padding-bottom: 42px;
}

body.route-home .hp-hero-copy,
body.route-home .hp-tool-card,
body.route-home .hp-panel,
body.route-home .hp-faq-item {
    background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
    border-color: rgba(16, 47, 76, 0.14);
}

body.route-home .hp-hero-card,
body.route-home .hp-cta-card,
body.route-home .hp-panel-dark {
    box-shadow: 0 20px 42px rgba(9, 31, 52, 0.28);
}

body.route-home .hp-tool-card {
    min-height: 236px;
}

body.route-ferramentas {
    background:
        radial-gradient(circle at 8% -8%, rgba(80, 175, 197, 0.1), transparent 32%),
        linear-gradient(180deg, #f2f7fd 0%, #f9fcff 52%, #f2f7fd 100%);
}

body.route-ferramentas .tools-content-grid {
    grid-template-columns: minmax(0, 1fr) minmax(280px, .33fr);
}

body.route-ferramentas .tools-main-column {
    gap: 16px;
}

body.route-ferramentas .lz-tools-title {
    text-align: left;
    margin-bottom: 6px;
}

body.route-ferramentas .tools-page-subtitle {
    margin-bottom: 0;
    max-width: 740px;
}

body.route-ferramentas .tools-hero-card {
    border-radius: 22px;
    border-color: rgba(16, 47, 76, 0.13);
    box-shadow: 0 14px 36px rgba(8, 30, 50, 0.09);
}

body.route-ferramentas .tools-methodology-card {
    border-radius: 20px;
    border-color: rgba(16, 47, 76, 0.13);
    box-shadow: 0 14px 36px rgba(8, 30, 50, 0.09);
}

body.route-ferramentas .lz-tools-grid {
    grid-template-columns: repeat(auto-fit, minmax(248px, 1fr));
}

body.route-ferramentas .lz-tool-card {
    min-height: 188px;
    border-color: rgba(16, 47, 76, 0.14);
    background:
        linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
}

body.route-ferramentas .lz-tool-card h3 {
    font-size: 1.08rem;
}

body.route-blog {
    background:
        radial-gradient(circle at 10% -10%, rgba(80, 175, 197, 0.1), transparent 36%),
        radial-gradient(circle at 90% -22%, rgba(201, 163, 103, 0.1), transparent 32%),
        linear-gradient(180deg, #f3f8fd 0%, #f9fcff 56%, #f2f7fd 100%);
}

body.route-blog .blog-page-intro {
    padding-top: 2px;
}

body.route-blog .blog-editorial-banner {
    border-radius: 20px;
    background: linear-gradient(180deg, #ffffff 0%, #f7fbff 100%);
    border-color: rgba(16, 47, 76, 0.13);
}

body.route-blog .blog-content-grid {
    grid-template-columns: minmax(0, 1fr) minmax(290px, .35fr);
}

body.route-blog .blog-intro-main,
body.route-blog .blog-intro-stats,
body.route-blog .blog-panel {
    border-color: rgba(16, 47, 76, 0.13);
    background: linear-gradient(180deg, #ffffff 0%, #f7fbff 100%);
}

body.route-blog .blog-card {
    border-radius: 14px;
    border-color: rgba(16, 47, 76, 0.14);
    background: #ffffff;
}

body.route-blog .blog-card-original {
    border-left-width: 4px;
}

body.route-blog .blog-title {
    font-size: 1.05rem;
}

body.route-blog .blog-source {
    color: #1a527f;
}

body.route-blog .blog-box {
    border-radius: 14px;
}

body.route-blog-post {
    background:
        radial-gradient(circle at 14% -6%, rgba(80, 175, 197, 0.1), transparent 34%),
        linear-gradient(180deg, #f4f8fd 0%, #fbfdff 52%, #f3f8fd 100%);
}

body.route-blog-post .post-content-grid {
    grid-template-columns: minmax(0, 1.65fr) minmax(280px, .35fr);
}

body.route-blog-post .post-head-main {
    border-radius: 22px;
    border-color: rgba(16, 47, 76, 0.13);
}

body.route-blog-post .blog-card.blog-card-original {
    border-left-width: 0;
    border: 1px solid rgba(16, 47, 76, 0.14);
    border-radius: 20px;
    box-shadow: 0 18px 40px rgba(8, 29, 49, 0.1);
}

body.route-blog-post .blog-card-body {
    padding: 2px;
}

body.route-blog-post .post-body-rich {
    font-size: 1rem;
    color: #1f3a54;
}

body.route-blog-post .post-body-rich h2,
body.route-blog-post .post-body-rich h3 {
    color: #183651;
}

body.route-blog-post .post-body-rich p {
    color: #2b4864;
}

body.route-blog-post .post-share-container {
    border-radius: 16px;
    border-color: rgba(16, 47, 76, 0.14);
}

body.route-blog-post .post-inline-cta {
    border-radius: 16px;
    border-color: rgba(16, 47, 76, 0.14);
}

body.route-sobre,
body.route-contato,
body.route-politica-de-privacidade,
body.route-termos-de-uso {
    background:
        radial-gradient(circle at 12% -10%, rgba(80, 175, 197, 0.1), transparent 34%),
        linear-gradient(180deg, #f3f8fd 0%, #fbfdff 54%, #f2f7fd 100%);
}

body.route-sobre .about-card,
body.route-contato .legal-card,
body.route-politica-de-privacidade .legal-card,
body.route-termos-de-uso .legal-card {
    border-radius: 22px;
    border-color: rgba(16, 47, 76, 0.14);
    background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
    box-shadow: 0 18px 40px rgba(8, 30, 50, 0.1);
}

body.route-sobre .about-card {
    border-left: 4px solid rgba(201, 163, 103, 0.85);
}

body.route-sobre .about-side-card,
body.route-contato .legal-side-card,
body.route-politica-de-privacidade .legal-side-card,
body.route-termos-de-uso .legal-side-card {
    border-color: rgba(16, 47, 76, 0.13);
}

body.route-contato .legal-card {
    border-left: 4px solid rgba(80, 175, 197, 0.85);
}

body.route-politica-de-privacidade .legal-card,
body.route-termos-de-uso .legal-card {
    border-left: 4px solid rgba(31, 93, 150, 0.78);
}

body.route-calculadora {
    background:
        radial-gradient(circle at 10% -12%, rgba(80, 175, 197, 0.1), transparent 34%),
        radial-gradient(circle at 90% -18%, rgba(201, 163, 103, 0.1), transparent 32%),
        linear-gradient(180deg, #f2f7fd 0%, #fbfdff 56%, #f2f7fd 100%);
}

body.route-calculadora .calc-page .lz-container {
    width: min(1040px, calc(100% - 2rem));
}

body.route-calculadora .calc-card {
    border-radius: 22px;
    border-color: rgba(16, 47, 76, 0.14);
    background: linear-gradient(180deg, #ffffff 0%, #f9fcff 100%);
    box-shadow: 0 18px 44px rgba(8, 30, 50, 0.11);
}

body.route-calculadora .calc-card section {
    border-radius: 16px;
    border: 1px solid rgba(16, 47, 76, 0.1);
    background: #ffffff;
    padding: 14px;
}

body.route-calculadora .calc-card section + hr {
    margin: 14px 0 14px !important;
}

body.route-calculadora .calc-form {
    gap: 10px;
}

body.route-calculadora .form-group label,
body.route-calculadora .simulador-inputs label {
    color: #2a4863;
}

body.route-calculadora .result-box {
    border-radius: 14px;
    border-color: rgba(16, 47, 76, 0.16);
    background: linear-gradient(180deg, #f6fbff 0%, #edf5ff 100%);
}

body.route-calculadora .table-responsive {
    border-radius: 14px;
}

body.route-calculadora .calc-editorial-card-shell,
body.route-calculadora .legal-base-card,
body.route-calculadora .seo-text {
    border-radius: 18px;
    border-color: rgba(16, 47, 76, 0.14);
    background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
}

body.route-calculadora .calc-editorial-card,
body.route-calculadora .legal-base-grid > div {
    border-radius: 12px;
    border: 1px solid rgba(16, 47, 76, 0.12);
    background: #ffffff;
    padding: 12px;
}

@media (max-width: 1120px) {
    body.route-ferramentas .tools-content-grid,
    body.route-blog .blog-content-grid,
    body.route-blog-post .post-content-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 900px) {
    body.route-calculadora .calc-page .lz-container {
        width: min(1040px, calc(100% - 1rem));
    }

    body.route-calculadora .calc-card section {
        padding: 12px;
    }
}

@media (max-width: 640px) {
    body.route-ferramentas .lz-tools-title,
    body.route-blog .blog-block-title {
        font-size: clamp(1.48rem, 7vw, 1.9rem);
    }

    body.route-blog-post .blog-card.blog-card-original,
    body.route-sobre .about-card,
    body.route-contato .legal-card,
    body.route-politica-de-privacidade .legal-card,
    body.route-termos-de-uso .legal-card,
    body.route-calculadora .calc-card {
        border-radius: 16px;
    }
}

/* Visual merge from provided templates */
body {
    font-family: 'Plus Jakarta Sans', 'Manrope', system-ui, -apple-system, 'Segoe UI', sans-serif;
}

.lz-header {
    border-bottom: 1px solid rgba(255, 255, 255, 0.52);
    background: rgba(255, 255, 255, 0.8);
    backdrop-filter: blur(16px);
    box-shadow: 0 8px 26px rgba(15, 38, 64, 0.08);
}

.lz-header-glow {
    display: none;
}

.lz-nav a {
    color: #64748b;
    font-weight: 700;
}

.lz-nav a:hover,
.lz-nav a.active {
    color: #1f5d96;
    background: #f0f7ff;
    border-color: transparent;
}

.lz-header-cta {
    color: #fff;
    background: linear-gradient(140deg, #071423, #173f66);
}

.lz-mobile-menu-btn {
    color: #1f5d96;
    border-color: #dbe7f4;
    background: #fff;
}

.lz-mobile-nav {
    border-top-color: #e7edf5;
    background: rgba(255, 255, 255, 0.95);
}

.lz-mobile-nav a {
    color: #334155;
    border-color: #e5edf7;
    background: #fff;
}

.lz-mobile-nav a.active {
    color: #1f5d96;
    border-color: #bfdbfe;
    background: #f0f7ff;
}

.lz-footer {
    margin-top: 18px;
    border-top: 1px solid #e5edf7;
    background: #ffffff;
    color: #334155;
}

.lz-footer-text,
.lz-footer-copy {
    color: #64748b;
}

.lz-footer-links a {
    color: #334155;
}

.ni-home-page {
    position: relative;
    z-index: 1;
}

.ni-hero {
    position: relative;
    padding: 104px 0 72px;
    overflow: hidden;
}

.ni-bg-orb {
    position: absolute;
    border-radius: 999px;
    filter: blur(42px);
    opacity: 0.48;
    z-index: 0;
}

.ni-bg-orb-a {
    width: 320px;
    height: 320px;
    left: 10%;
    top: -80px;
    background: rgba(31, 93, 150, 0.22);
}

.ni-bg-orb-b {
    width: 300px;
    height: 300px;
    right: 10%;
    top: -90px;
    background: rgba(59, 130, 246, 0.22);
}

.ni-bg-orb-c {
    width: 340px;
    height: 340px;
    left: 50%;
    bottom: -180px;
    background: rgba(191, 219, 254, 0.36);
    transform: translateX(-50%);
}

.ni-hero-content {
    position: relative;
    z-index: 2;
    text-align: center;
}

.ni-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    border: 1px solid #dbe7f4;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.8);
    box-shadow: 0 4px 18px rgba(15, 38, 64, 0.08);
    color: #173f66;
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    padding: 8px 14px;
}

.ni-badge-dot {
    width: 8px;
    height: 8px;
    border-radius: 999px;
    background: #1f5d96;
}

.ni-hero h1 {
    margin-top: 16px;
    color: #071423;
    font-size: clamp(2rem, 5vw, 4rem);
    line-height: 1.08;
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-weight: 800;
    letter-spacing: -0.02em;
}

.ni-hero p {
    margin: 16px auto 0;
    max-width: 760px;
    color: #64748b;
    font-size: 1rem;
    line-height: 1.7;
}

.ni-search-wrap {
    margin: 28px auto 0;
    max-width: 620px;
}

.ni-search-wrap input {
    width: 100%;
    border: 1px solid #dbe7f4;
    border-radius: 16px;
    background: #ffffff;
    color: #0f172a;
    box-shadow: 0 12px 28px rgba(15, 38, 64, 0.08);
    padding: 16px 18px;
}

.ni-chip-row {
    margin-top: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    flex-wrap: wrap;
}

.ni-chip-row span {
    color: #94a3b8;
    font-size: 0.82rem;
    font-weight: 700;
}

.ni-chip-row a {
    border: 1px solid #dbe7f4;
    border-radius: 999px;
    background: #ffffff;
    color: #64748b;
    font-size: 0.8rem;
    font-weight: 700;
    padding: 6px 12px;
}

.ni-chip-row a:hover {
    color: #1f5d96;
    border-color: #1f5d96;
}

.ni-tools-home {
    padding: 20px 0 26px;
}

.ni-section-head {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 12px;
    flex-wrap: wrap;
    margin-bottom: 14px;
    padding-bottom: 14px;
    border-bottom: 1px solid #e8eef6;
}

.ni-section-head h2 {
    color: #071423;
    font-size: 1.9rem;
    font-weight: 800;
    line-height: 1.2;
    font-family: 'Plus Jakarta Sans', sans-serif;
}

.ni-section-head p {
    margin-top: 6px;
    color: #64748b;
    font-size: 0.9rem;
}

.ni-filter-row {
    display: flex;
    align-items: center;
    gap: 8px;
    overflow-x: auto;
    padding-bottom: 2px;
}

.ni-filter-row button {
    border: 1px solid #dbe7f4;
    border-radius: 12px;
    background: #ffffff;
    color: #64748b;
    font-size: 0.82rem;
    font-weight: 700;
    padding: 9px 14px;
    white-space: nowrap;
}

.ni-filter-row button.active {
    border-color: transparent;
    color: #ffffff;
    background: #071423;
}

.ni-tool-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 14px;
}

.ni-tool-grid-tools {
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}

.ni-tool-card {
    display: flex;
    flex-direction: column;
    min-height: 214px;
    border: 1px solid #e2e8f0;
    border-radius: 16px;
    background: #ffffff;
    box-shadow: 0 4px 20px rgba(31, 93, 150, 0.08);
    padding: 16px;
    transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.ni-tool-card:hover {
    transform: translateY(-4px);
    border-color: #1f5d96;
    box-shadow: 0 16px 34px rgba(31, 93, 150, 0.15);
}

.ni-tool-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
}

.ni-tool-icon {
    border-radius: 10px;
    background: #f0f7ff;
    color: #1f5d96;
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.04em;
    padding: 7px 9px;
}

.ni-tool-tag {
    border-radius: 999px;
    background: #f1f5f9;
    color: #64748b;
    font-size: 0.68rem;
    font-weight: 800;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    padding: 4px 8px;
}

.ni-tool-card h3 {
    margin-top: 12px;
    color: #071423;
    font-size: 1.02rem;
    line-height: 1.3;
}

.ni-tool-card p {
    margin-top: 6px;
    color: #64748b;
    font-size: 0.88rem;
    line-height: 1.6;
}

.ni-tool-link {
    margin-top: auto;
    color: #1f5d96;
    font-size: 0.8rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.ni-home-blog {
    padding: 22px 0 32px;
    border-top: 1px solid #e8eef6;
}

.ni-section-head-blog {
    align-items: center;
}

.ni-inline-link {
    color: #1f5d96;
    font-size: 0.9rem;
    font-weight: 800;
}

.ni-inline-link:hover {
    color: #173f66;
}

.ni-blog-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 14px;
}

.ni-blog-card {
    border: 1px solid #e2e8f0;
    border-radius: 16px;
    overflow: hidden;
    background: #ffffff;
    box-shadow: 0 6px 22px rgba(15, 38, 64, 0.08);
}

.ni-blog-cover {
    height: 164px;
    background: linear-gradient(150deg, #f0f7ff, #dcecff);
}

.ni-blog-body {
    padding: 14px;
}

.ni-blog-cat {
    color: #1f5d96;
    font-size: 0.7rem;
    font-weight: 800;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.ni-blog-body h3 {
    margin-top: 8px;
    color: #071423;
    font-size: 1.02rem;
    line-height: 1.3;
}

.ni-blog-body p {
    margin-top: 6px;
    color: #64748b;
    font-size: 0.86rem;
}

.ni-blog-link {
    margin-top: 8px;
    display: inline-flex;
    color: #1f5d96;
    font-size: 0.82rem;
    font-weight: 800;
}

.ni-home-faq {
    padding: 16px 0 0;
}

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

.ni-faq-item {
    border: 1px solid #dbe7f4;
    border-radius: 12px;
    background: #ffffff;
    padding: 11px 12px;
}

.ni-faq-item summary {
    cursor: pointer;
    color: #0f172a;
    font-size: 0.9rem;
    font-weight: 700;
}

.ni-faq-item p {
    margin-top: 8px;
    color: #64748b;
    font-size: 0.86rem;
}

.ni-tools-page {
    padding: 86px 0 30px;
}

.ni-tools-header {
    padding: 28px 0 14px;
    text-align: center;
}

.ni-tools-header-inner {
    display: grid;
    gap: 8px;
    justify-items: center;
}

.ni-tools-header h1 {
    color: #071423;
    font-size: clamp(2rem, 4vw, 2.8rem);
    font-weight: 800;
}

.ni-tools-header p {
    margin-top: 8px;
    color: #64748b;
    font-size: 0.95rem;
}

.ni-tools-header .ni-search-wrap {
    margin-top: 18px;
}

.ni-tools-shell {
    margin-top: 10px;
    display: grid;
    grid-template-columns: minmax(220px, 0.34fr) minmax(0, 1fr);
    gap: 14px;
    align-items: start;
}

.ni-tools-sidebar {
    position: sticky;
    top: 90px;
    border: 1px solid #e2e8f0;
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.75);
    backdrop-filter: blur(8px);
    box-shadow: 0 6px 20px rgba(15, 38, 64, 0.08);
    padding: 12px;
    display: grid;
    gap: 8px;
}

.ni-tools-sidebar h3 {
    color: #071423;
    font-size: 0.95rem;
    font-weight: 800;
    padding: 4px 2px 6px;
}

.ni-tools-sidebar button {
    text-align: left;
    border: 1px solid transparent;
    border-radius: 10px;
    background: transparent;
    color: #64748b;
    font-size: 0.85rem;
    font-weight: 700;
    padding: 9px 10px;
}

.ni-tools-sidebar button:hover {
    color: #1f5d96;
    background: #f8fbff;
}

.ni-tools-sidebar button.active {
    color: #1f5d96;
    border-color: #dbeafe;
    background: #f0f7ff;
}

.ni-tools-main {
    display: grid;
    gap: 14px;
}

.ni-blog-page {
    padding: 88px 0 30px;
}

.ni-blog-header {
    text-align: center;
    padding: 26px 0 16px;
}

.ni-blog-kicker {
    display: inline-block;
    color: #1f5d96;
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.09em;
    text-transform: uppercase;
}

.ni-blog-header h1 {
    margin-top: 6px;
    color: #071423;
    font-size: clamp(2rem, 4vw, 2.9rem);
    font-weight: 800;
}

.ni-blog-header p {
    margin-top: 8px;
    color: #64748b;
    font-size: 0.95rem;
}

.ni-blog-shell {
    display: grid;
    gap: 14px;
}

.ni-blog-featured {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: 14px;
    align-items: center;
    border: 1px solid #e2e8f0;
    border-radius: 20px;
    background: #ffffff;
    box-shadow: 0 10px 26px rgba(15, 38, 64, 0.08);
    padding: 14px;
}

.ni-blog-featured-body {
    display: grid;
    gap: 4px;
    align-content: start;
}

.ni-blog-featured-cover {
    min-height: 260px;
    border-radius: 16px;
    background: linear-gradient(150deg, #f0f7ff, #dcecff);
}

.ni-blog-featured-meta {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
}

.ni-blog-featured-meta span:first-child {
    border-radius: 999px;
    background: #dbeafe;
    color: #1d4ed8;
    font-size: 0.7rem;
    font-weight: 800;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    padding: 4px 9px;
}

.ni-blog-featured-meta span:last-child {
    color: #94a3b8;
    font-size: 0.78rem;
    font-weight: 700;
}

.ni-blog-featured h2 {
    margin-top: 10px;
    color: #071423;
    font-size: clamp(1.4rem, 2.3vw, 2rem);
    line-height: 1.2;
    font-weight: 800;
}

.ni-blog-featured p {
    margin-top: 10px;
    color: #64748b;
    font-size: 0.92rem;
    line-height: 1.7;
}

.ni-blog-action {
    margin-top: 12px;
    display: inline-flex;
    align-items: center;
    border-radius: 12px;
    background: #071423;
    color: #ffffff;
    font-size: 0.86rem;
    font-weight: 800;
    padding: 10px 14px;
}

.ni-blog-meta-strip {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
    border: 1px solid #e2e8f0;
    border-radius: 14px;
    background: #ffffff;
    box-shadow: 0 6px 20px rgba(15, 38, 64, 0.06);
    padding: 10px;
}

.ni-blog-meta-item {
    border: 1px solid #e8eef6;
    border-radius: 10px;
    background: #f8fbff;
    padding: 8px 10px;
}

.ni-blog-meta-item span {
    display: block;
    color: #64748b;
    font-size: 0.75rem;
}

.ni-blog-meta-item strong {
    display: block;
    color: #071423;
    font-size: 1rem;
}

.ni-blog-block {
    border: 1px solid #e2e8f0;
    border-radius: 18px;
    background: #ffffff;
    box-shadow: 0 8px 24px rgba(15, 38, 64, 0.06);
    padding: 14px;
}

.ni-blog-block h3 {
    color: #071423;
    font-size: 1.35rem;
    font-weight: 800;
    margin-bottom: 12px;
}

.ni-blog-mini {
    border: 1px solid #e8eef6;
    border-radius: 14px;
    background: #ffffff;
    overflow: hidden;
}

.ni-blog-mini-cover {
    height: 128px;
    background: linear-gradient(150deg, #f0f7ff, #e5f0ff);
}

.ni-blog-mini-body {
    padding: 12px;
}

.ni-blog-mini-cat {
    color: #1f5d96;
    font-size: 0.7rem;
    font-weight: 800;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.ni-blog-mini h4 {
    margin-top: 8px;
    color: #071423;
    font-size: 1rem;
    line-height: 1.3;
}

.ni-blog-mini p {
    margin-top: 6px;
    color: #64748b;
    font-size: 0.84rem;
    line-height: 1.55;
}

.ni-blog-pagination-wrap {
    border: 1px solid #e2e8f0;
    border-radius: 14px;
    background: #ffffff;
    padding: 12px;
}

.ni-blog-pagination-wrap h4 {
    color: #334155;
    font-size: 0.84rem;
    font-weight: 700;
    margin-bottom: 8px;
}

.ni-contact-page {
    position: relative;
    padding: 90px 0 30px;
    overflow: hidden;
}

.ni-contact-orb {
    position: absolute;
    top: -80px;
    right: -80px;
    width: 360px;
    height: 360px;
    border-radius: 999px;
    background: rgba(31, 93, 150, 0.12);
    filter: blur(30px);
    pointer-events: none;
}

.ni-contact-shell {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: 16px;
    align-items: start;
}

.ni-contact-copy {
    padding: 14px 4px;
}

.ni-contact-kicker {
    color: #1f5d96;
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.09em;
    text-transform: uppercase;
}

.ni-contact-copy h1 {
    margin-top: 8px;
    color: #071423;
    font-size: clamp(2rem, 4vw, 3rem);
    font-weight: 800;
    line-height: 1.1;
}

.ni-contact-copy p {
    margin-top: 10px;
    color: #64748b;
    font-size: 0.95rem;
    line-height: 1.7;
}

.ni-contact-info-list {
    margin-top: 18px;
    display: grid;
    gap: 10px;
}

.ni-contact-info-item {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 10px;
    align-items: start;
}

.ni-contact-icon {
    border-radius: 10px;
    background: #f0f7ff;
    color: #1f5d96;
    font-size: 0.7rem;
    font-weight: 800;
    letter-spacing: 0.04em;
    padding: 9px 10px;
}

.ni-contact-info-item h3 {
    color: #071423;
    font-size: 0.95rem;
    font-weight: 700;
}

.ni-contact-info-item p {
    margin-top: 2px;
    color: #64748b;
    font-size: 0.88rem;
}

.ni-contact-notes {
    margin-top: 16px;
    border: 1px solid #e2e8f0;
    border-radius: 14px;
    background: #ffffff;
    box-shadow: 0 8px 22px rgba(15, 38, 64, 0.06);
    padding: 12px;
}

.ni-contact-notes h4 {
    color: #071423;
    font-size: 0.95rem;
    font-weight: 800;
    margin-bottom: 8px;
}

.ni-contact-notes p {
    margin-top: 8px;
    color: #64748b;
    font-size: 0.86rem;
}

.ni-contact-form-wrap {
    display: grid;
    gap: 10px;
}

.ni-contact-form {
    border: 1px solid rgba(255, 255, 255, 0.62);
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.72);
    backdrop-filter: blur(18px);
    box-shadow: 0 18px 34px rgba(15, 38, 64, 0.08);
    padding: 18px;
    display: grid;
    gap: 10px;
}

.ni-form-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
}

.ni-contact-form label {
    display: block;
    color: #071423;
    font-size: 0.7rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    margin-bottom: 4px;
}

.ni-contact-form input,
.ni-contact-form textarea {
    width: 100%;
    border: 1px solid #dbe7f4;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.86);
    color: #0f172a;
    padding: 10px 11px;
}

.ni-contact-form input:focus,
.ni-contact-form textarea:focus {
    outline: none;
    border-color: #1f5d96;
    box-shadow: 0 0 0 2px rgba(31, 93, 150, 0.12);
}

.ni-contact-form button {
    border: none;
    border-radius: 12px;
    color: #ffffff;
    background: #1f5d96;
    font-size: 0.9rem;
    font-weight: 800;
    padding: 12px;
    cursor: pointer;
}

.ni-contact-form button:hover {
    background: #173f66;
}

@media (max-width: 1120px) {
    .ni-tools-shell {
        grid-template-columns: 1fr;
    }

    .ni-tools-sidebar {
        position: static;
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .ni-tools-sidebar h3 {
        grid-column: 1 / -1;
    }

    .ni-blog-featured {
        grid-template-columns: 1fr;
    }

    .ni-contact-shell {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 760px) {
    .ni-hero {
        padding-top: 92px;
    }

    .ni-form-grid {
        grid-template-columns: 1fr;
    }

    .ni-tools-sidebar {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 640px) {
    .ni-tools-sidebar {
        grid-template-columns: 1fr;
    }

    .ni-tool-grid,
    .ni-tool-grid-tools,
    .ni-blog-grid {
        grid-template-columns: 1fr;
    }

    .ni-badge {
        font-size: 0.66rem;
    }
}

/* Premium clean fidelity adjustments v2 */
body {
    color: #1e293b;
    background-color: #f8fafc;
    background-image: none;
}

body::before {
    content: "";
    position: fixed;
    inset: 0;
    z-index: 0;
    pointer-events: none;
    opacity: 0.36;
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noiseFilter'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.65' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noiseFilter)' opacity='0.05'/%3E%3C/svg%3E");
}

.lz-header,
.lz-main,
.lz-footer {
    position: relative;
    z-index: 1;
}

.lz-main {
    padding-top: 0;
}

.lz-header {
    border-bottom: 1px solid rgba(255, 255, 255, 0.55);
    background: rgba(255, 255, 255, 0.78);
    backdrop-filter: blur(16px);
    box-shadow: 0 8px 24px rgba(15, 38, 64, 0.08);
}

.lz-header .lz-logo img {
    height: 38px;
}

.lz-nav a {
    color: #64748b;
    padding: 9px 14px;
}

.lz-nav a:hover,
.lz-nav a.active {
    color: #1f5d96;
    background: #f0f7ff;
}

.lz-header-cta {
    border-radius: 12px;
    box-shadow: 0 14px 28px rgba(7, 20, 35, 0.2);
}

.ni-hero {
    padding: 116px 0 82px;
}

.ni-bg-orb {
    opacity: 0.3;
    filter: blur(60px);
}

.ni-badge {
    margin-bottom: 10px;
}

.ni-badge-dot {
    position: relative;
}

.ni-badge-dot::after {
    content: "";
    position: absolute;
    inset: -6px;
    border-radius: 999px;
    border: 1px solid rgba(31, 93, 150, 0.25);
}

.ni-hero h1 {
    margin-top: 18px;
    line-height: 1.05;
}

.ni-hero h1 span {
    color: transparent;
    background: linear-gradient(120deg, #173f66, #3b82f6);
    background-clip: text;
    -webkit-background-clip: text;
}

.ni-hero p {
    max-width: 700px;
    font-size: 1.04rem;
}

.ni-search-wrap {
    position: relative;
    max-width: 640px;
}

.ni-search-wrap input {
    border-radius: 18px;
    border-color: #eef2f8;
    box-shadow: 0 16px 34px rgba(15, 38, 64, 0.1);
    padding: 18px 84px 18px 52px;
}

.ni-search-wrap input:focus {
    outline: none;
    border-color: #1f5d96;
    box-shadow: 0 0 0 2px rgba(31, 93, 150, 0.12), 0 16px 34px rgba(15, 38, 64, 0.1);
}

.ni-search-icon {
    position: absolute;
    left: 17px;
    top: 50%;
    width: 20px;
    height: 20px;
    transform: translateY(-50%);
    font-size: 0;
}

.ni-search-icon::before {
    content: "";
    position: absolute;
    left: 0;
    top: 1px;
    width: 11px;
    height: 11px;
    border: 2px solid #94a3b8;
    border-radius: 999px;
}

.ni-search-icon::after {
    content: "";
    position: absolute;
    left: 10px;
    top: 12px;
    width: 8px;
    height: 2px;
    border-radius: 2px;
    background: #94a3b8;
    transform: rotate(45deg);
}

.ni-search-wrap kbd {
    position: absolute;
    right: 14px;
    top: 50%;
    transform: translateY(-50%);
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    background: #f8fafc;
    color: #94a3b8;
    font-size: 0.66rem;
    font-weight: 800;
    letter-spacing: 0.04em;
    padding: 5px 7px;
}

.ni-chip-row {
    margin-top: 16px;
}

.ni-chip-row a {
    background: #fff;
    box-shadow: 0 2px 8px rgba(15, 38, 64, 0.06);
}

.ni-tools-home {
    padding-top: 24px;
}

.ni-section-head {
    margin-bottom: 18px;
    padding-bottom: 18px;
}

.ni-filter-row {
    gap: 9px;
}

.ni-filter-row button {
    border-radius: 12px;
    padding: 10px 15px;
    transition: 0.2s ease;
}

.ni-filter-row button:hover {
    color: #1f5d96;
    border-color: #1f5d96;
    box-shadow: 0 6px 14px rgba(15, 38, 64, 0.08);
}

.ni-tool-grid,
.ni-tool-grid-tools {
    gap: 16px;
}

.ni-tool-card {
    position: relative;
    overflow: hidden;
    min-height: 236px;
    border: 1px solid #f1f5f9;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.82);
    backdrop-filter: blur(8px);
    box-shadow: 0 4px 20px rgba(31, 93, 150, 0.08);
    padding: 18px;
    transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}

.ni-tool-card::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 84px;
    height: 84px;
    background: linear-gradient(135deg, transparent 50%, rgba(31, 93, 150, 0.05) 50%);
    transition: transform 0.35s ease;
}

.ni-tool-card:hover {
    transform: translateY(-8px);
    border-color: #1f5d96;
    background: #fff;
    box-shadow: 0 20px 40px -5px rgba(31, 93, 150, 0.15);
}

.ni-tool-card:hover::before {
    transform: scale(1.5);
}

.ni-tool-top {
    align-items: flex-start;
    margin-bottom: 2px;
}

.ni-tool-icon {
    position: relative;
    width: 44px;
    height: 44px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    background: linear-gradient(135deg, #f0f9ff, #e0f2fe);
    color: #1f5d96;
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.04em;
    padding: 0;
    transition: all 0.3s ease;
}

.ni-tool-icon::before,
.ni-tool-icon::after {
    content: "";
    position: absolute;
    background: currentColor;
    border-radius: 2px;
    opacity: 0.86;
}

.ni-tool-icon::before {
    width: 14px;
    height: 2px;
}

.ni-tool-icon::after {
    width: 2px;
    height: 14px;
}

.ni-tool-card:hover .ni-tool-icon {
    color: #fff;
    background: #1f5d96;
    transform: scale(1.08) rotate(3deg);
}

.ni-tool-tag {
    border-radius: 999px;
    background: #f1f5f9;
    color: #64748b;
    font-size: 0.66rem;
    letter-spacing: 0.06em;
    padding: 5px 8px;
}

.ni-tool-card h3 {
    margin-top: 12px;
    font-size: 1.06rem;
}

.ni-tool-card:hover h3 {
    color: #1f5d96;
}

.ni-tool-card p {
    margin-top: 8px;
    font-size: 0.9rem;
    flex-grow: 1;
}

.ni-tool-link-row {
    margin-top: auto;
    padding-top: 12px;
    border-top: 1px solid #f8fafc;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
}

.ni-tool-link {
    color: #1f5d96;
    font-size: 0.72rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

.ni-tool-go {
    width: 32px;
    height: 32px;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #334155;
    background: #f8fafc;
    font-size: 0.88rem;
    transition: 0.25s ease;
}

.ni-tool-card:hover .ni-tool-go {
    color: #fff;
    background: #1f5d96;
    transform: translateX(1px);
}

.ni-tool-card.is-hidden {
    display: none !important;
}

.ni-home-blog {
    margin-top: 6px;
    padding-top: 26px;
}

.ni-blog-grid {
    gap: 18px;
}

.ni-blog-card {
    border-radius: 18px;
    border: 1px solid #f1f5f9;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.ni-blog-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 20px 38px rgba(15, 38, 64, 0.12);
}

.ni-blog-cover {
    position: relative;
    height: 188px;
    background: #f1f5f9;
}

.ni-blog-cover::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(31, 93, 150, 0.05);
    transition: background 0.25s ease;
}

.ni-blog-card:hover .ni-blog-cover::before,
.ni-blog-mini:hover .ni-blog-mini-cover::before {
    background: rgba(31, 93, 150, 0.1);
}

.ni-blog-cover-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 42px;
    height: 42px;
    border: 2px solid #bfdbfe;
    border-radius: 10px;
    color: #bfdbfe;
    transform: translate(-50%, -50%);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1.1rem;
    font-weight: 700;
    transition: transform 0.4s ease;
}

.ni-blog-card:hover .ni-blog-cover-icon,
.ni-blog-mini:hover .ni-blog-cover-icon {
    transform: translate(-50%, -50%) scale(1.1);
}

.ni-blog-body {
    padding: 18px;
}

.ni-blog-cat {
    font-size: 0.68rem;
}

.ni-blog-body h3 {
    margin-top: 10px;
    font-size: 1.24rem;
}

.ni-blog-body h3 a:hover {
    color: #1f5d96;
}

.ni-blog-body p {
    margin-top: 8px;
    font-size: 0.88rem;
    line-height: 1.7;
}

.ni-blog-link {
    margin-top: 12px;
    font-size: 0.8rem;
    font-weight: 800;
}

.ni-tools-page {
    padding-top: 100px;
}

.ni-tools-header {
    position: relative;
    padding: 30px 0 20px;
}

.ni-tools-header::before {
    content: "";
    position: absolute;
    top: -120px;
    right: -120px;
    width: 420px;
    height: 420px;
    border-radius: 999px;
    background: rgba(31, 93, 150, 0.12);
    filter: blur(50px);
    pointer-events: none;
}

.ni-tools-header-inner {
    position: relative;
    z-index: 1;
}

.ni-tools-shell {
    gap: 20px;
}

.ni-tools-sidebar {
    border: none;
    border-radius: 0;
    background: transparent;
    backdrop-filter: none;
    box-shadow: none;
    padding: 0;
    gap: 6px;
}

.ni-tools-sidebar h3 {
    padding: 0 2px 8px;
}

.ni-tools-sidebar button {
    border-radius: 10px;
    border: 1px solid transparent;
    padding: 10px 12px;
}

.ni-tools-sidebar button:hover {
    background: #fff;
    border-color: #e2e8f0;
}

.ni-tools-sidebar button.active {
    border-color: #dbeafe;
    background: #f0f7ff;
}

.ni-blog-page {
    padding-top: 104px;
}

.ni-blog-header {
    padding: 26px 0 20px;
}

.ni-blog-shell {
    gap: 20px;
}

.ni-blog-featured {
    border-radius: 24px;
    border-color: #f1f5f9;
    box-shadow: 0 12px 30px rgba(15, 38, 64, 0.08);
    padding: 20px;
    gap: 20px;
}

.ni-blog-featured-cover {
    min-height: 320px;
    position: relative;
    background: #f0f7ff;
}

.ni-blog-featured-cover::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(31, 93, 150, 0.1);
}

.ni-blog-featured h2 a:hover {
    color: #1f5d96;
}

.ni-blog-action {
    border-radius: 12px;
    background: #071423;
    transition: background 0.2s ease;
}

.ni-blog-action:hover {
    background: #173f66;
}

.ni-blog-meta-strip {
    padding: 12px;
}

.ni-blog-block {
    border: none;
    border-radius: 0;
    box-shadow: none;
    background: transparent;
    padding: 0;
}

.ni-blog-block h3 {
    margin-bottom: 6px;
    font-size: 1.7rem;
}

.ni-blog-mini {
    border: none;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    overflow: visible;
}

.ni-blog-mini-cover {
    position: relative;
    height: 188px;
    border-radius: 16px;
    margin-bottom: 12px;
    background: #e2e8f0;
    overflow: hidden;
}

.ni-blog-mini-cover::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(31, 93, 150, 0.05);
    transition: background 0.2s ease;
}

.ni-blog-mini-body {
    padding: 0;
}

.ni-blog-mini h4 {
    margin-top: 5px;
    font-size: 1.22rem;
}

.ni-blog-mini h4 a:hover {
    color: #1f5d96;
}

.ni-blog-mini p {
    margin-top: 6px;
    font-size: 0.88rem;
    line-height: 1.6;
}

.ni-blog-mini-link {
    margin-top: 9px;
    display: inline-flex;
    color: #1f5d96;
    font-size: 0.82rem;
    font-weight: 800;
}

.ni-blog-mini-link:hover {
    color: #173f66;
}

.ni-home-blog .ni-blog-card-flat {
    padding: 16px;
    border-radius: 16px;
}

.ni-home-blog .ni-blog-card-flat .ni-blog-body {
    padding: 0;
}

.ni-contact-page {
    min-height: calc(100vh - 82px);
    padding: 112px 0 40px;
}

.ni-contact-orb {
    width: 500px;
    height: 500px;
    top: -130px;
    right: -130px;
    filter: blur(60px);
}

.ni-contact-shell {
    max-width: 1060px;
    gap: 42px;
    align-items: center;
}

.ni-contact-copy {
    padding: 0;
}

.ni-contact-copy p {
    max-width: 560px;
    font-size: 1.04rem;
}

.ni-contact-info-list {
    margin-top: 26px;
    gap: 16px;
}

.ni-contact-icon {
    width: 50px;
    height: 50px;
    border-radius: 12px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #f0f7ff;
    color: #1f5d96;
    padding: 0;
}

.ni-contact-icon svg {
    width: 24px;
    height: 24px;
    display: block;
}

.ni-contact-info-item p a {
    color: #475569;
}

.ni-contact-info-item p a:hover {
    color: #1f5d96;
}

.ni-contact-form-wrap {
    gap: 12px;
}

.ni-contact-feedback {
    border-radius: 12px;
    padding: 10px 12px;
    font-size: 0.86rem;
}

.ni-contact-feedback ul {
    list-style: none;
    display: grid;
    gap: 4px;
}

.ni-contact-feedback-success {
    border: 1px solid #bbf7d0;
    background: #f0fdf4;
    color: #166534;
}

.ni-contact-feedback-error {
    border: 1px solid #fecaca;
    background: #fef2f2;
    color: #991b1b;
}

.ni-contact-form {
    border: 1px solid rgba(255, 255, 255, 0.62);
    border-radius: 28px;
    background: rgba(255, 255, 255, 0.64);
    box-shadow: 0 24px 48px rgba(7, 20, 35, 0.12);
    backdrop-filter: blur(20px);
    padding: 28px;
    gap: 14px;
}

.ni-form-grid {
    gap: 12px;
}

.ni-contact-form label {
    color: #173f66;
}

.ni-contact-form input,
.ni-contact-form textarea {
    border-radius: 11px;
    border-color: #e2e8f0;
    padding: 11px 12px;
}

.ni-contact-form button {
    border-radius: 14px;
    background: #1f5d96;
    box-shadow: 0 14px 24px rgba(31, 93, 150, 0.2);
}

.ni-contact-form-wrap .ads {
    border-radius: 18px;
}

@media (max-width: 1120px) {
    .ni-tools-shell {
        grid-template-columns: 1fr;
    }

    .ni-tools-sidebar {
        display: grid;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 8px;
    }

    .ni-tools-sidebar h3 {
        grid-column: 1 / -1;
    }
}

@media (max-width: 860px) {
    .ni-hero {
        padding-top: 102px;
    }

    .ni-search-wrap kbd {
        display: none;
    }

    .ni-blog-featured {
        grid-template-columns: 1fr;
    }

    .ni-contact-shell {
        grid-template-columns: 1fr;
        gap: 22px;
    }
}

@media (max-width: 640px) {
    .ni-tool-grid,
    .ni-tool-grid-tools,
    .ni-blog-grid {
        grid-template-columns: 1fr;
    }

    .ni-tools-sidebar {
        grid-template-columns: 1fr;
    }

    .ni-tool-card {
        min-height: 220px;
    }

    .ni-blog-featured {
        padding: 14px;
    }

    .ni-blog-featured-cover {
        min-height: 220px;
    }

    .ni-contact-form {
        padding: 18px;
    }
}

/* Blog split: sem placeholder de imagem + mais cards por linha */
.ni-blog-featured.ni-blog-featured-text-only {
    grid-template-columns: 1fr;
    gap: 0;
}

.ni-blog-featured.ni-blog-featured-text-only .ni-blog-featured-body {
    max-width: 100%;
}

.ni-blog-feed-block {
    border: 1px solid #e2e8f0;
    border-radius: 16px;
    background: #ffffff;
    box-shadow: 0 8px 24px rgba(15, 38, 64, 0.06);
    padding: 14px;
    display: grid;
    gap: 12px;
}

.ni-blog-feed-head h3 {
    color: #071423;
    font-size: 1.35rem;
    font-weight: 800;
}

.ni-blog-feed-head p {
    margin-top: 4px;
    color: #64748b;
    font-size: 0.88rem;
}

.ni-blog-feed-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 12px;
}

.ni-blog-mini.ni-blog-mini-flat {
    border: 1px solid #e8eef6;
    border-radius: 14px;
    background: #ffffff;
    box-shadow: 0 4px 14px rgba(15, 38, 64, 0.05);
    padding: 12px;
    transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}

.ni-blog-mini.ni-blog-mini-flat:hover {
    transform: translateY(-3px);
    border-color: #dbeafe;
    box-shadow: 0 14px 28px rgba(15, 38, 64, 0.1);
}

.ni-blog-mini.ni-blog-mini-flat .ni-blog-mini-body {
    padding: 0;
}

.ni-blog-mini.ni-blog-mini-flat .ni-blog-mini-cat {
    font-size: 0.68rem;
}

.ni-blog-mini.ni-blog-mini-flat h4 {
    margin-top: 8px;
    font-size: 0.98rem;
    line-height: 1.35;
}

.ni-blog-mini.ni-blog-mini-flat h4 a:hover {
    color: #1f5d96;
}

.ni-blog-mini.ni-blog-mini-flat p {
    margin-top: 7px;
    color: #64748b;
    font-size: 0.83rem;
    line-height: 1.58;
}

.ni-blog-mini.ni-blog-mini-flat .ni-blog-mini-link {
    margin-top: 9px;
    font-size: 0.78rem;
}

.ni-blog-feed-empty {
    border: 1px dashed #dbe7f4;
    border-radius: 12px;
    background: #f8fbff;
    color: #64748b;
    font-size: 0.86rem;
    padding: 10px 12px;
}

.ni-blog-feed-block .ni-blog-pagination-wrap {
    margin-top: 2px;
}

@media (max-width: 1280px) {
    .ni-blog-feed-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 960px) {
    .ni-blog-feed-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 640px) {
    .ni-blog-feed-grid {
        grid-template-columns: 1fr;
    }
}
