.hero-features a.hero-feature-item { transition: all 0.3s ease; }
.hero-features a.hero-feature-item:hover { transform: translateY(-4px); background: rgba(255,255,255,0.15); }
.hero-features a.hero-feature-item:hover h4 { color: #8a6d1c; }
.ld-table { width: 100%; border-collapse: collapse; background: var(--white); border-radius: 8px; overflow: hidden; box-shadow: var(--shadow-sm); margin-top: 1.5rem; }
.ld-table th { background: var(--primary-navy); color: var(--white); padding: 14px 16px; text-align: left; font-weight: 600; font-size: 0.875rem; }
.ld-table td { padding: 12px 16px; border-bottom: 1px solid var(--border-gray); font-size: 0.9rem; vertical-align: top; }
.ld-table tr:last-child td { border-bottom: none; }
.ld-table tr:hover { background: var(--light-gray); }
.kvp { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 1rem; margin-top: 1.5rem; }
.kvp-card { background: var(--white); border: 1px solid var(--border-gray); border-radius: 10px; padding: 1rem 1.15rem; }
.kvp-card .k { font-size: 0.75rem; text-transform: uppercase; letter-spacing: 0.05em; color: var(--text-medium); margin-bottom: 0.3rem; font-weight: 600; }
.kvp-card .v { font-size: 1.3rem; color: var(--primary-navy); font-weight: 700; line-height: 1.2; }
.kvp-card .vn { font-size: 0.82rem; color: var(--text-medium); margin-top: 0.3rem; line-height: 1.4; }
.callout { background: #fff8e1; border: 1px solid #f0d97a; border-left: 4px solid #c9a227; border-radius: 10px; padding: 1.15rem 1.4rem; margin-top: 1.5rem; }
.callout p { margin: 0; font-size: 0.95rem; color: var(--text-dark); line-height: 1.6; }
.callout strong { color: var(--primary-navy); }
.callout-warning { background: #fef2f2; border: 1px solid #fca5a5; border-left: 4px solid #dc2626; border-radius: 10px; padding: 1.15rem 1.4rem; margin-top: 1.5rem; }
.callout-warning p { margin: 0; font-size: 0.95rem; color: var(--text-dark); line-height: 1.6; }
.callout-warning strong { color: #991b1b; }
.anchor-target { scroll-margin-top: 90px; }
.section-tag { display: inline-block; padding: 5px 12px; background: var(--primary-light); color: var(--primary-blue); font-size: 0.72rem; font-weight: 600; letter-spacing: 0.05em; text-transform: uppercase; border-radius: 20px; margin-bottom: 0.5rem; }
