/* ===== RESET & BASE ===== */
:root {
    --color-primary: #0a33a1;
    --color-primary-dark: #0a2351;
    --color-primary-hover: #143f7a;
    --color-primary-deep: #071a3d;
    --color-primary-soft: #f0f6ff;
    --color-primary-tint: #e8f1fd;
    --color-primary-border: #c5d9f0;
    --color-white: #fff;
    --color-bg: #f5f5f5;
    --color-surface: #fff;
    --color-border: #eee;
    --color-border-strong: #ddd;
    --color-border-soft: #f0f0f0;
    --color-text: #333;
    --color-text-soft: #444;
    --color-muted: #666;
    --color-muted-medium: #555;
    --color-muted-light: #888;
    --color-muted-lighter: #999;
    --color-footer-bg: #0a1f3e;
    --color-footer-text: #ccc;
    --color-footer-muted: #9ab;
    --color-cta: #ff4b16;
    --color-cta-hover: #f04412;
    --color-orange: #e8491d;
    --color-orange-soft: #f26522;
    --color-danger: #e74c3c;
    --color-success: #27ae60;
    --color-warning: #f39c12;
    --color-accent: #ffd736;
    --color-accent-hero: #ffd700;
    --color-machine-icon: #b0c4de;
    --color-link-soft: #4a6fa5;
    --color-neutral: #e0e0e0;
    --color-dealer-blue-start: #1a2a4a;
    --color-dealer-blue-end: #2a4a7a;
    --color-article-icon: #7aabe8;
    --color-sidebar-start: #113b75;
    --color-sidebar-mid: #0b2a5c;
    --color-sidebar-end: #071d43;
    --color-sidebar-icon: #08245a;
    --primary-12: rgba(10, 51, 161, .12);
    --primary-14: rgba(10, 51, 161, .14);
    --accent-14: rgba(255, 215, 54, .14);
    --accent-22: rgba(255, 215, 54, .22);
    --shadow-xs: 0 1px 3px rgba(0, 0, 0, .08);
    --shadow-panel: 0 2px 12px rgba(0, 0, 0, .08);
    --shadow-sm: 0 2px 8px rgba(0, 0, 0, .15);
    --shadow-md: 0 4px 16px rgba(0, 0, 0, .1);
    --shadow-card: 0 4px 12px rgba(0, 0, 0, .1);
    --shadow-lg: 0 8px 24px rgba(0, 0, 0, .15);
    --shadow-carousel: 0 4px 14px rgba(0, 0, 0, .18);
    --shadow-primary-sm: 0 2px 8px rgba(10, 51, 161, .12);
    --shadow-primary-md: 0 2px 10px rgba(10, 51, 161, .12);
    --shadow-sidebar: 18px 0 40px rgba(3, 12, 30, .26);
    --shadow-cta-sm: 0 3px 8px rgba(255, 75, 22, .22);
    --shadow-cta-md: 0 5px 14px rgba(255, 75, 22, .35);
    --text-shadow-strong: 0 2px 8px rgba(0, 0, 0, .3);
    --text-shadow-soft: 0 1px 4px rgba(0, 0, 0, .3);
    --black-10: rgba(0, 0, 0, .1);
    --black-20: rgba(0, 0, 0, .2);
    --black-70: rgba(0, 0, 0, .7);
    --white-07: rgba(255, 255, 255, .07);
    --white-08: rgba(255, 255, 255, .08);
    --white-09: rgba(255, 255, 255, .09);
    --white-10: rgba(255, 255, 255, .1);
    --white-11: rgba(255, 255, 255, .11);
    --white-12: rgba(255, 255, 255, .12);
    --white-14: rgba(255, 255, 255, .14);
    --white-15: rgba(255, 255, 255, .15);
    --white-18: rgba(255, 255, 255, .18);
    --white-20: rgba(255, 255, 255, .2);
    --white-26: rgba(255, 255, 255, .26);
    --white-35: rgba(255, 255, 255, .35);
    --white-40: rgba(255, 255, 255, .4);
    --white-50: rgba(255, 255, 255, .5);
    --white-68: rgba(255, 255, 255, .68);
    --white-84: rgba(255, 255, 255, .84);
    --white-88: rgba(255, 255, 255, .88);
    --overlay-dark: rgba(4, 11, 26, .62);
    --overlay-hero-start: rgba(10, 25, 50, .82);
    --overlay-hero-mid: rgba(15, 35, 70, .7);
    --overlay-hero-end: rgba(20, 45, 80, .5);
}

*,
*::before,
*::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0
}

body {
    font-family: 'Be Vietnam Pro', sans-serif;
    color: var(--color-text);
    background: var(--color-bg);
    line-height: 1.5
}

a {
    text-decoration: none;
    color: inherit
}

ul {
    list-style: none
}

img {
    max-width: 100%;
    display: block
}

button {
    cursor: pointer;
    border: none;
    font-family: inherit
}

select {
    font-family: inherit
}

.container {
    max-width: 1300px;
    margin: 0 auto;
    padding: 0 15px
}

/* ===== TOP BAR ===== */
.topbar {
    background: var(--color-white);
    color: #14213d;
    font-size: 13px;
    font-weight: 600;
    padding: 7px 0;
    border-bottom: 1px solid #eef1f6
}

.topbar-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px
}

.topbar-left,
.topbar-right {
    display: flex;
    align-items: center;
    gap: 34px
}

.topbar-left span {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    white-space: nowrap
}

.topbar-left i,
.topbar-right i {
    color: var(--color-primary-dark);
    font-size: 15px
}

.topbar-right a {
    color: #14213d;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    white-space: nowrap;
    transition: color .2s
}

.topbar-right a:hover {
    color: var(--color-primary)
}

/* ===== HEADER ===== */
.header {
    background: var(--color-white);
    padding: 10px 0;
    border-bottom: 1px solid #eef1f6
}

.header-inner {
    display: flex;
    align-items: center;
    gap: 34px
}

.logo {
    display: flex;
    align-items: center;
    gap: 12px;
    min-width: 370px;
    text-decoration: none
}


.logo-symbol-img {
    width: 96px;
    max-width: none;
    height: auto;
    transform: translate(-6px, -6px)
}

.logo-copy {
    display: flex;
    flex-direction: column;
    justify-content: center;
    line-height: 1.15;
    color: var(--color-primary-dark);
    min-width: 0
}

.logo-copy strong {
    font-size: 24px;
    font-weight: 800;
    letter-spacing: 0
}

.logo-copy small {
    margin-top: 5px;
    color: var(--color-primary-dark);
    font-size: 12px;
    font-weight: 700;
    white-space: nowrap
}

.search-bar {
    flex: 1;
    display: flex;
    max-width: 520px;
    height: 44px;
    border: 1px solid #cfd5e3;
    border-radius: 4px;
    overflow: hidden;
    background: var(--color-white)
}

.search-bar input {
    flex: 1;
    min-width: 0;
    padding: 0 18px;
    border: none;
    outline: none;
    font-size: 14px;
    color: #1f2937
}

.search-bar input::placeholder {
    color: #6f7787
}

.search-btn {
    background: var(--color-primary-dark);
    color: var(--color-white);
    width: 128px;
    padding: 0 18px;
    font-size: 14px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    transition: background .2s
}

.search-btn:hover {
    background: var(--color-primary)
}

.header-actions {
    display: flex;
    align-items: center;
    min-width: 210px;
    justify-content: flex-end
}

.btn-sell {
    background: var(--color-cta);
    color: var(--color-white);
    min-height: 48px;
    padding: 7px 14px;
    border-radius: 6px;
    display: flex;
    align-items: center;
    gap: 12px;
    white-space: nowrap;
    box-shadow: var(--shadow-cta-sm);
    transition: transform .2s, box-shadow .2s
}

.btn-sell-icon {
    width: 30px;
    height: 30px;
    border-radius: 4px;
    border: 1px solid var(--white-50);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 30px
}

.btn-sell-icon i {
    font-size: 18px;
    color: var(--color-white)
}

.btn-sell-text {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    line-height: 1.15
}

.btn-sell-text strong {
    font-size: 14px;
    font-weight: 800
}

.btn-sell-text small {
    margin-top: 2px;
    font-size: 12px;
    font-weight: 600;
    color: var(--white-88)
}

.btn-sell:hover {
    transform: translateY(-1px);
    background: var(--color-cta-hover);
    box-shadow: var(--shadow-cta-md)
}

/* ===== NAVIGATION ===== */
.main-nav {
    background: var(--color-white);
    border-bottom: 1px solid #e5e8ef;
    box-shadow: 0 2px 5px rgba(17, 24, 39, .06)
}

.nav-inner {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 56px
}

.hamburger {
    display: none
}

.sidebar-header,
.sidebar-divider,
.sidebar-contact {
    display: none
}

.nav-menu {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    width: 100%
}

.nav-menu li a {
    display: flex;
    align-items: center;
    gap: 7px;
    min-height: 56px;
    padding: 0 8px;
    color: #17213b;
    font-size: 14px;
    font-weight: 600;
    white-space: nowrap;
    transition: color .2s
}

.nav-menu li a i {
    color: var(--color-primary-dark);
    font-size: 18px
}

.nav-menu li a:hover,
.nav-menu li a.active {
    color: var(--color-primary)
}

.nav-menu li a:hover i,
.nav-menu li a.active i {
    color: var(--color-primary)
}

.nav-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 28px;
    height: 16px;
    padding: 0 5px;
    border-radius: 4px;
    background: var(--color-danger);
    color: var(--color-white);
    font-size: 9px;
    font-weight: 800;
    line-height: 1;
    transform: translateY(-8px)
}

/* ===== HERO ===== */
.hero {
    padding: 16px 0
}

.hero-inner {
    display: flex;
    gap: 16px
}

.hero-slider {
    position: relative;
    flex: 0 0 65%;
    border-radius: 12px;
    color: var(--color-white);
    overflow: hidden;
    min-height: 340px
}

.slides-wrapper {
    position: absolute;
    inset: 0
}

.slide {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    opacity: 0;
    transition: opacity 1s ease
}

.slide.active {
    opacity: 1
}

.slide-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to right, var(--overlay-hero-start) 0%, var(--overlay-hero-mid) 40%, var(--overlay-hero-end) 100%);
    z-index: 1
}

.slide-content {
    position: relative;
    z-index: 2;
    padding: 30px 60px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 340px
}

.hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 6px 16px;
    border-radius: 20px;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: .5px;
    margin-bottom: 12px;
    color: var(--color-white);
    background: var(--white-10);
    border: 1px solid var(--white-15);
    width: fit-content
}

.badge-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: var(--color-orange);
    display: inline-block;
    flex-shrink: 0
}

.hero-content h1 {
    font-size: 28px;
    font-weight: 800;
    line-height: 1.15;
    margin-bottom: 6px;
    text-shadow: var(--text-shadow-strong)
}

.hero-content .highlight {
    color: var(--color-accent-hero);
    font-size: 42px;
    display: block;
    line-height: 1.1;
    margin-top: 2px
}

.hero-desc {
    font-size: 16px;
    opacity: .9;
    margin-bottom: 20px;
    text-shadow: var(--text-shadow-soft)
}

.hero-features {
    display: flex;
    gap: 12px;
}

.hero-feat {
    display: flex;
    align-items: center;
    gap: 10px;
    background: var(--white-08);
    padding: 10px 16px;
    border-radius: 8px;
    font-size: 12px;
    backdrop-filter: blur(6px);
    border: 1px solid var(--white-12);
    transition: background .2s
}

.hero-feat:hover {
    background: var(--white-18)
}

.feat-icon {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    border: 1.5px solid var(--white-50);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0
}

.feat-icon i {
    font-size: 13px;
    color: var(--color-white)
}

.hero-feat small {
    opacity: .65;
    display: block;
    margin-top: 2px
}

.slider-dots {
    position: absolute;
    bottom: 16px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 6px;
    z-index: 3
}

.dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--white-40);
    transition: all .2s;
    cursor: pointer
}

.dot.active {
    background: var(--color-white);
    width: 20px;
    border-radius: 4px
}

.slider-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: var(--white-20);
    color: var(--color-white);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    transition: background .2s;
    z-index: 3
}

.slider-arrow:hover {
    background: var(--white-35)
}

.slider-arrow.left {
    left: 12px
}

.slider-arrow.right {
    right: 12px
}

/* Hero Dealer Finder */
.hero-dealer {
    flex: 1;
    background: var(--color-white);
    border-radius: 12px;
    padding: 24px;
    box-shadow: var(--shadow-panel);
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center
}

.hero-dealer h3 {
    font-size: 18px;
    font-weight: 700;
    color: var(--color-primary);
    margin-bottom: 8px
}

.hero-dealer>p {
    font-size: 13px;
    color: var(--color-muted);
    margin-bottom: 16px
}

.btn-locate {
    background: var(--color-primary);
    color: var(--color-white);
    padding: 12px 28px;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 8px;
    transition: all .2s;
    width: 100%;
    justify-content: center
}

.btn-locate:hover {
    background: var(--color-primary-hover);
    transform: translateY(-1px)
}

.dealer-divider {
    font-size: 12px;
    color: var(--color-muted-lighter);
    margin: 14px 0;
    position: relative;
    width: 100%
}

.dealer-divider::before,
.dealer-divider::after {
    content: '';
    position: absolute;
    top: 50%;
    width: 30%;
    height: 1px;
    background: var(--color-neutral)
}

.dealer-divider::before {
    left: 0
}

.dealer-divider::after {
    right: 0
}

.dealer-select {
    width: 100%;
    padding: 10px 14px;
    border: 1px solid var(--color-border-strong);
    border-radius: 8px;
    font-size: 14px;
    color: var(--color-muted);
    outline: none;
    appearance: none;
    background: var(--color-white) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%23666' stroke-width='2'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E") no-repeat right 14px center;
    transition: border-color .2s
}

.dealer-select:focus {
    border-color: var(--color-primary)
}

.dealer-stats {
    display: flex;
    gap: 16px;
    margin-top: auto;
    padding-top: 20px;
    width: 100%
}

.stat {
    flex: 1;
    text-align: center
}

.stat-num {
    display: block;
    font-size: 20px;
    font-weight: 800;
    color: var(--color-primary)
}

.stat-label {
    font-size: 13px;
    color: var(--color-muted)
}

/* ===== QUICK SERVICES ===== */
.quick-services {
    padding: 0 0 20px
}

.quick-services-inner {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 14px
}

.quick-service-card {
    position: relative;
    min-height: 100px;
    display: grid;
    grid-template-columns: 44px minmax(0, 1fr);
    align-items: center;
    gap: 12px;
    padding: 15px 14px;
    border: 1px solid #eef1f6;
    border-radius: 6px;
    background: var(--color-white);
    box-shadow: 0 2px 10px rgba(15, 23, 42, .05);
    transition: transform .2s, box-shadow .2s, border-color .2s
}

.quick-service-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(15, 23, 42, .08)
}

.quick-service-icon {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: var(--color-white);
    flex: 0 0 44px
}

.quick-service-icon i {
    font-size: 24px
}

.quick-service-copy {
    min-width: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    line-height: 1.25
}

.quick-service-copy strong {
    color: #17213b;
    font-size: 12px;
    font-weight: 800;
    line-height: 1.25
}

.quick-service-copy small {
    margin-top: 5px;
    color: #596174;
    font-size: 9.5px;
    font-weight: 600;
    line-height: 1.35
}

.quick-service-copy em {
    margin-top: 10px;
    color: #17213b;
    display: inline-flex;
    align-items: center;
    gap: 4px;
    font-size: 10px;
    font-style: normal;
    font-weight: 800
}

.quick-service-copy em i {
    font-size: 10px
}

.service-repair {
    background: #fbfbff
}

.service-repair .quick-service-icon {
    background: #0a2c9a
}

.service-liquidation {
    background: #fbfffc
}

.service-liquidation .quick-service-icon {
    background: #168a45
}

.service-parts {
    background: #fdfbff
}

.service-parts .quick-service-icon {
    background: #4a18a8
}

.service-maintenance {
    background: #fffafa
}

.service-maintenance .quick-service-icon {
    background: #f0f2f5;
    color: var(--color-danger);
    border: 2px solid rgba(231, 76, 60, .2)
}

.quick-service-card.is-featured {
    border: 2px solid var(--color-danger);
    box-shadow: 0 4px 16px rgba(231, 76, 60, .12)
}

.quick-service-badge {
    position: absolute;
    top: 8px;
    right: 8px;
    min-width: 28px;
    height: 16px;
    padding: 0 5px;
    border-radius: 4px;
    background: var(--color-danger);
    color: var(--color-white);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 9px;
    font-weight: 800
}

.service-maintenance .quick-service-copy strong,
.service-maintenance .quick-service-copy em {
    color: #b42318
}

.service-recruit {
    background: #fffdf8
}

.service-recruit .quick-service-icon {
    background: #c47a08
}

/* ===== SECTIONS ===== */
.section {
    padding: 28px 0
}

.section-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 18px;
    flex-wrap: wrap;
    gap: 10px
}

.section-head h2 {
    font-size: 18px;
    font-weight: 700;
    color: var(--color-primary);
    position: relative;
    padding-left: 14px
}

.section-head h2::before {
    content: '';
    position: absolute;
    left: 0;
    top: 2px;
    bottom: 2px;
    width: 4px;
    background: var(--color-primary);
    border-radius: 2px
}

.section-head a {
    color: var(--color-primary);
    font-size: 13px;
    font-weight: 500
}

.section-head a:hover {
    text-decoration: underline
}

/* ===== BRANDS ===== */
.brands {
    background: var(--color-white);
    padding-top: 24px;
    padding-bottom: 24px
}

.brand-list {
    display: grid;
    grid-template-columns: repeat(9, 1fr);
    gap: 12px
}

.brand-item {
    text-align: center;
    padding: 16px 8px;
    border: 1px solid var(--color-border);
    border-radius: 10px;
    transition: all .2s;
    cursor: pointer
}

.brand-item:hover {
    border-color: var(--color-primary);
    box-shadow: var(--shadow-primary-sm);
    transform: translateY(-2px)
}

.brand-logo {
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 8px;
    font-size: 16px;
    color: var(--color-text)
}

.brand-logo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    border-radius: 6px
}

.brand-item span {
    font-size: 13px;
    color: var(--color-muted-light)
}

.brand-more {
    background: var(--color-primary-soft);
    border-color: var(--color-primary-border)
}

.brand-more .brand-logo {
    color: var(--color-primary);
    font-size: 28px
}

.brand-more strong {
    display: block;
    font-size: 12px;
    color: var(--color-primary);
    font-weight: 600
}

.brand-more small {
    font-size: 10px;
    color: var(--color-muted-light)
}

/* ===== SUPPLIERS ===== */
.suppliers-section,
.supplier-regions-section {
    background: var(--color-white)
}

.supplier-fields-section {
    background: var(--color-bg)
}

.supplier-section-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 18px
}

.supplier-section-head h2 {
    font-size: 18px;
    font-weight: 700;
    color: var(--color-primary);
    position: relative;
    padding-left: 14px
}

.supplier-section-head h2::before {
    content: '';
    position: absolute;
    left: 0;
    top: 2px;
    bottom: 2px;
    width: 4px;
    background: var(--color-primary);
    border-radius: 2px
}

.supplier-section-head a {
    color: var(--color-primary);
    font-size: 14px;
    font-weight: 800
}

.supplier-carousel {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 18px
}

.supplier-card {
    background: var(--color-white);
    border: 1px solid #edf0f5;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 10px rgba(15, 23, 42, .04);
    transition: transform .2s, box-shadow .2s
}

.supplier-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(15, 23, 42, .08)
}

.supplier-card>img {
    width: 100%;
    aspect-ratio: 16/9;
    object-fit: cover
}

.supplier-card-body {
    padding: 13px 14px 14px
}

.supplier-card h3 {
    min-height: 42px;
    color: #17213b;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.35;
    margin-bottom: 10px
}

.supplier-card p {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #596174;
    font-size: 13px;
    font-weight: 600;
    margin-top: 8px
}

.supplier-card p i {
    color: #6273a4;
    font-size: 16px
}

.supplier-card p .ph-star,
.supplier-card p i.ph-star {
    color: var(--color-warning)
}

.supplier-card p strong {
    color: #17213b
}

.supplier-card-body>a {
    min-height: 38px;
    margin-top: 13px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #d9dee8;
    border-radius: 5px;
    color: var(--color-primary);
    font-size: 14px;
    font-weight: 600;
    transition: border-color .2s, color .2s
}

.supplier-card-body>a:hover {
    border-color: var(--color-primary);
    color: var(--color-primary)
}

.top-rated-suppliers {
    background: var(--color-white)
}

.top-rated-head {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto auto;
    align-items: center;
    gap: 18px;
    margin-bottom: 18px
}

.top-rated-head h2 {
    font-size: 18px;
    font-weight: 700;
    color: var(--color-primary);
    position: relative;
    padding-left: 14px
}

.top-rated-head h2::before {
    content: '';
    position: absolute;
    left: 0;
    top: 2px;
    bottom: 2px;
    width: 4px;
    background: var(--color-primary);
    border-radius: 2px
}

.top-rated-head>a {
    color: var(--color-primary);
    font-size: 14px;
    font-weight: 800;
    white-space: nowrap
}

.top-rated-tabs {
    display: flex;
    align-items: center;
    gap: 10px
}

.top-rated-tabs button {
    min-height: 38px;
    padding: 0 18px;
    border-radius: 4px;
    border: 1px solid #d9dee8;
    background: var(--color-white);
    color: #17213b;
    font-size: 13px;
    font-weight: 800;
    box-shadow: 0 2px 6px rgba(15, 23, 42, .05)
}

.top-rated-tabs button.active {
    background: var(--color-primary);
    border-color: var(--color-primary);
    color: var(--color-white)
}

.top-rated-slider {
    position: relative
}

.top-rated-track {
    display: flex;
    gap: 16px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    scrollbar-width: none;
    padding: 2px 2px 8px
}

.top-rated-track::-webkit-scrollbar {
    display: none
}

.top-rated-card {
    position: relative;
    flex: 0 0 calc((100% - 48px) / 4);
    min-height: 188px;
    scroll-snap-align: start;
    display: grid;
    grid-template-columns: 118px minmax(0, 1fr);
    gap: 16px;
    align-items: center;
    background: var(--color-white);
    border: 1px solid #edf0f5;
    border-radius: 6px;
    padding: 22px 18px 18px 20px;
    box-shadow: 0 2px 10px rgba(15, 23, 42, .04)
}

.rank-badge {
    position: absolute;
    top: 14px;
    left: 14px;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: #f4f6fa;
    color: var(--color-primary-dark);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 17px;
    font-weight: 800;
    box-shadow: 0 2px 8px rgba(15, 23, 42, .08)
}

.rank-1 {
    background: #ffbf1f;
    color: var(--color-white)
}

.rank-2 {
    background: #91a6c8;
    color: var(--color-white)
}

.rank-3 {
    background: #f36f32;
    color: var(--color-white)
}

.top-rated-logo {
    min-height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden
}

.top-rated-logo img {
    width: 100%;
    height: 104px;
    object-fit: contain
}

.top-rated-body {
    min-width: 0
}

.top-rated-body h3 {
    color: #17213b;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.35;
    min-height: 38px;
    margin-bottom: 8px
}

.top-rated-body p {
    display: flex;
    align-items: center;
    gap: 7px;
    color: #596174;
    font-size: 12px;
    font-weight: 600;
    margin-top: 8px
}

.top-rated-body p i {
    color: #6273a4;
    font-size: 15px
}

.top-rated-body p i.ph-star {
    color: var(--color-warning)
}

.top-rated-body p strong {
    color: #17213b
}

.top-rated-body a {
    min-height: 36px;
    margin-top: 13px;
    padding: 0 16px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #eef3fb;
    color: var(--color-primary-dark);
    border-radius: 4px;
    font-size: 13px;
    font-weight: 500;
    min-width: 142px
}

.top-rated-arrow {
    position: absolute;
    top: 50%;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: var(--color-white);
    color: var(--color-primary);
    border: 1px solid #edf0f5;
    box-shadow: 0 4px 16px rgba(15, 23, 42, .14);
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translateY(-50%);
    z-index: 4
}

.top-rated-arrow.left {
    left: -18px
}

.top-rated-arrow.right {
    right: -18px
}

.supplier-field-grid {
    display: grid;
    grid-template-columns: repeat(8, minmax(0, 1fr));
    gap: 12px
}

.supplier-field-card {
    min-height: 124px;
    padding: 18px 10px;
    background: var(--color-white);
    border: 1px solid #edf0f5;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    gap: 8px;
    color: #17213b;
    transition: transform .2s, border-color .2s, box-shadow .2s
}

.supplier-field-card:hover {
    transform: translateY(-2px);
    border-color: var(--color-primary-border);
    box-shadow: var(--shadow-primary-sm)
}

.supplier-field-card i {
    color: var(--color-primary-dark);
    font-size: 34px
}

.supplier-field-card strong {
    color: #17213b;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.25
}

.supplier-field-card span {
    color: #596174;
    font-size: 12px;
    font-weight: 600
}

.supplier-region-grid {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 18px
}

.supplier-region-card {
    background: var(--color-white);
    border: 1px solid #edf0f5;
    border-radius: 8px;
    overflow: hidden;
    text-align: center;
    color: #17213b;
    box-shadow: 0 2px 10px rgba(15, 23, 42, .04);
    transition: transform .2s, box-shadow .2s
}

.supplier-region-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(15, 23, 42, .08)
}

.supplier-region-card img {
    width: 100%;
    height: 82px;
    object-fit: cover
}

.supplier-region-card strong {
    display: block;
    margin-top: 10px;
    font-size: 15px;
    font-weight: 500
}

.supplier-region-card span {
    display: block;
    margin: 4px 0 13px;
    color: #596174;
    font-size: 13px;
    font-weight: 500
}

/* ===== NEARBY TECHNICIANS ===== */
.nearby-techs-section {
    background: var(--color-bg)
}

.tech-section-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 18px
}

.tech-title-row {
    display: flex;
    align-items: baseline;
    gap: 16px;
    min-width: 0
}

.tech-title-row h2 {
    font-size: 18px;
    font-weight: 700;
    color: var(--color-primary);
    position: relative;
    padding-left: 14px;
    white-space: nowrap
}

.tech-title-row h2::before {
    content: '';
    position: absolute;
    left: 0;
    top: 2px;
    bottom: 2px;
    width: 4px;
    background: var(--color-primary);
    border-radius: 2px
}

.tech-title-row span {
    color: #596174;
    font-size: 14px;
    font-weight: 700
}

.tech-section-head>a {
    color: var(--color-primary);
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 14px;
    font-weight: 800;
    white-space: nowrap
}

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

.tech-card {
    background: var(--color-white);
    border: 1px solid #edf0f5;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding: 14px;
    box-shadow: 0 2px 10px rgba(15, 23, 42, .04)
}

.tech-main {
    display: grid;
    grid-template-columns: 118px minmax(0, 1fr);
    gap: 16px
}

.tech-photo {
    position: relative;
    height: 132px;
    border-radius: 6px;
    overflow: hidden;
    background: var(--color-primary-soft)
}

.tech-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.tech-online,
.tech-check {
    position: absolute;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: var(--color-success);
    border: 3px solid var(--color-white)
}

.tech-online {
    top: 8px;
    left: 8px
}

.tech-check {
    right: 8px;
    bottom: 8px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: var(--color-white);
    font-size: 9px
}

.tech-info h3 {
    color: #17213b;
    font-size: 17px;
    font-weight: 600;
    line-height: 1.25;
    margin-bottom: 8px
}

.tech-info p {
    display: flex;
    align-items: flex-start;
    gap: 6px;
    color: #596174;
    font-size: 13px;
    font-weight: 500;
    line-height: 1.35;
    margin-top: 8px
}

.tech-info p i {
    color: #9d4153;
    font-size: 15px;
    margin-top: 1px
}

.tech-info .tech-rating {
    display: block;
    margin-top: 6px
}

.tech-rating-line {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    line-height: 1.1
}

.tech-rating-line span {
    color: var(--color-warning);
    letter-spacing: 0
}

.tech-rating strong {
    color: #17213b
}

.tech-review-count {
    display: block;
    color: #596174;
    font-weight: 700;
    line-height: 1.25;
    margin-top: 2px
}

.tech-skill {
    color: #17213b !important;
    font-size: 14px !important;
    font-weight: 500 !important
}

.tech-status {
    color: var(--color-success) !important;
    font-weight: 800 !important
}

.tech-status i {
    color: var(--color-success) !important
}

.tech-action {
    min-height: 42px;
    margin-top: auto;
    border-radius: 5px;
    background: var(--color-primary);
    color: var(--color-white);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    font-size: 15px;
    font-weight: 500;
    box-shadow: var(--shadow-primary-sm)
}

/* ===== ARTICLES ===== */
.articles {
    background: var(--color-white)
}

.article-list {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 14px
}

.article-card {
    border: 1px solid var(--color-border);
    border-radius: 10px;
    overflow: hidden;
    transition: all .25s;
    cursor: pointer
}

.article-card:hover {
    box-shadow: var(--shadow-card);
    transform: translateY(-3px)
}

.article-img {
    height: 130px;
    background: linear-gradient(135deg, var(--color-primary-tint), var(--color-primary-border));
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--color-article-icon)
}

.article-img img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.article-card h4 {
   padding: 10px 17px;
    font-size: 12px;
    font-weight: 600;
    color: var(--color-text);
    line-height: 2.35;
    height: calc(2.7em + 35px);
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/* ===== TRUST BADGES ===== */
.trust-badges {
    background: #082760;
    padding: 14px 0;
    border-top: 1px solid rgba(255, 255, 255, .08);
    border-bottom: 1px solid rgba(255, 255, 255, .08)
}

.trust-inner {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 34px
}

.trust-item {
    display: flex;
    align-items: center;
    gap: 18px;
    min-width: 0
}

.trust-item i {
    width: 54px;
    flex: 0 0 54px;
    color: rgba(255, 255, 255, .78);
    font-size: 46px;
    line-height: 1
}

.trust-item strong {
    display: block;
    color: var(--color-white);
    font-size: 15px;
    font-weight: 800;
    line-height: 1.2
}

.trust-item small {
    display: block;
    margin-top: 4px;
    color: rgba(255, 255, 255, .76);
    font-size: 13px;
    font-weight: 700;
    line-height: 1.3
}

/* ===== FOOTER ===== */
.footer {
    background: var(--color-footer-bg);
    color: var(--color-footer-text);
    padding: 40px 0 30px
}

.footer-inner {
    display: flex;
    gap: 30px
}

.footer-col {
    flex: 1
}

.footer-about {
    flex: 1.3
}

.footer-logo {
    margin-bottom: 14px
}

.footer-logo-img {
    height: 80px;
    width: auto;
    display: block
}

.footer-about p {
    font-size: 14px;
    line-height: 1.6;
    color: var(--color-footer-muted)
}

.social-links {
    display: flex;
    gap: 10px;
    margin-top: 14px
}

.social-links a {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: var(--white-10);
    color: var(--color-white);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    transition: all .2s
}

.social-links a:hover {
    background: var(--color-primary);
    transform: translateY(-2px)
}

.footer-col h4 {
    color: var(--color-white);
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 14px
}

.footer-col ul li {
    margin-bottom: 8px
}

.footer-col ul li a,
.footer-col ul li {
    font-size: 14px;
    color: var(--color-footer-muted);
    transition: color .2s
}

.footer-col ul li a:hover {
    color: var(--color-white)
}

/* ===== AUTH PAGES ===== */
.auth-page {
    background: var(--color-bg);
    padding: 42px 0
}

.auth-wrap {
    max-width: 980px
}

.auth-panel {
    display: grid;
    grid-template-columns: 1fr 430px;
    background: var(--color-white);
    border: 1px solid var(--color-border);
    border-radius: 10px;
    overflow: hidden;
    box-shadow: var(--shadow-panel)
}

.auth-media {
    min-height: 520px;
    background: var(--color-primary-soft)
}

.auth-media img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.auth-card {
    padding: 34px;
    display: flex;
    flex-direction: column;
    justify-content: center
}

.auth-head {
    margin-bottom: 22px
}

.auth-head h1 {
    font-size: 26px;
    line-height: 1.2;
    color: var(--color-text);
    margin-bottom: 8px
}

.auth-head p {
    font-size: 13px;
    color: var(--color-muted);
    line-height: 1.6
}

.auth-form {
    display: flex;
    flex-direction: column;
    gap: 14px
}

.form-group {
    display: flex;
    flex-direction: column;
    gap: 6px
}

.form-group label {
    font-size: 13px;
    font-weight: 600;
    color: var(--color-text)
}

.form-group input {
    height: 42px;
    border: 1px solid var(--color-border-strong);
    border-radius: 6px;
    padding: 0 12px;
    font-size: 14px;
    outline: none;
    transition: border-color .2s, box-shadow .2s
}

.form-group input:focus {
    border-color: var(--color-primary);
    box-shadow: 0 0 0 3px var(--primary-12)
}

.form-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px
}

.check-line {
    display: inline-flex;
    align-items: flex-start;
    gap: 8px;
    font-size: 12px;
    color: var(--color-muted);
    line-height: 1.4
}

.check-line input {
    margin-top: 2px;
    flex: 0 0 auto
}

.auth-link,
.auth-switch a {
    color: var(--color-primary);
    font-weight: 600
}

.auth-submit {
    height: 44px;
    border-radius: 6px;
    background: var(--color-primary);
    color: var(--color-white);
    font-size: 14px;
    font-weight: 700;
    transition: background .2s, transform .2s
}

.auth-submit:hover {
    background: var(--color-primary-hover);
    transform: translateY(-1px)
}

.auth-switch {
    margin-top: 18px;
    padding-top: 18px;
    border-top: 1px solid var(--color-border);
    font-size: 13px;
    color: var(--color-muted);
    text-align: center
}

.auth-policy {
    margin-top: 2px
}

.auth-nav-menu {
    margin-left: auto
}

.login-page {
    background: linear-gradient(180deg, var(--color-white) 0%, var(--color-bg) 100%);
    padding: 0 0 44px
}

.auth-breadcrumb {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 14px 0;
    font-size: 13px;
    color: var(--color-muted);
    border-bottom: 1px solid var(--color-border-soft)
}

.auth-breadcrumb a {
    color: var(--color-muted)
}

.auth-breadcrumb span,
.auth-breadcrumb a:hover {
    color: var(--color-primary)
}

.auth-breadcrumb i {
    font-size: 10px;
    color: var(--color-muted-light)
}

.auth-title {
    padding: 34px 0 28px
}

.auth-title h1 {
    font-size: 30px;
    line-height: 1.2;
    font-weight: 800;
    color: #050b18;
    margin-bottom: 10px
}

.auth-title p {
    font-size: 15px;
    color: #3f4d68
}

.login-layout {
    display: grid;
    grid-template-columns: minmax(0, 1.18fr) minmax(360px, .9fr);
    gap: 28px;
    align-items: start
}

.login-card,
.login-side-card,
.login-support-card,
.login-benefits {
    background: var(--color-white);
    border: 1px solid #dbe4f2;
    border-radius: 14px;
    box-shadow: 0 10px 28px rgba(10, 35, 81, .05)
}

.login-card {
    padding: 0 32px 34px
}

.auth-tabs {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    border-bottom: 1px solid #e6edf7;
    margin-bottom: 30px
}

.auth-tab {
    min-height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    color: #4d5a73;
    font-size: 14px;
    font-weight: 700;
    position: relative
}

.auth-tab i {
    font-size: 24px
}

.auth-tab.active {
    color: var(--color-primary)
}

.auth-tab.active::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: -1px;
    height: 3px;
    background: var(--color-primary);
    box-shadow: 0 4px 10px rgba(10, 51, 161, .22)
}

.auth-switch-inline {
    text-align: center;
    color: #53637d;
    font-size: 15px;
    margin-bottom: 34px
}

.auth-switch-inline a {
    color: var(--color-primary);
    font-weight: 700
}

.login-form {
    display: flex;
    flex-direction: column;
    gap: 28px
}

.login-form .form-group {
    gap: 12px
}

.login-form .form-group label {
    color: #132447;
    font-size: 15px;
    font-weight: 800
}

.login-form .form-group label span {
    color: var(--color-danger)
}

.login-form .form-group input,
.password-field {
    height: 56px;
    border: 1px solid #d8e0ec;
    border-radius: 8px;
    background: var(--color-white);
    color: var(--color-text);
    font-size: 15px
}

.login-form .form-group input {
    padding: 0 16px
}

.login-form .form-group input::placeholder {
    color: #7e8ca5
}

.login-form .form-group small {
    font-size: 13px;
    color: #66758f
}

.password-field {
    display: flex;
    align-items: center
}

.password-field input {
    flex: 1;
    height: 100%;
    border: 0;
    background: transparent
}

.password-field button {
    width: 50px;
    height: 100%;
    background: transparent;
    color: #71809a;
    font-size: 17px
}

.login-options {
    margin-top: 16px
}

.login-options .check-line {
    align-items: center;
    font-size: 14px
}

.login-options .check-line input {
    width: 24px;
    height: 24px;
    margin: 0;
    accent-color: var(--color-primary)
}

.login-options .auth-link {
    font-size: 14px
}

.login-submit {
    height: 54px;
    border-radius: 8px;
    font-size: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    position: relative
}

.login-submit i {
    position: absolute;
    right: 22px;
    font-size: 18px;
    font-weight: 400
}

.auth-divider {
    display: flex;
    align-items: center;
    gap: 20px;
    color: #66758f;
    font-size: 14px;
    margin: 36px 0 24px
}

.auth-divider::before,
.auth-divider::after {
    content: '';
    height: 1px;
    flex: 1;
    background: #dfe6f1
}

.social-login {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px
}

.social-btn {
    height: 64px;
    border: 1px solid #d8e0ec;
    border-radius: 8px;
    background: var(--color-white);
    color: #23324d;
    font-size: 14px;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px
}

.social-btn span,
.social-btn i {
    font-size: 27px;
    font-weight: 800
}

.social-btn.google span {
    color: #4285f4
}

.social-btn.facebook i {
    color: #1877f2
}

.auth-info {
    margin-top: 44px;
    min-height: 96px;
    border: 1px solid #cfe0fb;
    background: #f7fbff;
    border-radius: 8px;
    display: flex;
    align-items: center;
    gap: 22px;
    padding: 22px 26px
}

.auth-info i {
    width: 26px;
    height: 26px;
    border-radius: 50%;
    color: var(--color-white);
    background: var(--color-primary);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 26px;
    font-size: 13px
}

.auth-info p {
    font-size: 14px;
    color: #3d4b65;
    line-height: 1.7
}

.login-sidebar {
    display: flex;
    flex-direction: column;
    gap: 24px
}

.login-side-card {
    padding: 34px 32px
}

.login-hero-visual {
    height: 270px;
    margin-bottom: 24px;
    border-radius: 12px;
    overflow: hidden;
    background: #f1f6ff
}

.login-hero-visual img {
    width: 100%;
    height: 100%;
    object-fit: contain
}

.login-side-card h2 {
    font-size: 20px;
    line-height: 1.35;
    color: var(--color-primary);
    margin-bottom: 12px
}

.login-side-card>p {
    color: #3e4d68;
    font-size: 14px;
    line-height: 1.65;
    margin-bottom: 28px
}

.login-feature {
    display: grid;
    grid-template-columns: 56px 1fr;
    gap: 18px;
    align-items: start;
    margin-top: 24px
}

.login-feature>span {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    border: 1px solid #cfe0fb;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--color-primary);
    font-size: 25px
}

.login-feature strong {
    display: block;
    color: #172846;
    font-size: 14px;
    margin-bottom: 8px
}

.login-feature p {
    color: #58677f;
    font-size: 13px;
    line-height: 1.6
}

.login-support-card {
    padding: 24px 32px
}

.login-support-card h3 {
    font-size: 20px;
    color: var(--color-primary);
    margin-bottom: 10px
}

.login-support-card>p {
    color: #3e4d68;
    font-size: 14px;
    margin-bottom: 22px
}

.support-line {
    display: grid;
    grid-template-columns: 28px 1fr;
    gap: 16px;
    align-items: start;
    margin-top: 18px
}

.support-line i {
    color: #19304f;
    font-size: 22px;
    margin-top: 3px
}

.support-line strong {
    display: block;
    color: var(--color-primary);
    font-size: 15px;
    margin-bottom: 5px
}

.support-line span {
    display: block;
    color: #64738c;
    font-size: 13px
}

.login-benefits {
    margin-top: 36px;
    padding: 28px 34px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 28px
}

.benefit-item {
    display: grid;
    grid-template-columns: 48px 1fr;
    gap: 18px;
    align-items: start
}

.benefit-item i {
    color: var(--color-primary);
    font-size: 42px
}

.benefit-item strong {
    display: block;
    color: #172846;
    font-size: 14px;
    margin-bottom: 8px
}

.benefit-item span {
    color: #58677f;
    font-size: 13px;
    line-height: 1.6
}

/* ===== REGISTER PAGE ===== */
.register-page {
    background: var(--color-bg);
    padding-bottom: 34px
}

.register-hero {
    display: grid;
    grid-template-columns: 1.25fr .8fr;
    gap: 28px;
    align-items: center;
    background: var(--color-white);
    border: 1px solid #dbe4f2;
    border-radius: 12px;
    padding: 34px 34px 28px;
    margin: 26px 0 24px;
    overflow: hidden
}

.register-hero h1 {
    font-size: 28px;
    line-height: 1.25;
    color: #050b18;
    margin-bottom: 12px
}

.register-hero p {
    color: #3f4d68;
    font-size: 14px;
    line-height: 1.65
}

.register-hero-benefits {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
    margin-top: 30px
}

.register-hero-benefits div {
    display: flex;
    flex-direction: column;
    gap: 10px;
    color: #172846;
    font-size: 12px;
    font-weight: 700
}

.register-hero-benefits i {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: var(--color-primary-soft);
    color: var(--color-primary);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 22px
}

.register-hero-image {
    height: 230px;
    border-radius: 12px;
    background: #f1f6ff;
    overflow: hidden
}

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

.register-steps {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 12px;
    margin-bottom: 18px
}

.step {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #6b7890;
    font-size: 13px;
    font-weight: 600
}

.step::after {
    content: '';
    height: 1px;
    flex: 1;
    background: #dbe4f2
}

.step:last-child::after {
    display: none
}

.step span {
    width: 26px;
    height: 26px;
    border-radius: 50%;
    background: #eef3fb;
    color: #65738c;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 26px;
    font-size: 12px
}

.step.active {
    color: var(--color-primary)
}

.step.active span {
    background: var(--color-primary);
    color: var(--color-white)
}

.register-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 330px;
    gap: 22px;
    align-items: start
}

.register-form-card,
.side-card {
    background: var(--color-white);
    border: 1px solid #dbe4f2;
    border-radius: 10px;
    box-shadow: 0 8px 22px rgba(10, 35, 81, .04)
}

.register-form-card {
    padding: 26px
}

.form-section {
    padding-bottom: 24px;
    border-bottom: 1px solid #edf1f7;
    margin-bottom: 24px
}

.form-section h2,
.side-card h3 {
    font-size: 14px;
    color: var(--color-primary);
    font-weight: 800;
    margin-bottom: 20px
}

.form-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px 22px
}

.register-form-card .form-group label,
.register-form-card>label {
    color: #172846;
    font-size: 13px;
    font-weight: 700
}

.register-form-card .form-group label span {
    color: var(--color-danger)
}

.register-form-card input,
.register-form-card select,
.register-form-card textarea {
    width: 100%;
    border: 1px solid #d8e0ec;
    border-radius: 7px;
    background: var(--color-white);
    color: var(--color-text);
    font-family: inherit;
    font-size: 13px;
    outline: none;
    transition: border-color .2s, box-shadow .2s
}

.register-form-card input,
.register-form-card select {
    height: 42px;
    padding: 0 12px
}

.register-form-card textarea {
    min-height: 92px;
    padding: 12px;
    resize: vertical
}

.register-form-card input:focus,
.register-form-card select:focus,
.register-form-card textarea:focus {
    border-color: var(--color-primary);
    box-shadow: 0 0 0 3px var(--primary-12)
}

.register-form-card small {
    color: #66758f;
    font-size: 11px
}

.dealer-toggle {
    display: flex;
    gap: 12px;
    align-items: flex-start;
    padding: 16px;
    border: 1px solid #cfe0fb;
    border-radius: 9px;
    background: #f7fbff;
    margin-bottom: 24px;
    cursor: pointer
}

.dealer-toggle input {
    width: 20px;
    height: 20px;
    margin-top: 2px;
    accent-color: var(--color-primary);
    flex: 0 0 auto
}

.dealer-toggle strong {
    display: block;
    font-size: 14px;
    color: #172846;
    margin-bottom: 4px
}

.dealer-toggle small {
    display: block;
    line-height: 1.5
}

.dealer-fields {
    display: none
}

.dealer-fields.show {
    display: block
}

.upload-grid {
    display: grid;
    grid-template-columns: 180px 1fr;
    gap: 22px;
    margin-bottom: 20px
}

.upload-box,
.gallery-box {
    border: 1px dashed #c8d3e2;
    border-radius: 8px;
    background: #fbfdff;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    color: #7b879c
}

.upload-box {
    min-height: 112px;
    flex-direction: column;
    gap: 7px;
    text-align: center;
    padding: 14px
}

.upload-box input,
.gallery-box input {
    display: none
}

.upload-box i {
    font-size: 26px;
    color: #8a97ab
}

.upload-box strong {
    color: #5a667a;
    font-size: 12px
}

.upload-box span {
    font-size: 10px;
    line-height: 1.4
}

.gallery-upload {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 12px;
    margin-top: 10px
}

.gallery-box {
    height: 76px
}

.gallery-box i {
    font-size: 24px
}

.register-policy {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin-bottom: 20px;
    color: var(--color-muted);
    line-height: 1.5
}

.register-policy input {
    width: 16px;
    height: 16px;
    margin-top: 2px;
    flex: 0 0 16px;
    accent-color: var(--color-primary)
}

.register-policy span {
    flex: 1;
    min-width: 0;
    color: var(--color-muted)
}

.register-policy a {
    color: var(--color-primary);
    font-weight: 700
}

.register-actions {
    display: flex;
    justify-content: space-between;
    gap: 16px
}

.btn-cancel {
    height: 44px;
    min-width: 132px;
    border-radius: 7px;
    border: 1px solid #d8e0ec;
    color: #44536c;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    font-weight: 700
}

.register-submit {
    width: 190px;
    height: 44px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px
}

.register-sidebar {
    display: flex;
    flex-direction: column;
    gap: 18px
}

.side-card {
    padding: 22px
}

.side-feature {
    display: grid;
    grid-template-columns: 40px 1fr;
    gap: 14px;
    margin-top: 18px
}

.side-feature i {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: var(--color-primary-soft);
    color: var(--color-primary);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px
}

.side-feature strong,
.process-card strong {
    display: block;
    color: #172846;
    font-size: 13px;
    margin-bottom: 5px
}

.side-feature span,
.process-card p,
.support-card p,
.support-card a {
    color: #59687f;
    font-size: 12px;
    line-height: 1.55
}

.process-card>div {
    display: grid;
    grid-template-columns: 28px 1fr;
    gap: 12px;
    margin-top: 16px
}

.process-card>div>span {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: var(--color-primary-soft);
    color: var(--color-primary);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    font-weight: 800
}

.support-card a {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 12px;
    color: #172846
}

.support-card a i {
    font-size: 20px;
    color: var(--color-primary)
}

/* ===== DEALER DIRECTORY PAGE ===== */
.dealer-page {
    background: linear-gradient(180deg, var(--color-white) 0%, var(--color-bg) 100%);
    padding-bottom: 42px
}

.dealer-breadcrumb {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 18px 0;
    font-size: 13px;
    color: var(--color-muted)
}

.dealer-breadcrumb a {
    color: var(--color-muted)
}

.dealer-breadcrumb span,
.dealer-breadcrumb a:hover {
    color: var(--color-primary)
}

.dealer-breadcrumb i {
    color: var(--color-muted-light);
    font-size: 11px
}

.dealer-hero {
    margin-bottom: 28px
}

.dealer-hero h1 {
    font-size: 40px;
    line-height: 1.15;
    color: #050b18;
    margin-bottom: 12px
}

.dealer-hero p {
    font-size: 16px;
    color: #3f4d68
}

.dealer-filter {
    background: var(--color-white);
    border: 1px solid #dbe4f2;
    border-radius: 14px;
    box-shadow: 0 8px 24px rgba(10, 35, 81, .06);
    padding: 22px;
    display: grid;
    grid-template-columns: 1fr 220px 220px 170px;
    gap: 16px;
    margin-bottom: 28px
}

.dealer-search,
.dealer-select-filter {
    height: 54px;
    border: 1px solid #d8e0ec;
    border-radius: 8px;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 0 14px;
    color: #63718a;
    background: var(--color-white)
}

.dealer-search i,
.dealer-select-filter i {
    color: #4f5f79;
    font-size: 22px
}

.dealer-search input,
.dealer-select-filter select {
    width: 100%;
    border: 0;
    outline: 0;
    background: transparent;
    color: #3d4b65;
    font-family: inherit;
    font-size: 14px
}

.dealer-filter button {
    height: 54px;
    border-radius: 8px;
    background: var(--color-primary);
    color: var(--color-white);
    font-size: 15px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    box-shadow: 0 8px 18px rgba(10, 51, 161, .22)
}

.dealer-filter button i {
    font-size: 22px
}

.dealer-directory-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 18px
}

.dealer-directory-card {
    background: var(--color-white);
    border: 1px solid #dbe4f2;
    border-radius: 16px;
    box-shadow: 0 8px 24px rgba(10, 35, 81, .04);
    padding: 16px;
    display: grid;
    grid-template-columns: 1fr;
    gap: 18px;
    transition: box-shadow .2s, transform .2s
}

.dealer-directory-card:hover {
    box-shadow: 0 14px 30px rgba(10, 35, 81, .09);
    transform: translateY(-2px)
}

.dealer-thumb {
    width: 100%;
    height: 130px;
    border-radius: 10px;
    object-fit: cover;
    border: 1px solid #dbe4f2
}

.dealer-directory-body h2 {
    font-size: 15px;
    line-height: 1.35;
    color: #172846;
    margin-bottom: 8px
}

.dealer-verified {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 5px 10px;
    border-radius: 999px;
    color: var(--color-primary);
    background: var(--color-primary-soft);
    font-size: 11px;
    font-weight: 700;
    margin-bottom: 14px
}

.dealer-directory-body p {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    color: #52617a;
    font-size: 11px;
    line-height: 1.65;
    margin-bottom: 8px
}

.dealer-directory-body p i {
    color: #50617b;
    font-size: 18px;
    margin-top: 2px;
    flex: 0 0 auto
}

.dealer-directory-body p strong {
    color: var(--color-primary)
}

.dealer-rating-row {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 16px 0 18px;
    font-size: 13px;
    color: #172846
}

.dealer-rating-row span {
    color: #ffb400;
    letter-spacing: 1px
}

.dealer-rating-row small {
    color: #52617a
}

.dealer-card-actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px
}

.dealer-card-actions a {
    height: 42px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    font-size: 12px;
    font-weight: 800
}

.dealer-detail-btn {
    color: var(--color-primary);
    border: 1px solid #bed1ef;
    background: var(--color-white)
}

.dealer-route-btn {
    color: var(--color-white);
    background: var(--color-primary);
    box-shadow: 0 8px 18px rgba(10, 51, 161, .2)
}

.dealer-route-btn i {
    font-size: 19px
}

.dealer-pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin-top: 28px
}

.dealer-pagination a,
.dealer-pagination button,
.dealer-pagination span {
    width: 34px;
    height: 34px;
    border-radius: 7px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #20304d;
    background: transparent;
    font-size: 13px
}

.dealer-pagination a.active {
    color: var(--color-primary);
    border: 1px solid var(--color-primary);
    background: var(--color-white)
}

.dealer-pagination button {
    border: 1px solid #dbe4f2;
    color: var(--color-primary)
}

.dealer-pagination button:disabled {
    color: #bac5d6;
    background: #f4f7fb
}

/* ===== DEALER DETAIL PAGE ===== */
.dealer-detail-page {
    background: #f6f9fd;
    padding: 0 0 28px
}

.shop-breadcrumb {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 12px 0;
    color: #63718a;
    font-size: 13px
}

.shop-breadcrumb a {
    color: #52617a
}

.shop-breadcrumb span,
.shop-breadcrumb a:hover {
    color: var(--color-primary)
}

.dealer-shop-header {
    display: grid;
    grid-template-columns: 120px minmax(0, 1fr) 210px 280px;
    gap: 16px;
    background: var(--color-white);
    border: 1px solid #dbe4f2;
    border-radius: 6px;
    padding: 14px;
    box-shadow: 0 6px 18px rgba(10, 35, 81, .05)
}

.shop-logo-card {
    border: 1px solid #e1e8f2;
    border-radius: 6px;
    min-height: 126px;
    padding: 10px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: var(--color-primary-dark)
}

.shop-logo-card img {
    width: 74px;
    height: 58px;
    object-fit: cover;
    margin-bottom: 8px
}

.shop-logo-card strong {
    color: #e0342b;
    font-size: 14px
}

.shop-logo-card span {
    font-size: 10px;
    font-weight: 700
}

.shop-profile h1 {
    color: #172846;
    font-size: 20px;
    line-height: 1.3;
    margin-bottom: 8px
}

.shop-profile h1 i {
    color: var(--color-primary)
}

.shop-status {
    display: inline-flex;
    align-items: center;
    height: 24px;
    padding: 0 10px;
    background: var(--color-cta);
    color: var(--color-white);
    border-radius: 4px;
    font-size: 12px;
    font-weight: 700;
    margin-bottom: 8px
}

.shop-rating-line {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 7px;
    color: #52617a;
    font-size: 13px;
    margin-bottom: 8px
}

.shop-rating-line .stars,
.shop-product-card div span,
.shop-review-box .stars {
    color: #ffb400;
    letter-spacing: 1px
}

.shop-profile p {
    display: flex;
    gap: 8px;
    color: #52617a;
    font-size: 13px;
    line-height: 1.6;
    margin-bottom: 4px
}

.shop-profile p i {
    color: #50617b;
    font-size: 17px;
    margin-top: 2px
}

.shop-actions {
    display: grid;
    gap: 8px;
    align-self: start
}

.shop-actions a {
    height: 34px;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    font-size: 12px;
    font-weight: 700;
    border: 1px solid #dbe4f2
}

.shop-actions .call {
    background: #21b344;
    color: var(--color-white);
    border-color: #21b344
}

.shop-actions .zalo {
    background: var(--color-primary);
    color: var(--color-white);
    border-color: var(--color-primary)
}

.shop-actions .messenger {
    background: var(--color-white);
    color: #2467d6
}

.shop-actions .follow {
    background: var(--color-white);
    color: #ef3f45
}

.shop-actions em {
    background: #ef3f45;
    color: var(--color-white);
    border-radius: 999px;
    padding: 1px 6px;
    font-style: normal;
    font-size: 10px
}

.shop-cover img {
    width: 100%;
    height: 150px;
    object-fit: cover;
    border-radius: 4px;
    border: 1px solid #dbe4f2
}

.shop-gallery {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
    margin-top: 14px
}

.shop-gallery article {
    position: relative;
    height: 118px;
    border-radius: 4px;
    overflow: hidden;
    color: var(--color-white);
    background: var(--color-primary-dark)
}

.shop-gallery img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: .74
}

.shop-gallery strong,
.shop-gallery span,
.shop-gallery i {
    position: absolute;
    left: 14px;
    right: 14px;
    text-align: center;
    text-shadow: var(--text-shadow-strong)
}

.shop-gallery strong {
    bottom: 34px;
    font-size: 13px
}

.shop-gallery span {
    bottom: 17px;
    font-size: 11px
}

.shop-gallery i {
    top: 34px;
    font-size: 36px
}

.shop-search-bar {
    display: flex;
    align-items: center;
    gap: 12px;
    background: var(--color-white);
    border: 1px solid #dbe4f2;
    border-radius: 4px;
    padding: 10px 12px;
    margin: 14px 0
}

.shop-search-bar label {
    position: relative;
    flex: 0 0 250px
}

.shop-search-bar input {
    width: 100%;
    height: 36px;
    border: 1px solid #dbe4f2;
    border-radius: 4px;
    padding: 0 38px 0 12px;
    outline: 0
}

.shop-search-bar label i {
    position: absolute;
    right: 12px;
    top: 9px;
    color: #66758e
}

.shop-search-bar span {
    color: #52617a;
    font-size: 13px
}

.shop-search-bar a {
    background: #f4f7fb;
    border: 1px solid #e1e8f2;
    border-radius: 4px;
    color: #52617a;
    font-size: 12px;
    padding: 8px 12px
}

.shop-layout {
    display: grid;
    grid-template-columns: 210px minmax(0, 1fr);
    gap: 14px
}

.shop-sidebar,
.shop-content {
    min-width: 0
}

.shop-side-box,
.shop-content > .shop-feature-strip,
.shop-content > .shop-section-head,
.shop-slider,
.shop-bottom-grid > div {
    background: var(--color-white);
    border: 1px solid #dbe4f2;
    border-radius: 4px
}

.shop-side-box {
    padding: 14px;
    margin-bottom: 14px
}

.shop-side-box h3,
.shop-section-head h2,
.shop-bottom-grid h3 {
    color: var(--color-primary);
    font-size: 13px;
    line-height: 1.3;
    margin-bottom: 12px
}

.shop-side-box a,
.shop-side-box label {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #52617a;
    font-size: 13px;
    line-height: 1.5;
    margin-bottom: 9px
}

.shop-side-box a i {
    color: #66758e;
    font-size: 17px
}

.brand-mini-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
    margin-bottom: 10px
}

.brand-mini-grid span {
    color: var(--color-primary);
    font-weight: 800;
    font-size: 13px
}

.shop-side-box .view-more {
    justify-content: center;
    color: var(--color-primary);
    font-weight: 700;
    margin-bottom: 0
}

.shop-feature-strip {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    padding: 14px 16px;
    gap: 14px;
    margin-bottom: 14px
}

.shop-feature-strip div {
    display: grid;
    grid-template-columns: 34px 1fr;
    column-gap: 10px;
    align-items: center
}

.shop-feature-strip i {
    grid-row: span 2;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--color-primary-soft);
    color: var(--color-primary);
    font-size: 20px
}

.shop-feature-strip strong {
    color: #172846;
    font-size: 12px
}

.shop-feature-strip span {
    color: #66758e;
    font-size: 11px
}

.shop-section-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 14px;
    border-bottom: 0;
    margin-bottom: 0
}

.shop-section-head h2 {
    margin: 0
}

.shop-section-head a {
    color: var(--color-primary);
    font-size: 12px;
    font-weight: 700
}

.shop-slider {
    position: relative;
    border-top: 0;
    border-radius: 0 0 4px 4px;
    padding: 14px;
    overflow: hidden;
    margin-bottom: 14px
}

.shop-slide-track {
    display: flex;
    gap: 12px;
    overflow-x: auto;
    scroll-behavior: smooth;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
    padding: 0 2px 2px
}

.shop-slide-track::-webkit-scrollbar {
    display: none
}

.shop-product-card,
.shop-video-grid article {
    scroll-snap-align: start
}

.shop-product-card {
    flex: 0 0 calc((100% - 24px) / 3);
    position: relative;
    border: 1px solid #e1e8f2;
    border-radius: 4px;
    padding: 10px;
    background: var(--color-white)
}

.shop-product-card em {
    position: absolute;
    top: 8px;
    left: 8px;
    background: #ef3f45;
    color: var(--color-white);
    border-radius: 999px;
    padding: 3px 7px;
    font-style: normal;
    font-size: 11px;
    font-weight: 700
}

.shop-product-card img {
    aspect-ratio: 16 / 9;
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
    border-radius: 4px;
    background: #eef4fb;
    margin-bottom: 10px
}

.shop-product-card h3 {
    color: #172846;
    font-size: 13px;
    line-height: 1.35;
    min-height: 36px;
    margin-bottom: 7px
}

.shop-product-card > strong {
    color: #ff3b30;
    display: block;
    font-size: 14px;
    margin-bottom: 6px
}

.shop-product-card div {
    display: flex;
    align-items: center;
    gap: 5px
}

.shop-product-card small,
.shop-product-card p {
    color: #66758e;
    font-size: 11px
}

.shop-product-card p {
    display: flex;
    align-items: center;
    gap: 5px;
    margin: 6px 0 8px
}

.shop-product-card button {
    height: 28px;
    flex: 1;
    color: var(--color-white);
    background: var(--color-primary);
    border-radius: 4px;
    font-size: 11px;
    font-weight: 700
}

.shop-product-card button:last-child {
    background: #22b14c
}

.shop-video-grid article {
    flex: 0 0 calc((100% - 24px) / 3);
    position: relative
}

.shop-video-grid img {
    aspect-ratio: 16 / 9;
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
    border-radius: 4px;
    margin-bottom: 8px
}

.shop-video-grid span {
    position: absolute;
    top: 8px;
    left: 8px;
    background: #e40012;
    color: var(--color-white);
    border-radius: 3px;
    padding: 3px 7px;
    font-size: 11px;
    font-weight: 700
}

.shop-video-grid h3 {
    color: #172846;
    font-size: 13px;
    line-height: 1.35;
    margin-bottom: 4px
}

.shop-video-grid small {
    color: #66758e;
    font-size: 11px
}

.shop-slide-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: var(--color-white);
    border: 1px solid var(--primary-14);
    box-shadow: var(--shadow-carousel);
    color: var(--color-primary);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 5;
    transition: all .2s
}

.shop-slide-arrow:hover {
    background: var(--color-primary);
    color: var(--color-white)
}

.shop-slide-arrow:disabled {
    opacity: .35;
    cursor: default;
    pointer-events: none
}

.shop-slide-arrow.left {
    left: 6px
}

.shop-slide-arrow.right {
    right: 6px
}

.shop-bottom-grid {
    display: grid;
    grid-template-columns: 1fr 1.4fr 1.2fr;
    gap: 14px
}

.shop-bottom-grid > div {
    padding: 16px
}

.shop-review-box .score {
    color: #172846;
    font-size: 44px;
    font-weight: 800;
    line-height: 1
}

.shop-review-box .score span {
    color: #66758e;
    font-size: 20px
}

.shop-review-box p,
.shop-info-box p {
    color: #52617a;
    font-size: 12px;
    line-height: 1.7
}

.shop-delivery-box div {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 8px;
    margin-bottom: 10px
}

.shop-delivery-box img {
    width: 100%;
    height: 76px;
    object-fit: cover;
    border-radius: 4px
}

.shop-delivery-box a {
    color: var(--color-primary);
    font-size: 12px;
    font-weight: 700
}

.shop-trust {
    background: var(--color-white);
    border-top: 1px solid #dbe4f2
}

.back-to-top {
    position: fixed;
    right: 24px;
    bottom: 24px;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: var(--color-primary);
    color: var(--color-white);
    box-shadow: var(--shadow-carousel);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    z-index: 9997;
    opacity: 0;
    visibility: hidden;
    transform: translateY(12px);
    transition: opacity .2s, visibility .2s, transform .2s, background .2s
}

.back-to-top.show {
    opacity: 1;
    visibility: visible;
    transform: translateY(0)
}

.back-to-top:hover {
    background: var(--color-primary-hover)
}
