@import url("https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&family=Rajdhani:wght@400;500;600;700&display=swap");

/* Base mínima: substitui Bootstrap, Main e bibliotecas de ícones do template. */
*, *::before, *::after { box-sizing: border-box; }
html { font-size: 16px; -webkit-text-size-adjust: 100%; }
body { min-width: 300px; margin: 0; line-height: 25px; overflow-x: hidden; }
body.locked { overflow: hidden; }
img { max-width: 100%; border-style: none; }
a { color: inherit; text-decoration: none; transition: color .2s ease; }
button, input { margin: 0; font: inherit; }
button { appearance: none; }
p { margin-top: 0; }
ul { margin-top: 0; }
.list-unstyled { margin: 0; padding: 0; list-style: none; }
.page-wrapper { position: relative; width: 100%; min-width: 300px; }
.container { width: 100%; max-width: 1200px; margin-inline: auto; padding-inline: 12px; }
.row { display: flex; flex-wrap: wrap; margin-inline: -15px; }
.col-lg-2, .col-lg-3, .col-lg-4, .col-md-6 { position: relative; width: 100%; padding-inline: 15px; }

@media (min-width: 768px) {
    .col-md-6 { flex: 0 0 50%; max-width: 50%; }
}
@media (min-width: 992px) {
    .col-lg-2 { flex: 0 0 16.666667%; max-width: 16.666667%; }
    .col-lg-3 { flex: 0 0 25%; max-width: 25%; }
    .col-lg-4 { flex: 0 0 33.333333%; max-width: 33.333333%; }
}

/* Font Awesome: somente as classes realmente presentes no index. */
@font-face {
    font-family: "Font Awesome 5 Pro";
    src: url("../fonts/fa-solid-900.woff2") format("woff2");
    font-style: normal;
    font-weight: 900;
    font-display: block;
}
.fa, .fas {
    display: inline-block;
    font-family: "Font Awesome 5 Pro";
    font-style: normal;
    font-variant: normal;
    font-weight: 900;
    line-height: 1;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
}
.fa-angle-up::before { content: "\f106"; }
.fa-arrow-down::before { content: "\f063"; }
.fa-arrow-left::before { content: "\f060"; }
.fa-download::before { content: "\f019"; }
.fa-exclamation-triangle::before { content: "\f071"; }
.fa-eye::before { content: "\f06e"; }
.fa-file-pdf::before { content: "\f1c1"; }
.fa-arrow-right::before { content: "\f061"; }
.fa-bars::before { content: "\f0c9"; }
.fa-bolt::before { content: "\f0e7"; }
.fa-building::before { content: "\f1ad"; }
.fa-chart-line::before { content: "\f201"; }
.fa-chart-pie::before { content: "\f200"; }
.fa-city::before { content: "\f64f"; }
.fa-cogs::before { content: "\f085"; }
.fa-comments::before { content: "\f086"; }
.fa-drafting-compass::before { content: "\f568"; }
.fa-file-invoice-dollar::before { content: "\f571"; }
.fa-handshake::before { content: "\f2b5"; }
.fa-layer-group::before { content: "\f5fd"; }
.fa-plus::before { content: "\f067"; }
.fa-project-diagram::before { content: "\f542"; }
.fa-seedling::before { content: "\f4d8"; }
.fa-shield-alt::before { content: "\f3ed"; }
.fa-sitemap::before { content: "\f0e8"; }
.fa-user::before { content: "\f007"; }
.fa-user-tie::before { content: "\f508"; }

/* Pylon: somente os cinco pictogramas usados no rodapé e menu móvel. */
@font-face {
    font-family: "pylon-icon";
    src: url("../fonts/pylon-icon.ttf") format("truetype");
    font-style: normal;
    font-weight: 400;
    font-display: block;
}
[class^="pylon-icon-"], [class*=" pylon-icon-"] {
    font-family: "pylon-icon" !important;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    line-height: 1;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
}
.pylon-icon-telephone::before { content: "\e90e"; }
.pylon-icon-pin1::before { content: "\e902"; }
.pylon-icon-tech-support::before { content: "\e90a"; }
.pylon-icon-clock2::before { content: "\e90b"; }
.pylon-icon-email1::before { content: "\e90c"; }

/* Cabeçalho e navegação. */
.main-menu { position: relative; width: 100%; }
.main-menu .container { display: flex; align-items: center; justify-content: space-between; }
.logo-box { display: flex; align-items: center; }
.main-menu__list { display: flex; align-items: center; gap: 0; margin: 0; padding: 0; list-style: none; }
.main-menu__list > li + li { margin-left: 40px; }
.main-menu__list li { position: relative; }
.main-menu__list > li > a { display: flex; min-height: 0; align-items: center; padding-block: 14px; font-size: 16px; }
.main-menu__list > li > ul {
    position: absolute; top: 100%; left: 0; z-index: 20; width: 210px; margin: 0; padding: 8px 0;
    border-top: 3px solid; background: #fff; box-shadow: 0 16px 40px rgba(0,0,0,.13);
    list-style: none; opacity: 0; visibility: hidden; transform: translateY(12px);
    transition: opacity .25s ease, visibility .25s ease, transform .25s ease;
}
.main-menu__list > li:hover > ul, .main-menu__list > li:focus-within > ul { opacity: 1; visibility: visible; transform: translateY(0); }
.main-menu__list > li > ul a { display: block; padding: 11px 18px; color: #0d0d0d; font-size: 14px; }
.main-menu__list > li > ul li { margin-left: 0; }
.mobile-nav__toggler { display: none; }

/* Menu móvel preservando a estrutura atual do HTML. */
.mobile-nav__wrapper {
    position: fixed;
    inset: 0;
    z-index: 2000;
    visibility: hidden;
    opacity: 0;
    transition: opacity .45s ease, visibility 0s linear .62s;
}
.mobile-nav__wrapper.expanded {
    visibility: visible;
    opacity: 1;
    transition-delay: 0s;
}
.mobile-nav__overlay {
    display: block;
    position: absolute;
    inset: 0;
    border: 0;
    background: rgba(0,0,0,.76);
    opacity: 0;
    cursor: pointer;
    transition: opacity .45s ease;
}
.mobile-nav__wrapper.expanded .mobile-nav__overlay { opacity: 1; }
.mobile-nav__content {
    position: absolute;
    inset: 0 0 0 auto;
    width: min(410px, 88vw);
    padding: 30px;
    overflow-y: auto;
    color: #fff;
    opacity: .72;
    transform: translate3d(104%, 0, 0);
    box-shadow: -24px 0 70px rgba(0,0,0,.28);
    will-change: transform, opacity;
    transition: transform .62s cubic-bezier(.22,1,.36,1), opacity .4s ease;
}
.mobile-nav__wrapper.expanded .mobile-nav__content {
    opacity: 1;
    transform: translate3d(0, 0, 0);
}
.mobile-nav__close {
    display: block;
    position: absolute;
    top: 24px;
    right: 24px;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: transform .35s ease, opacity .25s ease;
}
.mobile-nav__close:hover { transform: rotate(90deg); }
.mobile-nav__close::before,
.mobile-nav__close::after {
    content: "";
    position: absolute;
    left: 8px;
    top: 19px;
    width: 24px;
    height: 2px;
    background: #fff;
}
.mobile-nav__close::before { transform: rotate(45deg); }
.mobile-nav__close::after { transform: rotate(-45deg); }
.mobile-nav__container { margin-top: 42px; }
.mobile-nav__container .container { display: block; padding: 0; }
.mobile-nav__container .logo-box { display: none; }
.mobile-nav__container .main-menu__list {
    display: block;
    margin: 0;
    padding: 0;
    list-style: none;
}
.mobile-nav__container .main-menu__list > li {
    position: relative;
    border-bottom: 1px solid rgba(255,255,255,.13);
    opacity: 0;
    transform: translateX(24px);
    transition: opacity .42s ease, transform .55s cubic-bezier(.22,1,.36,1);
}
.mobile-nav__wrapper.expanded .main-menu__list > li { opacity: 1; transform: translateX(0); }
.mobile-nav__wrapper.expanded .main-menu__list > li:nth-child(1) { transition-delay: .10s; }
.mobile-nav__wrapper.expanded .main-menu__list > li:nth-child(2) { transition-delay: .15s; }
.mobile-nav__wrapper.expanded .main-menu__list > li:nth-child(3) { transition-delay: .20s; }
.mobile-nav__wrapper.expanded .main-menu__list > li:nth-child(4) { transition-delay: .25s; }
.mobile-nav__wrapper.expanded .main-menu__list > li:nth-child(5) { transition-delay: .30s; }
.mobile-nav__container .main-menu__list a {
    position: relative;
    display: flex;
    min-height: 64px;
    align-items: center;
    justify-content: flex-start;
    gap: 14px;
    color: #fff;
}
.mobile-nav__container .main-menu__list a:hover,
.mobile-nav__container .main-menu__list a:focus-visible { color: var(--sh-cyan); }
.mobile-nav__container .main-menu__list > li > a { padding-right: 46px; font-weight: 600; }
.mobile-nav__link-icon {
    display: inline-grid;
    flex: 0 0 36px;
    width: 36px;
    height: 36px;
    place-items: center;
    border: 1px solid rgba(210,174,98,.2);
    border-radius: 50%;
    color: #d2ae62;
    background: rgba(210,174,98,.08);
    font-size: 15px;
}
.mobile-nav__submenu-toggle {
    position: absolute;
    top: 9px;
    right: 0;
    z-index: 2;
    display: grid;
    width: 44px;
    height: 46px;
    padding: 0;
    place-items: center;
    border: 0;
    color: #d2ae62;
    background: transparent;
    cursor: pointer;
}
.mobile-nav__submenu-toggle span {
    width: 8px;
    height: 8px;
    border-right: 2px solid currentColor;
    border-bottom: 2px solid currentColor;
    transform: translateY(-2px) rotate(45deg);
    transition: transform .38s cubic-bezier(.22,1,.36,1);
}
.mobile-nav__submenu-toggle.expanded span { transform: translateY(2px) rotate(225deg); }
.mobile-nav__container .main-menu__list ul {
    position: static;
    width: auto;
    max-height: 0;
    margin: 0;
    padding: 0 0 0 50px;
    overflow: hidden;
    border: 0;
    background: transparent;
    box-shadow: none;
    opacity: 0;
    visibility: visible;
    transform: translateY(-8px);
    transition: max-height .5s cubic-bezier(.22,1,.36,1), opacity .3s ease, transform .4s ease, padding-bottom .4s ease;
}
.mobile-nav__container .dropdown.is-open > ul {
    max-height: 160px;
    padding-bottom: 12px;
    opacity: 1;
    transform: translateY(0);
}
.mobile-nav__container .main-menu__list ul a {
    min-height: 42px;
    gap: 10px;
    padding: 4px 0;
    color: rgba(255,255,255,.76);
    font-size: 14px;
}
.mobile-nav__sublink-icon {
    flex: 0 0 14px;
    width: 14px;
    color: #d2ae62;
    font-size: 10px;
    text-align: center;
}
.mobile-nav__sublink-icon--category {
    flex-basis: 18px;
    width: 18px;
    font-size: 13px;
}
.mobile-nav__contact { margin-top: 36px; }
.mobile-nav__contact li { display: grid; grid-template-columns: 22px 1fr; gap: 10px; align-items: center; margin-top: 14px; color: #d2ae62; }
.mobile-nav__contact a { color: #fff; font-size: 14px; }

/* Elementos estruturais do rodapé. */
.site-footer { position: relative; color: #bab3a7; }
.footer-widget__title { margin: 0 0 25px; font-size: 22px; line-height: 1.2; }
.footer-widget__about-phone { display: grid; grid-template-columns: 48px 1fr; gap: 15px; align-items: center; margin-top: 24px; }
.footer-widget__about-phone > i { display: grid; width: 48px; height: 48px; place-items: center; border-radius: 50%; color: #d2ae62; background: rgba(210,174,98,.1); font-size: 23px; }
.footer-widget__about-phone-content span { display: block; color: #bab3a7; font-size: 13px; }
.footer-widget__about-phone-content h3 { margin: 3px 0 0; font-size: 20px; }
.footer-widget__about-phone-content a { color: #fff; }
.footer-widget__link-list { margin: 0; padding: 0; list-style: none; }
.footer-widget__link-list li + li { margin-top: 12px; }
.footer-widget__link-list a { display: inline-flex; align-items: center; gap: 9px; }
.footer-widget__contact-list { margin: 0; padding: 0; list-style: none; }
/* Botão voltar ao topo. */
.scroll-to-top {
    position: fixed; right: 24px; bottom: 24px; z-index: 900; display: grid; width: 46px; height: 46px;
    place-items: center; color: #0d0d0d; background: #b28229; opacity: 0; visibility: hidden;
    transform: translateY(12px); transition: opacity .3s ease, visibility .3s ease, transform .3s ease, background-color .2s ease;
}
.scroll-to-top.is-visible { opacity: 1; visibility: visible; transform: translateY(0); }
.scroll-to-top:hover { color: #fff; background: #8e671f; }

@media (max-width: 991px) {
    .main-menu__list { display: none; }
    .sh-header .logo-box { width: 100%; justify-content: space-between; }
    .sh-header .mobile-nav__toggler {
        display: inline-grid;
        flex: 0 0 44px;
        width: 44px;
        height: 44px;
        margin-left: auto;
        padding: 0;
        place-items: center;
    }
}

:root {
    --sh-navy: #0d0d0d;
    --sh-navy-soft: #1b1813;
    --sh-blue: #b28229;
    --sh-cyan: #d2ae62;
    --sh-ice: #f7f3eb;
    --sh-slate: #5e5a52;
    --sh-line: #e2dacb;
    --sh-white: #ffffff;
    --thm-color: #5e5a52;
    --thm-color-rgb: 94, 90, 82;
    --thm-base: #b28229;
    --thm-base-rgb: 178, 130, 41;
    --thm-primary: #8e671f;
    --thm-primary-rgb: 142, 103, 31;
    --thm-secondary: #d2ae62;
    --thm-secondary-rgb: 210, 174, 98;
    --thm-special: #b0812c;
    --thm-special-rgb: 176, 129, 44;
    --thm-black: #0d0d0d;
    --thm-black-rgb: 13, 13, 13;
}

html { scroll-behavior: auto; }
body { color: var(--sh-slate); background: var(--sh-white); }
body, button, input { font-family: "Inter", Arial, sans-serif; }
h1, h2, h3, h4 { font-family: "Rajdhani", Arial, sans-serif; color: var(--sh-navy); }
section[id], .sh-anchor { scroll-margin-top: 92px; }
.page-wrapper { overflow: clip; }
main { padding-top: 88px; }

.skip-link {
    position: fixed; left: 1rem; top: -5rem; z-index: 100000;
    padding: .75rem 1rem; color: var(--sh-white); background: var(--sh-navy);
}
.skip-link:focus { top: 1rem; color: var(--sh-white); }

.preloader {
    position: fixed;
    inset: 0;
    z-index: 99999;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--sh-navy);
    animation: sh-preloader-out .35s ease .9s forwards;
}
.sh-loader {
    position: relative;
    width: 72px;
    height: 72px;
    display: grid;
    place-items: center;
    color: var(--sh-white);
    font: 700 22px/1 "Rajdhani", sans-serif;
}
.sh-loader::before {
    content: "";
    position: absolute;
    inset: 0;
    border: 2px solid rgba(255,255,255,.2);
    border-top-color: var(--sh-cyan);
    border-radius: 50%;
    transform-origin: 50% 50%;
    will-change: transform;
    animation: sh-loader-ring-spin .85s linear infinite;
}
.sh-loader img {
    position: relative;
    z-index: 1;
    transform: none;
    animation: none;
}
@keyframes sh-loader-ring-spin { from { transform: rotate(0deg); } to { transform: rotate(360deg); } }
@keyframes sh-preloader-out {
    to { opacity: 0; visibility: hidden; pointer-events: none; }
}
@keyframes header-enter { from { opacity: 0; transform: translateY(-100%); } to { opacity: 1; transform: translateY(0); } }

.sh-header {
    position: fixed; inset: 0 0 auto; z-index: 1000; width: 100%; background: rgba(255,255,255,.98);
    box-shadow: 0 0 0 rgba(13,13,13,0); transition: box-shadow .35s ease, background-color .35s ease;
    animation: header-enter .65s cubic-bezier(.2,.8,.2,1) both;
}
.sh-header.is-scrolled { background: rgba(255,255,255,.96); box-shadow: 0 12px 35px rgba(13,13,13,.12); backdrop-filter: blur(14px); }
.sh-header .main-menu { background: var(--sh-white); border-bottom: 1px solid rgba(13,13,13,.08); }
.sh-header.is-scrolled .main-menu { background: transparent; }
.sh-header .main-menu .container { min-height: 88px; padding-block: 25px; }
.sh-header .main-menu__list > li > a { color: var(--sh-navy); font-weight: 600; text-transform: none; }
.sh-header .main-menu__list > li > a:hover,
.sh-header .main-menu__list > li.current > a { color: var(--sh-blue); }
.sh-header .main-menu__list > li > ul { min-width: 285px; border-top-color: var(--sh-blue); }
.sh-header .main-menu__list > li > ul > li > a:hover { background: var(--sh-ice); color: var(--sh-blue); }
.main-menu .main-menu__list li:focus-within > ul,
.stricky-header .main-menu__list li:focus-within > ul { opacity: 1; visibility: visible; }
.stricky-header { display: none !important; }
.sh-logo-link { display: inline-flex; align-items: center; line-height: 0; }
.sh-logo { display: block; width: 220px; height: auto; }
.sh-logo-link--on-dark { width: fit-content; padding: 10px 14px; background: rgba(255,255,255,.96); border-radius: 3px; }
.sh-logo--footer { width: 205px; }
.sh-logo--mobile { width: 180px; }
.mobile-nav__toggler { border: 0; background: transparent; color: var(--sh-blue); font-size: 22px; cursor: pointer; }

.eyebrow {
    margin: 0 0 16px; color: var(--sh-blue); font-size: 13px; font-weight: 700;
    letter-spacing: .22em; line-height: 1.4; text-transform: uppercase;
}
.section-heading h2 { margin: 0; max-width: 760px; font-size: clamp(36px, 5vw, 58px); font-weight: 700; line-height: 1; text-transform: uppercase; }
.section-heading--center { margin: 0 auto 54px; text-align: center; }
.section-heading--center h2 { margin-inline: auto; }
.section-heading--light h2 { color: var(--sh-white); }
.section-heading--light .eyebrow { color: var(--sh-cyan); }
.sh-section { padding: 110px 0; }

.sh-hero {
    position: relative; min-height: min(780px, calc(100vh - 88px)); display: flex; align-items: center;
    isolation: isolate; overflow: hidden; color: var(--sh-white); background: var(--sh-navy);
}
.sh-hero::after {
    content: ""; position: absolute; inset: 0; z-index: -1;
    background: linear-gradient(90deg, rgba(7,7,7,.99) 0%, rgba(8,8,8,.93) 43%, rgba(8,8,8,.54) 67%, rgba(8,8,8,.23) 100%);
}
.sh-hero__visual {
    position: absolute; inset: 0; z-index: -2; overflow: hidden;
    background:
        radial-gradient(circle at 80% 52%, rgba(178,130,41,.19), transparent 42%),
        radial-gradient(circle at 70% 18%, rgba(210,174,98,.08), transparent 30%),
        #070707;
}
.sh-hero__visual::after {
    content: ""; position: absolute; inset: 0; pointer-events: none;
    background: linear-gradient(180deg, rgba(0,0,0,.06), transparent 28%, rgba(0,0,0,.28));
}
.sh-plexus { position: absolute; inset: 0; width: 100%; height: 100%; opacity: .96; }
.sh-hero__content { position: relative; z-index: 2; padding-top: 40px; padding-bottom: 90px; }
.sh-hero__content > * { animation: hero-copy-enter .85s cubic-bezier(.2,.8,.2,1) both; }
.sh-hero__content > :nth-child(1) { animation-delay: .15s; }
.sh-hero__content > :nth-child(2) { animation-delay: .27s; }
.sh-hero__content > :nth-child(3) { animation-delay: .4s; }
.sh-hero__content .eyebrow { color: var(--sh-cyan); }
.sh-hero h1 { max-width: 850px; margin: 0 0 38px; color: var(--sh-white); font-size: clamp(52px, 7.2vw, 98px); font-weight: 700; line-height: .92; letter-spacing: -.02em; text-transform: uppercase; }
.sh-btn { display: inline-flex; align-items: center; gap: 24px; min-height: 58px; padding: 0 30px; border: 0; border-radius: 0; color: var(--sh-navy); background: var(--sh-blue); font-family: "Inter", sans-serif; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.sh-btn:hover, .sh-btn:focus { color: var(--sh-white); background: #8e671f; }
.sh-btn:focus-visible { outline: 3px solid var(--sh-white); outline-offset: 4px; }
.sh-hero__scroll { position: absolute; left: max(20px, calc((100vw - 1170px) / 2)); bottom: 30px; display: inline-flex; align-items: center; gap: 12px; color: rgba(255,255,255,.72); font-size: 12px; font-weight: 600; line-height: 25px; letter-spacing: .12em; text-transform: uppercase; }
.sh-hero__scroll:hover { color: var(--sh-white); }
.sh-hero__scroll span { width: 48px; height: 1px; background: var(--sh-cyan); }
@keyframes hero-copy-enter { from { opacity: 0; transform: translateY(34px); } to { opacity: 1; transform: translateY(0); } }

.reveal-item { opacity: 0; transform: translateY(34px); transition: opacity .7s ease, transform .7s cubic-bezier(.2,.8,.2,1); transition-delay: var(--reveal-delay, 0ms); }
.reveal-item.is-visible { opacity: 1; transform: translateY(0); }

.sh-about { background: var(--sh-white); }
.sh-about__intro { display: grid; grid-template-columns: .85fr 1.15fr; gap: 80px; align-items: end; margin-bottom: 75px; }
.sh-about__description { margin: 0; padding-left: 30px; border-left: 2px solid var(--sh-blue); color: var(--sh-slate); font-size: 17px; line-height: 1.85; }
.sh-differentials h3 { margin: 0 0 34px; font-size: clamp(30px, 3vw, 42px); font-weight: 700; line-height: 1.1; letter-spacing: 0; text-transform: none; }
.sh-differentials__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.differential-card { min-height: 265px; padding: 34px 28px; border: 1px solid rgba(13,13,13,.08); border-radius: 7px; background: var(--sh-white); box-shadow: 0 8px 20px rgba(13,13,13,.13); transition: background .3s ease, border-color .3s ease, box-shadow .3s ease, transform .3s cubic-bezier(.2,.8,.2,1); }
.differential-card:hover { z-index: 1; border-color: rgba(178,130,41,.35); background: var(--sh-white); box-shadow: 0 16px 34px rgba(13,13,13,.16); transform: translateY(-5px); }
.differential-card > i { margin: 8px 0 24px; color: var(--sh-blue); font-size: 34px; }
.differential-card h4 { margin: 0 0 8px; font-size: 23px; font-weight: 700; line-height: 1.15; }
.differential-card p { margin: 0; color: var(--sh-slate); font-size: 15px; line-height: 1.45; }
.placeholder-copy { color: #7c756a !important; font-style: italic; }

.sh-services { background: #f7f3eb; }
.sh-services__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.service-card { position: relative; min-height: 390px; padding: 42px 34px; overflow: hidden; border: 1px solid var(--sh-line); background: var(--sh-white); transition: transform .25s ease, box-shadow .25s ease; }
.service-card::after { content: ""; position: absolute; left: 0; bottom: 0; width: 100%; height: 5px; background: var(--sh-blue); transform: scaleX(0); transform-origin: left; transition: transform .3s ease; }
.service-card:hover { transform: translateY(-8px); box-shadow: 0 24px 60px rgba(13,13,13,.12); }
.service-card:hover::after { transform: scaleX(1); }
.service-card__number { position: absolute; right: 25px; top: 18px; color: #eee7da; font: 700 74px/1 "Rajdhani", sans-serif; }
.service-card__icon { position: relative; margin: 65px 0 30px; color: var(--sh-blue); font-size: 44px; }
.service-card h3 { position: relative; margin: 0 0 16px; font-size: 30px; font-weight: 700; }
.service-card p { position: relative; margin: 0; font-size: 16px; line-height: 1.75; }

.sh-products {
    --grid-x: 50%; --grid-y: 50%; --product-grid-size: 70px;
    position: relative; isolation: isolate; overflow: hidden;
    background-color: var(--sh-navy);
    background-image: linear-gradient(rgba(255,255,255,.065) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.065) 1px, transparent 1px);
    background-size: var(--product-grid-size) var(--product-grid-size);
    background-position: 0 0, 0 0;
}
.sh-products::before {
    content: ""; position: absolute; inset: 0; opacity: 0; pointer-events: none;
    background-image: linear-gradient(rgba(210,174,98,.46) 1px, transparent 1px), linear-gradient(90deg, rgba(210,174,98,.46) 1px, transparent 1px);
    background-size: var(--product-grid-size) var(--product-grid-size);
    background-position: 0 0, 0 0;
    -webkit-mask-image: radial-gradient(circle 210px at var(--grid-x) var(--grid-y), #000 0%, rgba(0,0,0,.9) 30%, rgba(0,0,0,.46) 60%, transparent 100%);
    mask-image: radial-gradient(circle 210px at var(--grid-x) var(--grid-y), #000 0%, rgba(0,0,0,.9) 30%, rgba(0,0,0,.46) 60%, transparent 100%);
    filter: drop-shadow(0 0 4px rgba(210,174,98,.2));
    transition: opacity .32s ease;
    will-change: opacity, mask-image;
}
.sh-products.has-grid-pointer::before { opacity: .88; }
.sh-products .container { position: relative; z-index: 1; }

.products-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 22px; align-items: start; }
.product-card {
    position: relative; overflow: hidden; border: 1px solid rgba(255,255,255,.15); border-radius: 4px;
    background-color: rgba(255,255,255,.035); background-image: linear-gradient(135deg, rgba(255,255,255,.045), rgba(255,255,255,.012));
    box-shadow: 0 12px 34px rgba(0,0,0,.1); backdrop-filter: blur(6px);
    transition: border-color .45s ease, background-color .55s ease, box-shadow .5s ease, transform .35s cubic-bezier(.2,.8,.2,1);
}
.product-card::before {
    content: ""; position: absolute; inset: 0 auto 0 0; width: 3px; opacity: 0;
    background: linear-gradient(var(--sh-cyan), var(--sh-blue)); transform: scaleY(.25); transform-origin: center;
    transition: opacity .45s ease, transform .65s cubic-bezier(.16,1,.3,1);
}
.product-card:hover { border-color: rgba(210,174,98,.52); transform: translateY(-4px); box-shadow: 0 20px 48px rgba(0,0,0,.24); }
.product-card.is-open { border-color: rgba(210,174,98,.68); background-color: rgba(48,37,18,.88); box-shadow: 0 24px 60px rgba(0,0,0,.3); }
.product-card.is-open::before { opacity: 1; transform: scaleY(1); }
.product-card:last-child { grid-column: 1 / -1; width: calc(50% - 11px); justify-self: center; }
.product-card__trigger { width: 100%; min-height: 108px; display: grid; grid-template-columns: 64px minmax(0, 1fr) 40px; align-items: center; gap: 22px; padding: 22px 28px; border: 0; color: var(--sh-white); background: transparent; text-align: left; cursor: pointer; transition: background-color .35s ease; }
.product-card__trigger:hover { background: rgba(210,174,98,.08); }
.product-card__trigger:focus-visible { outline: 3px solid var(--sh-cyan); outline-offset: -3px; }
.product-card__visual { width: 60px; height: 60px; display: grid; place-items: center; border: 1px solid rgba(210,174,98,.48); color: var(--sh-cyan); font-size: 25px; transform: scale(1); transform-origin: center; transition: transform .45s cubic-bezier(.16,1,.3,1), color .4s ease, background-color .4s ease; }
.product-card:hover .product-card__visual { transform: scale(1.06); background: rgba(210,174,98,.1); }
.product-card.is-open .product-card__visual { transform: scale(1.06); color: var(--sh-white); background: var(--sh-blue); }
.product-card__name { font: 700 30px/1 "Rajdhani", sans-serif; letter-spacing: .05em; }
.product-card__action { width: 36px; height: 36px; display: grid; place-items: center; border-radius: 50%; background: rgba(255,255,255,.08); transition: transform .5s cubic-bezier(.16,1,.3,1), background-color .4s ease; }
.product-card__trigger[aria-expanded="true"] .product-card__action { transform: rotate(45deg); background: var(--sh-blue); }
.product-card__content {
    display: grid; grid-template-rows: 0fr; padding: 0 28px; color: rgba(255,255,255,.8); opacity: 0;
    transition: grid-template-rows .72s cubic-bezier(.16,1,.3,1), opacity .38s ease, padding-bottom .65s cubic-bezier(.16,1,.3,1), padding-top .65s cubic-bezier(.16,1,.3,1);
}
.product-card__content[hidden] { display: none; }
.product-card__content p { min-height: 0; margin: 0; overflow: hidden; line-height: 1.78; opacity: 0; transform: translateY(-8px); transition: opacity .34s ease, transform .55s cubic-bezier(.16,1,.3,1); }
.product-card.is-open .product-card__content { grid-template-rows: 1fr; padding-top: 12px; padding-bottom: 32px; opacity: 1; }
.product-card.is-open .product-card__content p { opacity: 1; transform: translateY(0); transition-delay: .1s; }

.providers-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; }
.provider-card { min-height: 333px; padding: 40px 30px; border: 1px solid var(--sh-line); text-align: center; background: var(--sh-white); }
.provider-card__photo { width: 110px; height: 110px; display: grid; place-items: center; margin: 0 auto 25px; border-radius: 50%; color: #9a8152; background: linear-gradient(145deg, var(--sh-ice), #e9dfca); font-size: 42px; }
.provider-card h3 { margin: 0 0 4px; font-size: 25px; font-weight: 700; }
.provider-card__role { margin: 0 0 16px; color: var(--sh-blue); font-size: 13px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }

.sh-anchor { position: relative; height: 0; }
.sh-contact { padding: 90px 0; color: var(--sh-white); border-top: 1px solid rgba(210,174,98,.35); background: linear-gradient(120deg, #1d1810, var(--sh-navy)); }
.sh-contact .container { display: grid; grid-template-columns: .8fr 1.2fr; align-items: center; gap: 80px; }
.sh-contact .eyebrow { color: var(--sh-cyan); }
.sh-contact h2 { margin: 0 0 20px; color: var(--sh-white); font-size: clamp(40px, 5vw, 62px); font-weight: 700; line-height: .98; text-transform: uppercase; }
.sh-contact__intro > p:last-child { max-width: 480px; margin: 0; color: rgba(255,255,255,.84); font-size: 17px; line-height: 1.7; }
.sh-contact-form { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; padding: 38px; color: var(--sh-navy); background: var(--sh-white); box-shadow: 0 25px 70px rgba(0,0,0,.14); }
.form-field { position: relative; }
.form-field:first-child { grid-column: 1 / -1; }
.form-field label { display: block; margin-bottom: 7px; color: var(--sh-navy); font-size: 13px; font-weight: 700; }
.form-field input { width: 100%; height: 54px; padding: 0 15px; border: 1px solid #d8cfbf; color: var(--sh-navy); background: #faf8f4; }
.form-field input:focus { outline: 3px solid rgba(178,130,41,.22); border-color: var(--sh-blue); }
.form-field input[aria-invalid="true"] { border-color: #b42318; }
.form-field input.is-valid { border-color: #176b43; box-shadow: inset 0 0 0 1px rgba(23,107,67,.22); }
.field-error { min-height: 18px; display: block; margin-top: 4px; color: #b42318; font-size: 12px; }
.sh-contact-form .sh-btn { align-self: start; justify-content: center; }
.form-status { grid-column: 1 / -1; min-height: 24px; margin: 0; font-size: 14px; line-height: 1.5; }
.form-status.is-valid { color: #176b43; }
.form-status.is-error { color: #b42318; }
.form-field--trap { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }
.sh-contact-form .sh-btn:disabled { opacity: .68; cursor: wait; }
.sh-contact-form .sh-btn.is-loading i { display: none; }
.form-privacy {
    grid-column: 1 / -1;
    margin: -4px 0 0;
    color: #6f685e;
    font-size: 12px;
    line-height: 1.55;
}
.form-privacy a {
    color: var(--sh-blue);
    font-weight: 700;
    text-decoration: underline;
    text-underline-offset: 3px;
}
.sh-footer .sh-logo-link--on-dark { padding: 0; background: transparent; border-radius: 0; }

.sh-footer { padding: 90px 0 60px; background-color: var(--sh-navy); background-image: none; }
.sh-footer .row > div { margin-bottom: 45px; }
.sh-footer .footer-widget__about { padding-right: 25px; }
.sh-footer .footer-widget__about > p { margin-top: 25px; color: #bab3a7; line-height: 1.75; }
.sh-footer .footer-widget__title, .sh-footer .footer-widget__contact h3 { color: var(--sh-white); text-transform: uppercase; }
.sh-footer .footer-widget__contact { margin-left: 0; padding: 30px; border: 1px solid rgba(210,174,98,.18); background: #16130e; }
.sh-footer .footer-widget__link-list li a i { color: var(--sh-blue); }
.sh-footer .footer-widget__link-list li a, .sh-footer .footer-widget__contact-list a, .sh-footer .footer-widget__contact-list span, .sh-footer address { color: #bab3a7; }
.sh-footer .footer-widget__contact-list li { display: block; width: 100%; }
.sh-footer .footer-widget__contact-list li + li { margin-top: 18px; }
.sh-footer .footer-widget__contact-list li > a,
.sh-footer .footer-widget__contact-list li > span,
.sh-footer .footer-widget__contact-list li > address {
    display: grid; grid-template-columns: 24px minmax(0, 1fr); align-items: start; column-gap: 12px;
    position: static; width: 100%; margin: 0; padding: 0; line-height: 1.6;
}
.sh-footer .footer-widget__contact-list i { width: 24px; margin: 3px 0 0; color: var(--sh-cyan); text-align: center; line-height: 1.2; }
.sh-footer address { font-style: normal; }
.future-post { height: 68px; display: flex; align-items: center; margin-bottom: 12px; padding: 0 18px; border: 1px dashed rgba(210,174,98,.28); color: #8f887d; font-size: 13px; }
.bottom-footer {
    padding-block: 27.5px;
    color: #8f887d;
    background: #000;
}
.bottom-footer .container {
    min-height: 78px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 32px;
}
.bottom-footer__legal {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px 22px;
}
.bottom-footer__legal p { margin: 0; }
.bottom-footer__legal a {
    color: var(--sh-cyan);
    font-size: 13px;
    font-weight: 600;
}
.bottom-footer__legal a:hover,
.bottom-footer__legal a:focus-visible { color: var(--sh-white); }
.bottom-footer .site-credit strong { color: #bab3a7; }
.official-marks { display: flex; align-items: center; justify-content: flex-end; margin-left: auto; }
.official-marks img { display: block; width: clamp(108px, 8vw, 120px); height: auto; }

.mobile-nav__content { background-color: var(--sh-navy); }
.mobile-nav__content .sh-logo-link--on-dark { padding: 0; background: transparent; border-radius: 0; }
.mobile-nav__content .main-menu__list li a { text-transform: none; }
.mobile-nav__close { border: 0; background: transparent; }

@media (max-width: 991px) {
    .sh-section { padding: 85px 0; }
    .sh-about__intro { grid-template-columns: 1fr; gap: 32px; }
    .sh-about__description { padding-left: 24px; }
    .sh-differentials__grid, .sh-services__grid, .providers-grid { grid-template-columns: repeat(2, 1fr); }
    .sh-services__grid .service-card:last-child, .providers-grid .provider-card:last-child { grid-column: 1 / -1; }
    .sh-contact .container { grid-template-columns: 1fr; gap: 45px; }
    .sh-contact__intro { max-width: 700px; }
}

@media (max-width: 767px) {
    main { padding-top: 72px; }
    .sh-header .main-menu .container { min-height: 72px; }
    .sh-logo { width: 172px; }
    .sh-hero { min-height: 690px; }
    .sh-hero::after { background: rgba(13,13,13,.86); }
    .sh-hero__visual { background: radial-gradient(circle at 84% 40%, rgba(178,130,41,.16), transparent 50%), #070707; }
    .sh-plexus { opacity: .94; }
    .sh-hero h1 { font-size: clamp(38px, 10.3vw, 48px); line-height: .98; }
    .sh-hero__content { padding-bottom: 90px; }
    .sh-hero__scroll { left: 20px; }
    .sh-section { padding: 72px 0; }
    .section-heading--center { margin-bottom: 38px; }
    .sh-differentials__grid, .sh-services__grid, .products-grid, .providers-grid { grid-template-columns: 1fr; }
    .sh-services__grid .service-card:last-child, .providers-grid .provider-card:last-child { grid-column: auto; }
    .service-card { min-height: 340px; }
    .product-card:last-child { grid-column: auto; width: 100%; }
    .product-card__trigger { grid-template-columns: 54px minmax(0, 1fr) 36px; min-height: 94px; padding: 18px 20px; gap: 16px; }
    .product-card__visual { width: 52px; height: 52px; }
    .product-card__content { padding: 0 20px; }
    .product-card.is-open .product-card__content { padding-top: 10px; padding-bottom: 24px; }
    .sh-contact { padding: 72px 0; }
    .sh-contact-form { grid-template-columns: 1fr; padding: 25px 20px; }
    .form-field:first-child { grid-column: auto; }
    .sh-contact-form .sh-btn { width: 100%; }
    .sh-footer { padding-bottom: 35px; }
    .bottom-footer { padding-block: 25px; }
}


@media (max-width: 575px) {
    .bottom-footer .container { align-items: flex-end; gap: 18px; }
    .bottom-footer__legal { display: grid; gap: 4px; }
    .official-marks img { width: 96px; }
}
@media (max-width: 420px) {
    .section-heading h2 { font-size: 34px; }
    .sh-about__description { padding-left: 18px; font-size: 16px; }
    .differential-card { min-height: 210px; padding: 28px; }
    .service-card { min-height: 330px; padding: 32px 26px; }
    .service-card__number { font-size: 62px; }
}

@media (prefers-reduced-motion: reduce) {
    html { scroll-behavior: auto; }
    *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
    .preloader { animation-duration: .35s !important; animation-delay: .9s !important; }
    .sh-loader::before { animation: sh-loader-ring-spin .85s linear infinite !important; }
    .sh-loader img { transform: none !important; animation: none !important; }
    .reveal-item { opacity: 1; transform: none; }

    /* O menu lateral mantém uma transição curta e controlada em todas as configurações. */
    .mobile-nav__wrapper { transition-duration: .45s, 0s !important; }
    .mobile-nav__overlay { transition-duration: .45s !important; }
    .mobile-nav__content { transition-duration: .62s, .4s !important; }
    .mobile-nav__container .main-menu__list > li { transition-duration: .42s, .55s !important; }
    .mobile-nav__container .main-menu__list ul { transition-duration: .5s, .3s, .4s, .4s !important; }
    .mobile-nav__submenu-toggle span { transition-duration: .38s !important; }

    /* A interação dos produtos permanece suave mesmo quando o Windows reduz animações. */
    .sh-products::before { transition-duration: .32s !important; }
    .product-card { transition-duration: .45s, .55s, .5s, .35s !important; }
    .product-card::before { transition-duration: .45s, .65s !important; }
    .product-card__visual { transition-duration: .45s, .4s, .4s !important; }
    .product-card__action { transition-duration: .5s, .4s !important; }
    .product-card__content { transition-duration: .72s, .38s, .65s, .65s !important; }
    .product-card__content p { transition-duration: .34s, .55s !important; }
}


/* Ajustes responsivos consolidados sem alteração dos valores finais. */
@media (min-width: 992px) {
    .main-menu__list { margin-right: 31px; }
    .service-card { min-height: 425px; }
    .sh-about { padding-bottom: 110px; }
    .sh-about__intro { margin-bottom: 80px; }
}

@media (max-width: 767px) {
    .sh-about { padding-bottom: 72px; }
    .sh-about__intro { margin-bottom: 85px; }
    .sh-services__grid { row-gap: 24px; margin-bottom: -6px; }
    .service-card { min-height: 369px; }
    .footer-widget__events { margin-bottom: 23px; }
}
.sh-providers { position: relative; isolation: isolate; overflow: hidden; background: #f8f7f3; }
.sh-providers .container { position: relative; z-index: 1; }
.sh-world-map { position: absolute; z-index: 0; top: 8px; left: 50%; width: min(1500px, 112vw); height: auto; color: rgba(178, 130, 41, .18); transform: translateX(-50%); pointer-events: none; }

@media (max-width: 767px) {
    .sh-world-map { top: 48px; width: 230vw; color: rgba(178, 130, 41, .14); }
}
/* Página de erro 404 com o Plexus da identidade SH Asset. */
.error-404-page { background: var(--sh-navy); }
.error-404-main { padding-top: 88px; }
.error-404 {
    min-height: calc(100svh - 88px);
    overflow: hidden;
}
.error-404__content {
    position: relative;
    width: 100%;
    padding-top: 64px;
    padding-bottom: 64px;
}
.error-404__code {
    position: absolute;
    top: 50%;
    right: 12px;
    z-index: 1;
    color: transparent;
    font-family: "Rajdhani", Arial, sans-serif;
    font-size: clamp(180px, 27vw, 370px);
    font-weight: 700;
    letter-spacing: .02em;
    line-height: .72;
    font-kerning: none;
    font-variant-numeric: tabular-nums;
    opacity: .46;
    pointer-events: none;
    transform: translateY(-50%);
    -webkit-text-stroke: 1px rgba(210,174,98,.72);
    text-shadow: 0 0 70px rgba(178,130,41,.1);
}
.error-404__copy {
    position: relative;
    z-index: 3;
    max-width: 700px;
    animation: hero-copy-enter .9s cubic-bezier(.2,.8,.2,1) .18s both;
}
.error-404 .eyebrow { margin-bottom: 20px; }
.error-404 h1 {
    max-width: 700px;
    margin-bottom: 26px;
    font-size: clamp(54px, 7.4vw, 94px);
}
.error-404__copy > p:not(.eyebrow) {
    max-width: 610px;
    margin: 0 0 34px;
    color: rgba(255,255,255,.76);
    font-size: 17px;
    line-height: 1.75;
}
.error-404 .sh-btn { position: relative; z-index: 4; }

@media (max-width: 767px) {
    .error-404-main { padding-top: 72px; }
    .error-404 { min-height: calc(100svh - 72px); }
    .error-404__content { padding-top: 52px; padding-bottom: 58px; }
    .error-404__code {
        position: static;
        display: block;
        margin: 0 0 28px -5px;
        font-size: clamp(104px, 35vw, 150px);
        line-height: .7;
        opacity: .55;
        transform: none;
    }
    .error-404 h1 { margin-bottom: 22px; font-size: clamp(42px, 13vw, 58px); }
    .error-404__copy > p:not(.eyebrow) { margin-bottom: 30px; font-size: 16px; }
    .error-404 .sh-btn { width: 100%; justify-content: center; gap: 16px; padding-inline: 20px; }
}

/* Menu de fundos em dois níveis, seguindo o padrão visual da referência. */
.sh-header .funds-menu {
    min-width: 270px;
    padding: 0;
    background: #e9e7e2;
    border-top-color: var(--sh-blue);
}
.funds-menu .fund-menu-group {
    position: relative;
}
.funds-menu .fund-menu-group + .fund-menu-group {
    border-top: 1px solid rgba(13,13,13,.09);
}
.sh-header .main-menu__list > li > .funds-menu .fund-menu-category {
    position: relative;
    display: flex;
    align-items: center;
    min-height: 72px;
    padding: 16px 42px 16px 28px;
    color: var(--sh-navy);
    font-size: 14px;
    font-weight: 700;
    letter-spacing: .02em;
    text-transform: uppercase;
    transition: color .2s ease, background-color .2s ease;
}
.fund-menu-category::before {
    content: "→";
    margin-right: 10px;
    color: var(--sh-blue);
    font-size: 18px;
    font-weight: 400;
}
.fund-menu-category::after {
    content: "";
    position: absolute;
    right: 22px;
    width: 7px;
    height: 7px;
    border-top: 1px solid currentColor;
    border-right: 1px solid currentColor;
    transform: rotate(45deg);
    opacity: .45;
}
.funds-menu .fund-menu-group:hover > .fund-menu-category,
.funds-menu .fund-menu-group:focus-within > .fund-menu-category {
    color: var(--sh-blue);
    background: #f6f4ef;
}
.sh-header .main-menu__list > li > .funds-menu .fund-menu-sublist {
    position: absolute;
    top: 0;
    left: 100%;
    z-index: 2;
    min-width: 250px;
    margin: 0;
    padding: 0;
    list-style: none;
    background: var(--sh-white);
    border-left: 3px solid var(--sh-blue);
    box-shadow: 18px 18px 42px rgba(0,0,0,.14);
    opacity: 0;
    visibility: hidden;
    transform: translateX(12px);
    transition: opacity .22s ease, visibility .22s ease, transform .22s ease;
}
.sh-header .main-menu__list > li > .funds-menu .fund-menu-group:hover > .fund-menu-sublist,
.sh-header .main-menu__list > li > .funds-menu .fund-menu-group:focus-within > .fund-menu-sublist {
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
}
.sh-header .main-menu__list > li > .funds-menu .fund-menu-sublist a {
    display: flex;
    align-items: center;
    min-height: 72px;
    padding: 16px 24px;
    color: var(--sh-navy);
    font-size: 15px;
    font-weight: 700;
}
.sh-header .main-menu__list > li > .funds-menu .fund-menu-sublist a:hover,
.sh-header .main-menu__list > li > .funds-menu .fund-menu-sublist a:focus-visible {
    color: var(--sh-blue);
    background: var(--sh-ice);
}

@media (max-width: 991px) {
    .mobile-nav__container .dropdown.is-open > .funds-menu {
        max-height: 440px;
        padding-bottom: 12px;
        list-style: none;
    }
    .mobile-nav__container .funds-menu .fund-menu-group {
        padding: 8px 0 4px 18px;
        list-style: none;
    }
    .mobile-nav__container .funds-menu .fund-menu-group + .fund-menu-group {
        border-top: 1px solid rgba(255,255,255,.1);
    }
    .mobile-nav__container .main-menu__list .fund-menu-category {
        min-height: 44px;
        padding: 4px 10px;
        color: var(--sh-cyan);
        background: transparent;
        font-size: 12px;
        font-weight: 700;
        letter-spacing: .1em;
        text-transform: uppercase;
        transition: color .2s ease, background-color .2s ease;
    }
    .mobile-nav__container .funds-menu .fund-menu-group:hover > .fund-menu-category,
    .mobile-nav__container .funds-menu .fund-menu-group:focus-within > .fund-menu-category,
    .mobile-nav__container .main-menu__list .fund-menu-category:hover,
    .mobile-nav__container .main-menu__list .fund-menu-category:focus-visible {
        color: #fff;
        background: rgba(210,174,98,.1);
    }
    .mobile-nav__container .fund-menu-category::before,
    .mobile-nav__container .fund-menu-category::after {
        display: none;
    }
    .mobile-nav__container .main-menu__list .fund-menu-sublist {
        position: static;
        width: auto;
        min-width: 0;
        max-height: none;
        margin: 0;
        padding: 0 0 3px 8px;
        overflow: visible;
        border: 0;
        list-style: none;
        background: transparent;
        box-shadow: none;
        opacity: 1;
        visibility: visible;
        transform: none;
        transition: none;
    }
    .mobile-nav__container .main-menu__list .fund-menu-sublist a {
        min-height: 44px;
        padding: 4px 10px;
        color: rgba(255,255,255,.78);
        font-size: 14px;
        font-weight: 500;
        text-transform: none;
    }
    .mobile-nav__container .main-menu__list .fund-menu-sublist a:hover,
    .mobile-nav__container .main-menu__list .fund-menu-sublist a:focus-visible {
        color: #fff;
        background: rgba(210,174,98,.07);
    }
}

@media (max-width: 420px) {
    .mobile-nav__content {
        width: min(360px, 92vw);
        padding: 24px 20px;
    }
    .mobile-nav__close { top: 18px; right: 16px; }
    .mobile-nav__container { margin-top: 38px; }
    .mobile-nav__container .main-menu__list ul { padding-left: 42px; }
    .mobile-nav__container .funds-menu .fund-menu-group { padding-left: 8px; }
}
