body.single-product {
    background: #FAF8F4;
}

.single-product .product {
    direction: rtl;
}

.anahita-product-card {
    margin-top: 24px;
    padding: 28px;
    border-radius: 24px;
    background: linear-gradient(135deg, #ffffff, #faf4f6);
    border: 1px solid rgba(216, 221, 226, 0.9);
    box-shadow: 0 18px 45px rgba(18, 34, 45, 0.08);
}

.anahita-eyebrow {
    font-size: 12px;
    letter-spacing: 2px;
    color: #C45A78;
    margin-bottom: 12px;
    font-weight: 700;
}

.anahita-product-card h3 {
    margin: 0 0 18px;
    font-size: 24px;
    color: #12323A;
}

.anahita-highlights {
    list-style: none;
    padding: 0;
    margin: 0 0 24px;
}

.anahita-highlights li {
    padding: 10px 0;
    border-bottom: 1px solid rgba(18, 50, 58, 0.08);
    color: #34464B;
}

.anahita-highlights li:before {
    content: "✓";
    color: #25A6A0;
    margin-left: 8px;
    font-weight: bold;
}

.anahita-cta,
.anahita-contact-box a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 14px 26px;
    border-radius: 999px;
    background: #C45A78;
    color: #fff !important;
    text-decoration: none;
    font-weight: 700;
    transition: 0.25s ease;
}

.anahita-cta:hover,
.anahita-contact-box a:hover {
    background: #25A6A0;
    transform: translateY(-2px);
}

.anahita-product-sections {
    direction: rtl;
    max-width: 1180px;
    margin: 40px auto 0;
    padding: 0 18px 60px;
}

.anahita-section {
    margin-top: 32px;
    padding: 36px;
    border-radius: 28px;
    background: #ffffff;
    border: 1px solid rgba(216, 221, 226, 0.9);
    box-shadow: 0 16px 40px rgba(18, 34, 45, 0.06);
}

.anahita-intro {
    text-align: center;
    background: radial-gradient(circle at top, rgba(37,166,160,0.12), #ffffff 55%);
}

.anahita-intro span {
    display: block;
    color: #C45A78;
    font-size: 12px;
    letter-spacing: 2px;
    font-weight: 800;
    margin-bottom: 12px;
}

.anahita-section h2 {
    margin: 0 0 16px;
    color: #12323A;
    font-size: 30px;
}

.anahita-section p {
    color: #536469;
    font-size: 17px;
    line-height: 2;
}

.anahita-features {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 18px;
    margin-top: 24px;
}

.anahita-features div {
    padding: 24px;
    border-radius: 22px;
    background: #FAF8F4;
    text-align: center;
}

.anahita-features strong {
    display: block;
    color: #C45A78;
    font-size: 28px;
    margin-bottom: 8px;
}

.anahita-features span {
    color: #34464B;
    font-size: 14px;
}

.anahita-table-wrap {
    overflow-x: auto;
}

.anahita-table {
    width: 100%;
    border-collapse: collapse;
    overflow: hidden;
    border-radius: 18px;
}

.anahita-table th {
    background: #12323A;
    color: #fff;
    padding: 18px;
    text-align: right;
}

.anahita-table td {
    padding: 18px;
    border-bottom: 1px solid #E8E8E8;
    color: #34464B;
}

.anahita-table tr:nth-child(even) td {
    background: #FAF8F4;
}

.anahita-contact-box {
    text-align: center;
    background: linear-gradient(135deg, #12323A, #1f555c);
}

.anahita-contact-box h2,
.anahita-contact-box p {
    color: #fff;
}

@media (max-width: 768px) {
    .anahita-section {
        padding: 24px;
        border-radius: 22px;
    }

    .anahita-section h2 {
        font-size: 23px;
    }

    .anahita-features {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 480px) {
    .anahita-features {
        grid-template-columns: 1fr;
    }

    .anahita-product-card {
        padding: 22px;
    }
}