/* =================================================================================
   UYAAI About Page
   File: assets/css/about-uyaai.css
   ================================================================================= */

.page-template-page-about-uyaai #primary,
.page-template-page-about-uyaai .content-area,
.page-template-page-about-uyaai .site-main,
.page-template-page-about-uyaai .inside-article,
.page-template-page-about-uyaai .entry-content {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    float: none !important;
}

.page-template-page-about-uyaai .site-content {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
}

.page-template-page-about-uyaai #right-sidebar,
.page-template-page-about-uyaai #left-sidebar {
    display: none !important;
}

.uyaai-about-page {
    background: #fff;
    color: #111;
    overflow: hidden;
}

.uyaai-about-page * {
    box-sizing: border-box;
}

.uyaai-about-page a {
    text-decoration: none;
}

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

.about-section {
    padding: 50px 0;
}

.about-eyebrow,
.about-kicker {
    margin: 0 0 14px;
    color: #ed008e;
    font-size: 12px;
    line-height: 1.2;
    font-weight: 900;
    letter-spacing: 1.8px;
    text-transform: uppercase;
}

.about-section-head {
    max-width: 760px;
    margin: 0 auto 46px;
    text-align: center;
}

.about-section-head h2,
.about-copy h2,
.about-dark-copy h2,
.about-final-copy h2 {
    margin: 0;
    color: #111;
    font-size: 42px;
    line-height: 1.08;
    font-weight: 950;
    letter-spacing: -1.3px;
}

.about-section-head p,
.about-copy p,
.about-dark-copy p,
.about-final-copy p {
    margin: 18px 0 0;
    color: #555;
    font-size: 17px;
    line-height: 1.75;
    font-weight: 500;
}

.about-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 50px;
    padding: 15px 28px;
    border-radius: 999px;
    font-size: 13px;
    line-height: 1;
    font-weight: 900;
    letter-spacing: .3px;
    text-transform: uppercase;
    transition: .25s ease;
}

.about-btn-primary {
    background: #ed008e;
    color: #fff;
    box-shadow: 0 14px 28px rgba(237, 0, 142, .24);
}

.about-btn-primary:hover {
    transform: translateY(-2px);
    color: #fff;
    box-shadow: 0 18px 36px rgba(237, 0, 142, .32);
}

.about-btn-outline {
    background: #fff;
    color: #ed008e;
    border: 2px solid #ed008e;
}

.about-btn-outline:hover {
    background: #ed008e;
    color: #fff;
}

.about-btn-dark-outline {
    color: #fff;
    border: 2px solid rgba(255, 255, 255, .72);
    background: transparent;
}

.about-btn-dark-outline:hover {
    background: #fff;
    color: #111;
}

/* Hero */
.about-hero {
    position: relative;
    min-height: 720px;
    padding: 96px 0 78px;
    background:
        radial-gradient(circle at 80% 20%, rgba(237, 0, 142, .12), transparent 34%),
        linear-gradient(135deg, #fff 0%, #fff7fb 45%, #f7f7f7 100%);
}

.about-hero-grid {
    display: grid;
    grid-template-columns: 1fr .92fr;
    gap: 54px;
    align-items: center;
}

.about-hero-copy h1 {
    max-width: 680px;
    margin: 0;
    color: #111;
    font-size: 62px;
    line-height: .98;
    font-weight: 950;
    letter-spacing: -2.4px;
}

.about-hero-copy h1 span {
    display: block;
    color: #ed008e;
}

.about-hero-text {
    max-width: 610px;
    margin: 24px 0 0;
    color: #444;
    font-size: 19px;
    line-height: 1.68;
    font-weight: 600;
}

.about-pill-row {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 30px;
}

.about-pill-row span {
    display: inline-flex;
    align-items: center;
    min-height: 34px;
    padding: 8px 16px;
    border-radius: 999px;
    background: #fff;
    color: #111;
    border: 1px solid rgba(237, 0, 142, .25);
    box-shadow: 0 10px 24px rgba(0, 0, 0, .05);
    font-size: 12px;
    line-height: 1;
    font-weight: 900;
}

.about-pill-row span::before {
    content: "✓";
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 17px;
    height: 17px;
    margin-right: 8px;
    border-radius: 50%;
    background: #ed008e;
    color: #fff;
    font-size: 10px;
    font-weight: 900;
}

.about-cta-row {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 34px;
}

.about-hero-visual {
    position: relative;
    min-height: 590px;
    border-radius: 0;
    overflow: visible;
    background: transparent;
    box-shadow: none;
}

.about-hero-visual picture,
.about-hero-visual img {
    display: block;
    width: 100%;
    height: 590px;
}

.about-hero-visual img {
    object-fit: contain;
    object-position: center bottom;
}

.about-lens-row {
    position: absolute;
    left: 50%;
    bottom: 24px;
    transform: translateX(-50%);
    display: flex;
    gap: 10px;
    padding: 12px 15px;
    border-radius: 999px;
    background: rgba(255, 255, 255, .88);
    box-shadow: 0 18px 42px rgba(0, 0, 0, .14);
    backdrop-filter: blur(8px);
}

.about-lens-row span {
    width: 43px;
    height: 43px;
    display: block;
    border-radius: 50%;
    border: 3px solid rgba(255, 255, 255, .95);
    box-shadow: inset 0 0 0 7px rgba(255, 255, 255, .3), 0 6px 14px rgba(0, 0, 0, .14);
}

.about-lens-row span:nth-child(1) {
    background: radial-gradient(circle, #251811 0%, #8c6243 44%, #d8b38e 62%, #2f211a 100%);
}

.about-lens-row span:nth-child(2) {
    background: radial-gradient(circle, #363636 0%, #878787 44%, #dcdcdc 62%, #333 100%);
}

.about-lens-row span:nth-child(3) {
    background: radial-gradient(circle, #12281d 0%, #678f70 44%, #b7cdb6 62%, #1c2e22 100%);
}

.about-lens-row span:nth-child(4) {
    background: radial-gradient(circle, #172b3b 0%, #6993ae 44%, #c6dce7 62%, #1b3040 100%);
}

.about-lens-row span:nth-child(5) {
    background: radial-gradient(circle, #362018 0%, #b98358 44%, #e2c096 62%, #42291f 100%);
}

/* Trust */
.about-trust {
    background: #fff;
}

.about-trust-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 22px;
}

.about-icon-card {
    min-height: 220px;
    padding: 30px 24px;
    border-radius: 26px;
    background: #fff;
    border: 1px solid rgba(17, 17, 17, .08);
    box-shadow: 0 16px 42px rgba(0, 0, 0, .06);
    text-align: center;
}

.about-icon-card span {
    width: 54px;
    height: 54px;
    margin: 0 auto 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #ed008e;
    background: #fff3fa;
    border: 1px solid rgba(237, 0, 142, .18);
    font-size: 24px;
    font-weight: 900;
}

.about-icon-card h3 {
    margin: 0;
    color: #111;
    font-size: 18px;
    line-height: 1.2;
    font-weight: 900;
}

.about-icon-card p {
    margin: 10px 0 0;
    color: #666;
    font-size: 14px;
    line-height: 1.55;
}

/* Why */
.about-why {
    background: linear-gradient(180deg, #fff 0%, #fff8fc 100%);
}

.about-split {
    display: grid;
    grid-template-columns: .95fr 1.05fr;
    gap: 54px;
    align-items: center;
}

.about-check-list {
    margin: 22px 0 0;
    padding: 0;
    list-style: none;
}

.about-check-list li {
    position: relative;
    margin: 0 0 12px;
    padding-left: 26px;
    color: #333;
    font-size: 16px;
    line-height: 1.5;
    font-weight: 700;
}

.about-check-list li::before {
    content: "✓";
    position: absolute;
    left: 0;
    top: 0;
    color: #ed008e;
    font-weight: 900;
}

.about-map-card {
    border-radius: 32px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 22px 56px rgba(0, 0, 0, .08);
    border: 1px solid rgba(237, 0, 142, .1);
}

.about-map-card img {
    display: block;
    width: 100%;
    height: auto;
}

/* Flow */
.about-flow {
    background: #fff;
}

.about-flow-grid {
    display: grid;
    grid-template-columns: 1.05fr .95fr;
    gap: 42px;
    align-items: center;
}

.about-factory-image {
    border-radius: 30px;
    overflow: hidden;
    background: #f5f5f5;
    box-shadow: 0 20px 54px rgba(0, 0, 0, .08);
}

.about-factory-image img {
    display: block;
    width: 100%;
    height: 430px;
    object-fit: cover;
}

.about-timeline {
    position: relative;
    display: grid;
    gap: 22px;
    padding-left: 30px;
}

.about-timeline::before {
    content: "";
    position: absolute;
    left: 52px;
    top: 28px;
    bottom: 28px;
    width: 2px;
    background: linear-gradient(180deg, #ed008e, rgba(237, 0, 142, .08));
}

.about-timeline div {
    position: relative;
    display: flex;
    align-items: center;
    gap: 18px;
    min-height: 70px;
    z-index: 1;
}

.about-timeline span {
    width: 46px;
    height: 46px;
    flex: 0 0 46px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #fff;
    color: #ed008e;
    border: 2px solid rgba(237, 0, 142, .25);
    box-shadow: 0 12px 26px rgba(237, 0, 142, .12);
    font-size: 12px;
    font-weight: 950;
}

.about-timeline strong {
    display: block;
    color: #111;
    font-size: 18px;
    line-height: 1.25;
    font-weight: 900;
}

/* Market */
.about-market {
    background: linear-gradient(180deg, #fff 0%, #fff7fb 100%);
}

.about-country-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 22px;
}

.about-country-grid article {
    overflow: hidden;
    border-radius: 24px;
    background: #fff;
    border: 1px solid rgba(17, 17, 17, .08);
    box-shadow: 0 16px 42px rgba(0, 0, 0, .06);
}

.about-country-img {
    height: 150px;
    background-size: cover;
    background-position: center;
}

.about-country-id {
    background-image: linear-gradient(rgba(0,0,0,.06), rgba(0,0,0,.06)), url("https://uyaaiwholesale.com/wp-content/uploads/id-style.webp");
}

.about-country-vn {
    background-image: linear-gradient(rgba(0,0,0,.06), rgba(0,0,0,.06)), url("https://uyaaiwholesale.com/wp-content/uploads/vietnam-style.webp");
}

.about-country-my {
    background-image: linear-gradient(rgba(0,0,0,.06), rgba(0,0,0,.06)), url("https://images.unsplash.com/photo-1596422846543-75c6fc197f07?auto=format&fit=crop&w=700&q=80");
}

.about-country-th {
    background-image: linear-gradient(rgba(0,0,0,.06), rgba(0,0,0,.06)), url("https://uyaaiwholesale.com/wp-content/uploads/thai-style.webp");
}

.about-country-grid h3 {
    margin: 18px 18px 0;
    color: #111;
    font-size: 18px;
    line-height: 1.25;
    font-weight: 900;
}

.about-country-grid p {
    margin: 10px 18px 22px;
    color: #555;
    font-size: 14px;
    line-height: 1.55;
    font-weight: 600;
}

.about-note-card {
    max-width: 720px;
    margin: 36px auto 0;
    padding: 24px 28px;
    border-radius: 22px;
    background: #fff0f8;
    border: 1px solid rgba(237, 0, 142, .12);
    text-align: center;
}

.about-note-card strong,
.about-note-card span {
    display: block;
}

.about-note-card strong {
    color: #111;
    font-size: 18px;
    font-weight: 950;
}

.about-note-card span {
    margin-top: 6px;
    color: #ed008e;
    font-size: 15px;
    font-weight: 900;
}

/* Dark */
.about-dark {
    background:
        radial-gradient(circle at 80% 20%, rgba(237, 0, 142, .26), transparent 34%),
        #101010;
    color: #fff;
}

.about-dark-copy {
    max-width: 720px;
    margin-bottom: 42px;
}

.about-dark-copy h2,
.about-dark-copy p {
    color: #fff;
}

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

.about-stat-grid div {
    min-height: 190px;
    padding: 30px 22px;
    border-radius: 24px;
    background: rgba(255, 255, 255, .06);
    border: 1px solid rgba(255, 255, 255, .08);
    box-shadow: 0 18px 38px rgba(0, 0, 0, .22);
}

.about-stat-grid strong {
    display: block;
    color: #ed008e;
    font-size: 50px;
    line-height: 1;
    font-weight: 950;
    letter-spacing: -1.5px;
}

.about-stat-grid span {
    display: block;
    margin-top: 14px;
    color: #fff;
    font-size: 15px;
    line-height: 1.35;
    font-weight: 800;
}

/* Backed */
.about-backed {
    background: #fff;
}

.about-backed-grid {
    display: grid;
    grid-template-columns: 1fr .9fr;
    gap: 52px;
    align-items: center;
}

.about-capability-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 14px;
    margin-top: 28px;
}

.about-capability-grid div {
    min-height: 86px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 18px;
    border-radius: 18px;
    background: #fff;
    color: #111;
    border: 1px solid rgba(17, 17, 17, .08);
    box-shadow: 0 12px 32px rgba(0, 0, 0, .05);
    font-size: 14px;
    font-weight: 900;
}

.about-miduo-card {
    padding: 34px;
    border-radius: 30px;
    background: linear-gradient(135deg, #fff, #fff5fb);
    border: 1px solid rgba(237, 0, 142, .22);
    box-shadow: 0 18px 48px rgba(0, 0, 0, .08);
}

.about-miduo-card img {
    display: block;
    width: auto;
    max-width: 180px;
    max-height: 70px;
    margin-bottom: 22px;
}

.about-miduo-card h3 {
    margin: 0;
    color: #111;
    font-size: 26px;
    line-height: 1.18;
    font-weight: 950;
}

.about-miduo-card p {
    margin: 14px 0 24px;
    color: #555;
    font-size: 15px;
    line-height: 1.7;
    font-weight: 600;
}

.about-miduo-card .about-btn {
    width: 100%;
}

.about-text-link {
    display: inline-flex;
    margin-top: 18px;
    color: #ed008e;
    font-size: 13px;
    font-weight: 900;
    text-transform: uppercase;
}

/* Final CTA */
.about-final-cta {
    padding: 90px 0;
    background:
        radial-gradient(circle at 80% 30%, rgba(237, 0, 142, .36), transparent 34%),
        #111;
    color: #fff;
}

.about-final-grid {
    display: grid;
    grid-template-columns: 1fr .8fr;
    gap: 52px;
    align-items: center;
}

.about-final-copy h2,
.about-final-copy p {
    color: #fff;
}

.about-final-copy h2 span {
    color: #ed008e;
}

.about-final-visual {
    min-height: 430px;
    border-radius: 30px;
    overflow: hidden;
    background: rgba(255, 255, 255, .06);
}

.about-final-visual img {
    display: block;
    width: 100%;
    height: 430px;
    object-fit: contain;
    object-position: center bottom;
}

/* Responsive */
@media (max-width: 1100px) {
    .about-hero-copy h1 {
        font-size: 52px;
    }

    .about-section-head h2,
    .about-copy h2,
    .about-dark-copy h2,
    .about-final-copy h2 {
        font-size: 36px;
    }

    .about-trust-grid,
    .about-country-grid,
    .about-stat-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .about-container {
        width: min(100% - 30px, 1180px);
    }

    .about-section {
        padding: 35px 0;
    }

    .about-section-head {
        margin-bottom: 30px;
        text-align: left;
    }

    .about-section-head h2,
    .about-copy h2,
    .about-dark-copy h2,
    .about-final-copy h2 {
        font-size: 30px;
        line-height: 1.08;
        letter-spacing: -1px;
    }

    .about-section-head p,
    .about-copy p,
    .about-dark-copy p,
    .about-final-copy p {
        font-size: 15px;
        line-height: 1.65;
    }

    .about-hero {
        min-height: auto;
        padding: 44px 0 48px;
    }

    .about-hero-grid {
        display: block;
    }

    .about-hero-copy h1 {
    max-width: 360px;
    font-size: 34px;
    line-height: 1.08;
    letter-spacing: -1.2px;
}

    .about-hero-text {
    max-width: 340px;
    margin-top: 16px;
    font-size: 13px;
    line-height: 1.62;
}

    .about-pill-row {
    display: grid;
    grid-template-columns: 1fr;
    width: 210px;
    gap: 8px;
    margin-top: 20px;
}

    .about-pill-row span {
        min-height: 32px;
        padding: 8px 13px;
        font-size: 11px;
    }

    .about-hero .about-cta-row {
    margin-top: 22px;
}

    .about-btn {
        width: 100%;
        min-height: 48px;
    }

    .about-hero-visual {
    min-height: 300px;
    margin-top: -210px;
    margin-left: auto;
    width: 58%;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    overflow: visible;
    pointer-events: none;
}

    .about-hero-visual picture,
.about-hero-visual img {
    height: 320px;
}

    .about-lens-row {
        bottom: 10px;
        gap: 7px;
        padding: 9px 10px;
    }

    .about-lens-row span {
        width: 34px;
        height: 34px;
        border-width: 2px;
    }

    .about-trust-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 12px;
    }

    .about-icon-card {
        min-height: 160px;
        padding: 20px 12px;
        border-radius: 18px;
    }

    .about-icon-card span {
        width: 42px;
        height: 42px;
        margin-bottom: 12px;
        font-size: 19px;
    }

    .about-icon-card h3 {
        font-size: 14px;
    }

    .about-icon-card p {
        font-size: 12px;
        line-height: 1.45;
    }

    .about-split,
    .about-flow-grid,
    .about-backed-grid,
    .about-final-grid {
        grid-template-columns: 1fr;
        gap: 28px;
    }

    .about-map-card {
        border-radius: 22px;
    }

    .about-factory-image {
        border-radius: 22px;
    }

    .about-factory-image img {
        height: 250px;
    }

    .about-timeline {
        gap: 14px;
        padding-left: 0;
    }

    .about-timeline::before {
        left: 23px;
    }

    .about-timeline div {
        min-height: 60px;
        gap: 14px;
    }

    .about-timeline span {
        width: 46px;
        height: 46px;
    }

    .about-timeline strong {
        font-size: 15px;
    }

    .about-country-grid {
        display: flex;
        gap: 14px;
        overflow-x: auto;
        padding: 4px 15px 14px;
        margin-left: -15px;
        margin-right: -15px;
        scroll-snap-type: x mandatory;
        -webkit-overflow-scrolling: touch;
    }

    .about-country-grid::-webkit-scrollbar {
        display: none;
    }

    .about-country-grid article {
        flex: 0 0 82%;
        scroll-snap-align: start;
        border-radius: 20px;
    }

    .about-country-img {
        height: 145px;
    }

    .about-note-card {
        margin-top: 22px;
        text-align: left;
        padding: 20px;
        border-radius: 18px;
    }

    .about-dark {
        border-radius: 28px;
        margin: 0 15px;
        padding: 48px 0;
    }

    .about-dark-copy {
        margin-bottom: 26px;
    }

    .about-stat-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 12px;
    }

    .about-stat-grid div {
        min-height: 136px;
        padding: 22px 16px;
        border-radius: 18px;
    }

    .about-stat-grid strong {
        font-size: 36px;
    }

    .about-stat-grid span {
        font-size: 12.5px;
    }

    .about-capability-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 12px;
    }

    .about-capability-grid div {
        min-height: 74px;
        padding: 14px;
        border-radius: 16px;
        font-size: 12px;
    }

    .about-miduo-card {
        padding: 24px 18px;
        border-radius: 22px;
    }

    .about-miduo-card img {
        max-width: 150px;
        max-height: 58px;
        margin-bottom: 18px;
    }

    .about-miduo-card h3 {
        font-size: 22px;
    }

    .about-final-cta {
        margin: 0 15px 30px;
        padding: 48px 0;
        border-radius: 28px;
    }

    .about-final-visual {
        min-height: 320px;
        border-radius: 22px;
    }

    .about-final-visual img {
        height: 320px;
    }
}
    .about-hero-visual img {
    object-fit: contain;
    object-position: right bottom;
}

    .about-lens-row {
    left: 50%;
    bottom: 4px;
    gap: 7px;
    padding: 8px 10px;
}

@media (max-width: 430px) {
    .about-hero-copy h1 {
        font-size: 34px;
    }

    .about-section-head h2,
    .about-copy h2,
    .about-dark-copy h2,
    .about-final-copy h2 {
        font-size: 27px;
    }

    .about-trust-grid {
        gap: 10px;
    }

    .about-icon-card {
        min-height: 150px;
    }

    .about-stat-grid strong {
        font-size: 32px;
    }
}
    
@media (max-width: 768px) {
    .about-hero {
        position: relative;
        padding: 42px 0 30px;
        overflow: hidden;
    }

    .about-hero-grid {
        position: relative;
        display: block;
    }

    .about-hero-text {
        max-width: 275px;
        margin-top: 16px;
        font-size: 13px;
        line-height: 1.62;
    }

    .about-pill-row {
        display: grid;
        grid-template-columns: 1fr;
        width: 210px;
        gap: 8px;
        margin-top: 20px;
    }

    .about-hero-visual {
        position: absolute;
        top: 365px;
        right: -2px;
        width: 55%;
        min-height: 300px;
        margin: 0;
        border-radius: 0;
        background: transparent;
        box-shadow: none;
        overflow: visible;
        pointer-events: none;
        z-index: 2;
    }

    .about-hero-visual picture,
    .about-hero-visual img {
        height: 315px;
    }

    .about-hero-visual img {
        object-fit: contain;
        object-position: right bottom;
    }

    .about-lens-row {
        left: 50%;
        bottom: -2px;
        gap: 8px;
        padding: 10px 13px;
        border-radius: 999px;
        box-shadow: 0 16px 34px rgba(0, 0, 0, .18);
    }

    .about-lens-row span {
        width: 40px;
        height: 40px;
        border-width: 3px;
    }

    .about-hero-cta-mobile {
        position: relative;
        z-index: 3;
        display: grid;
        grid-template-columns: 1fr;
        gap: 12px;
        margin-top: 295px;
    }
}

@media (max-width: 430px) {
    .about-hero-text {
        max-width: 255px;
    }

    .about-hero-visual {
        top: 380px;
        right: -4px;
        width: 57%;
    }

    .about-hero-visual picture,
    .about-hero-visual img {
        height: 305px;
    }

    .about-lens-row span {
        width: 37px;
        height: 37px;
    }

    .about-hero-cta-mobile {
        margin-top: 285px;
    }
}

/*调整模特位置*/
@media (max-width: 768px) {
    .about-hero {
        position: relative;
        padding: 42px 0 30px;
        overflow: hidden;
    }

    .about-hero-grid {
        position: relative;
        display: block;
    }

    .about-hero-text {
        max-width: 275px;
    }

    .about-hero-visual {
        position: absolute;
        top: 160px;
        right: -18px;
        width: 45%;
        min-height: 360px;
        margin: 0;
        border-radius: 0;
        background: transparent;
        box-shadow: none;
        overflow: visible;
        pointer-events: none;
        z-index: 2;
    }

    .about-hero-visual picture,
    .about-hero-visual img {
        height: 360px;
    }

    .about-hero-visual img {
        object-fit: contain;
        object-position: right top;
    }

    .about-lens-row {
        left: 48%;
        bottom: -6px;
        gap: 8px;
        padding: 10px 13px;
        border-radius: 999px;
        box-shadow: 0 16px 34px rgba(0, 0, 0, .18);
    }

    .about-lens-row span {
        width: 40px;
        height: 40px;
        border-width: 3px;
    }

    .about-hero-cta-mobile {
        position: relative;
        z-index: 3;
        display: grid;
        grid-template-columns: 1fr;
        gap: 12px;
        margin-top: 260px;
    }
}

@media (max-width: 430px) {
    .about-hero-visual {
        top: 160px;
        right: -22px;
        width: 48%;
    }

    .about-hero-visual picture,
    .about-hero-visual img {
        height: 345px;
    }

    .about-hero-cta-mobile {
        margin-top: 250px;
    }
}
/*隐藏镜片条*/
@media (max-width: 768px) {
    .about-lens-row {
        display: none !important;
    }
}
.about-flow-summary {
    max-width: 760px;
    margin: 34px auto 0;
    padding: 22px 28px;
    border-radius: 20px;
    background: linear-gradient(135deg, #fff7fb 0%, #ffffff 100%);
    border: 1px solid rgba(237, 0, 142, .14);
    color: #555;
    font-size: 16px;
    line-height: 1.7;
    font-weight: 600;
    text-align: center;
    box-shadow: 0 14px 34px rgba(0, 0, 0, .045);
}

@media (max-width: 768px) {
    .about-flow-summary {
        margin-top: 28px;
        padding: 18px 20px;
        font-size: 14px;
        line-height: 1.65;
        text-align: left;
    }
}

/* Section 07: Backed by Experience */
.about-backed {
    background: #fff;
}

.about-backed-layout {
    display: grid;
    grid-template-columns: 1.05fr 1.15fr .95fr;
    gap: 44px;
    align-items: stretch;
}

.about-backed-intro h2 {
    max-width: 360px;
    margin: 0;
    font-size: 34px;
    line-height: 1.08;
    letter-spacing: -1px;
}

.about-backed-intro p {
    max-width: 330px;
    margin: 22px 0 0;
    color: #555;
    font-size: 15px;
    line-height: 1.7;
}

.about-backed-intro strong {
    color: #ed008e;
}

.about-backed-capabilities {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 18px;
    align-content: center;
}

.about-capability-icon-card {
    min-height: 118px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 14px;
    text-align: center;
}

.about-capability-icon-card span {
    width: 46px;
    height: 46px;
    border: 2px solid #ed008e;
    border-radius: 16px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #ed008e;
    font-size: 24px;
    font-weight: 900;
}

.about-capability-icon-card strong {
    font-size: 13px;
    color: #111;
}

.about-backed-supply-btn {
    grid-column: 1 / -1;
    min-height: 48px;
    margin-top: 22px;
    border: 2px solid #ed008e;
    border-radius: 999px;
    color: #ed008e;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: .3px;
}

.about-ecosystem-card {
    padding: 28px;
    border-radius: 24px;
    background: linear-gradient(135deg, #fff, #fff8fc);
    box-shadow: 0 18px 44px rgba(0, 0, 0, .06);
}

.about-ecosystem-card h3 {
    margin: 0 0 24px;
    font-size: 22px;
    line-height: 1.2;
}

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

.about-brand-grid div {
    min-height: 54px;
    border-radius: 10px;
    background: #fff;
    box-shadow: 0 10px 24px rgba(0, 0, 0, .08);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    font-weight: 900;
}

.about-brand-grid div:first-child {
    color: #ed008e;
    font-size: 22px;
}

.about-ecosystem-card p {
    margin: 22px 0 20px;
    color: #666;
    font-size: 13px;
    line-height: 1.65;
}

.about-ecosystem-card .about-btn {
    width: 100%;
    min-height: 46px;
    font-size: 12px;
}

@media (max-width: 1024px) {
    .about-backed-layout {
        grid-template-columns: 1fr;
        gap: 28px;
    }

    .about-backed-intro h2,
    .about-backed-intro p {
        max-width: 100%;
    }
}

@media (max-width: 768px) {
    .about-backed-capabilities {
        grid-template-columns: repeat(2, 1fr);
        gap: 12px;
    }

    .about-capability-icon-card {
        min-height: 96px;
        border-radius: 16px;
        background: #fff;
        border: 1px solid rgba(237, 0, 142, .12);
    }

    .about-backed-supply-btn {
        margin-top: 12px;
        min-height: 46px;
        padding: 0 18px;
        font-size: 11px;
        text-align: center;
    }

    .about-ecosystem-card {
        padding: 22px;
    }
}
.about-backed-miduo-logo {
    grid-column: 1 / -1;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 170px;
    margin-bottom: 8px;
}

.about-backed-miduo-logo img {
    width: 150px;
    max-width: 100%;
    height: auto;
    object-fit: contain;
    display: block;
}

.about-mobile-miduo-logo {
    display: none;
}

.about-capability-row {
    grid-column: 1 / -1;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 18px;
}

.about-brand-grid div {
    padding: 10px 16px;
}

.about-brand-grid img {
    max-width: 120px;
    max-height: 34px;
    width: auto;
    height: auto;
    object-fit: contain;
    display: block;
}

.about-brand-grid span {
    color: #ed008e;
    font-size: 22px;
    font-weight: 950;
}

@media (max-width: 768px) {
    .about-backed-miduo-logo {
        display: none;
    }

    .about-mobile-miduo-logo {
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 0 0 16px;
        padding: 20px;
        border-radius: 16px;
        background: #fff;
        box-shadow: 0 10px 24px rgba(0, 0, 0, .08);
    }

    .about-mobile-miduo-logo img {
        width: 140px;
        max-width: 100%;
        height: auto;
        object-fit: contain;
        display: block;
    }

    .about-capability-row {
        grid-template-columns: repeat(2, 1fr);
        gap: 12px;
    }

    .about-brand-grid img {
        max-width: 105px;
        max-height: 30px;
    }
}

.about-final-single {
    min-height: 520px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.about-final-single .about-final-copy {
    max-width: 820px;
    margin: 0 auto;
}

.about-final-single .about-final-copy p {
    margin-left: auto;
    margin-right: auto;
}

.about-final-single .about-cta-row {
    justify-content: center;
}

.about-final-single .about-btn {
    border: none;
    cursor: pointer;
}

.about-form-modal {
    position: fixed;
    inset: 0;
    z-index: 1000002;
    display: none;
    align-items: center;
    justify-content: center;
    padding: 24px;
}

.about-form-modal.is-active {
    display: flex;
}

.about-form-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, .72);
    backdrop-filter: blur(5px);
}

.about-form-dialog {
    position: relative;
    z-index: 2;
    width: min(620px, 100%);
    max-height: 90vh;
    overflow-y: auto;
    padding: 34px;
    border-radius: 24px;
    background: #fff;
    box-shadow: 0 28px 80px rgba(0, 0, 0, .35);
}

.about-form-close {
    position: absolute;
    top: 16px;
    right: 18px;
    width: 38px;
    height: 38px;
    border: none;
    border-radius: 50%;
    background: #111;
    color: #fff;
    font-size: 26px;
    line-height: 1;
    cursor: pointer;
}

.about-form-head {
    margin-bottom: 24px;
}

.about-form-head h3 {
    margin: 8px 0 10px;
    font-size: 30px;
    line-height: 1.15;
    letter-spacing: -.7px;
}

.about-form-head p {
    margin: 0;
    color: #666;
    font-size: 15px;
    line-height: 1.6;
}

.about-form-body {
    text-align: left;
}

@media (max-width: 768px) {
    .about-final-single {
        min-height: auto;
        padding: 70px 0;
        text-align: left;
        justify-content: flex-start;
    }

    .about-final-single .about-cta-row {
        justify-content: stretch;
    }

    .about-form-dialog {
        padding: 26px 20px;
        border-radius: 20px;
    }

    .about-form-head h3 {
        font-size: 24px;
    }
}

/* Final CTA compact fix */
.about-final-single {
    min-height: auto;
    padding: 86px 0;
}

.about-final-cta {
    padding: 0;
}

.about-final-single .about-final-copy {
    max-width: 760px;
}

.about-final-single .about-cta-row {
    margin-top: 34px;
    gap: 18px;
}

.about-final-single .about-btn {
    min-width: 220px;
    min-height: 58px;
}

.about-final-single .about-btn-dark-outline {
    background: #fff;
    color: #111;
    border: 2px solid #fff;
    box-shadow: 0 14px 30px rgba(255, 255, 255, .12);
}

.about-final-single .about-btn-dark-outline:hover {
    background: transparent;
    color: #fff;
    border-color: #fff;
}

/* Modal close button fix */
.about-form-close {
    appearance: none;
    -webkit-appearance: none;
    top: 18px;
    right: 18px;
    width: 36px;
    height: 36px;
    padding: 0;
    border: 1px solid rgba(17, 17, 17, .1);
    border-radius: 50%;
    background: #fff !important;
    color: #111 !important;
    box-shadow: 0 8px 20px rgba(0, 0, 0, .12) !important;
    font-size: 28px;
    font-weight: 400;
    line-height: 32px;
    text-align: center;
}

.about-form-close:hover {
    background: #ed008e !important;
    color: #fff !important;
    border-color: #ed008e;
}

/* Mobile compact fix */
@media (max-width: 768px) {
    .about-final-single {
        padding: 44px 0;
    }

    .about-final-single .about-final-copy {
        max-width: 100%;
    }

    .about-final-single .about-cta-row {
        margin-top: 28px;
        gap: 12px;
    }

    .about-final-single .about-btn {
        width: 100%;
        min-width: 0;
        min-height: 56px;
    }

    .about-final-single .about-btn-dark-outline {
        background: #fff;
        color: #111;
        border-color: #fff;
    }

    .about-form-close {
        top: 12px;
        right: 12px;
    }
}

/*链接自动定位*/
#miduo-group {
    scroll-margin-top: 110px;
}
/*隐藏PC端镜片条*/
@media (min-width: 769px) {
    .about-lens-row {
        display: none !important;
    }
}