:root {
    --black: #050505;
    --black-soft: #11130f;
    --neon: #9bea00;
    --neon-dark: #6da800;
    --neon-soft: #efffcf;
    --ink: #181b15;
    --muted: #73796b;
    --line: #e2e7da;
    --bg: #f6f8f2;
    --orange: #f59e0b;
}

* { box-sizing: border-box; }
.sr-only { position: absolute !important; width: 1px !important; height: 1px !important; padding: 0 !important; margin: -1px !important; overflow: hidden !important; clip: rect(0, 0, 0, 0) !important; white-space: nowrap !important; border: 0 !important; }
body { margin: 0; font-family: Inter, ui-sans-serif, system-ui, -apple-system, sans-serif; background: var(--bg); color: var(--ink); display: flex; min-height: 100vh; }
.brand { display: flex; align-items: center; gap: 10px; color: white; text-decoration: none; padding: 0 8px 24px; }
.brand-logo { width: 52px; height: 52px; padding: 4px; border-radius: 50%; background: #000; object-fit: contain; flex: 0 0 auto; }
.brand b { font-size: 17px; letter-spacing: -.2px; }
nav p { font-size: 10px; letter-spacing: 1.6px; color: #77835f; margin: 20px 12px 8px; }
nav a { display: block; color: #cbd4bb; text-decoration: none; padding: 11px 13px; margin: 3px 0; border-radius: 9px; font-size: 14px; border-left: 3px solid transparent; }
nav a:hover, nav a.on { background: #1a1f12; color: var(--neon); border-left-color: var(--neon); }
main { margin-left: 260px; width: calc(100% - 260px); }
header { height: 82px; background: var(--black); color: white; border-bottom: 3px solid var(--neon); display: flex; align-items: center; padding: 0 35px; gap: 14px; }
header div { display: flex; flex-direction: column; }
header b { font-size: 18px; }
header small { color: #aeb99d; margin-top: 3px; }
.plan { margin-left: auto; }
.flash, .errors { padding: 13px 16px; border-radius: 10px; margin-bottom: 18px; background: var(--neon-soft); color: #365800; border-left: 4px solid var(--neon-dark); }
.errors { background: #fee2e2; color: #991b1b; border-left-color: #dc2626; }
.pagebar { display: flex; justify-content: space-between; align-items: end; margin-bottom: 20px; }
.pagebar h1 { margin: 0; font-size: 25px; }
.pagebar p { color: var(--muted); margin: 5px 0 0; }
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 7px; border: 1px solid var(--black); border-radius: 9px; padding: 10px 15px; background: var(--black); color: var(--neon); text-decoration: none; font-weight: 800; cursor: pointer; font-size: 14px; }
.btn:hover { background: var(--neon); color: var(--black); border-color: var(--neon-dark); }
.btn.light { background: white; color: var(--ink); border: 1px solid var(--line); }
header .btn.light { background: #181a15; color: white; border-color: #343a29; }
.btn.orange { background: var(--neon); color: var(--black); border-color: var(--neon-dark); }
.btn.sm { padding: 7px 10px; font-size: 12px; }
.actions { display: flex; gap: 8px; flex-wrap: wrap; }
.form-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 15px; }
.field { display: flex; flex-direction: column; gap: 6px; }
.field.full { grid-column: 1 / -1; }
.field label { font-size: 12px; font-weight: 700; color: #555d49; }
.field-hint { color: var(--muted); font-size: 11px; line-height: 1.4; }
input, select, textarea { width: 100%; border: 1px solid #dce2d4; border-radius: 9px; background: white; padding: 10px 11px; font: inherit; color: var(--ink); }
input:focus, select:focus, textarea:focus { outline: 3px solid #dfff9e; border-color: var(--neon-dark); }
.item-row { display: grid; grid-template-columns: 2fr .7fr 1fr 1fr auto; gap: 10px; align-items: end; border-top: 1px solid var(--line); padding: 13px 0; }
.muted { color: var(--muted); }
/* Site público */
.public-site { display: block; background: #f8faf4; }
.public-main { width: 100%; min-width: 0; margin-left: 0; overflow: clip; }
.public-main > section:not(.hero-public):not(.contact-hero):not(.blog-hero),
.public-main > article { content-visibility: auto; contain-intrinsic-size: auto 700px; }
.public-main header { display: block; width: auto; height: auto; padding: 0; border: 0; background: transparent; color: inherit; }
.public-menu { display: none; margin-left: auto; border: 1px solid #394329; border-radius: 9px; background: #171b12; color: var(--neon); padding: 8px 11px; font-size: 21px; cursor: pointer; }
.public-nav { position: sticky; top: 0; z-index: 10; height: 76px; padding: 0 max(24px, calc((100vw - 1180px) / 2)); }
.public-nav .brand { padding: 0; }
.public-nav nav { margin-left: auto; display: flex; align-items: center; gap: 25px; }
.public-nav nav a { color: #d8dfcc; padding: 8px 0; border: 0; }
.public-nav nav a:hover { background: none; color: var(--neon); }
.public-nav .btn.light { padding: 9px 16px; border-color: var(--neon); }
.hero-public { min-height: 590px; padding: 80px max(24px, calc((100vw - 1180px) / 2)); display: grid; grid-template-columns: 1.25fr .75fr; align-items: center; gap: 60px; color: white; background: radial-gradient(circle at 80% 45%, #293b09, var(--black) 42%); }
.hero-public h1 { font-size: clamp(42px, 6vw, 76px); line-height: .98; letter-spacing: -3px; max-width: 800px; margin: 18px 0 25px; }
.hero-public p { color: #cbd3be; font-size: 19px; line-height: 1.6; max-width: 680px; }
.hero-public .btn, .public-cta .btn { background: var(--neon); color: var(--black); border-color: var(--neon); }
.hero-public .actions { align-items: center; gap: 22px; margin-top: 32px; }
.text-link { color: white; font-weight: 700; text-decoration: none; }
.hero-mark picture, .hero-mark img { display: block; width: 100%; }
.hero-mark img { height: auto; aspect-ratio: 1; object-fit: contain; filter: drop-shadow(0 0 28px #9bea0038); }
.eyebrow { color: var(--neon-dark); font-size: 12px; letter-spacing: 2px; font-weight: 900; }
.hero-public .eyebrow, .dark-section .eyebrow { color: var(--neon); }
.public-section { max-width: 1180px; margin: auto; padding: 90px 24px; }
.simulator-section { display: grid; grid-template-columns: .8fr 1.2fr; gap: 70px; align-items: center; }
.section-copy h2, .section-title h2, .tips h2, .public-cta h2 { font-size: clamp(30px, 4vw, 48px); line-height: 1.08; margin: 12px 0 18px; letter-spacing: -1.5px; }
.section-copy p, .section-title p { color: var(--muted); font-size: 17px; line-height: 1.7; }
.section-copy ul { padding: 0; list-style: none; line-height: 2; }
.section-copy li::before { content: '✓'; color: var(--neon-dark); font-weight: 900; margin-right: 10px; }
.calculator-card { background: white; border: 1px solid var(--line); border-top: 5px solid var(--neon); padding: 28px; border-radius: 16px; box-shadow: 0 22px 55px #18220a17; }
.calculator-card > .btn { width: 100%; margin: 20px 0; }
.input-unit { display: flex; align-items: center; border: 1px solid #dce2d4; border-radius: 9px; background: white; overflow: hidden; }
.input-unit:focus-within { outline: 3px solid #dfff9e; border-color: var(--neon-dark); }
.input-unit input { border: 0; outline: 0; border-radius: 0; }
.input-unit span { padding: 0 12px; color: var(--muted); font-weight: 800; }
.margin-presets { display: grid; grid-template-columns: repeat(4, 1fr); gap: 7px; margin-bottom: 8px; }
.margin-presets button { border: 1px solid var(--line); border-radius: 7px; background: #f5f7f1; padding: 8px; font-weight: 800; cursor: pointer; }
.margin-presets button:hover, .margin-presets button.active { color: var(--black); background: var(--neon); border-color: var(--neon-dark); }
.advanced { margin-top: 18px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); padding: 14px 0; }
.advanced summary { cursor: pointer; font-weight: 800; }
.advanced summary span { float: right; color: var(--muted); font-size: 12px; font-weight: 500; }
.advanced .form-grid { margin-top: 16px; }
.price-highlight { background: var(--black); color: white; border-radius: 12px; padding: 20px; text-align: center; margin-bottom: 12px; }
.price-highlight span, .price-highlight small { display: block; color: #b2bca3; }
.price-highlight b { display: block; color: var(--neon); font-size: 36px; margin: 4px; }
.cost-breakdown { display: grid; grid-template-columns: repeat(3, 1fr); border: 1px solid var(--line); border-radius: 10px; overflow: hidden; margin-bottom: 10px; }
.cost-breakdown div { padding: 10px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.cost-breakdown span { display: block; color: var(--muted); font-size: 10px; }
.cost-breakdown b { font-size: 13px; }
.cost-breakdown .total { background: var(--neon-soft); }
.channel-result { border-left: 4px solid var(--neon); background: #f7faef; padding: 12px; margin-bottom: 12px; font-size: 13px; }
.calc-result { display: grid; grid-template-columns: repeat(4, 1fr); gap: 8px; margin: 0 0 15px; }
.calc-result div { padding: 12px; background: var(--black); color: white; border-radius: 9px; }
.calc-result span { display: block; color: #adb69d; font-size: 10px; }
.calc-result b { display: block; color: var(--neon); font-size: 16px; margin-top: 5px; }
.section-title { max-width: 760px; margin-bottom: 40px; }
.content-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.content-cards article { background: white; border: 1px solid var(--line); padding: 28px; border-radius: 14px; }
.content-cards article > span { color: var(--neon-dark); font-weight: 900; }
.content-cards h3, .idea-grid h3 { font-size: 20px; margin: 28px 0 10px; }
.content-cards p, .idea-grid p { color: var(--muted); line-height: 1.65; }
.dark-section { background: var(--black); color: white; padding: 90px max(24px, calc((100vw - 1180px) / 2)); }
.idea-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; background: #303521; border: 1px solid #303521; }
.idea-grid article { background: var(--black); padding: 28px; }
.idea-grid article::before { content: ''; display: block; width: 36px; height: 4px; background: var(--neon); }
.idea-grid p { color: #abb39d; }
.tips { display: grid; grid-template-columns: .8fr 1.2fr; gap: 70px; }
.tips ol { margin: 0; padding: 0; list-style: none; counter-reset: tip; }
.tips li { counter-increment: tip; display: grid; grid-template-columns: 40px 1fr; padding: 20px 0; border-bottom: 1px solid var(--line); }
.tips li::before { content: counter(tip, decimal-leading-zero); grid-row: 1 / 3; color: var(--neon-dark); font-weight: 900; }
.tips li span { color: var(--muted); margin-top: 5px; }
.public-cta { background: var(--neon); color: var(--black); padding: 75px 24px; text-align: center; }
.public-cta p { font-size: 18px; }
.public-cta .btn { background: var(--black); color: var(--neon); margin: 15px; }
.public-cta small { display: block; }
.public-footer { background: var(--black); color: #bec7b0; padding: 35px max(24px, calc((100vw - 1180px) / 2)); display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.public-footer-brand { display: flex; align-items: center; gap: 14px; }
.public-footer img { width: 50px; height: 50px; }
.public-footer nav { display: flex; align-items: center; justify-content: flex-end; gap: 18px; flex-wrap: wrap; }
.public-footer a, .public-footer button { padding: 0; border: 0; background: transparent; color: #bec7b0; font: inherit; font-size: 12px; text-decoration: none; cursor: pointer; }
.public-footer a:hover, .public-footer button:hover { color: var(--neon); }
.public-page { max-width: 980px; min-height: 65vh; margin: auto; padding: 80px 24px; }
.public-page > header { margin-bottom: 52px; }
.public-page > header h1 { max-width: 850px; margin: 13px 0 20px; font-size: clamp(38px, 6vw, 66px); line-height: 1.02; letter-spacing: -2px; }
.public-page > header p { max-width: 760px; color: var(--muted); font-size: 18px; line-height: 1.7; }
.public-page > section { margin: 38px 0; }
.public-page > section h2 { margin-bottom: 12px; font-size: 24px; }
.public-page > section p, .public-page > section li { color: #56604d; font-size: 16px; line-height: 1.75; }
.public-page > section a { color: #477b00; font-weight: 800; }
.legal-page { max-width: 860px; }
.legal-page > section { padding-bottom: 24px; border-bottom: 1px solid var(--line); }
.contact-card { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.contact-card > div { padding: 28px; border: 1px solid var(--line); border-radius: 14px; background: white; }
.contact-card ul { padding-left: 20px; }
.contact-hero { padding: 82px max(24px, calc((100vw - 1180px) / 2)); background: var(--black); color: white; }
.contact-hero > div { max-width: 780px; }
.contact-hero h1 { margin: 12px 0 18px; font-size: clamp(44px, 6vw, 72px); line-height: 1; letter-spacing: -3px; }
.contact-hero p { max-width: 700px; margin: 0; color: #c4cdb8; font-size: 19px; line-height: 1.65; }
.contact-section { display: grid; grid-template-columns: .8fr 1.2fr; align-items: start; gap: 75px; max-width: 1180px; margin: auto; padding: 75px 24px 95px; }
.contact-intro { padding-top: 12px; }
.contact-intro h2 { margin: 10px 0 16px; font-size: clamp(30px, 4vw, 45px); line-height: 1.08; letter-spacing: -1.5px; }
.contact-intro > p { color: var(--muted); font-size: 16px; line-height: 1.7; }
.contact-intro ul { margin: 26px 0 0; padding: 0; list-style: none; }
.contact-intro li { position: relative; padding: 10px 0 10px 27px; border-bottom: 1px solid var(--line); color: #555d49; font-size: 13px; line-height: 1.5; }
.contact-intro li::before { position: absolute; left: 0; color: var(--neon-dark); content: '✓'; font-weight: 900; }
.contact-direct { margin-top: 27px; padding: 20px; border-radius: 12px; background: var(--black); }
.contact-direct span, .contact-direct a { display: block; }
.contact-direct span { margin-bottom: 6px; color: #aeb99d; font-size: 11px; font-weight: 800; text-transform: uppercase; }
.contact-direct a { color: var(--neon); font-weight: 900; overflow-wrap: anywhere; }
.contact-form-card { min-width: 0; padding: 32px; border: 1px solid var(--line); border-top: 5px solid var(--neon); border-radius: 17px; background: white; box-shadow: 0 22px 55px #18220a12; }
.contact-form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 17px; }
.contact-form-card .field label { font-size: 13px; }
.contact-form-card textarea { resize: vertical; }
.contact-trap { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }
.contact-privacy { display: flex; align-items: flex-start; gap: 10px; margin: 20px 0; color: var(--muted); font-size: 12px; line-height: 1.55; }
.contact-privacy input { flex: 0 0 auto; width: auto; margin-top: 3px; }
.contact-privacy a { font-weight: 800; }
.contact-submit { width: 100%; padding: 13px 18px; }
.contact-submit span { margin-left: auto; font-size: 18px; }
.contact-security { margin: 10px 0 0; color: var(--muted); font-size: 10px; text-align: center; }
.contact-success { display: flex; align-items: flex-start; gap: 16px; padding: 20px; border: 1px solid #c9e793; border-radius: 12px; background: var(--neon-soft); }
.contact-success > span { display: grid; flex: 0 0 38px; height: 38px; border-radius: 50%; background: var(--neon); color: var(--black); font-weight: 900; place-items: center; }
.contact-success b { font-size: 18px; }
.contact-success p { margin: 6px 0 0; color: #50643c; line-height: 1.55; }
.cf-turnstile { min-height: 65px; margin-top: 18px; }
.cookie-consent { position: fixed; z-index: 100; inset: auto 18px 18px; display: flex; align-items: center; justify-content: space-between; gap: 24px; width: min(960px, calc(100% - 36px)); max-width: none; max-height: calc(100dvh - 36px); margin: 0 auto; padding: 20px; overflow-x: hidden; overflow-y: auto; border: 1px solid #3d4a2a; border-radius: 14px; background: #11150d; color: white; box-shadow: 0 20px 60px #0007; transform: none; }
.cookie-consent > div:first-child { min-width: 0; flex: 1 1 auto; }
.cookie-consent[hidden] { display: none; }
.cookie-consent b { font-size: 16px; }
.cookie-consent p { max-width: 680px; margin: 6px 0 0; color: #c1cbb5; font-size: 13px; line-height: 1.5; }
.cookie-consent a { color: var(--neon); }
.cookie-actions { display: flex; flex: 0 0 auto; gap: 8px; }

/* Blog público e editor Master */
.blog-hero { padding: 92px max(24px, calc((100vw - 1180px) / 2)); background: var(--black); color: white; }
.blog-hero > div { max-width: 850px; }
.blog-hero h1 { max-width: 800px; margin: 14px 0 18px; font-size: clamp(40px, 6vw, 72px); line-height: 1; letter-spacing: -3px; }
.blog-hero p { max-width: 730px; margin: 0; color: #bdc6b1; font-size: 19px; line-height: 1.65; }
.blog-search { display: flex; max-width: 650px; margin-top: 30px; padding: 5px; border: 1px solid #354126; border-radius: 12px; background: #11150d; }
.blog-search input { min-width: 0; border: 0; background: transparent; color: white; }
.blog-search input:focus { outline: 0; }
.blog-search button { flex: 0 0 auto; border: 0; border-radius: 8px; padding: 10px 18px; background: var(--neon); color: var(--black); font-weight: 900; cursor: pointer; }
.blog-list-section { max-width: 1228px; min-height: 50vh; margin: auto; padding: 70px 24px 90px; }
.blog-categories { display: flex; gap: 8px; margin-bottom: 30px; overflow-x: auto; padding-bottom: 5px; }
.blog-categories a { flex: 0 0 auto; padding: 9px 13px; border: 1px solid var(--line); border-radius: 99px; background: white; color: var(--muted); font-size: 12px; font-weight: 800; text-decoration: none; }
.blog-categories a.on, .blog-categories a:hover { border-color: var(--neon); background: var(--neon-soft); color: var(--ink); }
.blog-categories small { margin-left: 4px; opacity: .7; }
.blog-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; }
.blog-featured { display: grid; grid-template-columns: 1.15fr .85fr; min-height: 390px; margin-bottom: 55px; overflow: hidden; border: 1px solid var(--line); border-radius: 18px; background: white; box-shadow: 0 15px 45px #17200b0d; }
.blog-featured-cover { display: block; width: 100%; height: 100%; min-height: 390px; overflow: hidden; background: #080a06; }
.blog-featured-cover > img { display: block; width: 100%; height: 100%; object-fit: contain; }
.blog-featured-cover > span { display: grid; width: 100%; height: 100%; background: radial-gradient(circle at center, #293b09, #050505 68%); place-items: center; }
.blog-featured-cover > span img { width: 120px; height: 120px; object-fit: contain; }
.blog-featured > div { display: flex; align-items: flex-start; justify-content: center; padding: clamp(27px, 4vw, 48px); flex-direction: column; }
.blog-featured-label { margin-bottom: 12px; padding: 5px 8px; border-radius: 99px; background: var(--neon-soft); color: #456c00; font-size: 9px; font-weight: 900; letter-spacing: 1px; }
.blog-featured h2 { margin: 0 0 14px; font-size: clamp(28px, 3vw, 41px); line-height: 1.08; letter-spacing: -1.3px; }
.blog-featured h2 a { color: var(--ink); text-decoration: none; }
.blog-featured p { margin: 0 0 18px; color: var(--muted); line-height: 1.65; }
.blog-featured .btn { margin-top: 23px; }
.blog-section-heading { display: flex; align-items: end; justify-content: space-between; margin-bottom: 23px; }
.blog-section-heading h2 { margin: 7px 0 0; font-size: 30px; }
.blog-card { overflow: hidden; border: 1px solid var(--line); border-radius: 16px; background: white; box-shadow: 0 8px 30px #17200b0a; }
.blog-card-cover { display: block; aspect-ratio: 16 / 9; overflow: hidden; background: #11150d; }
.blog-card-cover > img { display: block; width: 100%; height: 100%; object-fit: contain; transition: opacity .2s ease; }
.blog-card-cover:hover > img { opacity: .92; }
.blog-card-cover > span { display: grid; width: 100%; height: 100%; place-items: center; background: radial-gradient(circle at center, #24340f, #080a06 70%); }
.blog-card-cover > span img { width: 92px; height: 92px; object-fit: contain; }
.blog-card-body { padding: 24px; }
.blog-card time, .blog-related time { color: var(--neon-dark); font-size: 11px; font-weight: 900; text-transform: uppercase; }
.blog-meta { display: flex; align-items: center; gap: 9px; color: var(--muted); font-size: 10px; font-weight: 800; text-transform: uppercase; }
.blog-meta > * + *::before { margin-right: 9px; color: #b5bdab; content: '•'; }
.blog-category { display: inline-block; margin-bottom: 7px; color: var(--neon-dark); font-size: 11px; font-weight: 900; text-decoration: none; text-transform: uppercase; }
.blog-card h2 { margin: 10px 0; font-size: 22px; line-height: 1.22; }
.blog-card h2 a { color: var(--ink); text-decoration: none; }
.blog-card p { min-height: 70px; color: var(--muted); line-height: 1.55; }
.blog-read-more { color: #477b00; font-size: 13px; font-weight: 900; text-decoration: none; }
.blog-pagination { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; margin-top: 45px; padding-top: 22px; border-top: 1px solid var(--line); }
.blog-pagination a, .blog-pagination span { color: var(--muted); font-weight: 800; text-decoration: none; }
.blog-pagination a:last-child, .blog-pagination span:last-child { text-align: right; }
.blog-pagination span { opacity: .45; }
.blog-empty { max-width: 650px; margin: 40px auto; text-align: center; }
.blog-empty img { width: 90px; height: 90px; }
.blog-empty p { color: var(--muted); }
.blog-article { max-width: 900px; margin: auto; padding: 70px 24px; }
.blog-article > header { max-width: 820px; margin: auto; }
.blog-back { display: inline-block; margin-bottom: 45px; color: var(--muted); font-size: 13px; font-weight: 800; text-decoration: none; }
.blog-article h1 { margin: 14px 0 20px; font-size: clamp(38px, 6vw, 68px); line-height: 1.03; letter-spacing: -2.5px; }
.blog-article > header > p { color: var(--muted); font-size: 20px; line-height: 1.6; }
.blog-byline { display: flex; flex-direction: row; gap: 18px; margin-top: 28px; padding-top: 20px; border-top: 1px solid var(--line); color: var(--muted); font-size: 12px; font-weight: 800; }
.blog-article-cover { display: block; width: 100%; aspect-ratio: 16 / 9; margin: 48px auto; border-radius: 18px; background: #080a06; object-fit: contain; }
.blog-content { max-width: 740px; margin: 50px auto 20px; color: #394132; font-size: 18px; line-height: 1.85; }
.blog-content h2 { margin: 55px 0 16px; color: var(--ink); font-size: 31px; line-height: 1.2; }
.blog-content h3 { margin: 38px 0 12px; color: var(--ink); font-size: 23px; }
.blog-content p { margin: 0 0 25px; }
.blog-content ul, .blog-content ol { margin: 0 0 28px; padding-left: 24px; }
.blog-content li { margin: 8px 0; }
.blog-content blockquote { margin: 30px 0; padding: 18px 22px; border-left: 4px solid var(--neon); border-radius: 0 10px 10px 0; background: #f3f6ef; color: var(--ink); font-size: 19px; font-style: italic; }
.blog-content a { color: #477400; font-weight: 750; text-decoration-thickness: 1px; text-underline-offset: 3px; }
.blog-table-wrap { width: 100%; margin: 30px 0; overflow-x: auto; border: 1px solid var(--line); border-radius: 11px; }
.blog-content table { display: table; width: 100%; min-width: 480px; border-collapse: collapse; white-space: normal; font-size: 15px; }
.blog-content th, .blog-content td { padding: 12px 15px; border-bottom: 1px solid var(--line); text-align: left; }
.blog-content th { background: var(--black); color: white; font-size: 12px; }
.blog-content th:last-child, .blog-content td:last-child { text-align: right; }
.blog-content tbody tr:last-child td { border-bottom: 0; }
.blog-content figure { margin: 40px -70px; }
.blog-content figure img { display: block; width: 100%; max-height: 680px; border-radius: 14px; object-fit: contain; background: #f3f6ef; }
.blog-content figcaption { margin-top: 9px; color: var(--muted); font-size: 13px; line-height: 1.5; text-align: center; }
.blog-article-cta { display: flex; align-items: center; justify-content: space-between; gap: 35px; max-width: 1040px; margin: 0 auto 85px; padding: 38px; border-radius: 17px; background: var(--neon); }
.blog-article-cta h2 { margin: 8px 0; font-size: 30px; }
.blog-article-cta p { max-width: 650px; margin: 0; }
.blog-article-cta .btn { flex: 0 0 auto; background: var(--black); color: var(--neon); }
.blog-related { max-width: 1180px; margin: auto; padding: 0 24px 90px; }
.blog-related-title h2 { margin-top: 8px; }
.blog-related-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; margin-top: 25px; }
.blog-related-grid a { display: flex; min-height: 170px; padding: 22px; border: 1px solid var(--line); border-radius: 13px; background: white; color: var(--ink); text-decoration: none; flex-direction: column; }
.blog-related-grid b { margin: 14px 0; font-size: 18px; line-height: 1.35; }
.blog-related-grid span { margin-top: auto; color: var(--neon-dark); font-size: 12px; font-weight: 900; }
@media (max-width: 1050px) {
    .public-nav { padding-inline: 20px; }
    .public-menu { display: block; }
    .public-nav nav { position: absolute; top: 100%; right: 0; left: 0; display: none; align-items: stretch; margin: 0; padding: 12px 20px 18px; border-top: 1px solid #29301f; border-bottom: 3px solid var(--neon); background: var(--black); box-shadow: 0 15px 25px #0004; flex-direction: column; gap: 3px; }
    .public-nav.open nav { display: flex; }
    .public-nav nav a, .public-nav nav a.public-blog-link { display: flex; justify-content: center; width: 100%; margin: 0; padding: 11px 13px; border-radius: 8px; }
    .public-nav nav .btn.light { padding: 11px 13px; }
    .blog-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .contact-section { gap: 35px; }
}

@media (max-width: 800px) {
    .hero-public { grid-template-columns: 1fr; min-height: auto; padding-top: 65px; }
    .hero-public h1 { letter-spacing: -2px; }
    .hero-mark { display: none; }
    .simulator-section, .tips { grid-template-columns: 1fr; gap: 30px; }
    .content-cards, .idea-grid { grid-template-columns: 1fr; }
    .contact-card { grid-template-columns: 1fr; }
    .public-footer, .cookie-consent { align-items: stretch; flex-direction: column; }
    .public-footer nav { justify-content: flex-start; }
    .cookie-actions { display: grid; grid-template-columns: 1fr 1fr; }
    .calc-result { grid-template-columns: 1fr 1fr; }
    .cost-breakdown { grid-template-columns: 1fr 1fr; }
    .public-section, .dark-section { padding-top: 65px; padding-bottom: 65px; }
    .blog-hero { padding-top: 65px; padding-bottom: 65px; }
    .blog-hero h1 { font-size: clamp(38px, 11vw, 58px); letter-spacing: -2px; overflow-wrap: anywhere; }
    .blog-hero p { font-size: 17px; }
    .blog-grid, .blog-related-grid { grid-template-columns: 1fr; }
    .blog-featured { grid-template-columns: 1fr; }
    .blog-featured-cover, .blog-featured-cover > span { height: auto; min-height: 0; aspect-ratio: 16 / 9; }
    .contact-section { grid-template-columns: 1fr; gap: 35px; padding-top: 55px; }
    .contact-intro { padding: 0; }
    .blog-article { padding-top: 48px; }
    .blog-back { margin-bottom: 32px; }
    .blog-byline { flex-direction: column; gap: 5px; }
    .blog-article-cta { align-items: stretch; margin-inline: 18px; padding: 26px; flex-direction: column; }
    .blog-article-cta .btn { width: 100%; }
    .blog-content figure { margin-inline: 0; }
    .blog-pagination { grid-template-columns: 1fr 1fr; gap: 14px; }
    .blog-pagination b { grid-column: 1 / -1; grid-row: 1; text-align: center; }
}

@media (max-width: 520px) {
    .public-nav { height: 68px; padding-inline: 14px; }
    .public-nav .brand-logo { width: 44px; height: 44px; }
    .public-nav .brand b { font-size: 15px; }
    .blog-hero { padding: 48px 18px; }
    .blog-hero h1 { margin-top: 10px; font-size: clamp(34px, 12vw, 48px); line-height: 1.03; }
    .blog-list-section { padding: 42px 14px 65px; }
    .blog-search { display: grid; grid-template-columns: 1fr; padding: 6px; }
    .blog-search button { width: 100%; }
    .blog-featured { min-height: 0; margin-bottom: 42px; }
    .blog-featured-cover, .blog-featured-cover > span { min-height: 0; }
    .blog-featured > div { padding: 23px 19px; }
    .blog-card-body { padding: 19px; }
    .blog-card p { min-height: 0; }
    .blog-article { padding: 38px 17px 55px; }
    .blog-article h1 { font-size: clamp(34px, 11vw, 48px); overflow-wrap: anywhere; }
    .blog-article > header > p { font-size: 17px; }
    .blog-content { font-size: 16px; line-height: 1.75; }
    .blog-content h2 { margin-top: 42px; font-size: 27px; }
    .blog-article-cover { margin-block: 30px; border-radius: 11px; }
    .blog-related { padding-inline: 14px; }
    .cookie-consent { inset: auto 10px 10px; width: calc(100% - 20px); max-height: calc(100dvh - 20px); padding: 16px; gap: 15px; }
    .cookie-actions { grid-template-columns: 1fr; }
    .cookie-actions .btn { width: 100%; }
    .contact-hero { padding: 48px 18px; }
    .contact-hero h1 { font-size: 42px; letter-spacing: -2px; }
    .contact-hero p { font-size: 16px; }
    .contact-section { padding: 43px 14px 65px; }
    .contact-form-card { padding: 20px 15px; }
    .contact-form-grid { grid-template-columns: 1fr; }
    .cf-turnstile { max-width: 100%; overflow: hidden; }
}
