﻿/* صفحه‌ی خرید طلای خام - رنگ‌ها و فونت هماهنگ با بقیه‌ی صفحات سایت (سبز تیره + طلایی) */

.rg-page {
    direction: rtl;
    color: #1b1c1a;
    overflow-x: hidden;
}

/* ---------- عمومی ---------- */
.rg-section {
    padding: 80px 0;
    background: #fff;
}

.rg-section-cream {
    background: #fbf8f3;
}

.rg-section-dark {
    background: linear-gradient(135deg, #061b0e 0%, #1b3022 100%);
}

.rg-title {
    position: relative;
    font-size: clamp(1.35rem, 2.3vw, 1.9rem);
    font-weight: 700;
    line-height: 1.8;
    text-wrap: balance;
    color: #061b0e;
    margin-bottom: 28px;
    padding-bottom: 16px;
}

    .rg-title::after {
        content: "";
        position: absolute;
        bottom: 0;
        right: 0;
        width: 64px;
        height: 3px;
        background: #c79a35;
    }

    .rg-title.text-center::after {
        right: 50%;
        transform: translateX(50%);
    }

    .rg-title .bi {
        color: #c79a35;
        margin-left: 6px;
    }

.rg-title-light {
    color: #ffdea5;
}

.rg-text {
    font-size: 1.05rem;
    line-height: 2.2;
    color: #434843;
    text-align: justify;
    margin-bottom: 14px;
}

.rg-text-light {
    color: #d9e2da;
}

.rg-text-strong {
    font-weight: 600;
    color: #061b0e;
}

.rg-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: #775a19;
    color: #fff;
    padding: 15px 34px;
    font-weight: 600;
    text-decoration: none;
    border-radius: 6px;
    transition: 0.3s ease;
}

    .rg-btn:hover {
        background: #8f6c1f;
        color: #fff;
        transform: translateY(-2px);
    }

/* ---------- قاب تصاویر ---------- */
.rg-frame {
    position: relative;
    isolation: isolate;
    border-radius: 22px;
    background: #fff;
    box-shadow: 0 18px 40px rgba(6, 27, 14, 0.18);
    margin: 0 14px 14px 0;
}

    .rg-frame::before {
        content: "";
        position: absolute;
        inset: 14px -14px -14px 14px;
        border: 2px solid #c79a35;
        border-radius: 22px;
        z-index: -1;
    }

.rg-frame-dark {
    background: #153120;
}

.rg-frame-gold::before {
    border-color: #ffdea5;
}

.rg-img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 22px;
}

.rg-frame-tall .rg-img-cover {
    aspect-ratio: 4 / 5;
    object-fit: cover;
}

/* ---------- Hero ---------- */
.rg-hero {
    padding: 90px 0;
    background: radial-gradient(circle at 15% 20%, #24402d 0%, #061b0e 60%);
    color: #f2efe7;
}

.rg-kicker {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 18px;
    border: 1px solid rgba(255, 222, 165, 0.5);
    border-radius: 999px;
    color: #ffdea5;
    font-size: 0.9rem;
    margin-bottom: 22px;
}

.rg-hero-title {
    font-size: clamp(1.9rem, 3.8vw, 3rem);
    font-weight: 800;
    line-height: 1.6;
    text-wrap: balance;
    color: #ffdea5;
    margin-bottom: 10px;
}

.rg-hero-subtitle {
    font-size: clamp(1.15rem, 2vw, 1.5rem);
    font-weight: 500;
    color: #fff;
    margin-bottom: 26px;
}

.rg-hero-text {
    font-size: 1.05rem;
    line-height: 2.2;
    color: #d9e2da;
    margin-bottom: 12px;
    text-align: justify;
}

.rg-chips {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    list-style: none;
    padding: 0;
    margin: 26px 0 32px;
}

    .rg-chips li {
        display: inline-flex;
        align-items: center;
        gap: 8px;
        padding: 9px 18px;
        border-radius: 999px;
        background: rgba(255, 255, 255, 0.08);
        border: 1px solid rgba(255, 255, 255, 0.15);
        color: #f2efe7;
        font-size: 0.92rem;
    }

        .rg-chips li .bi {
            color: #ffdea5;
        }

/* ---------- مراحل ---------- */
.rg-step {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    margin-bottom: 18px;
}

    .rg-step p {
        margin: 0;
        font-size: 1.05rem;
        line-height: 2.1;
        color: #434843;
        text-align: justify;
    }

.rg-step-number {
    flex: 0 0 44px;
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #1b3022;
    color: #ffdea5;
    font-weight: 700;
    font-size: 1.1rem;
}

.rg-callout {
    margin: 26px 0 0;
    padding: 20px 24px;
    background: #fff;
    border-right: 4px solid #c79a35;
    border-radius: 6px;
    box-shadow: 0 6px 20px rgba(6, 27, 14, 0.06);
    font-weight: 500;
    line-height: 2.1;
    color: #061b0e;
}

/* ---------- زیورآلات ---------- */
.rg-wide-image {
    border-radius: 26px;
    overflow: hidden;
    box-shadow: 0 18px 40px rgba(6, 27, 14, 0.18);
    margin-bottom: 56px;
}

    .rg-wide-image img {
        display: block;
        width: 100%;
        max-height: 540px;
        object-fit: cover;
        object-position: 50% 62%;
    }

.rg-jewelry {
    max-width: 860px;
    margin: 0 auto;
}

.rg-items {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px;
    list-style: none;
    padding: 0;
    margin: 6px 0 24px;
}

    .rg-items li {
        display: inline-flex;
        align-items: center;
        gap: 8px;
        padding: 11px 22px;
        border-radius: 999px;
        background: #fbf8f3;
        border: 1px solid #e6d6a4;
        color: #061b0e;
        font-weight: 500;
    }

        .rg-items li .bi {
            color: #c79a35;
        }

/* ---------- چرا پس‌انداز ---------- */
.rg-why {
    max-width: 1000px;
    margin: 0 auto;
}

.rg-card {
    height: 100%;
    padding: 34px 32px;
    background: #fff;
    border-top: 4px solid #c79a35;
    border-radius: 8px;
    box-shadow: 0 10px 30px rgba(6, 27, 14, 0.08);
}

    .rg-card p {
        margin: 14px 0 0;
        line-height: 2.1;
        color: #434843;
        text-align: justify;
    }

.rg-card-icon {
    font-size: 2.2rem;
    color: #c79a35;
}

/* ---------- CTA ---------- */
.rg-cta {
    padding: 90px 0;
    background: radial-gradient(circle at 85% 15%, #24402d 0%, #061b0e 65%);
    color: #f2efe7;
}

.rg-cta-title {
    font-size: clamp(1.6rem, 3vw, 2.4rem);
    font-weight: 800;
    line-height: 1.7;
    text-wrap: balance;
    color: #ffdea5;
    margin-bottom: 18px;
}

.rg-cta-text {
    font-size: 1.05rem;
    line-height: 2.1;
    color: #d9e2da;
    margin-bottom: 6px;
}

.rg-cta-tagline {
    margin: 26px 0 18px;
    font-size: 1.15rem;
    font-weight: 600;
    color: #f9d27c;
}

.rg-quote {
    margin: 0 0 30px;
    padding: 18px 22px;
    background: rgba(255, 255, 255, 0.06);
    border-right: 3px solid #c79a35;
    border-radius: 6px;
    line-height: 2.1;
    color: #e8e3d4;
}

/* ---------- ریسپانسیو ---------- */
@media (max-width: 991.98px) {
    .rg-section {
        padding: 56px 0;
    }

    .rg-hero, .rg-cta {
        padding: 60px 0;
    }

    .rg-frame {
        max-width: 460px;
        margin-right: auto;
        margin-left: auto;
    }

    .rg-wide-image {
        margin-bottom: 40px;
    }

        .rg-wide-image img {
            max-height: 320px;
        }
}

@media (max-width: 575.98px) {
    .rg-text, .rg-hero-text, .rg-step p, .rg-card p {
        text-align: right;
    }

    .rg-btn {
        width: 100%;
        justify-content: center;
    }

    .rg-frame::before {
        inset: 10px -10px -10px 10px;
    }

    .rg-frame {
        margin: 0 10px 10px 0;
    }
}
