/* Compact FAO highlights below the portfolio. */
.fao-about { position: relative; overflow: hidden; padding: 56px 0 72px; background: #fdfcfb; color: #213e4c; font-family: "Figtree", "Segoe UI", Arial, sans-serif; }
.fao-about::after { content: ""; position: absolute; left: -10%; right: -10%; bottom: -30px; height: 60px; background: #f7f5f1; border-radius: 50% 50% 0 0; pointer-events: none; }
.fao-about-container { width: min(1380px, 90%); margin-inline: auto; }
.fao-about-highlights { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 36px; }
.fao-about-highlight { display: flex; align-items: center; gap: 18px; min-width: 0; }
.fao-about-highlight > div { min-width: 0; }
.fao-about-symbol { box-sizing: border-box; display: grid; place-items: center; flex: 0 0 76px; width: 76px; height: 76px; aspect-ratio: 1; border-radius: 50%; background: #f3f0eb; color: #456574; }
.fao-about-symbol svg { display: block; width: 32px; height: 32px; }
.fao-about-highlight h2 { margin: 0 0 6px; color: #213e4c; font-size: 17px; line-height: 1.3; font-weight: 700; letter-spacing: -.015em; text-transform: none; }
.fao-about-highlight p { margin: 0; color: #727b83; font-size: 16px; line-height: 1.5; font-weight: 400; letter-spacing: -.01em; }
.fao-about-actions { display: flex; align-items: center; justify-content: center; flex-wrap: wrap; gap: 24px; margin-top: 32px; }
.fao-about-actions a { display: inline-flex; align-items: center; justify-content: center; gap: 10px; font-size: 16px; line-height: 1.2; font-weight: 700; text-decoration: none; transition: color .2s ease, background-color .2s ease, transform .35s cubic-bezier(.22, .61, .36, 1); }
.fao-about-actions a:hover { transform: translateX(4px); }
.fao-about-actions svg { display: block; flex: 0 0 18px; width: 18px; height: 18px; }
.fao-about-contact { box-sizing: border-box; min-height: 50px; padding: 13px 26px; border: 0; border-radius: 25px; background: #213e4c; color: #fdfcfb; box-shadow: none; }
.fao-about-contact:hover { background: #304e5b; }
.fao-about-services { color: #456574; padding: 12px 0; }
.fao-about-services:hover { color: #213e4c; }
.fao-about-actions a:focus-visible { outline: 2px solid #b29b78; outline-offset: 5px; }
@media (max-width: 1100px) {
  .fao-about-highlights { gap: 28px; }
  .fao-about-highlight { align-items: flex-start; gap: 16px; }
  .fao-about-symbol { flex-basis: 64px; width: 64px; height: 64px; }
  .fao-about-highlight h2 { font-size: 17px; }
  .fao-about-highlight p { font-size: 15px; }
}
@media (max-width: 760px) {
  .fao-about { padding: 20px 0 32px; }
  .fao-about-container { width: calc(100% - 32px); }
  .fao-about-highlights { grid-template-columns: 1fr; gap: 18px; }
  .fao-about-highlight { align-items: flex-start; gap: 12px; }
  .fao-about-highlight h2 { margin-bottom: 4px; font-size: 14px; line-height: 1.3; }
  .fao-about-highlight p { font-size: 13px; line-height: 1.4; }
  .fao-about-symbol { flex-basis: 48px; width: 48px; height: 48px; }
  .fao-about-symbol svg { width: 22px; height: 22px; }
  .fao-about-actions { flex-direction: column; margin-top: 20px; gap: 4px; }
  .fao-about-actions a { gap: 8px; font-size: 13px; }
  .fao-about-actions svg { flex-basis: 15px; width: 15px; height: 15px; }
  .fao-about-contact { min-height: 44px; padding: 10px 18px; border-radius: 22px; }
  .fao-about-services { padding: 10px 0; }
}
