/**
 * Rozen Flora Pro — Homepage styles.
 * أنماط الصفحة الرئيسية الاحترافية.
 *
 * @package Rozen_Flora_Pro
 */

/* =========================================================
 * Reusable elements — عناصر قابلة لإعادة الاستخدام
 * ========================================================= */

/* Buttons */
.rf-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 14px 32px;
    border-radius: 999px;
    font-family: var(--rf-font-body);
    font-weight: 600;
    font-size: 15px;
    text-decoration: none;
    cursor: pointer;
    border: 1.5px solid transparent;
    transition: all var(--rf-transition);
    line-height: 1;
}
.rf-btn-primary {
    background: var(--rf-button-bg, var(--rf-burgundy));
    color: var(--rf-on-dark);
    border-color: var(--rf-button-bg, var(--rf-burgundy));
}
.rf-btn-primary:hover {
    background: var(--rf-button-hover, var(--rf-gold));
    border-color: var(--rf-button-hover, var(--rf-gold));
    color: var(--rf-burgundy-dark);
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(194, 153, 98, 0.35);
}
.rf-btn-outline {
    background: transparent;
    color: var(--rf-burgundy);
    border-color: var(--rf-burgundy);
}
.rf-btn-outline:hover {
    background: var(--rf-burgundy);
    color: var(--rf-on-dark);
}
.rf-btn-gold {
    background: var(--rf-gold);
    color: var(--rf-burgundy-dark);
    border-color: var(--rf-gold);
}
.rf-btn-gold:hover {
    background: var(--rf-gold-light);
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
}

/* Section common — عناصر القسم المشتركة */
.rf-section { padding: 80px 0; }
.rf-section-head { text-align: center; max-width: 680px; margin: 0 auto 52px; }
.rf-section-eyebrow {
    display: inline-block;
    color: var(--rf-gold-dark);
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 12px;
}
.rf-section-title {
    font-size: clamp(28px, 4vw, 42px);
    margin: 0 0 16px;
    color: var(--rf-burgundy);
}
/* فاصل ذهبي زخرفي تحت عنوان القسم */
.rf-section-title::after {
    content: '';
    display: block;
    width: 48px;
    height: 2px;
    margin: 16px auto 0;
    background: var(--rf-accent-line);
}
.rf-section-desc { color: var(--rf-ink-soft); font-size: 16px; margin: 0; }
.rf-section-action { text-align: center; margin-top: 48px; }

/* Empty state — حالة فارغة */
.rf-empty-state {
    text-align: center;
    padding: 60px 20px;
    background: var(--rf-cream);
    border: 1px dashed var(--rf-gold);
    border-radius: var(--rf-radius);
}
.rf-empty-icon { font-size: 56px; color: var(--rf-burgundy-light); display: block; margin-bottom: 12px; }
.rf-empty-state h3 { margin: 0 0 8px; color: var(--rf-burgundy); }
.rf-empty-state p { color: var(--rf-ink-soft); margin: 0 0 20px; }
.rf-empty-small { padding: 36px 20px; }

/* =========================================================
 * Hero — قسم البطل
 * ========================================================= */

.rf-home { background: var(--rf-bg); }

.rf-hero {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    background-size: cover;
    background-position: center;
    background-color: var(--rf-burgundy);
    text-align: center;
    overflow: hidden;
}

/* ===== Hero heights (الارتفاع) — قابل للتبديل من Customizer ===== */
.rf-hero--short  { min-height: 40vh; min-height: 40dvh; }
.rf-hero--medium { min-height: 50vh; min-height: 50dvh; }
.rf-hero--tall   { min-height: 60vh; min-height: 60dvh; }

/* ===== Hero layouts (محاذاة المحتوى) — قابل للتبديل من Customizer ===== */
.rf-hero--center { justify-content: center; text-align: center; }
.rf-hero--start  { justify-content: flex-start; text-align: start; }
.rf-hero--end    { justify-content: flex-end; text-align: end; }

.rf-hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(74, 16, 24, 0.65) 0%, rgba(112, 24, 36, 0.35) 50%, rgba(43, 43, 42, 0.55) 100%);
    z-index: 1;
}
.rf-hero-inner {
    position: relative;
    z-index: 2;
    width: 100%;
    padding: 56px 0;
}
.rf-hero-content { max-width: 720px; margin: 0 auto; color: var(--rf-on-dark); }
/* عند المحاذاة الجانبية، المحتوى يلتصق بالحافة دون توسيط تلقائي */
.rf-hero--start .rf-hero-content,
.rf-hero--end .rf-hero-content { margin: 0; max-width: 560px; }
.rf-hero-eyebrow {
    display: inline-block;
    color: var(--rf-gold-light);
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 3px;
    text-transform: uppercase;
    margin-bottom: 16px;
    padding: 5px 16px;
    border: 1px solid rgba(211, 184, 136, 0.5);
    border-radius: 999px;
    backdrop-filter: blur(4px);
}
.rf-hero-title {
    color: var(--rf-on-dark);
    font-size: clamp(30px, 5vw, 54px);
    line-height: 1.18;
    margin: 0 0 16px;
    text-shadow: 0 4px 30px rgba(0, 0, 0, 0.4);
    font-weight: 700;
}
.rf-hero-subtitle {
    color: rgba(255, 255, 255, 0.92);
    font-size: clamp(15px, 1.8vw, 19px);
    line-height: 1.7;
    margin: 0 auto 28px;
    max-width: 540px;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
}
/* عند المحاذاة الجانبية، العنوان الفرعي يلتصق بدون auto margin */
.rf-hero--start .rf-hero-subtitle,
.rf-hero--end .rf-hero-subtitle { margin-inline: 0; }
.rf-hero-actions {
    display: flex;
    gap: 12px;
    justify-content: center;
    flex-wrap: wrap;
}
.rf-hero--start .rf-hero-actions { justify-content: flex-start; }
.rf-hero--end   .rf-hero-actions { justify-content: flex-end; }
.rf-hero-actions .rf-btn-outline {
    color: var(--rf-on-dark);
    border-color: rgba(255, 255, 255, 0.6);
}
.rf-hero-actions .rf-btn-outline:hover {
    background: var(--rf-on-dark);
    color: var(--rf-burgundy);
    border-color: var(--rf-on-dark);
}

/* Scroll indicator — مؤشر التمرير (يُخفى على الجوال) */
.rf-hero-scroll {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 3;
    width: 24px;
    height: 38px;
    border: 2px solid rgba(255, 255, 255, 0.55);
    border-radius: 12px;
    display: flex;
    justify-content: center;
    padding-top: 6px;
}
.rf-hero-scroll span {
    width: 3px;
    height: 7px;
    background: var(--rf-on-dark);
    border-radius: 2px;
    animation: rf-scroll-bob 1.8s infinite;
}
@keyframes rf-scroll-bob {
    0%, 100% { transform: translateY(0); opacity: 1; }
    50%      { transform: translateY(8px); opacity: 0.3; }
}

/* ===== Hero responsive — الجوال ===== */
@media (max-width: 768px) {
    .rf-hero--short  { min-height: 35vh; min-height: 35dvh; }
    .rf-hero--medium { min-height: 45vh; min-height: 45dvh; }
    .rf-hero--tall   { min-height: 55vh; min-height: 55dvh; }
    .rf-hero-inner { padding: 36px 0; }
    /* على الجوال، أعد المحتوى للوسط دائماً للقراءة الأنسب */
    .rf-hero--start,
    .rf-hero--end { justify-content: center; text-align: center; }
    .rf-hero--start .rf-hero-content,
    .rf-hero--end .rf-hero-content { margin: 0 auto; }
    .rf-hero--start .rf-hero-subtitle,
    .rf-hero--end .rf-hero-subtitle { margin-inline: auto; }
    .rf-hero--start .rf-hero-actions,
    .rf-hero--end .rf-hero-actions { justify-content: center; }
    .rf-hero-scroll { display: none; }
}

/* =========================================================
 * Features strip — شريط المميزات
 * ========================================================= */

.rf-features {
    background: var(--rf-burgundy);
    color: var(--rf-on-dark);
    padding: 0;
    margin-top: -1px;
}
.rf-features-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0;
}
.rf-feature {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 28px 24px;
    border-inline-end: 1px solid rgba(194, 153, 98, 0.2);
}
.rf-feature:last-child { border-inline-end: 0; }
.rf-feature-icon {
    flex: 0 0 auto;
    width: 54px; height: 54px;
    display: flex; align-items: center; justify-content: center;
    background: rgba(194, 153, 98, 0.15);
    color: var(--rf-gold-light);
    border-radius: 50%;
}
.rf-feature-text h3 {
    color: var(--rf-on-dark);
    font-family: var(--rf-font-body);
    font-size: 15px;
    margin: 0 0 3px;
    font-weight: 700;
}
.rf-feature-text p { margin: 0; font-size: 13px; color: rgba(255, 255, 255, 0.75); }

/* =========================================================
 * Products grid — شبكة المنتجات
 * ========================================================= */

.rf-featured { background: var(--rf-cream); }

/* Best sellers section — الأكثر مبيعاً (خلفية مختلفة لتمييزه بصرياً) */
.rf-bestsellers {
    background: linear-gradient(180deg, var(--rf-bg) 0%, var(--rf-cream-dark) 100%);
    position: relative;
}
.rf-bestsellers::before {
    content: '';
    position: absolute;
    top: 0; inset-inline: 0;
    height: 1px;
    background: var(--rf-accent-line);
    opacity: 0.5;
}

.rf-products-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 26px;
}

/* Product card — بطاقة المنتج (بيضاء نقية على خلفية كريمية) */
.rf-product-card {
    background: var(--rf-card-bg);
    border: 1px solid var(--rf-line-soft);
    border-radius: var(--rf-radius);
    overflow: hidden;
    box-shadow: 0 1px 3px rgba(43, 43, 42, 0.05);
    transition: transform var(--rf-transition), box-shadow var(--rf-transition), border-color var(--rf-transition);
    position: relative;
}
.rf-product-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 32px rgba(112, 24, 36, 0.12);
    border-color: var(--rf-gold);
}
.rf-product-link { display: block; color: inherit; text-decoration: none; }

.rf-product-thumb {
    position: relative;
    /* aspect-ratio comes from dynamic-styles.php (product_img_ratio setting) */
    overflow: hidden;
    background: var(--rf-cream);
}
.rf-product-img {
    width: 100%; height: 100%;
    object-fit: cover;
    transition: transform 0.6s var(--rf-transition);
}
.rf-product-card:hover .rf-product-img { transform: scale(1.08); }
.rf-product-noimg {
    display: flex; align-items: center; justify-content: center;
    color: var(--rf-burgundy-light);
    font-size: 64px;
    background: linear-gradient(135deg, var(--rf-cream), var(--rf-cream-dark));
}

/* Badges */
.rf-product-badges {
    position: absolute;
    top: 12px;
    inset-inline-start: 12px;
    display: flex;
    flex-direction: column;
    gap: 6px;
    z-index: 2;
}
.rf-badge {
    font-size: 11px;
    font-weight: 700;
    padding: 4px 12px;
    border-radius: 999px;
    letter-spacing: 0.5px;
    backdrop-filter: blur(4px);
}
.rf-badge-sale { background: var(--rf-burgundy); color: var(--rf-on-dark); }
.rf-badge-feat { background: var(--rf-gold); color: var(--rf-burgundy-dark); }
.rf-badge-out { background: rgba(42, 31, 34, 0.8); color: var(--rf-on-dark); }

/* Hover actions */
.rf-product-actions {
    position: absolute;
    bottom: 0;
    inset-inline: 0;
    display: flex;
    justify-content: center;
    gap: 8px;
    padding: 14px;
    background: linear-gradient(0deg, rgba(255, 255, 255, 0.96) 30%, transparent);
    transform: translateY(100%);
    opacity: 0;
    transition: transform var(--rf-transition), opacity var(--rf-transition);
}
.rf-product-card:hover .rf-product-actions {
    transform: translateY(0);
    opacity: 1;
}
.rf-quick-look {
    width: 42px; height: 42px;
    border-radius: 50%;
    border: 1px solid var(--rf-line);
    background: var(--rf-white);
    color: var(--rf-burgundy);
    cursor: pointer;
    display: flex; align-items: center; justify-content: center;
    transition: all var(--rf-transition);
}
.rf-quick-look:hover { background: var(--rf-burgundy); color: var(--rf-on-dark); border-color: var(--rf-burgundy); }
/* WC add-to-cart button restyle inside card */
.rf-product-actions a.button,
.rf-product-actions button.button {
    flex: 1;
    max-width: 160px;
    background: var(--rf-button-bg, var(--rf-burgundy)) !important;
    color: var(--rf-on-dark) !important;
    border: 0 !important;
    border-radius: 999px !important;
    padding: 10px 18px !important;
    font-size: 13px !important;
    font-weight: 600 !important;
    text-align: center;
    margin: 0 !important;
}
.rf-product-actions a.button:hover,
.rf-product-actions button.button:hover {
    background: var(--rf-button-hover, var(--rf-gold)) !important;
    color: var(--rf-burgundy-dark) !important;
}

/* Product body */
.rf-product-body { padding: 18px 20px 22px; text-align: center; }
.rf-product-cats {
    display: block;
    font-size: 12px;
    color: var(--rf-gold-dark);
    margin-bottom: 6px;
    letter-spacing: 0.3px;
}
.rf-product-title {
    font-family: var(--rf-font-body);
    font-size: 16px;
    font-weight: 600;
    color: var(--rf-ink);
    margin: 0 0 8px;
    line-height: 1.4;
}
.rf-product-card:hover .rf-product-title { color: var(--rf-burgundy); }
.rf-product-rating { margin-bottom: 8px; min-height: 16px; }
.rf-product-rating .star-rating { font-size: 14px; color: var(--rf-gold); float: none; display: inline-block; }
.rf-product-price {
    font-size: 17px;
    font-weight: 700;
    color: var(--rf-burgundy);
}
.rf-product-price del {
    color: var(--rf-ink-soft);
    font-weight: 400;
    text-decoration-color: var(--rf-gold);
    margin-inline-end: 6px;
}
.rf-product-price ins { text-decoration: none; }

/* =========================================================
 * Promo banner — بانر العروض
 * ========================================================= */

.rf-promo { padding: 60px 0; }
.rf-promo-card {
    position: relative;
    border-radius: var(--rf-radius);
    overflow: hidden;
    background-size: cover;
    background-position: center;
    background-color: var(--rf-burgundy);
    min-height: 320px;
    display: flex;
    align-items: center;
}
.rf-promo-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(90, 36, 43, 0.92) 0%, rgba(114, 47, 55, 0.6) 100%);
}
.rf-promo-content {
    position: relative;
    z-index: 2;
    padding: 48px 56px;
    max-width: 560px;
    color: var(--rf-on-dark);
}
.rf-promo-tag {
    display: inline-block;
    color: var(--rf-gold-light);
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 14px;
}
.rf-promo-content h2 {
    color: var(--rf-on-dark);
    font-size: clamp(26px, 4vw, 38px);
    margin: 0 0 12px;
    line-height: 1.2;
}
.rf-promo-content p {
    color: rgba(255, 255, 255, 0.9);
    font-size: 16px;
    margin: 0 0 24px;
}

/* =========================================================
 * Categories — الفئات
 * ========================================================= */

.rf-categories { background: var(--rf-white); }
.rf-cats-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 22px;
}
.rf-cat-card {
    position: relative;
    display: block;
    aspect-ratio: 4 / 3;
    border-radius: var(--rf-radius);
    overflow: hidden;
    text-decoration: none;
    color: var(--rf-on-dark);
    box-shadow: var(--rf-shadow-sm);
    transition: transform var(--rf-transition), box-shadow var(--rf-transition);
}
.rf-cat-card:hover {
    transform: translateY(-4px);
    box-shadow: var(--rf-shadow-lg);
    color: var(--rf-on-dark);
}
.rf-cat-thumb {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    background-color: var(--rf-burgundy-light);
    transition: transform 0.6s var(--rf-transition);
}
.rf-cat-card:hover .rf-cat-thumb { transform: scale(1.08); }
.rf-cat-noimg {
    position: absolute;
    inset: 0;
    display: flex; align-items: center; justify-content: center;
    font-size: 72px;
    color: rgba(255, 255, 255, 0.3);
}
.rf-cat-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(0deg, rgba(90, 36, 43, 0.85) 0%, rgba(114, 47, 55, 0.25) 60%, transparent 100%);
}
.rf-cat-info {
    position: absolute;
    bottom: 0;
    inset-inline: 0;
    padding: 24px;
    z-index: 2;
}
.rf-cat-info h3 {
    color: var(--rf-on-dark);
    margin: 0 0 4px;
    font-size: 22px;
    font-family: var(--rf-font-body);
    font-weight: 700;
}
.rf-cat-count { font-size: 13px; color: var(--rf-gold-light); }

/* =========================================================
 * Why us — لماذا تختارنا
 * ========================================================= */

.rf-why-us { background: var(--rf-cream); }
.rf-why-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}
.rf-why-card {
    background: var(--rf-white);
    border-radius: var(--rf-radius);
    padding: 40px 32px;
    text-align: center;
    border: 1px solid var(--rf-line);
    transition: transform var(--rf-transition), box-shadow var(--rf-transition), border-color var(--rf-transition);
}
.rf-why-card:hover {
    transform: translateY(-6px);
    box-shadow: var(--rf-shadow-lg);
    border-color: var(--rf-gold);
}
.rf-why-icon {
    width: 80px; height: 80px;
    margin: 0 auto 20px;
    display: flex; align-items: center; justify-content: center;
    font-size: 38px;
    background: linear-gradient(135deg, var(--rf-cream), var(--rf-cream-dark));
    border-radius: 50%;
    border: 2px solid var(--rf-gold);
}
.rf-why-card h3 {
    color: var(--rf-burgundy);
    font-size: 19px;
    margin: 0 0 10px;
    font-family: var(--rf-font-body);
}
.rf-why-card p { color: var(--rf-ink-soft); margin: 0; font-size: 14.5px; line-height: 1.7; }

/* =========================================================
 * Testimonials — آراء العملاء
 * ========================================================= */

.rf-testimonials { background: var(--rf-white); }
.rf-testi-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 26px;
}
.rf-testi-card {
    background: var(--rf-cream);
    border-radius: var(--rf-radius);
    padding: 32px 28px;
    position: relative;
    border-inline-start: 3px solid var(--rf-gold);
}
.rf-testi-card::before {
    content: '"';
    position: absolute;
    top: -10px;
    inset-inline-start: 20px;
    font-size: 80px;
    color: var(--rf-gold);
    opacity: 0.3;
    font-family: var(--rf-font-serif);
    line-height: 1;
}
.rf-testi-stars { color: var(--rf-gold); font-size: 16px; margin-bottom: 14px; letter-spacing: 2px; }
.rf-testi-text {
    color: var(--rf-ink);
    font-size: 15px;
    line-height: 1.8;
    margin: 0 0 22px;
    font-style: italic;
}
.rf-testi-author {
    display: flex;
    align-items: center;
    gap: 12px;
}
.rf-testi-avatar {
    width: 46px; height: 46px;
    border-radius: 50%;
    background: var(--rf-burgundy);
    color: var(--rf-gold-light);
    display: flex; align-items: center; justify-content: center;
    font-weight: 700;
    font-size: 18px;
    font-family: var(--rf-font-serif);
}
.rf-testi-author strong { display: block; color: var(--rf-burgundy); font-size: 15px; }
.rf-testi-role { font-size: 12.5px; color: var(--rf-ink-soft); }

/* =========================================================
 * Blog home — آخر المقالات (uses .rf-posts-grid from theme.css)
 * ========================================================= */

.rf-blog-home { background: var(--rf-cream); }

/* =========================================================
 * Responsive — التجاوب
 * ========================================================= */

@media (max-width: 1024px) {
    .rf-features-grid { grid-template-columns: repeat(2, 1fr); }
    .rf-feature { border-inline-end: 0; border-bottom: 1px solid rgba(194, 153, 98, 0.2); }
    .rf-products-grid { grid-template-columns: repeat(3, 1fr); }
    .rf-cats-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 768px) {
    .rf-section { padding: 52px 0; }
    .rf-hero { min-height: 78vh; min-height: 78dvh; }
    .rf-hero-actions { flex-direction: column; align-items: center; }
    .rf-hero-actions .rf-btn { width: 100%; max-width: 280px; justify-content: center; }

    .rf-products-grid { grid-template-columns: repeat(2, 1fr); gap: 16px; }
    .rf-cats-grid { grid-template-columns: 1fr; }
    .rf-why-grid { grid-template-columns: 1fr; }
    .rf-testi-grid { grid-template-columns: 1fr; }

    .rf-promo-content { padding: 36px 28px; }

    /* Always show product actions on touch devices — إظهار دائم للأزرار على الجوال */
    .rf-product-actions { transform: translateY(0); opacity: 1; position: static; background: none; padding: 0 20px 20px; }
}

@media (max-width: 560px) {
    .rf-features-grid { grid-template-columns: 1fr; }
    .rf-feature { border-bottom: 1px solid rgba(194, 153, 98, 0.2); padding: 20px 16px; }
    .rf-products-grid { grid-template-columns: 1fr; }
    .rf-section-head { margin-bottom: 32px; }
    .rf-promo-card { min-height: 260px; }
    .rf-promo-content { padding: 28px 22px; }
}

/* =========================================================
 * Home widget areas — مناطق ودجات الصفحة الرئيسية
 * ========================================================= */
.rf-home-widgets { padding: 60px 0; }

/* خلفية متناوبة حسب الموقع للتناغم البصري */
.rf-home-widgets--top    { background: var(--rf-cream); }
.rf-home-widgets--middle { background: var(--rf-bg); }
.rf-home-widgets--bottom { background: var(--rf-cream); }

/* شبكة الودجات — تكيّفية حسب عدد الودجات */
.rf-home-widgets-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 24px;
}

/* كل ودجت */
.rf-home-widget {
    background: var(--rf-card-bg);
    border: 1px solid var(--rf-line-soft);
    border-radius: var(--rf-radius);
    padding: 24px;
    box-shadow: var(--rf-shadow-card);
}
.rf-home-widget .rf-widget-title {
    font-family: var(--rf-font-body);
    font-size: 16px;
    font-weight: 700;
    color: var(--rf-burgundy);
    margin: 0 0 12px;
    padding-bottom: 10px;
    border-bottom: 1px solid var(--rf-divider-gold);
}
.rf-home-widget p { margin: 0 0 10px; line-height: var(--rf-line-height); color: var(--rf-ink-soft); }
.rf-home-widget p:last-child { margin-bottom: 0; }
.rf-home-widget img { max-width: 100%; height: auto; border-radius: var(--rf-radius-sm); }
.rf-home-widget a { color: var(--rf-burgundy); }
.rf-home-widget a:hover { color: var(--rf-gold-dark); }
.rf-home-widget ul, .rf-home-widget ol { margin: 0; padding-inline-start: 18px; color: var(--rf-ink-soft); }

@media (max-width: 768px) {
    .rf-home-widgets { padding: 40px 0; }
    .rf-home-widgets-grid { grid-template-columns: 1fr; gap: 16px; }
    .rf-home-widget { padding: 20px; }
}
