:root{
  --bg:#f5f7fb;
  --surface:#ffffff;
  --surface-soft:#f8fafc;
  --text:#0f172a;
  --muted:#526174;
  --line:#e2e8f0;
  --primary:#0f766e;
  --primary-hover:#0b5f59;
  --primary-soft:#eaf7f5;
  --blue:#2563eb;
  --dark:#0b1422;
  --radius:20px;
  --radius-sm:12px;
  --max:1180px;
  --reading:760px;
  --shadow:0 14px 40px rgba(15,23,42,.07);
}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--bg);color:var(--text);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;font-size:16px;line-height:1.65;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}img{max-width:100%;height:auto;display:block}a{color:inherit;text-decoration:none}button,input,textarea{font:inherit}.container{width:min(var(--max),calc(100% - 40px));margin-inline:auto}.narrow{width:min(var(--reading),calc(100% - 40px));margin-inline:auto}.screen-reader-text{position:absolute!important;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.skip-link{position:fixed;left:16px;top:-80px;z-index:9999;background:#fff;color:#111;padding:10px 14px;border-radius:10px;box-shadow:var(--shadow)}.skip-link:focus{top:16px}
.site-header{position:sticky;top:0;z-index:100;background:rgba(255,255,255,.96);backdrop-filter:blur(12px);border-bottom:1px solid var(--line)}.header-inner{min-height:74px;display:flex;align-items:center;gap:28px}.brand{display:flex;align-items:center;gap:12px;min-width:max-content;color:var(--text)}.brand-mark{width:42px;height:42px;border-radius:13px;display:grid;place-items:center;background:linear-gradient(135deg,#2dd4bf,#60a5fa);color:#06211e;font-weight:900;letter-spacing:-.04em}.brand-copy{display:flex;flex-direction:column;line-height:1.08}.brand-copy strong{font-size:.98rem;color:var(--text)}.brand-copy small{font-size:.72rem;color:var(--muted);margin-top:5px}.primary-nav{margin-left:auto}.primary-menu{display:flex;align-items:center;gap:24px;list-style:none;margin:0;padding:0}.primary-menu a{font-size:.91rem;font-weight:720;color:#334155}.primary-menu a:hover,.primary-menu .current-menu-item>a{color:var(--primary)}.menu-toggle{display:none;margin-left:auto;border:1px solid var(--line);background:#fff;color:var(--text);border-radius:10px;padding:9px 12px}
.eyebrow{display:inline-block;color:var(--primary);text-transform:uppercase;letter-spacing:.12em;font-size:.74rem;font-weight:850}.button{display:inline-flex;align-items:center;justify-content:center;min-height:46px;padding:0 19px;border-radius:999px;font-weight:800;border:1px solid transparent;cursor:pointer}.button--primary{background:var(--primary);color:#fff}.button--primary:hover{background:var(--primary-hover)}.button--ghost{background:#fff;border-color:#cbd5e1;color:var(--text)}.button--ghost:hover{border-color:#94a3b8;background:#f8fafc}.text-link{font-weight:800;color:var(--primary)}.text-link:hover{text-decoration:underline;text-underline-offset:4px}.section{padding:72px 0;background:#fff}.section--light{background:var(--surface-soft)}.section--cluster{background:#fff;border-top:1px solid #eef2f7}.section--dark-callout{background:#eaf7f5;color:var(--text);border-top:1px solid #ccebe6}.section-heading{display:grid;grid-template-columns:1.08fr .92fr;gap:48px;align-items:end;margin-bottom:34px}.section-heading--compact{grid-template-columns:1fr auto}.section-heading h2,.callout h2,.author-box h2,.related-posts h2{font-size:clamp(2rem,3.6vw,3.4rem);line-height:1.08;letter-spacing:-.04em;margin:8px 0 0;color:var(--text)}.section-heading p,.callout p{color:var(--muted);max-width:650px;margin:10px 0 0}
.home-hero{padding:78px 0 68px;background:linear-gradient(135deg,#f8fbff 0%,#f2fbf9 55%,#ffffff 100%);border-bottom:1px solid var(--line)}.hero-layout{display:grid;grid-template-columns:1.05fr .95fr;align-items:center;gap:60px}.hero-copy h1{font-size:clamp(3rem,5.5vw,5rem);line-height:1.01;letter-spacing:-.055em;margin:15px 0 22px;max-width:760px;color:var(--text)}.hero-copy h1 em{font-style:normal;color:var(--primary)}.hero-copy>p{font-size:1.13rem;line-height:1.7;color:var(--muted);max-width:690px}.hero-actions{display:flex;flex-wrap:wrap;gap:10px;margin-top:28px}.trust-list{display:flex;flex-wrap:wrap;gap:18px;list-style:none;margin:28px 0 0;padding:0;color:#475569;font-size:.86rem}.trust-list li:before{content:"✓";color:var(--primary);font-weight:900;margin-right:7px}.hero-panel{background:#fff;border:1px solid #dbe5ee;border-radius:26px;padding:32px;box-shadow:var(--shadow)}.hero-panel__kicker{color:var(--primary);font-size:.76rem;text-transform:uppercase;font-weight:850;letter-spacing:.13em}.hero-panel h2{font-size:clamp(1.8rem,3vw,2.8rem);line-height:1.08;letter-spacing:-.04em;margin:12px 0;color:var(--text)}.hero-panel>p{color:var(--muted);margin:0}.hero-panel__grid{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-top:24px}.hero-panel__grid div{border:1px solid #dbe5ee;background:#f8fafc;border-radius:15px;padding:17px;display:flex;flex-direction:column;min-height:96px}.hero-panel__grid strong{font-size:1.35rem;color:var(--primary)}.hero-panel__grid span{font-size:.82rem;color:#475569;margin-top:6px}
.pillar-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.pillar-card{background:#fff;border:1px solid var(--line);border-radius:var(--radius);padding:26px;box-shadow:0 10px 32px rgba(15,23,42,.05)}.pillar-card__number{display:block;color:#cbd5e1;font-weight:900;font-size:3rem;line-height:1;margin-bottom:24px}.pillar-card h3{font-size:1.42rem;line-height:1.22;letter-spacing:-.025em;margin:8px 0 11px;color:var(--text)}.pillar-card p{color:var(--muted);font-size:.95rem;margin:0 0 17px}.post-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:20px}.post-grid--three{grid-template-columns:repeat(3,1fr)}.post-card{background:#fff;color:var(--text);border:1px solid var(--line);border-radius:18px;overflow:hidden;box-shadow:0 10px 30px rgba(15,23,42,.05);min-width:0}.post-card__media{display:block;aspect-ratio:16/9;background:#edf2f7;overflow:hidden}.post-card__media img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.post-card:hover .post-card__media img{transform:scale(1.02)}.post-card__placeholder{display:grid;place-items:center;width:100%;height:100%;font-size:2.6rem;font-weight:900;color:var(--primary);background:#ecf8f6}.post-card__body{padding:22px}.post-card h3{font-size:1.28rem;line-height:1.23;letter-spacing:-.025em;margin:7px 0 10px;color:var(--text)}.post-card p{color:var(--muted);font-size:.93rem;margin:0 0 17px}.post-meta{display:flex;justify-content:space-between;gap:12px;padding-top:13px;border-top:1px solid #eef2f7;color:#64748b;font-size:.77rem}.callout{display:grid;grid-template-columns:1.08fr .92fr;gap:50px;align-items:center}
.archive-hero,.page-header,.article-header{padding:62px 0 54px;background:#f8fafc;border-bottom:1px solid var(--line);color:var(--text)}.archive-hero h1,.page-header h1,.article-header h1{color:var(--text);font-size:clamp(2.5rem,5vw,4.65rem);line-height:1.03;letter-spacing:-.052em;margin:13px 0 18px;max-width:920px}.archive-hero__inner>p,.archive-description,.article-deck{font-size:1.1rem;line-height:1.7;color:var(--muted);max-width:800px;margin:0}.breadcrumbs{font-size:.78rem;color:#64748b;margin-bottom:20px}.breadcrumbs ol{display:flex;flex-wrap:wrap;gap:8px;list-style:none;margin:0;padding:0}.breadcrumbs li:not(:last-child):after{content:"/";margin-left:8px;opacity:.5}.breadcrumbs a:hover{color:var(--primary)}.article-header__inner{width:min(920px,100%)}.article-header h1{font-size:clamp(2.6rem,5.2vw,4.7rem)}.article-deck{font-size:1.13rem;max-width:820px}.article-byline{display:flex;flex-wrap:wrap;gap:12px 24px;margin-top:24px;color:#64748b;font-size:.82rem}
.article-featured{width:min(900px,calc(100% - 40px));margin:34px auto 0;position:relative;z-index:2}.article-featured img{width:100%;height:clamp(260px,40vw,440px);object-fit:cover;border-radius:20px;box-shadow:0 12px 36px rgba(15,23,42,.09)}
.article-layout{display:grid;grid-template-columns:minmax(0,var(--reading)) 250px;gap:52px;align-items:start;padding-top:46px;padding-bottom:80px;justify-content:center}.article-main{min-width:0}.article-content{font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;font-size:1.075rem;line-height:1.82;color:#263548;background:#fff;border:1px solid var(--line);border-radius:20px;padding:42px 46px;box-shadow:0 8px 28px rgba(15,23,42,.04);overflow:hidden}.article-content>p:first-child{font-size:1.1rem;color:#1e293b}.article-content p{margin:0 0 1.45em}.article-content strong{color:#111827;font-weight:760}.article-content h2,.article-content h3,.article-content h4{font-family:Inter,ui-sans-serif,system-ui,sans-serif;color:var(--text);letter-spacing:-.032em;scroll-margin-top:105px}.article-content h2{font-size:clamp(1.7rem,3vw,2.15rem);line-height:1.2;margin:2.1em 0 .7em}.article-content h3{font-size:1.3rem;line-height:1.28;margin:1.8em 0 .55em}.article-content h4{font-size:1.08rem;margin:1.5em 0 .5em}.article-content a{color:var(--primary);text-decoration:underline;text-decoration-thickness:1px;text-underline-offset:3px}.article-content ul,.article-content ol{padding-left:1.35rem;margin:0 0 1.5em}.article-content li{margin-bottom:.55em;padding-left:.15em}.article-content nav[aria-label*="Sumário"],.article-content nav[aria-label*="sumário"]{background:#eef8f6;border:1px solid #c9e8e2;border-radius:16px;padding:22px 24px;margin:30px 0 38px}.article-content nav strong{font-size:1rem;color:var(--text)}.article-content nav ul{margin:12px 0 0;columns:2;column-gap:34px;padding-left:1.2rem}.article-content nav li{break-inside:avoid;margin-bottom:8px}.article-content table{width:100%;border-collapse:collapse;font-size:.9rem;line-height:1.5;margin:30px 0;display:block;overflow-x:auto;background:#fff}.article-content th,.article-content td{border:1px solid #dbe3ec;padding:12px 14px;text-align:left;min-width:145px;vertical-align:top}.article-content th{background:#f1f5f9;color:#172033;font-weight:800}.article-content figure,.article-content .wp-caption{width:min(620px,100%)!important;max-width:620px!important;margin:38px auto!important}.article-content figure img,.article-content .wp-caption img{width:100%!important;height:auto!important;max-height:420px;object-fit:cover;border-radius:14px;margin:0 auto}.article-content>img,.article-content p>img{width:auto!important;max-width:min(620px,100%)!important;max-height:420px;object-fit:cover;border-radius:14px;margin:38px auto!important}.article-content figcaption,.article-content .wp-caption-text{font-family:Inter,ui-sans-serif,system-ui,sans-serif;color:#64748b;font-size:.78rem;line-height:1.5;margin-top:8px;text-align:center}.article-content blockquote{border-left:4px solid var(--primary);margin:30px 0;padding:8px 0 8px 20px;color:#475569;background:#fafcfd}
.article-aside{position:sticky;top:96px;display:grid;gap:16px}.aside-box{background:#fff;color:var(--text);border:1px solid var(--line);border-radius:16px;padding:20px;box-shadow:0 7px 24px rgba(15,23,42,.04);display:flex;flex-direction:column;gap:10px}.aside-box>a{font-size:.88rem;font-weight:720;border-bottom:1px solid #eef2f7;padding-bottom:10px;color:#27364a}.aside-box>a:last-child{border-bottom:0;padding-bottom:0}.aside-box>a:hover{color:var(--primary)}.ad-slot{display:none!important}
.author-box{margin-top:46px;background:#eef8f6;color:var(--text);border:1px solid #d4ebe7;border-radius:20px;padding:26px;display:grid;grid-template-columns:64px 1fr;gap:20px}.author-box__initials{width:64px;height:64px;border-radius:18px;display:grid;place-items:center;background:#d5f4ef;color:#0b5f59;font-size:1.25rem;font-weight:900}.author-box h2{font-size:1.55rem;margin:3px 0 7px}.author-box p{color:var(--muted);margin:0 0 9px}.related-posts{margin-top:52px}.related-posts .section-heading{margin-bottom:20px}.related-posts h2{font-size:2rem}.related-posts .post-card h3{font-size:1.05rem}.related-posts .post-card p{display:none}
.page-content{font-size:1.04rem;line-height:1.78;color:#334155;background:#fff;border:1px solid var(--line);border-radius:20px;padding:38px 42px}.page-content h2{font-size:1.9rem;letter-spacing:-.035em;margin-top:40px;color:var(--text)}.page-content a{color:var(--primary);text-decoration:underline;text-underline-offset:3px}.page-content img{border-radius:16px;margin:26px auto;max-width:720px}.contact-layout{display:grid;grid-template-columns:.8fr 1.2fr;gap:44px}.form{background:#fff;color:var(--text);border:1px solid var(--line);border-radius:20px;padding:26px;box-shadow:var(--shadow)}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}.field{display:flex;flex-direction:column;gap:7px}.field label{font-size:.82rem;font-weight:800}.full{grid-column:1/-1}input,textarea{width:100%;padding:12px 13px;border:1px solid #cbd5e1;border-radius:10px;background:#fff;color:#111827}textarea{min-height:150px;resize:vertical}.form .button{margin-top:18px}.notice{background:#e7f7ee;color:#155a35;padding:12px 14px;border-radius:12px;margin-top:18px}.search-form{display:flex;gap:8px;max-width:560px;margin-top:22px}.search-form input{flex:1}.search-form button{border:0;border-radius:10px;padding:0 18px;background:var(--primary);color:#fff;font-weight:800}.empty-state{text-align:center;padding-top:80px;padding-bottom:80px}.empty-state h1,.empty-state h2{font-size:clamp(2rem,4.5vw,4rem);line-height:1.05;letter-spacing:-.04em}.pagination{margin-top:38px}.pagination .nav-links{display:flex;gap:8px;flex-wrap:wrap}.pagination .page-numbers{background:#fff;border:1px solid var(--line);border-radius:9px;padding:8px 12px}.pagination .current{background:var(--text);color:#fff}
.site-footer{background:var(--dark);color:#d9e2ec;border-top:1px solid #172436;padding:50px 0 30px;margin-top:0}.site-footer a{color:#e5edf5}.site-footer a:hover{color:#5eead4}.site-footer .brand-copy strong{color:#fff}.site-footer .brand-copy small{color:#9fb0c3}.footer-grid{display:grid;grid-template-columns:1.3fr .8fr .8fr;gap:42px}.footer-title{font-size:.78rem;text-transform:uppercase;letter-spacing:.11em;color:#7dd3c7;font-weight:850}.footer-links{list-style:none;margin:14px 0 0;padding:0;display:grid;gap:9px}.footer-note{color:#9fb0c3;max-width:520px;margin-top:16px}.footer-bottom{border-top:1px solid #233247;margin-top:38px;padding-top:22px;color:#8fa0b4;font-size:.8rem;display:flex;justify-content:space-between;gap:18px;flex-wrap:wrap}
@media(max-width:980px){.hero-layout,.section-heading,.callout,.contact-layout{grid-template-columns:1fr}.hero-layout{gap:34px}.pillar-grid,.post-grid--three{grid-template-columns:repeat(2,1fr)}.article-layout{grid-template-columns:minmax(0,760px);justify-content:center;gap:30px}.article-aside{position:static;display:block}.article-aside .aside-box{margin-top:0}.footer-grid{grid-template-columns:1fr 1fr}}
@media(max-width:760px){.container{width:min(100% - 28px,var(--max))}.site-header{position:relative}.header-inner{min-height:68px}.brand-copy small{display:none}.menu-toggle{display:inline-flex}.primary-nav{display:none;position:absolute;left:14px;right:14px;top:64px;background:#fff;border:1px solid var(--line);border-radius:14px;box-shadow:var(--shadow);padding:12px}.primary-nav.is-open{display:block}.primary-menu{flex-direction:column;align-items:stretch;gap:0}.primary-menu a{display:block;padding:11px 10px;border-bottom:1px solid #eef2f7}.primary-menu li:last-child a{border-bottom:0}.home-hero{padding:54px 0 46px}.hero-copy h1{font-size:clamp(2.55rem,12vw,4rem)}.hero-panel{padding:24px}.hero-panel h2{font-size:1.8rem}.hero-panel__grid{grid-template-columns:1fr 1fr}.section{padding:54px 0}.section-heading{gap:16px;margin-bottom:26px}.section-heading--compact{grid-template-columns:1fr}.pillar-grid,.post-grid,.post-grid--three{grid-template-columns:1fr}.archive-hero,.page-header,.article-header{padding:44px 0 38px}.article-header h1{font-size:clamp(2.25rem,11vw,3.45rem)}.article-featured{width:calc(100% - 28px);margin-top:24px}.article-featured img{height:240px;border-radius:15px}.article-layout{width:100%;padding-top:28px;padding-bottom:54px}.article-content{font-size:1.02rem;line-height:1.78;border-radius:0;border-left:0;border-right:0;padding:30px 20px;box-shadow:none}.article-content nav ul{columns:1}.article-content h2{font-size:1.75rem}.article-content figure,.article-content .wp-caption{margin:30px auto!important}.author-box{grid-template-columns:1fr;padding:22px}.related-posts{padding-inline:14px}.page-content{padding:28px 22px;border-radius:0;border-left:0;border-right:0}.form-grid{grid-template-columns:1fr}.full{grid-column:auto}.footer-grid{grid-template-columns:1fr}}
