body {
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 400;
    font-size: 16px;
}

footer a.navbar-brand,
a.navbar-brand {
    width: 150px !important;
    float: left;
}

img.logo {
    width: 100%;
}

.header-login-btn { 
    padding: 2px 15px;
    background: #333;
}


.header-register-btn {
    margin-right: 20px;
    padding: 2px 10px;
}

.header-login-btn:hover,
.header-register-btn:hover {
    color: #fff !important;
    background: #333 !important;
}
a.nav-link.header-register-btn {
    background: #f74f00;
}
.ral-color-header h3 {
    font-size: 21px;
    margin: 0;
}

.ral-color-header {
    text-align: center;
    padding: 30px 0;
}

.ral-color-header h3 span {
    display: block;
    margin-bottom: 3px;
}

.ral-color-header h3 span {
    font-family: "Oswald", sans-serif;
}

.ral-color-footer a.ral-btn {
    text-decoration: none;
    width: 88px;
    border: 1px solid;
    border-radius: 4px;
    display: block;
    color: #f74f00;
    border-color: #f74f00;
    text-transform: uppercase;
    font-size: 13px;
    padding: 2px 10px;
    float: right;
    text-align: center;
    margin-top: 7px;
}

.ral-color-footer a.ral-btn:hover {
    background: #f74f00;
    color: #fff;
}

a.ral-btn span {
    display: block;
}

.ral-color-footer {
    background: #f0f0f0;
    padding: 10px 10px;
    width: 100%;
    float: left;
}

.ral-color {
    float: left;
    width: 100%;
    transition: transform 0.28s ease, box-shadow 0.28s ease;
    position: relative;
}

.ral-color:hover {
    transform: translateY(-10px);
    box-shadow: 0 14px 30px rgba(0, 0, 0, 0.2) !important;
}

.ral-color .ral-color-header a {
    text-decoration: none;
    color: #fff;
}

.single-ral-page .ral-color .ral-color-header h3 {
    text-decoration: none;
    color: #fff;
}

.ral-color.dark .ral-color-header a {
    text-decoration: none;
    color: #000;
}

.ral-color.dark .ral-color-header a h3 span.ral-color-name {
    color: #686868;
}

.ral-color .ral-color-header a h3 span.ral-color-name {
    color: #cbcbcb;
    height: 22px;
    margin-bottom: 0;
}

a.ral-favorite {
    color: #000;
    font-size: 17px;
    width: 57px;
    float: left;
    text-align: center;
    text-transform: uppercase;
    padding: 6px 0px;
    border-radius: 2px;
    text-decoration: none;
}

a.ral-favorite span {
    display: block;
    margin-top: -2px;
    font-size: 14px;
}


a.ral-compare svg {
    width: 20px !important;
    margin-top: -5px;
}

a.ral-compare span {
    margin-top: -2px;
    font-size: 14px;
    position: relative;
    display: block;
}

a.ral-compare {
    color: #000;
    font-size: 17px;
    width: 57px;
    float: left;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    padding: 6px 0px;
    border-radius: 2px;
    margin-left: 14px;
}

a.ral-favorite.saved {
    color: #f74f00;
}

.ral-nav-item span {
    display: block;
    font-weight: bold;
}

a.ral-compare:hover {
    background: #dad7d7;
}

a.ral-favorite:hover {
    background: #dad7d7;
}

.ral-nav-item {
    text-align: center;
}

.ral-nav-item a {
    border-bottom: 10px solid;
    position: relative;
}

a.nav-el-0 {
    border-color: #f74f00;
}

a.nav-el-0:after {
    background: #f74f00;
}

a.nav-el-1 {
    border-color: #fff;
}

a.nav-el-1:after {
    background: #fff;
}

a.nav-el-2 {
    border-color: #000;
}

a.nav-el-2:after {
    background: #000;
}

a.nav-el-3 {
    border-color: #B92726;
}

a.nav-el-3:after {
    background: #B92726;
}

a.nav-el-4 {
    border-color: #EBD346;
}

a.nav-el-4:after {
    background: #EBD346;
}

a.nav-el-5 {
    border-color: #458938;
}

a.nav-el-5:after {
    background: #458938;
}

a.nav-el-6 {
    border-color: #0A5D94;
}

a.nav-el-6:after {
    background: #0A5D94;
}

a.nav-el-7 {
    border-color: #9c27b0;
}

a.nav-el-7:after {
    background: #9c27b0;
}

a.nav-el-7:hover svg * {
    fill: #fff !important;
}

.ral-nav-item a:after {
    content: '';
    left: 0;
    bottom: 0;
    height: 0;
    width: 100%;
    position: absolute;
    transition: 0.3s;
    z-index: -1;
}


.ral-nav-item a:hover {
    color: #fff;
}

.ral-nav-item a:hover:after {
    height: 100%;
}

.ral-nav-item.active a:after {
    height: 100%;
}

.ral-nav-item.active a {
    color: #fff;
}

.ral-nav-item.active a.nav-el-7 svg * {
    fill: #fff !important;
}

.ral-nav-item a.nav-el-1:hover {
    color: #000;
}

label#canvas-placeholder {
    width: 100%;
}

.svg-icon-similar svg {
    width: 30%;
}

.svg-icon-similar {
    width: 100%;
    float: left;
    text-align: center;
    background: #fff;
    padding: 17px 0;
    border: 1px solid #ccc;
    border-radius: 5px;
    cursor: pointer;
}
.text-preview a {
    color: #000;
    text-decoration: none;
}
.svg-icon-similar:hover {
    background: #f0f0f0;
    border: 1px solid #000;
}

.square {
    aspect-ratio: 1 / 1;
    display: block;
}

a.nav-el-0:hover svg * {
    fill: #f74f00 !important;
}

.show-ral {
    width: 100%;
    float: left;
    min-height: 550px;
    position: relative;
    margin-bottom: 20px;
}

.show-ral h1 {
    background: #fff;
    width: auto;
    position: absolute;
    bottom: 60px;
    font-size: 40px;
    padding: 10px;
}

.show-ral h2 {
    background: #f4f4f4;
    position: absolute;
    bottom: 9px;
    padding: 10px;
}

.show-ral h1 a {
    position: absolute;
    background: #f4f4f4;
    right: -56px;
    top: 0;
    height: 68px;
    padding: 14px 13px 12px 13px;
    cursor: pointer;
}

.show-ral h1 a svg {
    width: 30px;
    height: 30px;
}



.meta {
    color: #fff;
    width: auto;
    position: absolute;
    padding: 10px;
    bottom: 155px;
}

.meta.dark {
    color: #000;
}

.meta span {
    display: block;
    margin-bottom: 4px;
}

.meta span {
    display: block;
    margin-bottom: 4px;
}


.preview-fullscreen {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.8);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
    color: #fff;
    cursor: pointer;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.4s ease, visibility 0.4s ease;
}

.preview-fullscreen.dark {
    color: #000;
}

.preview-fullscreen-body {
    text-align: center;
}

.preview-fullscreen-body span {
    display: block;
    margin-bottom: 10px;
    font-size: 20px;
}

.preview-fullscreen.show_div {
    opacity: 1;
    visibility: visible;
}


div#rating-stars .star {
    font-size: 20px;
    color: #333;
    cursor: pointer;
    margin-right: 8px;
}

div#rating-stars .star:hover {
    color: orange;
}

div#rating-stars .star.active {
    color: orange;
}


.ral-color.car-single.dark .ral-color-header h3 {
    text-decoration: none;
    color: #fff;
}

.ral-nav-item.active a.nav-el-1 {
    color: #000;
}




.ral-compare-container {
    position: fixed;
    bottom: -500px;
    left: 0;
    width: 100%;
    transition: 0.4s;
    z-index: 1000;
}

.ral-compare-container.active {
    bottom: -2px;
}

.ral-compare-body {
    position: relative;
}

a.btn-compare-toggle {
    position: absolute;
    right: 0px;
    top: -23px;
    background: #f74f00;
    color: #fff;
    padding: 10px 17px;
}

a.btn-compare-toggle:after {
    display: inline-block;
    font-family: bootstrap-icons !important;
    font-style: normal;
    font-weight: normal !important;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    vertical-align: -.125em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f128";
}

.minimize a.btn-compare-toggle:after {
    content: "\f148";
}

a.ral-compare.saved svg {
    fill: green;
}

a.ral-compare.saved {
    color: green;
}

a.removse-btn {
    position: absolute;
    top: 0;
    right: 0;
    color: #fff;
    background: red;
    padding: 7px 15px;
}

.single-compare-ral {
    height: 500px;
    position: relative;
}


.single-compare-ral h3 {
    background: #fff;
    width: auto;
    position: absolute;
    bottom: 60px;
    font-size: 21px;
    padding: 10px;
}

.single-compare-ral h4 {
    background: #f4f4f4;
    position: absolute;
    bottom: 23px;
    padding: 10px;
    font-size: 18px;

}

.minimize a.btn-compare-toggle {
    top: -44px;
}


.btn.share-facebook {
    background: #1877F2;
    border-color: #1877F2;
    border-radius: 0;
}

.btn.share-viber {
    background: #7360f2;
    border-color: #7360f2;
    border-radius: 0;
}


.btn.share-twitter {
    background: #1DA1F2;
    border-color: #1DA1F2;
    border-radius: 0;
}

.btn.share-facebook:hover,
.btn.share-viber:hover,
.btn.share-twitter:hover {
    color: #fff;
    background: #333;
    border-color: #333;
}

@media only screen and (max-width: 700px) {
    .ral-color-footer a.ral-btn span {
        display: contents;
    }

    .ral-color-footer a.ral-btn {
        width: 100%;
        margin-top: 15px;
    }

    a.ral-compare {
        float: right;
    }

    .ral-nav-item span {
        display: inline;
    }

    .ral-nav-item a {
        text-align: left;
    }

    .ral-nav-item a:after {
        display: none;
    }

    .ral-nav-item a {
        border-bottom: 1px solid #ccc;
    }

    .ral-nav-item.active a {
        color: #000;
    }
}

main {
    margin-top: 140px;
}

#loading {
    display: none;
}

a.next-page-link {
    width: 250px;
    text-transform: uppercase;
    font-size: 15px;
    padding-top: 15px;
    padding-bottom: 15px;
}

.ajax-next-page-item {
    margin: 28px 0 50px 0;
}

#pages-wrap .onmobile {
    display: none;
}

.site-title {
    text-transform: uppercase;
    font-family: "Oswald", sans-serif;
    font-size: 22px;
    letter-spacing: 0.05em;
    line-height: 1.15;
    font-weight: 500;
    color: #12263b;
    position: relative;
    padding-left: 14px;
}

.site-title::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.18em;
    width: 6px;
    height: 0.92em;
    border-radius: 999px;
    background: linear-gradient(180deg, #ff6a3d 0%, #ff8d28 100%);
}

div#rating-stars {
    width: 100%;
    margin-bottom: 20px;
}

a.link-full-div {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.gallery-mobile {
    display: none;
}

@media only screen and (max-width: 992px) {
    .gallery-desktop {
        display: none;
    }

    main {
        margin-top: 115px;
    }

    .gallery-mobile {
        display: block;
    }

    .mb-2-mobile {
        margin-bottom: 10px;

    }
}
 .navbar-search {
    display: none;
}
@media only screen and (max-width: 770px) {

    .site-title {
        font-size: 19px;
        padding-left: 12px;
    }

    .site-title::before {
        width: 5px;
    }

    .navbar-search {
        display: block;
    }

    .single-page-filter {
        display: none;
    }

    .show-ral.car-color-cover {
        min-height: 200px;
    }

    .single-compare-ral {
        height: 190px;
    }

    .meta {
        bottom: 114px;
    }

    .single-compare-ral h4 {
        bottom: 3px;
    }

    .single-compare-ral h3 {
        bottom: 41px;
    }
}

a.rss-feed {
    background: #f26522;
    color: #fff;
    padding: 3px 10px;
    border-radius: 4px;
    text-decoration: none;
}

a.facebook {
    background: #1877F2;
    color: #fff;
    padding: 3px 10px;
    border-radius: 4px;
    text-decoration: none;
}

.blog-list a h2 {
    font-size: 20px;
    font-weight: bold;
}

.blog-list a {
    color: #000;
    text-decoration: none;
}

.card-title {
    min-height: 50px;
}

.link-list {
    display: grid;
    gap: 1.5rem;
    grid-template-columns: repeat(2, 1fr);
    width: 100%;
    margin-inline: auto;
}

li.breadcrumb-item a {
    color: #343434;
    text-decoration: none;
}

section.post-categories ul li a {
    color: #000;
    text-decoration: none;
    font-size: 16px;
    font-weight: bold;
}

label.required::after {
    content: " *";
    color: red;
}

ul.site-list li strong {
    float: right;
}

ul.site-list li {
    border-bottom: dotted 1px #000;
    padding: 7px 0;
}

ul.site-list {
    padding: 0;
    margin: 0;
    list-style: none;
    width: 100%;
    float: left;
    margin-bottom: 30px;
}


.nobgcolor {
    background: url(../images/no-background.png);
}

section#most-popular-brands a {
    color: #000;
    text-decoration: none;
    font-size: 20px;
}

section#most-popular-brands a span {
    display: block;
}

 


nav.has-topbar {
    top: 44px !important;
}

.bg-main-site {
    background: #f4f4f4;
    position: fixed;
    top: 0; 
    left: 0;
    z-index: 20;
    width: 100%;
}
.bg-body-orange {
    background: #f74f00;
    top: 32px;
}
a.phone-link {
    color: #000;
    text-decoration: none;
}

ul.user-navbar-nav li {
    float: left;
}

ul.user-navbar-nav {
    list-style: none;
    padding: 0;
    margin: 0;
}
.model-block {
    position: relative;
}
.model-block span:after {
    border-left: 10px solid transparent;
    content: '';
    position: absolute;
    border-right: 10px solid transparent;
    border-top: 10px solid #f74f00;
    border-bottom: 10px solid transparent;
    left: 57.5px;
    bottom: -20px;
}

.model-block span {
    position: absolute;
    background: #f74f00;
    color: #fff;
    width: 135px;
    border-radius: 10px;
    text-align: center;
    padding: 2px 0;
    top: -43px;
    left: calc(50% - 67.5px);
    opacity: 0;
    animation: fadeIn 1s ease forwards, shake 0.3s ease 1s;
}
@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

/* Shake */
@keyframes shake {
    0% {
        transform: translateX(0);
    }

    25% {
        transform: translateX(-5px);
    }

    50% {
        transform: translateX(5px);
    }

    75% {
        transform: translateX(-5px);
    }

    100% {
        transform: translateX(0);
    }
}
.form-send-alert {
    display: none;
}

.color-list a {
    text-decoration: none;
    color: #fff;
    float: left;
    width: auto;
    padding: 6px 17px;
    margin-right: 10px;
}
.show-form {
    display: none;
}
.color-list a.dark {
    color: #000;
}

a.navbar-search {
    position: absolute;
    right: 87px;
    font-size: 26px;
    border: 1px solid #ccc;
    border-radius: 6px;
    padding: 0 13px;
} 
.catalog-item a {
    color: #000;
    font-weight: bold;
}

/* --- Neo Header + Product Redesign --- */

:root {
    --neo-ink: #0f1a24;
    --neo-muted: #5d6d7d;
    --neo-accent: #ff5c35;
    --neo-soft: #f3f7fb;
    --neo-deep: #142235;
}

.neo-site-header .neo-header-band {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 22;
    background: linear-gradient(90deg, #0f1a24 0%, #1a2f45 70%, #264668 100%);
    color: #fff;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.neo-header-band-inner {
    min-height: 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.neo-phone-link {
    color: #fff;
    text-decoration: none;
    font-weight: 600;
    font-size: 14px;
    letter-spacing: 0.02em;
}

.neo-auth-links {
    display: flex;
    align-items: center;
    gap: 10px;
}

.neo-auth-link {
    color: #d8e7f6;
    text-decoration: none;
    padding: 3px 12px;
    border-radius: 999px;
    border: 1px solid rgba(216, 231, 246, 0.45);
    font-size: 12px;
    font-weight: 600;
}

.neo-auth-link:hover {
    color: #fff;
    border-color: #fff;
}

.neo-auth-link-accent {
    background: var(--neo-accent);
    color: #fff;
    border-color: var(--neo-accent);
}

.neo-user-btn {
    background: rgba(255, 255, 255, 0.1);
    border: 0;
    color: #fff;
    display: flex;
    align-items: center;
    gap: 8px;
    border-radius: 999px;
    padding: 4px 10px 4px 5px;
    font-size: 13px;
    font-weight: 600;
}

.neo-user-btn img {
    width: 25px;
    height: 25px;
}

nav.neo-main-nav.has-topbar {
    top: 40px !important;
    z-index: 21;
}

.neo-main-nav {
    background: rgba(255, 255, 255, 0.92);
    backdrop-filter: blur(7px);
    border-bottom: 1px solid #d8e1ea;
    box-shadow: 0 8px 24px rgba(20, 34, 53, 0.08);
    padding-top: 10px;
    padding-bottom: 10px;
}

.neo-brand {
    width: 165px !important;
    margin-right: 24px;
}

.neo-main-links .nav-link {
    color: var(--neo-ink) !important;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    padding: 10px 12px !important;
    border-radius: 12px;
}

.neo-main-links .nav-link.active,
.neo-main-links .nav-link:hover {
    background: var(--neo-soft);
    color: #000 !important;
}

.neo-dropdown-menu {
    border: 1px solid #d9e3ed;
    border-radius: 14px;
    padding: 8px;
    box-shadow: 0 20px 40px rgba(8, 20, 32, 0.14);
}

.neo-dropdown-menu .dropdown-item {
    border-radius: 10px;
    padding: 8px 10px;
    font-weight: 600;
}

.neo-header-actions {
    display: flex;
    justify-content: flex-end;
}

.neo-scan-btn {
    background: var(--neo-deep);
    color: #fff;
    text-decoration: none;
    border-radius: 999px;
    padding: 8px 14px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.03em;
}

.neo-scan-btn:hover {
    color: #fff;
    background: #0f1a24;
}

main {
    margin-top: 132px;
}

.product-neo-page {
    padding: 30px 0 50px;
    background:
        radial-gradient(1200px 300px at 100% 0%, #dbefff 0%, rgba(219, 239, 255, 0) 65%),
        linear-gradient(#f8fbff, #f6f7fb);
}

.product-sticky-buybar {
    position: fixed;
    top: 132px;
    left: 0;
    width: 100%;
    z-index: 1030;
    padding: 0 10px;
    opacity: 0;
    pointer-events: none;
    transform: translateY(-16px);
    transition: opacity 0.22s ease, transform 0.22s ease;
}

.product-sticky-buybar.is-active {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
}

.product-sticky-buybar-inner {
    max-width: 1120px;
    margin: 0 auto;
    background: rgba(255, 255, 255, 0.97);
    border: 1px solid #d5e2ef;
    border-radius: 12px;
    box-shadow: 0 8px 24px rgba(15, 31, 47, 0.12);
    backdrop-filter: blur(8px);
    padding: 8px 10px;
    display: grid;
    grid-template-columns: 52px minmax(0, 1fr) auto auto;
    align-items: center;
    gap: 10px;
}

.product-sticky-media img,
.product-sticky-media-fallback {
    width: 52px;
    height: 52px;
    border-radius: 8px;
    border: 1px solid #d4e1ee;
}

.product-sticky-media img {
    object-fit: cover;
    background: #fff;
}

.product-sticky-media-fallback {
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "Oswald", sans-serif;
    color: #8ca1b7;
    background: #f2f7fc;
}

.product-sticky-content {
    min-width: 0;
}

.product-sticky-content strong {
    display: block;
    color: #11253a;
    font-size: 14px;
    line-height: 1.2;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.product-sticky-content small {
    display: block;
    color: #597186;
    font-size: 12px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.product-sticky-price {
    font-family: "Oswald", sans-serif;
    font-size: 24px;
    line-height: 1;
    color: #102236;
    white-space: nowrap;
}

.product-sticky-btn {
    white-space: nowrap;
}

.product-neo-grid {
    display: grid;
    grid-template-columns: 1.05fr 0.95fr;
    gap: 28px;
    align-items: start;
}

.product-neo-gallery,
.product-neo-info,
.product-neo-description {
    background: #fff;
    border-radius: 18px;
    border: 1px solid #e4ebf2;
    box-shadow: 0 10px 30px rgba(14, 29, 44, 0.06);
}

.product-neo-gallery {
    padding: 18px;
}

.product-neo-info {
    padding: 24px;
}

.product-neo-badge {
    display: inline-block;
    background: #e6f8ee;
    color: #1f8c51;
    border-radius: 999px;
    padding: 5px 11px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.03em;
    margin-bottom: 12px;
    text-transform: uppercase;
}

.product-neo-info h1 {
    font-family: "Oswald", sans-serif;
    text-transform: uppercase;
    font-size: 38px;
    line-height: 1.1;
    margin-bottom: 18px;
    color: #101a24;
}

.product-neo-specs {
    list-style: none;
    padding: 0;
    margin: 0 0 20px;
}

.product-neo-specs li {
    display: flex;
    justify-content: space-between;
    gap: 16px;
    border-bottom: 1px dashed #ced8e3;
    padding: 9px 0;
}

.product-neo-specs li span {
    color: var(--neo-muted);
    font-weight: 500;
}

.product-neo-specs li strong {
    color: #0f1a24;
}

.product-neo-price-card {
    background: linear-gradient(140deg, #0f1a24, #1f3652);
    border-radius: 16px;
    color: #fff;
    padding: 16px 18px;
    margin-bottom: 18px;
}

.product-neo-price-card p {
    margin: 0;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    opacity: 0.75;
    font-size: 12px;
}

.product-neo-price-card h2 {
    margin: 4px 0 6px;
    font-size: 38px;
    font-family: "Oswald", sans-serif;
    line-height: 1;
}

.product-neo-price-card small {
    color: #d7e6f5;
}

.product-neo-order .show-form {
    display: inline-block;
}

.product-neo-order-form .form-label {
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.03em;
    color: #2b4257;
}

.product-neo-order-form .form-control {
    max-width: 120px;
}

.product-neo-description {
    margin-top: 26px;
    padding: 24px;
}

.product-neo-description h3 {
    font-family: "Oswald", sans-serif;
    margin-bottom: 14px;
    text-transform: uppercase;
}

.product-neo-description-body {
    color: #1c2f43;
    line-height: 1.7;
}

.product-neo-page #productCarousel .carousel-item img {
    border-radius: 12px;
    max-height: 560px;
    object-fit: contain;
    background: #f4f7fb;
}

.product-neo-page #thumbs .thumb img {
    border: 1px solid #d7e2ec;
    border-radius: 10px;
    height: 65px;
    object-fit: cover;
}

@media (max-width: 992px) {
    nav.neo-main-nav.has-topbar {
        top: 40px !important;
    }

    main {
        margin-top: 120px;
    }

    .neo-main-nav {
        padding-top: 8px;
        padding-bottom: 8px;
    }

    .neo-header-actions {
        margin-top: 10px;
        justify-content: flex-start;
    }

    .product-neo-grid {
        grid-template-columns: 1fr;
    }

    .product-neo-info h1 {
        font-size: 30px;
    }

    .product-sticky-buybar {
        top: auto;
        bottom: 8px;
        transform: translateY(16px);
    }

    .product-sticky-buybar-inner {
        border-radius: 14px;
        grid-template-columns: 40px minmax(0, 1fr) auto;
        gap: 8px;
    }

    .product-sticky-media img,
    .product-sticky-media-fallback {
        width: 40px;
        height: 40px;
        border-radius: 7px;
    }

    .product-sticky-content strong {
        font-size: 13px;
    }

    .product-sticky-content small {
        font-size: 11px;
    }

    .product-sticky-price {
        font-size: 20px;
    }

    .product-sticky-btn {
        grid-column: 1 / -1;
        width: 100%;
    }
}

@media (max-width: 600px) {
    .neo-header-band-inner {
        min-height: 36px;
    }

    .neo-phone-link {
        font-size: 12px;
    }

    .neo-auth-link,
    .neo-user-btn {
        font-size: 11px;
    }

    nav.neo-main-nav.has-topbar {
        top: 36px !important;
    }

    main {
        margin-top: 108px;
    }

    .neo-scan-btn span {
        display: none;
    }

    .product-neo-page {
        padding-top: 18px;
    }

    .product-neo-gallery,
    .product-neo-info,
    .product-neo-description {
        padding: 14px;
        border-radius: 14px;
    }

    .product-neo-price-card h2 {
        font-size: 30px;
    }
}

/* --- Neo RAL Internal Pages --- */

.neo-ral-filter-wrap .neo-ral-filter {
    background: rgba(255, 255, 255, 0.88);
    border: 1px solid #dce6f1;
    border-radius: 16px;
    padding: 18px;
    box-shadow: 0 14px 28px rgba(17, 36, 53, 0.06);
    backdrop-filter: blur(8px);
}

.neo-ral-filter-wrap .neo-ral-filter .form-select,
.neo-ral-filter-wrap .neo-ral-filter .form-control {
    border-radius: 10px;
    border-color: #cdd9e5;
    min-height: 42px;
}

.neo-ral-filter-wrap .neo-ral-filter .ral-search-btn {
    border-radius: 10px !important;
    width: 100%;
    min-height: 42px;
    background: linear-gradient(135deg, #13243a, #234365);
    border: 0;
}

.neo-ral-page {
    background:
        radial-gradient(1000px 250px at 95% 0%, #e6f0fb 0%, rgba(230, 240, 251, 0) 70%),
        linear-gradient(#f8fbff, #f6f8fc);
    padding-bottom: 40px;
}

.neo-ral-gallery-card,
.neo-ral-meta-card,
.neo-ral-actions-card,
.neo-ral-related {
    background: #fff;
    border-radius: 18px;
    border: 1px solid #dde7f1;
    box-shadow: 0 12px 32px rgba(16, 35, 52, 0.07);
}

.neo-ral-gallery-card {
    padding: 18px;
    display: flow-root;
}

.neo-ral-meta-card {
    padding: 24px;
}

.neo-ral-meta-card h1 {
    font-family: "Oswald", sans-serif;
    font-size: 44px;
    line-height: 1;
    margin-bottom: 18px;
    color: #121f2d;
    letter-spacing: 0.02em;
}

.neo-ral-meta-card .site-list li {
    border-bottom: 1px dashed #cfdae6;
    padding: 10px 0;
}

.neo-ral-meta-card .site-list li strong {
    font-size: 17px;
}

.neo-ral-meta-card .description p {
    color: #294056;
    line-height: 1.7;
}

.neo-ral-actions-wrap {
    margin-top: 16px;
}

.neo-ral-actions-card {
    border-radius: 14px;
    margin-top: 14px;
    border: 1px solid #dde8f3;
}

.neo-ral-actions-card .actions-btn {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 14px;
}

.neo-ral-actions-card .site-title {
    margin-bottom: 8px;
}

.neo-ral-actions-card a.ral-favorite,
.neo-ral-actions-card a.ral-compare {
    background: #f0f5fa;
    border: 1px solid #d4e0eb;
}

.neo-ral-catalog-card {
    border: 1px solid #dce7f1;
    background: linear-gradient(180deg, #ffffff, #f4f8fd) !important;
    clear: both;
    position: relative;
    z-index: 1;
}

.neo-ral-catalog-card h3 {
    margin: 0 0 6px;
    color: #13263b;
    font-family: "Oswald", sans-serif;
}

.neo-ral-related {
    padding: 18px;
}

.neo-ral-related .site-title {
    font-family: "Oswald", sans-serif;
    font-size: 27px;
    text-transform: uppercase;
}

.neo-ral-page .ral-color {
    border-radius: 12px;
    overflow: hidden;
}

.neo-ral-page .ral-color .ral-color-footer {
    background: #eef3f8;
}

@media (max-width: 992px) {
    .neo-ral-meta-card h1 {
        font-size: 36px;
    }
}

@media (max-width: 600px) {
    .neo-ral-filter-wrap .neo-ral-filter {
        padding: 12px;
        border-radius: 12px;
    }

    .neo-ral-gallery-card,
    .neo-ral-meta-card,
    .neo-ral-related {
        padding: 14px;
        border-radius: 14px;
    }

    .neo-ral-actions-card {
        padding: 10px !important;
    }
}

/* --- Neo Footer --- */

.neo-footer {
    margin-top: 40px;
    padding: 48px 0 18px;
    color: #d8e5f1;
    background:
        radial-gradient(900px 220px at 0% 0%, rgba(53, 102, 146, 0.35), transparent 65%),
        linear-gradient(145deg, #0e1a29 0%, #16293d 55%, #1b3652 100%);
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.neo-footer-brand {
    width: 165px !important;
    display: inline-block;
    margin-bottom: 14px;
}

.neo-footer-text {
    color: #bdd0e2;
    margin-bottom: 12px;
    line-height: 1.65;
}

.neo-footer-phone {
    color: #fff;
    text-decoration: none;
    font-weight: 700;
}

.neo-footer-title {
    font-family: "Oswald", sans-serif;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 14px;
    font-size: 15px;
}

.neo-footer-links {
    list-style: none;
    margin: 0;
    padding: 0;
}

.neo-footer-links li {
    margin-bottom: 7px;
}

.neo-footer-links a {
    color: #bfd2e5;
    text-decoration: none;
    font-size: 14px;
}

.neo-footer-links a:hover {
    color: #fff;
    text-decoration: underline;
}

.neo-footer-bottom {
    margin-top: 20px;
    padding-top: 14px;
    border-top: 1px solid rgba(255, 255, 255, 0.14);
    text-align: center;
    color: #a9bfd3;
}

@media (max-width: 992px) {
    .neo-footer {
        padding-top: 34px;
    }
}

/* --- Neo Contact Page --- */

.neo-contact-page {
    padding: 26px 0 40px;
    background:
        radial-gradient(900px 220px at 100% 0%, #e4f0fb 0%, rgba(228, 240, 251, 0) 70%),
        linear-gradient(#f8fbff, #f6f8fc);
}

.neo-contact-hero {
    margin-bottom: 18px;
    background: #fff;
    border: 1px solid #dde7f1;
    border-radius: 18px;
    padding: 22px;
    box-shadow: 0 10px 26px rgba(17, 37, 56, 0.06);
}

.neo-contact-hero h1 {
    font-family: "Oswald", sans-serif;
    font-size: 38px;
    line-height: 1.05;
    text-transform: uppercase;
}

.neo-contact-hero p {
    margin: 0;
    color: #2d4358;
    max-width: 920px;
}

.neo-contact-card {
    background: #fff;
    border: 1px solid #dde7f1;
    border-radius: 18px;
    padding: 22px;
    box-shadow: 0 10px 26px rgba(17, 37, 56, 0.06);
    margin-bottom: 18px;
}

.neo-contact-card h2 {
    font-family: "Oswald", sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    font-size: 24px;
    margin-bottom: 12px;
}

.neo-contact-card p {
    color: #2a4055;
    line-height: 1.7;
}

.neo-contact-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
    margin-top: 14px;
}

.neo-contact-grid article {
    background: #f2f7fc;
    border: 1px solid #d6e3ef;
    border-radius: 12px;
    padding: 14px;
}

.neo-contact-grid h3,
.neo-contact-faq h3 {
    margin: 0 0 6px;
    font-size: 16px;
    color: #12263b;
}

.neo-contact-grid a {
    color: #0d4f8a;
    font-weight: 700;
    text-decoration: none;
}

.neo-contact-steps {
    padding-left: 20px;
    margin-bottom: 0;
    color: #20384f;
}

.neo-contact-steps li {
    margin-bottom: 10px;
}

.neo-contact-faq > div {
    border-bottom: 1px dashed #ccd8e5;
    padding: 10px 0;
}

.neo-contact-faq > div:last-child {
    border-bottom: 0;
    padding-bottom: 0;
}

.neo-contact-form-wrap > div {
    border-radius: 16px;
    border: 1px solid #dbe6f2;
    box-shadow: 0 10px 26px rgba(17, 37, 56, 0.06);
}

@media (max-width: 992px) {
    .neo-contact-grid {
        grid-template-columns: 1fr;
    }

    .neo-contact-hero h1 {
        font-size: 30px;
    }
}

/* --- Products Catalog Page --- */

.products-catalog-page {
    padding: 24px 0 36px;
    background:
        radial-gradient(900px 220px at 100% 0%, #e8f2fb 0%, rgba(232, 242, 251, 0) 70%),
        linear-gradient(#f8fbff, #f6f8fc);
}

.products-catalog-hero {
    background: #fff;
    border: 1px solid #dce7f1;
    border-radius: 18px;
    padding: 20px 22px;
    margin-bottom: 18px;
    box-shadow: 0 10px 24px rgba(17, 37, 56, 0.06);
}

.products-catalog-hero p {
    color: #2c4358;
}

.products-empty-state {
    background: #fff;
    border: 1px solid #dce7f1;
    border-radius: 16px;
    padding: 24px;
    text-align: center;
}

.products-empty-state h2 {
    font-family: "Oswald", sans-serif;
    font-size: 28px;
    margin-bottom: 8px;
}

.product-catalog-card {
    background: #fff; 
    overflow: hidden;
    box-shadow: 0 8px 20px rgba(17, 37, 56, 0.06);
    transition: transform 0.22s ease, box-shadow 0.22s ease;
}

.product-catalog-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 14px 30px rgba(17, 37, 56, 0.12);
}

.product-catalog-image-wrap {
    display: block;
    background: #f3f7fc;
    height: 220px;
}

.product-catalog-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.product-catalog-image-fallback {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "Oswald", sans-serif;
    color: #8ca1b7;
    font-size: 34px;
    letter-spacing: 0.08em;
}

.product-catalog-body {
    padding: 14px 14px 12px;
}

.product-catalog-body h2 {
    margin: 0 0 10px;
    font-size: 22px;
    line-height: 1.2;
    font-family: "Oswald", sans-serif;
}

.product-catalog-body h2 a {
    color: #13263b;
    text-decoration: none;
}

.product-catalog-meta {
    list-style: none;
    margin: 0 0 12px;
    padding: 0;
}

.product-catalog-meta li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 12px;
    padding: 5px 0;
    border-bottom: 1px dashed #d2deea;
    font-size: 14px;
}

.product-catalog-meta li span {
    color: #607488;
}

.product-catalog-meta li strong {
    color: #13263b;
    font-weight: 700;
}

.product-catalog-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
    margin-top: 6px;
}

.product-catalog-price {
    font-family: "Oswald", sans-serif;
    font-size: 28px;
    line-height: 1;
    color: #102236;
}

.product-buy-now-form {
    margin-top: 10px;
    display: grid;
    grid-template-columns: 80px 1fr;
    gap: 8px;
}

.product-buy-now-form .form-control {
    border-color: #ccd9e6;
}

.product-buy-now-form .btn {
    white-space: nowrap;
}

.products-pagination-wrap nav {
    display: flex;
    justify-content: center;
}

@media (max-width: 768px) {
    .product-catalog-image-wrap {
        height: 200px;
    }

    .product-buy-now-form {
        grid-template-columns: 70px 1fr;
    }
}

/* --- Product Checkout Page --- */

.product-checkout-page {
    padding: 24px 0 42px;
    background:
        radial-gradient(850px 260px at 100% 0%, #e6f0fb 0%, rgba(230, 240, 251, 0) 70%),
        linear-gradient(#f8fbff, #f6f8fc);
}

.product-checkout-head {
    background: #fff;
    border: 1px solid #dce7f1;
    border-radius: 18px;
    padding: 20px 22px;
    margin-bottom: 18px;
    box-shadow: 0 10px 24px rgba(17, 37, 56, 0.06);
}

.product-checkout-head p {
    color: #2c4358;
}

.product-checkout-layout {
    display: grid;
    grid-template-columns: minmax(0, 1.15fr) minmax(320px, 0.85fr);
    gap: 18px;
    align-items: start;
}

.product-checkout-form-card,
.product-checkout-summary-card {
    background: #fff;
    border: 1px solid #dce7f1;
    border-radius: 18px;
    box-shadow: 0 10px 24px rgba(17, 37, 56, 0.06);
}

.product-checkout-form-card {
    padding: 22px;
}

.product-checkout-summary-card {
    padding: 18px;
    position: sticky;
    top: 130px;
}

.product-checkout-form-card h2,
.product-checkout-summary-card h3,
.product-checkout-delivery h4 {
    font-family: "Oswald", sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.03em;
}

.product-checkout-form-card h2 {
    margin-bottom: 14px;
}

.product-checkout-item {
    display: flex;
    gap: 12px;
    align-items: center;
    padding: 10px;
    border: 1px solid #dce7f1;
    border-radius: 12px;
    margin-bottom: 14px;
    background: #f4f8fc;
}

.product-checkout-item img {
    width: 68px;
    height: 68px;
    border-radius: 10px;
    object-fit: cover;
    border: 1px solid #d2e0ee;
    background: #fff;
}

.product-checkout-pricing > div {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    padding: 8px 0;
    border-bottom: 1px dashed #d4dfeb;
}

.product-checkout-pricing > div span {
    color: #516679;
}

.product-checkout-pricing > div strong {
    color: #12263b;
}

.product-checkout-pricing > div.total strong {
    font-size: 22px;
    font-family: "Oswald", sans-serif;
}

.product-checkout-delivery {
    margin-top: 14px;
    background: #f4f8fc;
    border: 1px solid #dce7f1;
    border-radius: 12px;
    padding: 12px;
}

.product-checkout-delivery h4 {
    font-size: 18px;
    margin-bottom: 8px;
}

.product-checkout-delivery p {
    margin: 0;
    color: #2c4358;
    line-height: 1.6;
}

@media (max-width: 992px) {
    .product-checkout-layout {
        grid-template-columns: 1fr;
    }

    .product-checkout-summary-card {
        position: static;
    }
}

/* --- Auth Pages --- */

.auth-page {
    padding: 26px 0 42px;
    background:
        radial-gradient(850px 260px at 100% 0%, #e6f0fb 0%, rgba(230, 240, 251, 0) 70%),
        linear-gradient(#f8fbff, #f6f8fc);
}

.auth-grid {
    display: grid;
    grid-template-columns: 1fr 460px;
    gap: 24px;
    align-items: start;
}

.auth-intro,
.auth-card {
    background: #fff;
    border: 1px solid #dce7f1;
    border-radius: 18px;
    box-shadow: 0 10px 24px rgba(17, 37, 56, 0.06);
}

.auth-intro {
    padding: 26px;
}

.auth-intro p {
    color: #2b4257;
}

.auth-benefits {
    margin: 14px 0 0;
    padding-left: 18px;
}

.auth-benefits li {
    margin-bottom: 8px;
    color: #1d354b;
}

.auth-card {
    padding: 22px;
}

.auth-card h2 {
    margin: 0 0 14px;
    font-family: "Oswald", sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    font-size: 27px;
    color: #12263b;
}

.auth-card .form-control {
    min-height: 44px;
    border-radius: 10px;
    border-color: #ced9e6;
}

.auth-card .form-control:focus {
    border-color: #93b4d8;
    box-shadow: 0 0 0 .2rem rgba(70, 130, 180, .16);
}

.auth-card .btn-primary {
    min-height: 44px;
    border-radius: 10px;
    font-weight: 700;
}

.auth-link {
    color: #245f9e;
    text-decoration: none;
    font-weight: 700;
}

.auth-link:hover {
    color: #1b4d81;
    text-decoration: underline;
}

.auth-switch {
    margin-top: 14px;
    font-size: 14px;
    color: #39516a;
}

@media (max-width: 992px) {
    .auth-grid {
        grid-template-columns: 1fr;
    }

    .auth-intro {
        padding: 20px;
    }
}

/* --- Google-like Redesign for .ral-color cards ---
   Fast rollback: remove `google-ral-cards` class from <main> in layouts/app.blade.php
*/

.google-ral-cards .ral-color {
    border-radius: 16px;
    overflow: hidden;
    background: #fff;
    border: 0;
    box-shadow: 0 1px 2px rgba(60, 64, 67, 0.3), 0 2px 6px 2px rgba(60, 64, 67, 0.15);
    transition: transform 0.18s ease, box-shadow 0.18s ease;
}

.google-ral-cards .ral-color:hover {
    transform: translateY(-2px);
    box-shadow: 0 2px 3px rgba(60, 64, 67, 0.3), 0 6px 12px 4px rgba(60, 64, 67, 0.15);
}

.google-ral-cards .ral-color-header {
    min-height: 152px;
    padding: 14px 12px;
    display: flex;
    align-items: flex-start;
    justify-content: center;
}

.google-ral-cards .ral-color-header h3 {
    margin: 0;
    font-family: "Oswald", sans-serif;
    letter-spacing: 0.02em;
}

.google-ral-cards .ral-color-header .ral-color-label {
    font-size: 14px;
    opacity: 0.88;
}

.google-ral-cards .ral-color-header .ral-color-number {
    font-size: 26px;
    line-height: 1.05;
}

.google-ral-cards .ral-color-header .ral-color-name {
    font-size: 13px;
    color: rgba(255, 255, 255, 0.82);
    min-height: 16px;
    margin-top: 3px;
}

.google-ral-cards .ral-color.dark .ral-color-header .ral-color-name {
    color: rgba(0, 0, 0, 0.55);
}

.google-ral-cards .ral-color-footer {
    background: #f8fafd;
    border-top: 1px solid #e6ebf2;
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 8px;
    flex-wrap: nowrap;
}

.google-ral-cards .ral-color-footer a.ral-favorite,
.google-ral-cards .ral-color-footer a.ral-compare,
.google-ral-cards .ral-color-footer a.ral-btn {
    flex: 1 1 0;
    float: none;
    margin: 0;
    width: auto;
    border-radius: 10px;
    border: 1px solid #dde4ed;
    background: #fff;
    padding: 7px 4px;
    font-weight: 600;
    min-height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: none;
    letter-spacing: 0;
}

.google-ral-cards .ral-color-footer a.ral-btn {
    color: #1a5eb3;
    border-color: #d2def0;
}

.google-ral-cards .ral-color-footer a.ral-btn span,
.google-ral-cards .ral-color-footer a.ral-favorite span,
.google-ral-cards .ral-color-footer a.ral-compare span {
    display: inline;
    font-size: 12px;
    line-height: 1;
}

.google-ral-cards .ral-color-footer a.ral-favorite:hover,
.google-ral-cards .ral-color-footer a.ral-compare:hover,
.google-ral-cards .ral-color-footer a.ral-btn:hover {
    background: #f1f5fb;
}

.google-ral-cards .ral-color-footer a.ral-favorite.saved,
.google-ral-cards .ral-color-footer a.ral-compare.saved {
    border-color: #f8c2b1;
    background: #fff5f0;
    color: #cf4c22;
}

@media (max-width: 992px) {
    .google-ral-cards .ral-color-header {
        min-height: 142px;
    }

    .google-ral-cards .ral-color-header .ral-color-number {
        font-size: 24px;
    }

    .google-ral-cards .ral-color-footer {
        gap: 4px;
        padding: 6px;
    }

    .google-ral-cards .ral-color-footer a.ral-favorite,
    .google-ral-cards .ral-color-footer a.ral-compare,
    .google-ral-cards .ral-color-footer a.ral-btn {
        padding: 6px 2px;
        min-height: 36px;
    }

    .google-ral-cards .ral-color-footer a.ral-btn span,
    .google-ral-cards .ral-color-footer a.ral-favorite span,
    .google-ral-cards .ral-color-footer a.ral-compare span {
        font-size: 11px;
    }
}

.neo-scan-btn.active {
    background: #0f1a24;
}

.ral-photo-landing {
    padding: 14px 0 38px;
    background:
        radial-gradient(80% 70% at 100% 0%, rgba(240, 145, 57, 0.14), transparent 65%),
        linear-gradient(180deg, #f7fbff 0%, #eef4fb 100%);
}

.ral-photo-hero {
    margin-bottom: 16px;
}

.ral-photo-kicker {
    margin: 0 0 8px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #41566d;
}

.ral-photo-hero h1 {
    margin: 0;
    font-size: 29px;
    line-height: 1.05;
    color: #0f1f33;
    font-family: "Oswald", sans-serif;
    text-transform: uppercase;
}

.ral-photo-subtitle {
    margin: 12px 0 0;
    color: #4a5f74;
    font-size: 15px;
}

.ral-photo-uploader-card {
    border-radius: 22px;
    background: #fff;
    border: 1px solid #dde6f0;
    box-shadow: 0 16px 36px rgba(11, 28, 45, 0.1);
    padding: 14px;
}

.ral-photo-upload-trigger {
    display: grid;
    gap: 5px;
    align-items: center;
    justify-items: center;
    border: 1px dashed #b8c9dc;
    border-radius: 16px;
    background: #f5faff;
    min-height: 126px;
    cursor: pointer;
    text-align: center;
    padding: 12px;
}

.ral-photo-upload-icon {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #11283d;
    color: #fff;
    font-size: 19px;
}

.ral-photo-upload-title {
    font-weight: 700;
    color: #11263c;
}

.ral-photo-upload-note {
    font-size: 12px;
    color: #688099;
}

.ral-photo-preview {
    margin-top: 12px;
    border-radius: 14px;
    overflow: hidden;
    border: 1px solid #dbe5ef;
}

.ral-photo-preview img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
    max-height: 320px;
}

.ral-photo-color-actions {
    margin-top: 14px;
}

.ral-photo-color-actions h2 {
    margin: 0;
    font-size: 19px;
    color: #122a40;
    font-family: "Oswald", sans-serif;
}

.ral-photo-color-actions p {
    margin: 6px 0 10px;
    color: #5a7289;
    font-size: 14px;
}

.ral-photo-palette {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
}

.ral-photo-chip {
    height: 84px;
    border-radius: 12px;
    text-decoration: none;
    display: flex;
    align-items: flex-end;
    padding: 8px;
    position: relative;
    overflow: hidden;
}

.ral-photo-chip::after {
    content: "";
    position: absolute;
    inset: auto 0 0 0;
    height: 56%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.42) 100%);
}

.ral-photo-chip span {
    position: relative;
    z-index: 1;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.03em;
}

.ral-photo-benefits {
    margin-top: 12px;
    display: grid;
    gap: 8px;
}

.ral-photo-benefit {
    background: #ffffff;
    border: 1px solid #dce6f1;
    border-radius: 14px;
    min-height: 44px;
    display: flex;
    align-items: center;
    gap: 9px;
    padding: 10px 12px;
    color: #213b54;
    font-size: 14px;
    font-weight: 600;
}

.ral-photo-benefit i {
    color: #f26522;
    font-size: 16px;
}

@media (min-width: 768px) {
    .ral-photo-landing {
        padding: 26px 0 52px;
    }

    .ral-photo-hero h1 {
        font-size: 42px;
    }

    .ral-photo-uploader-card {
        padding: 18px;
    }

    .ral-photo-palette {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }

    .ral-photo-chip {
        height: 104px;
    }

    .ral-photo-benefits {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}
 
