.inner-banner {
    position: relative;
    display: grid;
    min-height: 408px;
    color: #fff;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    place-items: center;
}

.inner-banner::before {
    position: absolute;
    inset: 0;
    background: rgba(6, 48, 45, .46);
    content: "";
}

.inner-banner-content {
    position: relative;
    z-index: 1;
    padding: 60px 24px;
    text-align: center;
}

.inner-banner-title,
.inner-banner h1 {
    color: #fff;
    font-family: var(--font-heading);
    font-size: 54px;
    font-weight: 600;
    line-height: 1.15;
}

.breadcrumb-nav {
    margin-top: 18px;
}

.breadcrumb-nav ul {
    display: flex;
    margin: 0;
    padding: 0;
    color: rgba(255, 255, 255, .9);
    align-items: center;
    justify-content: center;
    gap: 10px;
    list-style: none;
}

.breadcrumb-nav li+li::before {
    margin-right: 10px;
    color: rgba(255, 255, 255, .55);
    content: "/";
}

.breadcrumb-nav li:last-child {
    color: var(--accent);
}

.breadcrumb-band {
    padding: 22px 0;
    background: var(--cream);
}

.breadcrumb-band .breadcrumb-nav {
    margin: 0;
}

.breadcrumb-band .breadcrumb-nav ul {
    color: var(--text);
    justify-content: flex-start;
}

.breadcrumb-band .breadcrumb-nav li+li::before {
    color: #9ba29f;
}

.inner-section {
    padding: 108px 0;
}

.inner-section-sm {
    padding: 78px 0;
}

.inner-soft {
    background: var(--cream);
}

.inner-dark {
    color: rgba(255, 255, 255, .75);
    background-color: var(--primary);
    background-image: radial-gradient(rgba(255, 255, 255, .06) 1px, transparent 1px);
    background-size: 18px 18px;
}

.inner-heading {
    display: flex;
    margin-bottom: 54px;
    align-items: flex-end;
    justify-content: space-between;
    gap: 35px;
}

.inner-heading.center {
    display: block;
    max-width: 850px;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
}

.inner-heading h1,
.inner-heading h2 {
    max-width: 880px;
    font-size: 52px;
    line-height: 1.16;
}

.inner-heading p {
    max-width: 650px;
    margin: 18px 0 0;
}

.inner-heading.center p {
    margin-right: auto;
    margin-left: auto;
}

.grid-3 {
    display: grid;
    gap: 28px;
}

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

.image-card {
    overflow: hidden;
    border-radius: 15px;
    background: #fff;
    box-shadow: 0 12px 38px rgba(20, 39, 35, .07);
}

.image-card-media {
    display: block;
    overflow: hidden;
}

.image-card-media img {
    transition: transform .45s;
}

.image-card:hover .image-card-media img {
    transform: scale(1.045);
}

.image-card-body {
    padding: 27px 28px 30px;
}

.image-card-body h3 {
    margin-bottom: 11px;
    font-size: 23px;
    line-height: 1.35;
}

.image-card-body h3 a:hover {
    color: var(--primary);
}

.card-meta {
    margin-bottom: 10px;
    color: var(--primary);
    font-size: 13px; 
}

.inner-card-swiper {
    padding-bottom: 58px;
}

.inner-card-swiper .swiper-wrapper {
    padding-bottom: 8px;
}

.inner-card-swiper .image-card {
    box-shadow: 0 7px 0 rgba(15, 35, 32, .08);
}

.inner-card-swiper .swiper-pagination {
    bottom: 4px;
}

.inner-card-swiper .swiper-pagination-bullet {
    width: 9px;
    height: 9px;
    background: var(--primary);
    opacity: .22;
}

.inner-card-swiper .swiper-pagination-bullet-active {
    opacity: 1;
}

.inner-more {
    display: inline-flex;
    margin-top: 19px;
    color: var(--ink);
    align-items: center;
    gap: 8px;
    font-weight: 700;
}

.inner-more i {
    position: relative;
    top: 0;
    display: inline-block;
    line-height: 1;
    vertical-align: middle;
    transition: transform .25s;
}

.inner-more:hover {
    color: var(--primary);
}

.inner-more:hover i {
    transform: rotate(45deg);
}

.filter-links {
    display: flex;
    margin-bottom: 48px;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
}

.filter-links a {
    min-width: 96px;
    padding: 12px 24px;
    border: 1px solid var(--line);
    border-radius: 30px;
    background: #fff;
    text-align: center;
    font-weight: 700;
}

.filter-links a:hover,
.filter-links a.active {
    color: #fff;
    border-color: var(--primary);
    background: var(--primary);
}

.pagination {
    display: flex;
    margin: 48px 0 0;
    padding: 0;
    justify-content: center;
    gap: 9px;
    list-style: none;
}

.pagination a,
.pagination .current {
    display: grid;
    width: 46px;
    height: 46px;
    border: 1px solid var(--line);
    border-radius: 50%;
    background: #fff;
    place-items: center;
    font-weight: 700;
}

.pagination a:hover,
.pagination a.active,
.pagination .current {
    color: #fff;
    border-color: var(--primary);
    background: var(--primary);
}

.faq-section {
    background: var(--cream);
}

.faq-layout {
    display: grid;
    align-items: stretch;
    grid-template-columns: .88fr 1.12fr;
    gap: 65px;
}

.faq-visual {
    overflow: hidden;
    min-height: 580px;
    border-radius: 15px;
}

.faq-visual img {
    height: 100%;
    object-fit: cover;
}

.faq-copy h2 {
    margin-bottom: 28px;
    font-size: 48px;
}

.faq-item {
    border-bottom: 1px solid var(--line);
}

.faq-question {
    display: grid;
    width: 100%;
    min-height: 78px;
    padding: 18px 0;
    color: var(--ink);
    grid-template-columns: 42px 1fr 36px;
    align-items: center;
    gap: 10px;
    text-align: left;
    font-size: 17px;
    font-weight: 700;
}

.faq-question span {
    color: var(--primary);
    font-size: 13px;
}

.faq-question i {
    transition: transform .25s;
}

.faq-item.is-open .faq-question i {
    transform: rotate(180deg);
}

.faq-answer {
    display: none;
    padding: 0 44px 24px 52px;
}

.faq-item.is-open .faq-answer {
    display: block;
}

.contact-cta {
    overflow: hidden;
    border-radius: 15px;
    background: var(--primary);
}

.contact-cta-inner {
    display: grid;
    min-height: 430px;
    color: rgba(255, 255, 255, .76);
    grid-template-columns: .9fr 1.1fr;
}

.contact-cta-media {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.contact-cta-copy {
    display: flex;
    padding: 60px;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}

.contact-cta-copy h2 {
    max-width: 560px;
    margin-bottom: 18px;
    color: #fff;
    font-size: 44px;
}

.contact-cta-copy .pill-button {
    margin-top: 28px;
}

.contact-cta-form {
    width: 100%;
    margin-top: 28px;
}

.contact-cta-form .wpcf7-form {
    display: grid;
    width: 100%;
    grid-template-columns: 1fr 1fr;
    gap: 14px;
}

.contact-cta-form .wpcf7-form-control-wrap {
    min-width: 0;
}

.contact-cta-form .wpcf7-form-control-wrap[data-name="your-message"],
.contact-cta-form .wpcf7-submit,
.contact-cta-form .wpcf7-response-output {
    grid-column: 1 / -1;
}

.contact-cta-form input,
.contact-cta-form textarea {
    width: 100%;
    min-width: 0;
    padding: 16px 18px;
    color: var(--ink);
    border: 1px solid rgba(255, 255, 255, .28);
    border-radius: 7px;
    background: #fff;
}

.contact-cta-form textarea {
    min-height: 112px;
    resize: vertical;
}

.contact-cta-form input.wpcf7-submit {
    width: auto;
    min-height: 54px;
    margin-top: 0;
    padding: 0 25px;
    color: var(--ink);
    border: 0;
    border-radius: 999px;
    background: var(--accent);
    justify-self: start;
    cursor: pointer;
    font-family: var(--font-heading);
    font-size: 14px;
    font-weight: 700;
    transition: transform .25s, background-color .25s, color .25s;
}

.contact-cta-form input.wpcf7-submit:hover {
    color: var(--white);
    background: var(--primary);
    transform: translateY(-2px);
}

.category-layout {
    display: grid;
    grid-template-columns: 310px minmax(0, 1fr);
    gap: 48px;
}

.category-sidebar {
    align-self: start;
    padding: 28px;
    border-radius: 10px;
    background: var(--cream);
}

.category-sidebar-title {
    margin-bottom: 18px;
    color: var(--ink);
    font-family: var(--font-heading);
    font-size: 22px;
    font-weight: 600;
}

.category-group {
    border-bottom: 1px solid var(--line);
}

.category-row {
    display: grid;
    grid-template-columns: 1fr 38px;
    align-items: center;
}

.category-row>a {
    color: var(--ink);
    font-weight: 700;
}

.category-row>a:hover,
.category-row>a.active {
    color: var(--primary);
}

.category-toggle {
    display: grid;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: #fff;
    place-items: center;
}

.category-toggle i {
    transition: transform .25s;
}

.category-group.is-open .category-toggle i {
    transform: rotate(180deg);
}

.category-children {
    display: none;
    padding: 0 0 14px 14px;
}

.category-group.is-open .category-children {
    display: block;
}

.category-children a {
    display: block;
    padding: 6px 0;
    font-size: 14px;
}

.product-detail-layout {
    display: grid;
    grid-template-columns: 1.04fr .96fr;
    gap: 65px;
}

.product-detail-layout>* {
    min-width: 0;
}

.product-gallery-main {
    overflow: hidden;
    border-radius: 15px;
    background: var(--cream);
}

.product-gallery-main img {
    aspect-ratio: 1.08;
    object-fit: cover;
}

.product-gallery-thumbs {
    margin-top: 14px;
}

.product-gallery-thumbs .swiper-slide {
    overflow: hidden;
    border: 2px solid transparent;
    border-radius: 7px;
    cursor: pointer;
    opacity: .55;
}

.product-gallery-thumbs .swiper-slide-thumb-active {
    border-color: var(--primary);
    opacity: 1;
}

.product-gallery-thumbs img {
    aspect-ratio: 1.15;
    object-fit: cover;
}

.product-info h1 {
    margin-bottom: 22px;
    font-size: 48px;
    line-height: 1.15;
}

.product-info>div {
    margin-bottom: 22px;
}

.check-list {
    margin: 25px 0 30px;
    padding: 0;
    list-style: none;
}

.check-list li {
    display: flex;
    margin: 11px 0;
    color: var(--ink);
    align-items: center;
    gap: 11px;
}

.check-list i {
    color: var(--primary);
}

.product-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.product-actions .btn {
    border-radius: 30px;
}

.detail-tabs {
    display: flex;
    border-bottom: 1px solid var(--line);
    gap: 4px;
}

.detail-tab {
    min-height: 58px;
    padding: 0 28px;
    color: var(--ink);
    border-radius: 7px 7px 0 0;
    font-weight: 700;
}

.detail-tab.active {
    color: #fff;
    background: var(--primary);
}

.detail-panel {
    display: none;
    padding: 42px 0 0;
}

.detail-panel.active {
    display: block;
}

.feature-row {
    display: grid;
    margin-bottom: 32px;
    align-items: center;
    grid-template-columns: .8fr 1.2fr;
    gap: 42px;
}

.feature-row:nth-child(even) {
    grid-template-columns: 1.2fr .8fr;
}

.feature-row:nth-child(even) .feature-image {
    order: 2;
}

.feature-image {
    overflow: hidden;
    border-radius: 12px;
}

.feature-image img {
    aspect-ratio: 1.25;
    object-fit: cover;
}

.feature-copy h3 {
    margin-bottom: 12px;
    font-size: 27px;
}

.download-list {
    display: grid;
    gap: 12px;
}

.download-list a {
    display: flex;
    min-height: 64px;
    padding: 15px 20px;
    border: 1px solid var(--line);
    border-radius: 7px;
    align-items: center;
    justify-content: space-between;
    font-weight: 700;
    transition: .2s;
}

.download-list a i{
    font-size: 22px;
}

.download-list a:hover{
    color: var(--accent) !important;
} 

.parameter-table {
    width: 100%;
    border-collapse: collapse;
}

.parameter-table th,
.parameter-table td {
    padding: 16px 18px;
    border: 1px solid var(--line);
    text-align: left;
}

.parameter-table th {
    width: 35%;
    color: var(--ink);
    background: var(--cream);
}

.simple-detail {
    max-width: 1120px;
    margin: 0 auto;
}

.simple-detail h1 {
    max-width: 900px;
    margin-bottom: 24px;
    font-size: 54px;
    line-height: 1.15;
}

.rich-copy h2 {
    margin: 40px 0 15px;
    font-size: 34px;
}

.rich-copy h3 {
    margin: 30px 0 12px;
    font-size: 25px;
}

.rich-copy p {
    margin: 0 0 18px !important;
}

.prev-next {
    display: grid;
    margin-top: 55px;
    padding-top: 28px;
    border-top: 1px solid var(--line);
    grid-template-columns: 1fr 1fr;
    gap: 25px;
}

.prev-next a {
    display: flex;
    padding: 16px 20px;
    border-radius: 8px;
    background: var(--cream);
    flex-direction: column;
    justify-content: center;
}

.prev-next a:last-child {
    text-align: right;
}

.prev-next span {
    color: var(--primary);
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
}

.prev-next strong {
    color: var(--ink);
    transition: .2s;
}

.blog-card .image-card-media {
    position: relative;
}

.blog-date {
    position: absolute;
    right: 18px;
    bottom: 18px;
    display: flex;
    width: 58px;
    height: 64px;
    color: #fff;
    border-radius: 6px;
    background: var(--primary);
    flex-direction: column;
    align-items: center;
    justify-content: center;
    line-height: 1.1;
}

.blog-date strong {
    font-size: 21px;
}

.blog-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 340px;
    gap: 55px;
}

.article-head h1 {
    margin-bottom: 20px;
    font-size: 52px;
    line-height: 1.16;
}

.article-meta {
    display: flex;
    margin-bottom: 28px;
    align-items: center;
    flex-wrap: wrap;
    gap: 17px;
}

.article-author {
    display: flex;
    align-items: center;
    gap: 10px;
}

.article-author img {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    object-fit: cover;
}

.article-share {
    display: flex;
    margin: 32px 0;
    padding: 22px 0;
    border-top: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
    align-items: center;
    gap: 9px;
}

.article-share strong {
    margin-right: 8px;
    color: var(--ink);
}

.article-share a {
    display: grid;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: var(--cream);
    place-items: center;
}

.author-box {
    display: grid;
    padding: 28px;
    border-radius: 10px;
    background: var(--cream);
    grid-template-columns: 90px 1fr;
    gap: 22px;
}

.author-box img {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    object-fit: cover;
}

.author-box h3 {
    margin-bottom: 8px;
}

.blog-sidebar {
    align-self: start;
    display: grid;
    gap: 24px;
}

.sidebar-box {
    padding: 27px;
    border-radius: 10px;
    background: var(--cream);
}

.sidebar-title {
    margin-bottom: 17px;
    color: var(--ink);
    font-family: var(--font-heading);
    font-size: 20px;
    font-weight: 600;
}

.outline-link {
    display: block;
    padding: 8px 0 8px 14px;
    border-left: 2px solid var(--line);
}

.outline-link:hover,
.outline-link.active {
    color: var(--primary);
    border-color: var(--accent);
}

.sidebar-categories a {
    display: flex;
    padding: 9px 0;
    border-bottom: 1px solid var(--line);
    justify-content: space-between;
}

.recommended-post {
    display: grid;
    margin-top: 14px;
    grid-template-columns: 78px 1fr;
    gap: 13px;
}

.recommended-post img {
    width: 78px;
    height: 70px;
    border-radius: 5px;
    object-fit: cover;
}

.recommended-post a {
    color: var(--ink);
    font-weight: 700;
    line-height: 1.35;
}

.sidebar-faq .faq-question {
    min-height: 60px;
    grid-template-columns: 28px 1fr 24px;
    font-size: 14px;
}

.sidebar-faq .faq-answer {
    padding: 0 25px 18px 38px;
    font-size: 14px;
}

.about-checks {
    display: grid;
    margin: 30px 0 34px;
    padding: 0;
    grid-template-columns: 1fr 1fr;
    gap: 13px 20px;
    list-style: none;
}

.about-checks li {
    display: flex;
    color: var(--ink);
    align-items: center;
    gap: 10px;
    font-weight: 700;
}

.about-checks i {
    display: grid;
    width: 27px;
    height: 27px;
    color: var(--primary);
    border-radius: 50%;
    background: var(--accent);
    place-items: center;
    font-size: 12px;
}

.advantage-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 22px;
}

.advantage-item {
    padding: 36px;
    border-radius: 12px;
    background: var(--cream);
}

.advantage-item:nth-child(2),
.advantage-item:nth-child(5) {
    color: rgba(255, 255, 255, .72);
    background: var(--primary);
}

.advantage-item:nth-child(2) h3,
.advantage-item:nth-child(5) h3 {
    color: #fff;
}

.advantage-item:nth-child(2) .advantage-icon,
.advantage-item:nth-child(5) .advantage-icon {
    background: var(--accent);
}

.advantage-icon {
    display: grid;
    width: 58px;
    height: 58px;
    margin-bottom: 27px;
    border-radius: 50%;
    background: var(--primary-soft);
    place-items: center;
}

.advantage-icon img {
    width: 34px;
    height: 34px;
    object-fit: contain;
}

.advantage-item h3 {
    margin-bottom: 10px;
    font-size: 22px;
}

/* About history */
.history-section {
    overflow: hidden;
}

/* About page refinements */
body[data-page="about"] .about-impact-section {
    padding: 0 0 105px;
    background-color: var(--cream);
    background-image: radial-gradient(rgba(7, 95, 92, .08) 1px, transparent 1px);
    background-size: 19px 19px;
}

body[data-page="about"] .about-impact-section .impact-strip {
    margin-top: 0;
}

body[data-page="about"] .advantage-list .advantage-item,
body[data-page="about"] .advantage-list .advantage-item:nth-child(2),
body[data-page="about"] .advantage-list .advantage-item:nth-child(3n + 2) {
    color: var(--text);
    background: #fff;
}

body[data-page="about"] .advantage-list .advantage-item h3 {
    color: var(--ink);
}

body[data-page="about"] .advantage-list .advantage-item .advantage-icon {
    background: var(--primary-soft);
}

body[data-page="about"] .history-section .container {
    max-width: 1320px;
}

body[data-page="about"] .company__history-area {
    margin-top: 60px;
}

body[data-page="about"] .company__history-area-item {
    display: grid;
    align-items: center;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

body[data-page="about"] .company__history-area-item-inner {
    padding-left: 120px;
    border-left: 1px solid var(--line);
}

body[data-page="about"] .company__history-area-item-inner-image {
    position: relative;
    z-index: 2;
    margin: 0 30px;
}

body[data-page="about"] .company__history-area-item-inner-image img {
    display: block;
    width: 100%;
    max-width: 100%;
    border-radius: 15px;
}

body[data-page="about"] .company__history-area-item-inner-content {
    position: relative;
    z-index: 1;
    margin: -30px 0 0;
    padding: 60px 30px 30px;
    border-radius: 15px;
    background: #fff;
    box-shadow: 0 0 80px rgba(0, 0, 0, .1);
}

body[data-page="about"] .company__history-area-item-inner-content h3 {
    margin: 0;
}

body[data-page="about"] .company__history-area-item-inner-content p {
    margin: 10px 0 0;
}

body[data-page="about"] .company__history-area-item-date {
    text-align: right;
}

body[data-page="about"] .company__history-area-item-date span {
    position: relative;
    z-index: 2;
    display: inline-flex;
    width: 80px;
    height: 80px;
    margin-right: -40px;
    color: var(--ink);
    border-radius: 50%;
    background: var(--accent);
    align-items: center;
    justify-content: center;
    font-family: inherit;
    font-size: 20px;
    font-weight: 400;
}

body[data-page="about"] .company__history-area-item-date span::after {
    display: none;
    content: none;
}

body[data-page="about"] .company__history-area-item:nth-child(even) {
    margin-right: -2px;
    direction: rtl;
}

body[data-page="about"] .company__history-area-item:nth-child(even) .company__history-area-item-inner {
    padding-right: 120px;
    padding-left: 0;
    border-right: 1px solid var(--line);
    border-left: 0;
    direction: ltr;
}

body[data-page="about"] .company__history-area-item:nth-child(even) .company__history-area-item-date {
    text-align: left;
}

body[data-page="about"] .company__history-area-item:nth-child(even) .company__history-area-item-date span {
    margin-right: 0;
    margin-left: -40px;
}

body[data-page="about"] .company__history-area-item:nth-child(even) .company__history-area-item-date span::after {
    right: auto;
    left: -48px;
    border-right: 0;
    border-left: 1px solid var(--primary);
    transform: translateY(-50%) skewX(24deg);
}

@media (max-width: 991px) {
    body[data-page="about"] .company__history-area-item-inner {
        padding-left: 65px;
    }

    body[data-page="about"] .company__history-area-item-inner-image {
        margin: 0 25px;
    }

    body[data-page="about"] .company__history-area-item-inner-content {
        margin: -30px 0 0;
        padding: 60px 22px 30px;
    }

    body[data-page="about"] .company__history-area-item-date span {
        width: 60px;
        height: 60px;
        margin-right: -30px;
        font-size: 16px;
    }

    body[data-page="about"] .company__history-area-item-date span::after {
        right: -28px;
        width: 22px;
    }

    body[data-page="about"] .company__history-area-item:nth-child(even) .company__history-area-item-inner {
        padding-right: 65px;
    }

    body[data-page="about"] .company__history-area-item:nth-child(even) .company__history-area-item-date span {
        margin-left: -30px;
    }

    body[data-page="about"] .company__history-area-item:nth-child(even) .company__history-area-item-date span::after {
        left: -28px;
    }
}

@media (max-width: 660px) {
    body[data-page="about"] .about-impact-section {
        padding-bottom: 70px;
    }

    body[data-page="about"] .company__history-area {
        display: grid;
        margin-top: 42px;
        gap: 80px;
    }

    body[data-page="about"] .company__history-area-item,
    body[data-page="about"] .company__history-area-item:nth-child(even) {
        grid-template-columns: 1fr;
        gap: 40px;
        direction: ltr;
    }

    body[data-page="about"] .company__history-area-item-inner,
    body[data-page="about"] .company__history-area-item:nth-child(even) .company__history-area-item-inner {
        padding: 0;
        border: 0;
    }

    body[data-page="about"] .company__history-area-item-date,
    body[data-page="about"] .company__history-area-item:nth-child(even) .company__history-area-item-date {
        text-align: center;
    }

    body[data-page="about"] .company__history-area-item-date span,
    body[data-page="about"] .company__history-area-item:nth-child(even) .company__history-area-item-date span {
        width: 60px;
        height: 60px;
        margin: 0;
        font-size: 16px;
    }

    body[data-page="about"] .company__history-area-item-date span::after,
    body[data-page="about"] .company__history-area-item:nth-child(even) .company__history-area-item-date span::after {
        top: 35px;
        right: 5px;
        left: auto;
        width: 22px;
        border-right: 1px solid var(--primary);
        border-left: 0;
        transform: rotate(90deg) skewX(-24deg);
    }

    body[data-page="about"] .company__history-area-item-inner-image,
    body[data-page="about"] .company__history-area-item-inner-content {
        margin-right: 0;
        margin-left: 0;
    }
}

body[data-page="about"] .about-section .about-checks {
    margin: 32px 0 38px;
    gap: 13px 35px;
}

body[data-page="about"] .about-section .about-checks li {
    font-weight: 600;
}

body[data-page="about"] .about-section .about-checks i {
    width: 20px;
    height: 20px;
    border: 1px solid var(--primary);
    background: transparent;
    font-size: 9px;
}

.gallery-strip {
    overflow: hidden;
}

.gallery-strip img {
    aspect-ratio: 1.45;
    border-radius: 12px;
    object-fit: cover;
}

.certificate-gallery img {
    aspect-ratio: .78;
    padding: 18px;
    border: 1px solid var(--line);
    background: #fff;
    object-fit: cover;
}

.contact-cards {
    display: grid;
    margin-top: -62px;
    position: relative;
    z-index: 2;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

.contact-card {
    padding: 32px;
    border-radius: 12px;
    background: var(--cream);
    box-shadow: 0 14px 38px rgba(20, 39, 35, .07);
}

.contact-card:nth-child(2) {
    color: rgba(255, 255, 255, .74);
    background: var(--primary);
}

.contact-card:nth-child(2) strong,
.contact-card:nth-child(2) a {
    color: #fff;
}

.contact-card:nth-child(2) i {
    color: var(--ink);
    background: var(--accent);
}

.contact-card i {
    display: grid;
    width: 64px;
    height: 64px;
    margin-bottom: 28px;
    color: var(--primary);
    border-radius: 50%;
    background: #fff;
    place-items: center;
    font-size: 28px;
}

.contact-card strong {
    display: block;
    margin-bottom: 7px;
    color: var(--ink);
    font-size: 20px;
}

.contact-layout {
    display: grid;
    grid-template-columns: .85fr 1.15fr;
    gap: 75px;
}

.contact-form {
    display: block;
}

.contact-form .wpcf7-form {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
}

.contact-form .wpcf7-form-control-wrap {
    min-width: 0;
}

.contact-form .wpcf7-form-control-wrap[data-name="your-message"],
.contact-form .wpcf7-submit,
.contact-form .wpcf7-response-output {
    grid-column: 1 / -1;
}

.contact-form input,
.contact-form textarea,
.contact-form select {
    width: 100%;
    padding: 17px 18px;
    border: 1px solid var(--line);
    border-radius: 6px;
    background: #fff;
}

.contact-form textarea {
    min-height: 150px;
    resize: vertical;
}

.contact-form input.wpcf7-submit {
    width: auto;
    min-height: 54px;
    padding: 0 25px;
    color: var(--ink);
    border: 0;
    border-radius: 999px;
    background: var(--accent);
    justify-self: start;
    cursor: pointer;
    font-family: var(--font-heading);
    font-size: 14px;
    font-weight: 700;
    transition: transform .25s, background-color .25s, color .25s;
}

.contact-form input.wpcf7-submit:hover {
    color: var(--white);
    background: var(--primary);
    transform: translateY(-2px);
}

.contact-form button.wpcf7-submit {
    justify-self: start;
}

.map-frame {
    display: block;
    width: 100%;
    height: 520px;
    border: 0;
}

.search-list {
    display: grid;
    gap: 16px;
}

.search-item {
    padding: 26px 30px;
    border: 1px solid var(--line);
    border-radius: 8px;
}

.search-item span {
    color: var(--primary);
    font-size: 13px;
    font-weight: 700;
}

.search-item h3 {
    margin: 6px 0 8px;
    font-size: 23px;
}

.search-item h3 a {
    transition: color .22s ease;
}

.search-item h3 a:hover {
    color: var(--primary);
}

.status-page {
    min-height: 620px;
    text-align: center;
}

.status-code {
    color: var(--primary);
    font-family: var(--font-heading);
    font-size: clamp(110px, 18vw, 260px);
    font-weight: 600;
    line-height: .85;
}

.status-page h1 {
    margin-top: 25px;
    font-size: 52px;
}

.status-page p {
    max-width: 600px;
    margin: 18px auto 30px;
}

.inner-footer {
    margin-top: 118px;
}

@media (max-width:1199px) {
    .grid-3 {
        grid-template-columns: repeat(2, 1fr);
    }

    .faq-layout,
    .contact-layout {
        gap: 45px;
    }

    .blog-layout {
        grid-template-columns: minmax(0, 1fr) 300px;
        gap: 35px;
    }

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

/* Service listing page: homepage card language on a light surface */
body[data-page="service"] #services {
    color: var(--text);
    background-color: #f7f7f2;
    background-image: radial-gradient(rgba(7, 95, 92, .08) 1px, transparent 1px);
    background-size: 18px 18px;
}

body[data-page="service"] #services .service-list-grid {
    display: grid;
    border: 0;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    grid-template-rows: none;
    gap: 24px;
}

body[data-page="service"] #services .service-card,
body[data-page="service"] #services .service-card:hover {
    display: grid;
    overflow: visible;
    padding: 32px 28px;
    color: var(--text);
    border: 1px solid #e5e5de;
    border-radius: 14px;
    background: #fff;
    grid-template-columns: 72px minmax(0, 1fr);
    align-items: start;
    gap: 22px;
    box-shadow: 0 6px 0 rgba(15, 35, 32, .06);
}

body[data-page="service"] #services .service-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 16px 36px rgba(20, 39, 35, .1);
}

body[data-page="service"] #services .service-icon,
body[data-page="service"] #services .service-card:hover .service-icon {
    display: grid;
    width: 72px;
    height: 72px;
    margin: 0;
    color: var(--primary);
    border-radius: 50%;
    background: var(--primary-soft);
    place-items: center;
}

body[data-page="service"] #services .service-icon img {
    width: 42px;
    height: auto;
}

body[data-page="service"] #services .service-body {
    display: block;
    padding: 0;
}

body[data-page="service"] #services .service-body h3,
body[data-page="service"] #services .service-card:hover .service-body h3 {
    margin: 0 0 10px;
    color: var(--ink);
    font-size: 23px;
    line-height: 1.3;
}

body[data-page="service"] #services .service-body .card-description {
    color: var(--text);
    font-size: 15px;
    line-height: 1.75;
}

body[data-page="service"] #services .service-more {
    margin-top: 22px;
    color: var(--ink);
    font-size: 15px;
}

body[data-page="service"] #services .service-more:hover {
    color: var(--primary);
}

body[data-page="service"] #services+.faq-section {
    padding-top: 92px !important;
}

@media (max-width: 1199px) {
    body[data-page="service"] #services .service-list-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 767px) {
    body[data-page="service"] #services .service-list-grid {
        grid-template-columns: 1fr;
    }

    body[data-page="service"] #services .service-card,
    body[data-page="service"] #services .service-card:hover {
        padding: 26px 22px;
        grid-template-columns: 60px minmax(0, 1fr);
        gap: 17px;
    }

    body[data-page="service"] #services .service-icon,
    body[data-page="service"] #services .service-card:hover .service-icon {
        width: 60px;
        height: 60px;
    }

    body[data-page="service"] #services .service-icon img {
        width: 36px;
    }

    body[data-page="service"] #services+.faq-section {
        padding-top: 64px !important;
    }
}

@media (max-width:991px) {
    .inner-banner {
        min-height: 340px;
    }

    .inner-banner-title,
    .inner-banner h1 {
        font-size: 46px;
    }

    .inner-section {
        padding: 85px 0;
    }

    .inner-heading h1,
    .inner-heading h2 {
        font-size: 43px;
    }

    .faq-layout,
    .product-detail-layout,
    .category-layout,
    .blog-layout,
    .contact-layout {
        grid-template-columns: 1fr;
    }

    .faq-visual {
        min-height: 420px;
    }

    .category-sidebar {
        position: static;
    }

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

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

}

@media (max-width:767px) {
    .inner-banner {
        min-height: 290px;
    }

    .inner-banner-title,
    .inner-banner h1 {
        font-size: 38px;
    }

    .inner-section {
        padding: 70px 0;
    }

    .inner-heading {
        display: block;
    }

    .inner-heading h1,
    .inner-heading h2,
    .simple-detail h1,
    .article-head h1 {
        font-size: 36px;
    }

    .grid-3,
    .feature-row,
    .feature-row:nth-child(even),
    .contact-cta-inner {
        grid-template-columns: 1fr;
    }

    .feature-row:nth-child(even) .feature-image {
        order: 0;
    }

    .contact-cta-media {
        min-height: 280px;
    }

    .contact-cta-copy {
        padding: 38px 28px;
    }

    .contact-cta-copy h2,
    .faq-copy h2 {
        font-size: 35px;
    }

    .detail-tabs {
        overflow-x: auto;
    }

    .detail-tab {
        padding: 0 20px;
        white-space: nowrap;
    }

    .blog-sidebar,
    .advantage-list,
    .contact-cards {
        grid-template-columns: 1fr;
    }

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

    .contact-cards {
        margin-top: 25px;
    }

    .contact-form .wpcf7-form {
        grid-template-columns: 1fr;
    }

    .contact-form .wpcf7-form-control-wrap[data-name="your-message"],
    .contact-form .wpcf7-submit,
    .contact-form .wpcf7-response-output {
        grid-column: auto;
    }

    .prev-next {
        grid-template-columns: 1fr;
    }
}

@media (max-width:520px) {
    .product-actions {
        display: grid;
    }

    .product-actions .btn {
        width: 100%;
    }

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

    .status-code {
        font-size: 78px;
        overflow-wrap: anywhere;
    }
}

/* Demo 3 inner pages: reference-led visual system */
body:not(:has(.hero-section)) .inner-banner {
    min-height: 408px;
    background-position: center 44%;
}

body:not(:has(.hero-section)) .inner-banner::before {
    background: linear-gradient(90deg, rgba(3, 45, 42, .7), rgba(3, 45, 42, .24));
}

body:not(:has(.hero-section)) .inner-banner-content {
    width: 100%;
    padding-top: 90px;
    padding-bottom: 90px;
    text-align: left;
}

body:not(:has(.hero-section)) .inner-banner-title,
body:not(:has(.hero-section)) .inner-banner h1 {
    font-size: 54px;
    font-weight: 600;
}

body:not(:has(.hero-section)) .inner-banner-description {
    max-width: 690px;
    margin: 20px 0 28px;
    color: rgba(255, 255, 255, .88);
    font-size: 18px;
    line-height: 1.7;
}

body:not(:has(.hero-section)) .inner-banner-button {
    display: inline-flex;
}

body:not(:has(.hero-section)) .breadcrumb-nav ul {
    gap: 13px;
}

body:not(:has(.hero-section)) .breadcrumb-nav li+li::before {
    width: 5px;
    height: 5px;
    margin-right: 13px;
    border: 1px solid currentColor;
    content: "";
    transform: rotate(45deg);
}

body:not(:has(.hero-section)) .inner-section {
    padding-top: 92px;
    padding-bottom: 92px;
}

body:not(:has(.hero-section)) .inner-section-sm {
    padding-top: 64px;
    padding-bottom: 92px;
}

body:not(:has(.hero-section)) .inner-section:not(.inner-soft):not(.inner-dark)+.inner-section:not(.inner-soft):not(.inner-dark),
body:not(:has(.hero-section)) .inner-section:not(.inner-soft):not(.inner-dark)+.inner-section-sm {
    padding-top: 0;
}

body:not(:has(.hero-section)) .inner-soft {
    background-color: #f7f7f2;
    background-image: none;
}

body:not(:has(.hero-section)) .inner-heading,
body:not(:has(.hero-section)) .inner-heading.center {
    display: grid;
    max-width: none;
    margin: 0 0 46px;
    grid-template-columns: minmax(0, 1.08fr) minmax(300px, .92fr);
    align-items: end;
    gap: 56px;
    text-align: left;
}

body[data-page="about"] .video-section~.inner-section .inner-heading.center {
    display: block;
    max-width: 900px;
    margin-right: auto;
    margin-bottom: 54px;
    margin-left: auto;
    text-align: center;
}

body[data-page="about"] .video-section~.inner-section .inner-heading.center h2 {
    max-width: none;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
}

body:not(:has(.hero-section)) .inner-heading>div:first-child:last-child {
    grid-column: 1 / -1;
}

body:not(:has(.hero-section)) .inner-heading h1,
body:not(:has(.hero-section)) .inner-heading h2 {
    max-width: 850px;
    font-size: 54px;
    line-height: 1.14;
}

body:not(:has(.hero-section)) .inner-heading p,
body:not(:has(.hero-section)) .inner-heading.center p {
    max-width: 610px;
    margin: 0;
    align-self: end;
}

body:not(:has(.hero-section)) .inner-heading.center h1,
body:not(:has(.hero-section)) .inner-heading.center h2 {
    grid-column: 1;
    grid-row: 1;
}

body:not(:has(.hero-section)) .inner-heading.center p {
    grid-column: 2;
    grid-row: 1;
}

body:not(:has(.hero-section)) .image-card {
    overflow: hidden;
    border: 1px solid #ecece6;
    border-radius: 15px;
    background: #fff;
    box-shadow: 0 7px 0 rgba(21, 43, 39, .055);
}

body:not(:has(.hero-section)) .image-card-media img {
    width: 100%;
}

body:not(:has(.hero-section)) .image-card-body {
    position: relative;
    padding: 31px 30px 30px;
}

body:not(:has(.hero-section)) .image-card-body h3 {
    margin-bottom: 13px;
    font-size: 24px;
}

body:not(:has(.hero-section)) .inner-more {
    margin-top: 23px;
    color: var(--ink);
    gap: 10px;
}

body:not(:has(.hero-section)) .inner-more i {
    top: 0;
}

/* Product landing */
body[data-page="product"] main>.breadcrumb-band+.inner-section>.container>.grid-3 {
    counter-reset: product-family;
}

body[data-page="product"] main>.breadcrumb-band+.inner-section>.container>.grid-3 .image-card {
    counter-increment: product-family;
    border: 0;
    background: #f7f7f2;
    box-shadow: none;
}

body[data-page="product"] main>.breadcrumb-band+.inner-section>.container>.grid-3 .image-card-body::after {
    position: absolute;
    top: 22px;
    right: 27px;
    color: rgba(7, 95, 92, .09);
    content: "0" counter(product-family);
    font-family: var(--font-heading);
    font-size: 52px;
    font-weight: 600;
    line-height: 1;
}

body[data-page="product"] main>.breadcrumb-band+.inner-section>.container>.grid-3 .image-card:nth-child(2) {
    color: rgba(255, 255, 255, .72);
    background: var(--primary);
}

body[data-page="product"] main>.breadcrumb-band+.inner-section>.container>.grid-3 .image-card:nth-child(2) h3,
body[data-page="product"] main>.breadcrumb-band+.inner-section>.container>.grid-3 .image-card:nth-child(2) .inner-more {
    color: #fff;
}

body[data-page="product"] main>.breadcrumb-band+.inner-section>.container>.grid-3 .image-card:nth-child(2) .image-card-body::after {
    color: rgba(255, 255, 255, .1);
}

/* Product category */
.category-layout {
    grid-template-columns: 340px minmax(0, 1fr);
    align-items: start;
    gap: 36px;
}

.category-sidebar {
    position: sticky;
    top: 125px;
    padding: 34px 28px 36px;
    border: 1px solid #e5e5de;
    border-radius: 18px;
    background: #f7f7f2;
}

.category-sidebar-title {
    position: relative;
    margin: 0 0 28px;
    padding: 0 0 24px;
    color: var(--ink);
    border-bottom: 1px solid #deded7;
    font-size: 25px;
}

.category-sidebar-title::after {
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 88px;
    height: 2px;
    background: var(--accent);
    content: "";
}

.category-list {
    display: grid;
    gap: 14px;
}

.category-group {
    overflow: hidden;
    padding: 0;
    border: 0;
    border-radius: 28px;
    background: #fff;
}

.category-row {
    display: grid;
    padding: 7px 9px 7px 22px;
    grid-template-columns: minmax(0, 1fr) 44px;
    align-items: center;
    gap: 8px;
    transition: background-color .25s;
}

.category-group.is-open .category-row {
    background: var(--accent);
}

.category-row>a {
    display: flex;
    min-width: 0;
    color: var(--ink);
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    font-family: var(--font-heading);
    font-size: 16px;
    font-weight: 700;
}

.category-row>a:hover {
    color: var(--primary);
}

.category-toggle {
    display: grid;
    width: 44px;
    height: 44px;
    color: var(--ink);
    border-radius: 50%;
    background: #f7f7f2;
    place-items: center;
    transition: color .25s, background-color .25s;
}

.category-toggle:hover {
    color: #fff;
    background: var(--primary);
}

.category-toggle i {
    transform: rotate(-90deg);
    transition: transform .25s;
}

.category-group.is-open .category-toggle i {
    transform: rotate(0);
}

.category-children {
    display: none;
    padding: 8px 20px 18px;
    border-top: 1px solid rgba(24, 43, 40, .08);
}

.category-group.is-open .category-children {
    display: block;
}

.category-children a {
    display: block;
    padding: 8px 12px;
    color: var(--text);
    border-radius: 8px;
    font-size: 14px;
}

.category-children a:hover {
    color: var(--primary);
    background: #f7f7f2;
}

.category-products {
    padding: 28px;
    border: 1px solid #e8e8e1;
    border-radius: 18px;
    background-color: #f7f7f2;
    background-image: radial-gradient(rgba(7, 95, 92, .08) 1px, transparent 1px);
    background-size: 18px 18px;
}

.product-category-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
}

.product-category-grid .product-card {
    min-width: 0;
}

/* Case gallery */
body[data-page="case"] main>.breadcrumb-band+.inner-section .grid-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 28px;
}

body[data-page="case"] main>.breadcrumb-band+.inner-section .image-card {
    border: 0;
    border-radius: 15px;
    background: var(--accent);
    box-shadow: 0 7px 0 rgba(7, 95, 92, .08);
}

body[data-page="case"] main>.breadcrumb-band+.inner-section .image-card-media {
    border-radius: 15px 15px 0 0;
}

body[data-page="case"] main>.breadcrumb-band+.inner-section .image-card-body {
    display: flex;
    margin: 0;
    padding: 25px 31px 27px;
    flex-direction: column;
    align-items: flex-start;
}

body[data-page="case"] main>.breadcrumb-band+.inner-section .card-meta {
    order: 2;
    margin: 8px 0 0;
    color: var(--primary);
    font-size: 16px;
}

body[data-page="case"] main>.breadcrumb-band+.inner-section .image-card-body .card-description {
    display: none;
}

body[data-page="case"] main>.breadcrumb-band+.inner-section .image-card-body h3 {
    order: 1;
    margin: 0;
}

body[data-page="case"] main>.breadcrumb-band+.inner-section .inner-more {
    order: 3;
    display: inline-flex;
    width: auto;
    height: auto;
    margin-top: 24px;
    padding: 0;
    color: var(--ink);
    border-radius: 0;
    background: transparent;
    align-items: center;
    gap: 10px;
    font-size: 16px;
}

body[data-page="case"] main>.breadcrumb-band+.inner-section .inner-more i {
    font-size: 16px;
}

body[data-page="case"] main>.breadcrumb-band+.inner-section {
    background-color: #f7f7f2;
    background-image: radial-gradient(rgba(7, 95, 92, .08) 1px, transparent 1px);
    background-size: 18px 18px;
}

@media (max-width: 1199px) {
    body[data-page="case"] main>.breadcrumb-band+.inner-section .grid-3 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

.filter-links {
    margin-bottom: 62px;
    gap: 12px;
}

.filter-links a {
    min-width: 110px;
    padding: 14px 26px;
    border-color: #e4e4dd;
    box-shadow: 0 8px 24px rgba(24, 43, 40, .05);
}

/* Blog listing */
body[data-page="blog"] main>.breadcrumb-band+.inner-section .grid-3 {
    gap: 28px;
}

body[data-page="blog"] #insights .inner-heading.center {
    display: block;
    max-width: 950px;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
}

body[data-page="blog"] #insights .inner-heading.center h2 {
    max-width: none;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
}

body[data-page="blog"] main>.breadcrumb-band+.inner-section .image-card {
    border: 1px solid #e7e7e1;
    border-radius: 10px;
    box-shadow: none;
}

body[data-page="blog"] main>.breadcrumb-band+.inner-section .image-card-media {
    overflow: visible;
    border-radius: 9px 9px 0 0;
}

body[data-page="blog"] main>.breadcrumb-band+.inner-section .image-card-body {
    padding: 28px;
}

body[data-page="blog"] main>.breadcrumb-band+.inner-section .blog-date {
    right: 22px;
    bottom: -10px;
    z-index: 2;
    width: 62px;
    height: 70px;
    color: var(--ink);
    background: var(--accent);
}

body[data-page="blog"] main>.breadcrumb-band+.inner-section .card-meta {
    display: none;
}

/* FAQ */
.faq-section {
    background: #fff;
}

.faq-layout {
    grid-template-columns: .96fr 1.04fr;
    gap: 82px;
}

.faq-visual {
    position: relative;
    overflow: hidden;
    min-height: 575px;
    border-radius: 14px;
}

.faq-visual img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.faq-visual::before {
    display: none;
}

.faq-visual::after {
    display: none;
}

.faq-copy {
    padding-top: 30px;
}

.faq-copy h2 {
    margin-bottom: 30px;
    font-size: 54px;
    line-height: 1.15;
}

.faq-list {
    display: grid;
    gap: 18px;
}

.faq-item {
    overflow: hidden;
    border: 1px solid #e3e3dc;
    border-radius: 12px;
}

.faq-question {
    min-height: 60px;
    padding: 15px 18px 15px 24px;
    grid-template-columns: 1fr 30px;
    font-size: 17px;
}

.faq-question span {
    display: none;
}

.faq-question i {
    display: grid;
    width: 24px;
    height: 24px;
    color: var(--primary);
    border-radius: 50%;
    background: #f4f4ef;
    place-items: center;
    font-size: 11px;
}

.faq-answer {
    padding: 0 54px 23px 24px;
}

/* Contact module */
.contact-cta {
    border-radius: 14px;
    background: var(--primary);
}

.contact-cta-inner {
    min-height: 390px;
    grid-template-columns: .92fr 1.08fr;
}

.contact-cta-media {
    margin: 24px 0 24px 24px;
    border-radius: 10px;
}

.contact-cta-copy {
    padding: 58px 68px;
}

.contact-cta-copy h2 {
    font-size: 47px;
    line-height: 1.15;
}

.inner-dark .btn:hover,
.contact-cta .btn:hover {
    color: #fff;
    border-color: #111;
    background: #111;
}

body:not(:has(.hero-section)) .inner-section.detail-products-module,
body:not(:has(.hero-section)) .inner-section.detail-news-module,
body:not(:has(.hero-section)) .inner-section.detail-products-module+.inner-section.detail-news-module {
    padding-top: 80px !important;
    padding-bottom: 80px !important;
}

.detail-products-module {
    background-color: #f7f7f2;
    background-image: radial-gradient(rgba(7, 95, 92, .08) 1px, transparent 1px);
    background-size: 18px 18px;
}

.detail-news-module {
    background: #fff;
}

.detail-products-module .section-head,
.detail-news-module .section-head {
    margin-bottom: 36px;
}

.detail-products-module .product-swiper {
    padding-bottom: 50px;
}

/* Product detail */
.breadcrumb-band {
    padding: 20px 0;
    border-bottom: 1px solid #ecece6;
    background: #f7f7f2;
}

.product-detail-layout {
    grid-template-columns: 1.08fr .92fr;
    gap: 78px;
    align-items: center;
}

.product-gallery-main {
    border-radius: 15px;
    background: #f7f7f2;
}

.product-gallery-main img {
    aspect-ratio: 1.26;
    object-fit: cover;
}

.product-gallery-thumbs {
    max-width: 560px;
    margin-top: 18px;
}

.product-gallery-thumbs .swiper-slide {
    border-radius: 8px;
}

.product-info h1 {
    margin-bottom: 25px;
    font-size: 54px;
}

.check-list {
    margin: 30px 0 34px;
    padding: 25px 0;
    border-top: 1px solid #e7e7e1;
    border-bottom: 1px solid #e7e7e1;
}

.check-list i {
    display: grid;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background: var(--accent);
    place-items: center;
    font-size: 10px;
}

.product-actions .btn {
    min-height: 56px;
    padding: 0 24px;
    border-radius: 999px;
}

.detail-tabs {
    border: 0;
    gap: 12px;
}

.detail-tab {
    min-height: 58px;
    padding: 0 30px;
    border: 1px solid #dfdfd8;
    border-radius: 999px;
    background: #fff;
}

.detail-tab.active {
    color: var(--ink);
    border-color: var(--accent);
    background: var(--accent);
}

.detail-panel {
    padding-top: 55px;
}

.feature-row {
    margin-bottom: 55px;
    grid-template-columns: 1fr 1fr;
    gap: 70px;
}

.feature-row:nth-child(even) {
    grid-template-columns: 1fr 1fr;
}

.feature-image {
    border-radius: 14px;
}

.feature-image img {
    aspect-ratio: 1.35;
}

.feature-copy h3 {
    font-size: 32px;
}

.download-list a {
    min-height: 78px;
    padding: 18px 25px;
    border-radius: 10px;
    background: #fff;
}

/* Standard service, solution and case details */
.simple-detail {
    display: flex;
    max-width: 1320px;
    flex-direction: column;
}

.simple-detail h1 {
    max-width: 1020px;
    font-size: 48px;
}

.simple-detail .rich-copy {
    max-width: 1000px;
}

.unified-detail {
    display: block;
    max-width: 1180px;
}

.unified-detail h1 {
    max-width: 1000px;
    margin-bottom: 34px;
}

.unified-detail .rich-copy {
    max-width: none;
}

.unified-detail .rich-copy .rich-image {
    display: block;
    height: auto;
    margin: 24px 0 28px;
}

.unified-detail .rich-copy h2 {
    margin: 26px 0 10px;
    font-size: 31px;
}

.unified-detail .rich-copy h3 {
    margin: 22px 0 8px;
}

.unified-detail .rich-copy p {
    margin-bottom: 14px !important;
}

.unified-detail .rich-copy>p:first-child {
    max-width: 980px;
    color: var(--ink);
    font-size: 20px;
    line-height: 1.75;
}

.unified-detail .prev-next {
    margin-top: 56px;
}

.legal-detail {
    max-width: 1080px;
}

.legal-detail .rich-copy {
    color: var(--text);
}

.legal-detail .rich-copy a {
    color: var(--primary);
    text-decoration: underline;
    text-underline-offset: 3px;
}

.legal-detail .rich-copy h2 {
    margin-top: 32px;
}

.prev-next {
    /* margin-top: 70px; */
    margin-top: 35px;
    padding-top: 0;
    border: 0;
}

.prev-next a {
    padding: 23px 28px;
    border: 1px solid #e6e6df;
    border-radius: 12px;
    background: #f7f7f2;
}

.prev-next a:hover strong {
    color: var(--accent);
}

/* Blog detail */
.blog-layout {
    grid-template-columns: minmax(0, 1fr) 365px;
    gap: 55px;
}

.article-head h1 {
    font-size: 48px;
}

.sidebar-box {
    padding: 32px 30px;
    border: 1px solid #e8e8e1;
    border-radius: 14px;
    background: #f7f7f2;
}

.sidebar-title {
    position: relative;
    margin-bottom: 24px;
    padding-bottom: 18px;
    border-bottom: 1px solid #deded7;
    font-size: 23px;
}

.sidebar-title::after {
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 70px;
    height: 1px;
    background: var(--accent);
    content: "";
}

/* Blog detail sidebar */
.blog-layout .blog-sidebar {
    gap: 28px;
}

.blog-layout .sidebar-box {
    padding: 36px 34px;
    border: 1px solid #e5e5de;
    border-radius: 16px;
    background: #f7f7f2;
}

.blog-layout .sidebar-title {
    margin-bottom: 28px;
    padding-bottom: 22px;
    font-size: 28px;
}

.blog-layout .outline-link,
.blog-layout .sidebar-categories a {
    display: flex;
    min-height: 66px;
    margin-top: 14px;
    padding: 14px 22px;
    color: var(--ink);
    border: 0;
    border-radius: 999px;
    background: #fff;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    font-size: 16px;
    font-weight: 700;
}

.blog-layout .outline-link::after {
    flex: 0 0 auto;
    content: "↗";
    font-size: 19px;
    font-weight: 400;
}

.blog-layout .outline-link:hover,
.blog-layout .outline-link.active,
.blog-layout .sidebar-categories a:hover {
    color: var(--ink);
    border: 0;
    background: var(--accent);
}

.blog-layout .sidebar-categories a span {
    font-size: 0;
}

.blog-layout .sidebar-categories a span::before {
    font-size: 19px;
}

.blog-layout .recommended-post {
    display: grid;
    margin: 0;
    grid-template-columns: 96px minmax(0, 1fr);
    align-items: center;
    gap: 20px;
}

.blog-layout .recommended-post+.recommended-post {
    margin-top: 28px;
}

.blog-layout .recommended-post img {
    display: block;
    width: 96px;
    height: 88px;
    border-radius: 0;
    object-fit: cover;
}

.blog-layout .recommended-post a {
    display: block;
    color: var(--ink);
    font-size: 17px;
    font-weight: 700;
    line-height: 1.42;
}

.blog-layout .recommended-post a:hover {
    color: var(--primary);
}

.blog-layout .recommended-content {
    min-width: 0;
}

.blog-layout .recommended-date {
    display: flex;
    margin-top: 7px;
    color: var(--text);
    align-items: center;
    gap: 7px;
    font-size: 14px;
    font-weight: 400;
}

.blog-layout .recommended-date i {
    color: var(--primary);
    font-size: 13px;
}

.blog-layout .sidebar-faq {
    display: grid;
    gap: 12px;
}

.blog-layout .sidebar-faq .faq-item {
    overflow: hidden;
    border: 1px solid #e3e3dc;
    border-radius: 10px;
    background: #fff;
}

.blog-layout .sidebar-faq .faq-question {
    display: grid;
    width: 100%;
    min-height: 64px;
    padding: 16px 18px 16px 20px;
    color: var(--ink);
    grid-template-columns: minmax(0, 1fr) 28px;
    align-items: center;
    gap: 12px;
    text-align: left;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.4;
}

.blog-layout .sidebar-faq .faq-question span {
    display: none;
}

.blog-layout .sidebar-faq .faq-question i {
    display: grid;
    width: 26px;
    height: 26px;
    color: var(--primary);
    border-radius: 50%;
    background: #f4f4ef;
    place-items: center;
    font-size: 10px;
    transition: transform .25s, background .25s;
}

.blog-layout .sidebar-faq .faq-item.is-open .faq-question i {
    transform: rotate(180deg);
}

.blog-layout .sidebar-faq .faq-answer {
    display: none;
    padding: 0 48px 18px 20px;
    color: var(--text);
    font-size: 14px;
    line-height: 1.65;
}

.blog-layout .sidebar-faq .faq-item.is-open .faq-answer {
    display: block;
}

/* Product-category style for the blog detail sidebar */
.blog-layout .blog-sidebar {
    position: sticky;
    top: 125px;
    display: grid;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    grid-template-columns: 1fr;
    gap: 24px;
}

.blog-layout .sidebar-box {
    padding: 34px 28px 36px;
    border: 1px solid #e5e5de;
    border-radius: 18px;
    background: #f7f7f2;
}

.blog-layout .sidebar-title {
    margin: 0 0 20px;
    padding: 0 0 18px;
    border-bottom: 1px solid #deded7;
    font-size: 25px;
}

.blog-layout .sidebar-title::after {
    width: 88px;
    height: 2px;
}

.blog-layout .outline-link,
.blog-layout .sidebar-categories a {
    min-height: auto;
    margin-top: 14px;
    padding: 12px 12px 12px 22px;
    border-radius: 28px;
    transition: .36s;
}

.blog-layout .recommended-post {
    padding: 10px;
    border-radius: 28px;
    background: #fff;
    grid-template-columns: 82px minmax(0, 1fr);
    gap: 16px;
}

.blog-layout .recommended-post+.recommended-post {
    margin-top: 14px;
}

.blog-layout .recommended-post img {
    width: 82px;
    height: 76px;
    border-radius: 20px;
}

.blog-layout .recommended-post a {
    font-size: 15px;
}

.blog-layout .recommended-date {
    margin-top: 5px;
    font-size: 13px;
}

.blog-layout .sidebar-faq .faq-item {
    border: 0;
    border-radius: 28px;
}

.blog-layout .sidebar-faq .faq-question {
    min-height: 64px;
    padding: 10px 10px 10px 22px;
    border-radius: 28px;
    background: #fff;
}

.blog-layout .sidebar-faq .faq-item.is-open .faq-question {
    border-radius: 28px 28px 0 0;
    background: var(--accent);
}

.blog-layout .sidebar-faq .faq-answer {
    padding: 4px 22px 20px;
    background: #fff;
}

@media (max-width: 1199px) {
    .blog-layout .blog-sidebar {
        position: static;
    }
}

@media (max-width: 767px) {
    .blog-layout .sidebar-box {
        padding: 26px 20px 28px;
    }
}

.recommended-post img {
    width: 90px;
    height: 78px;
    border-radius: 0;
}

.author-box {
    padding: 32px;
    border-radius: 12px;
}

/* About */
.advantage-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 0;
    border-top: 1px solid #dfdfd8;
    border-left: 1px solid #dfdfd8;
}

.advantage-item,
.advantage-item:nth-child(2),
.advantage-item:nth-child(5) {
    color: var(--text);
    border-right: 1px solid #dfdfd8;
    border-bottom: 1px solid #dfdfd8;
    border-radius: 0;
    background: #fff;
}

.advantage-item:nth-child(2) h3,
.advantage-item:nth-child(5) h3 {
    color: var(--ink);
}

.advantage-item:nth-child(3n + 2) {
    background: #f7f7f2;
}

/* Contact */
.contact-cards {
    margin-top: 90px;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
}

.contact-card,
.contact-card:nth-child(2) {
    padding: 38px;
    color: var(--text);
    border: 0;
    border-radius: 14px;
    background: #f7f7f2;
    box-shadow: none;
}

.contact-card:nth-child(2) strong,
.contact-card:nth-child(2) a {
    color: inherit;
}

.contact-card i,
.contact-card:nth-child(2) i {
    width: 70px;
    height: 70px;
    margin-bottom: 25px;
    color: var(--primary);
    background: #fff;
}

.contact-card strong {
    margin-top: 0;
    padding-top: 0;
    color: var(--ink);
    border-top: 0;
}

.contact-card:nth-child(2) strong {
    color: var(--ink);
}

.contact-card a,
.contact-card:nth-child(2) a,
.contact-card .contact-address {
    color: var(--text);
}

.contact-layout {
    grid-template-columns: .78fr 1.22fr;
    gap: 95px;
}

.contact-form input,
.contact-form textarea,
.contact-form select {
    min-height: 58px;
    border-color: #e3e3dc;
    border-radius: 8px;
}

.map-frame {
    height: 560px;
    margin-top: 0;
    border-radius: 14px;
}

.contact-map-panel {
    display: flex;
    min-width: 0;
    flex-direction: column;
}

body[data-page="contact"] #contact-form .contact-layout {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-items: stretch;
    gap: 30px;
}

body[data-page="contact"] #contact-form .contact-layout.no-map {
    max-width: 860px;
    margin: 0 auto;
    grid-template-columns: 1fr;
}

body[data-page="contact"] .contact-form-description {
    margin: -16px 0 30px;
}

body[data-page="contact"] .contact-form-panel {
    padding: 50px;
    border-radius: 14px;
    background: #f7f7f2;
}

body[data-page="contact"] .contact-form-kicker {
    display: inline-flex;
    min-height: 40px;
    margin-bottom: 28px;
    padding: 7px 22px;
    color: var(--primary);
    border: 1px solid #e3e3dc;
    border-radius: 999px;
    background: #fff;
    align-items: center;
    gap: 12px;
    font-weight: 600;
}

body[data-page="contact"] .contact-form-kicker span {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--primary);
}

body[data-page="contact"] .contact-form-panel h2 {
    margin-bottom: 34px;
    font-size: 54px;
    line-height: 1.12;
}

body[data-page="contact"] .contact-page-form {
    display: block;
}

body[data-page="contact"] .contact-page-form .wpcf7-form {
    gap: 22px;
}

body[data-page="contact"] .contact-page-form input,
body[data-page="contact"] .contact-page-form textarea {
    min-height: 60px;
    padding: 19px 20px;
    border: 1px solid #e3e3dc;
    border-radius: 7px;
    background: #fff;
    font-size: 16px;
}

body[data-page="contact"] .contact-page-form textarea {
    min-height: 150px;
}

body[data-page="contact"] .contact-page-form input.wpcf7-submit,
body[data-page="contact"] .contact-page-form button.wpcf7-submit {
    margin-top: 4px;
}

body[data-page="contact"] #contact-form .contact-map-panel {
    min-height: 100%;
}

body[data-page="contact"] #contact-form .map-frame {
    height: 100%;
    min-height: 650px;
    border-radius: 14px;
}

/* Solution listing: connected image-and-copy cards */
body[data-page="solution"] #solutions {
    color: var(--text);
    background: #fff;
}

body[data-page="solution"] #solutions .inner-heading h1 {
    color: var(--ink);
}

body[data-page="solution"] #solutions .grid-3 {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 30px;
}

body[data-page="solution"] #solutions .image-card {
    display: flex;
    overflow: hidden;
    min-width: 0;
    padding: 0;
    color: var(--text);
    border: 0;
    border-radius: 18px 18px 68px 18px;
    background: #eaf3f0;
    box-shadow: none;
    flex-direction: column;
    transition: transform .3s ease;
}

body[data-page="solution"] #solutions .image-card:hover {
    transform: translateY(-4px);
    box-shadow: none;
}

body[data-page="solution"] #solutions .image-card-media {
    display: block;
    overflow: hidden;
    width: 100%;
    border-radius: 0;
    background: #fff;
}

body[data-page="solution"] #solutions .image-card-media img {
    display: block;
    width: 100%;
    height: auto;
}

body[data-page="solution"] #solutions .image-card-body {
    position: relative;
    display: flex;
    margin-top: 0;
    padding: 39px 30px 30px;
    border: 0;
    background: #f2f2f2;
    flex: 1;
    flex-direction: column;
    align-items: flex-start;
}

body[data-page="solution"] #solutions .image-card-body::before {
    position: absolute;
    top: 22px;
    left: 30px;
    width: 46px;
    height: 3px;
    border-radius: 3px;
    background: var(--accent);
    content: "";
}

body[data-page="solution"] #solutions .image-card-body h3,
body[data-page="solution"] #solutions .image-card-body h3 a {
    color: var(--ink);
    font-size: 26px;
}

body[data-page="solution"] #solutions .image-card-body h3 a:hover,
body[data-page="solution"] #solutions .inner-more:hover {
    color: var(--primary);
}

body[data-page="solution"] #solutions .card-description {
    color: var(--text);
}

body[data-page="solution"] #solutions .inner-more {
    display: flex;
    width: 100%;
    margin-top: 25px;
    padding-top: 18px;
    border-top: 1px solid rgba(7, 95, 92, .16);
    justify-content: space-between;
}

body[data-page="solution"] #solutions .inner-more i {
    display: grid;
    width: 38px;
    height: 38px;
    margin-top: -10px;
    color: var(--ink);
    border-radius: 50%;
    background: var(--accent);
    place-items: center;
}

@media (max-width: 991px) {
    body[data-page="solution"] #solutions .grid-3 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 26px;
    }
}

@media (max-width: 575px) {
    body[data-page="solution"] #solutions .grid-3 {
        grid-template-columns: 1fr;
    }

    body[data-page="solution"] #solutions .image-card-body {
        padding: 37px 22px 26px;
    }

    body[data-page="solution"] #solutions .image-card-body::before {
        left: 22px;
    }
}

@media (max-width: 991px) {
    body[data-page="contact"] #contact-form .contact-layout {
        grid-template-columns: 1fr;
    }

    body[data-page="contact"] #contact-form .map-frame {
        min-height: 460px;
    }
}

@media (max-width: 575px) {
    body[data-page="contact"] .contact-form-panel {
        padding: 34px 22px;
    }

    body[data-page="contact"] .contact-form-panel h2 {
        font-size: 40px;
    }

    body[data-page="contact"] .contact-page-form .wpcf7-form {
        grid-template-columns: 1fr;
    }

    body[data-page="contact"] .contact-page-form .wpcf7-form-control-wrap[data-name="your-message"],
    body[data-page="contact"] .contact-page-form .wpcf7-submit,
    body[data-page="contact"] .contact-page-form .wpcf7-response-output {
        grid-column: auto;
    }
}

/* Search and status */
.search-list {
    gap: 0;
    border-top: 1px solid #e2e2dc;
}

.search-item {
    padding: 34px 4px;
    border: 0;
    border-bottom: 1px solid #e2e2dc;
    border-radius: 0;
}

.search-item h3 {
    font-size: 27px;
}

.status-code {
    color: var(--accent);
    text-shadow: 3px 3px 0 var(--primary);
}

@media (max-width: 1199px) {
    .category-layout {
        grid-template-columns: 300px minmax(0, 1fr);
        gap: 30px;
    }

    .category-sidebar {
        padding: 28px 22px 30px;
    }

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

}

@media (max-width: 991px) {
    body:not(:has(.hero-section)) .inner-section {
        padding-top: 76px;
        padding-bottom: 76px;
    }

    body:not(:has(.hero-section)) .inner-section-sm {
        padding-top: 56px;
        padding-bottom: 76px;
    }

    body:not(:has(.hero-section)) .inner-section.detail-products-module,
    body:not(:has(.hero-section)) .inner-section.detail-news-module,
    body:not(:has(.hero-section)) .inner-section.detail-products-module+.inner-section.detail-news-module {
        padding-top: 70px !important;
        padding-bottom: 70px !important;
    }

    body:not(:has(.hero-section)) .inner-heading,
    body:not(:has(.hero-section)) .inner-heading.center {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    body:not(:has(.hero-section)) .inner-heading.center h1,
    body:not(:has(.hero-section)) .inner-heading.center h2,
    body:not(:has(.hero-section)) .inner-heading.center p {
        grid-column: 1;
        grid-row: auto;
    }

    .faq-layout,
    .contact-layout,
    .product-detail-layout,
    .blog-layout {
        grid-template-columns: 1fr;
        gap: 55px;
    }

    .product-detail-layout>*,
    .blog-layout>* {
        min-width: 0;
    }

    .faq-visual {
        min-height: 520px;
    }

    .category-layout {
        grid-template-columns: 1fr;
    }

    .category-sidebar {
        position: static;
    }

    .product-category-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .blog-sidebar {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 767px) {
    body:not(:has(.hero-section)) .inner-banner {
        min-height: 300px;
    }

    body:not(:has(.hero-section)) .inner-banner-title,
    body:not(:has(.hero-section)) .inner-banner h1 {
        font-size: 39px;
    }

    body:not(:has(.hero-section)) .inner-banner-content {
        padding-top: 65px;
        padding-bottom: 65px;
    }

    body:not(:has(.hero-section)) .inner-banner-description {
        margin: 14px 0 22px;
        font-size: 16px;
        line-height: 1.6;
    }

    body:not(:has(.hero-section)) .inner-section {
        padding-top: 64px;
        padding-bottom: 64px;
    }

    body:not(:has(.hero-section)) .inner-section-sm {
        padding-top: 48px;
        padding-bottom: 64px;
    }

    body:not(:has(.hero-section)) .inner-section.detail-products-module,
    body:not(:has(.hero-section)) .inner-section.detail-news-module,
    body:not(:has(.hero-section)) .inner-section.detail-products-module+.inner-section.detail-news-module {
        padding-top: 58px !important;
        padding-bottom: 58px !important;
    }

    body:not(:has(.hero-section)) .inner-heading h1,
    body:not(:has(.hero-section)) .inner-heading h2,
    .product-info h1,
    .faq-copy h2,
    .article-head h1,
    .simple-detail h1 {
        font-size: 38px;
    }

    body[data-page="case"] main>.breadcrumb-band+.inner-section .grid-3,
    .advantage-list,
    .contact-cards {
        grid-template-columns: 1fr;
    }

    .faq-visual {
        min-height: 450px;
    }

    .contact-cta-media {
        margin: 20px 20px 0;
    }

    .contact-cta-copy {
        padding: 38px 28px;
    }

    .contact-cta-form .wpcf7-form {
        grid-template-columns: 1fr;
    }

    .contact-cta-form .wpcf7-form-control-wrap[data-name="your-message"],
    .contact-cta-form .wpcf7-submit,
    .contact-cta-form .wpcf7-response-output {
        grid-column: auto;
    }

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

    .category-products {
        padding: 16px;
    }

    .category-sidebar {
        padding: 26px 20px 28px;
    }

    .category-sidebar-title {
        margin-bottom: 22px;
    }

    .feature-row,
    .feature-row:nth-child(even) {
        grid-template-columns: 1fr;
        gap: 28px;
    }

    .blog-sidebar {
        grid-template-columns: 1fr;
    }   

    .article-meta {
        gap: 12px;
    }
}
