.motorium-hero {
    position: relative;
    overflow: hidden;
    padding: 54px 0 0;
    color: #fff;
    background:
        radial-gradient(circle at 75% 20%, rgba(46, 197, 255, .2), transparent 28%),
        linear-gradient(135deg, #061329 0%, #0a2856 55%, #073b7d 100%);
}

.motorium-hero-glow {
    position: absolute;
    top: -240px;
    right: -200px;
    width: 700px;
    height: 700px;
    border: 1px solid rgba(255, 255, 255, .08);
    border-radius: 50%;
    box-shadow:
        0 0 0 90px rgba(255, 255, 255, .025),
        0 0 0 180px rgba(255, 255, 255, .018);
}

.motorium-hero-grid {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: 1.12fr .88fr;
    gap: 48px;
    align-items: center;
}

.motorium-hero-copy {
    padding-bottom: 44px;
}

.hero-eyebrow,
.section-kicker {
    display: inline-block;
    color: #5ed6ff;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: .14em;
    text-transform: uppercase;
}

.motorium-hero h1 {
    max-width: 680px;
    margin: 16px 0 18px;
    font-size: clamp(38px, 4.6vw, 60px);
    line-height: 1.02;
    letter-spacing: -.048em;
}

.motorium-hero-copy > p {
    max-width: 650px;
    color: #c5d4e8;
    font-size: 16px;
    line-height: 1.65;
}

.motorium-search {
    display: grid;
    grid-template-columns: auto 1fr auto;
    max-width: 720px;
    margin-top: 26px;
    padding: 7px;
    border: 1px solid rgba(255, 255, 255, .15);
    border-radius: 15px;
    background: #fff;
    box-shadow: 0 24px 70px rgba(0, 0, 0, .25);
}

.search-symbol {
    position: relative;
    width: 46px;
}

.search-symbol::before {
    content: "";
    position: absolute;
    top: 15px;
    left: 14px;
    width: 12px;
    height: 12px;
    border: 2px solid #5d718d;
    border-radius: 50%;
}

.search-symbol::after {
    content: "";
    position: absolute;
    top: 28px;
    left: 28px;
    width: 8px;
    height: 2px;
    border-radius: 2px;
    background: #5d718d;
    transform: rotate(45deg);
}

.motorium-search input {
    min-width: 0;
    border: 0;
    outline: 0;
    color: #10213a;
    font-size: 16px;
}

.motorium-search button {
    padding: 15px 25px;
    border: 0;
    border-radius: 10px;
    color: #fff;
    background: #0567e8;
    font-weight: 800;
    cursor: pointer;
}

.hero-search-hint {
    display: block;
    margin-top: 12px;
    color: #91a7c2;
}

.hero-actions {
    display: flex;
    gap: 12px;
    margin-top: 22px;
}

.primary-cta,
.secondary-cta {
    padding: 13px 18px;
    border-radius: 10px;
    font-size: 14px;
    font-weight: 800;
    text-decoration: none;
}

.primary-cta {
    color: #07152c;
    background: #5ed6ff;
}

.secondary-cta {
    border: 1px solid rgba(255, 255, 255, .2);
    color: #fff;
    background: rgba(255, 255, 255, .06);
}

.motorium-hero-visual {
    position: relative;
    min-height: 410px;
}

.hero-product-stage {
    position: absolute;
    z-index: 2;
    top: 16px;
    right: 0;
    width: min(100%, 390px);
    aspect-ratio: 1;
    padding: 20px;
    border: 1px solid rgba(255, 255, 255, .13);
    border-radius: 50%;
    background: rgba(255, 255, 255, .94);
    box-shadow: 0 38px 90px rgba(0, 0, 0, .28);
}

.hero-product-stage img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    object-fit: contain;
}

.hero-product-placeholder {
    display: grid;
    width: 100%;
    height: 100%;
    place-items: center;
    border-radius: 50%;
    color: #0567e8;
    background: #edf5ff;
    font-size: 120px;
    font-weight: 900;
}

.hero-orbit {
    position: absolute;
    border: 1px solid rgba(94, 214, 255, .25);
    border-radius: 50%;
}

.hero-orbit-one {
    top: -14px;
    right: -22px;
    width: 440px;
    height: 440px;
}

.hero-orbit-two {
    top: 42px;
    right: 34px;
    width: 330px;
    height: 330px;
}

.hero-floating-card {
    position: absolute;
    z-index: 3;
    padding: 12px 16px;
    border: 1px solid rgba(255, 255, 255, .2);
    border-radius: 11px;
    color: #fff;
    background: rgba(7, 21, 44, .78);
    box-shadow: 0 16px 40px rgba(0, 0, 0, .25);
    backdrop-filter: blur(12px);
    font-size: 12px;
    font-weight: 800;
}

.hero-card-stock {
    right: 8px;
    bottom: 48px;
}

.hero-card-stock span {
    display: inline-block;
    width: 8px;
    height: 8px;
    margin-right: 8px;
    border-radius: 50%;
    background: #34d399;
    box-shadow: 0 0 0 5px rgba(52, 211, 153, .13);
}

.hero-card-code {
    bottom: 108px;
    left: 0;
    color: #07152c;
    background: #5ed6ff;
}

.hero-stats {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    border-top: 1px solid rgba(255, 255, 255, .1);
}

.hero-stats div {
    display: flex;
    align-items: baseline;
    gap: 12px;
    padding: 17px 0;
}

.hero-stats div + div {
    padding-left: 34px;
    border-left: 1px solid rgba(255, 255, 255, .1);
}

.hero-stats strong {
    color: #5ed6ff;
    font-size: 22px;
}

.hero-stats span {
    color: #a9bad0;
    font-size: 13px;
}

.home-section {
    padding: 90px 0;
}

.section-heading {
    display: flex;
    justify-content: space-between;
    align-items: end;
    gap: 30px;
    margin-bottom: 34px;
}

.section-heading h2,
.why-intro h2 {
    margin: 10px 0 12px;
    color: #10213a;
    font-size: clamp(34px, 4vw, 50px);
    line-height: 1.08;
    letter-spacing: -.045em;
}

.section-heading p,
.why-intro p {
    max-width: 650px;
    color: #63738a;
    line-height: 1.7;
}

.section-kicker {
    color: #0567e8;
}

.vehicle-selector-section {
    background: #eef4fa;
}

.vehicle-selector-premium {
    padding: 30px;
    border: 1px solid #dce7f4;
    border-radius: 18px;
    box-shadow: 0 24px 60px rgba(23, 52, 87, .1);
}

.vehicle-selector-premium .vehicle-selector-submit {
    min-height: 52px;
    border-radius: 10px;
    background: #0567e8;
}

.why-motorium {
    color: #fff;
    background: #07152c;
}

.why-grid {
    display: grid;
    grid-template-columns: .8fr 1.2fr;
    gap: 70px;
}

.why-intro h2 {
    color: #fff;
}

.why-intro p {
    color: #9caec5;
}

.why-cards {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 14px;
}

.why-cards article {
    min-height: 255px;
    padding: 26px;
    border: 1px solid rgba(255, 255, 255, .1);
    border-radius: 15px;
    background: rgba(255, 255, 255, .045);
}

.standard-icon {
    display: grid;
    width: 34px;
    height: 34px;
    place-items: center;
    border: 1px solid rgba(94, 214, 255, .28);
    border-radius: 10px;
    color: #5ed6ff;
    background: rgba(94, 214, 255, .08);
    font-size: 18px;
    font-weight: 900;
}

.why-cards h3 {
    margin: 42px 0 12px;
    font-size: 20px;
}

.why-cards p {
    color: #93a6be;
    font-size: 14px;
    line-height: 1.6;
}

.home-category-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 14px;
}

.home-category-card {
    display: grid;
    grid-template-columns: auto 1fr auto;
    gap: 16px;
    align-items: center;
    min-height: 130px;
    padding: 24px;
    border: 1px solid #dfe8f2;
    border-radius: 15px;
    color: #10213a;
    background: #fff;
    box-shadow: 0 12px 35px rgba(20, 45, 75, .06);
    text-decoration: none;
    transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease;
}

.home-category-card:hover {
    border-color: #8bc6ff;
    box-shadow: 0 20px 48px rgba(5, 103, 232, .12);
    transform: translateY(-3px);
}

.category-icon {
    display: grid;
    width: 42px;
    height: 42px;
    place-items: center;
    border-radius: 12px;
    color: #0567e8;
    background: #edf5ff;
    font-size: 18px;
    font-weight: 900;
}

.home-category-card h3 {
    margin: 0 0 7px;
    font-size: 20px;
}

.home-category-card p {
    color: #718198;
}

.category-arrow {
    color: #0567e8;
    font-size: 20px;
}

.featured-products-section {
    background: #eef4fa;
}

.section-link {
    color: #0567e8;
    font-weight: 800;
    text-decoration: none;
}

.featured-product-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
}

.featured-product-card {
    overflow: hidden;
    border: 1px solid #dce7f2;
    border-radius: 14px;
    background: #fff;
    box-shadow: 0 14px 38px rgba(20, 45, 75, .07);
}

.featured-image {
    display: grid;
    aspect-ratio: 1.55;
    place-items: center;
    overflow: hidden;
    color: #0567e8;
    background:
        radial-gradient(circle at 50% 40%, #fff, #edf3f9);
    text-decoration: none;
    font-size: 28px;
    font-weight: 900;
}

.featured-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.featured-product-content {
    padding: 16px;
}

.featured-product-content h3 {
    min-height: 40px;
    margin: 7px 0 8px;
    font-size: 15px;
    line-height: 1.35;
}

.featured-product-content > p {
    color: #718198;
    font-size: 13px;
}

.featured-product-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 14px;
    margin-top: 14px;
    padding-top: 13px;
    border-top: 1px solid #e6edf5;
}

.featured-product-bottom strong {
    color: #0567e8;
    font-size: 18px;
}

.featured-product-bottom a {
    color: #10213a;
    font-size: 13px;
    font-weight: 800;
    text-decoration: none;
}

.brand-section {
    padding: 56px 0;
    background: #fff;
}

.brand-title {
    margin-bottom: 24px;
    color: #718198;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: .12em;
    text-align: center;
    text-transform: uppercase;
}

.brand-cloud {
    display: flex;
    justify-content: center;
    gap: 12px;
    flex-wrap: wrap;
}

.brand-cloud a {
    min-width: 130px;
    padding: 18px 22px;
    border: 1px solid #e2e9f2;
    border-radius: 12px;
    color: #263b57;
    background: #f8fafc;
    font-weight: 900;
    text-align: center;
    text-decoration: none;
}

.b2b-section {
    padding-top: 30px;
}

.b2b-card {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 40px;
    overflow: hidden;
    padding: 56px;
    border-radius: 22px;
    color: #fff;
    background: linear-gradient(135deg, #075bc8, #0a2d62);
    box-shadow: 0 28px 70px rgba(5, 79, 169, .22);
}

.b2b-card::after {
    content: "";
    position: absolute;
    right: -120px;
    width: 360px;
    height: 360px;
    border: 70px solid rgba(255, 255, 255, .06);
    border-radius: 50%;
}

.b2b-card > div,
.b2b-card > a {
    position: relative;
    z-index: 1;
}

.b2b-card span {
    color: #5ed6ff;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: .13em;
    text-transform: uppercase;
}

.b2b-card h2 {
    max-width: 650px;
    margin: 12px 0;
    font-size: clamp(30px, 4vw, 46px);
    letter-spacing: -.04em;
}

.b2b-card p {
    max-width: 720px;
    color: #c6d8ee;
    line-height: 1.7;
}

.b2b-card > a {
    flex: 0 0 auto;
    padding: 15px 20px;
    border-radius: 11px;
    color: #07152c;
    background: #5ed6ff;
    font-weight: 900;
    text-decoration: none;
}

@media (max-width: 1000px) {
    .motorium-hero-grid,
    .why-grid {
        grid-template-columns: 1fr;
    }

    .motorium-hero-visual {
        min-height: 390px;
    }

    .hero-product-stage {
        left: 50%;
        transform: translateX(-50%);
    }

    .hero-card-code {
        left: 10%;
    }

    .why-cards {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 760px) {
    .motorium-hero {
        padding-top: 44px;
    }

    .motorium-hero h1 {
        font-size: 38px;
    }

    .motorium-search {
        grid-template-columns: auto 1fr;
    }

    .motorium-search button {
        grid-column: 1 / -1;
        margin-top: 4px;
    }

    .motorium-hero-visual {
        min-height: 320px;
    }

    .hero-product-stage {
        width: 300px;
        max-width: 90%;
    }

    .hero-orbit-one,
    .hero-orbit-two {
        display: none;
    }

    .hero-stats {
        grid-template-columns: 1fr;
    }

    .hero-stats div + div {
        padding-left: 0;
        border-top: 1px solid rgba(255, 255, 255, .1);
        border-left: 0;
    }

    .home-section {
        padding: 66px 0;
    }

    .section-heading {
        align-items: flex-start;
        flex-direction: column;
    }

    .why-cards,
    .featured-product-grid,
    .home-category-grid {
        grid-template-columns: 1fr;
    }

    .why-cards article {
        min-height: auto;
    }

    .why-cards h3 {
        margin-top: 34px;
    }

    .b2b-card {
        align-items: flex-start;
        flex-direction: column;
        padding: 36px 26px;
    }
}

/* Motorium Front v3 — compact premium homepage */
.motorium-hero {
    padding-top: 42px;
}

.motorium-hero-grid {
    grid-template-columns: 1.08fr .92fr;
    gap: 32px;
}

.motorium-hero-copy {
    padding-bottom: 34px;
}

.motorium-hero h1 {
    max-width: 620px;
    margin: 13px 0 15px;
    font-size: clamp(36px, 4vw, 52px);
    line-height: 1.04;
}

.motorium-hero-copy > p {
    max-width: 610px;
    font-size: 15px;
}

.motorium-search {
    margin-top: 22px;
    border-radius: 13px;
}

.motorium-hero-visual {
    min-height: 350px;
}

.hero-product-stage {
    top: 4px;
    width: min(100%, 330px);
    padding: 16px;
}

.hero-orbit-one {
    top: -20px;
    right: -24px;
    width: 380px;
    height: 380px;
}

.hero-orbit-two {
    top: 28px;
    right: 24px;
    width: 285px;
    height: 285px;
}

.hero-card-stock {
    bottom: 36px;
}

.hero-card-code {
    bottom: 88px;
}

.hero-stats div {
    padding: 14px 0;
}

.home-section {
    padding: 72px 0;
}

.section-heading {
    margin-bottom: 28px;
}

.section-heading h2,
.why-intro h2 {
    font-size: clamp(29px, 3.2vw, 40px);
}

.vehicle-selector-premium {
    padding: 24px;
    border-radius: 16px;
    box-shadow: 0 18px 45px rgba(23, 52, 87, .08);
}

.why-grid {
    gap: 48px;
}

.why-cards article {
    min-height: 210px;
    padding: 23px;
}

    .why-cards h3 {
        margin-top: 34px;
    }

.home-category-card {
    min-height: 112px;
    padding: 20px;
}

.featured-product-card {
    transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}

.featured-product-card:hover {
    border-color: #a8cef8;
    box-shadow: 0 20px 50px rgba(5, 103, 232, .12);
    transform: translateY(-4px);
}

.featured-image {
    aspect-ratio: 1.58;
    padding: 10px;
}

.featured-image img {
    transition: transform .28s ease;
}

.featured-product-card:hover .featured-image img {
    transform: scale(1.04);
}

.featured-product-content {
    padding: 19px;
}

.featured-product-content h3 {
    min-height: 44px;
    font-size: 17px;
}

.brand-cloud a {
    padding: 15px 20px;
    transition: color .2s ease, border-color .2s ease, background .2s ease;
}

.brand-cloud a:hover {
    border-color: #8bc6ff;
    color: #0567e8;
    background: #edf5ff;
}

.b2b-card {
    padding: 46px;
}

.b2b-card h2 {
    font-size: clamp(28px, 3.2vw, 40px);
}

.motorium-search input:focus-visible,
.motorium-search button:focus-visible,
.primary-cta:focus-visible,
.secondary-cta:focus-visible,
.home-category-card:focus-visible,
.featured-product-card a:focus-visible,
.brand-cloud a:focus-visible,
.b2b-card > a:focus-visible {
    outline: 3px solid rgba(94, 214, 255, .5);
    outline-offset: 3px;
}

@media (max-width: 1000px) {
    .motorium-hero-grid {
        grid-template-columns: 1fr .72fr;
    }

    .motorium-hero-visual {
        min-height: 315px;
    }

    .hero-product-stage {
        width: 285px;
    }

    .why-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 820px) {
    .motorium-hero-grid {
        grid-template-columns: 1fr;
    }

    .motorium-hero-visual {
        display: none;
    }

    .motorium-hero-copy {
        padding-bottom: 30px;
    }
}

@media (max-width: 760px) {
    .motorium-hero {
        padding-top: 34px;
    }

    .motorium-hero h1 {
        font-size: 34px;
    }

    .home-section {
        padding: 56px 0;
    }

    .vehicle-selector-premium {
        padding: 18px;
    }

    .b2b-card {
        padding: 32px 24px;
    }
}

/* Motorium featured products v1 — eight compact cards */
.featured-product-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
}

.featured-product-card {
    border-radius: 14px;
}

.featured-image {
    aspect-ratio: 1.55;
    padding: 8px;
}

.featured-product-content {
    padding: 16px;
}

.featured-product-content h3 {
    min-height: 40px;
    margin: 7px 0 8px;
    font-size: 15px;
}

.featured-product-bottom {
    margin-top: 14px;
    padding-top: 13px;
}

.featured-product-bottom strong {
    font-size: 18px;
}

@media (max-width: 900px) and (min-width: 761px) {
    .featured-product-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 760px) {
    .featured-product-grid {
        grid-template-columns: 1fr;
    }
}

/* Motorium home quick cart v1 */
.featured-cart-notice {
    margin-bottom: 15px;
    padding: 11px 14px;
    border-radius: 10px;
    font-size: 13px;
    font-weight: 800;
}

.featured-cart-notice-success {
    border: 1px solid #9be1b6;
    color: #176b3a;
    background: #e9faef;
}

.featured-cart-notice-error {
    border: 1px solid #f0b5b5;
    color: #a52b2b;
    background: #fff0f0;
}

.featured-product-content h3 a {
    color: inherit;
    text-decoration: none;
}

.featured-product-content h3 a:hover {
    color: #0567e8;
}

.featured-product-status {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 6px 10px;
    margin-top: 10px;
    font-size: 11px;
    font-weight: 800;
}

.featured-product-status .in-stock {
    color: #237443;
}

.featured-product-status .out-of-stock {
    color: #b02f3d;
}

.featured-product-status > a {
    color: #526780;
    text-decoration: none;
}

.featured-product-status > a:hover {
    color: #0567e8;
}

.featured-product-bottom {
    gap: 8px;
}

.featured-cart-form {
    margin: 0;
}

.featured-cart-form button,
.featured-cart-disabled {
    min-height: 34px;
    padding: 8px 10px;
    border: 0;
    border-radius: 8px;
    font-size: 11px;
    font-weight: 900;
    line-height: 1.1;
    white-space: nowrap;
}

.featured-cart-form button {
    color: #fff;
    background: #0567e8;
    cursor: pointer;
}

.featured-cart-form button:hover {
    background: #004fad;
}

.featured-cart-disabled {
    color: #8190a4;
    background: #e8eef5;
}

@media (max-width: 420px) {
    .featured-product-bottom {
        align-items: stretch;
        flex-direction: column;
    }

    .featured-cart-form button,
    .featured-cart-disabled {
        width: 100%;
    }
}

/* Motorium branded image placeholder v1 */
.featured-image-placeholder {
    display: grid;
    place-items: center;
    gap: 9px;
    width: 100%;
    color: #60738b;
}

.featured-image .featured-image-placeholder img {
    width: 88px;
    height: 88px;
    border: 1px solid #d6e3f0;
    border-radius: 20px;
    object-fit: cover;
    box-shadow: 0 12px 26px rgba(7, 21, 44, .13);
}

.featured-image-placeholder small {
    font-size: 11px;
    font-weight: 850;
    letter-spacing: .04em;
}
