* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}


.acnecontainer {
    max-width: 1300px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    min-height: 100vh;
    font-family: "Switzer Light", sans-serif;
}

.hero-container {
    display: flex;
    background-color: #e8dbd1;
}

.hero-section {
    flex: 1;
    min-width: 320px;
    max-width: 65%;
    background-color: #e8dbd1;
    background-image: url('../pop_a/acne_top.jpg');
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
    border-radius: 0 120px 0 0;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hero-content {
    text-align: center;
    color: white;
    padding: 20px;
    z-index: 1;
}

.logo-container {

    margin: 0 auto 40px auto;
}

.logo-container img {
    max-width: 120px;
    height: auto;
}

.sub-title {
    font-size: 30px;
    margin-bottom: 16px;
    font-weight: 300 ;
    letter-spacing: 1px;
    font-family: "Switzer Light", sans-serif;
}

.main-title {
    font-size: 70px;
    line-height: 100%;
    font-weight: 300;
    letter-spacing: 1px;
    font-family: "Switzer Light", sans-serif;
    padding: 0 20px 50px 20px;
}

.acne-develops-section {
    width: 100%;
    background-color: #e4d6d6;
    padding: 40px 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.acne-develops-content {
    max-width: 1300px;
    width: 100%;
    text-align: center;
}

.acne-title {
    font-size: 46px;
    color: #333;
    margin-bottom: 30px;
    font-weight: normal;
    letter-spacing: 0.5px;
    font-family: "Wulkan Display Regular", sans-serif;
}

.acne-image-container {
    max-width: 100%;
    overflow: hidden;
    margin-bottom: 25px;
    text-align: center;
}

.acne-develops-image {
    max-width: 1060px;
    width: 98%;
    height: auto;
}

.acne-develops-description {
    font-size: 30px;
    color: #666;
    margin: 5px 0;
    font-weight: 300;
    font-family: "Switzer Light", sans-serif;
}

.why-it-works-section {
    width: 100%;
    background-color: #e4d6d6;
    padding: 60px 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.why-it-works-content {
    max-width: 1300px;
    width: 100%;
    text-align: center;
}

.why-it-works-image-container {
    max-width: 100%;
    overflow: hidden;
    margin-bottom: 30px;
    border-radius: 8px;
}

.why-it-works-image {
    max-width: 700px;
    height: auto;
    width: 98%;
}

.why-it-works-title {
    font-size: 46px;
    color: #333;
    margin-bottom: 25px;
    font-weight: normal;
    font-family: "Wulkan Display Regular", sans-serif;
}

.why-it-works-description {
    font-size: 22px;
    color: #666;
    margin: 10px 0;
    font-weight: 300;
    font-family: "Switzer Light", sans-serif;
}

.book-trial-btn {
    padding: 10px 40px;
    background-color: #856b72;
    color: white;
    border: none;
    font-size: 20px;
    cursor: pointer;
    border-radius: 30px;
    margin-top: 25px;
    transition: background-color 0.3s;
    font-family: 'Wulkan Display Regular', sans-serif;
    display: inline-block;
    text-decoration: none;
}

.book-trial-btn:hover {
    background-color: #8a6b5b;
}

.acne-types-section {
    width: 100%;
    background-color: #fff;
    padding: 60px 70px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.acne-types-content {
    max-width: 1300px;
    width: 100%;
    text-align: center;
}

.acne-types-title {
    font-size: 46px;
    color: #856b72;
    margin-bottom: 40px;
    font-weight: normal;
    font-family: "Wulkan Display Regular", sans-serif;
}

.acne-types-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
    margin-bottom: 40px;
}

.acne-type-item {
    background-color: #e8dbd1;
    border-radius: 0 60px 0 60px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 20px;
}

.acne-type-image {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
    border-radius: 0 30px 0 0;
}

.acne-type-label {
    font-size: 18px;
    color: #333;
    margin: 15px 0 0 0;
    text-transform: uppercase;
}

.acne-steps-section {
    width: 100%;
    background-color: #e8dbd1;
    padding: 50px 50px 10px 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.acne-steps-content {
    max-width: 1300px;
    width: 100%;
    text-align: center;
}

.acne-steps-title {
    font-size: 46px;
    color: #333;
    margin-bottom: 40px;
    font-weight: normal;
    font-family: "Wulkan Display Regular", sans-serif;
}

.acne-steps-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 40px;
    margin-bottom: 40px;
}

.acne-step-item {
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
}

.acne-step-image {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
}

.acne-step-number {
    position: absolute;
    top: 10px;
    left: 10px;
    width: 30px;
    height: 30px;
    background-color: rgba(255, 255, 255, 0.9);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
    font-weight: bold;
    color: #9b7d6a;
}

.acne-step-name {
    font-size: 18px;
    color: #333;
    margin: 12px 8px 5px;
    font-weight: 300;
    text-transform: uppercase;
    text-align: center;
}

.acne-step-description {
    font-size: 13px;
    color: #666;
    margin: 0 8px 15px;
    text-align: center;
    font-weight: 300;
}

.happy-customers-section {
    width: 100%;
    background-color: #fff;
    padding: 60px 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.happy-customers-content {
    max-width: 1300px;
    width: 100%;
    text-align: center;
}

.happy-customers-title {
    font-size: 46px;
    color: #856b72;
    margin-bottom: 40px;
    font-weight: normal;
    font-family: "Wulkan Display Regular", sans-serif;
}

.happy-customers-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin-bottom: 40px;
}

.happy-customer-item {
    overflow: hidden;
}

.happy-customer-image {
    width: 100%;
    height: auto;
    display: block;
}

.happy-customers-divider {
    width: 90%;
    height: 1px;
    background-color: #999;
    margin: 50px auto 0;
}

.abimglist {
    text-align: center;
    padding-bottom: 20px;
    display: flex;
}

.abimglist .abimg {
    padding: 0 20px;
    flex: 1 1 33.33%;
}

.abimglist .abimg img {
    /*max-width:100%;*/
}

.abimglist .abimg p {
    padding: 0px;
    margin: 0px;
    text-align: left;
    font-size: 12px;
}


.faq-section {
    width: 100%;
    background-color: #fff;
    padding: 0 20px 0px 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.faq-content {
    max-width: 1300px;
    width: 100%;
    text-align: center;
}

.faq-title {
    font-size: 46px;
    color: #856b72;
    margin-bottom: 40px;
    font-weight: normal;
    font-family: "Wulkan Display Regular", sans-serif;
}

.faq-items {
    text-align: left;
    width: 90%;
    margin: 0 auto 20px auto;
}

.faq-item {
    margin-bottom: 15px;
}

.faq-question {
    background-color: #856b72;
    color: white;
    border: none;
    padding: 9px 10px;
    font-size: 22px;
    text-align: left;
    cursor: pointer;
    transition: background-color 0.3s;
    /* display: inline-block; */
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-family: "Switzer Light", sans-serif;
}

.faq-question:hover {
    background-color: #8a6b5b;
}

/* 十字/横线图标 */
.faq-icon {
    position: relative;
    width: 14px;
    height: 14px;
    flex-shrink: 0;
    margin-left: 16px;
}

.faq-icon::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 2px;
    background: currentColor;
    transform: translateY(-50%);
    border-radius: 1px;
}

.faq-icon::after {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    width: 2px;
    height: 100%;
    background: currentColor;
    transform: translateX(-50%);
    border-radius: 1px;
    transition: transform 0.35s ease, opacity 0.3s ease;
}

.faq-item.active .faq-icon::after {
    transform: translateX(-50%) rotate(90deg);
    opacity: 0;
}

.faq-answer {
    background-color: #fff;
    padding: 10px 22px 22px 10px;
    /* display: block; */
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    transition: max-height 0.35s ease, opacity 0.3s ease;
}

.faq-item.active .faq-answer {
    opacity: 1;
}

.faq-answer.hidden {
    display: none;
}

.faq-answer p {
    color: #666;
    font-size: 14px;
    margin-bottom: 8px;
}

.faq-answer p:last-child {
    margin-bottom: 0;
}

.store-locations-section {
    width: 100%;
    background-color: #fff;
    padding: 60px 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.form-section {
    flex: 1;
    min-width: 320px;
    max-width: 35%;
    background-color: #e8dbd1;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 60px 20px;
}

.form-container {
    width: 100%;
    max-width: 380px;
    background: white;
    border: 1px solid #999;
    padding: 30px;
}

.form-header {
    background-color: #2d2d2d;
    color: white;
    text-align: center;
    padding: 20px;
    margin-bottom: 25px;
    font-family: "Wulkan Display Regular", sans-serif;
}

.form-header h2 {
    font-size: 1.5rem;
    margin-bottom: 5px;
    font-weight: normal;
}

.form-header p {
    font-size: 30px;
    font-weight: normal;
}

.registration-form {
    display: flex;
    flex-direction: column;
}

.form-group {
    margin-bottom: 20px;
}

.form-group label {
    display: block;
    font-size: 13px;
    color: #666;
    margin-bottom: 6px;
    font-family: 'Switzer Light', sans-serif;
}

.form-group input {
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
    font-size: 14px;
    background-color: #fafafa;
    transition: border-color 0.3s;
}

.form-group input:focus {
    outline: none;
    border-color: #999;
}

.submit-btn {
    width: 100%;
    padding: 15px;
    background-color: #2d2d2d;
    color: white;
    border: none;
    font-size: 1rem;
    cursor: pointer;
    margin-top: 10px;
    transition: background-color 0.3s;
    font-family: "Wulkan Display Regular", sans-serif;
}

.submit-btn:hover {
    background-color: #3d3d3d;
}

.disclaimer {
    text-align: center;
    font-size: 9px;
    color: #999;
    margin-top: 15px;
    padding-top: 15px;
    border-top: 1px solid #eee;
}

@media (max-width: 768px) {
    .hero-section {
        max-width: 100%;
        min-height: 400px;
        border-radius: 0 60px 0 0;
    }

    .logo-container img {
        max-width: 90px;
    }

    .form-section {
        flex: 0.6;
        max-width: 100%;
        min-width: auto;
        padding: 30px 15px;
    }

    .form-container {
        padding: 10px;
    }

    .form-header {
        padding: 10px;
        margin-bottom: 15px;
    }

    .form-header p {
        font-size: 22px;
    }

    .form-group label {
        font-size: 12px;
        margin-bottom: 3px;
    }

    .form-group input {
        padding: 6px;
    }

    .submit-btn {
        padding: 9px 15px;
    }

    .main-title {
        font-size: 26px;
    }

    .sub-title {
        font-size: 16px;
    }

    .acne-title {
        font-size: 30px;
    }

    .acne-develops-section {
        padding: 40px 10px 0 10px;
    }

    .acne-develops-description {
        font-size: 14px;
    }

    .why-it-works-section {
        padding: 30px 10px;
    }

    .why-it-works-title {
        font-size: 1.6rem;
    }

    .why-it-works-description {
        font-size: 14px;
    }

    .acne-types-section {
        padding: 30px 30px;
    }

    .book-trial-btn {
        padding: 12px 30px;
        font-size: 0.9rem;
    }

    .acne-types-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 30px;
    }

    .acne-types-title {
        font-size: 1.5rem;
    }

    .acne-steps-grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 12px;
    }

    .acne-steps-title {
        font-size: 1.6rem;
    }

    .happy-customers-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 15px;
    }

    .happy-customers-title {
        font-size: 1.5rem;
    }

    .faq-title {
        font-size: 1.8rem;
    }

    .faq-question {
        padding: 10px 18px;
        font-size: 0.9rem;
    }

    .faq-answer {
        padding: 15px 18px;
    }

    .faq-answer p {
        font-size: 0.9rem;
    }

    .store-item {
        flex-direction: column;
        gap: 20px;
    }

    .store-info {
        min-width: auto;
    }

    .store-image-container {
        max-width: 100%;
        min-width: auto;
    }

    .store-locations-title {
        font-size: 1.5rem;
    }
}

@media (max-width: 480px) {
    .hero-section {
        min-height: 200px;
        border-radius: 0;
    }

    .logo-container img {
        max-width: 50px;
    }

    .hero-container {
        flex-direction: column;
    }

    .logo-container {
        margin: 0 auto 20px auto;
    }

    .form-container {
        padding: 15px;
    }

    .form-section {
        padding: 15px;
    }

    .form-group {
        margin-bottom: 10px;
    }

    .form-header {
        padding: 10px;
    }

    .form-header h2 {
        font-size: 1.3rem;
    }

    .form-header p {
        font-size: 16px;
    }

    .sub-title {
        font-size: 14px;
        margin-bottom: 10px;
    }

    .main-title {
        font-size: 18px;
        padding: 0 15px 5px 15px;
    }

    .acne-title {
        font-size: 26px;
        margin-bottom: 20px;
    }

    .acne-types-grid {
        gap: 10px;
    }

    .acne-types-title {
        font-size: 1.3rem;
    }

    .acne-types-section {
        padding: 30px 10px 10px 10px;
    }

    .acne-type-item {
        padding: 15px;
        border-radius: 0 40px 0 40px;
    }

    .acne-type-image {
        border-radius: 0 28px 0 0;
    }

    .acne-type-label {
        font-size: 14px;
        margin: 10px 0 0 0;
    }

    .acne-steps-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 12px;
        margin-bottom: 0px;
    }

    .acne-step-name {
        font-size: 14px;
    }

    .acne-step-description {
        font-size: 12px;
    }

    .acne-steps-title {
        font-size: 1.3rem;
    }

    .acne-steps-section {
        padding: 40px 15px 30px 15px;
    }

    .happy-customers-grid {
        grid-template-columns: 1fr;
        gap: 15px;
    }

    .happy-customers-title {
        font-size: 1.3rem;
    }

    .happy-customers-section {
        padding: 30px 5px;
    }

    .faq-item {
        margin-bottom: 5px;
    }

    .faq-title {
        font-size: 1.5rem;
    }

    .faq-question {
        padding: 8px 15px;
        font-size: 0.85rem;
        width: 100%;
    }

    .faq-icon {
        width: 10px;
        height: 10px;
    }

    .faq-answer {
        padding: 12px 15px;
    }

    .faq-answer p {
        font-size: 0.85rem;
    }

    .faq-section {
        padding: 10px 0px;
    }

    .store-locations-title {
        font-size: 1.3rem;
    }

    .store-locations-section {
        padding: 40px 15px;
    }

    .store-info p {
        font-size: 0.85rem;
    }




}


/* 位置选择下拉框 */
.location-group {
    position: relative;
}

.location-group input[readonly] {
    cursor: pointer;
    background-color: #fff;
    padding-right: 40px;
}

.location-input-wrapper {
    position: relative;
}

.location-icon {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 14px;
    cursor: pointer;
    color: #666;
}

.location-clear {
    display: none;
}

.location-group.has-value .location-arrow {
    display: none;
}

.location-group.has-value .location-clear {
    display: inline;
}

.location-icon span:hover {
    color: #333;
}

.location-dropdown {
    position: absolute;
    top: calc(100% + 2px);
    left: 0;
    right: 0;
    background-color: #fff;
    border: 1px solid #999;
    border-top: none;
    border-radius: 0 0 2px 2px;
    display: none;
    z-index: 100;
    max-height: 200px;
    overflow-y: auto;
}

.location-dropdown.show {
    display: block;
}

.location-option {
    padding: 10px 12px;
    cursor: pointer;
    font-size: 0.9rem;
    color: #333;
    transition: background-color 0.2s;
}

.location-option:hover {
    background-color: #f5f5f5;
}

/* 固定按钮 - 底部居中 */
.trial-button {
    position: fixed;
    bottom: 60px;
    left: 50%;
    transform: translateX(-50%) translateY(20px);
    z-index: 1000;

    opacity: 0;
    visibility: hidden;
    transition: opacity 0.8s ease-in-out,
        visibility 0.8s ease-in-out,
        transform 0.8s ease-out;
    background: #a08189;
    border: none;
    color: white;
    font-size: 20px;
    padding: 10px 40px;
    border-radius: 60px;
    cursor: pointer;
    box-shadow: 0 8px 20px -5px rgba(0, 0, 0, 0.25), 0 2px 5px rgba(0, 0, 0, 0.1);
    letter-spacing: 0.5px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    /* border: 1px solid rgba(255, 255, 255, 0.2); */
    white-space: nowrap;
    /* 确保居中时的宽度自适应 */
    width: auto;
    text-align: center;
    justify-content: center;
    text-decoration: none;
    font-family: "Wulkan Display Regular", sans-serif;
}

/* 按钮可见状态 */
.trial-button.visible {
    opacity: 1;
    visibility: visible;
    transform: translateX(-50%) translateY(0);
}

/* 按钮悬浮/点击效果 */
.trial-button:hover,
.trial-button:active {
    background: #856b72;
    box-shadow: 0 12px 25px -8px rgba(0, 0, 0, 0.35);
}

.trial-button:active {
    transition: transform 0.05s;
}

@media (max-width: 768px) {
    .trial-button {
        bottom: 20px;
        padding: 6px 20px;
        font-size: 14px;
    }
}