/* =========================================
   FEATURES PAGE
========================================= */

.leadiary-features-hero, .leadiary-feature-rows, .leadiary-secondary-features, .leadiary-features-cta { font-family: 'Inter', sans-serif; }
.features-container { max-width: 1200px; margin: 0 auto; padding: 0 24px; }
.text-orange { color: var(--brand-orange); }

/* --- HERO SECTION --- */
.leadiary-features-hero { background-color: #fafafa; padding: 100px 0 80px; text-align: center; border-bottom: 1px solid #e5e7eb; }
.feature-badge { display: inline-block; background-color: rgba(255, 107, 0, 0.1); color: var(--brand-orange); font-size: 12px; font-weight: 800; text-transform: uppercase; letter-spacing: 0.1em; padding: 6px 16px; border-radius: 20px; margin-bottom: 24px; }
.features-title { font-size: clamp(40px, 5vw, 56px); font-weight: 800; color: #111827; line-height: 1.1; margin-bottom: 24px; letter-spacing: -0.03em; max-width: 800px; margin-left: auto; margin-right: auto; }
.features-subtitle { font-size: 20px; color: #4b5563; line-height: 1.6; max-width: 700px; margin: 0 auto; }

/* --- ALTERNATING ROWS --- */
.leadiary-feature-rows { padding: 100px 0 60px; background-color: #ffffff; }
.feature-row { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; margin-bottom: 120px; }
.feature-row.reverse { direction: rtl; }
.feature-row.reverse > * { direction: ltr; }
.row-icon { width: 48px; height: 48px; background-color: #FFF0E5; color: var(--brand-orange); border-radius: 12px; display: flex; align-items: center; justify-content: center; font-size: 20px; margin-bottom: 24px; }
.feature-content h2 { font-size: 32px; font-weight: 800; color: #111827; margin-bottom: 20px; letter-spacing: -0.02em; }
.feature-content p { font-size: 16px; color: #4b5563; line-height: 1.6; margin-bottom: 24px; }
.feature-bullets { list-style: none; padding: 0; margin: 0; }
.feature-bullets li { font-size: 15px; color: #111827; margin-bottom: 12px; display: flex; align-items: center; font-weight: 500; }
.feature-bullets li i { margin-right: 12px; }

/* --- CSS UI MOCKUPS --- */
.feature-visual { width: 100%; aspect-ratio: 4/3; background-color: #fafafa; border: 1px solid #e5e7eb; border-radius: 24px; display: flex; align-items: center; justify-content: center; padding: 40px; box-shadow: 0 20px 40px -10px rgba(0,0,0,0.05); }
.ui-mockup { width: 100%; height: 100%; background: #ffffff; border: 1px solid #e5e7eb; border-radius: 12px; box-shadow: 0 10px 20px rgba(0,0,0,0.03); overflow: hidden; display: flex; flex-direction: column; }
.ui-header { height: 30px; background: #f9fafb; border-bottom: 1px solid #e5e7eb; display: flex; align-items: center; padding: 0 12px; gap: 6px; }
.ui-header .dot { width: 8px; height: 8px; border-radius: 50%; background: #d1d5db; }
.ui-body { padding: 20px; display: flex; flex-direction: column; gap: 16px; flex-grow: 1; justify-content: center; }

/* Trends Mockup */
.ui-trend-item { display: flex; align-items: center; gap: 12px; }
.trend-name { font-size: 13px; font-weight: 700; color: #111827; width: 80px; }
.trend-bar { flex-grow: 1; height: 8px; background: #f3f4f6; border-radius: 4px; overflow: hidden; }
.trend-bar .fill { height: 100%; border-radius: 4px; }
.trend-bar .fill.orange { background: var(--brand-orange); }
.trend-bar .fill.gray { background: #9ca3af; }
.trend-bar .fill:not(.orange):not(.gray) { background: #d1d5db; }

/* Compare Mockup */
.compare-mockup { background: #111827; padding: 24px; justify-content: center; gap: 20px; border: none; }
.compare-header { color: #ffffff; font-weight: 800; font-size: 16px; text-align: center; margin-bottom: 10px; }
.compare-row { display: flex; flex-direction: column; gap: 8px; }
.compare-label { color: #9ca3af; font-size: 12px; text-transform: uppercase; letter-spacing: 0.1em; }
.compare-line { height: 12px; border-radius: 6px; }
.your-line { width: 40%; background: #4b5563; }
.market-line { width: 85%; background: var(--brand-orange); }
.compare-badge { background: rgba(255,107,0,0.2); color: var(--brand-orange); padding: 8px 12px; border-radius: 6px; font-size: 12px; font-weight: 700; text-align: center; margin-top: 10px; border: 1px solid rgba(255,107,0,0.3); }

/* Diary Mockup */
.diary-entry { padding: 16px; border: 1px solid #e5e7eb; border-radius: 8px; background: #f9fafb; }
.diary-meta { font-size: 13px; color: #4b5563; margin-bottom: 8px; }
.diary-action { font-size: 13px; color: #111827; background: #FFF9F5; padding: 8px; border-radius: 6px; border: 1px dashed var(--brand-orange); }
.export-buttons { display: flex; gap: 10px; margin-top: auto; }
.export-btn { flex: 1; text-align: center; padding: 10px; background: #ffffff; border: 1px solid #d1d5db; border-radius: 6px; font-size: 12px; font-weight: 700; color: #4b5563; cursor: pointer; }

/* --- SECONDARY GRID --- */
.leadiary-secondary-features { padding: 80px 0 100px; background-color: #fafafa; border-top: 1px solid #e5e7eb; }
.secondary-title { text-align: center; font-size: 32px; font-weight: 800; color: #111827; margin-bottom: 60px; letter-spacing: -0.02em; }
.features-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 30px; }
.grid-feature { background: #ffffff; padding: 30px 24px; border-radius: 16px; border: 1px solid #e5e7eb; transition: transform 0.2s ease; }
.grid-feature:hover { transform: translateY(-5px); box-shadow: 0 10px 20px -5px rgba(0,0,0,0.05); }
.grid-feature i { font-size: 24px; color: var(--brand-orange); margin-bottom: 20px; }
.grid-feature h3 { font-size: 18px; font-weight: 800; color: #111827; margin-bottom: 12px; }
.grid-feature p { font-size: 14px; color: #4b5563; line-height: 1.5; margin: 0; }

/* --- CTA SECTION --- */
.leadiary-features-cta { padding: 0 0 100px; background-color: #fafafa; }
.features-cta-banner { background-color: #111827; border-radius: 20px; padding: 40px 48px; display: flex; justify-content: space-between; align-items: center; border-bottom: 4px solid var(--brand-orange); }
.cta-text h3 { font-size: 24px; font-weight: 800; color: #ffffff; margin-bottom: 8px; }
.cta-text p { font-size: 16px; color: #9ca3af; max-width: 500px; margin: 0; }
.cta-btn { background-color: var(--brand-orange); color: #ffffff; padding: 14px 24px; border-radius: 10px; font-weight: 700; font-size: 15px; text-decoration: none; transition: all 0.2s ease; flex-shrink: 0; }
.cta-btn:hover { background-color: var(--brand-orange-hover); transform: translateY(-2px); }

/* --- RESPONSIVE MOBILE --- */
@media (max-width: 991px) {
    .feature-row, .feature-row.reverse { grid-template-columns: 1fr; gap: 40px; margin-bottom: 80px; direction: ltr; }
    .features-grid { grid-template-columns: repeat(2, 1fr); }
    .features-cta-banner { flex-direction: column; text-align: center; gap: 24px; padding: 40px 24px; }
    .cta-text p { margin: 0 auto; }
}
@media (max-width: 640px) {
    .features-grid { grid-template-columns: 1fr; }
    .feature-visual { padding: 20px; }
}