/* About page banner */
.about-page-banner {
    position: relative;
    display: flex;
    min-height: 360px;
    margin-top: -2px;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    background-color: var(--ztm-accent, #0064e0);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.about-page-banner__overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.48);
}

.about-page-banner__content {
    position: relative;
    z-index: 2;
    padding: 42px 15px;
    color: #ffffff;
    text-align: center;
}

.about-page-banner__content h1 {
    margin: 0 0 23px;
    color: #ffffff;
    font-size: 60px;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 1.08;
}

.about-page-banner__breadcrumb {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    font-size: 17px;
    font-weight: 500;
    letter-spacing: normal;
    line-height: 1.2;
}

.about-page-banner__breadcrumb a,
.about-page-banner__breadcrumb span {
    color: rgba(255, 255, 255, 0.92);
}

.about-page-banner__breadcrumb span[aria-hidden="true"],
.about-page-banner__breadcrumb span:last-child {
    color: #5ba8ff;
}

/* Shared About page UI */
.about-why-section > .container,
.about-category-strip > .container,
.about-story-section > .container,
.about-faq-section > .container,
.about-cta-section > .container {
    width: min(1320px, calc(100% - 30px));
    max-width: none;
}

.about-why-section,
.about-category-strip,
.about-story-section,
.about-faq-section {
    color: var(--ztm-text, #22313f);
}

.about-section-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    margin-bottom: 13px;
    color: var(--ztm-primary, #3e6b89);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.about-section-eyebrow::before {
    content: "";
    width: 26px;
    height: 2px;
    border-radius: 99px;
    background: var(--ztm-accent, #0064e0);
}

.about-story-content h2 {
    margin: 0;
    color: var(--ztm-text, #22313f);
    font-size: clamp(34px, 3vw, 48px);
    font-weight: 800;
    line-height: 1.12;
    letter-spacing: -0.035em;
}

.about-story-content > p {
    color: var(--ztm-muted, #657485);
    font-size: 15px;
    line-height: 1.75;
}

.about-icon {
    flex: 0 0 auto;
    width: 44px;
    height: 44px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 13px;
    background: var(--ztm-accent-soft, #d9eeee);
    color: var(--ztm-primary-dark, #294f68);
    font-size: 20px;
    box-shadow: 8px 8px 0 rgba(62, 107, 137, 0.08);
}

.about-dot-pattern {
    position: absolute;
    z-index: 0;
    width: 158px;
    height: 158px;
    background-image: radial-gradient(circle, var(--ztm-accent, #0064e0) 2.5px, transparent 3px);
    background-size: 20px 20px;
}

.about-primary-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-height: 48px;
    margin-top: 27px;
    padding: 0 25px;
    border-radius: 999px;
    background: var(--ztm-primary, #3e6b89);
    color: #ffffff;
    font-size: 14px;
    font-weight: 800;
    box-shadow: 0 12px 26px rgba(41, 79, 104, 0.2);
    transition: transform 0.25s ease, background-color 0.25s ease, box-shadow 0.25s ease;
}

.about-primary-btn:hover {
    transform: translateY(-2px);
    background: var(--ztm-primary-dark, #294f68);
    color: #ffffff;
    box-shadow: 0 16px 32px rgba(41, 79, 104, 0.26);
}

/* Why Choose Us */
.about-why-section {
    position: relative;
    overflow: hidden;
    padding: clamp(64px, 6.5vw, 104px) 0;
    background: #ffffff;
}

.about-why-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    align-items: center;
    gap: clamp(44px, 6vw, 94px);
}

.about-why-gallery {
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 1.06 / 1;
    min-width: 0;
    overflow: hidden;
    border-radius: clamp(10px, 1.2vw, 18px);
}

.about-why-gallery__image {
    display: block;
    min-width: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: inherit;
}

.about-why-content {
    min-width: 0;
}

.about-why-content h2 {
    max-width: 600px;
    margin: 0;
    color: #071a44;
    font-size: clamp(34px, 3.2vw, 50px);
    font-weight: 800;
    line-height: 1.14;
    letter-spacing: -0.035em;
}

.about-why-content > p {
    max-width: 620px;
    margin: 22px 0 0;
    color: #687386;
    font-size: 15px;
    line-height: 1.75;
}

.about-why-features {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 30px;
    margin-top: 32px;
}

.about-why-feature {
    display: flex;
    align-items: flex-start;
    gap: 15px;
}

.about-why-feature > img {
    width: 32px;
    height: 32px;
    object-fit: contain;
}

.about-why-feature h3 {
    margin: 0 0 6px;
    color: #071a44;
    font-size: 17px;
    font-weight: 800;
    line-height: 1.3;
}

.about-why-feature p {
    margin: 0;
    color: #687386;
    font-size: 13px;
    line-height: 1.55;
}

.about-why-button {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    min-height: 46px;
    margin-top: 30px;
    padding: 0 24px;
    border-radius: 999px;
    background: #0064e0;
    color: #ffffff;
    font-size: 14px;
    font-weight: 700;
    transition: transform 0.2s ease, background-color 0.2s ease;
}

.about-why-button:hover {
    transform: translateY(-2px);
    background: #000000;
    color: #ffffff;
}

/* Technology Categories Strip */
.about-category-strip {
    position: relative;
    z-index: 1;
    clear: both;
    margin: 0;
    padding: 20px 0 62px;
    background: #ffffff;
}

.about-stats-panel {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    align-items: center;
    min-height: 116px;
    padding: 24px 30px;
    border: 1px solid #e3ebf5;
    border-radius: 12px;
    background: #f4f8fd;
}

.about-stat-item {
    min-width: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    padding: 8px 20px;
}

.about-stat-item > img {
    flex: 0 0 auto;
    width: 42px;
    height: 42px;
    object-fit: contain;
}

.about-stat-item div {
    display: flex;
    flex-direction: column;
    gap: 3px;
}

.about-stat-item strong {
    color: #071a44;
    font-size: 21px;
    font-weight: 800;
    line-height: 1.2;
}

.about-stat-item span {
    color: #687386;
    font-size: 13px;
    line-height: 1.3;
}

/* About Our Collection full-width banner */
.about-story-banner-section {
    width: 100%;
    overflow: hidden;
    background: #f4f8fd;
}

.about-story-banner-section > .container {
    width: min(1320px, calc(100% - 30px));
    max-width: none;
    padding-inline: 0;
}

.about-story-banner-section img {
    display: block;
    width: 100%;
    height: auto;
}

/* Legacy story layout */
.about-story-section {
    padding: 104px 0 112px;
    background: var(--ztm-neutral, #eef2f6);
}

.about-story-layout {
    display: grid;
    grid-template-columns: minmax(470px, 1.08fr) minmax(0, 0.92fr);
    align-items: center;
    gap: clamp(62px, 7vw, 104px);
}

.about-story-visual {
    position: relative;
    min-height: 500px;
    display: grid;
    grid-template-columns: minmax(0, 1.18fr) minmax(170px, 0.82fr);
    grid-template-rows: repeat(2, minmax(0, 1fr));
    align-items: center;
    gap: 18px;
    padding: 34px 0 0 34px;
}

.about-story-image {
    position: relative;
    z-index: 1;
    width: 100%;
    height: auto;
    aspect-ratio: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    border: 3px solid rgba(255, 255, 255, 0.9);
    border-radius: 24px;
    background: var(--ztm-surface, #ffffff);
    box-shadow: var(--ztm-shadow, 0 16px 42px rgba(34, 49, 63, 0.09));
    overflow: hidden;
}

.about-story-image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
    border-radius: inherit;
    transition: transform 0.4s ease;
}

.about-story-image:hover img {
    transform: scale(1.04);
}

.about-story-image--main {
    grid-column: 1;
    grid-row: 1 / 3;
    align-self: center;
    aspect-ratio: 499 / 620;
    background: linear-gradient(145deg, #ffffff, var(--ztm-highlight, #e9f4f1));
}

.about-story-image--small {
    grid-column: 2;
    grid-row: 1;
    aspect-ratio: 232 / 231;
    background: linear-gradient(145deg, var(--ztm-highlight, #e9f4f1), #ffffff);
}

.about-story-image--front {
    grid-column: 2;
    grid-row: 2;
    aspect-ratio: 378 / 466;
    background: linear-gradient(145deg, var(--ztm-accent-soft, #d9eeee), #ffffff);
}

.about-dot-pattern--story {
    top: 0;
    left: 0;
}

.about-story-content > p {
    margin: 20px 0 0;
}

.about-story-points {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px 24px;
    margin: 28px 0 0;
    padding: 0;
    list-style: none;
}

.about-story-points li {
    position: relative;
    padding-left: 20px;
    color: var(--ztm-text, #22313f);
    font-size: 13px;
    font-weight: 700;
    line-height: 1.45;
}

.about-story-points li::before {
    content: "";
    position: absolute;
    top: 7px;
    left: 0;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--ztm-accent, #0064e0);
    box-shadow: 0 0 0 4px rgba(0, 100, 224, 0.16);
}

/* Frequently Asked Questions */
.about-faq-section {
    padding: clamp(68px, 7vw, 104px) 0;
    background: #f4f8fd;
    color: #071a44;
}

.about-faq-heading {
    max-width: 760px;
    margin: 0 auto clamp(42px, 5vw, 64px);
    text-align: center;
}

.about-faq-heading > span {
    display: inline-flex;
    align-items: center;
    min-height: 28px;
    padding: 0 14px;
    border-radius: 999px;
    background: #eaf3ff;
    color: #0064e0;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.about-faq-heading h2 {
    margin: 14px 0 0;
    color: #071a44;
    font-size: clamp(36px, 4vw, 56px);
    font-weight: 800;
    line-height: 1.12;
    letter-spacing: -0.04em;
}

.about-faq-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: clamp(34px, 4vw, 54px) clamp(54px, 8vw, 120px);
    width: min(1120px, 100%);
    margin: 0 auto;
}

.about-faq-item {
    min-width: 0;
}

.about-faq-item h3 {
    margin: 0 0 10px;
    color: #071a44;
    font-size: 18px;
    font-weight: 800;
    line-height: 1.35;
}

.about-faq-item p {
    margin: 0;
    color: #687386;
    font-size: 14px;
    line-height: 1.65;
}

/* About CTA banner slider */
.about-cta-section {
    width: min(1320px, calc(100% - 30px));
    margin: 18px auto;
    padding: 0;
    background: #ffffff;
    overflow: hidden;
    border-radius: 20px;
    box-shadow: 0 12px 30px rgba(34, 49, 63, 0.1);
}

.about-cta-slider {
    position: relative;
    width: 100%;
    aspect-ratio: 1320 / 325;
    border-radius: inherit;
    overflow: hidden;
    background: #f4f8fd;
}

.about-cta-slider:not(.slick-initialized) .about-cta-slide:not(:first-child) {
    display: none;
}

.about-cta-slider .slick-list,
.about-cta-slider .slick-track,
.about-cta-slider .slick-slide,
.about-cta-slider .slick-slide > div {
    height: 100%;
}

.about-cta-slide,
.about-cta-slide a {
    display: block;
    width: 100%;
    height: 100%;
    line-height: 0;
}

.about-cta-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
}

.about-cta-slider .slick-dots {
    position: absolute;
    right: 0;
    bottom: 14px;
    left: 0;
    z-index: 5;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.about-cta-slider .slick-dots li {
    width: 10px;
    height: 10px;
    margin: 0;
}

.about-cta-slider .slick-dots button {
    display: block;
    width: 10px;
    height: 10px;
    padding: 0;
    border: 1px solid #ffffff;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.45);
    color: transparent;
    font-size: 0;
    line-height: 0;
    cursor: pointer;
}

.about-cta-slider .slick-dots li.slick-active button {
    background: #ffffff;
}

@media (max-width: 1199px) {
    .about-why-layout {
        grid-template-columns: minmax(0, 1fr) minmax(0, 0.94fr);
        gap: 42px;
    }

    .about-story-layout {
        grid-template-columns: minmax(430px, 1fr) minmax(0, 1fr);
        gap: 58px;
    }

    .about-stat-item {
        padding-inline: 10px;
    }
}

@media (max-width: 991px) {
    .about-why-section,
    .about-story-section {
        padding: 72px 0 78px;
    }

    .about-why-layout,
    .about-story-layout {
        grid-template-columns: 1fr;
    }

    .about-why-layout {
        gap: 44px;
    }

    .about-why-gallery,
    .about-story-visual {
        width: min(100%, 620px);
        margin-inline: auto;
    }

    .about-why-gallery {
        height: auto;
        aspect-ratio: 1.06 / 1;
    }

    .about-stats-panel {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 18px 0;
    }

    .about-stat-item {
        justify-content: flex-start;
        padding-inline: 28px;
    }

}

@media (max-width: 767px) {
    .about-why-section > .container,
    .about-category-strip > .container,
    .about-story-section > .container,
    .about-faq-section > .container,
    .about-cta-section > .container {
        width: calc(100% - 20px);
    }

    .about-faq-grid {
        grid-template-columns: 1fr;
        gap: 30px;
    }
}

@media (max-width: 575px) {
    .about-cta-section {
        width: calc(100% - 20px);
        margin: 12px auto;
        border-radius: 14px;
    }

    .about-page-banner {
        min-height: 260px;
        background-size: 100% 100%;
    }

    .about-page-banner__content h1 {
        font-size: 42px;
    }

    .about-page-banner__breadcrumb {
        font-size: 14px;
    }

    .about-why-section,
    .about-story-section {
        padding: 56px 0 62px;
    }

    .about-why-layout {
        gap: 34px;
    }

    .about-why-content h2,
    .about-story-content h2 {
        font-size: 32px;
    }

    .about-why-features,
    .about-story-points {
        grid-template-columns: 1fr;
    }

    .about-why-features {
        gap: 20px;
        margin-top: 26px;
    }

    .about-why-gallery {
        width: 100%;
        height: auto;
        aspect-ratio: 0.96 / 1;
    }

    .about-why-gallery__image {
        border-radius: 9px;
    }

    .about-why-content > p {
        margin-top: 16px;
        font-size: 14px;
        line-height: 1.65;
    }

    .about-why-button {
        margin-top: 26px;
    }

    .about-dot-pattern {
        width: 120px;
        height: 120px;
        background-size: 17px 17px;
    }

    .about-category-strip {
        padding: 14px 0 46px;
    }

    .about-stats-panel {
        grid-template-columns: 1fr;
        gap: 12px;
        padding: 20px;
    }

    .about-stat-item {
        padding: 8px 12px;
    }

    .about-story-visual {
        min-height: 0;
        grid-template-columns: minmax(0, 1.1fr) minmax(116px, 0.9fr);
        gap: 10px;
        padding: 24px 0 0 14px;
    }

    .about-story-image {
        padding: 0;
        border-width: 2px;
        border-radius: 17px;
    }

    .about-faq-section {
        padding: 56px 0 62px;
    }

    .about-faq-heading {
        margin-bottom: 38px;
    }

    .about-faq-heading h2 {
        margin-top: 12px;
        font-size: 32px;
    }

    .about-faq-item h3 {
        margin-bottom: 7px;
        font-size: 17px;
    }

    .about-faq-item p {
        font-size: 13px;
        line-height: 1.6;
    }

    .about-cta-slider .slick-dots {
        bottom: 6px;
        gap: 5px;
    }

    .about-cta-slider .slick-dots li,
    .about-cta-slider .slick-dots button {
        width: 7px;
        height: 7px;
    }
}

@media (max-width: 399px) {
    .about-why-content h2 {
        font-size: 28px;
    }

    .about-why-gallery {
        aspect-ratio: 0.9 / 1;
        gap: 8px;
    }

    .about-why-feature {
        gap: 12px;
    }
}
