/* Description / About section */
.desc-section{padding:5rem 1.5rem;background:var(--bg-light)}
.desc-inner{max-width:900px;margin:0 auto}
.desc-grid{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:start}
.desc-section .section-header{text-align:left;margin-bottom:2rem}
.desc-section .section-title{color:var(--text-dark)}
.desc-section .section-eyebrow{color:var(--gold)}
.desc-text{font-size:16px;color:var(--text-muted);line-height:1.9;margin-bottom:1.25rem;font-family:'Poppins',sans-serif}
.desc-features{display:flex;flex-direction:column;gap:0.75rem;border-top:1px solid rgba(26,18,8,0.1);padding-top:1.5rem;margin-top:0.75rem}
.desc-feature{display:flex;align-items:center;gap:0.75rem;font-size:14px;color:var(--text-dark);font-family:'Poppins',sans-serif}
.desc-feature::before{content:'';width:18px;height:18px;background:var(--gold);border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' fill='none' stroke='%230F0D0B' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='2 6 5 9 10 3'/%3E%3C/svg%3E");background-size:60%;background-repeat:no-repeat;background-position:center}
