.about-page .breadcrumb {
    padding: 22px 0;
    margin-bottom: 0;
}

.about-page .about-box {
    position: relative;
    padding-right: 90px;
    padding-bottom: 80px;
}

.about-page .about-box .main-img {
    width: 100%;
    display: block;
    object-fit: cover;
    min-height: 440px;
}

.about-page .about-box .sub-img {
    position: absolute;
    right: 0;
    bottom: 0;
    width: min(42%, 260px);
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 18px 40px rgba(15, 23, 42, 0.18);
    border: 6px solid #fff;
    background: #fff;
}

.about-page .about-box .sub-img img {
    width: 100%;
    display: block;
}

.about-page .intro-lead,
.about-page .section-copy {
    color: #5d6679;
    line-height: 1.85;
}

.about-page .service-grid,
.about-page .value-grid,
.about-page .customer-grid {
    display: grid;
    gap: 24px;
}

.about-page .service-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.about-page .value-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.about-page .customer-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.about-page .info-card {
    background: #fff;
    border: 1px solid #e8edf5;
    border-radius: 20px;
    padding: 28px;
    height: 100%;
    box-shadow: 0 12px 30px rgba(15, 23, 42, 0.05);
}

.about-page .info-card h4,
.about-page .info-card h5 {
    margin-bottom: 12px;
}

.about-page .info-card p {
    color: #5d6679;
    line-height: 1.8;
    margin-bottom: 0;
}

.about-page .story-box {
    border-radius: 28px;
    background: linear-gradient(135deg, #fff7ef 0%, #ffffff 100%);
    padding: 32px;
    box-shadow: 0 18px 40px rgba(15, 23, 42, 0.08);
}

.about-page .contact-box {
    border-radius: 24px;
    background: #111827;
    color: #fff;
    padding: 32px;
}

.about-page .contact-box p {
    color: rgba(255, 255, 255, 0.78);
}

.about-page .contact-box strong,
.about-page .contact-box a {
    color: #fff;
}

.contact-page-wrap .breadcrumb {
    padding: 22px 0;
    margin-bottom: 0;
}

.contact-page-wrap .contact-page {
    padding-bottom: 84px;
}

.contact-page-wrap .contact-page-info,
.contact-page-wrap .contact-page-form {
    border-radius: 20px;
    background: #fff;
    box-shadow: 0 16px 40px rgba(15, 23, 42, 0.06);
    padding: 32px;
    height: 100%;
}

.contact-page-wrap .contact-page-info-social a {
    width: 46px;
    height: 46px;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #f8fafc;
    border: 1px solid #e2e8f0;
}

.contact-page-wrap .contact-page-form input,
.contact-page-wrap .contact-page-form textarea {
    width: 100%;
}

.contact-page-wrap .contact-page-form textarea {
    min-height: 140px;
    border-radius: 16px;
    border: 1px solid #e2e8f0;
    padding: 14px 16px;
    resize: vertical;
}

.page-shell {
    padding: 110px 0 90px;
    background:
        radial-gradient(circle at top right, rgba(249, 115, 22, 0.16), transparent 28%),
        linear-gradient(180deg, #fff 0%, #f8fafc 100%);
}

.page-hero-box {
    padding: 42px;
    border-radius: 32px;
    background: linear-gradient(135deg, #0f172a 0%, #1e293b 100%);
    color: #fff;
    box-shadow: 0 24px 70px rgba(15, 23, 42, 0.12);
}

.page-kicker {
    display: inline-flex;
    padding: 10px 16px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.14);
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 0.1em;
}

.page-hero-box h1 {
    margin: 22px 0 14px;
    font-size: clamp(34px, 5vw, 56px);
    line-height: 1.1;
}

.page-hero-box p {
    max-width: 760px;
    color: rgba(255, 255, 255, 0.82);
    line-height: 1.8;
    margin-bottom: 0;
}

.page-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.15fr) minmax(320px, 0.85fr);
    gap: 28px;
    margin-top: 34px;
}

.page-card {
    background: #fff;
    border-radius: 28px;
    padding: 32px;
    box-shadow: 0 18px 50px rgba(15, 23, 42, 0.06);
    height: 100%;
}

.page-card h2,
.page-card h3 {
    color: #0f172a;
    margin-bottom: 14px;
}

.page-card p,
.page-card li {
    color: #64748b;
    line-height: 1.8;
}

.page-card ul {
    margin: 0;
    padding-left: 18px;
}

.page-cta {
    margin-top: 18px;
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
}

#wrapper {
    width: 100%;
}

.dealer-listing-page .breadcrumb {
    margin-bottom: 0;
    padding: 22px 0;
}

.dealer-listing-page .dealer-phone-list {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.dealer-listing-page .dealer-phone-list a + a::before {
    content: "/";
    color: #9fa1a4;
    margin-right: 10px;
}

.listing-details--sidebar {
    position: sticky;
    top: 110px;
    align-self: flex-start;
}

.listing-sidebar-right .card-box-style-1 .image {
    height: 320px;
    padding: 12px;
    border: 1px solid #e5e7eb;
    border-radius: 22px 22px 0 0;
    background: #fff;
    overflow: hidden;
}

.listing-sidebar-right .card-box-style-1 .image > a,
.listing-sidebar-right .card-box-style-1 .image .card--img {
    width: 100%;
    height: 100%;
    display: block;
}

.listing-sidebar-right .card-box-style-1 .image .card--img {
    object-fit: cover;
    object-position: center;
    border-radius: 14px;
}

.listing-sidebar-right .card-box .content .card-box__title,
.listing-sidebar-right .card-box .content .card-box__title > a {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    min-height: calc(1.44em * 2);
}

.listing-sidebar-right .card-box .content .tag {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    gap: 12px;
    overflow: hidden;
}

.listing-sidebar-right .card-box .content .tag li {
    min-width: 0;
    flex: 0 1 auto;
}

.listing-sidebar-right .card-box .content .tag li span {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.innerpage__sidebar .recent-post .title {
    font-size: 16px;
    line-height: 1.5;
}

.innerpage__content .post-style-2 {
    display: block;
}

.swiper-news .swiper-slide {
    height: auto;
}

.swiper-news .post-style-2 {
    display: block;
    height: 100%;
    border-radius: 20px;
    overflow: hidden;
}

.news-list-page .news-list-spacing {
    height: 40px;
}

.product-list-page .product-list-spacing {
    height: 40px;
}

.innerpage__content .post-style-2 .post--img {
    width: 100%;
    height: 500px;
    object-fit: cover;
    object-position: center;
}

.swiper-news .post-style-2 .post--img {
    width: 100%;
    height: 340px;
    object-fit: cover;
    object-position: center;
    display: block;
}

.innerpage__content .post-style-6 .image {
    height: 260px;
    overflow: hidden;
    border-radius: 20px;
}

.innerpage__content .post-style-6 .post--img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.product-detail-content {
    color: #475569;
    font-size: 17px;
    line-height: 1.85;
}

.product-detail-summary {
    padding: 22px 24px;
    border-radius: 22px;
    border: 1px solid #e6edf5;
    background:
        linear-gradient(135deg, rgba(236, 253, 245, 0.9) 0%, rgba(248, 250, 252, 0.95) 100%);
    box-shadow: 0 14px 34px rgba(15, 23, 42, 0.05);
}

.product-gallery-shell {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1fr) 116px;
    gap: 18px;
    align-items: stretch;
    padding: 0;
}

.product-details-page .swiper-listing-details-main-style-2,
.product-details-page .swiper-listing-details-thumbs-style-2 {
    min-width: 0;
}

.product-details-page .swiper-listing-details-main-style-2 {
    border-radius: 28px;
    overflow: hidden;
}

.product-details-page .swiper-listing-details-main-style-2 .listing-details-item {
    display: block;
    border-radius: 28px;
    overflow: hidden;
}

.product-details-page .swiper-listing-details-main-style-2 .swiper-slide {
    border-radius: 28px;
    overflow: hidden;
    height: 620px;
}

.product-details-page .swiper-listing-details-main-style-2 .main {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
}

.product-details-page .swiper-listing-details-thumbs-style-2 {
    position: static;
    top: auto;
    right: auto;
    z-index: auto;
    height: 620px;
}

.product-details-page .swiper-listing-details-thumbs-style-2 .swiper-slide {
    height: calc((620px - 64px) / 5);
}

.product-details-page .swiper-listing-details-thumbs-style-2 .listing-details-thumb {
    height: 100%;
    border-radius: 20px;
    overflow: hidden;
}

.product-details-page .swiper-listing-details-thumbs-style-2 .listing-details-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.product-detail-summary p {
    color: #475569;
    font-size: 17px;
    line-height: 1.85;
}

.product-detail-content > *:first-child {
    margin-top: 0;
}

.product-detail-content > *:last-child {
    margin-bottom: 0;
}

.product-detail-content h2,
.product-detail-content h3,
.product-detail-content h4 {
    color: #0f172a;
    font-weight: 700;
    line-height: 1.28;
    letter-spacing: -0.02em;
    margin-top: 1.5em;
    margin-bottom: 0.6em;
    font-family: inherit;
}

.product-detail-content h2 {
    font-size: 1.4rem;
}

.product-detail-content h3 {
    font-size: 1.5rem;
}

.product-detail-content h4 {
    font-size: clamp(20px, 2.2vw, 24px);
}

.product-detail-content p {
    margin-bottom: 1em;
}

.product-detail-content ul,
.product-detail-content ol {
    margin: 0 0 1.25em;
    padding-left: 1.4em;
}

.product-detail-content ul {
    list-style: disc;
}

.product-detail-content li {
    margin-bottom: 0.55em;
    padding-left: 0;
    list-style: circle;
}

.product-detail-content ul li::marker {
    color: #0f172a;
    font-size: 1em;
}

.product-detail-content img {
    display: block;
    max-width: 100%;
    height: auto;
    margin: 1.5em auto;
    border-radius: 22px;
    box-shadow: 0 18px 45px rgba(15, 23, 42, 0.12);
}

.product-detail-content figure {
    display: table;
    max-width: 100%;
    margin: 1.5em auto;
}

.product-detail-content figure img {
    margin: 0 auto;
}

.product-detail-content figure figcaption {
    text-align: center;
}

.product-detail-content a {
    color: #0f766e;
    text-decoration: none;
}

.product-detail-content p[style*="text-align:center"],
.product-detail-content div[style*="text-align:center"],
.product-detail-content figure.image.image-style-align-center,
.product-detail-content figure[style*="text-align:center"] {
    text-align: center;
}

.product-detail-content figure.image.image-style-align-center,
.product-detail-content figure[style*="text-align:center"] {
    margin-left: auto;
    margin-right: auto;
}

.product-detail-content figure.image.image-style-align-center img,
.product-detail-content figure[style*="text-align:center"] img,
.product-detail-content p[style*="text-align:center"] img,
.product-detail-content div[style*="text-align:center"] img {
    margin-left: auto;
    margin-right: auto;
}

.product-detail-content strong,
.product-detail-content b {
    color: #0f172a;
    font-weight: 700;
}

.dealer-page .dealer-hero {
    display: grid;
    grid-template-columns: minmax(0, 1.15fr) minmax(320px, 0.85fr);
    gap: 28px;
    align-items: stretch;
    margin-bottom: 28px;
}

.dealer-page .dealer-hero__copy {
    padding: 42px;
    border-radius: 30px;
    background:
        radial-gradient(circle at top right, rgba(249, 115, 22, 0.22), transparent 26%),
        linear-gradient(135deg, #0f172a 0%, #1f2937 100%);
    color: #fff;
    box-shadow: 0 24px 60px rgba(15, 23, 42, 0.12);
}

.dealer-page .dealer-kicker {
    display: inline-flex;
    padding: 8px 14px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.14);
    font-size: 12px;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.dealer-page .dealer-hero__copy h1 {
    margin: 18px 0 12px;
    color: #fff;
    font-size: clamp(34px, 5vw, 54px);
    line-height: 1.08;
}

.dealer-page .dealer-hero__copy p {
    color: rgba(255, 255, 255, 0.82);
    max-width: 620px;
    line-height: 1.8;
    margin-bottom: 0;
}

.dealer-page .dealer-search-card {
    padding: 28px;
    border-radius: 28px;
    background: #fff;
    box-shadow: 0 18px 50px rgba(15, 23, 42, 0.06);
    border: 1px solid #e8edf5;
}

.dealer-page .dealer-search-card__grid {
    display: grid;
    gap: 18px;
}

.dealer-page .dealer-search-card label {
    display: block;
}

.dealer-page .dealer-search-card label span {
    display: block;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: #64748b;
    margin-bottom: 10px;
}

.dealer-page .dealer-search-card input,
.dealer-page .dealer-search-card select {
    width: 100%;
    min-height: 54px;
    border-radius: 18px;
    border: 1px solid #dbe4ee;
    padding: 0 16px;
    color: #0f172a;
    background: #fff;
}

.dealer-page .dealer-search-card__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 20px;
}

.dealer-page .dealer-summary {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-bottom: 24px;
}

.dealer-page .dealer-summary__stat {
    min-width: 180px;
    padding: 18px 20px;
    border-radius: 18px;
    background: #fff;
    border: 1px solid #e8edf5;
    box-shadow: 0 12px 28px rgba(15, 23, 42, 0.05);
}

.dealer-page .dealer-summary__stat strong {
    display: block;
    font-size: 30px;
    line-height: 1;
    color: #0f172a;
    margin-bottom: 8px;
}

.dealer-page .dealer-summary__stat span {
    color: #64748b;
}

.dealer-page .dealer-list {
    display: grid;
    gap: 24px;
}

.dealer-page .dealer-box {
    display: grid;
    grid-template-columns: 108px minmax(0, 1fr) auto;
    gap: 22px;
    align-items: center;
    padding: 28px;
    border-radius: 28px;
    background: #fff;
    border: 1px solid #e8edf5;
    box-shadow: 0 18px 50px rgba(15, 23, 42, 0.06);
}

.dealer-page .dealer-box__badge {
    width: 108px;
    height: 108px;
    border-radius: 26px;
    background:
        linear-gradient(135deg, rgba(15, 118, 110, 0.18) 0%, rgba(251, 146, 60, 0.22) 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #0f172a;
    font-size: 30px;
    font-weight: 800;
    letter-spacing: 0.08em;
}

.dealer-page .dealer-box__title {
    font-size: 28px;
    line-height: 1.2;
    font-weight: 700;
    color: #0f172a;
    margin-bottom: 8px;
}

.dealer-page .dealer-box__meta {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    color: #64748b;
    margin-bottom: 18px;
}

.dealer-page .dealer-box__meta span {
    display: inline-flex;
    align-items: center;
    padding: 7px 12px;
    border-radius: 999px;
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    font-size: 13px;
}

.dealer-page .dealer-box__info {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

.dealer-page .dealer-box__info span {
    display: block;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: #94a3b8;
    margin-bottom: 8px;
}

.dealer-page .dealer-box__info p,
.dealer-page .dealer-box__info a {
    color: #0f172a;
    line-height: 1.75;
    margin-bottom: 0;
}

.dealer-page .dealer-box__separator {
    margin: 0 8px;
    color: #cbd5e1;
}

.dealer-page .dealer-box__excerpt {
    margin-top: 18px;
    padding-top: 18px;
    border-top: 1px solid #edf2f7;
    color: #64748b;
    line-height: 1.8;
}

.dealer-page .dealer-box__actions {
    display: flex;
    flex-direction: column;
    gap: 12px;
    min-width: 180px;
}

.dealer-page .dealer-empty {
    padding: 50px 32px;
    border-radius: 28px;
    background: #fff;
    border: 1px solid #e8edf5;
    text-align: center;
}

.dealer-page .dealer-empty h3 {
    margin-bottom: 12px;
}

.dealer-page .dealer-empty p {
    color: #64748b;
    margin-bottom: 0;
}

.dealer-page .dealer-areas {
    margin-top: 50px;
    padding: 34px;
    border-radius: 30px;
    background:
        linear-gradient(180deg, #fff 0%, #f8fafc 100%);
    border: 1px solid #e8edf5;
    box-shadow: 0 18px 50px rgba(15, 23, 42, 0.05);
}

.dealer-page .dealer-areas__header {
    display: flex;
    justify-content: space-between;
    align-items: end;
    gap: 18px;
    margin-bottom: 22px;
}

.dealer-page .dealer-areas__header p {
    color: #64748b;
    margin-bottom: 0;
}

.dealer-page .dealer-areas__grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
}

.dealer-page .dealer-area-chip {
    padding: 18px;
    border-radius: 20px;
    background: #fff;
    border: 1px solid #e2e8f0;
}

.dealer-page .dealer-area-chip strong {
    display: block;
    color: #0f172a;
    margin-bottom: 6px;
}

.dealer-page .dealer-area-chip span {
    color: #64748b;
    font-size: 14px;
}

@media (max-width: 1199px) {
    .about-page .value-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 991px) {
    .about-page .service-grid,
    .about-page .customer-grid {
        grid-template-columns: 1fr;
    }

    .listing-details--sidebar {
        position: static;
        top: auto;
    }

    .about-page .about-box {
        padding-right: 40px;
        padding-bottom: 60px;
    }

    .about-page .about-box .main-img {
        min-height: 320px;
    }

    .page-shell {
        padding: 80px 0 70px;
    }

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

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

    .dealer-page .dealer-box {
        grid-template-columns: 1fr;
    }

    .dealer-page .dealer-box__badge {
        width: 88px;
        height: 88px;
    }

    .dealer-page .dealer-box__info {
        grid-template-columns: 1fr;
    }

    .dealer-page .dealer-box__actions {
        min-width: 0;
        flex-direction: row;
        flex-wrap: wrap;
    }

    .dealer-page .dealer-areas__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .page-hero-box,
    .page-card {
        padding: 28px;
    }

    .listing-sidebar-right .card-box-style-1 .image {
        height: 300px;
    }

    .innerpage__content .post-style-2 .post--img {
        height: 420px;
    }

    .swiper-news .post-style-2 .post--img {
        height: 300px;
    }

    .innerpage__content .post-style-6 .image {
        height: 240px;
    }

    .product-detail-content {
        font-size: 16px;
        line-height: 1.8;
    }

    .product-detail-summary {
        padding: 20px;
    }

    .product-detail-summary p {
        font-size: 16px;
    }

    .product-gallery-shell {
        grid-template-columns: 1fr;
        padding: 0;
    }

    .product-details-page .swiper-listing-details-main-style-2 .main {
        height: 100%;
    }

    .product-details-page .swiper-listing-details-main-style-2 .swiper-slide {
        height: 500px;
    }

    .product-details-page .swiper-listing-details-thumbs-style-2 {
        height: auto;
    }

    .product-details-page .swiper-listing-details-thumbs-style-2 .swiper-slide {
        height: 110px;
    }
}

@media (max-width: 767px) {
    .about-page .about-box {
        padding-right: 0;
        padding-bottom: 0;
    }

    .dealer-page .dealer-hero__copy,
    .dealer-page .dealer-search-card,
    .dealer-page .dealer-box,
    .dealer-page .dealer-areas {
        padding: 22px;
        border-radius: 22px;
    }

    .dealer-page .dealer-hero__copy h1 {
        font-size: 34px;
    }

    .dealer-page .dealer-box__title {
        font-size: 24px;
    }

    .dealer-page .dealer-areas__header {
        align-items: start;
        flex-direction: column;
    }

    .dealer-page .dealer-areas__grid {
        grid-template-columns: 1fr;
    }

    .listing-sidebar-right .card-box-style-1 .image {
        height: 260px;
    }

    .innerpage__content .post-style-2 .post--img {
        height: 320px;
    }

    .swiper-news .post-style-2 .post--img {
        height: 260px;
    }

    .innerpage__content .post-style-6 .image {
        height: 220px;
    }

    .product-detail-content h4 {
        font-size: 18px;
    }

    .product-detail-content img {
        border-radius: 18px;
        margin: 1.25em auto;
    }

    .product-details-page .swiper-listing-details-main-style-2 .main {
        height: 100%;
    }

    .product-details-page .swiper-listing-details-main-style-2 .swiper-slide {
        height: 320px;
    }

    .product-details-page .swiper-listing-details-main-style-2,
    .product-details-page .swiper-listing-details-main-style-2 .listing-details-item {
        border-radius: 20px;
    }

    .product-details-page .swiper-listing-details-thumbs-style-2 .swiper-slide {
        height: 86px;
    }

    .about-page .about-box .sub-img {
        position: static;
        width: 70%;
        margin: -40px 0 0 auto;
    }
}
