html,
body.fiveabricosPage {
  overflow-x: clip;
}

body.fiveabricosPage {
  margin: 0;
  color: #111827;
  background: #f8fafc;
  font-family: "Inter", ui-sans-serif, system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
}

body.fiveabricosPage .material-symbols-rounded {
  font-size: 1.22rem;
  line-height: 1;
  vertical-align: middle;
}

.faSite {
  min-height: 100vh;
  background:
    linear-gradient(180deg, #ffffff 0, #f8fafc 58%, #eef7f4 100%);
}

.faTopbar,
.faHero,
.faSection,
.faFooter {
  width: min(1080px, calc(100% - 40px));
  margin: 0 auto;
}

.faTopbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1.25rem 0;
}

.faBrand,
.faNav,
.faActions,
.faTagRow,
.faSupportLinks,
.faFooter__links {
  display: flex;
  align-items: center;
}

.faBrand {
  flex-direction: column;
  align-items: flex-start;
  color: #111827;
  text-decoration: none;
  line-height: 1.05;
}

.faBrand strong {
  font-size: 1.6rem;
  font-weight: 900;
  letter-spacing: 0;
}

.faBrand span {
  color: #0f766e;
  font-size: 0.86rem;
  font-weight: 800;
}

.faNav {
  gap: 1rem;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.faNav a,
.faFooter a,
.faProfileList a {
  color: inherit;
  text-decoration: none;
}

.faNav a {
  color: #334155;
  font-size: 0.94rem;
  font-weight: 800;
  padding: 0.35rem 0;
  border-bottom: 2px solid transparent;
}

.faNav a:hover,
.faNav a:focus-visible,
.faFooter a:hover,
.faFooter a:focus-visible,
.faProfileList a:hover,
.faProfileList a:focus-visible {
  color: #0f766e;
}

.faHero {
  min-height: 72svh;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.54fr);
  gap: 2rem;
  align-items: center;
  padding: 3.8rem 0 5rem;
}

.faEyebrow,
.faKicker {
  margin: 0;
  color: #b45309;
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

.faHero h1 {
  max-width: 760px;
  margin: 0.85rem 0 1rem;
  color: #111827;
  font-size: 4.45rem;
  line-height: 0.99;
  letter-spacing: 0;
  font-weight: 900;
}

.faLead {
  max-width: 690px;
  margin: 0;
  color: #475569;
  font-size: 1.18rem;
  line-height: 1.65;
}

.faActions {
  gap: 0.8rem;
  flex-wrap: wrap;
  margin-top: 2rem;
}

.faButton {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.55rem;
  min-height: 3.1rem;
  padding: 0 1.1rem;
  border-radius: 8px;
  font-weight: 900;
  text-decoration: none;
  transition: transform 0.16s ease, box-shadow 0.16s ease;
}

.faButton--primary {
  color: #fff;
  background: #0f766e;
  box-shadow: 0 16px 34px rgba(15, 118, 110, 0.2);
}

.faButton--secondary {
  color: #111827;
  background: #fff;
  border: 1px solid rgba(15, 23, 42, 0.12);
}

.faButton:hover,
.faButton:focus-visible,
.faLinkCard:hover,
.faLinkCard:focus-visible {
  transform: translateY(-1px);
}

.faProfileCard,
.faProduct,
.faCompanyItem,
.faLinkCard {
  border: 1px solid rgba(15, 23, 42, 0.09);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 18px 42px rgba(15, 23, 42, 0.07);
}

.faProfileCard {
  padding: 1.35rem;
}

.faProfileCard__head {
  display: flex;
  gap: 0.85rem;
  align-items: flex-start;
  padding-bottom: 1rem;
  border-bottom: 1px solid rgba(15, 23, 42, 0.08);
}

.faProfileCard__head .material-symbols-rounded {
  color: #0f766e;
  font-size: 1.7rem;
}

.faProfileCard__head strong,
.faCompanyItem strong,
.faLinkCard strong,
.faProduct h3 {
  display: block;
  color: #111827;
}

.faProfileCard__head small,
.faProfileList dt,
.faCompanyItem p,
.faLinkCard small,
.faProduct p,
.faFooter {
  color: #5b6472;
}

.faProfileList {
  margin: 0;
}

.faProfileList div {
  padding: 0.9rem 0;
  border-bottom: 1px solid rgba(15, 23, 42, 0.07);
}

.faProfileList div:last-child {
  border-bottom: 0;
}

.faProfileList dt {
  margin: 0 0 0.2rem;
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.faProfileList dd {
  margin: 0;
  color: #111827;
  font-weight: 800;
  overflow-wrap: anywhere;
}

.faProfileList code {
  background: #fff7ed;
  border: 1px solid #fed7aa;
  border-radius: 6px;
  color: #92400e;
  font-size: 0.88rem;
  font-weight: 900;
  padding: 0.1rem 0.28rem;
}
