:root {
    --robx-blue: #4667ff;
    --robx-orange: #ee5930;
    --robx-footer-bg: #efefef;
    --robx-text: #4f5252;
}

html {
    background: #fff !important;
    scroll-behavior: smooth;
}

body {
    margin: 0 !important;
    padding: 80px 0 0 !important;
    background: #fff !important;
}

.robx-skip-link {
    position: fixed;
    top: -100px;
    left: 12px;
    z-index: 1000;
    padding: 10px 14px;
    color: #111;
    background: #fff;
}

.robx-skip-link:focus { top: 8px; }

.robx-header-wrap {
    position: fixed;
    z-index: 500;
    top: 0;
    right: 0;
    left: 0;
    background: var(--robx-blue);
    border-bottom: 2px solid #fff;
}

.robx-site-header,
.robx-site-header * {
    box-sizing: border-box;
}

.robx-site-header {
    display: flex !important;
    width: 100% !important;
    height: 80px !important;
    min-height: 80px !important;
    align-items: stretch !important;
    justify-content: center !important;
    margin: 0 !important;
    padding: 0 !important;
    color: #fff !important;
    background: var(--robx-blue) !important;
    border: 0 !important;
}

.robx-header-logo,
.robx-desktop-nav,
.robx-menu-toggle {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    min-height: 80px !important;
    margin: 0 !important;
    border-right: 2px solid #fff !important;
}

.robx-header-logo {
    width: 154px !important;
    padding: 15px 26px !important;
    border-left: 2px solid #fff !important;
    background: var(--robx-blue) !important;
}

.robx-header-logo img {
    display: block !important;
    width: 109px !important;
    height: auto !important;
    max-height: 38px !important;
    margin: 0 !important;
}

.robx-desktop-nav { width: 130px !important; }

@media (min-width: 801px) {
    .robx-header-logo,
    .robx-desktop-nav { transform: translateX(12px); }

    .robx-footer-inner > div {
        box-sizing: border-box !important;
        height: 196px !important;
        min-height: 196px !important;
    }
}

.robx-desktop-nav a {
    display: flex !important;
    width: 100% !important;
    height: 100% !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 12px 18px !important;
    color: #fff !important;
    font: 600 14px/1.35 "Open Sans", Arial, sans-serif !important;
    text-align: left !important;
    text-decoration: none !important;
    background: var(--robx-orange) !important;
}

.robx-header-logo:hover,
.robx-desktop-nav a:hover { opacity: .86; }

.robx-menu-toggle {
    display: none !important;
    width: 50% !important;
    padding: 0 30px !important;
    cursor: pointer;
    background: var(--robx-blue) !important;
    border: 0 !important;
    border-left: 2px solid #fff !important;
    border-radius: 0 !important;
    box-shadow: none !important;
}

.robx-menu-toggle img {
    width: auto !important;
    height: 20px !important;
    margin: 0 !important;
}

.robx-menu-close-icon { display: none !important; }
.robx-menu-toggle[aria-expanded="true"] .robx-menu-open-icon { display: none !important; }
.robx-menu-toggle[aria-expanded="true"] .robx-menu-close-icon { display: block !important; }

.robx-mobile-nav {
    padding: 0;
    background: var(--robx-orange);
    border-top: 2px solid #fff;
}

.robx-mobile-nav a {
    display: block;
    padding: 22px;
    color: #fff;
    font: 600 16px/1.3 "Open Sans", Arial, sans-serif;
    text-align: center;
    text-decoration: none;
}

.robx-menu-toggle:focus-visible,
.robx-mobile-nav a:focus-visible {
    outline: 3px solid #fff !important;
    outline-offset: -5px;
}

.robx-site-container,
.robx-site-content {
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    background: transparent !important;
}

#robx-main-content {
    width: 1px;
    height: 1px;
    overflow: hidden;
}

.robx-footer {
    display: block !important;
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    padding: 0 !important;
    color: var(--robx-text) !important;
    background: var(--robx-footer-bg) !important;
    border: 0 !important;
}

.robx-footer-inner {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 268px));
    justify-content: center;
    width: 100%;
    margin: 0 auto;
    padding: 0 !important;
}

.robx-footer-inner > div {
    display: flex !important;
    min-height: 150px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 7px;
    padding: 28px 24px !important;
    color: #777 !important;
    font: 400 13px/1.5 "Open Sans", Arial, sans-serif !important;
    text-align: center;
    border-right: 2px solid #fff;
}

.robx-footer-inner > div:first-child { border-left: 2px solid #fff; }
.robx-footer-info strong { color: #555; font-size: 15px; }
.robx-footer-info span { display: block; }

.robx-footer-contact img {
    width: 52px !important;
    height: 52px !important;
    margin: 0 0 8px !important;
}

.robx-footer-contact a {
    color: #333 !important;
    font-size: 15px !important;
    text-decoration: none !important;
}

.robx-footer-contact a:hover { text-decoration: underline !important; }

.robx-whatsapp-link {
    position: fixed;
    z-index: 450;
    right: max(22px, env(safe-area-inset-right));
    bottom: max(22px, env(safe-area-inset-bottom));
    display: flex !important;
    box-sizing: border-box;
    width: 58px;
    height: 58px;
    align-items: center;
    justify-content: center;
    color: #fff !important;
    text-decoration: none !important;
    background: #25d366 !important;
    border: 3px solid #fff;
    border-radius: 50%;
    box-shadow: 0 5px 18px rgba(0,0,0,.24);
    transition: transform .18s ease, box-shadow .18s ease;
}

.robx-whatsapp-link svg {
    display: block;
    width: 34px;
    height: 34px;
}

.robx-whatsapp-link:hover {
    color: #fff !important;
    transform: translateY(-2px);
    box-shadow: 0 7px 22px rgba(0,0,0,.3);
}

.robx-whatsapp-link:focus-visible {
    outline: 3px solid #173b92;
    outline-offset: 3px;
}

@media (prefers-reduced-motion: reduce) {
    .robx-whatsapp-link { transition: none; }
}

@media print {
    .robx-whatsapp-link { display: none !important; }
}

@media (max-width: 800px) {
    body { padding-top: 70px !important; }
    .robx-site-header {
        height: 70px !important;
        min-height: 70px !important;
        justify-content: space-between !important;
    }
    .robx-header-logo,
    .robx-menu-toggle { min-height: 70px !important; }
    .robx-header-logo {
        width: 50% !important;
        justify-content: flex-start !important;
        padding-left: 36px !important;
        border-left: 0 !important;
        border-right: 0 !important;
    }
    .robx-desktop-nav { display: none !important; }
    .robx-menu-toggle {
        display: flex !important;
        justify-content: flex-end !important;
    }
    .robx-mobile-nav:not([hidden]) { display: block; }
    .robx-footer-inner {
        display: block !important;
        padding: 0 5vw;
        background: #dedede;
    }
    .robx-footer-inner > div {
        min-height: 0;
        padding: 22px 10px !important;
        font-size: 14px !important;
        border: 0 !important;
        border-bottom: 1px solid #aaa !important;
    }
    .robx-footer-inner > div:last-child { border-bottom: 0 !important; }
    .robx-footer-contact {
        flex-direction: row !important;
        gap: 20px !important;
    }
    .robx-footer-contact img {
        width: 52px !important;
        height: 52px !important;
        margin: 0 !important;
    }
    .robx-whatsapp-link {
        right: max(14px, env(safe-area-inset-right));
        bottom: max(14px, env(safe-area-inset-bottom));
        width: 54px;
        height: 54px;
    }
}
