/* ═══════════════════════════════════════════════════════
   FEATURE LANDING PAGE — shared visual system
   Used by all /features/X/ pages.
   ═══════════════════════════════════════════════════════ */

.feature-wrap {
    max-width: 980px;
    margin: 0 auto;
    padding: 7rem 1.5rem 5rem;
    color: var(--navy);
}

/* HERO */
.feature-hero {
    text-align: center;
    margin-bottom: 4rem;
}
.feature-eyebrow {
    display: inline-block;
    font-size: 0.78rem;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: var(--coral);
    font-weight: 600;
    margin-bottom: 1rem;
}
.feature-hero h1 {
    font-family: 'Fraunces', serif;
    font-size: clamp(2.4rem, 5vw, 3.6rem);
    line-height: 1.08;
    font-weight: 400;
    letter-spacing: -0.02em;
    color: var(--navy);
    margin: 0 0 1.5rem;
}
.feature-lede {
    font-family: 'Fraunces', serif;
    font-size: 1.3rem;
    line-height: 1.55;
    color: rgba(10, 35, 66, 0.7);
    max-width: 720px;
    margin: 0 auto 2rem;
}
.feature-cta-row {
    display: inline-flex; gap: 0.75rem; flex-wrap: wrap; justify-content: center;
}
.feature-cta-row a {
    padding: 0.85rem 1.6rem;
    border-radius: 6px;
    font-weight: 600;
    text-decoration: none;
    display: inline-block;
    font-size: 0.95rem;
}
.feature-cta-row a.primary { background: var(--coral); color: #fff; }
.feature-cta-row a.primary:hover { filter: brightness(1.08); }
.feature-cta-row a.ghost { background: transparent; color: var(--navy); border: 1px solid rgba(10,35,66,0.18); }
.feature-cta-row a.ghost:hover { background: rgba(10,35,66,0.04); }

/* TL;DR */
.feature-tldr {
    background: #FBF6F2;
    border-left: 4px solid var(--coral);
    padding: 1.5rem 1.75rem;
    margin: 3rem 0;
    border-radius: 6px;
}
.feature-tldr-label {
    font-size: 0.72rem; font-weight: 700; letter-spacing: 0.2em;
    text-transform: uppercase; color: var(--coral); margin-bottom: 0.5rem;
}
.feature-tldr p { margin: 0.4rem 0; line-height: 1.6; }
.feature-tldr strong { color: var(--navy); }

/* SECTION */
.feature-section { margin: 4rem 0; }
.feature-section h2 {
    font-family: 'Fraunces', serif;
    font-size: clamp(1.7rem, 3.5vw, 2.2rem);
    font-weight: 400;
    color: var(--navy);
    margin: 0 0 1.25rem;
    line-height: 1.15;
    letter-spacing: -0.01em;
}
.feature-section h3 {
    font-family: 'Fraunces', serif;
    font-size: 1.35rem;
    font-weight: 500;
    color: var(--navy);
    margin: 2rem 0 0.75rem;
}
.feature-section p, .feature-section li {
    font-size: 1.05rem; line-height: 1.65;
}
.feature-section ul, .feature-section ol { padding-left: 1.5rem; margin-bottom: 1.5rem; }
.feature-section li { margin-bottom: 0.5rem; }
.feature-section strong { color: var(--navy); font-weight: 600; }
.feature-section a { color: var(--coral); text-decoration: underline; text-underline-offset: 3px; }

/* CAPABILITY CARDS */
.cap-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 1rem;
    margin: 1.5rem 0;
}
.cap-card {
    background: #fff;
    border: 1px solid rgba(10,35,66,0.1);
    border-radius: 10px;
    padding: 1.5rem;
}
.cap-card h3 {
    margin: 0 0 0.5rem !important;
    font-size: 1.15rem !important;
    color: var(--navy);
}
.cap-card p {
    font-size: 0.95rem;
    line-height: 1.5;
    margin: 0;
    color: rgba(10,35,66,0.7);
}

/* DATA TABLE */
.feature-table-wrap { overflow-x: auto; margin: 1.5rem 0; }
table.feature-table {
    width: 100%; border-collapse: collapse;
    font-size: 0.92rem;
}
table.feature-table th, table.feature-table td {
    padding: 0.7rem 0.75rem; text-align: left;
    border-bottom: 1px solid rgba(10,35,66,0.1);
    vertical-align: top;
}
table.feature-table thead th {
    background: var(--navy); color: #fff;
    font-weight: 600; font-size: 0.82rem; letter-spacing: 0.05em;
    text-transform: uppercase;
}
table.feature-table tbody tr:nth-child(odd) { background: rgba(245,237,230,0.4); }

/* FAQ */
.feature-faq h2 { margin-bottom: 1rem; }
.feature-faq-item {
    border-top: 1px solid rgba(10,35,66,0.1);
    padding: 1.25rem 0;
}
.feature-faq-item h3 {
    font-family: 'Fraunces', serif;
    font-size: 1.18rem;
    font-weight: 500;
    margin: 0 0 0.5rem !important;
    color: var(--navy);
}
.feature-faq-item p { margin: 0; }

/* BOTTOM CTA */
.feature-bottom-cta {
    background: linear-gradient(135deg, var(--navy), #142d57);
    color: #fff;
    padding: 3rem 2rem;
    border-radius: 12px;
    text-align: center;
    margin: 4rem 0 1rem;
}
.feature-bottom-cta h2 { color: #fff; margin: 0 0 0.5rem; font-family: 'Fraunces', serif; font-weight: 400; }
.feature-bottom-cta p { color: rgba(255,255,255,0.85); max-width: 580px; margin: 0 auto 1.5rem; }
.feature-bottom-cta a.btn {
    background: var(--coral); color: #fff;
    padding: 0.9rem 1.75rem; border-radius: 6px;
    text-decoration: none; font-weight: 600; display: inline-block;
}
.feature-bottom-cta a.btn:hover { filter: brightness(1.08); }
