/* Mobile-optimized styles for Sleek Soul (max-width: 480px) */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    line-height: 1.5;
    color: #333;
    background: #fff;
    max-width: 480px;
    margin: 0 auto;
}

h1, h2, h3 {
    font-family: 'Cinzel', serif;
    color: #3e2a35;
}

.container {
    width: 100%;
    padding: 0 15px;
}

.btn {
    display: block;
    padding: 12px;
    background: #ff8a9b;
    color: #fff;
    text-decoration: none;
    border-radius: 20px;
    font-weight: 700;
    font-size: 16px;
    text-align: center;
    transition: background 0.3s;
}

.btn:hover {
    background: #ff6f85;
}

/* Hero */
.hero {
    position: relative;
    padding: 40px 0;
    background: #f8e1e9;
    text-align: center;
}

.language-switcher {
    position: absolute;
    top: 10px;
    right: 15px;
    display: flex;
    gap: 5px;
    align-items: center;
}

.language-switcher span {
    font-size: 12px;
    color: #3e2a35;
}

.language-switcher a {
    padding: 5px 10px;
    background: #ff8a9b;
    color: #fff;
    border-radius: 15px;
    text-decoration: none;
    font-size: 12px;
    font-weight: 700;
}

.hero h1 {
    font-size: 28px;
    margin-bottom: 15px;
}

.subtitle {
    font-size: 16px;
    font-weight: 700;
    color: #ff6f85;
    margin-bottom: 15px;
}

.discount {
    display: inline-block;
    padding: 6px 12px;
    background: #ff6f85;
    color: #fff;
    font-weight: 700;
    font-size: 14px;
    border-radius: 15px;
    margin-bottom: 15px;
}

.hero-image {
    display: block;
    max-width: 100%;
    height: auto;
    margin: 15px auto;
    border-radius: 8px;
}

.price-block {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin: 15px auto;
    max-width: 300px;
}

.price {
    text-align: center;
}

.price .label {
    display: block;
    font-size: 12px;
    color: #777;
}

.price .value {
    font-size: 22px;
    font-weight: 700;
}

.price.old .value {
    text-decoration: line-through;
    color: #999;
}

.price.new .value {
    color: #ff6f85;
}

.hero-form {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin: 15px auto;
    padding: 0 20px;
}

.hero-form input {
    padding: 10px;
    border: 1px solid #e6d7e0;
    border-radius: 15px;
    font-size: 14px;
    width: 100%;
}

.hero-form button {
    width: 100%;
}

.timer-block {
    margin: 15px 0;
}

.timer-block p {
    font-size: 14px;
    margin-bottom: 10px;
}

.timer {
    display: flex;
    justify-content: center;
    gap: 10px;
}

.timer-item {
    text-align: center;
}

.timer-item .count {
    display: block;
    font-size: 20px;
    font-weight: 700;
    color: #ff6f85;
    background: #fff;
    padding: 5px;
    border-radius: 5px;
}

.timer-item .text {
    font-size: 10px;
    color: #777;
}

.stock {
    font-size: 14px;
    color: #3e2a35;
}

.stock strong {
    color: #ff6f85;
}

/* Features */
.features {
    padding: 30px 0;
    background: #f8f1f5;
}

.features h2 {
    font-size: 24px;
    text-align: center;
    margin-bottom: 15px;
}

.features-list {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.feature {
    background: #fff;
    padding: 10px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.feature img {
    width: 100px;
    height: 100px;
    object-fit: cover;
    border-radius: 8px;
}

.feature h3 {
    font-size: 14px;
    margin-bottom: 5px;
}

.feature p {
    font-size: 12px;
    color: #555;
}

/* Reviews */
.reviews {
    padding: 30px 0;
    background: #fff;
}

.reviews h2 {
    font-size: 24px;
    text-align: center;
    margin-bottom: 15px;
}

.reviews-slider {
    display: flex;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    gap: 15px;
    padding: 0 15px;
}

.review {
    flex: 0 0 250px;
    background: #f8e1e9;
    padding: 15px;
    border-radius: 8px;
    scroll-snap-align: start;
}

.review p {
    font-size: 12px;
    margin-bottom: 10px;
    color: #555;
}

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

.review-author img {
    width: 30px;
    height: 30px;
    border-radius: 50%;
}

.review-author .name {
    font-weight: 700;
    font-size: 12px;
    color: #3e2a35;
}

.review-author .age {
    font-size: 10px;
    color: #777;
}

/* How to Order */
.how-to-order {
    padding: 30px 0;
    background: #f8e1e9;
}

.how-to-order h2 {
    font-size: 24px;
    text-align: center;
    margin-bottom: 15px;
}

.steps-list {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.step {
    display: flex;
    align-items: center;
    gap: 10px;
    background: #fff;
    padding: 10px;
    border-radius: 8px;
}

.step-number {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    background: #ff8a9b;
    color: #fff;
    font-weight: 700;
    border-radius: 50%;
    font-size: 14px;
}

.step h3 {
    font-size: 14px;
    margin-bottom: 5px;
}

.step p {
    font-size: 12px;
    color: #555;
}

/* Guarantee */
.guarantee {
    padding: 30px 0;
    background: #f8f1f5;
}

.guarantee h2 {
    font-size: 24px;
    text-align: center;
    margin-bottom: 15px;
}

.guarantee-list {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.guarantee-item {
    background: #fff;
    padding: 10px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    gap: 10px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.guarantee-item img {
    width: 50px;
    height: 50px;
    border-radius: 8px;
}

.guarantee-item h3 {
    font-size: 14px;
    margin-bottom: 5px;
}

.guarantee-item p {
    font-size: 12px;
    color: #555;
}

/* Order */
.order {
    padding: 30px 0;
    background: #f8e1e9;
    text-align: center;
}

.order h2 {
    font-size: 24px;
    margin-bottom: 15px;
}

.order-image {
    display: block;
    max-width: 100%;
    height: auto;
    margin: 15px auto;
    border-radius: 8px;
}

.order-form {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin: 15px auto;
    padding: 0 20px;
}

.order-form input {
    padding: 10px;
    border: 1px solid #e6d7e0;
    border-radius: 15px;
    font-size: 14px;
    width: 100%;
}

.order-form button {
    width: 100%;
}

.order p {
    font-size: 14px;
    color: #ff6f85;
}

/* Footer */
.footer {
    padding: 20px 0;
    background: #3e2a35;
    color: #fff;
    text-align: center;
}

.footer p {
    margin: 5px 0;
    font-size: 12px;
}

.footer a {
    color: #f8e1e9;
    text-decoration: none;
}

.footer a:hover {
    text-decoration: underline;
}