.page-shell {
    background: #FFFFFF;
    color: #141414;
    font-family: 'Golos Text', sans-serif;
    min-height: 100vh;
    overflow-x: hidden;
    padding-top: 78px;
}

.site-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 78px;
    min-height: 78px;
    max-height: 78px;
    z-index: 50;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 56px;
    background: rgba(255, 255, 255, 0.92);
    backdrop-filter: blur(14px);
    border-bottom: 1px solid rgba(18, 24, 18, 0.10);
    overflow: visible;
}

.nav-brand {
    all: unset;
    cursor: pointer;
    display: flex;
    align-items: center;
}

.nav-brand img {
    display: block;
    height: 36px;
    width: auto;
}

.nav-links {
    display: flex;
    align-items: center;
    gap: 38px;
    height: 100%;
    font-family: 'Golos Text', sans-serif;
    font-weight: 600;
    font-size: 16px;
}

.nav-links .nav-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
    text-align: center;
}

.nav-links .nav-link[data-nav="soluciones"] {
    width: 100px;
}

.nav-links .nav-link[data-nav="nosotros"] {
    width: 132px;
}

.nav-links .nav-link[data-nav="faq"] {
    width: 48px;
}

.nav-links .nav-link[data-nav="contacto"] {
    width: 112px;
}

.nav-cta {
    all: unset;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 188px;
    min-width: 188px;
    height: 42px;
    background: #15512B;
    color: #FFFFFF;
    font-family: 'Golos Text', sans-serif;
    font-weight: 700;
    padding: 0 16px;
    border-radius: 999px;
    font-size: 15px;
    white-space: nowrap;
    text-align: center;
    box-sizing: border-box;
}

.lang-switch {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 86px;
    min-width: 86px;
    height: 32px;
    padding: 3px;
    border: 1px solid rgba(18, 24, 18, 0.14);
    border-radius: 999px;
    background: #F4F5F0;
    box-sizing: border-box;
}

.lang-switch-btn {
    appearance: none;
    border: 0;
    background: transparent;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    min-width: 38px;
    height: 26px;
    font-family: 'Space Mono', monospace;
    font-size: 12px;
    letter-spacing: 0.08em;
    line-height: 1;
    padding: 0;
    border-radius: 999px;
    color: #5C665E;
    text-decoration: none;
    box-sizing: border-box;
}

.lang-switch-btn.is-active {
    background: #15512B;
    color: #FFFFFF;
}

.nav-toggle {
    display: none;
}

.nav-backdrop {
    display: none;
}

.site-footer {
    border-top: 1px solid rgba(18, 24, 18, 0.10);
    background: #F4F5F0;
}

.footer-top {
    max-width: 1240px;
    margin: 0 auto;
    padding: 48px 56px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 24px;
}

.footer-brand {
    display: flex;
    align-items: center;
}

.footer-brand img {
    display: block;
    height: 34px;
    width: auto;
}

.footer-links {
    display: flex;
    align-items: center;
    gap: 28px;
    flex-wrap: nowrap;
}

.footer-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    font-size: 15px;
    color: #48524C;
    white-space: nowrap;
    text-align: center;
}

.footer-link[data-nav="soluciones"] {
    width: 90px;
}

.footer-link[data-nav="nosotros"] {
    width: 124px;
}

.footer-link[data-nav="faq"] {
    width: 44px;
}

.footer-link[data-nav="contacto"] {
    width: 104px;
}

.footer-bottom {
    max-width: 1240px;
    margin: 0 auto;
    padding: 0 56px 44px;
    border-top: 1px solid rgba(18, 24, 18, 0.08);
    padding-top: 24px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 16px;
}

.footer-legal-block {
    display: flex;
    flex-direction: column;
    gap: 6px;
    max-width: 520px;
}

.footer-legal-links {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 16px;
}

.footer-legal-link {
    font-family: 'Space Mono', monospace;
    font-size: 12px;
    color: #15512B;
    text-decoration: underline;
}

.footer-meta {
    font-family: 'Space Mono', monospace;
    font-size: 12px;
    color: #7C857E;
}

.page-eyebrow {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 26px;
}

.page-eyebrow-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #15512B;
}

.page-eyebrow-label {
    font-family: 'Space Mono', monospace;
    font-size: 13px;
    letter-spacing: 0.34em;
    text-transform: uppercase;
    color: #5C665E;
}

.section-eyebrow {
    font-family: 'Space Mono', monospace;
    font-size: 13px;
    letter-spacing: 0.3em;
    text-transform: uppercase;
    color: #15512B;
}

.accent {
    color: #15512B;
}
