.ufc-hub { max-width: 960px; margin: auto; }
.ufc-hub a:hover { color: #72ce91; }
.ufc-eyebrow { text-transform: uppercase; letter-spacing: .12em; color: #72ce91; font-size: 11px; margin: 12px 0; }
.ufc-hero { padding: 36px 0 48px; border-bottom: 1px solid #27272a; }
.ufc-hero h1 { font-size: clamp(28px,4vw,46px); line-height: 1.18; letter-spacing: -.045em; font-weight: 700; color: #fafafa; }
.ufc-hero p { max-width: 650px; font-size: 16px; line-height: 1.7; color: #b4b4bd; margin: 20px 0 24px; }
.ufc-hub .ufc-cta { display: inline-flex; gap: 30px; padding: 13px 18px; min-height: 44px; background: #22894a; color: white; border-radius: 8px; font-size: 13px; font-weight: 600; text-decoration: none; }
.ufc-hub .ufc-cta:hover { background: #1b6e3a; color: white; }
.ufc-caption { display: block; font-size: 12px; color: #a1a1aa; margin-top: 12px; }
.ufc-hub > section + section { margin-top: 36px; }
.ufc-hub h2 { font-size: 21px; font-weight: 600; color: #f4f4f5; }
.ufc-section-heading { display: flex; align-items: center; justify-content: space-between; gap: 16px; }
.ufc-section-heading > a { font-size: 12px; white-space: nowrap; color: #72ce91; }
.ufc-cards { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 16px; margin-top: 20px; }
.ufc-card { border: 1px solid #27272a; border-radius: 12px; padding: 20px; background: #0d1117; }
.ufc-card time { font-size: 11px; color: #a1a1aa; }
.ufc-card h3 { font-size: 16px; font-weight: 600; margin: 5px 0 18px; }
.ufc-card li { padding: 13px 0; border-top: 1px solid #27272a; }
.ufc-hub .ufc-bout { font-size: 13px; color: #f4f4f5; text-decoration: none; font-weight: 600; }
.ufc-bout > span { color: #909099; font-weight: 400; }
.ufc-card small { display: block; font-size: 11px; color: #a1a1aa; margin-top: 5px; }
.ufc-profile-links { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 7px; font-size: 10px; }
.ufc-profile-links a { color: #72ce91; }
.ufc-features { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 25px; margin-top: 22px; }
.ufc-features article > span { color: #72ce91; font-size: 12px; }
.ufc-features h3 { font-size: 15px; font-weight: 600; margin: 10px 0; }
.ufc-features p, .ufc-methodology p { color: #b4b4bd; font-size: 13px; line-height: 1.8; }
.ufc-methodology { border-top: 1px solid #27272a; padding-top: 30px; }
.ufc-methodology p { margin: 15px 0; max-width: 780px; }
.ufc-methodology h3 { font-size: 15px; font-weight: 600; margin-top: 24px; }
.ufc-methodology .ufc-cta { margin-top: 14px; }
@media(max-width: 639px) { .ufc-cards,.ufc-features { grid-template-columns: 1fr; } .ufc-section-heading { align-items: flex-start; flex-direction: column; gap: 8px; } .ufc-hero { padding-top: 20px; } .ufc-features { gap: 22px; } }
