/* Temu产品介绍落地页专属样式。 */
.temu-landing-page {
    margin: 0;
    color: #1d1f23;
    background: #fff;
    font-family: "PingFang SC";
}
.temu-landing-page *, .temu-landing-page *::before, .temu-landing-page *::after {
    box-sizing: border-box;
}
.temu-landing-page a {
    text-decoration: none;
}
.temu-landing-page .index-head.temu-nav-no-transition,
.temu-landing-page .index-head.temu-nav-no-transition .nav-word ul .nav-li a,
.temu-landing-page .index-head.temu-nav-no-transition .nav-word ul .nav-li a::after {
    transition: none !important;
}
.temu-fixed-cta {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 590;
    padding: 16px 24px;
    background: #1479cd;
    box-shadow: 0 -4px 20px rgba(20, 121, 205, .3);
    opacity: 0;
    transform: translateY(100%);
    transition: opacity .3s ease, transform .3s ease;
    pointer-events: none;
}
.temu-fixed-cta.is-visible {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
}
.temu-fixed-cta__inner {
    width: 1156px;
    min-height: 48px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
}
.temu-fixed-cta__copy {
    display: flex;
    flex-direction: column;
    gap: 4px;
    color: #fff;
}
.temu-fixed-cta__copy strong {
    font-size: 16px;
    line-height: 22px;
    font-weight: 700;
}
.temu-fixed-cta__copy span {
    color: rgba(255, 255, 255, .82);
    font-size: 14px;
    line-height: 20px;
}
.temu-fixed-cta__button {
    min-width: 148px;
    height: 40px;
    padding: 9px 24px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    border-radius: 8px;
    background: #fff;
    color: #1479cd;
    font-size: 14px;
    line-height: 22px;
    font-weight: 600;
    transition: box-shadow .2s ease, transform .2s ease;
}
.temu-fixed-cta__button:hover {
    color: #1479cd;
    box-shadow: 0 4px 12px rgba(0, 0, 0, .18);
    transform: translateY(-1px);
}
.temu-container {
    width: 1156px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.temu-hero {
    min-height: 664px;
    overflow: hidden;
    position: relative;
    background: #ffab00 url("../../../img/productIntroduce/temu/temu-banner-bg.png") center top / cover no-repeat;
}
.temu-hero__inner {
    width: 1156px;
    min-height: 664px;
    margin: 0 auto;
    position: relative;
}
.temu-hero__copy {
    position: absolute;
    left: 0;
    top: 157px;
    width: 616px;
    z-index: 1;
}
.temu-hero h1 {
    margin: 0 0 24px;
    display: flex;
    align-items: baseline;
    white-space: nowrap;
    color: #fff;
    font-size: 48px;
    line-height: 52px;
    font-weight: 800;
}
.temu-hero h1 strong {
    margin-right: 8px;
    background: linear-gradient(90deg, #fff316 0%, #fff 100%);
    color: transparent;
    font-size: 55px;
    font-weight: 900;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}
.temu-hero__slogan {
    margin: 0 0 24px;
    color: #fffb00;
    font-size: 34px;
    line-height: 34px;
    font-weight: 800;
}
.temu-hero__desc {
    width: 576px;
    margin: 0 0 32px;
    color: #fff;
    font-size: 18px;
    line-height: 29px;
}
.temu-hero__visual {
    position: absolute;
    width: 568px;
    height: 519px;
    right: -60px;
    top: 85px;
    object-fit: contain;
}
.temu-section {
    padding: 60px 0;
    background: #fff;
}
.temu-reveal {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity .6s ease-out, transform .6s ease-out;
}
.temu-reveal.is-visible {
    opacity: 1;
    transform: translateY(0);
}
@media (prefers-reduced-motion: reduce) {
    .temu-reveal {
        opacity: 1;
        transform: none;
        transition: none;
    }
}
.temu-section-heading {
    width: 100%;
    margin-bottom: 64px;
    text-align: center;
}
.temu-section-heading h2 {
    margin: 0 0 15px;
    color: #1d1f23;
    font-size: 36px;
    line-height: 40px;
    font-weight: 600;
}
.temu-section-heading p {
    margin: 0;
    color: #8d9398;
    font-size: 18px;
    line-height: 29px;
}
.temu-primary-button {
    min-width: 140px;
    height: 48px;
    padding: 12px 24px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
    border: 1px solid #0064fa;
    border-radius: 8px;
    background: #1479cd;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    transition: opacity .2s ease, transform .2s ease;
}
.temu-primary-button:hover {
    color: #fff;
    opacity: .9;
    transform: translateY(-1px);
}
.temu-primary-button span {
    font-size: 18px;
    line-height: 18px;
}
.temu-primary-button--light {
    border-color: #dfe2e7;
    background: #fff;
    color: #f77d00;
}
.temu-primary-button--light:hover {
    color: #f77d00;
}
.temu-free-use-button {
    cursor: pointer;
    transition: background-color .2s ease, border-color .2s ease, color .2s ease, transform .2s ease;
}
.temu-free-use-button:hover {
    border-color: #1479cd;
    background: #fff;
    color: #1479cd;
    opacity: 1;
    transform: translateY(-2px);
}
.temu-free-use-button:focus {
    outline: none;
}
.temu-hero .temu-free-use-button:hover {
    border-color: #dfe2e7;
    background: #fff;
    color: #f77d00;
    opacity: .9;
    transform: translateY(-1px);
}
.temu-challenge-grid {
    width: 100%;
    margin-bottom: 56px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}
.temu-challenge-card {
    min-height: 122px;
    padding: 33px;
    display: flex;
    align-items: flex-start;
    gap: 12px;
    border: 1px solid rgba(223,226,231,.6);
    border-radius: 16px;
    background: linear-gradient(162deg, #fff, rgba(248,250,252,.5));
    cursor: pointer;
    transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}
.temu-challenge-card:hover {
    border-color: #1479cd;
    box-shadow: 0 4px 6px -3px rgba(38,38,38,.1), 0 8px 12px 1px rgba(38,38,38,.06), 0 3px 16px 2px rgba(38,38,38,.05);
    transform: translateY(-1px);
}
.temu-icon {
    width: 56px;
    height: 56px;
    flex: none;
    display: block;
    object-fit: contain;
}
.temu-challenge-card h3 {
    margin: 0 0 2px;
    font-size: 20px;
    line-height: 28px;
    font-weight: 600;
}
.temu-challenge-card p {
    margin: 0;
    color: #8d9398;
    font-size: 16px;
    line-height: 26px;
}
.temu-modes {
    background: linear-gradient(180deg, #fffefc, #fff);
}
.temu-mode-grid {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}
.temu-mode-card {
    height: 314px;
    overflow: visible;
    display: flex;
    flex-direction: column;
    border: 0;
    border-radius: 16px;
    background: transparent;
    cursor: pointer;
}
.temu-mode-card header {
    height: 66px;
    flex: 0 0 66px;
    padding: 19px 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #fff;
    border-radius: 16px 16px 0 0;
}
.temu-mode-card header h3 {
    margin: 0;
    font-size: 20px;
    line-height: 28px;
    font-weight: 600;
}
.temu-mode-card header span {
    padding: 4px 12px;
    border-radius: 4px;
    background: rgba(255,255,255,.2);
    font-size: 14px;
    line-height: 20px;
}
.temu-mode-card__body {
    min-height: 0;
    flex: 1;
    padding: 20px;
    display: flex;
    flex-direction: column;
    border: 1px solid rgba(223,226,231,.6);
    border-radius: 0 0 16px 16px;
    border-top: none;
    background: linear-gradient(108deg, #fff, rgba(248,250,252,.5));
    transition: border-color .2s ease, box-shadow .2s ease;
}
.temu-mode-card:hover .temu-mode-card__body {
    border-color: #1479cd;
    border-top: none;
    box-shadow: 0 4px 6px -3px rgba(38,38,38,.1), 0 8px 12px 1px rgba(38,38,38,.06), 0 3px 16px 2px rgba(38,38,38,.05);
}
.temu-mode-card ul {
    padding: 0;
    list-style: none;
    margin-bottom: 0px;
}
.temu-mode-card li {
    margin: 0 0 10px;
    color: #1d1f23;
    font-size: 16px;
    line-height: 24px;
}
.temu-mode-card li::before {
    content: none;
}
.temu-mode-card .temu-check-icon {
    width: 24px;
    height: 24px;
    margin-right: 16px;
    vertical-align: middle;
    object-fit: contain;
}
.temu-mode-card a {
    margin-left: 0;
    margin-top: auto;
    color: #1479cd;
    font-size: 16px;
    line-height: 22px;
}
.temu-mode-card a:focus,
.temu-mode-card a:focus-visible,
.temu-mode-card a:active {
    outline: 0;
    box-shadow: none;
}
.temu-mode-card--orange header {
    background: linear-gradient(90deg, #f5ad05, #f3aa00);
}
.temu-mode-card--green header {
    background: linear-gradient(90deg, #50bf43, #08a100);
}
.temu-mode-card--purple header {
    background: linear-gradient(90deg, #6c59ef, #4234e8);
}
.temu-feature {
    background: linear-gradient(180deg, #fffefc, #fff);
}
.temu-feature-grid {
    width: 100%;
    display: grid;
    gap: 24px;
}
.temu-feature-grid--four {
    grid-template-columns: repeat(2, 1fr);
}
.temu-feature-grid--purchase {
    grid-template-columns: repeat(4, 1fr);
}
.temu-feature-box, .temu-small-card {
    min-height: 246px;
    padding: 28px 32px;
    border: 1px solid rgba(223,226,231,.7);
    border-radius: 16px;
    background: #fff;
}
.temu-feature-box {
    min-height: 198px;
}
.temu-feature-box__heading {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 20px;
}
.temu-feature-box h3, .temu-small-card h3 {
    margin: 12px 0 14px;
    font-size: 20px;
    line-height: 28px;
    font-weight: 600;
}
.temu-feature-icon, .temu-small-card img {
    width: 48px;
    height: 48px;
    display: block;
    object-fit: contain;
}
.temu-feature-box__heading h3 {
    margin: 0;
}
.temu-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}
.temu-tags span {
    position: relative;
    padding: 5px 10px;
    border-radius: 8px;
    background: #f7f7f7;
    color: #4c4f54;
    font-size: 13px;
    line-height: 20px;
    cursor: pointer;
    transition: background-color .2s ease, color .2s ease;
}
.temu-tags span:hover {
    background: #fff3e8;
    color: #fd7200;
}
.temu-tags .temu-tag--ai {
    position: relative;
    background: #fff3e8;
    color: #fd7200;
}
.temu-tags .temu-tag--ai img {
    position: absolute;
    top: -8px;
    right: 2px;
    width: 13px;
    height: 16px;
    object-fit: contain;
}
.temu-feature > .temu-container > .temu-primary-button, .temu-feature-cards > .temu-container > .temu-primary-button {
    margin-top: 64px;
}
.temu-feature-showcase {
    background: linear-gradient(180deg, rgba(240,248,255,.5), #fff);
}
.temu-feature-showcase--profit {
    background: linear-gradient(180deg, #fff, rgba(248,250,252,.5));
}
.temu-showcase-row {
    width: 100%;
    min-height: 330px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    /* gap: 80px; */
}
.temu-tabs, .temu-selection-tabs {
    margin: -24px 0 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
}
.temu-tabs button, .temu-selection-tabs button, .temu-blog-tabs button {
    min-height: 48px;
    padding: 13px 17px;
    border: 1px solid rgba(101,101,101,.1);
    border-radius: 8px;
    background: #fff;
    color: #1d1f23;
    font: inherit;
    font-size: 16px;
    cursor: pointer;
}
.temu-tabs button.is-active, .temu-selection-tabs button.is-active {
    border-color: #1479cd;
    background: #1479cd;
    color: #fff;
}
.temu-panel-wrap {
    width: 570px;
    min-height: 295px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.temu-panel-wrap img {
    max-width: 100%;
    max-height: 375px;
    display: block;
    object-fit: contain;
}
.temu-panel-wrap img.temu-order-image:not(.is-active),
.temu-panel-wrap img.temu-profit-image:not(.is-active),
.temu-panel-wrap img.temu-selection-image:not(.is-active) {
    display: none;
}
.temu-showcase-copy {
    width: 390px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 32px;
    flex: 1;
    margin-left: 42px;
}
.temu-showcase-copy h3, .temu-selection-copy h3 {
    margin: 0;
    font-size: 20px;
    line-height: 28px;
    font-weight: 600;
    margin-bottom: 24px;
}
.temu-showcase-copy ul, .temu-selection-copy ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.temu-benefit-list {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.temu-benefit-list li {
    min-height: 64px;
    padding: 12px;
    display: grid;
    grid-template-columns: 32px 1fr;
    grid-template-rows: auto auto;
    column-gap: 12px;
    align-items: center;
    border: 1px solid rgba(223,226,231,.8);
    border-radius: 8px;
    background: #fff;
    cursor: pointer;
    transition: border-color .2s ease, box-shadow .2s ease;
}
.temu-benefit-list li:hover {
    border-color: #1479cd;
    box-shadow: 0 4px 6px -3px rgba(38,38,38,.1), 0 8px 12px 1px rgba(38,38,38,.06), 0 3px 16px 2px rgba(38,38,38,.05);
}
.temu-benefit-list li.is-active {
    border-color: #1479cd;
    box-shadow: 0 4px 6px -3px rgba(38,38,38,.1), 0 8px 12px 1px rgba(38,38,38,.06), 0 3px 16px 2px rgba(38,38,38,.05);
}
.temu-benefit-icon {
    width: 44px;
    height: 44px;
    grid-row: 1 / span 2;
    object-fit: contain;
}
.temu-benefit-list strong {
    color: #1d1f23;
    font-size: 18px;
    line-height: 24px;
    font-weight: 600;
    margin-bottom: 4px;
    margin-left: 12px;
}
.temu-benefit-list span {
    color: #8d9398;
    font-size: 14px;
    line-height: 22px;
    margin-left: 12px;
}
.temu-showcase-copy li, .temu-selection-copy li {
    position: relative;
    margin-bottom: 24px;
    padding-left: 36px;
    font-size: 16px;
    line-height: 22px;
}
.temu-showcase-copy .temu-benefit-list li {
    position: static;
    margin: 0;
    padding: 16px;
    font-size: inherit;
    line-height: normal;
}
.temu-showcase-copy li::before, .temu-selection-copy li::before {
    content: none;
}
.temu-showcase-copy .temu-check-icon, .temu-selection-copy .temu-check-icon {
    position: absolute;
    left: 0;
    top: 0;
    width: 24px;
    height: 24px;
    object-fit: contain;
}
.temu-tab-copy, .temu-selection-copy {
    display: none;
}
.temu-tab-copy.is-active, .temu-selection-copy.is-active {
    display: block;
}
.temu-feature-cards {
    background: linear-gradient(180deg, #fffefc, #fff);
}
.temu-small-card {
    min-height: 186px;
    padding: 24px;
    cursor: pointer;
    transition: border-color .2s ease, box-shadow .2s ease;
}
.temu-small-card:hover {
    border-color: #1479cd;
    box-shadow: 0 4px 6px -3px rgba(38,38,38,.1), 0 8px 12px 1px rgba(38,38,38,.06), 0 3px 16px 2px rgba(38,38,38,.05);
}
.temu-small-card h3 {
    margin: 14px 0 8px;
    font-size: 16px;
    line-height: 24px;
}
.temu-small-card p {
    margin: 0;
    color: #8d9398;
    font-size: 14px;
    line-height: 22px;
}
.temu-feature-cards .temu-section-heading {
    margin-bottom: 40px;
}
/* .temu-feature-cards > .temu-container > .temu-primary-button {
    margin-top: 40px;
} */
.temu-feature-showcase--selection .temu-showcase-row {
    align-items: center;
}
.temu-selection-tabs {
    margin: -24px 0 20px;
}
.temu-selection-tabs button {
    min-height: 36px;
    padding: 8px 16px;
    border: 0;
    border-bottom: 2px solid transparent;
    border-radius: 0;
    color: #4c4f54;
    font-size: 14px;
}
.temu-selection-tabs button.is-active {
    border-bottom-color: #1479cd;
    background: transparent;
    color: #1479cd;
}
.temu-awards {
    padding-bottom: 60px;
}
.temu-awards .temu-section-heading {
    margin-bottom: 56px;
}
.temu-award-viewport {
    width: 100%;
    padding-bottom: 16px;
    margin-bottom: -16px;
    overflow: hidden;
}
.temu-award-grid {
    width: max-content;
    display: flex;
    gap: 24px;
    will-change: transform;
}
.temu-award-column {
    width: 271px;
    flex: 0 0 271px;
    display: flex;
    flex-direction: column;
    gap: 24px;
}
.temu-award-card {
    width: 271px;
    height: 197px;
    padding: 20px 16px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4px;
    border: 1px solid #d6dfe8;
    border-radius: 12px;
    background: #fff;
    box-shadow: none;
    transition: border-color .2s ease, box-shadow .2s ease;
}
.temu-award-card img {
    width: 170px;
    height: 109px;
    display: block;
    flex: 0 0 109px;
    object-fit: contain;
    background: #fff;
}
.temu-award-card h3 {
    width: 100%;
    margin: 4px 0 0;
    font-size: 15px;
    line-height: 20px;
    font-weight: 600;
    text-align: center;
    white-space: normal;
    overflow-wrap: anywhere;
}
.temu-award-arrows {
    margin-top: 32px;
    display: flex;
    justify-content: center;
    gap: 16px;
}
.temu-award-arrow {
    width: 56px;
    height: 56px;
    border: 0;
    text-align: center;
    line-height: 48px;
    border-radius: 50%;
    background: #f5f5f5;
    color: #4c4f54;
    font-size: 30px;
    cursor: pointer;
    transition: background-color .2s ease, color .2s ease;
}
.temu-award-arrow:hover {
    background: #1479cd;
    color: #fff;
}
.temu-blog {
    padding-bottom: 100px;
}
.temu-blog-heading {
    width: 100%;
    margin-bottom: 48px;
    display: flex;
    position: relative;
    align-items: center;
    justify-content: center;
}
.temu-blog-heading > div {
    text-align: center;
}
.temu-blog-heading h2 {
    margin: 0 0 8px;
    font-size: 36px;
    line-height: 40px;
    font-weight: 600;
}
.temu-blog-heading p {
    margin: 0;
    color: #8d9398;
    font-size: 16px;
    line-height: 24px;
}
.temu-blog-more {
    position: absolute;
    right: 0;
    bottom: 0;
    color: #1479cd;
    font-size: 16px;
    line-height: 24px;
    white-space: nowrap;
}
.temu-blog-more:hover {
    color: #1479cd;
}
.temu-blog-more:focus,
.temu-blog-more:focus-visible,
.temu-blog-more:active,
.temu-blog-main__body > a:focus,
.temu-blog-main__body > a:focus-visible,
.temu-blog-main__body > a:active {
    outline: 0;
    box-shadow: none;
}
.temu-blog-tabs {
    display: flex;
    gap: 24px;
}
.temu-blog-tabs button {
    min-height: 36px;
    padding: 8px 12px;
    border: 0;
    border-bottom: 2px solid transparent;
    border-radius: 0;
    background: transparent;
    font-size: 16px;
}
.temu-blog-tabs button.is-active {
    border-bottom-color: #1479cd;
    color: #1479cd;
}
.temu-blog-grid {
    width: 100%;
    display: grid;
    grid-template-columns: 443px 1fr;
    gap: 32px;
}
.temu-blog-main, .temu-blog-list article {
    overflow: hidden;
    border: 1px solid rgba(223,226,231,.6);
    border-radius: 16px;
    background: #fff;
    cursor: pointer;
    transition: border-color .2s ease, box-shadow .2s ease;
}
.temu-blog-main:hover, .temu-blog-list article:hover {
    border-color: #1479cd;
    box-shadow: 0 4px 6px -3px rgba(38,38,38,.1), 0 8px 12px 1px rgba(38,38,38,.06), 0 3px 16px 2px rgba(38,38,38,.05);
}
.temu-blog-main > img {
    width: 100%;
    height: 300px;
    display: block;
    object-fit: cover;
}
.temu-blog-main__body {
    padding: 24px;
}
.temu-meta {
    display: flex;
    align-items: center;
    gap: 4px;
    color: #8d9398;
    font-size: 12px;
    line-height: 16px;
    margin-left: 4px;
}
.temu-meta span {
    padding: 4px 8px;
    border-radius: 6px;
    background: #f1f5f9;
    color: #45556c;
}
.temu-blog-date-icon {
    width: 12px;
    height: 12px;
}
.temu-blog .temu-meta .temu-blog-date-icon {
    width: 12px;
    height: 12px;
    border-radius: 0;
    margin-left: 12px;
}
.temu-blog h3 {
    margin: 16px 0 8px;
    font-size: 20px;
    line-height: 28px;
    font-weight: 600;
}
.temu-blog p {
    margin: 0;
    color: #8d9398;
    font-size: 14px;
    line-height: 20px;
}
.temu-blog-main__body a {
    display: block;
    width: 100%;
    margin-top: 24px;
    padding-top: 24px;
    border-top: 1px solid rgba(223,226,231,.4);
    color: #1479cd;
    font-size: 14px;
}
.temu-blog-list {
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.temu-blog-list article {
    min-height: 174px;
    padding: 21px;
    display: flex;
    gap: 24px;
    border-radius: 12px;
}
.temu-blog-list article img {
    width: 176px;
    height: 132px;
    border-radius: 8px;
    object-fit: cover;
}
.temu-blog-list article h3 {
    margin: 10px 0 8px;
    font-size: 18px;
    line-height: 26px;
}
.temu-cta {
    height: 310px;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    padding-top: 62px;
    background: #1479cd;
    color: #fff;
    text-align: center;
}
.temu-cta h2 {
    margin: 0 0 16px;
    font-size: 32px;
    line-height: 42px;
    font-weight: 600;
}
.temu-cta p {
    margin: 0 0 24px;
    font-size: 18px;
    line-height: 28px;
}
.temu-cta > div > div {
    display: flex;
    justify-content: center;
    gap: 16px;
}
.temu-cta__primary-button {
    color: #1479cd;
}
.temu-cta__primary-button:hover {
    color: #1479cd;
}
.temu-cta small {
    display: block;
    margin-top: 16px;
    color: rgba(255,255,255,.72);
    font-size: 14px;
}
.temu-landing-page .footer-container {
    margin-top: 0;
}
/* @media (max-width: 1200px) {
    .temu-container, .temu-hero__inner {
        width: calc(100% - 48px);
    }
    .temu-fixed-cta__inner {
        width: calc(100% - 48px);
    }
    .temu-hero__visual {
        right: -130px;
        opacity: .72;
    }
    .temu-hero__copy {
        left: 24px;
    }
}
@media (max-width: 900px) {
    .temu-container, .temu-hero__inner {
        width: calc(100% - 32px);
    }
    .temu-fixed-cta__inner {
        width: calc(100% - 32px);
    }
    .temu-hero {
        min-height: 620px;
    }
    .temu-hero__copy {
        left: 0;
        top: 150px;
        width: 100%;
    }
    .temu-hero h1 {
        font-size: 34px;
        line-height: 42px;
        white-space: normal;
    }
    .temu-hero h1 strong {
        font-size: 40px;
    }
    .temu-hero__desc {
        width: min(100%, 520px);
        font-size: 16px;
    }
    .temu-hero__visual {
        right: -180px;
        top: 145px;
        width: 480px;
        opacity: .35;
    }
    .temu-challenge-grid, .temu-mode-grid, .temu-feature-grid--purchase {
        grid-template-columns: repeat(2, 1fr);
    }
    .temu-feature-grid--four {
        grid-template-columns: 1fr;
    }
    .temu-showcase-row, .temu-blog-grid {
        grid-template-columns: 1fr;
        display: grid;
        gap: 36px;
    }
    .temu-showcase-copy, .temu-panel-wrap {
        width: 100%;
    }
    .temu-blog-main > img {
        height: 260px;
    }
    .temu-blog-grid {
        display: flex;
        flex-direction: column;
    }
}
@media (max-width: 600px) {
    .temu-container, .temu-hero__inner {
        width: calc(100% - 24px);
    }
    .temu-fixed-cta {
        padding: 12px;
    }
    .temu-fixed-cta__inner {
        width: 100%;
        min-height: 0;
        gap: 12px;
    }
    .temu-fixed-cta__copy strong {
        font-size: 13px;
        line-height: 18px;
    }
    .temu-fixed-cta__copy span {
        font-size: 11px;
        line-height: 16px;
    }
    .temu-fixed-cta__button {
        min-width: 112px;
        height: 36px;
        padding: 7px 12px;
        font-size: 12px;
    }
    .temu-section {
        padding: 56px 0;
    }
    .temu-section-heading h2 {
        font-size: 28px;
        line-height: 36px;
    }
    .temu-section-heading p {
        font-size: 15px;
        line-height: 24px;
    }
    .temu-hero {
        min-height: 590px;
    }
    .temu-hero h1 {
        font-size: 28px;
    }
    .temu-hero h1 strong {
        font-size: 34px;
    }
    .temu-hero__slogan {
        font-size: 20px;
    }
    .temu-hero__visual {
        right: -230px;
        top: 200px;
        width: 420px;
    }
    .temu-challenge-grid, .temu-mode-grid, .temu-feature-grid--purchase {
        grid-template-columns: 1fr;
    }
    .temu-challenge-card {
        padding: 24px;
    }
    .temu-tabs {
        overflow-x: auto;
        width: 100%;
        justify-content: flex-start;
    }
    .temu-tabs button {
        flex: none;
    }
    .temu-panel-wrap img {
        width: 100%;
    }
    .temu-blog-heading {
        align-items: flex-start;
        flex-direction: column;
        gap: 24px;
    }
    .temu-blog-list article {
        flex-direction: column;
    }
    .temu-blog-list article img {
        width: 100%;
        height: 150px;
    }
    .temu-cta h2 {
        font-size: 26px;
    }
} */

@media (max-width: 1200px) {
    .temu-fixed-cta__inner {
        width: calc(100% - 48px);
    }
}
