:root {
    --red: #bd1008;
    --red-dark: #8f0b05;
    --dark: #1f2023;
    --text: #25282d;
    --muted: #7e8796;
    --border: #e9edf3;
    --light: #f7f8fb;
    --white: #ffffff;
    --shadow: 0 18px 45px rgba(16, 24, 40, .08);
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    font-family: Arial, Helvetica, sans-serif;
    color: var(--text);
    background: #fff;
    font-size: 15px;
    line-height: 1.65;
    -webkit-tap-highlight-color: transparent;
}

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

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

button,
input,
textarea,
select {
    font: inherit;
}

.container {
    width: min(1170px, calc(100% - 40px));
    margin: 0 auto;
}

.site-header {
    height: 82px;
    background: #fff;
    border-bottom: 1px solid #eceff4;
    position: sticky;
    top: 0;
    z-index: 80;
}

.header-inner {
    height: 82px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 28px;
}

.site-logo {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    min-width: 190px;
}

.site-logo img {
    max-height: 54px;
}

.logo-mark {
    width: 42px;
    height: 42px;
    border-radius: 14px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: var(--red);
    color: #fff;
    font-weight: 900;
    font-size: 24px;
}

.logo-text {
    display: flex;
    flex-direction: column;
    line-height: 1;
}

.logo-text strong {
    font-size: 29px;
    letter-spacing: -1px;
    color: var(--red);
}

.logo-text strong span {
    color: #141414;
}

.logo-text small {
    font-size: 12px;
    color: #3f3f3f;
    font-style: italic;
    margin-top: 4px;
}

.main-nav {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 34px;
    flex: 1;
}

.main-nav a {
    font-size: 14px;
    font-weight: 800;
    color: #121722;
    transition: color .2s ease;
}

.main-nav a:hover {
    color: var(--red);
}

.header-actions {
    display: flex;
    align-items: center;
    gap: 10px;
}

.lang-btn {
    border: 0;
    background: #fff;
    border-radius: 999px;
    padding: 12px 20px;
    box-shadow: 0 10px 30px rgba(15, 23, 42, .08);
    color: var(--red);
    font-weight: 800;
    cursor: pointer;
}

.lang-btn i {
    margin-left: 6px;
    font-size: 11px;
}

.mobile-menu-btn {
    display: none;
    width: 44px;
    height: 44px;
    border: 0;
    border-radius: 14px;
    background: var(--red);
    color: #fff;
    cursor: pointer;
}

.hero-slider {
    background: var(--red);
    overflow: hidden;
}

.hero-slide {
    position: relative;
    min-height: 520px;
    background: linear-gradient(90deg, #d61d10 0%, #cc170d 100%);
}

.hero-inner {
    min-height: 520px;
    display: grid;
    grid-template-columns: 470px 1fr;
    align-items: center;
    gap: 42px;
    position: relative;
    z-index: 2;
}

.hero-card {
    min-height: 350px;
    background: rgba(118, 11, 5, .38);
    color: #fff;
    padding: 46px 52px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.hero-card-logo {
    background: #fff;
    color: var(--red);
    display: inline-flex;
    width: max-content;
    padding: 14px 26px;
    border-radius: 0 20px 20px 0;
    font-size: 34px;
    font-weight: 900;
    margin-bottom: 32px;
    box-shadow: 0 12px 25px rgba(0, 0, 0, .14);
}

.hero-card-logo span {
    color: #111;
}

.hero-card h1 {
    font-size: 58px;
    line-height: .98;
    letter-spacing: -2px;
    text-transform: uppercase;
    font-weight: 300;
    margin: 0 0 28px;
}

.hero-card h1 strong {
    display: block;
    font-weight: 900;
}

.hero-card a {
    width: max-content;
    background: #930d06;
    color: #fff;
    font-size: 13px;
    font-weight: 800;
    padding: 13px 31px;
    border-radius: 999px;
    text-transform: uppercase;
}

.hero-visual {
    min-height: 390px;
    position: relative;
    color: #fff;
}

.hero-hand-title {
    font-size: 38px;
    line-height: 1.25;
    font-weight: 700;
    text-align: center;
    margin-top: 12px;
    font-family: "Comic Sans MS", cursive, sans-serif;
}

.hero-kento-badge {
    position: absolute;
    right: 0;
    top: 0;
    width: 220px;
    height: 115px;
    background: #fff;
    color: #222;
    border-radius: 0 0 30px 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 8px;
    box-shadow: 0 14px 24px rgba(0, 0, 0, .18);
}

.hero-kento-badge span {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: conic-gradient(#20a05b 0 35%, #1aa4d8 35% 68%, #e5241b 68% 100%);
    display: block;
}

.hero-kento-badge strong {
    font-size: 24px;
    font-weight: 900;
}

.hero-keywords {
    margin-top: 58px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 22px;
    text-align: center;
    font-size: 25px;
    line-height: 1.25;
    font-weight: 900;
}

.hero-city {
    position: absolute;
    left: 70px;
    right: 80px;
    bottom: 28px;
    height: 130px;
    border-bottom: 4px solid #fff;
    display: flex;
    align-items: end;
    justify-content: center;
    gap: 38px;
    opacity: .92;
}

.hero-city i {
    font-size: 92px;
    color: #f8f8f8;
    text-shadow: 0 6px 0 rgba(0, 0, 0, .1);
}

.hero-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 41px;
    height: 41px;
    border: 0;
    background: rgba(0, 0, 0, .42);
    color: #fff;
    cursor: pointer;
    z-index: 5;
}

.hero-prev {
    left: 22px;
}

.hero-next {
    right: 22px;
}

.home-features {
    padding: 68px 0 56px;
    background: #fff;
}

.feature-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 70px;
    padding-bottom: 58px;
    border-bottom: 1px solid #dfe4ea;
}

.feature-item {
    display: grid;
    grid-template-columns: 72px 1fr;
    gap: 26px;
    align-items: start;
}

.feature-icon {
    color: var(--red);
    font-size: 56px;
    line-height: 1;
}

.feature-item h2 {
    margin: 0 0 8px;
    font-size: 21px;
    line-height: 1.25;
    color: #141922;
    text-transform: uppercase;
}

.feature-item p {
    margin: 0;
    color: #8490a1;
    font-size: 15px;
}

.product-groups-section {
    padding: 20px 0 70px;
    overflow: hidden;
}

.section-heading {
    max-width: 940px;
    margin-bottom: 70px;
}

.section-heading span,
.about-title span {
    display: block;
    font-size: 50px;
    line-height: .95;
    font-weight: 300;
    letter-spacing: 2px;
}

.section-heading strong,
.about-title strong {
    display: block;
    font-size: 54px;
    line-height: 1;
    font-weight: 900;
    letter-spacing: -1px;
}

.section-heading p {
    margin: 24px 0 0;
    color: #4d5562;
    max-width: 1000px;
}

.product-group-strip {
    display: flex;
    gap: 72px;
    overflow-x: auto;
    padding: 0 calc((100vw - 1170px) / 2) 42px;
    scrollbar-width: none;
}

.product-group-strip::-webkit-scrollbar {
    display: none;
}

.product-group-card {
    flex: 0 0 270px;
    height: 396px;
    position: relative;
    background: #111;
    box-shadow: 0 16px 30px rgba(15, 23, 42, .12);
    overflow: hidden;
    border: 8px solid #111;
}

.product-group-title {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background: #fff;
    min-height: 92px;
    z-index: 2;
    padding: 28px 18px;
    font-size: 21px;
    line-height: 1.05;
    text-align: center;
    text-transform: uppercase;
    font-weight: 900;
    clip-path: polygon(0 0, 100% 0, 100% 72%, 0 100%);
}

.product-group-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: .62;
    transition: transform .35s ease, opacity .35s ease;
}

.product-group-card:hover img {
    transform: scale(1.05);
    opacity: .82;
}

.product-placeholder {
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, #222, #555);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 80px;
    opacity: .7;
}

.product-progress {
    height: 8px;
    background: #f2f2f2;
    border-radius: 999px;
    box-shadow: inset 0 1px 4px rgba(0, 0, 0, .25);
    overflow: hidden;
}

.product-progress span {
    display: block;
    width: 18%;
    height: 100%;
    background: var(--red);
    border-radius: 999px;
}

.stats-banner {
    min-height: 220px;
    background: linear-gradient(rgba(0,0,0,.72), rgba(0,0,0,.72)), url('../images/stats-bg.jpg') center/cover no-repeat;
    background-color: #252525;
    color: #fff;
    display: flex;
    align-items: center;
}

.stats-inner {
    display: flex;
    align-items: center;
    gap: 70px;
}

.stats-brand {
    border-left: 4px solid var(--red);
    padding-left: 34px;
    min-width: 420px;
}

.stats-brand span {
    display: block;
    font-size: 33px;
    letter-spacing: 5px;
    font-weight: 300;
}

.stats-brand strong {
    display: block;
    font-size: 36px;
    line-height: 1.1;
}

.stat-item {
    display: grid;
    grid-template-columns: 60px auto;
    gap: 14px;
    align-items: center;
}

.stat-item i {
    grid-row: span 2;
    color: var(--red);
    font-size: 52px;
}

.stat-item strong {
    font-size: 48px;
    line-height: .9;
}

.stat-item span {
    font-size: 18px;
    font-weight: 800;
    line-height: 1.15;
}

.about-preview {
    padding: 88px 0 90px;
    background: #fff;
}

.about-preview-grid {
    display: grid;
    grid-template-columns: 1fr 570px;
    align-items: center;
    gap: 70px;
}

.about-title {
    margin-bottom: 34px;
}

.since-box {
    border-left: 4px solid var(--red);
    padding-left: 34px;
    margin-bottom: 48px;
}

.since-box span {
    display: block;
    font-size: 24px;
    font-weight: 300;
}

.since-box strong {
    display: block;
    font-size: 23px;
    line-height: 1;
}

.quality-bars {
    margin-bottom: 24px;
}

.quality-row {
    position: relative;
    display: flex;
    align-items: end;
    justify-content: space-between;
    padding-bottom: 10px;
    margin-bottom: 22px;
    border-bottom: 4px solid var(--red);
}

.quality-row::after {
    content: '';
    width: 15px;
    height: 15px;
    border: 4px solid var(--red);
    background: #fff;
    border-radius: 50%;
    position: absolute;
    right: 0;
    bottom: -9px;
}

.quality-row span {
    font-weight: 800;
    color: #141922;
}

.quality-row strong {
    color: var(--red);
    font-size: 28px;
    font-weight: 300;
}

.quality-row small {
    font-size: 15px;
    color: #d89b97;
}

.about-preview-content h2 {
    margin: 0 0 12px;
    font-size: 28px;
    color: #111827;
}

.about-preview-content p {
    margin: 0;
    color: #555d6b;
    font-weight: 700;
}

.about-preview-visual {
    display: flex;
    justify-content: center;
}

.screen-card {
    width: 520px;
    height: 330px;
    background: #fff;
    border-top: 28px solid var(--red);
    box-shadow: 38px 34px 0 #b73b33, -20px -20px 0 #c4120a;
    display: flex;
    align-items: center;
    justify-content: center;
}

.screen-logo {
    color: var(--red);
    font-size: 62px;
    font-weight: 900;
}

.screen-logo span {
    color: #171717;
}

.brand-strip {
    padding: 62px 0;
    background: #fff;
}

.brand-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 34px;
    align-items: center;
}

.brand-item {
    min-height: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #23262b;
    font-size: 28px;
    font-weight: 300;
}

.brand-item strong {
    font-weight: 700;
}

.dealer-strip {
    background: linear-gradient(rgba(0,0,0,.76), rgba(0,0,0,.76)), #2a2a2d;
    color: #fff;
    padding: 42px 0;
}

.dealer-strip-inner {
    display: grid;
    grid-template-columns: 280px 1fr 190px;
    align-items: center;
    gap: 34px;
}

.dealer-title {
    border-right: 4px solid var(--red);
    padding-right: 32px;
    text-align: right;
}

.dealer-title span {
    display: block;
    font-size: 28px;
    font-weight: 300;
}

.dealer-title strong {
    display: block;
    color: var(--red);
    font-size: 21px;
}

.dealer-strip p {
    margin: 0;
    color: #d7dbe2;
}

.dealer-btn {
    background: var(--red);
    color: #fff;
    text-align: center;
    padding: 15px 34px;
    border-radius: 999px;
    font-weight: 900;
}

.site-footer {
    background: linear-gradient(180deg, #252525, #1e1e1f);
    color: #fff;
    padding: 78px 0 0;
}

.footer-grid {
    display: grid;
    grid-template-columns: 1.25fr .8fr 1.35fr 1fr;
    gap: 48px;
}

.footer-logo {
    display: inline-block;
    color: #fff;
    font-size: 34px;
    font-weight: 900;
    margin-bottom: 28px;
}

.footer-logo span {
    color: #d9d9d9;
}

.footer-about p,
.footer-col p {
    margin: 0 0 12px;
    color: #e0e4ea;
    font-size: 14px;
    font-weight: 700;
}

.footer-col h3 {
    margin: 0 0 24px;
    padding-bottom: 18px;
    border-bottom: 1px solid rgba(255,255,255,.18);
    font-size: 24px;
}

.footer-col a {
    display: block;
    color: #cfd4db;
    font-size: 14px;
    margin-bottom: 12px;
    transition: color .2s ease;
}

.footer-col a:hover {
    color: #fff;
}

.footer-col i {
    width: 20px;
    color: #fff;
}

.footer-products {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 4px;
}

.footer-product-thumb {
    aspect-ratio: 1 / 1;
    background: #333;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-weight: 900;
}

.footer-product-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.footer-bottom {
    margin-top: 56px;
    padding: 22px 0;
    border-top: 1px solid rgba(255,255,255,.16);
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #b7bec8;
    font-size: 13px;
}

.footer-social {
    display: flex;
    align-items: center;
    gap: 14px;
}

.footer-social a {
    color: #b7bec8;
}

.whatsapp-float,
.scroll-top {
    position: fixed;
    right: 28px;
    width: 54px;
    height: 54px;
    border-radius: 50%;
    border: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    z-index: 70;
    box-shadow: 0 12px 25px rgba(0,0,0,.18);
}

.whatsapp-float {
    bottom: 94px;
    background: #20c66b;
    font-size: 28px;
}

.scroll-top {
    bottom: 28px;
    background: var(--red);
    cursor: pointer;
    opacity: 0;
    visibility: hidden;
    transition: .2s ease;
}

.scroll-top.is-visible {
    opacity: 1;
    visibility: visible;
}

.mobile-menu-overlay,
.mobile-menu-panel {
    display: none;
}

.temp-page,
.error-page {
    padding: 110px 0;
    text-align: center;
}

.temp-page h1,
.error-page h1 {
    margin: 0 0 10px;
    font-size: 46px;
}

.error-page a {
    display: inline-flex;
    margin-top: 18px;
    background: var(--red);
    color: #fff;
    border-radius: 999px;
    padding: 13px 28px;
    font-weight: 800;
}

@media (max-width: 1200px) {
    .product-group-strip {
        padding-left: 20px;
        padding-right: 20px;
        gap: 28px;
    }

    .hero-inner {
        grid-template-columns: 420px 1fr;
    }

    .hero-card h1 {
        font-size: 48px;
    }
}

@media (max-width: 992px) {
    .site-header,
    .header-inner {
        height: 72px;
    }

    .main-nav,
    .lang-btn {
        display: none;
    }

    .mobile-menu-btn {
        display: inline-flex;
        align-items: center;
        justify-content: center;
    }

    .hero-inner {
        grid-template-columns: 1fr;
        padding: 38px 0;
    }

    .hero-slide,
    .hero-inner {
        min-height: auto;
    }

    .hero-visual {
        min-height: 300px;
    }

    .hero-kento-badge {
        display: none;
    }

    .hero-keywords {
        grid-template-columns: 1fr;
        gap: 12px;
        margin-top: 28px;
        font-size: 21px;
    }

    .hero-city {
        display: none;
    }

    .feature-grid {
        grid-template-columns: 1fr;
        gap: 34px;
    }

    .about-preview-grid,
    .dealer-strip-inner,
    .footer-grid {
        grid-template-columns: 1fr;
    }

    .screen-card {
        width: 100%;
        max-width: 520px;
    }

    .stats-inner {
        flex-direction: column;
        align-items: flex-start;
        padding: 48px 0;
        gap: 28px;
    }

    .stats-brand {
        min-width: 0;
    }

    .brand-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .dealer-title {
        border-right: 0;
        border-left: 4px solid var(--red);
        padding-right: 0;
        padding-left: 20px;
        text-align: left;
    }

    .mobile-menu-overlay {
        display: block;
        position: fixed;
        inset: 0;
        background: rgba(0,0,0,.55);
        z-index: 100;
        opacity: 0;
        visibility: hidden;
        transition: .22s ease;
    }

    .mobile-menu-panel {
        display: block;
        position: fixed;
        top: 0;
        left: 0;
        width: min(340px, 86vw);
        height: 100vh;
        background: #fff;
        z-index: 101;
        transform: translateX(-105%);
        transition: .25s ease;
        box-shadow: 20px 0 60px rgba(0,0,0,.18);
    }

    .mobile-menu-open .mobile-menu-overlay {
        opacity: 1;
        visibility: visible;
    }

    .mobile-menu-open .mobile-menu-panel {
        transform: translateX(0);
    }

    .mobile-menu-head {
        height: 76px;
        padding: 0 22px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        border-bottom: 1px solid var(--border);
    }

    .mobile-menu-head strong {
        color: var(--red);
        font-size: 22px;
    }

    .mobile-menu-close {
        width: 42px;
        height: 42px;
        border: 0;
        border-radius: 14px;
        background: #f5f6f8;
        color: #111827;
    }

    .mobile-nav {
        padding: 18px;
    }

    .mobile-nav a {
        display: block;
        padding: 15px 14px;
        border-radius: 14px;
        color: #17202e;
        font-weight: 800;
    }

    .mobile-nav a:hover {
        background: #f8e9e7;
        color: var(--red);
    }
}

@media (max-width: 640px) {
    .container {
        width: min(100% - 28px, 1170px);
    }

    .site-logo {
        min-width: 0;
    }

    .logo-text strong {
        font-size: 22px;
    }

    .logo-text small {
        font-size: 10px;
    }

    .logo-mark {
        width: 36px;
        height: 36px;
        font-size: 20px;
    }

    .hero-card {
        padding: 28px;
        min-height: 310px;
    }

    .hero-card-logo {
        font-size: 24px;
        padding: 10px 18px;
        margin-bottom: 24px;
    }

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

    .hero-hand-title {
        font-size: 28px;
    }

    .section-heading span,
    .about-title span {
        font-size: 38px;
    }

    .section-heading strong,
    .about-title strong {
        font-size: 40px;
    }

    .product-group-card {
        flex-basis: 230px;
        height: 340px;
    }

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

    .screen-card {
        height: 240px;
        box-shadow: 20px 20px 0 #b73b33, -10px -10px 0 #c4120a;
    }

    .screen-logo {
        font-size: 42px;
    }

    .whatsapp-float,
    .scroll-top {
        right: 18px;
        width: 48px;
        height: 48px;
    }
}
.page-hero {
    min-height: 170px;
    background:
        linear-gradient(rgba(5, 24, 39, .72), rgba(5, 24, 39, .72)),
        linear-gradient(120deg, #123247, #1b566e);
    display: flex;
    align-items: center;
    color: #fff;
    text-align: center;
}

.page-hero h1 {
    margin: 0;
    font-size: 34px;
    line-height: 1.2;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: .3px;
}

.breadcrumb-wrap {
    position: relative;
    z-index: 4;
    margin-top: -32px;
}

.breadcrumb-box {
    min-height: 64px;
    background: #fff;
    box-shadow: 0 12px 30px rgba(15, 23, 42, .10);
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 0 28px;
    font-size: 11px;
    font-weight: 800;
    color: #9aa2af;
    text-transform: uppercase;
}

.breadcrumb-box a {
    color: #8b94a3;
}

.breadcrumb-box a:first-child {
    width: 46px;
    height: 46px;
    margin-left: -16px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: var(--red);
    border-right: 1px solid #eef1f5;
}

.breadcrumb-box strong {
    color: #c6ccd5;
}

.products-page,
.category-products-page,
.product-detail-page {
    padding: 70px 0 92px;
    background: #fff;
}

.category-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 28px;
}

.category-card {
    min-height: 265px;
    position: relative;
    overflow: hidden;
    border: 6px solid #161616;
    background: #151515;
    box-shadow: 0 12px 28px rgba(15, 23, 42, .10);
}

.category-card-title {
    position: absolute;
    z-index: 3;
    top: 0;
    left: 0;
    right: 0;
    min-height: 74px;
    background: #fff;
    color: #25282d;
    padding: 18px 12px;
    text-align: center;
    font-size: 17px;
    line-height: 1.08;
    font-weight: 900;
    text-transform: uppercase;
    clip-path: polygon(0 0, 100% 0, 100% 72%, 0 100%);
}

.category-card img {
    width: 100%;
    height: 100%;
    min-height: 265px;
    object-fit: cover;
    opacity: .62;
    transition: .3s ease;
}

.category-card:hover img {
    opacity: .86;
    transform: scale(1.05);
}

.category-card-placeholder {
    min-height: 265px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgba(255,255,255,.5);
    font-size: 64px;
    background: linear-gradient(135deg, #222, #555);
}

.product-list-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 34px 28px;
}

.product-card {
    position: relative;
    display: block;
}

.product-image {
    height: 230px;
    background: #f7f8fa;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.product-image img {
    max-width: 92%;
    max-height: 210px;
    object-fit: contain;
}

.product-image > i {
    font-size: 90px;
    color: #e6e8ed;
}

.product-plus {
    position: absolute;
    right: 16px;
    bottom: -16px;
    width: 34px;
    height: 34px;
    background: #fff;
    color: var(--red);
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 8px 18px rgba(15, 23, 42, .15);
}

.product-card-body {
    background: var(--red);
    color: #fff;
    padding: 18px 22px 20px;
    min-height: 78px;
}

.product-card-body h2 {
    margin: 0 0 2px;
    font-size: 15px;
    line-height: 1.25;
}

.product-card-body span {
    display: block;
    font-size: 11px;
    text-transform: uppercase;
    opacity: .88;
}

.empty-state {
    text-align: center;
    border: 1px solid var(--border);
    padding: 50px 24px;
    border-radius: 20px;
    background: #fff;
}

.empty-state h2 {
    margin: 0 0 8px;
    font-size: 24px;
}

.empty-state p {
    margin: 0;
    color: var(--muted);
}

.product-detail-grid {
    display: grid;
    grid-template-columns: 1fr 270px;
    gap: 55px;
    align-items: start;
}

.product-top {
    display: grid;
    grid-template-columns: 310px 1fr;
    gap: 42px;
    align-items: start;
    margin-bottom: 62px;
}

.product-detail-image {
    min-height: 330px;
    position: relative;
    background: #f8f9fb;
    display: flex;
    align-items: center;
    justify-content: center;
}

.product-detail-image img {
    max-width: 90%;
    max-height: 300px;
    object-fit: contain;
}

.detail-placeholder {
    color: #e0e4ea;
    font-size: 120px;
}

.new-badge {
    position: absolute;
    top: 16px;
    left: -14px;
    width: 48px;
    height: 48px;
    background: #69bd45;
    color: #fff;
    border-radius: 50%;
    font-size: 11px;
    font-weight: 900;
    display: flex;
    align-items: center;
    justify-content: center;
}

.product-category-label {
    display: block;
    font-size: 11px;
    color: #555d6b;
    text-transform: uppercase;
    margin-bottom: 6px;
}

.product-info h2 {
    margin: 0 0 30px;
    font-size: 22px;
    line-height: 1.2;
    color: #101828;
}

.stock-list {
    display: grid;
    gap: 4px;
    margin-bottom: 22px;
}

.stock-list span {
    font-size: 12px;
    font-weight: 800;
    color: #333b48;
}

.product-icons {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-bottom: 26px;
}

.product-icons span {
    width: 62px;
    height: 62px;
    background: var(--red);
    color: #fff;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 12px;
    line-height: 1.05;
    font-weight: 900;
}

.detail-contact-btn {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    background: #fff;
    color: var(--red);
    border-radius: 999px;
    padding: 12px 20px;
    font-size: 12px;
    font-weight: 900;
    text-transform: uppercase;
    box-shadow: 0 12px 24px rgba(15, 23, 42, .10);
}

.product-description-box {
    border-top: 1px solid #dde3eb;
    position: relative;
    padding-top: 45px;
}

.tab-title {
    position: absolute;
    top: -17px;
    left: 0;
    background: var(--red);
    color: #fff;
    padding: 11px 26px;
    font-size: 12px;
    font-weight: 900;
    text-transform: uppercase;
    clip-path: polygon(0 0, 86% 0, 100% 100%, 0 100%);
}

.description-content {
    color: #333b48;
    font-size: 14px;
    font-weight: 700;
}

.description-content::before {
    content: '❞';
    color: var(--red);
    font-size: 28px;
    font-weight: 900;
    margin-right: 12px;
}

.spec-table {
    margin-top: 28px;
    border: 1px solid var(--border);
}

.spec-table div {
    display: grid;
    grid-template-columns: 220px 1fr;
    border-bottom: 1px solid var(--border);
}

.spec-table div:last-child {
    border-bottom: 0;
}

.spec-table strong,
.spec-table span {
    padding: 13px 16px;
    font-size: 14px;
}

.spec-table strong {
    background: #f8f9fb;
}

.certificate-row {
    display: flex;
    gap: 12px;
    margin-top: 34px;
}

.certificate-row span {
    width: 70px;
    height: 70px;
    border: 4px solid #d83a32;
    color: #d83a32;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 900;
    font-size: 14px;
}

.product-sidebar h3 {
    margin: 0 0 16px;
    font-size: 16px;
    color: #111827;
}

.product-sidebar nav {
    display: grid;
    gap: 3px;
}

.product-sidebar a {
    display: block;
    padding: 8px 12px;
    font-size: 12px;
    color: #4d5562;
    text-transform: uppercase;
    transition: .2s ease;
}

.product-sidebar a:hover,
.product-sidebar a.is-active {
    background: var(--red);
    color: #fff;
}

@media (max-width: 992px) {
    .category-grid,
    .product-list-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .product-detail-grid,
    .product-top {
        grid-template-columns: 1fr;
    }

    .product-sidebar {
        order: -1;
    }
}

@media (max-width: 640px) {
    .page-hero {
        min-height: 140px;
    }

    .page-hero h1 {
        font-size: 26px;
    }

    .breadcrumb-box {
        overflow-x: auto;
        white-space: nowrap;
        padding-right: 18px;
    }

    .category-grid,
    .product-list-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 16px;
    }

    .category-card {
        min-height: 210px;
        border-width: 5px;
    }

    .category-card img,
    .category-card-placeholder {
        min-height: 210px;
    }

    .category-card-title {
        min-height: 64px;
        font-size: 13px;
        padding: 15px 8px;
    }

    .product-image {
        height: 180px;
    }

    .product-card-body {
        padding: 15px;
    }

    .product-card-body h2 {
        font-size: 13px;
    }

    .product-detail-image {
        min-height: 260px;
    }

    .spec-table div {
        grid-template-columns: 1fr;
    }
}
.lang-switch {
    position: relative;
}

.lang-menu {
    position: absolute;
    top: calc(100% + 10px);
    right: 0;
    min-width: 92px;
    background: #fff;
    border: 1px solid var(--border);
    border-radius: 16px;
    padding: 8px;
    box-shadow: 0 18px 40px rgba(15, 23, 42, .12);
    opacity: 0;
    visibility: hidden;
    transform: translateY(8px);
    transition: .2s ease;
    z-index: 100;
}

.lang-switch:hover .lang-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.lang-menu a {
    display: block;
    padding: 8px 12px;
    border-radius: 10px;
    font-size: 13px;
    font-weight: 800;
    color: #1f2937;
}

.lang-menu a:hover {
    background: #f8e9e7;
    color: var(--red);
}
.mini-label {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--red);
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 12px;
}

.mini-label::before {
    content: '';
    width: 34px;
    height: 2px;
    background: var(--red);
    display: inline-block;
}

.primary-red-btn {
    border: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: max-content;
    min-height: 46px;
    background: var(--red);
    color: #fff;
    border-radius: 999px;
    padding: 12px 28px;
    font-size: 13px;
    font-weight: 900;
    cursor: pointer;
    box-shadow: 0 14px 26px rgba(189, 16, 8, .20);
    transition: .2s ease;
}

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

.about-page,
.catalog-page,
.contact-page,
.dealer-page {
    padding: 74px 0 96px;
    background: #fff;
}

.about-page-grid {
    display: grid;
    grid-template-columns: 1fr 470px;
    gap: 72px;
    align-items: center;
}

.about-page-content h2,
.catalog-intro h2,
.contact-info-card h2,
.dealer-info-card h2 {
    margin: 0 0 24px;
    color: #111827;
    font-size: 38px;
    line-height: 1.12;
    letter-spacing: -1px;
}

.about-page-content h3 {
    margin: 0 0 12px;
    color: var(--red);
    font-size: 22px;
}

.about-page-content p,
.catalog-intro p,
.contact-info-card p,
.dealer-info-card p {
    margin: 0;
    color: #566171;
    font-size: 15px;
    font-weight: 600;
}

.about-values {
    margin-top: 36px;
    display: grid;
    gap: 18px;
}

.about-values article {
    display: grid;
    grid-template-columns: 58px 1fr;
    gap: 18px;
    align-items: start;
    padding: 22px;
    background: #fff;
    border: 1px solid var(--border);
    border-radius: 22px;
    box-shadow: 0 14px 34px rgba(15, 23, 42, .05);
}

.about-values article i {
    width: 58px;
    height: 58px;
    border-radius: 18px;
    background: #fff1f0;
    color: var(--red);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
}

.about-values article h4 {
    margin: 0 0 6px;
    font-size: 18px;
    color: #111827;
}

.about-values article p {
    font-size: 14px;
    font-weight: 500;
}

.about-page-visual {
    position: relative;
    min-height: 480px;
}

.about-device {
    position: absolute;
    top: 88px;
    right: 20px;
    width: 380px;
    height: 270px;
    background: #fff;
    border-top: 24px solid var(--red);
    box-shadow: 28px 28px 0 #b73b33, -16px -16px 0 #d21b12;
    display: flex;
    align-items: center;
    justify-content: center;
}

.about-device-logo {
    color: var(--red);
    font-size: 46px;
    font-weight: 900;
}

.about-device-logo span {
    color: #171717;
}

.about-red-card {
    position: absolute;
    top: 0;
    left: 10px;
    width: 150px;
    height: 150px;
    border-radius: 34px;
    background: var(--red);
    color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    z-index: 2;
    box-shadow: 0 18px 38px rgba(189, 16, 8, .25);
}

.about-red-card span {
    font-size: 42px;
    line-height: .9;
    font-weight: 900;
}

.about-red-card strong {
    font-size: 14px;
    margin-top: 8px;
}

.about-stat-card {
    position: absolute;
    bottom: 24px;
    left: 40px;
    background: #fff;
    border-radius: 24px;
    padding: 22px 28px;
    box-shadow: 0 20px 45px rgba(15, 23, 42, .13);
    border: 1px solid var(--border);
}

.about-stat-card strong {
    display: block;
    color: var(--red);
    font-size: 28px;
    line-height: 1;
}

.about-stat-card span {
    display: block;
    margin-top: 6px;
    color: #566171;
    font-weight: 800;
}

.catalog-intro {
    max-width: 720px;
    margin-bottom: 34px;
}

.catalog-demo-card,
.catalog-item {
    background: #fff;
    border: 1px solid var(--border);
    border-radius: 28px;
    box-shadow: 0 18px 45px rgba(15, 23, 42, .07);
    overflow: hidden;
}

.catalog-demo-card {
    display: grid;
    grid-template-columns: 330px 1fr;
    align-items: stretch;
}

.catalog-cover,
.catalog-item-cover {
    min-height: 370px;
    background: linear-gradient(135deg, var(--red), #8c0c07);
    color: #fff;
    padding: 34px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.catalog-cover-logo {
    font-size: 34px;
    font-weight: 900;
    background: #fff;
    color: var(--red);
    width: max-content;
    padding: 10px 18px;
    border-radius: 16px;
    margin-bottom: 34px;
}

.catalog-cover-logo span {
    color: #111;
}

.catalog-cover strong {
    font-size: 72px;
    line-height: .9;
}

.catalog-cover > span {
    font-size: 18px;
    font-weight: 900;
    letter-spacing: 2px;
    margin-top: 10px;
}

.catalog-demo-content {
    padding: 48px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.catalog-demo-content h3,
.catalog-item-body h3 {
    margin: 0 0 12px;
    font-size: 28px;
    color: #111827;
}

.catalog-demo-content p {
    margin: 0 0 26px;
    color: #566171;
    font-weight: 600;
}

.catalog-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 28px;
}

.catalog-item-cover {
    min-height: 250px;
    padding: 24px;
}

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

.catalog-item-body {
    padding: 24px;
}

.contact-grid,
.dealer-page-grid {
    display: grid;
    grid-template-columns: 430px 1fr;
    gap: 42px;
    align-items: start;
}

.contact-info-card,
.dealer-info-card,
.form-card {
    background: #fff;
    border: 1px solid var(--border);
    border-radius: 28px;
    padding: 34px;
    box-shadow: 0 18px 45px rgba(15, 23, 42, .07);
}

.contact-info-list {
    margin-top: 30px;
    display: grid;
    gap: 16px;
}

.contact-info-list div {
    display: grid;
    grid-template-columns: 46px 1fr;
    gap: 14px;
    align-items: start;
}

.contact-info-list i {
    width: 46px;
    height: 46px;
    border-radius: 16px;
    background: #fff1f0;
    color: var(--red);
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.contact-info-list strong {
    display: block;
    color: #111827;
    font-size: 14px;
    margin-bottom: 2px;
}

.contact-info-list span {
    display: block;
    color: #667085;
    font-size: 13px;
    font-weight: 600;
}

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

.form-grid label {
    display: grid;
    gap: 7px;
}

.form-grid label.full {
    grid-column: 1 / -1;
}

.form-grid span {
    color: #344054;
    font-size: 13px;
    font-weight: 800;
}

.form-grid input,
.form-grid textarea {
    width: 100%;
    border: 1px solid #dfe4ea;
    background: #fbfcfe;
    border-radius: 16px;
    padding: 13px 15px;
    color: #111827;
    outline: none;
    transition: .2s ease;
}

.form-grid input:focus,
.form-grid textarea:focus {
    border-color: rgba(189, 16, 8, .45);
    box-shadow: 0 0 0 4px rgba(189, 16, 8, .08);
    background: #fff;
}

.form-card .primary-red-btn {
    margin-top: 22px;
}

.alert {
    border-radius: 16px;
    padding: 14px 16px;
    font-size: 14px;
    font-weight: 800;
    margin-bottom: 18px;
}

.success-alert {
    color: #067647;
    background: #ecfdf3;
    border: 1px solid #abefc6;
}

.error-alert {
    color: #b42318;
    background: #fef3f2;
    border: 1px solid #fecdca;
}

.dealer-benefits {
    margin-top: 30px;
    display: grid;
    gap: 14px;
}

.dealer-benefits div {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 16px;
    border-radius: 18px;
    background: #fbfcfe;
    border: 1px solid var(--border);
}

.dealer-benefits i {
    width: 44px;
    height: 44px;
    border-radius: 15px;
    background: var(--red);
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.dealer-benefits strong {
    color: #111827;
    font-size: 14px;
}

@media (max-width: 992px) {
    .about-page-grid,
    .contact-grid,
    .dealer-page-grid,
    .catalog-demo-card {
        grid-template-columns: 1fr;
    }

    .about-page-visual {
        min-height: 420px;
    }

    .about-device {
        width: min(360px, 82vw);
        right: 36px;
    }

    .catalog-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 640px) {
    .about-page,
    .catalog-page,
    .contact-page,
    .dealer-page {
        padding: 58px 0 74px;
    }

    .about-page-content h2,
    .catalog-intro h2,
    .contact-info-card h2,
    .dealer-info-card h2 {
        font-size: 28px;
    }

    .about-values article {
        grid-template-columns: 1fr;
    }

    .about-page-visual {
        min-height: 340px;
    }

    .about-device {
        top: 72px;
        right: 18px;
        width: 250px;
        height: 190px;
        box-shadow: 16px 16px 0 #b73b33, -8px -8px 0 #d21b12;
    }

    .about-device-logo {
        font-size: 31px;
    }

    .about-red-card {
        width: 118px;
        height: 118px;
        border-radius: 26px;
    }

    .about-red-card span {
        font-size: 32px;
    }

    .about-stat-card {
        left: 12px;
        bottom: 4px;
        padding: 18px 22px;
    }

    .catalog-cover {
        min-height: 290px;
    }

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

    .contact-info-card,
    .dealer-info-card,
    .form-card {
        padding: 24px;
        border-radius: 24px;
    }

    .form-grid {
        grid-template-columns: 1fr;
    }
}
.hero-slider {
    position: relative;
    background: var(--red);
    overflow: hidden;
}

.db-hero-slide {
    display: none;
    min-height: 520px;
    background:
        linear-gradient(90deg, rgba(185, 18, 10, .96), rgba(205, 24, 13, .82));
    background-size: cover;
    background-position: center;
    position: relative;
}

.db-hero-slide.is-active {
    display: block;
    animation: heroFade .45s ease both;
}

@keyframes heroFade {
    from {
        opacity: .35;
        transform: scale(1.01);
    }

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

.db-hero-inner {
    min-height: 520px;
    display: grid;
    grid-template-columns: 470px 1fr;
    align-items: center;
    gap: 42px;
    position: relative;
    z-index: 2;
}

.db-hero-card {
    min-height: 350px;
    background: rgba(118, 11, 5, .42);
    color: #fff;
    padding: 46px 52px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    backdrop-filter: blur(3px);
}

.db-hero-card h1 {
    font-size: 56px;
    line-height: .98;
    letter-spacing: -2px;
    text-transform: uppercase;
    font-weight: 300;
    margin: 0 0 20px;
}

.db-hero-card h1 strong {
    display: block;
    font-weight: 900;
}

.db-hero-card p {
    margin: 0 0 28px;
    color: rgba(255, 255, 255, .88);
    font-size: 16px;
    font-weight: 700;
    max-width: 460px;
}

.db-hero-card a {
    width: max-content;
    background: #930d06;
    color: #fff;
    font-size: 13px;
    font-weight: 900;
    padding: 13px 31px;
    border-radius: 999px;
    text-transform: uppercase;
    box-shadow: 0 14px 26px rgba(0, 0, 0, .18);
}

.db-hero-decoration {
    min-height: 390px;
    position: relative;
    color: #fff;
}

.hero-dots {
    position: absolute;
    left: 50%;
    bottom: 24px;
    transform: translateX(-50%);
    z-index: 6;
    display: flex;
    align-items: center;
    gap: 9px;
}

.hero-dots button {
    width: 10px;
    height: 10px;
    border: 0;
    border-radius: 999px;
    background: rgba(255,255,255,.55);
    cursor: pointer;
    transition: .2s ease;
}

.hero-dots button.is-active {
    width: 30px;
    background: #fff;
}

.hero-arrow {
    opacity: 0;
    visibility: hidden;
    transition: .2s ease;
}

.hero-slider:hover .hero-arrow {
    opacity: 1;
    visibility: visible;
}

@media (max-width: 992px) {
    .db-hero-inner {
        grid-template-columns: 1fr;
        min-height: auto;
        padding: 38px 0 70px;
    }

    .db-hero-slide {
        min-height: auto;
    }

    .db-hero-card {
        min-height: 310px;
    }

    .db-hero-decoration {
        min-height: 250px;
    }

    .db-hero-decoration .hero-kento-badge {
        display: none;
    }
}

@media (max-width: 640px) {
    .db-hero-card {
        padding: 28px;
    }

    .db-hero-card h1 {
        font-size: 36px;
        letter-spacing: -1px;
    }

    .db-hero-card p {
        font-size: 14px;
    }

    .hero-arrow {
        display: none;
    }

    .hero-dots {
        bottom: 18px;
    }
}
.db-hero-clean-inner {
    grid-template-columns: 470px 1fr;
}

.db-hero-clean-card {
    max-width: 470px;
}

.db-hero-clean-inner::after {
    content: '';
    display: block;
}

.db-hero-decoration {
    display: none !important;
}

@media (max-width: 992px) {
    .db-hero-clean-inner {
        grid-template-columns: 1fr;
    }

    .db-hero-clean-card {
        max-width: 100%;
    }
}
.db-hero-slide {
    background-image:
        linear-gradient(90deg, rgba(120, 8, 4, .45), rgba(197, 22, 13, .03)),
        var(--slide-image) !important;
    background-size: cover !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
}

.db-hero-slide:not([style*="--slide-image"]) {
    background-image:
        linear-gradient(90deg, rgba(185, 18, 10, .96), rgba(205, 24, 13, .82)) !important;
}