@font-face{font-family: "Inter";font-style: normal;font-weight: 100 900;font-display: swap;src: url("../fonts/inter-reference-normal.woff2") format("woff2");}@font-face{font-family: "Poppins";font-style: normal;font-weight: 500;font-display: swap;src: url("../fonts/poppins-reference-500.woff2") format("woff2");}@font-face{font-family: "Poppins";font-style: normal;font-weight: 600;font-display: swap;src: url("../fonts/poppins-600-latin.woff2") format("woff2");}@font-face{font-family: "Poppins";font-style: normal;font-weight: 700;font-display: swap;src: url("../fonts/poppins-700-latin.woff2") format("woff2");}@font-face{font-family: "Darker Grotesque";font-style: normal;font-weight: 400;font-display: swap;src: url("../fonts/darker-grotesque-latin.woff2") format("woff2");}@font-face{font-family: "Roboto";font-style: normal;font-weight: 400;font-display: swap;src: url("../fonts/roboto-400-latin.woff2") format("woff2");}:root{--navy: #132746;--navy-deep: #061a2b;--cyan: #0092b9;--cyan-hover: #007d9f;--surface: #f5f5f7;--surface-muted: #f3f6f6;--white: #ffffff;--ink: #132746;--text: #24364f;--muted: #5c6b7c;--line: #d5dce3;--focus: #56d6f7;--max-width: 1320px;--content-width: 1120px;--radius-pill: 999px;--radius-card: 24px;--header-ease: 180ms ease;}*,*::before,*::after{box-sizing: border-box;}html{scroll-behavior: smooth;overflow-y: scroll;scrollbar-gutter: stable;}@supports (scrollbar-gutter: stable){html{/* A barra sempre presente já estabiliza o layout e preserva a geometria full-width da referência. */ scrollbar-gutter: auto;}}body{margin: 0;color: var(--text);background: var(--white);font-family: "Inter";font-size: 16px;line-height: 1.55;text-rendering: auto;}body.is-menu-open{overflow: hidden;}img{display: block;max-width: 100%;}a{color: inherit;text-decoration: none;}button,input{font: inherit;}button,a{-webkit-tap-highlight-color: transparent;}:focus-visible{outline: 3px solid var(--focus);outline-offset: 4px;}.skip-link{position: fixed;top: 10px;left: 10px;z-index: 1000;transform: translateY(-160%);padding: 12px 18px;border-radius: 8px;color: var(--navy);background: var(--white);font-weight: 700;transition: transform var(--header-ease);}.skip-link:focus{transform: translateY(0);}.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;}.container{width: 100%;max-width: 100%;padding-inline: 12px;margin-inline: auto;}@media (min-width: 576px){.container{max-width: 540px;}}@media (min-width: 768px){.container{max-width: 720px;}}@media (min-width: 992px){.container{max-width: 960px;}}@media (min-width: 1200px){.container{max-width: 1140px;}}@media (min-width: 1400px){.container{max-width: 1320px;}}.site-header{position: fixed;inset: 0 0 auto;z-index: 50;padding: 20px 0 100px;color: #212529;font-family: "Inter";line-height: normal;background: linear-gradient(180deg,rgba(0,0,0,0.94),rgba(0,0,0,0));transition: padding var(--header-ease),background-color var(--header-ease),box-shadow var(--header-ease);}.site-header.is-scrolled,.site-header.header-solid{padding: 20px 0;background-color: var(--navy);box-shadow: none;}.header-inner{position: relative;display: block;min-height: 65px;}.header-inner > .brand-link{position: absolute;top: 50%;left: 12px;width: 196px;transform: translateY(-50%);color: #0d6efd;}.brand-link img{width: 100%;height: auto;}.brand-logo-mobile{display: none;}.desktop-nav{position: absolute;top: 0;right: 12px;bottom: 0;left: calc(25% + 12px);display: flex;align-items: center;justify-content: space-between;gap: 0;width: auto;font-family: "Inter";font-size: 16px;font-weight: 400;line-height: normal;}.nav-link,.submenu-toggle{position: relative;display: inline-flex;height: 100%;align-items: center;padding: 0;border: 0;color: var(--white);background: transparent;font-family: "Poppins",Arial,sans-serif;font-weight: 600;cursor: pointer;white-space: nowrap;}.nav-link[aria-current="page"]{font-weight: 600;}.nav-link::after,.submenu-toggle::after{content: "";position: absolute;right: 0;bottom: 0;left: 0;height: 2px;transform: scaleX(0);transform-origin: left;background: var(--cyan);transition: transform 150ms ease;}.nav-link:hover::after,.nav-link[aria-current="page"]::after,.submenu-toggle:hover::after,.nav-item:focus-within > .submenu-toggle::after{transform: scaleX(1);}.nav-link:hover,.submenu-toggle:hover,.nav-item:focus-within > .submenu-toggle{color: var(--cyan);}.nav-item{position: relative;}.submenu-toggle{display: inline-flex;padding-right: 20px;}.submenu-toggle img{position: absolute;top: 50%;right: 0;left: auto;width: 12px;height: 12px;transform: translateY(-50%);filter: invert(1);transition: transform 150ms ease;}.nav-item:hover .submenu-toggle img,.nav-item:focus-within .submenu-toggle img,.submenu-toggle[aria-expanded="true"] img{transform: translateY(-50%) rotate(180deg);}.submenu{position: absolute;top: 100%;left: 0;display: block;min-width: 230px;margin: 0;padding: 5px 0 0;list-style: none;visibility: hidden;opacity: 0;transform: translateY(100%);border: 0;border-radius: 0;background: transparent;box-shadow: none;transition: opacity 500ms ease,transform 500ms ease,visibility 500ms ease;}.nav-item:hover .submenu,.nav-item:focus-within .submenu,.submenu.is-open{visibility: visible;opacity: 1;transform: translateY(0);}.submenu a{display: inline-flex;height: 20px;align-items: center;gap: 5px;margin-top: 4px;padding: 0;border-radius: 0;color: rgba(255,255,255,0.52);font-family: "Poppins",Arial,sans-serif;font-size: 14px;font-weight: 400;}.submenu li{height: 29px;}.submenu li:last-child{height: 26px;}.submenu a:hover,.submenu a:focus-visible{color: var(--white);background: transparent;}.header-actions{display: contents;}.header-actions .button{height: 45px;min-height: 45px;padding-block: 0;padding-inline: 16px;font-family: "Poppins";font-size: 16px;font-weight: 500;line-height: normal;white-space: nowrap;}.header-actions .button-primary{width: 198px;}.header-actions .button-outline{width: 179px;height: 47px;min-height: 47px;}.header-actions .button img{width: 16px;height: 25px;}.header-actions .button-primary img{transform: translateX(-1.42px);}.header-actions .button-outline img{transform: translateX(1.59px);}.button{display: inline-flex;min-height: 46px;align-items: center;justify-content: center;gap: 10px;padding: 11px 22px;border: 1px solid transparent;border-radius: var(--radius-pill);font-family: "Poppins",Arial,sans-serif;font-size: 14px;font-weight: 600;line-height: 1;transition: color 150ms ease,background-color 150ms ease,border-color 150ms ease,transform 150ms ease;}.button:hover{transform: translateY(-1px);}.button-primary{color: var(--white);background: var(--cyan);}.button-primary:hover{background: var(--navy);}.button-dark{color: var(--white);background: var(--navy);}.button-dark:hover{background: var(--cyan-hover);}.button-outline{color: var(--white);border-color: rgba(255,255,255,0.72);background: rgba(0,0,0,0.08);}.button-outline:hover{color: var(--navy);background: var(--white);}.button img{width: 17px;height: 17px;}.button-outline img,.button-dark img{filter: brightness(0) invert(1);}.menu-toggle{display: none;width: 30px;height: 30px;align-items: center;justify-content: center;margin-left: auto;padding: 0;border: 0;border-radius: 0;color: #212529;background: transparent;cursor: pointer;}.menu-toggle::before{content: "";position: absolute;inset: -10px;}.menu-toggle img,.menu-close img{width: 22px;height: 22px;filter: brightness(0) invert(1);}.menu-toggle img{width: 30px;height: 30px;color: inherit;}.mobile-menu{position: fixed;inset: 0;z-index: 100;display: grid;grid-template-columns: minmax(0,1fr);color: var(--white);background: rgba(6,26,43,0.98);visibility: hidden;opacity: 0;pointer-events: none;transition: opacity 180ms ease;}.mobile-menu.is-open{visibility: visible;opacity: 1;pointer-events: auto;}.mobile-menu-panel{width: min(100%,540px);min-height: 100dvh;margin-left: auto;padding: 20px 24px 36px;overflow-y: auto;background: var(--navy-deep);}.mobile-menu-head{display: flex;align-items: center;justify-content: space-between;gap: 24px;padding-bottom: 28px;border-bottom: 1px solid rgba(255,255,255,0.18);}.mobile-menu-head .brand-link{width: 150px;}.mobile-menu-head .brand-link img{width: 150px;height: auto;}.menu-close{display: inline-flex;width: 46px;height: 46px;align-items: center;justify-content: center;border: 1px solid rgba(255,255,255,0.44);border-radius: 50%;background: transparent;cursor: pointer;}.mobile-nav{display: grid;gap: 6px;padding: 30px 0;font-family: "Poppins",Arial,sans-serif;}.mobile-nav > a,.mobile-submenu summary{display: flex;min-height: 48px;align-items: center;justify-content: space-between;padding: 10px 2px;border-bottom: 1px solid rgba(255,255,255,0.1);font-size: 18px;font-weight: 600;cursor: pointer;list-style: none;}.mobile-submenu summary::-webkit-details-marker{display: none;}.mobile-submenu summary::after{content: "+";color: var(--cyan);font-size: 26px;font-weight: 400;}.mobile-submenu[open] summary::after{content: "−";}.mobile-submenu-links{display: grid;gap: 4px;padding: 8px 0 14px 16px;}.mobile-submenu-links a{padding: 8px 0;color: #dbe6ee;font-size: 15px;}.mobile-actions{display: grid;gap: 12px;}.hero{position: relative;display: grid;min-height: 750px;place-items: center;overflow: hidden;color: var(--white);background-color: var(--navy-deep);background-image: linear-gradient(90deg,rgba(0,0,0,0.78),rgba(0,0,0,0.06)),url("../reference/editorial/blog-hero.jpg");background-position: center;background-size: cover;}.hero-single{background-image: linear-gradient(90deg,rgba(0,0,0,0.82),rgba(0,0,0,0.08)),url("../reference/editorial/post-nitidez-hero.png");}.hero-compact{min-height: 520px;}.hero-error{min-height: 640px;text-align: center;}.hero-search{min-height: 520px;}.hero-content{position: relative;z-index: 1;width: min(100%,680px);margin-right: auto;padding-top: 92px;}.hero-content-wide{width: min(100%,720px);}.hero h1{max-width: 760px;margin: 0 0 20px;font-family: "Poppins",Arial,sans-serif;font-size: clamp(2.5rem,4vw,4rem);font-weight: 700;line-height: 1.1;letter-spacing: -0.035em;}.hero-single h1{font-size: clamp(2.25rem,3.55vw,3.75rem);}.hero p{max-width: 500px;margin: 0;font-size: clamp(1.05rem,1.4vw,1.35rem);line-height: 1.55;}.archive-section,.search-section{padding: 78px 0 104px;background: var(--surface);}.search-form{display: flex;width: min(100%,660px);min-height: 62px;margin: 0 auto 76px;gap: 0;overflow: hidden;border: 3px solid var(--cyan);border-radius: 100px;background: transparent;}.search-form button{display: inline-flex;width: 62px;flex: 0 0 62px;align-items: center;justify-content: center;padding: 15px 20px;border: 0;border-radius: 100px;color: var(--white);background: var(--cyan);cursor: pointer;}.search-form button:hover{background: var(--navy);}.search-form button img{width: 22px;height: 22px;filter: brightness(0) invert(1);}.search-form input{width: 100%;min-width: 0;padding: 0 20px;border: 0;outline: 0;color: var(--navy);background: transparent;font-size: 17px;}.search-form input::placeholder{color: #8793a0;}@media (max-width: 991.98px){.archive-section .search-form,.search-section .search-form{width: calc(100% + 24px);margin-inline: -12px;}}@media (min-width: 992px){.archive-section .search-form,.search-section .search-form{width: min(calc(50% + 12px),660px);}}.section-heading{margin: 0 0 42px;color: var(--navy);font-family: "Poppins",Arial,sans-serif;font-size: clamp(2rem,3vw,3rem);line-height: 1.18;letter-spacing: -0.025em;text-align: center;}.post-grid{display: grid;grid-template-columns: repeat(3,minmax(0,1fr));gap: 46px;align-items: start;}.post-card{min-width: 0;text-align: center;}.post-card__media{position: relative;display: block;overflow: hidden;aspect-ratio: 1;margin: 0;border-radius: var(--radius-card);background: #dce3e8;}.post-card__media img{width: 100%;height: 100%;object-fit: cover;transition: transform 250ms ease;}.post-card:hover .post-card__media img{transform: scale(1.025);}.post-card__fallback{display: grid;width: 100%;height: 100%;place-items: center;background: #132746 url("../reference/editorial/post-card-fallback.png") center / cover no-repeat;}.post-card__fallback::before,.post-card__fallback::after{content: "";position: absolute;width: 38%;aspect-ratio: 1;border: 10px solid rgba(255,255,255,0.16);border-right-color: transparent;border-radius: 50%;}.post-card__fallback::after{width: 25%;border-width: 6px;opacity: 0.62;transform: translate(12%,-6%);}.post-card__fallback::before,.post-card__fallback::after{display: none;}.post-card__title{display: -webkit-box;margin: 18px auto 10px;overflow: hidden;color: var(--navy);font-family: "Poppins",Arial,sans-serif;font-size: clamp(1.3rem,1.9vw,1.75rem);font-weight: 700;line-height: 1.18;letter-spacing: -0.025em;-webkit-box-orient: vertical;-webkit-line-clamp: 3;}.post-card__title a:hover{color: var(--cyan-hover);}.post-card__excerpt{display: -webkit-box;max-width: 400px;margin: 0 auto 22px;overflow: hidden;color: var(--navy);font-size: 16px;line-height: 1.4;-webkit-box-orient: vertical;-webkit-line-clamp: 2;}.post-card .button{min-height: 42px;padding-inline: 20px;}.pagination{display: flex;align-items: center;justify-content: center;gap: 10px;margin-top: 70px;}.pagination a,.pagination span{display: inline-flex;width: 44px;height: 44px;align-items: center;justify-content: center;border: 1px solid var(--navy);border-radius: 50%;color: var(--navy);font-family: "Poppins",Arial,sans-serif;font-weight: 600;}.pagination .current,.pagination a:hover{color: var(--white);background: var(--navy);}.pagination__direction::before{width: 16px;height: 16px;content: "";background: currentColor;-webkit-mask: url("../icons/arrow-right.svg") center / contain no-repeat;mask: url("../icons/arrow-right.svg") center / contain no-repeat;}.pagination__direction--previous::before{transform: rotate(180deg);}.search-context{width: min(100%,var(--content-width));margin: 0 auto 46px;text-align: center;}.search-context h1{margin: 0 0 12px;color: var(--navy);font-family: "Poppins",Arial,sans-serif;font-size: clamp(2rem,3.4vw,3.2rem);line-height: 1.18;}.search-context p{margin: 0;color: var(--muted);font-size: 18px;}.empty-state{width: min(100%,780px);margin: 0 auto;padding: 72px 44px;border: 1px solid var(--line);border-radius: 28px;background: var(--white);text-align: center;}.empty-state-mark{position: relative;width: 94px;height: 94px;margin: 0 auto 28px;border: 7px solid var(--cyan);border-radius: 50%;}.empty-state-mark::after{content: "";position: absolute;right: -18px;bottom: 2px;width: 34px;height: 7px;transform: rotate(45deg);border-radius: 99px;background: var(--cyan);}.empty-state h2{margin: 0 0 10px;color: var(--navy);font-family: "Poppins",Arial,sans-serif;font-size: 2rem;}.empty-state p{margin: 0 0 26px;color: var(--muted);}.article-shell{padding: 48px 0 100px;background: var(--white);}.article-shell-no-image{padding-top: 141px;}.article-title-no-image{max-width: 980px;margin: 0 0 36px;color: var(--navy);font-family: "Poppins",Arial,sans-serif;font-size: clamp(2.25rem,4vw,4rem);font-weight: 700;line-height: 1.1;letter-spacing: -0.035em;}.article-inner{width: min(calc(100% - 120px),1290px);margin-inline: auto;}.back-link{display: inline-flex;align-items: center;gap: 7px;margin-bottom: 32px;color: var(--navy);font-family: "Poppins",Arial,sans-serif;font-weight: 600;}.back-link::before{content: "‹";color: var(--cyan);font-size: 25px;line-height: 1;}.article-featured{width: min(100%,var(--featured-source-width));margin: 0 auto 26px;overflow: hidden;aspect-ratio: var(--featured-aspect-ratio,950 / 369);border-radius: 2px;background: var(--surface-muted);}.article-featured img{width: 100%;height: 100%;object-fit: cover;}.article-featured.is-compact{--featured-source-width: 768px;border-radius: 18px;}.article-content{color: var(--text);font-size: 17px;}.article-content h2{margin: 30px 0 10px;color: var(--navy);font-family: "Poppins",Arial,sans-serif;font-size: clamp(1.55rem,2.2vw,2rem);line-height: 1.2;letter-spacing: -0.02em;}.article-content h3{margin: 20px 0 8px;color: var(--navy);font-family: "Poppins",Arial,sans-serif;font-size: clamp(1.2rem,1.7vw,1.45rem);line-height: 1.3;}.article-content a{color: var(--cyan-hover);font-weight: 600;text-decoration: underline;text-underline-offset: 3px;}.article-content p{margin: 0 0 18px;}.article-content ul{margin: 8px 0 24px;padding-left: 24px;}.article-content li + li{margin-top: 8px;}.article-meta{display: flex;flex-wrap: wrap;gap: 10px 18px;margin-bottom: 24px;color: var(--muted);font-size: 14px;}.article-cta{margin-top: 54px;padding: 34px;border-radius: 20px;color: var(--white);text-align: center;background: var(--navy);}.article-cta h2{margin: 0 0 10px;font-family: "Poppins",Arial,sans-serif;font-size: clamp(1.6rem,2.4vw,2.2rem);line-height: 1.2;}.article-cta p{max-width: 680px;margin: 0 auto 24px;}.article-cta .button-primary:hover,.article-cta .button-primary:focus-visible{color: var(--navy);background: var(--white);}.related-posts{margin-top: 70px;padding-top: 46px;border-top: 1px solid var(--line);}.related-posts h2{margin: 0 0 28px;color: var(--navy);font-family: "Poppins",Arial,sans-serif;font-size: 2rem;}.related-grid{display: grid;grid-template-columns: repeat(2,minmax(0,1fr));gap: 28px;}.related-grid .post-card__media{aspect-ratio: 2 / 1;}.related-grid .post-card{display: flex;min-height: 100%;flex-direction: column;align-items: center;}.related-grid .post-card > a:first-child{display: block;width: 100%;}.related-grid .post-card > .button{margin-top: auto;}.error-code{margin-bottom: 4px;color: var(--cyan);font-family: "Poppins",Arial,sans-serif;font-size: clamp(5rem,14vw,10rem);font-weight: 700;line-height: 0.9;}.error-actions{display: flex;flex-wrap: wrap;justify-content: center;gap: 14px;margin-top: 30px;}.hero-error .search-form{margin: 30px auto 0;text-align: left;background: var(--white);}.site-footer{padding: 80px 0 50px;color: #212529;font-family: "Inter";font-size: 16px;font-weight: 400;line-height: normal;background: var(--navy);}.footer-mobile{display: none;}@keyframes footer-social-push{0%,100%{transform: scale(1);}50%{transform: scale(0.8);}}.footer-main{display: flex;flex-wrap: wrap;margin-inline: -12px;}.footer-main > section{width: 25%;padding-inline: 12px;text-align: center;}.footer-heading{margin: 0 0 20px;color: var(--white);font-family: "Inter";font-size: 20px;font-weight: 600;line-height: normal;}.footer-links{margin: 0;padding: 0;list-style: none;}.footer-links a{display: block;margin-bottom: 10px;color: var(--white);font-size: 18px;font-weight: 300;line-height: normal;}.footer-links li:last-child a{margin-bottom: 0;}.footer-links a:hover{color: var(--cyan);text-decoration: none;}.footer-contact{margin: 0 0 25px;color: var(--white);font-size: 18px;font-weight: 300;line-height: normal;}.footer-contact + .footer-heading{margin-bottom: 20px;font-size: 18px;}.social-links{display: flex;align-items: center;justify-content: center;gap: 0;}.social-links a{display: inline-flex;width: 42px;height: 42px;align-items: center;justify-content: center;color: #0d6efd;border-radius: 0;background: transparent;transform: scale(1);transform-origin: center;}.social-links img{width: 21px;height: 21px;padding: 0;}.social-links .social-link-youtube img{width: 42px;height: 21px;}.social-links a:hover,.social-links a:focus-visible,.social-links a:active{animation: footer-social-push 300ms linear 1;}.footer-spacer{height: 60px;}.footer-legal{color: var(--white);font-size: 16px;font-weight: 300;line-height: 23px;text-align: center;}.footer-company{margin: 0;}.footer-bottom{position: relative;display: flex;min-height: 24px;justify-content: center;gap: 12px;margin-top: 41px;line-height: 24px;}.footer-bottom::before{content: "";position: absolute;top: -21px;right: 0;left: 0;height: 1px;background: rgba(255,255,255,0.48);}.whatsapp-link{position: fixed;right: 32px;bottom: 32px;z-index: 45;display: inline-flex;width: 72px;height: 72px;align-items: center;justify-content: center;border: 0;border-radius: 50%;background: var(--cyan);box-shadow: 0 10px 28px rgba(6,26,43,0.24);transition: background-color 150ms ease,transform 150ms ease;}.whatsapp-link:hover{transform: translateY(-2px);background: var(--navy);}.whatsapp-link img{width: 34px;height: 34px;filter: brightness(0) invert(1);}@media (min-width: 1200px) and (max-width: 1399.98px){.desktop-nav{left: calc(22% + 12px);}.header-inner > .brand-link{width: 166px;transform: translateY(calc(-50% - 2px));}}@media (min-width: 1400px){.header-inner > .brand-link{width: 196px;transform: translateY(calc(-50% - 2px));}}@media (max-width: 1199.98px){.desktop-nav,.header-actions{display: none;}.menu-toggle{position: absolute;top: 50%;right: 22px;display: inline-flex;transform: translateY(-50%);}.header-inner{min-height: 54px;}.header-inner > .brand-link{top: 0;width: 198px;transform: none;}.site-header.is-scrolled,.site-header.header-solid{padding: 20px 0;}}@media (max-width: 991.98px){.post-grid{gap: 28px;}.footer-main > section{width: 100%;padding-top: 20px;padding-bottom: 0;text-align: center;}.social-links{justify-content: center;}}@media (max-width: 820px){.article-inner{width: calc(100% - 32px);}.hero{min-height: 675px;background-position: 58% center;}.hero-compact{min-height: 460px;}.hero-content{align-self: center;padding-top: 54px;}.hero h1,.hero-single h1{max-width: 75%;font-size: clamp(2.15rem,9vw,3.2rem);}.hero p{max-width: 60%;font-size: 1rem;}.archive-section,.search-section{padding: 48px 0 76px;}.search-form{margin-bottom: 54px;}.post-grid{grid-template-columns: 1fr;gap: 42px;}.post-card{width: min(100%,520px);margin-inline: auto;}.post-card__title{max-width: 430px;font-size: 1.55rem;}.article-shell{padding: 30px 0 74px;}.article-shell-no-image{padding-top: 108px;}.article-content{font-size: 16px;}.related-grid{grid-template-columns: 1fr;}}@media (max-width: 575.98px){.header-inner{min-height: calc((33.333333vw - 24px) * 0.252525 + 4px);}.header-inner > .brand-link{width: calc(33.333333vw - 24px);}}@media (max-width: 400px){.header-inner{min-height: calc((33.333333vw - 24px) * 0.252525 + 4.5px);}}@media (max-width: 520px){.hero{min-height: 675px;background-position: 64% center;}.hero-compact{min-height: 430px;}.hero-content{width: 100%;}.hero h1,.hero-single h1{max-width: 82%;margin-bottom: 12px;font-size: clamp(2rem,10vw,2.7rem);}.hero p{max-width: 70%;}.hero-error h1,.hero-error p{max-width: 100%;}.post-card__media{border-radius: 20px;}.post-card__title{margin-top: 14px;font-size: 1.42rem;}.post-card__excerpt{font-size: 15px;}.empty-state{padding: 50px 22px;}.footer-bottom{flex-wrap: wrap;}.whatsapp-link{right: 16px;bottom: 20px;width: 58px;height: 58px;}.whatsapp-link img{width: 27px;height: 27px;}.article-featured{margin-bottom: 20px;}.article-meta{margin-bottom: 18px;}.article-content h2{margin-top: 26px;font-size: 1.45rem;}.article-content p,.article-content li{font-size: 15px;}}@media (max-width: 1024px){.site-footer{padding: 0;color: #ffffff;background: var(--navy);}.footer-desktop{display: none;}.footer-mobile{position: relative;display: flex;flex-direction: column;color: rgb(40,48,61);background: transparent;font-family: -apple-system,"system-ui","Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;font-size: 20px;font-weight: 400;line-height: 34px;justify-content: center;-webkit-font-smoothing: antialiased;}.footer-mobile__main{width: 100%;padding: 100px 0 14px;background: var(--navy);}.footer-mobile__brand{display: block;width: 217px;height: 67px;margin-inline: auto;}.footer-mobile__brand img{width: 217px;height: 67px;}.footer-mobile__social{display: flex;align-items: center;justify-content: center;margin-top: 68px;}.footer-mobile__social a{display: inline-flex;width: 42px;height: 42px;align-items: center;justify-content: center;transform: scale(1);transform-origin: center;}.footer-mobile__social a:hover,.footer-mobile__social a:focus-visible,.footer-mobile__social a:active{animation: footer-social-push 300ms linear 1;}.footer-mobile__social img{width: 21px;height: 21px;}.footer-mobile__social .footer-mobile__social-youtube img{width: 42px;height: 21px;}.footer-mobile__contacts{display: grid;width: min(calc(100% - 48px),720px);margin: 34px auto 0;gap: 6px;color: #ffffff;font-family: "Darker Grotesque",sans-serif;font-size: 14px;font-style: normal;font-weight: 400;line-height: 12px;}.footer-mobile__contacts a{display: flex;min-height: 17px;align-items: center;gap: 4.25px;color: #ffffff;}.footer-mobile__contacts span{padding-left: 5px;}.footer-mobile__contacts a:hover,.footer-mobile__contacts a:focus-visible{color: #ffffff;}.footer-mobile__contacts img{width: 17px;height: 17px;flex: 0 0 17px;}.footer-mobile__legal{display: flex;width: min(100%,720px);align-items: center;justify-content: space-around;gap: 4px;margin: 54px auto 0;padding: 5px 2px 7px;color: #ffffff;font-family: "Darker Grotesque",sans-serif;font-size: 13px;font-weight: 400;line-height: 16.88px;}.footer-mobile__legal a{color: #ffffff;text-decoration: underline;text-underline-offset: 1px;white-space: nowrap;}.footer-mobile__legal a:hover,.footer-mobile__legal a:focus-visible{color: #ffffff;}.footer-mobile__credits{display: flex;min-height: 29px;align-items: center;justify-content: space-around;gap: 0;padding: 6px 0;color: #ffffff;background: #0b182d;font-family: "Roboto",sans-serif;font-size: 12px;font-weight: 400;line-height: 16.88px;}.footer-mobile__credits span{white-space: nowrap;}.whatsapp-link{display: none;}}@media (max-width: 767.98px){.site-header,.site-header.is-scrolled,.site-header.header-solid{height: 78px;padding: 0;color: rgb(40,48,61);background: #ffffff;box-shadow: 1px 1px 40px rgba(0,0,0,0.125);font-family: -apple-system,"system-ui","Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;font-size: 20px;font-weight: 400;line-height: 34px;-webkit-font-smoothing: antialiased;}.header-inner{height: 78px;min-height: 78px;}.header-inner > .brand-link{top: 15px;left: 12px;width: 120px;height: 48px;color: rgb(40,48,61);transform: none;}.header-inner > .brand-link .brand-logo-desktop{display: none;}.header-inner > .brand-link .brand-logo-mobile{display: inline-block;width: 120px;height: 48px;object-fit: contain;}.menu-toggle{top: 18.484px;right: 12px;width: 31px;height: 31px;color: #343434;background: #ffffff;font-family: "Darker Grotesque",sans-serif;font-size: 31px;font-weight: 600;line-height: 22px;transform: none;}.menu-toggle::before{inset: -7px;}.menu-toggle img{width: 31px;height: 31px;filter: none;}.menu-toggle:hover,.menu-toggle:focus-visible{color: #343434;background: #ffffff;transform: none;}}@media (prefers-reduced-motion: reduce){html{scroll-behavior: auto;}*,*::before,*::after{scroll-behavior: auto !important;transition-duration: 0.01ms !important;animation-duration: 0.01ms !important;animation-iteration-count: 1 !important;}}/* WP template guardrails: accessibility, performance and pagination */ .skip-link:focus,.skip-link:focus-visible{position: fixed;top: 12px;left: 12px;z-index: 9999;width: auto;height: auto;padding: 10px 14px;background: #ffffff;color: #111111;outline: 3px solid currentColor;}:focus-visible{outline: 3px solid currentColor;outline-offset: 3px;}.footer-brand > img{height: auto;}.drawer__links .menu{display: grid;gap: 2px;margin: 0;padding: 0;list-style: none;}.drawer__links .menu-item{margin: 0;list-style: none;}.pagination,.pagination.wrap{display: flex;flex-wrap: wrap;gap: 8px;align-items: center;}.pagination a,.pagination span{min-height: 44px;padding-inline: 16px;display: inline-flex;align-items: center;justify-content: center;}.pagination .pagination__direction{padding-inline: 0;}.pagination a:focus,.pagination a:focus-visible{outline: 3px solid currentColor;outline-offset: 3px;}.pagination .page-link .inline-icon{filter: brightness(0) invert(1);}.pagination .page-link:hover .inline-icon,.pagination .page-link[aria-current="page"] .inline-icon{filter: none;}.pagination .page-link--prev .inline-icon{transform: rotate(180deg);}.post-card__image img,.post-card__thumb,.featured-card__image{width: 100%;height: auto;aspect-ratio: 16 / 9;object-fit: cover;}.post-card__link{min-width: 0;min-height: 100%;display: flex;flex: 1;flex-direction: column;color: inherit;text-decoration: none;}.post-card__link:focus-visible{outline-offset: -3px;}.post-card h2 [data-clamp-tooltip="post-title"],.post-card h3 [data-clamp-tooltip="post-title"]{display: -webkit-box;overflow: hidden;-webkit-box-orient: vertical;-webkit-line-clamp: 2;}.article-cover{margin: 1em 40px;}.article-cover .article-image__media{width: 100%;height: auto;max-height: 430px;object-fit: cover;}.single-media.has-compact-featured-image{width: min(100%,var(--single-image-source-width));max-width: 800px;margin-inline: auto;}.single-media.has-wide-featured-image{width: 100%;}.search-layout--without-taxonomy{grid-template-columns: minmax(0,1fr);}.search-layout--without-taxonomy > :last-child{width: min(100%,920px);margin-inline: auto;}@media (max-width: 820px){.quick-actions[data-taxonomy-limit-justification] .button{min-height: 56px;padding-inline: 8px;white-space: normal;overflow-wrap: anywhere;line-height: 1.15;text-align: center;}}@media (prefers-reduced-motion: reduce){*,*::before,*::after{animation-duration: 0.01ms !important;animation-iteration-count: 1 !important;scroll-behavior: auto !important;transition-duration: 0.01ms !important;}}
