/* Apple-inspired public UI layer. Loaded after the legacy bundle. */
body.apple-ui-theme {
    --apple-bg: #f5f5f7;
    --apple-band: #ffffff;
    --apple-card: #ffffff;
    --apple-card-soft: #f5f5f7;
    --apple-text: #1d1d1f;
    --apple-muted: #6e6e73;
    --apple-line: #d2d2d7;
    --apple-line-soft: rgba(29, 29, 31, 0.1);
    --apple-blue: #0071e3;
    --apple-blue-hover: #0066cc;
    --apple-red: #d92a27;
    --apple-teal: #0a6f73;
    --apple-nav: rgba(251, 251, 253, 0.86);
    --apple-radius: 8px;
    --apple-focus: 0 0 0 4px rgba(0, 113, 227, 0.18);
    background: var(--apple-bg) !important;
    color: var(--apple-text) !important;
    font-size: 17px;
    line-height: 1.47059;
}

body.apple-ui-theme,
body.apple-ui-theme button,
body.apple-ui-theme input,
body.apple-ui-theme textarea,
body.apple-ui-theme select,
body.apple-ui-theme h1,
body.apple-ui-theme h2,
body.apple-ui-theme h3,
body.apple-ui-theme h4,
body.apple-ui-theme h5,
body.apple-ui-theme h6,
body.apple-ui-theme .title_font {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif !important;
    letter-spacing: 0 !important;
}

body.apple-ui-theme *,
body.apple-ui-theme *::before,
body.apple-ui-theme *::after {
    letter-spacing: 0 !important;
}

body.apple-ui-theme a {
    color: var(--apple-blue);
    text-decoration: none !important;
}

body.apple-ui-theme a:hover,
body.apple-ui-theme a:focus {
    color: var(--apple-blue-hover);
}

body.apple-ui-theme h1,
body.apple-ui-theme h2,
body.apple-ui-theme h3,
body.apple-ui-theme h4,
body.apple-ui-theme h5,
body.apple-ui-theme h6,
body.apple-ui-theme .colored,
body.apple-ui-theme .white,
body.apple-ui-theme .gray7,
body.apple-ui-theme .gray8,
body.apple-ui-theme .gray9,
body.apple-ui-theme .post-title {
    color: var(--apple-text) !important;
}

body.apple-ui-theme p,
body.apple-ui-theme li,
body.apple-ui-theme td,
body.apple-ui-theme th,
body.apple-ui-theme label,
body.apple-ui-theme .post-message {
    color: var(--apple-muted);
}

body.apple-ui-theme img,
body.apple-ui-theme iframe {
    max-width: 100%;
}

body.apple-ui-theme #wrapper {
    padding-left: 0 !important;
    padding-right: 0 !important;
    background: var(--apple-bg);
    overflow: clip;
}

body.apple-ui-theme .neo-main-content {
    padding-top: 52px !important;
    padding-left: 0 !important;
    background: var(--apple-bg);
}

body.apple-ui-theme .container {
    max-width: 1180px;
}

body.apple-ui-theme .neo-svg-icon {
    width: 1em;
    height: 1em;
    stroke: currentColor;
    stroke-width: 1.8;
    fill: none;
}

body.apple-ui-theme .neo-svg-icon path[fill="currentColor"] {
    fill: currentColor;
}

body.apple-ui-theme .neo-inline-icon {
    width: 0.9em;
    height: 0.9em;
    margin-left: 4px;
}

body.apple-ui-theme.catalog-header-mode:not(.catalog-api-mode) {
    --catalog-white: #ffffff;
    --catalog-ink: #111111;
    --catalog-muted: #6c6760;
    --catalog-line: rgba(17, 17, 17, 0.12);
    --catalog-gold: #c8a96b;
    --catalog-gold-dark: #a07d3e;
    --catalog-radius: 8px;
}

body.apple-ui-theme.catalog-header-mode:not(.catalog-api-mode) .neo-main-content {
    padding-top: 0 !important;
}

body.apple-ui-theme.catalog-header-mode:not(.catalog-api-mode) .catalog-app-header {
    position: sticky;
    top: 0;
    z-index: 1200;
    display: grid;
    grid-template-columns: minmax(220px, 0.5fr) minmax(0, 1fr) minmax(240px, 0.5fr);
    align-items: center;
    gap: 24px;
    min-height: 70px;
    padding: 0 32px;
    border-bottom: 1px solid var(--catalog-line);
    background: rgba(255, 255, 255, 0.78);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
}

body.apple-ui-theme.catalog-header-mode:not(.catalog-api-mode) .catalog-brand {
    display: inline-flex;
    align-items: center;
    color: var(--catalog-ink);
}

body.apple-ui-theme.catalog-header-mode:not(.catalog-api-mode) .catalog-brand:hover {
    color: var(--catalog-ink);
}

body.apple-ui-theme.catalog-header-mode:not(.catalog-api-mode) .catalog-brand-logo {
    display: block;
    width: 156px;
    height: auto;
    max-height: 54px;
    object-fit: contain;
}

body.apple-ui-theme.catalog-header-mode:not(.catalog-api-mode) .catalog-app-nav {
    display: flex;
    justify-content: center;
    gap: 38px;
}

body.apple-ui-theme.catalog-header-mode:not(.catalog-api-mode) .catalog-app-nav a {
    position: relative;
    display: inline-flex;
    align-items: center;
    min-height: 70px;
    color: var(--catalog-ink);
    font-size: 15px;
    white-space: nowrap;
}

body.apple-ui-theme.catalog-header-mode:not(.catalog-api-mode) .catalog-app-nav a:hover,
body.apple-ui-theme.catalog-header-mode:not(.catalog-api-mode) .catalog-app-nav a.is-active {
    color: var(--catalog-gold-dark);
}

body.apple-ui-theme.catalog-header-mode:not(.catalog-api-mode) .catalog-app-nav a.is-active::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 10px;
    height: 2px;
    background: var(--catalog-gold);
}

body.apple-ui-theme.catalog-header-mode:not(.catalog-api-mode) .catalog-header-actions {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 12px;
}

body.apple-ui-theme.catalog-header-mode:not(.catalog-api-mode) .catalog-quote-btn,
body.apple-ui-theme.catalog-header-mode:not(.catalog-api-mode) .catalog-menu-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 46px;
    border: 1px solid var(--catalog-line);
    border-radius: var(--catalog-radius);
    background: rgba(255, 255, 255, 0.76);
    color: var(--catalog-gold-dark);
}

body.apple-ui-theme.catalog-header-mode:not(.catalog-api-mode) .catalog-quote-btn {
    gap: 8px;
    padding: 10px 18px;
    font-weight: 700;
}

body.apple-ui-theme.catalog-header-mode:not(.catalog-api-mode) .catalog-quote-btn:hover {
    background: #ffffff;
    color: var(--catalog-gold-dark);
}

body.apple-ui-theme.catalog-header-mode:not(.catalog-api-mode) .catalog-menu-btn {
    width: 48px;
    padding: 0;
    border-radius: 50%;
    flex-direction: column;
    gap: 5px;
}

body.apple-ui-theme.catalog-header-mode:not(.catalog-api-mode) .catalog-menu-btn span {
    width: 18px;
    height: 2px;
    background: var(--catalog-ink);
}

body.apple-ui-theme.catalog-header-mode:not(.catalog-api-mode) .catalog-quote-modal[hidden] {
    display: none;
}

body.apple-ui-theme.catalog-header-mode:not(.catalog-api-mode) .catalog-quote-modal {
    position: fixed;
    inset: 0;
    z-index: 1300;
    display: grid;
    place-items: center;
    padding: 24px;
}

body.apple-ui-theme.catalog-header-mode:not(.catalog-api-mode) .catalog-quote-backdrop {
    position: absolute;
    inset: 0;
    border: 0;
    background: rgba(17, 17, 17, 0.5);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
}

body.apple-ui-theme.catalog-header-mode:not(.catalog-api-mode) .catalog-quote-panel {
    position: relative;
    z-index: 2;
    width: min(940px, 100%);
    max-height: min(86vh, 760px);
    overflow: hidden;
    padding: 24px;
    border: 1px solid rgba(200, 169, 107, 0.34);
    border-radius: var(--catalog-radius);
    background: rgba(255, 255, 255, 0.96);
    color: var(--catalog-ink);
    box-shadow: 0 34px 90px rgba(17, 17, 17, 0.32);
    animation: catalogHeaderModalIn 0.2s ease both;
}

body.apple-ui-theme.catalog-header-mode:not(.catalog-api-mode) .catalog-quote-panel > span {
    display: block;
    margin-bottom: 8px;
    color: var(--catalog-gold-dark);
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.12em !important;
    text-transform: uppercase;
}

body.apple-ui-theme.catalog-header-mode:not(.catalog-api-mode) .catalog-quote-panel h2 {
    margin: 0 44px 18px 0;
    color: var(--catalog-ink) !important;
    font-family: Georgia, "Times New Roman", serif !important;
    font-size: 30px;
    font-weight: 400;
    line-height: 1.12;
}

body.apple-ui-theme.catalog-header-mode:not(.catalog-api-mode) .catalog-quote-panel iframe {
    display: block;
    width: 100%;
    min-height: 420px;
    border: 0;
    border-radius: var(--catalog-radius);
    background: #ffffff;
}

body.apple-ui-theme.catalog-header-mode:not(.catalog-api-mode) .catalog-quote-close {
    position: absolute;
    top: 12px;
    right: 12px;
    width: 36px;
    height: 36px;
    border: 1px solid rgba(17, 17, 17, 0.12);
    border-radius: 50%;
    background: #ffffff;
    color: var(--catalog-ink);
    font-size: 24px;
    line-height: 1;
}

body.catalog-quote-open {
    overflow: hidden;
}

@keyframes catalogHeaderModalIn {
    from {
        opacity: 0;
        transform: scale(0.96) translateY(8px);
    }

    to {
        opacity: 1;
        transform: scale(1) translateY(0);
    }
}

body.apple-ui-theme #navigation.side-menu {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    bottom: auto !important;
    z-index: 3000;
    display: flex !important;
    align-items: center;
    justify-content: center;
    width: 100% !important;
    height: 52px !important;
    min-height: 52px !important;
    padding: 0 24px !important;
    border: 0 !important;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08) !important;
    background: var(--apple-nav) !important;
    box-shadow: none !important;
    backdrop-filter: saturate(180%) blur(20px);
    -webkit-backdrop-filter: saturate(180%) blur(20px);
}

body.apple-ui-theme #navigation.side-menu .logo,
body.apple-ui-theme #navigation.side-menu .neo-logo {
    position: absolute !important;
    top: 0;
    left: 24px;
    display: flex !important;
    align-items: center;
    width: auto !important;
    height: 52px !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
}

body.apple-ui-theme #navigation.side-menu .logo a {
    display: flex;
    align-items: center;
    height: 52px;
}

body.apple-ui-theme #navigation.side-menu .logo > a:not(.catalog-site-logo) {
    display: none !important;
}

body.apple-ui-theme #navigation.side-menu .catalog-site-logo {
    display: flex !important;
}

body.apple-ui-theme #navigation.side-menu .catalog-site-logo img {
    display: block;
    width: 138px;
    height: auto;
    max-height: 50px;
    object-fit: contain;
}

body.apple-ui-theme #navigation.side-menu .logo svg {
    width: 112px;
    height: auto;
    max-height: 42px;
}

body.apple-ui-theme #navigation.side-menu .logo::before,
body.apple-ui-theme #navigation.side-menu .logo::after {
    display: none !important;
}

body.apple-ui-theme #navigation.side-menu .nav-menu,
body.apple-ui-theme #navigation.side-menu .neo-nav-shell {
    display: block !important;
    width: min(780px, calc(100% - 370px));
    height: 52px;
    margin: 0 auto !important;
    padding: 0 !important;
    border: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    overflow: visible;
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
}

body.apple-ui-theme #navigation.side-menu .nav {
    display: flex !important;
    align-items: center;
    justify-content: center;
    flex-wrap: nowrap;
    gap: 2px;
    height: 52px;
    margin: 0 !important;
    padding: 0 !important;
}

body.apple-ui-theme #navigation.side-menu .nav li {
    position: relative;
    display: block !important;
    float: none !important;
    width: auto !important;
    margin: 0 !important;
    padding: 0 !important;
}

body.apple-ui-theme #navigation.side-menu.links-sm .nav li a,
body.apple-ui-theme #navigation.side-menu.white .nav li a,
body.apple-ui-theme #navigation.side-menu .nav li a {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    height: 52px;
    min-height: 52px;
    padding: 0 10px !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    color: rgba(29, 29, 31, 0.82) !important;
    font-size: 12px !important;
    font-weight: 400 !important;
    line-height: 1;
    text-transform: none !important;
    white-space: nowrap;
    transition: color 0.18s ease, opacity 0.18s ease;
}

body.apple-ui-theme #navigation.side-menu .nav li a:hover,
body.apple-ui-theme #navigation.side-menu .nav li > a.active {
    color: var(--apple-text) !important;
    opacity: 1;
}

body.apple-ui-theme #navigation.side-menu .nav li.dropdown-toggle > a::before {
    display: none !important;
}

body.apple-ui-theme #navigation.side-menu .nav li.dropdown-toggle ul.dropdown-menu {
    position: absolute !important;
    top: 100% !important;
    left: 50% !important;
    display: none;
    min-width: 240px;
    width: max-content;
    max-width: 320px;
    margin: 0 !important;
    padding: 8px !important;
    border: 1px solid var(--apple-line-soft) !important;
    border-radius: var(--apple-radius) !important;
    background: rgba(255, 255, 255, 0.94) !important;
    box-shadow: 0 22px 50px rgba(0, 0, 0, 0.12) !important;
    transform: translateX(-50%);
    backdrop-filter: saturate(180%) blur(20px);
    -webkit-backdrop-filter: saturate(180%) blur(20px);
}

body.apple-ui-theme #navigation.side-menu .nav li.dropdown-toggle:hover ul.dropdown-menu,
body.apple-ui-theme #navigation.side-menu .nav li.dropdown-toggle:focus-within ul.dropdown-menu {
    display: block;
}

body.apple-ui-theme #navigation.side-menu .nav li.dropdown-toggle ul.dropdown-menu li,
body.apple-ui-theme #navigation.side-menu .nav li.dropdown-toggle ul.dropdown-menu a {
    width: 100% !important;
}

body.apple-ui-theme #navigation.side-menu .nav li.dropdown-toggle ul.dropdown-menu a {
    justify-content: flex-start !important;
    height: auto;
    min-height: 38px;
    padding: 10px 12px !important;
    border-radius: 6px !important;
    color: var(--apple-text) !important;
    font-size: 13px !important;
}

body.apple-ui-theme #navigation.side-menu .nav li.dropdown-toggle ul.dropdown-menu a:hover {
    background: var(--apple-card-soft) !important;
    color: var(--apple-blue) !important;
}

body.apple-ui-theme #navigation.side-menu .menu-bottom,
body.apple-ui-theme #navigation.side-menu .neo-menu-bottom {
    position: absolute !important;
    top: 0;
    right: 22px;
    bottom: auto !important;
    display: flex !important;
    align-items: center;
    justify-content: flex-end;
    width: auto !important;
    height: 52px;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
}

body.apple-ui-theme #navigation.side-menu .socials,
body.apple-ui-theme #navigation.side-menu .neo-socials {
    display: flex;
    align-items: center;
    gap: 4px;
    width: auto !important;
    margin: 0 !important;
    padding: 0 !important;
}

body.apple-ui-theme #navigation.side-menu .line-break,
body.apple-ui-theme #navigation.side-menu .menu-bottom > a,
body.apple-ui-theme #navigation.side-menu .social-icon.facebook,
body.apple-ui-theme #navigation.side-menu .social-icon.twitter,
body.apple-ui-theme #navigation.side-menu .social-icon.youtube {
    display: none !important;
}

body.apple-ui-theme #navigation.side-menu .social-icon,
body.apple-ui-theme #navigation.side-menu .neo-lang-switch {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    gap: 4px;
    width: auto !important;
    min-width: 32px;
    height: 32px !important;
    margin: 0 !important;
    padding: 0 8px !important;
    border: 0 !important;
    border-radius: 999px !important;
    background: transparent !important;
    box-shadow: none !important;
    color: rgba(29, 29, 31, 0.82) !important;
    font-size: 12px;
    line-height: 1;
}

body.apple-ui-theme #navigation.side-menu .social-icon:hover,
body.apple-ui-theme #navigation.side-menu .neo-lang-switch:hover {
    background: rgba(0, 0, 0, 0.06) !important;
    color: var(--apple-text) !important;
}

body.apple-ui-theme .neo-hero::before,
body.apple-ui-theme #wrapper::before,
body.apple-ui-theme .wave_green_m,
body.apple-ui-theme .wave_green_s,
body.apple-ui-theme footer#footer::before {
    display: none !important;
}

body.apple-ui-theme .neo-home-hero {
    position: relative;
    min-height: 0 !important;
    padding: 0 !important;
    overflow: hidden;
    background: var(--apple-bg);
}

body.apple-ui-theme .neo-home-hero .hero-slider,
body.apple-ui-theme .neo-home-hero .neo-light-hero {
    height: min(720px, calc(100vh - 84px)) !important;
    min-height: 560px !important;
    margin: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    overflow: hidden;
}

body.apple-ui-theme .neo-home-hero .neo-light-hero .slide,
body.apple-ui-theme .neo-home-hero .slide {
    position: absolute;
    inset: 0;
    overflow: hidden;
}

body.apple-ui-theme .neo-home-hero .slide-img {
    background-position: center bottom !important;
    background-size: cover !important;
    filter: saturate(1.04) contrast(1.02);
}

body.apple-ui-theme .neo-home-hero .slide::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 4;
    pointer-events: none;
    background:
        linear-gradient(180deg, rgba(245, 245, 247, 0.96) 0%, rgba(245, 245, 247, 0.74) 27%, rgba(245, 245, 247, 0.14) 58%, rgba(0, 0, 0, 0.08) 100%);
}

body.apple-ui-theme .apple-hero-copy {
    position: absolute;
    z-index: 9;
    top: clamp(62px, 12vh, 112px);
    left: 50%;
    width: min(92%, 820px);
    text-align: center;
    transform: translateX(-50%);
}

body.apple-ui-theme .apple-hero-kicker {
    margin: 0 0 8px;
    color: var(--apple-muted);
    font-size: clamp(17px, 2vw, 21px);
    font-weight: 600;
}

body.apple-ui-theme .apple-hero-copy h1 {
    margin: 0;
    color: var(--apple-text) !important;
    font-size: clamp(48px, 7vw, 88px);
    font-weight: 700;
    line-height: 1.04;
}

body.apple-ui-theme .apple-hero-summary {
    max-width: 680px;
    margin: 12px auto 0;
    color: var(--apple-text);
    font-size: clamp(21px, 2.5vw, 30px);
    line-height: 1.22;
    font-weight: 500;
}

body.apple-ui-theme .apple-hero-actions {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 16px;
    margin-top: 20px;
}

body.apple-ui-theme .apple-hero-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    color: var(--apple-blue);
    font-size: clamp(17px, 2vw, 21px);
    font-weight: 500;
}

body.apple-ui-theme .apple-hero-link:hover {
    color: var(--apple-blue-hover);
}

body.apple-ui-theme .apple-hero-link.apple-primary {
    padding: 10px 20px;
    border-radius: 999px;
    background: var(--apple-blue);
    color: #fff !important;
}

body.apple-ui-theme .apple-hero-link.apple-primary:hover {
    background: var(--apple-blue-hover);
}

body.apple-ui-theme .drop-msg,
body.apple-ui-theme .neo-pill-trigger {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    gap: 6px;
    width: auto !important;
    min-height: 38px;
    padding: 8px 16px !important;
    border: 1px solid var(--apple-line-soft) !important;
    border-radius: 999px !important;
    background: rgba(255, 255, 255, 0.88) !important;
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.08) !important;
    color: var(--apple-text) !important;
    font-size: 13px !important;
    font-weight: 500 !important;
    line-height: 1 !important;
    text-transform: none !important;
    backdrop-filter: saturate(180%) blur(20px);
    -webkit-backdrop-filter: saturate(180%) blur(20px);
}

body.apple-ui-theme .drop-msg {
    top: auto !important;
    right: 24px !important;
    bottom: 24px !important;
    z-index: 10;
}

body.apple-ui-theme .drop-msg:hover,
body.apple-ui-theme .neo-pill-trigger:hover {
    color: var(--apple-blue) !important;
    transform: translateY(-1px);
}

body.apple-ui-theme .quick-contact-form,
body.apple-ui-theme .neo-featured-panel {
    right: 24px !important;
    top: auto !important;
    bottom: 74px !important;
    width: min(360px, calc(100vw - 32px)) !important;
    max-height: calc(100vh - 132px);
    padding: 22px !important;
    border: 1px solid var(--apple-line-soft) !important;
    border-radius: var(--apple-radius) !important;
    background: rgba(255, 255, 255, 0.94) !important;
    box-shadow: 0 24px 60px rgba(0, 0, 0, 0.16) !important;
    overflow: auto !important;
    backdrop-filter: saturate(180%) blur(22px);
    -webkit-backdrop-filter: saturate(180%) blur(22px);
}

body.apple-ui-theme .quick-contact-form h3 {
    color: var(--apple-text) !important;
    font-size: 24px !important;
    text-transform: none !important;
}

body.apple-ui-theme .quick-contact-form .divider-4 {
    display: none;
}

body.apple-ui-theme .widget-post {
    display: grid !important;
    grid-template-columns: 76px minmax(0, 1fr);
    gap: 12px;
    padding: 12px 0 !important;
    border: 0 !important;
    border-bottom: 1px solid var(--apple-line-soft) !important;
    background: transparent !important;
    box-shadow: none !important;
}

body.apple-ui-theme .widget-image img {
    width: 76px;
    height: 54px;
    object-fit: cover;
    border-radius: var(--apple-radius);
}

body.apple-ui-theme .widget-post .details h5 {
    margin: 0;
    color: var(--apple-text) !important;
    font-size: 13px;
    line-height: 1.35;
}

body.apple-ui-theme .neo-side-card {
    padding: 18px !important;
}

body.apple-ui-theme .neo-side-card .widget-title {
    margin: 0 0 16px;
    padding-bottom: 12px;
    border-bottom: 1px solid var(--apple-line-soft);
    color: var(--apple-text) !important;
    font-size: 17px !important;
    line-height: 1.25;
}

body.apple-ui-theme .neo-side-card .widget-posts {
    display: grid;
    gap: 16px;
}

body.apple-ui-theme .neo-side-card .widget-post {
    display: block !important;
    overflow: hidden;
    padding: 0 !important;
    border: 1px solid var(--apple-line-soft) !important;
    border-radius: var(--apple-radius) !important;
    background: #ffffff !important;
}

body.apple-ui-theme .neo-side-card .widget-image,
body.apple-ui-theme .neo-side-card .widget-post .widget-image {
    float: none !important;
    width: 100% !important;
    height: auto !important;
}

body.apple-ui-theme .neo-side-card .thumbnail-img {
    display: block !important;
    width: 100% !important;
    max-width: none !important;
    aspect-ratio: 16 / 10;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: var(--apple-card-soft) !important;
    overflow: hidden;
}

body.apple-ui-theme .neo-side-card .widget-image img,
body.apple-ui-theme .neo-side-card .thumbnail-img img {
    display: block !important;
    width: 100% !important;
    height: 100% !important;
    max-width: none !important;
    object-fit: cover;
    border-radius: 0 !important;
    transition: transform 0.28s ease;
}

body.apple-ui-theme .neo-side-card .widget-post:hover .widget-image img,
body.apple-ui-theme .neo-side-card .widget-post:hover .thumbnail-img img {
    transform: scale(1.035);
}

body.apple-ui-theme .neo-side-card .widget-post .details {
    float: none !important;
    width: auto !important;
    padding: 12px 14px 14px !important;
}

body.apple-ui-theme .neo-side-card .widget-post .details h5 {
    margin: 0 !important;
    color: var(--apple-text) !important;
    font-size: 15px !important;
    line-height: 1.35;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

body.apple-ui-theme .neo-section-shell,
body.apple-ui-theme #blog,
body.apple-ui-theme #clients,
body.apple-ui-theme .neo-footer-shell {
    background: var(--apple-band) !important;
}

body.apple-ui-theme #text-content {
    position: relative;
    padding: 86px 0 !important;
    background: var(--apple-band) !important;
    overflow: hidden;
}

body.apple-ui-theme #text-content .row {
    align-items: center;
    row-gap: 34px;
}

body.apple-ui-theme #text-content .bg-parallax {
    left: auto;
    right: 0;
    width: 50%;
    opacity: 0.16;
    filter: grayscale(0.15);
    border-radius: var(--apple-radius) 0 0 var(--apple-radius);
}

body.apple-ui-theme .neo-story-copy h2,
body.apple-ui-theme #blog h2,
body.apple-ui-theme #clients h2 {
    margin: 0;
    color: var(--apple-text) !important;
    font-size: clamp(34px, 5vw, 56px);
    font-weight: 700;
    line-height: 1.08;
    text-transform: none !important;
}

body.apple-ui-theme .neo-story-copy .colored.fs-13 {
    margin-top: 18px;
    color: var(--apple-muted) !important;
    font-size: 18px !important;
    font-weight: 400 !important;
    line-height: 1.65;
}

body.apple-ui-theme .stay.lg-btn,
body.apple-ui-theme .bg-colored,
body.apple-ui-theme .md-btn,
body.apple-ui-theme .lg-btn,
body.apple-ui-theme .xl-btn,
body.apple-ui-theme #fs-searchform button {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    gap: 6px;
    min-height: 42px;
    padding: 10px 18px !important;
    border: 0 !important;
    border-radius: 999px !important;
    background: var(--apple-blue) !important;
    box-shadow: none !important;
    color: #fff !important;
    font-size: 15px !important;
    font-weight: 500 !important;
    text-transform: none !important;
}

body.apple-ui-theme .stay.lg-btn:hover,
body.apple-ui-theme .bg-colored:hover,
body.apple-ui-theme .md-btn:hover,
body.apple-ui-theme .lg-btn:hover,
body.apple-ui-theme .xl-btn:hover,
body.apple-ui-theme #fs-searchform button:hover {
    background: var(--apple-blue-hover) !important;
    color: #fff !important;
    transform: none !important;
}

body.apple-ui-theme .neo-story-carousel .custom-slider-home {
    padding: 0 !important;
}

body.apple-ui-theme .neo-product-card {
    display: flex !important;
    flex-direction: column;
    min-height: 500px;
    padding: 28px !important;
    border: 0 !important;
    border-radius: var(--apple-radius) !important;
    background: var(--apple-card-soft) !important;
    box-shadow: none !important;
    overflow: hidden;
}

body.apple-ui-theme .neo-product-card .px-20 {
    padding: 0 !important;
}

body.apple-ui-theme .neo-product-card .white,
body.apple-ui-theme .neo-product-card .colored2,
body.apple-ui-theme .neo-product-card .colore-other {
    color: var(--apple-text) !important;
}

body.apple-ui-theme .neo-product-card .neo-product-glyph {
    width: 38px;
    height: 38px;
    color: var(--apple-blue);
}

body.apple-ui-theme .neo-product-card h3 {
    margin: 14px 0 8px !important;
    color: var(--apple-text) !important;
    font-size: clamp(26px, 3vw, 40px) !important;
    font-weight: 700;
    line-height: 1.12;
}

body.apple-ui-theme .neo-product-card p {
    color: var(--apple-muted) !important;
    font-size: 17px !important;
    line-height: 1.45;
}

body.apple-ui-theme .neo-product-card img {
    width: 100%;
    aspect-ratio: 16 / 10;
    height: auto;
    margin-top: auto;
    object-fit: cover;
    border: 0 !important;
    border-radius: var(--apple-radius) !important;
    box-shadow: none !important;
}

body.apple-ui-theme #blog {
    padding: 82px 0 !important;
    background: var(--apple-bg) !important;
}

body.apple-ui-theme #blog .row:first-child {
    justify-content: center;
    text-align: center;
}

body.apple-ui-theme .neo-news-shell,
body.apple-ui-theme .neo-surface,
body.apple-ui-theme .footer_widgets,
body.apple-ui-theme .tab-content,
body.apple-ui-theme .post-details,
body.apple-ui-theme .post figcaption {
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
}

body.apple-ui-theme .neo-news-shell {
    padding: 0 !important;
    margin-top: 34px !important;
}

body.apple-ui-theme .neo-news-card {
    height: 100%;
    margin: 0;
    border: 0 !important;
    border-radius: var(--apple-radius) !important;
    background: var(--apple-card) !important;
    box-shadow: none !important;
    overflow: hidden;
}

body.apple-ui-theme .neo-news-card .post-image img,
body.apple-ui-theme .neo-news-card img {
    width: 100%;
    aspect-ratio: 16 / 10;
    height: auto;
    object-fit: cover;
    border: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    transition: transform 0.35s ease;
}

body.apple-ui-theme .neo-news-card:hover img {
    transform: scale(1.025);
}

body.apple-ui-theme .neo-news-card .post-details {
    display: block;
    padding: 18px 20px 22px !important;
}

body.apple-ui-theme .neo-news-card .post-title {
    margin: 0 !important;
    font-size: 21px !important;
    line-height: 1.22;
    text-transform: none !important;
}

body.apple-ui-theme .neo-news-card-sm .post-title {
    font-size: 16px !important;
}

body.apple-ui-theme .neo-insight-panel {
    padding: 24px !important;
    border: 0 !important;
    border-radius: var(--apple-radius) !important;
    background: var(--apple-card) !important;
    box-shadow: none !important;
}

body.apple-ui-theme .neo-insight-panel h4 {
    margin: 0 0 16px !important;
    color: var(--apple-text) !important;
    font-size: 20px;
    text-transform: none !important;
}

body.apple-ui-theme .neo-insight-panel iframe {
    border-radius: var(--apple-radius);
    background: var(--apple-card-soft);
}

body.apple-ui-theme #clients {
    padding: 82px 0 !important;
    border: 0 !important;
    background: var(--apple-band) !important;
}

body.apple-ui-theme #clients > .t-center {
    border: 0 !important;
}

body.apple-ui-theme .neo-tab-pills {
    display: flex !important;
    justify-content: center;
    flex-wrap: wrap;
    gap: 8px;
    margin: 26px auto 0 !important;
    padding: 0 !important;
    border: 0 !important;
    background: transparent !important;
}

body.apple-ui-theme .neo-tab-pills a,
body.apple-ui-theme .neo-tab-pills button {
    min-height: 38px;
    padding: 8px 16px !important;
    border: 0 !important;
    border-radius: 999px !important;
    background: var(--apple-card-soft) !important;
    box-shadow: none !important;
    color: var(--apple-text) !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    text-transform: none !important;
}

body.apple-ui-theme .neo-tab-pills .active,
body.apple-ui-theme .neo-tab-pills .show.active,
body.apple-ui-theme .neo-tab-pills button.active {
    background: var(--apple-blue) !important;
    color: #fff !important;
}

body.apple-ui-theme #clients .tab-content {
    margin-top: 32px !important;
}

body.apple-ui-theme .neo-client-card,
body.apple-ui-theme .cbp-item.neo-client-card {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 126px;
    padding: 20px !important;
    border: 0 !important;
    border-radius: var(--apple-radius) !important;
    background: var(--apple-card-soft) !important;
    box-shadow: none !important;
}

body.apple-ui-theme .neo-client-card img {
    width: 100%;
    max-height: 84px;
    object-fit: contain;
    border: 0 !important;
    box-shadow: none !important;
}

body.apple-ui-theme .classic_footer,
body.apple-ui-theme .neo-footer-shell {
    padding: 58px 0 30px !important;
    background: var(--apple-bg) !important;
}

body.apple-ui-theme .footer-body,
body.apple-ui-theme .footer_widgets,
body.apple-ui-theme .neo-footer-grid {
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
}

body.apple-ui-theme .footer_logo svg {
    width: 120px;
    height: auto;
}

body.apple-ui-theme .menu_footer_top,
body.apple-ui-theme .images_footer_ft {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 14px;
    padding: 0;
    margin: 20px 0;
    list-style: none;
}

body.apple-ui-theme .menu_footer_top a,
body.apple-ui-theme .footer_text,
body.apple-ui-theme .company_info,
body.apple-ui-theme .classic_footer p,
body.apple-ui-theme .classic_footer li,
body.apple-ui-theme .classic_footer span {
    color: var(--apple-muted) !important;
    font-size: 13px;
    line-height: 1.5;
}

body.apple-ui-theme .classic_footer a {
    color: #424245 !important;
}

body.apple-ui-theme .classic_footer a:hover {
    color: var(--apple-blue) !important;
}

body.apple-ui-theme .classic_footer .widget_title,
body.apple-ui-theme .classic_footer h3,
body.apple-ui-theme .classic_footer h4,
body.apple-ui-theme .menu_footer_sop .title {
    color: var(--apple-text) !important;
    font-size: 15px;
    font-weight: 600;
    text-transform: none !important;
}

body.apple-ui-theme .images_footer_ft figure {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 112px;
    min-height: 42px;
    margin: 0;
    padding: 8px;
    border-radius: var(--apple-radius);
    background: #fff;
}

body.apple-ui-theme .footer-bottom,
body.apple-ui-theme .neo-footer-bottom {
    margin: 0 !important;
    padding: 18px 0 !important;
    border-top: 1px solid var(--apple-line) !important;
    border-radius: 0 !important;
    background: var(--apple-bg) !important;
    box-shadow: none !important;
}

body.apple-ui-theme .footer-bottom,
body.apple-ui-theme .footer-bottom a,
body.apple-ui-theme .footer-bottom p {
    color: var(--apple-muted) !important;
    font-size: 12px;
}

body.apple-ui-theme #back-to-top {
    right: 22px;
    bottom: 22px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    border: 1px solid var(--apple-line-soft) !important;
    border-radius: 999px !important;
    background: rgba(255, 255, 255, 0.88) !important;
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.08) !important;
    color: var(--apple-text) !important;
    backdrop-filter: saturate(180%) blur(20px);
    -webkit-backdrop-filter: saturate(180%) blur(20px);
}

body.apple-ui-theme .fs-searchform .form-bg {
    background: rgba(245, 245, 247, 0.92) !important;
    backdrop-filter: saturate(180%) blur(20px);
    -webkit-backdrop-filter: saturate(180%) blur(20px);
}

body.apple-ui-theme .neo-search-form {
    max-width: 780px;
    padding: 28px !important;
    border: 1px solid var(--apple-line-soft) !important;
    border-radius: var(--apple-radius) !important;
    background: #fff !important;
    box-shadow: 0 24px 60px rgba(0, 0, 0, 0.12) !important;
}

body.apple-ui-theme #fs-searchform input,
body.apple-ui-theme textarea,
body.apple-ui-theme input[type="text"],
body.apple-ui-theme input[type="email"],
body.apple-ui-theme input[type="tel"],
body.apple-ui-theme input[type="search"],
body.apple-ui-theme select {
    min-height: 44px;
    border: 1px solid var(--apple-line) !important;
    border-radius: var(--apple-radius) !important;
    background: #fff !important;
    box-shadow: none !important;
    color: var(--apple-text) !important;
}

body.apple-ui-theme #fs-searchform input:focus,
body.apple-ui-theme textarea:focus,
body.apple-ui-theme input:focus,
body.apple-ui-theme select:focus {
    border-color: var(--apple-blue) !important;
    box-shadow: var(--apple-focus) !important;
}

body.apple-ui-theme .neo-detail-card,
body.apple-ui-theme .neo-side-card,
body.apple-ui-theme .neo-form-card,
body.apple-ui-theme .neo-contact-card,
body.apple-ui-theme .neo-gallery-shell,
body.apple-ui-theme .neo-download-shell,
body.apple-ui-theme .neo-order-product-card,
body.apple-ui-theme .neo-order-form-card,
body.apple-ui-theme .neo-order-summary,
body.apple-ui-theme .neo-catalog-intro,
body.apple-ui-theme .neo-catalog-page-face,
body.apple-ui-theme .neo-product-detail-dialog {
    border: 1px solid var(--apple-line-soft) !important;
    border-radius: var(--apple-radius) !important;
    background: var(--apple-card) !important;
    box-shadow: none !important;
}

body.apple-ui-theme .neo-hero:not(.neo-home-hero) {
    padding: 86px 0 54px !important;
    background: var(--apple-bg) !important;
}

body.apple-ui-theme .neo-grid-shell,
body.apple-ui-theme .neo-catalog-section,
body.apple-ui-theme .neo-order-flow-shell,
body.apple-ui-theme #download-list {
    padding-top: 68px !important;
    padding-bottom: 78px !important;
    background: var(--apple-band) !important;
}

body.apple-ui-theme :focus-visible {
    outline: none;
    box-shadow: var(--apple-focus) !important;
}

@media only screen and (max-width: 1120px) {
    body.apple-ui-theme #navigation.side-menu {
        align-items: flex-start;
        height: 96px !important;
        min-height: 96px !important;
        padding: 0 12px !important;
    }

    body.apple-ui-theme .neo-main-content {
        padding-top: 96px !important;
    }

    body.apple-ui-theme #navigation.side-menu .logo,
    body.apple-ui-theme #navigation.side-menu .neo-logo {
        left: 14px;
        height: 52px !important;
    }

    body.apple-ui-theme #navigation.side-menu .menu-bottom,
    body.apple-ui-theme #navigation.side-menu .neo-menu-bottom {
        right: 12px;
        height: 52px;
    }

    body.apple-ui-theme #navigation.side-menu .nav-menu,
    body.apple-ui-theme #navigation.side-menu .neo-nav-shell {
        position: absolute !important;
        left: 0;
        right: 0;
        bottom: 0;
        display: block !important;
        width: 100% !important;
        height: 44px;
        padding: 0 10px !important;
        overflow-x: auto;
        overflow-y: hidden;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
    }

    body.apple-ui-theme #navigation.side-menu .nav-menu::-webkit-scrollbar,
    body.apple-ui-theme #navigation.side-menu .neo-nav-shell::-webkit-scrollbar {
        display: none;
    }

    body.apple-ui-theme #navigation.side-menu .nav {
        justify-content: flex-start;
        width: max-content;
        min-width: 100%;
        height: 44px;
    }

    body.apple-ui-theme #navigation.side-menu .nav li a {
        height: 44px;
        min-height: 44px;
        padding: 0 12px !important;
    }

    body.apple-ui-theme #navigation.side-menu .nav li.dropdown-toggle ul.dropdown-menu {
        position: fixed !important;
        top: 92px !important;
        left: 12px !important;
        max-width: calc(100vw - 24px);
        transform: none;
    }

    body.apple-ui-theme .neo-home-hero .hero-slider,
    body.apple-ui-theme .neo-home-hero .neo-light-hero {
        height: min(680px, calc(100svh - 148px)) !important;
        min-height: 500px !important;
    }

    body.apple-ui-theme .apple-hero-copy {
        top: clamp(44px, 9vh, 76px);
    }
}

@media only screen and (max-width: 767px) {
    body.apple-ui-theme .container {
        max-width: calc(100% - 28px);
    }

    body.apple-ui-theme #navigation.side-menu .logo svg {
        width: 102px;
    }

    body.apple-ui-theme #navigation.side-menu .neo-lang-switch span {
        display: none;
    }

    body.apple-ui-theme .neo-home-hero .hero-slider,
    body.apple-ui-theme .neo-home-hero .neo-light-hero {
        height: min(620px, calc(100svh - 136px)) !important;
        min-height: 430px !important;
    }

    body.apple-ui-theme .apple-hero-copy {
        top: 34px;
        width: calc(100% - 28px);
    }

    body.apple-ui-theme .apple-hero-copy h1 {
        font-size: clamp(42px, 14vw, 58px);
    }

    body.apple-ui-theme .apple-hero-summary {
        font-size: 20px;
    }

    body.apple-ui-theme .drop-msg {
        right: 14px !important;
        bottom: 14px !important;
        max-width: calc(100% - 28px);
    }

    body.apple-ui-theme #text-content,
    body.apple-ui-theme #blog,
    body.apple-ui-theme #clients {
        padding: 58px 0 !important;
    }

    body.apple-ui-theme #text-content .bg-parallax {
        display: none;
    }

    body.apple-ui-theme .neo-product-card {
        min-height: 440px;
        padding: 22px !important;
    }

    body.apple-ui-theme .neo-news-shell {
        margin-top: 24px !important;
    }

    body.apple-ui-theme .neo-tab-pills {
        justify-content: flex-start;
        flex-wrap: nowrap;
        overflow-x: auto;
        padding-bottom: 6px !important;
        -webkit-overflow-scrolling: touch;
    }

    body.apple-ui-theme .neo-tab-pills li {
        flex: 0 0 auto;
    }

    body.apple-ui-theme .classic_footer,
    body.apple-ui-theme .neo-footer-shell {
        padding-top: 44px !important;
    }
}

@media (prefers-reduced-motion: reduce) {
    body.apple-ui-theme *,
    body.apple-ui-theme *::before,
    body.apple-ui-theme *::after {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        scroll-behavior: auto !important;
        transition-duration: 0.01ms !important;
    }
}

.catalog-home-hero {
    position: relative;
    display: grid;
    align-items: end;
    min-height: calc(100vh - 52px);
    overflow: hidden;
    background: #111111;
    color: #ffffff;
}

.catalog-home-media,
.catalog-home-overlay {
    position: absolute;
    inset: 0;
}

.catalog-home-media {
    background-position: center;
    background-size: cover;
    transform: scale(1.03);
}

.catalog-home-overlay {
    background:
        linear-gradient(90deg, rgba(17, 17, 17, 0.78), rgba(17, 17, 17, 0.3) 52%, rgba(17, 17, 17, 0.62)),
        linear-gradient(180deg, rgba(17, 17, 17, 0.1), rgba(17, 17, 17, 0.74));
}

.catalog-home-inner {
    position: relative;
    z-index: 2;
    width: min(980px, calc(100% - 48px));
    margin: 0 auto;
    padding: 112px 0 86px;
}

.catalog-home-kicker {
    margin: 0 0 18px;
    color: #c8a96b;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.catalog-home-inner h1 {
    max-width: 820px;
    margin: 0;
    color: #ffffff;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 72px;
    font-weight: 400;
    line-height: 0.98;
}

.catalog-home-inner > p:not(.catalog-home-kicker) {
    max-width: 640px;
    margin: 24px 0 0;
    color: rgba(255, 255, 255, 0.82);
    font-size: 20px;
    line-height: 1.65;
}

.catalog-home-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 34px;
}

.catalog-home-structure {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1px;
    background: rgba(17, 17, 17, 0.12);
}

.catalog-home-card {
    display: grid;
    gap: 10px;
    min-height: 220px;
    padding: 36px;
    background: #ffffff;
    color: #111111;
}

.catalog-home-card:hover {
    color: #111111;
    text-decoration: none;
    background: #f5f5f5;
}

.catalog-home-card span {
    color: #c8a96b;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.1em;
}

.catalog-home-card strong {
    font-family: Georgia, "Times New Roman", serif;
    font-size: 32px;
    font-weight: 400;
    line-height: 1.08;
}

.catalog-home-card em {
    color: #6c6760;
    font-size: 14px;
    font-style: normal;
    line-height: 1.6;
}

.catalog-lite-footer {
    padding: 56px 0 24px !important;
    background: #111111 !important;
    color: #ffffff;
}

.catalog-lite-footer-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.2fr) minmax(180px, 0.8fr) minmax(240px, 0.8fr);
    gap: 40px;
    padding-bottom: 34px;
    border-bottom: 1px solid rgba(200, 169, 107, 0.38);
}

.catalog-lite-brand {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    color: #ffffff;
}

.catalog-lite-brand:hover {
    color: #ffffff;
    text-decoration: none;
}

.catalog-lite-brand span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    border: 1px solid #c8a96b;
    color: #c8a96b;
    font-weight: 800;
}

.catalog-lite-brand strong {
    font-size: 18px;
    text-transform: uppercase;
}

.catalog-lite-logo {
    display: block;
    width: 160px;
    height: auto;
    max-height: 60px;
    object-fit: contain;
}

.catalog-lite-footer p {
    max-width: 460px;
    margin: 18px 0 0;
    color: rgba(255, 255, 255, 0.72);
    font-size: 15px;
    line-height: 1.7;
}

.catalog-lite-footer nav,
.catalog-lite-contact {
    display: grid;
    gap: 12px;
    align-content: start;
}

.catalog-lite-footer a {
    color: rgba(255, 255, 255, 0.78);
}

.catalog-lite-footer a:hover {
    color: #c8a96b;
    text-decoration: none;
}

.catalog-lite-footer-bottom {
    padding-top: 22px;
    color: rgba(255, 255, 255, 0.58);
    font-size: 13px;
}

@media only screen and (max-width: 767px) {
    .catalog-home-hero {
        min-height: calc(100vh - 64px);
    }

    .catalog-home-inner {
        width: calc(100% - 32px);
        padding: 96px 0 60px;
    }

    .catalog-home-inner h1 {
        font-size: 42px;
        line-height: 1.04;
    }

    .catalog-home-inner > p:not(.catalog-home-kicker) {
        font-size: 17px;
    }

    .catalog-home-actions {
        display: grid;
    }

    .catalog-home-structure {
        grid-template-columns: 1fr;
    }

    .catalog-home-card {
        min-height: 170px;
        padding: 28px 22px;
    }

    .catalog-home-card strong {
        font-size: 26px;
    }

    .catalog-lite-footer-grid {
        grid-template-columns: 1fr;
        gap: 28px;
    }
}

@media only screen and (max-width: 1199px) {
    body.apple-ui-theme.catalog-header-mode:not(.catalog-api-mode) .catalog-app-header {
        grid-template-columns: auto minmax(0, 1fr) auto;
        padding: 0 18px;
    }

    body.apple-ui-theme.catalog-header-mode:not(.catalog-api-mode) .catalog-app-nav {
        justify-content: flex-start;
        gap: 22px;
        overflow-x: auto;
        scrollbar-width: none;
    }

    body.apple-ui-theme.catalog-header-mode:not(.catalog-api-mode) .catalog-app-nav::-webkit-scrollbar {
        display: none;
    }
}

@media only screen and (max-width: 767px) {
    body.apple-ui-theme.catalog-header-mode:not(.catalog-api-mode) .catalog-app-header {
        grid-template-columns: 1fr auto;
        gap: 10px;
        min-height: 64px;
    }

    body.apple-ui-theme.catalog-header-mode:not(.catalog-api-mode) .catalog-brand-logo {
        width: 128px;
        max-height: 46px;
    }

    body.apple-ui-theme.catalog-header-mode:not(.catalog-api-mode) .catalog-app-nav {
        grid-column: 1 / -1;
        order: 3;
        min-width: 0;
        margin: 0 -18px;
        padding: 0 18px;
        border-top: 1px solid var(--catalog-line);
    }

    body.apple-ui-theme.catalog-header-mode:not(.catalog-api-mode) .catalog-app-nav a {
        min-height: 48px;
        font-size: 13px;
    }

    body.apple-ui-theme.catalog-header-mode:not(.catalog-api-mode) .catalog-quote-btn {
        min-height: 42px;
        padding: 8px 12px;
        font-size: 12px;
        white-space: nowrap;
    }

    body.apple-ui-theme.catalog-header-mode:not(.catalog-api-mode) .catalog-quote-btn .neo-inline-icon {
        display: none;
    }

    body.apple-ui-theme.catalog-header-mode:not(.catalog-api-mode) .catalog-quote-modal {
        place-items: end center;
        padding: 12px;
    }

    body.apple-ui-theme.catalog-header-mode:not(.catalog-api-mode) .catalog-quote-panel {
        width: 100%;
        max-height: 78vh;
        padding: 26px 22px;
        border-radius: 14px 14px 0 0;
    }

    body.apple-ui-theme.catalog-header-mode:not(.catalog-api-mode) .catalog-quote-panel h2 {
        font-size: 25px;
    }

    body.apple-ui-theme.catalog-header-mode:not(.catalog-api-mode) .catalog-quote-panel iframe {
        height: 62vh !important;
        min-height: 360px;
    }
}
